/**
 * Reigning Champ
 *
 * Last update: June 18, 2012
 *
 * @version     1.0
 * @author      Burnkit Creative Inc.
 *
 */

/**
 * Reset
 */
html, body, div, span, object, iframe, p, blockquote, pre,
abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { padding-top: 0; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
ol { list-style-type: decimal; }
p { margin: 0 0 1em 0; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
select{ max-width: 99%; /* for ff */ }

.clearfix { clear:both; margin:0; padding:0; }

html { background-color: #fff; }

/**
 * Base Content Styles
 */
body {
  color: #4e4e4e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  -webkit-text-size-adjust: none;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: 'HelveticaNeueW01-87HvCn 692734', 'HelveticaNeue', Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 18px;
  font-weight: normal;
  text-transform: uppercase;
  }
h1{
  margin-bottom: 3px;
  }

a {
  color: #afafaf;
  text-decoration: none;
  outline: 0;
	/*
	transition: color .2s ease-in;
  -moz-transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  */
  }
a:hover { color: #4e4e4e; }

blockquote{
  font: italic 13px/1.5 georgia, sans-serif;
  margin: 0 0 1.5em 1.25em;
  }

ul, ol{ margin: 0 0 1.5em 1.3em; }
li{ margin: 0 0 0.25em 0; }

input, textarea{
  border: solid 1px #ededed;
  padding: 0 4px;
  color: #333;
  line-height: 24px;
  height: 24px;
  outline: none;
  }
input[type="image"]{ border: none; }
::-webkit-input-placeholder{
   color: #cecece;
   line-height: 24px;
}
:-moz-placeholder{
   color: #cecece;
   line-height: 24px;
}

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

table{
  width: 100%;
  margin: 0 0 1.5em 0;
  border-collapse: collapse;
  }
table th{
  padding: 10px 8px;
  font-weight: normal;
  border: solid 1px #ededed;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  }
table td{
  padding: 5px;
  border: solid 1px #ededed;
  text-align: center;
  }
tfoot th{ background: transparent; }


/**
 * Structure
 */

html,body { height: 100%; }
html.fs { overflow:hidden; }
body { text-align: center; }
body.no-scroll, .fs body { overflow: hidden; }

.wrapper{
  width: 100%;
  margin: 0 auto;
  text-align: left;
  min-height: 100%;
  }
.ie6 .wrapper{ height: 100%; }

.content-wrapper{
  min-width:320px;
  }

#col-main{
  position: relative;
  z-index: 1;
  }
.content{
  margin-left:243px;
  padding:22px 24px;
  border-left:1px solid #ededed;
  }
.content .inner{
  width: 732px;
}

#col-widgets{
  float: right;
  width: 215px;
  }

#content h1{
  margin: 0px 0 18px;
  }

/**
 * Header
 */

#top{
  min-width: 1000px;
  margin: 0 auto;
  border-bottom: 1px solid #ededed;
  position: relative;
  height:141px;
  }

#site-title {
  display:block;
  width:243px;
  height:141px;
  float:left;
  font-family: 'AmericanTypwrterITCW01- 731031';
  text-align: center;
  margin: 0;
  padding: 0;
  border: none;
  border-right:1px solid #ededed;
  }
#site-title a{
  text-decoration: none;
  }
#site-title a:hover{
  }
#site-title img { float:left; }



/**
 * Top Menu
 */

#top-menu{
  float:left;
  margin:21px 0px 0px 24px;
  font-family: 'HelveticaNeueW01-87HvCn 692734', 'HelveticaNeue', Helvetica, Arial, sans-serif;
  font-size:15px;
  line-height:16px;
  text-align:left;
  width:auto;
  }
.menu-main-navigation-container { float:left; }
#top-menu ul#menu-main-navigation {
  width:172px;
  margin:0px;
}
#top-menu ul{
  position:relative;
  float:left;
  width:auto;
  margin-right:24px;
  text-transform:uppercase;
  }
#top-menu li{
  float: left;
  display: block;
  width:auto;
  text-align:left;
  clear:both;
  }
#top-menu a{
  text-align:left;
  text-decoration: none;
  color:#cecece;
  }
#top-menu ul#menu-main-navigation a { float:left; height:16px; padding-right:25px; display:block; color:#e7e7e7; }
#top-menu a:hover{
  color: #4e4e4e !important;
}
#top-menu ul#menu-main-navigation .first a{
  color: #4e4e4e;
  background:url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/nav-arrow.png?4521629555490822402) top right no-repeat;
  }
#top-menu ul#menu-main-navigation .first a.active { /* background:none; */ }

#top-menu a.active {
    color:#4e4e4e;
}
#top-menu ul.collection-nav .sub.active{
  color: #4e4e4e;
  background:url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/nav-arrow.png?4521629555490822402) bottom right no-repeat;
  }
#top-menu ul.collection-nav a{
  padding-right: 25px;
}
/**
 * Shopping Cart at the Top
 */

#umbrella{
  position: absolute;
  top: 0;
  right: 80px;
  font-size: 11px;
  line-height: 12px;
  margin-top:24px;
  }

#umbrella ul{
  float: left;
  width: auto;
  margin: 2px 0 0 0;
  padding: 0;
  list-style: none;
  }
#umbrella li{
  height:12px;
  padding-left:6px;
  margin:0;
  display:block;
  }

#umbrella .icon{
  float:left;
  display: block;
  background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/RC-mobile-cart.jpg?4521629555490822402) top left no-repeat;
  height:19px;
  width:19px;
  margin-top: 4px;
  }

#umbrella .checkout-link{
  padding: 0;
  margin-right: 0;
  border: none;
  }

/**
 * Sections
 */
.heading{
  margin-bottom:15px;
  }
.heading h1{
  margin: 0;
  }

.section-details{
  margin: 0 0 10px 0;
  }
.section-details a{
  text-decoration: none;
  }
.section-details .view-more{
  float: right;
  line-height: 32px;
  }

 .section-title{
  float: left;
  margin: 0;
  }

#page-title{
  font-size: 22px;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
  }

/**
 * Landing
 */
.supersized { display:block; position:absolute; left:0; top:142px; margin:0; overflow:hidden; z-index:-999; height:100%; width:100%; min-width:1000px; background:#fff; opacity:0; filter:alpha(opacity = 0); }
.fs .supersized { position:fixed; top:0px; min-height:100% !important; z-index:2; }
.supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
.supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
.supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
.supersized li { display:block; list-style:none; z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; min-width:1000px; height:100%; background:none; }
.fs .supersized li { position:fixed; }
.supersized a { width:100%; height:100%; display:block; }
.supersized li.prevslide { z-index:-20; }
.supersized li.activeslide { z-index:-10; }
.supersized li.image-loading { /*background:#111 url(../img/progress.gif) no-repeat center center;*/ width:100%; height:100%; }
.supersized li.image-loading img{ visibility:hidden; }
.supersized li.prevslide img, .supersized li.activeslide img{ display:inline; }
#slide-list{
  float: left;
  height: 9px;
  width: auto;
  margin: -25px 0 0 16px;
  display: block;
  list-style: none;
  }
#slide-list li{
  float: left;
  width: 9px;
  height: 9px;
  margin-right: 4px;
  display: block;
  }
#slide-list li a{
  float: left;
  width: 9px;
  height: 9px;
  display: block;
  background: #d3d4cd;
  text-indent: -9000px;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*
  transition:background .2s ease-in;
  -moz-transition:background .2s ease-in;
  -webkit-transition:background .2s ease-in;
  -o-transition:background .2s ease-in;
  */
  }
#slide-list li a:hover,
#slide-list li.current-slide a{
  background: #414141;
  }
a#prev{
  position: absolute;
  top: 142px;
  left: 0px;
  width: 25%;
  height: 100%;
  display: block;
  background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/prev.png?4521629555490822402) left center no-repeat;
  opacity: 0;
  filter: alpha(opacity = 0);
  /*
  transition: opacity .3s ease-in;
  -moz-transition: opacity .3s ease-in;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  */
  }
a#next{
  position: absolute;
  top: 142px;
  right: 0px;
  width: 25%;
  height: 100%;
  display: block;
  background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/next.png?4521629555490822402) right center no-repeat;
  opacity: 0;
  filter: alpha(opacity = 0);
  /*
  transition: opacity .3s ease-in;
  -moz-transition: opacity .3s ease-in;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  */
  }
a#prev:hover,
a#next:hover{ opacity:1; filter: alpha(opacity = 100); cursor:pointer; }
.fs a#prev,
.fs a#next{ top:0px; height:100% !important; z-index:3; }

a#down-tab{
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -62px;
  height: 25px;
  width: 125px;
  display: block;
  background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/down-tab-rollover.png?4521629555490822402) 0 0 no-repeat;
  }
a#down-tab:hover{ background-position:0 -25px; }
#landing-callouts{
  width: 1000px;
  margin: 0 auto;
  }
.landing-col{
  position: relative;
  float: left;
  width: 304px;
  height: auto;
  min-height: 252px;
  padding: 14px;
  display: block;
  border-right: 1px solid #ededed;
  }
