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

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

body {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: lighter;
	color: #04007c;
	margin: 0;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	font-family: Gill Sans, 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

body.menuOpened {
	overflow-y: hidden;
}

a:visited, a, a:link, a:focus {
  border: 0px;
  outline: 0px;
  color: #04007c;
  text-decoration: none;
}

a:hover {
	color: #83724e;
	text-decoration: none;
}

.content a {
	display: table-cell;
	text-transform: uppercase;
    border-bottom: 1px solid rgb(4,0,124);
    width: auto;
    padding: 10px 0 0;
}

.homepage .content a:after {
	content: "";
	display: block;
	position: absolute;
	width: 55%;
	height: 1px;
	left: 0;
	background: rgba(4,0,124,0.3);
}

p:empty {
	display: none !important;
}

nav ul, .languages ul {
	padding: 0;
}

nav li, .languages li {
	display: inline-block;
}

hr {
	border: none;
    padding: 30px 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

section {
	clear: both;
	overflow: hidden;
}

*::-moz-selection {
  background-color: #83724e;
  color: #fff;
}

*::selection {
  background-color: #83724e;
  color: #fff;
}

/*
 * website sprite image
 */

.scroll span,
.flashContainer .gcb_navigation_arrow.previous,
.flashContainer .gcb_navigation:hover .gcb_navigation_arrow.previous,
.flashContainer .gcb_container:hover .previous,
.flashContainer .gcb_navigation_arrow.next,
.flashContainer .gcb_navigation:hover .gcb_navigation_arrow.next,
.flashContainer .gcb_container:hover .next,
.socialmedia li a,
#bottomblock .dhmlogo,
.stage1 .scrollArrow span
{
	background-image: url("../thecrest_hotel_bin/sprite.png");
	background-repeat: no-repeat;
}

/*
 * loader area
 */

#loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #04007c;
}

#loader .loader {
	display: table;
	width: 100%;
	height: 100%;
}

#loader h1 {
	position: relative;
	color: rgba(0, 0, 0, .3);
	font-size: 26px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	font-family: Gill Sans, 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: lighter;
	letter-spacing: 2px;
	color: #04007c;
	letter-spacing: 1px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#loader h1:before {
	content: "THE CREST";
	position: absolute;
	overflow: hidden;
	max-width: 7em;
	white-space: nowrap;
	color: #fff;
	-webkit-animation: loading 2s linear;
	        animation: loading 2s linear;
}

@-webkit-keyframes loading {
	0% {
		max-width: 0;
	}
}

@keyframes loading {
	0% {
		max-width: 0;
	}
}

#loader:after {
	content: "";
	position: absolute;
	bottom: 16px;
	left: 28px;
	width: 140px;
	height: 25px;
	background: url("../thecrest_hotel_bin/gc_loading.png") no-repeat;
}



/**
  * Website areas
  **/

#topblock {
	position: fixed;
	height: 150px;
	top: 0;
	right: 0;
	left: 0;
	z-index: 3;
	padding: 25px 75px 0;
}

.scroll2 #topblock {
	top: -220px;
	height: 90px;
	padding: 0 75px;
}

.stage1 #topblock {
	top: 0;
	z-index: 3;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	transition-property: top;
	transition-duration: 1s;
	transition-timing-function: ease-out;
}

#centerblock {
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background: #000;
}

.with-bannerImg #centerblock {
	position: relative;
    height: auto !important;
    max-height: 550px !important;
    top: 0 !important;
}

#contentblock {
	position: relative;
	z-index: 1;
	background: #fff;
}

.with-bannerImg #contentblock {
	margin-top: 0 !important;
}

.no-banner #contentblock {
	margin-top: 35px;
}

#bottomblock {
	overflow: hidden;
	position: relative;
	z-index: 1;
}


/** hotel logo area **/

.hotellogo {
	position: relative;
	width: 175px;
	float: left;
	z-index: 1;
}

.hotellogo a {
	display: block;
	height: 100%;
	position: relative;
}

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

.scroll2 .hotellogo img {
	display: none;
}

.scroll2 .hotellogo span {
	background: url("../thecrest_hotel_bin/hotel_logo_scroll.png") no-repeat left center;
	height: 90px;
	width: 100px;
}


/** Booking engine area **/

.bookinggadget {
    max-width: 220px;
    position: absolute;
    clear: none;
    right: 75px;
    top: 79px;
    overflow: visible;
}

.gcBookingGadget form > div {
	display: none;
}

.bookinggadget .gc_sh * {
	font: 16px Gill Sans, 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: lighter;
}

.bookinggadget .gc_sh .gc_horizontalSh .shortHandTitle,
.booking-bar {
    display: block;
    color: #fff;
    width: auto;
    position: absolute;
    bottom: -24px;
    border-right: none;
    font-size: 14px;
    font-weight: lighter;
    text-align: center;
    margin: 0;
    padding: 0;
    right: -20px;
    left: -20px;
    letter-spacing: 0;
    font-weight: normal;
    text-transform: uppercase;
}

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

.bookinggadget .gc_sh .shortHandCheckRates,
.bookinggadget > a {
	min-width: 160px;;
    height: 40px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 40px;
    text-align: center;
    color: #04007c;
    background: #fff;
    padding: 0 20px;
    position: relative;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition-property: color;
    transition-duration: 0.3s;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

.bookinggadget .gc_sh .shortHandCheckRates:hover,
body:not(.isTouchDevice) .bookinggadget > a:hover {
	position: relative;
    color: #fff !important;
}

.bookinggadget .gc_sh .shortHandCheckRates::before,
.bookinggadget > a::before {
    content: "";
    position: absolute;
    display: block;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #82714d;
    cursor: pointer;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}

.bookinggadget .gc_sh .shortHandCheckRates:hover::before, body:not(.isTouchDevice) .bookinggadget > a:hover::before, body:not(.isTouchDevice) .externalButton a:hover::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
}

/*.bookinggadget .gc_sh .shortHandCheckRates:hover,
.bookinggadget > a:hover,
.scroll2 .bookinggadget .gc_sh .shortHandCheckRates:hover,
.scroll2 .bookinggadget > a:hover {
    color: #fff;
    background: #82714d;
}*/

.scroll2 .bookinggadget {
	top: 19px;
}

