#reel {
	height: 538px;
}

#banner_reel {
	width: 100%;
	height: 478px;
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	#banner_reel { object-fit: cover; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#banner_reel { object-fit: cover; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#banner_reel { }
}

.reel_caption {
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	text-shadow: 0 1px 2px rgba(0,0,0,0.8);
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.reel_caption { box-sizing: border-box; padding: 0 20px; top: 180px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.reel_caption { box-sizing: border-box; padding: 0 20px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.reel_caption { }
}

.reel_title {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 30px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.reel_title { font-size: 23px; line-height: 23px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.reel_title { font-size: 30px; line-height: 32px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.reel_title { }
}

.reel_slogan {
	font-size: 23px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.reel_slogan { font-size: 18px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.reel_slogan { line-height: 26px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.reel_slogan { }
}

.job_form {
	margin-top: 30px;
}

.job_form .job_input {
	width: 100%;
	height: 40px;
	overflow: hidden;
	border: 0;
	background-color: rgba(33, 33, 33, 0.15);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 0 20px;
	box-sizing: border-box;
}

#div_chk1 {
	margin: 30px 0;
	font-size: 12px;
	line-height: 16px;
}

.job_form .job_label {
	margin-bottom: 5px;
}

#job_invia {
	position:relative;
	top:0px;
	left:0px;
	width: 100px;
	height: 40px;
	font-weight: 700;
	font-family: 'Dosis', sans-serif;
	line-height: 40px;
	background: #0b5589;
	color: #ffffff;
	border-radius: 4px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

#job_invia:hover {
	text-decoration: underline;
}

#job_invia .fas {
	margin-right: 5px;
}

.inactive {
	opacity: .7;
}