@CHARSET "UTF-8";

html, body {
	width: 100%;
	height: 100%;
}

@font-face {
    font-family: 'gothabookregular';
    src: url('gothabook-webfont.eot');
    src: url('gothabook-webfont.eot?#iefix') format('embedded-opentype'),
         url('gothabook-webfont.woff') format('woff'),
         url('gothabook-webfont.ttf') format('truetype'),
         url('gothabook-webfont.svg#gothabookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'gothabookregular', Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #474747;
	background: url("../falesia_hotel_2_bin/main_bg.jpg") repeat top center;
}

body > img {
	display: none;
}


/*
 * Typography
 */
a {
	color: #474747;
}
a:hover {
	color: #b2864d;
}
#main b, #main strong {
	font-weight: 700;
}
#main p {
	margin: 10px 0;
	overflow: auto;
	clear: both;
}
#main h1, #main h2, #main h3 {
	color: #004219;
	text-align: center;
	clear: both;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
}
#main h1 {
	font-size: 40px;
	line-height: 44px;
	margin: 0 0 10px;
}

#main h1:first-of-type
{
	display: none;
}

#main h2 {
	font-size: 30px;
	line-height: 34px;
	margin: 30px 0 20px;
}
#main h3 {
	font-size: 20px;
	line-height: 22px;
	margin: 30px 0 10px;
}
*::selection {
	background-color: #b2864d;
	color: #fff;
}
*::-moz-selection {
	background-color: #b2864d;
	color: #fff;
}

#container .pageTitle
{
	max-width: 980px;
	color: #004219;
	text-align: center;
	clear: both;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 44px;
	margin: 20px 0 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	display: block;
}

/*
 * Structure
 */

ul, ol {
	padding: 0;
	margin: 0;
}
#main {
	min-width: 980px;
}
#topBlock {
	background: url("../falesia_hotel_2_bin/top_bg.png") repeat top center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 115px;
	z-index: 100;
	box-shadow: 0 0 10px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.35);
	min-width: 980px;
}
#centralBlock {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	min-width: 980px;
}
#contentBlock {
	visibility: hidden;
	position: relative;
	z-index: 1;
	min-width: 980px;
	background: url("../falesia_hotel_2_bin/main_bg.jpg") repeat top center;
}
#bottomBlock {
	visibility: hidden;
	background: url("../falesia_hotel_2_bin/top_bg.png") repeat top center;
	overflow: hidden;
	position: relative;
	min-width: 980px;
}
.holder {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

/*
 * Elements
 */

.scroll {
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: -45px;
	margin-left: -35px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	z-index: 80;
	cursor: pointer;
}
#scrolldown {
	width: 67px;
	height: 66px;
	background: url("../falesia_hotel_2_bin/scrolldown.png") no-repeat 0 0;
	text-indent: -9999px;
	display: none;
}
.hotel-overview #scrolldown {
	display: block;
}

#scrolldown:hover
{
	filter: alpha(opacity=60);
	opacity: 0.6;
}

#scrolltop, .away #scrolldown {
	display: none;
}

.scroll.away {
	position: fixed;
	left: auto;
	top: auto !important;
	right: 20px;
	bottom: 40px;
	z-index: 100;
}

.away #scrolltop {
	display: block;
	background: url(../falesia_hotel_2_bin/scroll_top.png) no-repeat center;
	width: 67px;
	height: 67px;
	filter: alpha(opacity=65);
	opacity: 0.65;
	text-indent: -99999px;
}

.away #scrolltop:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* social media */
#social {
	width: 22%;
	margin-left: 3%;
	height: 35px;
	overflow: hidden;
	float: left;
}

#social ul
{
	margin: 0;
	float: left;
	width: 100%;
	text-align: left;
}

