html {
    margin: 0 auto;
    padding: 0;
    overflow-y: scroll;
}

body {
    margin: 0 auto;
    padding: 0;
}

.hide-mobile {
    display: block;
} 

.show-mobile,
.hide-desktop {
    display: none !important;
}

.wrapper {
    color: #171717;
    font-family: 'Exo 2', Arial, Tahoma;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    width: 100%;
    position: relative;
}

.menu-bar .topContactWrapper {
    display: none;
}

.container {
    width: 1250px;
    margin: auto;
    position: relative
}

.wrapper b {
    font-weight: bold
}

#cookies-message {
    font-family: "Exo 2"
}

.row {
    width: 100%;
}

.row.grey {
    background: #f3f3f3;
    padding: 60px 0 15px;
}

.row.padding {
    padding-top: 65px;
    padding-bottom: 45px;
}

.row.paddingTop {
    padding: 65px 0 0;
}

body.subpage .row.padding#content {
    padding: 30px 0 0
}

.wide {
    padding-left: 60px;
    padding-right: 60px;
    overflow: hidden;
    width: auto
}

a {
    color: #dc2b19;
    text-decoration: none;
    outline: 0px;
    cursor: pointer;
}

a:hover {
    color: #000;
}

a:focus {
    outline: 1px dotted #ff0000;
}

