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

a:hover {
	color: #8ec6e3;
}

b, strong {
	font-weight: 700;
}

html
{
}

body {
	font-size: 14px;
	line-height: 24px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.6px;
	color: #1f212a;
	overflow-x: hidden;
	text-align: center;
	text-rendering: optimizeLegibility;
}

body > img {
	display: none;
}

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

.holder {
	overflow: hidden;
	position: relative;
	padding: 0 10px;
}

.topblock {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	display: table;
}

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

.imgLinksBlock, .imgLinksBlockBottom {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.imgLinksBlock {
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.05);
	z-index: 1;
}

.imgLinksBlockBottom {
	background: url("../covell_hotel_bin/main_bg.jpg") repeat center;
}

.imgLinksBlock .holder > *, .imgLinksBlockBottom .holder > *,
.container .content > * {
	margin-right: 20%;
	margin-left: 20%;
}

.with-sidebar .imgLinksBlock .holder > *, .with-sidebar .imgLinksBlockBottom .holder > *,
.with-sidebar .container .content > * {
	margin-right: 5%;
	margin-left: 5%;
}

.imgLinksBlock .imagelinkgadget, .imgLinksBlockBottom .imagelinkgadget,
.container .content .imagelinkgadget, #pg
{
	margin: 0;
}

.bottomBlock {
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 11;
}


/**
  * @area Top block
 **/

/** topBlock fixed **/

.fixedTop .topblock {
	height: 90px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.fixedTop .hotellogo {
	margin: 0 0 0 60px;
}

.fixedTop .hotellogo .mainLogo {
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
}

.fixedTop .hotellogo .mainLogoFixed {
	display: block;
	height: 69px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.fixedTop .navigation {
	top: 50%;
	margin-top: -12px;
}

.fixedBook .navigation {
	right: 240px;
}

.fixedTop .navigation li a {
	color: #1f212a;
}

.fixedTop .navigation li a:hover, .fixedTop .navigation .active a {
	color: #8ec6e3;
}

/** @area Hotel logo **/

.hotellogo {
	position: relative;
	margin: 30px 0 0 40px;
	float: left;
}

.hotellogo .mainLogo {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
}

.hotellogo .mainLogoFixed {
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
}

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

/** @area Navigation menu **/

/** select mode **/
.navigation ul select {
	float: right;
	width: 80%;
	border-radius: 0;
	background: rgba(0,0,0,0.2);
	height: 25px;
	border: 2px solid #fff;
	color: #fff;
	display: none;
}
/** end **/

.navigation {
	position: absolute;
	right: 110px;
	left: 250px;
	top: 12%;
}

.navigation ul {
	height: 25px;
	overflow: hidden;
}

.navigation li {
	display: inline-block;
}

.navigation li a {
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 2px;
	padding: 0 15px;
	text-transform: uppercase;
	position: relative;
	color: #fff;
}

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

.navigation .active a::before  {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	top: 49%;
	left: 0;
	display: block;
	background: #8ec6e3;
}


/**
 * @area Booking gadget
 */

.gcBookingGadget form > * {
	display: none;
}

.bookingGadget {
	position: absolute;
	bottom: 30px;
	right: 40px;
	z-index: 9;
}

.with-bannerPromo .bookingGadget {
	bottom: 90px;
}

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

.bookingGadget .gc_sh .shortHandCheckRates {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	margin: 0;
	width: 155px;
	height: auto;
	padding: 35px 35px 95px;
	font-family: 'Kameron', serif;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	position: relative;
	background: url("../covell_hotel_bin/book_button.png") no-repeat center;
}

.bookingGadget .gc_sh .shortHandCheckRates:hover {
	background: url("../covell_hotel_bin/book_button_hover.png") no-repeat center;
}

.bookingGadget .gc_sh .shortHandCheckRates, .bookingGadget .gc_sh .shortHandCheckRates::after {
	-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;
}


/** @area Booking gadget fixed **/

.fixedBook .bookingGadget {
	position: fixed;
	top: 25px;
	right: 40px;
	bottom: auto;
	z-index: 100;
}

.fixedBook .bookingGadget .gc_sh .shortHandCheckRates {
	font-size: 14px;
	line-height: 36px;
	color: #1f212a;
	width: auto;
	height: auto;
	padding: 0 60px 0 15px;
	border: 2px solid #1f212a;
	background: url("../covell_hotel_bin/book_keys_black.png") no-repeat 92%;
}

.fixedBook .bookingGadget .gc_sh .shortHandCheckRates::after {
	content: "";
	width: 2px;
	height: 20px;
	background: #1f212a;
	display: block;
	position: absolute;
	right: 45px;
	top: 8px;
}

.fixedBook .bookingGadget .gc_sh .shortHandCheckRates:hover {
	background: #8ec6e3 url("../covell_hotel_bin/book_keys.png") no-repeat 92%;
	border: 2px solid #8ec6e3;
	color: #fff;
}

.fixedBook .bookingGadget .gc_sh .shortHandCheckRates:hover::after {
	background: #fff;
}


/**
 * @area Flash container
 */
.flashContainer {
	background: url("../covell_hotel_bin/main_bg.jpg") repeat center;
	z-index: 1;
	height: 0;
	position: relative;
}

.flashContainer .gcb_container_sized::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 184px;
	background: url("../covell_hotel_bin/top_shadow.png") repeat-x 0 0;
	display: block;
	z-index: 2;
}

.flashContainer .gcb_container .gcb_image_loading {
	top: 50%;
	left: 0;
	margin-left: -110px;
}

.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 {
	left: 50%;
	margin-left: -22%;
	bottom: 24%;
	width: 44%;
	font-size: 26px;
	line-height: 28px;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	text-align: center;
	font-family: 'Kameron', serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#main .gcb_navigation {
	top: 40px;
	right: 40px;
	width: 50px;
	z-index: 100;
}

#main .gcb_navigation_arrow {
	width: 17px;
	height: 30px;
	opacity: 0;
	filter:alpha(opacity=0);
	background: url("../covell_hotel_bin/banner_nav.png") no-repeat 0 0;
}

