/* layout */
body {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.2;
    background-color: #FFF;
    opacity: 1;
    transition: opacity .2s  ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
}
body.dimmed{
    opacity: 0;
    transition: opacity .2s  ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
}
body.nobars{
    overflow: hidden;
}
a{
    text-decoration: none;
    transition: all .2s  ease-in-out;
    -webkit-transition: all .2s  ease-in-out;
    -moz-transition: all .2s  ease-in-out;
    -o-transition: all .2s  ease-in-out;
}
h1{
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0 35px 0;
    padding: 0;
}
h2{
    display: table;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid #000;
    margin: 0 auto;
    margin-bottom: 58px;
    padding: 0 0 14px 0;
}
h3{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
h4{
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    line-height: 1;
}
h5{
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 40px;
}
.s-button{
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    border: 0;
    background: #7CBA04 url('/images/layout/arrow-head.png') no-repeat right center;
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 12px 37px 12px 20px;
    color: #FFF;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0 0 27px -10px #808080;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}
.s-button-big{
    font-size: 12px;
    line-height: 12px;   
    padding: 13px 38px 13px 21px;
}

.s-button-white{
    background: #FFF url('/images/layout/arrow-head-black.png') no-repeat right center;
    color: #000;
}
.s-input{
    border: 1px solid #7CBA04;
    background-color: #FFF;
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
    padding: 10px 20px;
}
.s-input::placeholder{
    color: #7CBA04;
    opacity: 1;
}
.s-button:hover{
    box-shadow: 0 0 27px -5px #808080;
}
.s-select{
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    border: none;
    padding: 14px 36px 14px 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #7CBA04 url('/images/layout/triangle-down-white.png') no-repeat right center;
}
.s-extralight {
    font-weight: 200;
}
.s-extralightitalic {
    font-weight: 200;
    font-style: italic;
}
.s-light {
    font-weight: 300;
}
.s-lightitalic {
    font-weight: 300;
    font-style: italic;
}
.s-medium {
    font-weight: 300;
}
.s-mediumitalic {
    font-weight: 300;
    font-style: italic;
}
.s-normal {
    font-weight: 400;
}
.s-italic {
    font-weight: 400;
    font-style: italic;
}
.s-semibold {
    font-weight: 600;
}
.s-semibolditalic {
    font-weight: 600;
    font-style: italic;
}
.s-bold {
    font-weight: 700;
}
.s-bolditalic {
    font-weight: 700;
    font-style: italic;
}
.s-extrabold {
    font-weight: 800;
}
.s-extrabolditalic {
    font-weight: 800;
    font-style: italic;
}
.s-clear:after {
    content: "";
    display: table;
    clear: both;
}
.s-float-left {
    float: left;
}
.s-float-right {
    float: right;
}
.s-left {
    text-align: left;
}
.s-right {
    text-align: right;
}
.s-center {
    text-align: center;
}
.s-uppercase {
    text-transform: uppercase;
}
.s-2x2 {
    width: 100%;
}
.s-2x2:after {
    content: "";
    display: table;
    clear: both;
}
.s-1-2 {
    width: 50%;
}
.s-3x3 {
    width: 100%;
}
.s-3x3:after {
    content: "";
    display: table;
    clear: both;
}
.s-1-3 {
    width: 33.3333%;
}
.s-table {
    display: table;
    table-layout: fixed;
    /*width: 100%;
     height: 100%; */
}
.s-table-cell {
    display: table-cell;
    vertical-align: middle;
    /* width: 100%; */
}

/* layout */

/* all pages elements */

/* newspaper */

#s-newspaper{
    position: fixed;
    z-index: 99999;
}
#s-newspaper-close{
    color: #b8b8b8;
    cursor: pointer;
    /*font-size: 40px;*/
    text-align: right;
    padding: 18px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
}
/* newspaper */

#s-main-fb{
    position: fixed;
    top: 40%;;
    right: 0;
    z-index: 999;
}

/* main top strip */  
body.template-1 #s-main-container{
    background: transparent url('/images/background/background1.jpg') no-repeat fixed  top center / cover;
    position: relative;
}
body.template-2 #s-main-container{
    background: transparent url('/images/background/background2.jpg') no-repeat fixed  top center / cover;
    position: relative;
}
body.template-3 #s-main-container{
    background: transparent url('/images/background/background3.jpg') no-repeat fixed  top center / cover;
    position: relative;
}
body.template-4 #s-main-container{
    background: transparent url('/images/background/background4.jpg') no-repeat fixed  top center / cover;
    position: relative;
}
body.template-5 #s-main-container{
    background: transparent url('/images/background/background5.jpg') no-repeat fixed  top center / cover;
    position: relative;
}
body.template-6 #s-main-container{
    background: transparent url('/images/background/background6.jpg') no-repeat fixed  top center / cover;
    position: relative;
}
body.template-7 #s-main-container{
    background: transparent url('/images/background/background7.jpg') no-repeat fixed  top center / cover;
    position: relative;
}
body.template-8 #s-main-container{
    background: transparent url('/images/background/background8.jpg') no-repeat fixed  top center / cover;
    position: relative;
}
body.template-9 #s-main-container{
    background: transparent url('/images/background/background9.jpg') no-repeat fixed  top center / cover;
    position: relative;
}
body.template-10 #s-main-container{
    background: transparent url('/images/background/background10.jpg') no-repeat fixed  top center / cover;
    position: relative;
}

/* chroma for android correction */
@media only screen and (max-width: 999px) {
body.template-1 #s-main-container:not(*:root),
body.template-2 #s-main-container:not(*:root),
body.template-3 #s-main-container:not(*:root),
body.template-4 #s-main-container:not(*:root),
body.template-5 #s-main-container:not(*:root),
body.template-6 #s-main-container:not(*:root),
body.template-7 #s-main-container:not(*:root),
body.template-8 #s-main-container:not(*:root),
body.template-9 #s-main-container:not(*:root),
body.template-10 #s-main-container:not(*:root){
    background-size: contain;
    background-repeat: repeat-y; 
}
}

/* chroma for android correction */

#s-main-top-strip{
    position: absolute;
    top: 0;
    height: 52px;
    width: 100%;
    background-color: #F4F4F4;
}
#s-main-top{
    height: 168px;
}
#s-main-top-maxsize{
    max-width: 1366px;
    margin: 0 auto;  
    position: relative;
}
#s-main-top-logo{
    position: absolute;
    left: 7.32%; /* 100px */
    top: 18px;
}
#s-main-top-responslogo{
    display: none;
}
#s-main-top-icons{
    position: absolute;
    right: 7.75%; /* 106px */
    top: 14px;   
}
.s-main-top-icon{
    display: inline-block;
}
.s-main-top-icon div{
}
.s-main-top-icon span{
    font-weight: 600;
    font-style: italic; 
    padding: 0 18px 0 8px;
    font-size: 13px;
    line-height: 23px;
    vertical-align: middle;
}
.s-main-top-icon:last-of-type span{
    padding: 0 0 0 8px;    
}
.s-main-top-icon a, .s-main-top-icon a:visited{
    display: block;
    color: #7CBA04;
}
.s-main-top-icon a:hover{
    color: #000;
}

/* shops locator */
#s-shops-locator{
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 9999;
    transform: translateX(350px);
}
#s-shops-locator .s-button{
    font-size: 12px;
    padding-top: 24px;
    padding-bottom: 24px;
}

/* shops locator */

/* topmenu */

/* menu trigger */
#s-menu-trigger{
    width: 10px;
    /*height: 30%;*/
    background-color: transparent;
    position: absolute;
    /*top: 70%;*/
    z-index: -9999;
}
/* menu trigger */