.landing-col.first{ border-left: 1px solid #ededed; }
.landing-col img{
  float: left;
  width: 100%;
}
.landing-col a{
  position: absolute;
  top: 14px;
  left: 14px;
  height: 252px;
  width: 304px;
  display: block;
  }
.landing-col a > span {
  position: absolute;
  bottom: 14px;
  left: 0;
  height: auto;
  padding: 8px 0 5px;
  width: 100%;
  display: block;
  background: #fff;
  background: rgba(255,255,255,.95);
  text-align: center;
  z-index: 1;
  }
.landing-col a > span .title{
  float: left;
  width: 100%;
  padding-top: 1px;
  margin-top: 2px;
  display: block;
  background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/landing-col-div.png?4521629555490822402) top center no-repeat;
  color: #414141;
  font-size: 14px;
  line-height: 24px;
  font-family: 'AmericanTypwrterITCW01- 731031';
  }

/**
 * Product and Collection Grid
 */

.special-product-grid,
.product-grid{
  list-style: none;
  margin: 0;
  }
.no-backgroundsize .special-product-grid{
  width: 50%;
  }
.no-backgroundsize .product-grid{
  width: 1000px;
  }
.special-product-grid li,
.product-grid li{
  width: auto;
  height: auto;
  float: left;
  display: none;
  margin: 0;
  position: relative;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  }
.special-product-grid li.last,
.product-grid li.last{
  border-right:none;
  }
.special-product-grid li.bottom,
.product-grid li.bottom{
  border-bottom:none;
  }

.special-product-grid .product-link,
.product-grid .product-link{
  float: left;
  display: block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  margin: 0;
  height: 325px;
  width: 325px;
  background: bottom center no-repeat;
  background-size:cover;
  }
.no-backgroundsize .product-link{
  height: 325px !important;
  width: 325px !important;
  }
.special-product-grid .product-link .title,
.product-grid .product-link .title{
  position:absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display:block;
  background:transparent;
  background:rgba(207,207,207,0.20);
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity = 0);
  /*
  transition: opacity .2s ease-in;
  -moz-transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  */
}
.special-product-grid .product-link .title > span,
.product-grid .product-link .title > span{
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 301px;
  margin: 7px 6px;
  padding: 7px 6px;
  display: block;
  background: #000;
  background: rgba(0,0,0,0.75);
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-family: 'HelveticaNeueW01-87HvCn 692734', 'HelveticaNeue', Helvetica, Arial, sans-serif;
  text-transform:uppercase;
  transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  }
.no-backgroundsize .special-product-grid .product-link .title span,
.no-backgroundsize .product-grid .product-link .title span{
  width: 301px !important;
  }
.special-product-grid .product-link:hover .title,
.product-grid .product-link:hover .title{
  opacity: 1;
  filter: alpha(opacity = 100);
  }
.special-product-grid .product-link .image,
.product-grid .product-link .image{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: top center;
  background-size:cover;
  z-index: 0;
  opacity: 1;
  filter: alpha(opacity = 100);
  /*
  transition: opacity .2s ease-in;
  -moz-transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  */
  }
.special-product-grid .product-link:hover .image,
.product-grid .product-link:hover .image{
  opacity: 0;
  filter: alpha(opacity = 0);
}
.special-product-grid .product-link:hover .title > span,
.product-grid .product-link:hover .title > span {
  padding:14px 12px;
  margin:0px;
}
.special-product-grid .product-link .title > span .tags,
.product-grid .product-link .title > span .tags{
  font-size: 11px;
  line-height: 15px;
  font-family: Arial, Helvetica, sans-serif;
  }

.special-product-grid .product-link:hover .shade,
.product-grid .product-link:hover .shade{
  opacity: 0;
  filter: alpha(opacity = 0);
}

#col-main.special-projects .product-grid li * { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
#col-main.special-projects .product-grid li a { position:relative; float:left; width:100%; height:100%; display:block; text-align:center; overflow:hidden; }
#col-main.special-projects .product-grid li a img { float:left; width:100%; height:auto; display:block; }
#col-main.special-projects .product-grid li a .mask { position:absolute; top:0px; left:0px; width:100%; height:100%; padding:0px 32px; display:block; background:#000; background:rgba(0,0,0,.6); color:#fff; font-size:13px; line-height:22px; opacity:0; filter:alpha(opacity=0); transition:opacity .1s ease-in; -webkit-transition:opacity .1s ease-in; }
#col-main.special-projects .product-grid li a .mask .category { float:left; width:100%; height:auto; display:block; }
#col-main.special-projects .product-grid li a .mask .title { float:left; width:100%; height:auto; display:block; font-size:25px; line-height:30px; text-transform:uppercase; font-family:'HelveticaNeueW01-87HvCn 692734', 'HelveticaNeue', Helvetica, Arial, sans-serif; }
#col-main.special-projects .product-grid li a .border { position:absolute; top:0px; left:0px; width:100%; height:100%; display:block; border:12px solid #fff; transition:border-width .1s ease-in; -webkit-transition:border-width .1s ease-in; }
#col-main.special-projects .product-grid li a:hover .mask { opacity:1; filter:alpha(opacity=100); }
#col-main.special-projects .product-grid li a:hover .border { border-width:0px; }


.product-photo{
  max-width: 177px;
  }
.ie6 .product-grid{ overflow: hidden; }

.product-information{
  padding: 10px;
  position: relative;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  }
.product-information h3{
  margin: 5px 0 10px 0;
  }
.product-information p{
  line-height: 1.4em;
  margin: 0 0 .75em 0;
  }

.product-price{
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  padding: 4px 8px;
  text-align: right;
  font-weight: bold;
  opacity: .85;
  filter: alpha(opacity = 85);
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
  }

#featured-grid li{
  width: 240px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  }
#featured-grid .product-photo{
  max-width: 240px;
  }
#featured-grid .product-price{
  top: -30px;
  right: 0;
  bottom: auto;
  padding: 3px 8px;
  font-size: 14px;
  line-height: 24px;
  }



/**
 * Single Product
 */
#product{
  min-width: 319px;
  margin: 0;
  padding: 0;
  }
#product-information{
  float: left;
  padding:23px 80px 0 26px;
  width: 280px;
  }

#product-top{
  float: left;
  width: 100%;
  }
#product-top .navigate, #product-top .social{
  float: left;
  width: 50%;
  height: 14px;
  display: block;
}

.social .email{
  float: left;
  width: 17px;
  height: 12px;
  margin: 1px 0 0 15px;
  display: block;
  background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/email-rollover.png?4521629555490822402) 0 0 no-repeat;
  text-indent: -9000px;
  overflow: hidden;
  }
.social .email:hover{
  background-position: 0 -12px;
}
.social .facebook {
  float: left;
  width: 17px;
  height: 14px;
  margin-left: 15px;
  display: block;
  background-image: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/social-sprite.png?4521629555490822402);
  background-repeat: no-repeat;
  background-position:0 -14px; background-size: 51px 27px;
  text-indent: -9000px;
  overflow: hidden;
  }
.social .facebook:hover{
  background-position: 0 0;
}
.social .twitter{
  float: left;
  width: 17px;
  height: 14px;
  margin-left: 20px;
  display: block;
  background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/social-sprite.png?4521629555490822402);
  background-repeat: no-repeat;
  background-position:-17px -14px; background-size: 51px 27px;
  text-indent: -9000px;
  overflow: hidden;
}
.social .twitter:hover{
  background-position: -17px 0;
}
.social .instagram {
	float:right;
	width:17px;
	height:14px;
	display:block;
	margin-left: 5px;
	background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/social-sprite.png?4521629555490822402);
  background-repeat: no-repeat;
  background-position:-34px -14px; background-size: 51px 27px;
	text-indent: -9000px;
  overflow: hidden;
}
.social .instagram:hover {
	background-position: -34px 0;
}

.navigate .prev a{
  float: left;
  width: 7px;
  height: 14px;
  display: block;
  background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/prev-rollover.png?4521629555490822402) 0 0 no-repeat;
  text-indent: -9000px;
  overflow: hidden;
  }
.navigate .prev a:hover{
  background-position: 0 -14px;
}
.navigate .grid{
  float: left;
  width: 15px;
  height: 14px;
  display: block;
  background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/grid-rollover.png?4521629555490822402) 0 0 no-repeat;
  text-indent: -9000px;
  overflow: hidden;
  }
.navigate .grid:hover{
  background-position: 0 -14px;
}
.navigate .next a{
  float: left;
  width: 7px;
  height: 14px;
  display: block;
  background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/next-rollover.png?4521629555490822402) 0 0 no-repeat;
  text-indent: -9000px;
  overflow: hidden;
  }
.navigate .next a:hover{
  background-position: 0 -14px;
}
#purchase{
  float: left;
  width: 133px;
  height: auto;
  display: block;
  }
.sold-out #purchase{
  float: none;
  text-align: left;
  }
#purchase a{
  font-size: 11px;
  line-height: 12px;
  }
#add-to-cart{
  float: left;
  height: 28px;
  width: 133px;
  padding: 0 48px 0 10px;
  display: block;
  background:#d7d7d7 url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/add-to-cart-rollover.png?4521629555490822402) right -2px no-repeat;
  border: none;
  color: #fff;
  text-align: left;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  }
#add-to-cart:hover{
  background-position: right -34px;
  color: #4e4e4e;
  }
#add-to-cart.disabled{
  background-position: right 0 !important;
  color: #fafafa;
  cursor: default;
  }

