html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* typo */
@font-face {
	font-family: 'MuseoSlab500';
	src: url('museo_slab_500-webfont.eot');
	src: local('MuseoSlab500'), url('museo_slab_500-webfont.woff') format('woff'), url('museo_slab_500-webfont.ttf') format('truetype'), url('museo_slab_500-webfont.svg#webfontCcx0M7WL') format('svg');
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #505759;
	background: url("../fontetravel_hotel_bin/main_bg.jpg") repeat center;
	margin: 0;
	text-align: center;
	letter-spacing: 0.75px;
}

body.menuOpened {
	overflow-y: hidden;
}

a:visited, a, a:link, a:focus {
  border: 0px;
  outline: 0px;
  color: #505759;
  text-decoration: none;
}

a:hover {
	color: #f1ac34;
}

nav ul, .languages ul {
	padding: 0;
}

nav li, .languages li {
	display: inline-block;
}

hr {
	border: none;
	margin: 30px;
	overflow: hidden;
	clear: both;
}

section {
	clear: both;
	overflow: hidden;
}

*::selection {
  background-color: #b6b6b6;
  color: #fff;
}

/*
 * website sprite image
 */

.scroll span, .flashContainer .gcb_navigation_arrow, #contentblock ul li, .menu li a::before,
.socialmedia li a, .hoteladdress .addressblock, .hoteladdress .phoneblock, .languages select,
#contentblock::before, .large-2 .imglinkWrapper::after,
.small:nth-of-type(odd) .imgImageWrapper::after, .small:nth-of-type(even) .imgImageWrapper::after,
#bottomblock::before, #contentblock .room-opened.roomContainer .roomName::before, .noimage .imgTitle::before,
#bottomblock .footerlogo, .portals a, .mediumlarge .imgTitle::before, .bx-controls .bx-controls-direction a
{
	background-image: url("../fontetravel_hotel_bin/sprite.png");
	background-repeat: no-repeat;
}



/*
 * loader area
 */

#loader {
	background: #fff;
}

#loader:before {
    content: "";
    width: 206px;
    height: 197px;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -103px;
    background: url("../fontetravel_hotel_bin/loader_logo.jpg") no-repeat center;
    display: block;
}

#loader .loader {
	margin: -20px 0 0 -20px;
	width: 4em;
	height: 4em;
	border-top: 0.3em solid rgba(0, 0, 0, 0.2);
	border-right: 0.3em solid rgba(0, 0, 0, 0.2);
	border-bottom: 0.3em solid rgba(0, 0, 0, 0.2);
	border-left: 0.3em solid rgba(0, 0, 0, 0.7);
}

/**
  * Scroll area
  **/

@keyframes scrollAnimation {
    0% {bottom: 0;}
    50% {bottom: 5px;}
    100% {bottom: 0;}
}
@-webkit-keyframes scrollAnimation {
	0% {bottom: 0;}
    50% {bottom: 5px;}
    100% {bottom: 0;}
}

.scroll {
	position: fixed;
    bottom: 60px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    z-index: 3;
    font-size: 10px;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    padding-top: 60px;
    text-transform: uppercase;
}

.scrolling .scroll {
	position: fixed;
    text-align: center;
    left: auto;
    right: 30px;
    margin-left: 0;
    width: 50px;
    margin: 0 auto;
    height: 80px;
    color: #5a5a5a;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 40px;
    top: auto;
    bottom: 100px;
}

.aldeia-da-fonte.scrolling .scroll {
	top: 550px;
}

.scroll span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
    background-position: 12px -638px;
	-webkit-animation: scrollAnimation 1.2s infinite;
	animation: scrollAnimation 1.2s infinite;
}

.scrolling .scroll span {
    background-position: -364px -550px;
}




.scroll:hover {
	text-decoration: none;
	opacity: 0.75;
}

.no-banner .scroll {
	display: none;
}

.no-banner.scrolling .scroll {
	display: block;
}



/**
  * website areas
  **/

#topblock {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 160px;
    z-index: 3;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	-webkit-transition-property: background;
	-moz-transition-property: background;
	-o-transition-property: background;
	-ms-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.40s;
	-moz-transition-duration: 0.40s;
	-o-transition-duration: 0.40s;
	-ms-transition-duration: 0.40s;
	transition-duration: 0.40s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.scroll1 #topblock {
	height: 76px;
	/*background: rgba(0,0,0,0);*/
}

.scroll2 #topblock {
	background: #fff url("../fontetravel_hotel_bin/pattern_topbar.png") no-repeat 70% 0;
}

#centerblock {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

#centerblock::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 25%;
	display: inline-block;
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
	z-index: 2;
}

#contentblock {
    position: relative;
    z-index: 1;
}

.no-banner #contentblock {
    margin-top: 76px;
}

#bottomblock {
	overflow: hidden;
	position: relative;
	background: #191919;
}


/**
  * Top Block area
  **/


/** hotel logo area **/

.hotellogo {
    position: fixed;
    top: 5px;
    margin-top: 0;
    left: 50%;
    margin-left: -103px;
    z-index: 3;
    transition-property: opacity;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
}

.hotellogo a {
	display: block;
	height: 100%;
	position: relative;
}

.hotellogo a span {
	text-indent: -9999px;
	display: block;
	line-height: 0;
	overflow: hidden;
}

/** hotel logo scrolling **/

.scroll1 .hotellogo {
	opacity: 0;
}

.scroll1 .hotellogo img {
	display: none;
}

.scroll2 .hotellogo {
	z-index: 3;
	opacity: 1;
	width: 71px;
    height: 67px;
    position: fixed;
    top: 4px;
	margin-top: 0;
	left: 50%;
    margin-left: -55px;
	background: url("../fontetravel_hotel_bin/hotel_logo_mob.png") no-repeat center;
}


/** toggle area **/
.toggle {
	position: fixed;
	top: 30px;
	left: 30px;
	width: 110px;
	height: 35px;
	display: block;
	overflow: hidden;
	color: #fff;
    letter-spacing: 2px;
    font-size: 13px;
    line-height: 28px;
    text-transform: uppercase;
	z-index: 5;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
}

.toggle span {
	background: url("../fontetravel_hotel_bin/menu_icon.png") no-repeat center;
	display: block;
	width: 30px;
    height: 30px;
    float: left;
}

.toggle:hover {
	text-decoration: none;
	color: #fff;
}

