
.owl-theme .owl-controls{
    text-align:center;
    -webkit-tap-highlight-color:transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
    color:#fff;
    font-size:14px;
    margin:5px;
    padding:4px 7px;
    background:#d6d6d6;
    display:inline-block;
    cursor:pointer;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
    background: rgba(69,90,100,0.5);
    color:#fff;text-decoration:none
}
.owl-theme .owl-controls .owl-nav .disabled{
    opacity:.5;cursor:default
}
.owl-theme .owl-dots .owl-dot{
    display:inline-block;
    zoom:1;
    *display:inline
}
.owl-theme .owl-dots .owl-dot span{
    width:10px;
    height:10px;
    margin:5px 7px;
    background:#d6d6d6;
    display:block;
    -webkit-backface-visibility:visible;
    -webkit-transition:opacity 200ms ease;
    -moz-transition:opacity 200ms ease;
    -ms-transition:opacity 200ms ease;
    -o-transition:opacity 200ms ease;
    transition:opacity 200ms ease;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
    background:#869791
}
.owl-carousel-1  .owl-controls .owl-nav [class*=owl-]{
    position: absolute;
    margin: 0;
    padding: 18px 15px;
    background: none;
    font-weight: bold;
    color: #dddddd;
    font-size: 1.2em;
}
.owl-carousel-2  .owl-controls .owl-nav [class*=owl-]{
    position: absolute;
    margin: 0;
    padding: 15px 10px;
    background:none;
    color: #dddddd;
    font-weight: bold;
}
 .owl-controls .owl-nav .owl-prev:before{
    font-family: "Font Awesome";
    content: "\f053";
     font-weight: bold;
}
.owl-controls .owl-nav .owl-next:before{
    font-family: "Font Awesome";
    content: "\f054";
    font-weight: bold;
}
.owl-carousel-1  .owl-controls .owl-nav .owl-prev{
    left: 0;
    top:25%;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
	background-color: rgba(0,0,0,0.05);
}
.owl-carousel-2  .owl-controls .owl-nav .owl-prev{
    left: 0;
    top:35%;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
	
}

.owl-carousel-1  .owl-controls .owl-nav .owl-next{
    right: 0;
    top:30%;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
	background-color:rgba(0,0,0,0.05);
}
.owl-carousel-2{
    margin-top: 25px;
}
.owl-carousel-2  .owl-controls .owl-nav .owl-next{
    right: 0;
    top:35%;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.owl-carousel-1 .item{
    padding: 0 10px;
}

.owl-carousel-2 .item img,.owl-carousel-1 .item img{
    min-width: 0;
    min-height: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.owl-carousel-1 .item  h4{
    padding:30px 10px 0 0;
    height: 60px;
    font-size: 22px;
}
.owl-carousel-1 .item  a:hover h4{
    color: #7699c9;
}
.owl-carousel-1 .item p{
  margin-bottom: 8px;
}
.owl-carousel-1 .item .star-box{
    display: block;
    margin-bottom: 8px;
}
.owl-carousel-1 .item  .view-pic{
    border: 1px solid #eeeeee;
    height: 210px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.owl-carousel-2 .item{
    background: #f9f9f9;
    padding:5px 6px;
}

.owl-carousel-2 .item .view-pic{
    height: 250px;
    overflow: hidden;
    position: relative;
}

.owl-dots{
	position: absolute;
	width:100%;
	text-align: center;
	bottom:20px;
}
.owl-dots button{
	background-color:rgba(0,0,0,0);
	border:0;
}


