.webseo-font-bold {
    font-family: sf-pro-display-bold!important;
}
html {
    -webkit-text-size-adjust: none;
}
a {
    color: #333;
    -webkit-transition: color 0.5s; /* For Safari 3.0 to 6.0 */
    transition: color 0.5s; /* For modern browsers */
}

.h2, h2 {
    font-size: 1.3rem;
    font-family: SF-Pro-Text-Semibold;
    color: #212529;
}
a:hover {
   color: #333;
}
.profile-menu li a, .profile-menu li>div {
    color:#333;
}
.tooltip-inner{
    font-size:13px;
    font-family: SF-Pro-Display-Regular;
    -webkit-font-smoothing: unset;
    color: #dbdbdb;
}
.blurHide {
    width: 100%;
}
.img_logo_top{
    margin-top: -23px !important;
    height: 40px;
}
.img-company-profile > img {
    border-radius: 90px;
    max-width: 50px;
    float: left;
}
.box-img-company{
    width: 200px;
}
.profile-section{
    padding: 3px 0 !important;
}
.company-description-box{
    position: absolute;
    margin-left: 80px;
    margin-top: 5px;
    max-width:24%;
}
.company-name{
    font-size: 20px !important;
}
#site-header, #site-header-responsive{
    height: 50px !important;
}
.search-bar, .selectize-input{
    min-height: 50px !important;
    height: 50px !important;
}
.link-find-friend{
    padding: 18px 20px !important;
}
.spacer-menu-top{
    height: 20px;
}
.form-serach-post{
    width: 280px;
}
.innetrText{
    margin: 120px 33.3%;
    width: 33.3%;
    position: absolute;
    z-index: 2;
}
.innetrText > h1{
    color: #fff;
    font-weight: bold;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.mobileMenuSlider{
    width: 100%;
    margin-top: 0;
}
.goLink{
    cursor: pointer;
}
.flag_box{
    padding: 10px;
}
#logo_company{
    cursor: pointer;
}
.logo_company{
    border-radius: 50%;
}
.img_picture{
    margin-top: 60px;
    width: 100%;
}
.flag-container{
    cursor: pointer;
    position:relative;
    width: 60px;
}
.flag-container-add{
    float:right;min-width:60px;margin-top:7px;margin-left:10px;
}
.flag-elem{
    cursor: pointer;
}
.flag-elem-container{
    display: none;
    position:fixed;
    max-height: 220px;
    overflow: auto;
    width: 47px;
    background-color: rgba(255, 255, 255, 0.80);
    z-index: 100000;
}
.flag-elem-container::-webkit-scrollbar-track {
    background:#A1A0A0;
    width: 7px;
}
.flag-elem-container::-webkit-scrollbar {
    background: #525252;
    width: 5px;
}
.flag-elem-container::-webkit-scrollbar-thumb {
    width: 7px;
    background: #525252;
}
.flag-current{
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 2px 2px 0 0;
}
.sub-footer-copyright{
    margin-top: unset !important;
    padding: 5px 0 !important;
}
.footer{
    margin: 0 auto;
    padding: 0;
    /*background-color: #242938;*/
    background-color:#f8f9fa;
    position: relative;
}
@media (min-width: 1024px) { 
    #fullMenu{
        overflow: hidden;
        position: fixed; /* Set the navbar to fixed position */
        top: 0; /* Position the navbar at the top of the page */
        width: 100%; /* Full width */
        /*background-color: rgba(255, 255, 255, 0.9);*/
        /*background-color: rgba(0, 0, 0, 0.02);*/
        z-index: 1021;
        /*box-shadow: 0 2px 6px 0 rgba(0,0,0,.12), inset 0 -1px 0 0 #dadce014;*/
        /*backdrop-filter: blur(5px);*/
    }
}
@media (max-width: 1024px) { 
    #MobileMenu{
        overflow: hidden;
        position: absolute; /* Set the navbar to fixed position */
        top: 0; /* Position the navbar at the top of the page */
        width: 100%; /* Full width */
        background-color: rgba(255, 255, 255, 0);
        z-index: 1010;
    }
}
._menuFont{
    font-weight: 300 !important;
}
.company-name{
    font-family: "SF-Pro-Text-Light"!important;
    color: #000 !important;
    font-weight: 300 !important;
    font-size: 18px !important;
}
.company-name:hover{
    color: #425cbb !important;
}
@media (max-width: 500px) {
    .company-name{
        display: none;
    }
}
.company-slogan{
    font-family: "SF-Pro-Text-Light"!important;
    font-size: 12px !important;
    font-weight: 600 !important;
}
.panel {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 9998; /* Stay on top */
    top: 0 !important; /* Stay at the top */
    left: 0;
    background-color: rgba(17, 17, 17, 0.87); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.panel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
}
.panel a:hover {
    color: #f1f1f1!important;
}
.panel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.menu-link{
    color: #fff;
}
.card{
    padding: 7px;
}
.content-bg-wrap > img{
    max-width: unset;
}