#social li {
	display: inline-block;
	width: 26px;
	height: 17px;
	overflow: hidden;
	margin: 10px 15px 0 0;
	float: left;
}
#social li a {
	height: 25px !important;
	display: block;
	text-indent: -9999px;
	background: url("../falesia_hotel_2_bin/socialmedia_ic.png") no-repeat -27px -177px;
}
#social li a:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
#social .facebook a {
	background-position: 10px 0;
}
#social .tripadvisor a {
	background-position: -234px 1px;
}
#social .newsletter a {
	background-position: -285px 1px;
}
#social .addThis {
	margin-bottom: 0;
}
#social .addThis .at300b {
	display: none;
}
#main .addthis_button_compact {
	width: 25px;
	height: 25px;
	background: url("../falesia_hotel_2_bin/socialmedia_ic.png") no-repeat -338px 0;
}

/* navigation - main menu */
.navigation {
	text-align: right;
	position: absolute;
	bottom: 30px;
	right: 40px;
	left: 280px;
}
.navigation ul {
}
.navigation li {
	display: inline;
	margin-right: 25px;
}
.navigation li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.navigation li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	background: url("../falesia_hotel_2_bin/sep.png") no-repeat center -20px;
}
.navigation li a:hover, .navigation .active a {
	background-position: center bottom;
	padding-bottom: 20px
}
.navigation .active a {
}

/* languages */

.languages
{
	width: auto;
	float: right;
	margin: 15px 32px 0 0;
}

.languages ul
{

}

.languages li
{
	display: inline;
}

.languages li a
{
	color: #a5a5a5;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	padding: 0 8px 0 9px;
	border-right: 1px solid #a5a5a5;
}

.languages li:last-child a
{
	border: none;
}

.languages li a.active
{
	text-decoration: underline;
}


/* flashbanner */
.flashContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.gcb_image_current, .gcb_image_next {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: center center;
}
.flashContainer .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow: hidden;
	pointer-events: none;
	opacity: 0;
}
.flashContainer .gcb_navigation {
	bottom: 40px;
	top: auto;
	right: 40px;
}
.flashContainer .gcb_navigation_arrow {
	display: none;
}
.flashContainer .gcb_navigation_paginator {
	background: none;
}
.flashContainer .gcb_navigation_paginator ul {
	margin: 0;
}
.flashContainer .gcb_navigation_paginator ul li {
	background: url("../falesia_hotel_2_bin/banner_nav_li.png") no-repeat 0 2px;
	width: 15px;
	height: 15px;
	margin: 3px;
}
.flashContainer .gcb_navigation_paginator ul .selected {
	background-position: 0 -17px;
}

.flashContainer .gcb_image_legend {
	font-family: 'gothabookregular', Helvetica, Arial, Verdana, sans-serif;
	font-size: 36px;
	line-height: 40px;
	text-align: right;
	top: 50%;
	bottom: auto;
	left: auto;
	right: 40px;
	width: 55%;
}

.hotel-overview .flashContainer .gcb_image_legend {
	font-size: 50px;
	line-height: 54px;
	top: 44%;
}

.ie7 .flashContainer .gcb_image_legend, .ie8 .flashContainer .gcb_image_legend
{
	max-width: 700px;
}

/* logo area */
.hotellogo {
	overflow: hidden;
	float: left;
	width: 217px;
	height: 93px;
	margin: 10px 0 0 40px;
}

.hotellogo .logo span {
	display: block;
	height: 0;
	overflow: hidden;
}

/* booking engine */

.gcBookingGadget form > * {
	display: none;
}
.bookingGadget {
	width: 100%;
	position: fixed;
	top: 115px;
	left: 0;
	z-index: 99;
}
.hotel.overview .bookingGadget {
	top: 50%;
}
.bookingGadget .gc_sh .gc_verticalSh {
	padding: 0;
	width: auto;
}
.bookingGadget .gc_sh .shortHandButton {
	display: block;
	background: #b2864d;
	background: rgba(178,134,77,0.8);
	text-align: center;
	width: 100%;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-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;
}

.bookingGadget .gc_sh .shortHandCheckRates {
	background: none;
	font-family: 'Libre Baskerville', serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 40px;
	margin: 0;
	width: 100%;
	height: 100%;
	letter-spacing: 0;
}

.bookingGadget .gc_sh .shortHandButton:hover
{
	background: #29603e;
}

