@charset "utf-8";


/**/

@font-face {
    font-family: 'mission_gothicregular';
    src: url('../typography/Missiongothic/mission_gothic_regular-webfont.eot');
    src: url('../typography/Missiongothic/mission_gothic_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../typography/Missiongothic/mission_gothic_regular-webfont.woff') format('woff'),
         url('../typography/Missiongothic/mission_gothic_regular-webfont.ttf') format('truetype'),
         url('../typography/Missiongothic/mission_gothic_regular-webfont.svg#mission_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mission_gothicthin';
    src: url('../typography/Missiongothic/mission_gothic_thin-webfont.eot');
    src: url('../typography/Missiongothic/mission_gothic_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../typography/Missiongothic/mission_gothic_thin-webfont.woff') format('woff'),
         url('../typography/Missiongothic/mission_gothic_thin-webfont.ttf') format('truetype'),
         url('../typography/Missiongothic/mission_gothic_thin-webfont.svg#mission_gothicthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mission_gothicbold';
    src: url('../typography/Missiongothic/mission_gothic_bold-webfont.eot');
    src: url('../typography/Missiongothic/mission_gothic_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../typography/Missiongothic/mission_gothic_bold-webfont.woff') format('woff'),
         url('../typography/Missiongothic/mission_gothic_bold-webfont.ttf') format('truetype'),
         url('../typography/Missiongothic/mission_gothic_bold-webfont.svg#mission_gothicbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/**/

body, html {
	margin:0;
	padding:0;
	height: 100%;
}

body {
	background: #232623;
    overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
	font-family: 'mission_gothicregular', Arial, sans-serif;
	color: #C7CBC5;
}

/**/

h1 {
	font-size: 50px;
	margin: 0 0 10px 0;
	color: #fff;
	font-weight: normal;
	font-family: 'mission_gothicthin', Arial, sans-serif;
	line-height: 90%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a, a:link, a:active, a:visited {
	color: #797D7D;
	}

a:hover {
	color: #A0791E;
	}
	
strong {
	font-family: 'mission_gothicbold', Arial, sans-serif;
	font-weight: normal;
	}
	
/**/
/*++++++ Estrutura base ++++++++++++++++++++++++++*/

.boxLayoutWrapper {
	width: 100%;
	position:absolute; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	z-index: 10;
	background: url(img/bkg_header.png) center top repeat-x;
	top:0;
	}
	
.boxLayout {
	margin: 0 auto;
	z-index: 100;
	width: 980px;
	padding: 0 0 230px; /* bottom padding para o footer */
	position: relative;
}

.home .boxLayout {
	padding:0 0 230px; /* bottom padding para o footer na home */
}

.boxFooterWrapper {
    bottom: 0;
    clear: both;
	height: 160px;
    /*overflow: hidden;*/
    position: absolute;
    width: 100%;
    z-index: 200;
	background: url(img/bkg_footer.png) center bottom repeat-x;
}
 
.home .boxFooterWrapper {
	height: 391px;
}
	
.boxFooter {
    margin: 0 auto;
    position: relative;
    width: 980px;
	height: 160px;
}

.home .boxFooter {
	height: 391px;
}
	
/*++++++ HEADER ++++++++++++++++++++++++++*/

/* topo */

.boxHeaderTools {
    float: left;
	position: absolute;
	right: 0;
}

.boxHeaderTools .boxBanners {
	float: left;
	padding-top: 2px;
	}
	
.boxHeaderTools .boxPartilhaRedesSociais {
	float: left;
	margin-left: 10px;
    padding-top: 5px;
	}


/* logo */

.boxLogo {
	float: left;
	margin-top: 30px;
	}
	
/* contactos topo */

.boxContacts {
	color: #8C9189;
    font-size: 14px;
    left: 210px;
    position: absolute;
    top: 6px;
	}
	
.boxContacts .fa.fa-fw {
	font-family: fontAwesome, sans-serif;
	float: left;
	padding-top: 2px;
	}
	
.boxContacts .fa.fa-fw:before {
    content: "";
	line-height:16px;
	margin-right: 5px;
	color: #797D7D;
}

.boxContacts span {
	float: left;
	
	}

/* menu/navegacao */

.boxGlobalNav {
    float: left;
    width: 520px;
	position: absolute;
    top: 45px;
	left: 205px;
}

/*.home .boxGlobalNav {
	left: 431px;
}*/

/* metereologia */

.boxTempo {
	float: right;
	margin-top: 39px;
	font-size: 12px;
	font-weight: normal;
	margin-right: 75px;
	position: relative;
	}
	
.boxTempo * {
	color: #232623;
	}
	
.boxTempo strong {
	font-weight: normal;
	font-family: 'mission_gothicregular', Arial, sans-serif;
    position: absolute;
    top: 3px;
    width: 30px;
	margin-left: 3px;
	}
	
.boxTempo span {
	display: block;
	width: 60px;
	}

/* idiomas */

.boxLang.menu {
	float: right;
	font-size: 12px;
	margin-top: 45px;
	color: #232623;
	line-height: 85%;
	overflow: visible;
	}
	
.boxLang.menu li {
	display: inline;
	border-right: 1px solid #777D71;
	padding-right: 4px;
	}
	
.boxLang.menu li.last {
	border-right: none;
	}
	
.boxLang.menu li a {
	color: #232623;
	}
	
.boxLang.menu li .selected,
.boxLang.menu li a:hover {
	color: #795B17;
	}

	
/*+++++++ SLIDER / MARQUEE / CAMPANHAS TEXTO NA HOME ++++++++++++++++++++++++++*/

.boxMarquee {
	margin-top: 60px;
	width: 470px;
	min-height: 200px;
	}
	
	
.home .boxLayout,
.boxDestaques {
	-webkit-pointer-events: none;
	-khtml-pointer-events: none;
	-moz-pointer-events: none;
	-o-pointer-events: none;
	pointer-events:none; 
	}
	
.boxMarquee, 
.slides, 
.slides a,
.destaqueVer,
.boxDestaques .item,
.home .boxHeader {
	-webkit-pointer-events: auto;
	-khtml-pointer-events: auto;
	-moz-pointer-events: auto;
	-o-pointer-events: auto;
	pointer-events: auto;
	}
	
.boxMarquee h2 {
	font-family: 'mission_gothicthin', Arial, sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	line-height: 100%;
	color: #fff;
	font-weight: normal;
	}
	
.boxMarquee p {
	color: #C7CBC5;
	font-size: 14px;
	margin-top: 5px;
	}
	
.boxMarquee a:hover h2,
.boxMarquee a:hover p {	
	color: #CAAC48;
	}
	
.menu.navRotator.nav {
	font-size: 12px;
	margin-top: 5px;
	}
	
.menu.navRotator.nav a {
	float: left;
	padding: 2px 0;
	background-color: #EFEFEE;
	color: #232623;
	margin-right: 5px;
	width: 20px;
	text-align: center;
	display: block;
	}
	
.menu.navRotator.nav a:hover,
.menu.navRotator.nav a.selected {
	background-color: #795B17;
	color: #EFEFEE;
	}
	
.rrButton {
	display: none;
	}
	
/*+++++++ DESTAQUES +++++++++++++++++++++++++++++++++++++++++++*/

ul.boxDestaques.menu {
	overflow: visible;
    position: relative;
    width: 980px;
}
	
ul.boxDestaques.menu li.item {
    bottom: -200px;
    height: 231px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    -webkit-transition: all 300ms ease-out 100ms;
    -moz-transition: prop time;
    -ms-transition: all 300ms ease-out 100ms;
    -o-transition: all 300ms ease-out 100ms;
    transition: all 300ms ease-out 100ms;
    width: 320px;
}

ul.boxDestaques.menu li.item.first {
    left: 0;
    right: auto;
}
	
ul.boxDestaques.menu li.item.last {
    right: 0;
    left: auto;
}

/**/


ul.boxDestaques.menu li.item:hover {
    bottom: 0;
}

/**/
	
.destaqueTitle {
	background-image:-moz-linear-gradient(50% 0%,rgb(255,255,255) 0%,rgb(235,235,233) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(235,235,233)));
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(235,235,233) 100%);
	background-image:-o-linear-gradient(rgb(255,255,255) 0%,rgb(235,235,233) 100%);
	background-image:-ms-linear-gradient(rgb(255,255,255) 0%,rgb(235,235,233) 100%);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(235,235,233) 100%);
	background-color: #fff;
	height:31px;
	position: relative;
	cursor: pointer;
	}

.destaqueTitle h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 17px;
	color: #232623;
	padding-left: 10px;
	padding-top: 4px;
	width: 270px;
	}
	
.destaqueTitle .btnExpand {
	color: #fff;
	width: 9px;
	height: 23px;
	padding: 4px 11px;
	position: absolute;
	right: 0;
	top: 0;
	background-image:-moz-linear-gradient(50% 0%,rgb(121,91,23) 0%,rgb(94,70,17) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(121,91,23)),color-stop(1, rgb(94,70,17)));
	background-image:-webkit-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:-o-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:-ms-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-color: #6F5315;

    -webkit-transition: all 300ms ease-out 100ms;
    -moz-transition: prop time;
    -ms-transition: all 300ms ease-out 100ms;
    -o-transition: all 300ms ease-out 100ms;
    transition: all 300ms ease-out 100ms;
    
    opacity: 1;
	}
	
