@charset "utf-8";
/***** BEGIN RESET *****/

* {

    border:0;
    margin:0;
    padding:0;
}

body {
	-webkit-text-size-adjust: none;
	background:#fff;
	overflow-x:hidden;
	color:#000;
	line-height:1!important;
	font-family: 'Roboto Condensed', sans-serif;
}

/*============================
ALL PAGES
============================*/
ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

.wrap {width:95%;margin:0 auto;max-width:1400px;}

h1, h2, h3, h4, h5 {font-family: 'Roboto Condensed', sans-serif;text-transform:uppercase;}

.grey {color:#9B9B9B}
/***** END RESET *****/

/*====================hover easing style

-webkit-transition: all .5s ease; 
-moz-transition: all .5s ease; 
-ms-transition: all .5s ease; 
-o-transition: all .5s ease; 
transition: all .5s ease;

======================================*/

/*============================
HEADER
============================*/

header {width:100%;float:left;background:url("../siteart/white-diamond.jpg") repeat;padding:10px 0; background-color: #fff;}

.mainlogo {width:400px;float:left;padding:5px 0;}
.mainlogo img{width:375px;float:left;}

.headright {width:calc(100% - 400px);float:right;padding-left:25px;box-sizing:border-box;}

.tophead {width:100%;float:left;padding:10px 0;}
.tophead h3 {width:100%;float:left;text-align:right;font-size:18px;font-weight:500;}

.tophead h3 a {color:#000;text-decoration:none;}
.tophead h3 a:hover{text-decoration:underline;}

.btn {
  border: none;
  outline: none;
  cursor: pointer;
}

/* Style the active class (and buttons on mouse-over) */
.active, .btn:hover {
  background-color: #e7370e;
  color: #fff!important;
}

.scrolls {width:100%;float:left;background:#e7370e;padding:10px 0;}
/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}
/*============================
SLIDESHOW
============================*/
.slide-contain {
	width:100%;
	float:left;
}

.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:rgba(255,255,255,0.8); cursor:pointer; 
}
.pager span.cycle-pager-active { color:#000;}
.pager > * { cursor:pointer;}


.homeslider {
width:100%;
float:left;
background:#000;	
}


/*============================
WELCOME
============================*/

.welcometxt {width:100%;float:left;background:#000;padding:25px 0;}
.welcometxt h1 {width:100%;float:left;text-align:center;color:#e7370e;font-size:60px;font-style:italic;letter-spacing:-3px;}

.welcometxt h3 {width:100%;float:left;text-align:center;color:#fff;font-size:30px;font-weight:500;letter-spacing:1px;font-size:26px;}

/*============================
EQUIP SEARCH
============================*/

.detailedSearch {width:100%;float:left;background:url("../siteart/white-diamond.jpg") repeat;padding:40px 0;}

.detailedSearch h2 {width:100%;float:left;border-bottom:1px solid #000;color:#e7370e;margin-bottom:10px;font-size:40px;color:#e7370e;font-style:italic;letter-spacing:-3px;font-weight:bold;}

.search-columns {width:32%;  float:left; margin:1% 2% 1% 0; box-sizing: border-box; color:#e70000; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:bold; font-size:20px;}

.detailed-form {
	width:100%;
	float:left;
	color: #fff;
	padding:20px 0;
	background:url(../siteart/topography.png) repeat;
	
	font-weight:500;
}
.detailed-search input {
    width: 100%;
    padding: 13px;
    font-size: 14px;
    background-color: #fff;
	color:#000;
	box-sizing: border-box;
	border:1px solid #000;
	
}
.detailed-search select {
    width: 100%;
    padding:13px;
    font-size: 14px;
    background-color: #fff;
	color:#000;
	box-sizing: border-box;
	border:1px solid #000;
	-webkit-appearance: none;
}

.detailed-row{
	margin: 10px 0;
	color: #000;
	text-transform:uppercase;
	font-weight:600;
	font-size: 12px;

}

#last {
margin-right:0;	
}

.detailed-search input[type="submit"] {
	text-transform:uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight:bold;
    width: 100%;
  	background: #e7370e;
	border:1px solid #000;
	box-sizing:border-box; 
    color: #fff;
    display: inline-block;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    outline: none;
-webkit-appearance: none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
	cursor: pointer;
	position: relative;
	margin-top:0px;
	padding:6px 10px;
	-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;
}

.detailed-search input[type="submit"]:hover {
	background: #000!important;
	color:#fff!important;
}

.detailedSearchtwo .detailed-search input[type="submit"]:hover {
	background: linear-gradient(to right, #7C7C7C , #C1C1C1 , #909090 , #B1B1B1 , #808080 , #ADADAD , #606060 )!important;
	color:#e70000!important;
}

.detailed-search select:focus, .detailed-search input:focus{outline-color:#fff;}

.last{ margin:1% 0 1% 0; }


.detailed-form h2 {
	
	text-transform:uppercase;
	font-weight:500;
	font-size:34px;
}


/*============================
orange
============================*/

.orangesection {width:100%;float:left;background:#e7370e;padding:80px 0;border-top:5px solid #000;}

.orangesection h2 {width:100%;float:left;text-align:center;color:#fff;font-size:75px;font-style:italic;letter-spacing:-3px;margin-bottom:30px;}

.orangesection p {width:100%;float:left;text-align:center;color:#fff;font-size:18px;line-height:30px;}

.blkbtn {width:100%;float:left;margin-top:30px;}
.blkbtn a {width:100%;margin:0 auto;max-width:300px;display:block;background:#000;text-align:center;color:#fff;padding:10px;box-sizing:border-box;border:1px solid #fff;font-style:italic;letter-spacing:-1px;font-size:22px;text-transform:uppercase;text-decoration:none;font-weight:bold;}


.blkbtn a:hover {background:#fff;color:#000;}

/*============================
MANU
============================*/

.manus {width:100%;float:left;background:url("../siteart/blk-diamond.jpg");background-size:cover;background-attachment:fixed;}

.blkoverlay {width:100%;float:left;background:rgba(0,0,0,0.70);padding:15px 0;}

.manuwrap {width:95%;max-width:1000px;margin:0 auto;display:block;}
.manuthird {width:33.33%;float:left;}
.manuthird img {width:100%;max-width:300px;margin:0 auto;display:block;}

.homemap {width:100%;float:left;box-shadow:1px 5px 5px #000;position:relative;z-index:2;box-sizing:border-box;}
.homemap iframe {width:100%;float:left;}



/*============================
FOOTER
============================*/

footer {width:100%;float:left;background:url("../siteart/blk-diamond.jpg");background-size:cover;padding:30px 0;position:relative;z-index:1;background-attachment:fixed;}

.footbg {width:100%;float:left;background:url("../siteart/white-diamond.jpg") repeat;border-top:5px solid #e7370e;border-bottom:5px solid #e7370e;}

.footnav {width:100%;float:left;}

.footnav h3 {width:100%;float:left;text-align:center;}
.footnav h3 a {color:#000;text-decoration:none;font-size:22px;padding:40px 60px;float:left;}

.footlogo {width:100%;float:left;background:rgba(209,209,209,0.30);border-top:1px solid #aaa;}
.footlogo img {width:100%;margin:0 auto;display:block;max-width:400px;padding:40px 0;}

.bottomfoot {width:100%;float:left;background:#000;padding:15px 0;box-sizing:border-box;box-shadow:0 -5px 10px #000;position:relative;z-index:2;}

.bottomfoot p {width:50%;float:left;color:#fff;text-transform:uppercase;font-size:12px;padding:3px 0;}

.footnav h3 a:hover{background:#e7370e;color:#fff;}
.footwrap {width:95%;margin:0 auto;box-sizing: border-box;}
.footwrap h3{
	display: flex;
    justify-content: center;
}
/*============================
SUB PAGES
============================*/

.subtitle {width:100%;float:left;background:url("../siteart/blk-diamond.jpg");background-size:cover;background-attachment:fixed;}
.subtitle h1 {width:100%;float:left;text-align:center;color:#fff;font-size:50px;padding:50px 0;letter-spacing:-3px;}

.submain {width:100%;float:left;background:#fff;padding:50px 0;position:relative;z-index:2;box-shadow:0 0 10px #000;}
.submain p {font-size:18px;line-height:27px;}
.center {text-align:center;}


.cat {width:33.33%;float:left;padding:20px;box-sizing:border-box;}
.cat .grey {color:#9B9B9B!important}
.catinner {width:100%;float:left;background:#ECECEC;border:1px solid #aaa;box-sizing:border-box;-webkit-transition: all .5s ease; 
-moz-transition: all .5s ease; 
-ms-transition: all .5s ease; 
-o-transition: all .5s ease; 
transition: all .5s ease;}
.catimg {width:100%;float:left;}
.catimg img {width:100%;float:left;}

.catinner h3 {width:100%;float:left;text-align:center;padding:20px 10px;box-sizing:border-box;color:#000;line-height:25px;font-size:20px;border-top:1px solid #aaa;
-webkit-transition: all .5s ease; 
-moz-transition: all .5s ease; 
-ms-transition: all .5s ease; 
-o-transition: all .5s ease; 
transition: all .5s ease;}

.catinner:hover {transform:scale(1.05)}
.catinner:hover h3 {background:#e7370e;color:#fff;}

.fullbutton {width:100%;float:left;padding:30px 20px 10px;box-sizing:border-box;}
.fullbutton  a {width:100%;float:left;background:#e7370e;text-decoration:none;}
.fullbutton a h3 {color:#fff;text-align:center;padding:20px 15px;box-sizing:border-box;font-size:25px;-webkit-transition: all .5s ease; 
-moz-transition: all .5s ease; 
-ms-transition: all .5s ease; 
-o-transition: all .5s ease; 
transition: all .5s ease;}
.blk {color:#000;
-webkit-transition: all .5s ease; 
-moz-transition: all .5s ease; 
-ms-transition: all .5s ease; 
-o-transition: all .5s ease; 
transition: all .5s ease;}

.fullbutton a:hover h3 {background:#000;transform:scale(1.05)}
.fullbutton a:hover .blk {color:#D3D3D3}

/*============================
CONTACT US
============================*/

.contactinfo {width:300px;float:left;}
.conmap {width:calc(100% - 300px);float:left;}
.contactinfo a {color:#e7370e}

.breaker {width:100%;border-top:1px solid #aaa;margin:30px 0;float:left;}

/*==================================
FORMS
==================================*/

#quotes {
width:100%;
float:left;
font-family: 'Open Sans Condensed', sans-serif;
	 font-weight:300;
	 font-size:16px;
	 color:#000;

}

#quotes tbody {width:100%;float:left;}

#quotes tr {
width:49%;
float:left;	
margin-right:1%;
}

#quotes .two {
width:49%!important;
margin-right:0!important;
margin-left:1%!important;	
}

#quotes td {
width:100%;
float:left;
	font-size:14px;
	margin-bottom:10px!important;
}

#quotes td p {
font-size:14px;	
}

.fulltd h2 {
color:#000;	
font-family: 'Open Sans Condensed', sans-serif;
	font-stretch:condensed;
margin-bottom:5px;
margin-top:25px;
font-weight:700;
	text-transform:uppercase;
}

.fulltd2 {
width:100%!important;
float:none!important;
max-width:500px!important;
display:block!important;
margin:0 auto!important;	
}



#quotes input {
	padding:12px 10px;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #B4B4B4;

font-weight:300;
	color:#000;
	font-size:12px;
}

#quotes textarea {
	padding:12px 10px;
	border:1px solid #b4b4b4;

	font-weight:300;
	color:#000;
	font-size:12px;
	background:#fff;
	box-sizing:border-box;
}

#quotes .CaptchaMessagePanel {
color:#000;
}

#quotes .CaptchaWhatsThisPanel a {
color:#000;	
}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#quotes select {
	padding:12px 10px;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #B4B4B4;
-webkit-appearance: none;
font-weight:300;
	color:#000;
	font-size:12px;
	width:100%;
}
   
#quotes input  {
    width:100%;
}
 
#quotes input.larger  {
    width:100%;
}

#quotes textarea {
    width:100%;
    height:85px;
}


#quotes input.checkbox {
    padding:0; 
    border:0;
    margin:5px 10px 5px 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#quotes p {
	text-align:left;
	
	width:auto;
}

#quotes input.radio {
    padding:0; 
    border:0;
    margin:0 3px 0 15px;
    width:15px;
    height:15px;
    display:inline;
 }

#quotes h4 {
	font-size:18px;
	width:100%;
	float:left;
	margin-bottom:10px;
	margin-top:20px;
}


#quotes input:focus,
#quotes textarea:focus,
#quotes select:focus {
	 

}
#quotes input.radio:focus,
#quotes input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
 

#quotes input.button,
#quotes input.button:focus {
    width:300px; 
    margin:0;
    padding:15px 5px;
    background:#e7370e;
	font-weight:600;
	font-size:16px;
	text-transform:uppercase;
	border-radius:0px;
	border-bottom:none!important;
	line-height:14px;
	letter-spacing:0px;
	text-align:center;
	border:0!important;
font-family:'Roboto Condensed', sans-serif;
    color:#fff;
	margin-top:10px;-webkit-appearance: none;
}
#quotes input.button:hover {
	background:#000;
	
}

#quotes label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
}
#quotes label.checkbox {
  /*  color:#212121;*/
    font-size:13px;
    text-align:left;
    display:inline;
    padding:0;
}
 
#quotes .fulltd {
width:100%!important;
margin-right:0;	
}


/*==============================================
================================================
RESPONSIVE
================================================
==============================================*/
@media screen and (max-width: 1119px) {
	.footwrap h3 {
    display: flex;
	flex-direction: column;
    justify-content: center;
	}
	.footnav h3 {
    padding: 30px 0 !important;
	}
	.footnav h3 a{
		padding: 11px 0!important;
	}
	.footwrap{
		width: 100%;
	}


}


@media screen and (max-width: 1120px)  {

	.headright {display:none;}
	.mainlogo {width:100%;float:left;}
	.mainlogo img {width:100%;max-width:350px;margin:0 auto;display:block;float:none;}
	
	.grey {color:#EDEDED}
}


@media screen and (max-width: 1060px)  {
	.footwrap {width: 100%!important;margin:0 auto;}
	.footnav h3 a {font-size:20px;}
}

@media screen and (max-width: 1000px)  {
	.cat {width:50%;}
}

@media screen and (max-width: 800px)  {
	.orangesection h2 {font-size:55px;}
	
	.contactinfo {width:100%;margin-bottom:20px;}
	.contactinfo h2, .contactinfo p {text-align:center;}
	
	.conmap {width:100%;}
}

@media screen and (max-width: 770px)  {
	.welcometxt h1 {font-size:45px;}
	.welcometxt h3 {font-size:22px;letter-spacing:0;}
	.search-columns {width:50%;margin:0!important;padding:5px;box-sizing:border-box;}
	.cat {width:50%;padding:10px;}
	.fullbutton {padding:30px 10px 10px;}
	.footwrap {width:100%;margin:0 auto;}
	.footnav h3 a {font-size:16px;}
	
	.subtitle h1 {font-size:40px;padding:30px 0;}
}

@media screen and (max-width: 600px)  {
	.footwrap {width:100%;max-width:800px;margin:0 auto;display:block;}
	.footnav h3 a {font-size:16px;padding:15px 6px;width:100%;box-sizing:border-box;}
	
	.cat {width:100%;padding:10px;}
	
	#quotes tr {width:100%!important;margin-right:0!important;margin-left:0!important;}
	#quotes .two {width:100%!important;margin-right:0!important;margin-left:0!important;}
}

@media screen and (max-width: 500px)  {
	.search-columns {width:100%;margin:0!important;padding:5px;box-sizing:border-box;}
	.bottomfoot p {width:100%;text-align:center!important;}
}



