/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face 


  @colordef infared = #f3153a

  */


  

/* #Site Styles
================================================== */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

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

.left {float:left;}
.right {float:right !important;}

.container .fade-on-load{opacity:0;}
.container .slide-on-load{display:none;}

/* #Font Styles
================================================== */

.collection .one-third.column {
    width: 33.3333%; height:auto;
}
.collection .one-third.column img { display:block; width:100%;}
.collection .container .column { margin-left:0; margin-right:0;}




html {background:#222;}

body {
  font-family:'codaregular';
  color: #555;
}

a, a:visited {
	text-decoration: none;
  color:inherit;
}

a:hover {
  color:inherit;
}

h1 {
  text-transform:uppercase;
  color:#222;
  margin:30px 0 20px;
  font-weight: normal;
}

h2, h3, h4, h5, h6 {
  text-transform:uppercase;
  color:#222;
  margin:10px 0;
  font-weight:normal;
}

.page-content a {
color:#f3153a;
}

.page-content a:hover {
	color:#222;
}

/* #Top Bar Styles
================================================== */

#top-bar {
	width:100%;
	background:#222;
}

#top-bar #logo {
	display:block;
	width:360px;
	height:13px;
	float:left;
	margin:16px 0;
  	max-width:100%;
}

#top-bar #customer_login_link,
#top-bar #customer_logout_link{
	float:right;
	font-family:'codaregular';
	color:#dadada;
	text-transform: uppercase;
	padding:12px 0 0 20px;
	font-size:13px;
}

#top-bar #customer_login_link:hover.
#top-bar #customer_logout_link:hover{
  color:#f3153a
}

#top-bar-search {
  position: absolute;
	right: 110px;
top: -44px;
z-index: 9999;

}

#top-bar-search input[type="text"] {
	margin-bottom:0;
	padding:4px 30px 4px 10px;
	margin:10px 0;
  background:#fff url(//cdn.shopify.com/s/files/1/0255/3587/t/3/assets/search.png?14021991990533046295) 95% 50% no-repeat;
}

#search-products {
  width:150px;
  color:#aaa;
  font-size:12px;
}

/* #Primary Nav Styles
================================================== */

#primary-nav-wrap {
	width:100%;
	border-bottom:2px solid #f0f0f0;
  display:block;
}

#primary-nav-wrap nav {display:block}

#primary-nav {
	display:inline-block;
	padding:0;
	margin:0;
	text-transform:uppercase;
	font-family:'codaregular';
	font-weight:500;
	font-size:16px;
	line-height:1;
}

#primary-nav > li {
	display:inline-block;
	padding:28px 8px 25px;
	margin:0;
    position:relative;
}

#primary-nav > li > a {
  transition:color 100ms ease-in-out;
}

#primary-nav > li:hover > a {
  color:#f3153a;
}

#primary-nav > li.dropdown {
}

#primary-nav > li.dropdown:hover {
  background:url(//cdn.shopify.com/s/files/1/0255/3587/t/3/assets/red-arrow.png?14021991990533046295) 48% 87% no-repeat;
}

#primary-nav > li:first-child {
	padding-left:0;
}

#primary-nav > li > ul {
  position:absolute;
  background: #FFF;
  z-index: 999;
  width: 155px;
  padding: 10px 15px;
  border: 1px solid #F0F0F0;
  border-top: 3px solid #f3153a;
  margin: 0;
  top:60px;
  display:none;
}

#primary-nav > li > ul > li {
  padding-top:5px;
  font-size:13px;
}

#primary-nav > li:hover ul {
display:block;
}

#primary-nav > li > ul > li > a:hover {
  color:#f3153a;
}

#primary-nav .expand {
  display:none;
  background: #000;
  height: 100%;
  width: 50px;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  border-left:1px solid #f3f3f3;
  background:#e9e9e9 url(//cdn.shopify.com/s/files/1/0255/3587/t/3/assets/mobile-arrow.png?14021991990533046295) center center no-repeat;
  cursor:pointer;
}

#wrap-mobile-trigger {
  padding:10px 0;
}

/* #Shopping Bag
================================================== */

#shopping-bag {
  text-align:right;
  padding-top:30px;
  font-weight: 500;
  font-size:14px;
}

#shopping-bag span {
  text-transform: uppercase;
}

#shopping-bag a:hover {
  color:#f3153a
}


/* #Home Page
================================================== */

.no-gutter .one-third.column img, .no-gutter .two-thirds.column img {
  width:100%;
  display:block;
}

#three-buckets > div {
	margin:20px 0;
  background:#000;
  position:relative;
  color:#fff;
  text-transform: uppercase;
}

#three-buckets > div > h4 {
  color:#fff;
}

#three-buckets > div img {
	display:block;
}

