.cover-preloader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: white;
}
.animate-me{
    opacity: 0;
}
#split-slider .caption {
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    padding: 20px 20px 10px 20px ;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
#split-slider .content {
    color: #ffffff;
    width: 100%;
    padding: 10px 20px 10px 20px ;
}
#split-slider .button {
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 10px 20px 10px 20px;
    text-align: right;
    text-transform: uppercase;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    -webkit-transition:all 0.2s ease-in-out 0s;
    -moz-transition:all 0.2s ease-in-out 0s;
    -o-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
    margin: 20px 0px 0 20px;
}

#split-slider .button:after {
    content: "\ea9b";
    font-family: icomoon;
    font-size: 14px;
    margin-left: 5px;
}
#split-slider > ul {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.split-item{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.split-item .split-content{
    position: absolute;
    width: 40%;
    top: 55%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    padding: 20px;
    z-index: 1;
    display: none;
    animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
}

/**
 * Responsive
 */

@media (max-width: 720px){
    .split-item .split-content{
        width: 70%;
    }

    .split-item .split-content .caption{
        font-size: 1em;
    }
}
@media (max-height: 640px){
    #split-slider .split-item .split-content .caption{
        font-size: 12px;
        line-height: 15px;
    }
    #split-slider .split-item .split-content .content{
        max-height: 100px;
        overflow-y: auto;
    }
}

.split-item.active{
    z-index: 2;
}

.split-left,
.split-right,
.split-top,
.split-bottom{
    position: absolute;
    float: left;
    overflow: hidden;
}

.split-left,
.split-right{
    top: 0;
    width: 50%;
    height: 100%;
}

.split-top,
.split-bottom{
    left: 0;
    width: 100%;
    height: 50%;
}

.split-left{
    left: 0;
}

.split-right{
    left: 50%;
}

.split-top{
    top: 0;
}

.split-bottom{
    top: 50%;
}

.split-inner{
     position: absolute;
     background-size: cover;
     background-position: center;
}

.split-vertical .split-inner{
    height: 100%;
    width: 200%;
}

.split-horizontal .split-inner{
    height: 200%;
    width: 100%;
}

.split-horizontal .bottom-inner{
    top: -100%;
}

.right-inner{
    left: -100%;
}

#split-thumbs {
    top: 50%;
    display: inline-block;
    list-style-type: none;
    position: absolute;
    right: 20px;
    vertical-align: middle;
    z-index: 10;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}

#split-thumbs li {
    border: 1px solid #ffffff;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    cursor: pointer;
    height: 15px;
    margin: 5px;
    padding: 0;
    position: relative;
    width: 15px;
}


#split-thumbs li.active,
#split-thumbs li:hover{

}


#split-thumbs li .thumb-image {
    background-position: center center;
    background-size: cover;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    height: 100px;
    left: -120px;
    opacity: 0;
    position: absolute;
    top: -49px;
    -webkit-transform:translate3d(-50px,0,0);
    -moz-transform:translate3d(-50px,0,0);
    -ms-transform:translate3d(-50px,0,0);
    -o-transform:translate3d(-50px,0,0);
    transform:translate3d(-50px,0,0);
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    width: 100px;
}
#split-thumbs li .thumb-image:after {
    background: none repeat scroll 0 0 transparent;
    content: "\eaad";
    font-family: icomoon;
    font-size: 10px;
    height: 16px;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform:translateY(0%);
    -moz-transform:translateY(0%);
    -ms-transform:translateY(0%);
    -o-transform:translateY(0%);
    transform:translateY(0%);
    width: 20px;
    z-index: 0;
}
#split-thumbs li:hover .thumb-image{
    opacity: 1;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}

/**
 * Animation
 */

.split-item.move-in-next,
.split-item.move-in-prev{
    z-index: 3; /* make sure we're above the .active */
}

/**
 * Vertical Split Animations
 */

@-webkit-keyframes splitTopCenter {
     0% {
         -webkit-transform: translate3d(0,-100%,0);
         transform: translate3d(0,-100%,0);
     }

     100% {
         -webkit-transform: translate3d(0,0,0);
         transform: translate3d(0,0,0);
     }
 }