.bookingGadget .gc_sh .shortHandCheckRates:hover
{
	color: #fff;
}


/* quicklinks */

.quicklinks {
	position: relative;
	width: 100%;
	height: 35px;
	background: #29603e;
	z-index: 40;
}

.quicklinks ul {
	width: 72%;
	overflow: hidden;
	text-align: right;
	margin-right: 3%;
	float: right;
}

.quicklinks li {
	display: inline;
	margin-right: 15px;
}
.quicklinks li a {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 35px;
	text-decoration: none;
	color: #fff;
}

.quicklinks li a:hover, .quicklinks li.active a {
	color: #538a68;
}

/* imagelink general */

#imagelinksHolder {
	background: url("../falesia_hotel_2_bin/green_bg.png") repeat top center;
	overflow: hidden;
	text-align: center;
}

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

.imagelinkgadget .wrapper > div
{
	clear: both;
}

.imagelinkgadget
{
	display: block;
	float: left;
	text-align: center;
	position: relative;
}

.imgImageWrapper
{
	width: 100%;
	overflow: hidden;
}

.imgTitle
{
	padding: 15px;
	background: url("../falesia_hotel_2_bin/sep_white.png") no-repeat center bottom;
	font-size: 20px;
	line-height: 24px;
	clear: both;
	text-transform: uppercase;
	color: #fff;
}

.imgDescription
{
	padding: 15px;
	margin: 0;
	font-size: 14px;
	line-height: 16px;
}

.imgLink
{
	text-transform: uppercase;
	font-size: 11px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-top: 1px solid rgba(0,0,0,0.1);
}

/* imagelink special box */
.ImgLink-content-top, .ImgLink-content-overlay {
	width: 31%;
	margin: 50px 2% 50px 0;
	height: 300px;
	overflow: hidden;
	float: none;
	display: inline-block;
	position: relative;
}

.ie7 .ImgLink-content-top, .ie7 .ImgLink-content-overlay
{
	display: inline;
}

.ImgLink-content-top .imgImageWrapper, .ImgLink-content-overlay .imgImageWrapper
{
	height: 300px;
}

.ImgLink-content-top .imgImageWrapper a, .ImgLink-content-overlay .imgImageWrapper a
{
	width: 100%;
}

.ImgLink-content-top .imgTitle, .ImgLink-content-overlay .imgTitle
{
	position: absolute;
	top: 100px;
	left: 0;
	width: 90%;
	padding: 30px 5%;
	text-align: center;
	background: #004219 url("../falesia_hotel_2_bin/sep_img.png") no-repeat center bottom;
	background: rgba(0,68,26,0.8) url("../falesia_hotel_2_bin/sep_img.png") no-repeat center bottom;
	font-size: 18px;
}

.ImgLink-content-top .imgDescription, .ImgLink-content-overlay .imgDescription
{
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	top: 180px;
	background: #29603e;
	color: #fff;
	padding: 5%;
	width: 90%;
	display: none;
}

.ImgLink-content-top .imgLink, .ImgLink-content-overlay .imgLink
{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 10px;
	line-height: 25px;
	text-transform: uppercase;
	background: #1e5232;
	color: #fff;
	border: none;
	display: none;
}

/** special box hover **/

.ImgLink-content-top:hover .imgLink, .ImgLink-content-overlay:hover .imgLink,
.ImgLink-content-top:hover .imgDescription, .ImgLink-content-overlay:hover .imgDescription
{
	display: block;
}

.ImgLink-content-top:hover .imgTitle, .ImgLink-content-overlay:hover .imgTitle
{
	background: #29603e url("../falesia_hotel_2_bin/sep_img.png") no-repeat center bottom;
}



.img-shadowbox,
.ImgLink-content-overlay > a {
	display: none !important;
}

.ImgLink-content-overlay .img-shadowbox {
	display: block !important;
}


/* imagelink large */

.content .large-image
{
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
}

.large-image .imgTitle
{
	position: absolute;
	top: 166px;
	left: 0;
	right: 0;
	background: rgba(0,68,26,0.8);
}

.large-image .imgImageWrapper
{
	width: 100%;
	height: 220px;
}

