/********* COLORS *********
Gold:		#ffb33e
Green:		#365240
Dark Green:	#1c2b22
Red:		#a80100
**************************/

@font-face {
    font-family: 'Exo-Bold';
	src: url('fonts/exo-bold-webfont'); /* IE9 Compat Modes */
  	src: url('fonts/exo-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/exo-bold-webfont.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/exo-bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
		 url('fonts/exo-bold-webfont.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
	letter-spacing: 0.5em;
}

@font-face {
    font-family: 'Exo-Regular';
	src: url('fonts/exo-regular-webfont'); /* IE9 Compat Modes */
  	src: url('fonts/exo-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/exo-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/exo-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
		 url('fonts/exo-regular-webfont.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo-Semibold';
	src: url('fonts/exo-semibold-webfont'); /* IE9 Compat Modes */
  	src: url('fonts/exo-semibold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/exo-semibold-webfont.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/exo-semibold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
		 url('fonts/exo-semibold-webfont.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

.dhwidget.content-dhwidget img, .dhwidget.content-simplified-dhwidget img { height:auto !important; }

img { height: auto !important; width: 100%;}

.width-1-00 {
    width: 100%;
    padding: 0;
    margin: 2% 0;
}

.width-0-60 {
    width: 51%;
    padding: 2%;
    margin: 2%;
}

.width-0-67 {
    width: 57%;
}

body { font-family: Arial, "Open Sans", Helvetica, sans-serif; font-weight: light; font-size: 11pt;}

a { text-decoration: none; color: #ffb33e; }

a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5 { color: #365240; font-family: "Exo-Semibold", Arial, "Open Sans", Helvetica, sans-serif; text-transform: uppercase; }

h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }

#header { 
	position: relative;
	height: 174px;
	z-index: 500;
	border-bottom: 4px solid #ffb33e;
}

#header-logo {
	background: url('../media/images/logo.png') no-repeat;
    background-size: cover;
    height: 214px;
    width: 237px;
    position: relative;
    left: 0;
    top: -100px;
	position: absolute;
	z-index: 1000;
}

#header-top, #header-content, #pre-container-content, #footer-content, #brands-container, #post-footer-container {
	max-width: 1140px;
    margin: 0 auto;
}

#header-content {
	position: relative;	
}

#container {
    max-width: 1140px;
	margin: 0 auto 0 auto;
}

#header-top {
	text-align: right;
	background: #fff;
	padding: 28px 2% 35px 0;
	font-family: "Exo-Regular", Arial, "Open Sans", Helvetica, sans-serif;
	/* height: 78px; */
}

#header-top a {
	color: #365240;
}

.top-navigation { display: inline-block; }

.top-navigation ul { list-style: none; padding: 0; }
.top-navigation li { display: inline-block; }

.top-navigation a:after {
	content: "|";
	margin: 0 10px;
	color: #365240;
}

#header-top-phone { display: inline-block; }

#header-top-phone a {
    display: inline-block;
    background: #365240;
    padding: 10px 14px;
    border-radius: 6px;
    color: #fff;
    font-size: 1.3em;
}

#header .navigation {
	float: right;	
}

#header .navigation a {
	color: #365240;
	text-transform: uppercase;
}

#header .navigation > li > a {
    padding-bottom: 7px;
	font-size: 1.6em;
	font-weight: bold;
	font-family: "Exo-Semibold", Arial, "Open Sans", Helvetica, sans-serif;
}

#header .navigation li {
    padding: 8px 0 6px 30px;
	position: relative;	
}

#header .navigation li:hover > a{
	color: #ffb33e;
}

#header .navigation > li:before {
    content: ".";
    color: transparent;
    background: url('../media/images/icon-menu-item.png');
    background-size: cover;
    height: 16px;
    width: 17px;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: -3px;
}

#header .navigation > .parent:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 34px;
}

#header .navigation > li > ul {
	padding: 60px 9px 9px 9px;
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    display: none;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    margin: 0;
}

#header .navigation > .parent:hover ul:before {
    content: ".";
    color: transparent;
    background: #ffb33e;
    height: 4px;
    width: 51%;
    display: block;
    transform: rotate(12deg);
    position: absolute;
    top: 24px;
    left: 0;
}

