/*------------------------------------------------------------------
[ Основни стилове ]
*/
body {
    /* font-family: "Source Sans 3", sans-serif; */
    /* font-family: "Ubuntu", sans-serif; */
    font-family: "Haffer", sans-serif;
    /* font-family: "futura-pt-condensed", sans-serif; */
    font-weight: 400;
    font-style: normal;
    color: #0F0F23;
    background: #FAF5F0;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    -ms-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    line-height: 1.5;
    font-size: 18px;
}
a {
    color: #FF3C00;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: color .2s ease 0s;
    -moz-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s;
    /* text-decoration: underline; */
}
a:hover {
    color: #0F0F23;
}
.ab-white-color a{
    color: #0F0F23;
}
.ab-white-color a:hover{
    color: #fff;
}

p{
}
b,
strong {
    font-weight: bold;
}
.ab-boxed-site .site{
    max-width: 1920px;
    max-width: 2056px;
    min-height: 100vh;
    margin: auto;
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
    color: #FF3C00;
    font-family: "futura-pt-condensed", sans-serif;
    line-height: 1;
}
.lang-en h1, .lang-en h2, .lang-en h3, .lang-en h4, .lang-en h5, .lang-en h6,
.lang-en .h1, .lang-en .h2, .lang-en .h3, .lang-en .h4, .lang-en .h5, .lang-en .h6 {
    font-weight: 500;
    font-family: "MD Nichrome Dark", sans-serif;
}
h1, .h1 {
    font-size: 70px;
}
.ab-page-title h1{
    font-size: 128px;
    text-transform: uppercase;
    color: #fff;
}
.ab-page-header{
    min-height: calc(80vh + 220px);
    color: #fff;
    padding-top: 90px;
    padding-bottom: 200px;
}
.ab-page-header.ab-alt{
    min-height:auto;
    padding-top: 140px;
}
h2, .h2 {
    font-size: 70px;
    /* text-transform: uppercase; */
}

h3, .h3 {
    font-size: 48px;
}

h4, .h4{
    font-size: 30px;
    color: #0F0F23;
    text-transform: uppercase;
    /* font-weight: normal; */
}
body .ab-res-h2 , body .ab-res-h3 {
    margin-bottom: 0px;
}
.ab-add-brd-b{
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
@media only screen and (max-width: 1400px) {
    .h2.ab-res-h2{
        font-size:50px;
    }
    .h2.ab-res-h3{
        font-size:40px;
    }
    /* .h2.ab-res-h2{
            font-size: calc(4vw - 70%);
    } */
    /* .h3.ab-res-h3{
            font-size: calc(3vw - 50%);
    } */
}
@media only screen and (max-width: 1200px) {
    .h2.ab-res-h2{
        font-size:50px;
    }
    .h2.ab-res-h3{
        font-size:40px;
    }
}
input, select, optgroup, textarea {
    background: #fff;
    /* color: #8C919C; */
    /* border-radius: 10px; */
    border: 1px solid transparent;
    border-bottom: 2px solid #FF3C00;
    font-size: 22px;
    padding: 12px 18px;
    margin-bottom: 7px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    margin-top: 10px;
    font-family: "futura-pt-condensed", sans-serif;
}
.lang-en input{
    font-family: "MD Nichrome Dark", sans-serif;
    font-weight: 500;
}

.ab-contact-wrap label{
        margin-bottom: 1.2rem!important;
}
input[type="file"] {
    padding: 9px 18px;
}
textarea{
    border-radius: 20px;
    height: 150px;
}
select{
    height: 49.8px;
}
label{
    font-weight: 500;
    margin-bottom: 5px;
}
.ab-lb-padding p, .ab-lb-padding label{
    margin-bottom: 0;

}
label span:not(.wpcf7-list-item-label){
    color:#f00;
}
.wpcf7-list-item label{
    line-height: 1.2;
}
::placeholder {
    color: #7a7a7a;
}

input.wpcf7-not-valid , select.wpcf7-not-valid, textarea.wpcf7-not-valid{
    border-color: #f00;
}
span.wpcf7-not-valid-tip {
    /* display: none; */
}
input[type="radio"],
input[type="checkbox"] {
    width: auto;
    margin-bottom: 0px;
    margin-right: 5px;
}
input[type="submit"]{
    background: #FF3C00;
    border-color: #FF3C00;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    width: auto;
    min-width: 120px;
    font-size: 16px;
    border-radius: 0px;
    -webkit-transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
}
body form.cf7mls input.wpcf7-form-control.wpcf7-submit{
    float: none;
    /* font-family: "Ubuntu", sans-serif; */
    font-family: "Haffer", sans-serif;
    border-radius: 0;
}
body .cf7mls-btns .cf7mls_next.action-button{
    /* background: #FF3C00!important; */
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
}
body .cf7mls-btns .cf7mls_back.action-button{
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    background: #0F0F23!important;
    -webkit-transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
}
body .cf7mls-btns .cf7mls_next.action-button:hover{
    background: #0F0F23!important;
    opacity: 1;
}
.ab-submit{
    /* text-align: center; */
}
.wpcf7-spinner{
    position: absolute;
    margin-top: 22px;
}
input[type="submit"]:hover {
    background: #0F0F23;
    border-color: #0F0F23;
    color: #fff;
}
div.wpcf7 .wpcf7-submit:disabled {
    opacity: 0.5;
}
.wpcf7{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
body .fieldset-cf7mls-wrapper div.wpcf7-validation-errors,
body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.sent .wpcf7-response-output{
    display: inline-block!important;
    width: 100%;
    padding: 20px;
    background: #ffb900;
    color: #fff;
    border: none;
    margin: 15px 0 0 0;
    font-size: 16px;
}
body .wpcf7 form.sent .wpcf7-response-output{
    background: #46b450;
}
body .fieldset-cf7mls-wrapper div.wpcf7-validation-errors .wpcf7-icon-wraning{
    fill: #fff;
}

.ab-white-color *{
    color: #fff;
}
.ab-text-center{
    text-align: center;
}
.ab-text-right{
    text-align: right;
}
.ab-text-left{
    text-align: left;
}
.ab-title-wrap p{
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    font-family: "futura-pt-condensed", sans-serif;
}
.lang-en .ab-title-wrap p{
    font-weight: 500;
    font-family: "MD Nichrome Dark", sans-serif;
}
.ab-white-color .ab-title-wrap h2{
    color: #0F0F23;
}
.ab-overflow-v{
    overflow: visible!important;
}

.ab-title-wrap {
    text-transform: uppercase;
}
.ab-alt-title{
    font-size: 32px;
    color: #FF3C00;
    font-family: "futura-pt-condensed", sans-serif;
    margin-bottom: 0;
    line-height: 28px;
}
/* .lang-en .ab-alt-title{
    font-weight: 400;
    font-family: "MD Nichrome", sans-serif;
} */
.ab-white-color .ab-alt-title{
    color: #0F0F23;
    font-size: 20px;
    font-weight: bold;
}

/*------------------------------------------------------------------
[ Фиксиране на хедъра ]
*/

.ab-fixed-header #wrapper-navbar {
    position: fixed;
    width: 100%;
    z-index: 99;
    max-width: 2056px;
}
.mega-menu-primary-mobile-open .ab-content-wrapper{
    filter: grayscale(1);
    opacity: 0.5;
}
.ab-fixed-header .ab-content-wrapper {
    padding-top: 60px;
    padding-bottom: 50px;
}
.ab-fixed-header.ab-top-header .ab-content-wrapper {
    padding-top: 0px;
}
/*------------------------------------------------------------------
[ Топ хедър ]
*/
.header_top {
    z-index: 111;
    line-height: 33px;
    float: left;
    display: inline-block;
    width: 100%;
    padding: 0;
    font-size: 13px;
    background-color: #fff;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}
.header_top .left {
    float: left;
    height: 100%;
}
.header_top .left a{
    margin-right: 5px;
    margin-left: 5px;
}
.header_top .left a:last-child{
    margin-right: 0;
}
.header_top .right {
    float: right;
    height: 100%;
}
.header_top .right a{
    margin-right: 5px;
    margin-left: 5px;
}
.header_top .right a i{
    font-size: 14px;
}
.header_top p {
    margin-bottom: 0;
}
.header_top {
    color: #fff;
}
.header_top a {
    color: #fff;
}
.ab-scrolled .header_top, .ab-scrolled .header_top a, .single .header_top, .single .header_top a, .mega-menu-primary-mobile-open .header_top a, .mega-menu-primary-mobile-open .header_top{
    color: #0F0F0F;
}
.header_top a:hover {
    opacity: 0.7;
}
.navbar-expand-md {
    display: inline-block;
    width: 100%;
    height: 97px;
    max-height: 100px;
}
#wrapper-navbar.ab-scrolled #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#wrapper-navbar.ab-scrolled #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#wrapper-navbar.ab-scrolled #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
.mega-menu-primary-mobile-open #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
.mega-menu-primary-mobile-open #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
.mega-menu-primary-mobile-open #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
    background: #000;
}



body.home:not(.mega-menu-primary-mobile-open) #wrapper-navbar:not(.ab-scrolled) #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
body.home:not(.mega-menu-primary-mobile-open) #wrapper-navbar:not(.ab-scrolled) #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
body.home:not(.mega-menu-primary-mobile-open) #wrapper-navbar:not(.ab-scrolled) #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after{
        background-color: #fff;
}