a.fadeLink {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -moz-opacity: 1.0;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

a:hover.fadeLink {
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.zoomLink {
    transition: all 0.40s ease-in-out;
    -webkit-transition: all 0.40s ease-in-out;
    -moz-transition: all 0.40s ease-in-out;
}

.zoomLink:hover {
    transform: scale(1.06);
}

a.more {
    background: #221f1f;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    text-transform: uppercase;
    padding: 12px 25px;
    font-family: 'Exo 2';
    margin-top: 15px;
    float: left;
    font-weight: normal
}

a.more:hover {
    background: #ed1c24;
    color: #fff;
}

a.more.white {
    background: #fff;
    color: #1f1a17;
}

a.more.white:hover {
    background: #ed1c24;
    color: #fff;
}

a.cta-more {
    margin: 0 0 30px;
    display: block;
    background: #ed1c24;
    float: none;
    width: 170px;
    text-align: center;
}

a.cta-more:hover {
    background: #221f1f;
}

div.center {
    text-align: center;
    margin-top: 65px;
    float: left;
    width: 100%
}

div.center .more {
    float: none;
    margin: auto
}

p {
    margin: 0 0 13px
}

p.big {
    color: #222222;
    font-size: 18px;
    line-height: 25px;
}

h1 {
    color: #000;
    font-family: 'Exo 2', Arial;
    font-size: 33px;
    font-weight: bold;
    line-height: 39px;
    margin: 0 0 22px;
}

h2 {
    color: #ed1c24;
    font-family: 'Exo 2', Arial;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    margin: 0px 0px 35px 0px;
    padding: 0 0 6px;
    border-bottom: 1px solid #ebebeb;
}

h3 {
    color: #000;
    font-family: 'Exo 2', Arial;
    font-size: 23px;
    font-weight: bold;
    line-height: 29px;
    margin: 0px 0px 8px 0px;
}

h4 {
    color: #0051b6;
    font-family: 'Exo 2', Arial;
    font-size: 23px;
    font-weight: bold;
    line-height: 26px;
    margin: 0px 0px 15px 0px;
}

h4.bordered {
    padding: 0 0 6px;
    border-bottom: 1px solid #ebebeb;
    margin-top: 30px;
}

h5 {
    color: #000;
    font-family: 'Exo 2', Arial;
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
    margin: 35px 0px 4px 0px;
}

.padding-s {
    padding: 10px
}

.padding-m {
    padding: 20px;
}

.padding-l {
    padding: 30px
}

.margin-top {
    margin: 30px 0 15px
}

.margin-s {
    margin: 10px
}

.margin-m {
    margin: 20px;
}

.margin-l {
    margin: 30px
}

.pull-center {
    text-align: center
}

/* HEADER */
header {
    width: 100%;
    height: 150px;
    z-index: 100;
    position: fixed;
    background-color: #fff;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

header .top {
    height: 120px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header .top #mainLink {
    float: left;
    margin-top: 31px;
    background-image: url('../img/mainLogo.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 274px;
    /* height: 58px; */
    height: 74px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.smaller {
    height: 100px;
    -moz-box-shadow: 0 0 15px #c7c7c4;
    -webkit-box-shadow: 0 0 15px#c7c7c4;
    box-shadow: 0 0 15px #c7c7c4;
}

header.smaller .top {
    height: 70px;
}

header.smaller #mainLink {
    background-size: contain;
    height: 46px;
    margin-top: 19px;
    width: 170px;
}

.contactWrapper {
    float: right;
    margin-top: 37px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.smaller .contactWrapper {
    margin-top: 15px;
}

.contactInfo {
    display: inline;
    float: right;
    font-size: 21px;
    color: #2c2c2c;
    font-weight: bold;
    line-height: 21px;
    margin-left: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contactInfo i {
    font-size: 40px;
    float: left;
    margin-top: 2px;
    margin-right: 15px;
    color: #ed1c24;
}

.contactInfo i.fa-envelope {
    font-size: 35px;
}

.contactInfo span {
    color: #7e7e7e;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}

header.smaller .contactInfo {
    font-size: 19px;
    line-height: 19px
}

/* SLIDER */

#sliderWrapper {
    width: 100%;
    position: absolute;
    top: 150px;
    left: 0;
    height: 600px;
}

#sliderWrapper {
    position: static;
    padding-top: 150px;
    height: auto;
    background: transparent;
}

#sliderWrapperMiddle {
    position: static;
    height: auto;
    background: transparent;
}

#products {
    padding-top: 0;
}

.edicraSlider .widgetWrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.edicraSlider .widgetWrapper > .edcwidgetImage {
    height: 100%;
    width: 100%;
}

.edicraSlider > .container.fade > div {
    background-position: top center
}

.edicraSlider .htmlWrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%
}

.edicraSlider .htmlWrapper.left {
    right: auto;
    left: 0
}

.edicraSlider .htmlWrapper .htmlContainer {
    position: relative;
    width: 100%;
    padding-top: 100px;
    height: 90%
}

.edicraSlider .htmlWrapper.left .htmlContainer {
    float: right;
}

.edicraSlider .htmlWrapper .htmlContainer .sliderPic {
    position: absolute;
    left: -250px;
    bottom: 0;
}

.edicraSlider .htmlWrapper.left .htmlContainer .sliderPic {
    right: -250px;
    left: auto
}

.edicraSlider .htmlWrapper .htmlContainer h3 {
    font-size: 35px;
    font-weight: 300;
    text-shadow: 0 1px 0 #fff;
    color: #242424;
    margin-bottom: 0;
    line-height: 39px;
    text-align: right;
}

.edicraSlider .htmlWrapper.left .htmlContainer h3 {
    text-align: left;
}

.edicraSlider .htmlWrapper .htmlContainer h3 span {
    font-size: 50px;
    font-weight: 300;
    line-height: 35px;
}

.edicraSlider .htmlWrapper .htmlContainer h4 {
    font-size: 42px;
    font-weight: 800;
    text-shadow: 0 1px 0 #fff;
    color: #ed1c24;
    margin-bottom: 20px;
    line-height: 60px;
    text-align: right;
}

.edicraSlider .htmlWrapper.left .htmlContainer h4 {
    text-align: left;
}

.edicraSlider .htmlWrapper .htmlContainer .descritpion {
    color: #1f1a17;
    font-size: 21px;
    line-height: 32px;
    text-align: right;
    border-top: 1px solid #fff;
    padding-top: 25px;
}

.edicraSlider .htmlWrapper.left .htmlContainer .descritpion {
    text-align: left;
}

.edicraSlider .htmlWrapper .htmlContainer .more {
    float: right;
    margin-top: 35px;
}

.edicraSlider .htmlWrapper .htmlContainer .more.catalogue {
    margin-right: 20px
}

.edicraSlider .htmlWrapper.left .htmlContainer .more {
    float: left;
}

.edicraSlider .htmlWrapper.left .htmlContainer .more.catalogue {
    margin-left: 20px
}

.midSliderWrapper .edicraSlider .htmlContainer {
    position: relative;
    width: 98%;
    padding-top: 7%;
    height: 90%
}

.midSliderWrapper .edicraSlider .htmlContainer h3 {
    font-size: 60px;
    font-weight: bold;
    color: #ed1c24;
    margin-bottom: 55px;
    line-height: 65px;
    text-align: right;
    font-weight: 800;
    background: rgb(255, 255, 255, 0.6);
    width: auto;
    padding: 0 30px 20px;
    float: right;
    text-shadow: 0 1px 0 #fff
}

.midSliderWrapper .edicraSlider .htmlContainer h3 span {
    font-size: 37px;
    font-weight: 300;
    color: #2a2a2a;
    line-height: 35px;
}

.midSliderWrapper .edicraSlider .htmlContainer .sliderDesc {
    width: 40%;
    float: right;
    font-size: 22px;
    font-weight: 300;
    color: #2a2a2a;
    line-height: 32px;
    font-family: 'Roboto';
    text-align: right
}

.edicraSlider ul.navigator {
    width: 1250px;
    margin: auto;
    text-align: right;
}

.edicraSlider > ul.navigator > li.active > span {
    background-color: #ed1c24;
}

.edicraSlider > ul.navigator > li.active > span:hover {
    opacity: 0.9;
}

@media only screen and (min-width: 1920px) {

    #sliderWrapper,
    #sliderWrapperMiddle,
    #productTitle {
        background-size: cover
    }

    #productTitle .productPic {
        right: 120px !important
    }
}

@media only screen and (max-width: 1023px) {
    a.deg360Popup {
        display: none
    }
}

@media only screen and (max-width: 1470px) {
    #mainMenu {
        margin-right: 0 !important
    }
}



/****** MAIN MENU *******/

.menu-bar {
    background: #0051b6;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menuWrapper {
    float: left;
}

.langBox {
    float: right;
    margin: 20px 20px 0 0;
}

.langBox a {
    margin-right: 2px;
}

.searchWrapper {
    float: right;
    z-index: 100;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.smaller #search-wrapper {
    top: 7px;
    right: 145px;
}

#search-btn {
    float: right;
    font-size: 26px;
    line-height: 1;
    color: #fff;
    background: #231f20;
    padding: 19px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


#search-btn:hover {
    color: #fff;
    background: #ed1c24;
    cursor: pointer;

}

#search-overlay {
    display: none;
}

.block {
    position: fixed;
    top: 0;
    z-index: 100;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    border: #a0a0a0 solid 1px;
    margin: 0;
}

.block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
    /* Adjusts for spacing */
    /* For visualization 
  background: #808080; width: 5px;
  */
}

