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;
}

body {
	line-height: 1;
}
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;
}

/* 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;
}

html
{
}

body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}
a:visited, a, a:link, a:focus
{
	border: 0px;
	outline: 0px;
	color: #404040;
	text-decoration: none;
}

a:hover {
	color: #a27d22;
}

b, strong {
	font-weight: 700;
}

html
{
}

body
{
	font-size: 10px;
	font-family: 'Playfair Display', georgia, serif;
	color: #414141;
	overflow-x: hidden;
	text-align: center;
}

body > img
{
	display: none;
}

#main
{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	background: url("../quintadabelavista3_hotel_bin/main_bg.jpg") repeat center;
}

.topblock
{
	width: 100%;
	height: 70px;
	background: url("../quintadabelavista3_hotel_bin/main_bg.jpg") repeat center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.topblock .holder
{
	width: 100%;
	max-width: none;
	position: relative;
	min-height: 0;
	overflow: visible;
}

.contentBlock
{
	overflow: hidden;
	position: relative;
	z-index: 10;
	background: url("../quintadabelavista3_hotel_bin/main_bg.jpg") repeat center;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
	visibility: hidden;
/*	-webkit-transition-property: margin;
	-moz-transition-property: margin;
	-o-transition-property: margin;
	-ms-transition-property: margin;
	transition-property: margin;
	-webkit-transition-duration: 0.50s;
	-moz-transition-duration: 0.50s;
	-o-transition-duration: 0.50s;
	-ms-transition-duration: 0.50s;
	transition-duration: 0.50s;
	-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;*/
}

.holder
{
	overflow: hidden;
	max-width: 980px;
	margin: 0 auto;
	min-height: 205px;
}

.bottomBlock
{
	overflow: hidden;
	width: 100%;
	clear: both;
	font-size: 14px;
	text-align: center;
	background: url("../quintadabelavista3_hotel_bin/main_bg.jpg") repeat center;
	position: relative;
	z-index: 9;
	visibility: hidden;
}

.bottomBlock .holder
{
	min-height: 0;
}

.container
{
	overflow: hidden;
	clear: both;
	width: 100%;
	background: url("../quintadabelavista3_hotel_bin/main_bg.jpg") repeat center;
}

.hotel-rooms .shadowboxscript, .hotel-special-offers .shadowboxscript, .hotel-gallery .shadowboxscript, .hotel-products .shadowboxscript, .hotel-addons .shadowboxscript {
	display: none !important;
}


/**
 * @area Languages 
 */
.languages {
	position: absolute;
	top: 30px;
	right: 0;
	overflow: hidden;
	z-index: 9;
}

.languages ul {
}

.languages li {
}

.languages li a 
{
	width: 30px;
	height: 30px;
	background: #fff;
	text-transform: capitalize;
	font-size: 12px;
	line-height: 32px;
	display: block;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.30s;
	-moz-transition-duration: 0.30s;
	-o-transition-duration: 0.30s;
	-ms-transition-duration: 0.30s;
	transition-duration: 0.30s;
	-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;
}

.languages li a.active
{
	opacity: 1;
	filter: alpha(opacity=100);
	background: #a27d22;
	color: #fff;
}

.languages:hover li a 
{
	opacity: 1;
	filter: alpha(opacity=100);
}

.languages li a:hover
{
	background: #a27d22;
	color: #fff;
}



/**
 * @area Hotel logo
 */
.hotellogo
{
	width: 210px;
	height: 40px;
	z-index: 98;
	position: relative;
	float: left;
	margin: 15px;
}

.hotellogo a img
{
	border: none;
}

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


/**
 * @area booking Button Top
 */

.bookingButtonTop
{
	float: right;
	margin: 40px 20px 0 0;
}

.bookingButtonTop a
{
	width: 180px;
	height: 35px;
	display: block;
	text-align: center;
	background: #96b633;
	border-radius: 4px;
	overflow: hidden;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	line-height: 38px;
}

.bookingButtonTop a:hover
{
	background: #e7e3dc;
	color: #0a0203;
}


/**
 * @area Quicklinks
 */
.quicklinks
{
	position: absolute;
	right: 0px;
	left: 250px;
	bottom: 0;
	z-index: 100;
	background: #fff;
	background: rgba(255,255,255,0.7);
	visibility: hidden;
}

.quicklinks ul {
}

.quicklinks li
{
	display: inline;
}

.quicklinks li a
{
	font-size: 13px;
	line-height: 35px;
	padding: 0px 10px;
	text-transform: capitalize;
}

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

/**
 * @area Central block
 */
#contentBlock
{
	position: relative;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	float: left;
	z-index: 0;
}

/**
 * @area Navigation menu
 */
.navigation
{
	overflow: hidden;
	text-align: center;
	position: absolute;
	right: 215px;
	left: 5px;
	top: 5px;
	height: 58px;
	border: 1px solid #d1d1d1;
}

.navigation ul
{
	margin: 22px 5px 0;
	height: 25px;
	overflow: hidden;
	padding-left: 240px;
}

.navigation li
{
	display: inline-block;
	border-right: 1px solid #bababa;
}

.navigation li:last-child
{
	border: none;
}

.ie7 .navigation li {
	display: inline;
}

.navigation li a
{
	text-decoration: none;
	font-size: 14px;
	text-transform: capitalize;
	padding: 0 10px 10px;
	display: block;
}

.navigation li a:hover, .navigation li.active a
{
	color: #a27d22;
}

/**
 * @area Sidebar
 */

.sidebar {
	width: 100%;
	position: relative;
	clear: both;
	overflow: hidden;
	background: url("../quintadabelavista3_hotel_bin/imgLinkArea_bg.jpg") no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	display: none;
}

