 
/* Typography */

body, html {
  margin: 0;
  padding: 0;
  background-color: #fcfcfc;
  color: #5a5a5a;
}

h1 {
  font-size: 38.5px;
}
h2 {
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
}
h3 {
  font-size: 21pt;
  line-height: 1.5em;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}

h2 img {
  width: auto;
  height: 52px;
  display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline; 
  vertical-align: middle;
  margin:0 0 20px 0;
}

.super {
  vertical-align: super; 
  font-size: 10pt;
  font-weight: 900;
}

.wrap {
   box-sizing: content-box;
   -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
      
  }

*.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
}

.container{margin-right:auto;margin-left:auto;*zoom:1;}.container:before,.container:after{display:table;content:"";line-height:0;}
.container:after{clear:both;}

/* CUSTOMIZE THE MAIN CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
#myCarousel {
 margin-top: -45px !important; 
 z-index: 1; 
}
.carousel{position:relative;margin-bottom:20px;line-height:1;}
.carousel-inner{overflow:hidden;width:100%;position:relative;}
.carousel-inner>.item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;-moz-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left;}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;line-height:1;}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block;}
.carousel-inner>.active{left:0;}
.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%;}
.carousel-inner>.next{left:100%;}
.carousel-inner>.prev{left:-100%;}
.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0;}
.carousel-inner>.active.left{left:-100%;}
.carousel-inner>.active.right{left:100%;}
.carousel-control{position:absolute;top:40%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#ffffff;text-align:center;background:#222222;border:3px solid #ffffff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:1;filter:alpha(opacity=100);}.carousel-control.right{left:auto;right:15px;}
.carousel-control:hover,.carousel-control:focus{color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90);}
.carousel-indicators{position:absolute;top:15px;right:15px;z-index:5;margin:0;list-style:none;}.carousel-indicators li{display:block;float:left;width:10px;height:10px;margin-left:5px;text-indent:-999px;background-color:#ccc;background-color:rgba(255, 255, 255, 0.25);border-radius:5px;}
.carousel-indicators .active{background-color:#fff;}
.carousel-caption{position:absolute;left:0;right:0;bottom:0;padding:15px;background:#333333;background:rgba(0, 0, 0, 0.75);}
.carousel-caption h4,.carousel-caption p{color:#ffffff;line-height:20px;}
.carousel-caption h4{margin:0 0 5px;}
.carousel-caption p{margin-bottom:0;}  
  
.carousel {
  margin-bottom: 0px;
}




.carousel .container {
  position: relative;
  z-index: 9;
}
.carousel-control {
  height: 142px;
  width: 80px;
  margin-top: 0;
  font-size: 120px;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
  background-color: transparent;
  border: 0;
  z-index: 1;
}
.carousel-inner {
  height: 548px;
}
.carousel .item {
  height: 548px;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}

/* Carousel Caption */
.carousel .container {
  height: 548px;
  display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
  width: 100%;
}

.carousel-caption {
  background-color: transparent;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  width: auto;
  display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
  padding: 40px;
}

.carousel-caption h1 {
  color: #ffffff;
  display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.3em;
  text-align: center;
  text-shadow: 1px 1px 50px rgba(0,0,0,0.2);
  max-width: 1280px;
  -webkit-transform: translateZ(0px);
}
.carousel .item {
  background-position: 50% 50%;
  background-size: cover;
}

@media (min-width: 1110px) and (max-width: 1280px) {
  .carousel-inner {
    height: 629px;
  }
  .carousel .item {
    height: 629px;
  }
  .carousel .container {
    height: 629px;
    display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
    width: 100%;
  } 
  .main-vimeo-vid {
    height: 629px;
    width: 1120px;
    margin: 0 auto;
    display:block;
  }
}

@media (min-width: 1280px) and (max-width: 1400px) {
  .carousel-inner {
    height: 720px;
  }
  .carousel .item {
    height: 720px;
  }
  .carousel .container {
    height: 720px;
    display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
    width: 100%;
  }
  .main-vimeo-vid {
    height: 720px;
    width: 1283px;
    margin: 0 auto;
    display:block;
  }
}
@media (min-width: 1400px) and (max-width: 1680px) {
  .carousel-inner {
    height: 788px;
  }
  .carousel .item {
    height: 788px;
  }
  .carousel .container {
    height: 788px;
    width: 100%;
    display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
  }
  .main-vimeo-vid {
    height: 788px;
    width: 1404px;
    margin: 0 auto;
    display:block;
  }
}
@media (min-width: 1620px) and (max-width: 1680px) {
  .carousel-inner {
    height: 906px;
  }
  .carousel .item {
    height: 906px;
  }
  .carousel .container {
    height: 906px;
    display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
    width: 100%;
  }
  .main-vimeo-vid {
    height: 906px;
    width: 1614px;
    margin: 0 auto;
    display:block;
  }
}

@media (min-width: 1681px) and (max-width: 3000px) {
  .carousel {
    width: 100%;
    position: relative;
    line-height: 1;
    margin: 0 auto;
  }
  
  .carousel-inner {
   width: 100%;
   height: 945px;
   margin: 0 auto;
  }
  .carousel .item {
    width: 100%;
    height: 945px;
    margin: 0 auto;
  }
  .carousel .container {
    width: 100%;
    height: 945px;
    text-align: center;
    margin: 0 auto;
  }
  .main-vimeo-vid {
    height: 945px;
    width: 1683px;
    margin: 0 auto;
    display:block;
  }
  .wrap {
    height: 945px;
    width: 1683px;
    margin: 0 auto;
    display:block; 
  }

.wrap-product {
     padding-bottom: 50px;
     width: 1683px;
    margin: 0 auto;
    display:block;  
    }

}

/* Featured User Carousel */

#carousel-user .carousel {
  margin-bottom: 0px;
}
#carousel-user .carousel .container {
  position: relative;
  z-index: 9;
}
#carousel-user .carousel-control {
  height: 142px;
  width: 80px;
  margin-top: -28px;
  font-size: 120px;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
  background-color: transparent;
  border: 0;
  z-index: 1;
}
#carousel-user .carousel-inner {
  height: 500px;
}
#carousel-user .item,
#carousel-user .item .active {
  height: 500px;
}
#carousel-user .carousel-inner img {
  position: absolute;
  min-width: 100%;
  height: auto;
}

/* Featured User Carousel Caption */
#carousel-user .carousel .container {
  height: 500px;
  display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
  width: 100%;
  position: relative;
}

#carousel-user .carousel-caption {
  background-color: transparent;
  color: #ffffff;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  width: auto;
  display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
  position: absolute;
}

#carousel-user .carousel-caption h3 {
  background-color: transparent;
  color: #ffffff;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
  text-shadow: 1px 1px 50px rgba(0,0,0,0.2);
  font-size: 28pt;
  font-weight: 300;
  width: 100%;
  height: 60px;

  -webkit-transform: translateZ(0px);
}

/* Description Carousel */

#carousel-desc .carousel {
  margin-bottom: 0px;
}
#carousel-desc .carousel .container {
  position: relative;
  z-index: 9;
}
#carousel-desc .carousel-control {
  height: 142px;
  width: 80px;
  margin-top: -28px;
  font-size: 120px;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
  background-color: transparent;
  border: 0;
  z-index: 10;
}
#carousel-desc .carousel-inner {
  height: 500px;
}
#carousel-desc .item,
#carousel-user .item .active {
  height: 500px;
}
#carousel-desc .carousel-inner img {
  position: absolute;
  top: -50%;
  left: 0;
  min-width: 100%;
  height: auto;
}

/* Featured User Carousel Caption */
#carousel-user .carousel .container {
  height: 500px;
  display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
  width: 100%;
}

#carousel-user .carousel-caption {
  background-color: transparent;
  color: #ffffff;
  top: 0;
  margin: 10px auto 0;
  text-align: center;
  display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
  width: 100%;
}

#carousel-user .carousel-button {
  background-color: transparent;
  bottom: 0;
  color: #ffffff;
  display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 83px;
}