.toggle:hover span {
	background: url("../fontetravel_hotel_bin/menu_icon.png") no-repeat center;
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.scroll2 .toggle {
	color: #3f3f3f;
	top: 24px;
}

.scroll2 .toggle span {
	background: url("../fontetravel_hotel_bin/menu_icon_b.png") no-repeat center;
}

.scroll2 .toggle:hover span {
	background: url("../fontetravel_hotel_bin/menu_icon_b.png") no-repeat center;
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.menuOpened .toggle {
	text-indent: -9999px;
}

.menuOpened .toggle span {
	background: url("../fontetravel_hotel_bin/menu_icon_close.png") no-repeat center;
}

.menuOpened .toggle:hover span {
	background: url("../fontetravel_hotel_bin/menu_icon_close.png") no-repeat center;
}

/** menu stuff **/

#topblock::after, .navigation {
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.navigation {
	position: fixed;
	top: 0;
	left: -350px;
	height: 100%;
	width: 320px;
	background: #141414 url("../fontetravel_hotel_bin/menuopened_img.png") no-repeat bottom right;
	margin: 0;
	text-align: left;
	z-index: 4;
}

.navigation::before {
	content: "";
	width: 100%;
	height: 170px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: url("../fontetravel_hotel_bin/pattern_diagonal.png") repeat center;
}

.navigation::after {
	content: "";
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background: url("../fontetravel_hotel_bin/pattern_diagonal.png") repeat center;
}

.nav {
	padding: 210px 60px 0;
	opacity: 0;
	background: url("../fontetravel_hotel_bin/hotel_logo_sidebar.png") no-repeat 230px 30px;
}

.nav li {
	display: block;
	margin-bottom: 14px;
}

.nav li a {
	font-size: 14px;
    letter-spacing: 2px;
    line-height: 22px;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    font-weight: 300;
    display: inline-block;
    color: #fff;
}

.nav li a:hover, .nav li.active a {
	color: #84b6ea;
}

.nav li.active {
	border-bottom: 1px solid rgba(255,255,255,0.15);
}

/** menu opened area **/

.menuOpened .navigation {
	left: 0;
}

.menuOpened .nav {
	opacity: 1;
	-webkit-transition-delay: 0.6s; /* Safari */
	transition-delay: 0.6s;
}


/** Booking engine area **/

.bookinggadget, .bookbutton {
    position: absolute;
    top: 36px;
    right: 30px;
}

.bookinggadget {
	display: none;
}

.scroll2 .bookinggadget, .scroll2 .bookbutton {
	top: 22px;
}

.bookinggadget .gc_sh .gc_horizontalSh .shortHandTitle {
	display: block;
	float: right;
	margin: 0 0 4px;
	color: #e0e0e0;
	letter-spacing: 1px;
	border: none;
	font-size: 9px;
	text-align: right;
	width: 100%;
	display: none;
}

.gcBookingGadget form > div {
	display: none;
}

.bookinggadget .gc_sh .gc_horizontalSh .shortHandButton {
	display: block;
	margin: 0;
}

.bookinggadget .gc_sh .shortHandCheckRates, .bookinggadget a, .bookbutton a {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    height: 35px;
    background: #84b6ea;
    font-size: 13px;
    line-height: 35px;
    margin: 0;
    display: inline-block;
    width: auto;
    color: #fff;
    text-transform: uppercase;
    padding: 0 30px;
    letter-spacing: 2px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.bookinggadget a {
	line-height: 35px;
	margin-top: 15px;
}

.bookinggadget .gc_sh .shortHandCheckRates:hover, .bookinggadget a:hover, .bookbutton a:hover {
	background: #92b450;
}


/**
  * Center Block area
  **/



/** banner **/

.flashContainer {
	z-index: 1;
	height: 100% !important;
	position: relative;
}

.flashContainer .gcb_container img {
    min-width: 100%;
    min-height: 100%;
}

.flashContainer .gcb_container {
	overflow: visible;
}

.flashContainer .gcb_container::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 365px;
	height: 361px;
	display: inline-block;
	background: url("../fontetravel_hotel_bin/pattern_banner.png") no-repeat center;
	z-index: 2;
}

.flashContainer .gcb_image_current, .flashContainer .gcb_image_next {
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.flashContainer .gcb_image_legend {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	bottom: auto;
	top: 50%;
	width: 60%;
	left: 50%;
	margin-left: -30%;
	font-size: 30px;
	line-height: 32px;
	letter-spacing: 3px;
	text-shadow: 0 0 8px rgba(0,0,0,0.3);
}

.flashContainer .gcb_image_legend b {
	font-size: 64px;
	line-height: 55px;
	display: block;
	padding-bottom: 25px;
	position: relative;
	font-weight: lighter;
}

.flashContainer .gcb_image::after {
    content: "";
    width: 40%;
    height: 480px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: url("../fontetravel_hotel_bin/promo_bg.png") no-repeat left bottom;
    opacity: 0.5;
    display: none;
}

.with-bannerPromo .flashContainer .gcb_image::after {
    display: block;
}

.flashContainer .gcb_navigation {
	top: 50%;
	left: 30px;
	right: auto;
	width: 75px;
	z-index: 100;
}

.flashContainer .gcb_navigation_arrow {
	width: 20px;
	height: 37px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.flashContainer .gcb_navigation_arrow.previous, .flashContainer .gcb_navigation:hover .gcb_navigation_arrow.previous,
.flashContainer .gcb_container:hover .previous {
	background-position: 0 0;
}

.flashContainer .gcb_navigation_arrow.next, .flashContainer .gcb_navigation:hover .gcb_navigation_arrow.next,
.flashContainer .gcb_container:hover .next {
	background-position: -40px 0;
	float: right;
}

.flashContainer .gcb_navigation_paginator {
	display: none;
}

.flashContainer:hover .gcb_navigation_arrow, .flashContainer .gcb_navigation:hover .gcb_navigation_arrow {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.flashContainer .gcb_navigation .gcb_navigation_arrow.previous:hover, .flashContainer .gcb_navigation .gcb_navigation_arrow.next:hover {
	opacity: 0.8 !important;
	filter: alpha(opacity=80) !important;
}


/** languages area **/

.languages {
	position: fixed;
    bottom: 0;
    left: 30px;
    height: 32px;
    width: 130px;
    text-align: left;
    overflow: hidden;
    z-index: 4;
    background: #fff;
    border-top-left-radius: 0.2em;
    border-top-right-radius: 0.2em;
}

.languages select {
	border: 0 none;
    border-radius: 0;
    -webkit-appearance: none;
    font-size: 11px;
    line-height: 32px;
    height: 100%;
    width: 100%;
    letter-spacing: 1px;
    padding: 0 20px 0 15px;
    color: #3f3f3f;
    text-transform: uppercase;
    background-position: right 0;
    background-color: initial;
}

.gecko .languages select {
	width: 112%;
	background-position: -270px -140px;
}

.ie8 .languages select, .ie9 .languages select, .ie10 .languages select, .ie11 .languages select {
	width: 116%;
	background-position: -270px -140px;
}


/** quicklinks area **/

.quicklinks {
	position: fixed;
	bottom: -32px;
	right: 0;
    left: 0;
    background: #fff;
	z-index: 3;
}

.quicklinks ul {
	margin-left: 160px;
	margin-right: 320px;
	text-align: left;
	max-height: 32px;
}

.scrolling .quicklinks {
	bottom: 0;
}

.quicklinks li {
	float: none;
    display: inline-block;
    padding: 0 12px;
}

.quicklinks li a {
	font-size: 11px;
	line-height: 32px;
	text-transform: uppercase;
	color: #3f3f3f;
}

.quicklinks li a:hover, .quicklinks li.active a {
	color: #84b6ea;
}

/**
  * Content Block area
  **/

#c1 {
	position: relative;
	background: url("../fontetravel_hotel_bin/main_bg.jpg") repeat center;
	padding: 40px 0 120px;
}

#c2, #c3 {
	background: url("../fontetravel_hotel_bin/main_bg.jpg") repeat center;
	padding-top: 90px;
}

.content {
	position: relative;
	clear: both;
	overflow: hidden;
}

.content .holder {
	margin: 0 5%;
	overflow: visible;
}

#c1 .holder, #c3 .holder {
	background: url("../fontetravel_hotel_bin/pattern_lateral.png") repeat-y 98% top;
}

#c2 .holder {
	background: url("../fontetravel_hotel_bin/pattern_lateral_black.png") repeat-y 2% top;
}

#contentblock .content .holder > * {
	margin-right: 15%;
	margin-left: 15%;
}


