@CHARSET "UTF-8";

body {
	background: #ffffff;
	font-family: 'Varela Round', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #626465;
}



/*
 * Typography
 */
a {
	color: #898998;
}

a:hover {
	color: #01d0ff;
}

#main b, #main strong {
	font-weight: 700;
}

h1, h2, h3 {
	color: #01d0ff;
	font-weight: 700;
}

h1 {
	font-size: 2em;
	line-height: 1.75em;
	margin-top: 0 !important; 
}

h2 {
	font-size: 1.5em;
	line-height: 1em;
}

h3 {
	font-size: 1.1em;
	line-height: 1em;
}

*::selection {
	background-color: #01d0ff;
	color: #ffffff;
}
*::-moz-selection {
	background-color: #01d0ff;
	color: #ffffff;
}


/*
 * Structure
 */

#topBlock {
	background-color: #ffffff;
}

#contentBlock {
	background-color: #ffffff;
}

.ie7 #contentBlock {
	float: none;
	clear: none;
}

#bottomBlock {
	text-align: center;
	background: #626465;
	overflow: hidden;
}

#scroll-top {
	background: #01d0ff;
	color: #ffffff;
	font-size: 0.8em;
	line-height: 1em;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	opacity: 0.75;
}

#scroll-top:hover {
	opacity: 1;
}

/*
notop 
*/

.notop #topBlock {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.75+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.scrolling.notop #topBlock {
	background: #fff;
}

.no-banner.notop #topBlock,
.directions #topBlock {
	background: #fff;
}

/*
 * top block
 */

.hotellogo {
	text-transform: uppercase;
	background: url("../vrmanager_template_bin/hotellogo.png") no-repeat 0 15px;
}

.hotellogo:hover {
	text-decoration: none;
}

.languages {
	float: right;
}

.languages li {
	background-color: #fff;
	border-bottom: 1px solid #efefef;
	height: 32px;
	width: 32px;
}

.languages li a:hover {
	text-decoration: none;
}

.languages li a {
	line-height: 30px;
	color: #626465;
	font-size: 12px;
	text-transform: uppercase;
}

.languages li:hover a {
	color: #01d0ff;
}

.languages li .active {
	background-color: #01d0ff;
	color: #ffffff;
}

#topBlock .hoteladdress {
	text-align: right;
}

.hoteladdress {
	font-weight: 700;
}

.hoteladdress address {
	font-style: normal;
}

#topBlock .hoteladdress address a {
	background-size: auto 85%;
}

.address {
	background: url("../vrmanager_template_bin/pin.png") no-repeat center center; 
}

.phone {
	background: url("../vrmanager_template_bin/phone.png") no-repeat center center; 
}

.navigation li:after {
	display: none;
}

.nav li a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: 300;
	position: relative;
	padding-bottom: 6px;
}

.nav li {
	margin-left: 15px;
}

.nav li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	width: 0;
	height: 1px;
	background: none;
	display: block;
	transition: width .5s ease, background-color .5s ease;
}

.nav li a:hover, .nav li.active a {
	color: #01d0ff;
	padding-bottom: 8px;
}

.nav li.active a::after, .nav li a:hover::after {
	width: 30px;
	background: #01d0ff;
}

/* toggle menu */
#toggleNav {
	color: #bababa;
	background: #efefef url("../vrmanager_template_bin/down.png") no-repeat 95% center;
}

.opened .nav {
	border: 1px solid #bababa;
}



/*
 * central block
 */

.flashContainer .gcb_image_legend {
	font-family: 'Varela Round', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 700;
	font-size: 2em;
	text-align: center;
	line-height: 24px;
}

.flashContainer .gcb_image_loading {
	margin-left: -50px;
	overflow: hidden;
	z-index: 4;
	background: url("../vrmanager_template_bin/hotellogo.png") no-repeat center center;
	width: 100px;
	height: 100px;
}

.flashContainer .gcb_image_loading img {
	display: none !important;
}

.flashContainer .gcb_navigation_arrow {
	background: url("../vrmanager_template_bin/banner_arrows.png") no-repeat;
}

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

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

.flashContainer .gcb_navigation_paginator {
	background: none;
}

.flashContainer .gcb_navigation_paginator ul {
	margin: 0;
}

.flashContainer .gcb_navigation_paginator ul li {
	background: #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.flashContainer .gcb_navigation_paginator ul .selected {
	background: #01d0ff;
	border: 2px solid #ffffff;
}

/* with ShortHand */

.bookingGadget {
	background: #fff;
	color: #ffffff;
}

.bookingGadget .gc_sh * {
	font-family: 'Varela Round', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
	font-size: 1.1em;
}

