/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul,nav{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}:focus {outline:0;}ins{text-decoration:none;}del {text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}a{text-decoration:none;}input{-webkit-appearance:none;}
/* End reset */

@font-face {
    font-family: 'MuseoSansCyrl-700';
    src: url('fonts/MuseoSansCyrl-700.eot');
    src: url('fonts/MuseoSansCyrl-700.eot') format('embedded-opentype'),
         url('fonts/MuseoSansCyrl-700.woff') format('woff'),
         url('fonts/MuseoSansCyrl-700.otf') format('otf'),
         url('fonts/MuseoSansCyrl-700.ttf') format('truetype'),
         url('fonts/MuseoSansCyrl-700.svg#MuseoSansCyrl-700') format('svg');
}

@font-face {
    font-family: 'MuseoSansCyrl-500';
    src: url('fonts/MuseoSansCyrl-500.eot');
    src: url('fonts/MuseoSansCyrl-500.eot') format('embedded-opentype'),
         url('fonts/MuseoSansCyrl-500.woff') format('woff'),
         url('fonts/MuseoSansCyrl-500.otf') format('otf'),
         url('fonts/MuseoSansCyrl-500.ttf') format('truetype'),
         url('fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500') format('svg');
}

@font-face {
    font-family: 'MuseoSansCyrl-300';
    src: url('fonts/MuseoSansCyrl-300.eot');
    src: url('fonts/MuseoSansCyrl-300.eot') format('embedded-opentype'),
         url('fonts/MuseoSansCyrl-300.woff') format('woff'),
         url('fonts/MuseoSansCyrl-300.otf') format('otf'),
         url('fonts/MuseoSansCyrl-300.ttf') format('truetype'),
         url('fonts/MuseoSansCyrl-300.svg#MuseoSansCyrl-300') format('svg');
}

@font-face {
    font-family: 'MuseoSansCyrl-100';
    src: url('fonts/MuseoSansCyrl-100.eot');
    src: url('fonts/MuseoSansCyrl-100.eot') format('embedded-opentype'),
         url('fonts/MuseoSansCyrl-100.woff') format('woff'),
         url('fonts/MuseoSansCyrl-100.otf') format('otf'),
         url('fonts/MuseoSansCyrl-100.ttf') format('truetype'),
         url('fonts/MuseoSansCyrl-100.svg#MuseoSansCyrl-100') format('svg');
}

body {
	font-family: 'MuseoSansCyrl-500';
}

.clear {
	clear: both;
}

/* Шапка */
#header {
	height: 650px;
	max-height: 1080px;
	background-image: url('images/headerbg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	text-align: center;
}

#header-top {
	padding: 25px 0;
}

#header-top div {
	display: inline-block;
}

#header-top div:nth-child(1) {
	font-size: 21px;
}

#header-top #clickaddress span {
	color: #fbb021;
	font-family: 'MuseoSansCyrl-300';
	font-size: 25px;
	font-weight: bold;
}

#header-top .phone {
	font-family: 'MuseoSansCyrl-300';
	font-size: 20px;
}

#header-top .phone a {
	color: #FFF;
	font-size: 27px;
	font-family: 'MuseoSansCyrl-500';
}

#header-top .phone a:nth-child(1) {
	margin-right: 15px;
}

#header-top .phone a:nth-child(2) {
	margin-left: 15px;
}

#logo-pic {
	width: 200px;
	height: 213px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-position: center;
	margin: 18px auto;
	background-size: cover;
}

#logo h1:nth-of-type(1) {
	font-family: 'MuseoSansCyrl-700';
	font-size: 48px;
	margin: 15px 0;
	font-weight: normal;
}

#logo h1:nth-of-type(2) {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
}

#logo h1:nth-of-type(2)::before, #logo h1:nth-of-type(2)::after {
	content: '';
	display: inline-block;
	width: 130px;
	height: 12px;
	background-image: url(images/bathbg.png);
	background-repeat: repeat-x;
	background-position: center;
	margin: 0 15px;
}

#logo h3::before {
	margin-right: 20px;
}

#logo h3::after {
	margin-left: 20px;
}

#social-icon {
	margin-top: 20px;
}

.ya-share2__badge {
    background-color: transparent!important;
    border: 2px solid #FFF;
    padding: 3px;
    margin: 0 2px;
    border-radius: 0!important;
	transition: .4s;
}

