@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&family=Jost:wght@600&display=swap');

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Jost', sans-serif !important;
}


p {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

body.main_modal_active header, body.mobile_modal_active header {
    z-index: 100 !important;
}

.q_logo img.mobile {
    height: auto !important;
    margin: 0px auto 0 !important;
    max-height: 50px !important;
}

@media only screen and (max-width: 1000px) {
    header .q_logo img.mobile {
        max-height: 60px !important;
    }
}

body.single-portfolio_page .title_outer {
    display: none;
}

.choose_title {
    display: none;
}

#six_pack_title {
    padding: 50px
}

.q_slider {
    z-index: 999 !important;
}

body.single-portfolio_page div.portfolio_images a {
    background-image: url(../img/monitor.png);
    background-repeat: no-repeat;
    padding: 4%;
    width: 95%;
    background-size: 100%;
    padding-bottom: 23%;
}

article div.image_holder {
    background-image: url(../img/monitor.png);
    background-repeat: no-repeat;
    padding: 4%;
    width: 92%;
    background-size: 100%;
    padding-bottom: 16%;
}

div.mobile_view {
    background-image: url(../img/phone.png);
    background-repeat: no-repeat;
    background-size: 97%;
    padding:2.8% 1% 5%;;
    margin-top: 16%;
    margin-left: 49%;
    background-position: -1px -1px;
    position: absolute;
    width: 15%;
    float: left;
    z-index: 9
}

body.single-portfolio_page .portfolio_images .mobile_view a {
    width: 70px;
    height: 80px;
    padding: 0px;
}

div.mobile_view img {
    max-width: 171px;
}

@media (min-width: 768px) {
    div.mobile_view {
        /*background-image: url(../img/phone.png);*/
        /*background-repeat: no-repeat;*/
        /*background-size: 97%;*/
        /*padding:3.8% 1% 5%;;*/
        /*margin-top: 16%;*/
        /*margin-left: 49%;*/
        /*background-position: -1px -1px;*/
        /*position: absolute;*/
        /*width: 15%;*/
        /*float: left;*/
    }

    div.mobile_view img {
        max-width: 95%;
    }
}

.two_columns_66_33 div.mobile_view img {
    max-width: 95%;
}

#single_theme_text .left, #single_theme_text_two .left {
    float: left;
    width: 45%;
}

#single_theme_text .right, #single_theme_text_two .right {
    float: left;
    width: 50%;
    margin-left: 5%;
}


@media only screen and (max-width: 1200px) {
    div.mobile_view {
        position: absolute;
        padding: 5.5% 1.5% 8%;
        width: 24%;
        right: 0;
        bottom: 21px;
    }
    .column_inner {
        position: relative;
    }

    .portfolio_single .portfolio_container>div {
        width: 100%;
    }
    .portfolio_single .two_columns_66_33.portfolio_container>.column2>.column_inner{
        padding: 0;
    }
    .portfolio_detail #theme_buttons > div {
        max-width: 50%;
        margin: 0;
        padding: 5px !important;
        box-sizing: border-box;
    }
    .portfolio_detail #theme_buttons > div:nth-child(even){
        float: right;
    }
    .portfolio_detail #theme_buttons > div > a {
        max-width: 100%;
        width: 100%;
        display: table;
        box-sizing: border-box !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .content .portfolio_single .container .container_inner.default_template_holder {
        max-width: 100%;
        padding: 44px 10px 0;
        box-sizing: border-box;
    }
    .single-portfolio_page .container_inner{
        max-width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 767px) {
    div.mobile_view{
        display:none;
    }
}
@media only screen and (max-width: 600px) {
    #single_theme_text .left, #single_theme_text_two .left {
        width: 100%
    }

    #single_theme_text .right, #single_theme_text_two .right {
        width: 100%;
        margin-left: 0px;
    }
    .portfolio_detail #theme_buttons > div {
        max-width: 100%;
    }
}

#theme_buttons {
}

#theme_buttons .get_button {
    float: left;
    width: 100%;
}

#theme_buttons .get_button a {
    width: 86%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    color: #4ab !important;
    font-size: 100% !important;
}

#theme_buttons .get_button a:hover {
    border-color: #4ab;
    background: #4ab;
    color: #fff !important;
}

.form_button {
    float: left;
    width: 100%;
    margin: 0;
}

.form_button a {
    width: 86%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.form_button a {
    position: relative;
    display: inline-block;
    line-height: 43px;
    margin: 0;
    padding: 20px 28px;
    border: 1px solid #4ab;
    font-size: 100%;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #4ab;
    background-color: #fff;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 1px;
    white-space: nowrap;
    -webkit-transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out, -webkit-transform .15s ease-out;
    -moz-transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out, -moz-transform .15s ease-out;
    -o-transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out, -o-transform .15s ease-out;
    transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out, transform .15s ease-out;
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
    vertical-align: middle;
}

.form_button a:hover {
    color: #fff;
    background-color: #4ab;
    border-color: #4ab;
}

.form_button a:hover span.arrow_right {
    margin: 0 0 0 10px;
}

#theme_buttons .demo_button {
    float: left;
    width: 100%;
    margin: 25px 0;
}

#theme_buttons .demo_button a {
    width: 86%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    color: #4ab;
    font-size: 100%;
}

#theme_buttons .demo_button a:hover {
    color: #fff;
    background-color: #4ab;
    border-color: #4ab;
}

#theme_title {
    margin: -30px 0px 25px 0px;
}

#theme_title h2 {
    font-weight: 400;
}

.portfolio_slider .su-carousel-slides {
    max-height: 175px !important;
}

.portfolio_slider .su-carousel-slides div {
    max-height: 175px !important;
}

#portfolio_carousel {
}

#portfolio_carousel .owl-item {
    margin: 0px !important;
}

#portfolio_carousel .owl-controls {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#portfolio_carousel:hover .owl-controls {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#portfolio_carousel .owl-nav .owl-prev {
    visibility: hidden;
}

#portfolio_carousel .owl-nav .owl-next {
    visibility: hidden;
}

#portfolio_carousel .owl-nav .owl-prev:before {
    visibility: visible;
    opacity: 1;
    content: "\34";
    font-family: 'ElegantIcons';
    text-align: center;
    color: #232323;
    font-size: 15px;
    background-color: #fff;
    font-weight: 100;
    padding: 50% 35%;
}

#portfolio_carousel .owl-nav .owl-next:before {
    visibility: visible;
    opacity: 1;
    content: "\f054";
    content: "\35";
    font-family: 'ElegantIcons';
    text-align: center;
    color: #232323;
    font-size: 15px;
    background-color: #fff;
    font-weight: 100;
    padding: 50% 35%;
}

.blog_content {
    float: left;
}

.blog_content .post_image {
    margin: 0px 0px 5px 0px !important;
    position: relative !important;
    width: 23% !important;
    display: block !important;
    float: left;
}

.blog_content .post_image a.thumb {
    float: left;
    width: 100% !important;
    margin: 0px 4% 0px 0px;
}

.blog_content div.post_excerpt {
    float: left;
    width: 73%;
    margin: 0px 0px 0px 4% !important;
}

.blog_content .blog_content {
    float: left;
}

.post_text .non_mobile {
    display: block;
}

.post_text .mobile {
    display: none;
}

@media only screen and (max-width: 600px) {
    .blog_content .post_image {
        width: 100% !important;
    }

    .blog_content div.post_excerpt {
        float: left;
        width: 100%;
        margin: 20px 0px 0px 0px;
    }

    .post_text .non_mobile {
        display: none;
    }

    .post_text .mobile {
        display: block;
    }
}

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

}

#single_theme_text, #single_theme_text_two {
    width: 100%;
    height: 100%;
    float: left;
    margin: 20px 0px;
}

.portfolio_single.floating-right .portfolio_social_holder, .portfolio_single.floating-left .portfolio_social_holder {
    margin: 10px 0 0 0 !important;
}

.md-modal.md-show {
    display: inherit;
}

.md-modal {
    display: none;
}

/* Modal Pop-up============================================================ */
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 50%;
    margin-left: -30%;
    width: 48%;
    background: #fff;
    position: absolute;
    z-index: 101;
    padding: 60px 6% 40px;
    border: 1px solid #ededed;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
    font-weight: bold;
    cursor: pointer;
}

#myModal p {
    margin-bottom: 26px;
}

#myModal h1 {
    padding-bottom: 20px;
    color: #30a6ff;
}

#myModal ul {
    padding-bottom: 20px;
}

#myModal ul li {
    list-style: none;
    padding: 4px;
}

#myModal #modal-link {
    margin: 100px 0 0;
    position: relative;
    bottom: 5%;
}

/* Responsive Fix */
@media screen and (min-device-width: 0px) and (max-device-width: 479px) {
    .reveal-modal {
        width: 70%;
        left: 50%;
        margin-left: -41%;
    }

    #myModal .span_5 {
        text-align: center;
    }
}

@media screen and (min-device-width: 480px) and (max-device-width: 767px) {
    .reveal-modal {
        width: 60%;
        left: 50%;
        margin-left: -36%;
    }

    #myModal img {
        width: auto;
    }

    #myModal .span_5 {
        text-align: center;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .reveal-modal {
        width: 80%;
    }
}

div.portfolio_images {
}

.reveal-modal-bg {
    z-index: 9998 !important;
}

.reveal-modal.l {
    visibility: hidden;
    top: 0% !important;
    left: 0% !important;
    margin-left: 0px;
    width: 100% !important;
    position: fixed !important;
    z-index: 9999 !important;
    padding: 0px 0px 0px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .0) !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .0) !important;
    -box-shadow: 0 0 10px rgba(0, 0, 0, .0) !important; /* background-color: transparent !important; */
    border: none !important;
    height: 100% !important;
}

