/*
Theme Name: Ratio Child
Theme URI: http://ratio.edge-themes.com/
Description: A child theme of Ratio Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.2
Template: ratio
*/
*:focus { outline: none; }
@import url("../ratio/style.css");

/*.cookie-message { display: none!important; }*/
/*#coockies_box {
    background: #14b6ad;
    color: white;
    font-size: 13px;
    padding: 0px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    line-height: 20px;
    display: none;
    z-index: 999;
    border-top: 1px solid #e4e3e3;
}
#coockies_box p {display: initial;max-width: 87%;margin: 0;text-align: justify;padding-right: 3%;}
#coockies_box > div {
    line-height: 20px;
    padding: 18px 0px;
}
#coockies_box a {text-decoration: underline;color: white;}
#coockies_box .agree {
    color: #14b6ad;
    font-weight: 300;
    text-decoration: none;
    background: white;
    padding: 0 28px;
    cursor: pointer;
    border: 0px;
    max-width: 116px;
    height: 33px;
}
*/

html {
	scroll-behavior:smooth;
}


.alert {
    margin-top: 10px;
}
.alert-success {
    color: #fff;
}
.alert-danger {
    color: #721c24;
}

::placeholder {
    font-family: 'Open Sans', sans-serif;
    color: #777777;
    font-size: 16px;
    font-weight: 300;
}

.career_post .edgtf-more-link-container { display: none!important; }
.career_post .edgtf-btn.edgtf-btn-transparent { padding-top: 0; }

button.btn_formsc {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 16px;
    font-weight: bold;
    background: #12aba3;
    padding: 10px 32px;
    display: table;
    text-decoration: none;
    border: 0px;
    margin-top: 20px;
    cursor: pointer;
}

button.btn_material {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 13px;
    font-weight: 400;
    background: #12aba3;
    padding: 10px 10px;
    display: table;
    text-decoration: none;
    border: 0px;
    margin-top: 20px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    min-width: 147px;
}

button.edgtf-blog-read-more span.edgtf-btn-text {
    color: #1fb5ad;
}
.career_post .full_content { display: none; }
.career_post .full_content button { padding-top: 0; }

/* General */
h1, h2, h3, h4 {
    text-transform: none;
}
h1 {
    font-weight: 600;
    color: #1fb5ad;
    font-size: 46px;
    padding-bottom: 40px;
}
h3 {
    font-weight: 600;
    color: #757575;
   /* padding-bottom: 10px;*/
    font-size: 26px;
}

@media(max-width:900px) {
	.design {width: calc(100% - 30px);margin:0 auto;float: none;}
}

@media (min-width: 768px) {
    .col-lg-6 {
        max-width: 50%;
    }
    .col-lg-4 {
        max-width: 33.33%;
    }
    .col-lg-3 {
        max-width: 25%;
    }
    .col-sm-12 {
        max-width: 100%;
    }

    #g-recaptcha{position: fixed;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.4);top: 0;left: 0;z-index: 1000; cursor: pointer;}
    .g-recaptcha{position:absolute;transform: translate(-20px,-50%);}
    
    
}


.display-none {
    display: none;
}
.full-width {
    width: 100%;
    height: auto;
}
.full-width figure,
.full-width img,
.full-width span {
    width: 100%;
    height: auto;
}
.full-width > figure > div,
.wpb_single_image.full-width .vc_single_image-wrapper {
    display: block;
}

/* Theme Styles */
.edgtf-logo-wrapper a {
    height: 64px !important;
}

.secondary-logo {
	margin-top: 34px;
    margin-left: 28px;
    height: 64px;
}

#edgtf-back-to-top span span:after {
    background: linear-gradient(to right, #1fb5ad, #40fff5);
}

@media (max-width: 374px) {
    .vc_column-inner {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
}

body #banner {
	height: 574px;
}

.current-menu-item > a > span {
    color: #1fb5ad;
}

.post span.edgtf-btn-text {
    color: #1fb5ad;
}

.edgtf-blog-single-next a:hover,
.edgtf-blog-single-prev a:hover {
    color: #1fb5ad;
}

.edgtf-search-opener {
    margin-left: 28px;
}

/* Home Page Styles */
.home-banner-title .vc_column-inner {
    width: 650px;
    margin: 0 auto;
}

/* Single Product */
.single-product-heading {
    font-size: 0;
}
.single-product-heading h1 {
    text-transform: none;
    font-weight: 600;
}
.single-product-title {
    display: inline-block;
    vertical-align: top;
}
.single-product-photo {
    display: inline-block;
}

.product-item {
    font-size: 0;
    margin: 40px 0;
}
.product-image {
    display: inline-block;
    max-width: 50%;
}
.product-info {
    display: inline-block;
    max-width: 50%;
    font-size: 15px;
    vertical-align: top;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 1px;
    text-align: left;
}
@media (max-width: 768px) {
    .product-info,
    .product-image {
        max-width: 100%;
    }
}
.product-info-title,
.product-info-text {
    margin-bottom: 5px;
}
.product-info-title p {
    font-size: 160%;
    line-height: 120%;
}

.btn-more {
    border: 1px solid #1fb5ad;
    padding: 2px 30px;    
}

.btn-more:hover {
    background-color: #1fb5ad;
    cursor: pointer;   
}
.btn-more:hover a {
    color: #fff;   
}

.btn-more a {
    color: #1fb5ad;
}

/* Downloads Container */
.downloads-container {
    position: relative;
}
.download-section {
    margin-bottom: 30px;
}
.downloads-container:last-child {
    margin-bottom: 50px;
}
.download-heading {
    margin-bottom: 15px;
}
.download-heading h3 {
    text-transform: none;
    font-weight: 600;
    font-size: 1.7rem;
}
.download-files {
    max-width: 700px;
}

a.manuals-button {
	font-family: 'Open Sans', sans-serif;
    color: white;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    background: #12aba3;
    padding: 10px 0px;
    display: table;
    text-decoration: none;
    border: 0px;
    margin-top: 20px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
	min-width: 180px;
    margin-top: 15px;
}

a.manuals-button:hover {
	color: white;
}

