
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
}
.owl-item .item {
    overflow: hidden;
    position: relative;
    width: 93%;
    height: 100px;
}
.owl-item .item img {
    height: 100%!important;
    display: inline-block;
    margin-left: -4%;
}
.owl-pagination
{
	display: none;
}
.owl-carousel .owl-wrapper-outer {
    margin: 0 45px;
    overflow: hidden;
    position: relative;
    width: 89%;
    z-index: 999;
}
.owl-carousel {
    margin: 10px;
}
.item.selected {
    opacity: 0.4;
}
.owl-controls.clickable {
    left: -10px;
    position: absolute;
    top: 24px;
    width: 100%;
}
.owl-controls.clickable .owl-prev {
    float: left;
}
.owl-controls.clickable .owl-next {
    float: right;
}

.owl-item a:hover img
{
	opacity: 0.4;
}

@media(max-width:1000px){
    .owl-carousel .owl-wrapper-outer {
    width: 86%;
}

    
}

.owl-theme .owl-controls {
    margin-top: 8px;
    text-align: center;
}
.owl-carousel .owl-wrapper-outer {
    margin: 0 44px;
    overflow: hidden;
    position: relative;
    width: 89%;
    z-index: 999;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 9px;
    padding: 3px 11px;
    font-size: 42px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 2px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}
.owl-controls.clickable {
    left: -10px;
    position: absolute;
    top: 0px;
    width: 100%;
}