/*common styles*/

body {
    background-size: cover;
    background-color: #333333;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
    font-size: 16px;
    width: 100%;
    position: relative;
}

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

#hero.Places_map {
    position: relative;
}

body #hero-bg {
    display: block !important;
}

.menu li a..activmap, .menu li a.:hover, .menu li a.:focus {
    background: ;
    transition: 0.3s;
}

.menu li a..activmap, .menu li a.:hover, .menu li a.:focus {
    background: ;
    transition: 0.3s;
}

a {
    color: #dd3333;
    text-decoration: none;
}

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

.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;
    margin: 0 auto;
}

.fixed_w h2 {
    margin-bottom: 40px;
    font-size: 36px;
    color: #011222;
}

.all_cont {
    transition: 0.3s;
    position: relative;
}

.sidebar {
    background: rgba(0, 0, 0, 0.2);
    min-height: 100%;
    position: relative;
    padding: 0px;
}

.contant {
    display: table;
}

.contant .row {
    display: table-row;
}

.contant .row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.page_info img {
    width: 100px;
    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;
    position: relative;
}

.page_info ul li a {}

.page_info ul li a:hover {
    color: #ffffff;
}

.page_info h1 {
    color: #ffffff;
    font-weight: 100;
    font-size: 40px;
    padding-top: 10px;
    position: relative;
    z-index: 10;
    font-family: 'Gloria Hallelujah', cursive;
}

.page_info .status {
    color: #ffffff;
}

.page_info .lead {
    color: #ffffff;
    width: 70%;
}

body.inner_page.page-template-template-auth {
    background: #011222 url(/wp-content/themes/mycity/img/bg.png);
    padding-top: 0px;
}

body.inner_page .bg_parallax {
    background: url(/wp-content/themes/mycity/img/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

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


/*pushy*/

.pushy {
    background: rgb(255, 255, 255);
    overflow-x: hidden;
    -webkit-box-shadow: 1px -1px 5px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px -1px 5px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 1px -1px 5px 1px rgba(0, 0, 0, 0.75);
}

.pushy h2, .pushy .widget-area ul li a, .pushy #wp-calendar tbody td, .pushy #wp-calendar caption, .pushy .tagcloud a, .pushy .textwidget p {
    color: #333;
}

.pushy .widget-area ul .children {
    display: none;
}

.pushy .menu-topheader-container {
    display: none;
}

.pushy #wp-calendar #today {
    color: #d33;
    background: 0;
}

.pushy .widget-area ul {
    border: 2px solid #333;
}

.pushy .widget-area ul:after {
    border-bottom: 10px solid #333333;
}

.pushy a {
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.pushy .profile {
    background: #fff;
    margin: -50px 0px -50px;
    padding: 50px 0px 30px;
}

.pushy .profile .avatar {
    width: 110px;
    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: #000;
}

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

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

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

.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: #dd3333;
    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: #080808;
    display: block;
    background: white;
    margin-bottom: -1px;
}

.pushy .side_menu li a span {
    padding: 12px 20px;
}

.pushy .side_menu li a i {
    color: #080808;
    padding: 12px;
    display: inline-block;
    background: transparent;
    margin-right: 16px;
    font-size: 16px;
    transition: 0.1s;
    min-width: 40px;
    text-align: center;
}

.pushy .side_menu li a:hover i {
    color: #dd3333;
    padding: 12px;
    display: inline-block;
    background: #F0F0F0;
    margin-right: 16px;
    font-size: 16px;
    /*transition: 0.3s;*/
    min-width: 40px;
    text-align: center;
}

.pushy .side_menu li a:hover {
    color: #DD3333;
    text-decoration: none;
    background: #eee !important;
}

.pushy .fa-users {
    width: 39px;
}


/*promo section*/

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

.top_promo_block {
    width: 100%;
    background-position: center;
    position: relative;
}

.top_promo_block {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*overflow: hidden;*/
}

.header_promo {
    margin-top: 40px;
}

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

.search_promo .btn_cat.open button span {
    color: white;
}

.search_promo .btn_cat.open .cinema {
    color: #fff;
}

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

.dropdown-toggle>.cinema {
    color: #33244A;
}

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

.search_promo input {
    height: 55px;
    border: 0px;
    border-radius: 3px;
    color: #8c8c8c;
    font-size: 16px;
    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: #33244A;
    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;
}


/*btns styles*/

.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: #33244A;
    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: #33244A;
}

.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: #33244A;
    float: right;
    margin-top: 12px;
}

.btn_promo_search {}

.btn_promo_search button {
    height: 55px;
    padding: 0px 50px;
    font-size: 16px;
    margin-left: 30px !important;
    border-radius: 3px !important;
}


/*start_descr*/

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

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

.header_section {
    text-align: center;
}

.template-item-minimal .start_descrition {}

.home .start_descrition {
    top: 50%;
    margin-top: -150px !important;
    white-space: normal;
    position: absolute;
    width: 1200px;
    margin-left: -600px;
    opacity: 0;
    left: 50%;
}

.start_descrition {
    z-index: 9;
    text-align: center;
    white-space: normal;
    top: 50%;
    position: relative;
    margin-top: -110px;
}

.start_descrition h1 {
    font-size: 76px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 300;
    color: #ffffff;
}

.start_descrition h1 #ispan {
    display: block;
    width: 150px;
    height: 1px;
    background: #dd3333;
    margin: 40px auto;
}

.start_descrition h1 b {
    font-weight: normal;
}

.start_descrition span {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 100;
    color: #ffffff;
    line-height: 36px;
    word-break: break-word;
}

.start_descrition .icons {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.start_descrition .icons li {
    width: 150px;
    color: white;
    list-style: none;
    text-align: center;
    display: inline-block;
    text-shadow: 2px 1px 1px #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 100;
}

.template-item-minimal.wide .start_descrition {
    top: 43%;
    opacity: 0;
}

.uber_block_price {
    height: 40px;
    max-height: 80px;
    margin-bottom: 30px;
}

.start_descrition .icons li i {
    font-size: 40px;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px;
}

.place_dd {
    width: 200px;
    margin-top: -1px;
    background: #dd3333;
    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: #dd3333!important;
}

.place_dd li a:hover i {
    color: #dd3333;
}

.home .item_wide_container {
    top: 0;
}

.home.wide .item_wide_container:after {
    display: none;
}

.home.wide.Category_page .item_wide_container:after {
    display: block;
}

.home.wide footer:before {
    display: none;
}

.fea_block {
    padding: 25px 0px 15px;
    background: #ffffff;
}

.fea_block .fea_item {
    margin-bottom: 62px;
}

.fea_block .fea_item h3 {
    font-size: 16px;
    font-weight: 500;
    color: #33244A;
    margin-bottom: 20px;
    margin-top: 0;
}

.rev_slider_wrapper+p {
    display: none;
}

.fea_block .fea_item h3 i {
    font-size: 32px;
    margin-top: -5px;
    display: block;
    float: left;
    margin-right: 10px;
    color: #dd3333;
}

.fea_block .fea_item span {
    font-size: 15px;
    color: #333333;
    line-height: 24px;
    font-weight: 300;
}

.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;
}

.sl_descrition {
    text-align: center;
    max-width: 800px;
    white-space: normal;
    -webkit-font-smoothing: antialiased !important;
    line-height: 1.42857143;
}

.sl_descrition span {
    font-size: 22px;
    color: #ffffff;
}

.sl_descrition h1 {
    font-size: 60px;
    color: #ffffff;
}

.sl_descrition h1 span {
    display: block;
    width: 120px;
    height: 1px;
    margin: 30px auto;
    background: #dd3333;
}

.sl_descrition .btns a {
    padding: 10px 40px;
    color: #ffffff;
    font-size: 16px;
    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 {}

.sl_descrition.top h1 b {
    color: #dd3333;
}

.sl_descrition.top h1 span {}

.sl_descrition.top .btns {}


/*category-block*/

.categori_block {
    padding: 60px 0px 80px;
    background-color: #ffffff;
    background-image: url(../img/start/houses.png);
    background-position: 50% 100%;
    background-repeat: repeat-x;
    margin-bottom: -20px;
}

.categori_block .cat_item {
    margin-bottom: 35px;
    cursor: pointer;
}

.categori_block .cat_item div {
    padding: 35px 10px;
    background: #ffffff;
    transition: 0.3s;
    border: 1px solid #cfdde6;
}

.car_item_in:before, .car_item_in:after {
    position: absolute;
    top: 0px;
    right: 14px;
    bottom: 0px;
    left: 14px;
    content: "";
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.car_item_in:after {
    border-top: 2px solid #dd3333;
    border-bottom: 2px solid #dd3333;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.car_item_in:before {
    border-right: 2px solid #dd3333;
    border-left: 2px solid #dd3333;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.car_item_in:hover:before, .car_item_in:hover:after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.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: #dd3333;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-top: 10px;
    transition: 0.3s;
}

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


/*map_block*/

.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(29, 20, 43, 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: #dd3333;
}


/*user_block*/

.user_block {
    background: #ffffff;
    padding: 55px 0px 70px;
    position: relative;
    z-index: 3;
}

.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;
    width: 101%;
    border-radius: 3px;
}

.user_block .user_item .user_item_cont {
    position: absolute;
    bottom: 0px;
    z-index: 8888;
    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: 16px;
    color: #dd3333;
    bottom: -16px;
    left: 50%;
    z-index: 2;
    text-align: center;
    margin-left: -18px;
}

.user_go {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(231, 57, 49, 0.72);
    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 .blurbg {
    width: 100%;
    transition: 0.1s;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.promo_block {
    padding: 50px 0px;
    background: #1d142b;
    position: relative;
    overflow: hidden;
}

.promka {
    z-index: 9;
    position: relative;
}

.cd-pricing-features {
    padding: 0;
    list-style: none !important;
}

.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;
}

.places_index_block {
    background: #ffffff;
    padding: 0px 0px 60px;
    position: relative;
}

.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: 16px;
    display: block;
    margin-bottom: 10px;
    line-height: 22px;
}

.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: #dd3333;
    padding-right: 2px;
}

.pl_descr .rate li i {}

.pl_descr .rate li i.no {
    color: #DADADA;
}

.pl_descr .rate li i:hover {
    color: #dd3333;
    cursor: pointer;
}

.place_inn img {
    width: 100%;
}

.map {
    width: 100%;
    height: 100%;
    position: fixed !important;
    top: 0px;
    overflow: hidden;
}

.admin-bar .map {
    top: 0px;
}


/*menu*/

.menu {
    position: fixed;
    z-index: 9;
    background: rgba(0, 22, 35, 0.85);
    width: 100%;
    bottom: 0px;
    max-height: auto;
    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.shop:hover, .menu li a.shop:focus {
    background: #dd3333;
    transition: 0.3s;
}

.menu li a.cinema:hover, .menu li a.cinema:focus {
    background: #00B2B3;
    transition: 0.3s;
}

.menu li a.club:hover, .menu li a.club:focus {
    background: #dd3333;
    transition: 0.3s;
}

.menu li a.cafe:hover, .menu li a.cafe:focus {
    background: #97C900;
    transition: 0.3s;
}

.menu li a.sport:hover, .menu li a.sport:focus {
    background: #DD3D83;
    transition: 0.3s;
}

.menu li a.port:hover, .menu li a.port:focus {
    background: #0081DB;
    transition: 0.3s;
}

.menu li a.bank:hover, .menu li a.bank:focus {
    background: #0081DB;
    transition: 0.3s;
}

.menu li a.post:hover, .menu li a.post:focus {
    background: #97C900;
    transition: 0.3s;
}

.menu li a.showplace:hover, .menu li a.showplace:focus {
    background: #009ECC;
    transition: 0.3s;
}

.menu li a.park:hover, .menu li a.park:focus {
    background: #006BC3;
    transition: 0.3s;
}

.container-fluid.menu span, .container-fluid.menu .icon-remove, .container-fluid.menu .mobile_menu {
    display: none;
}


/*marker_info*/

.marker_info .info, .marker_info2 .info {
    width: 300px;
    height: 400px;
    border-radius: 5px;
    background: rgba(37, 32, 48, 0.9);
    position: relative;
    z-index: 9999999;
}

.marker_info .info img, .marker_info2 .info img {
    display: block;
    border-radius: 0;
    width: 300px;
    height: 190px;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    background: #ffffff;
}

.marker_info .info h2, .marker_info2 .info h2 {
    text-align: center;
    padding-top: 70px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #ffffff;
}

.marker_info2 .info {
    background-color: rgb(255, 255, 255);
}

.marker_info2 .info h2 {
    z-index: 10;
    position: relative;
}

.marker_info2 .km_time {
    z-index: 11111;
    right: -10px;
    padding: 0;
    color: #FFFFFF !important;
    top: 10px;
    position: absolute;
}

.marker_info_popup {
    position: absolute;
    /* background-color: rgba(0, 0, 0, 0.17);*/
    width: 100%;
    height: 190px;
    top: 0;
}

.marker_info2 .info .km_time span {
    font-size: 13px;
    text-align: right;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.87);
    line-height: 17px;
}

.marker_info2 .info h2 {
    text-align: center;
    padding: 17px 15px 18px;
    font-family: 'Roboto', sans-serif;
    top: 197px;
    font-weight: 300;
    /* font-size: 24px; */
    color: #191818;
    /* max-height: 199px; */
}

.marker_info .info h2 span {
    width: 70px;
    height: 1px;
    background: #dd3333;
    display: block;
    margin: 15px auto;
}

.marker_info2 .info h2 span {
    padding-top: 13px;
    color: #dd3333;
}

.marker_info2 .info h2 span i {
    margin-right: 3px;
}

.marker_info .info span, .marker_info2 .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: 16px;
}

.marker_info2 .info p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #615858;
    line-height: 22px;
    position: absolute;
    bottom: 36px;
    height: 47px;
    overflow: hidden;
    text-align: center;
    display: block;
    padding: 0px 30px;
    font-size: 16px;
}

.marker_info2 .info {
    border-radius: 0;
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.22);
}

.marker_info2 #icon-new {
    font-size: 35px;
    position: absolute;
    top: 13px;
    z-index: 11111;
    left: -16px;
}

.marker_info2 #icon-new i {
    margin-right: 8px;
}

.marker_info a.green_btn {
    background: #dd3333;
    border: 1px solid #000000;
    padding: 10px 50px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 4px;
    display: block;
    width: 180px;
    text-align: center;
    bottom: 40px;
    position: absolute;
    left: 60px;
    transition: 0.3s;
}

.marker_info2 a.green_btn {
    background: #dd3333;
    /* border: 1px solid #000000; */
    padding: 7px 50px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 4px;
    display: block;
    width: 180px;
    text-align: center;
    bottom: 14px;
    left: 50%;
    margin-left: -90px;
    position: absolute;
    /* right: 45px; */
    transition: 0.3s;
}

.marker_info a.green_btn:hover {
    background: #ffffff;
    border: 1px solid #000000;
    padding: 10px 50px;
    color: #dd3333;
    font-size: 16px;
    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, .marker_info2 .arrow {
    width: 0px;
    height: 0px;
    position: absolute;
    padding: 0px !important;
    left: -28px;
    top: 190px !important;
    border: 14px solid rgba(255, 0, 0, 0);
    top: 0px;
    border-right-color: #FFF;
}

.infoBox {
    margin-top: -45px;
}

.marker_info2 .arrow {}

.header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0px;
    transition: 0.3s;
    background: #dd3333;
    height: 50px;
    border-bottom: 1px solid #dd3333;
}

.logedin .header {
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 32px;
    transition: 0.3s;
    background: #dd3333;
    height: 50px;
    border-bottom: 1px solid #dd3333;
}

.header:hover {
    background: rgba(204, 19, 10, 1);
    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: block;
    float: left;
    padding: 15px 30px 0px 0px;
}

