/*removing preview bar*/
.shopify-preview-bar{
 display: none; 
}


/*=====================init setup
====================================*/
@import url(//cdn.shopify.com/s/files/1/0013/0932/t/7/assets/css_reset.css?7851177237385139435);

@font-face {
    font-family:Giles;
	src:url(//cdn.shopify.com/s/files/1/0013/0932/t/7/assets/copperplate.ttf?7851177237385139435) format('truetype');
}
@font-face {font-family: 'NewsGothicBT-Light';src: url('269F3A_0_0.eot');src: url('269F3A_0_0.eot?#iefix') format('embedded-opentype'),url('269F3A_0_0.woff') format('woff'),url('269F3A_0_0.ttf') format('truetype');}
@font-face {font-family: 'NewsGothicBT-Demi';src: url('269F3A_1_0.eot');src: url('269F3A_1_0.eot?#iefix') format('embedded-opentype'),url('269F3A_1_0.woff') format('woff'),url('269F3A_1_0.ttf') format('truetype');}
body {
    color: #404040;
    font: 14px/14px 'NewsGothicBT-Light', sans-serif; 
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	letter-spacing: 1px;
}

*{
 box-sizing: border-box; 
}

h1, h2, h3, h4, h5, h6 {
    color: #404040;
    font-family: 'NewsGothicBT-Demi', sans-serif;
    font-weight: normal; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
	margin: 0;}
p {
	line-height: 1.2em;
	margin: 0 0 12px; }
a {
	color: #404040;
	text-decoration: none;
    -webkit-transition: all 0.3s;  /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s;  /* Firefox 4-15 */
    -o-transition: all 0.3s;  /* Opera 10.5-12.00 */
    transition: all 0.3s;  /* Firefox 16+, Opera 12.50+ */ }
a:hover, a:focus { 
    color: #888; text-decoration: none; }
select {
	font-family: 'NewsGothicBT-Light', sans-serif;
}
input[type="text"],
input[type="button"],
input[type="submit"] { 
	-webkit-appearance: none;
	-webkit-border-radius:0;
	border-radius: 0;
 	border:1px solid #404040;
}
.blk-btn,
button,
input[type="submit"] {
    color: #fff;
	font: 10px/28px H'NewsGothicBT-Light', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px; 
    width: 185px;
    height: 28px;
	padding: 0;
    margin: 0;
	display: inline-block;
	border: solid 1px #404040;
	background-color: #404040;
	cursor: pointer;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-transition: color 0.3s;  /* Safari 3.2+, Chrome */
	-moz-transition: color 0.3s;  /* Firefox 4-15 */
	-o-transition: color 0.3s;  /* Opera */
    transition: color 0.3s;  /* Firefox 16+, Opera 12.50+ */ }
.blk-btn:hover,
button:hover,
input[type="submit"]:hover {
	color: #888; }
.newBtn, button.newBtn {
    width: auto;
    height: auto;
    border: none; }
input.tri-btn {
	background: url(GB_pointRight.svg) no-repeat 0 center;
	background-color: transparent;
	width: 10px;
	height: 17px;
	text-indent: -9999px;
	float: left; 
	border: none;}
.no-svg input.tri-btn {
	background: url(GB_pointRight.png) no-repeat 0 center; }
.disabled span:hover {
    cursor: default; }
/*input.disabled, button.disabled {
	cursor: default;
	background-color: #ddd;
	border: solid 1px #ddd; }
input.disabled:hover, button.disabled:hover {
	color: #fff;
	background-color: #ddd;
	border: solid 1px #ddd; }*/
.wht-btn {
	color: #404040;
	font: 10px/28px H'NewsGothicBT-Light', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2px; 
    width: 185px;
    height: 28px;
	padding: 0;
    margin: 0;
    display: block;
	border: solid 1px #ccc;
	-webkit-transition: all 0.3s;  /* Safari 3.2+, Chrome */
	-moz-transition: all 0.3s;  /* Firefox 4-15 */
	-o-transition: all 0.3s;  /* Opera */
    transition: all 0.3s;  /* Firefox 16+, Opera 12.50+ */ 
}
.wht-btn:hover {
	color: #888;
}

fieldset{
	margin: 0;
  padding: 0;
  border: none;
}

li{
	list-style: none;
  margin: 0;
  padding: 0;
}

ul{ margin: 0; padding: 0;}

button:focus, select:focus, input:focus{
  outline: none;
}

button{
 border: none; 
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
	padding: 0; } 
input:focus {   
	outline: none; }
input[type=search] {    
	-webkit-appearance: none; }
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none; }

.align-middle{
 height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.align-bottom{
 height: 100%;
  display: inline-block;
  vertical-align: bottom;  
}

.clear{
 clear:both;
}

/*================STYLES 
==========================*/

body{
 margin: 0; 
}

/* HEADER*/
#header{
  width: 1240px;
  margin: auto;
}

#header #top-most-bar{
 width: 100%; 
  text-align: right;
  height: 36px;
}

#logo img{
 width: 325px; 
  margin:9px 0 0 0;
}

/* mobile nav*/

#mobile-nav-wrapper{
   display: none;
  position: fixed;
  top: 0;
  left: -80%;
  width: 80%;
  text-align: left;
  height: 100%;
  -webkit-transform:translateZ(2px);
      -moz-transform:translateZ(2px);
      -o-transform:translateZ(2px);
      transform:translateZ(2px);
  z-index: 9999999999;
  }

#mobile-nav-wrapper .burger{
 width: 30px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 10px;
  padding: 5px 0;
  -webkit-transform:translateZ(2px);
      -moz-transform:translateZ(2px);
      -o-transform:translateZ(2px);
      transform:translateZ(2px);
}

#mobile-nav-wrapper .burger .top-bun, #mobile-nav-wrapper .burger .filling, #mobile-nav-wrapper .burger .bottom-bun{
  width: 100%;
  display: block;
  height: 4px;
  background-color: #404040;
  margin: 2px 0;
}

#mobile-nav{
 width: 80%; 
  display: inline-block;
  background-color: #404040;
  height: 100%;
  text-align: center;
}

#mobile-nav ul{
 display: inline-block;
  width: 90%;
  margin: auto;
}

#mobile-nav ul li{
 display: inline-block; 
  white-space: normal;
  width: 100%;
  text-align: left;
}

#mobile-nav ul li a{
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #888;
}

#mobile-nav ul li a:hover{
 color: #888; 
}

#mobile-nav ul li a.active{
  color: #888;
}

#mobile-nav ul li fieldset{
 margin: 20px 0; 
}

#mobile-nav ul li fieldset input{
 background: none;
  color: #fff;
  border: none;
  font-size: 14px;
  padding: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 120px;
  margin-right: 24px;
}

#mobile-nav ul li fieldset ::-webkit-input-placeholder {
   color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

#mobile-nav ul li fieldset :-moz-placeholder { /* Firefox 18- */
   color: #fff;  
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

#mobile-nav ul li fieldset ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff; 
  text-transform: uppercase;
  letter-spacing: 1px; 
  font-size: 14px;
}

#mobile-nav ul li fieldset :-ms-input-placeholder {  
   color: #fff;  
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

#mobile-nav ul li .search-wrapper{
 border: 1px solid #fff;
  margin-bottom: -4px;
  position: relative;
}

#mobile-nav ul li .search-wrapper button{
  height: 15px;
  width: auto;
  background: none;
  border: none;
  position: absolute;
  top: 4px;
  right: 10px;
}

#mobile-nav ul li .search-wrapper button img{
  height: 100%;
  width: auto;
}

/* end mobile nav */
/*END HEADER*/
/*INDEX PAGE*/

#content-wrap .top-img{
 width: 100%;
  height: 60vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 30px;
  display: inline-block;
}


#header #top-most-bar a, #header #top-most-bar span{
 text-transform: uppercase;
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
}

#header #top-most-bar a#signin-link{
 margin-right: 80px; 
}

#header #top-most-bar a#account-link{
 margin-right: 80px; 
}

#header #top-most-bar a#wishlist-link{
 margin-left: 80px;
}

#header #top-most-bar a#signin-link, #header #top-most-bar a#join-link{
 font-size: 12px;
}