#carousel-user .carousel-caption h3 {
  background-color: transparent;
  color: #ffffff;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.2);
  font-size: 24pt;
  font-weight: 300;
  width: 100%;

  -webkit-transform: translateZ(0px);
}

@media (min-width: 0px) and (max-width: 1250px) {
  .carousel-caption h1 {
    font-size: 42px;
  }
}
.buySome_allInStock {
color: #05AC01;
font-family: "als_schlange_sansbold", "Neutraface","Helvetica Neue",Arial,sans-serif;
font-size: 8pt;
text-transform: uppercase;
font-weight: bold;
    
  }
.carousel-caption p {
  font-size: 16px;
  background: #ffffff;
  color: #000000;
  border-radius: 20px;
  padding: 10px 30px;
  margin: 0 auto;
  max-width: 800px;
  display: inline-block;
  /*IE FIX*/
  zoom: 1; 
  *display: inline;
}
.carousel-caption .btn {
  margin-top: 10px;
}

/* END ---- CUSTOMIZE THE MAIN CAROUSEL */



/* Product Bubble Add to Cart Animation */
.bubble-wrap {
  display: block; 
  position: absolute; 
  height: 240px; 
  width: 240px; 
  z-index: 500;
  height: 0;
  opacity: 0;
}

.bubble-product {
  background-size: 240px 240px; 
  position: relative; 
  display: block; 
  height: 240px; 
  width: 240px;
}

a.button-featured-user {
  height: 42px;
  width: 278px;
  background-image: url('http://cdn.photojojo.net/store/awesomeness/new/img/button-featured-user@2x.png');
  background-size: 278px 42px;
  display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
  margin: 12px auto;
  text-align: center;
  /*IE FIX*/
  zoom: 1; 
  *display: inline;
}

.cc-wrap h2,
.featured-wrap h2 {
  margin-bottom: 30px;
}

/****  TECH SPECS ****/
.tech-specs {
  padding: 0 20px;
  margin: 40px 0 0 0;
}

/* Custom Tech Spec Tabs */
.tech-specs .nav-tabs {
  *zoom: 1;
  text-align:center;
  border: none;
  margin-bottom: 0;
}
.tech-specs .nav-tabs:before,
.tech-specs .nav-tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
.tech-specs .nav-tabs:after {
  clear: both;
}

.tech-specs .nav-tabs > li {
  float:none;
  display: inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
}
.tech-specs .nav-tabs > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
  font-size: 14pt;
  color: #000;
}
.tech-specs .nav-tabs {
  background-image:url('http://cdn.photojojo.net/store/awesomeness/new/img/tech_specs_footer_new_1.png');
  background-size: 690px 80px;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 60px;
  width: 690px; 
}
.tech-specs .nav-tabs > li {
  margin-bottom: 0px;
  background-color: none;
}
.tech-specs .nav-tabs > li > a {
  padding-top: 2px;
  padding-bottom: 0px;
  line-height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: none;

}
.tech-specs .nav-tabs > li > a:hover,
.tech-specs .nav-tabs > li > a:focus {
  border-color: none;
  background-color: transparent;
}
.tech-specs .nav-tabs > li.active {
  background-image:url('http://cdn.photojojo.net/store/awesomeness/new/img/tech_specs_footer_active_new.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 60px;
  background-color: none;
  border: none;
}
.tech-specs .nav-tabs > .active > a,
.tech-specs .nav-tabs > .active > a:hover,
.tech-specs .nav-tabs > .active > a:focus {
  color: #555555;
  background-color: transparent;
  border-bottom-color: transparent;
  border: none;
  cursor: default;
}
.tech-specs .nav-tabs > li > a > img {
  margin-left: 0;
  padding-left: 0;
  overflow: hidden;
  vertical-align: middle;
  height: 30px;
}

/* Tech Specs Table */

.desc-special table tbody tr td, 
.tech-specs table tbody tr td {
  border: none;
}
.desc-special table tbody tr td,
.tech-specs table tbody tr td {
  width: 200px;
  padding: 9px;
  vertical-align: middle;
  font-size: 12pt;
  line-height: 1.5em;
  text-align: center;
}
/*.tech-specs table tbody tr td:first-child {
  border-left: none;
}*/
.desc-special table tbody tr:first-child td,
.tech-specs table tbody tr:first-child td {
  border-top: none; /* Remove the top border from the first row */
}
.desc-special table tbody tr:nth-child(even),
.tech-specs table tbody tr:nth-child(even) {
  background: rgb(255,255,255);
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 50%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 50%,rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 50%,rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 50%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 50%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );

}

/* Before After Slider Tabs */
.ba-slider .nav-tabs > ul {
  text-align: center;
}
.ba-slider .nav-tabs > li > a{
  text-align: center;
  display: inline-block;
}

.ba-slider .nav-tabs > li, .ba-slider .nav-pills > li {
  float: none;
  display: inline-block;
}
.twentytwenty-container {
  height: 570px !important;
}
/* 
  This is our primary file for customizing Bootstrap to what we need.  
  Instead of change the original bootstrap file, you should re-create/override styles here 
*/

/* Our main content areas */
[class*="content-"] {
  
}
  /* Evens out the columns to be the same height */
  .col {
      display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
    vertical-align: top;

  /*IE FIX*/
    zoom: 1; 
    *display: inline;
  }
  .col-wrap {
      
      text-align: center;
  }
.container {
  width: 1280px
}

.content-left {
  width: 240px;
  background-color: #FCFCFC;
  margin-top: 6px;
}
.content-right {
  width: 240px;
  background-color: #FCFCFC;
  margin-top: 6px;
}

.content-middle {
  width: 760px;
  border: 1px solid #E1E1E1;
  border-top: none;
  background-color: #fff;
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.content-middle-top {
  position:absolute; 
  height: 30px; 
  margin-top: -15px; 
  margin-left: -1px; 
  width: 760px;
  border-right: 1px solid #E1E1E1;
  border-left: 1px solid #E1E1E1;
  border-top: 1px solid #E1E1E1;
  background-color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  z-index: 2;
}
@media (min-width: 0px) and (max-width: 1240px) {
  .content-middle-top {
    margin-top: -3px;
  }
}

/* Take the left margin our of our rows */
.row {
  margin-left: 0;
}

/* Middle-Content paragraph - add some padding to the sides */
.content-middle .intro {
  margin: 106px 0 0 0;
}
.content-middle .intro p {
  padding: 0 0px;
  font-size: 16px;
  text-align: left;
  line-height: 1.7em;
  margin: 0 20px 20px;
}
  .content-middle .intro p:first-child:first-letter {
    display: block;
    font-size: 100px;
    line-height: 0.7em;
    float: left;
    height: 100px;
    width: 100px;
    margin: 10px 0 0 0;
    padding:0;
  }
  .ca-item-main .desc-ca-caption p:first-child:first-letter {
    display: auto;
    font-size: inherit;
    line-height: 0.7em;
    float: none;
    height: auto;
    width: auto;
    margin: 10px 0 0 0;
    padding: 0;
  }

.wide {
  width: 100%;
  margin: 40px 0;
}

.cart-container {
  width: 1240px;
  height: 100px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -620px;
  z-index: 100;
  text-align: center;
}
.cart-shadow {
  background: -moz-radial-gradient(center, ellipse cover,  rgba(137,137,137,0.65) 0%, rgba(137,137,137,0) 72%, rgba(137,137,137,0) 99%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(137,137,137,0.65)), color-stop(72%,rgba(137,137,137,0)), color-stop(99%,rgba(137,137,137,0))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(137,137,137,0.65) 0%,rgba(137,137,137,0) 72%,rgba(137,137,137,0) 99%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  rgba(137,137,137,0.65) 0%,rgba(137,137,137,0) 72%,rgba(137,137,137,0) 99%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  rgba(137,137,137,0.65) 0%,rgba(137,137,137,0) 72%,rgba(137,137,137,0) 99%); /* IE10+ */
  background: radial-gradient(ellipse at center,  rgba(137,137,137,0.65) 0%,rgba(137,137,137,0) 72%,rgba(137,137,137,0) 99%); /* W3C */

  position: relative;
  z-index: 0;
}
.cart-position {
  height: 70px;
  width: 150px;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 20;
  padding: 20px 20px;
  background: transparent;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;

  -webkit-transition: background 0.5s 0.5s ease-out;
    -moz-transition: background 0.5s 0.5s ease-out;
    -ms-transition: background 0.5s 0.5s ease-out;
    -o-transition: background 0.5s 0.5s ease-out;
    transition: background 0.5s 0.5s ease-out;
}
  .cart-position:hover {
    background: rgba(255,255,255,0.8);
    -webkit-transition: all 0s 0s ease-out;
    -moz-transition: all 0s 0s ease-out;
    -ms-transition: all 0s 0s ease-out;
    -o-transition: all 0s 0s ease-out;
    transition: all 0s 0s ease-out;
  }