.navbar-expand-md,  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, .custom-logo-link img,
.ab-scrolled .custom-logo-link img,  #mega-menu-wrap-primary .mega-menu-toggle, .play-button, .ab-header-top .navbar-expand-md,
.ab-header-top .navbar-expand-md .container, .ab-nav-soc, .ab-nav-soc *, .ab-hover-img, .ab-hover-desc, .ab-img-300 .vc_column-inner,.ab-custom-img a img,
nav ul.pagination li span, nav ul.pagination li a, .ab-careers, .ab-border-w-btn, .ab-border-o-btn,
body .ab-img-slider .tdt-slider .carousel-caption a img, body .vc_general.vc_btn3, body .vc_general.vc_btn3 i,

.custom-logo-link   {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.ab-logo-white{
    display: none;
}
.home .ab-logo-color, .home .ab-scrolled .ab-logo-white {
    display: none;
}
.ab-scrolled .ab-logo-color, .home .ab-logo-white {
    display: block;
}
body.mega-menu-primary-mobile-open .ab-logo-white {
    display: none;
}
body.mega-menu-primary-mobile-open .ab-logo-color {
    display: block;
}
.home.ab-fixed-header #wrapper-navbar.ab-scrolled .custom-logo-link {
    visibility: visible;
}
.home.ab-fixed-header .ab-content-wrapper{
    padding-top: 0;
}
.ab-scrolled .header_top {
    line-height: 20px;
}
/* .ab-full-width-nav #wrapper-navbar .container, .ab-full-width-nav #wrapper-navbar {
    max-width: 2056px;
} */
/* .ab-full-width-nav #wrapper-navbar .container {
    padding-right: 30px;
    padding-left: 30px;
} */
.home:not(.mega-menu-primary-mobile-open) .bg-primary, .home:not(.mega-menu-primary-mobile-open) .header_top {
    background-color: transparent!important;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.ab-scrolled .bg-primary, .home:not(.mega-menu-primary-mobile-open) .header_top{
border-bottom: 1px solid rgba(0,0,0,0.07);
}
.home .bg-primary, .home .header_top {
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.ab-fixed-header:not(.mega-menu-primary-mobile-open) .ab-scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, .ab-fixed-header:not(.home):not(.mega-menu-primary-mobile-open) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    /* color: #004A82; */
}
body .bg-primary {
border-bottom: 1px solid rgba(0,0,0,0.07);
}
.ab-scrolled .bg-primary {
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
}
.home .ab-scrolled .bg-primary, body.mega-menu-primary-mobile-open .bg-primary,
.single-post .ab-scrolled .bg-primary  {
    background-color: #fff!important;
    border-bottom: none;
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15);
}


