* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.container-full {
	width: 100%;
	float: left;
	clear: both;
}

body {
	font-family:arial, tahoma;
	font-size: 12px;
}

#bodyInfo {
	width: 100%;
	min-width:960px;
	height: auto;
	overflow: hidden;
}

#main {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: ;
}

/*******************************************************************/
/* HEADER MAIN */
/*******************************************************************/

#main .header {
	width: 100%;
	min-height:140px;
	height:210px;
	max-height:240px;
	overflow: hidden;
	position: relative;
	background-color: #000;
	color:#fff;
}

#main .logo {
	width: 100%;
	text-align: center;
	padding-top: 30px;
}


#main .logo-carnaval {
	width: 27.48%;
	margin-top: 30px;
	padding:0 2.6%;
	float: left;
	color:#fff;
	font-family: OgloboCondensedRegular, "Times New Roman", times, serif;
	font-size: 40px;
	font-size: 2.5vw;
	text-transform: uppercase;
	line-height: 2.1vw;
}


#main .logo-carnaval span {
	color:#7ccaef;
	margin-left: 10px;
}

#main .logo-carnaval img {
	max-width: 100%;
	height: auto;
}

#main #intro {
	width: 57.1%;
	height: auto;
	float: left;
	
}

#main #intro h2 {
	width: 80%;
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
}

#main #back-site {
	width: 15.4%;
	min-height:140px;
	height: auto;
	overflow: hidden;
	float: left;
}


#main #back-site a {
	min-height:20px;
	height: auto;
	display: inline-block;
	padding: 5px 0 0 25px;
	color:#fff;
	font-size: 11px;
	line-height:14px;
	background: transparent url(../images/ico-playagain.png) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	right: 20px;
	bottom: 20px;
}


/* MEDIA QUERIES HEADER ********************************************/

@media screen and (max-width:1400px) {
	#main #intro h2 {
		font-size: 1.1vw;
		line-height: 1.8vw;
	}

	#main #controls-horizontal .option,
	#main #controls-vertical .option span {
		font-size: 16px;
		line-height: 15px;
	}
}


@media screen and (max-width:960px) {

	#main .logo-carnaval {
		font-size: 30px;
		line-height: 26px;
	}

	#main #intro h2 {
		font-size: 12px;
		line-height: 18px;
	}
}



/*******************************************************************/
/* BODY MAIN */
/*******************************************************************/

#main .body {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#main #tooltip {
	width: 269px;
	height: 87px;
	background: transparent url(../images/tooltip.png) no-repeat 0 0;
	position: absolute;
	top:3970px;
	z-index: 6;
	display: none;
	color:#fff;
	text-transform: uppercase;
	font-size: 15px;
	line-height:18px;
	text-shadow:0 1px 4px rgba(0,0,0,.1);
	vertical-align: middle;
	/*display: table;*/
	padding-right: 20px;
}

#main #tooltip #arrow-tooltip {
	width: 27px;
	height: 17px;
	background: transparent url(../images/arrow-tooltip.png) no-repeat 0 0;
	position: absolute;
	left: 20px;
	top: -17px;
	display: none;
	font-family:OgloboCondensedBold, "Times New Roman", times, serif;
}

#main #tooltip span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 80px;
}

#main #container-controls-horizontal {
	height: 85px;
	position: relative;
}

#main .body #controls-horizontal {
	width: 100%;
	margin-top: 20px;
	height: 85px;
	float: left;
	clear: both;
}

#controls-horizontal .option {
	width: 12.643%;
	min-height: 85px;
	float: left;
	padding: 30px 10px 0 20px;
	font-size: 16px;
	font: 1.2vw OgloboCondensedRegular, "Times New Roman", times, serif;
	color:#8a8a8a;
	text-transform: uppercase;
	border-left:1px solid #e4e4e4;
	cursor: pointer;
	-webkit-box-sizing:border-box;
	background-color: #fff;
}


#controls-horizontal .option.first {
	margin-left: 11.4%;
}


#controls-horizontal .option.active,
#controls-horizontal .option:hover {
	border-left:4px solid #6cc9f5;
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(left,  #f0f0f0 52%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(52%,#f0f0f0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f0f0f0 52%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f0f0f0 52%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f0f0f0 52%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right,  #f0f0f0 52%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	
	padding-left: 17px;
	color:#52bcee;
}


/*
*** #controls-vertical
*/

#controls-vertical {
	width: 11.1%;
	height: auto;
	overflow: hidden;
	float: left;
	clear:left;
}


