@charset 'UTF-8';
/* Slider */


.responsiveSL {
margin:0px 0px 0px 0px;
width:100%;
float:left;
z-index:1000;
text-align:center;
position:relative;
}

.responsiveSL > div {
}

/* Slideshow1 */

.captiondiv {
position:absolute;
font-size:45px;
opacity:1;
display:block;
color:#fff;
padding:0 0 90px 0;
margin:0px 0 0 -437px;
text-transform:uppercase;
z-index:100000;
text-align:center;
vertical-align:middle;
letter-spacing:0px;
bottom:0px;
left:50%;
width:875px;
font-family:'Helvetica Neue LT W01_67 Md Cn';
}

.captiondiv div {
line-height:1.1em	
}

.captiondivPad {

}

.SlideTitle {
color:#fff;
font-size:25px;
text-transform:uppercase;
position:relative;
margin:0 0 0 0
}

.captiondiv a.readmore {
margin:0 0 0 7px	
}

.slick-current .captiondiv {
opacity:1;
-webkit-transition: all 1s ease-out;
-moz-transition: all 1s ease-out;
-ms-transition: all 1s ease-out; /* IE10 is actually unprefixed */
-o-transition: all 1s ease-out;
transition: all 1s ease-out;
}

.captiondivPad {
padding:0px 0 0 0;
margin:0 0 0 0;
bottom:20%;
position:relative;
}

.responsiveSL img.SlideImage {
position:relative;
z-index:0;
float:left;
width:100%
}



/* Icons */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 0%;
	right:0px;

    display: block;

    width: 53px;
    height: 100%;
    margin-top: 0px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;

	z-index:10;
	background: url(../images/re-left2.png) no-repeat left center;
	
	border-radius:0px;
	font-weight:normal;
	text-align:center;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;	
}
 
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    opacity: .7;

}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: .7;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .55;
}

.slick-prev:before,
.slick-next:before
{

    font-size: 40px;
    line-height: 0.7em;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0px;
	border-bottom-left-radius:0;
	border-top-left-radius:0;
}

.slick-next
{
border-bottom-right-radius:0;
border-top-right-radius:0;
padding-left:0;
background: url(../images/re-right2.png) no-repeat right center;
}


/* Dots */
.slick-slider
{
    margin-bottom: 0;
}

ul.slick-dots
{
position: absolute;
bottom: 20px;
display: block;
left:0%;
width:100%;
margin:0;
padding: 22px 0 17px 0;
list-style: none;
text-align: center;
background: url(../images/wtrans2.png) repeat center right;
}
.slick-dots li
{
    position: relative;

    display: inline-block;
    margin: 0 0px;
    padding: 0;
	list-style:none;
	background:none;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 14px;
    height: 14px;
    padding: 0px;
	margin:0 4px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: #D9D9D9;
	border:0px solid #fff;
	border-radius:0px
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button
{
    outline: none;
	background: #9B1006;
}

@media screen and (max-width: 1034px) {
}