.large-image .imgImageWrapper img
{
	width: 100%;
}

/* imagelink small */

.small-image
{
	width: 48%;
	height: 290px;
	margin: 30px 4% 40px 0;
}

.small-image:nth-of-type(3)
{
	margin: 30px 0;
} 

.ie7 .small-image, .ie8 .small-image
{
	margin: 30px 2% 40px 0;
}

.small-image .imgImageWrapper
{
	height: 190px;
}

.small-image .imgTitle
{
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	background: rgba(0,68,26,0.8);
	font-size: 16px;
	line-height: 18px;
}

.small-image .imgImageWrapper img
{
	width: 100%;
}

.small-image .imgDescription
{
	max-height: 50px;
	overflow: hidden;
}

/* imagelink sidebar */

.small-sidebar-image
{
	width: 100%;
	height: 290px;
}

.small-sidebar-image .imgImageWrapper
{
	height: 190px;
}

.small-sidebar-image .imgTitle
{
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	background: rgba(0,68,26,0.8);
	font-size: 16px;
	line-height: 18px;
}

.small-sidebar-image .imgImageWrapper img
{
	width: 100%;
}

.small-sidebar-image .imgDescription
{
	max-height: 50px;
	overflow: hidden;
	padding-bottom: 0;
}

.small-sidebar-image .imgLink
{
	position: absolute;
	bottom: 0;
	width: 100%;
}


/* content */
#container {
	overflow: hidden;
	clear: both;
	padding-bottom: 50px;
}

#container .holder {
	overflow: auto;
	margin-top: 50px;
}

.wSidebar .content {
	float: left;
	width: 630px;
}

.hotel-rooms .wSidebar .content, .hotel-gallery .wSidebar .content, .hotel-contacts .wSidebar .content
{
	width: 100%;
}

#container ul, #container ol {
	clear: both;
	padding: 10px;
}
#container ul li {
	background: url("../falesia_hotel_2_bin/li_rooms.png") no-repeat 2px 7px;
	padding-left: 15px;
	margin-left: 5px;
	list-style: none;
}

/* right area */
#container .rightArea
{
	width: 300px;
	float: right;
}

/* sidebar */
#sidebar {
	float: right;
	overflow: hidden;
}
.visible {
	width: 300px;
	/*margin: 50px 0 0;*/
	padding: 0 0 0 50px;
	/*border-left: 1px solid #c1c1bd;*/
}

#sidebar > div
{
	margin: 10px 0 30px;
	background: url("../falesia_hotel_2_bin/main_bg_sidebar.jpg") repeat 0 0;
	background: #b8c0b0;
	background: rgba(0,0,0,0.05);
}

.hotel-rooms #sidebar, .hotel-gallery #sidebar, .hotel-contacts #sidebar
{
	display: none;
}

/* facebook */
.facebookLikeBox {
	width: 300px;
	height: 190px;
	overflow: hidden;
}
.facebookLikeBox iframe {
	width: 302px !important;
	height: 202px !important;
	margin: -1px 0 0 -1px;
}
/* weather gadget */
#container .weather-gadget {
	width: 90%;
	height: auto;
	padding: 5%;
}
#container .weather-gadget .weather-shell {
	text-transform: uppercase;
	font-family: 'gothabookregular', Helvetica, Arial, Verdana, sans-serif;
}
#container .weather-gadget .weather-conditions,
#container .weather-gadget .weather-forecast,
#container .weather-today, #container .weather-tomorrow {
	width: 50%;
}
#container .weather-today, #container .weather-tomorrow {
	margin-top: 2px;
}
#container .weather-day {
	font-size: 10px;
}
#container .weather-temp {
	font-size: 14px;
}

#container .weather-conditions .weather-temp
{
	font-size: 38px;
}

/* tripadvisor */
.tasidebar {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 13px;
}
.tasidebarwrapper {
	padding: 10px;
}
#TA_mini_pane a {
	text-decoration: none;
}
#TA_mini_pane td {
	padding: 5px 0;
}

