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

:root {
  --g-red: #d04b36;
  --g-orange: #e36511;
  --g-yellow: #ffba00;
  --g-green: #00b180;
  --g-blue: #147aab;
  --g-indigo: #675997;
}

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

a:hover {
	color: #a352d4;
}

b, strong {
	font-weight: 600;
}

html
{
}

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

body > img
{
	display: none;
}

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


/**
 @area topBlock 
 **/

.topBlock {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #272328;
	color: #fff;
	z-index: 99;
}

/** @area Languages flags **/

.languages {
	position: relative;
	float: left;
	width: 140px;
	height: 40px;
	overflow: hidden;
	margin-left: 10px;
	text-transform: uppercase;
}

.languages select {
	border: 0 none;
	border-radius: 0;
	-webkit-appearance: none;
	font-size: 10px;
	color: #a4a3a4;
	text-transform: uppercase;
	padding: 0 0 0 15px;
	margin: 0;
	width: 145px;
	background: url("../thelatebirds_hotel_bin/lang_select.png") no-repeat 90% center;
	font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
	letter-spacing: 0.4px;
	line-height: 43px;
}

.gecko .languages select
{
	width: 112%;
	background: url("../thelatebirds_hotel_bin/lang_select.png") no-repeat 77% center;
	margin-top: 15px;
}

.ie7 .languages select, .ie8 .languages select, .ie9 .languages select, .ie10 .languages select, .unknown .languages select
{
	width: 115%;
	background: url("../thelatebirds_hotel_bin/lang_select.png") no-repeat 77% center;
	margin-top: 15px;
}


/** @area Quicklinks **/

.quicklinks
{
	width: auto;
	height: 40px;
	position: relative;
	margin-right: 10px;
	float: right;
	overflow: hidden;
}

.quicklinks li
{
	display: inline;
}

.quicklinks li a
{
	font-size: 10px;
	text-transform: uppercase;
	color: #a4a3a4;
	line-height: 43px;
	padding: 0 12px;
}

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


/**
 * @area Flash container
 */

.flashContainer
{
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	z-index: 1;
	transition-property: all;
	transition-duration: 0.40s;
	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: 50%;
	margin-right: -25%;
	left: auto;
	top: 45%;
	width: 52%;
	font-size: 38px;
	line-height: 46px;
	text-shadow: 0 0 3px rgba(0,0,0,0.4);
	text-transform: uppercase;
	font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
	z-index: 21;
}

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

.flashContainer .gcb_navigation {
	top: 43%;
	left: 0;
	right: 0;
	height: 90px;
}

.flashContainer .gcb_navigation_arrow {
	width: 50px;
	height: 90px;
	opacity: 0;
}

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

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