.centered {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    color: #FFF;
    border: none;
    background: transparent;
}

#search-box {
    position: relative;
    width: 100%;
    margin: 0;
}

#search-form {
    height: 68px;
    border: 1px solid #999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    overflow: hidden;
}

#search-text {
    font-size: 14px;
    color: #ddd;
    border-width: 0;
    background: transparent;
}

#search-box input[type="text"] {
    width: 90%;
    padding: 18px;
    color: #333;
    outline: none;
    font-family: "Exo 2";
    font-size: 1.4em;
}

#search-button {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "Exo 2";
    height: 70px;
    width: 100px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-width: 0;
    background-color: #565656;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
}

#search-button:hover {
    background-color: #ed1c24;
}

#close-btn {
    position: fixed;
    top: 1em;
    right: 1em;
}

#close-btn:hover {
    color: #777;
    cursor: pointer;
}

.searchResultRow {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px dashed #eee;
}

.searchResultRow a {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 8px;
}

.layout-left-flyout {
    height: 100%;
    position: fixed;
    visibility: hidden;
    z-index: 0;
    -moz-transition: visibility 0 linear 0.2s;
    -o-transition: visibility 0 linear 0.2s;
    -webkit-transition: visibility 0 linear;
    -webkit-transition-delay: 0.2s;
    transition: visibility 0 linear 0.2s;
    background: #0051b6;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.layout-left-flyout.isCbFlyNavActive {
    visibility: visible;
    z-index: 1;
    -moz-transition: z-index 0 linear 0.2s;
    -o-transition: z-index 0 linear 0.2s;
    -webkit-transition: z-index 0 linear;
    -webkit-transition-delay: 0.2s;
    transition: z-index 0 linear 0.2s;
}