#controls-vertical .option {
	width: 108.15%;
	/*min-height:98px;*/
	position: relative;
	display: table-cell;
	vertical-align: middle;
	float:left;
	clear:both;
	margin: 2.68% 0px;
	border-top:1px solid #eaeaea;
	text-align: right;
	cursor: pointer;
}

#controls-vertical .option.active,
#controls-vertical .option:hover {
	border-top:3px solid #6cc9f5;
	color:#6cc9f5;
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f0f0 52%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(52%,#f0f0f0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f0f0 52%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f0f0 52%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f0f0 52%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f0f0 52%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

#controls-vertical .option.active span,
#controls-vertical .option:hover span {
	color:#6cc9f5;
}

#controls-vertical .option.active img,
#controls-vertical .option:hover img {
	margin-top: -2px;
}

#controls-vertical .option.active span,
#controls-vertical .option:hover span {
	top: 18px;
}

#controls-vertical .option img{
	max-width:100%;
	height: auto;
	visibility: hidden;
	z-index: -1;
}

#controls-vertical .option span {
	position: absolute;
	top: 20px;
	display: block;
	color:#8a8a8a;
	font-size: 18px;
	font: 1.2vw OgloboCondensedRegular, "Times New Roman", times, serif;
	text-transform: uppercase;
	right: 30px;

}

/*
** #mosaic-gallery
*/

#mosaic-gallery {
	width: 88.9%;
	height: auto;
	overflow: hidden;
	float: left;
}

#mosaic-gallery .line {
	width: 100%;
	float: left;
	clear:both;
}

#mosaic-gallery .image {
	width:13.85%;
	margin: 0.4% 0 0 0.4%;
	overflow: hidden;
	height: auto;
	float: left;
	background: #f1f1f1 url(../images/ajax-loader.gif) no-repeat center center;
	/*background-color: #f1f1f1;*/
}

#mosaic-gallery .image img {
	max-width:100%;
	height: auto;
	text-indent: -9999px;
	visibility: visible;
	opacity:0;
}








/*******************************************************************/
/* FOOTER MAIN */
/*******************************************************************/

#main .footer {
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	padding: 15px 0;
	background-color: #000;
	color:#b6b6b6;
	font-size: 11px;

}

#main .footer .logo-footer {
	width: 10.77%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 0 20px;
}

#main .footer .logo-footer a {
	width: 100%;
	height: 43px;
	display: block;
}

#main .footer .logo-footer img {
	max-width:100%;
	min-width:80px;
}

#main .footer .creditos {
	width: 88.23%;
}

#main .footer .credits {
	width: 100%;
	float: left;
	clear: both;
	margin-left: 11.5%;
}

#main .footer .divide-one {
	float: left;
	clear: both;
	margin: 15px 0;
}








/*******************************************************************/
/* GALLERY */
/*******************************************************************/


#gallery {
	width: 100%;
	min-width:960px;
	height: auto;
	overflow: hidden;
	min-height:100vh;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background-color: #000;
}

#gallery .main-gallery,
#gallery #aside-gallery {
	height: auto;
	overflow: hidden;
	float: left;
}

#gallery .main-gallery {
	width: 79.8%;
	min-height:300px;
	position: relative;
	overflow: hidden;
}

#gallery .main-gallery .controls-gallery {
	width: 33%;
	position: absolute;
	z-index: 3;
	bottom: 10px;
	left: 68%;
	color:#fff;
}

#gallery .controls-gallery .gallery-positions {
	width: 16%;
	float: left;
	font-size: 17px;
	font-size: 1.2vw;
	padding-top: 14px;
}

#gallery .controls-gallery .gallery-marks {
	width: 75%;
	float: left;
	margin-left: 5px;
}

#gallery .gallery-marks li {
	float: left;
	margin: 3px 2%;
	max-width:41px;
	width:12.6%;
}

#gallery .gallery-marks li:hover img,
#gallery .gallery-marks .active img {
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	border:3px solid #16aaca;
	cursor: pointer;
	overflow: hidden;
	margin: -3px;
}

#gallery .gallery-marks li img {
	max-width:100%;
	border-radius:4px;
}

#gallery .gallery-marks li:nth-child(6n+7) {
	clear:both;
}

#gallery #container-gallery {
	width: 9000px;

}

#gallery .arrow-inner-gallery {
	width: 100%;
	height: 85px;
	position: absolute;
	top: 50%;
	margin-top: -43px;
	z-index: 2;
}

#gallery  .arrow {
	width: 51px;
	height: 85px;
	position: absolute;
	background: transparent url(../images/arrow-gallery.png) no-repeat 0 0;
	cursor: pointer;
}

