@charset "utf-8";
/***** BEGIN RESET *****/

* {

    border:0;
    margin:0;
    padding:0;
}

body {
	-webkit-text-size-adjust: none;
	background:#fff;
	overflow-x:hidden;
	color:#fff;
	line-height:1!important;
}


ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}



@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


   @font-face {
    font-family: 'bebas-light';
    src: url('/fonts/BebasNeue-Light.ttf');
}

   @font-face {
    font-family: 'bebas-book';
    src: url('/fonts/BebasNeue-Book.ttf');
}




/***** END RESET *****/

/****************************************************************************hover easing style


			-webkit-transition: all .5s ease; /* Safari and Chrome */
  /*  		-moz-transition: all .5s ease; /* Firefox */
  /*  		-ms-transition: all .5s ease; /* IE 9 */
  /*  		-o-transition: all .5s ease; /* Opera */
  /*  		transition: all .5s ease;



/*================================
HEADER
================================*/

header {
	width:100%;
	float:left;
}

.topheadnew {
	width:100%;
	float:left;
	background:#1a1a1a;
	border-bottom:1px solid rgba(106,106,106,1.00);
	padding:10px 0;
	position:relative;
	z-index:0;
}

.topheadnew p {
	float:right;
	margin-left:40px;
	font-family: 'bebas_neueregular', "sans-serif";
	font-size:18px;
	color:#fff;
	font-weight:500;
}

.topheadnew .fa {
	color:#236be1!important;margin-right:5px;
}

.topheadnew a {
	color:#FFF!important;
	text-decoration:none;
}

.bottomheadnew {
	width:100%;
	float:left;
	background:#000;
	
}

.logo {
	width:300px;
	float:left;
}

.logo img  {
	width:300px;
	float:left;
	margin-top:-35px;
	position:relative;
	z-index:2;

}

.wrap {
	width:90%;max-width:1300px;margin:0 auto;
}

/*******************************************************************SLIDESHOW***************************************************************/
.slide-contain {
	width:100%;
	float:left;
	position:relative;
	z-index:0;
}

.cycle-slideshow {
	width:100%;
	overflow:hidden;
	float:left;
	
	display:block;
}
.cycle-slideshow img {display:block; width:100%; float:left;}

/* pager */
.pager { 
    text-align:center; width:100%; margin:-50px 0 -2px; position:relative; z-index:999; float:left;}
.pager span { 
    font-family:arial; font-size:50px; width:16px; height:16px; display:inline-block; color:#236be1; color:rgba(255,255,255,0.8); cursor:pointer; 
}
.pager span.cycle-pager-active { color:#236be1;}
.pager > * { cursor:pointer;}


/*===================
blue bar
==================*/

.bluebar {
	width:100%;
	float:left;
	padding:0px 20px;
	box-sizing:border-box;
	background:url("/siteart/bluebar2.png") no-repeat;
	background-size:100%;
	position:relative;
	z-index:2;
	margin-top:-40px;
	height:150px;
}

.bluebar h2 {
	float:left;
	font-size:55px;
	color:#fff;
	font-family: 'bebas_neueregular', "sans-serif";
	font-weight:500;
	
}

.bluebar p {
	float:left;
	margin:10px 60px;
	color:#fff;
	 font-family: 'bebas_neueregular';
	font-weight:200;
	font-size:35px;
}

.bluebar a {
	color:#fff;
	border:2px solid #fff;
	padding:10px 80px;
	box-sizing:border-box;
	float:left;
	font-family: 'bebas_neueregular', "sans-serif";
	font-size:35px;
	text-decoration:none;
}

.bluebar a:hover {
	background:#fff;
	color:#236be1;
}

.bluewrap {
	width:95%;
	max-width:1300px;
	margin:54px auto 0;
}



/*=======================
CTAS
========================*/

.cta {
	width:100%;
	float:left;
	position:relative;
	z-index:0;
	margin-top:-40px;
}

.thirdscta {
	width:33.33%;
	float:left;
}


.thirdscta:hover .overlays {
	background:rgba(0,0,0,0.40);
}
.thirdscta:hover .border {
	border:4px solid #236be1;
}

.thirdscta:hover  h2 {
	color:#fff;
}


#equip {
	background:url("/siteart/equip.jpg");
	background-size:cover;
	background-position:center;
}