.cbFlyNav-wrap {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 270px;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbFlyNav-wrap > nav {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: -moz-transform 0 ease-in-out;
    -o-transition: -o-transform 0 ease-in-out;
    -webkit-transition: -webkit-transform 0 ease-in-out;
    transition: transform 0 ease-in-out;
    /*    height: 100%;
      overflow-y: auto;
      overflow-x: hidden;*/
}

.nav-collapse {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.layout-right-content {
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;

    z-index: 1;
    /* NOTE! Put container bg here so you don't
     get any clipping when the content is 
     transitioning. Any tips on alternate 
     solutions are welcome.
  */
    /*background: #E72534;*/
}

.layout-right-content.isCbFlyNavActive {
    -moz-transform: translate3d(270px, 0, 0);
    -webkit-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0);
    min-width: 320px;
}


.nav-flyout-navmask,
.nav-flyout-contentmask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.nav-flyout-contentmask {
    z-index: 1;
}

.nav-flyout-navmask {
    right: 180px;
    z-index: 1;
}

/* Menu Toggle */
.btn-navbar {
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 32px;
    padding: 4px 0;
    display: block;
    background: #221f1f;
    z-index: 1;
}

.btn-navbar-navtoggle {
    left: 4px;
    top: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.smaller .btn-navbar-navtoggle {
    top: 8px;
}

.btn-navbar .icon-bar {
    display: block;
    width: 28px;
    height: 4px;
    background-color: #fff;
    margin: 7px auto 0 auto;
}

.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}

@media screen and (min-width: 768px) {
    .btn-navbar {
        display: none;
    }

}

/* Navbar Styles */
.navbar {
    margin: 0;
    padding: 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    .navbar .nav-collapse {
        display: none;
    }

    .icon-cbmore {
        content: "";
        float: right;
        margin-top: 4.5px;
        padding: 4.5px;
        box-shadow: 1px -1px 0 0px #FFF inset;
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

}

@media screen and (min-width: 768px) {

    .navbar {
        display: block;
        margin: 0 0 0 8px;
        float: left;
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

}

/* Mobile First Nav */
.the-nav ul.nav-flyout {
    display: block;
    margin-bottom: 15px;
    float: none;
    height: 100%;
}

.the-nav ul.nav-flyout > li {
    float: none;
    display: block;
    width: 270px;
}

.the-nav ul.nav-flyout li a,
.the-nav ul.nav-flyout li span {
    color: #FFF;
    font-family: "Exo 2";
    font-size: 19px;
    display: block;
    text-decoration: none;
    padding: 11px 15px;
    margin-right: 0;
}

.the-nav ul.nav-flyout li ul li a {
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
}

.the-nav ul.nav-flyout li a:hover,
.the-nav ul.nav-flyout li span:hover {
    background: #dc2b19;
    cursor: pointer;
}

.the-nav ul.nav-flyout .dropdown {
    position: static;
}

.the-nav ul.nav-flyout .dropdown .subnav {
    float: none;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: auto;
    width: 0;
    min-width: 0;
    margin: 0;
    list-style: none;
    z-index: 1000;
    background: #221f1f;
    transition: width .2s ease-in-out;
}

.the-nav ul.nav-flyout .dropdown .subnav > li {
    width: 180px;
}

.the-nav ul.nav-flyout .dropdown .subnav.is-subnav-visible {
    width: 180px;
    min-height: 100vh;
}

.the-nav ul.nav-flyout li ul li a {
    font-size: 14px;
    padding: 9px 15px
}

.the-nav.is-inactive ul.nav-flyout > li > a {
    opacity: .2;
}

.the-nav.is-inactive ul.nav-flyout > li.is-active > a {
    opacity: 1;
    background: #ff8358;
}

/* Large Screen Styles*/
@media screen and (min-width: 768px) {

    .the-nav {
        display: block;
    }

    .the-nav .nav {
        display: block;
    }

    .the-nav .nav-pill:after {
        content: "";
        display: table;
        clear: both;
    }

    .the-nav > .nav {
        margin: 0;
        line-height: normal;
    }

    .the-nav > .nav > li {
        display: inline-block;
        margin-bottom: 0;
        float: left;
        height: 64px;
        position: relative;
    }

    .the-nav > .nav > li .menuTop {
        display: inline;
        float: left;
        padding: 21px 11px 21px 12px;
        font-weight: 600;
        line-height: 22px;
        color: #fff;
        position: relative;
        font-size: 17px;
        text-shadow: 0 1px 0 RGB(0, 0, 0, 0.5);
        font-family: 'Exo 2';
        cursor: pointer;

    }

    .the-nav > .nav > li .menuTop:after {
        position: absolute;
        top: 16px;
        right: 0;
        content: "";
        width: 1px;
        height: 30px;
        border-right: 1px solid #3374c5;
    }

    .the-nav > .nav > li:last-child .menuTop:after {
        display: none;
    }

    .the-nav > .nav > li:hover a {
        color: #fff;
        background: #221f1f
    }

    .the-nav > .nav > li:hover .menuTop:after {
        display: none;
    }


    /* Subnav */
    .nav > li > .subnav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 20;
        margin: 0;
        padding: 10px 0;
        width: 255px;
        background: #221f1f;
    }

    .nav > li:first-child > .subnav {
        width: 530px;
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
        padding-bottom: 20px;
    }
    
    .nav > li.language > .subnav {
        left: auto;
        right: -1px;
        padding: 0 0 10px;
        width: 45px;
        text-align: right;
    }

    .nav > li.language > .subnav img {
        margin: 0 10px;
    }

    .nav > li > .subnav > li {
        margin-bottom: 0;
    }
    .nav > li:first-child > .subnav > li {
        
    }
    
    .nav > li > .subnav > li a {
        display: inline-block;
        padding: 7px 0 8px 2px;
        font-size: 15px;
        color: #fff !important;
        font-family: 'Exo 2';
        font-weight: 400;
        width: 220px;
        background-image: none;
        height: auto;
        border-bottom: 1px solid #3d3b3b;
        /*width:193px; */
        margin-left: 12px;
        margin-right: 12px;
        line-height: 18px;
        -moz-transition: all, 0.2s;
        -o-transition: all, 0.2s;
        -webkit-transition: all, 0.2s;
        transition: all, 0.2s;
    }

    
    .nav > li > .subnav > li:last-child a,
    .nav > li > .subnav > li:nth-child(12) a
    {
        border-bottom: none;
    }

    .nav > li:last-child > .subnav > li a {
        width: 100px;
    }

    header.smaller .nav > li > .subnav > li a {
        padding: 5px 0 7px 2px;
    }

    .nav > li > .subnav > li:hover a {
        color: #f6f7b5 !important;
    }
}

/* General Mobile First Styles */
.hidden-sm {
    display: none;
}

@media screen and (min-width: 768px) {

    .visible-sm {
        display: none;
    }

    .hidden-sm {
        display: block;
    }
}

/* Resets and clean ups and extras 
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}*/

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    margin: 0;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.dropdown .caret {
    display: none
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.container:before,
.container:after {
    content: "";
    display: table;
    clear: both;
}

/****** END OF MAIN MENU *******/



/****** CONTENT GRID CSS *******/

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 0 0 3% 4%;
}

.col.right {
    float: right;
}

.col.align-right {
    text-align: right
}

.col:first-child {
    margin-left: 0;
}


/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}

/*  GRID OF TWELVE  */
.span_12_of_12 {
    width: 100%;
    margin: 0 0 3% 0;
}

.span_11_of_12 {
    width: 91.33%;
}

.span_10_of_12 {
    width: 82.66%;
}

.span_9_of_12 {
    width: 74%;
}

.span_8_of_12 {
    width: 65.33%;
}

.span_7_of_12 {
    width: 56.66%;
}

.span_6_of_12 {
    width: 48%;
}

.span_5_of_12 {
    width: 39.33%;
}

.span_4_of_12 {
    width: 30.66%;
}

.span_3_of_12 {
    width: 22%;
}

.span_2_of_12 {
    width: 13.33%;
}

.span_1_of_12 {
    width: 4.666%;
}

.group .first {
    margin-left: 0;
}

.group .last {
    margin-right: 0;
}

.group .right {
    float: right;
}

.col img {
    max-width: 100%;
    height: auto;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 767px) {
    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_12,
    .span_2_of_12,
    .span_3_of_12,
    .span_4_of_12,
    .span_5_of_12,
    .span_6_of_12,
    .span_7_of_12,
    .span_8_of_12,
    .span_9_of_12,
    .span_10_of_12,
    .span_11_of_12,
    .span_12_of_12 {
        width: 100%;
    }
}

/****** END OF CONTENT GRID CSS *******/


/* CONTENT */
#content {
    padding-bottom: 100px;
    padding-top: 30px;
}

.sidebar {
    margin-bottom: 0
}

#title {
    padding: 200px 0 0;
    background: #f3f3f3;
}

#title .col {
    margin-bottom: 0
}

#title.row {
    overflow: visible
}

#productTitle {
    padding: 110px 0 0;
    position: relative;
    height: 750px;
    background-repeat: no-repeat;
    background-position: top center
}

#productTitle .productPic {
    position: absolute;
    bottom: 30px;
    right: 60px;
}