#product-header{
  margin: 0 0 15px 0;
  }
#product-header #product-header-title{
  float: left;
  width: 100%;
  margin: 0 0 23px 0;
  }
#product-title{
  margin: 0 0 3px 0;
  }
#product-tags { font-size:12px; line-height:16px; text-transform:uppercase; }
.price{
  float: left;
  font-size: 12px;
  line-height: 16px;
  }
.price span{
  float: right;
  margin-left: 3px;
  font-size: 8px;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
  }

#product-actions select{
  padding: 3px;
  }
#product-actions .price{
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  text-align: right;
  }
#product-actions .compare_at_price{
  font-size: 12px;
  display: block;
  }

.description h2{
  padding-top: 10px;
  margin: 0 0 8px 0;
  border-top: 1px solid #ededed;
  color: #a5a5a5;
  background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/accordion-rollover.png?4521629555490822402) right -4px no-repeat;
  cursor: pointer;
  font-size:15px;
  }
.description h2:hover,
.description h2.current{
  background-position: right -39px;
  color: #4e4e4e;
  }
.description h2.current { cursor: default; }

.options{
  float: left;
  width: 100%;
  height: auto;
  padding-top: 14px;
  /* margin-bottom: 16px; */
  display: block;
  border-top: 1px solid #ededed;
  }
.variants-wrapper{
  float: left;
  width: 133px;
  height: auto;
  margin-right: 14px;
  display: block;
  }
.selector-wrapper{
  float: left;
  width: 100%;
  margin: 0 0 8px 0 ;
  }
.selector-wrapper select{
  width: 100%;
  }
.selector-wrapper label{
  margin: 0 5px 0 0;
  text-align: right;
  }

/* styled dropdown menu */
#product-select-option-0-button,
#product-select-option-0-menu{
  width: 130px !important;
}

@media only screen and (max-width:767px) {
  #product-select-option-0-button,
  #product-select-option-0-menu{
    width: 100% !important;
  }
}

.ui-selectmenu{
  position: relative;
  float: left;
  width: 158px;
  height: 28px;
  margin-bottom: 8px;
  display: block;
  font-size: 13px;
  line-height: 18px;
  outline: none;
  overflow: hidden;
  }
.ui-selectmenu .ui-selectmenu-status{
  padding: 5px 0 5px 10px;
  display: block;
  background-color: #d7d7d7;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  outline: none;
  text-decoration: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  }
.ui-selectmenu.ui-state-active .ui-selectmenu-status{
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  }
.ui-selectmenu:hover .ui-selectmenu-status { color:#4e4e4e; }
.ui-selectmenu.ui-state-active { overflow:visible; }
.ui-selectmenu.ui-state-active:hover .ui-selectmenu-status { color:#4e4e4e; }
.ui-selectmenu .ui-selectmenu-icon{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 31px;
  height: 28px;
  background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/select-button-rollover.png?4521629555490822402) 0 -2px no-repeat;
  }
.ui-selectmenu.ui-state-active .ui-selectmenu-icon{
  background-position: 0 -2px;
  }
.ui-selectmenu.ui-state-active:hover .ui-selectmenu-icon,
.ui-selectmenu:hover .ui-selectmenu-icon{
  background-position: 0 -34px;
  }
.ui-selectmenu-menu{
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  background: #d7d7d7;
  text-align: left;
  display: none;
  overflow: auto;
  z-index: 2;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  }
.ui-selectmenu-menu.ui-selectmenu-open { display:block; }
.ui-selectmenu-menu ul{
  margin: 0;
  list-style: none;
  }
.ui-selectmenu-menu ul li { margin: 0; }
.ui-selectmenu-menu li a{
  padding: 7px 0 7px 10px;
  display:block;
  outline:none;
  color:#fff;
  font-size:12px;
}
.ui-selectmenu-menu li a:hover { color:#4e4e4e; }
.touch #special-projects-gallery #special-gallery .navi { opacity: 1; filter:alpha(opacity=100);}

#special-projects-gallery { position:relative; float:left; width:50%; height:50%; padding:12px; display:block; border-right:1px solid #ededed; overflow:hidden; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
#special-projects-gallery #special-gallery { position:relative; float:left; width:100%; height:100%; display:block; overflow:hidden; }
#special-projects-gallery #special-gallery .items { position:absolute; top:0px; width:20000em; }
#special-projects-gallery #special-gallery .items div { float:left; display:block; }
#special-projects-gallery #special-gallery .items div img { float:left; width:100%; height:auto; display:block; }
#special-projects-gallery #special-gallery .special-content { position:absolute; top:0px; left:0px; width:100%; height:100%; display:block; background:rgba(0,0,0,.43); color:#fff; font-size:13px; line-height:17px; text-align:center; opacity:1; filter:alpha(opacity=100); -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
#special-projects-gallery #special-gallery .special-content h2 { margin:0px 0px 10px 0px; font-size:25px; line-height:30px; font-family:'HelveticaNeueW01-87HvCn 692734', 'HelveticaNeue', Helvetica, Arial, sans-serif; }
#special-projects-gallery #special-gallery .special-content .special-content-wrap { max-width:430px; margin:0 auto; }
#special-projects-gallery #special-gallery a.prev { position:absolute; top:0px; left:0px; width:50%; height:100%; display:block; cursor:pointer; opacity:0; filter:alpha(opacity=0); }
#special-projects-gallery #special-gallery a.prev span { position:absolute; top:50%; left:0px; width:31px; height:33px; margin-top:-16px; display:block; background:#fff url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/special-prev-rollover.png?4521629555490822402) 0px 0px no-repeat; }
#special-projects-gallery #special-gallery a.prev:hover span { background-position:0px -33px; }
#special-projects-gallery #special-gallery a.next { position:absolute; top:0px; right:0px; width:50%; height:100%; display:block; cursor:pointer; opacity:0; filter:alpha(opacity=0); }
#special-projects-gallery #special-gallery a.next span { position:absolute; top:50%; right:0px; width:31px; height:33px; margin-top:-16px; display:block; background:#fff url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/special-next-rollover.png?4521629555490822402) 0px 0px no-repeat; }
#special-projects-gallery #special-gallery a.next:hover span { background-position:0px -33px; }
#special-projects-gallery #special-gallery .navi { position:absolute; bottom:8px; left:0px; width:100%; height:auto; display:block; text-align:center; opacity:0; filter:alpha(opacity=0); }
#special-projects-gallery #special-gallery .navi a { width:7px; height:7px; margin:0px 2px; display:inline-block; background:#fff; border:2px solid #fff; -webkit-border-radius:6px; border-radius:6px; cursor:pointer; }
#special-projects-gallery #special-gallery .navi a:hover,
#special-projects-gallery #special-gallery .navi a.active { background-color:#5d5d5d; }
#special-projects-gallery #special-gallery:hover .special-content { opacity:0; filter:alpha(opacity=0); }
#special-projects-gallery #special-gallery:hover a.prev,
#special-projects-gallery #special-gallery:hover a.next { opacity:1; filter:alpha(opacity=100); }
#special-projects-gallery #special-gallery:hover .navi { opacity:1; filter:alpha(opacity=100); }

.special-product-grid,
.special-product-grid * { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.special-product-grid.first { float:right; width:50%; }
.special-product-grid.overflow { float:right; width:100%; margin-bottom:-1px; }
.special-product-grid li { width:50%; border-right:none; border-left:1px solid #ededed; }
.special-product-grid li .product-grid-item { width:100%; height:100%; }
.special-product-grid li .product-grid-item a { width:100%; height:100%; }
.special-product-grid li.last-item:after { content:''; position:absolute; top:0; right:-1px; width:1px; height:100%; display:block; background:#ededed; }
.special-product-grid.overflow li { width:25%; }
.special-product-grid .product-link { width:100%; height:100%; }
.special-product-grid .product-link .title > span { -moz-box-sizing:initial; -webkit-box-sizing:initial; box-sizing:initial; }


#add-to-cart-msg{
  padding: 10px;
  display: none;
  margin: 0;
  }

#product-information #sharing{
  margin: 16px 0 0 0;
  padding: 16px 0 0 0;
  list-style: none;
  }
#product-information #sharing li{
  margin: 0;
  float: left;
  }

.back{
  float: left;
  width: auto;
  height: 12px;
  padding-left: 19px;
  margin: -20px 0 8px;
  display: block;
  background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/back-rollover.png?4521629555490822402) 0 0 no-repeat;
  font-size: 11px;
  line-height: 12px;
  }
.back:hover{
  background-position: 0 -12px;
  }

#product-gallery{
  float:left;
  padding-bottom:100px;
  border-right:1px solid #ededed;
  }

#active-wrapper{
  position: relative;
  float: left;
  width: 613px;
  max-width: 1000px;
  min-height: 400px;
  background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/ajax-loader.gif?4521629555490822402) center center no-repeat;
  overflow: hidden;
  }
#active-wrapper img{
  display: block;
  width: 100%;
  float: left;
  cursor: pointer;
  }
#active-wrapper #zoom{
  position: absolute;
  top: 23px;
  right: 23px;
  height: 35px;
  width: 34px;
  display: block;
  background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/zoom-rollover.png?4521629555490822402) 0 0 no-repeat;
  z-index:2 ;
  }