/* footer */
.footerlogos {
	background: #f3eadf;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
#bottomBlock .footerlogos .holder {
	background: url("../falesia_hotel_2_bin/footer_logos.jpg") no-repeat center bottom;
	height: 95px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 55px;
}

#bottomBlock .footerlogos .holder:hover
{
	background-position: center top;
}

.footerMenu {
	float: left;
	width: 65%;
	margin: 32px 0;
	overflow: hidden;
}
.footerMenu li {
	float: left;
	width: 50%;
	list-style: none;
	line-height: 22px;
}
.footerMenu li a {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
.footerMenu li a:hover {
	color: #b2864d;
}
.hoteladdress {
	float: left;
	padding: 30px 3%;
	width: 28%;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	background: rgba(0,0,0,0.1);
}

.hoteladdress .holder
{
	width: 100%;
}

.hoteladdress address {
	font-style: normal;
	padding: 5px 0 30px;
	border-bottom: 1px solid #004d1d;
	text-transform: uppercase;
	color: #fff;
}
.hoteladdress address > * {
	display: block;
}
.hoteladdress .address, .hoteladdress .phone {
	text-decoration: none;
	color: #fff;
}

.hoteladdress .address:hover, .hoteladdress .phone:hover
{
	color: #b2864d;
}



.logofooter {
	background: url("../falesia_hotel_2_bin/hotel_logo_footer.png") no-repeat center;
	width: 100%;
	height: 70px;
	margin: 25px 0 0;
}
#seals {
	width: 100%;
	height: 30px;
	z-index: 10;
	clear: both;
	background: url("../falesia_hotel_2_bin/footer_seals_bg.png") repeat-x 0 0;
	overflow: hidden;
}
#seals a {
	display: block;
}
.powered {
	float: left;
}
.security {
	float: right;
}


/*
 * room & special offers pages
 */

.roomContainer {
	position: relative;
	overflow: hidden;
	height: 80px;
	border-bottom: 1px solid #a6ae9f;
}

.roomContainer:last-of-type {
	border-bottom: none;
}

.roomContainer .roomName {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	background: url("../falesia_hotel_2_bin/open_room.png") no-repeat 99% center;
	cursor: pointer;
}
.roomContainer .roomName:hover {
	background-color: #b8c0b0;
	background-color: rgba(0,0,0,0.05);
}
#main .roomContainer h2, #main .minRate h3 {
	line-height: 80px;
	margin: 0;
	font-family: 'gothabookregular', Helvetica, Arial, Verdana, sans-serif;
}
#main .roomContainer h2 {
	text-align: left;
	font-size: 26px;
	padding-left: 10px;
}

#main .roomContainer.showroom h2 {
	padding-left: 0;
}

.roomContainer .minRate {
	margin-right: 50px;
}
#main .minRate h3 {
	text-align: right;
	font-size: 14px;
	color: #474747;
	letter-spacing: 0;
}
/* show room */
.roomContainer.showroom {
	height: auto;
	padding: 20px;
	background: #b8c0b0;
	background: rgba(0,0,0,0.05);
}
.roomContainer.showroom .roomName {
	left: 20px;
	right: 20px;
	background-image: url("../falesia_hotel_2_bin/close_room.png");
}
.roomContainer.showroom .roomName:hover {
	background-color: transparent;
}
.roomContainer.showroom .minRate {
	margin-top: -20px;
}
#main .roomPhoto {
	position: relative;
	float: left;
	width: 430px;
	height: 330px;
	overflow: hidden;
	margin-right: 40px;
}
#main .pgContainer a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: 50%;
}
#main .pgContainer a > img {
	display: none;
}
#main .roomPhoto .pgContainer a {
	height: 410px;
}
.ie7 #main .roomPhoto .pgContainer a, .ie8 #main .roomPhoto .pgContainer a {
	height: 330px;
}
#main .roomPhoto .pgContainer label {
	position: absolute;
	bottom: 10px;
	left: 10px;
	text-align: right;
	text-transform: uppercase;
	font-size: 18px;
	color: #f3eadf;
}
.mealplan {
	display: none !important;
}
#main .roomDescription,
#main  .roomRestrictions {
	/*clear: both;
	padding: 10px 0 40px;*/
	float: left;
	width: 470px;
}
#main .roomDescription p,
#main .roomRestrictions p {
	clear: none;
}

