﻿.pdct-navigation {
  display: none;
}
@media (min-width: 768px) {
  .pdct-navigation {
    display: block;
    background-color: #BBAC78;
  }
}

.pdct-navigation__container {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.pdct-navigation__item {
  display: table-cell;
  width: 2%;
  vertical-align: middle;
}

.pdct-navigation__link {
  padding: 20px 0;
  display: block;
  width: 100%;
  font-size: 0.8em;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
}

.pdct-navigation__link:hover {
  background-color: rgb(169.9162561576, 151.1477832512, 86.0837438424);
}

.pdct-section {
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .pdct-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 1em;
  }
}

.pdct-section__inner {
  *zoom: 1;
}
.pdct-section__inner:before, .pdct-section__inner:after {
  content: " ";
  display: table;
}
.pdct-section__inner:after {
  clear: both;
}
@media (min-width: 768px) {
  .pdct-section__inner {
    padding: 40px 10px;
  }
}
@media (min-width: 960px) {
  .pdct-section__inner {
    padding: 80px 20px;
  }
}

.pdct-section__column {
  *zoom: 1;
}
.pdct-section__column:before, .pdct-section__column:after {
  content: " ";
  display: table;
}
.pdct-section__column:after {
  clear: both;
}
@media (min-width: 768px) {
  .pdct-section__column {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .pdct-section__column--solo-left {
    margin-right: 50%;
  }
}

@media (min-width: 768px) {
  .pdct-section__column--solo-right {
    margin-left: 50%;
  }
}

.pdct-section__column--full {
  *zoom: 1;
}
.pdct-section__column--full:before, .pdct-section__column--full:after {
  content: " ";
  display: table;
}
.pdct-section__column--full:after {
  clear: both;
}
@media (min-width: 768px) {
  .pdct-section__column--full {
    float: none;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
}

.pdct-section__container {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .pdct-section__container {
    max-width: 480px;
    margin: none;
  }
}

@media (min-width: 768px) {
  .pdct-section__container--left {
    float: right;
  }
}

@media (min-width: 768px) {
  .pdct-section__container--right {
    float: left;
  }
}

@media (min-width: 768px) {
  .pdct-section__container--wide {
    max-width: 600px;
  }
}

@media (min-width: 768px) {
  .pdct-section__container--full {
    max-width: 100%;
  }
}

.pdct-section__divider {
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #BBAC78;
  text-align: center;
}
@media (min-width: 960px) {
  .pdct-section__divider {
    border-bottom-width: 10px;
  }
}

.pdct-section__scroll {
  display: inline-block;
  padding: 5px 10px;
  background-color: #BBAC78;
  font-family: "Lato", arial, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (min-width: 960px) {
  .pdct-section__scroll {
    padding: 10px 20px;
  }
}

.pdct-section__scroll::after {
  display: block;
  font-family: "tweicons";
  content: "\e932";
}

.pdct-image {
  display: none;
  padding: 0 10px;
}
@media (min-width: 960px) {
  .pdct-image {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .pdct-image {
    display: block;
  }
}

.pdct-content {
  background-color: #FFFFFF;
  text-align: center;
}

.pdct-content--transparent {
  background: none;
}

.pdct-content__container {
  padding: 10px;
  max-width: 450px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .pdct-content__container {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .pdct-content__container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .pdct-content__mobile-header {
    display: none;
  }
}

.pdct-content__logo {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.pdct-content__title {
  padding: 5px;
  display: block;
  margin: 1em 0;
  background-color: #BBAC78;
  font-family: "Lato", arial, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: 0.11em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (min-width: 960px) {
  .pdct-content__title {
    padding: 10px;
  }
}

.pdct-content__title-alt {
  font-weight: 300;
}

.pdct-content__image {
  width: auto;
  max-width: 100%;
  float: left;
  margin-right: 10px;
}
@media (min-width: 960px) {
  .pdct-content__image {
    margin-right: 20px;
  }
}

.pdct-content__divider {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  margin: 12px 0;
  background-color: #b3b3b3;
}
@media (min-width: 960px) {
  .pdct-content__divider {
    margin: 22px 0;
  }
}

.pdct-content__divider::before {
  display: block;
  position: absolute;
  top: -2px;
  left: 50%;
  width: 9px;
  height: 5px;
  margin-left: -4px;
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  background-color: #FFFFFF;
  content: "";
  z-index: 1;
}

.pdct-content__divider::after {
  display: block;
  position: absolute;
  top: -2px;
  left: 50%;
  width: 5px;
  height: 5px;
  margin-left: -2px;
  border: 1px solid #b3b3b3;
  content: "";
  z-index: 2;
}

.pdct-content__heading {
  font-family: "Lato", arial, sans-serif;
  font-size: 1.9em;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #BBAC78;
}

.pdct-content__heading--sub {
  font-size: 1.1em;
  line-height: 1.8;
  color: #000000;
}

.pdct-content__heading--space-top {
  margin-top: 1em;
}

.pdct-content__heading-alt {
  font-weight: 400;
}

.pdct-content__heading-highlight {
  color: #BBAC78;
}

.pdct-content__copy {
  font-family: "Droid Serif", times, serif;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.7;
  color: #4f4841;
}

.pdct-content__highlight {
  font-family: "Lato", arial, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000000;
}

.pdct-intro {
  *zoom: 1;
  margin-top: 1em;
}
.pdct-intro:before, .pdct-intro:after {
  content: " ";
  display: table;
}
.pdct-intro:after {
  clear: both;
}

.pdct-intro__image {
  display: block;
  float: left;
  width: 35%;
}

.pdct-intro__copy {
  float: left;
  width: 65%;
  padding-left: 10px;
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
  color: #BBAC78;
}
@media (min-width: 960px) {
  .pdct-intro__copy {
    padding-left: 20px;
  }
}

.pdct-intro__large {
  font-size: 2.8em;
  line-height: 1;
}

.pdct-intro__thin {
  font-weight: 400;
}

.pdct-intro__highlight {
  color: rgb(204.0837438424, 192.8522167488, 153.9162561576);
}

.pdct-intro__box {
  padding: 10px;
  display: block;
  margin-top: 10px;
  background-color: #F0F0F0;
}
@media (min-width: 960px) {
  .pdct-intro__box {
    padding: 20px;
  }
}

.pdct-button {
  display: inline-block;
  margin: 5px 0;
  padding: 10px 20px;
  background-color: #FF7010;
  font-family: "Lato", arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (min-width: 960px) {
  .pdct-button {
    margin: 10px 0;
  }
}

.pdct-button:hover {
  background-color: rgb(220, 88.3682008368, 0);
}

.pdct-button--alt {
  background-color: #BBAC78;
}

.pdct-button--alt:hover {
  background-color: rgb(169.9162561576, 151.1477832512, 86.0837438424);
}

.pdct-button--go {
  background-color: #789655;
}

.pdct-button--go:hover {
  background-color: rgb(93.9574468085, 117.4468085106, 66.5531914894);
}

.pdct-callback {
  height: 70px;
}
@media (min-width: 768px) {
  .pdct-callback {
    height: 85px;
  }
}

.pdct-callback__error {
  font-family: "Lato", arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.8;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8A012B;
}

.pdct-range {
  padding: 10px 0;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 960px) {
  .pdct-range {
    padding: 20px 0;
  }
}

.pdct-range__header {
  padding: 0 10px;
}
@media (min-width: 960px) {
  .pdct-range__header {
    padding: 0 20px;
  }
}

.pdct-range__list {
  *zoom: 1;
  padding: 5px;
}
.pdct-range__list:before, .pdct-range__list:after {
  content: " ";
  display: table;
}
.pdct-range__list:after {
  clear: both;
}
@media (min-width: 960px) {
  .pdct-range__list {
    padding: 10px;
  }
}

.pdct-range__item {
  padding: 5px;
  float: left;
  width: 50%;
}
@media (min-width: 960px) {
  .pdct-range__item {
    padding: 10px;
  }
}
@media (min-width: 660px) {
  .pdct-range__item {
    width: 25%;
  }
}

.pdct-range__image {
  max-width: 200px;
  margin: 0 auto;
}

.pdct-range__name {
  font-size: 0.8em;
  line-height: 1.8;
  color: #000000;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pdct-range__product:hover .pdct-range__name {
  color: #FF7010;
}

.pdct-style {
  *zoom: 1;
}
.pdct-style:before, .pdct-style:after {
  content: " ";
  display: table;
}
.pdct-style:after {
  clear: both;
}

.pdct-style li {
  float: left;
  width: 25%;
}

.pdct-style .name {
  font-size: 0.8em;
}

.pdct-style .gauge {
  margin: 0 auto;
}

.pdct-reviews {
  max-width: 768px;
  margin: 0 auto;
}

.pdct-reviews .reviews h2 {
  display: none;
}

.pdct-reviews .reviews .tweForm {
  text-align: left;
}

.pdct-reviews .reviews .tweForm-label {
  font-size: 1.1em;
  line-height: 1.8;
  color: #000000;
  font-family: "Lato", arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pdct-reviews .reviews .add-button,
.pdct-reviews .reviews .see-more {
  display: inline-block;
  margin: 5px 0;
  padding: 10px 20px;
  background: #FF7010;
  border-radius: 0;
  box-shadow: none;
  font-family: "Lato", arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (min-width: 960px) {
  .pdct-reviews .reviews .add-button,
  .pdct-reviews .reviews .see-more {
    margin: 10px 0;
  }
}

.pdct-reviews .reviews .add-button:hover,
.pdct-reviews .reviews .see-more:hover {
  background-color: rgb(220, 88.3682008368, 0);
}

.pdct-reviews .reviews .reviews-list li {
  margin-top: 1.5em;
}

.pdct-reviews .reviews .reviews-list .rating-stars {
  margin: 0 auto 0.2em;
}

.pdct-reviews .reviews .reviews-list .name,
.pdct-reviews .reviews .reviews-list .date {
  font-size: 1.1em;
  line-height: 1.8;
  color: #000000;
  font-family: "Lato", arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pdct-reviews .reviews .reviews-list .date {
  font-weight: 400;
  font-size: 0.85em;
}

.pdct-reviews .reviews .reviews-list p {
  font-family: "Droid Serif", times, serif;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.7;
  color: #4f4841;
}

.pdct-video {
  max-width: 960px;
  margin: 0 auto;
  background: transparent;
}

.pdct-video__player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16/9 ratio */
  height: 0;
  overflow: hidden;
}

.pdct-video__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pdct-video__placeholder {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (min-width: 768px) {
  .teeling-27-section--1 {
    background-image: url(/components/feature/teeling-27/assets/application/images/section-bg-1.jpg?v=31082018);
  }
}

@media (min-width: 768px) {
  .teeling-27-section--2 {
    background-image: url(/components/feature/teeling-27/assets/application/images/section-bg-2.jpg?v=31082018);
  }
}

@media (min-width: 768px) {
  .teeling-27-section--3 {
    background-image: url(/components/feature/teeling-27/assets/application/images/section-bg-3.jpg?v=31082018);
  }
}

.teeling-27-section__divider {
  border-bottom-color: #76510a;
}

.teeling-27-section__scroll {
  background-color: #76510a;
}

.teeling-27-content__heading {
  color: #000;
}

.teeling-27-content__exclusive {
  display: inline-block;
  padding: 5px 20px;
  background-color: #464a4d;
  color: #e6e9f0;
}
