/*
 * General
 */

body
{
	margin: 0;
	background: #000;
	color: #000;
	/*font-size: 62.5%;*/
	/*font-size: 75%;*/
	font-family: arial, sans-serif;
}

h1
{
	margin: -0.3em 0 0.5em 0;
	color: #a77a37;
	line-height: 1em;
	font-size: 3.5em;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
}

h2
{
	font-size: 2em;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
}

img
{
	border: 0;
	outline: 0;
}

p, li
{
	line-height: 1.5em;
}

a
{
	color: #ed1c24;
	text-decoration: none;
	outline: none;
}

a:hover
{
	text-decoration: underline;
}

strong.emph
{
	text-decoration: underline;
}


#slider-img-1, #slider-img-2, #slider-img-3, #slider-img-4, #slider-img-5
{
	width: 100%;
	height: 470px;
}


/*
 * Template
 */
#top, #navbar, #page
{
	font-size: 0.9em;
}

#top .inner, #navbar .inner, #page .inner
{
	display: block;
	/*width: 940px;*/
	width: 96%;
	margin: 0 auto;
}

#bottom
{
	clear: both;
	min-height: 200px;
	margin-bottom: 10px;
	background: url(../images/bg/wood.jpg) 0 0 repeat-x;
	border-top: 1px solid #000;
	color: #909090;
}

#bottom .inner
{
	padding-top: 22px;
}

#copyright
{
	padding-top: 5px;
	border-top: 1px dotted #ccc;
	font-size: 0.8em;
}

/*
 * Top
 */

#top
{
	padding: 10px 0;
	background: #f5f1e9;
	text-align: center;
}

#top, #top a
{
	color: #292929;
}

#top span
{
	display: none;
}


#logo
{
	float: left;
	padding-top: 0px;
}

#contact
{
	float: right;
	padding-top: 0px;
}


#address
{
	text-align: right;
}