.reveal-modal.m {
    visibility: hidden;
    top: 0 !important;
    left: 0% !important;
    margin-left: 0px;
    width: 100% !important;
    position: fixed !important;
    z-index: 9999 !important;
    padding: 0 !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .0) !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .0) !important;
    -box-shadow: 0 0 10px rgba(0, 0, 0, .0) !important;
    background-color: transparent !important;
    border: none !important;
    height: 601px !important;
    background-size: 79% !important;
    background-repeat: no-repeat !important;
    background: transparent;
    background-position: 0 0 !important;
}

.reveal-modal.l .iframe_holder {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-y: scroll;
}

.reveal-modal.m .phone {
    top: 140px !important;
    left: 60% !important;
    margin-left: -300px;
    width: 361px !important;
    background-image: url(../img/phone.png) !important;
    position: fixed !important;
    z-index: 9999 !important;
    padding: 70px 21px 34px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .0) !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .0) !important;
    -box-shadow: 0 0 10px rgba(0, 0, 0, .0) !important;
    background-color: transparent !important;
    border: none !important;
    height: 601px !important;
    background-size: 79% !important;
    background-repeat: no-repeat !important;
    background: transparent;
    background-position: 0 0 !important;
}

.reveal-modal.m iframe {
    -ms-zoom: 0.75;
    -moz-transform: scale(0.7);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.7);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.7);
    -webkit-transform-origin: 0 0;
}

.reveal-modal.l iframe {
    position: absolute !important;
    height: 100% !important;
    top: 80px;
}

div.hover-link {
    width: 84%;
    position: absolute;
    margin-top: 0;
    background: #4ab;
    color: #ffffff !important;
    height: 88px;
    transform: scaleY(0) translateY(49px);
    transition: all 0.3s ease;
    opacity: 0;
    bottom: 14%;
}
.hover-link p {
    font-size: 96%;
}
div.mobile_view a:hover .hover-link {
    transform: scaleY(1) translateY(0px);
    opacity: 1;
}

div.hover-link p {
    text-align: center;
    margin-top: 32px;
    color: #fff !important;
    font-weight: 500;
}

div.portfolio_images {
    position: relative;
}

div.m-hover-link {
    margin: 44% 0px 0px 0%;
    background: #4ab;
    height: 88px;
    z-index: 4;
    width: 91%;
    position: absolute;
    transform: scaleY(0) translateY(49px);
    transition: all 0.3s ease;
    opacity: 0;
    padding: 0px 1% 0px 0px;
}

body.single-portfolio_page div.portfolio_images a:hover .m-hover-link {
    transform: scaleY(1) translateY(0px);
    opacity: 1;
}

div.m-hover-link p {
    text-align: center;
    margin-top: 32px;
    color: #fff !important;
    font-weight: 500;
}

body.safari_browser reveal-modal.m, body.safari_browser reveal-modal.l {
    opacity: 0 !important;
}

body.main_modal_notactive .reveal-modal.l {
    opacity: 0 !important;
    display: none;
}

body.mobile_modal_notactive .reveal-modal.m {
    opacity: 0 !important;
    display: none;
}

body.mobile_modal_active .reveal-modal.m, body.safari_browser.mobile_modal_active .reveal-modal.m {
    opacity: 1 !important;
    display: block;
}

body.main_modal_active .reveal-modal.lbody.safari_browser.main_modal_active .reveal-modal.l {
    opacity: 1 !important;
    display: block;
}

@media only screen and (max-width: 1399px) {
    div.hover-link {
        margin-top: 192px;
    }

    div.m-hover-link {
        margin: 42% 0px 0px 0%;
    }
}

@media only screen and (max-width: 1200px) {
    div.m-hover-link {
        margin: 45% 0px 0px 0%;
        width: 91.5%;
        height: 50px;
    }

    div.m-hover-link p {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 768px) {
    div.m-hover-link {
        margin: 41% 0px 0px 0%;
    }
}


@media only screen and (max-width: 600px) {
    div.m-hover-link {
        margin: 43% 0px 0px 0%;
    }
}

.preview-info {
    height: 80px;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    z-index: 1002;
    font-family: Gotham SSm, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .2em;
    top: 0;
    background-color: rgba(0, 0, 0, .95);
}

.preview-info a.start-button {
    padding: 1.6em 3em;
    background: hsla(0, 0%, 100%, .9);
    color: #000 !important;
    font-weight: 400;
    letter-spacing: .13em;
    margin-top: 0; /* line-height: 120px; */
    margin-left: 35px;
    font-family: Gotham SSm, sans-serif;
    font-size: 12px;
    transition: background .3s cubic-bezier(.694, .0482, .335, 1);
    top: 35% !important;
    position: relative;
}

a.live-url {
    font-weight: 200;
    letter-spacing: .08em;
    font-family: inherit !important;
    font-size: 12px;
    text-transform: none;
    display: inline-block;
    margin-left: 5em;
    color: #ccc !important;
    transition: color .3s cubic-bezier(.694, .0482, .335, 1);
    top: 35% !important;
    position: relative;
}

.preview-info .exit {
    width: 40px;
    height: 40px;
    top: 5% !important;
    margin-right: 0;
    right: 0;
    margin: 0;
    background-size: 16px;
    padding: 19px 30px;
    font-family: inherit !important;
    font-size: 36pt !important;
    color: #c7c7c7;
    position: absolute;
    cursor: pointer;
    transition: color .3s cubic-bezier(.694, .0482, .335, 1);
    font-weight: 100 !important;
}

@media only screen and (max-width: 768px) {
    a.live-url {
        display: none;
    }
}

@media only screen and (max-width: 468px) {
    .preview-info a.start-button {
        padding: 1em 1em;
        letter-spacing: 0px;
        font-size: 10px;
        top: 30% !important;
    }

    .preview-info .exit {
        width: 30px;
        height: 30px;
        font-size: 30pt !important;
        top: 15% !important;
    }

    .preview-info {
        height: 70px;
    }

    .reveal-modal.l iframe {
        top: 70px;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }
}

@media (max-width: 768px) {
    .full_width {
        padding-top: 0px !important;
    }
}

/* HUBSPOT FORM */
div.albdesign_modal_popup_58012 > h3 {
    display: none;
}

div.albdesign_modal_popup_58012 div > p {
    display: none;
}
.hbspt-form{
    width: 500px;
    margin: 0 auto;
}
.hbspt-form input.hs-input, .hbspt-form textarea.hs-input, .hbspt-form select.hs-input {
    border-radius: 0px;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 0px 0px;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    color: #000;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    max-width: 100%;
    min-height: 50px;
}

.hs-form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
    box-sizing: border-box;
    max-width: 100% !important;
    margin-bottom: 8px;
    /*padding: 10px 15px 30px!important;*/
}

center .hbspt-form {
    width: 100%;
    max-width: 700px;
    min-width: 270px;
}

.hs-form fieldset.form-columns-1 .input {
    margin-right: 0px;
}

.hs-form fieldset.form-columns-2 .input {
    margin-right: 0px;
    margin-bottom: 8px;
}

.hs-form select.hs-input {
    padding: 6px !important;
    color: #bfbfbf;
    width: 100% !important;
    height: 40px !important;
    padding-left: 9px !important;
}

.hs-form select.hs-input {
    width: 100% !important;
}

[data-reactid=".hbspt-forms-0.0:$2.1:$which_mrp_websites_are_you_interested_in_.$which_mrp_websites_are_you_interested_in_"] {
    margin-right: 4px !important;
}

.hs-form fieldset > div:last-child > legend + div, .hbspt-form fieldset > div:last-child > legend + div {
    margin-right: 0 !important;
}

label span {
}

.hs-form fieldset {
    max-width: 100% !important;
}

@media (max-width: 768px) {
    .hbspt-form input.hs-input, .hbspt-form textarea.hs-input, .hbspt-form select.hs-input {
        width: 100% !important;
    }

    form.hs-form .form-columns-2 .hs-form-field, form.hs-form .form-columns-3 .hs-form-field {
        float: none !important;
        width: 100% !important;
    }
    .hbspt-form{
        width: 90%;
        margin: 0 auto;
    }
}

#product_testimonials {
    padding: 50px 0px;
}

#product_testimonials .hbspt-form label span {
    color: #fff;
    float: left;
    visibility: hidden;
}

#product_testimonials h2 {
    color: #fff;
    padding: 0px 0px 20px 0px;
    font-weight: 400;
}

#product_testimonials a.qbutton {
    margin: 0 auto;
    margin-top: 25px;
    max-width: 625px;
    display: table;
}

.features_row_icon {
}

.features_row_icon p, .features_row p {
    text-align: justify;
}

.features_row {
    margin: 50px -15px !important;
}

.features_row_icon h4.icon_title {
    color: #000000;
}

#quick_dropdown {
    padding: 15px 10px;
    background: #eee;
    border: 1px solid #cac8c8;
}

span.chat_offline {
}

.title.has_fixed_background {
    /* background-position: center center !important; */
}

.title.has_background {
    background-position: center center !important;
}

.carousel-inner .item .image {
    background-position: center center !important;
}