#productTitle h1 {
    color: #fff;
    font-size: 35px;
    line-height: 48px;
    padding: 15px 25px;
    background: #ed1c24;
    position: absolute;
    top: 175px;
    left: 60px;
    max-width: 48%
}

t .titleBox {
    margin-bottom: 35px
}

.titleBox h3 {
    font-size: 38px;
    line-height: 40px;
    color: #231f20;
    font-family: 'Exo 2';
    margin-bottom: 40px;
    font-weight: 400;
    text-align: center
}

.titleBox p.introTxt {
    font-size: 22px;
    line-height: 36px;
    color: #171717;
    text-align: center;
    margin: 0 0 65px
}

.titleBox.left h3,
.titleBox.left p.introTxt {
    text-align: left
}


#description,
#parameters {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    border-bottom: 1px solid #fff;
}

#description h3,
#parameters h3 {
    color: #1a181c;
    font-size: 40px;
    margin-bottom: 45px;
    font-weight: bold
}

#description p {
    font-size: 23px;
    line-height: 36px
}

#description a.more {
    margin-top: 55px
}

#description .col {
    margin-bottom: 0
}

#parameters dl {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    clear: both;
    font-size: 15px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    width: 100%;
}

#parameters dl dt {
    margin: 0;
    padding: 0;
    width: 220px;
    text-align: right;
    float: left;
    clear: left;
    font-weight: 600;
}

#parameters dl dd {
    margin: 0;
    padding: 0 0 0 235px;
}

#parameters dl dd a {
    color: #000;
}

.gallerySection {
    position: relative;
    height: 1000px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-bottom: 1px solid #fff;
}

.gallerySection .galleryInfo {
    margin: 0;
    position: absolute;
    background: url(../img/blackBg.png);
    color: #fff;
    padding: 30px 35px;
    bottom: 75px;
    left: 60px;
    min-width: 660px;
}

.gallerySection .galleryInfo p {
    margin: 0;
}

.gallerySection.left.top .galleryInfo {
    top: 55px;
    bottom: auto;
}

.gallerySection.right .galleryInfo {
    left: auto;
    right: 60px;
}

.gallerySection.right.top .galleryInfo {
    left: auto;
    right: 60px;
    top: 55px;
    bottom: auto;
}

.gallerySection .galleryInfo h4 {
    font-size: 27px;
    color: #fff;
    margin: 0 0 16px;
}


@media only screen and (min-width: 1920px) {

    #video,
    #description,
    #parameters,
    .gallerySection {
        background-size: cover
    }

}

/* CAROUSEL */

.owl-carousel .owl-wrapper-outer {
    padding-top: 15px
}

.carouselBox {
    position: relative;
    max-width: 400px;
    margin: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* NEWS */

#first-row {
    padding: 55px 0 65px;
    background: url('../img/gradientBg.png') bottom left repeat-x;
}

#news .titleBox h3 {
    margin-bottom: 20px;
}

.newsBox {
    max-width: 400px;
    display: block;
    margin: auto;
    background: #f0f0f0 url(../img/morePlus.png) bottom right no-repeat;
    border-bottom: 4px solid #231f20;
    overflow: hidden;
    padding-bottom: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.newsBox:hover {
    -moz-box-shadow: 0 0 15px #c7c7c4;
    -webkit-box-shadow: 0 0 15px#c7c7c4;
    box-shadow: 0 0 15px #c7c7c4;
    background-position: bottom 10px right 10px;
}

.newsBox:hover .newsTitle {
    color: #dc2b19;
}

.newsBox:hover .newsDesc {
    color: #000;
}

.defaultBox {
    max-width: 400px;
    max-height: 400px;
    height: 200px;
    position: relative;
    display: block;
    background: #f3f3f3;
    border-bottom: 4px solid #231f20;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.defaultBox:hover {
    -moz-box-shadow: 0 0 15px #c7c7c4;
    -webkit-box-shadow: 0 0 15px#c7c7c4;
    box-shadow: 0 0 15px #c7c7c4;
    background-position: bottom 10px right 10px;
}

.defaultBox:hover .newsTitle {
    color: #dc2b19;
}

.defaultBox:hover .newsDesc {
    color: #000;
}

.defaultBox:hover .newsContainer {
    background-position: bottom 10px right 10px;
}

.newsPic img {
    max-width: 100%;
}

.newsContainer {
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
    background: #f3f3f3 url(../img/morePlus.png) bottom right no-repeat;
}

.newsTitle {
    color: #231f20;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.28;
    margin-left: 20px;
}

.newsDate {
    color: #6c6c6c;
    font-size: 14px;
    line-height: 21px;
    margin: 5px 0 0;
}

.newsDesc {
    font-size: 15px;
    line-height: 23px;
    margin: 7px 0 0 0;
    color: #383838;
}

.newsDesc p {
    margin: 0;
}

/* BLOGS */
.blogBox {

}

.blogBox:hover {
    -moz-box-shadow: 0 0 15px #c7c7c4;
    -webkit-box-shadow: 0 0 15px#c7c7c4;
    box-shadow: 0 0 15px #c7c7c4;
}

.blogBox:hover .blogTitle {
    color: #000;
}

.blogBox:hover .blogDesc {
    color: #000;
}

.blogPic img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}

.blogContainer {
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 20px 0;
    float: left;
    background: #f3f3f3 url(../img/morePlus.png) bottom right no-repeat;
}

body.index .blogContainer {
    background: #fff url(../img/morePlus.png) bottom right no-repeat;
}