#address p
{
	text-align: right;
	color: #49494b;
	font-size: 1.3em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

#quote
{
	text-align: right;
	color: #49494b;
	font-size: 1.5em;
	font-family: 'Varela', sans-serif;
	padding-bottom: 0em;
}

#email
{
	float: left;
	display: block;
	width: 172px;
	height: 15px;
	background: url(../images/top/email.png) 0 0 no-repeat;
}

#email:hover
{
	background-position: 0 -15px;
}

/*
 * Navigation (Main)
 */
#navbar
{
	clear: both;
	float: left;
	width: 100%;
	background: #e3dcce;
}

#navbar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#nav:hover
{
	cursor: pointer;
}

ul#nav, ul#nav a
{
	color: #666;
	text-decoration: none;
}

ul#nav li
{
	float: left;
	line-height: normal;
	/*font-size: 12px;*/
	/*z-index: 100;*/
}

ul#nav li span
{
	display: block;
	float: left;
	padding: 0 9px;
}

ul#nav li.over span
{
	background: #dad2c0;
	color: #9e0b0f;
}

ul#nav li.over ul
{
	background: #dad2c0;
}

ul#nav li.top
{
	display: inline;
	position: relative;
	line-height: 32px;
	/*border-right: 0.1em solid #a9a59d;*/
}

/*
ul#nav li.top.last
{
	border-right: 0;
}
*/

ul#nav ul
{
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 120;
	padding: 5px;

	box-shadow: 3px 3px 3px #a1937c;
	-moz-box-shadow: 3px 3px 3px #a1937c;
	-webkit-box-shadow: 3px 3px 3px #a1937c;
}

ul#nav ul li
{
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	width: 17em;
}

ul#nav ul li a
{
	display: block;
	padding: 3px 5px;
}

ul#nav ul li a:hover
{
	background: #eae7d9;
}

/* display magic */
#nav li:hover ul, #nav li.over ul
{
	display: block;
}

#content
{
	background: #d2ac65 url(../images/bg/header.jpg) 0 0 repeat-x;
}

#content .inner
{
	clear: both;
	padding: 35px 3% 0 3%;
	background: #ece0cf url(../images/bg/main.jpg) 0 0 repeat-x;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.right
{
	text-align: right;
}

img.right
{
	float: right;
	margin: 0 0 1em 1em;
}

#logos
{
	margin-bottom: 10px;
	text-align: center;
}

/* contact form modal popup */
body.overlay
{
	margin-top: 1em;
	background-color: #000;
	color: #fff;
	font-size: 0.8em;
}

body.overlay h1
{
	display: none;
}

iframe
{
	width: 100%;
}

#form-contact .row
{
	clear: both;
	margin-bottom: 0.5em;
}

#form-contact label
{
	float: left;
	width: 25%;
	margin-right: 3%;
}

#form-contact input.form-text, #form-contact textarea
{
	width: 70%;
}

#form-contact input.form-submit
{
	margin-left: 28%;
}

#form-contact input.form-text, #form-contact textarea
{
	padding: 0.2em;
	border: 0.1em solid #ccc;
}

.error
{
	color: #ed1c24;
}

.out_of_stock
{
	color: #ed1c24;
	font-weight: bold;
}

.strikeout
{
	text-decoration: line-through;
}


@media only screen and (min-width: 0px) and (max-width: 768px)
{
	h1
	{
		font-size: 2.5em;
	}

	.gallery-sale_tag
	{
		display: block;
	}
}

@media only screen and (min-width: 0px) and (max-width: 568px)
{
	#page .inner
	{
		width: 100%;
	}

	.bottom_footer
	{
		margin: 3%;
	}

	#logo
	{
		float: none;
	}

	#contact
	{
		float: none;
	}

	#quote
	{
		text-align: center;
	}

	#address p
	{
		text-align: center;
	}

	img#logo_img
	{
		width: 100%;
	}

	img.right
	{
		float: none;
		margin-left: 0;
		width: 100%;
		height: auto;
	}
}



/*
 * Homepage
 */

body.page .col.right
{
	background: #ece0cf url(../images/bg/main.jpg) 0 0 repeat-x;
}

body.page .col.left
{
	padding-bottom: 1em;
}

body.page .col.left #promotion_topbanner
{
	color: #ffffff;
	background: #8c0404 url(../images/promo/table_topbg.png) 0 0 repeat-x;
	padding: 0.6em;
	font-size: 1.5em;
}

body.page .col.left #promotion
{
	background: #c3bab2 url(../images/promo/table_bg.jpg) 0 0 repeat-x;
	margin-top: 0;
	margin-bottom: 0;
	padding: 2em 0 0 1em;
	position: relative;
	min-height: 225px;
}

#promotion_bottom
{
	margin: 0;
	padding: 0;
	text-align: right;
	line-height: 0px;
	/*float: right;*/
	/*width: 100%;*/
}


body.page .col.left #gallery_thumbnails
{
	/*display: inline-block;*/
	display: block;
	background: #eecc9f url(../images/bg/main_gallery2.jpg) 0 0 repeat-x;
	margin: 0;
	padding: 1em 1em 1em 1em;
	/*min-height: 266px;*/
	text-align: left;
}

body.page .col.left #promotion .promotion_img
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 115%;
	z-index: 1;
	/*
	margin: -75px 0 0 -30%;
	padding: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	min-width: 280px;
	width: 70%;
	max-width: 700px;
	max-height: 335px;
	*/
}
#intro_sale_para
{
	float: left;
	width: 58%;
	z-index: 2;
	position: absolute;
}

a#promotion_h2, a#promotion_h2:hover
{
	text-decoration: none !important;
	color: #ffffff;
}

#promotion a, #promotion h2
{
	color: #714924;
	text-decoration: none;
	margin-top: 0;
}

#promo_list
{
	color: #714924;
	padding-left: 1.3em;
	padding-right: 1.3em;
	margin-top: 0;
}


/*
body.page .col.left #promotion a:hover
{
	color: #ed1c24;
	text-decoration: underline;
}
*/

/*
body.page h2
{
	color: #FFFFFF;
}
*/

/*
body.page h1
{
	font-size: 4em;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	text-transform: lowercase;
	margin-bottom: 0.9em;
	margin-top: 0em;
}
*/

/* gallery nav */
#nav-gallery
{
	margin: 0 auto 40px;
	max-width: 100%;
	width: 1100px;
	display: block;
}

#nav-gallery .row
{
	float: left;
	position: relative;
	margin-right: 12px;
}

#nav-gallery a
{
	/*float: left;*/
	/*width: 159px;*/
	color: #666;
	font-size: 1em;
	text-decoration: none;
}

#nav-gallery a span.title
{
	position: absolute;
	right: 0;
	display: block;
	width: 145px;
	height: 22px;
	line-height: 22px;
	background: url(../images/home/nav/bar.gif) 0 0 no-repeat;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}

#nav-gallery a:hover span.title
{
	color: #fff;
}

#nav-gallery a img
{
	float: right;
}

/*
#nav-gallery a.first
{
	width: auto;
}
*/

#nav-gallery ul
{
	display: none;
	position: absolute;
	top: 0;
	left: 155px;
	z-index: 100;
	margin: 0;
	padding: 5px;
	background: #dad2c0;
	box-shadow: 3px 3px 3px #a1937c;
	-moz-box-shadow: 3px 3px 3px #a1937c;
	-webkit-box-shadow: 3px 3px 3px #a1937c;
}

#nav-gallery .row ul
{
	left: 0px;
	top: 22px;
}

/*
#nav-gallery .row.first ul
{
	left: 145px;
}

#nav-gallery .row.last ul
{
	left: auto;
	right: 145px;
}
*/

#nav-gallery ul li
{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#nav-gallery ul li a
{
	display: block;
	width: 190px;
	padding: 3px 5px;
}

#nav-gallery ul li a:hover
{
	background: #eae7d9;
}

#nav-gallery .row:hover ul
{
	display: block;
}



#intro_sale_para
{
	/*clear: both;*/
	font-size: 1.2em;
}

/*
.top_p
{
	margin-top: -5em;
}
*/

.underlines
{
	text-decoration: underline;
}


#navigation-control-bar {
	display: none;
}

ul#nav > li:after {
	content: "|";
}