#header #second-top-bar{
 width: 100%;
  text-align: left;
  position: relative;
  display: inline-block;
  height: 35px;
}

#header #second-top-bar a#logo{
 display: inline-block;
}

#header #second-top-bar #nav{
 display: inline-block;
  float: right;
  margin-top: 18px;
}

#header #second-top-bar #nav ul{
 display: inline-block;
}

#header #second-top-bar #nav ul li{
 display: inline-block; 
  white-space: normal;
  vertical-align: bottom;
  margin-left: 20px;
  
}

#header #second-top-bar #nav ul li a{
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  font-family: 'NewsGothicBT-Demi', sans-serif;
}

#header #second-top-bar #nav ul li a.active{
  color: #888;
}

#header #second-top-bar #nav ul li fieldset input{
 background: none;
  color: #404040;
  border: none;
  font-size: 13px;
  line-height:21px;
  padding:5px 2px 0 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 120px;
  margin-right: 24px;
  margin-top: -2px;
  font-family: 'NewsGothicBT-Demi', sans-serif;
}
#header #second-top-bar #nav ul li fieldset button img{
 margin:4px 0 0 ;
}

#header #second-top-bar #nav ul li fieldset ::-webkit-input-placeholder {
   color: #404040;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-family: 'NewsGothicBT-Demi', sans-serif;
}

#header #second-top-bar #nav ul li fieldset :-moz-placeholder { /* Firefox 18- */
   color: #404040;  
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  line-height:21px;
  font-family: 'NewsGothicBT-Demi', sans-serif;
}

#header #second-top-bar #nav ul li fieldset ::-moz-placeholder {  /* Firefox 19+ */
   color: #404040; 
  text-transform: uppercase;
  letter-spacing: 1px; 
  font-size: 13px;
  line-height:21px;
  font-family: 'NewsGothicBT-Demi', sans-serif;
}

#header #second-top-bar #nav ul li fieldset :-ms-input-placeholder {  
   color: #404040;  
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  line-height:21px;
  font-family: 'NewsGothicBT-Demi', sans-serif;
}


#header #second-top-bar #nav ul li .search-wrapper{
 border: 1px solid #404040;
  margin-bottom: -4px;
  position: relative;
}

#header #second-top-bar #nav ul li .search-wrapper button{
  height: 12px;
  width: auto;
  background: none;
  border: none;
  position: absolute;
  top: 2px;
  right: 10px;
}

#header #second-top-bar #nav ul li .search-wrapper button img{
  height: 100%;
  width: auto;
}
/*END HEADER*/
/*INDEX PAGE*/

#content-wrap .top-img{
 width: 100%;
  height: 60vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 30px;
  display: inline-block;
}

#page-index h2 {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding-top: 60px;
  margin:0 0 30px 0;
}

/*spotlight content*/

#content-wrap .spotlight-wrapper{
  width: 1240px;
  margin: auto;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

#content-wrap .spotlight-wrapper .slot-1{
  float: left;
  width: 30%;
  height: auto;
  position: relative;
  display: inline-block;
  width: 400px;
}

#content-wrap .spotlight-wrapper .slot-2{
  width: 30%;
  height: auto;
  position: relative;
  display: inline-block;
  margin: auto;
  width: 400px;
}

#content-wrap .spotlight-wrapper .slot-3{
  float: right;
  width: 30%;
  height: auto;
  position: relative;
  display: inline-block;
  width: 400px;
}

#content-wrap .spotlight-wrapper .slot-img{
 width: 100%;
  height: auto;
 -webkit-transition: opacity 0.3s; 
  transition: opacity 0.3s; 
}
#content-wrap .spotlight-wrapper .slot-text{
 width: 80%;
  position: absolute;
  top: 50%;
  left: 10%;
  color: #fff;
  text-transform: uppercase;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  line-height: 20px;
  margin-top: -12px;
  padding:2px 0 0 0;
}
#content-wrap .spotlight-wrapper .slot-text.black {
  color:#404040;
  border-top:2px solid #404040;
  border-bottom: 2px solid #404040;
}

#content-wrap .spotlight-wrapper .slot-link:hover .slot-img{
  opacity: 0.7;
}
/* end spotlight content */
/*spotlight products*/
#content-wrap .spotlight-products-wrapper{
  width: 1240px;
  margin: auto;
  text-align: center; 
  margin-bottom: 60px;
}


#content-wrap .spotlight-products-wrapper .spotlight-product{
 width: 22%;
  display: inline-block;
  text-align: center;
}

#content-wrap .spotlight-products-wrapper .spotlight-product a:hover img{
  /*opacity: 0.7;*/
}

#content-wrap .spotlight-products-wrapper .spotlight-product a:hover, #content-wrap .spotlight-products-wrapper .spotlight-product a:hover span{
 color: #404040;
  opacity: 1;
}

#content-wrap .spotlight-products-wrapper .spotlight-product.product-1{
 float: left; 
}

#content-wrap .spotlight-products-wrapper .spotlight-product.product-2{
  margin-right: 4%;
}

#content-wrap .spotlight-products-wrapper .spotlight-product.product-4{
 float: right; 
}

#content-wrap .spotlight-products-wrapper .spotlight-product img{
  width: 100%;
  height: auto;
 -webkit-transition: opacity 0.3s; 
  transition: opacity 0.3s; 
}

#content-wrap .spotlight-products-wrapper .spotlight-product span{
 width: 100%;
  text-align: center;
  display: inline-block;
  text-transform: none;
  line-height:19px;
}

/*end spotlight products*/
/*END INDEX PAGE*/
/*collection pages*/
/*collection nav*/

.mobile-submenu-header{
 display: none;
  width: 100%;
  text-transform: uppercase;
  position: relative;
  color: #404040;
  cursor: pointer;
  text-align: left;
}

.mobile-submenu-header .plus{
 width: 15px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.mobile-submenu-header .plus .horizontal{
 height: 1px;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #404040;
  display: block;
  width: 15px;
}

.mobile-submenu-header .plus .vertical{
 width: 1px;
  position: absolute;
  top: 0;
  left: 7px;
  background-color: #404040;
  display: block;
  height: 15px;
}

#content-wrap .collection-left-nav .collection-nav li{
 text-align: left; 
  margin-bottom: 10px;
}

#content-wrap .collection-left-nav .collection-nav li a{
  text-transform: uppercase;
  font-size: 13px;
  text-align: left;
}

#content-wrap .collection-left-nav .collection-nav li a.active{
  color: #888;
}

#content-wrap .collection-left-nav .collection-nav .subnav{
 margin-left: 30px; 
  margin-top: 10px;
}

#content-wrap .collection-left-nav .collection-nav .subnav li a{
  text-transform: capitalize;
  font-size: 14px;
  text-align: left;
}

#content-wrap .collection-left-nav .collection-nav .subnav li a span.active{
  color: #888;
}

/*end collection nav*/
#content-wrap .top-collection-img{
 width: 100%;
  height: 24vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 30px;
  display: inline-block;
}

#content-wrap #content{
  width: 1240px;
  margin: auto;
  text-align: center; 
  margin-bottom: 60px; 
}

#content-wrap #content .collection-left-nav{
 float: left;
  position: relative;
  display: inline-block;
  width: 20%;
  margin-top: 60px;
}

.items-container{
  float: right;
  position: relative;
  display: inline-block;
  width: 80%;
  margin:60px -3% 0 -4%;
  text-align:left;
}



.items-container .collection-item{
 width: 25.3333333%;
  display: inline-block;
  float:left;
  margin-bottom: 20px;
  margin:0 4% 4% 4%;
  text-align:center;
  position:relative;
}

.items-container a:hover .item-img, 
.items-container a:hover h3, 
.items-container a:hover h4{
  /*opacity: 0.7;*/
}

.items-container .collection-item .item-img{
 background-position: center center;
  background-size: contain;
 -webkit-transition: opacity 0.3s; 
  transition: opacity 0.3s; 
}

.items-container .collection-item h3, 
#content-wrap #result-items h3{
 padding-top: 10px; 
  text-transform: capitalize;
  font-size: 14px;
  line-height: 19px;
  font-family: 'NewsGothicBT-light', sans-serif;
}