.header .search {
    margin: 8px 0px 8px 30px;
    float: right;
    background: #ffffff;
    box-shadow: 0px 0px 2px rgba(132, 0, 0, 0.25);
    border: 1px solid rgba(207, 47, 39, 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 50px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 4px;
    display: block;
    width: 180px;
    text-align: center;
    float: right;
    margin: 9px;
    transition: 0.3s;
}

.green_btn_header:hover {
    background: #D82E26;
    padding: 6px 50px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 4px;
    display: block;
    width: 180px;
    text-align: center;
    float: right;
    margin: 9px;
    text-decoration: none;
    transition: 0.3s;
}


/*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;
    height: 480px;
    margin-top: -265px;
}

.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: #dd3333;
    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 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 #97C900;
    background: #ffffff;
    color: #97C900;
    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;
}

.login_form {
    height: 400px;
}

.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: #dd3333;
}


/*contant*/

.contant {}

.contant .basic, .boxed.wide .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*/

.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 {
    margin: 0px 0px;
    background-size: cover;
    min-height: 255px;
    overflow: hidden;
    position: relative;
}

.features_block>div:nth-child(1)>ul:nth-child(2) {
    margin-right: 35px;
}


/*icon_descr_block*/

.icon_descr_block {
    overflow: hidden;
}

.icon_descr_block .cols {
    width: 47%;
    margin-right: 3%;
    float: left;
    padding: 0 16px;
    height: 187px;
    padding-left: 0;
}

.icon_descr_block .cols .icons {
    position: relative;
    float: left;
    width: 30%;
    padding: 20px;
    padding-left: 0;
    padding-top: 0;
}

.icon_descr_block .cols .icons .ic {
    padding-top: 10px;
    display: block;
    width: 80px;
    height: 80px;
    border: 2px solid;
    text-align: center;
    border-radius: 50%;
    font-size: 36px;
}

.icon_descr_block .cols .icons .ic i {}

.icon_descr_block .cols .icons .num {
    display: block;
    width: 70px;
    position: absolute;
    padding: 3px 20px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    bottom: 8px;
    left: 5px;
    color: #ffffff;
    text-align: center;
}

.icon_descr_block .bubble {
    float: left;
    width: 50%;
}

.icon_descr_block .bubble {
    padding: 0px 20px;
    border-radius: 1px;
    color: black;
    font-weight: 300;
    position: relative;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.icon_descr_block .bubble span {
    width: 0px;
    height: 0px;
    position: absolute;
    border: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgb(255, 255, 255);
    top: 50%;
    margin-top: -20px;
    left: -38px;
}

.id_blue .num {
    background: #009ECC;
}

.id_green .num {
    background: #97c900;
}

.id_orange .num {
    background: #dd3333;
}

.id_blue {
    color: #009ECC;
}

.id_green {
    color: #97c900;
}

.id_orange {
    color: #dd3333;
}


/*features_block */

.phone_email {
    padding: 0;
}

.phone_email span i {
    display: inline-block;
    margin-right: 12px;
    font-size: 16px;
    color: #A8A8A8;
}

.features_block {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-radius: 15px;
    clear: both;
}

.features_block div ul {}

.features_block div ul+ul {
    float: right;
}

.features_block div ul+ul li {
    text-align: left;
}

.features_block div {
    position: relative;
    z-index: 22;
}

.features_block div+div+div ul li {
    text-align: right;
}

.features_block div ul {
    padding: 0px;
}

.features_block div ul li {
    list-style: none;
    color: #4E4E4E;
    margin-bottom: 13px;
    font-size: 16px;
    width: 25%;
    display: inline-block;
}

.features_block div ul li b {}

.share_block {
    background: #f3f3f3;
    overflow: overlay;
    min-height: 55px;
    margin-bottom: 15px;
}


/*share_block*/

.share_block div a {
    display: inline-block;
}

.share_block div div {
    width: 50%;
    float: left;
    padding: 10px 0px;
    font-size: 16px;
    color: #6f6f6f;
}

.share_block div div span {
    display: block;
    font-weight: bold;
    color: #4A4A4A;
}


/*check_in*/

.check_in {}

.check_in div {
    padding: 0px;
}

.check_in div a {}

.check_in div a:hover {}

.check_in div .users_group {
    margin-top: 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: auto !important;
    border-radius: 3px;
    height: 45px
}

.share_block div div {
    width: 50%;
    float: left;
    padding: 10px 30px;
    font-size: 13px;
    color: #6f6f6f;
}

.users_group .user_go {
    padding: 9px 0px;
    transition: 0.3s;
}

.thumbs li a img {
    width: 100%;
}


/*flickr_photo*/

.flickr_photo, .google_view h1, .flickr_photo h1, .map_h1 {
    margin-bottom: 50px;
}

.flickr_photo ul {
    margin: 0px;
    padding: 0px;
}

.flickr_photo ul li {
    width: 24%;
    list-style: none;
    z-index: 1;
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 1%;
    float: left;
    position: relative;
}

.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;
}

.reviews .rev {
    padding: 30px;
    border-bottom: 1px solid #E4E4E4;
    transition: 0.3s;
}


/*add_comment*/

.add_comment h4 {
    padding: 30px 0px;
}

.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_place {
    width: 100%;
    height: 254px;
    margin: 0px;
}


/*similar*/

.similar {
    padding: 0px 20px;
}

.similar div {
    overflow: auto;
    margin: 0px -20px;
    color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    padding: 16px 20px;
}

.similar a {
    display: block;
}

.similar a:hover {
    color: #ffffff;
}

.similar h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #ffffff;
    padding: 25px 0px 10px;
}

.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*/

.address {
    background: #dd3333;
    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 #dd3333;
    left: -18px;
    top: 42px;
}


/*mobile_place*/

.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;
}

.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: 16px;
}

.marker_visit .info a:hover {
    font-size: 16px;
    color: #ffffff;
}


/*user_avatar*/

.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;
}

.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: #dd3333;
    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 #dd3333;
    right: -20px;
    top: 16px;
    z-index: 9;
}


/*place*/

.place_gr_cont {
    overflow: auto;
    text-align: center;
}

.place_gr_cont h1, .place_li_cont h1 {
    padding: 0px 30px 30px;
}

.place_gr_cont * {
    transition: 0.3s;
}

.place_gr_cont .pg {
    width: 100%;
    padding: 30px;
    min-height: 300px;
    background-size: cover !important;
    position: relative;
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 27px;
}

.place_gr_cont .pg img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 101%;
}

.place_gr_cont .pg h2 {
    font-size: 35px;
    color: #ffffff;
    margin-top: 0px;
    font-family: 'Gloria Hallelujah', cursive;
}

.place_gr_cont .pg h2 span {
    width: 80px;
    height: 1px;
    display: block;
    margin: 20px auto;
    background-color: #dd3333;
}

.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: #dd3333;
    transition: 0.3s;
}

.place_gr_cont .pg.style_three {
    background: #030102;
}

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

.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;
}

.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;
    margin-bottom: 70px;
    background: #fff;
}

.more_btn:hover, .more_btn.active2 {
    text-decoration: none;
    background: #dd3333;
    border-color: #dd3333;
    color: #ffffff;
}

.more_btn .ladda-spinner {
    position: relative;
    left: 10px !important;
}

.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;
    font-weight: bold;
}

.places_cat li a:hover, .places_cat li a.active {
    background-color: rgba(255, 255, 255, 0.09);
    color: #ffffff;
    text-decoration: none;
}

.places_cat li a i {
    margin-right: 15px;
}

#container {
    position: relative;
    z-index: 1;
}

#container .tag {
    padding: 15px;
    margin-top: 30px;
}

#container .tag h3 {
    color: #ffffff;
    margin-bottom: 20px;
}

#container .tag ul {
    padding: 0px;
}

#container .tag ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 1px 7px;
}

#container .tag ul li a {
    padding: 6px 14px;
    border: 1px solid #342C43;
    display: block;
    border-radius: 40px;
}

#container .tag ul li a:hover, #container .tag ul li a.active {
    background: #342C43;
    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: #dd3333;
}

.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: 16px !important;
    line-height: 32px !important;
}

.content_li {
    float: none;
    margin-left: 240px;
    padding-right: 30px;
}

.content_li h2 a {
    font-weight: 400;
    font-size: 24px;
    color: #D33;
}

.content_li a {
    font-weight: 300;
    color: rgba(111, 109, 109, 0.85);
}

.content_li a:hover {
    color: #D33;
}

.pg.style_list {
    transition: 0.3s;
}

.pg.style_list:hover, .pg.style_list.active {
    background: #F9F9F9;
    transition: 0.3s;
}

.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 20px;
    color: white;
    border-radius: 100px;
}

.blog_cat li a.active {
    background: #dd3333;
    color: #ffffff;
}

.blog_cat li span {
    color: #ffffff;
}


/*post*/

.post {}

.post.p_style_one {
    padding: 90px;
}

#container>div>ul>li>ul>li>a:hover {
    background: none;
}

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

.post.p_style_one h2 span {
    display: block;
    width: 100px;
    height: 1px;
    background: #dd3333;
    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-size: cover;
}

.post {}

.post.p_style_two {
    padding: 0px;
    background-size: cover;
    background-position: right top;
}

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

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

.post.p_style_two h2 span {
    display: block;
    width: 100px;
    height: 1px;
    background: #dd3333;
    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 {}

.post.p_style_three {
    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: #dd3333;
    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.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: 80px;
}

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

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

.Subscribe {
    background: #dd3333;
    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: 16px;
    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 {
    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 {
    background: #fff;
}

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

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

.fourzerofour {
    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;
}

.img_chat_item {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.img_chat_item img {
    border-radius: 3px;
}

.add_chat_item {
    position: relative;
}

.add_chat_item .chat_item_circle {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    background: #ffd200;
    left: 6px;
    bottom: -62px;
}


/*chat*/

.chat_item_circle {
    text-align: center;
    line-height: 60px;
}

.chat_item_circle .fa {
    color: #000;
    text-align: center;
}

.chat_header {
    background: #dd3333;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: table;
    width: 100%;
}

.chat_ava {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    margin-right: 10px;
}

.chat_ava img {
    border-radius: 3px;
}

.chat_ava_name p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

.chat_ava_exit .fa {
    line-height: 30px;
    color: #fff;
}

.chat_date_message p {
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.chat_date_message span.left {
    background: #e3ddd9;
    width: 115px;
    height: 2px;
    display: block;
    top: 23px;
    position: absolute;
}

.chat_date_message span.right {
    background: #e3ddd9;
    width: 115px;
    height: 2px;
    display: block;
    top: 23px;
    right: 20px;
    position: absolute;
}

.chat_message_in {
    padding: 10px;
    width: 70%;
    float: right;
    position: relative;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 15px;
}

.chat_message_in:after {
    content: "";
    width: 0;
    right: -14px;
    top: 13px;
    position: absolute;
    height: 0;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid #fff;
}

.chat_message_in .chat_in_m {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin-bottom: 0;
}

.chat_message_in .chat_in_m_date {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.chat_message_in .chat_in_m_date p {
    margin-right: 10px;
}

.chat_message_in .chat_in_m_date p, .chat_message_in .chat_in_m_date .fa {
    color: #777777;
}

.chat_message_out {
    padding: 10px;
    width: 70%;
    float: left;
    position: relative;
    border-radius: 5px;
    background: #000;
    margin-bottom: 15px;
}

.chat_message_out:after {
    content: "";
    width: 0;
    left: -14px;
    top: 13px;
    position: absolute;
    height: 0;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid #000;
}

.chat_message_out .chat_in_m {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
}

.chat_message_out .chat_in_m_date {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.chat_message_out .chat_in_m_date p {
    margin-right: 10px;
}

.chat_message_out .chat_in_m_date p, .chat_message_out .chat_in_m_date .fa {
    color: #777777;
}

.chat_write_message {
    float: left;
    width: 170px;
    margin-top: 40px;
}

.chat_write_message p {
    font-style: italic;
    font-size: 13px;
    color: #fff;
    width: 100%;
}

.chat_write_message img {
    margin-right: 10px;
    display: block;
}

.chat_send {
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
}

.chat_send_text {
    width: 100%;
    border-radius: 5px;
    border: none;
    height: 100%;
    padding: 10px 45px;
    outline: none;
}

.chat_smile {
    position: absolute;
    top: 20px;
    left: 20px;
}

.chat_attach {
    position: absolute;
    top: 60px;
    left: 20px;
}

.chat_static {
    position: static;
}

.chat_box .mainFeedback {
    display: block;
    position: static;
    width: 100%;
    background: rgba(178, 178, 178, 1);
}

.chat_box .mainFeedback .header .my_card {
    color: #000;
}

.chat_box .mainFeedback .header .card_items {
    color: #FFF;
    margin-top: 10px;
    margin-left: 10px;
}

.chat_box .cart_item {
    margin-bottom: 10px;
    border-bottom: 5px solid transparent;
}

.chat_box .mainFeedback .header:after {
    content: "";
    width: 0;
    left: 37px;
    top: 53px;
    position: absolute;
    height: 0;
    border-top: 10px solid #dd3333;
    ;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.chat_box .cart_items {
    padding: 15px;
    margin-bottom: 20px;
}

.chat_box .cart_items .cart_img {
    width: 60px;
    border-radius: 5px;
    height: 60px;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
    overflow: hidden;
}

.chat_box .cart_items .cart_name {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}

.chat_box .cart_items .cart_cost {
    color: #000;
    font-weight: 300;
    font-size: 16px;
}

.chat_box .cart_items .cart_info {
    float: left;
    width: 125px;
}

.chat_box_head_right {
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    text-align: center;
}

.chat_box_head_right .fa {
    text-align: center;
    color: #fff;
    line-height: 40px;
}

.clear {
    clear: both;
}

.header .my_card {
    font-size: 20px;
    font-weight: 500;
}

.chat_container {
    height: -moz-calc(100vh - 32px);
    height: -webkit-calc(100vh - 32px);
    height: calc(100vh - 32px);
}

.chat_box .chat_header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 54px;
    padding: 0 15px;
}

.chat_box .chat_send {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 20%;
}

.chat_messages {
    background: rgba(178, 178, 178, 0.1);
    position: relative;
    height: 72%;
    padding: 15px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.chat_header .cell {
    display: table-cell;
    vertical-align: middle;
}


/*user_latest*/

.user_latest .enter_label {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.user_latest .e-mail_in {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    border-radius: 4px;
    border: none;
    outline: none;
    padding: 14px 15px;
}

.user_latest .enter_label {
    margin-bottom: 15px;
    color: #fff;
}

.user_latest textarea {
    height: 80px;
}

.user_latest .user_message {
    position: relative;
    margin-bottom: 100px;
}

.user_latest .user_message .us_name, .user_answ .us_name {
    color: #dd3333;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.user_latest .user_message .us_m_date, .user_answ .us_m_date {
    color: #C3C3C3;
    font-size: 16px;
    font-weight: 300;
}

.user_latest .user_message .happy_like {
    width: 100px;
    margin-top: 10px;
    z-index: 1000;
    padding: 10px 17px 10px 20px;
    border-radius: 20px;
    color: #cd2a32;
    background: #f7f7f7;
}

.user_latest .user_message .happy_like:hover {
    background: #cd2a32;
    color: #fff;
}

.user_latest .user_message .us_line {
    border-bottom: 1px solid #000;
    padding: 15px 0;
    position: relative;
}

.user_latest .user_message .us_line:before {
    content: "";
    width: 0;
    left: 19px;
    top: 20px;
    position: absolute;
    height: 0;
    border-bottom: 10px solid #000;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.user_latest .user_message .us_content p {
    color: #000;
    font-weight: 300;
    font-size: 16px;
}

.user_latest .user_message .us_content {
    margin-top: 20px;
}

.user_latest .user_message .us_content #map {
    height: 260px;
}

.user_latest .user_message .us_content p a, .user_latest .user_message .us_tags a {
    color: #dd3333;
    font-size: 16px;
    font-weight: 500;
}

.user_latest .user_message .us_tags li {
    display: inline-block;
    margin-right: 5px;
}

.user_latest .user_message .us_notation h3.us_h {
    color: #C3C3C3;
    font-weight: bold;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 0;
    border: none;
}

.user_latest h3 {
    padding-bottom: 20px;
    color: #fff;
    font-size: 28px;
    margin-bottom: 25px;
    border-bottom: 4px solid #dd3333;
    ;
}

.user_latest textarea {
    height: 50px;
    resize: none;
    overflow: hidden;
    margin-bottom: 6px;
}

.user_latest textarea:focus {
    height: 100px;
    resize: none;
    overflow: hidden;
    margin-bottom: 6px;
}

.user_latest .user_message .us_notation p {
    font-size: 15px;
}

.user_answ {
    background-color: rgba(188, 188, 188, 0.35);
    border: 10px solid #000;
    position: relative;
    margin-bottom: 50px;
    margin-top: 15px;
    border-radius: 4px;
}

.user_answ:before {
    content: "";
    width: 0;
    left: 19px;
    top: -19px;
    position: absolute;
    height: 0;
    border-bottom: 10px solid #000;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.us_und {
    background: transparent;
    padding: 10px 17px 17px 10px;
    border-bottom: 10px solid #000000;
}

.us_und .us_content {
    padding: 0 0px 0 35px;
}

.us_und .us_name {
    margin-left: 6px;
}

.user_answ .e-mail_in {
    border-radius: 0;
}

.user_answ textarea {
    resize: none;
    height: 74px;
    margin-bottom: -4px;
}

.user_message img {
    border-radius: 4px;
}

.chat_img_container {
    width: 30%;
}

.chat_img img {
    width: 100%;
    height: 100%;
}

.ava_answ {
    margin-left: 17px;
}

.user_answ .us_und .us_name {
    color: #000;
}


/*common styles*/

#ptr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 10;
    text-align: center;
    height: 50px;
}

#ptr .genericon {
    opacity: .6;
    font-size: 34px;
    width: auto;
    height: auto;
    transition: all .25s ease;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: 5px;
}

.ptr-refresh #ptr .genericon {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.ptr-loading #ptr .genericon, .ptr-reset #ptr .genericon {
    display: none;
}

.loading {
    display: inline-block;
    text-align: center;
    opacity: .4;
    margin: 12px 0 0 5px;
    display: none;
}

.ptr-loading .loading {
    display: block;
}

.loading span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    border-radius: 50%;
    -webkit-animation: ptr-loading 0.4s infinite alternate;
    animation: ptr-loading 0.4s infinite alternate;
}

#l1 {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

#l2 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#l3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@-webkit-keyframes ptr-loading {
    0% {
        -webkit-transform: translateY(0) scale(0.3);
        transform: translateY(0) scale(0.3);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: #fff;
        opacity: 1;
    }
}

@keyframes ptr-loading {
    0% {
        -webkit-transform: translateY(0) scale(0.3);
        transform: translateY(0) scale(0.3);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: #fff;
        opacity: 1;
    }
}

.ptr-loading #content, .ptr-reset #content, .ptr-loading #ptr, .ptr-reset #ptr {
    transition: all .25s ease;
}

.ptr-reset #content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ptr-loading #content {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

.feed_loc_files {
    width: 70%;
}

.custom-file-input {
    color: transparent;
    background: url(../img/very.png) no-repeat;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: '???????? ????';
    color: black;
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active {
    outline: 0;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.btn-file {
    position: relative;
    overflow: hidden;
    margin-right: 4px;
}

.btn-file input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}

.btn-file .fa {
    margin-right: 5px;
}

.feed_location {
    margin-left: 43px;
    color: #fff;
    margin-top: 14px;
}

.feed_task_container {
    background: rgba(226, 234, 224, 0.11);
    padding: 20px;
    margin-top: 80px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.feed_input_func {
    display: none;
}

.feed_comment_container {
    background: #fff;
}

.share_block div {
    width: 50%;
    float: left;
}

.home {
    padding-top: 0;
}

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

.icon_descr_block .bubble {
    float: left;
    width: 50%;
}

.bubble p {
    position: relative;
    font-size: 22px;
    font-weight: 100;
    line-height: 150%;
    margin-bottom: 0;
}

.default_skin body.inner_page {
    padding-top: 0;
}

.bubble p:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    position: absolute;
    border: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid #dd3333;
    top: 50%;
    margin-top: -20px;
    left: -61px;
}

.phone_email .ladda-button[data-style=zoom-out] .ladda-label {
    position: relative;
    display: block !important;
    left: 0 !important;
}

.check_in, .google_view {
    margin-bottom: 50px;
    pointer-events: none;
}

#ttshowcase_0 {
    margin-bottom: 30px;
    padding: 0 30px;
}

.page-template-template-auth .header {
    display: none;
}

input.tel, .authorization_form .e-mail_in {
    font-size: 16px;
    width: 100%;
    border-radius: 6px;
}

input.tel:focus, .authorization_form .e-mail_in:focus {
    box-shadow: 0px 0px 0px #dd3333;
    outline: 1px solid #dd3333;
}

.home .c-hamburger span, .home .c-hamburger span::after, .home .c-hamburger span::before {
    background: white;
    color: white;
}

.c-hamburger--rot span, .c-hamburger--rot span:after, .c-hamburger--rot span:before {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.c-hamburger--rot.is-active span, .c-hamburger--rot.is-active span:after, .c-hamburger--rot.is-active span:before {
    background: #000 !important;
    color: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.pushy-active .mycity_menu-btn .c-hamburger span, .pushy-active .c-hamburger span::after, .pushy-active .c-hamburger span::before {
    background: #fff;
    color: #fff;
}

.phone_email .ladda-button {
    background-color: #dd3333;
    font-size: 16px;
    padding: 5px 0px;
}

.phone_email .ladda-button:hover {
    background-color: #dd3333;
    box-shadow: inset 0px -4px 0px #ef2121;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #009ECC;
    border-color: #1A81DA;
}

.ladda-button[data-loading] .ladda-progress {
    opacity: 1;
    visibility: visible;
    text-align: center;
}

.tagcloud a {
    color: white;
}

#wp-calendar {
    padding: 10px;
    margin: 0px 10px 20px 10px;
}

#wp-calendar caption {
    color: #eee;
    font-size: 13px;
    margin-top: 0;
    text-transform: uppercase;
    padding: 8px 0;
}

#wp-calendar thead {
    font-size: 10px;
    background: none;
    color: #fff;
}

#wp-calendar thead th {
    padding: 4px 10px;
}

