/******************************************************************
Theme Name: Lyonstate
Author: Studio Birdsall
Description: Custom Shopify Theme for Lyonstate
******************************************************************/
/* Table of Content
==================================================
  #Reset & Basics
  #Basic Styles
  #Typography
  #Links
  #Lists
  #Menu
  #Images
  #Videos
  #Buttons
  #Tabs
  #Forms
  #Tables
  #Misc
  #Site Styles 
  #FlexSlider 
  #FancyBox
  #Layout
  #Font-Face 
  
  
  
font-family:'AdobeGaramondW01-Regula';
font-family:'Adobe Garamond W01 It';
font-family:'Adobe Garamond Pro Bold 1166230';
font-family:'HelveticaNeueW01-57Cn';
font-family:'HelveticaNeueW01-57CnOb';
font-family:'HelveticaNeueW01-45Ligh';
font-family:'HelveticaNeueW01-46Ligh';
font-family:'HelveticaNeueW01-55Roma';
font-family:'HelveticaNeueW01-56It';

  
  */
  
  

  
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
  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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }
body {
    line-height: 1; }
ol, ul {
    list-style: none; }
blockquote, q {
    quotes: none; }
blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none; }
table {
    border-collapse: collapse;
    border-spacing: 0; }

    
/* #Basic Styles
================================================== */
body {
	font-family: 'HelveticaNeueW01-57Cn', Helvetica, Arial;
    background-color: #fafaf8;

    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: normal;      
    font-size: 13px; 
    text-transform: none;
    color: #363636;
    line-height: 1.7em;
}
.serif {font-family:'AdobeGaramondW01-Regula', serif !important;}
.serif.thick {font-family: 'Adobe Garamond Pro Bold 1166230', serif !important;}
em.serif, i.serif, .serif i, .serif em {font-family:'Adobe Garamond W01 It'; font-style: normal;}
input {font-family: 'HelveticaNeueW01-57Cn'; font-weight: normal !important;}
abbr {
  border-bottom: 1px dotted #dadada;
} 
/* #Typography
================================================== */
  
h1, h2, h3, h4, h5, h6, .collection_title, .headline, p.subtitle { 
    font-weight: normal;    
    text-transform: none;
    color: #363636;
    display:block;
    letter-spacing: 0px;
    text-rendering: optimizeLegibility;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .collection_title { font-weight: inherit; }
h1 a, h1 a:visited, .collection_title a, .collection_title a:visited { color: #363636 }
h1 a:hover, h1 a:active, .collection_title a:hover, .collection_title a:active { color: #363636 }
h1, .h1, h1.home, h2.title, .collection_title { font-size: 32px;  line-height: 1.5em; margin: 0 auto 20px; clear:both; font-weight: normal;}
h1.home { margin: 0 auto 15px; border-top: 1px solid #dadada; border-bottom: 1px solid #dadada; padding: 12px 0;  }
h1.product_name { margin-bottom: 15px; }
h2, .h2 { font-size: 26px; margin-bottom: 0.75em }
h3, .h3, h1.blog_title { font-size: 24px; line-height: 35px; margin: 0 auto 15px 0; text-align: left; }
h1.collection_title, div.collection_title { margin-bottom: 0; line-height: 32px; display: inline; }
h1.collection_title_tags, div.collection_title_tags { padding-right: 25px; border-right: solid 1px #dadada; }
h4, .h4, h4.title a { font-size: 14px; line-height: 1.5em; margin: 0 0 15px 0; text-align: left; padding: 0; border-bottom: 1px solid #dadada; padding-bottom:12px;}
h4.title a { border-bottom: 0; padding-bottom: 0; margin-bottom: 0;}
h5, .h5 { font-size: 20px; padding-bottom: 1em; }
h5.sub_title { padding-bottom: 5px; }
h6, .h6 { font-size: 16px; padding-bottom: 1em;}
.footer h6 { color: #363636; }
.subheader { color: #777; }
p { margin: 0 0 15px; font-style: normal; line-height: 1.7em; }
p img { margin: 0; }
em, i { font-style: normal; }
strong, b { font-weight: normal; }
small { font-size: 90%; }
#contact_email {width: 93%}
.copyright, .copyright a {color: #9d9d9d !important}
.copyright a {text-decoration: underline;}

/*  Blockquotes  */
  blockquote, blockquote p { font-size: 17px; line-height: 24px; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #dadada; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
hr { border: solid #dadada; border-width: 1px 0 0; clear: both; margin: 15px 10px; height: 0; }
.quote {
     font-size: 16px;
     line-height: 22px;
     text-align: center;
     margin: 0 0 20px 0;
     font-style: italic;
  }
/* #Links
================================================== */
  a, a:visited { color: #363636; text-decoration: none; outline: 0; -webkit-transition: color .1s linear; -moz-transition: color .1s linear; -o-transition: color .1s linear; -ms-transition: color .1s linear; transition: color .1s linear; }
a:hover, a:focus { color: #363636; }
/* #Lists
================================================== */
  ul, ol { margin-bottom: 20px; }
  ul { list-style: circle outside; }
  ol { list-style: decimal; }
  ul, ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
  ul.square { list-style: square outside; }
  ul.circle { list-style: circle outside; }
  ul.disc { list-style: disc outside; }
  ul ul, ul ol,
  ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
  ul ul li, ul ol li,
  ol ol li, ol ul li { margin-bottom: 6px; }
  li { line-height: 18px; margin-bottom: 12px; }
  ul.large li { line-height: 21px; }
  ul.none { list-style: none outside; margin-left: 0;}
  ul.border {
    list-style: none outside;
    line-height: 26px;
  }
  ul.border li {
    border-bottom: 1px solid #dadada;
    list-style: none outside none;
    padding: 12px 0;
    margin-bottom: 0;
  }
  ul.chirp {
    margin-left: 0
  }
  ul.chirp .meta a {
    color: #363636;
  }

/* #Menu
================================================== */
#header {
	width: 100%;
	font-size: 14px;
	line-height: 21px;
	height: 85px;
}
#header .container {padding: 32px 0;}
.homepage #header {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	height: 100px;
	color: #fff;
}
.homepage .toggle_menu {
	width: 100%;
}
.homepage #header a,
.homepage #header a:hover,
.homepage #header input {
	color: #363636;
}
	#header .one-quarter {
		width: 25%;
		float: left;
	}
	#header .one-half {
		width: 50%;
		float: left;
	}
	#header h1 {
		font-size: 18px;
		line-height: 21px;
		text-transform: uppercase;
		display: block;
		height: 21px;
		margin: 0;
		padding: 0;
		float: left;
	}
	#header a,
	#header a:hover {
		padding: 0px 5px;
		color: #363636;
		display: inline-block;
	}
	#header ul {
		display: block;
		margin: 0;
		padding: 0;
	}
	#header-right ul {
		float: right;
	}
	#header li {
		display: inline-block;
		padding: 0;
		margin: 0;
		position: relative;
	}
	#header li.search-wrapper {
		height: 14px;
		margin-left: 5px;
		width: 50px;
		position: relative;
	}
	#header form {
	}
		#header input {
			display: inline-block;
			background: none;
			outline: none;
			padding: 0;
			margin: 0;
			border: 0;
			height: 18px;
			box-sizing: border-box;
			font-size: 14px;
			font-weight: normal !important;
		    -webkit-font-smoothing: antialiased;
		    font-smoothing: antialiased;
			position: absolute;
			top: 0px;
			left: 0px;
		}
