/*
Theme Name: Sanosil Partner Theme
Author: LEXO GmbH
Author URI: https://www.lexo.ch/
Description: Custom theme developed for Sanosil partners.
Text Domain: spt
Version: 1.0.0
*/

/*
 *
 * REGULAR PAGE SETTINGS
 *
 */


body {
    position: relative;
    min-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-vertical-center {
    align-items: center;
}

.flex-pull-right {
    margin-left: auto;
}

input {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

body.iphone input,
body.iphone textarea {
    -webkit-border-radius:0; 
    border-radius:0;
    box-shadow: none;
    background-clip: padding-box;
}

header {
    background-color: white;
    border-top: 4px solid #1b689f;
    position: relative;
}

header:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: rgba(0,0,0,0.1);
    z-index: 1;
}

.header-inner {
    padding: 15px 0;
    align-items: center;
}

#header-left {

}

.custom-logo-link {
    max-width: 396px;
    display: block;
}

.custom-logo-link > .custom-logo {
    width: 100%;
    height: auto;
    display: block;
}

#header-right {
    flex: 1;
    margin-left: 70px;
}

.header-menu-wrapper {
    border-top: 1px solid #C5C5C5;
}

.header-menu-wrapper > .menu {
    margin: 0;
    margin-top: 15px;
}

.header-menu-wrapper > .menu > .menu-item {
    float: left;
    padding: 0 15px;
    position: relative;
}

.header-menu-wrapper > .menu > .menu-item:first-child {
    padding-left: 0;
}

.header-menu-wrapper > .menu > .menu-item:last-child {
    padding-right: 0;
}

.header-menu-wrapper > .menu > .menu-item > a {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #7b7a7a;
}

.header-menu-wrapper > .menu > .menu-item > a:hover,
.header-menu-wrapper > .menu > .menu-item.current-menu-item > a {
    color: #2579c1;
}

#header-contacts {
    margin-bottom: 15px;
    display: inline-block;
}

#header-contacts li {
    display: inline-block;
    margin-right: 30px;
}

/* #header-contacts li:last-child {
    margin-right: 0;
} */

#header-contacts li i {
    background: #939598;
    border-radius: 50%;
    color: #fff;
    font-size: 1.3rem;
    width: 24px;
    height: 24px;
    position: relative;
    vertical-align: middle;
    margin-right: 8px;
}

#header-contacts li i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.3;
}

#header-contacts li a {
    vertical-align: middle;
    color: #939598;
}

#header-contacts li a:hover {
    color: #2579c1;
}

#homepage-slider-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    top: 0;
    left: 0;
    z-index: 2;
}

#homepage-slider .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.hp-slide {
    min-height: 425px;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center;
    height: initial;
}

.hp-slide .slide-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hp-slide-container {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* justify-content: space-between; */
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    z-index: 3;
}

.hp-slide-content {
    font-size: 3rem;
    line-height: 3rem;
    background-color: rgba(255,255,255,0.8);
    max-width: 420px;
    padding: 25px;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
}

.hp-slide-title {
    font-weight: 300;
    font-size: 4.8rem;
    color: #2579c1;
    margin-top: 0;
    margin-bottom: 14px;
}

.hp-tslide-text {
    font-size: 1.8rem;
    color: #000;
    line-height: 1.4em;
}

.hp-tslide-text *:last-child {
    margin-bottom: 0;
}

#homepage-slider .slick-dots {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: white;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: auto;
    padding: 0px 13px;
}

#homepage-slider .slick-dots li {
    margin: 0;
    padding: 0;
}

#homepage-slider .slick-dots li:before {
    display: none;
}

#homepage-slider .slick-dots li button {
    position: relative;
}

#homepage-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    content: '';
    text-align: center;
    opacity: .5;
    color: black;
    background: #1c689d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#homepage-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #1c689d;
}

#homepage-slider .slick-dots li button:hover:before,
#homepage-slider .slick-dots li button:focus:before {
    opacity: 1 !important;
}

#homepage-top-content {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0) 15%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.10) 0%,rgba(0,0,0,0) 15%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.10) 0%,rgba(0,0,0,0) 15%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    padding: 4.3em 0 1.5em 0;
}

