/** Shopify CDN: Minification failed

Line 338:2 Expected identifier but found "*"
Line 693:2 Expected identifier but found "*"
Line 855:2 Expected identifier but found "*"
Line 1106:2 Expected identifier but found "*"
Line 1114:2 Expected identifier but found "*"
Line 1123:2 Expected identifier but found "*"
Line 1137:2 Expected identifier but found "*"
Line 1148:2 Expected identifier but found "*"
Line 1296:2 Expected identifier but found "*"
Line 1456:2 Expected identifier but found "*"
... and 19 more hidden warnings

**/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
(Tweaked for CleanThemes theme)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* CSS cross-browser clear fix */
.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {
  clear:both;
}
.cf {
  zoom:1;
}


/* Remove FF input padding for consistant alignment */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove the odd input formatting from iOS */
button,
input[type=submit],
input[type=button]{
  -webkit-appearance: none;
}

/* Stop Webkit's big glowy boxes, we have our own highlight effect */
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

/* Standard text CSS */
strong, b { font-weight:bold; }
abbr, acronym { border-bottom:1px dotted #3d3d3d; cursor:help; } 
em, i { font-style:italic; }
ul,ol,dl { margin:1em; font-size:100%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
blockquote {
  margin:1.5em 0em 1.5em 10px;
  padding:.5em 0em;
  quotes:"\201C""\201D";
  font-size:130%;
  font-style:italic;
  line-height: 100%;
}
blockquote:before{
  color: #3d3d3d;
  content:open-quote;
  font-size:3em;
  line-height:.1em;
  margin-left: -20px;
  margin-right: 10px;
  vertical-align:-0.48em;
}
blockquote :first-child { display:inline; }
blockquote :last-child { margin-bottom:0; }
blockquote:after { content: no-close-quote; }

ol,ul,dl { margin-left:2em; }
ol li {    list-style: decimal outside; }
ul li { list-style: disc outside; }
dl dd { margin-left:1em; }
th,td {
  border-bottom: 1px solid #ffffff;
  border-collapse: collapse;
  border-top: 1px solid #ffffff;
  padding: 0.7em;
}
th {
  /*distinguishing table headers from data cells*/
  font-weight:bold;
  text-align:left;
  border-bottom-width: 3px;
}
caption { margin-bottom:.5em; text-align:center; }
p,fieldset,table, ul, ol { margin-bottom:2.6em; }
p { line-height: 1.75; }

hr {
  border: none;
  width: 100%;
  color: transparent;
  border-bottom: 1px solid #cccccc;
  height: 9px;
  margin: 1em 0;
}

/* Google Fonts */






 body, input, textarea, select, a.button

{ font-family: Montserrat; }






 .util-area li, ::-webkit-input-placeholder, #pagefooter .footer-nav li, #pagefooter .copyright, #pagefooter .copyright a, .signup-form input[type="submit"], .insta-button

{ font-family: Open Sans; }






 h1,h2,h3,h4,h5,h6

{ font-family: Montserrat; }






 #pageheader .logotext

{ font-family: Montserrat; }






 .nav-row

{ font-family: Lato; }


/* Theme styles */

body {
  font-size: 15px;
  line-height: 1.6em;
  color: #3d3d3d;
  letter-spacing: 1px;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  
  background: #ffffff;
  
  
  
  
  background-repeat:repeat;
  
  
}

::selection{/* Webkit & Opera */
  background:#444444;
  color:#ffffff;
}
::-moz-selection{ /* Firefox */
  background:#444444;
  color:#ffffff;
}

a,
a:link,
a:visited {
  color:#545454;
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
  text-decoration:none;
}

a:hover {
  color:#5acee5;
}

select {
  max-width: 100%;
}

input,
textarea {
  font-size: 15px;
  line-height: 15px;
  background-color: #ffffff;
  color: #3d3d3d;
  border: 1px solid #cccccc;
  padding: 11px 15px;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  letter-spacing: 1px;
}

input[type=checkbox] {
  border:none;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  border-radius:0;
}

textarea {
  height:120px;
  padding-top: 10px;
  padding-bottom: 10px;

}

/* HTML5 input placeholders */
::-webkit-input-placeholder {
  font-style: italic;
  color: #b5b5b5;
}

:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
  color: #b5b5b5; 
}

::-moz-placeholder {  /* Firefox 19+ */
  font-style: italic;
  color: #b5b5b5;
}

:-ms-input-placeholder {
  font-style: italic;
  color: #b5b5b5;
}

.button,
a.button,
button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"],
.wishlistbutton a,
a.addthis_button_email {
  background: transparent url(/cdn/shop/t/6/assets/button-plain.png?v=87287463242105840211424128465) no-repeat left top;
  background-size: 100% 200%;
  border: none;
  color:#ffffff;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  height: auto;
  margin: 0;
  text-decoration: none !important;
  
  text-transform: uppercase;
  
  cursor: pointer;
  padding: 22px 5px 22px;
  vertical-align: middle;
  width: 165px;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  border-radius:0;
  -moz-transition: background-color 100ms, color 100ms;
  -webkit-transition: background-color 100ms, color 100ms;
  transition: background-color 100ms, color 100ms;
  display: inline-block;
  zoom:1;
  *display:inline;
  letter-spacing: 1px;
  white-space: normal;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.wishlistbutton a:hover {
  background-position: left bottom;
}

.ie8 .button,
.ie8 a.button,
.ie8 button,
.ie8 a.btn,
.ie8 input[type="submit"],
.ie8 input[type="reset"],
.ie8 input[type="button"],
.ie8 a.addthis_button_email {
  background: #e94b3f;
}

a.arrow-button,
button.arrow-button,
input.arrow-button {
  background-image: url(/cdn/shop/t/6/assets/button-arrow.png?v=135951733991216820001424128464);
  padding-right: 20px;
  width: 150px;
}

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

.button.altaltcolour,
button.altaltcolour,
input[type="submit"].altaltcolour {
  background: #c93e34;
}

.button.altaltcolour:hover,
button.altaltcolour:hover,
input[type="submit"].altaltcolour:hover {
  background: #e94b3f;
}

.button.notabutton,
a.button.notabutton,
button.notabutton,
input[type="submit"].notabutton {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: none;
  vertical-align: baseline;
  min-width: 0;
  overflow: visible;
  height: auto;
  color:#545454;
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}

.button.notabutton:hover,
a.button.notabutton:hover,
button.notabutton:hover,
input[type="submit"].notabutton:hover {
  color:#5acee5;
}

.button.disabled,
a.button.disabled,
button[disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled] {
  opacity: 0.5;
}

input[type="submit"]#update-cart {
  background-image: url('/cdn/shop/t/6/assets/button-checkout.png?v=81207759789690663141424128465');
  padding: 60px 0 0;
  height: 0;
  width: 175px;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;
  font-weight: bold;
  line-height: 1.2em;
  
  text-transform: uppercase;
  
  margin-bottom: 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: inherit;
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color:#5acee5;
}

h1,
h2.h1-style,
h3.h1-style { font-size: 32px; }




h2,
h1.h2-style,
h2.h2-style,
h3.h2-style,
h4.h2-style,
h5.h2-style,
h6.h2-style,
.h2-style {
  font-size: 25px;
}


h3,
h1.h3-style,
h2.h3-style,
h3.h3-style,
h4.h3-style,
h5.h3-style,
h6.h3-style,
.h3-style {
  font-size: 23px;
}


h4,
h1.h4-style,
h2.h4-style,
h3.h4-style,
h4.h4-style,
h5.h4-style,
h6.h4-style,
.h4-style {
  font-size: 21px;
}


h5,
h1.h5-style,
h2.h5-style,
h3.h5-style,
h4.h5-style,
h5.h5-style,
h6.h5-style,
.h5-style {
  font-size: 19px;
}


h6,
h1.h6-style,
h2.h6-style,
h3.h6-style,
h4.h6-style,
h5.h6-style,
h6.h6-style,
.h6-style {
  font-size: 17px;
}


h1.majortitle,
h2.title, /* Req for Shopify account templates */
h2.majortitle,
h3.majortitle,
h4.majortitle,
h5.majortitle,
h6.majortitle,
.majortitle {
  margin: 10px 0;
}

h1.hometitle,
h2.hometitle,
h3.hometitle,
.hometitle {
  line-height: 1em;
  margin: 10px 0;
}


img {
  max-width: 100%;
  height: auto;
}

.hidden {
  display: none;
}

/* Lists  */
#pageheader ul,
#pageheader li {
  margin: 0;
  padding: 0;
  display: inline;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container .container {
  padding-left: 0;
  padding-right: 0;
}

.flexslider .container {
  padding-left: 40px;
  padding-right: 40px;
}

#content {
  padding-bottom: 0px;
}

.template-index #content {
  padding-bottom: 0;
}

/* Header */
#pageheader {
  position: relative;
  background: #ffffff;
  z-index: 4000; /* Place above slider for live-search dropdown */
}

#pageheader,
#pageheader a {
  color: #ff1500;
}

#pageheader .logo-area { padding: 11px 0 0px; }

#pageheader .logo {
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  z-index: 4;
  padding-top: 45px;
}

#pageheader .logo a {
  color: #ffffff;
}

#pageheader .logo img {
  vertical-align: top;
}

#pageheader .logo img.mobile {
  width: 210px;
}

#pageheader .logo .logotext {
  font-size: 22px;
  line-height: 1em;
}

#pageheader .util-area ul { margin-bottom: 4px; float: left; }
#pageheader .util-area li { margin-right: 14px; }
#pageheader .util-area li:last-of-type { margin-right: 0; }
#pageheader .util-area li,
#pageheader .util-area li a { font-size: 12px; font-weight: 600; color: #444444; text-transform: uppercase; letter-spacing: 0; float: left; }
#pageheader .util-area li a:hover { color: #5acee5; }

#pageheader .promo {
  margin: 12px 0 0 20px;
  float: left;
}

#pageheader .promo.mobile {
  width: 100%;
  display: none;
  margin: 22px 0 0 0;
}

#pageheader .search-box,
#pageheader .utils {

}

#pageheader .logo-pos-below .search-box,
#pageheader .logo-pos-below .utils,
#pageheader .logo-pos-above .search-box,
#pageheader .logo-pos-above .utils {
  top: 0;
  margin-top: 0;
}

#pageheader .search-box {

}

.beside-main-menu {
  display: inline-block;
  vertical-align: top;
  padding-top: 7px;
  margin-left: 10px;
  position: relative;
}

.beside-main-menu .facenum {
  position: absolute;
  top: -25px;
  right: 0;
  white-space: nowrap;
}
.beside-main-menu .facenum a {
  vertical-align: top;
  line-height: 1.2em;
}

.search-box {
  position: relative;
}

.search-box .search-form {
  border: 1px solid #ebebeb;
  background: #f6f6f6;
  position: relative;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.search-box.focus .search-form {
  border-color: #ccc;
}

.search-box .search-form button {
  width: 22px;
  height: 22px;
  /*background: url('/cdn/shop/t/6/assets/social_spr_white.png?v=170911715884042545981424128479') -221px center no-repeat;*/
  background: url('/cdn/shop/t/6/assets/search-icon.png?v=118799373837772195281424128477') no-repeat center;
  top: 3px;
  right: 10px;
  position: absolute;
  z-index: 1;
}

/*.search-box.focus .search-form i {
  background-image: url('/cdn/shop/t/6/assets/social_spr_darkgrey.png?v=182632126923213744051424128478');
}*/

.search-box .search-form input[type="text"] {
  border: none;
  background: transparent;
  padding: 7px 10px 7px 15px;
  width: 180px;
  font-size: 12px;
  color: #b5b5b5;
}

.search-box.focus .search-form input[type="text"] {
    color: #b5b5b5;
}

/* HTML5 input placeholders */
.search-box .search-form input[type="text"]::-webkit-input-placeholder {
  color: #b5b5b5;
  opacity: 1;
}

.search-box .search-form input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #b5b5b5; 
  opacity: 1;
}

.search-box .search-form input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
  color: #b5b5b5;
  opacity: 1;
}

.search-box .search-form input[type="text"]:-ms-input-placeholder {
  color: #b5b5b5;
  opacity: 1;
}

.search-box .search-form input[type="submit"] {
  opacity: 0;
  filter:alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 8px;
  background: transparent;
  color: #3d3d3d;
  border: none;
  width: 20px;
  min-width: 0;
  height: 25px;
  padding: 5px 0;
  line-height: 2px;
  font-size: 100%;
}

.search-box.focus .search-form input[type="submit"] {
  opacity: 1;
  filter:alpha(opacity=100);
}

.search-box .results-box {
  position: absolute;
  background: #ffffff;
  width: 307px;
  right: 0;
  z-index: 5000;
}

.search-box .results-box > * {
  width: 100%;
  display: block;
  padding: 7px 2px;
  margin: 0;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  min-height: 24px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  text-align: left;
}

.search-box .results-box > *:first-child {
  border-top: 1px solid #cccccc;
}

.search-box .results-box > *:hover {
  color: #545454;
}

.search-box .results-box a {
  color: #3d3d3d;
  line-height: 2em;
  white-space: normal;
}

.search-box .results-box .img {
  float: left;
  margin: 0 10px;
  width: 32px;
  /*height: 32px;*/
  text-align: center;
  overflow: hidden;
}

.search-box .results-box .img img {
  vertical-align: middle;
  margin-top: 0;
}

.search-box .results-box .load {
  background: url('/cdn/shop/t/6/assets/ajax-load.gif?v=62939699503414190391424128463') center center no-repeat;
  text-align: center;
}

.search-box .results-box .note,
#main-nav .search-box .results-box .note {
  text-align: center;
  background:#e94b3f;
  border: #e94b3f;
  color:#ffffff;
  font-size: 16px;
  
  text-transform: uppercase;
  
}

#pageheader .utils {
  right: 30px;
  height: 44px;
  line-height: 40px;
  margin-top: -18px;
  
  text-transform: uppercase;
  
  font-size: 12px;
}

#pageheader .utils .social-links,
#pageheader .utils .cart-summary {
  vertical-align: middle;
  display:inline-block;
  zoom:1;
  *display:inline;
}

#pageheader .utils .social-links {
  margin-right: 30px;
}

#pageheader .utils .cart-summary {
  text-align: right;
}

.switcher {
  vertical-align: top;
  position: relative;
  display: inline-block;
}

.switcher .selected-currency {
  display: inline-block;
  padding: 9px 10px;
  border-left: 1px solid #444;
  cursor: pointer;
  background: transparent;
}

.switcher .switcher-drop {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 5000;
  margin-top: -14px;
}

.switcher .switcher-drop .inner {
  margin-top: 1.3em;
  line-height: 1em;
  padding: 14px 20px 15px;
  border: 1px solid #dedede;
  background: #fff;
  color: #444;
  white-space: nowrap;
}

.switcher .switcher-drop .inner:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #dedede transparent;
  position: absolute;
  top: 1.3em;
  right: 15px;
  margin-top: -5px;
}

.switcher .switcher-drop .inner:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 1.3em;
  right: 15px;
  margin-top: -4px;
}

.switcher.show-drop .switcher-drop,
.switcher:hover .switcher-drop {
  display: block;
  -webkit-animation: reveal 0.2s ease-out 0s 1 normal none;
  animation: reveal 0.2s ease-out 0s 1 normal none;
}

.switcher .original-dropdown {
  display: none;
}

.switcher #currencies-buttons {
  margin: 5px -4px 0 0;
  width: 165px;
}

.switcher #currencies-buttons a {
  float: left;
  width: 50px;
  text-align: center;
  color: #333;
  background: #e0e0e0;
  margin: 5px 5px 0 0;
  padding: 6px 0;
}

.switcher #currencies-buttons a:hover {
  color: #333;
  background: #d0d0d0;
}

.switcher #currencies-buttons a.active,
.switcher #currencies-buttons a.active:hover {
  background: #f27979;
  color: white;
}

#pageheader .utils .cart-summary .button {
  min-width: 0;
  padding: 8px 15px;
  vertical-align: middle;
  color: #ffffff;
}

#pageheader .util-area {

  position: relative;
  height: 55px;



  margin-top: 18px;
  float: right;

}

#pageheader .util-area .signup-reveal-area {
  display: inline;
  position: relative;
}

#pageheader .util-area .signup-reveal {
  
  text-transform: uppercase;
  
  font-size: 12px;
}

#pageheader .util-area .signup-form-cont {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 50;
}

#pageheader .util-area .signup-reveal-area.show-drop .signup-form-cont,
#pageheader .util-area .signup-reveal-area:hover .signup-form-cont {
  display: block;
  -webkit-animation: reveal 0.2s ease-out 0s 1 normal none;
  animation: reveal 0.2s ease-out 0s 1 normal none;
}

#pageheader .util-area .signup-form-cont .signup-form {
  margin-top: 1.3em;
}