#attach {
	background:url("/siteart/attach.jpg");
	background-size:cover;
	background-position:center;
}

#sell {
	background:url("/siteart/sell.jpg");
	background-size:cover;
	background-position:center;
}

.overlays {
	width:100%;
	float:left;
	background:rgba(0,0,0,0.70);
	padding:60px 20px 20px;
	box-sizing:border-box;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
  -moz-transition: all .5s ease; /* Firefox */
  -ms-transition: all .5s ease; /* IE 9 */
  -o-transition: all .5s ease; /* Opera */
  transition: all .5s ease;
}

.border {
	width:100%;
	float:left;
	box-sizing:border-box;
	border:4px solid rgba(255,255,255,0.50);
	padding:50px 10px;
}

.cta h3 {
	width:100%;
	float:left;
	color:#fff;
	 font-family: 'bebas_neueregular';
	font-size:35px;
	text-align:center;
	font-weight:200;
}

.cta h2 {
	width:100%;
	float:left;
	color:#236be1;
	font-family: 'bebas_neueregular', "sans-serif";
	font-size:65px;
	text-align:center;
	font-weight:500;
}


/*===============
mainsection
===============*/

.mainsection {
	width:100%;
	float:left;
	background:url("../siteart/dirt.png");
	background-size:cover;
	background-attachment:fixed;
	padding:50px 0;
}

.contentinside {
	width:100%;
	float:left;
	background:#1a1a1a;
	padding:50px 80px;
	box-sizing:border-box;
}

.contentinside h3 {
	width:100%;
	float:left;
	color:#fff;
	 font-family: 'bebas_neueregular';
	font-size:30px;
	text-align:center;
	letter-spacing:10px;
	font-weight:500;
}

.contentinside h1 {
	width:100%;
	float:left;
	color:#236be1;
	font-family: 'bebas_neueregular', "sans-serif";
	font-size:65px;
	text-align:center;
	font-weight:500;	
}

.contentinside p {
	color:#fff;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:18px;
	line-height:25px;
}


/*=========================
FOOTER
==========================*/

footer {
	width:100%;
	background:#236be1;
	padding:30px 0;
	float:left;
}

.footlogo {
	width:33.33%;
	float:left;
	
}

.footlogo img {
	width:100%;
	max-width:200px;
	margin:0 auto;
	float:left;
}

.ieda {
	width:100%;max-width:150px!important;margin:0 auto!important;
	display:block!important;

	margin-top:20px!important;
}

.contacts {
	width:33.33%;
	float:left;
}

.contacts a {
	text-decoration:none;
	color:#fff;
}

.contacts .fa {
	color:#000;
	margin-right:10px;
}

footer h2 {
	color:#fff;
	font-size:45px;
	font-weight:500;
	font-family: 'bebas_neueregular', "sans-serif";
	float:left;
}


footer p {
color:#fff;
	font-size:25px;
	font-weight:500;
	font-family: 'bebas_neueregular', "sans-serif";	
	line-height:45px;
	width:100%;
	float:left;
}

.quicks {
	width:33.33%;
	float:left;
}

.quicks a {
	color:#fff;
	font-size:25px;
	font-weight:500;
	font-family: 'bebas_neueregular', "sans-serif";	
	line-height:45px;
	text-decoration:none;
	color:#fff;
}

.footerhalves {
	width:calc(100% - 300px);
	float:left;
}

.halves {
	width:50%;
	float:left;
}
.socials {
	width:66.66%;
	float:right;
	margin-top:20px;
}