.with-sidebar .sidebar {
	display: block;
}

.sidebar .wrapper {
	margin: 30px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,0.5);
}

#sidebar
{
	margin: 6% auto;
	overflow: hidden;
	width: 300px;
	background: #fff;
	background: rgba(255,255,255,0.9);
	padding: 30px;
}

#sidebar > div
{
	width: 100%;
	margin: 0 0 20px;
	clear: both;
	background: #dbdada;
	background: rgba(0,0,0,0.1);
}




#sidebar p a img
{
	width: 100%;
	margin: 20px 0 10px;
	clear: both;
}

#sidebar p, #sidebar a, #sidebar h1, #sidebar h2, #sidebar h3
{
	clear: both;
}

#sidebar p
{
	line-height: 14px;
	font-size: 11px;
	text-align: center;
}

#sidebar a
{
	text-decoration: none;
}

#sidebar h1
{
	font-size: 26px;
	line-height: 28px;
	margin: 20px 0 10px;
}

#sidebar h2
{
	font-size: 20px;
	line-height: 18px;
	margin: 15px 0 10px;
}

#sidebar h3
{
	font-size: 16px;
	margin: 10px 0 5px;
}

/**
 * @area Flash container
 */

/*.home .flashContainer {
	height: 1000px;
}*/

.flashContainer
{
	background: url("../quintadabelavista3_hotel_bin/main_bg.jpg") repeat center;
	position: relative;
	z-index: 1;
	margin-top: 70px;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-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;
}

.ie7 .flashContainer
{
	padding-top: 60px;
}

.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 .bannerImage img
{
	width: 100%;
	height: 100%;
}

.flashContainer .gcb_image_legend
{
	bottom: auto;
	right: 30px;
	left: auto;
	top: 20%;
	width: 60%;
	font-size: 38px;
	line-height: 46px;
	text-shadow: 0 0 3px rgba(0,0,0,0.4);
	text-transform: uppercase;
	font-family: 'Playfair Display', georgia, serif;
	text-align: right;
}

.homepage .flashContainer .gcb_image_legend
{
	top: 40%;
}

.flashContainer .gcb_navigation {
	top: auto;
	bottom: 0;
	left: 0;
	width: 70px;
	right: auto;
	height: 35px;
	padding: 0 90px;
	background: #000;
	background: rgba(0,0,0,0.4);
}

.flashContainer .gcb_navigation_arrow {
	width: 14px;
	height: 22px;
	opacity: 0;
}