.cart-speech-bubble {
  display: block;
  background-color: #ffffff;
  border-radius: 20px;
  height: 20px;
  float: right;
  font-size: 21px;
  min-width: 40px;
  overflow: auto;
  padding: 10px 0;

  box-shadow: 0 0 12px rgba(0,0,0,0.2);
}




/* Column Typography */

.content-left h2, 
.content-right h2 {
  color: #aeaeae;
  font-size: 28pt;
  line-height: 1.3em;
  font-weight: 0;
  text-align: center;
}

.content-left p, 
.content-right p {
  color: #aeaeae;
  font-size: 14pt;
  line-height: 1.3em;
  text-align: center;
  font-weight: 0;
}

/* Column Color */
.content-left, 
.content-right {
  background: #fcfcfc;
}

/* Same Day Shipping */

.same-day-shipping h2 {
  font-size: 30pt; 
  line-height: 1.2em
}
.same-day-shipping .shipping {
  font-size: 33pt;
}
.same-day-shipping p {
  font-size: 16pt; 
  line-height: 1.1em
}

/* Center column */
.content-middle h2 {
  color: #000;
  font-size: 32pt;
  line-height: 2em;
  font-weight: 300;
  text-align: center;
}


/* 256-bit Security */
.lock-base {
  /*background-image: url('lock_base@2x.png');*/
  background-position: 50% 50%;
  background-size: 170px 138px;
  height: 138px;
  margin: 0 auto 20px;
  width: 170px;
  position: relative;
}



/* Flip Clock */
.flip-clock-container {
  margin: 4px 10px 67px 18px;
  position: relative;
  float: left;
  width: 100%;
}

.your-clock{
  zoom: 0.4;
  -moz-transform: scale(0.4);
  -moz-transform-origin: left top;
  position: absolute;
  height: 120px;
  width: 480px !important;
}

.your-clock li {
  line-height: 1em;
}


/* As Seen In Press*/
.desc-press a {
  display: inline-block;
  margin: 10px;
}




/* Headline */
  .headline-wrap.fancy {
    margin-top: -240px;
    margin-left: -240px;
    width: 1240px;
    position: absolute;
    z-index: 2;
  }
    @media (min-width: 0px) and (max-width: 1240px) {
      .headline-wrap.fancy {
        margin-left: -112px;
        width: 984px;
      }
    
    	
    }

  .headline-wrap.fancy h1 {
    color: #ffffff;
    display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
    font-size: 54px;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    width: 984px;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    -webkit-transform: translateZ(0px);

    /*IE FIX*/
  zoom: 1; 
  *display: inline;
  }

/* Buy Options */
.buy-options-wrap {
  margin: 14px 0 0 0;
}
.buy-options-wrap div.buy-options {
  display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
 /* height: 220px;*/
  width: 186px;
  position: relative;
  margin: 15px 20px;
  vertical-align: top;
  /*IE FIX*/
  zoom: 1; 
  *display: inline;
}

.varians-buy-options {
    margin: 15px 20px;   
    }

.buy-option-price {
  font-size: 36px;
  height: 64px;
  font-weight: bold;
}

.buy-option-price > p {
     margin-bottom: 5px; 
    }
    
.buy-option-price .old-price {
   font-size: 24px;   
    }
        
.buy-option-positioning {
 	font-size: 16px;
    height: 35px;
    margin: 10px 0 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}
  .buy-option-outer {
    display: table; 
    position: absolute; 
    height: 100%; 
    width: 136px;;
    margin: 0 0 0 0;
  }
  .buy-option-middle {
     display: table-cell; 
     vertical-align: middle;
  }
  .buy-option-inner {
    margin-left: auto; 
    margin-right: auto; 
    width: 136px;
  }
.buy-option-name {
  font-size: 16pt;
  height: 23px;
  line-height: 1em;
  margin-bottom: 4px;
}

.buy-option-subtitle {
  font-size: 10pt;
  height: 16px;
  margin-bottom: 6px;
  line-height: 1em;
}

.buy-option-dropdown {
  display: block;
  background: #f3f3f3;  
  border: 1px solid #ebebeb;
  font-size: 10pt;
  border-radius: 3px;
  height: 20px;
  width: 132px;
  line-height: 1.5em;
  margin-bottom: 6px;
}


.stock_message > span {
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0;
  margin: 14px 0 0 0;
  font-size: 10pt;
}
.stock_message {
  line-height: 0.75em;
}
span.out-of-stock {
  font-size: 10pt;
  color: red;
  display: block;
  font-weight: 500;
  padding: 6px 0 0 0;
}
.out-of-stock input {
  background: #f4d0d0;
  border: 1px solid #c3a2a2;
  border-radius: 5px;
  display: block;
  line-height: 1em;
  font-size: 9pt;
  margin: 0 auto;
  padding: 0;
  height: 20px;
  width: 124px;
  border: 1px solid #cfcfcf;

  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(228,228,228,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(228,228,228,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* W3C */
}
  .out-of-stock input:hover {
    -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.1);
            box-shadow: 0 1px 0px rgba(0,0,0,0.1);
  }
  .out-of-stock input:active {
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
            box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
    border: 1px solid #cfcfcf;
  }

/* Buy Button */

input.buy-option-button  {
  height: 48px;
  width: 134px;
  border-radius: 6px;
  border: 1px solid #e5d17d;
  background: #ffe984;
  font-size: 16pt;
  text-align: center;
  padding: 0;
  font-family: "als_schlange_sansbold", "Neutraface","Helvetica Neue",Arial,sans-serif;
}
  input.buy-option-button:hover {
    -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.1);
            box-shadow: 0 1px 0px rgba(0,0,0,0.1);
  }
  input.buy-option-button:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    border: 1px solid #e5d17d;
    border-top: 1px solid #e5d17d;
  }

span.buy-superscript {
  font-size: 12pt;
  vertical-align: top;
}

  .headline-wrap.fancy h1 {
    color: #ffffff;
    display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.3em;
    text-align: center;
    width: 100%;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    -webkit-transform: translateZ(0px);

    /*IE FIX*/
  zoom: 1; 
  *display: inline;
  }

