/* Scrolling issue */
html { overflow: auto; }
body { position: relative; }


html, body {
	height: auto !important;
  	overflow-x: hidden;
}


/* Misc */

#collection .left-sidebar ul li.selected a {
    max-width: 128px;
}

.form-option-container {
  width: 544px;
  margin: 0 auto;
}

/* Slideshow */

a.slidesjs-next span {
  background:url(next.png);
  width:45px;
}

a.slidesjs-next:hover span {
  background:url(next.png);
  width:45px;
}

a.slidesjs-previous span {
  background:url(prev.png);
  width:45px;
}

a.slidesjs-previous:hover span {
  background:url(prev.png);
  width:45px;
}

.slidesjs-navigation { display: block; } 

/* Seach */

#search .product {
  width: 260px;
}

#search { 
  padding: 30px;
}

/* Product Page Slide Thumbnails */

.bxslider { margin: 0; height: 100%; max-height: 100%; }


.bx-wrapper .bx-viewport {
  border: 0;
  left: 0;
  max-height: 548px;
}

.bxslider img {
  	max-height: 100%;
  	margin: 0 auto;
}

.bx-controls-direction {
 	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  	display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  	flex-direction: row;
  	-webkit-flex-direction: row;
  	align-content: center;
  	-webkit-align-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.arrow {
	opacity: 0;
    transition: opacity .5s ease-out;
  	-moz-transition: opacity .5s ease-out;
 	-webkit-transition: opacity .5s ease-out;
}

.bx-wrapper:hover .arrow { 
   opacity: 1;
   transition: opacity .5s ease-in;
   -moz-transition: opacity .5s ease-in;
   -webkit-transition: opacity .5s ease-in;
}
.bx-wrapper:hover .arrow:hover, .bx-wrapper:hover .arrow:hover {
   opacity: 1.2;
   transition: opacity .5s ease-in;
   -moz-transition: opacity .5s ease-in;
   -webkit-transition: opacity .5s ease-in;
}

.bx-wrapper .bx-controls-direction a img {
  	display: block;
	width: 35px;
}

.bx-prev {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-content: center;
    -webkit-align-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: 1.5%; 
    height: inherit;
    width: 35% !important ; 
}
.bx-next { 
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  	flex-direction: row;
  	-webkit-flex-direction: row;
  	align-content: center;
  	-webkit-align-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-right: 1.5%; 
    height: inherit;
    width: 35% !important;
}


#product .owl-theme .owl-controls {
 display: none;  
}

#slide-viewport { 
    height: 125px;
    width: 778px;
}

#thumb-slider { 
    top: 6px;
}

.thumbs-main-container .slide-counter {
    margin-right: 59px;
    margin-top: -3px;
}

#product .navi-title {
    margin-top: -35px;
}

/* Search */

#search-pop-btn {
    margin-right: 15px !important;
}

.header .search-pop { 
    width: 201px;
    margin-top: -8px;
}

.header .search-pop #go {
    margin-left: -4px;
}

/* Collections Menu */

body.homepage .header .collections-menu { 
    margin-left: 240px !important;
}

.header .collections-menu {
    margin-left: 150px;
}

/* Pagination */

.pagination { 
    margin: 30px;
}

/* Collection Landing Page */

#men-landing-page .styles-filter ul li a,
#women-landing-page .styles-filter ul li a,
#men-landing-page .types-filter ul li a,
#women-landing-page .types-filter ul li a { 
    display: block; 
}

/* Sitemap */

#sitemap .details {
  padding: 30px;
}

#sitemap .row { 
  margin: 0;
}

#sitemap hr {
  width: 94%;
  border: 1px solid #efefef;
  background: transparent;
  display: block;
  float: left;
  margin: 0px 0;
}

#sitemap h1 {
  margin: 0;
  padding: 0;
}

#sitemap h4 {
  padding-top: 5px;
}

#sitemap h5 {
  text-decoration: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #777;
}

#sitemap strong {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}

