@charset "UTF-8";


/* CSS Document */

html {position: relative; min-height: 100%;}
body {margin: 0 0 140px;}

/* Library items
–––––––––––––––––––––––––––––––––––––––––––––––––– */

	
.header {
	width: 100%;
	height: 50px;
	top: 0px;
	background-color: rgba(46,51,74, 1);
	position: fixed;
	z-index: 99;
	}

#logo {
	text-align: center;
	}
	
#logo a {
	font-family: "Adobe Garamond Pro", Georgia;
	font-size: 1.214em;
	line-height: 3em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.143em;
	}
	
/* Larger than mobile */
@media (min-width: 400px) {
	#logo a {
	font-size: 1.429em;
	line-height: 2.8em;
	}
}
	
.navigation {
	width: 100%;
	height: 40px;
	top: 50px;
	background-color: rgba(242,242,242, 0.8);
	position: fixed;
	z-index: 98;
	border-bottom: 1px solid #E2E2E2;
	}
		
.navigation { 
	font-family: "proxima-nova",sans-serif;
	font-size: 0.714em;
	line-height: 1em;   
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	}

#nav ul {
	list-style: none;
	padding: 5px;
	margin: 0px;
	text-align: center;
	color: #2E334A;
	}

#nav ul li {
	display: inline-block;
	margin-top: 10px;
	}
	
#nav ul li a {
	padding: 10px 10px;
	text-decoration: none;
	color: #2E334A;
	}
	
#nav ul li a:hover { color: #99747E;}

#nav ul li:before {
	content:'|';
	}
	
#nav ul li:first-child:before {
	content:'';
	}
	
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	#logo a {
		font-size: 2em;
		line-height: 2em;
		}
		
	.navigation {
		font-size: 0.857em;
		line-height: 1em;   
		}
		
	#nav ul li a {
		padding: 15px 15px;
		}
		
	
		
	}
	
.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 140px;
	width: 100%;
	background-color: rgba(46,51,74, 1);
	border-top: 6px solid rgba(242,242,242, 0.8);
	}
	
	
#form {
	position: relative;
	text-align: center;
	border: 1px solid #E2E2E2;
	padding: 10px;
	margin: 20px 0px;
	}

#form {
	font-size: 0.857em;
	line-height: 1.357em;
	text-transform: uppercase;
	}
	
#form a {color:#FFF}
	
#form a:hover {color: #99747E;}	

	
/* Larger than tablet */
@media (min-width: 750px) {
	#form {margin: 20px 80px;}
	}
	
#copyright {
	text-align: center;
	padding-bottom: 10px;
	}
	
#copyright h4 {
	font-size: 0.643em;
	color: #E2E2E2;
	}
	
/* #slider
================================================== */
.slider {
	margin-top: 90px;
	background: #F2F2F2;
	padding-top: 0px;
	}
	
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  }
  
.rslides_container {
	width: 100%;
	}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
	


/* Index
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.garry {
	margin-top: -20px;
	background: #F2F2F2;
	height: auto;
	}
	
.garry blockquote {
	padding-top: 60px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	text-align: center;
	}

.featured_products {
	margin-top: 40px;
	background: #FFF;
	}
	
.featured_products .row {padding-top: 60px;}
	
.featured_products h2 {
	position: relative;
	padding-top: 20px;
	text-align: center;
	letter-spacing: normal;
	color: #2E334A;
	padding-bottom: 20px;
	}
	
.featured_products h2 span {
	background: #FFF;
	padding: 0 20px;
	text-align: center;
	}
	
.featured_products h3 {
	text-align: center;
	}
	
@media (min-width: 550px) {	.featured_products h3 {	text-align: left; }	}

/* Larger than tablet */
@media (min-width: 750px) {
	.garry blockquote, .commissions blockquote {
		padding-left: 60px;
		padding-right: 60px;
		text-align: justify;
		}
	}
	
.commissions {
	background: #F2F2F2;
	height: auto;
	}	
	
.commissions h2 {
	position: relative;
	padding-top: 80px;
	text-align: center;
	letter-spacing: normal;
	color: #2E334A;
	padding-bottom: 20px;
	}
	
.commissions h2 span {
	background: #F2F2F2;
	padding: 0 20px;
	text-align: center;
	}
	
h2+* {
  border-top: solid 1px #E2E2E2;
  padding-top: 28px;
  margin-top: -50px;
}
	
.commissions blockquote {
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	text-align: center;
	}

.news {
	background: #FFF;
	padding-top: 40px;
	padding-bottom: 20px;
	}
	
.news blockquote {
	color: #99747E;
	}
	
@media (min-width: 550px) { .news blockquote, { padding: 0px } }
	
.news p cite { 
	display: block; 
	font-size: 1em; 
	color: #686D73; 
	line-height: 1.286em; 
	padding-top: 5px; 
	}
	
.news cite:before { 
	content: "\2014 \0020"; 
	}
	
#newslink {
	margin-bottom: 40px;
	}
	
#newsimg {
	margin-bottom: 40px;
	}
	