#back_to_top > span {
    color: #fff;
    background-color: #4FBBCE;
    border: 2px solid #e8e8e8;
    -webkit-transition: background-color .15s ease-out, color .15s ease-out, border-color .15s ease-out;
    -moz-transition: background-color .15s ease-out, color .15s ease-out, border-color .15s ease-out;
    -ms-transition: background-color .15s ease-out, color .15s ease-out, border-color .15s ease-out;
    -o-transition: background-color .15s ease-out, color .15s ease-out, border-color .15s ease-out;
    transition: background-color .15s ease-out, color .15s ease-out, border-color .15s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div#qode-home-slider .carousel-indicators ,div#qode-home-slider-ab .carousel-indicators {
    width: 80% !important;
}


/*.carousel-indicators:not(.thumbnails) li {
    margin: 0 0px !important;
}*/
#qode-blog .carousel-indicators{
    bottom: 10%;
}
#qode-blog .carousel-indicators:not(.thumbnails) .active {
    background: #66cccc;
    border-color: #66cccc;
}

div#qode-home-slider .carousel-indicators:not(.thumbnails) li,div#qode-home-slider-ab .carousel-indicators:not(.thumbnails) li  {
    text-indent: 0px !important;
    width: 18% !important;
    margin: 0px 1% !important;
}

div#qode-home-slider ol.carousel-indicators li:after,
div#qode-home-slider-ab ol.carousel-indicators li:after {
    margin: 0;
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 3px;
    border: 1px solid #4ab;
    color: #4ab;
    -webkit-transition: color .15s ease-out, background-color .15s ease-out;
    -moz-transition: color .15s ease-out, background-color .15s ease-out;
    -o-transition: color .15s ease-out, background-color .15s ease-out;
    -ms-transition: color .15s ease-out, background-color .15s ease-out;
    transition: color .15s ease-out, background-color .15s ease-out;
    width: 100%;
    padding: 15px 0px;
}

div#qode-home-slider ol.carousel-indicators li.active:after, div#qode-home-slider ol.carousel-indicators li:hover:after,
div#qode-home-slider-ab ol.carousel-indicators li.active:after, div#qode-home-slider-ab ol.carousel-indicators li:hover:after {
    background-color: #4ab;
    color: #fff !important;
}

@media (max-width: 1040px) {
    div#qode-home-slider .carousel-indicators:not(.thumbnails) li,
     div#qode-home-slider-ab .carousel-indicators:not(.thumbnails) li  {
        width: 30% !important;
    }

    div#qode-home-slider ol.carousel-indicators li,
      div#qode-home-slider-ab ol.carousel-indicators li {
        text-indent: 0px !important;
        width: 30% !important;
        height: 75px;
    }

    div#qode-home-slider .carousel-indicators {
        bottom: -230px !important;
    }
}

@media (max-width: 660px) {
    div#qode-home-slider .carousel-indicators:not(.thumbnails) li,
    div#qode-home-slider-ab .carousel-indicators:not(.thumbnails) li {
        width: 50% !important;
    }

    div#qode-home-slider ol.carousel-indicators li,
    div#qode-home-slider-ab ol.carousel-indicators li {
        text-indent: 0px !important;
        width: 30% !important;
        height: 60px;
    }

    div#qode-home-slider .carousel-indicators,
     div#qode-home-slider-ab .carousel-indicators  {
        bottom: -230px !important;
    }

    #qode-blog .carousel-indicators{
        bottom: 20px;
    }
}

@media (max-width: 660px) {
    div#qode-home-slider .carousel-indicators:not(.thumbnails) li,
    div#qode-home-slider-ab .carousel-indicators:not(.thumbnails) li {
        width: 100% !important;
        height: 40px;
    }

    div#qode-home-slider ol.carousel-indicators li,
    div#qode-home-slider-ab ol.carousel-indicators li  {
        text-indent: 0px !important;
        width: 30% !important;
        height: 60px;
    }

    div#qode-home-slider .carousel-indicators,
    div#qode-home-slider-ab .carousel-indicators {
        bottom: -250px !important;
    }


    div#qode-home-slider ol.carousel-indicators li:after,
    div#qode-home-slider-ab ol.carousel-indicators li:after {
        padding: 5px 0px;
    }
}

#div1, #div2, #div3, #div4, #div5, #div6 {
}

#div1 h3, #div2 h3, #div3 h3, #div4 h3, #div5 h3, #div6 h3 {
    padding: 20px 0px;
    font-size: 22pt;
    text-align: center;
}

#div1 p, #div2 p, #div3 p, #div4 p, #div5 p, #div6 p {
    padding: 0px 0px 20px 0px;
}

/*by Alex*/
.current-time {
    border: none;
    font-family: 'Lato';
    color: #4ab;
    text-align: center;
    display: table;
    margin: auto;
    line-height: 8px;
    padding: 14px;
}

.current-time *{
    color: #4ab;
    font-size: 24px;
    font-weight: 400;
}

.light.sticky nav.main_menu > ul > li > a > span.item_inner, .light.sticky .side_menu_button > a {
    color: #424242 !important;
}

.timeText {
    width: 100%;
    float: left;
}

.current-time-value {
    /*width: 100%;*/
    /*float: left;*/
    font-size:24px;
}

.fullElems > .item {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    min-height: 500px;
}

.fullElems > .item.show {
    visibility: visible;
    opacity: 1;
    position: relative;
}

.fullElems > .item .vc_row {
    margin: 0;
}

.fullElems > .item .vc_column-inner {
    padding-left: 0 !important;
}

.fullElems > .item p {
    text-align: center;
}

.fullElems .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1000;
    top: 0;
}

.fullElems .loading img {
    width: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotateX(180deg);
}

.fullElems .owl-carousel.owl-drag .owl-item, .owl-carousel.owl-drag .owl-item {
    max-height: 317px;
    cursor: move;
    cursor: e-resize;
    opacity: 0.2;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.fullElems .owl-carousel.owl-drag .owl-item.active.center, .owl-carousel.owl-drag .owl-item.active.center {
    opacity: 1;
}

.hbspt-form textarea {
    resize: vertical;
}

ul.hs-error-msgs.inputs-list li {
    list-style-type: none;
}

ul.hs-error-msgs.inputs-list li label {
    color: #ff5959;
    font-size: 11px;
    visibility: visible;
}

.q_tabs.horizontal .tabs-container p, .q_tabs.with_borders.horizontal .tabs-container p {
    font-weight: 300;
}

.q_tabs.border_arround_element .tabs-nav li a, .q_tabs.border_arround_active_tab .tabs-nav li a {
    margin: 0;
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 0;
    border: 1px solid #4ab;
    color: #4ab;
    background: #ffffff;
    -webkit-transition: color .15s ease-out, background-color .15s ease-out;
    -moz-transition: color .15s ease-out, background-color .15s ease-out;
    -o-transition: color .15s ease-out, background-color .15s ease-out;
    -ms-transition: color .15s ease-out, background-color .15s ease-out;
    transition: color .15s ease-out, background-color .15s ease-out;
    min-width: 163px;
    padding: 18px 20px;
    font-size: 25px;
    font-weight: 500;
    height: 63px;
    line-height: 25px;
}

.q_tabs.horizontal .tabs-nav li {
    margin-right: 20px;
}
.q_tabs.horizontal .tabs-nav li:last-child {
    margin-right: 0;
}

.contact_buttons a.chat-link {
    height: 88px;
    line-height: 88px;
    position: relative;
    display: block;
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    padding: 0 28px;
    border: 1px solid #4ab;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    color: #4ab;
    background-color: #fff;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 1px;
    white-space: nowrap;
    -webkit-transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out, -webkit-transform .15s ease-out;
    -moz-transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out, -moz-transform .15s ease-out;
    -o-transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out, -o-transform .15s ease-out;
    transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out, transform .15s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

.contact_buttons a.chat-link:hover {
    color: #fff;
    background-color: #4ab;
}
#tab-support .contact_buttons a.qbutton.large{
    height: 88px;
    line-height: 88px;
    position: relative;
    display: block;
    width: 100%;
    max-width: 370px;
    margin:22px auto;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #4ab;
    font-size: 25px;
    text-align: center;
}

.contact_phone h3 {
    height: 54px;
    line-height: 54px;
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0 28px;
    border: 1px solid #4ab;
    font-weight: 500;
    text-align: center;
    color: #4ab;
    background-color: #fff;
    text-decoration: none;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 1px;
    white-space: nowrap;
    -webkit-transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out, -webkit-transform .15s ease-out;
    -moz-transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out, -moz-transform .15s ease-out;
    -o-transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out, -o-transform .15s ease-out;
    transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out, transform .15s ease-out;
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
    vertical-align: middle;
    font-size: 17px;
}

.training_quick_form input.term {
    border: 1px solid #4ab;
    padding: 16px 5%;
    width: 41%;
    margin: 0px !important;
    vertical-align: middle;
    font-size: 17px;
}

.training_quick_form input.button {
    background: #4ab;
    color: #fff;
    border: none;
    padding: 20px 30px;
    font-size: 14pt !important;
    text-transform: uppercase;
    margin: 0px !important;
    vertical-align: middle;
    line-height: 10pt;
    border: 1px solid #4ab;
}

.lists ul li {
    padding: 0px 0px 15px;
    line-height: 25px;
    list-style-position: outside;
    margin: 0px 0px 0px 20px;
}

.qode_pricing_tables .price_table_inner ul li.pricing_table_content ul li:nth-child(2n+1) {
    border-bottom: none;
    background-color: #fff;
}

.qode_pricing_tables .title_on_top .price_table_inner ul li.pricing_table_content ul li {
    padding: 15px 0;
    border-bottom: none;
    background-color: #fff;
}

span.small_title_content {
    min-height: 23px;
    padding: 10px;
}

span.setup_title_content {
    min-height: 23px;
    float: left;
    width: 100%;
}

.pricing_content_full_width > p {
    display: none;
}

.price_table_inner ul li ul > li {
}

.price_table_inner li.pricing_plus {
    font-size: 170%;
    padding: 0px !important;
    color: #4ab;
}

.qode_pricing_tables .title_on_top .price_table_inner ul li.table_title {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

form.contact_form label {
    visibility: hidden;

}
form.contact_form fieldset>div>label{
    display:none;
}

form.contact_form label:not(.hs-error-msgs){
    display:none;
}
form.contact_form input.hs-input, form.contact_form textarea.hs-input, form.contact_form select.hs-input {
    color: #8b8b8b !important;
    border-radius: 0px !important;
    border: 1px solid #e4e4e4 !important;
    box-shadow: 0px 0px 0px !important;
    padding: 10px 15px !important;
    width: 100% !important;
    background: transparent !important;
    font-size: 17px !important;
    font-family: 'Lato', sans-serif !important;
    max-width: 100%;
    outline: none;
}

form.contact_form select.hs-input {
    width: 100% !important;
}

form.contact_sales_form input.hs-input, form.contact_sales_form textarea.hs-input, form.contact_sales_form select.hs-input {
    border-radius: 0px;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 0px 0px;
    padding: 10px 15px;
    width: 100%;
    background: transparent;
    color: #bdbdbd;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    max-width: 910px;
}

form.contact_sales_form fieldset.form-columns-1 .hs-input {
    width: 97%;
}

form.contact_sales_form label {
    visibility: hidden;
}

div.training_quick_form {
    width: 100%;
    margin: 0 auto;
}

.more_fact_opened .more_facts_inner_holder {
    height: 0px !important;
}

.more_facts_inner {
    padding: 30px 0 0 !important;
}

form.pop_up_theme_form input.hs-input, form.pop_up_theme_form textarea.hs-input, form.pop_up_theme_form select.hs-input {
    border-radius: 0px;
    border: 1px solid #555;
    box-shadow: 0px 0px 0px;
    padding: 10px 15px;
    width: 100%;
    background: transparent;
    color: #000;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    max-width: 100%;
    font-weight: 300;
}

form.pop_up_theme_form input.hs-input::placeholder,
form.pop_up_theme_form textarea.hs-input::placeholder,
 form.pop_up_theme_form select.hs-input::placeholder {
   color:#999;
}
form.pop_up_theme_form label {
    visibility: hidden;
}

.md-content button.md-close {
    display: block !important;
    margin: 0 auto !important;
    font-size: 0.8em;
    position: absolute;
    top: 9px;
    right: -8px;
    visibility: hidden;
}

.md-content button.md-close:after {
    content: 'X';
    width: 20px;
    height: 20px;
    visibility: visible;
    background: #4ab;
    padding: 11px;
    color: #fff;
}

.md-content button.md-close:hover:after {
    background: #000;
    color: #fff;
    cursor: pointer;
}

.md-modal {
    top: 60% !important;
    overflow-x: hidden;
}

#get_started {
    z-index: 9999 !important;
}

#change_catalouge {
    z-index: 9999 !important;
}

