/*
 GOLD LINKS #CC9922
*/

@-ms-viewport {
	width: device-width;
}


.desktop {display:block !important;}

a:link, a:hover, a:visited, a:active {
	text-decoration: none;
	outline:none;
	color: #C8A032;
}

.main-container {
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #999999;
	background-color: white;
	margin-top: 10px;
	width: 985px;
}

div, img {max-width: 100%;}

#mobile-menu-btn {
	display: none;
}

#category-breadcrumbs {
	display: inline;
}

#mobile-close-nav {
	display: none;
}

.header-and-logo{
	background:#fff;
	height:85px;
	text-align:center;
}

.header-menu a {
	font-size:14px;
}

.header-menu {
	padding: 4px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	background: #eee;
}

.headerlink:link, .headerlink:hover, .headerlink:visited, .headerlink:active {
	color: black;
	font-size: 12px;
}

#header-top #header-top-top {
	padding: 4px;
	color: #555;
	width: 1000px;
	margin: auto;
	font-size: 12px;
}

#header-top-account #myaccount {
	float: right;
	display: block;
	margin-right: 20px;
}

#header-top-account #login {
	float: right;
	display: block;
	text-transform: uppercase;
}

#header-top #header-top-account {
	width: 500px;
	float: right;
	text-align: right;
}

#header-top #divider {
	border-bottom: 1px solid #eee;
	clear: both;
}

#divider-mobile {
	display: none;
}

#header-top-middle {
	clear: both;
	width: 1000px;
	margin: auto;
	padding-top: 20px;
}

#header-top-middle #top-middle-left {
	width: 333px;
	float: left;
	text-align: left;
	padding-top: 25px;
	clear: both;
}

#header-top-middle #top-middle-center-mobile {
	display: none;
}

#header-top-middle #top-middle-center {
	width: 333px;
	text-align: center;
	float: left;
}

#header-top-middle #top-middle-right {
	width: 200px;
	float: right;
	text-align: right;
	padding-top: 30px;
}

#header-top #header-search-div {
	display: block;
	float: left;
}

#header-top #header-search-btn {
	width:40px;
	float:left;
}

#header-top #header-search {
	width: 250px;
	height: 25px;
	border: 0px;
	border-bottom: 1px solid #EEE;
	font-size: 12px;
	color: #000;
}

#header-top #searchButton {
	padding: 0;
	background: #fff;
	border: 1px #C8A032 solid;
	top: 3px;
	bottom: 3px;
}

.pagetext {
	font-size: 10pt;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif,serif;
}

.redbkglink{
	font-size: 8pt;
	color: #ffffff;
	font-family: Arial, 'Verdana', Verdana, 'Arial', Arial, 'Helvetica', Helvetica, sans-serif, serif;
}

.burgandyLink{
	font-size: 12px;
	color: #800000;
	font-family: Verdana, Arial;
	text-decoration: none;
}

.burgandyLink:hover {
	font-size: 12px;
	color: red;
	font-family: Verdana, Arial;
	text-decoration: none;
}

.blacklinks{
	font-size: 14px;
	color: #800000;
	font-family: Verdana, Arial;
	text-decoration: none;
}

.searchboxinput{
	color: #000000;
	font-family: Arial, 'Verdana', Verdana, 'Arial', Arial, 'Helvetica', Helvetica, sans-serif, serif;
}


.prodinfo {
	font-size: 8pt;
	color: #000000;
	font-family: Arial, 'Verdana', Verdana, 'Arial', Arial, 'Helvetica', Helvetica, sans-serif, serif;
}

.burgandy{
	color: #800000;
}
input[type="text"]{
	border: 1px solid #C8A032;
}
input[type="submit"], input[type="button"] {
	border: 1px #C8A032 solid;
}
input[type="textarea"]{
	border: 1px #C8A032 solid;
}
input,option{
	border: 1px #C8A032 solid;
}
option,select{
	width:100%;
}
select{
	width:100%;
	border:1px solid #999;
	background:white;
}
.options-ddm{
	width:100%;
	border:1px solid #999;
	background:#FFEEDD;
}
input:focus {
	background:#FFFFBB;
}

/* ----------------------------------------- */

.title {
	font-size:20px;
	font-weight:bold;
}
.link:link, .link:active, .link:hover, .link:visited {
	color:blue;
	text-decoration:none;
}
.green-text-bg{
	background:#EEFFCC;
}
.skyblue-text-bg {
	background-color:#CCFFFF;
}
.blue-text-bg {
	background:#99CCFF;
}
.red-text-bg {
	background:#FFCCBB;
}

.td_header {
	background:#eeeeee;
	font-weight:bold;
	color:#555555;
	padding:5px;
}
.td_cell {
	padding:5px;
}

#contact-area div table tr td {
	font-size:12px;
}

#contact-area div table tr td input {
	font-size:12px;
}

.panel {
	background: #eee;
	width: 100%;
	clear: both;
}

.panel-content {
	text-align: left;
	height: auto; 
	background: white;
	padding: 5px;
}

#options-description {
	width: 220px;
	float: right;
	padding: 20px;
	padding-left: 0px;
}

.panel-bar{
	background: #999;
	color: #eee;
	padding: 2px;
	border: 1px solid #999;
	border-bottom: 1px solid black;
}

.panel-bar a{
	color: white;
	font-size: 16px;
}

.panel-title{
	font-size: 16px;
	font-weight: bold;
	color: white;
}

.dialog-box{
	position: absolute;
	background-color: white;
	top: 300px;
	left: 500px;
	border: 2px solid black; 
	display: none;
	font-size: 18px;
	padding: 0px;
}