#three-buckets > div h4 {
  position:absolute;
  left:20px;
  bottom:20px;
  padding:0;
  margin:0;
  font-weight:400;
}

#three-buckets #bucket-frames h4 {
  color:#222;
}

#shop-collections .one-third.column:nth-child(2) {
	border:1px solid #fff;
	border-top:none;
	border-bottom:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}

#shop-collections {
  text-transform: uppercase;
  color:#fff;
  overflow:hidden;
  text-align:right;
}

#shop-collections > article {
  position:relative;
  background:#000;
  color:#fff;
  /*min-height: 308px;*/
}

#shop-collections h4 {
  right:20px;
  bottom:15px;
  position:absolute;
  margin:0;
  color:#fff;
  background:url(//cdn.shopify.com/s/files/1/0255/3587/t/3/assets/home-arrow.png?14021991990533046295) 100% 40% no-repeat;
  padding-right:15px;
}

#shop-collections .hide-offset {
	height:5px;
	background:#fff;
	width:100%;
	position:relative;
	margin-top:-5px;
	clear:both;
	float:left;
}

#social-feeds {
	padding:15px 0 20px 0;
}

#social-feeds .row {
	margin-bottom:1px;
}

#social-feeds .row > article {
	overflow:hidden;
	background:#000;
  position:relative;
}

#social-feeds .row > article > img {
  height:auto;
}

#youtube-image {
  display:block;
  width:100%;
  background:#000 center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.block-title {
  background:#222;
  color:#fff;
  width:100%;
  left:0;
  bottom:0;
  text-transform: uppercase;
  padding:10px 10px;
  font-size:14px;
}

.block-title span {
  display:block;
  float:left;
  width:20px;
  height:24px;
  background:url(//cdn.shopify.com/s/files/1/0255/3587/t/3/assets/home-icons.jpg?14021991990533046295) no-repeat;
  position:relative;
  margin-top:-2px;
  margin-right:5px;
}

#social-feeds .block-title span.home-icon-youtube {
  background-position:center top;
}

#social-feeds .block-title span.home-icon-twitter {
  background-position:right top;
}

#social-feeds > article img {
	display:block;
	width:auto;
	min-width:100%;
}

#social-feeds #blog-feed, #social-feeds #twitter-feed {
	border-left:1px solid #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;       
}

#social-feeds .animate {
  background:#222;
}

#social-feeds .blog img {
  opacity:1;
}

#social-feeds .twitter img {
	opacity:0.2;
}

#blog-image-crop {
	display:block;
  overflow:hidden;
}

/* #Collection Page
================================================== */

#loader {
  display:block;
  width:100%;
  text-align:center;
  margin:40px 0;
}

.double-border{
  border-bottom:double #aaa;
}

#collection-heading h1 {
  font-size:26px;
}

#product-sort {
  padding:10px;
  background: #f0f0f0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #f0f0f0 0%, #e9e9e9 50%, #e2e2e2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(50%,#e9e9e9), color-stop(100%,#e2e2e2));
  background: -webkit-linear-gradient(top,  #f0f0f0 0%,#e9e9e9 50%,#e2e2e2 100%);
  background: -o-linear-gradient(top,  #f0f0f0 0%,#e9e9e9 50%,#e2e2e2 100%);
  background: -ms-linear-gradient(top,  #f0f0f0 0%,#e9e9e9 50%,#e2e2e2 100%);
  background: linear-gradient(to bottom,  #f0f0f0 0%,#e9e9e9 50%,#e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e2e2e2',GradientType=0 );

}

#product-sort h2 {
  display:block; 
  float:left;
  color:#000;
  font-size:14px;
  margin:0;
  padding:8px 20px 0 10px;
  text-transform: uppercase;
  font-weight:100;
}

#clear-sort {
  display:block; 
  float:left;
  color:#666;
  font-size:14px;
  margin:0;
  padding:8px 10px 0 10px;
  font-weight:100;
  text-decoration: underline;
}

.sort {
  float:left;
  position:relative;
  margin-right:5px;
}

.sort-heading {
  display:block;
  width:130px;
  padding:6px 5px;
  background:#fff;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  font-size:14px;
  color:#aaa;
  border:1px solid #f0f0f0;
  cursor:pointer;
}

.sort-heading span {
  display:block;
  width:6px;
  height:6px;
  background:url(//cdn.shopify.com/s/files/1/0255/3587/t/3/assets/sort-arrow.png?14021991990533046295) left top no-repeat;
  position:absolute;
  right:10px;
  top:50%;
  margin-top:-3px;
}

.sort-heading.active {
  color:#000;
}

.sort-heading:hover span, .sort-heading.active span {
  background-position:left bottom;
}

.sort-options {
  background: #FFF;
  border: 1px solid #F0F0F0;
  border-top: none;
  position: absolute;
  width: 130px;
  z-index: 9999;
  padding:0 5px;
  display:none;
  max-height:250px;
  overflow:auto;
}

.sort-options input {
  margin: 8px 3px 0px 5px;
}

.sort-options label {
  margin-bottom:5px;
}

#sort-by {
  float:right;
}

#sort-by h2 {
  padding-right:10px;
  padding-left:0;
}

