﻿
div.scrollingHotSpotLeft {
    background-image: url("../img/big_transparent.gif");
    background-position: top center;
    background-repeat: repeat;    
    height: 70px;
    left: 0px;
    top: 20px;
    width: 15px;
    position: absolute;    
    z-index: 200;
}
div.scrollingHotSpotLeftVisible {
    background-color: #fff;
    background: url("../img/sprite.png") no-repeat scroll -55px -399px rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    opacity: 0.35;
}
div.scrollingHotSpotRight {
    background-image: url("../img/big_transparent.gif");
    background-position: top center;
    background-repeat: repeat;    
    height: 70px;
    width: 15px;
    position: absolute;
    top: 20px;
    right: 0px;    
    z-index: 200;
}
div.scrollingHotSpotRightVisible {
    background-color: #fff;
    background: url("../img/sprite.png") no-repeat scroll -18px -399px rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    opacity: 0.35;
}
div.scrollWrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 95%;
    margin: 0 auto;
}
div.scrollableArea {
    height: 100%;
    position: relative;
    width: auto;
}

.scrollableArea a
{
    cursor: pointer;
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    opacity: 0.6;
}
.scrollWrapper a:hover{
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
    opacity: 1;
}


#logoParade {
    position: relative;
}

.scrollableArea a {
    display: block;
    float: left;
    padding-right: 70px;
    }

.page_1 {
    margin-top: 60px;
}

.logos {
    zoom: 1;
    /*background-color: #121212;*/
}

.logos a {
    width: 100% !important;
    padding-bottom: 70%;
}

.logos:before {
    content: '';
    display: table;
    clear: both;
    zoom: 1;
    visibility: hidden;
    height: 0;
}

.logos:after {
    content: '';
    display: block;
    zoom: 1;
}

.logos .block {
    float: left;
    position: relative;
    width: 24.3333%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top left;
    height: 0px;
    text-decoration: none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    overflow: hidden;
    margin: 4px;
    }

.logos .block h3 {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    color: rgba(255, 255, 255, 0);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 200;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
}

.logos .block:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    }

    .logos .block:hover:after {
        background-color: rgba(0,0,0,0.5);
            }

.logos .block:hover h3 {
    top: auto;
    background: #009c88;
    color: #fff;
    font-size: 12px;
    }