.ya-share2__item_service_vkontakte .ya-share2__badge:hover {
    background-color: #48729e!important;
}

.ya-share2__item_service_odnoklassniki .ya-share2__badge:hover {
    background-color: #eb722e!important;
}

.ya-share2__item_service_twitter .ya-share2__badge:hover {
    background-color: #00aced!important;
}

#header nav {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 35px 0;
	background-image: url('images/navbg.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#header nav li {
	display: inline-block;
	margin-left: 60px;
}

#header nav li:nth-child(1) {
	margin-left: 0;
}

#header nav li a {
	font-family: 'MuseoSansCyrl-300';
	font-size: 26px;
	color: #FFF;
	text-transform: uppercase;
	transition: .4s;
}

#header nav li a:hover {
	color: #fbb021;
}

#headerwrapper {
	transition: .4s;
}

/* Основная часть сайта */

#infograph {
	text-align: center;
	color: #FFF;
	font-family: 'MuseoSansCyrl-300';
}

#infograph a {
	display: inline-block;
	border-bottom: 1px dashed #1C1C1C;
	margin: 0 auto;
	font-size: 35px;
	color: #1C1C1C;
}

#main h2 {
	font-family: 'MuseoSansCyrl-100';
	text-align: center;
    font-weight: normal;
    font-size: 37px;
    padding: 45px 0;
	text-transform: uppercase;
	background: url('images/headerbg.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 35px 0;
}

#about-us {
	text-align: center;
}

#about-us div {
	display: inline-block;
	margin: 35px 0;
}

#about-us div img {
	display: block;
}

#about-us div h2 {
	font-family: 'MuseoSansCyrl-100';
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 35px;
	padding: 0;
	margin-bottom: 0;
	background-image: none;
}

#form {
	background-image: url('images/formbg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 46px 0;
	margin-top: 40px;
}

#form {
	color: #FFF;
}

#form h1 {
	font-size: 37px;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: 'MuseoSansCyrl-700';
	background-image: url('images/header-linebg.png');
	background-size: 558px 3px;
	padding-bottom: 13px;
	margin-bottom: 10px;
	padding-top: 0;
	margin-top: 0;
	text-transform: uppercase;
}

#form p {
	text-align: center;
	font-family: 'MuseoSansCyrl-500';
	font-size: 17px;
	color: #FFF;
	display: inline-block;
	padding: 5px;
}

#form div {
	background-color: rgba(0, 0, 0, 0.58);
	padding: 30px 0;
	text-align: center;
}

#form input {
	width: 253px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #FFF;
	border-radius: 0;
	color: #FFF;
	height: 45px;
	margin: 6px 55px;
	font-size: 20px; 
	font-family: 'MuseoSansCyrl-300';
}

#useform {
    margin: 15px auto 0 auto;
}

#form input[type='submit'] {
	text-transform: uppercase;
	background-color: #ffb838;
	color: #040001;
	font-family: 'MuseoSansCyrl-300';
	font-size: 22px;
	border-bottom: none;
	cursor: pointer;
	margin-top: 25px;
}

#form input[type='submit']:hover {
	background-color: #FF1F64;
	color: #FFF;
	transition: .4s;
}

#form input::-webkit-input-placeholder {color:#FFF; font-size: 19px; font-family: 'MuseoSansCyrl-300';}
#form input::-moz-placeholder          {color:#FFF; font-size: 19px; font-family: 'MuseoSansCyrl-300';}
#form input:-moz-placeholder           {color:#FFF; font-size: 19px; font-family: 'MuseoSansCyrl-300';}
#form input:-ms-input-placeholder      {color:#FFF; font-size: 19px; font-family: 'MuseoSansCyrl-300';}

#reserved-room input::-webkit-input-placeholder {color:#000; font-size: 19px; font-family: 'MuseoSansCyrl-300';}
#reserved-room input::-moz-placeholder          {color:#000; font-size: 19px; font-family: 'MuseoSansCyrl-300';}
#reserved-room input:-moz-placeholder           {color:#000; font-size: 19px; font-family: 'MuseoSansCyrl-300';}
#reserved-room input:-ms-input-placeholder      {color:#000; font-size: 19px; font-family: 'MuseoSansCyrl-300';}


#room-slider {
	float: left;
	width: 686px;
	height: 505px;
	margin-right: 60px;
	margin-top: -20px;
}

#room-slider img {
	height: 535px;
}