#get_started.reveal-modal, #change_catalouge.reveal-modal, #existing.reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 50%;
    margin-left: -300px;
    width: 50%;
    background: #eee url(modal-gloss.png) no-repeat -200px -80px;
    position: absolute;
    z-index: 101;
    padding: 30px 40px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

@media (max-width: 668px) {
    #get_started.reveal-modal, #change_catalouge.reveal-modal, #existing.reveal-modal {
        visibility: hidden;
        top: 100px;
        left: 2%;
        margin-left: 0;
        width: 72%;
        background: #eee url(modal-gloss.png) no-repeat -200px -80px;
        position: absolute;
        z-index: 101;
        padding: 30px 40px 34px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    }
}

#existing {
    z-index: 9999 !important;
}

ul.features-nav {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    z-index: 2;
    vertical-align: middle;
    width: 104%;
}

ul.features-nav li {
    border-color: #4ab;
    margin: 0;
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 2%;
    background-color: transparent;
    -webkit-transition: color .15s ease-out, background-color .15s ease-out;
    -moz-transition: color .15s ease-out, background-color .15s ease-out;
    -o-transition: color .15s ease-out, background-color .15s ease-out;
    -ms-transition: color .15s ease-out, background-color .15s ease-out;
    transition: color .15s ease-out, background-color .15s ease-out;
    margin-bottom: 20px;
    width: 18%;
}

ul.features-nav li a {
    margin: 0;
    position: relative;
    display: inline-block;
    float: left;
    border: 1px solid #4ab;
    color: #4ab;
    background: transparent;
    -webkit-transition: color .15s ease-out, background-color .15s ease-out;
    -moz-transition: color .15s ease-out, background-color .15s ease-out;
    -o-transition: color .15s ease-out, background-color .15s ease-out;
    -ms-transition: color .15s ease-out, background-color .15s ease-out;
    transition: color .15s ease-out, background-color .15s ease-out;
    width: 100%;
    padding-top: 20px;
    font-size: 17px;
    font-weight: 500;
    height: 15px;
    line-height: 12pt;
    text-align: center;
    float: left;
    padding-bottom: 20px;
}

ul.features-nav li.active, ul.features-nav li:hover, ul.features-nav li.active a, ul.features-nav li:hover a {
    background-color: #4ab;
    border-color: #4ab;
    color: #fff;
}

@media (max-width: 1060px) {
    ul.features-nav li {
        width: 30%
    }
}

@media (max-width: 660px) {
    ul.features-nav li {
        width: 100%
    }
}

body.single-post .title h1 span {
    display: inline-block;
    font-size: 70%;
}

.home.page .qode_image_gallery_no_space .controls {
    top: -220px;
    position: relative;
}

@media only screen and (max-width: 800px) {
    .carousel-inner .slider_content_outer.content_bottom_right .slider_content .el, .carousel-inner .slider_content_outer.content_bottom_right .text, .carousel-inner .slider_content_outer.content_bottom_right h2, .carousel-inner .slider_content_outer.content_bottom_right h3, .carousel-inner .slider_content_outer.content_bottom_left .slider_content .el, .carousel-inner .slider_content_outer.content_bottom_left .text, .carousel-inner .slider_content_outer.content_bottom_left h2, .carousel-inner .slider_content_outer.content_bottom_left h3 {
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width: 632px) {
    .carousel-inner .slider_content_outer.content_bottom_right .slider_content .el, .carousel-inner .slider_content_outer.content_bottom_right .text, .carousel-inner .slider_content_outer.content_bottom_right h2, .carousel-inner .slider_content_outer.content_bottom_right h3, .carousel-inner .slider_content_outer.content_bottom_left .slider_content .el, .carousel-inner .slider_content_outer.content_bottom_left .text, .carousel-inner .slider_content_outer.content_bottom_left h2, .carousel-inner .slider_content_outer.content_bottom_left h3 {
        text-align: center;
        width: 100%;
    }
}

.blog .default_template_holder {
    padding-top: 90px !important;
}

.portfolio_main_holder.slide_from_top article.show .item_holder, .portfolio_main_holder.slide_from_top article.show .portfolio_description {
}

.portfolio_main_holder.slide_from_top article.show .item_holder, .portfolio_main_holder.slide_from_top article.show .portfolio_description:hover {
}

.filter_holder.without_separator ul li.filter_title span {
    display: none
}

.filter_holder.without_separator ul li.filter_title div {
    padding: 2px 15px 0 0;
    color: #393939;
    font-weight: 700;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    vertical-align: middle;
}

.more_facts_button_holder.center {
    background: #333;
}

.more_facts_inner_holder {
}

.square .content {
    visibility: hidden;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

/*.square .content:hover { visibility: visible; background: rgba(0, 0, 0, 0.7); }*/
.square:hover h3 {
    font-size: 220%;
    color: #fff;
    display: block;
    visibility: visible;
}

.square:hover a {
    background: rgba(0, 0, 0, 0.9) !important;
}

body.page-template-boards .easy > div > a {
    border: 1px solid #4ab;
    padding: 17px;
    font-size: 17px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    -webkit-transition: color .15s ease-out, background-color .15s ease-out;
    -moz-transition: color .15s ease-out, background-color .15s ease-out;
    -o-transition: color .15s ease-out, background-color .15s ease-out;
    -ms-transition: color .15s ease-out, background-color .15s ease-out;
    transition: color .15s ease-out, background-color .15s ease-out;
}

body.page-template-boards .easy > div > a:hover {
    border: 1px solid #4ab;
    color: #ffffff;
    background: #4ab;
}

ul.boards {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul.boards li.country {
}

ul.boards li.country > div {
    font-size: 37px;
}

ul.boards li.country ul {
    list-style: none;
    padding: 0px;
}

ul.boards li.country ul li.state {
    float: left;
    width: 100%;
}

ul.boards li.country ul li.state ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0px;
}

ul.boards li.country ul li.state > div {
    font-size: 24px;
    padding: 20px 0px 10px 0px;
}

ul.boards li.country ul li.state ul li.vcard {
}

ul.boards li.country ul li.state ul li.vcard ul {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0px;
    margin-bottom: -1px;
}

ul.boards li.country ul li.state ul li.vcard ul li {
    width: 8% !important;
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul.boards li.country ul li.state ul li.vcard ul li.org {
    width: 60% !important;
}

ul.boards li.country ul li.state ul li.vcard ul li.auto {
    height: 100%;
    float: left;
    min-height: 25px;
    text-align: center;
}

ul.boards li.country ul li.state ul li.vcard ul li.recip {
    height: 100%;
    float: left;
    min-height: 25px;
    text-align: center;
}

ul.boards li.country ul li.state ul li.vcard ul li.vow {
    height: 100%;
    float: left;
    min-height: 25px;
    text-align: center;
}

ul.boards li.country ul li.state ul li.vcard ul li.native {
    height: 100%;
    float: left;
    min-height: 25px;
    text-align: center;
}

ul.boards li.country ul li.state ul li.vcard ul li.ddf {
    height: 100%;
    float: left;
    min-height: 25px;
    text-align: center;
}

ul.boards li.country ul li.state ul li.vcard ul li.category {
    display: none;
}

@media only screen and (max-width: 1200px) {
    ul.boards li.country ul li.state ul li.vcard ul li.org {
        width: 57% !important;
    }

    ul.boards li.country ul li.state ul li.vcard ul li {
        width: 10% !important;
    }
}

@media only screen and (max-width: 1000px) {
    ul.boards li.country ul li.state ul li.vcard ul li.org {
        width: 50% !important;
        font-size: 80%;
    }

    ul.boards li.country ul li.state ul li.vcard ul li {
        width: 10% !important;
        font-size: 80%;
    }
}

@media only screen and (max-width: 768px) {
    ul.boards li.country ul li.state ul li.vcard ul li.org {
        width: 100% !important;
        font-size: 100%;
    }

    ul.boards li.country ul li.state ul li.vcard ul li {
        width: 20% !important;
        font-size: 60%;
    }
}

ul.board {
}

ul.board li {
}

#cta_button_listing:before {
    text-align: center;
    width: 100%;
    float: left;
}

#cta_button_listing .wrap {
}

#cta_button_listing {
}