/* File Block */
.file-block {
    border: 1px solid #1fb5ad;
    margin-bottom: 20px;
}
.file-block-logo {
    display: inline-block;
    height: 65px;
    width: 15%;
    position: relative;
}
.file-block-logo img {
    /*padding: 22px 22px 18px 24px;*/
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.file-block-info {
    display: inline-block;
    padding: 8px 20px 8px 20px;
    box-sizing: border-box;
    border-left: 1px solid #1fb5ad;
    width: 83%;
}
.file-block-info p {
    margin-bottom: 15px;
}
.file-block-info a {
    color: #757575;
}
.file-block-info a:hover {
    color: #1fb5ad;
}

.social {
    color: #323232;
    background-color: #fff;
    border-radius: 50%;
    padding: 3px;
    width: 27px;
    height: 27px;
    text-align: center;
    margin: auto;
    line-height: 27px;
    font-size: 16px;
    margin-right: 3px;
}

/* Release Notes Popup */
.release-notes {
    opacity: 0;
    transition: all 0.33s ease-in-out;
    border: 1px solid #1fb5ad;
    position: absolute;
    background-color: #fff;
    top: 0;
    padding: 50px;
    pointer-events: none; 
    z-index: 1000;
}

.release-notes.active {
    opacity: 1;
    transition: all 0.33s ease-in-out;
    pointer-events: all; 
}

.popup-trigger {
    cursor: pointer;
    float: right;
}
.popup-trigger:hover {
    color: #1fb5ad;
}

.popup-close {
    opacity: 0;
    transition: all 0.33s ease-in-out;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.5rem;
    color: #1fb5ad;
    cursor: pointer;
}

.popup-close.active {
    opacity: 1;
    transition: all 0.33s ease-in-out; 
}

/* Single product content */
.product-content-section {
    margin-top: 40px;
}

/* Products page */
.application-title {
    padding: 20px 0 20px 0;
}
.left-border {
    border-left: 4px solid #002e5d;
}
@media(max-width: 374px) {
    .left-border {
        border: none;
    }
}

/* Product category Archive page */
.archive-title {
    text-transform: none;
    font-weight: 600;
    color: #1fb5ad;
    font-size: 54px;
    padding-bottom: 60px;
}
.archive-text {
    padding-bottom: 60px;
}

/* Cookie message */
.cookie-message {
    display: none;
    z-index: 999999;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(50, 50, 50, 0.9);
    color: #fff;
}
.cookie-message .cookie-message-inner {
    text-align: left;
    position: relative;
    max-width: 1580px;
    width: 82%;
    margin: 0 auto;
    padding: 18px 25px;
}
.cookie-message .cookie-message-text {
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 170px);
}
.cookie-message .cookie-message-text p {
    margin: 0;
}

.cookie-message .cookie-message-text a:not(:hover) {
    color: #fff;
}
.cookie-message .cookie-confirm {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 25px;
    transition: background-color .33s ease-in-out;
    vertical-align: middle;
    color: #fff;
    display: inline-block;
    outline: none;
    text-align: center;
    min-width: 136px;
    height: 35px;
    line-height: 33px;
    background-color: #1fb5ad;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border-radius: 1px;
    padding: 0 15px;
    box-sizing: border-box;
}
.cookie-message .cookie-confirm:hover {
    background-color: #fff;
    color: #1fb5ad;
    border: none;
}
@media (max-width: 991px) {
    .cookie-message .cookie-message-inner {
        text-align: center;
    }
    .cookie-message .cookie-message-text {
        width: 100%;
    }
    .cookie-message .cookie-confirm {
        margin-top: 20px;
        position: static;
        top: initial;
    }
}
.bottom-windows {
    z-index: 999999;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.bottom-windows .cookie-message {
    position: static;
    background-color: rgba(50, 50, 50, 1);
}
.bottom-windows #footer-links {
    position: static;
}

.subscribe-form-block {
    display: none;
    position: relative;
    z-index: -1;
    transform: translateY(100%);
    background: #1fb5ad;
    border-top: 1px solid #fff;

    transition: all .75s ease-in-out;
    color: #fff;
}
.subscribe-form-block .wrap {
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    max-width: 100%;
}
.subscribe-form-block .col-half {
    width:50%;
    float: left;
}
.subscribe-form-block .col-half #subscribe-block {
    max-width: 436px;
    margin-left: 5px;
}
.subscribe-form-block .heading {
    font-size: 24px;
    text-align: right;
    margin: 3px 0;
    color: #fff;
    font-weight: bold;
    padding-right: 3px;
}
.subscribe-form-block form .text-danger {
    display: none!important;
}
.subscribe-form-block form table {
    border: none;
    width: 100%;
}
.subscribe-form-block form table tr {
    border: none;
}
.subscribe-form-block form table tr td {
    text-align: left;
    vertical-align: top;
    padding-top:0;
    padding-bottom:0;
}
.subscribe-form-block form table tr td:first-child { padding-left: 0; }
.subscribe-form-block form table tr td:last-child { padding-right: 0; }
.subscribe-form-block form [type=submit] {
    transition: all .33s ease-in-out;
    vertical-align: middle;
    color: #1fb5ad;
    display: inline-block;
    outline: none;
    text-align: center;
    width: 100%;
    height: 33px;
    line-height: 31px;
    background-color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 1px;
    padding: 0 15px;
    margin: 0;
    box-sizing: border-box;
}
.subscribe-form-block form [type=submit]:hover {
    background-color: #1fb5ad;
    color: #fff;
}
.subscribe-form-block form .form-control {
    width: 100%;
    border: 1px solid #1fb5ad;
    color: #1fb5ad;
    height: 35px;
    line-height: 33px;
    font-size: 18px;
    padding: 0 15px;
    box-sizing: border-box;
}
.subscribe-form-block form .form-control.has-error {
    border-color: #b51f24;
}
.subscribe-form-block form .checkboxai input[type="checkbox"] {
    position: relative;
    top: 2px;
}
.subscribe-form-block form .has-error .label {
    border-bottom: 1px solid #b51f24
}

.subscribe-form-block .close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 32px;
    cursor: pointer;
    color: #fff;
}

.text-danger {
    color: #b51f24;
}


/* Custom menu suggestion */
/*.edgtf-header-vertical .edgtf-vertical-menu ul li {
    text-align: center;
}
.edgtf-logo-wrapper a img.edgtf-normal-logo {
    margin: 0 auto;
}*/
.edgtf-vertical-area-widget .textwidget {
    text-align: center;
}

/* Loader related styles */
/* Offset loader screen */
@media(min-width: 1025px) {
    .edgtf-smooth-transition-loader {
        left: 290px;
    }
}

/* Sticky menu - make sure it's always sticky */
.edgtf-sticky-up-mobile-header .edgtf-animate-mobile-header .edgtf-mobile-header-inner {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.admin-bar.edgtf-sticky-up-mobile-header .edgtf-animate-mobile-header .edgtf-mobile-header-inner {
    margin-top: 32px;
}

/* Vertical menu design adj. */
.edgtf-header-vertical .edgtf-vertical-menu {
    margin-top: 50px;
}

.edgtf-header-vertical .edgtf-vertical-menu-area-inner {
    width: 100%;
}

/*.edgtf-header-vertical .edgtf-vertical-menu > ul > li > a {
    font-size: 18px;
    line-height: 18px;
}*/

.edgtf-header-vertical .edgtf-vertical-menu li a {
    text-align: left;
    font-weight: 700;
}

.edgtf-header-vertical .edgtf-vertical-area-widget-holder {
    position: absolute;
    bottom: 33px;
}

/* Submenu */
.edgtf-header-vertical .edgtf-vertical-dropdown-float .menu-item .edgtf-menu-second {
    position: static;
    opacity: 1;
    visibility: visible;
    background: transparent;
    margin-left: 0;
    left: 0;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
}

.edgtf-header-vertical .edgtf-vertical-dropdown-float .menu-item.menu-item-has-children:hover .edgtf-menu-second {
    display: block;
    overflow: visible;
    max-height: 500px;
    opacity: 1;
}

.edgtf-header-vertical .edgtf-vertical-dropdown-float .menu-item .edgtf-menu-second * {
    visibility: visible;

}

.edgtf-header-vertical .edgtf-vertical-dropdown-float li.edgtf-menu-narrow .edgtf-menu-second .edgtf-menu-inner ul {
    padding-top: 5px;
}

.edgtf-header-vertical .edgtf-vertical-dropdown-float .edgtf-menu-second .edgtf-menu-inner ul li a {
    margin-left: 10px;
    margin-right: 0;
    padding: 0px;
}

.edgtf-header-vertical .edgtf-vertical-dropdown-float .edgtf-menu-second .edgtf-menu-inner ul li a:hover {
    color: #1fb5ad;
}

.edgtf-header-vertical .edgtf-vertical-menu.edgtf-vertical-dropdown-float .edgtf-menu-second .edgtf-menu-inner ul li a .edgtf-item-outer:after {
    display: none;
}

.edgtf-header-vertical .edgtf-menu-second .menu-item .edgtf-item-text {
    vertical-align: middle;
    font-weight: 700;
}

.edgtf-header-vertical .edgtf-menu-second .menu-item .edgtf-item-text:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #1fb5ad;
    margin-right: 5px;
}