.pagination {
  padding-top:20px;
  padding-bottom:10px;
  clear:both;
  font-size:14px;
}

.pagination .total-pages {
  color:#aaa;
}

.pagination .total-pages strong {
  color:#222;
}

.pagination .previous-page, .pagination .next-page {
  display:inline-block;
  width:6px;
  height:7px;
  background:url(//cdn.shopify.com/s/files/1/0255/3587/t/3/assets/paginate-arrow.jpg?14021991990533046295) no-repeat;
  text-indent:-9999px;
}

.pagination .previous-page {
  background-position:left top;
}

.pagination .next-page {
  background-position:right top;
}

.pagination .previous-page:hover {
  background-position:left bottom;
}

.pagination .next-page:hover {
  background-position:right bottom;
}

.switch-pages ul, .switch-pages ul li {
  display:inline-block;
  margin-bottom:0;
  padding-bottom:0;
  color:#666;
}

.switch-pages ul {
  float:right;
}

.switch-pages ul li {
  margin-left:5px;
  padding:2px 5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

.switch-pages ul li.active {
  background:#f3153a;
  color:#fff;
}

.switch-pages ul li.active a:hover {
  color:#fff;
}

.switch-pages ul li a:hover {
  color:#f3153a;
}

.product-box {
  position:relative;
  margin:10px 0 10px 0;
  color:#666666;
}

.product-images {
  position:relative;
}

.product-images img {
  display:block;
  width:100%;
}

.product-images .base-image {
  top:0;
  left:0;
  z-index:613;
  position:relative;
}

.product-box:hover .base-image {
  z-index:-613;
}

.product-images .hover-image {
  position:absolute; 
  left:0;
  top:0;
  height:100%;
}

.product-images .overlay {
  position:absolute;
  top:0;
  left:0;
  z-index:666;
  display:block;
  width:100%;
  height:100%;
  background:url(//cdn.shopify.com/s/files/1/0255/3587/t/3/assets/overlay.png?14021991990533046295) 0 0 repeat;
}

.product-images .overlay img {
  width:100%;
  display:block;
}

.product-info {
  padding-top:5px;
}

.product-info h2, .product-info span {
  font-size:14px;
  padding:0;
  margin:0;
  line-height:18px;
  font-weight:100;
  text-transform: none;
}

.sold-out {
  background:#000;
  opacity:0.6;
  color:#fff;
  padding:5px 0;
  text-align:center;
  width:100%;
  height:100%;
  z-index:888;
  position:absolute;
  left:0;
  top:0;
  text-transform:uppercase;
}

.sold-out span {
  margin-top:30%;
  display:block;
  font-size:14px;
}

.additional-info {
  background:#222;
  padding:8px 8px 0 8px;
  height:34px;
  margin-top:-34px;
  z-index:1;
  position:relative;
  z-index:999;
  display:none;
}

.product-box:hover .additional-info {
  display:block
}


.additional-info > a {
  text-transform: none;
  font-size:13px;
}

.additional-info > a:hover {
  color:#f3153a !important;
}

.additional-info a.view-details {
  display:block;
  width:50%;
  float:left;
  color:#fff;
}

.additional-info a.add-to-cart {
  color:#fff;
  display:block;
  width:50%;
  float:right;
  text-align:right;
}

/* #Product Page
================================================== */

.product-wrap {
}

.product-wrap h1 {
  margin-top:0;
  padding-top:0;
  line-height:1;
}

.product-wrap .image figure {
  position:relative;
  width:100%;
}

.product-wrap .image figure img {
  width:100%;
}

.product-wrap .image figure span {
  display: block;
  width: 100%;
  height: 100%;
  background:url(//cdn.shopify.com/s/files/1/0255/3587/t/3/assets/overlay-img.png?14021991990533046295) 0 0 repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.product-info {
  padding-bottom:0px;
}

.product-info .quant-price .price {
  display:block;
  width:70%;
  padding:20px 0;
  float:right;
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px; 
  border-radius: 2px; 
  text-align:center;
  font-size:24px;
  text-transform: uppercase;
  background:#f5f5f5;
  color:#555;
}

.quant {
  width:20%;
  float:left;
  padding:10px 0;
}

.quant input {
  padding:5% 2%;
  width:96%;
  margin-bottom:5px;
}

.product-info .add-to-cart {
  float:right;
}

#addtocart {
  display:block;
  width:100%;
  padding:12px 0;
  color:#fff;
  background:#f3153a;
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px; 
  border-radius: 2px; 
  text-align:center;
  font-size:24px;
  text-transform: uppercase;
  border:0;
  font-weight:100 !important;
  font-family:'codaregular' !important;
  margin-top:0;
}

.share-this {
  clear:both;
  width:100%;
  border:1px solid #f0f0f0;
  border-left:none;
  border-right:none;
  padding:10px 0 5px 0;
  margin:20px 0;
  float:left;
}

.share-this > div {
  float:left;
}

.product-breakdown {
  padding-top:20px;
}

.product-breakdown .breakdown-col {
  width:33.333%;
  padding:15px;
  float:left;
  background:#f5f5f5;
  box-sizing:border-box;
  border-right:1px solid #e4e4e4;
  color:#9e9e9e;
  margin-bottom:20px;
}

.product-breakdown .breakdown-col:first-child {
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}

.product-breakdown .breakdown-col:last-child {
  border-right:none;
  -webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}

.product-breakdown .breakdown-col strong {
  display:block;
  clear:both;
  font-size:14px;
  font-weight:400;
  color:#222;
  text-transform: uppercase;
}

#related-products h2 {
  margin-bottom:0;
}

.tabs {
  display:block;
  width:100%;
  margin:0;
}

.tabs li {
  display:block;
  float:left;
  margin:0;
}

.tabs li a {
  border:1px solid #f3f3f3;
  margin:0;
  padding:10px 20px;
  background:#f5f5f5;
  display:block;
  border-bottom:none;
}

.tabs li:first-child a {
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}

.tabs li:last-child a {
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}

.tabs li a.active {
  background:#fff;
  border-bottom:1px solid #fff;
  margin-bottom:-1px;
}

#tab1, #tab2 {
  clear:both;
  border:1px solid #f3f3f3;
  padding:20px 20px 0 20px;
}

#tab2 {display:none;}

#size-guide {
  width:100%;
  height:92px;
  position:relative;
  clear:both;
  background:#f5f5f5;
  margin-bottom:20px;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#size-guide img {
	width:100%;
}

