/****************************
-- Main --
****************************/
#product .main {
  padding-top: 20px;
}

#product .main h4 {
  color: #4d4d4d;
  margin-bottom: 1em; /*Used to be 0.83em*/
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

/*---------------------
Gallery
---------------------*/
#product .main .gallery {
  margin: 0 auto 30px;
  max-width: 640px;
}

#product .main .gallery .limiter {
  margin:  0 auto;
  max-width: 300px;
  padding-top: 1.3889%; /* 20/1440 */
}

#product .main .gallery .img-wrap {
  margin-bottom: 20px;
}

#product .main .gallery ul {
  margin-bottom: 25px;
}

#product .main .gallery ul li {
  display: inline-block;
  margin: 0 2px 2px;
}

#product .main .gallery ul li a {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: block;
  height: 40px;
  opacity: 0.7;
  position: relative;
  width: 40px;
  transition: opacity 200ms ease;
}

#product .main .gallery ul li a.active,
#product .main .gallery ul li a:hover {
  opacity: 1;
}

#product .main .gallery ul li a img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

#product .main .gallery figcaption p {
  margin-bottom: 1em;
}

#product .main .gallery figcaption .kit {
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
}

#product .main .gallery figcaption .kit strong {
  font-style: normal;
}

/*---------------------
Features Slider
---------------------*/
#product .main .features-slider {
  margin: 0 -15px 40px;
}

#product .main .features-slider .wrap {
  margin: 0 auto;
  max-width: 540px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#product .main .features-slider .expand {
  margin: 0 -110px;
}

#product .main .features-slider .bx-wrapper {
  position: static;
}

#product .main .features-slider li {
  padding: 0 5px;
}

#product .main .features-slider li img {
  display: inline-block;
  margin-right: 10px;
  width: 24px;
}

#product .main .features-slider li h5 {
  color: #989898;
  line-height: 25px;
  max-width: 135px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#product .main .features-slider .bx-wrapper .bx-controls-direction a {
  height: 100%;
  margin: 0;
  top: 0;
  width: 60px;
}

#product .main .features-slider .bx-wrapper .bx-controls-direction a:hover {
  background-position: inherit;
}

#product .main .features-slider .bx-wrapper .bx-controls-direction a:after {
  color: #989898;
  font-size: 8px;
  font-size: 0.8rem;
  height: 10px; 
  line-height: 10px;
  margin-top: -5px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 50%;
  width: 10px;
}

#product .main .features-slider .bx-wrapper .bx-prev {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
}

#product .main .features-slider .bx-wrapper .bx-prev:after {
  margin-right: 10px;
  right: 50%;
}

#product .main .features-slider .bx-wrapper .bx-next {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
}

#product .main .features-slider .bx-wrapper .bx-next:after {
  left: 50%;
  margin-left: 10px;
}

/*---------------------
Box
---------------------*/
#product .box {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 40px;
  max-width: 250px;
  padding: 30px 15px 25px;
  text-align: center;
  width: 100%;
}

#product .box .sep {
  margin-top: 1.5em;
}

#product .box .sep:after {
  left: 50%;
  margin-left: -18px;
}

#product .box .shift {
  color: #8a8a8a;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 2.5em;
  text-transform: uppercase;
}

#product .bottom {
  clear: both;
}

#product .go-down {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 auto 40px;
}

/****************************
-- Tech Specs --
****************************/
#product .techspecs {
  background-color: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  padding-top: 40px;
}

/****************************
-- Specs --
****************************/
#product .specs {
  background-color: #f8f8f8;
}

#product .specs .more {
  border-top: 1px solid #e5e5e5;
  padding: 30px 0 80px;
}

#product .specs .more .col {
  width: 100%;
}

#product .specs h4 {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
}

#product .specs .specs-block > p,
#product .specs .spec {
  margin-bottom: 15px;
}

#product .specs .spec h5 {
  margin-bottom: 8px;
}

#product .specs .spec li {
  margin-top: 8px;
}

#product .specs .spec li:first-child {
  margin: 0;
}

#product .specs .more {
  overflow: hidden;
  position: relative;
}

#product .specs .more .close {
  background-color: #e7e7e7;
  border-radius: 100%;
  bottom: -78px;
  color: #989898;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  height: 135px;
  left: 50%;
  line-height: 1;
  margin-left: -78px;
  padding-top: 26px;
  position: absolute;
  text-align: center;
  transition: color 200ms ease;
  width: 135px;
}

#product .specs .more .close:hover {
  color: #0f6d35;
}

#product .specs .more .close:before {
  content: attr(data-icon);
  font-family: arloicons;
  font-size: 12px;
  line-height: 16px;
  margin-right: .5em;
}

/****************************
-- Animation --
****************************/
#product .animation {
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
}

