/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

@charset "utf-8";
/* CSS Document */

.overlay-dark{
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(0,0,0,0.15);
}


body{
	margin: 0;
	min-width: 980px;
	padding: 0;
    font-family:'arial';
}

.contactUs p{
	margin: 0;
    float:right;
    color:#fff;
    font-size:14px;
}

p, ul{
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;
	font-weight:200;
	font-style:normal;
}

img{
	border: 0;
}

h1, #pixels{
	font-family:"Museo 900", Verdana, serif;
	font-size-adjust:0.40;
	font-weight:700;
	font-style:normal;
}

h2{
	color:rgb(228, 48, 48);
    text-align:center;
    padding-top:40px;
    margin:0;
}

#header h1, #pixels{
	color: #48941A;
}

.float-left{
	float: left;	
	margin: 0 0 0 20px;
}

.float-right{
	float: right;
}

.center{
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: center;
}

#nav{
	list-style: none;
    margin:40px 0 0;
    float:right;
}

#nav li{
	margin: 0 2px 5px;	
    display:inline-block;
    border-radius: 5px;
    transition-duration: 0.5s;
}

#nav li:hover {
	background-color: #f1f1f1;
}

#header, #intro, #second, #third, #fourth, #fifth{
	width: 100%;
    float:left;
}

.intro{
	background:url(images/image-1.jpg) no-repeat fixed;
}

.services-image {
	background:url(images/image-2.jpg) no-repeat fixed;
}

.equipment-image{
	background:url(images/image-7.jpg) no-repeat fixed;
}

.safety-image{
	background:url(images/image-3.jpg) no-repeat fixed;
}

.careers-image{
	background:url(images/image-5.jpg) no-repeat fixed -30px 0;
}

.contact-image{
	background:url(images/image-4.jpg) no-repeat fixed;
}

.segment-text {
	font-size: 18px;
}

.segment-image {
    background-size:100%;
	color: white;
	height: 700px;
	margin: 0 auto;
	padding: 0;
}

.segment-text h2 {
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 8px;
	font-weight: 600;
	text-transform: uppercase;
}

#services-text h2 {
	font-size: 25px;
	font-weight: normal;
	font-family: helvetica;
	margin-top: 50px;
	float: left;
	width: 100%;
	padding: 0;
}

#services .bg{
	background: url(images/image-2.png) 50% 0 no-repeat fixed;
	height: 1300px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 900px;
	z-index: 200;
}

#third{
	background: url(images/thirdBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 650px;
	padding: 100px 0 0 0;	
}

#fifth{
	background: #ccc;
	height: 400px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

.story{
	margin: 0 auto;
	min-width: 990px;
	overflow: auto;
	width: 990px;
	padding-bottom: 50px;
}

.story .float-left, .story .float-right{
	padding: 20px;
	position: relative;
    margin-top:100px;
	width: 350px;	
    background-color:#444;
    z-index:10;
}

.header {
    width:100%;
    position: fixed;
    background-color:#FFF;
    z-index:1000;
}

.innerContainer {
    margin:0 auto;
    width:990px;
}

a {
    color:#444;
    text-decoration:none;
}

.last {
    margin-right:0 !important;
}

.contactUs {
    width:100%;
    padding:3px 0;
    background-color:#eb4a4a;
    float:left;
    /*margin-top:74px;*/
}

.contactUs p {
	padding-right: 10px;
	font-family: 'Ubuntu', sans-serif;
}

.contactUs span {
   font-size:18px;
}

.story p {
    color:#444;
    text-align:left;
}

#welcome {
	font-size: 18px;
}

#welcome h2 {
	font-size: 25px;
	font-weight: normal;
	font-family: helvetica;
	margin-top: 50px;
	float: left;
	width: 100%;
	padding: 0;
}

#nav a {
    padding: 10px;
	font-size:18px;
	font-family: 'Ubuntu', sans-serif;
	display: block;
}

.scroll-anchor {
	position: relative;
	top: -112px;
}

.logo {
	width:225px;
	float:left;
	margin: 20px 2px 5px;
}

.logo img {
	width: 100%;
}

.column {
	width: 30%;
	display: inline-block;
	padding-left: 2%;
}

.contact {
	font-size: 17px;
}

.contact .icon {
	padding-right: 5px;
}

.job, .news {
	color: #444;
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.job h3, .news h3 {
	text-align: center;
	margin-bottom: 0;
}

.date {
	font-size: 12px;
	text-align: center;
}

.job .column {
	margin-bottom: 25px;
}

.job-text {
	text-align: left;
	font-size: 14px;
}

.divider {
	width: 100%;
	height: 2px;
	background-color: #eb4a4a;
	margin-bottom:20px;
}

.footer {
	margin-top: 10px;
	background-color: #ebebeb;
	font-size: 10px;
	height: 32px;
	line-height: 32px;
	color: #9e9e9e;
}

.footer a {
	color: #9e9e9e;
}

.pull-left {
	margin-left: 20px;
	float: left;
}

.pull-right {
	margin-right: 20px;
	float: right;
}

.news-more-link a {
	font-size: 12px;
	color: #d92424;
}

.news-full-title {
	width: 900px;
	margin: auto;
	padding-top: 140px;
	font-size: 25px;
	text-align: center;
	color: #d92424;
}
.news-full-body {
	width: 900px;
	margin: auto;
	padding-top: 30px;
}
.career-apply-container {
	text-align: center;
}
.career-apply-button {
	color: #fff;
	background-color: #eb4a4a;
	border-color: #ae4d4d;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.careers-other, .news-other {
	width: 900px;
	margin: auto;
	padding-top: 30px;
}

.all-news-container, .all-careers-container {
	padding-top: 150px;
	width: 900px;
	margin: auto;
}

.all-news-entry, .all-careers-entry {
	padding-bottom: 50px;
}

.all-news-date {
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 24px;
	color: #D92424;
}