@charset "UTF-8";
.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-moz-backface-visibility: hidden
}

.blueimp-gallery>.slides>.slide>.slide-content {
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	opacity: 1
}

.blueimp-gallery {
	position: fixed;
	z-index: 999999;
	overflow: hidden;
	background: #000;
	background: rgba(0, 0, 0, .9);
	opacity: 0;
	display: none;
	direction: ltr;
	-ms-touch-action: none;
	touch-action: none
}

.blueimp-gallery-carousel {
	position: relative;
	z-index: auto;
	margin: 1em auto;
	padding-bottom: 56.25%;
	box-shadow: 0 0 10px #000;
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.blueimp-gallery-display {
	display: block;
	opacity: 1
}

.blueimp-gallery>.slides {
	position: relative;
	height: 100%;
	overflow: hidden
}

.blueimp-gallery-carousel>.slides {
	position: absolute
}

.blueimp-gallery>.slides>.slide {
	position: relative;
	float: left;
	height: 100%;
	text-align: center;
	-webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
	-moz-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
	-ms-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
	-o-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
	transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-ms-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	transition: opacity .5s linear
}

.blueimp-gallery>.slides>.slide-loading {
	background: url(../img/loading.gif) center no-repeat;
	background-size: 64px 64px
}

.blueimp-gallery>.slides>.slide-loading>.slide-content {
	opacity: 0
}

.blueimp-gallery>.slides>.slide-error {
	background: url(../img/error.png) center no-repeat
}

.blueimp-gallery>.slides>.slide-error>.slide-content {
	display: none
}

.blueimp-gallery>.next,
.blueimp-gallery>.prev {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 40px;
	height: 40px;
	margin-top: -23px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 2px #000;
	text-align: center;
	background: #222;
	background: rgba(0, 0, 0, .5);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 3px solid #fff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	opacity: .5;
	cursor: pointer;
	display: none
}

.blueimp-gallery>.next {
	left: auto;
	right: 15px
}

.blueimp-gallery>.close,
.blueimp-gallery>.title {
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0 40px 0 0;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	opacity: .8;
	display: none
}

.blueimp-gallery>.close {
	padding: 15px;
	right: 15px;
	left: auto;
	margin: -15px;
	font-size: 30px;
	text-decoration: none;
	cursor: pointer
}

.blueimp-gallery>.play-pause {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 15px;
	height: 15px;
	background: url(../img/play-pause.png) no-repeat;
	cursor: pointer;
	opacity: .5;
	display: none
}

.blueimp-gallery-playing>.play-pause {
	background-position: -15px 0
}

.blueimp-gallery>.close:hover,
.blueimp-gallery>.next:hover,
.blueimp-gallery>.play-pause:hover,
.blueimp-gallery>.prev:hover,
.blueimp-gallery>.title:hover {
	color: #fff;
	opacity: 1
}

.blueimp-gallery-controls>.close,
.blueimp-gallery-controls>.next,
.blueimp-gallery-controls>.play-pause,
.blueimp-gallery-controls>.prev,
.blueimp-gallery-controls>.title {
	display: block;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0)
}

.blueimp-gallery-left>.prev,
.blueimp-gallery-right>.next,
.blueimp-gallery-single>.next,
.blueimp-gallery-single>.play-pause,
.blueimp-gallery-single>.prev {
	display: none
}

