/** Shopify CDN: Minification failed

Line 64:55 Unterminated string token
Line 174:56 Unterminated string token
Line 225:148 Expected ":"
Line 995:2 Expected identifier but found "*"
Line 1066:9 Expected ":"
Line 1066:11 Expected identifier but found "10"
Line 1272:10 Expected ":"
Line 1682:2 "diplay" is not a known CSS property

**/
/*===============================
		
================================*/

@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300italic,400,300,600,700,800);



@font-face {
  font-family: "font-2";
  src: 
    url("/cdn/shop/t/4/assets/font2.woff?v=119380593543344495391408788525") format("woff");
}


@font-face {
  font-family: "kegger";
  src: 
    url("/cdn/shop/t/4/assets/kegger-webfont.woff?v=122993454346164798431411917939") format("woff");
}

@font-face {
  font-family: "font-3";
  src: 
    url("/cdn/shop/t/4/assets/font3.woff?v=94752329955019346751408788525") format("woff");
}

@font-face {
  font-family: "font-1";
  src: 
    url("/cdn/shop/t/4/assets/font1.woff?v=170287108272077415601408788525") format("woff");
}

/*----------------
	Global Styles
-----------------*/

body {

font-family: "open sans condensed";
 background: url(http://subtlepatterns.com/patterns/pw_maze_black.png);
  border-top: 100px solid transparent;
}

body.templat-index {
  border-left:none;
}

.accent-text {
	font-family: "open sans condensed", "helvetica, arial;
  	font-style: italic;
}

.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}

* html .group             { zoom: 1; } /* IE6 */

*:first-child+html .group { zoom: 1; } /* IE7 */

hr.clear-small {
  clear: both;
  height: 40px;
  border: none;
  padding:0;
  margin:0 auto;
  width: 100%;
  display: block;
}

.inner-wrapper {
	margin: 0 auto;
  	position: relative;
  	padding: 0;
  	width: 1020px;
}


hr.fancy-line { }
		
hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}


h1 {
 font-family: "open sans condensed", "open sans condensed";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .12em;
}

/*----------------
	Layout Styles
-----------------*/

#header {
  border-top:2px solid #999;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:97px;
  z-index: 1000;
  border-bottom: 1px solid #999;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .08);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .08);
  background: url(/cdn/shop/t/4/assets/clear-dark-bg.png?v=151395297479504348451412028973);
 
}

#header div#cart-summary {
	position: absolute;
    right:0px;
  	padding-top: 14px;
	top:18px;
}

/*-----------------------
search form 
------------------------*/

#search-form { 
  float: right;
  width: 150px;
  height: 28px;
  display: block;
  border: 1px solid #fefefe;
  margin-right: 5px;
 
}

#search-field {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #a1a1a1;
  margin-left:15px;
  width: 140px;
  float:left;
  background:transparent;
  margin-top:7px;
}               

#search-field.hint { 
  
  color:#bbbbbb;
  font-family: ""open sans condensed", helvetica, arial;
}

#search-submit {
  outline:none;
  border:none;
  height:12px;
  width:12px;
  background:url(/cdn/shop/t/4/assets/share-icons-sprite.png?0) no-repeat -556px -4px;
  margin-top:8px;
  margin-right:10px;
  padding:0;
  float:right;
  display:block;
}

#search-form {
  background:#eee;
  opacity: .9;
}

#cart-summary {
	font-family: "open sans", sans-serif;
	font-weight: 400;
	  
}

#cart-summary span.cart-icon { 
    background: url(/cdn/shop/t/4/assets/shopping-cart.png?v=126350695745246968981408788527) center center no-repeat;
 	display: inline;
	width:20px;
    height:21px;
  	float:left;
  	margin-right: .75em;
}



#header #logo {
  width: 100px;
padding-top: 0px;
padding-left: 0px;
height: 95px;
margin-right: 0;
position: relative;
float: left;
line-height: 1px;
text-indent: -9999em;
font-size: 0;
margin-left: 10px;
margin-right: 8px;
  background: url(/cdn/shop/t/4/assets/in-the-box-logo.png?v=13723644697814595201413853762  ) center center no-repeat;\\
  
}