#main .previous
{
	background-position: 0 0;
}

#main .next
{
	background-position: 0 -31px;
	float: right;
}

#main:hover .gcb_navigation .previous,
#main:hover .gcb_navigation .next {
	opacity: 0.4;
	filter:alpha(opacity=40);
}

#main .gcb_navigation .previous:hover,
#main .gcb_navigation .next:hover {
	opacity: 0.85;
	filter:alpha(opacity=85);
}


#main .gcb_navigation_paginator {
	display: 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,
.hotel-gallery .container .holder {
	max-width: 100%;
}

/**
 * quicklinks area
 **/

.quicklinks {
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 10;
	text-align: left;
}

.with-bannerPromo .quicklinks {
	bottom: 90px;
}

.quicklinks ul {
	overflow: hidden;
	float: right;
	clear: both;
}

.quicklinks li {
	line-height: 26px;
}

.quicklinks li a {
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	background: rgba(255,255,255,0.9);
	padding: 0 15px;
	display: inline-block;
}

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

/**
 * @area Languages 
 */
.languages {
	overflow: hidden;
	background: rgba(255,255,255,0.9);
	display: inline-block;
	float: left;
	margin-bottom: 2px;
}

.languages ul {
	padding-left: 15px;
}

.languages li {
	float: right;
	line-height: 20px;
}

.languages li a {
	color: #1f212a;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 20px;
	text-align: right;
	padding: 0 10px 0 0;
	background: none;
	-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;
}

.languages li a.active, .languages li a:hover {
	color: #8ec6e3;
}



/**
 * @area Page content Block
 */

.with-bannerGadget .contentBlock, .with-bannerPromo .contentBlock, .with-bannerImg .contentBlock,
.hotel-directions .contentBlock {
	margin-top: 0;
}

.contentBlock {
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin-top: 90px;
	background: url("../covell_hotel_bin/main_bg.jpg") repeat center;
	-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;
}

.hotel .contentBlock {
	visibility: hidden;
}

/** Page title **/

.container .pageTitle::after, .contentBlock h1::after {
	content: "";
	width: 50px;
	height: 39px;
	background: url("../covell_hotel_bin/h1_icon.png") no-repeat center;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}

