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: #2c2c2c;
	text-decoration: none;
}

a:hover {
	color: #851717;
}

b, strong {
	font-weight: 700;
}

html
{
}

body {
	font-size: 18px;
	line-height: 22px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	color: #1d1d1d;
	overflow-x: hidden;
	text-align: center;
}

body > img {
	display: none;
}

#main {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.topblock {
	width: 100%;
	height: 70px;
	background: #1d1d1d;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	-ms-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.contentBlock {
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin-top: 0;
	background: #a0947a;
	-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;
}

.home .contentBlock {
	visibility: hidden;
}

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

.imgLinksBlock {
	overflow: hidden;
	width: 100%;
	background: url("../chafarizdelrei_hotel_bin/dark_bg.png") repeat center;
	position: relative;
}

.imgLinksBlock .holder {
	overflow: hidden;
	min-height: 0;
	margin: 60px auto;
}

.imgLinksBlockBottom {
	overflow: hidden;
	width: 100%;
	background: #fff;
	position: relative;
}

.imgLinksBlockBottom .holder {
	overflow: hidden;
	min-height: 0;
	max-width: 100%;
	padding: 20px;
	background: #262626;
}

.imgLinksBlockBottom h1 {
	display: none;
}

.bottomBlock {
	overflow: hidden;
	width: 100%;
	text-align: center;
	background: url("../chafarizdelrei_hotel_bin/footer_bg.jpg") no-repeat center bottom;
	background-size: cover;
	position: relative;
	z-index: 9;
	border: 20px solid #c5b796;
	box-sizing: border-box;
}

.bottomBlock .holder {
	max-width: 550px;
}

.container {
	overflow: hidden;
	clear: both;
	width: 100%;
	background: url("../chafarizdelrei_hotel_bin/content_bg.jpg") no-repeat center bottom;
	background-size: 100% auto;
	padding-bottom: 80px;
	position: relative;
}


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

.languages li a 
{
	width: 30px;
	height: 30px;
	background: #1d1d1d;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	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, .languages li a:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
	background: #851717;
	color: #fff;
}

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

/**
 * @area Hotel logo
 */
.hotellogo {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -80px;
	z-index: 99;
}

.hotellogo a img {
	border: none;
}

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

/** @area Hotel logo **/

.hotellogo.fixed {
	top: 0 !important;
	background: url("../chafarizdelrei_hotel_bin/hotel_logo_2.png") no-repeat center;
	width: 161px;
	height: 127px;
}

.hotellogo.fixed a img {
	opacity: 0;
	filter: alpha(opacity=0);
}


/**
 * @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: 20px;
	bottom: 20px;
	z-index: 100;
	text-align: right;
	background: #1d1d1d;
}

.quicklinks ul {
	margin: 3px 20px 0;
	float: right;
}

.quicklinks li
{
	display: inline;
}

.quicklinks li a {
	text-align: left;
	font-size: 10px;
	color: #c5b796;
	line-height: 26px;
	padding: 0 10px;
	text-transform: uppercase;
}

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


/**
 * @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: relative;
	top: 18px;
	height: 45px;
}

.navigation ul {
	display: none;
}

.navigation .leftBlock {
	position: absolute;
	top: 0;
	left: 20px;
	right: 50%;
	margin-right: 115px;
	text-align: right;
}

.navigation .rightBlock {
	position: absolute;
	top: 0;
	right: 190px;
	left: 50%;
	margin-left: 115px;
	text-align: left;
}

.navigation li
{
	display: inline-block;
	position: relative;
}

.ie7 .navigation li {
	display: inline;
}

.navigation li a
{
	text-decoration: none;
	font-size: 12px;
	line-height: 40px;
	color: #c5b796;
	padding: 0 8px;
	display: block;
	text-transform: uppercase;
}

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

.navigation li.active a::before {
	content: "";
	width: 40px;
	height: 1px;
	background: #74684d;
	display: block;
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin-left: -20px;
}

/**
 * @area Sidebar
 */
.leftColumn
{
	float: right;
	position: relative;
}

/* dealing with sidebar display */

.with-sidebar .leftColumn {
	width: 30.6%;
	margin-right: 2%;
}

.hotel-rooms.with-sidebar .content,
.hotel-gallery.with-sidebar .content,
.hotel-contacts.with-sidebar .content,
.hotel-special-offers.with-sidebar .content
{
	width: 97%;
	padding: 0;
	margin: 0 1.5%;
}

