/************************************************************ RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-decoration: none;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    font-size: 18px;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}


/***************************************************************** GENERAL */

strong { font-weight: bold; }
em     { font-style: italic; }

.left  { float: left; }
.right { float: right; }

img { display: block; }

a { color: inherit; }

/* Clearfix */
.clearfix:after,
#body:after,
.row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix,
* html #body,
* html .row { zoom: 1; } /* IE6 */
*:first-child+html .clearfix,
*:first-child+html #body,
*:first-child+html .row { zoom: 1; } /* IE7 */

/* for WYGWAM */
body.wygwam,
body.cke_panel_frame { float: none; background: none; min-width: 1px; }
body.wygwam-general { max-width: 701px; }
body.wygwam-product { max-width: 331px; }

/* EE forms */
.hiddenFields { display: none; }

img {
	max-width: 100% !important;
	height: auto !important;
}



/************************************************************************** LAYOUT */

body {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 400;
	color: #383838;
}

p {
	font-family: 'Roboto', serif;
}

.wrapper {
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 17px;
}



/************************************************************************** HEADER */

.header {
	height: 110px;
	background-color: #1E1E1E;
}

#nav-utility {
	color: #A8A8A8;
	float: right;
	font-weight: 300;
	font-size: 12px;
	padding-top: 15px;
	letter-spacing: .2px;
	max-width: 45%;
	text-align: right;
}

#nav-utility li {
	display: inline;
}

#nav-utility a {
	color: #A8A8A8;
	white-space: nowrap;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
}

#logo a {
	padding-top: 10px;
	display: block;
	margin: auto;
	width: 159px;
	z-index: 9999;
	position: relative;
}

.nav-main {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: .33px;
	margin-top: 45px;
	text-transform: uppercase;
	clear: right;
}

.nav-main > li {
	float: left;
}

.nav-main > li > a {
	color: #fff;
	padding: 0 20px;
	height: 44px;
	display: block;
	z-index: 201;
	position: relative;
}

.nav-main.right > li > a {
	padding: 0 22px;
}

.nav-main > li:hover > a {
	color: #DD9719;
	background: url(/images/nav_main_here.png) no-repeat center bottom;
}

.header .dropdown  {
	background: #fff;
	position: absolute;
	top: 110px;
	left: 0;
	right: 0;
	z-index: 200;
	display: none;
	box-shadow: 0 0 3px #777;
}

.header li:hover .dropdown  {
	display: block;
}

.header .dropdown ul {
	padding: 40px 0 20px;
	text-align: center;
}

.header .dropdown li {
	/* width: 19.9%; */
	width: 176px;
	min-height: 190px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	font-family: 'Roboto', serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	text-transform: uppercase;
	letter-spacing: .78px;
}

.header .dropdown .image {
	height: 120px;
	padding: 15px 0;
	line-height: 120px;
}

.header .dropdown img {
	display: inline;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.header .dropdown a {
	display: block;
}

.header .dropdown a:hover {
	color: #C2002F;
}

.nav-main .search:hover > a {
	background: none;
}

.nav-main .phone {
	display: none;
}

.nav-main .dropdown ul ul {
	padding: 0;
}

.nav-main .dropdown ul ul li {
	float: none;
	min-height: 0;
	margin: 9px 0;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #666;
	letter-spacing: .5px;
}

#dropdown-furniture .break {
	margin-left: 9%;
}

#dropdown-barstool {
	padding-left: 7.5%;
	padding-right: 7.5%;
}

.navbar-toggle {
    background-color: #1e1e1e;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: left;
    margin-top: 60px;
    margin-left: -10px;
    padding: 9px 8px;
    position: relative;
    cursor: pointer;
    display: none;
}

.navbar-toggle .icon-bar {
    border-radius: 2px;
    display: block;
    height: 4px;
    width: 29px;
    background-color: #666;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

#nav-mobile {
	display: none;
}

@media only screen 
and (max-width : 1049px) {
	
	.nav-main > li > a {
		padding: 0 10px;
	}

	.nav-main.right > li > a {
		padding: 0 15px;
	}

}