.flashContainer .previous,
.flashContainer .gcb_container:hover .previous
{
	background: url("../quintadabelavista3_hotel_bin/banner_nav.png") no-repeat 0 -1px;
	margin: 6px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.flashContainer .next,
.flashContainer .gcb_container:hover .next
{
	background: url("../quintadabelavista3_hotel_bin/banner_nav.png") no-repeat -17px -1px;
	margin: 6px;
	float: right;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.flashContainer .gcb_navigation:hover .next:hover
{
	background-position: -17px -1px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.flashContainer .gcb_navigation:hover .previous:hover
{
	background-position: 0 -1px;
	opacity: 1;
	filter: alpha(opacity=100);
}

/*.flashContainer .gcb_navigation:hover .next:hover, .flashContainer .gcb_navigation:hover .previous:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}*/


.flashContainer .gcb_navigation_paginator {
	display: none;
}


/**
 * @area Page content
 */


.contentBlock h1, .contentBlock h2, .contentBlock h3
{
	clear: both;
	text-transform: uppercase;
	text-align: center;
	font-weight: 100;
}

.contentBlock h1
{
	font-size: 46px;
	line-height: 58px;
	padding: 15px 0 30px;
	background: url("../quintadabelavista3_hotel_bin/h1_top.png") repeat-x center top;
	width: 80%;
	/*margin-bottom: 100px;*/
	margin: 0 auto 100px;
	position: relative;
}

.contentBlock h1::after
{
	content: "";
	position: absolute;
	background: url("../quintadabelavista3_hotel_bin/h1_bottom.png") no-repeat center bottom;
	bottom: 0;
	left: 0;
	right: 0;
	height: 17px;
}

.contentBlock h2
{
	font-size: 28px;
	line-height: 32px;
	margin: 30px 0 15px;
}

.contentBlock h3
{
	font-size: 20px;
	line-height: 26px;
	margin: 22px 0 12px;
}

.contentBlock p
{
	font-size: 14px;
	line-height: 24px;
	position: relative;
	margin: 0 0 8px;
	clear: both;
	text-align: center;
}

.contentBlock iframe
{
	position: relative;
	z-index: 0;
	width: 100%;
}

.contentBlock img {
	max-width: 100%;
}

.contentBlock a
{
	text-decoration: underline;
}

.contentBlock a:hover
{
	text-decoration: none;
}

.contentBlock ul, .contentBlock ul
{
	float: left;
	clear: both;
	width: 100%;
	padding: 20px 0;
	margin: 0 0 20px 0;
}

.contentBlock ol
{
	margin: 0px 0px 0px 20px;
}

.contentBlock ul li
{
	padding-left: 10px;
	font-size: 14px;
	line-height: 20px;
	background: url("../quintadabelavista3_hotel_bin/li.png") no-repeat left 7px;
	display: inline;
	margin-left: 20px;
}

.contentBlock ol li
{
	list-style: decimal;
	padding-left: 5px;
	margin-left: 15px;
}


/** content 1 area **/

.content1
{
	float: left;
	width: 95%;
	margin: 2.5%;
	position: relative;
	background: url("../quintadabelavista3_hotel_bin/pattern.png") repeat center;
	border: 1px solid #d4d4d4;
}

.content1 .wrapper
{
	overflow: hidden;
	width: 780px;
	margin: 120px auto 60px;
	background: url("../quintadabelavista3_hotel_bin/wta_award.png") no-repeat center bottom;
	padding-bottom: 180px;
}


/** content 2 area **/


.content2 .wrapper > *
{
	display: none;
}

.content2 .imagelinkgadget {
	display: block;
}

.content2
{
	float: left;
	width: 100%;
	margin: 0%;
	position: relative;
	background: #fff;
}

.content2 .wrapper
{
	overflow: hidden;
}

/** content 3 area **/


.content3 .wrapper > *
{
	display: none;
}

.content3 .imagelinkgadget {
	display: block;
}

.content3
{
	float: left;
	width: 100%;
	margin: 0%;
	position: relative;
	background: url("../quintadabelavista3_hotel_bin/main_bg2.jpg") repeat center;
}

.content3 .wrapper
{
	overflow: hidden;
	margin: 0 30px;
}


/**
 * @area Bottom block
 */
.footerMenu
{
	overflow: hidden;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 60px;
}

.footerMenu ul
{
	overflow: hidden;
}

.footerMenu li
{
	display: inline-block;
	margin-right: 20px;
}

.footerMenu a
{
	text-decoration: none;
	font-size: 14px;
	line-height: 26px;
	text-transform: capitalize;
}

.footerMenu a:hover
{
	color: #a27d22;
}

.hoteladdress
{
	width: 50%;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 50px;
	padding-bottom: 60px;
	background: url("../quintadabelavista3_hotel_bin/h1_bottom.png") no-repeat center bottom;
}

.hoteladdress address
{
	line-height: 24px;
	font-size: 16px;
	text-transform: capitalize;
	font-style: normal;
	text-align: center;
}

.hoteladdress address strong {
	font-weight: normal;
}


/**
 * Css file for the page gadgets
 */


/**
 * @area RoomTypes closed
 */

 #roomtypes
 {
 	margin: 40px 0;
 }

.roomContainer.showroom
{
	clear: both;
	position: relative;
	min-height: 500px; 
	padding-bottom: 40px; 
}

.roomContainer.showroom .roomName {
	margin: 0 auto;
	cursor: pointer;
	display: block;
	background: url("../quintadabelavista3_hotel_bin/rooms_close.png") no-repeat right center;
}

.roomContainer.showroom .roomName h2 {
	padding: 20px 0 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #a8a8a8;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

#main .roomContainer.showroom .roomPhoto, .roomContainer.showroom .roomDescription,
.roomContainer.showroom .mealplan, .roomContainer.showroom .promotions-termsActions,
.roomContainer.showroom .roomRestrictions, .roomContainer.showroom .minRate
{
	display: block;
}


/**
 * @area RoomTypes
 */
.roomContainer
{
	clear: both;
	margin: 5px 0 0;
	overflow: hidden;
	position: relative;
	background: #d5d5d4;
	background: rgba(0,0,0,0.1);
	text-align: left;
}

.roomContainer .roomName {
	width: 95%;
	margin: 0 auto;
	cursor: pointer;
	background: url("../quintadabelavista3_hotel_bin/rooms_open.png") no-repeat right center;
}

.roomContainer .roomName h2 {
	padding: 20px 0;
	margin: 0;
	font-size: 28px;
	line-height: 28px;
	text-align: left;
}

.roomContainer .minRate {
	width: 95%;
	margin: 0 auto;
	display: none;
}

.roomContainer .minRate h3 {
	margin: 0;
	font-size: 16px;
	text-align: left;
}

#main .roomContainer .roomPhoto {
    min-height: 0;
	width: 95%;
	height: 400px;
	background: #f6f6f6;
	float: none;
	margin-left: 2.5%;
	margin-top: 10px;
	display: none;
}

#main .roomContainer .roomPhoto .roomPhoto {
	padding: 0;
}

.roomContainer .pgContainer
{
	width: 100%;
	height: 100%;
}

.pgContainer .pgImage img {
	display: none;
}

.ie7 .roomContainer .pgContainer
{
	height: 330px;
}

.roomContainer .pgImage a
{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-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;
}

.roomContainer .pgImage a.loaded
{
	opacity: 1;
}

.contentHolder .roomContainer .pgImage a > img
{
	display: none;
}

#main .roomContainer .roomPhoto .pgContainer .pgImage
{
	width: 100%;
	height: 100%;
	position: relative;
}

.roomContainer .roomDescription
{
	width: 95%;
	clear: both;
	margin: 30px auto 0;
	overflow: hidden;
	display: none;
}

.roomContainer .roomRestrictions
{
	float: none;
	text-align: center;
	width: 95%;
	margin: 20px auto 0px;
	display: none;
}

.roomContainer .roomRestrictions p
{
	text-align: left;
}

.roomContainer .mealplan {
	padding-bottom: 0;
	font-size: 16px;
	text-decoration: underline;
	margin-top: 30px;
	display: none;
}

.roomDescription.mealplan
{
	text-transform: capitalize;
	text-decoration: none;
}

.roomContainer .roomPhoto .pgContainer a label
{
	position: absolute;
	bottom: 50%;
	margin-bottom: -50px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	text-decoration: none;
	color: #FFFFFF;
	text-indent: -999999px;
}

.roomContainer .roomDescription p
{
	line-height: 24px;
	text-align: left;
}

.roomContainer .roomDescription ul
{
	text-align: left;
	margin: 0;
	padding: 10px 0;
	margin-top: 10px;
/*	border-bottom: 1px solid #a8a8a8;
	border-bottom: 1px solid rgba(0,0,0,0.2);*/
	border-top: 1px solid #a8a8a8;
	border-top: 1px solid rgba(0,0,0,0.2);
}

.roomContainer .roomDescription li
{
	display: inline-block;
	float: none;
	width: 94.5%;
}

.ie7 .roomContainer .roomDescription li
{
	padding-right: 15px;
	margin-left: 0px;
	white-space: nowrap;
}

.roomContainer .promotions-termsActions
{
	width: 95%;
	margin: 20px auto 0;
	float: none;
	display: none;
}

.roomContainer .promotions-termsActions .promotions-showTermsTrigger
{
	position: absolute;
	bottom: 20px;
	right: 2.5%;
	left: 2.5%;
	font-size: 12px;
	background: #e6e6e6;
	background: rgba(255,255,255,0.4);
	line-height: 30px;
	text-align: center;
}

.roomContainer .promotions-termsActions .promotions-showTermsTrigger:hover
{
	background: #404040;
	color: #fff;
}

.roomContainer .promotions-termsActions .promotions-bgLink
{
	font-size: 30px;
	line-height: 70px;
	color: #fff;
	background: #3b6b65;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	margin-bottom: 10px;
}

.roomContainer .promotions-termsActions .promotions-bgLink:hover
{
	background: #404040;
}

.roomContainer .promotions-termsContent
{
	background: #f6f6f6;
	width: 90%;
	padding: 45px 2.5% 2.5%;
	position: absolute;
	bottom: 20px;
	left: 2.5%;
	right: 2.5%;
	font-size: 12px;
}

.roomContainer .promotions-termsContent .promotions-closeTermsShell
{
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #404040;
}

.roomContainer .promotions-termsContent .promotions-closeTerms:hover
{
	text-decoration: none;
}

.roomContainer .promotions-termsContent .promotions-closeTerms
{
	padding: 5px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: underline;
}

.roomContainer .promotions-termsContent .promotions-termsText
{
	line-height: 14px;
	text-align: center;
}

/* products vouchers */
.productWrapper {
	float: left;
	width: 100%;
	margin-top: 40px;
}

#main #productTypes .roomContainer:nth-child(odd) {
	margin-right: 2%;
}

#main #productTypes .roomContainer {
	float: left;
	width: 49%;
	height: 400px;
	padding-top: 250px;
	clear: none;
}