#main .roomDescription ul li {
	list-style: none;
	background: url("../falesia_hotel_2_bin/li_rooms.png") no-repeat 0 6px;
	padding-left: 12px;
	text-align: left;
	display: block;
	width: auto;
	text-transform: none;
	font-size: 14px;
	line-height: 18px;
}
#main .promotions-termsActions {
	padding: 0 !important;
	margin-top: 20px;
	position: relative;
	float: right;
	width: 470px;
}
#main .promotions-bgLink {
	float: none;
	background: #b2864d;
	color: #fff;
	font-size: 18px;
	line-height: 34px;
	font-family: 'Libre Baskerville', serif;
	text-decoration: none;
	width: 50%;
	display: block;
	margin: 0;
	text-align: center;
}

#main #sidebar .promotions-bgLink
{
	margin: 0 auto;
}

#main .promotions-bgLink:hover {
	background: #00441a;
	color: #fff;
}
#main .promotions-termsActions .promotions-showTermsTrigger
{
	background: #c8d1c0;
	color: #474747;
	font-size: 14px;
	line-height: 16px;
	text-shadow: none;
	/*position: absolute;
	bottom: 0;
	left: 235px;*/
	width: 50%;
	padding: 3px 0;
	text-align: center;
}

#main .promotions-termsActions .promotions-showTermsTrigger:hover,
#main .promotions-termsContent .promotions-closeTermsShell .promotions-closeTerms:hover {
	color: #f3eadf;
	background: #004219;
}
#main .promotions-termsContent {
	margin: 0;
	background: #c8d1c0;
	position: relative;
	z-index: 111;
	width: 470px;
	float: left;
}
#main .promotions-termsContent .promotions-closeTermsShell {
	position: relative;
	z-index: 10;
}

#main .promotions-termsContent .promotions-closeTermsShell .promotions-closeTerms
{
	width: 50%;
	display: block;
	background: #fff;
	text-align: center;
	background: #fffcf5;
	color: #474747;
	font-size: 14px;
	line-height: 16px;
	padding: 3px 0;
	margin-bottom: 10px;
}

#main .promotions-termsContent .promotions-termsText {
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
}


/* products on sidebar */
#main #sidebar .productContainer.voucher {
	width: 100%;
	height: 320px;
	border: none;
}
#main #sidebar .productContainer.voucher .roomName {
	width: 100%;
	height: auto;
	cursor: auto;
	z-index: 1;
	padding: 175px 0 15px;
	float: none;
}
#main #sidebar .productContainer.voucher .roomName h2 {
	font-size: 28px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#main #sidebar .productContainer.voucher .minRate {
	width: 100%;
	position: absolute;
	top: 230px;
	left: 0;
	z-index: 1;
}
#main #sidebar .productContainer.voucher .minRate h3 {
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	margin: 0;
	padding: 5px;
	text-align: center;
}
#main #sidebar .productContainer.voucher .roomPhoto {
	width: 100%;
	height: 160px;
	overflow: hidden;
}
#main #sidebar .productContainer.voucher .roomPhoto .pgContainer a {
	height: 200px;
}
#main #sidebar .productContainer.voucher .roomPhoto .pgContainer a label {
	display: none;
}
#main #sidebar .productContainer.voucher .promotions-termsActions {
	margin: 0;
	position: absolute;
	bottom: 15px;
	right: 0;
	z-index: 10;
	float: none;
}

/* promotion gadget special-offers page */

.hotel-special-offers .promotionsgadget
{
	background: #f3eadf;
	margin-bottom: 40px;
}