#hp-content {
    margin-bottom: 1.5em;
}


#page-content {
    flex: 1 0 auto;
}

footer {
    background-color: #32353D;
    color: #7a8191;
}

footer a {
    color: #7a8191;
    display: inline-block;
}

#footer-top {
    padding: 20px 0;
}

#footer-bottom {
    background-color: #27292F;
    padding: 10px 0;
}

#footer-bottom .fb-content {
    text-align: center;
    font-size: 1.1rem;
}

.ft-title {
    border-bottom: 3px solid #27292f;
    color: white;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-size: 1.4rem;
}

#footer-menu {
    margin: 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

#footer-menu .menu-item {
    margin-bottom: 5px;
}

.f-info-with-icon {
    position: relative;
    padding-left: 22px;
    margin-bottom: 5px;
}

.f-info-with-icon:last-child {
    margin-bottom: 0;
}

.f-info-with-icon > i {
    position: absolute;
    top: 2px;
    left: 0;
}

.f-info-with-icon .fa-map-marker {
    font-size: 1.8rem;
}

.f-company-name {
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
}

.f-info-prefix {
    font-weight: 700;
}



#top-image {
    min-height: 270px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

#top-image-title-holder {
    background: rgba(41, 110, 161, 0.8);
    padding: 15px;
    margin: 40px 0;
    display: inline-block;
    position: relative;
}

#top-image-title {
    color: white;
    text-transform: uppercase;
    font-size: 5rem;
    font-weight: 700;
    margin: 0;
}

#top-image-desciption {
    color: white;
    margin-top: 5px;
}



.page-template-content {
    margin: 4.3em 0;
}

.page-template-content > .container > *:last-child {
    margin-bottom: 0;
}

#page-content img:not(.img100):not(.wp_gallery_advanced_img100) {
    /* width: auto; */
    max-width: 100%;
    height: auto;
}

.title-mw-bline {
    margin: 0 0 40px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #c5c5c5;
    position: relative;
    word-break: break-word;
    font-size: 4.5rem;
    line-height: 4.5rem;
    text-transform: uppercase;
}

.title-mw-bline.shortcode {
    margin-top: 0.85em;
    margin-bottom: 0.45em;
}

/* .page-template-content > .container .title-mw-bline.shortcode:first-of-type,
#hp-content > .container .title-mw-bline.shortcode:first-of-type {
    margin-top: 0;
} */

.title-mw-bline.off:before {
    content: "";
    width: 0px;
    height: 3px;
    position: absolute;
    left: 0px;
    bottom: -2px;
    background: #1b689f;
}

.title-mw-bline.on:before {
    content: "";
    width: 95px;
    height: 3px;
    position: absolute;
    left: 0px;
    bottom: -2px;
    background: #1b689f;
    -webkit-transition: width 1s;
    transition: width 1s;
}

.title-mw-bline > span {
    display: inline-block;
}

.title-mw-bline.inverted {
    color: white;
}

.title-mw-bline.inverted.on:before {
    background: white;
}





#page-content .wp_gallery_advanced_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wp_gallery_advanced_caption {
    color: #A1B0B9;
    margin-top: 10px;
}

.wp_gallery_advanced_slider .slick-arrow {
    position: absolute;
    color: #cacaca;
    font-size: 3.5rem;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    transform: translate(0px, -50%);
}

.wp_gallery_advanced_slider .slick-arrow:hover {
    color: #1b689f;
}

.wp_gallery_advanced_slider .slick-arrow.slide_prev {
    left: -53px;
}

.wp_gallery_advanced_slider .slick-arrow.slide_next {
    right: -53px;
}

.section_regular .wp_gallery_advanced_slider_wrapper {
    padding: 0 52px;
}

.section_regular > .container > .row_children_1 > .col-xs-12 > .post_content_block > .wp_gallery_advanced_slider_wrapper {
    padding: 0;
}

.wp_gallery_advanced_gal_item_thumb {
    display: block;
    position: relative;
}

.wp_gallery_advanced_thumbnails:not(.captions-enabled) .wp_gallery_advanced_gal_item_thumb {
    margin-bottom: 24px;
}

