.futura-heavy, .open-sans-bold {
	font-family:OpenSans Bold,sans-serif !important;
}

h2.stroke_header {
	background:#ac8c5e;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	padding:10px 0;
	font-family:OpenSans Bold,sans-serif !important;
	font-size:20px !important;
}

h2.stroke_header.batch {
	background:#c3a67d;
}

.stroke_height {
	height:290px;
	position:relative;
}

.stroke_info {
    padding: 0 10px;
	width:100%;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}
.stroke_info ul {
	margin:0;
}

.stroke_knowledge {
	border-top:1px #ff0000 solid;
	padding:60px 20px;
	background:#f2f2f2;
}

.further_bg {
	padding:20px 0 30px;
}

.flex_container {
	display:flex;
}
.flex_container .flex_grid {
	width:50%;
}
.flex_container .flex_grid .flex_padding {
	padding:20px;
}
.flex_container .flex_grid .flex_padding-10 {
	padding:10%;
}

.stroke_footer {
	position:relative;
	padding-top:15%;
	background:url(../../images/stroke/stroke_footer.jpg) no-repeat center;
	background-size:cover;
}
.stroke_footer .stroke_absolute {
	position:absolute;
	max-width:1170px;
	width:100%;
	top:50%;
	transform:translateY(-50%);
	left:0;
	right:0;
	margin:0 auto;
}
.stroke_footer .stroke_grid {
	float:left;
	width:50%;
	padding:20px;
}
.stroke_footer .stroke_grid, .stroke_footer .stroke_grid p {
	color:#fff !important;
	font-size:25px !important;
	margin:0 !important;
}

.pursue_bg {
	background:url(../../images/stroke/pursue_bg.jpg) no-repeat center;
	background-size:cover;
	padding-top:20%;
	position:relative;
}
.pursue_bg .pursue_absolute {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	max-width:1170px;
	width:100%;
	left:0;
	right:0;
	margin:0 auto;
}

#stroke_banner {
	background:url(../../images/stroke/stroke_banner.jpg) no-repeat top left;
	height:340px;
	background-size:cover;
	position:relative;
	text-align:left;
}
#stroke_banner .stroke_banner_info {
	max-width:750px;
	padding:20px;
	width:100%;
	text-align:center;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin:0 auto;
	z-index:2;
	transform:translateY(-50%);
}
#stroke_banner .stroke_banner_info h1,#stroke_banner .stroke_banner_info h2,#stroke_banner .stroke_banner_info p {
	text-shadow:0px 0px 15px #fff;
}
#stroke_banner .stroke_banner_info h1 {
	font-family:'DINPro-Black',sans-serif !important;
	font-size:35px;
}
#stroke_banner .stroke_banner_info h2,#stroke_banner .stroke_banner_info h2 a {
	font-family:'DINPro-Black',sans-serif !important;
	font-size:40px !important;
	color:#f50f0f;
}
#stroke_banner .stroke_banner_info p {
	font-family:'DINPro-Regular',sans-serif !important;
}

h1.bigfont {
	font-size:35px !important;
}

h2.bigfont {
	font-size:40px !important;
	color:#f50f0f !important;;
}

@media (max-width: 1200px) {
	.stroke_footer {
		padding-top:25%;
	}
}

@media (max-width: 979px) {
	.pursue_bg {
		background:#eee;
		padding:20px;
		position:relative;
	}
	.pursue_bg .pursue_absolute {
		position:static;
		top:0%;
		transform:translateY(0%);
	}
	
	#stroke_banner .stroke_banner_info h1 {
		font-size:27px !important;
	}
	#stroke_banner .stroke_banner_info h2 {
		font-size:30px !important;
	}
}

@media (max-width: 767px) {
	.stroke_footer {
		padding:20px;
		background:#ac8c5e;
	}
	.stroke_footer .stroke_absolute {
		position:static;
		transform:translateY(0);
	}
	
	.stroke_footer h1 {
		font-size:18px;
	}
	
	.stroke_footer .stroke_grid, .stroke_footer .stroke_grid p {
		font-size:15px !important;
	}
	
	.stroke_footer .stroke_grid {
		float:none;
		width:100%;
		padding:10px 0;
	}	
	
	.mobile_padding-10 {
		padding:10%;
	}
	
	#stroke_banner .stroke_banner_info h1 {
		font-size:20px !important;
	}
	#stroke_banner .stroke_banner_info h2, #stroke_banner .stroke_banner_info h2 a {
		font-size:20px !important;
	}
}

@media (max-width: 480px) {
	#stroke_banner {
		background:url(../../images/stroke/mobile_stroke_banner.jpg) no-repeat bottom center;
		height:950px;
		background-size:cover;
		position:relative;
		text-align:left;
	}
	
	#stroke_banner .stroke_banner_info {
		top:30px;
		transform:translateY(0%);
	}
	
	.stroke_height {
		height:auto;
	}
	
	.stroke_info {
		top:0%;
		transform:translateY(0%);
		position:static;
		padding:20px 0;
	}
	
	#stroke_banner .stroke_banner_info h1 {
		font-size:35px !important;
	}
	#stroke_banner .stroke_banner_info h2 {
		font-size:35px !important;
	}
	#stroke_banner .stroke_banner_info h2 a {
		font-size:40px !important;
	}
}

@media (max-width: 376px) {
	#stroke_banner .stroke_banner_info h1 {
		font-size:30px !important;
	}
	#stroke_banner .stroke_banner_info h2 {
		font-size:30px !important;
	}
	#stroke_banner .stroke_banner_info h2 a {
		font-size:35px !important;
	}
}