/* DJ megamenu override */
.dj-megamenu-default {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    height: auto;
    position: relative;
    z-index: 500;
    font-family: 'Raleway', sans-serif;
    width: auto;
    background: transparent; /* Old browsers */
}
.dj-megamenu-default li a.dj-up_a {
    display: block;
    float: left;
    height: auto!important;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 12px;
    cursor: pointer;
    background: transparent;
    color: #fff;
    border: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.dj-megamenu-default li:last-of-type a.dj-up_a{
    padding-right: 0;
}
.dj-megamenu-default li:hover a.dj-up_a,
.dj-megamenu-default li.hover a.dj-up_a, 
.dj-megamenu-default li.active a.dj-up_a {
    color: #fff;
    background: none;
}
.dj-megamenu-default li a.dj-up_a span {
    float: left;
    display: block;
    padding: 0 0 0 !important;
    height: auto!important;
    line-height: 1.2;
    background: transparent;
}
.dj-megamenu-default li a.dj-up_a .arrow{
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
    top: calc(50% - 2px);
    font-size: 14px;
    font-weight: 700!important;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.dj-megamenu-default li a.dj-up_a .arrow::before{
   font-weight: 700!important; 
}

.dj-megamenu-default li a.dj-up_a span.dj-drop{
   padding: 0 6px 0 0 !important; 
}

.dj-megamenu-default li:hover a.dj-up_a .arrow,
.dj-megamenu-default li.hover a.dj-up_a .arrow,
.dj-megamenu-default li.active a.dj-up_a .arrow {
    top: calc(50% - 2px);
}
/* Show first level submenu */
.dj-megamenu-default li:hover div.dj-subwrap,
.dj-megamenu-default li.hover div.dj-subwrap {
    left: 0;
    top: 150%;
    background: #FFF;
    height: auto;
    z-index: 300;
    -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.dj-megamenu-default li ul.dj-submenu > li {
    list-style: none outside;
    display: block;
    height: auto;
    position: relative;
    width: auto;
    border-top: 1px solid #f2f2f2!important;
}

.dj-megamenu-default li ul.dj-submenu > li > a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    color: #c3c3c3;
    background: transparent;
    text-decoration: none;
    padding: 12px 30px;
    margin: 0 -10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.dj-megamenu-default li ul.dj-submenu > li > a:hover,
.dj-megamenu-default li ul.dj-submenu > li > a.active,
.dj-megamenu-default li ul.dj-submenu > li.hover:not(.subtree) > a {
    background: transparent;
    color: #fff;
}

.dj-megamenu-default li ul.dj-submenu > li > a.active{
    color: #7CBA04!important;    
}

/* mobile menu override */

.dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn{
    background: none;
}
.dj-megamenu-select-light .dj-mobile-open-btn:focus, .dj-megamenu-select-light:hover .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn:hover, .dj-megamenu-offcanvas-light .dj-mobile-open-btn:focus, .dj-megamenu-accordion-light .dj-mobile-open-btn:hover, .dj-megamenu-accordion-light .dj-mobile-open-btn:focus {
    /*background: #e4e4e4;*/
}
ul.dj-mobile-light li.dj-mobileitem > a {
    font-size: 16px;
}
.dj-offcanvas-light .dj-offcanvas-close-btn{
    font-size: 40px;
    padding: 18px;
}
ul.dj-mobile-light li.dj-mobileitem.parent > a span.toggler{
    font-size: 16px;
}
ul.dj-mobile-light li.dj-mobileitem:hover > a, ul.dj-mobile-light li.dj-mobileitem.current > a{
    color: #7CBA04!important;   
}
#s-mobile-button-bars{
    width: 36px;
    height: 29px;
    background: transparent url("/images/layout/bars-fa.png") no-repeat center center;
    display: inline-block;
}
body.dj-offcanvas-open #s-mobile-button-bars, .dj-mobile-open-btn:hover #s-mobile-button-bars{
    background: transparent url("/images/layout/bars-fa-hover.png") no-repeat center center;
}
#s-mobile-button-close{
    width: 28px;
    height: 28px;
    background: transparent url("/images/layout/close-fa.png") no-repeat center center;
    display: inline-block;
}
/* mobile menu override */

/* DJ megamenu override */

#s-main-top-topmenu{
    position: absolute;
    right: 7.75%; /* 106px */
    top: 100px;  
}
#s-main-top-topmenu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#s-main-top-topmenu ul.dj-megamenu > li{
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 12px;
}
#dj-megamenu109 li.itemid142 a{
    padding-right: 0!important;
}
#s-main-top-topmenu ul.dj-megamenu > li a, #s-main-top-topmenu ul.dj-megamenu > li a:visited{
    color: #000;
}
#s-main-top-topmenu ul.dj-megamenu > li a:hover, #s-main-top-topmenu ul.dj-megamenu > li.active > a{
    color: #7CBA04;    
}
#dj-megamenu109 li.itemid155, #dj-megamenu109 li.itemid156, #dj-megamenu109 li.itemid157{
    display: none!important;
} 
/* topmenu */

/* main top strip */

/* small top strip */
#s-main-stop .dj-megamenu-default li a.dj-up_a {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 10px;
    cursor: pointer;
    background: transparent;
    color: #fff;
    border: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#s-main-stop{
    height: 64px;
    background-color: #F4F4F4;
    position: fixed;
    top: -64px;
    left: 0;
    width: 100%;
    z-index: 9999!important;
    opacity: 0;
    transition: all .5s  ease-in-out;
    -webkit-transition: all .5s  ease-in-out;
    -moz-transition: all .5s  ease-in-out;
    -o-transition: all .5s  ease-in-out;
}
#s-main-stop.s-fixed{
    top: 0; 
    opacity: 1;
    transition: all 1s  ease-in-out;
    -webkit-transition: all 1s  ease-in-out;
    -moz-transition: all 1s  ease-in-out;
    -o-transition: all 1s  ease-in-out;
}
#s-main-stop-maxsize{
    max-width: 1366px;
    margin: 0 auto;    
    position: relative;
}
#s-main-stop-logo{
    position: absolute;
    left: 7.75%; /* 106px */
    top: 21px;
}
#s-main-stop-envelope{
}
#s-main-stop-inner{
}
#s-main-stop-icons{
    position: absolute;
    right: 7.75%; /* 106px */
    top: 22px;   
}
.s-main-stop-icon{
    padding: 0 9px;
    display: inline-block;
}
.s-main-stop-icon:last-child{
    padding: 0 0 0 9px;    
}
#s-main-stop-topmenu{
    position: absolute;
    right: 20.49%; /* 280px */
    top: 28px;
    border-right: 1px solid #000;
}
#s-main-stop-topmenu ul{
    margin: 0;
    padding: 0;
    list-style: none;    
}
#s-main-stop-topmenu ul.dj-megamenu > li{
    font-size: 12px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 21px 0 0;
}
#dj-megamenu111 li.itemid155, #dj-megamenu111 li.itemid156, #dj-megamenu111 li.itemid157{
    display: none!important;
} 
#s-main-stop-topmenu ul.dj-megamenu li.itemid142{
    padding: 0 17px 0 0!important;
}
#s-main-stop-topmenu ul.dj-megamenu > li a, #s-main-stop-topmenu ul.dj-megamenu > li a:visited{
    color: #000!important;
}
#s-main-stop-topmenu ul.dj-megamenu > li a:hover{
    color: #7CBA04!important;    
}
/* small top strip */