#wp-calendar tbody {
    color: #aaa;
}

.btn-success {
    color: #fff;
    background-color: #dd3333;
}

#wp-calendar tbody td {
    background: none;
    color: #ccc;
    text-align: center;
    font-size: 13px;
    padding: 2.5%;
}

#wp-calendar tbody td a {
    color: #ccc;
    text-decoration: underline !important;
}

#wp-calendar tbody td.pad, #wp-calendar th {
    background: none;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar #today {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
    background: 0;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 5px;
}

.navigate {
    padding-left: 0;
}

.navigate>li {
    color: black;
}

.navigate li a.active {
    color: #ffd200;
}

.navigate li:last-child {
    margin-right: 0;
}

.navigate>li>a {
    padding: 0;
}

.navigate>li a:hover {
    background: none;
    color: #ffd200;
}

.inner_head .navigate {
    padding-top: 0px;
    margin-top: -20px;
}

.navigate>li a {
    color: white;
    font-size: 1.15em;
}

#menu-header-menu1>.navigate li:nth-child(3) {
    position: relative;
}

#menu-header-menu1>.navigate li:nth-child(3):after {
    content: '';
    bottom: -20px;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #000;
    border-width: 10px;
    margin-left: -10px;
}

.sub-menu {
    position: absolute;
    border-top: 15px solid transparent;
    list-style: none;
    color: black;
    margin: 0;
    display: none;
    padding: 0;
    top: 25px;
    width: 180px;
    -webkit-box-shadow: 11px 10px 13px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 11px 10px 13px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 11px 10px 13px -10px rgba(0, 0, 0, 0.75);
    z-index: 999999999999;
}

.google_place {
    position: relative;
}

.google_place ul.gp_nav {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -157px;
    z-index: 99999;
    text-align: center;
    padding: 0;
    list-style: none;
}

.google_place ul.gp_nav li {
    display: inline-block;
}

.google_place ul.gp_nav li a {
    display: inline-block;
    color: white;
    background-color: #33A6E0;
    border-radius: 25px;
    margin-right: 5px;
    padding: 10px 20px;
}

.google_place ul.gp_nav li a.active, .google_place ul li a:hover {
    background: #fff;
    color: black;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

ul.gp_content {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 400px;
    position: relative;
}

ul.gp_content li {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

ul.gp_content li.active {
    opacity: 1;
    z-index: 3;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.sub-menu li a {
    padding: 10px 10px;
    display: block;
    color: black;
    background: white;
}

.sub-menu li a:hover {
    background: #eee;
    color: #ef2121;
}

.head_nav>.menu-item-has-children {
    position: relative;
}

.vc_compot {
    margin-top: 100px;
}

.wpb_wrapper header {
    top: 0;
}

.Places_map header {
    top: 0;
}

.Places_map #top_line {
    display: none;
}

.top_header {
    position: relative;
    z-index: 999999999;
}

header {
    top: 0;
}

header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    padding-bottom: 10px;
}

.admin-bar header {
    top: 32px;
}

#top_line {
    color: #fff;
    height: 45px;
    font-size: 12px;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all .2s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    font-size: 11px;
    visibility: visible;
    opacity: 1;
    margin-bottom: 5px;
    position: relative;
    z-index: 999999;
}

header.sticky {
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.41);
    background: rgba(8, 8, 8, 0.59);
    padding-bottom: 0px;
    padding-top: 0px;
    transition: all .2s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
}

header.sticky #top_line {
    height: 0;
    overflow: hidden;
    transition: all .2s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    padding: 0;
    opacity: 0;
}

.blog_cat>li .fa-angle-right {
    right: 16px;
    color: white;
}

.head_nav>li {
    position: relative;
}

.head_nav>li>a {
    display: block;
    padding-bottom: 7px;
    position: relative;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.head_nav {
    margin-bottom: 0;
}

footer .head_nav .children {
    display: none !important;
}

.Places_map footer {
    display: none;
}

.p_footer .fa {
    margin-right: 5px;
    width: 12px;
}

.head_nav>li>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #dd3333;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.head_nav>li a:hover:after {
    margin-top: -4px;
    color: white;
}

.sub-menu>li a {
    font-size: 16px;
    color: black;
}

.admin-bar .mycity_o-grid__item {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.admin-bar .grid_item_fix {
    top: 43px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.weather img {
    margin-left: 10px;
    margin-top: 5px;
    margin-right: 10px;
}

.map_header {
    padding-bottom: 2px;
}

.weather span {
    font-size: 16px;
    position: relative;
    top: 2px;
}

.post_content p {
    font-size: 16px;
}

.head_nav {
    float: right;
}

.logo .fa-angle-down {
    opacity: 0;
}

.Places_map .menu_btn {
    top: 41px;
}

.burn_animate {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.head_nav .fa-angle-down {
    color: white;
    margin-left: 4px;
}

.mycity_o-grid__item {
    margin: 0;
    top: 3px !important;
}

.admin-bar .mycity_o-grid__item {
    position: fixed;
    z-index: 989999999999;
    top: 35px !important;
    left: 10px;
}

.admin-bar .grid_item_fix.mycity_o-grid__item {
    top: 41px !important;
}

.grid_item_fix.mycity_o-grid__item {
    top: 9px !important;
}

.widget-area ul:after {
    border-bottom: 10px solid #dd3333;
}

.page_info .children li {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    list-style: none;
    margin-right: 0;
    display: block;
    float: left;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0;
    background-color: #fff;
    position: relative;
}

.page_info .children li {
    padding: 0;
}

.page_info .children li a {
    color: black;
    display: block;
    background: #fff;
    float: left;
    position: relative;
}

.page_info .children li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    top: -4px;
    left: 0;
    background-color: #dd3333;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.page_info .children li a:hover {
    color: black;
}

.page_info .children li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.exit_block .fa {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.exit_block {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 3px;
    background-color: #FFF;
    top: 0px;
    text-align: center;
    cursor: pointer;
    padding-top: 10px;
    -webkit-transition: right 1s;
    -o-transition: right 1s;
    transition: right 1s;
}

.children:hover .exit_block {
    right: -37px;
    -webkit-transition: right 1s;
    -o-transition: right 1s;
    transition: right 1s;
}

.children:hover .exit_block .fa {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.children {
    position: absolute;
    top: -70px;
    left: 50%;
    color: black;
    opacity: 0;
    z-index: 9999999;
    -webkit-transition: all ease;
    -o-transition: all ease;
    transition: all ease;
}

.children:before {
    content: "";
    width: 0;
    left: 50%;
    margin-left: -7px;
    bottom: -10px;
    position: absolute;
    height: 0;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #dd3333;
    border-left: 5px solid transparent;
}

.blog_cat .children li a {
    padding: 10px 20px;
    border-radius: 0;
    color: black;
    text-align: center;
    width: 100%;
}

.blog_cat .children li {
    border-bottom: 4px solid #dd3333;
}

.children li ul.children {
    top: 0;
    left: 125px;
    display: none;
}

#footer_widget .col-md-4 {
    margin-bottom: 50px;
}

#footer_widget .col-md-4 ul {
    padding: 10px;
}

.post_content .fa-angle-right {
    position: absolute;
    right: 7px;
    top: 3px;
}

#container>div.container.page_info.place_info>div>ul>li>ul>li>i {
    display: none;
}

.shortcodes {
    background: #fff;
    margin-top: 120px;
}

.shortcodes .vc_general {
    left: 0 !important;
    width: initial !important;
}

.no_posts_1 {
    background: #DEDEDE !important;
}

@media (max-width: 1250px) and (min-width: 1200px) {
    header {
        padding-left: 5%;
    }
}

@media (max-width: 1055px) and (min-width: 995px) {
    header {
        padding-left: 5%;
    }
}

@media (max-width: 842px) and (min-width: 700px) {
    header {
        padding-left: 5%;
    }
}

@media (max-width: 768px) {
    .c-hamburger--rot {
        margin-top: 0px;
    }
    header {
        background: #211530;
    }
}

.vc_parallax-inner {
    background: url(../img/background_flat.png) no-repeat !important;
}

.widget-area #searchsubmit {
    display: block;
    background: #ef2121;
    margin: 0 auto;
    margin-bottom: 20px;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #dd3333;
    box-shadow: inset 0px -4px 0px transparent;
}

select[name="monster-widget-just-testing"] {
    width: 180px;
    display: block;
    margin: 0 auto;
}

.tagcloud {
    padding: 0 15px;
}

.menu-testing-menu-container .menu {
    min-height: 0;
}

.menu-testing-menu-container #menu-testing-menu {
    width: initial;
    height: auto;
}

.menu-testing-menu-container #menu-testing-menu li {
    width: 100%;
    margin: 0;
}

.p_top_header {
    padding-top: 5px;
    font-size: 16px;
}

.p_top_header a {
    color: white;
}

.rssSummary {
    color: #C1C1C1;
}

.rss-date, .widget-area cite {
    color: white;
    font-weight: bold;
}

.textwidget {
    padding: 0 14px;
}

.textwidget img {
    width: 100%;
    margin: 10px 0;
}

.textwidget p {
    color: white;
}

.logo:hover {
    color: white;
}

.fa-angle-down {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ladda-button[data-color=red] {
    background: #dd3333;
    margin: 0 auto;
}

.authorization_head {
    padding: 20px 30px 0px 25px;
    background: #dd3333;
}

.authorization_form div.icon {
    top: 30px;
    border: none;
    outline: none;
    border-top-left-radius: 0px;
    text-align: center;
    border-bottom-left-radius: 0px;
    left: 0;
    background: #dd3333;
    height: 50px;
    position: absolute;
    width: 50px;
    color: #747889;
    font-size: 10pt;
    padding: 0;
    margin: 0;
}

.sub-sub-menu {
    top: 0;
    left: 100%;
    position: absolute;
    border-top: 0;
}

.sub-sub-menu li:first-child {
    border: none;
}

.sub-sub-menu:after {
    display: none;
}

.sub-sub-menu li a i {
    display: none;
}

.fa-caret-right {
    margin-left: 70px;
}

.clear {
    clear: both;
}

.blog_cat_hover {
    background: #dd3333 !important;
}

.cat_opacity {
    background: transparent !important;
    opacity: 0.5;
}

.header_section {
    overflow: hidden;
}

.header_section_popup {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}

.social_icons {
    margin-right: 25px;
}

.social_icons a {
    font-size: 16px;
    border-radius: 50%;
    color: white;
    text-align: center;
    vertical-align: middle;
    padding-top: 6px;
    height: 35px;
    width: 35px;
    display: inline-block;
    -webkit-transition: background 0.1s;
    -o-transition: background 0.1s;
    transition: background 0.1s;
}

.social_icons a:hover {
    background: #dd3333;
    border-radius: 50%;
}

.container-fluid_pad_off {
    padding: 0;
}

.wide .blog_category {
    top: 50%;
    position: relative;
    margin-top: -135px;
}

.se-content .p_text {
    font-size: 16px;
}

.wide .blog_cat {
    margin-top: 0;
}

.wide .grid_cont {
    margin-bottom: 0;
}

.wide .comments_img {
    top: -40px;
}

.wide .page_info .blog_category .lead {
    width: 100%;
    margin-top: 40px;
}

.wide .post.p_style_one {
    padding: 0;
}


/*.wide .open.post_info h1{
  padding: 0;
}*/


/*.wide .place_li_cont h1,.wide .open.post_info h1{
  padding: 10px 120px 30px;
}*/

.wide .post.p_style_one .post_info {
    background: #ffffff;
    padding: 0px;
    padding-top: 30px;
}

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

.single-post .contant .row {
    display: block;
}

.wide .se-slope:first-child .se-content {
    /*-webkit-transform: rotate(-3deg);;
     -ms-transform: rotate(-3deg);;
     -o-transform: rotate(-3deg);;
     transform: rotate(-3deg);; */
    color: white;
    padding: 290px 100px 190px 100px;
}


/*se-slope*/

.se-container {
    display: block;
    width: 100%;
    padding-bottom: 0;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 100px;
}

.se-slope {
    margin: 0 -50px;
    transform-origin: left center;
    position: relative;
}

.se-slope:nth-child(odd) {
    margin-top: -200px;
    background-size: cover;
    -webkit-transform: rotate(3deg);
    ;
    -ms-transform: rotate(3deg);
    ;
    -o-transform: rotate(3deg);
    ;
    transform: rotate(3deg);
    ;
}

.se-slope:nth-child(even) {
    background-size: cover;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4) inset;
    top: -8px;
}

.se-content {
    margin: 0 auto;
}

.se-content h3 {
    font-size: 60px;
    position: relative;
    display: inline-block;
    padding: 10px 30px 8px 30px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 20px;
    font-family: 'Bitter', 'Trebuchet MS', Arial;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}

.se-slope:nth-child(odd) .se-content h3 {
    background: #e90089;
}

.se-slope:nth-child(even) .se-content h3 {
    background: #000;
}

.se-content h3:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 38px solid transparent;
    border-bottom: 60px solid transparent;
    border-right: 60px solid black;
    position: absolute;
    left: -59px;
    top: 0px;
}

.se-content h3:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 38px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid black;
    position: absolute;
    right: -59px;
    top: 0px;
}

.se-slope:nth-child(odd) .se-content h3:before, .se-slope:nth-child(odd) .se-content h3:after {
    border-right-color: #e90089;
    border-left-color: #e90089;
}

.se-slope:nth-child(odd) .se-content {
    -webkit-transform: rotate(-3deg);
    ;
    -ms-transform: rotate(-3deg);
    ;
    -o-transform: rotate(-3deg);
    ;
    transform: rotate(-3deg);
    ;
    : color: white;
    padding: 110px 100px 190px 100px;
}

.se-slope:nth-child(even) .se-content {
    -webkit-transform: rotate(3deg);
    ;
    -ms-transform: rotate(3deg);
    ;
    -o-transform: rotate(3deg);
    ;
    transform: rotate(3deg);
    ;
    color: #000;
    padding: 150px 100px 250px 100px;
}

.se-slope:nth-child(odd) .se-content:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    height: 2px;
    background: rgb(37, 36, 36);
    transform: rotate(3deg);
    bottom: -1px;
}

.se-slope:nth-child(even) .se-content:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    height: 2px;
    background: rgb(37, 36, 36);
    transform: rotate(-3deg);
    bottom: -1px;
}

.single-post #container {
    margin-top: 240px;
}

.single_h1 {
    position: relative;
    z-index: 999;
}

.open.single_h1 h1 {
    color: white;
    text-align: center;
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 54px !important;
}

.open.single_h1 h1 span {
    margin: 20px auto;
}

.single_post_row:before {
    content: "";
    width: 0;
    left: -57%;
    top: -90px;
    position: absolute;
    height: 0;
    border-bottom: 100% solid #FFFFFF;
    border-right: 100% solid transparent;
    border-left: 100% solid transparent;
}

.triagle_line {
    position: relative;
}

.triagle_line:before {
    right: 72%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -ms-transform: skewX(45deg);
    transform: rotate(0deg) skewX(85deg);
}

.triagle_line:after {
    left: 72%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -ms-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    transform: rotate(0deg) skewX(-85deg);
}

.triagle_line:before {
    content: '';
    position: absolute;
    height: 34px;
    bottom: 50%;
    width: 30%;
    background-color: #fff;
    padding-bottom: 3%;
}

.triagle_line:after {
    content: '';
    position: absolute;
    height: 34px;
    bottom: 50%;
    width: 30%;
    background-color: #fff;
    padding-bottom: 3%;
    width: 30%;
}


/*footer*/

footer {
    background-size: cover;
    padding-top: 40px;
    margin-top: 100px;
    background-color: #211530;
}

footer.footer-with-img {
    background: none;
}

.hero__background {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
    -webkit-filter: blur(4px);
    -webkit-transform: translate3d(0, 0, 0);
}

