/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#debug {
padding:30px;
display:none;
}

body {
  width:100%;
  position:relative;
  }

a {
  color:#262626;
  color:inherit;
  text-decoration:none;
  }  
a:hover {
  text-decoration:underline;
  }

header {
  width:100%;
  position:fixed;
  top:0;
  z-index: 9999;
  }
.row {
  max-width:1230px;
  margin:0 auto;
  position:relative;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  clear:both;
  }
.fullscreen {
  width:100%;
  min-height:320px;
  }
  
header.black {
  color:#262626;
  }
header.white {
  color:#FFF;
  }
header.black .white {
  opacity:0;
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);;
  }
header.white .black {
  opacity:0;
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);;
  }

  
.innerheader {
  margin:0 auto;
  position:relative;
  }
.logo, .mainnav, #cart {
  margin:0;
  position:absolute;
  top:44px;
  }
.logo {
  top: 0;
  left: 0;
  width: 200px;
  text-align: center;
  padding: 20px 0;
  }
.logo img {
  position: absolute;
  left: 21px;
  top: 21px;
  }
#cart {
  width:170px;
  right:30px;
  text-align:center;
  }
.cart-icon {
  position:absolute;
  top:-30px;
  left:50%;
  margin-left:-13px;
  width:26px;
  height:26px;
  color:#fff;
  border-radius:50%;
  line-height:26px;
  }
.mainnav {
  top: 0px;
  left: 200px;
  right: 200px;
  height: 66px;
  }
.white .mainnav {
  background:#243248;
  background:rgba(36,50,72,0.4);
  }
.black .mainnav {
  background:#fff;
  background:rgba(255,255,255,0.4);
  }
.mainnav a {
  width:19%;
  display:inline-block;
  padding-top:21px;
  text-align:center;
  position:relative;
  }
.mainnav a:before {
  content:" ";
  display:block;
  width:2px;
  left:50%;
  margin-left:-1px;
  top:0px;
  height:0px;
  position:absolute;
  background-color:#262626;
  }
.mainnav a:hover {
  text-decoration:none;
  }
.mainnav a:hover:before {
  height:9px;
  }
.mainnav a.active:before {
  height:18px;
  }
.white .mainnav a:before {
  background-color:#fff;
  }
.box {
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 5px 7px;
}

.hero {
  height:755px;
  background:#243248;
  }

.slideshow {
  position:relative;
  width:100%;
  overflow:hidden;
  -webkit-transform: translate3d(0,0,0);
  }

.cycle-pager {
  position:absolute;
  bottom:100px;
  z-index: 9000;
  text-align:center;
  width:300px;
  font-size:26px;
  color:#222;
  left:50%;
  margin-left:-150px;
  }
.front .cycle-pager  {
  bottom:250px;
  }
.cycle-pager span {
  padding:0 5px;
  opacity:0.7;
  text-shadow:0 0px 1px #777;
  cursor:pointer;
  }
.cycle-pager .cycle-pager-active {
  color:#fff;
  opacity:1;
  }

.slideshow .interaction {
  position:absolute;
  z-index: 9000;
  bottom:40px;
  left:87px;
  }
.navigate_down {
  position:absolute;
  bottom:100px;
  width:174px;
  left:50%;
  margin-left:-87px;
  z-index: 8000;
  text-align:center;
  color:white;
  }
.navigate_down .box {
  width:160px;
  }
.navigate_down:hover .box {
  border-color:white;
  background:white;
  color:#262626;
  }
.navigate_down .arrow-down {
  height:60px;
  line-height:60px;
  width:100%;
  position:relative;
  }
.slideshow .slides {
  position:relative;
  }
.slideshow .next,
.slideshow .prev,
.postimages .next,
.postimages .prev {
  display:block;
  position:absolute;
  width:10%;
  z-index: 6900;
  top:0px;
  bottom:0px;
  }
.slideshow .next,
.postimages .next {
  right:0;
  }
.slideshow .prev,
.postimages .prev{
  left:0;
  }
.arr {
  display:block;
  position:absolute;
  top:50%;
  left:50%;  
  background:url(arrows.png) no-repeat;
  }