.hotel-rooms.with-sidebar .leftColumn,
.hotel-gallery.with-sidebar .leftColumn,
.hotel-contacts.with-sidebar .leftColumn,
.hotel-special-offers.with-sidebar .leftColumn
{
	display: none;
}


#sidebar {
	margin: 0;
	overflow: hidden;
}

#sidebar > div {
	width: 100%;
	margin: 20px 0 10px;
	padding-bottom: 20px;
	clear: both;
	background: #8f846d;
	background: rgba(0,0,0,0.1);
}

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

#sidebar p {
	text-align: center;
}


/**
 * @area Flash container
 */
.flashContainer {
	background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 0;
}

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

.flashContainer .gcb_container {
	width: auto;
	padding: 20px;
	height: 94%;
	height: calc(100% - 40px);
	background: #c5b796;
}

.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;
	left: 0px;
	top: 46%;
	width: 44%;
	font-size: 30px;
	line-height: 36px;
	text-shadow: -1px -1px 2px #000;
	text-shadow: -1px -1px 2px rgba(0,0,0,0.6);
	font-family: 'Josefin Sans', sans-serif;
	text-align: left;
	text-transform: uppercase;
	padding: 20px 3% 13px;
}

.flashContainer .gcb_navigation {
	top: auto;
	bottom: -1px;
	width: 200px;
	left: 50%;
	margin-left: -100px;
}

.flashContainer .gcb_navigation_paginator {
	display: block;
	float: none;
	height: auto;
	visibility: visible;
	opacity: 0.6;
	filter: alpha(opacity=60);
	background: none;
}

.flashContainer .gcb_navigation_paginator ul {
	text-align: center;
	margin: 0;
}

.flashContainer .gcb_navigation_paginator li {
	background: #000;
	width: 4px;
	height: 4px;
	margin: 0 3px 0;
	display: inline-block;
	float: none;
	border-radius: 50%;
}

.flashContainer .gcb_navigation_paginator li.selected {
	background: #fff;
}


.flashContainer .gcb_navigation_arrow {
	display: none;
}


.flashContainer .gcb_container:hover .gcb_navigation_paginator {
	opacity: 1;
	filter: alpha(opacity=100);
	background: none;
}

/** Page content - rooms / special offers pages **/

/*.hotel-rooms .content > *, .hotel-special-offers .content > *, .hotel-products .content > * {
	margin-left: 20%;
	margin-right: 20%;
}

.hotel-rooms .container .holder, .hotel-special-offers .container .holder, .hotel-products .container .holder {
	max-width: 100%;
}

.hotel-rooms #roomtypes, .hotel-special-offers #specialoffers, .hotel-products #productTypes {
	margin: 80px 0 0;
}*/


/**
 * @area Page content
 */
.content {
	line-height: 18px;
	float: left;
	width: 90%;
	padding: 0 5% 0;
	position: relative;
}

.with-sidebar .content {
	width: 57%;
	margin-left: 2%;
	padding: 0 0 0 2%;
}

