/*#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}*/


.owl-theme-gallery .owl-controls .owl-buttons div{
    color: #FFF;
    /*font-size: 24px;*/
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 15px;
    
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #333;
    filter: Alpha(Opacity=80);/*IE7 fix*/
    opacity: 0.8;
    
}


/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme-gallery .owl-controls.clickable .owl-buttons div:hover{
    background: #fff;
    color:#333;
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

.owl-theme-gallery .owl-buttons {
    position: absolute;
top: 50%;
width: 100%;
}

.owl-theme-gallery .owl-pagination{
    text-align: center;
    display: none;
}



.owl-theme-gallery .owl-controls .item-link {
    position: relative;
    display: block;
    width: 100px;
    height: 40px;
    margin: 0 2px;
    border-bottom: 4px solid #ccc;
    outline: none;
}

.owl-theme-gallery .owl-controls .item-link:focus {
    -webkit-box-shadow: 0 0 8px #cc4895;
    -moz-box-shadow: 0 0 8px #cc4895;
    box-shadow: 0 0 8px #cc4895;
    outline: none;
}

.owl-theme-gallery .owl-controls .active .item-link {
    border-bottom: 4px solid #cc4895;
}

.owl-theme-gallery .owl-controls .owl-page span {
    /*display: none;*/
}


.owl-theme .owl-controls {
margin-top: 10px;
text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top:50%;
    color#FFF;
}

.owl-theme-gallery .owl-controls {

}
.owl-theme-gallery .owl-controls .owl-buttons .owl-prev{
  
}

.owl-theme-gallery .owl-controls .owl-buttons .owl-next{
 float:right;

}
 
 /* Styling Pagination*/

.owl-theme-gallery .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme-gallery .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme-gallery .owl-controls .owl-page.active span,
.owl-theme-gallery .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}


 

#sync1 .item{
/*    background: #0c83e7;
    padding: 80px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;*/
}
#sync2 .owl-wrapper-outer {
    background: #fff;
    border:solid 1px #ddd;
}
#sync2 .item{
 /*  background: #C9C9C9;*/
 /*padding: 2px;*/
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
/*    -moz-border-radius: 3px;
    border-radius: 3px;*/
    text-align: center;
    cursor: pointer;
}
#sync2 .item h1{
  font-size: 18px;
}
#sync2 .synced .item{
  background: #ccc;
}
 
@media (max-width: 1000px) {
#sync2 .owl-wrapper-outer, #sync2 .owl-pagination{display: none}
#sync1.owl-theme-gallery .owl-pagination{display: block}
}