.ie7 #main #productTypes .roomContainer,
.ie8 #main #productTypes .roomContainer  {
	width: 48%;
	margin: 0 1%;
}

#main #productTypes .roomContainer .roomPhoto {
	bottom: auto;
	width: 100%;
	height: 250px;
}

#productTypes .roomContainer .roomName,
#productTypes .roomContainer .minRate,
#productTypes .roomContainer .promotions-termsActions {
	width: 100%;
}

#productTypes .roomContainer .roomDescription {
	width: 95%;
}

#productTypes .roomContainer .promotions-termsContent {
	width: 86%;
	padding: 5% 7.5%;
}


/**
 * @area Picture Gallery gadget
 */
#pg .pgContainer
{
	float: left;
	width: 23.6%;
	margin: 0 0.7% 10px;
	position: relative;
}

#pg .pgImage
{
	width: 94%;
	height: 180px;
	overflow: hidden;
	margin: 0;
	float: left;
	background: #d8d8d8;
	background: rgba(0,0,0,0.1);
	padding: 3%;
}

#pg .pgContainer .pgImage img
{
	width: 100%;
	height: auto;
	margin: 0;
	display: none;
}

#pg .pgContainer .pgImage a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

#pg .pgContainer .pgText
{
	bottom: 100%;
	left: 0px;
	right: 0px;
	top: 0;
	padding: 0 7%;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	height: 0;
	color: #fff;
	position: absolute;
	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;
}

#pg .pgContainer:hover .pgText
{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #404040;
	background: rgba(0,0,0,0.5);
	height: auto;
}

#pg .pgContainer .pgText strong
{
	display: block;
	padding: 10px 15px 10px;
	margin: 0;
	font-size: 20px;
	line-height: 22px;
	text-transform: capitalize;
	font-weight: 400;
	font-family: 'Playfair Display', georgia, serif;
}

/**
 * @area Meetings and Events
 */
#meetingandevents
{
}

#meetingandevents p
{
	clear: both;
}

.content #meetingandevents h3
{
	margin: 40px 0px 0px;
	border-bottom: 1px solid #444;
}

#meetingandevents ul
{
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.5px;
    width: 520px;
}

#meetingandevents ul li
{
	font-weight: normal;
	background: none;
	padding: 0px;
	margin: 5px 0px 0px;
	letter-spacing: 0px;
	line-height: 13px;
	float: none;
	width: auto;
}

#meetingandevents ul li img
{
	width: 24px;
}

/**
 * @area Promotions gadget
 */