.scroll2 .bookinggadget .gc_sh .gc_horizontalSh .shortHandTitle,
.scroll2 .booking-bar {
	color: #04007c;
}

.scroll2 .bookinggadget .gc_sh .shortHandCheckRates,
.scroll2 .bookinggadget > a {
	color: #fff;
    background: #04007c;
}

.scroll2 .bookinggadget .gc_sh .shortHandCheckRates,
.scroll2 .bookinggadget > a {
	color: #fff;
    background: #04007c;
}

/** toggle area **/

.toggleblock {
    float: right;
    position: relative;
    width: 40px;
    top: 19px;
}

.toggle {
	height: 28px;
    line-height: 80px;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    width: auto;
    display: block;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
}

.toggle:hover {
	color: #04007c;
	text-decoration: none;
}

.toggle span {
    background: url("../thecrest_hotel_bin/menu_icon.png") no-repeat center;
    display: block;
    width: 40px;
    height: 100%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.toggle:hover span {
	background: url("../thecrest_hotel_bin/menu_icon.png") no-repeat center;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.menuOpened .toggle span {
	background: url("../thecrest_hotel_bin/menu_icon_close.png") no-repeat center;
}

.menuOpened .toggle:hover span {
	background: url("../thecrest_hotel_bin/menu_icon_close.png") no-repeat center;
}

/** menu stuff **/

.nav {
	height: 26px;
	overflow: hidden;
}

.navigation {
	position: relative;
	text-align: center;
	margin: 65px 190px 0;
}

.navigation li {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.navigation li a {
	color: #fff;
	padding: 0 10px;
	text-transform: uppercase;
    font-size: 0.8em;
}

#magic-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background: rgba(255,255,255,1);
}

.scroll2 .navigation {
	margin: 30px 190px 0;
}

.scroll2 .navigation li {
	border-bottom: 1px solid rgba(4,0,124,0.3);
}

.scroll2 .navigation li a {
	color: #04007c;
}

.scroll2 #magic-line {
    background: rgba(4,0,124,1);
}

/**
  * Center Block area
  **/


/** banner **/

.flashContainer {
	z-index: 1;
	height: 90% !important;
	position: relative;
}

.flashContainer:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 330px;
    width: 100%;
    z-index: 2; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.flashContainer img {
    width: 100%;
    height: auto;
}

.flashContainer .gcb_container {
	overflow: visible;
}

.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 .gcb_image_current:before,
.flashContainer .gcb_image_next:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,0.1);
}

.flashContainer .gcb_image_legend {
	bottom: auto;
	top: 48%;
	width: 70%;
	text-shadow: 0 2px 2px #000;
	text-align: center;
	font-family: 'Playfair Display', 'Times New Toman', Times, serif;
	font-size: 3em;
	line-height: 1em;
	left: 15%;
	right: 15%;
}

.flashContainer .gcb_image_legend strong {
	display: block;
	font-size: 40px;
	font-weight: normal;
}

.flashContainer .gcb_navigation {
    top: 70%;
    bottom: auto;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    right: auto;
    z-index: 100;
}

.flashContainer .gcb_navigation_arrow {
	width: 42px;
	height: 10px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.flashContainer .gcb_navigation_arrow.previous,
.flashContainer .gcb_navigation:hover .gcb_navigation_arrow.previous,
.flashContainer .gcb_container:hover .previous {
	background-position: 0 0;
}

.flashContainer .gcb_navigation_arrow.next,
.flashContainer .gcb_navigation:hover .gcb_navigation_arrow.next,
.flashContainer .gcb_container:hover .next {
	background-position: 0 -31px;
	float: right;
}

.flashContainer .gcb_navigation_paginator {
	display: none;
}

.flashContainer:hover .gcb_navigation_arrow, .flashContainer .gcb_navigation:hover .gcb_navigation_arrow {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.flashContainer .gcb_navigation .gcb_navigation_arrow.previous:hover, .flashContainer .gcb_navigation .gcb_navigation_arrow.next:hover {
	opacity: 0.8 !important;
	filter: alpha(opacity=80) !important;
}


/*
bottom bar
*/
.bottombar {
	background: #fff;
    height: 10%;
    padding-top: 23px;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.quicklinks {
	left: 75px;
	position: relative;
	float: left;
}

.quicklinks li {
	display: inline-block;
	border-bottom: 1px solid rgba(4,0,124,0.3);
}

.quicklinks li a,
.languages li a {
	font-size: 0.7em;
	color: #04007c;
	text-transform: uppercase;
	padding: 0 5px;
}

.quicklinks li:hover {
	border-bottom: 1px solid rgba(4,0,124,1);
}

.languages  {
	right: 75px;
	float: right;
	position: relative;
}

.languages li {
	border-bottom: 1px solid rgba(4,0,124,0.3);
}

.languages li:hover {
	border-bottom: 1px solid rgba(4,0,124,1);
}

.languages li .active {
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(4,0,124,1);
}

@keyframes scrollAnimation {
    0% {bottom: 28px;}
    50% {bottom: 30px;}
    100% {bottom: 28px;}
}
@-webkit-keyframes scrollAnimation {
	0% {bottom: 28px;}
    50% {bottom: 30px;}
    100% {bottom: 28px;}
}

.scrollArrow {
	display: block;
    z-index: 1;
    position: fixed;
    bottom: 3%;
    height: 30px;
    left: 50%;
    margin-left: -18px;
    font-size: 0.6em;
    text-decoration: none;
    text-transform: uppercase;
    color: #04007c;

}

.scrollArrow span {
	width: 30px;
    height: 30px;
    left: 0;
    margin-bottom: -30px;
	position: absolute;
	cursor: pointer;
	background-position: 13px -45px;
	-webkit-animation: scrollAnimation 1.2s infinite;
	animation: scrollAnimation 1.2s infinite;
}

.scrolling .scrollArrow {
	display: none;
}

.scrollArrow.scrolltop {
	display: block;
	position: absolute;
	color: #fff;
    z-index: 2;
    bottom: 110px;
    margin-left: 75px;
    left: 0;
    font-weight: 400;
}


.scrollArrow.scrolltop {
	color: #fff;
    z-index: 2;
    bottom: 90px;
    margin-left: 75px;
    left: 0;
    font-weight: 400;
}

.scrollArrow.scrolltop span {
	background-position: -50px -45px;
}


/*
Content Block area
*/


#c1 {
	position: relative;
	background: #fff;
}

#c1:before {
	content: "";
	display: block;
	position: absolute;
	width: 317px;
	height: 211px;
	left: 50%;
	margin-left: -100px;
	top: 70px;
	background: url("../thecrest_hotel_bin/c1_before.png") no-repeat;
}

.hotel-gallery #c1:before,
.hotel-directions #c1:before {
	display: none;
}

