* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	line-height: 1.8;
	font-size: 13px;
}

.ovh {
	overflow: hidden;
}

.wrap {
	margin: 0;
	width: 100%;
	/*min-height: 100%;*/
}

.wrap:after {
	content: "";
	display: block;
}

/*------------------------------ section animations -------------------------*/

.view-animate .content {
  transition:all linear .3s;
}

.view-animate.ng-enter .content {
	opacity: 0;
}
.view-animate.ng-enter-active .content {
	opacity: 1;
}

/*-------------------------------------------------------------------*/

.header {
  position: absolute;
  width: 100%;

  top: 0;
  z-index: 99;
  margin-bottom: 50px;
}

.navbar-fixed {
	position: fixed;
}

.navbar-fixed .navbar {
	margin: 0;
}

.navbar {
	margin: 20px 0;
	border: none;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.37);
}

.navbar-brand {
	position: relative;
	z-index: 2;
	color: #333;
	height: auto;
	padding: 10px 0 10px 0;
	margin: 0;
	font-size: 16px;
	float: left;
}

.navbar .hamburger {
	display: none;
	font-size: 28px;
	padding: 15px 10px;
	margin: 0;
	list-style-type: none;
}

.navbar .toogleSlide {
	color: #333;
	padding: 0 10px;
	cursor: pointer;
	float: right;
}

.navigation   {
	float: right;
	margin: 0;
	padding: 0;
	transition: all 0.5s ease;
}

.navigation > li  {
	float: left;
	cursor: pointer;
	position: relative;
	list-style-type: none;
}

.navigation > li > a {
	display: block;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	padding: 30px 15px;
	letter-spacing: 0.3px;
	font-family: "Open Sans";
	border-left: 1px solid rgba(155,155,155,0.2);
	transition: all 0.2s linear;
}

.navigation a {
	color: #333;
}

.navigation > li > a.active, .navigation > li:hover > a {
	text-decoration: none;
	color: rgba(214,94,85,1);
}

.navigation > li > ul {
	position: absolute;
	visibility: collapse;
	top: 83px;
	height: 0;
	opacity: 0;
	width: 200px;
	margin: 0;
	padding: 0;
}

.navigation > li ul li ul {
	top: 0;
	margin: 0;
	left: -200px;
	width: 300px;
}

.navigation > li:hover > ul {
	visibility: visible;
	height: auto;
	-webkit-animation-name: fadeInCollapse;
	animation-name: fadeInCollapse;
	animation-duration: 0.4s;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.navigation-search {
	margin: 25px 0 0 35px;
	float: left;
}

.area-reservada {
	color: #fff;
	background-color: orange;
	border-radius: 0 4px 4px 0;
	background: -webkit-linear-gradient(top, rgba(252,78,15,1) 0%,rgba(255,103,15,1) 22%);
}

li.area-reservada > a {
	color: #fff;
}

li.area-reservada:hover > a {
	color: #fff;
	background-color: rgba(252,78,15,1);
}
/*
.area-reservada::before {
  position: absolute;
  content: "";
	border-color: #fff;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 80px 30px 0 0;
  left: -1px;
}
*/

.navigation-social {
	width: auto;
	padding: 0 5px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.37);
}