body .site .ab-scrolled .header_top {
    background-color: #F5F5F5!important;
}
#mega-menu-wrap-primary{
    margin-left: auto;
    /* margin-right: 20px; */
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    line-height: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
}
/* body:not(.mega-menu-primary-mobile-open):not(.single-post):not(.single-careers) #wrapper-navbar:not(.ab-scrolled) #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
body:not(.mega-menu-primary-mobile-open):not(.single-post):not(.single-careers) #wrapper-navbar:not(.ab-scrolled) #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
body:not(.mega-menu-primary-mobile-open):not(.single-post):not(.single-careers) #wrapper-navbar:not(.ab-scrolled) #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after,
body:not(.mega-menu-primary-mobile-open):not(.single-post):not(.single-careers) #wrapper-navbar:not(.ab-scrolled) #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
body:not(.mega-menu-primary-mobile-open):not(.single-post):not(.single-careers) #wrapper-navbar:not(.ab-scrolled) #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after{
    background-color: #fff;
} */

/*------------------------------------------------------------------
[ Меню хедър ]
*/
.custom-logo-link img {
    max-height: 40px;
    width: auto;
}
.bg-primary {
    border-color: rgba(255,255,255,0.07);
    padding-bottom: 0px;
    padding-top: 0px;
    /* box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15); */
}
.ab-header-bg {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
}
.entry-header.ab-main-title{
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 200px;
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}
.entry-header.ab-main-title h1{
    font-size: 48px;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 0;
}
@media only screen and (min-width: 991px) {
.ab-is-btn .mega-menu-link {
    max-height: 40px !important;
    line-height: 40px !important;
    background: #FF3C00 !important;
    /* border-radius: 50px !important; */
    color: #fff !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    box-shadow: 0px 7px 20px 0px rgb(0 0 0 / 15%) !important;
    -webkit-box-shadow: 0px 7px 20px 0px rgb(0 0 0 / 15%) !important;
    border-bottom: none !important;
    margin-left: 15px !important;
    text-transform: uppercase!important;
    font-weight: bold!important;
}
/* .ab-scrolled .ab-is-btn .mega-menu-link{
    background: #0DABFA!important;
    color: #fff !important;
} */
.ab-is-btn .mega-menu-link:hover {
    background: #0F0F23!important;
    border-bottom: none!important;
    color: #fff !important;
}
}

/*------------------------------------------------------------------
[ Заглавие ]
*/
.entry-header {
    width: 100%;
    /* height: 350px;
    height: 520px; */
    background-size: cover;
    background-position: center;
}
.entry-header h1, .search-results article .entry-title {
    font-size: 1.9rem;
    padding-top: 1.9rem;
    text-transform: none;
}
#breadcrumbs{
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 500px;
    font-size: 14px;

}
#breadcrumbs a{
    color: #446988;

}
/* .single #breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
} */
.single #breadcrumbs a{
    color: #1A1A30;
}
#breadcrumbs a:hover{
    color: #0DABFA;
}
 .breadcrumb_last{
    opacity: 0.5;
}

/*------------------------------------------------------------------
[ YouTube плеар ]
*/

.youtube {
    background-color: #fff;
    position: relative;
    padding-top: 56.2%;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
}
.youtube img{
    transition: all 0.3s;
}
.youtube:hover img{
    transform: scale(1.1);
}
.ab-r-background .youtube{
    border-color: #fff;
}
.youtube img {
    width: 107%;
    top:0;
    left: 0;
}
.youtube .play-button {
    width: 100px;
    height: 100px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.95;
    border-radius: 50%;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 22px 0 22px 31px;
    margin-left: 5px;
    border-color: transparent transparent transparent #424242;
}
.youtube .play-button:hover{
    background-color: #424242;
}
.youtube .play-button:hover:before {
    border-color: transparent transparent transparent #fff;
}
.youtube .play-button {
    width: 100px;
    height: 100px;

    z-index: 1;
    opacity: 0.95;
}
.ab-yt-title{
    background: #fff;
    width: 100%;
    text-align: left;
    padding: 0px 10px 10px 20px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5;
}
@keyframes ab-pulse {
  0% {
      opacity: 1;
      transform: scale(1);
  }
  80% {
      opacity: 0;
      transform: scale(2);
  }
  100% {
      opacity: 0;
      transform: scale(3);
  }
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}


/*------------------------------------------------------------------
[ PROFILACT / ПРОФИЛАКТ]
*/
/* .ab-no-padding .wpb_text_column{
    margin-bottom: 0!important;
}
.ab-28{
    font-size: 28px;
}
.ab-info-01 >.wpb_column{
    padding: 40px 30px;
}
.ab-info-01.ab-alt > .wpb_column{
    padding: 0 30px;
}
.ab-info-01.ab-alt > .wpb_column:last-child{
    padding-left: 0;
}
.ab-pd-row{
    padding-bottom: 180px;
}
.ab-mr-top{
    margin-top: -280px;
}
.ab-product-imgs > .wpb_column > .vc_column-inner > .wpb_wrapper  {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}
.ab-product-imgs .wpb_single_image{
    margin-top: auto;
} */

body .ab-wave-w {
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    padding-bottom: 220px;
    z-index: 5;
    top: -200px;
    margin-bottom: -201px;
    background: url("../images/wave-w.svg");
    pointer-events: none;
}
body .ab-wave-wo {
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    padding-bottom: 220px;
    z-index: 5;
    top: -200px;
    margin-bottom: -201px;
    background: url("../images/wave-wo.svg");
    pointer-events: none;
}