/* breadcrumbs */
#s-main-breadcrumbs{
    padding: 50px 7.75% 70px 7.75%; /* 50px 106px 70px 106px */ 
}
#s-main-breadcrumbs-inner{
    border-bottom: 1px solid #848484;
}
#s-main-breadcrumbs ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#s-main-breadcrumbs ul li{
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 5px 10px 5px;
}
#s-main-breadcrumbs ul li:first-of-type{
    padding-left: 0;
}
#s-main-breadcrumbs ul li a, #s-main-breadcrumbs ul li a:visited, #s-main-breadcrumbs ul li span.divider{
    color: #848484
}
#s-main-breadcrumbs ul li span.divider{
    padding: 0 0 0 10px;
}

#s-main-breadcrumbs ul li a:hover{
    color: #7CBA04
}


/* breadcrumbs */

.s-main-container-maxsize{
    max-width: 1366px;
    margin: 0 auto;
}
#s-main-services{
    background: #7CBA04 url('/images/layout/gray-background.png') repeat-x center bottom;
}
#s-main-services-inner{
    padding: 45px 7.75% 52px; /* 45px 106px 52px 106px; */ 
}
#s-main-services-inner h2{
    color: #FFF;
    border-color: #FFF;
}
#s-main-services-icons{
    text-align: center;
}
.s-main-services-icon{
    display: inline-block;
    width: 16.3%;
    height: 140px;
    position: relative;
    min-width: 100px;
}
.s-main-services-icon img{
    display: block;
    margin: 0 auto;
}
.s-main-services-icon div{
    position: absolute;
    top: 100px;    
    width: 100%;
}
.s-main-services-icon span{
    color: #FFF;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    display: block;
    margin: 0 auto;
}
#s-main-services-button{
    text-align: center;
}
#s-main-graymodules{
    background-color: #F4F4F4;
}
#s-main-graymodules-inner{
    padding: 75px 13.9% 50px 13.9%; /* 75px 190px 50px; */
}
#s-main-graymodules-newletter{
    border-bottom: 1px solid #7CBA04;
    padding-bottom: 50px;
}

body.itemid-156 #s-main-graymodules-newletter{
    display: none;
}

body.itemid-156 #s-main-graymodules-address{
    padding-top: 0;    
}

#s-main-graymodules-newletter .s-input, 
#s-main-graymodules-newletter .acym_module_form input[type=email],
#s-newsletter-form .acym_module_form input[type=email]
{
    width: 350px!important;
    margin: 0 15px 0 0;
    border: 1px solid #7CBA04;
    background-color: #FFF;
    font-size: 10px;
    line-height: 12px;
    font-weight: 700;
    padding: 10px 20px;
}

#s-main-graymodules-newletter .acym_module_form input[type=email]::placeholder,
#s-newsletter-form .acym_module_form input[type=email]::placeholder
{
    color: #7CBA04;
    opacity: 1;
}

#s-main-graymodules-newletter a, #s-main-graymodules-newletter a:visited{
    color: #7CBA04;
    font-weight: 700;
    font-style: italic;
}

#s-main-graymodules-address{
    padding: 40px 0 40px 0; /* 40px 0 65px 0; */
    border-bottom: 1px solid #7CBA04;
}
#s-main-graymodules-address div{
    line-height: 1.5;
}
#s-main-graymodules-address div a, #s-main-graymodules-address div a:visited{
    color: #000;
    font-weight: 400;
}
#s-main-graymodules-address div a:hover{
    color: #7CBA04;
}

#s-main-graymodules-address div:first-of-type{
    margin-right: 30px;
}
#s-main-graymodules-address span{
    /* text-transform: uppercase; 
    font-weight: 700;*/
}
#s-main-graymodules-certifications{
    padding-top: 50px; /* 65px */   
    text-align: center;
}
#s-main-graymodules-certifications img{
    display: inline-block;
}
#s-main-bottommenu{
    background-color: #FFF;
}
#s-main-bottommenu ul{
    margin: 0;
    padding: 0;
    list-style: none;    
}
#s-main-bottommenu a, #s-main-bottommenu a:visited{
    color: #000;   
}
#s-main-bottommenu a:hover, #s-main-bottommenu li.active a{
    color: #7cba04;   
}
#s-main-bottommenu-inner{
    padding: 45px 13.9% 65px 13.9%; /* 45px 190px 65px; */
}
#s-main-bottommenu-left a{
    padding-bottom: 8px;
    display: inline-block;
}
#s-main-bottommenu-left span{
    font-style: italic;
    line-height: 1.6;
    padding-left: 20px;
    display: inline-block;
}
#s-main-bottommenu-right li{
    display: inline-block;
    padding: 0 17px;
}
#s-main-bottommenu-right li:last-of-type{
    padding-right: 0;
}
#s-main-bottommenu-right li.item-171{
    display: none;
}
/* all pages elements */

/* mainpage */
/* banners */
#s-mainpage-banners{
    position: relative;
    height: 1000px;
    overflow: hidden;
}
.s-mainpage-banner-container{
    margin: 0 7.75%; /* 0 106px */
    position: relative;
    max-width: 1152px;
    height: 100%;
    overflow: hidden;
    /*box-shadow: 0 0 27px -10px #808080;*/
}
.s-mainpage-banner-envelope{
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.s-mainpage-banner{
    position: relative;
}
.s-mainpage-banner img{
    display: block;
    margin: 0 auto;
    padding: 17px 0 0;
    max-width: 100%;
}
.s-mainpage-banner-date{
    position: absolute;
    top: 0;
    right: 30px;
    color: #FFF;
    background-color: #B70B0B;
    font-size: 19px;
    font-weight: 600;
    font-style: italic;
    padding: 6px 20px;
}
.s-mainpage-banner-more{
    position: absolute;
    left: 45px;
    bottom: 40px;
}
.s-mainpage-banners-arrows{
    position: absolute;
    top: 50%;
    cursor: pointer;
    padding: 10px;
}
.s-mainpage-banners-arrows.s-disabled-arrow{
    cursor: default;
    opacity: 0.3;
}
#s-mainpage-banners-leftarrow{
    left: 25px;
}
#s-mainpage-banners-rightarrow{
    right: 25px;
}
#s-mainpage-banners-bullets{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
}
#s-mainpage-banners-bullets span{
    display: inline-block;
    border: 2px solid #FFF;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    margin: 0 5px;
    cursor: pointer;
}
#s-mainpage-banners-bullets span.s-bullets-active{
    background-color: #FFF;    
}
/* banners */

/* leaflet */
#s-mainpage-leaflet{
    padding: 78px 7.75% 0; /* padding: 78px 106px 0 */
}
#s-mainpage-leaflet-inner{
    position: relative;
    margin: 0 auto;
}
#s-mainpage-leaflet-products{
    padding: 0 72px; /* 0 84 px*/
}
#s-mainpage-leaflet-products-container{
    height: 408px; /* height + 12px for shadow */
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.s-mainpage-leaflet-product-envelope{
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 252px;
}
.s-mainpage-leaflet-product{
    display: block;
    padding: 14px 12px 0 12px; /* 0 12px */   
    /*width: 22.5%;
    float: left;*/
    position: relative;
}
/* temporary fix */

#s-mainpage-special-products .s-mainpage-leaflet-product,
#s-offer-offer-products .s-mainpage-leaflet-product,
#s-mainpage-special-products .s-mainpage-leaflet-product{
    width: 228px; /* 22.5% */
    float: left;
}

/* temporary fix */


