/********* COLORS *********
Red:			#df1f26
Dark Gray:		#444444
**************************/

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

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

@font-face {
    font-family: 'Roboto-Light';
	src: url('fonts/Roboto-Light-webfont'); /* IE9 Compat Modes */
  	src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/Roboto-Light-webfont.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/Roboto-Light-webfont.woff') format('woff'), /* Pretty Modern Browsers */
		 url('fonts/Roboto-Light-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: 92%;
    padding: 0 2%;
    margin: 0 2%;
}

.width-0-50 {
    width: 46%;
    padding: 0 1%;
    margin: 0 1%;
}

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

.width-0-33 {
	width: 24%;
    padding: 0 1%;
    margin: 0 1%;
}

.width-0-67 {
    width: 65%;
    padding: 0 2%;
    margin: 0 1%;
}

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

/********************
This rule displays the fixed background properly on all devices.
********************/
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url('../media/images/background2.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

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

a:hover { text-decoration: underline; }

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

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

.col-4 { display: inline-block; width: 22.75%; }
.col-4+.col-4 { margin-left: 2%; }

.col-6 { display: inline-block; width: 13.9%; }
.col-6+.col-6 { margin-left: 2%; }

#header { 
	position: relative;
	margin-top: 40px;
	height: auto;
	z-index: 500;
}

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

#sublogo-phone {
    position: absolute;
    top: 62px;
    left: 55px;
    font-size: 1.3em;
    font-weight: bold;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

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

#header-content-wrapper {
    width: 100%;
    background: #df1f26;
	min-height: 34px;
}

#header-content {
	position: relative;	
}

#container, #footer-content {
    max-width: 1040px;
	margin: 30px auto 0 auto;
}

#index #container-center {
    margin-top: 3em;
}

#container { min-height: 70vh; }

#header .navigation {
	float: right;
	margin-right: 100px;
}

#header .navigation a {
	color: #fff;
	text-transform: uppercase;
	font-family: "Roboto-Condensed", "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1em;
}

#header .navigation > li > a {
    padding-bottom: 7px;
	text-transform: uppercase;
}

#header .navigation li {
    padding: 11px 0 10px 30px;
	position: relative;	
}

/*
#header .navigation > .parent:hover ul {
  display: block;
  top: 37px;
}
*/

#header .navigation > li > ul {
    padding: 0;
    position: absolute;
    top: 0;
    left: 30px;
    width: 150%;
    display: none;
    background: #fff;
    /* opacity: 0; */
    /* visibility: hidden; */
    margin: 0;
    box-shadow: 1px 0px 7px 1px rgba(0,0,0,.4);
    -moz-box-shadow: 1px 0px 7px 1px rgba(0,0,0,.4);
    -webkit-box-shadow: 1px 0px 7px 1px rgba(0,0,0,.4);
}

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

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

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

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

#mobile-phone-btn {
    display: none;
    background: url('../media/images/phone-icon.svg');
    background-size: cover;
    width: 32px;
    height: 38px;
    position: absolute;
    top: 0px;
    right: 76px;
    z-index: 1000;
    cursor: pointer;
}

/************************* Dealer Navigation ********************************/
#header #dealer-nav {
	float: right;
	padding: 11px 0 10px 30px;
	display: inline-block;
	margin-right: 2%;
}

#header #dealer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#header #dealer-nav a {
	color: #fff;
	text-transform: uppercase;
	font-family: "Roboto-Condensed", "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1em;
}

#header #dealer-nav li  a {
    color: #333;
	text-transform: inherit;
}

#header #dealer-nav .dealernavigation > li > a {
    padding-bottom: 7px;
}


#header #dealer-nav > ul > li {
  display: block; 
  border-bottom: 1px solid #dbc4a1;
  padding: 5px 10px;
  text-align: left;
}

#header #dealer-nav > ul li > .dealernavigation > li {
	padding: 5px 10px;
}

#header #dealer-nav > ul li > .dealernavigation > li+li {
	border-top: 1px solid #dbc4a1;
}

#header #dealer-nav:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 37px;
}

#header #dealer-nav > ul {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    display: none;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    box-shadow: 1px 0px 7px 1px rgba(0,0,0,.4);
    -moz-box-shadow: 1px 0px 7px 1px rgba(0,0,0,.4);
    -webkit-box-shadow: 1px 0px 7px 1px rgba(0,0,0,.4);
}

#header #dealer-nav > li > ul a {
	font-size: 1em !important;
	color: #000;
	text-transform: inherit;
}