.widgets-bar {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.widgets-bar-items {
	width: 100%;
	height: 90px;
	border-radius: 6px 6px 0 0;
	box-shadow: 0px -2px 17px -3px rgba(0,0,0,0.19);
	background: rgb(252,78,15);
	background: -webkit-linear-gradient(top, rgba(252,78,15,1) 0%,rgba(255,103,15,1) 22%);
	background: linear-gradient(to bottom, rgba(252,78,15,1) 0%,rgba(255,103,15,1) 22%);
}

.widgets-bar-icon {
	width: 20%;
	margin:10px 20px 0 0;
	float: left;
}

h3.widget-title {
	margin: 25px 0 2px 0;
	text-transform: uppercase;
  font-weight: 700;
	font-size: 18px;
  letter-spacing: 0.2px;
  font-family: "Open Sans";
}

.widget-text {
	margin-bottom: 10px;
}

.widgets-bar-items a {
	color: #fff;
	padding: 10px 0;
	text-decoration: none;
}

@-webkit-keyframes fadeInCollapse {
	0% {
		display:none;
		opacity: 0;
	}
	1% {
		display: block ;
		opacity: 0;
	}
	100% {
		display: block ;
		opacity: 1;
	}
}
@keyframes fadeInCollapse {
	0% {
		display:none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

@-webkit-keyframes fadeOutCollapse {
	0% {
		display: block;
		opacity: 1;
	}
	99% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		height: 0;
		margin: 0;
	}
}

@keyframes fadeOutCollapse {
	0% {
		display: block;
		opacity: 1;
	}
	99% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		height: 0;
		margin: 0;
	}
}

.navigation > li ul li {
	background-color: #fff;
	padding: 20px;
	border-radius: 3px;
}

.navigation > li ul > li:first-child {
	margin-top: 0;
	border:none;
}

.navigation > li ul li:last-child {
	border:none;
}

/*
.navigation > li ul > a {
	display: block;
	letter-spacing: 0.04em;
	padding: 12px 10px;
	text-decoration: none;
	text-transform:none;
	font-size: 12px;
}

.navigation li ul li a {
	color: #fff;
}*/

.destaque {
	position: relative;
	width: 100%;
	height: 600px;
}

.carousel-desc  {
	width: 100%;
	height: 400px;
	font-size: 28px;
	text-align: left;
	font-family: "Montserrat";
	text-transform: uppercase;
	font-weight: 700;
	line-height: 36px;
	padding: 150px 0 0 0;
	margin-top:120px;
	color: #fff;
}

.carousel-overlay {
	width: 100%;
	height: inherit;
	box-shadow: inset 0px 0px 105px 18px rgba(0,0,0,0.37);
	background-color: rgba(0,0,0,0.3);
}

.carousel-image {
	display: block;
	width: 100%;
	height: 600px;
	background-position: 50% 50%;
	background-size: cover;
}

.carousel-image-item {
	display: block;
	width: 100%;
	background-position: 50% 50%;
	background-size: cover;
}

.carousel-indicators {
  bottom: 100px;
}

.carousel-control.right, .carousel-control.left  {
	background: none;
	transition: all 0.3s linear;
}

.carousel-control .fa {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.news-list-item {
	margin: 10px 0 30px 0;
}

.news-list-link {
	font-size: 14px;
	color: #4c4c4c;
	padding: 8px 0;
	font-weight: 700;
}

.news-list-link:hover {
	color: #fff;
}

.dashboard-icon i {
	font-size: 20px;
	padding-top: 16px;
	color: #5c9ef7;
}

.news-list {
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: rgba(10, 10, 10, 0.5);
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 35px 0 0 0;
}

.news-list::after {
	content: "";
	display: block;
	padding: 20px 0;
	background-color: rgba(0, 0, 0, 0.5);
}


.news-list-item a {
	color: #666;
}

.news-list-item a:hover {
	color: #8b8b8b;
}

.news-list-date {
	font-size: 10px;
	text-align: left;
}

.cyan {
	color:#15ccb9;
}

.ruluko {
	color:#2E0D23;
}

.schoolbell {
	color:#45484B;
}

.btn::first-letter {
	text-transform: uppercase;
}

.btn-title {
	color: #ddd;
	border: 2px solid #bd1b1b;
	background-color: rgba(20,20,20,0.2);
	text-transform: uppercase;
}

.btn-produto {
	color: #ddd;
	border: 2px solid #ddd;
	background-color: transparent;
}

.btn-produto:hover {
	color:#fff;
	background-color: brown;
}

.btn-negative {
	border: 1px solid #545454;
	background-color: #2f2f2f;
}
.btn-negative:hover {
	color: #ddd;
}

.btn-carousel {
	font-weight: 700;
	border-radius: 3px;
	text-transform: uppercase;
	background-color: #fc3;
	border: 1px solid #fc3;
	color: #333;
}

.btn-carousel:hover {
	background-color: #fc3;
	border: 1px solid #fc3;
	color: #333;
}

.btn-search {
	color: #fff;
	border-radius: 3px;
	background-color: rgba(252,78,15,1);
}

.btn-orange {
	color: #fff;
	border-radius: 3px;
	background: -webkit-linear-gradient(top, rgba(252,78,15,1) 0%,rgba(255,103,15,1) 22%);
}


.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
  color: #fff;
  background-color: #fc4e0f;
  border-color: #fc4e0f;
}

.dropdown-menu {
	min-width: auto;
	padding: 10px;
}

hr {
  border-top: 1px solid #ddd;
	margin: 50px 0;
}


h2.content {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 20px;
	color: #fc4e0f;
	text-transform: uppercase;
	font-family: "Montserrat";
	border-bottom: 1px dotted #fc4e0f;
}

h2.content span {
	color: #fc4e0f;
	font-size: 13px;
	font-weight: 700;
}

h3.content {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	color: #6b6b6b;
	margin-bottom: 20px;
	padding: 0;
}

h4.content {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	color: #6b6b6b;
	margin: 0;
	padding: 0;
}


.breadcrumbs {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 250px;
	color: #fff;
	background-position: 50% 50%;
	background-size: cover;
	background-image: url("../img/slideshow/P1010393.JPG");
	margin-bottom: 30px;
	border-bottom: 30px solid #ddd;
}

.breadcrumbs-overlay {
	width: 100%;
	height: inherit;
	box-shadow: inset 0px 0px 105px 18px rgba(0,0,0,0.37);
	background-color: rgba(0,0,0,0.3);
}

h2.news-header {
	font-family: 'Roboto', sans-serif;
	color: #ad2024;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #242c32;
	padding-bottom: 10px;
	margin-top: 50px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h3.produto-header {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0.4px;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-top: 50px;
	margin-bottom: 20px;
}

h4.features {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.4px;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-top: 50px;
	margin-bottom: 20px;
}

h4.form {
	text-transform: uppercase;
	font-size: 12px;
	color: #5f5f5f;
	letter-spacing: 0.4px;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.news-list-title {
	color: #3d3d3d;
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
	padding-bottom: 10px;
}

.news-body {
	margin: 30px 0;
}

.news-thumbnails {
	margin: 50px 0;
}

.thumbnail img {
	margin: 5px 0;
}

.contacts dt {
	font-weight: 700;
	font-size: 14px;
}

.contacts dd {
	margin: 6px 0;
}

/* Styles example */
.gallery-wrapper {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gallery-slider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  white-space: nowrap;
}

.gallery-item {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 150px;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
}

.home {
	margin: 40px 0;
}

.contactos dt {
	font-size: 16px;
	margin-bottom: 10px;
}

.contactos dd {
	margin: 6px 0;
}

footer {
  color: #666;
	margin-top: 30px;
  font-size: 14px;
  line-height: 24px;
	background-color: #fff;
}

footer dt {
  color: #666;
  border-bottom: 1px solid rgba(155,155,155,0.3);
  font-weight: bold;
  padding-bottom: 8px;
	margin-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
}

footer dd {
	margin: 8px 0;
}

.projeto2020 {
	margin: 20px 0;
}

.footer-top {
	padding: 30px 0;
	border-top: 1px solid #ddd;
	background-color: rgba(195, 195, 195, 0.05);
}

.footer-fundos {
	padding: 20px 0;
	border-top: 1px solid #ddd;
}

.footer-bottom {
	font-size: 12px;
	padding: 3px 0;
	background-color: #fc4e0f;
	color: #fff;
}

.footer-bottom a {
	color: #fff;
}

.footer-partners  {
	padding: 25px 0;
	font-size: 12px;
	border-top: 1px solid #ddd;
}

.widget-contact {
	font-size: 12px;
}

.widget-contact dt {
	margin-bottom: 5px;
}

.widget-news {
	font-size: 12px;
}

.widget-news .news-list-link {
	font-size: 14px;
	font-weight: 700;
}
/*------------------------------- glyphicon icons hack --------------------*/

.glyphicon {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #fff;
	font-size: 14px;
	position: relative;
}

.glyphicon-chevron-right:before {
	content: "\f105";
	position: absolute;
	top: -10px;
	left: 0;
}

.glyphicon-chevron-left:before {
	content: "\f104";
	position: absolute;
	top: -10px;
	left: 0;
}

/*------------------------------- round icon --------------------*/

.icon-round {
	display: inline-block;
	height: 24px;
	width: 24px;
	background-color: rgba(255, 255, 255, 1);
	color: #000;
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
}

/*------------------------------- table --------------------*/


.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #252525;
}

.table p {
	margin: 5px 0;
}

/*------------------------------- list groups --------------------*/

.list-group {
	margin: 20px 0 0 0;
}

.list-group-item {
	background-color: #f7f7f7;
}

.attachments .list-group-item {
    background-color: transparent;
		border: 1px solid #333;
}

.attachments .list-group-item-title {
	background-color: #211b1b;
}

a.list-group-item:hover, a.list-group-item:focus {
    background-color: #211b1b;
		color: #fff;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #333;
    background-color: #dedede;
    border-color: #d6d6d6;
}

/*------------------------------- thumbnails --------------------*/

.img-thumbnail {
    background-color: #1f1f1f;
    border: 1px solid #404040;
}

.carousel-thumbnails {
	display: block;
	width: 80px;
	height: 80px;
	background-position: 50% 50%;
	background-size: cover;
}

/*--------------------- utis ---------------------*/

.text-c {
	text-align: center;
}

/*---------------------------------------------------------------*/

.leaflet-popup-content {
  color:#333;
}

.leaflet-popup-content-wrapper {
  border-radius: 3px !important;
}

.item-box {
	min-height: 200px;
	margin: 0 0 50px 0;
}

.box {
  position: relative;
  min-height: 250px;
  background-color: white;
  /*box-shadow: 0px 7px 21px 2px rgba(0,0,0,0.1);*/
}

h1.news-list-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 20px;
	padding-bottom: 20px;
  color: #333;
	border-bottom: 1px solid #ddd;
}

.text-box {
  cursor: pointer;
  color: #737373;
  font-size: 13px;
	padding: 0 5px;
  line-height: 20px;
}

.box-details {
	font-size: 12px;
	padding: 0 10px 10px 10px;
	line-height: 22px;
	color: #666;
}

.box-details .fa {
	color: #854857;
	margin-right: 10px;
}

.box-details p {
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #f0f0f0;
}

.btn-more {
	font-size: 12px;
	font-weight: 700;
	color: #e86216;
	padding: 10px 0;
}

.box-image {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 230px;
	background-position: 50% 50%;
	background-size: cover;
}

.box-item-name {
	color: #333;
	margin: 10px 0;
	font-weight: 700;
}

.eco-parque {
	background-image: url("../img/graphics/9010_1.jpg");
}
.pacopar {
	background-image: url("../img/graphics/296_6.jpg");
}
.tarifas {
	background-image: url("../img/graphics/546_4.jpg");
}


h3.item-header {
	font-size: 24px;
	font-weight: 700;
	margin:0 0 30px 0;
	font-family: "Montserrat";
}

a.item:hover {
	text-decoration: none;
}

.item-description {
	margin: 10px 0;
}

.item-img-placeholder {
	background-color: rgba(226, 226, 226, 0.27);
	box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.6);
	background-image: url("../img/graphics/item-img-placeholder.png");
}