.blueimp-gallery>.close,
.blueimp-gallery>.next,
.blueimp-gallery>.play-pause,
.blueimp-gallery>.prev,
.blueimp-gallery>.slides>.slide>.slide-content {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

body:last-child .blueimp-gallery>.slides>.slide-error {
	background-image: url(../img/error.svg)
}

body:last-child .blueimp-gallery>.play-pause {
	width: 20px;
	height: 20px;
	background-size: 40px 20px;
	background-image: url(../img/play-pause.svg)
}

body:last-child .blueimp-gallery-playing>.play-pause {
	background-position: -20px 0
}

.blueimp-gallery>.indicator {
	position: absolute;
	top: auto;
	right: 15px;
	bottom: 15px;
	left: 15px;
	margin: 0 40px;
	padding: 0;
	list-style: none;
	text-align: center;
	line-height: 10px;
	display: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.blueimp-gallery>.indicator>li {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 6px 3px 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 1px solid transparent;
	background: #ccc;
	background: center no-repeat rgba(255, 255, 255, .25);
	border-radius: 5px;
	box-shadow: 0 0 2px #000;
	opacity: .5;
	cursor: pointer
}

.blueimp-gallery>.indicator>.active,
.blueimp-gallery>.indicator>li:hover {
	background-color: #fff;
	border-color: #fff;
	opacity: 1
}

.blueimp-gallery-controls>.indicator {
	display: block;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0)
}

.blueimp-gallery-single>.indicator,
.blueimp-gallery>.slides>.slide>.video-content>video,
.blueimp-gallery>.slides>.slide>.video-playing>a,
.blueimp-gallery>.slides>.slide>.video-playing>img {
	display: none
}

.blueimp-gallery>.slides>.slide>.video-content>img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-moz-backface-visibility: hidden
}

.blueimp-gallery>.slides>.slide>.video-content>video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.blueimp-gallery>.slides>.slide>.video-content>iframe {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	border: none
}

.feedback-grid hr,
.reviews__body hr {
	border-color: #fff
}

.blueimp-gallery>.slides>.slide>.video-playing>iframe {
	top: 0
}

.blueimp-gallery>.slides>.slide>.video-content>a {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: -64px auto 0;
	width: 128px;
	height: 128px;
	background: url(../img/video-play.png) center no-repeat;
	opacity: .8;
	cursor: pointer
}

.blueimp-gallery>.slides>.slide>.video-content>a:hover {
	opacity: 1
}

.blueimp-gallery>.slides>.slide>.video-playing>video {
	display: block
}

.blueimp-gallery>.slides>.slide>.video-loading>a {
	background: url(../img/loading.gif) center no-repeat;
	background-size: 64px 64px
}

.cover-img,
.eu-adv-icon {
	background-repeat: no-repeat
}

body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a {
	background-image: url(../img/video-play.svg)
}

.reviews__header {
	background-color: #ff7800;
	color: #fff;
	line-height: 96px
}

.reviews__header--alt {
	background-color: #fff;
	color: #818181
}

.reviews__title {
	vertical-align: middle;
	margin-left: 6px;
	font-weight: 200
}

.reviews__body {
	padding-top: 1em;
	padding-bottom: 1em
}

.reviews__body p {
	padding: .5em 0 0
}

.feedback-item-container ul,
.front-feedback {
	overflow: auto
}

.feedback-item {
	margin: 30px 40px
}

.feedback-item-title {
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap
}

.feedback-item-text {
	margin-top: .5em;
	margin-bottom: 2em
}

.feedback-item-rating-wrapper {
	text-align: center
}

.feedback-grid :last-child hr {
	display: none
}

@media screen and (min-width:1100px) {
	.feedback-grid hr {
		display: none
	}
	.feedback-grid [class*=col-]:nth-child(1):after,
	.feedback-grid [class*=col-]:nth-child(2):after {
		content: " ";
		display: block;
		height: 50%;
		top: 25%;
		background-color: #fff;
		width: 1px;
		position: absolute;
		right: 0;
		margin-right: 7px
	}
	.feedback-item-text {
		min-height: 300px
	}
}

.gallery,
.gallery__wrapper {
	position: relative
}

.adv-big-title {
	color: #fff;
	font-weight: 600;
	padding-top: 40px;
	text-align: center;
	width: 100%
}

.eu-content.advantages {
	background-color: #42b1ff;
	padding: 0
}

.eu-advantages-icons {
	text-align: center;
	padding: 3rem 0 4rem
}

.eu-adv-text,
.eu-adv-text--medium {
	padding-top: .5em;
	line-height: 1em;
	text-align: center
}

.eu-advantages-icons ul {
	width: 100%
}

