/* Non-semantic helper classes */
.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

/* Primary Styles
   Author: Aivo Paas
*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	height: 100%;
	overflow: hidden;
}

.page-width {
	width: 1000px;
	height: 100%;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

.background {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.background .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
}

body.cpriv header {
	margin-top: 50px;
}
body.cpriv #content {
	top: 120px;
}
body.cpriv .gc-link {
	top: 140px;
}
body.cpriv .ta-link {
	top: 183px;
}
body.cpriv .banners .show-cinema {
	top: 140px;
}
body.cpriv .gallery nav,
body.cpriv .gallery .pano {
	top: 120px;
}
#cpriv {
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: #147e7f;
	color: #fff;
}
body.cpriv #cpriv {
	display: block !important;
}
.cpriv-content {
	line-height: 50px;
	text-align: center;
	font-size: 14px;
}
.cpriv-content a {
	color: #fff;
}
.cpriv-content a:hover {
	color: #00e9f1;
}
.cpriv-ok {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 24px;
	line-height: 50px;
	color: #fff;
	background: #19a7aa;
	font-size: 14px;
	cursor: pointer;
}
.cpriv-ok:hover {
	background: transparent;
}

header {
	height: 70px;
	position: fixed;
	z-index: 3;
	left: 0;
	top: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
	text-align: center;
}

#logo {
	display: block;
	width: 115px;
	height: 39px;
	background: url(g/gospa_logo.svg) 0 0 no-repeat;
	background-size: 115px 39px;
	position: absolute;
	left: 20px;
	top: 16px;
	text-indent: -9999px;
	overflow: hidden;
	text-align: left;
}

header nav {
	display: inline-block;
	margin: 25px 15px 24px;
	text-align: left;
}
header ul {
	display: inline-block;
}
header li {
	display: inline-block;
	padding: 0;
	position: relative;
}
header nav a {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 16px;
	color: #137e80;
	text-decoration: none;
	position: relative;
	font-size: 16px;
	z-index: 1;
}
@media screen and (min-width: 981px) and (max-width: 1284px) {
	header nav a {
		padding: 0 12px;
	}
}
header nav a:hover,
header nav a.open {
	color: #333;
}
header nav a:hover:after,
header nav a.open:after {
	content: ' ';
	display: block;
	left: 21px;
	right: 21px;
	top: 100%;
	height: 1px;
	background: #218687;
}
header nav ul ul {
	display: none;
}
header nav li:hover ul {
	display: block;
	position: absolute;
	top: 100%;
	padding: 35px 0 9px;
	left: 0;
	background: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
	border-bottom: 5px solid #1aa8aa;
}
header nav li:hover ul:before {
	content: ' ';
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	height: 29px;
	background: #fff;
}
header nav ul ul li {
	display: block;
}
header nav ul ul a {
	display: block;
	height: auto;
	white-space: nowrap;
	font-size: 14px;
	line-height: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
}
header nav ul ul a:hover,
header nav ul ul a.open {
	color: #000;
}
header nav ul ul a:hover:after,
header nav ul ul a.open:after {
	display: none;
}

.header-actions {
	position: relative;
	display: inline-block;
}
#book {
	position: relative;
	display: inline-block;
	padding: 0 14px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #137e7f;
	border-radius: 18px;
	margin: -8px 0;
}
#book:hover,
#call:hover {
	color: #000;
}
#book:hover:after,
#call:hover:after {
	display: none;
}
#call {
	display: inline-block;
	padding: 0 14px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #137e7f;
	border-radius: 18px;
	display: none;
}

footer {
	height: 38px;
	line-height: 39px;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
	color: #1aa8aa;
	font-size: 12px;
}
#copy {
	display: inline-block;
	padding: 0 14px 0 23px;
}
footer nav {
	display: inline-block;
}
footer ul {
	display: inline-block;
}
footer li {
	display: inline-block;
	padding: 0;
}
footer nav a {
	display: inline-block;
	color: #1aa8aa;
	text-decoration: none;
	padding: 0 7px;
}
footer nav a:hover,
footer nav a.open {
	color: #333;
}
#footer-menu {
	position: absolute;
	right: 0;
	padding-right: 10px;
}
#footer-menu p {
	display: inline;
	padding-right: 15px;
	color: #333;
}
#footer-menu a {
	padding: 0 15px;
}
#footer-menu a.u-facebook {
	background: url(g/icon-f.png) 0 45% no-repeat;
	padding-left: 25px;
	margin-left: 10px;
}
#footer-menu a.u-instagram {
	background: url(g/icon-ig.png) 0 45% no-repeat;
	padding-left: 25px;
	margin-left: 10px;
}
#footer-menu a.u-youtube {
	background: url(g/icon-yt.png) 0 45% no-repeat;
	background-size: 20px 20px;
	padding-left: 25px;
	margin-left: 10px;
}

#content {
	position: absolute;
	left: 0;
	top: 70px;
	right: 0;
	bottom: 38px;
	overflow-y: scroll;
}
.going-wrap {
	position: absolute;
	overflow-y: scroll;
}
.content {
	width: 450px;
	float: left;
	background: rgba(19, 127, 128, 0.8);
	padding: 30px 30px 40px;
	min-height: 100%;
	margin-left: 220px;
}
.content.wide {
	width: 550px;
}
.content.ultrawide {
	width: 740px;
	overflow: auto;
}

aside {
	width: 220px;
	padding-top: 178px;
	position: fixed;
}
aside nav {
	width: 180px;
	border-bottom: 5px solid #1aa8aa;
	background: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}
aside nav ul {
	padding: 15px 0;
}
aside nav li {
	padding: 0;
}
aside nav .title {
	background: #137f80;
	font-size: 16px;
	padding: 9px 23px;
	line-height: 25px;
}
aside nav a {
	display: block;
	line-height: 15px;
	padding: 5px 18px 5px 23px;
	font-size: 14px;
	color: #19a6aa;
	text-decoration: none;
}
aside nav a:hover,
aside nav a.open {
	color: #333;
}

.submenu {
	float: left;
	position: fixed;
	margin-left: 670px;
	padding-top: 178px;
}
.submenu.wide {
	margin-left: 770px;
}
.submenu.ultrawide {
	margin-left: 960px;
}
.submenu li {
	padding: 0 0 1px;
}
.submenu a {
	display: block;
	line-height: 20px;
	padding: 10px 17px;
	background: rgb(255 255 255 / 85%);
	color: #137e7f;
	text-decoration: none;
}
.submenu a:hover,
.submenu a.open {
	background: rgba(19, 127, 128, 0.8);
	color: #fff;
}

.room {
	background: #fff;
	padding: 5px;
	margin: 0 0 20px;
	color: #4fbcba;
	overflow: hidden;
}
.room + .room {
	margin-top: -10px;
}
.room .pic {
	float: left;
}
.room h3 {
	color: #137f80;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 25px;
}
.room .info {
	overflow: hidden;
	padding: 4px 15px 0;
}
.room .capacity,
.room .price {
	padding-left: 20px;
	font-size: 14px;
	background: url(g/capacity.png) 0 4px no-repeat;
}
.room .price {
	background-image: url(g/price.png);
}

.service {
	margin: 0 0 20px 21px;
	padding: 9px 15px 0;
	background: #fff;
	color: #137f7f;
	position: relative;
	cursor: pointer;
}
.service + .service {
	margin-top: -9px;
}
.service h2 {
	font-size: 18px;
	line-height: 22px;
	padding: 2px 0;
}
.service .price {
	color: #4ebbb9;
	padding: 0 0 9px;
	font-size: 14px;
}
.service .text {
	display: none;
	font-size: 13px;
	line-height: 18px;
}
.service.open {
	background: #1aa8aa;
	color: #fff;
}
.service.open .price {
	color: #28e9ee;
}
.service.open .text {
	display: block;
}
.service .text > :last-child {
	padding-bottom: 13px;
}
.service .switch {
	position: absolute;
	left: -21px;
	top: 0;
	width: 20px;
	height: 20px;
	background: url(g/plus.png) 50% 50% no-repeat #fff;
}
.service.open .switch {
	background: url(g/minus.png) 50% 50% no-repeat #1aa8aa;
}
.service:hover .switch {
	opacity: 0.75;
}
.menu {
	background: #fff;
	margin: 0 0 20px;
	color: #4cb9b8;
	padding: 9px 15px;
	position: relative;
	font-size: 14px;
}
.menu-w-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	background-color: #1AA8AA;
	font-size: 16px;
	color: #fff;
	padding: 0;
	margin: 0 -30px;
}
@media screen and (max-width: 980px) {
	.menu-w-img {
		margin: 0 -20px;
	}
}
.menu + .menu {
	margin-top: -19px;
}
.menu-w-img + .menu {
	margin-top: 20px;
}
.menu-w-img + .menu-w-img {
	margin-top: 1px;
}
.menu-w-img:last-child {
	margin-bottom: -20px;
}
.menu-w-img:last-child + .menu {
	margin-bottom: 0px;
}
.menu h2 {
	color: #137f7f;
	font-size: 18px;
	line-height: 22px;
	padding: 2px 110px 0 0;
}
.menu-w-img h2 {
	color: #fff;
}
.menu .price {
	position: absolute;
	right: 15px;
}
.menu h2 + .price,
.menu .row .price {
	margin-top: -20px;
}
.menu-w-img .price {
    position: relative;
    right: 0;
    margin: 10px 0 0 !important;
}
.menu .row {
	padding-bottom: 1px;
	padding-right: 80px;
}
.menu .row .price {
	top: auto;
}
.menu-desc {
	font-size: 13px;
	margin-top: 10px;
}
.menu-text {
	width: 45%;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	padding: 15px 30px;
}
.menu-img {
	width: 55%;
}
@media screen and (max-width: 767px) {
	.menu-img, .menu-text {
		width: 100%;
	}
}
.content .menu-img img {
	height: 100%;
    width: 100%;
	object-fit: cover;
}
.menu .ehtne {
	position: absolute;
	top: 6px;
	right: 85px;
	width: 32px;
	height: 30px;
	background: url(g/ehtne-icon.png) 0 0 no-repeat;
}
.menu .ehtne span {
	position: absolute;
	margin-left: 25px;
	margin-top: 40px;
	z-index: 10;
	background: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
	padding: 13px 10px;
	color: #000;
	display: none;
	white-space: nowrap;
}
.menu .ehtne:hover span {
	display: block;
}

.fp {
	text-align: center;
	color: #333;
	font-size: 19px;
	line-height: 27px;
}
.fp h1 {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
}
.fp .banner {
	display: inline-block;
	width: 170px;
	padding: 5px;
	line-height: 25px;
	font-size: 16px;
	color: #0f6566;
	background: #fff;
	text-decoration: none;
	margin: 10px;
}
.fp .banner img {
	display: inline-block;
	margin: 0 0 5px;
}
.fp .banner:hover {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
	border-bottom: 5px solid #1aa8aa;
	margin-bottom: 5px;
}
.fp-content-short,
.fp-content-long {
	text-align: left;
	max-width: 700px;
}
.fp-content-long {
	display: none;
}
.fp-content-short p:last-of-type {
	display: inline;
}
.fp-content-long p:last-child {
	padding-bottom: 0;
}
.fp .more,
.fp .close {
	color: #313140;
	font-size: 16px;
}
.fp p {
	font-size: 16px;
}
.fp p strong,
.fp p b {
	font-size: 19px;
	font-weight: normal;
}

.gc-link {
	background: url(g/icon-kk.png) 14px 50% no-repeat #fff;
	background-size: 13px 15px;
	color: #147e7f;
	padding: 0 15px 0 35px;
	line-height: 35px;
	height: 35px;
	font-size: 14px;
	text-decoration: none;
	border-radius: 17px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 90px;
	right: 20px;
	z-index: 1;
}
.gc-link:hover {
	background-color: #147e7f;
	background-image: url(g/icon-kk-over.png);
	color: #fff;
}

.ta-link {
	display: block;
	position: fixed;
	top: 133px;
	right: 20px;
	width: 163px;
	height: 51px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	border-radius: 9px;
	background: url(g/tripadvisor-logo.png) 50% 7px no-repeat #fff;
	background-size: 115px 18px;
}
.ta-link span {
	height: 20px;
	background-color: #e2efef;
	border-radius: 0 0 9px 9px;
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	line-height: 20px;
	font-size: 9px;
	color: #147e7f;
	text-transform: uppercase;
}

.gallery {
	/*
  position: fixed;
  bottom: 48px;
  height: 56px;
  background: #fff;
  width: 100%;
  margin-left: 225px;
*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	background: transparent;
}
.gallery .inner {
	position: absolute;
	-webkit-transition: left 0.2s linear;
	-moz-transition: left 0.2s linear;
	transition: left 0.2s linear;
	left: 0;
}
.content.normal .gallery {
	margin-left: 420px;
}
.content.wide .gallery {
	margin-left: 500px;
}
.content.wide .gallery {
	margin-left: 690px;
}
.gallery .prev,
.gallery .next {
	cursor: pointer;
	position: fixed;
	top: 50%;
	width: 40px;
	height: 40px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
	background: #fff;
	border-radius: 50%;
	transition: opacity 0.15s linear;
}
.gallery .prev:hover,
.gallery .next:hover {
	opacity: 0.6;
}
.gallery .prev {
	left: 40px;
}
.gallery .prev:before,
.gallery .next:before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border: 3px solid #5fa3a9;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	transform-origin: 0 0;
	transform: rotate(-45deg);
	border-width: 4px 0 0 4px;
}
.gallery .next {
	right: 40px;
}
.gallery .next:before {
	transform: rotate(135deg);
	margin-left: 7px;
}
.gallery .pics {
	display: none;
}
/*
.gallery .pics a {
  display: inline-block;
  padding: 5px 5px 0 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.gallery .pics a:hover,
.gallery .pics a.open {
  opacity: .6;
}
.gallery nav {
  float: left;
}
*/
.gallery-content {
	float: left;
	position: relative;
}
.gallery nav {
	position: fixed;
	z-index: 1;
	right: 50%;
	top: 70px;
	padding: 0 13px;
	margin-right: -13px;
	overflow: hidden;
}
.gallery nav.pano-nav {
	right: auto;
	left: 50%;
	margin-left: -13px;
	margin-right: 0;
}
.gallery nav ul {
	width: 210px;
	background: #137e7f;
	opacity: 0.9;
	border-radius: 0 0 8px 8px;
	position: relative;
	height: 40px;
}
.gallery nav:hover ul {
	padding: 45px 8px 10px;
	height: auto;
}
.gallery nav li {
	padding: 0;
	display: none;
	line-height: 27px;
	text-align: center;
	width: 100%;
}
.gallery nav:hover li {
	display: block;
}
.gallery nav a {
	white-space: nowrap;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: block;
}
.gallery nav a:hover {
	color: #1aa8aa;
}
.gallery nav li.open {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	line-height: 40px;
	background: #5fa3a9;
	border-radius: 0 0 8px 8px;
}
.gallery nav li.open:before,
.gallery .pano:before,
.gallery nav li.open:after,
.gallery .pano:after {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	position: absolute;
	top: -13px;
}
.gallery nav li.open:before,
.gallery .pano:before {
	box-shadow: -13px 13px 0 #5fa3a9 inset;
	left: -13px;
}
.gallery nav li.open:after,
.gallery .pano:after {
	box-shadow: 13px 13px 0 #5fa3a9 inset;
	right: -13px;
}
.gallery nav ul:hover li.open {
	border-radius: 0;
}
.gallery nav li.open a {
}
.gallery.gal nav li.open,
.gallery.pan nav:hover li.open,
.gallery.pan .pano {
	background: #137e7f;
}
.gallery.pan .pano {
	pointer-events: none;
}
.gallery.gal nav li.open:before,
.gallery.pan nav:hover li.open:before,
.gallery.pan .pano:before {
	box-shadow: -13px 13px 0 #137e7f inset;
}
.gallery.gal nav li.open:after,
.gallery.pan nav:hover li.open:after,
.gallery.pan .pano:after {
	box-shadow: 13px 13px 0 #137e7f inset;
}
.gallery.gal nav {
	z-index: 2;
}

