/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */

/* clearfix */
.cff_owl-carousel .cff_owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.cff_owl-carousel{
    /*display: none;*/
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.cff_owl-carousel .cff_owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.cff_owl-carousel .cff_owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.cff_owl-carousel .cff_owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.cff-carousel{
    visibility: hidden; /*Display after init*/
}
.cff_owl-carousel .cff_owl-item{
    float: left;
}
.cff_owl-theme .cff_owl-pagination{
    display: inline-block;
}
.cff_owl-controls .cff_owl-page,
.cff_owl-controls .cff_owl-buttons div,
.cff_carousel_arrows_pag .cff_owl-prev,
.cff_carousel_arrows_pag .cff_owl-next{
    cursor: pointer;
}
.cff_owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.cff_owl-carousel  .cff_owl-wrapper,
.cff_owl-carousel  .cff_owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/*
*   Owl Carousel Owl Demo Theme
*   v1.3.3
*/
.cff_owl-theme .cff_owl-controls{
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */
.cff_owl-theme .cff_owl-controls .cff_owl-buttons div,
.cff_carousel_arrows_pag .cff_owl-prev,
.cff_carousel_arrows_pag .cff_owl-next{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 */
    margin: 5px;
    padding: 0;
    
    filter: Alpha(Opacity=25);/*IE7 fix*/
    opacity: 0.25;
}
.cff_carousel_arrows_pag .cff_owl-prev,
.cff_carousel_arrows_pag .cff_owl-next{
    width: 30px;
    height: 30px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #000;

    box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);
    -moz-box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);
}
.cff_carousel_arrows_pag .cff_owl-prev,
.cff_carousel_arrows_pag .cff_owl-next{
    position: relative;
    top: -5px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.cff_owl-theme .cff_owl-controls.clickable .cff_owl-buttons div:hover,
.cff_carousel_arrows_pag .cff_owl-prev:hover,
.cff_carousel_arrows_pag .cff_owl-next:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}
.cff_carousel_arrows_pag .cff_owl-prev,
.cff_carousel_arrows_pag .cff_owl-next{
    display: inline-block;
}

/* Styling Pagination*/
.cff_owl-theme .cff_owl-controls .cff_owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    vertical-align: middle;
}
.cff_owl-theme .cff_owl-controls .cff_owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=25);/*IE7 fix*/
    opacity: 0.25;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #000;

    box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);
    -moz-box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);
}
.cff_owl-theme .cff_owl-controls .cff_owl-page.active span,
.cff_owl-theme .cff_owl-controls.clickable .cff_owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 0.5;
}


/* If PaginationNumbers is true */
.cff_owl-theme .cff_owl-controls .cff_owl-page span.cff_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;
}
.cff_owl-theme .cff_owl-buttons > div.onhover {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    padding: 0;
    background: rgba(0,0,0,0);
}
.cff_owl-theme .cff_owl-prev.onhover {
    left: 0;
}
.cff_owl-theme .cff_owl-next.onhover {
    right: 0;
}
.cff_owl-theme .cff_owl-buttons > div.onhover i {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    background: #000;
    color: #fff;
    margin: -15px 0 5px 0;
    padding: 0;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    
    box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);
    -moz-box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);
}
.cff_owl-theme .cff_owl-buttons > div.onhover i:hover {
    opacity: 1;
}
.cff_owl-theme .cff_owl-buttons .fa:before,
.cff_carousel_arrows_pag .cff_owl-prev .fa:before,
.cff_carousel_arrows_pag .cff_owl-next .fa:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
}
.cff_owl-theme .cff_owl-next .fa:before {
    margin: -5px 0 0 -3px;
}
.cff_owl-theme .cff_owl-prev.onhover i {
    left: 10px;
    padding-right: 3px;
}
.cff_owl-theme .cff_owl-next.onhover i {
    right: 10px;
    padding-left: 1px;
}
.cff_owl-theme .cff-comment-attachment,
.cff_owl-theme .cff-comment-replies-box {
    max-width: 100%;
}
.cff-carousel .cff_owl-item > div {
    width: 100% !important;
}
.cff-carousel .cff-post-links {
    max-width: 100%;
}
.cff-carousel .cff-item{
    box-sizing: border-box;
}
.cff-carousel .cff_carousel-more{
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    background: none;
    color: #333;
    text-align: center;
    padding: 0;
    height: 20px;
    border: none;
    border-radius: 0;
    border-top: 1px solid rgba(0,0,0,0.5);
    margin-top: 0;

    background: #000;
    filter: Alpha(Opacity=25);
    opacity: 0.25;
    color: #fff;
    padding: 0;
    border: none;
    margin-top: 0;
    height: auto;
}
.cff-carousel .cff_carousel-more:hover,
.cff-carousel .cff_carousel-more:focus{
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}
.cff-carousel .cff_carousel-more .fa-caret-down {
    font-size: 50px;
    line-height: 1;
    padding: 0;
    position: relative;
    top: -19px;
}

/* Remove bottom margin from grid items when in carousel */
#cff.cff-carousel .cff-album-item{
    margin-bottom: 0;
}

/* If it's a box post style then add some spacing */
#cff.cff-carousel .cff-space .cff-item{
    padding: 10px !important;
}
#cff.cff-carousel .cff-space{
    padding: 0 10px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
}
#cff.cff-carousel .cff_carousel_arrows_pag .cff_owl-buttons{
    display: inline-block;
}
#cff.cff-carousel .cff_carousel_arrows_pag .cff-left .cff_owl-next,
#cff.cff-carousel .cff_carousel_arrows_pag .cff_owl-prev{
    display: none;
}
#cff.cff-carousel .cff_carousel_arrows_pag .cff-left .cff_owl-prev{
    display: block;
}