#container {
  	max-width:1024px;
  
  	padding: 30px 0 40px 0px;
	margin: 0 auto;
}

#container #content {
  width:100%;
  min-width: 900px;
  float:left;
  height:auto;
}


#container-index {

   min-width: 600px;
   width:100%;
   height:auto;
 
}


/*----------------
	Nav Styles
-----------------*/

#nav {
  width:600px;    
  left:0;
  float: left;
  height: 97px;
  margin: 0 auto;
  
}

#nav li.nav-item {
 text-align:center;  
}

 
#nav a.current {
	font-weight: bold !important; 
}


#nav li.nav-item {
 float: left; 
 position: relative;
}

#nav li.nav-item a {
	font-family: "open sans condensed", helvetica, arial;
    padding-left: .55em;
    padding-right:.55em;
     position: relative;
	font-weight: 600;
	font-size: 16px;
    color: #eee;  
	text-transform:uppercase;
	letter-spacing:.04em;	
    display: block;
	text-align:center; 	
    line-height: 97px;  
}

#nav li.nav-item ul.sub-nav {
 	display:none; 
    position: absolute;
    left: -42%;
    min-width: 190px;
    max-width: 300px;
    padding-top: 5px;
}


#nav li.nav-item:hover ul.sub-nav {
 display: block; 
  background: url( /cdn/shop/t/4/assets/clear-bg.png?v=108940330307184092561408791954);
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .08);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .08);
  padding-bottom: 8px;
  padding-right: 8px;
  padding-left: 8px;
 
}

#nav li.nav-item .sub-nav .sub-nav-item  a {
	font-size: 14px; 
    line-height: 30px;  
}

#breadcrumbs {
  top:50px;
  right:0;
  position:absolute; 
}

#your-shopping-cart #breadcrumbs {
  top: auto;
  bottom: 140px !important;
  right: 0;  
  position: absolute;
}

/*--------------------
	Home Boxes
---------------------*/

#promo-box-1 {
 	width:310px;
    height: 220px;
  	border: 1px solid #333;
    background: #ccc;
  	position: absolute;
  	bottom: 40px;
    left: 50%;  
    margin-right: -340px;
}

#promo-box-2 {
 	width:310px;
    height: 220px;
  	border: 1px solid #333;
    background: #ccc;
 	position: absolute;
  	bottom: 40px;
    left: 50%;
    margin-left: -340px;
}

/*----------------
	Collection Styles
-----------------*/

.collection-header-image-holder {
	margin: 30px auto 30px;
    width: 980px;
    position: relative;
}

.collection-head-image {
  	width: 980px;
  	padding: 0;
    margin:0 auto;
  	display: block;
    text-align: center;
}

.page-container {
  margin-top:0;
}

h1.page-title {
 display:none; 
}

h2.collection-title {
  font-weight: 600;
  text-align: left;
  font-size: 24px;
  margin-right: auto;
  margin-left: auto;
  color: #eee;
  padding-bottom: 15px;
  width: auto;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  letter-spacing: .2em;
font-family: "open sans condensed", 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

li#collection-title {
 	width:100%; 
}

#collection-header h1 {
    margin-top:50px;
	font-weight:300; 
  	font-family: "libre baskerville", "times new roman", serif;
	border-bottom:1px solid #eee;
    display:block;
    width:100%;
}




/*----------------
  Individual Products 
-----------------*/

.three-per-row {
  width:300px;
  margin-right:10px;
  margin-left:10px;
  margin-bottom:30px;
  text-align:center;
  margin-right: 20px;
margin-left: 20px;
}

.three-per-row .coll-prod-price {
 	font-style: normal;
  	color: #ec1c24;
}
  
.three-per-row .coll-image-wrap { 
  margin:0 auto;
  min-width:300px;
  width: 300px;
  height: 237px;
  overflow: hidden;
}

.three-per-row .coll-image-wrap img {
  max-width:300px;
  border: 1px solid #444;
}

.three-per-row .coll-prod-caption {
  margin-top: 15px;
}