ul.boxDestaques.menu li.item:hover .destaqueTitle .btnExpand {
    opacity: 0;    
}

.destaqueTitle .btnExpand:before {
	content: "";
	font-family: fontAwesome;
	}

.destaqueThumb {
	overflow: hidden;
	}

.destaqueThumb,
.destaqueThumb img {
	width: 320px;
	height: 169px;
    display: block;
    overflow: hidden;
	}
    
.destaqueThumb img {
    -webkit-transition: all 300ms ease-out 100ms;
    -moz-transition: prop time;
    -ms-transition: all 300ms ease-out 100ms;
    -o-transition: all 300ms ease-out 100ms;
    transition: all 300ms ease-out 100ms;
    opacity: 0;
}

ul.boxDestaques.menu li.item:hover .destaqueThumb img {
    opacity: 1;    
}

.destaqueDescricao {
	position: relative;
	height:31px;
	font-size: 12px;
	color: #fff;
	
	background-image:-moz-linear-gradient(50% 0%,rgb(121,91,23) 0%,rgb(94,70,17) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(121,91,23)),color-stop(1, rgb(94,70,17)));
	background-image:-webkit-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:-o-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:-ms-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-color: #6F5315;
	}
	
.destaqueDescricao p.txt {
	width: 210px;
	overflow: hidden;
	white-space:nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	float: left;
	padding-left: 10px;
	padding-top: 7px;
	}