#room-desc {
	width: 428px;
	font-size: 17px;
	font-family: 'MuseoSansCyrl-100';
	line-height: 29px;
	text-align: justify;
	float: right;
}

#room-desc span {
	background-color: #ffb838;
	color: #110c06;
	font-size: 20px;
	padding: 9px 23px;
	margin: 24px 0;
	display: inline-block;
}

#room-desc span:nth-of-type(1) {
	margin-right: 36px;
}

#room-reserved {
	position: relative;
}

#price {
	background-image: url('images/price.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 1030px;
	height: 80px;
	margin: 60px auto 30px auto;
}

#book-a-room {
	margin: 0 auto;
	width: 100%;
	font-size: 22px;
	color: #FFF;
	text-transform: uppercase;
	background-color: #ff1f65;
	text-align: center;
	cursor: pointer;
	font-family: 'MuseoSansCyrl-300';
	padding: 15px 0;
	margin-top: 44px;
	transition: .4s;
}

#book-a-room:hover{
    background-color: #ffb838;
    color: #040001;
}

#tabs {
	text-align: center;
}

#photogallery .gallery div a {
	border: 10px solid #FFF;
    box-shadow: 0px 0px 12px #d6d6d6;
	width: 190px!important;
	height: 190px;
	margin: 11px;
	display: block;
	overflow: hidden;
}

#photogallery .gallery img {
    cursor: zoom-in;
	height: 190px;
}

#flb-close {
	cursor: pointer;
}

#gallery-rooms {
	display: none;
}

#room-slider a {
	display: inline-block;
	width: 100%;
	height: 478px;
}

#room-slider div {
	outline: 1px solid #fff;
    outline-offset: -10px;
    text-align: center;
    margin: 10px 0;
}

#tabs div {
	display: inline-block;
	border: 1px solid #000;
	color: #000;
	backgrond-color: transparent;
	font-size: 22px;
	text-transform: uppercase;
	width: 170px;
	padding: 12px 0;
	margin: 40px 13px;
	font-family: 'MuseoSansCyrl-100';
	text-align: center;
	cursor: pointer;
	transition: .4s;
}

#photogallery .active, #tabs div:hover {
	background-color: #000;
	color: #FFF;
}


#footer {
	background-color: #1c1c1c;
	color: #FFF;
	font-family: 'MuseoSansCyrl-100';
	font-size: 18px;
	height: 40px;
}

#footer a {
	color: #FFF;
	padding-left: 20px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer div:nth-child(2) a {
	display: block;
	width: 48px;
	height: 33px;
	background-image: url('images/kit39.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-left: 0;
	float: left;
}

#footer div:nth-child(2) span {
	margin-top: 12px;
    margin-left: 10px;
    display: inline-block;
}

#footer div:nth-child(1) {
	float: left;
	padding: 3px;
}

#footer div:nth-child(1) span {
	padding-right: 20px;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer div:nth-child(2) {
	float: right;
	font-size: 14px;
}

#room-reserved {
	margin-bottom: 100px;
}

#room-slider .slick-prev {
    right: 106px!important;
	background-image: url('images/slick-prev.png');
}

#room-slider .slick-next {
    right: 30px!important;
	background-image: url('images/slick-next.png');
}

#room-slider .slick-arrow {
	bottom: -7px!important;
	width: 68px;
    height: 68px;
	z-index: 2;
	top: auto!important;
    left: auto!important;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #FFF;
	background-size: 66px;
}

#room-slider img {
	cursor: zoom-in;
}

#room-slider .slick-arrow:hover {
	background-color: #ffb838;
}

#header-slider .slick-arrow {
	bottom: 0px!important;
	width: 30px;
    height: 100px;
	z-index: 2;
	background-position: center;
	background-repeat: no-repeat;
}

#header-slider .slick-arrow:hover {
	opacity: .4;
}

#header-slider .slick-prev {
	background-image: url('images/slick-prev-top.png');
}

#header-slider .slick-next {
	background-image: url('images/slick-next-top.png');
}

#header-slider .slide {
	text-transform: uppercase;
}

#header-slider .slide p {
	font-family: 'MuseoSansCyrl-700';
	font-size: 42px;
    line-height: 50px;
}