/* Vertically center (sort of) */
.edgtf-header-vertical .edgtf-logo-wrapper {
    margin-top: 50px;
}

/* .edgtf-header-vertical .edgtf-vertical-dropdown-float .menu-item .edgtf-menu-second.edgtf-float-open {
    display: block;
    overflow: visible;
    max-height: 500px;
    opacity: 1;
} */

.edgtf-video-wrap + .edgtf-full-section-inner {
    position: relative;
    z-index: 100;
}

.single-product-partno {
    font-size: 17px;
    color: #313131;
    margin-bottom: 10px;
}

[data-href] {
    cursor: pointer;
}

.ordering-container {
	margin-top: 30px;	
}

.partnumber-table {
    display: table;
    margin: 30px 0px;
    max-width: 700px;
}

.partnumber-table th,
.partnumber-table td {
    /*border-right: 1px solid #e4e4e4;*/
	border: 1px solid #1fb5ad;

    text-align: left;
    padding: 5px 10px;
}

.partnumber-table tr.active td,
.partnumber-table tr:hover td {
   /* color: #1fb5ad; */
}

.part-number th, 
.part-number td{
   width: 15%;
}

@media(max-width: 700px) {
    .partnumber-table .base-product-name {
        display: none;
    }
}
@media(max-width: 480px) {
    .partnumber-table th,
    .partnumber-table td {
        font-size: 12px;
        padding: 5px;
    }
    .vc_column-inner.vc_custom_1550748844391 { margin-left: 0!important; }
}


.edgtf-btn.explore {
    color: #1fb5ad;
    font-size: 1em;
}
.edgtf-btn.explore:hover {
    color: #fff;
}


.edgtf-header-vertical .edgtf-vertical-dropdown-float .menu-item .edgtf-menu-second.edgtf-float-open {
    display: block;
    overflow: visible;
    max-height: 500px;
    opacity: 1;
}
.top_items.fixed {
    position: absolute;
    top: 0;
    z-index: 9999;
    background: white;
    min-width: 1300px;
    max-width: 1300px;
    padding: 0 15px;
}