.item-thumbnails {
	margin: 30px 0;
	padding: 15px 0;
}

.item-feature {
	margin: 7px 0;
}

.photos-big-repeat {
	margin-bottom: 20px;
}

.box-item-name:hover {
	text-decoration: none;
}

.cursor {
	cursor: pointer;
}

.filter-bar {
	padding: 10px;
	margin-bottom: 15px;
	background-color: white;
	border-bottom: 1px dotted #666;
	/*box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.05);*/
}

.filter-bar-items {
	margin: 6px 0;
}

/*--------------------------------- search box- -----------------------*/

.search-modal {
	position: fixed;
	width: 100%;
	height: 100%;
	/*overflow-y: auto;*/
	top: 0;
	left: 0;
	background-color: #fff;
  padding: 100px;

	visibility: hidden;
	opacity: 0;

	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.search-modal-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}

.search-modal-list {
	margin-top: 70px;
}

.search-list-item {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.search-list-item a {
	color: #947a7a;
}

.search-list-item b {
	color: #ff670f;
}

.search-controls {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 103, 15, 0.5);
}

.search-alert {
	text-align: center;
	font-weight: 700;
  color: #ff670f;
}

.search-img {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 50px;
	background-position: 50% 50%;
	background-size: cover;
}

/*-------------------------------- pagination ---------------------------*/