.promotionsgadget
{
	float: left;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.promotionsgadget .prgTitle
{
	padding: 0 6% 15px;
	margin: 170px auto 15px;
	text-transform: capitalize;
	width: 60%;
	font-size: 24px;
	line-height: 28px;
	border-bottom: 1px solid #aeaeae;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.promotionsgadget .prgImgWrapper
{
	width: 50%;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.promotionsgadget .prgImgWrapper img
{
	width: 100%;
	overflow: hidden;
}

.promotionsgadget .prgClick
{
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	height: 40px;
	padding: 60px 30px 50px;
	text-align: center;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 20px;
	background: #a27d22;
	color: #fff;
}

.promotionsgadget .prgDescription
{
	overflow: hidden;
	line-height: 16px;
	font-size: 14px;
	float: left;
	width: 70%;
	margin: 0 15% 10px;
}

/* Promotions banner */

#main .flashContainer .promotionsgadget
{
	top: auto;
	bottom: 60px;
	right: 0;
	width: 35%;
	background: #fff;
}

#main .flashContainer .promotionsgadget .prgWrapper
{
	padding: 5%;
	overflow: hidden;
}

#main .flashContainer .promotionsgadget .prgTitle
{
	padding: 0 0 10px;
	margin: 0 0 15px !important;
	font-size: 32px;
	line-height: 40px;
	width: 100%;
	float: left;
	text-align: right;
	border: none;
	border-bottom: 1px solid #d8d8d8;
}

#main .flashContainer .promotionsgadget .prgImgWrapper
{
	display: none;
}

#main .flashContainer .promotionsgadget .prgDescription
{
	padding: 0 0 50px;
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	text-align: right;
}

#main .flashContainer .promotionsgadget .prgClick
{
	top: auto;
	bottom: 20px;
	right: 5%;
	left: auto;
	margin: 0;
	padding: 0 15px;
	height: auto;
	color: #404040;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	background: none;
	border: 1px solid #9f9f9f;
}


.content .promotionsgadget
{
	float: none;
	background: #efebe0;
	width: 300px;
	margin: 0 auto 30px;
}

.content .promotionsgadget .prgDescription
{
	width: 90%;
	padding: 0 5% 20px;
}


/**
 * @area Weather gadget
 */

.sidebar .weather-gadget
{
	height: 100px;
}

.sidebar .weather-shell
{
	font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	padding-top: 8px;
}

.sidebar .weather-conditions
{
	float: left;
	margin: 0 0 -15px 20px;
	width: 42%;
}

.sidebar .weather-conditions img
{
	width: 100%;
}

.sidebar .weather-forecast
{
	float: right;
	margin: 0 20px 0 0;
	width: 42%;
}

.sidebar .weather-forecast .weather-today, .sidebar .weather-forecast .weather-tomorrow
{
	width: 50%;
}


/**
 * @area Contact us form v3
 */
.content form
{
	width: 70%;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 10;
	margin: 10px auto;
	padding-bottom: 20px;
	text-align: left;
}

#main #contacts_form p, .content form div
{
	margin: 3px 0 1px;
	font-size: 14px;
	text-align: left;
}

#main #contacts_form p label
{
	font-size: 12px;
}

#main #contacts_form input, .content form input,
#main #contacts_form select, .content form select,
#main #contacts_form textarea, .content form textarea
{
	border: none;
	background: #FFFFFF;
	font-size: 11px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

#main #contacts_form input, .content form input, #main #contacts_form textarea, .content form textarea
{
	padding: 8px 2px;
	width: 97%;
	border: none;
	float: left;
}

#main #contacts_form #ckbnotifyme {
	width: auto;
}

.moz #main #contacts_form input, .content form input, #main #contacts_form textarea, .content form textarea
{
}

#main #contacts_form select, .content form select
{
	padding: 5px 2px;
	width: 97.6%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #FFFFFF url("../quintadabelavista3_hotel_bin/select.png") no-repeat 98% center;
	float: left;
}

.gecko #main #contacts_form select, .content form select
{
	background: #FFFFFF;
}

#main #contacts_form #reservationFields select {
	background-position: 88% center;
}

#main #contacts_form #reservationFields #cbofferShell select {
	background-position: 95% center;
}

#main #contacts_form #reservationFields #cbamountShell select {
	background-position: 83% center;
}

#main #contacts_form #reservationFields
{
	clear: both;
}

#main #contacts_form #fcheckinShell, #main #contacts_form #cbnrnightsShell, #main #contacts_form #cbnradultsShell, #main #contacts_form #cbnrchildrenShell
{
	width: 145px;
}

#main #contacts_form #cbnrnights, #main #contacts_form #cbnradults, #main #contacts_form #cbnrchildren
{
	width: 100px;
}

#main .content #contacts_form #ckbnotifyme
{
	width: auto;
}

#main #contacts_form #fcheckin
{
    width: 75px;
    text-align: center;
}

#main #contacts_form #cbcheckin
{
	background: url("../quintadabelavista3_hotel_bin/calendar.png") no-repeat left 8px;
	padding: 0 0 5px 20px;
}

#main #contacts_form input[type="submit"], .content form input[type="submit"]
{
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	background: #a27d22;
	width: 170px;
	height: 35px;
	text-align: center;
	padding: 10px 30px;
	text-transform: capitalize;
	text-decoration: none;
	font-family: 'Playfair Display', georgia, serif;
	font-weight: normal !important;
	margin: 10px 0 20px 0;
	border: none;
	cursor: pointer;
}

#main #contacts_form input[type="submit"]:hover, .content form input[type="submit"]:hover
{
	background: #404040;
}

/**
 * @area Booking gadget
 */
.bookingGadget
{
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 98;
}

.gcBookingGadget form > *
{
	display: none;
}

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

