/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, iframe,
footer, header, hgroup, menu, nav, section {
	display: block;
}

td{vertical-align:top;}
a {
    color: #fe0002;
    text-decoration: none;
}
a:hover{color: #040709;text-decoration: none;}
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;
}
img {
display: block;
height: auto;
max-width: 100%;
}


/** The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.  mp/bestclearfix **/
.clear, .clear:before, .clear:after { zoom: 1; clear: both; line-height:0; display: block; height: 0; overflow: hidden; }


/*------------------------------------*\
  TYPE - 12px BASE
\*------------------------------------*/

/*--- HEADINGS ---*/
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 12px;
  font-weight: bold;
font-family: 'Titillium Web', sans-serif;
}

h1 {
 font-size: 2em; 
 line-height: 1.125em; 
 margin-top: 12px;
}

h2 {
  font-size: 1.8em; 
  line-height: 1.125em; 
}

h3 {
  font-size: 1.6em; 
  line-height: 1.2857em; 
}

h4, h5, h6 {
  font-size: 1em; 
  line-height: 1.5em; 
}
.h2 {
  font-size: 1.8em; 
  line-height: 1.125em; 
}
/*--- PARAGRAPHS ---*/
p {
  margin-bottom: 18px;
}

/*--- LISTS ---*/
ul, ol {
  margin-bottom: 18px;
}

ul {
  list-style: square outside;
  padding-left:20px;
}

ul ul,
ol ol {
  margin: 0 0 0 60px;
}

/*--- QUOTES ---*/
blockquote {
  margin: 0 60px 0 45px;
  border-left: 5px solid #ccc;
  padding-left: 10px;
  text-indent: -0.4em;
}