.s-mainpage-leaflet-product img{
    display: block;
    box-shadow: 0 0 27px -15px #808080;
}
.s-mainpage-leaflet-date{
    position: absolute;
    top: 0;
    left: 28px; /* 16 + 12 */
    color: #FFF;
    background-color: #B70B0B;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    padding: 5px 16px;
}
.s-mainpage-leaflet-description{
    position: absolute;
    bottom: 0;
    right: 12px;
    text-align: right;
    padding: 0 20px 14px 20px;
}
.s-mainpage-leaflet-description-brand{
    font-size: 14px;
    font-style: italic;
}
.s-mainpage-leaflet-description-name{
    font-size: 16px; 
    font-weight: 800;
    text-transform: uppercase;
    /*background: transparent url('/images/layout/underline-black.png') no-repeat right bottom;
    margin-bottom: 6px;
    padding-bottom: 10px;*/
}
.s-mainpage-leaflet-description-price{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: italic;
}

.s-mainpage-leaflet-description-price span{
    font-size: 22px;
    font-weight: 700;
    color: #7CBA04; 
    font-style: normal;
}
.s-mainpage-leaflet-description-price span.s-last30-day,
.s-mainpage-eko-description-price span.s-last30-day{
    font-size: 15px;
    font-weight: 700;
    color: #939393!important; 
    font-style: normal;
    /*text-decoration: line-through;*/
    margin-right: 6px;
}
.s-mainpage-leaflet-arrows{
    position: absolute;
    top: 50%;
    cursor: pointer;
    padding: 10px 0;
}
.s-mainpage-leaflet-arrows.s-disabled-arrow{
    cursor: default;
    opacity: 0.3;
}
#s-mainpage-leaflet-leftarrow{
    left: 0;
}
#s-mainpage-leaflet-rightarrow{
    right: 0;
}
#s-mainpage-leaflet-bullets{
    text-align: center;
    margin: 58px 0 0 0;
}
#s-mainpage-leaflet-bullets span{
    display: inline-block;
    border: 2px solid #000;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    margin: 0 5px;
    cursor: pointer;
}
#s-mainpage-leaflet-bullets span.s-bullets-active{
    background-color: #000;    
}
.s-mainpage-leaflet-more{
    text-align: center;
    margin: 22px 0 0 0;
}
/* leaflet */

/* eko */
#s-mainpage-eko{
    padding: 57px 7.75% 0; /* padding: 57px 106px 0; */
}
#s-mainpage-eko-inner{
    position: relative;
    margin: 0 auto;
}
#s-mainpage-eko-products{
    padding: 0 72px; /* 0 84 px*/
}
#s-mainpage-eko-products-container{
    height: 408px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.s-mainpage-eko-product-envelope{
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 504px;
}
.s-mainpage-eko-product{
    display: block;
    padding: 14px 12px 0 12px; /* 0 12px */   
    /* width: 47.6%;
     float: left; */
    position: relative;
    width: 480px;
}
.s-mainpage-eko-image-envelope{
    box-shadow: 0 0 27px -15px #808080;
}
.s-mainpage-eko-image-envelope img{
    display: block;
}
.s-mainpage-eko-date{
    position: absolute;
    top: 0;
    left: 28px; /* 16 + 12 */
    color: #FFF;
    background-color: #B70B0B;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    padding: 5px 16px;
}
.s-mainpage-eko-description{
    position: absolute;
    bottom: 0;
    right: 14px;
    text-align: right;
    padding: 0 20px 14px 20px;
}
.s-mainpage-eko-description2{
    position: absolute;
    bottom: 0;
    left: 14px;
    text-align: left;
    padding: 0 150px 14px 25px;
}
.s-mainpage-eko-description-brand{
    font-size: 14px;
    font-style: italic;
}
.s-mainpage-eko-description-name{
    font-size: 20px; 
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #7CBA04; 
}
.s-mainpage-eko-description-price{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: italic;
    background: transparent url('/images/layout/underline-black.png') no-repeat right top;
    padding-top: 8px;
}
.s-mainpage-eko-description-price span{
    font-size: 22px;
    font-weight: 700;
    color: #7CBA04; 
    font-style: normal;
}
.s-mainpage-eko-description-text{
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    font-weight: 400;
}
.s-mainpage-eko-stamp{
    position: absolute;
    top: 28px;
    right: 24px;
}
.s-mainpage-eko-arrows{
    position: absolute;
    top: 50%;
    cursor: pointer;
    padding: 10px 0;
}
#s-mainpage-eko-leftarrow{
    left: 0;
}
#s-mainpage-eko-rightarrow{
    right: 0;
}
#s-mainpage-eko-bullets{
    text-align: center;
    margin: 60px 0 0 0;
}
#s-mainpage-eko-bullets span{
    display: inline-block;
    border: 2px solid #000;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    margin: 0 5px;
    cursor: pointer;
}
#s-mainpage-eko-bullets span.s-bullets-active{
    background-color: #000;    
}
.s-mainpage-eko-more{
    text-align: center;
    margin: 27px 0 0 0;
}
/* eko */

/* special */

#s-mainpage-special{
    padding: 57px 7.75% 0; /* padding: 57px 106px 0; */
}
#s-mainpage-special-inner{
    position: relative;
    margin: 0 auto;
}
#s-mainpage-special-products{
    padding: 0 72px; /* 0 84 px*/
}
#s-mainpage-special-products-container {
    height: 408px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
#s-mainpage-special-leftarrow{
    left: 0;
}
#s-mainpage-special-rightarrow{
    right: 0;
}
#s-mainpage-special-bullets{
    text-align: center;
    margin: 58px 0 0 0;
}
#s-mainpage-special-bullets span{
    display: inline-block;
    border: 2px solid #000;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    margin: 0 5px;
    cursor: pointer;
}
#s-mainpage-special-bullets span.s-bullets-active{
    background-color: #000;    
}
/* special */



/* history */
#s-mainpage-history{
    padding: 57px 0 5px 0;/* 75px 190px 90px 190px -> 57px 178px 5px 178px; */
    width: 1010px;
    margin: 0 auto;
}
#s-mainpage-history-inner{
    color: #FFF;
}
#s-mainpage-history-inner a, #s-mainpage-history-inner a:visited{
    color: #FFF;
}
#s-mainpage-history-inner a:hover{
    color: #000;
}
#s-mainpage-history-inner p
{
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 18px;
}
.s-mainpage-foryou-more{
    text-align: right;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    right: 25px;
    padding: 0 17px 0 0;
    background: transparent url('/images/layout/arrow-head-narrow.png') no-repeat right 2px;
}
#s-mainpage-history-left{
    width: 504px;
    float: left;
}
#s-mainpage-history-left-left{
    width: 480px;
    float: left;
    height: 464px;
    margin: 0 12px;
    padding: 12px 0;
    position: relative;
}
/*
#s-mainpage-foryou-left-right{
     width: 228px;
     float: right;
    height: 465px;
    margin: 0 12px;
    padding: 12px 0;
     position: relative;
}
*/
.s-mainpage-history-left-inner{
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 435px; /* 456px */
    background-color: #7CBA04;
    padding: 25px 25px 20px 20px;
}

.s-mainpage-history-left-inner p{
    margin-bottom: 20px;
}

#s-mainpage-history-right{
    width: 504px;
    float: right;
}
#s-mainpage-history-right-top{
    height: 220px;
    margin: 0 12px;
    padding: 12px 0;
    position: relative;
}
#s-mainpage-history-right-bottom{
    height: 220px;
    margin: 0 12px;
    padding: 12px 0;
    position: relative;
}
.s-mainpage-foryou-right-inner{
    position: absolute;
    right: 0;
    top: 12px;
    height: 180px; /* 220px */
    width: 182px; /* 220px */
    background-color: #7CBA04;
    padding: 20px 25px 20px 20px;
}
.s-mainpage-foryou-envelope{
    box-shadow: 0 0 27px -15px #808080;  
    width: 100%;
    height: 100%;
}
/* history */