.three-per-row .coll-prod-title {
  font-weight: 300;
  font-size: 18px;
  font-family: "open sans Condensed", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
}


/*----------------
	Product Individual Page Styles
-----------------*/
body.template-product #container {
 width: 1024px; 
}

body.template-product #container #content {
 width: 960px;
}

#product-content {
	margin: 0 auto;
	padding-bottom: 0px;
    padding-top:40px;
}

#product-photos {
  width:422px;
  float:left;
}

#product-photo-container {
  width:420px;
  height:420px !important;
  text-align:left;
  position:relative;
  
	
}

#product-photo-container a {
  display:block;
  position:absolute;

  color:transparent;
  outline:none;
  background:transparent;
}

#product-photo-container img {
  max-width:420px;
  max-height: 420px;
  position:absolute;                
  display:none;
  left:0;
  top:0;
}

#product-photo-container .zoomWindow .zoomWrapperImage img {
  max-width:1024px;
  max-height:1024px;  
}

#product-photo-thumbs {
  margin:40px -40px 0 0;
  padding:0;
  list-style-type:none;
}

.product-photo-thumb {
  float:left;
  height:114px;
  text-align:left;
  background-color:transparent;
  margin-right:40px;
  margin-bottom:40px;
  cursor:pointer;
}

.product-photo-thumb img {
  max-height: 114px;
  opacity:0;
} 

#product-title {
  padding-bottom:15px;
}	

#product-details li {
	border-bottom: none;  
}

#product-details li#product-prices {
	padding:0;  
}

#product-title h1 {
  font-family: "open sans condensed", helvetica, sans-serif;
  font-weight: 400;
  color:#eee;
  margin-bottom:0;
  font-size: 28px;
  border-bottom: 1px solid #eee;
}

#product-description p {
  font-size: 13px;
  color:#fff;
  letter-spacing: .02em;
  font-weight:300;
  font-family: "open sans", helvetica, arial;
}

.selector-wrapper label {
	font-family: "open sans condensed", helvetica, arial;  
}

.custom-style-select-box {
	background: whitesmoke;
	border:1px solid #ccc; 
  	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;	
    border-radius: 2px;
}

#product-details select {
	height: 30px !important;
}


#product-details .prev-next {
	font-family: "open sans condensed",  arial, sans-serif;
	color:#777;  
}

#product-content .product-price {
  font-family: "open sans", helvetica, arial;  
  font-size: 21px;
  color: #eee;
}

.custom-style-select-box-inner {
  
}

#product-add input {
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: #fefefe;
  width:160px;
  float:left;
  position: relative;
  height: 40px;
  background: #ec1c24;
   
  font-family: "open sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  top: -1px;
  margin-left:0;
  v-webkit-transition: background 300ms ease-in-out;
-moz-transition: background 300ms ease-in-out;
-ms-transition: background 300ms ease-in-out;
-o-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
}

#product-add input:hover {
 background: #ccc;
color: #333;

}

#product-share h3 {
  font-family: "open sans condensed", helvetica, sans-serif; 
  font-weight:300;
}

/*---------------
photo thumbnails 
----------------*/

ul#productphoto-thumb-nails {
	max-width:480px;
    margin-top:20px;
	list-style-type:none; 
  	padding-left:0;
}

ul#productphoto-thumb-nails li {
	float:left;  
  	width:100px;
  	height:100px;
  	overflow:hidden;
  	margin-left:0px;
  	margin-right:10px;
}

ul#productphoto-thumb-nails li a {
 display: block; 
}

ul#productphoto-thumb-nails li img { 
  max-width:100px;
}
/*----------------
	Footer Styles
-----------------*/
body.template-index .footer-nav a {
	color:#fff;
 	float:left;
}

body.template-index p.shopify-attr {
	float:left; 
}

.footer-left-content{
  margin:0;
  padding-right:30px;
  
  float:right;
}

#sub-footer #shopify-attr {
  	font-weight:300;
	font-family:helvetica, arial, serif;
  	color:#b1b1b1;
  	font-style: normal;
}