.dialog-box-bar{
	background:#eee;
	text-align:right;
	font-size:18px;
	border-bottom:1px solid #999;
	padding:2px;
}

.dialog-box-bar a{
	font-size:16px;
	color:black;
}

.stock-header{
	background:yellow;
	padding:5px;
	font-weight:bold;
	border-right:1px solid #555555;
}
.stock-cell{
	background:white;
	padding:5px;
	border-right:1px solid #555555;
}
.standard-stock-cell{
	background:#88FF88;
	padding:5px;
	border-right:1px solid #555555;
}
.custom-stock-cell{
	background:#FF8888;
	padding:5px;
	border-right:1px solid #555555;
}

.common-report-cell-1{
	padding:5px;
	background:white;
}

.common-report-cell-2{
	padding:5px;
	background:#eee;
}

.reports-header{
	background:#eee;
	font-weight:bold;
	padding:5px;
	font-size:18px;
	border:1px solid #999;
}
.reports-cell{
	 width:400px;
	float:left;
	padding:0px;
	margin:10px;
}
.grey-header{
	background:#eee;
	padding:5px;
	font-weight:bold;
	border-right:1px solid #555555;
}

.blue-report-cell{
	padding:5px;
	background:#CCFFFF;
}

#finish-details {
	position:absolute;
	width:910px;
	min-height:600px;
	background:white;
	border:1px solid black;
}

#finish-details-right {
	width:300px;
	float:right;
	padding:10px;
}

#finish-details-left {
	width:600px;
	padding:10px;
}

#finish-details-left-mobile {
	display: none;
}

#finish-details-select-mobile {
	display: none;
}

#finish-browser {
	position: absolute;
	width: 750px;
	height: 530px;
	background: white;
	border: 1px solid black;
}

#finish-browser-content {
	overflow:auto;
	height:500px;
}

#finish-message {
	font-size:16px;
	text-align:center;
	color:#800000;
	border:1px solid #800000;
	margin:20px;
}

.finish-browser-title {
	background:#555;
	color:white;
	padding:10px;
	border-bottom:1px solid #111;
}

.finish-browser-title a {
	color:white;
	font-weight:bold;
}

.finish-browser-finish {
	width:160px;
	height:210px;
	float:left;
	text-align:center;
}

.finish-browser-panel {
	padding:5px;
}

#calculator {
	width:200px;
	border:2px solid #999999; 
	background-color:white;
	padding:10px;
	position:absolute;
	top:200px;
	left:400px;
	display:none;
}

#user-menu ul li a{
	font-size: 16px;
}

.options-div{
	margin-bottom:10px;
	clear:both;
}

#myBook {
	display:none;
	position:absolute;
	left: 0px;
	top:0px;
	width: 900px;
	height:590px;
}
.imBookPage {
	position:absolute;
	left:0px;
	top:0px;
	width: 450px;
	height:585px;
	color:#fff;
	overflow:hidden;
	border: solid 1px #000;
}

.crm-view {
	width:260px;
	float:left;
	padding:5px;
	background:#eeeeee;
	font-size:12px;
	color:#555;
}

.crm-view td {
	font-size:12px;
	color:#555;
}

.crm-view input, .crm-view select {
	margin-bottom:4px;
	font-size:14px;
}

.options-label {
	color:#333;
	padding: 4px;
	text-transform: uppercase;
	font-weight: bold;
}

.options-label-sub {
	color: #555;
	padding-left: 4px;
}

.order-button {
	background:#EEE;
	border:1px solid #333;
	margin:4px;
	text-align:center;
	display:block;
	width:120px;
	float:left;
}


.item-display-comp-item {
	width: 45%;
	float: left;
	color: #CC9922;
}

#item-display-sizes {
	line-height:24px;
	font-size:18px;
}

#item-display-sizes table tr td a {
	font-size: 16px;
}

.item-display-comp-item a {
	color: #C90;
}

.item-display-comp-finish {
	width:45%;
	float:right;
	text-align:right;
}

#big-image {
	position: absolute;
	border: 2px solid black;
	display: none;
	background: #eee;
}

#big-image-toolbar {
	font-size: 20px;
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px solid #999;
	background: #333;
}

#big-image-toolbar a {
	color: #EEE;
}

#big-img-nav {
	font-size: 20px;
	font-weight: bold;
	padding: 4px;
}

.comp-panel {
	border-bottom: 2px solid #999;
	padding: 10px;
}

/* -------------------------------
    New CSS
   -------------------------------
*/

@font-face {
	font-family: indexfont;
	src: url("../data/fonts/VLADIMIR.TTF"),
		 url("../data/fonts/VLADIMIR.eot");
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	text-align: justify;
}
img {
	border: 0;
}
ul {
	list-style: none;
	padding: 0;
}

#wrapper {
}

#menu-mobile {
	display: none;
}

#menu-mobile-li {
	display: none;
}

#header {
	background: #FFF;
	width:100%;
	height:140px;
	padding-top:10px;
	top: 0px;
	left: 0px;
	clear: both;
}
#header-logo {
	margin-left:40px;
}
#header-top {
	margin: auto;
}

#header #logo img {
	width: 195px;
	float: left;
}

#header-top form {
	width: 700px;
}

#header-top .hdr_btn {
	padding: 5px 15px;
	background: #C8A032;
	border-radius: 5px;
	border: none;
	color: #fff;
	font-size: 16px;
}

#viewmode {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
}

#body-container {
	width: 1000px;
	margin: auto;
}

#item-display-components {
	width: 100%;
	background: #EEE;
}

