@CHARSET "ISO-8859-1";
.ls-layer a{
	color:#FFF;
	text-decoration: none;
}

ul.dnnAdminTabNav li{
	font-size: 16px;
	line-height: 20px;
}
#repetidor{
	ms-transform: 			translate(0, -10px); /* IE 9 */
    -webkit-transform: 	translate(0, -10px); /* Safari */
    transform: 				translate(0, -10px);
}

@media screen and (min-width:500px) {
#repetidor{
	ms-transform: 			translate(0, -50px); /* IE 9 */
    -webkit-transform: 	translate(0, -50px); /* Safari */
    transform: 				translate(0, -50px);
}
}
/* Custom CSS
 * --------------------------------------- */
 .owl-carousel .item {
    height: auto;
    background: none;
    padding: 0;
}
.owl-theme .owl-controls{
	margin-bottom: 30px;
}

.eventsBar .owl-theme .owl-controls{
	margin-top:0;
	margin-bottom:0;
	position: absolute;
	top: 50%;
    width: 100%;
    margin-top: -22px;
	display:block;
	height: 0;
}
@media (min-width: 1000px){

	.eventsBar .owl-theme .owl-controls{
		display:none;
	}

}

.mfp-bg {
	background: #0b0b0b!important;
    opacity: 0.8!important;
    filter: alpha(opacity=80)!important;

}

.white-popup{
	max-width: 970px;
	padding: 2em;
}

.mfp-close-btn-in .mfp-close {
    color: #C5A960;
}
.mfp-close {
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 52px;
}

.eventsBar .owl-theme .owl-controls .owl-nav [class*=owl-] {
    /*
	color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	*/
	color: #EBE5D7;
    background: none;
}
.eventsBar .owl-prev{
	float:left;
}
.eventsBar .owl-next{
	float:right;
}


 /* ----------   LAYERSLIDER   ----------------------------- */
 #layerslider{
    overflow: hidden !important;
}
.msb{
        visibility:visible;
		
}
@media only screen and (min-width:767px) {
    .msb {
        visibility:hidden;
		
    }
}

 /* ----------  LAYOUT   ----------------------------- */

.sinopse b{
	font-weight: 600;
}
 
 
.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
    border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	top:146px;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
	text-align: center;
}
/* ----------------SKIN OVERRIDE----------------------- */

#topHeader, header{
	/*position: absolute;*/
	position: fixed;
	top: 0;
	z-index: 99999;
	width: 100%;	
}
.logged #topHeader{
	top: 54px;
	opacity: 1;
}
header{
	top: 35px;
}
.logged header{
	top: 89px;
}

#ControlBar_ControlPanel{
	position: fixed;
	z-index: 119999!important;
}
.logged .eventsBar{
	z-index:98;
}
.logged .goBack, .logged #topHeader, .logged header{
	z-index:99;
}


/*________________FIXED MENU_____________________________*/


header{
	top: 0;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: 	all 300ms ease;
    -o-transition: 		all 300ms ease;
    transition: 		all 300ms ease;	
	/*
	-webkit-transition: width 2s, height 2s, -webkit-transform 2s;
    transition: width 2s, height 2s, transform 2s;	
	*/
	
}

@media only screen and (min-width:767px) {
    header {
        /*top: 35px;*/
    }
}
.sticky-menu-active header{
	background-color: #FFF;
	background-color: rgba(0,0,0,0.75);
	top: 0;
	border-bottom-color: rgba(255,255,255,0.01);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);	
}

.logged.sticky-menu-active header{
	top: 54px;
}

.navbar .brand {
	-webkit-transition: 		max-width 700ms ease-in-out, -webkit-transform 700ms ease-in-out;
	-moz-transition: 			max-width 700ms ease-in-out, -moz-transform 700ms ease-in-out;
    -o-transition:				max-width 700ms ease-in-out, -o-transform 700ms ease-in-out;
    transition: 				max-width 700ms ease-in-out,  transform 700ms ease-in-out;
}
.sticky-menu-active .navbar .brand {
    /*max-width: 152px;*/
	/*padding-top: 5px!important;*/
	-ms-transform: 				translate(0,0); /* IE 9 */
	-webkit-transform: 			translate(0,0); /* Safari */
	transform: 					translate(0,0); /* Standard syntax */
}


