@media (max-width: 480px) {

	.accordion-title { width: 100%; padding: 40px 0 0 0; }
	.nav-tabs > li { width: 100%; }
	.nav-tabs > li > a { width: 100%; }
	.header-cta .blk { padding: 10px; }
	.header-cta h1 { font-size: 4.5rem; }
	.col-xs-6 { width: 100%; }

}

@media (max-width: 767px) {

	html { font-size: 50.5% }
	.content section { padding: 25px 0; }
	.content section + section:before { margin: -25px 15px 25px; }
	.box { padding: 0 25px; }
	.content section.separated { margin: 0 -25px -3px 0; }

	.navbar-nav,
	.navbar-nav > li,
	.navbar-nav > li > a { width: 100%; }
	.navbar-nav > li + li { margin: 0; }
	.navbar-brand { padding: 1.5rem 0; }

	.accordion { padding: 10px 20px; }

	.pricing-features { display: none; }

	.header-bg { height: 550px; }

}

@media (min-width: 768px) and (max-width: 991px) {

	html { font-size: 54.5% }
	.content section { padding: 35px 0; }
	.content section + section:before { margin: -35px 15px 35px; }
	.box { padding: 0 35px; }
	.content section.separated { margin: 0 -35px -3px 0; }

	.navbar-nav,
	.navbar-nav > li,
	.navbar-nav > li > a { width: 100%; }
	.navbar-nav > li + li { margin: 0; }

	.accordion { padding: 20px 30px; }

	.pricing-features { display: none; }

	.header-bg { height: 550px; }

}

@media (min-width: 992px) and (max-width: 1199px) {

	html { font-size: 58.5% }
	
	.header-bg { height: 650px; }

	.table-features li span { display: none; }

}

@media (min-width: 1200px) and (max-width: 1280px) {

	.header-bg { height: 680px; }

 	.table-features li span { display: none; }

}

@media (min-width: 1300px) {

  .owl-carousel-navigation { display: block; }
  .owl-controls { display: none!important; }

  .table-features li span { display: none; }

}

















.header-bg
{
	height: 550px;
}

h1,h2,h3 
{
    font-family: 'Open Sans', sans-serif;
}

.header-cta .line
{
	font-size: 2.7rem;
	line-height: 1.2em;
	color: #ffffff;
}

.brand-title
{
	font-size: 3rem;
	line-height: 3.4rem;
	margin: 0;
	padding: 0;
}

.event-info:hover .icon
{
	color: #00aeda;
	border-color: #00aeda;
}

.navbar-nav > li.booking > a
{
	background: #2ecc71;
	color: #fff;
}

.btn
{
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	background: #00aeda;
	border-radius: 4px;
	padding: 0 0.8em;
	
	line-height: 6rem;
	font-size: 2.5rem;
	color: #ffffff;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
}

.btn:hover, .btn:focus
{
	color: #fff;
}

.btn-mb
{
	margin-bottom: 15px;
}

.blueimp-img img
{
	max-width: 100%;
	height: auto;
}

.gallery-item
{
	margin-bottom: 30px;
}

.pricing-features
{
	padding-top: 0;
}

input[type="checkbox"], input[type="radio"]
{
	width: auto;
	height: auto;
}

.help-block
{
	margin-top: 0;
	margin-bottom: 15px;
}

.help-block-error
{
	color: #a94442;
}

.navbar-brand
{
	height: auto;
}

#map_canvas
{
	height: 400px;
}

@media (min-width: 768px)
{
	#map_canvas
	{
		height: 520px;
	}
	
	.header-cta .line
	{
		font-size: 3.5rem;
	}
}


.show_phone{
	cursor: pointer;
}

.show_phone_ul{
	text-decoration: underline;
}

.table-price .show_phone a, .table-price .show_phone a:hover, .table-price .show_phone a:focus{
	color: #fff;
}