#item-display-components tr td {
	padding: 10px;
	background: #EEE;
	font-size: 20px;
	border: 0px;
	margin: 0px;
	border-bottom: 1px solid #999;
}

#item-display-pricing {
	color: #000000;
	font-size: 20px;
	margin-top: 10px;
}

#item-display-pricing a {
	color: #CC9922;
}

#item-display-quick-quote {
	padding-top: 10px;
	font-size: 14px;
	line-height: 20px;
	clear: both;
}

#item-display-quick-quote input {
	width: 100%;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* navi */
#nav-back {
	height: 40px;
	clear: both;
	text-transform: uppercase;
}

#nav {
	width: 1000px;
	margin: auto;
	clear: both;
}

#nav ul {
	line-height: 10px;
}

#nav ul li {
	float: left;
	margin-right: 20px;
}

#nav ul li.sep {
	padding: 0 15px;
}

#nav ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #464646;
}

#nav ul li a:hover {
	color: #C8A032;
}

/* navi end */
#home-slide {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 510px;
	overflow: hidden;
	position: relative;
}

#home-slide-imgs {
	width: 2040px;
}

#home-slide-overlay {
	/* background-color: #000; */
	position: absolute;
	width: 100%;
	height: 100%;
	color: #FFF;
	text-align: center;
	font-size: 60px;
	letter-spacing: 4px;
	padding-top: 150px;
	font-weight: bold;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.48+0,0.78+100 */
	/*
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.48) 0%, rgba(0,0,0,0.78) 100%); 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.48) 0%,rgba(0,0,0,0.78) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0.48) 0%,rgba(0,0,0,0.78) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a000000', endColorstr='#c7000000',GradientType=0 );
	*/

}

#home-slide-overlay2 {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #FFF;
	text-align:center;
	font-size: 60px;
	letter-spacing: 4px;
	padding-top: 150px;
	font-weight: bold;
}


/* main begin */
#main {
	clear:both;
	margin-top:20px;
}

img {
	border: 0px;
}

#main hr {
	size:0;
	color:#CCCCCC;
	margin: 20px 0;
	height: 2px;
}

#main #welcome {
	clear: both;
	margin-top: 20px;
	background: #D3BB84;
	padding: 20px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#main #welcome #welcome-header {
	color: #DBCC99;
	font-size: 40px;
	text-align: center;
	clear: both;
}

#main #welcome #margin {
	width: 1000px;
	margin: auto;
}

#main #welcome p {
	color: #FFF;
	font-size: 18px;
}

.redUSA{
	color: #C8231E;
	font-weight: bold;
}

.red {
	color: #C8231E;
}

#home-links {
	display: block;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
}

#home-links-mobile {
	display: none;
}

#category-view-container {
	width: 1000px;
	margin: auto;
	    max-width: 100%;
}

#thumbs-container {
	padding-left:20px;
}

#category-breadcrumbs {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	color: #333;
	border-top: 1px solid #eee;
	border-bottom 1px solid #eee;
}

#category-breadcrumbs span {
	color: #CC9922;
}

#category-menu {
	width:250px;
	float:left;
	margin-right: 20px;
	display: inline;
}

#category-menu #menu-title {
	font-weight:bold;
	border-bottom: 1px solid #999;
	font-size: 16px;
	padding: 8px;
	text-transform: uppercase;
}

.category-menu-item {
	background: #FFF;
	padding:10px;
	border-bottom: 1px solid #eee;
}

.category-menu-item a {
	color: black;
	font-size: 16px;
}

.category-menu-bold {
	font-weight: bold;
	font-size: 18px;
	color: #C8A032;
}

.category-menu-header-title {
	font-weight: bold;
	color: black;
}

#category-hide-button {
	clear:both;
	float:left;
	text-align:center;
	padding-top:20px;
}

#category-hide-button a {
	color:#999;
}

.category-menu-hidden {
	color:#800000;
	padding:10px;
	background: #333;
}

.category-menu-grey a:hover {
	color:#800000;
}


/* footer begin */
#footer-back {
	clear: both;
	min-height: 100px;
}

#footer {
	width: 1000px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer-bottom {
	clear: both;
	width: 1000px;
	margin: auto;
	padding-top: 40px;
	text-align: center;
}

#footer #social-media {
	width: 150px;
	color: #999;
	float: right;
	clear: both;
}
#footer #logo {
	width: 155px;
	float: left;
}
/* sidebar begin  */
#main #sidebar {
	float: left;
	width: 225px;
}
#main #sidebar a{
	text-decoration: none;
}
#main #sidebar .classification {
	margin-top: 20px;
	
}
#main #sidebar li.classification {
	font-size: 16px;
	font-weight: bold;
	color: #191919;
}
#main #sidebar .classification .sub-cls li {
	padding-top: 5px;
}
#main #sidebar .classification .sub-cls a {
	font-size: 14px;
	font-weight: normal;
	color: #505050;
}
#main #sidebar .classification .sub-cls a:hover {
	color: #C8A032;
}

/* page begin */
#page {
	float: right;
	margin: 50px 10px 100px 0;
}

#page ul li {
	float: left;
	margin-left: 10px;
}

#page ul li a {
	text-decoration: none;
	color: rgb(80,80,80);
	padding: 5px 10px;
	background: #EBEBEB;
}

#page ul li a:hover {
	color: #fff;
	background: #C8A032;
}

#white-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #FFF;
	opacity: 0.6;
	filter: alpha(opacity=60);
	top: 0px;
	left: 0px;
	z-index: 1000;
}

