/**
* 
* In the bottom of this script you can customize
* sizes and colors of your slider.
* 
*/


@font-face {
    font-family:'Cuprum';
    src: url('../font/Cuprum-webfont.html');
    src: url('../font/Cuprum-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('../font/Cuprum-webfont-2.html') format('woff'),
         url('../font/Cuprum-webfont-3.html') format('truetype'),
         url('../font/Cuprum-webfont.svg#CuprumFFURegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lobster';
    src: url('../font/Lobster_1.3-webfont.html');
    src: url('../font/Lobster_1.3-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('../font/Lobster_1.3-webfont-2.html') format('woff'),
         url('../font/Lobster_1.3-webfont-3.html') format('truetype'),
         url('../font/Lobster_1.3-webfont.svg#Lobster13Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Copse';
    src: url('../font/Copse-Regular-webfont.html');
    src: url('../font/Copse-Regular-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('../font/Copse-Regular-webfont-2.html') format('woff'),
         url('../font/Copse-Regular-webfont-3.html') format('truetype'),
         url('../font/Copse-Regular-webfont.svg#CopseRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


.sliderus {
    margin: 0;
    width: 100%;
    position: relative;
}

.sliderus-clear {
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.sliderus-bg {
    border: 1px solid #444;
    border-left: 0;
    border-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 141px;
    width:100%;
}

.sliderus-bg img {
    width: 100%;
    height: 100%;
    float: left;
}

.sliderus-slider {
    width: 100%;
    height: 200px;
    z-index: 2;
}

.sliderus-fade-left, .sliderus-fade-right {
    position: absolute;
    width: 12px;
    height: 141px;
    background: url(../img/fade.html);
    top: 0;
    right: 0;
    z-index: 6;
    pointer-events:none;
}

.sliderus-fade-left {
    left: 0;
    right: auto;
    background-position: 12px 0;
}

.sliderus-item {
    padding: 5px;
    margin: 6px 1px 0 0;
    position: relative;
    z-index: 3;
    user-select:none; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; -o-user-select:none;
}

.sliderus-img {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
}

.sliderus-img img {
    float:left;
}

.sliderus-content {
    display: none;
    background:url(../img/x.html) repeat-x;
    overflow: hidden;
    margin: 2px 0 0;
    padding: 2px 0 0;
}

.sliderus-text {
    font: 16px/21px Cuprum, Arial;
    color: #000;
    float: left;
    overflow: hidden;
    height: 22px;
    margin: 0 0 0 2px;
    width: 100%;
}

.sliderus-light {
    position: absolute;
    top: 6px;
    left: 20px;
    background: url(../img/light.html);
    width: 79px;
    height: 81px;
    display: none;
    pointer-events:none;
}

.sliderus-item-active {
    background: #fff;
    /* border: 2px solid #19a0a2; */
    z-index: 4;
    box-shadow: 0 5px 25px #000;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.sliderus-item-active .sliderus-content {
    display:block;
}

.sliderus-item-active .sliderus-img {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    
}

.sliderus-item-active .sliderus-light {
    display: block;
}

.sliderus-dim .sliderus-item {
    opacity: 0.5;
}

.sliderus-dim .sliderus-item-active {
    opacity: 1.0;
}

.btn {
    width: 76px;
    height: 23px; 
    background: url(../img/download.html);
    overflow: hidden;
    float: right;
    font-size: 1px;
    text-indent: -1000px;
    display: inline-block;
    margin:0 2px 0 0;
}



/* -------------------------------------------------------------------------- */
/* Adjust these values if you create your custom size slider */
/* -------------------------------------------------------------------------- */
.sliderus-2 {
    width:960px;
    margin: 0 auto;
}

.sliderus-2 .sliderus-bg {
    height: 318px;
}

.sliderus-2 .sliderus-slider {
    height: 370px;
}

.sliderus-2 .sliderus-item {
    padding: 4px;
}
    
.sliderus-2 .sliderus-item-active {
    padding-top: 3px;
    border-top: 1px solid #5efbfd;
    background: #1ab7b9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.sliderus-2 .sliderus-fade-left, .sliderus-2 .sliderus-fade-right {
    height: 319px;
}
/* -------------------------------------------------------------------------- */
/* End here your adjustments */
/* -------------------------------------------------------------------------- */