#product .animation:before {
  background-color: #06a74e;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

#product .animation .anim-wrap {
  left: 0;
  padding: 30px 30px 40px;
  position: absolute;
  right: 0;
  top: 0;
}

#product .animation .vertical-wrap {
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  text-align: center;
}

#product .animation .vertical-wrap .middle {
  width: 100%;
}

#product .animation .bottom {
  bottom: 20px;
  left: 30px;
  position: absolute;
  right: 30px;
  text-align: center;
  transition: opacity 300ms ease;
}

#product .animation .bottom.b2 {
  opacity: 0;
}

#product .animation .intro {
  opacity: 0;
  transition: opacity 300ms ease;
}

#product .animation .image {
  max-width: 400px;
  opacity: 0;
  -webkit-transition: -webkit-transform 800ms ease, margin 400ms ease;
  transition: transform 800ms ease, margin 400ms ease;
  width: 80%;
  margin: 0 auto;
}

#product .animation .img1,
#product .animation .img2 {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 400ms ease 150ms;
}

#product .animation .img2 {
  opacity: 0;
}

#product .animation .feats .bx-wrapper .bx-controls-direction a {
  width: 16px;
}

#product .animation .feats .bx-wrapper .bx-controls-direction a:after {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  height: 12px;
  left: 50%;
  line-height: 12px;
  margin-left: -5px;
  margin-top: -6px;
  position: absolute;
  text-align: center;
  text-indent: initial;
  top: 50%;
  width: 10px;
}

#product .animation .feats .bx-wrapper .bx-controls-direction .bx-prev {
  left: -25px;
}

#product .animation .feats .bx-wrapper .bx-controls-direction .bx-next {
  right: -25px;
}

/* Fixed Position */
#product .animation .anim-wrap.fixed {
  bottom: 0;
  position: fixed;
  top: 0;
}

/* State 1 */
#product .animation .state1 .intro,
#product .animation .state2 .intro {
  opacity: 1;
}

#product .animation .state1 .image,
#product .animation .state2 .image {
  opacity: 1;
}

/* State 2 */
#product .animation .state2 .bottom.b1 {
  opacity: 0;
}

#product .animation .state2 .bottom.b2 {
  opacity: 1;
}

#product .animation .state2 .image {
  margin-bottom: 40px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#product .animation .state2 .img1 {
  opacity: 0;
}

#product .animation .state2 .img2 {
  opacity: 1;
}

/****************************
-- Media Queries --
****************************/
@media screen and (min-width: 30em) {
  /*---------------------
  Specs
  ---------------------*/
  #product .specs .more .col {
    display: block;
    margin: 0 auto;
    max-width: 515px;
  }

  #product .specs .spec h5 {
    float: left;
    margin-bottom: 0;
    margin-right: 9.71%; /* 50/515 */
    width: 31.07%; /* 160/515 */
  }

  #product .specs .spec ul {
    overflow: hidden;
  }
}

@media screen and (min-width: 40.0625em) {
  /*---------------------
  Features Slider
  ---------------------*/
  .not-mobile #product .main .features-slider {
    float: left;
    margin: 0;
    max-width: 50%;
    text-align: left;
  }

  .not-mobile #product .main .features-slider .wrap {
    overflow: visible;
    width: auto;
  }

  .not-mobile #product .main .features-slider .expand {
    margin: 0;
  }

  .not-mobile #product .main .features-slider li {
    display: block;
    margin-top: 15px; /*Used to be 7px*/
    padding: 0;
  }

  .not-mobile #product .main .features-slider li:first-child {
    margin: 0;
  }

  .not-mobile #product .main .features-slider li img {
    float: left;
  }

  .not-mobile #product .main .features-slider li h5 {
    display: block;
    max-width: none;
    white-space: normal;
  }

  /*---------------------
  Box
  ---------------------*/
  #product .box {
    float: right;
  }
}

@media screen and (min-width: 45em) {
  /*---------------------
  Animation
  ---------------------*/
  #product .animation .vertical-wrap .middle {
    position: relative;
  }

  #product .animation .feat {
    position: absolute;
    width: 30%;
  }

  #product .animation .feat:first-child {
    margin-top: 15px;
    right: 0;
    text-align: left;
    top: 15%;
  }

  #product .animation .feat:first-child + .feat {
    left: 0;
    text-align: right;
    top: 50%;
  }

  #product .animation .feat:first-child + .feat +.feat {
    bottom: 0%;
    right: 0;
    text-align: left;
  }

  #product .animation .state2 .image {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 48em) {
  /*---------------------
  Specs
  ---------------------*/
  #product .specs-block + .specs-block {
    padding-top: 20px;
  }

  #product .specs .more {
    margin: 0 -15px;
    padding-top: 40px;
  }

  #product .specs .more .col {
    display: inline-block;
    max-width: none;
    padding: 0 15px;
    width: 50%;
  }
}