.container .pageTitle, .contentBlock h1, .contentBlock h2, .contentBlock h3 {
	clear: both;
	font-family: 'Kameron', serif;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 4px;
	position: relative;
	display: inline-block;
}

.contentBlock h1, .container .pageTitle {
	padding: 5px 0 55px;
	margin: 80px 5% 50px;
	font-size: 30px;
	line-height: 50px;
	border-top: 1px solid #b8b6b7;
}

.contentBlock h2 {
	font-size: 24px;
	line-height: 30px;
	margin: 45px 0 30px;
}

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

.contentBlock p {
	position: relative;
	margin: 0 0 12px;
	clear: both;
	text-align: center;
}

.imgLinksBlock p:last-of-type, .imgLinksBlockBottom p:last-of-type {
	display: none;
}

.contentBlock hr {
	border: none;
	margin: 30px;
	overflow: hidden;
}

.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;
	padding: 20px 0;
	margin: 0 0 20px 0;
}

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

.contentBlock ul li
{
	padding-left: 15px;
	background: url("../covell_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;
}


/** @area Container **/

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

/** Content **/

.content {
	float: left;
	padding-bottom: 80px !important;
	position: relative;
	width: 100%;
}

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

.with-sidebar .content {
	width: 62%;
	margin-left: 2%;
}

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

/** Content - rooms / special offers / products pages **/

.hotel-rooms.with-sidebar .content,
.hotel-special-offers.with-sidebar .content,
.hotel-products.with-sidebar .content,
.hotel-gallery.with-sidebar .content,

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

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

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

/** Left Column **/

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

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

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

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

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

#sidebar a
{
	text-decoration: none;
}

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




/**
 * @area Bottom block
 */

.imgFooter {
	background: url("../covell_hotel_bin/footerLogo.jpg") no-repeat center;
	width: 52px;
	height: 58px;
	display: block;
	margin: 70px auto 30px;
}

.hoteladdress {
	width: 50%;
	overflow: hidden;
	margin: 0 auto 40px;
}

.hoteladdress address {
	font-style: normal;
}


/* social media */
.socialmedia {
	overflow: hidden;
	margin-bottom: 40px;
}

.socialmedia ul {
}

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

.socialmedia li a {
	text-indent: -9999px;
	display: block;
	background: url("../covell_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 a:hover {
	opacity: 0.4;
	filter:alpha(opacity=40);
}

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

.socialmedia .googleplus a {
	background-position: -34px 0;
}

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

.socialmedia .pinterest a {
	background-position: -116px 0;
}

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

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


/** footer menu area */

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

.footerMenu li {
	display: inline-block;
	margin: 0 10px;
}

.footerMenu a {
	text-transform: uppercase;
	font-size: 10px;
}

/* New footer seals Nov2010 */
#seals
{
	background: #1f212a;
	width: 100%;
	height: 30px;
	overflow: hidden;
	position: relative;
	z-index: 51;
}

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

.security
{
	height: 30px;
	float: right;
}

.powered
{
	height: 30px;
	float: left;
}



/**
 * @area RoomTypes opened
 */


.roomContainer.room-opened {
	width: auto;
	position: absolute !important;
	top: 0;
	left: 10px;
	right: 10px;
	height: auto;
	background: rgba(0,0,0,0.05);
	padding: 0;
}

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

.roomContainer.room-opened .roomName::after {
	content: "";
	width: 40px;
	height: 2px;
	background: #1f212a;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
}

.roomContainer.room-opened .roomName h2 {
	padding: 30px 0px 15px;
	margin: 0;
	font-size: 30px;
	line-height: 36px;
	color: #1f212a;
	position: relative;
}

.roomContainer.room-opened .roomPhoto {
	top: 140px;
	height: auto;
	background: rgba(0,0,0,0.1);
	left: 0;
	right: 0;
	bottom: auto;
}

.roomContainer.room-opened .roomDescription.mealplan {

}

.roomContainer.room-opened .roomDescription, .roomContainer.room-opened .mealplan,
.roomContainer.room-opened .roomRestrictions, .roomContainer.room-opened .minRate,
#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,
.roomContainer.room-opened .roomName h2::before,
.roomContainer.room-opened .roomName h2::after {
	display: none;
}


/**
 * @area RoomTypes
 */

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

 }

.roomContainer {
	position: relative;
	text-align: center;
	width: 50%;
	padding: 0 10px;
	height: 350px;
	float: left;
	cursor: pointer;
	clear: none;
	margin-bottom: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.roomContainer .roomName {
	position: relative;
	margin: 150px 10% 0;
	z-index: 999;
	background: url("../covell_hotel_bin/keys_white.png") no-repeat center bottom;
}

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

.roomContainer .roomName h2::before, .roomContainer .roomName h2::after {
	content: "";
	width: 11px;
	height: 11px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	background: url("../covell_hotel_bin/cross_white.png") no-repeat center;
}

.roomContainer .roomName h2::before {
	left: 0;
}

.roomContainer .roomName h2::after {
	right: 0;
}

/*.roomContainer.room-opened .roomName h2 {
	background: none;
}*/

.roomContainer .minRate {
	width: auto;
	position: relative;
	z-index: 9;
	margin-bottom: 640px;
	display: none;
}

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

.roomContainer .roomPhoto {
	float: none;
	position: absolute;
	top: 0;
	left: 10px;
	right: 10px;
	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: #8ec6e3;
	background: rgba(86,153,188,0.8);
}

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

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

#roomtypes .roomPhoto a {
	pointer-events: none;
}

.slidesjs-navigation {
	pointer-events: auto !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;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

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

.roomContainer .roomDescription p {
	width: 60%;
	margin: 0 auto;
	padding: 3% 0;
	text-align: center;
	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: -50px;
	left: 0;
	width: 70px;
	line-height: 70px;
	height: 70px;
	text-decoration: none;
	color: #FFFFFF;
	background: url("../covell_hotel_bin/seemore.png") no-repeat center;
	text-indent: -999999px;
	display: none;
}

.roomContainer .roomDescription ul {
	width: 60%;
	margin: 0 auto;
	clear: none;
	overflow: hidden;
	float: none;
}

.roomContainer .roomDescription li {
	display: inline-block;
	margin-left: 4%;
	text-align: center;
}

.roomContainer .promotions-termsActions {
	width: 100%;
	margin: 0;
	float: none;
	overflow: hidden;
	padding: 0 !important;
	display: none;
}

.roomContainer.room-opened .promotions-termsActions {
	display: block;
}

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

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

.roomContainer .promotions-termsActions .promotions-bgLink {
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 2px;
	width: 30%;
	text-align: center;
	margin: 4% auto 7%;
	text-decoration: none;
	display: block;
	float: none;
	text-transform: uppercase;
	font-family: 'Kameron', serif;
	font-weight: lighter;
	border: 2px solid #1f212a;
}

.roomContainer .promotions-termsActions .promotions-bgLink:hover {
	background: #8ec6e3;
	border: 2px solid #8ec6e3;
	color: #fff;
}

.roomContainer .promotions-termsContent {
	background: #fff; 
	padding: 5.5% 2.5% 2.5%;
	position: absolute;
	bottom: 20px;
	left: 15%;
	right: 15%;
	font-size: 12px;
}

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

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

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

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

/* room custom gallery */
.roomContainer .roomPhoto .slidesjs-navigation {
	margin-top: -22px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	display: none;
}

.roomContainer .roomPhoto .slidesjs-next {
	background: url("../covell_hotel_bin/banner_nav.png") no-repeat bottom right;
	right: 20px;
}

.roomContainer .roomPhoto .slidesjs-previous {
	background: url("../covell_hotel_bin/banner_nav.png") no-repeat top left;
	left: 20px;
}

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

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

/* products vouchers */
#productTypes .container {
	margin: 0;
	padding: 0;
	border: none;
}


/*#productTypes .container.showroom {
	padding-bottom: 40px;
}*/



/**
 * @area Picture Gallery gadget
 */
#pg .pgContainer {
	float: left;
	width: 50%;
	padding: 0 10px;
	margin: 0 0 20px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#pg .pgImage {
	width: 100%;
	height: 380px;
	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: 10px;
	right: 10px;
	top: 0;
	padding: 160px 10% 0;
	text-align: center;
	font-size: 14px;
	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 {
	background: rgba(86,153,188,0.8);
	opacity: 1;
	filter: alpha(opacity=100);
}

#pg .pgContainer .pgText strong {
	display: block;
	padding-bottom: 40px;
	margin: 0;
	font-size: 28px;
	line-height: 32px;
	position: relative;
	font-family: 'Kameron', serif;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: url("../covell_hotel_bin/keys_white.png") no-repeat center bottom;
}