/** headings **/

#contentblock h1, #contentblock h2, #contentblock h3 {
	position: relative;
	color: #3f3f3f;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	overflow: hidden;
	font-weight: 300;
}

#contentblock h1 {
	font-family: 'MuseoSlab500';
    -webkit-font-smoothing: antialiased;
	font-size: 32px;
	letter-spacing: 2px;
	line-height: 36px;
	padding: 8px 25%;
	margin: 0 0 30px !important;
	background: url("../fontetravel_hotel_bin/h1_bg.jpg") repeat center;
}

#c1 h1 {
	margin: 90px 0 30px !important;
}

#contentblock h1::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 152px;
	left: 50%;
	margin-left: -76px;
	height: 1px;
	background: #3f3f3f;
}

#contentblock h1::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 152px;
	left: 50%;
	margin-left: -76px;
	height: 1px;
	background: #3f3f3f;
}

.homepage #contentblock #c1 h1:first-of-type, .hotel-rooms #contentblock #c1 h1:first-of-type, .hotel-special-offers #contentblock #c1 h1:first-of-type, .hotel-gallery #contentblock #c1 h1:first-of-type {
	display: none;
}

/** h1 content third area **/
#c3 h1 {
	background: none;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	margin: 70px 0 30px !important;
	padding: 0 25% 35px;
}

#contentblock #c3 h1::before {
    bottom: 0;
    top: auto;
    margin-top: 0;
    background: url("../fontetravel_hotel_bin/h3_sep.png") repeat-x center;
    width: 50%;
    height: 14px;
    margin-left: -25%;
}

#contentblock h2 {
	font-size: 24px;
	line-height: 28px;
	margin: 40px 0 25px;
}

#contentblock h3 {
	font-size: 18px;
	line-height: 22px;
	margin: 30px 0 15px;
	text-transform: lowercase;
	font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
}

#contentblock p {
	position: relative;
	margin: 0 auto 15px;
	clear: both;
}

#contentblock p:empty {
	display: none;
}

#contentblock ul {
	overflow: hidden;
	margin: 20px 0;
}

#contentblock ul li {
	padding-left: 1%;
	background-position: 0 bottom;
	margin-left: 2%;
	display: inline-block;
}

#contentblock img {
	width: 100%;
}

.hotel-directions #contentblock img {
	height: 100%;
	width: auto;
}

/** Promotion gadget **/

#contentblock .promotionsgadget, .promotionsgadget, #centerblock .flashContainer .promotionsgadget {
	display: none;
}

/**
  * imagelinks area
  **/

.imagelinkgadget {
	padding: 0 5px;
	overflow: hidden;
	margin: 5px 0 !important;
	letter-spacing: 1px;
}

.imglinkWrapper {
	background: #252525;
	position: relative;
}

.imagelinkgadget a {
	color: #505759;
	text-decoration: none;
}

