@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

html {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px !important;
	line-height: 12px !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}
html,
body {
    height: 100%;
    min-height: 100%;
}

/* ############ HEADER ########## */
#wrap {
	width: 100%;
	max-width: 1200px;
	margin: auto auto;
height : 100%;
min-height : 100%;
	background-color: #F3F3F3;
}
header {
	z-index: 2;
	position: absolute;
	margin: auto auto;
	background: rgb(0,0,0);
	background: rgb(0,0,0, 0.5);
	width: 100%;
	max-width: 1200px;
}

#headerTwo {
	z-index:0;
	position: relative;
	top: 0px;
	left: 0px;
	background: rgb(0,0,0);
	background: rgb(0,0,0, 0.5);
	width: 100%;
}

h1,h2,h3 {
	color: #666;
	font-weight: 300;
}

#pad {
	padding: 20px;
}

p {
	margin-bottom: 10px !important;
	line-height: 16px;
}

#logo {
	width: 220px;
	background-color: #E87E0F;
	padding: 20px 20px;
	display: inline-block;
	max-width: 50%;
}

#logo img {
	max-width: 100%;
	height: auto;
}

#nav {
	list-style: none;
	display: inline-block;
	float: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 39px;
	height: 40px;
}


#nav li a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	padding: 20px 20px;
}

@media only screen and (max-width: 900px) {
	
	#nav {
		display: none;
	}
}

@media only screen and (max-width: 1030px) {
	
	#nav li a {
		font-size: 14px;
		padding: 10px 10px;
	}
}

#nav li {
	display: inline-block;
}


#nav li a:hover {
	background-color: #E87E0F;
	cursor: pointer;
	padding: 20px 20px;
}

#nav li ul {
	display: none;
	background-color: #E6E6E6;
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
}
#nav li ul li {
	display: block;
	border-bottom: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
}

#nav li:hover ul {
	display: block;
	position: absolute;
	z-index: 9999;
}

#nav li ul li a {
	color: #999;
}
#nav li ul li a:hover {
	color: #FFF;
}

/* ############ HOME BANNER ########## */
#homeBanner {
	display: block;
	width: 100%;
	height: 90%;
	max-height: 600px;
}
.home_banner {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
}

/* ############ HOME BANNER ########## */



/* ############ LEAD BOXES ########## */

#leadBoxes {
	width: 100%;
	display: table;
}


#leadBox {
	display: table-cell;
	width: 25%;
	height: 500px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#leadBox h3 {
	color: #FFF;
	font-size: 17px;
	background: rgb(0,0,0);
	background: rgb(0,0,0, 0.5);
	margin-top: 10px;
	padding: 10px 10px;
	letter-spacing: 1px;
	font-weight: 100;
	text-align: center;
}


#leadBoxLogin {
	display: table-cell;
	width: 25%;
	background-color: #009787;
	color: #FFF;
	text-align: center;
}

#leadBoxLogin h3 {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-weight: 100;
	color: #FFF;
}

#leadBoxLogin input {
	color: #000;
	text-align: center;
}

#leadBoxLogin a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px !important;
	line-height: 14px !important;
}


#leadBoxLogin a:hover {
	color: #FC0;
	text-decoration: none;
}

#leadBoxLogin form {
	margin-bottom: 0px;
}

#leadBoxLogin input {
	margin-bottom: 6px;
	width: 100%;
}

#bookJobBox {
	font-size: 12px;
	text-align: left;
	padding: 10px;
	color: #999;
	background-color: #F2F2F2;
	border: 2px solid #FFF;
    border-radius: 4px;
}

#bookJobBox span {
	width: 70%;
	display: inline-block;
}

#bookJobBox #arrowBtn {
	display: inline-block;
	width: 24%;
	background-color: #E87E0F;
    border-radius: 4px;
	color: #FFF;
	text-align: center;
}