/* fouryou */
#s-mainpage-foryou{
    padding: 51px 0 76px 0;/* 75px 190px 90px 190px -> 51px 178px 76px 178px*/
    width: 1010px;
    margin: 0 auto;
}
#s-mainpage-foryou-inner{
    color: #FFF;
}
#s-mainpage-foryou-inner a, #s-mainpage-foryou-inner a:visited{
    color: #FFF;
}
#s-mainpage-foryou-inner a:hover{
    color: #000;
}
#s-mainpage-foryou-inner p
{
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 18px;
}
.s-mainpage-foryou-more{
    text-align: right;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    right: 25px;
    padding: 0 17px 0 0;
    background: transparent url('/images/layout/arrow-head-narrow.png') no-repeat right 2px;
}
#s-mainpage-foryou-left{
    width: 504px;
    float: left;
}
#s-mainpage-foryou-left-left{
    width: 228px;
    float: left;
    height: 464px;
    margin: 0 12px;
    padding: 12px 0;
    position: relative;
}
#s-mainpage-foryou-left-right{
    width: 228px;
    float: right;
    height: 464px;
    margin: 0 12px;
    padding: 12px 0;
    position: relative;
}
.s-mainpage-foryou-left-inner{
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 183px; /* 228px */
    height: 175px; /* 220px */
    background-color: #7CBA04;
    padding: 25px 25px 20px 20px;
}
#s-mainpage-foryou-right{
    width: 504px;
    float: right;
}
#s-mainpage-foryou-right-top{
    height: 220px;
    margin: 0 12px;
    padding: 12px 0;
    position: relative;
}
#s-mainpage-foryou-right-bottom{
    height: 220px;
    margin: 0 12px;
    padding: 12px 0;
    position: relative;
}
/* fouryou */

/* mainpage */

/* component */
#s-main-component{
}
body.itemid-101 #s-main-component{
    display: none;
}
/* component */

/* subpages */

.s-content{
    padding: 0 7.75% 30px 7.75%; /* 0 106px 30px 106px*/
}
.s-content h1{

}
.s-content .s-content-text p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    margin: 0 0 30px 0;
    padding: 0;
}
.s-content .s-content-text-small p {
    font-size: 18px;
    line-height: 1.75;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
}

.s-content .s-content-text-small p.s-content-small-semibold-green{
    font-size: 18px;
    font-weight: 600;
    color: #7CBA04;
}

.s-content .s-content-text-small ul{
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
    list-style: none outside url("/images/layout/bullet-black.png");
}
.s-content .s-content-text-small ul li{
    color: #7CBA04;
    padding: 5px 0 5px 15px;   
}
.s-content-header{
    padding: 0 7.29%; /* 0 84px */
}
.s-content-text, .s-content-text-small, .s-ordered-list, .s-unordered-list{
    padding: 0 7.29%; /* 0 84px */
}
/* content banner */
.s-content-banners{
    position: relative;
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
    overflow: hidden;
}
.s-content-banners-container{
    margin: 60px 7.29%; /* 60px 84px */
    position: relative;
    width: auto; /* 984px */
    /*height: 493px; */ /* 493px */
    overflow: hidden;
    box-shadow: 0 0 27px -10px #808080;
}
.s-content-banner-envelope{
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.s-content-banner{
    position: relative;
}

.s-content-banner img{
    display: block;
    /*margin: 0 auto;*/
    max-width: 100%;
}
.s-content-leftarrow{
    left: 0;  
}
.s-content-rightarrow{
    right: 0;  
}
.s-content-bullets{
    text-align: center;
    margin: 18px 0 0 0;
}
.s-content-bullets span{
    display: inline-block;
    border: 2px solid #000;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    margin: 0 5px;
    cursor: pointer;
}
.s-content-bullets span.s-bullets-active{
    background-color: #000;    
}

/* content banner */

/* responsibility */


/* responsibility */

/* privacy */
#s-privacy{
}
#s-privacy-text{
}
#s-privacy-list{
}
.s-ordered-list{
}
.s-ordered-list-list{
    margin: 120px 0 120px 0;
    padding: 0;
    list-style-position: inside;
}
.s-ordered-list-list ol {
    padding: 0 0 0 15px;
    list-style-position: outside;
}
.s-ordered-list-list ol li{
    margin: 5px 0;
}
.s-ordered-list-item{
    margin: 45px 0 0 0;
    padding: 0 0 45px 0;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #848484;
    background: transparent url('/images/layout/triangle-up.png') no-repeat right 2px;
    cursor: pointer;
}
.s-ordered-list-item.opened{
    background: transparent url('/images/layout/triangle-down.png') no-repeat right 2px;
}
.s-ordered-list-hide{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    /* font-style: italic;*/
    padding: 60px 85px 20px 85px;
    display: none;
    line-height: 1.45;
}
.s-ordered-list-item.opened .s-ordered-list-hide{
    display: block;
}
.s-unordered-list{

}
.s-unordered-list-list{
    margin: 120px 0 120px 0;
    padding: 0;
    list-style-position: inside;
    list-style: none;
}
.s-unordered-list-item{
    margin: 45px 0 0 0;
    padding: 0 0 45px 0;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #848484;
    background: transparent url('/images/layout/triangle-up.png') no-repeat right 2px;
    cursor: pointer;
}
.s-unordered-list-item.opened{
    background: transparent url('/images/layout/triangle-down.png') no-repeat right 2px;
}
.s-unordered-list-hide{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    /*font-style: italic;*/
    padding: 60px 85px 20px 85px;
    display: none;
}
.s-unordered-list-item.opened .s-unordered-list-hide{
    display: block;
}

/* privacy */

/* application */
#s-application-download{
    padding: 0 7.29%; /* 0 84px */    
    display: flex;
    flex-direction: row;
    margin: 100px 0;
}
#s-application-download-left{

}
#s-application-download-left img{
    display: block;
    box-shadow: 0 0 27px -10px #808080;
    margin-right: 25px;
}
#s-application-download-right{
    flex-grow: 1;
    position: relative;
}
#s-application-download-right h5{
    margin-top: 0;
}
#s-application-download-right p{
    font-size: 16px;
    line-height: 1.75;
}
#s-application-download-right-button{
    position: absolute;
    right: 0;
    bottom: 0;
}
#s-application-benefits h5{
    margin-bottom: 50px;
}
#s-application-benefits-text{
    margin-bottom: 80px;
}
#s-application-benefits-text p{
    font-size: 16px;
    font-weight: 700;
}
#s-application-benefits-text p span{
    font-weight: 500;
    font-style: italic;    
}
/* application */
/* newsletter */
#s-newsletter-form{

}
#s-newsletter-form-envelope{
    text-align: center;
    padding: 100px 0;
}

#s-newsletter-form-inner{
    display: inline-block;
    width: auto;
}
#s-newsletter-form-inner p{
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    margin-top: 35px;
}
#s-newsletter-form-inner p.fieldacyemail{
    margin: 0;
}
#s-newsletter-form-inner p img{
    display: inline-block;
    margin-right: 15px;
}
#s-newsletter-form-inner p a, #s-newsletter-form-inner p a:visited{
    font-weight: 700;
    font-style: italic;
    color: #7CBA04;
}
#s-newsletter-form .s-button{
    padding: 14px 37px 14px 20px;    
}
#s-newsletter-form .s-input{
    width: 480px!important;
    margin-right: 20px;
    font-size: 14px;
    padding: 10px 20px 14px 20px;
    border: none;
    box-shadow: 0 0 27px -15px #808080;
}
/* newsletter */