#pageheader .util-area .signup-form-cont .signup-form:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #dedede transparent;
  position: absolute;
  top: 1.3em;
  left: 15px;
  margin-top: -5px;
}

#pageheader .util-area .signup-form-cont .signup-form:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 1.3em;
  left: 15px;
  margin-top: -4px;
}

#pageheader .util-area .signup-form {
  background-color: #fff;
  border-color: #dedede;
}

#pageheader .util-area .signup-form * {
  color: #444;
  background: transparent;
}

/* HTML5 input placeholders */
#pageheader .util-area .signup-form input::-webkit-input-placeholder {
  color: #444;
}

#pageheader .util-area .signup-form input:-moz-placeholder { /* Firefox 18- */
  color: #444;
}

#pageheader .util-area .signup-form input::-moz-placeholder {  /* Firefox 19+ */
  color: #444;
}

#pageheader .util-area .signup-form input:-ms-input-placeholder {
  color: #444;
}

#pageheader .util-area .signup-form label {
  display: none;
}

#mobile-nav .cartlink,
.switcher .selected-currency,
#mobile-nav .cartandlinks > ul > li > a {
  background-color: #1e1e1e;
  transition: background-color 500ms;
}

#mobile-nav .cartlink:hover,
.switcher:hover .selected-currency,
#mobile-nav .cartandlinks > ul > li > a:hover {
  background-color: #3c3c3c;
}

/* Nav */
.nav-row {
  text-align: center;
  /*line-height: 2.5em;*/
  font-size: 16px;
}

.nav-row .multi-level-nav > div { /* All nav rows regardless of tier */
  /*padding: 5px 0;*/
}

.nav-row .tier-1 {
  position: relative;
  z-index: 5000;
  
  text-transform: uppercase;
  
}

.nav-row ul {
  margin: 0;
  
  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row ul li {
  vertical-align: top;
  margin: 0;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row a {
  padding: 0 10px;
  white-space: nowrap;
  display:inline-block;
  line-height: 46px;
  zoom:1;
  *display:inline;
  letter-spacing: 0;
}

.nav-row a.expanded,
.nav-row li.active > a {
  color:#5acee5;
}

.nav-row a .exp {
  margin-left: 5px;
  width: 10px;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row a.listing-title {
  font-weight: bold;
}

.nav-row .slash {
  padding: 10px 0;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row ul ul {
  display: none;
}

.nav-row ul ul.listed {
  display: block;
  padding-bottom: 10px;
}

.nav-row .tier-1 ul ul.listed {
  display: none;
}

.nav-row ul ul.listed > li {
  display: block;
}

.nav-row ul ul.listed > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1em;
}


.nav-row ul li {
  position: relative;
}

.nav-row .tier-1 > ul > li > a {
  border: 1px solid transparent;
}

.nav-row .tier-1 > ul > li.has-dropdown:hover > a,
.nav-row .tier-1 > ul > li.has-dropdown.expanded > a {
  background: white;
  position: relative;
  z-index: 1001;
  border: 1px solid #cccccc;
  border-bottom: none;
}

.nav-row ul li > .dropdown {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
  margin-top: -1.5px;/* ie11 hi-dpi */
  left: 0;
  background: white;
  border-collapse: collapse;
  border: 1px solid #cccccc;
  width: 420px;
  padding: 15px 0;
}

.nav-row ul li.expanded > .dropdown,
.nav-row ul li:hover > .dropdown {
  display: block;
}

.nav-row ul li > .dropdown > .links {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  margin: 0;
}

.nav-row ul li > .dropdown > .links li {
  display: block;
}

.nav-row ul li > .dropdown > .links a {
  display: block;
  text-align: left;
  line-height: 1.2em;
  white-space: normal;
  padding: 3px 10px;
}

.nav-row ul li > .dropdown > .side-content {
  display: inline-block;
  vertical-align: middle;
  width: 55%;
  margin: 0 2% 0 0;
  min-height: 184px;
}

.nav-row ul li > .dropdown > .side-content > div {
  display: none;
}

.nav-row ul li > .dropdown > .side-content > div.first {
  display: block;
}

.nav-row ul li > .dropdown > .side-content > div > a {
  display: block;
}

.nav-row ul li > .dropdown > .side-content > div > a:hover {
  opacity: 0.8;
}

.nav-row ul li > .dropdown > .side-content > div > a img {
  vertical-align: top;
}

.tags.nav-row {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 15px;
  text-transform: capitalize;
}

.tags .active a {
  color: #e94b3f;
}

.multi-tag-row {
  margin-bottom: 10px;
}

.multi-tag-row .tags.nav-row {
  margin-top: -1px;
}

.tags.nav-row.social {
  text-align: right;
}


/*Get $20 Free button */
.get20free-block {
  position: absolute;
}

.get20free-link {
  background-image: url('/cdn/shop/t/6/assets/Get-20-badge.png?v=37410863655130749431424128469');
  height: 110px;
  position: relative;
  top: -91px;
  width: 185px;
  z-index: 99999;
  display: inline-block;
  zoom:1;
  *display:inline;
}




/* Main nav only */
#main-nav {
  background: #ffffff;
  border-bottom: 1px solid #ebebeb;
}

#main-nav .multi-level-nav > div {
  /*border-top: 1px solid #ebebeb;
  background: #dbdbdb;*/
}

/*#main-nav .multi-level-nav .tier-1 { background: #ffffff; }*/
#main-nav .multi-level-nav .tier-2 { background: #e6e6e6; }

#main-nav a {
  color: #434343;
}

#main-nav a.sale {
  color: #444444;
}

#main-nav a.cart-count img {
  position: relative;
  top: 5px;
  margin-left: 4px;
}

#main-nav a.expanded,
#main-nav li.active > a,
#main-nav a:hover {
  color: #000000;
}

#main-nav .account-links {
  padding: 0 18px;
  color: #000000;
  white-space: nowrap;
}

#main-nav .account-links a {
  padding-left: 0;
  padding-right: 0;
  color: #000000;
}

/* Store messages */
#store-messages,
#home-message { background: #ffffff;}

#store-messages .message,
#home-message .message {
  position: relative;
  text-align: center;
  padding: 10px 0 5px;
}

#store-messages.messages-2 .message {
  float: left;
  width:49.5%;
}

#store-messages.messages-3 .message {
  float: left;
  width:33.33%;
}

#store-messages .message a,
#home-message .message a {
  display: block;
}

#store-messages .message .title,
#store-messages .message .tagline,
#home-message .message .title {
  margin: 0 20px;
}

#store-messages .message .title,
#home-message .message .title {
  line-height:1.3em;
  font-size: 24px;
  font-weight: 300;
  color: #ff1500;
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
  -webkit-font-smoothing: antialiased;
}

#store-messages .message a:hover .title,
#home-message .message a:hover .title {
  color:#5acee5;
}

#store-messages .message .tagline {
  font-size: 80%;
  
  text-transform: uppercase;
  
  display: block;
  line-height:1.4em;
  margin-top:5px;
  color: #666;
}

#store-messages .message .fluff {
  border-left: 1px solid #cccccc;
  width: 1px;
  position: absolute;
  left: 0;
  top: 20px;
  height: 28px;
}

/* Headings above content */
.page-header {
  text-align: center;
  padding: 20px 0 20px;
}

.page-header.no-content {
  padding: 10px 0;
}

.page-header .pagetitle {
  margin-bottom: 20px;
}

.page-header .user-content {
  text-align: left;
}

.page-header .filters {
  float: left;
  
  text-transform: uppercase;
  
  font-size: 12px;
}

.page-header .social-area {
  float: right;
  
  text-transform: uppercase;
  
  font-size: 12px;
}

.page-header .social-area .rsslink,
.page-header .social-area .social {
  vertical-align: middle;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.page-header .social-area .rsslink img {
  height: 28px;
  width: 28px;
  margin-left: 10px;
}

.page-header .filters .tags {
  margin-right: 25px;
}

/* Pagination */
.pagination-row {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pagination-row.upper {
  margin-top: 0;
}

.pagination {
  
  text-transform: uppercase;
  
  font-size: 12px;
}

.pagination .pagecount {
  border-left: 1px solid ;
  border-right: 1px solid ;
  padding: 0 5px;
  margin: 0 2px;
}

/* Main footer */
#pagefooter {
  background: #5acee5;
  padding: 0;
  color: white;
}

#pagefooter h1,
#pagefooter h2,
#pagefooter h3,
#pagefooter h4,
#pagefooter h5 {
  color: #373533;
  letter-spacing: 0;
}

#pagefooter h6 {
  font-size: 14px;
  color: #373533;
  letter-spacing: 0;
}

#pagefooter .connect {
  text-align: center;
  padding: 40px 0 10px;
  margin-bottom: 30px;
  background: #a9e7f3 url(/cdn/shop/t/6/assets/web-texture-v6.jpg?v=85404485792810601561424128479) no-repeat top center;
  background-size: cover;
  color: #333;
}

#pagefooter .connect .h1-style {
  margin-bottom: 5px;
  font-size: 30px;
  color: #333;
}

#pagefooter .connect > p {
  margin-bottom: 25px;
  font-size: 14px;
  letter-spacing: 0;
}

#pagefooter .connect .social-links {
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

#pagefooter .connect .interact {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}

#pagefooter .container {
  max-width: 1050px;
}

#pagefooter .footer-nav {
  float: left;
  width: 29%;
  margin-left: 2%;
  margin-top: 45px;
}

#pagefooter .footer-nav.col-2 {
  margin-left: 13%;
}

#pagefooter .footer-nav.last {
  width: 160px;
  float: right;
  text-align: right;
  margin-top: 5px;
}

#pagefooter .footer-nav h6 {
    margin-bottom: 13px;
}

#pagefooter .footer-nav ul {
    margin: 0;
}

#pagefooter .footer-nav li {
  font-size: 15px;
  font-family: Montserrat, Arial;
  letter-spacing: 0;
  text-transform: none;
  list-style: none;
  line-height: 1.2em;
  margin: 12px 0;
}

#pagefooter .footer-nav a {
  color: #373533;
}

#pagefooter .footer-nav a:hover {
  color: #000;
}

#pagefooter .footer-nav .finance-icons {
}

#pagefooter .footer-nav .finance-icons .trustlink-cont {
  margin: 1em 0;
}

#pagefooter .footer-nav .finance-icons .cards {
  margin-top: 10px;
}

#pagefooter .lower {
    float: left;
    width: 25%;
}

#pagefooter .lower h6 {
    margin-bottom: 22px;
}

#pagefooter .copyright {
  font-size: 15px;
  font-family: Montserrat, Arial;
  letter-spacing: 0;
  width: 100%;
  margin-top: 25px;
  padding: 13px 0;
  text-align: center;
  background: #38a5bd;
  float: left;
}

#pagefooter .copyright,
#pagefooter .copyright a {
    color: #fff;
    text-transform: none;
}

#pagefooter .copyright .copy {
  white-space: nowrap;
  text-transform: none;
  margin: 0 10px;
}

#pagefooter .copyright .links {
  display: inline-block;
  margin: 0 10px;
}

#pagefooter .copyright img {
  vertical-align: middle;
  margin-right: 20px;
}

#pagefooter .fb-like {
  margin-top: 15px;
}

#pagefooter .social-links {
  display:inline-block;
  zoom:1;
  *display:inline;
}

#pagefooter .social-links ul {
    margin: 0;
}

#pagefooter .signup-form {
  display: block;
  position: relative;
}

#pagefooter .signup-form input[type=email] {
  width: 305px;
  padding: 9px 90px 9px 10px;
  font-size: 18px;
  line-height: 1em;
}

#pagefooter .signup-form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  color: white;
  background: #3a9ec5;
}

#pagefooter .signup-form input[type=submit]:hover {
  background: #2a7ea5;
}


#pagefooter .payment-methods {
  margin-top: 20px;
}

#pagefooter .payment-methods ul {
  margin-left: 0;
}

/* Signup form in header *or* footer */
.signup-form-cont {
  /*text-align: center;*/
  clear: both;
  white-space: nowrap;
}

.signup-form-cont .res {
  white-space: normal;
  max-width: 400px;
}

.signup-form {
  display:inline-block;
  zoom:1;
  *display:inline;
  vertical-align: middle;
}

.signup-form {
  /*border: 1px solid #cccccc;
  background-color: #ffffff;*/
}

.signup-form label {
  font-size: 12px;
  line-height: 12px;
  padding: 0 25px;
  border-right: 1px solid #cccccc;
  vertical-align: middle;
  
  text-transform: uppercase;
  
}

.signup-form input[type="email"] {
    width: 245px;
    padding: 13px 10px;
    border: none;
    /*text-align: center;*/
    font-size: 12px;
}

#pagefooter .interact .btn-join,
.signup-form input[type="submit"] {
    width: 85px;
    height: 41px;
    margin-left: 7px;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #373533;
    background: #fff;
}

.signup-form input[type="submit"]:hover {
    color: #ffffff;
    background: #c93e34;
}

.signup-form h4 {
  margin: 0.6em 2em;
}

/* Social links */
.social-links li {
  list-style:none;
  display:inline;
}

.social-links a {
  display:inline-block;
  zoom:1;
  *display:inline;
  height: 0;
  text-indent: -999em;
  vertical-align: middle;
  
  width: 41px;
  padding-top: 44px;
  background: url('/cdn/shop/t/6/assets/social_spr_white_2x.png?v=69442498297873809271424128479') 0 0 no-repeat;
  
}

.social-links a:hover {
  opacity: 0.8;
}

.social-links .facebook a {}

.social-links .facebook a { background-position: -2px 0; }
.social-links .twitter a { background-position: -47px 0; }
.social-links .rss a { background-position: -88px 0; }
.social-links .pinterest a { background-position: -135px 0; }
.social-links .google a { background-position: -176px 0; }
.social-links .instagram a { background-position: -223px 0; }
.social-links .vimeo a { background-position: -264px 0; }
.social-links .youtube a { background-position: -308px 0; }
.social-links .flickr a { background-position: -352px 0; }
.social-links .tumblr a { background-position: -399px 0; }
.social-links .email a { background-position: -489px 0; }


.social .socitem {
  vertical-align:top;
  display:inline-block;
  zoom:1;
  *display:inline;
  position: relative;
}

.social .socitem.label {
  margin: -2px 10px 0 0;
}

.social .socitem .social-btn {
  overflow: hidden;
  float: left;
  width: 85px;
  height: 0px;
  padding-top: 41px;
  background: url(/cdn/shop/t/6/assets/social-buttons-spr.png?v=73554366704385391401424128478) no-repeat left top;
}

.social .socitem .googleplus-btn { display: none; }

.social .socitem .twitter-btn { background-position: -2px top; }
.social .socitem .pinterest-btn { background-position: -267px top; }
.social .socitem .facebook-btn { background-position: -91px top; }
.social .socitem .email-btn { background-position: -180px top; }

.social .socitem:hover .twitter-btn { background-position: -2px bottom; }
.social .socitem:hover .pinterest-btn { background-position: -267px bottom; }
.social .socitem:hover .facebook-btn { background-position: -91px bottom; }
.social .socitem:hover .email-btn { background-position: -180px bottom; }

.template-product .social .socitem.label {
  margin-top: 10px;
}

.social .socitem.fancycont a {
}

#content .social .socitem .actual-btn a {
  position: absolute!important;
  opacity: 0!important;
  left: 0!important;
  top: 0!important;
  width: 100%!important;
  height: 100%!important;
}

.fade-load {
  min-height: 160px;
  background: url(/cdn/shop/t/6/assets/loading-logo.jpg?v=46813081211822194501424128474) no-repeat center center;
}