#c2 {
	background: #ebe8e5;
	/*overflow: visible;*/
}

#c2:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50px;
    background: #111222;
}

#c2.content .holder {
	margin: 0 75px;
	background: #fff;
	padding: 0;
}

#c3 {
	background: #EBE8E5;
}

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

.content .holder {
	overflow: hidden;
	padding: 100px 0 0;
}

.content .holder > p,
.content .holder > h2,
.content .holder > h3,
.content .holder > ul,
.content .holder > li {
    margin-left: 75px;
    margin-right: 75px;
    width: 41%;
    float: right;
    display: block;
}

.hotel-contacts .content .holder > p {
	width: auto;
    float: none;
}

.content .holder > * {
	margin-left: 75px;
    margin-right: 75px;
}

/** headings **/
#contentblock h1 {
	font-size: 1.8em;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: lighter;
	font-family: Gill Sans, 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

#contentblock h1:first-of-type {
	float: left;
	width: 40%;
    margin-right: 0;
    margin-left: 75px;
}

#contentblock h2, #contentblock h3 {
	position: relative;
	font-family: 'Playfair Display', 'Times New Toman', Times, serif;
	font-weight: lighter;
}

#contentblock h2 {
	font-size: 20px;
	line-height: 24px;
}

#contentblock h3 {
	font-size: 18px;
	line-height: 22px;
}

#contentblock ul li {
	padding-left: 1.5%;
	background: url("../thecrest_hotel_bin/sprite.png") no-repeat;
	background-position: 0 -282px;
	display: block;
}

/*#contentblock p strong {
	float: left;
	font-size: 120px;
	text-transform: lowercase;
	line-height: 50px;
	font-family: 'Playfair Display', 'Times New Toman', Times, serif;
	-webkit-font-smoothing: antialiased;
}*/


#contentblock p strong {
	font-family: 'Playfair Display', 'Times New Toman', Times, serif;
	-webkit-font-smoothing: antialiased;
}

#contentblock img {
	width: 100%;
}


/** Promotion gadget **/

#contentblock .promotionsgadget {
	width: 41%;
    height: 125px;
    margin: 30px 75px;
    position: relative;
    text-align: left;
    float: right;
}

.promotionsgadget .prgWrapper {
	padding-left: 145px;
	overflow: hidden;
}

.promotionsgadget .prgTitle {
	margin: 10px 0;
	position: relative;
	font-family: 'Playfair Display', 'Times New Toman', Times, serif;
	font-size: 20px;
    line-height: 24px;
}

.promotionsgadget .prgImgWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 125px;
}

.promotionsgadget .prgClick {
	position: absolute;
	bottom: 10px;
	left: 145px;
	padding-right: 35px;
	height: 25px;
	text-transform: uppercase;
	font-size: 0.7em;
}

.content .promotionsgadget .prgClick:after {
    content: "";
    display: block;
    position: absolute;
    width: 92%;
    left: -12%;
    height: 1px;
    background: rgba(4,0,124,0.3);
}

.promotionsgadget .prgDescription {

}

/** banner promotion gadget **/

#centerblock .flashContainer .promotionsgadget {
	position: absolute;
	right: 0;
	left: 0;
	top: 58%;
	bottom: auto;
	right: 70px;
	width: 100%;
	height: auto;
	text-align: center;
	opacity: 1;
	filter: alpha(opacity=100);
}

.stage1 #centerblock .flashContainer .promotionsgadget {
	display: none;
}

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

.flashContainer .promotionsgadget .prgWrapper {
	padding: 40px 0 0 0;
}

.flashContainer .promotionsgadget .prgTitle {
	font-family: Gill Sans, 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1em;
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 0 2px 2px #000;
}

.flashContainer .promotionsgadget .prgDescription {
	display: none;
}

.flashContainer .promotionsgadget .prgClick {
    position: relative;
    display: inline-block;
    color: #fff;
    float: none;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 0 10px;
    margin: 0;
    height: auto;
    font-family: 'Playfair Display', 'Times New Toman', Times, serif;
    font-style: italic;
    font-size: 1.2em;
    text-shadow: 0 2px 2px #000;
    text-transform: lowercase;
    font-weight: bold;
}


/**
  * imagelinks area
  **/


.imagelinkgadget.enabled {
	opacity: 1;
    visibility: visible;
    transition: opacity .75s ease-in-out;

}

.imagelinkgadget.enabled .imglinkWrapper {
	opacity: 1;
    visibility: visible;
    transition: opacity .75s ease-in-out;
}

.imagelinkgadget .imgContentWrapper {
	opacity: 0;
}

.imagelinkgadget.enabled .imgContentWrapper {
	opacity: 1;
    visibility: visible;
    transition: opacity .75s ease-in-out 1s;
}


.imagelinkgadget {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	opacity: 0;
	max-height: 700px;
}

#c2 .imagelinkgadget {
	background: #fff;
}

.content .holder .imagelinkgadget {
	margin: 0;
}