#sitemap ul {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#sitemap ul li {
  margin: 0;
  padding: 0;
}

#sitemap ul li ul {
  margin-left: 15px;
}

/* Gift Cards */

.gift-card-page.common-page-container select { 
    font-family: "proxima-nova", sans-serif;
}

/* Common Page */

.sidebar-common { display: none !important; }
.container.common-page-container { padding: 0 !important; } 
.common-page { padding: 60px !important; } 
.common-page .span8 { width: 100%; } 
.page-common-content { width: 100%; }

/* Temporary */

.row.products .span3 { 
  text-align: center;
  width: 245px;
}

.row.products .span3 span {
  margin-top: -40px;
  display: block;
}

/* Hidden Footer */

/* body.homepage {
 min-height: 0; 
}

body.homepage .footer {
  min-height: 0;
}

.footer.template-index {
 display: none; 
}

#show-footer {
    background: #000000;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    font-style: italic;
    height: 60px;
    padding: 22px;
    text-align: right;
    width: 100%;
}

#show-footer:hover {
  background: #444444;  
} */

/* Complimentary Items */

.recommendations-group .span3 {
  width: 240px;
}

/* Contact Form Icons */

.form-row { 
  position: relative;
}

.form-row #contactFormMessage { 
  font-size: 14px;
  font-family: "Times", serif;
}

.form-row #contactFormEmail,
.form-row #contactFormFirstName,
.form-row #contactFormLastName {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  color: #555;
  font-size: 10px;
  letter-spacing: 1px;
 }

.form-row #contactFormEmail {
  text-indent: 30px;
}

.form-row #contactFormFirstName,
.form-row #contactFormLastName {
  text-indent: 30px;
}

.form-row span.first-name,
.form-row span.last-name {
  position: absolute;
}

.form-row span.first-name img,
.form-row span.last-name img {
  width: 12px;
}

.form-row span.email{
  position: absolute;
  left: 11px;
  top: 11px;
}

.form-row span.email img {
  width: 18px;
}

.form-row span.first-name {
  left: 14px;
  top: 13px;
}

.form-row span.last-name {
  left: 291px;
  top: 13px;
}

/* desktop only changes - brandt */
/* body {
  height: 100%;
} */

#product .product-specifications .p-slst-content .description,
#product .product-specifications .p-slst-content .desktop-techspecs {
    text-transform: none;
}

#home-footer {
/*   min-height: 30px; */
/*   height: 30%; */
  background-color: #000;
}

#home-footer a {
  text-decoration: none;
  color: #808080;
  font-size: 11px;
}

#home-footer .span2{
  text-align: center;
  margin: 0 0px;
  width: 16.66%;
}

#home-footer .span2.first{
  text-align: left;
}

#home-footer .span2.last{
  text-align: right;
}

#home-footer .row{
  background-color: #000;
  min-height: 30px;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 60px;
  margin-left: 60px;
}

.footer-bottom-men ul li,
.footer-bottom-women ul li {
    padding: 0;
    font-size: 10px;
    border-bottom: none;
    line-height: 1.3;
}

.footer-bottom-explore ul li,
.footer-bottom-store ul li,
.footer-bottom-info ul li {
  padding: 0;
    font-size: 10px;
}

.footer-bottom-men h3,
.footer-bottom-women h3,
.footer-bottom-explore h3,
.footer-bottom-store h3,
.footer-bottom-info h3 {
    padding-top:  10px;
    font-size: 10px;
}

.footer-bottom-men ul, 
.footer-bottom-women ul { 
  min-height: 1px;
}

.product-top-container.product-desktop-view {
  position: relative;
  top: 0;
  left: 0;
}

#view-fullscreen {
    bottom: 0;
    display: block;
    height: 19px;
    position: absolute;
    right: 0;
    width: 21px;
}

.mfp-figure:after {
 background: #FFFFFF !important; 
}

.learn-more {
    border-bottom: 1px solid #9C9C9C;
    display: block;
    height: 20px;
    left: 0;
    margin-bottom: 20px;
    position: relative;
    top: 0;
  	width: 100%;
}