.fade-load img {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.no-js .fade-load,
.fade-load.loaded {
  min-height: 0;
}

.no-js .fade-load img,
.fade-load.loaded img {
  opacity: 1;
}

/* Product listing */


.product-block {
  text-align: center;
}

.product-block .block-inner {
  height: 320px;
  background: url(/cdn/shop/t/6/assets/loading-logo.jpg?v=46813081211822194501424128474) no-repeat center top;
}

.product-block .image-cont {
  position: relative;
  height: 300px;
  padding-bottom: 20px;
  background: transparent;
  -webkit-transition: background 500ms;
  -moz-transition: background 500ms;
  -ms-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;
}

.product-block .image-cont.img-loaded {
  background: #fff;
}

.product-block .image-cont img {
  max-height: 300px;
  width: auto;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.product-block .image-cont img.loaded,
.no-js .product-block .image-cont img {
  opacity: 1;
}

.product-block .productlabel {
  position: absolute;
  
  top: 50%;
  margin-top: -30px;
  
  left: 0;
  right: 0;
  text-align: center;
}

.productlabel > span {
  padding: 6px 20px;
  background: #5acee5;
  color: #ffffff;
  
  text-transform: uppercase;
  
  font-size: 80%;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.productlabel.soldout > span {
  overflow: hidden;
  background: transparent url(/cdn/shop/t/6/assets/button-soldout.png?v=159605735347125457851424128465) no-repeat left top;
  padding: 60px 0 0;
  width: 175px;
  height: 0;
}

.productlabel.general > span {
  background: #96bf48;
}

.product-block .hover-info {
  position: absolute;
  color: inherit;
  
  
  bottom: -9px;
  left: 0;
  width: 100%;
  
}

.ie7 .product-block .hover-info,
.ie8 .product-block .hover-info{
  display: none;
}

.product-block .hover-info .bg {
  background: #ffffff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 1500ms;
  transition: opacity 150ms;
}



.product-block .hover-info > .inner {
  width: 100%;
  
  padding: 5px 0;
  
  position: relative;
  z-index: 10;
}


.product-block .hover-info .title {
  margin: 0 5px 5px;
  
  min-height: -20px;
  
  line-height: 1.1em;
}


.product-block .hover-info > .inner > .innerer {
  
  
}

.ie7 .product-block .hover-info > .inner > .innerer {
  display: block;
}

.product-block .hover-info .reducedfrom {
  font-style: italic;
  color: #bbb;
  margin: 0 5px;
  
  display: inline;
  
}

.product-block .hover-info .reducedfrom .amount {
  text-decoration: line-through;
}

.product-block .hover-info .price {
  margin: 0 5px;
}

.product-block .hover-info .price .from {
  font-size: 80%;
  color: #545454;
}

.product-block.on-sale .hover-info .price {
  color: #de5949;
  font-weight: bold;
}

.product-block.expanded .image-cont:after {
  top: 320px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ededed;
  border-width: 15px;
  left: 50%;
  margin: -9px 0 0 -15px;
}

/* Collection blocks - in style of product block */

.product-block.collection-block .productlabel {
  
  margin-top: -30px;
  
}

.product-block.collection-block .productlabel > span {
  background: #e94b3f;
  color: #ffffff;
  -moz-transition: background-color 100ms;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
  
}

.product-block.collection-block:hover .productlabel > span {
  background: #c93e34;
}

.product-block.collection-block .productlabel .count {
  text-transform: none;
  font-style: italic;
  display: block;
}

.collection-slider-row.is-showing-collections {
  
  background: #f5f5f2;
  
}

.collection-slider-row.is-showing-collections .collection-listing {
  height: 330px;
}

/* Search results */
.product-block.page-block {
}

.product-block.page-block .block-inner {
  border: 1px solid #000;
  
  width: 300px;
  
  overflow: hidden;
}

.product-block.page-block .block-inner .text-cont {
  padding: 20px;
  overflow: hidden;
  text-align: left;
}

/* Placeholder blocks for layout */
.product-block.placeholder {
  border: none !important;
  height: 0px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  
  width: 300px;
  
}

/* Product detail */
.product-detail .gallery {
  position: relative;
}

.product-detail .gallery img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: top;
}

.product-detail .gallery .main-image {
  margin: 0 0 20px 0;
  text-align: center;
}

.product-detail .gallery.has-thumbnails .main-image {
  margin-right: 60px;
}

.product-detail .gallery .thumbnails {
  position: absolute;
  top: 0;
  right: 0;
}

.product-detail .gallery .thumbnails > * {
  display: block;
  margin-bottom: 10px;
}

.product-detail .detail {
  text-align: left;
  position: relative;
}

.product-detail .detail .title {
  margin: 0 0 0.5em;
  font-weight: 100;
}

.product-detail .detail .price {
  font-weight: 100;
}

.product-detail .detail .pura-points {
  font-size: 12px;
}

.product-detail .detail .price .was-price {
  font-size: 70%;
  margin-right: 10px;
  text-decoration: line-through;
  color: #bbb;
}

.product-detail .detail .price.on-sale .actual-price {
  color: #de5949;
}

.product-detail .detail > .productlabel {
  position: static;
  float: right;
  margin: 0 0 10px 10px;
}

.product-detail .detail .space {
  margin-bottom: 1em;
}

.product-detail .detail .description {
  margin: 30px 0;
}

.product-detail .description {
  clear: both;
}

.product-detail .description,
.product-detail .description p {
  font-family: Open Sans;
  font-weight: 300;
}

.product-detail .product-form .input-row {
  margin: 20px 0;
  clear: both;
}

.product-detail .product-form .input-row label {
  float: left;
  width: 80px;
  margin-bottom: 10px;
}

.product-detail .product-form .input-row label.singleopt {
  float: none;
  width: auto;
}

.product-detail .product-form .input-row label[for="quantity"] {
  margin-top: 8px;
}

.product-detail .product-form .input-row .selector-wrapper {
  clear: both;
}

.product-detail .product-form .input-row .inline-option .selector-wrapper {
  clear: none;
  display: inline;
}

.product-detail .product-form .input-row select {
  min-width: 70px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 4px;
  border: 1px solid #cccccc;
  -webkit-appearance: menulist-button;
}

/* Slide-out product detail, i.e. home, collection */

.collection-listing .product-detail {
  background: #ededed;
  overflow: hidden;
  position: relative;
  line-height: 1.6em;
}

.collection-listing .product-detail .inner {
  padding: 50px 90px;
}

.collection-listing-stream .product-detail .gallery .thumbnails,
.collection-listing .product-detail .gallery .thumbnails {
  position: static;
}

.collection-listing-stream .product-detail .gallery .thumbnails > *,
.collection-listing .product-detail .gallery .thumbnails > * {
  display: inline;
  margin: 0;
}

.collection-listing-stream .product-detail .gallery .thumbnails .active,
.collection-listing .product-detail .gallery .thumbnails .active {
  text-decoration: underline;
}

.collection-listing .product-detail,
.collection-listing .product-detail h1,
.collection-listing .product-detail h1 a,
.collection-listing .product-detail h1.majortitle,
.collection-listing .product-detail h2,
.collection-listing .product-detail h3,
.collection-listing .product-detail h4,
.collection-listing .product-detail h5,
.collection-listing .product-detail h6 {
  color: #464e54;
}

.collection-listing .product-detail a {
  color: #5acee5;
}

.collection-listing .product-detail a.button {
  background-color: #5acee5;
  color: #fff;
}

.collection-listing .product-detail a.button:hover {
  background-color: #5acee5;
}

.collection-listing .product-detail .gallery .main-image,
.collection-listing-stream .product-detail .gallery .main-image {
  margin-right: 0;
}

.product-detail .close-detail {
  position: absolute;
  right: 20px;
  top: 20px;
  background: transparent url('/cdn/shop/t/6/assets/close-bg-dark.png?v=65168528858547573881424128466') center center no-repeat;
  text-indent: -999em;
  width: 40px;
  height: 40px;
  padding: 10px;
}

/* Collection slider specific */
.collection-slider-row {
  padding-top: 40px;
}



















































































.collection-slider .collection-listing {
  overflow: hidden;
  position: relative;
  height: 350px;
}

.collection-slider .collection-listing .product-block {
  padding: 10px 10px;
  width: auto; /* even in fixed-mode */
}

.collection-slider .collection-listing .product-block,
.collection-slider .collection-listing .product-block .block-inner {
  height: 320px;
  max-height: none;
}

.collection-slider .collection-listing .product-block .block-inner .image-cont {
  max-height: none;
}

.collection-slider .collection-listing .product-block .block-inner .image-cont img {
  max-height: 300px;
}

.collection-slider .collection-listing .product-block .product-detail {
  display: none;
}

.collection-slider-row .collection-listing .product-detail {
  position: relative;
  height: auto;
  margin-top: 0;
}

.collection-slider .product-block.expanded .image-cont:after {
  top: 320px;
}

/* Collection page specific */
.collection-listing {
  text-align: center;
  line-height: 0;
}

.collection-listing .product-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 320px;
  
  width: 300px;
  
  padding: 10px 8px;
  vertical-align: top;
  line-height: 1.6em;
}

.collection-listing .product-block .image-cont img {
  /*max-height: 300px;*/
  max-height: 245px;
  vertical-align: top;
}

.collection-listing .product-detail {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 0;
  margin-top: 20px;
}

/* Collection page stream-mode! */
.collection-listing-stream .block-inner {
  display: none;
}

.collection-listing-stream .product-detail {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #cccccc;
}

.collection-listing-stream .product-block:first-child .product-detail {
  border-top: none;
}

.collection-listing-stream .product-detail .close-detail {
  display: none;
}

/* View All under title on homepage */
.view-all {
  text-align: center;
  font-size: 80%;
  line-height: 1em;
  
  text-transform: uppercase;
  
  margin: 10px 0 20px;
}

.view-all > * {
  vertical-align: middle;
}

.view-all .prev,
.view-all .next {
  margin: 0 40px;
  font-size: 140%;
}

/* Collection page items */
.view-as-label {
  
  text-transform: uppercase;
  
}

#view-as-tiles,
#view-as-stream {
  padding-left: 25px;
  position: relative;
  margin-left: 15px;
}

#view-as-tiles div,
#view-as-stream div {
  background: #545454;
  position: absolute;
  -moz-transition: background-color 100ms;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
}

#view-as-tiles.active,
#view-as-stream.active {
  color: #5acee5;
}

#view-as-tiles.active div,
#view-as-stream.active div {
  background: #5acee5;
  position: absolute;
}

#view-as-tiles:hover div,
#view-as-stream:hover div {
  background: #5acee5;
}

#view-as-tiles div {
  height: 6px;
  width: 6px;
}

#view-as-tiles .fluff1 { left: 0; top: 0; }
#view-as-tiles .fluff2 { left: 8px; top: 0; }
#view-as-tiles .fluff3 { left: 0; top: 8px; }
#view-as-tiles .fluff4 { left: 8px; top: 8px; }

#view-as-stream .fluff {
  left: 0;
  top: 0;
  height: 14px;
  width: 14px;
}

/* Blog / articles */
.article-list .article {
  padding-top: 28px;
  padding-bottom: 28px;
}

.template-article .article {
  padding-top: 50px;
  padding-bottom: 50px;
}

.article .container,
#comments.container {
  max-width: 640px;
}

.article .continue-reading {
  letter-spacing: normal;
  margin: 1em 0;
}

.article .meta {
  font-style: italic;
  letter-spacing: normal;
}

.article .meta .time {
  display: block;
  opacity: 0.9;
}

.article .meta .tags .label {
  color: #444444;
}

.article .meta .tags a {
  opacity: 0.9;
  color: inherit;
}

.article .meta .tags a:hover {
  color:#5acee5;
}

.template-blog .article-list .article {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33%;
}

.template-blog .article-list .article > .container > .user-content > .split-image {
  margin: 1em 0;
  display: inline-block;
  width: 100%;
}

.template-blog .article .share-counter {
  position: absolute;
  top: 15px;
  right: 0;
  border: none;
  padding: 0;
}
.template-blog .article .share-counter .count-area .count { font-size: 35px; }
.template-blog .article .share-counter .share-links { display: none; }
.template-blog .article > .container > h2 { margin-right: 64px; }

.user-content {
  letter-spacing: normal;
  font-family: Open Sans;
  font-weight: 300;
}

.user-content h1,
.user-content h2,
.user-content h3,
.user-content h4,
.user-content h5,
.user-content h6 {
  letter-spacing: 1px;
  margin: 1em 0 5px;
}

.user-content p {
  font-family: Open Sans;
  font-weight: 100;
}

.user-content a {
  text-decoration: underline;
}

.user-content iframe {
  max-width: 100%;
}

.insta-button {
  width: 254px;
  margin: -247px 0px 0px 85px;
  padding: 5px 15px;
  position: absolute;
  font-size: 35px;
  font-weight: 300;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none !important;
  transition: all 200ms ease-in-out 0s;
  -webkit-transition: all 200ms ease-in-out 0s;
  border-radius: 5px;
  background-color: #e94b3f;
}

/* Meta info */
.meta .iconmeta {
  padding-left: 25px;
  margin-right: 10px;
  line-height: 1.4em;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.meta .iconmeta:before {
  content: ' ';
  float: left;
  margin: 0 0 0 -25px;
  height: 20px;
  width: 20px;
  background: url('/cdn/shop/t/6/assets/meta_icons_grey.png?v=5583881457473386381424128475') no-repeat 0 0;
}

.meta .iconmeta a {
  white-space: nowrap;
}

.meta .iconmeta.time:before {
  background-position: 0 -162px;
}

.meta .iconmeta.tags:before {
  background-position: 0 -80px;
}

/* Cart */

#cartform .divider {
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

#cartform .item-list {
  margin: 10px 0 40px;
}

#cartform .item {
  clear:both;
  list-style:none;
  position:relative;
  border-top: 1px solid #cccccc;
  padding: 10px 0;
}

#cartform .item:first-child {
  border-top: none;
}

#cartform .item a.remove {
  position: absolute;
  top: 45px;
  right: 5%;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#cartform .item .image {
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 4% 0 5%;
  float: left;
}

#cartform .item .image img {
  vertical-align: middle;
}

#cartform .item .desc {
  overflow: hidden;
  margin: 40px 50% 0 0;
}

#cartform .item .desc .name {
  display: block;
}

.pura-points {
  color: #fe6a66;
}

#cartform .item .desc .pura-points {
  margin-bottom: 2.0em;
  color: #fe6a66;
}

#cartform .item .quantity {
  position: absolute;
  top: 40px;
  right: 30%;
  width: 130px;
}

#cartform .item .quantity input {
  width: 34px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#cartform .item .line-total {
  margin-top: 5px;
  position: absolute;
  top: 40px;
  right: 10%;
  width: 90px;
  text-align: right;
}

#cartform .checkout-note {
  width: 50%;
}

#cartform .checkout-note textarea {
  width: 370px;
  max-width: 90%;
  margin-top: 10px;
}

#cartform .totals-area {
  text-align: center;
}

#cartform .totals-area .checkout-col {
  float: right;
}

#cartform .totals-area .subtotal {
  margin: 0 0 40px;
}

#cartform .totals-area .checkout-buttons {
  margin: 0 0 40px;
}

#cartform .termsagreement {
  margin-bottom: 5px;
}

#cartform .termsagreement label {
  vertical-align:middle;
}

#additional-checkout-buttons input,
.additional-checkout-buttons input {
  background: none;
  border: none;
  height: auto;
  padding: 0;
}

#cartform #shipping-calculator {
}

#cartform #shipping-calculator .inputrow {
  float: left;
  clear: none;
  width: 20%;
  padding: 0 30px 20px 0;
}

#cartform #shipping-calculator .inputrow label {
  display: block;
  float: none;
  margin: 0 0 10px 0;
}

#cartform #shipping-calculator .inputrow.ziprow {
  width: auto;
  overflow: hidden;
  padding-right: 0;
}

#cartform #shipping-calculator .inputrow.ziprow input {
  width: auto;
}

#cartform #shipping-calculator .inputrow.ziprow #address_zip {
  width: 120px;
  margin-right: 20px;
}

#cartform #shipping-calculator #wrapper-response {
  padding: 20px 0;
  clear: both;
}

/** Forms **/

#template { /* All default Shopify form templates start with #template */
  text-align: left;
}
#template.align-center,
#template.align-centre {
  text-align: center;
}

#template .template_header {
  margin: 40px 0;
}

#template input[type="text"],
#template input[type="email"],
#template input[type="number"],
#template input[type="password"],
#template input[type="address"],
#template input[type="date"] {
  width: 398px;
  text-align: center;
}

#template textarea {
  width: 362px;
}

#template label {
  
  text-transform: uppercase;
  
  font-size: 85%;
}

#template .action_bottom {
  margin-top: 27px;
}

#template .note {
  display: block;
}

#template .errors {
  margin: 10px 25px;
  font-style: italic;
}

#template .errors li {
  list-style: none;
}

#template .spaced-form .large_form {
  margin-bottom: 10px;
}

/* In this section, every line has .jsforms before it */
#template .large_form {
  position: relative;
  margin-top: -1px;
}

#template .large_form label {
  
  display: block;
  text-align: left;
  padding-left: 0;
  line-height: 1.2em;
  margin: 6px 0 1px;
}
#template .align-centre .large_form label,
#template .align-center .large_form label,
#template.align-centre .large_form label,
#template.align-center .large_form label {
  text-align: center;
}

#template .large_form.select label {
  position: relative;
}

#template .large_form.select select {
  min-width: 250px;  
  height: 32px;
  display: block;
  margin: 15px auto;
  padding: 4px;
  font-size: 12px;
  line-height: 32px;
  border: 1px solid #cccccc;
  -webkit-appearance: menulist-button;
}

#template .large_form.select option {
  height: 30px;
}

/* / In this section, every line has .jsforms before it */

#template.lefty-form {
  text-align: left;
}

#template.lefty-form input[type="text"],
#template.lefty-form input[type="email"],
#template.lefty-form textarea {
  text-align: left;
}

#template.righty-form {
  text-align: center;
}

#template.righty-form input[type="text"],
#template.righty-form input[type="email"],
#template.righty-form textarea {
  text-align: center;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#template.righty-form textarea {
  text-align: left;
}