.imglinkWrapper {
	opacity: 0;
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.imgContentWrapper {
	color: #04007c;
	text-transform: none;
	display: table;
	position: relative;
}

.imgContentWrapperWrap {
	display: table-cell;
	vertical-align: middle;
	padding: 10%;
}

.imagelinkgadget a {
	padding: 0;
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: none;
}

.content .imagelinkgadget a:after {
	display: none;
}

.imgImageWrapper {
    overflow: hidden;
    position: relative;
    height: 100%;
    background-color: #000;
}

.imgImageWrapper span {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}


.imgTitle {
	font-family: 'Playfair Display', 'Times New Toman', Times, serif;
	font-size: 2em;
    line-height: 1em;
    margin-bottom: 35px;
}

.imgDescription {
	margin-bottom: 35px;
}

.imgLink {
	text-transform: uppercase;
	font-size: 0.8em;
}

.imgLink span {
	position: absolute;
	border-bottom: 1px solid rgba(4,0,124,1);
}

.imgLink span:after {
    content: "";
    display: block;
    position: absolute;
    width: 200%;
    left: -100%;
    height: 1px;
    background: rgba(4,0,124,0.3);
    transition: all 0.5s ease;
}

.imgLink:hover span:after {
	left: 0;
	width: 400%;
	transition: all 1s ease;
}

/* large */
.large .imgContentWrapper {
    position: absolute;
    top: 15%;
    right: 0;
    height: 70%;
    width: 50%;
    color: #fff;
    background: rgba(4,0,124,0.6);
}

.large .imgLink span {
	border-bottom: 1px solid rgba(255,255,255,1);
}

.large .imgLink span:after {
    background: rgba(255,255,255,0.3);
}

.large:hover .imgContentWrapper {

}


/* medium large */
.medium-large .imgImageWrapper {
	width: 50%;
	float: right;
}

.medium-large .imgContentWrapper {
	height: 100%;
	width: 50%;
	float: left;
}

.medium-large .imgTitle:before {
	content: "";
	display: block;
	position: absolute;
	width: 103px;
	height: 83px;
	margin-top: -5px;
	background: url("../thecrest_hotel_bin/mediumLarge_before_1.png") no-repeat;
}

.medium-large:nth-child(1) .imgTitle:before {
	margin-top: 35px;
	background: url("../thecrest_hotel_bin/mediumLarge_before_2.png") no-repeat;
}

/* medium */

/* small */
.content .holder .imagelinkgadget.small {
    float: left;
    height: 400px !important;
}

.small .imgContentWrapper {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	color: #fff;
	background: rgba(4,0,124,0.6);
}

.small .imgLink span {
    border-bottom: 1px solid rgba(255,255,255,1);
}

.small .imgLink span:after {
	background: rgba(255,255,255,0.3);
}

/* video */

/* quote */
.quote {
	height: auto !important;
}

.quote .imgTitle {
	display: none;
}

.quote .imgDescription {
	text-align: center;
	font-style: italic;
}

.quote .imgLink {
	position: relative;
	text-align: right;
}

.quote .imgLink span {
	position: relative;
	padding-bottom: 5px;
}

.quote .imgLink span:after {
	right: -95%;
	left: 0;
}

.quote .imgContentWrapperWrap:before {
	content: "";
	display: block;
	position: absolute;
	width: 215px;
	height: 175px;
	left: 50%;
    margin-left: -107px;
    top: 50%;
    margin-top: -87px;
	background: url("../thecrest_hotel_bin/quote_before.png") no-repeat;
}

#c1 .quote {
	background: #111222;
}

#c1 .quote .imgContentWrapper {
	color: #fff;
}

#c1 .quote .imgLink span {
	border-bottom: 1px solid rgba(255,255,255,1);
}

#c1 .quote .imgLink span:after {
    background: rgba(255,255,255,0.3);
}

#c3 .quote {
	background: #fff;
}

#c3 .quote .imgContentWrapperWrap:before {
	background: url("../thecrest_hotel_bin/quote_before_3.png") no-repeat;
}

/* no text */
.notext .imgContentWrapper,
.notext .imgLink {
	display: none;
}

/* no image */
.noimage .imgImageWrapper{
	display: none;
}

.noimage.small .imgContentWrapper {
	color: #04007c;
	background: #f7f7f7;
}

/* no link */

.nolink.imagelinkgadget .imgLink {
	display: none;
}

/** imagelink hover **/

.imagelinkgadget:hover .imgImageWrapper span {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* popup */

body.popupWindow {
	overflow: hidden;
}

.popup.imagelinkgadget {
	position: fixed;
	top: 50%;
	margin-top: -240px !important;
	left: 50%;
	margin-left: -250px !important;
	z-index: 102;
	width: 500px;
	height: 480px !important;
	overflow: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.popup.imagelinkgadget .imglinkWrapper {
	opacity: 1;
}

.popup .imgImageWrapper {
	overflow: hidden;
	height: 480px;
}

.popup .imgImageWrapper:after {
	content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.popup .imglinkWrapper .imgContentWrapper {
	left: 0;
	bottom: 20px;
    position: absolute;
    color: #fff;
}

.overlay {
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 101;
}

.popupWindow .overlay:hover {
	cursor: url("../thecrest_hotel_bin/popup_close.png"),auto;
}

.popupWindow .closePopup {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: #fff;
}

.popupWindow .closePopup span {
	width: 100%;
	height: 100%;
	display: block;
	background: url("../thecrest_hotel_bin/popup_close2.png") no-repeat center;
}


/**
  * Gallery page area
  **/

#pg {
	overflow: hidden;
	position: relative;
	margin-top: 50px;
}

#pg .pgContainer {
	display: none;
}


/**
  * rooms page area
  **/


#contentblock #roomtypes, #contentblock #specialoffers {
    margin: 5% 5% 0;
    overflow: hidden;
    position: relative;
    width: 90%;
}

#contentblock .roomContainer * {
	color: #fff;
}

#contentblock .roomContainer.room-opened * {
	color: #04007c;
}

#contentblock .roomContainer a {
	color: #04007c;
}

#contentblock .roomContainer a:hover {
	color: #a29061;
}

#contentblock .roomContainer.room-opened {
	height: auto !important;
}

#contentblock .roomContainer {
    padding: 0;
    text-align: left;
    margin-bottom: 0;
}

.hotel-rooms #contentblock .roomContainer {
	max-height: none;
}

#contentblock .roomName {
	background: rgba(4,0,124,0.6);
	width: 70%;
	left: 30%;
	margin-top: 25%;
}

#contentblock .minRate {
	background: rgba(4,0,124,0.6);
	width: 70%;
	left: 30%;
	display: none;
}

#contentblock .roomContainer .roomPhoto {
	height: 100%;
	background: #000;
	float: none;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
}

#contentblock .roomContainer .roomPhoto .pgContainer .pgImage {
	height: 100%;
}

#contentblock .roomPhoto .pgImage a img {
	display: none;
}