#bookJobBox #arrowBtn:hover {
	background-color: #000;
	color: #FFF;
	cursor: pointer;
}

@media screen and (max-width : 930px) {
	
	#leadBox {
		width: 49.7%;
		display: inline-block;
		vertical-align: top;
	}
	#leadBoxLogin {
		display: inline-block;
		width: 49.7%;
		vertical-align: top;
		height: 500px;
	}
}

@media screen and (max-width : 530px) {
	
	#leadBox, #leadBoxLogin {
		width: 100%;
		display: block;
		vertical-align: top;
		margin-bottom: 0px;
		padding-top: 10px;
	}
	
	#leadBoxLogin {
		height: auto;
	}
#leadBoxLogin h3, #leadBox h3 {
	margin-top: 0px !important;
}
}

/* ############ GLOBAL ########## */

#pad {
	padding: 20px;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
	background-color: #E87E0F;
	border: none;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
	background-color: #000;
	border: none;
	border-bottom: 4px solid #000;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    color: #FFF;
	background-color: #E87E0F;
	border: 2px solid #E87E0F;
}

#footer {
	background-color: #343434;
	width: 100%;
	color: #FFF;
}

#footer img {
	max-width: 100%;
	height: auto;
}

#footerCol {
	display: inline-block;
	vertical-align: top;
	width: 22%;
	margin: 1%;
	line-height: 16px;
}


@media only screen and (max-width: 770px) {
	#footerCol {
		width: 46%;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 440px) {
	#footerCol {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	#footerBottom .columns {
		text-align: center !important;
		margin-bottom: 10px !important;
	}
	#footerBottom .columns {
		text-align: center !important;
		margin-bottom: 10px !important;
		line-height: 16px;
	}
}

#footerCol a {
	color: #FFF;
	text-decoration: none;
}

#footerCol a:hover {
	color: #E87E0F;
}

#footerCol ul {
	list-style: none;
}

#footerCol ul li {
	margin: 0px;
}

#footerCol h3 {
	margin-top: 0px;
	color: #FFF;
}

#footerBottom {
	background-color: #DDD;
	color: #333;
	width: 100%;
	padding: 20px 0px;
}

#footerLinks {
	background-color: #FFF;
	color: #333;
	width: 100%;
	padding: 20px 0px;
}
#footerLinks ul {
	list-style: none;
	margin-bottom: 0px;
}

#footerLinks ul li {
	display: inline-block;
	padding: 0px 10px;
	width: auto !important;
	margin-bottom: 10px;
	text-align: center;
}

#footerLinks ul li a {
	color: #000;
	text-decoration: none;
}

#footerLinks ul li a:hover {
	color: #E87E0F;
	text-decoration: none;
}

#mainContent {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
	height: 100%;
	margin-bottom: -200px;
	background-color: #F3F3F3;
}

#rightCol:after {
  content: "";
  display: block;
  height: 270px;
}
#leftCol {
	width: 34%;
	display: table-cell;
	vertical-align: top;
	background-position: center center;
	background-size: cover;
	min-height: 100%;
}

#rightCol {
	width: 66%;
	display: table-cell;
	vertical-align: top;
	min-height: 100%;
}

@media only screen and (max-width: 600px) {
	#leftCol, #rightCol {
		width: 100%;
		display: block;
	}
	#leftCol {
		height: 120px;
		background-position: center center;
	}
	
	#footerLinks {
		text-align: center;
	}
}

/*Responsive Styles*/

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	.nav ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}
#mobileMenu, #sidr {
	display: none;
}

#open-menu button:hover {
	
    color: #FFF;
    background-color: none !important;
    border: none !important;
}