a.destaqueVer {
	display: block;
	float: left;
	right: 0;
	position: absolute;
	color: #fff;
	padding-right: 5px;
	padding-top: 7px;
	text-transform: uppercase;
	}
	
a.destaqueVer:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity:0.50;
	opacity:0.50;
	}
	

ul.boxDestaques.menu {
    bottom: 90px;
   /* display: none;*/
    height: 350px !important;
    overflow: hidden;
    position: absolute;	
}

/*.home ul.boxDestaques.menu {
	display: block;
}

.article ul.boxDestaques.menu {
	display: block;
}

.list ul.boxDestaques.menu {
	display: block;
}

.mapa ul.boxDestaques.menu {
	display: block;
}

.mapaSite ul.boxDestaques.menu {
	display: block;
}
.form ul.boxDestaques.menu {
	display: block;
}*/

/*+++++++ RESERVAS +++++++++++++++++++++++++++++++++++++++++++*/

.boxReservas {
	margin-top: 10px;
	width: 980px;
	height: 80px;
	position: relative;
	
	background-image:-moz-linear-gradient(50% 0%,rgb(255,255,255) 0%,rgb(235,235,233) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(rgb(255,255,255)),color-stop(rgb(235,235,233)));
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(235,235,233) 100%);
	background-image:-o-linear-gradient(rgb(255,255,255) 0%,rgb(235,235,233) 100%);
	background-image:-ms-linear-gradient(rgb(255,255,255) 0%,rgb(235,235,233) 100%);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(235,235,233) 100%);
	background-color: #fff;
	}
	
h3.reservasTitle {
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	font-family: 'Lobster Two', cursive, Arial, sans-serif;
	font-style: italic;
	background: url(img/bkg_titReservas.png) no-repeat;
	padding: 16px 30px 0 13px;
	width: 85px;
	height: 82px;
	position: absolute;
	left: -5px;
	line-height: 90%;
	text-shadow:1px 1px 1px rgba(0,0,0,0.65);
}

h3.reservasTitle span {
	-moz-transform:matrix(1,-0.1,0.1,1,0,0);
	-moz-transform-origin:center;
	-webkit-transform:matrix(1,-0.1,0.1,1,0,0);
	-webkit-transform-origin:center;
	-o-transform:matrix(1,-0.1,0.1,1,0,0);
	-o-transform-origin:center;
	-ms-transform:matrix(1,-0.1,0.1,1,0,0);
	-ms-transform-origin:center;
	transform:matrix(1,-0.1,0.1,1,0,0);
	transform-origin:center;
	display:block;
}

.itemCalendar, .itemSelectHolder {
	float: left;
	}
	
.itemCalendar,
.itemSelectHolder {
	width: 210px;
	margin-top:12px;
	margin-left: 17px;
	}
	
.itemCalendar.checkin {
	margin-left: 135px;
	}
.boxReservas label {
	font-size: 14px;
	text-transform: uppercase;
	color: #232623;
	display: block;
	width: 210px;
	}
	
.reserveNow {
	position: absolute;
	top:21px;
	right: -5px;
	}
	
.reserveNow a.btnBookings {
	display: block;
	background: url(img/bkg_btnReserve.png) top right no-repeat;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 10px 0 13px;
	width: 144px;
	height: 33px;
	}
	