.imgImageWrapper {
	line-height: 0;
	opacity: 0.75;
	height: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.imgContentWrapper {
	position: absolute;
	left: 50%;
	margin-left: -20%;
	top: 0;
	height: 100%;
	display: table;
}

.contentHolder {
	display: table-cell;
	vertical-align: middle;
}

.imgTitle {
	font-size: 40px;
    line-height: 46px;
    padding-bottom: 13px;
    margin: 0 0 10px;
    color: #fff;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    position: relative;
}

.imgTitle::after {
	content: "";
	width: 152px;
	height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -76px;
}

.imgDescription {
	color: #fff;
	font-size: 13px;
    line-height: 20px;
	margin-top: 16px;
}

.imgLink {
	display: none;
/*	width: 50px;
	height: 50px;
	text-indent: -99999px;
	background-position: right -200px;
	margin-top: 25px;*/
}


/** small **/

.small .imgContentWrapper {
	width: 80%;
	margin-left: -40%;
}

.small .imgTitle {
	font-size: 32px;
    line-height: 38px;
}

/*.small:nth-of-type(odd) .imgImageWrapper::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 194px;
	height: 178px;
	background-position: 0 -940px;
}

.small:nth-of-type(even) .imgImageWrapper::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 196px;
	height: 175px;
	background-position: right -1086px;
}*/

/** circle **/

.circle {
    width: 252px;
    padding: 0;
    border-radius: 50%;
    border: 6px solid #fff;
    float: none;
    display: inline-block;
    margin-right: 3% !important;
    margin-left: 3% !important;
}

.circle .imgImageWrapper {
	height: 240px;
}

.circle .imgContentWrapper {
	position: absolute;
    left: 0;
    margin-left: 0;
    top: 0;
    height: 240px;
    padding: 0 10px;
    width: 100%;
    display: table;
}

.circle .imgTitle {
	font-family: 'MuseoSlab500';
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

.circle .imgDescription, .circle .imgTitle::after {
	display: none;
}

.circle .imgLink {
	display: block;
	padding-top: 2px;
	color: #fff;
    text-decoration: underline;
}


/** medium **/

.medium .imgContentWrapper {
	width: 75%;
    margin-left: -37.5%;
}

/** medium even **/
.medium.medium0 .imgContentWrapper, .medium.medium2 .imgContentWrapper, .medium.medium4 .imgContentWrapper,
.medium.medium6 .imgContentWrapper, .medium.medium8 .imgContentWrapper, .medium.medium10 .imgContentWrapper {
	background: url("../fontetravel_hotel_bin/pattern_yellow.png") repeat center;
}


/** medium odd **/
.medium.medium1 .imgContentWrapper, .medium.medium3 .imgContentWrapper, .medium.medium5 .imgContentWrapper,
.medium.medium7 .imgContentWrapper, .medium.medium9 .imgContentWrapper, .medium.medium11 .imgContentWrapper {
	background: url("../fontetravel_hotel_bin/main_bg2.jpg") repeat center;
}

/** medium large **/

.mediumlarge .imgImageWrapper {
	width: 50%;
	float: left;
}

.mediumlarge .imgContentWrapper {
	width: 50%;
	margin-left: 0;
	background: #fff;
	padding: 0 5%;
}

.mediumlarge .imgTitle, .mediumlarge .imgDescription {
	color: #3f3f3f;
}

.mediumlarge .imgTitle::before {
	content: "";
	display: block;
	position: relative;
	margin: 0 auto 12px;
	width: 76px;
	height: 60px;
	background-position: 0 -398px;
}

.mediumlarge .imgTitle::after {
	background: #3f3f3f;
}

.mediumlarge:nth-of-type(odd) .imgImageWrapper {
	float: right;
}

.mediumlarge:nth-of-type(odd) .imgContentWrapper {
	left: 0;
}


/** large **/

.imgLinksWrapper {
	margin-left: -6% !important;
	margin-right: -6% !important;
	position: relative;
	clear: both;
	width: 112%;
}

.large {
	margin: 60px 0 !important;
}

.large .imgContentWrapper {
	width: 40%
}

.large .imgTitle, .slide .imgTitle {
	font-size: 52px;
	line-height: 56px;
	margin: 0 0 20px;
}

/** slide **/

/*.slide {
	margin: 60px 0 !important;
}
*/
.bx-wrapper {
    margin-left: -6% !important;
    margin-right: -6% !important;
    max-width: 112% !important;
}

.bx-wrapper .bx-viewport {

}

.bx-controls {
    position: absolute;
    text-indent: -9999px;
}

#c2 .bx-controls {
	top: 50%;
}

.bx-controls .bx-controls-direction {
    display: block;
    cursor: pointer;
    margin-top: -370px;
    margin-left: 35px;
    position: absolute;
}

.bx-controls .bx-controls-direction a {
	position: absolute;
    display: block;
    width: 20px;
    height: 38px;
}

.bx-controls .bx-controls-direction a:hover {
    opacity: 0.5;
}

.bx-controls .bx-controls-direction .bx-prev {
	left: 0;
    background-position: 0 0;
}

.bx-controls .bx-controls-direction .bx-next {
	left: 60px;
    background-position: -40px 0;
}

.bx-controls .bx-pager {
    display: none;
}

.slide .imgImageWrapper {
	position: relative;
	height: auto;
	padding-top: 56.25%!important;
}

.slide .imgImageWrapper span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
}

.slide .imgContentWrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}


/** video imagelink **/

.video .imgLink {
	display: none;
}

.video .imgImageWrapper {
	opacity: 0.9;
}

#contentblock .video .imgImageWrapper:before {
	border: 3px solid #ffffff;
	font-size: 24px;
    line-height: 44px;
    padding-left: 6px;
    top: 70%;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
}


/** no link imagelink **/

.nolink .imgImageWrapper, .nolink.imagelinkgadget:hover .imgImageWrapper {
	opacity: 1;
}


/** no image imagelink **/

.noimage .imgImageWrapper {
	display: none;
}

.noimage .imglinkWrapper {
	background: #fff;
}

.noimage .imgTitle {
	color: #3f3f3f;
	padding-top: 70px;
}

.noimage .imgDescription {
	color: #3f3f3f;
}

.noimage .imgTitle::before {
	content: "";
	width: 78px;
	height: 59px;
    background-position: 0 -396px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -39px;
}

.noimage.small .imgTitle {
	padding-top: 0;
	color: #fff;
}

.noimage.small .imgTitle::before {
	content: "";
	width: 36px;
	height: 46px;
    background-position: 0 -500px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -18px;
    display: none;
}

.noimage .imgTitle::after {
	content: "";
	width: 152px;
	height: 1px;
    background: #3f3f3f;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -76px;
}

.small.noimage .imgTitle::after {
	background: #fff;
}

.small.noimage .imgDescription {
    color: #fff;
}

.noimage.small .imglinkWrapper {
	background: url("../fontetravel_hotel_bin/green_bg.jpg") repeat center;
}

.noimage.small0 .imglinkWrapper, .noimage.small2 .imglinkWrapper, .noimage.small4 .imglinkWrapper,
.noimage.small6 .imglinkWrapper, .noimage.small8 .imglinkWrapper, .noimage.small10 .imglinkWrapper,
.noimage.small12 .imglinkWrapper, .noimage.small14 .imglinkWrapper {
	background: url("../fontetravel_hotel_bin/green_bg.jpg") repeat center;
}

.noimage.small0 .imgTitle, .noimage.small2 .imgTitle, .noimage.small4 .imgTitle,
.noimage.small6 .imgTitle, .noimage.small8 .imgTitle, .noimage.small10 .imgTitle,
.noimage.small12 .imgTitle, .noimage.small14 .imgTitle {
	color: #fff;
	padding-top: 55px;
}

.noimage.small0 .imgDescription, .noimage.small2 .imgDescription, .noimage.small4 .imgDescription,
.noimage.small6 .imgDescription, .noimage.small8 .imgDescription, .noimage.small10 .imgDescription,
.noimage.small12 .imgDescription, .noimage.small14 .imgDescription {
	color: #fff;
}

.noimage.small0 .imgTitle::after, .noimage.small2 .imgTitle::after, .noimage.small4 .imgTitle::after,
.noimage.small6 .imgTitle::after, .noimage.small8 .imgTitle::after, .noimage.small10 .imgTitle::after,
.noimage.small12 .imgTitle::after, .noimage.small14 .imgTitle::after {
	background: #fff;
}

