/* 
 * 	Default theme - Owl Carousel CSS File
 *	v2.0.0
 */

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-nav div{
	color: #FFF;
	display: inline-block;
	margin: 5px;
	padding: 4px 7px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	cursor: pointer
}
.owl-theme .owl-controls .owl-nav .disabled{
	opacity: 0.5;
	cursor: default;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls .owl-nav div:hover{
	text-decoration: none;
}

/* Styling dots*/
.owl-theme .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-theme .owl-dots .owl-dot span{
	-webkit-backface-visibility: visible;
	display: block;
	width: 10px;
	height: 10px;
	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;
	transition-property: opacity;
  	transition-duration: 200ms;
  	transition-timing-function: ease;
}

.owl-theme .owl-dots .owl-dot.active span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}



.owl-carousel .owl-item .article{position: relative;}
.owl-carousel .owl-item .article .caption{
	height: 50px;
	line-height: 50px;
	position: absolute;
	left:0;right: 0;
	bottom:0;
	background: url(focus-cap-bg.png) ;
}
.owl-carousel .owl-item .article .caption{color:#fff;font-size:16px}

.owl-theme .owl-controls{margin-top:0}

#owl-01.owl-theme .owl-controls {text-align: right;position: relative;}
#owl-01.owl-theme .owl-controls .owl-dots{position: absolute;right: 0;top:-35px}

#owl-01 .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    display: block;
    width: 15px;
    height: 15px;
    margin:0 8px 0 8px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background:url(focus-icon-white.png) no-repeat center center;
    transition-property: opacity;
    transition-duration: 200ms;
    transition-timing-function: ease;
}
#owl-01 .owl-dots .owl-dot.active span{
	background-image: url(focus-icon-active.png);
}



#owl-02.owl-theme .owl-controls {text-align: center;position: relative;}
#owl-02.owl-theme .owl-controls .owl-dots{padding: 30px 0;}

#owl-02 .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    display: block;
    width: 15px;
    height: 15px;
    margin:0 8px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background:url(focus-icon-gray.png) no-repeat center center;
    transition-property: opacity;
    transition-duration: 200ms;
    transition-timing-function: ease;
}
#owl-02 .owl-dots .owl-dot.active span{
	background-image: url(focus-icon-active.png);
}


#owl-03.owl-theme .owl-controls {text-align: center;position: relative;}
#owl-03.owl-theme .owl-controls .owl-dots{padding: 30px 0;}

#owl-03 .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    display: block;
    width: 15px;
    height: 15px;
    margin:0 8px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background:url(focus-icon-gray.png) no-repeat center center;
    transition-property: opacity;
    transition-duration: 200ms;
    transition-timing-function: ease;
}
#owl-03 .owl-dots .owl-dot.active span{
	background-image: url(focus-icon-active.png);
}



#owl-06.owl-theme .owl-controls {text-align: right;position: relative;}
#owl-06.owl-theme .owl-controls .owl-dots{position: absolute;right: 0;top:-35px}

#owl-06 .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    display: block;
    width: 12px;
    height: 12px;
    margin:0 0 0 15px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background:url(focus-v2-normal.png) no-repeat center center;
    transition-property: opacity;
    transition-duration: 200ms;
    transition-timing-function: ease;
}
#owl-06 .owl-dots .owl-dot.active span{
	background-image: url(focus-v2-active.png);
	width: 12px;
    height: 12px;
}


#owl-06 .owl-controls .owl-nav .owl-prev {
    color: #FFF;
    display: inline-block;
    height:43px;width: 43px;
    margin: 0;
    padding: 0;
    font-size: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background:url(arr-l.jpg) no-repeat center center;
    cursor: pointer;
    position: absolute;
    left:-43px;
}
#owl-06 .owl-controls .owl-nav .owl-next {
    color: #FFF;
    display: inline-block;
    height:43px;width: 43px;
    margin: 0;
    padding: 0;
    font-size: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background:url(arr-r.jpg) no-repeat center center;
    cursor: pointer;
    position: absolute;
    right:-43px;
}