@media only screen 
and (max-width : 930px) {
	
	.nav-wrapper {
		position: absolute;
		left: 0;
		top: 110px;
		z-index: 9998;
		background-color: #1e1e1e;
		width: 100%;
		padding: 25px 0;
		display: none;
	}
	
	.navbar-toggle {
		display: block;
	}
	
	.nav-main {
		float: none;
		margin: 0;
		font-size: 16px;
	}
	.nav-main:first-of-type {
		padding-bottom: 0;
	}
	.nav-main:last-of-type {
		padding-top: 0;
	}
	.nav-main li {
		float: none;
		margin: 18px 0;
		line-height: 1.3em;
	}
	
	.nav-main > li > a {
		padding: 0 20px !important;
		height: auto;
		display: inline;
	}

	.nav-main > li:hover > a {
		background: none;
		color: #fff;
	}

	.nav-main > li > a:hover {
		color: #DD9719;
	}

	.nav-main .dropdown {
		display: none !important;
	}
	
	.nav-main .phone {
		display: block;
		float: right;
		color: #fff;
		margin: 0;
	}
	
}

@media only screen 
and (max-width : 649px) {
	
	#nav-utility a,
	#nav-utility span {
		display: none;
	}
	
	#nav-utility a:last-child,#nav-utility a.view-your-cart {
		display: block;
	}
	
	#nav-utility a.view-your-cart {
		padding: 0 0 8px;
	}
}




/************************************************************************** FOOTER */

.footer {
	margin-top: 50px;
}

#footer-cta {
	padding: 60px 0;
}

#footer-cta {
	padding: 60px 0;
	background-color: #F1EFEB;
}

#footer-cta .cta {
	width: 48.5%;
	height: 300px;
	background: no-repeat center top / cover;
}

#footer-cta .cta div {
	padding: 111px 30px 0;
	height: 189px;
}

#footer-cta h6 {
	font-size: 26px;
	color: #DD9719;
	line-height: 34px;
}

#footer-cta p {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	line-height: 23px;
	margin-top: 10px;
}

#footer-cta a {
	font-family: 'Roboto Condensed', 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #C2002F;
	text-transform: uppercase;
	padding: 1px 28px 1px 0;
	background: url(/images/home_about_more.png) no-repeat right center;
}

#footer-cta .top {
	display: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #B6ADA5;
}

#footer-cta .top a {
	padding-right: 27px;
	background: url(/images/top.png) no-repeat right center;
}

.footer .bottom {
	background-color: #DCD6CD;
}

.footer .bottom .wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer .bottom .col {
	float: left;
	width: 14.3%;
	margin-left: 2.8%;
}

.footer .bottom .col:first-child {
	margin-left: 0;
}

.footer .bottom h6 {
	font-size: 16px;
	line-height: 21px;
	border-bottom: 2px solid #b9b0a8;
	padding-bottom: 5px;
	margin-bottom: 2px;
}

.footer .bottom p,
.footer .bottom dl {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #484848;
}

.hours p {
	font-family: 'Roboto', sans-serif !important;
	font-size: 14px !important;
	line-height: 16px !important;
	margin: 2px 0;
}

.footer .share > * {
	color: #dcd6cd;
}

.footer .share a {
	margin: 0 3.5px 11px 0;
}

.footer .bottom .visit {
	width: 48.7%;
}

.footer .bottom .visit a {
	float: right;
	margin-top: 8px;
}

.footer .bottom .visit span {
	color: #c2002f;
}

.footer .bottom dl {
	width: 160px;
}

.footer .bottom dt {
	font-weight: 700;
	display: inline-block;
	width: 75px;
}

.footer .bottom dd {
	display: inline-block;
	width: 75px;
	text-align: right;
}

.footer .copyright {
	font-family: 'Roboto', sans-serif;
	padding: 14px 0;
	font-size: 10px;
	color: #B6ADA5;
	text-align: center;
	background: url(/images//bkg_footer.png) center top;
}

.footer .copyright span {
	white-space: nowrap;
}

@media only screen 
and (max-width : 1049px) {
	
	#footer-cta .cta div {
		padding: 30px 30px 0;
		height: 270px;
	}
	
	.footer .bottom .col {
		width: 22.5% !important;
		margin-left: 3.3%;
	}

	.footer .bottom .visit a {
		display: none;
	}
	
}