.blogBox:hover .blogContainer {
    background-position: bottom 10px right 10px;
}

.blogTitle {
    color: #ed1c24;
    font-weight: bold;
    font-size: 18px;
    padding-right: 10px;
    margin-left: 20px;
    font-family: 'Exo 2';
}

.blogDate {
    color: #6c6c6c;
    font-size: 15px;
    line-height: 25px;
    margin: 3px 0 0 20px;
    font-weight: 300;
}

.blogDesc {
    color: #171717;
    font-size: 15px;
    line-height: 23px;
    margin: 7px 10px 0 20px;
}

/* RECOMMENDATIONS */
.techBox {
    position: relative;
    background-repeat: no-repeat;
    margin-bottom: 5%;
    height: 310px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.techBox:hover {
    -moz-box-shadow: 0 0 15px RGB(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px RGB(0, 0, 0, 0.2);
    box-shadow: 0 0 15px RGB(0, 0, 0, 0.2);
}

.techBox:hover .techTitle {
    background: #221f1f;
}

.techTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ed1c24;
    padding: 11px 25px;
    color: #fff;
    font-weight: 400;
    font-size: 21px;
    line-height: 23px;
    font-family: 'Exo 2';
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.separator {
    width: 100%;
    height: 60px;
    overflow: hidden
}

.blog-separator {
    width: 100%;
    height: 1px;
    overflow: hidden
}

.mainBox {
    width: 100%;
    margin-bottom: 21px;
    float: left;
}

.mainBox:hover .newsTitle {
    color: #000;
}

.mainBox:hover .mainPic img {
    -moz-box-shadow: 0 0 15px RGB(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px RGB(0, 0, 0, 0.2);
    box-shadow: 0 0 15px RGB(0, 0, 0, 0.2);
}

.mainBox:hover .newsDesc {
    color: #000;
}

.mainBox .mainPic {
    display: inline;
    width: 265px;
    float: left;
}

.mainBox img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mainBox .newsContainer {
    width: 100%;
    float: left;
}

.mainBox .newsTitle {
    color: #ed1c24;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 3px 0;
    font-family: 'Exo 2';
}

.mainBox .newsDate {
    color: #6c6c6c;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    font-weight: 400;
    font-family: 'Exo 2';
}

.mainBox .newsDesc {
    color: #171717;
    font-size: 15px;
    line-height: 23px;
    margin: 5px 0 0 0;
}

.mainBox .newsDesc p {
    margin: 0;
}


.linkBox {
    height: 195px;
    background-size: 101% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.linkBox.first {
    margin-left: 0
}

.linkBox:hover {
    background-size: 105% auto;
    -moz-box-shadow: 0 0 15px RGB(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 15px RGB(0, 0, 0, 0.3);
    box-shadow: 0 0 15px RGB(0, 0, 0, 0.3);
}

.linkBox .linkTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    background: RGB(0, 81, 182, 0.9);
    color: #fff;
    font-size: 18px;
    padding: 12px 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

/* MEET US */
#aboutus .introTxt.big {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
}

#aboutus h3 {
    color: #272727;
    font-size: 43px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 30px;
}

#aboutus h3 span {
    color: #ed1c24;
    font-size: 48px;
    font-weight: bold;
}

/* CONTACT */
#contact {}

.contentForm {
    background: #fff;
    margin: 0;
    padding: 30px 40px;
    border: none;
    -moz-box-shadow: 0 0 20px RGB(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px RGB(0, 0, 0, 0.15);
    box-shadow: 0 0 20px RGB(0, 0, 0, 0.15);
}

.contentForm fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#formLeft {
    display: inline;
    float: left;
    width: 38%;
}

.contentForm .row {
    overflow: hidden;
    margin: 15px 0 28px;
}

.contentForm .row.options-row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-around;
}

.contentForm .row.options-row label {
    width: auto;
}

.contentForm .row.options-row h6 {
    margin: 0;
    text-align: center;
    padding: 20px 0 7px;
    font-size: 19px;
    border-bottom: 1px solid #fff;
    width: 100%;
}

.contentForm .extrapayed {
    font-size: 23px;
    color: red;
    line-height: 1;
}

.contentForm .row.buttonPane {
    margin: 10px 0 10px;
}

.contentForm .row input.text {
    height: 40px;
    margin: 0;
    width: 100%;
    padding: 5px;
    border: none;
    border-bottom: 1px dashed #afafaf;
    float: left;
    background: none;
    color: #000;
    font-family: 'Exo 2';
    font-size: 18px;
}

#formRight {
    display: inline;
    float: right;
    width: 58%;
}

.requestBox {
    margin-top: 30px;
}
.requestBox #formRight {
    margin-bottom: 40px;
}

#formRight textarea {
    float: right;
    height: 170px;
    border: none;
    border-bottom: 1px dashed #afafaf;
    width: 94%;
    margin: 0;
    background: none;
    color: #000;
    font-family: 'Exo 2';
    font-size: 17px;
}

.contentForm .row.buttonPane input.button {
    float: left;
    border: 0;
    padding: 9px 27px;
    margin-left: 0;
    background-color: #ed1c24;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    font-size: 20px;
    font-family: "Exo 2", Arial;
}

.contentForm .row.buttonPane input.button:hover {
    background-color: #ed1c24;
}

.contentForm .row.buttonPane input.button:disabled:hover {
    background-color: #231f20;
}

/* FOOTER */