#header #dealer-nav > li > ul a:hover {
	color: #ef4a4e;
}

#header #dealer-nav > .parent > ul > li { 
  display: block; 
  border-bottom: 1px solid #dbc4a1;
  padding: 5px 10px;
  text-align: left;
}

/************************* Home Page ********************************/
#index #title { display: none; }

.row { margin-top: 30px; margin-bottom: 30px; }

.index-welcome {
    line-height: 2em;
}

#slider { position: relative; }

#slider span {
    position: absolute;
    bottom: 17px;
    right: 18px;
    width: 58%;
    font-size: 2em;
    text-align: right;
    color: #fff;
}

.index-content {
	/* -webkit-text-stroke: 1px #fff; */
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

/*************************** Footer **************************************/
/*
body, html { height: 100%; }
body { display: table; width: 100%; table-layout: fixed; }
#header, #container, #footer { display: table-row; height: 1px; }
#container { height: 100%; height: 100vh; }
*/

#footer-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

#footer { max-width: inherit; width: 100%; margin-top: 60px;}

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

#footer-content {
	margin: 0 auto;
	padding: 20px 0;
	color: #000;
	background: rgba(255,255,255, 0.9);
}

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

#footer .navigation { display: none; }

#footer-address, #footer-logo, #footer-text { float: left; display: inline-block; font-size: 0.9em; }
#footer-logo, #footer-text { margin-left: 2%; }
#footer-address { text-align: right; width: 33%; }
#footer-logo { width: 15%; }
#footer-text { text-align: left; width: 40%; }


#post-footer { background: #fff; border-top: 10px solid #df1f26; padding: 20px 0;}

#copyright, #footer-contact { display: inline-block; font-size: 0.7em; color: #666; margin: 0 2%; }
#copyright { float: left; }
#footer-contact { float: right; color: #df1f26; }
#footer-contact a, #footer-contact a:visited { color: #df1f26; }
#footer-contact a:hover { text-decoration: underline; }
#copyright a, #copyright a:visited { color: #666; }
#copyright a:hover { text-decoration: underline; }

/******************************* 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: #df1f26;
	padding: 8px 11px;
    text-transform: uppercase;
    font-size: 1.2em;
}

input[type="submit"]:hover { cursor: pointer; background: #999; }

/********************************* Dealer Login *****************************/
#login-form #username-input, 
#login-form #password-input,
#change-pass-form #current-password-input,
#change-pass-form #new-password-input,
#forgot-password #email {
    display: block;
    margin: 10px 0;
    padding: 0 5px;
    height: 2em;
    width: 90%;
}

#login-form input[type="submit"] { margin-bottom: 20px; }
#login-form #forgot { margin: 10px 0; }
#add-err { margin-bottom: 10px; }

/************************** Categories and Products *************************/
#category-info, #category-image { display: inline-block; }

#category-page .dhwidget-right {
    border-left: 1px solid #d7d7d7;
}

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

.view-details {
    padding: 8px;
    background: #ef4a4e;
    color: #fff;
    margin: 0 10%;
    border-radius: 6px;
    font-size: 1em;
}

.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; }

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

.product-excerpt {
    margin-top: 10px;
}

.product-name {
    color: #df1f26;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    margin: 8px 0;
    display: inline-block;
}

.product-container {
    /* border: 1px solid #999; */
    width: 28%;
    text-align: left;
    padding: 10px;
    display: inline-block;
    margin-right: 1%;
    vertical-align: top;
}

.product-container img { 
	display: block;
	margin: 0 auto; 
	max-height: 148px !important;
	width: auto;
}

.product-container img.landscape {
	max-height: 148px !important;
	width: auto;
}

.product-image {
    max-height: 148px;
    min-height: 148px;
    margin-bottom: 10px;
}

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


.product-excerpt a { color: #df1f26; }


/**************************** Product Page **********************************/
#product-page .dhwidget-right {
    border-left: 1px solid #d7d7d7;
}

.category #title, .product #title { display: none; }

#description {
    float: left;
    width: 58%;
    margin-right: 2%;
}

#product-title {
    margin-bottom: 20px;
}

#description a { color: #df1f26; }

