.custom_slider { position: relative; }
.custom_slider.gallery { margin-bottom: 55px !important; }
.custom_slider.fadein {
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.custom_slider .slides {
	opacity: 0;	
}
.custom_slider .slick-initialized {
	opacity: 1;	
}
.custom_slider .cs-header { margin-bottom: 8px; }
.custom_slider .cs-header .title {
	display: inline-block;
	font-family: "benton-sans-extra-compressed", sans-serif;
	font-size: 32px;
	line-height: 32px;
	color: #b33325;
	text-transform: uppercase;
}
.custom_slider .cs-header .linkall {
	display: inline-block;
	padding: 5px 12px;
	background-color: #535355;
	font-family:'Avenir LT W01_95 Black1475556';
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
}
.custom_slider .cs-header .linkall a { color: inherit; }
.custom_slider .cs-header .linkall a:hover { text-decoration: none; }
.custom_slider .cs-events-date-arrows {
	position: absolute;
	top: 235px;
	margin-left: -8px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.custom_slider.offers .cs-events-date-arrows,
.custom_slider.highlights .cs-events-date-arrows,
.custom_slider.gallery .cs-events-date-arrows { margin-left: -12px; }

div[class*="contentRender_name_plugins_nav_custom_two_col_sidebar_"] .custom_slider .cs-events-date-arrows,
div[class^="contentRender_name_plugins_nav_custom_two_col_sidebar_"] .custom_slider .cs-events-date-arrows { top: 222px; }
div[class*="contentRender_name_plugins_nav_custom_three_col"] .custom_slider .cs-events-date-arrows,
div[class^="contentRender_name_plugins_nav_custom_three_col"] .custom_slider .cs-events-date-arrows { top: 215px; }

div[class*="contentRender_name_plugins_nav_custom_two_col_sidebar_"] div[class*="plugins_nav_custom_three_col"] .custom_slider .cs-events-date-arrows,
div[class^="contentRender_name_plugins_nav_custom_two_col_sidebar_"] div[class*="plugins_nav_custom_three_col"] .custom_slider .cs-events-date-arrows { top: 160px; }
div[class*="contentRender_name_plugins_nav_custom_two_col_sidebar_"] div[class*="plugins_nav_custom_three_col"] .custom_slider .cs-events-date .day { font-size: 20px; }
div[class*="contentRender_name_plugins_nav_custom_two_col_sidebar_"] div[class*="plugins_nav_custom_three_col"] .custom_slider .cs-events-date:after { border-top: 35px solid transparent; }
div[class*="contentRender_name_plugins_nav_custom_two_col_sidebar_"] div[class*="plugins_nav_custom_three_col"] .custom_slider .cs-events-date {
	height: 35px;
	padding: 5px 15px;
	font-size: 15px;
}

.custom_slider .cs-events-date {
	position: relative;
	display: inline-block;
	padding: 12px 15px;
	height: 50px;
	background-color: #b11000;
	font-family: "Avenir LT W01_65 Medium1475532", sans-serif;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
}
.custom_slider .cs-events-date:after {
	content: "";
	position: absolute;
	right: -16px;
	top: 0;
	width: 0;
	border-color: transparent #b11000;
	border-left: 16px solid #b11000;
	border-top: 50px solid transparent;
}
.custom_slider .cs-events-date .day {
	font-family:'Avenir LT W01_65 Medium1475532';
	font-size: 31px;
	line-height: 21px;
}
.custom_slider .arrow {
	position: relative;
	z-index: 100;
	display: inline-block;
	margin-left: 4px;
	width: 46px;
	height: 52px;
	background-image: url("/includes/public/assets/slider/arrows.png");
	cursor: pointer;
}
.custom_slider .arrow.prevSlide { background-position: 0 0; }
.custom_slider .arrow.nextSlide { background-position: -46px 0; }
.custom_slider .slide img { border: 2px solid #d8d2c9; }
.custom_slider .slide .placeholder {
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #d8d2c9;
	width: 330px;
	max-width: 100%;
	height: 220px;
	background-color: #1a829d;
	background-image: url("/includes/public/assets/shell/logo.png");
	background-position: center;
	background-repeat: no-repeat;
}
div[class*="contentRender_name_plugins_nav_custom_two_col_sidebar_"] .custom_slider .slide .placeholder,
div[class^="contentRender_name_plugins_nav_custom_two_col_sidebar_"] .custom_slider .slide .placeholder {
	width: 310px;
	height: 207px;
}
.custom_slider .text { margin-top: 40px; }
.custom_slider.gallery .text { display: none !important; }
.custom_slider .text .slide-title {
	font-family: "benton-sans-extra-compressed", sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #0077a0;
	text-transform: uppercase;
}
.custom_slider .text .slide-title a { color: inherit; line-height: 34px; }
.custom_slider .text p {
	margin: 0px;
	font-size: 16px;
	line-height: 18px;
	color: #333;
}
.custom_slider .text a:hover { text-decoration: none; }

.custom_slider .text .content p a {
	color: #b33325;
	font-weight: bold;
}

@media only screen and (max-width: 1110px) {
	.custom_slider { margin-bottom: 50px; }
	.custom_slider.gallery { width: 330px; margin: 0 auto; }
	.custom_slider .cs-header { width: 330px; }
	.custom_slider .cs-events-date-arrows { top: 235px !important; }
	.custom_slider .slide img { float: left; }
	.custom_slider .slide .placeholder { float: left; width: 330px !important; height: 220px !important; }
	.custom_slider .text {
		float: right;
		margin-top: 0;
		margin-left: -330px;
		padding-left: 330px;
		width: 100%;
		height: 220px;
	}
	.custom_slider .text .content {
		padding: 30px;
		width: 100%;
		height: 100%;
		border: 2px solid #d8d2c9;
		background-color: #ededed;
	}
	.custom_slider .text p { font-size: 18px; line-height: 20px; }
	.custom_slider .text .slide-title a { line-height: 24px; }

	.custom_slider .content { padding: 15px; }
	.custom_slider .content .slide-title { font-size: 20px; line-height: 24px; }

	/*Disable tablet layout in Two Column Panel*/
	.panel_custom_two_col_interior .custom_slider .cs-header { width: auto; }
	.panel_custom_two_col_interior .slide img { float: none; }
	.panel_custom_two_col_interior .custom_slider .text {
		float: none;
		margin-left: 0;
		padding-left: 0;
		width: 100%;
		max-width: 326px;
		height: auto;
		margin-top: 10px;
	}
	.panel_custom_two_col_interior .custom_slider .text .content {
		padding: 0;
		width: auto;
		height: auto;
		border: none;
		background: #fff;
	}
}

@media only screen and (max-width: 640px) {
	.custom_slider { margin: 0 auto; width: 280px !important; }
	.custom_slider .cs-header { width: 280px; }
	.custom_slider .cs-events-date-arrows { top: 202px !important; }
	.custom_slider .slide img { float: none; }
	.custom_slider .slide .placeholder { float: none; width: 280px !important; height: 187px !important; }
	.custom_slider .text {
		float: none;
		margin-top: 40px;
		margin-left: 0;
		padding-left: 0;
		width: 280px;
		height: auto;
	}
	.custom_slider .text .content {
		padding: 0;
		width: 100%;
		height: auto;
		border: none;
		background-color: transparent;
	}
	.custom_slider .text p { font-size: 16px; line-height: 18px; }
	.custom_slider .text .slide-title a { line-height: 20px; }
}

@media only screen and (min-width: 40.063em) and (max-width: 740px) {
	.custom_slider .text .content {
		padding: 15px;
	}
	.custom_slider .text .slide-title {
		font-size: 20px;
		line-height: 24px;
	}
}