.c-hamburger:hover {
    color: #FFF;
    background-color: none !important;
    border: none !important;
	
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 10px 10px 0px 0px;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

@media (max-width: 900px) {
	#mobileMenu {
		width: 25%;
		display: inline-block;
		vertical-align: top;
		text-align: right;
		float: right;
		margin-right: 20px;
	}
}
.c-hamburger {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 24px 0px 0px 0px;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
@media (max-width: 450px) {
#mobileMenu {
	width: 30%;
}
.c-hamburger {
  margin: 10px 10px 0px 0px;
}
}



.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 9px;
  right: 9px;
  height: 4px;
  background: #FFF;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FFF;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}


#rightCol ul { padding-left:20px; list-style:none; }
#rightCol ul li { margin-bottom:10px; }
#rightCol ul li:before {    
    font-family: 'FontAwesome';
    content: '\f061';
	color: #E87E0F;
    margin:0 5px 0 -15px;
}


/********************************************
			BOOK A JOB FORM
 ********************************************/

form#form_bookjob fieldset {
	padding: 34px 0px;
	border: 0px;
	border-top: 1px solid #e4dfd9;
}

form#form_bookjob div {
	overflow: hidden;
}

form#form_bookjob div.hidden_div {
	padding: 15px 30px 5px 0px;
	margin: 12px 0px 22px 0px;
	border: 1px solid #e4801c;
}

form#form_bookjob div.extra_padding {
	padding-left: 17em;
}

form#form_bookjob div.hidden_div p {
	margin-bottom: 10px;
}

form#form_bookjob div.hidden_div_div {
	padding: 5px;
	margin: 12px 7px 22px 16.5em;
	border: 1px solid #cdcdcd;
}

form#form_bookjob p.padding {
	font-size: 0.9em;
	padding-left: 18.5em;
}

form#form_bookjob p.no-margin {
	margin-bottom: 0px;
}

form#form_bookjob ul {
	overflow: hidden;
}

form#form_bookjob ul li {
	list-style: none;
	width: 175px;
	float: left;
}

form#form_bookjob ul li.long,
form#form_bookjob ul#final_engi li.long {
	width: 480px;
}

form#form_bookjob ul li.long ul li,
form#form_bookjob ul#final_engi li.long ul li {
	width: auto;
}

form#form_bookjob ul#final_engi li {
	width: 260px;
}

form#form_bookjob label {
	width: 18.5em;
	margin-right: 1em;
	text-align: right;
	float: left;
	display: block;
}

form#form_bookjob label.special {
	width: auto;
	text-align: left;
	margin-bottom: 10px;
	float: none;
}

form#form_bookjob textarea {
	width: 530px;
	height: 10em;
	color: #898785;
	margin-bottom: 10px;
	border: 1px solid #cdcdcd;
}

form#form_bookjob div.hidden_div textarea {
	width: 500px;
}

form#form_bookjob input {
	border: none;
	font-size: 0.9em;
	color: #898785;
	padding-left: 9px;
	padding-top: 3px;
	vertical-align: top;
}

/*form#form_bookjob input[type="text"] {
	background: #fff url(/buratt-images/buratt/bookajob/bg_jobform_input278.gif) no-repeat;
	width: 278px;
	height: 19px;
	margin-bottom: 10px;
}*/

form#form_bookjob input[type="text"] {
	background: #fff url(/buratt-images/buratt/bookajob/bg_jobform_input278.gif) no-repeat;
	width: 278px;
	height: 19px;
	margin-bottom: 10px;
}

form#form_bookjob input.width356 {
	background: #fff url(/buratt-images/buratt/bookajob/bg_jobform_input356.gif) no-repeat;
	width: 356px;
}

form#form_bookjob input.width290 {
	background: #fff url(/buratt-images/buratt/bookajob/bg_jobform_input290.gif) no-repeat;
	width: 290px;
}

form#form_bookjob input.width128 {
	background: #fff url(/buratt-images/buratt/bookajob/bg_jobform_input128.gif) no-repeat;
	width: 128px;
}

form#form_bookjob input.width86 {
	background: #fff url(/buratt-images/buratt/bookajob/bg_jobform_input86.gif) no-repeat;
	width: 86px;
}