/* Value Bar */
.value-bar-wrap {
  background-size: 930px 140px;
  background-repeat: no-repeat;
  position: absolute;
  width: 853px;
  height: 140px;
  line-height: 1.8em;
  left: 50%;
  margin-left: -424px;
  z-index: 200;
  -webkit-transform-style: preserve-3d;
}
.value-bar-wrap div {
  display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
  vertical-align: middle;
  height: 90px;
  /*IE FIX*/
  zoom: 1; 
  *display: inline;
}
.value {
  display: block;
  min-width: 190px;
  font-size: 14pt;
  height: 70px;
  margin: 20px 0 0 0;
  padding: 10px 20px 0px 10px;

  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#fcfcfc));
  background-image: -webkit-linear-gradient(#f0f0f0, #fcfcfc);
  background-image:
      -moz-linear-gradient(#f0f0f0, #fcfcfc),
      -moz-linear-gradient(#f0f0f0, #fcfcfc);
  background-image:
      -o-linear-gradient(#f0f0f0, #fcfcfc),
      -o-linear-gradient(#f0f0f0, #fcfcfc);
  -moz-background-size: 2px 100%;
  background-size: 2px 100%;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat; 
}

.value:first-child {
  background-image:none;
}

.value-image {
  width: 50px;
  margin-right: 10px;
}

.value p {
  font-size: 17pt;
}

.value a {
  text-decoration: underline;
}


/* Value Ribbon */

.value-ribbon ul {
  background: url('value-ribbon_2x.png');
  background-size: 776px 55px;
  background-repeat: no-repeat;
  position: absolute;
  width: 776px;
  margin-left: -8px;
  list-style: none;
  text-align: center;
  height: 58px;
}

.value-ribbon ul li {
  color: #ffffff;
  display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
  vertical-align: top;
  min-width: 32.5%;
  text-align: center;
  margin-top: 8px;
  /*IE FIX*/
  zoom: 1; 
  *display: inline;
}
   .value-ribbon ul li div {
    margin: 0 auto;
   }
  .value-ribbon ul li img {
    height: 60px;
    width: 30px;
    float: left;
    margin: -16px 10px 0 0;
  }


  .value-ribbon ul li a {
    color: #fff;
    
  font-family: "als_schlange_sansbold", "Neutraface","Helvetica Neue",Arial,sans-serif;
    font-weight: 500;
    font-size: 13pt;
  }

/* Got Questions? */
.got-questions {
  background: #ffffff;
  text-align: center;
  margin: 20px 0px 40px 0px;
}

.got-questions div {
  display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
  text-align: center;
}

.got-questions h3 {
  text-transform: uppercase;
}
.got-questions i:hover {
      -webkit-animation: phonecall 1s ease infinite;
      
      
    }
.got-questions h2 {
  font-size: 50px;
  font-family: "als_schlange_sansbold", "Neutraface","Helvetica Neue",Arial,sans-serif;
}


.question-options-wrap {
  margin: 0 auto;
} 
.question-options-wrap h3 {
	background: none;
}
.question-option, 
.question-option div {
  display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
  vertical-align: top;
}

.type-wrap, 
.call-wrap {
  width: 340px;
  text-align: center;
}

.type-chatbox,
.callbox {
  height: 80px;
  overflow: hidden;
  cursor: pointer;
}

.type-chatbox-arrow {
  background-image: url('ugc-bubble-bg@2x.png');
  background-size: 6px 6px;
  background-repeat: repeat;
  height: 10px;
  width: 280px;
  margin-top: -1px !important;
}

  .callbox.speech-bubble p {
   background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 59%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(59%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 59%,rgba(255,255,255,0) 100%);
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 59%,rgba(255,255,255,0) 100%);
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 59%,rgba(255,255,255,0) 100%);
background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 59%,rgba(255,255,255,0) 100%);
  }

  .UGC-content .speech-bubble p {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 41%, rgba(255,255,255,0) 79%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(41%,rgba(255,255,255,1)), color-stop(79%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 41%,rgba(255,255,255,0) 79%,rgba(255,255,255,0) 100%);
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 41%,rgba(255,255,255,0) 79%,rgba(255,255,255,0) 100%);
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 41%,rgba(255,255,255,0) 79%,rgba(255,255,255,0) 100%);
background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 41%,rgba(255,255,255,0) 79%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );

  }


  ul.call-joke {
    list-style: none;
    width: 260px;
    margin: 0 auto;
    color: #6d6d6d;

    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 1%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0) 1%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C */
  }

  ul.call-joke li {
    font-size: 26pt;
    line-height: 1.3em;
    font-weight: 900;
  }
  ul.call-joke li:nth-child(even) {
    font-size: 21pt;
    font-weight: 100;
  }

  div.email-success {
    font-size: 120%;
    color: #01AC15;
    padding: 20px 0;
  }

  textarea.chat-question {
    color: #898989;
    font-size: 18pt;
    height: 50px;
    margin: 14px 0 0 0;
    text-align: center;
    width: 280px;
    overflow: hidden;
  }
.type-face-wrap {
  width: 100%;
}
  .type-face {
    height: 40px;
    width: 40px;
  }
  .type-amy {
      background-image: url('face-amy_2x.png');
      background-size: 40px 40px;
    }
    .type-amit {
      background-image: url('face-amit_2x.png');
      background-size: 40px 40px;
    }
    .type-lolrel {
      background-image: url('face-lolrel_2x.png');
      background-size: 40px 40px;
    }