.ui-block{
    margin-bottom: 5px !important;
}
.container{
    margin-bottom: 15px;
}
body{
    color: #333;
    background-color:#f7f7f9;
}
.birthday-item.badges .birthday-date {
    font-size: 17px !important;
}
.author-name{
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #333 !important;
}
.main_footer_title  {
    text-align: center;
    font-family: unset;
    /*color: #ececec;*/
    color: #202124;
    font-size: 21px;
    /*font-family: SF-Pro-Display-Regular;*/
    font-family: SF-Pro-Text-Semibold;
}
.sub_title_footer  {
    font-size: 21px;
    margin: 0 auto;
    min-height: 48px;
    /*font-family: SF-Pro-Text-Light;*/
    font-family: SF-Pro-Display-Regular;
    /*color: #eaeaea;*/
    color: #202124;
}

@media (min-width: 1024px) { 
    .body_footer_block  {
        font-size: 18px;
        margin: 0 auto;
        /*color: #a2a2a2;*/
        font-family: SF-Pro-Text-Light;
        margin-left: 5px;
    }   
}
@media (max-width: 1024px) { 
    .body_footer_block  {
        font-size: 17px;
        margin: 0 auto;
        /*color: #a2a2a2;*/
        font-family: SF-Pro-Text-Light;
    }   
}
.main_footer_title_box{
    margin-bottom: 30px;
}
.right_header_sidebar{
    padding: 15px 0 30px 0;
    background-color: #e6e6e66b;
}
.right_sidebar_container > span{
    color: #111;
    font-family: SF-Pro-Display-Light;
    font-size: 25px;
}
.close_right_sidebar{
    background-color: #e6e6e66b;
}
.close_right_sidebar > nospan{
    float: right;
    color: #111;
    font-family: SF-Pro-Display-Thin;
    font-size: 20px;
    margin-right: 20px;
    margin-top: 10px;
    cursor: pointer;
}
.right_sidebar_container{
    padding: 0 30px;
}
.title_login_area{
    font-family: SF-Pro-Display-Regular;
    font-size: 16px;
    color: #090909;
    padding: 20px 0;
}
.sidebar_form_control{
    border: 1px solid silver;
}
.login_bt{
    display: inline-block;
    border: 3px solid #f5a015;
    outline: 0;
    padding: 1em 1.9em;
    margin-bottom: 0;
    position: relative;
    box-sizing: border-box;
    background: 0 0;
    font-family: SF-Pro-Display-Regular;
    font-size: 18px;
    line-height: 1.1;
    border-radius: .2em;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-align: center;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: color .2s,box-shadow .2s,text-shadow .2s;
    letter-spacing: .14em;
    width: 100%;
}
.login_bt:hover{
    text-decoration: none;
    border-right: 3px solid #f5a015;
    border-left: 3px solid #ffba01;
    box-shadow: 0 0 50px 0 rgba(245,160,21,.35), 0 0 20px 0 rgba(245,160,21,.3) inset;
    text-shadow: 0 0 3px #fff;
}
.check{
    border: 1px solid silver !important;
}
#register, #go_login{
    cursor: pointer;
}
#login_box, #registration_box, #step1, .step2, .next_step{
    animation-duration: 400ms;
}
.step2, .step3{
    animation-duration: 500ms;
}
.g-recaptcha_custom > div{
    margin: 0 auto;
}
@media (max-width: 1024px){
    .hide-in-mobile{
        display: none !important;
    }
    .footer{
        padding: 0 16px 0;
    }
    .page-title {
        display: block !important;
    }
    #fullMenu, .left-colum-company-info{
        display: none;
    }
    .box-img-company{
        margin-top: 10px;
        margin-left: 20px;
    }
    .ui-block-content{
        padding: initial;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .row{
        margin-right: 0;
        margin-left: 0;
    }
    .flag_box{
        width: 50%;
        text-align: center;
    }
    .content-bg-wrap > img{
        max-width: -webkit-fill-available;
    }
    .author-name, .title, .w-personal-info > h4{
        font-size: 18px;
    }
    .birthday-item.badges .birthday-date, .w-list, .w-personal-info > p{
        font-size: 15px;
    }
    .w-personal-info{
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .block-with-text {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .img_picture{
        margin-top: 55px;
    }
    .birthday-item.badges .birthday-date, .w-list, .w-personal-info > p {
        font-size: 18px !important;
    }
    .author-name{
        font-size: 18px !important;
    }
    .sub_title_footer{
        min-height: 36px;
        margin-top: 23px;
        font-size: 19px;
    }
    .main_footer_title_box{
        margin-bottom: 5px;
    }
    .main_footer_title {
        font-size: 19px;
    }
}
.cookies-bar{
    z-index: 1000 !important;
    background-color: rgba(247, 247, 249, .9);
}
.cookies-bar > p{
    margin: unset;
    font-family: SF-Pro-Display-Regular;
    font-size: 15px;
    color:#a2a2a2!important;
    margin:0 auto;
}
.cookies-bar > p > span{
    color: white;
    font-family: SF-Pro-Display-Bold;
    font-size: 15px;
    cursor: pointer;
}
#accept_cookies{
    margin: unset;
    font-family: SF-Pro-Display-Regular;
    font-size: 15px;
    cursor: pointer;
}
.button_webseo {
    margin-bottom: unset !important; color: #fff!important; background-color: #425cbb; border-color: #425cbb;
    border-radius: 30px;
}
.button_webseo:hover {
    color: #fff!important;
}
.button_webseo_call {
    margin-bottom: unset !important;
    /*color: #017135 ;*/
    color: #9edacc;
    background-color: transparent;
    border-color: #9edacc;
    border-radius: 30px;
    border: 2px solid;
}
.new-number {
    font-family: SF-Pro-Text-Medium;
    font-weight: 400;
    letter-spacing: -.01em;
    /*line-height: 3.14286;
    font-size: 14px;*/
    -webkit-font-smoothing: antialiased;
    list-style: none;
}
.button_webseo_manu-top {
    font-family: SF-Pro-Text-Medium !important;
    margin-bottom: unset !important;
    color: #a2f6ff;
    /*color: #425cbb!important;*/
    background-color: transparent;
    border-color: #425cbb;
    border: 2px solid;
    /*opacity: 0.9;*/
    border-radius: 30px;

    font-weight: 400;
    letter-spacing: -.01em;
    -webkit-font-smoothing: antialiased;
    list-style: none;
}
.button_webseo_manu-top:hover {
    margin-bottom: unset !important;
    color: #a2f6ff;
    background-color: transparent;
    border-color: #a2f6ff;
    border: 2px solid;
    opacity: 0.9;
    border-radius: 30px;
}
.button_webseo_call:hover {
    margin-bottom: unset !important;
    color: #9edacc;
    background-color: transparent;
    border-color: #9edacc;
    border-radius: 30px;
    border: 2px solid;
}
.button_webseo_call_show {
    color: #9edacc;
    font-family: SF-Pro-Display-Bold !important;
    font-weight:bold;
    font-size: 13px;
}
.button_webseo_call_show:hover {
    color:#9edacc;
}
.grecaptcha-badge { 
    visibility: hidden;
}
.footer_whatsapp_icon {
    position: fixed;
    bottom: 0;
    right: 0;
    float: right;
    z-index: 99;
}
.footer_whatsapp_icon_up {
    position: fixed;
    top: 0px;
    right: 0px;
    float: right;
    z-index: 1199;
}
.footer_mobile_img {
    margin-top:5px;
}
.menu_top_flags {
    width: 23px;
    height: 23px;
}
.footer_flags {
    width: 20px;
    height: 20px;
}
.webseo-card {
    box-shadow: 1px 1px 10px #bfbbbb;
}
.webseo-active-tab-desktop {
    line-height: 1.85714;
    color: #5f6368;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    letter-spacing: .25px;
    padding: 10px 0 9px;
    width: auto;
}
.webseo-active-tab-desktop:after {
    background: #425cbb;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
}
.webseo-active-tab {
    border-top:0px solid #425cbb!important;
    border-left:0px solid #425cbb!important;
    border-right:0px solid #425cbb!important;
    border-bottom:6px solid #425cbb!important;
}
.webseo-nav-tab {
    overflow-x: auto;
    overflow-y:hidden;
    flex-wrap: nowrap;
    overflow: -moz-scrollbars-none;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.webseo-nav-item {
    border:0;
}
*{
    outline:none;
}     
.webseo-nav-item:focus {
    border:0;
}
li.nav-item.active {
    border-bottom: 2px solid #a2f6ff;
    /*padding-bottom: 10px;*/
    margin-bottom: -2px;
}
li.nav-item-overflow.active {
    border-bottom: 2px solid #a2f6ff;
}       
a.nav-link {
    color: white;
    font-size: 13px;
    white-space: nowrap;

    font-family: SF-Pro-Text-Medium;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 3.14286;
    -webkit-font-smoothing: antialiased;
    list-style: none;
}
a.nav-link:focus, a.nav-link:hover {
    color: #c3c3c3;
}
@media (max-width: 1024px) { 
    .webseo-nav-link {
        color: black!important;
    }
}
nav.navbar.navbar-expand-md.navbar-white.bg-white {
    /*box-shadow: 0 2px 6px 0 rgba(0,0,0,.12), inset 0 -1px 0 0 #dadce0;*/
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.12), inset 0 -1px 0 0 #ffffff33;
}
.webseo-overflow-menu-nav {
    height: 40px;
}
.webseo-nav-link {
    font-size:17px!important;
    text-align: center;
    font-family: SF-Pro-Display-Medium;
}
ul.nav.nav-tabs.auto.webseo-nav-tab::-webkit-scrollbar-track {
    background:none!important;
    width: 0!important;
    color: transparent!important;
    display: none;
    visibility: hidden;
}
ul.nav.nav-tabs.auto.webseo-nav-tab::-webkit-scrollbar {
    background:none!important;
    width: 0!important;
    color: transparent!important;
    display: none;
    visibility: hidden;
}
ul.nav.nav-tabs.auto.webseo-nav-tab::-webkit-scrollbar-thumb {
    width: 0!important;
    background:none!important;
    color: transparent!important;
    display: none;
    visibility: hidden;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border:0;
}
.webseo-nav-item > a {
    background-color:transparent!important;
}
.webseo-nav-item > a:visited {
    color:black!important;
    background:transparent!important;
    background-color:transparent!important;
}
.webseo-nav-item > a:focus {
    color:black!important;
    background:transparent!important;
    background-color:transparent!important;
}
.webseo-nav-item > a:hover {
    color:black!important;
    background:transparent!important;
    background-color:transparent!important;
}
figure {
    overflow: hidden;
    margin: 20px;
}
.webseo-home-post-background {
    width:100%;
    min-height:260px;
    background-position:center;
    background-size: cover;
    border-radius: 3px 3px 0px 0px;
    transition: all .4s;
}
.webseo-home-post-background-col-3 {
    width:100%;
    min-height:280px;
    background-position:center;
    background-size: cover;
    border-radius: 3px 3px 0px 0px;
    transition: all .4s;
}
.webseo-home-post-background:hover {
    transform: scale(1.05);
    transform-origin: 50% 50%;
    /*filter: grayscale(100%); -webkit-filter: grayscale(100%);*/
}
.webseo-home-post-background-col-3:hover {
    transform: scale(1.05);
    transform-origin: 50% 50%;
    /*filter: grayscale(100%); -webkit-filter: grayscale(100%);*/
}
.img-media-gallery-list {
    transition: transform .4s;
}

.img-media-gallery-list:hover {
    transform: scale(1.1);
    transform-origin: 50% 50%;
    filter: grayscale(100%); -webkit-filter: grayscale(100%);
}

.webseo-home-post-background-main {
    width:100%;
    min-height:260px;
    background-position:center;
    background-size: cover;
    border-radius: 3px 3px 0px 0px;
} 
@media (min-width: 1020px){
    /*.webseo-home-post-background-offer {
        min-height: 346px;
    }*/
    .webseo-home-post-background-col-3 {
        min-height:120px;
    }
}
/*@media (min-width: 1020px) {

}*/



 
/* (1280x1024) SXGA Display */
@media  screen and (min-width: 1280px) {
    /* insert styles here */
    .webseo-home-post-background {
        min-height:260px;
    }
    .webseo-home-post-background-col-3 {
        min-height:280px;
    }
}

/* (1366x768) WXGA Display */
@media  screen and (min-width: 1366px) {
    /* insert styles here */
    .webseo-home-post-background {
        min-height:200px;
    }
    .webseo-home-post-background-col-3 {
        min-height:280px;
    }
}

/* (1440x900) WXGA+ Display */
@media  screen and (min-width: 1440px) {
    /* insert styles here */
    .webseo-home-post-background {
        min-height:200px;
    }
    .webseo-home-post-background-col-3 {
        min-height:280px;
    }
}

/* (1600x900) HD+ Display */
@media  screen and (min-width: 1600px) {
    /* insert styles here */
    .webseo-home-post-background {
        min-height:260px;
    }
    .webseo-home-post-background-col-3 {
        min-height:280px;
    }
}

/* (1680x1050) WSXGA+ Display */
@media  screen and (min-width: 1680px) {
    /* insert styles here */
    .webseo-home-post-background {
        min-height:220px;
    }
    .webseo-home-post-background-col-3 {
        min-height:280px;
    }
}
 
/* (1920x1080) Full HD Display */
@media  screen and (min-width: 1920px) {
    /* insert styles here */
    .webseo-home-post-background {
        min-height:260px;
    }
    .webseo-home-post-background-col-3 {
        min-height:280px;
    }
}

@media  screen and (min-width: 2400px) {
    /* insert styles here */
    .webseo-home-post-background-col-3 {
        min-height:350px;
    }
    .webseo-home-post-background {
        min-height:350px;
    }
}

@media  screen and (min-width: 3800px) {
    /* insert styles here */
    .webseo-home-post-background-col-3 {
        min-height:410px;
    }
    .webseo-home-post-background {
        min-height:410px;
    }
}

@media  screen and (min-width: 4000px) {
    /* insert styles here */
    .webseo-home-post-background-col-3 {
        min-height:800px;
    }
    .webseo-home-post-background {
        min-height:650px;
    }
}


@media (max-width: 1020px){
    .titolo_ultimo_post, .titolo_ultimo_post:hover {
        font-size: 22px!important;
    }
}

@media (max-width: 1020px){
    .webseo-nickname {
        font-family: sf-pro-display-bold!important;
        font-size: 21px;
        margin-top: -2px;
    }
    .webseo-home-post-background {
        width:100%;
        min-height:160px;
        background-position:center;
        background-size: cover;
        border-radius: 3px 3px 0px 0px;
    }
    .webseo-home-post-background-main {
        width:100%;
        min-height:190px;
        background-position:bottom;
        background-size: cover;
        border-radius: 3px 3px 0px 0px;
    }    
}
@media (min-width: 1020px) {
    .webseo-nickname {
        font-family: sf-pro-display-bold!important;
        font-size: 21px;
        margin-top: -2px;
    }
}
.webseo-claim {
    font-family: SF-Pro-Display-Regular;
    font-size: 16px;
    margin-bottom: 10px;
}
.but-show{
    color: #4C8534;
    font-family: SF-Pro-Display-Bold !important;
    font-weight:bold;
    font-size: 13px;
}
.but-show:hover{
    color: white!important;
}
.webseo-text-brand {
    color: #333;
    font-family: "SF-Pro-Text-Light"!important;
    font-style: normal;
    font-size: 17px;
    line-height: 1.52947;
    margin-bottom: 30px;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    letter-spacing: -.021em;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 75px;
    -webkit-line-clamp: 3;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.webseo_media_gallery{
    display: flex;overflow-x: scroll;
}
.webseo_media_gallery::-webkit-scrollbar-track {
    background:#A1A0A0;
    height: 3px;
}
.webseo_media_gallery::-webkit-scrollbar {
    background: #525252;
    height: 1px;
}
.webseo_media_gallery::-webkit-scrollbar-thumb {
    height: 3px;
    background: #525252;
}
.webseo-menu-top {
    float:left;
}
.webseo-menu-top-pad {
    padding-top: 15px;
    padding-right: 15px;
}
.webseo-menu-top-pad-right {
    padding-top: 8px;
    padding-right: 15px;
}
.webseo-menu-top-pad-logo {
    padding-left: 15px;
    padding-right: 20px;
    width: 32%;
}
.webseo_title_section {
    font-size: 19px;
}
.webseo_new_font {
    font-family: SF-Pro-Display-Regular;
}
.webseo_title_read_more {
    /*color: #425cbb;*/
    font-weight: 600 !important;
    font-size: 16px!important;
}
.breadcrumb-item > a{
    text-decoration: none !important;
    color: #090909 !important;
    font-size: 16px;
}
ol li:before {
    display: none;
}
.icon_container{
    margin-right: 10px;
    cursor: pointer;
}
.icon_container > counter{
    color: #333333;
    font-size: 14px;
    margin-left: 5px;
}
.offers_date_list{
    color: #A1A0A0;
    font-family: SF-Pro-Display-Bold;
    font-weight: bolder;
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.offers_price > del{
    font-family: SF-Pro-Display-Regular;
    font-size: 16px;
}
.offers_price_from {
    color: #2e7501;
    font-size: 18px;
    font-family: SF-Pro-Text-Semibold;
    line-height: 1.47059;
    letter-spacing: -.022em; 
}
.offers_price_del {
    font-size: 15px;
    color: #333;
    /*font-family: SF-Pro-Text-Semibold;*/
    font-family: SF-Pro-Display-Regular;
    line-height: 1.47059;
    letter-spacing: -.022em; 
}
.webseo_title_card {
    color: black;
    font-size: 17px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    line-height: 1.20849;
    letter-spacing: .015em;
    font-family: SF-Pro-Display-Medium;
    /*font-family: SF-Pro-Display-Regular;*/
}
.card-text {
    margin-bottom: 0px;
    text-align: center;
    /*padding-bottom: 15px;
    max-height: 72px;
    min-height: 58px;*/
}
@media (max-width: 768px) {
    .webseo_title_card {
        font-size: 15px;
        font-family: SF-Pro-Text-Semibold;
        line-height: 1.47059;
        letter-spacing: -.022em;
    }
    .card-text {
        margin-top: -10px;
    }
}
@media (max-width: 1020px) {
    .mb_container{
        padding: 10px;
    }
    .img_top_header{
        display: none !important;
    }
}
.leaflet-popup-content{
    width: 180px !important;
}

@media (max-width: 330px) {
    .card{
        min-width: 280px;
    }
}

.card-body{
    padding: 0.55rem;
    padding-top: 20px;
    padding-bottom: 20px;
    /*min-height: 99px;
    background-color: white;*/
}
.shadow {
    /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/
    /*box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;*/
    box-shadow: 60px 40px 120px 0 rgba(0,0,0,.05), 30px 20px 60px 0 rgba(0,0,0,.05), -25px 0 30px 0 rgba(0,0,0,.02)!important;
    transition: all 1s;   
}
.shadow:hover {
    /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/     
    /*box-shadow: 78px 52px 156px 0 rgba(0,0,0,.2), 39px 26px 78px 0 rgba(0,0,0,.2), -28px 0 39px 0 rgba(0,0,0,.1)!important;  */
    background-color: white;
}
.shadow2 {
    /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    transition: all 1s;   
}
.shadow2:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;    
    background-color: white;
}
.webseo_video_layer {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    max-height: 300px;
}
.webseo_video_layer_play {
    width: 100%!important;
    color:white;
    margin-top:30%;
    max-height: 300px;
}
.webseo-top-fixed {
    left:0;
    top:0;
    background-color: #fff;
    /*opacity: 0.9;*/
    z-index: 9999;
    box-shadow: 1px 1px 10px #bfbbbb;
    backdrop-filter: blur(10px);
    width: 100%;
}
.webseo-nav-fixed {
    position:fixed;
    left:0;
    top:0;
    background-color: #fff;
    opacity: 0.90;
    z-index: 9999;
    box-shadow: 1px 1px 10px #bfbbbb;
    backdrop-filter: blur(10px);
    width: 100%;
}
.webseo-share-icon {
    width: 20px;
    height: 20px;
}
.webseo_link_read_more {
    padding-top: 21px;
    float:right;
    margin-right: 1rem!important;    
}
.webseo_link_read_more:hover {
    color: #425cbb!important;
}
.webseo_link {
 
}
.webseo_link:hover {
    color: #425cbb!important;
    cursor: pointer;
}
.webseo_link_editor {
    color: #425cbb!important;
    font-family: "SF-Pro-Text-Semibold";
}
.webseo_link_editor:hover {
    font-family: "SF-Pro-Text-Semibold";
    color: #425cbb!important;
    cursor: pointer;
    text-decoration: underline;
}
.webseo-brand-card {
    margin-left: 25px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    background-position:center;
    background-size: cover;
}
.webseo-border-card {
    border-radius: 5px;
}
.webseo-border-card-body {
    border-radius: 5px;
}
.webseo-div-brand {
    width:120px;
}
@media screen and (max-width:800px) { /*1424*/
    .webseo-overflow-menu-original{
        display: none;
    }
    .webseo-overflow-menu-right-original{
        position: absolute;
        right: 0;
    }
}
@media screen and (min-width:800px) {
    .webseo-overflow-menu {
        display: none;
    }
    .webseo-overflow-menu-original{
        display: flex;
    }
}
.webseo-description {
    height: 78px;
    overflow: auto;
    /*text-align: justify!important;*/
    letter-spacing: -1px;
    text-align: center!important;
}
.webseo-description:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 25px;
    background: linear-gradient(to bottom, rgba(247, 247, 247, 0), rgba(247, 247, 247, 1) 65%);
    /*background: linear-gradient(to bottom, rgba(247, 247, 247, 0), rgba(255, 255, 255, 1) 65%);*/
}
.webseo-description::-webkit-scrollbar-track {
    background:#A1A0A0;
    width: 0px;
}
.webseo-description::-webkit-scrollbar {
    background: #525252;
    width: 0px;
}
.webseo-description::-webkit-scrollbar-thumb {
    width: 0px;
    background: #525252;
}
.modal333 {
    display: none;
    position: fixed;
    z-index: 11111111;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.4);
}
.modal-content333 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 660px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
    text-align: left;
}
@media (max-width: 767.98px) {
    .modal-content333 {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 346px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: .4s;
        animation-name: animatetop;
        animation-duration: .4s;
    }
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}
.modal-header333 {
    padding: 2px 16px;
    background-color: #fff;
    color: #fff;
}
.modal-body333 {
    padding: 2px 16px;
    padding-bottom: 50px;
}
.modal-body333 > p > a:hover  {
    text-decoration: underline;
    color: #425cbb!important;
}
.close333 {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
}
.myavatar {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
#myBtn333 {
    margin: 0 auto;
    border: 0;
    background: 0 0;
    color: #425cbb;
    font-weight: bolder;
}
.nav-item > a  {
    font-family: "SF-Pro-Text-Semibold";
}
.webseo-main-showall {
    font-size: 17px;
    font-family: SF-Pro-Display-Thin;
    vertical-align: bottom;
    -webkit-box-pack: center !important;
    -webkit-box-align: center !important;
    -webkit-appearance: none !important;
    display: inline-flex !important;
    color: rgb(34, 34, 34) !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    cursor: pointer !important;
    align-items: center !important;
    justify-content: center !important;
    background-clip: padding-box !important;
    box-shadow: transparent 0px 0px 0px 1px, transparent 0px 0px 0px 4px, rgba(0, 0, 0, 0.18) 0px 2px 4px !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    border-image: initial !important;
    outline: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    transition: box-shadow 0.2s ease 0s, -ms-transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s, transform 0.25s ease 0s !important;
    margin-left: 5px!important;
}