#size-guide .measurements {
	width:100%;
  	position:absolute;
  left:0;
  top:0;
  height:100%;
}

#size-guide .measurement {
	width:20%;
  	float:left;
  	text-align:center;
  	height:100%;
  	position:relative;
}

#size-guide .measurement span {
	display:block;
  	position:absolute;
  	top:70%;
  	width:100%;
  	text-align:center;
}

#lens-options {
	background: #f7f7f7;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
  	margin-bottom:20px;
}

#lens-options .lens-box {
	width:50%;
  	float:left;
  	border-bottom:1px solid #fff;
  	padding: 10px;
  
}

#lens-options .lens-box:nth-child(odd) {
	border-right:1px solid #fff;
}

/* #News 
================================================== */

.extra-padding {
  padding-right:20px;
}

#news-buckets {
  margin:10px 0;
  float:left;
}

#news-buckets img {
  width:100%;
  display:block;
}

#news-buckets > article {
  background:#000;
}

#news-buckets .opaque img {
  opacity:0.4;
}

.post {
  clear:both;
  border-bottom:1px solid #aaa;
  padding-bottom:10px;
  margin-bottom:10px;
  color:#222;
}

.extra-padding .last {
  margin-bottom:0;
  border-bottom:none;
}

.post figure {
  margin-top:10px;
  padding-right:10px;
}

.post figure img {
  width:100%;
  height:auto;
}

body.article .post img { max-width:100%;}

.post .excerpt h2 {
  font-size:16px;
  margin-bottom:5px;
}

.post .excerpt p {
  padding-bottom:10px;
  margin:0;
}

.post-meta {
  clear:both;
  padding-top:5px;
  border-top:1px solid #f0f0f0;
}

.post .posted {
  width:80%;
  color:#bbb;
}

.post .posted a {
  color:#000;
  text-transform: uppercase
}

.post .read-more {
  width:20%;
  padding-right:20px;
}

.post .read-more a {
  display:block;
  background: url(//cdn.shopify.com/s/files/1/0255/3587/t/3/assets/read-more.jpg?14021991990533046295) 100% 45% no-repeat;
  padding-right:15px;
}

/* #News Sidebar
================================================== */

#social-media-callout {
  background:#f2f2f2;
  color:#767676;
  padding:20px;
  margin:30px 0;
}

#social-media-callout h3,
#youtube-callout h3 {
  margin:0 0 5px 0;
  padding:0 0 5px 0;
  border-bottom:double #aaa;
}

#social-media-callout ul li {
  display:inline-block;
  width:36px;
  height:36px;
}

