.custom_imagebox {
	overflow: hidden;
}
.custom_imagebox .text {
	background: #000 url(/includes/public/assets/imagebox-dot.png) bottom left repeat-x;
	border-bottom: 1px solid #151515;
	color: #fff;
	padding: 10px 10px 12px;
}

.custom_imagebox .title {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.custom_imagebox .img { background: #000; padding: 1px; display: block;}
.c1 .custom_imagebox .slide { margin-bottom: 20px; }


/* shared between imagebox and highlights */
.c1-c3 .custom_imagebox_highlights,
.c1-c2 .custom_imagebox_highlights,
.c1-c3 .custom_imagebox, 
.c1-c2 .custom_imagebox {
	margin-left: -10px;
	margin-right: -18px;
}

.c1-c3 .custom_imagebox_highlights .slide,
.c1-c2 .custom_imagebox_highlights .slide {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.c1-c3 .custom_imagebox .slide,
.c1-c2 .custom_imagebox .slide {
	float: left;
	width: 33%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 25px;
}

.c1-c3 .custom_imagebox .slide:nth-child(1), .c1-c3 .custom_imagebox .slide:nth-child(3n+1),
.c1-c2 .custom_imagebox .slide:nth-child(1), .c1-c2 .custom_imagebox .slide:nth-child(3n+1) { clear: both; margin-left: 0; }

/** highlights slider **/

.custom_imagebox_highlights.row { padding: 0 4px; }
.custom_imagebox_highlights.row .columns {
	padding-left: 10px;
	padding-right: 10px;
}
.custom_imagebox_highlights  {
}
.custom_imagebox_highlights .header-title {
	position: relative;
	margin-bottom: 21px;
}
.custom_imagebox_highlights .header-title:after {
    display: block;
    width: 100%;
    height: 5px;
    background-color: #ed1c24;
    content: "";
    z-index: -1;
    position: absolute;
    top:60%;
    right: 0;
}
.custom_imagebox_highlights .header-title span {
	max-width: 100%;
	font-family:'GFY Jeanna W00 Reg';
	background: #000;
	color: #fff;
	font-size: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 64px;
	line-height: 64px;
	padding: 0 25px;
	display: inline-block;
}
.c1-c3 .custom_imagebox_highlights .slide,
.c1-c2 .custom_imagebox_highlights .slide {
	position: relative;
}

.custom_imagebox_highlights .slide .inner {
	display: block;
	position: relative;
}
.custom_imagebox_highlights .slide .inner img {
	border: 1px solid #000;
}
.custom_imagebox_highlights .slide .content {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	overflow: hidden;
}
.custom_imagebox_highlights .slide .content span { display: block; }

.custom_imagebox_highlights .slide .content .title {
	max-width: 100%;
	font-family:'GFY Jeanna W00 Reg';
	background: #fff;
	color: #000;
	font-size: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 60px;
	line-height: 60px;
	padding: 0 25px;
	margin-bottom: 55px;
	float: left;
}
.custom_imagebox_highlights .slide .description {
	background: url(/includes/public/assets/imagebox-bg.gif);
	color: #fff;
	padding: 24px;
	max-height: 0;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	position: relative;
	width: 100%;
	transition:all ease .5s;
	-webkit-transition:all ease .5s;
	-moz-transition:all ease .5s;
	-o-transition:all ease .5s;
}
.custom_imagebox_highlights .slide .inner:hover .description {
	height: auto;
	max-height: 80%;
	opacity: 1;
	clear: both;
	max-height: 200px;
	transition:all ease .5s;
	-webkit-transition:all ease .5s;
	-moz-transition:all ease .5s;
	-o-transition:all ease .5s;
}
.c1 .custom_imagebox_highlights .slide {
	margin-bottom: 20px;
}

.c1 .custom_imagebox_highlights .columns {
	width: 100% !important;
}
.custom_imagebox_highlights .slide .inner:hover .description .text {
	overflow: hidden;
}
.custom_imagebox_highlights .slide .inner:hover .content .title {
	margin-bottom: -9px;
	
}
.custom_imagebox_highlights .slide .inner:hover .spacer { display: none; }

.custom_imagebox_highlights .slide .content .more {
	background: #feec00;
	color: #000;
	font-weight: 600;
	padding: 0.5px 23.68px;
	float: right;
	margin-top: 12px;
	font-family: "open-sans",sans-serif;
}

.c1-c3 .custom_imagebox_highlights .slide .inner:hover .description .text {	max-height: 277px; }
.c1-c2 .custom_imagebox_highlights .slide .inner:hover .description .text {	max-height: 127px; }
.c1 .custom_imagebox_highlights .slide .inner:hover .description .text { max-height: 127px; }


@media only screen and (min-width: 768px) and (max-width: 1236px) {
	.custom_imagebox_highlights .header-title span { background-color: #000; position: relative;  padding-left: 0;}
	.custom_imagebox_highlights .header-title:before { background: #000; width: 30px; height: 43px; content: ""; left: -30px; top: 0; position: absolute;  }
}
@media only screen and (max-width: 1236px) {
	.custom_imagebox_highlights .header-title {height: 43px;}
	.custom_imagebox_highlights .slide .content .title {
		font-size: 23px;
		height: 35px;
		line-height: 35px;
		padding: 0 12px;
		margin-bottom: 33px;
	}
	.custom_imagebox_highlights .header-title span { height: 43px; line-height: 46px; font-size: 31pt; }

	.custom_imagebox_highlights .slide .inner:hover .content .title {margin-bottom: -22px;}
	.custom_imagebox_highlights .slide .content .description .text {font-size: 14px;}
	.custom_imagebox_highlights .slide .inner:hover .description {padding: 10px; padding-top: 26px; }
	.custom_imagebox_highlights .slide .content .more { line-height: 16px}

	.c1-c3 .custom_imagebox_highlights .slide .inner:hover .description .text {	max-height: 104px; }
	.c1-c2 .custom_imagebox_highlights .slide .inner:hover .description .text { height: 101px; }
}

.custom_imagebox_map { margin-bottom: 20px; margin: 0 auto;}
.custom_imagebox_map a { display: block; margin-top: 90px;}
.custom_imagebox_map img { border: 1px solid #000; display: block; }
.custom_imagebox_map .small-map { display: block; margin-top: -121px; position: relative; }
.custom_imagebox_map .more-link {
	background: #feec00;
	color: #000;
	font-weight: 600;
	font-size: 17px;
	margin-top: 12px;
	text-align: center;
	width: 101px;
	margin: 0 auto;
	display: block;
	position: absolute;
	left: 69px;
	bottom: 21px;
	font-family: "open-sans",sans-serif;
}
@media only screen and (max-width: 767px) {
	.custom_imagebox_highlights .header-title { margin-left: -18px; margin-right: -18px; }
	.custom_imagebox_highlights .header-title span { display: block; text-align: center; }
}

@media only screen and (max-width: 1236px) {
	.custom_imagebox_map a { display: block; margin-top: 68px;}
	.custom_imagebox_map .small-map { margin-top: -51px; }
	.custom_imagebox_map .show-for-large-up { display: none !important; }
	.custom_imagebox_map .show-for-medium-only { display: block !important; }
	.custom_imagebox_map .more-link { left: 73px; bottom: 14px; }
}
@media only screen and (max-width: 767px) {
	.custom_imagebox_map .more-link.show-for-small-only { display: block !important; }
	.custom_imagebox_highlights.row .columns { width: 100%; }
	.custom_imagebox_highlights .slide .inner { max-width: 400px; margin: 0 auto; }
	.custom_imagebox_map img { border: none; }
	.custom_imagebox_map .more-link { margin-top: 22px; position: static; font-size: 15px; }
	.custom_imagebox_map .small-map { display: none; }

	.custom_imagebox_highlights .slide .content .title { margin-bottom: 45px; }
	.custom_imagebox_highlights .slide.large .content .title { margin-bottom: 24px; }
	.row .custom_imagebox_highlights.row { margin-bottom: 30px; }

	.c1 .custom_imagebox,
	.c1-c2 .custom_imagebox,
	.c1-c3 .custom_imagebox,
	.c1-c2 .custom_imagebox_highlights,
	.c1-c3 .custom_imagebox_highlights {
		margin-left: auto;
		margin-right: auto;
		max-width: 320px;
	}

	.c1-c2 .custom_imagebox .slide,
	.c1-c3 .custom_imagebox .slide,
	.c1-c3 .custom_imagebox_highlights .slide.large,
	.c1-c2 .custom_imagebox_highlights .slide.large,
	.c1-c3 .custom_imagebox_highlights .slide,
	.c1-c2 .custom_imagebox_highlights .slide {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 25px;
	}

	.c1-c2 .custom_imagebox_highlights .slide .inner:hover .description .text,
	.c1-c3 .custom_imagebox_highlights .slide .inner:hover .description .text {
		font-size: 13px;
		line-height: 20px;
		max-height: 201px;
	}
	.c1-c2 .custom_imagebox_highlights .slide.large .inner:hover .description .text,
	.c1-c3 .custom_imagebox_highlights .slide.large .inner:hover .description .text {
		max-height: 60px;
		line-height: 15px;
	}
	.c1-c2 .custom_imagebox_highlights .slide .inner:hover .description .more,
	.c1-c3 .custom_imagebox_highlights .slide .inner:hover .description .more {
    	font-size: 12px;
	}
	.custom_imagebox_map { margin: 0 -18px 30px;}
	.custom_imagebox_map a { margin: 0 auto; max-width: 582px;}

	.c1-c2 .custom_imagebox,
	.c1-c3 .custom_imagebox { padding-bottom: 20px; }
	.c1-c2 .custom_imagebox img,
	.c1-c3 .custom_imagebox img { display: none; }
	.c1-c3 .custom_imagebox .slide,
	.c1-c2 .custom_imagebox .slide { margin-bottom: 10px;}
	.custom_imagebox .slide > a { display: none; }
	.custom_imagebox .text { background-color: #d32046; border-bottom: none; padding: 8px 5px 12px;}
	.custom_imagebox .content a { text-align: center; display: block;  border-bottom: none; }
	.custom_imagebox .content a span { font-size: 21px;}
}