#sub-footer p.foot-links {
    font-weight: 300;
  font-size: 12px;
 	float: left; 
  color: #a1a1a1;
  position: relative;
  padding-top:0;
}

#sub-footer #shopify-attr {
	color:#a1a1a1;  
}

#sub-footer .mailing-list-foot {
  padding-left: 25px;
 
}

b#sub-footer, #sub-footer {
  background:transparent;
  border-top:none;

  bottom: -90px;
  right: 0;
  padding-top: 10px;
  height: 190px;
  width: 100%;

  background: #111; 
  border-top: 1px solid #888;
  margin: 0;
  padding-right: 0;

}

/*---------- The Collection Container --*/

section#the-collection-container {
	background: #fff;
  	width: 100%;
  	height: auto;
  	margin: 0 auto;
  	border-top: 1px solid #eee;
	padding:80px 0 20px;
  	position: fixed; 
  	top: 100%;
  	z-index: 10000000;   
}

section#the-collection-container div#collection-pin {
	position: absolute;
    margin-left: -50px;
 	background: #f9f9f9; /* Old browsers */
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    width: 95px;
    height: 80px;
    display: block;
    padding-top: 20px;
    cursor: pointer;
  	top:-60px;
    left: 50%;
 	z-index: 1000000;  
    border: 2px solid #D5D0A1;
    -webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}

section#the-collection-container div#collection-pin.animate {
  background: #f5f5f5;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}


section#the-collection-container div#collection-pin p.cursor-title {
  font-size: 9px; 
  text-align:center;
  line-height: 1em;
  padding:0;
  margin: 7px auto 3px;
  width:100%;
  color: #D5D0A1;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight:: bold;
 
}

section#the-collection-container div#collection-pin span.cursor {
   -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
    background: url(/cdn/shop/t/4/assets/collection-pin-arrow.png?v=12132444950116410621408788524) center center no-repeat;
    display:block; 
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
  	width: 43px; 
    height: 19px;
  	margin: 0 auto;
  	position: relative;
  	z-index:1000;
}

section#the-collection-container div#collection-pin span.cursor.open {
  	top:23px;
 	-moz-transform: rotate(180deg);
	-webkit-transform:  rotate(180deg);
    -o-transform:  rotate(180deg);
    -ms-transform:  rotate(180deg);
    transform:  rotate(180deg);
}



body.template-index section#the-collection-container div#collection-pin {
  background: #fff;
}  

body.template-index section#the-collection-container div#collection-pin p.cursor-title {
  color: #333;  
}


section#the-collection-cotainer span.close#collection-button:hover {
  opacity: 1;
}




section#the-collection-cotainer div#close-collection-button {
	width: 42px;
	height: 42px;	
  	position: absolute;
  	opacity: .8;
  	top:20px;
  	right: 20px;
    background: url() center center no-repeat;
}


/*-- the collection list styles ----*/

#f-collection-list {
	list-style-type: none;
	width:100%;
	height: auto;
	padding-bottom: 40px;
	margin: 0 auto;  
  	text-align: center;
}

#f-collection-list li {
	margin-right:10px;
  	margin-left: 10px;
  	margin-top: 0;
  	margin-bottom: 40px;
  	border: none;
  	position:relative;
  	width: 300px;
  	float: left;
  	text-align: center;
}	
#f-collection-list li img {
 	width: 300px;
    height: 400px;
}

#f-collection-list li a.collection-title {
    font-weight: 300;
	font-size: 13px;
	font-family: "open sans condensed", arial;
}

#f-collection-list .collection-title-container {
 	width:100%;
  	height: 100%;
  	position:absolute;
 	top:0;
  	background:#000;
  	opacity: .8;
  	z-index:1000;
 	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#f-collection-list .collection-title-container a.collection-title {
 	display:block;
  	width:100%;
 	height:100%;
    line-height:406px;
    font-family: "open sans condensed";
 	color:#fff;
	font-size: 24px;
	text-transform: uppercase;  
  	position:absolute;
  	top:0;
  	z-index:10000;
  	opacity: 1;
}

#f-collection-list li:hover  .collection-title-container {
 	opacity: 0;   
}