.mob_call_block{
	position: fixed;
	width: 100%;
	z-index: 99;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.53);
}
.mob_call_block .mob_call_block_in{
	margin: 10px 5px;
	text-align: center;
}
.cp-visible-xs{
	display: block;
}
@media (min-width: 767px){
	.cp-visible-xs{
		display: none;
	}
}
.btn-cp{
	line-height: 5rem;
	font-size: 2.3rem;
}

.rating-box,
.name-box,
.date-box{
	display: inline-block;
}
.review-box{
	max-height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.cat-rev{
	margin-bottom: 20px;
}
.rating-box i{
	color: rgba(255,203,19,0.79);
}
.review-form-wrapper{
	margin-top: 20px;
}
.review-form-wrapper textarea{
	height: 100px;
}
.help-block{
	display: block;
}

div.star-rating
{
	float:left;
	width:21px;
	height:20px;
	cursor:pointer;
	display:block;'
background:transparent;
	overflow:hidden
}
div.rating-cancel a{background:url(delete.gif) no-repeat 0 -16px}
div.star-rating a
{
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 20px;
	color: #ffcb13;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}
.ratepage_stars_wrapper{
	display: block;
	height:30px;
}
div.star-rating a:before
{
	content: "\e007";
}

div.star-rating-on a:before
{
	content: "\e006";
}
div.star-rating-hover a:before
{
	content: "\e006";
}
#review_form textarea{
	resize: vertical;
}

.hidden-xs{
	display: block;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none;
	}
}















h2{
	font-size: 2.5rem;
}
h4{
	font-size: 1.6rem;
}
.section-header{
	margin-bottom:20px;
}
.event-info{
	margin: 0 0 10px 0;
}
.event-info .icon, span.icon {
    width: 6rem;
	height: 6rem;
	font-size: 3.0rem;
    line-height: 5.5rem;
}
.event-info .info {
    padding: 0.4rem 0 0 7.5rem;
}
.header-bg{
	height:430px;
}
.sales-block{
	position: relative;
    margin: 0 0 10px 0;
	padding: 15px;
	border: 3px solid #00aeda;
	border-radius: 5px;
	font-size:1.6rem;
}
.sales-block .sales-el{
	margin: 0 0 10px 0;
}
.sales-block .ttl{
	font-weight:bold;
	margin-right:10px;
}
.clear{
	clear: both;
}
.fblock{
	overflow:hidden;
	margin-bottom:20px;
}
.mblock{
	margin-bottom:20px;
}








.sauna-paid__halls{
	margin-top:30px;
}
.sauna-paid__halls-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.04), 0 2px 6px rgba(0,0,0,0.04), 0 10px 20px rgba(0,0,0,0.04);
    box-shadow: 0 0 1px rgba(0,0,0,0.04), 0 2px 6px rgba(0,0,0,0.04), 0 10px 20px rgba(0,0,0,0.04);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	background: white;
	border-radius: 5px;
	margin-bottom:20px;
}
.sauna-paid__halls-item:hover, .sauna-paid__halls-item.active {
    border-color: #00aeda;
    background: #00aeda;
}
.sauna-paid__halls-name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sauna-paid__halls-price {
    font-size: 14px;
    line-height: 22px;
    color: #bfbfbf;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.sauna-paid__halls-item:hover .sauna-paid__halls-name, .sauna-paid__halls-item.active .sauna-paid__halls-name {
    color: #fff;
}
.sauna-paid__halls-item:hover .sauna-paid__halls-price, .sauna-paid__halls-item.active .sauna-paid__halls-price {
    color: #fff;
}
.sauna-paid__halls-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 16px;
    color: #00aeda;
	font-size: 13px;
	font-weight:bold;
}
.sauna-paid__halls-item:hover .sauna-paid__halls-icon, .sauna-paid__halls-item.active .sauna-paid__halls-icon {
    color: white;
}