footer h2 {
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

footer h2:after {
    position: absolute;
    content: " ";
    width: 65px;
    height: 3px;
    margin-bottom: 20px;
    background: #dd3333;
    display: block;
    margin: 20px 0;
}

footer span.h2_line {
    width: 65px;
    height: 3px;
    background: #dd3333;
    display: block;
    margin: 20px 0;
}

footer .blog_cat {
    margin: 0;
    margin-top: 33px !important;
    padding: 0;
}

footer .blog_cat li {
    list-style: none;
    margin-right: 10px;
    margin-bottom: 24px;
}

footer .places_cat li a {
    padding-left: 10px;
    padding-right: 0;
}

footer .places_cat li a .fa {
    color: white;
    font-size: 18px;
}

footer .footer_rectangle {
    width: 65px;
    height: 80px;
    margin-right: 15px;
    border-radius: 50%;
}

footer .footer_events_descr p {
    font-size: 15px;
    color: white;
    margin-top: 0;
    margin-bottom: 1px;
}

footer .footer_events_descr p+p {
    font-size: 12px;
    color: #6e697e;
}

footer .footer_events_descr p+p+p {
    font-size: 30px;
    color: white;
    margin-bottom: -4px;
}

footer .footer_events_descr p+p+p+p {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

footer .footer_events {
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    padding-bottom: 25px;
    padding: 10px;
    margin-bottom: 25px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.3s;
}

footer .footer_events:hover {
    background-color: rgba(255, 255, 255, 0.09);
    cursor: pointer;
}

footer img {
    border-radius: 50%;
    /*overflow: hidden;*/
}

footer .events_container span.h2_line {
    margin-bottom: 30px;
}

.footer_events_descr {
    max-width: 126px !important;
}

footer .footer_places .footer_events_descr p+p {
    font-size: 12px;
    color: #FFFFFF;
    height: 36px;
    overflow: hidden;
    font-style: italic;
}

footer .footer_events p {
    font-size: 15px;
    color: white;
    word-break: break-all;
    margin-bottom: 0;
}

footer header {
    position: relative;
    margin-top: 65px;
}

footer header.sticky {
    background: rgba(24, 14, 31, 0.41);
}

footer {
    position: relative;
}

footer .footer-overlay {
    background: rgba(8, 8, 8, 0.38);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

footer .container {
    z-index: 2;
    position: relative;
}

footer a {
    color: white;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}

.footer_events {
    border: none !important;
}

.footer_events:hover .footer_rectangle:after {
    right: 0;
}

footer:before {
    content: " ";
    width: 116%;
    height: 62px;
    position: absolute;
    border-top-left-radius: 200% 300%;
    border-top-right-radius: 200% 300%;
    left: -8%;
    top: -50px;
    background-color: #211530;
}


/*cart_form*/

.cart_form {
    outline: 10px inset #dd3333;
    border: 10px solid #fff;
    background: #000;
    color: #fff;
    padding: 20px;
    margin: 10px;
}

#load_more {
    top: 0px;
    background: transparent;
}

#load_more:hover {
    background: #ef2121 !important;
}

.cart_form a {
    background-color: rgb(221, 51, 51);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    border-top-style: solid;
    border-top-width: 1px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    float: right;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: normal;
    min-height: 32px;
    line-height: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    width: 100%;
}

.cart_form a:hover, .tickera-button:hover {
    -webkit-transition: 0.3s ease all !important;
    -moz-transition: 0.3s ease all !important;
    -ms-transition: 0.3s ease all !important;
    -o-transition: 0.3s ease all !important;
    transition: 0.3s ease all !important;
    background-color: #dd3333;
    box-shadow: inset 0px -4px 0px #c63131;
}

.cart_form a:focus, .tickera-button:focus {
    -webkit-transition: 0.3s ease all !important;
    -moz-transition: 0.3s ease all !important;
    -ms-transition: 0.3s ease all !important;
    -o-transition: 0.3s ease all !important;
    transition: 0.3s ease all !important;
    color: #fff;
    background-color: #dd3333;
    box-shadow: inset 0px -4px 0px transparent;
}

.tickera-button, #proceed_to_checkout {
    background-color: rgb(221, 51, 51);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    border-top-style: solid;
    border-top-width: 1px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 32px;
    line-height: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    min-width: 160px;
    -webkit-transition: 0.3s ease all !important;
    -moz-transition: 0.3s ease all !important;
    -ms-transition: 0.3s ease all !important;
    -o-transition: 0.3s ease all !important;
    transition: 0.3s ease all !important;
}

.tickera_table .tickera-input-field {
    height: 32px;
    padding-top: 5px;
}

.tickera_table th {
    background: #dd3333;
    border-right: 1px solid #fff;
}


/*
.ticket-quantity  .tickera_button{
    border: 1px solid #dd3333;
}
.ticket-quantity  .tickera_button:hover{
    border: 1px solid transparent;
}
    */

#proceed_to_checkout {
    margin-bottom: 10px;
}

.no_top_page_title {
    margin-top: 20px !important;
}

.order-details th {
    background: #dd3333;
    font-size: 16px;
    padding: 10px;
    border-right: 1px solid #000;
    font-family: Montserrat, sans-serif;
}

.order-details .alternate td {
    border: 1px solid #000;
    padding: 10px;
    font-family: Montserrat, sans-serif;
}

.eventon_desc_in .add_to_cart {
    line-height: 32px;
}


/*events*/

.event_tickets {
    font-family: Montserrat, sans-serif;
    margin: 12px 0px !important;
    width: 100% !important;
    display: table !important;
}

.event_tickets td .cart_form {
    outline: none;
    border: none;
    background: #fff;
    padding: 0px;
    margin: 2px;
}

.event_tickets td {
    padding: 10px;
}

.event_tickets th {
    background: #dd3333;
    font-size: 16px;
    padding: 10px;
    border-right: 1px solid #000;
    font-family: Montserrat, sans-serif;
}

.event_tickets td {
    border: 1px solid #000;
    padding: 10px;
    font-family: Montserrat, sans-serif;
}


/*common styles*/

.tag_li .more_tags_li {
    display: none;
    width: 100%;
}

.more_tags:hover+.more_tags_li {
    transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -webkit-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    display: block;
    cursor: pointer;
}

.more_tags_li:hover {
    transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -webkit-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    display: block;
}

.more_tags {
    cursor: pointer;
}

.tag_li .more_tags_li {
    position: relative;
    top: -20px;
    padding-top: 20px;
}

.tag_li a {
    position: relative;
    z-index: 10;
}

.Subscribe .error {
    outline: 3px solid red;
    text-shadow: 0px 0px 2px black, 0 0 1.9em red;
}

.Subscribe_error {
    width: 100%;
    max-width: 500px;
    word-wrap: break-word;
}

.post_content {
    background: #fff;
}

.navigate_width .navigate_full {
    width: 100%;
}

.back_button {
    cursor: pointer;
}

.evoShow_more_events {
    clear: both !important;
}

.back {
    font-size: 1.15em !important;
    text-align: center;
}

.Places_map {
    overflow: hidden;
}

.back:hover, .back_button:hover {
    background: none;
}

.back_button {
    background: #fff;
    border-bottom: 1px solid #eee !important;
}

.sub-menu li a.back:hover {
    background: #fff;
    border: none;
}

footer .textwidget {
    color: white;
}

footer .textwidget li {
    list-style: none;
}

.comments_date {
    float: left;
    width: 220px;
}

.comments_content {
    cursor: pointer;
    margin-left: 200px;
}

.p_footer ul li:first-child {
    margin-bottom: 65px;
    position: relative;
}

p.date {
    margin-right: 28px;
    position: absolute;
    left: 20px;
}

p.mounth {
    margin-left: -33px;
    width: 70px;
    position: absolute;
    left: 5px;
}

.blog .basic {
    background-color: transparent;
}

.single-post .shortcodes .basic {
    background: transparent;
}

.copyright-area {
    display: none;
}

.head_nav li a:hover {
    color: #dd3333 !important;
}

.head_nav>li>a:hover {
    color: white !important;
}

.comments_img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -10;
    top: -30px;
    /*
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; */
}

.se-content {
    position: relative;
}

.se-slope:nth-child(even) .se-content:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    height: 2px;
    background: rgb(37, 36, 36);
    transform: rotate(-3deg);
    top: -1px;
}

.se-slope:nth-child(odd) .se-content:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    height: 2px;
    background: rgb(37, 36, 36);
    transform: rotate(3deg);
    top: -1px;
}

.se-slope:nth-child(odd) .comments_img {
    -webkit-transform: rotate(-3deg);
    ;
    height: 100%;
    -ms-transform: rotate(-3deg);
    ;
    -o-transform: rotate(-3deg);
    ;
    transform: rotate(-3deg);
    ;
}

.se-slope:nth-child(even) .comments_img {
    -webkit-transform: rotate(3deg);
    ;
    -ms-transform: rotate(3deg);
    ;
    -o-transform: rotate(3deg);
    ;
    transform: rotate(3deg);
    ;
}

.se-slope:last-child .comments_img {
    height: 120%;
}

.bright_slope {
    overflow: hidden;
    -webkit-transition: all 0.30s;
    -o-transition: all 0.30s;
    transition: all 0.30s;
}

.hopacity {
    -webkit-filter: brightness(0.5);
    -o-filter: brightness(0.5);
    filter: brightness(0.5);
    -webkit-transition: all 0.30s;
    -o-transition: all 0.30s;
    transition: all 0.30s;
}

#footer_copiright {
    color: white;
}

.copyright_container {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    /* color: #F00; */
    position: relative;
    z-index: 1;
    margin-top: 20px;
    text-align: center;
}

.vc_sep_holder {
    display: none !important;
}

.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: 16px;
    padding: 0px 10px;
    min-width: 370px;
}

#commentform #submit {
    width: 200px;
    margin: auto;
    display: block;
}

.wide footer {
    margin-top: 0;
    float: none !important;
    clear: left;
}

.wide .single_h1 p {
    text-align: center;
    color: white;
    font-size: 24px;
    width: 80%;
    margin: auto;
    line-height: 150%;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px;
}

.wide .single-post .shortcodes {
    background: transparent;
    margin-top: 0px;
}


/*.wide .header_section_popup {
    background: none;
}*/

.single-post .post_content {
    padding-top: 70px;
}

.shortcodes .basic {
    background: #fff;
}

.body_opacity {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
    top: 0;
}

.masthead-wrap {
    position: relative;
    overflow: hidden;
}

.masthead {
    background-size: cover;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 250px;
    -webkit-animation: 10s ease-in-out 0s alternate none infinite pulse;
    -moz-animation: 10s ease-in-out 0s alternate none infinite pulse;
    animation: 10s ease-in-out 0s alternate none infinite pulse;
}

.masthead-wrap {
    height: 250px;
}

.template-item-minimal #container {
    z-index: 9999;
    position: relative;
    padding-bottom: 35px;
    margin-top: 0;
}

.item_wide_container:before {
    width: 116%;
    content: '';
    -webkit-transform: rotate(180deg);
    ;
    -ms-transform: rotate(180deg);
    ;
    -o-transform: rotate(180deg);
    ;
    transform: rotate(180deg);
    ;
    bottom: -59px;
    height: 62px;
    position: absolute;
    background: #fff;
    border-top-left-radius: 200% 300%;
    border-top-right-radius: 200% 300%;
    left: -8%;
}

.item_wide_container {
    padding-bottom: 70px;
    position: relative;
}

.item_wide_container::after {
    width: 116%;
    content: "";
    top: -59px;
    height: 62px;
    position: absolute;
    background: #FFF none repeat scroll 0% 0%;
    border-top-left-radius: 200% 300%;
    border-top-right-radius: 200% 300%;
    left: -8%;
    box-shadow: 0px -20px 30px -20px #dd3333;
}

.banner_block .descriptor {
    float: left;
    padding: 20px 30px;
}

.template-item-minimal footer {
    padding-top: 80px;
    margin-top: -80px;
}

.Places_map header {
    padding-bottom: 0;
}

.item_wide_container {
    display: block;
    position: relative;
    background-color: #fff;
    top: -65px;
    padding-top: 30px;
}

.navigate_width header {
    top: 0;
}

.navigate_width .head_nav>li>a:after {
    display: none;
}

.site-overlay {
    display: none;
}

.pushy-active .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    background-color: rgba(16, 7, 29, 0.72);
    -webkit-animation: fade 500ms;
    -moz-animation: fade 500ms;
    -o-animation: fade 500ms;
    animation: fade 500ms;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.icon_descr_block {
    margin-bottom: 30px;
}

.phone_email {
    margin-bottom: 60px;
}

.map_place {
    margin-bottom: 60px;
}

.rating_block {
    margin-top: -100px;
    font-size: 2em;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    z-index: 100;
    display: none;
    padding: 10px;
    background-color: #DD6666;
    width: 180px;
}

.rating_block span {
    color: white;
}

.wide.Places_grid .page_info .lead {
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin: auto;
}

.gradient_bg {
    position: absolute;
    width: 100%;
    z-index: 1000;
    bottom: 0px;
    height: 200px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 49%, rgba(255, 255, 255, 0.82) 50%, rgba(255, 255, 255, 1) 61%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(49%, rgba(255, 255, 255, 0.8)), color-stop(50%, rgba(255, 255, 255, 0.82)), color-stop(61%, rgba(255, 255, 255, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 49%, rgba(255, 255, 255, 0.82) 50%, rgba(255, 255, 255, 1) 61%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 49%, rgba(255, 255, 255, 0.82) 50%, rgba(255, 255, 255, 1) 61%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 49%, rgba(255, 255, 255, 0.82) 50%, rgba(255, 255, 255, 1) 61%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 49%, rgba(255, 255, 255, 0.82) 50%, rgba(255, 255, 255, 1) 61%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.wide.Places_grid footer {
    padding-top: 40px;
}

.Places_grid .places_list_my img {
    height: 100%;
}

.wide.Places_list .page_info h1 {
    margin-bottom: 35px;
}

.wide.Single_page #container {
    margin-top: 0;
}

.wide.Places_list .page_info {
    text-align: center;
}

.wide.Places_list .page_info .lead {
    color: #ffffff;
    width: 70%;
    margin: auto;
}

.wide.Places_grid .page_info h1 {
    margin-bottom: 35px;
    text-align: center;
}

.wide.Places_grid footer:before, .wide.Places_list footer:before {
    display: none;
}

.Places_grid .blog_category {
    text-align: center;
}

footer {
    padding-top: 40px;
}

.uber_block {
    width: 50%;
    right: 15px;
    background-color: rgba(0, 5, 0, 0.8);
    background-image: url(../img/uber-driver-40.jpg);
    background-size: cover;
    position: absolute;
    z-index: 4;
    height: 254px;
    color: white;
    padding: 40px;
    font-size: 1.4em;
    text-align: center;
    padding: 80px;
    padding-right: 220px;
}

.uber_block span {
    font-size: 1.5em;
}


/*.logged-in #Edit_place{
    margin:0;
}*/

#Edit_place {
    margin-left: 10px;
}


/*footer .twits_wid .footer_events  {
    margin-bottom: -20px;
    height: 160px;
    overflow: hidden;
}*/

.contant .basic_t {
    background: transparent;
}

.more_btn {
    background: #fff;
    color: #CBCBCB;
}

.banner_block {
    margin-bottom: 50px;
}

@media all and (max-width: 680px) {}

@media all and (max-width: 560px) {
    .descriptor {
        display: block !important;
        width: 100% ! important;
    }
    .banner_block .descriptor.center span {
        display: block;
        margin-bottom: 0px;
    }
    .banner_block .btn_block_banner {
        width: 100% ! important;
    }
}

.more_btn2 {
    padding: 10px 20px;
    display: block;
    width: 150px;
    float: none;
    text-align: center !important;
    border: 2px solid white;
    margin: 0 auto;
    border-radius: 3px;
    color: #CBCBCB;
    clear: both;
    background: #dd3333;
    font-size: 16px;
    line-height: 26px;
}

.btn-continue {
    float: left;
    margin-top: 20px;
    display: inline-block !important;
}

.btn-continue {
    -webkit-transition: 0.3s ease all !important;
    -moz-transition: 0.3s ease all !important;
    -ms-transition: 0.3s ease all !important;
    -o-transition: 0.3s ease all !important;
    transition: 0.3s ease all !important;
    padding: 10px 20px;
    display: block;
    float: none;
    text-align: center !important;
    border: 2px solid #CBCBCB;
    margin: 30px auto;
    border-radius: 3px;
    color: #CBCBCB;
    clear: both;
    margin-bottom: 70px;
    background: transparent;
    font-size: 16px;
    line-height: 26px;
}

.btn-continue:hover {
    -webkit-transition: 0.3s ease all !important;
    -moz-transition: 0.3s ease all !important;
    -ms-transition: 0.3s ease all !important;
    -o-transition: 0.3s ease all !important;
    transition: 0.3s ease all !important;
    background-color: #dd3333;
    color: #fff;
}

.post_info .p_text {
    color: #fff;
}

.tag_li a {
    color: #fff;
}

.place_li_cont th {
    padding: 15px;
    border: 1px solid #FFF;
    color: #000;
    background: #fff;
    border: 1px solid #000;
}

.place_li_cont td {
    padding: 15px;
    border: 1px solid #000;
}

#edited__leadmember_pp {
    position: relative;
    z-index: 50;
}

.item_wide_container iframe {
    width: 100% !important;
}

.footer_events_descr {
    max-width: 160px;
}

.footer_events .rate {
    margin-top: 0px;
}

.rate li {
    color: rgba(255, 210, 0, 0.84) !important;
    list-style: none;
    display: inline;
}

.fa-star {
    color: rgba(255, 210, 0, 0.84) !important;
}

.grid_cont {
    margin-bottom: 90px;
}

.affix {
    position: fixed !important;
}

footer .rate {
    margin: 0;
    padding: 0;
}

.twits_wid .footer_events>p {
    height: 61px;
    overflow: hidden;
    margin-bottom: 10px;
}

.template-item-minimal .map_place {
    height: 450px;
}

#call_uber {
    font-size: 23px;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    background-color: #1E1C1C;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    top: -89px;
    display: block;
    z-index: 999999;
    padding: 15px 0;
    -webkit-box-shadow: 0px 0px 60px 0px #dd3333;
    -moz-box-shadow: 0px 0px 60px 0px #dd3333;
    box-shadow: 0px 0px 60px 0px #dd3333;
}

#call_uber:hover {
    background: #dd3333;
}

.price_uber {
    color: white;
    text-align: center;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.check_in {
    text-align: center;
    font-size: 16px;
    padding: 0 30px;
}

.users_group .user_avatars {
    float: none;
}

.right_descriptor {
    float: left;
    margin-top: 56px;
    margin-left: 40px;
}

.right_descriptor p {
    color: black;
    font-size: 16px;
}

.Members_list.wide .blog_category {
    margin-top: -80px;
}

.Members_list.wide .open.post_info {
    margin: 0;
}

.Members_list .members_content {
    padding: 60px 0;
    background: #fff;
}

.Places_map.admin-bar .mycity_o-grid__item {
    top: 38px;
}

.Members_list footer {
    margin-top: -30px;
    padding-top: 60px;
}

.features_block ul li .fa {
    margin-right: 7px;
}

.head_nav .back .fa-angle-left {
    font-size: 23px;
}

.panel-default>.panel-heading {
    color: #FFF;
    background-color: #dd3333;
    border-color: #dd3333;
    padding: 0;
    border-radius: 0;
}

.panel-title>a {
    display: block;
    padding: 15px 15px;
}

.panel-body {
    padding: 15px 0;
}

.panel-default {
    border: none;
}

.bs-example {
    margin-bottom: 30px;
    height: 450px;
    position: relative;
}

.panel-title>a:hover {
    color: white;
    background-color: #556270;
}

.panel-title .fa {
    margin-right: 10px;
}

.Single_page.wide .item_wide_container {
    z-index: 20;
}

.Single_page.wide .shortcodes {
    background: #fff;
    margin-top: 0px;
}

.Single_page.wide .post_content {
    padding-top: 0;
}

.Single_page.wide footer {
    padding-top: 70px;
}

.Single_page .open.post_info {
    margin: 0;
}

.cart_form {
    outline: none;
    border: none;
    background: none;
    color: #000;
    padding: 20px;
    margin: 10px;
}

.modal_popup {
    position: fixed;
    width: 100%;
    z-index: 999999999999;
    display: none;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
}

#msity_rewiew {
    background-color: #eee;
    top: 50%;
    z-index: 99;
    position: fixed;
    left: 50%;
    display: none;
    margin-left: -171px;
    z-index: 9999999988;
    margin-top: -300px;
    border-radius: 7px;
    padding: 15px 30px;
}