.top_items {
    font-family: 'Montserrat', sans-serif;
}
.top_items .toop_menu { color:#555555; font-size:15px; font-weight: 600;     float: right;}
.top_items .toop_menu > ul {
    margin-bottom: 0;
    margin-top: 25px;
}
.top_items .toop_menu > ul> li {display: inline-block;vertical-align: top;position:relative;margin-right: 36px;padding-bottom: 20px;}
.top_items .toop_menu > ul> li.current-menu-item > a, .top_items .toop_menu > ul> li:hover > a, .top_items .toop_menu > ul> li > a:hover { color:#14b6ad; }
.top_items .toop_menu > ul> li > a {color:#555555; text-decoration: none;}
.top_items .toop_menu > ul> li:last-child { margin-right: 0px; }
.top_items .toop_menu > ul> li:hover > ul { display: block; }
.top_items .toop_menu > ul> li > ul:before {content:'';display: block;background: url(images/dropdown_top.png) no-repeat;position: absolute;left: 8px;top: -6px;width:16px;height:6px;}
.top_items .toop_menu > ul> li > ul {display: none;font-size:14px;font-weight: 500;background: white;box-shadow: 0px 0px 7px 2px #00000026;position:absolute;left:0;top: 36px;z-index:9999;width: 100%;min-width: 240px;padding: 30px 44px;}
.top_items .toop_menu > ul> li:last-child > ul { left: unset; right:0;}
.top_items .toop_menu > ul> li:last-child > ul:before { left: unset; right: 8px; }
.top_items .toop_menu > ul> li > ul> li {display: block;position: relative;margin-bottom: 15px;}
.top_items .toop_menu > ul> li > ul> li:before {content:'';display: block;background: url(images/bullets_dropdown.png) no-repeat;position: absolute;left: -20px;top:0;bottom: 0;margin: auto;width:4px;height: 6px;}
.top_items .toop_menu > ul> li > ul> li.current-menu-item > a, .top_items .toop_menu > ul> li > ul> li:hover > a { color:#14b6ad; }
.top_items .toop_menu > ul> li > ul> li:hover:before {background: url(images/bullets_dropdown.png) no-repeat 0px -8px;}
.top_items .toop_menu > ul> li > ul> li > a {color:#555555; text-decoration: none;}
.top_items .toop_menu > ul> li > ul> li:last-child { margin-bottom:0px}
.top_items a {
    font-family: 'Montserrat', sans-serif;
}
.top_items a.logo_top {
    margin-top: 20px;
}

.secondary_logo {
	margin-top: 29px;
    margin-left: 30px;
    height: 64px;
}

.top_items form {border-bottom: 1px solid #dddddd;max-width: 847px;float: right;width: 100%;margin-top: 15px;}
.top_items form input[type=text] {font-family: 'Montserrat', sans-serif;color:#555555;font-size:18px;font-weight: 300;padding: 9px 13px;border:0;}
.top_items form input[type=submit] {
    float: left;
    margin-top: 8px;
    background: url(images/search_button.png) no-repeat;
    padding: 0px 0px;
    width: 20px;
    height: 20px;
    color: transparent;
    border:0;
}
.design { width:1300px; margin: 0 auto;}
.left { float:left; }
.right { float:right; }

@media(max-width:1400px) {
    .top_items .toop_menu > ul> li > a {font-size:13px;}
    .top_items form, .top_items .toop_menu {
        width: calc(100% - 250px);
        max-width: 847px;
    } 
    .design {width: 1071px; margin:0 auto;}
}

.edgtf-header-vertical .edgtf-content, .edgtf-header-vertical footer { padding-left: 0!important; }



@media(max-width:1160px) {
    /*mob-menu*/
    .top_items form{
        width: calc(100% - 330px)
        max-width: inherit;
        margin: 64px 70px 0 0;
    }
    .mobmenu-bt{
        display:block!important;
        position: absolute;
        top:71px;
        right:15px;
        width:36px;
        height:25px;
        background:url(images/mobmenu-bt.png);
        border: none;
        -webkit-appearance: none;
        border-radius: 0;
        z-index: 9;
        
    }
    .toop_menu{
      display:none;
      position: fixed!important;
      height: 100%!important;
      width: 330px!important;
      max-width: inherit!important;
      top: 0;
      left:0px;
      margin-top:0;
      background: #fff;
      box-shadow: -2px 0px 15px rgba(0, 0, 0, 0.5);
      overflow-y: auto!important;
      z-index: 99999;
      
    }
    .mobmenu-close{
        float: right;
        width: 50px;
        height: 40px;
        background:url(images/mobmenu-close.png)no-repeat center;
        margin-bottom: -10px;
        cursor: pointer;
        position: relative;
        z-index: 999;
    }
    .top_items .toop_menu > ul> li {
        width: calc(100% - 40px);
        margin: 0;
        padding: 10px 20px;
    }
    .top_items .toop_menu > ul> li > ul {
        display: block!important;
        box-shadow: none;
        position: relative;
        left: 0;
        top: 5px;
        z-index: 9999;
        width: calc(100% - 40px);
        min-width: inherit;
        padding: 10px 0 10px 40px;
    }
    .top_items .toop_menu > ul> li > ul:before{content:none;}
    .on_other_pages.design { width:98%; margin: 0 auto; }
    
    body .top_items form { margin-top:40px; width:calc(100% - 350px); }
    body .top_items form input[type=text] { width: calc(100% - 50px); }
    
}

@media(max-width:500px) {
    /*mob-menu*/
    .design { width:100%; }
    .top_items .logo_top > img {width: 44px; margin-bottom: 10px;}
    body .top_items form {margin-top: 20px; width: calc(100% - 148px); }
    
    body .mobmenu-bt {top:28px;}
	
	.secondary_logo {
		margin-top: 23px;
		margin-left: 10px;
		height: 40px;
	}
    
    .toop_menu {width: 75%!important; display: none;}
    .top_items .toop_menu{font-size:15px;}
    .top_items .toop_menu > ul> li {padding: 7px 20px;}
    .top_items .toop_menu > ul> li > ul {width: calc(100% - 30px);padding: 10px 0 10px 30px;}
    .top_items .toop_menu > ul> li > ul> li {font-size: 13px;margin-bottom: 5px;}
    
    body .top_items form { margin-top:20px; width:calc(100% - 200px) !important; }
    body .top_items form input[type=text] { width: calc(100% - 50px); }
    
}

/*12-05*/
.vc_row.vc_inner{padding:30px 0;}
.wpb_text_column h3{font-size:24px;}
.wpb_text_column h3:after{
	display:block;
	width:70px;
	height:3px;
	content:'';
	background:#1fb5ad;
	margin: 5px 0 0;
}
.wpb_text_column h4 {font-size: 20px;text-transform: none;}
.vc_custom_1575463386787 {padding-top: 30px !important;margin-bottom:-40px!important;}

    
.checkbox_body .checkmark:after {
    background: url(https://emusbms.com/wp-content/themes/ratio/hp_info/images/sprite.png) no-repeat;
}
#contacts input, #contacts button, #contacts textarea, #contacts a {
    font-family: "Helvetica", sans-serif;
}
#contacts h1 {font-family: "Helvetica", sans-serif;font-weight: bold;font-size:70px;color:white;margin: 0;}
#contacts h2 {font-family: "Helvetica", sans-serif; font-weight: bold; color:#14b6ad; font-size:50px; line-height: 50px; }
#contacts h3 {font-family: "Helvetica", sans-serif;font-weight: bold;color:#14b6ad;font-size:50px;line-height: 50px;margin: 0;}
#contacts .title { color:#555555; font-size:35px; font-weight: bold; text-decoration: none; }
#contacts .content { font-family: 'Open Sans', sans-serif; color:#777777; font-size:14px; font-weight: 300; line-height: 22px; }
#contacts .learn {font-family: 'Open Sans', sans-serif;color:white;font-size:16px;font-weight: bold;background:#12aba3;padding: 10px 25px;display: table;text-decoration: none;}
#contacts > .left {width:372px;background: #f8fafa;padding: 48px 49px;}
#contacts > .right {width: calc(100% - 568px);background:#eef4f4;padding: 75px 49px;}
#contacts h3 {font-size:35px;line-height:normal;margin-bottom: 40px; color:#555555; }
#contacts h3 span { color:#14b6ad; }
#contacts input[type="text"], input[type="email"], #contacts textarea {
    background: white;
    padding: 13px 13px;
    border:0;
    color:#777777;
    font-size:16px;
    font-weight: 300;
}
#contacts input[type="submit"] {
    font-family: 'Open Sans', sans-serif;
    color:white;
    font-size:16px;
    font-weight: bold;
    background:#12aba3;
    padding: 10px 32px;
    display: table;
    text-decoration: none;
    border:0px;
    float:right;
    margin-top:20px;
    cursor: pointer;
}
#contacts input[type="text"], #contacts input[type="email"] { width:calc(50% - 40px); float:left;}
#contacts input[type="email"]  {float:right}
#contacts .inputs-row {display:table;width:calc(100% + 20px);table-layout: fixed;margin:0 -10px;}
#contacts .inputs-row > .input-block {display:table-cell;padding: 0 10px;}
#contacts .inputs-row > .input-block > input {width:100%;float:none;box-sizing: border-box;}
#contacts textarea { width:calc(100% - 26px); margin-top:20px;}
#contacts > .left {
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    color:#656565;
    line-height: 28px;
    font-weight: 300;
    min-height: 398px;
}
#contacts > .left strong { display: block; color:#333333; }
#contacts .checkbox_body {
    margin-right: 13px;
    margin-top: 15px;
}

#contacts .checkbox_body a{
    color:#12aba3;
}
/* Customize the label (the checkbox_body) */
#contacts .checkbox_body {
  font-family: 'Open Sans', sans-serif;
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 300;
  color:#777777;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 26px;
  line-height: 24px;
}

/* Hide the browser's default checkbox */
#contacts .checkbox_body input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
#contacts .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
}

/* On mouse-over, add a grey background color */
#contacts .checkbox_body:hover input ~ .checkmark {
  background-color:white;
}

/* When the checkbox is checked, add a blue background */
#contacts .checkbox_body input:checked ~ .checkmark {
  background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
