/*
* Vantage Shopify Theme
* Copyright 2014, Underground Media
* www.undergroundmedia.co.uk
* Gridlock - A CSS responsive grid system [12 column - Desktop standard]
* @author Ben Plum
* @version 0.2.0
*
* Copyright © 2013 Ben Plum <mr@benplum.com>
* Released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/

/* !Reset Box-sizing */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); }

/* !Defaults */
.gridlock .row { margin-left: auto; margin-right: auto; width: 960px; /* Fallback */ }
.gridlock .row:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.gridlock .row .row { margin-left: -1.0416666666666667%; margin-right: -1.0416666666666667%; width: 102.0833333333333334%; }
.gridlock .row [class*="desktop-"] { float: left; margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }
.gridlock .row [class*="desktop-"].right { float: right; }
.gridlock .row [class*="desktop-"].padded { margin-left: 0; margin-right: 0; padding-left: 1.0416666666666667%; padding-right: 1.0416666666666667%; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box; *behavior: none; }


/* !Rows, Widest to Thinest */	
@media screen and (min-width: 1220px) {
  .gridlock .row { width: 960px; }
}
@media screen and (max-width: 1220px) {
  .gridlock .row { width: 960px; }
}
@media screen and (max-width: 980px) {
  .gridlock .row { width: 720px; }
}
@media screen and (max-width: 740px) {
  .gridlock .row { width: 480px; }
}
@media screen and (max-width: 500px) {
  .gridlock .row { width: 300px; }
}

/* !Desktop - Default, 12 column, 1220 + 960 (min 980), IE Standard */
.gridlock .row .desktop-1  { width: 6.25%; }
.gridlock .row .desktop-2  { width: 14.5833333333333333%; }
.gridlock .row .desktop-3  { width: 22.9166666666666667%; }
.gridlock .row .desktop-4  { width: 31.25%; }
.gridlock .row .desktop-5  { width: 39.5833333333333333%; }
.gridlock .row .desktop-6  { width: 47.9166666666666667%; }
.gridlock .row .desktop-7  { width: 56.25%; }
.gridlock .row .desktop-8  { width: 64.5833333333333333%; }
.gridlock .row .desktop-9  { width: 72.9166666666666667%; }
.gridlock .row .desktop-10 { width: 81.25%; }
.gridlock .row .desktop-11 { width: 89.5833333333333333%; }
.gridlock .row .desktop-12 { width: 97.9166666666666667%; }

/* Push Cells */
.gridlock .row .desktop-push-1  { margin-left: 9.375%; }
.gridlock .row .desktop-push-2  { margin-left: 17.7083333333333333%; }
.gridlock .row .desktop-push-3  { margin-left: 26.0416666666666667%; }
.gridlock .row .desktop-push-4  { margin-left: 34.375%; }
.gridlock .row .desktop-push-5  { margin-left: 42.7083333333333334%; }
.gridlock .row .desktop-push-6  { margin-left: 51.0416666666666667%; }
.gridlock .row .desktop-push-7  { margin-left: 59.375%; }
.gridlock .row .desktop-push-8  { margin-left: 67.7083333333334%; }
.gridlock .row .desktop-push-9  { margin-left: 76.0416666666668%; }
.gridlock .row .desktop-push-10 { margin-left: 84.375%; }
.gridlock .row .desktop-push-11 { margin-left: 92.7083333333335%; }

/* Center Cells */
.gridlock .row [class*="desktop-"].center { margin-left: auto; margin-right: auto; }

/* !Generic, fractions */
.gridlock .row .desktop-third { width: 31.25%; }
.gridlock .row .desktop-half { width: 47.9166666666666667%; }
.gridlock .row .desktop-full { width: 97.9166666666666667%; }

.gridlock .row .desktop-push-third { margin-left: 34.375%; }
.gridlock .row .desktop-push-half { margin-left: 51.0416666666666667%; }

/* !Desktop - Max, 12 column, 1200 (min 1221) */
@media screen and (min-width: 1221px) {
  .gridlock .row .max-1  { width: 6.25%; }
  .gridlock .row .max-2  { width: 14.5833333333333333%; }
  .gridlock .row .max-3  { width: 22.9166666666666667%; }
  .gridlock .row .max-4  { width: 31.25%; }
  .gridlock .row .max-5  { width: 39.5833333333333333%; }
  .gridlock .row .max-6  { width: 47.9166666666666667%; }
  .gridlock .row .max-7  { width: 56.25%; }
  .gridlock .row .max-8  { width: 64.5833333333333333%; }
  .gridlock .row .max-9  { width: 72.9166666666666667%; }
  .gridlock .row .max-10 { width: 81.25%; }
  .gridlock .row .max-11 { width: 89.5833333333333333%; }
  .gridlock .row .max-12 { width: 97.9166666666666667%; }
  
  /* Push Cells */
  .gridlock .row .max-push-1  { margin-left: 9.375%; }
  .gridlock .row .max-push-2  { margin-left: 17.7083333333333333%; }
  .gridlock .row .max-push-3  { margin-left: 26.0416666666666667%; }
  .gridlock .row .max-push-4  { margin-left: 34.375%; }
  .gridlock .row .max-push-5  { margin-left: 42.7083333333333334%; }
  .gridlock .row .max-push-6  { margin-left: 51.0416666666666667%; }
  .gridlock .row .max-push-7  { margin-left: 59.375%; }
  .gridlock .row .max-push-8  { margin-left: 67.7083333333334%; }
  .gridlock .row .max-push-9  { margin-left: 76.0416666666668%; }
  .gridlock .row .max-push-10 { margin-left: 84.375%; }
  .gridlock .row .max-push-11 { margin-left: 92.7083333333335%; }
}

/* !Tablet, 6 column, 720 (min 739) */
@media screen and (min-width: 739px) and (max-width: 980px) {
  .gridlock .row [class*="desktop-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }
  
  .gridlock .row .tablet-1 { width: 14.5833333333333333%; }
  .gridlock .row .tablet-2 { width: 31.25%; }
  .gridlock .row .tablet-3 { width: 47.9166666666666667%; }
  .gridlock .row .tablet-4 { width: 64.5833333333333333%; }
  .gridlock .row .tablet-5 { width: 81.25%; }
  .gridlock .row .tablet-6 { width: 97.9166666666666667%; }
  
  /* Push Cells */
  .gridlock .row .tablet-push-1 { margin-left: 17.7083333333333333%; }
  .gridlock .row .tablet-push-2 { margin-left: 34.375%; }
  .gridlock .row .tablet-push-3 { margin-left: 51.0416666666666667%; }
  .gridlock .row .tablet-push-4 { margin-left: 67.7083333333334%; }
  .gridlock .row .tablet-push-5 { margin-left: 84.375%; }
  
  /* !Generic, fractions */
  .gridlock .row .tablet-third { width: 31.25%; }
  .gridlock .row .tablet-half { width: 47.9166666666666667%; }
  .gridlock .row .tablet-full { width: 97.9166666666666667%; }
  
  .gridlock .row .tablet-push-third { margin-left: 34.375%; }
  .gridlock .row .tablet-push-half { margin-left: 51.0416666666666667%; }
}

/* !Mobile, 3 column, 300 + 480 (max 740) */
@media screen and (max-width: 740px) {
  .gridlock .row [class*="desktop-push-"], 
  .gridlock .row [class*="tablet-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }
  
  .gridlock .row .mobile-1 { width: 31.25%; }
  .gridlock .row .mobile-2 { width: 64.5833333333333333%; }
  .gridlock .row .mobile-3 { width: 97.9166666666666667%; }
  
  /* Push Cells */
  .gridlock .row .mobile-push-1 { margin-left: 34.375%; }
  .gridlock .row .mobile-push-2 { margin-left: 67.7083333333334%; }
  
  /* !Generic, fractions */
  .gridlock .row .mobile-third { width: 31.25%; }
  .gridlock .row .mobile-half { width: 47.9166666666666667%; }
  .gridlock .row .mobile-full { width: 97.9166666666666667%; }
  
  .gridlock .row .mobile-push-third { margin-left: 34.375%; }
  .gridlock .row .mobile-push-half { margin-left: 51.0416666666666667%; }
}

/* !Mobile - Min, 300 (max 500) */
@media screen and (max-width: 500px) {
  .gridlock .row .min-full { width: 97.9166666666666667%; }
}

* {
  margin: 0;
}


html, body {
  height: 100%;
}

img { max-width: 100%; border: 0; }

.first { clear: left; }


/* #Base Styles
================================================== */

body {
  background: #ffffff ;
  font-family:'Circe-Regular', sans-serif;
  font-size: 13px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000000;
  line-height: 1.6em;
  font-weight: 400;
}

/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family:'Circe-Bold', sans-serif;
  font-weight: bold; 
  margin-top: 0;
  margin-bottom: 10px;
  line-height: normal; 
}

li > h1, li > h2, li > h3, li > h4, li > h5, li > h6 {
  display:inline-block;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }

.section-title {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
  text-align: center;
  margin: 30px 0 0;
}

h1 {
	font-size: 1.8em;
  text-transform: uppercase;
}

p { font-size: 1.1em; margin-bottom: 10px; }
strong { font-weight: bold; }
em { font-style:italic; }
pre { font-family: 'Circe-Regular', sans-serif, monospace; font-size: 13px; font-weight:bold; }
center { text-align: center; }

p.date { }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

a { text-decoration: none; color: #333333; outline: 0;
  -webkit-transition:color .2s ease-in;
  -moz-transition:color .2s ease-in;
  -o-transition:color .2s ease-in;
  transition:color .2s ease-in;
}

a:hover { color: ; text-decoration: ;}
a:visited { color:#333333; text-decoration: ; }
a:focus { outline: none; }

/* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */

dt { font-weight: bold; }

ol { padding: 0; margin-left: 0; margin-bottom: 20px; text-indent: 0; list-style-position: inside; }
ul { padding: 0; margin: 0 0 20px 0; list-style:disc inside;}
li {  }
blockquote { font-family: 'Circe-Regular', sans-serif; font-size:18px; line-height: 24px; font-style:italic; padding-left:35px; color: #999; margin: 20px 0; }

input, textarea { }

em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }

b {font-weight: bold;}
i { font-style: italic; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

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


/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  width: 100%;
  max-width: 100%;
  background: #000000; 
  border: none;
  
  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;
  border-radius: 3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -webkit-appearance: none;
  
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 15px 0;
  font-family: 'Circe-Regular', sans-serif; 
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #ffffff;
  background: #b2b2b2;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}




/* #Forms
================================================== */

form {
  margin-bottom: 0; 
}
fieldset {
  margin-bottom: 20px; 
}

select {
  padding: 0; 
}

label,
legend {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}


input[type="checkbox"] {
  display: inline; 
}

label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444; 
}

::-webkit-input-placeholder { /* WebKit browsers */
  color:    #aaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #aaa;		}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #aaa;	}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:    #aaa;		}		


input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
  width: 100%;
  background: transparent;
  border: 1px solid #eeeeee;
  padding: 10px 5px;
  margin: 0px;
  margin-bottom: 20px;
  max-width: 100%;
  outline: none;
  font-size: 100%;
  font-family:'Circe-Regular', sans-serif;
  color: #000000;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  color: #000000;
  -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); }
textarea {
  min-height: 60px; min-width: none; 
}

textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #eeeeee;
  height: 200px;
  margin: 0px;
  margin-bottom: 40px;
  max-width: 100%;	
  padding: 10px 5px;
  outline: none;
    font-size: 100%;

}