@media only screen and (min-width: 569px)
{
	#top {
		margin-bottom: 0!important;
	}
}

@media only screen and (min-width: 568px) and (max-width: 1100px)
{

	#intro_sale_para
	{
		text-shadow: 2px 2px 1px #fff!important;
	}
}

@media only screen and (min-width: 0px) and (max-width: 568px)
{


	#nav-gallery
	{
		margin-left: 3%;
	}

	body.page .col.left #promotion {
		min-height: 15em;
	}

	#intro_sale_para {
		width: 100%;
	}

	#promotion_bottom {
		clear: both;
	}

	body.page .col.left #promotion .promotion_img {
		margin-top: -45px;
	}

	#navbar .inner {
		width: 100%;
	}

	ul#nav li, ul#nav li > a, ul#nav li > a > span, ul#nav li > span {
		display: block!important;
		width: 100%;
		float: none;
		clear: both;
	}

	ul#nav > li:after {
		display: none;
	}

	ul#nav > li.over span {
		background: inherit;
		color: inherit;
	}

	ul#nav > li.over > ul {
		display: none;
	}

	ul#nav > li.open > ul {
		box-shadow: none;
		display: block!important;
		padding: 0 0 0 2em;
		position: unset;
		background-color: #dad2c0;
	}

	ul#nav {
		padding: 0;
		max-height: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition:    all 0.3s ease;
		-o-transition:      all 0.3s ease;
		transition:         all 0.3s ease;
	}

	ul#nav.open {
		max-height: 35em;
	}

	#navigation-control-bar {
		display: block;
		font-size: 0.6em;
		font-family: open-sans,sans-serif;
		font-weight: 600;
		letter-spacing: 0.15em;
		text-transform: uppercase;
		width: 100%;
		background-color: #e3dcce;
		border: none;
		margin: 0;
		padding: 0.2em 0 0.7em;
		height: 5em;
		box-sizing: border-box;

		clear: both;
	}

	#navigation-control-bar.fixed {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 200;
	}

	#navbar.fixed {
		position: fixed;
		top: 3em;
		left: 0;
		z-index: 100;
		overflow: hidden;
	}

	#navigation-trigger::before {
		background-color: #49494B;
		bottom: 4em;
		box-shadow: 0 0.4em transparent,
					0 0.8em #49494B,
					0 1.2em transparent,
					0 1.65em #49494B;
		box-sizing: border-box;
		content: "";
		height: 0.4em;
		position: absolute;
		transition: box-shadow 500ms ease 0s, background-color 500ms ease 0s;
		width: 3.4em;
	}

	#navigation-trigger {
		display: block;
		border: 0 none;
		color: #49494B;
		/*font-size: 0.6em;*/
		height: 5em;
		line-height: 7.5em;
		margin: 0;
		position: absolute;
		right: 1em;
	}

	#container {
		overflow: hidden;
	}

	#top #address {
		display: none;
	}

	body.page .col.left #promotion {
		min-height: 8em;
	}

	body.page .col.left #promotion_bottom * {
		display: none;
	}

	#mobile-address {
		color: #49494b;
		float: left;
		/*
		font-family: "Open Sans Condensed",sans-serif;
		letter-spacing: 2px;
		*/
		font-size: 1.2em;
		letter-spacing: 1px;
		font-weight: 300;
		line-height: 1.3em;
		margin: 0.7em 1em 0;
		padding: 0;
		text-align: left;
	}
	#mobile-address a, #mobile-address a:hover, #mobile-address a:focus {
		color: #49494b;
	}

	#top #quote {
		color: #49494b;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: normal;
		line-height: 1em;
		font-size: 1.2em;
		letter-spacing: 1px;
	}
	.g-header, .g-header-top { display: none; }
}

@media only screen and (min-width: 0px) and (max-width: 900px)
{
	.pager {
		display: none;
	}
}