#social-media-callout ul li a {
  width:100%;
  height:100%;
  text-indent:-9999px;
  display:block;
  background:url(//cdn.shopify.com/s/files/1/0255/3587/t/3/assets/sm-callout.jpg?14021991990533046295) no-repeat;
  transition:opacity ease-in-out 200ms;
}

#social-media-callout ul li a:hover {
  opacity:0.8;
}

#social-media-callout ul li.twitter a {}
#social-media-callout ul li.facebook a { background-position:-38px 0; }
#social-media-callout ul li.youtube a { background-position:-73px 0; }
#social-media-callout ul li.vimeo a { background-position:-114px 0; }
#social-media-callout ul li.instagram a { background-position:-152px 0; }

#instagram-callout {
  margin-bottom:30px;
}

#instagram-callout img {
  display:block;
  width:100%;
}

#youtube-callout h3 {
  background:url(//cdn.shopify.com/s/files/1/0255/3587/t/3/assets/callout-youtube.jpg?14021991990533046295) 0 0 no-repeat;
  padding-left:20px;
}

.youtube-feed li {
  position:relative;
  float:left;
  clear:both;
  margin:5px 0 10px;
}

.youtube-feed img {
  width:100%;
}

.youtube-feed a {
  color:#777;
}

.youtube-feed .image {
  position:relative;
}

.play-button {
  display:block;
  width:46px;
  height:46px;
  background:url(//cdn.shopify.com/s/files/1/0255/3587/t/3/assets/play.png?14021991990533046295) 0 0 no-repeat;
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-23px;
  margin-top:-23px;
  z-index: 999;
  transition:opacity ease-in-out 200ms;
}

.play-button:hover {
  opacity:0.8;
}

/* #Shopping Cart
================================================== */

#shopping-cart-header {
  padding:10px 0;
}

#shopping-cart-header > div {
  color:#868686;
  font-size:13px;
  text-transform:uppercase;
}

#shopping-cart-header > div > div {
  padding:0px 10px !important;
}

.cart-row {
  padding:30px 0;
  border-top:1px solid #f0f0f0;
}

#shopping-cart .product-image {
  position:relative;
}

#shopping-cart img {
  width:100%;
}

#shopping-cart .overlay {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:url(//cdn.shopify.com/s/files/1/0255/3587/t/3/assets/overlay-img.png?14021991990533046295) 0 0 repeat;
}

#shopping-cart .product-details {
  padding:0 20px;
  color:#222;
  font-size:13px;
  line-height:26px;
}

#shopping-cart .product-details span {
  color:#666;
  display:block;
  width:60px;
  float:left;
  clear:both;
  font-weight:100;
}

.headings > div {
  padding:10px 10px;
}

.headings .price {
  width:25%;
}

.cart-row .price, .cart-row .total {
  font-size:19px;
  color:#222222;
}

.headings .quant {
  width:20%;
}

.cart-row .headings .quant {
    padding:0 10px;
}

.headings .quant input {
  text-align:center;
  border:1px solid #f0f0f0;
  padding:10px 0;
}

.headings .total {
  width:30%;
}

.headings .remove {
  text-align:center;
  width:25%;
  padding:5px 0;
}

.headings .remove a {
  display:block;
  background:#f5f5f5;
  color:#868686;
  cursor:pointer;
  padding:5px 0;
}

.headings .remove a:hover {
  color:#fff;
  background:#f3153a;
}

.cart-row h2 {
  margin-top:5px;
}

.cart-row .headings {
  margin-top:10px;
}

#shopping-cart .right {float:right;}
#shopping-cart .left {float:left;}

#sub-total-wrap {
  font-size:14px;
  text-transform: uppercase;
  padding:20px 0;
  clear:both;
}

#sub-total-wrap a {
  color:#f3153a;
}

#sub-total-wrap .sub-total {
  font-size:20px;
}

#sub-total-wrap .sub-total span {
  font-size:10px;
}

#sub-total-wrap .sub-total > div {
  width:33.333%;
  padding:0 10px;
}

#sub-total-wrap input[type="submit"] {
  width:33.33333%;
  font-family:'codaregular';
  font-size:18px;
  text-shadow:none;
  font-weight:100;
  padding:5px 0 !important;
  font-weight:100;
  margin:0;
  outline:none;
  border:none;
}

#sub-total-wrap input[type="submit"]:hover {background:#222 !important;}

#sub-total-wrap .sub-total .total {
  padding:10px;
}

#sub-total-wrap .sub-total .checkout {
  color:#fff;
  background:#f3153a;
  padding:10px 0;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
}


#cartform small {
  display:none;
  font-size:12px;
  color:#777;
  text-transform:uppercase;
}

/* #Breadcrumbs
================================================== */

.breadcrumbs {
  padding:20px 0;
  color:#000;
}


/* #footer
================================================== */

#website-footer {
  width:100%;
  background:#222;
  color:#888;
  padding:40px 0;
  margin-top:10px;
}