.owl-prev {
    filter: drop-shadow(0px 2px 3px black);
    color: white;
}

.owl-next {
    filter: drop-shadow(0px 2px 3px black);
    color: white;
}

.webseo_search_on {
    animation-name: searchbar_on;
    animation-duration: .3s;
}
@keyframes searchbar_on{
    0%{width: 0px;
    }
    100%{width: 200px;}
     }
.webseo_search_off {
    animation-name: searchbar_off;
    animation-duration: .3s;
}
@keyframes searchbar_off{
    0%{width: 200px;
    }
    100%{width: 0px;}
        }
         
.webseo_search_div {
    /*float:right;*/
    margin-left: 7px;margin-right: 10px;
}
.webseo_search_icon {
    margin-bottom: unset !important;
    /*color: #017135 ;*/
    /*color: #9edacc;*/
    background-color: transparent;
    /*border-color: #9edacc;*/
    /*border-radius: 100px;
    border: 2px solid;*/
    color: #dbdbdb;
}
.webseo_search_icon:hover {
    color: white;
}
.webseo_search_i {
    margin-left:1px;margin-bottom: 1px;
}
.webseo_search_button {
    font-family: SF-Pro-Text-Medium;
    font-weight: 400;
    letter-spacing: -.01em;
    -webkit-font-smoothing: antialiased;
    list-style: none;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid;font-size: 13px;width:35px;height:35px;
}
.webseo_search_span {
    /*margin-bottom: unset !important;
    color: #017135 ;
    color: #9edacc;
    background-color: transparent;
    border-color: #9edacc;
    border-radius: 30px;
    border: 2px solid;
    color: #dbdbdb;*/
    padding:7px;color:white;line-height: initial;width:200px;border-radius: 30px;
    border: 2px solid;
    color: #dbdbdb;
}