body .ab-wave-o {
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    padding-bottom: 220px;
    z-index: 5;
    top: -200px;
    margin-bottom: -201px;
    background: url("../images/wave-o.svg");
    pointer-events: none;
}
body .ab-wave-b {
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    padding-bottom: 220px;
    z-index: 5;
    top: -200px;
    margin-bottom: -201px;
    background: url("../images/wave-b.svg");
    pointer-events: none;
}
body .ab-wave-w > .wpb_column, body .ab-wave-o > .wpb_column , body .ab-wave-wo > .wpb_column{
    display: none;
}
body .ab-wave-o.ab-alt{
    top:0;
    margin-bottom:0;
}





/*------------------------------------------------------------------
[ Ефекти / IMG fx ]
*/
.ab-p-30{
    padding: 30px;
}
.ab-p-b-50{
    padding-bottom: 50px;
}
.ab-p-r10{
    padding-right: 10px!important;
}
.ab-p-r15{
    padding-right: 15px!important;
}
.ab-p-r30{
    padding-right: 30px!important;
}
.ab-p-r60{
    padding-right: 60px!important;
}
.ab-p-r100{
    padding-right: 100px!important;
}
.ab-p-l10{
    padding-left: 10px!important;
}
.ab-p-l15{
    padding-left: 15px!important;
}
.ab-p-l30{
    padding-left: 30px!important;
}
.ab-p-l60{
    padding-left: 60px!important;
}
.ab-p-l100{
    padding-left: 100px!important;
}


/*------------------------------------------------------------------
[ Начална страница / Home ]
*/

.ab-has-sep{
    padding-bottom: 220px;
}

.ab-cards-wrap > .wpb_column > .vc_column-inner{
    background: #fff;
    padding: 50px 30px 20px;
}
.ab-quote-row{
    font-size: 54px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "futura-pt-condensed", sans-serif;
    padding-left: 100px;
}
.lang-en .ab-quote-row{
    font-weight: 500;
    font-family: "MD Nichrome Dark", sans-serif;
}
.ab-quote-row p::before{
    content: '“';
    position: absolute;
    margin-left: -90px;
    font-size: 170px;
    line-height: 170px;
}
.ab-quote-row p::after{
    content: '”';
    position: absolute;
    /* margin-left: -90px; */
    margin-left: 15px;
    font-size: 170px;
    line-height: 170px;
}

.ab-steps{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "futura-pt-condensed", sans-serif;
    font-weight: bold;
    line-height: 1;
}
.lang-en .ab-steps{
    font-weight: 500;
    font-family: "MD Nichrome Dark", sans-serif;
}
.ab-steps .ab-step{
    padding: 5px;
}
.ab-steps .ab-active{
    color: #FF3C00;
}


/*------------------------------------------------------------------
[ футер ]
*/
#wrapper-footer {
    position: relative;
    font-size: 14px;
    background: url(../images/footer-bg.svg);
    background-position: center top;
    background-size: cover;
}
#wrapper-footer .widget-count-5{
    flex: 0 0 20%;
    max-width: 20%;
}
#wrapper-footer-full a {
    text-decoration: none;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}
#wrapper-footer-full a img{
    margin-right: 6px;
}

#wrapper-footer-full a:hover {
    opacity: 0.6;
}

#wrapper-footer-full h3 {
    margin-bottom: 20px;
    font-size: 17px;
}

#wrapper-footer-full a {
    color: #fff;
}

#wrapper-footer-full ul {
    list-style: none;
    padding-left: 0;
}
#wrapper-footer-full ul li {
    padding-left: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 0 7px;
}
#wrapper-footer-full ul li:last-child{
    border-bottom: none;
}
#wrapper-footer-full {
    padding: 50px 0px 50px;
}

.site-footer {
    color: #fff;
}

.site-footer a {
    color: #fff;
    opacity: 0.7;
}

.site-footer p {
    margin-bottom: 0;
}

.site-footer .ab-left {
    float: left;
    text-align: left;
    width: 50%;
    padding: 17px 0;
}

.site-footer .ab-right {
    float: right;
    width: 50%;
    text-align: right;
    padding: 17px 0;
}
.footer-widget{
    padding-left: 30px;
    padding-right: 30px;
}

.ab-soc-icons a {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 15px;
    margin-left: 15px;
}
.ab-soc-icons a:last-child {
    border-right: none;
}
.ab-bottom-footer{
    display: none;
}

/*------------------------------------------------------------------
[ Блог / сайдбар ]
*/


.byline, #comments {
    display: none;
}


/*------------------------------------------------------------------
[ Блог / Пост ]
*/
 body.blog #main,  body.archive.category #main{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.single-post #primary{
    padding-bottom: 80px;
}
body.archive.category article, body.blog article{
    max-width: 31.3%;
    /* max-width: 23%; */
    margin-right: 1%;
    margin-left: 1%;
    float: left;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 2%;
    margin-bottom: 50px;
}
 body.archive.category #main > .page-header{
     width: 100%;
 }
 body.archive.category #main > .page-header .page-title{
     font-size: 30px;
     text-align: center;
     margin-bottom: 30px;
 }
.single #index-wrapper,.single-careers #full-width-page-wrapper, .single-post #single-wrapper, #search-wrapper{
    /* margin-top: 90px; */
    /* padding-top: 25px; */
    /* margin-top: 30px; */
}
.single-post #single-wrapper #content{
    max-width: 1000px;
    /* margin-top: 30px; */
}
.ab-main-title h1{
    font-size: 54px;
    font-weight: 800;
    text-transform: uppercase;
}
.entry-header h1, .search-results article .entry-title{
    padding-top: 35px;
    padding-top: 0;

}
.ab-no-margin .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}

.ab-main-title h1{
    position: relative;
}
.ab-main-title h1 span{
    font-weight: 500;
}
.ab-main-title .container {
    padding-top: 0px;
}

.ab-fixed-header .ab-content-wrapper{
    /* padding-bottom:0; */
}


