@charset "utf-8";
/*======================================
 [ -Main Stylesheet-
  Theme: EasyBook
  Version: 1.0
  Last change: 16/08/2018 ]
++ Fonts ++
++ General Style ++
++ Typography ++
++ loader ++
++ Content Styles ++
 
/*-------------Fonts---------------------------------------
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Nunito:400,600,700,800,900&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese');

/*-------------General Style---------------------------------------*/
html{
	overflow-x:hidden !important;
	height: 100%;
	
}
body{
	font-weight: 600;
	font-size: 13px;
	height: 100%;
  	width: 100%;
  	margin: 0px;
 	padding: 0px;
	text-align:center;
	background: #18458B;
	color:#000;
	font-family: 'Nunito', sans-serif;
}

#mainhtml{
	zoom:80%;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}

.main-bg-pages{
	background: #ECF6F8;
}
/*--------------Typography--------------------------------------*/
p {
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 10px;
	font-weight:500;
	color: #878C9F;
}
blockquote {
	float:left;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 15px solid #eee;
	position:relative;
}
blockquote:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f10e";
	position:absolute;
	color:#ccc;
	bottom:3px;
	font-size:43px;
	right:6px;
	opacity:0.4
}

.in-dev:before {
font-family: Font Awesome\ 5 Pro;
content: "\f017";
position: absolute !important;
color: #ccc;
font-size: 25px;
right: 15px;
top: 15px;
}

.indev2:before {
font-family: Font Awesome\ 5 Pro;
content: "в разработке \f017";
position: absolute !important;
color: #ccc;
font-size: 18px;
right: -15px;
top: -32px;
width: 150px;
}

blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#494949;
}
/*------ loader-------------------------------------------------*/
.loader-wrap {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:100;
	background: #18458B;
}
.pin , .ajax-loader {
	position:absolute;
	left:50%;
	top:50%;
	width:68px;
	height:68px;
	/*border:4px solid;*/
	border-radius:100%;
	margin:-34px 0 0 -34px;
	color:#fff;
}

.pin  img{
	font-size: 11px;
}

.pulse  , .ajax-loader-cirle{

	width:100%;
	height:100%;
	border-radius:100%;
	animation: spin 1000ms linear infinite;
	/*background: url(../images/loader.png);
	background-size: cover;
	background-color:#fff;*/
}

.pulse:before  , .ajax-loader-cirle:before{
	font-family: 'Font Awesome\ 5 Pro';
	content:'\f45f';
	font-size:38px;
	position:relative;
	color:#fff;
	font-weight:100;
	line-height:38px;
}

@keyframes spin {
   to{
        -webkit-transform: rotate(360deg);
transform: rotate(360deg);
    }
}
/* ---------Content Styles--------------------------------------*/
#main{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
}
.container{
	max-width: 1224px;
	width:100%;
	margin:0 auto;
	position: relative;
	z-index:5;
}
.big-container {
	max-width:1500px;
}
.small-container {
	max-width:1024px;
}
#wrapper {
	float:left;
	width:100%;
	position:relative;
	z-index:5;
}
#wrapper.home-wrap {
	padding-top:0;
}
.content {
	width:100%;
	position:relative;
	z-index:4;
	float:left;
	background:#fff;
	overflow:hidden;
}
.fl-wrap {
	float:left;
	width:100%;
	position:relative;
}
.no-bg {
	background:none;
}
.full-height {
	height:100%;
}
.full-width-wrap {
	width:100%;
}

.pc-20{
	padding: 0 20px;
}

.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
}
.wave-bg  , .city-bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background:url(../images/wave.png) repeat;
}
.respimg {
	width:100%;
	height:auto;
}
.overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.2;
	z-index:2
} 

.overlay2 {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#18458b;
	opacity:0.9;
	z-index:2
} 
.op1 {
	opacity:0.1;
}
 
.op3 {
	opacity:0.4;
}
.op7 {
	opacity:0.5;
}
.box-item {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}
.box-item:before {
	content:'';
	position:absolute;l
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	z-index:2;
	background:rgba(51,51,51,0.41);
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.box-item a.gal-link{
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	top:0px;
	right:0px;
	opacity:0;
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.list-single-gallery .box-item {
	border-radius:6px;
}
.box-item:hover a.gal-link {
	opacity:0;
}
.box-item:hover:before {
	opacity:1;
}
.fw-separator {
	float:left;
	width:100%;
	margin:10px 0;
	height:1px;
	background:#eee;
}
.no-padding {
	padding:0 !important;
}
/*-------------Button---------------------------------------*/
.btn{
	padding:0 80px 0 30px;
	height:44px;
	line-height:44px;
	border-radius:4px;
	color: #fff  !important;
	font-weight:600;
	font-size:14px;
	text-align:left;
	position:relative;
	overflow:hidden;
	display:inline-block;
	    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.1);
}
.btn.no-shdow-btn {
	box-shadow:none;
}
.btn.whitebtn i {
	border-color:#eee;
}
.btn:after {
	content:'';
	position:absolute;
	width: 50px;
	height: 100%;
	background: rgba(255,255,255,0.2);
	z-index: 0;
	right: 0;
	top: 0;
	transition: all 200ms linear;
}
 
.btn:hover:after {
	width: 120%;
	background: rgba(255,255,255,0.1);
 
}
.btn i {
	position:absolute;
	right:0;
	width:50px;
	height:44px;
	line-height:44px;
	border-left:1px solid  rgba(255,255,255,0.21);
	text-align:center;
	top:0;
}
.btn.float-btn {
	float:left;
	margin:10px 0 0;
}
.btn.flat-btn {
	color:#fff;
}
.down-btn {
	float:left;
	padding:15px 20px;
	margin-right:15px;
	margin-top:15px;
	color:#fff;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.2);
	font-size:12px;
	border-radius:4px;
}
.down-btn i {
	padding-right:10px;
	font-size:16px;
}
.list-author-widget-text .btn {
	display:inline-table;
	margin-top:16px;
}
.list-single-btn {
	display:inline-block;
	padding:15px 35px;
	background:#fff;
	margin-top:90px;
	border-radius:30px;
	position:relative;
	border:1px solid #eee;
	font-size:14px;
}
.list-single-btn i{
	padding-left:10px;
}
.load-more-button {
	display:inline-block;
	color:#fff;
	padding:15px 70px;
	margin-top:20px;
	border-radius:6px;
	font-weight:700;
	background: #18458B;
	box-shadow: 0px 0px 0px 7px rgba(204,204,204,0.4);
}
.load-more-button i {
	float:right;
	margin-left:18px;
	top:2px;
	position:relative;
	animation-name: spin;
	animation-duration: 900ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
/*-------------accordion---------------------------------------*/
.accordion {
	float: left;
	width: 100%;
	position: relative;
}
.accordion a.toggle {
	/*border: 1px solid #eee;*/
	padding: 8px 40px 8px 15px;
	float: left;
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	text-align: left;
	font-size: 16px;
    font-weight: 700;
	color:#000;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	margin-bottom:5px;
}
.accordion a.toggle span {
	position: absolute;
	right: -1px;
	top: -1px;
	bottom: -1px;
	width: 60px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.accordion a.toggle span:before,
.accordion a.toggle span:after {
	content: '';
	position: absolute;
	background: #000;
	top: 50%;
	left: 50%;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.accordion a.toggle span:before {
	width: 10px;
	height: 2px;
	margin-top: -1px;
	margin-left: -5px;
}
.accordion a.toggle span:after {
	width: 2px;
	height: 10px;
	margin-top: -5px;
	margin-left: -1px;
}
.accordion a.toggle.act-accordion {
	color: #000;
	border-color: transparent;
}
.accordion a.toggle.act-accordion span:after {
	height: 0;
}
.accordion-inner {
	display: none;
	float: left;
	width: 100%;
	position: relative;
	padding: 10px 15px 15px;
	background: #fff;
	margin: 0 0 15px;
	text-align: left;
	border-radius:4px;
	/*border: 1px solid #eee;*/
}
.accordion-inner.visible {
	display: block;
}
/* ------Header------------------------------------------------------------ */
.main-header {
	position:fixed;
	background: #18458B;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	-webkit-transform: translate3d(0,0,0);
	height:60px;
}

.main-header-index {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	-webkit-transform: translate3d(0,0,0);
	height:60px;
}

.fs-header {
	padding:0px 50px;
}
.header-top {
	height:60px;
	/*border-bottom:1px solid  rgba(0,0,0,0.21);*/
	padding:0 0 6px 0;
	z-index:20;
}
.header-inner {
	height:50px;
	padding:0 0 6px 0;
	z-index:19;
}
.logo-holder {
	float:left;
	position:relative;
	top:12px;
	height:35px;
}
.logo-holder img {
	height:100%;
	width:auto;
}
.add-hotel {
	float:right;
	padding: 0 15px;
	position:relative;
	color:#fff;
	height:59px;
	line-height:59px;
	font-weight:600;
 	transition: all .2s ease-in-out;
	font-size:12px;
	background:#3AACED;
}
.add-hotel span {
	padding-left:4px;
	font-weight:700;
}
.show-reg-form {
	float:right;
	color:#fff;
	cursor:pointer;
	margin-right:40px;
	position:relative;
	top:0;
	height:60px;
	line-height:60px;
	font-size:13px;
	font-weight:400;
}
.show-reg-form:before {
	content:'';
	position:absolute;
	left:-20px;
	width:1px;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.21);
}
.show-reg-form i  {
	padding-right:10px;
}
.show-search-button {
	color:#fff;
	float:right;
	position:relative;
	width:172px;
	top:0;
	height:50px;
	line-height:50px;
	font-size:13px;
	cursor:pointer;
	font-weight:500;
	border-right:1px solid rgba(0,0,0,0.21);
	box-sizing:border-box;
}
.wishlist-link {
	color:#fff;
	float:right;
	position:relative;
	min-width:50px;
	top:0;
	height:60px;
	line-height:60px;
	cursor:pointer;
	font-size:16px;
	color:#fff;
	/*border-left:1px solid rgba(0,0,0,0.21);*/
	box-sizing:border-box;
	font-weight: 500;
}

.wishlist-link a{
color: #3AACED;
}


.wishlist-link:hover i {
	font-weight:800;
}
.wishlist-link span.wl_counter{
	position:absolute;
	bottom:10px;
	left:10px;
	width:15px;
	height:15px;
	line-height:15px;
	background: rgba(0,0,0,0.11);
	border-radius:100%;
	z-index:2;
	font-size:10px;
	color:#fff;
}
.wishlist-wrap {
	position:absolute;
	top:100%;
	right:-20px;
	opacity:0;
	visibility:visible;
	display:none;
	width:400px;
	height:320px;
	overflow:auto;
	padding:25px 30px;
	background:#fff;
	z-index:-1;
	border-radius:0 0 6px 6px;
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
	box-shadow: 0px 1px 15px 1px rgba(113, 106, 202, 0.1);
}
.vis-wishlist {
	opacity:1;
	visibility:visible;
	right:0;
}
.wishlist-wrap .box-widget-content  {
	padding:0;
}
.show-search-button i{
	padding-left:19px;
	position:relative;
	top:1px;
}
.show-search-button i.vis-head-search-close:before , .wishlist-link.scwllink i:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f00d";
}
.show-search-button:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:1px;
	background:rgba(0,0,0,0.21);
}
.lang-wrap  , .currency-wrap{
	float:right;
	margin-right:40px;
	position:relative;
	top:10px;
}
.currency-wrap {
	margin-right:0px;
	top:12px;
}
.lang-tooltip , .currency-tooltip {
	position:absolute;
	top:0;
	right:0;
	width:140px;
	z-index:105;
	background:#fff;
	padding:40px 0 12px;
	border-radius:4px;
	border:1px solid #eee;
	border-top:none;
	visibility:hidden;
	opacity:0;
	box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.1);
}
.show-lang  , .show-currency-tooltip{
	color:#fff;
	cursor:pointer;
	width:140px;
	float:right;
	padding:10px;
	position:relative;
	z-index:106;
	font-size:13px;
	border:1px solid transparent;
}
.show-currency-tooltip span {
	position:relative;
	float:left;
}
.show-currency-tooltip i {
	padding-right:8px;
	float:left;
	position:relative;
	top:1px;
}
.show-lang i , .show-currency-tooltip span i {
	position:absolute;
	right:10px;
	top:50%;
	line-height:10px;
	height:10px;
	margin-top:-5px;
}
.show-currency-tooltip span i {
	right:-30px;
}
.show-lang img , .lang-tooltip li img {
	position:relative;
	border-radius:0px;
}
.show-lang img {
	margin-right:4px;
}
.show-lang span {
	padding:0 10px 0 6px;
	position:relative;
	z-index:2;
}
.show-lang .fa-angle-down {
	position:relative;
	 top:2px;
}
.lang-wrap:hover .lang-tooltip  , .currency-wrap:hover .currency-tooltip{
	visibility:visible;
	opacity:1;
}
.lang-wrap:hover .show-lang span  , .currency-wrap:hover .show-currency-tooltip span {
		color:#666;
}
.lang-tooltip li  , .currency-tooltip li{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	color:#fff;
	border-radius:4px;
	padding:6px 14px;
}
.lang-tooltip li:hover , .currency-tooltip li:hover {
	background:#18458B;
}
.currency-tooltip li {
	margin-bottom:4px;
	padding-left:10px;
}
.currency-tooltip li:last-child {
	margin-bottom:0;
}
.currency-tooltip li i {
	margin-right:8px;
}
.lang-tooltip li img {
	margin-right:10px;
}
.lang-tooltip li:hover a , .currency-tooltip li:hover a {
	color:#fff;
}
.lang-tooltip li a , .currency-tooltip li a{
	color: #566985;
	font-weight:500;
	font-size:13px;
	/*text-transform:uppercase;*/
}
.header-search {
	position:absolute;
	top:110px;
	left:0;
	width:100%;
	padding:20px 30px 30px;
	background:#fff;
	z-index:18;
	border-bottom:1px solid #eee;
	opacity:0;
	margin-top:30px;
	visibility:hidden;
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.vis-head-search {
	opacity:1;
	visibility:visible;
	margin-top:0;
}
.header-search-input-item  label , .range-slider-title , .col-list-search-input-item label , .leave-rating-holder .leave-rating-title{
	float:left;
	width:100%;
	text-align:left;
	margin-bottom:10px;
	color: #000;
	font-size:10px;
    font-weight: 600;
	text-transform:uppercase;
}

.filter_pole_type_box{
	width:100%;
	text-align:left;
	margin-bottom:10px;
	color: #000;
	font-size:10px;
    font-weight: 600;
	text-transform:uppercase;
}

.header-search-input-item input[type="text"] , .col-list-search-input-item input[type="text"] {
	float:left;
	width:100%;
	border:1px solid #eee;
	padding:12px 32px 12px 33px;
	border-radius:6px;
	background: #F7F9FB;
	height:42px;
	line-height:42px;
}
.header-search-input-item input[type="text"]:focus , .col-list-search-input-item input[type="text"]:focus {
	background:#fff;
}
.header-search-input-item.in-loc-dec:before , .col-list-search-input-item.in-loc-dec:before , .header-search-input-item.date-parent:before {
	font-family: Font Awesome\ 5 Pro;
	/*content: "\f107";*/
	position:absolute;
	color:#fff;
	bottom:10px;
	font-size:15px;
	right:14px;
	font-weight:500;
	z-index:120;
	transition: all .2s ease-in-out;
}
.not-vis-arrow {
	z-index:520;
}
.not-vis-arrow:before {
	display:none;
}
.header-search-input-item input[type="number"]  , .col-list-search-input-item input[type="number"]{
	border-radius:6px;
	background: #fff;
}
.header-search-input-item .quantity-item  , .col-list-search-input-item  .quantity-item {
	float:left;
	width:33.3%;
}
.header-search-input-item-icon {
	position:absolute;
	bottom:14px;
	left:13px;
	z-index:100;
	font-weight:600;
	font-size:14px;
}

.header-search-button2 {
	float:left;
	width:100%;
	height:42px;
	line-height:42px;
	padding:0 20px;
	color:#fff;
	border:none;
	border-radius:4px;
	position:relative;
	top:23px;
	left:0;
	outline:none;
	cursor:pointer;
	background: #F9B90F;
}


.header-search-button2 span{
font-size: 14px;
top: 0;
position: absolute;
padding: 0 auto;
left: 30px;	
color:#fff;
}

.header-search-button2 span i{
color:#fff;
}

.header-search-button {
	float:left;
	width:100%;
	height:42px;
	line-height:42px;
	padding:0 20px;
	color:#fff;
	border:none;
	border-radius:4px;
	position:relative;
	top:20px;
	left:0;
	outline:none;
	cursor:pointer;
}

.header-search-button-my {
	float:left;
	width:100%;
	height:41px;
	line-height:41px;
	padding:0 20px;
	color:#fff;
	border:none;
	border-radius:4px;
	top:20px;
	left:0;
	outline:none;
	cursor:pointer;
	background: #F9B90F;
}

.header-search-button-my i {
	padding-left:10px;
}

.header-search-button i {
	padding-left:10px;
}
.header-search-input-item.location a , .col-list-search-input-item.location a  {
    position: absolute;
    bottom: 12px;
    right: 16px;
    z-index: 500;
}
.close-header-search {
	position:absolute;
	width:100px;
	height:26px;
	right:50%;
	margin-right:-50px;
	line-height:26px;
	bottom:-27px;
	color:#fff;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	cursor:pointer;
}
.search-opt-wrap-container {
	margin-left:-15px;
	margin-right:-15px;
	/*overflow:hidden;*/
}
.search-input-item {
	float:left;
	width:50%;
	padding:0 16px;
}
.search-input-item.midd-input {
	width:30%;
	padding:0 15px;
}
.search-input-item.small-input {
	width:20%;
	padding:0 18px 0 15px;
}
.home-btn {
	float:left;
	width:50px;
	height: 50px;
	margin-right:15px;
	line-height:50px;
	color:#fff;
	border-right: 1px solid rgba(0,0,0,0.21);
	border-left: 1px solid rgba(0,0,0,0.21);
    box-sizing: border-box;
}
.home-btn a {
	color:#fff;
}
/* ------Navigation------------------------------------------------------------ */
.nav-holder {
	float:left;
	position:relative;
	opacity:1;
	left:0;
	visibility:visible;
	z-index:20;
	margin-left: 10px;
}
.nav-holder nav {
	position:relative;
	float: right;
}
.nav-holder nav li{
	float:left;
	position:relative;
	margin-right:6px;
	height:60px;
}
.nav-holder nav li ul {
	margin: 30px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width:150px;
	top: 50px;
	left: 0;
	z-index: 1;
	padding:10px 0;
	background:#fff;
	border-radius:6px;
	border:1px solid #eee;
	transition: all .2s ease-in-out;
}
.nav-holder nav li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.nav-holder nav li ul li ul {
	top: -10px  ;
	left: 100%;
	margin-left:25px;
	margin-top:0;
	max-width:150px;
}
.nav-holder nav li ul li:hover  > ul  {
	opacity: 1;
	visibility: visible;
	margin-right:0px;
}
.nav-holder nav li ul li {
	width:100%;
	float:left;
	height:auto;
	position:relative;
}


.ml-hh{
	margin-left: 10px;
}

.dark-header .nav-holder nav li a  {
	color:#fff;
}
.nav-holder nav li a i {
	padding-left:6px;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.nav-holder nav li a:hover i {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.nav-holder nav li ul a {
	color:#566985;
	float:left;
	width:100%;
	font-weight:700;
	text-align:left;
	padding:5px 15px;
	font-size: 12px;
}
.dark-header .nav-holder nav li ul a{
	color:#000;
}
nav li ul a:before , nav li ul a:after {
	display:none;
}
.nav-button-wrap {
	float:left;
	height:34px;
	width:34px;
	cursor:pointer;
	position:relative;
	border-radius:2px;
	top:12px;
	display:none;
}
.nav-button  {
	position:absolute;
	top:50%;
	left:50%;
	width:22px;
	height:20px;
	margin-left:-11px;
	margin-top:-6px;
}
.nav-button span{
	float:left;
	width:100%;
	height:2px;
	background:#fff;
	margin-bottom:4px;
	border-radius:4px;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.header-user-menu {
	float:right;
	position:relative;
}

.header-user-login-menu {
	float:right;
	position:relative;
}

.header-region-menu {
	float:right;
	position:relative;
}

.header-user-name {
	position:relative;
	float:left;
	cursor:pointer;
	color:#fff;
	transition: 0.2s;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-weight:700;
	font-size:12px;
}

.header-user-login {
	position:relative;
	float:left;
	cursor:pointer;
	color:#fff;
	transition: 0.2s;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-weight:700;
	font-size:12px;
}

.header-region-name {
	position:relative;
	float:left;
	cursor:pointer;
	color:#fff;
	transition: 0.2s;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-weight:700;
	font-size:13px;
}

.shateit-title {
	position:relative;
	float:left;
	cursor:pointer;
	color:#3AACED;
	transition: 0.2s;
    white-space: nowrap;
    text-overflow: ellipsis;
	padding-top:10px;
	font-weight:700;
	font-size:13px;
}


.header-user-name:before , .qty-dropdown-header:before , .main-search-input-item_small:before {
	font-family: 'Font Awesome\ 5 Pro';
	content: "\f0d7";
	position:absolute;
	color:#fff;
	bottom:1px;
	font-size:18px;
	right:2px;
	font-weight:800;
	transition: all .2s ease-in-out;
	z-index:20;
	top:20px;
}
.main-search-input-item_small:before , .qty-dropdown-header:before {
	bottom:16px;
	right:20px;
}
.qty-dropdown-header:before {
	bottom:-2px;
}
.header-user-name span {
margin: 0 20px 0 10px;
font-size: 14px;
}
.header-user-name span img {
	width:100%;
	height:100%;
}

.header-region-name span{
	font-size: 16px;
	margin: 0 3px 0 3px;
}

.header-user-login span {
margin: 0 3px 0 3px;
font-size: 16px;
}
.header-user-login span img {
	width:100%;
	height:100%;
}
.header-user-login a {
color:#fff;
}

.header-user-login a:hover{
color: #F9B90F;
}

.header-user-menu ul {
	margin: 10px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 175px;
    top: 60px;
    left: -50px;
    z-index: 1;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #eee;
    transition: all .2s ease-in-out;
}

.header-region-menu ul {
	margin: 10px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 150px;
    top: 60px;
    left: -50px;
    z-index: 1;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #eee;
    transition: all .2s ease-in-out;
}

.header-region-menu ul li a:hover{
background-color: #fafafa;
}

.header-user-name.hu-menu-visdec:before {
	-webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.header-region-name.hu-menu-visdec:before {
	-webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.header-user-menu ul.hu-menu-vis {
	opacity: 1;
    visibility: visible;
	 top: 40px;
	-webkit-box-shadow: 0px 0px 19px 10px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 19px 10px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 0px 19px 10px rgba(0, 0, 0,);	 
}

.header-region-menu ul.hu-menu-vis {
	opacity: 1;
    visibility: visible;
	 top: 41px;
}

.header-user-menu ul li {
	float:left;
	width:100%;
	padding:4px 0;
	border-bottom: 1px solid #eee;
}

.header-region-menu ul li {
	float:left;
	width:100%;
	padding:4px 0;
}

.header-user-menu ul li a {
    color: #000;
    float: left;
    width: 100%;
    font-weight: 500;
	font-size:13px;
    text-align: left;
    padding: 6px 15px;
}

.header-user-menu ul li a:hover {
    color: #05337c;
    font-weight: 600;
}

.header-region-menu ul li a {
    color: #50596E;
    float: left;
    width: 100%;
    font-weight: 600;
	font-size:12px;
    text-align: left;
    padding: 6px 15px;
}

/*------footer -------------------------------------------------*/
.main-footer  , .footer-inner , .sub-footer , .top-footer{
	float:left;
	width:100%;
	position:relative;
}
.main-footer   {
	background:#18458B;
	z-index:3;
	overflow:hidden;	
}
.footer-inner {
	padding:30px 0 10px 0;
	z-index:2;
}

.footer-bottom{
	padding-bottom: 20px;
}

.footer-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background-image:url(../images/bg/4.jpg);
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	opacity:0.04;
	background-origin: content-box;
}
.sub-footer {
    padding: 5px 0 15px;
    z-index: 3;
    border-top: 1px solid rgba(0,0,0,0.21);

}
.copyright {
	float:left;
	color:#fff;
	font-size:12px;
	margin-right: 20px;
}
.subfooter-nav {
	float:right;
	margin-right:50px;
}
.subfooter-nav  li {
	float:left;
	margin-right:20px;
}
.subfooter-nav  li a {
	color:rgba(255,255,255,0.61);
	font-weight:400;
	font-size:12px;
}
.subfooter-lang {
	float: right;
	padding-left:70px;
	position:relative;
	height:25px;
}
.subfooter-show-lang {
	float:left;
	color:#fff;
	position:relative;
	cursor:pointer;
}
.subfooter-show-lang i {
	margin-left:10px;
}
.subfooter-lang:before  {
	content:'';
	position:absolute;
	top:0;
	left:0;
	background:url(../images/map.png) no-repeat center;
	width:52px;
	height:25px;
	opacity:0.8;
}
.subfooter-lang-tooltip {
	position:absolute;
	bottom:0;
	margin-bottom:30px;
	padding:15px 0;
	background: #18458B;
	right:0;
	width:80%;
	border-radius:4px;
	border: 1px solid rgba(0,0,0,0.21);
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
	visibility:hidden;
	opacity:0;
}
.subfooter-lang:hover .subfooter-lang-tooltip {
	visibility: visible;
	opacity:1;
}
.subfooter-lang-tooltip li {
	float:left;
	width:100%;
	margin-bottom:6px;
}
.subfooter-lang-tooltip li a {
	text-align:right;
	float:left;
	width:100%;
	padding:0 10px;
	font-weight:500;
}
.footer-carousel-title{
	float:left;
	color:#fff;
	text-align:left;
	text-transform:uppercase;
	font-weight:600;
	position:relative;
	top:40px;
	font-size:14px;
}
.footer-fw-widget {
	padding-bottom:30px;
	margin-bottom:70px;
	border-bottom:1px solid rgba(255,255,255,0.21);
}
.footer-carousel-item img {
	width:100%;
	height:auto;
	border-radius: 10px;
}
.footer-carousel-item a {
	float:left;
}
.footer-widget h3 {
	font-size:14px;
	float:left;
	text-transform:uppercase;
	text-align:left;
	width:100%;
	margin-bottom:10px;
	color:#fff;
	font-weight:600;
	border-bottom:1px solid rgba(255,255,255,0.11);
	padding-bottom:10px;
}
.footer-social {
	float:left;
	margin-top:10px;
}
.footer-social  span {
	float: left;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
	padding-right:30px;
	position:relative;
	top:8px;
	font-size:14px;
}
.footer-social ul {
	float:left;
}
.footer-social li {
	float:left;
	margin-right:14px;
}
.footer-social li a{
	float:left;
	border-left:none;
	font-size:13px;
	width:32px;
	height:32px;
	line-height:32px;
	background:rgba(255,255,255,0.05);
 	border:1px solid rgba(255,255,255,0.11);
	border-radius:4px;
}
.footer-menu {
	margin-top:20px;
}
.footer-menu  li {
	float:left;
	text-align:left;
	padding-right:16px;
	position:relative;
}
.footer-menu  li:before {
	content:'';
	position:absolute;
	top:50%;
	margin-top:-1px;
	width:4px;
	height:4px;
	right:6px;
	border-radius:100%;
}
.footer-menu  li:last-child:before {
	display:none;
}
.footer-menu  li a {
	color:#eee;
	font-size:10px;
	font-weight:500;
	letter-spacing:2px;
	text-transform:uppercase;
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}
.footer-menu  li a:hover {
	color:rgba(255,255,255,0.41);
}
#footer-twiit img , p.interact , #footer-twiit div.user {
	display:none;
}
#footer-twiit {
	text-align:left;
}
#footer-twiit a {
	color:#fff;
}
#footer-twiit p.tweet {
	font-size:11px;
	color:#fff;
	float:left;
	padding:20px 22px;
	font-weight:500;
	margin-bottom:10px;
	position:relative;
}
.no-border {
	border:none !important;
}
#footer-twiit p.tweet:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-2;
	border-radius:6px;
	opacity:0.14;
}
#footer-twiit p.tweet:after {
	font-family: Font Awesome\ 5 Brands;
	content: "\f099";
	position:absolute;
	bottom:10px;
	right:12px;
	color:#fff;
	opacity:0.2;
	font-size:34px;
	z-index:-1;
}
#footer-twiit  .timePosted a {
	color:#ccc;
	position:relative;
	float:left;
	margin-bottom:30px;
	padding-left:20px;
}
#footer-twiit  .timePosted a:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f017";
	position:absolute;
	top:0;
	left:0;
	color:#ccc;
	opacity:0.7;
	font-size:14px;
}
#footer-twiit  .timePosted a:after {
	top: -10px;
	left: 22px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#footer-twiit  .timePosted a:after {
	border-color: transparent;
	border-top-color: #3AACED;
	border-width: 7px;
	margin-left: 7px;
	opacity:0.1
}
.twitter-link {
	float:left;
	color:#fff;
 	background:rgba(255,255,255,0.05);
 	border:1px solid rgba(255,255,255,0.11);
	padding:8px 20px;
	border-radius:2px;
	font-size:12px;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.1);
}
.contact-btn {
	float:left;
	color:#fff;
	padding:15px 35px;
	font-size:12px;
	margin-top:50px;
	font-weight:600;
	border-radius:4px;
	position:relative;
	top:28px;
	box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.1);
}
.contact-btn i {
	padding-left:15px;
	color:rgba(255,255,255,0.81);
	font-size:16px;
	position:relative;
	top:1px;
}
.customer-support-widget {
	margin-top:50px;
	padding:25px 30px 15px 45px;
	border-radius:4px;
	background: rgba(0,0,0,0.04);
	overflow:hidden;
	border:1px solid rgba(255,255,255,0.1);
}
.customer-support-widget:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f4fe";
	position:absolute;
	z-index:-1;
	color:#fff;
	font-size:84px;
	opacity:0.07;
	left:14px;
	bottom:8px;
}
.customer-support-widget h4  {
	float:left;
	color:#fff;
	font-weight:600;
	font-size:12px;
	text-align:left;
	width:100%;
	margin-bottom:6px;
}
.cs-mumber {
	float:left;
	text-align:left;
	font-size:20px;
	color:#fff;
	font-weight:600;
	position:relative;
	top:6px;
	color:#fff;
}
.cs-mumber:hover {
	color:rgba(255,255,255,0.6);
}
.cs-mumber-button {
	float:right;
	padding:15px 20px;
	color:#fff;
	font-size:12px;
	font-weight:600;
	border-radius:4px;
	top:-14px;
	position:relative;
}
.cs-mumber-button i {
	padding-left:10px;
}
.contact-btn:hover{
	background: #18458B;
}
.subscribe-wrap {
	padding:90px 0;
	overflow:hidden;
}
.subscribe-header h3 {
	float:left;
	width:100%;
	padding-bottom:15px;
	color:#fff;
	text-align:left;
	font-weight:600;
	font-size:22px;
}
.subscribe-header p {
	color:rgba(255,255,255,0.71);
	text-align:left;
}
.footer-widget #subscribe .enteremail {
	background:#fff;
	height:50px;
	line-height:50px;
	border-radius:4px;
	padding:0 120px 0 15px;
	box-sizing:border-box;
	border:1px solid rgba(255,255,255,0.21);
	z-index:1;
}
.sp-bg {
	position:absolute;
	bottom:-240px;
	left:-70px;
	width:350px;
	height:350px;
	border-radius:100%;
	background:rgba(255,255,255,0.11);
	box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.05);
}
.sp-bg:before {
	content:'';
	position:absolute;
	top:-50px;
	left:-50px;
	bottom:-50px;
	right:-50px;
	border-radius:100%;
	background:rgba(255,255,255,0.051);
}
#subscribe {
	float:left;
	width:100%;
	position:relative;
	top:30px;
}
#subscribe:before {
	content:'';
	position:absolute;
	top:-9px;
	left:-9px;
	right:-9px;
	bottom:-9px;
	background:rgba(255,255,255,0.18);
	z-index:-1;
	border-radius:4px;
}
.footer-widget #subscribe-button {
	position:absolute;
	right:0;
	width:120px;
	height:50px;
	line-height:50px;
	top:0;
	cursor:pointer;
	border:none;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	z-index:2;
	background: #18458B;
	color:#fff;
}
.footer-widget #subscribe-button:hover i {
	color:rgba(255,255,255,1.0);
}
.subscribe-message {
	color:#fff;
	float:left;
	margin-top:10px;
	text-align:left;
	font-weight:500;
	line-height:19px;
}
.subscribe-message i {
	padding-right:6px;
}
.subscribe-message.valid i{
	color:#5ECFB1;
}
.subscribe-message.error i{
	color:#F00;
}
.footer-widget #subscribe-button i {
	padding-right:6px;
}
.sub-footer .about-widget img {
	float:left;
	width:120px;
	height:auto;
}
.footer-widget .footer-contacts-widget p {
	color:#fff;
	text-align: left;
}
.footer-widget .about-widget p {
	border-bottom:1px solid rgba(255,255,255,0.21);
}
.footer-widget .about-widget .btn {
	float:left;
	margin-top:20px;
	padding:13px 20px;
	border-radius:20px;
	color:#fff;
	font-weight:600;
}