.reserveNow a.btnBookings:hover {
	color: #D3A4AE;
	}
	

/*++++++++++ FOOTER ++++++++++++++++++++++++++++++++++*/

.boxConteudosBottom {
	position: absolute;
	bottom: 70px;
	width: 980px;
	}

.boxConteudosFooter {
	height: 50px;
	position: absolute;
	bottom: 0;
	width: 980px;
	}
	
.menuFooter.menu {
	width: 455px;
	float: left;
	margin-top: 10px;
	}
	
.menuFooter.menu li {
	display: inline;
	font-size: 11px;
	color: #777D71;
	/*border-right: 1px solid #777D71;
	padding-right: 5px;*/
	}

.menuFooter.menu li:after {
	content: " |";
	}
	
.menuFooter.menu li.last:after {
	content: "";
	}
	
.menuFooter.menu a {
	color: #C7CBC5;
	}
	
.menuFooter.menu a:hover {
	color: #795B17;
	}
	
.boxConteudosFooter .boxBanners {
	float: left;
	margin-top: 10px;
	}
	
.boxConteudosFooter .boxSocialLinks {
	right: 0;
	position: absolute;
	top: 15px;
	}
	
.boxConteudosFooter .boxSocialLinks .item {
	display: inline;
	}
	
.copyrightInfo {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 9px;
	color: #777D71;
	}
	
.copyrightInfo a {
	float: left;
	margin-right: 10px;
	padding-bottom: 3px;
	}
	
/*++++++++ CONTEUDOS +++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.boxContent {
	position:relative;
	height: 100%;
	}

/*menu contextual*/
	
.menuContext {
	float: left;
	width: 148px;
	margin-top: 16px;
	background-color:rgba(30,32,30,0.85);
	padding: 20px;
	list-style: none;
	font-size: 12px;	
	}
	
.menuContext li {
	border-bottom: 1px solid #5D5D5D;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
	
.menuContext li.last {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	}

.menuContext li a {
	color: #C7CBC5;
	background: url(img/iconSprite_menuContextual.png) right 0 no-repeat;
	display: block;
	width: 118px;
	padding: 4px 30px 4px 0;
	line-height: 110%;
	}
	
.menuContext li a:hover,
.menuContext li.selected a {
	color: #9D771D;
	background: url(img/iconSprite_menuContextual.png) right -40px no-repeat;
	}
	
/**/

.boxArticle, .boxList, .boxForm {
	width: 732px;
	padding: 20px;
	background-color:rgba(30,32,30,0.85);
	float: right;
    margin-top: -40px;
	}
	
.boxLocalizacao {
    background-color: rgba(30, 32, 30, 0.85);
    bottom: 215px;
    padding: 20px;
    position: absolute;
    width: 940px;
    font-size: 13px;
	}
	
.boxContentBody {
	font-size: 13px;
	position: relative;
	z-index: 100;
	}
	
.boxContentBody p {
	margin: 10px 0;
	}
	
.boxContentBody h1 {
	border-bottom: 1px solid #5D5D5D;
	padding-bottom: 10px;
	margin-bottom: 13px;
}

/*---- downloads ----*/

.boxDownloads {
	border-top: 1px solid #5D5D5D;
	padding-top: 13px;
	margin-top: 13px;
	}
	
.boxDownloads dt {
	display: none;
	}
	
.boxDownloads dd a,
.boxList .item a.more {
	float:left;
	display:block;
	clear: left;
	margin-top: 5px;
	height:26px;
	padding: 4px 10px 0;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	
	background: #795B17;
	background-image:-moz-linear-gradient(53% 0%,rgb(121,91,23) 0%,rgb(94,70,17) 100%); 
	background-image:-webkit-gradient(linear,53% 0%,53% 100%,color-stop(0, rgb(121,91,23)),color-stop(0, rgb(94,70,17)));
	background-image:-webkit-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:-o-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:-ms-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	}
	
.boxDownloads dd a:hover,
.boxList .item a.more:hover {
	background: #DBDEDA;
	background-image:-moz-linear-gradient(50% 0%,rgb(255,255,255) 0%,rgb(236,236,234) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(0, rgb(236,236,234)));
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(236,236,234) 100%);
	background-image:-o-linear-gradient(rgb(255,255,255) 0%,rgb(236,236,234) 100%);
	background-image:-ms-linear-gradient(rgb(255,255,255) 0%,rgb(236,236,234) 100%);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(236,236,234) 100%);
	color: #232623;
	}
	
/*--- Botao voltar ---*/

.btnVoltar {
	margin-top: 20px;
	text-transform: uppercase;
	}
	
.btnVoltar a:before {
	font-family: fontAwesome;
	content: "";
	margin-right:5px;
	}
	