#ttshowcase_form label {
    margin-top: 7px;
}

.tt_form_button {
    outline: none;
    border: none;
    padding: 5px;
    border-radius: 5px;
    display: block;
    margin: auto;
    padding: 10px 10px;
    margin-top: 7px;
}

.close_msity {
    position: absolute;
    right: 10px;
    top: 10px;
}

#submit_rewiew {
    float: right;
    margin-left: 10px;
}

.btn_block_banner input {
    font-size: 25px;
    border: none;
    margin-left: -10px;
}

.anchor {
    width: 50px;
    height: 50px;
    background: #dd3333;
    border-radius: 50%;
    position: fixed;
    opacity: 0;
    bottom: 40px;
    text-align: center;
    padding-top: 15px;
    cursor: pointer;
    right: 30px;
    z-index: 99999999;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.anchor:hover {
    padding-top: 14px;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.anchor .fa {
    color: white;
    font-size: 20px;
}

.btn-continue {
    padding-right: 30px;
    position: relative;
    color: white;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.btn-continue .fa-angle-right {
    position: absolute;
    right: 16px;
    color: white;
    top: 13px;
    font-size: 20px;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.btn-continue .faRun {
    right: 13px;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.se-slope:last-child .se-content {
    padding-bottom: 140px;
}

.Category_page.wide .se-container {
    margin-bottom: 0;
}

.Category_page.wide #load_more {
    top: -148px;
    margin: 0 auto;
    background: transparent;
}

.Category_page.wide footer:before {
    display: none;
}

.Category_page.wide .blog_category {
    text-align: center;
}

.se-slope.black_background.no_posts_1 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -70px;
}

.se-slope.black_background.no_posts_1 .se-content, .se-slope.black_background.no_posts_1 .se-content:before, .se-slope.black_background.no_posts_1 .se-content:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.Category_page.wide .page_info, .Members_list.wide .page_info, .Single_page.wide .page_info, .Places_grid.wide .page_info {
    visibility: hidden;
    height: 800px;
}

#container {
    overflow: hidden;
}

.comments_date {
    opacity: 0;
}

.p_text {
    width: 900px;
}

.post_info h2 {
    font-weight: 700;
}

.filter {
    width: 40px;
    height: 40px;
    background: #a11ace;
    border-radius: 50%;
    position: fixed;
    bottom: 45px;
    text-align: center;
    padding-top: 11px;
    cursor: pointer;
    left: 8px;
    opacity: 0;
    color: white;
    z-index: 99999999;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.Category_page .item_wide_container {
    display: none;
    z-index: 999;
}

.Category_page .span_center {
    margin: 20px auto !important;
}

.Category_page .p_text.p_text_center {
    width: 100%;
    text-align: center;
    transition: all 1s;
}

.Category_page .post_info_margin {
    /*margin-top: 70px;*/
    margin-bottom: 90px;
}

.wide .pulse .se-slope:first-child .se-content {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.auth_descr h2 span.yellow {
    color: #dd3333;
    font-weight: 300;
}

.quote {
    max-width: 450px;
    margin: 0 auto;
    padding: 25px 0px 40px 0px;
}

.white-frost .quote blockquote.tweet {
    background-color: rgba(255, 255, 255, .2);
}

.quote img {
    height: 60px;
    width: 60px;
    float: left;
    margin: 0 14px 0 0;
}

.quote img {
    margin: 10px 14px 0 20px;
}

.circle {
    -webkit-border-radius: 50em !important;
    -moz-border-radius: 50em !important;
    border-radius: 50em !important;
}

.white-frost .quote blockquote.tweet:after {
    border-color: transparent rgba(255, 255, 255, 0.2);
}

.quote blockquote.tweet:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 30px;
    border-width: 0px 20px 20px 0px;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 0.1);
    display: block;
    width: 0;
}

.quote blockquote {
    font-size: 22px;
    font-weight: 300;
    line-height: 150%;
    font-style: italic;
    color: #868686;
    padding: 0;
    margin-bottom: 22px;
    border: 0;
}

.quote figcaption {
    font-size: 16px;
    color: #6d6d6d;
    padding-top: 5px;
    margin-left: 72px;
}

.quote figcaption {
    padding-top: 17px;
}

.quote figcaption span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #868686;
}

.quote blockquote.tweet {
    position: relative;
    padding: 33px;
    border: transparent;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}


/* Tremula Styles  */

.tremulaContainer {
    -moz-perspective: 1000px;
    -webkit-perspective: 1000;
    perspective: 1000;
    overflow: hidden
}

.gridBox {
    background: #fafafa url() no-repeat center center;
    position: absolute;
    top: 10px;
}

.gridBox.loaded {
    background-image: none
}

.gridBox.isLastContentBlock {
    border: none;
    background: none;
    box-shadow: none;
}

.moneyShot {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 900ms;
    -moz-transition: opacity 900ms;
    -o-transition: opacity 900ms;
    transition: opacity 900ms;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.moneyShot.loaded {
    opacity: 1
}

.boxLabel {
    position: absolute;
    bottom: -35px;
    padding: 0.3em;
    width: calc(100% - 15px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: -1px;
    font-size: 15px;
}

.gridBox {
    border: #fff 10px solid;
    margin: -10px 0 0 -10px;
    /* border: 1px solid #e4e4e4 !important; */
    box-shadow: 2px 2px 0px 0px #E5E5E5;
}

.moneyShot {
    width: 100%;
}

.boxLabel {
    display: none;
    font-size: 12px;
    font-weight: 100;
    color: #666;
}

.doReflect .boxLabel {
    display: inline-block;
    -webkit-transform: translateZ(0);
}

.doReflect .gridBox {
    -webkit-box-reflect: below 18px -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.25)), color-stop(0.3, transparent));
}

.tremulaContainer {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


/* Demo Styles  */

.debug {
    display: none;
    position: absolute;
    bottom: 0px;
    width: 400px;
    height: 50%;
    z-index: 3;
    background: #eee;
    font-size: 12px;
    font-weight: 100;
    font-family: courier;
    color: #666;
}

.debug.show {
    display: block;
}

.debug li {
    list-style: none;
}

.debug li span {
    display: none;
}

.controls {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.67);
    margin: 0px;
    padding: 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    transform: translateY(-150px);
    -webkit-transition: 175ms ease-in-out;
    -moz-transition: 175ms ease-in-out;
    -ms-transition: 175ms ease-in-out;
    transition: 175ms ease-in-out;
    z-index: 3;
}

.showControls .controls {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.group {
    display: none;
    margin: 5px;
    padding: 0;
    position: relative;
}

.showTweaks .group {
    display: inline-block;
}

.group.main {
    /*background: rgba(255, 255, 255, 0.2);
box-shadow: 0 0 8px #999;*/
    display: inline-block;
    margin-left: 38px;
}

.buttons {
    list-style-type: none;
    margin: 0;
    padding: 5px;
    text-align: left;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.group.main.presets {
    /*width: 348px;*/
    width: 230px;
    white-space: normal;
}

.group.main.presets li {
    width: 98px;
    display: inline-block;
    margin: 0px -.5px;
}

.buttons .group li {
    list-style: none;
    padding: .5em;
    /* background: rgba(255,255,255,0.5); */
    margin: -1px;
    cursor: pointer;
    border: solid 1px #999;
    /* box-shadow: 0 0 5px rgba(0,0,0,0); */
    /* opacity: 0.7; */
    color: #333;
}

.buttons .group li:hover {
    background: #333;
    color: #eee;
}

.buttons .group li:active {
    background: #eee;
    color: #333;
}

.tab {
    /*
    position: absolute;
    top: -23px;
    /*background: rgba(239, 239, 239, 0.6);*/
    /*background: rgba(220, 220, 220, 1);*/
    /*
    padding: 30px 20px 22px;
    left: 20px;
    /*box-shadow: 0 -14px 11px rgba(0,0,0,0.2);*/
    /*
    cursor: pointer;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    color: #777;
    /* height: 70px; */
    /*
    z-index: 3;
    line-height: 40px;
    -webkit-transition: 175ms ease-in-out 0ms;
    -moz-transition: 175ms ease-in-out 0ms;
    -ms-transition: 175ms ease-in-out 0ms;
    transition: 175ms ease-in-out 0ms;
    background-image: radial-gradient(closest-side, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
*/
}


/*.tab:hover {
    /*background-color: #333;*/


/*color: #555;
/*padding-top: 20px;*/


/*background: rgba(239, 239, 239, 1);*/


/*box-shadow: 0 -14px 11px rgba(0,0,0,0.2), 0 11px 28px -20px rgba(51, 51, 51, 0.9);*/


/*   -webkit-transform: scale(1.2) translateY(0px);
   -moz-transform: scale(1.2) translateY(0px);
   -ms-transform: scale(1.2) translateY(0px);
   transform: scale(1.2) translateY(0px);
}*/

.tab:active {
    /*background-color: #fff;*/
    color: #FFF;
}

.showControls .tab {
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
    -webkit-transition: 175ms ease-in-out 200ms;
    -moz-transition: 175ms ease-in-out 200ms;
    -ms-transition: 175ms ease-in-out 200ms;
    transition: 175ms ease-in-out 200ms;
}

.doReflect {
    position: relative;
    height: 325px;
    margin-bottom: 50px;
}

.doReflect .boxLabel {
    display: none !important;
}

@-webkit-keyframes infiniteBackground {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

@keyframes infiniteBackground {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

.section-bg-overlay {
    position: absolute !important;
    width: 100%;
    height: 100%;
    left: 0 !important;
    top: 0 !important;
    z-index: 1 !important;
}

.infinite-background {
    width: 1000em;
    height: 100%;
    -webkit-animation: infiniteBackground 200s linear infinite;
    animation: infiniteBackground 200s linear infinite;
}

.out_comment {
    display: none;
}

.Category_page .item_wide_container:after {
    width: 116%;
    content: '';
    top: -59px;
    height: 62px;
    position: absolute;
    background: #fff;
    border-top-left-radius: 0% 0%;
    border-top-right-radius: 0% 0%;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    left: -8%;
    border-top: 6px solid #dd3333;
}

.Category_page .item_wide_container.changed:after {
    /* this selector is more specific, so it takes precedence over the other :after */
    border-top-left-radius: 200% 300%;
    border-top-right-radius: 200% 300%;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
}

.post_commemts {
    padding: 50px 0;
    background-size: cover;
    margin-bottom: 50px;
}

.ttshowcase_rl_title {
    font-weight: bold;
    color: #dd3333;
    margin-top: 5px;
}

.input-group-btn button span {
    font-weight: 400;
}

.phone_email_left span {
    display: block;
}

.phone_email_left {
    margin-top: 5px;
}

.Places_grid #hero-bg, .Places_list #hero-bg {
    min-height: 1200px;
}

.content_li a .fa {
    margin-top: 2px;
}

#try_login {
    margin-bottom: 12px;
}

.auth_descr h2 span {
    color: white;
}

.form-control:focus {
    border: 2px solid #dd3333 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.doReflect:hover {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: grab;
}

.places_list_my:hover {
    cursor: pointer;
}

.doReflect:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: grabbing;
}


/*places_list*/

.places_list_my:hover .hover-out {
    -webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    cursor: pointer;
}

.places_list_my .hover-out {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -khtml-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: 0.75s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -khtml-transition: 0.75s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 0.75s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 0.75s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.75s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.75s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
}

.places_list_my .bleed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.places_list_my:hover .hover-in {
    opacity: 1;
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
    -webkit-transition-duration: .75s;
    transition-duration: .75s;
}

.places_list_my .hover-in {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: 1s opacity cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -khtml-transition: 1s opacity cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 1s opacity cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 1s opacity cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 1s opacity cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s opacity cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1;
}

.places_list_my .bleed .item_container .item {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}


/* .places_list_my .bleed  .item_container .item div {
    margin-top: -15px;
    padding: 0 24px;
} */

.places_list_my .hover-down {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.75s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -khtml-transition: 0.75s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 0.75s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 0.75s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.75s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.75s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
}

.places_list_my:hover .hover-down {
    -webkit-transform: translateX(5px);
    -khtml-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
    -webkit-transition-duration: .75s;
    transition-duration: .75s;
}

.places_list_my .bleed .item_container {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
}


/*common styles*/

.sub-heading {
    color: #ffffff;
    width: 80%;
    text-align: center;
    display: block;
    margin: auto;
}

.wtr {
    will-change: transform;
}

.fa_close_2 {
    color: red;
    position: relative;
    margin-bottom: -7px;
    z-index: 700;
    cursor: pointer;
    font-size: 20px;
}

.style_one .bleed {
    background-color: rgba(7, 8, 8, 0.79);
}

.style_two .bleed {
    background-color: rgba(160, 29, 29, 0.79);
}

.style_three .bleed {
    background-color: rgba(8, 74, 13, 0.79);
}

.Category_page #hero-bg {
    /*background: none!important;*/
}

.se-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cb {
    max-width: 1160px;
}

.sese {
    position: fixed;
    top: 0;
    transition: all 5s;
}

.grid_cont {
    -webkit-transition: all 3s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -khtml-transition: all 3s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 3s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 3s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 3s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 3s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    top: 0px;
}

.grid_height {
    position: relative;
    top: -109px;
    -webkit-transition: all 3s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -khtml-transition: all 3s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 3s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 3s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 3s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 3s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
}

.se-container.news_up .se-slope:nth-child(even) .se-content {
    padding: 370px 0px 55px 0px;
}

.se-container.news_up .se-slope:nth-child(odd) .se-content {
    padding: 290px 0px 130px 0px;
}

.se-container.news_up .se-slope:first-child .se-content {
    padding: 290px 100px 280px 100px;
}

.Category_page .item_wide_container {
    top: -70px;
}

.home #container {
    padding-bottom: 35px;
}

.Category_page.wide #container {
    padding-bottom: 0;
}

.h_fixed {
    transition: all 1s;
    text-align: center;
    position: fixed;
}

.p_fixed {
    position: fixed;
}

.h_fixed_center {
    transition: all 1s;
    left: 25%;
}

.p_fixed_center {
    transition: all 1s;
    display: block;
    margin: auto;
    width: 800px;
    left: 25%;
}

.news_up .se-content:before {
    display: none;
}

.se_rotate {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    margin-top: 0 !important;
}

.commentNavigation a, .commentNavigation span {
    padding: 6px 12px;
    text-decoration: none;
    background: #8C8A8A;
    border-radius: 50%;
    color: white;
    cursor: pointer;
}

.commentNavigation a:nth-child(even) {
    border-left: none;
    border-right: none;
}

.commentNavigation a:first-child {
    background: #dd3333;
    margin-right: 15px;
    border-radius: 7px;
    padding: 6px 20px;
    text-align: center;
}

.commentNavigation a:last-child {
    background: #dd3333;
    margin-left: 15px;
    border-radius: 7px;
    padding: 6px 20px;
    text-align: center;
}

.commentNavigation a:hover {
    background: #eee;
    color: black;
}

.commentNavigation>span {
    background: #dd3333;
    color: #fff;
    border-radius: 50%;
}

.template-item-minimal .place_gr_cont .pg {
    width: 25%;
}

.template-item-minimal.wide .place_gr_cont .pg {
    width: 100%;
}

.template-item-minimal.wide .place_gr_cont {
    margin-top: 25px;
}

.section-default {
    /* display: none;*/
}

.section-default h2 {
    text-align: center;
    margin-top: 30px;
    font-size: 36px;
}

.post.p_style_two .p_text {
    line-height: 150%;
    text-shadow: black 0px 1px;
}

.ttshowcase_rl_quote p, .ttshowcase_rl_title {
    font-size: 16px !important;
}

.ttshowcase_rl_subtitle, .ttshowcase_rl_date {
    font-size: 16px !important;
}

.img_t {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    top: 0px;
    z-index: 999;
    width: 116%;
    border-top-left-radius: 300% 115%;
    border-top-right-radius: 300% 115%;
    left: -8%;
    -webkit-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
}

.children_z_index {
    z-index: -10;
}

.phone_email_left>span, .phone_email_left>span i {
    font-size: 16px;
}

.phone_email_left>span {
    float: left;
    margin-right: 60px;
    margin-top: 3px;
}

.gp_nav .fa {
    margin-right: 6px;
}

.cler {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    top: 0px;
    z-index: 999;
    width: 116%;
    border-top-left-radius: 300% 115%;
    border-top-right-radius: 300% 115%;
    left: -8%;
}