.hotel-rooms.with-sidebar .content,
.hotel-special-offers.with-sidebar .content,
.hotel-products.with-sidebar .content,
.hotel-rooms .content, .hotel-special-offers .content,
.hotel-products .content {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

/** @area Page title area **/

.contentBlock .pageTitle {
	padding: 120px 30px 100px;
	text-transform: uppercase;
	font-size: 58px;
	line-height: 62px;
	font-weight: 100;
	display: block;
}

.chafariz-del-rei .contentBlock .pageTitle {
	background: url("../chafarizdelrei_hotel_bin/orn_default.png") no-repeat center 60px;
}

.hotel-rooms .contentBlock .pageTitle {
	background: url("../chafarizdelrei_hotel_bin/orn_suites.png") no-repeat center 60px;
}

.hotel-gallery .contentBlock .pageTitle {
	background: url("../chafarizdelrei_hotel_bin/orn_galeria.png") no-repeat center 60px;
}

.salao-de-cha .contentBlock .pageTitle {
	background: url("../chafarizdelrei_hotel_bin/orn_tea.png") no-repeat center 60px;
}

.voucher .contentBlock .pageTitle,
.hotel-products .contentBlock .pageTitle {
	background: url("../chafarizdelrei_hotel_bin/orn_vouchers.png") no-repeat center 60px;
}

.hotel-special-offers .contentBlock .pageTitle {
	background: url("../chafarizdelrei_hotel_bin/orn_offers.png") no-repeat center 60px;
}

.hotel-directions .contentBlock .pageTitle {
	background: url("../chafarizdelrei_hotel_bin/orn_local.png") no-repeat center 60px;
}

.hotel-contacts .contentBlock .pageTitle {
	background: url("../chafarizdelrei_hotel_bin/orn_contacts.png") no-repeat center 60px;
}

/** end **/

.contentBlock h1, .contentBlock h2, .contentBlock h3
{
	font-weight: 400;
	clear: both;
	color: #2c2c2c;
	text-transform: uppercase;
}

.contentBlock h1
{
	padding: 120px 30px 100px;
	text-transform: uppercase;
	font-size: 58px;
	line-height: 62px;
	font-weight: 100;
	background: url("../chafarizdelrei_hotel_bin/orn_default.png") no-repeat center 60px;
}

.contentBlock h1:first-of-type
{
	display: none;
}

.contentBlock .imgLinksBlock h1
{
	padding: 30px 30px 70px;
	background: none;
	color: #c5b796;
}

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

.contentBlock h3
{
	font-size: 22px;
	line-height: 24px;
	margin: 15px 0 8px;
}

.imgLinksBlock h1:first-of-type {
	display: none;
}

.contentBlock p
{
	font-size: 18px;
	line-height: 22px;
	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
{
	/*color: #2c2c2c;*/
	text-decoration: underline;
}

.contentBlock a:hover
{
	text-decoration: none;
	/*color: #a27d22;*/
}

.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: 18px;
	line-height: 22px;
	background: url("../chafarizdelrei_hotel_bin/li.png") no-repeat left 7px;
	display: inline;
	margin-left: 20px;
}

.ie7 .contentBlock ul li
{
	display: inline-block;
}

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


/**
 * @area newsletter Block
 */


/** form elements **/

#main .newsletterBlock:focus {
	background: #f6f6f6;
	color: #000000;
}

#main .newsletterBlock input, #main .newsletterBlock select, #main .newsletterBlock textarea {
	background: #ece7db;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	width: 94%;
	height: 40px;
	line-height: 40px;
	font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #1d1d1d;
	margin: 5px 0;
	padding: 0 0 0 1%;
}

#main .newsletterBlock textarea {
	height: auto !important;
}

#main .newsletterBlock input[type="submit"] {
	border: none;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal !important;
	font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
	padding: 8px 20px 5px;
	width: 95%;
	background: #851717;
	cursor: pointer;
	margin-top: 15px;
	color: #fff;
}

#main .newsletterBlock input[type="submit"]:hover {
	background: #c5b796;
	color: #1d1d1d;
}


/** newsletter stuff **/

/*.newsletterBlock {
	width: 100%;
	height: 150px;
	background: url("../chafarizdelrei_hotel_bin/dark_bg.png") repeat center;
	position: relative;
	z-index: 2;
	-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;
}

.newsletterBlock.show {
	height: 600px;
}

.newsletterBlock .wrapper {
	overflow: hidden;
}

.newsletterBlock h1 {
	font-size: 34px;
	line-height: 40px;
	color: #c5b796;
	margin: 0 auto;
	padding: 60px 0 50px;
	text-transform: uppercase;
	background: url("../chafarizdelrei_hotel_bin/newsletter_sep.png") no-repeat	center 115px;
	font-weight: 300;
	width: 80%;
	cursor: pointer;
	position: relative;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-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;
}

.newsletterBlock h1::before {
	content: "";
	width: 80px;
	height: 23px;
	background: url("../chafarizdelrei_hotel_bin/orn_newsletter.png") no-repeat 0 0;
	display: block;
	position: absolute;
	left: -90px;
	top: 65px;
}

.newsletterBlock h1::after {
	content: "";
	width: 80px;
	height: 23px;
	background: url("../chafarizdelrei_hotel_bin/orn_newsletter.png") no-repeat top right;
	display: block;
	position: absolute;
	right: -90px;
	top: 65px;
}

.newsletterBlock h1:hover {
}

.newsletterBlock p {
	width: 60%;
	margin: 0 auto;
	font-size: 18px;
	line-height: 22px;
	color: #c5b796;
}

.newsletterBlock form {
	margin-top: 20px;
	padding: 0 25%;
	width: 50%;
	overflow: hidden;
	text-transform: uppercase;
	-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;
}

.newsletterBlock a {
	font-size: 16px;
	line-height: 50px;
	display: inline-block;
	color: #c5b796;
	margin-bottom: 50px;
}

.newsletterBlock a:hover {
	color: #6c6042;
}

.ie7 .newsletterBlock a, .ie8 .newsletterBlock a {
	display: inline;
}*/


