body{
    min-height: 100%;
    font-family: "Lato", Helvetica, Arial;
}

.content{
    padding-bottom: 30px;
    max-width: 960px;
    margin: 0 auto;
}

a{
    color: #000;
}

a:hover, a:focus{
    color: #e3000b;
}

a.read_more{
    display: block;
    padding-top: 5px;
}

#accordion div{
    border-bottom: 1px solid gray;
    padding-bottom: 5px;
}

.nav{
    color: white;
}

ul#main-nav{

}

#main-nav li, #main-nav2 li{
    color: white;
    border-bottom: 0px solid #e3000b;
    box-shadow: 0px 1px 0px white;
    margin: 10px;
}

ul#main-nav li:last-child{
    border: 0;
    box-shadow: none;
}

.nav li a{
    padding: 0;
    padding-bottom: 7px;
    color: #fff;
}

.nav > li > span {
    position: relative;
    display: block;
    padding: 0;
    padding-bottom: 7px;
    color: #fff;
    cursor: pointer;
}

.nav li a:focus, .nav li a:hover, .nav li span:focus, .nav li span:hover {
    text-decoration: none;
    font-weight: bold;
    background-color: transparent;
}

.nav li.active {
    text-decoration: none;
    font-weight: bold;
}

footer{
    padding-bottom: 0;
}

footer span{
    font-weight: bold;
}

footer li{
    margin-left: 95px;
}

.triangle{
    position: fixed;
    width: 0;
    height: 0;
    border-top: 80px solid #e3000b;
    border-right: 80px solid transparent;
    float: left;
    z-index: 1001;
}

.menu-rect{

    height: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 3px;
    background-color: #ffffff;
}

.menu-triangle{
/*    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 10px solid #ffffff;
    margin-left: 10px;*/
    
    width: 101px;
    height: 10px;
    margin-left: 10px;
    background: url('/assets/img/menu-triangle.png') repeat-x scroll 0% 0% transparent;
    
}
.menu-triangle2{
/*    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 10px solid #ffffff;*/
    margin-right: 10px;
    width: 101px;
    height: 10px;
    
    background: url('/assets/img/menu-triangle.png') repeat-x scroll 0% 0% transparent;
}

#left{
    height: 100%;
    min-height: 0;
}

#main-menu{
    position: fixed;
    left:0;
    background-color: #e3000b;
    min-height: 100%;
    width: 16.6667%;
    z-index: 1002;
}

.submenu{
    position: fixed;
    top: 0;
    left: 0;
    width: 16.6667%;
    min-height: 100%;
    background-color: gray;
    z-index: 1001;
    text-align: right;
    display: none;
}

.submenu .opened{
    margin-left: 16.6667%;
}

.submenu .menu-pasek .text{
    color: white;
    font-size: 18px;
    padding-right: 10px;
    margin-top: 92px;
}

.left-col{
    margin-left: 0;
    padding-left: 0
}

.right-col{
    min-height: 0;

}

.right-col .row{
    margin-left: -30px;
    margin-right: -15px;
}

.mask-right{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    z-index: 1000;
    display: none;
}

img.slogan{
    padding-right: 10px;
    margin-top: 20px;
    border-right: 1px solid white;
}

div.lang{
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    font-size: 18px;
    /*line-height: 30px;*/
}

div.lang .active{
    text-decoration: underline;
}

div.menu-pasek{
    margin-top: 25px;
}

div.left-adres{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

div.left-adres img{
    display: inline;
    max-width: 90%;
    padding-bottom: 5px;
}

#top{
    height: 140px;
    background: url(/assets/img/rough_diagonal.png) repeat-x;
}

#top2{
    height: 350px;

    /*background: url(/assets/img/rough_diagonal.png) repeat-x; */
}

img.logo2{
    padding-top: 10px;
    padding-right: 20px;
}

div.logo{
    z-index: 4000;
}

img.logo{
    padding-top: 40px;
    padding-right: 0px;
}

.breadcrumbs{
    background: none;
    max-width: 960px;
    margin: auto;
}

.breadcrumb > li + li:before {
    padding: 0px 5px;
    color: #CCC;
    content: "";
}

ul.breadcrumbs{
    background: url(/assets/img/icon-home.png) 0px 50% no-repeat;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    /*margin-left: 0; */
}

.head-title{
    border-bottom: 3px solid #e3000b;
    padding-bottom: 0px;
    margin-bottom: 15px;
    color: gray;
}

.news-title{
    border-top: 1px solid #e3000b;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 15px;
    color: gray;
}

.news-table{
    display: table;
}

.news-row{
/*    display: table-row; */
    display: flex;
}

.news-col{
    display: table-cell;
    border-left: 1px solid #e3000b;
}

.news-date{
    font-size: 20px;
    color: #e3000b;
    /*font-weight: bold;*/
}

.news-head{
    font-weight: bold;
    padding: 5px 0;
    
}

.kontakt-form{
    height: 120px;
    margin-left: -15px !important;
}

.kontakt-form-submit{
    margin-left: -15px !important;
}

.kontakt-form input{
    width: 100%;
    margin-bottom: 10px;
    padding: 4px;
}

.kontakt-form textarea{
    width: 100%;
    height: 110px;
    margin-bottom: 5px;
    padding: 4px;
}

.kontakt-form textarea, .kontakt-form input{
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 5px #e6e6e6;
}

.kontakt-form-submit input#wyslij{
    width: 100%;
    margin-bottom: 5px;
    padding: 1px;
    background-color: #e3000b;
    border: 0;
    color: #fff;
}

.quick-links{
    height: 50px;
    padding-left: 20px;
    border-top: 1px solid #e5e5e5;
    background: url(/assets/img/arrow-icon.png) 0px 13% no-repeat;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 960px;
}