#active-wrapper #zoom:hover{
  background-position: 0 -35px;
  }
#active-wrapper a.prev{
  position:absolute;
  top: 50%;
  left: 0;
  height: 37px;
  width: 38px;
  margin-top:-19px;
  display:block;
  background: #fff url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/prev.png?4521629555490822402) 0 0 no-repeat;
  }
#active-wrapper a.prev:hover{ background-position:0 -37px; }
#active-wrapper a.next{
  position:absolute;
  top: 50%;
  right: 0;
  height: 37px;
  width: 38px;
  margin-top:-19px;
  display:block;
  background: #fff url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/next.png?4521629555490822402) 0 0 no-repeat;
  }
#active-wrapper a.next:hover{ background-position:0 -37px; }

.thumbs{
  position:absolute;
  width: 100%;
  margin: 0;
  bottom: 0;
  list-style: none;
  text-align: center;
  }
.thumbs li{
  display: inline-block;
  margin: 0 1px 1px 0;
  width: 10px;
  height: 10px;
  text-align: center;
  }
.thumbs a {
  float: left;
  width: 10px;
  height: 10px;
  display: block;
  background: #dbdbdb;
  background-size: cover;
  border-radius:5px;

  }
.thumbs a:hover{
  background:#393939;
  }
.thumbs a.active{
  background:#393939;
  }

/* zoom overlay */
#overlay{
  height: 100%;
  width: 99.9%;
  display: none;
  background: #fff;
  overflow: hidden;
  z-index: 9999;
  }
#overlay .close{
  position: absolute;
  top: 0;
  right: 0;
  height: 37px;
  width: 36px;
  display: block;
  background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/close-rollover.png?4521629555490822402) 0 0 no-repeat;
  text-indent: -9000px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  }
#overlay .close:hover{
  background-position: 0 -37px;
  }
#overlay #zoomed-image{
  position:relative;
  height: 100%;
  text-align: center;
  background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/ajax-loader.gif?4521629555490822402) center center no-repeat;
  }
#overlay #zoomed-image img{
  width: auto;
  max-width: 100%;
  cursor: pointer;
  }
#overlay .thumbs{
  position: absolute;
  bottom: 30px;
  left: 0;
  height: 10px;
  z-index: 2;
  }
#overlay a.prev{
  position:absolute;
  top: 50%;
  left: 0;
  height: 37px;
  width: 38px;
  margin-top:-19px;
  display:block;
  background: #fff url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/prev.png?4521629555490822402) 0 0 no-repeat;
  z-index:1;
  }
#overlay a.prev:hover{ background-position:0 -37px; }
#overlay a.next{
  position:absolute;
  top: 50%;
  right: 0;
  height: 37px;
  width: 38px;
  margin-top:-19px;
  display:block;
  background: #fff url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/next.png?4521629555490822402) 0 0 no-repeat;
  z-index:1;
  }
#overlay a.next:hover{ background-position:0 -37px; }

/* zoom overlay */
#sizing{
  left: 0;
  height: auto;
  width: 369px;
  padding-left: 244px;
  display: none;
  background: #fff;
  background: rgba(255,255,255,.95);
  overflow: hidden;
  opacity: 0;
  z-index:9999;
}
#sizing .close{
  position: absolute;
  top: 0;
  right: 0;
  height: 37px;
  width: 36px;
  display: block;
  background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/fs-toggle-rollover.png?4521629555490822402) 0 -74px no-repeat;
  text-indent: -9000px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
#sizing .close:hover{
  background-position:0 -111px;
}
#sizing img { float:left; }

h1#shop-this-look{
  margin: 37px 0 0 0;
  padding-bottom: 13px;
  border-bottom: 1px solid #ededed;
  text-align: center;
  }



/**
 * Content
 */

article{
  margin: 20px 0 45px 0;
  padding: 0 0 10px 0;
  }
.templateArticle article{ margin-top: 0; }

article .author{
  color: #999;
  font-style: italic;
  line-height: 20px;
  }
article footer{
  font-size: 11px;
  padding-top: 20px;
  }
article footer p{ margin: 0; }
article footer .author{ float: left; }
article footer .comments-link{ float: right; }
article footer .btn { padding: 2px 10px; }


/**
 * Customer Accounts
 */

.page-header h1 {
  margin: 52px 0 16px;
  }

.address.page-header h1 {
	margin:0 0 16px 0;
}
.page-header #page-actions{ float: right; }

.templateCustomersAddresses form input,
.templateCustomersLogin form input{
  float: left;
  }
.templateCustomersAddresses form label,
.templateCustomersLogin form label{
  float: left;
  width: 92px;
  line-height: 22px;
  }
.templateCustomersAddresses .form-row,
.templateCustomersLogin .form-row,
.templateCustomersActivateAccount .form-row{
  float: left;
  width: 100%;
  margin: 0 0 11px 0;
  }
.templateCustomersAddresses .form-row select{
  width: 269px;
  }
.templateCustomersAddresses .form-row input[type=checkbox]{
  width: auto;
  margin: 2px 10px 0 0;
  }
.templateCustomersAddresses .form-row input,
.templateCustomersLogin .form-row input,
.templateCustomersActivateAccount .form-row input{
  width: 252px;
  }
.templateCustomersLogin .form-row .note{
  margin: 7px 0 0 92px;
  font-size: 11px;
  line-height: 12px;
  float: left;
  }
.templateCustomersAddresses .action-bottom,
.templateCustomersLogin .action-bottom{
  margin: 15px 0 0 0;
  }
.templateCustomersAddresses .action-bottom .note{
  float: right;
  line-height: 32px;
  margin-left: 14px;
  }
.templateCustomersAddresses .action-bottom input,
.templateCustomersLogin .action-bottom input {
  float: right;
  height: 28px;
  width: auto;
  padding: 0 48px 0 10px;
  display: block;
  background:#d7d7d7 url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/action-rollover.png?4521629555490822402) right -2px no-repeat;
  border: none;
  color: #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  }
.templateCustomersAddresses .action-bottom input:hover,
.templateCustomersLogin .action-bottom input:hover{
  background-position: right -34px;
  color: #4e4e4e;
  }
#address_tables{
  float: left;
  width: 100%;
  }
#add_address, .edit_address{
  float: left;
  width: 363px;
  margin: 0 600px 108px 0;
  }

/* >> login Form */
#customer-login,
#recover-password{
  float: left;
  width: 354px;
  margin-bottom: 108px;
  }
#customer-login #customer-login .btn {
	color:#fff;
}
#customer-login #customer-login .btn:hover {
	color:#4e4e4e;
}
#recover-password{
  display: none;
  }
#forgot_password{
  margin: 7px 0 0 92px;
  font-size: 11px;
  line-height: 12px;
  float: left;
  }
#guest{
  float: right;
  width: 354px;
  }
#guest p, #recover-password p { line-height: 27px; }


/* >> manage orders and addresses */
#customer_orders{
  width: 75%;
  float: left;
  }
#customer_sidebar{
  float: right;
  width: 20%;
  }
#customer_sidebar h4 { margin:0 0 16px 0; }
.address p,
.view_address p{ margin: 0; }

#view_address{
  border-top: solid 1px #ededed;
  padding: 10px 0 0 0;
  margin-top: 10px;
  display: block;
  }

.address_actions{ float: right; margin-top: -34px; }
.address_actions .action_edit{
  float: left;
  border-right: solid 1px #ededed;
  padding-right: 10px;
  }
.address_actions .action_delete{ float: left; padding-left: 10px; }

.action_top{  margin: 0 0 20px 0; }

.action_edit,
.action_delete,
.action_add{
  display: inline-block;
  padding-left: 16px;
  }
.action_edit{ background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/edit-sml.png?4521629555490822402) 0 0 no-repeat; }
.action_delete{ background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/delete-sml.png?4521629555490822402) 0 1px no-repeat; }
.action_add{ background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/add-sml.png?4521629555490822402) 0 0 no-repeat; }

.address_table,
#add_address{
  margin: 0 0 20px 0;
  }
.address_table h4{
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  }
.customer_address_table{ margin: 0; }
.customer_address_table td{ border: none; }
.customer_address_table input{ margin: 0 5px 0 0; }
.customer_address .action-bottom{ margin-left: 141px; }


/** >> view individual orders */
.order_date{
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
  }

#order_address{
  overflow: hidden; height: 1%;
  margin: 0 0 20px 0;
  }
#order_address #order_payment,
#order_address #order_shipping{
  float: left;
  width: 46%;
  margin-right: 2%;
  }

.has-error label{ color: #e0360f; }
.has-error label.error-msg{ color: #fff; }
.has-error input,
.has-error textarea,
.has-error .text{
  border: solid 1px #ff0000;
  -webit-box-shadow: 0 0 4px rgba(255,0,0,.6);
  -moz-box-shadow: 0 0 4px rgba(255,0,0,6);
  box-shadow: 0 0 4px rgba(255,0,0,.6);
  }

.error-msg,
.success-msg,
.errors{
  padding: 10px;
  color: #fff;
  text-align: left;
  background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/btn-small-depth.png?4521629555490822402 0 100% repeat-x);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  }
.error-msg,
.errors{
  background-color: #770e00;
  }
.success-msg{
  background-color: #387700;
  }

.errors{ margin: 0 1em 1.5em 0; }
.errors ul,
.errors li{ margin: 0; list-style: none; }





/**
 * Cart
 */

#cartform table{
  width: 100%;
  margin: 0 0 30px 0;
  color: #4e4e4e;
  font-size: 12px;
  line-height: 18px;
  }