.next .arr,
.prev .arr {
  height:42px;
  width:19px;
  margin-top:-21px;
  margin-left:-10px;
  }
.next .arr {
  background-position:-26px 0;
  }
.arrow-down .arr {
  height:25px;
  width:43px;
  margin-top:-12.5px;
  margin-left:-21.5px;
  background-position:0 -43px;  
  }
#closeslides {
  display:block;
  z-index: 8000;
  position:absolute;
  top:10px;
  right:10px;
  width:19px;
  padding-left:19px;
  height:42px;
  background:url(arrows.png) no-repeat 17px 0px;
  cursor:pointer;
  }
#closeslides span {
  display:block;
  position:absolute;
  left:0;
  top:0;
  height:42px;
  width:19px;
  background:url(arrows.png) no-repeat -26px 0;
  }

.technology {
  padding:30px;
  text-align:center;
  }
  
.page h3, h1 {
  font-size:46px;
  line-height:53px;  
  }
.page h4, .page h2, .storetitle {
  font-size:30px;
  line-height:30px;  
  }
 

.technology h4 {
  text-transform:uppercase;
  margin:0;
  font-size:30px;
  line-height:30px;
  color:#243248;
  }
#terms.technology h4 {
  color:#000;
}
.technology h2 {
  text-transform:uppercase;
  margin:0;
  font-size:46px;
  line-height:53px;
  color:#243248;
  }
.technology p,
.technology p.tagline
 {
  margin:1em auto;
  width:600px;
  max-width:100%;
  color:#5d86c5;
  }

section p.tagline,
.herotext p {
  font-family:"FreightText BookItalic",serif;
  font-weight:normal;
  font-style:normal;
  letter-spacing:1px; 
  margin:30px auto;
  font-size:24px;
  line-height:31px;
  }

.technology p, .technology p * {
  color: #000;
  font-size: 16px;
  font-family:"Avenir LT W01 45 Book",sans-serif;
  line-height:1em;
}
#terms.content.technology p,
#terms.content.technology p * {
  line-height: 1.2em;
}
.technology iframe {
  display:block;
  margin:30px auto;
  }

.collection-header {
  height:195px;
  }
.collection-buttons {
  padding:30px 15px;
  text-align:center;
  }
.collection-buttons a {
  display:inline-block;
  padding:15px 13px;
  width:270px;
  }

.technology {
  padding:40px 0;
  }


.product-page {
  padding-top:0px;
  }
.product-chooser {
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:0;
  z-index: 9000;
  overflow:visible;
  text-align:center;
  }
.product-chooser h3 {
  margin:0 0 20px 0;
  }
.product-chooser .box {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  min-width:60px;
  height:60px;
  line-height:56px;
  padding:0;
  font-size:16px;
  cursor:pointer;
  margin:0 7px;
  padding:0 4px;
  transition:color 0.2s;
  -webkit-transition:color 0.2s;
  }
#length .box {
  font-size:12px;
  }
.product-chooser .box.active {
  color:white;
  border-color:white;
  }
.product-chooser .box:hover {
  background:#243248;
  text-decoration:none;
  }
#color .select-option {
  display:none;
  }
#color .select-option.active {
  display:block;
  color:#fff;
  font-size:11px;
  line-height:14px;
  height:72px;
  position:relative;
  }
#color .select-option .counter {
  font-size:44px;
  letter-spacing:-2px;
  line-height:48px;
  display:block;
  height:48px;
  bottom:0px;
  }
.slideshow.small .next,
.slideshow.small .prev {
  height:78px;
  width:60px;
  bottom:auto;
  top:235px;
  right:50%;
  left:auto;
  margin-right:-170px;
  }
.slideshow.small .prev {
  margin-left: -170px;
  margin-right:0;
  left:50%;
  right:auto;
  }
.slideshow.small .cycle-pager {
  top:304px;
  bottom:auto;
  color:#5d86c5;
  }

#length,
#color,
#size,
#price,
#add-to-cart {
  position:absolute;
  width:550px;
  left:50%;
  margin-left:-275px;
  }  
#length {
  top:30px;
  }
#color {
  top:208px;
  width:210px;
  margin-left:-105px;
  }
#size {
  top:355px;
  }
#price {
  top:480px;
  }
