/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    top: -55px;
    right: 0px;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
    margin: 0;
    padding: 0;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50); /*IE7 fix*/
    opacity: 0.6;
}
/* 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;
    float: left;
    width: 25px;
    height: 20px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #111;
    filter: Alpha(Opacity=20);
    opacity: .2;
    top: 0;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #1a9cd6 !important;
}

/* 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;
}

.owl-item img {
    width: 100%;
}
#focus-owl-wrap .owl-prev {
    left: -902px;
    top: 132px;
    position: absolute;
    background: #000;
    opacity: 0.6;
    border-radius: 0;
    margin: 0;
    width: 40px;
    height: 50px;
    display:none;
}
#focus-owl-wrap .owl-next {
    right: 3px;
    top: 132px;
    position: absolute;
    background: #000;
    opacity: 0.6;
    border-radius: 0;
    margin: 0;
    width: 40px;
    height: 50px;
    display:none;
}
#focus-owl-wrap .icon-gotop-left {
    display: inline-block;
    background: url(../images/left.png) no-repeat 11px 9px;
    width: 40px;
    height: 140px;
    background-size: 15px 30px;
}
#focus-owl-wrap .icon-gotop-right {display: inline-block;
    background: url(../images/right.png) no-repeat 14px 9px;
    width: 40px;
    height: 140px;
    background-size: 15px 30px;
}