.pagination {
  position: relative;
  margin: 0 auto;
}

.pagination>li>a, .pagination>li>span {
  padding: 8px 12px;
  border: none
	border:1px solid #ddd;
}

.pagination>li>a, .pagination>li>span {
    color: #333;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #fc4e0f;
  border-color: #fc4e0f;
}

/*--------------------------------- notifications ------------------------*/

.alert-danger {
    background-color: #ff5e5e;
    border-color: #ff5e5e;
    color: #ffffff;
}

.alert-success {
    background-color: #7da26e;
    border-color: #98bb8a;
    color: #ffffff;
}

/*--------------------------------- items tree ------------------------*/


treecontrol.tree li {
  position: relative;
	line-height: 28px;
	padding: 0 0 0 25px;
	border-bottom: 1px dotted rgba(0,0,0,0.2);
}

treecontrol.tree li:last-child {
	border-bottom: none;
}

treecontrol.tree i.tree-branch-head {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: rgb(252,78,15);
  font-size: 10px;
  position: absolute;
	top: 0;
	left: 0;
	padding: 0 10px 0 8px;
}


treecontrol.tree li.tree-collapsed i.tree-branch-head:before {
  content: "\f054";
}

treecontrol.tree li.tree-expanded i.tree-branch-head:before {
	content: "\f078";
}

