/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Whitt's Welding Styles */

body{
	font-size: 100%;
	font-family: "Open Sans", sans-serif;
	color: #fff;
	line-height: 1.4;
	font-weight: 300;
}
strong{
	font-weight: 900;
}
img{
	max-width: 100%;
	height: inherit;
}
p{
	margin-bottom: 1em;
	line-height: 1.8;
}
h2{
	color: #e75700;
	margin-bottom: 1em;
	padding-bottom: .5em;
	background: url('images/bottom.jpg') no-repeat center bottom;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
h3{
	color: #e75700;
	margin: 1em 0;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
}
.wrap{
	margin: 0 auto;
	position: relative;
	width: 90%;
	max-width: 940px;
	padding: 0 5%;
	overflow: hidden;
}
.nav{
	text-align: center;
}
.nav a{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 5%;
	color: #fff;
	text-decoration: none;
}
.nav .logo a{
	margin: 0;
}
.nav ul{
	display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
	display: -ms-flexbox;           /* TWEENER - IE 10 */
	display: -webkit-flex;          /* NEW - Chrome */
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.nav-item{
	-webkit-box-flex: 1;            /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1;               /* OLD - Firefox 19- */
	width: 20%;                     /* For old syntax, otherwise collapses. */
	-webkit-flex: 1;                /* Chrome */
	-ms-flex: 1;                    /* IE 10 */
	flex: 1;                        /* NEW, Spec - Opera 12.1, Firefox 20+ */	
}
.nav-item-left{
	text-align: right;
}
.nav-item-right{
	text-align: left;
}
.logo{
	width: 15%;                     /* For old syntax, otherwise collapses. */
}
#header {
    position: absolute;
    z-index: 200;
    padding: 20px 0 30px;
    width: 100%;
    background: -webkit-linear-gradient(rgba(0,0,0,0.59) 60.93%, rgba(0,0,0,0) 100%);
}
.slider-wrap{
	position: relative;
	width: 100%;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides_tabs{
	position: absolute;
	text-align: center;
	bottom: 20px;
	width: 100%;
	z-index: 100;
}
.rslides_tabs li{
	text-indent: -999em;
	background: #fff;
	height: 15px;
	width: 15px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 8px;
	opacity: .5;
}
.rslides_tabs  .rslides_here{
	background: #e75700;
}

#about-us{
	padding: 50px 0;
	background: url(images/dirt.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#about-us .wrap{
	width: 60%;
	padding: 0 20%;	
}
#about-us p, #about-us h2{
	text-align: center;
}

#services{
	padding: 50px 0;	
}
#services h3, #services h2{
	text-align: center;
	color: #e75700;
}
#services p{
	text-align: center;
	color: #000;
	line-height: 1.5;
}
.service-box{
	display: block;
	width: 30%;
	margin: 0 1.5%;
	float: left;
	text-align: center;
}
#join-our-team{
	display: table;
	clear: both;
}
#join-our-team h2{
	color: #fff;
	text-align: center;
	background: url('images/bottom-white.jpg') no-repeat center bottom;
}
.btn-fix{
	text-align: center;
}
#join-our-team li{
	list-style: disc;
	margin-left: 20px
}
#join-our-team ul{
	margin-top: -15px;
}
#join-our-team .left{
	width: 50%;
	background: #e75700;
	display: table-cell;
}
.left-inside{
	padding: 30px 5% 30px 30%;
	width: 65%; 
}
#join-our-team .right{
	background: url(images/join-the-team.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	display: table-cell;
}
.left, .right{
	display: inline-flex;
}
.button{
	border: 2px solid #fff;
	padding: 7px 18px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	margin: auto;
	border-radius: 10px;
	margin-top: 20px;
}
.button:hover{
	background: #ccc;
}
#contact-us{
	padding: 30px 0;
}
#contact-us h2{
	text-align: center;
}
.business-form{
	display: none;
}
input, textarea{
	border: none;
    background: none;
    border-bottom: 2px solid #666666;
    color: #666666;
    padding: 10px 0;
    width: 44.5%;
    margin: 10px 2.5%;
    font-size: 19px;
    font-weight: 100;
    display: inline-block;
    
}
textarea{
	display: inline-block;
	width: 74.5%;
	resize: vertical;
}
#submit{
	border: 2px solid #e75700;
	color: #666;
	text-align: center;
	width: 14%;
	position: relative;
	top: -22px;
	border-radius: 10px;  
}
#footer{
	padding: 30px 0;
	text-align: center;
	background: #666;
	color: #fff;
}
#footer span{
	color: #e75700;
}
#emp-page{
	background: url(images/employee.jpg) no-repeat fixed center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#emp-page #header{
	top: 0px;
}
#emp-block{
	text-align: center;
	margin-top: 200px;
	padding: 30px 0;
	min-height: 476px;
}
.login-box{
	display: block;
}
#emp-block input{
	background: #fff;
	padding: 8px 5px;
}
#emp-block #submit{
	display: inline-block;
	margin: 30px 0;
	padding: 10px 50px;
	width: inherit;
}
.icon-wrap{
}
#emp-page #footer{
	position: absolute;
	bottom: 0px;
	width: 100%;
}
#emp-page .icon{
    width: 13%;
    padding: 20px 3%;
    margin: 0 1% 20px;
    display: inline-block;
    border-radius: 35px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: top;
}
#emp-page h2{
	    color: #fff;
    text-align: center;
    background: url('images/bottom-white.jpg') no-repeat center bottom;
}
#emp-page .icon:hover{
	background: #E75700;
}
#emp-page .icon img{
	margin-bottom: 10px;
}
.emp-login{
	background: #e75700 url(images/login.png) no-repeat center center;
	padding: 2px 5px;
	height: 23px;
	width: 127px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1000;
}
@media screen and (max-width: 710px) {
	.wrap {
    	width: 95%;
    	padding: 0 2.5%;
	}
	.nav a {
    	font-size: 14px;
	}
	#about-us .wrap {
	    width: 95%;
	    padding: 0 2.5%;
	}
	#join-our-team .left, #join-our-team .right{
		display: block;
		width: 100%;
	}
	.left-inside{
		padding: 30px 5% 30px 5%;
		width: 90%;
	}
	#footer{
		font-size: 13px;
	}
	input, textarea {
		width: 94.5%;
	}
	#footer span {
	    display: block;
		text-indent: -999em;
		font-size: 0px;
		line-height: 0;
	}
	#submit {
		border: 2px solid #e75700;
	    color: #666;
	    text-align: center;
	    top:0px;
	    width: 94%;
	    border-radius: 10px;
	    display: inline-block;
	}
	.service-box {
	    width: 97%;
	    margin: 0 1.5%;
	    float: none;
	    text-align: center;
	}
}
@media screen and (max-width: 600px) {
	.nav a {
    	font-size: 12px;
	}
	.nav a {
	    font-size: 16px;
	    font-weight: 300;
	    text-transform: uppercase;
	    margin: 0 5%;
	    color: #fff;
	    text-decoration: none;
	}
	#emp-page .icon {
	    width: 33%;
	    padding: 20px 3%;
	    margin: 0 1% 20px;
	    display: inline-block;
	    border-radius: 35px;
	    text-decoration: none;
	    font-size: 14px;
	    color: #fff;
	    text-transform: uppercase;
	    vertical-align: top;
	}
}	
@media screen and (max-width: 572px) {
	.nav-item-left, .nav-item-right{
		display: none;
	}
	.logo {
	    width: 36%;
	    margin-top: 19px;
	}
	#emp-page #footer{
		position: relative;
		bottom: auto;
	}
}