#header-left li {
	padding-left: 5px;
}
#header-center {
	text-align: center;
}
#header-right {
	text-alight: right;
}
#header-right li {
	float: right;
	padding-right: 5px;
}
.header {
  border-bottom: solid 1px #dadada;
}
.nav {
  text-align:right;
}
.nav ul {
    display: block;
    margin: 0 auto;
    border: none;
    padding: 0;
    margin: 0;
}
.nav ul li {
    display: inline-block;
    padding: 0 0 0 20px;
    position: relative;
    margin: 0;
    border: 0;
}
.nav ul li {
  *display: inline;
}
.nav ul li a, .nav ul li a:visited, .nav ul li a:active {
     
    font-weight: normal;      
    font-size: 14px; 
    text-transform: none;
    color: #363636;
    position: relative;
    display:block;
    padding-bottom: 10px;
}
.nav ul li a.active, nav ul li a.active:visited, nav ul li a.active:active {
  color: #363636;
}
.nav ul.search_nav {
  margin-bottom: 5px;
}
.nav ul li a:hover, nav ul li a:focus {
  color: #363636;
}
.nav ul li.current_page_item a {
  color: #363636;
}
.nav ul li.current_page_ancestor a {
  color: #363636;
} 
.nav ul.menu {
  display: inline;
}  

