/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/*Preview Admin */
#module-leoslideshow-preview .container {
    width: 100%;
}
#module-leoslideshow-preview .content-only {
    overflow: hidden;
}
#module-leoslideshow-preview #leo-paneltool {
    display: none;
}

/* The slider */
.iviewSlider {
    overflow: hidden;
}

/* The timer in the Slider */
.iview-timer {
    position: absolute;
    z-index: 100;

    cursor: pointer;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.iview-timer div {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

/* The Preloader in the Slider */
.iview-preloader {
    position: absolute;
    z-index: 1000;

    width: 100px;
    height: 3px;
    padding: 1px;

    border: #000 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.iview-preloader div {
    float: left;

    width: 0;
    height: 3px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #000;

    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

/* The strips and boxes in the Slider */
.iview-strip,
.iview-block {
    position: absolute;
    z-index: 5;

    display: block;
}

/* Direction nav styles (e.g. Next & Prev) */
.iview-directionNav a {
    position: absolute;
    z-index: 1;
    top: 50%;

    width: 40px;
    height: 40px;
    margin-top: -25px;

    font-size: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    transform: scale(0);
    text-align: center;

    color: #000 !important;

/* box-shadow: 0 0 0 1px #ccc; */
    border-radius: 50%;
    background: none;
}
@media (max-width: 991px) {
    .iview-directionNav a {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}
.iview-directionNav a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 40px;

    content: '';
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;

    color: #272727;
}
@media (max-width: 991px) {
    .iview-directionNav a:before {
        line-height: 30px;
    }
}
.iview-directionNav a:hover {
    background: none;
    box-shadow: 0 0 0 1px none;
}
.iview-directionNav a:hover:before {
    color: #0b4c83;
}
.iview-directionNav a.iview-prevNav {
    left: -50px;
}
.iview-directionNav a.iview-prevNav:before {
    content: '\f104';
}
.iview-directionNav a.iview-nextNav {
    right: -50px;
}
.iview-directionNav a.iview-nextNav:before {
    content: '\f105';
}

.iview .iview-directionNav a.iview-prevNav {
    left: 40px;

    transform: translateX(-40px);

    opacity: 0;
}
@media (max-width: 767px) {
    .iview .iview-directionNav a.iview-prevNav {
        left: 19px;
    }
}
.iview .iview-directionNav a.iview-nextNav {
    right: 40px;

    transform: translateX(40px);

    opacity: 0;
}
@media (max-width: 767px) {
    .iview .iview-directionNav a.iview-nextNav {
        right: 19px;
    }
}

.ApSlideShow:hover .iview-directionNav a {
    transform: translateX(0);

    opacity: 1;
}

/* Control nav styles (e.g. 1,2,3...) */
.iview-controlNav {
    text-align: center;
}
.iview-controlNav div.iview-items {
    position: absolute;
    z-index: 5;
    bottom: 30px;

    display: inline-block;

    width: auto;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 991px) {
    .iview-controlNav div.iview-items {
        bottom: 10px;
    }
}
.iview-controlNav div.iview-items ul {
    margin-bottom: 0;
}
.iview-controlNav div.iview-items ul li {
    position: relative;

    display: inline-block;

    height: 10px;
    padding: 0;
}
.iview-controlNav div.iview-items ul li a.iview-control {
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 5px;

    cursor: pointer;
    transition: all .4s;
    vertical-align: bottom;
    text-indent: -9999px;

    border: solid 1px #676767;
    border-radius: 5px;
    background-color: #f3f3f3;
    box-shadow: none;
}
.iview-controlNav div.iview-items ul li a.iview-control.active,
.iview-controlNav div.iview-items ul li a.iview-control:hover {
    border: solid 1px #0b4c83;
    background: #0b4c83;
}
.iview-controlNav div.iview-items.customHtmlBullet {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 96px;
    padding: 0;

    text-align: left;

    background: #fff;
}
.iview-controlNav div.iview-items.customHtmlBullet ul li {
    float: left;

    width: 33%;
    height: 96px;
    padding: 0;
}
.iview-controlNav div.iview-items.customHtmlBullet a.iview-control {
    float: left;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px 25px 20px 16%;

    text-indent: inherit;
    text-transform: uppercase;

    color: #272727;
    border-left: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;

    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.iview-controlNav div.iview-items.customHtmlBullet a.iview-control.active,
.iview-controlNav div.iview-items.customHtmlBullet a.iview-control:hover {
    cursor: pointer;

    background: #fafafa;
}
.iview-controlNav div.iview-items.customHtmlBullet a.iview-control.active:after,
.iview-controlNav div.iview-items.customHtmlBullet a.iview-control:hover:after {
    position: absolute;
    top: -33px;
    right: auto;
    left: 50%;

    margin-left: -10px;

    font-family: 'FontAwesome';
    font-size: 40px;

    content: '\f0d8';

    color: #fafafa;
}
.iview-controlNav div.iview-items.customHtmlBullet a.iview-control.active span,
.iview-controlNav div.iview-items.customHtmlBullet a.iview-control:hover span {
    color: #fff;
    background-color: #416bf1;
}
.iview-controlNav div.iview-items.customHtmlBullet a.iview-control h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;

    color: #272727;
}
.iview-controlNav div.iview-items.customHtmlBullet a.iview-control span {
    display: inline-block;
    float: left;

    width: 56px;
    height: 56px;
    margin: 0 18px 0 0;

    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 56px;

    text-align: center;

    color: #272727;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #eaeaea;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);

    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);
}
.iview-controlNav div.iview-items.customHtmlBullet a.iview-control p {
    margin: 0;

    color: #999;
}
.iview-controlNav.iview-thumbnail div.iview-items {
    bottom: 0;
}
.iview-controlNav.iview-thumbnail div.iview-items ul li {
    overflow: hidden;

    width: 200px;
    height: auto;

    vertical-align: bottom;
}
.iview-controlNav.iview-thumbnail div.iview-items ul li a {
    width: 100%;
    height: auto;
    margin: 0;

    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-indent: inherit;

    background: transparent;
}
.iview-controlNav.iview-thumbnail div.iview-items ul li a.active,
.iview-controlNav.iview-thumbnail div.iview-items ul li a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.iview-controlNav.iview-thumbnail div.iview-items ul li a img {
    max-width: 100%;
    height: auto;
}

/* The video show in the Slider */
.iview-video-show {
    position: absolute;
    z-index: 101;

    width: 100%;
    height: 100%;

    background: #000;
}
.iview-video-show .iview-video-container {
    position: relative;

    width: 100%;
    height: 100%;
}
.iview-video-show .iview-video-container a.iview-video-close {
    position: absolute;
    top: 10px;
    right: 10px;

    overflow: hidden;

    width: 20px;
    height: 20px;

    font-size: 22px;
    font-weight: 600;
    line-height: 29px;

    text-align: center;

    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #222;

    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.iview-video-show .iview-video-container a.iview-video-close:hover {
    background: #444;
}

/*# sourceMappingURL=iview.css.map */