.learn-more.mobile-version {
   display: none; 
  }

.learn-more span {
    background: #FFFFFF;
    display: inline-block;
    left: 50%;
    margin-left: -56px;
    padding: 0 12px;
    position: absolute;
    top: 10px;
}

.learn-more.open span {
	margin-left: -75px;
}

@media only screen and (max-width: 800px) {
  
  #home-footer {
  min-height: 350px;
  /* height: 30%; */
  background-color: #000;
  }
  
  #home-footer a {
    text-decoration: none;
    color: #808080;
    font-size: 12px;
  }

  #home-footer .span2{
    text-align: left;
    margin: 0 0px;
    width: 100%;
    display: none;
  }

  #home-footer .span2.first{
    text-align: left;
  }

  #home-footer .span2.last{
    text-align: left;
  }
  
 .learn-more {
	display: none;
 }
  
  .learn-more.mobile-version {
   display: block; 
  }
}


.product-content .description {
    font-size: 16px;
    line-height: 24px;
}

#product .title {
    padding: 10px;
}

#product #breadcrumb {
    top: -64px;
}

#product #price-preview {
    top: -67px;
}

#product .size-options-0 td a {
    font-size: 16px;
    height: 25px;
    line-height: 26px;
}

/* #product .purchase-section {
    margin-top: 35px;
    margin-bottom: 20px;
} */

/* #product .purchase {
  display:inline-block;
} */

/*
li {
     text-transform: uppercase; 
}
*/
/* removed
#product .row {
    padding-bottom: 40px;
}
*/

#product .social a {
    margin: 0 0px;
}

#cart {
  /* remove padding: 160px; */
    padding-top: 0px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
}

#cart .remove {
    padding-right:  20px;
}


#cartform .continue-shopping {
    float: right;
    margin-top: 10px;
    padding: 0 25px;
    background-color: #2e2f2d;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}


#check-out {
  clear: both; 
}

#product .product-options .outofstock.disabled:after {
    top: 13px;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    width: 50px;
}

.women-collection #collection .left-sidebar ul li.selected,
.women-collection #collection .left-sidebar ul li:hover
{ background: transparent; } 

/* ********* mens landing start ********** */


#men-landing-page .types-filter h2 {
    font-size: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #777;
}

#men-landing-page .types-filter ul {
    padding-top: 7px;

}

#men-landing-page .types-filter ul li {
    padding: 2px 0;
    border-bottom: none;
}

#men-landing-page .styles-filter h2 {
    font-size: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #777;
}

#men-landing-page .styles-filter ul {
    padding-top: 7px;

}

#men-landing-page .styles-filter ul li {
    padding: 2px 0;
    border-bottom: none;
}



/* ********* mens landing end *********** */

/* ********* womens landing start ********* */

/* left side */

#women-landing-page .styles-filter h2 {
    font-size: 15px;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

#women-landing-page .styles-filter ul {
    padding-top: 7px;
}

#women-landing-page .styles-filter ul li {
    padding: 2px 0;
    border-bottom: none;
}

/* right side */

#women-landing-page .types-filter h2 {
    font-size: 15px;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

#women-landing-page .types-filter ul {
    padding-top: 7px;
}

#women-landing-page .types-filter ul li {
    padding: 2px 0;
    border-bottom: none;
}

/*#women-landing-page #collection {
    border-bottom: 1px solid #CBCBCB;
}*/
#women-landing-page .collection-main-list {
    padding: 32px 60px;
}

/* ********* womens landing end ********* */

#collection .featured-products-main {
    margin: 0px;
}

.header .collections-menu a {
    font-size: 13px;
}

.header-logo {
  width: 250px;
}

.header-right {
  margin-top: 6px;
}

.cart-nitems {
  right: -16px;
  top: -19px;
}

.footer {
  min-height: 90px;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 21px;
}

body.homepage .footer {
  min-height: 90px;
}

.footer .container {
    padding: 10px 0px 60px 60px;
}