.gallery .pano {
	position: fixed;
	z-index: 1;
	left: 50%;
	top: 70px;
	display: block;
	line-height: 40px;
	background: #5fa3a9;
	border-radius: 0 0 8px 8px;
	width: 210px;
	text-align: center;
	opacity: 0.9;
	text-decoration: none;
	color: #fff;
}
.gallery .pano:hover {
	color: #000;
}
.pano-box {
	position: fixed;
	left: 0;
	top: 70px;
	right: 0;
	bottom: 38px;
}

.nl-form {
	overflow: hidden;
	margin-top: 10px;
	position: relative;
}
.nl-form input {
	height: 46px;
	background: #fff;
	border: 0;
	border-radius: 23px 0 0 23px;
	padding: 10px 20px;
	line-height: 26px;
	color: #137e7f;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0;
	width: 75%;
	float: left;
}
.nl-form input.error {
	background: #fdd;
	color: #800;
}
.nl-form button {
	width: 25%;
	float: left;
	height: 46px;
	border: 0;
	background: #1aa8aa;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	line-height: 46px;
	border-radius: 0 23px 23px 0;
}
.nl-form button:hover {
	/*background: #137f80;*/
	color: #000;
}
.nl-form .thanks {
	position: absolute;
	display: none;
	font-size: 1.5em;
}