#contacts .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#contacts .checkbox_body input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#contacts .checkbox_body .checkmark:after {
  width: 12px;
  height: 10px;
  background-position: -46px -188px;
  top: 8px;
  left: 6px;
}
.supd {
    display: none;
}
.tab_btns { border-bottom: 1px solid #dddddd; }
.tab_btns .tab_btn.active, .tab_btns .tab_btn:hover, .tab_btns .tab_btn:focus { border-bottom: 2px solid #12aba3; color:#14b6ad; font-size:24px; font-weight: 400; }
.tab_btns .tab_btn  {font-family: 'Open Sans',sans-serif; margin: 0 80px 0 0px;padding: 10px 0; cursor: pointer; border:0px; border-bottom: 2px solid transparent; color:#555555; font-size:24px; font-weight: 400; display: inline-block;vertical-align: top; background: transparent;}
.tabs_information h3, /*.tabs_information h4, .tabs_information h5,*/ .tabs_information h2 {
    font-family: 'Open Sans',sans-serif;
    color:#555555;
    font-size:32px!important;
    line-height: 36px!important;
    font-weight: 400!important;
}
.tabs_information .product-content-section {
    margin-top: 0!important;
}
.tabs_information h3:after, .tabs_information h2:after /*.tabs_information h4:after, .tabs_information h5:after */{
    display: block;
    height: 3px;
    content: '';
}
.tabs_information h3:after, .tabs_information .wpb_text_column  h3:after,
.tabs_information h2:after, .tabs_information .wpb_text_column  h2:after
    /*.tabs_information h4:after, .tabs_information .wpb_text_column  h4:after,
    .tabs_information h5:after, .tabs_information .wpb_text_column  h5:after*/
{
    background: #555555;
    width: 87px;
    margin: 20px 0 0;
}
.tabs_information {
    font-family: 'Open Sans',sans-serif;
    color:#555555;
    font-size:16px;
    font-weight: 300;
}

.tabs_information .description .wpb_wrapper > .vc_row.wpb_row {
    border-bottom: 1px solid #dddddd;
    padding: 100px 0;
}
.tabs_information .download-heading {
    border-top: 1px solid #dddddd;
    padding: 100px 0 0;
    margin-top: 100px;
}
.tabs_information .download-heading h3 { margin-top:0px;}
.tabs_information  .download-files {  max-width: none; }
.tabs_information  .file-block,
.tabs_information  .file-versions-link { max-width: 700px; }
.tabs_information .description .wpb_wrapper > .vc_row.wpb_row:first-child { padding-top: 30px; }
.tabs_information .ordering-container { margin-top:100px; }
.product_gallery { border:1px solid #dddddd; padding:67px 30px; margin-bottom: 60px; }
.product_gallery.single-product-heading h1 { font-family: 'Open Sans',sans-serif; color:#14b6ad; font-weight: 400; font-size:46px;	padding-bottom: 20px; }
.product_gallery.single-product-heading { font-size: 18px; font-weight: 300; color:#333333; line-height: 30px; }
.product_gallery .btn-more {
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 30px;
    display: table;
}
.similar-products {  border:1px solid #dddddd; padding:30px 30px; float:right; width: 31%;}
/*.similar-products .title { font-size:20px; font-weight: 600; color:#333333; margin-bottom: 20px; }*/
.similar-products .title {font-family: 'Open Sans',sans-serif; color:#14b6ad; font-weight: 400; font-size:20px;	margin-bottom: 20px; }

.similar-products img { display: inline-block; vertical-align: middle; }
.similar-products span {display: inline-block; vertical-align: middle; font-size:14px; font-weight: 300; color:#333333; text-align: left;    width: calc(100% - 144px);}

.similar-products a { margin-bottom: 20px; display: table; text-align: center; }
.similar-products .slick-arrow {
    background: url(images/arrow_sl.png) no-repeat;
    border: 0;
    padding: 0;
    color: transparent;
    cursor: pointer;
    background-size: contain;
    margin: 0 auto;
    /*position: absolute;*/
    right: auto;
    left: auto;
    text-align: center;
    display: block;

}

.similar-products .slick-prev.slick-arrow {
    display: none!important;
}
.similar-products .slick-slide img { display: inline-block; }
.product_gallery .thumbnails { max-width: 357px; margin-left: 42px; position: relative;left: -29px; }
.product_gallery .thumbnails img { border:1px solid #dedede; cursor: pointer; margin-right: 10px; display: inline-block; max-width: 110px; }
.product_gallery .thumbnails img:hover, .product_gallery .thumbnails img.active, .product_gallery .thumbnails img:focus { border:1px solid #20b0a8; }

.product_gallery .slick-arrow {
    background: url(images/arrow_next.png) no-repeat;
    border: 0;
    padding: 0;
    color: transparent;
    cursor: pointer;
    background-size: contain;
    top: 35%;
    position: absolute;
    right: -31px;
    left: inherit;
    width: 16px;
    height: 34px;
}
.product_gallery .slick-arrow.slick-prev {
    background: url(images/arrow_right.png) no-repeat;
    background-size: contain;
    left: -31px;
    right: inherit;
}
.product_gallery .slick-arrow.slick-disabled { pointer-events: none; opacity: 0.5; }
.page_container { max-width: 1300px; margin:0 auto; padding: 68px 0 0; }
.homepage .slick-slider .slick-arrow {
    width:50px;
    height:50px;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    z-index:1;
}
.homepage .slick-slider .slick-arrow.slick-next {
    left: unset;
    right: 5px;
    transform: translateY(-50%);
}
.homepage .slick-slider .slick-arrow:before {
    font-size:50px;
    color: #fff;
}
.homepage .slick-slider .slick-dots {
    bottom: 10px;
}
.homepage .slick-slider .slick-dots li button:before {
    font-size: 9px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #14aba2;
    background: #f3f3f3;
    border: 2px solid #14aba2;
    border-radius: 50%;
    opacity: 1;
}

.homepage .slick-slider .slick-dots li.slick-active button:before {
    color: #f3f3f3;
    background: #14aba2;
    border-color: #f3f3f3;
}
@media(max-width: 1000px) {
    .product_gallery.single-product-heading { width:100%; margin-bottom: 50px;}
    .similar-products { float:none;  width:100%; clear: both;}
    .page_container { padding: 0 60px;}
    .similar-products span, .similar-products img { display: block; width:auto; text-align: center; margin: 0 auto; }
    .similar-products a { margin-right: 10px; }
    .tab_btns { margin-top: 60px; }

    .similar-products .slick-arrow {
        display: block!important;
        background: url(images/arrow_next.png) no-repeat;
        border: 0;
        padding: 0;
        color: transparent;
        cursor: pointer;
        background-size: contain;
        top: 50%;
        position: absolute;
        right: 18px;
        left: inherit;
        width: 16px;
        height: 34px;
    }

    .similar-products .slick-arrow.slick-prev {
        display: block!important;
        background: url(images/arrow_right.png) no-repeat;
        background-size: contain;
        left: 18px;
        right: inherit;
    }
}

@media(max-width: 1399px) {
    .page_container { padding: 0 60px;}
}
@media(max-width: 600px) {

    .product_gallery.single-product-heading .big_img img { max-width: 100%; }
    .product_gallery .thumbnails {  }
    .single-product-photo { width:100%; }
}

#contacts input.required, #contacts textarea.required, #contacts .required .checkmark {
    border: 1px solid red;
}

.breadcrumb{
    padding:21px 10px 17px;
    background-color:#f4f4f4;
}
.breadcrumb ul {
    list-style: none;
    padding: 0;
}
.breadcrumb ul li {
    display: inline-block;
}
.breadcrumb a{
    display: inline-block;
    float:left;
    position:relative;
    font-size:14px;
    line-height:14px;
    color:#999999;
    text-decoration:none;
}
.breadcrumb li:last-child a{color:#555555;}
.breadcrumb a:hover{text-decoration:underline;}
.breadcrumb li:before{
    float:left;
    width:10px;
    height:10px;
    content:'>';
    margin:-4px 6px 0 9px;
}
.breadcrumb li:first-child:before{content:none;}
.clear {clear:both;}
@media(max-width:900px) {
    #contacts > .left {width: calc(50% - 96px);}
    #contacts > .right {width: calc(50% - 100px);}
}

@media(max-width: 600px) {
    #contacts > .left {width: calc(100% - 96px); min-height: auto!important;}
    #contacts > .right {width: calc(100% - 100px);
}
button.btn_material { width: 100%; }
}

#slides {margin: 20px 0;}
.homepage .slick-slider .slick-prev:before, .homepage .slick-slider .slick-next:before {color:#14b6ad;opacity:0.9}
#slides .slick-prev:before, #slides .slick-next:before {color:#555;opacity:0.6;}
#slides .slide {position:relative;}
#slides .slide .title {
    color: white;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    left: 50px;
    top: 50px;
}
#slides .slide .title.green {
    color: #14b6ad;
}
#slides .slide .title span {
    font-size: 16px;
    font-weight: 300;
    display: block;
}

#slides .slide .button {
    font-family: 'Open Sans', sans-serif;
    color: #14b6ad;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    padding: 8px 23px;
    border: 1px solid #fff;
    text-decoration: none;
    display: inline-block;
    margin-top:20px;
}
#slides .slide .button.green {
    background: #14b6ad;
    color: #fff;
}
#slides .slide img.mobile {display:none;}

/*
#news_slides .slick-arrow {
    top: 20px;
    right: 20px;
    left: unset;
    z-index: 1;
    transform: none;
}
#news_slides .slick-prev {
    transform: translateX(calc(-100% - 10px));
}
*/
.homepage .slick-slider .slick-arrow:before {
    content: '';
    border-width: 0 0 3px 3px;
    border-style: solid;
    border-color: #333;
    transform: rotate(45deg);
    display:block;
    width:20px;
    height:20px;
    position:relative;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
}
.homepage .slick-slider .slick-next:before {
    transform: rotate(-135deg);
}
#footer-links {display:none;}
@media(max-width: 600px) {
    #slides .slide img.desktop {display:none;}
    #slides .slide img.mobile {display:block;}

    #footer-links {
        position: fixed;
        left:0;
        bottom:0;
        list-style:none;
        display:table;
        table-layout: fixed;
        width:100vw;
        margin:0;
        z-index: 999;
    }
    body {
        padding-bottom: 60px;
    }
    body #footer-links img.lazy {
        min-height: 24px;
        max-width: 24px;
    }
    #footer-links li {
        display:table-cell;
        text-align:center;
        padding: 8px 5px 0;
        background: rgb(103, 181, 172);
    }
    #footer-links li:nth-child(3n - 1) {background: rgb(80, 148, 140)}
    #footer-links li:nth-child(3n) {background: rgb(65, 128, 121)}
    #footer-links li:last-child {
        border-right: none;
    }
    #footer-links li a {
        color: #fff;
        font-size: 16px;
        display:block;
        margin:0 auto;
        text-align:center;
    }
    #footer-links li a img {
        display:block;
        margin:0 auto;
        max-height:24px;
    }
    #edgtf-back-to-top {bottom: 85px;right:10px;}
    #contacts .inputs-row {width:100%;margin:0}
    #contacts .inputs-row > .input-block {display:block;padding: 0;margin-bottom:20px;}
    #contacts .inputs-row > .input-block:last-child {margin-bottom:0;}
    .breadcrumb {padding-right: 10px;padding-left: 10px;}
}