/* #Header
================================================== */


#wrapper { /*margin-top: 5px; */}
#header { margin-bottom: 10px; position: relative; }

#logo { line-height: initial; position: relative; text-align: center; padding: 0; }
#logo a { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 36px; text-transform: uppercase; font-weight: 400; color: #5a5a5a; text-decoration: none; }

#search {
  clear: left;
  position: relative;
}

#search input#q  {
  margin-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  padding: 5px 0! important; 
	color: #000000;  
  width: 90%;
  text-indent: 5px;
}

#search input#q::-webkit-input-placeholder { /* WebKit browsers */
  color: #000000;
}
#search input#q:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #000000;
}
#search input#q::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000000;
}
#search input#q:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #000000;
}	

#search input#q:focus {
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow:  0 0 0;   
  border-bottom: 1px solid #eeeeee! important;
  
}

#search input#seek {
  position: absolute;
  top: 10px;
  right: 10px;
}

ul#cart { text-align: right; }
ul#cart li { display: inline-block; margin-left: 10px;  padding: 5px 0;  }
#cart li a { color: #000000;text-transform:uppercase; }


/* #Navigation
================================================== */


#navigation { border-bottom: 1px solid #7f7f7f;}
ul#nav { margin-bottom: 0; list-style: none; height: 35px; text-align: center;}
ul#nav li { display: inline-block; position: relative;text-align:left; margin-left:2em; margin-right:2em; }
@media screen and (max-width:980px) {
  ul#nav li {
    margin-left:1em;
    margin-right:1em;
  }
}
ul#nav li:hover { background: #ffffff; }
ul#nav li a{ 
	font-family: 'Circe-Regular', sans-serif; 
	font-weight: 300;
	font-size: 16px;
	color: rgb(69, 67, 67);
	line-height: 35px;
	display: block;
	padding: 0;
	padding-left:15px;
	text-transform: uppercase; 
}
ul#nav li a:hover, subm li a:hover { color: #888888; text-decoration: none; }

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #767676;
  position: absolute;
  top: 15px;
  left: 0;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #767676;
  position: absolute;
  left: 110px;
  right: -5px;
}

ul#nav li ul{
  display: none;
  position: absolute;
  top: 35px;
  z-index: 4;
  border: 1px solid #eeeeee;
  left: 50%;
  background: #ffffff;
  text-align: center;
  padding: 10px;
  margin-left: -110px;
  width: 220px;
}

ul#nav li:hover ul{
  display: block;
}

ul#nav li ul li {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  float: left;
  display: block;
  width: 100%;
}

ul#nav li ul li a:hover {
  color: #888888;
}

ul#nav li ul li a {
  color: #333333;
  text-transform: uppercase;
  font-size: 12px! important;
  font-weight: normal;
  /*font-family: 'Times New Roman', Times, serif;*/
  font-family: 'Circe-Regular', sans-serif; 
  padding: 0 10px;
  display: block;
  text-align:left;
}

ul#nav li ul li:hover { background: #ffffff; }
ul#nav li ul li:hover a {color:#888;}


.down { float: right; margin-top: -25px; margin-right: 7px; font-weight: bolder; color: #000000; }




/* #Content
================================================== */

#content {  margin-top: 10px;}
.image-container {
position: relative;

}
.image-container img{
position:absolute;
top:0;
left:0;
}

/* #Index.liquid
================================================== */



.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0;
  height: 0;
  clear: left;
  margin-bottom: 30px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#instafeed {
  float: left;
  margin-top: 30px;
}

/* #collection.liquid
================================================== */

#collection-loop { margin-top: 30px; }

.collection-image {
    margin-bottom: 20px;
}
.collection-index {
    text-align: center;
}
.collection-index h3 {
     font-size: 13px; 
  font-weight: 400;
}



#collectionpage h1 { text-align: center; }
.collection-description img {  }

#collections h3 { border-bottom: 1px solid #eeeeee; padding-bottom: 5px;}
ul#links { margin-bottom: 10px;}
ul#links li { list-style-type: none; padding: 2px 0; display: block; }
ul#links li a:hover{ text-decoration: none; } 
ul#links li.active a {text-decoration: underline; }
ul#links li a.current {text-decoration: underline;}    


#collection-sidebar { margin-top: 30px; border-bottom: 1px solid #eeeeee;  }
#collection-sidebar h4 { margin-bottom: 20px; }
#collection-sidebar ul { list-style-type: none; padding-bottom: 20px; }
#collection-sidebar ul li { margin-bottom: 5px; }

#dropdown {
  width: 100%;
  text-align: center;
}

#sorting-hat { border-bottom: 1px solid #eeeeee; position: relative; background: ; padding: 10px; margin-top: 10px; }
ul#sortme { text-align: center; margin-bottom: 0;  }
ul#side-sortme { float: left; }
ul#side-sortme p { margin-bottom: 5px; }
ul#side-sortme li { clear: left; float: left; }
.clearfix.filter { display: inline-block; min-width: 200px; }
ul#sortme li { margin: 0 10px; }
ul#sortme p { margin-bottom: 5px; }
.coll-filter { height: 24px; width: 150px; margin-bottom: 0; padding: 0; }
#sortBox { height: 24px; width: 150px; margin-bottom: 0; padding: 0; }

#product-loop { margin-top: 30px; }

.product-index { position: relative; margin-bottom: 50px; text-align: center; }
.product-index img { margin-bottom: 20px; }
.product-index h3 { font-size: 13px; font-weight: 400;}


.img2 { display: none; }

.onsale { display: inline-block; margin-right: 2px; color: #2dccde; }
.was{ display: inline-block; margin-left: 2px; text-decoration: line-through;  }

.icn { 
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  letter-spacing: 1px;
  opacity: 0.6;
  z-index: 2;
}

.sale-item.icn {
  background: #c40000;
  color: #fff;
}
.so.icn {
  background: #333;
  color: #fff;   
}

.pre-order.icn { 
  background: #d5d5d5;
  color: #eee;
}

.new.icn { 
  background: #fff;
  color: #333;
  border: 1px solid #eeeeee;
}


.product-quick-view { max-width: 900px;height: 500px;overflow: auto; }

/* ================ */
/* = Product page = */
/* ================ */

#mobile-product { display: none; }

#product-photos, .product-photos { text-align: center; }
#bigimage, .bigimage { display: block; margin-bottom: 30px; }
.thumbnail {
  float: none! important;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
}

#product-description { position: relative; margin-top: 0px;}

#product-description label { float: left; margin-right: 10px; }
#product-description h1 { border-bottom: 1px solid #eeeeee; }

#product-price { font-size: 18px; margin-top: 10px; }

span.compare-price {
  text-decoration: line-through;
  margin-left: 10px;
}

.product-add { 
  padding: 0; 
  line-height: 34px;
  margin-bottom: 20px;
}

.quantity { 
  font-weight: bold; 
  text-align: center; 
  margin: 0 5px! important; 
  width: 70px! important; 
  display: inline-block! important; 
  padding: 10px 0! important; 
  text-indent: 0! important;
  display: inline-block! important;
  float: left;
}

.up {
  border: 1px solid #f0f0f0;
  padding: 0 8px;
  display: inline-block;
  color: #000000;
  float: left;  
}

.downer {
  border: 1px solid #f0f0f0;
  padding: 0 8px;
  display: inline-block;
  color: #000000;  
  float: left;  
  clear: left;
}

.up:hover, .downer:hover { cursor: pointer; }


.add { margin-top: 20px; clear: left; float: left; width: 40%! important;}

.ajaxified-cart-feedback {
  padding: 10px 20px;
  line-height: 36px;
  font-size: 80%;
  vertical-align: middle;
  clear: both;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  background: #f9f9f9;
}

.product-modal {
  	display: none;
	letter-spacing: 1px;
    position: absolute;
    top: 50%;
    width: 60%;
    margin-left: -30%;
  	font-weight: 300;
  	padding: 10px 5px;
  	font-size: 11px;
	left: 50%;
  text-align:center;
  background:#2dccde;
 
}

.product-index-inner {
    position: relative;
}

.quick-shop .desc {
	padding-bottom: 20px;
}

a.full-click {
    text-transform: uppercase;
    letter-spacing: 1px;
}

#recent { border-top: 1px solid #eeeeee; padding-top: 10px; }
.desc { clear: left; display: block; border-bottom: 1px solid #eeeeee; position: relative; border-top: 1px solid #eeeeee; margin: 10px 0; padding: 20px 0 0;}
.what-is-it { margin-bottom: 10px; }

ul.view-more { margin-top: 10px; list-style-type: none; text-align: left;}
ul.view-more li { margin-bottom: 10px! important; }
ul.view-more li a { font-weight: 400; text-decoration: underline; }

#productnav { margin-left: 0; margin-top: 10px; margin-bottom: 10px; }
#product-description div.addj input[type="checkbox"] {display:none;}
#product-description div.addj label {border:1px solid #000;padding:9px;cursor: pointer;}
#juice_list_add {background: #666666 url(http://www.pressedjuicery.com/static/images/shop/menu/bg-juice-selection.png) repeat-x 0 0;height: 111px;}
#juice_list_add li {position:relative;color:#fff;background:green url(http://www.pressedjuicery.com/static/images/shop/menu/bg-juice-selection.png) repeat-x 0 0;width:80px;height:111px;float:left;}
#juice_list_add li a {color:#fff;display:inline;background:none;font-size: 27px;
position: absolute;}
#juice_list_add span {position: absolute;bottom: 0;font-size: 9px;}
/* Reset */

.accordion,
.accordion ul,
.accordion li,
.accordion a,
.accordion span {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  margin-bottom: 0;
}

.accordion { margin: 20px 0 0! important; }

.accordion li {
  list-style: none;
  border-top: 1px solid #eeeeee;
  margin-bottom: 0 !important;
}

/* Layout & Style */

.accordion li > a {
  display: block;
  position: relative;
  min-width: 110px;
  padding: 10px 0;
  height: 40px;
  text-decoration: none;
  background: url(plus.png) no-repeat;
  background-position: center right;
}

.accordion > li:target > a,
.accordion > li > a.active {
  background: url(minus.png) no-repeat;
  background-position: right;
}

/* Sub Menu */

.sub-menu ul {
  border: 0;
}

.sub-menu li {
  border: 0;
}

.sub-menu em {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 14px;
  color: #a6a6a6;
  font: normal 10px/32px Arial, sans-serif;
}

/* Functionality */

.accordion li > .sub-menu {
  display: none;
}

.accordion li:target > .sub-menu {
  display: block;
}




/* =============== */
/* = Cart = */
/* =============== */

#cartform { margin-top: 20px; }
.cart-item { display: table; }
.cart-image { display: table-cell;vertical-align: middle; padding-right: 10px; }
.cart-image img {  } 
.cart-title { display: table-cell;vertical-align: middle; }

table { 
  width: 100%; 
  border-collapse: collapse; 
}


/* Zebra striping */
tr:nth-of-type(odd) { 
}
th { 
  font-weight: normal; 
}
td, th { 
  padding: 10px; 
  border: 1px solid #eeeeee; 
  text-align: left; 
}

#basket-right { text-align: right; padding:20px 0;border-bottom:1px solid #333;}
#basket-right h4 {  }
#basket-right p { margin-bottom: 20px; }
#basket-right img { width: 50px; }
#shopping-cart table td {border:none;border-bottom:1px solid #333;}
#shopping-cart td, th {border:none;font-weight:700;}
#update-cart {width:auto;background:transparent;color:#2fbec2;}
#note { margin-top: 10px; }


#cart-notes { margin-top: 20px; margin-bottom: 20px; }

p.disclaimer {
 text-align:left;
  font-style:italic;
}
div#delivery-schedule {
  display:none;
}
div#delivery-schedule:target {
  display:block;
}

