/* RESET CSS */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   /*font-size: 100%;
    font: inherit;*/
   vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
   display: block;
}

ol, ul {
   list-style: none;
}

blockquote, q {
   quotes: none;
   font-size: inherit;
   font-style: italic;
}

blockquote:before, blockquote:after, q:before, q:after {
   content: '';
   content: none;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

a, a:focus, a:hover{
    text-decoration: none!important;
}

@font-face {
    font-family: "Lato";
    src: url('../fonts/Lato/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato/Lato-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Lato/Lato-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Lato/Lato-Regular.svg#Lato-Regular') format('svg'); /* Legacy iOS */
    font-weight: normal;
}

@font-face {
    font-family: "Lato-bold";
    src: url('../fonts/Lato/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato/Lato-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Lato/Lato-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Lato/Lato-Bold.svg#Lato-Bold') format('svg'); /* Legacy iOS */
    font-weight: bold;
}

@font-face {
    font-family: "Lato-light";
    src: url('../fonts/Lato/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato/Lato-Light.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Lato/Lato-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Lato/Lato-Light.svg#Lato-Light') format('svg'); /* Legacy iOS */
    font-weight: 100;
}

/* GLOBALS */

body {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   background-color: #ffffff;
   font-family: "Lato";
   font-size: 15px;
   line-height: 1.6;
   color: #585858;
   background: -moz-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 67%, rgba(204,204,204,1) 100%); /* ff3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(67%, rgba(255,255,255,1)), color-stop(100%, rgba(204,204,204,1))); /* safari4+,chrome */
   background: -webkit-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 67%, rgba(204,204,204,1) 100%); /* safari5.1+,chrome10+ */
   background: -o-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 67%, rgba(204,204,204,1) 100%); /* opera 11.10+ */
   background: -ms-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 67%, rgba(204,204,204,1) 100%); /* ie10+ */
   background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 67%, rgba(204,204,204,1) 100%); /* w3c */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* ie6-9 */
}

h1{
    font-family: "Lato-bold";
    font-weight: 700;
    font-size: 25px;
    color: #c7c7c7;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

h2{
    font-family: "Lato-light";
    font-weight: 100;
    font-size: 20px;
    color: #9b0000;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.content{
    /*padding-top: 90px;*/
    margin-top: -30px;
}

#fullpage{
    /*padding-top: 90px;*/
}

.fp-tableCell {
    vertical-align: top;
}

.border-bottom{
    border-bottom: 2px solid #363d44;
}

.display-table{
    display: table;
    width: 100%;
    height: 100%;
}

.vertical-middle{
    vertical-align: middle;
    display: table-cell;
}

.text-left{
    text-align: left;
}

.text-center{
    text-align: center;
}

.text-right{
    text-align: right;
}

.logo-space{
    padding: 27px 0;
}

#header{
    position:fixed;
    height: 120px;
    display:block;
    width: 100%;
    z-index:9;
    text-align:center;
    color: #f2f2f2;
    top:0px;
    background-color: #ffffff;
}

#menu{
    position: fixed;
    z-index: 10;
    top: 145px;
    left: 0px;
}

#menu > li{
    background-color: #000000;
}

#menu > li:hover, #menu > li.active{
    background-color: #9b0000;
}

#menu > li:hover a, #menu > li.active a{
    text-decoration: none;
}

#menu > li a{
    display: block;
    width: 138px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

#menu li:not(:last-child){
    margin-bottom: 5px;
}

.banner{
    position: relative;
    top: -1px;
}

.btn-li,.btn-li:focus{
    color: #000000;
}

.btn-li > button:hover{
    color: #9b0000;
}

.navmenu-nav > li > a{
    color: #ffffff!important;
    background-color: #000000;
    text-transform: uppercase;
}

.navmenu-nav > li:not(.btn-li).active > a, .navmenu-nav > li:not(.btn-li) > a:hover{
    background-color: #9b0000!important;
}

.btn-li > a, .btn-li > a:hover{
    background-color: transparent!important;
}