@media screen and (min-width: 50.0625em) {
  /*---------------------
  Features Slider
  ---------------------*/
  .not-mobile #product .main .features-slider {
    border-left: 1px solid #e5e5e5;
    left: 30px;
    width: 215px;
    padding-left: 30px;
    position: absolute;
    top: 0;
  }

  /*---------------------
  Box
  ---------------------*/
  #product .box {
    position: absolute;
    right: 15px;
    top: 0;
    width: 230px;
  }

  /* Load Animation */
  .on-load-anim #product .main .gallery,
  .on-load-anim #product .main .features-slider,
  .on-load-anim #product .main .box,
  .on-load-anim #product .main .bottom {
    opacity: 0;
  }

  .on-load-anim.wf-active #product .main .loaded .gallery {
    -webkit-animation: fadeIn 300ms ease 1000ms forwards;
    animation: fadeIn 300ms ease 1000ms forwards;
  }

  .on-load-anim.wf-active #product .main .loaded .features-slider {
    -webkit-animation: fadeInFromLeft 300ms ease 1200ms forwards;
    animation: fadeInFromLeft 300ms ease 1200ms forwards;
  }

  .on-load-anim.wf-active #product .main .loaded .box {
    -webkit-animation: fadeInFromRight 300ms ease 1200ms forwards;
    animation: fadeInFromRight 300ms ease 1200ms forwards;
  }

  .on-load-anim.wf-active #product .main .loaded .bottom {
    -webkit-animation: fadeIn 300ms ease 1500ms forwards;
    animation: fadeIn 300ms ease 1500ms forwards;
  }
  /* /Load Animation */
}

@media screen and (min-width: 55em) {
  /*---------------------
  Features Slider
  ---------------------*/
  .not-mobile #product .main .features-slider {
    width: 240px;
  }

  /*---------------------
  Box
  ---------------------*/
  #product .box {
    right: 30px;
    width: 243px;
  }
}

@media screen and (min-width: 60em) {
  /*---------------------
  Tech Specs
  ---------------------*/
  #product .techspecs .specs-extra {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 64em) {
  /*---------------------
  Main
  ---------------------*/
  #product .main {
    padding-top: 40px;
  }

  #product .go-down {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 70px;
  }

  /*---------------------
  Gallery
  ---------------------*/
  #product .main .gallery .limiter {
    max-width: 400px;
  }

  #product .main .gallery .img-wrap {
    margin-bottom: 30px;
  }

  #product .main .gallery figcaption .kit {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /*---------------------
  Tech Specs
  ---------------------*/
  #product .techspecs {
    padding-top: 60px;
  }

  /*---------------------
  Specs
  ---------------------*/
  #product .specs .more {
    margin: 0 -45px;
    padding-top: 55px;
  }

  #product .specs .more .col {
    padding: 0 45px;
  }

  #product .specs .more .close {
    font-size: 16px;
    font-size: 1.6rem;
  }

  /*---------------------
  Animation
  ---------------------*/
  #product .animation .image {
    max-width: 480px;
  }

  #product .animation .feat {
    position: absolute;
    width: 27.5%;
  }

  #product .animation .feat h5 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0.25em;
    position: relative;
  }

  #product .animation .feat h5:before {
    background: #fff;
    content: '';
    height: 2px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 23%;
  }

  #product .animation .feat:first-child + .feat h5:before {
    left: 107%;
  }

  #product .animation .feat:first-child h5:before,
  #product .animation .feat:first-child + .feat  + .feat h5:before {
    right: 107%;
  }

  #product .animation .feat h5:after {
    color: #fff;
    content: 'o';
    font-family: arloicons;
    font-size: 16px;
    font-size: 1.6rem;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px;
  }

  #product .animation .feat:first-child + .feat h5:after {
    left: 130%;
    margin-left: -2px;
  }

  #product .animation .feat:first-child h5:after,
  #product .animation .feat:first-child + .feat  + .feat h5:after {
    right: 130%;
    margin-right: -2px;
  }
}

@media screen and (min-width: 80em) {
  /*---------------------
  Gallery
  ---------------------*/
  #product .main .gallery figcaption .kit {
    font-size: 16px;
    font-size: 1.6rem;
  }

  /*---------------------
  Tech Specs
  ---------------------*/
  #product .techspecs .specs-extra {
    padding-bottom: 80px;
  }

  /*---------------------
  Specs
  ---------------------*/
  #product .specs .spec h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  #product .specs .spec li {
    margin-bottom: 5px;
  }

  #product .specs p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6875em;
  }
}