/* promotion gadget */
.promotionsgadget {
	overflow: hidden;
	position: relative;
	font-size: 22px;
	line-height: 18px;
	text-align: center;
}
.prgWrapper {
	padding: 0;
}
.prgTitle {
	font-size: 24px;
	line-height: 26px;
	width: 40%;
	padding: 30px 5% 15px;
	background: url("../falesia_hotel_2_bin/sep_grey.png") no-repeat center bottom;
	color: #004219;
	position: absolute;
	top: 0px;
	right: 0;
}
.prgImgWrapper {
	position: absolute;
	top: 0px;
	left: 0;
	width: 47%;
	height: 140px;
	overflow: hidden;
	border: 5px solid #004d1d;
}
.prgImgWrapper img {
	width: auto;
	min-width: 100%;
	height: 100%;
}
.prgClick {
	position: absolute;
	bottom: 12px;
	right: 0;
	width: 100%;
	font-size: 11px;
	text-transform: uppercase;
}
.prgDescription {
	padding: 15px 5% 15px;
	width: 90%;
	font-size: 14px;
	margin: 150px 0 40px;
	background: url("../falesia_hotel_2_bin/sep_grey.png") no-repeat center bottom;
}

/* promotion gadget on banner */
#main .flashContainer .promotionsgadget {
	width: 250px;
	left: 40px;
	top: 40px;
	bottom: 30%;
	display: none;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	text-align: left;
	background: rgba(0,0,0,0.8);
}
.hotel-overview #main .flashContainer .promotionsgadget {
	display: block;
}
#main .flashContainer .promotionsgadget .prgWrapper {
	padding: 80px 20px 0;
}
#main .flashContainer .promotionsgadget .prgTitle {
	margin: 0 0 15px 0;
	font-size: 30px;
	line-height: 34px;
	text-transform: uppercase;
	width: 100%;
	padding: 0;
	color: #fff;
	background: none;
	position: relative;
}
#main .flashContainer .promotionsgadget .prgImgWrapper {
	display: none;
}
#main .flashContainer .promotionsgadget .prgDescription {
	display: block;
	line-height: 24px;
	font-size: 20px;
	padding-bottom: 40px;
	margin: 0;
	padding: 0;
	width: 100%;
	background: none;
}

#main .flashContainer .promotionsgadget .prgClick {
	position: absolute;
	bottom: 10%;
	left: 20px;
	right: 20px;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	width: auto;
	background: none;
	padding: 0;
}

/* hotel gallery */
#pg {
	overflow: hidden;
}

#pg .pgContainer {
	float: left;
	position: relative;
	width: 220px;
	height: 170px;
	border: 5px solid #afb6a7;
	margin: 7.5px;
}

.pgImage {
	width: 100%;
	height: 100%;
}

.pgText {
	position: absolute;
	bottom: 0;
	width: 200px;
	background: rgba(0,68,26,0.7);
	padding: 0 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-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;
	pointer-events: none;
}

.pgText strong {
	display: block;
	margin-top: 8px;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
}

.ie7 .pgText, .ie8 .pgText {
	background: url("../falesia_hotel_2_bin/transp_white_80.png") repeat;
}

.pgContainer:hover .pgText {
	height: 100px;
}

/* contact forms */
.contactFormContainer {
	overflow: auto;
	clear: both;
}

#main #container form {
	width: 100%;
}

#main form p {
	margin: 0;
}

#main #container form input, #main #container form select, #main #container form textarea {
	background: #fff;
	border: 1px solid #d1d8d4;
	color: #3e3838;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 4px 1%;
	width: 95%;
}

#main #container form select {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	width: 97.3%;
}