/**
 * @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 13px;
	padding-bottom: 22px;
	width: 70%;
	font-size: 24px;
	line-height: 28px;
	position: relative;
	font-family: 'Volkhov', serif;
	font-style: italic;
}

.promotionsgadget .prgTitle::after {
	content: "";
	width: 58px;
	height: 10px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -29px;
	background: url("../covell_hotel_bin/promoArrow.png") no-repeat center;
}

.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;
	padding: 0px 5px 0px;
	text-align: center;
	font-size: 10px;
	line-height: 150px;
	background: rgba(0,0,0,0.1);
	text-transform: uppercase;
}

.promotionsgadget .prgClick::before {
	content: "";
	width: 90px;
	height: 90px;
	display: block;
	position: absolute;
	top: 29px;
	right: 28px;
	border: 1px solid #000;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

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

/* Promotions banner */

#main .flashContainer .promotionsgadget {
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	background: #fff;
}

#main .flashContainer .prgWrapper {
	padding: 20px 0 15px;
}

#main .flashContainer .promotionsgadget .prgTitle {
	margin: 0 20px 0 0;
	display: inline;
	font-size: 24px;
	padding: 0;
	font-family: 'Volkhov', serif;
	font-style: italic;
}

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

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

#main .flashContainer .prgDescription {
	font-size: 16px;
	float: none;
	width: auto;
	margin: 0;
}