.socials img {
	width:40px;
	float:left;
	margin-left:30px;
}

.bottomfoot {
	width:100%;
	float:left;
	background:#000;
	padding:10px 0;
}

.bottomfoot p {
	width:50%;
	float:left;
	color:#fff;
	font-weight:500;
	font-family: 'bebas_neueregular', "sans-serif";	
	font-size:18px;
}


/*==================================================
SUBPAGES
===================================================*/

.title {
	width:100%;
	float:left;
	background:#000;
}

.titleinner {
	width:100%;
	float:left;
	padding:0px 20px;
	box-sizing:border-box;
	background:url("/siteart/bluebar3-short.png") no-repeat;
	background-size:cover;
	position:relative;
	z-index:2;
	margin-bottom:-30px;
	height:110px;
}


.titleinner h1 {
	float:left;
	width:100%;text-align:center;
	font-size:55px;
	color:#fff;
	font-family: 'bebas_neueregular', "sans-serif";
	font-weight:500;
	margin-top:25px;
}

.main {
	width:100%;
	float:left;
	background:url("../siteart/dirt.png");
	background-size:cover;
	background-attachment:fixed;
	padding:75px 0 50px 0;
}

.subinner {
	width:100%;
	float:left;
	background:#1a1a1a;
	padding:0px;
	box-sizing:border-box;
}
.subinner p {
	color:#fff;
	font-size:18px;
	line-height:25px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

#pads {
	padding:25px;
	
}



/*Contact Form======================================================*/

#formpage {
width:100%;
float:left;
color:#fff;	
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:16px;
margin:20px 0 0;
}

#formpage h2 {
	width:100%;
	float:left;
	text-align:center;
	background:#236be1;
	padding:10px;
	box-sizing:border-box;
	font-size:25px;
	font-family: 'bebas_neueregular', "sans-serif";
	font-weight:500;
}

.halfform {
width:50%;
float:left;	
}

#formpage tr {
width:100%;
float:left;	

}

#formpage td {
width:50%;
float:left;
margin:10px 0;
	padding:0 10px;
	box-sizing:border-box;
}

.fulltd {
width:98%!important;	
}

#formpage input {
	padding:10px;

	box-sizing:border-box;
	border:1px solid #414141;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#8e8d8d;
	font-size:12px;
	margin-top:3px;
	-webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -ms-transition: all .3s ease; /* IE 9 */
    -o-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}

#formpage textarea {
	padding:10px;

	box-sizing:border-box;
	border:1px solid #414141;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#8e8d8d;
	font-size:12px;
	-webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -ms-transition: all .3s ease; /* IE 9 */
    -o-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #414141;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#8e8d8d;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
	width:100%;
}
   
#formpage input  {
    width:100%;
	
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:100%;
    height:85px;
}


#formpage input.checkbox {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
 }




/* focus states of various types of fields */

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {

	border:1px solid #d80000;
   
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
 



#formpage input.button,
#formpage input.button:focus {
    max-width:300px;
	width:100%; 
    margin:0;
    padding:15px 0;
    background:#236be1;
    border:2px #fff solid;
	box-sizing:border-box;
	display:block;
	margin:0 auto;
    font-size:25px;
	line-height:14px;
	font-weight:700;
    color:#fff;
		-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	float:none;
	font-family: 'bebas_neueregular', "sans-serif";
	font-weight:500;
}
#formpage input.button:hover {
	background:#fff;
	color:#236be1;
	border:2px solid #236be1;
	
}
 


/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
}
#formpage label.checkbox {
  /*  color:#212121;*/
    font-size:13px;
    text-align:left;
    display:inline;
    padding:0;
}
 

/*control the Captcha */

.CaptchaPanel {
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
}