/* =============== */
/* = Blogs & Pages = */
/* =============== */

ul#blog-articles { list-style-type: none; text-align: center; }
ul#blog-articles li { margin-bottom: 30px; border-bottom: 3px double #eeeeee; min-height: 430px; padding-bottom: 30px; }

ul#posts { list-style-type: none; margin-top: 10px; }
ul#posts li { margin: 5px 0; }

#excerpt { margin-bottom: 10px; }
#excerpt img { margin-bottom: 10px; }
#excerpt a:hover {text-decoration: none;} 
#excerpt p { margin-bottom: 0; }

#paginate-bar { width: 100%; }
#paginate-bar .left { text-align: left; float: left; }
#paginate-bar .right { text-align: right; float: right; }

#article { margin-top: 30px; }
#article-body { margin-top: 30px; margin-bottom: 30px; padding-right: 4em; }

#comments { border-top: 2px solid #eeeeee; margin-top: 10px; padding-top: 20px; }
#comment-pagination { margin: 10px 0; padding: 10px 0; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; }

#comments ul { margin-left: 0; list-style-type:none; }

#comments ul li {
    float: left;
    display: block;
    width: 100%;
    margin: 0 0 20px;
  border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}

.notice { background: #fbfbfb; margin-bottom: 10px; padding: 10px; border: 1px solid #eeeeee; }

#comments form { }

#comment_body {  }
#comments dl { margin-top: 10px; }
#comments dl dt { margin-top: 10px; margin-bottom: 3px; }
a.loc{position:absolute;width:15px;height:40px;display:block;}
a.retail1 {top:300px;left:351px;}
a.retail2 {top:347px;left:478px;}
a.retail3 {top:451px;left:512px;}
a.retail4 {position:absolute;width:34px;height:34px;display:block;top:382px;left:390px;}

/* Search
----------------------------------------------------------------------------------------------------*/




/* =============== */
/* = Customer Accounts = */
/* =============== */

#customer-wrapper { float: left; margin-bottom: 40px; }
#customer-wrapper p { margin-top: 0! important; margin-bottom: 0! important; }

#forgot_password { margin-bottom: 15px; }
#customer-wrapper form { margin-top: 20px; }
#admin_header { margin-bottom: 30px; }
.view_address p { margin: 0; }
#customer_detail p { margin: 0; }
.address_table { margin-bottom: 20px; }

#order_address {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#order_details { float: left; }

#create-customer, #customer {
  margin-top: 30px;
}
#create-customer input[type=text], #create-customer input[type=password], #create-customer input[type=email]  {border-radius:5px;border:1px solid #ccc;}
#create-customer input[type="submit"] {font-size:20px;padding:10px 0;text-transform:uppercase;}

/* =============== */
/* = Footer = */
/* =============== */

#footer { background: #ffffff; padding-bottom: 20px; text-align: center; margin-top: 20px;
}
.lineft {border-top: 1px solid #7f7f7f;}


#big-footer { 
  border-top: 1px solid #eeeeee; 
  margin-bottom: 20px; 
  margin-top: 20px;
  border-bottom: 1px solid #eeeeee; 
  padding: 30px 0 30px; 
  list-style-type: none; 
}

#big-footer .alpha { border-right: 1px solid #eeeeee; }
#big-footer .omega { border-left: 1px solid #eeeeee; }

#big-footer { color: #666666; }
#big-footer a { color: #666666; }

#big-footer h4 {
  margin-bottom: 30px;
  color: #bbbbbb; 
  display: block;
  text-transform: uppercase; 
}

#big-footer > div { padding: 0 20px; min-height: 120px;}


#big-footer ul {
  list-style: none;
  margin: 0;
  line-height: 34px;
}

#big-footer ul li { display: inline-block; margin: 0 5px; }

input#mce-EMAIL {
    width: 70%;
    float: left;
    display: inline-block;
    padding: 0;
    line-height: 38px;
    text-indent: 10px;
  	margin-bottom: 0;
}
input#mc-embedded-subscribe {
    width: 30%;
    float: left;
    display: inline-block;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0;
    line-height: 40px;
  margin-bottom: 0;
}

#social-icons a {
  margin: 4px 0 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 20px;
}

#social-icons a:hover {
  color: #b89d48;
/*   background: #b2b2b2 */
}


#close { text-align: center;  line-height: 32px; color: #666666; }

/* =============== */
/* = Global = */
/* =============== */

.readmore {
  font-style: italic;
  color: ;
}

#breadcrumb {
  font-size: 12px;
  width: 100%;
  margin-bottom: 0px;
  text-align: left;
}

#breadcrumb a {
  padding: 0 5px 0 0;
  color: #999;
}

#breadcrumb p {
  padding: 0 5px 0 0;
  color: #000;
}

.separator {
  padding-right: 5px;
  
}

#paginate {
  text-align: right;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

#pagination { float: right; }


#pagination { text-align: center; margin-top: 20px; padding-top: 20px; margin-bottom: 50px;  }
#pagination a { margin: 0 5px; background: #eeeeee; padding: 2px 5px; border-radius: 15px; }
#pagination a:hover { text-decoration: none; background: #000000; color: #fff; }
#pagination .current { background: transparent; }
#pagination .count { margin-right: 20px; }


.padded { margin-bottom: 15px; }

#instagram-card { width: 100%; float: left; clear: left; display: block; margin-top: 30px; }
#instagram-card h3 { letter-spacing: initial; }


#instafeed > a:nth-child(8) {
  margin-right: 0;
}

#instafeed > a:nth-child(1) {
  margin-left: 0;
}


#instafeed > a:nth-child(9) {
  margin-left: 0;
}

#instafeed > a:nth-child(16) {
  margin-right: 0;
}



#recently-viewed-products h2 { margin-bottom: 30px; }


/* 
Swatches Styles
*/



.swatch { 
  margin:0.5em 0; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}

.color label { width: 40px! important; }


.swatch label {
  color: #000;
  /* Rounded corners */
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  /* Cross-browser inline-block */
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  /* Content must stretch all the way to borders */
  padding:0;
  /* Background color */
  background-color:#fcfcfc;
  /* Spacing between buttons */
  margin:0px 5px 10px 0;
  margin-right: 0! important;
  margin-bottom: 0! important;
  /* Fake that those are buttons, i.e. clicky */
  cursor:pointer;
  /* The border when the button is not selected */
  border: #DDD 1px solid !important;
  /* To position the sold out graphic and tooltip */
  position:relative;
  /* Text styling */
  text-transform:uppercase;
  font-size:13px;
  min-width:30px !important; 
  height:30px !important;
  line-height:30px;
  white-space:nowrap;
  text-transform:uppercase;
  text-align: center;
  font-weight: 400;
}
.swatch-element label { padding:0 10px; }
#home-box .swatch-element label {padding:0 20px;font-size:20px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  border:#999 1px solid !important;
  background: #333;
  color: #fff;
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.25);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.25);
  box-shadow:0px 1px 2px rgba(0,0,0,0.25);
} 
.swatch .swatch-element {
  /*float:left;*/
  display:inline-block;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
.rprice {font-size:24px;font-weight:700;}
.3-day label, .5-day label {padding:0 20px;font-size:20px;}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:-33px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -o-transform:translateY(0px);
  transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}

div.select {
	display: none;
}


div#subscribe_popup {
    max-width: 500px;
	text-align: center;
  	padding: 0 0 20px;
  	margin:20px auto 50px auto;

}

div#subscribe_popup h1 {
	margin-bottom:0;
}

#subscribe_popup #mc_embed_signup {
/*   border-top: 1px solid #eeeeee; */
	padding: 10px 0;
}

#subscribe_popup #mc_embed_signup input {
  	border:none;
}

#subscribe_popup #mc_embed_signup input[type=email] {
	border-bottom:1px solid #000;
}

#subscribe_popup #mc_embed_signup input[type=submit] {
	border-radius:3px;
  	font-size: 16px;
  	letter-spacing:1px;
}

#subscribe_popup #mc_embed_signup input[type=submit]:hover {
	background-color:#D5AE3E;
}

p.ajaxified-cart-feedback.success {
  font-size: 12px;
}


.slicknav_menu {
    display:none;
}

.slicknav_btn { position: relative; width: 40px;display: block; vertical-align: middle; height: 28px; text-align: center; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block; border-bottom: 1px solid #eeeeee; }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { display: block; cursor: pointer; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
        font-size:16px;
}
/* Button */
.slicknav_btn {
        margin: 5px auto;        
        text-decoration:none;        
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);        
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;  
        background-color: #222222;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {        
        color: #FFF;
        font-weight: bold;        
        text-shadow: 0 1px 3px #000;        
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
  padding:5px;
}
.slicknav_nav {
        margin:0;        
        padding:0;
		font-family: 'Times New Roman', Times, serif; 
  		font-weight: 400; 
  		font-size: 16px; 
  		color: #000000;
}
.slicknav_nav, .slicknav_nav ul {
        list-style: none;
        overflow:hidden;
}


.slicknav_nav .slicknav_item {
        padding:10px;
        margin:2px 5px;
}
.slicknav_nav a{
        padding:10px;
  		text-align: center;
        margin:2px 5px;
        text-decoration:none;
        color: #000000;
}
.slicknav_nav .slicknav_item a {
        padding:0;
        margin:0;
}
.slicknav_nav .slicknav_item:hover {
	    background: #ffffff;
        color: #888888;   
}
.slicknav_nav a:hover{
	    background: #ffffff;
        color: #888888;  
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}