#contentblock .roomContainer h2 {
	margin: 0;
    font-size: 1.5em;
    line-height: 1.5em;
	text-transform: none;
	padding: 10% 10% 2%;
    overflow: hidden;
}

#contentblock .roomContainer h3 {
	font-size: 0.8em;
	padding: 0 0 0 10%;
	color: #fff;
	font-family: Gill Sans, 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    text-transform: uppercase;
}

#contentblock .roomContainer .promotions-termsActions {
    padding: 0 !important;
    margin: 0;
    left: 30%;
}

#contentblock .roomContainer .promotions-termsActions:before {
	content: "";
	display: block;
	position: absolute;
	width: 70%;
	height: 100%;
	background: rgba(4,0,124,0.6);
	z-index: -1;
}

#contentblock .roomDetails {
	display: none;
}

#contentblock .roomContainer .roomDescription p, #contentblock .roomContainer .roomDescription.mealplan,
#contentblock .roomContainer .roomDescription ul li, #contentblock .roomContainer .roomDescription ol li {
	color: #04007c;
}

#contentblock .roomContainer .roomPhoto .pgContainer label, #contentblock .roomContainer .roomPhoto .pgContainer span {
	color: #04007c;
	background: rgba(255,255,255,0.65);
}

#contentblock .roomContainer .roomDescription p {
	margin: 0 auto;
}

#contentblock .roomContainer .roomDescription ul {
	position: relative;
	width: 80%;
	float: left;
	padding: 35px 0 0;
}

#contentblock .roomContainer .roomDescription ul li, #contentblock .roomContainer .roomDescription ol li {
	padding-left: 2.5%;
	background: url("../thecrest_hotel_bin/sprite.png") no-repeat;
	background-position: 0 -282px;
}

#contentblock .roomContainer .promotions-termsActions .promotions-bgLink {
	width: auto;
	text-align: center;
	line-height: 30px;
    font-size: 0.8em;
	margin: 5% 0 15% 7%;
	color: #04007c;
	text-transform: uppercase !important;
	font-family: Gill Sans, 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: normal;
    border: none;
    background: #fff;
    padding: 0 20px;
}

#contentblock .roomContainer .promotions-termsActions .promotions-bgLink:hover {
	color: #fff;
	background: #a29061;
	text-decoration: none;
}


#contentblock .roomContainer .promotions-termsActions .promotions-showTermsTrigger {
	position: absolute;
    bottom: 0;
    right: -15px;
    width: 220px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: lighter;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
    border: none;
    padding: 0;
}

#contentblock .roomContainer .promotions-termsActions .promotions-showTermsTrigger:hover {
	color: #83724e;
}

#contentblock .roomContainer .promotions-termsContent {
	margin-top: 0;
    top: 455px;
    left: 50%;
    margin-left: -25%;
    float: left;
    width: 50%;
	display: none;
	background: #eeeeee;
	position: absolute;
}

#contentblock .roomContainer .promotions-termsContent .promotions-closeTerms {
    background: #04007c url("//static.guestcentric.net/cdn/wsbdev/wsbdev_bin/close_terms.png") no-repeat 30px;
    font-size: 10px;
    height: 30px;
    line-height: 12px;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding-left: 65px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}

#contentblock .roomContainer .promotions-termsContent .promotions-closeTerms:hover {
	color: #83724e;
	text-decoration: none;
}

#contentblock .roomContainer .promotions-termsContent .promotions-termsText,
#contentblock .promotions-termsContent .promotions-cancelText {
    color: #04007c;
    padding: 20px 40px 0;
    float: right;
    font-size: 14px;
    width: 100%;
}

#contentblock .promotions-termsContent .promotions-cancelText {
	padding: 0 40px 20px;
}

#contentblock .promotions-termsContent .promotions-cancelText * {
	color: #04007c;
}



/** room-opened **/

#contentblock .roomContainer.room-opened {
	padding: 500px 60px 0 0;
	background: none;
	width: 100%;
	width: calc(100% - 30px);
    margin: 0 15px;
}

.hotel-rooms #contentblock .roomContainer.room-opened {
	padding: 56.25% 60px 0 0;
}

.hotel-rooms .slick-list {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

#contentblock .roomContainer.room-opened .roomPhoto {
	height: 480px;
    width: 100%;
    background: rgba(0,0,0,0.1);
    left: auto;
    right: auto;
    position: relative;
    overflow: hidden;
}

.hotel-rooms #contentblock .roomContainer.room-opened .roomPhoto {
	height: 0;
	padding-top: 56.25%;
}

#contentblock .roomContainer.room-opened .roomDescription.mealplan {
	width: auto;
	float: left;
	display: none;
}

#contentblock .roomContainer.room-opened .roomName {
    background: none;
    width: auto;
    left: auto;
    margin-top: auto;
}

#contentblock .roomContainer.room-opened .minRate {
	padding-bottom: 20px;
	margin-top: auto;
	width: auto;
	left: auto;
	background: none;
}

#contentblock .roomContainer.room-opened h2,
#contentblock .roomContainer.room-opened h3,
#contentblock .roomContainer.room-opened .roomDescription.mealplan {
	color: #04007c;
	padding: 0 5% 1%;
}

#contentblock .roomContainer.room-opened .roomDescription.mealplan {
	margin: 0;
}

#contentblock .roomContainer.room-opened .roomDescription {
	overflow: hidden;
	padding: 0 5%;
}

#contentblock .roomContainer.room-opened .promotions-termsActions {
    clear: both;
    margin: 0;
    position: absolute;
    top: 500px;
    right: 5%;
    left: auto;
    width: auto;
}

.hotel-rooms #contentblock .roomContainer.room-opened .promotions-termsActions {
	top: 585px;
}

#contentblock .roomContainer.room-opened .promotions-termsActions:before {
	display: none;
}

#contentblock .roomContainer.room-opened .promotions-termsActions .promotions-bgLink {
    background: #04007c;
    color: #fff;
    padding: 2px 20px;
    border-bottom: none;
    width: 220px;
}


#contentblock .roomContainer.room-opened .promotions-termsActions .promotions-bgLink:hover {
	background: #a29061;
}



/** rooms hover **/

#contentblock .roomContainer:hover .roomPhoto .pgContainer .pgImage {
	opacity: 0.8;
	filter:alpha(opacity=80);
}