.nav ul li a.cart, .nav ul li a.navicon, input[type="submit"].guest_button {
    
    background: url(//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/cart_dark.png?4651) no-repeat 9px 7px;
  

  padding: 5px 10px 5px 30px;
  border: solid 1px #dadada;
}

input[type="submit"].guest_button, input[type="submit"].guest_button:hover {
  background: none;
  color: #363636;
  padding: 8px 20px 8px 10px;
}

.nav ul li a.cart.active {
  color: #363636;
  border-color: #363636;
}

.nav ul li a.cart:hover, .nav ul li a.cart.active:hover {
  background-position: 9px -43px;
  color: #363636;
}

ul.menu li.navicon_button {
  display: none;
}
ul.menu li a.navicon {
    
    background: url(//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/menu_dark.png?4651) no-repeat 9px 6px;
  
  padding-left: 35px;
}

ul.menu li a.navicon:hover {
  background-position: 9px -96px;
}

/* sub-levels link */
.menu ul a, .menu li:hover > ul a  {
  padding: 10px 0 10px 15px;
  background: none;
  text-align: left;
}

/* sub-level ul */
.menu ul {
  position: absolute;
  left: 10px;
  top: 25px;
  background-color: #fafaf8;
  border: solid 1px #ddd;
  border-bottom-color: #bbb;
  z-index: 100;
  display: none;
  width: 200px;
}
ul.menu ul li {
  display: block;
  border-bottom: solid 1px #f4f4f4;
  text-align:left;
  padding: 0;
}
.menu ul li a {
  display:block;
}
/* sub-sub-level dropdown */
.menu ul ul {
  left: 200px;
  top: -1px;
}
/* show dropdown ul on hover */
.menu li:hover > ul {
  display: block;
}

.toggle_menu {
  position: relative;
  overflow: hidden;
  display: none;
}

ul.top_menu {
  padding-top: 0px;
}

ul.top_menu li a, ul.top_menu li a:visited, ul.top_menu li a:active {
  font-size: 14px;
  color: #fff;
}

.nav ul.mobile_menu {
  background-color: #363636;
  clear: both;
}

.nav ul.mobile_menu li {
  border: none;
  text-align: center;
  display: block;
  font-size: 18px;
  line-height: 42px;
}

.nav ul.mobile_menu li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding-bottom: 0px;
}

.container div.collection_nav {
  border-bottom: solid 1px #dadada;
  padding-bottom: 15px;
  margin-bottom: 1.5em;
}
.collection_menu, .collection_menu li {
  display: block;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 5px;
  padding: 0;
}

.collection_menu li a {
  color: #363636;
}

.collection_menu li span.active {
  color: #363636;
}

.collection_menu li a:hover, .collection_menu li span.active:hover {
  color: #363636;
}

.collection_menu .accordion{}
.collection_menu .accordion, .graphite .accordion li {}
.collection_menu .accordion a {}
.collection_menu .accordion ul a {} 
.collection_menu .accordion a.dcjq-parent, .graphite .accordion a.dcjq-parent:hover {}
.collection_menu .accordion a.dcjq-parent.active {}
.collection_menu .accordion a .dcjq-icon {}
.collection_menu .accordion a.dcjq-parent.active .dcjq-icon {}
.collection_menu .accordion a:hover {}
.collection_menu .accordion a:active{}


/* #Images
================================================== */
/*
  The purpose of the below declaration is to make sure images don't 
  exceed the width of columns they are put into when resizing window. 
  Unfortunately, this declaration breaks certain lightbox, slider or other plugins,
  so the best solution is to individually call these properties on images that 
  are children of the grid that you want to resize with grid. 
*/
  .product_row img, .product_image_col img, .article img, .blog_content img, .section img, .thumbnail img, .logo img { 
    max-width: 100%;
    height: auto; }
.zoomImg {
    max-width: inherit !important;
    cursor: pointer;
  } 
    
/* #Videos
================================================== */
/*
  For YouTube and Vimeo videos, wrap the embedded code snippet
  in a <div class="video-container"> tag to allow it to resize.
  To restrict the width, wrap with an additional <div class="video-wrapper">
*/
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .video-container iframe,  
  .video-container object,  
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .video-wrapper {
    width: 600px;
    max-width: 100%;
  }
/* #Buttons
================================================== */
  
a.button, 
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"], 
  .action_button, 
  a.action_button, 
  input.action_button[type="submit"], 
  input.action_button[type="button"] {
    background: #363636;
    color: #ffffff;
    border: 0;
    padding: 8px 20px;
    text-align: center;
    font-size: 14px;
    cursor: pointer; 
    font-weight: normal;      
    font-size: 14px; 
    text-transform: none;
    display: inline-block;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    -webkit-appearance: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
  }
  .full_width {
  	padding-left: 0px !important;
  	padding-right: 0px !important;
  	width: 100% !important;
  }

  a.button:hover, 
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  .action_button:hover, 
  input.action_button[type="submit"]:hover, 
  input.action_button[type="button"]:hover {
    background: #363636;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
  }

  a.button:active, 
    button:active,
    input[type="submit"]:active,
    input[type="reset"]:active,
    input[type="button"]:active {

    }

/* #Tabs
================================================== */
  ul.tabs { 
    display: block;
    margin: 10px 0 10px 0;
    padding: 0;
    border-bottom: solid 1px #dadada;
    border-top: 0;
    list-style: none outside; 
    margin-left: 0;
}
ul.tabs li { 
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
    margin-bottom: 0;
    border: 0 
    list-style: none outside; 
    margin-left: 0;
}
ul.tabs li a { 
    display: block; 
    text-decoration: none;
    width: auto; 
    height: 29px; 
    padding: 0px 20px; 
    line-height: 30px; 
    border: solid 1px #dadada;
    border-width: 1px 0 0 1px; 
    margin: 0;  
    background: #fafaf8;
    font-size: 13px; }
ul.tabs li a.active { 
      background-color: #fafaf8;
    height: 30px;
    position: relative;
    top: -4px;
    padding-top: 4px;
    border-right-width: 1px;
    margin: 0 -1px 0 0;
    color: #111;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px; }
ul.tabs li:first-child a {
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px; }
ul.tabs li:last-child a {
    border-width: 1px 1px 0 1px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px; }
ul.tabs-content { margin: 0; display: block; border: 0;}
ul.tabs-content > li { display:none; border: 0;}
ul.tabs-content > li.active { display: block; border: 0;}
  
  /* Clearfixing tabs for beautiful stacking */
  ul.tabs:before,
  ul.tabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
ul.tabs:after {
    clear: both; }
ul.tabs {
    zoom: 1; }
    
/* #Forms
================================================== */
  form { 
    margin-bottom: 20px; }
fieldset { 
    margin-bottom: 20px; }
input[type="text"], 
  input[type="number"],
  input[type="password"],
  input[type="email"],
  textarea, 
  select {
    border: 1px solid #ccc;
    padding: 7px 9px;
    outline: none;
    color: #363636;
    margin: 0;
    width: 200px;
    max-width: 100%;
    display: block;
    margin-bottom: 15px;
    background: #fff; 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none; 
    appearance: none;}
select {  
    background: #f9f9f9 url(//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/select.png?4651) no-repeat right center;
    cursor: pointer;
    -webkit-padding-end: 30px;
    border-radius: 0px;
}
input[type="number"] {
  padding: 5px;
}
input[type="text"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus, 
  textarea:focus {
    border: 1px solid #aaa;
    color: #333;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow:  0 0 3px rgba(0,0,0,.2); }
label,
  legend { 
    display: block;
    font-weight: normal;
    margin-bottom: 4px; }
input[type="checkbox"] {
    display: inline; }
label span,
  legend span {
    font-weight: normal;
    font-size: 13px; }
textarea {
    width: 100%;
  }

#contact_email {
  display: inline;
}

#sign_up {
	display: block;
}
.contact-form input[type="text"],
#customer input[type="text"],
#customer input[type="email"],
#customer input[type="password"] {
  width: 100%;
}

/* #Tables
================================================== */



table tr.order_summary td.label { text-align: right;}

/* #Misc
================================================== */
.remove{ color: #363636; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
.right { float:right; position: relative; }
.left { float: left; }
.center { text-align: center; }
.relative { position: relative; }
.align_right { text-align:right }
.align_left { text-align: left; }
.container div.mobile_only { display:none; }
.no_border { border: none !important; }
.extra_padding { padding-top: 4px; }
div.hidden { display: none; }
#grid .column,
  #grid .columns {
    background: #ddd;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #555;
    font-size: 12px;
    font-weight: bold;}
#grid .column:hover,
  #grid .columns:hover {
    background: #bbb;
    color: #333; }
#grid .example-grid { overflow: hidden; }
/* #Site Styles
================================================== */
  div.container {
      margin: 0 auto;
      padding: 20px 0;
  }
  div.content {
    padding: 15px 0px;
  }
  div.main.content {
    padding-top: 0px;
  }
  #page-content {padding: 20px 0; clear: both;}
  .logo a {
    margin: 0;
    padding-top: 5px;
    display:block;
  }
  div.section {
     margin: 10px 0;
  }
  .homepage_content {
  }
  div.product_section {
    margin: 5px 0;
  }
  .breadcrumb {
    margin-bottom: 1em;
  }
  #category {
    width: 100%;
  }
  .featured_content p {
    margin-bottom: 0;
  }
  .paginate {
    text-align:center;
  }
  .paginate span,  a.tag {
    border: solid 1px #dadada;
    margin: 10px 2px; 
    padding: 5px 10px;
    display: inline-block;
  }
  a.tag {
    font-size: smaller;
    padding: 4px 6px;
    margin: 5px 2px 5px 0;
  }
  .featured_collections { margin-bottom: 10px }
  .paginate span:hover, a.tag:hover {
    color: #363636;
  }
  .paginate .current {
    background-color: #f2f2f2;
  }
  .paginate .deco {
    border: none;
  }
  .thumbnail {
    position: relative;
    text-align:center;
    margin-bottom: 1em;
  }