.webseo_search_input {
    background-color: transparent;
    padding:5px;width:200px;height: 35px;display: unset;border-color: transparent;color: white;
}

.webseo_search_tag_input {
    color: #515365;width: 30%;
}
@media (max-width: 1020px) {
    .webseo_search_tag_input {
        width:85%;
    }
}
.webseo_menu_icon {
    width: 35px;height: 35px;
}

/* review google */
.Hk2yDb.KsR1A span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAcklEQVQoz2NgoDZ4Xij9nxxNASCNIJpUjQugGheQqvEBVOMDfIoSgPg9VCEh/B7F+UCOAhDvJ6AJJK+Ay/Z8HJryCfnNAIdGA0IaC3BonEBI4wakQIgH4vsEQxeqERYIAlC+AFKg4QwYByCuxyFXj56KAEHuodjGnEtTAAAAAElFTkSuQmCC);
}
.Hk2yDb span {
    display: block;
}
.Hk2yDb, .Hk2yDb span {
    background-repeat: repeat-x;
    background-size: 14px , 14px;
    height: 14px;
    width: 70px;
}
.Hk2yDb {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    position: relative;
    top: 1px;
}
.r0bn4c.rQMQod {
	/*color: #333;*/
	font-size: 16px;
}

.Hk2yDb.KsR1A {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAD1BMVEVMaXEAAAAAAAAAAAAAAACF6eB8AAAABXRSTlMAID8OM2w9R7oAAACdSURBVHgBvdGBCcIwEEbhq+kAaXEA+5oBYuoAmnb/mQT5gcMDCoB+AIEA9y7EfmrIFl1uFrXVol4sSFBjB3LsQCzNsMQOlNjhq5S26Qrwmjbdp6PjlKMq4SiXwNOAhrOadDeymoyAPP1zfEUGJJvTNdFOLxFzElLPQqNb0/8F+x39iDTYzR56ucws7pBePtnU/aKomrpbM5sM1f7pDdrTIIXMnb07AAAAAElFTkSuQmCC);
}
.Hk2yDb {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    position: relative;
    top: 1px;
}