.footer .newsletter {
    float: right;
    padding-top:  0px;
    padding-right: 60px;
}

.footer-bottom-left {
    margin-left:  60px;
    margin-top: 5px;
}

.women-collection .footer-bottom-left ul li,
.women-collection .footer-bottom-right ul li {
    border-bottom: none;
}

.row {
    margin: 0 0 0 0;
}


.product .details,
.recommendations-product .details {
/*     top: 220px; */
}

#collection .collection-color-picker,
#recommendations .collection-color-picker {
    padding: 1px 0;
}

#recommendations {
  margin-top: 60px;
}

#recommendations h3.collection-title {
  width: 300px;
  background-color: #fff;
  margin: -21px auto 30px auto;
  text-align: center;
  color: #000;
}

.color-options-0 .swatch-element a {
    border: 2px solid white;
}

.color-options-0 .swatch-element a:hover {
    height: 23px;
    width: 57px;
    border: none;
}

.color-options-0 .swatch-element a.selected {
    height: 23px;
    width: 57px;
    border: none;
}

#product .product-specifications .p-slst .active a {
    border-bottom: none;
  border-top: 1px solid #ccc;
}

#product .product-specifications .p-slst li a {
    border-bottom: 1px solid #808080;
}

#product .product-specifications .p-slst li {
    display: inline-block;
    border: none;
    border-left: 1px solid #ccc;
}

#product .social {
    text-align: left;
/*   margin-top: 55px; */
}

/* Small Desktop / Landscape iPad */

@media only screen and (min-width: 1024px) and (max-width: 1116px) {
  div.products {
  	margin-left: 10px;
  }
  
  .footer-bottom-left {
      margin-left:  40px;
  }
  
  #home-footer .row{
    margin-right: 40px;
    margin-left: 40px;
  }
  
  .header-right {
    margin-right: 40px;
  }

}

/* Tablet ---------------------- */

@media only screen and (min-width: 630px) and (max-width: 1024px) {

  .footer-bottom-left {
      margin-left: 40px;
      margin-top: 0;
  }

  .footer-bottom-left,
  .footer-bottom-right { 
    width: 49%;
    max-width: 49%;
  }
  
  .product .details,
  .recommendations-product .details {
/*       top: -10px; */
  }
  
  #home-footer .row{
    margin-right: 40px;
    margin-left: 40px;
  }
  
  .header-right {
    margin-right: 40px;
  }

}

/* Mobile ---------------------- */

@media only screen and (max-width: 630px) {
  .footer .newsletter {
      width: 100%;
      float: center;
      padding-top:  10px;
      padding-right: 0px;
  }

  #product .product-options .outofstock.disabled:after {
    margin-left: 20px;
    top: 16px;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    width: 110px;
  }

  #product .size-options-0 td {
    width: 33%;
  }
  
  #product .size-options-0 td a {
    font-size: 16px;
    height: 25px;
    line-height: 16px;
  }

  .product .details,
  .recommendations-product .details {
/*       top: -10px; */
  }
  
  .header-logo {
  	width: auto;
  }
  
}

html, body{
  height:100%;

}

body.homepage {
    background-color: black;
}

/* Complentary Items */

.recommendations-group .span3.tall img { 
  display: block;
  margin-bottom: -35px;
  margin-top: -30px;
}

#recommendations {
  padding-bottom: 30px;
}

#recommendations .recommendations-group .row {
  margin-left: 17px;
}

#recommendations .recommendations-group .row.hidden-mobile {
  margin-left: 0 !important;
}

.recommendations-group .span3 {
  max-width: 237px !important;
  width: 21.75% !important;
}

/* Size Chart Modal & Size Chart */

.a-modal { display: none; } 

#product .product-options .chart {
  padding: 9px 26px;
  	padding-top: none;
    height: 46px;
    width: 90px;
    font-size: 11px;
    border: 1px solid #CCCCCC;
    display: inline-block;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.size-options { 
 float: left;
 width: 324px;
}