#template.looser-form .large_form {
  margin-bottom: 20px;
}

.tf-page-fundraising #template {
  padding-top: 11%;
}

#address_tables {
  margin-top: 40px;
}

#admin_header {
  margin: 20px 0 40px;
}

#admin_header .title {
  text-align: center;
}

#admin_header .action_return {
  margin-bottom: 20px;
}

#customer_sidebar {
  float: left;
  width: 33%;
}

#customer_detail .address p,
.address_table .view_address p,
#order_address .address p {
  margin-bottom: 0;
}

#customer_orders {
  float: right;
  width: 60%;
}

#order_address {
  margin-top: 10px;
}

#order_address #order_payment {
  float: left;
  width: 48%;
  margin-bottom: 20px;
}

#order_address #order_shipping {
  float: right;
  width: 48%;
  margin-bottom: 20px;
}

#order_details {
  clear: both;
  width: 100%;
}

#comments .comment {
  padding-top: 20px;
  border-top: 1px solid #cccccc;
}

#comments .comment.first {
  border-top: 0;
}

#comments .comment .gravatar {
  float: left;
}

#comments .comment .detail {
  margin-left: 100px;
}

.payment-methods li {
  margin-left:5px;
  padding-top:32px;
  height:0;
  width:53px;
  overflow:hidden;
  background:url('/cdn/shop/t/6/assets/payment_spr_grey.png?v=90509772501773901261424128476');
  display: inline-block;
  zoom:1;
  *display:inline;
}

.payment-methods li.pay-paypal {
  background-position: -5px 0;
}
.payment-methods li.pay-visa {
  background-position: -78px 0;
  width: 44px;
}
.payment-methods li.pay-mastercard {
  background-position: -137px 0;
  width:40px;
}
.payment-methods li.pay-amex {
  background-position: -192px 0;
  width: 36px;
}
.payment-methods li.pay-discover {
  background-position: -239px 0;
  width:54px;
}
.payment-methods li.pay-cirrus {
  background-position: -305px 0;
  width: 42px;
}
.payment-methods li.pay-maestro {
  background-position: -363px 0;
  width: 42px;
}
.payment-methods li.pay-google-wallet {
  background-position: -419px 0;
  width: 101px;
}
.payment-methods li.pay-dankort {
  background-position: -525px 0;
  width: 50px;
}
.payment-methods li.pay-jcb {
  background-position: -595px 0;
  width: 38px;
}
.payment-methods li.pay-diners {
  background-position: -650px 0;
  width: 36px;
}

ul.taglist {
  margin:0;
}

ul.taglist li {
  display:inline;
  white-space: nowrap;
}

table.noborders,
table.noborders tr,
table.noborders th,
table.noborders td {
  border:0;
}

.simple-popup {
  position: absolute;
  z-index: 10000;
  width: 140px;
  padding: 10px 15px;
  border: 1px solid #cccccc;
  background: #ffffff;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  -webkit-box-shadow: 0 0 2px 0 #888;
  -moz-box-shadow: 0 0 2px 0 #888;
  box-shadow: 0 0 2px 0 #888;
  text-align:center;
}

.fb_iframe_widget iframe {
  max-width:none;
}

/* Overlays over slider and ad on homepage */
.slide .overlay-text {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 100%;
  text-align: center;
}

.slide .overlay-text.overlay-left {
  text-align: left;
}

.slide .overlay-text.overlay-right {
  text-align: right;
}

.slide .overlay-text .inner {
  display: table;
  width: 100%;
  height: 100%;
}

.slide .overlay-text .text {
  font-size: 32px;
  line-height: 1px; /* set small so table doesn't get too large */
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.ie7 .slide .overlay-text .text {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}

.slideshow {
  
}

.slideshow .overlay-text .button {
  background: ;
  border-color: ;
  color: #ffffff;
}

.slideshow .slide .overlay-text .text span {
  line-height: 1.2em;
  color: #464e54;
  
  padding: 5px 10px;
  display: inline-block;
  zoom:1;
  *display:inline;
}

/* Full width ad only */
.full-width-image {
  overflow: hidden;
  position: relative;
  
  background: #edfcff;
  
  line-height: 0;
}

.full-width-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.full-width-image .overlay-text,
.full-width-image h1 span {
  color: ;
}

.slide.full-width-image .overlay-text .text {
  font-size: 32px;
}

.slide.full-width-image .overlay-text .text span {
  line-height: 1.2em;
  
  padding: 5px 10px;
  vertical-align: middle;
  display: inline-block;
  zoom:1;
  *display:inline;
}

.align-center,
.align-centre {
  text-align: center;
}

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

a .state {
  display: inline-block;
  zoom:1;
  *display:inline;
  width: 1em;
  text-align: center;
}

/* Content and content layouts */

.spaced-row {
  margin-bottom: 40px;
}

.padded-row {
  padding-top: 40px;
  padding-bottom: 40px;
}

.strongly-padded-row {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content img,
/*.content iframe*/,
.content embed,
.content object {
  max-width: 100%;
  height: auto;
}

.layout-column-half-left {
  float: left;
  width: 45%;
}

.layout-column-half-right {
  float: right;
  width: 45%;
}

.layout-column-half-centre {
  margin-left: auto;
  margin-right: auto;
  width: 45%;
}

.layout-column-more-left {
  width: 60%;
}

.layout-column-less-right {
  width: 35%;
}

.layout-content-with-image-left .image-cont,
.layout-content-with-image-right .image-cont {
  display: inline-block;
  zoom:1;
  *display:inline;
  
  width: 33%;
  text-align: center;
  vertical-align: middle;
}

.layout-content-with-image-left .content,
.layout-content-with-image-right .content {
  display: inline-block;
  zoom:1;
  *display:inline;
  
  width: 60%;
  margin-right: 5%;
  vertical-align: middle;
}

.layout-content-with-image-left .content {
  margin-left: 5%;
  margin-right: 0;
}

.layout {
  position: relative;
}

.layout .col-third {
  float: left;
  width: 30%;
  margin-left: 5%;
}

.layout .col-third.left {
  margin-left: 0;
}

.layout .col-third.right {
  float: right;
  margin-left: 0;
}

.image-cont img {
  max-width: 100%;
  height: auto;
}

#content .image-links {
  padding: 63px 0 25px 0;
}

#content .image-links .image-link {
  width: 31.4%;
  float: left;
  text-align: center;
}

#content .image-links .image-link.block-2 {
  margin: 0 2.9%;
}

#content .image-links .image-link img {
  max-width: 100%;
  height: auto;
  text-align: center;
}

/* Pages */
.page-campus-reps .absolute .page-content {
  margin-bottom: 20px;
  padding: 20px;
  font-size: 13px;
  color: #fff;
  background: #000;
  background: rgba(0,0,0,0.3);
}
.page-campus-reps .absolute .page-content p:last-of-type { margin-bottom: 0; }
.page-internships .absolute { top: 145px !important; }
/*.page-container { position: relative; }
.page-campus-reps #template { width: 514px; }
.page-campus-reps .page-content {
  width: 472px;
  position: absolute;
  top: 29px;
  right: 58px;
  padding: 20px 20px 19px 20px;
  text-align: justify;
  background: #fff;
}
.page-campus-reps .page-content p:last-of-type { margin-bottom: 0; }
.page-campus-reps #template {
  position: absolute;
  top: 382px;
  right: 58px;
  z-index: 10;
}*/

/* Shop Locator */
.search_bar .search_within_distance {
  width: 17% !important;
  margin-top: 11px;
}

.search_bar .search_limit {
  width: 13% !important;
  margin-top: 11px;
}

.search_bar button {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: inone !important;
  background: #e94b3f !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  display: inline-block;
  color:#ffffff !important;
  font-family: arial;
  font-size: 16px !important;
  font-weight: 300 !important;
  padding: 16px 15px 14px !important;
  text-shadow: none !important;
  margin-left: 10px;
  -moz-transition: all 200ms !important;
  -webkit-transition: all 200ms !important;
  transition: all 200ms !important;
  margin-left: 30px !important;
  float: right;
}

.search_bar button:hover {
  background: #c93e34 !important;
}

/* Just-added-to-cart summary */
#cart-summary-overlay {
  position: fixed;
  z-index: 6000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: #f5f5f2;
  border-bottom: 1px solid #cccccc;
  
  text-transform: uppercase;
  
  font-size: 80%;
}

#cart-summary-overlay .item {
  float: left;
  width: 50%;
  padding-left: 20px;
}

#cart-summary-overlay .item .cols {
  margin-top: 10px;
}

#cart-summary-overlay .item .img {
  float: left;
  width: 95px;
}

#cart-summary-overlay .item .info,
#cart-summary-overlay .item .detail {
  float: left;
  width: 190px;
  margin-left: 10px;
}

#cart-summary-overlay img {
  max-height: 70px;
  max-width: 100%;
}

#cart-summary-overlay .cart {
  float: right;
  width: 40%;
  text-align: right;
  padding-right: 20px;
}

#cart-summary-overlay .cart .cart-text {
  margin: 15px 0 10px;
  font-style: italic;
  text-transform: none;
}

#cart-summary-overlay #shop-more,
#cart-summary-overlay .button {
  margin-left: 10px;
}

#cart-summary-overlay #shop-more {
  background: transparent url(/cdn/shop/t/6/assets/button-white-arr.png?v=174899570786561873561424128465) no-repeat left top;
  background-size: 100% 200%;
  width: 175px;
  overflow: hidden;
  color: #f27979;
}

#cart-summary-overlay #shop-more:hover {
  background-position: left bottom;
}

.scaled-text {
  transition: font-size 300ms;
}

/*
* jQuery FlexSlider v1.8
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flex-direction-nav {height:0;}
.flex-direction-nav li {list-style:none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider { width: 100%; margin: 0; padding: 0; overflow: hidden; }
.flexslider .slides > li {display: none; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block; margin: 0 auto; width: 100%; }/* stretch image */
.flex-pauseplay span {text-transform: capitalize;}

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

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


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.flexslider .slides {overflow:hidden; zoom: 1; margin: 0;}
.flexslider .slides > li {position: relative; overflow:hidden;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Control Nav */
.flex-control-nav {
  text-align:center;
  margin-top:8px;
  display:none;
}
.flex-control-nav li {
  display:inline;
}
.flex-control-nav li a {
  text-indent:-9999em;
  width:4px;
  height:4px;
  background:#ddd;
  border:2px solid #ddd;
  margin:3px;
  display:inline-block;
  zoom:1;
  *display:inline;
  cursor:pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; 
  
  transition: background-color 250ms, border-color 250ms;
}
.flex-control-nav li a.flex-active {
  background: #54cee6;
  border-color: #54cee6;
}

.flexslider .flex-control-nav {
  display: none;
}

.flexslider.show-control-nav .flex-control-nav {
  display: block;
}

.flex-direction-nav a {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
}

.flexslider .flex-direction-nav a {
  background: transparent url('/cdn/shop/t/6/assets/flexslider-leftright.png?v=144327401011922793751424128469') left top no-repeat;
  width: 59px;
  height: 74px;
  top: 50%;
  margin-top: -37px;
  z-index: 3000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border: 0!important;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.flexslider .flex-direction-nav a.flex-prev {
  left: 10px;
}

.flexslider .flex-direction-nav a.flex-next {
  right: 10px;
  background-position: 100% top;
}

.flexslider:hover .flex-direction-nav a.flex-prev:hover,
.flexslider:hover .flex-direction-nav a.flex-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.flexslider .slides > li { list-style: none; }

/*.modlbx-mfp-bg {
  z-index: 9999998 !important;
}*/

#modlbox-container img {
  -webkit-box-shadow: 0 0 20px #aaa !important;
  -moz-box-shadow: 0 0 20px #aaa !important;
  box-shadow: 0 0 20px #aaa !important;
}

#modlbox-email {
  margin-right: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  font-size: 15px !important;
  min-height: none !important;
  padding: 11px 15px !important;
  line-height: 15px !important;
  color: #444444 !important;
  display: block !important;
  width: 283px !important;
  text-align: center !important;
}

#modlbox-subscribe {
  margin: 7px auto 0 auto !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 15px !important;
  text-shadow: none !important;
  display: block !important;
  padding: 16px 15px 14px 15px !important;
  line-height: 16px !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: url('http://cdn.shopify.com/s/files/1/0297/6313/files/sign-up.jpg?2943') no-repeat center !important;
  border-color: none !important;
  height: auto;
  width: 135px !important;
  text-indent: -9999px;
  overflow: hidden;
}

.modlbx-mfp-close {
  width: 56px !important;
  height: 12px !important;
  line-height: 12px !important;
  right: 135px !important;
  top: auto !important;
  bottom: 26px !important;
  padding: 0 !important;
  background: url('http://cdn.shopify.com/s/files/1/0297/6313/files/next-time.png?2954') no-repeat center !important;
  text-indent: -9999px;
  overflow: hidden;
}

.home-tiled-row {
  margin-top: 5px;
  margin-bottom: 20px;
}

.home-tiled-row > div {
  position: relative;
  float: left;
}

.home-tiled-row img,
.home-tiled-row iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.home-tiled-row iframe {
  height: 100%;
}

.home-tiled-row .image-1 {
  padding-top: 63.8%;
  width: 40%;
  margin-right: 0.5%;
}

.home-tiled-row .image-2 {
  width: 59.5%;
  margin-bottom: 0.5%;
  padding-top: 33.5%;
}

.home-tiled-row .image-3,
.home-tiled-row .image-4 {
  padding-top: 29.7%;
  width: 29.5%;
}

.home-tiled-row .image-3 {
  margin-right: 0.5%;
}

.home-tiled-row.reverse > div {
  float: right;
}

.home-tiled-row.reverse .image-1 {
  margin-right: 0;
  margin-left: 0.5%;
}

.home-tiled-row.reverse .image-3 {
  margin-right: 0;
  margin-left: 0.5%;
}


/* mobile nav */
#mobile-nav {
  background: #1e1e1e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  transition: left 250ms;
  letter-spacing: 0.5px;
  font-size: 11px;
  line-height: 2.0em;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #f7f8f9;
}

#mobile-nav > .inner {
  padding: 0 0 0 10px;
}

#mobile-nav a,
#mobile-nav button {
  color: #fff;
}



#mobile-nav #toggle-mobile-menu,
#mobile-nav .tagline,
#mobile-nav .cartlink {
  padding: 9px 0;
}

#mobile-nav #toggle-mobile-menu {
  padding-left: 40px;
  position: relative;
  display: none;
}

#mobile-nav #toggle-mobile-menu span {
  position: absolute;
  left: 0;
  margin-top: 13px;
  top: 0;
  width: 26px;
  height: 4px;
  background: #fff;
}

#mobile-nav #toggle-mobile-menu span.s2 { top: 6px; }
#mobile-nav #toggle-mobile-menu span.s3 { top: 12px; }


#mobile-nav .pay-it-forward-link {
  /*background-image: url(/cdn/shop/t/6/assets/black_arrow.png?v=156858487675651531891424128464);   // arrow */
  background-position: center left;
  background-repeat: no-repeat;
  background-color: #7DCDCA;
  text-transform: uppercase;
  /*padding: 14px 10px 12px 36px;   // for use with arrow */ 
  padding: 14px 10px 12px 10px;
  font-weight: bold;
  vertical-align: middle;
}

#mobile-nav .pay-it-forward-link:hover{
  background-color: #000;
  color: #26BFD8;
}


#mobile-nav .pay-it-forward-link .icon.icon-arrow-right {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 7px;
  height: 10px;
  vertical-align: middle;
  background: url(/cdn/shop/t/6/assets/header-pay-it-forward-link-icon-arrow-right.png?0);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  #mobile-nav .pay-it-forward-link .icon.icon-arrow-right {
    background: url(/cdn/shop/t/6/assets/header-pay-it-forward-link-icon-arrow-right-2x.png?0);
    background-size: 100% 100%;
  }
}


#mobile-nav .tagline {
  display: inline-block;
}

#mobile-nav .cartandlinks {
  float: right;
}

#mobile-nav .cartandlinks > ul > li > a {
  display: inline-block;
  padding: 0 15px;
  border-left: 1px solid #444;
  line-height: 40px;
  margin: 0 -4px 0 0;
}

#mobile-nav .cartandlinks ul {
  margin: 0;
  display: inline-block;
}

#mobile-nav .cartandlinks li {
  display: inline;
  margin: 0;
  position: relative;
}

#mobile-nav .cartandlinks .div {
  margin: 0 5px;
}

#mobile-nav .cartandlinks .signup > a {
  padding-bottom: 15px;
}

#mobile-nav .tagline a,
#mobile-nav .cartandlinks .signup .text1 {
  color:#db2323;
}

#mobile-nav .cartandlinks .signup a:hover .text1 {
  color: inherit;
}

