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

.owl-theme .owl-controls{
    margin-top: 0px;
    text-align: center;
    
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    line-height:10px;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 0px;
    padding: 0px 0px;
    font-size: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}

/* 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-pagination{

}

.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 4px 4px;
    margin-top:8px;
    line-height:12px;
    filter: Alpha(Opacity=80);/*IE7 fix*/
    opacity: 8.0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #bfbfbf;
}

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

/* 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('../images/AjaxLoader.gif') no-repeat center center
}


/** promo_v1_theme **/

.owl-theme-promo_v1 .owl-controls{
    margin-top: 0px;
    text-align: center;
}


.owl-theme-promo_v1 .owl-wrapper-outer{
    /*margin:0px;
    padding:0px;*/
}

.owl-theme-promo_v1 .owl-pagination{
    position:relative;
    margin:0px;
    padding:0px;
    padding-top:8px;
}

/* Styling Next and Prev buttons */

.owl-theme-promo_v1 .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme-promo_v1 .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    margin:0px;
    padding:0px;
    position:absolute;
    bottom:0px;
}

/* Styling Pagination*/

.owl-theme-promo_v1 .owl-controls .owl-page{
    display: inline-block;
    padding:0px;
    margin:0px;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    line-height:1px;
    
}

.owl-theme-promo_v1 .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    line-height:12px;
    margin: 4px;
    margin-top:0px;
    filter: Alpha(Opacity=80);/*IE7 fix*/
    opacity: 8.0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #bfbfbf;
}

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

/* If PaginationNumbers is true */

.owl-theme-promo_v1 .owl-controls .owl-page span.owl-numbers{
    height: 0px;
    width: 0px;
    color: #FFF;
    padding: 0px 0px;
    margin:0px;
    font-size: 5px;
    line-height:1px;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}



/************ PLAYBACK ITEMS THEME **************************/




.owl_theme_new_playback_items .owl-controls{
    padding:0px;
    margin-top:10px;
    margin-bottom:0px;
    margin-right:0px;
    margin-left:0px;
    text-align: center;
    width:100%;
    height:16px;
    position:absolute;

}

.owl_theme_new_playback_items .owl-wrapper-outer{
    display:block;
    position:relative;
    margin:0px;
    padding:0px;
}

.owl_theme_new_playback_items .owl-wrapper{
    display:block;
    height:0px;
    margin:0px;
}

.owl_theme_new_playback_items .pagination{
    display:absolute;
    height:0px;
    margin:0px;
    bottom:-5px;
}

/* Styling Next and Prev buttons */

.owl_theme_new_playback_items .owl-controls .owl-buttons div{
    color: #FFF;
    display: absolute;
    line-height:0px;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 0px;
    padding: 0px 0px;
    font-size: 0px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.0;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl_theme_new_playback_items .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
    height:0px;
    font-size:0px;
    padding:0px;
    margin:0px;
}

/* Styling Pagination*/

.owl_theme_new_playback_items .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    line-height:0px;
    *display: inline;/*IE7 life-saver */
    padding:0px;
    margin:0px;
}

.owl_theme_new_playback_items .owl-controls .owl-page span{
    display: block;
    width: 10px;
    height: 10px;
    margin: 0px;
    margin-left:5px;
    margin-right:5px;
    line-height:0px;
    filter: Alpha(Opacity=80);/*IE7 fix*/
    opacity: 8.0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #bfbfbf;
    

}

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

/* If PaginationNumbers is true */

.owl_theme_new_playback_items .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 0px 0px;
    font-size: 0px;

}