.footer-contacts li {
	float:left;
	width:100%;
	text-align:left;
	padding:5px 0;
	font-size:13px;
	font-weight:500;
}
.footer-contacts li  a , .footer-contacts li span {
	color:rgba(255,255,255,0.51);
}
.footer-contacts li  a {
	color:rgba(255,255,255,0.81);
}
.footer-contacts li i {
	padding-right:4px;
}
.footer-widget .widget-posts li , .box-widget-content .widget-posts li {
	padding: 13px 0;
	margin-bottom:10px;
	width:100%;
	float:left;
}
.box-widget-content .widget-posts li {
	border-bottom:1px solid #eee;
	margin-bottom:13px;
	padding: 0 0 13px;
}
.box-widget-content .widget-posts li:last-child {
	margin-bottom:0;
}
.footer-widget .widget-posts-img  , .box-widget-content .widget-posts-img , .cart-details_header  .widget-posts-img  {
	float:left;
	width:30%;
}
.footer-widget .widget-posts-img img  , .box-widget-content .widget-posts-img  img , .cart-details_header  .widget-posts-img img{
	border-radius:4px;
}
.footer-widget .widget-comments-img  img{
	 border-radius:100%;
}
.footer-widget .widget-posts-descr  , .box-widget-content  .widget-posts-descr , .cart-details_header .widget-posts-descr{
	float:left;
	width:70%;
	padding-left:20px;
	text-align:left;
	position:relative;
}
.box-widget-content  .widget-posts-descr a  , .cart-details_header .widget-posts-descr a{
	color:#666;
}
.box-widget-content  .widget-posts-descr  .geodir-category-location , .cart-details_header .widget-posts-descr .geodir-category-location{
	margin-top:12px;
}
.box-widget-content  .widget-posts-descr  .geodir-category-location a , .cart-details_header .widget-posts-descr .geodir-category-location a{
	font-size:10px;
	color: #878C9F;
}
.box-widget-content  .widget-posts-descr .rooms-price {
	font-size:12px;
	text-transform:uppercase;
	top:0px;
}
.box-widget-content  .widget-posts-descr .rooms-price strong {
	font-size:9px;
}
.box-widget-content  .widget-posts-descr .listing-rating , .cart-details_header   .widget-posts-descr .listing-rating{
	margin-top:6px;
}
.box-widget-content  .widget-posts-descr .listing-rating i , .cart-details_header   .widget-posts-descr .listing-rating i{
	font-size:10px;
	margin-right:2px;
}
.box-widget-content .widget-posts-link {
	float:left;
	position:relative;
	cursor:pointer;
	font-weight: 600;
    font-size: 12px;
	margin-top:20px;
	color: #878C9F;
}
.widget-posts-link:hover {
	color:#666;
}
.box-widget-content .widget-posts-link:before {
	display:none;
 
}
.box-widget-content .widget-posts-link i {
	padding-left:10px;
	font-size:14px;
	position:relative;
	top:2px;
}
.footer-widget .widget-posts-descr:before {
	content:'';
	position:absolute;
	bottom:-12px;
	left:20px;
	right:0;
	height:1px;
	border-bottom:1px  dashed rgba(255,255,255,0.21);
}
.footer-widget .widget-posts-descr a{
	font-size:12px;
	color: rgba(255,255,255,0.71);
	font-weight:600;
	padding-bottom:20px;
}
.footer-widget .widget-posts-descr a:hover {
	color:#fff;
}
.footer-widget .widget-posts-date  {
	float:left;
	width:100%;
	margin-top:10px;
	color:#999;
	font-weight:600;
	font-size:12px;
}
.footer-widget .widget-posts-date i {
	color: rgba(255,255,255,0.41) !important;
	padding-right:10px;
}
.about-wrap {
	margin-bottom:30px;
}
.about-wrap .list-single-main-item-title  h3 {
	font-size:20px;
}
.about-wrap p , .about-wrap h4{
	text-align:left;
}
.about-wrap h4 {
	font-size:16px;
	padding:10px 0 0;
	font-weight:600;
	color:#ADC7DD;
}
.about-wrap .section-separator {
	margin-bottom:5px;
}
.fc-cont {
	position:absolute;
	top:50%;
	z-index:100;
	width: 40px;
	height: 40px;
	line-height:20px;
	margin-top:-20px;
	color:#000;
	font-size:35px;
	cursor:pointer;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.fc-cont.fc-cont-prev {
	left:-10px;
}
.fc-cont.fc-cont-next {
	right:-10px;
}



.fc-cont.lc-prev {
	left:-20px;
	font-size:20px;
}
.fc-cont.lc-next {
	right:-20px;
	font-size:20px;
}
/*------ section-------------------------------------------------*/
section {
	float:left;
	width:100%;
	position:relative;
	padding:80px 0;
	background:#fff;
	z-index:1;
}
section.middle-padding {
	padding:20px 0;
}
.small-padding {
	padding:30px 0;
}
section.no-top-pading {
	padding-top:0;
}
section.no-pading {
	padding-bottom:0;
}
.section-title {
	margin-bottom:40px;
}
.section-title h2 {
	float:left;
	width:100%;
	margin-bottom:5px;
	font-size:24px;
	font-weight:600;
	color: #566985;
	font-family: 'Montserrat', sans-serif;
}
.section-title h4{
	float:left;
	width:100%;
	color: #566985;
	font-size:12px;
	font-weight:600;
}
.section-title-separator {
	position:relative;
	max-width:450px;
	margin:0 auto 10px;
}
.section-title-separator span {
	position:relative;
	display:inline-table;
	z-index:2;
}
.section-title-separator span i {
	padding:0 2px;
	color:#D0DBDB
}
.section-title-separator span i:nth-child(2) {
	font-size:16px;
}
section.parallax-section {
	padding:90px 0;
	overflow:hidden;
}
section.video-section {
	padding:150px 0;
	overflow:hidden;
}
section.single-par {
	padding:140px 0;
	overflow:hidden;
}
section.big-padding {
	padding:350px 0;
	overflow:hidden;
}
section.parallax-section.small-par {
	padding:90px 0;
}
section.parallax-section  .section-title-separator span , .ajax-modal-title  .section-title-separator span{
	padding:0;
	background:none;
}
.section-title-separator span i  , .ajax-modal-title  .section-title-separator span i{
	padding:0 2px;
	color:#D0DBDB
}
.section-title-separator span i:nth-child(2) {
	font-size:16px;
}
.ajax-modal-title  .section-title-separator span i {
	font-size:10px;
}
.ajax-modal-title .section-title-separator span i:nth-child(2) {
	font-size:13px;
}
section.parallax-section  .section-title-separator:before , .ajax-modal-title  .section-title-separator:before {
	display:none;
}
section.parallax-section .overlay {
	opacity:0.4;
}
.hero-section-wrap {
	z-index:30;
}
section.parallax-section .bg  , .list-single-hero .bg , .hero-parallax .bg{
	/*height:120%;*/
	top:0;
}
.section-separator {
	float:left;
	width:100%;
	position:relative;
	margin:10px 0 15px;
}
.section-separator:before{
	content:'';
	position:absolute;
	left:50%;
	top:0;
	height:4px;
	margin-left:-25px;
	width:50px;
	border-radius:3px;
}
.breadcrumbs.inline-breadcrumbs {
	margin-bottom:20px;
	padding:19px 20px;
	background:#fff;
	border-radius:4px;
}
.breadcrumbs.inline-breadcrumbs a , .breadcrumbs.inline-breadcrumbs span , .dasboard-breadcrumbs a , .dasboard-breadcrumbs span {
	padding:0 16px;
	position:relative;
	color: #000;
	font-size:13px;
}
.breadcrumbs.inline-breadcrumbs span {
	color:#666;
}
.breadcrumbs.inline-breadcrumbs a:first-child , .dasboard-breadcrumbs a:first-child  {
	padding-left:0;
}
.dasboard-breadcrumbs a  , .dasboard-breadcrumbs span {
	padding:0 0 0 32px;
	color:#fff !important;
}
.dasboard-breadcrumbs span  , section.color-bg .section-title p{
	color:rgba(255,255,255,0.9);
}
.section-title .breadcrumbs , .flat-title-wrap .breadcrumbs{
	margin-top:20px;
}
.section-title .breadcrumbs a , .section-title .breadcrumbs  span , .breadcrumbs-hero-buttom  .breadcrumbs a , .breadcrumbs-hero-buttom  .breadcrumbs span , .flat-title-wrap .breadcrumbs span , .flat-title-wrap .breadcrumbs a{
	color:rgba(255,255,255,0.71);
	display:inline-block;
	padding:0 16px;
	position:relative;
	font-weight:500;
}
.section-title .breadcrumbs  span , .section-title .breadcrumbs a:hover , section.parallax-section .section-title h2  , .breadcrumbs-hero-buttom  .breadcrumbs a , .flat-title-wrap .breadcrumbs a {
	color:#fff;
}
section.parallax-section .section-title.big-title h2 {
	font-size:38px;
}
.section-title .breadcrumbs a:before , .breadcrumbs-hero-buttom  .breadcrumbs a:before , .breadcrumbs.inline-breadcrumbs a:before , .dasboard-breadcrumbs a:before , .flat-title-wrap .breadcrumbs a:before , .breadcrumbs-fs .breadcrumbs a:before{
	font-family: Font Awesome\ 5 Pro;
	content: "\f105";
	font-size: 12px;
	position:absolute;
	top:50%;
	right:-4px;
	margin-top:-7px;
	width:10px;
	height:2px;
}
.dasboard-breadcrumbs a:before {
	right:-20px;
	content: "\f0da";
}
.breadcrumbs-fs {
	background:#fff;
	border-bottom:1px solid #eee;
	padding:15px 0;
	overflow:hidden;
}
.breadcrumbs-fs .breadcrumbs a , .breadcrumbs-fs .breadcrumbs span {
	margin-right:15px;
	padding-right:15px;
	color: #000;
	font-size:13px;
}
.breadcrumbs-fs .breadcrumbs:before {
	font-family: Font Awesome\ 5 Pro;
    content: "\f14c";
    position: absolute;
    right: 0;
    top: -4px;
	font-size:22px;
	font-weight:100;
    color: #ADC7DD;
}
.breadcrumbs-hero-buttom  .breadcrumbs a:before {
	right:10px;
}
.breadcrumbs-hero-buttom {
	margin-top:25px;
	padding-top:20px;
	border-top:1px solid rgba(255,255,255,0.21);
}
.list-single-hero-price {
	float:right;
	font-size:11px;
}
section.color-bg .section-title h2 , .list-single-hero-price  , .header-sec-link  a , .flat-title-wrap h2{
	color:#fff;
}
.list-single-hero-price span{
	color: #18458B;
	font-size:24px;
	font-weight:600;
	padding-left:10px;
	position:relative;
	top:2px;
}
.breadcrumbs-hero-buttom  .breadcrumbs {
	float:left;
	position:relative;
	top:10px;
}
.breadcrumbs-hero-buttom  .breadcrumbs a , .breadcrumbs-hero-buttom  .breadcrumbs span {
	float:left;
	padding:0 32px 0 0;
}
section.color-bg .section-title .breadcrumbs {
	margin-top:0;
	margin-bottom:10px;
}
section.color-bg .section-title .breadcrumbs a:before {
	background:#fff !important;
}
.header-sec-link {
	position:absolute;
	bottom:0;
	z-index:10;
	left:0;
	width:100%;
}
.header-sec-link  a {
	display:inline-block;
	font-size:19px;
	padding:8px 60px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.flat-title-wrap {
	padding:20px 0;
}
.flat-title-wrap h2 {
	font-size:30px;
	font-weight:600;
	position:relative;
	font-family: 'Montserrat', sans-serif;
}
.section-decor{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:150px;
	z-index:-1;
	background:url(../images/city7.png) repeat;
	opacity:0.7;
}
section.parallax-section .section-title h4 , .flat-title-wrap h4  {
	color:rgba(255,255,255,0.71);
	font-size:12px;
	font-weight:400;
}
.no-mar-bottom {
	margin-bottom:0 !important;
}
.hero-parallax {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:540px;
	overflow:hidden;
}
section.hero-section   {
	padding:270px 0 70px 0;
	z-index:100;
}
.slider-container .slider-item{
	padding:150px 80px;
} 
.home-intro h2 , .home-intro-card h3{
	font-size:50px;
	font-weight:700;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
}
.home-intro-card {
	margin-top:150px;
}
.home-intro-card .btn{
	margin-top:20px;
}
.home-intro-card h3 {
	text-align:left;
	font-size:34px;
}
.home-intro-card h5 {
text-align: left;
color: #fff;
font-size: 15px;
padding-top: 10px;
}
.home-intro h3  {
	color:#fff;
	padding-top:12px;
	margin-bottom: 50px;
	font-size: 20px;
}
.home-intro-card-counter {
	float:left;
	margin-bottom:10px;
	font-size: 11px;
    border-radius: 4px;
    background: #18458B;
    color: #fff;
    padding: 9px 12px;
	position:relative;
	top:-4px;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
}
.home-intro-card-counter.home-intro-card-counter_price {
	top:0;
	margin-top:10px;
}
.home-intro-card .listing-rating i{
	margin-right:4px;
}
.home-intro-subtitle {
	padding-top:60px;
	color: #fff;
 	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:12px;
}
.main-search-input {
	padding:0 150px 0 0;
	border-radius:4px;
	margin-top:50px;
	box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.3);
}
.main-search-input-item {
	float:left;
	width:33.3%;
	box-sizing:border-box;
	border-left:1px solid #eee;
	height:50px;
	position:relative;
	background:#fff;
}
.main-search-input-item.location {
	border:none;
}
.main-search-input-item.location  input , .main-search-input-item.location{
	border-radius:6px 0 0 6px;
}
.inpt_dec {
	position:absolute;
	left:15px;
	top:18px;
	z-index:20;
}
.main-search-input-item input {
	float:left;
	border:none;
	width:100%;
	height:50px;
	padding:0 10px 0 40px;
}
.main-search-button {
	position:absolute;
	right:0px;
	height:50px;
	width:151px;
	color:#fff;
	top:0;
	border:none;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	cursor:pointer;
}
.main-search-button i {
	padding-left:10px;
}
.main-search-input-wrap {
	max-width:900px;
	margin:20px auto;
	position:relative;
}
.main-search-input:before {
	content:'';
	position:absolute;
	bottom:-40px;
	width:50px;
	height:1px;
	background:rgba(255,255,255,0.41);
	left:50%;
	margin-left:-25px;
}
.main-search-input-item.location a {
	position:absolute;
	top:18px;
	right:20px;
	z-index:312
}
.main-search-input-item.location a:hover{
	border-radius:100%;
	animation: pulse 1.1s infinite ease-in-out;
}
.qty-dropdown-header {
	font-size:12px;
	color:#666;
	text-align:left;
	font-weight:300;
	padding-left:15px;
	height:50px;
	line-height:50px;
	cursor:pointer;
	position:relative;
}
.qty-dropdown-header i {
	padding-right:10px;
}
.qty-dropdown-content {
	border:1px solid #eee;
	background:#fff;
	padding:15px 20px;
	border-radius: 0 0 6px 6px;
	overflow:hidden;
	display:none;
	box-sizing:border-box;
}
.qty-dropdown-content .quantity-item {
	width:100%;
	float:left;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
}
.qty-dropdown-content .quantity-item:last-child {
	padding-bottom:0;
	margin-bottom:0;
	border:none;
}
.qty-dropdown-content .quantity-item label {
	float:left;
	color: #666;
    font-size: 12px;
    font-weight: 300;
	position:relative;
	top:12px;
}
.qty-dropdown-content .quantity-item label i {
	padding-right:10px;
	font-size:16px;
	width:20px;
}
.qty-dropdown-content .quantity-item .quantity{
	float:right;
}
/*------ process------------------------------------------------*/
.colomn-text-title h3 {
	text-align:left;
	font-size:30px;
	color:#fff;
	font-weight:600;
	padding-bottom:10px;
}
.colomn-text-title p  , .colomn-text-list li p{
text-align: left;
color: rgba(255,255,255,0.9);
font-size: 16px;
}
.colomn-text {
	float:left;
	width:100%;
	position:relative;
	padding:0 40px 0 0;
}
.pad-top-column-text {
	padding:80px;
	margin-bottom:20px;
}
.pad-top-column-text_small {
	padding-top:40px;
}
.colomn-text-list .btn  , .intro-item .btn , .mar-top-btn {
	margin-top:30px;
}
.hidden-section {
	overflow:hidden;
}
.intro-item h2 {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 30px;
	position:relative;
}
.intro-item.big-text h2 {
	font-size:44px;
	font-family: 'Montserrat', sans-serif;
}
.intro-item h2:before {
	content:'';
	position:absolute;
	left:50%;
	width:50px;
	height:4px;
	border-radius:2px;
	margin-left:-25px;
	bottom:15px;
}
.intro-item h3 {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.intro-item.big-text h3 {
	font-size:18px;
}
.light-carousel .slick-slide-item {
	padding:10px 20px;
	-webkit-transform: translate3d(0,0,0);
}
.hotel-card .geodir-category-img{
	border-radius: 6px;
	box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.1);
}
.hotel-card .geodir-category-location {
	float:left;
	position:relative;
	top:18px;
}
.hotel-card  .geodir-category-opt h4 {
	position:relative;
	top:10px;
}
.hotel-card .geodir-category-location a {
	float:left;
	color:#fff;
	font-size:10px;
}
.hotel-card .geodir-category-opt .listing-rating {
	top:4px;
} 
/*-------------Team---------------------------------------*/
.team-box {
	float:left;
	width:33.3%;
	position:relative;
	padding:10px 4px;
}
.section-team .team-box {
	padding:10px 8px;
}
.team-photo {
	margin-bottom:20px;
	overflow:hidden;
	border-radius:6px;
}
.section-team .team-photo {
	margin-bottom:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.team-info {
	float:left;
	width:100%;
	text-align:left;
}
.section-team .team-info {
	border:1px solid #eee;
	padding:25px 30px 70px 30px;
	border-top:none;
	position:relative;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	overflow:hidden;	
}
.team-info h3 , .team-info h4 {
	float:left;
	width:100%;
	padding-bottom:10px;
	font-weight:600;
	font-size:16px;
}
.team-info h4 {
	font-size:11px;
	color:#666;
}
.team-social  {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding-left:30px;
}
.team-social ul {
	float:left;
}
.team-social li {
	float:left;
	height:50px;
	line-height:50px;
	margin-right:15px;
}
.team-social li a:hover {
	color:#999;
}
.team-contact_link {
	float:right;
	width:60px;
	height:50px;
	line-height:50px;
	color:#fff;
	border-left: 1px solid rgba(0,0,0,0.21);
	box-sizing:border-box;
	text-align:center;
}
.team-dec {
	position:absolute;
	top:20px;
	right:30px;
	font-size:26px;
	z-index:-1;
	color: #ADC7DD;
}
/*------ register form------------------------------------------------*/
.main-register-wrap , .reg-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	overflow: auto;
	display: none;
	-webkit-transform: translate3d(0,0,0);
	background:rgba(0,0,0,0.41);
}
.reg-overlay {
	z-index:1;
	background:none;
}
.hid-body {
    overflow:hidden;
}
.main-register-holder {
	max-width:420px;
	margin:100px auto 50px;
	position:relative;
	z-index:5;
}

.main-register-holder-new {
	max-width:890px;
	margin:50px auto 10px;
	position:relative;
	z-index:5;
	
}

.main-register-holder-new2 {
	max-width:400px;
	min-height:500px;
	margin:30px auto 0px;
	position:relative;
	z-index:5;
	
}

#qrcode{
	padding-top: 15px;
}

#qrcode img{
display: block;
margin: 0px auto;
width: 100%;
max-width: 300px;
}

.qrcode-title{
text-align: left;
margin: 10px 0;
font-size: 20px;
}

.close-qr-event{
display: block;
cursor: pointer;
float: right;
font-size: 18px;
color: #18458B;
position: absolute;
right: -8px;
z-index: 99;
top: 0px;
border-radius: 10px;
background: #ECF6F8;
padding: 9px 14px;
width: 40px;
height: 40px;
}

.new-event-box2{
float: left;
width: 100%;
position: relative;
background: #fff;
overflow: hidden;
height: 400px;
border-radius: 15px;
}

.main-register h3 {
	float:left;
	width:100%;
	text-align:left;
	font-size:20px;
	padding: 10px 0 20px 10px;
	margin-bottom:30px;
 	font-weight:600;
	color:#666;
	border-bottom:1px solid #eee;
}
.main-register h3 span {
	font-weight: 800;
    font-size: 18px;
    color: #566985;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.main-register {
	float:left;
	width:100%;
	position:relative;
	margin-bottom:50px;
	background:#fff;
	border-radius:10px;
	overflow:hidden;
}
.close-reg {
	position:absolute;
	top:12px;
	right:24px;
	border-radius:100%;
	color:#fff;
	width:30px;
	height:30px;
	line-height:30px;
	cursor:pointer;
	transition: all .2s ease-in-out;
	z-index:100;
	border:1px solid #fff;
}
.soc-log {
	padding:15px 0;
}
.soc-log p {
	margin-bottom:12px;
	font-size:12px;
	color:#454545;
}
.soc-log a {
	float:left;
	width:100%;
	padding:0 0 0  100px;
	color:#fff;
	height:60px;
	line-height:60px;
	margin-bottom:10px;
	border-radius:4px;
	font-size:14px;
	font-weight:500;
	position:relative;
	text-align:left;
}
.soc-log a i {
	font-size:16px;
	position: absolute;
	top:0;
	width:60px;
	height:100%;
	left:0;
	height:60px;
	line-height:60px;
	text-align:center;
	border-right: 1px solid rgba(0,0,0,0.21);
}
.soc-log a.facebook-log {
	background:#3b5998;
}
.soc-log a.twitter-log {
	background:#55acee;
}
.soc-log a.paypal-log{
	background:#205DA5;
}
.log-separator {
	margin-top:5px;
	margin-bottom: 10px;
}
.log-separator  span{
	position:relative;
	width:90px;
	display:inline-block;
	background:#fff;
	z-index:2;
}
.log-separator:before {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	right:0;
	height:1px;
	background:#eee;
	z-index:1;
}
.custom-form .log-submit-btn {
	float:left;
	padding:13px 35px;
	border:none;
	border-radius:4px;
	color:#fff;
	cursor:pointer;
	-webkit-appearance: none;
	margin-top:12px;
}
.main-register .filter-tags{
	float:left;
	margin-top:30px;
}
.main-register .filter-tags label{
	color: #50596E !important;
}
.lost_password {
	margin-top:34px;
	float:right;
}
.lost_password a  , .main-register .filter-tags{
	float:left;
	color: #50596E;
	font-size:12px;
	font-weight:600;
}
#tabs-container {
	float: left;
	width: 100%;
	margin-top:10px;
	padding:0 20px;
}
.tab {
	 float: left;
	 width: 100%;
}
.tabs-menu {
	float:left;
	width:100%;
}
.tabs-menu  li {
	float:left;
	width:50%;
}
.tabs-menu  li a{
	float:left;
	width:100%;
	padding:20px 30px;
 	font-weight:600;
	font-size:12px;
	color:#fff;
	background:#eee;
	text-align:left;
	text-transform:uppercase;
}
.tabs-menu  li a i {
	padding-right:20px;
}
.tabs-menu  li.current a {
	background:#fff;
}
.tabs-menu  li.current a , .tabs-menu  li a:hover {
	color:#fff;
}
.tab-content {
    width: 100%;
    padding: 20px 0;
    display: none;
}
#tab-1 {
	display: block;
}
/*-------------Forms---------------------------------------*/
.custom-form {
	float:left;
	width:100%;
	position:relative;
}

.custom-search-form {
	float:left;
	width:100%;
	position:relative;
}

.custom-form .nice-select {
	margin-bottom:20px;
}

.custom-search-form input[type="text"]{
    float: left;
    border: 1px solid #eee;
    background:#F7F9FB;
    width: 100%;
    padding: 12px 20px 12px 45px;
    border-radius: 6px;
	color: #666;
	font-size:13px;
	-webkit-appearance: none;
}

.custom-form  textarea , .custom-form input[type="text"] , .custom-form  input[type=email] , .custom-form  input[type=tel] , .custom-form  input[type=password] , .custom-form  input[type=button]{
    float: left;
    border: 1px solid #eee;
    background:#F7F9FB;
    width: 100%;
    padding: 12px 20px 12px 45px;
    border-radius: 6px;
	color: #666;
	font-size:16px;
	-webkit-appearance: none;
}
.custom-form  textarea:focus , .custom-form input[type="text"]:focus  , .custom-search-form input[type="text"]:focus , .custom-form  input[type=email]:focus  , .custom-form  input[type=password]:focus  {
	background:#fff;
}
.custom-form .nice-select input {
	padding-left:20px;
}
.custom-form  input::-webkit-input-placeholder  , .custom-form  textarea::-webkit-input-placeholder{
	color: #666;
	font-weight:500;
	font-size:13px;
}
.custom-form  input:-moz-placeholder , .custom-form  textarea:-moz-placeholder  {
	color: #888DA0;
	font-weight:600;
	font-size:13px
}
.custom-form  textarea{
	height: 120px;
    resize: none;
    padding: 25px 20px;
	-webkit-appearance: none;
	font-family: 'Raleway', sans-serif;
}
.custom-form  input  {
	margin-bottom:20px;
}
.filter-tags input , .custom-form  .filter-tags input {
	float:left;
	position:relative;
	border: 2px solid #ccc;
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px;
    position: relative;
	color:#fff;
	background:#fff !important;
	/*-webkit-appearance: none;*/
}

.filter-tags label , .custom-form  .filter-tags label  {
	float:left;
	padding:0 10px;
	position:relative;
	top:4px;
	color:#888DA0;
	font-weight:600;
	width:auto;
}
.custom-form label {
	float:left;
	position:relative;
	width:100%;
	text-align:left;
	font-weight:500;
	color:#666;
    color: #878C9F;
    font-size: 13px;
    font-weight: 500;
 
}

.custom-search-form label {
	float:left;
	position:relative;
	width:100%;
	text-align:left;
	font-weight:500;
	color:#666;
    color: #878C9F;
    font-size: 13px;
    font-weight: 500;
 
}

.main-register .custom-form label {
	padding-bottom:12px;
}
.custom-form label i {
	padding-right:12px;
	font-size:14px;
	position:absolute;
	top:16px;
	left:16px;
}

.custom-search-form label i {
	padding-right:12px;
	font-size:14px;
	position:absolute;
	top:14px;
	left:16px;
	color: #F9B90F;
}
.custom-form button {
	outline:none;
	border:none;
	cursor:pointer;
	-webkit-appearance: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]
{
  -moz-appearance: textfield;
}
.quantity {
	float:left;
 	width: 65px;
	height: 42px;
	position:relative;
}
.quantity input {
	width: 100%;
	height: 42px;
	line-height: 1.65;
	float: left;
	padding: 0;
	margin: 0;
	padding-left:10px;
	border: 1px solid #eee;
	border-radius:4px 0 0 4px;
	margin-bottom:0;
}
.quantity input:focus {
	outline: 0;
}
.quantity-nav {
	position: absolute;
	height: 42px;
	right:0;
	width: 20px;
	border-right: 1px solid #eee;
}
.quantity-button {
 	background: #F7F9FB;
	position: absolute;
	right:0;
	cursor: pointer;
	border-left: 1px solid #eee;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 1.7;
	box-sizing:border-box;
	-webkit-user-select: none;
	user-select: none;
}
.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
.quantity-button.quantity-down {
	position: absolute;
	bottom: -1px;
	height: 50%;
	border-bottom: 1px solid #eee;
}
.custom-form.no-icons input , .custom-form.no-icons textarea {
	padding-left:10px;
}
.custom-form.no-icons label {
	margin-bottom:20px;
}
.pass-input-wrap span {
    position: absolute;
    right: 20px;
    cursor: pointer;
    bottom: 36px;
    z-index: 10;
	font-size:12px;
}
.radio{
	color:#999;
	font-size:13px;
	position:relative;
	top:-2px;
}
.radio span{
	position:relative;
	padding-left:30px;
	top:1px;
}
.radio span:after{
	content:'';
	width:20px;
	height:20px;
	border:2px solid #ccc;
	position:absolute;
	left:0;
	top:-3px;
	box-sizing:border-box;
}
.radio input[type="radio"]{
	cursor: pointer;
	position:absolute;
	width:100%;
	height:46px;
	z-index: 1;
	opacity: 0;
	left: -10px;
	top: -13px;
}
.radio input[type="radio"]:checked + span{
	color:#666;
}
.radio input[type="radio"]:checked + span:before{
	font-family: Font Awesome\ 5 Pro;
	content: "\f00c";
	font-size: 13px;
	position: absolute;
	top:0;
	left: 4px;
	z-index:20;
}
.fuzone {
    position: relative;
    border: 1px   solid #eee;
    border-radius: 3px;
    background: #F7F9FB;
    transition: all 0.3s linear;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
	min-height:160px;
	margin-top:0px;
	float:left;
	cursor:pointer;
}
.fuzone input {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	z-index:100;
	cursor:pointer;
}
.fuzone .fu-text {
    text-align: center;
    margin: 50px 0;
    font-size: 12px;
	color: #999;
	font-weight:400;
    position: relative;
}
.fuzone .fu-text i {
	font-size:44px;
	width:100%;
	padding-bottom:10px;
    transition: all 0.3s linear;
	color:#666;
}
.book-form .quantity-item label {
	width:auto;
	position:relative;
	top:16px;
	padding-right:10px;
    color: #878C9F;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.book-form .quantity-item label i {
	position:relative;
	float:left;
	top:0;
	left:0;
	padding-right:8px;
}
.book-form .quantity  {
	float:right;
}
.book-form .quantity-item {
	margin-bottom:20px;
	float:left;
	width:50%;
}

.book-form  .quantity-item.fcit {
	padding-left:20px;
}
.book-form .btnaplly {
	color:#fff;
	width:100%;
	background:#F8BB11;
	padding:15px 0;
	border-radius:4px;
}
.book-form .btnaplly i {
	padding-left:10px;
}
.total-coast {
	padding:15px 0;
	border-top:1px   solid #eee;
	border-bottom:1px solid #eee;
	margin-bottom:20px;
}
.total-coast strong {
    color: #878C9F;
    font-size: 12px;
    font-weight: 600;
	position: absolute;
	left:0;
	top:21px;
}
.total-coast span {
	float:right;
	text-align:right;
	font-size:19px;
	font-weight:400;
	position:relative;
	top:3px;
}
.custom-form .total-coast  input {
	width: inherit !important;
	float:left;
	border:none;
	background:none;
	height:auto;
	padding:0;
	color: #888DA0;
	font-size:24px;
	text-align:right;
	margin-bottom:0;
	top:-3px;
	position:relative;
	right:10px;
}
.hid-input {
	display:none;
}
.book-form .bookdate-container label i {
	top:42px;
}
.book-form .bookdate-container input {
	padding-left:42px; 
}
.book-form .listsearch-input-item label   , .book-form .bookdate-container label {
	margin-bottom:12px;
}
.bookdate-container-dayscounter {
	position:absolute;
	right:10px;
	bottom:32px;
	z-index:20;
	cursor:help;
}
.bookdate-container-dayscounter  span{
	color:#fff;
	position:absolute;
	right:-10px;
	top:-40px;
	border-radius: 4px;
    background: #18458B;
	height: 30px;
    line-height: 30px;
    min-width: 100px;
	font-size:11px;
	opacity:0;
	visibility:hidden; 
}
.bookdate-container-dayscounter:hover span {
	opacity:1;
	visibility:visible;
}
.onoffswitch {
    position: relative; width: 83px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 21px;
    background-color: #4DB7FE; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 21px;
    background-color: #4DB7FE; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 21px; margin: 4.5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 49px;
    border: 2px solid #FFFFFF; border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
.main-register .custom-form input[type="text"] , .main-register .custom-form  input[type=email] ,
.main-register .custom-form  input[type=password]{
	padding-left:20px;
}
/*-------------Map---------------------------------------*/
.map-container {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	background: #fff;
}
.fw-map   {
	height:500px;
}
.fw-map.big_map {
	height:550px;
}
.fw-map2 #singleMap , .fw-map2{
	height:500px;
}

.fw-map3 #singleMapPartner , .fw-map3{
	height:400px;
}

.hidden-map-container {
	display:none;
	background:#fff;
	overflow:hidden;
}
#singleMap   , .fw-map-small-map {
	height:420px;
	margin-bottom:30px;
}
.hidden-map-container #singleMap {
	/*height:500px;*/
	margin-bottom:15px;
}
.map-container.column-map.right-pos-map {
	right:0;
}
.map-container.column-map.left-pos-map {
	left:0;
}
.map-container #map-main{
    position: absolute;
	top:0;
	left:0;
    height: 100%;
	width:100%;
    z-index: 990;
	overflow:hidden;
}
.map-container.column-map {
	position: absolute;
 	overflow:hidden;
} 
.map-close {
	position:absolute;
	left:10px;
	top:50px;
	z-index: 1100;
    cursor: pointer;
    width: 73px;
    height: 43px;
    line-height: 43px;
	border-radius:4px;
    -webkit-transform: translate3d(0,0,0);
	display:none;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.controls-mapwn {
	position:absolute;
    background: #fff url(../images/search-icon.png) right no-repeat;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
	width:350px;
	z-index:1000;
	border:none;
	padding:20px;
	border-radius:4px;
}
.controls {
   margin: 10px 0 0 10px;
}
#singleMap, #singleMapPartner{
	width:100%;
	height:300px;
	float:left;
	margin-bottom:30px;
}

#orderMap{
	width:100%;
	height:250px;
}

#contactMap{
	width:100%;
	height:350px;
	background:#ccc;
}

.box-widget #singleMap, .box-widget #singleMapPartner{
	margin-bottom:10px;
}
.mapzoom-in  , .mapzoom-out{
	position: absolute;
	z-index:100;
	top:50%;
	cursor:pointer;
	width:40px;
	height:40px;
	line-height:40px;
	right:12px;
	margin-top:-84px;
	-webkit-transform: translate3d(0,0,0);
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.mapzoom-out {
	margin-top:-42px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}
.mapzoom-in{
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
#singleMap .mapzoom-in  , #singleMap .mapzoom-out {
	margin-top:0;
}
#singleMap .mapzoom-in {
	margin-top:-42px;
}

#singleMapPartner .mapzoom-in  , #singleMapPartner .mapzoom-out {
	margin-top:0;
}
#singleMapPartner .mapzoom-in {
	margin-top:-42px;
}

.mapzoom-in:before  , .mapzoom-out:before{
	font-family: Font Awesome\ 5 Pro;
	content: "\f068";
	font-size:10px;
	font-weight:600;
}
.mapzoom-in:before{
	content: "\f067";
}
.mapnavigation {
	position:absolute;
	bottom:50px;
	right:20px;
	z-index:1030;
	width:140px;
	border-radius:4px;
	box-shadow:0px 0px 0px 4px rgba(255,255,255,0.3);
	overflow:hidden;
}
.mapnavigation:before {
	content:'';
	position:absolute;
	left:50%;
	width:1px;
	height:100%;
	z-index:10;
	background:#000;
	opacity:0.2;
}
.mapnavigation a {
	width:70px;
	padding:10px 0;
	color:#fff;
	float:left;
	font-size:11px;
	background: #18458B;
}
.mapnavigation a i {
	padding:0 5px;
	font-size:13px;
	position:relative;
	top:1px;
}
.mapnavigation a:hover i {
	color:#fff;
}
.cluster img{
	display:none
}
.cluster{
	width:40px!important;
	height:40px!important;
}
.cluster div{
	text-align:center;
	font-size:15px!important;
	color:#fff!important;
	font-weight:600;
	border-radius:100%;
	width:40px!important;
	height:40px!important;
	line-height:38px!important;
	box-shadow: 0px 0px 0px 4px rgba(6,27,65,0.3);
	border:2px solid  #fff;
	z-index:100;
	-webkit-transition: all 300ms linear;
    transition: all 100ms 3inear;
	animation:cluster-animation 1.5s infinite;
}
.cluster div:hover {
	background:#5d6275;
}
@keyframes cluster-animation{0%,100%{box-shadow: 0px 0px 0px 4px rgba(6,27,65,0.3);}50%{box-shadow: 0px 0px 0px 9px rgba(6,27,65,0.1);}}
.map-view-wrap {
	position: absolute;
	z-index:211;
	left:0;
	width:100%;
	height:1px;
	top:0;
}
.map-view-wrap_item {
	position:relative;
	float:left;
	width:350px;
	border-radius:6px;
	background:#fff;
	padding:25px 30px;
	top:80px;
}
.map-view-wrap .container {
	height:1px;
}
.mar-top {
	margin-top:30px !important;
}
/*------listing------------------------------------------------*/
.grey-blue-bg {
	background: #ECF6F8;
}
.col-list-wrap {
	position:relative;
	width:700px;
	float:left;
	background:#ECF6F8;
	/*min-height: 100vh;*/
	z-index:50;
	left:0;
	box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.17);
	transition: all .2s ease-in-out;
	/*padding-bottom:40px;*/
}
.fw-col-list-wrap {
	width:100% !important;
	box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0.27);
	background:none;
	padding-bottom:0;
}
.fw-col-list-wrap  .list-main-wrap-opt {
 
	padding:0 8px;
	margin-top:0;
}
.fh-col-list-wrap , .center-col-list-wrap {
	width:100%;
}
.filter-sidebar {
	padding:25px 30px;
	border-radius:10px;
	background:#fff;
	border:1px solid #eee;
	z-index:120;
}
.filter-sidebar .col-list-search-input-item {
	margin-bottom:25px;
}
.filter-sidebar .col-list-search-input-item:last-child {
	margin-bottom:0;
}
.filter-sidebar .col-list-search-input-item label {
	margin-bottom:15px;
}
.filter-sidebar .col-list-search-input-item .filter-tags label {
	margin-bottom:0;
}
.filter-sidebar .col-list-search-input-item .header-search-button{
	top:0;
	left:0;
}
.list-wrap-search  {
	padding:10px 0 0 0;
	background:#fff;
	z-index:60;
	margin-bottom:10px;
}
.list-wrap-search.lisfw {
	margin-bottom:50px;
	border-radius:10px;
}
.search-opt-wrap {
	margin-top:20px;
}
.range-slider-wrap {
	margin-top:6px;
}
.search-opt-container .filter-tags li{
	float:left;
	width:100%;
	margin-bottom:10px;
	text-align:left;
	font-size:11px;
}
.filter-tags .listing-rating   i{
	padding-right:3px;
	font-size:10px;
}
 .four-star-rating .listing-rating   i:nth-child(5) ,   .three-star-rating .listing-rating   i:nth-child(4) ,   .three-star-rating .listing-rating   i:nth-child(5) {
	color:#ccc;
}
.filter-tags .listing-rating span {
	color:#999;
	padding-left:6px;
}
.leave-rating-title {
	margin-right:10px;
	font-weight:500;
	font-size:14px;
	color:#666;
	position:relative;
	top:-3px;
}
.leave-rating input[type="radio"] {
    display: none;
}
.leave-rating label {
    font-size: 12px;
    float: right;
    letter-spacing: 4px;
    color: #FACC39;
    cursor: pointer;
    transition: 0.3s;
}
.leave-rating-holder .leave-rating   {
	float:left;
	margin-top:6px;
}
.leave-rating label:hover:before  , .leave-rating label.selected:before , .leave-rating  label.min-star:before {
	font-weight:bold;
}
.leave-rating:hover input[type="radio"]:checked~label:before , .leave-rating input[type="radio"]:checked~label:before  , .leave-rating label:hover~label:before{
	font-weight:bold;
}
.hidden-listing-filter {
	padding: 15px 20px 70px 20px;
	border-top:1px solid #eee;
	display:none;
}
.hidden-listing-filter-vis {
	opacity:1
}
.hidden-listing-filter h4 {
	float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    color: #878C9F;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.show-more-filters {
background:#18458b;
float: left;
width: 100%;
height: 42px;
line-height: 42px;
padding: 0 20px;
color: #fff;
border: none;
border-radius: 4px;
position: relative;
top: 20px;
left: 0;
outline: none;
cursor: pointer;
font-weight: 500;
}
.show-more-filters i {
	padding-right:10px;
	position:relative;
	top:0;
	font-weight:600;
}

.act-hiddenpanel1 i{
	color:#fff !important;
}