@keyframes splitTopCenter {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        -ms-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@-webkit-keyframes splitBottomCenter {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes splitBottomCenter {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        -ms-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@-webkit-keyframes splitCenterBottom {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

@keyframes splitCenterBottom {
    0% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        -webkit-transform: translate3d(0,100%,0);
        -ms-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

@-webkit-keyframes splitCenterTop {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

@keyframes splitCenterTop {
    0% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        -webkit-transform: translate3d(0,-100%,0);
        -ms-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

.move-in-next .split-animated,
.move-out-next .split-animated,
.move-in-prev .split-animated,
.move-out-prev .split-animated{
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

/**
 * Downwards direction, Vertical
 */

.split-vertical .move-in-next .split-left{
    -webkit-animation-name: splitTopCenter;
    animation-name: splitTopCenter;
}

.split-vertical .move-in-next .split-right{
    -webkit-animation-name: splitBottomCenter;
    animation-name: splitBottomCenter;
}

.split-vertical .move-out-next .split-left{
    -webkit-animation-name: splitCenterBottom;
    animation-name: splitCenterBottom;
}

.split-vertical .move-out-next .split-right{
    -webkit-animation-name: splitCenterTop;
    animation-name: splitCenterTop;
}

/**
 * Upwards direction, Vertical
 */

.split-vertical .move-in-prev .split-left{
    -webkit-animation-name: splitBottomCenter;
    animation-name: splitBottomCenter;
}

.split-vertical .move-in-prev .split-right{
    -webkit-animation-name: splitTopCenter;
    animation-name: splitTopCenter;
}

.split-vertical .move-out-prev .split-left{
    -webkit-animation-name: splitCenterTop;
    animation-name: splitCenterTop;
}

.split-vertical .move-out-prev .split-right{
    -webkit-animation-name: splitCenterBottom;
    animation-name: splitCenterBottom;
}

/**
 * Horizontal Split Animations
 */

@-webkit-keyframes splitLeftCenter {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes splitLeftCenter {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@-webkit-keyframes splitRightCenter {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes splitRightCenter {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@-webkit-keyframes splitCenterRight {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

@keyframes splitCenterRight {
    0% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

@-webkit-keyframes splitCenterLeft {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

@keyframes splitCenterLeft {
    0% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

/**
 * Width/Height Based
 */

@-webkit-keyframes leftWidth {
     0% {
         left: 0;
         width: 0;
     }

     100% {
         left: 0;
         width: 100%;
     }
 }

@keyframes leftWidth {
    0% {
        left: 0;
        width: 0;
    }

    100% {
        left: 0;
        width: 100%;
    }
}

@-webkit-keyframes rightWidth {
    0% {
        right: 0;
        width: 0;
    }

    100% {
        right: 0;
        width: 100%;
    }
}

@keyframes rightWidth {
    0% {
        right: 0;
        width: 0;
    }

    100% {
        right: 0;
        width: 100%;
    }
}

@-webkit-keyframes topHeight {
    0% {
        top: 0;
        height: 0;
    }

    100% {
        top: 0;
        height: 100%;
    }
}

@keyframes topHeight {
    0% {
        top: 0;
        height: 0;
    }

    100% {
        top: 0;
        height: 100%;
    }
}

@-webkit-keyframes bottomHeight {
    0% {
        bottom: 0;
        height: 0;
    }

    100% {
        bottom: 0;
        height: 100%;
    }
}

@keyframes bottomHeight {
    0% {
        bottom: 0;
        height: 0;
    }

    100% {
        bottom: 0;
        height: 100%;
    }
}

/**
 * Downwards direction, Horizontal
 */

.split-horizontal .move-in-next .split-top{
    -webkit-animation-name: splitLeftCenter;
    animation-name: splitLeftCenter;
}

.split-horizontal .move-in-next .split-bottom{
    -webkit-animation-name: splitRightCenter;
    animation-name: splitRightCenter;
}

.split-horizontal .move-out-next .split-top{
    -webkit-animation-name: splitCenterRight;
    animation-name: splitCenterRight;
}

.split-horizontal .move-out-next .split-bottom{
    -webkit-animation-name: splitCenterLeft;
    animation-name: splitCenterLeft;
}

/**
 * Upwards direction, Horizontal
 */

.split-horizontal .move-in-prev .split-top{
    -webkit-animation-name: splitRightCenter;
    animation-name: splitRightCenter;
}

.split-horizontal .move-in-prev .split-bottom{
    -webkit-animation-name: splitLeftCenter;
    animation-name: splitLeftCenter;
}

.split-horizontal .move-out-prev .split-top{
    -webkit-animation-name: splitCenterLeft;
    animation-name: splitCenterLeft;
}

.split-horizontal .move-out-prev .split-bottom{
    -webkit-animation-name: splitCenterRight;
    animation-name: splitCenterRight;
}

/**
 * Downwards direction, Horizontal shift
 */

.shift-horizontal .move-in-next .split-animated{
    -webkit-animation-name: splitRightCenter;
    animation-name: splitRightCenter;
}

.shift-horizontal .move-out-next .split-animated{
    -webkit-animation-name: splitCenterLeft;
    animation-name: splitCenterLeft;
}

/**
 * Upwards direction, Horizontal shift
 */

.shift-horizontal .move-in-prev .split-animated{
    -webkit-animation-name: splitLeftCenter;
    animation-name: splitLeftCenter;
}

.shift-horizontal .move-out-prev .split-animated{
    -webkit-animation-name: splitCenterRight;
    animation-name: splitCenterRight;
}

/**
 * Downwards direction, Vertical shift
 */

.shift-vertical .move-in-next .split-animated{
    -webkit-animation-name: splitBottomCenter;
    animation-name: splitBottomCenter;
}

.shift-vertical .move-out-next .split-animated{
    -webkit-animation-name: splitCenterTop;
    animation-name: splitCenterTop;
}

/**
 * Upwards direction, Vertical shift
 */

.shift-vertical .move-in-prev .split-animated{
    -webkit-animation-name: splitTopCenter;
    animation-name: splitTopCenter;
}

.shift-vertical .move-out-prev .split-animated{
    -webkit-animation-name: splitCenterBottom;
    animation-name: splitCenterBottom;
}

/**
 * Slides
 */

.slide-vertical .image-inner,
.slide-horizontal .image-inner,
.inslide-vertical .split-item,
.inslide-horizontal .split-item
{
    /*-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.85);*/
    /*-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.85);*/
    /*box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.85);*/
}

.image-wrap{
    width: 100%;
    height: 100%;
}

.inslide-horizontal .move-in-next .image-wrap img{
    position: absolute;
    right: 0!important;
}

.inslide-horizontal .move-in-prev .image-wrap img{
    position: absolute;
    left: 0;
}

.inslide-vertical .move-in-next .image-wrap img{
    position: absolute;
    bottom: 0;
}

.inslide-vertical .move-in-prev .image-wrap img{
    position: absolute;
    top: 0;
}

/**
 * Downwards direction, Horizontal slide
 */

.slide-horizontal .move-in-next .split-animated{
    -webkit-animation-name: splitRightCenter;
    animation-name: splitRightCenter;
}

/**
 * Upwards direction, Horizontal slide
 */

.slide-horizontal .move-in-prev .split-animated{
    -webkit-animation-name: splitLeftCenter;
    animation-name: splitLeftCenter;
}

/**
 * Downwards direction, Vertical slide
 */

.slide-vertical .move-in-next .split-animated{
    -webkit-animation-name: splitBottomCenter;
    animation-name: splitBottomCenter;
}

/**
 * Upwards direction, Vertical slide
 */

.slide-vertical .move-in-prev .split-animated{
    -webkit-animation-name: splitTopCenter;
    animation-name: splitTopCenter;
}

/**
 * Inside Slide
 */

/**
 * Downwards direction, Horizontal Inside slide
 */

.inslide-horizontal .split-item,
.inslide-vertical .split-item{
    overflow: hidden;
}

/**
 * Downwards direction, Horizontal Inner side slide
 */

.inslide-vertical .split-item.move-in-next{
    -webkit-animation-name: bottomHeight;
    animation-name: bottomHeight;
}

/**
 * Upwards direction, Horizontal Inner slide
 */

.inslide-vertical .split-item.move-in-prev{
    -webkit-animation-name: topHeight;
    animation-name: topHeight;
}

/**
 * Downwards direction, Vertical Inner slide
 */

.inslide-horizontal .split-item.move-in-next {
    -webkit-animation-name: rightWidth;
    animation-name: rightWidth;
}

/**
 * Upwards direction, Horizontal Inner slide
 */

.inslide-horizontal .split-item.move-in-prev{
    -webkit-animation-name: leftWidth;
    animation-name: leftWidth;
}