#ex5{
	display: none;
}
html body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	height: 100%;
	outline: none;
}
body a:focus, body a:hover{
	outline: none;
	color: #8e8e8e;
}
button{
	outline: none;
}
::-webkit-input-placeholder  { color:#000; }
:-moz-placeholder { color:#000; }
:-ms-input-placeholder { color:#000; }

h1, h2, h3, h4, h5, h6 {
	color: #444;
}

img[itemprop="image"] {
  vertical-align: middle;
}
/* default font size */
.fa {
	font-size: 14px;
}
body .table-striped>tbody>tr:first-child{
	border-top:0;
}
body .table-striped>tbody>tr{
    border-top: 1px solid #ddd;
}
.table-striped>tbody>tr:nth-of-type(odd){
	background:#fff;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	border-top: 0;
}
body .table-bordered{
	border:0;
}
body .table-bordered tr{
	border:0;
}
body .table-bordered tr td{
	border:0;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
body a {
    color: #fff;
}
body a:hover {
	color:#8e8e8e;
	text-decoration: none;
}
a:focus {
	color:#8e8e8e;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
header{
    margin-bottom: 15px;
    margin-top: 5px;
}
input {
    outline: none;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.slide{
	position: absolute;
	top: 0;
	width: 100%;
}
.slide img{
	width:100%;
}
.slide .position{
    position: absolute;
    top: 0;
    width: 100%;
}
.slide .position .carousel-caption{
	text-align: left;
	position: relative;
	top: 140px;
	left: 0;
	right: 0;
}
.slide .position .carousel-caption p{
	font-size: 18px;
	margin-bottom: 0;
}
.slide .position .carousel-caption h3{
	color: #fff;
	font-size: 50px;
	margin-top: 10px;
	font-weight: bold;
}
.slide .position .carousel-caption h3 span{
	font-size: 18px;
	font-weight: normal;
}
.top{
	background: rgba(0, 0, 0, 0.35);
	position: relative;
}
.nav-top{
	background: rgba(0, 0, 0, 0.35);
	padding: 15px 0;
}
.nav-top .contacts{
	color: #fff;
	font-size: 16px;
}
.nav-top .contacts .col-md-4{
	text-align:right;
	font-size: 14px;
}
.nav-top .contacts .col-md-4:nth-child(2){
	text-align:left;
	padding-left:20px;
	padding-top: 20px;
}
.nav-top .contacts .canal{
	font-size: 12px;
	padding-left: 50px;
	text-align:left;
}
.nav-top .contacts .col-md-4:first-child .canal{
    padding-left: 75px;
}
.nav-top .contacts .glyphicon{
	padding-right: 12px;
}
.nav-top .contacts a{
	text-decoration:underline;
}
.nav-bottom .col-md-6:first-child .nav{
    font-size: 14px;
}
.nav-bottom .col-md-6:last-child .nav{
	float:right;
    font-size: 14px;
}
.nav-bottom .col-md-6 .nav li:first-child a{
	padding-left:0;
}
.nav-bottom .col-md-6 .nav li a:hover, .nav-bottom .col-md-6 .nav li a:focus{
	background:none;
	text-decoration:underline;
}
.search{
	background: rgba(0, 0, 0, 0.52);
	position: relative;
	float: left;
	margin-top: 150px;
	width: 100%;
}
.search .top{
	background: rgba(0, 0, 0, 0.58);
	padding: 15px;
	color: #fff;
	font-size: 18px;
	height: 48px;
}
.search .top .sales{
	text-align: right;
}
.search .top .sales a{
	background: #af1e1e;
	padding: 5px;
	position: relative;
	text-shadow: 1px 1px 1px #000;
	top: -3px;
}
.search .top .sales a:hover{
    background: #8A1919;
    color: #fff;
}
.search .bottom{
    height: 250px;
    padding: 20px 15px;
}
.search .bottom .calendar{
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
.search .bottom .calendar .calendar-i{
    background: url(/img/calendar.png) no-repeat 50%;
    background-color: #85ba22;
    padding-left: 70px;
}
.search .bottom .calendar .calendar-i:focus{
	background: url(/img/calendar.png) no-repeat 50%;
    background-color: #85ba22;
}
.search .bottom .input label{
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}
.search .bottom .selection{right: 0px;position: absolute;}
.search .bottom .people .selection{
    right: 30px;
    bottom: -21px;
}
.search .bottom .selection a{color: #85ba22;font-weight: bold;font-size: 15px;text-decoration: underline;}
.search .bottom .input .col-md-6,
.search .bottom .input .col-md-5,
.search .bottom .input .col-md-4,
.search .bottom .input .col-md-3 {
	padding:0;
	padding-right: 17px;
	margin-top: 15px;
}
.search .bottom .input .col-md-6 .big,
.search .bottom .input .col-md-5 .big,
.search .bottom .input .col-md-4 .big,
.search .bottom .input .col-md-3 .big{
	width:100%;
	margin: 0;
	position: relative;
}
.search .bottom-s .input:last-child{margin-left: -10px;width: 24%;}
.search .bottom .input .col-md-6 .big select,
.search .bottom .input .col-md-5 .big select,
.search .bottom .input .col-md-4 .big select,
.search .bottom .input .col-md-3 .big select{
	width:100%;
}
.search .bottom .input input{
	width: 100%;
	padding: 14px 0 14px 14px;
	font-size: 15px;
	background: rgba(255, 255, 255, 0.79);
	color: #000;
	border: 0;
}
.search .bottom .input input:focus{
    background: rgba(255, 255, 255, 0.77);
}
.search .bottom .input input.small{
	width: 20%;
	display: inline-block;
}
.search .bottom .input .big{
	display: inline-block;
	height: 48px;
	background: url(/img/select.png) no-repeat 95% 50% rgba(255, 255, 255, 0.79);
	width: 50%;
	margin: 0 10px;
}
.search .bottom .input .big select{
    border-radius: 0;
    width: 100%;
    background: transparent;
    height: 48px;
    padding: 14px;
    border: 0;
    font-size: 16px;
    line-height: 1;
    -webkit-appearance: none;
}
.search .bottom .input .big select:focus{
	outline: none;
    background: rgba(255, 255, 255, 0.77);
}
.search .bottom .input input.cal{
	display: inline-block;
	width: 20%;
}
.search .bottom .input button{
    width: 100%;
    height: 48px;
    margin-top: 40px;
    padding: 14px;
    font-weight: bold;
    font-size: 16px;
    border: 0;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66);
    background-color: #85ba22;
}
.search .bottom .input button:hover{
	background-color: #6b9a14;
}
.fff{
	background:#fff;
	position: relative;
}
.main{
	background:#fff;
	height:100%;
	position: relative;
	padding: 1px 30px 30px 30px;
}
.main{
}
.main .title h2{
	font-weight: bold;
}
.main .title ul{
	border: 0;
	margin-top: 25px;
}
.main .title ul li{
    font-size: 15px;
    font-weight: bold;
}
.main .title ul li a{
    border: 0;
    color: #555;
    border-radius: 0;
    padding: 4px 10px;
    margin-right: 45px;
    color: #fff;
    background-color: #2086b9;
}
.main .title ul li:last-child a{
	margin-right: 0px;
}
.main .title ul .active a{
	background-color: #85ba22;
	color:#fff;
}
.main .title ul li a:focus{
	border: 0;
	color:#fff;
	background-color:#2086b9;
}
.main .title ul li a:hover{
	border: 0;
	color:#fff;
	background-color:#85ba22;
}
.main .tab-content{
	padding-top: 25px;
}
.main .tab-content .col-md-3{
	padding: 0 10px;
	margin-bottom: 20px;
	min-height: 350px;
}
.main .title:first-child .tab-content .col-md-3{
	min-height:100%;
}
.main .tab-content .col-md-3 img{
	width: 100%;
	height: 145px;
}
.main .tab-content .col-md-3 .title{
	position: absolute;
	bottom: 0;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 5px 15px;
	text-shadow: 1px 1px 1px #000;
}
.main .tab-content .col-md-3 .title a{
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}
.main .title .glyphicon{
	font-size: 17px;
	top: 3px;
	right: -2px;
	font-weight: bold;
}
.main .tab-content .col-md-3 .top-h{
	position: relative;
}
.main .tab-content .col-md-3 .top-h .title{
    max-width: 170px;
}
.main .tab-content .col-md-3 .top-h .title a{
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.main .tab-content .col-md-3 .top-h .rating{
	position: absolute;
	bottom: 4px;
	color: #ffa00c;
	right: 10px;
}
.main .tab-content .col-md-3 .top-h .rating .glyphicon{
	font-size:14px;
}
.main .tab-content .col-md-3 .bottom{
	position: relative;
}
.main .tab-content .col-md-3 .bottom .text{
	margin: 5px 0;
}
.main .tab-content .col-md-3 .bottom .price{
	font-size: 14px;
	color: #c20000;
	margin-bottom: 10px;
}
.main .tab-content .col-md-3 .bottom .price span{
	font-weight: bold;
}
.main .tab-content .col-md-3 .bottom .button{
	width: 100%;
	position: relative;
	padding: 8px 0;
	box-sizing: content-box;
	background: url(/img/button.jpg) no-repeat;
	background-size: contain;
}
.main .tab-content .col-md-3 .bottom .button img{
	width: 100%;
	position: absolute;
}
.main .tab-content .col-md-3 .bottom .button a:hover{
	color:#fff;
}
.main .tab-content .col-md-3 .bottom .button a{
    width: 49%;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 1px #565656;
    text-transform: uppercase;
}
/*Static*/
.slide1 {
    position: absolute;
    top: 0;
    width: 100%;
}
.slide1 img{
	width:100%;
}
.slide1 .position .carousel-caption{
	text-align: left;
	position: relative;
	margin: 0 auto;
	left: 0;
	padding-left: 30px;
	right: 0;
	top: 125px;
}
.slide1 .position .carousel-caption p{
	font-size: 14px;
	margin-bottom: 0;
}
.slide1 .position .carousel-caption h3{
    color: #fff;
    font-size: 50px;
    margin-top: 0px;
    margin-bottom: 4px;
    font-weight: bold;
}
.slide1 .position .carousel-caption h3 span{
	font-size: 18px;
	font-weight: normal;
}
.slide1 .position .carousel-caption .glyphicon{
	margin-right:5px;
}
.static{
    position: relative;
    background: #fff;
    margin-top: 120px;
    min-height: 400px;
    padding: 15px 0;
}
.static a{
	color:#2086b9
}
.static a:hover{
	color:#85ba22
}
.static .container{
	padding: 0px 30px;
}
/*Static*/
/*Search*/
.search-send{
    background-color: #2086b9;
    width: 100%;
    padding: 5px 0;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 15px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.search-send a:hover, .search-send a:focus{
	color:#fff;
	text-decoration:underline;
}
.collapse{
	position:relative;
}
.collapse .search {
	margin-top: 120px;
	margin-bottom: -130px;
}
.collapsing .search{
	margin-top: 120px;
}
.search-page{
	position:relative;
	background:#fff;
	margin-top: 130px;
	padding-top: 30px;
}
.search-page .col-md-2{
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    margin-bottom: 25px;
}
.search-page .col-md-10 ul{
	border: 0;
	margin-top: 25px;
}
.search-page .col-md-10 ul li{
    font-size: 15px;
    font-weight: bold;
}
.search-page .col-md-10 ul li a{
    border: 0;
    color: #555;
    border-radius: 0;
    padding: 4px 10px;
    margin-right: 45px;
}
.search-page .col-md-10 ul li:last-child a{
	margin-right: 0px;
}
.search-page .col-md-10 ul .active a{
	background-color:#2086b9;
	color:#fff;
}
.search-page .col-md-10 ul li a:focus{
	border: 0;
	color:#fff;
	background-color:#2086b9;
}
.search-page .col-md-10 ul li a:hover{
	border: 0;
	color:#fff;
	background-color:#85ba22;
}
.search-page .col-md-10 .tab-content{
	padding-top: 25px;
}
.margin .left{
	padding: 0;
}
.margin .left .img{
	margin-bottom: 6px;
}
.margin .left .img-size{width: 31%;display: inline-block;margin-right: 4px;margin-bottom: 6px;}
.left .img-size:nth-child(4), .left .img-size:nth-child(7), .left .img-size:nth-child(10), .left .img-size:nth-child(13), .left .img-size:nth-child(16){
	margin-right:0;
}
.margin .left .img-size img{
	width: 100%;
}
.fl .img{
	margin-bottom: 6px;
}
.fl .img-size{width: 31%;display: inline-block;margin-right: 4px;margin-bottom: 6px;}
.fl .img-size:nth-child(4), .fl .img-size:nth-child(7), .fl .img-size:nth-child(10), .fl .img-size:nth-child(13), .fl .img-size:nth-child(16){
	margin-right:0;
}
.fl .img-size img{
	width: 100%;
}
.margin .left .read-more{
    color: #fff;
    height: 80px;
    margin-top: 10px;
    background: #85ba22 url(/img/read-more.png) no-repeat 0 50%;
    padding: 19px;
    padding-left: 115px;
    font-size: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.54);
    cursor: pointer;
    -webkit-transition: background 0.5s ease-out 0.2s;
    -moz-transition: background 0.5s ease-out 0.2s;
    -o-transition: background 0.5s ease-out 0.2s;
    transition: background 0.5s ease-out 0.2s;
}
.margin .left .read-more:hover{
    background: #85ba22 url(/img/read-more.png) no-repeat 70% 50%;
}

.margin .right{padding-right: 0;}
.margin .right h2{
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	float: left;
}
.margin .right h2 a{
    color: #333;
}
.margin .right h2 a:hover{
	text-decoration:underline;
}
.margin .right .rating{display: inline-block;}
.margin .right .rating .glyphicon{
	font-weight: bold;
	bottom: 4px;
	color: #ffa00c;
	font-size: 14px;
}
.margin .right .position-right{position: absolute;right: 0;top: 0;border: 0;padding: 3px 10px;color: #fff;font-size: 14px;font-weight: bold;background-color: #85ba22;}
.margin .right .position-right:hover{background-color: #2086b9;}
.margin .right .position-right a:hover{color:#fff;}
.margin .right .text{margin-top: 15px;font-size: 14px;float: left;}

.margin .right .prime{width: 100%;margin-top: 20px;border: 1px solid #EFEFEF;padding: 0;float: left;box-shadow: -1px 4px 8px -2px #B5B5B5;}
.margin .right .prime .col-md-6{
    padding: 0;
}

.margin .number{width: 100%;margin-top: 20px;float: left;}
.margin .number .border{
    display: block;
    width: 100%;
    border-top: 1px solid #f1f1f1;
    /* border-bottom: 1px solid #f1f1f1; */
    height: 212.13px;
}
.margin .number .border .gallery-number{
    width: 317px;
    display: inline-block;
}
.margin .right .about h2{
	font-size: 26px;
    font-weight: bold;
    margin:15px 0;
	float:none;
}
.tab-content .number .title-number{
	left: 20px;
    bottom: 10px;
    font-size: 24px;
}
.tab-content .number .title-number a{
	font-size: 14px;
}
.number .title-number{
	left: 23px;
	bottom: 15px;
	font-size: 28px;
}
.number .title-number a{
    font-size: 17px;
}
.title-number{
    position: absolute;
    color: #fff;
    font-weight: bold;
    z-index: 1035;
    text-shadow: 1px 1px 1px #000;
}
.title-number a{font-weight: normal;text-decoration: underline;}
.line-number{
    display: inline-block;
    position: absolute;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.tab-pane .number .line-number{
	width: 85px;
    z-index: 1;
    left: 247px;
    height: 210.13px;
	top:0;
}
.number .line-number{
	top:0;
    width: 125px;
    z-index: 1;
    left: 445px;
    height: 368px;
}
.gallery-number .carousel-control{
    z-index: 1030;
}
.gallery-number .carousel-control.right{background:none;}

.margin .right .prime .col-md-12{
	padding: 5px 20px;
    background: #2086B9;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.margin .right .prime .col-md-12:last-child{margin: 10px 4px; background:none; font-size:13px; font-weight:normal; color:#000;}
.border{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px dashed #D4D4D4;
}
.border:last-child{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
.link{
    margin-top: 20px;
    padding: 10px 0;
    background-color: #f1f1f1;
    text-align: center;
    color: #333;
    font-size: 15px;
}
.link:hover{
    text-decoration: underline;
}

.link.span:hover {
	text-decoration: none;
}
/*Search*/
/*Hotel*/
.bron{
    margin-top: 20px;
    background-color: #2086B9;
    padding: 12px;
}
.bron a{
    background: #fff;
    color: #2086B9;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}
.prime{margin-top: 20px;border: 1px solid #C1C1C1;}
.prime .head{background-color: #85ba22;color: #fff;font-size: 14px;padding: 7px 0;padding-left: 16px;margin: 0 -15px;}
.prime .bot{margin-top: 12px;}
.prime .bot dt{
	position:relative;
}
.prime .bot dt span {
    display: inline-block;
    margin: 0 0 0 28px;
    color: #000000;
    font-size: 13px;
}
.prime .bot .glyphicon {
    left: -26px;
    font-size: 15px;
    color: #85BA22;
    position: absolute;
}
.prime .bot dd{
	margin: 0 0 12px 27px;
	font-size: 12px;
	font-style: italic;
}
.faq{margin-top: 20px;border: 1px solid #C1C1C1;}
.faq .head{background-color: #85ba22;color: #fff;font-size: 14px;padding: 7px 0;padding-left: 16px;margin: 0 -15px;}
.faq .bot .top{
    background: transparent;
}
.faq .bot .top a{
    color: #2086B9;
    font-size: 14px;
    text-decoration: underline;
    line-height: 27px;
}
.faq .bot .top strong{
    font-size: 15px;
    padding-top: 20px;
    display: block;
}
.faq .bot .bott a{
    color: #2086B9;
    font-size: 14px;
    text-decoration: underline;
    line-height: 27px;
}
.faq .bot .bott strong{
	font-size: 15px;
    padding-top: 20px;
    display: block;
}
.right-hotel h1 {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    float: left;
    max-width: 65%;
}
.right-hotel .rating .glyphicon {
    right: -3px;
    font-weight: bold;
    bottom: 4px;
    color: #ffa00c;
    font-size: 14px;
}
.right-hotel .position-right{
    float: right;
    border: 0;
    padding: 3px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #85ba22;
}
.right-hotel .position-right a span:last-child{
    font-size: 13px;
    font-weight: normal;
    text-decoration: underline;
    padding-left: 15px;
}
.right-hotel{
	padding-top:20px;
}
.right-hotel .address{
    width: 100%;
    font-size: 14px;
    color: #2086B9;
    margin: 15px 0;
    float: left;
}
.right-hotel .otziv .carousel-control.left{background: transparent;opacity: 0.8;}
.right-hotel .otziv .carousel-control.right{background: transparent;opacity: 0.8;}
.right-hotel .otziv .carousel-control .glyphicon-chevron-left, .otziv .carousel-control .icon-prev{margin-left: -40px;margin-top: 150px;text-shadow: none;background: #FFFFFF;font-size: 16px;color: #2086B9;padding-top: 8px;border-radius: 16px;}
.right-hotel .otziv .carousel-control .glyphicon-chevron-right, .otziv .carousel-control .icon-prev{margin-right: -40px;margin-top: 150px;text-shadow: none;background: #FFFFFF;font-size: 16px;color: #2086B9;padding-top: 8px;border-radius: 16px;}
.right-hotel .otziv .slide .carousel-control.left{background: transparent;opacity: 0.8;}
.right-hotel .otziv .slide .carousel-control.right{background: transparent;opacity: 0.8;}
.right-hotel .otziv .slide .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{margin-left: -14px;margin-top: -60px;width: 20px;height: 49px;text-shadow: none;background: #FFFFFF;font-size: 16px;color: #2086B9;padding-top: 17px;border-radius: 0px 5px 5px 0px;}
.right-hotel .otziv .slide .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev{
    margin-right: -14px;
    margin-top: -60px;
    width: 20px;
    height: 49px;
    text-shadow: none;
    background: #FFFFFF;
    font-size: 16px;
    color: #2086B9;
    padding-top: 17px;
    border-radius: 5px 0px 0px 5px;
}
.right-hotel .slide .carousel-caption{
	width: 195px;
	height: 185px;
	text-align: left;
	top: 4%;
	left: 0;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0;
	text-shadow: none;
	padding-top: 0;
}
.right-hotel .slide .item {
    height: 200px;
}
.right-hotel .number .slide .item{height:100%;}
.right-hotel .slide .item p{font-size: 12px;color: #000000;height: 140px;overflow: hidden;}
.right-hotel .slide .item .pod{background: rgba(255, 255, 255, 0.79);color: #2086b9;font-weight: bold;font-size: 14px;padding-top: 11px;width: 200px;text-align: center;height: 42px;position: relative;left: -30px;}
.otziv{
    position: absolute;
    top: 12px;
    right: 25px;
    width: 195px;
    height: 200px;
    background: rgba(255, 255, 255, 0.65);
}
.right-hotel  .set{
	margin-top: 5px;
}
.right-hotel  .set .img{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.right-hotel .about{
	font-size:14px;
	margin: 20px 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.right-hotel .search{
    background: transparent;
    margin-top: 10px;
    float: initial;
}
.right-hotel .search p{padding-left: 30px;font-size: 17px;margin-bottom: 20px;}
.right-hotel .col-md-12 h2{
    width: 100%;
    padding-left: 30px;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    float: left;
    margin: 0;
    color: #2d2d2d;
    font-family: 'Roboto', sans-serif;
}
.right-hotel #ex2, .right-hotel #ex3, .right-hotel #ex4, .right-hotel #ex5{
    border-top: 2px dashed #bfbfbf;
    padding-top: 30px;
    padding-bottom: 15px;
    float: left;
}
.right-hotel .search-send_2{
    padding-top: 30px;
    color: #2d2d2d;
}
.right-hotel .search-send_2 a{
    color: #2d2d2d;
    font-size: 14px;
    width: 100%;
    display: block;
    text-align: center;
}
.right-hotel .search-send_2 p{
    padding-left: 30px;
    font-size: 17px;
}
.right-hotel .menu-hotel{
    height: 60px;
}
.right-hotel #menu-hotel{background: #2086b9;z-index: 1039;height: 60px;box-shadow: 1px 13px 10px rgba(0, 0, 0, 0.12);}
.right-hotel .header-fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.right-hotel #menu-hotel ul{
	padding:0;
	margin: 0 auto;
	width: 1110px;
}
.right-hotel #menu-hotel a{
    float: left;
    font-size: 17px;
    padding: 20px 37px;
}
.right-hotel #menu-hotel a:hover, .right-hotel #menu-hotel a:focus{background-color: #1d76a2;color: #fff;}
.right-hotel #menu-hotel a li{
    list-style: none;
    float: right;
    padding-left: 10px;
}
.right-hotel .search form{
	display: block;
	width: 100%;
	float: left;
	background-color: #f3f3f3;
	border: 1px solid #E0E0E0;
	padding: 24px 15px;
}
.right-hotel .search .po .head{
    background: #2086B9;
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.right-hotel .search .input input.small {
    width: 20%;
    display: inline-block;
}
.right-hotel .search .input .osnova .big{
    width: 100%;
}
.right-hotel .search .input #med-osnova_2 .big{
    width: 100%;
}
.right-hotel .search .input .big {
    display: inline-block;
    height: 48px;
    width: 50%;
    margin: 0px 11px 0 0;
    position: relative;
}
.right-hotel .search .input .big:after, .right-hotel .search .osnova .select-p:after{content: "";width: 10px;height: 8px;display: block;position: absolute;right: 10px;top: 17px;background: url(/img/select1.png) no-repeat 92% 50%;}
.right-hotel .search .osnova .select-p{position:relative;}
.right-hotel .search .input .calendar {
    display: inline-block;
    width: 20%;
    height: 48px;
    vertical-align: bottom;
}
.right-hotel .search .input label {
    color: #2d2d2d;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 11px;
}
.right-hotel .search .input .tzSelect{
    box-shadow: inset 1px 1px 1px #C7C7C7;
    border: 1px solid #D3D3D3;
    height: 40px;
    background-color: #fff;
}
.right-hotel .search .input .tzSelect .selectBox{
    padding: 2px 0 13px 25px;
    font-size: 14px;
}
.right-hotel .search .input .selection{text-align: right;}
.right-hotel .search .input .selection a{
    color: #2d2d2d;
    font-size: 15px;
    text-decoration: underline;
}
.right-hotel .search .input .big select {
    border-radius: 0;
    width: 100%;
    background: #fff;
    height: 41px;
    padding: 10px;
    padding-left: 14px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 1px 1px 1px #C7C7C7;
    font-size: 14px;
    line-height: 1;
    -webkit-appearance: none;
    outline: none;
}
.right-hotel .search .input input {
    width: 100%;
    padding: 9px;
    display: block;
    box-shadow: inset 1px 1px 1px #C7C7C7;
    border: 1px solid #D3D3D3;
    background: rgba(255, 255, 255, 0.64);
    color: #2d2d2d;
    margin-right: 9px;
}
.right-hotel .heart  .head{
    padding: 10px 0px 10px 30px;
    float: none;
    background-color: #efefef;
    font-size: 17px;
    margin-top: 30px;
}
.right-hotel .heart p{
    padding-left: 30px;
    font-size: 17px;
    margin-bottom: 20px;
}
.right-hotel .heart .po p{font-size: 15px;font-family: Arial, Helvetica, sans-serif;}
.right-hotel .heart ul{padding-left: 10px;margin-top: 10px;}
.right-hotel .heart ul li{list-style: none;display: inline-block;vertical-align: top;width: 33%;font-size: 15px;margin-top: 17px;}
.right-hotel .heart ul li img{float:left;margin-right: 11px;}
.right-hotel .search ul{padding-left: 10px;margin-top: 10px;}
.right-hotel .search .dropDown{top: 28px;padding-left: 0;}
.right-hotel .search .dropDown li{
    padding-left: 24px;
}
.right-hotel .search ul li{list-style: none;display: inline-block;vertical-align: top;width: 100%;font-size: 14px;margin-top: 13px;padding-bottom: 13px;border-bottom: 1px dashed #bfbfbf;}
.right-hotel .search ul li:last-child{border-bottom: none}
.right-hotel .search ul li .img-service{
    display: inline-block;
    width: 9%;
    vertical-align: top;
    text-align: center;
}
.right-hotel .search ul li .text-service{
    display: inline-block;
    width: 90%;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
.right-hotel .search .input .col-md-6 {
    padding: 0;
    padding-right: 17px;
}
.right-hotel .search .bottom-s .input .col-md-6 .big {
    width: 100%;
}
.right-hotel .search ul a{
    width: 19%;
    display: block;
    height: 300px;
    margin-right: 10px;
    margin-bottom: 14px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-top: 0;
    border: 1px solid #d6d6d6;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);
}
.right-hotel .search ul li.heart{
    padding: 0;
    margin: 0;
}
.right-hotel .search ul a:nth-child(5) li.heart, .right-hotel .search ul a:nth-child(10) li.heart, .right-hotel .search ul a:nth-child(15) li.heart, .right-hotel .search ul a:nth-child(20) li.heart, .right-hotel .search ul a:nth-child(25) li.heart, .right-hotel .search ul a:nth-child(30) li.heart{
	margin-right: 0;
}
.right-hotel .search ul li.heart img{
	width: 180%;
	position: relative;
	z-index: 1;
}
.right-hotel .search ul li.heart .line-med{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 140px;
	padding-top: 9px;
	color: #2d2d2d;
	margin: 0;
	background: url(/img/line-mediical.png) repeat-x;
	font-weight: bold;
	z-index: 2;
}
.right-hotel .search ul li.heart .line-med p{background-color: #fff;padding: 15px;margin: 0px;height: 131px;position: relative;font-size: 15px;}
.right-hotel .search .input button {
    width: 100%;
    height: 41px;
    margin-top: 30px;
    padding: 10px;
    font-size: 15px;
    font-weight: normal;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    border: 0;
    color: #fff;
    background: rgb(32, 134, 185);
}
.right-hotel .number:first{
    padding: 25px 25px;
    border-top: none;
}
.right-hotel .number{
    padding: 25px 25px;
    border-top: 2px dashed #bfbfbf
}
.right-hotel .number .col-md-12{padding: 10px 20px;background: #2086B9;color: #fff;font-size: 15px;text-shadow: 0 1px 2px rgba(0,0,0,.6);}
.right-hotel .number .col-md-12 .col-md-6{padding:0;}
.right-hotel .number .col-md-12 .col-md-6:last-child{ text-align:right;}
.right-hotel .number .col-md-3{padding: 0;text-align: center;}
.right-hotel .number .col-md-7{
	border-right: 2px dashed #ccc;
	padding-bottom: 10px;
}
.right-hotel .number .col-md-7 h4{
	font-weight: bold;
    color: #2086b9;
    font-size: 15px;
}
.right-hotel .number .col-md-7 h5{
	font-weight: bold;
    color: #de1818;
}
.right-hotel .number .col-md-7 .person h5:nth-child(2){
	position: relative;
    left: -22px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    padding-left: 23px;
}
.tab-content .number  .price{
	width: 295px;
	/* height: 100%; */
	/* height: 196px; */
}
.number  .price{
    /* float: right; */
    position: relative;
    /* width: 48%; */
    /* height: 100%; */
}
.tab-content .number .price .price-top{font-size: 18px;margin: 15px auto 0 0;}
.tab-content .number .price .price-top span{font-size: 12px;}
.tab-content .number .price .price-bottom{font-size: 28px;line-height: 25px;}
.tab-content .number .price .price-bottom span{font-size: 15px;font-weight: normal;}
.tab-content .number .price .price-bottom p{
    height: 15px;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    color: #000;
}
.tab-content .number .price .price-bottom p.first{
	margin-top: 0;
}
.tab-content .number .price .button{
	width: 100%;position: relative;padding: 10px 0;font-size: 14px;text-align: right;padding-right: 50px;margin-top: -2px;
	}
.tab-content .number .price .button span{
    width: 40px;
    height: 40px;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 0px;
}
.right-hotel .number .price .price-top{
    display: inline-block;
    font-size: 27px;
}
.right-hotel .number .price .price-bottom{
    display: inline-block;
    font-size: 37px;
    margin-left: 100px!important;
}
.right-hotel .number .price.price_preord .price-bottom{
    display: block;
    font-size: 37px;
    margin-left: 55px;
}
.right-hotel .number .price>.link>.button {
	margin: 1rem 0;
}

.right-hotel .number .price .price-bottom span{
    margin-bottom: -13px;
    display: block;
    font-size: 17px;
}
.right-hotel .number .price .price-top p{
    font-size: 15px;
}
.price.price_preord .medical-number{
	margin-top:0;
}
.medical-number{
	padding: 0 1rem
}
.medical-number h4{
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
}

.justify-content-between{
  display: flex;
  justify-content: space-between;
}
.number .btn-group a{
	cursor: pointer!important;
	position:relative!important; 
	color:#333333!important;
}
.number .dropdown-menu{
	left:-45px;
	width: 200px;
	padding: 1rem!important;
}
.number .dropdown-menu span{
	color:#DE1818;
	font-weight: bold!important;
    font-size: 18px!important
}

.number .price .price-top{font-size: 24px;font-weight: bold;color: #333333;margin: 25px auto 0 0;}
.number .price .price-top span{font-size: 12px;font-weight: normal;}
.number .price .price-bottom {font-size: 28px;font-weight: bold;color: #DE1818;line-height: 25px;}
.number .price .price-bottom span{font-size: 15px;color: #000000;font-weight: normal;text-decoration: line-through;}
.number .price .price-top p{
    height: 15px;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    color: #000;
}
.number .price .price-top p.first{
	margin-top: 15px;
}
.number .price .button{width: 100%;position: relative;padding: 10px 0;font-size: 14px;color: #de1818;text-align: right;border-top: 1px solid #DE1814;border-bottom: 1px solid #de1818;padding-right: 50px;-webkit-transition: background-color 0.3s ease-out 0.2s;-moz-transition: background-color 0.3s ease-out 0.2s;-o-transition: background-color 0.3s ease-out 0.2s;transition: background-color 0.3s ease-out 0.2s;}
.number .price .button span{
    width: 40px;
    height: 40px;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 0px;
    color: #fff;
    background-color: #de1818;
}
.price .button:hover{
    background-color: #de1818;
    color: #fff;
}
/* .price a{
	width: 100%;
	position: absolute; 
	bottom: 0;
} */
/* .right-hotel .price a{width: 100%;color: #fff;position: absolute;top: 117px;display: block;height: 42px;} */
.price.price_preord a{width: 100%;position: relative;margin-top: 1rem; top:0; bottom: -1px;}
.right-hotel .number .border{
    display: block;
    width: 100%;
    height: 370px;
    border-top: 1px solid #f1f1f1;
    /* border-bottom: 1px solid #f1f1f1; */
}

.right-hotel .number .person{
    display: inline-block;
    width: 49%;
}
.right-hotel .number .person h5{
    font-size: 16px;
}
.right-hotel .number .person ul{
	margin-left:0;
	padding-left: 0;
}
.right-hotel .number .person li{list-style: none;margin: 0 10px 6px 0;vertical-align: top;position: relative;padding-left: 30px;font-size: 14px;color: #000;}
.right-hotel .number .person li .glyphicon{position: absolute;left: 8px;font-size: 16px;top: 4px;color: #2086b9;}
.right-hotel .number .border .col-md-2{
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.right-hotel .number .border .col-md-2 img{width: 553px;}
.right-hotel .about p{padding-left: 30px;font-size: 17px;margin-bottom: 20px;font-family: 'Roboto', sans-serif;}
/*Hotel*/
footer{
	background: url(/img/footer-bg.jpg) 50% 0%;
	background-size: 100%;
	position: relative;
	z-index: 99;
}

.footer-top{
	color:#fff;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.67);
	padding: 10px 0;
}
.footer-top .col-md-3 h3{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
.footer-top .col-md-3 li{
	list-style:none;
	margin-left: -4px;
}
.footer-top .col-md-3 .text{
	margin-bottom: 5px;
}
.footer-top .col-md-3 .number{
	font-size: 25px;
	font-weight: bold;
}
.footer-top .col-md-3 .number div{
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 8px;
}
.footer-top .col-md-3 label{
	font-weight: normal;
	font-size: 14px;
}
.footer-top .col-md-3 input{
	padding: 5px 0;
	font-size: 13px;
	background: rgba(255, 255, 255, 0.64);
	color: #000;
	border: 0;
}
.footer-top .col-md-3 button{
	height: 30px;
	position: relative;
	top: 1px;
	right: 3px;
	padding: 4px 6px;
	font-weight: bold;
	font-size: 14px;
	border: 0;
	color: #676767;
	background: rgba(255, 255, 255, 0.88);
}
.footer-top .col-md-3 .conf{
	font-size: 9px;
	line-height: 13px;
	margin-top: 12px;
}
.footer-bottom{
	background: rgba(0, 0, 0, 0.35);
	color: #fff;
}
.footer-bottom .copyright{
	float: left;
	padding: 10px 16px;
}
.footer-bottom .creative{
	float: right;
	padding: 10px 16px;
	text-align:right;
}
.footer-bottom .creative a{
	text-decoration:underline;
}
.footer-bottom .creative img{
    margin-bottom: 2px;
}
@media (max-width: 1200px){
    .search-page .col-md-10 ul li {
        font-size: 13px;
    }
    .margin .left .img img{
        width:100%;
    }
    .margin .left .col-md-4 img {
        width: 90%;
    }
    .slide1 .container .carousel-caption {
        top: 140px;
        left: 8%;
    }
}

/* =============================================== */
.reserve h3{font-weight: bold;font-size: 29px;margin-top: 0;}
.reserve label{font-size: 16px;font-weight: normal;}
.reserve input[type="text"]{width: 100%;height: 37px;border-radius: 5px;border: 1px solid #D6D6D6;box-shadow: inset 1px 1px 9px #E4E2E2;padding: 7px;}
.reserve input[type="email"]{width: 100%;height: 40px;border-radius: 5px;border: 0;box-shadow: inset 1px 1px 9px #CACACA;padding: 10px;}
.reserve input[type="tel"]{width: 100%;height: 40px;border-radius: 5px;border: 0;box-shadow: inset 1px 1px 9px #CACACA;padding: 10px;}
.reserve input[type="checkbox"]{position: absolute;}
.reserve button{width: 90%;height: 60px;background: #1491C6;border: 0;font-size: 30px;font-weight: bold;color: #fff;margin-left: 21px;}
.reserve button:hover{background:#85ba22;}
.reserve .col-md-6 .col-md-12 .col-md-6{padding: 0;padding-right: 30px;}
.reserve>.col-md-6:first-child{
    border-right:1px solid #DDDDDD;
    min-height: 600px;
}

.col-md-6.request {}
.reserve .col-md-6 .email{
    padding-right: 46px;
    font-size: 16px;
}
.reserve .col-md-6 .email span{
    position: relative;
    left: 20px;
}
.reserve .col-md-6 .about{
    text-align: center;
    padding-right: 46px;
    font-size: 14px;
    margin-bottom: 50px;
}
.reserve .col-md-6 form .col-md-12{margin-top: 15px;
}
.reserve .col-md-6 a{
    font-weight:bold;
    color:#1491C6;
}
.reserve .col-md-6 .img{float: left;}
.reserve .col-md-6 .about-hotel{float: left;width: 260px;padding-left: 20px;font-size: 14px;}
.reserve .col-md-6 .about-hotel .rating{margin-bottom: 12px;}
.reserve .col-md-6 .about-hotel .rating .glyphicon {
    font-weight: bold;
    bottom: 4px;
    color: #ffa00c;
    font-size: 14px;
}
.reserve .col-md-6 .about-hotel .hotel .glyphicon {
    font-weight: bold;
    bottom: 4px;
    color: #1491C6;
    font-size: 14px;
    margin-right: 5px;
}
.reserve .col-md-6 .fl{float:left;}
.reserve .col-md-6 .number{float:left; margin-top: 20px;border: 1px solid #EFEFEF;padding: 0;box-shadow: -1px 4px 8px -2px #B5B5B5;}
.reserve .col-md-6 .number .col-md-12{padding: 5px 20px;background: #2086B9;font-size: 14px;font-weight: bold;color: #fff;}
.reserve .col-md-6 .number .col-md-12 .col-md-6{padding:0;}
.reserve .col-md-6 .number .col-md-12 .col-md-6:last-child{ text-align:right;}
.reserve .col-md-6 .number .col-md-3{padding: 0;}
.reserve .col-md-6 .number .col-md-9{padding: 0;}
.reserve .col-md-6 .number .col-md-9{padding: 0px;}
.reserve .col-md-6 .number .col-md-9 h4{font-weight: bold;margin-bottom: 7px;}
.reserve .col-md-6 .number .col-md-10{float: right;margin-top: -20px;margin-bottom: 10px;font-size: 17px;text-align: right;}
.reserve .col-md-6 .number .col-md-10 span{font-size: 20px;font-weight: bold;color: #C50000;}
.reserve .col-md-6 .it{
    padding-top: 40px;
    float: left;
    font-size: 14px;
}
.reserve .col-md-6 .it h3{
    font-size: 17px;
}
.reserve .col-md-6 .it h3 span{
    font-size: 45px;
    color: #C50000;
}
.request .gallery-number{
	width:45%;
	display: inline-block;
}
.request .gallery-number a{
	color:#fff;
}
.request .gallery-number .title-number{
	font-size:17px;
}
.request .gallery-number .title-number a{
	font-size:13px;
	font-weight:normal:
}
.request {height: 154px;}
.request .line-number{left: 120px;height: 153px;}
.request .price{
}
.request .price .price-top{font-size: 17px;margin-top: 5px;}
.request .price .price-bottom{font-size: 19px;padding-top: 3px;}
.request .price .price-bottom .nn{font-size: 11px;font-weight: normal;line-height: 14px;color: #000;margin-top: -5px;}
.request .price .price-bottom .nn h4{
	margin-bottom: 0;
	font-size: 15px;
	font-weight: bold;
}
.error {
    color: #C50000;
    font-size: 12px;
}
.modal-header .error .alert-danger{
    margin-bottom: -10px;
    margin-top: 30px;
    margin-left: 15px;
    display: none;
}
/*SLIDER*/
.svwp {width: 50px; height: 20px; background: #fff  ;} /*preloader stuff. do not modify!*/
.svwp ul{position: relative; left: -999em;}/*preloader stuff. do not modify!*/
.slideViewer { /*this is the gallery container*/
position: relative;
overflow: hidden; 
margin: 0;
padding: 0;
background: #fff  ;
}
.slideViewer ul {  /*this is your list of images*/
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
margin: 0; 
padding: 0;
}
.slideViewer ul li { /*each LI item is floated; the whole list is now displayed as if its in one row*/
float:left;
}

/*typographic info*/
.slideViewer span.typo{padding: 6px; /* do not modify padding (yet)*/background: #fff;color: #000;font: normal 10px Verdana;display: none;}
.thumbSlider { /*the thumbnails slider contanier*/overflow: hidden;width: 100%;min-width: 100%;max-height: 50px;background: #fff;}
.thumbSlider ul { /*the thumbnails list of images*/
list-style-type: none;
margin: 0; 
padding: 0;
}
.thumbSlider ul li{float:left;margin: 0;max-width: 65px;height: 45px;overflow: hidden;margin-top: 3px;}
.thumbSlider a{ /*the link wrapped around each thumbnail. dynamically.*/
color: #fff  ;
text-decoration: none;
}
.thumbSlider a img{
border: 0;
display: block;
padding: 0;
}
.thumbSlider p.tmbrdr { /* the border above -not around- each thumb */
/* width, height and top values are dynamically added by the script. Do not modify. */
position:relative; 
left: 0;
font-size: 0.01em;
left: 0;
margin: 0;
padding: 0;
}
a.left, a.right { /*the left and right buttons (links)*/background: transparent; /* could be any color  */color: #ffffff;/* font: bold 16px Arial; */overflow: hidden;}
a.left span, a.right span{
}
a.left img, a.right img{
border: 0;
}
a.l_dis, a.r_dis {
background: transparent; /* ALWAYS leave transparent. this is the 'disabled' state of the link !  */
cursor: default;
}
a.l_dis span, a.r_dis span {
display: none;
}
a:focus {outline:none;}
.metrica{
    position: absolute;
    left: 50%;
    bottom: 18px;
}
body .modal-content{
    background-color: #fff;
    color: #000;
}
.number-popup .col-md-2{
	margin:0;
}
.number-popup .row{
	margin:0;
	padding-top: 0;
}
.number-popup .slide .item{
	height:100%;
}
.number-popup .number-p{
	margin-top: 20px;
	font-size: 14px;
}
.number-popup .number-p b{
	font-size:17px;
}
body .modal-header{
	border: 0;
}
body .modal-header .glyphicon{font-size: 45px;margin-top: 7px;color: #85ba22;}
body .modal-header h4{
	border: 0;
	font-weight: bold;
	font-size: 30px;
}
body .modal-header .title-modal{font-size: 16px;}
body .modal-header .close span{font-size: 22px;position: absolute;top: 17px;right: 25px;}
body .padd .col-md-6{padding: 20px 30px;}
body .padd .col-md-6:first-child{
    background: #f7f7f7;
    max-height: 400px;
}
body .padd .col-md-6:last-child{
    padding: 20px 0px;
}
body .padd .title-m, body .people h4{font-size: 15px;font-weight: bold;margin-bottom: 20px;}
body .people h4{padding-left:30px;margin-bottom: 10px;}
body .people ol{padding-left:30px;padding-right: 15px;}
body .people .last, body .padd .last{
    width: 94%;
    height: 40px;
    font-size: 16px;
    text-align: center;
    border: none;
    border-radius: 0;
    margin: 50px auto 0;
    display: block;
    float: none!important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66);
    background-color: #85ba22;
}
body .padd .last{width:100%;}
body .people button{
    text-align: left;
    background: none;
    background-color: #85ba22;
    color: #fff;
    border: none;
    border-radius: 0;
    float: left!important;
    margin-left: 30px;
    margin-top: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66);
}
body .people li button{
    width: 100%;
    text-align: right;
    background: none;
    color: #85ba22;
    border: none;
    padding: 0;
    font-weight: bold;
    float: none!important;
    margin-left: 0;
    text-shadow: none;
    margin-top: 0;
}
body .people #child li button{
    padding-right: 4%;
}
body .people button:hover, body .people button:active, body .people button:focus, .people button:active:hover{
    background: #6e9a1b;
    color: #ffffff;
    box-shadow: none;
    outline: none;
}
body .padd button:hover, body .padd button:active, body .padd button:focus, .padd button:active:hover{
	background: #6e9a1b;
    color: #ffffff;
    box-shadow: none;
    outline: none;
}
body .people li button:hover, body .people li button:active, body .people li button:focus, .people li button:active:hover{
    background: none;
    color: #85ba22;
}
body .modal-body input{padding: 6px;width: 75%;}
body .modal-body input[type=checkbox]{
    width: 80%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: initial;
}
body .modal-body #add-med-search{border: none;color: #fff;font-size: 14px;padding: 8px;position: relative;top: 1px;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66);background-color: #85ba22;margin-left: -5px;margin-bottom: 25px;}
body .modal-body .one{height: 400px;overflow-y: auto;padding: 0;}
body .modal-body .t{cursor: pointer;margin-bottom: 10px;}
body .modal-body .t label{
    font-weight: normal;
    font-size: 15px;
}
body .people #man select{
    width: 100%;
    height: 40px;
    border: none;
    font-size: 15px;
    background-color: #ececec;
    border-radius: 0;
    margin-top: 15px;
}
body .people #child select:first-child{width: 72%;margin-top: 10px;}
body .people-icon{
    width: 34px;
    height: 48px;
    display: block;
    margin-top: 10px;
    margin-left: 20px;
    background-image: url(/img/people.jpg);
}
body .people #child select{
    width: 20%;
    height: 40px;
    margin-right: 10px;
    border: none;
    font-size: 15px;
    background-color: #ececec;
    border-radius: 0;
    }
body .modal-body li label{font-size:14px;font-weight:normal;cursor: pointer;}
body .modal-body li:hover label{
    color: #85ba22;
}
body .padd{
    padding: 20px 45px;
}
body .modal-footer{
    border-top: 0;
    font-size: 14px;
    text-align: left;
    margin-left: 30px;
    margin-bottom: 10px;
}
#selected-med li{font-size: 14px;padding: 5px;margin-bottom: 10px;margin-right: 10px;float: left;color: #fff;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66);background-color: #85ba22;position: relative;padding-right: 27px;}
#selected-med li:hover{text-shadow:none;}

#selected-med .pull-right{
    width: 100%;
    text-align: right;
    background: none;
    position: absolute;
    right: 5px;
    font-size: 23px;
    top: 0px;
    padding: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66);
    outline: none;
}
#selected-med .btn.focus, #selected-med .btn:focus, #selected-med .btn:hover{
    color: #ffffff;
    box-shadow: none;
    text-shadow: none;
}
body .modal-header .close{
	width: 105px;
	padding: 10px 15px 10px 0;
	color: #fff;
	opacity: 1;
	font-size: 15px;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66);
	background-color: #85ba22;
	margin-top: 10px;
}
#modal-map .modal-body, .mc .modal-body{
	padding:0;
}
#modal-map .modal-content, .mc .modal-body{
    border: 0;
    border-radius: 0;
}
#modal-map .modal-header{}
#modal-map .modal-header .close{
}
#modal-map .modal-header h4{}
.maps-baloon{
	z-index:99999;
	padding: 20px 0;
	display: block;
	border-bottom: dashed 1px #b5b5b5;
}
.maps-right{
}
.maps-baloon .map_hotel_name a{
	color:#000;
}
.maps-baloon .map_hotel_name a:hover{
	text-decoration:underline;
}
.maps-baloon .map_hotel_name{font-size: 18px;font-weight: bold;margin-bottom: 3px;display: inline-block;}
.maps-baloon .map_hotel_addr{
	color: #2086b9;
	font-size: 13px;
}
.maps-baloon .pull-right{font-size: 20px;cursor: pointer;font-weight: bold;float: none!important;position: absolute;top: 0;right: 0;}
.maps-baloon .pull-right:hover{color: #85ba22;}
.maps-baloon .map_hotel_expert{
	font-size: 13px;
}
.maps-baloon .map_hotel_rating{
	color: #ffa00c;
	font-size: 14px;
	display: inline-block;
	margin-left: 10px;
}
.maps-baloon img{
	width:200px;
}
.maps-baloon .tball{
	font-size:14px;
	font-weight:bold;
}
.mc .modal-header, .nh .modal-header{position: absolute;z-index: 1;width: 100%;top: 0;background: rgba(0, 0, 0, 0.75);}
.mc .modal-header .close, .nh .modal-header .close{text-shadow: 0 1px 2px rgba(0,0,0,.6);margin-top: 2px;font-size: 25px;}
.mc .modal-header h4, .nh .modal-header h4{font-size: 21px;text-shadow: 0 1px 2px rgba(0,0,0,.6);}
.mc .modal-body, .nh .modal-body{position: absolute;z-index: 1;width: 100%;bottom: 0;background: rgba(0, 0, 0, 0.75);padding: 15px;font-size: 14px;}
iframe{
	border:0;
}
#page{
	display:none;
}
#page .header
{
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 50px;
	position: fixed;
	background: rgba(0, 0, 0, 0.53);
	z-index: 9;
}
#page .header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
#page .header .menu{
	display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: content-box;
}
#page .header .menu:before,
#page .header .menu:after{
	content: '';
	display: block;
	background: #fff;
	height: 2px;
}
#page .header a span{
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
}
#page .contacts{
    font-size: 14px;
    position: absolute;
    right: 0;
    margin-right: 10px;
	display:block;
}
.mobile{
	display:none;
}
@media (max-width: 768px){
	#page{
		display:block;
	}
	body .pc{
		display:none;
	}
	body .modal-header .close{
		position: relative;
		top: -60px;
	}
	body .img-viwer{
		width: 100%;
	}
	.modal-header .error .alert-danger, .modal-header .alert-warning{
		margin: 10px 0;
		padding: 10px;
	}
	.modal-dialog .people .col-md-6{
		margin-bottom:80px;
	}
	.modal-dialog .people{
		top: -60px;
		padding: 0;
	}
	body .people #child select:first-child {
    	width: 72%;
	}
	body .modal-footer{
		margin: 0;
		margin-top: -50px;
		position: relative;
		text-align: center;
	}
	body .modal-header .close span{
		top: 7px;
		right: 10px;
	}
	.mobile{
		display:block;
	}
	.main .title:first-child .tab-content .col-md-3, .main .tab-content .col-md-3{
		width: 50%;
    	float: left;
	}
	.logo{
		text-align:center;
	}
	.logo div{
	    color: #fff;
    	font-size: 12px;
	}
	body .slide .carousel-inner>.item>img {
		max-width: 3000px;
		width: 3000px;
		position: relative;
		left: -1000px;
	}
	body .slide .position .carousel-caption {
		width: 100%;
		text-align: center;
		margin-left: 0;
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	body .slide1 .position .carousel-caption {
		top:140px;
	}
	.search-page .col-md-2{
		display:none;
	}
	.margin .left{
		width: 40%;
		display: inline-block;
	}
	.margin .right{
		width: 59%;
		display: inline-block;
		vertical-align: top;
	}
	.margin .right .position-right{
	right: inherit;
	left: 15px;
	bottom: -40px;
	top: inherit;
	}
	.search-page .col-md-10 ul li a{
		margin-right: 20px;
	}
	.slide .position .carousel-caption h3 {
		font-size: 38px;
	}
	.slide .position .carousel-caption p {
    	font-size: 13px;
 	}
	.slide .position .carousel-caption h3 span {
		width: 100%;
		display: block;
		font-size: 15px;
		margin-top: 9px;
	}
	.search {
    	margin-top: 180px;
    	height: 700px;
    	padding: 0 10px;
   }	
	.search .top .sales {
		top: -25px;
	}
	.search .top .sales span{
		background-color: #af1e1e;
		padding: 5px;
	}
	.search .top .sales a{
		padding:0;
	}
	.search .top{
		margin: 0px -10px;
		padding: 15px 30px;
		background: rgba(0, 0, 0, 0.42);
		font-weight: bold;
	}
	.search .bottom .input input {
		padding: 14px 8px;
		margin-bottom: 20px;
		border-radius: 0;
	}
	.search .bottom .input .big{
		width: 55%;
	}
	.bottom-s{
		margin-top:-10px;
	}
	.search .bottom .input .col-md-6 .big select{
	    padding-right: 30px;
	}
	.search .bottom .input .col-md-6 {
		/* padding-right: 0; */
		width: 50%;
		float: left;
	}
	.search .col-md-8 .col-md-6:last-child {
		padding-left: 0;
		padding-right: 0;
	}
	.search .bottom .input button {
		margin-top: 30px;
		color: #fff;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.53);
		background: rgb(32, 134, 185);
	}
	.search .bottom-s .input:last-child{
		margin-left: 0;
		width: 100%;
	}
	.search .bottom .col-md-3 .selection:last-child{
		display:none;
	}
	.top {
    	padding-top: 40px;
    	margin-top: 0;
 }
	.main .title h2 {
		font-size: 28px;
	}
	.main .title ul li {
		font-size: 15px;
		width: 100%;
		font-weight: bold;
	}
	.main .title ul li a {
		width: 100%;
		border: 0;
		color: #555;
		border-radius: 0;
		padding: 15px 10px;
		margin-right: 45px;
		border-bottom: 1px solid #dcdcdc;
	}
	.main .title ul .active a {
		background-color: #2086b9;
		color: #fff;
		border-bottom: 1px solid #14648c;
	}
	.main .title ul li a:hover {
		border: 0;
		color: #fff;
		border-bottom: 1px solid #5b8018;
		background-color: #85ba22;
	}
	footer {
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	.footer-bottom {
    	text-align: center;
    	background: rgba(0, 0, 0, 0.86);
    	z-index: 99;
    	position: relative;
 	}
	body .footer-top .last-child{
		width:100%;
		text-align: center;
		padding-bottom: 20px;
		padding-top: 10px;
	}
	.main .tab-content .col-md-3 .bottom .button{
	    background-size: cover;
	}
	.footer-top .col-md-3{
		width:50%;
		float:left;
	}
	.footer-bottom .copyright{
		float:none;
	}
}
@media (max-width: 600px){
	.search .bottom .input .big{
		width:53%;
	}
}
@media (max-width: 450px){
	.search .bottom .input .big{
		width:52%;
	}
}

@media (max-width: 440px){
	#page{
		display:block;
	}
	body .pc{
		display:none;
	}
	.mobile{
		display:block;
	}
	.logo{
		text-align:center;
	}
	.logo div{
	    color: #fff;
    	font-size: 12px;
	}
	.main .title:first-child .tab-content .col-md-3, .main .tab-content .col-md-3, .footer-top .col-md-3{
		width:100%;
	}
	body .carousel-inner>.item>img {
		max-width: 2750px;
		width: 2750px;
		position: relative;
		left: -1000px;
	}
	.slide .position .carousel-caption, .slide1 .position .carousel-caption {
		width: 100%;
		text-align: center;
		margin-left: 0;
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	.slide1 .position .carousel-caption{
		top:140px;
	}
	.slide .position .carousel-caption h3, .slide1 .position .carousel-caption h3 {
		font-size: 38px;
	}
	.slide1 .position .carousel-caption h3, .slide1 .position .carousel-caption h3 {
		font-size: 24px;
		margin-bottom: 0;
		width: auto;
	}
	body .slide1 .position .carousel-caption p, .slide1 .position .carousel-caption p{
		display: none;
	}
	body .slide1 .position .carousel-caption h3 span{
		display: inline-block;
		width: auto;
		font-size: 12px;
		margin-top: 0;
	}
	body .list-m{
		padding:0;
	}
	.slide .position .carousel-caption p, .slide1 .position .carousel-caption p {
    	font-size: 13px;
 	}
	.slide .position .carousel-caption h3 span {
		width: 100%;
		display: block;
		font-size: 15px;
		margin-top: 9px;
	}
	body .modal-header h4{
		font-size:17px;
		margin-top: 45px;
	}
	body .slide-hotel-modal{
		margin:0;
	}
	body .slide-hotel-modal .modal-content{
		border:0;
		border-radius:0;
		position: relative;
	}
	body .slide-hotel-modal .col-md-2{
		display:block;
		position: absolute;
		top: 0;
		right: 0;
	}
	body .slide-hotel-modal .col-md-9{
		margin-top: -27px;
		margin-bottom: 15px;
		padding-left: 65px;
	}
	body .slide-hotel-modal .col-md-1 .glyphicon{
		font-size:30px;
		top: 63px;
		left: 10px;
	}
	body .slide-hotel-modal .col-md-2 .close{
		top: 0;
	}
	body .slide-hotel-modal .modal-header{
		padding:0;
	}
	body .slide-hotel-modal .modal-header h4{
		font-size:20px
	}
	body .slide-hotel-modal .carousel-inner>.item> img{
		width:100%;
		left: 0;
	}
	body .modal-header .close{
		position: relative;
		top: -100px;
		margin: 10px auto;
	}
	.modal-dialog .people{
		top: 0;
		padding: 0;
	}
	body .people #child select:first-child {
    	width: 72%;
	}
	body .modal-footer{
		margin: 0;
		margin-top: -50px;
		position: relative;
		text-align: center;
	}
	body .modal-header .close span{
		top: 7px;
		right: 10px;
	}
	.search.collapse{
		height:100%;
		float: inherit;
		padding: 0;
	}
	.search.collapse form{
		float: inherit;
	}
	.right-hotel .search form{
		float:initial;
	}
	.search {
    	margin-top: 180px;
    	height: 740px;
    	padding: 0 10px;
   }	
	.search .top .sales {
		top: -25px;
	}
	.search .top .sales span{
		background-color: #af1e1e;
		padding: 5px;
	}
	.search .top .sales a{
		padding:0;
	}
	.search .top{
		margin: 0px -10px;
		padding: 15px 30px;
		background: rgba(0, 0, 0, 0.42);
		font-weight: bold;
	}
	.search .bottom .input input {
		padding: 14px 8px;
		margin-bottom: 20px;
		border-radius: 0;
	}
	.search .bottom .input .big{
		width: 48%;
	}
	.bottom-s{
		margin-top:-10px;
	}
	.search .bottom .input .col-md-6 .big select{
	    padding-right: 30px;
	}
	.search .bottom .input .col-md-6 {
		padding-right: 0;
	}
	.search .col-md-8 .col-md-6:last-child {
		padding-left: 0;
		padding-right: 0;
	}
	.search .bottom .input button {
		margin-top: 30px;
		color: #fff;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.53);
		background: rgb(32, 134, 185);
	}
	.search .bottom-s .input:last-child{width:100%; margin:0}
	.top {
    	padding-top: 40px;
 	}
 	.search .bottom .calendar .calendar-i{
 		padding-left:0;
 	}
	.main .title h2 {
		font-size: 28px;
	}
	.main .title ul li {
		font-size: 15px;
		width: 100%;
		font-weight: bold;
		margin-bottom: 0;
		border-bottom: 1px solid #ffffff;
	}
	.main .title ul li a {
		width: 100%;
		border: 0;
		color: #fff;
		border-radius: 0;
		padding: 15px 20px;
		margin-right: 45px;
	}
	.main .title ul .active a {
		background-color: #2086b9;
		color: #fff;
		border-bottom: 1px solid #14648c;
	}
	.main .title ul li a:hover {
		border: 0;
		color: #fff;
		border-bottom: 1px solid #5b8018;
		background-color: #85ba22;
	}
	footer {
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	.footer-bottom {
    	text-align: center;
    	background: rgba(0, 0, 0, 0.86);
    	z-index: 99;
    	position: relative;
 	}
	.footer-top .last-child{
		text-align: center;
		padding-bottom: 20px;
		padding-top: 10px;
	}
	.main .tab-content .col-md-3 .bottom .button{
	    background-size: cover;
	}
	.border{
		background: rgba(247, 247, 247, 0.8);
		border-bottom: 1px solid #dcdcdc;
		padding-bottom: 0;
		position: relative;
	}
	.border .read-more{
	    width: 100%;
	    position: absolute;
	    bottom: 0;
	    color: #fff;
	    padding: 10px;
	    font-size: 15px;
	    font-weight: bold;
	    text-align: center;
	    background: #85ba22;
	}
	body .mobile-p{
		padding:0;
	}
	.right-hotel h1{
		float:none;
		font-size: 18px;
		padding-top: 16px;
		max-width: 70%;
	}
	.right-hotel .rating{
		position: absolute;
		right: 15px;
	}
	.right-hotel .rating .glyphicon{right: 0;top: 0;font-size: 13px;}
	.right-hotel .position-right{
		float: none;
		top: -27px;
		right: 0;
		position: absolute;
	}
	.right-hotel .about{
		margin:10px 0;
		font-size:13px;
	}
	.right-hotel .col-md-12 h2{
		padding-left:0;
		font-size:20px;
	}
	.right-hotel .search ul li .img-service{
		float:left;
		width:60px;
		padding-right: 16px;
	}
	.right-hotel .search ul a{
		width: 46%;
		float: inherit;
		display: inline-block;
		height: 175px;
	}
	.right-hotel .search ul li.heart .line-med p{
		font-size:13px;
		height: 95px;
	}
	.right-hotel .search ul li.heart .line-med{
		height: 100px;
	}
	.right-hotel #ex2, .right-hotel #ex3, .right-hotel #ex4, .right-hotel #ex5{
		height:100%;
	}
	.right-hotel .search ul li .text-service{
		width: 100%;
		display: block;
	}
	.right-hotel .heart  .head{
		padding: 10px 15px;
		margin: 0 -15px;
	}
	.right-hotel .heart ul,.right-hotel .search ul{
		padding-left:0
	}
	.right-hotel .heart ul li{
		width: 100%;
	}
	.right-hotel .search-send_2 p{
		padding-left:0;
		font-size:14px;
	}
	.right-hotel .search-send_2 a{
		color:#2086b9;
		text-decoration:underline;
		font-weight:bold;
	}
	.number  .price{
		float: none;
		width: 100%;
	}
	.number .title-number{
		position: initial;
		font-size: 21px;
		color: #ffffff;
		background-color: #85ba22;
		padding: 15px 15px;
		margin: 0 -15px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.69);
	}
	.medical-number{
		margin-top:0
	}
	
	.medical-number h4{
		font-size:17px;
	}
	.right-hotel .number .person{
		width:100%;
	}
	.right-hotel .number .price .price-top, .right-hotel .number .price .price-bottom{
		width: 100%;
		display: block;
		margin: 0 -15px;
		margin-top: 15px;
		padding: 10px 15px;
		box-sizing: content-box;
		background: #85ba22;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.69);
		color: #fff;
		box-shadow: 0 0 black;
		font-size: 18px;
	}
	.right-hotel .number .price .price-bottom{
		margin-top:0;
		font-size: 25px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.69);
	}
	.right-hotel .number .price .price-bottom span{
		display: inline-block;
		color: #000;
		text-shadow: none;
	}
	.right-hotel .number .price .price-top p{
		color:#fff;
	}
	.number .price .price-top p.first{
		margin-top:5px;
	}
	/* .right-hotel .price a{
		position:initial;
		margin: 0 -15px;
		padding: 0 15px;
	} */
	.number .price .button{}
	.number .price .button span{
		right: -30px;
	}
	.right-hotel .number .person li{
		font-size:13px;
	}
	.number .title-number a{
		
	}
	.right-hotel .number .border{
		background-color: rgb(249, 246, 246);
		height: 100%;
		margin: 0 -15px;
		padding: 0 15px;
		box-sizing: content-box;
	}
	.right-hotel .number .button{
		margin:0 -15px;
		padding: 10px 15px;
		box-sizing:content-box;
		background-color:#de1818;
		position: relative;
		width: 100%;
		font-size: 14px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.69);
		color: #ffffff;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	.blue-href{
		margin: 0 -15px;
		padding: 10px 15px;
		display: block;
		background-color: #2086b9;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		text-decoration: underline;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.69);
	}
	.right-hotel .number .button span{
		width: 40px;
		height: 40px;
		padding: 12px;
		position: absolute;
		right: 0;
		top: 0px;
		font-size: 14px;
		color: #de1818;
		text-shadow: none;
		background-color: #ffffff;
	}
	.right-hotel .about p, .right-hotel .heart p, .right-hotel .search p{
		padding-left:0;
		font-size: 14px;
		margin-bottom: 13px;
	}
	.right-hotel .heart .po p{
		margin-top:10px
	}
	.right-hotel .address{
		float:none;
		margin: 5px 0;
		font-size: 13px;
	}
	.right-hotel .address a{
		display:none;
	}
	.right-hotel{
		padding:0;
	}
	.margin .right h2 a{
		font-size:16px;
	}
	.margin .right .rating{
		position: absolute;
		top: 0;
	}
	.mobile-st .rating{
		top: 1px;
		right: 15px;
	}
	.margin .tab-content{
		margin-top:25px
	}
	.mobile-st .rating .glyphicon {
		font-weight: bold;
		bottom: 4px;
		color: #ffa00c;
		font-size: 14px;
	}
	.search-page{
		margin-top:100px;
	}
	.mobile-st h2{
		font-weight: bold;
		width: 67%;
		font-size: 17px;
		margin-top: 10px;
	}
	.mobile-st .position-right{
		position:absolute;
		top: 1px;
		right: 15px;
	}
	.mobile-st .position-right a{
		color: #2086b9;
		font-weight: bold;
	}
	.mobile-st .number{
		float: none;
		margin-top: 7px;
	}
	.mobile-st .number .border{
		border-bottom:0;
		height: 100%;
	}
	.number .dropdown-menu{
		left: -69px;
	}

	.mobile-st .number  .price{
	 	width: 100%;
	 }
	.mobile-st .number .price .price-top{
	 	font-size:15px;
	 	margin-top: 7px;
	 }
	 .mobile-st .number .price .price-bottom{
	 	font-size: 25px;
	 	padding-top: 0;
	 	margin-bottom: 50px;
	 }
	 .mobile-st .number .price .read-more{
	 	color: #000;
	 	text-align: center;
	 	margin-top: 21px;
	 	display: block;
	 }
	 .mobile-st .number .price .price-bottom p.first{
	 	margin: 0;
	 }
	 .mobile-st .number .price .price-bottom p{
	 	margin-bottom: 15px;
	 }
	 .mobile-st .price .link{
	 	background: none;
	 	position: initial;
	 	text-align: center;
	 	padding: 0;
	 	margin: 0;
	 	font-size: 14px;
	 	color: #2086b9;
	 }
	.mobile-st .number .price .count {
		font-size: 14px;
    	color: #333333;
	}
}
@media (max-width: 1630px){
	.slide .carousel-inner>.home-s>img {
	max-width: 1750px;
	width: 1750px;
	position: relative;
	}
}
@media (max-width: 1205px){
	.slide .carousel-inner>.home-s>img {
		max-width: 1750px;
		width: 1750px;
		position: relative;
	}
	.main .title ul li {
    	font-size: 14px;
	}
	.main .title ul li a {
    	margin-right: 25px;

	}
	.footer-top .col-md-3 .number {
    	font-size: 21px;
	}
	.footer-top .col-md-3 input {
    	width: 95px;
	}
	footer {
    	background-size: cover;
	}
	.metrica{
		display:none;
	}
	.main .tab-content .col-md-3 .bottom .button {
    	padding: 5px 0;
	}
}
}
#search-list {
	display: none;
	width: 100%;
}
.tzSelect{
	height: 48px;
	display: block;
	position:relative;
}

.tzSelect .selectBox{
	position:absolute;
	height:100%;
	width:100%;
	color: #2d2d2d;
	font-size: 16px;
	cursor:pointer;
	padding: 6px 0 13px 21px;
}

.tzSelect .selectBox span{
    display: block;
    float: left;
    width: auto;
    text-align: left;
    height: 26px;
    line-height: 20px;
    margin: 5px 0 6px;
    padding: 3px 7px 0 9px;
    border-right: 1px solid #2d2d2d;
    position: relative;
    left: -11px;
}
.tzSelect li span{
    display: block;
    float: left;
    width: auto;
    text-align: left;
    height: 26px;
    line-height: 20px;
    margin: 5px 0 6px;
    padding: 3px 7px 0 9px;
    border-right: 1px solid #000000;
    position: relative;
    left: -11px;
}
.tzSelect .selectBox span:last-of-type{
    border: none;
}
.tzSelect li>span:last-of-type{
    border: none;
    padding: 0;
    margin: 0;
    left: 0;
}
.tzSelect li > span > span:last-of-type{
	border: none;
}
.tzSelect .selectBox span em{
    font-size: 1.25em;
    font-style: normal;
    font-weight: 700;
    color: #000;
}
.tzSelect li span em{
	font-size: 1.25em;
    font-style: normal;
    font-weight: 700;
    color: #000;
}
.tzSelect ul{
	position: absolute;
	top: 48px;
	width: 100%;
	padding: 0;
	z-index: 999;
	border: 1px solid #bfbfbf;
	background: rgb(255, 255, 255);
}
.tzSelect li{
	height: 40px;
	list-style: none;
	cursor:pointer;
	font-size: 16px;
	padding-left: 20px;
	position:relative;
	border-bottom: 1px solid #e6e6e6;
}
.tzSelect li:last-child{
	border-bottom:0;
	color: #2086b9;
	font-weight: bold;
	font-size: 16px;
	padding-left: 0;
	padding-top: 10px;
	background: #e8e8e8;
}
.tzSelect li:hover{
	background-position: 50% -256px, 0 -85px, 0 0;
}

.tzSelect li:last-child span{position: initial;float: none;height: 100%;margin: 0;padding: 0;padding-left: 10px;}

.tzSelect li i{
	color:#999999;
	display:block;
	font-size:12px;
}
.bottom-s .col-md-9{margin-left: 15px;}
.search .bottom .input .heart{
	/* margin-left: 20px; */
}
.search .bottom .input .heart .col-md-3{padding-right: 0;margin-top: 0;}
.heart .col-md-8{width: 140px;margin-left: -15px;padding-top: 15px;}
.bottom .input .heart .col-md-4{margin-top: 5px;}
.search .heart .glyphicon{font-size: 48px;color: #85ba22;}
.heart a{font-size: 15px;display: block;margin-bottom: 9px;text-decoration: underline;}
.heart a span{color: #85ba22;text-decoration: underline;white-space: pre;}
.search .bottom-s .people{
    margin-left: -15px;
    font-size: 15px;
    margin-top: 15px;
    min-height: 89px;
}
.human{
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
    height: 48px;
    background: url(/img/human.png);
}
.text-human{
    display: inline-block;
    margin-right: 20px;
}
.text-human span, .text-child span{
	color: #85ba22;text-decoration: underline;
}
.child{
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
    height: 35px;
    background: url(/img/child.png);
}
.text-child{
    display: inline-block;
}
.main-photo{
	width: 100%;
}
#search-list{min-width: 100%;margin-left: -30px;padding-left: 30px;position: absolute;z-index: 999;}
#search-list li{list-style: none;font-size: 15px;background: #fff;padding: 15px 20px 15px 60px;cursor: pointer;font-weight: bold;color: #2086b9;border-right: 1px solid #e8e8e8;border-left: 1px solid #e8e8e8;border-bottom: 1px solid #e8e8e8;}
#search-list li:hover{background-color: #e8e8e8;}
#search-list li span{
    font-size: 13px;
    font-weight: normal;
    color: #000000;
}
.modal-for-map .col-md-2{margin-top:0;}
.modal-for-map .modal-dialog {
}

.modal-for-map .modal-content {
    width: 100%;
}

#map {
	width: 100%;
	height: 400px;
	display: inline-block;
	vertical-align: top;
}

.map-right {padding-top: 20px;padding-bottom: 20px;}
.map-right .row{margin: 0 20px;}

.carousel-cel{
  /* background: #FAFAFA; */
  width: 100%;
  /* overflow: hidden; */
  height: 100%;
}

.carousel-cell {
  width: 100%;
  height: 100%;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: carousel-cell;
}
.carousel-cell img{
	width: 100%;
	position: relative;
}

/*! Flickity v2.0.8
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: absolute;
  top: 0;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	background: #fff;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.light{
	color:#fff;
}

.number__descript{
	margin: 0;
	text-align:center;
}
.number__break{
	/* margin-top: 20px; */
	margin-top: 20px;
	text-align:center;
}
.number__variant{
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px 4px 0 0;
}
.number__variant .price{
	padding-top:1rem;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px 4px 0 0;
}
.number__variant .alert{
	margin-bottom:10px;
}
.number__variant:hover{
	border: 1px solid #f1f1f1;
	background: #f1f1f1;
}
.number__variant .price-top{
	margin:0!important;
    padding: 0 1rem;
}
.number__variant .price-bottom{
	margin:0!important;
    padding:0 7px 0 1rem;
}
.right-hotel .number__variant{
	padding-bottom: 1rem;
}
.number__info-list{
	color:#333333;
	font-size: 12px;
	cursor: pointer;
	line-height: 1.42857143;
}

.number__info-list span{
	color:#2086b9!important;
	text-decoration: none!important;
    font-size: 11px!important;
}
.right-hotel .number__info-list{
	padding: 0 1rem
}
.number .tooltip-inner{
	background: #dff0d8;
    max-width: 400px;
    width: 400px;
    color: #333333;
    border: 1px solid #DFF02B;
    box-shadow: 2px 2px 2px 0 #b0b0b0;
}
.number .tooltip-inner ul{
	margin: 0;
	text-align: left;
	padding: 1rem 0 1rem  2rem;
}
.number .tooltip-inner li{
	font-size: 13px;
}