#cartform table td{
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  }
#cartform table th{
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  font-weight: normal;
  }
#cartform table .empty, #cartform table .remove { border: none; vertical-align: top; }
#cartform table .total, #cartform table .subtotal { background: #fafafa; }
#cartform a.cart-image{
  float:left;
  height: 120px;
  width: 120px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 120px auto;
}
#cartform a.cart-image:hover{
  background-position:0 -120px;
  }
#cartform a.cart-title{
  float: left;
  margin-left: 8px;
  display: block;
  color: #4e4e4e;
  font-size: 12px;
  line-height: 12px;
  }
#cartform a.remove-from-cart{
  float: left;
  height: 13px;
  width: 13px;
  margin: 54px 0 0 28px;
  display: block;
  background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/remove-rollover.png?4521629555490822402) 0 0 no-repeat;
  text-indent: -9000px;
  overflow: hidden;
  }
#cartform a.remove-from-cart:hover{
  background-position:0 -13px;
  }
col.checkout-delete{ width: 57px; }
col.checkout-image { width:120px; }
col.checkout-size,
col.checkout-price,
col.checkout-quantity,
col.checkout-totals{ width: 90px; }
col.checkout-delete{ width: 56px; }


#cartform td img{ display: block; }
#cartform input.text{
  height: 20px;
  border: solid 1px #ededed;
  padding: 0 4px;
  color: #393939;
  text-align: left;
  line-height: 20px;
}

#cartform .subtotal{
  text-align: center;
  }
#cartform .update-quantities{
  text-align: center;
  border: none;
  }

#checkout-proceed{
  float: right;
  width: 944px;
  margin-bottom: 2px;
  text-align: right;
  }

.checkout-btn {
  float: right;
  height: 28px;
  width: auto;
  padding: 0 48px 0 10px;
  display: block;
  background:#d7d7d7 url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/checkout-rollover.png?4521629555490822402) right -2px no-repeat;
  border: none;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  }
.checkout-btn:hover{
  background-position: right -34px;
  color: #4e4e4e;
  }
#additional-checkout-buttons{
  float: right;
  }
#additional-checkout-buttons input{
  float: left;
  padding: 0;
  }
#additional-checkout-buttons input[name="goto_pp"] {
  margin-top: 4px;
  height: auto;
  }
#additional-checkout-buttons-label{
  float: left;
  width: 32px;
  height: 32px;
  color: #a2a2a2;
  font-size: 13px;
  line-height: 32px;
  text-align: center;
}


/**
 * Footer
 */
#sendToMainSite { display:none; }
#bottom{
  min-width: 970px;
  padding: 17px 15px 9px;
  border-top: 1px solid #ededed;
  font-size: 11px;
  line-height: 12px;
  clear: both;
  overflow: hidden;
  }
#footer-left{
  width: 49%;
  float: left;
  }
#footer-right{
  width: 49%;
  float: right;
  }

#bottom ul{
  list-style: none;
  margin: 0;
  }
#bottom li{
  float: left;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  }
#bottom li.current-menu-item a{ color:#4e4e4e; }
#bottom p{ line-height: 1.5em }

#bottom .copy{ float:left; }
#bottom .menu-footer-left-container{ float:left; }
#footer-nav{
  margin: 14px 0 0 0;
  }
#footer-nav li{
  border-left: solid 1px #a2a2a2;
  }
#footer-nav li:first-child{
  border:none;
  margin:0px;
  padding:0px;
}

#footer-right-nav{
  float:right;
  margin: 14px 0 0 0;
  }
#footer-right-nav li{
  border-left: solid 1px #a2a2a2;
  }
#footer-right-nav li:first-child{
  border:none;
}
#bottom .mailing-list{
  width: 50px;
  height: 27px;
  margin-top: -5px;
  color: #afafaf;
  overflow: hidden;
  }
#bottom .mailing-list .inner { float:left; width:255px; }
#bottom .mailing-list a{
  float: left;
  margin-top: 5px;
  }
#bottom .mailing-list a span { display:none; }
#bottom .mailing-list.expanded a span { display:inline; }
#bottom .mailing-list #mce-EMAIL{
  float: left;
  height: 20px;
  width: 160px;
  margin: 0 0 0 7px;
  padding: 0 6px;
  line-height: 20px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  }
#bottom .mailing-list #mce-EMAIL::-webkit-input-placeholder,
#bottom .mailing-list #mce-EMAIL::-moz-placeholder{
   line-height: 20px;
}
#bottom .mailing-list #mc-embedded-subscribe{
  float: left;
  height: 22px;
  width: 22px;
  padding: 0;
  display: block;
  background: #d7d7d7 url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/subscribe-rollover.png?4521629555490822402) 0 0 no-repeat;
  border: none;
  text-indent: -9000px;
  overflow: hidden;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  }
#bottom .mailing-list #mc-embedded-subscribe:hover{
  background-position:0 -23px;
  }

/**
 * Utils
 */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.left{ float: left; }
.right{ float: right; }

.btn,
a.btn {
  height: 28px;
  width: auto;
  padding: 0 10px;
  display: inline-block;
  background:#d7d7d7;
  border: none;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  }
.btn:hover,
a.btn:hover:hover{
  color: #4e4e4e;
  }

/**
 * Contact/Newsletter Forms
 */

.contact-form ul{
  margin: 0;
  }
.contact-form li{
  list-style: none;
  margin: 0 0 8px 0;
  }

.contact-form label{
  display: block;
  min-width: 90px;
  float: left;
  }
.contact-form textarea{
  width: 400px;
  height: 100px;
  }
.contact-form .type-submit{
  margin: 0 0 0 90px;
  }

.contact-form .error-msg{
  float: none;
  display: inline;
  margin: 0 0 0 10px;
  font-size: 11px;
  padding: 6px;
  }
.contact-form .has-error input{
  border: solid 1px #ef3a22;
  }

/**
 * Some print style resets
 */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/**
 * No products
 * Visible only to an empty store.
 */

#featured-grid .placeholder{
  display: block;
  width: 240px;
  height: 200px;
  background:  url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/placeholder-product.png?4521629555490822402) 50% 50% no-repeat;
  }

.product-grid .placeholder{
  width: 177px;
  height: 130px;
  display: block;
  background:  url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/placeholder-product.png?4521629555490822402) 50% 50% no-repeat;
  }


.no-products{
  position: relative;
  margin: 60px;
  text-align: center;
  font-weight: bold;
  }

.no-products-post-it{
  position: absolute;
  top: 125px;
  left: 198px;
  z-index: 5;
  width: 345px;
  height: 193px;
  background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/no-products-post-it.png?4521629555490822402) 0 0 no-repeat;
  font-family: georgia, serif;
  font-size: 16px;
  color: #4b4a43;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  }
.no-products-post-it-content{
  padding: 65px 20px 20px 20px;
  line-height: 1.4em;
  }
.no-products-post-it em{
  display: block;
  color: #3b3a34;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  margin: 0 0 10px 0;
  }
.no-products-post-it a{
  color: #25669c;
  }

/* Added by Caroline on January 14th for Customizr */

#product-actions input.text,
#product-actions input[type=text],
#product-actions textarea {
  width: 90%;
}

#product-actions input[type=text]:invalid,
#product-actions textarea:invalid {
  -moz-box-shadow:       inset 0 0 1px 1px #FF9494;
  -webkit-box-shadow:    inset 0 0 1px 1px #FF9494;
  box-shadow:            inset 0 0 1px 1px #FF9494;
}

#pagination { padding:13px 15px 0px 0px;  height:24px; border-top:1px solid #ededed; font-size:11px; line-height:12px; text-align:right; }

.error span {
  line-height: 2;
}


/* mobile specific styles - maybe break out into own stylesheet */
#mobile-header .top-bar {
  background-color: #FFF;
  padding: 0;
  height: 48px;
  margin: 0;
  border-bottom: 1px solid #ededed;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 9998;
  top: 0;
}

#mobile-header .top-bar.mini {
  background-color: #FFF;
  padding: 0;
  height: 48px;
  margin: 0;
  border-bottom: 1px solid #ededed;
}

#mobile-header .menu-logo {
  width: 126px;
  height: auto;
  display: block;
  position:absolute;
  left: 50%;
  margin-left: -63px;
  top: 0;
  padding-top: 12px;
}

#mobile-header .top-bar.mini .menu-logo .full {
  opacity: 0;
}

#mobile-header .menu-logo .full {
  opacity: 0;
}

#mobile-header .menu-logo .mini {
  background-image: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/RC-mobile-logo-mini.jpg?4521629555490822402); /* move to .full class */
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 27px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

#mobile-header .menu-cart {
  cursor: pointer;
  display: inline-block;
  width: 18px;
  float: right;
  height: 48px;
  padding: 0 18px;
  border-left: 1px solid #ededed;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
#mobile-header .top-bar.mini .menu-cart {
  height: 48px;
}

#mobile-header .menu-cart a {
  background-image: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/RC-mobile-cart.jpg?4521629555490822402);
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  display: block;
}

