@charset "UTF-8";
/* CSS Document */
.current > ul{
	width:100%;
	text-align:center;
}
li.table-title{
	position:relative;
	width:100%;
	padding:10px 0;
	color:#fff;
	background-color:#000;
}
ul.current-tools, ul.current-safety{
	position:relative;
	width:100%;
}

	ul.current-safety {
	    margin: 0 auto;
	    width: 86%;
	}

ul.current-tools img{
	width:84%;
}
 ul.current-safety img{
	 width:65%;
}
ul.current-tools li{
	position:relative;
	float:left;
	width:25%;
	box-sizing: border-box;
	padding:10px 0;
}
ul.current-safety li{
	position:relative;
	float:left;
	width:31.3%;
	height:75px;
	padding:10px 0;
}
ul.current-tools li:hover, ul.current-safety li:hover{
	/*background-color:rgba(242,99,34,1);*/
	opacity:0.5;
}
.proclub{
	height: 285px;
}
.news_section h2, .who.row h2, .service h2, .slider h2{
	text-align:left;
}
span.careers-btn{
	text-align:center;
	text-transform:uppercase;
	display:block;
	margin-bottom:5px;
	width:90%;
	padding:15px;
	color:#000;
	background-color:#AFAAA0;
	cursor:pointer;
}
.careers p{
	padding:10px;
	text-align:justify;
}
.careers-tab{
	width:90%;
	padding:15px;
	margin-bottom:5px;
	display:none;
}
@media only screen and (max-width: 720px) {
	.careers-tab{
		padding:0;
	}
}
.careers ul{
	list-style-type:circle;
	margin-bottom:10px;
	padding-left:5%;
}
.contact_form span{
	
}