/**
 * @area Bottom block
 */

.imgFooter {
	height: 218px;
	display: block;
	background: url("../chafarizdelrei_hotel_bin/footer_logo.png") no-repeat center top;
	margin: 100px auto 85px;
	position: relative;
}

.hoteladdress {
	width: 100%;
	overflow: hidden;
	margin-bottom: 90px;
}

.hoteladdress address {
	text-transform: uppercase;
	font-style: normal;
	text-align: center;
	font-size: 15px;
	color: #c5b796;
}

.hoteladdress .addressBlock {
	margin-bottom: 10px;
	line-height: 24px;
	background: url("../chafarizdelrei_hotel_bin/footer_pin.png") no-repeat 0 0;
	display: inline-block;
	padding-left: 20px;
}

.hoteladdress .phoneBlock {
	background: url("../chafarizdelrei_hotel_bin/footer_phone.png") no-repeat 0 0;
	line-height: 30px;
	display: inline-block;
	padding-left: 30px;
	margin-bottom: 10px;
}

.hoteladdress .postal-code {
	display: inline;
	padding: 0;
}

.ie7 .hoteladdress .addressBlock, .ie7 .hoteladdress .phoneBlock {
	display: inline;
}

.hoteladdress .emailBlock {
	background: url("../chafarizdelrei_hotel_bin/footer_email.png") no-repeat 0 0;
	line-height: 30px;
	display: inline-block;
	padding-left: 30px;
	margin-left: 40px;
}

/* social media */
.socialmedia
{
	width: 100%;
	overflow: hidden;
	margin: 0 0 100px;
}

.socialmedia ul {
}

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

.ie7 .socialmedia li {
	display: inline;
}

.socialmedia li a {
	text-indent: -9999px;
	display: block;
	line-height: 40px;
	background: url("../chafarizdelrei_hotel_bin/social.png") no-repeat 0 0;
	width: 100%;
	height: 100%;
	-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;
}