.slicknav_parent ul li a {
  text-transform: uppercase;
  font-size: 13px! important;
  font-weight: normal;
  font-family: 'Circe-Regular', sans-serif;
}
.himg {position:relative;height:310px;overflow:hidden;}
.himg h3 {font-family:'Circe-Regular', sans-serif;position: absolute;
width: 306px;text-transform:uppercase;
text-align: center;
top: 100px;
  font-size:32px;
color: #fff;}
.himg .btn {position: absolute;bottom:20px;font-family:Garamond, Baskerville, Caslon, serif;
width: 195px;padding:10px 0;font-size:25px;background:transparent;
text-align: center;border:2px solid #fff;left: 17%;color:#fff;font-weight:700;}

.pleft{background:url(//cdn.shopify.com/s/files/1/0650/0581/t/2/assets/leftpromo.jpg?10886080384339193400)}
.pright{background:url(//cdn.shopify.com/s/files/1/0650/0581/t/2/assets/rightpromo.jpg?10886080384339193400)}
.pmid{background:url(//cdn.shopify.com/s/files/1/0650/0581/t/2/assets/midpromo.jpg?10886080384339193400)}
.week{background:url(//cdn.shopify.com/s/files/1/0650/0581/t/2/assets/weekly.png?10886080384339193400)}
.hselect {
    background-position:0 -319px;
}
.week.hselect {background-position:0 -310px;}
.hselect .btn{color:#000;border-color:#000;}
.hselect h3 {color:#000;}
.jline {border:1px solid #ccc;border-right:none;}
.jline p{line-height:nornmal;}
.bline {border:1px solid #ccc;margin:0;width:33%;vertical-align:top;}
.bline h2 {font-family:'Circe-Regular', sans-serif;margin:35px 0;}
.bline .rprice {font-size:30px;padding:14px 0 0 0;font-family:Garamond, Baskerville, Caslon, serif;}
.b4line {width:33%;padding:0;background:#f4f4f4;vertical-align:top;}
.bline input[type="submit"], .bline a.button {font-family:Garamond, Baskerville, Caslon, serif;font-size:16px;width:auto;padding:5px 34px;color:#fff;margin:30px;}
.bline .product-modal {}
.b4line a.button{padding:5px 12px;font-size: 12px;}
.accordion > li {padding:5px 15px;border-bottom:1px solid #ccc;}
.accordion > li > a:visited {color:#666;}
.accordion > li:target {border:1px solid #2fbdc2;}
.accordion > li:target > a, .accordion > li > a.active {color:#2fbdc2;}
a.lshw {display:block;position:relative;background:transparent;width:100%;left:0;margin:0;font-family:Garamond, Baskerville, Caslon, serif;font-size:20px;color:#2fbec2;}
ul.ftlist {list-style:none;overflow:hidden;}
ul.ftlist li {float:left;width:25%;font-size: 13px;text-transform: uppercase;}
.subm{list-style:none;text-align:center; background-color:#eee;}
.subm li {display:inline;padding:0 20px;}
.subm li a {text-transform:uppercase;display:inline; font-family:'Circe-Regular', sans-serif, /*font-family: 'Times New Roman', Times, serif */; font-weight: 300; color: #888888; line-height: 35px;}
.subm li a:hover, .subm li a.active { color: #000000;text-decoration:none; }
.hbtn {position:absolute;bottom:50px;width: 25%;left:37%;background:#2fbdc2;color:#fff;border:2px solid #fff;font-family: Garamond, Baskerville, Caslon, serif;font-size: 25px;font-weight:700;}
#product-loop .flex-direction-nav a {color:#000;}
ul.loc {list-style:none;}
ul.loc li {text-align:center;width:23%;float: left;
margin-left: 1%;}
ul.loc li a {position: relative;display:block;border:1px solid #2fbdc2;height:165px;padding:20px 0 0 0;color:#000;}
ul.loc li a:hover,ul.loc li.active a {border:1px solid #2fbdc2;color:#2fbdc2;}
.tab-content {border:1px solid #2fbdc2;padding:10px;width:100%;}
.tab {display:none;}
.tab.active {display:block; } 
.desktop-4 ul.tabl {margin-top: 7px;}
.sixpackbox {height: 100% !important;overflow: hidden;}
/*.sixpackbox h3 span {color: #7eb21a !important;}*/
#product-right.sixpack {margin-top: 60px;}
.tab li h6 {display: block; margin: 0;}
.tabl {list-style:none;}
.sixpackbox #product-description h2 {font-size: 28px;text-transform: uppercase;}
.sixpackbox .tabl li a {font-weight: 700;}
.tabl li {margin-bottom:10px;}
.tabl li a {position: relative;display:block;padding:2px 5px 3px 5px;text-transform: uppercase;}
.tabl li a:hover, .tabl li.active a{background:#000;color:#fff;}
.tabl li a:hover:after, .tabl li.active a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 12px 0 12px 12px;  
}
.fancybox-outer > #product-right .gridlock .row .desktop-push-1  { margin-left: 9.375% !important; }
ul.loc li a:hover:after, ul.loc li.active a:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 40%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color:#2fbdc2 transparent transparent transparent;  
}
.flexslider .boot img {width:auto;}
.slider {position:relative;width:100%;height:486px;}
.slidess {position:relative;width:100%;}
.slidess li {position:absolute;width:100%;height:100%; top: 0; left: 0; list-style-type:none; display:none;} 
.slidess li.active {top: 0; left: 0; display:block;}
a.shipr {display:block;height:200px;border:1px solid #000;font-size:20px;width:75%;margin:0 auto;margin-top:10px;padding:10px 0 ;}
a.shipr p {font-size:50px;margin-top: 25px;}
a.shipr img {margin-top:30px;}
a.shipr.select, a.shipr:hover {color:#2fbec2;}
#pickup {display:none;}
div.step h2 {font-size:13px;}
div.circle {width: 100px;height:100px;line-height: 100px;border-radius: 50%;background:#2fbec2;color:#fff;font-size:60px;margin:0 auto;margin-bottom:20px;}
.f-nav{  /* To fix main menu container */
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 10px;
  background:#fff;
}
.addj{position: absolute;
top: 0;
left: 80%;}
.recmd {
  background:#fff;
  width:33%;
  border-top:1px solid #fff !important;
  overflow:visible; 
  height:100%;
}
#recmd-wrapper {
  position:relative;
}

#recmd-before {
  position:absolute;
  top:-10px;
  left:0;
  right:0;  
  height:10px;
  margin-left:-1px;
  margin-right:-1px;
  background:#fff;
  border:1px solid #ccc;
  border-bottom:0px;
}

/*************
WHY WE'RE DIFFERENT Jrink page
*************/

.container-main {
    width: 100%;
  	margin-top: 2em;
}

.container-main h1 {
    text-align: center;
  	margin-bottom:40px;
}

.box {
    width: 42%;
    min-width: 300px;
    display: block;
  	float:right;
    border: 2px solid #d7d7d7;
    border-radius: 4px;
	margin-top:2em;
}

.box.go-right {
	float:right;
  	margin-right:1em;
}

.box.go-left {
	float:left;
  	margin-left:1em;
}

.box img {
    width: 90%;
    margin: auto;
    display: block;
    position: relative;
    top: -50px;
    
}

.number-circle {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    position: relative;
    top: -20px;
    left: -20px;
    background: #000;
    z-index: 1;
  	border: 10px solid #fff;
}

.number-circle h3 {
    color: #fff;
    position: relative;
    top: 15px;
    margin: 0;
    display: inline-block;
    left: 20px;
}

.box-description {
    width: 80%;
    text-align: center;
    margin: auto;
}

.box-description h3 {
    color: #111111;
    line-height: 1.5em;
    padding-bottom: 15px;
  	font-weight: 400;
    
}

#why-banner {
	background:rgb(250, 250, 250);
	padding:10px;
	color:rgb(69, 67, 67);
  	width: 100%;
    height: 250px;
    background-image: url("JRINK_headerimagebanner_wwd.jpg");
    background-repeat: no-repeat;
  	background-size: cover;
    background-position: right top;
  	margin-bottom: 20px;
}

#why-banner h1 {
	color: #000;
  	font-size: 2.2em;
  	text-transform: uppercase;
  	margin-top:25px;
}


#radsadbutton {
	border:2px solid #fff;
	overflow:hidden;
}

.product-modal.why-modal {
	font-weight:inherit;
	font-size:inherit;
	font-family:inherit;
	color:inherit;
	background-color:inherit;
	display:inherit;
	position:inherit;
	top:auto;
	left:auto;
	width:100%;
	margin:auto;
	padding:auto;
	text-align:inherit;
}


.valign-middle {
	display:inline-block;
	vertical-align:middle;
}
.nobr {
	white-space:nowrap;
}

@media screen and (max-width: 770px) {
	.why-min-width {
		width:100%;
      	margin:0px;
	}
  	.why-rad {
      min-width:initial;
    }
  	.why-graphic-text span {
      width:100%;
    }
	.why-align-right, .why-align-left {
		text-align:center;
	}
	.why-100-spacer {
		height:30px;
	}
}


/***********
HOMEPAGE
***********/

#logo {
  padding-top:10px;
  padding-bottom:10px;
}
#homepage-banner {
	position:relative;
	width:100%;
}

.banner-slides {
  position:relative;
}

div.banner-background {    
	display:none;
}

div.banner-background.banner-active {
   display:block;
}

.banner-slide {
	display:none;
	position:absolute;
	width:21%;
	right:7%;
	bottom:5.5%;
}

.banner-caption {	
/*   	display:none; */
  	z-index:2;
	position:absolute;
  	width:100%;
  	top:10%;
/* 	width:67%; */
/* 	left:5%; */
	text-align:center;
	font-size: 2em;
}

.banner-caption span {
	display:block;
	width:100%;
	margin-bottom:25px;
	color:#fff;
}

.dark-text .banner-caption span {
  color:#fff;
}

.banner-caption-line1 {
	font-family:  'Circe-Regular', sans-serif;
/* 	text-transform: uppercase; */
	font-weight:100;
    line-height:1;
	letter-spacing:1px;
	font-size:1.3em;
}
.banner-caption-line2 {
	font-family: 'Circe-Regular', sans-serif;
	letter-spacing:2px;
  	color: #fff;
  	text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.7);
  	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	font-size:1.5em;
    line-height:1;
    margin-bottom: 1em;

}
.banner-caption-line3 {
	font-family:  'Circe-Regular', sans-serif;
	font-size:.4em;
  	text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.7);
  	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    margin-top: .8em;
  	font-weight: 700;
  	text-transform: uppercase;
}
.banner-caption button {
	font-size: .8em !important;
	margin-top:0px !important;
}

button.img-box-link-button {
	font-family: 'Circe-Bold', sans-serif;
	font-size:inherit;
	color:#fff;	
  	text-transform: uppercase;
	line-height:1.333;
	text-align:left;
	background:none;
	border:2px solid #fff;
	width:auto;
	padding:.5em 3em;
	margin:.5em;
  	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.dark-text button.img-box-link-button {
	color:#fff;
  	border:2px solid #fff;
}

button.img-box-link-button:hover {
	color:#fff;
	background-color:rgba(255, 255, 255, 0.35);
}


@media screen and (min-width: 1159px) and (max-width:1234px) {
  .banner-caption { 
    font-size:24pt; 
  }
  .banner-caption span.banner-caption-line3 {
    font-size:12pt;
    white-space:pre-wrap;
  }
  .banner-caption span {
    margin-bottom:15px;
  }
}
@media screen and (max-width: 980px) {
  .banner-caption {
    font-size:24pt; 
  }
  .banner-caption span {
    margin-bottom:15px;
 }
  .banner-caption span.banner-caption-line3 {
    font-size:12pt;
    white-space:pre-wrap;
  }
}
@media screen and (max-width: 740px) {
  .banner-caption { 
    font-size:11pt;
  }
  .banner-caption span {
    margin-bottom:15px;
  }
  .banner-caption button {
	font-size: 1em !important;
    padding:.5em !important;
  }
  .banner-caption span.banner-caption-line3 { display:none; }
}
@media screen and (max-width: 500px) {

}

.semi-opaque img {
  opacity:.7;
}

/******************
FEATURED LINKS
******************/

#also-featuring {
	font-family: 'Circe-Regular', sans-serif;
	font-size:20px;
	color:rgb(69, 67, 67);
	font-weight:500;
    font-style:italic;
	line-height: 0.8;
	display:block;
	text-align:center;
	margin:0 auto 20px;
}

.img-box-link-frame {
	position:relative;
}
.img-box-link {
	width:100%;
}

.img-box-link-caption {
	position:absolute;
	bottom:0;
	left:0;
	padding:5%;
	width:100%;
	text-align:center;
	color:#fff;
}

.img-box-link-caption h3 {
	font-family: 'Circe-Regular', sans-serif;
	font-size:24px;
	text-transform:uppercase;
}

@media screen and (max-width:980px) {
  .img-box-link-caption h3 {
    font-size:20px;
  }
}

/******************
BACKGROUND IMAGES
******************/

#bg-left, #bg-right {
	height:100%;
	width:13.5%;
	position:fixed;
	top:0;
	bottom:0;
	display:none;
	
}

@media screen and (min-width:1200px) {
	#fullpage-wrapper {
		width:100%;
		position:relative;
	}
	#fullpage-wrapper > .row {
		width:70%;
        max-width:1200px;
	}
	#bg-left {
		background:#fff;
		left:0;
		margin-right:10px;
		display:block;
/* 		background-color:rgb(235, 234, 234); */
	}
	
	#bg-right {
		background:#fff;
		right:0;
		margin-left:10px;
		display:block;
/* 		background-color:rgb(235, 234, 234); */
	}
}

a.shipr p.cart-plain-style {
  font-size:10pt !important;
  margin-top:0px;
}

a.shipr {
  padding:10px;
}

p.ingredients {
  font-style:italic;
  font-size:.9em;
  padding:0px 10px;
  text-align:center;
  text-transform:capitalize;
}

span.error-message {
  display:block;
  color:#90101D;
  font-weight:bold;
  margin:5px;
  padding:2px;
}


/**************************
REBOOT PAGE
**************************/
.reboot-item {
	border: 1px solid #eee;
	margin-bottom: 20px;
	text-align: center;
	color:#000;
	background:transparent;
}

.reboot-header {
	color: #000;
	padding-top: 1em;
	padding-bottom: 1em;
	text-transform: uppercase;
	font-size: 20px;
  	font-weight: 700;
	height: 3em;	
	overflow: hidden;
}
.reboot-title {
	white-space:nowrap;
  	text-transform: uppercase;
}
.reboot-selection {
	padding:10px;
	vertical-align:middle;
}
.reboot-radio {
	width:20px;
	height:20px;
	opacity:0;
	margin:0;
	padding:0;
	cursor:pointer;
}

.reboot-selection label, .swatch.reboot-selection input:checked + label  {
	text-align: center;
	position: relative !important;
	border:0 !important;
	background:0 !important;
	box-shadow:none;
	cursor:pointer;
	height:auto !important;
}

.radio-image {
	display:inline-block;
	width:20px;
	height:20px;
	border-radius:10px;
	background:#ebebeb;
	margin-left:-12px;
}

.reboot-radio:checked + label span.radio-image {
	background-color:#000;
  	box-sizing: border-box;
  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  	border: 5px solid #ebebeb;
}

.reboot-selection-text {
	display:inline-block;
	text-align:left;
	margin-left:20px;
}
.reboot-selection-line1 {
	font-size:21px;
	font-weight:bold;	
	font-family:'Circe-Regular', sans-serif;
	display:block;
	text-transform:uppercase;
}
.reboot-selection-line2 {
	font-size:14px;
	font-weight:normal;
	font-family:'Circe-Regular', sans-serif;
	display:block;
	text-transform:uppercase;
    line-height:1.2em;
    min-height:3em;
}

.reboot-price {
	font-family:'Circe-Regular', sans-serif;	
	font-size:36px;
	font-weight:bold;
	margin-top:1em;	
}
input[type=submit].reboot-submit {
	width:auto;
	font-family: 'Circe-Regular', sans-serif;
	margin: 15px auto;
  	background-color: #000;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px;
    border-radius: 4px;
}

input[type=submit].reboot-submit:before {
	 content: "+ | ";
}

input[type=submit].reboot-submit:hover {
	background-color: #b89d48;
    color: #fff;
}

.reboot-description {	
	position:relative;
	padding-left:15px;
  	padding-right: 10px;
	line-height:1.6em;
	min-height: 11em; /*allow for 8 lines of normal sized text*/
	max-height: 11em; /*max-height allows us to animate the transition when the text expands*/
	overflow:hidden;
	-webkit-transition:.75s;
	transition:max-height .5s ease 0s;
}
.reboot-description-mask {
	position:absolute;
	bottom:0;
	left:0;
	height:2em;
	width:100%;
	background: -webkit-linear-gradient(bottom,rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); /*Fx 3.6-15*/
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); /*Standard*/
}

.reboot-item:hover .reboot-description-mask {
	background: -webkit-linear-gradient(bottom,rgba(238, 238, 238, 1), rgba(238, 238, 238, 0)); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,rgba(238, 238, 238, 1), rgba(238, 238, 238, 0)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,rgba(238, 238, 238, 1), rgba(238, 238, 238, 0)); /*Fx 3.6-15*/
    background: linear-gradient(to top, rgba(238, 238, 238, 1), rgba(238, 238, 238, 0)); /*Standard*/		
}

.reboot-bottom-wrapper:hover .reboot-description {
	max-height:50em;
}

.reboot-thumbnails {
	height:90px;
	margin:auto;
	overflow:hidden;
    width:75%;
}

.reboot-thumbnails img {
	width:100%;
    max-width:240px;
}
.reboot-details {
	margin-bottom:5px;
	text-transform: uppercase;
}
.reboot-details a {
	display:inline;
	color:#000;
	font-size:inherit;
	font-family: 'Circe-Regular', sans-serif;
}

.reboot-details a:hover {
	color:#b89d48;
}


.reboot-beginner {
	border-color:#a1a1a1;
}
.reboot-beginner .reboot-header {
	background-color:#fff;
  	border-bottom: 1px solid #a1a1a1;
}
.reboot-intermediate {
	border-color:#a1a1a1;
}
.reboot-intermediate .reboot-header {
	background-color:#fff;
  	border-bottom: 1px solid #a1a1a1;
}
.reboot-seasonal {
	border-color:#a1a1a1;	
}
.reboot-seasonal .reboot-header {
	background-color:#fff;
  	border-bottom: 1px solid #a1a1a1;
}

#reboot-zipcode {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14pt;
	line-height:1;
	color:rgb(69, 67, 67)
	
}
#reboot-zipcode-form {
	display: inline;
}
#reboot-zipcode span {
	padding:5px;
	display:block;
}
#reboot-zipcode-form input {
	width:100%;
	font-size:inherit;
	font-family:inherit;
	margin:0;
	border:1px solid rgb(69, 67, 67);
	padding:5px;
}

#reboot-zipcode-form input[type=submit] {
	background:rgb(178, 178, 178);
	border:1px solid rgb(178, 178, 178);
	color:#fff;
	padding:5px;
	border-radius:10px;
}

#delivery-banner {
	background:rgb(250, 250, 250);
	padding:10px;
	color:rgb(69, 67, 67);
  	width: 100%;
    height: 250px;
    background-image: url("JRINK_headerimagebanner_delivery.jpg");
    background-repeat: no-repeat;
  	background-size: cover;
    background-position: right top;
}

#delivery-banner h1 {
	color: #000;
  	font-size: 2.8em;
  	text-transform: uppercase;
  	margin: 0px;
}

#career-banner {
	background:rgb(250, 250, 250);
	padding:10px;
	color:rgb(69, 67, 67);
  	width: 100%;
    height: 250px;
    background-image: url("JRINK_headerimagebanner_career.jpg");
    background-repeat: no-repeat;
  	background-size: cover;
    background-position: right top;
}

#career-banner h1 {
	color: #000;
  	font-size: 4em;
  	text-transform: uppercase;
  	letter-spacing: 4;
  	margin: 0px;
}

#career-banner h4 {
	font-size: 2em;
  	letter-spacing: 2;
}

#career-banner-bottom {
	padding:10px;
  	width: 100%;
    height: 250px;
    background-image: url("JRINK_About_Careers_bottomimg.jpg");
    background-repeat: no-repeat;
  	background-size: cover;
    background-position: right top;
}

#subscription-banner {
	background:rgb(250, 250, 250);
	padding:10px;
	color:rgb(69, 67, 67);
  	width: 100%;
    height: 250px;
    background-image: url("bg-header-subscriptions.jpg");
    background-repeat: no-repeat;
  	background-size: cover;
    background-position: right top;
}

#subscription-banner h1 {
	color: #000;
  	font-size: 2.8em;
  	text-transform: uppercase;
  	margin: 0px;
}

#collection-banner {
	background:rgb(250, 250, 250);
	padding:10px;
	color:rgb(69, 67, 67);
  	width: 100%;
    height: 250px;
    background-image: url("bg-header-reboot.jpg");
    background-repeat: no-repeat;
  	background-size: cover;
    background-position: right top;
  	margin-bottom: 20px;
}