/*+++++++++++ LISTAGENS ++++++++++++++++++++++++++++++++++++++++++*/

.boxList .item {
	padding-bottom: 20px;
	}
	
.boxList .listLinks .item {
	padding-bottom: 40px;
	}

.boxList .item .img {
	width: 356px;
	height: 204px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
	background: url(img/imgReplacer.png) center no-repeat;
	}
		
.boxList .listLinks .item .img {
	display: none;
	}
	
.boxList .item .img a {
	font-size:0;
	color: #232323;
	}
	
.boxList .item .img img {
	width: 356px;
	min-height: 204px;
	}
	
.boxList .item .description {
	float: left;
	width: 356px;
	/*height: 204px; --- conforme proposta original */
	position: relative;
	}
	
.boxList .listLinks .item .description {
	float: none;
	width: auto;
	height: auto;
	position: relative;
	}
	
.boxList .item a.more {
	/*position: absolute;
	bottom: 0;  ----- alinhava o btn em baixo - conforme proposta original */
	}
	
.boxList .listLinks .item a.more {
	position: relative;
	}
	
.boxList .item a.more:after {
	content: "";
	font-family: fontAwesome;
	margin-left: 5px;
	}
	
.boxList .item h3 {
	font-family: 'mission_gothicthin', Arial, sans-serif;
	font-size: 33px;
	color: #fff;
	border-bottom: 1px solid #5D5D5D;
	padding-bottom: 6px;
	margin-bottom: 6px;
	line-height: 100%;
	/*width: 354px;*/
	/*white-space:nowrap;*/
	/*display:block;*/
	/*-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;*/
	}
	
.boxList .listLinks .item h3 {
	width: auto;
	white-space: normal;
	overflow: visible;
	}
	
.boxList .item h3 a {
	color: #fff;	
	}
	
/* paginacao */

.RadGrid_Default .rgPager {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.CustomPagerHolder {
	text-transform: uppercase;
	}

.CustomPagerHolder a.btnPrevious,
.CustomPagerHolder a.btnNext,
.CustomPagerHolder a.disabled:hover {
    cursor: pointer;
    display: block;
    float: left;
	padding: 5px 2px !important;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	margin-right: 3px !important;
	text-align: center;
	width: 24px;
	height: 16px;
	text-indent: -1000px;
	position:relative;
	white-space:nowrap;
	overflow: hidden;
	
	background: #750021;	
	background-image:-moz-linear-gradient(50% 0%,rgb(151,0,33) 0%,rgb(109,0,33) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(151,0,33)),color-stop(0, rgb(109,0,33)));
	background-image:-webkit-linear-gradient(rgb(151,0,33) 0%,rgb(109,0,33) 100%);
	background-image:-o-linear-gradient(rgb(151,0,33) 0%,rgb(109,0,33) 100%);
	background-image:-ms-linear-gradient(rgb(151,0,33) 0%,rgb(109,0,33) 100%);
	background-image:linear-gradient(rgb(151,0,33) 0%,rgb(109,0,33) 100%);
}

.CustomPagerHolder a:hover {
	background-image:-moz-linear-gradient(48% -1%,rgb(176,0,39) 0%,rgb(131,0,35) 100%); 
	background-image:-webkit-gradient(linear,48% -1%,48% 99%,color-stop(0, rgb(176,0,39)),color-stop(0, rgb(131,0,35)));
	background-image:-webkit-linear-gradient(rgb(176,0,39) 0%,rgb(131,0,35) 100%);
	background-image:-o-linear-gradient(rgb(176,0,39) 0%,rgb(131,0,35) 100%);
	background-image:-ms-linear-gradient(rgb(176,0,39) 0%,rgb(131,0,35) 100%);
	background-image:linear-gradient(rgb(176,0,39) 0%,rgb(131,0,35) 100%);
}

.CustomPagerHolder a.disabled,
.CustomPagerHolder a.disabled:hover {
	filter:alpha(opacity=40);
	-moz-opacity:0.40;
	-khtml-opacity:0.40;
	opacity:0.40;
	cursor:default;
	}


.RadGrid_Default .rgWrap.rgAdvPart {
	margin-left:30px;
	text-transform: uppercase;
	}

.CustomPagerHolder a.btnPrevious:before,
.CustomPagerHolder a.btnNext:after {
	font-family: fontAwesome;
	display: block;
	position: absolute;
	left: 12px;
    top: 5px;
	text-indent: 0;
	}

.CustomPagerHolder a.btnPrevious:before {
	content:"";
}

.CustomPagerHolder a.btnNext:after {
	content:"";
	}

.CustomPagerHolder a.btnFirst,
.CustomPagerHolder a.btnLast {
	display: none;
	}
	