#product-price {
  font-size: 18px;
  line-height: 43px;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  top: -10px;
  height: 40px;
  color: #fff;
  }
#add-to-cart {
  top:617px;
  width:250px;
  height:50px;
  margin-left:-125px;
  line-height:67px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  }
#add-to-cart.unavailable,
#add-to-cart.sold-out,
#add-to-cart:hover {
  background:#243248;
  color:#fff;
  }
#add-to-cart .t {
  display:inline-block;
  line-height:16px;
  }
#add-to-cart .u span,
#add-to-cart .t span {
  display:block;
  }
.product-compare-price {
  font-size:16px;
  }
#add-to-cart .u {
  display:none;
}

#add-to-cart.unavailable .t,
#add-to-cart.sold-out .t {
  display:none;
}
#add-to-cart.unavailable .u.unavailable{
  display:inline-block;
  line-height:16px;	
}
#add-to-cart.sold-out .u.sold-out{
  display:inline-block;
  line-height:16px;	
}

.slideshow.product {
  height:755px;
  }
.slideshow.small {
  height:705px;
  }
.slideshow.product .interaction {
  bottom:102px;
  }
.product-information {
  position:relative;
  height:705px;
  overflow:hidden;
  }
.product-information img {
  position:absolute;
  left:50%;
  margin-left:-307.5px;
  width:615px;
  }
.product-title {
  position:absolute;
  z-index: 10;
  top:30px;
  left:0;
  right:0;
  text-align:center;
  font-size:16px;
  margin:0;
  }
.product-type {
  position:absolute;
  z-index: 10;
  top:46px;
  left:0;
  right:0;
  text-align:center;
  font-size:11px;
  margin:0;
  }
.product-description {
  position:absolute;
  bottom:30px;
  left:30px;
  right:30px;
  font-size:16px;
  line-height:20px;
  }
.product-details {
  height: 705px;
  position: relative;
  overflow: hidden;
  }
.product-details > section {
  width:615px;
  float:left;
  position:relative;
  }

.size-care .column {
  width:50%;
  float:left;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    margin:30px 0;
    font-size:16px;
    line-height:20px;
  }
.size-care .text {
  padding: 0 50px 0 0;
  }
#size-table {
  margin-top: 25px;
}
#size-table, #size-chart {
  width:100%;
  }
.size-care h3 {
  margin:0;
  font-size:16px;
  line-height:16px;
  }
.size-care .intro {
  font-size:22px;
  line-height:24px;
  margin-bottom:16px;
  }

.top-trigger,
.bottom-trigger {
  position:absolute;
  cursor:pointer;
  z-index: 900;
  }
.top-trigger {
  top:70px;
  left:50%;
  margin-left:-107px;
  }
.bottom-trigger {
  bottom:65px;
  left:50%;
  margin-left:-171px;
  }
  
.small .interaction {
  left:37px;
  }  
.product-details .buy-opts {
  position:absolute;
  right:0px;
  top:0px;
  background:#243248;
  height:900px;
  width:615px;
  z-index: 9000;
  cursor:pointer;
  }
.buy-opts,
.more-looks {
  display:none;
  }

.history .content {
  display:block;
  margin:0 auto;
  padding:50px 0 70px;
  }
  
header .mask {
  position:absolute;
  z-index: -1;
  background:white;
  top:0;
  right:0;
  left:0;
  bottom:-10px;
  }

.product_listing {
  position:relative;
  }
.product_title,
.product_type {
  margin:0;
  padding:0;
  position:absolute;
  left:0;
  right:0;
  z-index: 10;
  }
.product_title {
  top:36px;
  width:100%;
  }
.product_type {
  top:52px;
  width:100%;
  }
.product_listing .box {
  position:absolute;
  bottom:25px;
  left:50%;
  width:106px;
  margin-left:-60px;
  }
.product_listing .offer {
  font-size:20px;
  }

.hero .information {
  position:absolute;
  top:50%;
  margin-top:-75px;
  right:11%;
  width:300px;
  text-align:center;
  color:#FFF;
  z-index: 9000;
  }
.information .box {
  width:150px;
  margin-top:40px;
  }
.information .box:hover {
  color:#262626;
  background:#fff;
  }