.show-more-filters.active-hidden-opt-btn i {
	padding-right:10px;
	top:3px;
	color:#fff;
     -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.list-main-wrap-title {
	padding:0 0 10px 0;
	margin-top:10px;
	border-bottom:1px solid #e3e3e3;
}
.list-main-wrap-title.single-main-wrap-title {
	margin-top:0;
	padding-top:0;
	margin-bottom:40px;
	border-bottom:1px solid #eee;
}
.fw-col-list-wrap  .list-main-wrap-opt  .list-main-wrap-title {
	padding:0 0 10px 0;
	margin-top:0;
	margin-bottom:10px;
}
.list-main-wrap-title h2 {
	text-align:left;
	font-weight: 500;
    font-size: 16px;
	float:left;
	font-family: 'Montserrat', sans-serif;
	color: #888DA0;
}
.list-main-wrap-opt {
	margin-top:10px;
}
.fw-col-list-wrap .list-main-wrap-opt .list-main-wrap-title.col-title {
	margin-bottom:20px;
}
.list-main-wrap-opt-sb {
	margin-top:0;
}
.half-tags {
	width:50%;
}
.price-opt  , .price-opt ul  , .price-opt-title , .price-opt ul li{
	float:left;
}
.price-opt {
	position:relative;
	top:10px;
}
.price-opt-title {
	color:#666;
	font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
	float:left;	
}
.price-opt   .listsearch-input-item {
	float:left;
	position:relative;
	top:-15px;
	width:200px;
}
.price-opt   .listsearch-input-item .nice-select {
	background:#fff;
	width:100%;
}
.grid-opt {
	float:right;
}
.grid-opt li {
	float:left;
	margin-left:10px;
}
.grid-opt li span {
	float:left;
	font-size:14px;
	font-weight:900;
	color:#ccc;
	background:#fff;
	width:36px;
	height:36px;
	border-radius:100%;
	border:1px solid #eee;
	line-height:38px;
	cursor:pointer;
}


.listing-item-container {
	margin-top:10px;
    overflow: hidden;
}

/*edited
.listing-item-container {
	margin-top:20px;
    overflow: auto;
	padding-right: 10px;
}
*/
.asd .listing-item {
	float:left;
	width:50%;
	padding:0 8px 0 0;
	margin-bottom:12px;
	position:relative;
}

.listing-item {
	float:left;
	width:50%;
	padding:0 8px 0 0;
	margin-bottom:16px;
	position:relative;
}
.listing-item:nth-child(even) {
	padding:0 0 0 8px;
}
.three-columns-grid .listing-item {
	width:33.3%;
	padding:0 8px !important;
}
.listing-item.has_one_column , .slick-slide-item .listing-item  {
	width:100%;
}
.listing-item.has_one_column  {
	padding:0!important;
}
.listing-item.has_one_column .geodir-category-listing  {
	padding-left:13px !important;
	min-height: 195px;
	max-height: 195px;
}
.listing-item.has_one_column .geodir-category-img {
	width:40%;
	border-radius: 10px;
	top:12px;
	max-width: 260px;
	max-height: 170px;
	min-height: 170px;
}

.has_one_column .geodir-category-img img  {
	width: auto !important;
}

.listing-item.has_one_column  .hotel-card .geodir-category-img {
	width:100%;
	border-radius: 10px;
	top:0;
}
.three-columns-grid .listing-item.has_one_column .geodir-category-listing {
	padding-left:0 !important;
}
.three-columns-grid .listing-item.has_one_column .geodir-category-img {
 	top:0px; 
}
.listing-item.has_one_column .geodir-category-content {
	width:60%;
}
.slick-slide-item .listing-item  {
	padding:0 10px;
	margin-bottom:0;
}
.geodir-category-listing {
	border-radius:10px;
	background:#fff;
}

.pls-b-1:hover{
border:1px solid #ccc
}

.geodir-category-content {
	padding:10px 20px;
	z-index:2;
}

.geodir-category-content-index {
	padding:10px 0px;
	z-index:2;
	text-align:left;
}

.geodir-category-content-index h3{
	padding-bottom:5px;
}

.geodir-category-content-index h3 a:hover{
	color:#3AACED;
}

.geodir-category-img {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	z-index:1;
 	border-radius:10px 10px 0 0;
}
.geodir-category-img .listing-counter {
	top:20px;
	left:20px;
}
.geodir-category-img .listing-counter strong {
	padding-left:4px;
}
.geodir-category-img img  , .gallery-item img{
	width:100%;
	height:auto;
	-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
  	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.geodir-category-img:hover img , .gallery-item:hover img{
	-webkit-transform: scale(1.15);
	-moz-transform:scale(1.15);
	transform: scale(1.15);
}
.listing-avatar {
	position:absolute;
	top:10px;
	left:10px;
	z-index:4;
}
.listing-avatar img {
	width:34px;
	height:34px;
	border-radius:100%;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
}
.avatar-tooltip {
	position:absolute;
	top:2px;
	margin-top:20px;
	opacity:0;
	left:100%;
	margin-left:20px;
	min-width:150px;
	visibility: hidden;
	padding:9px 0;
	border-radius:4px;
	background: #18458B;
	color:#fff;
	font-size:11px;
	font-weight:600;
	transition: all .2s ease-in-out;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
}
.listing-avatar:hover .avatar-tooltip {
	margin-top:0;
	opacity:1;
	visibility:visible;
}
.geodir-category-content p {
	text-align:left;
	font-size:12px;
	color:#999;
}
.geodir-category-content h3 , .cart-details_text .geodir-category-content-title-item h3 {
	float:left;
	text-align:left;
	font-weight:600;
	font-size:16px;
	margin-bottom:10px;
}
.geodir-category-content h3 a{
	color: #1C1C1C;
	text-overflow: ellipsis;
white-space: nowrap;
font-size: 14px;
}
.geodir-category-content-tags {
	margin-top:10px;
}
.category-name {
	float:left;
	margin-right:10px;
	position:relative;
	color:#999;
	top:-2px;
	border-radius:2px;
	background:#eee;
	padding: 4px 14px;
}
.geodir-category-opt {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:3;
	padding:10px 20px;
	cursor:pointer;
}
.geodir-category-opt h4 {
	float:left;
	width:100%;
	text-align:left;
	font-size:16px;
	font-weight:600;
	margin-bottom:1px;
}
.geodir-category-opt h4 a{
	color:#fff;
} 
.geodir-category-opt .listing-rating{
	float:left;
	position:relative;
	top:10px;
}
.geodir-category-opt .listing-rating i {
	font-size:10px;
	margin-right:4px;
}
.geodir-category-opt  .rate-class-name{
	float:right;
	position:relative;
	top:-6px;
}
.geodir-category-opt  .rate-class-name .score {
	float:left;
	color:  #fff;
	margin-right:10px;
	font-size:11px;
}
.geodir-category-opt  .rate-class-name .score strong {
	display:block;
	text-align:right;
	margin:5px 0 2px;
	font-style:normal;
	color:#fff;
	font-size:13px;
 	font-family: 'Montserrat', sans-serif;
	font-weight:500;
} 
.geodir-category-opt  .rate-class-name span {
	background: #18458B;
	color:#fff;
	float:left;
	font-weight:600;
	border-radius: 5px 5px 5px 0;
    padding: 7px;
    box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.2);
}
.geodir-category-content-title {
	/*padding-bottom:20px;*/
	margin-bottom:10px;
}

.gcct-bb{
		border-bottom:1px dotted #ccc;
}
.geodir-category-content-title2 {
	margin-bottom:10px;
}

.geodir-category-content-title:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f59f";
	position:absolute;
	color:#ccc;
	top:0;
	right:0;
	font-size:25px;
	font-weight:500;
	z-index:-1;
	opacity:0.5;
}
.geodir-category-content-title-item {
	float:left;
	width:100%;
	position:relative;
	z-index:1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.facilities-list {
	margin:12px 0 12px;
	list-style:none;
}

.overflowed{
	overflow: hidden;
	text-overflow: ellipsis;
white-space: nowrap;
line-height: 20px;	
}
.facilities-list li {
	float:left;
	margin-right:14px;
	cursor:pointer;
	position:relative;
}
.facilities-list li i {
	color:#ADC7DD;
	font-size:16px;
}
.facilities-list li span {
	position:absolute;
	opacity:0;
	left:-20px;
	top:-34px;
	height:26px;
	line-height:26px;
	min-width:90px;
	color:#fff;
	font-size:11px;
	visibility: hidden;
	border-radius:4px;
	background: #18458B;
}
.facilities-list li:hover span {
	visibility:visible;
	opacity:1;
}
.geodir-category-footer{
	margin:4px 0 0 0;
/*	padding:18px 90px 0 0;*/
	padding-top:15px;
	border-top:1px dotted #ccc;
}

.geodir-category-footer2{
	margin:4px 0 0 0;
	padding:10px 130px 0 0;
	border-top:1px dotted #ccc;
}

.geodir-category-footer3{
	margin:4px 0 0 0;
padding-bottom:22px;
}

.geodir-category-price {
	float:left;
	font-size:11px;
	color:#999;
	font-weight:500;
    background: #F7F9FB;
	padding:9px 12px;
	border-radius:4px;
	/*border:1px dotted #e4e4e4;
	text-transform:uppercase;*/
}

.place-category-price {
	float:left;
	font-weight:600;
	padding:12px 12px;

}

.geodir-category-price span{
	font-weight:600;
	margin-top:6px;
	font-size:13px;
	color:#5ECFB1;
}
.geodir-category-location a {
	float:left;
	text-align:left;
	color:#000;
	font-weight:500;
	/*text-transform:uppercase;*/
	font-size:13px;
}
.geodir-category-location a  i {
	padding-right:6px;
}
.geodir-opt-list {
	position:absolute;
	right:0;
	/*width:90px;*/
	top:16px;
}

.geodir-opt-list-event {
	position:absolute;
	right:0;
	width:130px;
	bottom: 0;
}

.geodir-opt-list a, .geodir-opt-list-event a{
	float:right;
	width:36px;
	height:36px;
	margin-left:5px;
	background: #ECF6F8;
	line-height:36px;
	position:relative;
	color:#000;
	border-radius:4px;
	font-size:18px;
}
.geodir-opt-list a:hover  i ,.geodir-opt-list-event a:hover  i , .show-search-button:hover i{
	transition: all .2s ease-in-out;
    animation: bounce 1s;
	color:#fff;
}

.geodir-opt-list-event a:hover{
		background: #3AACED;
}


.geodir-opt-list-places {
	position:absolute;
	right:0;
	width:130px;
	top:-20px;
}
.geodir-opt-list-places a {
	float:right;
	width:36px;
	height:36px;
	margin-left:5px;
	background: #ECF6F8;
	line-height:40px;
	position:relative;
	color:#999;
	border-radius:4px;
	font-size:15px;
}
.geodir-opt-list-places a:hover  i , .show-search-button:hover i{
	transition: all .2s ease-in-out;
    animation: bounce 1s;
	color:#fff;
}

.geodir-opt-list-places a:hover {
	background: #3AACED;
}

.geodir-category-price-goabon{
background: #18458b;
color: #fff !important;
border: none;
float: left;
font-weight: 500;
border-radius: 4px;
width: fit-content;
height: 36px;
line-height: 36px;
padding: 0 10px;
font-size: 14px;
margin-left: 0;
}
.geodir-opt-list-section a {
	float:right;
	width:36px;
	height:36px;
	margin-left:5px;
	background: #ECF6F8;
	line-height:36px;
	position:relative;
	color:#000;
	border-radius:4px;
	font-size:18px;
}
.geodir-opt-list-section a:hover  i , .show-search-button:hover i{
	transition: all .2s ease-in-out;
    animation: bounce 1s;
	color:#fff;
}

.geodir-opt-list-section a:hover {
	background: #3AACED;
}


@keyframes bounce {
    0%, 20%, 60%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    80% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
.geodir-opt-link {
	padding-right:6px;
}
.geodir-opt-link a {
	float:left;
	height:36px;
	line-height:36px;
	color: #fff;
	background: #ECF6F8;
	width:100%;
	font-weight:500;
	border-radius:4px;
	text-align:left;
	padding-left:20px;
}
.geodir-opt-link a:hover{
	background: #18458B;
}
.geodir-opt-link a i {
	position:absolute;
	right:0;
	width:40px;
	height:36px;
	line-height:36px;
	top:0;
	font-size:8px;
    border-left: 1px solid rgba(255,255,255,0.21);
    text-align: center;
}
.geodir-opt-link a:hover {
	color:#fff;
} 
.geodir-opt-tooltip {
	position:absolute;
	opacity:0;
	right:0;
	top:-40px;
	height:30px;
	line-height:30px;
	min-width:110px;
	margin-left:-75px;
	color:#fff;
	font-size:11px;
	visibility: hidden;
	border-radius:4px;
}
.geodir-opt-tooltip strong {
	color:#fff;
	padding-left:6px;
}
.geodir-opt-list a:hover .geodir-opt-tooltip {
	opacity:1;
	visibility:visible;
}
.sale-window {
	position:absolute;
	right:10px;
	top:10px;
	z-index:3;
	background:#5ECFB1;
	padding:5px 10px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	font-size:11px;
	color:#fff;
	-webkit-transform: translate3d(0,0,0);
}
.sale-window:before , .sale-window:after {
    content: '';
    position:absolute;
    width: 0;
    height: 0;
 	left:0;
}
.sale-window:after {
    border-bottom: 14px solid #5ECFB1;
    border-left: 16px solid transparent;
margin-left: -16px;
margin-top: 0px;
}
.sale-window:before  {
    border-top: 14px solid #5ECFB1;
    border-left: 16px solid transparent;
margin-left: -16px;
margin-top: -7px;
}
.sale-window.big-sale:after {
	border-bottom: 14px solid #3AACED;
}
.sale-window.big-sale:before {
	border-top: 14px solid #3AACED;
}
.sale-window.big-sale {
	background:#3AACED;
}
.map-popup-wrap {
	display:block;
	max-width:300px !important;
	position:relative;
}
.map-popup {
	display:block;
	width:100%;
	position:relative;
	overflow:hidden;
	border-radius:10px;
	background:#fff;
	/*box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);*/
}
.map-popup-wrap:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-top:-1px;
	z-index:20;
}
.map-popup-wrap:before {
	border-color:  transparent;
	border-top-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
.map-popup img {
	width:100%;
	height:auto;
}
.listing-content {
	background:#fff;
	padding:7px 0px 5px 0;
	z-index:20;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.listing-content:before {
	font-family: Font Awesome\ 5 Pro;
	/*content: "\f35d";*/
	position:absolute;
	color:#ccc;
	top:20px;
	right:20px;
	font-size:25px;
	font-weight:500;
	z-index:-1;
	opacity:0.5;
}
.listing-title h4 {
	font-size:16px;
	text-align:left;
	font-weight:500;
}
.map-popup-location-price {
	position:absolute;
	left:10px;
	top:14px;
	padding:6px 7px;
	font-size:12px;
	z-index:20;
	font-weight:700;
	border-radius:4px;
	overflow:hidden;
}
.map-popup-location-price strong {
	color:#fff;
	float:left;
	width:100%;
	margin-bottom:4px;
	font-size:13px;
	font-weight:600;
}
.map-popup-location-info {
	float:left;
	width:100%;
	margin-top:10px;
    color: #878C9F;
    font-weight: 500;
    font-size: 12px;
	text-align:left;
}
.map-popup-location-info i{
	padding-right:6px;
}
.map-card-rainting {
	position:absolute;
	left:0;
	width:100%;
	top:-40px;
	padding:15px 20px;
	z-index:2;
}
.map-popup-location-price:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #061B41;
    opacity: 0.5;
}
.map-card-rainting i {
	float:left;
	margin-right:4px;
}
.infoBox-close {
	position:absolute;
	width:36px;
	height:36px;
	line-height:36px;
	top:30px;
	right:20px;
	color:#fff;
	border-radius:6px;
	z-index:20;
	cursor:pointer;
	-webkit-transition: all 300ms;
  	transition: all 300ms;
}
.infoBox-close:hover , .header-search-button:hover i , .contact-btn:hover i  , .header-sec-link  a:hover i{
	animation: bounce 1s;
}
.pagination {
	margin-top:30px;
	text-align:center;
	float:left;
	width:100%;
	padding-bottom: 130px;
}
.pagination  a {
	display:inline-block;
	width:44px;
	height:44px;
	line-height:44px;
	border-radius:6px;
 	border:1px solid #eee;
	box-sizing:border-box;
	position:relative;
	font-size:13px;
	color:#888DA0;
	background:#fff;
	letter-spacing:1px;
	margin-right:5px;
}
.pagination a.current-page, .pagination a:hover {
    color:#fff;
}
.pagination  a i {
	font-size:12px;
}
.back-to-filters {
	position:absolute;
	right:-40px;
	width:40px;
	height:40px;
	top:-180px;
	font-size:14px;
	color:#fff;
	line-height:40px;
	z-index:-1;
	background: #18458B;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
}
.back-to-filters span {
	visibility:visible;
	position:absolute;
	height:40px;
	min-width:150px;
	line-height:40px;
	visibility:hidden;
	opacity:0;
	top:0;
	font-size:12px;
	left:-150px;
	margin-top:20px;
	 -webkit-transition: all 300ms;
  	transition: all 300ms;
	font-weight:500;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
	background: #18458B;
}
.back-to-filters:hover span {
	margin-top:0;
	visibility:visible;
	opacity:1;
}
.back-to-filters:hover  i , .wishlist-link:hover i{
    animation: bounce 1s;
}
.slideshow-container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:110%;
	z-index:1;
}
.slideshow-item  , .slideshow-container .slick-slide{
	position:relative;
	float:left;
	width:100%;
	height:100%;
} 
.slick-dots {
	position:absolute;
	bottom:120px;
	width:100%;
	left:0;
	z-index:100;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 6px;
    height: 6px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background:  rgba(255,255,255,0.41);
	border-radius:100%;
}
.map-modal-wrap {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1000;
	display: none;
	overflow:auto;
	-webkit-transform: translate3d(0,0,0);
}
.map-modal-wrap-overlay {
	position:fixed;
	top:0;
	left:0;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1;
	background: rgba(0,0,0,0.41);
	-webkit-transform: translate3d(0,0,0);
}
.map-modal-item {
	position:relative;
	max-width:650px;
	margin:0 auto;
	top:25%;
	z-index:2;
}
.map-modal-container{
	padding:0;
	background:#fff;
	border-radius:10px;
	overflow:hidden;
	box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.2);
}
.map-modal-container h3 {
	float:left;
	text-align:left;
	font-size:15px;
	font-weight:600;
	margin:25px 0;
	color:#666;
 
	padding-left:30px;
}
.map-modal-container h3 i {
	padding-right:10px;
}
.map-modal #singleMap {
	margin-bottom:0;
}
 
.map-modal-close {
	position:absolute;
	right:30px;
	bottom:16px;
	width:36px;
	height:36px;
	line-height:38px;
	border-radius:4px;
	color:#fff;
	z-index:10;
	cursor:pointer;
}
.list-single-hero {
	padding:250px 0 0;
	overflow:hidden;
}
.list-single-hero-title {
	z-index:2;
	padding:40px 0 30px;
}
.list-single-hero-title  , .map-card-rainting , .geodir-category-opt , .listing-item-cat , .ajax-modal-title  {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,27,65,0)), color-stop(100%,rgba(6,27,65,0.95)));
    background: -webkit-linear-gradient(top, rgba(6,27,65,0) 0%,rgba(6,27,65,0.95) 100%);
    background: -o-linear-gradient(top, rgba(6,27,65,0) 0%,rgba(6,27,65,0.95) 100%);
    background: -ms-linear-gradient(top, rgba(6,27,65,0) 0%,rgba(6,27,65,0.95) 100%);
    background: linear-gradient(to bottom, rgba(6,27,65,0) 0%,rgba(6,27,65,0.95) 100%);
}
.list-single-hero-title h2 {
	text-align:left;
	float:left;
	width:100%;
	z-index:2;
	color:#fff;
	font-size:44px;
    font-weight: 600;
	position:relative;
	font-family: 'Montserrat', sans-serif;
}
.list-single-hero-title h2:before {
	content:'';
	position:absolute;
	left:0;
	bottom:-20px;
	width:40px;
	height:4px;
	border-radius:4px;
}
.listing-rating-wrap{
	float:left;
	margin-bottom:10px;
}
.list-single-hero-title .listing-rating i {
    font-size: 15px;
    margin-right: 4px;
}
.listing-rating-wrap .listing-rating , .listing-rating-wrap span {
	float:left;
}
.listing-rating-wrap span {
	color:#fff;
	padding-right:20px;
	font-size:13px;
	font-weight:500
}
.list-single-header-contacts {
	margin-top:40px;
}
.list-single-header-contacts li{
	float:left;
	margin-right:18px;
}
.list-single-header-contacts li a {
	color:#fff;
	font-size:12px;
}
.list-single-header-contacts li  i {
	padding-right:10px;
}
.list-single-hero-details {
	margin-top:6px;
}
.list-single-hero-rating {
	float:right;
	position:relative;
	z-index:1;
}
.list-single-hero-rating .rate-class-name {
	float:right;
	cursor:pointer;
}
.list-single-hero-rating .rate-class-name span {
	background: #18458B;
    color: #fff;
    float: left;
    font-weight: 600;
    border-radius: 7px 7px 7px 0;
    padding: 22px;
	font-size:24px;
	border: 1px solid rgba(0,0,0,0.21);
	text-shadow: 0px 2px 5px  rgba(0,0,0,0.21);
}
.list-single-hero-rating .score {
	float:left;
	color:#fff;
	text-align:right;
	padding-right:15px;
	margin-top:20px;
}
.list-single-hero-rating .score strong {
	width:100%;
	float:left;
	padding-bottom:4px;
}
.list-single-hero-rating-list {
	position:absolute;
	bottom:100%;
	margin-bottom:20px;
	right:0;
	z-index:10;
	background:rgba(6,27,65,0.45);
	padding:15px;
	overflow:hidden;
	border-radius:4px;
	transition: all .2s ease-in-out;
	visibility:hidden;
	opacity:0;
}
.list-single-hero-rating:hover .list-single-hero-rating-list {
	visibility: visible;
	opacity:1;
	margin-bottom:10px;
}
.list-single-hero-rating-list .rate-item {
	margin-bottom:10px;
}

.flat-hero-container {
	background:#fff;
	padding: 25px 30px 30px;
	border-radius:4px;
}
.flat-hero-container  .listing-rating-wrap{
	margin:0;
	top:11px;
	position:relative;
	text-align: left;
}
.flat-hero-container .box-widget-item-header {
	margin-bottom:0px;
	padding-bottom:20px;
}
.flat-hero-container .box-widget-item-header h3 {
	font-size:18px;
} 
.flat-hero-container .list-single-hero-price  , .list-single-hero-header .list-single-hero-price{
	color:#000;
	font-size:14px;
	margin-top:0;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
	padding:5px 0 10px;
	text-align:left;
	font-weight: 500;
}
.list-single-hero-header .list-single-hero-price {
	padding:10px 10px;
	margin-bottom:0;
	border:none;
    background: #ECF6F8;
 	color: #999;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 11px;
	margin-top:10px;
}
.list-single-hero-header .list-single-hero-price span {
	padding-left:10px;
}
.flat-hero-container .list-single-hero-price:before , .list-single-hero-header  .list-single-hero-price:before{
    font-family: Font Awesome\ 5 Pro;
    content: "\f4c0";
    position: absolute;
    color: #ccc;
    top: 1px;
    font-size: 35px;
    right: 0px;
    opacity: 0.4;
    font-weight: 500;
}
.list-single-hero-header  .list-single-hero-price:before {
    top: 1px;
    font-size: 55px;
}
.list-single-hero-header .geodir-category-location{
	margin-top:15px;
}
.flat-hero-container .review-score-detail  {
	width:100%;
	padding:0;
}
.flat-hero-container .rate-class-name-wrap {
	margin-bottom:20px;
	border-bottom:1px solid #eee;
	padding:0px 0 20px;	
}
.flat-hero-container .rate-class-name-wrap a {
	float:right;
	width:40%;
	padding:14px 0;
	border-radius:4px;
	font-size:11px;
	position:relative;
	top:18px;
 	color: #fff;
	font-weight:400;
}
.flat-hero-container .rate-class-name-wrap a i {
	padding-left:10px;
}
.flat-hero-container .rate-class-name {
	float:left;
	width:60%;
}
.flat-hero-container .rate-class-name span  {
	background: #18458B;
    color: #fff;
    float: left;
    font-weight: 600;
    border-radius: 7px 7px 7px 0;
    padding: 22px;
    font-size: 24px;
    border: 1px solid rgba(0,0,0,0.21);
    text-shadow: 0px 2px 5px rgba(0,0,0,0.21);
	margin-right:10px;
}
.flat-hero-container .rate-class-name .score {
	text-align:left;
	padding-left:18px;
	color:#666;
	font-size:12px;
 
}
.flat-hero-container .rate-class-name .score strong{
	display:block;
	padding:18px 0 6px 0;
}
.flat-hero-container .reviews-score-wrap{
	padding: 0 0 15px;
	margin-bottom:10px;
}
.review-score-detail-list .rate-item {
	margin-bottom:5px;
}
.rate-item-title {
	/*margin-bottom:6px;*/
	text-align:left;
	color:#fff;
	font-size:13px;
}
.review-score-detail-list .rate-item-title , .review-score-detail-list .rate-item-percent {
	color: #000;
    font-weight: 500;
}
.rate-item-bg {
	height:6px;
	background:#fff;
	border-radius:8px;
	float:left;
	width:calc(100% - 30px);
	overflow:hidden;
}
.review-score-detail-list .rate-item-bg {
	background:#eee;
	height:10px;
}
.rate-item-line {
	float:left;
	height:6px;
	border-radius:4px;
}
.review-score-detail-list .rate-item-line{
	height:10px;
}
.rate-item-percent {
	position:absolute;
	top:14px;
	right:0;
	color:#fff;
}
.list-single-hero-links {
	float:right;
	position:relative;
	top:20px;
}
.lisd-link {
	float:left;
	margin-left:10px;
	padding:10px 20px;
	border:1px dashed rgba(255,255,255, 0.21);
	background:rgba(255,255,255, 0.11);
	color:#fff;
	border-radius:4px;
	cursor:pointer;
	font-size:12px;
}
.lisd-link i {
	padding-right:10px;
}
.lisd-link:hover {
	border-color:transparent;
}
.list-single-main-container {
	padding-left:60px;
}
.list-single-main-item {
	padding:20px 30px;
	background:#fff;
	margin-bottom:20px;
	border-radius:4px;
	border:1px solid #f2f2f2;
}
article .list-single-main-item  , article.post-article .list-single-main-item:last-child{
	margin-bottom:0;
}
article.post-article .list-single-main-item {
	margin-bottom:20px;
}
.list-single-main-item-title  h3, .list-single-main-item-title  h2{
	color: #183c7d;
	text-align: left;
    font-size: 16px;
    font-weight: 600;
}
.list-single-main-item-title  h3 a{
	color: #334e6f;
}
.list-single-main-item-title {
	margin: 0 0 10px 0;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
}
.list-single-hero-header .list-single-main-item-title {
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;
}
.list-single-main-item-title .listing-rating {
	float:left;
	margin-top:10px;
}
.list-single-hero-header .list-single-main-item-title  h3 {
	font-size:24px;
}
.list-single-main-item-title:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f0d7";
    position: absolute;
    right: 0;
    top: 2px;
    color: #ADC7DD;
}
.list-single-hero-header .list-single-main-item-title:before {
	display:none;
}
.list-single-main-item-title.no-dec-title {
	border:none;
	margin-bottom:0;
	padding-bottom:15px;
}
.list-single-main-item-title.no-dec-title:before {
	display:none;
}
.list-single-main-item p {
	text-align:left;
    color: #000;
    font-weight: 500;
}
.listing-features li{
	float:left;
	width:33.3%;
	text-align:left;
	margin-bottom:15px;
	font-size:13px;
	color: #000;
    font-weight: 500;
	position:relative;
	padding-left:30px;
}
.listing-features li i {
	position:absolute;
	left:0;
	top:0;
}
.tags-stylwrap  a{
	float:left;
	padding:10px 25px;
	border-radius:2px;
	color: #000;
    font-size: 12px;
    background: #D0E4E8;
	font-weight:500;
	margin-right:6px;
	margin-bottom:6px;
}
.tags-stylwrap.sb-tags a {
	color:#fff;
	margin-bottom:6px;
}
.box-widget-item {
	margin-bottom:30px;
}
.box-widget-item-header {
	padding: 0 0 20px;
   /* margin: 0 0 25px;*/
	float:left;
	width:100%;
    /*border-bottom: 1px solid #eee;*/
	position:relative;
}
.box-widget-item-header:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f0d7";
	position:absolute;
	right:0;
	top:2px;
    color: #ADC7DD;
}
.box-widget-item-header h3 {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
	color: #183c7d;
}
.box-widget-item-header h3 i {
	padding-right:12px;
	font-size:16px;
	color:#999;
}
.box-widget {
	background:#fff;
	border-radius:4px;
 	border:1px solid #eee;
	float:left;
	width:100%;
}
.no-bor-rad {
	border-radius:0;
}
.box-widget-content {
	float:left;
	width:100%;
	position:relative;
	padding:25px 30px 30px;
}
.box-widget-content.no-pad-bottom {
	padding-bottom:0;
}
#weather-widget {
	float:left; 
	width: 100%;
	border-radius:4px;
	overflow:hidden;
}
.box-widget-list {
	display:block;
}
.box-widget-list  i {
	padding-right:10px;
}
.box-widget-list  li {
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	margin-bottom:10px;
	color:#000;
	float:left;
	position:relative;
	width:100%;
	text-align:left;
	font-size:13px;
}
.box-widget-list  li span {
    min-width: 80px;
	float:left;
}
.box-widget-list  li a {
	/*margin-left: 10px;*/
    color: #001d8b;
	font-weight: 500;
}
.list-widget-social {
	float:left;
	margin-top:10px;
}
.list-widget-social li{
	float:left;
	margin-right:10px;
}
.list-widget-social li a {
	float:left;
	width:36px;
	height:36px;
	line-height:36px;
	border-radius:4px;
	color:#fff;
	font-size:12px;
	font-weight:300;
}
.banner-wdget {
	overflow:hidden;
	border-radius:6px;
}
.banner-wdget .overlay {
	opacity:0.3;
}
.banner-wdget-content {
	padding:90px 30px 70px;
	z-index:10;
}
.banner-wdget-content h4 {
	font-weight:500;
	color:#fff;
	font-size:18px;
}
.banner-wdget-content h4 span{
	color:#5ECFB1;
	font-weight:400;
}
.banner-wdget-content a {
	font-weight: 600;
	color:#fff;
	padding:12px 30px;
	display:inline-table;
	margin-top:15px;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.2);
}
.banner-wdget-content a:hover{
    background: #24324F;
}
.banner-wdget-content .countdown-item {
	width:25%;
	float:left;
	color:#fff;
}
.banner-wdget-content .countdown-item p {
	font-size:10px;
	color:#fff;
}
.banner-wdget-content .countdown-item span {
	font-size:24px;
	font-weight:700;
	font-style:italic;
}
.banner-wdget-content .countdown {
	margin-top:15px;
}
.list-single-main-media {
	overflow:hidden;
}
.box-widget-author-title {
	border-bottom:1px  solid #eee;
	margin-bottom:10px;
	padding:0 0 15px 50px;
}
.box-widget-author-content {
	padding:10px 0 0;
	margin-bottom:10px;
	border-bottom:1px  solid #eee;
}
.box-widget-author-content p {
	text-align:left;
}
.box-widget-author:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f4fc";
	position:absolute;
	color:#ccc;
	top:10px;
	font-size:35px;
	right:0px;
	opacity:0.4;
	font-weight:500;
}
.box-widget-author-title a {
	float:left;
	text-align:left;
	color:#000;
	position:relative;
	font-size:16px;
	font-weight: 500;
	margin-top:10px;
	padding-bottom:6px;
}
.box-widget-author-title span {
	float:left;
	width:100%;
 	font-size:10px;
	text-align:left;
	color:#999;
	text-transform:uppercase;
}
.box-widget-author-title-img {
	position:absolute;
	left:0;
	width:40px;
	top:0;
	height:100%;
}
.box-widget-author-title-img img {
	width:40px;
	height:40px;
	border-radius:100%;
	border: 1px solid #ccc;
}
.box-widget.widget-posts li {
	padding: 8px 0;
	margin-bottom:19px;
	border-bottom:1px  solid #eee;
}
.box-widget.widget-posts li:last-child {
	margin-bottom:0;
}
.box-widget.widget-posts .widget-posts-img {
	float:left;
	width:28%;
}
.box-widget.widget-posts .widget-posts-img  img{
	 border-radius:4px;
	 width:100%;
	 height:auto;
}
.box-widget.widget-posts .widget-posts-descr{
	float:left;
	width:66%;
	margin-left:6%;
	text-align:left;
	padding:10px;
	background:#f9f9f9;
	border-radius:4px;
}
.box-widget.widget-posts .widget-posts-descr a{
	font-size:13px;
	font-weight:500;
	padding-bottom:20px;
    color: #878C9F;
}
.box-widget.widget-posts   .widget-posts-date  {
	float:left;
	width:100%;
	margin-top:14px;
	font-weight: 600;
    color: #999;
	font-size:11px;
}
.box-widget.widget-posts   .widget-posts-date i {
	padding-right:10px;
}
.box-image-widget {
	float:left;
	width:100%;
	position:relative;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
}
.box-image-widget:last-child {
	margin-bottom:0;
}
.box-image-widget-media {
	float:left;
	width:35%;
}
.box-image-widget-media a{
	float:left;
	width:100%;
	margin-top:8px;
	padding:8px 0;
	color:#fff;
	border-radius:2px;
	font-size:11px;
}
.box-image-widget-details {
	float:left;
	width:65%;
	padding-left:18px;
	text-align:left;
}
.box-image-widget-details h4 {
	padding-bottom:6px;
	color:#666;
}
.box-image-widget-details h4 span {
	color: #5ECFB1;
	font-size:11px;
	padding-left:20px;
}
.box-image-widget-details p {
	font-size:12px;
}
.box-image-widget-media img {
	width:100%;
	height:auto;
}
.pricerange  span{
	float:left;
	margin-right: 20px;
    color: #878C9F;
	font-weight:700;
}
.pricerange {
	font-size:14px;
	text-align:left;
	font-weight:600;
	color: #5ECFB1;
}
.claim-widget-link {
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid #eee;
}
.claim-widget-link span , .claim-widget-link a {
	float:left;
	text-align:left;
	font-weight:500;
}
.claim-widget-link a:hover{
    color: #24324F;
}
.claim-widget-link span {
	color: #878C9F;
	margin-right:20px;
}
.rooms-item {
	margin-bottom:25px;
	border-bottom:1px solid #eee;
}
.rooms-item:last-child {
	margin-bottom:0;
}
.rooms-media {
	float:left;
	width:40%;
	position:relative;
	overflow:hidden;
	border-radius:6px 6px 6px 0;
}
.rooms-media img{
	width:100%;
	height:auto;
}
.rooms-details {
	float:left;
	width:60%;
	padding:5px 0 10px  20px;
}
.rooms-details-header {
	text-align:left;
	padding-bottom:20px;
}
.rooms-price {
	position:absolute;
	right:0;
	top:0;
	color:#5ECFB1;
	font-size:19px;
	font-weight: 600;
}
.rooms-price strong {
	padding-left:3px;
	font-size:10px;
	color:#999;
}
.rooms-details-header h3 {
	color: #334e6f;
	padding-bottom:6px;
	font-size:16px;
	font-weight:700;
}
.rooms-details-header h5 {
	font-size:11px;
	font-weight:700;
}
.rooms-container {
	margin-top:20px;
}
.rooms-details .facilities-list{
	margin-top:20px;
	margin-bottom:0;
}
.facilities-list .btn{
	float:right;
	margin:0;
	top:-18px;
	height:40px;
	line-height:40px;
}
.facilities-list .btn i {
	height:40px;
	line-height:40px;
}
.list-single-facts {
	background:#fff;
}
.single-facts {
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #eee;
}
.single-facts .inline-facts-wrap {
	width:25%;
	float:left;
	padding:15px;
}
.single-facts .inline-facts {
	position:relative;
	padding:20px 30px;
	background: #ECF6F8;
	border-radius:6px;
}
.single-facts .inline-facts i {
	font-size:54px;
	position:absolute;
	right:10px;
	top:10px;
	opacity:0.4;
	z-index:1;
}
.single-facts .inline-facts .num {
	font-size:34px;
	color:#999;
	font-weight:700;
	text-align:left;
}
.single-facts .inline-facts h6 {
	text-align:left;
	color: #888DA0;
	font-weight:300;
	padding-top:10px;
}
.home-facts .inline-facts .num , .single-facts .inline-facts h6 {
	position:relative;
	z-index:2;
}
.home-facts   {
	float:left;
	width:25%;
	padding:0 25px;
}
.home-facts   .num {
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size:44px;
}
.home-facts   h6 {
	color: rgba(255,255,255,0.71);
    font-size: 13px;
	font-weight:500;
}
.home-facts   h6 {
	margin-top:20px;
	font-size:15px;
	font-weight:500;
	position:relative;
	color: rgba(255,255,255,0.91);
}
.home-facts   h6:before {
	content:'';
	position:absolute;
	top:-12px;
	left:50%;
	height:1px;
	background:#fff;
	margin-left:-25px;
	opacity:0.4;
	width:50px;
}
.list-single-facts .inline-facts-wrap {
	width:25%;
	float:left;
	padding:20px 0;
	border-left:1px solid #e2e2e2;
	box-sizing:border-box;
	background:#f9f9f9;
}
.list-single-facts .inline-facts-wrap:first-child {
	border:none;
}
.list-single-facts .inline-facts-wrap i {
	font-size:34px;
	width:100%;
	padding-bottom:10px;
}

.list-single-facts .inline-facts-wrap p {
	font-size:22px;
	width:100%;
	padding-bottom:10px;
	text-align:center;
	
}

.list-single-facts .inline-facts-wrap .milestone-counter , .list-single-facts .inline-facts-wrap h6 {
	display:inline-block;
	color:#666;
}
.list-single-facts .inline-facts-wrap h6 {
	padding-left:4px;
	color:#999;
	font-size:12px;
} 
.cart-detai ls {
	background:#f9f9f9;
}
.cart-details_text {
	float:left;
	width:100%;
	border:1px solid #eee;
	border-top:none;
}
.cart-details_header {
	border:1px solid #eee;
	display:inline-table;
	padding:15px 20px;
}
.cart-details_text .geodir-category-content-title-item h3 a {
	color:#666;
}
.cart_list li{
	text-align:left;
	padding:15px 20px;
	color:#666;
	font-size:12px;
	border-bottom:1px solid #eee;
 
}
.cart_list li:last-child {
	border-bottom:0;
}
.cart_list li span , .cart-total strong  {
	float:right;
}