.items-container .collection-item h4, 
#content-wrap #result-items h4 {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  font-family: 'NewsGothicBT-light', sans-serif;
  display:block;
}

.items-container .extra-item-options {
 width: 100%;
  display: inline-block;
  text-align: center;
}

.items-container .extra-item-options .more-colors{
 display: inline-block;
  color: #888;
}

.items-container .customizable-item{
 display: inline-block;
  position: relative;
	vertical-align:bottom;
  width:10px;
  height:18px;
  background-image:url('//cdn.shopify.com/s/files/1/0013/0932/t/7/assets/hammer.svg?7851177237385139435');
    background-size:10px auto;
    background-repeat:no-repeat;
    opacity:.7;
}
.items-container .collection-item a .customize-it-bubble {
  position: absolute;
  top:-12px;
  right:-12px;
  width:100px;
  height:60px;
  background-image:url('//cdn.shopify.com/s/files/1/0013/0932/t/7/assets/customize_me_bubble.png?7851177237385139435');
    background-size:100px auto;
    background-repeat:no-repeat;
    display:block;
    opacity:0;
     -webkit-transition: opacity 0.3s; 
  transition: opacity 0.3s; 
}
.items-container .collection-item a:hover .customize-it-bubble {
  opacity:1;
}



.items-container .customizable-item img{
 width: 14px;
  display:none;
}

/*end collection pages*/
/* individual item page*/
#content-wrap #content{
  width: 1240px;
  margin: auto;
  text-align: center; 
  margin-bottom: 60px; 
}

#content-wrap #content .back-button-wrapper{
  width: 100%;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 20px;
}

#content-wrap #content .back-button-wrapper a{
 color: #888; 
  font-size: 14px;
}

#content-wrap #content .back-button-wrapper span{
 float: right;
  font-size: 14px;
  margin-right: 60%;
 color: #888; 
  cursor: pointer;
}

#content-wrap #content .back-button-wrapper a:hover{
 color: #888; 
}

#content-wrap #content .left-product-column{
  width: 40%;
  float: left;
  position: relative;
  display: block;
}

#content-wrap #content .right-product-column{
  width: 60%;
  float: right;
  padding-left: 15%;
  text-align: left;
  margin-top: 0;
}

/*left column*/
#content-wrap #content .left-product-column #productimages{
  width: 100%;
  cursor: pointer;
}

#content-wrap #content .left-product-column #productimages img{
 width: 100%;
  height: auto;
}
#content-wrap #content .left-product-column .thumb-scroll-wrapper{
  width: 100%;
  position: relative;
  display: inline-block;
  margin-top: 20px;
}

#content-wrap #content .left-product-column .thumbnails-wrapper{
 width: 100%; 
  text-align: left;
  overflow: hidden;
  display: inline-block;
  position: relative;
  
}

#content-wrap #content .left-product-column .thumbnails{
 width: 100%; 
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  
}

#content-wrap #content .left-product-column .thumbnails a.thumb-link{ 
  margin-right: 5%;
  display: inline-block;
 width: 30%; 
}

#content-wrap #content .left-product-column .thumbnails a.thumb-link:hover{ 
  opacity: 0.7;
}

#content-wrap #content .left-product-column .thumbnails a.thumb-link img{
  width: 100%;
}

#content-wrap #content .left-product-column .thumb-scroll-wrapper #thumb-scroll-left, #content-wrap #content .left-product-column .thumb-scroll-wrapper #thumb-scroll-right{
  display: none; 
  position: absolute; 
  height: 100px; 
  width: 30px; 
  top: 0; 
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#content-wrap #content .left-product-column .thumb-scroll-wrapper #thumb-scroll-left:hover, #content-wrap #content .left-product-column .thumb-scroll-wrapper #thumb-scroll-right:hover{
	opacity: 1;  
}

#content-wrap #content .left-product-column .thumb-scroll-wrapper #thumb-scroll-left .arrow, #content-wrap #content .left-product-column .thumb-scroll-wrapper #thumb-scroll-right .arrow{
  width: 30px;
  height: 30px;
  border-top: 1px solid #404040;
  border-right: 1px solid #404040;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  -ms-transform-origin: 50% 50%; /* IE 9 */
  -webkit-transform-origin: 50% 50%; /* Chrome, Safari, Opera */
  transform-origin: 50% 50%;
}

#content-wrap #content .left-product-column .thumb-scroll-wrapper #thumb-scroll-right .arrow{
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

#content-wrap #content .left-product-column .thumb-scroll-wrapper #thumb-scroll-left .arrow{
  -ms-transform: rotate(-135deg); /* IE 9 */
  -webkit-transform: rotate(-135deg); /* Chrome, Safari, Opera */
  transform: rotate(-135deg);
}

#content-wrap #content .left-product-column .thumb-scroll-wrapper #thumb-scroll-left{
  left: -30px;
}

#content-wrap #content .left-product-column .thumb-scroll-wrapper #thumb-scroll-right{
  right: -30px;
}

/*thumbnail scroll arrows*/

/*end thumbnail scroll arrows*/

/*end left column*/
/*right column*/
#content-wrap #content .right-product-column #prodTitle{
 text-transform: capitalize;
  font-size: 24px;
  line-height: 24px;
  width: 100%;
  text-align: left;
  font-family: 'NewsGothicBT-light', sans-serif;
}

#content-wrap #content .right-product-column #price-field{
  font-size: 20px;
  width: 100%;
  text-align: left;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  letter-spacing: 0px;
  margin: 20px 0;
}

#content-wrap #content .right-product-column .variants{
 width: 100%;
  text-align: left;
}

#content-wrap #content .right-product-column .description{
 width: 100%;
  text-align: left;
  line-height: 16px;
}

#content-wrap #content .right-product-column .description p{
  font-size: 14px;
  line-height: 1.4;
  font-family: 'NewsGothicBT-light', sans-serif;
}

#content-wrap #content .right-product-column .variant-select{
  margin-bottom: 20px;
  line-height:16px;
}

#content-wrap #content .right-product-column .variant-select .separator{
 font-size: 14px; 
}

#content-wrap #content .right-product-column .variant-select label > input{
 display: none;
}

#content-wrap #content .right-product-column .variant-select label > input + span{
 cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'NewsGothicBT-light', sans-serif;
  color: #404040;
}

#content-wrap #content .right-product-column .variant-select label > input + span.soldout{
  color: #888;
  cursor: default;
}

#content-wrap #content .right-product-column .variant-select label > input:checked + span{
  color: #404040;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  font-weight: bold;
}

#content-wrap #content .right-product-column #product-variants .jqTransformSelectWrapper{
 	display: none;
}


#content-wrap #content .right-product-column #engraving-message{
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'NewsGothicBT-light', sans-serif;
  font-weight: bolder;
}

#content-wrap #content .right-product-column .shipping-notice{
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 40px;
  font-style: italic;
}

#content-wrap #content .right-product-column .prodShare{
 margin-top: 20px; 
}

#content-wrap #content .right-product-column #addtocart{
 width: 100%; 
}

#content-wrap #content .right-product-column #addtocart #add{
 width: 100%; 
  color: #fff;
  border: none;
  background-color: #404040;
  height: auto;
  padding: 8px;
  text-align: center;
  font-size: 20px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#content-wrap #content .right-product-column #addtocart #add span{
  color: #fff;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  font-size: 20px; 
  cursor: pointer;
}

#content-wrap #content .right-product-column #addtocart #add:hover{
 background-color: #888; 
}

#content-wrap #content .right-product-column #wishlist-link-wrapper{
 width: 100%;
  padding:0;
  text-align: center;
  margin: 5px 0 20px 0;
}

#content-wrap #content .right-product-column #wishlist-link-wrapper a{
 width: 100%; 
  display: inline-block;
  color: #fff;
  border: none;
  background-color: #888;
  height: auto;
  padding: 8px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-family: 'NewsGothicBT-light', sans-serif;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#content-wrap #content .right-product-column #wishlist-link-wrapper a:hover{
 background-color: #404040;
}