.a-modal { 
  position: absolute;
  background-color: #000;
  padding: 8px 8px 4px 8px;
  left: 9%;
  top: 38%;
  z-index: 9999;
}

.a-modal a.close { 
  position: absolute;
  display: block;
  z-index: 1000000;
  font-size: 40px;
  top: 1%;
  right: 1%;
  display: none;
}

.a-modal-content { 
  position: relative;
}

.a-modal-overlay{
  position: absolute;
  display: none;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0,0,0,0.8);
}

#collection_summary{
  text-transform: none;
  color: #808080;
  font-size: 11px;
  line-height: 1.5;
  margin-top: -10px;
}

div#follow.socialpage {
  background-color: white;
text-align: center;
padding-top: 5px;
}

.subscribe-page input[type="text"] {
    font-size: 12px;
}

div.alert.alert-success h2{
 color: #FFF; 
}

#collection .left-sidebar .collection-info h2 {
    font-size: 17px;
}

#product .product-specifications ul li {
    text-transform:  none;
}

.women-collection #collection .left-sidebar .collection-info #collection_summary {
    margin-top: 0px;
}

.women-collection #collection .left-sidebar ul li.selected a,
.women-collection #collection .left-sidebar ul li:hover a {
    color: #ddd;
}

#collection .left-sidebar ul li.selected a {
    color: #ddd;
}
.page-common-content p {
    font-size: 12px;
    line-height: none;
    font-family: "proxima-nova", sans-serif;
}

@media only screen and (min-width: 1024px) {
  #collection .products {
      width: 75%;
      margin-bottom: 20px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1024px) {
  #collection .products {
      width: 69%;
  }
}

@media only screen and (min-width: 800px) and (max-width: 965px) {
  
  #collection .products {
    width: 62%;
    min-height: 0px;
  }
  
}

#men-landing-page .featured-items {
  padding-left: 60px;
  border-bottom: 1px solid #333;
}

#men-landing-page .featured-items h2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin-right: 0px;
  margin-bottom: 0px;
  word-spacing: 4px;
  letter-spacing: 1px;
  font-size: 15px;
  padding-bottom: 5px;

}

#women-landing-page .featured-items {
  padding-left: 60px;
}

#women-landing-page .featured-items h2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin-right: 0px;
  margin-bottom: 0px;
  word-spacing: 4px;
  letter-spacing: 1px;
  font-size: 15px;
  padding-bottom: 5px;

}

<!-- Social Page -->

<!-- Mobile first -->

.insta-widget > div.row > div.span1.follow {
}

.insta-widget {
  position: relative;
  top: 20px;
  /* left: 5%; */
  width: 85%;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 10px;
  padding-bottom: 4px;
  border-style: solid;
  border-width: 1px;
  background-color: #ffffff;
}

.insta-widget div.row{
  padding: 15px 0;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #E5E5E5;
}

.insta-widget > div.row.follow {
/*   margin:15px; */
}

.insta-widget > div.row.follow > div.widget-image {
  width:35px;
}

.insta-widget > div.row.follow > div.widget-image.span1 > img {
  vertical-align: middle;  
}

.insta-widget > div.row.follow > div.widget-title {
  position: relative;
  top: 12px;
  display:inline-block;
  color: #222;
  margin: 0px;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 19px;
}

.insta-widget > div.row.follow > div.widget-title > small {
  font-size:11px;
}

div#instafeed {
  text-align: center;
}

#instafeed > a{
  padding-right:5px;
}

#content > div > div.row.spacer {
  padding:30px; 
}

#content > div > div.row.social-top {
  text-align: center
}

#content > div > div.row.social-top > div {
  display:inline;
  padding-right:10px;
}

#content > div > div.row.social-top > div > a > img {
  height:30px;
  width:30px;
  padding:10px;
  background-color: #000;
}

<!-- Social Widget -->

#content > div > div > div.social-widget {
}

.social-widget {
  display: none;
}

#twitter {
    padding-bottom:100px;
}