#header-slider .slide a.reserved {
	font-size: 23px;
	display: inline-block;
	font-family: 'MuseoSansCyrl-100';
	margin-top: 45px;
	padding: 10px 15px;
	cursor: pointer;
	border: 2px solid white;
	transition: .4s;
	color: white;
	text-transform: none;
	font-weight: bold;
}

#header-slider .slide a.reserved:hover {
    background-color: #FBB021;
    color: #181D19;
}

#header-slider {
    margin-top: 40px;
}

#header-slider .slide-img p {
	display: inline-block;
	text-align: left;
	margin: auto;
	width: 100%;
	padding-left: 450px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: 12% 50%;
	background-repeat: no-repeat;
}
#header-slider .slide-img.wood p {
	padding-left: 690px;
	background-image: url(img/wood.png);
	background-position: 30% 50%;
}
#header-slider .slide-img.bathrobe p {
	padding-left: 390px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-image: url(img/bathrobe.png);

}
#header-slider .slide-img.party p {
	padding-left: 525px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-image: url(img/party.png);
	background-position: 20% 50%;
}

#header-slider .slide-img.bathrobe span.reserved {
	margin-left: 100px;
	margin-top: 0;
}

#send-head {
	font-family: 'MuseoSansCyrl-500';
	font-size: 26px;
}

#send-msg {
	padding: 15px 0;
    background-image: url('images/header-linebg.png');
    font-size: 22px;
    font-family: 'MuseoSansCyrl-300';
    background-repeat: no-repeat;
    background-position: bottom center;
}

#send-date {
	margin-top: 25px;
    font-family: 'MuseoSansCyrl-300';
    font-size: 17px;
}

.fixed {
	position: fixed!important;
	top: 0!important;
	left: 0!important;
	width: 100%!important;
	height: auto!important;
	    min-height: 1px!important;
	background: #000!important;
}

.fixed #header-top {
	float: right;
	maegin-top: 11px;
	padding-right: 0!important;
}

.fixed #header-top div:nth-child(1) {
	display: none;
}

.fixed #logo {
	float: left;
}

.fixed #header-slider {
	height: 0;
	overflow: hidden;
}

.fixed #logo-pic {
	width: 56px;
    height: 46px;
	margin-bottom: 13px;
}

.fixed #logo h1:nth-of-type(1) {
	font-size: 28px;
	margin: 5px 0;
}

.fixed #logo h1:nth-of-type(2) {
	font-size: 12px;
}

.fixed #logo h1:nth-of-type(2)::before, .fixed #logo h1:nth-of-type(2)::after {
	width: 62px;
}

.fixed nav li a {
	font-size: 20px;
}

.fixed nav {
	background-image: none;
	text-align: right;
}

.fixed #hederwrapper {
	width: 1180px;
    margin: 0 auto;
	position: relative;
	padding-bottom: 35px;
	transition: .4s;
}

.fixed nav {
	width: auto!important;
	left: auto!important;
	bottom: 35px!important;
	right: 0;
	background-image: none!important;
	padding: 5px 0!important;
}

.fixed #social-icon {
    position: absolute;
    top: 13px;
    left: 412px;
}

.fixed nav li {
	margin-left: 34px!important;
}

.fixed nav li a {
	font-size: 20px!important;
}

.fixed #logo {
	cursor: pointer;
}

.fixed #header-top div:nth-child(2) {
    margin-top: 13px;
}

.window-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.58);
	z-index: 100;
	cursor: pointer;
}

#reserved-room {
	background-color: #FFF;
	display: inline-block;
	padding: 35px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -253px;
	margin-left: -220px;
	cursor: context-menu;
	position: relative;
}

#reserved-room input {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	color: #000;
	height: 45px;
	font-size: 20px; 
	font-family: 'MuseoSansCyrl-300';
	display: block;
	margin: 12px 0
}

#reserved-room input[type='submit'] {
	text-transform: uppercase;
	background-color: #FF1F64;
	color: #FFF;
	font-family: 'MuseoSansCyrl-300';
	font-size: 22px;
	border-bottom: none;
	cursor: pointer;
	margin-top: 30px;
}

#reserved-room input[type='submit']:hover {
	background-color: #ffb838;
	color: #040001;
}

#formmsg2 {
	color: rgb(255, 255, 255);
    background-color: rgb(255, 31, 100);
    padding: 5px;
    text-align: center;
    font-size: 20px;
    font-family: 'MuseoSansCyrl-300';
    display: none;
}

.window-wrap {
	display: none;
}