#cta_button_listing ul {
    list-style: none;
    float: left;
    width: 100%;
    text-align: center;
}

#cta_button_listing ul li {
}

#cta_button_listing a {
    border: 1px solid #4ab;
    padding: 17px;
    font-size: 17px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    -webkit-transition: color .15s ease-out, background-color .15s ease-out;
    -moz-transition: color .15s ease-out, background-color .15s ease-out;
    -o-transition: color .15s ease-out, background-color .15s ease-out;
    -ms-transition: color .15s ease-out, background-color .15s ease-out;
    transition: color .15s ease-out, background-color .15s ease-out;
}

#cta_button_listing a:hover {
    border: 1px solid #4ab;
    color: #ffffff;
    background: #4ab;
}

ul.city {
}

ul.city li, ul.board li {
    width: 33%;
    float: left;
    list-style: none;
    padding: 5px 0px;
}

ul.city li span, ul.board li span {
    width: 75%;
    float: left;
}

ul.city li:nth-child(6n+3), ul.board li:nth-child(6n+3) {
    background: #e7e7e7;
}

ul.city li:nth-child(6n+2), ul.board li:nth-child(6n+2) {
    background: #e7e7e7;
}

ul.city li:nth-child(6n+1), ul.board li:nth-child(6n+1) {
    background: #e7e7e7;
}

@media only screen and (max-width: 1200px) {
    ul.city li, ul.board li {
        width: 50%;
        float: left;
        list-style: none;
    }

    ul.city li span, ul.board li span {
        width: 65%;
        float: left;
    }

    ul.city li, ul.board li {
        background: #fff;
    }

    ul.city li:nth-child(6n+3), ul.board li:nth-child(6n+3) {
        background: #fff;
    }

    ul.city li:nth-child(6n+2), ul.board li:nth-child(6n+2) {
        background: #fff;
    }

    ul.city li:nth-child(6n+1), ul.board li:nth-child(6n+1) {
        background: #fff;
    }

    ul.city li:nth-child(4n+1), ul.board li:nth-child(4n+1) {
        background: #e7e7e7;
    }

    ul.city li:nth-child(4n+2), ul.board li:nth-child(4n+2) {
        background: #e7e7e7;
    }
}

@media only screen and (max-width: 768px) {
    ul.city li span, ul.board li span {
        width: 85%;
        float: left;
    }

    ul.city li, ul.board li {
        width: 100%;
        float: left;
        list-style: none;
        background: #fff !important;
    }
}

ul.board:first-of-type {
}

ul.board:first-of-type li {
    width: 100%;
    background: #fff !important;
}

ul.board:first-of-type li span {
    width: auto;
    float: left;
    margin: 0px 10px 0px 0px;
    font-weight: bold;
}

ul.board:first-of-type li span:after {
    content: ":";
}

div.easy h3 {
    font-size: 33px;
    float: left;
    width: 100%;
    padding: 45px 0px 20px;
}

.skidder-viewport {
    position: relative;
    overflow: hidden;
    transition: opacity 0.4s ease-in-out;
}

.skidder-viewport .skidder-wrapper {
    width: 20000em;
    position: absolute;
    z-index: 1;
}

.skidder-viewport .skidder-wrapper .skidder-slide {
    float: left;
    position: relative;
    z-index: 0;
    opacity: 0.7;
    transition: opacity 0.2s ease-in-out;
}

.skidder-viewport.skidder-fade .skidder-wrapper {
    width: auto;
    margin: 0 auto;
}

.skidder-viewport.skidder-fade .skidder-wrapper .skidder-slide {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.skidder-viewport .skidder-wrapper .skidder-slide.active, .skidder-viewport .skidder-wrapper .skidder-slide.disengage {
    opacity: 1;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.skidder-viewport .skidder-clickwrapper {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 4;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.skidder-viewport .skidder-prevwrapper {
    left: 0;
}

.skidder-viewport .skidder-nextwrapper {
    right: 0;
}

.skidder-viewport .skidder-clickwrapper .skidder-clickelement {
    position: relative;
    height: 100%;
    width: 86px;
    z-index: 5;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.skidder-viewport .skidder-clickwrapper:hover .skidder-clickelement {
    opacity: 1;
}

.skidder-viewport .skidder-clickwrapper .skidder-prev {
    float: left;
    margin-left: 10px;
    background-image: url('http://myrealpage.com/wp-content/themes/pitchwp/includes/skidder/src/images/slide_left.png');
}

.skidder-viewport .skidder-clickwrapper .skidder-next {
    float: right;
    margin-right: 10px;
    background-image: url('http://myrealpage.com/wp-content/themes/pitchwp/includes/skidder/src/images/slide_right.png');
}

.skidder-viewport .skidder-clickwrapper .skidder-next.jumpback {
    background-image: url('http://myrealpage.com/wp-content/themes/pitchwp/includes/skidder/src/images/slide_right.png');
}

.skidder-viewport .skidder-touchwrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.skidder-viewport .skidder-pager {
    display: table;
    position: relative;
    top: 92%;
    margin: 0 auto;
    z-index: 4;
    padding: 0 0 15px 0;
}

.skidder-viewport .skidder-pager .skidder-pager-dot {
    display: table-cell;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    height: 12px;
    width: 12px;
    margin-right: 8px;
    margin-bottom: 4px;
    border-radius: 6px;
    border: 2px solid #fff;
    text-decoration: none;
    background-color: transparent;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1), 0 0 4px 2px rgba(0, 0, 0, 0.1) inset;
}

.skidder-viewport .skidder-pager .skidder-pager-dot:last-child {
    margin-right: 0;
}

.skidder-viewport .skidder-pager .skidder-pager-dot:hover, .skidder-viewport .skidder-pager .skidder-pager-dot.active {
    background-color: #fff;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

.skidder-viewport:hover .skidder-pager .skidder-pager-dot {
    opacity: 1;
}

.image_with_text.text_over_image:hover img {
    opacity: 1;
}

.thanks-content h3 {
    color: #2d1e15;
    text-transform: none;
    line-height: 40pt;
    padding: 0px 5px 10px 0px;
    max-width: 660px;
    margin:0 auto;
    text-align: center;
}
h3.title_{
    font-size: 50px;
    font-weight: bold;
}
h3.sub_title_{
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
}
h3.under_sub_title_{
    font-size: 37px;
    font-weight: 500;
}
.thanks-text {
    width: 50%;
    float: right;
}

/*By Alex*/
[data-reactid=".hbspt-forms-1.0:$2.1:$which_mrp_websites_are_you_interested_in_.$which_mrp_websites_are_you_interested_in_"] {
    display: table;
    width: 100.7%;
}

div#get_started.reveal-modal, div#existing, div#change_catalouge {
    position: fixed !important;
    left: 0 !important;;
    right: 0 !important;;
    margin: auto !important;;
    top: 0 !important;
    bottom: 0 !important;;
    max-height: 610px !important;;
    overflow: auto !important;;
}

div#get_started.reveal-modal .hs-form select.hs-input, div#change_catalouge.reveal-modal .hs-form select.hs-input {
    padding: 8px !important;
    float: left;
}

div#get_started.reveal-modal ul.hs-error-msgs li, div#change_catalouge.reveal-modal ul.hs-error-msgs li {
    list-style-type: none;
}

div#get_started.reveal-modal ul.hs-error-msgs li label, div#change_catalouge.reveal-modal ul.hs-error-msgs li label {
    visibility: visible;
    font-size: 12px;
    float: left;
    margin: 0 17px;
    color: darkred;
}

div#get_started.reveal-modal .hs-form .hs-button, div#change_catalouge.reveal-modal .hs-form .hs-button {
    cursor: pointer;
}

div#get_started.reveal-modal textarea, div#change_catalouge.reveal-modal textarea {
    resize: vertical;
}

select#which_mrp_websites_are_you_interested_in_-755a5a3a-19ab-40e2-9abb-f5769ab23690 {
    max-width: 100% !important;
    box-sizing: border-box !important; /*width: 99.99999% !important;*/
}