.sauna-paid__advantages-item {
    position: relative;
    margin-bottom: 20px;
    padding-left: 80px;
}
.sauna-paid__advantages-name {
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 2rem;
    color: #222222;
}
.sauna-paid__advantages-text {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    display: inline;
}
.sauna-paid__advantages-text .dop {
    color: #ea4621;
    font-weight: 700;
}
.sauna-paid__advantages-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}
.sauna-paid__advantages-icon--aquazone {
    background-color: #61d5f4;
    background-image: url(./icons/swimming-pool.svg);
}
.sauna-paid__advantages-icon--restroom {
    background-color: #841cff;
    background-image: url(./icons/couch.svg);
}
.sauna-paid__advantages-icon--entertainment {
    background-color: #4e89fa;
    background-image: url(./icons/bullseye.svg);
}
.sauna-paid__advantages-icon--food {
    background-color: #ff4f4c;
    background-image: url(./icons/glass-martini-alt.svg);
    background-size: 23px;
}
.sauna-paid__advantages-icon--equipment {
    background-color: #62c139;
    background-image: url(./icons/music.svg);
    background-size: 23px;
}
.sauna-paid__advantages-icon--additionally {
    background-color: #f7d907;
    background-image: url(./icons/plus-circle.svg);
}

.titlebar-outer-wrapper{
	height:150px;
}
.titlebar-title .titlebar-decs{
	margin: 0 0 8px 0;
}
.titlebar-title .titlebar-decs .ttl{
	font-weight:bold;
	color:#fff;
	margin-right:10px;
}
.titlebar-title .discount-title{
	font-size:24px;
}

#harmony_modal{
	display:none;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 2.5rem;
	color: #555555;
	background-color: #efefef;
  }

@media (min-width: 1200px){
	.container {
		width: 1230px;
	}
}


.header-bg{
	/*background-image: url(../images/background.jpg);*/
	background-position: 50% 50%;
	background-size:cover;
	background-repeat: no-repeat;
}











.ico{
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.ico.ico-big{
	width:2.5rem;
	height:2.5rem;
}
.ico.ico-bs{
	background-size: 3rem 3rem;
	background-position:50% 50%;
	background-repeat: no-repeat;
}
.ico.ico-map-marker{
	background-image: url(./icons/map-marker-alt-solid.svg);
}
.ico.ico-phone{
	background-image: url(./icons/phone-alt-solid.svg);
}
.ico.ico-rub{
	background-image: url(./icons/ruble-sign-solid.svg);
}
.ico.ico-sun-o{
	background-image: url(./icons/sun-regular.svg);
}
.ico.ico-users{
	background-image: url(./icons/users-solid.svg);
}
.ico.ico-child{
	background-image: url(./icons/child-solid.svg);
}
.ico.ico-archive{
	background-image: url(./icons/archive-solid.svg);
}
.ico.ico-star{
	background-image: url(./icons/star-solid.svg);
}
.ico.ico-arrow-up{
	background-image: url(./icons/arrow-up-solid.svg);
}
.ico.ico-calendar{
	background-image: url(./icons/calendar-check-regular.svg);
}


.hall-pc-block {
	display: none;
}
.hall-pc-block.active {
	display: block;
}
.hall-pc-line {
	border-bottom: 1px solid #ecedee;
}
.hall-pc-line:last-child {
	border-bottom: none;
}
.hall-pc-line .table {
	width:100%;
	border-collapse: collapse;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.hall-pc-line .table>tbody>tr>td, 
.hall-pc-line .table>tbody>tr>th, 
.hall-pc-line .table>tfoot>tr>td, 
.hall-pc-line .table>tfoot>tr>th, 
.hall-pc-line .table>thead>tr>td, 
.hall-pc-line .table>thead>tr>th{
	border-top:none;
}
.hall-pc-line .table td {
	width: 38%;
}
.hall-pc-line .table td.hall-pc-line-fst {
	width: 24%;
	text-transform:uppercase;
}
.hall-pc-line .table .hall-pc-line-imp {
	color: #00aeda;
	font-weight: 600;
}
.price-outer-cstm-link, 
.price-outer-cstm-link:hover, 
.price-outer-cstm-link:focus {
	font-size: 15px;
	line-height: 100%;
	color: #00aeda;
	text-decoration-line: underline;
}

.sales-block .btn{
	font-size:2.2rem;
}