.quick-links a, .breadcrumbs a{
    text-decoration: underline;
}

div.footer-row{
    min-height: 150px;
    background: url(/assets/img/rough_diagonal.png);
}

.footer-col div{
    /*background: url(/assets/img/footer-arrow.png) no-repeat;*/
    padding-left: 100px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.footer-col img{
    padding-top: 55px;
}

.footer-col div span{
    font-weight: bold;
}

.footer-col li{
    padding-left: 0px;
    margin: 0;
}
.footer-col ul{
    padding-left: 15px;
}

#cookieLayer{
    position: fixed;
    bottom: 0;
    z-index: 1005;
    width: 100%;
    min-height: 80px;
    margin: 0 auto;
    background-color: #000;
    opacity: 0.8;
    color: #fff;
}

#cookieContent{

    margin: 0 auto;
    padding-top: 10px;
}

#baner{
    position: relative;
    top: 20px;
    min-height: 330px;
    /*border: 1px solid red;*/
    overflow: visible;
    margin-right: 0;
}

.pasek{
    position: absolute;
    top: 120px;
    width: 100%;
    height: 100px;
    background: url(/assets/img/rough_diagonal.png) repeat-x;
}

.slide-txt{
    min-height: 100px;
    /*border: 1px solid green;*/
    padding-top: 10px;
    text-align: right;
}

.slide-img{
    top: -60px;
    min-height: 200px;
    /*border: 1px solid blue;*/
    overflow: hidden;
}

.slide-title{
    font-size: 22px;
    font-weight: bold;
    color: gray;
}

.slide-model{
    font-size: 22px;
    font-weight: bold;
    color: red;
}

.slide-opis{
}

.slide-desc{
    padding-top: 40px;
    color: gray;
    overflow: visible;
}

.slide-control{
    position: absolute;
    bottom: 20px;
    left: 40%
}

.slideholder, #slider1{
    overflow: hidden;
    max-height: 400px;
}

/* slider 1 */

#slider1, #slider2 {
    width: 100%;
    margin:0;
    padding:0;
    position:relative;
    overflow: hidden;
}
#slider1 .slide, #slider2 .slide{
    margin:0;
    padding:0;
    min-height: 400px;
    position:relative;
}

.slide img, .slide > div{
    position: absolute;
    display: none;
}

.slide .active{
    z-index: 99;
    display: block;
}

.slide-control li{
    list-style-type: none;
    float: left;
    padding: 5px;
}

.slide-control li.active .circle{
    background-color: #E3000B;
}

.circle{
    width: 16px;
    height: 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: gray;
    cursor: pointer;
}

.icon-bar{
    display: block;
    width: 25px !important;
    height: 3px !important;
    background-color: #E3000B;
}

.navbar-toggle{
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 5px;
    /*box-shadow: 1px 1px 2px #000;*/
}

.product-slider{
    margin-left: 0 !important;
}

#slideshow #slideshowWindow{
    width:250px;
    height:200px;
    margin:0;
    padding:0;
    position:relative;
    overflow:hidden;
}
#slideshow #slideshowWindow .prodGal{
    margin:0;
    padding:0;
    width:250px;
    height:200px;
    float:left;
    position:relative;
}


.slide-control2{
    position: absolute;
    bottom: -20px;
    left: 30%
}

.slide-control2 li{
    list-style-type: none;
    float: left;
    padding: 5px;
}

.slide-control2 li.active .circle2{
    background-color: #E3000B;
}

.circle2{
    width: 10px;
    height: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: gray;
    cursor: pointer;
}

.productsLine, .productsGroup{
    max-width: 960px;
    margin: 0 auto !important;
    margin-left: 0px !important;
}

.productsLine div{
    text-align: center;
    border-left: 1px solid #E3000B;
}

.productsGroup{
    background-color: #a5a5a5;
    color: #fff;
    padding: 5px;
    padding-left: 7px;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

.navbar-header{
    position: absolute;
    top: 25px;;
    right: 0px;
}

#open-submenu-bottom span{
    font-weight: normal;
    cursor: pointer;
}

#open-submenu-bottom span:hover{
    text-decoration: underline;
    color: #E3000B;
}

@media(max-width: 991px){
    #main-menu{
        position: absolute;
        left:0;
        top: 0;
        margin-left: 0;
        width: 100%;
        background-color: #e3000b;
        min-height: 50px;
        z-index: 1002;
    }

    .submenu{
        position: absolute;
        top: 0;
        margin-left: 100%;
        width: 50%;
        background-color: gray;
        z-index: 1003;
        text-align: right;
        overflow: hidden;
    }

    .submenu .opened{
        margin-left: 16.6667%;
    }

    .submenu .menu-pasek .text{
        color: white;
        font-size: 18px;
        padding-right: 10px;
        margin-top: 92px;
    }

    div.left-adres{
        display: none;
    }

    img.slogan{
        padding-right: 10px;
        margin-top: 10px;
        border-right: 1px solid white;
    }

    div.slogan{
        width: 200px;
    }

    div.lang{
        margin-top: 10px;
        margin-left: 0;
        padding-left: 0;
        font-size: 18px;
        width: 50px;
    }
    .menu-triangle, .menu-triangle2, .menu-pasek{
        display: none;
    }

    

    #top, #top2{
        margin-top: 100px;
    }

    .triangle{
        position: absolute;
    }

    div.logo{
        z-index: 1;
    }

    .right-col .row{
        margin-left: -15px;
    }
    
    .slideholder{
        padding-top: 20px;
    }
    
    #baner{
        top: 50px;
    }
    
    .slide-control{
        top: 20px;
        left: 10%;
    }

}

@media(max-width: 640px){
    .slideholder{
        padding-top: 25px;
        font-size: 85%;
    }
}