.button {
	padding: 10px 0;
}
.button a {
	display: inline-block;
	padding: 0 15px;
	height: 30px;
	line-height: 32px;
	background: #fff;
	color: #137e7f;
	border-radius: 15px;
	text-decoration: none;
	font-size: 16px;
}
.button a:hover {
	color: #fff;
	background: #1aa8aa;
}

#cinema {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #000;
	transition: all 0.5s linear;
}
#cinema.hidden {
	opacity: 0;
}
body.module-frontpage #cinema {
	background: #19a7aa;
}
body.module-frontpage #cinema iframe {
	opacity: 0.5;
}
body.module-gallery #cinema {
	left: -9999px;
	top: -9999px;
}
#cinema.open {
	z-index: 100000;
	background: rgba(0, 0, 0, 0.8);
}
#cinema iframe {
	position: relative;
	opacity: 0.5;
	transition: all 0.3s linear;
}
#cinema.open iframe {
	opacity: 1 !important;
	box-shadow: 0 0 0 10px #fff;
}
#cinema .close {
	width: 36px;
	height: 36px;
	background: #147e7f;
	border-radius: 18px;
	margin: -23px 0 0 -13px;
	position: absolute;
	cursor: pointer;
	display: none;
}
#cinema .close:before,
#cinema .close:after {
	content: ' ';
	display: block;
	position: absolute;
	background: #fff;
	position: absolute;
	width: 20px;
	height: 4px;
	left: 8px;
	top: 16px;
	transform: rotate(45deg);
}
#cinema .close:after {
	width: 4px;
	height: 20px;
	left: 16px;
	top: 8px;
}
#cinema.open .close {
	display: block;
}
.fp-content-short,
.fp-content-long {
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding-bottom: ;
}
.fp-content-short,
.fp-content-long {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: -90px;
}
.fp h1 {
	background-image: url(g/logo-big-white.png);
	margin: 60px auto;
	margin-left: auto;
	margin-right: auto;
}
.fp .banners {
	position: fixed;
	bottom: 58px;
	padding: 65px 0 0;
	top: auto;
	left: 0;
	right: 0;
}