#header .navigation > .parent:hover ul:after {
    content: ".";
    color: transparent;
    background: #ffb33e;
    height: 4px;
    width: 51%;
    display: block;
    transform: rotate(348deg);
    position: absolute;
    top: 24px;
    right: 0;
}

#header .navigation > li > ul a {
	font-size: 1em !important;
	color: #365240;
	text-transform: inherit;
}

#header .navigation > li > ul li:hover {
	background: #365240;
}

#header .navigation > li > ul li:hover a {
	color: #fff;
	text-decoration: none;
}

#header .navigation > .parent > ul > li { 
  display: block; 
  padding: 5px 10px;
  text-align: left;
}

#mobile-navigation { display: none; }

#mobile-menu-btn {
    display: none;
    background: url('../media/images/mobile-menu-btn.png');
    background-size: cover;
    width: 32px;
    height: 29px;
    position: absolute;
    top: 30px;
    right: 28px;
    z-index: 1000;
    cursor: pointer;
}

#mobile-phone-btn {
    display: none;
	background: #365240;
    position: absolute;
    top: 30px;
    right: 90px;
    z-index: 1000;
    cursor: pointer;
	padding: 6px 10px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#mobile-phone-btn .icon {
    background: url('../media/images/icon-phone-wht.png');
    background-size: cover;
    width: 14px;
    height: 21px;
    display: block;
    margin: 0 auto;
}

/************************* Home Page ********************************/
#index #pre-container-content { display: none; }

#index #container {
    width: 100%;
    max-width: 100%;
}
#index #container-center {
    width: 100%;
}

#index-content {
    max-width: 1140px;
    margin: 70px auto 64px auto;
}

#index #title, #index #sidebar { display: none; }

.row { margin: 30px 0; }

.index-welcome {
    margin-bottom: 100px;
}
.index-welcome-content { display: inline; width: auto; }

#warranty {
	font-family: "Roboto-Condensed", "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: bold;
	display: inline-block; 
	padding-right: 3%; 
	border-right: 1px solid #ccc; 
	float: left;
    line-height: 1em;
    text-align: right; 
	margin-right: 2%;
}

#warranty a { color: #a80100 !important; }

#warranty img { height: 39px; width: 40px; display: inline; margin-right: 10px; vertical-align: middle; }

#index-additional-info { padding: 15px; border-top: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7; text-align: center; }

.col-3 { width: 31%; display: inline-block; vertical-align: top; }
.col-3+.col-3 { margin-left: 3%; }

.col-4 { width: 20%; display: inline-block; vertical-align: top; }
.col-4+.col-4 { margin-left: 3%; }
/*************************** Footer **************************************/

#footer { max-width: inherit; width: 100%; background: #365240; }
#post-footer { max-width: inherit; width: 100%; background: #fff; padding: 10px 0;}

#footer a #footer a:visited { color: #fff; }

#footer-content {
	padding: 30px 0;
	color: #fff;
	text-align: center;
}

#footer-content a { color: #ffb33e; }

#footer-address {}

.footer-title {
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
	margin-bottom: 8px;
    font-size: 1.2em;
}

.footer-navigation { margin-bottom: 20px; font-family: "Exo-Semibold", Arial, "Open Sans", Helvetica, sans-serif; padding: 0; }

.footer-navigation li { display: none; }

.footer-navigation > li {
    display: inline-block;
	font-size: 1.2em;
}

.footer-navigation > li {
    display: inline-block;
	font-size: 1.2em;
	margin-bottom: 1em;
}

.footer-navigation > li+li {
    margin-left: 30px;
}

#post-footer-container { position: relative; padding: .5em 0;}

#copyright, #dh-link { display: inline-block; font-size: 0.7em; color: #365240; }
#copyright { float: left; }
#dh-link { float: right; }
#dh-link a, #dh-link a:visited { color: #365240; }
#dh-link a:hover { text-decoration: underline; }
#bbb-logo { 
	background: url('https://seal-fortwayne.bbb.org/seals/blue-seal-293-61-bbb-90020805.png');
	background-size: cover;
	width: 165px; 
	height: 35px;
    position: absolute;
    margin: -11px 50%;
}