.wp_gallery_advanced_gal_item_thumb:before {
    opacity: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    -ms-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}

.wp_gallery_advanced_gal_item_thumb:after {
    content: "\f00e";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: #fff;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    -ms-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}

.wp_gallery_advanced_gal_item_thumb:hover:before,
.wp_gallery_advanced_gal_item_thumb:hover:after {
    opacity: 1;
}

/* .wp_gallery_advanced_thumbnails {
    flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px;
}

.wp_gallery_advanced_single_thumb_wrapper {
    padding-right: 9px;
    padding-left: 9px;
} */

.wp_gallery_advanced_single_thumb_wrapper .wp_gallery_advanced_caption {
    margin-bottom: 26px;
}

.wp_gallery_advanced_gal_item {
    margin: 0 9px;
}

.wp_gallery_advanced_slider .slick-list {
    margin: 0 -9px;
}

.scci-with-icon {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.scci-with-icon > i {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 2rem;
    color: #1b689f;
}
.scci-title {
    font-weight: 700;
}

.scci-content {

}

.acf-map {
    height: 25em;
}

#product-lines > .row,
#tax-posts > .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.pl-item {
    margin-bottom: 40px;
}

.pl-link {
    background-color: #266A99;
    display: block;
    padding: 15px;
    color: white;
    border-radius: 10px;
    height: 100%;
}

.pl-link h3 {
    margin-top: 0;
    color: white;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pl-link:hover {
    color: white;
    background-color: #2B85C9;
    box-shadow: 0 0 11px rgba(33,33,33,1);
}

.pl-link .description {
    font-size: 1.3rem;
}

.pl-image,
.pl-post-image {
    border-radius: 5px;
}

#application-fields-content {
    background-color: #1B689F;
    padding: 3.5em 0;
}

.af-link-holder {
    position: relative;
    border: 12px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.af-link-holder .description {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    padding: 10px;
    z-index: 1;
}

.af-link-title,
.af-link-title * {
    text-transform: uppercase;
    color: white;
    margin-bottom: 7px;
    margin-top: 0;
}

.af-link-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.af-link {
    display: block;
    overflow: hidden;
}

.af-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.af-image {
    -webkit-transform:  scale(1);
    -moz-transform:  scale(1);
    -ms-transform:  scale(1);
    -o-transform:  scale(1);
    transform:  scale(1);
    -webkit-transition: transform .25s;
    -moz-transition: transform .25s;
    -ms-transition: transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
}

.af-link:hover .af-image {
    -webkit-transform:  scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform:  scale(1.1);
    -o-transform:  scale(1.1);
    transform: scale(1.1);
}

#top-content-tax + #tax-childs,
#top-content-tax + #tax-posts {
    margin-top: 45px;
}

.pl-link .button-white {
    padding: 0.3em 1.4em;
    text-transform: none;
}

.pl-link .description + .button-white {
    margin: 15px 0 0 0;
}

#top-breadcrumbs-holder {
    border-bottom: 1px solid #c5c5c5;
}

#top-breadcrumbs {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 12px 0;
    align-items: center;
}

#top-breadcrumbs .bc-item {
    padding: 0;
    position: relative;
}

#top-breadcrumbs .bc-item:before {
    display: none !important;
}

#top-breadcrumbs .bc-item-link {
    display: block;
}

#top-breadcrumbs .bc-item-icon {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

#top-breadcrumbs .bc-separator {
    margin: 0 10px;
    vertical-align: middle;
    height: 54px !important;
}

#top-breadcrumbs .bc-current-item {
    margin: 0px 10px;
    color: #1b689f;
    font-weight: 700;
}

#product-details-content {
    margin-top: 30px;
}

#related-products {
    margin-top: 30px;
}

#rp-slider .slick-slide {
    margin: 0 10px;
}

#rp-slider .slick-list {
    margin: 0 -10px;
}

#rp-slider .rp-product {
    display: block;
}

#rp-slider .rp-description {
    color: #5a5a5a;
    font-size: 1.3rem;
    line-height: 1.6;
}

#rp-slider .rp-button {
    margin: 0;
}