.type-status, .call-status {
  background-color: #f8f8f8;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  font-size: 12px;
  height: 20px;
  margin: 10px 0;
}
  .type-status-light,
  .call-status-light{
    border: 1px solid #33d73f;
    border-radius: 6px;
    height: 10px;
    width: 10px;
    margin: 4px 0 4px 4px;

    background: rgb(66,252,91); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(66,252,91,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,252,91,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(66,252,91,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(66,252,91,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(66,252,91,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(66,252,91,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    
  }
  .type-status-message{
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1.9em;
    margin: 0 10px 0 4px;
  }

/* Section Wrap */

.wrap:nth-child(even){
  border-bottom: 1px solid #f1efef;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 90%, rgba(249,249,249,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%,rgba(255,255,255,0)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 90%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,0) 90%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,0) 90%,rgba(249,249,249,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 90%,rgba(249,249,249,1) 100%); /* W3C */
  

}



/* Expanded Email Form */
.type-chatbox.chatbox-expand {
  height: 440px;
}

.chatbox-expand textarea.chat-question {
  height: 180px;
}

.type-chatbox textarea {
  padding: 10px 16px;
  font-size: 14pt;
  line-height: 1.5em;
  text-align: left;
  color: #000000;
}

.type-chatbox input[type="text"]{
  display: none;
  padding: 16px 16px;
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
  width: 280px;
  margin: 14px 0 0 0;
}

input.chat-button-submit {
  display: none;
  font-size: 14pt;
  padding: 10px 10px;
  border: 1px solid rgba(220,220,220,1);
  border-radius: 4px;
  box-shadow: none;
  color: rgba(90,90,90,1);
  margin: 14px 0 0 0;
  width: 312px;
  line-height: 1.5em;

  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* W3C */
}

/* CHAT MODE */

input.chat-question-chat{
  border-radius: 4px;
  border: 1px solid rgba(220,220,220,1);
  color: #898989;
  padding: 13px 16px;
  font-size: 14pt;
  line-height: 1.5em;
  text-align: left;
  width: 280px;
  margin: 12px 0;
  text-align: center;
}


/* Cart Tab */

.cart-container ul ul{
  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.5s 0.5s ease-out;
    -moz-transition: all 0.5s 0.5s ease-out;
    -ms-transition: all 0.5s 0.5s ease-out;
    -o-transition: all 0.5s 0.5s ease-out;
    transition: all 0.5s 0.5s ease-out;
}
  .cart-container ul li:hover > ul {
    visibility: visible;
    opacity: 1;

    -webkit-transition: all 0s 0s ease-out;
    -moz-transition: all 0s 0s ease-out;
    -ms-transition: all 0s 0s ease-out;
    -o-transition: all 0s 0s ease-out;
    transition: all 0s 0s ease-out;
  }

  .cart-label {
    -webkit-transition: visibility 0.5s 0.5s ease-out;
    -moz-transition: visibility 0.5s 0.5s ease-out;
    -ms-transition: visibility 0.5s 0.5s ease-out;
    -o-transition: visibility 0.5s 0.5s ease-out;
    transition: visibility 0.5s 0.5s ease-out;   
  }

  ul.cart-position-list:hover > .cart-label {
    visibility: hidden;

    -webkit-transition: visibility 0s 0s ease-out;
    -moz-transition: visibility 0s 0s ease-out;
    -ms-transition: visibility 0s 0s ease-out;
    -o-transition: visibility 0s 0s ease-out;
    transition: visibility 0s 0s ease-out;
  }

ul.cart-tab-wrap {
  background: rgba(255,255,255,0.8);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 310px;
  position: absolute;
  right: 0px;
  top: 110px;
  text-align: left;
}
.cart-product-wrap {
  min-height: 0px;
  max-height: 320px;
  width: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

.cart-product-wrap::-webkit-scrollbar {
    -webkit-appearance: none;
}

.cart-product-wrap::-webkit-scrollbar:vertical {
    width: 8px;
}

.cart-product-wrap::-webkit-scrollbar:horizontal {
    height: 8px;
}

.cart-product-wrap::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .5);
}

.cart-tab-product-wrap {
  width: 260px;
  height: 66px;
  border-top: 1px solid #E4E4E4;
  position: relative;
  margin: 10px 0 0 24px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
  .cart-tab-outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 200px;
    margin: 0 0 0 86px;
  }
  .cart-tab-middle {
     display: table-cell; 
     vertical-align: middle;
  }
  .cart-tab-inner {
    margin-left: auto; 
    margin-right: auto; 
    width: 200px;
  }

.cart-tab-product-wrap:first-child {
 border-top: none; 
 border-top-left-radius: 6px;
 border-top-right-radius: 6px;
}

.cart-name-wrap {
  overflow: hidden;
}

  span.cart-tab-thumb {
    float: left;
  border-radius: 50%;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 10px 20px;
  }

  span.cart-tab-name,
  span.cart-tab-qty {
    display: block;
    margin: 4px 0 0 0;
  }

  span.cart-tab-name {
    font-size: 12pt;
    line-height: 1.2em;
    max-width: 170px;
  }
.cart-label {
  font-size:21pt; 
  float:right;
  line-height:4.2em;
  margin-right: 150px; 
  color: #ffffff;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.4);
  -webkit-transform: translateZ(0px);
}

.cart-tab-checkout {
  width: 320px;
  height: 80px;
}

.tab-checkout {
  background: #ffe984;
  border: none;
  border-radius: 4px;
  border: 1px solid #e5d17d;
  box-shadow: none;
  color: rgba(90,90,90,1);
  font-size: 18pt;
  line-height: 1em;
  padding: 10px 10px;
  width: 270px !important;
  height: 60px;
  margin: 0 0 0 20px; 
}
  .tab-checkout:hover {
    -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.1);
            box-shadow: 0 1px 0px rgba(0,0,0,0.1);
  }
  .tab-checkout:active {
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
            box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
    border: 1px solid #e5d17d;
    border-top: 1px solid #e5d17d;
  }





/* Social Media Share*/
.content-left .share-container:first-child,
.content-right .share-container:first-child {
  margin: 40px 0 0 0;
}

.share-container {
    height: 94px;
    width: 100%;
    position: relative;
    overflow: hidden;
    right: 0;
    margin: 0;
    z-index:4;
} 

.share-widget-left {
    height: 60px;
    width: 60px;
    right: 0;
    position: absolute;
    z-index: 50;
}
  .share-widget-facebook {
    display: none;
    margin-right: 85px;
  }
  .share-widget-twitter {
    display: none;
    margin-right: 90px;
  }
  #share-twitter,
  #share-tumblr {
    margin: 0 0 280px 0;
  }
  
  #share-twitter {
    margin-right: -100px;
  }
  
.share-widget-right {
    height: 60px;
    width: 60px;
    position: absolute;
    left: 0;
    z-index: 50;
}
  .share-widget-pinterest {
    display: none;
    margin-left: 90px;
  }
  .share-widget-tumblr {
    display: none;
    margin-left: 90px;
  }

.share-arm-left {
    height: 70px;
    position: absolute;
    width: 240px;
    z-index: 100;
    right: 0;
}
  .share-lumberjack {
    display: none;
    background-image: url('sprite-lumberjack.png');
    background-size: 720px 70px;
    background-position: 0 0;
    width: 240px;
  }
  .share-octo {
    display: none;
    background-image: url('sprite-octo.png');
    background-size: 1440px 70px;
    background-position: 0 0px;
  }
  
.share-arm-right {
    height: 70px;
    position: absolute;
    width: 240px;
    z-index: 100;
    left: 0;
}
  .share-cat {
    display: none;
    background-image: url('sprite-cat.png');
    background-size: 720px 70px;
    background-position: 0 0;
  }
  .share-robot1 {
    display: none;
    background-image: url('sprite-robot.png');
    background-size: 720px 70px;
    background-position: 0 0;
    margin: -2px 0 0 -63px;
  }
  

/* Map */
.map {
  width: 100%;
  position: relative;
  -webkit-transform-style: preserve-3d;
}
.map-bg {
  height: 440px;
  margin: 0 auto;
  padding: 0;
  text-align: center; 
  width: 100%;
  background: #65d6fd;
}

.map-gradient-top {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px 0px;
  z-index: 200;
  background: -moz-linear-gradient(top,  rgba(100,215,255,1) 0%, rgba(100,215,255,1) 61%, rgba(100,215,255,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,215,255,1)), color-stop(61%,rgba(100,215,255,1)), color-stop(100%,rgba(100,215,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(100,215,255,1) 0%,rgba(100,215,255,1) 61%,rgba(100,215,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(100,215,255,1) 0%,rgba(100,215,255,1) 61%,rgba(100,215,255,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(100,215,255,1) 0%,rgba(100,215,255,1) 61%,rgba(100,215,255,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(100,215,255,1) 0%,rgba(100,215,255,1) 61%,rgba(100,215,255,0) 100%); /* W3C */
}

.map-gradient-bottom {
  position: absolute;
  z-index: 300;
  bottom: 0;
  padding: 30px 0px;
  width: 100%;

  background: -moz-linear-gradient(top,  rgba(100,215,255,0) 0%, rgba(100,215,255,1) 39%, rgba(100,215,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,215,255,0)), color-stop(39%,rgba(100,215,255,1)), color-stop(100%,rgba(100,215,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(100,215,255,0) 0%,rgba(100,215,255,1) 39%,rgba(100,215,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(100,215,255,0) 0%,rgba(100,215,255,1) 39%,rgba(100,215,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(100,215,255,0) 0%,rgba(100,215,255,1) 39%,rgba(100,215,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(100,215,255,0) 0%,rgba(100,215,255,1) 39%,rgba(100,215,255,1) 100%); /* W3C */
}

.map-bg h2 {
  color: #ffffff;
  font-size: 54px;
  font-weight: normal;
  font-family: "als_schlange_sansbold", "Neutraface","Helvetica Neue",Arial,sans-serif;
}

.pin {
  position: absolute;
  z-index: 200;
  height: 20px;
  width: 10px;
  background-image: url('map_pin.png') ;
  background-size: 10px 20px;
}

.pin-shadow {
  z-index: -100;
  height: 1px;
  width: 6px;
  display: block;
  margin: 14px 0 0 2px;

  background: -moz-linear-gradient(left,  rgba(0,0,0,0) 1%, rgba(0,0,0,0.2) 49%, rgba(0,0,0,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(0,0,0,0)), color-stop(49%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.2) 49%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.2) 49%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.2) 49%,rgba(0,0,0,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.2) 49%,rgba(0,0,0,0) 100%); /* W3C */

}
.pin-container { 
  height: 400px;
	position: relative;
	width: 984px;
	margin: 0px auto;
	overflow: hidden;
	background-image: url('yet-another-map2.png');
	background-size: 800px 500px;
	background-position: 100px -40px;
	background-repeat: no-repeat;
}
ul.map-stats {
  width: 100%;
  margin: 0 auto;
}
ul.map-stats li {
  color: #ffffff;
  display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
  vertical-align: top;
  margin: 0 2px;
  width: 210px;
}
ul.map-stats li h5, 
ul.map-stats li p {
  text-align: left;
  font-weight: 100;
  line-height: 1.2em;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
  ul.map-stats li h5 {
    font-size:12px;
  }
 ul.map-stats li p {
    font-size: 24px;
 }             
 .map-stats-thumb {
    height: 40px;
    width: 40px;
    float: left;
    margin: 0 4px;
 }
 /* Blockquote */
 blockquote {
  font-size: 30pt;
  text-align: center;
  margin: 80px 40px;
  line-height: 1.2em;
  border: none;
  padding: 0;
 }

 /* Description Slideshow */
 #desc-slide-wrapper {
        background-color: #fff;
        width: 100%;
        height: 400px;
        overflow: hidden;
        position: relative;
        left: 0;
        margin: 40px auto;
      }
      #desc-slide-wrapper #carousel img {
        display: block;
        float: left;
      }
      #desc-slide-wrapper #prev, #desc-slide-wrapper #next {
        background-color: rgba(255, 255, 255, 0.7);
        display: block;
        height: 400px;
        width: 24%;
        top: 0;
        position: absolute;
      }
      #desc-slide-wrapper #prev:hover, #desc-slide-wrapper #next:hover {
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.8);
      }
      #desc-slide-wrapper #prev {
        left: -100px;
      }
      #desc-slide-wrapper #next {
        right: -100px;
      }
      #desc-slide-wrapper #pager {
        margin-left: -240px;
        position: absolute;
        left: 50%;
        bottom: 10px;
      }
      #desc-slide-wrapper #pager a {
        border: 2px solid #fff;
        border-radius: 10px;
        display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
        width: 10px;
        height: 10px;
        margin: 0 5px 0 0;
      }
      #desc-slide-wrapper #pager a:hover {
        background-color: rgba(255, 255, 255, 0.5);
      }
      #desc-slide-wrapper #pager a span {
        display: none;
      }
      #desc-slide-wrapper #pager a.selected {
        background-color: #fff;
      }
      

  /* Twenty Twenty Widget */
  .twentytwenty-handle:before, .twentytwenty-handle:after {
  content: " ";
  display: block;
  width: 3px;
  background: white;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -1.5px;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: #000000;
  font-size: 13px;
  letter-spacing: 0.1em; 
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  margin-top: -19px;
  line-height: 38px;
  padding: 0 20px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; 
  }
  .twentytwenty-container img {
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: "Before";
    left: 10px; }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: "After";
    right: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; 
}
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 0; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 0; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40; }
  .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
  .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}