.cart_list li span{
	padding-left:20px;
}
.cart_list li span strong{
	padding-left:6px;
    color: #5ECFB1;
}
.cart-total {
	padding:15px 20px;
    background: #F7F9FB;
	float:left;
	width:100%;
	border:1px solid #eee;
	border-radius:6px;
}
.cart-details {
	margin-bottom:15px;
}
.cart-total span {
	float:left;
    color: #878C9F;
    font-size: 16px;
    font-weight: 600;
	position:relative;
	top:2px;
}
.cart-total strong {
	font-size: 20px;
	font-weight: 400;
}
#progressbar {
	margin-bottom: 5px;
	counter-reset: step;
	width:100%;
	float:left;
	box-sizing:border-box;
}
#progressbar li {
	list-style-type: none;
	color:#666;
	font-size:12px;
	/*width: 20%;*/
	float: left;
	text-align:left;
	position: relative;
	padding:0 0 15px;
}
#progressbar li span {
	padding-right:10px;
}
#progressbar li:after {
	content: '';
	position:absolute;
	bottom:0;
	width:100%;
	left:0;
	height:4px;
	border-radius:4px;
	background:#eee;
	z-index:1;
}
#progressbar li:before {
	content: '';
	position:absolute;
	bottom:0;
	width:0;
	left:0;
	height:4px;
	z-index:2;
	border-radius:4px;
	 transition: all 200ms linear;
}
#progressbar li.active:before {
	width:99%;
}
.bookiing-form-wrap .custom-form form fieldset:not(:first-of-type) {
	display: none;
}
.next-form {
	float:right;
}
.previous-form {
	float:left;
	padding: 0 30px 0 80px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.previous-form i {
    position: absolute;
    left: 0;
    width: 50px;
    height: 44px;
    line-height: 44px;
    border-right: 1px solid rgba(255,255,255,0.21);
    text-align: center;
    top: 0;
}
.previous-form:hover:after {
	width:100%;
}
.previous-form:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 100%;
    background: rgba(255,255,255,0.2);
    z-index: 0;
    left: 0;
    top: 0;
    transition: all 200ms linear;
}
.success-table-header {
	text-align:left;
	color:#666;
	font-size:16px;
	font-weight:400;
	padding:10px 0 0 70px;
}
.success-table-header i.decsth {
	color:#5ECFB1;
	position:absolute;
	font-size:54px;
	left:0;
	top:0;
}
.success-table-header h4 , .success-table-header p {
	float:left;
}
.success-table-header a {
	font-size:12px;
	color:#fff;
	padding:12px 25px;
	float:right;
	border-radius:30px;
	position:relative;
	top:-14px;
}
.success-table-header a i {
	padding-right:8px;
	font-size:15px;
}
.log-massage {
	padding:10px 0;
	text-align:left;
	font-size:12px;
	color:#666;
}
/*------ Reviews------------------------------------------------*/
.reviews-score-wrap{
	padding:0 0 25px;
	border-bottom:1px solid #eee;
	margin-bottom:20px;
}
.list-single-hero-header .reviews-score-wrap  {
	padding:0;
	border-bottom:none;
	margin-bottom:0;
}
.review-score-total , .review-score-detail {
	float:left;
	width:25%;
}
.review-score-total span {
    background: #18458B;
    color: #fff;
    float: left;
    font-weight: 600;
    border-radius: 7px 7px 0 7px;
    padding: 12px 0;
	width:100%;
    font-size: 32px;
    border: 1px solid rgba(0,0,0,0.21);
    text-shadow: 0px 2px 5px rgba(0,0,0,0.21);
}
.review-score-total a {
	float:left;
	width:100%;
	padding:10px 0;
	color:#fff;
	margin-top:10px;
	border-radius:4px;
}
.review-score-total span strong {
	display:block;
	font-size:14px;
	 font-weight: 500;
	padding-top:6px;
}
.review-score-detail {
	width:75%;
	padding-left:20px;
}
.reviews-comments-wrap {
	display: inline-table  ;
	/*margin-top:30px;*/
}
.reviews-comments-item-text .review-score-user{
	float:right;
	position:relative;
	/*top:-12px;*/
}
.reviews-comments-item-text .review-score-user span  {
    background: #18458B;
    color: #fff;
    float: right;
    font-weight: 600;
    border-radius: 3px 3px 0 3px;
	width:30px;
	height:30px;
	line-height:30px;
    font-size: 12px;
    border: 1px solid rgba(0,0,0,0.21);
    text-shadow: 0px 2px 5px rgba(0,0,0,0.21); 
}
.reviews-comments-item-text .review-score-user strong {
	margin-right:12px;
	font-size:11px;
	color:#666;
	position:relative;
	top:10px;
}
.reviews-comments-item {
	padding:0 0 20px 70px;
	position:relative;
	float:left;
	width:100%;
	border-bottom:1px solid #eee;
	margin-top: 15px;
}
.reviews-comments-item.reply-comment-item {
	width:90%;
	margin-left:10%;
	padding:30px 20px 30px 110px;
	border-radius:6px;
}
.reviews-comments-item.reply-comment-item .review-comments-avatar {
	top:30px;
}
.reviews-comments-item.reply-comment-item:before {
	content:'';
	position:absolute;
	top:0;
	left:-10%;
	margin-left:30px;
	width:40px;
	height:40px;
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
}
.reviews-comments-item:last-child {
	border:none;
	margin-bottom:0;
}
.review-comments-avatar, .review-comments-avatar2 {
	position:absolute;
	top:0;
	left:10px;
	width:80px;
	height:80px;
}
.review-comments-avatar:before {
content: '';
position: absolute;
top: 30px;
margin-top: 20px;
left: -15px;
margin-left: 38px;
width: 40px;
height: 20px;
border-left: 1px solid #eee;
border-bottom: 1px solid #eee;
}

.review-comments-avatar2:before {
content: '';
position: absolute;
top: 30px;
margin-top: 20px;
left: -15px;
margin-left: 38px;
width: 40px;
height: 10px;
border-left: 1px solid #eee;
border-bottom: 1px solid #eee;
}

.review-comments-avatar img {
	width:50px;
	height:50px;
	float:left;
	border-radius:100%;
	border: 1px solid #ccc;
}
.reviews-comments-item-text {
	float:left;
	width:100%;
	position:relative;
	padding: 10px 15px 5px 15px;
	background:#f9f9f9;
	border-radius:6px;
	overflow: hidden;
}
.reviews-comments-item-text .new-dashboard-item {
	top:0;
}
.reviews-comments-item-text h4 {
	text-align:left;
	padding-bottom:5px;
	float:left;
	font-size:16px;
	font-weight:500;
	color:#000;
	padding-top: 5px;
}
.reviews-comments-item-text h4 a {
	color:#000;
}
.reviews-comments-item-text p {
	text-align:left;
	white-space: nowrap;
	overflow:hidden;
	color: #000;
}
.reviews-comments-item-date {
	float:left;
	/*margin-top:18px;*/
	font-weight:500;
	color:#999;
	width:100%;
	text-align:left;
	padding-top:5px;
	font-size:12px;
	border-top:1px solid #eee;
}
.reviews-comments-item-date span {
	float:left;
}
.reviews-comments-item-date a {
	float:right;
	font-weight:600;
	color:#666;
}
.reviews-comments-item-date span i , .reviews-comments-item-date a i {
	margin-right:10px;
}
.leave-rating , .leave-rating-title {
	float:left;
}
.leave-rating-wrap {
	float:left;
	margin:30px 0 30px 0;
	width:100%;
}
.leave-rating-title {
	margin-right:10px;
	font-weight:500;
	font-size:14px;
	color:#666;
	position:relative;
	top:-3px;
}
.review-score-form  {
	margin-top:10px;
}
.review-total  , .review-range-container{
	float:left;
}
.review-total {
	width:30%;
	background: #F7F9FB;
	padding:15px 0;
	border:1px solid #eee;
	box-sizing:border-box;
	border-radius:4px;
	margin-bottom:5px;
}
.review-total strong {
	float:left;
	width:100%;
	margin-top:10px;
	color:#666;
}
.custom-form .review-total span input{
	font-size:34px;
	border:none;
	padding:0;
	text-align:center;
	font-weight:600;
	margin-bottom:0;
	line-height:1px;
}
.review-range-container {
	width:70%;
	padding-right:20px;
}
.review-range-item {
	display:block;
	margin-bottom:10px;
}
.review-range-item .range-slider-title  {
	width:30%;
	margin-bottom:0;
}
.review-range-item .range-slider-wrap{
	width:70%;
	margin-top:0;
	position:relative;
	top:-24px;
}
.review-range-item .range-slider-title  , .review-range-item .range-slider-wrap {
	float:left;
}
/*------ Grid Gallery------------------------------------------------*/
.listing-item-cat {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:30px 25px 10px;
	z-index:10;
	text-align:left;
	overflow:hidden;
	border-radius:0 0 10px 10px;
}
.listing-counter   {
	position:absolute;
	left:20px;
	top:20px;
	color:#fff;
	z-index:10;
	font-size:11px;
    border-radius: 4px;
    background: #18458B;
    color: #fff;
	padding: 9px 12px;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
}
.listing-item-cat h3 {
	font-size:18px;
	float:left;
	font-family: 'Montserrat', sans-serif;
	padding-bottom:10px;
}
.listing-item-cat p {
	color:rgba(255,255,255,0.71);
}
.listing-item-cat h3 a {
	color:#fff;
}
.weather-grid {
	float:left;
	position:relative;
	top:2px;
	margin-left:20px;
}
.gallery-items.mr-bot {
	margin-bottom:40px;
}
.grid-item-holder  , .gallery-items{
	float:left;
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
}
 .grid-item-holder {
	padding:10px;
}
.grid-small-pad  .grid-item-holder{
	padding:0 4px 4px 0;
}
.gallery-item  {
	width: 33.3%;
	position:relative;
	float:left;
}
.gallery-items.home-grid .gallery-item .listing-item-grid {
	border-radius:6px;
	overflow:hidden;
	position:relative;
}
.gallery-item-second,
.grid-sizer-second {
	width: 66.6%;
}
.four-column  .gallery-item{
	width:25%;
}
.four-column  .gallery-item.gallery-item-second{
	width:50%;
}
.gallery-item img {
	position:relative;
	z-index:1;
}
.list-single-main-item .gallery-items .gallery-item   {
	overflow:hidden;
}
.gallery-item .box-item {
	border-radius:0;
}
.more-photos-button {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	line-height:40px;
	padding:0 60px 0 20px;
	text-align:left;
	color:#fff;
	font-size:10px;
	z-index:10;
	text-transform:uppercase;
	cursor:pointer;
}
.more-photos-button span {
	padding:0 2px;
	font-style:italic;
	font-size:9px;
	color:rgba(255,255,255,0.61)
}
.more-photos-button i  {
	position:absolute;
	right:0;
	top:0;
	height:40px;
	line-height:40px;
	width:50px;
	border-left: 1px solid rgba(0,0,0,0.21);
	text-align:center;
}
/*-------------Ajax modal---------------------------------------*/
.ajax-modal-container {
	position:fixed;
	top:0;
	right:-550px;
	width:550px;
	height:100%;
	z-index:119;
    overflow: hidden;
    overflow-y: auto;
	opacity:0;
	background:#fff;
 
}
#ajax-modal {
	overflow:hidden;
	background:#fff;
}
.ajax-modal-wrap {
	opacity:0;
}
.ajax-modal-media {
 	border-radius:20px 0 0 0;
}
.ajax-modal-media  img{
	width:100%;
	height:auto;
}
.ajax-modal-details {
	padding:30px 45px;
	margin-top:20px;
}
.ajax-modal-details p {
	text-align:left;
}
.ajax-modal-details h3 {
	text-align:left;
	color: #334e6f;
    padding-bottom: 26px;
    font-size: 16px;
    font-weight: 700;
}
.ajax-modal-details-box {
	width:100%;
	float:left;
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:1px solid #eee;
}
.ajax-modal-title {
	color: #fff;
    padding: 20px 0 25px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.ajax-modal-photos-btn {
	position:absolute;
	right:30px;
	top:30px;
	z-index:5;
	padding:10px 20px;
	cursor:pointer;
	border-radius:4px;
	color:#fff;
	background: #18458B;
	font-size:11px;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
}
.ajax-modal-photos-btn span {
	padding:0 4px;
}
.ajax-modal-list {
	border-bottom:1px solid #eee;
	background: #f9f9f9;
}
.ajax-modal-list li {
	float:left;
	width:25%;
	padding:12px 0;
	border-left:1px solid #e2e2e2;
	box-sizing:border-box;
}
.ajax-modal-list li:first-child {
	border:none;
}
.ajax-modal-list li h5 {
	font-size:11px;
	color:#999;
}
.ajax-modal-list li h5 span{
	color:#666;
	padding-left:4px;
}
.ajax-modal-list li i {
	font-size:28px;
	padding-bottom:10px;
}
.ajax-modal-close{
	position: absolute;
    left:40px;
    width: 40px;
    height: 40px;
    top:25px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    z-index:20;
    background: #18458B;
    border-radius:6px;
	cursor:pointer;
}
.ajax-modal-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	overflow: auto;
	display:none;
	z-index:118;
	-webkit-transform: translate3d(0,0,0);
	background:rgba(0,0,0,0.41);
}
.ajax-loader {
	z-index:100;
}
/*------ Video ------------------------------------------------*/
.video-box {
    overflow: hidden;
    border-radius: 10px;
    -webkit-transform: translate3d(0,0,0);
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.2);
}
.video-box img {
	width:100%;
	height:auto;
}
.video-box-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: -30px 0 0 -30px;
    background: #fff;
    color: #fff;
    z-index: 20;
    left: 80px;
	bottom:30px;
    box-shadow: 0px 0px 0px 12px rgba(255,255,255,0.4);
    border-radius: 100%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.video-box-btn:hover {
	box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.4);
}
.video-box-title {
	position:absolute;
	bottom:43px;
	left:140px;
	color:#fff;
	font-size:12px;
	z-index:21;
	background: rgba(6,27,65,0.45);
	padding:10px 20px;
	border-radius:4px;
}
.media-container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	line-height: 0;
	z-index: 1;
}
.video-container video {
	width: 100%;
}
.video-iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden !important;
    top: 0;
    left: 0;
    padding: 0 !important;
}
.video-iframe iframe  {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
}
.media-container.video-parallax {
	height:120%;
	top:-10%;
}
.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom:20px;
}
.resp-video iframe,
.resp-video object,
.resp-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-mask {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.video-holder iframe {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
	z-index:1;
}
.mob-bg {
	display:none;
}
/*-------------Sliders---------------------------------------*/
.slideshow-container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:110%;
	z-index:1;
}
.slideshow-item  , .slideshow-container .slick-slide{
	position:relative;
	float:left;
	width:100%;
	height:100%;
}
.sw-btn{
	position:absolute;
	top:50%;
	width:36px;
	height:36px;
	line-height:36px;
	border-radius:100%;
	color:#fff;
	font-size:10px;
	z-index:120;
	cursor:pointer;
	margin-top:-18px;
	box-shadow: 0px 0px 0px 9px rgba(255,255,255,0.4);
}
.sw-btn.swiper-button-prev {
	left:15px;
}
.sw-btn.swiper-button-next {
	right:25px;
}
.sw-btn:hover {
	background: #2C3B5A;
}
.single-carousel .slick-dots , .listing-carousel .slick-dots {
	bottom:-40px;
}
.single-carousel   .slick-dots li button  , .listing-carousel .slick-dots li button {
	background:#BDCBDB;
}
.list-carousel {
   /* padding: 0 30px;*/
}
.list-single-carousel-wrap {
	height:500px;
	background: #24324F;
}
.fw-carousel .slick-slide-item {
	width:auto;
	height:500px !important;
	float:left;
	cursor: w-resize;
}
.fw-carousel .slick-slide-item img {
	width:auto  ;
	height:100%   !important;
}
.list-single-carousel-wrap    .slick-slide-item .box-item {
	height:100%;
	z-index:20;
}
.list-single-carousel-wrap    .slick-slide-item .box-item:before {
	display:none;
}
.list-single-carousel-wrap    .swiper-slide:first-child {
	padding-left:0px;
}
.list-single-carousel-wrap    .slick-slide-item    .box-item a.gal-link {
	top:-100px;
	left:inherit;
	right:50px;
}
.list-single-carousel-wrap    .slick-slide-item   .box-item:hover a.gal-link {
	top:50px;
}
.list-single-carousel-wrap .sw-btn , .single-slider-wrapper .sw-btn {
	top:50%;
}
.list-carousel .sw-btn.swiper-button-prev {
	left:8px;
}
.list-carousel .sw-btn.swiper-button-next {
	right:8px;
}
.single-slider-wrapper img , .inline-carousel img {
	width:100%;
	height:auto;
}
.single-slider-wrapper .slider-nav .slick-slide-item  {
	cursor:pointer;
	opacity:0.7;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.single-slider-wrapper .slider-nav  .slick-current .slick-slide-item , .single-slider-wrapper .slider-nav  .slick-slide-item:hover {
	opacity:1; 
}
.slick-dots {
	position:absolute;
	bottom:10px;
	left:0;
	width:100%;
}
.inline-carousel .slick-dots {
	bottom:20px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 6px;
    height: 6px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #BDCBDB; 
	border-radius:100%;
}
/*-------------scroll-nav-wrapper---------------------------------------*/
.scroll-nav-container {
	padding-top:90px;
}
.scroll-nav-wrapper {
	background:#fff;
	border-bottom:1px solid #eee;
	padding:14px 0;
	-webkit-transform: translate3d(0,0,0);
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}
.scroll-nav-wrapper .scroll-nav li {
	float:left;
	position:relative;
	overflow:hidden;
}
.scroll-nav-wrapper .scroll-nav li a {
	padding:0 30px;
	float:left;
	height:100%;
	height:40px;
	line-height:40px;
	position:relative;
	font-weight:500;
	color:#000;
	font-size:13px;
	background: #ECF6F8;
}
.scroll-nav-wrapper .scroll-nav li:last-child {
	border-radius:0 4px 4px 0 ;
}
.scroll-nav-wrapper .scroll-nav li:first-child  {
	border-radius:4px 0 0 4px;
}
.scroll-nav-wrapper .scroll-nav li a.act-scrlink {
	color:#fff;
}
.scroll-nav-wrapper .show-hidden-map {
	float:right;
	position:relative;
	color: #fff;
	border-radius:4px;
	height:40px;
	line-height:40px;
	padding:0 25px;
	font-size:14px;
	font-weight:500;
    background: #18458B;
}
.scroll-nav-wrapper .show-hidden-map:hover {
	background: #18458B;
}
.scroll-nav-wrapper .show-hidden-map:hover i , .scroll-nav-wrapper .show-hidden-map:hover {
	color:#fff;
}
.scroll-nav-wrapper .show-hidden-map i {
	padding-left:10px;
}
.collage-image {
	position:relative;
	width:352px;
	margin:0 auto;
	height:300px;
}
.collage-image .main-collage-image {
	position:absolute;
	right:-20px;
	bottom:-400px;
}
.images-collage-title {
	position:absolute;
	left:-70px;
	width:180px;
	padding:12px 0;
	z-index:10;
	top:70px;
	border-radius:6px;
	font-weight:800;
	font-size:18px;
	color: #fff;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.2);
    animation: bounce 4s ease-in-out infinite;
}
.images-collage-title span {
	color:#fff;
}
.collage-image:before {
	content:'';
	position:absolute;
	width:250px;
	height:250px;
	top:50%;
	left:50%;
	margin-top:-125px;
	margin-left:-325px;
	border:2px  dotted #fff;
	z-index:-1;
	opacity:0.6;
	border-radius:100%;
}
.collage-image-min  {
	position:absolute;
	z-index:10;
}
.collage-image-min:before {
    top:63px;
    left: 90%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
	border-color: transparent;
    border-top-color: #fff;
    border-width: 14px;
    margin-left: 18px;
	z-index:20;
}
.collage-image-min.cim_1 {
	bottom:70px;
	left:80px;
}
.collage-image-min.cim_2 {
	bottom:190px;
	right:80px;
}
.collage-image-min.cim_2 img  {
	animation:cluster-animation 2.5s infinite;
}
.collage-image-min.cim_1 img {
	animation:cluster-animation 3.5s infinite;
}
.collage-image-min.cim_3 {
	bottom:110px;
	right:130px;
}
.collage-image-min img{
	position:absolute;
	width:67px;
	height:67px;
	border:8px solid #fff;
	border-radius:100%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
}
.collage-image-input {
	position:absolute;
	bottom:-40px;
	right:-90px;
	width:190px;
	padding:0 40px 0 16px;
	background:#fff;
	border-radius:6px;
	z-index:10;
	text-align:left;
	font-size:12px;
	color:#999;
	height:40px;
	line-height:40px;
	font-weight:300;
    box-shadow: 0px 0px 0px 7px rgba(0,0,0,0.1);
}
.collage-image-btn{
	color:#fff;
	position:absolute;
	top:40px;
	right:-20px;
	padding:12px 25px;
	border-radius:4px;
	font-size:10px;
	box-shadow: 0px 0px 0px 7px rgba(0,0,0,0.1);
}
.collage-image-input i {
	position:absolute;
	width:30px;
	height:40px;
	line-height:40px;
	right:0;
	top:0;
}
/*------sahre------------------------------------------------*/
.fixed-scroll-column {
	width:50px;
	position:absolute;
	left:-50px;
	top:0;
	z-index:20;
}
.share-holder.hid-share   {
	float:left;
	position:relative;
	z-index:20;
}
.fc-button {
	width:50px;
	height:50px;
	float:left;
	position:relative;
	line-height:50px;
	background: #fff;
	cursor:pointer;
	border-radius:4px;
	margin-bottom:4px;
}

.fc-button-map-close{
	cursor:pointer;
	margin-bottom:4px;
	bottom: calc(100vh - 100px);
	
}
.fc-button-map {
	height:50px;
	float:left;
	position:relative;
	line-height:50px;
	background: #fff;
	cursor:pointer;
	border-radius:4px;
	margin-bottom:4px;
	padding: 0 10px;
	color: #183c7d;	
}

.fc-button span {
	position:absolute;
	left:100%;
	margin-left:12px;
	background: #18458B;
	opacity:0;
	visibility: hidden;
	top:8px;
	color:#fff;
	width:120px;
	height:auto !important;
	line-height:1;
	font-size:12px;
	padding:12px 0;
	border-radius:22px;
}
.fc-button:hover span {
	opacity:1;
	visibility:visible;
}
.fixed-scroll-column-share-container {
	display:block;
}
.fixed-scroll-column-share-container {
	display:none;
	float:left;
	width:100%;
    background: #f9f9f9;
	padding:10px 0;
	margin-bottom:4px;
} 
.visshare {
	visibility:visible;
	opacity:1;
}
.share-container  .share-icon {
	display:inline-block;
	width:26px;
	height:26px;
	line-height:26px;
	margin:4px 0;
	position:relative;
	font-size:13px;
    color: #888DA0;
	font-weight:400;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.fixed-scroll-column-share-container .share-container  .share-container  .share-icon{
	float:left;
	width:50px;
	height:50px;
	color:#ccc;
} 
.share-holder.hid-share .share-container.visshare , .bl-opt  .share-holder.hid-share .share-container.visshare{
	top:-35px;
	opacity:1;
	visibility:visible;
}
.share-icon:before {
	font-family: Font Awesome\ 5 Brands;
}
.share-icon-digg:before {
    content: "\f1a6";
}
.share-icon-email:before  {
    content: "\f003";
}
.share-icon-flickr:before  {
    content: "\f16e";
}
.share-icon-foursquare:before  {
    content: "\f180";
}
.share-icon-rss:before {
    content: "\f09e";
}
.share-icon-facebook:before  {
    content: "\f39e";
}
.share-icon-twitter:before {
    content: "\f099";
}
.share-icon-tumblr:before {
   content: "\f173";
}
.share-icon-linkedin:before {
     content: "\f0e1";
}
.share-icon-vimeo:before {
   content: "\f27d";
}
.share-icon-instagram:before {
    content: "\f16d";
}
.share-icon-pinterest:before {
    content: "\f231";
}
.share-icon-googleplus:before {
   content: "\f0d5";
}
.share-icon-in1:before {
    content: "\f08c";
}
.share-icon-stumbleupon:before {
    content: "\f1a4";
}
/* --------- clients - terstimonials--------------------------------------*/
.text-carousel .text-carousel-item {
	padding: 10px 10px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	margin: 0 10px;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 20px;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}
.text-carousel .text-carousel-item:before,
.text-carousel .text-carousel-item:after {
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	color: #ccc;
	opacity: 0.4;
	font-size: 34px;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

.text-carousel .slick-item {
	padding: 0 20px;
}
.text-carousel .slick-current  .text-carousel-item {
	 background: #ECF6F8;
	 border-color:transparent;
}
.text-carousel .slick-dots {
	margin-top: 40px;
	bottom:-40px;
}
.text-carousel .slick-dots li {
	display: inline-block;
	margin: 0 3px;
}
.text-carousel .slick-dots li button:before {
	background: #ccc;
}
.text-carousel .slick-dots li.slick-active button  {
	border-color: #ccc;
}
.text-carousel-wrap {
	margin: 0 0 50px 0;
}

.text-carousel-item a.testim-link {
	float: left;
	margin-top: 20px;
	font-weight: 400;
	font-size: 12px;
	position: relative;
	color:#666;
}
.text-carousel-item a.testim-link:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #ccc;
}
.text-carousel-item .listing-rating {
	float: right;
	width: 100%;
	margin-bottom: 12px;
}
.text-carousel-item .listing-rating i {
	float: right;
	margin-left: 10px;
	font-size: 11px;
}
.popup-avatar {
	position: absolute;
	left: 20px;
	z-index: 10;
	width: 80px;
	height: 80px;
	z-index: 20;
	border-radius: 100%;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
	opacity: 0.5;
	top: 20px;
	-webkit-transform: scale(0.7);
	-moz-transform:scale(0.7);
	transform:scale(0.7);
}

.popup-avatar-decr{
	margin-left:100px;
	min-height:100px;
}

.popup-avatar-decr-name{
	text-align:left;
	padding-left:5px;
	height:20px;
	line-height:20px;
	margin-bottom:5px;
}

.popup-avatar-decr-descr{
	padding-left:5px;
	font-size: 12px;
}

.popup-avatar-decr-descr span{
	margin-right:5px;
	color: #878C9F;
}
.popup-avatar-decr-descr p{
	color: #474A57;
	line-height:14px;
	font-size: 12px !important;
}

.popup-avatar-decr-descr-txt{
		/*color: #474A57 !important;
		font-size: 12px !important;*/
}

.popup-avatar-decr-pl{
	padding-left:5px;
}
.text-carousel .slick-current  .popup-avatar {
	opacity: 1;
	-webkit-transform: scale(1.0);
	-moz-transform:scale(1.0);
	transform:scale(1.0);
}
.popup-avatar:before {
	content: '';
	position: absolute;
	border-radius: 100%;
	left: -8px;
	bottom: -8px;
	right: -8px;
	top: -8px;
	border: 1px solid #eee;
	z-index: 1;
	background: #fff;
}
.popup-avatar img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	position: relative;
	z-index: 2;
}
.review-owner {
	margin: 0 0 15px 0;
	float: left;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 11px;
	text-align: left;
	color: #666;
	font-family: 'Poppins', sans-serif;
}
.review-owner span {
	color: #999;
}
.text-carousel-wrap .sw-btn{
	top:100%;
	margin-top:10px;
}
.text-carousel-wrap .sw-btn.swiper-button-prev {
	left:50%;
	margin-left:-105px;
}
.text-carousel-wrap .sw-btn.swiper-button-next {
	right:50%;
	margin-right:-100px;
}
/*------Dasboard------------------------------------------------*/
.dasboard-wrap {
	padding-left:290px;
}
.dasboard-sidebar {
	position:absolute;
	left:0;
	width:250px;
	z-index:20;
	top:-50px;
}
.dasboard-sidebar-content {
	padding:0;
	border-radius:6px;
	z-index:20;
	overflow:hidden;
}
.log-out-btn {
	position:absolute;
	width:100%;
	left:0;
	height:44px;
	bottom:0;
	line-height:44px;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	text-align: center;
}
.log-out-btn i {
	padding-left:10px;
}
.dasboard-avatar {
	overflow:hidden;
	padding:0 55px;
	position:relative;
}
.dasboard-avatar img {
	width:100%;
	height:auto;
	border-radius:4px;
}
.dasboard-sidebar-item {
	margin:30px 0 20px;
}
.dasboard-sidebar-item:before {
	content:'';
	position:absolute;
	left:50%;
	width:30px;
	bottom:-10px;
	height:2px;
	margin-left:-15px;
	border-radius:2px;
	background:rgba(255,255,255,0.21);
}
.dasboard-sidebar-item h3 {
	color:#fff;
	font-size:18px;
}
.dasboard-sidebar-item h3 span {
	float:left;
	width:100%;
	padding-bottom:10px;
	font-size:11px;
}
.ed-btn {
	display:inline-block;
	padding:8px 17px;
	margin:10px 0;
	color:#fff;
	font-size:11px;
	border-radius:30px;
	z-index:2;
	border:2px solid;
	background:rgba(255,255,255,0.11);
}
.dasboard-menu ,  .dasboard-menu li{
	float:left;
	position:relative;
}
.dasboard-menu {
	top:2px;
}
.flat-header {
	padding-top:110px;
	padding-bottom:0;
}
.adm-header {
	z-index:100;
}
.dasboard-menu-btn {
	float:left;
	padding:14px 20px;
	color:#fff;
	cursor:pointer;
	width:100%;
	border-radius:6px 6px 0 0;
	display:none;
}
.dasboard-menu-btn i {
	padding-left:10px;
}
.dasboard-menu li ul {
	position:absolute;
	left:0;
	top:100%;
	background:#fff;
	padding:10px 20px;
	width:150px;
	z-index:2;
	border:1px solid #eee;
	border-top:none;
	opacity:0;
	visibility:hidden;
}
.dasboard-menu li:hover ul {
	opacity:1;
	visibility:visible;
}
.dasboard-menu li ul li {
	float:left;
	width:100%;
	padding:8px 0;
	position:relative;
}
.dasboard-menu li ul li span {
	position:absolute;
	top:50%;
	right:0;
	width:16px;
	height:16px;
	margin-top:-8px;
	line-height:16px;
	border-radius:100%;
	font-size:9px;
	color:#fff;
}
.dasboard-menu li a {
	padding:13px 15px;
	float:left;
	font-size:14px;
	border-radius:4px 4px 0 0;
	color:#fff;
	position:relative;
}
.dasboard-menu li ul li a {
	padding:0;
	color:#666 !important;
	border-radius:0;
}
.dasboard-menu li a i {
	padding-right:6px;
}
.dasboard-menu li a span {
	display: inline-block;
    width: 16px;
    height: 16px;
    top: -1px;
    line-height: 16px;
    background: #98AAB8;
    color: #fff;
	position:relative;
	margin-left:4px;
    border-radius: 100%;
    text-align: center;
    font-weight: 300px;
    font-size: 9px;
}
.dasboard-menu li a.user-profile-act   , .dasboard-menu li a:hover {
	background:#fff !important;
	color:#666 !important;
	box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.07);
}
.dasboard-menu li ul li a:hover {
	box-shadow:none;
} 
.user-stats {
	margin-top:10px;
	border-top: 1px solid rgba(0,0,0,0.21);
}
.user-stats:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    border-radius: 6px;
    opacity: 0.14;
}
.user-stats li {
	float:left;
	width:33.3%;
	padding:15px 0;
	color:#fff;
	font-size:11px;
	box-sizing:border-box;
	border-left: 1px solid rgba(0,0,0,0.21);
}
.user-stats li:first-child {
	border:none;
}
.user-stats li span {
	float:left;
	width:100%;
	padding-top:10px;
	font-size:14px;
}
.tfp-btn {
	position:absolute;
	right:0;
	top:-110px;
	background:#fff;
	padding:12px 40px 12px 30px;
	border-radius:4px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
	z-index:10;
	color:#666;
	font-size:12px;
	cursor:pointer;
}
.tfp-btn strong {
	padding-left:5px;
}
.tfp-btn:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f0d7";
    position: absolute;
    color: #fff;
    top:50%;
    font-size: 13px;
    right: 11px;
	margin-top:-7px;
    font-weight: 800;
    transition: all .2s ease-in-out;
}
.tfp-btn.rot_tfp-btn:before {
	-webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.tfp-det {
	position:absolute;
	top:-70px;
	right:0;
	z-index:11;
	padding:15px 30px;
	background:#fff;
	border:1px solid #eee;
	border-radius:4px;
	opacity:0;
	visibility:hidden;
	margin-top:10px;
    transition: all .2s ease-in-out;
}
.tfp-det-btn {
	float:right;
	padding:6px 12px;
	color:#fff;
	font-size:11px;
	border-radius:4px;
	margin-top:3px;
}
.tfp-det.vis_tfp-det {
	opacity:1;
	visibility: visible;
	margin-top:0;
}
.dasboard-breadcrumbs {
	position:absolute;
	top:-85px;
	left:0;
	z-index:1;
	white-space: nowrap;
}
#myChartLegend {
	float:right;
}
.chart-header {
	margin-bottom:20px;
}
.chart-header .listsearch-input-item {
	width:150px;
}
[class="0-legend"] {
  cursor: pointer;
  list-style: none;
  padding-left: 0;
  float:right;
}
[class="0-legend"] li {
    float: left;
    padding: 14px 25px;
    border-radius: 2px;
	color: #888DA0;
    font-size: 12px;
    background: #ECF6F8;
    font-weight: 500;
	margin-left:10px;
}
[class="0-legend"] li.hidden-lable {
  text-decoration: line-through;
}
[class="0-legend"] li span {
  border-radius: 5px;
  display: inline-block !important;
  height: 10px;
  margin-right: 10px;
  width: 10px;
}
.dashboard-list-box {
	border:1px solid #eee;
	border-radius:10px;
	overflow:hidden;
}
.mat-top{
	margin-top:50px;
}
.dashboard-header {
	padding:20px 30px;
	border-bottom:1px solid #eee;
}
.dashboard-header h3 {
	font-size:16px;
	font-weight:600;
	text-align:left;
	color:#fff;
}
.dashboard-list {
	float:left;
	padding:10px 20px;
	position:relative;
	border-bottom:1px solid #eee;
	width:100%;
}
.dashboard-list:nth-child(2n+1) {
	background: #f9f9f9;
}
.dashboard-list:last-child {
	/* border:none; */
}
.dashboard-message-avatar {
	float:left;
	width:150px;
	height:150px;
}
.dashboard-message-text .btn {
	margin-top:10px;
	float:left;
	background: #5ECFB1 !important;
	padding:12px 20px;
	font-weight:500;
	font-size:12px;
}
.dashboard-message-text .btn:hover{
	color:rgba(255,255,255,0.71)
}
.dashboard-message-avatar img {
	width:150px;
	height:150px;
	border-radius:100%;
}
.dashboard-message-text {
	text-align:left;
	top:6px;
	position:relative;
}
.dashboard-message-text h4  , .dashboard-listing-table-text h4{
	font-weight:600;
	font-size:16px;
	padding-bottom:20px;
	color:#000;
}
.dashboard-message-text h4 span {
	font-weight:500;
	font-size:12px;
}
.reply-mail {
	text-align:left;
	font-weight:500;
}
.reply-mail a {
	font-weight:400;
}
.reply-mail a:hover {
	color:#999;
}
.new-dashboard-item{
	padding:6px 15px;
	border-radius:4px;
	z-index:10;
	border: 1px solid #000;
}

.new-dashboard-item-order-status{
	padding:3px;
	border-radius:4px;
	z-index:10;
	border: 1px solid #000;
}

.new-dashboard-review-add{
	padding:6px 15px;
	border-radius:4px;
	color:#fff !important;
	background:#3AACED;
	z-index:10;
	margin-bottom:10px;
}

