
/****************************
-- Layout --
****************************/
main > section.tabs > .wrapper {
    max-width: 1460px;
    margin: 0 auto;
    padding: 50px 10px 0;
    width: 100%;
}


.mob .tabs .tab > .l-gradient-top-grey, .mob .tabs .tab > *:first-child, .mob .tabs.slidable .tab > *, .mob .tabs .tab > * {
    margin: 0 10px;
    padding: 20px 0;
}

.tabs .grid.g-1 > .column {
  padding: 0 0 10px;
  width: 100%;
}

.tabs .grid > .column {
  display: inline-block;
  font-size: 10px;
  vertical-align: top;
}

.hh header>*>*>.wrapper, .hh header>*>.wrapper, .hh main>aside>.wrapper, .hh main>section>.wrapper {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

/****************************
-- Tabs --
****************************/
.tabs {
  margin-top: 12em;
  position: relative;
  -webkit-box-shadow: 0 -5px 5px -4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 -5px 5px -4px rgba(0,0,0,0.3);
  box-shadow: 0 -5px 5px -4px rgba(0,0,0,0.3);
}

.tabs,
.tabs.drop-shadow.curve,
.tabs.drop-shadow.curve.l-gradient-bot-grey {
  background-color: #fff;
}

.tabs.l-gradient-bot-grey {
  background-color: #fff;
}

.tabs.t-0 {
  display: none;
}

.tabs.t-1,
.tabs.drop-shadow.curve.t-1,
.tabs.drop-shadow.curve.l-gradient-bot-grey.t-1 { /* 1 Tab only: Hide*/
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.tabs .wrapper {
  padding: 0;
  position: relative;
  z-index: 1;
}

.product .banner + .tabs,
.product .tabs.t-1 ,
.banner.back + .tabs,
.banner + .tabs,
.banner.slider + .tabs.t-1,
.banner.back.slider + .tabs.t-1,
.tabs.t-1 {
  margin-top: 0;
}

/* * + .tabs.no-back */
.banner.slider + .tabs,
.banner.back.slider + .tabs {
  margin-top: 12em;
}

.tabs .tabs-nav {
  bottom: 100%;
  position: absolute;
  width: 100%;
}

.tabs.t-2 .tabs-nav{
  width:49.3618%;
  left: 25.3182%;
}

.tabs.t-3 .tabs-nav{
  width: 74.4681%;
  left: 12.7660%;
}

.tabs .tabs-nav li {
  float: left;
}

.tabs.t-2 .tabs-nav li {
  margin-left: 1.7242%;
  width: 49.1380%;
}

.tabs.t-3 .tabs-nav li {
  margin-left: 1.1429%;
  width: 32.5715%;
}

.tabs.t-4 .tabs-nav li {
  margin-left: 0.8511%;
  width: 24.3618%;
}

.tabs.t-5 .tabs-nav li {
  margin-left: 0.5320%;
  width: 19.5745%;
}

.tabs.t-6 .tabs-nav li {
  margin-left: 0.8511%;
  width: 15.9575%;
}

.tabs.t-7 .tabs-nav li {
  margin-left: 0.5320%;
  width: 13.8298%;
}

.tabs.t-8 .tabs-nav li {
  margin-left: 0.4256%;
  width: 12.1277%;
}

.tabs.t-9 .tabs-nav li {
  margin-left: 0.5320%;
  width: 10.6383%;
}

.tabs .tabs-nav ul li:first-child{
  margin: 0;
}

.tabs .tabs-nav li a {
  background: #f4f4f4;
  color: #7d6a55;
  height: 60px;
  font-size: 14px;
  opacity: 0.7;
  position: relative;
  text-shadow: 0 0 1px #ccc;
}

.tabs a.icon, .tabs a.no-icon {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.tabs a.icon > span, .tabs a.no-icon > span {
    display: table-cell;
    vertical-align: middle;
}

.tabs nav > ul > li > a {
    display: block;
}

.tabs .tabs-nav li a.active {
  background: #fff;
  color: #7d6a55;
  opacity: 1;
}

.tabs .tabs-nav li a.active:after {
  bottom: 5px;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index:-1;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
}

.tabs .tabs-nav li .icon div {
  width: 30%;
}

.tabs .tabs-nav li .icon div img {
  padding-top: 11px;
}

.tabs .tabs-nav li .icon span {
  line-height: 1.25;
  overflow: hidden;
  padding-right: 0.5em;
  text-overflow: ellipsis;
  width: 70%;
}

.tabs .tabs-nav li .icon .active {
  display: none;
}

.tabs .tabs-nav li .icon.active img {
  display: none;
}

.tabs .tabs-nav li .icon.active .active {
  display: block;
}

.tabs .tabs-slides.drop-shadow {
  background: transparent;
}

.tabs .tabs-slides:before {
  display: none;
}

.tabs .tabs-nav ~ .tab, /* For regular tabs */
.tabs .tabs-nav + * {
  border-top: 5px solid #fff;
}

.tabs.t-1 .tabs-nav ~ .tab { /* For regular tabs */
  border-top-width: 0;
}

.tabs .tab {
  display: none;
  margin: 0;
  min-height: 200px;
}

.tabs.regular .tab {
  display: block;
}

.tabs .tab.active {
  display: block;
}

.tabs .tab > * {
  margin: 0;
  padding: 0 0 40px;
}

.tabs .tab > .l-gradient-top-grey,
.tabs .tab > *:first-child {
  padding-top: 40px;
}

.tabs.slidable .tab > * {
  margin: 0 4px;
}

.tabs.slidable .tab > * > section {
  margin-top: 40px;
}

.tabs.slidable .tab > * > section:first-child {
  margin-top: 0;
}

/* Tabs without icon */
.tabs .tabs-nav .no-icon span {
  padding: 0 4px;
  text-align: center;
  width: 100%;
}

/****************************
-- Sections Specifics --
****************************/
.tab h2,
.tab .center {
  margin-top: 0;
  margin-bottom: 1.5em;
}

/*+++++++++++++++++++++++++++
Features
+++++++++++++++++++++++++++*/
.tab .text li {
  font-size: 15px;
  font-size: 1.5rem;
}

/*+++++++++++++++++++++++++++
Compare
+++++++++++++++++++++++++++*/
.tabs.slidable  .tab.compare  > * > section {
  margin-top: 0;
}

.tabs.slidable .slide a:after {
  color: #eaeaea;
  font-size: 30px;
  font-family: ngicons;
}

.tabs.slidable .slide a.next:after {
  content: '\e901';
}

.tabs.slidable .slide a.prev:after {
  content: '\e905';
}
/****************************
-- Tabs for Handheld --
****************************/
.hh .tabs.t-4 .tabs-nav,
.hh .tabs.t-5 .tabs-nav,
.hh .tabs.t-6 .tabs-nav,
.hh .tabs.t-7 .tabs-nav,
.hh .tabs.t-8 .tabs-nav,
.hh .tabs.t-9 .tabs-nav {
  left: 0;
  padding: 0 20px;
}

/****************************
-- Tabs for Tablet --
****************************/
.tablet .tab.features  .grid.rule > .column:before,
.tablet .tab.features  .grid .column.rule:before,
.tablet .tab.overview  .grid.rule > .column:before,
.tablet .tab.overview  .grid .column.rule:before {
  border: 0;
}

/****************************
-- Tabs for Mobile --
****************************/
/*.mob .tabs {
  margin-top: 0;
}*/

.mob .banner + .tabs {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.mob .tabs .tab {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.mob .tabs .accordion + .tab > * {
  border-top: 2px solid #eaeaea;
}

.mob .tabs .tab > .l-gradient-top-grey {
  background: none;
  border-top: 1px solid #eaeaea;
}

.mob .tabs .slide a.prev,
.mob .tabs .slide a.next {
  display: none;
}

.mob .tabs-slides {
  z-index: 1;
}

.mob .tabs-slides:before {
  display: block;
}

.mob .tabs.t-4 .tabs-nav,
.mob .tabs.t-5 .tabs-nav,
.mob .tabs.t-6 .tabs-nav,
.mob .tabs.t-7 .tabs-nav,
.mob .tabs.t-8 .tabs-nav,
.mob .tabs.t-9 .tabs-nav {
  padding: 0;
}

.mob .tabs .tabs-nav + * {
  border: 0;
}

.mob .tabs-slides .accordion {
  background: #fff;
  color: #7d6a55;
  height: 4em;
  font-sizE: 15px;
  font-size: 1.5rem;
  position: relative;
  margin-top: 3px;
}

.mob .tabs-slides .accordion:after {
  content: '\e909';
  font-family: ngicons;
  font-size: 25px;
  height: 18px;
  margin-top: -9px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 19px;
}

.mob .tabs-slides .accordion.active:after {
  content: '\e90a';
}

.mob .tabs-slides .accordion > div {
  width: 60px;
}

.mob .tabs-slides .accordion > div img {
  margin: 0 auto;
  padding-top: 11px;
}

.mob .tabs-slides .accordion > div .active {
  display: none;
}

.mob .tabs-slides .accordion.active > div > img {
  display: none;
}

.mob .tabs-slides .accordion.active > div .active {
  display: block;
}

.mob .tabs-slides .accordion > span {
  line-height: 1.25
}

.mob .tabs-slides .accordion.no-icon > span {
  padding-left: 20px;
}

.mob main > .tabs > .wrapper,
.mob .column > .tabs.slidable > .wrapper {
  background-color: #eaeaea;
  padding: 20px 10px;
}

/****************************
-- Media Queries for Tabs --
****************************/
@media screen and (max-width: 720px) {
  .tabs .tabs-nav li .icon div {
    display: none;
  }

  .tabs .tabs-nav li .icon span {
    padding-left: 0.5em;
    width: 100%;
  }

  .tabs.slidable .tab > * > section {
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .table-header h3 {
    float: none;
  }
}

@media screen and (max-width: 560px) {
  main > .tabs,
  main > .tabs .no-back,
  main > .tabs.drop-shadow.curve.l-gradient-bot-grey,
  .column > .tabs.slidable {
    background-color: transparent;
    margin: 0;
    padding: 0;
  }

  main > .tabs:before,
  .column > .tabs.slidable:before {
    display: none;
  }

  .hh .tabs .tabs-nav {
    padding: 0;
    position: static;
    width: 100%;
  }

  .tabs .tabs-nav li {
    float: none;
  }

  .tabs.t-2 .tabs-nav li,
  .tabs.t-3 .tabs-nav li,
  .tabs.t-4 .tabs-nav li,
  .tabs.t-5 .tabs-nav li,
  .tabs.t-6 .tabs-nav li,
  .tabs.t-7 .tabs-nav li,
  .tabs.t-8 .tabs-nav li,
  .tabs.t-9 .tabs-nav li {
    margin: 0;
    width: 100%;
  }

  .hh .tabs .tabs-nav li .icon div {
    display: table-cell;
    width: 60px;
  }

  main > .tabs > .wrapper > .tabs-nav li a,
  .column > .tabs.slidable > .wrapper > .tabs-nav li a {
    border: 1px solid #ccc;
    border-top-width: 0;
  }

  main > .tabs > .wrapper > .tabs-nav li:first-child a,
  .column > .tabs.slidable > .wrapper > .tabs-nav li:first-child a {
    border-top-width: 1px;
  }

  .hh .tabs .tabs-nav li .icon div img {
    margin: 0 auto;
  }

  .hh .tabs .tabs-nav li .icon span {
    padding-left: 0;
  }
}

/****************************
-- Tabs for Product Features --
****************************/

.basic_tabs .panel {
  display: none;
}

.basic_tabs .panel.active {
  display: block;
  padding-bottom: 60px;
}

.product_feature h3 {
  color: #9d0b8b;
  margin-bottom: 10px;
}

.product_feature_tabs_nav_desktop {
  display: none;
}

.product_feature_tabs_nav {
  background: -webkit-linear-gradient(#262626, #621859); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#262626, #621859); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#262626, #621859); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#262626, #621859); /* Standard syntax */
  padding-top: 90px;
}

.product_feature_tabs_nav .container > h3{
  color: #9d0b8b;
  margin-bottom: 20px;
}

.product_feature_tabs_nav .container > h2 {
  color: #fff;
  margin-bottom: 49px;
}

.product_feature_panel_content h2 {
  margin-bottom: 25px;
}

.product_feature {
  margin-top: 30px;
  position: relative;
}

.product_feature .icon {
  position: absolute;
  left: 0;
  padding-top: 5px;
  top: 0;
  width: 40px;
}

.product_feature p {
  padding-left: 50px;
}

.product_feature_tabs_nav_mobile {
  margin: 0 auto 40px;
  max-width: 280px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.tabs_select_cta {
  background-color: #e1e1e1;
  color: #262626;
  display: block;
  font-size: 15px;
  font-weight: 500;
  height: 42px;
  line-height: 14px;
  overflow: hidden;
  padding: 13px 30px 13px 16px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.tabs_select_cta:after{
  content: '\e904';
  font-family: ngicons;
  font-size: 5px;
  line-height: 42px;
  position: absolute;
  right: 20px;
  top: 0;
}

.tabs_select {
  border: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .product_feature_tabs_nav_mobile {
    display: none;
  }

  .product_feature_tabs_nav_desktop {
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-align: stretch;
  	-ms-flex-align: stretch;
  	align-items: stretch;
  }

  .product_feature_tabs_nav_desktop li {
    vertical-align: top;
  }

  .product_feature_tabs_nav_desktop li a {
    background-color: #f1f4f5;
    border: 1px solid #e0e3e4;
    border-right: none;
    color: #777777;
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    letter-spacing: 3px;
    line-height: 26px;
    padding: 26px 5px 24px 30px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }

  .product_feature_tabs_nav_desktop li:last-of-type a {
    border-right: 1px solid #e0e3e4;
  }

  .product_feature_tabs_nav_desktop > li a.active{
    background-color: #fff;
    border-bottom: 0;
    color: black;
  }

  .product_feature_tabs_nav_desktop li > a > img {
    position: absolute;
    left: 30px;
    display: none;
    padding-right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .product_feature_tabs_nav_desktop > li a img.active {
    display: none;
  }

  .product_feature_tabs_nav_desktop li > a > span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .product_feature_tabs_nav {
    padding-top: 150px;
  }

  .product_feature_tabs_nav .container > h2 {
    margin-bottom: 97px;
  }

  .product_feature_panel .grid > .col {
    width: 50%;
  }

  .basic_tabs .panel.active {
    padding-bottom: 0;
  }

  .product_feature_panel {
    display: table;
  }

  .product_feature_panel > * {
    display: table-cell;
  }

  .product_feature_panel_content {
    width: 60%;
  }

  .product_feature_panel_content .container {
    padding: 75px 80px;
  }

  .product_feature_panel_background {
    background-size: cover;
    background-position: center;
    width: 40%;
  }

  .product_feature {
    width: 50%;
    vertical-align: top;
    padding-right: 20px;
    position: relative;
  }
}

@media screen and (min-width: 1280px) {
  .product_feature_tabs_nav_desktop li > a > img {
    display: inline-block;
  }

  .product_feature_tabs_nav_desktop li > a > span {
    padding-left: 50px;
  }
}

@media screen and (min-width: 1450px) {
  .product_feature_panel_content .container {
    padding: 98px 180px;
  }
}
