html { 

  background: url(../images/bg.jpg) no-repeat center center fixed; 

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  background-size: cover;

  width:100%; height:100%;

}

body {font-family: 'Open Sans', sans-serif; color:#333; padding:0; margin:0; width:100%; height:100%; overflow-x:hidden;}



.clear {clear:both;}



h1 {color:#222; font-size:26px; text-transform:uppercase; font-weight:bold; margin:0 0 20px 0;}

p {font-size:18px; line-height:30px; margin:0 0 15px 0;}

/* 

Structure

*/

.container {width:1200px; margin:0 auto; padding:65px 0 0 0; position:relative; }

/* 

Navigation

*/



#nav {list-style-type:none;  padding:15px 0 0 180px;}

#nav li {display:inline; margin: 0 20px 0 0; position:relative;}



#nav li a {transition:all .5s; color:#222;  display:inline-block; text-decoration:none; font-size:24px; }

#nav li a.current, #nav li a:hover {}



#nav li.nav1 {top:6px;}

#nav li.nav2 {top:4px;}

#nav li.nav3 {top:3px;}

#nav li.nav4 {top:2px;}

#nav li.nav5 {top:-1px;}

#nav li.nav6 {top:0;}

#nav li.nav7 {top:-1px;}

#nav li.nav8 {top:4px;}

#nav li.nav9 {top:6px;}

#slideshow {position:relative; margin:-388px 0 0 135px; z-index:0;}

/* 

Custom

*/

#topbar {width:100%; height:28px; background:url(../images/topbar.jpg) no-repeat; }

#chair1 {width:100%; height:143px; background:url(../images/chair_01.png) no-repeat; position:relative; z-index:800;}

#chair2 {width:100%; height:203px; background:url(../images/chair_02.png) no-repeat; text-align:center; position:relative; z-index:700;}

#chair3 {width:100%; height:388px; background:url(../images/chair_03.png) no-repeat; position:relative; z-index:600;}

#chair4 {width:100%; height:105px; background:url(../images/chair_04.png) no-repeat; position:relative; z-index:500;}

.logo {margin:20px 0 0 0;}

.content {width:90%; padding:5%; background:#fff; box-shadow:0 0 10px #222; position:relative; z-index:900; top:-20px;}

.center {text-align:center;}

.pop {font-size:16px; line-height:20px; font-weight:normal; color:#333; padding:10px;}

span.red  {color:red;}

.showroom {padding:40px 0 0 0;}

.showroom img {float:left; width:240px; margin:0 30px 30px 0; box-shadow:0 0 10px #000; border:1px solid #fff;}

.showroom img.last {float:left; margin:0 0px 30px 0;}

.img-r {float:right; margin:0 0 0 60px;}

.button {text-transform:uppercase; background:url(../images/button.jpg) no-repeat center center; color:#fff; padding:10px; text-decoration:none;}



#footer-wrap {width:100%; height:40px; background:#333 url(../images/footer.jpg) no-repeat; padding:16px 0 0 0; margin:40px 0 0 0;}

.footer {width:1200px; margin:0 auto;}

.copy {float:left; color:#ccc; font-size:12px; padding:0 0 0 20px; }

.designer {float:right; color:#ccc; font-size:12px; padding:0 20px 0 0;}

.designer a {color:#ccc; text-decoration:none;}

.designer a:hover {color:#fff;}



#form {width:100%; float:left;}



.map {

	width:100%;

	height:250px;

}

.contact-form {width:100%;}

.contact-form input, .contact-form textarea { 

	width: 95% ; margin:0 0 25px 0; font-family: 'Didact Gothic', sans-serif; 

}

.contact-form textarea {height:190px;}

.contact-form label {display: block; margin-bottom: 5px; color:#333; font-size:16px;  }

.contact-form .req {color:red;}

.contact-form { 

	margin: 30px 0 0 0;

	

}

.contact-form input, .contact-form textarea { 

	background: none repeat scroll 0 0 #FFFFFF; 

	border: 1px solid #C9C9C9; 

	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset, -5px -5px 0 0 #F5F5F6, 5px 5px 0 0 #F5F5F6, 5px 0 0 0 #F5F5F6, 0 5px 0 0 #F5F5F6, 5px -5px 0 0 #F5F5F6, -5px 5px 0 0 #F5F5F6; 

	color: #545658; 

	padding: 8px; 

	font-size: 14px; 

	border-radius: 2px 2px 2px 2px; 

}

#submit { 

	float:right;

	background: #777; 

	border: 1px solid #666; 

	border-radius: 5px; 

	color: #fff; 

	cursor: pointer; 

	height: 30px; 

	padding: 10px 15px; 

	text-shadow: 0 1px 0 #000; 

	width: 150px; 

}

#submit:hover { 

	background: #999; 

	

}

/* blog */

#header{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#header h1{
	float: left;
	width: 350px;
	margin: 20px 0;
}
#header h1 img{
	width: 100%;
	height: auto;
}
#header h2 {
float: right;
margin: 30px 0 0 0;
font-size: 20px;
width: 300px;
text-align: center;
}

#blog #nav{
	background: url(../images/topbar.jpg) no-repeat;
	background-position: left center;
	width: 940px;
	margin: 0 auto 30px auto;
	padding: 10px;
}

#blog #nav ul{}
#blog #nav ul li{}
#blog #nav ul li a{
	color: #fff;
	font-size: 14px;
}

#main{
	overflow: hidden;
	margin: 0 auto 30px auto;
	width: 920px;
	
	background: #f6e9d3;
	padding: 20px;
}
#primary{ float: left;
	width: 60%;
}
#secondary{
	float: right;
	width: 35%;
}

.posts h2{
	font-size: 22px;
	margin-bottom: 15px;
}

.posts ul{ list-style: none; margin-bottom: 30px; }
.posts ul li{ margin: 0; padding: 10px 0; border-bottom: 1px solid #ac8c66; }
.posts ul li a {
    color: #512115;
    font-size: 14px;
    text-decoration: none;
}
.posts ul li a:hover{ color: #84462f; }

#footer{
	width: 960px;
	margin: 0 auto;
}

#blogroll{ min-height: 600px;}
.block{ padding: 0 0 30px 0; margin: 0 0 30px 0;
border-bottom: 1px solid #ac8c66; overflow: hidden;}
.block h1{}
.block h2{ margin-bottom: 20px; }
.block small{
	background: #ecdfca;
	color: #613222;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 0 15px 0;
	padding: 3px;
	font-size: 13px
}
.block p{ line-height: 22px; font-size: 14px;}
.block p.callto a{
	display: block;
	background: url(../images/button.jpg) no-repeat;
	background-position: center center;
	padding: 10px 15px;
	
	color: #ddd;
	text-transform: uppercase;
	text-decoration: none;
	
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.block p.callto a:hover{
	color: #fff;
}

.block .thumb{
	float: left;
	border: 1px solid #402911;
	margin: 0 15px 15px 0;
	width: 130px; height: 130px;
}
.block .thumb img{
	padding: 0; margin: 0;
}
.block .info{ overflow: hidden;}
.article .block .info{ overflow: auto; float: none;}

.facebook {
	display: inline-block;
	zoom: 1;
	background: url(../images/facebook.png) center center no-repeat;
	padding: 2px 3px;
	text-indent: -9999px;
	width: 70px;
	height: 20px;
	line-height: 20px;
}

#blog .container{ padding: 0; margin: 0; width: 100%; overflow: hidden;}

#blog #nav ul li a {
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

/* #Media Queries
================================================== */

.items{
	list-style: none;
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
	text-align: center !important;
	margin-bottom: 10px;
}
.items li{
	margin: 0 10px 20px 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	width: 250px;
	display: inline-block;
	float: none;
}
.items li a{
	display: block;
}
.items li a:hover{}
.items li a img{}

#sliderwrap {
}
#slider {
    margin: -365px auto 0 auto;
    max-width: 930px;
}

.slicknav_menu{ display: none; }

.half{ overflow: hidden;}
.half .left,
.half .right{
	width: 48%;
	margin: 0;
}

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


.map1 {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .map1 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

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

.container {
    width: 100%;
    margin: 0;
}


#chair1, #chair2, #chair3, #chair4 {
    background-position: center center;
}

#nav {
    margin: 0;
    padding: 0;
    text-align: center !important;
    padding-top: 15px;
}
#nav li{
	margin-left: 5px;
	margin-right: 5px;
}