.fp-content-short h2 {
	font-size: 24px;
	line-height: 29px;
}
.fp-content-short p {
	font-size: 20px;
	line-height: 24px;
}

@media screen and (max-width: 1650px) {
	.fp .banners {
		padding-bottom: 35px;
	}
}
.show-cinema {
	height: 44px;
	line-height: 44px;
	background: #fff;
	color: #147e7f;
	border-radius: 22px;
	padding: 0 20px 0 50px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 43px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}
.show-cinema:before {
	content: ' ';
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	position: absolute;
	left: 4px;
	top: 4px;
	background: #147e7f;
}
.show-cinema:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 18px;
	top: 15px;
	width: 0;
	height: 0;
	border: 1px solid transparent;
	border-width: 7px 0 7px 11px;
	border-left-color: #fff;
}
.show-cinema:hover {
	color: #fff;
	background: #147e7f;
}
.show-cinema:hover:before {
	background: #fff;
}
.show-cinema:hover:after {
	border-left-color: #147e7f;
}
.show-cinema a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

aside .show-cinema {
	margin-top: 33px;
}

.module-frontpage .banners .show-cinema {
	display: block;
}
.banners .show-cinema {
	display: none;
	position: fixed;
	left: 20px;
	top: 90px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	padding: 0 15px 0 40px;
	z-index: 1;
}
.banners .show-cinema:before {
	width: 27px;
	height: 27px;
}
.banners .show-cinema:after {
	border-width: 5px 0 5px 8px;
	left: 14px;
	top: 12px;
	height: 1px;
}