#quick-view {
	z-index: 1001;
	width:950px;
	position: fixed;
	top:20px;
	background:#FFF;
	border:1px solid black;
}

#quick-view-toolbar a {
	color:#FFF;
}

#quick-view-toolbar {
	background:#555;
	color:#FFF;
	padding:10px;
}

#quick-view-left-side {
	width:500px;
	float:left;
	text-align:center;
}

#quick-view-left-side-mobile {
	display: none;
}

#quick-view-left-side #quick-img {
	margin:10px;
	max-width:500px;
	max-height:500px;
	border:0px;
}

#quick-view-exports {
	margin-top:15px;
	margin-bottom:15px;
}

#quick-view-exports img {
	width: 40px;
}

#quick-view-right-side {
	width:400px;
	float:right;
}

#quick-view-right-side #quick-title {
	margin-top:10px;
	font-size:30px;
}

#quick-view-right-side #quick-title a {
	font-size:30px;
	color:#999;
}

#quick-view-sizes {
	padding-top: 20px;
	clear: both;
}
 
#quick-view-desc-lbl {
	font-weight: bold;
	font-size: 18px;
}


#quick-view-sizes #label {
	font-weight:bold;
	font-size:18px;
}

#quick-view-sizes #table {

}

#quick-view-custom-lbl {
	font-weight: bold;
	color: #999;
}

#quick-view-quote-btn {
	padding: 0.2em;
	background: #333;
	font-size: 1.3em;
}
.cat-thumbs-title .category-title {
	font-size:30px;
	font-weight:bold;
	padding:10px;
	color: #CC9922;
	text-transform: uppercase;
}

.cat-thumbs-title .category-description {
	background:#FFF;
	padding:10px;
	font-size: 20px;
}

#loading-popup {
	display: none;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	top: 40%;
	border: 2px solid #CC9922;
	font-size: 20px;
	padding: 20px;
	font-weight: bold;
}

.product-cell {
	display: inline-block; 
	height:345px;
	margin-left:20px;
	width:200px;
	overflow:hidden;
	text-align:center;
	margin-top: 20px;
	margin-bottom:20px;
	border-bottom:1px solid #999;
	position: relative;
}

.product-cell-landscape {
	display: inline-block; 
	height:345px;
	margin-left:20px;
	width:400px;
	overflow:hidden;
	text-align:center;
	margin-top: 20px;
	margin-bottom:20px;
	border-bottom:1px solid #999;
	position: relative;
}

.product-cell-full-width {
	display: inline-block; 
	height:300px;
	margin-left:20px;
	width:900px;
	overflow:hidden;
	text-align:center;
	margin-top: 20px;
	margin-bottom:40px;
	border-bottom:1px solid #999;
	position: relative;
}

.product-cell-title {
	margin-bottom:4px;
	width: 100%;
	text-align:center;
	padding:4px;
	font-size:16px;
	clear: both;
	position: absolute;
	bottom: 0px;
}

.product-cell #img {
	width: 100%;
	position: absolute;
	bottom: 40px;
	left: 0px;
}

.product-cell #img .product-cell-img {
	max-width: 100%;
	max-height: 300px;
	text-align: center;
}

.product-cell-landscape #img {
	width: 100%;
	position: absolute;
	bottom: 40px;
	left: 0px;
}

.product-cell-landscape #img .product-cell-img {
	max-width:100%;
	max-height: 300px;
	text-align: center;
}

.product-cell-landscape #img {
	width: 100%;
	position: absolute;
	bottom: 40px;
	left: 0px;
}

.product-cell-full-width #img {
	max-width: 100%;
	position: absolute;
	bottom: 40px;
	left: 0px;
}

.product-cell-full-width #img .product-cell-img {
	max-width:100%;
	max-height: 260px;
	text-align: center;
}

#item-display-container {
	width: 1000px;
	margin: auto;
}

#item-display-left {
	width: 500px;
	float:left;
	text-align:left;
	padding-top: 20px;
}

#item-display-right {
	float:left;
	width: 500px;
	margin-top:20px;
}

#item-nav-position {
	color: #CC9922;
	font-size: 20px;
	font-weight: bold;
}

#item-nav-container {
	float: right;
	width: 280px;
}

#item-nav-resume {
	width:200px;
	padding-right:20px;
	float:right;
	text-align:right;
	color:#333;
}

#item-nav-resume-btn {
	color: #333;
	font-weight: bold;
	font-size: 16px;
}

#item-nav-button {
	width: 50px;
	float: left;
	text-align: center;
}

#item-nav-button a {
	color: #CC9922;
	font-size: bold;
}

#item-display-style {
	width: 100%;
	float: left;
	font-weight: bold;
	font-size: 25px;
}

#item-display-style a {
	color: #555;
	float: left;
}

#item-display-style #item-display-title {
	font-size: 22px;
	color: #999;
}

#click-label {
	font-size:16px;
	color: #555;
}

#display-export-img {
	width: 50px;
}

.pricelist-table td {
	border: 1px solid #999;
	font-size: 18px;
	padding: 10px;
}

.pricelist-table #price-header {
	border: 1px solid #999;
	font-size: 18px;
	padding: 10px;
	font-weight: bold;
	background: #555;
	color: #EEE;
}

.pricelist-table #price-antique {
	border: 1px solid #999;
	font-size: 18px;
	padding: 10px;
	background: #EEE;
}

#account-container {
	width:1000px;
	margin:auto;
}

.account-header {
	font-size: 20px;
	font-weight: 20px;
	background: #999;
	padding: 10px;
	color: #EEE;
}

.account-header a {
	color: #EEE;
}

