/* =============================================
   SLICK
============================================= */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* =============================================
   SLIDER 4-10-17
============================================= */

#slider {
	position: relative;
	margin: 0 0 30px 0;
	background: #231f20;
	
}

#slider h2 {
	font-size: 20px;
	margin: 0 0 12px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
}

    #slider a.s_title_link {
        color: #ffffff !Important;
    }

.s_content {
	position: relative;
	box-sizing: border-box;
	background: #231f20;
	height: 150px;
	color: #d7d7d7;
	padding: 30px 70px 0 20px;
}

.s_description {
	color: #d7d7d7;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 400;
}

#slider a.s_cta {
	display: inline-block;
	color: #fcf7bf;
	margin: 0;
	font-weight: 600;
}

.s_prev {
	box-sizing: border-box;
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #ffffff;
	font-size: 28px;
	line-height: 50px;
	z-index: 10;
	bottom: 0;
	right: 0;
	border-left: 1px solid #4f4c4d;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	background: #231f20;
}

.s_prev:hover {
	background: rgba(231, 0, 51, 1);
	border-left: 1px solid #e70033;
}

.s_next {
	box-sizing: border-box;
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #ffffff;
	font-size: 28px;
	line-height: 50px;
	z-index: 10;
	bottom: 100px;
	right: 0;
	border-left: 1px solid #4f4c4d;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	background: #231f20;
}

.s_next:hover {
	background: rgba(231, 0, 51, 1);
	border-left: 1px solid #e70033;
}

.s_play {
	box-sizing: border-box;
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #ffffff;
	font-size: 28px;
	line-height: 50px;
	z-index: 20;
	bottom: 50px;
	right: 0;
	background: #231f20;
	border-top: 1px solid #4f4c4d;
	border-bottom: 1px solid #4f4c4d;
	border-left: 1px solid #4f4c4d;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.s_play:hover {
	background: rgba(231, 0, 51, 1);
	border-color: #e70033;
}



@media only screen and (max-width: 900px) {

	.s_content {
		padding: 20px 70px 0 20px;
	}
	
	#slider h2 {
		font-size: 18px;
		margin: 0 0 8px 0;
	}
	
	.s_description {
		font-size: 12px;
	}
	
}

@media only screen and (max-width: 500px) {

	.s_content {
		padding: 15px 65px 0 15px;
	}
	
	#slider h2 {
		font-size: 16px;
		margin: 0 0 6px 0;
	}

	
}