.dashboard-listing-table-image {
	float:left;
	width:30%;
	padding:0 30px 0 0;
}
.dashboard-listing-table-image img {
	width:100%;
	height:auto;
	border-radius:6px;
}
.dashboard-listing-table-text {
	float:left;
	text-align:left;
	width:70%;
}
.dashboard-listing-table-text h4 a {
	color:#50596E;
}
.dashboard-listing-table-address {
	float:left;
	padding-bottom:10px;
}
.dashboard-listing-table-address a {
	font-weight:600;
	color:#999;
	font-size:10px;
	text-transform:uppercase;
}
.dashboard-listing-table-address i {
	padding-right:10px;
}
.dashboard-listing-table-opt li {
	float:left;
	margin-right:10px;
}
.dashboard-listing-table-opt {
	margin-top:15px;
}
.dashboard-listing-table-opt li  a {
	color:#fff;
	padding:9px 22px;
	border-radius:4px;
	background: #5ECFB1;
	float:left;
	font-size:12px;
}
.dashboard-listing-table-opt li  a i {
	padding-left:10px;
}
.dashboard-listing-table-opt li  a.del-btn:hover {
	background:#f91942;
}
.profile-edit-header h4 span{
	color: #5ECFB1;
}
.notification {
	padding:18px 20px;
	border-radius:4px;
	margin-bottom:40px;
}
.notification p {
	color:#fff;
	text-align:left;
	padding-bottom:0;
}
.notification p a {
	color:  rgba(255,255,255,0.71);
	font-weight:600;
	padding:0 5px;
}
.notification.success {
	background: #5ECFB1;
}
.notification.waitforreview{
	background:#FBC54F;
}
.notification.reject{
	background:#EA4D37;
}
.notification-close {
	position:absolute;
	top:50%;
	right:20px;
	height:20px;
	margin-top:-10px;
	color:rgba(255,255,255,0.71);
}
.notification-close:hover {
	color:#fff;
}
.dashboard-list-box.activities .dashboard-list {
	padding-left:0;
}
.dashboard-list-box.activities  .dashboard-message-text {
	padding-left:0;
}
.dashboard-list-box.activities  .dashboard-message-text i {
	padding-right:20px;
}
.dashboard-list-box.activities .new-dashboard-item {
	cursor:pointer;
}
.profile-edit-container {
	margin:10px 0;
	float:left;
	width:100%;
}
.profile-edit-container .custom-form label {
	float:left;
	text-align:left;
	margin-bottom:10px;
	font-weight:500;
}
.profile-edit-container .custom-form label i {
	top:42px;
}
.custom-form.no-icons input , .custom-form.no-icons textarea {
	padding-left:10px;
}
.pass-input-wrap span {
	position:absolute;
	right:20px;
	cursor:pointer;
	bottom:36px;
	z-index:10;
}
.profile-edit-container.add-list-container {
	margin-top:30px;
	padding-bottom:30px;
	border-bottom:1px solid #eee;
	float:left;
	width:100%;
}
.profile-edit-container.add-list-container:first-child {
	margin-top:0;
}
.add-list-media-header {
	float:left;
	width:100%;
	padding: 15px 0px 5px 10px;
	background: #F7F9FB;
	border:1px solid #eee;
}
.add-list-media-header span {
	text-align:left;
	float:left;
}
.booking-details {
	padding:6px 0;
	font-size:12px;
}

.booking-details-one{
	padding:3px 0;
}

.booking-details:last-child {
	padding-bottom:12px;
	margin-bottom:10px;
}
.booking-title {
	color:#999;
	padding-right:10px;
	font-weight:500;
}

.booking-titles {
	color:#000;
	padding-right:10px;
	font-weight:500;
}

.booking-text  , .booking-text a{
	color:#4a4a4a;
	font-weight:500;
}
.done-paid {
	color:#5ECFB1;
	text-decoration:underline;
}
.chat-box {
	padding:50px 30px 60px;
	min-height:300px;
}
.chat-message {
	padding-left:70px;
	margin-bottom:30px;
}
.chat-message:last-child {
	margin-bottom:0;
}
.chat-message p{
	float:left;
	padding:15px 20px;
	background:#fff;
	border-radius:10px;
	width:100%;
	text-align:left;
	position:relative;
}
.chat-message p:before{
	font-family: Font Awesome\ 5 Pro;
	content: "\f0d9";
    position: absolute;
    top: 12px;
    left: -9px;
	font-size: 31px;
	color:#fff;
	font-weight:bold;
}
.chat-message.chat-message_user p:before {
	content: "\f0da";
	left:inherit;
	right:-9px;
}
.massage-date {
	float:left;
	font-size:11px;
	color:#999;
	margin-bottom:11px;
}
.massage-date span{
	position:relative;
	padding-left:10px;
}
.massage-date span:before {
	content:'';
	position:absolute;
	left:2px;
	width:4px;
	height:4px;
	top:4px;
	z-index:5;
	border-radius:100%;
}
.chat-message.chat-message_user .massage-date {
	float:right;
}
.chat-message .dashboard-message-avatar{
	position:absolute;
	left:0;
	top:20px;
}
.chat-message.chat-message_user  .dashboard-message-avatar {
	left:inherit;
	right:0;
}
.chat-message .dashboard-message-avatar span {
	font-size:11px;
	color:#666;
	display:inline-block;
	margin-top:6px;
}
.chat-message.chat-message_user {
	padding-left:0;
	padding-right:70px;
}
.message-input {
	float:left;
	width:100%;
	position:relative;
	border-right:1px solid #eee;
}
.message-input textarea{
	position:relative;
	width:100%;
	border:none;
	background:#fff;
	z-index:1;
	resize: vertical;
	min-height:60px;
	padding:25px 140px 0 30px;
}
.message-input button {
	position:absolute;
	right:20px;
	border-radius:36px;
	width:100px;
	height:36px;
	line-height:36px;
	background:none;
	border:none;
	font-size:14px;
	top:12px;
	z-index:2;
	color:#fff;
	cursor:pointer;
}
.chat-contacts-item {
	float:left;
	width:100%;
	position:relative;
	padding:20px  20px 20px 70px;
	border-bottom:1px solid #eee;
	box-sizing:border-box;
}
.chat-contacts-item .dashboard-message-avatar{
	position:absolute;
	top:15px;
	left:0;
}
.chat-contacts-item .chat-contacts-item-text p {
    height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    color: #888;
}
.chat-contacts-item .chat-contacts-item-text h4 {
	text-align:left;
	font-size:12px;
	color:#666;
	padding-bottom:4px;
}
.chat-contacts-item .chat-contacts-item-text span {
	position:absolute;
	right:20px;
	top:21px;
	font-size:9px;
	color:#999;
}
.message-counter {
	position:absolute;
	left:0;
	bottom:-2px;
	z-index:10;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:11px;
	color:#fff;
	border-radius:100%;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.chat-contacts-item:after {
	content:'';
	position:absolute;
	right:0;
	width:6px;
	height:0;
	z-index:-1;
	top:0;
    transition: all .2s ease-in-out;
}
.chat-contacts-item_active:before {
	content:'';
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	left:-30px;
	background:#ECF6F8;
	z-index:-2;
}
.chat-contacts-item.chat-contacts-item_active:after , .chat-contacts-item:hover:after {
	height:100%;
}
.dashboard-list-box .reviews-comments-wrap {
	padding: 20px 20px;
}
.add-button{
	float:left;
	padding:10px 10px;
	border-radius:4px;
	color:#fff;
	font-size:14px;
	cursor:pointer;
}
.hotel-facts  input{
	width:30% !important;
	padding-left:10px !important;
	margin-right:1%;
}
.act-widget-header {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 6px;
    background: #F7F9FB;
    padding: 10px 20px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}
.act-widget h4 {
    float: left;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    top: 16px;
	color:#999;
}
.act-widget-header .onoffswitch {
    float: right;
    top: 6px;
}
.error_message , #success_page h3 {
	text-align:left;
	margin-bottom:10px;
	font-size:12px;
	font-weight:800;
	text-transform:uppercase;
}
#success_page p {
	margin-top:10px;
}
/*------ to-top------------------------------------------------*/
.to-top {
	position:fixed;
	bottom:70px;
	right:20px;
	width:40px;
	height:40px;
	color:#fff;
	line-height:40px;
	font-size:17px;
	z-index:116;
	cursor:pointer;
	display:none;
	border-radius:3px;
	    box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(0,0,0);
}
.to-top:hover {
	background: #18458B;
	color:#fff;
}
/*------FAQ------------------------------------------------*/
.faq-nav {
	margin-bottom:30px;
}
.faq-nav li {
	text-align:left;
	width:100%;
	float:left;
	border-bottom:1px solid #eee;
}
.faq-nav li a {
	color:#666;
	float:left;
	width:100%;
	padding:14px 12px;
	position:relative;
	font-size:12px;
}
.faq-nav li a:hover {
	color:#999;
}
.faq-nav li a:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f105";
    position: absolute;
    top: 12px;
    right: 10px;
	font-size: 12px;
	color:#ccc;
}
.process-item {
	padding:20px 30px;
	background:#fff;
	border-radius:4px;
	position:relative;
	border:1px solid #eee;
}
.process-item:before {
	content:'';
	position:absolute;
	top:50%;
	right:-100px;
	height:1px;
	width:100px;
	z-index:-1;
	background:#eee;
}
.process-item.nodecpre:before {
	display:none;
}
.big-pad-pr-item {
	padding:30px 30px;
}
.process-item h4 {
	font-size: 16px;
    font-weight: 600;
	padding:10px 0;
}
.process-item h4  , .process-item h4 a{
    color: #183c7d;
}
.time-line-icon {
	position:relative;
	z-index:0;
}
.time-line-icon:before {
	content:'';
	position:absolute;
	width:70px;
	height:70px;
	border-radius:100%;
	left:-20px;
	top:-50px;
	background:#ECF6F8;
	opacity:0.7;
	z-index:1;
	display:none;
}
.time-line-icon i{
	font-size:54px;
	position:relative;
	z-index:2;
	padding-bottom:10px;
}
/*------404------------------------------------------------*/
.error-wrap h2{
	font-size:134px;
	color:#fff;
	font-weight:900;
	letter-spacing:10px;
}
.error-wrap p {
	color:rgba(255,255,255,0.91);
	font-size:14px;
}
.error-wrap form {
	margin:30px auto 20px;
	max-width:550px;
	overflow:hidden;
	border-radius:6px;
	position:relative;
	box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.2);
}
.error-wrap form input {
	float: left;
    width: 100%;
    border: none;
    background: #fff;
    height: 50px;
    padding: 0 100px 0 20px;
    z-index: 1;
}
.error-wrap form  .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 50px;
    line-height: 50px;
    z-index: 2;
    color: #fff;
    border: none;
	cursor:pointer;
}
.error-wrap a.btn {
	display:inline-table;
	margin-top:10px;
}
.city-bg {
	height:325px;
	top:inherit;
	bottom:0;
	opacity:0.8;
	background:url(../images/city.png) repeat-x;
}
.wave-bg.wave-bg2 {
	background:url(../images/pattern.png) repeat;
	opacity:0.1;
}

.wave-bg3 {
	background:url(../images/pattern-blog.png) repeat;
	opacity:0.1;
}
.cloud-anim {
	z-index:1;
	font-size:54px;
	opacity:0.8;
	color:#fff;
	position:absolute;
}
.cloud-anim-bottom {
	bottom:350px;
	right:150px;
	-webkit-animation: animateCloud2 20s linear infinite;
	animation: animateCloud2 20s linear infinite;
}
.cloud-anim-top {
	top:120px;
	left:150px;
	-webkit-animation: animateCloud 35s linear infinite;
	animation: animateCloud 35s linear infinite;
}
@keyframes animateCloud {
    0% {
        left: -110px;
    }
    100% {
       left: 100%;
    }
}
@keyframes animateCloud2 {
    0% {
        right: -110px;
    }
    100% {
        right: 100%;
    }
}
@keyframes animateCloud3 {
    0% {
        left: 20px;
    }
    50% {
       left: 90%;
    }
    100% {
       left: 20px
    } 
}
@keyframes animateCloud4 {
    0% {
        right: 50px;
    }
    50% {
        right: 80%;
    }
    100% {
        right: 50px;
    } 
}
@keyframes animateStars {
    0% {
        bottom: -10px;
		opacity:0.5
    }
    50% {
        bottom: 80%;
		opacity:0.2
    }
    100% {
        bottom: -10px;
		opacity:0.5
    } 
}
@keyframes animateStars2 {
    0% {
        top: -10px;
		opacity:0.5
    }
    50% {
        top: 80%;
		opacity:0.2
    }
    100% {
        top: -10px;
		opacity:0.5
    } 
}
/*------ price tables------------------------------------------------*/
.price-item {
	float:left;
	width:33.3%;
	position:relative;
	z-index:1;
}
.price-item:hover , .best-price {
	 box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.07);
	 z-index:2;
}
.best-price {
	top:-30px;
	transform: scale(1.05);
}
.price-item:hover {
	z-index:3;
}
.price-head {
	float:left;
	width:100%;
	padding:22px 20px;
	position:relative;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	overflow:hidden;
}
.price-head:before , .price-head:after {
    content: '';
    position: absolute;
    bottom: -150px;
    right: -60px;
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 100%;
    opacity: 0.2;
}
 .price-head:after{
	bottom: 20px;
    right: inherit;
    left: -200px;
    width: 300px;
    height: 300px;
}
.price-head-decor {
	position:relative;
	width:100%;
	display:inline-table;
	margin-bottom:20px;
	padding:20px 0;
}
.price-head-decor i {
	font-size:74px;
	color:#fff;
    -webkit-box-reflect: below 4px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.2)));
}
.price-item:hover  .price-head-decor i{
    animation: bounce 2s ease-in-out infinite;
}
.price-item:hover .price-head-decor:before {
	-webkit-animation: animateCloud3 12s ease-in-out infinite;
	animation: animateCloud3 12s ease-in-out infinite;
}
.price-item:hover .price-head-decor:after {
	-webkit-animation: animateCloud4 15s ease-in-out infinite;
	animation: animateCloud4 15s ease-in-out infinite;
}
.price-head-decor:before , .price-head-decor:after {
	font-family: Font Awesome\ 5 Pro;
	content: "\f0c2";
	position:absolute;
	color:#fff;
	font-size:25px;
	font-weight:500;
	z-index:120;
	opacity:0.5;
}
.price-head-decor.stars-dec:before , .price-head-decor.stars-dec:after{
	content: "\f005";
}
.price-head-decor.cloud-2:before , .price-head-decor.cloud-2:after{
	font-weight:800;
}
.price-item:hover .price-head-decor.stars-dec:before {
	-webkit-animation: animateStars 3s ease-in-out infinite;
	animation: animateStars 3s ease-in-out infinite;
}
.price-item:hover .price-head-decor.stars-dec:after {
	-webkit-animation: animateStars2 5s ease-in-out infinite;
	animation: animateStars2 5s ease-in-out infinite;
}
.price-head-decor:before {
	left:20px;
	bottom:-10px;
}
.price-head-decor:after {
	top:-10px;
	right:50px;
}
.best-price .price-head , .price-num.col-dec-2:before{
    background: #5ECFB1;
}
.price-head h3 {
	color:#fff;
	position:relative;
	z-index:2;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:18px;
	font-weight:500;
	display:inline-table;
	border-bottom:1px   dotted rgba(255,255,255,0.81);
}
.price-num {
	padding:20px 15px 0;
	overflow:hidden;
}
.price-num:before {
	content:'';
	position:absolute;
	left:50%;
	top:-35px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius:100%;
	z-index:10;
	-webkit-transform: translate3d(0,0,0);
}
 
.price-num span.curen {
	position:relative;
	top:-32px;
	padding-right:7px;
	font-weight:400;
	font-size:17px;
}
.price-num-desc {
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #999;
	display: inline-table;
	font-size:12px;
	margin-top:6px;
	font-weight:300;
	position:relative;
	overflow:hidden;
}
.mouth-cont {
	z-index:1;
	opacity:1;
	position:relative;
}
.year-cont {
	position:absolute;
	left:0;
	opacity:0;
	top:0;
	z-index:2;
}
.year-cont , .year-sale  , .price-item{
	-webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.year-sale {
	position:absolute;
	top:60px;
	right:30px;
	font-size:36px;
	font-weight:300;
	color:rgba(255,255,255,0.41);
	opacity:0;
}
.year-mont .year-sale {
	opacity:1;
	top:80px;
}
.year-mont .mouth-cont {
	opacity:0;
}
.year-mont .year-cont {
 
	opacity:1;
}
.year-mont .price-num-item  .year-cont {
	left:-30px;
}
.price-num-item {
	font-size:55px;
	position:relative;
	font-weight:600;
	color:#666;
	display:inline-table;
}

.price-num-item .mouth-cont{
	font-size: 30px;
}

.price-num-item .year-cont{
	font-size: 30px;
}

.price-desc{
	padding:20px 0 30px;
}
.price-desc ul li {
	float:left;
	width:100%;
	padding:10px 0;
	color:#666;
	font-weight:500;
	font-size:12px;
	border-bottom:1px solid #eee;
}
.price-desc ul li:nth-child(2n+1) {
    background: #f9f9f9;
}
.price-desc ul li:first-child {
	border-top:1px solid #eee;
}
.price-link {
	display:inline-table;
	padding:15px 20px;
	color:#fff;
	border-radius:6px;
	font-size:12px;
	margin-top:30px;
	font-weight:400;
}
.price-content {
	background:#fff;
	border:1px solid #eee;
	border-top:none;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.recomm-price {
	margin-top:40px;
	font-weight:400;
	color:#999;
	font-size:12px;
}
.recomm-price i {
	width:40px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:16px;
	border-radius:100%;
	margin-bottom:10px;
}
.pricing-wrap {
	margin:60px 0 30px;
} 

.pricing-switcher {
	text-align: center;
	float:left;
	position:relative;
}
/*
.pricing-switcher:before {
	content:'';
	position:absolute;
	left:50%;
	width:1px;
	height:80px;
	z-index:-1;
	bottom:-53px;
	background:#eee;
}*/
.pricing-switcher .fieldset {
	display: inline-block;
	position: relative;
	padding: 2px;
	border-radius:30px;
	margin-bottom:30px;
}
.pricing-switcher input[type="radio"] {
	position: absolute;
	opacity: 0;
	left:-1000px;
}
.pricing-switcher label {
	position: relative;
	z-index: 1;
	display: inline-block;
	float: left;
	width: 110px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	font-weight:600;
	font-size:11px;
	color:#fff;
	-webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
.pricing-switcher .switch {
	position: absolute;
	top: 5px;
	left: 5px;
	height: 30px;
	width: 110px;
	background: #fff;
	border-radius: 30px;
	-webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.pricing-switcher input[type="radio"]:checked + label + .switch,
.pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
	-webkit-transform: translateX(104px);
	transform: translateX(104px);
}
.pricing-switcher input[type="radio"]:checked + label {
	color:#999;
}
/*------Blog------------------------------------------------*/
.article-masonry {
	width:50%;
	float:left;
	padding:0 10px;
	margin-bottom:20px;
}
.card-post  {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	border-radius:6px;
	background:#fff;
}
.card-post .btn {
	margin-bottom:20px;
}
.post-article  {
	margin-bottom:30px;
	float:left;
	width:100%;
	position:relative;
}
.post-article .list-single-main-media  , .card-post .list-single-main-media {
	margin:0;
}
.post-article-title {
	padding:30px;
}
.card-post-img  img{
	float:left;
	width:100%;
	height:auto;
}
.card-post-content {
	padding:15px 20px 0;
	border:1px solid #eee;
}
.card-post-content h3 {
	float:left;
	width:100%;
	text-align:left;
	color:#666;
	font-size:16px;
	font-weight:700;
	padding:15px 0;
	border-bottom:1px solid #eee;
	margin-bottom:15px;
}
.card-post-content h3:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f0d7";
    position: absolute;
    right: 20px;
    top: 30px;
}
.card-post-content h3 a {
	color: #666;
}
.card-post-content p {
	text-align:left;
}
.home-posts {
	margin-bottom:40px;
}
.card-post-content .post-opt  {
	border-top:1px solid #eee;
	width:100%;
	padding:5px 0;
	margin:20px 0 5px;
}
.post-nav {
	margin-top:20px;
	margin-bottom:10px;
}
.post-nav:before {
	content:'';
	position:absolute;
	left:50%;
	height:50px;
	top:50%;
	margin-top:-25px;
	width:1px;
	background:#eee;
}
.post-link {
	position:relative;
	font-size:15px;
	font-weight:400;
	color: #999;
}
.post-link span {
	color: #999;
	font-size:12px;
	font-weight:600;
}
.post-link i {
	width:40px;
	height:40px;
	position:absolute;
	top:0;
	line-height:40px;
	font-size:22px;
}
.post-link:hover i  {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}
.post-link.prev-post-link {
	float:left;
	padding-left:40px;
	text-align:left;
}
.post-link.next-post-link {
	float:right;
	padding-right:40px;
	text-align:right;
}
.post-link.prev-post-link  i {
	left:0;
	text-align:left;
}
.post-link.next-post-link  i {
	right:0;
	text-align:right;
}
.post-author {
	float:left;
	margin-right:20px;
	margin-top:10px;
}
.post-author img {
	width:40px;
	height:40px;
	border-radius:100%;
	float:left;
	margin-right:10px;
}
.post-author span {
	font-weight:600;
	position:relative;
	top:14px;
	color:#666;
	font-size:12px;
}
.post-opt {
	padding-top:24px;
}
.post-opt , .post-opt li {
	float:left;
}
.post-opt li {
	margin-right:20px;
}
.post-opt li span , .post-opt li a  {
	color:#999;
	font-weight:500;
	font-size:12px;
}
.post-opt li i {
	padding-right:6px;
}
.search-widget input {
	float:left;
	width:100%;
	border:none;
	background: #ECF6F8;
	height:50px;
	padding:0 80px 0 20px;
	z-index:1;
	border-radius:4px 0 0 4px;
}
.search-widget .search-submit{
	position:absolute;
	top:0;
	right:0;
	width:80px;
	height:50px;
	line-height:50px;
	z-index:2;
	color:#fff;
	border:none;
	cursor:pointer;
	border-radius:0 4px 4px 0 ;
}
.jr-insta-thumb {
	float:left;
	width:100%;
	margin-bottom:15px;
}
.jr-insta-thumb ul {
	list-style:none;
}
.jr-insta-thumb li {
	float:left;
	width:33.3%;
	padding:5px;
	overflow:hidden;
}
.jr-insta-thumb li img {
	width:100%;
	height:auto;
	border-radius:6px;
}
.jr-insta-thumb li a , .post-link i {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.jr-insta-thumb li a:hover {
	opacity:0.6;
}
.cat-item li{
	float:left;
	width:100%;
	padding-bottom: 8px;
	margin-bottom: 15px;
	text-align:left;
	position:relative;
}
.cat-item li:last-child {
	margin-bottom:0;
}
.cat-item li:before {
	content:'';
	position:absolute;
	bottom:6px;
	width:100px;
	height:1px;
	background:#eee;
	left:50%;
	margin-left:-25px;
}
.cat-item  li a{
	float:left;
	font-size:12px;
	color:#666;
	font-weight:400;
}
.cat-item  li  span {
	float:right;
	color:#999;
	font-size:12px;
}
.fixed-bg .overlay {
	opacity:0.6;
}
.mob-bg , .mobile-list-controls {
	display:none;
}
.vishidelem {
	display:block !important;
}
  
/*------responsive------------------------------------------------*/ 
.header-add-event-button{
background: #3AACED;	
float: left;
width: 100%;
height: 42px;
line-height: 42px;
padding: 0 20px;
color: #fff;
border: none;
border-radius: 4px;
position: relative;
top: 20px;
left: 0;
outline: none;
cursor: pointer;
}


.header-add-event-button:hover{
	background: #18458B;
}

@media only screen and  (min-width: 1064px) and  (max-width: 1226px){
.header-add-event-button span{
	display:none;
}
}

@media only screen and  (min-width: 390px) and  (max-width: 539px){
.alert-infoddd{
	padding: 12px 5px !important;
}
}

@media only screen and  (max-width: 352px) {
	.hide-ipad{
		display:none;
	}
	
	.show-more-filters i{
		padding-right: 0;
	}

	.wishlist-link{
		min-width: 40px;
	}	

	.logo-holder img {
		max-width: 130px;
	}	
	
	.header-user-name:before{
		right: 0px !important;
	}
}


@media only screen and  (max-width: 622px) {
	.hide-ipad{
		display:none;
	}
	
	.show-more-filters i{
		padding-right: 0;
	}
}

@media only screen and  (max-width: 1064px) {
#main_all_service_box{
	height:100%;
}

.link-partner{
	color:#000 !important;
}
.hide-1064-mob {
	display:none !important;
}
/* mob-menu */
.appBottomMenu{
min-height: 56px;
position: fixed;
z-index: 999;
width: 100%;
bottom: 0;
left: 0;
right: 0;
background: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
border-top: 1px solid #DCDCE9;
padding-left: 4px;
padding-right: 4px;
padding-bottom: env(safe-area-inset-bottom);	
}	

.appBottomMenu .item {
  font-size: 9px;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
  height: 56px;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.appBottomMenu .item.active:before {
  background: #18458B;
}

.appBottomMenu .item:before {
  content: '';
  display: block;
  height: 2px;
  border-radius: 0 0 10px 10px;
  background: transparent;
  position: absolute;
  left: 4px;
  right: 4px;
  top: 0;
}

.col {
  flex: 1 0 0%;
}

.appBottomMenu .item .col {
  width: 100%;
  padding: 0 4px;
  text-align: center;
}

.appBottomMenu .item.active .icon, .appBottomMenu .item.active i, .appBottomMenu .item.active strong {
  color: #18458B !important;
}

.appBottomMenu .item .icon, .appBottomMenu .item i {
  display: inline-flex;
  margin: 1px auto 3px auto;
    margin-top: 1px;
    margin-bottom: 3px;
  font-size: 24px;
  line-height: 1em;
  color: #27173E;
  transition: 0.1s all;
  display: block;
  margin-top: 1px;
  margin-bottom: 3px;
}

.appBottomMenu .item strong {
  margin-top: 4px;
  display: block;
  color: #27173E;
  font-weight: 400;
  transition: 0.1s all;
}

/*  mob-menu end */



/* profile-mob  */
#main_all_profile_box, #main_select_sport_box, #main_select_filter_box{
display: none;
width: 100%;
top: 60px;
position: fixed;
background: #fff;
z-index: 7;
opacity: 1;
padding: 30px 0;
padding-top: 30px;
overflow: auto;
height: 100%;
padding-top: 0 !important;
top: 0 !important;
z-index: 9999 !important;
}

#main_all_profile_box_top, #main_select_sport_top, #main_select_filter_top{
height: 60px;
line-height: 60px;
color: #18458B;
}

#main_all_profile_box_top p{
line-height: 60px;
text-align: left;
padding: 0 30px;
font-size: 20px;
color: #18458B;
}
.main_all_profile_fav{
	position: absolute;
min-width: 50px;
top: 0;
height: 60px;
line-height: 60px;
cursor: pointer;
font-size: 25px;
color: #18458B;
box-sizing: border-box;
font-weight: 500;
right: 0;
}

#main_all_profile_fav_back, #main_select_sport_back, #main_select_filter_back{
cursor: pointer;
float: left;
font-size: 25px;
color: #18458B;
position: absolute;
z-index: 99;
top: 10px;
border-radius: 10px;
background: #ECF6F8;
padding: 10px 14px;
width: 45px;
height: 45px;
left: 10px;
}

.span_fav_col{
position: absolute;
bottom: 36px;
font-size: 12px;
width: 16px;
height: 16px;
line-height: 16px;
background: rgba(0,0,0,0.3);
border-radius: 50%;
}

.main_all_profile_fav a{
padding: 15px 20px;
color: #18458B;
}

.main_all_profile_fav_count{
	position: absolute;
bottom: 5px;
left: 0px;
width: 25px;
height: 25px;
line-height: 15px;
background: rgba(0,0,0,0.11);
border-radius: 100%;
z-index: 2;
font-size: 15px;
color: #000;
padding: 5px;
}

.main_all_profile_link_list li{
text-align: left;
font-size: 20px;
font-weight: 500;
border-bottom: 1px solid #ccc;
}

.main_all_profile_link_list a{
	padding: 15px 15px;
	color:#000;
	display:block;
}


.main_all_profile_link_list i{
	color: #18458b;
	margin-right:5px;
}

.main_all_profile_link_list .fa-arrow-right{
	float:right;
	color: #3AACED !important;
}

/* profile-mob end */


.main_head_outer_box{
	display:none;
}	
	
.box-main-categorys-row{
	padding:0 20px;
}

.mar-bot-10{
	margin-bottom: 10px;
}
.product-tab__title{
	color: #18458B !important;
}

.product-tab__subtitle{
	color: #272a3b !important;
	font-weight: 500;
}

.main-menu{
width: 100%;
background: rgba(0,0,0,0.7);
}

}

@media only screen and  (min-width: 768px) {
	
.num_list{
	width: 70px !important;
	margin-right: 15px !important;
}
	
.mob-cat-title-index{
	text-align: center;
	margin: 70px 0 30px 0px;
	font-size: 32px;
	color: #18458B;
}
.abonoment-list-inner{
	max-height: 520px;
	overflow: auto;
	scrollbar-width: thin;
	padding-right: 5px;
}

.mob-index-pic{
	display:none;
}

#close_book_modal_btn{
	position: absolute;
right: 10px;
top: 5px;
cursor: pointer;
display: block;
border-radius: 10px;
background: #ECF6F8;
color: #183c7d;
width: 32px;
line-height: 32px;
font-size: 18px;
}

#close_book_modal_btn2, #close_timetable_modal_btn{
position: absolute;
right: 0;
top: 5px;
cursor: pointer;
display: block;
border-radius: 10px;
background: #ECF6F8;
color: #183c7d;
width: 32px;
line-height: 32px;
font-size: 18px;
}

}


@media only screen and  (min-width: 1064px) {
#header_mobile{
	display:none;
}

#main_select_filter_box, #main_select_sport_box{
	display:none;
}
	
.appBottomMenu{
	display:none;
}	
.main_head_show_services_s:after{
font-family: 'Font Awesome\ 5 Pro';
content: "\f0d7";
position: absolute;
color: #fff;
bottom: -20px;
font-size: 35px;
font-weight: 800;
transition: all .2s ease-in-out;
z-index: 20;
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}	
	
.act-link, .login-act-link{
	border-bottom: 4px solid #F9B90F;
}

.act-hiddenpanel{
	display:none;
}

.map-container.column-map{
	width: calc(100% - 700px) !important;
}

}


@media only screen and  (min-width: 1400px) {
.pa-10{
	padding:0 10px;
}
.pa-20{
	padding:0 10px 0 10px;
}

.ml-20{
	margin-left:40px;
}

.geodir-category-listing {
    min-height: 216px;
}

.show-right-info-mobile{
	display:none;
}

section.hero-section {
    padding: 370px 0 70px 0;
}

.hero-parallax {
    height: 640px;
}
}


@media only screen and  (max-width: 1400px) {
.ml-20{
	margin-left:40px;
}

.mobile-gorod{
	display:none;
}
.pa-10{
	padding:0 10px;
}


.pa-20{
	padding:0 10px 0 10px;
}
	
.col-list-wrap {
	width:700px;
}

.geodir-category-content-title {
	padding-bottom:0px;
}

.map-container.column-map {
    width: calc(100% - 700px);
}	

.pl-ev-20{
	margin-bottom:20px;
}
/*
.pesponsive_cont{
	padding:0 65px;
}
	*/
	
.show-right-info-mobile{
	display:none;
}
}

@media only screen and  (min-width: 1064px) and  (max-width: 1224px){
.map-container.column-map {
    width: calc(100% - 600px) !important;
}	
}

@media only screen and  (min-width: 1064px) and  (max-width: 1366px){

.scroll-nav-wrapper .scroll-nav li a{
	padding: 0 15px !important;
}	

.play-btn-timetable-top, .play-btn-zabron-top{
	padding: 0 10px !important;
}
.hero-parallax{
	height: 340px !important;
}

.scroll-nav-wrapper .show-hidden-map{
	padding: 0 10px !important;
}	
	
}

@media only screen and  (max-width: 1366px) {
	.container {
    max-width: 1024px;
	}
}

@media only screen and  (min-width: 1224px) {
.has_one_column .geodir-category-price-gobrone {
height: 36px;
line-height: 36px;
padding: 0 20px;
font-size: 14px;
}	
}

@media only screen and  (max-width: 1224px) {
.text-carousel .slick-item  {
    padding: 0 5px;
}
.col-list-wrap {
	width:600px;
}

.has_one_column .geodir-category-price-gobrone {
height: 24px;
line-height: 24px;
padding: 0 10px;
font-size: 12px;
}

.geodir-category-content-title {
	padding-bottom:0px;
}

.three-columns-grid .listing-item.has_one_column .geodir-category-listing {
	padding-left:13px !important;
}
.three-columns-grid .listing-item.has_one_column .geodir-category-img {
 	top:12px; 
}

/*свой*/

.geodir-category-content h3 a{
	font-size: 14px;
}

.geodir-category-location a{
	font-size: 11px;
}

.geodir-category-footer{
	/*padding: 14px 90px 0 0;*/
}

.geodir-category-price{
	font-size: 12px;
}

.geodir-opt-list a{
	width: 26px;
height: 26px;
line-height: 26px;
}

.option-list-arena li, .option-list-arena-event li{
	font-size: 11px !important;
}

.geodir-category-price{
	padding: 5px 12px;
}

.geodir-category-price span{
	font-size: 12px;
}

.geodir-category-content-title{
	margin-bottom: 0px;
}

.geodir-category-opt{
	padding: 3px 7px;
}

.geodir-category-opt .listing-rating i {
    font-size: 14px;
}

.geodir-category-opt .rate-class-name .score strong{
	margin: 7px 0 0px;
	font-size: 14px;
}

.geodir-category-opt .rate-class-name span{
	padding: 5px;	
	font-size: 14px;
}

.sport_type_label{
	font-size: 14px !important;
}
.sale-window{
	padding: 4px 8px;
	font-size: 9px;
}
.sale-window:before {
margin-left: -17px;
margin-top: -4px;
}
.sale-window:after  {
margin-left: -17px;
margin-top: 2px;
}
}


#mobile-menu-closer{
	display:none;
}

.geodir-category-price6{
float: left;
padding: 10px 0px;
}

.geodir-category-listing-event{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

@media only screen and  (max-width: 1064px) {
#lisfw{
	display:none;
}

#header_mobile{
	z-index: 100;
	position: fixed;
	width: 100%;
	background: #18458b;
	height: 61px;
	display:block;
}
	
.pad-pl-30{
	padding-left: 15px;
	margin-top: 50px;
	padding-bottom: 150px;
}	
	
.box_show_map{
	display:block !important;
}

.op7 {
	opacity:0.6 !important;
}	
	
.main_title_h1 {
    font-size: 25px !important;
}	
	
.pd-form {
    padding: 0 15px !important;
}

	
.geodir-category-content-index{
	margin-bottom:20px;
}
	
.howto-descr-box{
	padding-left: 50px;
}	
	
.ml-20{
	margin-left:0px;
}

.mobile-name-hid{
	display:none;
}

.nav-button-wrap{
	margin-left:10px;
}

.mobile-gorod{
	padding-left:5px;
	display:inline;
	color:#000 !important;
}
.header-region-name i{	
	padding-left: 0;
}

.pa-10{

}

.pa-20{

}
	
.mobile-list-controls {
	display:block;
}
.col-list-wrap .mobile-list-controls {
    padding-top: 20px;
    background: #fff;
}

.mpp{
	margin-bottom:10px;
}
.mlc {
	padding:15px 0;
	width:50%;
	color:#fff;
	float:left;
	border-radius:0 4px 4px 0;
	font-size:12px;
	cursor:pointer;
}

.mlc2 {
	padding:15px 0;
	width:100%;
	color:#fff;
	float:left;
	border-radius:0 4px 4px 0;
	font-size:12px;
	cursor:pointer;
}

.mlc:first-child, .mlc2:first-child{
	border-right:1px solid rgba(0,0,0,0.21);
	box-sizing:border-box;
	border-radius: 4px 0  0 4px;
}
.mlc.fl-wrap, .mlc2.fl-wrap {
	width:100%;
	border-radius:4px;
}
.mlc i, .mlc2 i {
	padding-right:10px;
}
.col-list-search-input-item .quantity-item {
	margin-right:15px;
	width:auto;
}
.col-list-search-input-item {
	margin-bottom:5px;
}
.map-container.column-map.right-pos-map , .map-container.fw-map.big_map.hid-mob-map {
    width: 100%;
	right:-100%;
	position: absolute;
 
	z-index:100 !important;
    -webkit-transform: translate3d(0,0,0);
}
.fixed-mobile {
	position:fixed !important;
	top:60px !important;
}
.map-close {
	display:block;
}
.nav-button-wrap , .mob-bg {
	display: block;
}
.logo-holder{
	margin-left:10px;
}
.fixed-footer {
	position:relative !important;
	float:left;
}
.main-menu nav ul , video.bgvid , .process-item:before , .back-to-filters , .lws_mobile{
	display:none;
}
.process-item {
	margin-bottom:20px;
}
.main-menu{
	position: absolute  ;
	z-index:50;
	border-bottom-right-radius:6px;
	visibility:hidden;
	opacity:0;
	-webkit-transition: all 0.4s  ease-in-out;
	transition: all 0.4s  ease-in-out;
	transform: translate(-100%,0);
}
.vismobmenu {
	opacity:1;
	left:0;
	visibility:visible;
	transform: none;
}
.menusb {
	display:block;
	float:left;
	position:relative;
	width:340px;
	height: 100vh;
	padding: 15px 10px;
	background: #fff;
	overflow:hidden;
}
.main-menu .menusb ul  {
	display:block;
	float:left;
	position:relative;
	width:100%;
	top: 50px;
}
.menusb li {
	margin: 0;
	float: left;
	width:100%;
	position:relative;
	overflow:hidden;
	border-bottom: 1px dashed #50596E;
}

.menusb li:first-child {
	border-top: 1px dashed #50596E;
}


.menusb   li i {
	position:absolute;
	right:18px;
	top:10px;
}
.menusb  a {
	float:left;
	width:100%;
	padding:5px 5px;
	position:relative;
	font-weight: 600;
	font-size: 18px;
	color: #50596E;
	line-height:14px;
	text-align:left;
}

.part-a{
	padding: 15px 5px !important;
}
.menusb  a i{
	/*transform: rotate(-90deg);*/
}
.menusb a.back{
	padding-left:24px;
}
.menusb a.back:before{
	font-family: Font Awesome\ 5 Pro;
	content: "\f177";
	font-size: 14px;
}
.main-header .container {
	width:100%;
}

.main-header-index .container {
	width:100%;
}