.information .box .price {
  font-size:25px;
  line-height:32px;
  }
.information h2 {
  font-size:30px;
  line-height:30px;
  margin:0;
  }
.information h3 {
  margin:0;
  }
/* ==============
   NR STYLES
   ============== */
h1, h2, h3, h4, h5 {
  margin:0;
  }

.ah, h1, h2, h3, h4, h5 {
  font-family:"Avenir LT W01 85 Heavy",sans-serif;
  font-weight:normal;
  text-transform:uppercase;
  letter-spacing:1.3px;
  }
.no-fontface .ah {
  font-weight:bold;
  }
.am {
  font-family:"Avenir LT W01 45 Book",sans-serif;
  font-weight:normal;
  text-transform:uppercase;
  }
.ft {
  font-family:"FreightText Book",serif;
  font-weight:normal;
  }
.fti {
  font-family:"FreightText BookItalic",serif;
  font-weight:normal;
  font-style:normal;
  }
.no-fontface .fti {
  font-style:italic;
  }
.fontface .ah *,
.fontface .am *,
.fontface .ft *,
.fontface .fti *
 {
  font-weight:normal !important;
  font-style:normal !important;
  }

.c-green      { color:#788b5a; }
.c-dblue      { color:#243248; }
.c-lblue      { color:#5d86c5; }
.c-sand       { color:#c6b298; }
.c-grey       { color:#262626; }

.bg-green     { background-color:#788b5a; }
.bg-dblue     { background-color:#243248; }
.bg-lblue     { background-color:#5d86c5; }
.bg-sand      { background-color:#c6b298; }
.bg-grey      { background-color:#262626; }

.bd-green     { border-color:#788b5a #788b5a #788b5a #788b5a ; }
.bd-dblue     { border-color:#243248 #243248 #243248 #243248 ; }
.bd-lblue     { border-color:#5d86c5 #5d86c5 #5d86c5 #5d86c5 ; }
.bd-sand      { border-color:#c6b298 #c6b298 #c6b298 #c6b298 ; }
.bd-grey      { border-color:#262626 #262626 #262626 #262626 ; }

body {
  background:white;
  font-family:"Avenir LT W01 85 Heavy",sans-serif;
  font-size:13px;
  line-height:13px;
  }
  
.t-sm, .sm-t {
  line-height:13px;
  font-size:11px;
  }


footer {
  clear:both;
  }
.footer {
  padding:88px 15px 15px;
  text-align:center;
  clear:both;
  }
.footer aside {
  width:300px;
  float:left;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  }
.footer .stores {
  float:right;
  }
.footer .social {
  width:600px;
  height:345px;
  border-width:0 1px;
  border-style:solid;
  position:relative;
  }
.footer .cc {
  font-size: 14px;
  clear:both;
  padding:60px 0 40px;
  height: 64px;
  }
.footer .cc .fakse {
  margin-top: 13px;
}
.footer .cc .kondi {
  margin-top: 11px;
  font-size: 16px;
  line-height: 19px;
}
.footer h2 {
  margin:0;
  padding:0;
  color:white;
  font-size:14px;
  }
.footer a {
  color:inherit;
  text-decoration:none;
  }
.footer a:hover {
  text-decoration:underline;
  }
.socialicons {
  padding:35px 0 45px;
  font-size: 40px;
  line-height: 40px;
  }
.socialicons a, .socialicons a:hover {
  padding:0 10px;
  text-decoration:none;
  }
.contact-item.int {
  padding-top:30px;
  }
.contact-item.route {
  padding-top: 66px;
}
.contact-item.terms a {
  font-size: 14px;
  line-height: 1em;
}
.contact-item.t-michael {
  padding-bottom:30px;
  }

.footer .store {
  padding-top:22px;
  }
#insta {
  width:600px;
  position:absolute;
  left:-1px;
  bottom:0;
  }
#insta a {
  display:inline-block;
  width:120px;
  height:120px;
  padding:0 15px;
  text-decoration:none;
  }
#insta a img {
  width:120px;
  height:120px;
  }

/* Fullscreen Hero experiments */
.cycle-slide {
  bottom:0;
  width:100%;
  overflow:hidden;
  }
.front .cycle-slide {

  }
.cycle-slide img {
  width:1230px;
  height:755px;
  margin:0 auto;
  position:relative;
  /*transition: all 1s;
  -webkit-transition: all 1s;*/
  }


.people, #posts, #terms {
  width:570px;
  margin:0 auto;
  }
#terms {
  text-align: center;
}
.peoplehero {
  width:100%;
  background:#2b2724;
  position:relative;
  color:#FFF;
  }
.peopleimage {
  width:100%;
  max-width:830px;
  min-width:615px;
  margin:0 auto;
  }
.peopleimage img {
  width:100%;
  }

.peopletext {
  width:100%;
  max-width:600px;
  text-align:center;
  margin:0 auto;
  position:relative;
  top:-50px;
  margin-top: -95px;
  }
.peopletext p {
  text-align:left;
  font-size: 15px;
  font-family:"Avenir LT W01 45 Book",sans-serif;
  line-height:19px
  }
.peopletext .tagline {
  width:600px;
  text-align:center;
  }
.people .tagline {
  color:#5d86c5;
  }
.peoplehero h1 {
  line-height: 76px;
  font-size: 62px;
  margin-bottom: 95px;
  letter-spacing: 4px;
  position:absolute;
  top:-170px;
  left:0;
  right:0;
  }
.peoplehero h2 {
  font-size: 40px;
  line-height: 42px;
  letter-spacing: 4px;
  position:absolute;
  top:-215px;
  left:0;
  right:0;
  }
.people .images img {
  max-width:100%;
  }
  
.slideshow .herotext {
  position:absolute;
  width:600px;
  left:50%;
  margin-left:-300px;
  bottom:263px;
  z-index: 20;
  color:#fff;
  text-align:center;
  }
  
.singlepost {
  text-align:center;
  margin-bottom:80px;
  }
.singlepost .text {
text-align: left;
text-transform: none;
line-height: 22px;
font-size: 17px;
  }
.store .text {
  text-align:center;
  }
.postimages {
  margin:40px 0;
  width:100%;
  overflow:hidden;
  position:relative;
  }
.imageitem img {
  max-width:100%;
  display:inline-block;
  }
.imageitem {
  display:none;
  position:relative;
  }
.imageitem.first {
  display:block;
  }
.imagetext {
  display:block;
  line-height:28px;
  text-transform:none;
  color:#262626;
  padding-top:10px;
  }
  
/* Header transition experiments */
header a {
  -webkit-transition: color 2s;
  transition: color 2s;
  }  
header .mainnav {
  transition: all 1s;
  -webkit-transition: all 1 s;
  }
header .logo img {
  transition: all 2s;
  -webkit-transition: all 2s;
  }
.mainnav a:before{
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}


.proof-icons {
  padding:30px 0;
  text-align:center;
  }
.proof-icons .icons {
  display:inline-block;
  }
  
  
/* Checkout */
#shoppingcart {
  width:66%;
  float:left;
  }
#shoppingcart div { }
#shoppingcart table{width:auto; border-collapse:collapse; border-width: 0 0 2px 0; border-style: solid}
#shoppingcart th,#shoppingcart td{ padding:10px 20px }
#shoppingcart td{}
#shoppingcart th{font-size: 11px;text-transform:uppercase; border-width: 2px 0 2px 0; border-style: solid }
#shoppingcart .title h2{text-transform:uppercase; font-size:11px; line-height:15px;}
#shoppingcart .field{width:30px}
#shoppingcart .price{ font-size: 13px; font-weight: 400 }

#scinfo { width: 300px; float: right; border-width: 2px 0 0 0; border-style: solid; margin-left: 20px; padding:10px 20px }
#scinfo h3 {
  line-height:30px;
  height:30px;
  margin-bottom:15px;
  color:#788b5a;
  font-size:16px;
  }

#shoppingcart {
  padding-bottom:80px;
  }  
#shoppingcart h3, #shoppingcart h4 {
  text-align:right;
  font-size:13px;
  }
#shoppingcart h4 {
  font-size:11px;
  }
#shoppingcart h3 em {
  font-size:16px;
  font-style:normal;
  }
#shoppingcart h4 em {
  font-size:13px;
  font-style:normal;
  }
#shoppingcart table input {
  width:30px;
  }
#shoppingcart .buttons{
  height:50px;
  text-align:right;
  padding:30px 0;
  border-bottom:2px solid #788b5a;
  line-height:50px;
}
#shoppingcart .buttons input {
  height:50px;
  line-height:50px;
  border-width:2px 2px 2px 2px;
  border-style:solid;
  }
