.owl-carousel-teaser .owl-item .image{
    width:100%;
    margin:auto;
    padding:30px
}
.owl-carousel-teaser .owl-item img{
    display:block;
    width:50%;
    margin:auto;
    position:relative
}
.owl-carousel-teaser .owl-item h3{
    font-family:'Veneer',sans-serif;
    font-size:38px;
    line-height:40px;
    margin-top:0;
    margin-bottom:10px
}
.owl-prev{
    left:-7%;    
}
.owl-next{
    right:-7%;    
}

.owl-nav [class*='owl-'] {
    top:30%;
    color: #cc0000;
    font-size: 50px;
    margin: 0 -5% 0 -5%;
    /*margin: 5px;
    padding: 4px 7px;*/
    position: absolute;
    background:none;
    display: inline-block;
    cursor: pointer;
    }


.owl-nav [class*='owl-']:hover {
      background: #cc0000;
      color: #ffffff;
      text-decoration: none; }

.owl-prev.disabled,.owl-next.disabled{
    opacity:0.5
}
.owl-prev:before{
    /*position:relative;
    top:1px;
    display:inline-block;*/
    font-family:'Glyphicons Halflings';
    /*font-style:normal;
    font-weight:400;
    line-height:1;*/
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    content:"\e079"
}
.owl-next:before{
    /*position:relative;
    top:1px;
    display:inline-block;*/
    font-family:'Glyphicons Halflings';
    /*font-style:normal;
    font-weight:400;
    line-height:1;*/
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    content:"\e080"
}
.owl-carousel-container{
    display: block;
    box-sizing: border-box;
    margin: 15px 0px 15px 0px;
}

.owl-carousel {
  width: 80%;
  margin: auto;
}

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

.ffw-owl img {
    max-width: 150px;
    height: auto;
    padding: 15px;
    margin: auto;
}

.ffw-owl h3{
    font-size: 30px;
    font-weight: 500;
    color: #cc0000;
    text-transform: uppercase;
}


@media (max-width: 1024px){
    .ffw-owl img {
        max-width: 150px;
        padding: 15px;
    }
    .ffw-owl h3{
        font-size: 30px;
        font-weight: 500;
    }
    .owl-carousel {
        width: 80%;        
    }
    .owl-prev{
        left:-7%;    
    }
    .owl-next{
        right:-7%;    
    }
    .owl-nav [class*='owl-'] {
        top:30%;
        font-size: 70px;
        margin: 0 -5% 0 -5%;
    }
}

@media (max-width: 768px){
    .ffw-owl img {
        max-width: 125px;
        padding: 15px;
    }
    .ffw-owl h3{
        font-size: 25px;
        font-weight: 500;
    }
    .owl-carousel {
        width: 75%;        
    }
    .owl-prev{
        left:-7%;    
    }
    .owl-next{
        right:-7%;    
    }
    .owl-nav [class*='owl-'] {
        top:30%;
        font-size: 70px;
        margin: 0 -15% 0 -15%;
    }    
}

@media (max-width: 480px){
    .ffw-owl img {
        max-width: 100px;
        padding: 15px;
    }
    .ffw-owl h3{
        font-size: 20px;
        font-weight: 500;
    }
    .owl-carousel {
        width: 80%;        
    }
    .owl-prev{
        left:-7%;    
    }
    .owl-next{
        right:-7%;    
    }
    .owl-nav [class*='owl-'] {
        top:30%;
        font-size: 30px;
        margin: 0 -10% 0 -10%;
    }    
}