.flashContainer .gcb_navigation:hover .next:hover
{
	background-position: -50px 0;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.flashContainer .gcb_navigation:hover .previous:hover
{
	background-position: 0 0;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.flashContainer .gcb_navigation_paginator {
	display: none;
}


/**
 * @area middle Block
 */

.centerBlock {
	background: #fff;
	position: relative;
	z-index: 10;
}

.middleBlock {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 225px;
	background: #fff;
	z-index: 91;
}

.fixed .middleBlock {
	position: fixed;
	top: -35px;
	left: 0;
	z-index: 90;
	margin-top: 0 !important;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}


/** Hotel logo **/

.hotellogo
{
	width: 332px;
	height: 110px;
	margin: 35px auto 25px;
	z-index: 98;
	position: relative;
	transition-property: all;
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
}

.hotellogo a img
{
	border: none;
}

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


.fixed .hotellogo {
	height: 80px;
	margin: 90px auto 5px;
}

.fixed .hotellogo a img
{
	width: 230px;
	height: auto;
}


/** Navigation menu **/

.navigation
{
	overflow: hidden;
	text-align: center;
	width: 96%;
	height: 45px;
	margin: 0 auto;
}

.navigation ul
{
}

.navigation li
{
	display: inline-block;
}

.navigation li a
{
	text-decoration: none;
	font-size: 13px;
	line-height: 40px;
	text-transform: uppercase;
	padding: 5px 15px 15px;
	color: #272328;
}

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

.navigation li.active a
{
	background: url("../thelatebirds_hotel_bin/menu_active.png") no-repeat center bottom;
}

/** Booking gadget **/

.bookingGadget
{
	overflow: hidden;
	position: absolute;
	right: 50px;
	top: 50px;
	z-index: 98;
	transition-property: all;
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
}

.fixed .bookingGadget
{
	right: 50px;
	top: 90px;
}

.fixed .bookingGadget .gc_sh .shortHandCheckRates {
	width: 85px;
	height: 85px;
	font-size: 12px;
	line-height: 14px;
}

.gcBookingGadget form > *
{
	display: none;
}

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

.bookingGadget .gc_sh .shortHandCheckRates
{
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
	width: 100px;
	height: 100px;
	margin: 0;
	background: none;
	background-image: linear-gradient( var(--g-red) 0%, var(--g-red) 16.6666%, var(--g-orange) 16.6666%, var(--g-orange) 33.333%, var(--g-yellow) 33.333%, var(--g-yellow) 50%, var(--g-green) 50%, var(--g-green) 66.6666%, var(--g-blue) 66.6666%, var(--g-blue) 83.3333%, var(--g-indigo) 83.3333%, var(--g-indigo) 100% );
	letter-spacing: 0.5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition-property: background;
	transition-duration: 0.15s;
	transition-timing-function: ease-out;
}

.bookingGadget .gc_sh .shortHandCheckRates::after {
	content: "";
	width: 100px;
	height: 50px;
	display: block;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: -18px;
	transform: rotate(-34deg);
	-webkit-transform: rotate(-34deg);
	-moz-transform: rotate(-34deg);
	-o-transform: rotate(-34deg);
	-ms-transform: rotate(-34deg);
}

.bookingGadget .gc_sh .shortHandCheckRates:hover
{
	background: #a352d4;
}


/**
 * @area content Block
 */

.contentBlock
{
	overflow: hidden;
	position: relative;
	z-index: 10;
	background: #fff;
}


/** content1 **/

.content1 {
	float: left;
	width: 100%;
	margin: 0%;
	position: relative;
}

.content1 .wrapper {
	overflow: hidden;
}

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

.content1 .imagelinkgadget {
	display: block;
}

/** content2 **/

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

.content2 .wrapper
{
	overflow: hidden;
	max-width: 1024px;
	margin: 60px auto;
	background: url("../thelatebirds_hotel_bin/h1.png") no-repeat center bottom;
	padding-bottom: 140px;
}

.content2 .content {
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
}

.with-sidebar .content2 .content {
	float: left;
	width: 55%;
	margin-left: 3%;
}

.content2 .sidebar {
	display: none;
}

.with-sidebar .content2 .sidebar {
	width: 30%;
	min-width: 300px;
	margin-right: 3%;
	float: right;
	display: block;
}


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

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



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

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

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

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

/** Page content **/

.contentBlock .pageTitle
{
	padding: 0 20px;
	margin: 80px auto;
	font-size: 60px;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	font-weight: 300;
}

.ie7 .contentBlock .pageTitle, .ie8 .contentBlock .pageTitle {
	display: inline;
}

.with-sidebar .contentBlock .pageTitle {
	min-width: 400px;
}

.contentBlock .pageTitle::before, .contentBlock .pageTitle::after {
	content: "";
	width: 30px;
	height: 1px;
	background: #272328;
	display: block;
	position: absolute;
	top: 42%;
}

.contentBlock .pageTitle::before {
	left: -30px;
}

.contentBlock .pageTitle::after {
	right: -30px;
}

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

.contentBlock h1
{
	font-size: 54px;
	line-height: 58px;
	padding: 15px 0 30px;
	width: 80%;
	margin: 0 auto 100px;
	position: relative;
}

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

.ie7 .contentBlock h1, .ie8 .contentBlock h1
{
	display: none;
}

.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: 18px;
	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: 18px;
	line-height: 24px;
	background: url("../thelatebirds_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;
}



/** Sidebar **/

#sidebar
{
	overflow: hidden;
	width: 300px;
}

#sidebar > div
{
	width: 100%;
	margin: 0 0 20px;
	clear: both;
	background: #f9f9f9;
}

#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 Weather gadget
 */

.sidebar .weather-gadget
{
	padding-bottom: 15px;
	height: 85px;
}

.sidebar .weather-shell
{
	font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	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%;
}


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

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


/** content3 **/

.content3 {

}

.content3 .wrapper {
	
}

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

.content3 .imagelinkgadget {
	display: block;
}

.content3
{
	float: left;
	width: 100%;
	margin: 0%;
	position: relative;
}

.content3 .wrapper
{
	overflow: hidden;
}



/**
 * @area newsletter Block
 */


/** form elements **/

:focus {
	background: #f6f6f6;
	color: #000000;
}

#main .newsletterBlock input, #main .newsletterBlock select, #main .newsletterBlock textarea {
	background: #e1e0e1;
	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: #272328;
	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: #272328;
	cursor: pointer;
	margin-top: 15px;
	color: #fff;
}

#main .newsletterBlock input[type="submit"]:hover {
	background: #a352d4;
}