.socialmedia li:hover a {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

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

.socialmedia .instagram a {
	background-position: -261px 0;
}

.socialmedia .youtube a {
	background-position: -326px 0;
}

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

.socialmedia .tripadvisor a {
	background-position: -456px 0;
}

.footerMenu {
	overflow: hidden;
	width: 100%;
	text-align: center;
	background: url("../chafarizdelrei_hotel_bin/dark_bg.png") repeat center;
	position: relative;
	z-index: 3;
}

.footerMenu ul {
	overflow: hidden;
	max-width: 650px;
	margin: 50px auto;
}

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

.footerMenu a {
	text-decoration: none;
	font-size: 11px;
	line-height: 24px;
	color: #c5b796;
	text-transform: uppercase;
}

.footerMenu a:hover {
	color: #6c6042;
}

/* New footer seals Nov2010 */
#seals
{
	background: url(../chafarizdelrei_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;
}

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


/**
 * @area RoomTypes closed
 */

 #roomtypes {
 	margin: 40px 0;
 }

.roomContainer.showroom {
	clear: both;
	position: relative;
	min-height: 500px;
	padding-bottom: 40px;
	background: #eaeaea !important;
	background: rgba(0,0,0,0.05) !important;
	border: none;
	border-bottom: 1px solid #786e58;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

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

.roomContainer.showroom .roomName h2 {
	padding: 10px 0 0;
	color: #272328;
}

#main .roomContainer.showroom .roomPhoto, .roomContainer.showroom .roomDescription,
.roomContainer.showroom .mealplan, .roomContainer.showroom .promotions-termsActions,
.roomContainer.showroom .roomRestrictions, .roomContainer.showroom .minRate,
#main .roomContainer.showroom .roomPhoto .pgContainer a label
{
	display: block;
	height: auto !important;
}


/**
 * @area RoomTypes opened
 */


.roomContainer.room-opened {
	width: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
}

.roomContainer.room-opened .roomName {
	position: relative;
	padding: 0 15px;
	z-index: 9;
	text-align: left;
	margin-bottom: 500px;
	background: none;
}

.roomContainer.room-opened .roomName h2 {
	padding: 30px 40px 0;
	margin: 0;
	font-size: 28px;
	line-height: 34px;
	color: #1d1d1d;
}

.roomContainer.room-opened .roomPhoto {
	top: 80px;
	height: 450px;
	background: rgba(0,0,0,0.1);
}

.roomContainer.room-opened .roomDescription.mealplan {

}

.roomContainer.room-opened .roomDescription, .roomContainer.room-opened .mealplan,
.roomContainer.room-opened .promotions-termsActions, .roomContainer.room-opened .roomRestrictions,
#main .roomContainer.room-opened .roomPhoto .pgContainer a label
{
	display: block;
	height: auto !important;
}

.roomContainer.room-opened .roomPhoto .slidesjs-navigation {
	display: block;
}

.roomContainer.room-opened .roomPhoto::before {
	display: none;
}



/**
 * @area RoomTypes
 */

 #roomtypes, #specialoffers {
 	margin: 40px 0;
 	overflow: hidden;
 	position: relative;

 }

.roomContainer {
	position: relative;
	text-align: center;
	width: 100%;
	height: 250px;
	float: left;
	background: #eaeaea !important;
	background: rgba(0,0,0,0.05) !important;
	cursor: pointer;
	margin: 0.6%;
}

.roomContainer .roomName {
	position: relative;
	padding: 100px 15px 75px;
	z-index: 999;
	background: url(../chafarizdelrei_hotel_bin/rooms_orn.png) no-repeat center bottom;
}

.roomContainer .roomName h2 {
	padding: 0px 20px 0;
	margin: 0;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}

.roomContainer .minRate {
	width: auto;
	position: absolute;
	right: 40px;
	top: 35px;
	z-index: 9;
	display: none;
}

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

.roomContainer .roomPhoto {
    background: #e6e1d4;
	float: none;
	position: absolute;
	top: 0;
	left: 0px;
	right: 0px;
	bottom: 0;
}

.roomContainer .roomPhoto::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	display: block;
	z-index: 99;
	-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:hover .roomPhoto::before {
	background: rgba(132,119,89,0.8);
}

#main .roomContainer .roomPhoto .slidesjs-container,
#main .roomContainer .roomPhoto .slidesjs-container .slidesjs-control {
	height: 450px !important;
	width: 100% !important;
}

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

.pgContainer .pgImage img {
	display: none;
}

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

.roomContainer .pgImage label {
	display: none;
}

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

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

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

.roomContainer .roomDescription p {
	padding: 3% 0;
	line-height: 24px;
}

.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;
	text-align: center;
	display: none;
}

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

.roomContainer .roomPhoto .pgContainer a label {
	position: absolute;
	bottom: 50%;
	margin-bottom: -35px;
	left: 50%;
	margin-left: -35px;
	width: 70px;
	line-height: 70px;
	height: 70px;
	text-decoration: none;
	color: #FFFFFF;
	background: url("../chafarizdelrei_hotel_bin/seemore.png") no-repeat center;
	text-indent: -999999px;
	display: none;
}

.roomContainer .roomDescription ul {
	text-align: left;
	margin: 0;
	padding: 30px 0 10px;
	margin-top: 25px;
	border-top: 1px solid #a8a8a8;
	border-top: 1px solid rgba(0,0,0,0.1);
}

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

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

.roomContainer .promotions-termsActions {
	width: 55%;
	margin: 30px auto 50px;
	float: none;
	overflow: hidden;
	display: none;
}

.roomContainer .promotions-termsActions .promotions-showTermsTrigger {
	position: absolute;
	bottom: 0px;
	right: 50%;
	margin-right: -110px;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 16px;
	text-align: center;
	width: 220px;
	text-decoration: none;
	color: #fff;
	background: #bd5c1a;
	background: rgba(0,0,0,0.1);
	padding-top: 4px;
}

.roomContainer .promotions-termsActions .promotions-showTermsTrigger:hover {
	text-decoration: underline;
}