#shoppingcart .buttons input.update {
  background:#fff;
  color:#788b5a;
  }
#menutrigger {
  display:none;
  cursor:pointer;
  }

/* media queries */
body{
  min-width:1230px;
}

/* smaller screens, tablets */
@media all and (max-width:1230px) {

  /* General */
  body{
    min-width:1024px;
  }
  .row {
    max-width:1230px;
    min-width:1024px;
    }
  .row > section {
    width:50%;
    }
  .navigate_down {
    bottom:0px;
    }
  .front .cycle-pager {
    bottom:125px;
    }
  
  /* Product */
  .product-chooser .box {
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
  }
  .size-care .column {
    padding:0 30px;
    }
  .size-care .text {
    padding:0;
    }
  
  /* Footer */
  .footer .contact, 
  .footer .stores {
    width:50%;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    }
  .footer .stores {
    border-left-width:1px;
    border-left-style:solid;
    }
  .footer .social {
    border-width:0px;
    padding-top:30px;
    clear:both;
    width:100%;
    }
  #insta {
    width:100%;
    bottom:30px;
    }
  .product .cycle-pager {
    bottom:50px;
    }
}

@media all and (max-width:1024px){
  
  /* General */
  body{
    min-width:615px;
  }
  .row {
    max-width:1024px;
    min-width:615px;
    }
  .row > section,
  .size-care .column {
    width:615px;
    float:none;
    clear:both;
    margin:30px auto;
    }

  
  /* Product */
  .product-chooser .box {
    min-width: 60px;
    height: 60px;
    line-height: 56px;
    font-size: 15px;
  }
  .product-details {
    height:auto;
  }
  .technology p, .technology p *, .technology p.tagline {
      -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    }
  .collection-buttons {
    padding:30px 0;
    }
  iframe {
    width:600px;
    height:337px;
    }
  #insta a, #insta img{
    width:100px;
    height:100px;
  }
  .product .cycle-pager {
    bottom:10px;
    }
    .size-care .column {
    /*padding:0 30px 0 0;*/
    }
  
  #shoppingcart, #scinfo  {
    float:none;
    width:90%;
    margin:0 auto;
    }
  #scinfo {
    width:500px;
    margin:0 auto;
    border-top:0;
    }
}