#content-wrap #content .right-product-column .prodShare span{
 display: inline-block;
  color: #888;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  font-weight: bold;
}

#content-wrap #content .right-product-column .share-icons-wrapper{
 display: inline-block; 
}

#content-wrap #content .right-product-column .share-icons-wrapper a{
 opacity: 0.4; 
  margin: 0 5px;
}

#content-wrap #content .right-product-column .share-icons-wrapper a:hover{
 opacity: 1; 
}

#content-wrap #content .right-product-column .share-icons-wrapper img{
  width: 16px;
  height: 16px;
}

/*end right column*/
/* image popup */

#content-wrap #full-image-popup{
  display: none; 
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999999;
}

#content-wrap #full-image-popup .full-image-wrapper{
  width: 80%; 
  height: 80%; 
  position: absolute; 
  top: 10%; 
  left: 10%; 
  text-align: center;
  opacity: 0;
  white-space: nowrap;
}

#content-wrap #full-image-popup .full-image-wrapper #full-image{
  max-width: 100%; 
  max-height: 100%; 
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
}

#content-wrap #full-image-popup .full-image-wrapper .full-image-close{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  color: #404040;
  cursor: pointer;
}

/*end image popup*/
/*end individual item page*/

/*cart page*/
#content-wrap #cart-page{
  width: 1240px;
  margin: auto;
  text-align: center; 
  margin-bottom: 60px; 
}

#content-wrap #cart-page #cart{
 width: 100%; 
}

#content-wrap #cart-page #cart .page-title{
 width: 100%;
  text-align: left;
  font-size: 22px;
  line-height: 22px;
  margin-top: 60px;
  margin-bottom: 40px;
}

#content-wrap #content .empty-copy{
 width: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  margin-top: 60px;
  margin-bottom: 40px;
}

#content-wrap #cart-page #cart-continue{
 color: #888;
  font-size: 10px;
  line-height: 10px;
  padding-top: 12px;
  float: right;
}

#content-wrap #cart-page #cart-continue:hover{
 color: #404040;
}

/*left column*/
#content-wrap #cart-page .col-left{
 position: relative;
  display: inline-block;
  width: 60%;
  float: left;
  text-align: left;
  
}

#content-wrap #cart-page .col-left .cart-item{
 width: 100%;
  margin-bottom: 50px;
}

#content-wrap #cart-page .col-left .col-1{
 width: 50%;
  text-align: left;
  display: inline-block;
  float: left;
}

#content-wrap #cart-page .col-left .col-1 img{
 width: 75%; 
}

#content-wrap #cart-page .col-left .col-2{
  width: 50%;
  text-align: left;
  display: inline-block;
  float: right;
  line-height:1.4;
}

#content-wrap #cart-page .col-left .col-2 p{
  font-family: 'NewsGothicBT-Demi', sans-serif;
}
  
#content-wrap #cart-page .col-left .col-2 p.itemcost{
  font-family: 'NewsGothicBT-Demi', sans-serif;
  font-weight: bold;
}

#content-wrap #cart-page .col-left .col-2 p input{
  margin: 0;
  display: inline-block;
  border: none;
  border: 1px solid #404040;
  background: none;
  padding: 2px;
  font-size: 14px;
  width: 20px;
  text-align: center;
  margin-left: 5px;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  font-weight: bold;
}

#content-wrap #cart-page .col-left .col-2 .item-quantity{
 display: inline-block; 
}

#content-wrap #cart-page .col-left .col-2 .update-cart-button{
 border: none;
  background: none;
  width:  auto;
  height: auto;
  text-transform: lowercase;
  color: #888;
  font-size: 10px;
  line-height: 10px;
  margin-left: 30px;
  letter-spacing: 0px;
}

#content-wrap #cart-page .col-left .col-2 .update-cart-button:hover{
  color: #404040;
}

.engrave-text {
  margin:30px 0 10px 0;
}

.engrave-text .label {
 width: auto; 
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: 'NewsGothicBT-Demi', sans-serif;
}
.engrave-text .jqTransformInputWrapper {
  display:inline-block;
  vertical-align:middle;
}
.engrave-text input{
 width: 105px; 
  display: inline-block;
  margin: 0 0 0 20px;
  text-align: left;
  padding:6px 9px;
  font-size:14px;
  color:#404040;
  letter-spacing:2px;
  font-family: 'NewsGothicBT-Demi', sans-serif;
}
.line-items {
  text-transform:uppercase;
	margin:0 0 20px 0;
  font-family: 'NewsGothicBT-Demi', sans-serif;
}
.line-items .label {
	text-transform:none;
}

#content-wrap #cart-page .col-left .col-2 .remove{
 color: #888; 
}

#content-wrap #cart-page .col-left .col-2 .remove:hover{
 color: #404040; 
}

/*right column*/
#content-wrap #cart-page .col-right{
 position: relative;
  display: inline-block;
  width: 30%;
  float: right;
  text-align: left;
}

#content-wrap #cart-page .col-right #subtotal{
  margin-bottom: 20px; 
}

#content-wrap #cart-page .col-right #subtotal span{
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px; 
}

#content-wrap #cart-page .col-right #subtotal-amount span{
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

#content-wrap #cart-page .col-right #subtotal-amount p{
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0px;
  margin-bottom: 20px;
  color: #888;
  display: inline-block;
  width: 100%;
}

#content-wrap #cart-page .col-right .note-wrap{
 width: 100%; 
  margin-bottom: 20px;
  display: inline-block;
}

#content-wrap #cart-page .col-right .note-wrap label{
 width: 100%;
  margin-bottom: 5px;
  display: inline-block;
  font-family: 'NewsGothicBT-Demi', sans-serif;
}

#content-wrap #cart-page .col-right .note-wrap textarea{
 width: 100%; 
  resize: none;
  display: inline-block;
}

#content-wrap #cart-page .col-right #go-checkout input{
  color: #fff;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;  
  width: 100%;
  color: #fff;
  border: none;
  background-color: #404040;
  height: auto;
  padding: 8px;
  text-align: center;
}

#content-wrap #cart-page .col-right #go-checkout input:hover{
  background-color: #888;
}

.additional-checkout-buttons #other-checkout-methods{
 width: 100%;
  text-align: center;
  margin-top: 20px;
}

.additional-checkout-buttons #other-checkout-methods input{
	width: 160px !important;
  background-color: #fff !important;
  display: inline-block;
}

/*end cart page*/
/*about page*/
#content-wrap .top-page-img{
 width: 100%;
  height: 24vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 30px;
  display: inline-block;
}

#content-wrap #page-content{
  width: 1240px;
  margin: auto;
  text-align: center; 
  margin-bottom: 60px; 
}

/*left column*/

#content-wrap #page-content .col-left{
 float: left;
  position: relative;
  display: inline-block;
  width: 25%;
  text-align: left;
  margin-top: 60px;
}
/*nav*/

#content-wrap #page-content .col-left .page-nav li{
 text-align: left; 
  margin-bottom: 30px;
}

#content-wrap #page-content .col-left .page-nav li a{
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
}

#content-wrap #page-content .col-left .page-nav li a.active{
  color: #888;
}

#content-wrap #page-content .col-left .page-nav .subnav{
 margin-left: 30px; 
  margin-top: 10px;
}

#content-wrap #page-content .col-left .page-nav .subnav li a{
  text-transform: capitalize;
  font-size: 14px;
  text-align: left;
}

#content-wrap #page-content .col-left .page-nav .subnav li a span.active{
  color: #888;
}
/*end nav*/

/*end left column*/
/*right column*/
#content-wrap #page-content .col-right{
 float: left;
  position: relative;
  display: inline-block;
  width: 75%;
  max-width: 680px;
  margin-top: 60px;
  text-align: center;
}

.look-books #content-wrap #page-content .col-right{
 max-width: none ; 
}

#content-wrap #page-content .col-right h1{
 width: 100%;
  font-size: 20px;
  line-height: 20px;
  text-align: left;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  text-transform: capitalize;
  margin-bottom: 30px;
  letter-spacing: 0px;
}

#content-wrap #page-content .col-right p{
 margin: 0; 
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  font-family: 'NewsGothicBT-Light', sans-serif;
}