.thumbnail a {
    display:block;
    padding-bottom:0.5em;
    color: #363636;
  }
.thumbnail a:hover {
    color: #363636;
  }
  .new {
    position: relative;  
    display: inline;
    padding: 5px;
    font-size: 12px;
  }
  .thumbnail img {
    margin-bottom: 0.75em;
  }
  .thumbnail .price, .thumbnail .sold_out, .sold_out {
    color: #363636;
    font-size: 12px;
  }
  .thumbnail .sale, .sale {
    color: #363636;
  }
  .sale_banner, .new_banner {
    position: absolute;
    top: 0;
    background: #70be4d;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    color: #fff;
  }
  .new_banner {
    background: #00afd8;
  }
  .thumbnail .price {
    display: block;
  }
  .thumbnail .title {
    display: block;
    font-size: 12px;
  }
  .cart_price {
    float: right;
    text-align: right;
    padding-left: 20px;
    font-weight:bold;
    display: none;
  }
  #estimated-shipping, .excluding_tax {
    display: block;
  }
  .cart_image {
    float:left;
    margin-right: 20px;
  }
  .quantity_label {
    display: none;
  }
  .price_total_text {
    display: none;
  }
  .was_price {
    text-decoration: line-through;
    color: #363636;
    font-style: italic;
    text-shadow:none;
    font-weight:normal;
  } 
  .thumbnail .quick_shop {
    display:none;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #dadada;
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    color: #363636;
    font-size: 13px;
  }
  .thumbnail .quick_shop:hover {
    color: #ffffff;
    background-color: #363636;
    border-color: #363636;
  }
  .thumbnails a {
    display:block;
    margin-bottom: 1em;
  }
  .twittercont, .fancycount {
    display: inline-block;
    margin-left: 6px;
  }
  .facebookcont {
    display: inline-block;
    position: relative;
    margin-left: 6px;
    min-width: 88px;
  }
  a.fancybutton {
    background:url(//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/fancy.png?4651) no-repeat;
    text-indent:-9999em;
    font-size:.01em;
    color:#cd1f1f;
    height:20px;
    width:56px;    
    display: inline-block;
    margin-left: 6px;
    position: relative;
    top: -9px;
  }
  a.pinterestcount {
    background:url(//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/pinit.png?4651) no-repeat;
    text-indent:-9999em;
    font-size:.01em;
    color:#cd1f1f;
    height:20px;
    width:41px;
    background-position:0 0;
    display: inline-block;
    margin-left: 6px;
    position: relative;
    top: -9px;
  }
  a.pinterestcount:hover{
    background-position:0 -21px;
  }
  a.pinterestcount:active{
    background-position:0 -42px;
  }
  .arrow {
    font-size: smaller;
    position: relative;
    top: -1px;
    left: 2px;
    opacity: 0.6;
  }
  .modal {
    margin: 10px 0;
    display: none;
    background-color: #fafaf8;
  }
  .modal_product {
    width: auto;
    line-height:0px;
    max-width: 940px;
  }
  .modal_product img {
    cursor: pointer;
  }
  .modal_image {
    text-align:center;
  }
  .modal a {
    padding-bottom: 0;
  }
  .modal p.modal_price, p.modal_price {
    font-size: 15px;
    margin-bottom: 1em;
    font-family: 'Adobe Garamond Pro Bold 1166230', serif !important;
    color: #363636;
  }
  .modal form {
    margin-bottom: 10px;
  }
  .modal a {
    color: #363636;
    font-style: italic;
  }
  .modal a:hover {
    color: #363636;
  }
  .notify_form .submit {
    padding: 8px 8px !important;
  } 
  .product_image_col {
    margin-top: 15px;
    text-align:center;
  }
  .meta {
    font-size: 13px;
    color: #6b6b6b;
  }
  .meta p {
    font-size: 13px;
    margin-bottom: 0px;
  }
  p.meta {
    margin-bottom: 10px;
  } 
  .comment-body p.meta {
    margin-bottom: 5px;
  }
  .sidebar_title {
    margin-bottom: 0;
  }
  .meta .label, .label {
    color: #363636;
  }
  .blog_meta, .blog_meta a {
    color: #363636;
  }
  .blog_meta a:hover {
    color: #363636;
  }
  .blog_meta p {
    padding-right: 40px;
  }
  .container .blog_content {
    padding-left: 40px;
    border-left: solid 1px #dadada;
  }
  .count {
    font-style: normal;
    font-size: 13px;
  }
  #tag_filter { 
    margin-bottom: 0;
    float: right;
    width: auto;
    display: none;
  }
  .checkout {
    display:block;
    float:right;
    margin-top: 0px;
  }
  .or {
    font-size:smaller;
    font-style: italic;
    padding: 0 10px;
  }
  input.quantity {
    width: 35px;
    display: inline;
    margin-bottom: 1em;
  }
  .inline_purchase {
    display: inline-block;
    margin-left: 20px;
  }

  .subtotal {
    text-align:right;
    border-bottom: 0px;
  }
  .mobile_left {
    text-align: right;
  }
  h4.title a.subscribe {
    background: url("//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/rss-icon.png?4651") no-repeat 0 4px;
    display: inline;
    padding: 5px 10px 5px 32px;
    font-size: smaller;
  }
 h4.title a.subscribe:hover {
    background-position: 0 -121px;
  }
  h4.title a.twitter {
    background: url("//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/twitter-icon.png?4651") no-repeat 0 4px;
    display: inline;
    padding: 5px 0px 5px 32px;
    font-size: smaller;
  }
  h4.title a.twitter:hover {
    background-position: 0 -121px;
  }
  .article { 
    margin-bottom: 45px;
  }
  .comment {
    margin-bottom:20px;
  }
  .comment-body h6 {
    padding-bottom: 0.25em;
  }
  .social_buttons {
    height: 22px;
  }
  .gravatar { 
    width: 100px !important;
  }
  .gravatar img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }
  .red {
    color: #C33;
  }
  .address p {
    margin-bottom: 5px;
  }
  div#disqus_thread ul, div#disqus_thread li {
      border: none;
  }
  .search_page {
    padding: 40px 0 60px 0;
  }
  .search_page_text {
    text-align: right;
  }
  .tweet .columns {
    overflow: hidden;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
/* #Footer
================================================== */
  div.footer {
    color: #363636;
  }
  .footer .container {
  	border-top: 1px solid #dadada;
  	margin-top: 20px;
  }
  .footer p {
    margin-bottom: 10px;
  }
  .footer a {
    color: #363636;
  }
  .footer a:hover {
    color: #363636;
  }
  .contact-form {
    margin-bottom: 0;
  }
  form.search {
    margin-bottom: 0px;
  }
  input.search_box {
    padding: 6px 6px 6px 28px;
    background: #fff url(//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/search.jpg?4651) no-repeat 6px;
    border: solid 1px #dadada;
    margin-bottom: 0px;
  }
  .search_box:focus {
    background-color: #fff;
  }
  .payment_methods {
    margin: 4px 0 6px 0;
  }
  .payment_methods img {
    padding-right: 4px;
    height: 24px;
    width: 40px;
  }
  .credits_right {
    text-align: right;
  }
  .icons {
    list-style: none outside; 
    margin-left: 0;
    border: 0;
  }
  .headline_icons {
    top: 8px;
  }
  .icons li {
    border: 0;
    float: left;
    line-height: 24px;
    margin-right: 8px;
    padding-top: 0;
  }
  .icons li a {
    
      background: url(//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/icons.png?4651) no-repeat;
    
    display: inline-block;
    opacity: 0.8;
    -webkit-transition: opacity .2s ease-in-out; 
    -moz-transition: opacity .2s ease-in-out; 
    -o-transition: opacity .2s ease-in-out; 
    transition: opacity .2s ease-in-out;
    cursor: pointer;
    text-indent: -9999px;
    width:25px;height:25px;background-position:left bottom;
    }
  .headline_icons li a, .cart_icons li a {
    background: url(//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/icons.png?4651) no-repeat;
  }
  .icons li a:hover {
    background-color:transparent;
    opacity: 1;
  }
  
  .icons .twitter a{background-position:-25px bottom}
  .icons .facebook a{background-position:-50px bottom}
  .icons .vimeo a{background-position:-75px bottom}
  .icons .flickr a{background-position:-100px bottom}
  .icons .delicious a{background-position:-150px bottom}
  .icons .linkedin a{background-position:-200px bottom}
  .icons .youtube a{background-position:-225px bottom}
  .icons .google a{background-position:-250px bottom}
  .icons .skype a{background-position:-325px bottom}
  .icons .pinterest a{background-position:-500px bottom}
  .icons .tumblr a{background-position:-625px bottom}
  .icons .instagram a{background-position:-650px bottom}
  .icons .rss a{background-position:-675px bottom}
  .icons .close a{background-position:-700px bottom;position:relative; top:-10px; right: -8px; opacity: 0.6;}

  .footer ul {
    list-style: none outside; 
    margin-left: 0;
  }
  .footer li {
    padding: 6px 0;
    list-style: none outside none;
    margin-bottom: 0;
  }
  .footer ul.footer_menu li:first-child {
    margin-left: 0;
    padding-top: 0;
  }
/* #Newsletter Popup
================================================== */
#newsletter_popup {
}
#newsletter_popup .inner {
	max-width: 340px;
	margin: 80px auto;
}
#newsletter_popup h1 {
	text-align: center;
	font-size: 50px;
	line-height: 60px;
}

