.rs-wrap{ margin-top:0px;}
.rs-slide-bg {
    padding-left:20px;
	margin-left:-20px;
	overflow:hidden;
/*   
   
    border-bottom: 1px solid #5e6266!important;
    border-bottom: 1px solid rgba(255, 255, 255, .1)!important;   
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15) inset; */
}

.rs-slider > li {
 
}

    .rs-slider > li img {
 /*      -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .9);
        -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, .9);
        box-shadow: inset 0 0 4px rgba(0, 0, 0, .9);
 */		
    }
	.rs-slider > li img.slide-img{
	}
	
.img-wrapper{ 
	position:relative; 
	float:left;
	box-shadow: 0 -4px 0 0 #FFFFFF;
	-moz-box-shadow: 0 -4px 0 0 #FFFFFF;
	-ms-box-shadow: 0 -4px 0 0 #FFFFFF;
	-o-box-shadow: 0 -4px 0 0 #FFFFFF;
	-webkit-box-shadow: 0 -4px 0 0 #FFFFFF;
}  


/* ===[ Thumbnails ]=== */

.rs-thumb-wrap { margin: 0; position:absolute; bottom:15px; right:40px; z-index:1005;}
.rs-thumb-wrap img{ width:100%;}
.ul-thumb-wrap li{ float:left; width:70px; margin-left:20px;}
.ul-thumb-wrap li a{ float:left; width:100% !important; padding:4px; border:solid 2px #fff;}
.ul-thumb-wrap li a.active{border:solid 2px #b90000;}

    .rs-thumb-wrap > a {
        opacity: .7;
        padding: 8px;
        *padding: 0;
        background: url(../img/black10.png);
        background: rgba(0, 0, 0, .1);
        border-bottom: 1px solid #5e6266!important;
        border-bottom: 1px solid rgba(255, 255, 255, .1)!important;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15) inset!important;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15) inset!important;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .15) inset!important;
        -moz-transition: opacity .5s ease-in-out;
        -webkit-transition: opacity .5s ease-in-out;
        -o-transition: opacity .5s ease-in-out;
        -ms-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
    }

        .rs-thumb-wrap > a > img {
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
            -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
            box-shadow: 0 0 3px rgba(0, 0, 0, .4);
        }

    .rs-thumb-wrap > a:hover,
    .rs-thumb-wrap > a.active { opacity: 1 }

    .rs-thumb-wrap > a:first-child { margin-left: 0!important }

/* ===[ Arrows ]=== */

.rs-arrows {position:absolute; right:0; left:0; top:50%; margin-top:-100px; z-index:1001; }
.rs-arrows .rs-prev{background:#454545 url(../images/slider_arrow_lt.png) center center no-repeat;}
.rs-arrows .rs-next{background:#454545 url(../images/slider_arrow_rt.png) center center no-repeat;}

    .rs-arrows .rs-next,
    .rs-arrows .rs-prev {
        width: 37px;
        height: 80px;
        display: block;
        float: left;
        position: absolute;
        text-shadow: 0 -1px 0 #000;
		opacity:1;
		left:0px;
		transition:opacity 1000ms ease-in-out 0ms;
    }
	.rs-arrows .rs-next{ left:auto; right:0px; }
.rs-arrows .rs-next:hover,
.rs-arrows .rs-prev:hover { opacity:1; background-color:#ffcc1d; background-position:center center; }

.rs-arrows .rs-next:active,
.rs-arrows .rs-prev:active {
   
}

.rs-arrows .rs-next {
  
}



/* ===[ Captions ]=== */

.rs-caption {
    border-right:solid 8px #ca0909;
    color: #fff;   
	overflow:hidden;
	top:0;
	
}
.rs-caption .caption-inner{
	padding: 20px 15px 25px 35px;
	border-right:solid 4px #fff;
}
.rs-caption h3{
	font-family:OswaldRegular, Arial, Helvetica, sans-serif;
	font-size:48px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:10px;
	font-weight:normal;
	color:#ffcc1d;
	line-height:1.1;
}

    .rs-caption p {
        color: #fff;
        margin-bottom: 0;
		line-height:1.3;
		font-size:13px;
    }

.rs-caption.rs-top-left {
    -moz-border-radius: 5px 0 5px 0;
    -webkit-border-radius: 5px 0 5px 0;
    border-radius: 5px 0 5px 0;
    border-top: none;
    border-left: none;
}

.rs-caption.rs-bottom-right {
    -moz-border-radius: 5px 0 5px 0;
    -webkit-border-radius: 5px 0 5px 0;
    border-radius: 5px 0 5px 0;
    border-bottom: none;
    border-right: none;
}

.rs-caption.rs-top-right {
   
    border-top: none;
    border-right: none;
}

.rs-caption.rs-bottom-left {
	left:-19px;
 
}

.rs-caption.rs-bottom {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.rs-caption.rs-top {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-top: none;
    border-left: none;
    border-right: none;
}

.rs-caption.rs-left {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.rs-caption.rs-right {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

/* ===[ Grid ]=== */

.rs-grid {
    border-radius: 5px;
    overflow: hidden;
}

.rs-gridlet.rs-top-left {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

.rs-gridlet.rs-top-right {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.rs-gridlet.rs-bottom-left {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.rs-gridlet.rs-bottom-right {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.rs-caption.rs-bottom-left{
	bottom:30px;
	background:url(../images/slider-caption-bg.png) left top repeat;
	overflow:visible;
}
.rs-caption.rs-bottom-left:before{
	content:url(../images/caption_corner.png);
	width:30px;
	height:21px;
	left:0;
	top:-21px;
	position:absolute;
}
.caption-inner {  
    height: 500px;
    left: -999em;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 40px;
    width: 1170px;
	max-width:100%;
    z-index: 1000;	
}

.rs-slide-0 p.slideDesc{
	color: #fff;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.group .readMore{
	text-transform:uppercase;
	background:#dfdfdf;
	color:#000;
	padding:8px 18px;
	font-family:ProximaNovaSemibold, Arial, Helvetica, sans-serif;
	display:inline-block;
}
.group .readMore:hover{
	text-decoration:none;
	background-color:#ffcc1d;
}