#mobile-nav .cartandlinks .signup .head-signup-form {
  display: none;
  position: absolute;
  z-index: 10000;
  left: 50%;
  top: 100%;
  margin-top: 8px;
  margin-left: -139px;
  width: 235px;
  padding: 20px;
  border: 1px solid #c8c8c8;
  background: #ebebeb;
  text-align: center;
}

#mobile-nav .cartandlinks .signup .head-signup-form .header-message h6,
#mobile-nav .cartandlinks .signup .head-signup-form .header-message p {
  margin-bottom: 10px;
  line-height: 1.2em;
}

#mobile-nav .cartandlinks .signup .head-signup-form .header-message .offer {
  margin-top: 20px;
  border-top: 1px solid #c8c8c8;
  margin-bottom: 0;
}

#mobile-nav .cartandlinks .signup .head-signup-form .header-message .offer > span {
  background: #ebebeb;
  padding: 5px 10px;
  position: relative;
  top: -11px;
  color:#db2323;
}

#mobile-nav .cartandlinks .signup .head-signup-form input[type=email] {
  padding: 5px;
  font-size: inherit;
  width: 223px;
}

#mobile-nav .cartandlinks .signup .head-signup-form input[type=submit] {
  display: inline;
  margin: 10px 0 0;
  padding: 5px 10px;
  font-size: inherit;
}

#mobile-nav .cartandlinks .signup.expanded .head-signup-form {
  display: block;
}

#mobile-nav .cartandlinks .signup .head-signup-form:before,
#mobile-nav .cartandlinks .signup .head-signup-form:after {
  content: ' ';
  position: absolute;
  left: 50%;
  top: -10px;
  margin: 0 0 0 -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #c8c8c8 transparent;
}

#mobile-nav .cartandlinks .signup .head-signup-form:after {
  top: -8px;
  border-color: transparent transparent #ebebeb transparent;
}

#mce-responses {
  margin-top: 15px;
  line-height: 1.3em;
}

#mobile-nav .cartlink {
  border-left: 1px solid #444;
  padding-left: 15px;
  padding-right: 20px;
  display: inline-block;
}

#mobile-nav .cartlink a,
#mobile-nav .cartlink a:hover {
  color: #fff;
}

#mobile-nav .cartlink img {
  vertical-align: middle;
  width: 20px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

#mobile-nav #mobile-menu {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 240px;
  left: -240px;
  transition: left 250ms;
  height: 100%;
  overflow: auto;
  padding: 0;
  margin: 0;
  background: #555;
  font-size: 185%;
  line-height: 1.2em;
  font-family: Montserrat;
  font-weight: normal;
}

#mobile-nav #mobile-menu ul {
  margin: 0;
  padding: 0;
}

#mobile-nav #mobile-menu a {
  color: #fff;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #666;
}

#mobile-nav #mobile-menu ul ul,
#mobile-nav #mobile-menu a.free-bracelets {
  display: none;
}

#mobile-nav .search-box .search-form {
  background: #777;
  border: none;
  display: block;
}
#mobile-nav .search-box .search-form button { top: 8px; }
#mobile-nav .search-box .search-form input[type="text"] {
  padding: 13px 10px 9px 10px;
  color: white;
  font-size: 16px;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* revealing the mobile nav */
#wrapthewrapall {
  width: 100%;
  overflow: hidden;
}

#wrapall {
  position: relative;
  z-index: 500;
  left: 0px;
  transition: left 250ms;
}

.revealnav .cover-all {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.revealnav #mobile-nav #mobile-menu {
  left: 0px;
}
.revealnav #wrapall,
.revealnav #mobile-nav,
.revealnav #pageheader,
.revealnav #pageheader.permitfixed {
  left: 240px;
}

/* Signup page */
#content .signup-page {
  margin-top: 20px;
  color: #ffffff;
}

#content .signup-page a {
  color: #ffffff;
}

#content .signup-page .overlay-text {
  line-height: 1em;
  padding-top: 10%;
  padding-bottom: 40px;
}

#content .signup-page .mc-field-group {
  width: auto;
  padding-bottom: 1%;
}

#content .signup-page .mc-field-group label {
  display: none;
}

#content .signup-page .mc-field-group input {
  font-size: 18px;
  line-height: 1em;
  padding-top: 7px;
  padding-bottom: 4px;
}

/* HTML5 input placeholders */
#content .signup-page .mc-field-group input::-webkit-input-placeholder {
  font-family: Lato;
  font-weight: lighter;
}

#content .signup-page .mc-field-group input:-moz-placeholder { /* Firefox 18- */
  font-family: Lato;
  font-weight: lighter;
}

#content .signup-page .mc-field-group input::-moz-placeholder {  /* Firefox 19+ */
  font-family: Lato;
  font-weight: lighter;
}

#content .signup-page .mc-field-group input:-ms-input-placeholder {
  font-family: Lato;
  font-weight: lighter;
}

#content .signup-page .first-name,
#content .signup-page .last-name {
  float: left;
  width: 35%;
  margin-right: 2%;
  clear: none;
}

#content .signup-page .birthday {
  float: left;
  clear: none;
  color: #ffffff;
}

#content .signup-page .birthday .datefield {
  padding: 0;
}

#content .signup-page .birthday .datefield input {
  width: 60px;
}

#content .signup-page .input-with-button {
  position: relative;
  margin-right: 200px;
}

#content .signup-page .input-with-button .button-area {
  position: absolute;
  right: -200px;
  top: 0;
}

#content .signup-page .button {
  color: #ffffff;
  background: #eb1212;
  box-shadow: 0 4px 0 0 #a32424;
  border-radius: 5px;
  margin-left: 5%;
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
  top: -1px;
}

#content .signup-page .button:hover {
  background: #eb1212;
  top: 1px;
  box-shadow: 0 2px 0 0 #a32424;
}

#content .signup-page div#mce-responses {
  padding: 0;
  float: none;
  width: auto;
  margin: 0;
}

#content .signup-page #mce-error-response {
  background: rgba(0,0,0,0.4);
  padding: 1em;
  width: auto;
  float: none;
}

.story-row {
  padding: 5% 0;
  background: url(/cdn/shop/t/6/assets/pencilline-grey.jpg?v=146119629454746641351424128476) center bottom no-repeat;
}

.story-row.last {
  background-image: none;
}

.story-row.image-right .mob-img {
  display: none;
}

.story-row .left,
.story-row .right {
  display: inline-block;
  zoom:1;
  *display:inline;
  
  width: 44%;
  vertical-align: middle;
}

.story-row .left {
  margin-right: 5%;
}

.story-row .right {
  margin-left: 5%;
}

#pagefooter .mobile.footer-nav {
  display: none;
}

.bf-row {
  margin: 1% 0;
}

.bf-row img {
  vertical-align: top;
  width: 100%;
}


.bf-row.imgs-2 { margin-left: -1%; }
.bf-row.imgs-2 img {
  float: left;
  width: 49%;
  margin-left: 1%;
}

.bf-row.imgs-3 { margin-left: -1%; }
.bf-row.imgs-3 img {
  float: left;
  width: 32.33333%;
  margin-left: 1%;
}

/* Responsive styles */

/* 
 * This media query is specifically for shunting logo onto its own line
 * before search/social icons overlap.
*/
.mobile { display: none; }

/* Olapic */
.template-index div.olapic_widget {
  margin-top: 6px;
  margin-bottom: 2px;
}

@media only screen and (max-width: 1300px) {
  .template-index #olapic_specific_widget,
  .template-product .olapic_widget { display: block; }
}

@media only screen and (max-width: 1100px) {
  .template-blog .article-list .article {
    width: 49.5%;
  }
}

/* iPad Landscape */
@media only screen and (min-width: 960px) and (max-width: 1262px) {
  .beside-main-menu {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin: 0;
  }

  #pagefooter .payment-methods {
    margin-top: 0;
  }
  
  #pagefooter .signup-form input[type="email"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #pagefooter .copyright {
    margin-top: 53px;
  }
  .page-campus-reps.form-over-image .absolute { display: none; }
  .page-campus-reps.form-over-image .mobile.layout-column-half-left,
  .page-campus-reps.form-over-image .mobile.layout-column-half-right { display: block; }
}

@media only screen and (max-width: 959px) {
  /* Sit search/socials on different level to logo */
  #pageheader .logo {
    text-align: center;
    clear: both; /* avoid social icons interfering */
  }
  
  #pageheader .logo-pos-left .logo a {
    float: none;
  }
  
  #pageheader .util-area {
    margin-left: 30px;
    margin-right: 30px;
    height: auto;
  }
  
  
  #pageheader .util-area ul {
      float: right;
  }

  #pageheader .search-box,
  #pageheader .utils {
    position: static;
    float: right;
    margin: 10px 0;
    height: auto;
  }
}

/* Roughly tablet size */
@media only screen and (max-width: 959px) {
  .layout .col-third {
    float: none;
    width: auto;
    margin-left: 0;
  }
  
  .layout .col-third,
  .layout .col-third.left,
  .layout .col-third.right {
    float: none;
    width: auto;
    margin-bottom: 20px;
    margin-left: 0;
  }
  
  #customer_sidebar,
  #customer_orders,
  #order_address #order_payment,
  #order_address #order_shipping {
    float: none;
    display: block;
    width: auto;
    margin: 20px 0;
  }
  
    
  #main-nav/* .multi-level-nav .tier-1 > ul*/,
  #mobile-nav .tagline, #mobile-nav .pay-it-forward-link{
    display: none;
  }
  
  #mobile-nav #toggle-mobile-menu {
    display: inline-block;
  }
  
  #main-nav .multi-level-nav .tier-1,
  #main-nav .multi-level-nav .tier-2 {
    padding: 0 0 10px;
  }
  
  #pageheader .logo-area {
    position: relative;
    padding: 0;
  }
  
  #pageheader .logo {
    position: static;
  }
  
  #pageheader .util-area {
    position: static;
  }
 
  #pageheader .util-area > ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #efefef;
    text-align: center;
  }
  
  #pageheader .util-area li {
    float: none;
  }
  
  .search-box .search-form input[type="text"] {
    width: 260px;
    max-width: 100%;
  }
  
  #cart-summary-overlay {
    padding-top: 46px;
  }
  
  .page-header {
    padding-top: 0;
  }
  
  .nav-row a {
/*    padding-left: 14px;
    padding-right: 14px;*/
    line-height: 36px;
  }
  
  #cartform .item .desc {
    margin-right: 43%;
  }
  
  #cartform .item .quantity {
    right: 23%;
  }
  
  #cartform #shipping-calculator .inputrow {
    width: auto;
  }
  
  #cartform #shipping-calculator .inputrow input {
    margin-bottom: 20px;
  }
  
  #cartform .checkout-note {
    text-align: center;
  }
  
  #template button,
  #template input,
  #template textarea {
    width: 332px;
    max-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #store-messages .message,
  #home-message .message {
    padding: 6px 0 3px;
  }

  #store-messages .message .title,
  #home-message .message .title {
    font-size: 13px;
    line-height: 1.0;
  }

  #content .image-links {
    padding-top: 43px;
  }

  #content .image-links .image-link {
    margin: 0 1.45%;
  }

  #content .image-links .image-link.block-2 {
    margin: 0;
  }

  #pagefooter .copyright {
    margin-top: 53px;
  }
  
  #content .signup-page .mc-field-group input {
  }
  
  #content .signup-page .button {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  
  
  #pagefooter .footer-nav,
  #pagefooter .footer-nav.col-2 {
    width: 30%;
    margin-left: 0;
    margin-right: 3%;
  }

  #pagefooter .footer-nav.last {
    width: 33%;
    margin-left: 0;
    margin-right: 0;
  }
  
  #pagefooter .footer-nav .finance-icons .trustlink-cont {
    display: inline;
    margin: 0 20px;
  }
  
  #pagefooter .interact .signup-form input[type="email"] {
    width: 100%;
    padding-right: 74px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  #pagefooter .interact .signup-form input[type="submit"] {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  
  .get20free-block {
    display: none;
  }
  
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #pageheader .logo-pos-above .signup-form label {
    display: none;
  }
  .page-campus-reps.form-over-image .absolute,
  .page-internships.form-over-image .absolute { display: none; }
  .page-campus-reps.form-over-image .mobile.layout-column-half-left,
  .page-campus-reps.form-over-image .mobile.layout-column-half-right,
  .page-internships.form-over-image .mobile.layout-column-half-left,
  .page-internships.form-over-image .mobile.layout-column-half-right { display: block; }
  
  .page-campus-reps.form-over-image #template.mobile.layout-column-half-right label,
  .page-internships.form-over-image #template.mobile.layout-column-half-right label {
    color: inherit;
  }
}

@media only screen and (max-width: 800px) {
  #pagefooter .lower {
    width: 100%;
    margin-top: 35px;
    float: left;
  }

  #pagefooter .payment-methods {
    margin-top: 0;
  }

  #pagefooter .interact h6 {
    margin-bottom: 16px;
  }
}