.btn-li{
    border-bottom: 1px solid #000000!important;
    padding: 10px 0 0 10px;
    margin-bottom: 25px!important;
}

.nav > li > a > img {
    max-width: 100px;
}

.navmenu-nav > li.langs{
    margin-bottom: 25px!important;
}

.navmenu-nav > li.langs a{
    background-color: transparent!important;
    color: #000000!important;
    display: inline;
    padding: 10px;
}

.navmenu-nav > li.langs a:hover, .navmenu-nav > li.langs a.active-lang{
    background-color: transparent!important;
    color: #9b0000!important;
}

.banner .banner-img{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.banner .banner-content{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    width: 100%;
}

.pt-45{
    padding-top: 45px;
}

.banner .banner-content ul{
    float: right;
    padding-right: 60px;
    padding-top: 80px;
}

.banner .banner-content ul li{
    line-height: 30px;
    height: 30px;
    margin-bottom: 4px;
}

.banner .banner-content ul li:last-child{
    margin-top: 35px;
}

.banner .banner-content ul li img{
    float: left;
    margin-right: 2px;
}

.banner .banner-content ul li div{
    background: url('../img/li-back.png');
    line-height: 30px;
    height: 30px;
    float: left;
    color: #ffffff;
    font-family: "Lato-bold";
    font-size: 15px;
    padding: 0 8px;
}

.banner .banner-content ul li span{
    position: relative;
    opacity: 1;
}

.btn{
    font-family: "Lato-bold";
    display: inline-block;
    background: linear-gradient(180deg, #a50000 50%, #9b0000 50%);
    color: #ffffff;
    min-width: 160px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    padding: 8px 15px;
    border-radius: 0px;
}

.btn-small{
    padding: 5px 15px;
}

.uppercase{
    text-transform: uppercase;
}

.gray{
    color: #545454;
}

.font-12{
    font-size: 12px;
}

.bold, strong{
    font-family: "Lato-bold";
    font-weight: 700;
}

.pt-30{
    padding-top: 30px;
}

.white-shadow{
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

.pt-50{
    padding-top: 50px;
}

.mb-10{
    margin-bottom: 10px;
}

.bb{
    border-bottom: 1px solid #000000;
}

.langs > span{
    padding: 0 3px;
}

.langs > a, .langs > span{
    color: #000000;
}

.langs > a:hover, .langs > a:focus, .langs > a.active{
    color: #9b0000;
}

.red{
    color: #9b0000;
}

.section .container{
    opacity: 0;
    /*opacity: 1;*/
}

.wysiwyg{
    color: #000;
}

.wysiwyg strong{
    font-family: "Lato-bold";
}

.wysiwyg p{
    font-family: "Lato";
    margin-bottom: 20px;
}

.wysiwyg ul{
    list-style-image: url('../img/triangle.png');
    padding-left: 20px;
    margin-bottom: 20px;
}

.wysiwyg ul li{
    padding-left: 15px;
}

.informations-articles article{
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
}

.informations-articles article:last-child{
    border-bottom: 0px;
}

.informations-articles article h3{
    color: #000000;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.suppliers{
    padding-top: 30px;
}

.suppliers .supplier{
    display: block;
    border: 1px solid #e5e5e5;
    /*float: left;*/
    /*margin-left: 7px;*/
    margin-bottom: 8px;
    background-color: #ffffff;
    float: left;
    margin-right: 8px;
}

.suppliers .supplier:nth-child(7),.suppliers .supplier:nth-child(14){
    margin-right: 0px;
}

.suppliers .supplier img{
    margin: 0 auto;
}

.ml-0{
    margin-left: 0px;
}

.wysiwyg table.contact tr td:first-child{
    min-width: 100px;
}

.mt-80{
    margin-top: 80px;
}

.form-group{
    margin-bottom: 5px;
}

.ml-5{
    margin-left: 5px;
}

.form-control{
    border-radius: 0px;
    border-color: #b8b8b8;
    color: #000000;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
}

textarea.form-control{
    width: 100%;
    height: 100%;
    resize: vertical;
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

.form-control:focus {
    border-color: #9b0000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(155, 155, 155, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(155, 155, 155, .6);
}

.black{
    color: #000000;
}

.mobile-menu{
    position: absolute;
    top: 35px;
    left: 20px;
}

.navbar-inverse{
    background-color: transparent;
    border: 0px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #9b0000;
}

.navmenu-default, .navbar-default .navbar-offcanvas {
    border-color: #000;
}

.visible-xss-block{
    display: none!important;
}

.footer .gray-line{
    width: 100%;
    height: 1px;
    background: #a5a6a7;
}

.footer{
    margin-top: 50px;
    padding-bottom: 40px;
}

.footer .white-line{
    width: 100%;
    height: 1px;
    background: #fff;
}

.footer ul li{
    float: left;
    color: #000000;
    font-size: 11px;
}

.footer ul li.sep{
    color: #fff;
    margin: 0 15px;
}

.footer ul li a{
    color: #828282;
}

.footer ul:after{
    content: '';
    display: block;
    clear: after;
}

/* MEDIA QUERIES  */

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}

/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {

}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {

}

/* custom tablet */

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .md-pl-5 {
        padding-left: 5px;
    }

    .navbar-toggle {
        display: none;
    }
}

/*custom*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

@media only screen and (min-width: 992px) and (max-width: 1349px) {

}

@media only screen and (min-width: 1200px) {

}


/* Large Devices, Wide Screens */


/*@media only screen and (min-width: 1200px) {*/

@media only screen and (min-width: 1024px) {
    .container{
        width: 1024px;
    }
}

@media only screen and (max-width: 1023px) {
    .container{
        width: 100%;
    }
    .slimScrollBar{
        /*display: none!important;*/
    }
    .suppliers .supplier:nth-child(7),.suppliers .supplier:nth-child(14){
        margin-right: 8px;
    }
}

/*==========  Non-Mobile First Method  ==========*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1199px) {

}


/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {
    .navbar-toggle {
        display: block!important;
    }
    #menu > li{
        display: none;
    }
    .langs-space{
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .banner{
        /*position: initial;*/
    }
    .banner .banner-img {
        position: initial;
        /*top: 110px;*/
    }
    .banner .banner-content{
        /*position: initial;*/
        top: auto;
        bottom: 20px;
    }
    .banner .banner-content ul {
        /*float: none;*/
    }
    .banner .banner-content ul {
        padding-right: 40px;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
    .qr-img{
        padding-top: 30px;
        text-align: center;
    }
    .qr-img > img{
        float: none!important;
        display: inline-block;
    }
    .logo-space{
        padding: 15px 0;
    }
    #header{
        height: 95px;
    }
    .mobile-menu{
        top: 22px;
    }
    .section:first-child{
        padding-top: 95px!important;
    }
}


/* Extra Small Devices, Phones */




/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
    .logo-space{
        /*padding-top: 50px;*/
    }
    .langs-space{
        display: none;
    }
}


@media only screen and (max-width: 600px) {
    .banner{
        position: initial;
    }
    .banner .banner-img {
        position: initial;
    }
    .banner .banner-content{
        position: initial;
        /*top: auto;*/
        /*bottom: 20px;*/
    }
    .banner .banner-content ul {
        float: none!important;
        padding-top: 40px;
        padding-left: 20px;
    }
    .section:not(:first-child){
        padding-top: 80px!important;
    }
    .banner .banner-content ul {
        padding-right: 0px;
    }
    .visible-xss-block{
        display: block!important;
    }
    .hidden-xss{
        display: none!important;;
    }
    /*.suppliers > div:nth-child(2n+1){*/
        /*padding-right: 10px!important;*/
    /*}*/
    /*.suppliers > div:nth-child(2n){*/
        /*padding-left: 10px!important;*/
    /*}*/

}

@media only screen and (max-width: 500px) {
    .suppliers .supplier:nth-child(2n+1){
        margin-left: calc(50% - 150px);
    }
}