#content-wrap #page-content .col-right img{
 margin: 40px auto; 
  width: 80%;
  display: inline-block;
  /*max-width: 700px;*/
}
/*specific to clasp tutorial*/
#content-wrap #page-content .col-right #tutorial-grid{
  width: 100%;
}

#content-wrap #page-content .col-right #tutorial-grid .grid-3rd{
  width: 28%;
  float: left;
  margin-right: 6%; 
  margin-bottom: 20px;
}

#content-wrap #page-content .col-right #tutorial-grid .grid-3rd.last{
 float: right; 
  margin-right: 0;
}

#content-wrap #page-content .col-right #tutorial-grid p{
 text-align: center; 
  height: 90px;
}

#content-wrap #page-content .col-right #tutorial-grid img{
 border: 1px solid #404040;
}

#content-wrap #page-content .col-right h4{
  text-align: left;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  font-weight: bold;
}


/*specific to contact page*/
#content-wrap #page-content .col-right .contact-page h4{
  text-align: left;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  font-weight: bold;
}

#content-wrap #page-content .col-right .contact-page p{
  margin-bottom: 20px;
}


/* specific to lookbook*/

.look-book #page-content{
 overflow-x: hidden; 
}

.look-book #content-wrap #page-content .col-right{
 max-width: none; 
}

#lookbook-slider.flexslider{
 box-shadow: none;
  border: none;
  border-radius: 0px;
}

#lookbook-slider.flexslider li img{
  border: 2px solid #888;
}

.look-book .flex-direction-nav a:before{
 content: "";
  width: 40px;
  height: 40px;
  border-top: 1px solid #404040;
    border-left: 1px solid #404040;
    transform-origin: center center;
    -ms-transform-origin: center center; /* IE 9 */
    -webkit-transform-origin: center center; /* Chrome, Safari, Opera */
}

.look-book .flex-direction-nav a{
 overflow: visible; 
}

.look-book .flex-direction-nav a.flex-prev:before{
 content: ""; 
  -ms-transform: rotate(-45deg); /* IE 9 */
   -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
   transform: rotate(-45deg);
}

.look-book .flex-direction-nav a.flex-next:before{
 content: ""; 
  -ms-transform: rotate(135deg); /* IE 9 */
   -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
   transform: rotate(135deg);
}

.look-book .flex-control-paging li a{
 background: #888; 
}

.look-book .flex-control-paging li a.flex-active{
 background: #404040; 
}

.look-book .flex-control-paging li a:hover{
 background: #404040; 
}


.look-book .carry-product-copy{
 font-size: 12px !important;
  text-align: right !important;
  width: 100%;
  margin-top: 20px !important;
  display: inline-block;
}

.look-book .carry-product-copy a{
 font-size: 12px !important; 
}

/* end right column*/
/*end about page*/
/*search page*/

#content-wrap #content #search-term{
	width: 100%;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 20px; 
}

#content-wrap #content #search-term h1{
	width: 100%;
  text-align: left;
font-size: 20px;
line-height: 20px;
text-align: left;
font-family: 'NewsGothicBT-Demi', sans-serif;
text-transform: capitalize;
margin-bottom: 30px;
letter-spacing: 0px;
}

#content-wrap #content #bottom-suggest span{
 display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

#content-wrap #content #bottom-suggest a{
 margin: 5px;
}

#content-wrap #content #bottom-suggest a:hover{
 opacity: 0.7;
}

#content-wrap #content #result-items .item-1{
 float: left; 
  margin-right: 4%;
}

#content-wrap #content #result-items .item-2{
  margin-right: 4%;
  float: left;
}

#content-wrap #content #result-items .item-3{
  float: left;
}

#content-wrap #content #result-items .item-4{
 float: right; 
}

#content-wrap #content #result-items .collection-item{
 width: 22%;
  display: inline-block;
  margin-bottom: 20px;
}

#content-wrap #content #result-items a:hover .item-img, #content-wrap #content #result-items a:hover h3, #content-wrap #content #result-items a:hover h4{
  /*opacity: 0.7;*/
}

#content-wrap #content #result-items .collection-item .item-img{
 background-position: center center;
  background-size: contain;
 -webkit-transition: opacity 0.3s; 
  transition: opacity 0.3s; 
}

#content-wrap #content #result-items .collection-item h3{
 padding-top: 10px; 
 -webkit-transition: opacity 0.3s; 
  transition: opacity 0.3s; 
}

#content-wrap #content #result-items .collection-item h4{
 -webkit-transition: opacity 0.3s; 
  transition: opacity 0.3s; 
}
/*end search page*/
/*customer signup popup*/

#customer-signup{
 width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rbg(0,0,0);
  background-color: rgba(0,0,0,0.6);
  z-index: 9999999;
  display: none;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

#customer-signup #customer{
	width: 440px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -220px;
  margin-top: -250px;
  padding: 60px 46px;
}

#customer-signup #customer .page-1{
 /*display: none;*/ 
}

#customer-signup #customer .close-signup{
  position: absolute;
  top: 8px;
  right: 10px;
  font-family: 'NewsGothicBT-light', sans-serif;
  font-size: 14px;
  color: #888;
  cursor: pointer;
}

#customer-signup #customer .close-signup:hover{
 color: #404040; 
}

#customer-signup #customer h1{
 width: 100%;
  display: inline-block;
  text-align: center;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  font-size: 26px;
  margin-bottom: 40px;
  color: #404040;
}

#customer-signup #customer p{
  text-align: center;
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  width: 100%;
  color: #888;
  letter-spacing: 0px;
}

#customer-signup #customer .page-1 .large_form p:nth-child(3){
 margin-bottom: 40px; 
}

#customer-signup #customer .email-step1{
 width: 100%;
  display: inline-block;
  margin-top: 20px;
}

#customer-signup #customer .email-step1 input{
 float: left;
  height: 30px;
  border: 1px solid #888;
  width: 210px;
  padding: 0 5px;
  color: #404040;
}

#customer-signup #customer .email-step1 a{
 float: right;
  line-height: 30px;
  padding: 0 18px;
  text-align: center;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  background-color: #404040;
  border-radius: 3px;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}

#customer-signup #customer .email-step1 a:hover{
  background-color: #888;
}

#customer-signup #customer .p1-errors{
 display: none;
  width: 100%;
  text-align: center;
  font-family: 'NewsGothicBT-light', sans-serif;
  font-weight: bold;
}

#customer-signup #customer .page-2{
 display: none;
}

#customer-signup #customer .page-2 input.large{
 float: left;
  height: 30px;
  border: 1px solid #888;
  width: 100%;
  padding: 0 5px;
  color: #404040;
  margin-bottom: 15px;
}

#customer-signup #customer .page-2 label{
  text-align: left;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  width: 100%;
  color: #404040;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

#customer-signup #customer .page-1 .interests-section{
  margin-bottom: 20px; 
  display: inline-block;
  text-align: center;
}

#customer-signup #customer .page-1 .interests-section .section-label{
  text-align: left;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  width: 100%;
  color: #404040;
  letter-spacing: 0px;
  margin-bottom: 10px;
  text-align: center;
}

#customer-signup #customer .page-1 .interests-section label{
 display: inline-block;
  width: auto;
  margin-right: 20px;
  color: #888;
}

#customer-signup #customer .page-1 .interests-section label:last-child{
 margin-right: 0;
}

#customer-signup #customer .page-1 .interests-section label > input{
 display: none;
}

#customer-signup #customer .page-1 .interests-section label > input + span::before{
 content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 7px;
  display: inline-block;
  border: 1px solid #404040;
  margin-right: 5px;
  margin-bottom: -1px;
}

#customer-signup #customer .page-1 .interests-section label > input:checked + span::before{
  background: #404040;
}

#customer-signup #customer .page-1 label.newsletter-opt{
 color: #888; 
  margin-top: 20px;
  display: inline-block;
}

#customer-signup #customer .page-1 label.newsletter-opt > input{
 display: none;
}

#customer-signup #customer .page-1 label.newsletter-opt > input + span::before{
 content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  display: inline-block;
  border: 1px solid #404040;
  margin-right: 5px;
  margin-bottom: -1px;
}