.eu-advantages-icons li {
	display: inline-block;
	vertical-align: top
}

.eu-adv-icon-wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center
}

.eu-adv-icon {
	display: block;
	height: 80px;
	width: 100%;
	background-size: auto 60px;
	background-position: center
}

.cover-img,
.gallery-img,
.gallery__img {
	background-size: cover;
	background-position: center
}

.eu-adv-text {
	width: 80px;
	margin: auto
}

.eu-adv-text,
.eu-adv-text--medium {
	font-size: .8125em
}

.eu-adv-text--medium {
	width: 100%;
	font-size: 14px
}

.adv-container--big {
	margin: 0 auto 1em
}

.adv-icon--big,
.adv-icon--medium {
	font-size: 48px
}

@media screen and (min-width:768px) {
	.eu-adv-text,
	.eu-adv-text--medium {
		font-size: .875em
	}
	.eu-advantages-icons {
		text-align: center;
		padding: 4rem 0 5rem
	}
	.eu-adv-text {
		width: 90px;
		padding-top: .5em;
		text-align: center;
		margin: auto;
		line-height: 1em
	}
	.adv-container--big {
		margin: auto
	}
}

@media screen and (min-width:1100px) {
	.eu-adv-text,
	.eu-adv-text--medium {
		line-height: 1em;
		text-align: center
	}
	.adv-icon--big {
		font-size: 64px
	}
	.eu-adv-text {
		width: 100px;
		padding-top: .5em;
		margin: auto;
		font-size: 1em
	}
	.eu-adv-text--medium {
		width: 100%;
		padding-left: 1em;
		padding-right: 1em
	}
}

.roomshow {
	margin: 0 auto 1rem
}

.roomshow__header {
	padding: 1rem 1rem 0;
	color: #818181;
	font-size: 34px;
	font-weight: 200
}

.gallery-head {
	height: 280px;
	line-height: 280px;
	color: #fff
}

.gallery-support {
	height: 140px;
	line-height: 140px;
	color: #fff
}

.gallery-img {
	display: block;
	height: 100%;
	border: 5px solid #fff;
	text-align: center
}

.gallery__head,
.gallery__support {
	height: 100%
}

.gallery__support .gallery__img {
	height: calc((100% - 3rem)/ 3)
}

.gallery__main {
	height: 100%;
	padding: 1rem 1rem 0;
	max-width: 1280px;
	margin: auto
}

.gallery__main__widgets,
.gallery__wrapper {
	height: 100%
}

.gallery__main__image,
.gallery__main__widgets {
	float: left
}

.gallery__main__image {
	height: 300px;
	width: 100%;
	margin-right: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #e2e2e2
}

.gallery__side {
	display: none;
	height: 100%;
	padding-bottom: 1rem;
	position: absolute;
	top: 0;
	width: calc((100% - 1280px)/ 2);
	max-width: 380px;
	overflow: hidden
}

.gallery__side.left {
	right: calc(50% + (1280px / 2));
	padding-left: 1rem
}

.gallery__side.right {
	left: calc(50% + (1280px / 2));
	padding-right: 1rem
}

.gallery__side .gallery__img {
	margin-top: 1rem
}

.gallery__img {
	display: block;
	height: 100%;
	text-align: center;
	border: 1px solid #e2e2e2
}

@media screen and (min-width:1100px) {
	.gallery {
		height: calc(100% - 100px - 68px);
		max-height: 660px
	}
	.gallery__main__image {
		height: 100%;
		width: calc(100% - 320px - 1rem)
	}
}

@media screen and (min-width:1350px) {
	.gallery__side {
		display: block
	}
	.gallery__main__image {
		width: calc(1280px - 320px - 3rem)
	}
}

@media screen and (min-height:700px) {
	.gallery {
		margin-top: 42px
	}
}

.cover {
	height: calc(100% - 100px - 68px);
	min-height: 400px
}

.cover-img {
	height: 100%;
	border-bottom: 1px solid #e2e2e2
}