.roomContainer .promotions-termsActions .promotions-bgLink {
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	background: #851717;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

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

.roomContainer .promotions-termsContent {
	background: #e6e1d4;
	width: 95%;
	padding: 5.5% 2.5% 2.5%;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	font-size: 12px;
}

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

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

.roomContainer .promotions-termsContent .promotions-closeTerms {
	padding: 7px 10px 3px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}

.roomContainer .promotions-termsContent .promotions-termsText {
	line-height: 22px;
	font-size: 16px;
	text-align: center;
}

/* products vouchers */

#productTypes {
	position: relative;
	margin-top: 50px;
}

#productTypes .container {
	margin: 0;
	padding: 0;
	clear: none;
	background: none;
	border: none;
	margin: 0.6%;
}

#productTypes .container.room-opened {
	position: absolute;
}

/**
 * @area Picture Gallery gadget
 */
#pg .pgContainer
{
	float: left;
	width: 32.3%;
	margin: 0 1% 1% 0;
	position: relative;
}

#pg .pgImage
{
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin: 0;
	float: left;
	background: #fff;
}

#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: 0;
	left: 0;
	right: 0;
	top: 0;
	padding: 30% 10% 0;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	position: absolute;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	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.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: #851717;
	background: rgba(132,119,89,0.8);
	opacity: 1;
	filter: alpha(opacity=100);
}

#pg .pgContainer .pgText strong {
	display: block;
	padding: 0 0 20px;
	margin: 0 20px;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	position: relative;
}

#pg .pgContainer .pgText strong::after {
	content: "";
	width: 60px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	background: #fff;
	background: rgba(255,255,255,0.7);
}

/**
 * @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 {
	margin: 180px auto 15px;
	padding-bottom: 20px;
	width: 70%;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	position: relative;
}

.promotionsgadget .prgTitle::after {
	content: "";
	width: 60px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	background: #8a806a;
	background: 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: 60px;
	padding: 70px 15px 20px;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	background: #807661;
	background: rgba(0,0,0,0.1);
	text-transform: uppercase;
}

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

/* Promotions banner */

#main .flashContainer .promotionsgadget {
	top: 20px;
	bottom: auto;
	left: 20px;
	width: 50%;
	width: calc(50% - 20px);
	background: #000;
}

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

#main .flashContainer .promotionsgadget .prgTitle {
	padding: 25px 0 10px;
	margin: 0 5% 10px !important;
	font-size: 26px;
	line-height: 28px;
	width: 90%;
	text-align: left;
	border: none;
	border-bottom: 1px solid #777777;
	color: #fff;
}

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

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

#main .flashContainer .promotionsgadget .prgClick {
	top: auto;
	bottom: 10px;
	right: auto;
	left: 5%;
	margin: 0;
	padding: 0;
	border: 0;
	height: auto;
	color: #404040;
	background: none;
	line-height: 30px;
	text-align: left;
	font-size: 11px;
	color: #fff;
}

/* Promotions banner hover */


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

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


/**
 * @area Weather gadget
 */

.leftColumn .weather-gadget
{
	padding-bottom: 15px;
	height: 90px;
}

.leftColumn .weather-shell
{
	font-weight: 400;
}

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

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

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

.leftColumn .weather-forecast .weather-today, .leftColumn .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: 18px;
	text-align: left;
}

#main #contacts_form input, .content form input,
#main #contacts_form select, .content form select,
#main #contacts_form textarea, .content form textarea
{
	border: none;
	background: #887e67;
	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;
}

.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: #887e67 url("../chafarizdelrei_hotel_bin/select.png") no-repeat 98% center;
}

.gecko #main #contacts_form select, .gecko .content form select,
.ie7 #main #contacts_form select, .ie7 .content form select,
.ie8 #main #contacts_form select, .ie8 .content form select,
.ie9 #main #contacts_form select, .ie9 .content form select,
.ie10 #main #contacts_form select, .ie10 .content form select,
.ie11 #main #contacts_form select, .ie11 .content form select {
	background: #fff;
	background: rgba(255,255,255,0.8);
}

#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("../chafarizdelrei_hotel_bin/calendar.png") no-repeat left 3px;
	padding: 0 0 5px 20px;
}

