@charset "utf-8";
/* CSS Document */

/***** BEGIN RESET *****/

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, font, 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 {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
}

ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Saira', sans-serif!important;
	background: url('/siteart/white-bg.png') repeat!important;
	background-attachment: fixed!important;
	line-height: 1.6;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

a {
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all.3s ease-in-out;
}

.width {width: 1300px; margin: 0 auto; max-width: 95%;}
.wrapper-width {width: 95%; margin: 0 auto; max-width: 1025px; }
.inventory-width {width: 95%;  max-width: 1300px; margin: 0 auto; background: rgba(255,255,255,.5);}
.equipment-width {width: 98%; margin: 0 auto;}

/**SCROLL UP BUTTON**/
.cd-top {
  display: inline-block;
  outline: none; /* Remove outline */
  border: none; /* Remove borders */
  height: 50px;
  width: 50px;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff!important;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #3e3e3e /*black*/ url(../siteart/scroll-to-top.svg) no-repeat center 50%;
  visibility: hidden;
  border-radius: 100px;
  opacity: 0;
  padding:5px; /* Some padding */
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius:5px;
  border: .5px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: opacity .3s 0s, visibility 0s .5s;
  -moz-transition: opacity .3s 0s, visibility 0s .5s;
  transition: opacity .3s 0s, visibility 0s .5s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .5s 0s, visibility 0s 0s;
  -moz-transition: opacity .5s 0s, visibility 0s 0s;
  transition: opacity .5s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #000;
  opacity: 1;
}
.cd-top:hover {
  background-color: #2F2F2F;
}


/***************************  HEADER STYLES  *************************************/
header {
	width: 100%;
	display: inline-block!important;
	height: auto;
	margin: 0 auto;
}

a#logo {
	float: left;
	width: 30%;
	padding: 25px 0;
}

a#logo img {
	width: 100%;
	display: block;
	max-width: 325px;
	height: auto;
}

.hdr-contact {
	float: right;
	text-align: right;
	display: block;
	line-height: 24px;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 15px;
}

.hdr-contact a {
	color: #c23120!important;
}

.hdr-contact a:hover {
	text-decoration: underline;
}

/* search */
.keyword-search {
	float: right;
	margin: 10px;
	display: inline-block;
	/*box-shadow: 0px 2px 8px rgba(0,0,0,0.25);*/
}

form.detailed-search input::placeholder {
	letter-spacing: .5px!important;
}

form.detailed-search input {
	padding: 10px!important;
	line-height: 22px!important;
	font-size: 13px!important;
	border: none!important;
	border-radius: 0!important;
	letter-spacing: .5px;
	background: #ddd!important;
	height: auto!important;
}

form.detailed-search input#keywords {
	width: 275px!important;
	line-height: 22px!important;
	vertical-align: middle!important;
}

form.detailed-search input#submit {
	background: #000!important;
	color: #fff!important;
	padding: 10px 22px!important;
	cursor: pointer;
	border: none!important;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

form.detailed-search input#submit:hover {
	background: #ddd!important;
	color: #000!important;
	font-weight: bold!important;
}


/*********************  HOMEPAGE STYLES **************************************/
.homepage-wrapper, .equipment-wrapper, .welcome-wrapper, .about-wrapper, .boxes-wrapper {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	height: auto;
}

.homepage-wrapper img#hero {
	width: 100%;
	height: auto;
	display: block;
}