/** newsletter stuff **/

.newsletterBlock {
	width: 100%;
	height: 300px;
	background: #f6f6f6;
	position: relative;
	z-index: 2;
	display: none;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-out;
}

.newsletterBlock.show {
	height: 750px;
}

.newsletterBlock .wrapper {
	overflow: hidden;
}

.newsletterBlock h1 {
	font-size: 40px;
	line-height: 44px;
	color: #272328;
	margin: 0 auto;
	padding: 130px 0;
	text-transform: uppercase;
	font-weight: 300;
	width: 80%;
	background: url("../thelatebirds_hotel_bin/subscribe_orn_hover.png") no-repeat center;
	background-size: 23% auto;
	cursor: pointer;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
}

.newsletterBlock h1:hover {
	background: url("../thelatebirds_hotel_bin/subscribe_orn.png") no-repeat center;
	background-size: 23% auto;
}

.newsletterBlock p {
	width: 60%;
	margin: 0 auto;
	font-size: 16px;
}

.newsletterBlock form {
	margin-top: 50px;
	padding: 0 25%;
	width: 50%;
	overflow: hidden;
	background: #f6f6f6;
	text-transform: uppercase;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}

.newsletterBlock a {
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
}

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


/**
 * @area Bottom block
 */


.bottomBlock
{
	overflow: hidden;
	width: 100%;
	clear: both;
	font-size: 14px;
	text-align: center;
	color: #272328;
	position: relative;
	z-index: 9;
}

/** wrapper one **/

.bottomBlock .wrapperOne {
	position: relative;
	width: 97%;
	height: 97%;
	padding: 1.5%;
	background: #fff;
}

.bottomBlock .wrapperOne .holder {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url("../thelatebirds_hotel_bin/footer_bg.jpg") no-repeat center;
	background-size: 100% auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
} 


/** footer logo **/

.footerLogo {
	background: url("../thelatebirds_hotel_bin/footer_logo.png") no-repeat center;
	width: 250px;
	height: 83px;
	display: block;
	margin: 60px auto 60px;
}


/** footer address **/

.hoteladdress {
	width: 40%;
	margin: 0 auto;
	overflow: visible;
	margin-bottom: 20px;
	font-size: 19px;
	line-height: 22px;
	padding-bottom: 30px;
	position: relative;
}

.hoteladdress::after {
	content: "";
	width: 250px;
	height: 1px;
	background: #272328;
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -125px;
}

.hoteladdress address
{
	font-style: normal;
	text-align: center;
	margin-bottom: 25px;
	display: inline-block;
	position: relative;
	background: url("../thelatebirds_hotel_bin/footer_pin.png") no-repeat 0px 0px;
	padding: 4px 0 0 20px;
}

.hoteladdress .phone {
	background: url("../thelatebirds_hotel_bin/footer_phone.png") no-repeat 0px 0px;
	padding: 5px 0 1px 27px;
}

/* social media */

.socialmedia
{
	position: relative;
	width: 50%;
	margin: 0 auto 30px;
}

.socialmedia ul {
}

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

.ie7 .socialmedia li
{
	display: inline;
}

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

.socialmedia li:hover a
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

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

.socialmedia .twitter a
{
	background-position: -92px 20px;
}

.socialmedia .googleplus a
{
	background-position: -184px 20px;
}

.socialmedia .instagram a
{
	background-position: -276px 20px;
}

.socialmedia .youtube a
{
	background-position: -368px 20px;
}