.CaptchaImagePanel {
margin:0 0 0 0;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
max-width:400px;
width:100%;
margin:0 auto;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
	width:100%;
	float:left;
	margin-top:10px;
}
.CaptchaWhatsThisPanel a {color:#fff;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 


.fulltd {
width:100%!important;	
}

.thanks {
	width:100%;
	float:left;
	margin:150px 0;
	font-family: 'bebas_neueregular', "sans-serif";
	font-weight:500;
	font-size:25px;
}


/**********************************************************************************************************************************************************************************************
***********************************************************************************************RESPONSIVE**************************************************************************************
***********************************************************************************************************************************************************************************************/
@media screen and (max-width: 1665px) { 
	.bluewrap {
		margin-top:39px;
	}
}

@media screen and (max-width: 1450px)  { 
	.bluebar {height:auto;
	background-size:cover;
	padding-bottom:40px;margin-top:-50px;background-position:center;}
	
	.bluebar h2 {
		width:100%;
		float:left;
		text-align:center;
		font-size:50px;
	}
	
	.bluebar p {
		width:100%;
		float:left;
		text-align:center;
		margin:10px 0;
	}
	
	.bluebar a {
		width:100%;
		float:left;
		text-align:center;
	}
}

@media screen and (max-width: 1210px)  {
	.cta h2 {
		font-size:50px;
	}
	
	.cta h3 {
		font-size:30px;
	}
}

@media screen and (max-width: 1035px) {
	.footlogo {
		width:100%;
		float:left;
		max-width:350px;
		float:none;
		margin:0 auto;
		display:block;
	}
	
	.footlogo .clear {
		display:none;
	}
	
	.contacts {
		width:50%;
		margin-top:30px;
	}
	
	.quicks {
		width:50%;
		margin-top:30px;
	}
	
	.socials {
		width:100%;
	}
	
	.desksearch {
		display:none;
	}
	
	.job-listing2 {
		display:block;
	}
	
	.searchside {
		width:100%;
		border-bottom:none;
	}
	
	.listingside {
		width:100%;
		padding-left:0;
		padding:20px 0;
		border-left:0;
	}
	
}

@media screen and (max-width: 990px) { 
	.thirdscta{
		width:100%;
	}
	
	.overlays {
		padding:20px;
	}
	
	#equip .overlays {
		padding:60px 20px 20px!important;
	}
	
	.contentinside img{
		width:100%!important;
		max-width:100%!important;
		margin-left:0!important;
		margin-bottom:15px;
	}
}

@media screen and (max-width: 970px) { 
	.logo {
		width:250px;
	}
	
	.logo img {
		width:250px;
	}
	
	.contentinside {
		padding:50px;
		box-sizing:border-box;
	}

}
@media screen and (max-width: 880px)  { 
	.logo {
		margin-bottom:10px;
	}	
	
	.mobilenone {
	display:none;
}
	
	.topheadnew p {
		margin-left:15px;
	}
}



@media screen and (max-width: 680px) {
	footer h2 {
		font-size:35px;
	} 
	
	footer p {
		font-size:20px;
	}
	
	.quicks a {
		font-size:20px;
	}
	
	.socials img {
	width:30px;
		margin-left:15px;
	}
	
	.contentinside {
		padding:25px;
	}
}

@media screen and (max-width: 550px) {
	.contacts {width:100%;}
	.quicks {
		width:100%;
	}
	
	.bottomfoot p {
		width:100%;text-align:center;
		text-align:center!important;
	}
}

@media screen and (max-width: 665px)  { 
	.bluebar h2 {
		font-size:40px;

	}
	
	.bluebar p {
		font-size:27px;
	}
	
	#formpage td {
		width:100%;
	}
	
	#pads {
		padding:15px;
	}
	
	.titleinner h1 {
		font-size:45px;
	}
	
	
}
@media screen and (max-width: 500px)  {
	footer h2 {
	width:100%;	
	}
}

@media screen and (max-width: 400px)  {
	.logo img {
		width:175px;
		margin-top:-15px;
	}
	
	.logo {
		width:170px;
	}
}