/*////////////////////////////////////////////////////////////*/
/*//////////////////// General styles ////////////////////////*/
/*////////////////////////////////////////////////////////////*/
html,body {height:100%;}
body {
    /*background: url(../img/start/bg.jpg);*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x:hidden;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);

body.inmap {overflow: hidden; transition: 0.3s;}

a {
    color: #1b6d96;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #333;
    text-decoration: none;
    transition:0.3s;
}


.to_left {
    left: 250px;
    transition: 0.3s;
}

.to_left.inn {
    left: 250px;
    position: relative;
    margin-left: 0px;
    transition: 0.3s;
}

.fixed_w {
    /*max-width: 1140px;*/
	max-width: 1282px;
    margin: 0 auto;
}
.fixed_w h2 {
    margin-bottom: 20px;
    font-size: 36px;
    color: #191a22;
}

.fixed_w h3 {
        line-height: 34px;
}

.all_cont {transition: 0.3s;position: relative;}
.sidebar {
    /*background: rgba(0, 0, 0, 0.3);*/
    min-height: 100%;
    position: relative;
    padding: 0px 0px 0px 5px;
}
.contant {display: table;}
.contant .row {
    display: table-row;
}

.contant .row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}
.page_info {
    padding: 90px 15px 60px;
}
.page_info img {
    /*width: 100px;*/
	height:64px;
    border-radius: 3px;
    float: left;
    margin-right: 20px;
}
.page_info ul {}
.page_info ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 30px;
}
.page_info ul li a {
    color: #83BCED;
}
.page_info ul li a:hover {color: #ffffff;}
.page_info h1 {
    color: #ffffff;
    font-weight: 100;
    font-size: 40px;
    padding-top: 10px;
}
.page_info .status {
    color: #ffffff;
}
.page_info .lead {color:#ffffff; width: 70%;}
body.inner_page {
	background: #F4F4F4;
    /*background: #0F6AB8;*/
}

body.inner_page .bg_parallax {
    background: url(../img/bg.jpg);
    background-repeat: repeat;
    /*background-attachment: fixed;*/
}

.inner_page .header {box-shadow: none;}


/*////////////////////////Side menu//////////////////////*/

.pushy .profile {
    background: #0C5DA3;
    margin: -40px 0px -50px;
    padding: 40px 0px 50px;
}


.indexpage .logo {
    margin-left: 50px;
}
.indexpage .menu-btn {
    color: #242A33;
    top: 25px;
}
.indexpage .menu-btn:hover {
    top: 25px;
}

.pushy .profile .avatar {
    width: 110px;
    background: #0C5DA3;
    height: 110px;
    border-radius: 100px;
    position: relative;
    margin: 40px auto 0px;
}

.pushy .profile h3 {
    text-align: center;
}

.pushy .profile h3 a {
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
}

.pushy .profile h3 a:hover {
    color: #03AAAC;
    text-decoration: none;
}

.pushy .profile .log_btn {
    width: 100px;
    display: block;
    border: 2px solid #FFFFFF;
    text-align: center;
    padding: 8px;
    border-radius: 3px;
    margin: 20px auto;
    color: #FFFFFF;
}

.pushy .profile .log_btn:hover {
    border: 2px solid #ffffff; 
    color:#ffffff; 
    text-decoration: none;
}

/*.pushy .profile .avatar h1{
    width: 110px;
	height:110px;
    border-radius: 100px;
    display: block;
    border: 2px solid #FFFFFF;
    padding: 6px;
}
*/
.pushy .profile .avatar img{
    width: 110px;
    border-radius: 100px;
    display: block;
    border: 2px solid #FFFFFF;
    padding: 6px;
}

.pushy .profile .avatar span {
    display: block;
    position: absolute;
    right: 0px;
    padding: 5px 11px;
    background: #FFFFFF;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    color: #0C5DA3;
    font-weight: 500;
    top: 80px;
}

.pushy .side_menu {
    margin: 50px 0px;
    padding: 0px;
}

.pushy .side_menu li {
    display: block;
    list-style: none;
    margin-bottom: 0px;
}

.pushy .side_menu li a {
    color: #FFFFFF;
    display: block;
    border-top: 1px solid #0C5DA3;
    border-bottom: 1px solid #0C5DA3;
    margin-bottom: -1px;
}
.pushy .side_menu li a span {padding: 12px 20px;}
.pushy .side_menu li a i {
    color: #FFFFFF;
    padding: 12px;
    display: inline-block;
    background: #0C5DA3;
    margin-right: 16px;
    font-size: 14px;
    transition: 0.3s;
    min-width: 40px;
    text-align: center;
}
.pushy .side_menu li a:hover i, .pushy .side_menu li a.current i {
    color: #FFFFFF;
    padding: 12px;
    display: inline-block;
    background: #03AAAC;
    margin-right: 16px;
    font-size: 14px;
    transition: 0.3s;
    min-width: 40px;
    text-align: center;
}
.pushy .side_menu li a:hover, .pushy .side_menu li a.current {
    color: #0C5DA3;
    text-decoration: none;
    background: #FFFFFF;
}



/*////////////////////////////////////////////////////////////*/
/*////////////////// Promo Index Page styles ///////////////////////*/
/*////////////////////////////////////////////////////////////*/

.promo {overflow-x:hidden; background: #011222;}

.top_promo_block {
    background: url(../img/start/bg.jpg);
    width: 100%;
    background-position: center;
    position: relative;
}

.top_promo_block .bg_img {
    background: url(../img/start/bg2.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header_promo {
    margin-top: 36px;
}

.header_promo a {
    color: #ffffff;
    border: 2px solid;
    padding: 10px 40px;
    border-radius: 3px;
    font-size: 15px;
    float: right;
}

.header_promo a:hover {
    color: #e73931;
}

.search_promo {
    max-width: 900px;
    margin: 40px auto;
}

.search_promo input {
    height: 55px;
    /*border: 0px;*/
    border-radius: 3px;
    color: #322F44;
    font-size: 18px;
    font-weight: 300;
    padding: 0px 20px;
}
.search_promo input:focus, .btn_cat button:focus, .btn_promo_search button:focus, .input-group-btn {outline: none; box-shadow: none;}
.search_promo .btn_cat button span {
    color: #322F44;
    font-size: 16px;
    display: block;
    overflow: hidden;
    padding: 10px 0px;
}
.search_promo .btn_cat button span .caret {
    padding: 0px;
    display: block;
    float: none !important;
    position: absolute;
    top: 14px;
    right: 15px;
}
.btn_cat {
    width: 200px;
}

.btn_cat button {
    display: block;
    width: 100%;
    height: 55px;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: none;
    background: #FFFFFF;
    text-align: left;
    color: #322F44;
    font-size: 15px;
    font-weight: 300;
    padding: 0px 20px 0px 10px;
    border-left: 1px solid #E5E5E5;
}

.btn_cat button i {
    padding-right: 10px;
    font-size: 16px;
    color: #322F44;
}
.btn_cat button:hover {
    background: #F2F2F2;
    color: #5b5b5b;
    border-left: 1px solid #F2F2F2;
    border-bottom-right-radius: 3px;
}
.btn_cat.open button.dropdown-toggle i, .btn_cat.open button.dropdown-toggle .caret {
    color: #ffffff;
}
.btn_cat button .caret {
    color: #322F44;
    float: right;
    margin-top: 12px;
}

.btn_promo_search {}

.btn_promo_search button {
    height: 55px;
    padding: 0px 35px;
    font-size: 18px;
    /*margin-left: 30px !important;*/
}

.scroll_block {
    height: 100px;
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: 0px;
}

.scroll_block img {
    margin: 20px auto;
    display: block;
    -vendor-animation-iteration-count: 2;
}

.start_descrition {
    z-index: 9;
    text-align: center;
    /*position: absolute;*/
    /*width: 1000px;*/
    /*top: 50%;*/
    /*margin-top: -180px;*/
    /*left: 50%;*/
    /*margin-left: -500px;*/
    white-space: normal;
	/*background-color: rgba(255, 255, 255, 0.75);*/
	background-color: rgba(32,32,32, 0.65);
	border-radius: 5px;
	border-color: #fff;
    /*box-shadow: 0px 0px 64px #000;*/
	margin-top:25px;
	padding: 10px 20px;
}

.start_descrition h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
}

.start_descrition h1 span {
    display: block;
    width: 150px;
    height: 1px;
    background: #47A5F5;
    margin: 40px auto;
}

.start_descrition span {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #191a22;
    line-height: 32px;
}

/*Insert btn*/
.place_dd {
    width: 200px;
    margin-top: -1px;
    background: #47A5F5;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 0px;
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
}
.place_dd li {
}
.place_dd li a {
    padding: 10px 15px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
}
.place_dd li a i {
    margin-right: 15px;
    color: #ffffff;
}
.place_dd li a:hover {
    background: #ffffff;
    color: #47A5F5;
}
.place_dd li a:hover i {
    color: #47A5F5;
}
/*Index features block*/
.fea_block {
    padding: 60px 0px 48px;
    background: #ffffff;
}
.fea_block .fea_item {
    margin-bottom: 62px;
}
.fea_block .fea_item h3 {
    font-size: 18px;
    font-weight: 300;
    color: #33244A;
    margin-bottom: 20px;
}
.fea_block .fea_item h3 i {
    font-size: 32px;
    margin-top: -5px;
    display: block;
    /*float: left;*/
    margin-right: 10px;
    color: #1b6d96;
}
.fea_block .fea_item span {
    font-size: 15px;
    color: #333333;
    line-height: 24px;
    font-weight: 300;
}

/*Index slider rev block*/

.boxedcontainer     {   max-width: 1170px; margin:auto; padding:0px 30px;}

.tp-banner-container{
    width:100%;
    position:relative;
    padding:0;

}

.tp-banner{
    width:100%;
    position:relative;
}

.tp-banner-fullscreen-container {
    width:100%;
    position:relative;
    padding:0;
}

/*Index slider style*/
.sl_descrition {text-align: center; /*max-width: 800px;*/ white-space: normal;}
.sl_descrition span {    font-size: 22px;
    color: #000;
    padding: 10px 50px;
    border-bottom: 1px solid;
    border-top: 1px solid;}
.sl_descrition h1 {font-size: 30px; margin-bottom: 35px;}
.sl_descrition h1 span {
    display: block;
    width: 120px;
    height: 1px;
    margin: 30px auto;
    background: #1b6d96;
}


.sl_descrition p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
	color: #000;
	line-height: 38px;
    /*color: #FFFFFF;
    line-height: 32px;
	-webkit-text-stroke: 0.1px black;
	-webkit-text-fill-color: white; 
	text-shadow:
    3px 3px 0 #000,
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   /*-1px -1px 0 #000,  
    1px -1px 0 #000,
   -1px  1px 0 #000,
    1px  1px 0 #000;*/
	
}

.sl_descrition p b {
    color: #000;
	/*-webkit-text-stroke: 0;
	-webkit-text-fill-color: #1b6d96; 
	text-shadow:
    3px 3px 0 #000,
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   /*-1px -1px 0 #000,  
    1px -1px 0 #000,
   -1px  1px 0 #000,
    1px  1px 0 #000;*/
}
.sl_descrition .btns a {padding:10px 40px; color:#ffffff; font-size: 18px; margin-top: 30px;}

.sl_descrition.right {text-align: left;}
.sl_descrition.right h1 {}
.sl_descrition.right img {display: block; margin-top: 30px;}
.sl_descrition.right h1 span {margin: 30px 0px;}
.sl_descrition.right .btns {}

.sl_descrition.top {/*margin-top: 100px;*/}
.sl_descrition.top h1 { color:#000;}
.sl_descrition.top h1 b {
    color: #000;
	/*-webkit-text-stroke: 0.1px black;
    -webkit-text-fill-color: #1b6d96;
    text-shadow: 2px 2px 0 #FFF, -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;*/
	    text-transform: uppercase;
}
.sl_descrition.top h1 span {}
.sl_descrition.top .btns {}


/*Category block*/
.categori_block {
    padding: 110px 0px;
    background-color: #ffffff;
    background-image: url(../img/start/houses.png);

    background-repeat: repeat-x;

}

.categori_block .cat_item {}

.categori_block .cat_item div {
    border: 1px solid #cfdde6;
    border-radius: 3px;
    margin-bottom: 35px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 35px 10px;
    background: #ffffff;
    transition:0.3s;
	height: 191px;
}

.categori_block .cat_item div i {
    display: block;
    font-size: 32px;
    text-align: center;
    color: #cfdde6;
    transition:0.3s;
}

.categori_block .cat_item div h4 {
    color: #1b6d96;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-top: 10px;
    transition: 0.3s;
}


.va {
    padding: 14px;
    width: 160px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.categori_block .cat_item div:hover {
    background: #1b6d96;
    border-color: #1F79C7;
    box-shadow: none;
    /*cursor: pointer;*/
    transition: 0.3s;
	color:#FFF;
}

.categori_block .cat_item div:hover i {color: #ffffff;transition:0.3s;}
.categori_block .cat_item div:hover h4 {color: #ffffff;transition:0.3s;}


/*map*/
.map_block {
    padding: 0px;
    position: relative;
}
.map_block .index_map {width:100%; height: 700px;}
.map_block .map_descr {
    position: absolute;
    top: 0px;
    z-index: 9;
    background: rgba(33, 141, 234, 0.9);
    width: 100%;
}
.map_block .map_descr span {
    max-width: 1110px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 36px;
    font-weight: 200;
    color: #ffffff;
    padding: 40px 0px;
}
.map_block .map_descr span a {
    display: inline-block;
    font-size: 16px;
    border: 2px solid;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 3px;
    margin-left: 30px;
}
.map_block .map_descr span a:hover {color:#e73931;}

/*User block*/
.user_block {
    background: #ffffff;
    padding: 110px 0px;
}
.user_cover {margin-bottom: 40px;}
.user_block .user_item {
    position: relative;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 263px;
    border-radius: 3px;
}
.user_block .user_item .user_item_cont {
    position: absolute;
    bottom: 0px;
    background: #ffffff;
    width: 100%;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    min-height: 150px;
}
.user_block .user_item .user_item_cont img {
    top: -50px;
    display: block;
    position: absolute;
    width: 100px;
    border-radius: 100px;
    border: 6px solid #ffffff;
    margin-left: 50%;
    left: -50px;
}
.user_block .user_item .user_item_cont a.names {
    display: block;
    text-align: center;
    margin-top: 60px;
    font-size: 22px;
    font-weight: 300;
}
.user_block .user_item .bottom_link {
    position: absolute;
    background: #FFFFFF;
    bottom: 0px;
    width: 100%;
}
.user_block .user_item .bottom_link ul {
    padding: 0px;
}
.user_block .user_item .bottom_link ul li {
    list-style: none;
    display: block;
    width: 25%;
    float: left;
    border-right: 1px solid #e4e4e4;
    text-align: center;
    border-top: 1px solid #e4e4e4;

}
.user_block .user_item .bottom_link ul li.last {border-right: 0px;}
.user_block .user_item .bottom_link ul li a {
    padding: 6px 0px;
    display: block;
    color: #CDCDCD;
}
.user_block .user_item .bottom_link ul li a:hover {
    background: #F4F4F4;
    color: #333;
}
.user_block .user_item .bottom_link ul li a i {
    font-size: 12px;
    padding-right: 5px;
}
.user_block .user_item .blurbg {
    width: 100%;
    border-radius: 3px;
    transition:0.3s;
}

.user_sm {
    position: relative;
}
.user_num {
    position: absolute;
    height: 35px;
    width: 35px;
    background: #ffffff;
    border-radius: 100px;
    padding-top: 8px;
    font-size: 14px;
    color: #ff9c00;
    bottom: -16px;
    left: 50%;
    z-index: 2;
    text-align: center;
    margin-left: -18px;
}

.user_go {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(33, 141, 234, 0.85);
    border-radius: 3px;
    font-size: 20px;
    padding: 10px 26px;
    color: #ffffff;
    bottom: -150%;
    transition: 0.3s;
}

.user_go i {
    display: block;
    margin: 5px auto;
    width: 20px;
}
.user_sm img {width: 100%; border-radius: 3px;}
.min_u_hover {
    overflow: hidden;
    position: relative;
}
.min_u_hover:hover .user_go {bottom:0px; transition:0.3s;}

.min_u_hover:hover {cursor: pointer;}



.fb_btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 16px;
    color: #ffffff;
    text-shadow: 0px 0px 3px #000000;
    background: none;
    height: 35px;
    width: 35px;
    border-radius: 60px;
    padding: 6px 11px;
}

.fb_btn:hover {
    background: #014490;
    color: #ffffff;
    text-shadow: none;
}
.user_item:hover .blurbg {width: 110%; transition:0.3s;}






/*promo block*/
.promo_block {
    padding: 110px 0px;
    background: #1d142b;
    position: relative;
    overflow: hidden;
}
.promka {
    z-index: 9;
    position: relative;
}
.promo_block .anim_bg {
    background:url("../img/start/promo_bg.jpg");
    position:absolute;
    left:0;
    top:0;
    height:3000px;
    width:100%;
    -webkit-animation:cloud_one 50s linear infinite;
    -moz-animation:cloud_one 50s linear infinite;
    -o-animation:cloud_one 50s linear infinite;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0)
}

@-webkit-keyframes cloud_one {
    0% {
        bottom:0%
    }
    100% {
        top:-100%
    }
}

@-moz-keyframes cloud_one {
    0% {
        bottom:0
    }
    100% {
        top:-100%
    }
}

.promo_block img {
    display: block;
    margin: 0px auto 40px;
}
.promo_block span {
    display: block;
    font-size: 36px;
    font-weight: 100;
    color: #1b6d96;
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    line-height: 60px;
}

/*places block*/
.places_index_block {
    background: #ffffff;
    padding: 110px 0px;
}
.place_index_item {
    margin-bottom: 40px;
}
.place_index_item .place_inn {}
.pl_descr {
    border: 1px solid #e4e4e4;
    border-top: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
    padding: 25px;
}
.pl_descr a {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}
.pl_descr span {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}
.pl_descr .rate {
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 0px;
}
.pl_descr .rate li {
    list-style: none;
    display: inline-block;
    color: #FFCB00;
    padding-right: 2px;
}
.pl_descr .rate li i {}
.pl_descr .rate li i.no {
    color: #DADADA;
}
.pl_descr .rate li i:hover {
    color: #FF9100;
    cursor: pointer;
}
.place_inn img {
    width: 100%;
}



/*////////////////////////////////////////////////////////////*/
/*/////////////////// Map Page styles ////////////////////////*/
/*////////////////////////////////////////////////////////////*/
/* map style */
.map {
    width: 100%;
    height: 100%;
    position: fixed !important;
}

/*menu*/
.menu {
    position: absolute;
    z-index: 9;
    background: rgba(33, 173, 234, 0.9);
    width: 100%;
    bottom: 0px;
    max-height: 65px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.menu.mobile #close_menu {display: none;}
.menu ul {
    padding: 0px;
    text-align: center;
    max-width: 1190px;
    margin: 0 auto;
}
.menu li {
    list-style: none;
    display: inline-block;
    width: 10%;
    margin: 0px -2px;
    padding: 0px;
}
.menu li a {
    display: block;
    color: rgba(255, 255, 255, 1);
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    padding: 11px 0px;
    text-decoration: none;
    transition: 0.3s;
}
.menu ul li a span {}
.menu li a:hover, .menu li a:focus {
    background: #ffffff;
    transition: 0.3s;
    color: #1b6d96;
}
.container-fluid.menu span, .container-fluid.menu .icon-remove, .container-fluid.menu .mobile_menu {display: none;}
.marker_info .info {
    width: 300px;
    height: 320px;
    border-radius: 5px;
    background: rgba(0, 127, 237, 0.8);
    position: relative;
    z-index: 9999999;
}

.marker_info .info img {
    display: block;
    border-radius: 100px;
    width: 110px;
    position: absolute;
    top: -53px;
    left: 90px;
    border: 7px solid #e9e5db;
    background: #ffffff;
}
.marker_info .info a {
    background: #ffffff;
    border: 0px;
    color: #1b6d96;
    transition:0.3s;
}
.marker_info .info a:hover {
    background: #242A33;
    border: 0px;
    color: #1b6d96;
    transition: 0.3s;
}
.marker_info .info h2 {
    text-align: center;
    padding-top: 70px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #ffffff;
}
.marker_info .info h2 span {
    width: 70px;
    height: 1px;
    background: #FFFFFF;
    display: block;
    margin: 15px auto;
}
.marker_info .info span {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
    display: block;
    padding: 0px 30px;
    font-size: 14px;
}
.marker_info .info a {}
a.green_btn {
    background: #E73931;
    border: 1px solid #000000;
    padding: 10px 50px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
    display: block;
    width: 180px;
    text-align: center;
    bottom: 40px;
    position: absolute;
    left: 60px;
    transition: 0.3s;
}
a.green_btn:hover {
    background: #ffffff; /* Old browsers */
    border: 1px solid #000000;
    padding: 10px 50px;
    color: #E73931;
    font-size: 14px;
    box-shadow: none;
    border-radius: 4px;
    display: block;
    width: 180px;
    text-align: center;
    bottom: 40px;
    position: absolute;
    left: 60px;
    text-decoration: none;
}
.marker_info .arrow {
    width: 0px;
    height: 0px;
    position: absolute;
    padding: 0px !important;
    left: -28px;
    top: 150px !important;
    border: 14px solid rgba(255, 0, 0, 0);
    top: 0px;
    border-right-color: rgba(33, 141, 234, 0.9);
}
/*header*/
.header {
    position: fixed;
    width: 100%;
    z-index: 9;
    transition: 0.3s;
    background: #1b6d96;
    height: 71px;
    border-bottom: 1px solid #1367B0;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.59);
}
.header:hover {
    background: #1367B0;
    transition: 0.3s;
}
.open_side {
    float: left;
    font-size: 21px;
    padding: 28px 10px 0px 20px;
    transition:0.3s;
}

.open_side:hover {
    float: left;
    font-size: 21px;
    color: #03AAAC;
    padding: 28px 10px 0px 20px;
    cursor: pointer;
    transition:0.3s;
}

.header .logo {
    display: inline-block;
    /*float: left;*/
    padding: 8px 30px 0px 0px;
}

.header .search {
    margin: 8px 0px 8px 30px;
    /*float: right;*/
	display: inline-block;
    background: #ffffff;
    box-shadow: 0px 0px 2px rgba(18, 99, 169, 1);
    border: 1px solid rgba(25, 122, 207, 1);
    border-radius: 3px;
    height: 33px;
    font-size: 13px;
    font-style: italic;
    width: 100%;
    padding: 0px 10px;
    max-width: 400px;
}
.green_btn_header {
    /*background: #202020;*/
    padding: 6px 12px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
    display: block;
    /*width: 180px;*/
    text-align: center;
    /*float: right;
    margin: 9px;*/
    transition: 0.3s;
}
.green_btn_header:hover {
    background: #FFFFFF;
    padding: 6px 12px;
    color: #1b6d96;
    font-size: 14px;
    border-radius: 4px;
    display: block;
    /*width: 180px;*/
    text-align: center;
    /*float: right;
    margin: 9px;*/
    text-decoration: none;
    transition: 0.3s;
}

.inner_head .menu-btn {
    color: #ffffff;
    top: 5px;
}
.inner_head .menu-btn:hover{
    color: #202020;
    top: 5px;
    background: none;
}
.innerpage .menu-btn {
    color: #ffffff;
    top: 5px;
}
.innerpage .menu-btn:hover {
    color: #202020;
    top: 5px;
    background: none;
}

/*add place*/
.add_place {
    position: fixed;
    z-index: 999999999;
    background: rgba(16, 7, 29, 0.72);
    width: 100%;
    height: 100%;
    top: 0px;
    transition: 0.3s linear;
}
.place_form {
    width: 300px;
    background: #ffffff;
    border-radius: 4px;
    margin: 0 auto;
    top: 50%;
    position: relative;
    min-height: 380px;
    margin-top: -265px;
	padding-bottom: 15px;
}
.place_form h3 {
    font-weight: 300;
    text-align: center;
    padding: 20px 0px;
    display: block;
}
.place_form h3 span {
    display: block;
    width: 60px;
    height: 1px;
    background: #e73931;
    margin: 20px auto -16px auto;
}
.place_form label {
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    padding: 0px 30px;
    margin: 20px 0px 20px 0px;
}
.place_form label textarea {
    display: block;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    margin-top: 10px;
    background: #F9F9F9;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 300;
}
.place_form label input {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    margin-top: 10px;
    background: #F9F9F9;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 300;
}
.place_form label input:focus {
    outline: none;
    border: 1px solid #2e6da4;
    background: #ffffff;
    color: #337ab7;
    font-size: 16px;
    font-weight: 300;
}
.place_form label select {
    display: block;
    width: 100%;
    margin-top: 10px;
    height: 30px;
}
.place_form a {
    width: 100%;
    margin: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 20px;
    margin-top: 18px;
}
.place_form a:hover {
    width: 100%;
    margin: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 20px;
    margin-top: 18px;
}
.place_form button
{
	padding:10px;
}
/*login form*/
.login_form {min-height: 300px;}
.login_form a i {
    padding: 0px 10px 0px 0px;
}
.login_form a, .login_form a:hover {
    margin: 10px 30px;
    width: 240px;
    border-radius: 3px;
    padding: 10px;
}
.none {top: -150%; transition: 0.3s linear;}
.close_window {
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    color: #ffffff;
    cursor: pointer;
}
.close_window:hover {
    color: #E51616;
}





/*////////////////////////////////////////////////////////////*/
/*////////////// Inner (place) Page styles ///////////////////*/
/*////////////////////////////////////////////////////////////*/
.contant {}
.contant .basic {
    background: #ffffff;
    min-height: 100%;
    padding:0px;
    position: relative;
}
.dark_bg {
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    width: 100%;
    height: 100%;
}

/*head*/
.head {
    background: #ffffff;
    padding: 20px 30px 30px;
}
.head .logo {}
.head .search {
    margin: 0px 30px 0px;
    float: right;
    background: #ffffff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    height: 33px;
    font-size: 13px;
    font-style: italic;
    width: 100%;
    padding: 0px 10px;
    max-width: 150px;
}
.head .green_btn_header, .head .green_btn_header:hover {
    max-width: 40px;
    padding: 6px 0px;
    text-align: center;
    margin: 0px;
}
.menusha {
    display: none;
}
.menusha_open {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 21px;
    color: #D0544B;
    transition:0.3s;
}
.menusha_open:hover {color:#ffffff; cursor: pointer; transition:0.3s;}
/*header section*/
.header_section {
    /*background: url(../img/c_interior.png) no-repeat;*/
    margin: 0px 0px;
    background-size: cover;
    min-height: 255px;
    overflow: hidden;
    position: relative;
}



/*header_icon_descr_section*/
.icon_descr_block {
    overflow: hidden;
    border-bottom: 1px solid #E8E8E8;
	width: 100%;
}
.icon_descr_block .cols {
    width: 50%;
    float: left;
    padding: 16px;
}
.icon_descr_block .cols .icons {
    position: relative;
    float: left;
    width: 30%;
    padding: 20px;
}
.icon_descr_block .cols .icons .ic {
    display: block;
    padding: 18px 24px;
    border: 2px solid;
    width: 76px;
    height: 76px;
    border-radius: 150px;
    font-size: 24px;
}
.icon_descr_block .cols .icons .ic i {}
.icon_descr_block .cols .icons .num {
    display: block;
    /*width: 70px;*/
	text-align:center;
    position: relative;
    padding: 3px 20px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    bottom: 8px;
    /*left: 23px;*/
    color: #ffffff;
	text-align: center;
}
.icon_descr_block .bubble {
    float: left;
    width: 50%;
}
.icon_descr_block .bubble div {
    background: #f3f3f3;
    padding: 15px;
    border-radius: 3px;
    margin: 30px 30px;
    color: #5a5a5a;
    font-weight: 300;
    position: relative;
    line-height: 24px;
}
.icon_descr_block .bubble div span {
    width: 0px;
    height: 0px;
    position: absolute;
    border: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid #F3F3F3;
    left: -20px;
    top: 42px;
}
.id_blue .num {background: #45c3e8;}
.id_green .num {background: #97c900;}
.id_orange .num {background: #ff5700;}
.id_blue {
    color: #45c3e8;
}
.id_green {
    color: #97c900;
}
.id_orange {
    color: #ff5700;
}
/*header_contact section*/
.phone_email {
    padding: 14px 30px;
    border-bottom: 1px solid #e8e8e8;
    min-height: 50px;
    overflow: hidden;
}
.phone_email span {
    display: block;
    float: left;
    margin: 0px 40px 0px 0px;
}
.phone_email span i {
    display: inline-block;
    margin-right: 12px;
    font-size: 18px;
    color: #A8A8A8;
}

/*Features block*/
.features_block {
    overflow: overlay;
    min-height: 162px;
	display:inline-block;
	width:100%;
}
.features_block div {
    width: 50%;
    float: left;
}
.features_block div ul {
    padding: 20px 30px;
}
.features_block div ul li {
    list-style: none;
    margin: 13px 0px;
}
.features_block div ul li b {}

/*share block*/
.share_block {
    background: #f3f3f3;
    overflow: overlay;
    min-height: 55px;
}
.share_block div {
    width: 50%;
    float: left;
}
.share_block div a {
    display: inline-block;
    /*margin: 10px 30px;*/
}
.share_block h2  {
	font-size:18px;
	margin-left: 30px;
    margin-right: 30px;
}
.share_block h2 a {
	font-weight: 400;
}
.share_block h2 span {
    width: 80px;
    height: 1px;
    display: block;
    margin: 20px 0px;
    background: #1b6d96;
}
.share_block div div {
    width: 50%;
    float: left;
    padding: 10px 30px;
    font-size: 13px;
    color: #6f6f6f;
}
.share_block div div span {
    display: block;
    font-weight: bold;
    color: #4A4A4A;
}

/*check in block*/
.check_in {}
.check_in div {
    padding: 30px;
}
.check_in div a {}
.check_in div a:hover {}
.check_in div .users_group {
    padding: 20px 0px;
    margin: 0px -10px;
}
.check_in div .users_group a {
    display: inline-block;
    margin: 0px 10px;
    overflow: hidden;
    position: relative;
}
.check_in div .users_group a img {
    width: 45px;
    border-radius: 3px;
}

.users_group .user_go {
    padding: 9px 0px;
    transition:0.3s;
}
/*flickr block*/
.flickr_photo h4 {margin-left: 10px;}
.flickr_photo {
    padding: 0px 20px;
}
.flickr_photo ul {
    margin: 0px;
    padding: 0px;
}
.flickr_photo ul li {
    list-style: none;
    display: inline-block;
    margin: 13px;
    overflow: hidden;
    width: 13%;
    border-radius: 3px;
    height: 110px;
}
.flickr_photo ul li img {transition:0.3s;}
.flickr_photo ul li img:hover {opacity: 0.8; transition:0.3s;}

/*reviews*/
.reviews {}
.reviews h4 {
    padding: 40px 30px 0px 30px;
    font-size: 16px;
    margin: 0px;
}
.reviews .rev {
    padding: 30px;
    border-bottom: 1px solid #E4E4E4;
    transition:0.3s;
}
.reviews .rev .user {
    float: left;
    margin: 0px 20px 0px 0px;
    padding-top: 4px;
}
.reviews .rev .user img{
    width: 45px;
    border-radius: 3px;
}
.reviews .rev .texts {
    padding-left: 65px;
}
.reviews .rev .head_rev {}
.reviews .rev .head_rev span {
    color: #B5B5B5;
    font-size: 13px;
    padding-left: 20px;
}
.reviews .rev .text_rev {
    padding-top: 10px;
    color: #606060;
}
.reviews .rev:hover {background: #fafafa;transition:0.3s;}

/*Add comment*/
.add_comment h4 {
    padding: 30px 0px;
}
.add_comment {
    padding: 0px 30px 50px;
}
.add_comment textarea {
    width: 100%;
    border: 0px;
    background: #f1f1f1;
    border-radius: 3px;
    resize: vertical;
    min-height: 100px;
    padding: 15px;
}
.add_comment textarea:focus {outline: none;}
.add_comment a {
    margin-top: 15px;
}


/*Map*/
.map_place {
    width: 100%;
    height: 254px;
    /*margin-left: 5px;*/
}

/*similar*/
.similar {
    padding: 0px 20px;
}
.similar div {
    overflow: auto;
    margin: 0px -20px;
    color: #ffffff;
    border-bottom: 1px solid rgba(0, 69, 123, 1);
    padding: 13px 20px;
}
.similar a {
    
}
.similar a:hover {color:#ffffff;}

.sidebar a.citylink {
	color: #5E5D5D;
    display: inline-block;
}


.similar h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #ffffff;
    /*padding: 25px 0px 10px;*/
}
.similar p {
    font-family: 'Roboto', sans-serif;
    color: #5E5D5D;
	padding-top: 8px;
}
.similar img {
    width: 45px;
    border-radius: 3px;
    display: block;
    float: left;
    margin-right: 10px;
}
.similar i {
    font-size: 12px;
    padding-right: 5px;
    color: #ffffff;
}
.address {
    background: rgba(33, 141, 234, 0.9);
    color: #ffffff;
    width: 320px;
    position: absolute;
    height: 100px;
    top: 75px;
    padding: 18px 24px;
    right: -310px;
    z-index: 2;
    font-size: 15px;
}
.address span {
    width: 0px;
    height: 0px;
    position: absolute;
    border: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(33, 141, 234, 0.9);
    left: -20px;
    top: 42px;
}

/*mobie places*/
.mobile_place {
    padding: 0px 0px 30px;
    overflow: auto;
    display: none;
}
.mobile_place .similar {}
.mobile_place .similar div {
    color: #BABABA;
    width: 48%;
    float: left;
    margin: 1%;
    border: 1px solid #E4E4E4;
    border-radius: 3px;
}
.mobile_place .similar a {
    display: block;
}
.mobile_place .similar a:hover {color:#202020;}
.mobile_place .similar h3 {
    color: #1B1B1B;
    padding: 0px 8px 20px;
    margin: 0px;
}
.mobile_place .similar img {
    width: 45px;
    border-radius: 3px;
    display: block;
    float: left;
    margin-right: 10px;
}
.mobile_place .similar i {
    color: #BABABA;
}
.mobile_place .address {
    background: rgba(231, 57, 49, 1);
    padding: 15px 15px;
    margin-top: 0px;
    border-radius: 1px;
    color: #ffffff;
    position: absolute;
    left: 0px;
}


/*////////////////////////////////////////////////////////////*/
/*////////////////// User Profile pages //////////////////////*/
/*////////////////////////////////////////////////////////////*/
.vp h1{
    padding: 0px 30px 30px;
}
.map_user_visits {width: 100%; height: 300px;}
.marker_visit {
    background: rgba(0, 0, 0, 0.83);
    border-radius: 3px;
    width: auto;
    position: fixed;
}
.marker_visit .info {
    padding: 10px 30px;
}
.marker_visit .info span {
    width: 0px;
    height: 0px;
    position: absolute;
    padding: 0px !important;
    left: -16px;
    top: 12px !important;
    border: 8px solid rgba(255, 0, 0, 0);
    top: 0px;
    border-right-color: rgba(0, 0, 0, 0.83);
}
.marker_visit .info a {font-size: 14px;}
.marker_visit .info a:hover {font-size: 14px; color: #ffffff;}

/*user left column*/
.user_avatar {
    margin-top: 100px;
    position: relative;
}
.user_avatar img {
    width: 100%;
    border-radius: 3px;
}
.user_avatar span {
    position: absolute;
    background: rgba(0, 0, 0, 0.71);
    display: block;
    bottom: 0px;
    width: 100%;
    padding: 8px 15px;
    font-size: 28px;
    font-family: roboto;
    font-weight: 300;
    color: #ffffff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.user_friends {
    overflow: hidden;
    padding: 0px 10px;
}
.user_friends h4 {
    color: #ffffff;
    font-size: 20px;
    padding: 20px 10px 0px;
}
.profile_mobile_vis .user_friends h4 {color:#202020;}
.users_group {}
.users_group .user_avatars {
    position: relative;
    overflow: hidden;
    display: block;
    width: 45px;
    float: left;
    margin: 10px;
}
.users_group .user_avatars img {
    width: 45px;
    border-radius: 3px;
}
/*userr btn*/
.user_btn {
    margin: 20px 20px;
}

.user_btn a {
    display: block;
    margin-bottom: 12px;
    padding: 10px;
}
.profile_mobile_vis {display: none;}
.user_avatars {position: relative;overflow: hidden;display: block;}
.user_avatars img {}
.user_avatars .user_go {transition: 0.3s;}
.user_avatars .user_go i {}
.user_avatars:hover .user_go {
    bottom: 0px;
    overflow: hidden;
    padding: 0px;
    width: 45px;
    padding-top: 8px;
    transition: 0.3s;
}
.user_vis {
    background: #1b6d96;
    padding: 16px 20px;
    color: #ffffff;
}
.user_vis span {}
.user_vis span i {
    margin-right: 10px;
}
.user_vis div {
    width: 0px;
    height: 0px;
    position: absolute;
    border: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #1b6d96;
    right: -20px;
    top: 16px;
    z-index: 9;
}


/*////////////////////////////////////////////////////////////*/
/*///////////////////////// Typo page ////////////////////////*/
/*////////////////////////////////////////////////////////////*/

.typo_cont {
    padding: 30px;
}
.typo_cont .typo_head {
    font-family: roboto;
    font-weight: 300;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 40px;
}
.typo_cont .the-icons {
    padding: 0px;
}
.typo_cont .the-icons li {
    list-style: none !important;
    display: inline-block;
    width: 32%;
    color: #BEBEBE;
    margin: 15px 0px;
}
.typo_cont .the-icons li:before {display: none;}
.typo_cont .the-icons li i {
    font-size: 21px;
    font-weight: 300;
    color: #95C800;
    padding-right: 15px;
    margin-top: -5px;
    display: block;
    float: left;
}

.t_list {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 100px;
}





/*////////////////////////////////////////////////////////////*/
/*//////////////////////// Place grid ////////////////////////*/
/*////////////////////////////////////////////////////////////*/
.place_gr_cont {overflow: auto;}
.place_gr_cont h1, .place_li_cont h1  {
    padding: 0px 30px 30px;
}
.place_gr_cont * {transition:0.3s;}

.place_gr_cont .pg {
    width: 50%;
    padding: 30px;
    min-height: 300px;
    float: left;
    background-size: cover !important;
    position: relative;
    max-height: 300px;
    overflow: hidden;
}
.place_gr_cont .pg img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.place_gr_cont .pg h2 {
    font-size: 26px;
    color: #ffffff;
    margin-top: 0px;
}

.place_gr_cont .pg h2 span {
    width: 80px;
    height: 1px;
    display: block;
    margin: 20px 0px;
}

.place_gr_cont .pg span {
    font-family: roboto;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    font-weight: 300;
}

.place_gr_cont .pg.style_one {transition:0.3s;}

.place_gr_cont .pg.style_two {
    background: #1b6d96;
    transition: 0.3s;
}

.place_gr_cont .pg.style_two h2 span{
    background: #ffffff;
}

.place_gr_cont .pg.style_three {
    background: #1b2027;
}

.place_gr_cont .pg.style_three h2 span, .place_gr_cont .pg.style_one h2 span {
    background: #1b6d96;
}

.place_gr_cont .pg.style_one.bg_one {
    background: url(../img/pl1.jpg);
    transition:0.3s;
}

.place_gr_cont .pg.style_one.bg_two {
    background: url(../img/pl2.jpg);
    transition:0.3s;
}

.place_gr_cont .pg.style_one.bg_three {
    background: url(../img/pl3.jpg);
    transition:0.3s;
}

.place_gr_cont .pg:hover {
    cursor: pointer;
    background: #ffffff !important;
    transition:0.3s;
}

.place_gr_cont .pg:hover h2 {
    color: #1b6d96;
    transition: 0.3s;
}

.place_gr_cont .pg:hover h2 span {
    background: #1b6d96;
    transition: 0.3s;
}

.place_gr_cont .pg:hover span {
    color: #030102;
    transition:0.3s;
}

.more_btn {
    padding: 10px 20px;
    display: block;
    width: 150px;
    text-align: center;
    border: 2px solid #CBCBCB;
    margin: 30px auto;
    border-radius: 3px;
    color: #CBCBCB;
    clear: both;
}
.more_btn:hover {
    text-decoration: none;
    background: #1b6d96;
    border-color: #1b6d96;
    color: #ffffff;
}


.pg:hover .dar_bg_frid {background: #ffffff;}
.places_cat {padding:0px;}
.places_cat li {
    list-style: none;
}
.places_cat li a {
    display: block;
    padding: 12px 15px;
    border-bottom: 1px solid rgba(0, 67, 124, 1);
    color: #ffffff;
	background: #0F6AB8;
}
.places_cat li a:hover {
    background: #1b6d96;
    color: #ffffff;
    border-bottom: 1px solid #1b6d96;
}
.places_cat li a i {
    margin-right: 15px;
}

.tag {
    padding: 15px;
    margin-top: 30px;
}
.tag h3 {
    color: #ffffff;
    margin-bottom: 20px;
}
.tag ul {
    padding: 0px;
}
.tag ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 1px 7px;
}
.tag ul li a {
    padding: 6px 14px;
    border: 1px solid #1b6d96;
    display: block;
    border-radius: 40px;
}
.tag ul li a:hover {
    background: #1b6d96;
    color: #ffffff;
}

.dar_bg_frid {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.p_cont {
    z-index: 99;
    position: relative;
}





.place_li_cont {}


.place_li_cont .style_list {
    margin-bottom: -1px;
    position: relative;
}

.place_li_cont .style_list img {
    display: block;
    float: left;
    max-width: 200px;
    margin: 14px;
    border-radius: 3px;
}
.place_li_cont .style_list div h2 {
    color: #333333;
    font-size: 26px;
}
.place_li_cont .style_list div h2 a {transition:0.3s;}
.place_li_cont .style_list div h2 a:hover {
    transition:0.3s;
    color:#333;
    text-decoration: none;
}
.place_li_cont .style_list div h2 span {
    width: 80px;
    height: 1px;
    display: block;
    margin: 20px 0px;
    background: #1b6d96;
}
.place_li_cont .style_list div span {
    font-family: roboto;
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    line-height: 26px;
    display: block;
    margin-bottom: 14px;
}
.place_li_cont .style_list .con {
    /*border-top: 1px solid #E5E5E5;*/
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
}

.place_li_cont .comm i {
    display: block;
    float: left;
    margin-right: 10px;
}
.list_dia {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 40%;
}
.list_dia .ld {
    width: 100px;
    float: right;
    margin: 0px 10px;
}
.list_dia .circle {margin-right: 10px;}
.list_dia span {
    font-size: 14px !important;
    line-height: 32px !important;
}

.content_li {
    float: none;
    margin-left: 240px;
    /*padding-right: 30px;*/
}
.pg.style_list {
    transition:0.3s;
}
.pg.style_list:hover {
    background: #F9F9F9;
    transition:0.3s;
}


/*////////////////////////////////////////////////////////////*/
/*///////////////////////// Blog page ////////////////////////*/
/*////////////////////////////////////////////////////////////*/
.page_info ul {
    padding: 0px;
}
.blog_cat {
    padding: 0px 30px;
    margin-top: 35px;
    margin-bottom: 20px;
}
.blog_cat li {
    list-style: none;
    display: inline-block;
    padding: 0px 0px 0px 0px;
}
.blog_cat li a {
    background: rgba(255, 255, 255, 0);
    padding: 8px 16px;
    border-radius: 100px;
    border: 1px solid #1b6d96;
}
.blog_cat li a.active {
    background: #1b6d96;
    color: #ffffff;
}
.blog_cat li span {
    color: #ffffff;
}


/*Post*/
.post {}

.post.p_style_one {
    /*background: url('../img/blog_post_bg.jpg');*/
	background-color: #1b6d96;
    padding: 90px;
}

.post.p_style_one .post_info {
    background: #ffffff;
    padding: 20px;
}

.post.p_style_one h2 {
    margin-top: 0px;
}

.post.p_style_one h2 span {
    display: block;
    width: 100px;
    height: 1px;
    background: #1b6d96;
    margin: 20px 0px;
}

.post.p_style_one .p_text {}

.post.p_style_one .p_footer {}

.post.p_style_one .p_footer ul {
    padding: 0px;
    margin-top: 18px;
}

.post.p_style_one .p_footer ul li {
    list-style: none;
    padding: 10px 20px 0px 0px;
    display: inline-block;
}

.post.p_style_one .p_footer ul li a i {
    color: #C5C5C5;
    font-size: 13px;
    display: inline-block;
    margin: 0px 8px 0px 0px;
}



.post.p_style_one.vdk {
    background: url('../img/blog_post_vdk.jpg');
    background-size: cover;
}

/*Post style two*/
.post {}
.post.p_style_two {
    /*background: url('../img/blog_post_two_bg.jpg');*/
	background: #1b6d96;
    padding: 0px;
    background-size: cover;
    background-position: right top;
	margin-bottom: 10px;
}

.post.p_style_two .post_info {
    background: #ffffff;
    padding: 30px;
    width: 70%;
    position: relative;
}

.post.p_style_two h2 {
    margin-top: 0px;
}

.post.p_style_two h2 span {
    display: block;
    width: 100px;
    height: 1px;
    background: #1b6d96;
    margin: 20px 0px;
}

.post.p_style_two .p_text {}

.post.p_style_two .p_footer {}

.post.p_style_two .p_footer ul {
    padding: 0px;
    margin-top: 18px;
}

.post.p_style_two .p_footer ul li {
    list-style: none;
    padding: 10px 20px 0px 0px;
    display: inline-block;
}
.post.p_style_two .post_info .arrow {
    width: 0px;
    height: 0px;
    position: absolute;
    padding: 0px !important;
    right: -28px;
    margin-top: 50px;
    border: 14px solid rgba(255, 0, 0, 0);
    top: 0px;
    border-left-color: rgba(255, 255, 255, 1);
}

.post.p_style_two .p_footer ul li a i {
    color: #C5C5C5;
    font-size: 13px;
    display: inline-block;
    margin: 0px 8px 0px 0px;
}







.post.p_style_two .p_header {}

.post.p_style_two .p_header ul {
    padding: 0px;
    margin-top: 18px;
}

.post.p_style_two .p_header ul li {
    list-style: none;
    padding: 10px 20px 0px 0px;
    display: inline-block;
}


.post.p_style_two .p_header ul li i {
    color: #337ab7;
    font-size: 13px;
    display: inline-block;
    margin: 0px 8px 0px 0px;
}

/*Post style three*/
.post {}

.post.p_style_three {
    background: url('../img/blog_post_two_bg.jpg');
    padding: 0px;
    background-size: cover;
}

.post.p_style_three .post_info {
    background: #ffffff;
    padding: 30px;
    position: relative;
}

.post.p_style_three h2 {
    margin-top: 0px;
}

.post.p_style_three h2 span {
    display: block;
    width: 100px;
    height: 1px;
    background: #1b6d96;
    margin: 20px 0px;
}

.post.p_style_three .p_text {}

.post.p_style_three .p_footer {}

.post.p_style_three .p_footer ul {
    padding: 0px;
    margin-top: 18px;
}

.post.p_style_three .p_footer ul li {
    list-style: none;
    padding: 10px 20px 0px 0px;
    display: inline-block;
}
.post.p_style_three .post_info .arrow {
    width: 0px;
    height: 0px;
    position: absolute;
    padding: 0px !important;
    right: -28px;
    margin-top: 50px;
    border: 14px solid rgba(255, 0, 0, 0);
    top: 0px;
    border-left-color: rgba(255, 255, 255, 1);
}

.post.p_style_three .p_footer ul li a i {
    color: #C5C5C5;
    font-size: 13px;
    display: inline-block;
    margin: 0px 8px 0px 0px;
}




/*////////////////////////////////////////////////////////////*/
/*///////////////////////// Post page ////////////////////////*/
/*////////////////////////////////////////////////////////////*/
.post.p_style_one.open {
    padding-bottom: 0px;
    /*min-height: 300px;*/
    position: relative;
}
.open.post_info {
    padding-bottom: 0px !important;
    margin-bottom: 0px;
    /*margin-top: 136px;*/
}

.open.post_info h1 {
    padding: 0px 10px;
    margin: 0px;
    font-size: 44px;
    line-height: 60px;
}

.open.post_info h1 span {
    display: block;
    width: 100px;
    height: 1px;
    background: #1b6d96;
    margin: 20px 0px;
}

.post_content {
    padding: 10px 120px 30px;
    font-size: 16px;
    font-family: roboto;
    font-weight: 300;
    line-height: 32px;
    color: #383838;
}

.Subscribe {
    background: #1b6d96;
    padding: 10px;
    margin: 40px 0px;
}
.Subscribe div {border:7px solid #ffffff; padding: 20px;}
.Subscribe div h2 {
    margin: 0px;
    text-align: center;
    color: #ffffff;
}
.Subscribe div form {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
}
.Subscribe div form input {
    border: 0px;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 14px;
    padding: 0px 10px;
    min-width: 370px;
}
.Subscribe div form button {}

.post_content .p_footer {}
.post_content .p_footer ul {
    padding: 0px;
}
.post_content .p_footer ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 30px 0px 0px;
}
.post_content .p_footer ul li a {}
.post_content .p_footer ul li a i {
    font-size: 13px;
    padding-right: 10px;
    color: #BEBEBE;
}
/*author*/
.author {
    background: #f1f1f1;
    padding: 20px 120px;
    overflow: hidden;
}

.author img {
    float: left;
    display: block;
    border-radius: 100px;
    width: 95px;
    margin-right: 30px;
}

.author a {
    display: block;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 10px;
}

.author span {}

.reviews.open {}
.reviews.open h4 {
    padding: 50px 120px 0px;
}
.reviews.open .rev {
    padding: 30px 120px;
}

.reviews.open .add_comment {
    padding: 0px 120px 40px;
}

.reviews.open .add_comment h4 {
    padding: 35px 0px 20px;
}

.fourzerofour {
    background: url(../img/404bg.jpg);
    background-size: cover;
}
.fourzerofour div {
    max-width: 760px;
    margin: 100px auto;
    text-align: center;
    width: 80%;
}
.fourzerofour div img {
    width: 100%;
    max-width: 731px;
}
.fourzerofour div span {
    font-size: 22px;
    color: #ffffff;
    font-weight: 300;
    font-family: roboto;
    display: block;
    margin-bottom: 40px;
    margin-top: -50px;
}
.fourzerofour div a {}

.affix {
    position: fixed;
    top: 60px;
    max-width: 300px;
}

span.black_mark {
	background-color: #191a22;
    color: white !important; padding:0 10px;
}





.tag ul.tag_pad li {
	margin: 0px 1px 7px !important;
}

.tag ul.tag_pad li a {
	background-color: rgba(0,0,0,0.35);
}

.list-ifa i { display:inline-block !important; font-size:22px !important; }


.black_trans {
	background: rgba(255, 255, 255, 1);
}
.black_trans .map_descr {
    z-index: 9;
    
    width: 100%;
}

.black_trans .map_descr span {
    max-width: 1110px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 36px;
    font-weight: 200;
    color: #ffffff;
    padding: 40px 0px;
}

#error_msg, #error_msg_zip { color:#F00E12; padding-left:8px; }






/*Review_section*/
.details_block {
    overflow: hidden;
    border-bottom: 1px solid #E8E8E8;
}
.details_block .cols {
    width: 50%;
    float: left;
    padding: 16px;
}
.content_li .icons {
    position: relative;
    /*float: left;*/
    /*width: 30%;*/
    padding: 0;
}
.content_li .icons .ic {
    display: inline-block;
    padding: 3px 3px;
    border: 2px solid;
    width: 34px;
    height: 34px;
    border-radius: 150px;
    font-size: 24px;
}
.content_li .icons .ic i {}
.content_li .icons .num {
        /* display: inline-block; */
    width: 70px;
    position: absolute;
    padding: 0px 20px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    bottom: 4px;
    left: 44px;
    color: #ffffff;
}
.content_li .bubble {
    float: left;
    width: 50%;
}
.content_li .bubble div {
    background: #f3f3f3;
    padding: 15px;
    border-radius: 3px;
    margin: 30px 30px;
    color: #5a5a5a;
    font-weight: 300;
    position: relative;
    line-height: 24px;
}
.content_li .bubble div span {
    width: 0px;
    height: 0px;
    position: absolute;
    border: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid #F3F3F3;
    left: -20px;
    top: 42px;
}

.content_li div.id_blue span {
    color: #45c3e8;
}
.content_li div.id_green span {
    color: #97c900;
}
.content_li div.id_orange span {
    color: #ff5700;
}


.details_block ul.list-details {
    padding: 0px 0px;
}
.details_block ul.list-details li {
    list-style: none;
    margin: 13px 0px;
}




/* What r u looking for?*/
.looking_cat {
    padding: 0px 30px;
    margin-top: 35px;
    margin-bottom: 20px;
}
.looking_cat li {
    list-style: none;
    display: block;
    padding: 8px 16px;
    border-radius: 100px;
    border: 1px solid #1b6d96;
	background-color: #1A81DA;
    box-shadow: inset 0px -4px 0px #47A5F5;
	margin: 14px 0;
}
.looking_cat li a {
    color: #FFF;
}
.looking_cat li:hover {
	background-color: #FFF;
    box-shadow: inset 0px -4px 0px #47A5F5;
	transition: 0.3s;
}
.looking_cat li:hover a {
color: #1A81DA;
}

.icon_review_block { }

.section_result{
border: 1px solid #A7A0A0;
    margin-bottom: 10px;
    margin-left: 10px;
    background: #fff;
}

/*header_contact section_result*/
.section_result_header {
    padding: 14px 30px;
    border-bottom: 3px solid #0F6AB8;
    min-height: 50px;
    overflow: hidden;
}
.section_result_header span {
    display: block;
    float: left;
    margin: 0px 40px 0px 0px;
}
.section_result_header span i {
    display: inline-block;
    margin-right: 12px;
    font-size: 13px;
    color: #A8A8A8;
}


.list-category {
	display:inline-block;
	width: 24%;
}
.list-category li {
	
}
.list-category li:hover {
	
}
.graybubble .list-category li a{
	font-family:roboto !important;
}




.list-sidebar {
	padding: 10px 12px;
	list-style: none;
}
.list-sidebar li {
	font-family:roboto;
	/*color: #FFFFFF;*/
	color: #5E5D5D;
	line-height: 32px;
}

.list-sidebar li:before {
  content: '\f18e';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.2em;
  color: #0074D9;
  font-size: 18px;
}

.list-sidebar li:hover {
	
}






.icon_descr_block .graybubble {
    float: left;
    width: 100%;
}
.icon_descr_block .graybubble div {
    background: #f3f3f3;
    padding: 15px;
    border-radius: 3px;
    margin: 30px 30px;
    color: #5a5a5a;
    font-weight: 300;
    position: relative;
    line-height: 24px;
}
.icon_descr_block .graybubble div span {
    width: 0px;
    height: 0px;
    position: absolute;
    border: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid #F3F3F3;
    left: -20px;
    top: 42px;
}







.purchase_form {
    /* width: 300px; */
    background: #ffffff;
    border-radius: 4px;
    margin: 0 auto;
    /* top: 50%; */
    /* position: relative; */
    /*height: 480px;*/
    
}
.purchase_form h3 {
    font-weight: 300;
    text-align: center;
    padding: 20px 0px;
    display: block;
}
.purchase_form h3 span {
    display: block;
    width: 60px;
    height: 1px;
    background: #e73931;
    margin: 20px auto -16px auto;
}
.purchase_form label {
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    padding: 0px 30px;
    margin: 20px 0px 20px 0px;
}
.purchase_form label textarea {
    display: block;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    margin-top: 10px;
    background: #F9F9F9;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 300;
}
.purchase_form label input {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    margin-top: 10px;
    background: #F9F9F9;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 300;
}
.purchase_form label input:focus {
    outline: none;
    border: 1px solid #7CCB18;
    background: #ffffff;
    color: #7ccb18;
    font-size: 16px;
    font-weight: 300;
}
.purchase_form label select {
    display: block;
    width: 100%;
    margin-top: 10px;
    height: 30px;
}
.purchase_form a {
    width: 100%;
    margin: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 20px;
    margin: 4px 0;
}
.purchase_form a:hover {

}

.page_info h2 {
	color: #ffffff;
    font-weight: 100;
    font-size:24px;
    padding-top: 10px;
}






.typeahead-field > span, .typeahead-field {
	/*display:block;*/
}

.btn_promo_search button {
	height: 33px;
    padding: 0;
}


.categori_block {
    padding: 80px 0px 30px 0px;
	background-position: bottom;
}


.typeahead-field input, .typeahead-select {
	display:inline;	
}


span.stars-container {
  position: relative;
  display: inline-block !important;
  color: transparent;
}

.stars-container:before {
  /*position: absolute;*/
  top: 0;
  left: 0;
  font-size: 1.25em;
  font-family: FontAwesome;
  content: '\f005 \00a0 \f005 \00a0 \f005 \00a0 \f005 \00a0 \f005';
  color: lightgray;
}

.stars-container:after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.25em;
  font-family: FontAwesome;
  content: '\f005 \00a0 \f005 \00a0 \f005 \00a0 \f005 \00a0 \f005';
  color: gold;
  overflow: hidden;
}

.stars-0:after { width: 0%; }
.stars-10:after { width: 10%; }
.stars-20:after { width: 20%; }
.stars-30:after { width: 30%; }
.stars-40:after { width: 40%; }
.stars-50:after { width: 50%; }
.stars-60:after { width: 60%; }
.stars-70:after { width: 70%; }
.stars-80:after { width: 80%; }
.stars-90:after { width: 90%; }
.stars-100:after { width: 100; }


.btn_color { 
	background-color: #1b6d96;
	color: #FFF;
}

.btn_color:hover {
	color: #FFF;
    background-color: #1A81DA;
    box-shadow: inset 0px -3px 0px #47A5F5;
	transition: 0.3s;
}

	.btn-top-search { 
	background-color:inherit;
	color: #FFF;
	padding: 4px 12px;
	font-size: 18px;
}

.btn-top-search:hover {
	color: #1b6d96;
    background-color: #FFFFFF;
    /*box-shadow: inset 0px -3px 0px #47A5F5;*/
	transition: 0.3s;
	
}

#popup_query {
	text-transform:capitalize;
}







/*KISHORE CSS START*/
.singlepage .icon_descr_block .bubble {float: right;}
body .contant .row.myrow [class*="col-"]{float:left; display:inline; background:#fff;}
body .contant .row.myrow  {width:100%;}
body div#container div.container.contant div.row.myrow.cont div.similar.col-md-12 {float:left;}
.bottom-row {margin-top:20px;}
div.row.myrow.cont div#map_place.map_place.col-md-12 {margin-bottom:20px; padding:0;}
.section_result ul.list-unstyled li {float:left; display:inline-table; margin-right:25px; color:#999999;}
.singlepage .section_result ul.list-unstyled li {margin-right:60px;}
.section_result ul.list-unstyled {/*margin-top:-3%; float:left; margin-bottom:1%; /*margin-left:3%;*/ }

.section_result ul.list-unstyled {
  margin-bottom: 0;
}

.section_result ul.list-unstyled li {
  color: #999999;
  display: inline-block;
  float: none;
  margin-right: 10px;
}

.sidebar .similar, .sidebar .sidebar-bottom {background: #fff; padding-bottom: 5px; background:#fff; -webkit-box-shadow: 4px 4px 2px 0px rgba(204,204,204,1);
-moz-box-shadow: 4px 4px 2px 0px rgba(204,204,204,1);
box-shadow: 4px 4px 2px 0px rgba(204,204,204,1);}
.sidebar-bottom {margin-top:18px;}
body.resultpage div#container{background:url(../img/bg-img.png); /*background-size: cover;*/ background-repeat:no-repeat; background-position:center 55px; margin-bottom: 20px;}
.footer-row {padding-top:15px; border-top:1px solid #B2B2B2; margin-top:20px;}
body.singlepage div#container{background: rgba(0, 0, 0, 0) url("../img/bg-img.png") no-repeat scroll center 71px;}
body.singlepage div#container div.container.page_info div.col_md_12 h1 {margin-top:0; /*float:right;*/ font-weight:500;}
.singlepage .page_info ul li a {color:#fff; font-size:17px; font-weight:600;}
body.singlepage div#container div.container.page_info div.col_md_12 ul {/*float:right;*/}
.singlepage .section_result {/*max-width:1130px;*/ margin:0 auto 40px; padding-left:20px; padding-top:20px; padding-bottom:20px; border:2px solid #EDEAEA; border-radius:15px;}
.singlepage .icon_descr_block .bubble, .singlepage .icon_descr_block .cols, .singlepage .box-img {width:31%;}
.singlepage .section_result .icon_descr_block .cols {width:38%;}
.singlepage .section_result .box-img {width:31%;}
.singlepage div.icon_descr_block div.cols div.icons {width:33%;}
.singlepage div.icon_descr_block div.bubble div {margin-top:0;}
.singlepage .box-img img {width:100%;}
.singlepage .box-img {float:left;}
.singlepage ul.list-unstyled li a {margin-top:-5px;}
.singlepage div.service_block {border:1px solid #edeaea; border-radius:15px; background:#fff; padding-left:0; padding-right:0;}
.singlepage div.user_vis {border-radius: 15px 15px 0 0;}
.singlepage div.container.contant div.hours {width:23%; padding:0; float:right;}
.singlepage div.container.contant div.hours ul li {list-style-type:none; text-align:center;}
.singlepage div.gallery_block { background:#fff; border:2px solid #edeaea; border-radius:15px; margin-top:10px; margin-bottom:10px;}
.singlepage div.coupon {background:#fff; border:2px solid #edeaea; border-radius:15px; /*width:22%; margin-left:25px;*/ margin-top:10px;}
.coupon h3 {text-align:center;}
.singlepage div.gallery_block ul li a img {border-radius:50%;}
.singlepage div.gallery_block ul li {margin-right:45px !important;}
.top-text input {text-transform:uppercase;}
.innerpage .typeahead__container {float:left;}
body .menu-btn {top:0; left:10px; color:#000;}
#promo_head .menu-btn {display:none;}
#promo_head .menu-btn:hover {left:10px; top:0;}
/*MOBILE CSS*/
@media only screen
and (min-width : 320px)
and (max-width : 360px) {
div.fixed_w  div p.text-center {font-size:16px;}
	}
@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#promo_head .start_descrition {margin-bottom:0;}
div.search_promo {padding-top:8%;}
div.search_promo input{ margin-bottom:5px;}
.innerpage .btn-div {max-width:40px;}
.innerpage .top-text {max-width:242px;}
.innerpage .container.page_info { padding-top:92px; padding-bottom:0;}
.innerpage .container.content {padding-top:0;}
.innerpage .container .section_result {width:300px; height:500px;}
div.icons span {padding:1px 2px !important;}
div.icons span img {width:32px; right:0 !important; top:5px;}
.icon_descr_block .cols .icons .num {width:59px;}
.innerpage .icon_descr_block {border-bottom:0;}
.inner_page div#container div.container.page_info div.h-row {text-align:center;}
.innerpage .page_info .h-row img {width:250px; height:85px !important; margin-top:44px; float:none;}
body.singlepage div#container div.container.page_info div.col_md_12 h1 {width:100%; text-align:center; font-size:25px; color:#000;}
body.singlepage div#container div.container.page_info div.col_md_12 ul {width:100%; text-align:center; font-size:20px; color:#000; margin-top:0;}
body.singlepage div#container div.container.page_info div.col_md_12 ul li a {color:#000;}
.innerpage #container .section_result {width:95%; padding-left:5px; min-height:600px;}
.resultpage.innerpage #container .section_result {width:95%; padding-left:5px; min-height:500px;}
.resultpage .icon_descr_block .cols {width:100%;}
.resultpage .icon_descr_block .cols .icons .num {width:76px;}
.singlepage #container .box-img {width:98%;}
.singlepage #container .section_result .icon_descr_block .bubble {width:98%; margin-top:5px;}
.singlepage div#container .section_result div.icon_descr_block div.bubble div {margin:0 0 0 0; padding:5px;}
.singlepage #inb #container .section_result .icon_descr_block .cols {width:98%;}
.singlepage .icon_descr_block .cols .icons .num {width:82px; margin:0 auto;}
.singlepage .section_result div.icon_descr_block div.cols div.icons.id_green span.ic {padding-top:10px;!important;}
.singlepage ul.list-unstyled li a.btn.btn-success.log_btn {margin-top:10px;}
.singlepage .row div.coupon {width:83%; text-align:center; margin-bottom:10px;}
.resultpage .resultcontent {margin-top:30px;}
#map_place img {width:98%; height:98%;}
.singlepage.innerpage .section_result ul.list-unstyled li {margin-right:30px;}
div.fixed_w  div p.text-center {font-size:10px;}
div.fixed_w div ul.list-ifa.list-unstyled.list-inline li {font-size: 9px;}
.fixed_w div.row div.col-md-3.cat_item.wow.bounceInLeft.animated div {padding-left: 0; padding-right: 0;}
#footer-conver .footer-p {float: none;}
}
@media only screen
and (min-width : 480px)
and (max-width : 550px) 
{
.resultpage.innerpage .icon_descr_block .cols .icons .num {width:109px;}
.singlepage.innerpage .section_result ul.list-unstyled li {margin-right:40px;}
}
@media only screen
and (width : 603px)
{
#container .start_descrition {top:63%;}
#container .search_promo {padding-top: 53%;}
#footer-conver .footer-ul, #footer-conver .footer-p {float: none; text-align: center;}
}
@media only screen
and (min-width : 320px)
and (max-width : 980px) {
html body.promo div.black_trans div.fixed_w div.row div.col-md-12 h1.text-center span {color:#000;}
}

@media only screen
and (max-width : 600px) 
{
#footer-cover {line-height:75px;}
}

@media only screen
and (min-width : 768px)
and (max-width : 800px) 
{
#promo_head .start_descrition {margin-top: -170px;}
div.search_promo {padding-top:36%;}
div.search_promo input {margin-top:2px;}
#container .btn_promo_search button {margin-top:3px; float:left; width:125px; margin-left:5px;}
html body.promo div#container div#promo_head.top_promo_block div.search_promo.main_search div.top-search {width:291px; margin-right:5px; float:left; margin-left:5px;}
.search-button{float:right; width:148px; padding-left:0;}
body .fixed_w {padding-left:0;}
#footer-conver .footer-ul li a {font-size: 13px;}
.row .top-text {max-width: 397px;}
}
@media only screen
and (max-width : 980px)
{
	#menu {display:none;}
	body #promo_head .menu-btn {display:block;}
.logo-div {max-width:300px; float:left;}
.top-text {max-width:408px; float:left; padding-left:0;}
.top-text input {text-transform:none; font-size:11px;}
.btn-div {max-width:50px; float:left; padding-left:0;}
.innerpage .section_result {width:732px;}
body .contant .row [class*="col-"] {float:left;}
.innerpage .icon_descr_block .cols .icons {padding:8px;}
.h-row h1, .h-row ul {float:right; width:50%;}
.h-row h1 {font-size:26px;}
.h-row ul li {margin-bottom:2px;}
.h-row ul {margin-top:20px;}
.singlepage .section_result .icon_descr_block .bubble {float:left; width:69%;}
.singlepage .icon_descr_block .bubble div {margin-bottom:0;}
.singlepage #container .section_result .icon_descr_block .cols {padding-top:5px; width:49%;}
.innerpage .section_result {min-height:360px;}
.singlepage .section_result ul.list-unstyled {margin-top:2%;}
body.singlepage div.container.contant div.hours { margin-top:10px; width:100%;}
.singlepage div#container div.container.contant div.row div.gallery_block { width:435px;}
.singlepage div.col-md-12.basic div.map-box { width:100%; margin-bottom:10px;}
body.innerpage #inb .menu-btn{top:32px; left:10px;}
body.innerpage #inb .menu-btn:hover{top:32px; left:10px;}
.promo .fixed_w { padding: 0 5px 0 13px;}



}
@media only screen
and (width : 980px)
{

	body.promo div.fea_block.container-fluid div.fixed_w div.row div.color-box
      {
		  float: left;
          padding: 7px;
          width: 328px;
    }
	html body.promo div#container div#promo_head.top_promo_block div.search_promo.main_search div.top-search {width:400px; margin-right:5px; float:left; margin-left:5px;}
.search-button{float:right; width:148px; padding-left:0;}
.promo .start_descrition {margin-top:-124px;}
div.search_promo {padding-top:29%;}
body .looking_cat li {float:left; width:400px; margin-right:10px;}
#footer-cover {line-height:75px;}
}
/*KISHORE CSS END*/

/*modify March 02, 2017*/
@media (max-width: 767px) {
	
	.header .typeahead__container:first-child {
		float: left !important;
		width: 49% !important;
	}
	
	.header .typeahead__container:last-child {
		float: left !important;
		margin-left: 2px !important;
		width: 42% !important;
	}
	
	.none {
	  top: -999% !important;
	}
	
	.btn-top-search {
		padding: 12px 14px;
		margin-left: 2px;
	}
	
	.icon_descr_block .bubble div {
	  background: #f3f3f3 none repeat scroll 0 0;
	  border-radius: 3px;
	  color: #5a5a5a;
	  font-weight: 300;
	  line-height: 24px;
	  margin: 0;
	  padding: 15px;
	  position: relative;
	}
	
	.section_result ul.list-unstyled li {
	  color: #999999;
	  display: inline-table;
	  float: none;
	  margin-right: 25px;
	}
	
	.innerpage .section_result {
	  margin-left: 0;
	  width: 100%;
	}
	
	.section_result .icon_descr_block .bubble div span {
	  display: inline;
	}
	
	.page_info h1 {
	  color: #ffffff;
	  font-size: 40px;
	  font-weight: 100;
	  margin-top: 0;
	  padding: 0 10px;
	}
	
	body.resultpage div#container {
	  background-position: center 140px;
	}
	
	.share_block h2 {
		border-bottom: 1px solid #1b6d96;
		font-size: 18px;
		margin-left: 30px;
		margin-right: 30px;
		margin-top: 10px;
		padding-bottom: 8px;
	}
	
	.share_block div div {
		color: #6f6f6f;
		float: left;
		font-size: 13px;
		padding: 10px 30px;
		text-align: right;
		width: 50%;
	}
	
	.share_block div div:first-child {
	  text-align: left;
	}
	
	.share_block h2 span {
	  display: none;
	}
	
	#footer-cover {
	  background: #ececec none repeat scroll 0 0;
	  height: auto;
	  width: 100%;
	}
	
	.footer-ul {
	  float: none;
	}
	
	.categori_block #footer-cover .cat_item {
	  float: none;
	  padding-left: 0;
	  width: 100%;
	  padding-right: 0;
	  padding-bottom: 15px;
	  padding-top: 15px;
	}
	
	.footer-p {
	  float: none;
	  margin-bottom: 0;
	}
	
}

@media (max-width: 400px) {
	
	.header .typeahead__container:first-child {
	  float: left !important;
	  margin-left: -25px;
	  width: 49% !important;
	}
	
	.header .typeahead__container:last-child {
	  float: left !important;
	  margin-left: 2px !important;
	  width: 42% !important;
	}
	
	.none {
	  top: -999% !important;
	}
	
	.btn-top-search {
		padding: 12px 14px !important;
		margin-left: 2px !important;
	}
	
	.page_info h1 {
	  font-size: 25px;
	  padding-top: 50px !important;
	}
	
	body.resultpage div#container {
	  background-position: center 85px !important;
	}
	
	.resultpage.innerpage #container .section_result {
	  height: inherit !important;
	  margin: 0 auto 15px !important;
	  min-height: 310px;
	  padding-left: 0 !important;
	  width: 98% !important;
	}
	
	div.icons span img {
	  top: 0 !important;
	}
	
	.icon_descr_block .cols .icons .ic {
	  line-height: 76px;
	}
	
	.share_block div a.log_btn {
	  margin-top: 7px;
	}
	
	.section_result ul.list-unstyled {
	  text-align: center;
	}
	
	.section_result ul.list-unstyled li {
	  color: #999999;
	  display: inline-block;
	  float: none;
	  margin-right: 25px;
	}
	
	.icon_descr_block .cols {
	  text-align: center;
	}
	
	.icon_descr_block .cols .icons {
	  display: inline-block;
	  float: none;
	}
	
	#footer-cover {
	  line-height: 25px;
	}
}