.account-list-header {
	font-size:18px;
	font-weight:bold;
	float: left;
}

.account-list-cell {
	font-size: 18px;
	float: left;
}

#account-col-one {
	width: 200px;
}

#account-col-two {
	width: 200px;
}

#account-col-three {
	width: 380px;
}

#account-col-four {
	width: 100px;
}

#account-col-five {
	width: 100px;
}

#account-sales-order {
	padding: 10px;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}

#account-sales-order a {
	font-size: 18px;
}

#favorites-container {
	width:1000px;
	margin:auto;
}

#favorites-col-one {
	width:300px;
	float:left;
	text-align:center;
}

#favorites-col-two {
	width:300px;
	float:left;
	text-align:left;
}

@media only screen and (max-device-width: 1000px) {

	body {
		font-size: 2em;
	}
	#wrapper {
		padding: 0.2em;
	}
	#menu-mobile {
		display: block;
		font-size: 0.6em;
	}
	#menu-mobile-li {
		display: block;
		font-size: 1em;
	}
	#header {
		height: auto;
		padding: 0px;
	}
	#header-space {
		display: none;
	}
	#header-top {
		width: 100%;
		padding: 0px;
	}
	#header-top #divider {
		display: none;
	}
	#divider-mobile {
		display: block;
		border-bottom: 1px solid #eee;
		clear: both;
	}
	#header-top-middle #top-middle-right {
		width: 100%;
		text-align: center;
		float: auto;
		clear: both;
		padding-top: 0.2em;
	}
	#header-top-middle #top-middle-left {
		width: 100%;
		clear: both;
		text-align: center;
		float: auto;
		padding: 0px;
	}
	#header-top-middle #top-middle-left input {
		float: auto;
	}
	#header-top-middle #top-middle-center-mobile {
		display: block;
		width: 100%;
		float: auto;
		margin-top: 0px;
	}
	#header-top-middle #top-middle-center-mobile #header-logo {
		margin-left: 0px;
		margin-top: 0px;
		padding-top: 0px;
	}
	#header-top-middle #top-middle-center {
		display: none;
		float: auto;
	}
	#mobile-close-nav {
		display: inline;
	}
	#mobile-menu-btn {
		display: inline;
	}
	#cart-data {
		display: none;
	}
	#nav {
		width: 100%;
	}
	#nav-back {
		display: none;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 1000;
		background: #FFF;
		background-color: #FFF;
		width: 100%;
	}
	#nav-back #nav {
		background: #FFF;
	}
	#nav-back #nav #mobile-close-nav {
		float: right;
	}
	#nav-back #nav ul {
		clear: both;
	}
	#nav-back #nav ul li {
		float: none;
		background: #FFF;
		line-height: 1.5em;
		padding: 0.5em;
	}
	#nav-back #nav ul li a {
		font-size: 1em;
	}
	#header-top-middle {
		width: 100%;
		text-align: center;
		clear: both;
		padding-top: 0em;
	}
	#header-top-top {
		display: none;
	}
	#header-top #header-search {
		font-size: 0.7em;
		border: 1px solid #555;
		padding: 0.1em;
		color: #333;
	}
	#header-top #header-search-div {
		width: 100%;
		text-align: center;
		clear: both;
		margin-bottom:1em;
		
	}
	#header-top #header-search-btn {
		display: none;
	}
	#home-slide {
		clear: both;
		width: 100%;
		height: 0px;
		display: none;
	}
	#home-links {
		display: none;
	}
	#home-links-mobile {
		display: block;
		text-align: center;
		clear: both;
	}
	#home-links-mobile a img {
		margin: auto;
		width: 70%;
		margin-top: 2em;
	}
	#main #welcome {
		width: 100%;
		padding: 0px;
	}
	#main #welcome #margin {
		width: 100%;
		margin: 0px;
		padding-top: 1em;
	}
	#welcome #margin #welcome-header {
		font-size: 1.5em;
	}
	#welcome #margin p {
		padding: 1em;
		font-size: 0.5em;
		text-align: left;
		padding-top: 0px;
	}
	#footer {
		width: 100%;
		text-align: center;
		font-size: 0.5em;
		height: auto;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	#footer-bottom {
		width: 100%;
		text-align: center;
		font-size: 1.7em;
		line-height: 2em;
	}
	#footer #logo {
		margin: auto;
		float: none;
	}
	#footer #social-media {
		padding: 1em;
		color: #999;
		float: none;
		text-align: center;
		width: auto;
	}
	#footer-back {
		width: 100%;
		height: auto;
		text-align: center;
	}

	/* -- Category View Front End -- */

	#category-header-img {
		display: none;
	}
	#category-menu {
		display: none;
	}
	#category-breadcrumbs {
		display: none;
	}
	#category-view-container {
		width: 100%;
		padding: 0px;
	}
	.cat-thumbs-title {
		font-size: 1em;
	}
	.cat-thumbs-title .category-title {
		font-size: 0.7em;
		padding: 0px;
		padding-left: 0.5em;
		color: #CC9922;
		text-transform: uppercase;
		text-align: left;
	}
	.cat-thumbs-title .category-description {
		background:#FFF;
		padding:1em;
		font-size: 0.5em;
		text-align: left;
	}
	.product-cell {
		margin-left: 0px;
		width: 40%;
		margin-top: 1em;
		margin-bottom: 1em;
		height: auto;
	}
	.product-cell-landscape {
		width: 90%;
		margin-left: 1em;
		margin-top: 1em;
		margin-bottom: 1em;
		height: auto;
	}
	.product-cell-full-width {
		margin-left: 1em;
		width: 90%;
		margin-top: 1em;
		margin-bottom: 2em;
		height: auto;
	}
	.product-cell-title {
		margin-bottom: 0.5em;
		width: 100%;
		padding: 0.5em;
		font-size: 0.5em;
		position: static;
		clear: both;
	}
	.product-cell-title a {
		font-size: 2em;
	}
	.product-cell #img {
		width: 100%;
		position: static;
		bottom: 2em;
		left: 0px;
	}
	.product-cell #img .product-cell-img {
		max-width: 100%;
		text-align: center;
	}
	.product-cell-landscape #img {
		width: 100%;
		position: static;
	}
	.product-cell-landscape #img .product-cell-img {
		max-width:100%;
		text-align: center;
	}
	.product-cell-landscape #img {
		width: 100%;
		position: static;
	}
	.product-cell-full-width #img {
		max-width: 100%;
		position: static;
	}
	.product-cell-full-width #img .product-cell-img {
		max-width:100%;
		text-align: center;
	}
	#thumbs-container {
		padding-left: 0px;
		text-align: center;
	}

	/* -- Quick View -- */
	#quick-view {
		z-index: 1001;
		width: 100%;
		position: absolute;
		top: 2em;
		background: #FFF;
		border: 1px solid black;
	}
	#quick-view-toolbar a {
		color: #FFF;
		font-size: 1em;
	}
	#quick-view-toolbar {
		background: #555;
		color: #FFF;
		padding: 10px;
		font-size: 0.5em;
	}
	#quick-view-left-side {
		display: none;
	}
	#quick-view-left-side-mobile {
		display: block;
		width: 100%;
		float: none;
		text-align: center;
		padding: 0em;
		padding-top: 1em;
	}
	#quick-view-left-side-mobile #quick-img {
		margin: 0em;
		width: 30%;
		height: auto;
		border: 0px;
		padding: 0em;
	}
	#quick-view-exports {
		margin-top: 1em;
		margin-bottom: 0px;
	}
	#quick-view-exports img {
		width: 2em;
	}
	#quick-view-right-side {
		width: 100%;
		float: none;
		padding: 0.5em;
	}
	#quick-view-right-side #quick-title {
		margin-top: 0em;
	}
	#quick-view-right-side #quick-title a {
		font-size: 1em;
		color: #999;
	}
	#quick-view-sizes {
		padding-top: 1em;
		clear: both;
	}
	#quick-view-sizes #label {
		font-weight: bold;
		font-size: 1em;
	}
	#quick-view #item-nav-button {
		display: none;
	}
	#quick-view-sizes #table {
	}
	#quick-view-desc-lbl {
		font-weight: bold;
		font-size: 1em;
	}
	#quick-view-desc {
		font-size: 0.7em;
	}
	#quick-view-custom-lbl {
		font-weight: bold;
		color: #999;
		font-size: 0.5em;
	}
	#quick-view-quote-btn {
		padding: 0.2em;
		background: #333;
		font-size: 0.7em;
	}

	/* -- Item Display -- */

	#big-image {
	}
	#item-display-container {
		width: 100%;
	}
	#item-display-left {
		width: 100% !important;
		text-align: left;
		padding-top: 0px;
		float: none;
		padding-left: 0.5em;
	}
	#item-display-img {
		width: 40%;
		float: left;
	}
	#display-export-icons {
		width: 40%;
		float: left;
	}
	#item-display-left #img {
		width: 50% !important;
		height: auto;
	}
	#item-display-right {
		width: 100% !important;
		margin-top: 0px;
		float: none;
		padding: 0.5em;
		box-sizing: border-box;
	}
	#item-display-style {
		width: 100%;
		float: left;
		font-size: 0.8em;
	}
	#item-display-style a {
		color: #555;
		float: left;
	}
	#item-display-style #item-display-title {
		font-size: 1em;
		color: #999;
	}
	#item-display-sizes {
		font-size: 1em;
	}
	#item-display-sizes table tr td {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	#item-display-sizes table tr td a {
		font-size: 1em;
	}
	.item-display-comp-item {
		width: 45%;
		float: left;
		color: #CC9922;
		font-size: 0.8em;
	}
	#item-display-quick-quote {
		padding-top:0.5em;
		font-size: 0.7em;
		line-height:1.5em;
	}
	#item-display-quick-quote input {
		width:100%;
		font-size:1em;
		margin-top:1em;
		margin-bottom:0.5em;
	}
	#item-nav-container {
		clear: both;
		float: right;
		width: 50%;
		text-align: right;
	}
	#item-nav-resume {
		width: 100%;
		padding-right: 0px;
		float: right;
		text-align: right;
		padding-bottom: 1em;
	}
	#item-nav-resume-btn {
		color: #CC9922;
		font-weight: bold;
		font-size: 1em;
		float: right;
	}
	.panel-content{
		text-align: left;
		height: auto; 
		padding: 0px;
	}
	#options-description {
		width: 50%;
		float: right;
		padding: 0px;
		padding-left:0px;
		font-size: 0.7em;
	}

	.options-label {
		color:#333;
		padding: 0px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 0.6em;
	}
	.options-label-sub {
		color: #555;
		padding-left: 0px;
		font-size: 0.6em;
	}
	#quote-options {
		font-size: 0.7em;
	}
	#quote-options input {
		font-size: 0.7em;
	}
	.order-button {
		width: auto;
		font-size: 1em;
		padding: 0.2em;
		margin: 0.3em;
	}

	/* -- Finish Browser -- */

	#finish-details {
		position: fixed;
		top: 1em;
		width: 100%;
		height: auto;
		background: white;
		border: 1px solid black;
	}
	#finish-details-right {
		clear: both;
		width: 90%;
		float: none;
		padding: 0.5em;
		padding-top: 0px;
		margin-top: 0px;
		font-size: 0.6em;
	}
	#finish-details-left {
		display: none;
	}
	#finish-details-left-mobile {
		width: 45%;
		padding: 0.5em;
		text-align: center;
		display: block;
	}
	#finish-details-left-mobile img {
		margin-top: 1em;
		width: 100%;
		max-width: 500px;
		height: auto;
		float: left;
		text-align: center;
	}
	#finish-details-select-mobile {
		width: 45%;
		float: right;
		display: block;
		padding: 0.5em;
	}
	#finish-browser {
		position: fixed;
		top: 1em;
		width: 100%;
		height: 100%;
		background: white;
		border: 1px solid black;
	}
	#finish-browser-content {
		overflow:auto;
		height: 90%;
	}
	#finish-message {
		font-size:16px;
		text-align:center;
		color:#800000;
		border:1px solid #800000;
		margin:20px;
	}
	.finish-browser-title {
		background:#555;
		color:white;
		padding: 1em;
		border-bottom:1px solid #111;
	}
	.finish-browser-title a {
		color:white;
		font-weight:bold;
	}
	.finish-browser-finish {
		width: 160px;
		height: 210px;
		float: left;
		text-align: center;
		font-size: 0.7em;
	}
	.finish-browser-panel {
		padding:5px;
	}

	/* -- My Account -- */

	#account-container {
		width: 100%;
	}
	#account-col-one {
		width: 15%;
	}
	#account-col-two {
		width: 20%;
	}
	#account-col-three {
		width: 40%;
	}
	#account-col-four {
		width: 10%;
	}
	#account-col-five {
		width: 5%;
	}
	#item-display-components {
		width: 100%; 
		background: #EEE;
	}

	#item-display-components tr td {
		padding: 0px;
		background: #EEE;
		border: 0px;
		margin: 0px;
		border-bottom: 1px solid #999;
	}

	#favorites-container {
		width: 100%;
	}
	#favorites-col-one {
		width: 50%;
		float: left;
		text-align: left;
	}
	#favorites-col-two {
		width: 100%;
		float: left;
		text-align: left;
	}

}