img.wp-post-image{
 width:100%;
 height: auto;
 -webkit-transition: all .3s ease 0s;
 -moz-transition: all .3s ease 0s;
 -o-transition: all .3s ease 0s;
 transition: all .3s ease 0s;

}
.single img.wp-post-image{
     /* border-radius: 30px; */
}
.ab-archive-postimg a{
    overflow: hidden;
    /* border-radius: 20px; */
    display: inline-block;
    position: relative;
    width: 100%;
}
.ab-archive-postimg a img{
    display: inline-block;
}
.ab-archive-postimg a:after{
    content: "";
    width: 30%;
    height: 100%;
    background: url(../images/new-fx.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;

}
.ab-archive-postimg a:hover img.wp-post-image{
    transform: scale(1.1);
}
.understrap-read-more-link{
    margin-left: 0;
    margin-bottom: 0;
}

.blog article, .single article, .search-results article, .archive article{
    margin-bottom: 30px;
    /* background: #fff;
padding: 30px;
box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10); */

}
.blog .content-area, .single .content-area , .archive .content-area{
    /* padding-right: 30px;
     padding-top: 30px; */
}
body.single-careers .content-area{
    padding-top: 0;
}
.single-careers h4{
    margin-top: 30px;
    margin-bottom: 20px;
}
.blog article:last-child, .search-results article:last-child{
    margin-bottom: 0;
}

.blog article .entry-title, .single article .entry-title , .search-results article .entry-title{
    padding-top: 0;

}
.single article h1.entry-title{
    font-size: 50px;
    margin-top: 30px;
}
.blog article .entry-title a, .blog article .entry-header h1, .single article .entry-title a, .single article .entry-header h1, .search-results article .entry-title a, .search-results article .entry-header h1,{
    color: #475784;
}

article .entry-title a{
    transition: color 0.3s;
}
article .entry-header, .search-results article .entry-header {
    height: auto;
    margin-bottom: 10px;
    margin-top: 0;

}

article .entry-meta{
font-size: 13px;
color: #696969;
}
article .entry-meta time{
    color: #696969;
}
.nav-previous{
    overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2; /* number of lines to show */
      -webkit-box-orient: vertical;
      max-width: 50%;
      padding-right: 15px;
}
.nav-next{
    overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2; /* number of lines to show */
      -webkit-box-orient: vertical;
      max-width: 50%;
      text-align: right;
      padding-left: 15px;

}
.posted-on .updated, #archive-wrapper .page-title, .search .page-title{
    /* display: none; */
}
body:not(.single) article .entry-title a, body:not(.single) article h1.entry-title{
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #171735;
}
article .entry-title a:hover{
    color: #FF3C00!important;
}
body .mega-post-carousel3 .mega-post-image img, body .slick-slide a:hover .mega-post-carousel3 .mega-post-image{
    transform:none;
}
.ab-news-wrapper a{
    color: #171735;
}
.ab-news-btn{
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
}
#right-sidebar{
    flex: 0 0 20%;
    max-width: 20%;
}
.ab-news-wrapper .ab-news-btn{
    margin-top: 10px;
    color: #FF3906;
    text-transform: uppercase;
    font-size: 15px;
}

.ab-deals-cards{
    display: flex;
}
.ab-deals-cards .col-1-2{
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.ab-news-wrapper .mega-post-carousel3{
    display: flex;
    align-items: center;
}

body .mega-post-carousel3 .mega-post-title{
    font-size: 35px;
    color: #171735;
}
body .ab-news-wrapper a:hover .mega-post-title{
    /* font-size: 22px; */
    color: #FF3906;
}

body .mega-post-carousel3 .mega-post-image{
    width: 50%;
    overflow: visible;
    height: auto!important;
}
.mega-post-carousel3 .ab-inner-p{
    width: 50%;
    padding: 0 30px;
    margin-bottom: 30px;

    /* -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; */
}
.ab-inner-p p{
    margin-bottom: 0;
}
body .slick-list{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
}
body .slick-prev:before, body .slick-next:before{
    font-size: 30px;
    background: #edf2f7;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
    color: #004a82;

    font-family: 'revicons';
    font-size: 20px;
    color: #004a82;
    display: block;
    line-height: 40px;
    text-align: center;
}
body .slick-next:before{
    content: '\e82d'!important;
    margin-right: -3px;
}
body .slick-prev:before{
    content: '\e82c'!important;
    margin-left: -3px;
}
body .vc-post-styling .slick-next {
    right: -17px !important;
}
body .vc-post-styling .slick-prev {
    left: -30px !important;
}
body .slick-dots li.slick-active button:before{
    color: #0091FF;
}
/*------------------------------------------------------------------
[ Странициране / сайдбар ]
*/
.pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 0 50px;
    padding: 0;
}
nav {
    width: 100%;
}
nav ul.pagination {
    margin-top: 25px;
}
nav ul.pagination li {
    display: inline-block;
    overflow: hidden;
    margin: 2px;
    /* font-family: 'Nunito', sans-serif; */
    border-radius: 50%;
}
nav ul.pagination li span, nav ul.pagination li a {
    text-decoration: none;
    display: block;
    min-width: 40px;
    min-height: 40px;
    line-height: 40px;
    background: transparent;
    color: #1A1A30;
}
nav ul.pagination li.active span {
    background: #1A1A30;
    color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
nav ul.pagination li:hover span ,nav ul.pagination li:hover a {
    background: #0DABFA;
    color: #fff;
}
/*------------------------------------------------------------------
[ 404 ]
*/

.error-404.not-found{
text-align: center;
max-width: 700px;
margin: 80px auto 100px;
}
.error-404.not-found .page-header{
    margin-bottom: 30px;
}
.error-404.not-found input, .error-404.not-found select{
    max-width: 280px;
}

/*------------------------------------------------------------------
[ Няма резултати ]
*/
#search-wrapper input{
    max-width: 280px;
}