#customer-signup #customer .page-1 label.newsletter-opt > input:checked + span::before{
  background: #404040;
}

#customer-signup #customer .page-2 .action_bottom{
 position: relative;
  margin-top: 20px;
}

#customer-signup #customer .page-2 button{
 float: right;
  height: 30px;
  padding: 5px 0;
  text-align: center;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  background-color: #404040;
  border-radius: 3px;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#customer-signup #customer .page-2 button:hover{
  background-color: #888;
}

#customer-signup #customer .p2-errors{
 display: none;
  width: 100%;
  text-align: center;
  font-family: 'NewsGothicBT-light', sans-serif;
  font-weight: bold;
}

#customer-signup #customer .page-2 #password{
	margin-bottom: 20px;  
}

/*end customer signup popup*/
/* customer signin popup*/

#customer-login{
 width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rbg(0,0,0);
  background-color: rgba(0,0,0,0.6);
  z-index: 9999999;
  display: none;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

#customer-login #customer{
	width: 440px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -220px;
  margin-top: -250px;
  padding: 60px 58px;
}

#customer-login #customer .close-login{
  position: absolute;
  top: 8px;
  right: 10px;
  font-family: 'NewsGothicBT-light', sans-serif;
  font-size: 14px;
  color: #888;
  cursor: pointer;
}

#customer-login #customer .close-login:hover{
 color: #404040; 
}

#customer-login #customer h1{
 width: 100%;
  display: inline-block;
  text-align: center;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  font-size: 26px;
  margin-bottom: 40px;
  color: #404040;
}

#customer-login #customer input.large{
 float: left;
  height: 30px;
  border: 1px solid #888;
  width: 100%;
  padding: 0 5px;
  color: #404040;
  margin-bottom: 15px;
}

#customer-login #customer label{
  text-align: left;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  width: 100%;
  color: #404040;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

#customer-login #customer #forgot_password{
 margin-bottom: 20px; 
}

#customer-login #customer button{
 float: right;
  height: 30px;
  padding: 5px 0;
  text-align: center;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  background-color: #404040;
  border-radius: 3px;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin-top: 20px;
}

#customer-login #customer button:hover{
  background-color: #888;
}

#customer-login #customer .page-2 button{
  margin-top: 20px;
}

#customer-login #customer .page-1 .p1-errors{
  display: none;
  width: 100%;
  text-align: center;
  font-family: 'NewsGothicBT-light', sans-serif;
  font-weight: bold;
}

#customer-login #customer .page-2 p{
  text-align: center;
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  width: 100%;
  color: #888;
  letter-spacing: 0px;
}

#customer-login #customer .page-2{
 display: none;
}

#customer-login #customer .page-2 .p2-errors{
  display: none;
  width: 100%;
  text-align: center;
  font-family: 'NewsGothicBT-light', sans-serif;
  font-weight: bold;
}
/*end customer signin popup*/
/*customer account pages*/
/*left column*/

#content-wrap #account-page-content{
  width: 1240px;
  margin: auto;
  text-align: center; 
  margin-bottom: 60px; 
}

#content-wrap .account-col-left{
 float: left;
  position: relative;
  display: inline-block;
  width: 25%;
  margin-top: 60px;
  text-align: left;
}
/*nav*/
#content-wrap .account-col-left .account-nav li{
 text-align: left; 
  margin-bottom: 20px;
}

#content-wrap .account-col-left .account-nav li a{
  text-transform: capitalize;
  font-size: 14px;
  text-align: left;
}

#content-wrap .account-col-left .account-nav li a.active{
  color: #888;
}

/*end left column*/
/*right column*/

#content-wrap .account-col-right{
 float: right;
  position: relative;
  display: inline-block;
  width: 75%;
  margin-top: 60px;
  text-align: left;
}

#content-wrap .account-col-right .account-section{
 display: none; 
}

#content-wrap .account-col-right .visible{
 /*display: block;*/ 
}

#content-wrap .account-col-right h1{
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  text-align: left;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  text-transform: capitalize;
  margin-bottom: 40px;
  letter-spacing: 0px;
}

#content-wrap .account-col-right h5{
  font-family: 'NewsGothicBT-Demi', sans-serif;
  font-size: 15px;
}

#content-wrap .account-col-right p{
 font-size: 15px; 
}

/*My Orders*/

#content-wrap .account-col-right .view-orders-table{
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

#content-wrap .account-col-right .view-orders-table th{  
  font-family: 'NewsGothicBT-light', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  padding-bottom: 10px;
}

#content-wrap .account-col-right .view-orders-table td{  
  font-family: 'NewsGothicBT-light', sans-serif;
  font-size: 14px;
  border-top: 1px solid #888;
  padding: 40px 0;
  padding-right: 20px;
  vertical-align: top;
}

#content-wrap .account-col-right .view-orders-table tr td:first-child, #content-wrap .account-col-right .view-orders-table tr td:first-child a, #content-wrap .account-col-right .view-orders-table tr td:first-child span{  
  font-family: 'NewsGothicBT-light', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

#content-wrap .account-col-right .view-orders-table tr td:nth-child(2){
 line-height: 18px; 
  text-transform: capitalize;
}

#content-wrap .account-col-right .view-orders-table tr td:last-child{
  font-family: 'NewsGothicBT-light', sans-serif;
}

#content-wrap .account-col-right .view-orders-table td h2{  
  font-family: 'NewsGothicBT-light', sans-serif;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  text-transform: capitalize;
  letter-spacing: 1px;
}

#content-wrap .account-col-right .view-orders-table td.order-info-cell{
  padding-right: 5%;
}

#content-wrap .account-col-right .view-orders-table td .order-status{
 width: 100%;
  display: inline-block;
  position: relative;
  text-transform: lowercase;
  color: #888;
  padding-top: 5px;
}

#content-wrap .account-col-right .view-orders-table td .ordered-item{
 width: 100%;
  display: inline-block;
  position: relative;
  text-transform: lowercase;
  color: #888;
  padding-left: 25px;
  padding-top: 5px;
}

#content-wrap .account-col-right .view-orders-table td .ordered-item-link:hover span{
  color: #404040;
}

#content-wrap .account-col-right .view-orders-table tr td:first-child span{
 margin-top: 5px;
  word-break: break-word;
}

/*end My Orders*/

/*shipping info*/
#content-wrap .account-col-right .customer-address-wrapper{
  width: 100%;
  padding-right: 30%;
}

#content-wrap .account-col-right .customer-address-wrapper .customer-address{
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 200px;
  height: 150px;
}

#content-wrap .account-col-right .customer-address-wrapper .customer-address h2{
 width: 100%;
  text-transform: capitalize;
  letter-spacing: 1px;
  border-bottom: 1px solid #404040;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  font-size: 15px;
  padding-bottom: 2px;
  margin-bottom: 10px;
}

#content-wrap .account-col-right .customer-address-wrapper .customer-address h2 span{
  float: right;
  text-transform: lowercase;
}

#content-wrap .account-col-right .customer-address-wrapper .customer-address .use-address{
  font-family: 'NewsGothicBT-Demi', sans-serif;
}

#content-wrap .account-col-right .customer-address-wrapper .customer-address .use-address:hover{
  color: #888;
}

#content-wrap .account-col-right .customer-address-wrapper .customer-address .current-address{
 color: #888;
}

#content-wrap .account-col-right #shipping a.add-new-address{
  height: 40px;
  padding: 14px 25px;
  text-align: center;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  background-color: #888;
  border-radius: 2px;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 12px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin-top: 40px;
}

#content-wrap .account-col-right #shipping a.add-new-address:hover{
  background-color: #404040;
}

/* end shipping info*/


/* end right column*/
/*popups*/
/* change password popup*/
#change-password-form{
 width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rbg(0,0,0);
  background-color: rgba(0,0,0,0.6);
  z-index: 9999999;
  /*display: none;*/
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

#change-password-form #change-password-inner{
	width: 440px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -220px;
  margin-top: -250px;
  padding: 60px 58px;
}

#change-password-form #change-password-inner .close{
  position: absolute;
  top: 8px;
  right: 10px;
  font-family: 'NewsGothicBT-light', sans-serif;
  font-size: 14px;
  color: #888;
  cursor: pointer;
}