#footer-wrap{}
.footer{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

.copy,
.designer{
	margin: 0; padding: 0;
}
.photo2{
	max-width: 500px;
}
.responsive{
	width: 100%;
	margin: 0;
	padding: 0;
}

#main{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}


/* 1199px */
}

@media only screen and (max-width: 960px) {
	
#chair1, #chair2, #chair3, #chair4 {
	margin-left: auto;
	margin-right: auto;
}
	
#chair1{
	background: url(../images/chair_01-small.png) no-repeat;
    background-position: center center;
	height: 99px;
}
	
#chair2{
	background: url(../images/chair_02-small.png) no-repeat;
    background-position: center center;
	height: 139px;
}

#logowrap {
    position: relative;
    height: 139px;
    margin: 0;
    padding: 0;
    background: url(../images/logo-small.png) center 10px no-repeat;
    text-indent: -9999px;
}

.logo {
    display: nonel;
}

#topbar{ display: none; }
#chair3 { 
	background: url(../images/bottom-small.png) center bottom no-repeat;
}
#chair3{ display: none; }
#blog #nav ul{ display: none;}



.slicknav_menu{ display: block; }


.nav2, .nav4, .nav6, .nav8{ display: none !important;}

#slider {
    max-width: 679px;
margin-top: 0; z-index: 4444; }
#sliderwrap{position: relative;}
#sliderwrap #bottom{
	position: absolute;
	background: url(../images/chair_03-small.png) center bottom no-repeat;
	height: 266px;
	top: 0; width: 100%;
	z-index: 4445; 
}