.hs-form .hs-button {
    cursor: pointer;
}

.mini_30 * {
    display: inline-block;
}

.hs-form fieldset.form-columns-2 .hs-form-field label,
.hs-form fieldset.form-columns-1 .hs-form-field label {
    /*color: #888787;*/
    float: left;
    padding: 10px 0;
}

div#get_started.reveal-modal.subs {
    max-height: 370px !important;
    width: 40%;
}

div#get_started.reveal-modal.subs h2 {
    padding-bottom: 20px;
}

div#get_started.reveal-modal.subs input:not([type=submit]) {
    color: #888787 !important;
}

div#get_started.reveal-modal.subs input[type="email"] {
    margin-bottom: 20px;
}

body.blog .q_slider {
    overflow: hidden !important;
}

a.chat-link.active:hover {
    background-color: #4fcd5a;
    border-color: #4fcd5a;
    color: #ffffff;
}

a.chat-link.active {
    background-color: transparent;
    border-color: #4fcd5a;
    color: #4fcd5a;
}
.hours.active {
    background-color: #4fcd5a;
    color: #fff;
}
.hours.active p {
    color: #fff;
}

a.chat-link.passive:hover {
    background-color: #b11010;
    border-color: #b11010;
    color: #ffffff;
}


a.chat-link.passive {
    background-color: transparent;
    border-color: #b11010;
    color: #b11010;
}
.hours.passive{
    background-color: #b11010;
    color: #fff;
}
.hours * {
    color: #fff;
    font-size: 20px;
}

.overH {
    display: table;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    padding: 0 106px;
    box-sizing: border-box;
}

.support p{
    color: #4fcd5a;
    font-weight: 400 !important;
}

.mini_30 h3 {
    /*color: #4ab;*/
    /*font-weight: 400;*/
    padding-right: 10px;
}
.current-time *,.hours *{
    text-transform: uppercase;
}
.support * {
    font-size: 24px;
}
.support h3{
    font-weight: 400;
}
.contact_support{
    font-size: 32px;
    padding-bottom: 35px;
}
.support_tel {
    width: 100%;
    max-width: 370px;
    height: 88px;
    text-align: center;
    display: block;
    border: 1px solid #4ab;
    padding: 30px 0;
    font-size: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 11px !important;

}
.support_tel:hover{
    color:#fff;
    background-color: #4ab;
}
#contact_buttons .section_inner {
    max-width: 975px;
    margin: 0 auto;
}
.contact_form{
    max-width: 420px;
    margin: 0 auto;
}
.contact_form textarea{
    min-height: 91px;
}
.hs-form.contact_form .hs-button{
    max-height: 50px;
    border-color: #4ab;
    border: 1px solid !important;
    color: #4ab !important;
    background-color: transparent !important;
    line-height: 25px;
}
.hs-form.contact_form .hs-button:hover{
    color: #fff !important;
    background-color: #4ab !important;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #aeaeae;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #aeaeae;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #aeaeae;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #aeaeae;
}

.product_form *::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.product_form *:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    opacity:  1;
}
.product_form *::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    opacity:  1;
}
.product_form *:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #fff;
}
.product_form select.hs-input{
    color:    #fff;
}
.product_form select.hs-input option{
    color: #bfbfbf;
}

form.contact_form select.hs-input{
    background: rgba(255,255,255,1) !important;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 57%, rgba(240,240,240,1) 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(57%, rgba(245,245,245,1)), color-stop(100%, rgba(240,240,240,1))) !important;
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 57%, rgba(240,240,240,1) 100%) !important;
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 57%, rgba(240,240,240,1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 57%, rgba(240,240,240,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 57%, rgba(240,240,240,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 ) !important;
    color: #8b8b8b !important;
}

.thanks-text div {
    display: table;
    margin: 0 auto;
}
.image_with_text.text_over_image .hs-cta-wrapper a {
    width: 100%;
    max-width: 650px !important;
    position: relative;
    margin-top: 20px;
}
.hs-cta-wrapper {
    margin: 0 auto;
    display: table;
    width: 100%;
    max-width: 655px;
}
.cta_button {
    border: none !important;
    color: #000 !important;
    font-size: 35px;
    width: 100% !important;
    max-width: 100% !important;
}

/*.cta_button div:first-child {*/
/*color: #4ab;*/
/*}*/
/*.cta_button div:first-child .child{*/
/*color: #000;*/
/*}*/

/*.mini30 {*/
/*float: left;*/
/*width: 33.3%;*/
/*text-align: center;*/
/*}*/
.current-time, .support, .hours {
    /*border: 1px solid #4ab;*/
    font-family: 'Lato';
    color: #4ab;
    text-align: center;
    display: table;
    margin: auto;
    line-height: 8px;
    padding: 2px;
    min-width: 230px;
    float: none;
    box-sizing: border-box;
}
.hours{
    min-width: 250px;
    height: 33px;
    padding: 2px 10px;
    margin-bottom: 30px !important;
}
.hours h3, .hours p {
    letter-spacing: 0.3px;
    font-weight: 400 !important;
}
#tab-support .contact_buttons:before {
    content: 'Or';
    text-align: center;
    display: block;
    height: 85px;
    line-height: 85px;
    width: 27px;
    font-size: 25px;
    position: absolute;
    bottom: 112px;
    color: #a0a0a0;
    right: 0;
    background-color: #fff;
    z-index: 1;
}
#tab-support .contact_buttons:after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    max-height: 310px;
    width: 1px;
    background-color: #a0a0a0;
    bottom: 0;
    right: 12px;
}

/*.mini30 .support, .mini30 .hours {*/
/*padding: 23px 0;*/
/*}*/
/*.mini30 .support {*/
/*float: left;*/
/*}*/
/*.mini30 .hours {*/
/*float: right;*/
/*margin-right: -13px;*/
/*}*/
/*.mini30 h3.l{*/
/*width: 230px;*/
/*float: left;*/
/*}*/
/*.mini30 h3.r{*/
/*width: 230px;*/
/*float: right;*/
/*margin-right: -13px;*/
/*}*/
@media only screen and (max-width: 768px) {
    .thanks-text {
        width: 55%;
        float: right;
    }

    .thanks-content h3 {
        font-size: 15pt;
        color: #000;
        text-transform: none;
        line-height: 30pt;
        font-weight: 500;
        letter-spacing: -1px;
    }
}



/** * Made by Alex**/
.hs_has_a_site {
    margin: 30px 0 0;
    box-sizing: border-box;
    max-height: 30px;
    padding-left: 15px;
    display: table;
    width: 100%;
}
#product_testimonials .hbspt-form .hs_has_a_site label span{
    visibility: visible;
    display: inline-block;
    vertical-align: middle;
}

li.hs-form-radio {
    display: inline-block;
    width: 75px !important;
    text-align: center;
}
.hbspt-form li.hs-form-radio input.hs-input{
    display: inline-block;
    max-width: 15px;
    margin: 0;
    margin-right: 10px;
    cursor: pointer;
    vertical-align: middle;
}
.hbspt-form {
    text-align: center;
}
#product_testimonials .hbspt-form li.hs-form-radio label{
    cursor:pointer;
}
#product_testimonials .hbspt-form li.hs-form-radio label span{
    visibility: visible;
    display: inline-block;
    float: none;
}
/*.hs-form-field{*/
/*position: relative;*/
/*}*/
/*ul.hs-error-msgs {*/
/*position: absolute;*/
/*bottom: 4px;*/
/*right: 10px;*/
/*z-index: -1;*/
/*}*/

.page-products .hs_submit {
    margin: 0 auto;
    margin-top: 19px;
    max-width: 625px;
}
.owl-carousel .owl-prev:after, .owl-carousel .owl-next:after {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: white;
    font-size: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
}

.owl-carousel .owl-next:after {
    content: "\35";
}

.owl-carousel .owl-prev:after {
    content: "\34";
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
    border-radius: 100%;
    background-color: #000000;
    color: #000000 !important;
}
.page-home .owl-carousel .owl-prev,
.page-home .owl-carousel .owl-next,
.page-products .owl-carousel .owl-prev,
.page-products .owl-carousel .owl-next {
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    color: transparent !important;
}
.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
    background-color: #393939;
    color: transparent !important;
}

.owl-carousel .owl-next {
    right: 35px;
}

.owl-carousel .owl-prev {
    left: 35px;
}

body.page-id-58601 .full_width, body.page-id-1487 .full_width, body.page-id-50643 .full_width, body.single-portfolio_page .full_width, body.parent-pageid-57457 .full_width {
    padding-top: 40px !important;
}

div#get_started.reveal-modal.hiddenImportant, div#existing.hiddenImportant, div#change_catalouge.hiddenImportant {
    display: none !important;
}
span.upper {
    text-transform: uppercase;
}
span.capitalize {
    text-transform: capitalize;
}
span.hide{
    display: none !important;
}
.footer_bottom_holder_inner {
    background-color: #000;
    padding: 25px 0;
}
.footer_bottom_holder span,
.footer_bottom_holder_inner .textwidget,
.footer_bottom_holder_inner .textwidget p{
    color: #808080;
    font-size: 8pt;
    letter-spacing: 0.7px;
}
.footer_top:not(.footer_top_full) .container_inner {
    padding: 82px 0 10px;
}
.footer_bottom_holder_inner .textwidget {
    padding: 15px 30px;
}