#change-password-form #change-password-inner .close:hover{
 color: #404040; 
}

#change-password-form #change-password-inner h1{
 width: 100%;
  display: inline-block;
  text-align: center;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  font-size: 26px;
  margin-bottom: 40px;
  color: #404040;
}

#change-password-form #change-password-inner input.large{
 float: left;
  height: 30px;
  border: 1px solid #888;
  width: 100%;
  padding: 0 5px;
  color: #404040;
  margin-bottom: 15px;
}

#change-password-form #change-password-inner label{
  text-align: left;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  width: 100%;
  color: #404040;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

#change-password-form #change-password-inner button{
 float: right;
  height: 30px;
  padding: 5px 0;
  text-align: center;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  background-color: #404040;
  border-radius: 3px;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin-top: 40px;
}

#change-password-form #change-password-inner button:hover{
  background-color: #404040;
}

#change-password-form #change-password-inner .change-password-errors{
  /*display: none;*/
  width: 100%;
  text-align: center;
  font-family: 'NewsGothicBT-light', sans-serif;
  font-weight: bold;
}
/*end change password popup*/
/* add address popup*/
#add-address-form{
 width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rbg(0,0,0);
  background-color: rgba(0,0,0,0.6);
  z-index: 9999999;
  display: none;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

#add-address-form #add-address-inner{
	width: 440px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -220px;
  margin-top: -300px;
  padding: 40px 30px;
}

#add-address-form #add-address-inner .close{
  position: absolute;
  top: 8px;
  right: 10px;
  font-family: 'NewsGothicBT-light', sans-serif;
  font-size: 14px;
  color: #888;
  cursor: pointer;
}

#add-address-form #add-address-inner .close:hover{
 color: #404040; 
}

#add-address-form #add-address-inner h1{
 width: 100%;
  display: inline-block;
  text-align: center;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  font-size: 26px;
  margin-bottom: 40px;
  color: #404040;
}

#add-address-form #add-address-inner input.large{
 float: left;
  height: 30px;
  border: 1px solid #888;
  width: 100%;
  padding: 0 5px;
  color: #404040;
  margin-bottom: 15px;
}

#add-address-form #add-address-inner select.large{
 float: left;
  height: 30px;
  border: 1px solid #888;
  width: 100%;
  padding: 0 5px;
  color: #404040;
  margin-bottom: 15px;
}

#add-address-form #add-address-inner label{
  text-align: left;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  width: 100%;
  color: #404040;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

#add-address-form #add-address-inner .action_bottom{
  width: 100%;
  margin-top: 40px;  
}

#add-address-form #add-address-inner .action_bottom button{
  border: none;
 float: right;
  height: 30px;
  padding: 5px 10px;
  text-align: center;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  background-color: #404040;
  border-radius: 3px;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 12px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 55%;
}

#add-address-form #add-address-inner .action_bottom a{
  border: none;
 float: left;
  height: 30px;
  padding: 10px 10px;
  text-align: center;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  background-color: #888;
  border-radius: 3px;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 30%;
}

#add-address-form #add-address-inner .action_bottom button:hover{
 background-color: #888; 
}



#add-address-form #add-address-inner .action_bottom a:hover{
  background-color: #404040;
}

#add-address-form #add-address-inner .input-left{
 float: left;
  width: 45%;
}

#add-address-form #add-address-inner .input-right{
 float: right;
  width: 45%;
}

#add-address-form #add-address-inner label.default-address > input{
 display: none;
}

#add-address-form #add-address-inner label.default-address > input + span::before{
 content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #404040;
  margin-right: 5px;
  margin-bottom: -1px;
}

#add-address-form #add-address-inner label.default-address > input:checked + span::before{
  background: #404040;
}

#add-address-inner .address-form-errors{
  display: none;
  width: 100%;
  text-align: center;
  font-family: 'NewsGothicBT-light', sans-serif;
  font-weight: bold;
}

/* end add address popup*/
/*end popups*/
/*end customer account pages*/
/* reset account page*/


.reset-password{
 width: 100%;
  text-align: center;
  position: relative;
}

.reset-password .reset-password-inner{
	width: 440px;
  background-color: #fff;
  position: relative;
  margin: auto;
  margin-top: 40px;
  display: inline-block;
  padding: 40px 30px;
}

.reset-password .reset-password-inner h1{
 width: 100%;
  display: inline-block;
  text-align: center;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  font-size: 26px;
  margin-bottom: 40px;
  color: #404040;
  line-height: 26px;
}

.reset-password .reset-password-inner input.large{
 float: left;
  height: 30px;
  border: 1px solid #888;
  width: 100%;
  padding: 0 5px;
  color: #404040;
  margin-bottom: 15px;
}

.reset-password .reset-password-inner select.large{
 float: left;
  height: 30px;
  border: 1px solid #888;
  width: 100%;
  padding: 0 5px;
  color: #404040;
  margin-bottom: 15px;
}

.reset-password .reset-password-inner label{
  text-align: left;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  width: 100%;
  color: #404040;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

.reset-password .reset-password-inner .action_bottom{
  width: 100%;
  margin-top: 40px;  
}

.reset-password .reset-password-inner .action_bottom button{
  border: none;
 float: right;
  height: 30px;
  padding: 5px 10px;
  text-align: center;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  background-color: #404040;
  border-radius: 3px;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 12px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 55%;
}

.reset-password .reset-password-inner .action_bottom button:hover{
 background-color: #888; 
}



.reset-password .reset-password-inner .reset-form-errors{
  display: none;
  width: 100%;
  text-align: center;
  font-family: 'NewsGothicBT-light', sans-serif;
  font-weight: bold;
}
/*end reset account page*/
/*Wishlist Page*/
#content-wrap #wishlist-page{
  width: 1240px;
  margin: auto;
  text-align: center; 
  margin-bottom: 60px; 
}

#content-wrap #wishlist-page #wishlist{
 width: 100%; 
}

#content-wrap #wishlist-page #wishlist .page-title{
 width: 100%;
  text-align: left;
  font-size: 22px;
  line-height: 22px;
  margin-top: 60px;
  margin-bottom: 40px;
}

#content-wrap #content .empty-copy{
 width: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  margin-top: 60px;
  margin-bottom: 40px;
}

#content-wrap #wishlist-page #wishlist-continue{
 color: #888;
  font-size: 10px;
  line-height: 10px;
  padding-top: 12px;
  float: right;
}

#content-wrap #wishlist-page #wishlist-continue:hover{
 color: #404040;
}

/*left column*/
#content-wrap #wishlist-page .col-left{
 position: relative;
  display: inline-block;
  width: 60%;
  float: left;
  text-align: left;
  
}

#content-wrap #wishlist-page .col-left .wishlist-item{
 width: 100%;
  margin-bottom: 50px;
  display: inline-block;
  position: relative;
}

#content-wrap #wishlist-page .col-left .col-1{
 width: 50%;
  text-align: left;
  display: inline-block;
  float: left;
}

#content-wrap #wishlist-page .col-left .col-1 img{
 width: 75%; 
}

#content-wrap #wishlist-page .col-left .col-2{
 width: 50%;
  text-align: left;
  display: inline-block;
  float: right;
}

#content-wrap #wishlist-page .col-left .col-2 h3{
  line-height: 18px;
  margin-bottom: 10px;
}

#content-wrap #wishlist-page .col-left .col-2 p{
  font-family: 'NewsGothicBT-Demi', sans-serif;
  margin: 0;
  padding: 0;
}
  
#content-wrap #wishlist-page .col-left .col-2 p.itemcost{
  font-family: 'NewsGothicBT-Demi', sans-serif;
  font-weight: bold;
}

#content-wrap #wishlist-page .col-left .col-2 p input{
  margin: 0;
  display: inline-block;
  border: none;
  border: 1px solid #404040;
  background: none;
  padding: 2px;
  font-size: 14px;
  width: 20px;
  text-align: center;
  margin-left: 5px;
  font-family: 'NewsGothicBT-Demi', sans-serif;
  font-weight: bold;
}