.ymaps-2-1-41-inner-panes {
    height: 410px!important;
}

#map {
	height: 410px;
}

.overlay {
    position: inherit;
    background: transparent;
    transition: .4s background;
}

#panel {
    position: fixed;
    right: -440px;
    z-index: 9999999;
    height: 100%;
}

#panel-content {
    background: #f8f8f8;
    width: 438px;
    height: 100%;
    float: right;
    overflow-x: hidden;
}

#panel-sticker {
    float: left;
    position: relative;
    background: url(images/rew.png) no-repeat top center;
    width: 56px;
    height: 215px;
    margin: 0;
    cursor: pointer;
    top: 45%;
}

#panel-sticker span {
    width: 56px;
    height: 215px;
    display: block;
}


.overlay.two {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.56);
    transition: .4s background;
    z-index: 99999999;
}

#additional-services,
#result-window {
	float: right;
	width: 440px;
	font-size: 19px;
	background-color: #FFF;
	display: inline-block;
	padding: 38px 55px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -260px;
	cursor: context-menu;
	font-family: 'MuseoSansCyrl-300';
}
#additional-services,
.modal-body {
	background: url('/images/menu-back.jpg');
	padding-left: 135px !important;
	color: #0777c1;
}
#result-window {
	margin-top: -150px;
}

#additional-services h3,
#result-window h3 {
	font-size: 23px;
	font-family: 'MuseoSansCyrl-500';
	margin: 0 auto 15px auto;
	font-weight: normal;
}

#additional-services span,
#result-window span {
	font-size: 22px;
	color: #FF1F64;
	font-family: 'MuseoSansCyrl-500';
}

.gallery .slick-prev {
    left: -50px!important;
	background-image: url('images/slick-prev-bottom.png');
}

.gallery .slick-next {
    right: -50px!important;
	background-image: url('images/slick-next-bottom.png');
}

.gallery .slick-arrow {
	width: 30px;
    height: 100px;
	z-index: 2;
	background-position: center;
	background-repeat: no-repeat;
	opacity: .3;
}

.gallery .slick-next:hover {
	opacity: .6;
	background-image: url('images/slick-next-bottom.png')!important;
}

.gallery .slick-prev:hover {
	opacity: .6;
	background-image: url('images/slick-prev-bottom.png')!important;
}

#rooms-reserved-result {
	color: #000;
    background-color: #FFF;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -245px;
    margin-top: -107px;
    padding: 30px;
}

#room-reserved-header {
	text-align: center;
    background-color: #fbaa1e;
    color: #FFF;
    font-size: 27px;
    font-family: 'MuseoSansCyrl-300';
    padding: 12px 21px;
    text-transform: uppercase;
}

.close {
	position: absolute;
    top: 10px;
    right: 10px;
    color: #FFF;
    font-size: 40px!important;
	transition: .4s;
	cursor: pointer;
}

.close:hover {
	color: #ff1f65;
	transition: .4s;
}

.littletext {
	font-size: 17px;
    margin-top: 12px;
    display: block;
    text-transform: none;
    font-family: 'MuseoSansCyrl-100';
}

.little {
	font-size: 28px;
    vertical-align: 11px;
    display: inline-block;
}

#clickaddress {
	text-align: left;
	cursor: pointer;
}

@media print {
	html, body {
		display: none;  /* hide whole page */
	}
}

.table {
	width: 100%;
	overflow: auto;
}
.table tr td {
	padding: 10px 0;
	border-bottom: 1px solid #f1f1f1;
	vertical-align: middle;
}
.table tr td > small {
	font-size: 13px;
}
#links {
	text-align: center;
}
#links img {
	width: 100%;
	margin-bottom: 30px;
}

