/* SLIDER STYLES */

.slider-wrapper{
    background: #ffffff;
    background-size:100%;
    width:100%;
    height: 401px;
    position:relative;
    overflow:hidden;
    clear:both;
    margin-top: 100px;


}
@media only screen and (max-width: 767px) {
    .slider-wrapper{
        
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px){
    .slider-wrapper
    {
        max-height:467px;
        
    }
}
@media only screen and (min-width: 900px) and (max-width: 1024px){

    .slider-wrapper
    {
        max-height:330px;
       
    }
}
@media only screen and (min-width: 751px) and (max-width: 900px){

    .slider-wrapper
    {
        max-height:290px;
       
    }
}
@media only screen and (min-width: 641px) and (max-width: 750px){

    .slider-wrapper
    {
        max-height:280px;
        
    }
}
@media only screen and (min-width: 480px) and (max-width: 640px){

    .slider-wrapper
    {
        max-height:272px;
        
    }
}

@media only screen and (min-width: 370px) and (max-width: 530px){

    .slider-wrapper
    {
        max-height:372px;
        
    }
    .partners ul li{
  display: inline-block;
  float: left;
  width: 15%;

}

.partners ul li a img {
    margin-top:50px;
     margin-left: 10px;
}
}
@media only screen and (max-width: 479px){

    .slider-wrapper
    {
        max-height:180px;
       
    }
    .partners ul li{
  display: inline-block;
  float: left;
  width: 15%;

}

.partners ul li a img {
    margin-top:50px;
     margin-left: 10px;
}
}

/* ELEMENT STYLES */

.slider p{
    white-space: nowrap;
    text-transform:uppercase;
}

.slider .slide-heading{
    background:#fff;
    color: #403F3F;
    font: 600 36px "open sans";
    padding: 1% 1.5%;
    border-radius: 3px;
    box-sizing:content-box;
}

.slider .sub-line{
    background:#373B3F;
    color: #fff;
    font-size:22px;
    font-weight: normal;
    text-align:center;
    font-weight: 500;
    padding: 1%;
    border-radius: 3px;
    box-sizing:content-box;
}

.slider-read{
    background:#727CB6;
    font:normal 16px/18px "open sans";
    border-radius:2px;
    text-decoration: none;
    color: #fafafa;
    padding:.8%;
    display:block;
    box-sizing:content-box;
    text-transform: uppercase;
    transition: background-color 400ms linear;
    -webkit-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
}
.slider-read:hover{ background:#000!important;color:#fff; }