#contentblock .room-opened.roomContainer:hover .roomPhoto .pgContainer .pgImage {
	opacity: 1;
	filter:alpha(opacity=100);
}


/** rooms clicked **/

#contentblock .roomContainer.clicked,
#contentblock .roomContainer.clicked:hover {
	opacity: 0.5;
	overflow: visible;
}

#contentblock .roomContainer.clicked:hover .roomPhoto .pgContainer .pgImage {
	opacity: 1;
}

#contentblock .roomContainer.clicked .roomName, #contentblock .roomContainer.clicked .minRate, #contentblock .roomContainer.clicked .promotions-termsActions {
	display: none;
}

/** products and addons / products **/

#contentblock #productTypes, #contentblock #addons {
	margin: 5% 75px;
}

#contentblock #productTypes .roomContainer, #contentblock #addons .roomContainer {
	background: none;
}

#contentblock #productTypes .roomContainer .roomName, #contentblock #addons .roomContainer .roomName,
#contentblock #addons .roomContainer .roomDescription, #contentblock #productTypes .roomContainer .roomDescription {
	margin: 0;
}

#contentblock #productTypes .roomContainer > .roomPhoto, #contentblock #addons .roomContainer > .roomPhoto {
	height: auto;
}

#contentblock #productTypes .roomContainer .promotions-termsActions,
#contentblock #addons .roomContainer .promotions-termsActions {
	margin-left: 15px;
}

#contentblock #productTypes .roomContainer .promotions-termsActions .promotions-showTermsTrigger,
#contentblock #addons .roomContainer .promotions-termsActions .promotions-showTermsTrigger {
	background: #000;
	color: #fff;
}

#contentblock #productTypes .roomContainer .roomPhoto .pgContainer a label, #contentblock #productTypes .roomContainer .roomPhoto .pgContainer a span,
#contentblock #addons .roomContainer .roomPhoto .pgContainer a label, #contentblock #addons .roomContainer .roomPhoto .pgContainer a span {
	bottom: 0;
	background: none;
}

#contentblock #productTypes .roomContainer .promotions-termsContent,
#contentblock #addons .roomContainer .promotions-termsContent {
	background: #fff;
}

#contentblock #productTypes .roomContainer .promotions-termsContent {
	top: 5px;
    background: rgba(248,246,246,0.98);
}

#contentblock #productTypes .roomContainer .promotions-termsContent .promotions-closeTerms {
	width: 180px;
	background: #000 url("//static.guestcentric.net/cdn/wsbdev/wsbdev_bin/close_terms.png") no-repeat 15px;
    line-height: 25px;
    padding-left: 50px;
}

#contentblock #productTypes .roomContainer .promotions-termsContent .promotions-closeTerms:hover {
	color: #83724e;
}

#contentblock #productTypes .roomContainer:nth-child(even) .roomDescription {
	float: right;
}

#contentblock #productTypes .roomContainer:nth-child(even) .promotions-termsActions {
	float: right;
	margin-right: 15px;
}

#contentblock #productTypes .roomContainer .promotions-termsActions .promotions-bgLink,
#contentblock #addons .roomContainer .promotions-termsActions .promotions-bgLink {
	text-transform: none;
	font-size: 16px;
	line-height: 36px;
	background: #e1e0de;
}
#contentblock #productTypes .roomContainer .roomName, #contentblock #addons .roomContainer .roomName {
	background: none;
}

#contentblock #productTypes .roomContainer h2, #contentblock #addons .roomContainer h2 {
	padding-top: 30px;
	color: #04007c;
	padding: 0px 15px;
}

#contentblock #productTypes .roomContainer .minRate, #contentblock #addons .roomContainer .minRate {
	background: none;
}

#contentblock #productTypes .roomContainer h3, #contentblock #addons .roomContainer h3 {
	width: 100%;
	margin: 0 !important;
    padding: 0 15px;
    color: #04007c;
}

#productTypes .roomContainer .promotions-termsActions .promotions-bgLink,
#addons .roomContainer .promotions-termsActions .promotions-bgLink {
	border-bottom: none;
}

#productTypes .roomContainer .promotions-termsActions .promotions-bgLink:hover,
#addons .roomContainer .promotions-termsActions .promotions-bgLink:hover {
	border-bottom: none;
}

/*#contentblock #productTypes .roomContainer p, #contentblock #addons .roomContainer p {
	margin: 15px !important;
}*/

#contentblock #addons .roomContainer .roomDescription,
#contentblock #productTypes .roomContainer .roomDescription {
	padding: 0 15px;
}

/** hover **/

 #contentblock #addons .roomContainer:hover .roomPhoto,  #contentblock #productTypes .roomContainer:hover .roomPhoto {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}




/**
  * Contacts page area
  **/


#subscribe_newsletter_form > div, .hotel-unsubscribe #contentblock form > div {
	text-align: left;
 }


/** contacts page **/


#contentblock .content form {
	text-align: left;
	margin-top: 100px;
}

#contentblock .content form input, #contentblock .content form select {
	width: 98%;
	border: none;
	background: #EDE9DF;
	padding: 5px 10px;
	height: 35px;
}

#contentblock .content form p,
#contentblock .content form div {
	font-size: 16px;
	line-height: 20px;
	margin: 15px 0 5px;
}

.contactFormContainer #contacts_form #reservationFields {
	margin-bottom: 20px;
}

.contactFormContainer #contacts_form #reservationFields > div {
	width: 48%;
	margin-right: 2%;
	position: relative;
}

.contactFormContainer #contacts_form #reservationFields input, .contactFormContainer #contacts_form #reservationFields select {
	width: 100%;
}

.contactFormContainer #contacts_form #cbcheckin {
	position: absolute;
	bottom: 12px;
	right: 3%;
	height: 20px;
	width: 20px;
	background: url("../thecrest_hotel_bin/calendar.png") no-repeat center;
}

#contentblock .content form textarea {
	width: 98%;
	background: #EDE9DF;
	border: none;
}

.contactFormContainer #contacts_form #ckbnotifyme {
	height: 14px;
	margin-right: 10px;
	width: auto;
}

.contactFormContainer #contacts_form p label {
	font-size: 14px;
}