/*Gev styles*/
.wrapper_inner {
    /* max-width: 1920px; */
    margin: 0 auto;
}
body.page-pricing .full_width{
    margin-top: -243px;
    margin-bottom: 37px;
    position: relative;
    z-index: 999;
    background: transparent;
    padding-top: 20px !important;
}
.page-pricing .qode_pricing_tables .title_on_top .price_table_inner ul li.prices,
.page-pricing .qode_pricing_tables .title_on_top .price_table_inner ul li.pricing_table_content{
    background-color:transparent !important;
}
#pricing {
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
}
#pricing .swiper-wrapper ,#pricing .tab{
    background-color: #fff;
}
#pricing .tabs-selections {
    margin: 0 auto 50px;
    border: 1px solid #fff;
    list-style: none outside none;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 2;
    display: table;
    height: 59px;
}
#pricing .tabs-selections li {
    margin: 0;
    position: relative;
    color: #fff;
    cursor:pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .15s ease-out,background-color .15s ease-out;
    -moz-transition: color .15s ease-out,background-color .15s ease-out;
    -o-transition: color .15s ease-out,background-color .15s ease-out;
    -ms-transition: color .15s ease-out,background-color .15s ease-out;
    transition: color .15s ease-out,background-color .15s ease-out;
    max-width: 200px;
    float:left;
}
#pricing .tabs-selections li.active-tab,
#pricing .tabs-selections li:hover
{
    background-color: #fff;
    color: #4ab;
}
#pricing .tabs-selections li .tab-num {
    background: transparent;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pricing_tab>h2 {
    text-align: center;
    padding: 18px 10px;
    color: #fff;
    font-size: 26px;
    letter-spacing: 0;
}
.page-pricing .q_tabs .tabs-nav{
    margin-bottom:50px;
    border:1px solid #fff;
}
.page-pricing .tabs-container {
    max-width: 1080px;
    margin: 0 auto;
    background-color: #fff;
}
.tab{
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;

}
.tab-title h2 {
    font-size: 32px;
    letter-spacing: 0;
    margin-bottom: 16px;
    text-transform: none;
}
.tab-title h2 span{
    color: #4ab;
}
.tab-title {
    margin-bottom: 30px;
}
.tab-buttons {
    margin-top: 46px;
    text-transform: uppercase;
    font-size: 18px;
    color: #525252;
}
.order_button{
    color: #525252;
}

a.demo_button {
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    padding: 24px 48px;
    background-color: #4ab;
    border-color: #4ab;
    color: #fff;
    text-transform: uppercase;
}
#pricing .tab-content {
    max-width: 570px;
}
.content-text p {
    color: #525252;
}
.swiper-slide {
    background-color: #fff;
    padding: 60px 5px;
    box-sizing: border-box;
}
.page-pricing #price-list .price_table_inner ul li.table_title .title_content {
    font-size: 31px;
}
.page-pricing #price-list span.mark,.page-pricing #price-list span.price,.page-pricing #price-list sup.value {
    display: none;
}
.page-pricing #price-list .qode_pricing_tables .title_on_top .price_table_inner ul li.prices .price_in_table {
    padding: 0;
}
div#price-list {
    background-color: #fafafa;
    padding: 55px 10px;
}
#price-list .full_section_inner{
    background-color: #fff;
    max-width: 1198px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 50px 10px #e1e1e1;
    -moz-box-shadow: 0px 0px 50px 10px #e1e1e1;
    box-shadow: 0px 0px 50px 1px #e1e1e1;
}
#price-list .qode_pricing_tables .title_on_top .price_table_inner ul li.table_title {
    padding: 0;
}
#price-list .qode_pricing_tables .title_on_top .price_table_inner ul li.prices.pricing_content_grid,
#price-list .qode_pricing_tables .title_on_top .price_table_inner ul li.pricing_table_content.pricing_content_grid {
    margin: 0;
}
#price-list .qode_pricing_tables{
    padding: 80px 0 120px;
}
#price-list .q_price_table{
    box-sizing: border-box;
}
#price-list .pricing_table_content strong {
    font-size: 60px;
    color: #525252;
}
#price-list p{
    line-height: normal;
    margin-bottom: 5px;
    font-size: 18px;
    color: #525252;
}
#price-list span.small_title_content {
    color: #111111;
    font-weight: 300;
}
#price-list li.pricing_table_content.pricing_content_grid {
    padding-top: 60px !important;
}
#price-list .button_icon {
    display: none !important;
}
#price-list .q_price_table:nth-child(2){
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}
#aditional-products{
    max-width: 1390px;
    margin:0 auto;
}
#aditional-products .q_animated_elements_holder {
    margin: 28px 0;
    padding: 0 15px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 195px;
}
.additional {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.additional-title {
    text-align: center;
}
.additional-title h2{
    color:#4ab;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.4px;
}


.additional-title p strong{
    font-size: 27px;
    color:#525252;
}
.additional-title p,
.additional-content p {
    margin-bottom: 2px;
    color:#525252;
    letter-spacing: 0;
    font-size: 22px;
    line-height: 35px;

}
#aditional-products .wpb_raw_code.wpb_content_element.wpb_raw_html {
    width: 100%;
}
.additional-title p{
    line-height: inherit;
    margin-bottom: 5px;
}
.sales-form{
    max-width: 950px;
    margin: 0 auto;
    float: none;
}
/*End Gev styles*/



@media screen and (max-width: 1350px) {
    .pricing_table_content > ul > li:nth-child(2) .qbutton {
        width: 90%;
        box-sizing: border-box !important;
        font-size: 11px;
        text-align: center;
        word-wrap: break-word;
        white-space: initial;
        height: auto;
        line-height: 21px;
        padding: 10px 5px;
    }

    .pricing_table_content > ul > li:nth-child(2) .qbutton span {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    nav.main_menu > ul > li > a > span.item_inner {
        display: inline-block;
        padding: 0 10px;
    }

    .page-id-52453 h2 a {
        display: block;
        max-width: 150px;
        text-align: center;
        margin: 20px auto 0 auto !important;
    }
    .page-pricing .q_slider .q_slide_text{
        font-size: 16px !important;
    }
}


@media screen and (max-width: 1040px) {
    .fullElems {
        padding-top: 50px;
    }

}
@media only screen and (max-width: 1024px) {
    .carousel-inner .slider_content {
        padding: 0;
    }
}
#qode-pricing,#qode-pricing .item{
    height:425px !important;
}
@media screen and (min-width: 1000px) and (max-width: 1020px)  {
    div#qode-home-slider,div#qode-home-slider-ab, .qode_slider_preloader, .item.slide_full_width {
        height: 400px !important;
    }
}

@media screen and (max-width: 1000px) {
    .fullElems .owl-carousel.owl-drag .owl-item {
        max-height: initial;
    }
    .contact_support {
        font-size: 2.9vw;
    }
    #contact_buttons .section_inner {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }
    body.page-pricing .carousel .carousel-inner .slider_content {
        vertical-align: top;
        padding-top: 108px;
    }

    #tab-sales .contact_phone h3, #tab-sales .qbutton{
        width:100%;
        padding:0;
        text-align: center;
    }
}