#content-wrap #wishlist-page .col-left .col-2 form input{
 width: 100%; 
  border: none;
}

#content-wrap #wishlist-page .col-left .col-2 form input:hover{
 background-color: #888;
  color: #fff;
}

#content-wrap #wishlist-page .col-left .col-2 button{
 color: #888;
  background: none;
  text-transform: none;
  width: auto;
  height: auto;
  font: 14px/14px 'NewsGothicBT-Light', sans-serif;
  letter-spacing: 1px;
}

#content-wrap #wishlist-page .col-left .col-2 button:hover{
 color: #404040; 
}
/*End Wishlist Page*/

/*Customize Page*/
#page-pagecustomize #content-wrap #content .col-right {
  max-width:9999em;
  width:80%;
  float:right;
  padding:0 0 90px 0;
  margin:60px 0 0 0;
  text-align:left;
  position:relative;
}
@media screen and (max-width:600px) {
  #page-pagecustomize #content-wrap #content .col-right {
    float:none;
    margin:60px auto;
  }
}
#page-pagecustomize #content-wrap #content .col-right .customize-me-anvil {
  background-image: url('//cdn.shopify.com/s/files/1/0013/0932/t/7/assets/customize_me_anvil.png?7851177237385139435');
  background-size:320px auto;
  width:320px;
  height:280px;
  position:absolute;
  background-repeat:no-repeat;
  right:0;
  top:-20px;
}
@media screen and (max-width:1100px) {
  #page-pagecustomize #content-wrap #content .col-right .customize-me-anvil {
    background-image: url('//cdn.shopify.com/s/files/1/0013/0932/t/7/assets/customize_me_anvil.png?7851177237385139435');
    background-size:240px auto;
    width:240px;
    height:210px;
    position:absolute;
    background-repeat:no-repeat;
    right:0;
    top:-20px;
  }
}

#page-pagecustomize #content-wrap #content .col-right h2 {
  text-transform:uppercase;
  font-size:14px;
  border-top:1px solid #404040;
  border-bottom:1px solid #404040;
  display:inline-block;
  padding:6px 30px 5px 0;
}
#page-pagecustomize #content-wrap #content .col-right .section {
  max-width:60%;
}
@media screen and (max-width:880px) {
  #page-pagecustomize #content-wrap #content .col-right .customize-me-anvil {
   	background-image: url('//cdn.shopify.com/s/files/1/0013/0932/t/7/assets/customize_me_anvil.png?7851177237385139435');
    background-size:120px auto;
    width:120px;
    height:100px;
    position:absolute;
    background-repeat:no-repeat;
    right:0;
    top:-40px;
  }
  #page-pagecustomize #content-wrap #content .col-right .section {
    max-width:680px;
  }
}
#page-pagecustomize #content-wrap #content .col-right .byline {
  display:block;
  margin:8px 0 0 0;
}
#page-pagecustomize #content-wrap #content .col-right .section-copy {
  display:block;
  margin:25px 0 25px 0;
}
#page-pagecustomize #content-wrap #content .col-right a.image-wrap-link {
  display:block;
  margin:0 0 60px 0;
  text-transform:uppercase;
}
#page-pagecustomize #content-wrap #content .col-right img {
  display:block;
  margin:12px 25px 0 0;
  width:100%;
}

/*Why We Wear It Page*/
#page-pagewhy-we-wear-it #content-wrap #content .col-right {
  max-width:9999em;
  width:80%;
  float:right;
  padding:0 0 90px 0;
}
#page-pagewhy-we-wear-it .image-grid {
  text-align:center;
  margin: 0 -1%;
}
#page-pagewhy-we-wear-it .image-grid > li {
 width:32.333333333%;
  display:inline-block;
  float:left;
  margin:0 .5% 1% .5%;
  
}
#page-pagewhy-we-wear-it .image-grid > li > a {
	width:100%;
    display:block;
  padding:0;
  position:relative;
}
#page-pagewhy-we-wear-it #content-wrap #content .image-grid li a .image {
	height:100%;
  overflow:hidden;
}

#page-pagewhy-we-wear-it #content-wrap #content .image-grid li a .image img {
	width:100%;
    margin:0;
}

#page-pagewhy-we-wear-it #content-wrap #content .image-grid li a .overlay {
	position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  width:100%;
  height:100%;
  background:rgba(255,255,255,.8);
  -webkit-transition: opacity 0.3s;  /* Safari 3.2+, Chrome */
	-moz-transition: opacity 0.3s;  /* Firefox 4-15 */
	-o-transition: opacity 0.3s;  /* Opera */
    transition: opacity 0.3s;  /* Firefox 16+, Opera 12.50+ */ 
  opacity:0;
}


#page-pagewhy-we-wear-it #content-wrap #content .image-grid li a:hover .overlay {
  opacity:1;
}
#page-pagewhy-we-wear-it #content-wrap #content .image-grid li a .overlay p {
	text-align:center;
  padding:20px;
  line-height:18px;
  vertical-align:middle;
  color:#404040;
  position: absolute;
	left: 0;
	top: 50%;
  -webkit-transform: translateY( -50% );
	-moz-transform: translateY( -50% );
	-ms-transform:translateY( -50% );
	-o-transform:translateY( -50% );
	transform: translateY( -50% );
}	

#page-pagewhy-we-wear-it #content-wrap #content .image-grid li a .overlay p strong {
	display:block;
  margin:12px 0 0 0;
}	

#page-pagewhy-we-wear-it .intro-copy {
  text-align:center;
}
#page-pagewhy-we-wear-it h2 {
  font-size:19px;
  text-transform:uppercase;
  text-align:center;
  width:60%;
  padding:24px 0 22px 0;
  border-top:1px solid #404040;
  border-bottom: 1px solid #404040;
  margin:60px auto 60px auto;
  line-height:1.6;
}
#page-pagewhy-we-wear-it h2 span {
  font-size:14px;
  display:block;
  text-transform:none;
  text-align:center;
  margin:10px auto 0 auto;
  font-weight:200;
  font-family: "NewsGothicBT-Light",sans-serif;
}
#page-pagewhy-we-wear-it .choose-your-own h2 {

  margin:120px auto 0 auto;
}
#page-pagewhy-we-wear-it .intro-copy h3 {
  font-size:16px;
  text-transform:none;
  line-height: 21px;
  font-weight:200;
  text-align:center;
  width:75%;
  margin:0 auto 36px auto;
}

#page-pagewhy-we-wear-it .intro-copy p {
  padding:0 40px 0 0;
  margin:0 0 90px 0;
  line-height:18px;
  text-align:center;
}

#page-pagewhy-we-wear-it .items-container {
	width:auto;
}


@media screen and ( max-width: 1280px ) {
  #page-pagewhy-we-wear-it .image-grid > li {
 	width:48%;
  
	}
}

@media screen and ( max-width: 880px ) {
  #page-pagewhy-we-wear-it .image-grid > li {
 	width:98%;
  
	}
}

@media screen and ( max-width: 600px ) {
  #page-pagewhy-we-wear-it #content-wrap #content .col-right {
 	width:90%;
    float:none;
    margin:0 auto;
    
  }
  #page-pagewhy-we-wear-it h2 {
    border-bottom: 1px solid #404040;
    border-top: 1px solid #404040;
    font-size: 19px;
    margin: 60px auto;
    padding: 24px 0 22px;
    text-align: center;
    text-transform: uppercase;
    width: 90%;
  }
  #page-pagewhy-we-wear-it .intro-copy p {
    line-height: 18px;
    margin: 0 0 90px;
    padding: 0 40px;
    text-align: center;
  }
  #page-pagewhy-we-wear-it #content-wrap #content .image-grid li a .overlay {
	position:relative;
    top:auto;
    left:auto;
    bottom:auto;
    right:auto;
    width:100%;
    height:auto;
    background:none;
	opacity:1;
    margin:0 0 24px 0;
    
  }
  #page-pagewhy-we-wear-it #content-wrap #content .image-grid li a .overlay p {
    color: #404040;
    left: auto;
    line-height: 18px;
    padding: 20px;
    position: relative;
    text-align: center;
    top: auto;
    transform: none;
    vertical-align: middle;
  }
  
}