/*------------------------------------------------------------------
[ Контакти страница ]
*/

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
    display: inline-block;
    width: 100%;
    background:#ffb900;
    color: #fff;
    margin-top: 0px;
    padding: 20px;
}
.wpcf7 form.sent .wpcf7-response-output{
    display: inline-block;
    width: 100%;
    background:#46b450;
    color: #fff;
    margin-top: 0px;
    padding: 20px;
}
body .wpcf7-list-item{
    margin-left: 0;
}

/*------------------------------------------------------------------
[ Careers ]
*/

/* body .wpcf7 form.invalid .wpcf7-response-output, body .wpcf7 form.unaccepted .wpcf7-response-output, body .wpcf7 form.payment-required .wpcf7-response-output {
    background: #ffd100;
    border: none;
    margin: 0 0 15px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
}

body .wpcf7 form.sent .wpcf7-response-output, .ab-success-msg {
    background: #46b450;
    border: none;
    margin: 0 0 15px 0;
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    font-size: 20px;
} */


/*------------------------------------------------------------------
[ Elements ]
*/

body .vc_btn3.vc_btn3-color-orange, body .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat{
    background: #FF3C00;
    font-size: 15px;
    font-weight: 500;
}
body .vc_btn3.vc_btn3-color-black, body .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat{
    font-size: 15px;
    font-weight: 500;
}
body .vc_btn3.vc_btn3-color-orange:hover,
body .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-orange:focus,
body .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:focus,
body .vc_btn3.vc_btn3-color-orange:active,
body .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:active{
    background: #0F0F23;
}


.ab-fullwidth-btn .vc_do_btn, .ab-fullwidth-btn .vc_do_btn a{
    width: 100%;
}
/*------------------------------------------------------------------
[ Фиксове ]
*/
body .wpb_animate_when_almost_visible.vc_row[data-vc-full-width] {
    opacity: 0;
}


.ab-has-slider .ab-slider-fx{
    overflow: hidden;
}


/*------------------------------------------------------------------
[ Timeline ]
*/
.ab-timeline-wrap ul {
    --col-gap: 2rem;
    --row-gap: 3rem;
    --line-w: 1px;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    /width: min(80rem, 90%);
    width: 100%;
    max-width: 1000px;
    margin-inline: auto;
}
.ab-timeline-wrap ul::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: #fff;
    border-radius: calc(var(--line-w) / 2);
    margin-top: 74px;
}
.ab-timeline-wrap ul li:not(:last-child) {
    margin-bottom: var(--row-gap);
}
.ab-timeline-wrap ul li {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
    background: #fff;
    /* border-radius: 20px; */
}
.ab-timeline-wrap ul li .date {
     height: 50px;
     height: 110px;
     margin-inline: calc(var(--inlineP) * -1);
     color: #FF3C00;
     font-size: 40px;
     font-weight: 800;
     display: grid;
     place-content: center;
     position: relative;
     font-family: "futura-pt-condensed", sans-serif;
     /* border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2); */
     justify-content: start;
     padding-left: 55px;
     margin-top: 25px;
     margin-bottom: 10px;
}
.lang-en .ab-timeline-wrap ul li .date {
    font-weight: 500;
    font-family: "MD Nichrome Dark", sans-serif;
}
.ab-timeline-wrap ul li .ab-date {
    color: #FF3C00;
    font-size: 40px;
    font-weight: 800;
    font-family: "futura-pt-condensed", sans-serif;
    padding-left: 30px;
    line-height: 1.1;
}
.lang-en .ab-timeline-wrap ul li .ab-date {
    font-weight: 500;
    font-family: "MD Nichrome Dark", sans-serif;
}
.ab-timeline-wrap ul li .date::before {
    content: "";
    width: 1px;
    background: #fff;
    width: 60px;
    height: 2px;
    position: absolute;
    top: 54px;
    left: -34px;
    /* clip-path: polygon(0 0, 100% 100%, 0 100%); */
}
/* circle */
.ab-timeline-wrap ul li .date::after {
    content: "";
    position: absolute;
    width: 1rem;
    aspect-ratio: 1;
    background: var(--bgColor);
    border: 1px solid #fff;
    border-radius: 50%;
    top: 50%;
    background: #fff;
    transform: translate(50%, -50%);
    right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

.ab-timeline-wrap ul li .title,
.ab-timeline-wrap ul li .descr {
    background: var(--bgColor);
    position: relative;
    padding-inline: 30px;
}
.ab-timeline-wrap ul li .title {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 800;
    padding-top: 15px;
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 1;
    font-family: "futura-pt-condensed", sans-serif;
    padding-top: 0;
}
.lang-en .ab-timeline-wrap ul li .title {
    font-weight: 500;
    font-family: "MD Nichrome Dark", sans-serif;
}
.ab-timeline-img{
    padding: 0px 30px 0 30px;
}
.ab-timeline-img img{
    max-width: 90px;
}
.ab-timeline-wrap ul li .descr {
    padding-block-end: 30px;
    font-weight: 300;
}
.ab-timeline-wrap ul{
    padding-left: 0;
    column-gap: 0;
}
.ab-timeline-wrap ul li .date::after{
    right: calc(100% + var(--col-gap) + var(--line-w) / 2 + -31px);
}
.ab-timeline-wrap ul li:last-child{
    position: relative;
}
.ab-timeline-wrap ul li .date::before{
    width: 20px;
    left: 4px;
}
.ab-timeline-wrap ul li{
    margin-inline-end: 0px;
}
.ab-timeline-wrap ul li:last-child::after{
    content: '';
    width: 6px;
    height: 100%;
    margin-top: 88px;
    display: inline-block;
    position: absolute;
    background: #FF3C00;
    left: -30px;
    right: auto;
    z-index: 0;
}
.ab-timeline-wrap ul li:nth-child(even):last-child::after{
    left: -30px;
    right: auto;
}

@media (min-width: 40rem) {
    .ab-timeline-wrap ul {
      --row-gap: 4rem;
  }
    .ab-timeline-wrap ul li:last-child::after{

        right: -60px;
        left: auto;
        z-index: 0;
    }
    .ab-timeline-wrap ul li:nth-child(even):last-child::after{
        left: -60px;
        right: auto;
    }
    .ab-timeline-wrap ul li .date{
        font-size: 50px;
    }
    .ab-timeline-wrap ul li .title {
        font-size: 30px;
    }
    .ab-timeline-wrap ul li{
        margin-inline: var(--inlineP);
    }
    .ab-timeline-wrap ul li .date::before{
        width: 60px;
        left: -34px;
    }
    .ab-timeline-wrap ul li .date::after{
        right: calc(100% + var(--col-gap) + var(--line-w) / 2);
    }
  .ab-timeline-wrap ul {
    grid-template-columns: 1fr var(--line-w) 1fr;
    column-gap: var(--col-gap);
  }
  .ab-timeline-wrap ul::before {
    grid-column: 2;
    margin-top: 85px;
    /* border-left: 1px solid #fff;
border-right: 1px solid #fff; */
  }
  .ab-timeline-wrap ul li:nth-child(odd) {
    grid-column: 1;
    text-align: right;

  }
  .ab-timeline-wrap ul li:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  .ab-timeline-wrap ul li:nth-child(2) {
    grid-row: 2/4;
  }

  .ab-timeline-wrap ul li:nth-child(odd) .date::before {
      /* clip-path: polygon(0 0, 100% 0, 100% 100%); */
      left: auto;
      right: -34px;
  }

  .ab-timeline-wrap ul li:nth-child(odd) .date::after  {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2 );
  }
  .ab-timeline-wrap ul li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
    padding-right: 50px;
    justify-content: end;
  }
  .ab-timeline-wrap ul li:nth-child(odd) .ab-date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
    padding-right: 30px;
    justify-content: end;
  }
}