.bookingGadget .gc_sh a {
	color: #626465;
}

.bookingGadget .gc_sh .gc_horizontalSh .shortHandTitle {
	font-size: 0.8em;
	color: #fff;
	line-height: 1.8em;
	font-weight: 300;
	border: none;
	text-align: center;
	background: #75cffd;
}

.bookingGadget .gc_sh .gc_horizontalSh .shortHandDate, .bookingGadget .gc_sh .gc_horizontalSh .shortHandNrNights {
	background: #efefef;
}

.bookingGadget .gc_sh .gc_horizontalSh .checkinLabel, .bookingGadget .gc_sh .gc_horizontalSh .shortHandNrNightsLabel {
	font-size: 0.85em;
	text-align: right;
	line-height: 30px;
	color: #c9c9c9;
	text-transform: uppercase;
}

.bookingGadget .gc_sh .startDay, .bookingGadget .gc_sh .yui-menu-button button {
	border: none;
	border-right: none;
	text-align: center;
	font-size: 1em;
	line-height: 33px;
	color: #656565;
	background: none;
}

.bookingGadget .gc_sh .yui-calcontainer {
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.bookingGadget .gc_sh .shortHandCalendarIcon {
	border: none;
	background: url("../vrmanager_template_bin/be_calendar.png") no-repeat center;
}

.bookingGadget .gc_sh .yui-menu-button button {
	background: url("../vrmanager_template_bin/be_dropdown.png") no-repeat 90% center;
}

.bookingGadget .gc_sh .yui-calcontainer .calheader {
	background: #01d0ff;
	line-height: 35px;
	font-size: 0.8em;
}

.bookingGadget .gc_sh .yui-calendar .calnavright, .bookingGadget .gc_sh .yui-calendar .calnavleft {
	background: url("../vrmanager_template_bin/be_arrows.png") no-repeat center 0;
}

.bookingGadget .calweekdayrow {
	background: #d8d8d8;
}

.bookingGadget .gc_sh .yui-calendar .calweekdaycell {
	border: none;
	color: #ffffff;
	font-size: 18px;
}

.bookingGadget .gc_sh .yui-calendar .calnavleft {
	background-position: center -35px;
}

.bookingGadget .gc_sh .yui-calendar .calcell {
	font-size: 18px;
	color: #b0b0b0;
}

.bookingGadget .gc_sh .yui-calendar .selected, .bookingGadget .gc_sh .yuimenu li:hover {
	background: #01d0ff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.bookingGadget .gc_sh .yui-calendar .selectable a:hover {
	color: #01d0ff;
}

.bookingGadget .gc_sh .yui-calendar .selected a:hover {
	color: #ffffff;
}

.bookingGadget .gc_sh .yuimenu .bd {
	border: none;
	background: none;
}

.bookingGadget .gc_sh .yuimenu .bd ul {
	background: #ffffff;
	border: 1px solid #d8d8d8;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.bookingGadget .gc_sh .yuimenu a:hover, .bookingGadget .gc_sh .yuimenu li:hover a {
	color: #ffffff;
}

.bookingGadget .gc_sh .shortHandCheckRates, #topBlock .shortHandCheckRates {
	font-size: 1.3em;
	font-weight: 400;
	text-transform: uppercase;
	background: #01d0ff;
}

.ie7 .bookingGadget .gc_sh .shortHandCheckRates {
	padding-top: 2%;
	padding-bottom: 7%;
	line-height: auto;
}

.bookingGadget .gc_sh .shortHandCheckRates:hover, .bookingGadget .booknow:hover {
	background: #626465;
}

.bookingGadget .gc_sh .shortHandCheckRates.fixed {
	border: none;
	color: #ffffff;
	font-size: 0.8em;
	background-size: auto 35%, auto;
	-webkit-background-size: auto 35%, auto;
	-moz-background-size: auto 35%, auto;
}

/* Book button fixed */

.bookingGadget.fixed .gc_sh .gc_horizontalSh .shortHandTitle, .no-banner .bookingGadget .gc_sh .gc_horizontalSh .shortHandTitle, .directions .bookingGadget .gc_sh .gc_horizontalSh .shortHandTitle  {
	background: #efefef;
	color: #949494;
	font-size: 12px;
	font-weight: 400;
	line-height: 32px;
}

.quicklinks {
	background: #c9c9c9;
}

.quicklinks.fixed {
	box-shadow: 0 0 15px rgba(0,0,0,0.40);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.40);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.40);
}

.quicklinks li:after {
	width: 1px;
	height: 23px;
	margin: 0 8px -10px;
	background: #7b7479;
}