/* ++++++ GALERIA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.articleContent.galeria,
.boxForm .contentForm {
	float:right;
	width: 354px;
	}

.gallery,
.moduloFormulario {
	width: 354px;
	float: left;
	padding: 0;
	}
	
.gallery ul, .gallery li {
	padding: 0;
	margin: 0;
	list-style: none !important;
	}

.gallery .rrClipRegion {
	float: left;
	}
	
.gallery ul.rrItemsList {
	margin: 0;
	}
	
.gallery .rrItem {
	margin: 0;
	float: left;
	}
	
.ie8 .gallery .rrItem,
.ie9 .gallery .rrItem {
	position: relative;
	padding: 0;
	list-style: none;
	}
	
.gallery .image a {
	width: 354px;
	height: 290px;
	display: block;
	position: relative;
	}

/*----*/

/* boxNav - navegacao dos thumbnails */

.gallery .boxNav {
	height: 74px !important;
	width: 354px !important;
	overflow: hidden;
	margin-top: 67px;
	}
	
.gallery .boxNav .rrClipRegion {
	float: left;
	clear: both;
	}
	
.gallery .boxNav ul.rrItemsList {
	margin-left: 0;
	}
	
.gallery .boxNav .rrItem {
	display: block;
	cursor: pointer;
	float: left;
	}
	
.gallery .boxNav .rrItem a.btn, 
.gallery .boxNav .rrItem img {
	display: block;
	width: 84px !important;
	height: 49px !important;
	}
	
.gallery .boxNav .rrItem img {
	margin: 0 5px;
	/*border: 1px solid #5E4611;*/
	}
	
/**/

.RadRotator.RadRotator_Default.galleryThumbnails {
	float: left;
	}
	
.gallery .boxNav .previousFrame, 
.gallery .boxNav .nextFrame {
	cursor: pointer;
	width: 31px;
	height: 31px;
	float: left;
	text-indent: -1000px;
	overflow: hidden;
	display: block;
	margin-top: 9px;
	position: relative;
	color:#fff;
	
	background: #795B17;
	background-image:-moz-linear-gradient(53% 0%,rgb(121,91,23) 0%,rgb(94,70,17) 100%); 
	background-image:-webkit-gradient(linear,53% 0%,53% 100%,color-stop(0, rgb(121,91,23)),color-stop(0, rgb(94,70,17)));
	background-image:-webkit-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:-o-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:-ms-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	}
	
.gallery .boxNav .previousFrame:hover, 
.gallery .boxNav .nextFrame:hover {
	background:#A0791E;
	background-image:-moz-linear-gradient(53% 0%,rgb(155,118,30) 0%,rgb(111,83,21) 100%); 
	background-image:-webkit-gradient(linear,53% 0%,53% 100%,color-stop(0, rgb(155,118,30)),color-stop(0, rgb(111,83,21)));
	background-image:-webkit-linear-gradient(rgb(155,118,30) 0%,rgb(111,83,21) 100%);
	background-image:-o-linear-gradient(rgb(155,118,30) 0%,rgb(111,83,21) 100%);
	background-image:-ms-linear-gradient(rgb(155,118,30) 0%,rgb(111,83,21) 100%);
	background-image:linear-gradient(rgb(155,118,30) 0%,rgb(111,83,21) 100%);
	}
	
.gallery .boxNav .previousFrame {
	float: left;
	margin-right: 5px;
	}	

.gallery .boxNav .nextFrame {
	float: left;
	margin-left: 5px;
	}

.gallery .boxNav .previousFrame.rrButtonDisabled,
.gallery .boxNav .nextFrame.rrButtonDisabled {
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity:0.50;
	opacity:0.50;
	color: #fff;
	cursor: default;
	background: #795B17;
	background-image:-moz-linear-gradient(53% 0%,rgb(121,91,23) 0%,rgb(94,70,17) 100%); 
	background-image:-webkit-gradient(linear,53% 0%,53% 100%,color-stop(0, rgb(121,91,23)),color-stop(0, rgb(94,70,17)));
	background-image:-webkit-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:-o-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:-ms-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	}
	
.gallery .boxNav .nextFrame:before,
.gallery .boxNav .previousFrame:before {
	content: "";	
	font-family: fontAwesome;
	font-size: 15px;
	display: block;
	position: absolute;
	left: 14px;
    top: 7px;
	text-indent: 0;
	}
	
.gallery .boxNav .previousFrame:before {
	content: "";
	left: 12px;
	}

.gallery .boxControls {
	display: none;
	}
	
.gallery ul.rrItemsList {
	float: left;
	}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	
.boxZoom {
	left: 228px;
    position: absolute;
    top: 202px;
    z-index: 800;
	}	
	