@media only screen 
and (max-width : 729px) {
	
	#footer-cta {
		padding: 40px 0 0;
	}
	
	#footer-cta .cta {
		float: none;
		width: 100%;
		height: auto;
	}
	
	#footer-cta .cta.right {
		margin-top: 40px;
	}
	
	#footer-cta .cta div {
		padding: 21px;
		height: auto;
	}
	
	#footer-cta h6 {
		font-size: 18px;
		line-height: 24px;
	}
	
	#footer-cta .top {
		display: block;
		height: 60px;
		line-height: 60px;
	}
	
	.footer .bottom .row {
		margin-left: -5%;
	}
	
	.footer .bottom .col {
		width: 45% !important;
		margin-left: 5% !important;
		height: 240px;
	}

	.footer .bottom .col + .col + .col {
		height: auto;
	}

}	

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

	.footer .bottom .row {
		margin-left: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.footer .bottom .col {
		width: auto !important;
		margin-left: 0 !important;
		height: auto;
		float: none;
		margin-top: 15px;
	}
	
	.footer .bottom .col:first-child {
		margin-top: 0;
	}
	
}




/************************************************************************** HOMEPAGE */

#slideshow {
	height: 590px;
	position: relative;
}

#slideshow .slide {
	background: no-repeat center center / cover;
	width: 100%;
	height: 590px;
	text-align: center;
}

#slideshow .cycle-prev,
#slideshow .cycle-next {
	position: absolute;
	top: 255px;
	left: 0;
	cursor: pointer;
	z-index: 102;
}

#slideshow .cycle-next {
	left: auto;
	right: 0;
}

#slideshow .mask {
	width: 100%;
	height: 100%;
	background-color: rgba( 0, 0, 0, .2);
}

#slideshow .text {
	padding: 0 80px;
}

#slideshow h3 {
	padding-top: 225px;
	font-size: 50px;
	letter-spacing: .52px;
	color: #fff;
	margin-bottom: 25px;
}

#slideshow p {
	font-family: 'Roboto Condensed', 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #fff;
}

#slideshow .more {
	margin-top: 50px;
}

#slideshow .more a, body#financing-page div.col-main input[type=submit] {
	display: inline-block;
	background-color: #C2002F;
	color: #FFF0E2;
	padding: 20px 25px;
	font-size: 18px;
}

body#financing-page input[type=submit] {
	width: 200px;
	padding-top: 10px;
	margin-top: 5px;
	}
#home .body .about {
	background-color: #FFF0E2;
	font-weight: 300;
	font-size: 30px;
	line-height: 40px;
	padding: 23px 50px;
	box-shadow: 0 0 3px #777;
	margin-top: -30px;
	position: relative;
	z-index: 101;
	margin-bottom: 33px;
}

#home .body .about a {
	font-family: 'Roboto Condensed', 'Roboto', sans-serif;
	font-weight: 300;
	color: #C2002F;
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 20px;
	padding: 1px 28px 1px 0;
	background: url(/images/home_about_more.png) no-repeat right center;
	white-space: nowrap;
}

#home .body .contact {
	margin: 25px 0 41px;
	display: none;
}

#home .body .contact h6 {
	font-size: 16px;
	line-height: 21px;
}

#home .body .contact p {
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	margin-top: 5px;
}

#home .body .contact .map {
	margin-top: 20px;
}

#home-ctas .cta {
	float: left;
	width: 17.7%;
	margin-left: 2.8%;
	box-shadow: 0 0 3px #777;
}

#home-ctas .cta:hover {
	box-shadow: 0 0 5px #555;
}

#home-ctas .cta:first-child {
	margin-left: 0;
}

#home-ctas .cta .text {
	padding: 9px 9px 35px;
	margin-bottom: -15px;
	background: url(/images/cta_more.png) no-repeat center bottom;
}

#home-ctas .cta h4 {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -.25px;
	line-height: 24px;
	color: #DD9719;
}

#home-ctas .cta p {
	font-size: 16px;
	font-weight: 300;
	line-height: 23px;
	margin-top: 3px;
	color: #383838;
}

.rule {
	margin: 50px 0;
	background-color: #FFF0E2;
	padding: 10px 0;
}

