﻿.unslider {
    background: #fff none repeat scroll 0 0;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);*/
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.unslider ul {
    list-style: outside none none;
    /*width: 600%;*/
    height:100%;
    padding:0;
    margin:0;
    background:#fff;
}
.unslider ul li {
    /*box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1) inset;*/
    display: block;
    float: left;
    padding: 0;
    margin:0;
    /*width: 16.7%;*/
    height:100%;
    list-style: none;
    background-size:contain;
}
.unslider h1, .unslider h2 {
    color: #fff;
    font-size: 40px;
    line-height: 52px;
}
.unslider .btn {
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 25px 0 0;
    padding: 9px 22px 7px;
    text-decoration: none;
    text-transform: uppercase;
}
.unslider .btn:hover {
    background: rgba(255, 255, 255, 0.05) none repeat scroll 0 0;
}
.unslider .btn:active {
    filter: drop-shadow(0px -1px 2px rgba(0, 0, 0, 0.5));
}
.unslider .btn, .unslider .dot {
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));
}
.unslider .dots {
    bottom: 20px;
    left: 0;
    position: absolute;
    right: 0;
}
.unslider .dots li {
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 4px;
    opacity: 0.4;
    text-indent: -999em;
    transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
    width: 10px;
}
.unslider .dots li.active {
    background: #fff none repeat scroll 0 0;
    opacity: 1;
}