/* 19/02/2018 */
.scroll-header .get_a_demo_floating {
    visibility: visible;

    opacity: 1;
    filter: alpha(opacity=100);
    right: 25px;
}
.get_a_demo_floating {
    visibility: hidden;

    color: #cdcdcd;
    height: auto;
    position: fixed;
    top: 85.1%;
    margin: 0px;
    z-index: 9999;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: -143px;
    opacity: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
}
.get_a_demo_floating span {
    color: #fff;
    background: rgba(237,28,36,0.8);
    text-decoration: none;
    -o-border-radius: 22px
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    padding: 0px 20px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: normal;
    display: inline-block;
    text-transform: uppercase;
    height: 44px;
    line-height: 44px;
    border: 1px solid #ED1C24;
}
.get_a_demo_floating span:hover {
    background: #fff;
    color: #ED1C24;
}
.get_a_demo_floating span i {
    font-size: 18px;
}

.fancybox-bg {
    background: #fff !important;
}

/* popup */
/*.fancybox-slide>* {
    background-color: rgb(35, 31, 32) !important;
}*/
.the-form {
    width: 100%;
}
.inline-wrap .the-form {
    overflow: hidden;
}
.get-demo-wrap {
    width: auto;
    max-width: 450px;
    background: #fff;
    color: #141414;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #ED1C24;
border-width: 1px !important;
}
.get-demo-wrap.inline-wrap {
    position: relative;
    /*width: 100%;*/
    max-width: 395px;
    /*color: black;
    background: transparent;*/

    padding: 25px;

    margin: 50px auto;
}
.get-demo-wrap .the-title h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #ED1C24;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;;
}
/*.get-demo-wrap.inline-wrap .the-title h1 {
    color: #000;
}*/
@media (max-width: 768px) {
    .get-demo-wrap .the-title h1 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
        color: #fff;
        text-align: center;
        font-weight: 600;
    }
}
.get-demo-wrap .the-description p {
    text-align: center;
    margin: 0 0 15px;
    font-size: 13px;
    color: #141414;
}
.get-demo-wrap .the-form input,
.get-demo-wrap .the-form textarea,
.get-demo-wrap .the-form select {
    width: 100%;
    color: #141414;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 26px;
    border: 1px solid #ED1C24;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    background: none;
    padding: 0 20px;
    margin-bottom: 10px;
}
/*.get-demo-wrap.inline-wrap .the-form input,
.get-demo-wrap.inline-wrap .the-form textarea,
.get-demo-wrap.inline-wrap .the-form select {
    border: 1px solid #eaeaea;
}*/
.get-demo-wrap .the-form select {
    padding: 8px;
    height: 38px;
}
.get-demo-wrap .the-form input {
    height: 38px;
}
.get-demo-wrap .the-form textarea {
    height: 100px;
    line-height: normal;
    padding: 10px;
}
.get-demo-wrap .the-form input[type="submit"] {
    color: #fff;
    text-transform: uppercase;
    border: 0;
    background-color: rgb(237, 28, 36);
    transition: all 0.2s ease; /* IE */
    -webkit-transition: all 0.2s ease; /* Google Chrome/Safari */
    -moz-transition: all 0.2s ease; /* Mozilla Firefox */
    -o-transition: all 0.2s ease; /* Opera */

    /* fix */
    border: 0 !important;
    outline: transparent !important;
    width: 120px;
    float: right;
    cursor: pointer;
}
.get-demo-wrap .the-form input[type="submit"]:hover {
    background-color: #a51319;
}
/*.get-demo-wrap.inline-wrap .the-form input[type="submit"] {
    width: 200px;
    float: right;
}*/
/*@media (max-width: 425px) {
    .get-demo-wrap.inline-wrap .the-form input[type="submit"] {
        width: 100%;
        float: none;
    }
}*/
.get-demo-wrap .the-form input[type="text"]:hover, 
.get-demo-wrap .the-form input[type="text"]:focus, 
.get-demo-wrap .the-form input[type="email"]:hover, 
.get-demo-wrap .the-form input[type="email"]:focus, 
.get-demo-wrap .the-form textarea:hover, 
.get-demo-wrap .the-form textarea:focus,
.get-demo-wrap .the-form select:hover,
.get-demo-wrap .the-form select:focus {
    
    outline: 0 !important;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
/*.get-demo-wrap.inline-wrap .the-form input[type="text"]:hover, 
.get-demo-wrap.inline-wrap .the-form input[type="text"]:focus, 
.get-demo-wrap.inline-wrap .the-form input[type="email"]:hover, 
.get-demo-wrap.inline-wrap .the-form input[type="email"]:focus, 
.get-demo-wrap.inline-wrap .the-form textarea:hover, 
.get-demo-wrap.inline-wrap .the-form textarea:focus,
.get-demo-wrap.inline-wrap .the-form select:hover,
.get-demo-wrap.inline-wrap .the-form select:focus {
    border-color: #eee !important;
}*/
/*.get-demo-wrap .the-form input:first-child,
.get-demo-wrap .the-form input:nth-child(3) {
    width: 48%;
    display: inline-block;
    float: left;
}
.get-demo-wrap .the-form input:nth-child(2),
.get-demo-wrap .the-form input:nth-child(4) {
    width: 48%;
    display: inline-block;
    float: right;
}*/
.get-demo-wrap .the-form .first-name input,
.get-demo-wrap .the-form .company input {
    width: 49%;
    display: inline-block;
    float: left;
}
.get-demo-wrap .the-form .last-name input,
.get-demo-wrap .the-form .title input {
    width: 49%;
    display: inline-block;
    float: right;
}
@media (max-width: 425px) {
    .get-demo-wrap .the-form .first-name input,
    .get-demo-wrap .the-form .company input,
    .get-demo-wrap .the-form .last-name input,
    .get-demo-wrap .the-form .title input {
        width: 100%;
        display: block;
        float: none;
    }
}

/* cf7 */
div.wpcf7 .ajax-loader,
.wpcf7 .ajax-loader {
    display: block !important;
    background-size: cover;
    width: 18px !important;
    height: 18px !important;
    text-align: center !important;
    margin: 10px auto !important;
}
/*.wpcf7 .ajax-loader,*/
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid {
    /*border: 1px solid red !important;*/
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    text-align: center;
    border: 0 !important;
}
div.wpcf7-validation-errors {
    color: red;
}
div.wpcf7-mail-sent-ok {
    display: none;
    color: green;
}
/* /cf7 */

/* fix */
.get-demo-wrap .the-form .title {
    display: initial;
    width: auto;
    height: auto;
    background-color: transparent;
    text-align: inherit;
    position: relative;
    z-index: 101;
}
/* end */
/* /popup */

/* grid */
.row {
    font-size: 0;
    line-height: normal;
    clear: both;
    zoom: 1;
    margin-right: -15px;
    margin-left: -15px;
}
.row:after,
.row:before {
    display: table;
    content: "";
}
.row:after {
    clear: both;
}
@media (max-width: 1020px) {
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}
.row:before,
.row:after {
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
}
.row:after {
    clear: both;
}
.row > [class*='col_'] {
    display: inline-block;
    float: left;
    font-size: 1.4rem;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 1020px) {
    .row > [class*='col_'] {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.row > [class*='col_'].right {
    float: right;
}
.row.big-gutter {
    margin-left: -30px;
    margin-right: -30px;
}
@media (max-width: 1020px) {
    .row.big-gutter {
        margin-left: -15px;
        margin-right: -15px;
    }
}
.row.big-gutter > [class*='col_'] {
    padding-left: 30px;
    padding-right: 30px;
}
@media (max-width: 1020px) {
    .row.big-gutter > [class*='col_'] {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.row.small-gutter {
    margin-left: -5px;
    margin-right: -5px;
}
.row.small-gutter > [class*='col_'] {
    padding-left: 5px;
    padding-right: 5px;
}
.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}
.row.no-gutter > [class*='col_'] {
    padding-left: 0px;
    padding-right: 0px;
}
.col_10 {
    width: 10%;
}
.col_12 {
    width: 12.5%;
}
.col_14 {
    width: 14.28%;
}
.col_15 {
    width: 15%;
}
.col_16 {
    width: 16.66%;
}
.col_20 {
    width: 20%;
}
.col_25 {
    width: 25%;
}
.col_30 {
    width: 30%;
}
.col_33 {
    width: 33.33%;
}
.col_35 {
    width: 35%;
}
.col_40 {
    width: 40%;
}
.col_45 {
    width: 45%;
}
.col_50 {
    width: 50%;
}
.col_55 {
    width: 55%;
}
.col_60 {
    width: 60%;
}
.col_66 {
    width: 66.66%;
}
.col_70 {
    width: 70%;
}
.col_75 {
    width: 75%;
}
.col_80 {
    width: 80%;
}
.col_100 {
    width: 100%;
}
.col_auto {
    width: auto;
}
.container {
    position: relative;
    width: 1170px;
    margin: 0 auto;
}
.container:before,
.container:after {
    display: table;
    content: "";
    visibility: hidden;
    height: 0;
}
.container:after {
    clear: both;
}
@media (max-width: 1170px) {
    .container {
        width: 95%;
    }
}
@media (max-width: 1024px) {
    .container {
        width: 95%;
    }
}
.centered-content {
    text-align: center;
}
.cell {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 10px;
}
.cell.parent {
    padding: 0;
}
.x1 {
    width: 8.33333%;
}
.x2 {
    width: 16.66667%;
}
.x3 {
    width: 25%;
}
.x4 {
    width: 33.33333%;
}
.x5 {
    width: 41.66667%;
}
.x6 {
    width: 50%;
}
.x7 {
    width: 58.33333%;
}
.x8 {
    width: 66.66667%;
}
.x9 {
    width: 75%;
}
.x10 {
    width: 83.33333%;
}
.x11 {
    width: 91.66667%;
}
.x12 {
    width: 100%;
}
.by2 {
    width: 50%;
}
.by3 {
    width: 33.33333%;
}
.by4 {
    width: 25%;
}
.by5 {
    width: 20%;
}
.by6 {
    width: 16.66667%;
}
.by7 {
    width: 14.28571%;
}
.by8 {
    width: 12.5%;
}
.by9 {
    width: 11.11111%;
}
.by10 {
    width: 10%;
}
.by11 {
    width: 9.09091%;
}
.by12 {
    width: 8.33333%;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .container {
        width: 100%;
    }

}

@media screen and (max-width: 767px) {

    .distributors-page .the-list {
        padding: 0 20px;
    }

    .distributors-page .the-list .x3 {
        width: 100%;
    }
}
.grid-sizer {
    width: 25%;
}
@media screen and (max-width: 480px) {
    .grid-sizer {
        width: 33.33333%;
    }
}
.clear:before,
.clear:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}
.clear:after {
    clear: both;
}
/* /grid */

.distributors-page .box {
    padding: 20px;
    border: 1px solid #eaeaea;
    min-height: 300px;
    margin-bottom: 20px;
}

/* 01/03/2018 */
.list-head {
    text-align: center;
}

/* 06/03/2018 */
form#contact-form input.email {
    width: 96% !important;
    padding: 12px 15px !important;
}

/* 07/03/2018 */
@media only screen and (max-width: 1000px) {
    .dark .mobile_menu_button span {
        color: #000;
    }
}

/* 15/03/2018 */
.author-desc {
    margin-top: 25px;
}

/* 16/03/2018 */
.support_option_choose br {
    display: none !important;
}

.blog_holder article .post_info .month {
    margin-bottom: 6.5px;
}

.blog_holder .post_text p,
.blog_holder .post_text span,
.blog_holder .post_text li {
    font-size: 16px !important;
}

.thev2 .author_description_inner {
    padding: 0 40px !important;
}
.thev2.author_description {
    margin: 15px 0 30px !important;
    border-bottom: 1px solid #ddd !important;
    border-top: 0 !important;

    padding-bottom: 15px;
}

/* 19/03/2018 */
.list-head h4 {
    margin-bottom: 15px;
}

/* 20/03/2018 */
a.qbutton,
.blog_holder a.qbutton:hover,
.submit_button_contact input.qbutton {
    /*color: #fff !important;*/
}
.blog_holder a.qbutton,
.submit_button_contact input.qbutton:hover,
.submit_button_contact input.qbutton:focus,
.submit_button_contact input.qbutton:active {
    /*color: #ED1C24 !important;*/
}
.submit_button_contact input.qbutton:hover,
.submit_button_contact input.qbutton:focus,
.submit_button_contact input.qbutton:active {
    background: transparent !important;
}

/* 21/03/2018 */
body.smooth_scroll {
    overflow-y: scroll !important;
}
.get-demo-wrap .the-title h1 {
    color: #ED1C24 !important;
}
@media (max-width: 768px) {
    .get-demo-wrap .the-title h1 {
        color: #ED1C24 !important;
    }
}
.get-demo-wrap .the-form textarea {
    height: 100px !important;
}
.distributors-page .map-content {
    padding: 50px 0;
}
@media (max-width: 1024px) {
    .distributors-page .map-content {
        padding: 25x 0;
    }
}

/* 02/04/2018 */
.special-slide {
    display: none;
    margin-top: 75px;
}
@media (max-width: 599px) {
    .special-slide {
        display: block;
    }
}

/* 25/04/2018 */
.footer_top {
    margin-top: 0 !important;
}
section.section {
    padding: 50px 0 0 !important;
}
.get-demo-wrap.inline-wrap {
    margin: 50px auto 0 !important;
}

/* 05/10/2018 */
form.post-password-form {
    text-align: center !important;
}
form.post-password-form input[type="password"] {
    font-family: inherit;
    background-color: #f6f6f6;
    width: auto;
    padding: 12px 4%;
    border: 0;
    outline: 0;
    resize: none;
    font-size: 13px;
    color: #888;
    
    margin: 0 15px;
}
form.post-password-form input[type="submit"] {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    border: 1px solid #ed1c24;
    line-height: 43px;
    height: 44px;
    padding: 0 30px;
    font-weight: 300;
    font-size: 14px;
    background: none !important;
    color: #ed1c24;
}
form.post-password-form input[type="submit"]:hover {
    color: #fff;
    background: #ed1c24 !important;
}

/* 15/01/2019 */
.flex-row {
    display: flex;
}
.custom-article .post_date {
    font-size: 14px;
    margin-bottom: 5px;
}
.custom-article .post_description {
    font-size: 14px;
}
.custom-article .post_text h2,
.custom-article .post_text h3 {
    font-size: 18px;
    line-height: 30px;
}
.custom-article .post_text h2 a,
.custom-article .post_text h3 a,
.blog_single .post_text h2 {
    color: #ED1C24;
}

@media (max-width: 1024px) {
    .flex-row { display: inherit; }
    .flex-row .col_40,
    .flex-row .col_60 { width: 100%; }
}
@media (max-width: 768px) {
    .flex-row { display: inherit; }
    .flex-row .col_40,
    .flex-row .col_60 { width: 94%; }
}

/* 19/02/2019 */
.custom-form input[type="email"] {
    font-family: inherit;
    background-color: #f1f1f1;
    width: 92%;
    margin: 0 0 20px 0;
    padding: 12px 4%;
    border: 0;
    outline: 0;
    resize: none;
    font-size: 13px;
    color: #000;
    width: 96% !important;
    padding: 12px 15px !important;
}

.custom-form .wpcf7 .ajax-loader,
.custom-form .wpcf7-not-valid-tip {
    display: none !important;
}
.custom-form .wpcf7-not-valid {
    border: 1px solid red !important;
}

/* Other Fields */
.custom-form .wpcf7-validates-as-required {
/*all required fields*/

}

.custom-form select option {
/*select option*/

}

.custom-form input[type="file"] {
/*file field*/

}
/* #END */

.custom-form div.wpcf7-response-output {
    margin: 0;
    padding: 0;
}

.custom-form div.wpcf7-validation-errors,
.custom-form div.wpcf7-acceptance-missing,
.custom-form div.wpcf7-mail-sent-ok {
    text-align: center;
    border: 0 !important;
}
.custom-form div.wpcf7-validation-errors,
.custom-form div.wpcf7-acceptance-missing {
    color: red;
}
.custom-form div.wpcf7-mail-sent-ok {
    color: green;
}

/* 11/03/2020 */
.map-iframe iframe {
    width: 100% !important;
}