.banner-wrapper {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	padding: 1em;
	text-align: center;
	font-weight: 400;
	box-sizing: border-box;
	text-transform: uppercase;
	font-size: 14px;
    color: #444;
    font-style: italic;
    margin-top: 15px;
}
.banner-wrapper.inv {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	padding: 1em 5%;
	text-align: right;
	font-weight: 400;
	box-sizing: border-box;
	text-transform: uppercase;
	font-size: 14px;
    color: #444;
    font-style: italic;
    margin-top: 15px;
	background: #f2f2f2;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* EQUIPMENT STYLES */
.equipment-wrapper {
	background: #c23120;
	padding: 25px 0;
}

.equipment-wrapper a div.box1,  .equipment-wrapper a div.box2, .equipment-wrapper a div.box3, .equipment-wrapper a div.box4, .equipment-wrapper a div.box5 {
	float: left;
	width: 48%;
	margin: 1%;
	/*padding: 1rem;*/
	text-align: center;
	background: #fff;
	height: 275px;
	position: relative;
	border: 7px solid #fff;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all.3s ease-in-out;
}

.equipment-wrapper a div.box1:hover,  .equipment-wrapper a div.box2:hover, .equipment-wrapper a div.box3:hover, .equipment-wrapper a div.box4:hover, .equipment-wrapper a div.box5:hover {
	border: 7px solid #000;
}

.equipment-wrapper a div.box1:hover p,  .equipment-wrapper a div.box2:hover p, .equipment-wrapper a div.box3:hover p, .equipment-wrapper a div.box4:hover p, .equipment-wrapper a div.box5:hover p {
	background: #000;
	color: #fff;
}

.equipment-wrapper p {
	line-height: 36px;
	background: rgba(255,255,255,.95);
	color: #c23120;
	text-transform: uppercase;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 14px!important;
	padding: 0!important;
	margin-bottom: 0!important;
	/*text-shadow: 1px 2px 2px rgba(0,0,0,0.75);*/
}

.equipment-wrapper a div.box1 {
	background: url('/siteart/Titan-tank-logo.png') no-repeat center center;
	background-size: cover;
}

.equipment-wrapper a div.box2 {
	background: url('/siteart/quicklinks/new/2013 KW.jpg') no-repeat left;
	background-size: cover;
}

.equipment-wrapper a div.box3 {
	background: url('/siteart/quicklinks/new/IMG-2016.JPG') no-repeat center center;
	background-size: cover;
}

.equipment-wrapper a div.box4 {
	background: url('/siteart/quicklinks/new/IMG-2121.jpg') no-repeat center;
	background-size: cover;
}

.equipment-wrapper a div.box5 {
	background: url('/siteart/quicklinks/new/img2O1JOG4O.jpg') no-repeat right;
	background-size: cover;
}

/* welcome section */
.welcome-wrapper {
	padding: 4em 10px;
	text-align: center;
}

.welcome-wrapper h1 {
	color: #c23120;
	line-height: 30px;
	display: inline-block;
	margin-bottom: 20px;
}

.welcome-wrapper h1 span {
	font-size: 20px;
	color: #000;
}


a#cta-btn {
	display: inline-block;
	border: 1px solid #000;
	padding: 10px;
	margin-top: 20px;
	width: 100%;
	max-width: 200px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
}

a#cta-btn:hover {
	background: #c23120;
	color: #fff;
}

/*********************  ABOUT PAGE STYLES **************************************/
.about-wrapper {
	padding-bottom: 25px;
}

.about-wrapper h1 {
	color: #c23120;
    line-height: 30px;
	text-align: center;
	padding: 50px 10px;
}

.about-wrapper p {
	text-align: left;
	padding: 0 10px;
}

.about-wrapper p strong {
	font-size: 20px;
	color: #000;
	line-height: 22px;
}

.about-wrapper a#about-cta {
	color: #c23120;
}

.about-wrapper a#about-cta:hover {
	color: #4b4b4b;
}

/*********************  CONTACT STYLES **************************************/
/* contact info boxes */
.boxes-wrapper {
	padding: 25px 10px;
}

.boxes-wrapper .contact-box {
	float: left;
	width: 31.33%;
	margin: 1%;
	text-align: center;
	padding: 1em;
	background: #fff;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}

.boxes-wrapper .contact-box:hover {
	box-shadow: none;
	background: #ddd;
}

.contact-box p {
	padding: 1.5em!important;
}

.contact-box a {
	color: #000;
	text-decoration: underline;
}

.contact-box a:hover {
	color: #c23120;
	text-decoration: none;
}

/** page wrapper **/
.page-wrapper {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.contact-info {
	width: 100%;
	display: inline-block;
	margin: 15px 0;
}

.contact-info h2 {
	font-size: 24px;
}

.contact-info .left {
	float: left;
	width: 50%;
	padding: 1rem;
}

.contact-info .left p {
	margin: 20px 0;
	line-height: 24px;
	font-size: 16px;
	padding: 0;
	text-align: left;
	font-family: 'Roboto', sans-serif;
}

.contact-info .left a {
	color: #c23120;
	font-weight: 700;
}

.contact-info .left p a:hover {
	color: #000;
	text-decoration: underline;
}

.contact-info .right {
	float: right;
	width: 50%;
}


.page-wrapper .title {
	width: 100%;
    padding: 4.5em;
    text-align: center;
}

.page-wrapper .title h1 {
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
	letter-spacing: 1px;
	display: block;
	font-size: 32px;
	/*text-shadow: 5px 5px 18px #222222;
    -webkit-text-shadow: 5px 5px 18px #222222;
    -moz-text-shadow: 5px 5px 18px #222222;
    -ms-text-shadow: 5px 5px 18px #222222;*/
}

.page-wrapper p {
	width: 100%;
	padding: 2.5em;
	display: inline-block;
	text-align: center;
	font-weight: 500;
}

/* thank you page styles */
p#thankyou {
	width: 100%;
	background: rgba(255,255,255,.85);
	display: inline-block;
	font-size: 18px;
	margin: 0 auto;
	line-height: 26px;
	padding: 3rem;
	/*box-shadow: 0px 3px 15px rgba(0,0,0,0.1)!important;*/
	border: 2px solid #eeeeee;
	font-weight: 500;
	color: #000;
}

p#thankyou a {
	text-decoration: none;
	color: #c23120;
}