.tremulaContainer {
    z-index: 1000;
    background-color: rgb(241, 241, 241);
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
    background-image: url(../img/tremulabg.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.Places_grid .item_wide_container {
    top: 10px;
}

.template-item-minimal .start_descrition {}

.template-item-minimal .start_descrition {
    position: relative;
}

.Category_page .shortcodes {
    margin-top: 0;
}

.places_list_my {
    margin-right: 2%;
    margin-bottom: 3%;
}

.places_list_my:nth-child(3n) {
    margin-right: 0;
}

.Places_grid .item_wide_container {
    padding-bottom: 0px;
}

.Places_grid .more_btn2 {
    top: -50px;
    z-index: 9999999999;
    margin: 0 auto;
    color: white;
}

.blog_cat li.menu-item-has-children a {
    padding-right: 40px;
}

.blog_category .blog_cat>li>a .fa {
    right: 1px;
    top: 0px;
    position: relative;
}

.Places_grid .item_wide_container:before {
    bottom: -25px;
}

.place_info, .page_info {
    position: relative;
}

.start_descr {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -100px;
}

.tt_1cl {
    width: 99%;
    margin: 0 0 20px 0 !important;
}

.item_wide_container {
    padding-bottom: 0;
}

.members_profile .page_info {
    padding-top: 130px;
}

.members_profile footer:before {
    display: none;
}

.block_profile {
    margin-bottom: 70px;
}


/*.no_get_drink .item_wide_container:before{
    border-radius: 0;
}*/

.no_get_drink .bs-example {
    margin-bottom: 0;
    /*height: auto;*/
}

.no_get_drink.template-item-minimal .map_place {
    height: 495px;
}

.admin-bar.no_get_drink.template-item-minimal .item_wide_container {
    margin-bottom: -10px;
}

.admin-bar.template-item-minimal .item_wide_container {
    top: -40px;
    /*margin-bottom: -65px;*/
}

.no_get_drink.template-item-minimal .item_wide_container {
    margin-bottom: -10px;
}

.template-item-minimal .item_wide_container {
    top: 10px;
    /*margin-bottom: -65px;*/
}

.no_get_drink.template-item-minimal #container {
    padding: 0;
}

.exit_block {
    opacity: 0;
}

.se-slope:last-child, .se-slope:last-child .se-content, .se-slope:last-child .se-content:before, .se-slope:last-child .se-content:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.se-slope:last-child {
    top: -3px;
}

.eventon_events_list .eventon_list_event .evcal_list_a {
    overflow: visible;
}

.place_inn {
    overflow: hidden;
}

.place_inn img {
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
}

.place_inn img:hover {
    cursor: pointer;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
}

.place_indexImg {
    overflow: hidden;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
    color: #FFF;
    background-color: #dd3333;
    border-color: #dd3333;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#ad_ajax {
    display: none;
}

.post_content ul li {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.5;
}

.admin-bar .no_top_mycity_menu-btn {
    top: 38px;
}

.no_top_mycity_menu-btn {
    top: 6px;
}


/*post*/

.post_content h2 {
    font-size: 30px;
    margin: 25px 0;
}

.children {
    width: 300px;
}

.post_content h1 {
    font-size: 48px;
    margin: 33px 0;
    padding: 0;
}

.post_content h3 {
    font-size: 22px;
    margin: 22px 0;
}

.post_content h4 {
    font-size: 20px;
    margin: 25px 0;
}

.post_content h5 {
    font-size: 16px;
    margin: 30px 0;
}

.post_content h6 {
    font-size: 16px;
    margin: 36px 0;
}

.post_content p {
    margin: 0 0 24px;
}

.post_content dl {
    margin: 0 20px;
}

.post_content dd {
    margin: 0 0 20px;
}

.post_content address {
    font-style: italic;
}

.template-item-minimal .start_descrition span, .price_uber {
    text-shadow: 2px 1px 1px #000000;
}

.big_tremula:hover {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: grab;
}

.big_tremula:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: grabbing;
}

.post_pagination {
    margin: 20px;
}

.post_pagination a {
    padding: 6px 12px;
    text-decoration: none;
    background: #8C8A8A;
    border-radius: 50%;
    margin-right: 4px;
    color: white;
    cursor: pointer;
}

.post_pagination a:last-child {
    background: #dd3333;
    margin-left: 15px;
    border-radius: 7px;
    padding: 6px 20px;
    text-align: center;
}

.post_pagination a:hover {
    background: #eee;
    color: black;
}

.post_pagination span {
    background: #dd3333;
    padding: 6px 12px;
    color: #fff;
    margin-right: 4px;
    cursor: pointer;
    border-radius: 50%;
}


/*common styles*/

.cupon_code_new {
    position: relative;
}

.cupon_code_new:before {
    content: '';
    position: absolute;
    background: url(img/cutcut.png) no-repeat;
    top: -18px;
    left: 6px;
    width: 60px;
    height: 36px;
}

#ad_ajax {
    top: -100px;
    position: relative;
    overflow: hidden;
}

.Category_page .item_wide_container {
    top: 80px;
}

.bubble2 p {
    font-size: 16px;
}

.se-content .p_footer li {
    text-align: left;
}

.Category_page .item_wide_container {
    padding-bottom: 60px;
}

.Members_list .item_wide_container, .Single_page.wide .item_wide_container, .page-finance .item_wide_container {
    top: 10px;
}

.page-finance .open.post_info {
    margin-top: 0;
}

.Category_page footer {
    margin-top: -6px;
}

.news-open.wide footer {
    margin-top: -100px;
}

.news-open .p_text {
    width: 70%;
    word-break: break-all;
}

.more_btn2 {
    margin-top: -76px;
}

.more_btn2 {
    top: -40px;
}

.inline-center {
    float: none;
    display: inline-block;
    width: 33%;
}

.template-item-minimal.no_get_drink .item_wide_container:before {
    border-radius: 0;
}

.no_get_drink.template-item-minimal footer {
    padding-top: 80px;
    margin-top: -50px;
}

.masonry_news .img_place_inn {
    height: 200px;
    overflow: hidden;
}

.masonry_news .img_place_inn img {
    height: 100%;
}

.masonry_news .place_li_cont .pl_descr span {
    color: white;
}

.masonry_news.wide .grid_cont {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.masonry_news .place_index_item {
    margin-bottom: 0px;
    padding: 5px;
}

#container_1 {
    background: #FFF;
    margin-bottom: 20px;
    border-radius: 5px;
    clear: both;
}

.transitions-enabled.masonry, .transitions-enabled.masonry .masonry-brick {
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.transitions-enabled.masonry {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.col2 {
    width: 25%;
}

.col1 {
    width: 50%;
}

.box {
    font-size: 11px;
    line-height: 1.4em;
    float: left;
}

.user_cover:before, .user_cover:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 11px;
    bottom: -1px;
    z-index: 999999;
    left: 13px;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 0;
}

.user_cover:before {
    border-right: 2px solid #dd3333;
    border-left: 2px solid #dd3333;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.user_cover:after {
    border-top: 2px solid #dd3333;
    border-bottom: 2px solid #dd3333;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.user_cover:hover:before, .user_cover:hover:after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.masonry_news .more_btn2 {
    display: none;
}


/*.pl_descr a:hover,.masonry_news .box:nth-child(odd) .pl_descr a:hover{
    color:white;
}*/

.masonry_news .place_li_cont .pl_descr {
    border-radius: 0;
}

.masonry_news .box:nth-child(odd) .pl_descr {
    background-color: #dd3333;
    border: 1px solid #dd3333;
}

.masonry_news .box:nth-child(odd) .pl_descr a {
    color: #232020;
}

.masonry_news .box:nth-child(even) .pl_descr {
    background-color: #232020;
    border: 1px solid #232020;
}

.bleed h1 {
    color: white;
}

.no_posts_1 {
    display: none;
}


/*.mycity_o-grid__item{
    top:0px!important;
}*/

.wp-customizer {
    display: none !important;
}

.wp-customizer .logo {
    margin: 0 !important;
}

.pl_descr_date {
    margin: 25px 0 0 0;
    color: white;
    font-style: italic;
    font-size: 16px;
}

.grid_h1 {
    position: absolute;
    z-index: 88888;
    color: white;
    bottom: -15px;
    left: 0;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}

.fade_op {
    opacity: 0.3;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.fade-hero {
    opacity: 1;
}

.get_drink {
    margin-top: 60px;
}

.blog_category li .sub-menu {
    display: -webkit-inline-box;
    opacity: 0;
    z-index: -1;
}

.blog_category li .sub-menu {
    position: absolute;
    border-top: 15px solid transparent;
    list-style: none;
    color: black;
    margin: 0;
    padding: 0;
    width: 300px;
    left: 50%;
    top: -97px;
    -webkit-box-shadow: 11px 10px 13px -10px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 11px 10px 13px -10px rgba(0, 0, 0, 0.0);
    box-shadow: 11px 10px 13px -10px rgba(0, 0, 0, 0.0);
    z-index: 999999999999;
}

.blog_category .menu-odd .fa-angle-up {
    top: 16px;
    color: #2A2B2B;
    right: 7px;
    position: absolute;
}

.z-index-index {
    z-index: -10 !important;
}

.blog_category li .sub-menu .sub-menu {
    top: -66px;
    left: 0;
    margin: 0;
}

.blog_category .menu-odd:after {
    content: "";
    width: 0;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    position: absolute;
    height: 0;
    border-top: 10px solid #dd3333;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.blog_category li .sub-menu .fa-angle-right {
    top: 16px;
    color: #2A2B2B;
    right: 19px;
    position: absolute;
}

.blog_category .sub-menu li a {
    padding: 10px 25px;
    display: block;
    border-radius: 0;
    border-top: 5px solid transparent;
    color: black;
    background: white;
}

.blog_category .sub-menu li {
    float: left;
    margin-right: 0;
    display: block;
    margin-bottom: 0;
    border-bottom: 4px solid #dd3333;
}

.blog_category .sub-menu li a:hover {
    color: black;
}

#menu-short .menu-item-has-children a .fa {
    margin: 0;
    margin-right: -7px;
}

.blog_category .sub-sub-menu {
    opacity: 0;
}

.blog_category .sub-menu li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    top: -4px;
    left: 0;
    background-color: #dd3333;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.blog_category .sub-menu li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.blog_category .sub-sub-menu, .blog_category .sub-menu {
    /*border-bottom:5px solid #dd3333;*/
}

#cupon_code_place {
    border: 1px dashed black;
    width: 200px;
    padding: 20px;
    font-size: 1.3em
}

.error404 {
    height: 100vh !important;
    overflow: hidden !important;
    position: relative !important;
}

.page404 {
    margin-top: 220px !important;
    margin-bottom: 500px !important;
}

.blog_category .addtoany_share_save_container {
    display: none !important;
}

.post_inside {
    position: relative;
}

#maincn {
    margin-bottom: 70px;
}

.head_nav .fa-angle-right {
    top: 12px;
}


/*finance*/


/*Balance*/

.balance-head {
    margin-bottom: 60px;
}

.balance-head h1 {
    font-size: 48px;
    color: #000000;
    font-weight: 300;
}

.balance-head h1 span {
    color: #dd3333;
    font-weight: 500;
}

.balance-head a {
    font-family: 'Montserrat', sans-serif;
    color: #dd3333;
    margin-top: 36px;
    margin-right: 35px;
}

.balance-head a+a, .fill-up-left a {
    font-family: 'Montserrat', sans-serif;
    color: white;
    width: 190px;
    text-align: center;
    border-radius: 3px;
    margin-right: 35px;
}

.balance thead {
    background-color: #211530;
    font-weight: 500;
    font-size: 16px;
    color: white;
}

.balance thead td {
    color: white;
}

.page-finance footer:before {
    display: none;
}

.balance .table .fa {
    color: #b3de1d;
    font-size: 10px;
    margin-right: 5px;
}

.balance .table .t_status1 .fa {
    color: #b3de1d;
}

.balance .table .t_status2 .fa {
    color: #d92727;
}

.balance .table .t_status0 .fa {
    color: #ffd200;
}

.balance td strong {
    font-weight: 500;
}

.balance td {
    color: #a2a2a2;
    padding: 25px 0;
    font-size: 16px;
}

.balance .t_descr {
    width: 40%;
}

.balance .t_stat {
    width: 8%;
}

.balance .t_id {
    width: 6%;
    text-align: center;
}

.balance .table-condensed>tbody>tr>th, .balance .table-condensed>tfoot>tr>th, .balance .table-condensed>tbody>tr>td, .balance .table-condensed>tfoot>tr>td {
    padding: 25px 5px;
}

.balance .table-condensed>thead>tr>td {
    padding: 15px 5px;
}

.balance .table>thead>tr>th, .balance .table>tbody>tr>th, .balance .table>tfoot>tr>th, .balance .table>thead>tr>td, .balance .table>tbody>tr>td, .balance .table>tfoot>tr>td {
    border: none;
    vertical-align: middle;
}

.balance td:first-child {
    text-align: center;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.balance td:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.balance table {
    margin-bottom: 60px;
}

.fill_up {
    border: 5px solid #dd3333;
    padding: 30px;
    margin-bottom: 90px;
    border-radius: 10px;
}

.fill_up .fill-up-left p {
    color: #000000;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 20px;
}

.fill_up .amount {
    background-image: none;
    padding: 14px 0;
    padding-left: 12px;
}

.fill-up-left label {
    font-size: 18px;
    margin-bottom: 10px;
}

.fill-up-left label span {
    color: #d4575c;
}

.fill-up-left a {
    display: block;
    margin-top: 30px;
}

.pay_list {
    padding: 0;
}

.pay_list li {
    display: inline-block;
}

.pay_list li a {
    display: inline-block;
    width: 70px;
    margin-right: 15px;
    margin-top: 0;
    height: 35px;
    background-color: #eee;
    border-radius: 5px;
    background: url(../img/visa.png) no-repeat 50% 50%;
    border: 1px solid #d6d6d6;
}

.pay_list li a:hover {
    border: 1px solid #d6d6d6;
}

.pay_list li a.bubbles {
    background-image: url(../img/bubbles.png);
}

.search_container .location, .open_item_container .amount, .fill_up .amount {
    width: 100%;
    padding: 12px;
    padding-left: 10px;
    padding-right: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #888;
    border: none;
    outline: none;
    background: #f1f1f1 no-repeat 96% 50%;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.auth_login button#tryreg, #try_login, .balance-head a+a, .fill-up-left a {
    background: #dd3333;
    padding: 14px 0;
    width: 100%;
    font-size: 16px;
    border: none;
    border-bottom: 4px solid #C13E3E;
    cursor: pointer;
    margin: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cd-select:hover {
    background-color: #dd3333;
    color: white;
}

.balance-head a+a, .fill-up-left a {
    font-family: 'Montserrat', sans-serif;
    color: white;
    width: 190px;
    margin-top: 20px;
    text-align: center;
    border-radius: 3px;
    margin-right: 35px;
}

#fmfill .amount {
    height: 35px;
    padding: 0 15px;
    margin-bottom: 20px;
}

.payvia {
    background: #218DEA;
    color: white;
    outline: none;
    border: none;
    padding: 5px 15px;
    width: 115px;
    border-radius: 5px;
}

.payvia:hover {
    background: #0C60A9;
}

.balance table tr:nth-child(even) {
    background-color: #EFEFEF;
}

.blog_cat .cat-item .fa {
    position: absolute;
    right: 14px;
    top: 2px;
    color: white;
}


/* --------------------------------

Main Components

-------------------------------- */

.cd-header {
    height: 100px;
    line-height: 170px;
    position: relative;
}

.cd-header h1 {
    text-align: center;
    color: #FFFFFF;
    font-size: 2.2rem;
}

@media only screen and (min-width: 768px) {
    .cd-header {
        height: 160px;
        line-height: 280px;
    }
    .cd-header h1 {
        font-size: 3.6rem;
        font-weight: 300;
    }
}

.cd-pricing-container {
    width: 90%;
    max-width: 1170px;
    margin: 4em auto;
}

@media only screen and (min-width: 768px) {
    .cd-pricing-container {
        margin: 0em auto;
    }
    .cd-pricing-container.cd-full-width {
        width: 100%;
        max-width: none;
    }
}

#edited_seeplaceindex {
    display: block;
    font-size: 36px;
    font-weight: 100;
    color: #dd3333;
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    line-height: 60px;
}

.cd-pricing-switcher {
    text-align: center;
}

.cd-pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 2px;
    border-radius: 50em;
    border: 1px solid #225b78;
}

.cd-pricing-switcher input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.cd-pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 90px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 1.4rem;
    color: #FFFFFF;
    margin-bottom: 0;
}

