/* 
    Document   : clients
    Created on : Mar 6, 2014, 2:06:10 PM
    Author     : dpacheco
    Description:
        Purpose of the stylesheet follows.
*/

#clientsBilboard{
    background: url("../../img/separadorShadow.png") no-repeat 50% 100%;
}

#general{
    padding-top: 100px !important;
}

#clientsBilboard{
    overflow: hidden;
    height: 500px;
}

#clientsBilboard .contentImg{
    width: 285px;
    float: left;
    text-align: center;
}

#clientsBilboard .contentText{
    width: 670px;
    float: left; 
}

.testimonialText{
    text-align: left;
    line-height: 18px;
    padding-top: 38px;
}

.clientWords{
    font-family:'OpenSansLight', Arial;
    font-size: 30px;
    line-height: 32px;        
    color: #666;  
    margin-bottom: 25px;
    float: left;
    width: 615px;
    padding-left: 7px;
}

.clientWords b{
    font-family:'OpenSansBold', Arial !important;    
}

.clientName{
     font-family:'OpenSansRegular', Arial;
    font-size: 16px;
    line-height: 18px;        
    color: #333; 
    margin-left: 45px;
}

.clientJob{
     font-family:'OpenSansLight', Arial;
    font-size: 12px;
    line-height: 14px;        
    color: #666; 
    text-transform: uppercase;
    margin-left: 45px;
}

#parthnersList{
    padding: 35px 0 90px;    
}

span.bigQuotesStart{
    background: url(../../img/sprites.png) no-repeat -201px -319px;
    height: 28px;
    width: 39px;
    display: block;
    float: left;
}

span.bigQuotesEnd{    
    display: inline-block;
    background: url(../../img/sprites.png) no-repeat -256px -319px;
    height: 28px;
    width: 39px;
}

#clientsCarousel .nbs-flexisel-item img {
    width: auto;   
    margin-left: 40px;
}

.clientBox{
    height:185px;
    width: 250px;
    float: left; 
}

.clientBoxImg{
    height:163px;
    width: 198px;
    background: url("../../img/shadowBoxClients.png") no-repeat 50% 100%;
}

#parthnersList .row{
    margin-top: 40px;
}

.contentText .nbs-flexisel-nav-right{
    right: 3px;
}