/** footer menu **/

.footerMenu {
	overflow: hidden;
	width: 60%;
	margin: 0 auto 50px;
}

.footerMenu ul {
	overflow: hidden;
}

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

.footerMenu a {
	text-decoration: none;
	font-size: 10px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

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

/** sponsors **/

.sponsors {
	position: relative;
    display: block;
    width: 100%;
    height: 100px;
    padding-bottom: 40px;
}

.sponsors a {
	position: relative;
    display: inline-block;
    height: 90px;
    padding: 0 20px;
}

.sponsors .iglta {
	background: url(../thelatebirds_hotel_bin/sponsor_logo1.png) no-repeat center;
    width: 164px;
}

.sponsors .varia {
	background: url(../thelatebirds_hotel_bin/sponsor_logo2.png) no-repeat center;
    width: 225px;
}

.sponsors .louis {
	background: url(../thelatebirds_hotel_bin/sponsor_logo3.png) no-repeat center;
    width: 98px;
}



/* New footer seals Nov2010 */

#seals
{
	background: url(../thelatebirds_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: #f9f9f9 !important;
}

.roomContainer.showroom .roomName {
	margin: 0 auto;
	cursor: pointer;
	display: block;
	background: url("../thelatebirds_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
{
	display: block;
	height: auto !important;
}


/**
 * @area RoomTypes
 */
.roomContainer
{
	clear: both;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #5a5a5a;
/*	max-height: 151px;
		-webkit-transition-property: max-height;
	-moz-transition-property: max-height;
	-o-transition-property: max-height;
	-ms-transition-property: max-height;
	transition-property: max-height;
	-webkit-transition-duration: 5s;
	-moz-transition-duration: 5s;
	-o-transition-duration: 5s;
	-ms-transition-duration: 5s;
	transition-duration: 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.showroom {
	max-height: 1500px;
}*/

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

.roomContainer .roomName h2 {
	margin: 0;
	font-size: 34px;
	line-height: 130px;
	text-align: left;
	color: #fff;
	font-weight: 300;
}

.roomContainer .minRate {
	width: 95%;
	margin: 0 auto;
	display: none;
	margin-top: -25px;
	margin-bottom: 580px;
}

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

#main .roomContainer .roomPhoto {
	min-height: 0;
	height: 0 !important;
	background: #f9f9f9;
	float: none;
	margin-top: 10px;
	position: absolute;
	top: 175px;
	left: 0px;
	right: 0px;
	/*display: none;*/
}

#main .roomContainer.showroom .roomPhoto {
	height: 500px !important;
}

#main .roomContainer .roomPhoto .slidesjs-container,
#main .roomContainer .roomPhoto .slidesjs-container .slidesjs-control {
	min-height: 500px;
}

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

.pgContainer .pgImage img {
	display: none;
}

.roomContainer .pgImage a
{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}

.hotel-special-offers .roomContainer .pgImage a, .hotel-products .roomContainer .pgImage a {
	pointer-events: auto;
}

.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: 55%;
	clear: both;
	margin: 0 auto 0;
	overflow: hidden;
	display: none;
}

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

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

.roomDescription.mealplan
{
	text-decoration: none;
	margin-bottom: 15px;
	text-transform: uppercase;
	display: none !important;
}

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

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

.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: 94.5%;
}

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

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

.roomContainer .promotions-termsActions .promotions-showTermsTrigger
{
	position: absolute;
	bottom: 10px;
	right: 50%;
	margin-right: -100px;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 30px;
	text-align: center;
	width: 200px;
}

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

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

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

.roomContainer .promotions-termsContent
{
	background: #eeeeee;
	width: 90%;
	padding: 50px 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: #272328;
}

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

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

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

/* roomcontainer rooms bgs */
.roomContainer#item_0, .roomContainer#product_1 {
	background: url("../thelatebirds_hotel_bin/img1.jpg") no-repeat center;
}

.roomContainer#item_1, .roomContainer#product_2 {
	background: url("../thelatebirds_hotel_bin/img2.jpg") no-repeat center;
}

.roomContainer#item_2, .roomContainer#product_3 {
	background: url("../thelatebirds_hotel_bin/img3.jpg") no-repeat center;
}