.rule div {
	border-top: 3px solid #C2002F;
	border-bottom: 5px solid #DD9719;
}

.category-list .name {
	font-size: 18px;
	font-weight: 300;
	color: #DD9719;
	border-bottom: 2px solid #DD9719;
	padding-bottom: 11px;
	letter-spacing: .75px;
	margin-top: 40px;
	cursor: pointer;
}

.category-list ul {
	margin: 10px 0;
}

.category-list li {
	width: 16.65%;
	height: 190px;
	text-align: center;
	float: left;
	font-family: 'Roboto', serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	text-transform: uppercase;
	letter-spacing: .78px;
}

.category-list .space li {
	width: 16%;
	margin-left: .32%;
	margin-right: .32%;
}

.category-list .image {
	height: 120px;
	padding: 15px 0;
	line-height: 120px;
}

.category-list img {
	display: inline;
	vertical-align: middle;
}

.category-list a {
	display: block;
}

.category-list a:hover {
	color: #C2002F;
}

.category-list .more {
	font-weight: 300;
	color: #BFB8AF;
	float: right;
}

.category-list .more .image {
	background: url(/images/category_list_more.png) no-repeat center center;
}

.category-list .more a:hover .image {
	background: url(/images/category_list_more_hover.png) no-repeat center center;
}

.product-list {
	text-align: center;
}

.product-list ul {
	margin-left: -3%;
}

.product-list li {
	float: left;
	width: 22%;
	margin: 30px 0 0 3%;
}

.product-list a {
	display: block;
}

.product-list h2 {
	margin-bottom: 20px;
	padding-bottom: 30px;
	padding-top: 15px;
	border-bottom: 2px solid #D4D4D4;
	font-family: 'Roboto', serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: .3px;
	line-height: 20px;
	height: 40px;
}

.product-list .name {
	font-size: 18px;
	font-weight: 300;
	color: #DD9719;
	letter-spacing: .75px;
	margin-top: 40px;
	text-align: left;
}

.category-list .name.link {
	background: none !important;
	display: none;
}	


.product-list .image {
	line-height: 190px;
	height: 190px;
}

.product-list img {
	display: inline;
	vertical-align: middle;
}

.product-list a:hover {
	color: #C2002F;
}


.product-list .paginate {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin: 35px 0;
	color: #B6ADA5;
	position: relative;
}

.product-list .paginate a {
	color: #C2002F;
	display: inline;
}

.product-list .paginate .prev {
	position: absolute;
	left: 0;
	top: -2px;
	padding: 2px 0 2px 28px;
	background: url(/images/back.png) no-repeat left center;
	text-transform: uppercase;
}

.product-list .paginate .next {
	padding: 2px 28px 2px 0;
	background: url(/images/home_about_more.png) no-repeat right center;
	position: absolute;
	top: -2px;
	right: 0;
	text-transform: uppercase;
}

@media only screen 
and (max-width : 729px) {
	
	#slideshow,
	#home-ctas {
		display: none;
	}
	
	#home .body .about {
		box-shadow: none;
		margin: 0 -17px;
		padding: 61px 17px 31px;
		font-family: 'Roboto Slab', serif;
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 30px;
	}
	
	#home .body .contact {
		display: block;
	}
	
	/* ctas not wanted on mobile
	#home-ctas .cta {
		width: 22.9%;
	}
	
	#home-ctas .cta + .cta + .cta + .cta + .cta {
		display: none;
	}
	*/
	
	.category-list .name {
		background: url(/images/category_expand.png) no-repeat right top;
	}
	
	.category-list .name.open {
		background: url(/images/category_collapse.png) no-repeat right top;
	}
	
	.category-list .name.link {
		display: block;
	}

	.category-list ul {
		display: none;
	}
	
	.category-list li,
	.category-list .space li {
		margin: 0 4.1%;
		width: 25%;
	}
	
}

@media only screen 
and (max-width : 649px) {
	
	#home-ctas .cta {
		width: 31.4%;
	}
	
	#home-ctas .cta + .cta + .cta + .cta {
		display: none;
	}
	
}