.contacts-page .wc-row {margin-bottom:50px;margin-left: -15px;margin-right: -15px;}
.contacts-page #map-image {float:left;}
.contacts-page .info-row .info-blocks {
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #f4f4f4;
    font-size: 14px;
}
.contacts-page .info-row .info-blocks td {
	width: 30%;
    border-right: 2px solid #f4f4f4;
    text-align:left;
    padding: 40px 20px 10px 40px;
}
.contacts-page .info-row .info-blocks tr td:first-child{width:40%;}
.contacts-page .info-row .info-blocks td  h3{
	font-size: 24px;
    color: #000000;
}
.contacts-page .info-row .info-blocks td  h3:after, .contacts-page .info-row .right-block h3:after, .contacts-page .edgtf-container-inner > h3:after{
    display: block;
    width: 70px;
    height: 3px;
    content: '';
    background: #1fb5ad;
    margin: 5px 0 0;
}
.contacts-page .info-row .info-blocks td strong{color: #000000;}
.contacts-page .info-row .right-block {
	height: 307px;
    background-color: #f4f4f4;
    padding: 40px 50px;
}
.contacts-page .info-row .right-block h3{
	font-size: 24px;
    color: #000000;
}
.contacts-page .info-row .right-block strong{color: #000000;}
.contacts-page .administration {
    padding: 40px 0 20px;
    background-color: #f4f4f4;
    text-align:center;
	margin:30px 0 0;
}
.contacts-page .administration > div {
    padding: 20px 100px;
}

.contacts-page .administration img {
    filter: grayscale(1);
}
.contacts-page .administration img + p {
    font-weight: bold;
}
.contacts-page .administration p {
    margin: 0 0 10px;
}
.contacts-page  #contacts > .left {
	width: 350px;
	min-height: 334px;
	padding: 50px 40px;
}
.contacts-page #contacts > .right {width: calc(100% - 530px);padding: 60px 50px;}
.contacts-page #contacts ::-webkit-input-placeholder {color:#aaaaaa;}
.contacts-page #contacts :-moz-placeholder {color:#aaaaaa;opacity:1;}
.contacts-page #contacts ::-moz-placeholder {color:#aaaaaa;opacity:1;}
.contacts-page #contacts :-ms-input-placeholder {color:#aaaaaa;}
.contacts-page #contacts textarea{height: 154px;line-height:22px;}
.contacts-page .edgtf-container-inner > h3{font-size: 24px;color: #000000;margin-top:62px;}

.wpb_single_image .vc_single_image-wrapper{
	border: 1px solid #dddddd!important;
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
}
.wpb_single_image .vc_single_image-wrapper:hover{border-color:#1fb5ad!important;}
.wpb_single_image img{max-height:100%;border:none!important;padding: 0!important;}

.custom-bordered-block .product-item, .wpb_column .product-item {min-height: 395px;border: 1px solid #dddddd!important;padding: 20px!important;}

.edgtf-blog-type-masonry .category-news .edgtf-post-content {padding-bottom: 30px;}
.edgtf-blog-type-masonry .category-news .edgtf-post-content .edgtf-blog-read-more {position:absolute;bottom:20px;}


#why_us {
    padding: 90px 0 20px 0;
}
#why_us h2 {
    margin-bottom: 20px;
}
#why_us h2 span {
    display: inline-block;
    background: #1cbaad;
    padding: 5px 30px;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 15px;
}
#why_us .why_us_block {
    position: relative;
    display: inline-block;
    width: 49.8%;
}
#why_us .why_us_block ul {
    position: absolute;
    top: 5px;
    /* width: calc(90% - 250px); */
    width: 90%;
    z-index: 0;
    min-height: 112px;
    border: 2px solid #1cbaad;
    color: #1cbaad;
    font-size: 1.25em;
    font-weight: 500;
}

#why_us .why_us_block ul li {
    padding-left: 15px;
    line-height: 30px;
}
#why_us .why_us_block .img {
    width: 48.5%;
    position: relative;
    z-index: 1;
    margin-bottom: -15px;
    float:right;
}
#why_us .why_us_block .img img {
    width: 100%;
    height: auto;
}
#why_us .why_us_block .img span {
    position: absolute;
    left: 25%;
    right: 15%;
    bottom: 23%;
    color: #fff;
    font-weight: 900;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    z-index: 2;
}