#main #contacts_form input[type="submit"], .content form input[type="submit"]
{
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	background: #851717;
	width: 170px;
	height: 35px;
	text-align: center;
	padding: 10px 30px;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-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
 */

.gcBookingGadget form > * {
	display: none;
}

.bookingGadget {
	overflow: hidden;
	position: absolute;
	right: 6%;
	top: 44%;
	z-index: 2;
}

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

.bookingGadget .gc_sh .shortHandCheckRates {
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	width: 200px;
	height: 200px;
	text-align: center;
	margin: 0;
	padding: 10px 40px 0 40px;
	background: url("../chafarizdelrei_hotel_bin/book_button.png") no-repeat center;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	-o-transition-property: color;
	-ms-transition-property: color;
	transition-property: color;
	-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 {
	color: #c5b796;
	text-decoration: underline;
}


/** @area Booking gadget fixed **/

.bookingGadget.fixed {
	overflow: hidden;
	position: fixed;
	right: 20px;
	top: 0 !important;
	z-index: 99;
}

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

.bookingGadget.fixed .gc_sh .shortHandCheckRates {
	font-size: 14px;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	width: 160px;
	height: 35px;
	text-align: center;
	margin: 0;
	background: #851717;
	padding: 5px 0 0;
	-webkit-transition-property: background, color;
	-moz-transition-property: background, color;
	-o-transition-property: background, color;
	-ms-transition-property: background, color;
	transition-property: background, color;
	-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.fixed .gc_sh .shortHandCheckRates:hover {
	background: #c5b796;
	color: #1d1d1d;
}


/**
 * @area sidebar gadget
 */
#sidebar p, #sidebar a, #sidebar h1, #sidebar h2, #sidebar h3
{
	clear: both;
}

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

#sidebar a
{
	text-decoration: none;
}

#sidebar a:hover
{
}

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


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

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


/**
 * Transitions CSS
 */
.navigation li a, .restaurant, .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"], #main .newsletterBlock 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;
}

/**
 * @area Image Links
 */

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

.imagelinkgadget a {
	text-decoration: none;
}

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

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

.imgImageWrapper {
	overflow: hidden;
}

.imgImageWrapper img {
	width: 100%;
}

.imgContentWrapper {
	width: 86%;
	margin: 25px 7% 20px;
	clear: both;
	overflow: hidden;
}

.imgTitle {
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 15px;
	padding: 0 0 25px;
	position: relative;
}

.imgTitle::after {
	content: "";
	width: 60px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	background: #000;
	background: rgba(0,0,0,0.4);
}

.imgDescription {
	font-size: 18px;
	line-height: 22px;
	overflow: hidden;
}

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

/* small-image */

.small-image {
	width: 48%;
	height: 350px;
	margin: 15px 1%;
}

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

.small-image .imgTitle {
	padding: 0 0 15px;
}

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

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

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

.large-image .imgImageWrapper img {
	width: auto;
	height: 100%;
	margin-left: -300px;
	max-width: inherit;
}

.large-image .imgContentWrapper {
	width: 36%;
	float: right;
	clear: none;
	position: relative;
}

.large-image .imgTitle {
	font-size: 34px;
	font-weight: 600;
	margin: 95px auto 20px;
}



/* imagelink content 1 + imagelink content 3 */

.imgLinksBlock .imagelinkgadget .imgImageWrapper, .imgLinksBlockBottom .imagelinkgadget .imgImageWrapper {
	height: auto;
	width: 100%;
}

.imgLinksBlock .imagelinkgadget .imgContentWrapper, .imgLinksBlockBottom .imagelinkgadget .imgContentWrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	width: auto;
	margin: 0;
	background: rgba(0,0,0,0.5);
}

.imgLinksBlock .imagelinkgadget .imgTitle {
	color: #fff;
	margin: 22% auto 4%;
	width: 80%;
	position: relative;
	overflow: hidden;
	background: none;
}

.imgLinksBlockBottom .imagelinkgadget .imgTitle {
	color: #fff;
	margin: 15% auto 4%;
	width: 80%;
	position: relative;
	overflow: hidden;
	padding-top: 70px;
	background: none;
}

.imgLinksBlock .imagelinkgadget .imgTitle::after, .imgLinksBlockBottom .imagelinkgadget .imgTitle::after {
	background: #fff;
}

.imgLinksBlock .imgTitle span, .imgLinksBlockBottom .imgTitle span {
	position: relative;
	display: block;
	font-size: 44px;
	line-height: 48px;
}

.imgLinksBlock .imagelinkgadget .imgDescription, .imgLinksBlockBottom .imagelinkgadget .imgDescription {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	margin: 0 10%;
	max-height: 20%;
}


/* small */

.imgLinksBlock .small-image, .imgLinksBlockBottom .small-image  {
	width: 50%;
	margin: 0;
	height: auto;
}


/* large */

.imgLinksBlock .large-image, .imgLinksBlockBottom .large-image {
	width: 100%;
	margin: 0;
	height: auto;
}

.imgLinksBlock .large-image .imgImageWrapper, .imgLinksBlockBottom .large-image .imgImageWrapper {
	height: auto;
	width: 100%;
}

.imgLinksBlock .large-image .imgImageWrapper img, .imgLinksBlockBottom .large-image .imgImageWrapper img {
	width: 100%;
	height: auto;
	margin-left: 0;
}

.imgLinksBlock .large-image .imgTitle {
	width: 60%;
	margin: 10% auto 3%;
}

.imgLinksBlockBottom .large-image .imgTitle {
	width: 60%;
	margin: 5% auto 3%;
}

.imgLinksBlock .large-image .imgTitle span, .imgLinksBlockBottom .large-image .imgTitle span {
	font-size: 44px;
	line-height: 48px;
}

.imgLinksBlock .large-image .imgDescription, .imgLinksBlockBottom .large-image .imgDescription {
	margin: 0 25%;
	font-size: 17px;
	line-height: 22px;
}

/* hover */

.imgLinksBlock .imagelinkgadget:hover .imgContentWrapper, .imgLinksBlockBottom .imagelinkgadget:hover .imgContentWrapper {
	background: rgba(132,119,89,0.8);
}



/* imagelink transition area */

.imagelinkgadget .imgContentWrapper, .imagelinkgadget .imgDescription, .imagelinkgadget .imgLink,
.imagelinkgadget .imgLink span, .imagelinkgadget .imgImageWrapper img {
	-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: #b08d20;
	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: #b08d20;
	overflow: hidden;
}

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

.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: #272328;
	cursor: pointer;
	display: block;
}

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

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

}

