/* NAV TOGGLE */
.nav-toggle span {
    background: #fff;
}
.nav-toggle.active span {
    background: #fff;
}

.nav-toggle.active span.l1 {
    margin-top: 14px;
}

/* RWD MENU */
.rwd-menu ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.rwd-menu ul > li {
    display: block;
    float: left;
    margin-bottom: -1px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}
.rwd-menu ul > li > a {
    position: relative;
    padding: 13px 15px 13px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.rwd-menu .rwd-menu-wrapper > ul > li.active-link > a {
    color: #e2001a;
    text-decoration: none;
    font-weight: normal;
}
.rwd-menu ul > li > a#home {
    padding-left: 50px;
    background: url(../images/home.png) no-repeat 15px 16px;
}
.rwd-menu ul > li.active-link > a#home {
    background: url(../images/home.png) no-repeat 15px -76px;
}
.rwd-menu ul > li > ul {
    display: none;
}
.rwd-menu ul > li.active > ul {
    display: block;
}
.rwd-menu ul > li.active > a {
    /*font-weight: bold;*/
    color: #e2001a;
}
.rwd-menu ul > li > a > .glyphicon-bg {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    width: 50px;
    background: #e2001a;
    color: #FFF;
    text-align: center;
    transition: 0.4s all;
}
.rwd-menu ul > li > ul > li > a,
.rwd-menu ul > li.active > ul > li > a {
    color: #FFF;
}
.rwd-menu ul > li > ul > li.active-link > a {
    text-decoration: underline;
}
.rwd-menu ul > li:first-child > a > .glyphicon-bg {
    top: 0;
}
.rwd-menu ul > li > a .glyphicon {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    line-height: 50px;
    transition: 0.4s all;
}
.rwd-menu ul > li.active > a .glyphicon {
    transition: 0.4s all;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rwd-menu ul > li.active > ul > li:last-child {
    border-bottom: 0;
}
.rwd-menu ul > li ul {
    border-bottom: 1px solid #000;
}
.rwd-menu ul > li > ul > li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #e2001a;
    text-align: center;
}
.rwd-menu ul > li > ul > li:last-child {
    margin-bottom: -1px;
}
.rwd-menu ul > li > ul > li > a {
    position: relative;
    padding: 13px 15px 13px 35px;
    color: #000;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.rwd-menu ul > li > ul > li > a > .glyphicon-bg,
.rwd-menu ul > li > ul > li > ul > li {
    background: #b7b7b7;
}

.rwd-menu ul > li > ul > li > ul > li > a {
    padding: 13px 15px 13px 55px;
}
.rwd-menu ul > li > ul > li > a:before {
    position: absolute;
    top: 22px;
    left: 15px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    content: '';
}
.rwd-menu ul > li > ul > li.active-link > a:before {
    background: #000;
}
.rwd-menu ul > li > ul > li > ul > li > a:before {
    left: 35px;
}
.rwd-menu ul > li > ul > li > ul {
}
.rwd-menu ul > li > ul > li > ul > li > ul {
}

/*--------------- RESPONSIVE -------------*/
@media screen and (min-width: 1140px) {
    .rwd-lang,
    .rwd-menu,
    .nav-toggle {
        display: none;
        display: none !important;
    }
}

@media screen and (max-width: 1600px) {

    .search-box {
        margin-left: 0
    }

    .title1,.box-text h3,.graf-left h1,.news-first-header h2, h2 { font-size: 40px}

    .slider-text {
        padding: 77px 50px 50px 67px;
    }

    body {
        background: url(../images/body_bg.jpg) no-repeat center -30px;
    }

    .products-box {
        padding-top: 25px;
    }

    .products-box-content {
        padding-bottom: 25px;
    }

    .product-name{ font-size: 17px}

    .news-box-header {
        margin-bottom: 25px;
    }

    .news-date {
        font-size: 20px;
        width: 85px;
        height: 85px;
        left: 20px;
        top: 20px;
    }

    .news a {
        padding: 20px 20px 20px 125px;
        min-height: 123px;
    }

    .news-box {
        margin-bottom: 0px;
    }

    .news-box-content {
        padding-bottom: 15px;
    }

    .box-text h3 {
        margin-bottom: 15px;
    }

    .box-text .text.txt {
        margin-bottom: 30px;
        max-height: 50px;
    }

    .boxes {
        padding-bottom: 0px;
    }


    .about-box {
        padding-bottom: 25px;
    }

    .find-distributor-header {
        padding-bottom: 25px;
    }



    .footer-top {
        padding: 45px 45px 20px 45px;
    }

    .footer-bottom {
        padding-top: 35px;
        padding-bottom: 35px;
        padding-left: 45px;
        padding-right: 45px;
    }

    .graf-middle {
        float: left;
        margin-left: 10%;
        width: 65%;
        padding-top: 10px;
    }
    
    .news-first a {
        padding: 30px;
    }

    .news-first-photo {
        margin-top: 0;
    }

    .news-first-header h2 {
        line-height: 140%;
    }

    .contact-left {
        padding: 30px;
    }

    .contact-right {
        padding: 30px;
    }

    .person-data h3 {
        font-size: 30px;
    }

    .person.person-big .person-content a {
        padding-left: 0;
        padding-right: 10px;
    }

    .contact-icon {
        left: 15px;
    }

    .contact-name {
        padding-left: 50px;
    }

    .person {
        padding: 30px;
    }

    button.btn-primary.btn-lg.pull-right {
        margin-bottom: 0;
    }

    .product-detalis-content h1 {
        font-size: 40px;
        margin-bottom: 25px;
    }

    .product-detalis-content {
        float: right;
        max-width: 43%;
    }

    .about-bottom img {
        max-width: 49%;
        margin-top: 7px;
    }

    a.distributor-box {
        margin-left: 10px;
    }
}

@media screen and (max-width: 1520px) {
    .about,
    .about-bottom {
        width: 36.5%;
    }
}

@media screen and (max-width: 1440px) {
    .title1,.box-text h3,.graf-left h1,.news-first-header h2, h2 { font-size: 36px}
    .slider-text {
        padding: 77px 50px 50px 57px;
    }
    body {

        background: url(../images/body_bg.jpg) no-repeat center -80px;
    }

    .product-photo {
        margin-bottom: 20px;
    }
    .product-name {
        font-size: 16px;
        line-height: 150%;
        height: 48px;
        margin-bottom:0;
    }

    .product a {
        padding-bottom: 5px;

    }

    .news-date {
        font-size: 18px;
    }

    .news-date {
        font-size: 17px;
        height: 80px;
    }
    .box-text {
        padding: 50px;
    }

    .benefits {
        float: left;
        width: 48%;
    }

    .about,
    .about-bottom {
        float: right;
        width: 50%;
    }
}
@media screen and (max-width: 1366px) {
    .title1,.box-text h3,.graf-left h1,.news-first-header h2, h2 { font-size: 34px}

    body {
        background: url(../images/body_bg.jpg) no-repeat center -110px;
    }

    .box-text {
        padding: 45px;
    }

    .footer-box:last-child img {
        /* top: -130px; */
        /* right: 0px; */
    }

    .contact-left {
        padding: 20px;
    }

    .contact-right {
        padding: 20px;
    }

    .person.person-big .person-photo {
        margin-right: 35px;
    }

    .person-photo {
        margin-right: 20px;
    }

    .person {
        padding: 15px;
    }

    .person-column h3 {
        margin-bottom: 20px;
    }
    .contact-name {

        font-size: 15px;
    }

    .offer-box .products-box-content {
        margin: 0 -30px;}

    .offer-box .product {
        padding: 0 30px;
        margin-bottom:40px;
    }

}
@media screen and (max-width: 1280px) {
    .news-first .news-first-header.has-date h2{
        padding-left: 100px;
    }
    a.distributor-box {
        padding-left: 0;
        padding-right: 15px;
    }

    #main-menu ul li a {
        padding: 12px 10px 12px;
    }

    #main-menu ul li {
        margin-left: 0;
    }

    .title1,.box-text h3,.graf-left h1,.news-first-header h2, h2 { font-size: 32px}

    .slider-text {
        padding: 77px 50px 50px 47px;
    }

    body {
        background: url(../images/body_bg.jpg) no-repeat center -130px;
    }

    .products-box-header div.text {
        max-width: 830px;
    }

    .news-box-header .text {
        font-size: 14px;
    }

    .products-box-header div.text {
        font-size: 14px;
    }


    .about,
    .about-bottom {
        float: right;
        width: 34.5%;
    }

    .benefits {
        float: left;
        width: 60%;
    }

    .box-text {
        padding: 30px;
    }

    .footer-box:last-child img {
        /* top: -120px; */
        /* right: 0px; */
    }

    .news-box-header h2 {
        top: 12px;
    }

    .news-box-header {
        padding-left: 120px;
        padding-right: 210px;
    }

    .about-bottom a.btn-more {
        max-width: 49%;
    }

    .benefits-slider button.slick-prev.slick-arrow, .benefits-slider button.slick-next.slick-arrow{     top: -80px;}

    .graf-box {
        padding: 40px;
    }

    .graf-left {
        float: left;
        margin-bottom: 10px;
    }
    .graf-middle {
        float: none;
        clear: left;
        margin: 0;
        width: 100%;
    }
    .graf-middle .text.txt {
        font-size: 14px;
    }

    .offer-box .product {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .offer-box .products-box-content {
        margin: 0 -15px;
    }
}
@media screen and (max-width: 1200px) {
    #main-menu ul li a {
        padding: 12px 7px 12px;
    }
}
@media screen and (max-width: 1139px) {
    .content-box{
        flex-direction: column;
    }
    #main-menu {
        display: none;
    }
	
	.top {
    padding-top: 10px;
    padding-bottom: 10px;
}
    .nav-toggle {
        padding: 8px 12px 10px;
        display: inline-block;
        overflow: hidden;
        margin: 0px 0 0 10px;
        vertical-align: middle;
        border-radius: 0%;
        width: 46px;
        height: 46px;
        background: #e2001a;
    }

    .rwd-hide {
        display: none;
    }
    .text img {
        max-width: 100%;
        max-width: 100% !important;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .body-block {
        position: fixed;
        width: 100%;
    }
    .article-image {
        margin-right: 25px;
        margin-bottom: 15px;
    }

    .title1,.box-text h3,.graf-left h1,.news-first-header h2, h2 { font-size: 28.5px}

    body {
        background: url(../images/body_bg.jpg) no-repeat center -190px;
    }

    .footer-box:last-child img {
        /* top: -90px; */
        /* right: 0px; */
    }

    .product {
        width: 33.33%;
        margin-bottom: 14px;
    }
    .products-box-header div.text {
        width: 100%;
        clear: both;
        max-width: 100%;
    }

    body {
        background: #fff;
    }
    .products-box{ background:transparent}
    #content{ background: transparent}

    footer {
        background: #fff;
    }
    .news-first a {
        padding: 15px;
    }

    body.subpage {
        background: #fff;
    }

    .submenu {
        display: none;
    }
    .select-mobile-container {
        padding: 15px 0;
        margin-top: 0;
        display: block;
    }

    .select-mobile-container select {
        width: 100%;
        background-color: #e2001a;
        padding-top: 13px;
        padding-left: 13px;
        padding-bottom: 13px;
        font-size: 15px;
        color: #fff;
        border: 0 none;
    }

.content-left {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0;
}
    .content-main {
        width: 100%;
    }

    .subpage footer {
        padding-top: 15px;
        background: #fff;
    }

    .brand {
        padding: 30px;
    }

    .brand h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .brand .text.txt table td a {
        font-size: 25px;
    }

    .point-content {
        padding: 15px 15px 0px;
    }

    .point-content h4 {
        margin-bottom: 10px;
    }

    .point-content .text.txt {
        margin-bottom: 15px;
    }

    .point-content .text td {
        display: block;
        width: 100%;
    }

    section.login-form-container {
        padding-top: 30px;
    }

    form#login-form {
        padding-bottom: 0;
    }
	
	 .search-box-hidden-things {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 999;
        margin: 0;
        background: #fff;
        text-align: center;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        height: auto;
    }

    .search-box-inputs-container {
        position: absolute;
        top: 50%;
        height: 42px;
        width: 90%;
        margin: 0 auto;
        left: 0;
        right: 0;
        padding-bottom: 101px;
        margin-top: -50px;
    }
	