blockquote b {
  display: block;
  text-indent: 0;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
}
body {
background-color: #FFFFFF;
color: #333;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
line-height: 1.42857em;
margin-top: 0;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#header {
    background: url(/images/dwm-logo_desktop-lrg.png) no-repeat center #000;
    height: 75px;
    margin-bottom: 6px;
}
.white {color: #ffffff!important;}
.red {color:#cb2227;}
.red-border {background:#fe0002; height: 14px;}
.red-bg {background:#cb2227;}

embed, object, iframe{max-width: 100%;}

.navbar {
position: relative;
min-height: 50px;
margin: 0;
background: #2f343e;
}
.navbar-inverse {
border: none;
}
.navbar-nav {
float: left;
margin: 0;
}
.navbar-inverse .navbar-toggle {
border-color: #fff;
background-color: transparent;
}
.navbar-toggle {border: 2px solid;}

.navbar-inverse .navbar-nav > li > a {
color: #ffffff;
padding: 20px 15px 15px;
font-size: 120%;
line-height: 100%;
font-family: 'Titillium Web', sans-serif;
text-transform: uppercase;
}
.navbar-inverse .navbar-nav > .active > a {
	color: #ffffff;
	background-color:transparent;
        font-weight: bold;
        border-bottom: 5px solid #fe0002;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color:transparent;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #ffffff;
	background-color:transparent;
}
.dropdown-menu {background-color: #2f343e;}
.dropdown-menu>li>a {
color: #fff;
font-family: 'Titillium Web', sans-serif;
padding: 6px 10px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
color: #82000a;
background-color: #fff;
}
.jumbotron {
clear: both;
padding: 0;
margin: 0 auto;
background: transparent;
}
.pos-rel {position: relative;}
.client-focus {
    padding: 50px 0;
}
.h1 {
    font-size: 68px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
}
.down-arrow {
    width: 67px;
    height: 67px;
    position: absolute;
    left: 47%;
    top: -38px;
    z-index: 6;
}

.products-tiles a {
    display: inline-block;
    margin: 8px;
    text-decoration: none;
}
.products-tiles a:hover {opacity:0.8;}
.products-tiles-title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 150%;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
    display: block;
    text-align: left;
    padding: 22px 0 22px 15px;
    background: #2f343e;
    position: relative;
}
.right-arrow {
    position: absolute;
    right: 12px;
    top: 14px;
}
#content {
	padding-bottom:100px; /* Height of the footer element */
}
#footer {
color: #fff;
background: #424a55;
padding-top: 15px;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#footer a {
color: #fff;
text-decoration: none;
}
.ftr-logo {float:left; margin-right:20px;}
.ftr-copy {padding-top: 10px; float: left;}
.ftr-fb {float:right;}
.ftr-login {
    float: right;
    padding: 10px 50px 0 0;
}
.row-centered {
    text-align:center;
}
.col-centered {
display: inline-block;
text-align: left;
margin: 10px;
vertical-align: top;
}
.nivo-directionNav {
display: none;
}
.product {
    height: 260px;
    width: 360px;
    float: left;
    margin: 10px;
}
.prod-img {border-bottom: 8px solid #2f343e;}
.prod-img p {margin-bottom: 0;}
.product-title {
    color: #2f343e;
    text-transform: uppercase;
    font-size: 140%;
    line-height: 100%;
}
.prod-btn {
    padding: 8px 10px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 700;
    font-size: 120%;
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 15px;
    line-height: 120%;
}
.prod-btn a {color: #fff;}
.prod-descr {
    padding-left: 15px;
    padding-top: 8px;
    clear: both;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
}
/******** CONTACT FORM ********/
.contactField {
height: 32px;
margin-right: 10px;
margin-bottom: 10px;
}
.contactLabel {
    width: 120px;
    text-align: left;
    float: left;
    margin-top: 8px;
}
.contactForm input, .contactForm select, .contactForm textarea {
width: 200px;
float: left;
margin: 0;
border: 1px solid #8c8c8c;
border-radius: 5px;
padding: 5px;
color: #040709;
font-family: 'Titillium Web', sans-serif;
}
.contactForm textarea {
height: 100px;
width: 410px;
}
.contactSubmit {
height: 32px;
width: 200px;
float: left;
margin-bottom: 20px;
clear: both;
}
.contactSubmit input {
float: right;
width: 120px;
background: #cb2227;
color: #fff;
font-family: 'Titillium Web', sans-serif;
font-size: 100%;
line-height: 120%;
text-transform: uppercase;
}
.contactSubmit input:hover {background: #040709;}
.contactForm .contactSubmit {padding: 10px 0 0 240px;}
div.website,div.website * {
    display: none !important
}
.requiredSymbol, .errorMessage {
    color: red;
}
/**** FAQ ****/
.faq-questions a {
 color: #cb2227;
 font-weight: bold;
}
.faq-answers p.faq-title {
font-weight: bold;
margin: 0 0 5px;
color: #cb2227;
}
p.faq-top {
font-size: 12px;
margin: 5px 0 25px;
text-transform: uppercase;
}
.faq-top a {
color: #cb2227;
text-decoration: none;
}

/******** QUOTE REQUEST FORM ********/
.quote-field {
/*height: 32px;*/
margin-right: 10px;
margin-bottom: 10px;
clear: both;
}
.quote-field legend {padding: 5px 0px 5px 0px;}
.quote-label {
    width: 150px;
    text-align: left;
    float: left;
    margin-top: 8px;
}
.request-quote-form input, .request-quote-form select, .request-quote-form textarea {
width: 200px;
float: left;
margin: 0;
border: 1px solid #8c8c8c;
border-radius: 5px;
padding: 5px;
color: #040709;
font-family: 'Titillium Web', sans-serif;
}
.date-opts select{
width: 80px;
}
.request-quote-form textarea {
height: 100px;
width: 410px;
}
.radio-options input {width: 25px}
.radio-options label {
    clear: both;
    width: auto;
}
.radio-options div {
    float: left;
    clear: both;
    margin-left: 150px;
}
.checkbox-options {
    clear: both;
}
.checkbox-options label {
    clear: both;
    width: auto; /*200px;*/
}
.checkbox-options div {
    clear: both;
    float: left;
    margin-left: 150px;
}
.checkbox-options input {
    width: 25px;
}
.quote-submit {
height: 32px;
width: 200px;
float: left;
margin-bottom: 20px;
clear: both;
}
.quote-submit input {
float: right;
width: 120px;
background: #cb2227;
color: #fff;
font-family: 'Titillium Web', sans-serif;
font-size: 100%;
line-height: 120%;
text-transform: uppercase;
}
.quote-submit input:hover {background: #424a55;}
.request-quote-form .quote-submit {padding: 10px 0 0 270px;}
.news-article-summary p {margin-bottom: 5px;}
.img-left{float:left; margin: 0 10px 10px 0;}
.img-right {float:right; margin: 0 0 10px 10px;}
.no-left-padding {padding-left:0;}
.no-right-padding {padding-right:0;}
.balex-tiles {clear: both;}
.balex-tiles img {
    margin: 0 8px 8px 0;
    float: left;
}
#loginform {
    width: 400px;
    margin: 20px auto;
}
#loginform legend {border:0;}
.userName {margin-bottom:20px;}
.userName label {width:20%;}
.userName input {
    padding: 5px;
    width: 60%;
    border: 1px solid #ccc;
}
.rememberMe label {margin-right: 15px;}
.userLogin input {
    background: #cb2227;
    color:#fff;
    border: 0;
    border-radius: 4px;
    font-weight: 700;
    padding: 5px 15px;
    text-transform: uppercase;
}
/***** About Us Videos ****/
.about-video-wrapper {
    text-align: center;
}
.about-video-wrapper video {
    width: 100%;
    height: auto!important;
    max-width: 1280px!important;
    border: 1px solid #ededed;
}

/********  Media Queries *********/
@media (max-width: 1200px) {
  .navbar-inverse .navbar-nav > li > a {padding: 20px 8px 15px; font-size: 110%;}
}
@media (max-width: 1164px) {
 #header {
    background: url(/images/dwm-logo_desktop.png) no-repeat center #000;
    height: 75px;
    margin-bottom: 6px;
 }
}
@media (max-width: 1024px) {
  #header {
    background: url(/images/dwm-logo_tablet.png) no-repeat center #000;
    height: 130px;
    margin-bottom: 6px;
 }
}
@media (max-width: 992px) {
  .navbar-inverse .navbar-nav > li > a {padding: 20px 4px 15px; font-size: 90%;}
  .contactForm {min-height: 320px;}
}
@media (max-width: 768px) {
  .navbar-inverse .navbar-nav > li > a {padding: 20px 3px 15px; font-size: 90%;}
}
@media (max-width: 767px) {
 #header {
    background: url(/images/dwm-logo_mobile.png) no-repeat center #000;
    height: 90px;
    margin-bottom: 6px;
 }
}
@media (max-width: 710px) {
  .ftr-fb {float: left; margin-left: 10px;}
  .ftr-login {float: left; padding:10px 10px 0 10px;}
}
@media (max-width: 445px) {
  .request-quote-form textarea {width: 100%;}
  .request-quote-form .quote-submit {padding: 10px 0 0 0;}
  .quote-submit input {float: left;}
  .radio-options div {margin-left: 0;}
  .checkbox-options div {margin-left: 0;}
  #content {padding-bottom: 150px;}
  #footer {height: 150px;}
}
/* Stylesheet: main Modified On 2017-07-25 10:44:17 */
