.pushdown {
	position: relative;
	max-height: 67px;
	text-align: center;
	overflow: hidden;
}
.pushdown.open {
	max-height: none;
	overflow: visible;
}

.pushdown .ad {
	position: relative;
	display: inline-block;
}
.pushdown .description .link-button {
	color: #fff;
	display: inline;
	background: #F53A72;
	float: right;
	padding: 12px 20px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	font-family: "sofia-pro-soft",sans-serif;
}
.description-text {
	width: 81%;
	display: inline-block;
}
.pushdown button {
	height: 60px;
	z-index: 9999;
	min-width: 220px;
	padding: 20px 15px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	-webkit-background-repeat: no-repeat;
	-moz-background-repeat: no-repeat;
	-ms-background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	font-size: 1.125rem;
	line-height: 1.1;
	font-weight: 700;
	font-family: 'Klinic Slab';
	color: #fff !important;
	top: -10px;
	letter-spacing: 2px;
}
.pushdown button:active,
.pushdown button:hover {
	transform: translateX(30px);
	background-color: transparent;
}

.ad:after{
	content: '';
	width: 100%;
	height: 97%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=75);
	opacity: .75;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	-o-pointer-events: none;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FF000000');
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
	background-size: 100%;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #403e3e 100%);
}
.pushdown .ad a { display: block; }
.pushdown .ad img { display: block; }

.pushdown .ad .top {
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px 25px;
	width: 100%;
	pointer-events: none;
}
@media (max-width: 640px) {
	.pushdown .ad .top {
		padding: 11px 14px;
	}
}

.pushdown .ad a.top .title, .pushdown .ad .top .title {
	text-transform: capitalize;
	color: #fff;
	z-index: 99;
	text-align: left;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	font-family: 'Tilt Warp', cursive;
	margin-bottom: 0.5rem;
	margin-top: 10px;
}
@media (max-width: 640px) {
	.pushdown .ad .top .title a,
	.pushdown .ad .top .title {
		font-size: 27px;
		z-index: 3;
	}
	.pushdown .description .description-text {
		font-size: 15px;
	}
	.pushdown .description .link-button {
		float: left;
		margin-top: 10px;
	}
}

.pushdown .ad .top .controls {
	position: absolute;
	top: -1px;
	right: -6px;
	padding: 5px;
	pointer-events: all;
	z-index: 3;
}

.pushdown .ad .top .controls .fa {
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	margin-right: 5px;
	background-color: #F53A72;
	height: 25px;
	width: 25px;
	padding: 5px 4px;
	border-radius: 23px;
}

.pushdown .ad .bottom {
	bottom: 0;
	left: 0;
	text-align: left;
	content: '';
	min-height: 76px;
	width: 100%;
	height: auto;
	background-position: left top;
	position: absolute;
	z-index: 9;
	background-color: #0A7FAA;
}
.pushdown .ad .bottom .description a,
.pushdown .ad .bottom .description {
	position: relative;
	padding: 20px;
	text-align: left;
	width: 100%;
	z-index: 99;
	min-height: 90px;
	height: auto;
	color: #fff;
	bottom: 0;
	margin-bottom: -6px;
	font-size: 17px;
	line-height: 26px;
	font-weight: 300;
	font-family: "sofia-pro-soft",sans-serif;
}
@media (max-width: 640px) {
	.pushdown .ad .bottom {
		padding: 6px 0px;
	}
	.pushdown button {
		right: 64px;
		min-width: 144px;
		font-size: 14px;
		top:-23px;
	}
	.pushdown .ad .top .controls {
		display: inline;
	}
	.pushdown .ad .top .controls .fa {
		color: #fff;
		cursor: pointer;
		font-size: 13px;
		margin-right: 5px;
		height: 25px;
		width: 25px;
		padding: 4px 0px;
	}
	.pushdown .ad .bottom .description a, .pushdown .ad .bottom .description {
		padding: 9px;
	}
}