#mobile-header .menu-icon {
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 18px;
  float: left;
  padding: 24px 15px;
  border-right: 1px solid #ededed;
  -webkit-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
}

#mobile-header .top-bar.mini .menu-icon {
  padding: 24px 15px;
}

#mobile-header .menu-icon.out #bar1, .menu-icon.out #bar3 {
  -webkit-animation:spin-out 0.2s linear forwards;
    -moz-animation:spin-out 0.2s linear forwards;
    animation:spin-out 0.2s linear forwards;
}

#mobile-header .menu-icon.toggle #bar1,
#mobile-header .menu-icon.toggle #bar3 {
  -webkit-transition: rotate 0.2s ease-out;
}

#mobile-header .menu-icon.toggle #bar2 {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
#mobile-header .menu-icon.toggle #bar2 {
  opacity: 0;
}

#mobile-header .menu-icon.toggle #bar1{
  -webkit-animation:spin-left-in 0.2s linear forwards;
    -moz-animation:spin-left-in 0.2s linear forwards;
    animation:spin-left-in 0.2s linear forwards;
    -webkit-transform-origin: 3px 0;
    transform-origin: 3px 0;
    width: 20px;
}

#mobile-header .menu-icon.toggle #bar3 {
  -webkit-animation:spin-right-in 0.2s linear forwards;
    -moz-animation:spin-right-in 0.2s linear forwards;
    animation:spin-right-in 0.2s linear forwards;
    -webkit-transform-origin: 2px 2px;
    transform-origin: 2px 2px;
    width: 20px;
}

#mobile-header .menu-icon.toggle #bar2 {
  opacity: 0;
}

@-moz-keyframes spin-left-in { 100% { -moz-transform: rotate(45deg); } }
@-webkit-keyframes spin-left-in { 100% { -webkit-transform: rotate(45deg); } }
@keyframes spin-left-in { 100% { -webkit-transform: rotate(45deg); transform:rotate(45deg); } }

@-moz-keyframes spin-right-in { 100% { -moz-transform: rotate(-45deg); } }
@-webkit-keyframes spin-right-in { 100% { -webkit-transform: rotate(-45deg); } }
@keyframes spin-right-in { 100% { -webkit-transform: rotate(45deg); transform:rotate(-45deg); } }

@-moz-keyframes spin-out { 100% { -moz-transform: rotate(0deg); } }
@-webkit-keyframes spin-out { 100% { -webkit-transform: rotate(0deg); } }
@keyframes spin-out { 100% { -webkit-transform: rotate(0deg); transform:rotate(0deg); } }

#mobile-header .menu-icon .bar {
  background: #cecece;
  width: 18px;
  height: 2px;
  margin: 3px 0 0 0;
}

.slide-in {
  background-color: #FFF;
  width: 271px;
  position: fixed;
  top: 0;
  right: -272px;
  -webkit-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
  border-left: 1px solid #ededed;
  z-index: 9999;
}

.slide-in .inner {
  position: relative;
  height: 100%;
}

.slide-in .menu {
  list-style: none;
  padding: 0;
  margin: 30px;
}

.slide-in .menu li {
  padding-bottom: 5px;
  font-weight: normal;
  font-size: 2em;
  color: #b7b7b7;
  text-transform: uppercase;
  font-family: 'HelveticaNeueW01-87HvCn 692734', 'HelveticaNeue', Helvetica, Arial, sans-serif;
}

.slide-in .sub {
  margin: 30px;
  bottom: 20px;
  left: 0;
  position: absolute;
  list-style: none;
  padding: 0;
  width: 220px;
}

.slide-in .sub li {
  height: 18px;
  padding-bottom: 2px;
  font-weight: normal;
  font-size: 12px;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
}

.slide-in .sub a {
  color: #4d4d4d;
}

.m-sub { position: relative; }
.m-sub .toggle-sub-on { position: absolute; top: 0;}
.m-sub .toggle-sub-off { position: absolute; top: 3px; right: 0;}
.toggle-sub-off { width:15px;height:15px; display: block; background-image: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/x.png?4521629555490822402) ; background-size: 15px 15px; background-repeat: no-repeat; float: right; display: none;}
.m-sub form { position: absolute; display: none; top: -4px; width: 100%; }
.m-sub #m-mce-EMAIL { border: 0; padding: 0; text-transform: capitalize; }
.m-sub #m-mc-embedded-subscribe { display: none;}

.slide-in .menu li.active {
  color: #4e4e4e;
}

.slide-in .menu li:hover {
  color: #b7b7b7;
}

.slide-in.on {
  right: 0px !important;
}

#mobile-header   .mask {
  position: fixed;
  width: 100%;
  display: block;
  opacity: 0;
  background: #000;
  z-index: 0;
  transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  height: 1px;
}

#mobile-header   .mask.on {
  opacity: 0.6;
  z-index: 9998;
  height: 100%;
}

.current_page_item a, .current_page_parent a { color: #4e4e4e; }

/* responsive - to be broken out into own sheet */
@media only screen and (max-width:767px) {

  body { padding-top: 48px; }
  .hidden-mobile { display: none !important; }
  .hidden-desktop { display: block !important; }

  .supersized {
    top: 48px;
  }
  .num-items-in-cart { display: none; }
  .num-items-in-cart.show {
    border-radius: 6px;
    display: block;
    text-align: center;
    line-height: 12px;
    width: 12px;
    height: 12px;
    background-color: #464646;
    color: #FFF;
    font-size: 8px;
    top: 50%;
    left: 10px;
    position: relative;
  }
  #bottom { padding: 0; }

  #bottom-callouts .callout { float: none; }
  #bottom-callouts .callout a .mask {
    padding-top: 15px !important;
    height: 90px;
    top: 100%;
    margin-top: -88px;
    opacity: 1 !important;
  }
  #bottom-callouts .callout a .border {
    border-bottom: 0;
  }

  #special-projects-gallery { border: 0 !important; }
  #special-projects-gallery #special-gallery a.prev,
  #special-projects-gallery #special-gallery a.next { opacity: 1;}