.bookingGadget .gc_sh .shortHandCheckRates
{
	font-size: 22px;
	color: #fff;
	font-family: 'Playfair Display', georgia, serif;
	width: 205px;
	height: 60px;
	margin: 0;
	text-transform: capitalize;
	background: #40736d;
	letter-spacing: 1px;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.30s;
	-moz-transition-duration: 0.30s;
	-o-transition-duration: 0.30s;
	-ms-transition-duration: 0.30s;
	transition-duration: 0.30s;
	-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:hover
{
	background: #414141;
}

/* New footer seals Nov2010 */
#seals
{
	background: url(../quintadabelavista3_hotel_bin/footer_seals_bg.jpg) repeat-x 0 0;
	width: 100%;
	height: 30px;
	overflow: hidden;
}

.sealsHolder
{
	max-width: 1280px;
	margin: 0px auto;
}

.security
{
	height: 30px;
	float: right;
	margin-right: 20px;
	display: none !important;
}

.powered
{
	height: 30px;
	/* float: left;
	margin-left: 20px; */
}

/* facebook internal widget */
#sidebar .facebookLikeBox
{
	float: left;
	overflow: hidden;
	height: 95px;
}

#sidebar .facebookLikeBox iframe
{
	width: 101% !important;
	margin: -1px 0 0px -1px;
	height: 105px !important;
}


/**
 * Transitions CSS
 */
.navigation li a, .quicklinks li a, .footerMenu a, .roomContainer .promotions-termsActions .promotions-bgLink, .imgLinksAfterContent .imgTitle,
#main #contacts_form input[type="submit"], .bookingButtonTop a, .content 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.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;
}

/* social media */
.socialmedia
{
	width: 130px;
	margin: 100px auto 50px;
	position: relative;
}

.socialmedia::after
{
	content: "";
	width: 400px;
	height: 5px;
	position: absolute;
	top: 14px;
	right: -425px;
	background: url(../quintadabelavista3_hotel_bin/h1_top.png) repeat-x center;
}

.socialmedia::before
{
	content: "";
	width: 400px;
	height: 5px;
	position: absolute;
	top: 14px;
	left: -425px;
	background: url(../quintadabelavista3_hotel_bin/h1_top.png) repeat-x center;
}

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

.socialmedia li:hover a
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.ie7 .socialmedia li
{
	display: inline;
}

.socialmedia li a
{
	text-indent: 9999px;
	display: block;
	line-height: 40px;
	background: url("../quintadabelavista3_hotel_bin/social.png") no-repeat 0 0;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}

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

.socialmedia .twitter a
{
	background-position: -39px 0px;
}

.socialmedia .newsletter a
{
	background-position: -198px 0px;
}



/**
 * @area Image Links
 */


.imagelinkgadget {
	float: left;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: #d6d6d6;
	background: rgba(0,0,0,0.1);
	margin: 15px 0;
	letter-spacing: 0.5px;
}

.imagelinkgadget a {
	text-decoration: none;
}

.imagelinkgadget a:hover {
	color: #414141;
}

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

.imgImageWrapper {
	overflow: hidden;
}

.imgImageWrapper img {
	height: 100%;
	width: 100%;
}

.imgContentWrapper {
	width: 94.2%;
	margin: 2.5%;
	clear: both;
	overflow: hidden;
	border: 1px solid #e9e9e9;
	border: 1px solid rgba(255,255,255,0.5);
}