/******************************* Contact Page *******************************/

.form-dhwidget {
    border: 1px solid #cccccc;
    background: #f5f5f5;
}

.form-submit {
    text-align: left !important;
}

.directions input[type="submit"] {
    width: 100%;
    margin-top: 10px;
}

input[type="submit"] {
    border: none;
    color: #fff;
    background: #365240;
    padding: 11px;
    text-transform: uppercase;
    font-size: 1.2em;
	cursor: pointer;
}

/************************** Categories and Products *************************/
/* .category #title { display: none; } */

.category-title {
    font-size: 1.5em;
    color: #ef4a4e;
    font-weight: bold;
    font-style: italic;
	font-family: "Exo-Semibold", Arial, "Open Sans", Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.nav-info {
    margin-bottom: 20px;
}

.product-container {
    width: 27%;
    display: inline-block;
    vertical-align: top;
    padding: 1em 2%;
    line-height: 1.1;
	border: 1px solid #d7d7d7;
	border-radius: 6px;
	margin: .5em 1%;
}

.product-container:nth-of-type(3n+1) {
    margin-left: 0;
}

.product-container:nth-of-type(3n+3) {
    margin-right: 0;
}

.product-container a {
    text-decoration: none;
    color: inherit;
    display: block;
    position: relative;
    padding-bottom: 4em;
}

.product-image img { margin-bottom: 10px; width: 100%; height: 100%; max-width: 100%; }

.product-name {
    color: #365240;
    font-size: 1.2em;
    text-transform: uppercase;
	display: block;
    margin: 0 0 .5em;
}

.product-model { margin: 5px 0; }

.view-details {
    background: #365240;
    color: #fff;
    border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    font-size: 1em;
	text-transform: uppercase;
	border: 1px solid #365240;
	position: absolute;
	bottom: 0;
    left: 0;
    width: 100%;
	text-align: center;
	box-sizing: border-box;
    display: block;
    color: #fff;
    margin: 1em 0;
    padding: .6em 0;
	font-weight: bold;
}

.product-container a:hover .view-details {
	background: #ffb33e;
	color: #1c2b22;		
}

.view-details .icon {
    background: url('../media/images/icon-view-details.png');
    background-size: cover;
    width: 12px;
    height: 10px;
    display: inline-block;
    vertical-align: inherit;
    margin-right: 8px;
}

.category-title span {
    background: #fff;
    padding: 0 2% 0 0;
	position: relative;
}

.category-title {
    background-color: #333;
    background-image: linear-gradient( 297deg, #fff, #fff 2%, #333 2% );
}

.category-title span:before {
	background: #ef4a4e;
    position: absolute;
    right: -25px;
    height: 100%;
    width: 5px;
    content: ".";
    color: transparent;
    transform: skewX(-18deg);
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 15;
}

.category-title span:after {
    background: #ef4a4e;
    position: absolute;
    right: -32px;
    height: 100%;
    width: 33px;
    content: ".";
    color: transparent;
    transform: skewX(-18deg);
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 10;
}

.category-description { margin-bottom: 30px; }

.category .dhwidget-right, .product .dhwidget-right { border-left: 1px solid #d7d7d7; margin-left: 0; width: 64%;}
.category .dhwidget-left, .product .dhwidget-left { margin-right: 0; width: 23%; }

/********************************* Sidebar **********************************/
#mobile-sidebar-btn {
	display: none;
    border: 1px solid #365240;
    padding: 10px;
    border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    text-align: center;
    text-transform: uppercase;
    background: #365240;
    color: #fff;
	cursor: pointer;
}

#mobile-sidebar-btn:hover {
    background: #ffb33e;
    color: #000;
}

#sidebar a:hover { text-decoration: underline; color: #ffb33e; }
#sidebar .active { color: #ffb33e; }

#sidebar-content ul {
    list-style: none;
	color: #000;
	margin-top: 8px;
}

#sidebar-content > ul {
	padding: 0;
}