form#form_bookjob input.width58 {
	background: #fff url(/buratt-images/buratt/bookajob/bg_jobform_input58.gif) no-repeat;
	width: 58px;
}

/*form#form_bookjob input[type="radio"], 
form#form_bookjob input[type="checkbox"] {
	margin-right: 10px;
	float: left;
}*/

form#form_bookjob input.radio,
form#form_bookjob input.checkbox {
	margin-right: 10px;
	float: left;
	background-image: none;
	width: auto;
	height: auto;
	margin-bottom: 0px;
}

/*form#form_bookjob input[type="file"] {
	width: 285px;
	margin-bottom: 10px;
}*/

form#form_bookjob input.file {
	width: 350px;
	margin-bottom: 10px;
}

form#form_bookjob div#btn_preview_n_fax,
form#form_bookjob div#btn_preview_n_submit,
form#form_bookjob div#btn_only_submit {
	overflow: hidden;
}

form#form_bookjob div#btn_preview_n_fax a,
form#form_bookjob div#btn_preview_n_submit a,
form#form_bookjob div#btn_only_submit a {
	height: 19px;
	display: block;
	float: right;
}

form#form_bookjob div#btn_preview_n_fax a {
	background: #fff url(/buratt-images/buratt/bookajob/btn_preview_n_fax.gif) no-repeat;
	width: 190px;
	margin-bottom: 60px;
}

form#form_bookjob div#btn_preview_n_submit a {
	background: #fff url(/buratt-images/buratt/bookajob/btn_preview_n_submit.gif) no-repeat;
	width: 174px;
}

form#form_bookjob div#btn_only_submit a {
	background: #fff url(/buratt-images/buratt/bookajob/btn_submit.gif) no-repeat;
	width: 63px;
}

form#form_bookjob div#btn_wrap {
	float: right;
	width: auto;
}

form#form_bookjob div#btn_wrap div#btn_preview_n_fax {
	width: 220px;
	float: left;
}

form#form_bookjob div#btn_wrap div#btn_preview_n_submit {
	width: 174px;
}

form#form_bookjob div#btn_wrap div#btn_preview_n_fax a {
	display: inline;
	margin-bottom: 0px;
	margin-right: 7px;
	float: left;
}


/********************************************
			PREVIEW FORM
 ********************************************/

form.form_preview fieldset {
	border-top: 1px solid #c0b9b2 !important;
}

form.form_preview div.textarea {
	border: 1px solid #c0b9b2;
	width: 530px !important;
	height: 10em;
	color: #898785;
	margin-bottom: 10px;
}

form.form_preview div.hidden_div div.textarea {
	width: 500px !important;
}

form.form_preview div.textfield {
	border: 1px solid #c0b9b2;
	width: 278px !important;
	height: 19px;
	margin-bottom: 10px;
	color: #898785;
	padding: 1px 0px 1px 9px;
}

form.form_preview div.width356 {
	width: 356px !important;
}

form.form_preview div.width290 {
	width: 290px !important;
}

form.form_preview div.width128 {
	width: 128px !important;
}

form.form_preview div.width86 {
	width: 86px !important;
}

form.form_preview div.width58 {
	width: 58px !important;
}

form.form_preview img {
	width: 14px;
	height: 14px;
	float: left;
	margin-right: 10px;
}


.home_banner h2 {
	line-height: 26px;
	font-size: 20px;
	font-weight: 100;
	position: absolute;
	font-family: 'Open Sans', serif;
	position: absolute;
	animation:animateleft 1.6s;
	padding: 20px;
	background-color: #E87E0F;
}
@keyframes animateleft{
	from {
		opacity:0
	} to {
		opacity:1
	}
}


@media (max-width: 890px) {
	.home_banner h2 {
		max-width: 90% !important;
		margin: 120px 10px !important;
	}
}