.book-form {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 280px;
	height: 234px;
	background: #e2efef;
	z-index: 3;
	box-sizing: border-box;
	padding: 25px 30px 0;
	text-align: center;
}
.book-form .date {
	width: 100px;
	float: left;
	cursor: pointer;
	position: relative;
}
.book-form .date + .date {
	margin-left: 20px;
}
.book-form .date .text {
	line-height: 20px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 14px;
	color: #147e7f;
}
.book-form .date .bx {
	width: 100px;
	height: 80px;
	background-color: #ffffff;
	border-radius: 4px;
}
.book-form .date .bx .day {
	font-size: 33px;
	font-weight: 500;
	text-align: center;
	line-height: 40px;
	letter-spacing: -1px;
	color: #147e7f;
	padding-top: 13px;
}
.book-form .date .bx .month {
	height: 10px;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	line-height: 12px;
	color: #8bdedf;
	text-transform: uppercase;
}
.book-form .date input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	border: 0;
	outline: 0;
	color: transparent;
	background: transparent;
	cursor: pointer;
}
.book-form .button {
	display: inline-block;
	padding: 0 14px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #137e7f;
	border-radius: 18px;
	text-decoration: none;
	margin-top: 15px;
	font-size: 14px;
	clear: both;
	width: 100%;
	box-sizing: border-box;
}
.book-form .grant {
	font-size: 11px;
	font-weight: 500;
	text-align: center;
	line-height: 13px;
	color: #147e7f;
	margin-top: 20px;
	text-transform: uppercase;
}
.module-frontpage header .book-form {
	display: none;
}
.fp-content-short .book-form {
	display: block;
	position: relative;
	top: auto;
	right: auto;
	margin: 60px auto 0;
	background-color: rgba(226, 239, 239, 0.8);
}