p#thankyou a:hover {
	color: #000;
	text-decoration: underline;
}

p#thankyou .fas {margin-right: 10px;}


/*********************  FOOTER STYLES **************************************/
/* scrolling wrap */
.ftr-inv {
	width: 100%;
	position: relative;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}

.ftr-inv .overlay {
  width: 100%;
  max-width: 200px;
  height: auto;
  padding: 1.5em 2.8em;
  position: absolute;
  background: #000;
  line-height: 20px;
}

.ftr-inv .overlay:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #000;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
}

.ftr-inv .overlay h2 {
	text-transform: uppercase;
	color: #ddd;
	font-size: 14px;
	letter-spacing: 1px;
}

.ftr-inv .overlay h2 span {
	color: #fff;
	font-size: 20px;
}

.scrolling-wrap {
    width: 100%;
    height: 88px;
    overflow: hidden;
}
 
.scrolling {
    width: 100%;
    height: 100px;
}


footer {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	box-sizing: border-box;
}

footer .col a:hover {
	color: #c23120;
}

footer .col a {
	color: #000;
}

footer .col {
	float: left;
	width: 29%;
	margin: 2%;
	padding: 25px 0;
	display: inline-block;
	line-height: 26px;
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
}

footer .col h2 {
	margin-bottom: 10px;
	font-size: 20px;
	letter-spacing: 1px;
	color: #c23120;
}

.site-host {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: #c23120;
	padding: 20px 0;
	box-sizing: border-box;
}

.site-host p {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .75px;
	font-size: 9.5px!important; 
	line-height: 18px;
	padding: 0 10px;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Saira', sans-serif;
}


/**********************  MEDIA QUERIES (RWD) ***************************************/
@media screen and (max-width: 1160px) {
	body {background-attachment: inherit!important;}

}

@media screen and (max-width: 800px) {
/* HEADER */
	a#logo, .hdr-contact, .keyword-search {float: none; width: 100%; margin: 0 auto; text-align: center;}
	a#logo img {margin: 0 auto; max-width: 275px; margin-bottom: 10px; margin-top: 10px;}
	.hdr-contact, .keyword-search {margin-bottom: 10px; margin-top: 10px;}
	
/* HOMEPAGE */
	.equipment-wrapper a div.box1, .equipment-wrapper a div.box2, .equipment-wrapper a div.box3, .equipment-wrapper a div.box4, .equipment-wrapper a div.box5 {width: 100%; height: 300px; margin: 0 auto; margin-top: 6px; margin-bottom: 6px;}
	
/* PAGES */
	.about-wrapper p strong {font-size: 18px;}
	.contact-info .left, .contact-info .right {float: none; width: 100%;}
	.contact-info h2 {font-size: 18px;}
	.boxes-wrapper .contact-box {width: 48%; font-size: 14px;}
	.banner-wrapper.inv {text-align: center;}
	
/* FOOTER */
	.ftr-inv .overlay {max-width: 150px; padding: 1.5em;}
	.ftr-inv .overlay h2 span {font-size: 18px;}
}

@media screen and (max-width: 600px) {
/* HOMEPAGE */
	.welcome-wrapper {padding: 25px 10px; line-height: 22px;}
	.about-wrapper p {line-height: 22px;}
	
/* FOOTER */
	.ftr-inv .overlay {display: none;}
	footer .col {float: none; width: 100%; margin: 0 auto; text-align: center; line-height: 22px; padding: 10px 0;}
}


@media screen and (max-width: 400px) {
/* HOMEPAGE */
	.equipment-wrapper a div.box1, .equipment-wrapper a div.box2, .equipment-wrapper a div.box3, .equipment-wrapper a div.box4, .equipment-wrapper a div.box5 {float: none; width: 100%; margin: 0 auto; margin-top: 1%; margin-bottom: 1%;}
}




