#main .flashContainer .prgClick {
	padding: 0 70px 0 0;
	width: auto;
	background: none;
	left: auto;
	right: 30px;
	font-size: 10px;
	bottom: 50%;
	margin: 0 0 -10px;
	height: auto;
	top: auto;
	font-weight: 600;
	background: url("../covell_hotel_bin/promoArrow.png") no-repeat right center;
}

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


/* 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: 100%;
	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: 15px 0 0;
	font-size: 14px;
	text-align: left;
}

#main #contacts_form #reservationFields .inline {
	margin: 0 15px 0 0;
}

#main #contacts_form #reservationFields #cbnradultsShell {
	margin-bottom: 30px;
}

#main #contacts_form input, .content form input,
#main #contacts_form select, .content form select,
#main #contacts_form textarea, .content form textarea
{
	border: none;
	background: #c1b9ab;
	background: rgba(0,0,0,0.15);
	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;
}

#main #contacts_form select, .content form select
{
	padding: 8px 2px;
	width: 97.6%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #c1b9ab url("../covell_hotel_bin/select.png") no-repeat 98% center;
	background: rgba(0,0,0,0.15) url("../covell_hotel_bin/select.png") no-repeat 98% center;
	font-size: 12px;
	padding-left: 10px;
}

/*.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: #c1b9ab;
}*/

#main #contacts_form #reservationFields select {
	background-position: 88% center;
	padding-left: 10px;
}

#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;
	margin: 0 15px 0 0;
}

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

#main #contacts_form #checkincal {
	left: 0;
	margin-left: 0;
}

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

#main #contacts_form input[type="submit"], .content form input[type="submit"] {
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 2px;
	width: 50%;
	text-align: center;
	margin: 4% auto 7%;
	text-decoration: none;
	display: block;
	float: none;
	text-transform: uppercase;
	padding: 0;
	font-family: 'Kameron', serif;
	font-weight: lighter;
	border: 2px solid #1f212a;
	background: none;
}

#main #contacts_form input[type="submit"]:hover, .content form input[type="submit"]:hover {
	background: #8ec6e3;
	border: 2px solid #8ec6e3;
	color: #fff;
}