#rp-slider .rp-description + .rp-button {
    margin-top: 15px;
}

#rp-slider .slick-arrow {
    position: absolute;
    top: 50%;
    color: #cacaca;
    font-size: 3.5rem;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    transform: translate(0px, -50%);
}

#rp-slider .slick-arrow:hover {
    color: #1b689f;
}

#rp-slider .slick-arrow.rp_slide_prev {
    left: -53px;
}

#rp-slider .slick-arrow.rp_slide_next {
    right: -53px;
}

#important-info-modal {
    display: none;
border-radius: 10px;
    border: 6px solid rgba(216, 216, 216, 0.5);
    padding: 44px 15px 20px 15px;
    margin: 0 15px;
    max-width: 1140px;
}

#important-info-modal .button-blue:focus {
    background-color: #1b689f;
}

#header-search {
    color: #7b7a7a;
    font-size: 1.8rem;
    cursor: pointer;
    vertical-align: middle;
}

#header-search:hover {
    color: #2579c1;
}

#search_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
    z-index: 1003;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility .25s;
    -moz-transition: opacity .25s, visibility .25s;
    -ms-transition: opacity .25s, visibility .25s;
    -o-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
}

#search_wrapper.active {
    opacity: 1;
    visibility: visible;
}

#search_container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 300px;
}

.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    font-size: 1.8rem;
    background-color: #2579c1;
    border: none;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -ms-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
    padding: 0;
    overflow: hidden;
}

.search-submit:hover {
    background-color: #7b7a7a;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.one-search-result {
    background: #f1f1f1;
    padding: 15px;
    margin-bottom: 15px;
    display: block;
}













 /*
 * FORM STYLES
 *
 */




input:not([type=submit]),
textarea {
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: 16px;
    position: relative;
}

.wpcf7-form-control-wrap {
    margin-bottom: 20px;
    display: block;
}

textarea {
    min-height: 144px;
    resize: vertical;
    display: block;
    margin-bottom: 24px;
}

input[type=submit] {
    width: 100%;
    padding: 16px;
}


 ::-webkit-input-placeholder {
    color: #a3a3b9;
    -webkit-text-fill-color: #a3a3b9;
    text-transform: uppercase;
 }
 
 :-moz-placeholder { /* Firefox 18- */
    color: #a3a3b9;  
    -webkit-text-fill-color: #a3a3b9;
    text-transform: uppercase;
 }
 
 ::-moz-placeholder {  /* Firefox 19+ */
    color: #a3a3b9;
    -webkit-text-fill-color: #a3a3b9;
    text-transform: uppercase;
 }
 
 :-ms-input-placeholder {  
    color: #a3a3b9;
    -webkit-text-fill-color: #a3a3b9;
    text-transform: uppercase;
 }



/*
 * General
 */

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/*
 * Image set
 */



/*
 * Youtube video
 */

.ytv_wrapper {
    position: relative;
    margin-bottom: 30px;
}

.ytv_action_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ytv_play {
    position: relative;
    color: #fff;
    cursor: pointer;
    background: rgba(45, 108, 153, 0.4);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    transition: all 0.2s ease-in-out;
}

.ytv_play:after {
    content: '\e934';
    font-family: 'Icomoon';
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out 0.3s;
}

.ytv_play:before {
    content: '';
    border: 1px solid white;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all 0.25s ease-in-out;
    border-radius: 50%;
}

.ytv_play:hover {
    background: rgba(45, 108, 153, 0.7);
}

.ytv_play:hover:after {
    color: white;
    font-size: 3rem;
}

.ytv_play:hover:before {
    width: 100%;
    height: 100%;
}

#mobile_header {
    display: none;
}

/*
 *
 * Slider loader
 *
 */
#homepage-slider-wrapper {
    position: relative;
    height: 425px;
    transition: height 0.3s ease-in-out;
    border-bottom: 3px solid #fff;
}

#homepage-slider {
    margin: 0;
}

#homepage-slider-wrapper.loaded {
    height: initial;
}

#homepage-slider-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: fff;
    top: 0;
    left: 0;
    z-index: 99;
}