.quicklinks li a {
	text-decoration: none;
	color: #3f3f3f;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
}

.quicklinks li a:hover {
	text-decoration: underline;
	color: #01d0ff;
}



/*
 * content block
 */

#imagelinksHolder {
	background: #efefef;
}

.imgTitle {
	font-size: 2em;
	font-weight: 400;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(50, 50, 44, 0.8);
}

.imgDescription {
	font-size: 0.9em;
	text-align: center;
	color: #626465;
}

.imgLink {
	background: #01d0ff;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.imgImageWrapper {
	background-color: #01d0ff;
}

.imgImageWrapper span {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 1;
	filter: alpha(opacity=100);
}

.imagelinkgadget:hover .imgImageWrapper span {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/**top-box **/

#imagelinksHolder .top-box-small .wrapper, #imagelinksHolder .top-box-medium .wrapper {
	background: #fff;
}

#imagelinksHolder .top-box-small .imgLink, #imagelinksHolder .top-box-medium .imgLink {
	background: #3f3f3f;
	color: #624a38;
}

#imagelinksHolder .top-box-small .imgLink:hover, #imagelinksHolder .top-box-medium .imgLink:hover {
	background: #3f3f3f;
	color: #fff;
}

.with-sidebar .imgLink a {
	font-size: 11px;
}

.content {
	text-align: justify;
}

.content p {
	clear: both;
	overflow: hidden;
}

#sidebar {
	background: #efefef;
}

#sidebar > div {
	border-top: 1px solid #fbfbfb;
	border-bottom: 1px solid #b2b2b2;
}

#sidebar > div:first-of-type {
	border-top: none;
}

#sidebar > div:last-of-type {
	border-bottom: none;
}

/* promotion widget */
.prgTitle {
	font-size: 1.2em;
	color: #01d0ff;
	font-weight: 400;
}

.prgImgWrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 35%;
	overflow: hidden;
}

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

.prgDescription {
	font-size: 0.9em;
}

.prgClick {
	font-size: 0.8em;
	background-color: #01d0ff;
	padding: 0 2px;
	color: #fff;
}

/* promo on content */
.content .promotionsgadget {
	background: #efefef;
}

/* promo on banner */
#main .flashContainer .promotionsgadget {
	background: #fff;
	color: #3f3f3f;
}

#main .flashContainer .promotionsgadget .prgTitle {
	color: #3f3f3f;
	font-size: 2em;
}

#main .flashContainer .promotionsgadget .prgDescription {
	font-size: 1.25em;
}

#main .flashContainer .promotionsgadget .prgClick {
	background: url("../vrmanager_template_bin/book.png") no-repeat 0 0;
}

/* product on sidebar */
#main #sidebar .productContainer.voucher .promotions-termsActions .promotions-bgLink {
	font-size: 0.9em;
	background: #01d0ff;
	color: #fff;
}

/* rooms widget */

#sidebar .productContainer.voucher .roomName h2 {
	font-size: 1.2em;
	color: #01d0ff;
	font-weight: 400;
}

/* weather gadget */
#main .weather-shell {
	font-family: 'Varela Round', Helvetica, Arial, Verdana, sans-serif;
}

/* tripadvisor widget */
.tasidebar {
	border-bottom: none !important;
}

#TA_mini_pane {
	background: #fbfbfb;
	font-size: 0.75em;
}

#TA_mini_pane td a {
	text-decoration: none;
}



/*
 * bottom block
 */

#bottomBlock a {
	text-decoration: none;
	color: #ffffff !important;
}

.socialmedia li {
	background: url("../vrmanager_template_bin/socialmedia_ic.png") no-repeat 0 0;
}

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

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

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

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

.socialmedia .flickr {
	background-position: 0 -258px;
}

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

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

.socialmedia .linkedin {
	background-position: 0 -96px;
}

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

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

.socialmedia .sharethis {
	text-indent: 0;
}

#bottomBlock .hoteladdress {
	color: #ffffff;
}

#bottomBlock .hoteladdress a {
	background: none;
}

.footerMenu {
	background: #3f3f3f;
}

.footerMenu li:after {
	background: #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

#seals {
	background: url("../vrmanager_template_bin/seals_bg.png") repeat-x 0 0;
}


/*
 * if page has no banner
 */

.noBanner .bookingGadget .gc_sh .gc_horizontalSh {
	border: none;
}

.noBanner .bookingGadget .gc_sh * {
	font-size: 1em;
}

.noBanner .bookingGadget .gc_sh .shortHandTitle {
	font-size: 1.25em;
	border: none;
}