/*------------------------------------------------------------------
[ Responsive ]
*/
@media only screen and (max-width: 1920px) {
    .site{
        box-shadow: none;
        -webkit-box-shadow: none;
        overflow-x:hidden;
    }
}
@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1200px) {
    body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        padding: 0px 8px 0px 8px !important;
        font-size: 13px !important;
    }
    body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.ab-is-btn .mega-menu-link{
        padding: 0px 15px 0px 15px !important;
    }
    #wrapper-navbar .container{
        max-width: 100%;
        padding-right: 0;
    }
}



@media only screen and (max-width: 1024px) {
    .ab-quote-row{
        font-size: 44px;
        padding-left: 70px;
        padding-right: 70px;
    }
    .ab-quote-row p::before{
        margin-left: -64px;
        font-size: 130px;
        line-height: 133px;
    }
    .ab-quote-row p::after{
        margin-left: 10px;
        font-size: 130px;
        line-height: 133px;
    }
}


@media only screen and (max-width: 991px) {
    body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        padding: 0px 7px 0px 15px !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 14px !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle {
        line-height: 66px;
        height: 66px;
    }
    .navbar-expand-md{
        height: 66px;
    }
    .custom-logo-link img {
        max-height: 40px!important;
    }
    .ab-scrolled .custom-logo-link img{
        max-height: 40px!important;
    }
    /* .ab-scrolled .navbar-expand-md{
        height: 50px!important;
    } */

    body.archive.category article, body.blog article {
        max-width: 48%;
    }

    .single #index-wrapper, .single-post #single-wrapper, #search-wrapper{
        margin-top: 30px;
    }
    /*------------------------------------------------------------------
    [ Betano ]
    */

    .ab-p-l60, .ab-p-l100, .ab-p-l10 {
        padding-left: 0px !important;
    }
    .ab-p-r60, .ab-p-r100, .ab-p-r10{
        padding-right: 0px !important;
    }
    h1, .h1 {
        font-size: 42px;
    }
     {
        font-size: 30px;
    }
    h3, .h3 {
        font-size: 34px;
    }

    .ab-p-r30 {
        padding-right: 0px !important;
    }
    .ab-fixed-header .ab-content-wrapper{
        padding-top: 65px!important;
    }

    .ab-news-wrapper .mega-post-carousel3{
        flex-direction: column;
    }
    body .mega-post-carousel3 .mega-post-image, .mega-post-carousel3 .ab-inner-p{
        width: 100%;
    }
    body .ab-wave-o.ab-alt{
        padding-bottom: 90px;
        margin-bottom: -2px;
    }
    #wrapper-footer .widget_nav_menu{
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    #wrapper-footer #custom_html-2, #wrapper-footer #custom_html-3{
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .footer-widget{
        padding-left: 10px;
        padding-right: 10px;
    }
    #wrapper-footer-full{
        padding-top: 30px;
        padding-bottom: 0;
    }
    .ab-page-title h1{
        font-size: 90px;
    }

    .ab-quote-row{
        font-size: 34px;
        padding-left: 70px;
        padding-right: 70px;
    }
    .ab-quote-row p::before{
        margin-left: -50px;
        font-size: 100px;
        line-height: 103px;
    }
    .ab-quote-row p::after{
        margin-left: 4px;
        font-size: 100px;
        line-height: 103px;
    }

    #mega-menu-wrap-primary {
        order: 2;
        margin-right: 0;
        margin-left: 0;
    }
    .wpml-ls-legacy-list-horizontal {
        order: 1;
        margin-left: auto;
        margin-right: 0;
    }



}
@media only screen and (min-width: 768px) {
    .ab-hide-desktop{
        display: none;
    }
}
@media only screen and (max-width: 778px) {

}
@media only screen and (max-width: 768px) {

    /*------------------------------------------------------------------
    [ Betano ] SR7_4_8-12-11
    */
    .ab-align-top-rev{
        top: 15px!important;
    }

    /* #SR7_4_9-8-10, #SR7_4_9-11-11, #SR7_4_9-12-11, #SR7_6_10-15-10, #SR7_6_10-16-11, #SR7_6_10-17-11,
    #SR7_6_10-19-11, #SR7_6_10-20-11{
        top: 15px!important;
    } */
    .ab-title-center{
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .ab-has-sep{
        padding-bottom: 80px;
        /* padding-bottom: 130px; */
    }

    h2, .h2{
        font-size: 2.2rem;
        font-size: 34px;
    }

    #mega-menu-primary {
        box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.15) !important;
    }
    .site-footer .ab-left,.site-footer .ab-right {
        text-align: center;
        float: none;
        width: 100%;
    }
    .ab-scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        height: 40px;
        line-height: 40px;
    }
    .blog .entry-header.ab-main-title h1, .single .entry-header.ab-main-title h1,
    .ab-main-title h1, .entry-header.ab-main-title h1{
        padding-top: 0px;
        font-size: 32px;
    }
    .ab-main-title .container{
        /* padding-top: 40px; */
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .blog #index-wrapper, .single-post #single-wrapper, #search-wrapper {
        padding-top: 0;
    }
    .blog .ab-main-title.entry-header, .search .ab-main-title.entry-header, .single-post .ab-main-title.entry-header {
        height: auto;
        /* padding-bottom: 70px; */
    }
        /*------------------------------------------------------------------
        [ LOV ]
        */
    .slick-track{
        padding-top: 0;
    }


    .blog .content-area, .single .content-area, .archive .content-area{
        padding-right: 15px;
    }
    .header_top .right{
         /* width: 100%; */
         text-align: right;
    }
    .header_top .left{
     /* display: none; */
    }
    .header_top .container{
        padding: 0;
    }

     /*------------------------------------------------------------------
     [ LHK ]
     */
     .ab-mobile-center, .ab-mobile-center.vc_align_left{
         text-align: center!important;
     }
     .ab-mobile-center.vc_btn3-inline{
         width: 100%;
     }

      .ab-display-none{
         display: none!important;
     }


     body .ab-wave-w, body .ab-wave-o, body .ab-wave-b, body .ab-wave-wo{
         /* padding-bottom: 70px; */
         background-size: contain;
         background-size: 170%;
     }
     body .ab-wave-o.ab-alt{
         padding-bottom: 70px;
         margin-bottom: -2px;
     }
     body .slick-list{
         padding-left: 0;
         padding-right: 0;
     }
     .ab-full-width-nav #wrapper-navbar .container{
         padding-left: 15px;
         padding-right: 15px;
     }


     .footer-widget{
         text-align: center;
     }
     #wrapper-footer-full{
         /* padding-top: 30px; */
     }
     #wrapper-footer {
         background-position: 10% 0;
    }
     .vc_row.vc_row-no-padding .ab-full-righ .vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }
    body.archive.category article, body.blog article {
        max-width: 100%;
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 15px;
    }
    #wrapper-footer{
        background-position: 40% top !important;
    }
    .entry-header.ab-main-title{
        min-height: 120px;
    }
    #right-sidebar{
        display: none;
    }

    .ab-add-brd-b{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .h2.ab-res-h2 {
        font-size: 30px;
    }
    .h3.ab-res-h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .mega-post-carousel3 .ab-inner-p{
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    .ab-page-title h1{
        font-size: 70px;
    }
    .ab-page-header{
        padding-bottom: 50px;
        text-align: center;
    }
    .ab-add-padding{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }

    .ab-quote-row{
        font-size: 26px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .ab-quote-row p::before{
        margin-left: -40px;
        font-size: 80px;
        line-height: 80px;
    }
    .ab-quote-row p::after{
        margin-left: 0px;
        font-size: 80px;
        line-height: 80px;
    }

    .ab-page-header.ab-alt{
        min-height: auto;
        padding-top: 80px;
        padding-bottom: 70px;
        text-align: center;
    }
    .ab-page-header.ab-alt h1{
        font-size: 40px;
    }



}

@media only screen and (max-width: 600px) {
    .ab-deals-cards{
        flex-direction: column;
    }
    .ab-deals-cards .col-1-2{
        width: 100%;
    }

}
@media only screen and (max-width: 480px) {
    .ab-inner-p{
        padding: 0;
    }
    .blog article, .single article, .search-results article{
        padding-bottom:30px;
    }
    .blog .ab-main-title.entry-header, .search .ab-main-title.entry-header, .single-post .ab-main-title.entry-header{
        /* padding-bottom: 25px; */
    }
    .ab-fixed-header.ab-top-header .ab-content-wrapper{
        padding-top: 137px;
        padding-top: 100px;
    }

    .search-results article .entry-title{
        padding-top: 20px;
    }
    #breadcrumbs{
        margin-bottom: 0;
    }

    #main .entry-header h1, .search-results article .entry-title {
        font-size: 30px;
    }
    .wpcf7 form .wpcf7-response-output{
        margin: 0;
    }

    h3{
        font-size: 28px;
    }
    .single #index-wrapper, .single-post #single-wrapper, #search-wrapper {
        margin-top: 0px;
    }
    .ab-28 {
        font-size: 20px;
    }

    .ab-page-title h1{
        font-size: 54px;
    }
    .ab-quote-row{
        font-size: 21px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .ab-quote-row p::before{
        margin-left: -30px;
        font-size: 60px;
        line-height: 62px;
    }
    .ab-quote-row p::after{
        margin-left: 4px;
        font-size: 60px;
        line-height: 62px;
    }
    body .cf7mls-btns .cf7mls_back.action-button,
    body .cf7mls-btns .cf7mls_next.action-button{
        font-size: 12px;
        line-height: 22px;
    }
    .ab-steps{
        font-size: 20px;
    }




}
@media only screen and (max-width: 370px) {
    .ab-nav-soc a:nth-child(2){
        display: none;
    }
}
.otgs-development-site-front-end{
    display: none;
}