#collection-banner h1 {
	color: #000;
  	font-size: 2.8em;
  	text-transform: uppercase;
  	margin: 0px;
}

#reboot-banner {
	background:rgb(250, 250, 250);
	padding:10px;
	color:rgb(69, 67, 67);
  	width: 100%;
    height: 250px;
    background-image: url("bg-header-reboot2.jpg");
    background-repeat: no-repeat;
  	background-size: cover;
    background-position: right top;
  	margin-bottom: 20px;
}

#reboot-banner h1 {
	color: #000;
  	font-size: 2.8em;
  	text-transform: uppercase;
  	margin: 0px;
}

#reboot-banner-image {
  text-align:center;
}


#reboot-banner-image img {
	width:100%;
  	max-width:244px;
  	margin: 0 auto;
}

#reboot-discounts {
	font-size:18px;
}
#reboot-discounts p {
	font-size:inherit;
	color:inherit;
}

#reboot-discounts .reboot-spacer {
	height:50px;
}

@media screen and (max-width:980px) {
	#reboot-banner-image {
		display:none;
	}
  	#reboot-discounts .reboot-spacer {
		display:none;
	}

}
#reboot-disclaimers {
	font-size:12px;
}
#reboot-disclaimers p {
	font-size:inherit;
	color:inherit;
}