/**
 * Transitions CSS
 */
.navigation li a, .quicklinks li a, .footerMenu a, .roomContainer .promotions-termsActions .promotions-bgLink,
#main #contacts_form input[type="submit"], .content form input[type="submit"],
.toggle, .fixedTop .topblock, .hotellogo, .navigation, .bookingGadget
{
	-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;
}

/**
 * @area Image Links
 */

.imagelinkgadget {
	width: 100%;
	position: relative;
	float: left;
	margin: 0 0 20px !important;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.imagelinkgadget a {
	text-decoration: none;
}

.imagelinkgadget a:hover {
	color: #1f212a;
}

.imgImageWrapper {
	line-height: 0;
	position: relative;
	overflow: hidden;
}

.imgImageWrapper::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
}

.imgImageWrapper img {
	width: 100%;
}

.imgContentWrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #fff;
}

.imgTitle {
	font-size: 30px;
	line-height: 36px;
	margin: 30% 5% 9%;
	position: relative;
	font-family: 'Kameron', serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: lighter;
}

.imgTitle::after {
	content: "";
	width: 32px;
	height: 22px;
	background: url("../covell_hotel_bin/keys_white.png") no-repeat center;
	position: absolute;
	bottom: -38px;
	left: 50%;
	margin-left: -16px;
	display: block;
}

.imgTitle span {
	padding: 0 30px;
	position: relative;
}

.imgTitle span::before, .imgTitle span::after {
	content: "";
	width: 11px;
	height: 11px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	background: url("../covell_hotel_bin/cross_white.png") no-repeat center;
}

.imgTitle span::before {
	left: 0;
}

.imgTitle span::after {
	right: 0;
}

.imgDescription {
	overflow: hidden;
	max-height: 45px;
	margin: 0 25% 30px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1.5px;
}

.imgLink {
	background: url("../covell_hotel_bin/imgLinks_more.png") no-repeat center;
	height: 46px;
	text-indent: -9999px;
	opacity: 0;
	filter: alpha(opacity=0);
}

/* small-image */

.small-image {
	width: 50%;
}

.small-image .imgTitle {
	margin-top: 22%;
}

.small-image .imgDescription {
	margin: 0 15% 30px;
}

/* large-image */

.large-image .imgTitle {
	font-size: 40px;
	line-height: 50px;
	margin: 19% 5% 5%;
}

/* text image link */

.small-image.text .imgImageWrapper {
	background: #8ec6e3;
}

.small-image.text .imgImageWrapper img {
	visibility: hidden;
}

.small-image.text .imgImageWrapper::after {
	opacity: 0;
	filter:alpha(opacity=0);
}

.small-image.text .imgTitle {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 25% 15% 0;
}

.small-image.text .imgTitle span {
	padding: 20px 30px;
	display: inline-block;
}

.small-image.text .imgTitle::after {
	bottom: -72px;
}

.small-image.text .imgDescription {
	display: none;
}

.small-image.text .imgLink {
	position: absolute;
	top: 22%;
	left: 0;
	right: 0;
}

/* large 2areas image link */

.large-image-2areas.imagelinkgadget {
	margin: 0 !important;
}

.large-image-2areas.imagelinkgadget:last-of-type {
	margin-bottom: 20px !important;
}

.large-image-2areas .imgImageWrapper, .large-image-2areas .imgContentWrapper {
	width: 50%
}

.large-image-2areas .imgImageWrapper::after {
	opacity: 0;
	filter:alpha(opacity=0);
}

.large-image-2areas .imgContentWrapper {
	position: absolute;
	bottom: 0;
}

.large-image-2areas:nth-of-type(odd) .imgImageWrapper {
	float: left
}

.large-image-2areas:nth-of-type(even) .imgImageWrapper {
	float: right;
}

.large-image-2areas:nth-of-type(even) .imgContentWrapper {
	left: 0;
	right: auto;
}

.large-image-2areas:nth-of-type(odd) .imgContentWrapper {
	right: 0;
	left: auto;
}

.large-image-2areas .imgContentWrapper {
	color: #1f212a;
}