.room-icons {
	overflow: auto
}

.room-icons__item {
	float: right;
	padding: .5em;
	max-width: 5.5rem;
	text-align: center
}

.section-label {
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	text-decoration: underline;
	padding-bottom: 1em
}

.booking-widget-close {
	float: right;
	cursor: pointer
}

.booking-widget-close:before {
	font-size: 20px;
	margin-left: .5em
}

.price-amount {
	float: left
}

.price-period {
	font-size: .7em;
	float: right
}

.calculator {
	display: none
}

.calculator.in {
	display: block
}

.calculator-table {
	width: 100%;
	border-collapse: collapse;
	font-size: .9em
}

.calculator-table td {
	padding: .5em 1em
}

.calculator-table td:nth-child(1) {
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea
}

.calculator-table td:nth-child(2) {
	border-top: 1px solid #eaeaea;
	text-align: right
}

.calculator-table tr:last-child td {
	border-bottom: 1px solid #eaeaea
}

.calculator-table tr.summary td {
	color: #ff7800
}

.calculator .extra {
	display: none
}

.calculator .extra.in {
	display: block
}

.adv-label {
	padding-top: .5em
}

.top-info {
	padding-top: 2em;
	padding-bottom: 2em
}

.eu-amenities {
	background-color: #42b1ff;
	color: #fff;
	margin-top: 1em;
	padding-top: 1em;
	padding-bottom: 1em
}

.summary {
	position: relative;
	z-index: -1
}

.sub-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(129, 129, 129, .8);
	z-index: 1
}

.sub-nav.default {
	display: none;
	position: absolute;
	top: 66px
}

a.sub-nav__item[aria-selected=true] {
	display: block
}

a.sub-nav__item {
	display: none;
	float: none;
	position: relative;
	padding: 10px 14px;
	color: #eaeaea
}

.sub-nav.dropdown a.sub-nav__item,
a.anchor {
	display: block
}

a.request-now,
a.sub-nav__item[aria-selected=true] {
	color: #fff;
	font-weight: 700
}

a.anchor {
	position: relative;
	top: -60px;
	visibility: hidden
}

.room-title {
	margin-bottom: .33rem;
	line-height: 1
}

.details-owner {
	display: inline-block;
	padding: .5em
}

.icon-label {
	padding-top: .5em;
	font-size: .8em
}

.anchor {
	margin-top: -57px;
	padding-top: 57px
}

a.request-now {
	display: block;
	position: absolute;
	right: 0;
	white-space: nowrap;
	padding: 10px 14px;
	font-size: .9em;
	text-align: right
}

.availability__label {
	display: block;
	text-transform: uppercase;
	line-height: 2em;
	border-bottom: 1px solid #e2e2e2
}

.availability__date {
	margin: .3em 0;
	display: block;
	font-size: 1.6rem;
	color: #ff7800
}

.sticker .searchbox {
	margin: .5em 0
}

.booking-widget.options .booking-price {
	display: none
}
@media screen and (max-width:1100px) {
	a.request-now
	{
		position: relative;
	}
	.gallery__main__widgets
	{
		width:100%;
	}
}
@media screen and (max-width:1099px) {
	.summary {
		padding-left: 2rem;
		padding-right: 2rem
	}
}

@media screen and (min-width:1100px) {
	.section-label {
		text-align: right;
		text-decoration: none;
		padding-bottom: 0
	}
	a.sub-nav__item {
		float: left;
		display: block;
		padding: 10px 8px 7px
	}
	a.sub-nav__item[aria-selected=true] {
		border-bottom: 3px solid
	}
	.booking-widget {
		position: absolute
	}
	.booking-widget.default {
		position: static
	}
	.booking-widget.sticky {
		margin-top: -42px;
		position: fixed
	}
	.booking-widget.options {
		margin-top: 0
	}
	a.request-now {
		display: none
	}
	.booking-widget.sticky.options .booking-price {
		display: block
	}
}

@media screen and (min-height:700px) {
	.sub-nav.default {
		display: block
	}
}