@media print{.noprint{display:none}}


* {padding: 0px; margin: 0px;}

BODY {
	font-family: 'Century-Gothic', 'Open Sans Light', sans-serif;	/* 'Roboto', 'brandon-grotesque', */
	font-weight: 100;
	color: #333333;
	background: #FFFFFF;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

.text-center {
	text-align: left;
}

DIV.page_content {

}

DIV.clear {
	clear: both;
}
DIV.spacer {
	height: 30px;
}
.center {
	text-align: center;
}
.right {
	float: right;
}

TD {
	vertical-align: top;
}

H1, H2, H3, H4 {
	line-height: 1.1;
	font-weight: 100;
	margin-bottom: 10px;
}
H1 {
	font-size: 2.25em;
	color: #434647;
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
H2 {
	font-size: 22px;
	margin-bottom: 20px;
}
H3 {
	font-size: 18px;
}
H4 {
	font-size: 12px;
}
@media (min-width: 768px) {
	H1 {
		font-size: 36px;
	}
	H2 {
		font-size: 22px;
	}
	H3 {
		font-size: 18px;
	}
	H4 {
		font-size: 16px;
	}
}

A, A:visited, A:active {
	color: #93664A; /* #7A735B */
	text-decoration: none !important;
}
A:hover {
	color: #AE0505; /* #AE0505 */
	text-decoration: none !important;
}
A.white_link, A.white_link:visited, A.white_link:active {
	color: #FFFFFF;
}
A.white_link:hover {
	opacity: 0.8;
}

A.invisible {
	display: block;
	color: inherit;
	text-decoration: inherit;
}
A.navbar-brand, A.navbar-brand:visited {
	color: #FFFFFF;
	font-family: "Times New Roman", serif;
	font-size: 18px;
	padding-left: 0px;
	padding-right: 0px;
}

A.block-link {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
A.block-link:hover {
	background-color: #244467;
	opacity: 0.8;
}
A.block-link:hover .block-link-head{
}
.block-link-head {
	position: absolute;
	display: inline-block;
	bottom: 0px;
	width: 100%;
	color: #FFFFFF;
	background-color: #16284F;
	text-align: center;
	font-size: 1em;
	padding: 10px 10px 10px 10px;
	opacity: 0.8;
}
@media (min-width: 768px) {
	A.block-link {
		margin-bottom: 0px;
	}
}

.icon-link {
	display: block;
	width: 100%;
	color: #000000;
	background: none;
	border: none;
	padding-bottom: 20px;
	text-align: center;
}
.icon-link:hover {
	opacity: 0.7;
}
.icon-link IMG {
	width: 100%;
	max-width: 120px;
}
DIV.icon-link-head {
	padding-top: 20px;
	font-size: 12px;
	color: #333333;
}
@media (min-width: 768px) {
	.icon-link {
		margin-bottom: 0px;
	}
	DIV.icon-link-head {
		font-size: 18px;
	}
}


DIV.header_container {
	min-height: 240px;
	opacity: 1;
}
DIV.meganav {
	margin: 0px 0px 0px 15px;
	background-color: none;
}
.meganav UL LI A {
	color: #FFFFFF;
	font-size: 22px;
	text-shadow: 0px 0px 15px #000000;
}
.meganav UL LI A:hover {
	color: #CCCCCC;
}
.meganav .dropdown-menu {
	background-color: black;
}
.meganav .dropdown-menu li a {
	color: #FFFFFF;
	font-weight: 100;
	font-size: 18px !important;
	padding-left: 15px !important;
	background-color: none !important;
}
.meganav .dropdown-menu li a:hover {
	color: #000000 !important;
	background-color: none !important;
}



DIV.navbar_container {
	background-color: #000000;
	color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	border-top: 2px solid #999999;
	opacity: 0.8;
}

.navbar-nav li {
	list-style-type: none;
}
.navbar-nav li ul li {
	list-style-type: none;
	margin-left: 0px;
}
.navbar-inverse {
	min-height: 32px;
	background-color: #000000;
	margin-bottom: 0px;
}
.navbar-inverse .navbar-nav li a {
	padding: 5px;
	border-right: 0px solid #000000;
	padding-right: 20px;
	color: #FFFFFF;
}
.navbar-inverse .navbar-nav li a:hover {
	color: #CCCCCC;
}
.navbar-inverse .navbar-nav .active a {
	font-weight: 400;
}
.nav {
	font-size: 24px;
}
.nav .dropdown-menu {
	background-color: #000000;
	font-size: 20px;
	opacity: 0.9;
}
.nav li {
	margin-bottom: 10px;
}
.dropdown-menu li {
	margin-bottom: 0px;
}
.nav .dropdown-menu li a {
	padding-left: 20px !important;
	font-weight: 100;
}
.nav .dropdown-menu li a:hover {
	background-color: #000000;
	color: #7A735B;
}
@media (min-width: 768px) {
	.nav {
		font-size: 18px;
	}
	DIV.navbar-collapse {
		padding-left: 0px;
	}
	.navbar-nav li {
		margin-left: 20px;
	}
	.navbar-nav li a:first-child {
		padding-left: 0px;
	}
	DIV.body_content {
		margin-left: 10px;
	}
}
.asubcat {
		font-weight: 100;
	margin-left: 15px;
}

.local_nav {
	text-align: right;
	margin: 20px 0px 0px 20px;
}
.crumbs {
	color: #666666;
	font-size: 12px;
	padding: 10px 0px 5px 0px;
	text-transform: capitalize;
}


DIV.slider_container {
	background-color: #0E191F;
	padding: 0px;
	margin: 0px;
}

DIV.black_container {
	background-color: #000000;
	color: #FFFFFF;
	padding: 20px 0px 20px 0px;
}
DIV.white_container {
	background-color: #FFFFFF;
	color: #000000;
	padding: 20px 0px 20px 0px;
}
DIV.light_grey_container {
	background-color: #DDDDDD;
	color: #000000;
	padding: 20px 0px 20px 0px;
}
DIV.dark_grey_container {
	background-color: #A8AAA9;
	color: #000000;
	padding: 20px 0px 20px 0px;
}
DIV.light_brown_container {
	background-color: #EEEAE2;
	color: #000000;
	padding: 20px 0px 20px 0px;
}
DIV.dark_brown_container {
	background-color: #7C725A;
	color: #FFFFFF;
	padding: 20px 0px 20px 0px;
}
DIV.dark_orange_container {
	background-color: #97694B;
	color: #FFFFFF;
	padding: 20px 0px 20px 0px;
}
DIV.dark_blue_container {
	background-color: #16284F;
	color: #FFFFFF;
	padding: 20px 0px 20px 0px;
}

DIV.CallToAction_container {
	padding: 20px 0px 20px 0px;
}

DIV.footer_container {
	background-color: #1A2329;
	color: #EEEEEE;
	padding: 20px 0px 20px 0px;
}

.section_header {
	color: #333333;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}
.configurator_subheader {
	color: #333333;
	font-size: 1.1em;
	text-transform: uppercase;
}
.big_brown_header {
	color: #7C725A;
	font-size: 4em;
	font-weight: 300;
}
.text-block-header {
	color: #7C725A;
	font-size: 1.5em;
	line-height: 1.1em;
	margin-top: 10px;
	margin-bottom: 20px;
}
.text-block-descr {
	margin-bottom: 1em;
}
.text-block-descr img {
	margin-bottom: 10px;
}
.cnf_item_name {
	padding: 10px 0px 10px 0px;
}
.caption {
	color: #333333;
	font-size: 80%;
}

P {
	font-size: 14px;
	margin-bottom: 1em;
}
@media (min-width: 768px) {
	P {
		font-size: 16px;
	}
	.wide_text_block {
		padding: 0px 0px 0px 0px;
	}
	.section_header {
		font-size: 1.8em;
	}
}
.img-header {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
.img-descr {
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: 16px;
	color: #666666;
}
DIV.white_container .img-descr {
	color: #333333;
}
DIV.dark_brown_container .wide_text_block {
	color: #FFFFFF;
}
DIV.dark_brown_container .img-descr {
	color: #FFFFFF;
}
DIV.dark_brown_container .section_header {
	color: #FFFFFF;
}
DIV.dark_blue_container .section_header {
	color: #FFFFFF;
}
DIV.dark_grey_container .section_header {
	color: #FFFFFF;
}
DIV.dark_grey_container .img-descr {
	color: #FFFFFF;
}
DIV.black_container .section_header {
	color: #FFFFFF;
}
DIV.CallToAction_container .section_header {
	color: #FFFFFF;
}
DIV.CallToAction_container .container {
	background-color: #7A735B;
	color: #000000;
	padding: 20px;
}
DIV.CallToAction_container A {
	color: #000000;
}
DIV.CallToAction_container A:hover {
	color: #333333;
}

.white {
	color: #FFFFFF;
}
.big {
	font-size: 1.2em;
}
DIV.black_container A, DIV.black_container A:visited, DIV.dark_brown_container A, DIV.dark_brown_container A:visited {
	color: #e5e5e5;
	text-decoration: underline;
}
DIV.black_container A:hover, DIV.dark_brown_container A:hover {
	color: #CCCCCC;
}
DIV.notification {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

INPUT, SELECT, TEXTAREA {
	font-family: 'Century-Gothic', 'Open Sans Light', sans-serif;
	font-size: 16px;
	color: #333333;
	border: 1px solid #000000;
	margin: 0px 0px;
	padding: 3px 6px;
	border-radius: 5px;
}
INPUT:focus, TEXTAREA:focus {
	border: 1px solid #000000;
}
INPUT[type="submit"] {
	background-color: #DDDDDD;
}
INPUT[type="submit"]:hover {
	background-color: #EEEEEE;
}
INPUT[type="file"] {
	border: 0px;
}
TEXTAREA { overflow: visible; }

.contact_form_section {
	margin-top: 30px;
}
.contact_form_section SELECT {
	font-size: 18px;
	border: 1px solid #000000;
	min-width: 280px;
	max-width: 100%;
}
.encirclement {
	color: #DDDDDD;
	background-color: #7B7159;
	border-radius: 50%;
	font-size: 75%;
	padding: 2px 5px;
}


.admin_button {
	color: #C93D41 !important;
	border: 1px solid #C93D41 !important;
}
A.admin_button:hover {
	color: #FFFFFF !important;
	background: #C93D41  !important;
}

LABEL {
	display: inline;
	font-weight: 100;
}

.videoWrapper {
	position: relative;
/*	padding-top: 25px; */
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

UL {list-style-position: inside;}

.hl, .hgltbg {background-color: #FFFFAA;}
.grey, .gray {color: #999999;}
.em {color: #C2311A; font-weight: 400; font-style: normal;}
.verysmall {font-size: 70%; line-height: 1.0;}
SMALL, .small {font-size: 80%;}
P.small {font-size: 100%;}
STRONG {font-weight: 400;}
B {font-weight: 400;}
DIV.hr {height: 1px; border-top: 1px solid #CCCCCC; margin: 20px 0px; }

TABLE.list {border-collapse: none;  border-spacing: 1px; }
TABLE.list TH {color:#FFFFFF; background: #999999; font-size: 0.7em; padding: 5px; border-left: 1px solid #FFFFFF; font-weight: 100;}
TABLE.list TH A {color: #FFFFFF; text-decoration: none !important; }
TABLE.list TH A:hover {color: #EEEEEE; text-decoration: underline; }
TABLE.list TR TD {line-height: 1.2; background:#FFFFFF; padding: 5px 5px 10px 5px; border-bottom: 1px solid #EEEEEE; vertical-align: top;}
TABLE.list TR.odd_row TD {background:#fbfbfb;}
TABLE.list TR:hover TD {background:#f8f8f8;}
TABLE.list TR.totals TD {background:#fdfce9;}


TABLE.table {border-bottom: 1px solid #000000;}
TABLE.table TR TD {border-top: 1px solid #000000;}

TABLE.form {border-collapse:collapse;}
TABLE.form TR TD {padding: 5px 5px 5px 5px; border: 0px solid #FFFFFF;}

TABLE.cnf_measurements_form {border-collapse:collapse; margin: 0px auto;}
TABLE.cnf_measurements_form TR TD {padding: 10px 0px 10px 5px; border: 0px solid #FFFFFF; vertical-align: middle;}

TABLE.rctable {background-color:#EBEBEB; border:0px;}
TD.rc1	{background-repeat:no-repeat; background-position:top left; padding-top:10px; padding-left:20px; padding-right:10px}
TD.rc2	{background-repeat:no-repeat; background-position:top right; font-size:1px; width:10px;}
TD.rc3	{background-repeat:no-repeat; background-position:bottom left; height:10px; font-size:1px;}
TD.rc4	{background-repeat:no-repeat; background-position:bottom right; height:10px; font-size:1px;}
TABLE.rct_ok TR TD{background-color:#EDF8E9;}
TABLE.rct_warning TR TD{background-color:#FBF1E5;}
TABLE.rct_alert TR TD{background-color:#FBF1E5;}
TABLE.rct_stop TR TD{background-color:#FBF1E5;}
DIV.ok, DIV.warning, DIV.alert, DIV.stop{padding: 5px 60px 15px 60px; font-size:18px; }
DIV.ok{background: url(/img/ico/notification.gif) 5px 5px no-repeat;}
DIV.warning{background: url(/img/ico/warning.gif) 5px 5px no-repeat;}
DIV.alert{background: url(/img/ico/alert.gif) 5px 5px no-repeat;}
DIV.stop{background: url(/img/ico/stop.gif) 5px 5px no-repeat;}
DIV.alertcomm{background: url(/img/ico/alertcomm.gif) 15px 0px no-repeat; padding: 15px 60px 15px 60px;}
SPAN.notification_first_row {font-size:18px; line-height:120%; }

div.formbuttons {
	font-size: 80%;
	font-weight: 400;
	width:300px;
	float: right;
	margin-left: 10px;
}
.formbuttons img {
	float: left;
	clear: left;
	margin-right: 5px;
}


@media (min-width: 768px) {
	.column1 {
		float:left;
		display: block;
		width: 50%;
		clear: left;
		padding-bottom: 18px;
	}
	.column2 {
		display: block;
		width: 50%;
		float: left;
		padding-left: 30px;
		padding-right: 0px;
		padding-bottom: 18px;
	}
	.col1 {
		float:left;
		display: block;
		width: 50%;
		clear: left;
		padding-bottom: 18px;
	}
	.col2 {
		display: block;
		width: 50%;
		float: left;
		padding-left: 30px;
		padding-right: 0px;
		padding-bottom: 18px;
	}
}


@media (min-width: 768px) {
	.navbar-form {
		width: 100%;
	}
}

.btn {
	text-decoration: none !important;
	font-weight: 100;
}
.btn-brown, .btn-brown:visited {
	color: #FFFFFF;
	background-color: #7A735B;
	font-size: 1em;
}
.btn-brown:hover {
	background-color: #AD9F71;
	color: #FFFFFF;
}
.btn-grey, .btn-grey:visited {
	color: #FFFFFF;
	background-color: #666666;
	font-size: 1em;
}
.btn-grey:hover {
	background-color: #999999;
}
.btn-black, .btn-black:visited {
	color: #FFFFFF;
	background-color: #000000;
	font-size: 1em;
}
.btn-black:hover {
	background-color: #666666;
}
.footer_block {
	border-left: 1px solid #7A735B;
	text-align: left;
	padding: 0px 10px 0px 10px;
	margin-bottom: 20px;
	text-decoration: none !important;
}
.footer_subhead {
	color: #FFFFFF;
	font-size: 1.2em;
	margin-bottom: 10px;
	text-decoration: none !important;
}

.img-responsive {
	width: 100%;
}

.products_list {
	padding: 0px 15px 0px 15px;
}
.prod_specs {
	background-color: #999999;
}

.editor_button, .editor_button:visited {
	color: #333333 !important;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	border-radius: 3px;
	padding: 5px 10px;
	width: 150px;
}
.editor_button:hover {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}



@media (min-width: 768px) { /* Makes colums the same heights */
	.row.is-flex {
	    display: flex;
	}
	.row.is-flex > [class*='col-'] {
	    display: flex;
	    flex-direction: column;
	}
	.row.is-flex {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	}
	.row.is-flex > [class*='col-'] {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}