@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: urw-din, sans-serif!important;
	overflow-x: hidden;
}

.diamond-bg {
	background: url('/siteart/diamond-bg.jpg') repeat center;
	background-size: cover;
	background-attachment: fixed;
}

.black-bg {
	background: rgba(0,0,0,.75)!important;
	display: inline-block;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.1)!important;
}

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: 1180px; }
.inventory-width {width: 95%;  max-width: 1300px; margin: 0 auto;}

/***************************  HEADER STYLES  *************************************/
header .sticky {
  position: fixed;
  z-index: 999999;
  top: 0;
  width: 100%;
}

header {
	width: 100%;
	display: inline-block!important;
	height: auto;
	position: relative;
	margin: 0 auto;
	background-size: cover;
	background: url('/siteart/carbon-bg.jpg') no-repeat center;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
a.main-logo img {
	width: 100%;
	position: absolute;
	z-index: 999999;
	margin: 0 auto;
	display: block;
	max-width: 175px;
	float: left;
	margin-top: -40px;
}

.top-hdr {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	background: #222222;
	padding: 15px 0;
	line-height: 24px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}
.top-hdr a {
	color: #fff!important;
	padding: 0 10px;
	font-size: 14px;
}
.top-hdr a:hover {
	color: #fff!important;
}
.top-hdr .fas {
	color: #ce242b;
}
/*********************  HOMEPAGE STYLES **************************************/
/* search */
.keyword-search {
	float: right;
	width: 45%;
	margin: 0 auto;
	padding: 25px 0;
	display: inline-block;
	text-align: center;
	/*box-shadow: 0px 2px 8px rgba(0,0,0,0.25);
	background: rgba(0,0,0,.5);*/
}

.keyword-search h4 {
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
}

form.detailed-search input::placeholder {
	
}

form.detailed-search input {
	padding: 15px!important;
	line-height: 22px!important;
	font-size: 16px!important;
	border: none!important;
	background: #fff!important;
	height: auto!important;
	width: 80%!important;
	border-radius: 0!important;
}

form.detailed-search input#keywords {
	line-height: 22px!important;
}

form.detailed-search input#submit {
	background: #ce242b!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: #f1f1f1!important;
	color: #000!important;
	font-weight: bold!important;
}

form.detailed-search button {
	vertical-align: middle;
    padding: 6px 10px!important;
    background: #ce242b!important;
    border: none;
	cursor: pointer;
	height: auto;
	border-radius: 0!important;
}

form.detailed-search button:hover {
	background: #000;
}


.about-wrapper {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	padding: 4em 2em;
	color: #fff;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.1)!important;
}
.col2 {
	float: left;
	width: 60%;
	margin: 2%;
	line-height: 26px;
	padding: 1em;
}
.col2.title {
	max-width: 350px;
}
.col2.title img {
	width: 100%;
	display: block;
	max-width: 700px;
	margin: 0 auto;
}
.about-wrapper h2 {
	font-weight: 800;
	color: #fff;
	display: block;
	line-height: 26px;
	margin-bottom: 15px;
}


/*********************  CONTACT STYLES **************************************/
/** page wrapper **/
a#cta-btn {
	float: left;
	display: block;
    text-align: center;
    color: #fff;
	border: 2px solid #fff;
	background: #ce242b;
    padding: 1em 2em;
    margin: 15px 15px 0 0;
	font-weight: 600;
}
a#cta-btn:hover {
	background: #222222;
}

.page-wrapper {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
}
.page-wrapper h2 {
    border-bottom: 2px dashed #ccc;
	padding-bottom: 10px;
    padding-left: 10px;
    line-height: 30px;
    margin-top: 50px;
}
.page-wrapper .title h1 {
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 3em .5em;
	color: #fff;
	font-size: 50px;
	background: url('/siteart/title-hero.jpg') no-repeat center;
	background-size: cover;
	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;
	font-family: teko, sans-serif;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.page-wrapper p {
	padding: 2.5em .5em;
	line-height: 26px;
}

.contact-info {
	width: 100%;
	display: inline-block;
	margin: 15px 0;
}

.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: #6e0200;
	font-weight: 700;
}

.contact-info .left p a:hover {
	color: #000;
	text-decoration: underline;
}

.contact-info .right {
	float: right;
	width: 50%;
}



/*********************  FOOTER STYLES **************************************/

footer {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	box-sizing: border-box;
	background: url('/siteart/footer-bg.jpg') no-repeat center;
	background-size: cover;
	color: #fff;
	font-size: 15px;
	margin-top: -5px;
}
footer img {
	width: 100%;
	max-width: 150px;
	display: block;
	margin: 0 auto;
}

footer .col a:hover {
	text-decoration: underline;
	color: #fff;
}

footer .col a {
	color: #cccccc;
	font-size: 14px;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

footer .col {
	float: left;
	width: 21%;
	margin: 2%;
	padding: 40px 0;
	display: inline-block;
	line-height: 24px;
	color: #cccccc;
	font-family: urw-din, sans-serif;
}

footer .col h2 {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: teko, sans-serif;
	color: #fff;
	font-size: 30px;
}

footer .col p {
	font-size: 14px;
}

.site-host {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: #000;
	padding: 20px 0;
}

.site-host p {
	text-transform: uppercase;
	color: #777777;
	letter-spacing: .75px;
	font-size: 10px; 
	line-height: 18px;
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-family: urw-din, sans-serif;
}


/**********************  MEDIA QUERIES (RWD) ***************************************/
@media screen and (max-width: 1400px) {
/* HEADER */
	a.main-logo img {max-width: 160px; margin-top: -35px;}
}

@media screen and (max-width: 1280px) {
/* HOMEPAGE */
	.col2.title {max-width: none;}
	.col2 {width: 93%;}
	.about-wrapper {padding: 4em;}
}

@media screen and (max-width: 1180px) {
/* HEADER */
	a.main-logo img {position: relative; margin-top: 0; padding: 15px 0; max-width: 130px;}
	.keyword-search {padding: 4em 0;}
	.top-hdr a {font-size: 12px;}
	.keyword-search {width: 65%;}
	
/* FOOTER */
	footer .col {width: 29%;}
	footer .col:last-of-type {display: none;}
}

@media screen and (max-width: 850px) {
/* HEADER */
	.top-hdr a {display: none;}
	.top-hdr {padding: 16px 0;}
	.keyword-search {padding: .75em 0; width: 50%;}
	
	a.main-logo img {position: absolute; margin-top: -40px; max-width: 115px;}
	
/* HOMEPAGE */
	a#cta-btn {float: none; width: 100%;}
	.about-wrapper {padding: 2em;}
	
	.diamond-bg {background-attachment: inherit;}
	
/* FOOTER */
	footer .col {float: none; width: 100%; text-align: center; margin: 0 auto; padding: 30px 0;}
}

@media screen and (max-width: 500px) {
/* HEADER */
	.keyword-search {display: none;}
	.top-hdr {margin-bottom: -4px;}
}