/* Custom Design */
.thumb-imgs {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #CCC;
}
.thumb-imgs .img-container {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.thumb-imgs .img-container:nth-child(3n) {
	margin-right: 0;
}


.catalogs-list-wrapper {
	max-width: 900px;
	margin: 0 auto;
}
.catalogs-list-product {
	display: inline-block;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 70px;
}
.catalogs-list-product .product-wrap {
	float: left;
	width: 50%;
	padding: 0 15px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.catalogs-list-product .product-wrap .product-image {
	margin-bottom: 20px;
}
.catalogs-list-product .product-wrap .product-link {
	max-width: 230px;
	display: inline-block;
}
.catalogs-list-product .product-wrap .product-link a {
	color: blue;
	font-size: 28px;
	font-family: "Times New Roman";
}

.catalogs-list-wrapper .catalog-list-content {
	display: inline-block;
	width: 100%;
	font-size: 30px;
	font-family: "Times New Roman";
	line-height: 32px;
}
.catalogs-list-wrapper .catalog-list-content span {
	float: left;
}
.catalogs-list-wrapper .catalog-list-content div {
	padding-left: 80px;
	margin: 0;
}
.catalogs-list-wrapper .catalog-list-content p {
	margin-top: 0;
	margin-bottom: 30px;
}
.catalogs-list-wrapper .catalog-list-content p a {
	color: blue;
}

/*--------------------------------------------------------------
Wendover
--------------------------------------------------------------*/

.blocker {clear:both;}
.container {max-width:1030px;}

.inner_footer {padding: 0px;margin: 75px 0px 100px;display: flex;justify-content: space-between;align-items: center;}
.inner_footer a {transition: 0.5s;}
.inner_footer a:hover, .inner_footer a:focus {opacity: 0.6;}
.inner_footer .col {width:25%;}
.inner_footer .col img {width:100%;max-width: 260px;}

.custom-links {max-width: 1000px;}

.header-wrapper {border-bottom: none !important;}
.header-wrapper .icon {transition:all 0.5s linear;width:25px;}
.header-wrapper .icon:hover {opacity:0.5;}
.container.header .mr-1 {margin-left: 0px;}
.container.header {max-width: 1000px;padding-right: 0px;padding-left: 0px;margin-top: 25px;margin-bottom: 25px;}
.header-wrapper .nav > li > a {font-size: 11px !important;padding: 15px 8px;}
#loggedin > li > a {font-size: 9px !important;}
.header .nav-account >a {font-size: 11px !important;color:#000;margin-left: 0px !important;padding: 15px 8px;}
.header-wrapper .nav > li:nth-child(4) > a {padding-left: 15px !important;}
.header-wrapper .name {margin-left:25px;}
.embed-container {position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden;max-width: 100%;}
.embed-container iframe, .embed-container object, .embed-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.icon.mag {margin-right:10px;}

.navbar-brand {padding: 15px 0px;}

#category-breadcrumbs {border-top: none;}

.search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: #fff;
    z-index: 9999998;
    opacity: .95;
}

.search-box {
    display: none;
    z-index: 9999999;
    position: fixed;
    text-align: center;
	    border: 2px solid #C7972B;
	    padding: 75px 50px;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
		    width: 80%;
			max-width:600px;
}

.search-close {cursor: pointer;
    position: absolute;
    z-index: 99999;
    right: 30px;
    top: 10px;}

#searchform{position: relative;
width: 100%;
box-sizing: border-box;
}

#searchform input[type="text"] {background: #2f5b56;border: none;font-size: 18px;min-width: 250px;height: 40px;width: 100%;margin:20px 0px;}
#searchform input[type="submit"] {    height: 40px;
    background: #333;
    border: none;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    font-weight: bold;
    font-size: 16px;}