.webkit #main #container form select {
	-webkit-appearance: none;
	background-image: url("../falesia_hotel_2_bin/select.png");
	background-repeat: no-repeat;
	background-position: 98% center;
}
#main #container #ckbnotifyme {
	width: auto;
}
#container #contacts_form #reservationFields .inline {
	margin-right: 2.5%;
}
#container #contacts_form #fcheckinShell, #container #contacts_form #cbnrnightsShell, #container #contacts_form #cbnradultsShell, #container #contacts_form #cbnrchildrenShell {
	width: 22.5%;
}
#container #contacts_form #reservationFields p {
	display: none;
}
#container #contacts_form #reservationFields .inline p {
	display: block;
}
#container #contacts_form #reservationFields input, #container #contacts_form #reservationFields select {
	padding: 4px 10px;
}
.webkit #container #contacts_form #reservationFields select {
	background-position: 90% center;
}
#container #contacts_form #fcheckin {
	width: 75px;
}
#main #container #cbofferShell {
	clear: both;
	width: 72.5%;
}
#container #contacts_form #cboffer {
	width: 100%;
}
#container #contacts_form .required {
	padding-left: 3px;
	font-size: 12px;
	color: #df833f;
}
#main #container form #ckbnotifyme {
	width: auto;
	float: left;
}
#main #container form label[for="ckbnotifyme"] {
	font-size: 12px;
	line-height: 14px;
	float: right;
	width: 95%;
}
#main #container form input[type="submit"] {
	width: auto;
	float: left;
	margin: 20px 0 40px;
	padding: 0 40px;
	text-transform: uppercase;
	cursor: pointer;
	background: #b2864d;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Libre Baskerville', serif;
	text-decoration: none;
	display: block;
	text-align: center;
	border: none;
}
#main #container form input[type="submit"]:hover {
	background: #00441a;
}

/* google maps */
#map_canvas {
	margin: 35px 0;
	border: 1px solid #ffffff;
	color: #3e3838;
}
#map_canvas .gm-style div {
	text-transform: uppercase;
	font-size: 24px;
}
#directionsLink {
	display: block;
	margin: 10px 0 35px;
	color: #3e3838;
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	background: url("../falesia_hotel_2_bin/select.png") no-repeat bottom center;
	padding-bottom: 15px;
	display: none;
}
#directionsLink:hover {
	color: #004219;
}

/* tripadvisor */
#TA_Header, #TA_Link, #TA_Flags2 {
	display: none;
}
.content #TA_Container {
	border: none;
}
#TA_Container .TA_rname {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 24px;
	line-height: 30px;
	margin: 30px 0 10px;
	text-decoration: none;
}
#TA_Container .TA_rtable td {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
	font-size: 18px;
	padding: 25px 0;
	border-bottom: 1px solid #c1c1bd;
}
#TA_Container .TA_rdate, #TA_Container .TA_ruser {
	font-weight: 700;
	font-size: 12px;
	color: #ffffff;
}
#TA_Container .TA_rtable td img {
	margin-right: 20px;
}


/*
 * share this
 */

.shareThis
{
	position: absolute;
	bottom: 15px;
	left: 0;
}

.shareThis .chicklets
{
	text-indent: -99999px;
}


/*
 * media queries
 */


/*
 * Tablet devices
 */

.tablet .scroll,
.tablet #main .flashContainer .promotionsgadget {
	display: none;
}
.tablet .quicklinks {
	top: auto;
	bottom: 20px;
}
.tablet .hotellogo {
	top: -243px;
}
.tablet.hotel-overview .hotellogo {
	top: 0;
}
.tablet #main .roomDescription,
.tablet #main .pgContainer a {
	width: 93%;
}
.tablet #main .roomPhoto .pgContainer label {
	right: 60px;
}
.tablet.hotel-special-offers #main .promotions-bgLink,
.tablet.hotel-products #main .promotions-bgLink {
	margin-right: 35px;
}



/*
 * Transitions
 */

.navigation li a, .quicklinks li a,
.bookingGadget .gc_sh .shortHandCheckRates, #main .promotions-bgLink,
#main .promotions-termsActions .promotions-showTermsTrigger,
#main form input[type="submit"] {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.15s;
	-moz-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	-ms-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-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;
}

.quicklinks, .overlay, .scroll {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.20s;
	-moz-transition-duration: 0.20s;
	-o-transition-duration: 0.20s;
	-ms-transition-duration: 0.20s;
	transition-duration: 0.20s;
	-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;
}

.content .compareRoomsLink
{
	display: none;
}


/* tripadvisor area */

#centralBlock .TA_certificateOfExcellence
{
	position: absolute;
	bottom: 20px;
	left: 40px;
	z-index: 9;
}

#centralBlock #CDSWIDCOE
{
	margin: 0 auto;
}