.cd-pricing-switcher .cd-switch {
    /* floating background */
    position: absolute;
    top: 2px;
    left: 2px;
    height: 40px;
    width: 90px;
    background-color: #0c1f28;
    border-radius: 50em;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.cd-pricing-switcher input[type="radio"]:checked+label+.cd-switch, .cd-pricing-switcher input[type="radio"]:checked+label:nth-of-type(n)+.cd-switch {
    /* use label:nth-of-type(n) to fix a bug on safari with multiple adjacent-sibling selectors*/
    -webkit-transform: translateX(90px);
    -moz-transform: translateX(90px);
    -ms-transform: translateX(90px);
    -o-transform: translateX(90px);
    transform: translateX(90px);
}

.no-js .cd-pricing-switcher {
    display: none;
}

.cd-pricing-list {
    margin: 2em 0 0;
}

.cd-pricing-list>li {
    position: relative;
    margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
    .cd-pricing-list {
        margin: 3em 0 0;
    }
    .cd-pricing-list:after {
        content: "";
        display: table;
        clear: both;
    }
    .cd-pricing-list>li {
        width: 33.3333333333%;
        float: left;
    }
    .cd-has-margins .cd-pricing-list>li {
        width: 32.3333333333%;
        float: left;
        margin-right: 1.5%;
    }
    .cd-has-margins .cd-pricing-list>li:last-of-type {
        margin-right: 0;
    }
}

.cd-pricing-wrapper {
    /* this is the item that rotates */
    position: relative;
    list-style: none !important;
    padding: 0;
}

.cd-pricing-list {
    list-style: none;
}

.touch .cd-pricing-wrapper {
    /* fix a bug on IOS8 - rotating elements dissapear*/
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
}

.cd-pricing-wrapper.is-switched .is-visible {
    /* totate the tables - anticlockwise rotation */
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: cd-rotate 0.5s;
    -moz-animation: cd-rotate 0.5s;
    animation: cd-rotate 0.5s;
}

.cd-pricing-wrapper.is-switched .is-hidden {
    /* totate the tables - anticlockwise rotation */
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: cd-rotate-inverse 0.5s;
    -moz-animation: cd-rotate-inverse 0.5s;
    animation: cd-rotate-inverse 0.5s;
    opacity: 0;
}

.cd-pricing-wrapper.is-switched .is-selected {
    opacity: 1;
}

.cd-pricing-wrapper.is-switched.reverse-animation .is-visible {
    /* invert rotation direction - clockwise rotation */
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: cd-rotate-back 0.5s;
    -moz-animation: cd-rotate-back 0.5s;
    animation: cd-rotate-back 0.5s;
}

.cd-pricing-wrapper.is-switched.reverse-animation .is-hidden {
    /* invert rotation direction - clockwise rotation */
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: cd-rotate-inverse-back 0.5s;
    -moz-animation: cd-rotate-inverse-back 0.5s;
    animation: cd-rotate-inverse-back 0.5s;
    opacity: 0;
}

.cd-pricing-wrapper.is-switched.reverse-animation .is-selected {
    opacity: 1;
}

.cd-pricing-wrapper>li {
    background-color: #FFFFFF;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Firefox bug - 3D CSS transform, jagged edges */
    outline: 1px solid transparent;
}

.cd-pricing-wrapper>li::after {
    /* subtle gradient layer on the right - to indicate it's possible to scroll */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    pointer-events: none;
    background: -webkit-linear-gradient(right, #FFFFFF, rgba(255, 255, 255, 0));
    background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
}

.cd-pricing-wrapper>li.is-ended::after {
    /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
    display: none;
}

.cd-pricing-wrapper .is-visible {
    /* the front item, visible by default */
    position: relative;
    z-index: 5;
}

.cd-pricing-wrapper .is-hidden {
    /* the hidden items, right behind the front one */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.cd-pricing-wrapper .is-selected {
    /* the next item that will be visible */
    z-index: 3 !important;
}

@media only screen and (min-width: 768px) {
    .cd-pricing-wrapper>li::before {
        /* separator between pricing tables - visible when number of tables > 3 */
        content: '';
        position: absolute;
        z-index: 6;
        left: -1px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 50%;
        width: 1px;
        background-color: #b1d6e8;
    }
    .cd-pricing-wrapper>li::after {
        /* hide gradient layer */
        display: none;
    }
    .cd-popular .cd-pricing-wrapper>li {
        box-shadow: inset 0 0 0 3px #dd3333;
    }
    .cd-has-margins .cd-pricing-wrapper>li, .cd-has-margins .cd-popular .cd-pricing-wrapper>li {
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    }
    .cd-secondary-theme .cd-pricing-wrapper>li {
        background: #3aa0d1;
        background: -webkit-linear-gradient(bottom, #3aa0d1, #3ad2d1);
        background: linear-gradient(to top, #3aa0d1, #3ad2d1);
    }
    .cd-secondary-theme .cd-popular .cd-pricing-wrapper>li {
        background: #e97d68;
        background: -webkit-linear-gradient(bottom, #e97d68, #e99b68);
        background: linear-gradient(to top, #e97d68, #e99b68);
        box-shadow: none;
    }
     :nth-of-type(1)>.cd-pricing-wrapper>li::before {
        /* hide table separator for the first table */
        display: none;
    }
    .cd-has-margins .cd-pricing-wrapper>li {
        border-radius: 4px 4px 6px 6px;
    }
    .cd-has-margins .cd-pricing-wrapper>li::before {
        display: none;
    }
}

@media only screen and (min-width: 1500px) {
    .cd-full-width .cd-pricing-wrapper>li {
        padding: 2.5em 0;
    }
}

.no-js .cd-pricing-wrapper .is-hidden {
    position: relative;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    margin-top: 1em;
}

@media only screen and (min-width: 768px) {
    .cd-popular .cd-pricing-wrapper>li::before {
        /* hide table separator for .cd-popular table */
        display: none;
    }
    .cd-popular+li .cd-pricing-wrapper>li::before {
        /* hide table separator for tables following .cd-popular table */
        display: none;
    }
}

.cd-pricing-header {
    position: relative;
    z-index: 1;
    height: 80px;
    padding: 1em;
    pointer-events: none;
    background-color: #3aa0d1;
    color: #FFFFFF;
}

.cd-pricing-header h2 {
    margin-bottom: 3px;
    font-weight: 700;
    text-transform: uppercase;
}

.cd-popular .cd-pricing-header {
    background-color: #e97d68;
}

@media only screen and (min-width: 768px) {
    .cd-pricing-header {
        height: auto;
        padding: 1.9em 0.9em 1.6em;
        pointer-events: auto;
        text-align: center;
        color: #173d50;
        background-color: transparent;
    }
    .cd-popular .cd-pricing-header {
        color: #dd3333;
        background-color: transparent;
    }
    .cd-secondary-theme .cd-pricing-header {
        color: #FFFFFF;
    }
    .cd-pricing-header h2 {
        font-size: 1.8rem;
        letter-spacing: 2px;
    }
}

.cd-currency, .cd-value {
    font-size: 3rem;
    font-weight: 300;
}

.cd-duration {
    font-weight: 700;
    font-size: 1.3rem;
    color: #8dc8e4;
    text-transform: uppercase;
}

.cd-popular .cd-duration {
    color: #f3b6ab;
}

.cd-duration::before {
    content: '/';
    margin-right: 2px;
}

@media only screen and (min-width: 768px) {
    .cd-value {
        font-size: 7rem;
        font-weight: 300;
    }
    .cd-currency, .cd-duration {
        color: rgba(23, 61, 80, 0.4);
    }
    .cd-popular .cd-currency, .cd-popular .cd-duration {
        color: #dd3333;
    }
    .cd-secondary-theme .cd-currency, .cd-secondary-theme .cd-duration {
        color: #2e80a7;
    }
    .cd-secondary-theme .cd-popular .cd-currency, .cd-secondary-theme .cd-popular .cd-duration {
        color: #ba6453;
    }
    .cd-currency {
        display: inline-block;
        margin-top: 10px;
        vertical-align: top;
        font-size: 2rem;
        font-weight: 700;
    }
    .cd-duration {
        font-size: 1.4rem;
    }
}

.cd-pricing-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.is-switched .cd-pricing-body {
    /* fix a bug on Chrome Android */
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .cd-pricing-body {
        overflow-x: visible;
    }
}

.cd-pricing-features {
    width: 600px;
}

.cd-pricing-features:after {
    content: "";
    display: table;
    clear: both;
}

.cd-pricing-features li {
    width: 100px;
    float: left;
    padding: 1.6em 1em;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cd-pricing-features em {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

@media only screen and (min-width: 768px) {
    .cd-pricing-features {
        width: auto;
    }
    .cd-pricing-features li {
        float: none;
        width: auto;
        padding: 1em;
    }
    .cd-popular .cd-pricing-features li {
        margin: 0 3px;
    }
    .cd-pricing-features li:nth-of-type(2n+1) {
        background-color: rgba(23, 61, 80, 0.06);
    }
    .cd-pricing-features em {
        display: inline-block;
        margin-bottom: 0;
    }
    .cd-has-margins .cd-popular .cd-pricing-features li, .cd-secondary-theme .cd-popular .cd-pricing-features li {
        margin: 0;
    }
    .cd-secondary-theme .cd-pricing-features li {
        color: #FFFFFF;
    }
    .cd-secondary-theme .cd-pricing-features li:nth-of-type(2n+1) {
        background-color: transparent;
    }
}

.cd-popular .cd-select:hover {
    background-color: #EF4A4A;
}

.cd-pricing-footer {
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;
    /*  background: #211530;*/
    /* on mobile it covers the .cd-pricing-header */
    height: 80px;
    width: 100%;
}

.cd-pricing-footer::after {
    /* right arrow visible on mobile */
    content: '';
    position: absolute;
    right: 1em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
}

@media only screen and (min-width: 768px) {
    .cd-pricing-footer {
        position: relative;
        height: auto;
        padding: 1.8em 0;
        text-align: center;
    }
    .cd-pricing-footer::after {
        /* hide arrow */
        display: none;
    }
    .cd-has-margins .cd-pricing-footer {
        padding-bottom: 0;
    }
}

.cd-select {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    /* hide button text on mobile */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

@media only screen and (min-width: 768px) {
    .cd-select {
        position: static;
        display: inline-block;
        height: auto;
        padding: 1.3em 3em;
        color: #FFFFFF;
        border-radius: 2px;
        background-color: #393C3E;
        font-size: 1.4rem;
        text-indent: 0;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .no-touch .cd-select:hover {
        background-color: #dd3333;
        color: white;
    }
    .cd-popular .cd-select {
        background-color: #dd3333;
    }
    .no-touch .cd-popular .cd-select:hover {
        background-color: #ec907e;
    }
    .cd-secondary-theme .cd-popular .cd-select {
        background-color: #0c1f28;
    }
    .no-touch .cd-secondary-theme .cd-popular .cd-select:hover {
        background-color: #112e3c;
    }
    .cd-has-margins .cd-select {
        display: block;
        padding: 1.7em 0;
        border-radius: 0 0 4px 4px;
    }
}

.place_inn .pl_descr a:hover {
    color: #dd3333 !important;
}

.pay-left {
    float: right;
}

.logged-in header {
    top: 32px;
}


/*boxed*/

.boxed.wide #container {
    margin-top: 91px;
}

.boxed.wide .header-section {
    height: 255px;
    width: 100%;
}

.boxed.wide .header-section img {
    width: 100%;
    height: 100%;
}

.boxed.wide .phone_email {
    padding: 14px 30px;
}

.boxed.wide .icon_descr_block .cols {
    display: none;
}

.boxed.wide .icon_descr_block {
    padding: 0 30px;
    margin-bottom: 32px;
}

.boxed.wide .icon_descr_block .bubble {
    float: left;
    width: 100%;
    text-align: center;
    border: none;
}

.boxed.wide .bubble p:before {
    display: none;
}

.boxed.wide .icon_descr_block .bubble span {
    display: none;
}

.boxed.wide .phone_email {
    margin-bottom: 7px;
}

.boxed.wide #yafollow, .boxed.wide #edit-edit, .boxed.wide #submit-review {
    margin-left: 5px;
    width: 130px;
    border-radius: 3px;
    font-size: 16px;
    height: 35px;
}

.boxed.wide .place-container-boxed .basic {
    padding-bottom: 37px;
}

.button.substribe {
    float: right;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
}

.Single_page.wide.woocommerce-cart .page_info {
    visibility: visible;
}

.members_item .member_name {
    max-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#apply_coupon, #update_cart, #proceed_to_checkout {
    outline: none;
    border: none;
    border-radius: 4px;
}

#apply_coupon {
    clear: both;
    float: left;
}

.tickera_checkout {
    float: none;
}


/*.form-control:focus{
    border-color: #dd3333;
    webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.0);
}*/

.fields-wrap .tickera-input-field {
    width: 50%;
    margin: auto;
    float: none;
}

#coupon_code {
    height: 50px;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.tickera_additional_info {
    text-align: center;
}

.select-L {
    display: none;
    position: relative;
    float: right;
    margin-left: 35px;
}

.select-L>a, .select-L>ul a {
    background: #dd3333;
    height: 34px;
    border-radius: 3px;
    line-height: 34px;
    color: white;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    width: 65px;
    text-align: center;
}

.select-lang {
    list-style: none;
    position: absolute;
    margin: 0;
    display: none;
    padding: 0;
}

.select-L>ul a:hover {
    background-color: #dd3333;
    color: white;
}

.select-L .fa {
    position: absolute;
    top: 10px;
    left: 48px;
    font-size: 14px;
    color: white;
}

.aaaa {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submit-cont {
    margin-top: 80px;
}

#imodalko1 {
    padding: 20px;
    border-radius: 5px;
    background-color: #dd3333;
    top: 50%;
    margin-top: -111px;
    color: white;
    display: none;
    left: 0;
    position: fixed;
    width: 500px;
    left: 50%;
    z-index: 999999;
    margin-left: -250px;
}

.imodal-p {
    position: relative;
}

.imodal-p .fa {
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

.imod-but {
    width: 200px;
    margin: auto;
    display: block;
}


}
h1 {
    font-family: 'Oswald', sans-serif !important;
}
.menu li a.bank.activmap, .menu li a.bank:hover, .menu li a.bank:focus {
    background: #a0e7ff;
    transition: 0.3s;
}
.menu li a.bar.activmap, .menu li a.bar:hover, .menu li a.bar:focus {
    background: #eeee22;
    transition: 0.3s;
}
.menu li a.beach.activmap, .menu li a.beach:hover, .menu li a.beach:focus {
    background: #22a0f9;
    transition: 0.3s;
}
.menu li a.films.activmap, .menu li a.films:hover, .menu li a.films:focus {
    background: #2fcebe;
    transition: 0.3s;
}
.menu li a.food.activmap, .menu li a.food:hover, .menu li a.food:focus {
    background: #1e73be;
    transition: 0.3s;
}
.menu li a.post.activmap, .menu li a.post:hover, .menu li a.post:focus {
    background: #2ed61b;
    transition: 0.3s;
}
.menu li a.shopping.activmap, .menu li a.shopping:hover, .menu li a.shopping:focus {
    background: #1dc675;
    transition: 0.3s;
}
.menu li a.sport.activmap, .menu li a.sport:hover, .menu li a.sport:focus {
    background: #e23686;
    transition: 0.3s;
}
#try_login {
    margin-bottom: 10px;
}
.home #container {
    margin: 0;
}
.general_menu .avatar, .close_span {
    display: none !important;
}
#tabs .tab2 {
    clear: both;
}
.page-map2.innerpage {
    margin: 0 !important;
    overflow-y: hidden !important;
}
.admin-bar .site {
    height: 100%;
    margin: 0 !important;
}
.page-map2 .places_list_my {
    margin: 0;
    margin-bottom: 22px;
}
#tabs {
    padding-top: 81px;
}
.btn_promo_search-map, .btn_promo_show-place {
    width: 69px;
    padding: 8px 0;
    font-size: 13px;
    text-align: center;
    display: block;
    float: left;
    margin-top: 30px;
    color: white;
    border-radius: 3px !important;
    background-color: #dd3333;
    border: none;
}
#bbp_search_submit {
    width: 69px;
    padding: 8px 0;
    font-size: 13px;
    text-align: center;
    color: white;
    height: 34px;
    margin-left: 10px;
    line-height: 0;
    border: none;
    font-weight: 400;
    margin-bottom: 10px;
    outline: none;
    border-radius: 3px !important;
    background-color: #dd3333;
}
.bbpress #bbpress-forums .bbp-forum-info .bbp-forum-content {
    font-size: 16px !important;
}
#bbp_search {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    height: 34px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
#bbp_search:focus {
    border: 2px solid #dd3333 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}
.btn_promo_search-map:hover, #bbp_search_submit:hover {
    background-color: #2F2F2F;
    color: white;
}
.inner .active i {
    color: #dd3333;
}
.btn_promo_show-place:hover {
    background-color: #dd3333;
    color: white;
}
.general_menu ul li a:hover {
    background-color: #dd3333;
}
h5.cat {
    color: #dd3333;
}
.btn_promo_show-place {
    font-size: 13px;
    width: 135px;
    padding: 8px 5px;
    margin-left: 5px;
    background-color: #2F2F2F;
}
.small_header .item_wide_container::after, .small_header .open.single_h1 h1 span, .bbpress .open.single_h1 h1 span {
    display: none;
}
.bbpress .container.page_info.place_info, .small_header .container.page_info.place_info {
    height: 250px !important;
}
.bbpress .open.post_info {
    margin-top: 0;
}
.bbpress .blog_category {
    top: 0;
    margin-top: 75px;
}
.bbpress .item_wide_container:after {
    display: none;
    /* width: 116%;
     content: '';
     top: -59px;
     height: 62px;
     position: absolute;
     background: #fff;
     border-top-left-radius: 0% 0%;
     border-top-right-radius: 0% 0%;
     -webkit-transition: all 5s;
     -o-transition: all 5s;
     transition: all 5s;
     left: -8%;
     border-top: 6px solid #dd3333;*/
}
.bbpress .item_wide_container:before {
    display: none;
}
.page-map2 .anchor {
    display: none;
}
.side-bar::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    background: #eee;
}
.side-bar::-webkit-scrollbar {}
.side-bar::-webkit-scrollbar-button {}
.side-bar::-webkit-scrollbar-track {}
.side-bar::-webkit-scrollbar-track-piece {}
.side-bar::-webkit-scrollbar-thumb {
    background: rgba(121, 118, 118, 0.48);
}
.side-bar::-webkit-scrollbar-corner {}
.side-bar::-webkit-resizer {}
.home .item_wide_container:before {
    display: none;
}
.eventon_events_list .eventon_list_event .desc_trig {
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.22) !important;
}
.modal {
    z-index: 1000000 !important;
}
.site {
    height: 100%;
    margin: 0px;
}
.pd-top {
    margin-top: 15px;
}

/*General menu styles*/
.general_menu {
    top: 0;
    background: #2F2F2F;
    height: 100%;
    z-index: 8;
    padding-top: 90px;
    position: fixed;
    width: 60px;
    box-shadow: none;
    padding-right: 0px;
    padding-left: 0px;
}
.general_menu ul {
    padding: 0px;
}
.general_menu ul li {}
.general_menu ul li a {
    font-weight: normal;
    font-size: 25px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    padding-right: 2px;
    display: block;
    margin-bottom: -1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.general_menu ul li a i {
    font-size: 25px;
}
.general_menu ul li a:hover {
    font-weight: normal;
    display: block;
    margin-bottom: -1px;
    color: #FFFFFF;
    text-decoration: none;
}
.pxg-set s {
    width: 23px !important;
}
.inner ul {
    margin-top: 0px;
}
.inner .active, .inner .active:hover {
    background: #ffffff;
    margin-right: -1px;
}
.inner .all_cats.active {
    color: #dd3333 !important;
}
.general_menu .avatar {
    padding: 25px 8px;
    display: block;
}

/*Content block styles*/
.general_content_styles {
    max-width: 740px;
    margin-left: 50px;
    min-height: 100%;
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.28);
    background: #ffffff;
    margin-bottom: 0px;
}
.index_content {
    background: #ffffff;
    background-position-x: right;
}

/*header*/
.header {
    height: 85px;
    background: url(../img/headerbg.png) repeat-x;
    background-position-y: bottom;
    padding-top: 25px;
}
.logo {
    float: left;
}
.autorization_btn {
    float: right;
}

/*Features*/
.features h4 {
    font-weight: 300;
    font-family: roboto;
    font-size: 22px;
}
.features h4 i {
    font-size: 32px;
    color: #3487D8;
    display: block;
    margin-right: 15px;
    float: left;
    margin-top: -10px;
    font-weight: normal;
}
.features>div {
    margin: 20px 0;
}

/*search_block*/