.imgTitle {
	font-size: 18px;
	text-transform: uppercase;
	width: 75%;
	margin: 10px auto;
	padding: 0 0 10px;
	border-bottom: 1px solid #bfbfbf;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.imgDescription {
	padding: 0 25px;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.imgLink {
	position: absolute;
	bottom: 25px;
	left: 20px;
	right: 20px;
}

.imgLink span {
	font-size: 11px;
	text-transform: capitalize;
	padding: 5px 15px;
	border: 1px solid #7f7f7f;
	border: 1px solid rgba(0,0,0,0.4);
}

.imgLink span:hover {
	border: none;
	background: #3b6b65;
	color: #fff;
}


/* small-image */
.small-image {
	width: 31.2%;
	height: 310px;
	margin: 15px 1%;
}

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

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

.small-image .imgContentWrapper {
	height: 147px;
}

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


/* medium-image */
.medium-image {
	width: 48%;
	height: 380px;
	margin: 15px 1%;
}

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

.medium-image .imgContentWrapper {
	height: 170px;
}

.medium-image .imgTitle {
	font-size: 20px;
	margin: 20px auto 15px;
	padding: 0 0 15px;
}

.medium-image .imgDescription {
	max-height: 50px;
}

.medium-image .imgLink {
	bottom: 30px;
}

/* large */
.large-image {
	width: 100%;
	height: 300px;
}

.large-image .imgImageWrapper {
	height: 300px;
	width: 50%;
	float: left;
}

.large-image .imgContentWrapper {
	height: 260px;
	width: 44.5%;
	float: right;
	clear: none;
	position: relative;
}

.large-image .imgTitle {
	font-size: 26px;
	margin: 40px auto 20px;
	padding: 0 0 20px;
}

.large-image .imgDescription {
	padding: 0 45px;
}


/* imagelink content 2 */

.content2 .imagelinkgadget .imgImageWrapper {
	height: auto;
	width: 100%;
}

.content2 .imagelinkgadget .imgContentWrapper {
	position: absolute;
	top: 40px;
	left: 40px;
	right: 40px;
	bottom: 47%;
	height: auto;
	width: auto;
	margin: 0;
	border: 4px double #e9e9e9;
	border: 4px double rgba(255,255,255,0.5);
	background: url("../quintadabelavista3_hotel_bin/imgLinks_bg_50.png") repeat center;
}

.content2 .imagelinkgadget:hover .imgContentWrapper {
	background: url("../quintadabelavista3_hotel_bin/imgLinks_bg_70.png") repeat center;
	bottom: 40px !important;
}

.content2 .imagelinkgadget .imgTitle {
	color: #fff;
	padding: 18px 0;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.content2 .imagelinkgadget .imgDescription {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	padding: 0 13%;
	max-height: 25%;
	opacity: 0;
	filter: alpha(opacity=0);
}

.content2 .imagelinkgadget .imgLink {
	bottom: 15%;
	opacity: 0;
	filter: alpha(opacity=0);
}

.content2 .imagelinkgadget .imgLink span {
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
	padding: 10px 25px;
	border: 1px solid #e9e9e9;
	border: 1px solid rgba(255,255,255,0.5);
}

/* small */

.content2 .small-image {
	width: 33.33%;
	margin: 0;
	height: auto;
}

.content2 .small-image .imgTitle {
	line-height: 36px;
	font-size: 28px;
	margin: 30% auto 20%;
}

/* medium */

.content2 .medium-image {
	width: 50%;
	margin: 0;
	height: auto;
}

.content2 .medium-image .imgTitle {
	line-height: 46px;
	font-size: 32px;
	margin: 17% auto 14%;
}

.content2 .medium-image .imgDescription {
	max-height: 22%;
}

/* large */

.content2 .large-image {
	width: 100%;
	margin: 0;
	height: auto;
	height: 350px;
}

.content2 .large-image .imgTitle {
	line-height: 36px;
	font-size: 32px;
	margin: 2.5% auto 2%;
	width: 50%;
}

.content2 .large-image .imgDescription {
	padding: 0 25%;
	max-height: 17%;
}

.content2 .imagelinkgadget:hover .imgDescription,
.content2 .imagelinkgadget:hover .imgLink {
	opacity: 1;
	filter: alpha(opacity=100);
}


/* imagelink content 3 */

.content3 .imagelinkgadget.website {
	margin-bottom: 30px;
}

.content3 .imagelinkgadget .imgImageWrapper {
	height: auto;
	width: 100%;
}

.content3 .imagelinkgadget .imgContentWrapper {
	position: absolute;
	top: 40px;
	left: 50%;
	bottom: 40px;
	height: auto;
	margin: 0;
	border: 4px double #e9e9e9;
	border: 4px double rgba(255,255,255,0.5);
	background: url("../quintadabelavista3_hotel_bin/imgLinks_bg_50.png") repeat center;
}

.content3 .imagelinkgadget .imgTitle {
	color: #fff;
	padding: 18px 0;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.content3 .imagelinkgadget .imgDescription {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	padding: 0 13%;
	max-height: 25%;
	display: none;
}

.content3 .imagelinkgadget .imgLink {
	bottom: 15%;
}

.content3 .imagelinkgadget .imgLink span {
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
	padding: 10px 25px;
	border: 1px solid #e9e9e9;
	border: 1px solid rgba(255,255,255,0.5);
}

.content3 .imagelinkgadget .imgContentWrapper:hover {
	background: url("../quintadabelavista3_hotel_bin/imgLinks_bg_70.png") repeat center;
}

/* small */

.content3 .small-image {
	width: 31.5%;
	margin: 30px 2.5% 0 0;
	height: auto;
}

.content3 .small-image:last-of-type {
	margin: 30px 0 0;
}

.ie7 .content3 .small-image, .ie8 .content3 .small-image {
	width: 30.8%;
}

.content3 .small-image .imgContentWrapper {
	left: 40px;
	right: 40px;
	width: auto;
	top: 23%;
	bottom: 23%;
}

.content3 .small-image .imgTitle {
	line-height: 36px;
	font-size: 24px;
	margin: 20% auto;
}

/* medium */

.content3 .medium-image {
	width: 48.5%;
	margin: 30px 0 0;
	height: auto;
}

.content3 .medium-image:nth-of-type(2n+1) {
	margin-right: 2.5%;
}

.ie7 .content3 .medium-image, .ie8 .content3 .medium-image {
	width: 50%;
}

.content3 .medium-image .imgContentWrapper {
	width: auto;
	top: 23%;
	bottom: 23%;
	left: 20%;
	right: 20%;
}

.content3 .medium-image .imgTitle {
	line-height: 36px;
	font-size: 28px;
	margin: 14% auto 12%;
}


/* large */

.content3 .large-image:first-of-type {
	margin-top: 30px;
}

.content3 .large-image {
	width: 100%;
	margin: 0;
	height: auto;
}

.content3 .large-image .imgContentWrapper {
	width: 450px;
	margin-left: -225px;
}

.content3 .large-image .imgTitle {
	line-height: 36px;
	font-size: 32px;
	width: 60%;
}


/* imagelink transition area */

.imagelinkgadget .imgContentWrapper, .imagelinkgadget .imgDescription, .imagelinkgadget .imgLink,
.imagelinkgadget .imgLink span {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-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;
}



/* imagelink popup */
#closePopup
{
	display: none;
}

.popupBlock
{
	overflow: hidden;
}

.popupBlock .popup {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,0.75);
	z-index: 9999999;
	margin: 0;
    display: block;
}

.animate .popup {
	opacity: 1;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.popup, .content .popup
{
	display: none;
	background: transparent;
    opacity: 0;
    -webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	-ms-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-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;
}



.popup .imglinkWrapper
{
	width: 400px;
	height: 450px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -225px;
	background: #fff;
}

.popup .imglinkWrapper a
{
	width: 100%;
	height: 100%;
}

.popup .imgImageWrapper
{
	position: relative;
	width: 94%;
	height: 80%;
	overflow: hidden;
	padding: 3%;
}

.popup .imgContentWrapper
{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0;
}

.popup .imgDescription
{
	position: absolute;
	top: 200px;
	right: 3%;
	padding: 15px 30px;
	width: auto;
	max-width: 65%;
	text-align: right;
	background: #fff;
	background: rgba(255,255,255,0.8);
}

.popup .imgTitle
{
	bottom: 250px;
	right: 3%;
	left: auto;
	max-width: 53%;
	background: #a27d22;
	background: rgba(215,173,73,0.85);
	padding: 20px 40px;
}

.popup .imgTitle span
{
	color: #fff;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	font-size: 30px;
	line-height: 30px;
}

.popup .imgLink
{
	bottom: 3%;
	left: 3%;
	right: 65px;
	height: 40px;
	background: #a27d22;
	overflow: hidden;
}

.popup .imgLink:hover
{
	background: #404040;
}

.popup .imgLink span
{
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}

.popup #closePopup
{
	position: absolute;
	bottom: 3%;
	right: 3%;
	width: 40px;
	height: 40px;
	background-color: #404040;
	cursor: pointer;
	display: block;
}

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

.popup #closePopup:hover
{
	background-color: #a27d22;

}

.popup #closePopup:hover span
{
	background: url("../quintadabelavista3_hotel_bin/popup_close.png") no-repeat center;
	-webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}

.popup #closePopup, .popup .imgLink, .popup #closePopup span
{
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.30s;
	-moz-transition-duration: 0.30s;
	-o-transition-duration: 0.30s;
	-ms-transition-duration: 0.30s;
	transition-duration: 0.30s;
	-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;
}


/* imagelink sidebar */

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

.small-sidebar-image .imgTitle
{
	position: relative;
	clear: both;
	margin: 15px auto 15px;
}

.small-sidebar-image .imgDescription
{
	padding: 0px 10%;
	width: 80%;
	margin-bottom: 65px;
}

/* voucher */
#main #sidebar .productContainer.voucher
{
	width: 100%;
	padding: 0;
	display: none;
}

#main #sidebar .productContainer.voucher .roomName
{
	width: 100%;
	width: 90%;
	padding: 10px 5%;
}

#main #sidebar .productContainer.voucher .minRate
{
	float: left;
	width: 90%;
	text-align: left;
	padding: 0 5% 10px;
}

#main #sidebar .productContainer.voucher .roomPhoto
{
	width: 100%;
}

#main #sidebar .productContainer.voucher .roomDescription
{
	width: 90%;
	padding: 10px 5%;
}

#main #sidebar .productContainer.voucher .promotions-bgLink
{
	margin: 0 10px 10px 0;
}

#main #sidebar .productContainer.voucher .promotions-termsContent
{
	width: 90%;
	padding: 10px 5%;
	bottom: 0;
}

#main #sidebar .productContainer.voucher .promotions-closeTermsShell
{
	padding-bottom: 10px;
	text-decoration: underline;
}

.content .productContainer.voucher
{
	width: 98%;
}


/* google map */

.map {
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
}

.ie7 .map
{
	top: 100px;
}

#GoogleMapGadget {
	
	font-size: 14px;
}

.inactive {
	pointer-events: none;
}


/**
Responsive stuff
**/

@media all and (max-width: 1280px) {
	.navigation li a {
		font-size: 13px;
		padding: 0 8px;
	}
}

@media all and (max-width: 1140px) {
	.navigation li a {
		font-size: 11px;
		padding: 0 4px;
	}
}



/* hotel directions */

.hotel-directions .gcb_container, .hotel-directions #main .flashContainer .promotionsgadget,
.hotel-directions .mainLogo, .hotel-directions .languages, .hotel-directions .quicklinks
{
	display: none !important;
}

.hotel-directions .hotellogo {
	z-index: 100;
}

.hotel-directions .hotellogo .secondLogo {
	position: fixed;
	top: 17px;
	left: 20px;
	opacity: 1;
}


/*
 * scroll area
 */

.scroll {
	position: absolute;
	z-index: 80;
	cursor: pointer;
	width: 52px;
	height: 109px;
}
#scrolldown {
	background: url("../quintadabelavista3_hotel_bin/scrolldown.png") no-repeat center;
	text-indent: -9999px;
	top: 0;
	left: 50%;
	margin-left: -22px;
	width: 43px;
	height: 25px;
	display: none;
}
.hotel-overview #scrolldown {
	display: block;
}

