/***** GENERAL *************************************************************************************/

html{height: auto;}

html body{
	height: 100%;
	overflow-x: hidden;
}

#container {
	width: 100%;
	min-height: 100%;
	margin: 0px auto;
	position: relative;
	left: 0px;
	top: 0px;
	background: url(../img/bgContent.png) repeat center center;
}

*html #container {height: 100%;}

.clearBlock {clear: both;}

.fullBGBlock {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
	cursor:url(grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

.color001BGBlock{background-color: #4fba6f;}
.topV2 .color001BGBlock{background: url(../img/bgGradientWhite.png) repeat-y 75% center transparent!important;}
.color002BGBlock{background-color: #46a462;}

/***** HEADER *************************************************************************************/

#header {
	display: block;
	width: 100%;
	height: 200px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#mainHeader{
	display: block;
	width: 960px;
	height: 100%;
	margin: 0px auto;
}

.topHeader{
	display: block;
	float: left;
	width: 960px;
	height: 40px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.topTitle{
	display: block;
	float: left;
	width: 515px;
	height: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	font: normal 14px/40px 'RockwellStdBold', arial, verdana, serif;
	text-align: left;
	color: #fff;
}

.topV2 .topTitle{
	width: 340px;
	margin: 5px 0px 0px 0px;
	font: normal 22px/25px 'RockwellStdBold', arial, verdana, serif;
	color: #908882;
}

.topV2 .searchInput{background-color: #dfdace;}

.topSocialBlock{
	display: block;
	float: right;
	width: auto;
	height: 20px;
	margin: 10px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.topSocialBlock li{
	display: block;
	float: left;
	width: auto;
	height: 100%;
	margin: 0px 3px;
}

.topSocialBlock li a{
	width: auto;
	height: 100%;
	
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.topSocialBlock li a:hover{opacity: 0.7;}

.topSocialBlock  li a img{
	width: auto;
	height: 100%;
}

#mainContent .topSocialBlock  li a img{
	display: block;
	float: left;
	width: auto;
	height: 100%;
	margin: 0px;
}

.middleHeader{
	display: block;
	float: left;
	width: 960px;
	height: 85px;
	padding: 20px 0px;
}

.logoTop{
	display: block;
	float: left;
	width: auto;
	height: 100%;
	
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.topV2 .logoTop{height: 130px; margin: -45px 10px 0px 0px;}

.logoTop:hover{opacity: 0.7;}

.logoTop img{
	width: auto;
	height: 100%;
}

.listAcess{
	display: block;
	float: right;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 40px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.topV2 .listAcess{margin: 0px;}

.listAcess li{
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin: 0px 2px 0px 0px;
}

.listAcess li a{
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	padding: 10px;
	font: normal 14px/20px 'RockwellStdBold', arial, verdana, serif;
	text-align: center;
	color: #fff;
	background-color: #999;
}

.listAcess li a:hover{opacity: 0.7;}

.middleHeader .transparencia{
	display: block;
	float: right;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 20px;
	padding: 0px 13px;
	font: normal 16px/40px 'RockwellStdBold', arial, verdana, serif;
	text-align: center;
	color: #fff;
	background-color: #f0c419;
	
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.middleHeader .transparencia:hover{opacity: 0.7}

.middleHeader .socialBlock{
	display: block;
	float: right;
	width: auto;
	height: 42px;
	margin: 20px 0px 0px 50%;
}

.topV2 .middleHeader .socialBlock{margin: 10px 0px 0px 20px;}

.socialBlock li{
	display: block;
	float: left;
	/*width: 42px;*/
	height: 100%;
}

.socialBlock li a{
	width: 100%;
	height: 100%;
	
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.socialBlock li a:hover{opacity: 0.7;}

.socialBlock li a img{
	width: 100%;
	height: 100%;
}

.bottomHeader{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	background-color: #f0c419;
}

.bottomHeader span{
	display: block;
	float: right;
	width: auto;
	height: 100%;
	margin: 0px 20px 0px 0px;
	font: normal 16px/60px 'RockwellStdRegular', arial, verdana, serif;
	text-align: left;
	color: #8b4a20;
}

.bottomHeader b{
	display: block;
	float: left;
	width: auto;
	height: 100%;
	margin: 0px 5px 0px 0px;
	font: normal 16px/60px 'FuturaStdBold', arial, verdana, serif;
	text-align: left;
	color: #fff;
}

.topMenu{
	display: block;
	float: left;
	width: auto;
	height: auto;
}

.topMenu li{
	display: block;
	float: left;
	width: auto;
	height: auto;
}

.topMenu li a{
	display: block;
	float: left;
	width: auto;
	height: auto;
	padding: 20px 12px;
	font: normal 16px/20px 'RockwellStdBold', arial, verdana, serif;
	text-align: center;
	color: #8b4a20;
	
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.topMenu li.homeItem a{color: transparent;background: url(../img/icoHome.png) no-repeat center center #f3a221;}
.topMenu li a:hover{background-color: #e4b90d;}
.topMenu li.homeItem a:hover{background-color: #e69617;}

/***** CONTENT *******************************************************************************/

#content {
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 205px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
}

#mainContent {
	display: block;
	width: 960px;
	height: auto;
	margin: 0px auto;
	position: relative;
	left: 0px;
	top: 0px;
}

.breadCrumb{
	display: block;
	overflow: hidden;
	float: left;
	width: 940px;
	height: 20px;
	margin: 20px 10px 0px 10px;
}

.breadCrumb li{
	display: block;
	float: left;
	width: auto;
	height: auto;
	padding: 20px;
	position: relative;
	top: 0px;
	lefT: -15px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	border: 2px solid #f1c40f;
	background-color: #fff;
}

.breadCrumb li:nth-child(1){
	border: 2px solid #e8a40b;
	background-color: #f1c40f;
}

.breadCrumb li:nth-child(1){z-index: 9;}
.breadCrumb li:nth-child(2){z-index: 8;}
.breadCrumb li:nth-child(3){z-index: 7;}
.breadCrumb li:nth-child(4){z-index: 6;}
.breadCrumb li:nth-child(5){z-index: 5;}
.breadCrumb li:nth-child(6){z-index: 4;}
.breadCrumb li:nth-child(7){z-index: 3;}

.breadCrumb li:nth-child(1) a{
	color: #fff;
}

.breadCrumb li a{
	display: block;
	float: left;
	width: auto;
	height: 20px;
	margin: -20px 0px 0px 0px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	font: normal 10px/20px 'FuturaStdBold', arial, verdana, serif;
	text-align:left;
	white-space: nowrap;
	color: #737373;
	
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.breadCrumb li a:hover{opacity: 0.7;}

/** CAROUSEL BANNER **/

.carouselBanner{
	display: inline-block!important;
	overflow: hidden;
	width: 1100px;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: -70px;
}

.carouselBanner .owl-wrapper-outer{
	display: block;
	overflow: hidden;
	width: 1100px;
	height: 358px;
	position: relative;
	top: 0px;
	left: 0px;
}

.carouselBanner .owl-item{
	display: block;
	float: left;
	width: auto;
	height: auto;
}

.carouselBanner .item{
	display: block;
	width: 1100px;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
}

.carouselBanner .item img{
	display: inline-block;
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.carouselBanner .item .shadowImage{
	display: block;
	width: 100%;
	height: 137px;
	position: absolute;
	bottom: 2px;
	left: 0px;
	z-index: 1;
	background: url(../img/bgLines.png) repeat-x center bottom;
}

.carouselBanner .item .descriptionBanner{
	display: block;
	width: 440px;
	height: auto;
	position: absolute;
	bottom: 40px;
	left: 110px;
	z-index: 2;
}

.carouselBanner .item .descriptionBanner h1{
	display: block;
	float: left;
	width: auto;
	height: 40px;
	padding: 0px 10px;
	font: normal 13px/40px 'RockwellStdBold', arial, verdana, serif;
	text-align: center;
	color: #998675;
	background-color: #2e2d29;
}

.carouselBanner .item .descriptionBanner p{
	display: block;
	float: left;
	width: 395px;
	height: auto;
	padding: 15px 30px 15px 15px;
	font: normal 16px/20px 'FuturaStdBold', arial, verdana, serif;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	background-color: #4b403b;
}

.carouselBanner .item .descriptionBanner a{
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	right: -21px;
	bottom: 20px;
	z-index: 0;
	background-color: #f0c419;
	
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.invert .carouselBanner .item .descriptionBanner{left: auto; right: 80px;}
.invert .carouselBanner .item .descriptionBanner h1{float: right;}
.invert .carouselBanner .item .descriptionBanner p{float: right; padding: 15px 15px 15px 30px;}
.invert .carouselBanner .item .descriptionBanner a{right: auto; left: -21px;}

.carouselBanner .item .descriptionBanner a:hover{opacity: 0.7;}

.carouselBanner .item .descriptionBanner a img{
	width: 32px;
	height: 32px;
	margin: 5px;
}

.carouselBanner .numbBanner{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 20px;
	right: 120px;
	z-index: 4;
	font: normal 16px/40px 'RockwellStdRegular', arial, verdana, serif;
	text-align:center;
	color: #c7b299;
	background-color: #52453d;
}

/** SETS **/
.carouselBanner .owl-buttons{
	display: block;
	width: 120px;
	height: 40px;
	position: absolute;
	right: 80px;
	top: 20px;
	z-index: 3;
}

.carouselBanner .owl-prev, 
.carouselBanner .owl-next{
	cursor: pointer;
	display: block;
	width: 40px;
	height: 40px;
	color: transparent;
	
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.carouselBanner .owl-prev{
	float: left;
	background: url(../img/icoArrowLeft.png) no-repeat center center #4b403b;
}

.carouselBanner .owl-next{
	float: right;
	background: url(../img/icoArrowRight.png) no-repeat center center #4b403b;
}

.carouselBanner .owl-prev:hover, .carouselBanner .owl-next:hover{background-color: #2e2d29;}

/** BLOCK MAIN **/

.blockMain{
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 20px 0px 20px 0px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #d9c6b5;
	position: relative;
	top: 0px;
	left: 0px;
}

/** BLOCK ASIDE **/

.blockAside{
	display: block;
	overflow: hidden;
	width: 230px;
	height: auto;
	margin: 20px 0px 20px 0px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #d9c6b5;
	position: relative;
	top: 0px;
	left: 0px;
}

.blockAside h2{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
	font: normal 16px/20px 'RockwellStdBold', arial, verdana, serif;
	text-align: left;
	text-transform: none;
	color: #998675;
}

.asideLeft .blockAside h2, .asideLeft .blockAside h3{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
	font: normal 16px/20px 'RockwellStdBold', arial, verdana, serif;
	text-align: left;
	text-transform: none;
	color: #998675;
}

.rightBlock .blockMain h2{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
	font: normal 16px/20px 'RockwellStdBold', arial, verdana, serif;
	text-align: left;
	text-transform: none;
	color: #998675;
}

#mainContent .asideLeft img{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
}

#mainContent .asideLeft .imgAsideBlock{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
	background-color: #eed;
}

#mainContent .asideLeft .imgAsideBlock img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0px;
}

#mainContent .asideLeft .imgAsideBlock span{
	display: block;
	float: left;
	width: 220px;
	height: auto;
	padding: 5px;
	font: normal 12px/15px 'RockwellStdBold', arial, verdana, serif;
	text-align: left;
	text-transform: none;
	color: #998675;
}

/** CAROUSEL GALLERY ASIDE **/

.carouselGAside{
	display: inline-block!important;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
}

#carouselGAHome.carouselGAside{overflow:visible; padding: 0px 0px 42px 0px;}

.carouselGAside .owl-wrapper-outer{
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
}

.carouselGAside .owl-item{
	display: block;
	float: left;
	width: auto;
	height: auto;
}

.carouselGAside .item{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
}

.carouselGAside .item a{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
}

.carouselGAside .item a img{
	display: inline-block;
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#carouselGAHome.carouselGAside .item a img{max-height: 140px; margin: 0px;}

.carouselGAside .item a p{
	display: block;
	float: left;
	width: 140px;
	height: auto;
	font: normal 11px/15px 'robotoregular', arial, verdana, serif;
	text-align: left;
	color: #998675;
}

.carouselGAside .numbBanner{
	display: block;
	width: auto;
	height: 20px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 4;
	font: normal 16px/20px 'RockwellStdRegular', arial, verdana, serif;
	text-align:center;
	color: #998675;
}

/** SETS **/
.carouselGAside .owl-buttons{
	display: block;
	width: 82px;
	height: 40px;
	position: absolute;
	right: 0px;
	bottom: 20px;
	z-index: 3;
}

#carouselGAHome.carouselGAside .owl-buttons{bottom: 0px;}

.carouselGAside .owl-prev, 
.carouselGAside .owl-next{
	cursor: pointer;
	display: block;
	width: 40px;
	height: 40px;
	color: transparent;
	
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.carouselGAside .owl-prev{
	float: left;
	background: url(../img/arrowLeft.png) no-repeat center center #f0c419;
}

.carouselGAside .owl-next{
	float: right;
	background: url(../img/arrowRight.png) no-repeat center center #f0c419;
}

.carouselGAside .owl-prev:hover, 
.carouselGAside .owl-next:hover{opacity: 0.7;}

/** LEFT BLOCK **/
.leftBlock, .rightBlock{
	display: block;
	width: 630px;
	height: auto;
	margin: 20px 0px 40px 0px;
	padding: 10px 20px 0px 20px;
	box-shadow: 2px 2px 4px #e2e2e2;
	background-color: #fff;
}

/** ASIDE BLOCK **/
.asideLeft, .asideRight{
	display: block;
	width: 230px;
	height: auto;
	margin: 20px 0px 40px 0px;
	padding: 10px 20px 20px 20px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10;
	background-color: #fff;
}

.invert .rightBlock, .invert .asideRight, .leftBlock, .asideLeft{float: left;}
.invert .leftBlock, .invert .asideLeft, .rightBlock, .asideRight{float: right;}

.top63Define{top: -63px!important;}

.leftBlock h1, .asideLeft h1, .rightBlock h1, .asideRight h1, .intBlockFull h1{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
	font: normal 18px/20px 'RockwellStdBold', arial, verdana, serif;
	text-align: left;
	color: #998675;
}

.rightBlock .blockMain h1, 
.rightBlock .blockMain h2, 
.rightBlock .blockMain h3, 
.rightBlock .blockMain h4, 
.rightBlock .blockMain h5
{float: none;}

.leftBlock a.seeAll, .rightBlock a.seeAll{
	display: block;
	float: right;
	width: 220px;
	height: 40px;
	margin: 20px 0px 20px 386px;
	padding: 0px 10px;
	font: normal 14px/40px 'RockwellStdBold', arial, verdana, serif;
	text-align: left;
	color: #8b4a20;
	background: url(../img/icoArrowRight.png) no-repeat 200px center #f0c419;
	
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.leftBlock a:hover{opacity: 0.7;}

.margin20Left{margin: 0px 0px 0px 20px!important;}

.noticeBlockFull{
	display: block;
	float: left;
	width: 350px;
	height: auto;
	border-top: 1px solid #2ecc71;
}

.intBlock{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 20px 0px;
	border-top: 1px solid #2ecc71;
}

.leftBlock .intBlock{border: none;}

.noticeBlockMin{
	display: block;
	float: right;
	width: 240px;
	height: auto;
	border-top: 1px solid #f1c40f;
}

.notice{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #eaeaea;
}

.leftBlock h3, .asideLeft h3, .rightBlock h3, .asideRight h3{
	display: block;
	float: left;
	width: 100%;
	height: 8px;
	margin: 5px 0px;
	background-color: #f2f3e5;
}

.leftBlock h3 span, .asideLeft h3 span, .rightBlock h3 span, .asideRight h3 span{
	display: block;
	float: left;
	width: auto;
	height: 8px;
	padding: 0px 21px 0px 0px;
	font: normal 10px/8px 'RockwellStdBold', arial, verdana, serif;
	text-align: left;
	color: #998675;
	background: url(../img/bgTitleSpan.png) no-repeat right center #fff;
}

.leftBlock h3 span.date, .asideLeft h3 span.date, .rightBlock h3 span.date, .asideRight h3 span.date{
	float: right;
	padding: 0px 0px 0px 5px;
	background: #fff;
}

.leftBlock img, .asideLeft img, .rightBlock img, .asideRight img{
	display: block;
	float: left;
	width: 145px;
	height: auto;
	margin: 0px 10px 10px 0px;
}

.leftBlock .imageBlock, .rightBlock .imageBlock{
	display: block;
	float: left;
	width: 146px;
	height: auto;
	margin: 0px 20px 10px 0px;
}

.leftBlock .imageBlock img, .rightBlock .imageBlock img{
	display: block;
	float: none;
	width: 100%;
	height: auto;
	margin: 0px;
}

.leftBlock .imageBlock span, .rightBlock .imageBlock span{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 3px 0px 0px 0px;
	font: normal 10px/12px 'RockwellStdRegular', arial, verdana, serif;
	text-align: left;
	color: #736357;
}

.imageBlock .downloadButton, .imageBlock .downloadButton{margin-top: 10px;}

.leftBlock h2, .asideLeft h2, .rightBlock h2, .asideRight h2{
	display: block;
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	font: normal 14px/20px 'FuturaStdBold', arial, verdana, serif;
	text-align: left;
	text-transform: uppercase;
	color: #736357;
}

.leftBlock .intBlock img, .rightBlock .intBlock img{
	display: block;
	float: left;
	width: 300px;
	height: auto;
	margin: 0px 20px 20px 0px;
}

.leftBlock .intBlock .credito, .rightBlock .intBlock .credito{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 10px 0px 0px 0px;
	font: normal 15px/18px 'RockwellStdRegular', arial, verdana, serif;
	text-align: left;
	color: #736357;
}

.floatLeft{float: left!important;}
.floatRight{float: right!important;}

.leftBlock .intBlock h1, .rightBlock .intBlock h1{
	display: block;
	float: none;
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	font: normal 20px/25px 'FuturaStdBold', arial, verdana, serif;
	text-align: left;
	text-transform: uppercase;
	color: #736357;
}

.downloadButton{
	display: block;
	float: left;
	width: auto;
	height: 42px;
	padding: 0px 10px 0px 0px;
	font: normal 14px/42px 'FuturaStdBold', arial, verdana, serif;
	text-align: left;
	text-decoration: underline;
	color: #8b4a20;
	background-color: #f0c419;
	margin: 5px 0 0 0;
}

#mainContent .downloadButton img{
	display: block;
	float: left;
	width: 50px;
	height: 100%;
	margin: 0px 10px 0px 0px;
	background-color: #f3a221;
}

.optDownload{
	display: block;
	float: left;
	width: 75px;
	height: auto;
	margin: 5px 0 0 0;
}

.optButton:nth-child(1){background-color: #534337;}
.optButton:nth-child(2){background-color: #736357;}
.optButton:nth-child(3){background-color: #938377;}

.optButton{
	display: block;
	float: left;
	width: 65px;
	height: 21px;
	margin: 0 0 3px 0;
	padding: 3px 5px;
	font: 12px/21px "FuturaStdBold",arial,verdana,serif;
	text-align: center;
	color: #fff;
	background-color: #736357;
}

#mainContent  .optButton img{
	display: block;
	width: 25px;
	height: auto;
	margin: 0px auto 2px auto;
}

.leftBlock p, .asideLeft p, .rightBlock p, .asideRight p{
	display: block;
	width: 100%;
	height: auto;
	font: normal 12px/20px 'robotoregular', arial, verdana, serif;
	text-align: left;
	color: #948a83;
}

.asideLeft p, .asideRight p{margin: 0px 0px 20px 0px;}

.leftBlock p a, .asideLeft p a, .rightBlock p a, .asideRight p a{
	font: bold 12px/20px 'robotoregular', arial, verdana, serif;
	color: #948a83;
	text-decoration: underline;
}

.menuAside{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 10px 0px;
}

.menuAside li{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 2px 0px;
}

.menuAside li a{
	display: block;
	float: left;
	width: 100%;
	height: 20px;
	padding: 10px 0px;
	font: 13px/20px 'RockwellStdBold',arial,verdana,serif;
	text-align: center;
	color: #fff;
	background-color: #e93230;
}
.menuAside li a:hover{opacity: 0.7;}

.galleryMain{
	display: block;
	float: left;
	width: 240px;
	height: auto;
	margin: 0px 20px 20px 0px;
}

.galleryMain.min{width: auto}

.listAside{
	display: block;
	float: right;
	width: 100%;
	height: auto;
	padding: 10px 0px;
	border-top: 1px solid #f1c40f;
	list-style-type: disc;
}

.listAside li {
	float: right;
	width: 216px;
	height: auto;
	margin: 4px 0px;
	font: normal 14px/20px 'FuturaStdBold', arial, verdana, serif;
	color: #4fba6f;
}
.listAside li a{
	display: block;
	width: 100%;
	height: auto;
	font: normal 14px/20px 'FuturaStdBold', arial, verdana, serif;
	text-align: left;
	color: #948a83;
	
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.listAside li a:hover{opacity: 0.7;}

.listMain{
	display: block;
	float: right;
	width: 100%;
	height: auto;
	list-style-type: disc;
}

.listMain li {
	float: left;
	width: 600px;
	height: auto;
	margin: 0px 0px 10px 12px;
	font: normal 12px/20px 'FuturaStdBold', arial, verdana, serif;
	text-align: left;
	color: #4fba6f;
}

.listMain li a, .blockMain a.linkText{
	display: block;
	width: 100%;
	height: auto;
	font: normal 12px/20px 'FuturaStdBold', arial, verdana, serif;
	text-align: left;
	color: #948a83;
	
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.listAside li a:hover, 
.listMain li a:hover{opacity: 0.7;}

.asideLeft .halfBanner span,
.asideRight .halfBanner span{color: #8d8d8d;}

.listTabs{
	display: block;
	float: right;
	width: 670px;
	height: 40px;
	margin: 20px 0px 0px 0px;
}

.listTabs li{
	display: block;
	overflow: hidden;
	float: left;
	width: auto;
	height: 40px;
	margin: 0px 3px 0px 0px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-color: #f1c40f;
}

.listTabs li div{
	display: none;
	width: 14px;
	height: 14px;
	margin: 0px 0px -7px -7px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	z-index: 1;
	background-color: #f3a221;
	
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}

.listTabs li a{
	display: block;
	float: left;
	width: auto;
	height: 100%;
	padding: 0px 12px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
	font: normal 13px/40px 'RockwellStdBold', arial, verdana, serif;
	text-align: center;
	color: #8b4a20;
	
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.listTabs li:hover{opacity: 0.7;}

.listTabs .tabActive{
	overflow: visible;
	background-color: #f3a221;
}

.listTabs .tabActive div{display: block;}

.youtubeBlock{
	display: block;
	float: left;
	width: 100%;
	height: 400px;
	margin: 20px 0px;
}

/***** GOOGLE MAPS ASIDE BLOCK *****/

.googleMapsAsideBlock {
	display: block;
	float: left;
	width: 228px;
	height: 248px;
	border: 1px solid #d5c6b7;
	text-align: left;
}

.googleMapsAsideBlock .customBalloonBlock {
	float: left;
	display: block;
	width: 150px;
	height: auto;
	padding: 5px; 
	border: 1px solid #d5c6b7;
	background-color: #eed;
}

#mainContent .googleMapsAsideBlock .infoBox .customBalloonIMG {
	display: block;
	float: left;
	width: 50px;
	height: auto;
	margin: 0px 10px 0px 0px !important;
}

.googleMapsAsideBlock .customBalloonTitle {
	width: auto;
	height: auto;
	margin: 0px 0px 5px 0px;
	font: bold 12px/15px Arial, Trebuchet MS, 'Tahoma', Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333;
}

.googleMapsAsideBlock .customBalloonText {
	overflow: hidden;
	width: auto;
	height: auto;
	max-height: 30px;
	margin: 0px 0px 5px 0px;
	font: normal 12px/15px Arial, Trebuchet MS, 'Tahoma', Helvetica, sans-serif;
	color: #333;
}

#mainContent .googleMapsAsideBlock .infoBox img{
	width: auto;
	height: auto;
	top: auto;
	bottom: -25px;
}

/***** GOOGLE MAPS BLOCK *****/

.googleMapsBlock {
	display: block;
	float: left;
	width: 628px;
	height: 398px;
	border: 1px solid #d5c6b7;
	text-align: left;
}

.googleMapsBlock .customBalloonBlock {
	float: left;
	display: block;
	width: 300px;
	height: auto;
	padding: 5px; 
	border: 1px solid #d5c6b7;
	background-color: #eed;
}

#mainContent .googleMapsBlock .infoBox .customBalloonIMG {
	display: block;
	float: left;
	width: 140px;
	height: auto;
	margin: 0px 10px 0px 0px !important;
}

.googleMapsBlock .customBalloonTitle {
	width: auto;
	height: auto;
	margin: 0px 0px 5px 0px;
	font: bold 13px/16px Arial, Trebuchet MS, 'Tahoma', Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333;
}

.googleMapsBlock .customBalloonText {
	overflow: hidden;
	width: auto;
	height: auto;
	margin: 0px 0px 5px 0px;
	font: normal 12px/15px Arial, Trebuchet MS, 'Tahoma', Helvetica, sans-serif;
	color: #333;
}

#mainContent .googleMapsBlock .infoBox img{
	width: auto;
	height: auto;
	top: auto;
	bottom: -25px;
}

.pagination{
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	margin: 20px 0px 20px 0px;
}

.pagination li{
	display: block;
	float: left;
	width: auto;
	height: 40px;
	border-right: 1px solid #e2e2e2;
	background-color: #f2f3e5;
}

.pagination li.prev{width: 30px; background: url(../img/arrowLeft.png) no-repeat center center #4fba6f;}
.pagination li.next{width: 30px; background: url(../img/arrowRight.png) no-repeat center center #4fba6f; border: none;}
.pagination li.pageActive{background-color: #4fba6f;}
.pagination li.pageActive a{color: #fff;}
.pagination li.prev a, 
.pagination li.next a{color: transparent;}

.pagination li a{
	display: block;
	float: left;
	width: auto;
	height: 40px;
	padding: 0px 10px;
	font: normal 13px/40px 'RockwellStdBold', arial, verdana, serif;
	text-align: center;
	color: #8e8e8e;
}

.pagination li:hover{opacity: 0.7;}

/** TABLE BLOCK **/

.tableBlock{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	border-top: 1px solid #99181b;
	border-right: 1px solid #99181b;
	border-left: 1px solid #99181b;
}

.tableBlock thead{
	display: block;
	float: left;
	width: 100%;
	height: auto;
}

.tableBlock thead tr{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #99181b;
	background-color: #99181b;
}

.tableBlock thead tr td{
	display: block;
	float: left;
	width: auto;
	height: auto;
	padding: 5px 10px;
}

.tableBlock .width50{width: 50px;}
.tableBlock .width60{width: 60px;}
.tableBlock .width75{width: 75px;}
.tableBlock .width120{width: 120px;}
.tableBlock .width100{width: 100px;}
.tableBlock .width170{width: 170px;}
.tableBlock .width250{width: 250px;}
.tableBlock .width310{width: 310px;}
.tableBlock .width350{width: 350px;}
.tableBlock .width375{width: 375px;}
.tableBlock .width390{width: 390px;}

#content .tableBlock thead tr td p{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	font: normal 16px/20px 'RockwellStdRegular', arial, verdana, serif;
	text-align:left;
	color: #fff;
}

.tableBlock tbody{
	display: block;
	float: left;
	width: 100%;
	height: auto;
}

.tableBlock tbody tr{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #99181b;
	background-color: #fff;
}

.tableBlock tbody tr td{
	display: block;
	float: left;
	width: auto;
	height: auto;
	padding: 5px 10px;
}

.tableBlock tbody tr td p{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	font: normal 16px/20px 'RockwellStdRegular', arial, verdana, serif;
	text-align:left;
}

#content .tableBlock tbody tr td a.seeAll{
	display: inline-block;
	float: none;
	width: 40px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	font: normal 14px/40px 'RockwellStdBold', arial, verdana, serif;
	text-align: left;
	color: transparent;
	background: url(../img/icoArrowRight.png) no-repeat center center #f0c419;
	
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

#content  .tableBlock tbody tr td a.downloadButton{
	display: inline-block;
	float: none;
	padding: 0px;
}
#content  .tableBlock tbody tr td a.downloadButton img{margin: 0px;}

#content .listEnquete{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
}

#content .listEnquete li{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
}

#content .listEnquete h3{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 5px 0px;
	font: normal 14px/20px 'FuturaStdBold', arial, verdana, serif;
	text-align: left;
	color: #736357;
	background-color: transparent;
}

#content .listEnquete .progressBar{
	display: block;
	overflow: hidden;
	float: left;
	width: 610px;
	height: 30px;
	background-color: #e6e6e6;
}

#content .listEnquete .progressBar .percentBar{
	display: block;
	float: left;
	width: auto;
	min-width: 38px;
	height: 100%;
	margin: 0px 0px 0px -10px;
	padding: 0px 5px;
	font: normal 14px/30px 'FuturaStdBold', arial, verdana, serif;
	text-align: right;
	color: #736357;
	background-color: #aaa;
}

/***** FOOTER *************************************************************************************/

#footer {
	display: block;
	width: 100%;
	height: 205px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	background-color: #4fba6f;
}

#mainFooter {
	display: block;
	width: 960px;
	height: 100%;
	margin: 0px auto;
}

.topFooter{
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	padding: 10px 0px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.topFooter span{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	font: normal 12px/20px 'RockwellStdRegular', arial, verdana, serif;
	text-align:left;
	color: #fff;
}

.topFooter span b{
	display: block;
	float: left;
	width: auto;
	height: 100%;
	margin: 0px 20px 0px 0px;
	font: normal 12px/20px 'RockwellStdBold', arial, verdana, serif;
}

.middleFooter{
	display: block;
	float: left;
	width: 960px;
	height: 145px;
}

.logoFooter{
	display: block;
	float: left;
	width: auto;
	height: 100%;
	margin: 0px 100px 0px 0px;
	padding: 0px 10px;
	background-color: #4fba6f;
	
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.logoFooter:hover{opacity: 0.7;}

.logoFooter img{
	width: auto;
	max-width: 340px;
	height: auto;
	max-height: 125px;
	margin: 10px 0px;
}

.halfBanner{
	display: block;
	float: left;
	width: 300px;
	height: auto;
	margin: 15px 0px 0px 0px;
}

.halfBanner a{
	display: block;
	float: left;
	width: 100%;
	height: 95px;
	margin: 0px;
}

#container .halfBanner a img{
	width: 100%;
	height: 100%;
}

.halfBanner span{
	display: block;
	float: left;
	width: 100%;
	height: 13px;
	font: normal 9px/13px 'robotoregular', arial, verdana, serif;
	text-align:left;
	color: #fff;
}

.middleFooter .socialBlock{
	display: block;
	float: right;
	width: auto;
	height: 42px;
	margin: 15px 0px 0px 0px;
}

.allRights{
	display: block;
	opacity: 0.5;
	width: auto;
	height: 20px;
	margin: 95px 0px 0px 0px;
	font: normal 9px/20px 'FuturaStdBold', arial, verdana, serif;
	text-align:right;
	color: #fff;
}

/** Mudanças do Leo Ladeira **/
.showRight {
	float: right !important;
}

.socialBlock li.twitterButton{
	padding-left: 15px;
	width: 105px;
	overflow: hidden;
}

.socialBlock li.addThisButton{
	padding-top: 2px;
}

.rightBlock img.loaderImg {
	float: none;
	width: auto;
	margin: 0 auto;
	padding: 10px 0 20px 0;
}

.collapsible{
	cursor: pointer;
}

.resultsBlock{
	float: left;
    margin: 0 0 40px 0;
    width: 100%;
    height: auto;
}

.resultsBlock .moreResults{
	float: left;
    margin: 13px 0 0 0;
    text-align: right;
}

.rightBlock h1 a {
	color: inherit;
}

.rightBlock img.mainImage {
	width: auto;
    max-width: 630px;
}