#main article{
    text-align: center;
}

#main article h1{
    font-family: 'PT Sans', sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: bold;
}

#main article h2{
    font-family: 'PT Sans', sans-serif;
    font-size: 1.5em;
    font-style: italic;
    font-weight: normal;
    text-transform: uppercase;
}

header [slider]{
    position: relative;
    z-index: 0;
    width: 100%;
}

header [slider] ul#hSlider{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    width: 1280px;
    height: 621px;
    overflow: hidden;
}

header [slider] ul#hSlider li {
    position: absolute; display: inline-block; height: 621px; width: 1280px;
    -moz-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    -webkit-transition: all 0.6s ease-in;
}

header [slider] ul#hSlider li img{
    width: 100%;
}

article .sections ul.logos-home { list-style: none; margin: 0px; margin-top: 20px; padding: 0px; position: relative; }

article .sections ul.logos-home li { display: inline-block; margin-right: 10px; }

article .sections ul.logos-home li img { width: 200px; }

article .sections ul.logos-home li:nth-child(3) {
   margin-right: 0;
}

ul.logos-home li:nth-child(3) img, ul.logos-home li:nth-child(5) img {
   margin-bottom: 33px; 
}

.main-home { margin-bottom: 55px; }

div[slider] .swiper-container { height: 621px; }

.arrows { position: relative; z-index: 199; }

.arrows .arrow-style { position: absolute; width: 24px; height: 80px; z-index: 199; }

.arrows .arrow-left { left: 50px; top: 260px; }

.arrows .arrow-right { right: 50px; top: 260px; }

.arrows .arrow-left img,
.arrows .arrow-right img, { display: none; }

.arrows .arrow-left > a { display: block !important; width: 24px; height: 80px; overflow: hidden; background-image: url('../images/arrow-prev-l.png'); background-position: top; }
.arrows .arrow-right > a { display: block !important; width: 24px; height: 80px; overflow: hidden; background-image: url('../images/arrow-next-l.png'); background-position: top; }

.arrows .arrow-left > a:hover,
.arrows .arrow-right > a:hover { background-position: bottom; }

.swiper-slide { position: relative; overflow: hidden; }
.swiper-slide img { position: absolute; width: 1920px; left: 50%; margin-left: -960px ;}

.pagination { position: absolute; display: block; width: 100%; z-index: 2; text-align: center; list-style: none; margin: 0; margin-top: 10px; margin-bottom: 20px; }

/*swiper-pagination-switch swiper-visible-switch swiper-active-switch*/

.pagination span.swiper-pagination-switch,
.pagination span.swiper-visible-switch { width: 17px; height: 17px; margin: 2px; display: inline-block; }

.pagination span { cursor: pointer; display: block; width: 17px; height: 17px; background-image: url( '../images/slide-dots-dark.png' ); background-position: top center; }

.pagination span.swiper-active-switch { background-position: -1px 20px; }

/*ul#hSlider { position: relative; width: 100% !important; }
ul#hSlider:after,
ul#hSlider:before { position: absolute; top: 0; width: 371px; height: 621px; }

ul#hSlider li img { position: relative; }*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    article .sections ul.logos-home li:nth-child(3) img {
        margin-bottom: 32px; 
    }
}