@media screen and (max-width: 1200px) {
	.fp-content-short,
	.fp-content-long {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		margin-top: 50px;
	}
	.fp .banners {
		position: relative;
		bottom: auto;
	}
}
@media screen and (max-height: 800px) {
	.fp-content-short,
	.fp-content-long {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		margin-top: 50px;
	}
	.fp .banners {
		position: relative;
		bottom: auto;
	}
}
@media screen and (max-width: 980px) {
	#cinema {
		display: none;
	}
	.module-frontpage .banners .show-cinema {
		display: inline-block;
		position: relative;
		left: auto;
		top: auto;
		margin-bottom: 30px;
	}
	.fp-content-short,
	.fp-content-long {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		margin-top: 50px;
	}
	.fp .banners {
		position: relative;
		bottom: auto;
	}
	html {
		height: auto;
		overflow: auto;
	}
	body {
		height: auto;
	}
	.page-width {
		width: auto;
		height: auto;
	}

	#content {
		position: relative;
		top: 0;
		bottom: auto;
		overflow-y: hidden;
	}

	#cpriv {
		height: auto;
		position: fixed;
		z-index: 10;
		left: 0;
		top: 0;
		right: 0;
		background: #147e7f;
		color: #fff;
	}
	.cpriv-content {
		line-height: 20px;
		text-align: center;
		padding: 5px 110px 5px 10px;
		min-height: 50px;
		box-sizing: border-box;
	}
	.cpriv-content p {
		padding: 0;
	}
	body.cpriv header {
		margin-top: 50px;
	}
	body.cpriv #content {
		top: 0;
	}
	body.cpriv .banners .show-cinema {
		display: none;
	}

	#content .page-width {
		overflow: hidden;
		padding: 10px;
	}
	aside {
		padding: 0 0 5px;
		width: auto;
		position: relative;
	}
	aside nav {
		width: auto;
	}
	aside nav .title {
		display: none;
	}
	aside nav ul {
		padding: 5px;
	}
	aside nav li {
		display: inline-block;
	}
	aside nav li a {
		display: inline-block;
		padding: 8px 10px;
	}
	.content,
	.content.wide,
	.content.ultrawide {
		margin-left: auto;
		float: none;
		width: auto;
		padding: 40px 20px 20px;
	}
	.content .gallery {
		display: none;
	}
	.content img {
		max-width: 100%;
		height: auto;
	}
	header nav li:hover ul {
		display: none;
	}
	.submenu,
	.submenu.wide,
	.submenu.ultrawide {
		float: none;
		position: relative;
		margin-left: 0;
		padding-top: 5px;
		width: auto;
	}
	.submenu ul {
		background: #fff;
		padding: 5px;
	}
	.submenu li {
		display: inline-block;
		padding: 0;
	}
	.submenu a {
		display: inline-block;
		padding: 8px 10px;
	}
	.fp {
		padding-top: 25px;
	}
	.fp h1 {
		margin: 40px auto;
	}
	.fp .banners {
		padding: 40px 0 0;
		margin: 0 -15px;
	}
	.fp .banner {
		margin: 5px;
	}
	.fp .banner:hover {
		margin-bottom: 0;
	}
	.fp p {
		display: block;
	}
	footer {
		position: relative;
		height: auto;
	}
	#footer-menu {
		position: relative;
		width: 100%;
		padding-left: 20px;
		text-align: right;
	}

	.module-gallery .background {
		position: relative;
		height: 0;
		padding-bottom: 100%;
	}
	.module-gallery #content {
		overflow: hidden;
	}
	.gallery {
		position: relative;
		bottom: auto;
		margin: 0;
		z-index: 10;
		width: auto;
		margin-bottom: 1px;
		padding: 0;
		height: auto;
	}
	.gallery.content {
		left: 0;
		top: 56px;
	}
	.gallery nav {
		position: absolute;
		z-index: 1;
		top: auto !important;
	}
	.gallery nav ul {
		bottom: 100%;
		width: 180px;
	}
	.gallery .pano {
		position: absolute;
		top: auto;
		width: 180px;
	}
	.module-gallery #content .page-width {
		overflow: visible;
	}
	.pano-box {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}
	.background.pan + .page-width,
	.background.gal + .page-width {
		padding: 0 !important;
	}
	.gallery .gallery-content {
		height: auto;
		padding-top: 100%;
		float: none;
		margin-top: -100%;
	}

	.ta-link,
	.gc-link {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	header {
		position: relative;
		height: auto;
		padding: 0 1px;
		overflow: hidden;
	}
	#logo {
		position: absolute;
		left: 50%;
		margin-left: -57px;
		top: 0;
		margin-top: 15px;
		float: left;
	}
	header nav {
		display: block;
		clear: both;
		margin: 130px 15px 0;
		position: relative;
		text-align: center;
	}
	header nav ul {
		display: inline;
	}
	header nav li {
		margin-bottom: 15px;
	}
	header nav a {
		padding: 0 10px;
	}
	.header-actions {
		position: absolute;
		top: -55px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	#call {
		display: inline-block;
		margin-right: 0;
	}
	.module-frontpage #call {
		margin-left: 0;
	}
}