#website-footer ul {
  padding:0;
  margin:0;
}

#website-footer li, #website-footer p {
  font-size:12px;
  margin:0;
  padding:0;
  line-height:20px;
}

#website-footer li {
  text-transform: uppercase;
}

#website-footer li a:hover {
  color:#F3153A;
}

#website-footer #social-media-icons {
  padding-top:10px;
}

#social-media-icons li a {
  background-image:url(//cdn.shopify.com/s/files/1/0255/3587/t/3/assets/social-media-icons.jpg?14021991990533046295);
  background-repeat: no-repeat;
  display:block;
  text-indent:-9999px;
  width:20px;
  height:20px;
  float:left;
  margin-right:5px;
}

.icon-twitter a { background-position: 0px 0px; }
.icon-facebook a { background-position: -25px 0px; }
.icon-youtube a { background-position: -50px 0px; }
.icon-vimeo a { background-position: -75px 0px; }
.icon-instagram a { background-position: -100px 0px; }

#newsletter-signup {
  padding-top:5px;
}

.credits {
  text-align:center;
  padding-top:40px;
}

.pad360 {padding-left:10px;}

.featured-images {padding-top:5px;}

.autoHeight .img-fix {height:auto;}

body.blog #news-buckets .eight img { height:100%; width: auto; }

body.blog #news-buckets { background:#222; }

/* #Media Queries
================================================== */

#show-nav {margin-left:2%; padding-top:5px; display:block;}

/* dektop */

    .no-gutter .one-third.column {
        width:33.333333%;
        padding:0;
        margin:0;
    }

    .no-gutter .two-thirds.column {
        width:66.666666%;
        padding:0;
        margin:0;
    }

    .no-gutter .sixteen.columns {
      width:100%;
      padding:0;
      margin:0;
    }

    .no-gutter .eight.columns {
      width:50%;
      margin:0;
      padding:0;
    }

    .no-gutter .thirteen.columns {
      width:81.25%;
      margin:0;
      padding:0;
    }

    .no-gutter .three.columns {
      width:18.75%;
      margin:0;
      padding:0;
    }

    .mobile {
      display:none !important;
    }

/* queries */

    @media only screen and (max-width: 959px) {
        .no-gutter .one-third.column {
            width:33.333333%;
            padding:0;
            margin:0;
        }
        .no-gutter .two-thirds.column {
            width:66.666666%;
            padding:0;
            margin:0;
        }
  
  		body.index .no-gutter {width:97%}
  
  		.mobile {
          display:block !important;
        }
  		#top-bar #logo {
     	  width:100%;
   		  text-align:center;
    	  
  		}
  
  		#top-bar #logo img {max-width:100%}
  
  
  		#primary-nav-wrap {
          border:none;
        }
  
  		#primary-nav-wrap  nav.twelve.columns {width:100%; margin-left:0; margin-right:0;}
  
        #primary-nav-wrap  nav {
    	  display:none;
   			/*border-top:1px solid #222;
   			border-bottom:1px solid #222;*/
    		margin-bottom:20px;
        }
        
        #primary-nav-wrap .container {
          width:100%;
        }
  
  		#primary-nav > li:hover ul {
			display:none;
		}
        
  		#shopping-bag {display:none;}
  
        #shopping-bag-mobile {
          right: 1.5%;
          top: 60px;
          position: absolute;
          margin-top: 0;
          padding-top: 0;
    	  width:auto;
        }
        
        #primary-nav {
          width:100%;
        }
       
  		#primary-nav .expand {display:block;}
  
        #primary-nav > li {
          width:100%;
          display:block;
          clear:both;
          margin:0;
          padding:15px 0;
          border-bottom:1px solid #f2f2f2;
          font-size:18px;
        }
  
 		#primary-nav > li:first-child {border-top: 1px solid #f2f2f2;}
        
        #primary-nav li ul {
          display:none;
          clear:both;
          position:static;
          border:none;
          margin:0;
          padding:0;
          width:100%;
          margin-top:15px;
        }
         
        #primary-nav li ul li {
          border-top:1px solid #f2f2f2;
          padding:15px;
          clear:both;
          margin:0;
          font-size:18px;
          color:#9e9898;
        }
       
  
        #primary-nav li ul li:last-child {
          padding-bottom:0;
        }
       
        #primary-nav > li.dropdown:hover {
          background:none;
        }
       
        #primary-nav li a {
          display:block;
          width:auto;
    	  padding-left:2.5%;
          margin:0 auto;
        }
  		
  		#customer_login_link {display:none;}
  
        #top-bar-search {
          position:static;
          width:97%;
          margin:0 auto;
        }
  
        #top-bar-search input[type="text"] {
          background-color:#f2f2f2;
          border:none;
          outline:none;
          padding:12px 10px;
        }
  
        #search-products {width:100%;}
       
    }


	@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

      
		.mobile {
          display:block !important;
        }
  		#top-bar #logo {
     	  width:100%;
   		  text-align:center;
    	  
  		}
  
  		#wrap-mobile-trigger { max-width:960px; margin:0 auto; }
  
    	#show-nav {margin-left:0;}
  
  		#top-bar #logo img {max-width:100%}
  
  
  		#primary-nav-wrap {
          border:none;
        }
  
  		#primary-nav-wrap > container {max-width:960px;}
  
  		#primary-nav-wrap  nav.twelve.columns {width:100%; margin-left:20px; margin-right:0;}
  
        #primary-nav-wrap  nav {
    	  display:none;
   			/*border-top:1px solid #222;
   			border-bottom:1px solid #222;*/
    		margin-bottom:20px;
        }
        
        #primary-nav-wrap .container {
          width:100%;
        }
  
  		#primary-nav > li:hover ul {
			display:none;
		}
        
  		#shopping-bag {display:none;}
  
        #shopping-bag-mobile {
          right: 3.5%;
          top: 60px;
          position: absolute;
          margin-top: 0;
          padding-top: 0;
    	  width:auto;
        }
        
        #primary-nav {
          width:100%;
        }
       
  		#primary-nav .expand {display:block;}
  
        #primary-nav > li {
          width:100%;
          display:block;
          clear:both;
          margin:0;
          padding:15px 0;
          border-bottom:1px solid #f2f2f2;
          font-size:18px;
        }
  
 		#primary-nav > li:first-child {border-top: 1px solid #f2f2f2;}
        
        #primary-nav li ul {
          display:none;
          clear:both;
          position:static;
          border:none;
          margin:0;
          padding:0;
          width:100%;
          margin-top:15px;
        }
         
        #primary-nav li ul li {
          border-top:1px solid #f2f2f2;
          padding:15px;
          clear:both;
          margin:0;
          font-size:18px;
          color:#9e9898;
        }
       
  
        #primary-nav li ul li:last-child {
          padding-bottom:0;
        }
       
        #primary-nav > li.dropdown:hover {
          background:none;
        }
       
        #primary-nav li a {
          display:block;
          width:auto;
    	  padding-left:0;
          margin:0 auto;
        }
  		
  		#customer_login_link {display:none;}
  
        #top-bar-search {
          position:static;
          margin:0 auto;
        }
  
        #top-bar-search input[type="text"] {
          background-color:#f2f2f2;
          border:none;
          outline:none;
          padding:12px 10px;
        }
  
        #search-products {width:100%;}
  
	}