.boxZoomExit {
	width: 355px;
	padding: 20px;
	background-color:rgba(30,32,30,0.85);
	z-index: 800;
	float: right;
	margin-top: -125px; 
}
	
.btnZoom {
	width: 349px;
	padding-right: 5px;
	
	background: #795B17;
	background-image:-moz-linear-gradient(53% 0%,rgb(121,91,23) 0%,rgb(94,70,17) 100%); 
	background-image:-webkit-gradient(linear,53% 0%,53% 100%,color-stop(0, rgb(121,91,23)),color-stop(0, rgb(94,70,17)));
	background-image:-webkit-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:-o-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:-ms-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	}
	
.btnZoom:hover {
	background: #A0791E;
	background-image:-moz-linear-gradient(53% 0%,rgb(155,118,30) 0%,rgb(111,83,21) 100%); 
	background-image:-webkit-gradient(linear,53% 0%,53% 100%,color-stop(0, rgb(155,118,30)),color-stop(0, rgb(111,83,21)));
	background-image:-webkit-linear-gradient(rgb(155,118,30) 0%,rgb(111,83,21) 100%);
	background-image:-o-linear-gradient(rgb(155,118,30) 0%,rgb(111,83,21) 100%);
	background-image:-ms-linear-gradient(rgb(155,118,30) 0%,rgb(111,83,21) 100%);
	background-image:linear-gradient(rgb(155,118,30) 0%,rgb(111,83,21) 100%);
	}
	
a.ampliarBtnClass {
	display:block;
	height:26px;
	padding: 4px 10px 0;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	background: url(img/icon_zoom.png) right 3px no-repeat;
}

/*+++++ navegacao galeria zoom ++++++*/	

.prevslide, .nextslide {
	display: none;
	}
	
#navigation {
    margin: 0 20px;
}


.zoomGaleria #prevslide, .zoomGaleria #nextslide {
	display:block;
	width: 40px;
	height: 40px;
	z-index: 500;
	float: left;
	position: relative;
	
	background: #A0791E;
	background-image:-moz-linear-gradient(53% 0%,rgb(121,91,23) 0%,rgb(94,70,17) 100%); 
	background-image:-webkit-gradient(linear,53% 0%,53% 100%,color-stop(0, rgb(121,91,23)),color-stop(0, rgb(94,70,17)));
	background-image:-webkit-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:-o-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:-ms-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	}
	
.zoomGaleria #prevslide:hover, .zoomGaleria #nextslide:hover {
	background: #A0791E;
	background-image:-moz-linear-gradient(53% 0%,rgb(155,118,30) 0%,rgb(111,83,21) 100%); 
	background-image:-webkit-gradient(linear,53% 0%,53% 100%,color-stop(0, rgb(155,118,30)),color-stop(0, rgb(111,83,21)));
	background-image:-webkit-linear-gradient(rgb(155,118,30) 0%,rgb(111,83,21) 100%);
	background-image:-o-linear-gradient(rgb(155,118,30) 0%,rgb(111,83,21) 100%);
	background-image:-ms-linear-gradient(rgb(155,118,30) 0%,rgb(111,83,21) 100%);
	background-image:linear-gradient(rgb(155,118,30) 0%,rgb(111,83,21) 100%);
	}
	
.zoomGaleria #nextslide {
	float: right;
	}
	
.zoomGaleria #prevslide:before, .zoomGaleria #nextslide:before {	
	font-family: fontAwesome;
	font-size: 17px;
	color: #fff;
	display: block;
	position: absolute;
	left: 15px;
    top: 10px;
	text-indent: 0;
	content: "";
	}
	
.zoomGaleria #nextslide:before {
	content: "";
	left: 18px;
	}
	
#controls-wrapper {
	top:50%;
	}
		
#controls-wrapper img {
	background-color: #f90;
	width: 50px;
	height: 50px;
	}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.boxMap {
	width: 100%;
	height: 100%;
	position: fixed !important;
	}

.boxLayoutWrapper.mapa {
	-webkit-pointer-events: none;
	-khtml-pointer-events: none;
	-moz-pointer-events: none;
	-o-pointer-events: none;
	pointer-events:none; 
	}
	
.boxLayoutWrapper.mapa a,
.boxLayoutWrapper.mapa .boxHeader div,
.boxLayoutWrapper.mapa .boxFooterWrapper,
.boxLocalizacao {
	-webkit-pointer-events: auto;
	-khtml-pointer-events: auto;
	-moz-pointer-events: auto;
	-o-pointer-events: auto;
	pointer-events:auto;
	}

/*++++++++++ formulario ++++++++++++++++++++++++++++++++++++++++++++++++*/


.moduloFormulario {
	/*margin-top: 10px;*/
	}
	
.formItemBox {
    clear: both;
    margin-bottom: 10px;
    overflow: auto;
	width: 356px;
}