@media only screen 
and (max-width : 549px) {
	
	.product-list li {
		margin: 0 2.2%;
		width: 45%;
	}

	.product-list h2 {
		min-height: 75px;

	}
	
}

@media only screen 
and (max-width : 449px) {
	
	#home-ctas .cta {
		width: 44.9%;
		margin-left: 10%;
	}
	
	#home-ctas .cta + .cta + .cta {
		display: none;
	}
	
	.category-list li,
	.category-list .space li {
		margin: 0 2.2%;
		width: 45%;
	}
	
	.product-list .paginate .next {
		float: right;
		position: static;
	}
	
	.product-list .paginate .prev {
		float: left;
		position: static;
	}
	
}





/************************************************************************** INTERIOR */

/* Category */
.body .heading {
	height: 400px;
	background: no-repeat center center / cover;
}

.body .heading .wrapper {
	padding-top: 95px;
}

.body .heading .text {
	width: 450px;
	padding: 21px 28px;
	background-color: rgba( 255, 240, 226, .8);
}

.body .heading h2 {
	font-size: 30px;
	color: #C2002F;
	line-height: 40px;
}

.body .heading p {
	font-family: 'Roboto Condensed', 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin-top: 7px;
}

.filter {
	background-color: #C2002F;
	padding: 7px 25px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: 700;
	letter-spacing: .75px;
	color: #fff;
	text-transform: uppercase;
}

.filter span {
	white-space: nowrap;
}

.filter select {
	margin-right: 30px;
	text-transform: none;
}

.filter li {
	display: inline;
	margin: 0 15px;
}

.category-layout .filter {
	margin-top: -12px;
}

.subcategory-layout.body .heading,
.product-layout.body .heading,
.general-layout.body .heading {
	height: 200px;
}

.subcategory-layout h1,
.general-layout h1 {
	font-size: 30px;
	line-height: 40px;
	background-color: rgba( 255, 240, 226, .8);
	padding: 22px 28px;
	color: #C2002F;
	margin-top: -96px;
}

.subcategory-layout.body .filter {
	margin-top: 0;
}

.body .back {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 19px;
	margin: 28px 0;
	color: #C2002F;
	text-transform: uppercase;
	position: relative;
}

.body .back a {
	padding: 1px 0 1px 28px;
	background: url(/images/back.png) no-repeat left center;
	position: absolute;
	top: -12px;
	left: 0;
}
.body.product-layout .back a {
	top: -25px;
}
.product-layout.body .row {
	margin-top: 47px;
}

.product-layout.body .media {
	width: 62%;
	float: left;
}

.product-layout.body .description {
	width: 30.8%;
	float: right;
	padding-left: 4.7%;
	border-left: 2px solid #D4D4D4;
}

.product-layout.body .media .frame {
	height: 487px;
	line-height: 487px;
	text-align: center;
}

.product-layout.body .frame img {
	margin: 0 auto;
	vertical-align: middle;
	display: inline;
}

.product-layout.body .media ul {
	text-align: center;
	margin-top: 50px;
}

.product-layout.body .media li {
	display: inline-block;
	width: 18.8%;
	margin: 0 1.9%;
	height: 82px;
	line-height: 82px;
	margin-bottom: 10px;
}

.product-layout.body .media ul img {
	max-height: 82px;
	display: inline;
	cursor: pointer;
}

.product-layout.body .description img {
	display: inline;
}

.product-layout.body .description .private, div.profile .private {
	padding: 5px 15px 10px;
	background-color: #f1efeb;
	margin: 7px 0;
	border: 1px solid #c2002f;
}

.product-layout.body h1 {
	font-size: 25px;
	line-height: 40px;
	font-weight: 700;
	color: #C2002F;
}

.product-layout.body .media h1 {
	display: none;
}

.wygwam-product *:first-child {
	margin-top: 0 !important;
}

.wygwam-product h2,
.product-layout.body .description h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	letter-spacing: .78px;
	text-transform: uppercase;
		margin-top: 14px;
		
}

.wygwam-product p,
.wygwam-product ul,
.product-layout.body .description p,
.product-layout.body .description ul,
.product-layout.body .description .contact {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	margin-top: 7px;
}

.wygwam-product ul,
.product-layout.body .description ul {
	padding-left: 22px;
	list-style-type: disc;
		margin-top: 5px;
		padding-top: 5px; 
}