.noimage.small0 .imgTitle::before, .noimage.small2 .imgTitle::before, .noimage.small4 .imgTitle::before,
.noimage.small6 .imgTitle::before, .noimage.small8 .imgTitle::before, .noimage.small10 .imgTitle::before,
.noimage.small12 .imgTitle::before, .noimage.small14 .imgTitle::before {
	display: block;
}



.noimage:hover .imglinkWrapper {
	opacity: 1;
}

/** notext **/

.notext .imgContentWrapper {
	display: none;
}

.notext .imgImageWrapper {
	opacity: 1;
}

.imagelinkgadget.notext:hover .imgImageWrapper {
	opacity: 1;
}


/** imagelink hover **/

.imagelinkgadget:hover .imgImageWrapper {
	opacity: 0.4;
}

.medium.imagelinkgadget:hover .imgContentWrapper {
	opacity: 1;
}


/** popup imagelink **/

body.popupWindow {
	overflow: hidden;
}

.popup.imagelinkgadget {
	position: fixed;
    top: 50%;
    margin-top: -210px !important;
    left: 50%;
    margin-left: -210px !important;
    z-index: 102;
    width: 420px;
    height: 420px;
    overflow: hidden;
}

.popup .imglinkWrapper {
	border-radius: 50%;
    border: 6px solid #fff;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.popup .imgImageWrapper {
	overflow: hidden;
	height: 410px;
}

.popup .imgLink {
	display: block;
    color: #fff;
    text-decoration: underline;
    margin-top: 20px;
}

.overlay {
	background: rgba(255,255,255,0.7);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 101;
}

.popupWindow .overlay:hover {
	cursor: url("../fontetravel_hotel_bin/popup_close.png"),auto;
}

.popupWindow #closePopup {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: #fff;
	display: none;
}

.popupWindow #closePopup span {
	width: 100%;
	height: 100%;
	display: block;
	background: url("../fontetravel_hotel_bin/popup_close2.png") no-repeat center;
}

.imagelinkgadget.popup .imglinkWrapper:hover .imgContentWrapper {
	bottom: 0;
}

.imagelinkgadget.popup .imglinkWrapper .imgContentWrapper {
	left: 10%;
	right: 10%;
	margin: 0;
	display: block;
}

.imagelinkgadget.popup .imglinkWrapper .contentHolder {
	display: block;
	vertical-align: inherit;
	margin-top: 20%;
}


/**
  * rooms page area
  **/

#contentblock #roomtypes, #contentblock #specialoffers, #contentblock #productTypes, #contentblock #addons {
	margin: 0;
}

#contentblock .roomContainer {
	height: 380px;
	padding: 0;
	margin: 0;
}

#contentblock .roomContainer .roomName {
    margin: 0;
    padding: 30% 10% 15px;
    z-index: 1;
}

#contentblock .roomContainer .roomName h2 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 36px;
	line-height: 44px;
	padding: 0;
	margin: 0;
	color: #fff;
	text-transform: none;
}

#contentblock .roomContainer .minRate {
    z-index: 1;
    padding: 0 10%;
}

#contentblock .roomContainer .minRate h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    font-style: normal;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

#contentblock .roomContainer .roomPhoto {
	left: 0;
	right: 0;
}

#contentblock .roomContainer .roomPhoto::before {
	display: none;
}

#contentblock .roomContainer .pgContainer {
	background: #3f3f3f;
}

#contentblock .roomContainer .roomPhoto .pgContainer .pgImage {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#contentblock .roomContainer .roomPhoto .pgContainer .pgImage a img {
	display: none;
}

#contentblock .roomContainer .promotions-termsContent {
	padding: 30px 25px 50px;
	bottom: 30px;
	top: auto;
	left: 50px;
	right: 50px;
	margin: 0;
	background: #fff;
	display: none;
}

.roomContainer .promotions-termsContent .promotions-closeTermsShell {
	top: auto !important;
	bottom: 0;
}

#contentblock .roomContainer .promotions-termsContent .promotions-closeTerms {
    background: #f1ac34 url("//static.guestcentric.net/cdn/wsbdev/wsbdev_bin/close_terms.png") no-repeat 97%;
    font-size: 10px;
    line-height: 25px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


/** rooms opened **/

#contentblock .room-opened.roomContainer::before, #contentblock .room-opened.roomContainer .roomName h2::after {
	display: none;
}

#contentblock .room-opened.roomContainer::after {
	display: none;
}


#contentblock .room-opened.roomContainer .roomName {
	padding: 0px 0 0;
	width: 60%;
	margin: 100px auto 70px;
}

#contentblock .room-opened.roomContainer .roomName::before {
	content: "";
	width: 160px;
	height: 162px;
	position: absolute;
	top: -75px;
	left: 50%;
	margin-left: -80px;
	background-position: right -438px;
}

#contentblock .room-opened.roomContainer .roomName h2 {
	color: #242728;
	font-size: 36px;
	line-height: 40px;
}

#contentblock .room-opened.roomContainer {
    height: auto !important;
    padding: 500px 0 0;
    float: none;
    width: 100%;
    z-index: 2;
}

#contentblock .room-opened.roomContainer .minRate {
	display: block;
	width: 60%;
	position: absolute;
	top: 575px;
	left: 50%;
	margin-left: -30%;
	padding: 0;
}

#contentblock .room-opened.roomContainer .minRate h3 {
	color: #505759;
}

#contentblock .room-opened.roomContainer .roomPhoto {
	height: 500px;
	margin-bottom: 40px;
	left: 0;
	right: 0;
	position: absolute;
	top: 0 !important;
}

#contentblock .room-opened.roomContainer .slick-prev {
	left: 30px;
}

#contentblock .room-opened.roomContainer .slick-next {
	right: 30px;
}

#contentblock .room-opened .slick-slider > button {
    z-index: 1;
    padding: 0;
    width: 16px;
}

#contentblock .room-opened .slick-slider .slick-prev {
	background-position: -22px 0;
}

#contentblock .room-opened .slick-slider .slick-next {
	background-position: -3px 0;
}

#contentblock .room-opened.roomContainer .mealplan {
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
	margin: 0 auto !important;
	position: relative;
	width: 60%;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#contentblock .room-opened.roomContainer .roomDescription {
	margin: 0 auto 20px;
}

#contentblock .room-opened.roomContainer .promotions-termsActions {
	margin: 0 auto 30px;
}