/* #jQuery FlexSlider v2.1
================================================== */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav, .flex-direction-nav li {margin: 0; padding: 0; list-style: none; border: none;} 
ul.slides li {border:none; padding: 0px 0 0 0; margin-bottom: 0; position: relative;}

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;}
.flexslider .slides img { 
  display: block;
  max-width: 100%; height: auto; margin: 0 auto;
}
.flexslider .slides li {position: relative}
.flexslider h1, .flexslider h2 {font-size: 46px; line-height: 50px; padding: 0px; margin: 0px; text-align: center;}
.flexslider p {font-size: 16px; line-height: 21px; padding: 0px; margin: 20px 0 0 0; text-align: center; text-decoration: underline; font-family: 'Adobe Garamond W01 It';}
  

.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1; clear:both; overflow: hidden}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.flexslider .slides li {text-align: center}
.carousel li {margin-right: 5px;border: 0}

.flex-caption {margin:0; width: 100%; position: absolute; top: 25%; color: #fff; text-shadow: 0 1px 2px rgba(0, 0, 0, .7)}
.flexslider .headline { font-size: 50px; margin-bottom: 0.2em; line-height: 55px; font-weight: normal}
.flexslider p.subtitle { font-size: 23px; line-height: 28px; font-weight: normal }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 55px; height: 164px; margin: -82px 0 0; display: block; background: url(//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/arrows.png?4651) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 0 -174px; right: -55px; }
.flex-direction-nav .flex-prev { left: -55px;}
.flexslider:hover .flex-next {opacity: 1; right: 20px;}
.flexslider:hover .flex-prev {opacity: 1; left: 20px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {position: absolute; bottom: 20px; right: 3%; width: auto;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {
  width: 13px;
  height: 13px;
  display: block;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  text-indent: -9999px;
  box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
}
.flex-control-nav li a.flex-active {
  background: rgba(255,255,255,0.7);
  cursor: default;
}
.flex-control-paging {display: none !important;}
.flex-control-paging li a:hover { background: rgba(255,255,255,0.7); }
.flex-control-thumbs {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-thumbs li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}

.flex-control-thumbs {position: static; overflow: hidden;}
.flex-control-thumbs li, .flex-control-thumbs li:first-child {width: 22%; vertical-align: top; margin: 15px 4% 0 0;}
.flex-control-thumbs li:nth-child(4n) {margin: 15px 0 0; }
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
#product_slider .flex-active-slide a:hover {cursor: -webkit-zoom-in; cursor: -moz-zoom-in;}

/* #Fancybox
================================================== */
/*! fancyBox v2.1.2 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  border: 10px solid #363636;
}

.fancybox-skin {
  position: relative;
  background-color: #fafaf8;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  background-image: url('//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/arrow_sprite.png?4651');
  background-position: 0 -180px;
}
.fancybox-prev span {}
.fancybox-next span {}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -306px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
} 

#fancybox-loading div { 
  width: 44px;
  height: 44px;
  background: url('//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/fancybox_loading.gif?4651') center center no-repeat;
}

.fancybox-close {
  background: url('//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/custom-close2.png?4651') no-repeat center center;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 8040;
  padding: 20px;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/blank.gif?4651'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background: url('//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/custom-arrow-left.png?4651') no-repeat center center;
}

.fancybox-next span {
  right: 10px;
  background: url('//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/custom-arrow-right.png?4651') no-repeat center center;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(255,255,255,0.8);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*
 Cloud Zoom CSS. (c)2012 Star Plugins.
*/
.cloudzoom-lens {
  border:none;
  border:1px solid #888;
  width:225px;
  height:175px;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
  cursor:pointer;
}
.cloudzoom-zoom {
  border:1px solid #888;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
}
.cloudzoom-zoom-inside {
  border:none;
  box-shadow:none;
}
.cloudzoom-caption {
  display:none; 
  text-align: left;
  background-color:#000;
  color:#fff;
  font-weight:bold;
  padding:10px;
  font-size:11px;
}
.cloudzoom-blank {
  background-image:url('//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/blank.gif?4651');
}
div.cloudzoom-ajax-loader {
  background: #000 url('//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/fancybox_loading.gif?4651') center center no-repeat;
  width: 44px;
  height: 44px;
  opacity: 0.6;
}

/*
* 
*/
/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing 
    #Media Queries */
/* #Base 960 Grid
================================================== */
    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }

    /* Offsets */
    .container .pull-by-one                   { padding-right: 60px;  }
    .container .pull-by-two                   { padding-right: 120px; }
    .container .pull-by-three                 { padding-right: 180px; }
    .container .pull-by-four                  { padding-right: 240px; }
    .container .pull-by-five                  { padding-right: 300px; }
    .container .pull-by-six                   { padding-right: 360px; }
    .container .pull-by-seven                 { padding-right: 420px; }
    .container .pull-by-eight                 { padding-right: 480px; }
    .container .pull-by-nine                  { padding-right: 540px; }
    .container .pull-by-ten                   { padding-right: 600px; }
    .container .pull-by-eleven                { padding-right: 660px; }
    .container .pull-by-twelve                { padding-right: 720px; }
    .container .pull-by-thirteen              { padding-right: 780px; }
    .container .pull-by-fourteen              { padding-right: 840px; }
    .container .pull-by-fifteen               { padding-right: 900px; }



/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }

        /* pull */
        .container .pull-by-one                   { padding-right: 48px; }
        .container .pull-by-two                   { padding-right: 96px; }
        .container .pull-by-three                 { padding-right: 144px; }
        .container .pull-by-four                  { padding-right: 192px; }
        .container .pull-by-five                  { padding-right: 240px; }
        .container .pull-by-six                   { padding-right: 288px; }
        .container .pull-by-seven                 { padding-right: 336px; }
        .container .pull-by-eight                 { padding-right: 384px; }
        .container .pull-by-nine                  { padding-right: 432px; }
        .container .pull-by-ten                   { padding-right: 480px; }
        .container .pull-by-eleven                { padding-right: 528px; }
        .container .pull-by-twelve                { padding-right: 576px; }
        .container .pull-by-thirteen              { padding-right: 624px; }
        .container .pull-by-fourteen              { padding-right: 672px; }
        .container .pull-by-fifteen               { padding-right: 720px; }
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 768px) {
        .container { width: 300px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; }

        .container .logo.column       { width: 200px; }
        .container .nav.column        { width: 90px; margin-left: 10px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }
        
        .container .pull-by-one,
        .container .pull-by-two,
        .container .pull-by-three,
        .container .pull-by-four,
        .container .pull-by-five,
        .container .pull-by-six,
        .container .pull-by-seven,
        .container .pull-by-eight,
        .container .pull-by-nine,
        .container .pull-by-ten,
        .container .pull-by-eleven,
        .container .pull-by-twelve,
        .container .pull-by-thirteen,
        .container .pull-by-fourteen,
        .container .pull-by-fifteen { padding-right: 0px; }

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 768px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }

        .container .logo.column       { width: 200px; }
        .container .nav.column        { width: 210px; margin-left: 10px; }
    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
/* #Media Queries
================================================== */
  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) { 
    #contact_email {
      width: 170px;
    }
    .collection_menu {
      display: none;
    }
    #tag_filter {
      display: block;
    }
    h1.collection_title_tags, div.collection_title_tags {
      border-right: 0;
      margin-right: 0;
      padding-right: 0;
    }
    .cloudzoom-lens {
      width:140px;
      height:120px;
    }
  }
/* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .nav ul li { padding: 0 0 0 10px; }
    .flex-caption { top: 0; }
    .or { display: none; }
  }
/* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 768px) {
    select { 
      width:100%; 
    }
    #contact_email {
      width: 94%;
    }
    .search_page_text {
      text-align: left;
    }
    a.button, 
    button,
    .action_button, 
    a.action_button, 
    textarea {
      width: 85%;
    }

    .flexslider a.action_button {
      width: initial;
    }

    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    input.action_button[type="submit"], 
    input.action_button[type="button"],
    #sign_up {
      margin-left: 0;
      width: 100%;
    }

    .cart_icons, .or {
      display: none;
    }
    .credits_right {
      text-align: left;
    }
    .container .column.thumbnail, .container .columns.thumbnail {
      margin-top: 1em;
    }
  table[style] {
      width:auto !important;
      max-width:100% !important;
      overflow: hidden;
    }
  tr, td {
      display:block;
      width:99% !important;
      max-width:99% !important;
      padding:0px !important;
      border-left: 0 !important;
      border-right: 0 !important;
    }
  tr {
    padding-bottom: 6px !important;
  }
  td {
    padding: 4px !important;
  }
  .title_column {
      float:left;
    }
  .subtotal_amount {
      text-align:right;
    }
  .mobile_left {
      text-align:left;
    }
  .container div.mobile_only {
      display:block;
    }
  .quantity_label {
    display: inline;
  }  
  .price_total {
    text-align: right;
  }
  .price_total_text {
    display:block;
  }
  .update_subtotal, .price_total, .remove_column, .checkout_table_header {
      display: none;
    }
  .mobile_right {
      text-align: right;
    }
  .quick_shop {
      display: none !important;
    }
  .cart_price {
    display: block;
    margin-bottom: 0;
  }
  table tr th, table tr td {
      padding: 2px;
    }
  input.action_button {
      margin-bottom: 1em !important;
    }
  .multiple_product_images {
      display: none;
    }
  .flex-caption {
    top: 0;
  }
  .flex-caption .headline {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .flex-caption p.subtitle {
    font-size: 1.1em;
    line-height: 1.1em;
  }
  .container .blog_content {
    padding-left: 0;
    border: 0;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    .mobile_hidden { display: none !important }
    ul.menu li.navicon_button { display:inline-block }
    ul.menu li { padding: 0 0 0 10px; }
    ul.nav_buttons { position: relative; top: 10px }
  }
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
    .mobile_hidden { display: none !important }
    ul.menu li.navicon_button { display:inline-block; }
    ul.menu li a.cart { padding-left: 25px; }
    ul.menu li a.navicon { padding-left: 28px; }
    ul.menu li { padding: 0 }
    ul.nav_buttons { position: relative; top: 10px; text-indent: -1000em; text-align: left }
    .cart_count { display: none;}
    ul.mobile_menu input.search_box { width: 240px !important;}
    .flex-caption .headline, .flex-caption p.subtitle{
        font-size: 1.1em;
        font-height: 1.1em;
      }
    .flex-caption p.subtitle {
      font-size: 0.9em;
      line-height: 0.9em;
      margin-bottom: 0.5em;
    }  
    .flex-caption .action_button {
      padding: 4px 15px;
      font-size: 12px;
    }
    .flex-direction-nav .flex-prev {display: none;}
    .flex-direction-nav .flex-next {display: none;}

    h1, h2, h1.home, h1.blog_title, h3, h4, h5, h6, .title a { 
        font-size: 150%;
      }
    h1, h1.home, h1.blog_title, .title a, h2 {
        padding:0;
      }
}
@media
  (min--moz-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1),
  (-webkit-min-device-pixel-ratio: 2),
  (min-device-pixel-ratio: 2) {
    ul.menu li a.navicon {
        
        background-image: url(//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/menu_dark2x.png?4651);
      
      background-size: 20px 119px;
    } 
    input.search_box {
      background: #fff url(//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/search2x.jpg?4651) no-repeat 6px;
      background-size: 14px 14px; 
    }
    .nav ul li a.cart {
        
        background-image: url(//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/cart_dark2x.png?4651);
      
      background-size: 16px 64px;
    }
}

@-moz-document url-prefix() {
  input.search_box {
    position: relative;
    top: 8px;
  }
  .inline_purchase {
    position: relative;
    top: 12px;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
     html {
        -webkit-text-size-adjust: 100%;
     }
}

/* #Font-Face
================================================== */
/*  This is the proper syntax for an @font-face file.
    Upload your font files to Assets and then
    copy your FontName into code below and remove
    comment brackets */
    