treecontrol.tree .a2 {
	border-bottom: 1px solid #ddd;
}

treecontrol.tree .a6 {
	display: inline-block !important;
	padding: 8px 5px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
	color: #21272b;
}

/*--------------------------------- labels ------------------------*/

.label-default {
	background-color: white;
	border: 1px solid #ddd;
	margin: 0 2px;
	color: #333;
}

.label-required {
	position: relative;
}

.label-required::before {
	color: #ff5133;
	content: "\f054";
  font-family: FontAwesome;
	font-size: 8px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 11px;
  right: 2px;
}

/*--------------------------------- labels ------------------------*/

.control-label {
  color: #404040;
	font-weight: 400;
}

.control-label::first-letter {
	text-transform: uppercase;
}

.form-legend {
	font-weight: 700;
	font-size: 14px;
	margin: 30px 0;
	border-bottom: 1px solid #ddd;
}

.padding-5 {
	padding: 5px;
}

.padding-10 {
	padding: 10px;
}

/*--------------------------------- modals ------------------------*/

.modal-header {
	background-color: #fc3;
}

.modal-title {
	color: #656565;
  text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}


/*--------------------------------- Colors-----------------------------*/

.color-orange {
	color: #fc4e0f;
}

/*--------------------------------- Lightbox ------------------------*/

.lightbox-arrow {
	position: absolute;
	height: 100%;
	width: 15%;
	z-index: 99;
	font-size: 30px;
	color: #ddd;
	cursor: pointer;
}

.lightbox-arrow:hover {
	color: #fff;
}

.lightbox-arrow-left {
	padding-top:25%;
	left: 0;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}

.lightbox-arrow-right {
	padding-top:25%;
	right: 0;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
}

.menu {
	margin: 0 5px 5px 5px;
	padding: 0 5px 5px 5px;
	list-style-type: none;
}

.menu li {
	margin: 0;
	padding: 0;
}

.menu > li {
	border-bottom: 1px solid #ddd;
}

.menu li > ul li:last-child {
	border-bottom: none;
}

.menu li > ul {
	display: none;
	margin-top: 0;
	padding-top:0;
}

.menu li.active > ul {
	display: block;
}

.menu span, .menu a {
	display: block;
	padding: 5px 0;
	position: relative;
	color: rgb(252,78,15);
}

.menu a:hover {
	text-decoration: none;
}

.menu span.tree-branch-head {
  color: rgb(252,78,15);
}

.menu span.tree-branch-head::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: rgb(252,78,15);
  font-size: 10px;
  position: absolute;
	top: 7px;
  left: -15px;
}

.menu span.tree-branch-head::before {
  content: "\f054";
}

.menu li.active span.tree-branch-head::before {
	content:"\f078";
}


/*--------------------- img preloaders -----------------*/

.img-preload-placeholder{

}