#sidebar-content > ul > li {
	padding: 10px 0 0 0;
}

#sidebar-content > ul > li > ul {
	padding-left: 16px;
}

#sidebar-content ul li {
	margin-bottom: 8px;	
}

#sidebar a {
	color: #000;	
}

.category-count {
    color: #888;
}

#sidebar-content > ul > li > a .category-count {
	display: none;
}

/**************************** Product Page **********************************/
#description {
    float: left;
    width: 58%;
    margin-right: 2%;
}

#product-image {
	width: 40%;
	float: right;
}

.info-button {
    border: 1px solid #365240;
    border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    padding: 0;
	display: inline-block;
	margin: 10px 0;
}

.info-button:first-child { margin-right: 10px; }

.info-button .label {
    margin: 0 16px 0 8px;
    vertical-align: super;
}

.info-button a { font-weight: bold; color: #365240; text-transform: uppercase; }

.info-button .icon-wrap {
    display: inline-block;
    padding: 8px;
    background: #365240;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.info-button:hover .icon-wrap {
	background: #ffb33e;
}

.more-info .icon {
    background: url('../media/images/icon-request-wht.png');
    background-size: cover;
    width: 27px;
    height: 31px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
}

.download-info .icon {
    background: url('../media/images/icon-brochure-wht.png');
    background-size: cover;
    width: 18px;
    height: 32px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}

#product-menu ul {
    list-style: none;
    padding: 0;
}

#product-menu .info-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1em;
    vertical-align: middle;
}

#product-menu ul li {
    position: relative;
    background: #365240;
    display: table-cell;
    margin: 0 -2px;
    text-align: center;
    min-height: 44px;
    padding: 3.2%;
    width: 13.6%;
    vertical-align: middle;
    cursor: pointer;
}

#product-menu ul li+li { border-left: 1px solid #fff; }

#product-menu .selected { background: #1c2b22; }

.info-box { padding: 2%; border: 1px solid #d7d7d7;}
.info-box+.info-box { display: none; }

.color { width: 90px; display: inline-block; }
.color+.color { margin-left: 2%; }

#pricing.info-box,
#specs.info-box { padding: 0; }

#pricing table,
#specs table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

#pricing tr:first-child td,
#specs tr:first-child td {
	background: #444;
	color: #fff;
	font-weight: bold;
	padding: 8px 10px;
	line-height: 1em;
}

#pricing td:first-child,
#specs td:first-child {
	text-align: left;
}

#pricing tr:not(:first-child) td:first-child,
#specs tr:not(:first-child) td:first-child {
	background: #f7f7f7;
}

#pricing td,
#specs td {
    border: 1px solid #d7d7d7;
    padding: 5px;
    margin: 0;
	text-align: center;
}

/************************** General Styles *********************************/

.button {
    margin: 20px 0;
    background: #ffb33e;
    padding: 11px;
    font-size: 1.1em;
	opacity: 1 !important;
	color: #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#pre-container-content {
    padding-top: 55px;
	height: 100%;
}

#title { 
	color: #fff; 
	font-family: "Exo-Regular", Arial, "Open Sans", Helvetica, sans-serif; 
	text-transform: uppercase; 
	font-weight: normal; 
	margin-top: 0.25em;
}

#inner #breadcrumb { display: block; font-size: 0.9em; color: #fff; font-family: "Exo-Regular", Arial, "Open Sans", Helvetica, sans-serif;}
#breadcrumb li, .breadcrumb { display: inline; }
#breadcrumb li+li:before, .breadcrumb:before { content: "/"; margin: 0 10px; color: #fff;}
#breadcrumb li a { color: #fff; }
#breadcrumb .breadcrumb-home { display: inline; color: #ffb33e; }

#category-page #breadcrumb, #product-page #breadcrumb { font-family: Arial, "Open Sans", Helvetica, sans-serif;}
#category-page #breadcrumb li+li:before, #category-page .breadcrumb:before, #product-page #breadcrumb li+li:before, #product-page .breadcrumb:before { color: #666;}
#category-page #breadcrumb li a, #product-page #breadcrumb li a { color: #666; }
#category-page #breadcrumb .breadcrumb-home, #product-page #breadcrumb .breadcrumb-home { display: inline; color: #ffb33e; }

