@font-face {
    font-family: 'leoslider-icon';
    src: url('fonts/leoslider-icon.eot');
    src: url('fonts/leoslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/leoslider-icon.woff') format('woff'), url('fonts/leoslider-icon.ttf') format('truetype'), url('fonts/leoslider-icon.svg#leoslider-icon') format('svg');
    font-weight: normal;
    font-style: normal
}
.leo-container a:hover,
.leo-slider a:hover,
.leo-container a:focus,
.leo-slider a:focus {
    outline: 0
}
.slides,
.slides>li,
.leo-control-nav,
.leo-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}
.leo-pauseplay span {
    text-transform: capitalize
}
.leoslider {
    height: 600px;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.leoslider .slides>li {
    border-left: 1px solid rgba(200,200,200,0.5);
    border-right: 1px solid rgba(200,200,200,0.5);
    display: none;
    -webkit-backface-visibility: hidden
}
.leoslider .slides img {
    width: 100%;
    display: block
}
.leoslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
html[xmlns] .leoslider .slides {
    display: block
}
* html .leoslider .slides {
    height: 1%
}
.no-js .leoslider .slides>li:first-child {
    display: block
}
.leoslider {
    margin: 0 0 60px;
    background: #fff;
    position: relative;
    zoom: 1;
}
.leoslider .slides {
    zoom: 1
}
.leoslider .slides img {
    height: auto
}
.leo-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}
.loading .leo-viewport {
    max-height: 300px
}
.carousel li {
    margin-right: 5px
}
.leo-direction-nav {
    height: 0
}
.leo-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.leo-direction-nav a:before {
    font-family: "leoslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3)
}
.leo-direction-nav a.leo-next:before {
    content: '\f002'
}
.leo-direction-nav .leo-prev {
    left: -50px
}
.leo-direction-nav .leo-next {
    right: -50px;
    text-align: right
}
.leoslider:hover .leo-direction-nav .leo-prev {
    opacity: .7;
    left: 10px
}
.leoslider:hover .leo-direction-nav .leo-prev:hover {
    opacity: 1
}
.leoslider:hover .leo-direction-nav .leo-next {
    opacity: .7;
    right: 10px
}
.leoslider:hover .leo-direction-nav .leo-next:hover {
    opacity: 1
}
.leo-direction-nav .leo-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default
}
.leo-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}
.leo-pauseplay a:before {
    font-family: "leoslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}
.leo-pauseplay a:hover {
    opacity: 1
}
.leo-pauseplay a.leo-play:before {
    content: '\f003'
}
.leo-control-nav {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 3;
}
.leo-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}
.leo-control-paging li a {
    width: 22px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.leo-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7)
}
.leo-control-paging li a.leo-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default
}
.leo-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}
.leo-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}
.leo-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}
.leo-control-thumbs img:hover {
    opacity: 1
}
.leo-control-thumbs .leo-active {
    opacity: 1;
    cursor: default
}

.leo-line{
    left: 50px;
    border-left: 1px solid rgba(255,255,255,0.7);
    background: rgba(0,0,0,0.3);
}
.leo-line,
.leo-vline{
    height: 100%;
    width: 100%;
    z-index: 2;
    position: absolute;
    box-shadow: 1px 1px 100px rgba(200, 200, 200, 0.4);
}
.leo-vline{
    top: 50px;
    border-top: 1px solid rgba(255,255,255,0.7);
    background: rgba(100,100,100,0.3);
    background-position: 0 0;
}
@media screen and (max-width:860px) {
    .leo-direction-nav .leo-prev {
        opacity: 1;
        left: 10px
    }
    .leo-direction-nav .leo-next {
        opacity: 1;
        right: 10px
    }
}