#special-projects-gallery #special-gallery a.prev span,
  #special-projects-gallery #special-gallery a.next span { background-image: none;}
  #special-projects-gallery #special-gallery a.prev span:after,
  #special-projects-gallery #special-gallery a.next span:after {
    background-image: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/mobile-menu-pnav.png?4521629555490822402);
    background-size: 18px 13px;
    background-repeat: no-repeat;
    width: 9px;
    height: 13px;
    display: block;
    content: '';
    z-index: 9;
    margin: 10px 11px;
    opacity: 0.5;
    filter:alpha(opacity = 100);
  }
   #special-projects-gallery #special-gallery a.prev span:after {
    background-position: -9px 0;
  }
  #special-projects-gallery #special-gallery .navi { display: none;}

  .page-template-company-php .company-copy {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 302px;
    width: auto;
    left: auto;
    margin-top: auto !important;
  }

  .collection-nav, .filter-tags {
    display: none;
  }

  #sizing {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    height: 1024px !important;
    width: 100% !important;
    padding-left: 0;
    padding-top: 20px;
  }
  #sizing .close { top: 20px; right: 20px; }
  #sizing img { width: 100%; }

  #special-projects-gallery #special-gallery .special-content .special-content-wrap { width: auto;}
  #special-projects-gallery #special-gallery { overflow-y: visible;}
  #special-projects-gallery { min-width: 319px; min-height: 320px; padding: 0; overflow-y: visible; border: 0; margin-bottom: 25px;}
  #special-projects-gallery .special-content { display: none !important; }
  .special-content .special-content-wrap { padding: 20px 24px; }
  .special-content .special-content-wrap h2, .special-content .special-content-wrap p { text-align: left !important; }
  .special-content .special-content-wrap h2 { font-size: 25px; line-height: 25px; }
  .special-content .special-content-wrap p { font-size: 13px; }

  #collection-nav, #sub-collection-nav { position: absolute; width: 100%; background: #FFF; margin: 0; }
  #sub-collection-nav .active { display: none; }
  #collection-nav { border-bottom: 1px solid #EDEDED; list-style-type: none; padding-bottom: 20px; margin-left: -24px; margin-top: 2px;}
  #collection-nav li { margin: 0 0 0 24px; }
  #collection-nav a { font-size: 25px; line-height: 28px; font-family: 'HelveticaNeueW01-87HvCn 692734', 'HelveticaNeue', Helvetica, Arial, sans-serif; text-transform: uppercase; }
  #collection-nav .active, #sub-collection-nav .active { display: none; }
  #sub-collection-nav { background: #ededed; list-style-type: none; margin-left: -24px; padding-bottom: 10px; margin-top: 2px;}
  #sub-collection-nav a { font-size: 18px; line-height: 22px; font-family: 'HelveticaNeueW01-87HvCn 692734', 'HelveticaNeue', Helvetica, Arial, sans-serif; text-transform: uppercase;}
  #sub-collection-nav li { height: 20px; line-height: 20px; margin: 0 0 0 24px; }

  .mobile-navigate { background: #ededed; position: relative; height: 43px; line-height: 43px; }
  .mobile-navigate.sp { background: #FFF; }
  .mobile-navigate .left { padding-left: 20px; height: 43px;}
  .mobile-navigate .right { padding-right: 20px; height: 43px;}
  .mobile-navigate .next, .mobile-navigate .prev, .mobile-navigate .grid .caret {
    width: 9px;
    height: 13px;
    display: inline-block;
    position: relative;
    background-image: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/mobile-menu-pnav.png?4521629555490822402);
    background-size: 18px 13px;
    background-repeat: no-repeat;
    margin: 15px 1px 15px 20px;
  }
  .mobile-navigate .prev { background-position: -9px 0; left: -15px; }
  .mobile-navigate .prev a,
  .mobile-navigate .next a { width: 100%; height: 100%; display: block; }
  .mobile-navigate .caret { background-position: -9px 0; left: -20px;}
  .mobile-navigate .label { height: 43px; position: absolute; line-height: 43px; top: 0; font-family: Arial; font-size: 13px; color: #5f5f5f; }

  .mobile-row { position: relative; z-index: 3; }
  .mobile-sub-row { background: #ededed; position: relative; z-index: 2; }
  .mobile-sub-row a.mobile-toggle:hover{ color: #afafaf; }
  .mobile-row .inner { padding: 20px 24px 10px 24px; }
  .mobile-sub-row .inner { padding: 10px 24px; }

  .mobile-sub-row h1, .mobile-row h1 { font-size: 25px; line-height: 28px; }
  .mobile-sub-row h2, .mobile-row h2 { font-size: 18px; }
  .mobile-sub-row h2, .mobile-row h2, .mobile-sub-row h1, .mobile-row h1 { margin: 0; }
  .mobile-menu-toggle {
    display: inline-block;
    width:12px;
    height: 8px;
    background-image: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/mobile-menu-toggle.png?4521629555490822402);
    background-repeat:no-repeat;
    background-size: 12px 16px;
    position: relative;
    top: -4px;
  }
  .mobile-row .mobile-menu-toggle {
    background-image: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/mobile-menu-toggle.png?4521629555490822402);
  }
  .mobile-sub-row  .mobile-menu-toggle {
    background-image: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/mobile-menu-toggle-small.png?4521629555490822402);
  }
  .mobile-sub-row .mobile-toggle.on { color: #4e4e4e !important; }
  .mobile-sub-row .mobile-toggle.on .mobile-menu-toggle { background-position: 0 -8px; }
  .special-projects .mobile-sub-row .inner, .core-program .mobile-sub-row { display: none; }
  .special-projects .mobile-sub-row { border-bottom: 1px solid #EDEDED; padding-bottom: 10px; background: #FFF;}
  .special-product-grid li, .special-product-grid.overflow li { width: 100%; height: auto !important;}
  .special-product-grid li .product-grid-item a, .special-product-grid.overflow li .product-grid-item a{ padding-bottom: 100%; }
  .special-product-grid .product-link:hover .image, .product-grid .product-link:hover .image {
    opacity: 1;
  }
  .special-product-grid.first { border-top: 1px solid #ededed; }

  .content-wrapper { margin-left: 0; }
  #primary.post #content .inner { width: auto; }
  #widgets aside { width: auto; }
  #primary.post article { margin: 0; padding: 0; border-left: 0; }
  #primary.post article .inner{ padding: 20px; }
  #primary.post article iframe { width: 100%; max-width: 730px; }
  #primary.post article img { max-width: 100%; width: 100%; height: auto; }
  #content h2.post-date { margin: 0 0 2px; }

  #widgets { border-left: 0; padding: 0; }
  #widgets .widget_text { width: 100%; }
  #widgets .widget_search { display: none; }
  #widgets .widget_search, #widgets .widget_search input { width: 100% !important; }
  #widgets .widget_search input { padding: 0; border: 0; }
  #widgets .inner { padding: 10px 20px; }
  #widgets .label { display: none !important; }
  #widgets .social { float: right; }

  #content.two-column ul { width: auto; }
  #content.two-column h1 { margin-bottom: 10px; }

  .content { margin: 0; padding: 0; }
  .content .inner{ width: auto; }

  .templateCart .heading { padding: 20px; margin: 0; }
  .templateCart .heading h1 { font-size: 25px; padding: 4px 24px 0 0; }
  .templateCart .heading > a { padding: 0 24px 20px 0; }
  #cartform table {  border-bottom: 1px solid #EDEDED; margin: 0 0 10px 0;  }
  #cartform table thead { display: none; }
  #cartform table td { border: 0; text-align: left; padding: 0; }
  #cartform table .collapse-mobile { display: block; clear: both;}
  #cartform .empty { display: none; }
  #cartform .total { display: none !important; }
  #cartform .cart-qty { padding-bottom: 15px; }
  #cartform a.cart-title {
    margin-left: 0; font-size: 18px;
    font-family: 'HelveticaNeueW01-87HvCn 692734', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 18px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  #cartform input.text { -webkit-border-radius: 3px; border-radius: 3px; height: 25px; line-height: 25px; text-align: right; }
  #cartform .item { border-bottom: 1px solid #EDEDED; padding: 15px 0;}
  #cartform .cart-price, #cartform .cart-size { font-size: 13px; font-family: Arial; }
  /*#cartform .cart-size { float: left; }*/
  #cartform table .subtotal {
    background: none; font-size: 25px;
    font-family: 'HelveticaNeueW01-87HvCn 692734', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    text-transform: uppercase; text-align: right;
    padding-right: 20px;
  }
  #cartform .update-quantities { text-align: left; padding: 15px 0 15px 20px; }
  #update-cart { height: 35px; line-height: 35px; text-transform: capitalize; -webkit-appearance: none;}

  #checkout-proceed { width: auto; padding: 20px; float: none; margin-bottom: 45px;}
  #checkout-proceed .checkout-btn { width: 100%; height: 43px; line-height: 43px; text-align: left; }

  .stockists ul { display: none; }
  .stockists ul li { margin-bottom: 20px; }
  .stockists ul li a { display: block; }
  .stockists h1 { margin: 0 !important; color: #b7b7b7; }
  .stockists.open h1{ color:#4E4E4E; }
  .mobile-header { padding: 20px 0; text-indent: 20px; border-bottom: 1px solid #EDEDED; margin-bottom: 0 !important;}

  .special-product-grid, .special-product-grid.overflow, .product-grid { width: 100% !important; }
  .special-product-grid li, .special-product-grid.overflow li, .product-grid li { float: none !important; border-bottom: 1px solid #EDEDED; border-right: 0; display: block;}
  .special-product-grid .product-link, .product-grid .product-link { float: none; padding-bottom: 75px;}
  .product-grid .product-link { padding-bottom: 0;}
  .product-grid .product-link .title { opacity: 1 !important; height: auto; z-index: 999; }
  .product-grid .product-link .title span { color: #b7b7b7; margin: 0; }
  .product-grid .product-link .title > span {
    background: #FFF !important;
    background: rgba(255,255,255, 1) !important;
    color: #4e4e4e !important;
    font-size: 18px;
    line-height: 20px;
    padding: 20px 24px;
    width: auto !important;
    position: relative;
  }

  .product-grid .product-link .title > span .tags {
    color: #4e4e4e !important;
    font-size: 13px;
    font-family: Arial;
  }

  .product-grid .product-link {
    overflow: hidden;
  }

  .product-grid li.bottom{
    border-bottom: 1px solid #EDEDED;
  }

  .special-product-grid .hidden-desktop.title span { color: #b7b7b7; margin: 0; }
  .special-product-grid .hidden-desktop.title > span {
    color: #4e4e4e;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 20px 24px;
    width: auto !important;
    font-family: 'HelveticaNeueW01-87HvCn 692734', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    display: block;
  }
  .special-product-grid .hidden-desktop.title > span .tags {
    color: #4e4e4e !important;
    font-size: 13px;
    font-family: Arial;
  }

  #col-main.special-projects .product-grid li a { height: auto !important; color: #4e4e4e;}
  #col-main.special-projects .product-grid li a .mask, #col-main.special-projects .product-grid li a .border { display: none !important; }
  #col-main.special-projects .product-grid li a img { padding: 20px 24px 10px; }

  #product-gallery { min-height: 300px; }
  #product-gallery { padding-bottom: 20px; border: 0; float: none; }
  #product-gallery #active-wrapper a.next,
  #product-gallery #active-wrapper a.prev { display: none;}
  #active-wrapper { width: auto !important; min-height: 0;}
  #zoom { display: none !important; }
  #product-information { width: auto; padding: 0; }
  #product-top { display: none;}
  #product-header { padding: 20px 20px 10px 20px;}
  #product-title { font-size: 25px; line-height: 25px; }
  #product-tags { font-size: 13px; font-family: Arial;}
  #product .description h2 {
    font-size: 18px; padding: 20px 24px 10px 24px;
  }
  .description h2 {
    display: block;
    background-image: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/mobile-menu-toggle-down.png?4521629555490822402);
    background-repeat:no-repeat !important;
    background-size: 37px 18px;
    background-position: center right !important;
  }

  .description h2.current {
    display: block;
    background-image: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/mobile-menu-toggle-up.png?4521629555490822402);
  }

  #product .description div { padding: 0 24px 20px; }
  #product .description div ul { margin: 0 0 0 14px; }
  #product .description p,
  #product .description li {}
  #product .description table { margin: 10px 0; width: auto; min-width: 272px; }

  #bottom { margin-top: -1px; padding: 20px 0 !important; background-color: #FFF; min-width: 0; font-size: 9px;}
  #footer-right { display: none; }
  #footer-left { width: auto; padding: 0 10px; }
  #footer-left li { padding: 0; }
  #footer-nav li { border: 0 !important; }
  #purchase, .variants-wrapper { width: 100%; float: none;}
  #add-to-cart { float: none; width: 100%; height: 50px; background-image: none; -webkit-appearance: none; padding: 0 0px 0 10px;}
  .variants-wrapper .ui-selectmenu { width: 100% !important; height: 50px;}
  .variants-wrapper .ui-selectmenu .ui-selectmenu-status { line-height: 50px; height: 50px; padding: 0 0 0 10px; }
  .variants-wrapper .ui-selectmenu .ui-selectmenu-icon {
    width: 50px; height: 50px; border-left: 1px solid #FFF; background: none;
    background-repeat: no-repeat;
    background-position: 20px 22px;
    background-size: 13px 7px;
    background-image: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/RC-down-arrow-retina.png?4521629555490822402);
  }
  #product-actions .options { border: 0; padding: 0; }
  #purchase { position: relative; }
  #purchase:after { pointer-events: none;font-size: 18px;line-height: 50px; text-align: center; color: #FFF; width: 50px; height: 50px; display: block; border-left: 1px solid #FFF; content: "+"; position: absolute; top: 0; right: 0;}

  #col-main.special-projects .product-grid li .mask, #col-main.special-projects .product-grid li .border { display: none; }
  #col-main.special-projects .product-grid li .hidden-desktop {
    text-align: left; overflow:hidden; height: auto !important; padding: 0 24px 20px 24px;
    font-size: 18px;
    line-height: 20px;
    font-family: 'HelveticaNeueW01-87HvCn 692734', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  #col-main.special-projects .product-grid li { border-bottom: 1px solid #EDEDED; overflow: hidden; }

  .checkout-btn { background-image: none; }
  #checkout-proceed:after {
    background-image: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/RC-checkout.png?4521629555490822402);
    background-size: 16px 12px;
    background-position: 13px 16px;
    background-repeat: no-repeat;
    border-left: 1px solid #FFF;
    content: " ";
    right: 20px;
    display: block;
    width: 43px;
    height: 43px;
    position: absolute;
    pointer-events: none;
  }
  #additional-checkout-buttons-label { display: none; }
  #additional-checkout-buttons { float: left !important; margin-top: 20px; }
  .mobile-social { padding: 20px 24px 18px; border-top: 1px solid #ededed;}
  .mobile-social .social { height: 20px; }
  .mobile-social .email { float: left; margin-left: 17px;}
  .mobile-social .facebook { margin-left: 15px; float: left; background:url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/social-sprite.png?4521629555490822402) 0 0 no-repeat; width:17px; height:14px;display:inline-block; background-position:0 -14px; background-size: 51px 27px;}
  .mobile-social .twitter { margin-left: 15px; float: left; background:url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/social-sprite.png?4521629555490822402) 0 0 no-repeat; width:17px; height:14px; display:inline-block; background-position:-17px -14px; background-size: 51px 27px;}
  .mobile-social .instagram { margin-left: 15px; float: left; background:url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/social-sprite.png?4521629555490822402) 0 0 no-repeat; width:17px; height:14px; display:inline-block; background-position:-34px -14px; background-size: 51px 27px;}

  #customer-login, #recover-password { padding: 20px 24px; width: auto; margin-bottom: 60px; }
  .address.page-header h1, .heading h1 { font-size: 25px; line-height: 25px; padding: 20px 24px 0 24px;}
  .page-header h1 { margin: 0 !important; }
  .heading > a, .page-header > a { padding: 0 24px 20px 24px; display: block;}
  .heading { border-bottom: 1px solid #ededed; }
  #forgot_password, .note { margin: 15px 0;}
  .errors { margin: 15px 0;}
  #customer_orders, #customer_sidebar, #add_address, #address_tables { float: none; width: auto; padding: 20px 24px; }
  .address_actions .action_edit, .address_actions .action_delete, .address_actions, #page-actions { float: none !important;}
  .address_actions .action_edit { padding-left: 0;}
  .address_actions { display: block; margin-top: 0; }
  #page-actions { border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; float: none;}
  .action_add { padding-left: 24px; }
  .templateCustomersAddresses .form-row,
  .templateCustomersLogin .form-row,
  .templateCustomersActivateAccount .form-row,
  .templateCustomersAddresses form label,
  .templateCustomersLogin form label { float: none; width: 100%; }
  .templateCustomersAddresses form label,
  .templateCustomersLogin form label { margin-bottom: 5px; }
  .templateCustomersAddresses .form-row,
  .templateCustomersLogin .form-row,
  .templateCustomersActivateAccount .form-row { margin-bottom: 15px;}
  #add_address, .edit_address { margin: 0; }
  .edit_address { float: none; width: auto; padding: 0; }
  .customer_address .action-bottom { margin-left: 0; }
  .customer_address .action-bottom .note,
  .templateCustomersAddresses form input, .templateCustomersLogin form input { float: none; }
  input, textarea {
    height: 25px;
    border: solid 1px #ededed;
    padding: 0 4px;
    color: #393939;
    text-align: left;
    line-height: 25px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
  }
  .address_table, #add_address { border-bottom: 1px solid #ededed; padding-bottom: 20px; }
  .order_date, #order_address { padding: 20px 24px; }
  .special-product-grid .product-link:hover .title > span, .product-grid .product-link:hover .title > span { padding: 20px 24px; }
  #pagination { font-size: 13px; }
  #pagination .caret { display: none; }
  #active-wrapper { min-height: 320px; }

  .ui-selectmenu-menu {
    box-shadow: none;
    overflow: auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-top:1px solid #FFF;
    border-bottom:1px solid #FFF;
    padding: 5px 0;
  }


  .ui-selectmenu.ui-state-active .ui-selectmenu-status {
    box-shadow: none; border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .ui-selectmenu-menu ul { padding-right: 3px; display: block; position: relative; height: 100% !important;}
  .ui-selectmenu-menu li { display: block; height: 31px; }

  .ui-selectmenu.ui-state-active:hover .ui-selectmenu-icon{
    background-position: 20px 22px;
    background-image: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/RC-up-arrow-retina.png?4521629555490822402);
  }

  .content { border-left: 0; }
  #product-gallery { border-right: 0; }
  #cartform table td { vertical-align: middle; }

  .shade .inner {
    margin-top: -40px;

  }


}

@media only screen and (min-width:768px) {
  .hidden-mobile { display: block !important; }
  .hidden-desktop { display: none !important; }
  .hidden-desktop-inline { display: inline-block !important; }
  #bottom { padding: 17px 15px 9px; }

  .product-grid-item.coming-soon a.product-link:hover .shade {
    display: block;
    opacity: 1;
  }

  .product-grid-item.coming-soon a.product-link .shade {
    display: none;
    opacity: 0;
  }

  .product-grid-item.coming-soon .product-link .title > span {
    display: none;
  }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

  #mobile-header .menu-logo .full {
    background-image: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/RC-mobile-logo-full-retina.jpg?4521629555490822402);
    background-size: 126px 46px;
  }

  #mobile-header .menu-logo .mini {
    background-image: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/RC-mobile-logo-mini-retina.jpg?4521629555490822402);
    background-size: 126px 27px;
  }

  #mobile-header .menu-cart a {
    background-image: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/RC-mobile-cart-retina.jpg?4521629555490822402);
    background-size: 18px 19px;
  }

    #site-title {
    background-image: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/logo-retina.png?4521629555490822402);
    background-size: 243px 141px;
  }

  #site-title img { display: none; }
  #site-title a { width: 100%; height: 100%; display: block; }

  #umbrella .icon{
    background: url(//cdn.shopify.com/s/files/1/0167/1144/t/4/assets/RC-mobile-cart-retina.jpg?4521629555490822402) top left no-repeat;
    background-size: 18px 19px;
  }

}