div#social-container div.social-box {
  width: 300px;
  height: 300px;
  float: left;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  position: relative;
  opacity: .5;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .15);
  -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
  
}
 

div#social-container div.social-box:hover {
	opacity: 1;
    cursor: pointer;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .3);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .3);
  	
}

div#social-container div.social-box img {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
}


#stockists .rte table {
  width:100%;
  font-size:13px;
  /* border: 1px solid #b9b9b9; */           
}

#stockists .rte table.no-border { border:none }

#stockists .rte table tr:hover td { background-color: #fff; }

#stockists .rte table.no-border tr:hover td { background-color:#fff; }


#stockists .rte table.no-border th { padding:0 }

#stockists .rte table td {
  padding: 10px;
  /* border-top: 1px solid #b9b9b9; */
  /* background-color:#fafafa; */
  text-align:left;
}

#stockists .rte table.no-border td {
  padding:0;
  border-top:none;
  background-color:transparent;
}

#stockists .rte table td {
  padding: 10px;
  border-top: none;
  background-color:#fff;
  text-align:left;
}

#stockists .rte table {
 border:none; 
}


#stockists .rte h3 {
 border-bottom: 1px solid #eee;
 padding-bottom: 0;
}


.pagination a, .pagination span {
  display:inline-block;
  zoom: 1;
  *display: inline;
  padding:7px 10px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  border: none;
  font-size:12px;
  margin:0 3px;
}

.pagination a.active:hover {
 border:none;
  background: transparent;
}

/*--------------- Press Page Styles -----------*/

#press-container ul#blog-content {
	width: 800px;
    max-width: 800px; 
}

#press-container .blog-article {
 padding:0;
 margin:0;
  float:left;
  border:none;
  height: 200px;
  width:200px;
  overflow:hidden;
}

#press-container ul#blog-content div.image-container {
	width: 200px;
 	height: 200px;
    position: relative;
    z-index: 100;
}

#press-container ul#blog-content div.image-container img.color-image {
  position: absolute;
  top:0;
  left:0;
  z-index: 102;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  }

#press-container ul#blog-content div.image-container img.bw-image {
  position: absolute;
  top:0;
  left:0;
  z-index: 101;
  opacity: .8;
  
}
#press-container ul#blog-content div.image-container:hover img.color-image {
	opacity: 1; 
}

/*--- Stockist List ----*/

div.stockist-list {
 max-width: 960px;
 float: left;
 display:block;
  position: relative;
  padding; 10 5px;
}

div.stockist-list ul {
  list-style-type: none;
  min-height: 180px;
  width: 240px;
  display:block;
  float:left;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 20px;
}

div.stockist-list ul li {
	padding:0;
  margin:0;
  text-align: left;
  line-height: 21px;
  font-size: 14px;
  color: #333;
}

div.stockist-list ul li:first-child {
 font-weight: bold; 
}

/*----- about container ----*/


body#about-us .content {
	padding-top: 40px;
  padding-bottom: 100px;
}


body#about-us #main, body#about-us #container {
  max-width: 980px;
  width: 980px; 
 
}
 	 

body#about-us .content h2.page-title {
 	font-weight: 300;
  	text-transform: uppercase;
    padding-bottom: 5px;
  	letter-spacing: .05em;
  	border-bottom: 1px solid #eee;
}

div.about-top-back {
 	position: absolute;
 	width: 1910px;
  	height:500px;
  	top: -10px;
  	z-index:-1;
  	left: 50%;
  	margin-left: -960px;
     background: url(/cdn/shop/t/4/assets/blurry-back.jpg?0) center center no-repeat;     
    }

.hero-border {
      width: 300px;
      padding: 60px;
	 border: 5px solid #333;
      margin-right: auto;
      margin-left: auto;
      margin-top: 100px;
      border: 5px solid #000;
		border: 5px solid #333;
      font-size: 24px;
      font-weight: 500px;
      color: #000;
      text-align: center;
	  line-height: 2.1em;
  	  text-transform: uppercase;
      letter-spacing: .05em;
      margin-bottom: 160px;

    }