/* Phone sizes typically start here */
@media only screen and (max-width: 767px) {
  /* General layout */
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .template-index #content .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .strongly-padded-row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .layout-column-half-left,
  .layout-column-half-right,
  .layout-column-half-centre,
  #cartform .checkout-note {
    float: none;
    width: auto;
  }
  
  .layout-column-half-left {
    margin-bottom: 40px;
  }
  
  .layout-content-with-image-left .content,
  .layout-content-with-image-left .image-cont,
  .layout-content-with-image-right .content,
  .layout-content-with-image-right .image-cont {
    display: block;
    width: auto;
    margin: 20px 0;
  }
  
  .layout .col-third,
  .layout .col-third.left,
  .layout .col-third.right {
    float: none;
    width: auto;
    margin-bottom: 20px;
    margin-left: 0;
  }
  
  #content .bf-row { margin: 0; }
  #content .bf-row img {
    float: none;
    display: block;
    margin: 0 0 10px;
    width: 100%;
  }
  
  .mob-no-container-pad {
    margin-left: -20px;
    margin-right: -20px;
  }
  
  #template.lefty-form {
    text-align: center;
  }
  
  #pageheader #cloud-1,
  #pageheader #cloud-2 {
    top: 0;
  }
  
  #mobile-nav .cartandlinks > ul,
  #mobile-nav .cartandlinks > .switcher {
    display: none;
  }
  
  .beside-main-menu {
    padding-top: 0;
    margin: 0;
  }
  
  #store-messages {
    display: none; 
  }
  
  #store-messages.messages-2 .message,
  #store-messages.messages-3 .message {
    float: none;
    width: auto;
  }
  
  #store-messages .message .fluff {
    display: none;
  }
  
  .page-header .filters {
    float: none;
  }
  
  .page-header .social-area {
    display: none;
  }
  
  #pageheader .logo a {
    z-index: 4;
  }
  
  #content .home-tiled-row {
    margin-top: 0;
    display: none; /* hiding on mobile */
  }
  
  #content .home-tiled-row > div {
    width: auto;
    margin: 5px 0 0;
    padding: 0;
    float: none;
  }
  
  #content .home-tiled-row img {
    position: static;
    width: 100%;
    vertical-align: top;
  }
  
  /* full-width images should keep a fixed height and crop to the side */
  
  #content .slide .overlay-text .button {
    display: none;
  }
  
  .flexslider .flex-direction-nav a {
    display: none;
  }
  
  .collection-listing .product-block {
    height: auto;
    width: 47%;
    padding-left: 1%;
    padding-right: 1%;
    min-width: 0;
  }
  
  .collection-slider .collection-listing .product-block {
    max-width: 98%;
  }
  
  .collection-listing .product-block .image-cont,
  .collection-slider .collection-listing .product-block .image-cont {
    height: auto;
    max-height: none;
  }
  
  .collection-listing .product-block img,
  .collection-slider .collection-listing .product-block img {
    max-height: none;
    max-width: 100%;
    height: auto;
  }
  
  .product-block .block-inner {
    background-size: 80px 80px;
  }
  
  .product-block.page-block .block-inner {
    width: auto;
  }
  
  .collection-listing .product-detail .inner {
    padding: 100px 40px 50px 40px;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .product-block .hover-info .title {
    line-height: 1.2em;
  }
  
  .product-detail .detail .productlabel {
    float: none;
    display: block;
    text-align: center;
  }
  
  .template-product .hide-gallery-mobile.product-detail .gallery {
    display: none;
  }
  
  .product-detail .free-shipping-note {
    display: block;
    text-align: center;
    font-size: 90%;
  }
  
  .product-detail .product-form .input-row { margin: 0; }
  
  #cartform .item .image {
    margin-left: 0;
  }
  
  #cartform .item .desc {
    margin-right: 45px;
  }
  
  #cartform .item .desc .pura-points {
    margin-top: 5px;
    font-size: 70%;
    line-height: 1.2em;
  }
  
  #cartform .item .quantotal {
    position: relative;
    clear: both;
    padding-top: 20px;
  }
  
  #cartform .item .quantity {
    position: static;
    float: left;
  }
  
  #cartform .item .line-total {
    position: static;
    float: right;
  }
  
  #cartform .item a.remove {
    top: 35px;
    right: 0;
    font-size: 30px;
    padding: 10px 10px 10px 15px;
  }
  
  #cartform .totals-area .checkout-col {
    float: none;
    max-width: none;
  }

  #store-messages .message .title,
  #home-message .message .title {
    margin: 5px 0 0;
    font-size: 14px;
  }
  
  #content .signup-page .mc-field-group {
    float: none;
    width: auto;
  }
  
  #content .signup-page .full-width-image {
    background: transparent url(/cdn/shop/t/6/assets/signup_bg.jpg?v=84014396054077915151424128477) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  #content .signup-page .full-width-image > img {
    display: none;
  }
  
  #content .signup-page .full-width-image .button {
    display: inline-block;
    margin-left: 0;
    padding: 5px 10px;
  }
  
  #content .signup-page .overlay-text {
    position: relative;
    left: 0;
    right: 0;
    z-index: 5;
    width: auto;
    min-height: 200px;
    padding: 40px 20px;
  }
  
  #content .signup-page .mc-field-group input {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 100%;
  }
  
  #content .signup-page #mc_embed_signup form { padding: 0; }

  .modlbx-mfp-close { bottom: -20px !important; }
  .form-over-image .absolute { display: none; }
  div.olapic_widget { display: none !important; }
  
  .story-row {
    padding: 40px 0;
  }
  
  .story-row .left,
  .story-row .right {
    display: block;
    width: auto;
    margin: 0;
  }
  
  .story-row .left,
  .story-row.image-right .mob-img {
    margin-bottom: 40px;
  }
  
  .story-row.image-right .mob-img {
    display: block;
  }
  
  .story-row.image-right .right {
    display: none;
  }
  
  .product-block .block-inner .yotpo {
    margin-left: 0 !important;
    width: auto;
    text-align: center;
  }
  .product-block .block-inner .yotpo .yotpo-bottomline .text-m {
    display: none;
  }
  .product-block .block-inner .yotpo .pull-left {
    float: none;
    display: inline-block;
  }
  
  #scrolltotop {
    display: none;
  }
  
  #fauxn-home {
    position: absolute;
    left: 80px;
    right: 80px;
    top: 0;
    height: 68px;
  }
  
  .product-detail .detail .upper-reviews {
    display: none;
  }
  
  .product-block .hover-info {
    position: static;
  }
  
  #sloyalty-widget {
    display: none!important;
  }
  
  .wishlistbutton { display: none; }
  .tf-page-fundraising #template { padding-top: 0; }
  
  .template-blog .article-list .article {
    display: block;
    width: auto;
  }
}

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

  #pageheader .util-area {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  #pageheader .util-area ul {
    float: none;
  }

  #pageheader .util-area li,
  #pageheader .util-area li a {
    font-size: 10px;
  }
  
  #pageheader .util-area li {
    font-size: 10px;
    margin: 2px;
    float: none;
  }
  
  #pageheader .search-box,
  #pageheader .utils {
    float: none;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  #pageheader .util-area .signup-reveal-area {
    display: block;
    margin-bottom: 15px;
  }
  
  #pageheader .util-area .signup-form-cont .signup-form:before {
    left: 50%;
  }
  
  #pageheader .util-area .signup-form-cont .signup-form:after {
    left: 50%;
  }
  
  #pageheader .utils .social-links,
  #pageheader .utils .cart-summary {
    display: block;
    margin: 0 0 10px;
    text-align: center;
  }
  
  #pageheader .utils .cart-summary {
    margin-bottom: 20px;
  }
  
  #content .image-links .image-link {
    float: none;
    width: auto;
  }
  
  #content .image-links .image-link.block-1,
  #content .image-links .image-link.block-2,
  #content .image-links .image-link.block-3 {
    margin: 0 1.4%;
  }
  
  .search-box {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .search-box .search-form {
    display: block;
  }
  
  .search-box .search-form input[type="text"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .search-box .search-form input[type="submit"] {
    opacity: 1;
  }
  
  .search-box i {
    /*background-image: url('/cdn/shop/t/6/assets/social_spr_darkgrey.png?v=182632126923213744051424128478');*/
  }
  
  /* HTML5 input placeholders */
  .search-box input[type="text"]::-webkit-input-placeholder {
    color: #666;
  }
  
  .search-box input[type="text"]::-moz-placeholder {
    color: #666;
  }
  
  .search-box input[type="text"]:-ms-input-placeholder {
    color: #666;
  }

  .search-box .results-box {
    position: static;
    width: auto;
  }
  
  .nav-row {
    line-height: 1em;
  }
  
  .view-as {
    display: block;
    margin: 10px 0 0;
  }
  
  #comments .comment .gravatar {
    width: 40px;
  }
  
  #comments .comment .detail {
    margin-left: 55px;
  }
  
  .template-cart .majortitle {
    font-size: 16px;
    line-height: 1.3em;
  }
    
  
  #cart-summary-overlay .item * {
    display: inline;
  }
  
  #cart-summary-overlay .item,
  #cart-summary-overlay .item .info,
  #cart-summary-overlay .cart {
    width: auto;
    float: none;
    padding: 0 20px;
  }
  
  #cart-summary-overlay .item .img,
  #cart-summary-overlay .item .detail,
  #cart-summary-overlay .cart .cart-text {
    display: none;
  }
  
  #cart-summary-overlay .item .info > * {
    display: inline;
    margin-right: 10px;
  }
  
  #cart-summary-overlay #shop-more,
  #cart-summary-overlay .button {
    width: 49%;
    margin: 0;
    -moz-box-sizing: content-box;
    box-sizing: border-box;
  }
  
  #cart-summary-overlay #shop-more {
    float: left;
    font-size: 12px;
  }

  #pagefooter {
    text-align: center;
  }
  
  #pagefooter .connect {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 8px;
  }
  
  #pagefooter .connect .h1-style {
    font-size: 17px;
  }
  
  #pagefooter .connect p {
    font-size: 12px;
    margin-bottom: 1em;
    letter-spacing: 0;
  }
  
  #pagefooter .connect .social-links,
  #pagefooter .connect .interact {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  #pagefooter .footer-nav {
    display: none;
  }
  
  #pagefooter .mobile.footer-nav {
    float: none;
    width: auto;
    display: block;
    font-size: 20px;
    letter-spacing: 0;
    margin-right: 0;
  }
  
  #pagefooter .mobile.footer-nav a {
    color: white;
  }
  
  #pagefooter .mobile.footer-nav li {
    font-size: 1em;
    display: inline;
  }
  
  #pagefooter .mobile.footer-nav .links-row-1 {
    font-size: 0.85em;
    font-weight: bold;
    margin-bottom: 4px;
  }
  #pagefooter .mobile.footer-nav .links-row-2 { font-size: 0.8em; margin-bottom: 23px; }
  #pagefooter .mobile.footer-nav .hash { font-size: 0.9em; }
  
  #pagefooter .copyright {
    margin-top: 10px;
    line-height: 1.2em;
    padding: 12px 0 20px;
    background: transparent;
  }
  
  #pagefooter .copyright .copy {
    text-transform: uppercase;
    letter-spacing: 0;
  }
  
  #pagefooter .copyright,
  #pagefooter .copyright a {
    font-family: Montserrat;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0;
  }

  #pagefooter .lower {
    margin-top: 0;
  }

  #pagefooter .social-links h6 {
    margin-bottom: 7px;
  }

  #pagefooter .social-links ul {
    text-align: center;
  }

  .signup-form input[type="email"] {
    width: 250px;
  }

  .signup-form input[type="submit"] {
    display: block;
    margin: 10px auto 0 auto;
  }
  
  #content .signup-page .input-with-button {
    margin-right: 0;
  }
  
  #content .signup-page .input-with-button .button-area {
    position: static;
    float: right;
  }
  
  .collection-listing .productlabel.soldout > span {
    width: 110px;
    padding-top: 37px;
    background-size: 100%;
  }
  
  .product-detail .gallery .MagicToolboxMessage,
  .product-detail .detail .yotpo.bottomLine.yotpo-medium.yotpo-small,
  .product-detail .detail .yotpo.QABottomLine.yotpo-medium.yotpo-small,
  .product-detail .detail .pura-points,
  .product-detail .detail .quantity-row {
    display: none;
  }
  
  .product-detail .detail .title {
    font-size: 1.4em;
  }
  
  .product-detail .detail .price {
    font-size: 1em;
  }
  
  .product-detail .detail .title,
  .product-detail .detail .price,
  .product-detail .detail .product-form {
    text-align: center;
  }
  
  .template-product .social .socitem.label {
    display: none;
  }
  
  #cartform .item-list {
    padding-bottom: 0;
  }
  
  #cartform .item {
    padding: 10px 0 30px;
  }
  
  #cartform .item .image {
    float: none;
    margin: 0 auto;
    width: auto;
    height: 140px;
    text-align: center;
  }
  
  #cartform .item .image img {
    max-height: 100%;
  }
  
  #cartform .item .desc {
    margin-top: 0;
  }
  
  #cartform .item a.remove {
    top: 150px;
  }
  
  .product-detail .detail > .yotpo {
    display: none;
  }
  
  h1, h1.h2-style, h2, h2.h1-style, h3.h1-style {
    font-size: 19px;
    font-weight: normal;
  }
  .template-blog .article .share-counter { top: 10px; }
  .template-blog .article .share-counter .count-area .count { font-size: 25px; }
}

@media only screen and (max-width: 480px) {
  
  /* Show all product rows at half height */
  
  .view-all {
    margin-bottom: 10px;
  }
  
  .product-block .block-inner,
  .collection-slider .collection-listing .product-block,
  .collection-slider .collection-listing .product-block .block-inner {
    height: auto;
  }
  
  .collection-slider .collection-listing {
    height: auto;
  }
  
  .product-block .block-inner .image-cont,
  .collection-slider .collection-listing .product-block .block-inner .image-cont {
    padding-bottom: 0;
  }
  
  .product-block .block-inner .image-cont img,
  .collection-slider .collection-listing .product-block .block-inner .image-cont img {
    height: auto;
  }
  
  .product-block .hover-info {
    position: static;
  }
  
  #content .signup-page .mc-field-group input {
    font-size: 13px;
    padding-top: 12px;
    padding-bottom: 10px;
    max-width: 100%;
  }

}

@media only screen and (max-width: 360px) {
  .signup-form label {
    display: none;
  }
  
  #pagefooter .mobile.footer-nav .links-row-1 { }
  #pagefooter .mobile.footer-nav .links-row-2 { }
  
  #pagefooter .connect .h1-style { font-size: 14px; }
  #pagefooter .connect p { font-size: 9px; }
  
  .product-detail .free-shipping-note {
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 340px) {
  .signup-form label {
    display: none;
  }
  
  #pagefooter .mobile.footer-nav .links-row-1 { font-size: 0.75em; margin-bottom: 0; }
  #pagefooter .mobile.footer-nav .links-row-2 { font-size: 0.7em; margin-bottom: 10px; }
  
  #pagefooter .connect .h1-style { font-size: 14px; }
  #pagefooter .connect p { font-size: 9px; }
  
  #fauxn-home { height: 54px; }
  
  #content .login-heading-content { height: auto; }
  .login-heading-content .login-arr { bottom: -18px; }
  
  .template-cart .majortitle {
    font-size: 14px;
  }
}


/* High DPI devices get some graphical upgrades */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  .social .socitem .social-btn {
    background-image: url(/cdn/shop/t/6/assets/social-buttons-spr_2x.png?v=128662613918526447801424128478);
    -moz-background-size:355px 82px;
    -ie-background-size:355px 82px;
    -o-background-size:355px 82px;
    -webkit-background-size:355px 82px;
    background-size:355px 82px;
  }
}
/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  
  
  .social-links a {
    /*background-image:url('/cdn/shop/t/6/assets/social_spr_white_4x.png?v=145403018448262132211424128479');
    -moz-background-size:485px 44px;
    -ie-background-size:485px 44px;
    -o-background-size:485px 44px;
    -webkit-background-size:485px 44px;
    background-size:485px 44px;*/
 /* }
 /* 
  
  #pageheader .search-box .search-form i {
    /*background-image:url('/cdn/shop/t/6/assets/social_spr_darkgrey_2x.png?v=28918070341378062831424128478');
    -moz-background-size:243px 22px;
    -ie-background-size:243px 22px;
    -o-background-size:243px 22px;
    -webkit-background-size:243px 22px;
    background-size:243px 22px;*/
 /* } */
  
  .payment-methods li {
    background:url('/cdn/shop/t/6/assets/payment_spr_grey_2x.png?v=151283995815989424591424128476');
    -moz-background-size:691px 32px;
    -ie-background-size:691px 32px;
    -o-background-size:691px 32px;
    -webkit-background-size:691px 32px;
    background-size:691px 32px;
  }
/*}*/

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
  html {
    -webkit-text-size-adjust: none; /* Prevent iOS font scaling */
  }
}

/* Animations */
@-webkit-keyframes reveal {
  0% {
    margin-left:-999px;
    opacity:0;
  }
  
  1% {
    margin-left:0;
    opacity:0;
    -webkit-transform:scale(0.98) translateY(-15px);
  }
  
  80% { -webkit-transform:scale(1); }
  
  100% { -webkit-transform:translateY(0); }
}

@keyframes reveal {
  0% {
    margin-left:-999px;
    opacity:0;
  }
  
  1% {
    margin-left:0;
    opacity:0;
    transform:scale(0.98) translateY(-15px); }
  80% { transform:scale(1); }
  100% { transform:translateY(0); }
}

/*************    ---                   ---                   ---   *************/
/*************    |     ENTER YOUR CUSTOM CODE BELOW HERE       |   *************/
/*************    ---                   ---                   ---   *************/

/* Tiled page of links */
.tiled-image-blocks {
  text-align: justify;
  line-height: 1px;
}

.tiled-image-blocks a,
.tiled-image-blocks.nolinks img {
  display: inline-block;
  zoom:1;
  *display:inline;
  
  line-height: 1em;
  width: 30%;
  padding-bottom: 4%;
}

.tiled-image-blocks .header a {
  display: block;
  width: auto;
  padding: 0;
}

.tiled-image-blocks h1 {
  text-align: center;
  margin: 20px 0;
}

.tiled-image-blocks a.placeholder {
  line-height: 0;
  padding: 0;
}

.tiled-image-blocks img {
  float: none!important;
}

.tf-page-three-per-row-images-noheader-stackmobile #content {
  padding-bottom: 0;
}

/* Forms Over Image
-------------------------------------------------------------- */
.form-over-image .lightboximages { position: relative; }
.form-over-image .full-image img { width: 100%; }
.form-over-image #template label { color: white; }
.form-over-image .absolute { position: absolute; top: 30px; right: 30px; }
.page-campus-reps.form-over-image .absolute { width: 35% }
@media only screen and (max-width: 767px) {
  .form-over-image #template label { color: inherit; }
}

.full-width-image.no-bg { background: transparent; }
.form-over-image #mc_embed_signup,
.form-over-image #mc_embed_signup h2,
.form-over-image #mc_embed_signup label { color: white; }
.form-over-image #mc_embed_signup label {
  display: inline-block;
  width: 180px;
  text-align: right;
  padding-right: 20px;
  line-height: 1.2em;
}
.form-over-image #mc_embed_signup h2 { margin-bottom: 20px; }
.form-over-image #mc_embed_signup.absolute { left: 30px; text-align: center; }
.form-over-image #mc_embed_signup .mc-field-group { margin-bottom: 20px; }
.form-over-image #mc_embed_signup .size1of2 { display:inline-block; }
.form-over-image #mc_embed_signup #mce-BIRTHDAY-month,
.form-over-image #mc_embed_signup #mce-BIRTHDAY-day { width: 2.2em; text-align: center; }
.form-over-image #mc_embed_signup div.mce_inline_error { display: inline; }

@media only screen and (max-width: 767px) {
  .form-over-image #mc_embed_signup h2 { font-size: 1em; }
  .form-over-image #mc_embed_signup.absolute { display: block; position: static; }
  .form-over-image #mc_embed_signup,
  .form-over-image #mc_embed_signup h2,
  .form-over-image #mc_embed_signup label { color: inherit; }
  .form-over-image #mc_embed_signup label {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 5px;
  }
  .form-over-image #mc_embed_signup .size1of2 { display: block; }
  .form-over-image #mc_embed_signup .mc-field-group.size1of2 { margin-bottom: 0; }
  .form-over-image #mc_embed_signup .clear { margin-top: 20px; }
}

/* Store Locator App
-------------------------------------------------------------- */
.distance { margin-top: 28px !important; }

/* Curebit App */
.payitforward {
  clear: both;
  position: relative;
  text-align: left;
}

#my-newsletter-signup {
  bottom: 50px;
  clear: both;
  display: block;
  height: 150px;
  margin: 0px;
  position: absolute;
  right: 28px;
}