#why_us .why_us_block.block1 ul {
    left: 0;
    right: 10%;
    padding: 20px 200px 20px 40px;
    width: 90%;
    border-top-left-radius: 60px;
}
#why_us .why_us_block.block2 ul {
    left: 10%;
    right: 0;
    padding: 20px 30px 20px 245px;
    border-top-right-radius: 60px;
}
#why_us .why_us_block.block3 ul {
    left: 0;
    right: 10%;
    top: auto;
    right: 20px;
    padding: 20px 200px 20px 40px;
    width: 90%;
    border-bottom-left-radius: 60px;
}
#why_us .why_us_block.block3 ul li:first-child{
    padding-right: 50px;
}
#why_us .why_us_block.block3 ul li:nth-child(2){
    padding-right: 25px;
}
#why_us .why_us_block.block4 ul {
    left: 10%;
    right: 0;
    padding: 20px 30px 20px 245px;
    border-bottom-right-radius: 60px;
}
#why_us .why_us_block.block2 .img,
#why_us .why_us_block.block4 .img {
    float: left;
}
#why_us .why_us_block.block2 .img span,
#why_us .why_us_block.block4 .img span {
    float: left;
    left: 14%;
    right: 26%;
}
#why_us .why_us_block.block3 ul,
#why_us .why_us_block.block4 ul {
    bottom: 5px;
    top: auto;
}
#why_us .why_us_block.block3 .img span,
#why_us .why_us_block.block4 .img span {
    top: 42%;
}


@media (min-width: 1401px) {
    body #why_us .why_us_block ul {
        text-indent: -23px;
        padding-left: 25px;
    }
    body #why_us .why_us_block ul {
        min-height: 180px;
    }
    body #why_us .why_us_block.block1 ul > li {
        padding-bottom: 12px;
    }
    body #why_us .why_us_block.block1 ul > li:nth-child(1) {
        margin-top: 18px;
    }
    body #why_us .why_us_block.block1 ul > li:nth-child(2) {
        padding-right: 25px;
    }
    body #why_us .why_us_block ul {
        width: 90%;
        padding-left: 260px;
    }
    body #why_us .why_us_block.block2 ul {
        padding: 20px 15px 20px 260px
    }
    body #why_us .why_us_block.block2 ul > li {
        padding-bottom: 12px;
    }
    body #why_us .why_us_block.block2 ul > li:nth-child(1) {
        margin-top: 10px;
    }
    body #why_us .why_us_block.block4 ul {
        padding: 20px 15px 20px 260px
    }
    body #why_us .why_us_block.block4 ul > li {
        padding-bottom: 12px;
    }
    body #why_us .why_us_block.block4 ul > li:nth-child(1) {
        margin-top: 15px;
    }
}

@media (max-width: 1400px) {
    #why_us .why_us_block {
        width: 49.5%;
    }
    #why_us .why_us_block .img span {
        font-size: 18px;
        line-height: 26px;
    }
    #why_us .why_us_block ul {
        font-size: 1.1em;
        width: 50%;
        padding: 15px;
        line-height: 18px;
        min-height: 180px;
        text-indent: -25px;
    }
    #why_us .why_us_block.block1 ul,
    #why_us .why_us_block.block3 ul {
        padding: 20px 41% 20px 35px;
        width: 90%;
    }
    #why_us .why_us_block.block2 ul,
    #why_us .why_us_block.block4 ul {
        padding: 20px 8px 20px 41%;
        width: 90%;
    }
    #why_us .why_us_block ul li {
        line-height: 20px;
    }
    #why_us .why_us_block.block1 ul li:first-child {
        padding-top: 17px;
    }
    #why_us .why_us_block.block2 ul li:first-child {
        padding-top: 12px;
    }
    #why_us .why_us_block.block3 ul li:first-child {
        padding-top: 0px;
    }
    #why_us .why_us_block.block4 ul li:first-child {
        padding-top: 10px;
    }
    
}

@media (max-width: 767px) {
    
    
    #why_us {
        padding: 30px 0 0 0;
    }
    #why_us h2 span {
        font-size: 30px;
    }
    #why_us .why_us_block {
        width: calc(100% - 40px);
        min-height: none;
    }

    #why_us .why_us_block .img {
        margin: 0;
        background-color: #1cbaad;
        padding: 7px 30px;
        color: #fff;
        margin: 0 -8px 20px -8px;
        margin: 0 -45px 5px -8px;
        width: auto;
        border-radius: 12px;
    }
    #why_us .why_us_block .img img {
        display: none;
    }
    #why_us .why_us_block .img span {
        position: static!important;
    }
    
    #why_us .why_us_block {
        min-height: none;
    }
    #why_us .why_us_block ul {
        padding-left: 25px;
        position: static;
        display:block!important;
        padding: 15px 15px 15px 40px!important;
        width: 100%!important;
        line-height: 24px;
        margin-top: 20px;
        width: calc(100% - 25px)!important;
    }  

    #why_us .why_us_block ul li {
        line-height: 28px;
    }
    #why_us .why_us_block ul li:first-child {
        margin-top: 10px;
    }
   
}

body .wpb_text_column .helpie-faq h3 {
    margin-bottom: 12px;
}
body .helpie-faq .plusminus {
	padding-left: 32px;
	position: relative;
	cursor: pointer;
}
body .helpie-faq .plusminus:before {
	content: "-";
	color: #1fb5ad;
	position: absolute;
	top: -4px;
	left: 0;
	font-size: 70px;
    font-weight: 100;
    line-height: 26px;
}
body .helpie-faq .plusminus:after {
	content: "-";
	color: #1fb5ad;
	position: absolute;
	top: 4px;
	left: 9px;
	font-size: 70px;
    font-weight: 100;
    line-height: 26px;
	transform: rotate(90deg);
	transition: 300ms;
}
body .helpie-faq .plusminus.open:after {
	content: "-";
	color: #1fb5ad;
	position: absolute;
	top: -4px;
	left: 0;
	font-size: 70px;
    font-weight: 100;
    line-height: 26px;
	transform: rotate(0deg);
	transition: 300ms;
}

body .helpie-faq.accordions .search {
    display: inline-block;
    float: right;
    width: 40%;
	z-index: 1;
}
body .helpie-faq.accordions .accordion {
    margin: 0 0 50px 0;
	display: none;
}
body .helpie-faq.accordions .accordion .accordion__item .accordion__header {
    border-top: 2px solid #e6e7e9;
}
body .helpie-faq.accordions .accordion .accordion__item .accordion__header.active {
    background-color: #f4f4f4!important; 
}
body .helpie-faq.accordions.custom-styles .accordion .accordion__item {
    border: none;
}
body .helpie-faq.accordions.custom-styles .accordion .accordion__item .accordion__body {
    border-top: 2px solid #e6e7e9;
    border-bottom: 2px solid #e6e7e9;
    background-color: #fff!important;
}