#contentblock .room-opened.roomContainer .promotions-termsActions .promotions-bgLink {
	margin: 0;
	background: #f1ac34;
	color: #fff;
	text-transform: uppercase;
	font-style: normal;
	font-size: 14px;
	line-height: 40px;
	border: none;
	width: 260px;
	margin-bottom: 20px;
	display: inline-block;
	letter-spacing: 2px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#contentblock .room-opened.roomContainer .promotions-termsActions .promotions-bgLink:hover {
	background-color: #505759;
}

#contentblock .roomContainer .promotions-termsActions .promotions-showTermsTrigger {
	bottom: 0;
	top: auto;
	right: auto;
	margin-right: 0;
	left: 50%;
	margin-left: -130px;
	line-height: 20px;
	width: 260px;
	color: #3f3f3f;
	background: none;
	font-weight: 600;
}

#contentblock .roomContainer .promotions-termsActions .promotions-showTermsTrigger:hover {
	color: #f1ac34;
	text-decoration: none;
}

#contentblock .roomContainer .roomDescription p {
	padding: 1% 0;
	margin: 0 auto 15px;
}

#contentblock .roomContainer .roomDescription ul {
	margin: 20px auto;
}

#contentblock .roomContainer .roomDescription ul li {
	padding-left: 2%;
	background-position: 0 bottom;
	display: inline-block;
	margin-left: 22px;
}


/** rooms hover **/

#contentblock .roomContainer:hover .roomPhoto .pgContainer .pgImage {
	opacity: 0.5;
	filter:alpha(opacity=50);
}

#contentblock .room-opened.roomContainer:hover .roomPhoto .pgContainer .pgImage {
	opacity: 1;
	filter:alpha(opacity=100);
}


/** rooms clicked **/

#contentblock .roomContainer.clicked {
	opacity: 1;
}

#contentblock .roomContainer.clicked .roomName {
	top: 0;
	margin: 0;
	bottom: auto;
}

#contentblock .roomContainer.clicked .minRate {
	padding: 15px 10%;
}

#contentblock .roomContainer.clicked .roomPhoto .pgContainer .pgImage {
	opacity: 0.2;
}


/** addons page **/

#addons .roomContainer .roomPhoto {
	margin-bottom: 0 !important;
}

#addons .roomContainer .roomPhoto .roomPhoto {
	left: 0;
	right: 0;
}

#addons .roomContainer .roomDescription a {
	margin: 0 60px 40px;
	display: inline-block;
	text-transform: uppercase;
	color: #505759;
}

#addons .roomContainer .roomDescription a:hover {
	color: #7d706c;
}


/**
  * Gallery page area
  **/

#pg {
	margin: 0 !important;
	overflow: hidden;
	position: relative;
}

#pg .pgContainer {
	display: none;
}

/**
  * Contacts page area
  **/


#subscribe_newsletter_form > div, .hotel-unsubscribe #contentblock form > div {
	text-align: left;
 }

/** custom page **/

.a-la-carte #contentblock #custom_form label {
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	display: block;
}

.a-la-carte #contentblock #custom_form input.error {
	border: 1px solid red;
}

.a-la-carte #contentblock #custom_form .error{
	text-indent: -9999px;
	clear: none;
}

#contentblock .content form #island-error, #contentblock .content form #tickets-error, #contentblock .content form #accomodation-error, #contentblock .content form #rentacar-error {
	display: none !important;
}

.a-la-carte #contentblock #custom_form div {
	font-size: 14px;
}

.a-la-carte #contentblock #custom_form textarea {
	min-height: 100px;
}

.a-la-carte #contentblock .content form p {
	text-align: center;
}

.a-la-carte #contentblock .content form input[type="submit"] {
    float: none;
    margin: 40px auto 40px;
    display: block;
}

/*.a-la-carte #contentblock #custom_form input, .a-la-carte #contentblock #custom_form select {
	width: 100%;
}*/

#contentblock .content form input[type="radio"], #contentblock .content form input[type=checkbox] {
    height: auto;
    width: auto;
     margin-right: 5px;
    margin-bottom: 3px;
    margin-top: 20px;
}

#contentblock .content form input[type="radio"] {
	margin-left: 18px;
}


/** contacts page **/


#contentblock .content form {
	text-align: left;
}

#contentblock .content form input, #contentblock .content form select {
	width: 100%;
	border: none;
	background: #fff;
	background: rgba(255,255,255,0.7);
	padding: 5px 10px;
	height: 35px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

#contentblock .content form p,
#contentblock .content form div {
	font-size: 16px;
	line-height: 20px;
	margin: 15px 0 5px;
}

.contactFormContainer #contacts_form #reservationFields {
	margin-bottom: 20px;
}

.contactFormContainer #contacts_form #reservationFields > div {
	width: 48%;
	margin-right: 2%;
	position: relative;
}

.contactFormContainer #contacts_form #reservationFields input, .contactFormContainer #contacts_form #reservationFields select {
	width: 100%;
}

.contactFormContainer #contacts_form #cbcheckin {
	position: absolute;
	bottom: 12px;
	right: 3%;
	height: 20px;
	width: 20px;
	background: url("../fontetravel_hotel_bin/calendar.png") no-repeat center;
}

#contentblock .content form textarea {
	width: 98%;
	background: #fff;
	background: rgba(255,255,255,0.7);
	border: none;
}

.contactFormContainer #contacts_form #ckbnotifyme {
	height: 14px;
	margin-right: 10px;
	width: auto;
}

.contactFormContainer #contacts_form p label {
	font-size: 14px;
}

#contentblock .content form input[type="submit"] {
	color: #fff;
    background: #84b6ea;
    margin: 40px 0 40px;
    width: 200px;
    height: 40px;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 2px;
    border-radius: 4px;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#contentblock .content form input[type="submit"]:hover {
	background: #f1ac34;
}

#contentblock #contacts_form .required {
	color: #505759;
}

/**
  * Bottom block area
  **/


#bottomblock .footerlogo {
	position: absolute;
	height: 124px;
    width: 207px;
    left: 50%;
    margin-left: -103.5px;
    display: block;
    background-position: right -640px;
    text-indent: -9999px;
    float: none;
}

/** location page **/

.hotel-directions #GoogleMapGadget {
	margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 60px;
}

#directionsLink {
    text-transform: uppercase;
    margin: 40px 0;
    display: inline-block !important;
    font-size: 14px;
    line-height: 34px;
    background: #84b6ea;
    color: #fff;
    padding: 0 20px;
    float: none;
    font-size: 11px;
    letter-spacing: 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#directionsLink:hover {
	text-decoration: none;
	background: #f1ac34;
	color: #fff;
}