.more-info {
	padding: 5px 9px 9px 9px;
    font-size: 1.2em;
    width: 13.75em;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#eee));
    background: -webkit-linear-gradient(top, #eee, #ddd);
    background: -moz-linear-gradient(top, #eee, #ddd);
    background: -ms-linear-gradient(top, #eee, #ddd);
    background: -o-linear-gradient(top, #eee, #ddd);
    margin: 20px 0;
}

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

.download-info .icon {
    background: url('../media/images/icon-download.png');
    background-size: cover;
    width: 18px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}
.download-info a { color: #0066ab; }

#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: #444;
    display: table-cell;
    margin: 0 -2px;
    text-align: center;
    min-height: 44px;
    padding: 3.2%;
    width: 13.6%;
    vertical-align: middle;
    cursor: pointer;
}

#specs { overflow: auto; }

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

#specs tr:first-child td {
	background: #df1f26;
	color: #fff;
	font-weight: bold;
	padding: 8px 10px;
	line-height: 1em;
	border: none;
	font-size: 16px;
}

#specs tr:nth-child(2) {
	background: #f5f5f5;
	color: #444;
	font-weight: bold;
	padding: 8px 10px;
	line-height: 1em;
}

#specs td:first-child {
	text-align: left;
	width: 8%;
}
#image-container .image img { cursor: pointer; }
#specs tr:not(:nth-child(-n+2)) {
	background: #fff;
}

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

.brochure-preview {
    width: 100px;
}

.brochure-preview a {
    color: #df1f26;
}

#mobile-notice { display: none; }

/********************************* Sidebar **********************************/
#sidebar a:hover { text-decoration: underline; color: #df1f26; }
#sidebar .active { color: #df1f26; }

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

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

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

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

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

#sidebar a {
	color: #000;	
}
.toggle-sidemenu {
  display: none;
}

.category-count {
    color: #888;
}

#dealer-account-links { border-top: 2px solid #d7d7d7; margin-bottom: 30px; padding-top: 10px; }
#sidebar h4 { margin: 0 0 16px 0; }

/*********************** Brochure and Manual Pages *************************/
.brochures-dhwidget > div+div {
	padding-top: 20px; margin-top: 20px;
	border-top: 1px solid #d7d7d7;
}

.brochures-dhwidget { margin-bottom: 30px; }

.brochures-title {
    margin-bottom: 10px;
}

.brochures-title a {
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
	margin-bottom: 10px;
}

.brochures-thumbnail {
    height: 100px;
    margin-right: 4%;
	width: 78px;
}
.brochures-thumbnail img {
    height: auto !important;
    width: 100% !important;
    border: 1px solid #d7d7d7;
}

.brochures-content {
    width: 80%;
}

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

.button {
    margin: 20px;
    background: #df1f26;
    padding: 11px;
    text-transform: uppercase;
    font-size: 1.1em;
	color: #fff;
}

#inner #container-center { 
	background: rgba(255,255,255,0.9);
	padding: 4% 0;
    margin-top: 36px;
}

#title { 
	color: #444;
	text-transform: uppercase;
	font-family: "Roboto-Condensed", "Open Sans", Helvetica, Arial, sans-serif;
	margin: 0 2% 10px 2%;
	padding: 0 2%;
}

#title, #category-title, #product-title { 
	color: #515d5e;
	text-transform: uppercase;
	font-family: "Roboto-Condensed", "Open Sans", Helvetica, Arial, sans-serif;
}

#category-title h1, #product-title h1 { margin: 0; }

#breadcrumb { display: block; font-size: 0.9em; background-color: red; padding: 10px 4%; margin: 20px 0}
#breadcrumb li, .breadcrumb { display: inline; }
#breadcrumb li+li:before, .breadcrumb:before { content: "/"; margin: 0 3px; color: #fff;}
#breadcrumb li a { color: #fff; }
#breadcrumb .breadcrumb-home { display: inline; color: #fff; }


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

#login-box {
    border: 1px solid #d5d5d5;
    background: #f7f7f7;
    padding: 2%;
    margin-bottom: 30px;
}

.login .width-0-60, .login .width-0-40 { margin: 0 2%; padding: 0 2%; }

.dealercategory .dhwidget-right, .dealerpage .dhwidget-right, #dealer-category-content {
    border-left: 1px solid #d7d7d7;
}

#map-legend { margin: 10px 0; padding-bottom: 10px; border-bottom: 1px solid #d7d7d7; }
.map-entry { display: inline-block; font-weight: bold; }
.map-entry img { height: 20px; width: 20px; }
#header #dealer-nav { display: none; }

@media screen and (max-width: 1189px) {
	#header-logo {
		height: 63px;
		width: 200px;
		top: -11px;
	}
	
	#sublogo-phone {
		left: 29px;
		font-size: 1.1em;
	}
}