@media all and (max-width:900px){
  
  .mainnav {
    right: 0;
    left: 100%;
    height: auto;
    padding-bottom: 20px;
    padding-top: 89px;
    position:fixed;
    z-index: 9991;
    }
  .mainnav a:before{
    content:"" !important;
    height:0 !important;
  }
  .white .mainnav{
    background:rgba(36,50,72,0.7);
  }
  .black .mainnav{
    background:rgba(255,255,255,0.7);
  } 
  .mainnav a {
    width: 100%;
    display: inline-block;
    padding-top: 21px;
    text-align: center;
    position: relative;
    font-size: 20px;
    line-height: 25px;
  }
  #payments {
    display: none;
  }
  #cart {
    position:fixed;
    width: auto;
    right: 100px;
    text-align: center;
    left: 300px;
    font-size: 20px;
    line-height: 25px;
    display:none;
    z-index: 9992;
  }
  #menutrigger {
    width:42px;
    height:33px;
    position:fixed;
    padding:20px 35px;
    top:0;
    right:0;
    display:block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 9993;
    }
  #menutrigger img {
    position:absolute;
    top:20px;
    right:35px;
    width:42px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;    
    }
  .white #menutrigger .white {
    opacity:1;
    }
  .black #menutrigger .black {
    opacity:1;
    }
  .white #menutrigger .black {
    opacity:0;
    }
  .black #menutrigger .white {
    opacity:0;
    }
  .logo img {
    width:130px;
    }
  .slideshow .herotext {
    bottom: 190px;
    zoom: 0.7;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