#homepage-slider-loading .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader,
.loader:before,
.loader:after {
    background: rgba(27, 104, 159, 1);
    -webkit-animation: load 1s infinite ease-in-out;
    animation: load 1s infinite ease-in-out;
    width: 0.4em;
    height: 4em;
}
.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}
.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader {
    color: rgba(27, 104, 159, 1);
    text-indent: -9999em;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
@keyframes load {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}







body.safari .wp_gallery_advanced_single_thumb_wrapper.col-lg-4 {
    width: 33.29%;
}

body.safari .wp_gallery_advanced_single_thumb_wrapper.col-lg-6 {
    width: 49.94%;
}

body.safari .wp_gallery_advanced_single_thumb_wrapper.col-xs-6 {
    width: 49.8%;
}


/*
 *
 * MEDIA QUERY
 *
 */

@media (min-width: 1200px) {
    #burger,
    .header-menu-wrapper-mobile {
        display: none;
    }
}

@media (max-width: 1700px) {
   
}

@media (max-width: 1650px) {

}

@media (max-width: 1570px) {
    
}

@media (max-width: 1400px) {
    
}

@media (max-width: 1360px) {
   
}

@media (max-width: 1280px) {

    .wp_gallery_advanced_type-slider {
        margin-left: 53px;
        margin-right: 53px;
    }

    #rp-slider {
        margin-left: 60px;
        margin-right: 60px;
    }
}




/*tablet*/
@media (max-width: 1199px) {
    #slider-loading {
        width: 100%;
        left: 0;
    }

    body {
        font-size: 1.3rem;
    }

    header {
        height: 75px;
        z-index: 1002;
    }

    .custom-logo-link {
        max-width: 200px;
    }

    .header-menu-wrapper > .menu > .menu-item > a {
        font-size: 1.4rem;
    }

    .header-menu-wrapper {
        display: none;
    }

    #header-contacts {
        margin: 0;
    }

    #header-right {
        margin-left: 50px;
        position: relative;
    }

    #burger {
        font-size: 30px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
    }

    #burger.active {
        color: #2579c1;
    }

    .header-menu-wrapper-mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(30, 30, 30, 0.9);
        z-index: 1001;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: all 0.25s ease-in-out;
    }

    .header-menu-wrapper-mobile.active {
        opacity: 1;
        visibility: visible;
    }
    
    #header-menu-mobile {
        background-color: #195E8F;
        margin: 0;
        position: absolute;
        width: 300px;
        top: 75px;
        right: -300px;
        height: calc(100vh - 75px);
        padding: 30px 15px 60px 15px;
        transition: right 0.2s ease-in 0.3s, opacity 0.2s ease-in 0.3s, visibility 0.2s ease-in 0.3s;
    }

    body.admin-bar #header-menu-mobile {
        height: calc(100vh - 75px - 32px);
    }

    .header-menu-wrapper-mobile.active #header-menu-mobile {
        right: 0px;
        opacity: 1;
        visibility: visible;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #header-menu-mobile > li {
        border-top: 1px solid #496b84;
        position: relative;
    }

    #header-menu-mobile > li:before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #0f4e7b;
        position: absolute;
        top: -2px;
        left: 0;
    }

    #header-menu-mobile > li:last-child {
        border-bottom: 1px solid #496b84;
    }

    #header-menu-mobile > li:last-child:after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #0f4e7b;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    #header-menu-mobile > li > a {
        color: #a5c7e0;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1.6rem;
        display: block;
        padding: 11px 0;
    }

    #header-menu-mobile > li.current-menu-item > a {
        color: white;
    }

    #top-image-title,
    .title-mw-bline {
        font-size: 4rem;
    }

    .pl-item {
        margin-bottom: 30px;
    }

    .af-link-holder .description {
        font-size: 1.4rem;
        font-weight: 600;
    }

    .pl-link h3,
    .af-link-title {
        white-space: inherit;
        overflow: visible;
        text-overflow: initial;
        font-size: 1.8rem;
        line-height: 1.3em;
    }
}


@media (max-width: 1060px) {

}