#contentblock .content form input[type="submit"] {
    color: #fff;
    background: none;
    margin: 40px 0 40px;
    text-align: left;
    width: auto;
    height: 28px;
    font-size: 12px;
    line-height: 10px;
    padding: 10px 20px;
    background: #04007c;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal !important;
}

#contentblock .content form input[type="submit"]:hover {
	background: #a29061;
}

#contentblock #contacts_form .required {
	color: #000;
}

/**
  * Bottom block area
  **/
#bottomblock {
	background: #111222;
	padding: 130px 0 200px;
}

.hotel-directions #bottomblock {
	margin-top: 0;
}

#bottomblock:before {
    content: "";
    display: block;
    position: absolute;
    width: 317px;
    height: 211px;
    left: 50%;
    top: 100px;
    margin-left: -100px;
    background: url("../thecrest_hotel_bin/footer_before.png") no-repeat;
    z-index: -1;
}

#bottomblock .dhmlogo {
    display: block;
    position: absolute;
    bottom: 0;
    height: 200px;
    width: 220px;
    left: 50%;
    margin-left: -110px;
    background-position: 0 -170px;
}

/** social area **/

.socialmedia {
	overflow: hidden;
	margin-left: 75px;
    margin-right: 75px;
    width: 41%;
    float: right;
    display: block;
    margin-top: 25px;
}

.socialmedia:after {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 55%;
	left: 0;
	margin-top: -1px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

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

.socialmedia li a {
	text-indent: -9999px;
	display: block;
	height: 100%;
	width: 100%;
}

.socialmedia li a:hover {
	opacity: 0.5;
}

.socialmedia .facebook a {
	background-position: 0 -102px;
	border-bottom: 1px solid #fff;
}

.socialmedia .instagram a {
	background-position: 0 -148px;
	border-bottom: 1px solid #fff;
	background-size: 517px auto;
}

/** Hotel address area **/


.hoteladdress {
	overflow: hidden;
	margin-left: 75px;
    margin-right: 75px;
    width: 41%;
    float: right;
    display: block;
    margin-bottom: 25px;
}

.hoteladdress a {
	display: block;
	font-style: normal;
	color: #fff;
	font-size: 1em;
	line-height: 1.5em;
	font-family: 'Playfair Display', 'Times New Toman', Times, serif;
}


.propertyname {
    float: left;
    width: 40%;
    margin-right: 0;
    margin-left: 75px;
    color: #fff;
    font-size: 1.8em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: lighter;
    font-family: Gill Sans, 'Source Sans Pro', Helvetica, Arial, sans-serif;
}


/** footer menu area **/

.footermenu {
	margin-left: 75px;
    margin-right: 75px;
    width: 41%;
    float: right;
    display: block;
}

.footermenu li {
	display: inline-block;
}

.footermenu li a {
	color: #fff;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 400;
    padding-right: 15px;
}

.footermenu li a:hover {
	color: #a29061;
}


/** Seals area **/

#seals {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.sealsHolder {
	margin: 0px auto;
	background: #262422;
	overflow: hidden;
}

.security {
	height: 30px;
	float: right;
	margin-right: 80px;
}

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

/*hotel-directions*/

#GoogleMapGadget {
	margin-top: 5%;
}

.dirLink {
	background: #04007c;
    width: 220px !important;
    color: #fff !important;
    display: block;
    text-align: center;
    font-size: 0.8em !important;
    font-weight: normal;
    height: 35px;
    line-height: 15px;
    padding: 10px !important;
    margin: 40px auto !important;
    border: none !important;
}

.dirLink:hover {
	background: #a29061;
}

/** generic transitions **/
.nav li a,
.nav,
.bookinggadget .gc_sh .shortHandCheckRates,
.bookinggadget > a,
.quicklinks li a,
.footermenu li a,
.toggle span,
.roomContainer .promotions-termsActions .promotions-bgLink,
#contentblock .content form input[type="submit"],
.socialmedia,
.socialmedia li a,
#fixedblock,
#contentblock .roomContainer .roomName h2,
#pg .pgContainer .pgText,
#pg .pgContainer .pgText strong,
.hotellogo, .hotellogo a img,
.imgLink
{
	transition-property: all;
	transition-duration: 0.40s;
	transition-timing-function: ease-out;
}



/** opacity transitions **/
#contentblock .roomContainer .pgContainer,
#pg .pgContainer .pgImage,
.imagelinkgadget .imgImageWrapper span,
.pgContainer .pgImage,
#centerblock .flashContainer .promotionsgadget {
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}


/*
Responsive
*/
@media all and (max-width: 1024px) {
	.navigation li a {
		font-size: 0.7em;
	}

	.hotel-rooms #contentblock .roomContainer.room-opened .promotions-termsActions {
		top: 61%;
	}
}

@media all and (max-width: 990px) {
	.flashContainer:after,
	.flashContainer .promotionsgadget,
	.flashContainer .gcb_navigation
	{
		display: none;
	}

	#topblock,
	.stage1 #topblock {
		height: 80px;
		padding: 0 25px 0;
		background: #fff;
	}

	.hotellogo img,
	.scroll2 .hotellogo span {
		display: none;
	}

	.hotellogo,
	.scroll2 .hotelogo {
		height: 80px;
		background: url("../thecrest_hotel_bin/hotel_logo_mob.png") no-repeat left center;
	}

	.bookinggadget,
	.scroll2 .bookinggadget {
		top: 10px;
		right: 82px;
	}

	.bookinggadget .gc_sh .shortHandCheckRates,
	.bookinggadget > a,
	.scroll2 .bookinggadget .gc_sh .shortHandCheckRates,
	.scroll2 .bookinggadget > a {
		color: #fff;
		background: #04007c;
	}

	.bookinggadget .gc_sh .gc_horizontalSh .shortHandTitle,
	.scroll2 .bookinggadget .gc_sh .gc_horizontalSh .shortHandTitle {
		color: #04007c;
	}

	.navigation,
	.scroll2 .navigation {
	    position: fixed;
	    top: -100%;
	    left: 0;
	    height: 100%;
	    width: 100%;
	    max-width: 100%;
	    background: #fff;
	    display: table;
	    margin: 0;
	    transition: all 0.7s ease-in-out;
	}

	.menuOpened .navigation,
	.menuOpened.scroll2 .navigation {
		top: 80px;
	}

	.nav {
		height: 100%;
    	display: table-cell;
    	vertical-align: middle;
	}

	.navigation li,
	.scroll2 .navigation li {
		display: block;
		border-bottom: none;
	}

	.navigation li a,
	.scroll2 .navigation li a {
		color: #04007c;
		font-size: 1.3em;
    	line-height: 2.4em;
	}

	.navigation li.active a,
	.scroll2 .navigation li.active a {
		color: #a29061;
	}

	#magic-line {
		display: none;
	}

	.quicklinks {
    	left: 25px;
	}

	.languages {
    	right: 25px;
    }

    .content .holder > p,
    .content .holder > h2,
    .content .holder > h3,
    .content .holder > ul,
    .content .holder > li,
    #contentblock h1:first-of-type,
    #contentblock .promotionsgadget {
    	margin-left: 25px;
    	margin-right: 25px;
    	width: auto;
    	float: none;
    	display: block;
    }

    .homepage .content a:after {
    	width: 10%;
    }

    .imgLink span:after {
    	width: 160%;
    	left: -60%;
    }
}