#tidio-chat iframe {
	transform: translateY(-30px) !important;
}

/* Print styles */
@media print {
	* {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: '';
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

#lngmenu {
	width: 60px;
	height: 40px;
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 1;
	padding: 4px 0;
	background-color: #ffffff;
	margin: 0;
}

@media screen and (max-width: 1200px) {
	#lngmenu {
		top: 12px;
	}
}

#lngmenu ul {
	top: 4px;
    position: absolute;
    left: 0;
    padding-top: 36px;
	padding-left: 0;
	margin: 0;
    height: 32px;
	width: 100%;
    overflow: hidden;
    text-transform: uppercase;
	text-align: center;
	z-index: 1;
}

#lngmenu.is-open ul {
	overflow: visible;
	background-color: #ffffff;
}

#lngmenu li {
	display: block;
	line-height: 32px;
	background-color: #ffffff;
	font-size: 16px;
	width: 100%;
	margin: 0;
}

#lngmenu li a {
	color: #333333;
	padding: 0;
	text-decoration: none;
}

#lngmenu li:not(.open):hover a {
	color: #00A9AB;
}

#lngmenu li a:after {
	content: none;
}

#lngmenu li.open a {
	color: #00A9AB;
}

#lngmenu li.open {
	position: absolute;
    top: 0;
	left: 0;
	background-color: transparent;
}

#lngmenu .dd-arrow {
	pointer-events: none;
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 0;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center center;
	background-image: url(g/dd-arrow.svg);
}
