﻿.cs-container {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0px;
    width: 100%;
    min-height: 60px;
}

.cs-wrapper {
	position: relative;
    display: block;
	margin: 0px;
	padding: 0px;
    width: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.cs-slide {
	position: absolute;
	overflow: hidden;
    display: block;
	margin: 0px;
	padding: 0px;
	top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
}

.cs-slide:first-child {
	position: relative;
}

.cs-image,
.cs-imagelink,
.cs-imagelink > img {
    margin: 0;
    padding: 0;
    border: 0;
}

.cs-image,
.cs-imagelink > img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1;
}

.cs-caption {
    right: 11%;
    top: 16%;
    width: 240px;
    padding: 12px 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);

    position: absolute;
    display: block;
    overflow: hidden;
    z-index: 90;
}

.cs-caption h2 {
    margin: 0 0 6px 0;
    padding: 0;
    font-size: 18px;
}

.cs-caption h2 > a {
    color: #fff;
}

.cs-caption h2 > a:not(:hover) {
    text-decoration: none;
}

.cs-caption p {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 14px;
}

.cs-caption > a {
    margin: 4px 0;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background-color: #AA0000;
    
    display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cs-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .cs-wrapper {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
}

.cs-prev {
    left: 0;
}
.cs-next {
    right: 0;
    left: auto;
}

.cs-prev,
.cs-next {
    cursor: pointer;
    position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0;
    margin: 0;
}

.cs-prevBG {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.cs-nextBG {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.cs-prev svg,
.cs-next svg {
    top: 50%;
    display: block;
    position: absolute;
    overflow: visible;
}

.cs-controls {
    position: absolute;
    z-index: 1000;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    pointer-events: none;
}

.cs-controls > ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    pointer-events: auto;
}

.cs-controls > ul > li {
    cursor: pointer;
    float: left;
    display: inline-block;
    line-height: 1px;
}

.cs-controls > ul > li svg {
    overflow: visible;
}