@media only screen and (min-width:768px) {#bucketfour a:nth-child(2){display:none;} #bucketfour { margin-top:0px !important;}}

@media only screen and (max-width:768px) {#bucketfour { width:100%; height:auto; } #bucketfour a:nth-child(2){display:block;} #bucketfour a:first-child{display:none;}
       }
#bucketfour img { width:100%;}} 
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      
        .no-gutter .one-third.column {
            width:33.333333% !important;
            padding:0;
            margin:0;
        }
        .no-gutter .two-thirds.column {
            width:66.666666%;
            padding:0;
            margin:0;
        }
    }

    @media only screen and (max-width: 767px) {
  		body.blog .img-fix {height:auto;}
        .pad360 {padding-left:0px;}
        .no-gutter .two-thirds.column,
        .no-gutter .one-third.column,
        .no-gutter .eight.columns,
        .no-gutter .thirteen.columns,
        .no-gutter .three.columns 
        {
          width:100%;
        }

        .extra-padding {
          padding:0;
        }

  		
        #three-buckets {
          padding:10px 0;
        }
     
        #three-buckets > div {
          margin:5px 0;
        }
      
        .no-gutter #shop-collections .one-third.column{
            width:33.333333% !important;
            padding:0;
            margin:0;
        }
      
        #social-feeds #blog-feed, #social-feeds #twitter-feed {
          border:none;  
        }
     
        #social-feeds .row {
          margin-bottom:0px;
        }
      
        #social-feeds .row article {
  			 height:auto;
  			 overflow:hidden;
         margin-bottom:10px;
  		  }
    	
      	#social-feeds > article img {
    			display:block;
    			width:100%;
    			min-width:100%;
    		}
      
        #social-feeds .row > article {
          height:auto;
        }
            
        #filter-by, #sort-by {
        	width:100%;
        }
        
        .sort {
        	clear:both;
        	margin-right: 0;
        	width:100%;
        }
        
        .sort-heading {
        	display: block;
        	clear: both;
        	width: 100%;
        }
        
      	.sort-options {
      		width:100%;
      	}
      
        #filter-by h2 {
        	padding:0;
        }
    
        #shopping-cart-header {display:none;}
      
      	.cart-row:first {border-top:none;}
      
        .sub-total > div, .sub-total input {
          clear:both; 
          margin:0 auto !important;
          text-align:center;
          float:none !important;
          display:block;
        }
      
      	.update-shop {
          text-align:center;
          padding-bottom:10px;
        }
        
        .cart-row h2 {
          margin-top: 20px;
        }
    
        #cartform small {display:block;}
  
        .cart-row .headings .quant { padding-top:10px; }
      
        #cartform .remove {margin-top:8px;}
      
        #website-footer .container > div {padding:0 0 10px 2%}
      
        .credits p {float:left;}
  
        #lens-options .lens-box {
            width:100%;
            float:left;
    		clear:both;
            border-bottom:1px solid #fff;
            padding: 10px;
          
        }
  
        #lens-options .lens-box > div {
        	width:33.333%;
   			float:left; 
  		}
    
    .product-box {margin-top:20px !important;}
  
  	.autoHeight .img-fix {height:auto;}

	body.blog #news-buckets .eight img { width:100%; height:auto; }

	body.blog #news-buckets { background:#222; }
  
}      



