/* 
Dawidi Stylesheet
Author: Nazartt - http://www.nazartt.com 
*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
::-moz-selection { background: #903; color: #fff; text-shadow: none; }
::selection { background: #903; color: #fff; text-shadow: none; }
a {text-decoration:none }
a:visited {  text-decoration:none}
a:hover {  text-decoration:none}
a:focus { outline: thin dotted;text-decoration:none }
a:hover, a:active { outline: 0; text-decoration:none}
abbr[title] { }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ===== All Styles =====================================================
   Author: Jey
   ========================================================================== */
::-moz-selection{ 
	background:		#8c8465; 
	color:		 	#fff ;
	text-shadow:	none; }
	
::selection { 
	background:		#8c8465; 
	color:			#fff; 
	text-shadow:	none; 
	}
   
   
body{
	font-family:Arial, Helvetica, sans-serif;
	font-family:"Courier New", Courier, monospace;
	height:auto; 
	width:100%;
	font-size:12px}
img{
	border:0;
	vertical-align:top;
}
a{
	color:#959420;
	-webkit-transition-property: color, border-color; 
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-property: color, border-color; 
	-moz-transition-duration: .3s, .3s;

	-o-transition-property: color, border-color; 
    -o-transition-duration: .3s, .3s;
    transition-property: color, border-color; 
    transition-duration: .3s, .3s;

	-webkit-transition-property: color, border-color; 
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-property: color, border-color; 
	-moz-transition-duration: .3s, .3s;
	-o-transition-property: color, border-color; 
	-o-transition-duration: .3s, .3s;
	transition-property: color, border-color; 
	transition-duration: .3s, .3s;
	text-decoration:none;
}
a:hover{
	color:#73654e;
	text-decoration:none;
}

#wrap{ width:100%;}



.site-content{
	width:960px;
	margin:0 auto; 
	position:relative;
	clear:both;}
	
header{ 
	height:135px;
	background:url(../img/header.png) repeat top; 
	display:block;
	float:left;
	width:100%;
	border-top:5px #372b0c solid}

h1.logo{ 
	display:block;
	background:url(../img/logo.png) no-repeat; 
	width:210px;
	height:113px;
	float:left;
	padding-bottom:15px;
	margin:0px 40px;}

nav{ width:960px;margin:13px auto;}
nav ul{width:335px; float:left;}
nav li {
	float:left;
	text-align:center;
	width:165px;
	list-style:none;
	margin-top:50px;
}

nav a {color:#3e3236; text-transform:uppercase; font-family:Memphis-light; font-size:16px;}
nav a.active,
nav a:hover {color:#a39664;}

section{
	width:100%;
	float:left;
	height:430px;
	display:block;
	background:url(../img/bg-main.jpg)
}
section figure{
	width:980px; 
	margin:0px auto; overflow:hidden;}

section figure img{
	max-height:100%;
	max-width:100%;
	display:block;
	margin:0 auto;
	caption-side:inherit;}

section .content-wrapper{ 
	width:980px;
	margin:0 auto;
	position:relative;
	height:430px;
	}
.content-wrapper #col_left{
	width:500px;
	float:left;
	margin-right:20px;
	margin-top:35px;
	}
.content-wrapper #col_right{
	width:460px;
	float:left;
	margin-top:35px;
	}	
.content-wrapper #col_right h2{
	  font-family: 'Memphis-Medium';
	  color:#6e5838;
	  margin-bottom:20px;
	  font-size:33px;
	  font-weight:normal;}
	  
.content-wrapper #col_right p strong{
	font-size:18px; 
	text-transform:uppercase;
	color:#8e6d3d;
	line-height:13px;
	
	font-weight:normal}
.content-wrapper #col_right p{ 
	  margin-bottom:20px;
	  color:#aca08e;
	  font-size:15px}

.bottom{
	background: url(../img/slider_frame.png) no-repeat top;
	width:999px;
	clear:both;
	margin:0 auto;
	position:relative;
	height:101px;
	padding-top:20px;
	z-index:1111;
	margin-top:-99px
	}