/* card */
#s-card{
}
#s-card h2{
    margin-top: 30px;
    margin-bottom: 38px;
}
#s-card-text{
}
#s-card-text span{
    font-weight: 700;
    color: #7CBA04;
}
#s-card-icons{
}
#s-card-icons-envelope{
    margin: 0 8.1%; /* 0 80px */
}
#s-card-icons-inner{
    padding-top: 20px;
}
#s-card-icons img{
    margin-bottom: 20px;
}
#s-card-icons p{
    font-size: 14px;
    font-weight: 700;
    color: #7CBA04;
}
#s-card-form{
}
#s-card-form-envelope{
}
#s-card-form-inner{
    max-width: 480px;
    margin: 0 auto;
}
#s-card-form-inner span{
    font-size: 14px;
    font-weight: 700;
    margin: 15px 0;
    display: block;
}
#s-card-form-inner .s-input{
    width: 100%;
    font-size: 12px;
    padding: 12px 20px 12px 20px;
    font-weight: 500;
    font-style: italic;
    color: #000;
    border: none;
    box-shadow: 0 0 27px -15px #808080;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;  
}
#s-card-form-inner .s-input::placeholder{
    color: #cccccc;
}
#s-card-form-inner .s-checkbox:invalid{
    box-shadow: none;
}
#s-card-form-inner p{
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    margin-top: 35px;
}
#s-card-form-inner p img{
    display: inline-block;
    margin-right: 15px;
}
#s-card-form-inner p a, #s-card-form-inner p a:visited{
    font-weight: 700;
    font-style: italic;
    color: #7CBA04;
}
#s-card-form-login{
    padding-top: 5px;
}
#s-card-form-login span{
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    padding: 5px 0;
    display: inline-block;
}
#s-card-form-activate{
    margin-bottom: 50px;
}
#s-card-form-activate button{
    color: #7CBA04;
    background: #FFF url('/images/layout/arrow-head-green.png') no-repeat right center;
}
/* card */

/* services */
#s-services{
}
#s-services-header{
}
#s-services-text{
}
#s-services-services{
    padding: 57px 0 5px 0;/* 75px 190px 90px 190px ->  57px 72px 5px 72px*/
    width: 1010px;
    margin: 0 auto;
}
.s-services-services-inner{
    color: #FFF;
}
.s-services-services-inner a, .s-services-services-inner a:visited{
    color: #FFF;
}
.s-services-services-inner a:hover{
    color: #000;
}
.s-services-services-inner p
{
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 18px;
}
.s-services-services-left{
    width: 504px;
    float: left;
}
.s-services-services-right{
    width: 504px;
    float: right;
}
.s-services-services-left-left, .s-services-services-right-right{
    width: 480px;
    float: left;
    height: 464px;
    margin: 0 12px;
    padding: 12px 0;
    position: relative;
}
.s-services-more{
    display: none;
}
#s-services .s-mainpage-foryou-more{
    cursor: pointer;
}
#s-services-cashback-mobile{
    display: none;
}
#s-services .s-mainpage-history-left-inner p:last-of-type{
    margin-bottom: 0;
}

/* services */

/* offer */
#s-offer{

}
#s-offer-sorting{
    margin: 40px 0 75px 0;
}

.s-offer-sorting{
    display: inline-block;
}
.s-offer-sorting span{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 12px;
}

#s-offer-sorting-kind{
    margin-right: 50px;
}

#s-offer-sorting-inner{
}

#s-offer-offer{
    /* padding: 78px 106px 0; */

}
#s-offer-offer-inner{
    position: relative;
}
#s-offer-offer-products{
    /* padding: 0 72px; * //* 0 84 px*/
    margin: 0 auto;
    width: 1008px;
}
#s-offer-offer .s-mainpage-leaflet-product{
    margin-bottom: 16px;
}
#s-offer-offer .s-mainpage-leaflet-product > img{
    width: 228px;
    height: 382px;
}

#s-offer-navigation{

}

#s-offer-navigation-inner{
    text-align: right;
    margin: 60px 0 80px 0;
}

#s-offer-navigation span{
    font-size: 14px;
    font-weight: 700;
    color: #c4c4c4;
    padding: 10px 0;
    margin: 0 10px;
    display: inline-block;
    border-bottom: 3px solid #FFF;
    cursor: pointer;
}

#s-offer-navigation span.s-navigation-active {
    color: #000;
    border-bottom: 3px solid #7CBA04;
}
#s-offer-navigation span:first-of-type, #s-offer-navigation span:last-of-type{
    background-color: #7CBA04;
    color: #FFF;
    padding: 4px 11px;
    border-bottom-color: transparent;
    cursor: pointer;
}

.s-content-text.s-offer-note p{
    font-size: 12px!important;
    color: #707070;
}

/* offer */

/* eko */

body.itemid-134 #s-main-container{
    background-image: url('/images/background/background-eko1.jpg');
}

body.itemid-134 #s-main-services{
    background-color: #A36841;
}
body.itemid-134 #s-main-services-more.s-button{
    background-color: #A36841;
}
body.itemid-134 .s-mainpage-foryou-right-inner, body.itemid-134 .s-mainpage-foryou-left-inner{
    background-color: #A36841;
}

body.itemid-134 .s-mainpage-history-left-inner{
    background-color: #A36841;
}
body.itemid-134 .s-mainpage-leaflet-description-price span{
    color: #A36841;
}

#s-eko-banners{
    position: relative;
}

#s-eko-categories{
    width: 1010px;
    margin: 0 auto;
    margin-top: 55px;
}
#s-eko-categories.s-content{
    padding-bottom: 0;
}
#s-categories-inner{
    /* padding: 0 72px 0 72px; *//* 75px 190px 90px 190px; */
}
#s-eko-ban#s-services-servicesners{
    position: relative;
}
#s-eko-header {
    margin: 150px 0 0 0;
}
#s-eko #s-eko-header img{
    float: right;
    margin-left: 7%; /* 70px */
    margin-bottom: 8.11%; /* 80px */
    width: 22.3%; /* 220px */
    min-width: 100px;
}
#s-eko-text-button{
    text-align: right;
    height: 34px;
    padding-top: 25px;
}
#s-eko-text-button .s-button{
    margin-top: 1px;
    margin-right: 7px;
    background-color: #A36841;
}
#s-eko-text-button img{
    display: inline-block;
    margin-bottom: -13px;
}
/* eko */

/* news */
#s-news-news{
    margin: 0 7.29%; /* 0 84px */
    padding-top: 100px;
    padding-bottom: 30px;
}
#s-news-news .s-news-news-p a{
    color: #7CBA04;
}
#s-news-news .s-news-news-p a:hover{
    color: #000;
}
#s-news #s-offer-navigation span:first-of-type, #s-news #s-offer-navigation span:last-of-type{
    cursor: auto;
}
#s-news #s-offer-navigation span a, #s-news #s-offer-navigation span a:visited{
    color: #c4c4c4;
    padding: 4px 1px;    
}
#s-news #s-offer-navigation span.s-navigation-active a{
    color: #000;
}
#s-news #s-offer-navigation span:first-of-type a, #s-news #s-offer-navigation span:last-of-type a{
    color: #FFF;
}
.s-news-news-holder{
    display: flex;
    margin-bottom: 45px;
}
.s-news-news-img{
    margin-right: 25px; /* 25px */
    width: 23.12%; /* 228px */
    /* float: left; */
    flex-grow: 1;
}
.s-news-news-img img{
    display: block;
    max-width: 100%;
}
.s-news-news-text{
    font-size: 16px;
    line-height: 1.75;
    position: relative;
    width: 74%;
    /* float: right; */
    flex-grow: 1;
}
.s-news-news-p{
    /*margin-bottom: 50px;*/
}
.s-news-news-has-more .s-news-news-p{
    margin-bottom: 50px;
}
.s-news-news-text h3{
    text-transform: none;
    margin-bottom: 0;
}
.s-news-news-button{
    position: absolute;
    bottom: 0;
    right: 0;
}
#s-news #s-offer-navigation span:first-of-type{
    margin-left: 0;
}
#s-news #s-offer-navigation span:last-of-type{
    margin-right: 0;
}
/* news */