#contact .content-simplified-dhwidget {
	padding: 0 2%;
	margin: 0 2%;
}

#inner #pre-container {
    height: 140px;
    background: url('../media/images/pages-bg.jpg') top left no-repeat;
	background-size: cover;
}

.category #pre-container, .product #pre-container {
    height: 140px;
    background: url('../media/images/category-bg.jpg') 100% 50% no-repeat !important;
	background-size: cover;
}

.category #pre-container-inner-wrapper, .product #pre-container-inner-wrapper {
    background-image: linear-gradient( to top right, rgba(0,0,0,.4), transparent );
	height: 100%;
}


@media screen and (max-width: 1160px) {
	#header-top, #header-content, #pre-container-content, #inner #container-center, #footer-content, #post-container, #post-footer-container { margin-left: 2%; margin-right: 2%; }
	
	#inner #container-center { width: 96%; }
	#index #index-content { width: 96%; margin-left: 2%; margin-right: 2%; }
	
	.width-1-00 {
		width: 96%;
	}
}

@media screen and (min-width: 1020px)  {
	#header .navigation { display: inline-block !important; }
}

@media screen and (max-width: 1020px) {
	.callout span { font-size: 1.5em; }
	
	#index #pre-container { height: 0 !important; }
	
	.category #pre-container, .product #pre-container {
		background-position: left !important;
	}
	
	.index-slide { top:32px !important; }

	.index-slide-image {
		width:98% !important; 
		height:320px !important; 
		position:relative !important; 
		left:0 !important; top:0 !important; 
		margin:0 auto !important; 
		background-position:center bottom; 
	}
	
	.index-slide-text-wrapper { background: none !important; width:94% !important; height:auto; position:relative !important; left:0; top:0 !important; margin:0 auto; padding: 0 !important; }
	
	.index-slide-text { width: 100% !important; }

	#index-slider { height:280px !important; }

	.index-slide-title { color:#365240 !important; }

	.index-slide-caption { color:#000 !important; }

	.index-slide-link { background-color:#365240; color: #fff; }

	#index-content { margin-top:350px; }

	#index-dots { right:24px !important; bottom:-72px !important; left:auto !important; }
	
	#mobile-menu-btn { display: block; }
	
	#mobile-phone-btn { display: block; }
	
	#header {
		height: 100px;
	}
	
	#header-logo {
		height: 124px;
		width: 137px;
		top: 0;
	}
	
	#header-top { display: none; }
	#header-top-phone, #header-top-links { display: none; }
	
	#header-content-wrapper { min-height: 66px; border-bottom: 7px solid #fff; }

	#header .navigation { display: none; }
	
	#mobile-navigation { display: block; position: relative; z-index: 400;}
	
	#mobile-navigation .navigation {
		display: none;
		position: absolute;
		background: #365240;
		padding-top: 34px;
		width: 100%;
		-webkit-box-shadow: 0 7px 11px 0px rgba(0,0,0,.6);
		-moz-box-shadow: 0 7px 11px 0px rgba(0,0,0,.6);
		box-shadow: 0 7px 11px 0px rgba(0,0,0,.6);
	}
	
	#mobile-navigation .navigation a { color: #fff; }
	#mobile-navigation .navigation	a:hover { color: #ffb33e !important;  text-decoration: none !important; }

	#mobile-navigation .navigation > li > ul {
		padding: 10px 2%;
		position: initial;
		top: 0;
		right: 0;
		width: auto;
		display: none;
		background: none;
		opacity: 1;
		visibility: inherit;
		margin: 0;
		box-shadow:  none;
		-moz-box-shadow:  none;
		-webkit-box-shadow: none;
	}
	
	#mobile-navigation .navigation li:hover { text-decoration: none; }
	
	#mobile-navigation .navigation > .parent:hover ul {
	  display: none;
	  opacity: inherit;
	  visibility: inherit;
	}
	
	#mobile-navigation .navigation > .parent:hover ul:before {
		display: none;
	}
	
	#mobile-navigation .navigation > .parent:hover ul:after {
		display: none;
	}
	
	#mobile-navigation .navigation > li > ul > li {
		padding: 5px 0 !important;
		display: inherit;
		border-bottom: none !important;
	}
	
	#mobile-navigation .navigation > li > ul > li+li {
		border-top: 1px solid #fff;
	}
	
	#mobile-navigation .navigation > li > ul a {
		font-size: 1.2em !important;
		color: #fff;
	}
	
	#mobile-navigation .navigation > li {
		display: block;
		border-top: 1px solid #fff;
		margin: 0 15px !important;
		padding: 10px 0;
	}
	
	#mobile-navigation .navigation > li > a {
		font-size: 1.5em;
	    padding-bottom: 7px;
		font-weight: bold;
		font-family: "Exo-Semibold", Arial, "Open Sans", Helvetica, sans-serif;
	}
	
	#mobile-navigation .navigation > li:before {
		content: ".";
		color: transparent;
		background: url('../media/images/icon-menu-item.png');
		background-size: cover;
		height: 16px;
		width: 17px;
		margin-right: 8px;
		display: inline-block;
		position: relative;
		top: -3px;
	}
	
	.mplus {
		display: inline-block;
		cursor: pointer;
		width: 19px;
		height: 19px;
		background: transparent url('../media/images/minusplus.png') no-repeat left top;
		margin-right: 16px;
		position: absolute;
		right: 0;
	}
	
	.mminus {
		display: inline-block;
		cursor: pointer;
		width: 19px;
		height: 19px;
		background: transparent url('../media/images/minusplus.png') no-repeat left bottom;
		margin-right: 16px;
		right: 0;
		position: absolute;
		
}
}