@media only screen and (min-width:767px) {
    .sticky-menu-active .navbar .brand {
		max-width: 226px;
		-ms-transform: 				translate(0,0); /* IE 9 */
		-webkit-transform: 			translate(0,0); /* Safari */
		transform: 					translate(0,0); /* Standard syntax */
    }
}

#mainHeader-inner{
	-webkit-transition: 		padding 700ms ease-in-out;
	-moz-transition: 			padding 700ms ease-in-out;
    -o-transition:				padding 700ms ease-in-out;
    transition: 				padding 700ms ease-in-out;
}

.sticky-menu-active #mainHeader-inner{
	padding: 0;
}


@media only screen and (min-width:767px) {
    .sticky-menu-active #mainHeader-inner {
		padding: 10px 0;
    }
}


#topHeader{
	height: auto;
	opacity:0;
	z-index: 109999;
	-webkit-transition: 		all 700ms ease-in-out;
	-moz-transition: 			all 700ms ease-in-out;
    -o-transition:				all 700ms ease-in-out;
    transition: 				all 700ms ease-in-out;
}

.sticky-menu-active #topHeader{
	top: -35px;
}

#logo{
	-webkit-transition: 		padding 700ms ease-in-out;
	-moz-transition: 			padding 700ms ease-in-out;
    -o-transition:				padding 700ms ease-in-out;
    transition: 				padding 700ms ease-in-out;
}

.sticky-menu-active #logo{
	/*padding-top: 5px;*/
}


/*Last Child MENU ITEM*/

.navbar-nav > li:last-child > a, .navbar-nav > li:last-child.active > a, .navbar-nav > li:last-child.active > a:hover{
	/*
	color: #C5A960!important;
    background: none!important;
    text-transform: none;
	*/
/*	box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;*/
}
/*
#dnnMenu .topLevel li:last-child a:before,
#dnnMenu .topLevel li:last-child a:after {
  display:none;
}

*/

/*******************/

/*#section2 .dnnpane .row,*/ #section3 .dnnpane .row, #section4 .dnnpane .row{
	display: table;
    table-layout: fixed;
	width: 100%;
}

/*#section2 .dnnpane .col-sm-6,*/ #section3 .dnnpane .col-sm-6, #section4 .dnnpane .col-sm-6{
	display: table-cell;
    vertical-align: middle;
    float: none;
	
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #38B581;
}

.owl-theme .owl-dots .owl-dot span {
    background: none;
	border: 1px solid #38B581;
}



.parallaxContent{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.parallaxContent h1{
	padding-top: 144px;
}

.parallaxParent {
	height: 100vh;
	overflow: hidden;
}
.parallaxParent > * {
	height: 200%;
	position: relative;
	top: -100%;
}


#local, #contacts, #temp{
	margin-bottom: 0;
}

.particles_container{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	overflow: hidden;
}

#particles-js, #particles-js-2 {
  width: 100vw;
  height: 100vh;
  /*background-color: #252525;*/
  position: relative;
 /* z-index: 2;*/
}

#particles-js canvas, #particles-js-2 canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.map {
    width: 100%;
    height: 144px;
}
#mapa_container {
    position: relative;
	margin-bottom: 0;
	margin-top:0;
}
#section5 h1{
	/*display: none;*/
}


#dnn_feedbackPane{
	text-align: left;
	display: none;
}
#dnn_contactPane{
	text-align: center;
}
#dnn_contactPane p{
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px;
	color: #777;
}

#section5 .dnnActions{
	padding-top:0;
}
.ls-ct-half {
			border: 4px solid #38B581;
		}

@media only screen and (min-width:767px) {
	#mapa_container {
		margin-bottom: 20px;
		margin-top:0;
	}
	
	.map {
		height: 244px;
	}

	#section5 h1{
		display: block;
	}

	#dnn_feedbackPane{
		display: block;
	}
	#dnn_contactPane{
		text-align: right;
	}
	#dnn_contactPane p{
		font-size: 14px;
		margin-bottom: 20px;
		text-align: right;
	}
	#local, #contacts, #temp{
		margin-bottom: 10px;
	}
	
}


@media only screen and (max-width: 768px) {

	html .ls-nav-prev,body .ls-nav-prev,	#ls-global .ls-nav-prev,html .ls-nav-next,body .ls-nav-next,#ls-global .ls-nav-next{
		display: none !important;
	}		

}