.faq-wrap,
.UGC-wrap,
.question-wrap,
.cc-wrap {
  padding: 40px 0 60px;
  background: #ffffff;
}

/* Masonry styling */

.faq-wrap,
.UGC-wrap {
  text-align: center;
  position: relative;
}

.faq-wrap ul, 
.UGC-wrap ul {
  list-style: none;
  padding: 0;
  margin: 40px auto 0;
  position: relative;
  width: 100%;
  text-align: center;
}

.faq-wrap ul li, 
.UGC-wrap ul li {
  width: 350px;
  vertical-align: top;
  display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
  margin: 20px auto;
  margin-left: 30px;
  text-align: left;
  position: relative;
}
  .faq-wrap p, 
  .UGC-wrap p {
    font-size: 14pt;
    line-height: 1.6em;
  }
  .faq-wrap p {
    margin: 20px 0px;
  }
  .UGC-wrap p {
    margin: 20px 20px;
  }

	.faq-wrap h3 {
     background: none; 
    color: inherit;
    font-family: inherit;
    font-weight: bold;
   line-height: 1.5em;
    margin: 10px 0;
    text-rendering: optimizelegibility;
    }

 .faq-wrap h4 {
   font-weight: 300; 
   margin: 0;
   line-height: 1em;
   background: none;
   text-align: center;
  }
  
.faq-wrap ul li a, 
.UGC-wrap ul li a {
  color: #5a5a5a;
  text-decoration: none;
}
  .faq-wrap ul li a:hover, 
  .UGC-wrap ul li a:hover {
    color: #5a5a5a;
    text-decoration: underline;
  }
  .image-post .user-wrap .user-info a {
    color: #ffffff;
    text-align: left;
  }
  .image-post .user-wrap .user-info {
    text-align: left;
  }

.faq-contact {
  border: 1px solid #cccccc;
  border-radius: 20px;
  width: 400px;
  padding: 10px 0px;
  margin: 0 auto;
  font-size: 14pt;
}
.faq-faces {
  text-align: center;
  margin: 14px 0 0 0;
}
  .faq-faces img {
    display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
    width: 40px;
    height: 40px;
  } 

.faq-contact-arrow {
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  height: 8px;
  width: 8px;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg); /* IE 9 */
  -webkit-transform:rotate(45deg); /* Safari and Chrome */
  margin: 14px auto -4px;
}
.author {
  text-align: center;
  margin: 0 0 12px 0;
}
  .author div {
    display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
    vertical-align: middle;
  }
  .author img {
    display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
    width: 40px;
    height: 40px;
  }
  .author p {
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url('http://cdn.photojojo.net/store/awesomeness/new/img/author_says_bg@2x.png');
    background-size: 380px 108px;
    background-position: center center;
  }
  .author-divide {
    border-top: 1px solid #cccccc;
    height: 1px;
    width: 12%;
    margin: 0px 10px;
  }
  .author-says {
    font-size: 14pt;
    margin: 0 10px;
  }
.image-post {
  color: #ffffff;
  border: 1px solid #f1f1f1;
}
  .image-post a {
    color: #ffffff;
  }
  .image-post .user-wrap {
    bottom: 0;
    z-index: 10;
    position: absolute;
    padding-bottom: 10px;
      
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
  }
  .image-post p {
    font-size: 12pt;
    text-align: center;
      height: 40px;
      position: absolute;
      z-index: 0;
      width: 100%;
      padding: 10px 0;
      margin: 0;
      color: #ffffff;

      background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
      background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
  }
  .image-post p img {
    width: 20px; 
    height: 20px;
  }

.user-info,
.user-wrap > a img {
  display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
  vertical-align: top;
  position: relative;
}
  .user-info > span {
    display: block;
    text-align: left;
  }

.user-wrap {
  text-align: center;
  height: 40px;
  width: 100%;
}
  .user-wrap > a img {
    border-radius: 20px;
    height: 40px;
    width: 40px;
    margin: 0 6px;
    overflow: hidden;
  }

.speech-bubble {
  background-image: url('ugc-bubble-bg_2x.png');
  background-size: 6px 6px;
  background-repeat: repeat;
  background-position: 50% 50%;
  border: 1px solid #d0d0d0;
  width: 340px;
  border-radius: 4px;
}
  .speech-arrow-wrap {
    height: 16px;
    width: 42px;
    overflow: hidden;
    position: relative;
    margin: -1px auto 0;
  }
  .speech-arrow {
    width: 0; 
    height: 0;
    height: 21px;
    width: 26px;
    border: 1px solid #d0d0d0;
    position: absolute;
    top: -16px;
    left: 1px;
    overflow: hidden;
    background-color: #fcfcfc; 


    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.speech-arrow-flip {
  height: 100px;
  width: 100px;
  background-image: url('http://cdn.photojojo.net/store/awesomeness/new/img/ugc-bubble-bg@2x.png');
  background-size: 6px 6px;
  background-repeat: repeat;
  background-position: 50% 50%;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); 
}


/* Face wall */
.face-note-wrap {
  height: 60px;
  background: rgba(255,255,255,0.8);
  border-radius: 40px;
  position: fixed;
  z-index: 1000000;
  top: 20px;
  left: 20px;
  display: block;
  overflow: hidden;
  opacity: 0;
  min-width: 60px;
}
  .face-wall-wrap > img {
    opacity: 0.3; 
    width: 722px; 
    height: 57px;
    display: block;
    margin: 0 auto;
  }
  .face-note-wrap > div {
    display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
    vertical-align: top;
  }
  .face-note-wrap .face-wrap {
    margin: 6px 6px;
    position: relative;
    height: 48px;
    width: 48px;
    background: #ffffff;
    border-radius: 40px;
  }
  p.face-text {
    color: #000000;
    font-size: 15px;
    width: 120px;
    vertical-align: top;
    display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
    text-align: center; 
    line-height: 1.2em; 
    margin: 12px 20px ;
  }
  .face-note-wrap .face {
    overflow: hidden;
    margin: 5px auto;
    padding: 0;
  }
  .face-location {
    background-image: url('http://cdn.photojojo.net/store/awesomeness/new/img/face/push-bubble.png');
    background-size: 60px 40px; 
    width: 60px;
    height: 40px; 
    text-align: center;
    display: block;
    position: absolute;
    top: -14px;
    left: -5px;
  }
    .face-location p {
      font-size: 8pt;
      display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
      margin-top: 10px;
    }
    .face-flag {
      display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;      
      margin-top: 8px;
    }