.large-image-2areas .imgTitle, .large-light-image .imgDescription {
	margin: 20% 5% 10%;
}

.large-image-2areas .imgTitle::after {
	background: url("../covell_hotel_bin/keys_black.png") no-repeat center;
}

.large-image-2areas .imgTitle span::before, .large-image-2areas .imgTitle span::after {
	background: url("../covell_hotel_bin/cross_black.png") no-repeat center;
}

.large-image-2areas .imgLink {
	position: absolute;
	width: 100%;
	top: 47%;
}

.large-image-2areas:nth-of-type(even) .imgLink {
	right: -100%;
}

.large-image-2areas:nth-of-type(odd) .imgLink {
	left: -100%;
}

/* imagelink sidebar */

.small-sidebar-image {
	padding: 0 !important;
}

.small-sidebar-image .imgTitle {
	margin: 22% 5% 14%;
}

.small-sidebar-image .imgDescription {
	margin: 0 25% 15px;
	line-height: 18px;
}

/* hover */

.small-image:hover .imgImageWrapper::after,
.small-sidebar-image:hover .imgImageWrapper::after,
.large-image.hover .imgImageWrapper::after {
	background: rgba(86,153,188,0.8);
}

.small-image:hover .imgLink,
.large-image.hover .imgLink,
.text:hover .imgImageWrapper::after,
.large-image-2areas:hover .imgLink,
.large-image-2areas:hover .imgImageWrapper::after,
.small-sidebar-image:hover .imgLink,
.popup .imglinkWrapper:hover .imgLink {
	opacity: 1;
	filter:alpha(opacity=100);
}

.large-image-2areas:hover {
	background: rgba(0,0,0,0.05);
}



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

.popupBlock
{
	overflow: hidden;
}

.popupBlock .popup {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	z-index: 9999999;
	margin: 0 !important;
	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: 400px;
	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;
	overflow: hidden;
}

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

.popup .imgTitle {
	margin: 34% 5% 13%;
}

.popup #closePopup {
	position: absolute;
	top: 0;
	right: -40px;
	width: 40px;
	height: 40px;
	background-color: #1f212a;
	background: rgba(0,0,0,0.6);
	cursor: pointer;
	display: block;
}

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

.popup #closePopup:hover {
	background-color: #1f212a;

}

.popup #closePopup:hover span {
	background: url("../covell_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);
}

.imagelinkgadget.popup:hover .imgImageWrapper::after {
	background: rgba(0,0,0,0.3);
}

.imagelinkgadget.popup .imglinkWrapper:hover .imgImageWrapper::after {
	background: rgba(86,153,188,0.8);
}


/** Image Links Transitions **/

.popup #closePopup, .popup .imgLink, .popup #closePopup span, .imgImageWrapper::after, .imgLink, .large-image-2areas
{
	-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;
}

/* 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: 1024px) {

	.hotellogo {
		margin: 30px 0 0 10px;
	}

	.navigation {
		right: 205px;
		left: 225px;
	}

	.fixedTop .navigation {
		right: 240px;
		left: 140px;
	}

	.navigation li a {
		padding: 0 8px;
	}

	.fixedBook .bookingGadget .gc_sh .shortHandCheckRates {
		font-size: 12px;
		line-height: 30px;
	}

	.fixedBook .bookingGadget .gc_sh .shortHandCheckRates::after {
		height: 16px;
		top: 7px;
	}

	.small-image .imgTitle {
		margin-top: 15%;
	}

	.imgTitle {
		font-size: 26px;
		line-height: 30px;
	}

	.imgTitle::after {
		bottom: -32px;
	}

	.small-image.text .imgTitle span {
		padding: 13px 30px;
	}

	.large-image .imgTitle {
		margin: 16% 5% 5%;
	}
}

@media all and (max-width: 800px) {
	.navigation li {
	  display: none;
	}
	.navigation ul select {
	  display: block;
	}
}

/** responsive stuff rooms /special offers page **/