img.about-bio-pic {
	width: 315px;
  	height: aut0;
  	float: left;
  	
}

div.about-content-container {
   width: 980px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  

}


div.about-content-container h3 {
	font-weight: 300;
  	font-size: 34px;
    line-height: 1.42em;
     text-transform: uppercase;
     padding-top: 7px;
  	margin-top:0;
  	padding-bottom: 7px;
	border-bottom: 1px solid #efefef;
    text-align: justify;
     margin-bottom: 0;
     font-family: "open sans condensed", 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/*---- the contact page -----*/

.contact-container {
 	width:980px;
  	margin:0 auto;
  padding:0;
}
  
.right-side-content {
 	width: 240px;
  	min-height: 500px;
  	padding-left: 40px;
  	border-left: 1px solid #ddd;
    float: right;
  	margin: 0;
  	
  
  
}

.right-side-content ul {
 list-style-type: none;
margin: 0;
padding: 0;
 
}

.contact-container h1.page-title{
 	width: 100%;
  	padding-top: 20px;
    padding-bottom: 20px;
  	font-size:  21px;
  	color: #ccc; 
  	text-align: center;
    height: 40px;
  	display: block;
}



#container h2#related-title {
  background: #111;
  padding-right: 1.5em;
  padding-left: 1.5em;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  position: relative; 
  top: -42px;
  width: 145px;
  font-weight: 300;
  color: #eee;
  letter-spacing:.08em;
  text-transform: uppercase;
  font-family:  "open sans condensed", arial;
}



/*----- cart styles -----*/

body.template-cart #container {
	width: 960px;
  	margin-right: auto;
  margin-left: auto;
}

#cartform > table {
  width:1120px;
}
  


/*------ AD Hoc Styles  ------*/

#coll-product-list {
  
}

#header #search-form {
  position: relative;
  right: -10px;
  top: 0px;
}	



/*------ About Page Styel Boxes  ------*/

.about-box-container img.about-bio-pic {
	float: left;
	margin-right: 5px;
	margin-left: 5px; 
    border 2px solid #ddd;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  opacity: .85;
  -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

.about-box-container:last-child  img.about-bio-pic {
  margin-right: 0;
}


.about-box-container:first-child  img.about-bio-pic {
  margin-left: 0;
}



div.promo-container {
	width: 1000px;
  margin: 29% auto 90px;
  background: #fff;
  height:330px;
  padding-top: 25px;
  background: #010101;
  padding-left: 20px;
  opacity: .95;
  background:url(/cdn/shop/t/4/assets/clear-dark-bg.png?1701);
}

.promo-container ul {
 	list-style-type: none;
  	padding: 0;
    border: 0;
  	margin:0 auto;
}

.promo-container ul li {
  
 width:302px;
  float: left;
  margin-right: 20px;
  margin-left: 10px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.4);
box-shadow: 0 0 8px 0 rgba(0,0,0,0.4);
  
  position: relative;
}

h2.box-banner {
	width: 302px;
  	line-height: 60px;
    background:url(/cdn/shop/t/4/assets/clear-dark-bg.png?1701);
    text-align: center;
    font-size: 21px;
    position: absolute;
    top: 180px;
    z-index:1000;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 300;
   color: #fff;
}	


div.footer-box {
 
  float: left;
  width: 320px;
 	height: 170px;
  padding-top: 10px;
  margin-right:  10px;
  margin-left: 10px;
}	

#newsletter.footer-box input {
 float: left;
 margin-right:10px;
}

#newsletter.footer-box #mail {
  background: #555;
  color:#fff;
  -webkit-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
#newsletter.footer-box #subscribe {
  float: left;
  -webkit-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;	 
padding: 2.4% 7%;
border: none;
box-shadow: none;
background: #ec1c24;
font-weight: 300;
font-size: 1em;
max-height: 32px;
min-height: 32px;
}

.footer-box#help, .footer-box#contact {
 	width:240px;
  	padding-left: 80px;
}
.footer-box h4 {
    font-weight: 300;
 	margin-bottom: 10px; 
    color:#fff;
    font-size: 21px;
}

