/* WORKFORCE */

.z_name {
	color: #f7f6f4;
}

html.design_page .nav li.design a {
	color: #f7f6f4;
}

.workforce .color_pri {
	color: #ef4123;
}

.workforce .color_sec {
	color: #ef4123;
}

.workforce .mast-image {
	background-size: cover;
	background-position: center;
}

#workforce_video {
	position: relative;
	z-index: 0;
	cursor: pointer;
}

.video_container {
	line-height: 0;
}

.video_controls {
	margin: 0;
	padding: 20px 2.5%;
	width: 95%;
	line-height: 0;
	list-style: none;
	background: #252525;
	background: rgba(38, 38, 38, 0.95);
	opacity: .75;
	display: none;
	position: absolute;
	z-index: 20;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;

}

.video_controls li {
	margin: 0;
	padding: 0;
	width: 25%;
	line-height: 18px;
	display: inline-block;
}

.video_controls li.gutter {
	width: 12.5%;
}

#play_control {
	text-align: right;
	line-height: 18px;
	cursor: pointer;
}

#restart_control {
	text-align: left;
	cursor: pointer;
	line-height: 18px;
}

#time_stamp {
	text-align: center;
	color: #f7f6f4;
	line-height: 18px;
}

.animation_clip {
	line-height: 0;
}

@media only screen and (max-device-width: 700px), only screen and (max-width: 700px) {

	.z_name {
		color: #403540;
	}
	
	html.design_page .nav li.design a, .design_ind {
		color: #403540;
	}

	.animations .width_50, .animations .float_left, .animations .float_right {
		width: 100%;
		float: none;
	}
	
	.video_controls {
		font-size: 14px;
	}
	
}