.wygwam-product a,
.product-layout.body .description a {
	color: #C2002F;
}

.product-layout.body .description .contact {
	line-height: 20px;
}

.product-layout.body .description .contact a,
.product-layout.body .description .share a {
	color: inherit;
}

.product-layout.body .description .dollar div {
	background: url(/images/dollar.png) no-repeat left top;
	padding: 8px 0 8px 42px;
	background-position: left;
}


.product-layout.body .description .contact div {
	background: url(/images/phone.png) no-repeat left top;
	padding: 7px 0 8px 42px;
}

.product-layout.body .description .contact div + div {
	background: url(/images/information.png) no-repeat left top;
}

.product-layout.body .description .contact div {
	margin-top: 9px;
}

.product-layout.body .description .contact img {
	vertical-align: middle;
	margin-right: 4px;
}

/***************************************************************** fancybox */

 .fancybox-content {
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
}

/***************************************************************** swatches */

div.swatches-grid {

}

div.swatches-grid div.swatch  {
	float:left; 
	border-bottom: 1px solid #ddd; 
	padding: 5px 2px;
}

div.swatches-grid div.swatch img {
	padding: 5px;
}
/***************************************************************** swatches */


.share {
	margin-top: 11px;
	color: #fff;
	min-height: 34px;
}

.share > a,
.share > span {
	float: left;
	height: 34px;
	width: 34px;
	color: #fff;
	background-color: #B6ADA5;
	font-size: 19px;
	line-height: 34px;
	border-radius: 50%;
	margin: 0 11px 11px 0;
	text-align: center;
	cursor: pointer;
}