@media screen and (min-width: 1069px)  {
	/*#header .navigation, #header #dealer-nav { display: inline-block !important; display: none; }*/
	#header .navigation { display: inline-block !important; }
}


@media screen and (min-width: 1069px) {
	#header .navigation > .parent:hover ul {
		display: block;
		top: 37px;
	}
}

@media screen and (max-width: 1069px) {
	#mobile-menu-btn, #mobile-phone-btn {
		display: block;
	}
	
	#header {
		margin-top: 26px;
	}
	
	#header-content-wrapper {
		min-height: 45px;
	}
	
	#header #nav-wrapper {
		
	}
	
	#header #dealer-nav {
		display: none;
		position: absolute;
		background: #df1f26;
		top: 33px;
		padding-top: 45px;
		width: 100%;
		z-index: 500;
		-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);
	}
	
	#header .navigation {
		display: none;
		position: absolute;
		background: #df1f26;
		top: 33px;
		padding-top: 45px;
		width: 100%;
		z-index: 500;
		-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);
	}
	
	#header .navigation a { color: #fff; }
	
	#header .navigation > .parent:hover ul {
	  display: none;
	  opacity: inherit;
	  visibility: inherit;
	}
	
	#header .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;
	}
	
	#header .navigation > li > ul > li {
		padding: 10px 0 !important;
		display: inherit;
		border-bottom: none !important;
	}
	
	#header .navigation > li > ul > li+li {
		border-top: 1px solid #fff;
	}
	
	#header .navigation > li > ul a {
		font-size: 1.2em !important;
		color: #fff;
	}
	
	#header .navigation > li > ul a:hover {
		color: #000;
	}
	
	#header .navigation > li {
		display: block;
		border-top: 1px solid #fff;
		margin: 0 15px !important;
		padding: 10px 0;
	}
	
	#header .navigation > li > a {
		font-size: 1.5em;
	}
	
	.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;
		top: 13px;
	}
	
	.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;
		top: 13px;
	}
}

@media screen and (max-width: 926px) {
	#index-slider { height: 250px  !important; }
}

@media screen and (max-width: 889px) {
	#copyright, #footer-contact {
		float: none;
		text-align: center;
		display: block;
		margin-top: 10px;	
	}
	
	.product-container {
		width: 42%;
	}
}

@media screen and (max-width: 830px) {
	#index-slider { height: 230px !important; }
	#index-gallery { height: 196px !important; }

@media screen and (max-width: 729px) {
	#index-slider { height: 206px !important; }
	#index-gallery { height: 150px !important; }
}

@media screen and (max-width: 699px) {
	.width-0-50 {
		width: 96%;
	}
	
	.width-0-67 {
		width: 92%;
	}
	
	.dhwidget-right, .dhwidget-left {
		float: none !important;
		width: 92% !important;
	}
	
	#sidebar {
		display: none;
	}
	.toggle-sidemenu:hover {
		border-color: red;
		color: red;
	}
	.toggle-sidemenu {
		border: 1px solid #DF1F26;
		border-radius: 10px;
		color: #DF1F26;
		display: block;
		font-size: 0.9em;
		padding: 0.5em 5px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		cursor: pointer;
		margin-bottom: 20px;
	}

	#product-page .dhwidget-left, 
	#product-page .dhwidget-right,
	#category-page .dhwidget-left, 
	#category-page .dhwidget-right {
		float: none; border: none; width: 94%; 
	}
	
	#footer-address, #footer-logo, #footer-text { float: none; display: block; margin: 20px auto; width: 90%; text-align: center; }
	#footer-address, #footer-logo, #footer-text { float: none; display: block; margin: 20px auto; width: 50%; text-align: center; }
}

@media screen and (max-width: 659px) {
	body:before {
		background: url('../media/images/background2.jpg') no-repeat 72%/100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}	
	
	.index-content {
		text-align: center;
	}
	
	#index-slider {
		width: 90% !important;
	}
	
	#index-slider+#index-slider { margin-left: 0 !important; margin-top: 20px; }

}

@media screen and (max-width: 559px) {
	#description, #gallery-wrapper {
		width: 96% !important;
		float: none !important;
		margin: 0 auto;
	}
	#login-form #username-input, #login-form #password-input { width: 94%; }
	
	.brochures-content {
		margin-top: 10px;
	}
	
	#mobile-notice { display: block; margin: 10px 0; font-weight: bold; font-style: italic; }
}

@media screen and (max-width: 389px) {
	.product-container {
		width: 94%; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #999;
	}
}