/* one news */
#s-one-news{
    padding-bottom: 105px;
}
#s-one-news a{
    color: #7CBA04;
}
#s-one-news a:hover{
    color: #000;
}
.s-one-news-button{
    text-align: right;
    margin-right: 7.29%; /* 84px */
}
#s-one-news ul{
    list-style: disc;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 0 40px 30px 40px;
    display: block;
    text-transform: none;
    font-style: normal;
}
#s-one-news ul li{
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    text-transform: none;
    line-height: 1.8;
}
/* one news */

/* rent */
.s-rent-list-button{
    text-align: right;
    margin-top: 50px;
}
/* rent */

/* contact */
#s-contact{
    padding-bottom: 120px;
}
#s-contact-address{
    padding: 40px 0 65px 0;
}
#s-contact-address div:first-of-type{
    margin-right: 30px;
}
#s-contact-address div{
    line-height: 1.5;
}
#s-contact-address span{
    /*text-transform: uppercase;
    font-weight: 700;*/
}
#s-contact-address div a, #s-contact-address div a:visited {
    color: #000;
    font-weight: 400;
}
#s-contact-address div a:focus{
    color: #7CBA04;
}
#s-contact h3{
    text-transform: none;
    font-size: 40px;
}
#s-contact-form{
    margin-top: 50px;
}
#s-contact-form .visform, #s-work-form .visform{
    margin-top: 0;
}
#s-contact-form fieldset, #s-work-form fieldset, .s-work-form fieldset{
    padding: 0;
    border: none;
}
#s-contact-form-left, .s-contact-form-left{
    width: 49%;
    padding-right: 1%;
}
#s-contact-form-right, .s-contact-form-right{
    width: 49%;
    padding-left: 1%;
}
.s-contact-field-envelope{
}
.visform input.error, .visform textarea.error, .visform select.error {
    border: 1px solid #FF0000 !important;
}
#s-contact [class^="field"], #s-work [class^="field"]{
    margin: 0;
}
.s-contact-field-envelope span, #s-contact [class^="field"] .s-span, #s-work [class^="field"] .s-span{
    font-size: 14px;
    font-weight: 700;
    margin: 15px 0;
    display: block;
    width: 100%;
}
.s-contact-field-envelope .s-input, #s-contact [class^="field"] .s-input, #s-work [class^="field"] .s-input{
    width: 100%;
    font-size: 12px;
    padding: 12px 20px 12px 20px;
    margin: 0;
    font-weight: 500;
    /* font-style: italic;*/
    color: #000;
    border: 1px solid transparent;
    box-shadow: 0 0 27px -15px #808080;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;  
    background-color: #FFF;
}
#s-contact [class^="field"] #field1.s-input{
    color: #cccccc!important;
}
#s-contact [class^="field"] #field1.s-input:valid{
    color: #000!important;
}
#s-contact [class^="field"] #field1.s-input option{
    color: #000!important;
}
#s-contact .errorcontainer, #s-work .errorcontainer, #s-contact label.error, #s-work label.error{
    display: none!important;
}
#s-contact .field6 .s-label-nodisplay, #s-work .field13 .s-label-nodisplay{
    display: none;
}
#s-contact [class^="field"] .s-checkbox, #s-work [class^="field"] .s-checkbox{
    border: 1px solid #000;
    background: none;
    box-shadow: none;
    width: 17px;
    height: 17px;
    opacity: 0;
    cursor: pointer;
}
#s-contact #field5{
    height: 296px;
}
#s-contact #field6, #s-work #field13{
    margin: 0;
}
#s-contact .field6, #s-work .field13{
    margin: 40px 0 30px;
    line-height: 1.5;
}
#s-contact [class^="field"] .s-checkbox + label span, #s-work [class^="field"] .s-checkbox + label span{
    display: inline-block!important;
    background: transparent url('/images/layout/checkbox-black.png') no-repeat left top;
    margin: 0;
    height: 17px;
    width: 17px;
    cursor: pointer;
    margin-left: -17px;
    padding-right: 17px;
}
#s-contact [class^="field"] .s-checkbox.error + label span, #s-work [class^="field"] .s-checkbox.error + label span{
    background: transparent url('/images/layout/checkbox-red.png') no-repeat left top;
}
#s-contact [class^="field"] .s-checkbox:checked + label span, #s-work [class^="field"] .s-checkbox:checked + label span{
    background: transparent url('/images/layout/checkbox-black-checked.png') no-repeat left top;
}
#s-contact .visBtnCon, #s-work .visBtnCon{
    text-align: right!important;
}

#s-contact .visform input.s-button, #s-work .visform input.s-button{
    border: none;
    padding: 12px 37px 12px 20px;
    background: #7CBA04 url('/images/layout/arrow-head.png') no-repeat right center;
}

#s-work #field11{
    /*height: 36px;
    padding: 0;*/
    padding: 10px
}

/*
#s-contact [class^="field"] #field1.s-input option:first-child{
    color: #cccccc!important;
}
#s-contact [class^="field"] #field1.s-input option:checked{
    color: #000!important;
}
*/
.s-contact-field-envelope textarea.s-input{
    height: 315px;
}
.s-contact-field-envelope .s-input::placeholder, #s-contact [class^="field"] .s-input::placeholder{
    color: #cccccc;
}
#s-contact-form-envelope{
    position: relative;
}
#s-contact-form-envelope p{
    margin-top: 40px;
    font-size: 14px;
}
#s-contact-form-envelope p.visCSSclear, #s-work-form-envelope p.visCSSclear{
    margin: 0;
}
#s-contact-form-envelope p img{
    display: inline-block;
    margin-right: 15px;
}
.s-contact-button{
    /* position: absolute;
    bottom: 0;
    right: 4px;*/
    text-align: right;
}
/* contact */

/* work */

#s-work{
}
#s-work h3{
    font-size: 18px;
    line-height: 1.8;
    text-transform: none;
    margin-top: 50px;
    font-style: normal;
}
#s-work .s-unordered-list-hide{
    padding: 20px 0;
}
#s-work .s-unordered-list-item .s-work-list-text{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 85px 20px 85px;
    display: block;
    text-transform: none;
    font-style: normal;
}
#s-work .s-unordered-list-item .s-work-list-text ul{
    list-style: disc;
    margin: 20px 0 20px 10px;
    padding: 0 0 0 10px;
}
#s-work .s-unordered-list-item .s-work-list-text ul li{
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}
#s-work .s-unordered-list-item span{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    margin: 15px 0;
    display: block;
    text-transform: none;
}
.s-work-list-button{
    text-align: right;
    margin-top: 50px;
}
#s-work-form p{
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
}

/* work */

/* shops */
#iStoreLocator-search-bar{
    margin: 0;
    padding: 0;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}