#my-newsletter-signup iframe {
  background: none 0px 0px repeat scroll rgb(255, 255, 255);
  border: 1px solid rgb(204, 204, 204);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 10px 30px;
}

/* Firefox Specific Rules
-------------------------------------------------------------- */
/* @-moz-document url-prefix() {
  table { table-layout: fixed; }
  #pageheader .util-area li,
  #pageheader .util-area li a { font-weight: 300; }
  .nav-row a { font-weight: 400; }
  #pagefooter h6 { font-weight: 400; }
  #pagefooter .footer-nav li { font-weight: 400; }
}*/

/* Custome CSS, Don't Delete
-------------------------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
}

.login-header-message {
  background-color: rgb(238, 238, 238);
  padding: 20px 15px 1px 15px;
  border-radius: 3px;
  margin-top: 40px;
}

.template-index #content {
  padding-bottom: 5px;
}


#pageheader .util-area li, #pageheader .util-area li a {
  font-size: 13px;
}  

#cartform .totals-area .subtotal {
margin: 0 0 10px;
}

.minimum-order.productlabel.soldout {
display: block;
margin-bottom: 15px;
}

.checkout-col .pura-points {
margin-bottom: 10px;
}

#cartform .checkout-note textarea {
width: 100%;
height: 60px;
}

#cartform .totals-area .checkout-buttons {
margin: 15px 0 40px;
}

a.insta-button:hover {
  background-color: #CA4137;
}

/*#template button, #template input, #template .btn {
  width: 362px;
  text-align: center;
  max-width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/

.single-option-selector {
font-size: 13px;
}

.image-links .image-link a {
    display: inline-block;
    background: black;
    padding: 0;
}

.image-links .image-link a img {
    display: block;
    
}

.image-links .image-link a:hover img {
    opacity: 0.8;
            
}

#content .image-links {
  padding: 35px 0 25px 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}


.team-member img {
  float: left;
  margin: 0px 20px 15px 0px;
  border-radius: 3px;
    background-color: #fff;
  padding: 8px;
    box-shadow: 0px 1px 1px rgba(155, 155, 155, 0.17);
}

.member-attrs li {
list-style-type: none;
}

.team-member {
margin: 20px 0px;
}

.member-attrs {
margin: -7px 0px 0px 0px;
}

.team-member {
  margin: 20px 0px;
  background-color: rgb(241, 241, 241);
  padding: 20px;
  border-radius: 3px;
}

.instagram-block {
  background-color: #fff;
  padding: 8px 8px 2px 8px;
  border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(155, 155, 155, 0.17);
}

.env-desktop .fifth-col-layout {
width: 18%;
margin: 30px 1% 0 1%;
}
.fifth-col-layout{
display: inline-block;
 margin: 30px 1% 0 1%;
  float: left;
}

.env-img {
width: 148px;
margin: 0 auto;
}

.env-wrapper h4 {
text-align: center;
}

.env-tablet .fifth-col-layout{width: 31%;}
.env-mobile .fifth-col-layout{width: 46%; margin: 30px 2% 0 2%;}

.env-tablet{
  display: none;
}
.env-mobile{
  display: none;}
.env-wrapper p {
margin-bottom: 10px;
}

@font-face {
    font-family: 'gothamBold';
    src: url('gothamhtf-bold-webfont.eot');
    src: url('gothamhtf-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('gothamhtf-bold-webfont.woff') format('woff'),
         url('gothamhtf-bold-webfont.ttf') format('truetype'),
         url('gothamhtf-bold-webfont.svg#gotham_htfbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.login-container,
.shares-content,
.login-actions { *zoom: 1; }
.login-container:after,
.shares-content:after,
.login-actions:after { width: 100%; content: ''; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; display: block; }

/* login page */
.login-heading-content {  background-color: #54cee7; height: 95px; padding-top: 20px; position: relative; font-family: 'gothamBold', arial, serif; text-align: left!important; }
.login-heading-content h2 { margin-left: 230px; display: inline-block; position: relative; text-align: left; font-family: 'gothamBold', arial, serif; font-weight: normal; font-size: 46px; line-height: 46px; color: #fff; text-align: center; }
.login-heading-content h2 span { display: block; font-size: 30px; line-height: 30px; text-align: center; }

.login-arr { position: absolute; background: url(arr-bottom.png) no-repeat 0 0 #54CEE7; width: 55px; height: 18px; bottom: -37px; left: 50%; margin-left: -28px; }

#template .guest-action { text-align: left; }
.guest-action p { font-family: 'gothamBold', arial, serif; font-size: 24px; color: #918f8f; text-align: left; margin-bottom: 17px; }
#template .guest-action .btn { width: 250px; }

.shares-container.abs { position: absolute; top: -9999px; left: -9999px; } 
.shares-container { position: static; top: 0; left: 0; } 

.shares-content,
.shares-title { text-align: center; }
.tweet-button,
.facebook-link,
a.product-fb-link { background: url(fb-share.png) no-repeat 0 0; width: 321px; height: 47px; float: left; font-size: 0; line-height: 0; text-indent: -4000px; }

.tweet-button { background: url(twitter.png) no-repeat 0 0; float: right;}
.shares-content { width: 670px; margin: 25px auto 50px auto; }
/* Phone sizes typically start here */

.top-social-section { background: #0c7885; padding: 9px 0px 20px 0px; }
.top-social-section .shell { width: 990px; margin:0 auto; padding-top:25px;} 
.top-social-section h2 { width: 930px; margin: 0 auto; padding-bottom: 22px; text-align: center; font-size: 28px; color: #53cee6; text-transform: uppercase; }
.top-social-section h2 span { float: left; text-align: left; }
.top-social-section h2 span small { display: block; font-size: 12px; line-height: 12px; }
.top-social-section h2 span.small { margin-top: 6px; margin-left: 9px; }
.top-social-section h3 { margin-bottom: 0; text-align: center; font-size: 24px; color: #fff; } 
.top-social-section h4 { margin-bottom: 23px; text-align: center; font-size: 24px; color: #ff6962; }
.top-social-section h4 small a { color: #a4a3a3; text-decoration: underline; font-size: 12px; font-weight: normal; }
.top-social-section h4 small a:hover { text-decoration: none; }

.popup-product { width: 690px; background: #fff; padding: 60px 0px 60px 20px; }

.popup-product .btns,
.top-social-section .btns { width: 690px; margin: 0 auto; }
.shares-content a,
.popup-product .btns a,
.top-social-section .btns a,
a.product-fb-link { display: block; 
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;

}
.popup-product .btns .btn,
.top-social-section .btns .btn { width: 321px;  }
.popup-product .btns .btn .facebook-link,
.top-social-section .btns .btn .facebook-link,
a.product-fb-link {   }
.popup-product .btns .btn .tweet-button,
.top-social-section .btns .btn .tweet-button {  }
.popup-product .btns .left,
.top-social-section .btns .left { float: left; }
.popup-product .btns .right,
.top-social-section .btns .right { float: right; }
.popup-product .btns .loader,
.top-social-section .loader { margin-bottom: 6px; height: 18px; width: 302px; margin:0 auto 6px; border: 1px solid #5c5c5c; display: block; position:relative; border-radius: 9px; -moz-border-radius: 9px; -webkit-border-radius: 9px; -o-border-radius: 9px;}
.popup-product .btns .load-h,
.top-social-section .load-h { background:#fff; height: 18px; width: 300px; background: #fff; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -o-border-radius: 8px; display:block; margin-left: 1px; }
.popup-product .btns .cnt h5,
.top-social-section .cnt h5 { padding: 0 6px; color: #d8d6d6; font-size: 10px; font-size:10px; }
.fb-button .loader .load { background: #466cb5; height: 18px; position:absolute; left: 0; top: 0px; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -o-border-radius: 8px; }
.twitter-button .loader .load { background: #55acee; height: 18px; position:absolute; left: 0; top: 0px; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -o-border-radius: 8px; }

.popup-product h2 { font-size: 40px; line-height: 42px; text-align:center; color: #030303; }
.popup-product h4 { font-size: 20px; line-height: 22px; text-align:center; color: #030303; }
.popup-product h4 a { color: #030303; text-decoration: underline; }
.popup-product h4 a:hover { text-decoration: none; }

.counter-section #date { font-size: 0; line-height: 0; text-indent: -4000px; } 
.counter-section #hour { font-size: 0; line-height: 0; text-indent: -4000px; } 
.counter-section form .input-row.left { float: left; width: 162px; }
.counter-section .counter-holder { float: left; position: absolute; left: 186px; bottom: 28px; width: 240px; }
.counter-section .counter-holder h5 { font-size: 14px; color: #eb4938; text-align: center; }
.counter-section .cnt { position:relative; padding-bottom: 28px;  } 
.counter-section #counter-inner .count-holder { width: 55px; position: relative; margin-right: 6px; text-align: center; float: left; }
.counter-section #counter-inner .count-holder em { position: absolute; height: 1px; width: 100%; background: #706f6f; top: 23px; left: 0; }
.counter-section #counter-inner .count-holder .box { font-family: Montserrat; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; width: 55px; height: 45px; font-size: 36px; line-height:45px; text-align: center; color: #fff; font-weight: bold; font-size: 32px; background: #aeacac; }
.counter-section #counter-inner .count-holder.seconds { margin-right: 0; }
.counter-section #counter-inner .count-holder span { color: #a9a8a8; text-transform: uppercase; font-size: 10px;  } 


.share-btns h3 { font-size: 24px; color: #040404; }
.share-btns a.product-fb-link { float: left; width: 155px; height: 47px; margin-right: 30px; background: url(share-btns-small.png) no-repeat 0 0; }
.share-btns a.tweet-button { float: left; width: 167px; height: 47px; background: url(share-btns-small.png) no-repeat 0 bottom; }

.popup-product .btns { padding-bottom: 40px; }
.cnt .input-row { position: relative; }
.cnt .input-row:hover input { background: #c93e34; }
.cnt .input-row a.fancybox-btn { display: none; }

.product-style #fancybox-content { border: 0; }
.product-style #fancybox-wrap { width: 730px;  }
.product-style  #fancybox-close { display:none !important;  }

.popup-hidden { display: none; }

/* share counters */
.clearfix { *zoom: 1; }
.clearfix:after { width: 100%; content: ''; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; display:block; }
.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.load { width: 0; }
.load { transition: all 0.8s; -moz-transition: all 0.8s; -webkit-transition: all 0.8s; -o-transition: all 0.8s; }
.share-helpers { display: none; }


.popup-product .btns a:hover,
.top-social-section .btns a:hover { opacity: 0.9; filter: alpha(opacity=90); }

.share-btns a {
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
.shares-content a:hover { opacity: 0.8; filter: alpha(opacity=80); }
.share-btns a:hover { opacity: 0.7; filter: alpha(opacity=70); }
.socitem { margin-bottom: 14px; background: #fff; }
 
.product-form .share-btns a { margin-bottom: 10px; }

@media only screen and (min-width: 960px) and (max-width: 1202px) {
  #pageheader .logo img {
    width: 500px;
  }
  
  .promo {
   width: 130px;
  }
  
  #pageheader .util-area {
  margin-top: 0px;
  }

  .counter-section .counter-holder { float: none; display: block; position: relative; left: 0px; bottom: 0px; margin-bottom: 28px; width: 240px; }
  
  
  .top-social-section .shell { width: auto; }
  .top-social-section h2 { width: 100%; }
  
  .top-social-section h2 span {
    display: block;
    float: none;
    text-align: center;
  } 
   .top-social-section h2 { width: 100%; float: none; display: block; text-align: center; }
}

#mobile-promo {
  position: relative;
  z-index: 5000;
  background: #434343;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.1em;
  padding: 5px 4px 4px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .collection-slider-row {
    padding-top: 0px;
  }
  
  .counter-section .counter-holder { float: none; display: block; position: relative; left: 0px; bottom: 0px; margin-bottom: 28px; width: 240px; }
  
  .top-social-section .shell { width: auto; }
  .top-social-section h2 { width: 100%; float: none; display: block; text-align: center; }
  
  .template-collection #content .page-header { padding-top: 10px; padding-bottom: 0; }
  .template-collection #content .page-header .filters,
  .template-collection #content .page-header .social-area,
  .template-collection #content .page-header .user-content { display: none; }
  .template-collection #content .page-header .majortitle { font-size: 15px; }
  #pageheader.permitfixed { 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: left 250ms;
  }
  #pageheader .logo { padding: 0 80px; }
  #mobile-nav { background: transparent; }
  #mobile-nav.permitfixed { position: fixed; }
  #mobile-nav #toggle-mobile-menu { overflow: hidden; text-indent: -999em; margin-top: 15px; }
  #mobile-nav #toggle-mobile-menu span { width: 32px; background: #434343; margin-top: 10px; }
  #mobile-nav #toggle-mobile-menu span.s2 { top: 7px; }
  #mobile-nav #toggle-mobile-menu span.s3 { top: 14px; }
  body #mobile-nav .cartlink {
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    padding: 0;
    border: none;
  }
  body #mobile-nav .cartlink > a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-indent: -999em;
    background: url(/cdn/shop/t/6/assets/mobile-cart-icon.png?v=68951034679249677501424128475) no-repeat center center;
    background-size: 46px 46px;
  }
  
  body #mobile-nav .cartlink > a .item-count-num {
    position: absolute;
    right: 13px;
    top: 9px;
    background: #e94b3f;
    color: white;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 20px;
    line-height: 18px;
    text-indent: 0;
  }
  #pageheader .logo-area { overflow: hidden;}
}

@media only screen and (max-width: 400px) {
    #mobile-nav #toggle-mobile-menu { margin-top: 8px; }
    body #mobile-nav .cartlink { top: 3px; }
  
  #store-messages .message .title, #home-message .message .title {
    font-size: 12px;
  }
  
  #pagefooter .interact h6 {
  font-size: 16px;
  }
  
   .insta-button {
    width: 89%;
  }
  .majortitle {
    font-size: 21px;
  }
  .template-index .majortitle {
    font-size: 17px;
  }
  
  
  .counter-section .counter-holder { float: none; display: block; position: relative; left: 0px; bottom: 0px; margin-bottom: 28px; width: 240px; }
  
  .top-social-section h2 { width: 100%; }
  
  .top-social-section h2 span {
    display: block;
    float: none;
    text-align: center;
  } 
   .top-social-section h2 { width: 100%; float: none; display: block; text-align: center; }
}

/* Instagram Fixes */
@media only screen and (max-width: 1024px) {
 .insta-button {
  margin: -185px 0px 0px 40px;
  }
  
  .top-social-section .shell { width: auto; }
  
  .counter-section .counter-holder { float: none; display: block; position: relative; left: 0px; bottom: 0px; margin-bottom: 28px; width: 240px; }
  
  .top-social-section h2 { width: 100%; }
  
  .top-social-section h2 span {
    display: block;
    float: none;
    text-align: center;
  } 
	 .top-social-section h2 { width: 100%; float: none; display: block; text-align: center; }
}

@media only screen and (max-width: 773px) {
 .insta-button {
    display: block;
   position: relative;
    margin: -19px 0px -10px 0px;
    width: 95%;
  }
  
  .top-social-section h2 span {
    display: block;
    float: none;
    text-align: center; }
   .top-social-section h2 { width: 100%; float: none; display: block; text-align: center; }
  .counter-section .counter-holder { float: none; display: block; position: relative; left: 0px; bottom: 0px; margin-bottom: 28px; width: 240px; }
}

@media only screen and (min-width: 760px) and (max-width: 1040px) {
    #content .image-links {
    padding-top: 32px;
  }
  .multi-level-nav li a {
    font-size: 80%;
  }
}

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

  .non-mobile { display: none; }
  .mobile { display: block; }
  img.mobile { display: inline; }

  #pageheader .promo {
    display: none;
  }

  #pageheader .promo.mobile {
    display: block;
  }
  .multi-level-nav li a[href="http://puravidabracelets.com/pages/instagram-love"]{
    display: none;
  }
  
  .top-social-section .shell { width: auto; }
}

@media only screen and (max-width: 920px) {
  .login-container { width: 760px; }
  .right-login,
  .left-login { width: 350px;}	
  .or { display: none; }
}

@media only screen and (max-width: 770px) {
  #content .image-links {
    padding-top: 13px;
  }
}

@media only screen and (max-width: 600px) {
  #content .image-links {
  padding: 6px 0 25px 0;
  } 
}

/* Environmental Policy Queries */
@media only screen and (max-width: 1045px) {
  .env-desktop{display: none;}
  .env-tablet{display: block;}
  .top-social-section .shell { width: auto; }
/*
  .fifth-col-layout { 
    width: 31%;
  }
  */
}

@media only screen and (max-width: 767px) {
.iframe-holder { margin-left: auto!important; width: 185px; margin-right: auto; }
  .login-container { width: auto; }
  .right-login,
  .left-login { width: auto; display: block; float: none; margin-left: 0; }
  #template .guest-action, .guest-action p { text-align: center; }
  .login-heading-content h2 { margin-left: 0; text-align: center; background-position: center bottom; display: block; }
  
  .log-title,
  .jsforms #template .right-login .large_form label  { text-align: center; }
  .right-login .or { position: static; margin-bottom: 20px; display:block;}
  .right-login #forgot_password, .right-login .login-actions p {text-align: center;}
  .login-actions { width: 260px; margin: 0 auto; }
  #template .login-actions .btn { padding-left: 0; padding-right: 0; }
  .login-actions .note { padding-left: 0; }
  
  .login-heading-content h2 span { font-size: 30px; }
  .login-heading-content h2 span { font-size: 26px; }
  
  .tiled-image-blocks.stack-mobile a,
  .tiled-image-blocks.stack-mobile.nolinks img {
    width: 46%;
  }
}

@media only screen and (max-width: 700px) {
  .env-tablet{display: none;}
  .env-mobile{display: block;}
    
    .popup-product .btns, .top-social-section .btns { width: auto; }
    .popup-product .btns .btn.right, .top-social-section .btns .btn.right { width: 311px; overflow: hidden; margin: 0 auto 20px; float: none; display: block; }
    .popup-product .btns .btn.left, .top-social-section .btns .btn.left { width: 311px; overflow: hidden; margin: 0 auto 20px; float: none; display: block; }
    .tweet-button, .facebook-link,
    a.product-fb-link {  width: 310px; }
    
    .popup-product .btns .right .cnt .btn.right, .top-social-section .btns .btn.right .cnt .right { float: right; display: inline; }
    .popup-product .btns .left .cnt .btn.left, .top-social-section .btns .btn.left .cnt .left { float: left; display: inline; }
  
  .socitem { background: transparent; }
  
  .what-should-we-make-next .shares-container { margin-left: -20px; margin-right: -20px; } 
  .what-should-we-make-next .shares-container .shares-content { width: 310px; position:relative; overflow: hidden; } 
  .what-should-we-make-next .shares-container .shares-content a { float: none: display: block; margin-top: 10px; }  
  
  /*
  .fifth-col-layout { 
    width: 48%;
  min-height: 410px;
  }
  */
}

@media only screen and (max-width: 550px) {
  .env-mobile .fifth-col-layout {display: block; float: none; width: 94%; margin: 0 3%;}
  /*
  .fifth-col-layout { 
    width: 48%;
  min-height: 410px;
  }
  */
}


@media only screen and (max-width: 480px) {
  .tiled-image-blocks a,
  .tiled-image-blocks.nolinks img {
    width: 46%;
  }
  
  .tiled-image-blocks.stack-mobile a,
  .tiled-image-blocks.stack-mobile.nolinks img {
    width: 98%;
  }
  .nav-row a {
    font-weight: 400!important;
    padding-left: 7px;
    padding-right: 7px;
	}
  
  .login-container { position:relative; overflow: hidden; }
  .iframe-holder { width: 320px; position:relative; }
  .iframe-holder iframe { -moz-transform: scale(0.8); -webkit-transform: scale(0.8); -o-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); margin-left:-40px; }
  
  .twitter-button+.clearfix { display: none; }
}

.iframe-holder { margin-left: auto; margin-right: auto; height: 195px; margin-top: -6px; width: 356px; }

 
.homebanner {
  text-align:center;
  margin-top:35px;
  margin-bottom:0px;
  clear: both;
}

.homebanner img {
  box-shadow: #000 0em 0em 0em;
	width: 100%;
	height: auto;
	vertical-align: top;
  	max-width:950px;
  -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}

.homebanner img:hover {
opacity: 0.8;
  filter:alpha(opacity=80);  /* For IE8 and earlier */
}

.template-customers-account .homebanner {
  padding-top: 40px;
}

@media only screen and (max-width: 480px) {
  #home-bannerad {display:none;}
}

/* hide fan photos on phones */
#mobile-nav #mobile-menu li.fan-photos { display: none; }

/* Hide tracking pixels */
body > img {
  position: absolute;
  top: -1px;
}

.fb_iframe_widget > span { vertical-align: baseline!important; }

::-moz-selection { 
background-color: #5ACEE5; 
color: #ffffff;
}

::selection {
background-color: #5ACEE5;
color: #ffffff;
}


/*.yotpo.QABottomLine{
margin-left: 34px;
}*/



/* Logo clouds */

#cloud-1, #cloud-2 { display: none; }


/* Large shop-now button */
a.shop-now-large {
  display: inline-block;
  overflow: hidden;
  width: 240px;
  height: 0px;
  padding-top: 74px;
  background: url('/cdn/shop/t/6/assets/shop-now.png?v=21189666978674744771424128477') no-repeat left top;
}

a.shop-now-large:hover {
  background-position: left bottom;
}

@media only screen and (max-width: 600px) {
  a.shop-now-large {
    width: 180px;
    background-size: 100% auto;
    padding-top: 61px;
  }
}

.hidethis {
  overflow: hidden;
  display: block;
  height: 0;
  width: 0;
}

/*yotpo show bottomline stars on category page
img.yoStar {
opacity: 1!important;
}*/

/* Not enough links to warrant the alignment */
.nav-row ul li.link-blog > .dropdown > .links {
  vertical-align: top;
}

#scrolltotop {
  position: fixed;
  right: 14px;
  bottom: -100px;
  overflow: hidden;
  width: 50px;
  height: 0;
  padding: 50px 0 0;
  background: url(/cdn/shop/t/6/assets/scrolltop-grey.png?v=54568967989673690111424128477) no-repeat center center;
  z-index: 9999999;
  
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  
  transition: bottom 0.2s ease-in-out, background-color 0.2s;
}
#scrolltotop:after {
  content: '';
  background: url(/cdn/shop/t/6/assets/scrolltop-blue.png?v=46731670134387821421424128477); /* precache */
  display: none;
}
#scrolltotop:hover {
  background: url(/cdn/shop/t/6/assets/scrolltop-blue.png?v=46731670134387821421424128477) no-repeat center center;
}

.show-scrolltop #scrolltotop {
  bottom: 45px;
}

.form-over-image.page-campus-reps #template label {
  color: #444;
}

#olapic-widget-wall-wrapper .widget-header-upload a { display:none!important; }

#mobile-nav .cartlink {
  position: relative;
}

#mobile-nav .cartlink .popup-tab {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2000;
}