@media screen and (max-width: 850px) {
    .fullElems .loading img {
        top: 106px;
    }

    body.parent-pageid-57393 .full_width_inner div:nth-child(2) {
        padding: 0;
    }

    body.single-portfolio_page .two_columns_66_33 > .column2, body.single-portfolio_page .two_columns_66_33 > .column1 {
        width: 100%;
    }

    div.m-hover-link {
        display: none;
    }

    body.single-portfolio_page .full_width {
        padding-top: 0 !important;
    }

    .full_width {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 800px) {
    .carousel-inner .slider_content_outer.content_bottom_left .slider_content {
        padding: 0;
    }
    .carousel-inner .slider_content_outer.content_bottom_left .slider_content .text{
        padding: 0 !important;

    }
}
@media screen and (max-width: 770px) {
    .hs-form fieldset > div > * {
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    footer.footer_border_columns .footer_top .qode_column {
        border-left: 0;
    }

    .contact_phone.wpb_column.vc_column_container.vc_col-sm-4, .contact_phone.wpb_column.vc_column_container.vc_col-sm-4 + div {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1020px){
    #pricing .tabs-selections li .tab-num{
        letter-spacing: .8px;
    }
    #pricing .tabs-selections li{
        padding: 18px 10px;
    }
    .tab-img {
        padding: 0 15px 0 0;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 900px) {
    #pricing .tabs-selections,
    #pricing .tab-img,
    .pricing_tab>h2
    {
        display: none;
    }
    body.page-pricing .full_width{
        margin-top: 10px;
    }
    .tab-title h2,
    .content-text,
    .tab-buttons{
        text-align: center;
    }
    .page-pricing .q_slider .image{
        background-size: cover !important;
    }
    .additional {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #aditional-products .q_animated_elements_holder {
        height: initial;
        padding: 15px !important;
    }
    .additional-title {
        text-align: center;
        margin: 15px 0;
    }
    .additional-content {
        text-align: center;
        margin-top: 40px;
    }
    #price-list .q_price_table:nth-child(2) {
        border-right: none;
        border-left: none;
        border-top: 1px solid #f1f1f1 !important;
        border-bottom: 1px solid #f1f1f1;
        padding: 25px 0;
    }
    #price-list .q_price_table{
        margin:25px 0;
        width: 100%;
    }
    .tab-buttons span{
        display:block;
        width:100%;
        margin: 23px 0;
    }


    .carousel .carousel-inner .slider_content_outer{
        width:100% !important;
    }
    .page-pricing .q_slider .q_slide_text {
        font-size: 20px !important;
        line-height: 27px !important;
        letter-spacing: 1px !important;
        max-width: 85% !important;
    }
    .page-pricing .content .content_inner > .full_width > .full_width_inner{
        padding-top: 0 !important;
    }
}
@media screen and (max-width: 768px) {
    /*--------------Pricing page----------------*/
    #contact_buttons .section_inner_margin{
        margin:0;
    }
    .support_tel,
    #tab-support .contact_buttons a.qbutton.large,
    .contact_buttons a.chat-link{
        max-width: 330px;
        margin:0;
        padding:0 5px;
        line-height: 88px;
        font-size: 23px;
    }
    #tab-support .contact_buttons a.qbutton.large{
        margin:22px 0;
    }



}
@media screen and (max-width: 767px) {
    [data-reveal-id="get_started"] {
        margin-top: 10px;
    }

    #product_testimonials a.qbutton {
        font-size: 16px;
    }
    .contact_buttons {
        margin-bottom: 80px;
        padding-bottom: 50px;
    }
    #tab-support .contact_buttons:before {
        height: auto;
        line-height: initial;
        width: 85px;
        bottom: -30px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    #tab-support .contact_buttons:after {
        height: 100%;
        max-height: 1px;
        width: 100%;
        max-width: 386px;
        bottom: -17px;
        right: 0;
        left: 0;
        margin: auto;
    }
    .contact_support {
        font-size: 4.5vw;
    }
    .overH {
        padding: 0 25px;
    }
    [data-reveal-id="change_catalouge"] {
        margin-top: 10px;
    }

    #product_testimonials a.qbutton {
        font-size: 16px;
    }
    #tab-sales .contact_phone h3,
    #tab-sales .qbutton {
        width: 100%;
        max-width: 370px;
        text-align: center;
        font-size: 20px;
        box-sizing: border-box !important;
    }
    .slider,.slider .owl-carousel.owl-loaded{
        display: inline-block;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .lists {
        margin-top: 50px;
    }
    .thanks-content h3.title_{
        font-size: 4.5vw;
        line-height: 4.5vw;
        font-weight: bold;
    }
    .thanks-content .sub_title_ {
        font-size: 3.7vw;
        line-height: 3.7vw;
    }
    .page-thank-you .under_sub_title_{
        font-size: 3vw;
        line-height: 3vw;
    }
    .footer_bottom_holder_inner .container_inner{
        display: block;
        box-sizing: border-box;
    }

    .footer_bottom_holder_inner .textwidget {
        padding: 15px 0 115px;
    }

    .support_tel,
    #tab-support .contact_buttons a.qbutton.large,
    .contact_buttons a.chat-link{
        margin:0 auto;
    }
    #tab-support .contact_buttons a.qbutton.large{
        margin:22px auto;
    }

}
@media screen and (max-width: 650px) {
    .page-thank-you .content.content_top_margin_none {
        min-height: 820px !important;
    }
    .page-thank-you .content .content_inner > .full_width > .full_width_inner{
        padding-top:0 !important;
    }
    .thanks-container .vc_column_container>.vc_column-inner{
        padding: 0;
    }
    .page-thank-you .image_with_text.text_over_image .image_with_text_content_holder {
        height: 100%;
    }
    .page-thank-you .thanks-text {
        width: 100%;
        height: 100%;
        position: relative;
        padding-top: 55px;
    }
    .page-thank-you .image_with_text.text_over_image > img {
        height: 100%;
        max-height: 100%;
        width: auto;
        max-width: none;
    }
    .page-thank-you .image_with_text {
        display: inline-block;
        width: 100%;
        position: relative;
        height: 820px;
    }
    .page-thank-you .thanks-text div {
        position: relative;
        top: 33%;
    }
    .page-thank-you .under_sub_title_ {
        position: relative;
        padding: 0;
        color: #ffffff;
        font-size: 5.4vw;
        line-height: 5.4vw;
        text-shadow: 0px 0px 10px #000000;
    }
    .page-thank-you .for-mobile {
        width: 100%;
        display: block;
        text-transform: uppercase;
        font-family: "Lato", sans-serif;
        font-weight: bold;
    }
    .thanks-content h3.title_ {
        font-size: 7vw;
        font-weight: bold;
        line-height: 7vw;
        padding-right: 0;
    }
    .thanks-content .sub_title_ {
        font-size: 5vw;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0px;
        padding-right: 0;
    }
    .image_with_text_content_holder > span,
    .image_with_text_content_holder>h3,
    .image_with_text_content_holder>p {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    .page-id-58601 .tabs-nav {
        padding: 0 20px;
    }
    .side_menu_button, .logo_wrapper,
    .logo_wrapper a,
    .header_bottom_right_widget_holder {
        height: 75px;
    }

    .q_tabs.border_arround_element .tabs-nav li a{
        width: 100%;
    }
    .q_tabs.enable_margin .tabs-nav li {
        margin-bottom: 10px;
    }
    .q_tabs.horizontal .tabs-nav li {
        margin-right: 0;
        max-width: 370px;
        margin: 0 auto;
        float: none;
        margin-bottom: 10px;
    }
    .training_quick_form input.term {
        width: 100%;
        max-width: 370px;
    }
    .training_quick_form input.term {
        width: 100%;
        max-width: 370px;
        box-sizing: border-box;
        margin: 0 auto !important;
        position: relative;
        left: 2px;
    }
    .training_quick_form input.button {
        width: 100%;
        max-width: 370px;
        margin: 16px auto !important;
    }
    .contact_support,h2 {
        font-size: 5.5vw;
    }
    .current-time h3 {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 550px) {
    .thanks-text {
        width: 55%;
        float: right;
        margin-top: 0px;
    }


    body.page-id-59083 .vc_column-inner {
        padding-top: 0px;
    }

    body.page-id-59083 .content .content_inner > .full_width > .full_width_inner {
        padding-top: 0px !important;
    }
}
@media screen and (max-width: 450px){
    .page-thank-you .image_with_text.text_over_image .image_with_text_content_holder{
        padding: 0 20px;
    }
    .page-thank-you .thanks-text{
        padding-top: 35px;
    }
    .thanks-content h3.title_{
        font-size: 10vw;
        line-height: 10vw;
    }
    .thanks-content .sub_title_ {
        font-size: 5.6vw;
        line-height: 5.6vw;
    }
    .page-thank-you .under_sub_title_{
        font-size: 7.5vw;
        line-height: 7.5vw;
    }
    .page-thank-you .image_with_text.text_over_image > img {
        position: relative;
        left: -110px;
    }

    /*Page Pricing*/
    .page-pricing .q_slider .q_slide_text {
        width: 100%;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 415px) {
    .contact_buttons a.chat-link {
        font-size: 6vw;
    }
    .overH {
        padding: 0;
    }
    .contact_support, h2 {
        font-size: 7vw;
    }
    #contact_buttons {
        padding: 0 15px;
    }
    .mini_30 {
        margin-bottom: 10px;
    }
    .support h3 {
        margin-bottom: 10px;
    }
    .current-time h3 {
        padding: 0;
        font-size: 23px;
    }
    .page-thank-you .image_with_text.text_over_image > img {
        left: -160px;
    }
    .page-thank-you .image_with_text.text_over_image .image_with_text_content_holder {
        padding: 0 5vw;
    }
    .thanks-content h3.title_ {
        font-size: 9.5vw;
        line-height: 9.5vw;
    }
    .thanks-content .sub_title_ {
        font-size: 5.4vw;
        line-height: 5.4vw;
    }
    .page-thank-you .thanks-text div{
        top:50%;
    }

}
.single_blog_slider .carousel-inner h3.q_slide_text span {
    width: 100%;
    float: left;
}
.single_blog_slide_link {
    width: 100%;
    float: left;
}
.single_blog_slide_link a {
    color: #fff;
    margin-right: 30px;
    float: left;
    font-size: 17px;
    margin-top: 5px;
}
.single_blog_slide_link a:last-child {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 5px 30px;
    margin-right: 0;
    margin-left: 20px;
    margin-top: 0;
    float: right;
    text-transform: uppercase;
}
.single_blog_slide_link a:last-child:hover {
    border: 1px solid #4ab;
    background-color: #4ab;
}
.clear{clear:both;}
.share_section{display:block; position:relative; height:auto; padding:50px 0px 80px 0px; }
.share_section .left_share{display:block; position:relative; float:left;}
.share_section .left_share a{display:inline-block; position:relative; border:1px solid #16ccca; color:#16ccca; font-size:12px; padding: 0 25px; width:auto; margin:0 2px;}
.share_section .left_share a:hover{background:#16ccca; color: #fff; transition: all 0.85 linear;}
.share_section .right_share{display:block; position: relative; float:right; }
.share_section .right_share .social_share_dropdown{visibility: visible !important; margin-top: 2px;}
.share_section .right_share .social_share_holder{font-size:14px; color: #999999;}
.share_section .right_share .social_share_holder a{color: #999999;}
.share_section .right_share .social_share_holder i.social_share_icon{float:none; margin-top:2px; font-size: 12px;}

/* Theme Page Fixes */

.portfolio_single.animate .portfolio_images img.show {
    width: 93.4%;
}

div.m-hover-link {
    margin: 40.4% 0px 0px 0%;
}

.two_columns_66_33 div.mobile_view img {
    max-width: 84%;
}


div.hover-link {
    width: 84%;
    position: absolute;
    margin-top: 0;
    background: #4ab;
    color: #ffffff !important;
    height: 86px;
    transform: scaleY(0) translateY(49px);
    transition: all 0.3s ease;
    opacity: 0;
    bottom: 19%;
}

.two_columns_66_33 div.mobile_view img {
    max-width: 86%;
    padding: 4px 10px;
}