.share .print:hover     { background-color: #c2002f; }
.share .email:hover     { background-color: #c2002f; }
.share .facebook:hover  { background-color: #3b5998; }
.share .twitter:hover   { background-color: #55acee; }
.share .pinterest:hover { background-color: #cc2127; }
.share .houzz:hover     { background-color: #7ac142; }

.share iframe {
	margin: 7px 0 0 0;
}

.col-main .share a,
.col-main .share a:hover {
	color: #fff;
}

.col-main .share a span {
	padding-left: 5px;
}

/* Popup Form */
#popup-form p {
	margin: 10px 0;
}

#popup-form input[type=text],
#popup-form textarea {
	width: 97%;
}

.general-layout .row {
	margin-top: 70px;
}

.col-main {
	float: left;
	width: 66%;
}

.col-side {
	float: right;
	width: 26%;
}

.wygwam-general *:first-child {
	margin-top: 0 !important;
}

.wygwam-general h2,
.col-main h2 {
	font-size: 26px;
	font-weight: 700;
	color: #DD9719;
	letter-spacing: .2px;
	line-height: 40px;
	margin-top: 80px;
}

.wygwam-general h3,
.col-main h3 {
	font-size: 19px;
	font-weight: 700;
	color: #DD9719;
	letter-spacing: .24px;
	line-height: 30px;
	margin-top: 80px;
}

.wygwam-general h4,
.col-main h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
	margin-top: 30px;
	letter-spacing: .2px;
}

.wygwam-general p,
.col-main p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	margin-top: 14px;
}	

.wygwam-general li,
.col-main li {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	margin: 7px 0;
}	

.wygwam-general a,
.col-main a {
	color: #C2002F;
}
	
.wygwam-general a:hover,
.col-main a:hover {
	color: #d00b35;
}

.read-more {
	overflow: hidden;
	height: 200px;
	position: relative;
	margin: 14px 0 60px;
}
.read-more-toggle {
	padding-right: 26px;
	background: url(/images/down.png) no-repeat right center;
}

.read-more-toggle.expanded {
	background-image: url(/images/up.png);
}

.read-more .fade {
	position: absolute;
	height: 50px;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(rgba(255,255,255,0), #fff);
}

.antique-tables-section .read-more {
	height: 200px;
	margin: 0;
}

@media only screen 
and (max-width : 879px) {
	
	.col-main {
		float: none;
		width: auto;
	}
	
	.col-side {
		display: none;
	}
	
}

@media only screen 
and (max-width : 649px) {
	
	.product-layout .heading {
		display: none;
	}
	
	.product-layout.body .media,
	.product-layout.body .description {
		float: none;
		width: auto;
		padding: 0;
		border: 0;
		margin-bottom: 40px;
	}
	
	.product-layout.body .media h1 {
		display: block;
	}

	.product-layout.body .description h1 {
		display: none;
	}

}

@media only screen 
and (max-width : 549px) {
	
	.general-layout {
		margin-top: 100px;
	}
	.body .heading {
		height: auto;
		background-image: none;
	}
	
	.body .heading .wrapper {
		padding: 0;
	}
	
	.subcategory-layout h1,
	.general-layout h1,
	.body .heading .text {
		width: auto;
		background-color: rgba(255, 240, 226, 1);
		padding-top: 60px;
	}
	
	.filter {
		margin: 0 -17px;
	}
	
	.subcategory-layout .heading,
	.general-layout .heading {
		display: none;
	}

	#your-cart-page  .heading,
	#your-cart-page  .general-layout .heading {
		height: 75px;
		display: block !important;
	}

	.subcategory-layout h1,
	.general-layout h1 {
		margin: 0 -17px;
	}
	
}






/************************************************************************** SIDEBAR */

.col-side .contact {
	background-color: #FFF0E2;
	padding: 25px 31px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #484848;
}

.col-side .contact h6 {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	line-height: 21px;
	border-bottom: 2px solid #b9b0a8;
	padding-bottom: 5px;
	margin-bottom: 2px;
	margin-top: 15px;
}

.col-side .contact p {
	font-family: 'Roboto Slab', serif;
	line-height: 22px;
	color: #C2002F;
}

.col-side .contact dl {
	font-size: 14px;
}

.col-side .contact dt {
	font-weight: 700;
	display: inline-block;
	width: 48%;
}

.col-side .contact span {
	color: #c2002f;
}

.col-side .contact dd {
	display: inline-block;
	width: 48%;
	text-align: right;
}

.col-side .contact .call,
.col-side .contact .request {
	padding: 5px 0 8px 42px;
	line-height: 20px;
	font-weight: 300;
	line-height: 24px;
}

.col-side .contact .map {
	margin: 17px 0;
}

.col-side .contact .call {
	background: url(/images/phone.png) no-repeat left top;
	margin-top: 17px;
}

.col-side .contact .request {
	background: url(/images/information.png) no-repeat left top;
}


/************************************************************************** PRIVACY */


body#privacy-policy-page ul  {
list-style-type: disc;
margin-left: 25px;
}

body#privacy-policy-page ol  {
list-style-type: decimal;
margin-left: 25px;
}
/************************************************************************** PRINT */

@media print {
	.read-more .fade,
	.mc-modal,
	.no-print,
	.heading,
	#nav-utility,
	.nav-wrapper,
	.back,
	#footer-cta,
	.footer .visit a,
	.product-layout .share-container,
	.product-layout .contact-container,
	.product-layout .product-list,
	.rule,
	.private {
		display: none !important;
	}
	
	.footer .bottom .col {
		width: 22.5% !important;
		margin-left: 3.3%;
	}
	
	.footer {
		page-break-inside: avoid;
	}
}

/************************************************************************** SEARCH */


body#search-results td img {
	min-width: 65px;
	}
	
	body#search-results td  {
	vertical-align: top;
	padding-top: 10px;
	}
	