.formItemBox .formItemTitle {
	border-bottom: 1px dotted #bbb;
	margin: 10px 0 20px;
	text-transform: uppercase;
	}
	
.formItemBox .formItemFilete {
	border-bottom: 1px dotted #bbb;
	margin-bottom: 20px;
	}

.formItemBox .formItemName {
    color: #C7CBC5 !important;
    font-size: 16px !important;
    width: 354px !important;
	text-align: left !important;
    padding: 5px 0 0 0;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 4px;
}

.formItemBox .formItemName em {
	font-weight: bold;
	padding-left: 4px;
	font-style: normal;
}

.formItemBox .formItemValidator {
    color: #A0791E;
    font-style: normal;
    text-transform: uppercase;
	display: block !important;
	clear: both !important;
}

.formItemBox .formItemValidator:before {
	font-family: fontAwesome;
	content: " ";
	font-size: 15px;
}

.formItemBox .formItemInput {
	color: #A8AFA5 !important;
	font-size: 13px !important;
	}
	
.formCheck, .formRadio {
    line-height: 26px;
}

.formItemInput, .formTextArea, .formSelect, .formInputNumber {
    float: left;
    margin-bottom: 7px;
}

input.text, input.email, textarea.uniform {
	width: 342px;
}

input.text, input.email, input.password, textarea.uniform, .formInputNumber input {
    color: #A8AFA5 !important;
    font-family: 'mission_gothicregular', Arial, sans-serif !important;
}

.RadPicker_Default .rcCalPopup, .RadPicker_Default a.rcDisabled.rcCalPopup:hover {
	margin-left: 7px !important;
	}

div.selector select {
    font-family: 'mission_gothicregular', Arial, sans-serif !important;
    color: #A8AFA5 !important;
}

.formItemBox .formTextLegend {
	font-size: 12px;
	}
	
.formItemBox .formItemButtons {
	margin-left: 0 !important;
	padding-bottom: 5px;
	float: left;
	overflow: auto;
	}
	
.formItemBox .formItemButtons a {
	padding: 5px 20px 0px;
	margin-right: 7px;
	display: block;
	zoom:1;
	position: relative;
	background: url(img/bkg_btnCastanho.png) 0 0 repeat-x;
	height: 26px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	}
	
.formItemBox .formItemButtons a:hover {
	background: url(img/bkg_btnCastanho.png) 0 -40px repeat-x;
	}
	
	
.moduloFormulario .boxScrollText {
	width: 350px;
	height: 54px;
	font-size: 11px;
	border: 1px solid #c9c9c9;
	background: #f0f0f0;
	padding: 5px;
	overflow: auto;
	margin: 10px 0 10px 210px;
	}
	
.moduloFormulario .itemAnexo, .boxForm .itemConfirm {
	font-size: 11px;
	margin-left: 212px;
	}
	
.moduloFormulario .itemAnexo {
	background: url(img/iconDownloads.png) left top no-repeat;
	padding-left: 15px;
	}
	
.moduloFormulario .itemConfirm {
	margin-top: 20px;
	margin-bottom: 20px;
	}

/* BOTOES SITE */

.formBtns {
	margin-left: 210px;
	float: left;
	}
	
.formBtns input, .formBtns a,
a.next {
	border: none;
	padding: 2px 5px;
	display: block;
	cursor: pointer;
	clear: both;
	
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;	
	}
	
/* select */

div.selector * {
	border: none !important;
	}

.formSelect * {
	background: none !important;
	border: none;
	}
	
.formSelect  {
    border: 1px solid rgba(255,255,255, 0.15);
    color: #232623;
    font-family: 'mission_gothicregular',Arial,sans-serif;
    height: 29px;
	font-size: 14px;
	}
	
.formSelect select > option {
	padding: 6px !important;
	}

.formSelect select {	
 	border: none !important;
 }
	
div.selector.focus select,
div.selector.focus.hover select {
	background: #C7CBC5 !important;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
	color: #232623 !important;
	}
	
/* inscricao newsletter */

.boxNewsletter {
    font-size: 12px;
    position: absolute;
    right: 71px;
    top: 15px;
}

.boxNewsletter a {
    color: #DBDEDA;
	display: block;
	padding: 3px 10px;
	text-transform: uppercase;
	
	background-image:-moz-linear-gradient(50% 0%,rgb(121,91,23) 0%,rgb(94,70,17) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(121,91,23)),color-stop(1, rgb(94,70,17)));
	background-image:-webkit-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:-o-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:-ms-linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-image:linear-gradient(rgb(121,91,23) 0%,rgb(94,70,17) 100%);
	background-color: #6F5315;
}

.boxNewsletter a:hover {
    background: #8A681A;
}