@media (max-width: 992px) {
    .wp_gallery_advanced_single_thumb_wrapper.col-sm-4 {
        width: 33.22%;
    }

    #top-image-title,
    .title-mw-bline,
    h1, .h1 {
        font-size: 3.5rem;
    }

    h2, .h2 {
        font-size: 2.9rem;
        line-height: 1.2em;
    }

    h3, .h3 {
        font-size: 2.4rem;
        line-height: 1.2em;
    }
}

@media (max-width: 840px) {

}

@media (max-width: 768px) {
    .hide-on-mobile,
    .hc-text,
    .bc-current-item {
        display: none;
    }

    .hp-slide {
        min-height: 326px;
    }

    #top-image-title,
    .title-mw-bline,
    h1, .h1 {
        font-size: 3rem;
        line-height: 1.2em;
    }

    h2, .h2 {
        font-size: 2.5rem;
        line-height: 1.2em;
    }

    h3, .h3 {
        font-size: 2.1rem;
        line-height: 1.2em;
    }
    
    .header-inner {
        padding: 8px 0;
    }

    header {
        height: 60px;
    }

    #header-menu-mobile {
        top: 60px;
        height: calc(100vh - 60px);
    }

    body.admin-bar #header-menu-mobile {
        height: calc(100vh - 60px - 46px);
    }

    #header-contacts li {
        margin-right: 5px;
    }

    #header-search {
        font-size: 2rem;
    }

    hr {
        margin: 2.5em 0;
    }

    .page-template-content {
        margin: 3em 0;
    }

    #top-image {
        min-height: 200px;
    }

    #homepage-top-content {
        padding: 3em 0 3em 0;
    }

    #application-fields-content {
        padding: 3em 0;
    }

    #product-lines > .row > div:last-child,
    #application-fields > .row > div:last-child > .af-link-holder {
        margin-bottom: 0;
    }

    .ft-title {
        margin-top: 25px;
    }

    #footer-top > .container > .row > div:first-child > .ft-title {
        margin-top: 0;
    }

    .f-address {
        margin-bottom: 6px;
    }

    #footer-menu {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    #top-image-description {
        font-size: 1.2rem;
        line-height: 1.4em;
    }

    #top-content-tax + #tax-childs, #top-content-tax + #tax-posts {
        margin-top: 2em;
    }

    .product-image {
        margin-bottom: 1.4em;
    }

    #rp-slider .slick-slide,
    #rp-slider .slick-list {
        margin: 0;
    }

    #rp-slider {
        margin-left: 53px;
        margin-right: 53px;
    }

    #top-breadcrumbs .bc-item-icon {
        width: 40px;
        height: 40px;
    }

    #top-breadcrumbs .bc-separator {
        height: 25px !important;
    }
}

@media (max-width: 600px) {
    .custom-logo-link {
        max-width: 120px;
    }

    .header-inner {
        padding: 16px 0;
    }

    #header-right {
        margin-left: 30px;
    }

    #wpadminbar {
        top: -46px;
    }

    .pl-item {
        margin-bottom: 20px;
    }

    .pl-item .pl-l {
        width: 90px;
    }

    .pl-item .pl-r {
        width: calc(100% - 90px);
    }
}

@media (max-width: 480px) {
    .button {
        display: block;
        margin-bottom: 1.4em;
    }
}

@media (max-width: 360px) {
	
}



/*
 *
 * ANIMATIONS
 *
 */

.animaClassDownUp {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(0,25px,0);
    -moz-transform: translate3d(0,25px,0);
    -ms-transform: translate3d(0,25px,0);
    -o-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}


.animaClassLeftRight {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(-25px,0,0);
    -moz-transform: translate3d(-25px,0,0);
    -ms-transform: translate3d(-25px,0,0);
    -o-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}

.animaClassRightLeft {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(25px,0,0);
    -moz-transform: translate3d(25px,0,0);
    -ms-transform: translate3d(25px,0,0);
    -o-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}

.animaClassUpDown {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(0,-25px,0);
    -moz-transform: translate3d(0,-25px,0);
    -ms-transform: translate3d(0,-25px,0);
    -o-transform: translate3d(0,-25px,0);
    transform: translate3d(0,-25px,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}

.animaClassActive {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}