.roomContainer#item_3, .roomContainer#product_4 {
	background: url("../thelatebirds_hotel_bin/img4.jpg") no-repeat center;
}

.roomContainer#item_4, .roomContainer#product_5 {
	background: url("../thelatebirds_hotel_bin/img5.jpg") no-repeat center;
}

.roomContainer#item_5, .roomContainer#product_6 {
	background: url("../thelatebirds_hotel_bin/img6.jpg") no-repeat center;
}

.roomContainer#item_6, .roomContainer#product_7 {
	background: url("../thelatebirds_hotel_bin/img7.jpg") no-repeat center;
}

.roomContainer#item_7, .roomContainer#product_8 {
	background: url("../thelatebirds_hotel_bin/img8.jpg") no-repeat center;
}

/* hide apartments from rooms page */

.hotel-rooms .roomContainer#item_5, .hotel-rooms .roomContainer#item_6, .hotel-rooms .roomContainer#item_7 {
	display: none;
}



/* roomcontainer special-offers bgs */

.hotel-special-offers .roomContainer#item_0 {
	background: url("../thelatebirds_hotel_bin/img1.jpg") no-repeat center;
}

.hotel-special-offers .roomContainer#item_1 {
	background: url("../thelatebirds_hotel_bin/img2.jpg") no-repeat center;
}

.hotel-special-offers .roomContainer#item_2 {
	background: url("../thelatebirds_hotel_bin/img3.jpg") no-repeat center;
}

.hotel-special-offers .roomContainer#item_3 {
	background: url("../thelatebirds_hotel_bin/img4.jpg") no-repeat center;
}

.hotel-special-offers .roomContainer#item_4 {
	background: url("../thelatebirds_hotel_bin/img5.jpg") no-repeat center;
}

.hotel-special-offers .roomContainer#item_5 {
	background: url("../thelatebirds_hotel_bin/img6.jpg") no-repeat center;
}

.hotel-special-offers .roomContainer#item_6 {
	background: url("../thelatebirds_hotel_bin/img7.jpg") no-repeat center;
}

.hotel-special-offers .roomContainer#item_7 {
	background: url("../thelatebirds_hotel_bin/img8.jpg") no-repeat center;
}

.hotel-special-offers .roomContainer#item_8 {
	background: url("../thelatebirds_hotel_bin/img1.jpg") no-repeat center;
}

.hotel-special-offers .roomContainer#item_9 {
	background: url("../thelatebirds_hotel_bin/img2.jpg") no-repeat center;
}


/* room custom gallery */
.roomContainer .roomPhoto .slidesjs-navigation {
	margin-top: -45px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.roomContainer .roomPhoto .slidesjs-next {
	background: url("../thelatebirds_hotel_bin/banner_nav.png") no-repeat center right;
}

.roomContainer .roomPhoto .slidesjs-previous {
	background: url("../thelatebirds_hotel_bin/banner_nav.png") no-repeat center left;
}

.roomContainer .roomPhoto .slidesjs-next:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.roomContainer .roomPhoto .slidesjs-previous:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/* products vouchers */


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

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

#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;
	filter: grayscale(100%); /* Current draft standard */
	-webkit-filter: grayscale(100%); /* New WebKit */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
	/*filter: url(resources.svg#desaturate);*/ /* Gecko */
	filter: gray; /* IE */
	-webkit-filter: grayscale(1); /* Old WebKit */
}

#pg .pgContainer:hover .pgImage a {
	filter: grayscale(0); /* Current draft standard */
	-webkit-filter: grayscale(0); /* New WebKit */
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0); 
	-o-filter: grayscale(0); /* Not yet supported in Gecko, Opera or IE */ 
	/*filter: url(resources.svg#desaturate);*/ /* Gecko */
	filter: none; /* IE */
	-webkit-filter: grayscale(0); /* Old WebKit */
}

#pg .pgContainer .pgText
{
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	padding: 15% 10% 0;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	position: absolute;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	transition-property: all;
	transition-duration: 0.35s;
	transition-timing-function: ease-out;
	pointer-events: none;
}

#pg .pgContainer:hover .pgText
{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #a352d4;
	background: rgba(163,82,212,0.65);
	opacity: 1;
	filter: alpha(opacity=100);
}