.bottomline{background:url(../img/pattern.png) repeat-x; height:6px; display:block; width:960px; margin:0 auto}	
.bottomline-b{background: url(../img/bg-page.gif) repeat-x; height:5px; display:block; width:960px; margin:0 auto}	
.bottom h2{
	width:960px;
	margin:0 auto;
    font-family: 'Memphis-Light',Courier New, Courier, monospace;
	font-weight:normal;
	padding-top:33px;
	text-align:center;
	font-size:25px;
	letter-spacing:0px;
	padding-bottom:25px;
	text-transform:uppercase;
	color:#212020;
}
.bottom h2 small{font-size:14px; color:#000;}
.bottom h2 span a{ 
	color:#a1927a;
	-webkit-transition-property: color, border-bottom; 
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-property: color, border-bottom; 
	-moz-transition-duration: .3s, .3s;

	-o-transition-property: color, border-bottom; 
    -o-transition-duration: .3s, .3s;
    transition-property: color, border-bottom; 
    transition-duration: .3s, .3s;

	-webkit-transition-property: color, border-bottom; 
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-property: color, border-bottom; 
	-moz-transition-duration: .3s, .3s;
	-o-transition-property: color, border-bottom; 
	-o-transition-duration: .3s, .3s;
	transition-property: color, border-bottom; 
	transition-duration: .3s, .3s;}

.bottom h2 span a:hover{
	color:#73654e; 
	border-bottom:1px dotted #666;
	}
	
footer{
	width:960px;
	margin:0 auto;
	background:#FFF;
	display:block;
	padding:10px 0px;
	border-top:1px #daddc3 solid;
	margin-top:32px;
	}
footer p{
	padding-top:10px;
	display:inline-block;
	text-align:left;
	color:#666;
	font-size:11px;
	text-transform:uppercase;
	float:left;
	}	
ul.social{
	padding:0px; 
	margin:0px;
	display:inline-block; 
	width:70px; 
	float:right; 
	padding-top:7px;}

ul.social li{
	float:left;
	width:20px;
	display:inline-block;
	font-size:17px;
	margin-left:3px;
	font-family: 'WebSymbolsRegular';
	}
ul.social li a{color:#a5a5a5}
ul.social li a:hover{color:#38271f}


/*---page of products  --*/

.main-holder:after,
.gallery-holder:after,
.preview-block:after {
	content:'';
	display:block;
	clear:both;
}
#main{
	width:100%;
	overflow:hidden;
	padding:0 0 30px;
}
.main-holder {
	width:100%;
	
}
.main-frame {
	width:940px;
	margin:0 auto;
}

.gallery-holder {
	width:100%;
	float:left;
	position:relative;
}
.gallery-holder .next,
.gallery-holder .prev {
	position:absolute;
	top:50%;
	width:81px;
	height:81px;
	overflow:hidden;
	margin:-41px 0 0;
	text-indent:-9999px;
	z-index:3333;
	background:url(../img/arrows.png) no-repeat -81px 0;
}
.gallery-holder .next {right:0;}
.gallery-holder .prev {
	left:0;
	background-position: 0 0;
}
.gallery-holder .next:hover {background-position:-81px -81px;}
.gallery-holder .prev:hover {background-position:0 -81px;}
.gallery {
	width:99999px;
	margin:0;
	float:left;
	padding:0 0 10px;
}
.gallery:after{
	content:"";
	display:block;
	clear:both;
}
.gallery>li {
	float:left;
	width:940px;
	list-style:none outside;
}
.gallery>li ul.thumbnails,
.gallery>li div.title-list{
	visibility:hidden;
	z-index:3;
}
.gallery>li.active ul.thumbnails,
.gallery>li.active div.title-list{
	visibility:visible;
}
.gallery .img-holder {
	overflow:hidden;
	padding:0 0 52px;
	height:445px;
	position:relative;
}
.gallery.interior .img-holder {padding-bottom:55px;}
.gallery .img-holder .slide{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	text-align:center;
}
.gallery .img-holder img {
	vertical-align:baseline;
}
.gallery .img-holder .hidden {display:none;}
.gallery.info {
	margin:30px 0 0;
	text-align:center;
}
.gallery .info-holder {
	overflow:hidden;
	text-align:left;
	padding:0 95px 4px 0;
}
.gallery .info-holder .alignleft {margin:0 39px 0 0;}
.gallery .info-holder .text {overflow:hidden;}
.gallery .info-holder .text h2 {
	color:#2f2d2b;
	margin:0 0 23px;
	text-transform:uppercase;
	font-family: 'Memphis-Light';
	font-size:27px;
	font-weight:normal;
	 }
.gallery .info-holder .text h3 {
	color:#7c8e00;
	margin:0 0 4px;
	text-transform:uppercase;
}
.gallery .info-holder .text p {margin:0 0 15px;
	  color:#867a68;
	  font-size:12px;
	  line-height:20px;
	  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	  font-family:Verdana, Geneva, sans-serif}

.gallery .info-holder .article {margin:0 0 25px;}
.gallery .photo {
	display:inline-block;
	vertical-align:top;
	position:relative;
}
* +html .gallery .photo {display:inline;}
.gallery .photo-title {
	position:absolute;
	left:0;
	bottom:30px;
	color:#3e3236;
	text-transform:uppercase;
	padding:16px 25px 16px 18px;
	background:#fff;
	background:rgba(255,255,255,0.85);
}
.thumbnails {
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:-66px;
	margin-left:-27px;
	z-index:3;
	position:relative;
}
.thumbnails li {
	display:inline-block;
	vertical-align:top;
	padding:0 3px;
	list-style:none;
}
* +html .thumbnails li {
	display:inline;
	padding:0 0px;
}
.thumbnails a {
	float:left;
	cursor:pointer;
	position:relative;
}
.thumbnails .hover {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../img/bg-thumbnail.png);
}
.thumbnails a:hover .hover {background:url(../img/bg-thumbnail-hover.png) no-repeat;}
.thumbnails .active .hover,
.thumbnails .active a:hover .hover {background:url(../img/bg-thumbnail-active.png) no-repeat;}
.gallery-info {
	width:940px;
	margin:8px auto -79px;
	overflow:hidden;
	text-align:center;
}
.gallery .title-list{
	text-align: center;
	margin:16px 0 -60px;
	position:relative;
	z-index:3;
}
.title-list {
	height:33px;
	color:#3e3236;
	margin:0 0 0px;
	background-color:#fff;
	font:13px/30px 'Memphis-Light',Courier New, Courier, monospace;
	
}
.title-list li {display:none;}
.title-list .active {
	display:inline-block;
	vertical-align:top;
	width:100%;
}
* +html .title-list .active {display:inline;}
.title-list .number {
	font-size:18px;
	line-height:30px;
	padding:0 12px 0 0;
	font-family: 'Memphis-Bold';
	vertical-align: top;
	color:#333
}
.title-list h2 {
	display:inline-block;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0;
	font-size:16px;
	line-height:30px;
	font-weight:normal;
	vertical-align: top
}
* +html .title-list h2 {
	display:inline;
	margin-right:5px;
}
.text{float:left; width:500px; color:#c1b4a0;}

img.align-left{float:left; margin-right:20px; margin-bottom:10px;}

a.more-info{margin-left:10px; background:#A49E79; color:#FFF; text-transform:uppercase; font-size:11px; padding:1px 5px; vertical-align: top}

a.more-info:hover{color:#fff; background:#837d6c}

.light-box {
	position:absolute;
	display:none;
	top:260px;
	left:50%;
	width:545px;
	min-height:327px;
	padding:73px 60px 25px 77px;
	overflow:hidden;
	background:url(../img/lightbox-bg.png);
	z-index:9999;
	color:#70716a;
	font-size:14.5px;
	line-height:22px;
	font-family: 'Memphis-Light';
	border:2px solid #e7e7e7;
	-webkit-box-shadow: 0px 0px 3px -1px #a29f9f;
	-moz-box-shadow: 0px 0px 3px -1px #a29f9f;
	box-shadow: 0px 0px 3px -1px #a29f9f;
}
.light-box a{
	color:#c79d77;
	}
	
.light-box a:hover
	{color:#3c3a37
	}
	
.light-box h1 {
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	margin:0 0 20px;
	text-transform:uppercase;
	color:#504e4b;
	text-shadow:0px 1px 0px #f3f3f3;
}
.light-box .details {
	width:100%;
	overflow:hidden;
	margin:0 0 20px;
}
.light-box .details .column {
	width:180px;
	float:left;
	padding:0 10px 0 0;
}
.light-box .details .column strong {
	display:block;
	color:#b86419;
	font-weight:normal;
	text-transform:uppercase;
}
.light-box h2 {
	font-size:15px;
	line-height:22px;
	color:#b86419;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
}
.light-box p {margin:0 0 20px;  font-family: 'Memphis-Light';}
.light-box .close {
	position:absolute;
	top:10px;
	right:9px;
	width:24px;
	height:20px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../img/close.png) no-repeat;
}
section.gallery-box{ height:522px;}
section.gallery-box-about{ height:535px;}
.bottom-gallery{
	background: url(../img/bottom-gallery.png) no-repeat top;
	width:999px;
	clear:both;
	margin:0 auto;
	height:104px;
	padding-top:20px;
	margin-top:-99px
	}