.custom_imagebox .fadein {
	opacity: 1 !important;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

/* Simple button */
.custom_imagebox.simple-button {
	position: relative;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	width: 100%;
	max-width: 282px;
	height: 158px;
	overflow: hidden;
}
.custom_imagebox.simple-button .simple-button-header {
	padding: 0 15px;
	height: 53px;
	font-family: "ff-good-headline-web-pro-con", sans-serif;
	font-size: 30px;
	line-height: 53px;
	color: #fff;
	background-image: url("/includes/public/assets/imagebox/red_pattern.png");
}
.custom_imagebox.simple-button .simple-button-body {
	padding: 30px 35px;
	background-image: url("/includes/public/assets/header-bg.png");
}
.custom_imagebox.simple-button .simple-button-body .simple-button-btn {
    display: block;
    margin: 0 auto;
    padding: 0;
    border-radius: 6px;
    border: 2px solid #c6d932;
    width: 100%;
    max-width: 240px;
    height: 50px;
    font-family: 'Aktiv Grotesk W01 Medium';
    font-size: 19px;
    line-height: 48px;
    color: #444;
    text-align: center;
    background: rgb(225, 244, 0);
    background: -moz-linear-gradient(top, rgba(225, 244, 0, 1) 0%, rgba(189, 229, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(225, 244, 0, 1)), color-stop(100%, rgba(189, 229, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(225, 244, 0, 1) 0%, rgba(189, 229, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(225, 244, 0, 1) 0%, rgba(189, 229, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(225, 244, 0, 1) 0%, rgba(189, 229, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(225, 244, 0, 1) 0%, rgba(189, 229, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e1f400', endColorstr='#bde500', GradientType=0);
    box-shadow: inset 0 50px 11px rgba(0, 0, 0, 0.0);
    -webkit-transition: all .15s;
       -moz-transition: all .15s;
    	-ms-transition: all .15s;
    	 -o-transition: all .15s;
    		transition: all .15s;
}
.custom_imagebox.simple-button .simple-button-body .simple-button-btn:hover {
	box-shadow: inset 0 50px 11px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .15s;
       -moz-transition: all .15s;
    	-ms-transition: all .15s;
    	 -o-transition: all .15s;
    		transition: all .15s;
}




.custom_imagebox.map { margin-top: -70px; }

@media only screen and (max-width: 1024px) {
	.custom_imagebox.map {
		margin: 0 auto;
		width: 100%;
		max-width: 352px;
		height: auto;
	}
}

/**/

.custom_imagebox.full {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	height: auto;
	max-height: 420px;
}
.custom_imagebox.full .slide { position: relative; height: auto; max-height: 420px; }
.custom_imagebox.full img { background-position: center center; background-size: 100% 100%;  }
.custom_imagebox.full img.initial { opacity: .3; }
.custom_imagebox.full .slide .text {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 10px;
	border-top: 5px solid #bdd500;
	height: 60px;
	background-image: url("/includes/public/assets/imagebox/background.png");
}
.custom_imagebox.full .slide .text:before {
	content: "";
	position: absolute;
	display: block;
	width: 33px;
	height: 60px;
	margin: -5px 0 0 -43px;
	background-image: url("/includes/public/assets/imagebox/corner.png");
}
.custom_imagebox.full .slide .text a {
	display: block;
	font-family: "ff-good-headline-web-pro-con",sans-serif;
	font-size: 28px;
	line-height: 55px;
	color: #444;
}

@media only screen and (max-width: 640px) {
	.custom_imagebox.full .slide .text {
		position: relative;
		padding: 10px 20px;
		width: 100%;
		height: auto;
		min-height: 60px;
		text-align: center;
	}
	.custom_imagebox.full .slide .text:before { display: none; }
	.custom_imagebox.full .slide .text a { font-size: 34px; line-height:34px; }
}


/**/

.custom_imagebox.standard {
	margin: 0 auto;
	padding: 30px 0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	width: 100%;
	max-width: 602px;
}
.custom_imagebox.standard .slide { width: 100%; }
.custom_imagebox.standard .slide img { float: left; width: 240px; }
.custom_imagebox.standard .slide .text { overflow: auto; padding: 0 30px; min-height: 160px; }
.custom_imagebox.standard .slide .text a {
	display: block;
	font-family:'Aktiv Grotesk W01 Medium';
	font-size: 16px;
	color: : #00bbe3;
}
.custom_imagebox.standard .slide .text a:first-of-type {
	display: block;
	margin-bottom: 15px;
	font-family: "ff-good-headline-web-pro-con",sans-serif;
	font-size: 30px;
	line-height: 36px;
	color: #444;
}
.custom_imagebox.standard .slide .text p {
	margin-bottom: 15px;
	font-family:'Aktiv Grotesk W01 Light1370681';
	font-size: 16px;
	line-height: 24px;
	color: #444;
}

@media only screen and (max-width: 640px) {
	.custom_imagebox.standard .slide img { float: none; }
	.custom_imagebox.standard .slide .text { padding: 15px 0 0; min-height: auto; }
}