/*.search {
    float: left;
    width: 80%;
    margin-right: 10px;
}*/
.search_block {
    padding: 15px;
    border-radius: 0px;
    margin: 20px -15px;
    background: #FFFFFF;
}
.search input {
    margin-bottom: 15px;
}
.search_block .col-lg-10 {
    padding-left: 0px;
}
.text_in_search {
    font-size: 28px;
    font-weight: 300;
    color: #4e8297;
    display: block;
    margin-bottom: 24px;
}
.search_block .form-control {
    color: #555555;
    background-color: #FFFFFF;
    border: 2px solid #E8E8E8;
    border-radius: 3px;
    box-shadow: none;
    height: 40px;
    font-size: 14px;
}

/*places*/
.places {
    margin-bottom: 30px;
}
.places a {
    font-size: 14px;
}
.places p {
    color: #939393;
}
.places p a {
    float: right;
    margin: 0 2px;
    font-size: 12px;
    color: #a0a0a0;
}
.places .caption>a {
    margin: 10px 0 7px 0;
    display: block;
}
.places .caption p a i {
    font-size: 10px;
    padding-right: 4px;
}
.places>.thumbnail>img, .s_result>img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.places:hover>.thumbnail>img, .s_result:hover>img {
    -webkit-filter: grayscale(100%);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ping {
    color: #d41b1b !important;
    padding-right: 2px;
}

/*autorization modal*/
#autorization .modal-content, #autorization .modal-dialog {
    max-width: 322px;
}
.Places_map .map_header {
    padding-top: 5px;
}

/*sidebar*/
.side-bar {
    background: #ffffff;
    top: -22px;
    margin-left: 60px;
    max-width: 350px;
    height: calc(100vh + 150px);
    overflow-y: scroll;
    padding-bottom: 120px;
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.22);
    margin-bottom: 0px;
}
.side-bar .logo {
    margin-left: 50px;
}
.side-bar .jumbotron {
    padding: 8px 0px 12px;
}
.side-bar .jumbotron h2 {
    font-size: 20px;
}
.youcan ul li span {
    display: block;
    float: left;
    color: #FFFFFF;
    background: #373737;
    width: 30px;
    height: 30px;
    font-size: 16px;
    border-radius: 110px;
    padding: 4px 11px;
    margin-right: 10px;
    margin-top: 4px;
}
.youcan ul {
    padding: 0px;
}
.youcan ul li {
    list-style: none;
    border-bottom: 1px solid #eeeeee;
    display: block;
    margin: 0 -15px;
    padding: 15px;
}
.whereareyou i {
    display: block;
    font-size: 30px;
    color: #eaeaea;
    float: left;
    margin-right: 10px;
    margin-top: -3px;
}
.whereareyou span {
    display: block;
    margin-bottom: 15px;
}

/*smallplaces*/
.smallplaces {
    margin-bottom: 30px;
}
.smallplaces .image {
    float: left;
}
.smallplaces .image img {
    max-width: 50px;
}
.smallplaces .caption {
    margin-left: 60px;
}
.btn-ssm i {
    font-size: 7px;
}
.smallplaces .caption p a {
    margin-right: 5px;
    margin-top: -5px;
}

/*Catalog menu*/
#tabs div {
    /*display: none;*/
}
#tabs .active {
    display: block !important;
}
.catalog {
    padding: 0px;
    margin: 0px -15px 20px;
}
.catalog li {
    list-style: none;
}
.catalog li a {
    color: #000000;
    padding: 8px 10px;
    font-weight: normal;
    display: block;
    float: left;
    width: 220px;
    background: #F5F5F5;
    margin: 0px 10px 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}
.catalog li a:hover {
    color: #FFFFFF;
    padding: 8px 10px;
    font-weight: normal;
    display: block;
    float: left;
    width: 220px;
    background: #3D3D3D;
    margin: 0px 10px 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}
.catalog li span {
    float: right;
    color: #c8c8c8;
    font-size: 9px;
    padding: 3px;
}
.catalog .activepoint, .catalog .activepoint:hover {
    color: #FFFFFF;
    padding: 8px 10px;
    font-weight: normal;
    display: block;
    float: left;
    width: 220px;
    background: #3D3D3D;
    margin: 0px 10px 5px 10px;
    border-radius: 3px;
}
.catalog .activepoint span {
    background: #1B1B1B;
    padding: 3px 5px 3px 5px;
    margin-top: 2px;
    font-size: 9px;
    border-radius: 3px;
    color: #ffffff;
}
.activepoint .arrow {
    background: url(../img/arrow.png);
    width: 14px;
    position: absolute;
    height: 34px;
    float: right;
    margin-top: -25px;
    margin-left: 229px;
}
h5.cat {
    font-size: 18px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 22px;
}

/*search box inner page*/
.search_inner_box {
    margin-top: 25px;
}

/*map*/
.map {
    min-width: 100%;
    min-height: 100%;
    background: #ebe6dc;
    position: fixed !important;
}

/*point description*/
.point_description h2 {
    font-size: 24px;
    color: #ff4906;
}
.point_description .point {
    float: left;
    margin-right: 15px;
    padding-top: 16px;
}
.buttons_head {
    margin-top: 15px;
}
.descr_text {
    font-style: italic;
    display: block;
    text-align: center;
}

/*description tabs*/
#tabs_point {
    border-bottom: 1px solid #e7e7e7;
    padding: 0px 15px;
    margin: 0 -15px;
}
#tabs_point li span {
    color: #929292;
    font-weight: 100;
    padding-left: 10px;
}
#tabs_point li {
    display: inline-block;
}
#tabs_point li a {
    border-top: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    padding: 7px 13px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
}
#tabs_point li a.active {
    background: #f9f9f9;
    /* Old browsers */

    background: -moz-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #f9f9f9 0%, #ffffff 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #f9f9f9 0%, #ffffff 100%);
    /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */

    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #ffffff;
    margin-bottom: -13px;
}
.tabs_block_point {
    margin: 0 -15px;
    padding: 0 15px;
}
.placeholder {
    margin: 0 -15px 15px -15px;
}
.btns {
    text-align: right;
}
.btns a {
    margin-left: 15px;
}
.btns a i {
    padding-right: 5px;
    padding-left: 5px;
}
.vcard .logo {
    margin-left: 30px;
}
.tab_point_decr {
    display: none;
}
.tabs_block_point .active {
    display: block;
}

/*comments*/
.comment {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
}
.comment>img {
    float: left;
    padding-right: 15px;
}
.comment .infocomment {
    width: 100%;
    height: 16px;
    margin-bottom: 10px;
}
.comment .infocomment a {
    margin-right: 15px;
}
.comment .infocomment div {
    float: left;
}
.comment .infocomment .rating {
    float: right;
}
.comment span {
    padding-left: 45px;
    display: block;
}
.btn-rouned {
    width: 18px;
    height: 18px;
    border-radius: 70px;
    border: 1px solid #e0e0e0;
    display: block;
    padding-left: 4px;
    float: right;
    margin-right: 0px !important;
    margin-left: 5px;
    color: #e74b4b;
}

/*Photo*/
.photo img {
    width: 100%;
    border-radius: 5px;
}
.one_photo {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.one_photo:hover {
    -webkit-filter: grayscale(100%);
}

/*was here*/
.was_here {
    border-bottom: 1px solid #dfdfdf;
    height: 50px;
}
.was_here img {
    padding-right: 10px;
    float: left;
}
.user-info {
    float: left;
    width: 200px;
}
.user-info span {
    display: block;
}
.pults {
    float: right;
    margin-top: 4px;
}
.pults a {
    margin-left: 10px;
}

/*Search results*/
.search_tittle {
    font-size: 24px;
    font-weight: 100;
    color: #6ABAB1;
    background: #f7f7f7;
    margin: 0 -15px;
    padding: 12px 15px 25px;
    margin-top: -25px;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
}
.search_tittle span {
    color: #c3c3c3;
}
.search_form {
    margin-top: 10px;
}
.s_result {
    border-bottom: 1px solid #dfdfdf;
    padding: 0px 15px 15px 15px;
}
.s_result img {
    max-width: 120px;
    border-radius: 5px;
    float: left;
    margin-right: 15px;
}
.description_search_results .title {
    display: block;
    margin-bottom: 5px;
}
.pults_search {
    margin-top: 10px;
}
.pults_search a {
    margin-left: 10px;
}

/*Profile*/

/*general profile styles*/
.profile_closed {
    left: -790px;
    position: absolute;
    z-index: 7 !important;
}

/*.none {
    display: none !important;
}*/
.profile {
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.open_span {
    display: block;
    position: fixed;
    margin-left: 710px;
    margin-top: -10px;
    z-index: 9;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.close_span {
    display: block;
    position: fixed;
    margin-left: 760px;
    margin-top: -10px;
    z-index: 9;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.close-profile-link {
    background: url(../img/open_profile_link.png);
    width: 27px;
    height: 52px;
    display: block;
    padding: 14px 9px;
    font-size: 16px;
    color: #FFF;
}
#profile {
    display: none;
}
.profile {
    /*background: #2B2B2B;
    min-height: 100%;
    max-width: 790px;
    z-index: 8;
    padding-left: 80px;
    padding-top: 30px;
    color: #797979;
    left: -50px;
    margin-bottom: 0px;*/
}
.profile_closed {
    left: -790px !important;
    position: absolute;
    z-index: 7 !important;
}
.profile .user img {
    max-width: 90px;
    border-radius: 5px;
    float: left;
    margin-right: 15px;
}
.profile .user h2 {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}
.profile .user ul li {
    list-style: none;
    color: #B3B3B3;
}
.profile .user {
    float: left;
}
.profile .user div {
    padding-left: 67px;
    margin-top: -18px;
}
.profile .buttons {
    text-align: right;
}
.profile .buttons a {
    margin-left: 10px;
}
.profile .buttons a span {
    padding: 0px;
    border-radius: 100px;
    background: #ff2800;
    background: -moz-linear-gradient(top, #ff2800 0%, #bf0000 100%);
    color: #ffffff;
    text-shadow: none;
    display: block;
    height: 19px;
    width: 19px;
    border: 2px solid #ffffff;
    position: absolute;
    margin-top: -34px;
    margin-left: 24px;
    font-size: 12px;
}
.profile h2 {
    color: #ffffff;
    font-size: 16px;
}

/*tweets*/
.twits_wid a {
    color: #19A0FF;
    font-weight: bold;
}
.tweets span, .news_user_info span {
    background: #1B1B1B;
    padding: 8px;
    border-radius: 5px;
    font-style: italic;
    color: #4D4D4D;
    display: block;
}
.tweets span i {
    display: block;
    position: absolute;
    margin-top: 8px;
    margin-left: 20px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #181818;
}
.tweet_link {
    margin-top: 5px;
    margin-left: 45px;
}
.tweet_link a {
    margin-right: 15px;
}

/*Friend*/
.friend img {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 5px;
}
.friend i {
    color: #485a66;
    margin-right: 5px;
}
#owl-demo .item, #myguest .item {
    margin: 10px;
    text-align: center;
}

/* clearfix */
.owl-carousel:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.owl-carousel .owl-wrapper {
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -webkit-perspective: 1000;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controlls .owl-page, .owl-controlls .owl-buttons {
    cursor: pointer;
}
.owl-controlls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

/*news*/
.news_container {
    border-bottom: 1px solid #222222;
    margin-left: -30px;
    padding-left: 15px;
    padding-top: 15px;
}
.my_news {}
.my_news .title_news {
    margin: 0 -15px 15px -31px;
    background: #121212;
    height: 40px;
}
.my_news .title_news h2 {
    padding-top: 10px;
    padding-left: 15px;
}
.news .data {
    font-size: 10px;
    color: #ffffff;
    background: #67A000;
    padding: 2px 10px;
    border-radius: 3px;
    margin-right: 10px;
}
.map_in_news {
    width: 100%;
    height: 150px;
    margin-top: 10px;
}
.news_user_info {
    margin-top: 30px;
}
.news_user_info img {
    float: left;
    margin-right: 10px;
}
.news_user_info a {
    display: block;
}
.news_user_info span {
    margin-top: 10px;
}

/*promo_line_text*/
.promo_text_line h2 {
    line-height: 32px;
    font-weight: 300;
    font-size: 23px;
}
.promo_text_line .btn-danger {
    color: #ffffff;
    background: none;
    border: 2px solid;
    box-shadow: none;
}
.promo_text_line .btn-danger:hover {
    color: #FFFFFF;
    font-weight: 700;
    background: #343434;
    border-color: #343434;
}

/*Adaptive design*/
@media (max-width: 990px) {
    .point_description .point {
        float: left;
        margin-right: 15px;
        padding-top: 0px;
    }

    .btns {
        text-align: left;
        padding-left: 40px;
        margin-top: -10px;
    }
}
@media (max-width: 760px) {
    .search_tittle .btn {
        margin-left: 15px;
    }
}
@media (min-width: 480px) {
    .map_open {
        display: none;
    }
}
@media (max-width: 480px) {
    .map_open a {
        display: block;
        text-align: center;
        padding: 15px;
        background: #293137;
        margin: 0px;
        border-radius: 4px;
        color: #ffffff;
    }

    .promo_text_line p {
        float: left;
        margin-top: 10px;
    }

    .promo_text_line {
        padding: 20px 15px 25px;
    }
}
@media (max-width: 820px) {
    .profile {
        max-width: 90%;
    }
}
.btm-zindex {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 100px;
}
#cont {
    z-index: 2;
}
.btn i {
    font-size: 10px;
}

/*
@media (max-height: 680px) {
    .general_menu {position: absolute; min-height: 100%;}
}
*/
#tabs .content_li {
    margin: 0;
    float: left;
    width: auto;
    overflow: hidden;
    position: relative;
    padding: 10px 20px 15px 20px;
}
.con img.wh200 {
    float: left;
    width: 100%;
    border-top-left-radius: 1%;
    border-top-right-radius: 1%;
}
#tabs .places_list_my {
    margin-right: 0;
    margin-bottom: 22px;
    /*box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.19);*/

    border-top-left-radius: 1%;
    border-top-right-radius: 1%;
    overflow: hidden;
}
#tabs .content_li h2 {
    margin-top: 10px;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;*/
}
#tabs .content_li h2 span {
    display: none;
}
#tabs .content_li span {
    display: block;
    margin-bottom: 10px;
    max-height: 110px;
    overflow: hidden;
    color: rgba(8, 8, 8, 0.91);
    font-weight: 400;
}

/*victor*/
.modal {
    z-index: 10000 !important;
}
#myModal .modal-body {
    max-height: 500px !important;
    overflow: auto !important;
    font-size: 20px;
}
#myModal i.active {
    color: rgb(144, 238, 144);
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.bbpress .item_wide_container {
    top: 0;
}
.bbpress .shortcodes {
    margin-top: 60px;
    max-width: 1140px;
}
.bbpress .shortcodes .post_content {
    padding: 0;
}
.input-find {
    border-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
#msity_rewiew #ttshowcase_form label {
    width: 100%;
}
#msity_rewiew .tt_simple textarea, #msity_rewiew .form-control {
    height: 40px;
}
.google_view iframe {
    width: 100%;
}
.single-places.boxed .basic {
    overflow: hidden;
}
.rev_slider .btn-success {
    display: block;
    width: 160px;
    margin: 30px auto !important;
}
.input-group input:nth-child(2) {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
}
.input-group input:nth-child(2):focus {
    border: none !important;
}
.logo img {
    max-width: 150px;
    max-height: 45px;
}
.Places_map header {
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.41);
    background: rgba(8, 8, 8, 0.59);
    padding-bottom: 0px;
    padding-top: 0px;
    transition: all .2s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
}
.fmr_chat_right {
    z-index: 10000 !important;
}
.phone_email_left span:nth-child(3) {
    position: absolute;
    left: 15px;
    top: 34px;
}
#get_directions {
    float: none;
    margin: 0px auto 50px;
    display: block;
    background-color: #dd3333;
}
#get_directions .ladda-label {
    left: auto!important;
}

/*new stylesheets*/
.small_header #hero-bg {
    background-position: 100% 100% !important;
}
#call_uber .ladda-button[data-style=zoom-out] .ladda-label {
    left: 0 !important;
}
.place_index_item {
    margin-bottom: 35px;
}
iframe[name='google_conversion_frame'] {
    position: absolute;
    ;
    font-size: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    margin-top: -53px;
    width: 0 !important;
}
.phone_email_left2>span {
    float: none !important;
    margin-right: auto !important;
    font-size: 22px !important;
    margin-top: 20px !important;
    margin-bottom: 20px;
}
.phone_email_left2 a {
    color: #ffffff;
}
h1 {font-family: 'Archivo', sans-serif!important;}.menu li a.art-gallery.activmap, .menu li a.art-gallery:hover, .menu li a.art-gallery:focus {
     background:;transition: 0.3s;
    }.menu li a.ghats.activmap, .menu li a.ghats:hover, .menu li a.ghats:focus {
     background:;transition: 0.3s;
    }.menu li a.government-offices.activmap, .menu li a.government-offices:hover, .menu li a.government-offices:focus {
     background:;transition: 0.3s;
    }.menu li a.hospitals.activmap, .menu li a.hospitals:hover, .menu li a.hospitals:focus {
     background:;transition: 0.3s;
    }.menu li a.hotel.activmap, .menu li a.hotel:hover, .menu li a.hotel:focus {
     background:;transition: 0.3s;
    }.menu li a.institutions.activmap, .menu li a.institutions:hover, .menu li a.institutions:focus {
     background:;transition: 0.3s;
    }.menu li a.music-institutions.activmap, .menu li a.music-institutions:hover, .menu li a.music-institutions:focus {
     background:;transition: 0.3s;
    }.menu li a.railway-stations.activmap, .menu li a.railway-stations:hover, .menu li a.railway-stations:focus {
     background:;transition: 0.3s;
    }.menu li a.restaurants.activmap, .menu li a.restaurants:hover, .menu li a.restaurants:focus {
     background:;transition: 0.3s;
    }.menu li a.shopping-malls.activmap, .menu li a.shopping-malls:hover, .menu li a.shopping-malls:focus {
     background:;transition: 0.3s;
    }.menu li a.sight-seeing.activmap, .menu li a.sight-seeing:hover, .menu li a.sight-seeing:focus {
     background:;transition: 0.3s;
    }.menu li a.temples.activmap, .menu li a.temples:hover, .menu li a.temples:focus {
     background:;transition: 0.3s;
    }.menu li a.vehicle-rental-services.activmap, .menu li a.vehicle-rental-services:hover, .menu li a.vehicle-rental-services:focus {
     background:;transition: 0.3s;
    }