.home-grid .gallery-item {
	width:50%;
}
.home-grid .gallery-item .listing-counter {
	top:20px;
	left:15px;
}
.home-grid .gallery-item.gallery-item-second .listing-counter {
	left: inherit;
	right:15px;
	z-index:100;
	top:10px;
}
.home-grid .gallery-item  .listing-item-cat{
	padding: 30px 15px 10px;
}
section.hero-section  {
	padding:100px 0;
}
.light-carousel-wrap , .fw-col-list-wrap .list-main-wrap-opt .list-main-wrap-title.col-title  {
	margin-top:30px;
}
.single-facts .inline-facts-wrap {
	width:100%;
	padding:5px 0;
}
.collage-image {
	margin-top:40px;
	float:left;
}
.images-collage-title  {
	left:10px;
}
.pad-top-column-text {
	padding:0;
}
.footer-carousel-title {
	top:0;
}
.footer-social {
	margin-bottom:30px;
}
.contact-btn , .mar-bot-cont {
	margin-top:0;
	margin-bottom:20px;
}
.subfooter-lang {
	float:left;
	width:100%;
	margin:15px 0;
}
.subfooter-lang-tooltip  {
	right:inherit;
	left:0;
	width:200px;
}	
.subfooter-nav {
	float:left;
	margin-right:0;
}
.card-post , .video-box  , .team-box , .tags-stylwrap a , .price-item   {
	margin-bottom:15px;
}
.best-price {
    top: 0;
    transform: scale(1.0);
}
.pricing-wrap {
    margin:0;
}
.team-box , .three-columns-grid .listing-item {
    width: 50%;
}
.success-table-header a {
	top:0;
	margin-top:15px;
	float:left;
}
.success-table-header p , #footer-twiit p.tweet  , .contact-btn  {
	width:100%;
}
.dasboard-wrap {
    padding-left: 0;
}
.dasboard-sidebar {
    position: relative;
	float:left;
    width: 100%;
    z-index: 10;
    top: 0;
	margin-bottom:20px;
}
.dasboard-avatar {
	width:30%;
	float:left;
}
.dasboard-sidebar-item   {
	/*width:70%;*/
}
.dasboard-sidebar-item {
	padding:0 10px 0 0;
	/*text-align:left;*/
}
.dasboard-sidebar-item:before {
	left:0;
	margin-left:0;
}
.log-out-btn  {
	background:#F9B90F !important
}
.ed-btn  {
	float:left;
}
.flat-header {
    padding-top: 80px;
}

.dasboard-breadcrumbs {
    top: -45px;
}
.dasboard-sidebar-content {
    padding: 20px 0 44px 0;
}
.dasboard-sidebar-content:before {
    position: absolute;
	font-family: Font Awesome\ 5 Pro;
    content: "\f085";
    color: #fff;
	right:70px;
	top:70px;
	opacity:0.4;
	font-size:54px;
}
.header-search-button {
	margin-top:10px;
}
.col-list-wrap  , .search-input-item , .search-input-item.midd-input , .search-input-item.small-input , #footer-twiit .timePosted a , .price-item , .three-columns-grid .listing-item.has_one_column {
	width:100%;
}
.list-single-main-container {
	padding-left:0;
}
.fixed-scroll-column {
	position:relative !important;
	float:left;
	left:0;
	width:100%;
	top:-15px;
}
.list-single-hero-rating  {
	float:left;
	margin-top:20px;
}
.list-single-hero-links {
	float:left;
}
.lisd-link {
	margin-left:0;
	margin-right:10px;
}
.list-single-hero-rating .score {
	float:right;
	text-align: left;
    padding-right:0;
	padding-left:15px;
}
.list-single-hero {
    padding: 100px 0 0;
}
.fc-button  {
	margin-right:5px;
}
.fc-button span {
	left:0;
	top:-60px;
}
.fixed-scroll-column-share-container {
	position:absolute;
	top:70px;
	left:0;
	background:#18458B;
	padding-left:20px;
	width:180px;
	border-radius:6px;
}
.share-container .share-icon  {
	float:left;
    width: 20px;
    height: 20px;
    line-height: 20px;
	margin-right:6px;
	/*top: 50px;*/
}

.share-container a{
		margin-right:20px !important;
}
.share-icon .fa-vk, .share-icon  .fa-facebook, .share-icon  .fa-whatsapp, .share-icon  .fa-telegram-plane{
    color: #fff !important;
}
.list-single-carousel-wrap , .fw-carousel .slick-slide-item {
	height:400px !important;
}	

.search-opt-wrap {
    margin-top: 0px;
}

.popup-avatar-decr{
	margin-left:0;
}

.popup-avatar{
position: relative;
left: 0;
margin: 10px auto;
top:0;
}

.section-important-pad {
    padding: 20px 20px !important;	
}


.hide-right-info-mobile{
	display:none;
}

.show-right-info-mobile{
	display:block;
}

}
#mobile-abon-detail-closer{
	display:none;
}
#super_main_sections_abon{
	min-height: 500px;
}
@media only screen and  (max-width: 768px) {
	
.mob-ser-list{
	display: inline-block;
}	
	
.com-pad-top-20{
	padding-top:20px;
}

.main-register-holder-new{
	margin: 0 auto !important;
}

#section_abon_list{
	overflow: auto;
height: calc(100vh - 70px);
}
.pad-pl-30{
padding-left: 15px;
margin-top: 20px;
padding-bottom: 150px;
}

#main_head_close_services_box{
	display:block !important;
}

.m-mt-70{
	margin-top: 70px;
}

.m-mt-20{
	margin-top: 20px;
}

#main_all_service_box{
overflow: auto;
height: 100%;
padding: 0 !important;
top: 0 !important;
z-index: 9999 !important;
background: rgba(0,0,0,0.5) !important;
border-bottom:none !important;
}	

#main_all_profile_box{
	background: rgba(0, 0, 0, 0.5) !important;
	padding: 0 !important;
}

.mob-all-service-cont{
background: #fff;
margin-top: 30px;
border-radius: 20px 20px 0 0;
}

.box-main-categorys-row {
  /*min-width: 550px !important;*/
  text-align: center;
  min-width: 100% !important;
}

.mob-cat-list-index{
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
padding-bottom: 10px;	
}

.mob-cat-title-index{
	text-align: center;
margin: 30px 0 10px 0px;
font-size: 25px;
color: #18458B;
}

.index-main-category-icon{
width: 34px !important;
height: 34px !important;
}

.index-main-categorys-inner h4 {
  font-size: 14px !important;
  font-weight: 500;
  overflow: hidden;
}

.index-main-categorys-inner .imc-desc, .index-main-category-go{
	display:none;
}

.index-main-categorys{
	min-width: 100px !important;
	max-width: 100px !important;
}

.index-main-categorys-inner{
	border:none !important;
}

.in-dev:before {
	font-size: 15px !important;
	right: 10px !important;
}

#close_book_modal_btn{
	position: absolute;
right: 10px;
font-size: 18px;
top: 5px;
cursor: pointer;
display: block;
border-radius: 10px;
background: #ECF6F8;
color: #183c7d;
width: 32px;
line-height: 32px;
}

#close_book_modal_btn2, #close_timetable_modal_btn{
	position: absolute;
right: 0;
font-size: 18px;
top: 5px;
cursor: pointer;
display: block;
border-radius: 10px;
background: #ECF6F8;
color: #183c7d;
width: 32px;
line-height: 32px;
}

.mob-order-table{
padding-top: 30px !important;
border-radius: 20px 20px 0 0 !important;
}

.mob-logout-change{
height: 150px !important;
position: fixed;
bottom: 0;
border-radius: 20px 20px 0 0 !important;
}

#main_select_filter_box, #main_select_sport_box{
	background: rgba(0, 0, 0, 0.5) !important;
	padding: 0 !important;	
}

.main-mob-filt{
background: #fff;
margin-top: 30px;
border-radius: 20px 20px 0 0;
position: relative;
height: 100%;
}

.in-dev2:before {
font-family: Font Awesome\ 5 Pro;
content: "в разработке \f017";
position: absolute !important;
color: #ccc;
font-size: 20px;
right: -15px;
top: -32px;
width: 180px;
}

.mob-profile-cont{
	background: #fff;
margin-top: 30px;
border-radius: 20px 20px 0 0;
height: 100%;
}
.hide-pad-mob{
	display:none;
}	
.m-m-t-10{
	margin-top: 10px;
}	

.reviews-comments-item-text{
	padding: 20px 15px 5px 15px !important;
}	
.reviews-comments-item-text h4{
left: 50px;
position: relative;
top: -5px;
font-size: 14px;
width: calc(100% - 85px);
    overflow: hidden;
    white-space: nowrap;
}	

.review-date, .review-date2{
top: -15px !important;
left: 40px;
font-size: 12px;
float: left !important;
width: 100%;
text-align: left;
}

/*  xxx  */	
.geodir-category-content h3 a {
    font-size: 17px !important;
}	

.geodir-category-location a {
    font-size: 13px;
}

.option-list-arena{
	display:none;
}



.gcct-bb{
	border:none !important;
}

.geodir-category-price {
    font-size: 13px !important;
	width: 130px;
}

.geodir-category-price span {
    font-size: 13px !important;
	width: 120px;
}

.geodir-opt-list a {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 18px !important;
}

.geodir-category-content {
    padding: 10px 10px;
}
/*  xxx  */	

.mp-m{
  padding: 0 10px;
}

.index-title-m{
  font-size: 17px;
}
.mob-clear{
	clear:both;
}

.m-m-40{
margin-bottom: 90px !important;
clear: both;	
}	

.abon-title {
    margin-top: 50px !important;
}

#mobile-abon-detail-closer{
display: block;
cursor: pointer;
float: left;
font-size: 25px;
color: #18458B;
position: absolute;
z-index: 99;
top: 10px;
border-radius: 10px;
background: #ECF6F8;
padding: 10px 14px;
width: 45px;
height: 45px;
}

.hide_tel_partner{
	display:none;
}
.pl-ev-20{
	margin-bottom:0px;
}
#detail_otzyvy{
	display: none;
}	
.list-main-wrap-title h2{font-size: 13px;}	
.home-grid .gallery-item  , .article-masonry , .main-search-input-item , .main-search-button  , .listing-item ,  .rooms-media , .rooms-details  {
	width:100%;
}
.show-lang , .review-comments-avatar:before , .review-comments-avatar2:before , .grid-opt , .scroll-nav{
	display: none;
}	
.show-search-button {
    width: 120px;
}
.add-hotel {
    padding: 0 10px;
}
.show-reg-form {
	margin-right:20px;
}
.header-search-input-item  {
	margin-bottom:15px;
}
.header-search-input-item .quantity-item, .col-list-search-input-item .quantity-item {
	width: auto;
}
.header-search-button {
	top:5px;
}
.header-search {
    padding: 20px 30px 10px;
}
.main-search-input-item {
	margin-bottom:10px;
}
.main-search-input-item input , .main-search-input-item , .main-search-button  {
	border-radius:6px;
}
.main-search-input {
	padding:0;
	background:rgba(255,255,255,0.3);
}
.main-search-button  , .scroll-nav-wrapper .show-hidden-map{
	position:relative;
	float:left;
}
.qty-dropdown {
	z-index:100;
}
.home-intro h2  {
	font-size:34px;
}
.list-carousel .sw-btn{
	/*top:26%;*/
}
.light-carousel .slick-slide-item {
	padding:10px 0;
}
.light-carousel .slick-slide-item  .hotel-card {
	padding:0 10px;
}
.text-carousel .slick-item  {
    padding: 0 25px 0 5px;
}
.slider-container .slider-item{
	padding:80px 0 100px;
}
.slider-container-wrap .sw-btn {
	top:100%;
}
.reviews-comments-item {
    padding: 0 0 30px 0;
}
.review-comments-avatar{
top: 10px;
z-index: 30;
width: 50px;
height: 50px;
}

.review-comments-avatar2 {
top: 10px;
z-index: 30;
width: 50px;
height: 50px;
left: 80px;
}
.review-comments-avatar img {
	width:50px;
	height:50px;
}
.post-nav a{
	margin-bottom:20px;
 
}
#progressbar li{
	/*! width:48%; */
	margin-bottom:10px;
	margin: 5px 5px 0 5px;
}
.ed-btn {
	margin-left:30%;
}
.listing-item  , .listing-item:nth-child(even){
	padding:0;
}
.listing-features li , .list-single-facts .inline-facts-wrap  {
	width:50%;
}
.rooms-details  {
	padding-left:0;
}
.list-single-hero-header .list-single-hero-price  , .rooms-details{
	margin-top:15px;
}
}
.fc-button-map{
display:none;	
}

.box-fc-button-map-close{
width: 100%;
padding: 0 10px;
display:none;
}

.box_show_modal_brone{
width: 100%;
padding: 10px 20px;
position: fixed;
bottom: 0px;
right: 0;
z-index: 10;
margin: 0 auto;
height: 73px;
display: none;
background: #fff;
/*border-top: 3px solid #f9b90f;*/
}

.back_mobile_modal, .sum_of_mobile, .box_show_none_brone{
	display:none;
}

.scroltable-container{
	width:100%;
	max-height: 500px;
	scrollbar-width: thin;
}

.scroltable-nav{
	z-index:10;
}

.breadcrumbs_p{
white-space: nowrap;
line-height: 15px;
height: 15px;
text-align: left;
}

#mobile_region_change_modal{
	display:none;
}

.back_mobile_modal{
right: 0px;
position: absolute;
display:block;
}

.back_mobile_modal span{
padding:10px;
background: #18458B;
color:#fff;
cursor:pointer;
border-radius: 4px;
}

.back_mobile_modal span:hover{
background: #1B63D5;
}

@media only screen and  (min-width: 420px) and  (max-width: 540px){
	.main_title_h2{
		margin-bottom: 70px !important;
	}
}

@media only screen and  (min-width: 1065px) and  (max-width: 1225px){
	.hide-ipad{
		display:none;
	}
}

@media only screen and  (min-width: 768px) and  (max-width: 1225px){
.gcct-bb {
    margin-bottom: 25px;
}
}

@media only screen and  (min-width: 360px) and  (max-width: 430px){
	.list-main-wrap-title h2 span{
		display:block;
	}
}

@media only screen and  (min-width: 768px) and  (max-width: 1064px){
	
.scroll-nav-wrapper .scroll-nav li a{
	padding: 0 15px !important;
}	

.play-btn-timetable-top, .play-btn-zabron-top{
	padding: 0 10px !important;
}
.hero-parallax{
	height: 340px !important;
}

.scroll-nav-wrapper .show-hidden-map{
	padding: 0 10px !important;
}
}

@media only screen and  (min-width: 768px) and  (max-width: 996px){
#booking-footer {
    width: calc(100% - 350px) !important;
}

#book_timetable, .play_nav_ground_box{
	width: 350px;
}
}

@media only screen and  (min-width: 540px) and  (max-width: 768px){
#booking-footer {
    width: 200px !important;
}

#book_timetable, .play_nav_ground_box{
	 width: 350px;
}
}

@media only screen and  (min-width: 1064px) and  (max-width: 1110px){
.header-user-login span{
	display: none;
}
}

@media only screen and  (min-width: 540px) and  (max-width: 1064px){
#mobile-menu-closer{
display:block;
cursor:pointer;
float: right;
font-size: 25px;
color: #18458B;
position: absolute;
left: 280px;
z-index: 99;
top: 10px;	
border-radius: 10px;
background: #ECF6F8;
padding: 10px 14px;
}	
}


@media only screen and  (min-width: 540px) and  (max-width: 768px){
#booking-footer {
    width: calc(100% - 300px) !important;
    float: right;
}	

#book_timetable{
	width: 300px;
	height: 500px;
	max-height: 500px;
	min-height: 500px;
}

.play_nav_ground_box{
	width: 520px;
}

.pull-right-brone{
	margin-top: 30px;
}
}

@media only screen and  (min-width: 540px) {
	
.qr-pay-desctop{
	display:block;
}	
.qr-pay-mobile{
	display:none;
}
		
.list-single-main-media{
	margin-bottom: 20px;
}


#checkout_mobile_next_first{
	display:none;
}

.user_avatar{
	text-align: center;
}

#change_ava{
	left: 180px;
}
.sec_map_on_mobile{
	display:none;
}

.hide_mob_map{
	display:none;
}
	
	#brone_none_block_mob{
		display:none;
	}
	
	
	.cookie_box{
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 9999;
		background: #fff;		
	}
	
	.cookie_box_text{
	font-size:13px;
	line-height:13px;
	float: left;
	width: calc(100% - 105px);
	color: #000;
	}

	.cookie_box_text3{
	font-size:13px;
	line-height:13px;
	float: left;
	width: calc(100% - 105px);
	color: #000;
	}
	
	.cookie_box_btn{
		font-weight: 500;
		float: right;
		background: #18458B;
		color: #fff;
		cursor: pointer;
		border: none;
		padding: 10px 15px;
		border-radius: 4px;
		position: relative;
		top: -10px;	
	}
	
	#brone_none_block{
		display:none;
		width: 300px;
		position: absolute;
		right: 20px;
		background: #fff;
		top: 50px;
		padding: 10px;
		border-radius: 10px;
		-webkit-box-shadow: 0px 0px 14px 3px rgba(24, 69, 139, 0.5);
		-moz-box-shadow: 0px 0px 14px 3px rgba(24, 69, 139, 0.5);
		box-shadow: 0px 0px 14px 3px rgba(24, 69, 139, 0.5);		
	}	

	#brone_none_block p{
		color: #000;
		padding-right: 20px;		
	}	
	
	#brone_none_block_close{
		font-size: 25px;
		position: absolute;
		right: 10px;
		cursor: pointer;		
	}
	
	.back-btn-mob, #share-button-box, #share-button-box-sticy, .nav_sticy_mob, #share-button, .save-btn-mob{
		display:none;
	}
	.header-qr-menu{
		display:none;
	}
	.mob-back-button-ps{
		display:none;
	}
	
	.new-event-box{
		margin-bottom: 50px;
	}
	
	#book_timetable{
		border-right: 1px solid #ccc;
	}
	
	.goto_brone_playgrounds{
		display:none !important;
	}
	
	.hide_fav_desctop{
		display:none !important;
	}

	#brone_none_box_social{
		text-align: left;
		padding: 50px 10px;	
		display:block;
	}
	
	#brone_none_box_social_close{
		display:none;
	}
	
	.hide-min-540{
		display: none !important;
	}
}

@media only screen and  (min-width: 810px) {
.play-time-col-empty:hover{
background-color: #43bc9b;
border-color: #36967c;
color: #fff;
}	
}

@media only screen and  (min-width: 770px) {
#booking-footer {
    width: 540px;
    float: right;
}	

.howto-descr-box2{
height: 240px;	
}
.new-event-box {
    border-radius: 10px;
}
#book_timetable{
	width: 350px;
	height: 500px;
	max-height: 500px;
	min-height: 500px;
}

.pull-right-brone{
	margin-top: 30px;
}
}

.mob-menu-left-city, #ht-m-change-region{
	display:none;
}

#change_tel_number, #otmena_change_tel_number{
border-bottom: 1px dashed;
}

@media only screen and  (max-width: 454px) {
.box_resend {
float: left;
margin-left: 0px !important;
padding-top: 20px;
padding-bottom: 20px;
}

.search_blog_input{
	width:285px !important;
}	
}

.nav_sticy_mob{
	display:none;
}

@media only screen and  (max-width: 540px) {

.qr-pay-desctop{
	display:none;
}	
.qr-pay-mobile{
	display:block;
}	
	
.hide_mob_cl{
	display:none;
}	

.user_avatar{
	text-align: center !important;
}

#checkout_mobile_next_first{
	display:block;
}

#change_ava {
    left: 180px !important;
}

.flat-header{
    padding-top: 20px;
}

.sticky_show{
	display:block !important;
}

.hide_mob_map{
position: fixed; bottom: 30px; z-index: 999; width: 100%; height: 90px; padding: 10px;
}

.hide_mob_map div{
width: 100%; background: #18458b; line-height: 50px; color: #fff; font-size: 18px; font-weight: 500; border-radius: 5px; 
}

.nav_sticy_mob{
	height: 50px;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 99;
	display:none;
	border-bottom: 1px solid #eee;
}

.nav_sticy_mob h2{
	line-height: 50px;
    text-align: left;
    padding-left: 60px;
    font-size: 16px;
    padding-right: 100px;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 500;	
}

.back-btn-mob-sticy{
position: absolute;
    top: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    color: #080808;
    font-size: 18px;
    z-index: 120;
    cursor: pointer;
    margin-top: -18px;
    left: 10px;	
}

.back-btn-mob-page{
position: absolute;
    top: 25px;
    width: 40px;
    height: 48px;
    line-height: 48px;
    border-radius: 100%;
    color: #ffffff;
    font-size: 18px;
    z-index: 120;
    cursor: pointer;
    margin-top: -18px;
    left: 10px;
}

.save-btn-mob-sticy{
    position: absolute;
    top: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    color: #000;
    font-size: 18px;
    z-index: 120;
    cursor: pointer;
    margin-top: -18px;
    right: 50px;	
}

.share-button-sticy{
    position: absolute;
    top: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    color: #000;
    font-size: 18px;
    z-index: 120;
    cursor: pointer;
    margin-top: -18px;
    right: 10px;	
}
	.cookie_box{
		position: fixed;
		bottom: 57px;
		width: 100%;
		z-index: 9999;
		background: #fff;		
	}
	
	.cookie_box_text{
	font-size:13px;
	line-height:13px;
	float: left;
	width: calc(100% - 105px);
	color: #000;
	height: 70px;
    overflow: auto;
	}

.cookie_box_text3 {
    font-size: 13px;
    line-height: 13px;
    float: left;
    width: calc(100% - 105px);
    color: #000;
    padding-bottom: 20px;
    overflow: auto;
}

	.cookie_box_btn{
		font-weight: 500;
		float: right;
		background: #18458B;
		color: #fff;
		cursor: pointer;
		border: none;
		padding: 10px 15px;
		border-radius: 4px;
		position: relative;
		top: 10px;	
	}
	
	#install{
		top: -5px !important;
	}
	
	
.brone_none_not_empty{
	background: #18458b !important;
}

.pt_mob_cl{
	padding-top: 0px !important;
}		

#share-button-box, #share-button-box-sticy{
position: absolute;
top: 60px;
right: 10px;
background: #18458B;
width: 40px;
border-radius: 6px;
display:none;
}

#share-button-box a, #share-button-box-sticy a{
color: #fff;
width: 40px;
display: block;
height: 35px;
line-height: 35px;
}

#share-button-box i, #share-button-box-sticy i{
color:#fff;
}


.back-btn-mob{
position: absolute;
top: 30px;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 100%;
color: #fff;
font-size: 18px;
z-index: 120;
cursor: pointer;
margin-top: -18px;
left: 10px;
background: rgba(0,0,0,0.5);	
}


.share-btn-mob{
position: absolute;
top: 30px;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 100%;
color: #fff;
font-size: 18px;
z-index: 120;
cursor: pointer;
margin-top: -18px;
right: 10px;
background: rgba(0,0,0,0.5);	
}


.save-btn-mob{
position: absolute;
top: 30px;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 100%;
color: #fff;
font-size: 18px;
z-index: 120;
cursor: pointer;
margin-top: -18px;
right: 60px;
background: rgba(0,0,0,0.5);	
}

.btn_questions{
	display: block;
margin: 20px auto !important;
width: 250px;
}	

.have_quest_box{
	padding: 30px 0 !important;
}
	.howto-descr-box2 p{
margin-bottom: 20px;	
	}	
	
.mob-city-change-box{
	position: absolute;
height: 350px;
bottom: 0;
}	

#brone_none_box_social{
	position: absolute;
    z-index: 99999;
    bottom: 0;
    width: calc(100% - 40px);
    padding: 20px;
    background: #fff;
    height: 170px;
    margin: 20px;
    border: 1px solid #18458b;
    border-radius: 20px;
	display:none;
}	

#brone_none_box_social p{
	font-size: 14px;
    color: #000;
    height: 80px;
    padding-right: 10px;
    line-height: 16px;	
	overflow: auto;
}	

#brone_none_box_social_close{
    font-size: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;	
}

#brone_none_box_social a{
	width:100%;
	text-align:center;
}

}
@media only screen and  (max-width: 540px) {

#brone_none_block_mob{
position: fixed;
    bottom: 0;
    height: 160px;
    z-index: 9999;
    background: #fff;
    margin: 8px;
    -webkit-box-shadow: 0px 0px 14px 3px rgba(24, 69, 139, 0.5);
    -moz-box-shadow: 0px 0px 14px 3px rgba(24, 69, 139, 0.5);
    box-shadow: 0px 0px 14px 3px rgba(24, 69, 139, 0.5);
    padding: 10px;
    border-radius: 10px;
	display:none;
}

#brone_none_block_mob p{
    color: #000;
    padding-right: 20px;	
}

#brone_none_block_mob_close{
	font-size: 25px;
    position: absolute;
    right: 10px;
    cursor: pointer;	
}

.process-item{
	padding: 10px 0 !important;
}	
	
.header-qr-menu{
	display:block;
}
.mobmenu-profile-active{
	font-weight:600;
}
.hide-mob-header{
	display:none !important;
}

.dasboard-menu{
	display:none !important;
}

.mob-back-button-ps{
	display: block;
cursor: pointer;
float: left;
font-size: 25px;
color: #18458B;
position: absolute;
z-index: 99;
top: 10px;
border-radius: 10px;
background: #ECF6F8;
width: 45px;
height: 45px;
margin-left: 10px;
border: 1px solid #18458b;
line-height: 45px;
}

.hide-mob-wrapper{
	padding-top: 0 !important;
}

#super_main_sections_timetable .scroltable-container{
height: calc(100vh - 92px) !important;
max-height: calc(100vh - 92px) !important;
padding-bottom:10px;
}

.mobile-wr-100{
width: 100%;
overflow: auto;
}

.mobile-wr-cont{
	width: max-content;
	padding-right: 20px;
}

.mobile-wr-single2{
float: left;
width: 75vw;
max-width: 350px;
padding-right: 0px;
}

.mobile-wr-single{
float: left;
width: 85vw;
max-width: 350px;
padding-right: 0px;
}

#check_brone{
	width:100%;
	text-align:center;
}
.mob-my-opt{
	top:12px !important;
}

.play_nav_ground_box{
	width:100% !important;
}
.header-user-menu ul{
	left: -135px !important;
}

.header-user-menu ul li a{
	font-size: 14px !important;
}

.list-carousel .sw-btn.swiper-button-prev {
    left: -15px !important;
}

.list-carousel .sw-btn.swiper-button-next {
right: -15px !important;
}

.menusb {
	display:block;
	float:left;
	position:relative;
	width:90%;
	height: 100vh;
	padding: 15px 10px;
	background: #fff;
	overflow:hidden;
}

#mobile-menu-closer{
display:block;
cursor:pointer;
float: right;
font-size: 28px;
color: #18458B;
position: absolute;
right: 60px;
z-index: 99;
top: 15px;	
border-radius: 10px;
background: #ECF6F8;
padding: 10px 14px;
width: 48px;
}	
	
.index-main-category{
	height: 80px;
	padding: 0 !important;	
	margin-bottom:10px !important;
}	
.hero-parallax{
	height: 260px !important;
}

.index-box-icon{
	padding:0 !important;
	border:none !important;
}
	

.index-h2-name{
	margin-top:30px !important;
}

.index-main-category h4{
float: left;
margin: 0 !important;
height: 80px;
line-height: 80px;	
}
	
.header-user-login-menu, .header-user-menu{
    margin-right: 10px;
}	
	
.header-region-menu{
	display:none;
}
.main-menu .menusb ul  {
	top: 100px;
}

#ht-m-change-region{
	display: block;
cursor: pointer;
float: left;
font-size: 18px;
color: #18458B;
position: absolute;
left: 20px;
z-index: 99;
top: 70px;
}

.mob-menu-left-city{
	display: block;
cursor: pointer;
float: left;
font-size: 12px;
color: #6B6D6F;
position: absolute;
left: 20px;
z-index: 99;
top: 45px;
}	
	
	
.login-mobile-teleg{
	left:15px;
}	

#book_timetable{
	width:100%;
}


#booking-footer{
width:100%;
float:none;	
position: fixed;
bottom: 0;
border-top: 1px solid #ccc;
}

.pull-right-brone{
	margin-top:0;
}


.h-100-per{
	height: 100% !important;
	overflow: auto;
}

#super_main_playgrounds .border-top{
position: fixed;
width: 100%;
bottom: 0;
background: #fff;	
}

.order_main_ckeckout{
	padding: 0 !important;
	border:none !important;
}
.mobile-middle-padding{
	padding:0 !important;
}
.mobile-checkout-blue{
background: #ECF6F8;
padding-top:10px;
padding-bottom:10px;
}

#mobile_region_change_modal{
position: absolute;
right: 10px;
font-size: 25px;
top: 10px;
cursor: pointer;
display: block;
border-radius: 10px;
background: #ECF6F8;
color: #183c7d;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
}

.breadcrumbs.inline-breadcrumbs{
	margin-bottom: 0 !important;
}
.show_only_desctop_box{
	display:none;
}

.box_show_none_brone{
display: block;
width: 100%;
padding: 15px 20px;
position: fixed;
bottom: 0;
right: 0;
z-index: 10;
margin: 0 auto;
height: 70px;
background:#fff;
}

.box_show_none_brone p{
color: #000;
font-size: 14px;
}
.brone {
    height: 40px !important;
    font-size: 16px !important;
    width: calc(100vw - 20px);
    line-height: 40px;
	margin-bottom:3px;
}
.sum_of_mobile{
	display:block;
}

.hide-mobile-totop{
	visibility:hidden !important;
}
#detail_table_show{
	right: 20px;
position: absolute;
font-size: 20px;
color: #18458B;
font-weight: 600;
cursor: pointer;
}

.brone_none{
width: 100%;
display: block;
background: #60646A;
font-weight: 500;
border-radius: 4px;
color: #fff;
border: none;
text-align: center;
font-size: 14px;
height: 39px;
line-height: 39px;
}


.booking-hbox{
	min-height: 60px !important;
	padding: 0 10px 10px 10px !important;
	top: 0px !important;
}
#info_checked_time{
	display:none;
}

.sum_of_mobile{
background: #f8f8f8;
padding: 5px 10px;
line-height: 34px;
white-space: nowrap;
overflow: auto;
color: #000;
}

.box_event_brone_info {
    padding: 0px 10px;
    white-space: nowrap;
    overflow: auto;
	display: block;
}

.box_event_brone{
	display: block !important;
}

.booking-hbox .pull-left, .hide-mobile-boxes{
	display:none;
}
.main-book-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    display: none;
    -webkit-transform: translate3d(0,0,0);
    background: #fff;
}

#book_timetable{
height: calc(100vh - 250px);
overflow: auto;
width: 100%;
}
.box_show_modal_brone{
	display:block;
}

.scan_abon-mobile, .scan_abon_mobile_descr{
	display:block !important;
}

.map-container{
	z-index:900 !important;
}

.main-menu{
	width:100%;
	height: 100vh;
	background: rgba(0,0,0, 0.7);
}
/*	
.box-fc-button-map-close, .fc-button-map{
display:block;
margin-right: 5px;
}
*/
.scroll-nav-wrapper{
padding:0;	
border-bottom: none;
}
.fixed-scroll-column-item{
	padding:0 5px;
}

.hidden-map-container #singleMap{
	height:calc(100vh);
	/*border-bottom: 3px solid #f9b90f;*/
}

.scroll-nav-container {
    padding-top: 0;
}

.map-mobile-hide-box{
	display:none;
}

#playground_bxs .slick-slide{
 margin:0 !important;
}
.pesponsive_cont{
	margin:0 !important;
	width: 100%;
}
.main-register{
	height:calc(100vh - 30px);
	margin: 0px;
}

	
.home-btn , .show-search-button span{
	display:none;
}

.show-search-button {
    width: 60px;
}
.show-search-button i {
    padding-left: 0;
 
}
.home-intro h2 , .home-intro-card h3   , section.parallax-section .section-title.big-title h2  , .list-single-hero-title h2 {
	font-size:26px;
}

.home-intro h3{
	font-size:18px;
}

section.hero-section  {
	padding:100px 0 100px;
}
.list-carousel {
    padding: 0;
}
.collage-image .main-collage-image , .collage-image-input {
	right:10px;
}
.controls-mapwn {
	width:250px;
	padding: 0 20px;
	height:43px;
	line-height:43px;
}
.map-modal-item , .main-register-holder  {
	padding:0;
	margin: 0;
}
.daterangepicker {
    width: 303px !important;
}
.team-box  , #progressbar li , .previous-form  , .next-form , .list-single-header-contacts li {
    /*width: 100%;*/
}
.list-single-header-contacts li {
	text-align:left;
	padding:5px 0;
}
.next-form   , .list-single-hero-price {
    float: right;
	/*! margin-top:15px; */
}
.success-table-header {
    padding: 10px 0 0 0;
}
.success-table-header i.decsth {
	position:relative;
	float:left;
	margin-bottom:10px;
}
.map-view-wrap {
	position:relative;
	height:auto;
	float:left;
}
.map-view-wrap_item  {
    top: 0;
}
.map-view-wrap_item , .dasboard-avatar , .dasboard-sidebar-item , .dashboard-message-avatar , .price-opt  , .half-tags  , .three-columns-grid .listing-item , .list-single-main-media .gallery-item  , .listing-features li ,   .list-single-facts .inline-facts-wrap , .review-total , .review-range-container , .facilities-list .btn , .review-score-detail , .review-score-total   {
    width: 100%;
}
.facilities-list .btn {
	margin-top:40px;
}

.ps-20{
	margin-top: 40px !important;
}
.review-score-total {
	margin-bottom:10px;
}
.dasboard-avatar , .review-range-container , .review-score-detail  {
	padding:0;
}
.dasboard-avatar img {
	width:80px;
	height:80px;
}
.list-single-facts .inline-facts-wrap {
	border-top:1px solid #e2e2e2;
	border-left:none;
}
.dasboard-sidebar-item {
	padding:0 10px 0 0;
	text-align: center;
}
.dasboard-sidebar-item:before {
	left:50%;
	margin-left:-25px;
}
.dasboard-sidebar-content {
    padding: 0 0 0 0;
}
.ed-btn  {
	float: none;
}
.tfp-btn {
    top: -70px;
	right:inherit;
	left:0;
 
}
.tfp-det {
	top:-30px;
}
.tfp-det-btn {
	float:none;
	display:inline-block;
}
.dasboard-sidebar-content:before {
	top:20px;
	right:20px;
}
.ed-btn {
	margin-left:0;
}
.dasboard-menu  , .dasboard-menu li{
	width:100%;
}
.dasboard-menu-btn {
	display:block;
}
.dasboard-menu ul.dasboard-menu-wrap {
	display:none;
	background:#fff;
	float:left;
	width:100%;
	padding:10px 20px;
	margin-bottom:20px;
}
.dasboard-menu li ul {
	position: relative;
	top:0;
	background: none;
	padding:0;
	width: auto;
	z-index:2;
	border: none;
	opacity:1;
	display:block;
	visibility: visible;
	float:left;
	width:100%;
}
.dasboard-menu li ul li {
	float:left;
	width:100%;
	padding:0;
	position:relative;
}
.dasboard-menu li ul li span {
	position:absolute;
	top:50%;
	right:0;
	width:16px;
	height:16px;
	margin-top:-8px;
	line-height:16px;
	border-radius:100%;
	font-size:9px;
	color:#fff;
}
.dasboard-menu li a i {
	color: #18458b;
}
.dasboard-menu li a {
	padding:10px 0 !important;
	background:none !important;
	color:#666 !important;
}
.dasboard-menu li a.user-profile-act , .dasboard-menu li a:hover {
	color:#3AACED !important;
	box-shadow:none;
}
#myChartLegend  {
	float:left;
	margin-top:10px;
}
#myChartLegend li {
	margin-left:0;
	margin-right:10px;
}
.dashboard-message-text {
	margin-left:15px;
}
.new-dashboard-item {
	padding:6px 10px;
	right:15px;
}
.dasboard-menu {
    top:0;
}
.dashboard-message-text {
    margin-left: 0;
    text-align: left;
    padding-left: 0;
}
.dashboard-message-avatar  img , .review-total {
	float:left;
	margin-bottom:20px;
}
.chat-message , .chat-message.chat-message_user .massage-date  {
	padding-left:0;
	padding-right:0 !important;
} 
.chat-message .dashboard-message-avatar {
	position:relative;
	top:0;
}
.chat-message .dashboard-message-avatar span {
	float:left;
    margin: 10px 0 0 12px;
}
.chat-message.chat-message_user .massage-date    {
	float:left;
}
.massage-date{
	margin:10px 0;
}
.chat-message p:before  {
	display:none;
}
.map-close  {
	width:73px;
	height:43px;
	left:10px;
	line-height:43px;
	font-size:12px;
}
.list-single-carousel-wrap , .fw-carousel .slick-slide-item {
	height:300px !important;
}
.to-top {
    right: 10px;
}
.ajax-modal-container {
    width: 500px;
}
.ajax-modal-details {
    padding: 20px 25px;
}
.ajax-modal-list li {
	width:50%;
}
.error-wrap h2 {
	font-size:74px;
}	
}

.login-act-link .wishlist-link {
    border-bottom: 4px solid #F9B90F;
}