#searchform input[type="text"]::placeholder {font-size: 18px;}

input#header-search {
    width: 75%;
    font-size: 18px;
}

.header-wrapper .nav > li > a {transition: 0.5s all linear;}
.header-wrapper .nav > li > a:hover, .header-wrapper .nav > li > a:focus {color: #916D13 !important;}

  .product-cell-full-width { max-width: 100%;}
  
  .home_blocks {margin-bottom:50px;}
  .home_block {
      float: left;
      overflow: hidden;
      width: 45%;
      margin: 10px 2.5% 0px 2.5%;
      position: relative;
      height: 400px;
      display: inline-block;
  }
  .home_block .inner {text-align: center;width: 100%;height: 95%;background-position: center;background-size: cover;transform: scale(1);transition: all 1s;}
  .home_block:hover .inner {transform: scale(0.95);}
  
  .footer-nav {margin: 75px 0px;text-align: center;}
  .footer-nav span {border-top: 2px solid #000;display: inline;text-transform: uppercase;padding-top: 10px;}
  
  .homebrochure {background-color:#dfdddb;margin-bottom:100px;display:flex;align-items: end;margin-top:30px;}
  .homebrochure a img{width: 260px;margin-bottom: 25px;}
  .homebrochure a {transition:all 0.5s ease;}
  .homebrochure a:hover, .homebrochure a:focus {opacity:66%;}
  
  .homebrochure .broblock.contentblock {padding: 50px;text-align: right;}
  .homebrochure .broblock.contentblock img {max-width:80%;}
  .homebrochure .broblock.coverblock img {width:500px;}



/*-----------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
	
#footer {width:100%}
#home-slide, #home-links {max-width:100%;overflow:hidden;display: initial;}

#wrapper {padding: 0px;}

.home_block {
    float: none;
    overflow: hidden;
    width: 580px;
    margin: 0 auto;
    position: relative;
    height: 483px;
	display: block;
}

.home_block .inner {
    width: 100%;
    height: 100%;
}

#footer-back {
    max-width: 750px;
    margin: 0 auto;
}

}/*-----------------------------------------------------------------------*/




/*-----------------------------------------------------------------------*/
@media screen and (max-width: 991px) {

.container.header{width: calc(100% - 40px);}
.header-wrapper .nav > li > a {font-size: 9px !important;padding: 15px 9px;}
.search-box {padding: 40px;}
.homebrochure .broblock.contentblock img {max-width: 70%;}

}/*-----------------------------------------------------------------------*/


/*-----------------------------------------------------------------------*/
@media screen and (max-width: 870px) {

	.header .nav-account >a {font-size: 7.25px !important;}
	#loggedin > li > a {font-size: 9px !important;letter-spacing: 0;padding: 15px 3px;}

}/*-----------------------------------------------------------------------*/


@media screen and (min-width: 768px) {
.mobile {display:none !important;}
}

/*-----------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	
	.homebrochure {flex-direction: column-reverse;}
	.homebrochure .broblock {width:100%;text-align:center;padding: 50px;}
	.homebrochure .broblock.contentblock {padding: 0px;display: flex;flex-direction: column-reverse;text-align: center;}
	.homebrochure .broblock.contentblock img {max-width: 100%;padding: 50px;}
	.homebrochure .broblock.contentblock a img{width: 260px;margin: 0px;padding:0px;}
	.homebrochure .broblock.coverblock img {padding: 0px 10%;}
	
	#loggedin > li > a {font-size: 12px !important;padding: 15px 15px;}
	.mobile {display:block !important;}
	.desktop {display:none !important;}
	.inner_footer {padding: 0px 25%;margin: 75px 0px 25px;display: block;}
	.inner_footer .col {width:100%;}
	.inner_footer .col img {margin-bottom:50px;}
	.header-wrapper .nav > li > a {font-size: 12px !important;padding: 15px 15px;}
	.search_login {margin-right: 70px;}
	.search-box {padding: 60px 20px;}
	input#header-search {font-size: 14px;}
	#category-breadcrumbs {margin-left: 10px;}
	
	#thumbs-container {
	    padding-left: 20px;
	    max-width: calc(100% - 40px);
	    padding-right: 20px;
	}
	

	.product-cell {width:100%;}
	.header .logo-container {max-width: 100% !important;}
	.header .header-logo {width: calc(100% - 170px) !important;}
	
	.header-wrapper .header-nav {
		position: absolute;
		    right: 0;
		    top: 25px;
		    width: 170px;
		    z-index: 999;
	}
	
	.home_block {
		width: 80vw;
		    margin: 0 10vw;
		    height: 67vw;
	}
	
	.footer-nav a {font-size: 11px;}
	
	.cat-thumbs-title .category-description {font-size: 12px;}
	.cat-thumbs-title .category-title {font-size: 14px;}
	
}/*-----------------------------------------------------------------------*/




/*-----------------------------------------------------------------------*/
@media screen and (max-width: 420px) {

.header-wrapper .header-nav {top: 20px;}

input#header-search {width: 85%;}
.search-box {width: 92%;}


}/*-----------------------------------------------------------------------*/


