@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
/*Reset Stylesheet - Last Updated: 21 2 2014*/
html, body, div, section, article, span, figure, figcaption, caption, img, h1, h2, h3, h4, h5, h6, p, a, button, blockquote, pre, abbr, address, small, strong, sub, sup, ol, fieldset, form, label, input, output, textarea, legend, table, tr, th, td, footer, header, hgroup, aside, menu, nav, time, mark, audio, video, canvas, embed, iframe, object, ol{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	max-width: 100%;
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul, li {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	font-family: sans-serif;
}
body {
	color: #000000;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
a {
	color: #881e1f;
	text-decoration: none;
	cursor: pointer;
}
strong{ font-weight:bold; }
.content {
	clear: both;
	margin: 0 auto;
	max-width: 1260px;
	padding: 0 30px;
	position: relative;
}
h1{ font-size:32px; margin-bottom:15px; }
h2{ font-size:24px ; margin-bottom:15px; }
h3{ font-size:20px;  margin-bottom:15px;}
h4{ /*font-size:16px;*/ margin-bottom:15px; font-weight:bold; }
h5{ font-size:14px; margin-bottom:15px; }
h6{ font-size:14px; margin-bottom:15px; }
/* Header Start */
#header {
	width: 100%;
	clear: both; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebebeb+0,f6f6f6+50,ffffff+100 */
	background: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 0%, #f6f6f6 50%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(50%, #f6f6f6), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%, #f6f6f6 50%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%, #f6f6f6 50%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%, #f6f6f6 50%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ebebeb 0%, #f6f6f6 50%, #ffffff 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	float: left;
	padding: 15px 0;
}
.header-container {
	margin: 0 auto;
	max-width: 1260px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}
.header-container .header-right {
	float: right;
	margin-top: 38px;
}
.header-container .header-right a.login-icon {
	background-image: url("../images/login-icon.png");
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: 600;
	padding-right: 24px;
}
.header-container .header-right a.login-icon:hover {
	text-decoration: underline;
}
.nav-container {
	background-color: #ddd;
	box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.4) inset;
	clear: both;
	position: relative;
	width: 100%;
	z-index: 999;
	float: left;
	padding: 5px 0;
}
.nav-header {
	clear: both;
	margin: 0 auto;
	max-width: 1260px;
	padding: 0 30px;
	position: relative;
}
#header-nav {
	display: inline-block;
	float: right;
	margin-top: 3px;
}
.nav-primary {
	margin: 0px;
	padding: 0px;
}
.nav-primary li, .nav-primary a {
	display: inline-block;
}
.nav-primary a {
	font-family: "Lato", sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	padding: 0 12px;
	text-transform: none !important;
	color: #000000;
	border-right: 1px solid #888888;
}
.nav-primary a:hover, .nav-primary li:hover > a {
	color: #881e1f;
}
#nav .nav-primary{display:inline-block;}
#nav .nav-primary li:last-child > a{ border-right:none; }
.search-icon{ display:inline-block; display: inline-block;
    font-size: 19px; color:#565656; cursor:pointer;}
.skip-links{ display:none; }
/* Header End */

/* Footer Start */
.page-footer {
	margin-top: 25px;
	clear: both;
}
.footer.content {
	border-top: 1px solid #cecece;
	padding-top: 0px
}
.footer.content .links > li {
	background: #f4f4f4;
	font-size: 1.6rem;
	border-top: 1px solid #cecece;
	margin: 0 -15px;
	padding: 0 15px
}
.footer.content .links strong, .footer.content .links a {
	display: block;
}
.footer.content .links strong {
	color: #a6a6a6;
	font-weight: normal
}
.footer.content .links a {
	font-family: "Lato", sans-serif;
	color: #8d9195;
	text-decoration: none;
	font-size: 13px;
}
.footer.content .links a:visited {
	color: #8d9195;
	text-decoration: none
}
.footer.content .links a:hover {
	color: #881e1f;
	text-decoration: underline
}
.footer.content .links a:active {
	color: #881e1f;
	text-decoration: underline
}
.footer-bottom .footer .payment-icons {
	display: inline-block;
	float: right;
}
.footer .copyright {
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 13px;
	margin-top: 10px;
	text-align: left;
}
.footer-bottom {
	clear: both;
	width: 100%;
	float: left;
	background-color: #182d55;
	padding: 10px 0;
}
.page-footer {
	background: #ededed;
	margin-top: auto;
	padding-top: 35px;
	padding-bottom: 25px
}
.footer.content {
	border-top: none
}
.footer.content .block {
	float: right
}
.footer.content ul {
	padding-right: 50px;
	list-style: inside;
}
.footer.content .switcher.store {
	display: block;
	margin: 0
}
.block .title {
	margin-bottom: 10px;
}
.footer.content .links {
	padding-right: 60px;
}
.footer.content .links {
	display: inline-block;
	vertical-align: top
}
.footer {
	font-family: "Lato", sans-serif;
}
.footer.content .links .block-title {
	margin-bottom: 0px;
}
.footer.content .links .block-title h4 {
	font-family: "Lato", sans-serif;
	margin: 0 0 12px 0;
	color: #182d55;
	text-transform: uppercase;
}
.footer ul li{ list-style:none; }
.footer.content .links li {
	background: transparent;
	border: none;
	font-size: 14px;
	margin: 0 0 5px;
	padding: 0
}
.footer.content .links a, .footer.content .links strong {
	display: inline
}
.newsletter .action.primary {
	background-color: #881e1f;
	border: 1px solid #881e1f;
}
.newsletter .action.primary:hover {
	background-color: #333;
	border: 1px solid #333;
}
.contactinfo h3 {
	margin-top: 10px;
}
.block.newsletter {
	width: 26%
}
.block.newsletter .title {
	color: #182d55;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
}
.block .title strong, .page-footer h4 {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.newsletter_image {
	background-image: url("../images/newsletter-icons.png");
	background-repeat: no-repeat;
	height: 27px;
	margin-top: 10px;
	width: 223px;
}
.footer .links.contactinfo h3 {
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	margin: 8px 0;
	text-transform: uppercase;
}
.block.newsletter .actions {
	display: table-cell;
	vertical-align: top;
	width: 1%;
}
.field.newsletter {
	display: table-cell;
}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
	background: #fff none repeat scroll 0 0 padding-box;
	border: 1px solid #c2c2c2;
	border-radius: 1px;
	box-sizing: border-box;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 32px;
	line-height: 1.42857;
	padding: 0 9px;
	vertical-align: baseline;
	width: 100%;
}
select {
	background: #fff none repeat scroll 0 0 padding-box;
	border: 1px solid #c2c2c2;
	border-radius: 1px;
	box-sizing: border-box;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 32px;
	line-height: 1.42857;
	padding: 0 9px;
	vertical-align: baseline;
	width: 100%;
}
textarea
{
	background: #fff none repeat scroll 0 0 padding-box;
	border: 1px solid #c2c2c2;
	border-radius: 1px;
	box-sizing: border-box;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 120px;
	line-height: 1.42857;
	padding: 4px 9px;
	vertical-align: baseline;
	width: 100%;
}
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
 color: #c2c2c2;
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
	box-shadow: 0 0 3px 1px #68a8e0
}
.button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button {
	background: #881e1f;
	display: inline-block;
	padding: 7px 15px;
	border: 0;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
}
.button:hover, .cart-table .product-cart-actions .button:hover, #co-shipping-method-form .buttons-set .button:hover, .footer .button:hover {
	background: #333;
	cursor: pointer;
}
.button:active, .cart-table .product-cart-actions .button:active, #co-shipping-method-form .buttons-set .button:active, .footer .button:active {
	background: #297aa3;
	color: #FFFFFF;
}
.button:focus, .cart-table .product-cart-actions .button:focus, #co-shipping-method-form .buttons-set .button:focus, .footer .button:focus {
	background-color: #297aa3;
	outline: none;
	color: #FFFFFF;
}
.page-footer button.button {
	padding: 6px 15px 5px 15px;
}
/* Social Icons */
/*Change icons size here*/
.social-icons .fa {
	font-size: 1.5em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social-icons.icon-circle .fa {
	border-radius: 50%;
}
.social-icons.icon-rounded .fa {
	border-radius: 5px;
}
.social-icons.icon-flat .fa {
	border-radius: 0;
}
.social-icons .fa:hover, .social-icons .fa:active {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333;
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active {
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}
.social-icons .fa-adn {
	background-color: #504e54;
}
.social-icons .fa-apple {
	background-color: #aeb5c5;
}
.social-icons .fa-android {
	background-color: #A5C63B;
}
.social-icons .fa-bitbucket, .social-icons .fa-bitbucket-square {
	background-color: #003366;
}
.social-icons .fa-bitcoin, .social-icons .fa-btc {
	background-color: #F7931A;
}
.social-icons .fa-css3 {
	background-color: #1572B7;
}
.social-icons .fa-dribbble {
	background-color: #F46899;
}
.social-icons .fa-dropbox {
	background-color: #018BD3;
}
.social-icons .fa-facebook, .social-icons .fa-facebook-square {
	background-color: #3C599F;
}
.social-icons .fa-flickr {
	background-color: #FF0084;
}
.social-icons .fa-foursquare {
	background-color: #0086BE;
}
.social-icons .fa-github, .social-icons .fa-github-alt, .social-icons .fa-github-square {
	background-color: #070709;
}
.social-icons .fa-google-plus, .social-icons .fa-google-plus-square {
	background-color: #CF3D2E;
}
.social-icons .fa-html5 {
	background-color: #E54D26;
}
.social-icons .fa-instagram {
	background-color: #A1755C;
}
.social-icons .fa-linkedin, .social-icons .fa-linkedin-square {
	background-color: #0085AE;
}
.social-icons .fa-linux {
	background-color: #FBC002;
	color: #333;
}
.social-icons .fa-maxcdn {
	background-color: #F6AE1C;
}
.social-icons .fa-pagelines {
	background-color: #241E20;
	color: #3984EA;
}
.social-icons .fa-pinterest, .social-icons .fa-pinterest-square {
	background-color: #CC2127;
}
.social-icons .fa-renren {
	background-color: #025DAC;
}
.social-icons .fa-skype {
	background-color: #01AEF2;
}
.social-icons .fa-stack-exchange {
	background-color: #245590;
}
.social-icons .fa-stack-overflow {
	background-color: #FF7300;
}
.social-icons .fa-trello {
	background-color: #265A7F;
}
.social-icons .fa-tumblr, .social-icons .fa-tumblr-square {
	background-color: #314E6C;
}
.social-icons .fa-twitter, .social-icons .fa-twitter-square {
	background-color: #32CCFE;
}
.social-icons .fa-vimeo-square {
	background-color: #229ACC;
}
.social-icons .fa-vk {
	background-color: #375474;
}
.social-icons .fa-weibo {
	background-color: #D72B2B;
}
.social-icons .fa-windows {
	background-color: #12B6F3;
}
.social-icons .fa-xing, .social-icons .fa-xing-square {
	background-color: #00555C;
}
.social-icons .fa-youtube, .social-icons .fa-youtube-play, .social-icons .fa-youtube-square {
	background-color: #C52F30;
}
.footer .social-icons {
	margin-bottom: 15px;
}
.footer .social-icons li {
	display: inline-block;
	margin-right: 6px;
}
.footer .social-icons li:last-child {
	margin-right: 0px;
}
.footer .social-icons li .fa {
	background-color: #484848;
}
.footer .social-icons li .fa.fa-facebook:hover {
	background-color: #3c599f;
}
.footer .social-icons li .fa.fa-tumblr:hover {
	background-color: #314e6c;
}
.footer .social-icons li .fa.fa-pinterest:hover {
	background-color: #cc2127;
}
.footer .social-icons li .fa.fa-twitter:hover {
	background-color: #32ccfe;
}
.footer.content ul.social-icons {
	margin: 0 0 10px 0;
}
.footer-bottom .footer {
	border-top: medium none;
	clear: both;
	margin: 0 auto;
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
.page-bottom {
	width: 100%;
}
@media (min-width: 1171px) and (max-width: 1220px) {
.footer.content .links {
	padding-right: 50px;
}
}
@media only screen and (max-width: 1170px) {
.footer.content .links {
	padding-right: 20px;
}
.footer.content .links.last {
	padding-right: 0px;
}
.footer.content .block.newsletter {
	float: none !important;
	margin: 0 auto 30px;
	max-width: 100%;
	width: 320px;
}
}
@media (min-width: 875px) and (max-width: 1170px) {
.footer.content .links.contactinfo {
	width: 28.5%;
}
.footer.content .links {
	width: 23%;
}
}
@media (min-width: 768px) and (max-width: 874px) {
.footer.content .links.contactinfo {
	width: 33%;
}
.footer.content .links:nth-child(3) {
	width: 26%;
}
.footer.content .links {
	width: 19%;
}
.footer.content ul {
	padding: 0px;
}
}
@media only screen and (max-width: 767px) {
.footer.content .links {
	width: 49%;
	padding-right: 0px;
	margin-bottom: 20px;
}
}
@media only screen and (max-width: 490px) {
.footer.content .links {
	width: 100%;
}
.footer.content .block.newsletter {
	float: left !important;
}
}
@media only screen and (max-width: 450px) {
.about-image img {
	width: 100%;
}
}
/* Footer End */

/* Navigation */
.nav-toggle {
	display: none;
}
.logo img{ cursor:pointer;}
#header-search .search-button, #header-search{ display:none; }
#header-search {
		height: 50px;
		padding: 0;
		position: absolute;
		right: 30px;
		top: 30px;
		width: 25%;  max-width:100%;
	}
@media only screen and (max-width: 767px) {
#header-search{background: #ededed;
	min-height: 56px;
    padding: 10px 12px;
    right: 0;
    top: 45px;
    width: 100%;
    z-index: 999;}
.footer .copyright {
	text-align: center;
	width: 100%;
	margin-bottom: 14px;
}
.footer-bottom .footer .payment-icons {
	display: inline-block;
	float: none;
	text-align: center;
	width: 100%;
}
.skip-links .nav-toggle{border-right: 1px solid #ededed;
    padding: 8px 15px 7px 0;color: #8f8f8f;
	display: inline-block;
	font-size: 28px;
	cursor: pointer; float:left; }
.search-icon{ display:none; }
.search-toggle{color: #8f8f8f;font-size: 25px; padding: 8px 15px 7px 0;
	display: inline-block; float:right; cursor: pointer;}
.logo {
	display: inline-block;
}
.nav-container {
	box-shadow: none;
}
#header-nav {
	float: left;
}
.nav-primary a {
	border-right: none; font-size: 16px;
    font-weight: 400;
	padding: 8px 40px 8px 15px;
}
.nav-primary li, .nav-primary a {
	display: inline-block;
	width: 100%;
}
.nav-header {
	padding: 0px;
}
#header-nav ul li {
	border-bottom: 1px solid #d1d1d1;
	font-size: 14px;
}
.nav-container {
	padding: 0px;
}
.nav-container #header-nav {
	display: none;
}
.skip-links { display:block;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    clear: both;
    overflow: hidden;padding: 0 15px; background-color:#fff;
}

}
/* Home Page Start */
.home-page .banner {
	width: 100%;
	clear: both;
	float: left;
}
.home-page .banner img {
	width: 100%;
}
.home-page .cat-list {
	clear: both;
	float: left;
	width: 100%;
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
}
.cat-list ul {
	margin: 0px;
	padding: 0px;
}
.home-page .cat-list ul li {
	cursor: pointer;
	padding: 15px 5px;
	width: 120px;
	text-align: center;
	list-style: none;
	margin: 0px;
	display: inline-block;
	float: left;
	background-color: #ebebeb;
	border-right: 1px solid #737373;
}
.home-page .cat-list ul li.last { /*border:none;*/
	border-right: none;
}
.cat-list ul li h3 {
	margin-bottom: 0;
	margin-top: 0px;
}
.cat-list ul li h3 {
	font-family: 'Oswald', sans-serif;
	color: #000000;
	line-height: 26px;
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
}
.cat-list ul li h3 strong {
	font-size: 20px;
	font-weight: 600;
}
.cat-list ul li:hover h3 {
	color: #881e1f;
}
.cat-list ul li .cat-image {
	margin-bottom: 8px;
}
.cat-list ul li .cat-image img {
	display: inline-block;
}
.cat-list ul li:hover {
	background-color: #cacaca;
}
.cat-list ul li h4 {
	color: #000;
	font-size: 26px;
	margin: 0;
	text-transform: none;
}
.cat-list ul li .brand {
	background-repeat: no-repeat;
	height: 38px;
	margin-bottom: 4px;
	background-position: center;
}
.home-page .grey-wrapper {
	float: left;
	width: 100%;
	clear: both;
	background-color: #f4f4f4;
	padding-bottom: 30px;
	box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, 0.2) inset;
}
.home-page .white-wrapper {
	float: left;
	width: 100%;
	clear: both;
	background-color: #fff;
}
.dealer_assembly {
    padding: 10px 0; margin-bottom:15px;
}
.home-page .white-wrapper .dealer_assembly{ margin-bottom:0px; }
.dealer_assembly ul {
	margin: 0px;
	padding: 0px;
}
.dealer_assembly ul li {
	display: inline-block;
	list-style: none;
	margin: 0 12px 0 0;
}
.dealer_assembly ul li a {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
}
.dealer_assembly ul li a:hover {
	color: #881e1f;
}
.dealer_assembly ul li::after {
	background: rgba(0, 0, 0, 0) url("../images/icons-1.png") no-repeat scroll right center;
	content: "";
	float: right;
	height: 20px;
	margin: 0 0 0 6px;
	width: 28px;
}
.dealer_assembly ul li.dealer-icon::after {
	background-position: left 0 top 2px;
	height: 23px;
}
.dealer_assembly ul li.assembly-icon::after {
	background-position: right 0px top 4px;
}
.home-about {
	background-color: #ededed;
	box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.3);
	clear: both;
	float: left;
	padding: 30px 0;
	width: 100%;
}
.home-about .about-content {
	display: inline-block;
	margin-right: 2%;
	vertical-align: middle;
	width: 65%;
}
.home-about .about-content h2 {
	color: #000000;
	font-family: "Oswald", sans-serif;
	margin: 0 0 15px 0;
	font-size: 24px;
	font-weight: 600;
	text-transform: none;
}
.home-about .about-content p {
	color: #000000;
	margin: 0px;
}
.home-about .about-image {
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	width: 32%;
}
.our-members-wrapper {
	float: left;
	width: 100%;
	clear: both;
	padding: 30px 0;
}
.brand h2::after {
	background: rgba(0, 0, 0, 0) url("../images/line.png") repeat-x scroll 0 0;
	content: "";
	display: block;
	height: 22px;
	left: 220px;
	position: absolute;
	top: 6px;
	width: 80%;
}
.brand h2 {
	color: #636363;
	font-family: "Lato", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 0.5em;
	text-rendering: optimizelegibility;
	text-transform: uppercase;
	position: relative;
}
.brand ul.brand-listing {
	list-style: outside none none;
	margin: 10px 0 0px 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
}
.brand ul.brand-listing li:first-child {
	margin-left: 0;
}
.brand ul.brand-listing li {
	display: inline-block;
	line-height: 67px;
	margin: 0 48px;
	vertical-align: middle;
	width: auto;
}
.brand ul.brand-listing li img {
	vertical-align: middle;
}
.brand ul.brand-listing li:last-child {
	margin-right: 0;
}
/* Home Page Responsive */
@media (min-width: 771px) and (max-width: 1260px) {
.home-page .cat-list ul li {
	width: 20%;
}
.home-page .cat-list ul li:nth-child(6) {
	clear: both;
}
.home-page .cat-list ul li:nth-child(5) {
	border: medium none;
}
.home-page .cat-list ul li:nth-child(1),  .home-page .cat-list ul li:nth-child(2),  .home-page .cat-list ul li:nth-child(3),  .home-page .cat-list ul li:nth-child(4),  .home-page .cat-list ul li:nth-child(5) {
	border-bottom: 1px solid #737373;
}
}
@media (min-width: 771px) and (max-width: 1030px) {
.home-page .cat-list ul li h3 {
	min-height: 83px;
}
}
@media only screen and (max-width: 770px) {
.home-page .cat-list ul li.last {
	border-right: 1px solid #737373;
}
.content, .header-container {
	padding: 0 15px;
}
}
@media (min-width: 600px) and (max-width: 770px) {
.home-page .cat-list ul li h3 {
	min-height: 83px;
}
.home-page .cat-list ul li {
	width: 25%;
	border-bottom: 1px solid #737373;
}
.home-page .cat-list ul li:nth-child(5), .home-page .cat-list ul li:nth-child(9) {
	clear: both;
}
.home-page .cat-list ul li:nth-child(9),  .home-page .cat-list ul li:nth-child(10) {
	border-bottom: none;
}
.home-page .cat-list ul li:nth-child(8),  .home-page .cat-list ul li:nth-child(4) {
	border-right: none;
}
}
@media only screen and (max-width: 599px) {
.home-page .cat-list ul li {
	width: 50%;
	border-bottom: 1px solid #737373;
}
.home-page .cat-list ul li:nth-child(3), .home-page .cat-list ul li:nth-child(5), .home-page .cat-list ul li:nth-child(7), .home-page .cat-list ul li:nth-child(9) {
	clear: both;
}
.home-page .cat-list ul li:nth-child(9), .home-page .cat-list ul li:nth-child(10) {
	border-bottom: none;
}
.home-page .cat-list ul li:nth-child(2n+2) {
	border-right: none;
}
}
@media only screen and (max-width: 500px) {
.header-container .header-right {
	clear: both;
	float: left;
	margin: 10px 0 0;
	text-align: center;
	width: 100%;
}
.header-container {
	text-align: center;
}
}
@media only screen and (max-width: 450px) {
.home-page .cat-list ul li h3 {
	min-height: 83px;
}
}
@media only screen and (max-width: 455px) {
.white-wrapper {
	text-align: center;
}
.white-wrapper ul li {
	clear: both;
	margin: 0 auto;
}
.white-wrapper ul li:first-child {
	margin: 0 0 10px;
}
}
@media only screen and (max-width: 979px) {
.home-about .about-content {
	margin-right: 0;
	margin-bottom: 25px;
	width: 100%;
}
.home-about .about-image {
	width: 100%;
	text-align: left;
}
}
@media only screen and (max-width: 1200px) {
.brand h2::after {
	width: auto;
}
}
@media (min-width: 860px) and (max-width: 1240px) {
.brand ul.brand-listing li {
	margin: 0;
	width: 19.5%;
	text-align: center;
}
}
@media (min-width: 500px) and (max-width: 859px) {
.brand ul.brand-listing li {
	margin: 0;
	text-align: center;
	vertical-align: middle;
	width: 32.4%;
	padding: 5px;
}
.brand ul.brand-listing li img {
	height: auto;
}
}
@media only screen and (max-width: 499px) {
.brand ul.brand-listing li {
	width: 49%;
	float: left;
	padding: 5px;
	margin: 0px;
}
.brand ul.brand-listing li:nth-child(2n+2) {
	float: right;
}
.brand ul.brand-listing li img {
	height: auto;
}
}
/* Home Page End */
.main-content{ clear:both; }
.top-banner{box-shadow: 0 -4px 5px 0 rgba(0, 0, 0, 0.4) inset; clear:both; width:100%;}
.top-banner .content{ position:relative; min-height:127px;}
.top-banner .content .caption{ position:absolute; height:100%; padding:12px 20px; background-color:#000000;  }
.top-banner .content img{ height:100%; width:auto;min-height: 127px; }
.top-banner .content .caption h3{ color:#fff;font-family: "Oswald",sans-serif;font-size: 31px;font-weight: 700; margin:0px; line-height:34px; }
.top-banner .content .caption p{color:#fff;font-family: "Oswald",sans-serif;font-size: 16px;font-weight: 400; margin:0px 0 0 25px;}
.top-banner .content .caption a{ float:right; background-color:#939393; display:inline-block;color:#fff;font-family: "Oswald",sans-serif;font-size: 16px;font-weight: 400;  padding:6px 20px; margin-top:10px;}
.top-banner .content .caption a:hover{ background-color:#881e1f; }
@media only screen and (max-width: 400px) {
	.top-banner .content{ padding:0px; }
	.top-banner .content .caption{ width:100%; }
	.top-banner .content .caption h3{ font-size:30px; }
	.top-banner .content .caption p{ margin:0px; }
}
/* Quick Ship */
#quickship{ float:left; width:100%; }
.col2-left-layout{ clear:both; float:left; width:100%; }
.col2-left-layout .main{ background-color:#f2f2f2; float:left; width:787px; padding:20px; }
.col2-left-layout .main p{ margin-bottom:16px; }
.main h1{color: #000000; font-family: "Oswald",sans-serif;font-size: 30px;font-weight: 600; text-transform:none; margin-bottom:12px;}
.quickship-left .cat-list ul li{ padding:15px 5px; width:145px; text-align:center; list-style:none; margin:0px; display:inline-block; float:left; background-color:#dfdfdf;-webkit-box-shadow: 3px 3px 8px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 8px -4px rgba(0,0,0,0.75);
box-shadow: 3px 3px 8px -4px rgba(0,0,0,0.75);margin: 0 5px 5px 0;}
.quickship-left .cat-list ul li:hover {
    background-color: #cacaca;
}
.quickship-left .cat-list ul li.lockes-quicker{ margin-right: 0;
    width: 446px;padding-bottom: 0;
    padding-top: 17px;}
@media only screen and (min-width: 1241px) {
.quickship-left .cat-list ul li:nth-child(5n+5){ margin-right:0px; }
}
.quickship-left .cat-list ul li h3{   }
.quickship-left .cat-list ul li h3 span{ font-weight:300; }
#brand-list{ clear:both; float:left; width:100%; }
#brand-list .brand-row:first-child{ clear:both;float:left; width:100%; margin-top:20px; padding-top:20px; background-image:url("../images/brand-border.png"),url("../images/brand-border.png"); background-repeat:no-repeat,no-repeat; background-position:top center, bottom center;}
#brand-list .brand-row{ clear:both;float:left; width:100%; margin-bottom:20px; padding-bottom:20px; background: rgba(0, 0, 0, 0) url("../images/brand-border.png") no-repeat scroll bottom center;}
#brand-list .brand-row .brand-image{ float:left; width:205px; text-align:center;}
#brand-list .brand-row .brand-image h3{color: #000000;margin-bottom: 8px;
    font-family: "Oswald",sans-serif; text-transform:none;font-size: 20px;
    font-weight: 600; text-align:center;}
#brand-list .brand-row .brand-desc{ float:right; width:540px;}
#brand-list .brand-row .brand-desc .find-more{ color:#166796;}
#brand-list .brand-row .brand-desc .find-more:hover{ color:#881e1f;}
.std #brand-list .brand-row .brand-desc p{ line-height: 21px;margin-bottom: 12px;}
.col2-left-layout .sidebar{float: right;width: 400px; max-width:100%;}
.block-accessories{ background-color:#f2f2f2; padding:12px;margin-bottom: 15px; }
#quickship h1{ margin-bottom:20px; }
.sidebar .block h2{color: #000000; font-family: "Oswald",sans-serif;font-size: 30px;font-weight: 600; margin:0 0 5px 0; text-transform:none;}
.sidebar .block h3{color: #000000; font-family: "Oswald",sans-serif;font-size: 20px;font-weight: 600; margin:0 0 5px 0; text-transform:none;}
.block-accessories ul{ margin-bottom:0px; }
.block-accessories ul li{ display: inline-block;
    list-style: outside none none;
    margin: 0 15px 15px 0;
    text-align: center;
    vertical-align: top;
    width: 110px; }
.block-accessories ul li:nth-child(3n+3){ margin-right:0px; }
.block-accessories ul li h3{ text-transform:none;color: #000000; margin:5px 0; font-family: "Oswald",sans-serif;font-size: 15px;font-weight: 400;}
.block-accessories ul li h3 a{ color: #000000; letter-spacing:0.3px;font-family: "Oswald",sans-serif;font-size: 17px;font-weight: 400; }
.block-accessories ul li h3 a:hover{ color: #881e1f;}
.block-accessories ul li .price{ color:#da1f26; font-size:17px;font-family: "Oswald",sans-serif; }
.block-accessories ul li .price-box{ margin:0px; }
.block.block-resourcecenter {
    padding: 12px;
}
.resourcecenter-table {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 2px solid #591b1c;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
.resourcecenter-table table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.resourcecenter-table tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.resourcecenter-table table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
.resourcecenter-table table tr:first-child td:last-child {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}
.resourcecenter-table tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.resourcecenter-table tr:hover td {
}
.resourcecenter-table tr:nth-child(odd) {
	background-color: #dfdfdf;
}
.resourcecenter-table tr:nth-child(even) {
	background-color: #f2f2f2;
}
.resourcecenter-table td {
	vertical-align: middle;
	border: 2px solid #591b1c;
	border-width: 0px 2px 0px 0px;
	text-align: left;
	padding: 7px;
	color: #000000; font-family: "Oswald",sans-serif;font-size: 14px;font-weight: 400; text-align:left;
}
.resourcecenter-table tr:last-child td {
	border-width: 0px 2px 0px 0px;
}
.resourcecenter-table tr td:last-child {
	border-width: 0px 0px 0px 0px;
}
.resourcecenter-table tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}
.resourcecenter-table tr:first-child td {
	background: -o-linear-gradient(bottom, #881e1f 5%, #881e1f 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #881e1f), color-stop(1, #881e1f) );
	background: -moz-linear-gradient( center top, #881e1f 5%, #881e1f 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#881e1f", endColorstr="#881e1f");
	background: -o-linear-gradient(top, #881e1f, 881e1f);
	background-color: #881e1f;
	border: 0px solid #591b1c;
	border-width: 0px 0px 2px 2px;
	color: #000000; font-family: "Oswald",sans-serif;font-size: 14px;font-weight: 400; text-align:left;
	color: #ffffff;padding:0px;
}
.sidebar .block{ margin-bottom:15px; background-color: #f2f2f2; clear:both;}
.resourcecenter-table{  }
.resourcecenter-table tr:first-child:hover td {
	background: -o-linear-gradient(bottom, #881e1f 5%, #881e1f 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #881e1f), color-stop(1, #881e1f) );
	background: -moz-linear-gradient( center top, #881e1f 5%, #881e1f 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#881e1f", endColorstr="#881e1f");
	background: -o-linear-gradient(top, #881e1f, 881e1f);
	background-color: #881e1f;
}
.resourcecenter-table tr:first-child td:first-child {
	border-width: 0px 0px 2px 0px;
}
.resourcecenter-table tr:first-child td:last-child {
	border-width: 0px 0px 2px 0px;
}
.resourcecenter-table .main-icon{ background: rgba(0, 0, 0, 0) url("../images/resource-icon.png") no-repeat scroll left center;
    display: inline-block;
    line-height: 36px;
    padding-left: 45px;font-size:16px;}
.resourcecenter-table tr td{font-size:16px;}
.resourcecenter-table .icon{ background-image: url(../images/resource-icons.png); background-repeat:no-repeat; padding-left:34px; }
.resourcecenter-table .icon.icon-1{ background-position:left top 3px; }
.resourcecenter-table .icon.icon-2{ background-position:left -181px top 0;   }
.resourcecenter-table .icon.icon-3{ background-position:left top -28px; }
.resourcecenter-table .icon.icon-4{ background-position:left -182px top -28px;  }
.resourcecenter-table .icon.icon-5{ background-position:left top -55px; }
.resourcecenter-table .icon.icon-6{ background-position:left -181px top -56px;  }
.resourcecenter-table .icon.icon-7{ background-position:left top -85px;  }
.resourcecenter-table .icon.icon-8{ background-position:left -182px top -85px;  }
.resourcecenter-table .icon.icon-9{ background-position:left top -116px;}
.resourcecenter-table .icon.icon-10{ background-position:left -180px top -116px;  }
.resourcecenter-table .icon.icon-11{ background-position:left top -145px; }
.resourcecenter-table .icon.icon-12{ background-position:left -179px top -145px; }

.resourcecenter-table .main-icon a {
	color:white;
}

.loding {
	display:none;
    font-size: 21px;
    margin-left: 5px;
}
.alert { display:none;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}
.success {
     background-color: #dff0d8;
    border-color: #d6e9c6;
	 color: #3c763d;
}
.error {
	  background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.required {
    border-color: #a94442 !important;
}
input[type="radio"] {
    display:none;
}
input[type="radio"] + label {
    color: #292321;
    font-family:Arial, sans-serif;
    font-size:14px;
}
input[type="radio"] + label span {
    cursor: pointer;
    display: inline-block;
    height: 28px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    width: 28px;
}

input[type="radio"] + label span.col-white {
     background-color:#fff;
}
input[type="radio"] + label span.col-black {
     background-color:#000;
}
input[type="radio"] + label span.col-grey {
     background-color:#7f7f81;
}
input[type="radio"] + label span.col-cream {
     background-color:#dbd7bc;
}
input[type="radio"] + label span.col-red {
     background-color:#e81b3a;
}

input[type="radio"]:checked + label span{
    /* background-color:#CC3300;*/
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}
@media only screen and (max-width: 1240px) {
	.col2-left-layout .main{ width: 100%; margin-bottom:20px;}
	.col2-left-layout .sidebar{ float:left; clear:both; }
	.quickship-left .cat-list ul li{width: 19.4%;}
}
@media (min-width: 821px) and (max-width: 1240px) {
	.quickship-left .cat-list ul li:nth-child(5n+5){ margin-right:0px; }
	.quickship-left .cat-list ul li:nth-child(6){ clear:both; }
}
@media only screen and (max-width: 1200px) {
	#brand-list .brand-row .brand-image{width: 28%;}
	#brand-list .brand-row .brand-desc{width: 70%; }
}
@media (min-width: 681px) and (max-width: 820px) {
	.quickship-left .cat-list ul li{width: 24.3%;}
	.quickship-left .cat-list ul li:nth-child(5),.quickship-left .cat-list ul li:nth-child(9){ clear:both; }
	.quickship-left .cat-list ul li:nth-child(4n+4){ margin-right:0px; }
}
@media only screen and (max-width: 680px) {
	.quickship-left .cat-list ul li{width: 49.4%;}
	.quickship-left .cat-list ul li:nth-child(2n+2){ margin-right:0px; }
	.quickship-left .cat-list ul li h3 {min-height: 50px;}
}
@media only screen and (max-width: 515px) {
	.quickship-left .cat-list ul li{width: 49.2%;}
	.quickship-left .cat-list ul li h3 {min-height: 83px;}
	.header .block-static-block{ bottom: 0;
    clear: both;
    float: right;
    margin: 5px 0;
    position: relative;right:0px;}
	.header .block-search{ margin-top:12px; }
}
@media only screen and (max-width: 380px) {
	.quickship-left .cat-list ul li{width: 100%; clear:both;}
	.quickship-left .cat-list ul li h3 {min-height: 50px;}
}
@media only screen and (max-width: 600px) {
	#brand-list .brand-row .brand-image h3{ margin-bottom:15px; }
	#brand-list .brand-row .brand-image { margin-bottom: 12px;width: 100%;}
	#brand-list .brand-row .brand-desc {width: 100%;}
}
@media only screen and (max-width: 768px) {
	.col2-left-layout .sidebar{ width:100%; }
	.quickship-left .cat-list ul li.lockes-quicker{ width:100%; }
	.quickship-left .cat-list ul li.lockes-quicker img{ width:100%; display:inline-block; }
}
@media only screen and (max-width: 450px) {
	.dealer_assembly{ text-align:center; }
	.dealer_assembly ul li{margin: 5px 0; }
	.resourcecenter-table td{ display:block; border:none; }
	.block-accessories ul li{ width:48%; margin-right:0px; }
	.block-accessories ul li:nth-child(2n+2){ float:right; }
	.resourcecenter-table tr:nth-child(2n+1){    background-color: #f2f2f2; }
	.resourcecenter-table tr td{ background-color: #f2f2f2;}
	.resourcecenter-table tr td:nth-child(2){ background-color: #dfdfdf;}
}
@media only screen and (max-width: 340px) {
	.resourcecenter-table td{font-size: 13px;}
}
.quickship-banner .banner img{ width:100%; height:auto; }
.backto_top{ margin: 0 0 10px 0; clear:both; }
.backto_top a{ color:#166796; font-size:12px;  }
#quickship .backto_top a{margin-left:38px; }
.backto_top a:hover{ color: #881e1f;}
#brand-list .brand-row h3{ margin-top:0px; }
.cms-page-view p, .cms-no-route p {
    color: #000000;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    line-height: 24px;
}
/* Quick Ship End Page */

/* Product Page */
#product-page .heading{ float:left; clear:both; width:100%; }
#product-page .title{ display:inline-block; float:left; }
#product-page .request-button{ display:inline-block; float:right; }
#product-page .request-button a{ background-color:#2b84f7; font-size:22px; text-transform:uppercase; padding:10px 60px;font-family: "Oswald",sans-serif; font-weight:700; color:#fff;display: inline-block; }
#product-page .request-button a:hover{ background-color:#881e1f; }
#product-page .sort-description{ clear:both; float:left; width:100%; font-size:18px; margin-bottom:25px; }
#product-page .sort-description p:last-child{ margin-bottom:0px; }
.product-action{ clear:both; width:100%; }
.product-action ul{ list-style:none; margin:0px; padding:0px; }
.product-action ul li{ display:inline-block; margin-right:3px; margin-bottom:5px; }
.product-action ul li a{ min-width: 143px;display: inline-block;background-color:#881e1f; border-bottom:2px solid #531213; border-radius:2px;font-size:16px; font-family: "Oswald",sans-serif; font-weight:400; color:#fff;}
.product-action ul li a:hover{ background-color:#333; }
.product-action ul li a.pdf-icon{background-image: url("../images/pdf-icon.png");
    background-position: right 5px center;
    background-repeat: no-repeat; }
.product-action ul li a i{ background-color: #681111;
    background-image: url("../images/specification-icon.png");
    background-position: left -278px top 7px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 36px;
    width: 32px;}
.product-buttons.product-action ul li a i{
    background-image: url("../images/product-button-icons.png");
}
.product-buttons.product-action ul li:nth-child(5n+5){ margin-right:0px; }
.product-buttons.product-action ul li.specification a i{ background-position:left 5px top 8px;}
.product-buttons.product-action ul li.coloroptions a i{ background-position:left -47px top 8px; }
.product-buttons.product-action ul li.assembly a i{ background-position:left -105px top 8px; }
.product-buttons.product-action ul li.catalogs a i{ background-position:left -162px top 7px; }
.product-buttons.product-action ul li.elevation a i{ background-position:left -223px top 8px; }
.product-buttons.product-action ul li.video a i{ background-position:left 5px top -37px; }
.product-buttons.product-action ul li.resources a i{ background-position:left -48px top -39px; }
.product-buttons.product-action ul li.accessories a i{ background-position:left -105px top -39px; }
.product-action ul li a span{padding:6px 15px 6px 15px;display: inline-block; vertical-align: top;}
.border{  background: rgba(0, 0, 0, 0) url("../images/brand-border.png") no-repeat scroll center bottom;
    clear: both;
    float: left; margin:15px 0;height: 5px;
    width: 100%; }
.product-info{ clear:both; float:left; width:100%; }
.product-info h2{ font-family: "Oswald",sans-serif;font-weight:bold;font-size:20px; margin-bottom:10px;}
.product-specification ul{ margin:0px; padding:0px; }
.product-specification ul li{ list-style:none; padding:10px 0; font-family: "Oswald",sans-serif;font-weight:400;font-size:16px;}
.product-specification ul li:nth-child(odd){background-color:#dfdfdf;  }
.product-specification ul li:nth-child(even)    { background-color:#f2f2f2;}
.product-colors .color-list{ display: inline-block; width: 100%; clear:both; }
.product-colors .color-list .color{border:1px solid transparent;
    display: table;margin:0 5px 5px 0;
    font-family: "Oswald",sans-serif;
    font-size: 20px; float:left;
	width:calc(20% - 35px); height:150px;
    text-align: center;
	vertical-align: middle;
}
.product-colors .color-list .color h4{display: table-cell;vertical-align: middle;}
.product-media{ clear:both; float:left; width:100%; margin:30px 0 25px 0; padding:0 50px; }
.product-media #product-zoom-image{  margin-bottom:15px;text-align: center; }
.more-images{ }
.more-images img {
    width: 55px;
}
.more-images h3{border-bottom: 2px solid #aaaaaa;
    color: #2b84f7;
    font-family: "Oswald",sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 2px;}
.more-images ul{  margin:0px; padding:0px; }
.more-images ul li{list-style:none; display:inline-block; }
.more-images ul li a{ border:1px solid #bababa; display:inline-block; }
.more-images ul li a:hover, .more-images ul li a.active{ border:1px solid #531213; }
.block-quickstats{background-color: #f2f2f2;
    float: left;
    width: 100%; min-height:360px;}
.tabs-menu {
    float: left;
    clear: both; border-bottom:1px solid #000000;width: 90%;
}

.tabs-menu li {
    padding: 10px 25px;
    float: left;
   background-color:#000000;
    list-style:none;
}

.tabs-menu li.current {
    position: relative;
    background-color:#bdbdbd;
    z-index: 5;
}

.tabs-menu li a {
    text-decoration: none;
	 font-family: "Oswald",sans-serif;
    font-size: 24px;
    font-weight: bold; color:#fffefe;  display:inline-block;
}

.tabs-menu .current a {
    color: #010000;
}

.tab {  width:100%;
    float: left;
    margin-bottom: 20px;
}

.tab-content {
    display: none;
}

#tab-quick {
 display: block;
}
.block-video{ padding:12px; }
.quickstats-table{ border:none; width:90%; color:#000000; font-size:16px; }
.quickstats-table tr{  }
.quickstats-table tr td{ padding:5px;border-bottom:1px solid #8a8a8a; font-weight: 600;}
.download-table{ border: 1px solid #c3c3c3;
    width: 100%;}
.download-table tr td{ vertical-align:top;}
.download-table tr td:first-child{border-right:1px solid #8a8a8a; }
.download-table h4{ padding:4px 6px; color:#000000; font-size:16px;  font-family: "Oswald",sans-serif; font-weight:bold;}
.download-table ul{ margin:0px; padding:0px; margin-bottom:20px; }
.download-table ul li{ list-style:none; padding: 5px 6px 5px 27px; background-image:url(../images/pdf-small-icon.png); background-repeat:no-repeat;background-position: left 6px center;}
#specification li{ list-style:none; padding: 5px 6px 5px 27px; background-image:url(../images/pdf-small-icon.png); background-repeat:no-repeat;background-position: left 6px center;}
.download-table ul li:nth-child(even) {background-color: #dfdfdf;}
.download-table ul li a{ color:#881e1f; font-family: "Oswald",sans-serif;
    font-size: 14px;}
.download-table ul li a:hover{ text-decoration:underline; }
@media only screen and (max-width: 768px) {
	.product-media{ padding:0px; }
	.col2-left-layout .main h1{ font-size: 22px;}
}
@media only screen and (max-width: 650px) {

#product-page .title {
    width: 100%; margin-bottom:15px;
}
.product-media{margin: 20px 0; }

.product-media #product-zoom-image {
    margin: 30px 0;
}
#product-page .request-button {
    display: inline-block;
    float: left; width: 100%;
}
.product-colors .color-list .color{width: 22.9%;}
}
@media only screen and (max-width: 550px) {
	.product-colors .color-list .color{width: 22.5%;}
	.download-table tr td{ display:block; }
	.download-table tr td:first-child {
		border-right: none;
	}
	.tabs-menu, .quickstats-table{ width:100%; }
	.col2-left-layout .main{ padding:20px 10px; }
}
@media only screen and (max-width: 470px) {
	.product-colors .color-list .color{ width: 31.2%;}
	.product-colors .color-list .color:nth-child(3n+3){ margin-right:0px; }
}
@media only screen and (max-width: 470px) {
	.product-colors .color-list .color {
    width: 49%; margin-right:0;
}
	.product-colors .color-list .color:nth-child(2n+2){ float:right; }
}
@media only screen and (max-width: 340px) {
	.quickstats-table{ font-size: 13px;}
	.tabs-menu li a{font-size: 20px;}
}
/* Product Page End */

/* About Us Page */
.about-box{ border-bottom: 1px solid #797979;
    clear: both;
    float: left;
    margin-bottom: 15px; padding-bottom:10px;
    width: 100%; }
.about-box .box-col{ width:33%; display:inline-block; padding:0 12px; text-align:center; vertical-align:top; }
@media only screen and (max-width: 650px) {
	.about-box .box-col{ width:100%; }
}
/* About Us Page End */

/* Contact Us Page */
#contactForm{ clear:both; float:left; width:100%; }
#contactForm h2{font-family: "Oswald",sans-serif; font-size:16px; font-weight:bold; border-bottom:1px solid #a9a9a9; text-transform:uppercase; margin-bottom:12px; padding-bottom:2px;}
#contactForm label{ color:#000000; font-size:14px;font-family: "Oswald",sans-serif; display:block; }
#contactForm label em{ color:#b21c1c; font-family:Arial, Helvetica, sans-serif; font-size:15px; }
#contactForm input[type="text"], #contactForm input[type="email"]{ max-width:250px; clear:both; }
#contactForm input[type="submit"], .submit-btn{background-image:url(../images/submit-btn.png); background-repeat:no-repeat; background-position:top left; width:130px; height:36px; border:none;font-family: "Oswald",sans-serif; font-size:16px; color:#fff; cursor:pointer; }
#contactForm input[type="submit"]:hover, .submit-btn:hover{background-position:bottom left;  }
.contactInfo{ clear:both; margin-bottom:15px;font-family: "Oswald",sans-serif; font-size:16px; }
.contactInfo .info{  background-image: url("../images/contact-icons.png");
    background-position: left 10px top 11px;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 32px;}
.contactInfo .email{background-color: #dfdfdf; background-position: left 10px top -68px;  }
.contactInfo .phone{ background-position: left 10px top -96px;  }
.contactInfo .fax{background-color: #dfdfdf; background-position: left 10px top -126px;  }
.contactInfo .email a{ color:#000; }
.contactInfo a:hover{ text-decoration:underline;color: #881e1f; }
.addresses{ background-color:#dfdfdf; }
.addresses h3{ background-color:#cacaca;font-size:16px;font-family: "Oswald",sans-serif;  background-image:url(../images/cellphone-icon.png); background-repeat:no-repeat; background-position:left center; line-height: 36px;padding-left: 42px;}
.addresses .locations{clear: both;
    padding: 8px;
    width: 100%;}
.addresses .locations p{ margin:0px;  font-size:14px;}
.addresses .locations .address h4{ font-weight:bold; }
.addresses .locations .address:first-child{border-right: 1px solid #000000;}
.addresses .locations .address{ display: inline-block;
    width: 49%; text-align:center;}
.thank-you p{font-size:24px;font-family: "Oswald",sans-serif; }
.thank-you h4{font-size:58px;font-family: "Oswald",sans-serif; font-weight:bold; }
@media only screen and (max-width: 400px) {
	.addresses .locations{padding: 8px 25px;}
	.addresses .locations .address{ width:100%; }
	.addresses .locations .address:first-child{border-bottom: 1px solid #000000;border-right:none; margin-bottom:10px; padding-bottom:10px;}
	.contactInfo .info{ font-size:14px; }
	#contactForm input[type="text"], #contactForm input[type="email"] {
		max-width: 100%;
	}
}
/* Contact Us Page End */

/* Downloads Page */
.download{ margin-bottom:15px; }
.download h3{font-size:20px;font-family: "Oswald",sans-serif;font-weight:bold;  margin-bottom:12px; }
.download ul{ margin:0px; padding:0px; margin-bottom:20px; }
.download ul li{ list-style:none; padding: 8px 10px 8px 35px;  background-repeat:no-repeat;background-position: left 10px center;}
.download.download-pdf ul li{ background-image:url(../images/pdf-small-icon.png);}
.download.download-video ul li{ background-image:url(../images/download-video-icon.png);background-position: left 12px center;}
.download.download-word ul li{ background-image:url(../images/download-word-icon.png);background-position: left 12px center;}
.download ul li:nth-child(even) {background-color: #dfdfdf;}
.download ul li a{ color:#881e1f; font-family: "Oswald",sans-serif;
    font-size: 14px;}
.download ul li a:hover{ text-decoration:underline; }
.downloads-buttons ul li a i{ background-image: url("../images/downloads-icons.png"); }
.downloads-buttons ul li.assembly a i{ background-position:left 7px top 7px; }
.downloads-buttons ul li.catalogs a i{ background-position:left -67px top 7px; }
.downloads-buttons ul li.elevation a i{ background-position:left -143px top 7px; }
.downloads-buttons ul li.videos a i{ background-position:left -214px top 7px; }
/* Downloads Page End */

/* FAQ Page */
.faq-list{ }
.faq-list .faq-row{ clear:both; width:100%; }
.faq-list .faq-row h3{font-size:18px;font-family: "Oswald",sans-serif;font-weight:bold;  margin-bottom:0px; background-color:#dfdfdf; padding:4px 12px; }
.faq-list .faq-row .answer{ padding:5px 12px 0px 12px; }
@media only screen and (max-width: 500px) {
	.faq-list .faq-row .answer{ padding:5px 5px 0px 5px; }
	.faq-list .faq-row h3 {  padding: 4px 10px;
		font-size: 15px;
		font-weight: normal;
	}
}
.faqs{ background-color:#dfdfdf; margin-bottom: 15px;}
.faqs .question-list{ padding:12px 20px; }
.faqs h2{font-size:16px;font-family: "Oswald",sans-serif;font-weight:bold; background-color:#cacaca;background-image:url(../images/faq-icon.png); background-repeat:no-repeat; background-position:left center; line-height: 36px;padding-left: 42px; }
.faqs .question-list .col-1{ display:inline-block; width:59%; vertical-align:top; margin-right: 2%;}
.faqs .question-list .col-2{ display:inline-block; width:38%; vertical-align:top;}
.faqs .question-list ul{ }
.faqs .question-list ul li{ list-style:none; margin:3px 0; }
.faqs .question-list ul li a{ color:#335774; font-size:16px;font-family: "Oswald",sans-serif;text-decoration:none}
.faqs .question-list ul li a:hover{ text-decoration:underline; }
@media only screen and (max-width: 900px) {
	.faqs .question-list .col-1{ display:inline-block; width:100%; vertical-align:top; margin-right: 0;}
	.faqs .question-list .col-2{ display:inline-block; width:100%; vertical-align:top;}
}
@media only screen and (max-width: 500px) {
	.faqs .question-list {
		padding: 10px;
	}
	.faqs .question-list ul li{ list-style:none; margin:4px 0; }
}
/* FAQ Page End */

/* Privacy Policy */
.privacy-policy{font-family: 'Lato', sans-serif; font-size:16px;  padding:0 10px; margin:15px 0 0 0;}
.privacy-policy h2{font-family: 'Lato', sans-serif; font-size:22px; font-weight:bold; margin-bottom:18px; }
.privacy-policy h3{font-family: 'Lato', sans-serif; font-size:18px; font-weight:bold; margin-bottom:18px;}
.privacy-policy h4{font-family: 'Lato', sans-serif; font-size:16px; font-weight:bold; margin-bottom:18px;}
.privacy-policy h5{font-family: 'Lato', sans-serif; font-size:14px; font-weight:bold; margin-bottom:18px;}
.privacy-policy h6{font-family: 'Lato', sans-serif; font-size:14px; font-weight:bold; margin-bottom:18px;}
.privacy-policy p{margin-bottom:18px; }
.privacy-policy ul{ margin-bottom:18px; padding-left:40px; }
.privacy-policy ul li{ list-style:inside; }
.font-18{ font-size:18px; }
.policy-table{ border-top:1px solid #b5b5b5;border-left:1px solid #b5b5b5; }
.policy-table tr td {
    border-bottom: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5; padding:5px 8px;
}
/* Privacy Policy End*/

/* GSA Page */
.gsa-section{ margin-bottom:15px; }
.gsa-section h2{background-color: #cacaca;
    background-image: url("../images/gsa-icon.png");
    background-position: left center;
    background-repeat: no-repeat;
    font-family: "Oswald",sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    padding-left: 42px; }
.gsa-section .gsa-desc{ text-align:center; padding:10px; background-color:#fff; }
.gsa-section .gsa-desc h3{ font-family: "Oswald",sans-serif; font-size: 18px; margin-bottom:8px;}
.main hr{ color:#b5b5b5; border-bottom:1px solid #fff; margin-bottom:15px; }
.main .content-space{ padding:0 15px; }
.gsa-contractor{ background-color:#dfdfdf; padding:20px 25px 18px 25px; margin-bottom:25px; }
.gsa-contractor .col-1, .gsa-contractor .col-2{ display:inline-block; vertical-align:top; }
.gsa-contractor h3{ font-size:24px; font-weight:bold; margin-bottom:5px; line-height: 24px;}
.gsa-contractor .col-1{ width:40%; margin-right: 9%;}
.gsa-contractor .col-2{ width:50%; }
.gsa-contractor p{ line-height:28px; margin:0 !important; }
.gsa-list{ }
.gsa-list h3{ font-size:24px; font-weight:bold; margin-bottom:20px; line-height: 28px;}
.gsa-list ol{ padding-left:15px; }
.gsa-list ol > li{ margin-bottom:15px; }
.gsa-list ol ul{ list-style: inside none disc;
    padding-left: 20px;}
.gsa-list ol ul li{ margin-bottom:10px; }
.gsa-list table{ width:100%; margin-bottom:25px; }
.gsa-list table tr td{ padding:6px 25px; }
.gsa-list table tr:nth-child(odd){ background-color:#dfdfdf; }
.gsa-list table tr:nth-child(even)    { background-color:#f2f2f2; }
.gsa-list table tr:hover{ background-color:#ccc !important; }

/* Locker Estimate */
.form-set{ clear:both; width:100%; }
.form-set .field-row{display: inline-block;
    margin-bottom: 15px;
    width: 100%; }
.form-set .field{ display:inline-block; float:right; }
.form-set .type-field .field{ width:92%; max-width:100%; }
.selected-type{ text-align:right; margin-bottom: 16px; color: #444444;
    font-family: "Oswald",sans-serif;
    margin: 0 !important; display:none; }
.form-set .securitycode{ margin-top:25px;}
.form-set .securitycode .field{ float:none; display:inline-block; }
.form-set .securitycode .captcha{display:inline-block;}
.form-set label{font-family: "Oswald",sans-serif; display:inline-block; }
.form-set label em{ color:#b21c1c;color: #b21c1c;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 3px; }
.form-set .field-row input[type=text], .form-set .field-row input[type=email], .form-set select{ width:245px; max-width:100%; font-family: "Oswald",sans-serif; font-weight:300;}
.form-set .field-row textarea{ width:480px; max-width:100%;font-family: "Oswald",sans-serif;  font-weight:300;}
.form-set h3{font-family: "Oswald",sans-serif; font-weight:bold; border-bottom:1px solid #a9a9a9; margin-bottom:10px; padding-bottom:8px;}
.securitycode .number{font-family: "Oswald",sans-serif; border:1px solid #000000; padding:0px 10px; margin:0 10px; background-color:#fff;}
.form-set .field-row.securitycode input[type="text"]{ width:50px;height: 25px;border:1px solid #000000; }
.oswald{font-family: "Oswald",sans-serif;}
.form-set p.required{ color:#b21c1c; font-weight:300; font-family: "Oswald",sans-serif; margin-bottom:0px;}
.form-set p.oswald{ font-size:14px; }
.colorswatch-field .field{ width:245px; max-width:100%; }
.color-swatch{ margin:0px; padding:0px;  }
.type-swatch{margin:0px; padding:0px; margin-bottom:8px; text-align: right;}
.type-swatch li{display:inline-block;margin-right:5px;text-align:center; max-width:74px; vertical-align:top; cursor:pointer;}
.type-swatch li .image{  min-width:70px; text-align:center; border:1px solid #a4a4a4; background-color:#fff; }
.type-swatch li.active .image{border: 1px solid #531213; }
.type-swatch li:child-last{ margin-right:0px; }
.type-swatch li h4{font-family: "Oswald",sans-serif; font-size:12px; font-weight:400; margin-bottom:0px;}
.type-swatch li a{display:block;padding:5px 5px 5px 5px;}
.color-swatch li{ display:inline-block; margin-right:2px; list-style:none; }
.color-swatch li a{ display:block; }
.color-swatch li img {
    border: 1px solid #e1e1e1;
    cursor: pointer;
    display: inline;
    opacity: 1;
    padding: 2px;
    transition: opacity 0.5s linear 0s;
}
.selected-color{ display:none; }
.color-swatch li img.active{ border: 1px solid #531213; }
.estimate-heading{ }
.estimate-heading .title{ display:inline-block; float:left; }
.estimate-heading h1{ margin-bottom:0px !important; }
.estimate-heading h2{font-family: "Oswald",sans-serif; color:#353535; font-size:24px; font-weight:400;line-height: 20px; }
.estimate-heading .locker-box{ display:inline-block; float:right; border:1px solid #d1d1d1; padding:6px 10px; min-width:130px; text-align:center; background-color:#fff;  }
.selected-color{  color:#444444; font-family: "Oswald",sans-serif; margin:0px !important; text-align:left;}

/* Portfolio List Page */
.portfolio-list{ }
.portfolio-list ul{ margin:0px; padding:0px; }
.portfolio-list ul li{ width:180px; text-align:center; display:inline-block; border:1px solid #c6c6c6; padding:9px; background-color:#fff; margin-right:5px; margin-bottom:8px; text-align:center; vertical-align:top; }

.portfolio-list ul li h3{ margin:0px;text-align:center; min-height:48px; }
.portfolio-list ul li h3 a{ color:#000;font-family: "Oswald",sans-serif; font-size:16px; font-weight:400; }
.portfolio-list ul li h3 a:hover{color:#881e1f;}
@media only screen and (min-width: 1241px) {
	.portfolio-list ul li:nth-child(4n+4){ margin-right:0px; }
}
@media only screen and (max-width: 1240px) {
	.portfolio-list {
		text-align: center;
	}
}

.portfolio-gallery{ width:100%; padding:0 20px; margin-bottom:20px; }
.portfolio-gallery .zoomWrapper{ max-width:100%; position: relative;}
.portfolio-gallery .zoomWrapper img{ max-width:100%; }
.portfolio-gallery .more-images{ clear:both; width:100%; border-top:1px solid #b8b8b8; margin-top:12px; padding-top:10px; }
.portfolio-gallery .more-images img{ width:75px;  border:1px solid #b8b8b8; }
.portfolio-gallery .more-images a{ margin-right:10px; }
.portfolio-gallery .more-images a.active img{ border:1px solid #000; }
.portfolio-description{ padding:0 20px; }
.portfolio-description .heading{ border-bottom:1px solid #797979; margin-bottom:12px; padding-bottom:10px; }
.portfolio-description .heading h3{ display:inline-block;font-family: "Lato", sans-serif;font-size:18px; font-weight:600; margin:0px; }
.portfolio-description .heading .total-installed{display:inline-block; float:right;font-family: "Lato", sans-serif; font-size:18px; font-weight:600; }
@media only screen and (max-width: 500px) {
	.portfolio-gallery, .portfolio-description{ padding:0px; }
}

/* Distributer Login */
#distributer-login{ clear:both; float:left; width:100%; }
#distributer-login h2{font-family: "Oswald",sans-serif; line-height:22px; font-size:21px; font-weight:700; border-bottom:1px solid #b2b2b2; margin-bottom:10px; padding-bottom:10px; }
#distributer-login .col{ border:1px solid #7f7f7f; padding:15px 45px 35px 12px; display:inline-block; width:49%; float:left; }
#distributer-login .col.new-dealers{ float:right; }
#distributer-login .col p{ margin-bottom:10px; }
#distributer-login #login-form label em{ font-family:Arial, Helvetica, sans-serif; font-style:normal; color:#d32222; }
#distributer-login .col p.required{ color:#d32222; font-size:12px; }
#distributer-login .new-dealers.col{ min-height:356px; position:relative;}
#distributer-login .new-dealers .action{ bottom:35px; position:absolute; }
#distributer-login .registered-dealers .action{ margin-top:40px; }
#distributer-login .new-dealers h2{background-image: url("../images/new-dealers-icon.png");
    background-position: left top 3px;
    background-repeat: no-repeat;
    padding-left: 26px;}
#distributer-login .registered-dealers h2{background-image: url("../images/registered-dealers-icon.png");
    background-position: left top 3px;
    background-repeat: no-repeat;
    padding-left: 26px;}
.new-dealers input[type="submit"], .creat-account-btn{background-image:url(../images/creat-account-btn.png); background-repeat:no-repeat; background-position:top left; width:180px; height:38px; border:none;font-family: "Oswald",sans-serif; font-size:16px; color:#fff; cursor:pointer;padding-left: 21px; }
.new-dealers input[type="submit"]:hover, .creat-account-btn:hover{background-position:bottom left;  }
#contactForm input[type="submit"], .login-btn{background-image:url(../images/login-btn.png); background-repeat:no-repeat; background-position:top left; width:102px; height:36px; border:none;font-family: "Oswald",sans-serif; font-size:16px; color:#fff; cursor:pointer; padding-left:15px; }
#contactForm input[type="submit"]:hover, .login-btn:hover{background-position:bottom left;  }
@media only screen and (max-width: 768px) {
	#distributer-login .new-dealers.col{ margin-bottom:20px; }
	#distributer-login .col{ padding:15px; width:100%; }
	#distributer-login .new-dealers.col{ min-height:100px; }
	#distributer-login .new-dealers .action {
		bottom: 0;
		position: relative;
	}
	#distributer-login .col .action {
		margin-top:25px !important;
	}
}
/* Create a Distributer Account */
#create-account{ }
.form-content{border: 1px solid #7f7f7f; padding:20px 12px; margin-bottom:20px; width: 100%;float: left;}
.form-content h2{border-bottom: 1px solid #b2b2b2;
    font-family: "Oswald",sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
    padding-bottom: 10px; width:530px; max-width:100%; }
#personal-info h2 {
    background-image: url("../images/personal-info.png");
    background-position: left top 3px;
    background-repeat: no-repeat;
    padding-left: 26px;
}
#login-info h2 {
    background-image: url("../images/login-info.png");
    background-position: left top 3px;
    background-repeat: no-repeat;
    padding-left: 26px;
}
.form-content .field-row{ clear:both; margin-bottom:5PX; float:left; width:100%; }
.form-content .field-row .field{ width:300px; max-width:100%; float:left; }
.form-content .field-row .field em{ color:#ff0000;margin-right: 4px; }
.form-content .field-row.fields .field:first-child{ margin-right:15px; }
#create-account .action{ clear:both; text-align:right; }
.form-content input[type="checkbox"]{ margin-right:5px; }
.form-content .field-row .field-state {
    display: inline-block;
    margin-right: 12px;
    width: 58px;
}
.form-content .field-row .field-zipcode{
    display: inline-block;
    width: 112px;
}
.block-video .bx-wrapper{ border-bottom:none; }
.message{border: 1px solid green;
    margin-bottom: 12px;
    padding: 6px 10px;}
.gsa-section h2, .contactInfo .addresses h3{ margin-bottom:0px; }
/* Glossary Page Start */
.glossary-buttons{ clear:both; }
.glossary-buttons ul{ }
.glossary-buttons ul li{ list-style:none;display: inline-block;margin-bottom: 5px;margin-right: 3px; }
.glossary-buttons ul li a {
    background-color: #881e1f;
    border-bottom: 2px solid #531213;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: "Oswald",sans-serif;
    font-size: 16px;
    font-weight: 400;
    min-width: 143.91px;
}
.glossary-buttons ul li a i {
    background-color: #681111;
    background-image: url("../images/glossary-button-icons.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 36px;
    width: 32px;
}
.glossary-buttons ul li a span {
    display: inline-block;
    padding: 6px 13px;
    vertical-align: top;
}
.glossary-buttons ul li a:hover {
    background-color: #681111;
}
.glossary-buttons ul li.hinges a i {
    background-position: left 2px top 7px;
}
.glossary-buttons ul li.handles a i {
    background-position: left -143px top 7px;
}
.glossary-buttons ul li.benches a i {
    background-position: left -290px top 7px;
}
.glossary-buttons ul li.door_types a i {
   background-position: right 5px top 7px;
}
.glossary-buttons ul li.door_punches a i {

	background-position: left -436px top 7px;
}
.glossary-buttons ul li.latches a i {
    background-position: left 2px top -42px;
}
.glossary-buttons ul li.top_options a i {
    background-position: left -143px top -42px;
}
.glossary-buttons ul li.base_options a i {
    background-position: left -290px top -42px;
}
.glossary-buttons ul li.filler_options a i {
    background-position: left -436px top -42px;
}
.glossary-buttons ul li.end_panel a i {
    background-position: right 5px top -42px;
}
.glossary-buttons ul li.trim_options a i {
    background-position: left 3px top -91px;
}
.glossary-buttons ul li.paint_options a i {
    background-position: left -144px top -89px;
}
.glossary-section{ float:left; clear:both; width:100%;margin-bottom: 10px; }
.glossary-section h2{font-family: "Oswald",sans-serif; font-size:20px; font-weight:700; color:#000000; margin-bottom:5px;}
.glossary-section .glossary-row{ clear:both; float:left; width:100%; }
.glossary-section .glossary-row .glossary-col{ margin-bottom: 24px; float:left; width:360px;}
.glossary-section .glossary-row .glossary-col:nth-child(2n+2){ float:right; }
.glossary-section .glossary-row .glossary-col .glossary-image{float: left;width: 157px;margin-top: 18px;}
#Hinges.glossary-section .glossary-row .glossary-col .glossary-image{ margin-top:0px; }
.glossary-section .glossary-row .glossary-col .glossary-content{display: inline-block;float: right;width: 201px;}
.glossary-section .glossary-row .glossary-col p{ line-height: 21px;margin-bottom:0px;font-family: "Oswald",sans-serif; font-size:16px; font-weight:300;}
.glossary-section  p{line-height: 21px;margin-bottom:0px;font-family: "Oswald",sans-serif; font-size:16px; font-weight: 400;}
#Hinges.glossary-section .glossary-row .glossary-col .glossary-content{margin-top: 12px;}
@media only screen and (max-width: 1240px) {
	.glossary-section{ max-width:750px; }
}
@media only screen and (max-width: 820px) {
	.glossary-section{ max-width:750px; }
	.glossary-section .glossary-row .glossary-col{width: 48.5%;}
	.glossary-section .glossary-row .glossary-col .glossary-image {
		margin-top: 14px;
		width: 44%;
	}
	.glossary-section .glossary-row .glossary-col .glossary-content {
		width: 56%;
	}
}
@media (min-width: 501px) and (max-width: 662px) {
	.glossary-buttons ul li{margin-right: 0;padding-right: 5px;width: 33.33%;float: left;}
	.glossary-buttons ul li a{ width:100%; }
}
@media only screen and (max-width: 500px) {
	.glossary-section .glossary-row .glossary-col{width: 100%;}
	.glossary-section .glossary-row .glossary-col:nth-child(2n+2) {float: left;}
	.glossary-buttons ul li{width: 49%; margin-right:0px; float:left;}
	.glossary-buttons ul li:nth-child(2n+2){ float:right; }
	.glossary-buttons ul li a{width: 100%;}
	.glossary-buttons ul li a span{ }
}
@media only screen and (max-width: 360px) {
	.glossary-buttons ul li a span{padding: 6px 10px;}
}
@media only screen and (max-width: 340px) {
	.glossary-buttons ul li a{font-size: 14px;min-width: 100px;}
	.glossary-buttons ul li a span{ padding:9px 10px 6px 10px; }
}

.level-0 a {
	color:#1e7ec8;

}

ul .level-1  {
	text-decoration:none;
	list-style-type:none;
}

ul .level-2  {
	text-decoration:none;
	list-style-type:none;
}
.sitemap {
	margin-bottom:5px;
}

.level-1  {
	padding-left: 25px;
}

.level-2  {
	padding-left: 50px;
}

.isa_error{
    background-color: #ffbaba;
    color: #d8000c; margin: 10px 0;
    padding: 12px;
}