.search-box-hidden-things button {
    width: 46px;
    padding: 8px;
}
.search-box-hidden-things input {
    width: 100%;
}
.footer-top {
    padding: 30px 30px 0;
}

.product-box-detalis {

    padding-top: 0;
}
}

@media screen and (max-width: 980px) {
    .slider-text {
        padding: 40px;
    }
    .slider a.slider-btn-more {
        max-width: 100%;
    }

    .title1 {
        font-size: 23px;
    }

    .news-box-header h2 {
        position: relative;
        float: left;
        margin-bottom: 26px;
    }

    .news-box-header {
        padding-left: 0;
        padding-right: 0;
    }

    .box-text {
        width: 100%;
        height: auto;
        padding-bottom: 0;
        position: relative;
        padding: 15px;
    }

    .box-text h3 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .box-text .text.txt {
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 15px;
        max-height: none;
    }
    a.btn-more {
        height: 40px;
        line-height: 38px;
    }

    .about {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .about h2 {
        margin-bottom: 15px;
    }

    .about h4 {
        margin-bottom: 20px;
    }

    .benefits {
        width: 100%;
    }

    .footer-box:last-child {
        display: none;
    }

    .footer-box {
        width: 33.33%;
    }

    .brand h2 {
        font-size: 25px;
    }
    .brand .text.txt table td a {
        font-size: 20px;
        padding-left: 31px;
    }

    .brand .text.txt table td {
        padding-left: 0;
        padding: 0 10px 0 0;
    }

    .brand .text.txt table td a[href^="tel:"]:before, .brand .text.txt table td a[href^="fax:"]:before {
        width: 40px;
        height: 40px;
        background-size: 40px;
    }

    .address-search-box input {
        width: 300px;
    }

    .address-search-box button {
        width: 130px;
    }

    .product-detalis-content h1 {
        font-size: 35px;
        margin-bottom: 25px;
    }

    .about {
        padding-bottom: 0;
    }
    .about-bottom {
        position: static;
        width: auto;
        margin-top: 15px;
    }
    .benefits-slider {
        margin-bottom: 0;
    }

}
@media screen and (max-width: 768px) {
    .slider-text {
        padding: 30px;
    }
    .slider a.slider-btn-more {
        height: 40px;
        line-height: 38px;
    }
.news {
    width: 100%;
    padding: 0;
}

    .footer-box{
        width: auto!important;
        float: none;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
        border-top: 1px solid rgba(0,0,0,0.2);
        padding-top: 15px;
    }
    .footer-top {
        padding: 0;
        background: #fff;
    }
    .footer-box h4 {
        background: url(../images/icons/arrow_down2.svg) no-repeat right top;
        background-size: 20px 20px;
        margin-bottom: 0;
        font-size: 20px;
        padding-bottom: 15px;
    }

    footer {
        background: #fff;
        margin-top: 15px;
    }

    .footer-box h4.active {
        background: url(../images/icons/arrow_up2.svg) no-repeat right top;
        background-size: 20px 20px;
    }

    .show-hide {
        display: none;
        padding-bottom: 15px;
    }
    .footer-boxes {
        margin: 0;
    }

    .footer-bottom {
        border-top: 1px solid rgba(0,0,0,0.2);
        padding: 0;
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        padding: 15px;
        overflow: hidden;
    }

.graf-box {
    padding: 25px;
    margin-bottom: 10px;
}

    .news-first-header h2 {
        font-size: 24px;
        padding-top: 20px;
    }
    .news-first-header h2 {
        font-size: 24px;
        padding-top: 5px;
        float: none;
    }

    .news-first-middle .text.txt {
        overflow: visible;
    }

    .news-first-content {
        overflow: visible;
        float: none;
        width: auto;
    }

    .news-first-photo {
        margin-right: 0;
        float: none;
        margin-bottom: 10px;
        width: auto;
    }

    .news-first-header {
        min-height: 1px;
        padding-left: 0;
        float: none;
        margin-bottom: 15px;
    }

    .news-first-middle {

    }

    .news-first-header .news-date {
        position: relative;
        float: left;
        margin-right: 20px;
        top: auto;
    }

.pagination-wrapper {
    max-width: 100%;
    padding: 20px 0;
}

    .pdf-size {
        right: 90px;
    }
    .files-box ul li a {
        padding-right: 170px;
    }
    .person-content {
        overflow: visible;
    }

    .person.person-big .person-content {
        overflow: hidden;
    }

    .addres-point {
        width: 50%;
    }

    .offer-box .product .product-name {
        padding: 0 10px;
    }

    .product-detalis-content h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .product-list .product {
        width: 33.33%;
        margin-bottom: 15px;
    }
	
	.news-first {

        padding: 0;

    }
}
@media screen and (max-width: 767px) {
    .news-first .news-first-header.has-date h2{
        padding-left: 0;
    }
    .title1 {
        font-size: 20px;
        padding-bottom: 25px;
    }

    .person-column h4 {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .brand .text.txt table td {
        display: block;
        float: none;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .brand .text.txt table td a[href^="tel:"]:before, .brand .text.txt table td a[href^="fax:"]:before {
        top: -5px;
    }

    .brand .text.txt table td a {
        font-size: 20px;
        display: inline-block;
        padding-left: 31px;
        padding-top: 2px;
        margin-bottom: 10px;
    }


    .brand h2 {
        font-size: 20px;
        text-align: center;
    }

    .address-search-box input {
        width: 260px;
    }

    .address-search-box button img {
        margin-right: 0;
    }

    .address-search-box button {
        width: 100px;
    }
}
@media screen and (min-width: 769px) {
    footer .show-hide {
        display: block !important;
    }
}
@media screen and (max-width: 639px) {

    .text img {
        max-width: 100%;
        max-width: 100% !important;
        width: inherit;
        width: inherit !important;
        height: auto;
        height: auto !important;
    }
    .text table,
    .text iframe,
    .text object {
        max-width: 100%;
        max-width: 100% !important;
        width: 100%;
        width: 100% !important;
    }
    .article-image {
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        display: block;
        float: none;
        max-width: none;
        text-align: center;
        line-height: 0;
    }
    h1 {
    }
    h2 {
        font-size: 27px;
    }
    h3 {
    }
    h4 {
    }

    .icon-distributor {
        margin-right: -10px;
        margin-left: -4px;
    }
    .slider-text {
        padding: 20px;
    }
    nav.footer-menu {
        margin-right: 15px;
    }

    .footer-bottom {
        text-align: center;
    }

    nav.footer-menu {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
        float: none;
    }

    .copyright {
        display: inline-block;
        margin: 0 5px;
        float: none;
    }

    .copyright-undicom {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }

    .person-column {
        width: 100%;
    }

    .person.person-big .person-photo {
        margin: 0 auto;
        float: none;
        margin-bottom: 30px;
    }

    .person-data {
        text-align: center;
    }

    .contact-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .contact-right {
        width: 100%;
    }

    .distributor-header h2 {
        float: none;
    }

    .address-search-box {
        width: 100%;
    }

    .address-search-box input {
        width: 80%;
    }

    .address-search-box button {
        width: 18%;
        float: right;
    }
    .product-detalis-photo {
        width: 100%;
        float: none;
        max-width: 100%;
        margin-bottom: 30px
    }

    .product-detalis-content {
        width: 100%;
        max-width: 100%;
    }

    .product-detalis {
        margin-bottom: 0px;
    }
	
	.graf-left {
    width: 100%;
}
	.graf-right {
    width: 100%;
}

    a.distributor-box .w {
        display: none;
    }

    a.distributor-box {
        padding-right: 0;
    }

    .icon-distributor {
        margin-right: 0;
        margin-left: 0;
    }
}
@media screen and (max-width: 560px) {

    h1 {
    }
    h2 {
        font-size: 26px;
    }
    h3 {
    }
    h4 {
    }
    .text {
        word-wrap: break-word;
    }

	.article-text{ padding-bottom:0;}


    .product {
        width: 50%;
        margin-bottom: 14px;
    }

    .offer-box .product{   width: 50%;}

    .find-distributor-header h2 {
        float: left;
        margin-top: 12px;
    }

    .benefits-slider button.slick-prev.slick-arrow, .benefits-slider button.slick-next.slick-arrow {
        top: 50%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    .benefits-slider button.slick-prev.slick-arrow {
        left: -5px;
        z-index: 999;
    }
    .benefits-slider button.slick-next.slick-arrow {
        right: -5px;
    }

    .find-distributor-header a.btn-more {
        width: 100%;
        float: none;
    }

    .news-first-bottom img{ display: none;}

    .pagination-wrapper ul li {
        padding: 0 5px;
    }

    .address-search-box input {
        width: 70%;
    }

    .address-search-box button {
        width: 28%;
        float: right;
    }

    .addres-point {
        width: 100%;
    }

    .offer-box .product {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .offer-box .products-box-content {
        margin: 0 -5px;
    }

    .product-list .product {
        width: 50%;
        margin-bottom: 15px;
    }

    .imagegrid-widecell {
        width: 100%;
        padding: 0 2%;
    }
    .imagegrid-smallcell {
        width: 50%;
        padding: 0 1%;
    }
	.breadcrumb>li+li:before {
		padding: 0 5px;
	}
	.graf-right {
		padding-top: 0;
	}
	a.btn-more {
		width: 100%;
		color: #1a171b;
		border-color: #1a171b;
		margin-top: 0px;
		margin-bottom: 40px;
	}
    .about-box a.btn-more {
        color: #fff;
    }
	a.btn-event {
		width: 100%;
		float:none;
	}
.box-text a.btn-more {
    color: #fff;
    border-color: #fff;
    margin-bottom: 0;
}
}
@media screen and (max-width: 520px) {

    .logo a img {
        width: 173px;
        margin-top: 4px;
    }
    .slider-box-text {
        position: relative;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .pagination-wrapper ul li a, .pagination-wrapper ul li span {
        padding: 0 5px;
    }
}
@media screen and (max-width: 480px) {

    .logo a img {
        width: 130px;
        margin-top: 8px;
    }
    .toggle-search-box,
    .nav-toggle,
    a.distributor-box,
    .social,
    .icon-distributor {
        width: 38px;
        height: 38px;
    }
    .icon-distributor {
        padding: 8px;
    }
    .nav-toggle {
        padding-top: 10px;
    }
    .nav-toggle span {
        margin-top: 3px;
    }
    .nav-toggle.active span.l1 {
        margin-top: 9px;
    }
    .nav-toggle.active span.l3 {
        margin-top: -7px;
    }

    .logo a img {
        margin-top: 10px;
    }
	
	a.benefits-link {
		display:none;
	}	
}

@media screen and (max-width: 424px) {

    h1 {
    }
    h2 {
        font-size: 25px;
    }
    h3 {
    }
    h4 {
    }


    .title1 {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .slider-text {
        padding: 15px;
    }

    .product-name {
        font-size: 14px;
    }
.news-box-header a.btn-more {
    position: relative;
    width: 100%;
    clear: both;
}
    .news-date {
        left: 15px;
        top: 15px;
        width: 60px;
        height: 60px;
        font-size: 14px;
        padding-top: 9px;
    }
    .news a {
        padding: 15px 20px 20px 85px;
        min-height: 123px;
    }
    .news-date {
        position: relative;
        left: auto;
        right: auto;
        float: left;
        top: auto;
        margin-right: 13px;
    }

    .news a {
        padding: 15px;
    }

    .news-content .text {
        overflow: visible;
    }
    .box-text h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    #googleMap {
        max-height: 90vh;
    }

    .box-text h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .graf-box {
        padding: 15px;
    }
    .news-first-bottom .btn-more {
        width: 100%;
    }
    .news-first-header h2 {
        font-size: 20px;
        padding-top: 0;
        float: none;
    }

    .pagination-wrapper ul li.next a, .pagination-wrapper ul li.prev a {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }

    .file-icon {
        left: 8px;
    }

    .files-box ul li a {
        padding-left: 35px;
        padding-right: 54px;
    }

    .pdf-size {
        display: none;
    }

    .graf-box {
        padding: 25px;
        margin-bottom: 15px;
    }

    .person-contact {
        width: 100%;
    }

    .person-photo {
        margin: 0 auto;
        float: none;
        margin-bottom: 20px;
    }
    .person-content {
        overflow: visible;
        text-align: center;
    }

    .person.person-big .person-content {
        overflow: hidden;
        text-align: left;
    }

    .brand {
        padding: 15px;
    }

    .contact-right table td {
        display: block;
        width: 100%;
    }

    .address-search-box input {
        width: 63%;
    }

    .address-search-box button {
        width: 34%;
        float: right;
    }
	
	.slider a.slider-btn-more {
    width: 100%;
}

a.btn-more {
 
    width: 100%;
}
a.btn-event {
	width: 100%;
	float:none;
	margin-bottom:5px;
}

.about-bottom img {
    float: none;
    max-width: none;
    margin-bottom: 15px;
}

.about-bottom a.btn-more {
    width: 100%;
    max-width: none;
}

.article-subtitle {
    padding-bottom: 15px;
}

article.article {
    padding-bottom: 30px;
}

.products-box-content {
    padding-bottom: 0;
}
}


@media screen and (max-width: 374px) {

    .nav-toggle {
        margin: 0px 0 0 6px;
    }

    .toggle-search-box {
        margin: 0 0 0 6px;
    }

    a.distributor-box {
        margin-left: 6px;
    }

    .rwd-menu-wrapper .social-list {
        width: 100%;
        padding-top: 15px;
        text-align: center;
    }
    .rwd-menu-wrapper .social-list > ul > li {
        display: inline-block;
        float: none;
        width: auto;
        border: none;
    }
    .rwd-menu-wrapper .social {
        float: none;
    }
}
@media screen and (max-width: 359px) {
    .header-right > .social-list {
        display: none;
    }
}