footer {background: #f8fafa;}
footer .edgtf-footer-top:not(.edgtf-footer-top-full) .edgtf-container-inner { padding: 20px 0; max-width: 800px; }
footer .widget .edgtf-footer-widget-title { color: #555; font-size: 18px; font-weight: 600; margin-bottom: 10px; }
footer .widget ul li { padding: 3px 0; }
footer .widget p { margin: 0 0 10px; }
footer .widget ul li a,
footer .widget { color: #656565; }
body.page-id-8389 .edgtf-content table td { border-right: 1px solid #e4e4e4; }
footer .inner{
    float:left;
    width:calc(100% - 100px);
    min-height: 308px;
    font-family: 'Montserrat', sans-serif;
    color:#444444;
    background:#f8fafa;
    padding:42px 50px 50px;
    margin:0px 0 0;
}
footer .column{float:left;width:calc((100% - 179px) / 3 - 23px);padding-right:30px;}
footer .column:last-child{padding-right:0;width:156px;}
footer .column p{font-family: 'Montserrat', sans-serif;color:#444444;min-height:10px;margin:0;font-weight: 500}
footer .column p strong{font-weight:500;}
footer .column p:first-child, footer .column p:first-child strong{font-weight:600;margin:0 0 10px;}
footer .column .socials{float:left;width:100%;margin:20px 0 0 -8px;}
footer .column .socials a{
    display:inline-block;
    width:23px;
    height:23px;
    content:'';
    background-repeat:no-repeat;
    background-position:center;
    background-size:auto 21px;
    margin-right:20px;
}
footer .column .socials a.fb{background-image:url(images/fb.svg);}
footer .column .socials a.in{background-image:url(images/in.svg);}
footer .column ul{list-style:none;padding:0;margin:0;}
footer .column ul li {margin:0;}
footer .column ul li a{font-family: 'Montserrat', sans-serif;color:#444444;text-decoration:none;font-weight: 500; display: inline-block; padding: 4px;}
footer .column ul li a:hover{text-decoration:underline;}
footer .column ul li:first-child{font-weight:600;text-transform:uppercase;margin:0 0 10px;}
@media (min-width: 769px) {
    footer .edgtf-four-columns .edgtf-column { width: calc((100% - 485px)/ 2); }
    footer .edgtf-four-columns .edgtf-column:first-child { width: 285px; }
    footer .edgtf-four-columns .edgtf-column:last-child { width: 200px; }
}
@media (max-width: 768px) {
    footer .edgtf-four-columns .edgtf-column { margin-bottom: 25px; }
}

@media only screen and (max-width: 1650px) and (min-width: 1490px){
	.contacts-page .info-row .right-block {height: 333px;}
	.contacts-page #contacts > .left {min-height: 389px;}
	.contacts-page .administration > div {padding: 20px 70px;}
	.custom-bordered-block .product-item, .wpb_column .product-item{min-height:inherit;}
}

@media only screen and (max-width: 1490px) and (min-width: 1314px){
	.contacts-page .info-row .info-blocks td {width: auto!important;padding: 40px 10px 10px 20px;}
	.contacts-page .info-row .right-block{height: 335px;padding: 40px 40px;}
	.contacts-page #contacts > .left {width: 250px;min-height: 389px;}
	.contacts-page #contacts > .right {width: calc(100% - 410px);padding: 60px 40px;}
	.contacts-page .administration > div {padding: 20px 50px;}
}

@media only screen and (max-width: 1314px) and (min-width: 1024px){
	.contacts-page .info-row .vc_col-lg-8 {width: 100%;}
	.contacts-page .info-row .vc_col-lg-4 {width: 100%;}
	.contacts-page .info-row .right-block {height: auto;margin-top: 20px;padding: 40px 40px 10px;}
	.contacts-page #contacts > .left {width: calc(100% - 80px);min-height: unset;padding: 40px 40px 10px;}
	.contacts-page #contacts > .right {width: calc(100% - 80px);padding: 60px 40px;}
	.contacts-page .administration > div {padding: 20px 40px;}
    
}

@media only screen and (max-width: 1024px){
	.contacts-page .info-row .vc_col-lg-8 {width: 100%;}
	.contacts-page .info-row .vc_col-lg-4 {width: 100%;}
	.contacts-page .info-row .right-block {height: auto;margin-top: 20px;padding: 40px 40px 10px;}
	.contacts-page #contacts > .left {width: calc(100% - 80px);min-height: unset;padding: 40px 40px 10px;}
	.contacts-page #contacts > .right {width: calc(100% - 80px);padding: 60px 40px;}
	.contacts-page .administration .vc_col-sm-6{width:33.33333333%!important;}
	.contacts-page .administration > div {padding: 20px 40px;}
}

@media only screen and (max-width: 780px){
	#map_image{margin-top:20px;}
	.contacts-page .info-row .info-blocks td {width: auto!important;padding: 40px 10px 10px 20px;}
	.contacts-page .administration > div {padding: 20px 20px;}
	.edgtf-section + .edgtf-section {padding: 0;}
	.vc_col-has-fill>.vc_column-inner, .vc_column-inner{padding-top: 35px;}
    
    .page_container {padding: 0 15px;}
    .product_gallery {margin-top: 30px; padding: 30px 15px;}
    .product_gallery .thumbnails { max-width: calc(100% + 60px); margin-left: 13px; position: relative; left: 0; width: calc(100% + 60px); right: 0;}
    .tabs_information .description .wpb_wrapper > .vc_row.wpb_row {padding: 30px 0;}
    .tabs_information .ordering-container { margin-top: 30px; }
    .tabs_information .download-heading { margin-top: 30px; padding: 30px 0; }

}

@media only screen and (max-width: 768px){
    footer .column{width:calc(50% - 16px);}
    footer .column:nth-child(2){padding-right:0;}
    footer .column:nth-child(3){padding-top:25px;}
    footer .column:nth-child(4){padding-top:25px;margin-top:-182px;}
}

@media only screen and (max-width: 600px){
	.contacts-page .info-row .info-blocks{overflow:hidden;}
	.contacts-page .info-row .info-blocks td {display:block;width: 100%!important;border-top: 2px solid #f4f4f4;padding: 30px 40px 10px 40px;}
	.contacts-page .info-row .info-blocks tr td:first-child{border-top:none;}
	.contacts-page .administration .vc_col-sm-6{width:unset!important;}
	.contacts-page .administration > div {padding: 20px 70px;}

    .subscribe-form-block { padding: 0 10px; }
    .subscribe-form-block .close {position: static;float: right;}
    .subscribe-form-block .col-half { width: 100%; float: none; }
    footer .inner {width: calc(100% - 60px);padding: 32px 30px 30px;}
}

@media only screen and (max-width: 480px){
	.contacts-page .info-row .info-blocks td {padding: 30px 20px 10px 20px;}
	.contacts-page .info-row .right-block {padding: 40px 20px 10px;}
	.contacts-page #contacts > .left{width: calc(100% - 40px);padding: 40px 20px 10px;}
	.contacts-page #contacts > .right {width: calc(100% - 40px);padding: 60px 20px;}
	#contacts input[type="submit"]{width:100%;}
	.contacts-page .edgtf-container-inner > h3{margin-top: 52px;}
	.contacts-page .administration > div {padding: 20px 20px;}
    footer .column{width:100%;padding-right:0;}
    footer .column:nth-child(2){padding-top:25px;}
    footer .column:nth-child(4){margin-top:0;}
	
	.edgtf-container-inner, .edgtf-grid, .edgtf-grid-section .edgtf-section-inner,
	.edgtf-slider .carousel-inner .edgtf-slider-content-outer {
    	width: 92% !important;
	}
}

.edgtf-blog-holder.edgtf-blog-type-masonry article {
    display: block;
    text-align: left;
    vertical-align: top;
    z-index: 100;
    padding: 20px;
    margin: 0 0 50px;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s ease-out;
    -moz-transition: border-color 0.15s ease-out;
    transition: border-color 0.15s ease-out;
    border: 1px solid #e4e4e4;
  }

  .edgtf-btn.edgtf-btn-transparent {
      color: black;
  }


.edgtf-post-title {
	font-size: 18px !important;
}