.reboot-valign-middle {
  position: absolute;
  top: 25%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#modal-container {
	position:fixed;
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
	z-index:1;
	overflow:auto;
	display:none;
}

#modal-window {
  opacity:1;
  z-index:1;
  position:relative;
  width:50%;
  min-width:300px;
  max-width:600px;
  background-color:#fff;
  color:#000;
  text-align:center;
  border:1px solid;
  padding:20px;
  margin: 200px auto;   
}

#modal-shadow {
  position:absolute;
  top: 0;
  bottom:0;
  left: 0;
  right: 0;
  z-index:-1;
  background-color:#ccc;
  opacity:.5;
}
a.modal-close {
	position:absolute;
	right:-10px;
	top:-10px;
	display:block;
	width:20px;
	height:20px;
	background-color:#000;
	color:#fff;
	border-radius:10px;
	text-align:center;
	
}

/**************************
SUBSCRIPTION PAGE
**************************/
.subscription-item {
	border: 1px solid #eee;
	margin-bottom: 50px;
	text-align: center;
	color:#000;
	background:transparent;
}

.subscription-header {
	color: #000;
	padding-top: 1em;
	padding-bottom: 1em;
	text-transform: uppercase;
  	font-weight: 800;
	font-size: 20px;
	height: 3em;	
	overflow: hidden;
}

.newsub .subscription-header {
    border-bottom: 1px solid #a1a1a1;
}

.subscription-item.newsub {
    border: 1px solid #a1a1a1;
}

/* .subscription-item.newsub:hover .subscription-header {
    background-color: #b2b2b2;
} */
.subscription-title {
	white-space:nowrap;
}

.subscription-price {
	font-family:'Circe-Regular', sans-serif;	
	font-size:36px;
	font-weight:bold;
	margin:25px 0;	
}

.has-compare {
  display:table;
  width: 90%;
  padding: 0.5%;
}
.has-compare span {
  display:table-cell;
}
.subscription-price .was {
    color:#ccc;
}

.subscription-price .per-pack {
   font-size:12px;
  vertical-align:top;
  line-height:12px;
}

a.subscription-submit {
	font-family:'Circe-Regular', sans-serif;
	white-space:nowrap;
  	background-color: #000;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px;
    border-radius: 4px;
  	text-transform: uppercase;
}

a.subscription-submit:before {
	content: "+ | ";
}

a.subscription-submit:hover {
	background-color:#b89d48;
}

.subscription-bottom-wrapper {
    margin-top:40px;
    margin-bottom:40px;
}
      
.subscription-description {	
	position:relative;
	padding:0 10px;
	line-height:1.6em;
	min-height: 16.2em; /*allow for 12 lines of normal sized text*/
	max-height: 16.2em; /*max-height allows us to animate the transition when the text expands*/
	overflow:hidden;
	-webkit-transition:.75s;
	transition:max-height .5s ease 0s;
}
.subscription-description-mask {
	position:absolute;
	bottom:0;
	left:0;
	height:2em;
	width:100%;
	background: -webkit-linear-gradient(bottom,rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); /*Fx 3.6-15*/
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)); /*Standard*/
}

.subscription-item:hover .subscription-description-mask {
	background: -webkit-linear-gradient(bottom,rgba(238, 238, 238, 1), rgba(238, 238, 238, 0)); /*Safari 5.1-6*/
    background: -o-linear-gradient(top,rgba(238, 238, 238, 1), rgba(238, 238, 238, 0)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(top,rgba(238, 238, 238, 1), rgba(238, 238, 238, 0)); /*Fx 3.6-15*/
    background: linear-gradient(to top, rgba(238, 238, 238, 1), rgba(238, 238, 238, 0)); /*Standard*/		
}
.subscription-bottom-wrapper:hover .subscription-description {
	max-height:50em;
}

#subscription-zipcode {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14pt;
	line-height:1;
	color:rgb(69, 67, 67)
	
}
#subscription-zipcode-form {
	display: inline;
}
#subscription-zipcode span {
	padding:5px;
	display:block;
}
#subscription-zipcode-form input {
	width:100%;
	font-size:inherit;
	font-family:inherit;
	margin:0;
	border:1px solid rgb(69, 67, 67);
	padding:5px;
}

#subscription-zipcode-form input[type=submit] {
	background:rgb(178, 178, 178);
	border:1px solid rgb(178, 178, 178);
	color:#fff;
	padding:5px;
	border-radius:10px;
}

/* #subscription-banner-image {
  text-align:center;
}


#subscription-banner-image img {
	width:100%;
  	max-width:370px;
  	margin: 0 auto;
}

#subscription-banner p {
	font-size:18px;
	font-size:inherit;
	color:inherit;
} */


@media screen and (max-width:980px) {
	#subscription-banner-image {
		display:none;
	}
}

.subscription-valign-middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subscription-item {
  border:1px solid #a1a1a1;
}

.subscription-header {
  border-bottom: 1px solid #a1a1a1;
}

.subscription-item.most-popular {
  border:1px solid #a1a1a1;
  margin-top:-20px;
}

.subscription-item.most-popular .subscription-header {
/*   background-color:rgb(126, 179, 39); */
  padding-top:1.5em;
  padding-bottom:1.5em;
  height:4em;
  border: 1px solid #a1a1a1;
}

.subscription-item h1, .subscription-item h2, .subscription-item h3 {
  font-size: 24px;
  font-family: 'Circe-Regular', sans-serif !important;
  font-weight: 700;
}

.subscription-item h4, .subscription-item h5, .subscription-item h6 {
  font-size: 18px;
  font-family: 'Circe-Regular', sans-serif !important;
}

.subscription-item.newsub {
    border: 1px solid #a1a1a1;
/*     background-color: #f3f3f3; */
}

.subscription-item.newsub .subscription-header {
   border-bottom: 1px solid #a1a1a1;
}

/* .subscription-item.newsub:hover .subscription-header {
    background-color: #b2b2b2;
}
 */
.subscription-item.newsub .prod-savings {
  font-size: 22px;
  font-family: 'Circe-Regular', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #454343;
  margin: 15px 0px;
}

.subscription-item.newsub {
  margin-bottom: 10px;
}

.subscription-item.newsub .price-wrap {
  min-height: 120px;
}

.subscription-item.newsub .sub-thumbnails {
  margin: 15px 0 0 0;
  height: 110px;
}

.subscription-item.newsub h4 {
  margin-bottom: 5px;
  font-size: 18px;
}

.subscription-item.newsub h6 {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
}

.subscription-item.newsub li {
  text-align: left;
  list-style-type: disc;
  padding: 0px 0px;
  margin: 15px 0px;
  font-size: 12px;
  line-height: 1.35;
}

.subscription-item.newsub .subscription-description {
  min-height: 235px;
  height: auto;
  max-height: 235px;
  padding: 0px 30px;
}

.subscription-item.newsub .subscription-bottom-wrapper {
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (max-width: 740px) {
    .subscription-item.newsub .subscription-description {
        height: auto;
        min-height: 0;
        max-height: none;   
    }
    .subscription-item.newsub .price-wrap {
        min-height: 65px;
    }
}

/*************
LOCATIONS PAGE
**************/

.map-strong {
  font-weight:600;
}
#map-container {
  position:relative;
}
#map-legend {
  font-size:13px;
  color:rgb(35,31,32);
  position:absolute;
  left:0;
  top:2em;
  padding:2em 1em; 
  width:376px;
  height:auto;
  background-color:#fff;
  
}
#map-legend h2 {
  font-size:14px;
  color:#000;
  font-weight:bold;
  font-family:'Circe-Regular', sans-serif;
  text-transform:uppercase;
}
#map-navigation {
  font-size:14px;
  padding:1em;
  color:#fff;
  text-transform:uppercase;
  background:#000;
/*   background: -webkit-linear-gradient(left top,rgba(142,187,68,1),rgba(180,209,127,1)); Safari 5.1-6*/
/*   background: -o-linear-gradient(bottom right,rgba(142,187,68,1),rgba(180,209,127,1)); /*Opera 11.1-12*/ */
/*   background: -moz-linear-gradient(bottom right,rgba(142,187,68,1),rgba(180,209,127,1)); /*Fx 3.6-15*/ */
/*   background: linear-gradient(to bottom right, rgba(142,187,68,1), rgba(180,209,127,1)); /*Standard */ */
}

#map-navigation span.total {    	
  margin-right:1em;
}

#map-navigation span.total {
  font-weight:600;
}

#map-navigation span.cust-service-hours {
  float:right;
}

.map-toggle {
  cursor:pointer;
}

div.map-location {
	position:relative;
	margin-top:20px;
}

div.map-location img.map-location-img {
	width:100%;
}

div.map-location img.map-location-img-desktop {
	width:100%;
	display:inline;
}
div.map-location img.map-location-img-alt {
	display:none;
}

div.map-location span.map-location-label {
	padding:.5em;
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	background:rgb(35,31,32);
	color:#fff;
}
span.map-coming-soon {
	display:block;
	font-size:2em;
	padding:1em;
	margin-top:20px;
	text-align:center;
	font-family:'Circe-Regular', sans-serif;
	font-style:italic;
	color:rgb(35,31,32);
}

@media screen and (max-width:980px) {
	div.map-location img.map-location-img-desktop {
		display:none;
	}
	div.map-location img.map-location-img-alt {
		display:inline;
		width:100%;
	}
}

@media screen and (max-width: 740px) {
	div.map-location img.map-location-img-alt {
		display:none;
	}
	#map-legend {
		display:block;
		position:relative;
	}
	div.map-location span.map-location-label {
		display:block;
		position:relative;
	}
	
}

/************************
DELIVERY PAGE
************************/
div#delivery-instructions {
  color:#000;
  margin-top:20px;
  padding:20px;
}

div#delivery-instructions h1, div#delivery-instructions h2, div#delivery-instructions h3, div#delivery-instructions h4, div#delivery-instructions p, div#delivery-instructions div, div#delivery-instructions a, div#delivery-instructions li {
  color:#000;
}

div#delivery-instructions h1, div#delivery-instructions h2, div#delivery-instructions h3 {
  font-family:'Circe-Regular', sans-serif;
}
div#delivery-instructions .label {
  cursor:pointer;
  font-size:20px;
  display:inline-block;
  padding:10px 20px;
}

div#delivery-instructions .label.active {
  background-color:#000;
  font-weight:bold;
  color:#fff;
}

div#delivery-instructions div.delivery-info {
  border:1px solid #ccc;
  padding:20px;
  display:none;
}

div#delivery-instructions div.delivery-info.active {
  display:block;
}

div#delivery-instructions a {
  font-weight:600;
}

div#delivery-instructions h3 {
	text-transform:uppercase;
  	margin-top:15px;
}

div#delivery-instructions ul {
  padding:0 10px;
  margin:default;
  margin-bottom:10px;
  list-style-type:default;
}
/*div#delivery-instructions ul li {
  list-style:none;
}*/
/*div#delivery-instructions ul li ul li {
  list-style:disc outside;
}*/