.popup #closePopup:hover span
{
	background: url("../chafarizdelrei_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;
	padding: 0 0 15px;
}

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


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

/* 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: 1140px) {
	.navigation li a {
		font-size: 11px;
		padding: 0 4px;
	}
}


/*
 * on tablets 
 */
.tablet .flashContainer {
	position: absolute;
}

.tablet .hotellogo {
	-webkit-transition-delay: 1.25s;
	-moz-transition-delay: 1.25s;
	-o-transition-delay: 1.25s;
	-ms-transition-delay: 1.25s;
	transition-delay: 1.25s;
}

.tablet .container
{
	padding: 0 2.5%;
	width: 95%;
}

.tablet.home .contentBlock
{
	visibility: visible;
}

.hotellogo {
	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.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;
}

/* bottom bar */

.bottomBar
{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	background: #fff;
	z-index: 999;
}

/* hotel directions */

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


/*
 * scroll area
 */

.scroll {
	position: absolute;
	z-index: 80;
	cursor: pointer;
}
#scrolldown {
	background: url("../chafarizdelrei_hotel_bin/scrolldown.png") no-repeat center;
	text-indent: -9999px;
	width: 20px;
	height: 69px;
	top: 0;
	left: 50%;
	margin-left: -10px;
	display: none;
}
.home #scrolldown {
	display: block;
}

.home.scrolling #scrolldown {
	display: none;
}

#scrolltop {
	background: #000 url("../chafarizdelrei_hotel_bin/scroll_top.png") no-repeat center;
	filter: alpha(opacity=0);
	opacity: 0;
	text-indent: -99999px;
	position: fixed;
	bottom: 50px;
	right: 20px;
	width: 30px;
	height: 100px;
	-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=60);
	opacity: 0.6;
}

#map_canvas {
	width: auto !important;
}


/** tripadvisor area **/

#main .TA_certificateOfExcellence {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 999;
}

#CDSWIDCOE > div {
	display: none;
}

#main #CDSWIDCOE {
	background: none;
	width: auto;
	margin: 0;
	border: none;
	padding: 65px 0 0;
}

#main #CDSWIDCOE .widCOELink {
	display: block;
	background: none !important;
	padding: 0 !important;
}

#main #CDSWIDCOE .widCOELink a {
	background: url("../chafarizdelrei_hotel_bin/tripadvisor_seal.png") no-repeat 0 0;
	text-indent: -99999px;
	display: block;
	width: 129px;
	height: 111px;
}