/*  @font-face {
      font-family: 'FontName';
      src: url('FontName.eot');
      src: url('FontName.eot?iefix') format('eot'),
           url('FontName.woff') format('woff'),
           url('FontName.ttf') format('truetype'),
           url('FontName.svg#webfontZam02nTh') format('svg');
      font-weight: normal;
      font-style: normal; }
*/
.slide_copy {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 100%;
}
p {font-size: 13px; line-height: 18px; margin-bottom: 10px;}
.container .product_section .one-third {width: 33.3333333%; margin: 0px; margin-bottom: 5px;}
.container .product_section .one-third a {margin-right: 15px; margin-left: 15px;}
h1.collection_title {font-size: 38px; text-align: center; display: block; width: 100%; line-height: 38px; padding-top: 35px;}
.product_title h1 {font-size: 32px; text-align: center; display: block; max-width: 550px; line-height: 38px; margin: 0px auto; padding-top: 35px; }
.collection_nav.breadcrumb,
.product_title.breadcrumb {position: relative; font-size: 12px;}
.collection_nav.breadcrumb a,
.product_title.breadcrumb a {font-family:'Adobe Garamond W01 It'; font-size: 12px;}
.collection_nav.breadcrumb a.left,
.product_title.breadcrumb a.left {position: absolute; bottom: 0px; left: 0px;}
.product_section .vendor {margin: 0px; text-align: center; font-size: 16px; line-height; 24px;  font-family:'Adobe Garamond W01 It';}
.product-details {padding: 100px 50px 0;}
.product-details .description p {margin-bottom: 0px;} 
.modal p.modal_price, p.modal_price {font-size: 15px; line-height: 30px; margin-bottom: 12px;}
.product_section .description {margin-bottom: 18px; font-size: 13px; line-height: 18px; font-family:'HelveticaNeueW01-45Ligh';}
.modal-product-details select, .product_section select {margin-bottom: 7px; width: 100%; box-sizing: border-box;}
.modal-product-details #add-to-cart, .product_section #add-to-cart {width: 100%; box-sizing: border-box; text-align: left;  font-size: 13px;  text-transform: uppercase;}
.flex-control-thumbs {text-align: left;}
.product_section .meta a {text-decoration: underline}
.related-title {text-align: center; font-size: 16px; line-height: 24px;}
.product-social {display: block; clear: both; padding-top: 20px;}
.modal-product-details {padding-top: 50px;}
.modal-product-details h3 {font-size: 30px;}
.modal-product-details .modal_price {font-size: 18px;}
.modal-product-details hr {margin-left: 0; margin-right: 0;}
.meta .label {color: #6b6b6b;}
.meta a, .meta a:hover {color: #6b6b6b;}
.featured_collections .info .title {text-transform: uppercase;}
.site-border {background: #363636; position: fixed; z-index: 100;}
.site-border.right, .site-border.left {width: 10px; height: 100%; top: 0px;}
.site-border.top, .site-border.bottom {width: 100%; height: 10px; left: 0px;}
.site-border.left {left: 0px;}
.site-border.bottom {bottom: 0px;}
.site-border.right {right: 0px;}
.site-border.top {top: 0px;}
.show-inline-block-mobile {display: none !important;} 
.navicon_button {width: 32px; height: 32px; background: url(//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/mobile-open.png?4651) no-repeat center center; text-indent: -99999px; display: inline-block; position: relative; top: -8px;}
.navicon_button.close {background:url(//cdn.shopify.com/s/files/1/0151/7737/t/10/assets/mobile_close.png?4651) no-repeat center center;  }



div.frontpage_bottom_feature {padding: 100px 0; border-top: 1px solid #dadada; }
.frontpage_bottom_feature:first-of-type {border-top: 0px;}
.frontpage_bottom_feature img {max-width: 100%; margin: 0px auto; display: block;}
.frontpage_bottom_feature .details {}
.frontpage_bottom_feature h3 {text-align: center; font-size: 30px; line-height: 34px; font-family:'AdobeGaramondW01-Regula';}
.frontpage_bottom_feature p a {text-decoration: underline;}
.frontpage_bottom_feature a.cta {display: block; text-align: center; font-size: 14px; margin-top: 20px; font-family:'Adobe Garamond W01 It'; text-decoration: underline;}
.display_table {display: table;}
.display_table_cell {display: table-cell;}
.vert_align_middle {vertical-align: middle;}
.footer_links {text-align: right; line-height: 30px; margin: 0px;}
.footer_links li {display: inline; margin-left: 10px;}
.footer_links li.title {font-family:'Adobe Garamond W01 It';}
.footer_links a {}
.footer input {margin-bottom: 10px;}
.full_width_max {width: 100%;}

  .update_subtotal {
  	line-height: 32px;
  	text-decoration: underline;
  }

.rte {font-size: 12px !important;}
.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {font-size: 14px !important;}

@media only screen and (max-width: 959px) {
	.container .product_section .thirteen {width: 100%; margin: 0;}
}
@media only screen and (min-width: 768px) {

	.table {display: table !important; padding: 0px 10px; float:none !important;}
	.table-cell {display: table-cell !important; vertical-align: middle; padding: 0px 10px; float: none !important;}
	.table-cell.offset-by-one {padding-left: 70px;}
}
@media only screen and (max-width: 768px) {
	.container .product_section .thirteen .one-third {width: 300px;}
	.product-details {padding: 50px 0px 0;}
	
	#header .one-quarter {width: auto;}
	#header #header-right {float:right}
	.hide-mobile {display: none !important;}
	.homepage #header {position: relative; height: auto;}
	#header .container {padding: 32px 0 15px;}
	.slide_copy {position: relative; top: 0px; background: #fafaf8; padding: 30px 0 30px;}
	.show-inline-block-mobile {display: inline-block !important;}
	.frontpage_bottom_feature h3 {padding-top: 0px;}
	.frontpage_bottom_feature img {margin-bottom: 20px;}
}
@media only screen and (max-width: 768px) and (min-width: 480px) {
	.container .product_section .thirteen .one-third {width: 420px;}
}
@media only screen and (max-width: 480px) {
	.site-border.right, .site-border.left {width: 5px;}
	.site-border.top, .site-border.bottom {height: 5px;}
	
	.flexslider h1, .flexslider h2 {font-size: 24px; line-height: 28px;}
}
html, body {
width: 100%;
overflow-x: hidden;
}

/*
  
font-family:'AdobeGaramondW01-Regula';
font-family:'Adobe Garamond W01 It';
font-family:'Adobe Garamond Pro Bold 1166230';
font-family:'HelveticaNeueW01-57Cn';
font-family:'HelveticaNeueW01-57CnOb';
font-family:'HelveticaNeueW01-45Ligh';
font-family:'HelveticaNeueW01-46Ligh';
font-family:'HelveticaNeueW01-55Roma';
font-family:'HelveticaNeueW01-56It';

  
  */