/* About, News and Contact
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.image, .image_form {margin-top: 90px;}
.image_contact {margin-top: 90px; background: #F2F2F2;}

.about, .contact, .form { margin-top: -5px; padding-top: 10px; }
.about blockquote, .onetree blockquote, .contact blockquote, .news_item blockquote {padding-top: 50px; padding-bottom: 30px; color: #2E334A; }

.about h2, .onetree h2, .contact h2, .form h2 {
	position: relative;
	padding-top: 20px;
	text-align: center;
	letter-spacing: normal;
	color: #2E334A;
	padding-bottom: 20px;
	}
	
.about h2 span, .onetree h2 span, .contact h2 span, .form h2 span {
	background: #FFF;
	padding: 10px 20px;
	text-align: center;
	}
	
.contact h2 span {background-color:#F2F2F2;}
	
.news_item {
	margin-top: 90px;
	padding-top: 30px;
	padding-bottom: 30px;
	}

.news_item h3 {
	text-transform: none;
	font-size: 1.714em;
	line-height: 1.214em;
	padding-bottom: 0px;
	}
	
#news_image img {
	margin-top: 30px;
	}
	
#news_feature {
	margin-top: 30px;
	}
	
#news_feature h4 {
	margin-top: -20px;
	}
	
.onetree {padding-bottom: 40px;}

.contact blockquote {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	}
		
#details blockquote {
	text-align: center;
	padding: 0px;
	margin: 20px;
	}
	
#details blockquote span {
	color: #686D73;
	}
	
#quotes blockquote{
	color: #99747E;
	padding-top: 40px;
	text-align: left;
	}
	
#handcrafted {
	border-top: 1px solid #E2E2E2;
	margin-top: 80px;
	padding-bottom: 80px;
	}	

#handcrafted img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -40px;
	}	

	
.contact, .news_item, .stamp {background: #F2F2F2;}
.stamp {margin-top: -80px; padding-top: 80px;}


	
/* Larger than tablet */
@media (min-width: 750px) {
	.contact blockquote {text-align: left;}
	.contact blockquote, #quotes blockquote { padding-left: 60px; padding-right: 60px; } 
	}
	
	

/* Form 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.form blockquote {
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	color: #2E334A;
	}
	
.form {
	padding-bottom: 40px;
	}
	
.form-or img {
	margin: 0 auto;
	width: 50px;
	height: 50px;
	display: block;
	}
	
.or-email h4 {text-align: center; padding-bottom: 0px;}
.or-email blockquote {text-align: center; padding-top: 0px; margin-top: 0px; line-height: 0em;}

.or-email {padding-bottom: 40px;}
	
/* Larger than tablet */
@media (min-width: 750px) {
	
.form blockquote {
	text-align: left;
	padding-left: 60px;
	padding-right: 60px;
	}
	
}


/* Thanks
–––––––––––––––––––––––––––––––––––––––––––––––––– */
	
.thanks {
	margin-top: 130px;
	}
	
.thanks blockquote {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	color: #2E334A;
	}
	
/* Portfolio
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.portfolio {margin-top: 130px; padding-bottom: 20px}
.portfolio img {padding-bottom: 20px;}




/* Product pages
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.product_info {
	margin-top: 130px;
	}

.product_info img {margin-bottom: 20px;}
#description {margin-bottom: 22px;}
#description img {margin-top: -40px;}


/* #Page Scroll and To-Top
================================================== */
	
#page-scroll {
	position: fixed;
	right: 0px;
	top: 130px;
	z-index: 500;
	background-color: #FAFAFA;
	width: 55px;
	opacity: 0.8;
	}
	
img#grid {
	display: block;
	margin: 0 auto;
	padding-top: 30px;
	}
	
#page-scroll a.previous {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	background: url(../images/leftarrow.png);
	position: relative;
	top: 10px;
	left: 0px;
	}
	

	
#page-scroll a.previous:hover { background-position: -30px 0;}

#page-scroll a.next {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	background: url(../images/rightarrow.png);
	position: relative;
	top: 15px;
	left: 0px;
	}

#page-scroll a.next:hover { background-position: -30px 0; }
	
#page-scroll a.grid {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	background: url(../images/grid.png); 
	position: relative;
	top: 20px;
	left: 0px;
	}

#page-scroll a.grid:hover {
	background-position: -30px 0;
	}
	
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  #page-scroll a.previous {
    background-image: url(../images/leftarrow@2x.png);
    background-size: 60px 30px;
  }
  
  #page-scroll a.next {
    background-image: url(../images/rightarrow@2x.png);
    background-size: 60px 30px;
  }
  
  #page-scroll a.grid {
    background-image: url(../images/grid@2x.png);
    background-size: 60px 30px;
  }
}	

h4#pageno {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 10px;
	font-size: 0.85em;
	color: #2E334A;
	font-family:"Adobe Garamond Pro", Georgia;
	font-style: italic;
	}
	
	
.icon-box {
	-moz-border-radius: 50%;
  	-webkit-border-radius: 50%;
  	border-radius: 50%;
	font-size: 2em;
	line-height: 44px;
	background-color: #9DA5AE;
	display: block;
	text-align: center;
	border: none;
	width: 35px;
	height: 35px;	
	}

.icon-box a {
	color: #FFF;
	text-decoration: none;
	}
	
.icon-box:hover, .icon-box:active {
	background-color: #99747E;
	color: #FFF;
	}
	
#to-top {
	z-index: 999;
	position: fixed;
	bottom: 17%;
	right: 20px;
	display: none;
	}
	