#pg .pgContainer .pgText strong
{
	display: block;
	padding: 10px 0px 40px;
	background: url("../thelatebirds_hotel_bin/white_sep.png") no-repeat center bottom;
	margin: 0 20px;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
}

/**
 * @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: 'Josefin Sans', Helvetica, Arial, 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: 190px auto 20px;
	text-transform: uppercase;
	width: 70%;
	font-size: 22px;
	line-height: 26px;
	position: relative;
}

.promotionsgadget .prgTitle::after, .promotionsgadget .prgTitle::before {
	content: "";
	position: absolute;
	bottom: 50%;
	width: 25px;
	height: 1px;
	background: #272328;
}

.promotionsgadget .prgTitle::after {
	right: -15px;
}

.promotionsgadget .prgTitle::before {
	left: -15px;
}

.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: 150px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	background: #272328 url("../thelatebirds_hotel_bin/promo_seemore.png") no-repeat center;
	color: #fff;
	text-transform: uppercase;
	text-indent: -9999px;
}

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

/* Promotions banner */

#main .flashContainer .promotionsgadget
{
	top: 0;
	bottom: auto;
	right: 50%;
	margin-right: -20%;
	width: 40%;
	background: #000;
}

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

#main .flashContainer .promotionsgadget .prgTitle
{
	padding-bottom: 20px;
	margin: 0;
	font-size: 30px;
	line-height: 30px;
	width: auto;
	color: #fff;
	border: none;
	text-transform: uppercase;
	background: none;
}

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

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

#main .flashContainer .promotionsgadget .prgDescription
{
	padding: 0 10%;
	width: 80%;
	overflow: hidden;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	color: #fff;
}

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


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

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




/**
 * @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: #d1d1d1;
	background: rgba(0,0,0,0.1);
	font-size: 12px;
	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 0 8px 10px;
	width: 96%;
	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 10px;
	width: 97.6%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #d1d1d1;
	background: rgba(0,0,0,0.1) url("../thelatebirds_hotel_bin/select.png") no-repeat 98% center;
	float: left;
}

.gecko #main #contacts_form select, .content form select
{
	background: #d1d1d1;
	background: rgba(0,0,0,0.1);
}

#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("../thelatebirds_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: 14px;
	line-height: 16px;
	color: #fff;
	background: #272328;
	width: 98%;
	height: 35px;
	text-align: center;
	padding: 10px 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Josefin Sans', Helvetica, Arial, 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: #a352d4;
}



/**
 * 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"], #main .newsletterBlock input[type="submit"]
{
	transition-property: all;
	transition-duration: 0.20s;
	transition-timing-function: ease-out;
}




/**
 * @area Image Links
 */


.imagelinkgadget {
	float: left;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: #f9f9f9;
	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%;
	filter: grayscale(100%); /* Current draft standard */
	-webkit-filter: grayscale(100%); /* New WebKit */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /** moz **/
	filter: gray; /* IE */
	-webkit-filter: grayscale(1); /* Old WebKit */
}

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

.imgTitle {
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 0 40px;
	background: url("../thelatebirds_hotel_bin/imgLink_sep_dark.png") no-repeat center bottom;
}

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

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

.imagelinkgadget:hover .imgImageWrapper img {
	filter: grayscale(0); /* Current draft standard */
	-webkit-filter: grayscale(0); /* New WebKit */
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0); 
	-o-filter: grayscale(0); /* Not yet supported in Gecko, Opera or IE */ 
	filter: none; /* IE */
	-webkit-filter: grayscale(0); /* Old WebKit */
}


/* small-image */

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

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

.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: 26px;
	margin: 40px auto 20px;
}

/* video */

.video.large-image {
	height: auto;
}

.video .imgImageWrapper {
	width: 100%;
	height: auto;
	padding-top: 56.25%;
}

.video .imgImageWrapper iframe {
	position: absolute;
	height: 100%;
}

.notext .imgContentWrapper {
	display: none;
}



/* imagelink content 1 + imagelink content 3 */


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

.content1 .imagelinkgadget .imgContentWrapper, .content3 .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);
}

.content1 .imagelinkgadget:hover .imgContentWrapper, .content3 .imagelinkgadget:hover .imgContentWrapper {
	background: rgba(163,82,212,0.7);
}

