﻿/* =============================================================================
 * bootstrap overrides
 * -------------------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

.container {
	height: 100%;
	/*padding-left: 20px;
	padding-right: 20px;*/
    padding-left: 10px;
	padding-right: 10px;
	position: relative;	
}

@media (min-width: 768px) {
	/*.container { width: 750px; }*/
    .container { width: 100%; }
}
@media (min-width: 992px) {
	/*.container { max-width: 992px; width:100%;}*/
    .container { width: 100%; }

}
@media (min-width: 1230px) {
	.container { width: 100%;}
    /*.container { width: 1230px; }*/
}
@media (min-width: 1400px) {
	/*.container { width: 1400px;}*/
    .container { max-width: 1400px;width:100%;}
}

/*.row {margin-left:-5px;margin-right:-5px;}*/



/*
.container {
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;	
}

@media (min-width: 768px) {
	.container { width: 750px; }
}
@media (min-width: 992px) {
	.container { width: 970px; }
}
@media (min-width: 1230px) {
	.container { width: 1230px; padding-left: 30px; padding-right: 30px; }
}
*/



/* buttons ---------------------------------------------------------- */

.btn {
	font-size: 18px;
	font-weight: 300;
	padding: 10px 50px;
	border-radius: 0;
	border-width: 2px;
	position: relative;
    text-transform:uppercase;
    /*text-shadow: 1px 1px #000;*/
	-webkit-transition: background .1s, color .2s;
	   -moz-transition: background .1s, color .2s;
	    -ms-transition: background .1s, color .2s;
	        transition: background .1s, color .2s;
    /*border-radius:5px;*/
    color:#fff;
    font-family: Perpetua Titling MT Light;
}

.btn-primary {
	border: #959595 2px solid;
	background-color: #959595;
    color:#fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
	color: #fff;
	border-color: #959595;
    background: #959595;
    background: #959595;
	box-shadow: none;
}

/*.btn-inverted { 
    color:#fff;
	border: #000 2px solid;
	background-color: #000;
}
.btn.btn-inverted:hover,
.btn.btn-inverted:focus,
.btn.btn-inverted:active {
	color: #fff;
	border-color: #000;
    background: #000;
	box-shadow: none;
}*/

/*
.btn-inverted:hover {
	color: #fbbd71;
	background: #FFF;
}*/

/* additional markup and for hover effects, added via javascript
positioning and background color depends on button type
.btn-initialized is added to reset conflicting defaults */

/*.btn:after {
    content:"\f0da";
	font-family: 'FontAwesome';
	font-weight: 700;
	padding-left: 15px;
	position: relative;
}*/
.btn:before {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	/*-webkit-transition: all .3s cubic-bezier(.54,.12,.2,1);
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s cubic-bezier(.54,.12,.2,1);*/
}
.btn > span {
	position: relative;
	z-index: 1;
}

/*
.btn-inverted.btn-initialized,
.btn-inverted.btn-initialized:hover,
.btn-inverted.btn-initialized:focus {
	background: transparent;
}
.btn-inverted.btn-initialized:before {
	background: #000;
	left: 0;
	width: 0;
}
.btn-inverted.btn-initialized:hover:before,
.btn-inverted.btn-initialized:focus:before {
	width: 100%;	
}
    */

.btn-primary.btn-initialized,
.btn-primary.btn-initialized:hover,
.btn-primary.btn-initialized:focus {
	background: #959595;
    color:#fff;
}
.btn-primary.btn-initialized:before {
	/*background: #959595;*/
	right: 0;
	width: 100%;
    color:#fff;
}
.btn-primary.btn-initialized:hover:before,
.btn-primary.btn-initialized:focus:before {
	width: 0;
    color:#fff;
}

.btn-download:after {
    font-family: 'FontAwesome';
	content: '\f019';
}

/* product and gallery filters dropdowns */

.btn.btn-dropdown {
	color: #fff;
	background: #959595;
	text-align: left;
	padding-left: 20px;
}
.btn-dropdown.btn-inverted {
	width: 100%;
	background: transparent;
	border-color: #dad7d4;
}

.btn.btn-dropdown:hover,
.btn.btn-dropdown:active,
.btn-group.open .btn-dropdown {
	background: #000;
	border-color: #000;
	color: #fff;
	box-shadow: none;
}

.btn-dropdown:after {
    font-family: 'FontAwesome';
	content: '\f0d7';
	position: absolute;
	right: 20px;
}
.btn-group.open .btn-dropdown:after {
    font-family: 'FontAwesome';
	/*content: '\f00d';	*/
    content: '\f0d8';
}

/* dropdown-menu ---------------------------------------------------------- */

.dropdown-menu {
	width: 100%;
	margin-top: 0;
	border: 0;
	border-radius: 0;
	box-shadow: 0 2px 3px rgba(0,0,0,.15);
}
.dropdown-menu-static {
	background: #e1e1e1;
	padding: 15px 25px;
}
.dropdown-menu-static > ul {
	margin: 0 !important;
	padding: 0;
    list-style:none;
}
.dropdown-menu-static .help {
	color: #b4aea4;
	position: absolute;
	top: 15px;
	right: 20px;
}