.insta-widget > div.row.follow > div {
  display:inline;
  padding-right:10px;
}

.insta-widget > div.row.follow > div.widget-image.span1 > img {
  height:30px;
  width:30px;
  padding:10px;
  background-color: #000;
}

<!-- Facebook Widget -->

#facebook-widget > div.row > div.span1.follow {
}

#facebook-widget {
  position: relative;
  top: 50px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 11px;
  padding-bottom: 4px;
  border-style: solid;
  border-width: 1px;
  background-color: #ffffff;
}

#facebook-widget div.row{
  padding: 15px 0;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #E5E5E5;
}

#facebook-widget > div.row.follow {
/*   margin:15px; */
}

#facebook-widget > div.row.follow > div.widget-image {
  width:35px;
}

/* #facebook-widget > div.row.follow > div.widget-image.span1 > img {
  vertical-align: middle;  
} */

#facebook-widget > div.row.follow > div.widget-title {
  position: relative;
  top: 12px;
  display:inline-block;
  color: #222;
  margin: 0px;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 19px;
}

#facebook-widget > div.row.follow > div.widget-title.span3 > small {
  font-size:11px;
}

#facebook-widget > div.row.follow > div {
  display:inline;
  padding-right:10px;
}

#facebook-widget > div.row.follow > div.widget-image.span1 > img {
  height:30px;
  width:30px;
  padding:10px;
  background-color: #000;
}

.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}


@media only screen and (min-width: 630px) {

  .insta-widget > div.row > div.span1.follow {
  }

  .insta-widget {
    position: relative;
    top: 50px;
    left: 5%;
    width:43%;
    padding-left: 8px;
    padding-right:  8px;
    padding-top: 15px;
    padding-bottom: 8px;
    border-style: solid;
    border-width: 1px;
    background-color: #ffffff;
  }

  .insta-widget div.row{
    padding: 15px 0;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #E5E5E5;
  }

  .insta-widget > div.row.follow {
  /*   margin:15px; */
  }

  .insta-widget > div.row.follow > div.widget-image {
    width:35px;
  }

  .insta-widget > div.row.follow > div.widget-image.span1 > img {
    vertical-align: middle;  
  }

  .insta-widget > div.row.follow > div.widget-title {
    top: 2px;
  }

  .insta-widget > div.row.follow > div.widget-title.span4 > small {
    font-size:11px;
  }

  div#instafeed {
    text-align: center;
  }

  #instafeed > a{
    padding-right:5px;
  }

  #content > div > div.row.spacer {
    padding:30px; 
  }

  #content > div > div.row.social-top {
    text-align: center
  }

  #content > div > div.row.social-top > div {
    display:inline;
    padding-right:10px;
  }

  #content > div > div.row.social-top > div > a > img {
    height:30px;
    width:30px;
    padding:10px;
    background-color: #000;
  }

  <!-- Social Widget -->

  #content > div > div > div.social-widget {
  }

  .social-widget {
    display:inline;
    float: right;
    position: relative;
    top: 80px;
    right: 5%;
    width:30%;
    padding-left: 15px;
    padding-right:  15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    background-color: #ffffff;
  }

  #content > div > div > div.span3.social-widget > div.row.follow {
    padding: 15px 0;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #E5E5E5;
    color: #222;
    margin: 0px;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
  }

  #content > div > div > div.span3.social-widget > div > p {
    padding-top:15px;
    padding-bottom:15px;
    padding-left:30px;
    padding-right:30px;
  }

  #aethermoto {
    float: right;
    position: relative;
    top: 120px;
    right: 5%;
  }

  #twitter {
      padding-bottom:100px;
  }

  .insta-widget > div.row.follow > div {
    display:inline;
    padding-right:10px;
  }

  .insta-widget > div.row.follow > div.widget-image.span1 > img {
    height:30px;
    width:30px;
    padding:10px;
    background-color: #000;
  }

  <!-- Facebook Widget -->

  #facebook-widget > div.row > div.span1.follow {
  }

  #facebook-widget {
    position: relative;
    top: 50px;
    left: 10%;
      width:33%;
    padding-left: 8px;
    padding-right:  8px;
    padding-top: 15px;
    padding-bottom: 8px;
    border-style: solid;
    border-width: 1px;
    background-color: #ffffff;
  }

  #facebook-widget div.row{
    padding: 15px 0;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #E5E5E5;
  }

  #facebook-widget > div.row.follow {
  /*   margin:15px; */
  }

  #facebook-widget > div.row.follow > div.widget-image {
    width:35px;
  }

  /* #facebook-widget > div.row.follow > div.widget-image.span1 > img {
    vertical-align: middle;  
  } */

  #facebook-widget > div.row.follow > div.widget-title {
    top: 2px;
  }

  #facebook-widget > div.row.follow > div.widget-title.span3 > small {
    font-size:11px;
  }

  #facebook-widget > div.row.follow > div {
    display:inline;
    padding-right:10px;
  }

  #facebook-widget > div.row.follow > div.widget-image.span1 > img {
    height:30px;
    width:30px;
    padding:10px;
    background-color: #000;
  }

  .fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
      width: 100% !important;
  }
  
}