@media all and (min-width: 1600px) {

	#main .roomContainer.room-opened .roomPhoto .slidesjs-container,
	#main .roomContainer.room-opened .roomPhoto .slidesjs-container .slidesjs-control {
		height: 855px !important;
	}

	.roomContainer .minRate {
		margin-bottom: 910px;
	}
}

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

	#main .roomContainer.room-opened .roomPhoto .slidesjs-container,
	#main .roomContainer.room-opened .roomPhoto .slidesjs-container .slidesjs-control {
		height: 855px !important;
	}

	.roomContainer .minRate {
		margin-bottom: 910px;
	}
}


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

	#main .roomContainer.room-opened .roomPhoto .slidesjs-container,
	#main .roomContainer.room-opened .roomPhoto .slidesjs-container .slidesjs-control {
		height: 770px !important;
	}

	.roomContainer .minRate {
		margin-bottom: 825px;
	}
}

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

	#main .roomContainer.room-opened .roomPhoto .slidesjs-container,
	#main .roomContainer.room-opened .roomPhoto .slidesjs-container .slidesjs-control {
		height: 730px !important;
	}

	.roomContainer .minRate {
		margin-bottom: 780px;
	}
}

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

	#main .roomContainer.room-opened .roomPhoto .slidesjs-container,
	#main .roomContainer.room-opened .roomPhoto .slidesjs-container .slidesjs-control {
		height: 680px !important;
	}

	.roomContainer .minRate {
		margin-bottom: 730px;
	}
}

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

	#main .roomContainer.room-opened .roomPhoto .slidesjs-container,
	#main .roomContainer.room-opened .roomPhoto .slidesjs-container .slidesjs-control {
		height: 615px !important;
	}

	.roomContainer .minRate {
		margin-bottom: 670px;
	}
}

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

	#main .roomContainer.room-opened .roomPhoto .slidesjs-container,
	#main .roomContainer.room-opened .roomPhoto .slidesjs-container .slidesjs-control {
		height: 540px !important;
	}

	.roomContainer .minRate {
		margin-bottom: 590px;
	}
}

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

	#main .roomContainer.room-opened .roomPhoto .slidesjs-container,
	#main .roomContainer.room-opened .roomPhoto .slidesjs-container .slidesjs-control {
		height: 475px !important;
	}

	.roomContainer .minRate {
		margin-bottom: 530px;
	}
}

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

	#main .roomContainer.room-opened .roomPhoto .slidesjs-container,
	#main .roomContainer.room-opened .roomPhoto .slidesjs-container .slidesjs-control {
		height: 375px !important;
	}

	.roomContainer .minRate {
		margin-bottom: 430px;
	}
}

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

	#main .roomContainer.room-opened .roomPhoto .slidesjs-container,
	#main .roomContainer.room-opened .roomPhoto .slidesjs-container .slidesjs-control {
		height: 330px !important;
	}

	.roomContainer .minRate {
		margin-bottom: 380px;
	}
}

/*
 * on tablets 
 */


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

/* newsletter form */

.hotel-subscribe .content form {
	width: auto;
}

/* hotel directions */

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

#map_canvas {
	margin-right: 0;
	margin-left: 0;
	width: 100% !important;
	height: auto !important;
	position: absolute;
	top: 90px;
	left: 0;
	bottom: 0;
}

.hotel-directions .quicklinks {
	bottom: 0;
}

/*
 * scroll area
 */

.scroll {
	position: absolute;
	z-index: 80;
	cursor: pointer;
	width: 30px;
	height: 17px;
	opacity: 0.85;
	filter: alpha(opacity=85);
	}

.scroll:hover {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

#scrolldown {
	background: url("../covell_hotel_bin/scrolldown.png") no-repeat center;
	text-indent: -9999px;
	top: 0;
	left: 50%;
	margin-left: -15px;
	display: none;
}

.with-bannerPromo #scrolldown {
	margin-top: -70px;
}

.scrolling #scrolldown {
	display: none !important;
}

#scrolltop {
	background: url("../covell_hotel_bin/scroll_top.png") no-repeat center;
	filter: alpha(opacity=0);
	opacity: 0;
	text-indent: -99999px;
	position: fixed;
	bottom: 50px;
	right: 30px;
	-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=80);
	opacity: 0.8;
}


#main #shadowbox_body {
	border: none;
}