.dropdown-menu {
	background: #e1e1e1;
	padding: 15px 25px;
}
.dropdown-menu > ul {
	margin: 0 !important;
	padding: 0;
    list-style:none;
}
.dropdown-menu ul li a {font-size:14px;color:#000;}

/* forms ---------------------------------------------------------- */

.form-group {
	margin-bottom: 20px;
}
.form-group > label {
	/* all form-controls use placeholder attributes
	radio and checkboxes use custom styles that reset this */
	display: none;
}
.form-group .radios-label { 
	padding-right: 12px;
}

.form-control {
	/*background: transparent;*/
	color: #000;
	border: #d2d2d2 2px solid;
	height: 50px;
	padding: 10px 15px;
	font-size: 14px;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased; 
}
.form-control:focus {
	border-color: #959595;
	background-color: #FFF;
	box-shadow: none;
	outline: none;
	-webkit-transition: background 0.1s;
	-moz-transition: background 0.1s;
	-ms-transition: background 0.1s;
	transition: background 0.1s;
}
.form-inverted .form-control,
.form-inverted .form-control:focus,
.form-inverted .form-control.has-value {
	border-color: #fff;
}

.radio-inline, 
.checkbox-inline {
	padding-left: 24px;
}
.radio input[type="radio"], 
.radio-inline input[type="radio"], 
.checkbox input[type="checkbox"], 
.checkbox-inline input[type="checkbox"] {
	margin-left: -24px;
}
.radio-inline + .radio-inline, 
.checkbox-inline + .checkbox-inline { 
	margin-left: 12px;
}

/* custom radio buttons */

.radio-inline input[type="radio"] {
	display: none;
}
.radio-inline input[type="radio"] + label {
	cursor: pointer;
	font-weight: 600;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radio-inline input[type="radio"] + label:before {
	content: '';
	position: absolute;
	margin: 4px 0 0 -24px;
	width: 17px;
	height: 17px;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 50%;
	border: #b9aea3 2px solid;
	background-color: transparent;
	-webkit-transition: all .1s;
	   -moz-transition: all .1s;
	    -ms-transition: all .1s;
	        transition: all .1s;
}
.radio-inline input[type="radio"]:checked + label:before {
	background-color: #b9aea3;
}


.form-actions {
	text-align: center;
}

::-ms-clear { display: none; }

::-webkit-input-placeholder 	{ font-style:normal; letter-spacing: 0.01em; }
:-moz-placeholder 				{ font-style:normal; letter-spacing: 0.01em; }
::-moz-placeholder 				{ font-style:normal; letter-spacing: 0.01em; }
:-ms-input-placeholder 			{ font-style:normal; letter-spacing: 0.01em; }

.form-inverted input::-webkit-input-placeholder	{ color: rgba(126,126,126,1.0); }
.form-inverted input:-moz-placeholder 			{ color: rgba(126,126,126,1.0); }
.form-inverted input::-moz-placeholder 			{ color: rgba(126,126,126,1.0); }
.form-inverted input:-ms-input-placeholder 		{ color: rgba(126,126,126,1.0); }

.search-terms::-webkit-input-placeholder		{ color: rgba(126,126,126,1.0); }
.search-terms:-moz-placeholder 					{ color: rgba(126,126,126,1.0); }
.search-terms::-moz-placeholder 				{ color: rgba(126,126,126,1.0); }
.search-terms:-ms-input-placeholder 			{ color: rgba(126,126,126,1.0); }

.form-control:focus::-webkit-input-placeholder	{ color: #7e7e7e; }
.form-control:focus:-moz-placeholder 			{ color: #7e7e7e; }
.form-control:focus::-moz-placeholder 			{ color: #7e7e7e; }
.form-control:focus:-ms-input-placeholder 		{ color: #7e7e7e; }

/* table ---------------------------------------------------------- */

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #e4e2df;
}
.table-borderless tr,
.table-borderless td,
.table-borderless th {
	border: 0 !important;
}

/* modal ---------------------------------------------------------- */
/*
.modal-backdrop.in {
	opacity: .4;	
}

@media (min-width: 768px) { 
	
	.modal-dialog { 
		width: 700px; 
		margin-top: 0; 
	}
	.modal.fade .modal-dialog,
	.modal.in .modal-dialog {
		-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
		-ms-transition: all .25s ease-out;
		transition: all .25s ease-out;
		-webkit-transform: translate(0, 50%) scale(0.95);
		-ms-transform: translate(0, 50%) scale(0.95);
		-o-transform: translate(0, 50%) scale(0.95);
		transform: translate(0, 50%) scale(0.95);
	}
	.modal.in .modal-dialog {
		-webkit-transform: translate(0, 50%) scale(1);
		-ms-transform: translate(0, 50%) scale(1);
		-o-transform: translate(0, 50%) scale(1);
		transform: translate(0, 50%) scale(1);
	}
}

.modal .close {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	margin: 0;
	outline: none;
	text-shadow: none;
	opacity: 1;
}
.modal .close:before {
	content: '\f00d';
	font: 16px/50px 'FontAwesome';
	color: #837561;
}

.modal-header { 
	text-align: center;
	border: 0;
	padding-top: 30px;
}
.modal-header h1 {
	display: inline-block;
	margin: 0;
	padding-bottom: 15px;
	border-bottom: #cbc7c2 1px solid;
}
.modal-content {
	border-radius: 0;
	box-shadow: 0 3px 6px rgba(0,0,0,.15);
}
.modal-body { 
	padding: 15px 50px 40px 50px;
}
*/

/* page-header ---------------------------------------------------------- */

.page-header {
	margin: 0;
	border: 0;
	padding: 165px 0 20px 0;
	/*background-color: #000;*/
	background-position: 50% 0;
	background-repeat: no-repeat;
	/*background-image: url('/images/FSD/rwd/page-header-bg.jpg');*/
}
.page-header .wrap {
	background: rgba(131,117,97,.85);
	margin-top: -8px;
}
.page-header .container {
	padding-top: 30px;
	padding-bottom: 28px;
}
.page-header h1 {
	margin: 0;
	color: #FFF;
	cursor: default;
}

@media only screen and (max-width: 1020px) {
	.page-header h1 { font-size: 35px; }
}

/* breadcrumb ---------------------------------------------------------- */

.breadcrumb {
	padding: 0;
	background: transparent;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased; 
    max-width:1400px;width:95%;margin:0 auto;
    /*line-height:0.8em;*/
}
.breadcrumb > li,
.breadcrumb > li a,
.breadcrumb > li.active {
	font-size: 14px;
	font-weight: 300;
	color: #c2c1c0;
	display: inline;
    padding:3px 0;
    margin:0;
    text-transform:uppercase;
    line-height:1.3em;
}
.breadcrumb > li.current {font-weight: 600;}
.breadcrumb > li {
	cursor: default;
    color:#c2c1c0;
    letter-spacing:3px;
}
.breadcrumb > li + li:before {
	padding: 0 2px 0 6px;
}
.breadcrumb_container {width:100%;border-bottom:1px solid #e1e4e1;}

.breadcrumb {position:absolute;top:10px;left:20px;z-index:20;line-height:14px;}


/* carousel ---------------------------------------------------------- */

.carousel-indicators {
	margin: 0;
	width: auto;
	left: 0px;
    right: 0px;
	bottom: 10px;
}
.carousel-indicators li,
.carousel-indicators li.active {
	background: #959595;
	width: 20px;
	height: 20px;
	border: 0;
	margin: 0 5px 0 0;
}
.carousel-indicators li {
	/*opacity: .5;*/
}
.carousel-indicators li.active {
	/*opacity: 1;*/
    background:#000;
}

/* panel ---------------------------------------------------------- */

.panel-group {
	margin: 20px 0;
}
.panel-group .panel {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.panel-group .panel + .panel {
	margin-top: 10px;
}
.panel-group .panel .panel-heading {
	background: #959595;
	padding: 0;
	border: 0;
	border-radius: 0;
}
.panel-group .panel-heading a {
	display: block;
	color: #fff;
	padding: 20px 15px 20px 50px;
	text-decoration: none;
	position: relative;
	line-height: 1.3;
    font-weight:normal;
    text-transform:uppercase;
    font-family: Perpetua Titling MT Light;
}
.panel-group .panel-heading a:before {
	/*content: '\f067';*/
    content: '\f068';
	font: 14px 'FontAwesome';
	position: absolute;
	display: block;
	left: 0;
	top: 50%;
	width: 40px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.panel-group .panel-heading a.collapsed:before { 
	/*content: '\f068';*/
    content: '\f067'; 
}
.panel-group .panel-body {
	padding: 20px;
	background: #f8f7f6;
	border: 0 !important;
}
.panel-group .panel-body > p {
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased; 
}
.panel-group .panel-body > p:last-child {
	margin-bottom: 0;
}
h4.panel-title {font-size:16px;text-transform:none;}

/* pagination ---------------------------------------------------------- */

.pager li > a,
.pager li > a:hover {
	border: 0;
	padding: 0;
	background: transparent;
}
.pager .previous a:before {
    font-family: 'FontAwesome';
	content: '\00AB';
	margin-right: 8px;
}
.pager .next a:after {
    font-family: 'FontAwesome';
	content: '\00BB';
	margin-left: 8px;
}


/* thumbnail ---------------------------------------------------------- */

.thumbnail {
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	position: relative;
}
.thumbnail:hover { 
	text-decoration: none;
}
.thumbnail-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #f1efee;
	text-align: center;
	background: rgba(54,47,37,.6);
}
.thumbnail-overlay h2 {
	font-size: 1.65em;
	font-weight: 300;
	line-height: 1.4;
}
.thumbnail-overlay .btn:hover {
	border-color: #FFF;
	color: #FFF;
}
.thumbnail-overlay > div {
	position: absolute;
	width: 100%;
	padding: 0 15%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
}
.thumbnail-heading {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 1.65em;
	font-weight: 300;
	color: #FFF;
	background: #8f8270;
	margin: 0; 
	padding: 20px 50px 20px 20px;
}
.thumbnail-footer:before,
.thumbnail-heading:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 8px;
	top: -8px;
	left: 0;
	background: rgba(131,117,97,.9);
}
.thumbnail-heading:after {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 0.9em;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.thumbnail-actions {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	z-index: 10; /* below .thumbnail-footer */
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.thumbnail-actions > ul {
	margin: 0 !important;
	padding: 20px;
	position: absolute;
	width: 100%;
	list-style: none;
}
.thumbnail-actions > ul li {
	display: inline;
	margin: 0 5px;	
}
.thumbnail-actions > ul li:last-child { 
	float: right;
}
.thumbnail-actions a {
	color: #FFF;
	color: rgba(255,255,255,0.5);
	font-size: 1.2em;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.thumbnail-actions a:hover {
	color: #FFF;
	text-decoration: none;
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.thumbnail:hover .thumbnail-actions {
	opacity: 1;
	visibility: visible;
}
.touch .thumbnail .thumbnail-actions {
	opacity: 1;
	visibility: visible;
	height: 100px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
}

/* used on masonry product list */

.thumbnail-footer {
	display: block;
	position: relative;
	z-index: 20; /* above .thumbnail-actions */
	background: #000;
	padding: 15px;
	font-weight: 300;
	color: #fff;
    /*text-shadow:2px 2px #000;
    font-size:14px;*/
}
.thumbnail-footer:hover {
	text-decoration: none;
    color:#fff;
}
.thumbnail-footer:before {
	background: rgba(0,0,0,.5);
}

/* callout ---------------------------------------------------------- */

.callouts-list { 
	padding: 0;
	list-style: none;
}
.callout {
	max-width: 570px;
	margin: 20px auto;
	text-align: center;
	background: #d2d2d2;
    color:#000;
    /*text-shadow:2px 2px #000;*/
	box-shadow: none;
}
.callout-inverted {
	color: #FFF;
    background: #959595;
}
.callout-transparent {
	color: #000;
    background: #fff;
    text-shadow:none;
}
/*.callout-body:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 20px;
	top: -16px;
	left: 0;
	z-index: 1;
	opacity: 0.75;
	background: #efebe8;
}*/
.callout img {
	width: 100%;
}
.callout-body {
	padding: 30px 3% 35px 3%;
	position: relative;
}
.callout-body h2 {
	font-size: 28px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 15px 0;
}
.callout[class*="project-type"] h2 {
	/* home page project callouts */
	font-weight: 400;
}
.callout-body p {
	margin-bottom: 15px;
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased; 	
}
/*.callout-inverted .btn-primary {
	border: #000 2px solid;
    background-color: #000;
}
.callout-inverted .btn-primary.btn-initialized:before {background:#000;}*/
.callout-body select, .callout-body input {padding:10px;color:#000;}
select,
select:active,
select:focus, 
select:hover {   
    outline:none !important;
}


/* nav-tabs ---------------------------------------------------------- */

.nav-tabs {
	margin-top: 10px;
	margin-bottom: 10px;
	/*border-bottom: #d2d2d2 1px solid;*/
    border-bottom:none;
}
.nav-tabs > li > a {
	margin: 0;
	padding: 15px 0;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #000;
	border-radius: 0;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	background: transparent;
	border-bottom: transparent 5px solid;
    font-family:"Open Sans", Regular, sans-serif;
    text-transform:uppercase;
    letter-spacing:3px;
}
.nav-tabs > li > a:hover {
	background: transparent;
	/*border-bottom: #959595 5px solid;*/
    border-bottom:none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #000;
    font-weight: bold;
	background-color: transparent;
	/*border-bottom: #000 5px solid;*/
    border-bottom:none;
}
.nav-tabs.has-2 > li { width: 50.00%; }
.nav-tabs.has-3 > li { width: 33.33%; }
.nav-tabs.has-4 > li { width: 25.00%; }
.nav-tabs.has-5 > li { width: 20.00%; }

/* nav-tabs-secondary ---------------------------------------------------------- */

.nav-tabs-secondary {
	border: 0;
	margin: 0;
}
.nav-tabs.nav-tabs-secondary > li {
	width: auto;
	margin: 0 10px 0 0;
}
.nav-tabs.nav-tabs-secondary > li > a {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 15px 40px;
	color: #fff;
	/*background: #f6f4f2;*/
	border: 0;
}
.nav-tabs-secondary > li > a:hover,
.nav-tabs-secondary > li.active > a,
.nav-tabs-secondary > li.active > a:hover,
.nav-tabs-secondary > li.active > a:focus {
	color: #fff;
	/*background: #e7e5e2;*/
	border: 0;
}

/* nav-tabs-select ---------------------------------------------------------- */

/* added dynamically in .nav-tabs jquery.view, 
used as a replacement for tabs on mobile */

.nav-tabs-select {
	margin: 20px 0;
	position: relative;
	display: none; /* responsive */
}
.nav-tabs-select select {
	width: 100%;
	height: 50px;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 18px;
	color: #fff;
	/*text-shadow:2px 2px #000;*/
    text-transform:uppercase;
    background: #959595;
	border: 0;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
}
.nav-tabs-select:after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 699px) {
	.nav-tabs-select { display: block; }
    .nav-tabs { display: none; }
	/*.nav-tabs-select + .nav-tabs { display: none; }*/

    /*.nav-tabs-select { display: none; }
    #nav-tabs-select { display: block; }*/
    #nav-tabs-select { display: none; }
    .nav-tabs-select { display: block; }
}

/* lead ---------------------------------------------------------- */

.lead {
	font-size: 2em;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 30px;
}


/* media ---------------------------------------------------------- */

.media-object,
.embed-responsive {
	border: #e7e5e2 3px solid;
	position: relative;
	z-index: 1;
}

.media-left {
	display: block;
	float: left;
	margin-right: 20px;
}
.media-play {
	display: inline-block;
	position: relative;
}
.media-play:after {
	content: '\f01d';
	font: 50px 'FontAwesome';
	color: #FFF;
	text-shadow: 0 0 8px rgba(0,0,0,0.3);
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0.85;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.media-play-alt:after {
    font-family: 'FontAwesome';
	content: '\f144';
	font-size: 60px;	
}
.media-play-big:after {
	font-size: 85px;
}
.media-play:hover:after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1.15);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.15);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1.15);
	transform: translateX(-50%) translateY(-50%) scale(1.15);
}

/* =============================================================================
 * typography
 * -------------------------------------------------------------------------- */

@-webkit-viewport { width: device-width; zoom: 1.0; }
   @-moz-viewport { width: device-width; zoom: 1.0; }
	@-ms-viewport { width: device-width; zoom: 1.0; }
	 @-o-viewport { width: device-width; zoom: 1.0; }
		@viewport { width: device-width; zoom: 1.0; }

body {
	/*color: #000;
	font: 18px/1.8 'Arial', sans-serif;*/
    /*font: 80% Verdana, "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Tahoma, "Trebuchet MS", Trebuchet, sans-serif;*/
    font-family: 'Open Sans', Regular, sans-serif;
	font-weight: 400;
	/*background-color: #fff;*/
	height: 100%;
    /*background: #fff url(/images/VCG/body_bg.jpg) 50% 0 repeat-x;*/
    background: #fff;
    font-size: 14px;
    color: #000;
}

/*.site-header,
.site-footer,
.site-content { background: #FFF; }*/

/*.site-footer { border-top:1px solid #eceeeb;}*/

p {
	/*margin-bottom: 25px;*/
    font-size:14px;
    /*color:#333;*/
    line-height:1.6em;
    margin:10px 0;
    font-family: 'Open Sans', Light, sans-serif;
}
a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
    /*font-family:"Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Tahoma, "Trebuchet MS", Trebuchet, sans-serif;*/
    cursor:pointer;
}
a:hover,
a:focus {
	color: #000;
	text-decoration: underline;
	outline: none;
}
a.more:after {
	content: '\f105';
	padding-left: 6px;
	font: 0.9em 'FontAwesome';
}
a.more-download:after {
	content: '\f019';
}
a.more:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
}

h1, .h1 {
	font-size: 42px;
	/*font-weight: 700;
	margin-bottom: 30px;
    font-family:"Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Tahoma, "Trebuchet MS", Trebuchet, sans-serif;*/
    font-family:"Perpetua Titling MT Light";
    text-transform:uppercase;
}
h2 {
	/*font-size: 60px;
	font-weight: 700;*/
	/*margin-bottom: 10px;
    margin-top:10px;*/
    font-size: 36px;
    font-weight: normal;
    /*color: #5f433a;*/
    /*text-transform: uppercase;*/
    font-family:"Perpetua Titling MT Light";
    text-transform:uppercase;
}
h3 {
	/*color: #837561;
	font-size: 1.125em;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-transform: uppercase;*/
    /*margin-top: 20px;
    margin-bottom: 12px;*/
    font-size: 30px;
    font-weight: normal;
    font-family:Perpetua Titling MT Light;
    text-transform: uppercase;
    /*font-weight: 700;*/
    /*font-family:"Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Tahoma, "Trebuchet MS", Trebuchet, sans-serif;*/
}
h4 {
	font-weight: normal;
    text-transform: uppercase;
    color: #000;
    font-size:24px;
    letter-spacing:3px;
}
h5 {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0 5px 0;
	/*text-transform: uppercase;
	letter-spacing: 0.02em;*/
    line-height:1.6em;
}

hr {
	border-color: #b7b1a9;
	margin: 15px 0;
}

blockquote {
	font-size: 28px;
	font-weight: 300;
	line-height: 1.4;
	color: #837561;
}
blockquote footer {
	margin-top: 1.125em;
	font-size: 16px;
	font-weight: 400;
	color: #837561;	
	text-transform: uppercase;
}
blockquote footer:before {
	display: none;
}

.main { 
	margin-bottom: 20px;
    /*padding:0;*/
}
ul:not([class]),
ol:not([class]) {
	margin-top: 15px;
	margin-bottom: 15px;
}
ul:not([class]) > li,
ol:not([class]) > li {
	margin-bottom: 10px;
}
ul, ol {line-height:1.6em;}
@media only screen and (min-width: 1230px) {	
	/* a little more breathing room between the main 
	content and sidebar on general content pages */
	/*.main.col-md-9 { padding-right: 30px; }*/
}

.call-to-action {
	font-weight: 700;
}
.call-to-action a {
	font-weight: inherit;
	text-decoration: none;
}
.call-to-action a:after {
	content: '\f105';
	font-family: 'FontAwesome';
	padding-left: 6px;
}

.footnote { 
	font-size: 14px;
	/*font-style: italic;*/
	color: #000;
}
.caption {
	font-style: italic;
	color: #4f483e;
	margin: 10px 0;
}

::-webkit-selection { background: #fff; color: #959595; text-shadow: none; }
::-moz-selection 	{ background: #fff; color: #959595; text-shadow: none; }
::selection			{ background: #fff; color: #959595; text-shadow: none; }

/* =============================================================================
 * header
 * -------------------------------------------------------------------------- */

.site { 
	/* needed for full width, absolutely positioned submenus withing a relative container */
	overflow: hidden; 
}

.site-header {
	width: 100%;
	position: relative;
	z-index: 100;
    height:130px;
}
.site-header > .wrap {
	/*height: 160px;*/
	position: relative;
	z-index: 2; /* above quick-consultation */
}
/*.header-sticky .site {
	padding-top: 155px;
}*/
.header-sticky .site-header {
	/*position: fixed;
	top: 0;*/
}

.submenu,
.site-header > .wrap {
	/*background: #840406;*/
	/*border-bottom: #67a7ad 8px solid;*/
    /*background: rgba(132,4,6,.6);*/
}

#logo {
	width: 30%;
	height: 80px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 101; /* above .submenu */
	top: 20px;
	left: 10px;
}
    #logo a {
        display: block;
        width: 100%;
        height: 100%;
        background: url('/images/VCG/logo-vc-pos.svg') 0 0 no-repeat;
        background-size: contain;
        text-indent: -9999px;
        outline: none;
    }

/* nav ---------------------------------------------------------------- */

.nav-toggle { display: none; /* responsive */ }

.nav-main { 
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
    height: 130px;
}
.nav .menu {
	/* can't absoltuely position this because the submenus would then be positioned relative to it 
	rather than the full width nav and left: 0 wouldn't actually be the left edge of the container */
	z-index: 100;
	margin: 0;
	padding: 70px 0 0 0px;
}

/*.nav-main ul.menu {background: rgba(132,4,6,.6);margin:52px 0 0 0px;height:50px;width:100%;max-width:1032px;padding-left:71px;}*/
.nav-main ul.menu {margin:0px;float:right;}

.nav .primary-menu {padding:0px;width:100%;position:relative;}
.nav .secondary-menu {position:absolute;top:0px;right:0px;left:0;height:34px;}
.nav .secondary-menu ul.menu {background: none;margin:0 260px 0 0;padding:5px;}

.nav .menu > li {
	display: inline;
	float: left;
}
.nav .primary-menu ul.menu > li {float: left;position:relative;}

.nav .menu > li > a {
	display: block;
	float: left;
	/*height: 50px;*/
	padding: 5px 20px 5px 20px;
    margin:10px 0px 10px 15px;
	/*font: 18px/1.8 'Arial', sans-serif;*/
    font-size:18px;
    letter-spacing:1px;
    /*font-family:"Proxima Nova Bold", Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans', Regular, sans-serif;
    text-transform:uppercase;
    text-decoration:none;
    /*font-weight: bold;*/
    /*text-shadow: 2px 2px #000;*/
	/*line-height: 50px;*/
	/*text-decoration: none;*/
	text-align: center;
	color: #000;
	position: relative;
	/*background: url('/images/FSD/rwd/nav-item-divider.png') 100% 50% no-repeat;*/
	z-index: 101; /* above .submenu */
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	        transition: all .2s ease;
}

.nav .menu .where-to-buy {
    background-color: #000;
    padding-right: 25px;
}
.nav .menu .where-to-buy > a, .where-to-buy i {
    color: #fff;
}
.where-to-buy i {
    padding-right: 10px;
}
/*
.nav .menu > li:hover > a,
.nav .menu > li > a:hover,
.nav .menu > li.active > a {
	color: #000;
}*/

.nav .menu > li > a span {
	display: block;
	position: relative;
	height: 100%;
}
/*.nav .menu > li > a span:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #899a5a;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transform: scale(.45);
	   -moz-transform: scale(.45);
	    -ms-transform: scale(.45);
	        transform: scale(.45);
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	        transition: all .2s ease;
}*/
.nav .menu > li:hover > a span:after,
.nav .menu > li > a:hover span:after,
.nav .menu > li.active > a span:after {
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.nav .menu > li:nth-child(2) > a span { max-width: 100px; line-height: 1.25; padding-top: 7px; }
.nav .menu > li:nth-child(6) > a span { max-width: 90px; line-height: 1.25; padding-top: 7px; }

/*
.nav .menu > li:hover .submenu { 
	opacity: 1;
	visibility: visible;
	overflow: visible;
}*/

.nav div.side-nav, .nav li.side-nav {display:none;}

img.fly-out-nav-logo {display:none;}

/* nav-secondary ---------------------------------------------------------------- */

.nav-secondary {
    position: absolute;
	text-align: right;
	right: 0px; 
	top: 10px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	/*background: #c3beb8;*/
	z-index: 101; /* above .submenus */
}
.nav-secondary a {
	display: inline-block;
	text-decoration: none;
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased; 
    color:#fff;
    font: 18px/1.8 'Arial', sans-serif;
    font-weight: 400;
    text-shadow: 2px 2px #000;
    padding:0 10px;
}

.nav .secondary-menu .menu > li > a {font-size: 14px;display: block;margin:10px 50px 12px 10px;padding:0 10px;}



/* submenu ----------------------------------------------------------- */

.submenu {
	display: block;
	position: absolute;
	width: 240px;
	left: 15px;
	top:70px;
	z-index: 102;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	
	/* full width in fixed container trick */
	/*padding: 0 1000em;
    margin: 0 -1000em;*/
    
	-webkit-transition: all .25s ease .15s;
	   -moz-transition: all .25s ease .15s;
	    -ms-transition: all .25s ease .15s;
	        transition: all .25s ease .15s;
	
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.submenu .container {
	/* header height without border - workarounds for full width, absolutely 
	positioned and contained submenu that still use reasonable markup.
	Without this, moving your mouse from the parent li would cause the
	submenu to hide again, unless a bunch of "magic numbers" are used
	for the submenu's top position. This is at least slightly more reasonable. */
	/*margin-top: 100px; */
    width:auto;
    display:inline-block;
    padding:0;
}
.submenu .row {
    list-style: none;
	padding: 0;
	position: relative;
    color:#fff;
    width:240px;
    margin:0;
}

.submenu .row a {color:#fff;padding:10px 15px;display:block;background:#000;font-weight:600;}

.submenu-thumbs .row {
	padding-bottom: 15px;
}
.submenu .row:before {
	/* setting a border-top on the submenu's .container or .row
	extends beyond the left and right edge due to bootstrap's grid,
	and I didn't want to additional more markup just for a border */
	/*content: '';
	position: absolute;
	top: 0;
	left: 0px;
	width: 250px;
	height: 1px;
	background: #fff;*/
	
}
/*
.submenu-footer {
	background: #e7e5e2;
	text-align: center;
	padding: 15px 1000em;
    margin: 0 -1000em;
}
.submenu-footer a {
	display: inline-block;
	color: #000;
	padding: 0 15px 0 4px;
	margin: 0 5px;
	border-right: #000 1px solid;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}
.submenu-footer a:last-child {
	border-right: 0;
	padding-right: 0;
}
.submenu-footer a:hover {
	color: #fbbd71;
}

.submenu-thumb > a {
	display: block;
	position: relative;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.submenu-thumb > a > div {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.no-csstransforms .submenu-thumb > a > div {
	top: 33%;
}
.submenu-thumb > a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .85;
	-webkit-transition: opacity .2s ease;
	   -moz-transition: opacity .2s ease;
	    -ms-transition: opacity .2s ease;
	        transition: opacity .2s ease;
}
.submenu-thumb > a:hover:before {
	opacity: .98;
}

.submenu-intro h2 {
	font-size: 32px;
	font-weight: 300;
	margin: 0 0 20px 0;
}
.submenu-intro p {
	font-style: italic;
	line-height: 1.8;
	padding-right: 40px;
	color: #8a8c8e;
}
.submenu-links {
	background: #f3f2f0;
	padding: 20px 30px;
	list-style: none;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}
.submenu-links li {
	margin: 0 0 8px 0;
}
.submenu-links a {
	font-weight: 400;
	text-decoration: none;
}
.submenu-links a:after {
	content: '\f105';
	padding-left: 8px;
	font-family: 'FontAwesome';
}*/


.nav .menu > li.open > a, .nav .menu > li.open > a:focus, .nav .menu > li.open > a:hover {background-color:transparent;}


/*
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:-11px;left:100%;border-radius:0;background: rgba(132,4,6,.8);}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>.dropdown-menu a:hover{background:none;color:white;text-decoration:underline;}
.dropdown-submenu>.dropdown-menu a {padding:3px 20px 3px 0;}
ul.dropdown-menu {position:absolute;left:0px;top:0px;width:100%;min-width:250px;}
*/

.dropdown-menu {padding:0;}
.dropdown-menu > li > a {white-space:inherit;padding:15px 20px;margin:0px;color:#000;text-transform: uppercase;}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {background-color:#959595;color:#fff;}

.dropdown-submenu {position: relative;}
.dropdown-submenu>.dropdown-menu {top:0;left:100%;}
.dropdown a i {float:right;margin-top:3px;}
.dropdown > .dropdown-menu {display: block;opacity: 0;visibility:hidden;-webkit-transition:all 0s;-moz-transition:all 0s;-ms-transition:all 0s;transition:all 0s;}
.dropdown.open > .dropdown-menu {opacity: 1;visibility:visible;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s;}


/* search ---------------------------------------------------------------- */

.site-header .search {
	/*float: right;
	position: relative;*/
    position:absolute;
    top:8px;
    right:100px;
	width: 40px;
	-webkit-transition: all .15s;
	   -moz-transition: all .15s;
	    -ms-transition: all .15s;
	        transition: all .15s;

	/* TODO: make this work better */

}
.site-header .search.search-active {
	width: 195px;
}
.site-header .search input {
	position: absolute;
	left: 5px;
    top:2px;
	float: left;
	width: 100%;
	height: 30px;
	padding: 0 24px;
	font-size: 12px;
    text-transform:uppercase;
    line-height:16px;
	color: #7e7e7e;
    font-style:normal;
	outline: none;
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased; 
    border: 1px solid #7e7e7e;
    /*border-radius:25px;*/
}
.site-header .search .submit {
	position: relative;
	float: left;
	width: 40px;
	height: 35px;
	line-height: 30px;
	text-align: center;
	font-size: 0;
	color: #7e7e7e;
	border: 0;
	outline: none;
	-webkit-transition: all .1s ease;
	   -moz-transition: all .1s ease;
	    -ms-transition: all .1s ease;
	        transition: all .1s ease;
}
.site-header .search .submit:hover {
	color: #7e7e7e;	
    text-decoration:none;
}
.site-header .search .submit:after {
	content: '\f002';
	font: 16px/30px 'FontAwesome';
}


/*top nav social links*/
.social-links {position:absolute;top:10px;right:10px;}
.social-links ul {list-style:none;padding:0;margin:0;}
.social-links ul li {display:inline;padding:0 5px;}
.social-links ul li i {font-size:28px;}

/*side-widget*/
.side-widget.is-sticky {position: fixed;right: -50px;top: 35%;z-index: 50;direction:rtl;}
.side-widget a {display:inline-block;font-size: 24px;font-weight: 300;padding: 10px;color: #fff;text-decoration: none;position: relative;font-family:'Open Sans', Regular, sans-serif;}
/*old fonts: "Palatino Linotype", Palatino, "Book Antiqua", "TeX Gyre Pagella", serif;*/
.side-widget a span {font-size:20px;display:inline-block;background:#000;padding:10px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);}
.side-widget a:hover {cursor:pointer;}

.modal-content {
    border-radius: 0;
    width: 120%;
    margin-left: auto;
    margin-right: auto;
}
.modal-content .modal-body {font-size:0.9em;}
.modal-content .modal-body ul li {margin:0 0 7px 0;}
.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
.modal-backdrop, .modal-backdrop.fade.in {opacity:0;}

.modal div.title {position:absolute;top:0px;left:-1px;padding:0px;}
.modal div.title p {padding:0px 20px;margin:0;font-size:20px;float:left;font-family:'Open Sans', Regular, sans-serif;color:#fff;font-weight:300;background: rgba(67, 107, 122, .8);}
.modal div.title em {width: 0;height: 0;border-top:32px solid #000;border-right:30px solid transparent;float:left;}
.modal div.title h3 {padding:2px 20px;margin:0;font-size:20px;float:left;font-family:'Open Sans', Regular, sans-serif;color:#fff;font-weight:300;background:#000;}

body.modal-open {overflow: inherit;padding-right: 0 !important;}
.modal.fade.in {padding-right: 0 !important;}
.contactmodal .modal-header p {padding: 20px 0 0 0;}

/* =============================================================================
 * content
 * -------------------------------------------------------------------------- */

.site-content,
.has-sidebar.has-gradient .site-content { 
	/*padding-bottom: 100px;*/
    padding-bottom: 0; 
    /*background: #FFF url('/images/FSD/rwd/site-content-bg.png') 0 0 repeat-x;*/
    /*background:#fff;*/
}
.has-sidebar .site-content { 
	background-image: none;
}
.has-footer .site-content,
.page-home .site-content { 
	padding-bottom: 0; 
}

.main-footer { 
	margin-top: 50px; 
	padding-top: 50px;
	padding-bottom: 75px;
}

/* =============================================================================
 * home
 * -------------------------------------------------------------------------- */

/* hero ---------------------------------------------------------------- */

.hero { 
	height: 738px;
	background-color: #fbbd71;
	background-position: 50% 0;
	background-repeat: no-repeat;
	/*background-image: url('/images/FSD/rwd/hero.jpg');*/
}
@media (min-width: 1230px) and (max-height: 800px) {
	.hero { height: 400px; background-size: cover; }
}
.hero .container {
	display: table;
	height: 100%;
	max-width: 620px;
	color: #FFF;
}
.hero .container > div {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.hero h1 {
	font-size: 52px;
	font-weight: 300;	
	line-height: 1.2;
	margin: 0 0 15px 0;
}
.hero p {
	font-size: 16px;
	margin: 0 0 25px 0;	
}
.hero h1,
.hero p {
	text-shadow: 0 2px 10px rgba(0,0,0,.5);
}



/* LOCATIONS ---------------------------------------------------------------- */

.map {
	background: #FFF;
	padding: 5px;
	border-radius: 0;	
	box-shadow: 0 1px 5px rgba(0,0,0,.25);
}

.locations-search {
	margin: 40px 0;
}
.site-search { 
	/*margin-bottom: 40px;*/
}
.site-search .form-control,
.locations-search .form-control {
	margin-bottom: 10px;
}
/*.site-search .btn,
.locations-search .btn {
	margin-top: 6px;
}*/

.locations-geolocation strong:before {
	content: '';
	display: block;	
}
.locations-geolocation a {
	color: #988f86;
	font-weight: 400;
	display: inline-block;
	margin-left: 10px;
}
.locations-body {
	padding: 30px 20px;	
	/*background: url('/images/FSD/rwd/locations-body-bg.png') 0 0 repeat-x;*/
}
.locations-results {
	list-style: none;
	margin: 0;
	padding: 0;
}
.locations-results > li {
	margin-bottom: 30px;
}
.locations-results h4 {
	font-size: 18px;
	margin: 0 0 5px 0;
}
.locations-results h4 a {
	font-weight: 700;
}
.location-address {
	margin-bottom: 0;
}
.location-links a {
	display: inline-block;
	margin-right: 12px;
}
.location-contacts { 
	margin: 0;
}
.location-contacts dt {
	font-weight: bold;
	clear: both;
	float: left;
	margin-right: 6px;
}

/* SEARCH ---------------------------------------------------------------- */

/* NOTE .search has shared styles with .locations above */


.search-results {
	list-style: none;
	margin: 30px 0;
	padding: 0;
}
.search-results > li {
	margin-bottom: 30px;
    display:inline-block;
    width:100%;
}
.search-results h2 > a {
	font-weight: 300;
}
.search-results h2 > a strong {
	font-weight: 700;
}
.search-results h2 {
    font-size:28px;
    margin:0;
}
.search-results-thumb {
	display: block; 
	margin: 0 20px 20px 0;
    float:left;
}
.search-results > li ul {
    display:none;
}

/*search*/
.searchresults { max-width:1400px; width:auto; padding:10px; margin:0 auto;}
.searchresults h3 {font-size:20px;font-weight:bold;}
.searchresults h2 {font-size: 20px;font-weight: normal;color: #5f433a;padding:0;}
.searchresults .row {margin-right:-10px;}
@media (max-width: 479px) {
	.search-results-thumb { float: none; margin: 0 0 20px 0px;}
}



/* PRODUCTS */

.products-list,
.products-gallery {
	padding: 0;
	list-style: none;
}
.products-gallery > li {
	margin-bottom: 10px;
    cursor:pointer;
}
.products-list > li {
	min-height: 260px;
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
}

/*.products-list > li img {
	width:100%;
}*/
.products-list .product-title {
	margin: .5em 0 .9em;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Open Sans', Regular, sans-serif;
    font-weight:600;
    text-transform:none;
}

.products-list a:hover {text-decoration:none;}

.products-list .product-title strong {
	display: inline;
    text-transform:uppercase;
    font-size: 24px;
    font-weight:normal;
    font-family: 'Open Sans', Light, sans-serif;
    line-height: 1.2;
}
.products-list .product-title strong:after {
    content: "\A";
    white-space: pre;
}

.products-list .product-price { 
    font-size: 16px;
	color:#000;
	font-style: italic;
	display: block;
}

/* PRODUCT FILTERING */

.product-filters > h3 {
	font-size: 1em;
	opacity: .5;
}
.product-filters-panel {
	background: #FFF;
	padding: 30px 0;
	margin-bottom: 25px;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
	position: relative;
}
.product-filters-panel:before,
.product-filters-panel:after {
	content: '';
	position: absolute;
	display: block;
	font-size: 0;
	width: 1px;
	top: 30px;
	bottom: 30px;
	background: #d4cfc8;
} 
.product-filters-panel:before 	{ left: 33%; }
.product-filters-panel:after 	{ left: 67%; }

.product-filters-heading {
	color: #fbbd71;
	min-height: 60px;
	display: flex;
	align-items: center; /* vertical */
	text-align: center; /* horizontal */
	font-size: 1.5em;
	line-height: 1.4;
	padding: 0 15%;
	pointer-events: relative;
}
.product-filters-heading .help {
	position: absolute;
	top: 6px;
	right: 25px;	
}
.product-filters-panel .row > div:last-child .product-filters-heading .help {
	right: 40px;
}
.product-filters-checkboxes {
	list-style: none;
	padding: 0; 
	margin-top: 20px;
}
.product-filter-project .product-filters-checkboxes { padding-left: 22.5%; }
.product-filter-fuel 	.product-filters-checkboxes { padding-left: 35%; }
.product-filter-room 	.product-filters-checkboxes { padding-left: 20%; padding-right: 20%; -webkit-column-count: 2; -moz-column-count: 2; -ms-column-count: 2; column-count: 2; }

.product-filters-checkboxes li {
	margin: 5px 0 0 0;
}
.product-filters-checkboxes label {
	font-weight: normal;
	font-style: italic;
	padding-left: 8px;
}

.product-filters-dropdowns .btn-group { 
	margin-bottom: 20px;
}
.product-filters-dropdowns .btn-group,
.product-filters-dropdowns .btn-dropdown {
	width: 100%;
}

.product-filters-results {
	/*margin-bottom: 20px;
    width:100%;
    background-color:#fbbd71; */
    padding:0px;
}
.product-filters-results > span {
	/*position: relative;
	top: 12px;
	left: 5px;
	font-style: italic;
	opacity: .5;*/
    font-size:20px;
    text-transform:uppercase;
}


.product-filters-sort {
	width: 170px;
}
.product-filters-sort .btn-group {
	width: 100%;
}

/* PRODUCT DETAILS */

.product-hero { 
	margin: 0px auto; 
	position: relative;
}
.product-detail h3 {
	margin-bottom: 20px;
    font-size:20px;
}
/*.product-detail p {line-height:24px;}*/
.carousel-inner a.hasLink {cursor:pointer;}
.product-header { 
	margin: 0;
	overflow: hidden; /* clearfix */
}
.product-header .product-pricing {
	float: left;
}
.product-share {
	list-style: none;
	margin: 0;
	padding: 0;
	/*float: right;*/
}
.product-share li { 
	display: inline-block;
	margin: 0 10px 0 0;
}
.product-share a {
	color: #000;
	font-size: 20px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.product-share a:hover {
	color: #fbbd71;	
}

.product-how-it-works h1 {
	font-size: 2em;
	margin: 0 0 10px 0;
}

.product-feature-thumbs img {
	margin-bottom: 8px;
    width:100%;
}
.product-feature-thumbs strong {
	display: block;
	line-height: 1.3;
	margin-bottom: 10px;
    min-height: 30px;
    font-size:16px;
}
.product-feature-thumbs .controls strong {
	margin-bottom: 0px;
    min-height: 0px;
}

.product-detail-specs-image {
	text-align: center;
	/*padding: 30px 0;*/
    padding: 0px 0;
}
.product-detail-specs-links {
	list-style: none;
	margin: 30px 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
    font-size:14px;
    padding:0;
    display:inline;
}
/*.product-detail-specs-links a:after { 
	content: '\00A0\00BB';
    font-weight: normal;
}*/

ul.product-detail-specs-links li a {cursor:pointer;font-weight:normal;}
ul.product-detail-specs-links li a.selected {font-weight:bold;}
/*ul.product-detail-specs-links li a.selected:after {content: '\00A0\00BB';font-weight: normal;}*/
/*ul.product-detail-specs-links li a.selected:after {content: '\f102';font: 14px/26px 'FontAwesome';}*/


.product-detail-downloads h3 {
	margin-bottom: 15px;
}
.product-detail-downloads ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
.product-detail-downloads ul li {
	margin-bottom: 3px;
}
.product-detail-downloads a > i {
	display: inline-block;
	margin-right: 8px;
}



/* LOCATION DETAILS */

.location-hero {
	margin-bottom: 15px;
}
.location-hours {
	overflow: hidden; /* clearfix */
}
.location-hours dt {
	clear: left;
	float: left;
	font-weight: normal;
	width: 120px;
	margin: 2px 0;
}
.location-hours dd {
	float: left;
}
.location-brands > div {
	margin-bottom: 15px;
}
.location-footer {
	background: #f5f3f1;
}
.location-footer [class*="col-"] {
	margin-bottom: 30px;	
}

/* ARTICLE LIST */

.article-list { 
	list-style: none;
	padding: 0;
    margin-top:20px;
}
.article-list > li { 
	margin-bottom: 40px;
}
.article-list-body { 
	padding: 30px;
	background: #959595;
	position: relative;
    color:#fff;
}
.article-list-body:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 20px;
	top: -16px;
	left: 0;
	z-index: 1;
	opacity: 0.5;
	background: #000;
}
.article-list .call-to-action { 
	margin-bottom: 0;
}
.article-list .call-to-action a {color:#fff;}


/* ARTICLE DETAILS */

.article-header {
	margin-bottom: 20px;
}
.article-header h3 {
    font-size:32px;
	margin: 0px;
}
.article-header h3,
.article-header h3 a {
    color:#fff;
    text-shadow:2px 2px #000;
	font-weight: 700;
}
.article-meta {
	font-size: 14px;
	font-weight: 700;
	/*color: #000;*/
	/*text-transform: uppercase;*/
}

/* =============================================================================
 * sidebar
 * -------------------------------------------------------------------------- */

.sidebar > div {
	/*margin-bottom: 30px;*/
}

.subnav {
	background: #fff;
	/*box-shadow: 0 1px 5px rgba(0,0,0,.25);*/
}
.subnav-heading {
	color: #000;
    text-transform: uppercase;
    font-size: 16px;
}
.subnav-menu {
	margin: 10px 0;
	padding: 10px 20px;
	list-style: none;
    background:#d2d2d2;
}
.subnav-menu li {
	margin: 0;
	padding: 0;
    border-bottom:1px solid #000;
}
.subnav-menu li:last-child {
    border-bottom:none;
}
/*.subnav-menu li:first-child:before,
.subnav-menu li:after {
    content: '';
	display: block;
	height: 1px;
	font-size: 0;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#bcb4a9), to(transparent));
	background-image: -webkit-linear-gradient(left, #bcb4a9, transparent);
	background-image: -moz-linear-gradient(left, #bcb4a9, transparent);
	background-image: -o-linear-gradient(left, #bcb4a9, transparent);
}*/
.subnav-menu a {
	display: block;
	color: #000;
	padding: 15px 0;
	font-size: 20px;
	font-weight: 400;
    text-transform: uppercase;
	text-decoration: none;
}
.subnav-menu a:after {
	/*content: '\00A0\00A0\00BB';
	font-weight: normal;*/
}
.subnav-menu a:hover {
	/*background: #000;*/
}
.subnav-menu .active a {
	font-weight: 700;
	background: #e7e5e2;
}

.related-products {
	/*background: #efebe8 url('/images/FSD/rwd/related-products-bg.jpg') 50% 0 no-repeat;*/
	background-size: auto 100%;
}
.related-products ul {
	list-style: none;
	margin: 25px 0;
	padding: 0;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	-ms-column-count: 4;
	column-count: 4;
}
.related-products li a {
	color: #493b27;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
}
.related-products li a:after {
	content: '\00A0\00A0\00BB';
	font-weight: normal;
}
.related-products li a:hover {
	color: #fbbd71;
}

/* quick-nav ---------------------------------------------------------- */

.quick-nav-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 0;
	/*border-bottom: #464243 1px dotted;*/
}
.quick-nav-menu li:not(:last-child) { 
	border-bottom: #000 1px solid;
}
.quick-nav-menu a {
	display: block;
	font-size: 16px;
	font-weight: 600;
	/*line-height: 1.25;*/
	padding: 10px;
	color: #000;
	text-decoration: none;
	position: relative;
    text-transform:uppercase;
    letter-spacing:3px;
    /*background:#5f433a;*/
	/*-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;*/
}
.quick-nav-menu li {margin-bottom:1px;}
/*.quick-nav-menu li:hover {
	background: #fbbd71;
}
.quick-nav-menu li a:hover {
	color: #fff;
}*/
.quick-nav-menu a > i {
	display: block;
	position: absolute;
	top: 35%;
	left: 20px;
	width: 30px;
	/*-webkit-transform: translateY(-50%) scale(1.3);
	-moz-transform: translateY(-50%) scale(1.3);
	-ms-transform: translateY(-50%) scale(1.3);
	transform: translateY(-50%) scale(1.3);*/
}
.quick-nav-menu img {padding-right:10px;}


/* =============================================================================
 * footer
 * -------------------------------------------------------------------------- */

/* footer-links ---------------------------------------------------------- */

#footer {background:#222021;}

.footer-links {
	padding-top:20px;
	padding-bottom:20px;
    padding-left:20px;
    padding-right:20px;
}
.footer-links,
.footer-links a {
	color: #fff;
	font-size: 14px;
    font-weight:normal;
    line-height:1.2em;
}
.footer-links a:hover {
	/*color: #FFF;
	color: rgba(255,255,255,.9);*/
}
.footer-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-links li {
	margin-bottom: 3px;
    line-height:1.0em;
}

.footer-links h5, .footer-links h5 a {text-transform:uppercase;font-size:16px;font-weight:normal;letter-spacing:3px;}
.footer-links p {margin:0px;padding:5px 0;color:#fff;}
.footer-links .logo {padding-top:20px;}
.footer-links .copyright {padding-top:20px;}
.footer-links .copyright p {text-transform:uppercase;}

/* footer-form ---------------------------------------------------------- */

.footer-form b {
	display: inline-block;
	margin-right: 20px;
	text-transform: uppercase;
	font-weight: 800;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased; 
}
.footer-form .form-control {
	margin-top: 8px;
	height: 50px;
}
.footer-form .radio-inline {
	margin-left: 0;
	margin-right: 12px;
}
.footer-form .form-actions {
	position: relative;
}
.footer-form .form-actions .submit {
	position: absolute;
	width: 28px;
	height: 28px;
	font-size: 0;
	text-align: center;
	background: #FFF;
	right: 11px;
	top: 11px;
	border: 0;
	outline: none;
}
.footer-form .submit:after {
	content: '\f054';
	font: 14px/26px 'FontAwesome';
	color: #899f99;
	padding-left: 3px;
}


.footer-locator .required, .footer-locator .professional_info {display:none;}
.footer-locator p {margin:5px 0 0 0px;}
.footer-locator .locator_search_type_control {margin-top:5px;}
.footer-locator .type {float:left;margin-right:10px;}
.footer-locator .options ul {list-style:none;padding:0;}
.footer-locator .options ul li {display:inline-block;}
.footer-locator .options label {padding:0 5px;font-weight:300;}
.footer-locator .form-control {background:#fff;color:#000;}
.footer-locator a.btn {font-size:18px;}


/* social ---------------------------------------------------------- */

.social {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/*.site-footer .social {
	margin-bottom: 50px;
}*/
.social li {
	display: inline;
}
.social a {
	display: block;
	float: left;
	margin-right: 10px;
	/*width: 42px;
	height: 42px;*/
	color: #554b3e;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	/*background: #a29c95;
	background: rgba(255,255,255,.45);*/
	-webkit-transition: all .1s ease;
	   -moz-transition: all .1s ease;
	    -ms-transition: all .1s ease;
	        transition: all .1s ease;
}
/*.social a:hover {
	color: #fbbd71;
	background: rgba(255,255,255,.9);
}*/
.social a:before {
	font: 24px 'FontAwesome';
}

.social-facebook:before		{ content: '\f09a'; }
.social-google:before		{ content: '\f0d5'; }
.social-pinterest:before 	{ content: '\f231'; }
.social-houzz:before 		{ content: '\f27c'; }


/* =============================================================================
 * retina
 * -------------------------------------------------------------------------- */

@media 
	(-webkit-min-device-pixel-ratio: 2), 
	(-webkit-min-device-pixel-ratio: 1.25), 
	(-webkit-min-device-pixel-ratio: 1.3), 
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 192dppx),
	(min-resolution: 144dppx),
	(min-resolution: 120dppx),
	(min-resolution: 124.8dppx) {
	
	/* /images/FSD/rwd/logo@2x.png, background-size: 100px auto; */
}

/* =============================================================================
 * browsers
 * -------------------------------------------------------------------------- */

.ie8 body {
	padding-bottom: 100px;
}
.ie8 #logo a {
	background-image: url('/images/HTL/rwd/logo.png');
}

.ie8 .nav .menu { padding-left: 320px; }
.ie8 .nav .menu > li > a { padding: 0 18px; }
.ie8 .nav .menu > li > a span:after { display: none; }
.ie8 .nav .menu-item-2 > a span { width: 105px; line-height: 1.25; padding-top: 7px; }
.ie8 .nav .menu-item-6 > a span { width: 95px; line-height: 1.25; padding-top: 7px; }
.ie8 .submenu-thumb a { background: #6b5b46 !important; }
.ie8 .submenu-thumb img { visibility: hidden; }

.ie8 .form-inverted .form-control {
	color: #FFF;
}
.ie8 .form-inverted .form-control:focus {
	color: #4f483e;
}
.ie8 .radio-inline input[type="radio"] {
	display: inline-block !important;	
}
.ie8 .radio-inline input[type="radio"] + label:before {
	display: none !important;
}


.ie8 .footer-copyright .container:before,
.ie8 .footer-copyright .container:after {
	display: none;
}

#IE {
	position: fixed;
	bottom: 0;
	left: 0;
	font-size: 15px;
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #FFF;
	background: #231f20;
}











/*OVERRIDE*/
.clear {clear:both;}

.submenu a.thumbnail .thumbnail-heading {font-size: 17px;font-weight: 400;letter-spacing: 0.015em;padding: 15px;text-align: left;}

.breadcrumb span.orange {display:none;}

/*.container {background:#efefef;}*/

.errors, .error, .error ul li, .errorlist ul li {color:red;list-style:none;}
.error ul, .errorlist ul {padding:0;}


ul.image-list {margin-right: -15px;margin-left: -15px;list-style:none;padding:0;display: inline-block;}
ul.image-list li {margin-bottom:10px;}

/*promo list page*/
ul.promotions {padding:0 0 40px 0;}
ul.promotions li {display:inline-block;padding:10px 0;width:100%;}
ul.promotions li img {float:left;padding-right:20px;}

/*video container*/
/*.video-container iframe { width:100%; height:645px;}*/


/*careers*/
.careers-cta {margin:20px 0;}
.careers-cta .btn {width:100%;}


/*four/five wide a tag*/
.a-four-wide {width:100%;display:inline-block;}
.a-five-wide {width:100%;display:inline-block;}
.a-four-wide span {width:25%;float:left;text-align:center;}
.a-five-wide span {width:20%;float:left;text-align:center;}

/*three wide*/
.three-wide p {font-size:14px;}
.three-wide img {width:100%;}


.custom_form label { padding:0px 20px 0 5px; font-weight:normal;}


/*popup*/
.dimmer { background:url(/images/FPL/dimmer.png) top left no-repeat; text-align:center; width:100%; height:100%; position:fixed; top:0; bottom:0; left:0; right:0; z-index:4000; padding-top:20px; overflow:auto; }
.pop_up 			{ background:#efefef;max-width:500px;width:100%;margin:0 auto;padding:10px 0;border-radius:0px;color:#000;text-align:left;}
.pop_up input[type="text"], .pop_up textarea {width:100%;margin:5px 0;}
.pop_up h3 { margin:0; padding:10px 5px; font-weight:normal; font-size:24px; }
.pop_up h4 	{ margin:0px; padding:5px; text-transform:none; font-weight:normal; font-size:14px; }
.pop_up a.close {background:url(/images/HNG/redesign/popup_close.png);font-size:0;height:31px;width:31px;opacity:1;margin:0;position:relative;top:-10px;right:-10px;}
.pop_up label {font-weight:normal;}
.pop_up fieldset {font-size:16px;}
.pop_up fieldset label {display:none;}
.pop_up ul {margin:0;padding:10px 5px;}
.pop_up ul li {list-style:none;color:red;margin:0;padding:0;}
.pop_up a.privacy_link {display:none;}
.pop_up input.cancel_bnt {display:none;}
.pop_up p.requiredfield {display:none;}
.pop_up p {font-size:14px;padding:0 5px;}
.narrow_tall_pop_up .pop_top {background:none;padding:0 10px;}
.narrow_tall_pop_up .pop_lower {background:none;padding:0 10px;}
.narrow_tall_pop_up .pop_top h3 {font-weight:bold;font-size:24px;}
.narrow_tall_pop_up .pop_lower h4 {font-size:14px;letter-spacing:normal;}
.pop_lower input, .pop_lower select, .pop_lower textarea {padding:5px;font-size:14px;}
.pop_up a.signup_bnt {padding:10px 50px;color:#fff;}
.pop_up a.signup_bnt.btn-primary.btn-initialized:before {background:none;}
.pop_up a.signup_bnt:after {content: ' Sign Up Now ';color:#fff;}
.pop_up .float {padding:0 30px;}
.pop_up .float label { color:#000; font-size:14px;}
.pop_up .float label.radio { display:inline-block; margin:0;}
.pop_up .float label.radio input, label.radio input { margin:1px 0 0 -15px; }




/*idea gallery*/
.editorial.idea-gallery .content {max-width:1230px;}
.editorial.idea-gallery .dropdown-menu h6 {display:none;}
#gallery-popup {display:none;color:#fff;padding:10px;}
#gallery-popup > div {position: absolute;top:10px;left:10px;right:10px;}
.gallery-popup {background:#efefef;padding:15px;max-width:1400px;position:relative;border-radius:0px;text-align:left;margin: 0 auto;color:#000;}
.gallery-popup #close {position:absolute;right:-5px;top:-5px;background:url(/images/MAJ/gallery_close.png);height:22px;width:22px;cursor: pointer;}
.gallery-popup h3 {margin:0;padding:5px 0;border-bottom:1px solid #000;}
#gallery-popup-info img {width:100%;}
.gallerymodal {max-width:1400px;width:100%;}
.gallerymodal img {width:100%;}
.products-gallery .thumbnail-actions {height:auto;}
.products-gallery .thumbnail-actions a {color:#fff;}
.products-gallery .thumbnail-actions ul {padding:10px;width:auto;}
/*houzz images*/
.editorial.idea-gallery .products-gallery img {width:100% !important;height:100% !important;}
.editorial.idea-gallery .products-gallery .thumbnail small {display: none;position: relative;z-index: 20;background: #000;padding: 10px 20px;font-size:14px;color:#fff;}
.editorial.idea-gallery .products-gallery .thumbnail small a {color:#fff !important;}
@media (max-width: 991px) {.editorial.idea-gallery .container {width:768px;max-width:768px;}}
@media (max-width: 767px) {.editorial.idea-gallery .container {width:480px;max-width:480px;}}
@media (max-width: 479px) {.editorial.idea-gallery .container {width:100%;max-width:100%;}}
@media (min-width: 992px) {.editorial.idea-gallery .container {width:991px;max-width:991px;} .editorial.idea-gallery .image-gallery {margin-left:auto;}}
@media (min-width: 1230px) {.editorial.idea-gallery .container {width:1230px;max-width:1230px;padding-left:30px;padding-right:30px;} .editorial.idea-gallery .image-gallery {margin-left:-30px;}}






/*locator nav*/
.locatornav {margin-top: 30px;margin-bottom: 10px;list-style:none;padding:0;}
.locatornav > li {width: auto;margin: 0 10px 0 0;display:inline-block;}
.locatornav > li > a {margin: 0;padding: 15px 40px;font-size: 16px;font-weight: 700;text-align: center;text-transform: uppercase;color: #000;text-decoration:none;}
.locatornav > li > a:hover,.locatornav > li.active > a,.locatornav > li.active > a:hover,.locatornav > li.active > a:focus {background-color: #e7e5e2;}


/*form validation*/
input:required:focus:invalid, textarea:required:focus:invalid {border:2px solid red;}
input:required:focus:valid, textarea:required:focus:valid {border:2px solid green;}



/*editorial*/
.editorial .content {padding-top:20px;}
.editorial .products img {width:100%;max-width:300px;}
.editorial .main-menu {padding-top:20px;}
.editorial .main-menu div {border-top:1px solid #d2d2d2;margin:10px 0;padding:10px 0;}
.editorial p a.btn {text-decoration:none;}
.editorial .alternate {background:#000;margin:20px 0;}
.editorial .alternate h2, .editorial .alternate p {color:#fff;}
.editorial .shade {background:#e4e4e4;padding:20px;margin:10px 0;}
.editorial h2, .editorial .h2 {
	font-size: 42px;
	/*font-weight: 700;
	margin-bottom: 30px;
    font-family:"Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Tahoma, "Trebuchet MS", Trebuchet, sans-serif;*/
    font-family:"Perpetua Titling MT Light";
    text-transform:uppercase;
}


/*banner*/
.default-banner {background-image:url('/images/VCG/rwd/editorial-banner-headers-1.jpg')}
.banner.title {height:260px;background-position:50% 0;background-size: cover;}
.banner.slogan {height:620px;background-position:50% 0;background-size: cover;}
.banner .banner-title {position:absolute;top:35%;}
.banner .banner-title h1 {margin:0;color:#fff;text-shadow:2px 2px #000;padding:5px 10px;}
.banner .banner-title h2 {font-size:42px;margin:0;color:#fff;text-shadow:2px 2px #000;padding:5px 10px;}
.banner .banner-slogan {position:absolute;top:25%;left:0;right:0;text-align:center;}
.banner .banner-slogan div {max-width:991px;margin:0 auto;}
.banner .banner-slogan h1 {margin:0;color:#fff;text-shadow:2px 2px #000;padding:20px;font-size:72px}
.banner .banner-slogan h2 {margin:0;color:#fff;text-shadow:2px 2px #000;padding:20px;font-size:72px}
.banner .banner-slogan p {margin:0;color:#fff;padding:5px 10px;border-top:1px solid #fff;font-size:20px;font-weight:300;}


/*home page*/
.home .carousel {position:relative;}
.home .carousel-indicators {bottom:30px;}
.home .carousel .page-header {padding:0px;background-position:50% 0;background-repeat: no-repeat;background-size: cover;max-width:1960px;width:100%;height:620px;margin:0 auto;}
.home .carousel .item a:hover {text-decoration:none;}
.home .carousel .item-copy {text-align:center;position:absolute;top:25%;left:0;right:0;}
.home .carousel .item-copy div {max-width:1230px;margin:0 auto;}
.home .carousel .item-copy h2, .home .carousel .item-copy p {margin:0;padding:0;text-decoration:none;margin:0;color:#fff;}
.home .carousel .item-copy h2 {margin:0;color:#fff;text-shadow:2px 2px #000;padding:20px;font-size:72px}
.home .carousel .item-copy p {margin:0;color:#fff;padding:10px;border-top:1px solid #fff;font-size:20px;font-weight:300;}
.home .carousel .item-copy a {margin:20px 0;}
.home .home-text a {text-decoration:none;}
.home .home-text center h4 {margin-bottom:0;}
.home .home-text center p {margin-top:0;font-size:16px;}
.home .home-text center img {margin-top:20px;}
.home .home-text .wheretobuy {background-image:url('/~/media/Images/Article Images/VCG/Home-Images/home-where-to-buy.ashx');height:543px;margin-top:40px;position:relative;}
.home .home-text .wheretobuy h2, .home .home-text .wheretobuy p {color:#fff;padding:0 10px;}
.home .home-text .wheretobuy .container {max-width:991px;position:absolute;top:25%;left:0;right:0;text-align:center;margin:0 auto;}


/*why us page*/
.why-vermont-castings .container {padding-top:20px;padding-bottom:20px;}
.why-vermont-castings .btn {width:75%;margin:5px 0;}


/*browse pages*/
.browse .browse-item {margin:10px 0;text-align:center;}
.browse .browse-item img {margin:10px 0;}
/*.browse h2 {font-size:24px;}*/
.browse a {text-decoration: none;}
.browse center h4 {margin-bottom: 0;}
.browse center p {margin-top: 0;font-size: 16px;}
.browse center img {margin-top: 20px;}


/*home and browse pages*/
.product-category-section {border-bottom:1px solid;padding:20px 0;}
.browse .product-category-section:last-child {border-bottom:none;}


/*product breadcrumb filter*/
.filterBreadcrumbSection h3 {float:left;}
.filterBreadcrumbSection .filterBreadcrumb {float:left;padding:22px 0 0 10px;}
.filterBreadcrumb a {cursor:pointer;text-decoration:none;margin-right:12px;font-weight:bold;font-size:16px;}
.filterBreadcrumb a em {color: #fff;border-radius: 30px;background: #000;font-size:16px;font-weight: bold;display: inline-block;line-height: 0px;padding:10px 4px;font-style:normal;margin:0 3px 10px 0;}
.filterBreadcrumb a em:before {content: " X ";}


/*product filters*/
ul.filterList li a.selected {font-weight:bold;color:black;}
ul.fireplaceOpening {padding:0;list-style:none;}
ul.fireplaceOpening li .form-control {height:30px;}
ul.fireplaceOpening li {padding:2px 0;}
ul.filterList li a.off {color:rgba(0,0,0,.25);pointer-events: none;cursor: default;}


/*product details*/
.main.product-details {margin-bottom:0;}
.product-hero .carousel {position:relative;}
.product-hero .carousel-indicators {bottom:4.5%;}
.product-hero .page-header {padding:0px;background-position:22% 0%;background-repeat: no-repeat;background-size: cover;max-width:1960px;width:100%;height:653px;margin:0 auto;}
/*.product-hero .slide img {padding: 0px;background-position: 50% 0;background-repeat: no-repeat;background-size: cover;max-width:1920px;width:100%; margin:0 auto;}*/
.product-header {border-bottom:1px solid #000;}
.product-header h1 {font-weight:600;margin:15px 0 10px 0;font-size:24px;font-family:"Open Sans", Regular, sans-serif;letter-spacing:3px;}
.product-header h1 strong {font-size:42px;font-weight:normal;font-family:Perpetua Titling MT Light;letter-spacing:normal;}

.product-details h3, .product-details h3 p {font-size:24px;text-transform: uppercase;font-weight:600;font-family:"Open Sans", Regular, sans-serif;letter-spacing:3px;}
.product-details h4 {font-size:20px;text-transform: none;font-weight:600;font-family:"Open Sans", Regular, sans-serif;letter-spacing:normal;}

.related-products {background:#d2d2d2;padding:20px 0;margin-top:20px;}
.related-products .product-feature-thumbs {text-align:center;}
.related-products h4 {font-weight:normal;margin:0;font-size:20px;font-family:"Open Sans", Regular, sans-serif;line-height:1.2em;}
.related-products h4 strong {font-size:24px;font-weight:600;text-transform:uppercase;margin:0;letter-spacing:3px;}
.related-products h4 strong:after {content: "\A";white-space: pre;}
.related-products a {text-decoration:none;}

.product-feature-thumbs h4, .product-feature-thumbs h4 p {font-weight:normal;margin:0;font-size:20px;font-family:"Open Sans", Regular, sans-serif;line-height:1.2em;padding:0px 0 20px 0;}
.product-feature-thumbs h4:first-of-type {padding-bottom:8px;}

.product-details .section {padding:20px 0;border-bottom:1px solid #000;}
.product-details .section:last-child {border-bottom:none;}
.product-details .section:first-child {border-bottom:1px solid #000;}

.product-detail-specifications h2 {font-size:18px;font-family:"Open Sans", Regular, sans-serif;font-weight:600;}

.attributes .slider {display:block;height:80px;width:100%;}
.attributes .slider > div {display:inline-block;height:80px;float:left;background:#d2d2d2;font-size:0px;margin-right:1%;color:#fff;text-align:center;}
.attributes .slider > div:last-child {margin-right:0;}
.attributes .slider > div p {position:relative;top:40%;transform:translateY(-50%);}
.attributes .slider .active {background:#000;font-size:24px;}
.attributes .slider .active p {color:#fff;;}
.attributes .values {display:block;height:20px;width:100%;}
.attributes .values > div {float:left;font-size:14px;font-weight:bold;margin-right:1%;}
.attributes .values > div:last-child {margin-right:0;}
.attributes .size .slider div:first-child {width:25%;}
.attributes .size .slider div:nth-child(2) {width:33%;}
.attributes .size .slider div:nth-child(3) {width:40%;}
.attributes .size .values div:first-child {width:25%;}
.attributes .size .values div:nth-child(2) {width:33%;}
.attributes .size .values div:nth-child(3) {width:40%;}
.attributes .maintenance .slider > div {width:24%;}
.attributes .maintenance .slider div:last-child {width:25%;}
.attributes .maintenance .values > div {width:24%;}
.attributes .row .col-md-6 {margin: 0 0 20px 0;}
.attributes h4 {font-size:18px;}
.attributes h4 a {font-size:14px;color:#fa7319;}

.product-details #features-popup {display:none;color:#fff;padding:10px;}
.product-details #features-popup > div {position: absolute;top:10px;left:10px;right:10px;}
.product-details .features-popup {background:#efefef;padding:15px;max-width:740px;position:relative;border-radius:0px;text-align:left;margin: 0 auto;color:#000;}
.product-details .features-popup #close {position:absolute;right:-5px;top:-5px;background:url(/images/MAJ/gallery_close.png);height:22px;width:22px;cursor: pointer;}
.product-details .features-popup h3 {margin:0;padding:5px 0;border-bottom:1px solid #000;}

.product-details #popup {display:none;color:#fff;padding:10px;}
.product-details #popup > div {position: absolute;top:10px;left:10px;right:10px;}
.product-details .popup {background:#efefef;padding:15px;max-width:740px;position:relative;border-radius:10px;text-align:left;margin: 0 auto;color:#000;}
.product-details .popup #close {position:absolute;right:-5px;top:-5px;background:url(/images/MAJ/gallery_close.png);height:22px;width:22px;cursor: pointer;}
.product-details .popup h3 {margin:0;padding:5px 0;border-bottom:1px solid #000;}

.product-details .iteminfo {display:none;}

.product-details .fa-map-marker {background-image:url(/images/VCG/rwd/vc_icon_where-to-buy_26x39.gif);width:26px;height:39px;}

.product-details .videos-controls .carousel-control {background-image:none;opacity:1;}



/*manuals*/
.installmanuals .form_row {margin:5px 0;}




/*coupon banner & footer*/
a.couponBanner {padding:0;margin:1px 0 10px 0;display:block;width:100%;text-align:center;}
a.couponfooter {position:fixed;bottom:0px;width:100%;left:0px;right:0px; display: inline-block;margin:0 auto;z-index:1000;text-align:center;}
a.couponBanner div, a.couponfooter div {background:#959595;width:100%;}
a.couponBanner p, a.couponfooter p {color:#fff;font-size:20px;display:inline-block;margin:5px 0;font-family: Perpetua Titling MT Light;}
#getofferarrow:after {content:"\f061";font-family: 'FontAwesome';}
@media (max-width: 991px) {a.couponBanner p, a.couponfooter p {font-size:16px;}}



/*fireplace safety*/
.fireplaceSafety .content {background-image: linear-gradient(#d1dfe9, white);margin:-5px 0 0 0;padding:5px 0 0 0;}
.fireplaceSafety .bannerImage {background-image: url(/images/MAJ/fireplaceSafetyHeader.jpg);background-position: 50% 50%;background-size: cover;background-repeat: no-repeat;color: white;text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px;width:100%; height:430px;margin:0 auto;border-bottom:10px solid #000;}
.fireplaceSafety .bannerImage div {width:50%;float:right;}
.fireplaceSafety .heading {position:relative;margin:0 auto;width:100%;text-align:left;}
.fireplaceSafety .heading h1 {margin-bottom:10px;color: white;font-size: 38px;text-align: left;text-shadow:2px 2px #000; font-weight:300;}
.fireplaceSafety .heading p {color: white;font-size: 22px;text-shadow:2px 2px #000; margin-bottom:10px;font-size: 20px;font-weight: 300;text-align: left;padding:0;width:100%;}
.fireplaceSafety .heading .button {display: inline-block;padding: 10px 20px;background-color: #959595;color: white;text-decoration: none;font-size:16px;font-weight:normal;text-shadow:none;font-family:Perpetua Titling MT Light;text-transform:uppercase;}



/*site map*/
.site_map a {font-size:16px;}
.site_map .navGroup {padding:10px 0; margin:0;}
.site_map ul.list { padding:5px 0 5px 35px !important; margin:0;}
.site_map ul.list li { list-style:none; }



/*validation*/
.validation ul li {color:red;}


/*quote*/
.quote img.image {width:100%;}


/*connect with us*/
.connect-with-us img {padding:15px;}




/*where to buy*/
.wheretobuy .container {padding:0;}
.wheretobuy h1.header {display:none;}
.wheretobuy .locator_fuel_type_control {display:none !important;}
.wheretobuy .locator_search_type_control {display:none !important;}
.wheretobuy .locator_sort_control {display:none !important;}
.wheretobuy ul {list-style:none;margin:0;}
.wheretobuy ul li {display:inline-block;margin:0;}
.wheretobuy label {font-weight:normal;font-size:14px;padding:0 8px 0 5px;}
.wheretobuy .locator_search_type_control p {float:left;margin:0;padding-right:10px;}
.wheretobuy .btn_findadealer {width:100%;font-size:16px;}
.wheretobuy #google_map {width:100%; min-height:360px; position:relative;}
.wheretobuy .googlemap {border:1px solid #000;background: #FFF;padding: 5px;border-radius: 0;box-shadow: 0 1px 5px rgba(0,0,0,.25);}
.wheretobuy .results .distance {text-align:center;}
.wheretobuy .info p {margin:0 0 5px 0;}
.wheretobuy .dealerlist > .row:nth-of-type(2n+1) {background:#efefef;}
@media (max-width: 991px) {.wheretobuy .dealerlist {text-align:center;}}
.wheretobuy .address {width:50%;float:left;}
.wheretobuy .displays {display:none;}
.wheretobuy .brands {display:none;}
.wheretobuy .ctas {width:50%;float:left;}
.wheretobuy .results ins {background:url('/images/common/standard/WhereToBuy/locator-icon.png');width:30px;height:30px;background-size:cover;display:block;float:left;}
@media (max-width:991px) {
    .wheretobuy .address {width:100%;float:none;}
    .wheretobuy .ctas {width:100%;float:none;}
}


/*press room*/
.pressroom .paging {font-size:14px;font-weight:bold;}
.pressroom .paging a {font-weight:bold;padding:0 10px;}
.pressroom .paging a.disabled {pointer-events: none;cursor: default;color:#000;font-weight:normal;}
.pressroom .paging a.selected {pointer-events: none;cursor: default;color:#000;font-weight:normal;}
.pressroom .widget {padding:10px 0;}



/*survey*/
.survey   { max-width:740px; width:100%;margin:0 auto; background-color:#fff; padding:20px; border:5px solid #000; text-align:left;}
.survey a.close  { float:right;display:inline-block; background:url(/images/QDF/redesign/popup_close.png) no-repeat top left; width:31px; height:31px; position:relative;top:-15px;right:-15px;}
.survey h2 {margin:0;}
.survey .product {text-align:center;}
.survey .product p {text-transform:uppercase;}
.survey textarea {width:100%;margin-bottom:10px;}


/*coupon popup*/
.coupon-popup {max-width:600px;}
.coupon-popup h3.headline {font-size:24px;}
.coupon-popup .image {width:100%;}
.coupon-popup p.disclaimer {font-size:12px;}
.coupon-popup .form {margin:10px 0;}
.coupon-popup label {font-size:14px;}
.coupon-popup .submit_bnt { display:block; background:#959595; border-color:#959595;font-size:16px;color:#fff;float:none;margin:0px auto;width:auto;height:auto;padding:12px 10px;text-decoration:none;max-width:240px;}
.coupon-popup .submit_bnt:hover {background:#959595; border-color:#959595;}
.coupon-popup .action {text-align:center;}
.coupon-popup .row {margin:0 -10px;}
.coupon-popup p {padding:0;}


/*coupon redeem*/
body.clean_base {background:#fff;text-align:left;}
.coupon-redeem {max-width:800px;width:100%;border:1px dashed;}
.coupon-redeem .container {max-width:800px;width:100%;padding-left:0px;padding-right:0px;}
.coupon-redeem .header {margin:10px;padding:0px;}
.coupon-redeem .content {margin:10px;padding:0px;}
.coupon-redeem hr {margin:15px;}
.coupon-redeem h2 {font-size:28px;}
.coupon-redeem h3 {font-size:16px;color:#000;padding:10px;}
.coupon-redeem h3.coupon-id {font-size:20px;font-weight:bold;padding:0;margin:0;}
.coupon-redeem h4 {font-size:10px;font-weight:bold;}
.coupon-redeem p {font-size:12px;color:#000;line-height:1.2em;}
.coupon-redeem .coupon-image, .coupon-redeem .coupon-number {width:50%;float:left;text-align:center;}
.coupon-redeem .coupon-image img {width:100%;}
.coupon-redeem table td p {font-size:14px;line-height:1.4em;}
.coupon-redeem table td p strong {font-size:20px;}
.coupon-redeem table td:first-child {font-size:60px;vertical-align:top;padding-right:10px;}
.coupon-redeem .dealer-levels span {display:inline-block;margin:5px 0;}
.coupon-redeem .dealer-levels p {margin:0;}
.coupon-redeem .dealer-levels img {float:left;padding-right:10px;}
.coupon-redeem h2 {color:#959595;}
.coupon-redeem table td:first-child {color:#959595;}
.coupon-redeem a {color:#959595;}
@media screen and (max-width:479px) {
    .coupon-redeem .coupon-image, .coupon-redeem .coupon-number {width:100%;float:none;}
}


/*coupon details*/
.coupon-details { margin:0 auto; padding:0px; text-align:left; max-width:1920px; width:100%;height:auto; position:relative;}
.coupon-details header {width:100%;height:600px;}
.coupon-details .details {position:relative;max-width:1230px;margin:0 auto;top:0;left:0;right:0;text-align:center;}
.coupon-details .details h1 {font-size:60px;color:#fff;text-shadow:2px 2px #000;margin:0;padding:10px;}
.coupon-details .details p {font-size:36px;color:#fff;text-shadow:2px 2px #000;margin:0;padding:0 10px;line-height:1.2em;}
.coupon-details .details .form {margin:40px 0;}
.coupon-details input {width:100%;margin:2px 0;padding:10px;font-size:16px;margin:0 auto;}
.coupon-details select {width:50%;margin:2px 0;padding:10px;font-size:16px;margin:0 auto;}
.coupon-details .error UL LI {color:red;font-size:14px;display:inline-block;}
.coupon-details .error UL LI:after {content: '. '}
.coupon-details a.submit_bnt { display:block; background:#959595; font-size:18px;color:#fff;float:none;margin:0px auto;width:auto;height:auto;padding:12px 20px;text-decoration:none;max-width:300px;}
.coupon-details .body {position:relative;max-width:1400px;margin:0 auto;}
.coupon-details .body p {font-size:16px;padding:0 10px;}
.coupon-details .body p.disclaimer {font-size:14px;}
.coupon-details .body h2 {padding:0 10px;margin:0;}
.coupon-details .thanks h3 {color:#fff;text-shadow:2px 2px #000;font-size:32px;padding:0 10px;text-transform:uppercase;}
.coupon-details .thanks p {font-size:24px;padding:0 10px;}
.coupon-details .video-container iframe {margin:0;padding:0 10px;}
.coupon-details .col-md-6 {width:50%;float:left;}
.coupon-details .row {margin-bottom:20px;}
@media screen and (max-width:960px) {
    .coupon-details .details h1 {font-size:54px;}
    .coupon-details .details p {font-size:28px;}
    .coupon-details .details .form {margin:10px 15px;}
    .coupon-details input {font-size:14px;}
    .coupon-details select {width:100%;font-size:14px;}
    .coupon-details .error UL LI {font-size:12px;}
    .coupon-details .body h2 {padding:0 10px;}
    .coupon-details .thanks h3 {font-size:24px;}
    .coupon-details .thanks p {font-size:18px;}
    .coupon-details .col-md-6 {width:100%;float:none;}
    .coupon-details .form-group {margin-bottom:10px;}
}
@media screen and (max-width:767px) {
    .coupon-details .details h1 {font-size:28px;}
    .coupon-details .details p {font-size:16px;}
    .coupon-details .thanks h3 {font-size:20px;}
    .coupon-details .thanks p {font-size:16px;}
}



/*document search*/
.document-search ul {padding:0;list-style:none;}
.document-search ul li {padding:5px 0;}
.document-search .search-box, .document-search .close-icon, .document-search .search-wrapper {position: relative;}
.document-search .close-icon {border:1px solid transparent;outline: 0;position:absolute;display: block;width: 35px;height: 35px;z-index:1;right:5px;top: 8px;border-radius: 50%;text-align: center;background-color: #808080;font-weight: normal;font-size: 20px;cursor: pointer;}
.document-search .close-icon:after {content: "X";color: #fff;}
.document-search .search-box:not(:valid) ~ .close-icon {display: none;}
.document-search ul li a {color:#000;font-weight:600;}



/*NO COUPON POPUP ON LOCATOR*/
/*.wheretobuy .couponpopup {display:none !important;}*/

.footer-links a img {width:30%;}