.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;
    margin-left: auto;
    margin-right: auto;
}
.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;
	width	: 100%;
	height	:auto;
}
.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;
}
.promo-slider
{
	width		: 100%;
}



.promo-image
{
	width		: 100%;
	position	: relative;
	padding-top	: 30%;
	background-color	: #CCC;
	background-position	: center top;
	background-repeat	: no-repeat;
	background-size		: cover;
}


.banner-content-holder
{
	width			: 30%;
	position		: absolute;
	left			: 15%;
	top				: 10%;
}
.banner-high
{
	display			: inline-block;
	padding			: 5px;
	background-color: #000;
	color			: #FFF;
	font-family		: 'Roboto', arial;
	font-size		: 1.6em;
	font-weight		: 400;
}
.banner-normal
{
	display			: inline-block;
	color			: #333;
	font-family		: 'Roboto', arial;
	font-size		: 1.6em;
	font-weight		: 400;
	line-height		: 40px;
}

.banner-light
{
	display			: inline-block;
	color			: #333;
	font-family		: 'Roboto', arial;
	font-size		: 1.6em;
	font-weight		: 300;
	line-height		: 40px;
}

.banner-content
{
	display			: inline-block;
	color			: #444;
	font-family		: 'Roboto', arial;
	font-size		: 1.1em;
	font-weight		: 300;
	line-height		: 35px;
}
.banner-button-claret
{
	display			: inline-block;
	background-color: rgb(129, 27, 61)!important;
	color 			: #FFF!important;
	padding			: 10px 30px;
	font-family		: 'Roboto', arial;
	font-size		: .8em;
	font-weight		: 300;
	text-decoration	: none;
	margin-top		: 20px;
}

.banner-button-cyan
{
	display			: inline-block;
	background-color: #e2f033;
	color 			: #222!important;
	padding			: 10px 30px;
	font-family		: 'Roboto', arial;
	font-size		: .8em;
	font-weight		: 300;
	text-decoration	: none;
	margin-top		: 20px;
}

@media only screen and (max-width: 540px)
{
	.promo-slider
	{
		width		: 100%;
		height		: 70vw;
		margin-top	: 10vh; 
	}
	.promo-image
	{
		width		: 100%;
		position	: relative;
		padding-top	: 70%;
		background-color	: #CCC;
		background-position	: center top;
		background-repeat	: no-repeat;
		background-size		: cover;
	}
	.slick-arrow
	{
		display		: none!important;
	}
	.banner-content
	{
		display		: none;
	}
	.banner-heading,
	.banner-heading span
	{
		font-size	: 1em!important;
		line-height	: 5vw!important;
	}
	.banner-button-claret
	{
		width		: 50vw;
		text-align	: center;
		font-size	: .7em;
	}
}