/**************
top banner
**************/
#super-banner {
  background-color:#000000;
  text-align:center;
  padding:.25em;
  margin-bottom: 1em;
}

#super-banner a {
  color:#fff;
}


/**************
new cart
***************/
.cart-header {
  font-size:18px;
  padding:20px;
  margin-bottom:20px;
  font-family: 'Circe-Regular', sans-serif;
  color: rgb(255, 255, 255);
  background-color: rgb(173, 173, 173);
  font-weight:normal;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}

.cart-selection {
	padding:0 20px;
}

.cart-step {
	border:1px solid #ddd;
	border-radius:5px;
    margin:20px 0;
    background:#fbfbfb;
}

.cart-step.plain {
    border:0;
    background:none;
}

.cart-spacer {
    display:inline-block;
	width:24px;
	height:24px;
	background:transparent;
}
.cart-step.current .cart-header {
	background:#7eb227;
}
.cart-step .empty {
	height:2px;
}

.cart-section {
	border-bottom:1px solid #ddd;
	padding:20px;
	clear:both;
}

.cart-section.no-padding {
	padding:0;
}

#shopping-cart textarea {
	background:#fff;
}

span.cart-left {
	display:inline-block;
	float:left;
}
span.cart-right {
	display:inline-block;
	float:right;
}

span.cart-heading {
	font-weight:bold;
	font-size:18px;
}

input.cart-qty {
	width:auto;
	max-width:50px;
	text-align:center;
	margin:0;
}

.cart-radio {
	width:20px;
	height:20px;
	opacity:0;
	margin:0;
	padding:0;
	cursor:pointer;
}

.cart-selection label, .swatch.cart-selection input:checked + label  {
	position: relative !important;
	border:0 !important;
	background:0 !important;
	box-shadow:none;
	cursor:pointer;
	height:auto !important;
	width:100%;
}

.cart-selection .radio-image {
	margin-left:0 !important;
	
}

.cart-radio:checked + label span.radio-image {
	background-color:#000;
}

.cart-table {
	display:table;
}

.cart-table-row {
	display:table-row;
}

.cart-cell {
	display:table-cell;
	vertical-align:middle;
}

.cart-selection-text {
	display:inline-block;
	text-align:left;
	margin-left:20px;
}

.cart-selection-image {
	width:30%;
	text-align:center;
}


.cart-selection-image img {
	width:100%;
	max-width:100px;
}

.cart-selection-line1 {
	font-size:22px;
	font-weight:bold;	
	font-family:'Circe-Regular', sans-serif;
	display:block;
	line-height:1.33em;
}
.cart-selection-line2 {
	font-size:16px;
	font-weight:normal;
	font-family:'Circe-Regular', sans-serif;
	display:block;
	line-height:1.33em;
}

.cart-valign-middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#shopping-cart.new-cart #checkout {
	
	background-color:rgb(173, 173, 173);
	color:#fff;
	border:2px solid rgb(173, 173, 173);
	font-size:18px;
    margin-bottom:0;
}

#shopping-cart.new-cart div.current #checkout {
	
	background-color:#7eb21a;
	color:#fff;
	border:2px solid rgb(173, 173, 173);
}


#note {
	margin:0;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}

.cart-table#product-list  {
	width:100%;
}
#product-list .cart-cell {
	padding:0;
	border:0;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}

#shopping-cart table#delivery-schedule td, #shopping-cart table#delivery-schedule th {
	font-weight:normal;
	border:1px solid #eee;
	padding:5px;
}  

a.link-green {
  color:#7ebd1a !important;
  cursor:pointer;
}
#shopping-cart.new-cart .cart-image, #shopping-cart.new-cart .cart-title {
  display:block;
  margin:0;
  padding:0;
}


.cart-select {
	margin-left:60px;	
}

.cart-select select {
  border-radius:4px;
}

#cart-zip-checker #subscription-zipcode {
  font-size:inherit;
}

#cart-zip-checker #subscription-zipcode input {
  padding:.5em;
  margin-bottom:0;
}

/*
CALENDAR STYLES 
*/
#shopping-cart.new-cart .ui-widget {
	font-family:'Circe-Regular', sans-serif;
}

#shopping-cart.new-cart #datepicker {
	width:70%;
	margin:0 auto;
	
}

#shopping-cart.new-cart .ui-datepicker {
	width:100%;
	padding:0;
	border:1px solid #e8e8e8;
	border-bottom:2px solid #e8e8e8;
	margin:20px 0;
	background:#fbfbfb;
}

#shopping-cart.new-cart .ui-datepicker-header {
  border:0;
  background:#000;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0; 
}

#shopping-cart.new-cart .ui-datepicker-calendar thead {
	background:#eee;
	background:moz-linear-gradient(top, #eee, #ddd);
	background:-webkit-linear-gradient(top, #eee, #ddd);
	background:-ms-linear-gradient(top, #eee, #ddd,);
	background:linear-gradient(to bottom, #eee, #ddd);
	text-transform:uppercase;
	border-bottom:1px solid #ccc;
}

#shopping-cart.new-cart .ui-datepicker-calendar td a, #shopping-cart.new-cart .ui-datepicker-calendar td span, #shopping-cart.new-cart .ui-datepicker-calendar td {
	border:0;	
	background:none;
	text-align:center;
}

#shopping-cart.new-cart td.enabled a.ui-state-default {
	color:#000;
}


#shopping-cart.new-cart td .ui-state-default {
	color:#666;
	font-weight:normal;
}

#shopping-cart.new-cart  td a.ui-state-active {
	color:#000;
	font-weight:bold;
    border: 1px solid #000;
}
#shopping-cart.new-cart td a.ui-state-hover {
	background:#ccc;
}

#shopping-cart.new-cart .ui-datepicker-next span {
  background:url('//cdn.shopify.com/s/files/1/0650/0581/t/2/assets/arrow-right.png?10886080384339193400');
	background-repeat:no-repeat;
}

#shopping-cart.new-cart .ui-datepicker-prev span {
	background:url('//cdn.shopify.com/s/files/1/0650/0581/t/2/assets/arrow-left.png?10886080384339193400');
	background-repeat:no-repeat;
}
#shopping-cart.new-cart .ui-datepicker-next.ui-state-hover, #shopping-cart.new-cart .ui-datepicker-prev.ui-state-hover {
	background:none;
	border:0;
}


.product-quick-view h2, .product-quick-view h3 {
  color: #7EB21A;
}

div.social-share {
  vertical-align:middle;
  display:inline-block;
  line-height:1em;
}

div.circle-frame {
  width:85px;
  height:85px;
  border-radius:50%;
  cursor:pointer;  
  border:1px solid #ccc;
  overflow:hidden;
  margin:20px 0;
}

div.circle-frame:hover {
  opacity:.8;
}

div.circle-frame a {
  display:block;
  width:100%;
  height:100%;
}

div.bigimage {
  position:relative;
}
div.image-nav {
  position:absolute;
  left:0;
  right:0;
  top:50%;
  transform:translateY(-50%);
}

div.image-nav span {
  color:#000;
  font-weight:bold;
  font-size:40px;
  display:block;
  position:absolute;
  cursor:pointer;
}

div.image-nav span.right {
  right:0;
}
div.image-nav span.left {
  left:0;
}

/*********************
NEW SIX PACK PAGE
*********************/

#themes {
  height:auto;
  color:#000;
}

.theme {  

  height:100%;
  width:100%;
  margin:1%;
  padding:15px;
  border:1px solid #ccc;
  border-radius:5px;
  cursor:pointer;
}

.theme:hover {
  color:#fff;
  background:rgb(142,187,68);
}

.overlay {
  font-weight:bold;
  display:block;
}

.underlay {
  font-weight:normal;
  display:block;
  margin:.25em;
}
.juice-images {
  display:none;
}

.juice-images img {
  width:15%;
}


@media screen and (min-width:740px) {
  
  #themes {
    display:table;
    border-collapse:separate;
    border-spacing:5px;
  }
  .theme-row {
    display:table-row;
    height:auto;
  }

  .theme {
    display:table-cell;
    width:30%;
  }
  
  .juice-images {
    display:block;
  }
}

.gridlock .row .desktop-4.onefifth {
  width: 20%;
  margin: 0 !important;
  border: 1px solid #b6b6b6;
  border-left: none;
  transition: ease background 0.5s;
}

.gridlock .row .desktop-4.onefifth:first-child {
    border-left: 1px solid #b6b6b6;
}

.onefifth .reboot-thumbnails {
  height: auto;
}

.onefifth .reboot-description {
  min-height: 6.2em;
}

.onefifth .reboot-details { 
  margin: 10px 0px 5px;
}

.onefifth .reboot-details a {
    font-weight: 500;
    font-size: 12px;
}

.onefifth:hover {
  background: #f3f3f3;
}

.onefifth:nth-child(1) {
  border-left: 1px solid #b6b6b6;
}

.row .one-fifth:last-child {
  border-right: 1px solid #b6b6b6;
}

.onefifth .reboot-header {
  background: transparent;
  color: #454343;
  font-family:'Circe-Regular', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
}

.onefifth input[type=submit].reboot-submit {
  font-size: 12px;
  max-width: 60%;
  width: 60%;
  padding: .5em 0;
}

.onefifth .reboot-thumbnails {
    height: auto;
    width: 95%;
}

#sixpack-banner-image img {
  max-width: 100%;
  margin: 0 auto;
  width: auto;
}

#reboot-discounts.sixpack p {
    font-size: 14px;
}

#reboot-discounts.sixpack p strong {
    font-size: 16px;
}

#reboot-discounts.rightfloat {
  text-align: right;
}

@media (max-width: 980px) {
  #reboot-discounts.rightfloat {
    text-align: left;
  }
  #reboot-discounts {
    float: left;
    width: 45%;
  }
  #sixpack-banner-image {
    width: 50%;
    float: right;
  }
  #sixpack-banner-image img {
  	max-width: 100%;
  	margin: 0;
  	width: auto;
  }
  .gridlock .row .desktop-4.onefifth {
    width: 33%;
    margin: 3px 0 !important;
  }
  .gridlock .row .desktop-4.onefifth:nth-child(odd) {
    border-left: none;
  }
  .gridlock .row .desktop-4.onefifth:nth-child(3n+1) {
    border-left: 1px solid #b6b6b6;
  }
  .onefifth .reboot-description {
    min-height: 4.2em;
  }
}

@media (max-width: 740px) {
  .gridlock .row .desktop-4.onefifth {
    width: 49%;
    margin: 3px 0px !important;
  }
  .gridlock .row .desktop-4.onefifth:nth-child(odd) {
    border-left: 1px solid #b6b6b6 !important;
  }
  .gridlock .row .desktop-4.onefifth:nth-child(3n+1) {
    border-left: none;
  }
  #sixpack-banner-image {
    padding: 30px 0px;
  }
}

#product-loop.sixpack {
  margin-top: 0;
}

@media (max-width: 500px) {
  .gridlock .row .desktop-4.onefifth {
    width: 100%;
    float: none;
    margin: 3px 0px;
    border: 1px solid #b6b6b6 !important;
  }
  #reboot-discounts, #reboot-discounts.rightfloat {
    float: none;
    width: 100%;
    text-align: center;
  }
  #sixpack-banner-image {
    width: 100%;
    float: none;
  }
}
  