/** Hotel address area **/

.contacts, .portals {
	clear: none;
	margin-top: 80px;
	text-align: center;
	margin-bottom: 65px;
}

.portals a.logo {
	position: relative;
	display: inline-block;
	margin: 0px 30px;
	height: 100px;
	opacity: 0.4;
}

.portals a.logo:hover {
	opacity: 1;
}

.portals a.logo span {
    position: relative;
    padding-top: 108px;
    display: block;
    color: #fff;
    text-decoration: underline;
    opacity: 0.5;
}

.portals a.logo span:hover {
	opacity: 1;
}

.portals .faial {
	width: 125px;
	background-position: right -697px;
}

.portals .saojorge {
	width: 170px;
	background-position: right -813px;
}

.portals .florescorvo {
	width: 215px;
	background-position: right -930px;
}

.portals .graciosa {
	width: 374px;
    background-position: right -1160px;
/*    cursor: default;
    pointer-events: none;*/
    margin-top: 40px !important;
}

.portals .graciosa span {
	/*text-decoration: none !important;*/
}

.portals .pico {
	width: 124px;
	background-position: right -1048px;
}

/** social area **/

.socialmedia {
	overflow: hidden;
	padding: 0 0 50px;
}

.socialmedia ul {
}

.socialmedia li {
    width: 31px;
    height: 31px;
    margin: 0 5px 0 0;
    display: inline-block;
}

.socialmedia li a {
	text-indent: -9999px;
	display: block;
	height: 100%;
	width: 100%;
}

.socialmedia .facebook a {
	background-position: 0 -250px;
}

.socialmedia .facebook a:hover {
	background-position: 0 -289px;
}

.socialmedia .linkedin a {
	background-position: -347px -250px;
}

.socialmedia .linkedin a:hover {
	background-position: -347px -290px;
}

.socialmedia .twitter a {
	background-position: -87px -250px;
}

.socialmedia .twitter a:hover {
	background-position: -87px -289px;
}

.socialmedia .googleplus a {
	background-position: -43px -250px;
}

.socialmedia .googleplus a:hover {
	background-position: -43px -289px;
}

.socialmedia .youtube a {
	background-position: -174px -250px;
}

.socialmedia .youtube a:hover {
	background-position: -174px -289px;
}

.socialmedia .instagram a {
	background-position: -131px -250px;
}

.socialmedia .instagram a:hover {
	background-position: -131px -289px;
}

.socialmedia .newsletter a {
	background-position: -217px -250px;
}

.socialmedia .newsletter a:hover {
	background-position: -217px -289px;
}

.socialmedia .blog a {
	background-position: -261px -250px;
}

.socialmedia .blog a:hover {
	background-position: -261px -289px;
}

.socialmedia .pinterest a {
	background-position: -304px -250px;
}

.socialmedia .pinterest a:hover {
	background-position: -304px -289px;
}


/** footer menu area **/

.footermenu {
	padding: 60px 10%;
	background: rgba(0,0,0,0.3);
	clear: both;
}

.footermenu li {
	display: inline-block;
	margin: 0 1.5% 0;
	line-height: 20px;
}

.footermenu li a {
	font-size: 11px;
	text-transform: uppercase;
	color: #d1d1d1;
	letter-spacing: 1px;
}

.footermenu li a:hover {
	color: #84b6ea;
}

/** Seals area **/

#seals {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding-bottom: 32px;
	background: rgba(0,0,0,0.3);
	padding-top: 4px;
}

.sealsHolder {
	margin: 0px auto;
	background: none;
	overflow: hidden;
}

.security {
	height: 30px;
	float: right;
	margin-right: 80px;
}

.powered {
	height: 30px;
	float: none;
	margin-left: 0;
}


/**
  * Bottom bar area
  **/

/** contacts area **/

#fixedblock .contact {
	width: 40px;
	height: 40px;
	background: url("../fontetravel_hotel_bin/sprite.png") no-repeat 0 0;
	display: inline-block;
	overflow: hidden;
	line-height: 40px;
	float: right;
}

#fixedblock .addressblock {
	background-position: 12px -332px;
	text-indent: -999999px;
	display: none;
}

#fixedblock .phoneblock {
	background-position: 0 -385px;
	width: auto;
	padding-left: 25px;
	margin-left: 20px;
}


/** contacts page **/

.hotel-contacts #c1::before, .hotel-unsubscribe #c1::before, .hotel-subscribe #c1::before {
	display: none;
}

.hotel-contacts #contentblock p {
	-webkit-column-count: auto;
	-moz-column-count: auto;
	column-count: auto;
}

/** location page **/
/*.hotel-directions.no-banner #centerblock {
	height: 0 !important;
}*/

/*.hotel-directions.no-banner #contentblock {
	margin-top: 90px !important;
}*/

.hotel-directions.no-banner #centerblock::before {
	display: none;
}

.hotel-directions #centerblock .flashContainer .promotionsgadget,
.hotel-directions .scroll {
	display: none;
}

/** generic transitions **/
.nav li a, .nav, .bookinggadget .gc_sh .shortHandCheckRates, .bookbutton a, .quicklinks li a, .footermenu li a, .toggle span,
.roomContainer .promotions-termsActions .promotions-bgLink,
#contentblock .content form input[type="submit"],
.socialmedia, .socialmedia li a, #contentblock .roomContainer .roomName h2,
#pg .pgContainer .pgText, #pg .pgContainer .pgText strong, .noimage .imglinkWrapper, .imagelinkgadget .imgContentWrapper,
.quicklinks
{
	transition-property: all;
	transition-duration: 0.40s;
	transition-timing-function: ease-out;
}



/** opacity transitions **/

#contentblock .roomContainer .pgContainer, #pg .pgContainer .pgImage,
.imgContentWrapper::before, #contentblock .roomContainer::before, #pg .pgContainer .pgText::before,
.imagelinkgadget .imgImageWrapper, .pgContainer .pgImage, .stage1 .hotellogo, .portals a.logo span, .portals a.logo {
	transition-property: opacity;
	transition-duration: 0.7s;
	transition-timing-function: ease-out;
}



/**
  * Responsive stuff
  **/