@media screen and (min-width: 900px)  {
	#sidebar-content { display: block !important; }
}

@media screen and (max-width: 900px) {
	.index-content { width: 58% !important; }
	
	#inner #container-center { width: 96%; }
	
	#sidebar-content { display: none; }
	
	#sidebar-content {
		padding: 20px 3%;
		border: 1px solid #365240;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	}

	#mobile-sidebar-btn { display: block; }
	
	.dhwidget-right, .dhwidget-left {
    	float: none !important;
    	width: 92% !important;
	}
	
	#category { border: none; }
	
	#description, #gallery-wrapper, #product-image { width: 100% !important; float: none !important; }
	
	.col-3+.col-3 { margin-left: 2.5%; }
}

@media screen and (max-width: 798px) {
	#information { width: 250px !important; top: 40px !important; right: 20px !important;}
	#gallery-title { font-size: 2em !important; }
	#gallery-caption { font-size: 1.5em !important; }
	
	.callout span { font-size: 1.5em; }
	
	#footer-content { margin: 0 auto; width: 80%; }
	#footer-contact, #footer-trailers, #footer-nav { width: 100%; margin-left: 0; margin-bottom: 20px; }
	
	.product-container { width: 40%; margin-bottom: 3%;}
	
	.col-3 { width: 100%;}
	.col-3+.col-3 { margin-left: 0; }
}

@media screen and (max-width: 618px) {
	
	#title {
		font-size: 1.5em;
	}
	
	.index-welcome { text-align: center; }
	.index-welcome-content {
		display: block;
		margin: 2em 0;
		width: auto;
	}
	#warranty {
		display: block;
		text-align: center;
		padding: 0 ;
		border: none;
		float: none;
		margin: 0 auto;
	}
	
	#product-menu .info-title { font-size: 0.8em; }
	
	#post-footer-container { text-align: center; }
	#copyright, #dh-link { float: none; display: block; margin: 10px 0; }
	
	#bbb-logo {
		position: relative;
		margin: 0 auto;
	}
}

@media screen and (max-width: 468px) {
	#product-menu ul li {
		display: inline-block;
		margin: .75% 0;
		min-height: 30px;
		width: 42.6%;
	}
	
	#product-menu ul li+li { border-left: none; }
	
	.product-container { width: 90%; margin-right: 0;}
	
	#specs {
		font-size: 0.8em;
	}
}