/* #Slider
================================================== */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  margin-bottom:0px;
  border-bottom:1px solid #fff;  
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.stl-wrapper .rslides1_tabs {
  display:inline-block;
  text-align:center;
  width:100%;
  margin-bottom:0;
  margin-top:5px;
}

.stl-wrapper .rslides1_tabs li  {
  display:inline-block;
  margin:5px;
}

.stl-wrapper .rslides1_tabs li a {
  display:inline-block;
  width:8px;
  height:8px;
  text-indent:-9999px;
  background:#727272;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius:2px;
}

.stl-wrapper .rslides1_tabs li.rslides_here a {
  background:#f3153a;
}

/* #Magnific Popup CSS 
================================================== */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: black;
  right: 5px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure {
  line-height: 0; 
  background:#fff;
}

.mfp-bottom-bar {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  cursor: auto;
  border-bottom:1px solid #ebebeb;
  padding:14px;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; 
  color:#8b8b8b;
  font-size:14px;
}

.mfp-title strong {
  color:#000;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

#contactFormWrapper input[type="text"],
#contactFormWrapper input[type="telephone"],
#contactFormWrapper input[type="email"],
#contactFormWrapper textarea
{
	width:100%;
}
#twitter-feed p {
    position: absolute;
	color:#fff;
  	padding:0 10px;
  	text-align:center;
  	color:#fff;
  	opacity:1;
  	font-size:14px;
  	text-transform:uppercase;
}

#blog-search-form h3 {
     margin: 0 0 5px 0;
padding: 0 0 5px 0;
border-bottom: double #aaa;
}
#blog-search-form {
    
    background: #f2f2f2;
color: #767676;
   padding: 20px 20px 0px;
margin: 30px 0;
}

/* #Font-Face
================================================== */

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

}

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

}
#news-buckets .img-fix {
    height: 309px !important;
    overflow: hidden;
  /**/
}
.post a:hover {
color: #F3153A;
}

.product-thumb {
  max-width:100%;
}

.product-thumb:hover {
  cursor:pointer;
}
#-spin-studio-active-wrapper {
  padding-bottom:20px;
}
.product-thumb.active:hover {
    cursor: default;
}
.image.product-thumbs {
    float: left;
    width: 115px;
  margin-top:5px;
}

 .share-this * { 
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box; 
        box-sizing: content-box;         
	}
    .share-this > div {
    	padding-right:5px;
    }
    #lens-options .lens-box {
    	border-right:1px solid #fff !important;
    }
    input[type="submit"] {
    	-webkit-appearance: none;
    }
    .lens-box { height:76px; }


:disabled {
  
 background-color:#dddddd;
 
}

.sold-out-btn {
    background-color: gray !important;
}

.sold-out-btn:hover {
    cursor: no-drop;
}

select#ly-languages-switcher {
  display: inline;
  float: left;
  width: 100px;
}
ul.dropdown 
{
  		max-height: 250px;
        overflow-y: auto;
        overflow-x: hidden; 
}
 @media only screen  and (max-device-width : 767px)
   {
     #youtube-image , #youtube-image img { height:auto !important;}
     #blog-feed #blog-image-crop , #blog-feed #blog-image-crop img  { height:auto !important;}
     #twitter-feed p ,#twitter-feed img { top :45%;}
     #youtube-image { height:auto !important;}
     
   }
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 767px) { 
  #youtube-image , #youtube-image img { height:auto !important;}
     #blog-feed #blog-image-crop , #blog-feed #blog-image-crop img  { height:auto !important;}
  #twitter-feed p  { top :45%;}
     #youtube-image { height:auto !important;}
  #twitter-feed img { height:auto !important;}
}