.footer-box#help h4, .footer-box#contact h4 {
	margin-left: 0px; 
}

div.footer-box#help ul {
  list-style-type: none;
  padding-left: 0;
}


div.footer-box#help ul li a {
	color: #ec1c24; 
    font-size: 18px;
  font-weight: 400;
  
}


 .footer-box#contact p {
   font-size: 18px;
  font-weight: 400;
   color: #fff;
 }


/*---- related products ----*/

.related-products-container {
 	width:1024px; 
}

/*---- social icons -----*/

.icon-social.facebook {
background-position: -50px 0;
}

.icon-social.instagram {
background-position: -200px 0;
}

.icon-social.tumblr {
background-position: -350px 0;
}

.icon-social {
background: url('//cdn.shopify.com/s/files/1/0286/1696/t/3/assets/social-icons-light-bg.png?1185') center center no-repeat;
margin-top: 10px;
  height:40px;
  width: 40px;
  display: inline-block;
  opacity: .5;
  -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
  
}


.icon-social:hover {
 opacity: 1; 
}

.icon-social {
 text-indent: -9999em; 
}



.page-container .pic-widge {
 width: 980px; 
  min-height: 320px; 
  overflow: hidden;
  margin-top: 30px;
  width:980px;
}

.page-container {
  
 position: relative;

}

.page-container .blog-article {
  background: transparent;
  margin-top: 30px;
  padding: 20px 20px 20px 340px;
  display: block;
  position: relative;
}

.page-container .blog-article.first {
 	margin-top: 0; 
}

header.blog-header {
 width: 960px;
  margin: 0 auto 30px;
  text-align: center;
  height: 300px;
  background: url(/cdn/shop/t/4/assets/blog-to.png?v=143456770536438816991413854094) center center no-repeat;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #aaa;
margin-bottom: 60px;
}

li.blog-article h1.blog-article-title-outter, li.blog-article h1.blog-article-title-outter a  {
   
   	font-family: "open sans condensed", arial;
  	color: #444;
  	font-size: 31px;
    margin:0;
   letter-spacing: .02em;
   display: block;
  font-weight: 600;
  width: 100%;
  padding-bottom: 5px;
  display: block;
  border-bottom: #ddd;
  position: relative;
  
}


li.blog-article h1.blog-article-title-outter a  {
	margin-left: 30px;
	border-bottom: 1px solid #eee;
	color: #ff0000;
  width: 570px;
  
}


li.blog-article div a img {

  padding:0;
  margin-bottom: 10px; 
   font-weight: bold;
  max-width: 320px;

  display: block;
  
 
}


li.blog-article  div  p {
 	text-align: left;
     margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4em;
}

.page-container .rte img:first-child {
 	float: left; 
  	
}


#blog-content li.blog-article  div  div.ex-img-container {

 	width: 320px; 
  	height: 220px;
  	float: left;
  	margin:0;
    padding: 0;
  margin-right: 10px;
  position: relative;
  overflow: hidden; 
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.18);
box-shadow: 0 2px 3px 0 rgba(0,0,0,.18);
  border: 1px solid #eee;
    position: absolute;
  top:20px;
  left: 20px;
}

body.article-template #blog-content li.blog-article  div img{
 	display: block; 
}


.page-container .blog-article .article-excerpt p { 

  float: none;
  line-height: 1.45em;
  color: #000;
  padding-left: 30px;
  font-family: "open sans";
  font-weight: 400;
  text-align: left;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top:10px;
  
}

.page-container .blog-article .blog-read-more {
  
  text-align: right;
font-weight: 300;
font-size: 18px;
font-family: "open sans Condensed", 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #fff;
  font-style: normal;
  color: #FF0000;
  position: absolute;
  bottom: 15px;
  right: 20px;
  
}

.page-container .blog-article .article-excerpt div.ex-img-container img {
position: absolute;
  top: 0;
  left:0;
}

#article-container {
 	width: 600px;
  	float: left;
    padding: 20px;
    position: relative;
}

body.template-article #blog-content {
  width: 635px;