.menu-icon { cursor: pointer; }
.menu-icon span, .menu-icon span:before, .menu-icon span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 18px;
  background: #cecece;
  position: absolute;
  display: block;
  content: '';
}
.menu-icon span:before {
  top: -6px;
}
.menu-icon span:after {
  bottom: -6px;
}

.menu-icon span, .menu-icon span:before, .menu-icon span:after {
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.menu-icon.active span {
  background-color: transparent;
}
.menu-icon.active span:before, .menu-icon.active span:after {
  top: 0;
}
.menu-icon.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-icon.active span:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.product-grid-item.coming-soon a.product-link .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*display: block;*/
  background: #000;
  background: rgba(0,0,0,0.3);
  z-index: 1;
  text-align: center;
}

.product-grid-item.coming-soon a.product-link .shade .inner {
  top: 50%;
  position: relative;
  margin-top: -10px;
  display: block;
  font-family: 'HelveticaNeueW01-87HvCn 692734', 'HelveticaNeue', Helvetica, Arial, sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  color: white;
}

#product-actions .options {
  height: 60px;
}

@media only screen and (max-width:767px) {
  #product-actions .options {
    height: auto;
  }
}

.variants-wrapper,
#purchase{
  display: none;
}

.desktop-social {
  border-top: 1px solid #eee;
  padding-top: 15px;
}