.price {
	background-color: #fbb021;
	padding: 50px 0;
}
.price .amount {
	font-weight: bold;
	font-size: 42px;
	line-height: 50px;
	color: black;
	padding-left: 40px;
	background: url(img/person.png) no-repeat 0 35%;
}
.price .type {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
}
.price .amount .refinement {
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
}
.price .list {
	display: inline-block;
	padding: 5px 10px;
	border: 2px dashed black;
	margin-bottom: 20px;
	background-color: #fbb021;
	font-size: 25px;
	color: black;
	margin-top: 25px;
}
.price .list:hover {
	border: 2px solid black;
}
.price .list a {
	font-size: 27px;
	color: black;

}
.price .list a:hover {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.price .list a:active {
	color: black;
}
.price .menu {
	display: inline-block;
	padding: 5px 0 5px 50px;
	background: url(img/icon-pdf.png) no-repeat left top;
}
.price .menu a {
	font-size: 21px;
	text-decoration: underline;
	color: black;
}
.price .menu a:hover {
	text-decoration: none;
	color: black;
	cursor: pointer;
}
.price .menu a:active {
	text-decoration: underline;
	color: black;
}
    .lightview > .img-responsive {
        height: 106px;
    }
    .tab-pane {
        padding-top: 20px;
    }
    .lightview > img {
        margin-bottom: 30px;
    }

    .nav-tabs {
        display: flex;
    }

    .nav-tabs > li {
        flex-grow: 1;
    }

    .nav-tabs > li > a {
        background: #fbb021;
        color: #000;
        text-align: center;
        text-transform: uppercase;
        padding: 20px;
    }    .lightview > .img-responsive {
        height: 106px;
    }
    .tab-pane {
        padding-top: 20px;
    }
    .lightview > img {
        margin-bottom: 30px;
    }

    .nav-tabs {
        display: flex;
    }

    .nav-tabs > li {
        flex-grow: 1;
    }

    .nav-tabs > li > a {
        background: #fbb021;
        color: #000;
        text-align: center;
        text-transform: uppercase;
        padding: 20px;
    }
@media (max-width: 767px) {
	/* XS */
	#header {
		height: 850px;
	}
	#header-top .phone {
		margin-top: 10px;
	}
	#header-top #clickaddress {
		text-align: center;
		margin-bottom: 10px;
	}
	#logo-pic {
		margin: 0 auto;
	}
	#about-us div {
		margin: 5px 0;
	}
	#links img {
		width: 90px;
		margin-bottom: 5px;
	}
	#form h1 {
		font-size: 30px;
	}
	#footer {
		height: 60px;
	}
	#footer div:nth-child(1) span {
		padding: 0;
	}
	#form input {
		margin: 0;
	}
	#result-window {
		width: 250px;
		margin: 0;
		top: 20%;
		left: 2%;
	}
	#additional-services {
		width: 390px;
		margin: 0;
		top: 2%;
		left: -40%;
	}
	.price .amount {
		margin-bottom: 20px;
	}
	.price .xs-fix {
		text-align: center;
	}
	#header-slider .slick-arrow {
		height: 50px;
	}
	#header-slider .slide p {
		font-size: 15px;
		width: 200px;
		margin: auto;
		margin-top: 60px;
	}
	#header-slider .slide-img p,
	#header-slider .slide-img.wood p,
	#header-slider .slide-img.bathrobe p,
	#header-slider .slide-img.party p 	{
		text-align: center;
		padding: 0;
		background: none;
	}
	#header-slider .slide-img span.reserved {
		margin-left: 0;
		margin-top: 30px; 
	}
	#header-slider .slide-img.bathrobe span.reserved {
		margin-left: 0;
		margin-top: 10px;
	}
	.nav-tabs > li > a {
		padding: 3px !important;
		text-transform: initial;
		font-size: 12px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	/* SM */
	#header {
		height: 650px;
	}
	#header-top .phone {
		margin-top: 10px;
	}
	#header-top .phone a {
		margin-right: 0 !important;
	}
	#about-us div {
		margin: 20px 0;
	}
	#additional-services {
		margin: 0;
		top: 2%;
		left: 15%;
	}
	.price .amount {
		font-size: 30px;
	}
	.price .list a {
		font-size: 25px;
	}
	#header-slider .slide p {
		font-size: 30px;
	}
	#header-slider .slide-img p,
	#header-slider .slide-img.wood p,
	#header-slider .slide-img.bathrobe p {
		text-align: center;
		padding: 0;
		background: none;
	}
	#header-slider .slide-img span.reserved,
	#header-slider .slide-img.bathrobe span.reserved{
		margin-left: 0;
		margin-top: 20px;
	}
}
.for_english {
	background: #fbb021;
	color: #333 !important;
	font-size: 15px;
	text-align: center;
	padding: 10px 0 12px;
	display: block;
	width: 100%;
}
.instagram {
	display: block;
	padding-left: 45px;
	background: url('images/instagram.png') 0 50% no-repeat;
	color: #FFF !important;
	font-size: 25px;
    text-align: left;
    margin-left: 15px;
}