.content1 .imagelinkgadget .imgTitle, .content3 .imagelinkgadget .imgTitle {
	color: #fff;
	margin: 30% auto 11%;
	width: 80%;
	position: relative;
	overflow: hidden;
	background: url("../thelatebirds_hotel_bin/white_sep.png") no-repeat center bottom;
}

.content1 .imgTitle span, .content3 .imgTitle span {
	position: relative;
	display: block;
	font-size: 32px;
	line-height: 36px;
}

.content1 .imagelinkgadget .imgDescription, .content3 .imagelinkgadget .imgDescription {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	margin: 0 10%;
	max-height: 20%;
	opacity: 0;
	filter: alpha(opacity=0);
}


/* small */

.content1 .small-image, .content3 .small-image  {
	width: 33.333%;
	margin: 0;
	height: auto;
}


/* large */

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

.content1 .large-image .imgImageWrapper, .content3 .large-image .imgImageWrapper {
	height: auto;
	width: 100%;
}

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

.content1 .large-image .imgTitle, .content3 .large-image .imgTitle {
	width: 60%;
	margin: 11% auto 3%;
}

.content1 .large-image .imgTitle span, .content3 .large-image .imgTitle span {
	font-size: 52px;
	line-height: 56px;
}

.content1 .large-image .imgDescription, .content3 .large-image .imgDescription {
	margin: 0 25%;
	font-size: 20px;
	line-height: 28px;
}

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



/* imagelink transition area */

.imagelinkgadget .imgContentWrapper, .imagelinkgadget .imgDescription, .imagelinkgadget .imgLink,
.imagelinkgadget .imgLink span, .imagelinkgadget .imgImageWrapper img {
	transition-property: all;
	transition-duration: 0.4s;
	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;
	transition-duration: 0.5s;
}

.popup, .content .popup
{
	display: none;
	background: transparent;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.25s;
	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("../thelatebirds_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("../thelatebirds_hotel_bin/popup_close.png") no-repeat center;
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}

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

// .video.imagelinkgadget .imgContentWrapper {
// 	pointer-events: none !important;
// }

.small-image.video .imgImageWrapper img {
	height: 230px;
}

.content1 .video.imagelinkgadget:hover .imgContentWrapper, 
.content3 .video.imagelinkgadget:hover .imgContentWrapper {
	background: transparent;
}


.video.imagelinkgadget .imgContentWrapper {
	pointer-events: none !important;
}

/* 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: 1024px) {
	.navigation li a {
		font-size: 11px;
		padding: 5px 10px 15px;
	}
}

@media all and (max-height: 660px) {
	#main .flashContainer .promotionsgadget .prgTitle {
		padding-bottom: 15px;
	}

	#main .flashContainer .promotionsgadget .prgDescription {
		line-height: 22px;
	}
}



/* hotel directions */

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

.hotel-directions .centerBlock {
	z-index: initial;
}


/*
 * scroll area
 */

.scroll {
	position: absolute;
	z-index: 80;
	cursor: pointer;
	width: 52px;
	height: 109px;
}
.with-bannerPromo #scrolldown, .with-bannerGadget #scrolldown {
	background: url("../thelatebirds_hotel_bin/scrolldown.png") no-repeat center;
	text-indent: -9999px;
	bottom: 260px;
	left: 50%;
	margin-left: -35px;
	width: 70px;
	height: 35px;
	display: block;
}

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

#scrolltop {
	background: url("../thelatebirds_hotel_bin/scroll_top.png") no-repeat 0 0;
	filter: alpha(opacity=0);
	opacity: 0;
	text-indent: -99999px;
	position: fixed;
	bottom: 30px;
	right: 4%;
	width: 90px;
	height: 90px;
	transition-property: opacity;
	transition-duration: 0.30s;
	transition-timing-function: ease-out;
	transition-delay: 0.5s;
}
.scrolling #scrolltop {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.scrolling #scrolltop:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	transition-delay: 0;
}

#map_canvas
{
	width: auto !important;
}

body #shadowbox_overlay {
	background-color: rgb(255,255,255) !important;
}

body #shadowbox_title_inner, body #shadowbox_counter {
	color: #000 !important;
	font-size: 16px !important;
	line-height: 18px !important;
}


}