.WMbnJf {
    margin-top: 28px;
}
.lDY1rd {
    float: left;
    margin-right: 5px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.jxjCjc {
    width: max-content;
    margin-top: 0;
    padding-left: 47px;
    vertical-align: middle;
    border-radius: 7px;
    padding-left: 1rem!important;
    padding: 1rem!important;
    margin-left: 65px;
    background-color: white;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.GmO6pf {
    margin: 10px 0 0 47px;
}
.LfKETd {
    margin: 0px 0 0 65px!important;
    border-left: 3px solid #e5e5e5;
    padding: 5px 0 0 12px;
    line-height: 18px;

    font-size: 17px;
    font-family: SF-Pro-Display-Regular;
}

.mQiB1 {
    background-size: 14px 14px;
    height: 14px;
    top: 1px;
    width: 69px;
    background-image: url('../img/star-gray.png?v=1');
}

.star div{   
     background-repeat: repeat-x;
    display: block;
    background-image: url('../img/star-blu.png?v=1');
}
.Fam1ne span {
    background-repeat: repeat-x;
    display: block;
}
.review-more-link {
    visibility: hidden;
}
.GmO6pf {
    visibility: hidden;
}  
.fl:after {
    content: "";
    position: absolute;
    /*left: 4%;
    top: 13%;*/
    width: 0;
    height: 0;
    border: 21px solid transparent;
    border-right-color: white;
    border-left: 0;
    border-top: 0;
    margin-top: 10px;
    margin-left: 0px;
}
.TSUbDb{
    color: #212529;
}
.TSUbDb a{
    font-family: SF-Pro-Text-Semibold!important;
    font-size: 17px;
}
.A503be{
    font-size: 17px!important;
}
/*.FGlxyd{
    background-color: white;
    box-shadow: 60px 40px 120px 0 rgba(0,0,0,.05), 30px 20px 60px 0 rgba(0,0,0,.05), -25px 0 30px 0 rgba(0,0,0,.02)!important;
}
.PuaHbe{
    background-color: white;
    box-shadow: 60px 40px 120px 0 rgba(0,0,0,.05), 30px 20px 60px 0 rgba(0,0,0,.05), -25px 0 30px 0 rgba(0,0,0,.02)!important;
}*/
.review-full-text{
    font-size: 17px;
    font-family: SF-Pro-Display-Regular;
}


.webseo-input-contacts-form {
    font-family: SF-Pro-Display-Regular;
    border: none;
    padding: 7px 0;
    font-size: 16px;
    background-size: 0 2px, 100% 1px;
    background-image: linear-gradient(#425cbb, #425cbb),linear-gradient(#d2d2d2, #d2d2d2);
    background-repeat: no-repeat;
    background-position: center bottom,center -webkit-calc(100% - 1px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;

    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out;
}

.webseo-input-contacts-form:focus  {
    border: none;
    box-shadow: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#425cbb), to(#425cbb)),-webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
    background-image: -webkit-linear-gradient(#425cbb, #425cbb),-webkit-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: linear-gradient(#425cbb, #425cbb),linear-gradient(#d2d2d2, #d2d2d2);
    outline: none;
    background-size: 100% 2px,100% 1px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.webseo-span-contacts-menu {
    font-size:14px;display: inline-block;
    padding: 10px 40px;    margin-right: 10px;
    box-shadow: inset 0 0 0 1px #333;
    transition: all .25s ease-out;
    letter-spacing: 2px;
}

.webseo-control-label{
    font-size: 16px!important;
    font-family: sf-pro-display-bold!important;
}

.btn-grey-light {
    background-color: #425cbb;
}

.webseo-title-contact {
    font-family: sf-pro-display-bold!important;
}