/*
* 	Owl Carousel
*	v1.3.3
*/
#sync1{
	border: 1px solid #C2C2C2;
	border-radius: 4px;
 }
#sync1 .item{
        margin: 20px 0 0;
		padding: 0 15px;
        color: #FFF;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        text-align: center;
    }
#sync1 .item video{
	 width: 100%;
	 height: 100%;
	 }

#sync1 .item img{ width: 100%;}

#sync2{
	opacity: 1;
    display: block;
    padding: 0;
	margin: 20px 0 0;
}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

.owl-carousel-custom .owl-item, .owl-carousel-custom .owl-item .item{
    width: 117px !important;
    height: 69px !important;
    margin: 0 10px 0 0;
	display: block;
	border: 1px solid #eee;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
    overflow: hidden;
	}
	.owl-carousel-custom .owl-item, .owl-carousel-custom .owl-item .item img{
		 width: 100%;
		 height: 100%;
		 position: relative;
	}
	.owl-carousel-custom .item .play-icon{
		  position: absolute;
		  top: 23%;
		  left: 34%;
		  width: 45px;
		  height: 40px;
		  background: url(../images/play.png) no-repeat;
	}
/* Styling Next and Prev buttons */
.owl-next{
	position: absolute;
    right: -15px;
    bottom: -100px;
	text-indent: -9999px;
	background: url(../images/right.png) no-repeat  !important;
	width: 43px;
	height: 43px;
	z-index: 999;
}
.owl-prev{
	position: absolute;
    left: -15px;
    bottom: -100px;
	background: url(../images/left.png) no-repeat  !important;
	width: 43px;
	text-indent: -9999px;
	height: 43px;
	z-index: 999;
}

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0;
	padding: 10px 3px;
	font-size: 12px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.9;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #b9bed1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 0.9;
    background: #fff;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