#press-page-title {
  color: white;
  text-transform: uppercase;
  padding-top: 30px;
  padding-left: 60px;
}

#content > div.container.common-page-container.contact-us {
  background-color: black; 
}

#page > div.span8.details > h1 {
  color: #ffffff; 
}

.common-page h2 {
  color: #fff;
  font-weight: 600;
}

#content > div.container.common-page-container {
  background-color: black;
}

#page > div.span8.details > div > table > tbody > tr > td > a {
  color: #808080;
}

h3 {
  color: #ffffff;
}

#page > div.span8.details > div > table > tbody > tr > td > h3 {
  color: #ffffff;
}

.faqs-page .page-common-content table td {
  border-bottom: 1px solid #242424; 
}

.faqs-page .page-common-content table a.active {
  font-weight: 600;
  color: #ffffff;
}

.faqs-page .page-common-content table td {
  color: #999;
}

.contact-left a,
.contact-right a {
  color:  #ccc;
}

.page-common-content {
  font-size: 12px;
}

#page > div > div > h4 > a {
  color: #fff;
}

#page > div > div > ul > li > h5 {
  color: #fff;
}

#page > div > div > ul > li > ul > li > a {
  color: #808080;
}

#page > div > div > ul > li > h5 > a {
  color: #fff;
}

#page > div > div > ul > li > a {
  color: #808080;
}


/* Size-chart */
/* Mobile first */

.nav-tab-inactive{
  background-color: #F3F4F4;
}

.nav-tab-text {
  display:inline;
  margin-top: 10px;
}

#nav-tab > a > li.nav-tab-inactive > span {
  color: #808080;
}

/* Above Mobile */
@media only screen and (min-width: 631px) {

  .size-chart{
    padding-left: 60px;
  }

  #nav-tab {
    margin:0;
  }
  
  #nav-tab > a > li {
    width: 33%;
    margin-right: 5px;
    height: 49px;
    border-top: 5px solid #fff; 
    
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    display:inline-block;
    margin-bottom: 15px;
  }
    
  #nav-tab > a > li > img {
    margin-bottom: 8px;
    margin-left: 15px;
  }
  
   #nav-tab > a > li > span {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    margin-bottom: 40px;
  }
  


  .first{
    color: #808080;
    text-align: left;
    margin-left: 0px;
  }
  
  .last{
    color: #808080;
    float: right;
    text-align: right;
    margin-right: 0px;
  }
  
   .pressify_wrapper{
      padding-top: 0px;
  }


}

.gift-card-page.common-page-container select {
    float: left;
    font-size: 16px;
    color: #777;
    letter-spacing: 1px;
  	padding: 0px;
    padding-left: 20px;
    height: 40px;
    text-align: left;
    width: 300px;
    background: transparent;
    border: none;
    -webkit-appearance: none;
}