#chair4{ display: none; }

.content{
	top: 0;
	width: 94%;
	margin: 0 auto;
	padding: 20px 3%;
}
.content .center{
	width: auto;
	padding: 20px;
}

#header{
	margin: 40px 0 0 0;
	width: 100%;
}

#blog .container{
	width: 96%;
	margin: 0 auto;
	
}

#blog #nav{
	margin: 0;
	height: 10px;
	background-position: left 5px;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 0;
	width: 100%;
}


/* 960px */
}

@media only screen and (max-width: 767px) {
	
	
#sliderwrap #bottom{
	background: url(../images/bottom-smaller.png) center bottom no-repeat;
	height: 34px;
	top: auto;
	bottom: 0;
}
#slider{ width: 100%; max-width: none;}

.button{
	white-space: nowrap;
	display: inline-block;
	margin-bottom: 10px;
}

#footer-wrap{
	height: auto;
	overflow: hidden;
	background: url(../images/woodtexture.png) no-repeat center center;
	padding: 10px 0;
	margin: 20px 0 0 0;
}

.footer{
	text-align: center;
}


.copy,
.designer{
	margin: 0; padding: 0;
	width: 100%;
	float: none;
	display: inline-block;
}

.items{
	margin-left: -5px;
	margin-right: -5px;
}

.items li{
	width: 30%;
	margin-left: 5px;
	margin-right: 5px;
}
	
.items li img{
	width: 100%;
	height: auto;
}

.photo1{
	width: 40%;
	height: auto;
	margin: 0 0 20px 20px;
}

.half .left,
.half .right{
	float: none;
	width: auto;
	margin-bottom: 30px;
	overflow: hidden;
}

#submit {
    float: left;
    right: auto !important;
}
.map1 {
        padding-bottom: 50%; // This is the aspect ratio
    }

#header .container{
	text-align: center;
}

#header h1, #header h2{
	float: none;
	width: 100%;
}
#header h1{
	margin: 10px 0 0 0;
	display: inline-block;
	width: 80%;
	min-width: 200px;
	max-width: 300px;
	height: auto;
}
#header h2{
	margin: 0 0 10px 0;
	display: inline-block;
	width: 100%;
	height: auto;
}
#blog #nav ul {
	text-align: center !important;
}

#blog #nav ul li {
	display: inline-block;
	float: none;
}

#primary,
#secondary{
	float: none;
	width: 100%;
}

.contact-form input, .contact-form textarea {
    width: 90%;
}
/* 767px */
}


@media only screen and (max-width: 479px) {
	
#chair1 {
    background: url(../images/chair_01-smaller.png) no-repeat;
    background-position: center center;
    height: 56px;
}
	
#chair2 {
    background: url(../images/chair_02-smaller.png) no-repeat;
    background-position: center center;
    height: 78px;
}
	
.content{
	width: auto;
	padding: 20px;
}
.content .center{
	margin: 0;
	padding: 0;
}

#logowrap {
    height: 55px;
    background: url(../images/logo-smaller.png) center 5px no-repeat;
}

.button {
    padding: 5px 10px;
}


.items li{
	width: 45%;
}

.block.summary .thumb{
	width: 100px;
	height: 100px;
}
.block.summary .thumb img{
	width: 100%;
	height: auto;
}
.block.summary .info{
	overflow: visible;
}
.block.summary .info h1{
	font-size: 18px;
}

/* 479px */
}

@media only screen and (max-width: 300px) {
.map1 {
        padding-bottom: 25%; // This is the aspect ratio
    }
/* 300px */
}