@media all and (max-width: 992px) {
	#centerblock {
		position: relative;
		max-height: 100% !important;
	}

	#contentblock {
		margin-top: 0 !important;
	}

	.no-banner #contentblock {
		margin-top: 90px !important;
	}

	.scroll {
		display: none;
	}

	.hotellogo {
		position: absolute;
	}
}

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

	#topblock, .scroll1 #topblock, .scroll2 #topblock {
		background: #fff url(../fontetravel_hotel_bin/pattern_topbar.png) no-repeat 70% 0;
		height: 76px;
	}

	.slide .imgContentWrapper {
		display: none;
	}

	.hotellogo, .scroll1 .hotellogo, .scroll2 .hotellogo {
	    z-index: 3;
	    opacity: 1;
	    width: 71px;
	    height: 67px;
	    position: fixed;
	    top: 4px;
	    margin-top: 0;
	    left: 50%;
	    margin-left: -55px;
	    background: url(../fontetravel_hotel_bin/hotel_logo_mob.png) no-repeat center;
	}

	.hotellogo img {
		display: none;
	}

	.bookinggadget, .bookbutton, .scroll2 .bookinggadget, .scroll2 .bookbutton {
	    top: 76px;
	    width: 100%;
	    right: 0;
	}

	.bookinggadget .gc_sh .shortHandCheckRates, .bookinggadget a, .bookbutton a {
		width: 100%;
	}

	.toggle span {
		background: url(../fontetravel_hotel_bin/menu_icon_b.png) no-repeat center;
	}

	.toggle {
		color: #3f3f3f;
		top: 24px;
	}

	.content .holder {
		margin: 0;
	}

	.popupWindow #closePopup {
		display: block;
	}

	#contentblock .promotionsgadget {
		width: 80%;
	}

	.hoteladdress {
		position: fixed;
		bottom: 0;
		left: 0;
		margin: 0;
		text-indent: -9999px;
		z-index: 3;
		padding: 0;
	}

	.hoteladdress .addressblock, .hoteladdress .phoneblock  {
		margin: 0 0 15px 15px;
		width: 40px;
		height: 40px;
		background-color: #fff;
		background-image: url("../fontetravel_hotel_bin/sprite.png") !important;
		background-position: 11px -1141px;
		padding: 0;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	}

	.hoteladdress .phoneblock {
		background-position: 12px -1196px;
		margin-bottom: 80px;
	}

	.languages {
		left: 16px;
	}

	#bottomblock .footerlogo {
		height: 150px;
		background-position: right -660px;
	}

	.scrolling .scroll {
		top: auto;
		right: 30px;
		left: auto;
		bottom: 21px;
	}

	.powered {
		float: none;
		margin-left: 0;
	}

	#centerblock .flashContainer .promotionsgadget, .flashContainer .gcb_image::after, .security, .footermenu {
		display: none !important;
	}

	#contentblock .video .imgImageWrapper:before {
		top: 70%;
	}

	.footerSeals {
		background-size: 80% auto;
	}

	.contacts {
		margin-bottom: 65px;
	}

	#contentblock .roomContainer {
		height: 300px !important;
	}

	.scrolling .scroll, .no-banner.scrolling .scroll {
		display: none;
	}

	#tawkchat-iframe-container, #TA_certificateOfExcellence4, .quicklinks {
		display: none !important;
	}

	.quicklinks ul {
		margin-left: 0;
		margin-right: 0;
	}

	.large .imgContentWrapper {
		width: 80%;
		margin-left: -40%;
	}

	.bx-wrapper {
		margin-left: 0 !important;
    	margin-right: 0 !important;
    	max-width: 100% !important;
	}

	.portals a.logo {
		margin: 50px 30px 0;
	}

	.bx-controls .bx-controls-direction {
		display: none;
	}

	#contentblock .content .holder > * {
	    margin-right: 5%;
	    margin-left: 5%;
	}
}

@media all and (max-width: 640px) {

	.navigation {
		left: -100%;
		width: 100%;
	}

	.hotellogo, .scroll1 .hotellogo, .scroll2 .hotellogo {
		width: 110px;
	    height: 76px;
	    position: fixed;
	    top: 0px;
	    margin-top: 0;
	    left: 50%;
	    margin-left: -55px;
	    background: url("../fontetravel_hotel_bin/hotel_logo_mob.png") no-repeat center;
	    opacity: 1;
	}

	.hotellogo img {
		display: none;
	}

	#topblock, .scroll1 #topblock, .scroll2 #topblock {
		background: #fff;
		height: 76px;
	}

	.bookinggadget, .scroll1 .bookinggadget, .scroll2 .bookinggadget {
		top: 76px;
	    right: 0;
	    left: 0;
	}

	.toggle, .scroll1 .toggle, .scroll2 .toggle {
		text-indent: -9999px;
		top: 24px;
	}

	.toggle span {
		background: url("../fontetravel_hotel_bin/menu_icon_b.png") no-repeat center;
	}

	.footerSeals {
		display: none;
	}

	.bookinggadget .gc_sh .gc_horizontalSh .shortHandButton {
		width: 100%;
	}

	.bookinggadget .gc_sh .shortHandCheckRates, .bookinggadget a {
		padding: 0 10px;
		font-size: 12px;
		width: 100%;
	}

	.nav {
		padding: 175px 60px 0;
	}

	.nav li a {
		line-height: 34px;
	}

	#contentblock h1 {
		padding: 15px 10%;
	}

	#c3 h1 {
		padding: 0 10% 35px;
	}

	.large .imgContentWrapper {
		width: 72%;
		margin-left: -36%;
	}

	.mediumlarge .imgImageWrapper {

	}

	.popup, .overlay {
		display: none;
	}

	body.popupWindow {
		overflow: auto;
	}

	.contacts {
		margin-bottom: 15px;
		margin-top: 35px;
	}

	.aldeia-da-fonte .contacts {
		margin-top: 268px;
	}

	.mediumlarge .imgImageWrapper {
		width: 100%;
		height: 50%;
	}

	.mediumlarge .imgContentWrapper {
		width: 100%;
		height: 50%;
		left: 0;
		position: relative;
	}

	.portals {
		margin-top: 20px;
	}

	.aldeia-da-fonte #bottomblock {
		height: 660px;
	}

	#bottomblock::before {
		right: 10px;
	}

	.flashContainer .gcb_image_legend, #bottomblock .footerlogo, .quicklinks {
		display: none;
	}

	.large .imgTitle {
		font-size: 32px;
    	line-height: 38px;
	}

	.hotel-contacts #contentblock p {
		margin-right: 5px !important;
    	margin-left: 5px !important;
    	margin: 0 0 5px;
    	font-size: 12px;
	}

	.imgDescription {
		max-height: 60px;
		overflow: hidden;
	}

}






