.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 ;
    text-transform: uppercase;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#split-slider .content {
    width: 100%;
    padding: 10px 20px 10px 20px ;
	color:#ffffff;
}
#split-slider .button {
    width: 100%;
    margin: 0;
    padding: 20px 40px 20px 20px;
    text-align: right;
    font-weight: 900;
    text-transform: uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    -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;
    border-bottom: 3px solid rgba(0,0,0,0.1);
}
#split-slider .button:after {
    content: "\e8ba";
    font-family: icomoon;
    font-size: 17px;
    margin-left: 5px;
}
#split-slider > ul {
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    border-radius:40px;
    display: block;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 24px;
}
.split-item{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.split-item .split-content{
    position: absolute;
    width: 400px;
    top: 25%;
    padding: 20px;
    z-index: 1;
    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: 20px;
        line-height: 24px;
    }
    #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 {
    bottom: 50%;
    display: inline-block;
    list-style-type: none;
    position: absolute;
    right: 70px;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
    vertical-align: middle;
    z-index: 10;
}
.split-thumb::before {
    border-bottom: 2px solid;
    color: #fff;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 7px;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    width: 100%;
}

.split-thumb:hover::before {
    content: "";
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
.split-thumb.active:before {
    display: none;
}
#split-thumbs li {
    border: 2px solid #ffffff;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    left: 0;
    padding: 0;
    position: relative;
    width: 20px;
}

#split-thumbs li.active,
#split-thumbs li:hover{

}

#split-thumbs li .thumb-image {
    background-position: center center;
    background-size: cover;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    height: 100px;
    opacity: 0;
    position: absolute;
    right: 40px;
    top: -45px;
    -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: transparent none repeat scroll 0 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 5px;
    content: "";
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
}
#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: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes splitTopCenter {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes splitBottomCenter {
    0% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes splitBottomCenter {
    0% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes splitCenterBottom {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes splitCenterBottom {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@-webkit-keyframes splitCenterTop {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes splitCenterTop {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.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: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes splitLeftCenter {
    0% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes splitRightCenter {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes splitRightCenter {
    0% {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes splitCenterRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes splitCenterRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-webkit-keyframes splitCenterLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes splitCenterLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

/**
 * 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
 */


.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 .image-wrap{
    -webkit-animation-name: bottomHeight;
    animation-name: bottomHeight;
}

/**
 * Upwards direction, Horizontal Inner slide
 */

.inslide-vertical .split-item.move-in-prev .image-wrap{
    -webkit-animation-name: topHeight;
    animation-name: topHeight;
}

/**
 * Downwards direction, Vertical Inner slide
 */

.inslide-horizontal .split-item.move-in-next .image-wrap{
    -webkit-animation-name: rightWidth;
    animation-name: rightWidth;
}

/**
 * Upwards direction, Horizontal Inner slide
 */

.inslide-horizontal .split-item.move-in-prev .image-wrap{
    -webkit-animation-name: leftWidth;
    animation-name: leftWidth;
}

.inslide-horizontal .image-wrap,
.inslide-vertical .image-wrap{
    overflow: hidden;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.inslide-horizontal .split-inslide-inner,
.inslide-vertical .split-inslide-inner{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    background-position: center center;
    background-attachment: fixed;
	background-size:cover;
}

.split-slider-controls {
    bottom: 100px;
    height: 50px;
    position: absolute;
    right: 50px;
    z-index: 10;
}

.split-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    -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;
}

.split-btn i {
    line-height: 50px;
    text-align: center;
    font-size: 30px;
}
.split-prev {
    -webkit-border-top-left-radius: 50px;
    -moz-border-top-left-radius: 50px;
    border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-bottom-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.split-next {
    -webkit-border-top-right-radius: 50px;
    -moz-border-top-right-radius: 50px;
    border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-bottom-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.split-btn:hover, 
.split-btn:visited {
    background: #fff;
    color: #ff4f54;
}