#iStoreLocator_btn_geolocate{
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    border: 0;
    background: #7CBA04 url('/images/layout/arrow-head.png') no-repeat right center;
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 12px 37px 12px 20px;
    color: #FFF;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0 0 27px -10px #808080;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}
#iStoreLocator-location-search{
    font-size: 10px;
    font-weight: 700;
    padding: 12px 20px 12px 20px;
    font-style: italic;
    color: #000;
    border: none;
    box-shadow: 0 0 27px -15px #808080;
    margin-bottom: 10px;
}
#iStoreLocator-location-search::placeholder{
    color: #000;
    opacity: 1;
    font-style: normal;
    text-transform: uppercase;
}
#maxdistance{
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    border: none;
    padding: 10px 36px 10px 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #7CBA04 url('/images/layout/triangle-down-white.png') no-repeat right center;
    min-height: auto;
}
#isl-filter_tags{
    margin: 0!important;
    padding: 0!important;
    box-shadow: none;
    background: none;
}
#isl-filter_tags fieldset{
    margin: 0!important;
    padding: 0!important;
    border: none!important;
}
#isl-filter_tags legend{
    margin: 50px 0!important;
    padding: 0!important;
    font-size: 18px;
    font-weight: 500;
}
#isl-filter_tags legend.down::after
{
    display: none;
}
#isl-filter_tags div{
    margin-bottom: 40px;
}
#isl-filter_tags label{
    display: inline-block!important;
    font-size: 12px!important;
    font-weight: 600!important;
    margin-right: 25px;
    margin-bottom: 20px;
    background: transparent url('/images/layout/checkbox-black.png') no-repeat left top;
    height: 17px;
    cursor: pointer;
}
#isl-filter_tags label.isChecked{
    background: transparent url('/images/layout/checkbox-black-checked.png') no-repeat left top;
}
#isl-filter_tags label input{
    border: 1px solid #000;
    background: none;
    box-shadow: none;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    opacity: 0;
    cursor: pointer;
}
.isl_container{
    border: none!important;
    background-color: transparent!important;
    margin-bottom: 80px;
}
#iStoreLocator{
    width: 58%;
    float: left;
    box-shadow: 0 0 27px -15px #808080;
}
.isl-list-container{
    width: 40%;
    float: right;
    overflow-x: hidden!important;
    -ms-overflow-style: nonehidden!important;
    overflow: -moz-scrollbars-nonehidden!important;
}
.isl-list-container::-webkit-scrollbar {
    display: nonehidden!important;
}
.isl-list-container h3{
    font-size: 18px!important;
    font-weight: 700!important;
    line-height: 18px!important;
    text-transform: none;
    padding: 5px 20px!important;
}
#isl-search-result{
    font-size: 18px!important;
    font-weight: 700!important;
    line-height: 18px!important;
    padding: 5px 20px!important;
}
.isl-listings{
    background-color: transparent!important;
}
.isl-listings .s-button{
    margin: 25px 12px 0 12px;
}
.isl-listings .s-button.showDetails {
    margin-left: 0;
}
.isl-listings .s-button.showOnMap {
    margin-right: 0;
}
.isl-listings .list-item{
    border: none!important;
    background-color: #FFF!important;
    margin: 10px 0!important;
    box-shadow: 0 0 27px -15px #808080;
}
.list-content-envelope{
    margin: 0 20px;
	padding: 20px 0;
}
.isl-listings .list-content, .isl-listings .list-content p, .isl-listings .list-content address, .isl-listings .loc-misc,  .isl-listings .loc-phone,
#iStoreLocator .list-content, #iStoreLocator .list-content p, #iStoreLocator .list-content address, #iStoreLocator .loc-misc,  #iStoreLocator .loc-phone{
    font-size: 14px!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: 1.4!important;
    font-family: 'Raleway', sans-serif!important;
}

.isl-listings .loc-phone a{
	color: #000;
}

.isl-listings .list-content address, .isl-listings .loc-misc{
    margin-bottom: 15px;
}
.isl-listings .list-content p, #iStoreLocator .list-content p{
    margin: 0!important;
}
.isl-listings .loc-name,
.isl-listings .card-title{
    color: #000!important;
    font-size: 18px!important;
    font-weight: 700!important;
    margin-bottom: 25px;
	text-transform: none;
}
.gm-style-iw .loc-name {
    color: #000!important;
    font-size: 16px!important;
    font-weight: 700!important;
    margin-bottom: 5px;
}
#s-map-inner{
    overflow: hidden;
}
.detailsIcons{
    padding: 20px 0;
    border-top: 1px solid #848484;
    margin-top: 20px;
    display: none;
}
.s-show-detail{
    width: 50%;
    float: left;
    text-align: left;
    font-size: 14px;
    padding: 5px 0;
    height: 35px;
}
.s-show-detail img{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.s-show-detail span{
    display: inline-block;
    vertical-align: middle;
}
.s-show-detail-title{
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 20px;
}
/* shops */

/* history */
body.itemid-140 #s-main-container{
    background: transparent url('/images/background/background-history1.jpg') no-repeat center 60px / 100%;
}
#s-history{
    margin-top: 380px;
    margin-bottom: 70px;
}
.s-history-banner{
    position: relative;
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
}
.s-history-banner-container{
    margin: 20px 7.29% 90px;; /* 60px 84px */
    position: relative;
    width: auto; /* 984px */
    /*overflow: hidden;*/
}
.s-history-banner-container.s-history-banner-nodescription{
    margin-bottom: 50px;
}
.s-history-banner-envelope{
    position: relative;
}
.s-history-banner img{
    display: block;
    max-width: 100%;
    box-shadow: 0 0 27px -10px #808080;
}
.s-history-banner-description{
    background-color: #7CBA04;
    color: #FFF;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    font-style: italic;
    padding: 24px;
    position: absolute;
    bottom: -50px;
    right: -24px;
}
.s-history-banner-description-left{
    left: -24px;
    right: initial;
}
.s-history-banner-description span{
    display: block;
}
.s-history-strip{
    background: transparent url('/images/layout/black-stripe.png') no-repeat center center;
    width: 100%;
    height: 3px;
    margin: 70px 0;
}
.s-history-date{
    color: #7CBA04;
    font-size: 18px;
    font-weight: 600;
}
#s-history h5{
    margin: 7px 0 22px 0;
    font-size: 28px;
    font-weight: 700;
}
.s-history-green{
    color: #7CBA04;
}
.s-history-35{
    padding-top: 35px;
}
.s-history-img-inside{
    margin: 10px 0 40px 0;
}
#s-history h5 + .s-history-img-inside{
    margin: 18px 0 40px 0;
}
.s-history-banner-envelope-narrow{
    width: 545px;
    margin: 0 auto;
}
.s-history-372{
    width: 37.8%; /* 372/984 */
}
.s-history-588{
    width: 59.75%; /* 588/984 */
}
.s-history-439{
    width: 44.61%; /* 439/984 */
}
.s-history-521{
    width: 52.94%; /* 521/984 */
}
body.itemid-140 #s-shops-locator{
    transform: translateX(300px);
}
body.itemid-140 #s-shops-locator .s-button{
    background-color: #000;
}
/* history */

/* subpages */

/* message */

#system-message-container{
    padding: 30px 7.75%;
}
#system-message{
    border: 2px solid #7CBA04;
    padding: 0 15px 20px 30px;
}
#system-message .close{
    font-size: 36px;
    line-height: 36px;
    text-align: right;
    display: block;
    cursor: pointer;
    padding: 5px;
    color: #7CBA04;
}
.acymailing_footer, .acymailing_footer a{
    color: #cccccc
}
/* message */