#aboutus {
    background: #ecefef url('../img/homeBg.jpg') no-repeat 50% 50%;
    background-attachment: fixed;
    padding: 70px 0 110px;
    background-size: cover
}

@media only screen and (min-width: 1800px) {
    #aboutus {
        background-size: cover
    }
}


#footer {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 120px 0 45px;
}

#footerLogo {
    width:45%;
}
body.subpage #footer {
    padding: 55px 0 35px;
    border-top: 1px solid #ececec;
}

body.subpage.serwis #footer,
body.subpage.service #footer {
    padding: 135px 0 45px;
}

#service {
    background: #f4f3f6;
    float: left;
    width: 100%;
    margin-top: -190px;
    z-index: 100;
    position: relative;
    -moz-box-shadow: 0 0 20px RGB(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px RGB(0, 0, 0, 0.15);
    box-shadow: 0 0 20px RGB(0, 0, 0, 0.15);
}

#service .container {
    position: relative;
}

#service #service-info {
    padding: 35px 0 35px 0;
    overflow: hidden;
}

#service .service-more {
    float: right;
    margin-right: 30px;
    z-index: 1000;
    position: relative;
    color: #fff;
    background: #dc2b19;
    font-size: 20px;
    line-height: 1;
    padding: 12px 45px;
}

#service .service-more:hover {
    color: #fff;
    background: #0051b6;
    text-decoration: none;
}

#service #service-pic {
    top: -40px;
    position: absolute;
    left: 25px;
    float: left;
    display: inline;
}

#service #service-txt {
    float: left;
    padding-left: 270px;
    display: inline;
    padding-top: 6px;
    color: #272727;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.1;
}

#service #service-txt span {
    font-weight: bold;
    color: #0051b6;
    font-size: 30px;
}

#footer h4 {
    color: #212121;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

#footer .col {
    margin-bottom: 0
}

#footer #footer-info {
    margin-top: 20px;
    font-size: 15px;
    line-height: 23px;
}
#footer #footer-info img {
    max-height: 75px;
    margin-right: 25px;
}
#footer a {
    color: #212121;
}

#footer a:hover {
    color: #212121;
    text-decoration: underline
}

#footer .footerMenu {
    border-left: 1px solid #ececec;
    padding-left: 16px
}

#footer .footerMenu li {
    margin-bottom: 0;
}

#footer .footerMenu li a {
    font-size: 15px;
    color: #212121
}

#footer .footerMenu li a:hover {
    color: #dc2b19;
    text-decoration: none
}

#footer #contacts {
    border-left: 1px solid #ececec;
    padding-left: 16px
}

#socialBox {
    float: left;
    text-align: right;
    width: 100%;
}

#socialBox i,
#socialBox em {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 100%;
    font-size: 19px;
    background: #dc2b19;
    margin: 0 0 0 10px;
}

#socialBox i:hover,
#socialBox em:hover {
    background: #232323;
    color: #fff;
}

#socialPanel {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

#socialPanel i,
#socialPanel em {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 23px;
    background: #dc2b19;
}

#socialPanel i:hover,
#socialPanel em:hover {
    background: #232323;
    color: #fff;
}

#bottom {
    float: left;
    background: #0051b6;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    line-height: 36px
}

#bottom .col {
    margin-bottom: 0;
}

#bottom a {
    color: #fff
}

#bottom a:hover {
    text-decoration: underline
}

.seriesDescriptionWrapper h3 {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
    padding-bottom: 7px;
}

.extraInfo {
    margin-top: 60px;
}

#content ul.download-list {
    margin-top: 20px;
    padding: 0;
    margin-bottom: 0
}

#content ul.download-list li {
    margin-bottom: 13px;
    list-style: none
}

#content ul.download-list li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f56d";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
    color: #ed1c24
}

#content ul.download-list li a {
    color: #171717
}

#content ul.download-list li a:hover {
    color: #ed1c24
}

.seriesDescriptionContainer p.big {
    font-size: 19px;
    line-height: 28px;
}

.actionButtonsContainer {
    padding-top: 30px;
    border-top: 1px solid #e4e4e4;
    margin-top: 30px;
}

.actionButtonsContainer .more {
    background: #ed1c24
}

.actionButtonsContainer .more:hover {
    background: #221f1f
}

#details h3 {
    font-size: 30px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

#details h4 {
    font-size: 25px;
    margin-bottom: 20px;
    color: #ed1c24;
}

#details .bodyDesc ul {
    margin: 0 0 50px 25px;
}

#details .bodyDesc ul li {
    list-style: square;
    margin-bottom: 7px;
}

.producerBlock {
    margin-bottom: 10px;
}

.techData .dataWrapper {
    padding: 25px 35px;
    margin-top: 50px;
    background: #f4f3f2;
    overflow: hidden
}