body#search-results .search input[type='text']{
    border: none;
    padding: 5px 32px 5px 5px;
    display: inline-block;
    /*margin-right: -4px;*/
    vertical-align: top;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #838383;
    width: 200px;
    color: #fff;
    font-size: 13px;
    /*margin-right: -20px;*/
    /*right: 10px;*/
    /*border-bottom-right-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
}
body#search-results .search input[type='text']:focus {
    background: #fff;
    border: 1px solid #1E1E1E;
    color: #1E1E1E;
    border-bottom-right-radius: 9px;
    border-top-right-radius: 9px;
    font-size: 13px;
    width: 199px;
}

body#search-results .search input[type='submit']{
    font-family: FontAwesome;
    border: none;
    /*height: 28px;*/
    width: 26px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background: #1E1E1E;
    /*border-left: 1px solid #838383;*/
    color: #fff;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 0px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 0px;
}
body#search-results .search input[type='submit']::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-align: left;
}
body#search-results .search input[type='submit']::-moz-placeholder { /* Firefox 19+ */
    text-align: left;
}
body#search-results .search input[type='submit']:-ms-input-placeholder { /* IE 10+ */
    text-align: left;
}
body#search-results .search input[type='submit']:-moz-placeholder { /* Firefox 18- */
    text-align: left;
}
.col-main.wygwam-general #search_form .fa-search:before {
	content: " " !important;
}
.promo-box {
	margin: 0 15px 15px;
	padding: 20px 5px 5px;
	background-color: #fff;
	text-align: center;
	z-index: 3000;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 250px;
	height: 0;
	opacity: 0;
	border: 1px solid #ccc;
	transition: 2s;
	overflow: hidden;
}
.promo-box h2 {
	font-size: 24px;
	margin-bottom: 1em;
}
.promo-box p.body {
	padding: 0 10px 10px;
}
.promo-box p.fine-print {
	color: #e90000;
	font-size: 10px;
}
.promo-box .closebtn {
	font-family: FontAwesome;
	position: absolute;
	right: 4px;
	top: 4px;
}

.button{
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #003B71;
    border: none;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: normal;
    padding: 8px 20px 8px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    background-image: none;
    border-radius: 3px;
}
.button > *,
input[type="button"].button > *,
input[type="submit"].button > *{
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.button i,
input[type="button"].button i,
input[type="submit"].button i{
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.button object,
input[type="button"].button object,
input[type="submit"].button object{
    margin-right: 10px;
    vertical-align: baseline;
}
.button:hover{
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #003B71;
    border: none;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: normal;
    padding: 8px 20px 8px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    background-image: none;
    border-radius: 3px;
}
.button:hover{
    background-color: rgb(0, 53, 102);
}
.buttonsWrapper .button + .button{
    margin-top: 15px;
}
@media screen and (min-width: 400px){
    input[type="button"].button{
        font-size: calc(13px + ((16 - 13) * ((100vw - 400px) / (1000 - 400))));
    }
    input[type="button"].button:hover{
        font-size: calc(13px + ((16 - 13) * ((100vw - 400px) / (1000 - 400))));
    }
    input[type="submit"].button{
        font-size: calc(13px + ((16 - 13) * ((100vw - 400px) / (1000 - 400))));
    }
    input[type="submit"].button:hover{
        font-size: calc(13px + ((16 - 13) * ((100vw - 400px) / (1000 - 400))));
    }
    .button{
        font-size: calc(13px + ((16 - 13) * ((100vw - 400px) / (1000 - 400))));
    }
    .button:hover{
        font-size: calc(13px + ((16 - 13) * ((100vw - 400px) / (1000 - 400))));
    }
}
@media screen and (min-width: 1000px){
    input[type="button"].button{
        font-size: 16px;
    }
    input[type="button"].button:hover{
        font-size: 16px;
    }
    input[type="submit"].button{
        font-size: 16px;
    }
    input[type="submit"].button:hover{
        font-size: 16px;
    }
    .button{
        font-size: 16px;
    }
    .button:hover{
        font-size: 16px;
    }
}
@media only screen and (max-width : 500px) {
	.tp-container > div {
		padding: 23px 0 !important;
		width: 100%;
		margin: 33px auto !important;
	}
	.view-options {
		margin-bottom: 18px;
		display: block;
	}
	.barstool-section .description button[type="submit"] {
		margin: 10px 0;
	}
	.barstool-section .select2 {
		margin-bottom: 15px;
	}
}


/***************************************************************** User Messages */

body.user-messages div.body p, ul { line-height: 1.5em; padding: 20px 0;}

body.user-messages div.body p a { color: #C2002F !important; }

.fancybox-content {
	overflow: auto !important;
	-webkit-overflow-scrolling: touch !important;
	overflow-scrolling: touch !important;
}
.fancybox-content iframe.fancybox-content {
	height: 100%;
	width: 100%;
}


/***************************************************************** Print Style for product read more box */
@media print {
	.read-more {
		height: auto !important;
	}
}