@media only screen and  (max-width: 420px) {
.index-modal-a-box a{
	width: 100% !important;
	padding: 10px;
}

.reviews-comments-item-admin {
  padding: 0 0 0 20px !important;
}

.review-comments-avatar2 {
  left: 30px !important;
}

.previous-form{
	padding: 0 10px 0 60px !important;
}

.next-form{
	padding: 0 60px 0 10px !important;
}

.add-hotel, #detail_otzyvy {
	display:none;
}
.show-reg-form {
	margin-right:30px;
}

.box_order_stage_ul li span {
	padding: 10px 5px;
}

.wishlist-wrap {
	width:300px;
	padding: 25px 10px 0;
}
.header-user-name {
    font-size: 11px;
}
.header-user-name:before{
	/*bottom:-1px;
	right:-20px*/
}
.header-user-menu {
   /* margin-right: 30px;*/
}
.ajax-modal-container {
    width: 400px;
}	

#sec5, #sec5 .list-single-main-item{
	padding:10px;
}

.list-single-main-item-title:before, .box-widget-item-header:before{
	content: "";
}

.pad-title{
	margin: 10px 10px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.bg {
	background-attachment: scroll !important;
	-webkit-background-size:cover;
	background-position:center;
}
}

@media only screen and  (max-width: 640px) {
.mob_stat_new_play{
white-space: nowrap;
overflow: scroll;
height: 50px;
width: 100%;	
}	

.add_new_progres{
width: 620px !important;
}
	
}


@media only screen and  (min-width: 696px) {
.alert-infoddd{
	padding: 12px 5px !important;
}
}


@media only screen and  (max-width: 380px) {
/*.logo-holder img {
    width: 120px;
}*/	

.mm-p-0{
	padding:0 !important;
}

.logo-holder {
    margin-left: 5px;
}	
}	

@media only screen and (max-width: 340px) {

.popup-avatar-decr-descr-txt {
	line-height: 10px !important;
    font-size: 8px !important;
}

.popup-avatar-decr-descr p {
    line-height: 10px !important;
    font-size: 8px !important;
}
}

.foot-contacts li{
float: left;
width: 100%;
text-align: left;
padding: 5px 0;
font-size: 13px;
font-weight: 500;
color:#fff;
}

.foot-contacts li a {
    padding-left: 4px;
	color:#fff;
}

.foot-contacts li a, .foot-contacts li span {
	color:#fff;
}

.foot-desc{
text-align:left;
color: rgba(255,255,255,0.81);
}

.footer-social-box{
color: rgba(255,255,255,0.81);
}

.pt-10{
	padding-top:10px;
}

.pt-20{
	padding-top:20px;
}

.pt-50{
	padding-top:50px;
}

.pt-5{
	padding-top:5px;
}

.pt-30{
	padding-top:30px;
}

.mt-20{
	margin-top:20px;
}

.mt-40{
	margin-top:40px;
}

.min-h-310{
	min-height: 310px;
}

.min-h-260{
	min-height: 260px;
}

.krysha-switcher{
	text-align: center;
	position: relative;
}


.krysha-switcher .fieldset {
	display: inline-block;
	position: relative;
	padding: 2px;
	border-radius:30px;
	margin-bottom:30px;
}
.krysha-switcher input[type="radio"] {
	position: absolute;
	opacity: 0;
	left:-1000px;
}
.krysha-switcher label {
	position: relative;
	z-index: 1;
	display: inline-block;
	float: left;
	width: 110px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	font-weight:600;
	font-size:11px;
	color:#fff;
	-webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
.krysha-switcher .switch {
	position: absolute;
	top: 5px;
	left: 5px;
	height: 30px;
	width: 110px;
	background: #fff;
	border-radius: 30px;
	-webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.krysha-switcher input[type="radio"]:checked + label + .switch,
.krysha-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
	-webkit-transform: translateX(104px);
	transform: translateX(104px);
}
.krysha-switcher input[type="radio"]:checked + label {
	color:#999;
}

.r-btn-switcher{
	background: #F9B90F;
}

.name_switcher{
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	color: #878C9F;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
.option-list-arena li{
	text-align: left;
	font-size: 13px;
	color: #000;
	font-weight: 500;
	
	white-space: nowrap;
	overflow: hidden;
}
.option-list-arena li span{
	color: #666;;
}
.option-list-arena li i{
	padding:5px 10px 5px 0;
	color:#F9B90F;
	width:25px;
}

.score-m{
	padding-top:10px;
}

.sport-vid{
color: #666;
font-size: 15px;
margin-top: 0;
border-bottom: 1px solid #eee;
padding:0 0 5px;
text-align: left;
font-weight:500;
}

.sport-vid span{
margin: 5px;
padding: 7px;
background: #fff;
color:#183c7d;
border-radius: 4px;
border: 1px solid #183c7d;
}

.sport-vid i{
	margin:5px;
}

.sport-vid p{
padding-bottom: 0;
}

.pl-10{
	padding-left:30px;
}

.h2-tab-sec{
	text-align:left;
	font-size:25px;
	margin-top:50px;
}

#map{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 990;
overflow: hidden;
background:#f5f5f5;
}

#map:before {
	/*content: "Загрузка карты...";
    font-size: 16px;
    font-weight: 100;
    height: 100%;
    display: grid;
    align-content: center;*/
content: "Загрузка карты...";
position: absolute;
top: 50%;
font-size: 16px;
float: left;
left: 45%;
font-weight: 100;	
}

.fleft{
	float:left;
}

.lrstyle{
padding: 7px 10px;
border-radius: 4px;
color: #fff;
font-weight: 600;
font-size: 12px;
}

.cart-details_text2 {
	float:left;
	border:1px solid #eee;
	border-top:none;
}

.clear{
	clear:both;
}

.deactive{
	background-color: #f4f4f4;
	color: #a0a3a6 !important;
}

.deactive span{
	color: #a0a3a6 !important;
}

.multiple-options .current{
	background: #F9B90F;
	color:#fff;
	padding:0 5px;
}

.start-text{
	color: #878C9F !important;
	float:right;
}

.pays{
	padding:5px;
	background: #ECF6F8;
	color: #666;
	margin-right:10px;
	margin-top:-5px;
	margin-bottom:10px;
}

.org_title a, .org_title a i{
	color:#18458B;
}

.org_title a:hover, .org_title a i:hover{
	color:#1065E9;
}

.listing-features ul li span{
	font-weight:400;
}

#zabron:hover{
	cursor:pointer;
}

.roof_tyle_ul{
float: left;
width: 100%;
text-align: left;
margin-bottom: 10px;
color: #878C9F;
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
}
.roof_tyle_ul li{
	margin-bottom: 5px;
	line-height:20px;
}
.roof_tyle_ul label{
color: #878C9F;
font-size: 10px;
font-weight: 600;
padding-left:5px;
line-height:20px;
position: relative;
top: -2px;
}

.roof_tyle_ul .pole_radio{
line-height:20px;
color: #878C9F;
position: relative;
}

.filter_play_title{
text-align:left;
}


.filter_play_title a{
	text-decoration:underline;
}
.filter_play_title_box{
margin-top:10px;	
}
.filter_play_title a:hover{
color: #18458B;
}

.sport_type_label{
left: 100%;
min-width: 150px;
padding: 5px;
border-radius: 4px;
background: #18458B;
color: #fff;
font-size: 11px;
font-weight: 600;
box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
}

.clean_filter:hover{
	cursor:pointer;
}

.heightofblock{
	min-height:245px;
}

.price_section{
	margin-right:15px;
}

.price_section-s{
	margin-right:5px;
}

.price_section-s a{
bottom:5px;
}

.price_section a{
bottom:5px;
}

.p-20{
	margin-top:30px;
	padding:20px;
}
.home-btn .act-link{
color:#F9B90F;
}



.act-link-favorites .wishlist-link{
border-bottom: 4px solid #F9B90F;
}

.mb-20{
margin-bottom: 20px;
}

.mb-10{
margin-bottom: 10px;
}

.header-user-name2 {
    position: relative;
    float: left;
    cursor: pointer;
    color: #fff;
    transition: 0.2s;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 10px;
    font-weight: 700;
    font-size: 12px;
}

.geodir-opt-list-section a:hover .geodir-opt-tooltip {
	opacity:1;
	visibility:visible;
}

.geodir-opt-list-places a:hover .geodir-opt-tooltip {
	opacity:1;
	visibility:visible;
}

.tel-number{
	color:#fff !important;
	padding:7px;
	background: #3AACED;
	border-radius: 4px;
}

.tel-number:hover{
background:#F9B90F;
}

.section-abon li a, .link-to-list span{
	color:#18458B;
	font-weight:700;
	font-size:13px;
}

.time-price-box-descr{
	padding-left: 10px;
	line-height:20px;
}

.time-price-box-descr li{
float: left;
display: inline-block;
margin: 0px 10px 0px 0px !important;
vertical-align: middle;
font-size: 12px;
line-height:20px;
padding: 0px !important;
font-weight: 500;	
}

.time-box-descr-info{
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;	
	line-height:20px;
	position:relative;
	top:3px;
}

.time-box-descr-av{
background-color:#ccf5d7;
border: 1px solid #56e07b;
}

.time-box-descr-sel{
background-color: #43bc9b;
border-color: #36967c;
}

.time-box-descr-noav{
	background: #eee;
	border: 1px solid #ccc;
}

.time-prices-box{
	margin-top:10px;
}

.time-prices-box li{
font-size: 13px;
line-height: 30px;
height: 30px;
margin: 5px;
padding: 0px 6px;
min-width: 160px;
width: -webkit-calc(100%/6 - 10px);
width: -moz-calc(100%/6 - 10px);
width: -o-calc(100%/6 - 10px);
width: -ms-calc(100%/6 - 10px);
width: calc(100%/6 - 10px);
vertical-align: top;
text-align: center;
float: left;
font-weight: 500;
border-radius: 4px;
}

.time-prices-box li span{
padding-right:10px;
font-size: 15px;
}

.time-available{
background: #fff;
border: 1px solid #ccc;
color: #333;
cursor: pointer;
}

.time-available span{
color: #18458B;
font-weight: 600;
}

.time-noavailable{
background:#eee;
color: #808080;
border: 1px solid #ccc;
}

.time-select{
background-color:#3AACED;
color: #fff;
cursor: pointer;
}

.time-select span{
font-weight: 600;
}

.change_day_book{

}

.change_day_book i{
	margin:5px;
}

.change_day_book input[type="date"]{
	margin:5px 10px;
}

.list-single-main-items{
padding: 30px 10px;
background:#fff;
margin-bottom: 20px;
border-radius: 4px;
border: 1px solid #f2f2f2;
}

.descr_text_booking{
	background: #FFE9C1;
	text-align:left;
	padding:10px;
	margin:10px 5px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;	
}

.shateit-title{
	color: #666;
}

.shateit-title:hover{
	color: #183c7d;
}
.shateit-title i{
	margin-left:5px;
}
.share-it ul{
margin: 10px 0 0 0;
opacity: 0;
visibility: hidden;
position: absolute;
top: 60px;
left: 105px;
z-index: 1;
background:#fff;
border-radius: 6px;
border: 1px solid #eee;
transition: all .2s ease-in-out;
min-width: 110px;
}

.share-it ul li{
float: left;
width: 100%;
}

.share-it ul li a{
color:#50596E;
float: left;
width: 100%;
font-weight: 600;
font-size: 12px;
text-align: left;
padding: 5px 8px;
font-weight:500;
}

.share-it ul li a:hover{
background-color: #fafafa;
}

.share-it ul.hu-menu-vis {
    opacity: 1;
    visibility: visible;
    top: 10px;
}

.share-it .fab{
font-size:15px;
margin-right:5px;
}

.share-icon .fa-vk{
color: #5b88bd;
}

.fa-facebook{
color: #3b5998;
}

.fa-whatsapp{
color: #1ebea5;
}

#zabron{
cursor:pointer;
}

.info-sposob{
	margin-bottom: 10px;
margin-right: 10px;
}

.time-price-info{
	padding-top:15px;
}

.time-price-info-days{
	width:100%;
}

.time-price-info-pole{
	width:100%;
	min-height:30px;
}

.time-price-info-desc{
	width:100%;
	min-height:20px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.brone{
background: #18458B;
width: 100%;
height: 36px;
padding: 0 30px;
color: #fff;
border-radius: 4px;
font-size: 15px;
font-weight: 500;
border: none;
cursor: pointer;
line-height: 36px;
}

.brone:hover{
	background: #F9B90F;
}


.left-day, .right-day{
	font-size:14px;
}



.today{
	font-size:14px;
}
/*
.left-day span{
	position:absolute;
	top:15px;
	left: 30px;
	font-size:12px;
	color: #888DA0;
}

.right-day span{
	position:absolute;
	top:15px;
	left: 20px;
	font-size:12px;
	color: #888DA0;
}
*/

.booking-hbox{
background:#f8f8f8;
border-bottom: 1px solid #ccc;
min-height:40px;
padding:10px 10px;
position: relative;
text-align:left;
top: 40px;
}

.hbox-calendar{
background: #18458B;
border-color:#2e75b3;
font-size:15px;
color:#fff;
line-height:40px;
padding:5px;
}

.booking-day{
clear:both;
background:#fff;
border-bottom: 1px solid #ccc;
line-height:50px;
height:50px;
position: relative;
}

#book_timetable{
padding:10px 10px 10px 20px;	
float: left;
overflow-y: auto;
margin-top: 40px;	
}

.pull-right-brone{
	clear: both;
}


.bookday-title{
position: absolute;
width: 100%;
z-index:1;
}

.day-btn{
z-index:2;
padding:0 15px;
line-height:50px;
color: #183c7d;
font-weight:600;
}

.day-btn:hover{
color:#3AACED;
}

.booking-body{
	width:100%;
	
}

.booking-body-container{
clear:both;
padding-bottom: 40px;
}
.tooltip-view-table{
padding: 0;
margin: 0;
list-style: none;
text-align: left;
}

.tooltip-view-table li {
    padding: 5px 5px;
    line-height: 24px;
	font-weight:500;

}

.tooltip-view-header{
background: #f8f8f8;
color: #333;
font-weight:600 !important;
}

.col-size-1, .col-size-2, .col-size-3{
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 5px;
}

.col-size-1 {
    width: 33.3%;
}

.tooltip-view-table li:after{
content: '';
clear: both;
display: table;
}

.tooltip-view-table .disable-book span {
    color: #9c9c9c;
}

.tooltip-view-table .tooltip-available {
    color: #4ec645;
}

.tooltip-view-table .enable-book:hover { cursor: pointer; background-color:#43bc9b; border-color:#36967c; color:#fff; }

.tooltip-view-table .selected-book:hover { cursor: pointer; }

.enable-book{
margin:5px 5px 0 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.disable-book{
margin:5px 5px 0 5px;
border: 1px solid #ccc;
border-radius: 5px;
background-color: #eee;
border-color: #ddd;
cursor: default;
color: #9c9c9c;
}

.selected-book{
margin:5px 5px 0 5px;
border: 1px solid #ccc;
border-radius: 5px;
background-color:#43bc9b;
border-color:#36967c;
color:#fff;
}

.border-top{
	margin-top:5px;
	border-top: 1px solid #ccc;
}

.custom-checkbox i{
font-size:18px;
position:relative;
top:2px;
margin-left:5px;
}

.info-hour{
text-align: left;
color: #878C9F;
padding:0 0 10px 0;
font-weight:500;
border-bottom: 1px solid #ccc;
}

.info-hour i{
	color: #3AACED;
}

.selected-book-text{
	font-weight:500;
}

#prev_day_book, #next_day_book{
	cursor:pointer;
}

.sport-type-list{
	width:100%;
	
}

.sport-type-list li{
	display: inline-block;
	list-style: none;
margin: 5px;
padding: 7px;
background: #fff;
color: #183c7d;
border-radius: 4px;
border: 1px solid #183c7d;
font-size: .875rem;
}

.content_tel_more, .tel_show_link{
display: inline-block;
list-style: none;
margin: 5px 5px 0 0;
padding: 7px;
background: #fff;
color: #183c7d;
border-radius: 4px;
border: 1px solid #183c7d;
font-size: .875rem;
float:left;
cursor:pointer;
}

.content_tel_more i, .tel_show_link i{
	font-size:18px;
	padding-right:5px;
}

.none-display{
	display:none;
}

.work-time{
	font-weight:500;
	text-align:left;
	color: #000;
}

.work-time td{
	padding:5px 10px 5px 0px;
}

.wt{
	font-weight:600;
}
.play-time-col{
text-align: center;
border: 1px solid #d6d5d5;
margin-right: 6px;
font-size: 65%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
line-height: 43px;
height: 43px;
width: 100%;
margin-bottom: 6px;
transition: background-color .2s ease-in-out;
float: left !important;
border-radius: .25rem !important;
}

.play-time-col-time{
font-size: 16px;
width: 50%;
float: left;
font-weight: 500;
}

.play-time-col-price{
font-size: 16px;
font-weight: 500;
width: 50%;
float: left	
}

.play-time-col-min{
font-size: 12px;
font-weight: 500;	
}

.play-time-col-empty{
cursor: pointer;
background-color:#ccf5d7;
border: 1px solid #56e07b;
}

.play-time-col-booked{	
background-color: #fafafa;
border: 1px solid #ccc;
}

.play-time-col-booked .play-time-col-time, .play-time-col-booked .play-time-col-price, .play-time-col-booked .play-time-col-min{
font-weight:500;
color: #918a8a;
}

.play-time-col-selected{
background-color: #43bc9b;
border-color: #36967c;
color: #fff;
cursor: pointer;
position: relative;
font-weight:600 !important;
}

.play-time-col-selected i{
	color:#fff;
	margin-right:3px;
}

.booking-body-pole{
	text-align:left;
	padding-bottom:5px;
}

.booking-day i{
	font-size:20px;
	line-height: 50px;
}


.basket_table{
	display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.basket_table td{
	padding:0 10px;
	font-weight:500;
}
.basket_table tr{
line-height:30px;
}

.basket_table td a:hover{
	color:#ff0202;
	font-weight:600;
}

#info_checked_time{
	overflow-x:auto;
	 border-collapse: collapse;
}

.error_mess_box{
	font-weight:500;
}

.play-table-drop{
	cursor:pointer;
}

.order_main_ckeckout{
	background: #ECF6F8;
	padding:20px;
	border: 1px solid #bcbcbc;
}

.pd-form{
	padding:0 40px;
}

.add_to_save{
	cursor:pointer;
}
.checkout_play_title{
	text-align:left;
	font-size: 18px;
	font-weight:500;
}

.review_hidden{
	display:none;
}

.pokaz_eshe{
	cursor:pointer;
	clear:both;
	padding-top:10px;
	text-align:center !important;
}

.pokaz_eshe a:hover{
color:#3AACED;
}

.checkout_play_adr{
	color: #757575;
}

.checkout_play_adr i{
	margin-right:5px;
}

.checkout_play_chbox{
	padding-top:10px;
}

#orderMap{
	background:#ccc;
}

#orderMap:before {
    content: "Загрузка карты...";
    position: absolute;
    right: 40%;
    top: 210px;
	font-size:16px;
	font-weight:100;
}

.checkout_play_itog{
	text-align:right;
	float:right;
	font-size:18px;
	color:#000;
}

.checkout_play_itog2{
	float: left;
	font-size: 14px;
	color: #000;
	padding-left: 10px;
}

.checkout_play_itog_box{
	border-top:1px solid #ccc;
	width:100%;
	padding-top:5px;
}

.checkout_table{
	margin:5px 0;
}




.pay_radio_container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 14px;
  font-weight:500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}

.checkmark_descr{
  display: block;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 12px;
  font-weight:500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  color: #878C9F;
}


/* Hide the browser's default radio button */
.pay_radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: #988f8f;
  border-radius: 50%;
}

.checkmark_with_descr{
  top: 3px;
  left: 0;
}

.filter_play_radio .pay_radio_container{
	margin-bottom: 10px;
}
.checkmark_without_descr{
  top: -2px;
  left: 0;
}

.pay_radio_container i{
	margin-right:5px;
	color: #3AACED;
}
.check_padding{
	margin-bottom:12px;
}

/* On mouse-over, add a grey background color */
.pay_radio_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.pay_radio_container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.pay_radio_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.pay_radio_container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.checkout_question{
	font-size: 14px;
	color:#000;
	padding-bottom: 0px;
}

.checkout_descr{
	color: #878C9F;
	line-height:12px;
	font-size: 12px;
	padding-bottom: 0px;
}

.checkout_questions{
font-size: 16px;
color: #000;
padding-bottom: 0px;
clear: both;
padding-top: 20px;
}

.checkout_box{
	margin-bottom:20px;
}

.phone_sms{
	float: left;
border: 1px solid #8e8e8e;
background: #F7F9FB;
min-width: 250px;
padding: 8px 10px 8px 10px;
border-radius: 6px;
color: #666;
font-size: 16px;
-webkit-appearance: none;
height: 42px;
}

#question_promo{
	cursor:pointer
}

.poromo_p{
	color:#000;
}
.phone_sms2{
float: left;
border: 1px solid #8e8e8e;
background: #F7F9FB;
min-width: 180px;
padding: 8px 10px 8px 10px;
border-radius: 6px;
color: #666;
font-size: 16px;
-webkit-appearance: none;
height:42px;
}

.auth_order_input{
border: 1px solid #8e8e8e;
background: #F7F9FB;
width: 100%;
padding: 8px 10px 8px 10px;
border-radius: 6px;
color: #666;
font-size: 16px;
-webkit-appearance: none;
height: 42px;
}

.order_name_form{
float: left;
border: 1px solid #8e8e8e;
background: #F7F9FB;
width: 100%;
padding: 8px 10px 8px 10px;
border-radius: 6px;
color: #666;
font-size: 16px;
-webkit-appearance: none;
left: -15px;
position: relative;
height: 42px;
}

.pay_input_container {
  display: block;
  position: relative;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight:500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}

.checkmark_input_descr{
  display: block;
  position: relative;
 /* margin-bottom: 12px;*/
  font-size: 12px;
  font-weight:500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  color: #878C9F;
}

.checkmark_input_descr_pol{
  display: block;
  position: relative;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight:500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  color: #878C9F;
  text-align:center;
}

.btn_send_check{
	float:left;
	margin-top:10px;
	background: #18458B;
color: #fff;
cursor:pointer;
border:none;
}

.resend_call_r{
	clear:both;
	padding:0;
}

.resend_call_r a{
	color: #18458B;
}

.box_resend{
	float:left;
	margin-left:10px;
}

.box_resend p{
	font-size:12px;
	padding:0;
	line-height:12px;
}
#resend_call{
	cursor:pointer;
	color:#18458B;
}

#resend_call:hover{
	color:#3AACED;
}
#resend_call_p{
  padding-top:5px !important;
  cursor:pointer;
}


.btn_auth_check{
background: #18458B;
color: #fff;
cursor:pointer;
border:none;
}

.rule_in_order{
	color: #183c7d;
}

.mr-15{
	margin-right:30px;
}

.mrr-15{
	margin-right:15px;
}

.mr-5{
	margin-right:5px;
}

.yet_login p{
	text-align:center;
	padding-bottom:0;
	font-size:12px;
}

.yet_login p a{
font-size:16px;
}

.yet_login a, .forget_pass{
	cursor:pointer;
}

.forget_pass{
	font-size:14px;
	color: #1A6C9B;
}

.min-height-list-playgrounds{
	min-height:500px;
}

.share-container i{
	font-size:16px;
}

.info_price_hour{
	text-align:left;
	line-height:30px;
color: #888DA0;
font-weight:500;
}

.info_price_hour i{
margin-right:5px;
	
}

.review-date{
	padding:5px 10px;
	color: #878C9F;
	font-weight:500;
}

.review-date2{
	padding:10px 10px;
	color: #878C9F;
	font-weight:500;
}

.review-date i{
	margin-right:5px;
}

.review-sum{
	font-size:34px !important;
	color: #666 !important;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
		padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

#reg_form, #forget_form, #login_form, #reg_form_tel, #login_form_tel, #forget_form_tel{
	margin-top:20px;
	padding-left: 30px;
}

#reg_form_pass{
	display:none;
}

#reg_form_second, #reg_form_second_tel{
	padding-right: 30px;
}

.login_form_login{
width: 50%;
float: left;
cursor:pointer;
}

#login_form_btn{
	text-align:center;
}
.login_form_inner{
	margin:0 3px;
	border-bottom: 1px solid;
	padding: 10px 0 15px 0;
	font-weight:500;
	cursor:pointer;
	font-size: 16px;
}

.login_form_inner_active{
	border-bottom: 3px solid;
	font-weight:600;
}

.login_form_register{
width: 50%;
float: right;
}

.login_main_form_div{
	margin: 10px auto 200px;
	max-width:400px;
}

.g-c-p-w{
	width:100px;
}

.auth_forget_h3{
    font-size: 16px;
    margin-bottom: 25px;
    text-align: left;
    padding-right: 30px;
}

.auth_order_h3_center{
	text-align:center !important;
}
.ml-10{
margin-left:10px;
}

.mr-10{
margin-right:10px;
}


.has_one_column .show-hide-sport-bootom{
display:block;
}

.has_two_column .show-hide-sport-bootom{
display:none;
}

.start-text i{
	color: #F9B90F;
}

.section_not_foget{
	clear:both;
	text-align:left;
	padding-top:20px;
	color: #183c7d;
	font-size: 16px;
	font-weight:600;
	padding-bottom:10px;
}


.descr-line{
	color: #6D6D6F !important;
	line-height:13px;
}

.descr-line-head{
	width:100px !important;
}
.descr-line span{
	color: #3B3B3C;
}

.pb-20{
	padding-bottom:20px;
}

.fl-l{
	text-align:left;
}

.section-next-week{
font-size: 15px;
position: absolute;
top: 0px;
left: -90px;
}

.section-prev-week{
font-size: 15px;
position: absolute;
top: 0px;
left: 35px;
}



.super_book_box_section{
	padding:10px;
}

.section_book_table{
	width:100%;
	border:1px solid #959595;
}

.section_book_table td{
	padding:7px;
	color: #333;
	border:1px solid #959595;
}

.section_book_table_h{
/*	background:#F7F9FB;*/
}


.section_book_table_h th{
	padding:10px 5px;
	color: #333;
	border:1px solid #959595;
}


.book_sec_div{
	min-width:100px;
	max-width:150px;
}

.book_sec_div_f{
	font-weight:500;
	font-size: 11px;
	height:100%;
}

.book_sec_div_b{

}


.last_time_book_sec{
	padding: 5px;
margin: 5px 0;
width: 100%;
border-radius: 3px;
color: #fff;
background: #6C6E71;
display: block;
height: 42px;
line-height: 32px;
}
.book_sec_div_t{
white-space: nowrap;
padding: 5px 5px 10px 5px;
font-weight: 600;
overflow: hidden;
}

.book_sec_div_b a{
	padding:5px;
	margin:5px 0;
	width:100%;
	border-radius: 3px;
	color:#fff;
	background: #18458B;
	display:block;
	min-width: 128px;
}

.book_sec_div_b a:hover{
	padding:5px;
	margin:5px 0;
	width:100%;
	border-radius: 3px;
	color:#fff;
	background: #3AACED;
}


.bg-sec-blue{
	background: #F7F9FB;
}

.disactive-col-sec{
color: #777575;
font-weight: 500;
}

.book_sec_div_b p{
padding: 5px 0;
font-size: 12px;
}

#sec_current_day{
	color: #0047F0;
}

.section_checkout_schedule{
	color:#000;
}

.places-category{
position: absolute;
top: 20px;
font-size: 13px;
}

.title-sin_map{
	float: left;
text-align: left;
font-weight: 600;
font-size: 16px;
margin-bottom: 10px;
}

.login-bg-box{
	    background: #ECF6F8;
}

.login-bg-form{
border-radius: 10px;
background: #fff;
border: 1px solid #eee;
padding: 10px 0;
}

.vost_pass_h{
text-align: left;
font-size: 16px;
margin-bottom: 25px;
padding-right: 30px;
}

.index-search-main .nice-select{
	background: #fff; 
	border: none;
	height: 50px;
line-height: 50px;
}

.index-search-main .nice-select .nice-select-search-box:before{
	bottom: 1px;
}

.index-main-category {
    padding: 20px 30px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    border: 1px solid #ccc;
}

.index-main-category:hover{
-webkit-box-shadow: inset 0px 0px 37px -33px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 37px -33px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 37px -33px rgba(0,0,0,0.75);
}

.index-main-category h4{
	font-size: 16px;
	font-weight:500;
}

.index-main-category-icon {
    position: relative;
    z-index: 0;
    overflow: hidden;
	width: 58px;
	height: 58px;
	margin: 10px auto 10px;
}

.index-main-category-icon2 {
    position: relative;
    z-index: 0;
    overflow: hidden;
	width: 58px;
	height: 58px;
	margin: 10px auto 10px;
}

.i-m-football{
-webkit-mask: url("../images/football-field.svg") no-repeat center;
mask: url("../images/football-field.svg") no-repeat center;
mask-size: auto;
-webkit-mask-size: 100%;
mask-size: 100%;
background: #18458b;
}

.i-m-gym{
-webkit-mask: url("../images/gym-2.svg") no-repeat center;
mask: url("../images/gym-2.svg") no-repeat center;
mask-size: auto;
-webkit-mask-size: 100%;
mask-size: 100%;
background: #18458b;	
}

.i-m-stadium{
-webkit-mask: url("../images/stadium.svg") no-repeat center;
mask: url("../images/stadium.svg") no-repeat center;
mask-size: auto;
-webkit-mask-size: 100%;
mask-size: 100%;
background: #18458b;	
}

.i-m-podium{
-webkit-mask: url("../images/podium.svg") no-repeat center;
mask: url("../images/podium.svg") no-repeat center;
mask-size: auto;
-webkit-mask-size: 100%;
mask-size: 100%;
background: #18458b;	
}

.i-m-groups{
-webkit-mask: url("../images/groups.svg") no-repeat center;
mask: url("../images/groups.svg") no-repeat center;
mask-size: auto;
-webkit-mask-size: 100%;
mask-size: 100%;
background: #18458b;	
}

.i-m-trainer{
-webkit-mask: url("../images/trainer.svg") no-repeat center;
mask: url("../images/trainer.svg") no-repeat center;
mask-size: auto;
-webkit-mask-size: 100%;
mask-size: 100%;
background: #18458b;	
}

.i-m-ticket{
-webkit-mask: url("../images/ticket.svg") no-repeat center;
mask: url("../images/ticket.svg") no-repeat center;
mask-size: auto;
-webkit-mask-size: 100%;
mask-size: 100%;
background: #18458b;	
}

.i-m-video{
-webkit-mask: url("../images/video.svg") no-repeat center;
mask: url("../images/video.svg") no-repeat center;
mask-size: auto;
-webkit-mask-size: 100%;
mask-size: 100%;
background: #18458b;	
}

.i-m-gift{
-webkit-mask: url("../images/gift.svg") no-repeat center;
mask: url("../images/gift.svg") no-repeat center;
mask-size: auto;
-webkit-mask-size: 100%;
mask-size: 100%;
background: #18458b;	
}

.i-m-question{
-webkit-mask: url("../images/question.svg") no-repeat center;
mask: url("../images/question.svg") no-repeat center;
mask-size: auto;
-webkit-mask-size: 100%;
mask-size: 100%;
background: #18458b;	
}

.i-m-timetable{
-webkit-mask: url("../images/timetable.svg") no-repeat center;
mask: url("../images/timetable.svg") no-repeat center;
mask-size: auto;
-webkit-mask-size: 100%;
mask-size: 100%;
background: #464646;	
}

.index-box-icon{
	padding: 10px;
border-radius: 10px;
background: #fff;
border: 1px solid #eee;
}

.index-main-category-go{
	margin-top:10px;
	font-size:16px;
	color:#3AACED;
	font-weight:600;
}

.index-h2-name{
	text-align:left;
	margin: 70px 0 20px 15px;
	font-size:24px;
color: #18458B;
}

.index-h2{
text-align:left;
margin: 0 0 20px 0;
font-size:24px;
color: #18458B;
}

.index-play-sec{
	width:100%;
	height:50px;
	text-align:left;

}

.index-play-sec span{
	font-weight:500;
	padding:10px;
	border-bottom:1px solid #ccc;
	cursor:pointer;
	width:200px;
	font-size: 16px;
}

.ps-activ{
	border-bottom:2px solid #3AACED !important;
	font-weight:600 !important;
}

.index-play-sec-body{
	margin:20px 0;
	padding:10px 0;
}

.link-sport-index{
font-size: 13px;
line-height: 14px;
color: #000000;
margin-bottom: 20px;
width:200px;
display:block;
float:left;
font-weight:500;
}

.index-modal-a-box{
	margin-bottom:20px;
}

.index-modal-a-box a{
font-size: 20px;
width: 50%;
display: block;
float: left;
margin-bottom:10px;
}

.index-modal-a-box a:hover{
color:#3AACED;
}
.code_sms_box{
clear: both;
padding-top: 20px;
}

.code_sms_box_p{
	padding:0;
	color:#000;
	
}


.phone_code{
float: left;
border: 1px solid #8e8e8e;
background: #F7F9FB;
max-width: 120px;
padding: 8px 10px 8px 10px;
border-radius: 6px;
color: #666;
font-size: 16px;
-webkit-appearance: none;
margin-bottom: 10px;
height: 42px;
}

.pay_type_sms{
font-size: 14px;
color: #18458B;
padding-bottom: 0px;
font-weight: 600;
}

#send_number_result, #send_name_result{
	padding-top:15px;
	clear:both;
}

#change_num_reload{
	cursor:pointer;
}

.play-btn-zabron-top-disable .not-aviable-book-info {
	position:absolute;
	right: 160px;
	margin-left:12px;
	background: #18458B;
	opacity:0;
	visibility: hidden;
	top:-8px;
	color:#fff;
	width:150px;
	height:auto !important;
	line-height:1;
	font-size:12px;
	font-weight: 500;
	padding:12px 0;
	border-radius:10px;	
}

.not-av-add-rev .not-aviable-book-info {
	position:absolute;
	right: 40px;
	margin-left:12px;
	background: #18458B;
	opacity:0;
	visibility: hidden;
	top:0px;
	color:#fff;
	width:150px;
	height:auto !important;
	line-height:1;
	font-size:12px;
	padding:12px 0;
	border-radius:10px;	
}

.play-btn-zabron-top-disable:hover .not-aviable-book-info {
	opacity:1;
	visibility:visible;
}

.not-av-add-rev:hover .not-aviable-book-info {
	opacity:1;
	visibility:visible;
}

.play-btn-uchatvovat-disable{
	float: left;
	position: relative;
	color: #fff;
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	font-size: 12px;
	font-weight: 600;
	background: #9A9A9A;
margin-right:10px;		
}
.play-btn-uchatvovat{
	float: left;
	position: relative;
	color: #fff;
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	font-size: 12px;
	font-weight: 600;
	background: #3AACED;
margin-right:10px;	
}
.play-btn-zabron-top-disable{
	float: right;
	position: relative;
	color: #fff;
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	font-size: 12px;
	font-weight: 600;
	background: #18458b;
	margin-right:10px;		
}
.play-btn-zabron-top{
	float: right;
	position: relative;
	color: #fff;
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	font-size: 14px;
	font-weight: 500;
	background: #3AACED;
margin-right:10px;	
}

.play-btn-timetable-top{
	float: right;
	position: relative;
	color: #fff;
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	font-size: 12px;
	font-weight: 600;
	background: #18458b;
margin-right:10px;	
}

.play-btn-zabron-top:hover, .play-btn-uchatvovat:hover{
	background: #18458B;
}
.organizator{
	font-size:14px;
	text-align: left;
	color: #183c7d;
}

.right-box-empty{
clear:both;
height:10px;
}


.organizator i{
	margin-right:5px;
}
.play-btn-zabron-top-disable:hover{
	background: #9A9A9A;
}

.fl-wrap-foot {
    float: left;
    width: 50%;
    position: relative;
}

.pos-bot{
	bottom: 0;
position: absolute;
}

.dashboard-content{
	min-height:500px;
}

.not_found{
	padding-left:20px;
	padding-bottom:20px;
	text-align:left;
}

.not_found_r{
	padding-left:20px;
	text-align:left;
}

.w100{
	width:100%;
}
.box_order_profile{
	border-left:3px solid #3AACED;
	clear:both;
	margin-bottom:5px;
	padding-left:10px;
}

.profile_nav{
width:50%;
float: left;
}

.profile_nav_inner{
	margin: 0 3px;
	border-bottom:1px solid;
	padding:15px 10px;
	cursor: pointer;
	font-size:16px;
	font-weight:500;
}

.profile_nav_active{
	font-weight:600;
	border-bottom:3px solid;
}

.finish_box{
	padding-top:10px;
}

.checkout_profile_link{
color: #18458B;
text-decoration: underline;
}

.pos_rel{
	position:relative;
}
#pay_informer, #review_informer, #status_informer, #abon_type_informer, #abon_age_informer{
	cursor:pointer;
}

#review_informer, #status_informer, #abon_type_informer, #abon_age_informer{
	padding-left:5px;
}
#pay_informer_box, #review_informer_box, #status_informer_box{
	position:absolute;
	width:300px;
	min-height:40px;
	margin-top:10px;
	border-radius: 4px;
	background: #fff;
	color:#000;
	z-index:99;
	left: -30px;
	padding:10px;
	display:none;
border: 1px solid #888080;
box-shadow: 0 2px 8px rgb(40 41 61 / 28%), 0 20px 32px rgb(96 97 112 / 34%);
}

#abon_type_informer_box, #abon_age_informer_box{
	position:absolute;
	width:300px;
	min-height:40px;
	margin-top:10px;
	border-radius: 4px;
	background: #fff;
	color:#000;
	z-index:99;
	right: 10px;
	padding:10px;
	display:none;