#gallery  .arrow-left {
	width: 49px;
	left: 10px;
}

#gallery  .arrow.arrow-right {
	right: 10px;
	background-position: top right;
}

#gallery #container-gallery .sd-item {
	float: left;
	position: relative;
	overflow: hidden;
	background: #f1f1f1 url(../images/ajax-loader.gif) no-repeat center center;
}

#gallery #container-gallery .sd-item .image-gallery {
	
}

#gallery #container-gallery .image-caption {
	width: 100%;
	min-height: 80px;
	position: absolute;
	bottom: 0;
	z-index: 2;
	background-color: #000;
	color:#fff;
	padding:10px 0 10px 4%;
	opacity: .85;
	filter:alpha(opacity=85);
}

#gallery .image-caption strong {
	font-size:14px;
	font-weight: bold;
	width: 62%;
}

#gallery .image-caption p {
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
	width: 62%;
}

#gallery #container-gallery img {
	width: 100%;
}


#gallery #container-gallery .image-caption .credits-legend {
	font-weight: bold;
}




/*
**#gallery #aside-gallery
*/


#gallery #aside-gallery {
	width: 20.2%;
	padding:0 2%;
	min-height:100vh;
	background-color: #fff;
	overflow: auto;
}


#gallery #aside-gallery .divide-arrow {
	width: 1px;
	height: 20px;
	float: left;
	margin: 3px 18px 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #cacaca 20%, #cacaca 80%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(20%,#cacaca), color-stop(80%,#cacaca), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cacaca 20%,#cacaca 80%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#cacaca 20%,#cacaca 80%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#cacaca 20%,#cacaca 80%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#cacaca 20%,#cacaca 80%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

#gallery #aside-gallery .btn-close-gallery {
	width: 24px;
	height: 25px;
	float: right;
	background: transparent url(../images/btn-close.png) no-repeat 0 0;
	cursor: pointer;
	margin-top: 30px;
}

#gallery #aside-gallery > .container-full {
	margin-top: 20px;
}

#gallery #aside-gallery .container-full .container-full {
	margin-top: 10px;
}

#gallery #aside-gallery h3 {
	color:#6ec3eb;
	font:27px OgloboCondensedMedium, "Times New Roman", times, serif;
}

#gallery #aside-gallery strong {
	font:18px OgloboCondensedRegular, "Times New Roman", times, serif;
}

#gallery #aside-gallery em {
	font-size: 23px;
	color:#171717;
	font-family: OgloboCondensedRegular, "Times New Roman", times, serif;
	margin: 5px 0;
	display: block;
}

#gallery #aside-gallery p {
	font-size: 14px;
	font-family: arial, tahoma;
	color:#7a7979;
	margin-bottom: 20px;
	line-height: 22px;
}


/* PADRÕES ***********************************/

.divide-one,
.divide-two {
	width: 100%;
	display: block;
	margin: 10px 0;
}

.divide-one .div1,
.divide-one .div2 {
	width: 100%;
	height: 1px;
}

.divide-one .div1 {
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(left,  #000000 0%, #a0a0a0 15%, #a0a0a0 50%, #a0a0a0 86%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(15%,#a0a0a0), color-stop(50%,#a0a0a0), color-stop(86%,#a0a0a0), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #000000 0%,#a0a0a0 15%,#a0a0a0 50%,#a0a0a0 86%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #000000 0%,#a0a0a0 15%,#a0a0a0 50%,#a0a0a0 86%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #000000 0%,#a0a0a0 15%,#a0a0a0 50%,#a0a0a0 86%,#000000 100%); /* IE10+ */
	background: linear-gradient(to right,  #000000 0%,#a0a0a0 15%,#a0a0a0 50%,#a0a0a0 86%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */

}

.divide-one .div2 {
	margin-top: 1px;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(left,  #000000 0%, #535353 15%, #535353 50%, #535353 86%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(15%,#535353), color-stop(50%,#535353), color-stop(86%,#535353), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #000000 0%,#535353 15%,#535353 50%,#535353 86%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #000000 0%,#535353 15%,#535353 50%,#535353 86%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #000000 0%,#535353 15%,#535353 50%,#535353 86%,#000000 100%); /* IE10+ */
	background: linear-gradient(to right,  #000000 0%,#535353 15%,#535353 50%,#535353 86%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */

}



.divide-two .div1 {
	height: 2px;
	background-color: #9a9a9a;
}


.divide-two .div2 {
	height: 2px;
	background-color: #d7d7d7;
	margin-top: 1px;
}