#content > div.container.common-page-container.gift-card-page {
  background-color: #fff;
}

#collection > div > div > div > a > img.newicon,
#collection > div.row.products > div > a > img.newicon{
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    
  }

@media only screen and (max-width: 395px) {
  
  #product .product-options .outofstock.disabled:after {
    margin-left: 20px;
    top: 16px;
    -webkit-transform: rotate(-22deg);
    -moz-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    width: 50px;
  }
  
}

@media only screen and (max-width: 414px) {
  #product .product-options .outofstock.disabled:after {
    margin-left: 20px;
    top: 18px;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    width: 65px;
  }
}

/* .grow {
  transition: all .2s ease-in-out;
}

.grow:hover {
  opacity: none;
  transform: scale(1.01);
} */

/* #product > div.product-content > button {
    width: 100%;
    height: 48px;
    font-size: 20px;
    text-transform: uppercase;
    margin-right: 9px;
    margin-bottom: 5px;
    border-radius: 0;
    letter-spacing: 1px;
    font-weight: 500;
  	background-color: black;
  	box-shadow: none;
} */
  
/* #movie-site {
  border: 1px solid #bbb;
  background-color: white;
  color: black;
  display: inline-block;
  font-size: 12px;
  width: 30%;
  margin-left: 0;
  text-align: center;
  padding: 10px;
  box-shadow: none;
  line-height: 36px;
  letter-spacing: 1.5px;
  font-weight: 600;
  margin-bottom: 10px;
}

#movie-site:hover {
 background-color: #ddd;
  opacity:.8;
} */


#expedition-site {
  border: 1px solid #aaa;
  margin-top:5px;
  display: inline-block;
  font-size: 12px;
  width: 40%;
  margin-left: 0;
  text-align: center;
  background-color: white;
  color: black;
  padding: 9px 0px 5px 0px;
  box-shadow: none;
/*   line-height: 25px; */
  letter-spacing: 1.5px;
  font-weight: 600;
  margin-bottom: 10px;
}

#expedition-site:hover {
 background-color: #ddd; 
}

#expedition-site-bottom {
  padding-top:10px;
  width:50% !important;
  margin-left: 10px;
/*   display:inline;
  margin-left: 47%; */

/*   border: 1px solid #aaa;
  margin-top:5px;
  display: inline-block;
  font-size: 12px;
  width: 40%;
  margin-left: 0;
  text-align: center;
  background-color: white;
  color: black;
  padding: 9px 0px 5px 0px;;
  box-shadow: none;
  letter-spacing: 1.5px;
  font-weight: 600;
  margin-bottom: 10px; */
}

#product .special-btm-links .bottom-btm-l {
/*   margin-top:-160px; */
}

div#section-title {
  	display: inline-block;
  	margin-top: 20px;
	width: 100%;
  	height: 10%;
}


#section-title p {
  	color: black;
    margin-left: 5px;
    margin-bottom: -5px;
    font-size: 21px;
    font-weight: 100;
    letter-spacing: 1.25px;
}

#section-title hr.product-division {
  	width: 100%;
    border: 0;
    height: 0;
    border-top: .5px solid black;
    border-bottom: 1px solid black;
}


.sale {
	color: #a71530 !important;
}

@media only screen and (min-width: 1024px) {
  .product img,
  .product .image a {
/*       position:  absolute;
      top: -20px; */
      display: block;
      margin: 0 auto;
      width: 300px;
  }

  .product .product-link-container,
  .recommendations-product .product-link-container {
/*       position: absolute;
      top: 210px; */
      z-index: 99;
      left: 10%;
      width: 80%;
      line-height: 0;
  }

  .product .details,
  .recommendations-product .details {
/*     position: relative;
    top: 228px; */
  }

  .product .title { margin-top: 0; }

  #collection > div > div > div > a > img.newicon,
  #collection > div.row.products > div > a > img.newicon{
    z-index: 100;
  }

}

@media only screen and (min-width: 800px) {
  #collection .products {
      margin-left:  10px;
  }
}