.face-wall-wrap {
  width: 100%;
  height: 300px;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
} 
  .face-wall-wrap h2 {
    font-size: 14pt;
    line-height: 1em;
    font-weight: 100;
  }
  .face-wall-wrap p {
    font-size: 10pt;
  }

.face-wall-wrap{
  text-align: center;
}
.face-wrap {
  height: 50px;
  width: 40px;
  position: relative;
  display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
  margin: 10px 20px;
}
  .face {
    height: 40px;
    width: 40px;
    position: relative;
    margin: 0 auto;
    display: block;
  }
  .face-base {
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }

 

/* Comparison Chart */
.cc-wrap {
  background: #ffffff;
  width: 100%;
  height: auto;
}
.cc-table {
  text-align: center;
  margin: 0 auto;
  line-height: 1.5em;
  font-size: 14pt;
  max-width: 100%;
}

.cc-table td {
  width: 280px;
  padding: 16px 14px;
  border-top: 2px solid #f7f7f7;
  border-left: 2px solid #f7f7f7;
}
.cc-headlines td,
.cc-thumbnails td,
.cc-link td {
  border: none;
}
.cc-name td {
  border-top: none;
}
.cc-price td {
  border-bottom: none;
}
.cc-table tr > td:first-child {
  border-left: none;
}
.cc-special {
  background: -moz-linear-gradient(left,  rgba(244,251,255,0) 0%, rgba(244,251,255,0.98) 50%, rgba(244,251,255,1) 51%, rgba(244,251,255,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(244,251,255,0)), color-stop(50%,rgba(244,251,255,0.98)), color-stop(51%,rgba(244,251,255,1)), color-stop(100%,rgba(244,251,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(244,251,255,0) 0%,rgba(244,251,255,0.98) 50%,rgba(244,251,255,1) 51%,rgba(244,251,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(244,251,255,0) 0%,rgba(244,251,255,0.98) 50%,rgba(244,251,255,1) 51%,rgba(244,251,255,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(244,251,255,0) 0%,rgba(244,251,255,0.98) 50%,rgba(244,251,255,1) 51%,rgba(244,251,255,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(244,251,255,0) 0%,rgba(244,251,255,0.98) 50%,rgba(244,251,255,1) 51%,rgba(244,251,255,0) 100%); /* W3C */
}
.cc-special
.cc-headlines {
  font-size: 18pt;
  line-height: 1.2em;
}
  .cc-headlines .cc-special {
    background: white url('../img/cc-table-bg.png');
    background-size: 240px 140px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
  }

  .cc-link .cc-special {
    background: white url('../img/cc-table-bg.png');
    background-size: 240px 80px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
  }

.cc-name {
  font-size: 18pt;
  font-weight: 900;
}
.cc-price {
  font-size: 21pt;
}
.cc-sub {
  color: #888888; font-size: 12pt;
}
.cc-price td:first-letter  {
  vertical-align: super; 
  font-size: 8pt;
}
button.cc-button {
  height: 36px;
  width: 155px;
  border-radius: 6px;
  border: 1px solid #cfcfcf;
  font-family: 'proxima-nova-soft', sans-serif;
  font-size: 13pt;
  text-align: center;

  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(228,228,228,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(228,228,228,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* W3C */
}
  button.cc-button:hover {
    -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.1);
            box-shadow: 0 1px 0px rgba(0,0,0,0.1);
  }
  button.cc-button:active {
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
            box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
    border: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
  }
  button.cc-button-active {
    height: 36px;
    width: 155px;
    border-radius: 6px;
    border: 1px solid #eaeaea;
    background: #f9f9f9;
    color: #cdcdcd;
    cursor: default;
    font-family: 'proxima-nova-soft', sans-serif;
    font-size: 13pt;
    text-align: center;
  }
@media (min-width: 0px) and (max-width: 1000px) {
  /* Comparison Chart */
  .cc-table {
    text-align: center;
    margin: 0 auto;
    line-height: 1.5em;
    font-size: 12pt;
    width: 790px;
  }
  .cc-table td {
    padding: 16px 5px;
    border-top: 2px solid #f7f7f7;
    border-left: 2px solid #f7f7f7;
  }
  .cc-headlines td,
  .cc-thumbnails td,
  .cc-link td {
    border: none;
  }
  .cc-name td {
    border-top: none;
  }
  .cc-price td {
    border-bottom: none;
  }
  .cc-table tr > td:first-child {
    border-left: none;
  }
  .cc-table img {
    width: 190px;
    height: auto;
  }
  .cc-name {
    font-size: 14pt;
    font-weight: 900;
  }
}
@media (min-width: 1000px) and (max-width: 1280px) {
  .cc-table {
    text-align: center;
    margin: 0 auto;
    line-height: 1.5em;
    font-size: 14pt;
    width: 940px;
  }
  .cc-table td {
    padding: 16px 10px;
    border-top: 2px solid #f7f7f7;
    border-left: 2px solid #f7f7f7;
  }
  .cc-headlines td,
  .cc-thumbnails td,
  .cc-link td {
    border: none;
  }
  .cc-name td {
    border-top: none;
  }
  .cc-price td {
    border-bottom: none;
  }
  .cc-table tr > td:first-child {
    border-left: none;
  }
  .cc-table img {
    width: 200px;
    height: auto;
  }
  .cc-name {
    font-size: 16pt;
    font-weight: 900;
  }
}
@media (min-width: 1280px) {
  .cc-table {
    text-align: center;
    margin: 0 auto;
    line-height: 1.5em;
    font-size: 16pt;
    max-width: 2000px;
  }
  .cc-table td {
    padding: 16px 10px;
    border-top: 2px solid #f7f7f7;
    border-left: 2px solid #f7f7f7;
  }
  .cc-headlines td,
  .cc-thumbnails td,
  .cc-link td {
    border: none;
  }
  .cc-name td {
    border-top: none;
  }
  .cc-price td {
    border-bottom: none;
  }
  .cc-table tr > td:first-child {
    border-left: none;
  }
  .cc-table img {
    width: 200px;
    height: auto;
  }
  .cc-name {
    font-size: 18pt;
    font-weight: 900;
  }
}

/* Featured Editorial Content */
.editorial-wrap {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
  @media (min-width: 1950px) and (max-width: 5000px) {
    .editorial-wrap {
      width: 1940px;
    }
  }
  .editorial-wrap img {
    margin: 0 auto;
  }

.ca-container{
  position:relative;
  margin: 0 auto;
  width: 100%;
  height: 492px;
}
.ca-wrapper{
  width:100%;
  height:100%;
  position:relative;
}
.ca-item{
  position:relative;
  float:left;
  width:492px;
  height:100%;
  text-align:center;
  margin-left: -27%;
}
.ca-item-main{
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  background:#fff;
  overflow:hidden;
  -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
  box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}

.ca-nav span{
  width:25px;
  height:38px;
  background:transparent url('hero_arrows_left@2x.png') no-repeat center center;
  background-size: 80px 142px;
  position:absolute;
  top:0;
  left:0;
  text-indent:-9000px;
  opacity:1;
  cursor:pointer;
  z-index:100;
  height: 100%;
  width: 100px;
}
.ca-nav span.ca-nav-next{
  background:transparent url('hero_arrows_right@2x.png') no-repeat center center;
  background-size: 80px 142px;
  left:auto;
  right:0px;
}
.ca-nav span:hover{
  opacity:1.0;
}

/* Description Container */
.desc-carousel-wrap {
//  margin: 60px auto;
    margin: 0 auto;
  	margin-top: -7px;
  	
}
.desc-container.ca-container{
  position:relative;
  margin: 0px auto 20px auto;
  width: 760px;
  height: 320px;
}

.desc-container.ca-container .ca-wrapper .ca-item {
  margin-left: -340px;
  width: 480px;
}

.desc-container.ca-container .ca-nav span {
  width:25px;
  height:38px;
  background:transparent url('hero_arrows_left_2x.png') no-repeat center center;
  background-size: 40px 71px;
  position:absolute;
  top:0;
  left:0;
  opacity:1.0;
  text-indent:-9000px;
  cursor:pointer;
  z-index:100;
  height: 100%;
  width: 100px;
}

.desc-container.ca-container .ca-nav span.ca-nav-next {
  background:transparent url('hero_arrows_right_2x.png') no-repeat center center;
  background-size: 40px 71px;
  left:auto;
  right:0px;
}

.desc-ca-caption {
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: url('fade-ie-7.png');
  background-repeat: repeat-x;
}

.desc-container.ca-container .ca-wrapper .ca-item .desc-ca-caption p {
  font-size: 14pt;
  line-height: 1.3em;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
}
.desc-container.ca-container .ca-wrapper .ca-item .desc-ca-caption p a {
  color: #ffffff;
}

/* Ribbon Title */
h2.ribbon-title {
  font-family: "als_schlange_sansbold", "Neutraface","Helvetica Neue",Arial,sans-serif;
  display: block;
 background: url('value-ribbon-title_2x.png');
  background-size: 776px 100px;
  background-repeat: no-repeat;
 // position: absolute;
  width: 776px;
  height: 100px;
  list-style: none;
  text-align: center;
  margin: 0 0 0 -8px;
  color: #ffffff;
  z-index: 2;
}

/* Special Description */

.desc-special {
  background: #ffffff;
  position: relative;
  z-index: 2;
  width: 700px;
  margin: -20px auto 0;
  padding: 24px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.desc-special p {
  line-height: 3em;
}

.content-middle .intro .desc-special p:first-child:first-letter {
  display: inherit;
  font-size: inherit;
  line-height: auto;
  float: none;
  height: auto;
  width: auto;
  margin: 0 0 0 0;
  padding: 0;
}
.desc-special .desc-carousel-wrap {
  position: relative;
}
.desc-special .desc-carousel-wrap button {
  background: #707070;
  z-index: 100;
  position: relative;
  border: none;
  border-radius: 40px;
  padding: 10px 20px;
  color: #ffffff;
  margin: 0 0 0 0;
}

.desc-container.ca-container .ca-wrapper .ca-item .desc-ca-caption p {
  font-size: 10pt;
  line-height: 1.3em;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* List */
.list-wrap {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
} 
  .list-wrap h2 {
    margin: 24px auto 0px;
  }
  .list-wrap img {
    width: 600px; 
    height: 86px;
    padding: 0;
    margin: 30px auto 6px;
  }
.list-wrap ul {
  list-style: none;
  text-align: center;
  width: 984px;
 
  margin: 0 auto 60px;
  overflow: hidden;
}
  .list-wrap ul li {
    display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
    width: 200px;
    vertical-align: top;
    text-align: center;
    margin: 0 1em;
  }
  .list-wrap ul li img {
    text-align: center;
    height: 200px;
    width: 230px;

    border: 1px solid #f1f1f1;
    border-radius: 4px;
    -webkit-box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.1);
            box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
  }
    .list-wrap ul li:hover img {
      -webkit-transform: scale(1.01);
      -webkit-transition: all 0.1s ease-in-out;
      -webkit-box-shadow:  0px 2px 1px 0px rgba(0, 0, 0, 0.2);
              box-shadow:  0px 2px 1px 0px rgba(0, 0, 0, 0.2);
    }

  .list-wrap ul li p {
    margin-top: 10px;
    line-height: 1.5em;
    font-size: 12pt;
  }

  .list-wrap ul li a {
    color: #000000;
    text-decoration: none;
  }
  .list-wrap ul li a:hover {
    color: #000000;
    text-decoration: none;
  }
.list-caption {
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0;
}


/* Dragon */
.dragon-wrap {
  height: 92px;
  width: 160px;
  position: absolute;
  z-index: 10;
	top: 280px;
	right: -30px;
  display: none;
}

.dragon-wave {
  background: url('seaserpent-wave.png');
  background-position: center center;
  background-size: 166px 75px;
  background-repeat: repeat-x;
  height: 60px;
  width: 136px;
  position: absolute;
  bottom: 0;
  z-index: 100;
}

.dragon-head {
  background-image: url('dragon_head.png');
  background-size: 30px 35px;
  width: 30px;
  height: 35px;
  position: absolute;
  top: 26px;
  left: 140px;
  z-index: 0; 
}

.dragon-body {
  background-image: url('dragon_body.png');
  background-size: 40px 32px;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 42px;
  left: 45px;
  z-index: 0; 
}


/* Fade */

.fade-white {
  z-index: 500;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 200px;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%); /* W3C */
}

/* Facewall Gradient for IE */


/* TODO */

@media (min-width: 0px) and (max-width: 1280px) {
  span.as-seen-in-sm {
    display: block;
  }
  span.as-seen-in {
    display: none;
  }
  /* Cart */
  .cart-container {
    width: 940px;
    height: 100px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -470px;
    z-index: 100;
    text-align: center;
  }

  .faq-wrap ul li h3 {
    font-size: 18pt;
    margin: 0;
  }
  .faq-wrap p {
    margin: 20px 10px;
    font-size: 14pt;
    line-height: 1.6em;
  }
  .carousel-caption h1 {
    font-size: 32px;
  }

  /* Social Media Share */
  .share-widget-facebook {
    margin-right: 14px;
  }
  .share-widget-twitter {
    margin-right: 20px;
  }
  .share-widget-pinterest {
    margin-left: 20px;
  }
  .share-widget-tumblr {
    margin-left: 20px;
  }

  .share-octo {
    left: -60px;
  }
  .share-lumberjack {
   left: -60px; 
  }
  .share-cat {
    left: -80px;
  }
  .share-robot1 {
   left: -71px; 
  }

  .container {
    width: 986px;
    margin-top: -7px;
  }

  /* Sidebar */
  .content-left {
    width: 108px;
  }
  .content-right {
    width: 108px;
  }

  /* Column Typography */
  .content-left h2, 
  .content-right h2 {
    color: #aeaeae;
    font-size: 13pt;
    line-height: 1.3em;
    font-weight: 0;
    text-align: center;
  }

  .content-left p, 
  .content-right p {
    color: #aeaeae;
    font-size: 10pt;
    line-height: 1.5em;
    text-align: center;
    font-weight: 0;
  }
  .content-left .shipping {
    font-size: 13pt;
  }

  /* Flip Clock */
  .flip-clock-container {
    margin: 0 0px 40px 0px;
    padding: 0;
    position: relative;
    height: 20px;
    float: left;
  }

  .flip-clock-wrapper ul li a div.up:after {
    content: "";
    position:absolute;
    top:10px;
    left:0;
    z-index: 5;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,.4);
  }

  .your-clock{
    zoom: 0.2;
    -moz-transform: scale(0.2);
  }

  .your-clock li {
    line-height: 1em;
  }

  span.flip-clock-label {
    visibility: hidden;
  }

  /* 256-bit Security */
 


  .lock-sprite {
    width: 40px;
    height: 40px;
    margin: 20px 27px;
    position: relative;
  }

  /* Recycle Arrows */
  .we-love-earth p{
    font-size: 8pt;
    margin: 4px 4px;
  }
  .we-love-earth h2 {
    margin-top: 12px;
  }
  .recycle-container {
    height: 50px;
    margin: 0 auto -7px;
    width: 50px;
    position: relative;
  }
  .recycle-arrows {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    position: relative;
  }
}
  /* Map */
  ul.map-stats li h5 {
    font-size:12px;
  }
  ul.map-stats li p {
    font-size: 24px;
  }             
  .map-stats-thumb {
    height: 40px;
    width: 40px;
    float: left;
    margin: 0 4px;
  }

  /* Footer */
  ul.footer-links li {
    display: inline-block;
    /*IE FIX*/
    zoom: 1; 
    *display: inline;
    font-size: 14pt;
    margin: 20px 10px;
    text-align: center;
  }
  
}

@media (min-width: 0px) and (max-width: 870px) {

  .hidden-small-desktop {
    display: none !important;
  }
  .visible-small-desktop {
    display: inherit !important;
  }
  .carousel-caption h1 {
    font-size: 32px;
  }
  
}

/* RETINA */
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
}