.hotel-overview.scrolling #scrolldown {
	display: none;
}

#scrolltop {
	background: url("../quintadabelavista3_hotel_bin/scroll_top.png") no-repeat 0 0;
	filter: alpha(opacity=0);
	opacity: 0;
	text-indent: -99999px;
	position: fixed;
	bottom: 70px;
	right: 0px;
	width: 95px;
	height: 50px;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.30s;
	-moz-transition-duration: 0.30s;
	-o-transition-duration: 0.30s;
	-ms-transition-duration: 0.30s;
	transition-duration: 0.30s;
	-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;
	-webkit-transition-delay: 0.75s;
	-moz-transition-delay: 0.75s;
	-o-transition-delay: 0.75s;
	-ms-transition-delay: 0.75s;
	transition-delay: 0.75s;
}
.scrolling #scrolltop {
	filter: alpha(opacity=75);
	opacity: 0.75;
}

#map_canvas
{
	width: auto !important;
}

/** tripadvisor area **/

.TA_tchotel {
	position: absolute;
	bottom: 55px;
	left: 20px;
	z-index: 999;
	width: 187px;
	height: 120px;
	background:  url('../quintadabelavista3_hotel_bin/seals.png') no-repeat 0 0;
}

.bottomBlock .holder:after {
    content: "";
    height: 85px;
    display: block;
    background: #ffffff url('../quintadabelavista3_hotel_bin/apoios.jpg') no-repeat center center;
    margin-bottom: 60px;
}

