body {
    -webkit-font-smoothing: subpixel-antialiased;
    font-smooth: always;
    font-family: 'DINPro';
    overflow-x: hidden;
}
body.rtl {
    direction: rtl;
}
header {
    width: 100%;
    height: 90px;
}
.mobileHeader,
.mobile-prod,
.mobile-layer,
.mobile-nav {
    display: none;
    visibility: hidden;
    height: 0;
}
header .row { position: relative }
.row {
    width: 940px;
    margin: 0 auto;
}
.row:before,
.row:after {
    display: table;
    width: 100%;
    content: "";
    clear: both;
}
[class^="col-"] {
    float: left;
    padding: 0 10px;
}
.col-1 { width: 100% }
.col-2 { width: 470px }
.col-3 { width: 320px }
.col-4 { width: 240px }

.row [class^="col-"]:last-child { padding-right: 0 }
.row [class^="col-"]:first-child { padding-left: 0 }

.row .col-3:first-child,
.row .col-3:last-child { width: 310px }

.row .col-4:first-child,
.row .col-4:last-child { width: 230px }

.tac { text-align: center }

a.logo {
    background: transparent url(../images/isrv-logo.png) no-repeat 0 0;
    width: 160px;
    height: 50px;
    display: inline-block;
    margin: 20px 0;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
/*
.lang {
    position: absolute;
    top: 33px;
    left: 0;
}
.lang a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.lang a.en { background: transparent url(../images/en.png) no-repeat 0 0 }
.lang a.hu { background: transparent url(../images/hu.png) no-repeat 0 0 }*/

.lang {
    position: absolute;
    top: 30px;
    left: 0;
    text-align: left;
}
.lang a {
    display: block;
    float : left;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 100%;
    color: #ce303a;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #ce303a;
    margin-right: 10px;
    /*font-family: 'HelveticaNeueMedium';*/
}
.lang a.active { color: #fff; background: #ce303a }


.search {
    margin: 0;
    display: inline-block;
    height: 60px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

/**
    nav
        **/

nav {
    width: 100%;
    height: 70px;
    border-top: 1px solid rgba(96, 97, 98, 0.2);
    text-align: center;
}
nav ul { margin: 0 auto; list-style: none; position: relative; width: 940px; height: 70px }
nav ul li { display: inline-block; }
nav ul li a { font-family: DINPro;
    font-size: 15px;
    font-weight: 400;
    line-height: 69px;
    color: #606162;
    padding: 0 27px;
    display: block;
    float: left;
}
body.rtl nav ul li a { float: right; }
nav ul li a:hover,
nav ul li.active a { color: #ce303a }
#line { position: absolute; top: -1px; left: 0; width: 100px; height: 1px; background: #ce303a; }

/**
    slider
            **/

.slick {
    height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #ce303a;
}
.slick .image {
    width: calc(50% + 80px);
    width: -moz-calc(50% + 80px);
    width: -webkit-calc(50% + 80px);
    height: 600px;
    background-repeat: no-repeat;
    background-position:  top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
    float: left;
}
.slick .content {
    position: absolute;
    top: 0;
    right: -80px;
    background: #ce303a;
    width: calc(50% + 80px);
    width: -moz-calc(50% + 80px);
    width: -webkit-calc(50% + 80px);
    height: 600px;
    -webkit-transform: skew(-5.5deg, 0deg);
    -moz-transform: skew(-5.5deg, 0deg);
    -ms-transform: skew(-5.5deg, 0deg);
    -o-transform: skew(-5.5deg, 0deg);
    transform: skew(-5.5deg, 0deg);
    z-index: 3;
    bottom: 80px;
    padding-left: 80px;
}
body.rtl .slick .content .text {
    float : left;
    padding-top: 20px;
}
.slick .content .text {
    -webkit-transform: skew(5.5deg, 0deg);
    -moz-transform: skew(5.5deg, 0deg);
    -ms-transform: skew(5.5deg, 0deg);
    -o-transform: skew(5.5deg, 0deg);
    transform: skew(5.5deg, 0deg);
    color: #fff;
    font-family: DINPro;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: table-cell;
    width: 380px;
    height: 520px;
    vertical-align: bottom;
}
.slick .text a.btn,
.vena .text a.btn {
    display: block;
    height: 60px;
    border: 2px solid rgba(255,255,255,0.5);
    line-height: 54px;
    padding: 0 25px;
    color: #fff;
    font-family: 'DINPro';
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    float: left;
}
.vena .text a.btn { margin-top: 10px }
.text a.btn i { font-size: 8px; font-weight: 400; padding-left: 10px; vertical-align: middle }
.text h2 {
    color: #fff;
    font-family: 'DINPro';
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
}
.slick .content .text p {
    margin: 20px 0 30px 0;
    color: #fff;
}

/**
    news
            **/

.news {
    width: 100%;
    background-image: linear-gradient(180deg, rgba(241, 241, 241, 0) 0%, #f1f1f1 100%);
}
.news.newsList {
    background-image: none;
}
.news > div {
    width: 100%;
    min-height: 550px;
    background: transparent url(../images/bg_news.png) no-repeat center top;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    padding-bottom: 70px;
}
.news.newsList > div {
    background: transparent;
    min-height: 0;
    padding: 20px 0 0 0;
    width: 940px;
}
h1 {
    color: #ce303a;
    font-family: 'DINPro';
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    margin: 35px 0;
    text-transform: uppercase;
}
.box {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.news .box {
    height: 360px;
    position: relative;
    overflow: hidden;
}
a.title {
    color: #ce303a;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
}
.box p {
    color: #606162;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 10px 0;
}
.box .image {
    width: 100%;
    height: 160px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}
.news .box .text {
    transform: skew(180deg, 4deg) ;
    -webkit-transform: skew(180deg, 4deg) ;
    -moz-transform: skew(180deg, 4deg) ;
    -o-transform: skew(180deg, 4deg) ;
    -ms-transform: skew(180deg, 4deg) ;
    background: #fff;
    padding: 15px 10px 0 10px;
    z-index: 2;
    position: relative;
    height: 220px;
}
.news .box .text .helper {
    transform: skew(180deg, -4deg) ;
    -webkit-transform: skew(180deg, -4deg) ;
    -moz-transform: skew(180deg, -4deg) ;
    -o-transform: skew(180deg, -4deg) ;
    -ms-transform: skew(180deg, -4deg) ;
    height: 210px;
}
a.more {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #ce303a;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-size: 10px;
}
a.more i { vertical-align: middle }

.news a.more {
    position: absolute;
    bottom: -20px;
    right: 10px;
}
ul li,
ol li,
p {
    color: #606162;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 10px 0;
}
ul li,
ol li {
    margin: 0;
}
.marked {
    font-weight: 500;
}
.pb70 { padding-bottom: 70px }

footer {
    width: 100%;
    padding: 40px 0;
    background: #606162 url(../images/bg_footer.png) no-repeat center top;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
.copyright {
    padding: 12px 0 0 0;
    color: rgba(255,255,255,0.5)
}
footer span { float: right }
body.rtl footer span { float: none }
footer a { color: #fff; border-top: 1px solid transparent }
footer i {
    display: inline-block;
    margin: 9px 12px 0 12px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #fff;
    vertical-align: top;
}
footer a:hover { border-top: 1px solid #fff }
footer a.iso {
    display: block;
    float : right;
    width: 80px;
    height: 80px;
    background: transparent url(../images/iso.png) no-repeat 0 0;
    background-size: cover;
    border: 0 !important;
    margin: -10px 20px 0 0;
}
.partners {
    width: 100%;
}
.partners a {
    display: block;
    float: left;
    width: 140px;
    height: 140px;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    margin: 10px;
    text-align: center;
    line-height: 136px;
}
.partners div a:nth-child(3n+1) { margin-left: 0 }
.partners div a:nth-child(3n) { margin-right: 0 }

.partners.standalone a:nth-child(6n+1) { margin-left: 0 }
.partners.standalone a:nth-child(6n) { margin-right: 0 }

.partners a img {
    max-height: 120px;
    max-width: 120px;
    display: inline-block;
    line-height: 140px;
    vertical-align: middle;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
    transition: all 0.5s ease;
}
.partners a:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

span.sz-2020 {
    display: block;
    background: transparent url(../images/szechenyi2020.png) no-repeat 0 0;
    width: 214px;
    height: 150px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}
nav + a span.sz-2020 {
    top: 161px
}

.siteTitle {
    width: 100%;
    background: transparent url(../images/bg_sitetitle.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
section.content {
    padding: 20px 0 50px 0;
}
.siteTitle h1 {
    margin: 27px 0;
}
section.content h2 {
    color: #ce303a;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    text-transform: uppercase;
    margin: 10px 0;
}
section.content a {
    color: #ce303a;
}
section.content ul,
section.content ol {
    padding: 10px 20px;
}

.references {
    text-align: center;
    color: #ce303a;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 20px 0;
}
.references span {
    width: 220px;
    height: 140px;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    text-align: center;
    line-height: 136px;
    vertical-align: middle;
    display: block;
    margin-bottom: 10px;
}
.references span img {
    max-width: 210px;
    max-height: 130px;
    vertical-align: middle;
}
.newsList {
    width: 100%;
    background: #f1f1f1;
    margin: 40px 0 0 0;
    padding-bottom: 20px;
}

/**
    pager
            **/

.pager {
    height: 110px;
}
.pager a,
.pager i {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    float: left;
    font-style: normal;
    background: #d8d8d8;
    color: #606162;
    font-size: 14px;
}
.pager span {
    float: right;
}
.pager a.inactive,
.pager i {
    background: rgba(241, 241, 241, 0.5);
}
.pager span a {
    background: #f1f1f1;
    color: #ce303a;
}
.pager i { color: #ce303a }

.pager .next:before,
.pager .prev:before {
    font-size: 10px;
}
.pager .inactive { color: rgba(96, 97, 98, 0.5); cursor: default }

.newsHeader {
    width: 100%;
    height: 400px;
    position: relative;
}
.newsHeader .image {
    width: calc(57% + 80px);
    width: -moz-calc(57% + 80px);
    width: -webkit-calc(57% + 80px);
    height: 400px;
    background-repeat: no-repeat;
    background-position:  center right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
}
.siteTitle + .newsHeader .image {
    background-position:  center left;
}
.newsHeader .red {
    position: absolute;
    top: 0;
    left: -80px;
    background: #ce303a;
    width: calc(45% + 80px);
    width: -moz-calc(45% + 80px);
    width: -webkit-calc(45% + 80px);
    height: 400px;
    -webkit-transform: skew(-5.5deg, 0deg);
    -moz-transform: skew(-5.5deg, 0deg);
    -ms-transform: skew(-5.5deg, 0deg);
    -o-transform: skew(-5.5deg, 0deg);
    transform: skew(-5.5deg, 0deg);
}
.newsHeader.vena .red {
    height: 290px;
    top: 110px;
}
.newsHeader .text {
    color: #fff;
    width: 280px;
    height: 360px;
    padding-top: 40px;
}
.newsHeader.vena .text {
    margin-top: 110px;
    height: 290px;
    padding-top: 20px;
    width: 300px;
}
.newsHeader.vena .text img {
    position: absolute;
    left: 0;
    top: 20px;
}
.newsHeader .row {
    position: relative;
    z-index: 3;
}
.newsHeader .text h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.newsHeader .text p {
    color: #fff
}
.newsHeader .gray {
    position: absolute;
    bottom: -10px;
    left: -80px;
    background: #f1f1f1;
    width: calc(43% + 80px);
    width: -moz-calc(43% + 80px);
    width: -webkit-calc(43% + 80px);
    height: 50px;
    -webkit-transform: skew(-5.5deg, 0deg);
    -moz-transform: skew(-5.5deg, 0deg);
    -ms-transform: skew(-5.5deg, 0deg);
    -o-transform: skew(-5.5deg, 0deg);
    transform: skew(-5.5deg, 0deg);
}
.newsHeader .social {
    padding-top: 15px;
}
.fb {
    margin: 0 10px 0 0;
    float: left;
}
.tw {
    padding-right: 10px;
    float: left;
}
#___plusone_0 {
    float : left !important;
}
.leftside {
    float: left;
    width: 640px;
    padding: 10px 20px 10px 0;
}
.rightside {
    float: left;
    width: 300px;
    padding: 10px 0 10px 0;
}
.leftside ul,
.leftside ol {
    margin: 10px 0;
}
.leftside ul li,
.leftside ol li {
    color: #606162;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 10px 0;
    list-style: none;
    padding-left: 35px;
    position: relative;
}
.leftside ul li:before,
.leftside ol li:before {
    display: inline-block;
    position: absolute;
    background: #606162;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    content: "";
    top: 10px;
    left: 10px
}
.rightside .newsItem {
    border-bottom: 1px solid #d8d8d8;
    padding: 20px 0 10px 0;
}
.rightside .newsItem p {
    color: #606162;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
section.content .rightside h2 { margin-bottom: 0 }

.rightside .gallery a {
    display: block;
    margin: 7px;
    width: 90px;
    height: 90px;
    float: left;
}
.rightside .gallery a:nth-child(3n) { margin-right: 0 }
.rightside .gallery a:nth-child(3n+1) { margin-left: 0 }

.rightside .gallery {
    padding-bottom: 30px;
    float: left;
    width: 100%;
    clear: both;
}
.text h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin: 20px 0 0 0;
}
.newsHeader.contact p {
    margin-top: 0;
}
.newsHeader.contact .text {
    height: 400px;
    padding-top: 0;
}
.newsHeader.contact .text div {
    position: absolute;
    left: 0;
    bottom: 25px
}
.form p {
    line-height: 60px;
}


.html ul,
.html ol {
    margin: 20px;
}
.html ul li,
.html ol li {
    color: #606162;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 5px 0;
}
.html a { color: #ce303a }

.iframe .row {
    width: 100% !important;
}
.usageSlider {
    width: 940px;
    margin: 0 auto;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 40px;
}
.usageSlider a.title {
    color: #ce303a;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}
.usageSlider p {
    color: #606162;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.usageSlider img {
    margin-bottom: 5px;
}
.newsHeader .whiteHelper {
    position: absolute;
    top: 0;
    left: -80px;
    background: #fff;
    width: calc(45% + 80px);
    width: -moz-calc(45% + 80px);
    width: -webkit-calc(45% + 80px);
    height: 110px;
    -webkit-transform: skew(-5.5deg, 0deg);
    -moz-transform: skew(-5.5deg, 0deg);
    -ms-transform: skew(-5.5deg, 0deg);
    -o-transform: skew(-5.5deg, 0deg);
    transform: skew(-5.5deg, 0deg);
}
.newsHeader .whiteHelper .white {
    -webkit-transform: skew(5.5deg, 0deg);
    -moz-transform: skew(5.5deg, 0deg);
    -ms-transform: skew(5.5deg, 0deg);
    -o-transform: skew(5.5deg, 0deg);
    transform: skew(5.5deg, 0deg);
    text-align: right;
    padding: 20px 90px 0 0;
}
img.mainImage { display: none !important; }

.newsHeader .redHelper .text { display: none }
.desktop-hidden { display: none }

/**
    media query
                **/

@media  (min-width : 768px) and (max-width : 960px) {
    .row {
        width: 100%;
    }
    .lang {
        left: 10px;
    }
    .search-wrapper {
        right: 10px !important;
    }
    .search-wrapper .input-holder .search-input {
        width: 700px !important;
    }
    .search-wrapper.active .input-holder {
        width: 768px !important;
    }
    .text h2 {
        font-size: 30px;
        line-height: 40px;
    }
    nav ul {
        width: 100%;
    }
    nav ul li a {
        padding: 0 15px;
    }
    nav + span.sz-2020 {
        width: 107px;
        height: 75px;
        background-size: cover;
    }
    .slick {
        height: 400px;
    }
    .slick .image {
        height: 400px;
    }
    .slick .content {
        height: 400px;
        bottom: 60px;
        padding: 0 20px 0 40px;
        width: calc(50% + 40px);
        width: -moz-calc(50% + 40px);
        width: -webkit-calc(50% + 40px);
        margin-right: 20px;
        white-space: normal;
        right: -40px;
    }
    .slick .content .text {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        width: 100%;
        height: 400px;
        vertical-align: middle;
        padding-right: 10px;
    }
    .slick .content .text p {
        margin: 10px 0 20px 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
    .slick .text a.btn, .vena .text a.btn {
        height: 50px;
        line-height: 44px;
        padding: 0 25px;
        font-size: 14px;
    }
    .slick-dots {
        left: 0 !important;
        margin-left: 0 !important;
        bottom: 20px !important;
        width: 100% !important;
        padding-right: 20px;
    }
    h1 {
        font-size: 30px;
        line-height: 38px;
        margin: 25px 0;
        text-transform: uppercase;
        padding: 0 10px;
    }
    .col-3 { width: 33.33% !important; padding: 0 10px !important; }
    .news .box {
        height: 310px;
    }
    a.title {
        font-size: 18px;
        line-height: 23px;
    }
    .box p {
        font-size: 12px;
        line-height: 18px;
        margin: 5px 0;
    }
    .news .box .text {
        height: 190px;
    }
    .news a.more {
        bottom: 10px;
        right: 10px;
    }
    .news > div {
        min-height: 450px;
        padding-bottom: 50px;
    }
    .row .col-4 {
        width: 25% !important;
        padding: 0 10px!important;
    }
    .usageSlider {
        width: 100%;
        padding-bottom: 30px;
    }
    .usageSlider .col-4 img {
        max-width: 100%;
    }
    .col-2 {
        width: 100% !important;
        padding: 0 10px!important;
    }
    .col-2 h1 { padding: 0 !important; }
    ul li,
    ol li,
    p {
        font-size: 14px;
        line-height: 20px;
        margin: 5px 0;
    }
    ul li,
    ol li {
        margin: 0;
    }
    .partners { text-align: center }
    .partners a {
        width: 108px;
        height: 108px;
        margin: 10px !important;
        line-height: 104px;
        display: inline-block;
        float: none;
    }
    .partners a img {
        max-height: 96px;
        max-width: 96px;
    }
    footer .col-1 {
        padding: 0 10px !important;
    }
    .content .col-1 {
        padding: 0 10px!important;
    }
    section.content h2 {
        font-size: 24px;
        line-height: 31px;
    }
    .references {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 0;
    }
    .references span {
        width: 172px;
        height: 109px;
        line-height: 109px;
        display: inline-block;
        clear: both;
    }
    .references span img {
        max-width: 160px;
        max-height: 90px;
        vertical-align: middle;
    }
    .news.newsList > div {
        padding: 20px 0 0 0;
        width: 100%;
    }
    .siteTitle h1 {
        margin: 22px 0;
    }
    .newsHeader .social {
        padding: 0;
        position: absolute;
        left: 10px;
        bottom: -28px;
    }
    .newsHeader {
        height: 530px;
    }
    .newsHeader .image {
        width: 100%;
        height: 440px;
        top: 0;
        right: 0;
    }
    .newsHeader .red {
        position: absolute;
        top: auto;
        bottom: -20px;
        left: 0;
        background: #ce303a;
        width: 100%;
        height: 150px;
        /*
        -webkit-transform: skew(-5.5deg, 0deg);
        -moz-transform: skew(-5.5deg, 0deg);
        -ms-transform: skew(-5.5deg, 0deg);
        -o-transform: skew(-5.5deg, 0deg);
        transform: skew(-5.5deg, 0deg);
        */
        transform: skew(0deg, 3deg) ;
        -webkit-transform: skew(0deg, 3deg) ;
        -moz-transform: skew(0deg, 3deg) ;
        -o-transform: skew(0deg, 3deg) ;
        -ms-transform: skew(0deg, 3deg) ;
    }
    .newsHeader .gray {
        bottom: -40px;
        left: -20px;
    }
    .newsHeader .text {
        position: absolute;
        left: 0;
        bottom: 0;
        color: #fff;
        width: 100%;
        height: 110px;
        padding: 0 10px 20px 10px;
    }
    .newsHeader .row {
        width: 100%;
        height: 530px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .newsHeader .redHelper {
        width: 100%;
        height: 530px;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .leftside {
        width: calc(100% - 246px);
        width: -moz-calc(100% - 246px);
        width: -webkit-calc(100% - 246px);
        padding: 30px 20px 10px 10px;
    }
    .rightside {
        width: 246px;
        padding: 10px 0;
    }
    .rightside .gallery {
        padding-bottom: 10px;
    }
    .rightside .gallery a {
        margin: 5px;
        width: 72px;
        height: 72px;
    }
    .rightside .gallery a img {
        width: 72px;
        height: 72px;
    }
    .rightside .newsItem p {
        font-size: 13px;
        line-height: 18px;
    }
    .newsHeader.vena {
        height: 600px;
    }
    .newsHeader.vena .image {
        height: 600px;
    }
    .newsHeader.vena .red {
        height: 260px;
        top: auto;
        bottom: -20px
    }
    .newsHeader.vena .redHelper {
        height: 600px;
    }
    .newsHeader.vena .whiteHelper {
        top: auto;
        bottom: 0;
        left: -80px;
        background: #fff;
        width: calc(100% - 260px);
        width: -moz-calc(100% - 260px);
        width: -webkit-calc(100% - 260px);
        z-index: 3;
    }
    .newsHeader.vena a.btn {
        position: absolute;
        bottom: 60px;
        right: 20px;
    }
    .newsHeader.vena .text {
        margin-top: 0;
        height: 230px;
        padding-top: 20px;
        width: 100%;
    }
    .newsHeader.vena .row {
        height: 600px;
    }
    input, textarea {
        width: calc(50% - 10px) !important;
        width: -moz-calc(50% - 10px) !important;
        width: -webkit-calc(50% - 10px) !important;
        margin: 15px 10px;
        color: #9b9b9b;
        font-size: 16px;
        font-weight: 400;
        padding: 0 10px;
    }
    textarea {
        width: 100% !important;
    }
    .form button {
        height: 50px !important;
        line-height: 44px !important;
    }
    .form p {
        line-height: 50px;
    }
    .newsHeader.contact {
        width: 100%;
        height: 400px;
        position: relative;
    }
    .newsHeader.contact .image {
        width: calc(57% + 80px);
        width: -moz-calc(57% + 80px);
        width: -webkit-calc(57% + 80px);
        height: 400px;
        background-repeat: no-repeat;
        background-position:  center right;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
    }
    .newsHeader.contact .red {
        position: absolute;
        top: 0;
        left: -80px;
        background: #ce303a;
        width: calc(43% + 80px);
        width: -moz-calc(43% + 80px);
        width: -webkit-calc(43% + 80px);
        height: 400px;
        -webkit-transform: skew(-5.5deg, 0deg);
        -moz-transform: skew(-5.5deg, 0deg);
        -ms-transform: skew(-5.5deg, 0deg);
        -o-transform: skew(-5.5deg, 0deg);
        transform: skew(-5.5deg, 0deg);
    }
    .newsHeader.content .text {
        position: static !important;
        left: auto;
        bottom: auto;
        width: 100%;
        height: 360px;
    }
    .newsHeader.contact .row {
        width: 100%;
        height: 400px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .newsHeader.contact .text div {
        left: 10px;
    }
}




@media  (max-width : 767px) {
    header,
    nav {
        display: none;
    }
    body { padding-top: 70px }
    img.mainImage { display: block !important; }
    .slick .image { background: transparent !important }
    .slick .image img { max-width: 100% }
    .mobileHeader { display: block; height: 70px; width: 100%; visibility: visible; z-index: 101; position: fixed; background: #fff; top: 0 }
    .mobile-nav.open { -ms-transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px); display: block; visibility: visible; position: absolute; top: 70px; left: 0; width: 100%; background: #fff; padding: 0 !important; border-top: 1px solid rgba(96, 97, 98, 0.2) }
    .mobile-nav.open li { width: 100%; padding: 0; background: #fff;margin: 0 !important; text-align: center; }
    .mobile-nav.open li a { color: #606162; display: block; width: 100%; padding: 10px 20px; font-size: 18px; font-weight: 400; }
    .btn-navbar {
        width: 30px;
        height: 30px;
        border: 1px solid #ce303a;
        z-index: 999; cursor: pointer; margin: 20px 10px 0 0; display: block; float: right; border-radius: 100%; padding: 8px  0 0 7px  }
    .btn-navbar i { width: 14px; height: 2px; margin: 0 0 3px 0; display: block; background-color: #ce303a; }
    .mobileLogo { background: transparent url(../images/mobile-logo.png) no-repeat 0 0; width: 159px; height: 49px; margin: 0 auto; display: block;
        float: left; margin-top: 10px; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; }
    .mobile-layer.open { display: block; width: 100%; height: 100%; z-index: 11; position: fixed; top: 0; left: 0; background: rgba(0,0,0,0.5); visibility: visible }
    .mobileHeader span.lang a { width: 30px; height: 30px; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; }
    .mobileHeader span.lang {
        float: right !important;
        position: static !important;
        padding-top: 20px;
    }
    nav + a span.sz-2020 { display: none }
    .news .box .image {
        position: relative;
        background: transparent !important;
        height: auto;
        margin-top: -20px;
    }
    .news .box .image img {
        width: 100%;
    }
    .mobile-nav .input-holder {
        width: 100%;
        padding: 10px;
        position: relative;
    }
    .mobile-nav input {
        width: 100% !important;
        height: 70px;
        float: none;
        font-size: 16px;
        padding-right: 80px;
        margin: 0 !important;
    }
    .mobile-nav button {
        margin: 0;
        background: transparent !important;
        border: 0;
        color: #ce303a;
        font-size: 20px;
        height: 70px;
        width: 70px;
        text-align: center;
        line-height: 80px;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .row {
        width: 100%;
    }

    .search-wrapper {
        right: 10px !important;
    }
    .search-wrapper .input-holder .search-input {
        width: 700px !important;
    }
    .search-wrapper.active .input-holder {
        width: 768px !important;
    }
    .text h2 {
        font-size: 24px;
        line-height: 31px;
    }
    nav ul {
        width: 100%;
    }
    nav ul li a {
        padding: 0 15px;
    }
    .slick {
        height: 400px;
    }
    .slick .image {
        height: 400px;
    }
    .slick .content {
        height: 400px;
        bottom: 60px;
        padding: 0 20px 0 60px;
    }
    .slick .content .text {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    .slick .content .text p {
        margin: 10px 0 20px 0;
        font-size: 12px;
        line-height: 18px;
    }
    .slick .text a.btn, .vena .text a.btn {
        height: 50px;
        line-height: 44px;
        padding: 0 25px;
        font-size: 14px;
    }
    .slick-dots {
        left: 0 !important;
        margin-left: 0 !important;
        bottom: 20px !important;
        width: 100% !important;
        padding-right: 20px;
    }
    h1 {
        font-size: 24px;
        line-height: 31px;
        margin: 25px 0;
        text-transform: uppercase;
        padding: 0 10px;
    }
    .col-3 { width: 33.33% !important; padding: 0 10px !important; }
    .news .box {
        height: auto;
    }
    a.title {
        font-size: 18px;
        line-height: 23px;
    }
    .text a.title {
        color: #ce303a;
    }
    .box p {
        font-size: 14px;
        line-height: 20px;
        margin: 5px 0;
    }
    .news .box .text {
        height: auto;
        padding-bottom: 30px;
    }
    .news a.more {
        bottom: -65px;
        right: 10px;
    }
    .news > div {
        min-height: 450px;
        padding-bottom: 50px;
    }
    .news .box .text .helper {
        height: auto;
    }
    .row .col-4 {
        width: 100% !important;
        padding: 10px!important;
    }
    .usageSlider {
        width: 100%;
        padding-bottom: 30px;
    }
    .usageSlider .col-4 img {
        max-width: 100%;
    }
    .col-2 {
        width: 100% !important;
        padding: 0 10px!important;
    }
    .col-2 h1 { padding: 0 !important; }
    ul li,
    ol li,
    p {
        font-size: 14px;
        line-height: 20px;
        margin: 5px 0;
    }
    ul li,
    ol li {
        font-size: 14px;
        line-height: 20px;
        margin: 0;
    }
    .partners { text-align: center }
    .partners a {
        width: 100px;
        height: 100px;
        margin: 5px !important;
        line-height: 94px;
        display: inline-block;
        float: none;
    }
    .partners a img {
        max-height: 85px;
        max-width: 85px;
    }
    footer .col-1 {
        padding: 0 10px !important;
        text-align: center;
    }
    .content .col-1 {
        padding: 0 10px!important;
    }
    section.content h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .references {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 0;
    }
    footer span {
        float: none;
        display: inline-block;
        clear : both;
        width: 100%;
    }
    .references span {
        width: 172px;
        height: 109px;
        line-height: 109px;
        display: inline-block;
        clear: both;
    }
    .references span img {
        max-width: 160px;
        max-height: 90px;
        vertical-align: middle;
    }
    .news.newsList > div {
        padding: 20px 0 0 0;
        width: 100%;
    }
    .siteTitle h1 {
        margin: 15px 0;
    }
    .newsHeader .social {
        padding: 0;
        position: absolute;
        left: 10px;
        bottom: -22px;
        width: calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: -webkit-calc(100% - 20px);
    }
    .newsHeader .gray {
        height: 40px;
    }
    .newsHeader {
        height: auto;
        background: #ce303a;
        padding-bottom: 10px;
    }
    .newsHeader .image {
        width: 100%;
        height: auto;
        top: 0;
        right: 0;
        position: relative;
        background: transparent !important;
    }
    .newsHeader .image img {
        max-width: 100%;
        width: 100%;
    }
    .newsHeader .red {
        position: relative;
        top: auto;
        bottom: auto;
        left: 0;
        margin-top: -30px;
        background: #ce303a;
        width: 100%;
        height: auto;
        z-index: 2;
        /*
        -webkit-transform: skew(-5.5deg, 0deg);
        -moz-transform: skew(-5.5deg, 0deg);
        -ms-transform: skew(-5.5deg, 0deg);
        -o-transform: skew(-5.5deg, 0deg);
        transform: skew(-5.5deg, 0deg);
        */
        transform: skew(0deg, 3deg) ;
        -webkit-transform: skew(0deg, 3deg) ;
        -moz-transform: skew(0deg, 3deg) ;
        -o-transform: skew(0deg, 3deg) ;
        -ms-transform: skew(0deg, 3deg) ;
    }
    .newsHeader .gray {
        background: #f1f1f1;
        width: 80%;
    }
    .newsHeader .gray {
        bottom: -20px;
        left: -20px;
        z-index: 3;
    }
    .newsHeader .text {
        position: absolute;
        left: 0;
        bottom: 40px;
        color: #fff;
        width: 100%;
        height: 100px;
        padding: 0 10px 20px 10px;
    }
    .newsHeader .row {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
    }
    .newsHeader .redHelper {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
    }
    .newsHeader .redHelper .text {
        display: block;
        position: relative;
        height: auto;
        -webkit-transform: skew(0deg, -3deg);
        -moz-transform: skew(0deg, -3deg);
        -ms-transform: skew(0deg, -3deg);
        -o-transform: skew(0deg, -3deg);
        transform: skew(0deg, -3deg);
        padding: 60px 10px 0 10px;
    }
    .newsHeader .redHelper .text h2 { margin: 0 }
    .newsHeader .mobile-hidden .text { display: none }


    .leftside {
        width: 100%;
        padding: 30px 20px 10px 10px;
    }
    .leftside.html {
        padding: 20px 10px 10px 10px;
    }
    .rightside {
        width: 100%;
        padding: 10px;
    }
    .rightside .gallery {
        padding-bottom: 10px;
    }
    .rightside .gallery a {
        margin: 5px !important;
        width: 72px;
        height: 72px;
    }
    .rightside .gallery a img {
        width: 72px;
        height: 72px;
    }
    .rightside .newsItem p {
        font-size: 13px;
        line-height: 18px;
    }
    .newsHeader.vena {
        height: 600px;
    }
    .newsHeader.vena .image {
        height: 600px;
    }
    .newsHeader.vena .red {
        height: 350px;
        top: auto;
        bottom: -20px
    }
    .newsHeader.vena .redHelper {
        height: 600px;
    }
    .newsHeader.vena .whiteHelper {
        top: auto;
        bottom: 0;
        left: -80px;
        background: #fff;
        width: 80%;
        z-index: 3;
        min-width: 380px !important;
    }
    .newsHeader .whiteHelper .white {
        text-align: left;
        padding: 20px 0 0 90px;
    }
    .newsHeader.vena a.btn {
        position: static;
    }
    .newsHeader.vena .text {
        margin-top: 0;
        height: 350px;
        padding-top: 40px;
        width: 100%;
    }
    .newsHeader.vena .row {
        height: 600px;
    }
    input, textarea {
        width: 100% !important;
        margin: 15px 10px;
        color: #9b9b9b;
        font-size: 16px;
        font-weight: 400;
        padding: 0 10px;
    }
    textarea {
        width: 100% !important;
    }
    .form button {
        height: 50px !important;
        line-height: 44px !important;
        display: inline-block !important;
        float: none !important;
        margin: 0 auto;
    }
    .form p {
        line-height: normal;
        clear: both;
        text-align: center;
    }
    .newsHeader.contact {
        width: 100%;
        height: auto;
        padding: 0;
        position: relative;
        overflow: hidden;
    }
    .newsHeader.contact .text {
        height: auto;
        position: relative;
        padding-top: 0;
        bottom: auto;
    }
    .newsHeader.contact .image {
        width: 100%;
        height: 450px;
        top: auto;
        right: 0;
        bottom: 0%;
    }
    .newsHeader.contact .red {
        position: relative;
        top: auto;
        left: 0;
        background: #ce303a;
        width: 100%;
        height: auto;
        -webkit-transform: skew(0deg, -5.5deg);
        -moz-transform: skew(0deg, -5.5deg);
        -ms-transform: skew(0deg, -5.5deg);
        -o-transform: skew(0deg, -5.5deg);
        transform: skew(0deg, -5.5deg);
    }
    .newsHeader.contact .desktop-hidden .red {
        margin-top: 0;
        padding-bottom: 30px;
        margin-bottom: -30px;
    }
    .newsHeader.content .text {
        position: static !important;
        left: auto;
        bottom: auto;
        width: 100%;
        height: 350px;
    }
    .newsHeader.contact .red .text {
        -webkit-transform: skew(0deg, 5.5deg);
        -moz-transform: skew(0deg, 5.5deg);
        -ms-transform: skew(0deg, 5.5deg);
        -o-transform: skew(0deg, 5.5deg);
        transform: skew(0deg, 5.5deg);
        padding-bottom: 0;
    }
    .newsHeader.contact .row {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
    }
    .newsHeader.contact .text div {
        left: auto;
        bottom: auto;
        position: relative;
    }
    section.slick {
        height: auto;
        position: relative;
    }
    .slick .image {
        width: 100%;
        height: auto;
        margin-bottom: -20px;
    }
    .slick .content {
        position: relative;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        -webkit-transform: skew(0deg, 5.5deg);
        -moz-transform: skew(0deg, 5.5deg);
        -ms-transform: skew(0deg, 5.5deg);
        -o-transform: skew(0deg, 5.5deg);
        transform: skew(0deg, 5.5deg);
        z-index: 3;
        padding: 30px 10px 10px 10px;
        clear: both;
        margin-top: -20px;
    }
    .slick .content .text {
        -webkit-transform: skew(0deg, -5.5deg);
        -moz-transform: skew(0deg, -5.5deg);
        -ms-transform: skew(0deg, -5.5deg);
        -o-transform: skew(0deg, -5.5deg);
        transform: skew(0deg, -5.5deg);
        vertical-align: top;
    }
    body { padding-top: 70px }
    .slick .slick-dots {
        left: 0;
        margin-left: 0;
        bottom: 10px !important;
        top: auto;
        width: 100%;
        text-align: left;
        height: 20px;
    }
    .news > div {
    }
    .news {
        width: 100%;
        overflow-x: hidden;

    }
    .news > div .col-3 {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .text h3 {
        font-size: 16px;
        line-height: 21px;
        margin: 10px 0 0 0;
    }
    .teac {
        display: block;
        width: 100%;
        text-align: center;
    }
    .text a { color: #fff }
    .mobile-nav div.lang {
        position: static;
        width: 100%;
        text-align: center;
        padding: 5px 0 10px 0;
    }
    .mobile-nav div.lang a {
        width: auto;
        font-size: 14px;
        line-height: normal;
        padding: 0 10px;
        display: inline;
    }
    footer a.iso {
        display: inline-block;
        float : none;
        width: 80px;
        height: 80px;
        background: transparent url(../images/iso.png) no-repeat 0 0;
        background-size: cover;
        border: 0 !important;
        margin: 10px 10px 0 0;
    }
    .desktop-hidden { display: block }
    .mobile-hidden { display: none }
}