border: 1px solid #888080;
box-shadow: 0 2px 8px rgb(40 41 61 / 28%), 0 20px 32px rgb(96 97 112 / 34%);
}

#recom_teleg_btn{
	position:relative;
	top: -15px;
	right: 60px;
	font-size: 18px;
}

#recom_teleg_box{
	position:absolute;
	width:300px;
	min-height:40px;
	margin-top:10px;
	margin-left:10px;
	border-radius: 4px;
	background: #fff;
	color:#000;
	z-index:99;
	padding:10px;
	border: 1px solid #888080;
	box-shadow: 0 2px 8px rgb(40 41 61 / 28%), 0 20px 32px rgb(96 97 112 / 34%);
}


#status_informer_box{
	position:absolute;
	width:300px;
	min-height:40px;
	margin-top:10px;
	border-radius: 4px;
	background: #fff;
	color:#000;
	z-index:99;
	left: 0px;
	padding:10px;
	display:none;
	border: 1px solid #888080;
	box-shadow: 0 2px 8px rgb(40 41 61 / 28%), 0 20px 32px rgb(96 97 112 / 34%);
}

#pay_informer_box p, #review_informer_box p, #status_informer_box p, #abon_type_informer_box p, #abon_age_informer_box p{
	font-size:13px;
	line-height:15px;
	color:#0a1e42;
	font-weight:500;
	padding-right: 15px;
	text-align:left;
}

#recom_teleg_box p{
	font-size:13px;
	line-height:14px;
	color:#0a1e42;
	font-weight:500;
	float:left;
	text-align:justify ;
}

#pay_informer_box i, #review_informer_box i, #status_informer_box i, #recom_teleg_box i, #abon_type_informer_box i, #abon_age_informer_box i{
position: absolute;
right: 5px;
top: 5px;
cursor:pointer;
font-size: 25px;
}


#recom_teleg_btn{
	cursor:pointer;
}

#pay_informer_box li, #review_informer_box li, #recom_teleg_box li{
	font-size:12px;
	line-height:12px;
	color:#0a1e42;
	font-weight:500;
}

#status_informer_box li{
	font-size:12px;
	line-height:20px;
	color:#0a1e42;
	font-weight:500;
}

.profile_satus_h4{
	text-align:left;
	padding:10px;
	font-size:16px;
	clear: both;
	color: #183c7d;
}

.profile_ul_status{
	list-style-type: none;
	margin-left:0;
}

.profile_ul_status li{
	margin-bottom:5px;
}

.profile_ul_status span{
	font-weight: 500;
    padding: 3px 5px;
}

.review_profile_box{
	clear:both;
}

.custom-form-review{
	margin:20px 0;
}

.rev_p{
	text-align:left;
	margin-top:5px;
}

.div_not_work{
	padding:50px 0;
}

.book_disable_p{
	padding:10px 0;
}

.auth_teleg_box{
	margin:5px 30px 0 30px;
}

.mlr-30{
	margin-left:30px;
	margin-right:30px;
}

.sm-my-order{
padding: 5px 10px;
background: #ECF6F8;
color: #000;
border-radius: 5px;
}

.cont-350{
	width:350px;
	padding: 25px 30px;
}

.cont-map{
		padding: 25px 0px;
}

.get-touch-contact{
margin: 10px auto 30px;
max-width: 700px;
}

.contact-h2{
	color: #183c7d;
text-align: left;
font-size: 16px;
font-weight: 600;
}

.tel-error-h2{
color: #183c7d;
text-align: center;
font-size: 25px;
font-weight: 600;
margin:50px 0;
}

.tel-error-p{
color: #878C9F !important;
text-align: center;
font-size: 18px !important;
font-weight: 500;
max-width:600px;
margin:10px auto;
}

.tel-error-p span{
color: #3AACED;
}

.min-height-500{
	min-height:500px;
}

.howto-order{
color: #183c7d;
text-align: left;
font-size: 20px;
font-weight: 600;
margin:30px 0;
}

.howto-descr-box h3{
color: #28292D;
text-align: left;
font-size: 26px;
font-weight: 600;
margin-bottom:10px;
}

.howto-descr-box p{
	color: #28292D;
	font-size: 18px;
}

.howto_num{
	float: left;
width: 50px;
font-size: 30px;
}

.howto_box{
clear: both;
border-bottom: 1px solid #eee;
margin: 30px 0;
padding-bottom: 20px;
}

.fs-26{
	font-size:24px !important;
}

.fixed{
	background:#18458B;
	border-bottom: 1px solid rgba(0,0,0,0.21);
	position: fixed;
    top:0; 
	left:0;
}

.wrapper{
	background: #18458B;
	padding-top:60px;
}

.status-reg{
color: #000;
background: #F9B90F;
}

.status-reg2{
color: #ffffff;
background: #260ff9b5;
}

.status-work{
color: #fff;
background: #358ed7;

}

.status-done{
color: #fff;
background: #25D366;
}

.invoice_link a:hover{
	color:#000 !important;
}

.invoice_link i{
	color:#000;
	font-size:25px;
	margin-right:5px;
}
.invoice_link a{
	color:#18458B !important;
	font-size:20px;
}

.mh-260{
	min-height:260px;
}

.index-sport-title{
position: absolute;
bottom: 0;
width: 100%;
background: rgba(0,0,0,0.7);
color: #fff;
padding: 10px 0;	
border-radius: 0 0 10px 10px;
}

.box_order_stage{
	clear:both;
	width:100;
	height:40px;
	background: #ECF6F8;
	margin-bottom:10px;
}

.innerbox_order_stage{
	border-right:1px solid #eee;
}

.box_order_stage_ul{
	overflow-x: auto;
}

.box_order_stage_ul li{
display: table-cell;
width: 1%;
height:40px;
color:#bcbcbc;
overflow:hidden;
}

.box_order_stage_ul li span{
border-bottom:5px solid #bcbcbc;
display: block;
padding: 10px 15px;
}

.box_order_stage_ul .active{
	color:#000;
}

.box_order_stage_ul .active span{
	border-bottom-color:#2196F3 !important;
}

#recom_teleg_close{
	font-size:15px;
}

.center{
	text-align:center;
}

.recom_teleg_btn{
background: #18458B;
color: #fff;
cursor: pointer;
border: none;
font-size:15px;
float:right;
font-weight: 500;
padding:5px 15px;
border-radius: 4px;
box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.1);
}

.recom_teleg_btn:hover{
	background: #225DB9;
}

.overlay_partner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
}

#tel_partent_head{
	color: #fff;
padding: 10px;
border: 1px solid #fff;
border-radius: 8px;
}

.main-list-sport-btn-prev{
	left: -15px;
}

.main-list-sport-btn-next{
	right: -15px;
}

.main_title_h1{
   font-size: 50px;
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.main_title_h2{
    color: #fff;
    padding-top: 12px;
    margin-bottom: 50px;
    font-size: 20px !important;
}

.h2_detail_title{
	text-align: left;
font-size: 16px;
font-weight: 600;
color: #183c7d;
}

#promocode_input, #btn_send_promo{
	display:none;
}

#btn_send_promo{
background: #18458B;
color: #fff;
cursor: pointer;
border: none;
padding: 9px 12px;
border-radius: 4px;
margin-left: 15px;
height: 42px;
}

#btn_send_promo:hover{
background: #466AA2;
}

#super_book_box{
	clear:both;
}

.p-10{
	clear:both;
	padding:10px;
}

.hover-i:hover{
	cursor:pointer;
	color:#18458B;
}

.box_event_brone {
    width: 100%;
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 10;
    margin: 0 auto;
    height: 85px;
    display: none;
    background: #fff;
    border-top: 3px solid #f9b90f;
}

#map .ymaps-2-1-78-map {
position: absolute !important;
top: 0;
}

#question_city{
position: absolute;
top: 70px;
width: 290px;
height: 100px;
background: #fff;
z-index: 9;
right: 10px;
border-radius: 10px;
padding: 10px;
border: 1px solid #ccc;
box-shadow: 0 2px 8px rgba(40, 41, 61, 0.28), 0 20px 32px rgba(96, 97, 112, 0.34);
display:none;
}

.play-btn-zabron-top-net{
float: right;
position: relative;
color: #18458B;
border-radius: 4px;
height: 40px;
line-height: 40px;
padding: 0 25px;
font-size: 12px;
font-weight: 600;
background: #FFF;
margin-right: 10px;
border: 1px solid #18458B;
}

.pt-15{padding-top:15px;}

.event-timeout{
	text-align: left;
padding-bottom: 0px !important;
color: #d70202;
display: block;
width: 100%;
clear: both;
}

.iii{
color: #3aaced !important;
font-weight: 500;
cursor: pointer;	
}

#mess_auth_new_event{
position: absolute;
top: 80px;
width: 240px;
height: 60px;
background: #fff;
z-index: 99;
right: 30px;
border-radius: 10px;
padding: 10px;
border: 1px solid #ccc;
box-shadow: 0 2px 8px rgba(40, 41, 61, 0.28), 0 20px 32px rgba(96, 97, 112, 0.34);
display:none;
}

.new-event-box{
float: left;
width: 100%;
position: relative;
background: #fff;
overflow: hidden;
border-radius: 15px;
}

.new-event-box h3 {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #183c7d;
}

.box-widget-item-header2{
padding: 10px 0 20px;
margin: 0 0 25px;
float: left;
width: 100%;
border-bottom: 1px solid #eee;
position: relative;
}
#new-event-box-closer{
	display: block;
cursor: pointer;
float: right;
font-size: 25px;
color: #18458B;
position: absolute;
right: 0px;
z-index: 99;
top: -3px;
border-radius: 10px;
background: #ECF6F8;
padding: 10px 14px;
}
.p-10-20{
	padding: 10px 20px;
}

.upper{
text-transform: initial !important;
font-size: 12px !important;
font-weight: 400 !important;
color: #000 !important;
}

.col-50{
	width:50%;
	float:left;
}

.map_new_event{
	width:100%;
	height:300px;
	background: #ECF6F8;
	margin-bottom: 30px;
}

#notice{
	text-align: left;
}

#message_event_address{
	text-align: left;
padding-bottom: 40px;
font-weight: 500;
}

#when_event{
	color:#000;
}
#marker_coords-gal{
font-size: 18px;
color: rgb(4, 181, 31);
display:none;
}

.two-col-grid i, .one-col-grid i{
position: relative;
top: -2px;
}

.option-list-arena{
	clear:both;
}

.del-event{
display: block;
cursor: pointer;
float: right;
font-size: 16px;
color: #18458B;
position: absolute;
right: 0px;
z-index: 99;
top: 0px;
border-radius: 10px;
background: #ECF6F8;
padding: 9px 14px;
}

.dashboard-del-box{
	display:none;
	height: 180px;
padding-top: 10px;
}

.ques_del_event{
	text-align: left;
color: #000;
}

.status-del{
	background: #dd1919;
	color:#fff;
}

.status-cancel{
	background: #CFDEE6;
	color:#000;
}

.h-180{
	height:180px;
}


.mt-100{
margin-top:100px;	
}

.h-160{
overflow: hidden;
height: 160px;
}

.result-del{
clear: both;
padding: 20px 10px;
}

.bb-1{
	border-bottom: 1px solid #eee;
}

.pr-20{
	padding-right: 20px;
}
.add-button2{
background: #CFDEE6;
padding: 10px;
border-radius: 50%;
color: #000;
font-size: 11px;
cursor: pointer;
height: 33px;
width: 33px;
text-align: center;
position: absolute;
right: -15px;
z-index: 999;
top: 0;
}

.box_resend2 {
    float: left;
    margin-left: 10px;
}

.box_resend2 p{
	font-size:12px;
	padding:0;
	line-height:12px;
}

.updr{
white-space: nowrap;
line-height: 16px;
}

.color-red{
color: #f40a0a;
}

.ta-l{
	text-align:left;
}

.ch-day-r{
position: relative;
top: -3px;
right: 5px;
}

.ch-day-l{
position: relative;
top: -3px;
left: 5px;
}

.btn_filt_prim{
width: 100%;
position: inherit !important;
text-align: center;
left: 0 !important;
}


.widgetScreen{
	position: fixed !important;
}

.iframeBox{
height: 100% !important;
z-index: 9999 !important;
max-width: 420px !important;
width: 100% !important;
}

.listing-features2 li {
    float: left;
    width: 25%;
    text-align: left;
    margin-bottom: 15px;
    font-size: 13px;
    color: #888DA0;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
}

.listing-features2 li i{
	color: #3AACED;
	position: absolute;
left: 0;
top: 0;
}

.listing-features2 ul li span {
    font-weight: 400;
}

.mh-520{
	min-height: 520px;
}
.croppie-upload{
position: relative;
left: -50px;
top: 30px;
cursor:pointer;
}

.list-single-main-item-title2 {
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.list-single-main-item-title2 h3{
    color: #183c7d;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}

#close_new_playground_add, #close_map_new_play, #change_ava_close{
display: block;
cursor: pointer;
float: right;
font-size: 28px;
color: #18458B;
position: absolute;
right: 5px;
z-index: 99;
top: -5px;
border-radius: 10px;
background: #ECF6F8;
padding: 10px 14px;
width: 48px;
}
.cr-vp-square{
	border: 1px solid #ccc !important;
}
#croppie-view{
padding-top:30px;
}

#croppie-view img{
width: 100%;
}

.add_new_progres{
padding-bottom: 10px;
}

.add_new_progres li{
margin-right: 20px;
}

#croppie-input{
	padding: 20px;
border-radius: 10px;
background: #ECF6F8;
}

.del_img_new_play{
	cursor: pointer;
font-size: 16px;
color: #18458B;
position: absolute;
right: 30px;
top: 15px;
border-radius: 10px;
background: #ECF6F8;
width: 42px;
height: 42px;
align-content: center;
display: grid;
}

.mb-30{
	margin-bottom: 30px;
}

.payment__summary-price {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	height: 24px;
}

.payment__summary-price p {
    margin: 0;
}

.total {
    margin-top: 10px;
}

.text-left {
    text-align: left;
}

.product__details {
font-size: 15px;
margin-bottom: 10px;
color: #18458B;
text-align: left;
margin-top: 10px;
}

.abon-title{
text-align: left;
margin-bottom: 0px;
font-size: 22px;
margin-top: 5px;
}
.abonoment-single-active{
border: 3px solid #18458B !important;
background: #eef1ff;
}
.abonoment-single{
height: 90px;
width: 100%;
border: 1px solid #808286;
border-radius: 10px;
padding: 15px;
margin: 10px 0;
position: relative;
cursor: pointer;
}

.abon-chevron{
text-align: right;
position: absolute;
right: 20px;
bottom: 20px;
color: #18458B;
font-size: 25px;
}

.abon-price{
text-align: left;
font-size: 16px;
margin: 10px 25px 10px 0;
color: #18458B;
white-space: nowrap;
overflow: hidden;
}

.pl-zabr-btn-svoi{
	width: 100%;
text-align: center;
}

.abonoment-single h4{
text-align: left;
font-size: 18px;
}

.abonoment-detail{
padding: 15px !important;
min-height: 400px;
}

.booking-main-preloader{
display:none;
width: 100%;
position: absolute;
background: #f7f5f5;
z-index: 999;
opacity: 0.5;
height: 100%;
}

.abonoment-list{
	border-right: 1px solid #ccc;
	min-height: 400px;
}

.abonoment-list-title{
font-size: 26px;
text-align: left;
margin: 20px 0;
}

.no_abon{
background: url("/images/ticket.png") no-repeat center;
height: 300px;
width: 100%;
background-size: cover;
}

.product-tab__title{
font-size: 18px;
line-height: 36px;
color: #fff;
letter-spacing: -0.3px;
box-sizing: border-box;
text-align: left;
}

.product-tab__title i{
font-size: 25px;
margin-right: 5px;
position: relative;
top: 3px;
}

.product-tab__subtitle{
	font-size: 12px;
line-height: 18px;
color: #f9f9ff;
letter-spacing: -0.1px;
box-sizing: border-box;
}

.box_show_map{
display: none;
width: 100%;
padding: 10px 20px;
position: fixed;
bottom: 55px;
right: 0;
z-index: 6;
margin: 0 auto;
}

.show_map-mob-bottom{
width: 120px;
height: 40px;
background: #FFF;
line-height: 40px;
border-radius: 10px;
margin: 0 auto;
color: #18458b;
box-shadow: 0 0 15px rgba(0,0,0,.8);
}

#super_main_playgrounds #nav-container{
  position: fixed;
  width: 100%;
  padding: 1em 0;
  background-color: #fff;
}

#super_main_playgrounds #nav{
  display: flex;
  justify-content: space-evenly;
  height: 3em;
  line-height: 3em;
}

#super_main_playgrounds a:link, a:visited, a:active{
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  /*color: #000;  */
}

#super_main_playgrounds a:hover{
  color: #85D6CB;
}

#super_main_playgrounds .nav-link{
  padding: 0 1em;
  margin: 0 3em;
  border-radius: 2em;
  transition: all .4s;
}

#super_main_playgrounds a.active{
  color: #fff;
}

#super_main_playgrounds a.nav-link.active:hover{
  padding: 0 4em;
  margin: 0;
}


#super_main_playgrounds #home, a.active[href="#home"]{
  background-color: #85D6CB;
}

#super_main_playgrounds #about, a.active[href="#about"]{
  background-color: #339CC7;
}

#super_main_playgrounds #work, a.active[href="#work"]{
  background-color: #0378A6;
}

#super_main_playgrounds #contact, a.active[href="#contact"]{
  background-color: #005778;
}
.anime-book-button i{
	animation: bounce 1s;
	animation-iteration-count: infinite;
}

.play_nav_ground_box{
height: 40px;
text-align: left;
position: fixed;
width: 890px;
background: #fff;
padding: 10px 20px;
border-bottom: 1px solid #ccc;
z-index: 10;
overflow-x:auto;
white-space: nowrap;
}
.play_nav_ground{
cursor: pointer;
background: #ECF6F8;
padding: 5px;
margin-right:5px;
border-radius: 5px;
border: 1px solid #18458b;
}

.play_nav_ground:hover{
background: #18458b;
border: 1px solid #18458b;
color:#fff !important;
}
.pt-40{
	margin-top:40px;
}

.decr_abon{
	font-size: 15px;
color: #01183e;
text-align: left;
margin-bottom: 20px;
}

.empty_height{
	    height: 20px;
}

.abon-title2{
text-align: left;
margin-bottom: 0px;
font-size: 22px;
margin-top: 25px;
}

.alert-info{
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
margin-top: 30px;
}

.option-list-arena-event {
    clear: both;
}

.option-list-arena-event li {
    text-align: left;
    font-size: 13px;
    color: #878C9F;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
}

.option-list-arena-event li i {
    padding: 5px 10px 5px 0;
    color: #F9B90F;
    width: 25px;
}

.p-0-20{
	padding:0 20px;
}

.three-dots-order{
padding: 10px;
border-radius: 50%;
color: #000;
font-size: 25px;
cursor: pointer;
height: 45px;
width: 45px;
text-align: center;
position: absolute;
right: -15px;
z-index: 999;
top: -10px;
}

.bac-three{
background: #a29e9e !important;
}

.three-dots-order:hover{
	background: #ccc;
}

.dop-menu-order-box{
color: #000;
font-size: 15px;
cursor: pointer;
width: 180px;
position: absolute;
right: -15px;
z-index: 999;
top: 40px;
background: #fff;
border: 1px solid #ccc;
border-radius: 5px;
display:none;
z-index: 9999;
}

.dop-menu-order-el{
text-align: left;
border-bottom: 1px solid #ccc;
font-weight: 500;
}

.dop-menu-order-el a{
padding-left: 10px;
line-height: 40px;
display: block;
overflow: hidden;
white-space: nowrap;
width: 175px;
}

.dop-menu-order-el a:hover, .dop-menu-order-el a:active{
	font-weight: 600;
}

.status-del {
  color: #fff;
  background: #F90F0F;
}



.alert-infoddd{
margin: 0 !important;
text-align: center;
height: 44px;
border-radius: .25rem;
color: #000;
background-color: #cce5ff;
border-color: #b8daff;
padding: 5px;
}

.table{
width: 100%;
margin: 1rem 0;
color: #212529;
background-color: transparent;
}

.table th, .table td{
padding: 5px;
border: 1px solid #000;	
}

.goto_brone_playgrounds{
width: 100%;
display: block;
height: 40px;
clear: both;
line-height: 40px;
background: #18458b;
color: #fff !important;
border-radius: 5px;
margin-top: 10px;
font-size: 16px;
font-weight: 500;
}

.has_one_column .geodir-category-price-gobrone{
margin-left: 10px;
background: #18458b;
color: #fff;
border: none;
float: left;
font-weight: 500;
border-radius: 4px;
}

.has_two_column .geodir-category-price-gobrone{
height: 36px;
width:100%;
line-height: 36px;
padding: 0px 20px;
margin-top: 10px;
background: #18458b;
color: #fff;
border: none;
float: left;
font-size: 14px;
font-weight: 500;
border-radius: 4px;
}

.com_user_name{
width: 50px;
height: 50px;
background: #25b7d3;
border-radius: 50%;
display: block;
line-height: 50px;
font-size: 18px;
color: #fff;
text-transform: uppercase
}

.com_user_name2{
width: 50px;
height: 50px;
background: #6f6f6f;
border-radius: 50%;
display: block;
line-height: 50px;
font-size: 18px;
color: #fff;
text-transform: uppercase
}

.reviews-comments-item-admin{
padding: 0 0 0 70px;
position: relative;
float: left;
width: 100%;
margin-top: 15px;
}

.myorder-play{
width: 100%;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
margin-bottom: 5px;
}

#box_if_online{
	display:none;
}

.noti_date{
position: absolute;
right: 0px;
top: 0;
}

.text_noti{
  font-size: 16px;
  color: #2d2d2d;
  margin-top: 10px;
}

.noti_type{
padding: 5px;
background: #ccc;
border-radius: 5px;
font-weight: 500;
color: #000;
}
.not_read{
	font-weight:600;
}
.dot_i{
font-size: 10px;
line-height: 16px;
}
.to_readed{
padding: 7px;
background: #18458b;
border-radius: 5px;
margin-bottom: 10px;
color: #fff;
cursor: pointer;
}

#reg_tel_btn, #reg_email_btn, #login_mail_btn, #login_tel_btn{
font-size: 16px;
text-align: center !important;
color: #18458b;
background: #e8e6e6;
padding: 5px;
cursor: pointer;
}

#back_to_user_data{
	font-size: 25px;
cursor: pointer;
display: block;
border-radius: 10px;
background: #ECF6F8;
color: #183c7d;
width: 50px;
height: 50px;
line-height: 50px;
margin-bottom: 30px;
}

#resend_call_p2 a, #resend_call_p a{
border-bottom: 1px dashed;
font-size: 14px;
top: 5px;
cursor: pointer;
}
.scroltable-wrapper{
	padding: 5px 10px 10px 10px;
}

#show_modal_brone_table_diasble{
color: #fff;
font-size: 16px;
cursor: pointer;
border-radius: 3px;
-webkit-transform: translate3d(0,0,0);
background: #7D7D7D;
height: 50px;
line-height: 18px;
font-weight: 500;
width: calc(50% - 5px);
float: left;
padding-top: 8px;
text-align: center;	
}

#show_modal_brone_table{
color: #fff;
font-size: 16px;
cursor: pointer;
border-radius: 3px;
-webkit-transform: translate3d(0,0,0);
background: #1e88c5;
height: 50px;
line-height: 18px;
font-weight: 500;
width: calc(50% - 5px);
float: left;
padding-top: 8px;
text-align: center;
}

#show_modal_time_table{
color: #fff;
font-size: 17px;
cursor: pointer;
border-radius: 3px;
-webkit-transform: translate3d(0,0,0);
background: #18458b;
height: 50px;
line-height: 50px;
font-weight: 500;
width: calc(50% - 5px);
float: left;
margin-left: 10px;	
}

#show_modal_brone_table_play{
color: #fff;
font-size: 18px;
cursor: pointer;
border-radius: 5px;
-webkit-transform: translate3d(0,0,0);
background: #18458b;
height: 50px;
line-height: 50px;
font-weight: 500;
width: 100%;
float: left;
text-align: center;
}

.alert-info-abon{
margin-top: 30px !important;
text-align: center;
border-radius: .25rem;
color: #000;
background-color: #cce5ff;
border-color: #b8daff;
padding: 5px;
}

.user_avatar img{
width: 120px;
height: 120px;
border-radius: 110px;
border: 1px solid #ccc;
}

#change_ava{
padding: 10px;
background: #eee;
border-radius: 50%;
position: absolute;
top: 100px;
left: 240px;
border: 1px solid #000;
cursor: pointer;
}


#change_ava:hover{
background: #ccc;
}


.active .toc-item-link{
background: #18458b;
border: 1px solid #18458b;
color:#fff !important;
}

.toc-item-link{
cursor: pointer;
background: #ECF6F8;
padding: 5px;
margin-right: 5px;
border-radius: 5px;
border: 1px solid #18458b;
}

.toc-item{
	display: inline-block;
}

.scan_abon{
width: 100%;
display: block;
padding: 12px;
background: #18458B;
border-radius: 10px;
color: #fff;
box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.1);
}

.scan_abon-mobile, .scan_abon_mobile_descr{
	display:none;
}

.product__details_history{
	font-size: 18px;
border-bottom: 1px solid #000;
padding-bottom: 7px;
margin-top: 50px;
color: #18458B;
text-align: left;
cursor:pointer;
}

.product__details_history i{
position: absolute;
right: 0;
font-weight: 600;
}

.product__details_history_detail{
	display:none;
	text-align: left;
	padding-top: 15px;
}

.sessions_timeline{
  border-radius: 12px;
  position: relative;
}

.sessions_timeline li{
padding-bottom: 10px;
border-left: 1px solid #abaaed;
position: relative;
padding-left: 20px;
margin-left: 10px;
}

.sessions_timelin li:last-child{
    padding-bottom: 0;
  }
  
.sessions_timeline li:before{
	content: '';
	width: 15px;
	height: 15px;
	background: white;
	border: 1px solid #000;
	box-shadow: 3px 3px 0px #bab5f8;
	border-radius: 50%;
	position: absolute;
	left: -10px;
	top: 10px;
  }

.sessions_timeline .time{
color: #2a2839;
font-family: 'Poppins', sans-serif;
font-weight: 500;
padding: 10px;
text-align: left;
border: 1px solid #000;
margin-bottom: 10px;
border-radius: 8px;
font-size: 16px;
}

#qr-reader video{
	position: relative !important;
}

.calendar {
    display: flex;
    flex-flow: column;
}
.calendar .header .month-year {
font-size: 20px;
font-weight: bold;
color: #636e73;
line-height: 50px;;
}
.calendar .days {
    display: flex;
    flex-flow: wrap;
}
.calendar .days .day_name {
width: calc(100% / 7);
border-right: 1px solid rgba(0,0,0,0.21);
padding: 20px;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
color: #fff;
background-color: #3aaced;
}
.calendar .days .day_name:nth-child(7) {
    border: none;
}
.calendar .days .day_num {
    display: flex;
    flex-flow: column;
    width: calc(100% / 7);
    border-right: 1px solid #e6e9ea;
    border-bottom: 1px solid #e6e9ea;
    padding: 15px;
    font-weight: bold;
    color: #7c878d;
    cursor: pointer;
    min-height: 100px;
}
.calendar .days .day_num span {
  display: inline-flex;
  width: 30px;
  font-size: 14px;
  color: #474747
}
.calendar .days .day_num .event {
margin-top: 10px;
font-weight: 500;
font-size: 14px;
padding: 3px 6px;
border-radius: 50%;
background-color: #f7c30d;
color: #fff;
width: 25px;
height: 25px;
float: left;
margin-right: 5px;
}
.calendar .days .day_num .event.green {
    background-color: #51ce57;
}
.calendar .days .day_num .event.blue {
    background-color: #518fce;
}
.calendar .days .day_num .event.red {
    background-color: #ce5151;
}
.calendar .days .day_num:nth-child(7n+1) {
    border-left: 1px solid #e6e9ea;
}
.calendar .days .day_num:hover {
    background-color: #fdfdfd;
}
.calendar .days .day_num.ignore {
  background-color: #f2f1f1;
  color: #a3a4a5;
  cursor: inherit;
}
.calendar .days .day_num.selected {
  background-color: #c9fde2;
  cursor: inherit;
}

.book_sec_div_h{
	  font-size: 16px;
}

.box-main-categorys{
	width:100%;
	overflow:auto;
	scrollbar-width: thin;
}

.box-main-categorys-row{
	min-width:1040px;
}
.index-main-categorys{
	width:20%;
	float:left;
	min-width:200px;
	padding: 7px;
	position: relative;
}

.index-main-categorys-inner h4{
	font-size: 16px;
}

.index-main-categorys-inner .imc-desc{
	padding-top: 5px;
padding-bottom: 0;
color: #4e4e4f;
white-space: nowrap;
overflow: hidden;
}

.index-main-categorys-inner{
border: 1px solid #ccc;
border-radius: 10px;
}

#main_all_service_box{
display:none;
width: 100%;
top: 60px;
position: fixed;
background: #fff;
z-index: 7;
opacity: 1;
padding: 30px 0 50px 0;
border-bottom: 3px solid #18458b;
}

.header-main-categorys-inner{
padding: 10px;
border: 1px solid #ccc;
border-radius: 8px;
margin: 10px 0;
}

.header-main-categorys-inner:hover{
	border: 1px solid #18458b;
}

.header-main-category-icon{
position: relative;
z-index: 0;
overflow: hidden;
width: 58px;
height: 58px;
float: left;
}

.header-main-category-title{
padding-left: 70px;
padding-top: 10px;
}

.header-main-category-title h4{
text-align: left;
font-size: 16px;
white-space: nowrap;
overflow: hidden;
}

.header-main-category-title p{
text-align: left;
white-space: nowrap;
overflow: hidden;
}

.header-main-category-go{
float: right;
position: relative;
top: -40px;
font-size: 16px;
color: #3AACED;
font-weight: 600;
right: 10px;
}

.main-menu nav li a {
	float: left;
	padding: 10px 20px 10px 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    line-height: 35px;
    letter-spacing: 0px;
    color: #fff;
	-webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
#main_head_close_services_box{
	display:none;
}

#main_head_close_services_box p{
font-size: 25px;
color: #18458B;
padding: 20px 14px;
width: 100%;
height: 45px;
}
#main_head_close_services{
cursor: pointer;
float: left;
font-size: 25px;
color: #18458B;
position: absolute;
z-index: 99;
top: 10px;
border-radius: 10px;
background: #ECF6F8;
padding: 10px 14px;
width: 45px;
height: 45px;
left: 10px;
}

.main_head_outer_box{
	float: left;
}
.main_head_show_services{
font-size: 16px;
text-transform: none;
line-height: 35px;
letter-spacing: 0px;
color: #fff;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
display: block;
padding: 10px 20px 10px 20px;
font-weight: 500 !important;
}

.main_head_show_services:hover i {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.main_head_show_services i {
	padding-left:6px;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.search_blog_input{
margin-left: auto;
border: 1px solid #686a70;
border-radius: 5px;
padding: 4px 4px 4px 40px;
font-size: 16px;
line-height: 26px;
background: #fff;
transition: all .3s ease-out;
outline-color: #1f5eff;
width: 400px;
}

.wrap_search_blog{
width: fit-content;
margin: 70px auto 20px;
position: relative;
}

.search_blog_i{
	position: absolute;
top: 8px;
font-size: 20px;
left: 10px;
color: #747474;
}

.blog_tags a{
	border: 1px solid #18458b;
padding: 5px 10px;
border-radius: 15px;
color: #000 !important;
}

.dop_info_blog_list{
	padding: 10px 3px;
min-width: 350px;
width: 100%;
overflow: auto;
white-space: nowrap;
}

.blog_cat_tag{
	border: 1px solid #18458b;
padding: 5px 10px;
border-radius: 15px;
color: #000 !important;
}

.wrap-blog-category-list{
margin-bottom: 10px;
padding: 15px 10px 20px 10px;
text-align: left;
white-space: nowrap;
overflow: auto;
}

.wrap-blog-category-list a{
padding: 10px;
border: 1px solid #18458b;
margin-right: 10px;
border-radius: 5px;
	
}

.blog-category-list-active{
background: #18458b !important;
color: #fff !important;
}

.alert-success-abon {
  margin-top: 30px !important;
  text-align: center;
  border-radius: .25rem;
  color: #000;
  background-color: #a2ffa8;
  border-color: #50fd53;
  padding: 5px;
}

.index-main-categorys2{
	height: 110px;
width: 110px;
border: 1px solid #ccc;
border-radius: 10px;
float:left;
margin-right: 15px;
margin-bottom: 10px;
margin-top: 15px;
}

.active_how{
	border: 2px solid #18458b !important;
}

.box_for_main_desrc_how{
padding: 0 20px 20px 20px;
border: 1px solid #18458b;
border-radius: 10px;
}

.num_list{
width: 50px;
height: 50px;
float: left;
font-size: 25px;
color: #AEB0B8;;
line-height: 50px;
margin-right: 5px;
border-bottom: 3px solid #AEB0B8;
text-align: left;
cursor:pointer;
}

.num_list_active{
color: #18458b !important;
border-bottom: 3px solid #18458b !important;

}

.howto-descr-box2{
padding: 20px 0;
text-align: left;
}

.howto-descr-box2 h3{
	font-size:24px;
	margin-bottom:10px;
}

.howto-descr-box2 p{
font-size: 16px;
color: #323131;
}

.text-faq{
	color: #000;
font-size: 15px;
}

.num_list_next{
display: block;
padding: 10px;
background: #18458b;
color: #fff;
border-radius: 7px;
text-align: center;
width: 150px;
margin-top: 20px;
cursor: pointer;
position: absolute;
bottom: 0;
right: 20px;
}

.change_photo_list_box{
  position: absolute;
  width: 200px;
  border: 1px solid #ccc;
  z-index: 999;
  background: #f8fbff;
  margin-top: 20px;
  left: 90px;
}



.change_photo_list_el{
  padding: 10px;
  border-bottom: 1px solid #ccc;
  cursor:pointer;
}

.calendar_decr_box{
  position: absolute;
  width: 350px;
  padding: 10px;
  background: #d0e1fb;
  z-index:99;
  display:none;  
}

.calendar_decr_box p{
  padding: 0;
  text-align: left;
  color: #000;
}

.calendar_decr_box table{
  margin: 0;
  font-size: 10px;
}

.myorder_info_header{
	width:50%;
	height:40px;border-bottom:1px solid #000; 
	float:left;
	margin-right:5px;
}

.myorder_info_header2{
	width:calc(50% - 5px);
	height:40px;
	border-bottom:1px solid #000;
	float:left;
}

.myorder_info_header h4, .myorder_info_header2 h4{
	line-height:40px;
	text-align:center;
	font-size:14px;
	cursor:pointer;
	font-weight:500;
}

.myorder_info_header_active{
	border-bottom:3px solid #000 !important;
}

.myorder_info_header_active h4{
	font-weight:600 !important;
}

.active_sport{
	background: #183c7d !important;
	color: #fff !important;
}

.playgound_info_box li{
	display:flex;
	font-weight:500;
}

.playgound_info_box span{
	display:block;
	width:50%;
}

.playgound_info_box a{
	display:block;
	width:50%;	
}

#checkout_mobile_next_first{
	margin-top:20px;margin-bottom:10px;float:right;
}

.new-dashboard-item-odr{
    float: right;
    margin-right: 30px;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: 500;	
}

.myorder_link_play{
    font-size: 16px;
    width: 100%;
    display: block;	
}

.myorder_link_play_icon{
	background: #bce0e8;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    line-height: 33px !important;
    font-size: 14px;
    text-align: center;
    float: left;	
}

.myorder_link_play_right{
	float: left;
    width: calc(100% - 33px);
    padding-left: 10px;	
}

.myorder_link_play_right_name{
	width: 100%;
    display: block;
    font-weight: 500;
    font-size: 16px;	
}

.myorder_link_play_right_adress{
	width: 100%;
    display: block;
    font-size: 12px;
    color: #473d3d;
    font-weight: 500;
    padding-top: 1px;	
}

.table-responsive{
	width:100%;
	overflow:auto;
}

.flex_p{
	color:#000;
}
.day_num_detail{
    max-width: 350px;
    min-height: 250px;
    background: #fff;
    top: 170px;
    position: absolute;
    right: 0px;
    left: 0;
    margin: auto;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.43) 0px 0px 19px 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
	z-index:999;
}

.day_num_detail_date{
    height: 50px;
    line-height: 50px;
    color: #000;
    font-size: 16px
}

.close_day_num_detail{
display: block;
    cursor: pointer;
    float: right;
    font-size: 18px;
    color: #18458B;
    position: absolute;
    right: 10px;
    z-index: 99;
    top: 10px;
    border-radius: 10px;
    background: #ECF6F8;
    padding: 9px 14px;
    width: 40px;
    height: 40px;	
}
.day_num_detail_info{
	max-height:500px;
	overflow:auto;
	font-weight: 500;
    text-align: left;
	color: #000;
}

.day_num_detail_info h4{
	text-align: left;
    font-size: 13px;
    margin-bottom: 10px;
    color: #000;
	font-weight: 600;
}

.box_text_cash_notify .qr-pay-desctop{
	display:none !important;
}	

.box_text_cash_notify .qr-pay-mobile{
	display:block !important;
}	