@media all and (max-width: 768px) {
	.quicklinks,
	.scrollArrow.scrolltop,
	#contentblock .promotionsgadget {
		display: none;
	}

	#c1:before {
		margin-left: -135px;
	}

	.flashContainer .gcb_image_legend {
		font-size: 2.2em;
	}

	.scrollArrow {
		left: 25px;
    	margin-left: 0;
	}

	.medium-large .imgImageWrapper,
	.medium-large .imgContentWrapper {
		width: 100%;
		/*height: 50%;*/
	}

	.imagelinkgadget.medium-large {
		max-height: inherit;
	    height: 100% !important;
	    margin-bottom: 30px !important;
	}

	.medium-large .imgImageWrapper {
		height: 60vh;
	}

	.medium-large .imgImageWrapper span {
		background-position: center;
	}

	.large .imgContentWrapper {
		width: 75%;
	}

	.propertyname,
	.hoteladdress,
	.footermenu {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}

	#bottomblock:before {
		margin-left: -135px;
	}

	.security {
		display: none;
	}

	.powered {
		margin: 0 auto;
		float: none;
		text-align: center;
	}

	.hotel-rooms #contentblock .roomContainer.room-opened .promotions-termsActions {
		top: 0;
		position: relative;
	}

	.content .holder > * {
   		margin-left: 25px;
    	margin-right: 25px;
	}

	.popup.imagelinkgadget {
        width: 90%;
        transform: translate(-50%, -50%);
        margin: 0 !important;
        height: 400px !important;
    }

    .popup .imgImageWrapper {
    	height: 400px;
    }

}

@media all and (max-width: 640px) {
	.bookinggadget .gc_sh .gc_horizontalSh .shortHandTitle,
	.scroll2 .bookinggadget .gc_sh .gc_horizontalSh .shortHandTitle {
		display: none;
	}

	#c2.content .holder {
		margin: 0 25px;
	}

	.bottombar {
		padding-top: 13px;
	}

	.bookinggadget,
	.scroll2 .bookinggadget {
	    top: 80px;
	    right: 0;
	    left: 0;
	    width: 100%;
	    max-width: 100%;
	}

	.bookinggadget .gc_sh .gc_horizontalSh .shortHandButton,
	.scroll2 .bookinggadget .gc_sh .gc_horizontalSh .shortHandButton {
		margin: 0;
		width: 100%;
	}

	.bookinggadget .gc_sh .shortHandCheckRates,
	.bookinggadget > a,
	.scroll2 .bookinggadget .gc_sh .shortHandCheckRates,
	.scroll2 .bookinggadget > a {
		width: 100%;
		margin: 0;
		height: 35px;
		line-height: 35px;
		display: block;
	}

	.flashContainer .gcb_image_legend {
    	font-size: 1.8em;
	}

	#bottomblock {
		padding: 50px 25px 200px;

	}

	.propertyname,
	.hoteladdress,
	.footermenu {
	    width: 100%;
	    margin-left: 0;
	    margin-right: 0;
	}

	.socialmedia {
	    margin-left: 0;
	    margin-right: 0;
	    width: auto;
	    float: left;
	}

	.socialmedia:after {
		width: 27%;
	}

	.medium-large .imgDescription {
		overflow: hidden;
	}
	#contentblock .roomContainer.room-opened .promotions-termsActions {
		position: relative;
		top: auto;
	}
	#contentblock .roomContainer .promotions-termsContent {
		position: relative;
		top: 0;
		left: 0;
		margin: 10px 0 40px;
		width: 100%;
	}
	.contactFormContainer #contacts_form #cbcheckin {
		right: auto;
		bottom: auto;
		margin-left: -10%;
		position: relative;
	}
	.contactFormContainer #contacts_form #reservationFields #checkincal {
		width: auto;
		top: -180px;
		position: absolute;
	}
	.menuOpened .navigation {
		padding-bottom: 10%;
	}
	.navigation li a {
		line-height: 180%;
	}
}

/* case 00086757 */
#contentblock .roomName {
	margin-top: 15%;
}
.roomDescription.teaser {
    display: block;
    padding-left: 7.5%;
    padding-right: 0;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 1.2em;
    margin: 0;
    clear: both;
}
#contentblock .roomDescription.teaser {
    background: rgba(4,0,124,0.6);
    width: 70%;
    left: 30%;
}
#contentblock .roomContainer.room-opened .roomDescription.teaser {
	padding-bottom: 20px;
    margin-top: auto;
    width: auto;
    left: auto;
    background: none;
}


body .ui-widget {
	font-family: Gill Sans, 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
body .gcBookingGadgetCustom .datepicker .legend_selcheckin,
body .gcBookingGadgetCustom .datepicker .legend_selcheckout {
	color: #fff;
}
body .submitButton .booknow {
	background: #82714d;
}
body .submitButton .booknow:hover {
	background: #fff;
	color: #82714d;
}
body .submitButton .booknow:hover + * {
	color: #82714d;
}
body .gcBookingGadgetCustom .dp-highlight .ui-state-default {
	background: #82714d;
	border-color: #82714d;
}