.techData .dataWrapper h4 {
    color: #000;
    margin-bottom: 30px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service-box {
    background: #ed1c24;
    color: #fff;
    padding: 25px 30px;
    font-size: 21px;
    line-height: 1.5;
}

.service-box a {
    color: #fff;
}

.service-box h3 {
    color: #fff;
}

.service-box .service-more {
    margin-top: 25px;
    z-index: 1000;
    position: relative;
    color: #dc2b19;
    background: #fff;
    font-size: 19px;
    line-height: 1;
    padding: 9px 10px 10px;
    display: block;
    text-align: center;
}

.service-box .service-more:hover {
    color: #fff;
    background: #231f20;
}

.service-box .service-more.download {
    color: #fff;
    background: #231f20;
    font-size: 19px;
}

.service-box .service-more.download:hover {
    color: #fff;
    background: #111;
}

.partners {
    border-bottom: 1px dashed #eee;
    margin-bottom: 2.1%;
    display: flex;
}

.partners.no-border {
    border-bottom: none
}

.partners .col {
    margin-bottom: 1.5%;
    text-align: justify;
}

.partners .col .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.partners .col.span_3_of_12 {
    text-align: center;
}

.partners .col.span_9_of_12 img {
    height: auto;
    max-width: 100%;
}


.partners .col.span_3_of_12 img {
    vertical-align: middle;
    max-height: 85px;
    height: auto;
    margin: auto;
    max-width: 190px;
}

ul.submenu {
    padding: 0 0 20px 0;
    margin: 0;
    list-style: none;
}

ul.submenu li {
    padding: 0 0 8px;
    margin: 8px 0;
    border-bottom: 1px solid #dfdfdf;
    list-style: none;
    color: #ed1c24;
}

ul.submenu li:last-child {
    border-bottom: none;
}

ul.submenu li a {
    color: #171717;
    font-size: 17px;
}

ul.submenu li a:hover {
    color: #ed1c24;
}

.seriesGalleryNavigator .owl-item {
    text-align: center;
}

.seriesGalleryNavigator .owl-item img {
    max-width: 170px;
}

.nodeFilesRepositoryContainer .fileRow {
    margin: 6px 0;
}

.nodeFilesRepositoryContainer span {
    margin: 0 5px 0 0;
}

div.sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 165px;
}

.widgetWrapper {
    margin-top: 55px;
}

a.link {
    display:inline;
    margin: 20px 1% 15px 0;
    color: #fff;
    width: 22%;
    text-align: center;
    float:left;
    padding: 1%;
    background: #ed1c24;
    font-size: 18px;
    line-height: 1.38;
}
a.link:hover {
    background: #231f20;
}

.widgetWrapper img {
    width:100%;
    height: auto;
}

.simpleTable {
    border: 1px solid #eee;
    font-size: 12px;
    line-height: 18px;
    border-collapse: collapse;
}

.simpleTable td {
    border: 1px solid #eee;
    font-size: 11px;
    padding: 5px;
    line-height: 18px;
}

.simpleTable p {
    margin:0;
}

.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}

.seriesDescriptionWrapper video {
    width: 100%;
      aspect-ratio: 16 / 9;
      height: auto;
      display: block;
      object-fit: cover; /* lub 'contain', w zależności od efektu */
}

.cookieconsent-optout-marketing {
    background: #eee;
    border: 1px solid #c7c7c7;
    width: 100%;
    padding: 20px 30px;
    text-align: center;
    margin: 10px 0 30px;
    font-size: 18px;
    color: #414141;
}

    
/* --- Ogólne style formularza --- */
.contentForm {
    font-size: 17px;
}

.contentForm h3 {
    background-color: #f0f0f0;
    padding: 8px 10px;
    margin-bottom: 10px;
    border-left: 5px solid #0051b6;
}

.contentForm .row {
    margin-bottom: 19px;
}

.contentForm .text, 
.contentForm select, 
.contentForm textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 17px;
}
.contentForm select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 17px;
}

.contentForm textarea {
    resize: vertical;
}

/* --- Boxy urządzeń --- */
.device-box {
    background: #f0f0f0;
    padding: 20px 20px 5px;
    margin-bottom: 15px;
    position: relative;
}

.device-box .device-title {
    margin-top: 0;
    font-weight: bold;
    color: #ed1c24;
    font-size: 22px;
    margin-bottom: 8px;
}

#formRight .device-box textarea {
    width: 100%;
    height: 100px;
}

/* --- Przycisk usuwania urządzenia --- */
.remove-device {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #f44336;
    color: #fff;
    border: none;
    font-family: "Exo 2";
    cursor: pointer;
    padding: 7px 10px;
    font-size: 15px;
}

/* --- Przycisk dodawania urządzenia --- */
button[onclick="addDevice()"] {
    background: #ed1c24;
    color: #fff;
    border: none;
    padding: 9px 20px 11px;
    font-family: "Exo 2";
    cursor: pointer;
    font-size: 19px;
    font-weight: bold;
    margin-top: 5px;
}

button[onclick="addDevice()"]:hover {
    background: #000;
}

/* --- Checkboxy i zgoda --- */
.contentForm .agreement {
    margin-top: 15px;
}

/* --- Przycisk submit --- */
.buttonPane .button {
    background-color: #097549;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 14px;
}

.buttonPane .button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* --- Style błędów --- */
.error input, 
.error textarea, 
.error select {
    border-color: #f44336;
}

.helper {
    font-size: 12px;
    color: #f44336;
}

.required-symbol {
    font-size: 23px;
    color: red;
    line-height: 1;
}
/* --- Responsywność --- */
@media (max-width: 1024px) {
    #contact .col {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    
    #formLeft, #formRight {
        width: 100%;
        float: none;
    }

    .device-box {
        padding: 10px;
    }

    .remove-device {
        top: 5px;
        right: 5px;
        padding: 2px 6px;
        font-size: 11px;
    }

    button[onclick="addDevice()"] {
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .contentForm h3 {
        font-size: 16px;
        padding: 6px 8px;
    }

    .contentForm .text, 
    .contentForm select, 
    .contentForm textarea {
        font-size: 14px;
        padding: 6px 8px;
    }

    .buttonPane .button {
        width: 100%;
        padding: 12px;
        font-size: 14px;
    }
}