float: left;
display: block;
margin: 0;
padding: 0;
list-style-type: none;
}


body.template-article .page-container .blog-article {
  
  padding: 0;
}
   

body.template-article .page-container .blog-article h1.page-title {
 	text-align: center; 
}

body.template-article .page-container .rte img, body.template-article .page-container .rte img:first-child {
 	float: none; 
  	
}

body.template-article li.blog-article h1.blog-article-title-outter a  {
	margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 60px
	border-bottom: 1px solid #eee;
	color: #ff0000;
  width: 570px;
   margin-bottom: 40px;
}
 
#container p {
 color: #fff; 
}

body.template-article .pic-widge {
  
 width: 980px; 
  min-height: auto; 
  overflow: hidden;
  text-align: center;
  margin-top: 30px;
  width: 345px;
  position: absolute;
  top: 25px;
  right: 0;
  background: url(/cdn/shop/t/4/assets/clear-bg-Copy.png?v=172181384401951843861413157546 );
  padding-bottom: 20px;
}

body.template-article .pic-widge h3 {
 color: #fff; 
  font-size: 24px;
}
nav#side-nav {
 display: none; 
}


 #topper #toggle-menu {
  diplay: none; 
 }

@media only screen and (max-width: 1024px) {
  
  #nav li.nav-item a {
  letter-spacing: 0.00em;
  font-size: 16px;
  padding-left: .25em;
padding-right: .25em;
	}
  
div.promo-container {
  max-width: 1000px;
margin: 29% auto 90px;
background: #fff;
padding-top: 25px;
  padding-bottom: 25px;
background: #010101;
opacity: .95;
background: url(/cdn/shop/t/4/assets/clear-dark-bg.png?1701);
  width: auto;
  height: auto;

}
  
  .promo-container ul li {
  	margin-bottom: 15px; 
  }
  
  .inner-wrapper {
    min-width: 320px;
    width: auto;
  }	
  
  footer .inner-wrapper {
    min-width: 320px;
    width: auto;
    background: #000
  }	
  
  #sub-footer, #sub-footer {
  	height: auto;
  }
  
  #header div#cart-summary {
   top: 40px;  
  }
  
  
  #search-form {
  	display: none;
  }


.flexslider {
 display: none; 
}

  #container #content {
  	min-width: 480px; 
  }
  
  
nav#side-nav {
	width:100%;
  min-height:100%;
  position: fixed;
  top:100px;
  left:100%;
  display: block;
  z-index: 10000;
  background: url(/cdn/shop/t/4/assets/stripebg.png?v=130893317869831501941414127035);
  -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}



nav#side-nav ul#main-menu {
	 display: block;
     margin-top: 5px;
     border-top: none;
     padding-left:8px;

}

nav#side-nav ul#main-menu li {
	text-align: left;
       border-bottom: 1px solid #444;
  line-height: 40px;
margin-bottom: 5px;

}

nav#side-nav ul#main-menu li a {
 padding-left: 15px;
  font-weight: bold;
 
}

nav#side-nav #toggle-menu {
  	display: block; 
    font-family: "open sans condensed", sans-serif;
    line-height: 1em;
    padding: 0;
    margin:0;
    font-weight: 600;
    text-align: center;
    font-size: 31px;
    text-decoration: none;
  color: #ff0000;
 padding-top:20px;
  padding-bottom: 20px;

}

#toggle-menu {
  	position: absolute;
    top:-2px;
   text-indent: -9999em;
    right:5px;
    display: block;
	height: 40px;
    width:40px;
  background: url(/cdn/shop/files/top-menu-button.png?5507) center center no-repeat;
}

nav#side-nav.open {
 top: 40px;
 left: 0 
}
  
#nav {
 display: none !important; 
}

  #topper #toggle-menu {
   
    position: absolute;
    top: -2px;
    text-indent: -9999em;
    right: 5px;
    display: block;
    height: 40px;
    width: 40px;
    background: url(/cdn/shop/files/top-menu-button.png?5507) center center no-repeat;
  }

}

form.contact-form {
 	width: 540px;
  	-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
  background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */

  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 25px;
  
}