#mobile-nav .cartlink .popup-tab .inner {
  width: 350px;
  border: 1px solid #dedede;
  background: white;
  color: #444;
  font-size: 1.2em;
}

#mobile-nav .cartlink.reveal .popup-tab,
#mobile-nav .cartlink:hover .popup-tab {
  display: block;
  -webkit-animation: reveal 0.2s ease-out;
  animation: reveal 0.2s ease-out;
}

#mobile-nav .cartlink .popup-tab:after {
  content: ' ';
  position: absolute;
  right: 40px;
  top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent white transparent;
}

#mobile-nav .cartlink .popup-tab .items {
  border-bottom: 2px solid #d8d7d6;
  padding: 18px 0 4px 120px;
}

#mobile-nav .cartlink .popup-tab .lower {
  border-bottom: 1px solid #d8d7d6;
  text-align: center;
  padding: 10px 0;
  background: #ebebeb;
  text-transform: none;
}

#mobile-nav .cartlink .popup-tab .items .item {
  padding: 0 20px 10px 0;
  line-height: 1.2em;
}

#mobile-nav .cartlink .popup-tab .items .item img {
  float: left;
  margin-left: -100px;
  width: 82px;
}

#mobile-nav .cartlink .popup-tab .items .item .title {
  font-size: 1em;
  margin-bottom: 5px;
}

#mobile-nav .cartlink .popup-tab .items .item .variant {
  margin-bottom: 5px;
}

#mobile-nav .cartlink .popup-tab .items .item .qty {
  margin-left: 10px;
}

@media only screen and (max-width: 700px) {
  #mobile-nav .cartlink .popup-tab { display: none!important; }
}

.page-pura-vida-reps.form-over-image #template label { color: inherit; }
.page-pura-vida-reps.form-over-image .absolute { width: 36%; }
@media only screen and (max-width: 1180px) {
  .page-pura-vida-reps.form-over-image .absolute { position: static; width: auto; }
}

#pagefooter .footer-nav .trustlink-cont {
  margin: 10px 0;
}

#pagefooter #y-badges .y-badge { margin: 10px 0 0 auto; }
#pagefooter #y-badges .y-badges-certified { font-size: 10px; }
#pagefooter #y-badges .y-powered-by { color: #fff; }

/* This is an old code that was putting the Q&A next to the star rating on product pages.
#main-product-detail #ppyotpo { position: relative;}
#main-product-detail .yotpo.bottomLine {
  margin: 0;
  position: absolute;
  left: 0;
  top: -20px;
  /*width: 220px;
  float: left;
  clear: none !important;
}

#main-product-detail .yotpo.QABottomLine {
  margin: 0;
  position: absolute;
  right: 110px;
  top: -20px;
  /*width: 275px;
  float: right;
  clear: none !important;
}*/

.accordion-item > a { display: none; color: inherit; margin: 10px 0; }
.accordion-item > a:after {
  margin: 9px 0 0 12px; content: ''; display: inline-block;
  width: 13px; height: 8px;
  background: url(/cdn/shop/t/6/assets/acc-arr-d.png?v=27871845783967955381424128462) center center no-repeat;
  background-size: 13px 8px;
}
.accordion-item.active > a:after {     background-image: url(/cdn/shop/t/6/assets/acc-arr-u.png?v=139331006784049102501424128463); }
.accordion-item.show-on-desktop > a { display: block; margin: 20px 0; }
.accordion-item.show-on-desktop:not(.first-active) > div { display: none; }

@media only screen and (max-width: 767px) {
  #main-product-detail { margin-bottom: 0; }
  #main-product-detail .upper-yotpo { display: none; }
  .product-detail .detail .description { margin: 25px 0; }
  .product-detail .free-shipping-note { margin: 25px 0; }
  .accordion-item { border-top: 1px solid #ddd; margin: 0 -20px; padding: 0 20px; }
  .accordion-item.last-item { border-bottom: 1px solid #ddd; }
  .accordion-item > a,
  .accordion-item.show-on-desktop > a {
    display: block; margin: 10px 0;
  }
  .accordion-item > div { padding: 14px 0; }
  .accordion-item:not(.first-active) > div { display: none; }
  .accordion-item > a:after {
    float: right;
  }
}

.upper-checkout-button { text-align: right; }
.upper-checkout-button h2 { display: none!important; }
.upper-checkout-button .pura-points { display: none; }
@media only screen and (max-width: 767px) {
  .upper-checkout-button { text-align: center; }
}

#pagefooter .copyright a.scrolltotop {
  display: block;
  margin-top: 25px;
  font-size: 14px;
}

#BIS_trigger { display:none!important; }

#notify-me-plz {
  font-size: 20px;
  letter-spacing: 0;
  padding: 15px 18px;
  width: auto;
}

#notify-me-plz span span {
  font-size: 13px;
}

.home-mob-pic {
  margin: 10px 0 10px;
  text-align: center;
}

.home-mob-pic img {
  vertical-align: top;
}

body .yotpo.bottomLine { min-height: 18px; }
  
#template iframe { max-width: 100%; }

/* Social Login - Mobile Buttons */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
  .embedContent ul.vertical-icon li { width: 80%; }
}

/* Move wishlist share up */
.wishlist-area {
  position: relative;
  padding-top: 100px;
}

.wishlist-area .share-the-wishy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.wishlistbutton a {
  opacity: 0.55;
  margin: 12px 0 0 0;
}

#content #olapic-widget-wall-wrapper .widget-header {
  background-size: contain;
}

.additional-checkout-buttons.inline {
  display: inline-block;
}

.additional-checkout-buttons.inline .pay-or {
  vertical-align: middle;
  margin: 10px 10px 8px;
}

@media only screen and (min-width : 768px) and (max-width : 990px) {
  .totals-area .additional-checkout-buttons.inline,
  .totals-area .additional-checkout-buttons.inline .pay-or { display: block; }
}
@media only screen and (max-width : 767px) {
  .additional-checkout-buttons.inline,
  .additional-checkout-buttons.inline .pay-or { display: block; }
  #content #olapic-widget-wall-wrapper .widget-header { height: 226px; }
  #content #olapic-widget-wall-wrapper .olapic_image_thumbnail {
    background-size: contain;
    max-width: 100%;
  }
}

@media only screen and (max-width : 480px) {
  #content #olapic-widget-wall-wrapper .widget-header { height: 149px; }
  #content #olapic-widget-wall-wrapper .widget-main {
    width: auto;
    margin: 0 -10px 10px -10px;
    float: none;
  }
  #content #olapic-widget-wall-wrapper .isotope li {
    width: 127px;
    height: 127px;
  }
}

@media only screen and (max-width : 320px) {
  #content #olapic-widget-wall-wrapper .widget-header {
    height: 108px; min-height: 108px;
    margin: 0 -20px;
    width: auto;
  }
}


.filter-group .collection-count {
    display: none;
}

.shipping-title {
  text-transform: none;
}

.stock-count {
  margin-left: 10px;
}
.stock-count.in-stock {
  color: #25ad25;
}

.collection-listing .product-block:hover { outline: 1px solid #dfdfdf; }
@media only screen and (max-width: 767px) {
  .collection-listing .product-block:hover { outline: none; }
}


.template-collection .product-block.sold-out { display: none; }


#main-nav li.link-get-20-free > a {
  color: #e00;
}

/* Crop & zoom into center */
@media only screen and (max-width: 500px) {
  .template-collection #content .full-width-image .split-image,
  .template-page #content .full-width-image .split-image {
    margin: -2% -150px;
  }
}
/* Crop to overlay on right on charity page */
@media only screen and (max-width: 500px) {
  .page-charity-collection.template-page #content .full-width-image .split-image {
    margin: 0 -40px 0 -170px;
  }
}

.share-counter {
  margin: 20px 0;
  padding: 20px 0 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  letter-spacing: 0;
}

.share-counter .count-area {
  float: left;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 30px 0 0;
  opacity: 0;
  transition: opacity 1s;
}
.share-counter .count-area.show {
  opacity: 1;
}
.share-counter .count-area .count {
  font-size: 50px;
  line-height: 0.7em;
  color: #7fc04c;
}
.share-counter .share-links {
  overflow: hidden;
  margin: 5px 0 0;
}
.share-counter .share-links .share-link {
  float: left;
  margin: 0 7px 7px 0;
  padding: 11px 15px;
  border-radius: 3px;
  color: white;
  background: #aaa;
  font-size: 14px;
  line-height: 1.2em;
}
.share-counter .share-links .share-link span {
  vertical-align: middle;
}
.share-counter .share-links .share-link img {
  width: 19px;
  margin-right: 4px;
  vertical-align: middle;
}
.share-counter .share-links .share-link.facebook-btn { background: #375B9B; }
.share-counter .share-links .share-link.twitter-btn { background: #3CC1F3; }
.share-counter .share-links .share-link.pinterest-btn { background: #bd071d; position: relative; }
.share-counter .share-links .hackywrap {
  float: left;
  position: relative;
}
.share-counter .share-links .hackywrap .t a {
  position: absolute!important;
  opacity: 0!important;
  left: 0!important;
  top: 0!important;
  width: 100%!important;
  height: 100%!important;
}
.template-product .share-counter .count-area {
  margin-top: 14px;
}
.template-product .share-counter .share-links .share-link {
  padding: 7px 14px;
}
@media only screen and (max-width: 580px) {
  .share-counter .count-area { margin-top: 5px; }
}

.flexslider.size-to-shortest .slides img {
  height: auto!important;
  width: 100%!important;
}

/* fixed pos nav colour change */
#main-nav.fixed {
  border-bottom: none;
  background: black;
}
#main-nav.fixed .tier-1 > ul > li > a,
#main-nav.fixed .tier-1 > ul > li > a:hover {
  color: white;
  
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
#main-nav.fixed .tier-1 > ul > li.has-dropdown > a {
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
#main-nav.fixed .tier-1 > ul > li.has-dropdown:hover > a,
#main-nav.fixed .tier-1 > ul > li.has-dropdown > a:hover,
#main-nav.fixed .tier-1 > ul > li.has-dropdown.expanded > a {
  color: #1f1f1f;
}

.img-fill-cont { position: relative; }
img.fill-parent {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 400ms;
}
img.fill-parent.loaded { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.template-blog .article .user-content a:hover img {
  opacity: 0.9;
}

/*shipping test*/
#freeshiptest{display: none;}



.popup-tab .price-qty {
  font-weight: normal;
}


#mobile-nav .leftlinks.cartandlinks {
  float: left;
}

#mobile-nav .leftlinks.cartandlinks > ul > li > a {
  padding: 0 15px;
  border-left: none;
  border-right: 1px solid #444;
  margin: 0 0 0 -4px;
}
#mobile-nav .leftlinks.cartandlinks > ul > li:last-child > a {
  border-right: none;
}