.noBanner .bookingGadget .gc_sh .shortHandDate, .noBanner .bookingGadget .gc_sh .shortHandNrNights {
	float: left;
	border: 0;
	padding: 0;
	clear: none;
}

.noBanner .bookingGadget .gc_sh .checkinLabel, .noBanner .bookingGadget .gc_sh .shortHandNrNightsLabel {
	font-size: 0.85em;
}

.noBanner .bookingGadget .shortHandButton {
	border: none;
}



/*
 * room types & special offers & products & addons
 */

.roomContainer {
	text-align: center;
}

.roomName h2 {
	color: #fff;
	text-transform: capitalize;
	font-size: 28px;
	text-shadow: 2px 2px 4px rgba(50, 50, 44, 0.8);
	font-weight: 400;
}

.minRate {
	text-align: right;
}

.roomPhoto .pgContainer .pgImage a label, .roomPhoto .pgContainer .pgImage a span {
	font-size: 1em;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
}

.roomContainer .roomPhoto .pgContainer .pgImage a, .roomName {
	-webkit-transition: all .2s ease-in-out; /* Safari and Chrome */
	-moz-transition: all .2s ease-in-out; /* Firefox */
	-o-transition: all .2s ease-in-out; /* IE 9 */
	-ms-transition: all .2s ease-in-out; /* Opera */
	transition: all .2s ease-in-out;
}

.roomContainer:hover .roomPhoto .pgContainer .pgImage a {
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);
}

.roomPhoto:after {
	content:"";
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #01d0ff;
	pointer-events: none;
	opacity: 0;
	filter: alpha(opacity=0);
}

.roomContainer:hover .roomPhoto:after {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.roomContainer.room-opened .roomPhoto:after,
.property .roomContainer .roomPhoto:after {
	display: none;
}

/* related with ticket:
 * https://guestcentric.atlassian.net/browse/GUEST-683
 */
.roomContainer.room-opened .roomPhoto:before,
.property .roomContainer .roomPhoto:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 70px;
	height: 70px;
	text-decoration: none;
	color: #FFFFFF;
	background: url("../vrmanager_template_bin/seemore.png") no-repeat center;
	text-indent: -999999px;
}

.mealplan {
	font-size: 1em;
	color: #01d0ff;
	display: none !important;
}

.content .promotions-termsActions .promotions-bgLink {
	font-size: 1.1em;
	font-weight: 700;
	color: #ffffff;
	text-transform: capitalize;
	background: #01d0ff;
	width: 100%;
}

.content .promotions-termsActions .promotions-bgLink:hover {
	color: #ffffff;
	background: #01d0ff;
}

.content .promotions-termsActions .promotions-showTermsTrigger {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.content .promotions-termsContent {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	background: #ffffff;
}


/*
 * room comparison
 */

.content .compareRoomsLink a {
	font-size: 1em;
	border: none;
	color: #ffffff;
	font-weight: 700;
	text-transform: capitalize;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #744c4c;
}

.content .compareRoomsLink a:hover {
	color: #ffffff;
	background-color: #e97900;
}

.content .compareContent .compareLabels ul .name, .content .compareContent .compareRooms ul .name {
	background: none;
	font-size: 1em;
	font-weight: 700;
	box-shadow: none;
	border-bottom: 1px solid #cccccc;
}

.content .compareLabels ul li {
	background: none;
	border-bottom: 1px solid #cccccc;
	font-size: 1em;
}

.content .roomsContent .roomEven, .content .roomsContent .room:nth-child(2n+1) {
	background: #efefef;
}

.content .roomsContent .roomOdd, .content .roomsContent .room:nth-child(2n+2) {
	background: #ffffff;
}

.content .compareContent .compareRooms .roomsContent .room:hover {
	background: #dddddd;
	box-shadow: none;
}

.content .roomsContent .room ul li {
	border-bottom: 1px solid #cccccc;
}

.roomsContent .room ul .baseadults {
	border-top: 1px solid #cccccc;
}

.compareContent .bookNowButton a {
	font-size: 0.8em;
	letter-spacing: 0;
	color: #ffffff;
	font-weight: 700;
	text-transform: capitalize;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 1px 1px 0 rgba(255,255,255,0.75);
	text-shadow: -1px -1px 0 rgba(0,0,0,0.4);
	background-color: #7b8f2a;
}

.compareContent .bookNowButton a:hover {
	background-color: #01d0ff;
}


/*
 * gallery
 */

#pg {
}

#pg .pgContainer {
	background-color: #000;
}

.pgImage a {
	/* check rule: '.roomPhoto .pgContainer .pgImage a' */
}