/* Labor Day Popup */

.labordaym {display: none;}
.laborday {display: block;}

@media (max-width: 600px) {
  .labordaym {
    	display: block;
  }
  .laborday {
    	display: none;
  }
}

/*****************
INSTAGRAM FOOTER WIDGET
******************/
.above-footer {
  width: 80%;
  margin: auto;
  padding-top: 3em;
}

#instagram-widget h4 {
  text-transform:uppercase;
}

#instagram-widget #ig-logo {
  opacity: 0.7;
  width: 20px;
  float:left;
  margin-right: 10px;
  
}

/*****************
TESTIMONIAL FOOTER WIDGET
*****************/

#testimonial-widget .testimonial {
  display:none;
}



#testimonial-widget blockquote::after {
  content: url(//cdn.shopify.com/s/files/1/0650/0581/t/2/assets/quote-right.png?10886080384339193400);
  float: right;
  margin-top: 5px;
}
#testimonial-widget blockquote::before {
  content: url(//cdn.shopify.com/s/files/1/0650/0581/t/2/assets/quote-left.png?10886080384339193400);
  margin-right: 15px;
}

#testimonial-widget .attribute {
  margin-left: 20%;
  margin-top: 5%;
  display: inline-block;
  color: #999999;
}

#testimonial-widget .attribute::before {
    content: "- ";
}

/***********************
BUILD A 6-PACK
***********************/

#menu .thumb {
  max-height: 150px;
}

#menu .thumb-wrap {
  float: left;
}

#menu .thumb-wrap .title {
  display:none;
}

#menu .small-remove {
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 15px;
  margin: auto;
  display:none;
  cursor:pointer;
}
#menu .small-remove::before {
  content: url("//cdn.shopify.com/s/files/1/0650/0581/t/2/assets/x.png?10886080384339193400");
  position: relative;
  left: 4px;
  top: 2px;
}
#menu .thumb-wrap.active .small-remove {
  display:block;
}

.build-a-sixpack-add, 
input[type=submit].build-a-sixpack-add {
  border: 4px solid #000;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 8px;
  border-radius: 4px;
  color:#000;
  width:auto;
}

.build-a-sixpack-add:before,
input[type=submit].build-a-sixpack-add:before {
  content: "+ | ";
}

.build-a-sixpack-add:hover,
input[type=submit].build-a-sixpack-add:hover {
  background-color: #000;
  color: #fff;
}

.build-a-sixpack-add:active,
input[type=submit].build-a-sixpack-add:active {
    background-color: #b89d48;
    color: #fff;
    border: 4px solid #b89d48;
}

#menu .plus-button {
  margin-top: 10%;
  display: none;
}

#menu .plus-button.active {
  display:block;
}

#menu #bottles-left-label {
  color: #B89D48;
  text-transform: uppercase;
}

#menu .bottle-box {
  float: left;
  padding: 0 0 40px 20px;
  position:relative;
}

#menu img.juice {
 /* width:200px;*/
}

#menu .add-remove {
  width: 30px;
  height: 30px;
  background-color: #B0B0B0;
  border-radius: 25px;
  position: absolute;
  right: -15px;
  top: -5px;
  cursor:pointer;
}

#menu .add-remove:hover {
    background-color: #8d8c8c;
}

#menu .add-remove:active {
    background-color: #000;
}

#menu .add-remove::before {
  content: url("//cdn.shopify.com/s/files/1/0650/0581/t/2/assets/plus-white-small.png?10886080384339193400");
  position: relative;
  top: 5px;
  left: 5px;
}

#menu .title-wrapper {
  text-align: center;
}

#menu img.favorite-icon {
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.menu-modal .quick-view-title {
  color:#000;
  border-bottom:3px solid #000;
  font-size:24px;
  padding:.5em 0;
  margin-bottom:.5em;
}

.menu-modal .quick-view-title::after {
  content:'\00b0';
}

.menu-modal .bigimage {
  margin-bottom:0;
}

.menu-modal .fav-icon {
  float:left;
}

.menu-modal .fav-count {
  color: #B89D48;
  float:left;
  font-size:16px;
  padding:12px;
}
.menu-modal .fav-add {
  display:block;
  color: #ccc;
  text-transform:uppercase;
}

.favorite-button {
  cursor:pointer;
}
  
@media screen and (max-width: 740px) {
  .mobile-br {
    width:100%;
    clear:both;
    overflow:auto;
  }
}

@media screen and (min-width: 739px) and (max-width: 980px) {
  .tablet-br {
    width:100%;
    clear:both;
    overflow:auto;
  }
}

@media screen and (min-width: 981px) {
  .desktop-br {
    width:100%;
    clear:both;
    overflow:auto;
  }
}

.bottle-box > a {
  display:block;
  position:relative;
}

.quick-view-button {
  display:block;
  opacity:0;
  position:absolute;
  background-color:#b2b2b2;
  width:60%;
  top:50%;
  left:50%;
  transform:translateX(-50%) translateY(-50%);
  -webkit-transform:translateX(-50%) translateY(-50%);
  text-align:center;
}

.bottle-box > a:hover .quick-view-button {
  opacity:1;
}

/**************************
SIXPACK COLLECTION MODALS
**************************/

.sixpackbox h3, .sixpackbox #product-description h2 {
  color:#000;
}

/**************************
OFFICE WELLNESS PAGE
**************************/

#workplace {
  font-size:14px;
}

#workplace h3 {
  text-transform: uppercase;
  font-size: 1.4em;
}

#workplace-banner {
  font-size:18px;
  width: 100%;
  margin: 25px auto;
  height: 250px;
  background-image: url('//cdn.shopify.com/s/files/1/0650/0581/t/2/assets/JRINK_About_OfficeWellness.jpg?10886080384339193400');
  background-repeat: no-repeat;
  background-position: right top;
}

#workplace-banner h1 {
  color: #000;
  font-size: 2.8em;
  text-transform: uppercase;
  margin: 0px;
}

.icon-stat-group {
    width: 90%;
    margin: 100px 25px 0 25px;
}

.icon {
    float: left;
    height: 100px;
    width: 20%;
    border-right: 3px solid #000;
}

.icon img {
    padding-top: .5em;
}

.stat {
    float: right;
    height: 100px;
    width: 76%;
    padding-left: 10px;
}

.stat-title {
    margin-top: 100px;
    padding-bottom: 25px;
    border-bottom: 3px solid #000;
    width: 100%;
}

.stat-title h3 {
    margin: auto;
    text-align: center;
}

.icon-stat-longer li {
    line-height: 2em;
    list-style: none;
}

.icon-stat-longer img {
    padding-right: 10px;
    padding-top: 5px;
}

.benefit-list-left {
    float: left;
    display: inline-block;
    padding:15px 40px;  
}

.benefit-list-right {
    float: left;
    padding:15px 40px;  
}

.pithy-quote {
    background-color: #e1e1e1;
    height: auto;
    width: 100%;
}

#workplace blockquote {
    color:inherit;
    font-style: italic;
    width: 80%;
    padding-top: 25px;
    margin: auto;
    line-height: 1.5em;
}

#workplace .attribute {
    position: relative;
    display: inline-block;
    right: -60%;
}

#workplace .attribute:before {
    content: "- "
}

#workplace .form-container {
  border: 1px solid #A1A1A1;
  padding:25px;
}

#workplace input,
#workplace textarea {
  border-radius: 3px;
  border: 1px solid #BFBDBD;
  background-color: #F7F7F7;
  width: 70%;
  padding: 10px;
  color: #7C7B7B;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1) inset;
  margin-bottom:0;
}

#workplace .form-group {
  margin-bottom:25px;
}

#workplace #contact-form-submit {
  background-color: #000;
  font-size: 14px;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 8px;
  border-radius: 4px;
  width:auto;
}

#workplace #contact-form-submit:before {
    content: "+ | ";
}

#workplace #contact-form-submit:active{
    background-color: #b89d48;
    color: #fff;
    border: 4px solid #b89d48;
}

#workplace .error {
  color:#90101D;
  font-weight:bold;
}



/**************************
Quiz page
**************************/

#quiz-sections {
  font-size:14px;
}
#quiz-sections > div {
  display:none;
  margin-top:25px;
}

#quiz-sections h3 {
  text-transform: uppercase;
  font-size: 1.4em;
}

#quiz .button {
  background-color: #000;
  font-size: 14px;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 8px;
  border-radius: 4px;
  width: auto;
}
.valign-middle-wrapper {
  position:relative;
}
.valign-middle {
  position:absolute;
  top:50%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}

#quiz .q {
  text-align:center;
  font-size:1.5em;
  font-weight:bold;
  max-width:750px;
  margin:25px auto;
  line-height:1.5em;
}
#quiz .q .large  {
  font-size:1.3em;
  display:block;
}
#quiz .q div.progress {
  display: inline-block;
  background: #ccc;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin: 10px;
}
#quiz .q div.progress.active {
  background:#000;
}

#quiz .a {    
  text-align:center;
}
#quiz .a-wrap {
  display:inline-block;
}

#quiz .a .large {
  display:block;
  text-transform:uppercase;
}
#quiz .form-control {
  text-align:left;
  margin:25px 0;
}
#quiz label {
  margin-left:50px;
}

#quiz label:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #ebebeb;
  position:absolute;
  top:50%;
  left:0;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
#quiz input[type=radio]:checked + label:before {
  background-color: #000;
  border: 5px solid #ebebeb;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

}

#quiz input {
  display:none;
}

#quiz div.nav {
  left:0;
  width:100%;
  font-size:3em;
  color:#000;
}

#quiz div.nav .prev {
  position:absolute;
  left:0;
  cursor:pointer;
}

#quiz div.nav .next {
  position:absolute;
  right:0;
  cursor:pointer;
  color:#ccc;
}

#quiz div.nav .next.active {
  color:#000;
}

#quiz div.nav .start-over {
  font-size:.33em;
  cursor:pointer;
}
#quiz .result {
  text-align:center;
}

#quiz .recommendation {
  display:none;
  border:1px solid #7F7F7F;
}

#quiz .label-container {
  position:relative;
}
#quiz .label-container img {
  width:100%;
}

#quiz .label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform:translateX(-50%) translateY(-50%);
  -moz-transform:translateX(-50%) translateY(-50%);
  -ms-transform:translateX(-50%) translateY(-50%);
  transform:translateX(-50%) translateY(-50%);
  text-transform: uppercase;
  font-size: 3em;
  padding: 1em;
  text-align:center;
  line-height:1.3em;
  background:rgba(255, 255, 255, .85);
  width:75%;
  font-weight:bold;
}

#quiz .result input[type=submit] {
  display:block;
  margin:15px auto;
}



.quiz-result-description {
  text-align: center;
  max-width: 750px;
  margin: 25px auto;
}

.quiz-result-description .product-description {
  text-align:left;
}

.sixpack-price {
 font-weight:bold;
 font-size:16px;
}