.pgImage a img {
	/* check rule: '.roomPhoto .pgContainer .pgImage a img' */
}

.pgText strong {
	font-weight: 400;
	color: #fff;
	font-size: 26px;
	line-height: 28px;
	text-shadow: 2px 2px 4px rgba(50, 50, 44, 0.8);
}


/*
 * contact forms
 */

.content #contacts_form input, .content input,
.content #contacts_form select, .content select,
.content #contacts_form textarea, .content textarea {
	background: #efefef;
	color: #626465;
	border: 1px solid #dddddd;
}

.webkit .content #contacts_form select, .webkit .content form select,
.mobile.gecko .content #contacts_form select, .mobile.gecko .content form select {
	background-image: url("../vrmanager_template_bin/down.png");
	background-repeat: no-repeat;
	background-position: 98% center;
}

label[for="ckbnotifyme"] {
	font-size: 0.7em;
}

.content #contacts_form input[type="submit"], .content input[type="submit"] {
	font-size: 1.1em;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	background: #01d0ff;
	clear: both;
	border: none;
}

.content #contacts_form input[type="submit"]:hover, .content input[type="submit"]:hover {
	color: #ffffff;
	background: #01d0ff;
}



/*
 * location & google maps
 */

#map_canvas {
	border: 5px solid #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

#map_canvas strong {
	font-size: 1.25em;
}


/*
 * tripadvisor
 */

.content #TA_Container {
	border: none;
}

.TA_rtable {
	border-bottom: 1px solid #efefef;
}

.content .TA_rtable td {
	border: none;
	font-family: 'Varela Round', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
	font-size: 1em;
}

.content .TA_rname {
	font-weight: 700;
	font-size: 1.25em;
}


/** generic transitions **/
.nav li a, .bookinggadget .gc_sh .shortHandCheckRates, .bookinggadget, .quicklinks li a, .footermenu li a, .toggle span,
.navigation, .roomContainer .promotions-termsActions .promotions-bgLink, .contactFormContainer #contacts_form input[type="submit"],
#subscribe_newsletter_form input[type="submit"], #imagelinksHolder .top-box-small .imgLink, #imagelinksHolder .top-box-medium .imgLink, .imgLink, .notop #topBlock
{
	-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;
}

/** opacity transitions **/

.scroll, .hotellogo img, #contentblock .roomContainer .pgContainer, .socialmedia li a, .imagelinkgadget .imgImageWrapper img,
#pg .pgContainer .pgImage, .imgLink span, .imgImageWrapper
{
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
	-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;
}


/*
 * responsive stuff
 */

@media all and (max-width: 1280px) {
	.bookingGadget .gc_sh .gc_horizontalSh .checkinLabel, .bookingGadget .gc_sh .gc_horizontalSh .shortHandNrNightsLabel {
		font-size: 0.8em;
	}
}

@media all and (max-width: 1100px) {
	.bookingGadget .gc_sh .gc_horizontalSh .checkinLabel, .bookingGadget .gc_sh .gc_horizontalSh .shortHandNrNightsLabel {
		font-size: 0.65em;
	}
}

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

@media all and (max-width: 940px) {
	.navigation ul {
		background: #ffffff;
	}
	.navigation li {
		text-align: center;
	}
	.navigation li a {
		font-size: 1.25em;
	}
	/* content */
	.bookingGadget .gc_sh .startDay, .bookingGadget .gc_sh .yui-menu-button button {
		font-size: 1em;
	}
}

@media all and (max-width: 720px) {
	#bottomBlock .languages {
		background-position: 95% center;
	}
	/* content */
	.bookingGadget .gc_sh .shortHandCheckRates {
		font-size: 3em;
	}
}

@media all and (max-width: 580px) {
	#toggleNav {
		background: url("../vrmanager_template_bin/mobile_menu_ic.png") no-repeat center;
		background-size: 70%;
	}
	#toggleNav.opened {
		border-bottom: none;
	}
	/* content */
	.bookingGadget .gc_sh .shortHandCheckRates {
		font-size: 1.65em;
	}
}



/*
 * Mobile website render - body class="mobileapp"
 */

.bookingGadget .booknow {
	color: #ffffff;
	font-size: 1.3em;
	font-weight: 700;
	text-transform: capitalize;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 1px 1px 0 rgba(255,255,255,0.75);
	text-shadow: -1px -1px 0 rgba(0,0,0,0.4);
	background-color: #01d0ff;
}

.mobileapp .bookingGadget .booknow {
	font-size: 2em;
}

/**cookies**/

.cookiesWarning {
	position: fixed !important;
}