/* New Lander */
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Semibold.eot");
  src: url("fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Semibold.woff") format("woff"), url("fonts/OpenSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Bold.eot");
  src: url("fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Bold.woff") format("woff"), url("fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans.eot");
  src: url("fonts/OpenSans.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans.woff") format("woff"), url("fonts/OpenSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ITC Xl';
  src: url("fonts/ITCAvantGardePro-XLt.eot");
  src: url("fonts/ITCAvantGardePro-XLt.eot?#iefix") format("embedded-opentype"), url("fonts/ITCAvantGardePro-XLt.woff") format("woff"), url("fonts/ITCAvantGardePro-XLt.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'ITC Bk';
  src: url("fonts/ITCAvantGardePro-Bk.eot");
  src: url("fonts/ITCAvantGardePro-Bk.eot?#iefix") format("embedded-opentype"), url("fonts/ITCAvantGardePro-Bk.woff") format("woff"), url("fonts/ITCAvantGardePro-Bk.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'ITC Md';
  src: url("fonts/ITCAvantGardePro-Md.eot");
  src: url("fonts/ITCAvantGardePro-Md.eot?#iefix") format("embedded-opentype"), url("fonts/ITCAvantGardePro-Md.woff") format("woff"), url("fonts/ITCAvantGardePro-Md.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Hijrnotes';
  src: url("fonts/Hijrnotes.eot");
  src: url("fonts/Hijrnotes.eot?#iefix") format("embedded-opentype"), url("fonts/Hijrnotes.woff") format("woff"), url("fonts/Hijrnotes.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.alpha-title {
  font: 42px/52px 'ITC Md', Helvetica, Arial, serif;
  letter-spacing: 2px;
  margin-bottom: 10px; }

.beta-title {
  font: 30px/39px 'ITC Xl', Helvetica, Arial, serif;
  letter-spacing: 2px;
  margin-bottom: 13px; }

.capa-title {
  font: 20px/25px 'ITC Md', Helvetica, Arial, serif;
  letter-spacing: 1.5px;
  margin-bottom: 10px; }

.txt--script {
  font: 40px/59px 'Hijrnotes', Helvetica, Arial, serif;
  margin-bottom: 10px;
  letter-spacing: .7px; }

@media (max-width: 600px) {
  .alpha-title {
    font: 25px/32px 'ITC Md', Helvetica, Arial, serif;
    margin-bottom: 10px; }

  .beta-title {
    font: 21px/27px 'ITC Xl', Helvetica, Arial, serif;
    margin-bottom: 10px; } }
h1, h2, h3 {
  margin: 0; }

p {
  font: 15px/28px 'Open Sans', Helvetica, Arial, serif;
  margin-top: 0;
  margin-bottom: 20px; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: border-box; }

.header-holder {
  box-sizing: initial; }

body {
  color: #4A4A4A;
  overflow-x: hidden; }

html, body, #wrapper, #main {
  height: 100%; }

.page-template-tpl-collection #main {
  height: auto; }

#wrapper {
  overflow: initial; }

img {
  max-width: 100%; }

a:hover {
  text-decoration: none; }

.full-bg, .banner--default, .section--3images .block {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.clearfix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both; }

.contain {
  margin: 0 auto;
  width: 1220px;
  padding: 0 20px;
  max-width: 100%; }

.fh {
  height: 100%; }

.page-template.page-template-tpl-lander #header {
  display: none; }

.header--simple {
  padding: 0 20px;
  position: fixed;
  width: 100%;
  background: white;
  z-index: 9999999999;
  box-shadow: 0px 5px 11px 4px rgba(0, 0, 0, 0.03); }
  .header--simple + section {
    padding-top: 89px;
    margin-top: 0px; }
    @media (max-width: 600px) {
      .header--simple + section {
        padding-top: 67px; } }
  .header--simple .logo {
    display: inline-block;
    vertical-align: middle;
    width: 125px;
    padding-top: 24px; }
  .header--simple .nav--simple {
    display: inline-block;
    vertical-align: middle;
    float: right; }
    @media (max-width: 1098px) {
      .header--simple .nav--simple li:not(.li--btn) {
        display: none; } }
    .header--simple .nav--simple ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .header--simple .nav--simple ul li {
        display: inline-block;
        margin-left: 25px; }
        .header--simple .nav--simple ul li a {
          font: 17px/23px 'Open Sans', Arial, sans-serif;
          display: block;
          color: #272727;
          font-weight: normal;
          padding: 33px 2px 31px;
          border-bottom: 2px solid transparent;
          transition: all ease .5s;
          letter-spacing: 2px; }
          .header--simple .nav--simple ul li a:hover {
            border-bottom: 2px solid #00AAA6;
            text-decoration: none; }
        .header--simple .nav--simple ul li.li--btn a {
          width: 200px;
          text-align: center;
          color: white;
          margin: 19px 0;
          background-color: #F07350;
          border: none !important;
          padding: 13px 0;
          font-weight: 600; }
          @media (max-width: 500px) {
            .header--simple .nav--simple ul li.li--btn a {
              width: 146px; } }
          .header--simple .nav--simple ul li.li--btn a:hover {
            background-color: #ee6039;
            border: none !important; }

@media (max-width: 600px) {
  .header--simple .logo {
    padding-top: 14px; }
  .header--simple .li--btn a {
    margin: 9px 0 !important; } }
.btn--mobile {
  display: none !important; }

@media (max-width: 720px) {
  .btn--mobile {
    display: inline-block !important; }

  .btn--desk {
    display: none !important; } }
.btn--buy {
  width: 270px;
  display: block;
  text-align: center;
  color: white;
  background-color: #F07350;
  padding: 13px 0;
  transition: all ease .5s;
  letter-spacing: 2px;
  font: 17px/23px 'Open Sans', Arial, sans-serif;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-weight: 600; }
  .btn--buy:hover {
    background-color: #ee6039;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }

.btn {
  width: 270px;
  margin: 0;
  text-align: center;
  padding: 13px 0;
  transition: all ease .5s;
  letter-spacing: 2px;
  font: 17px/23px 'Open Sans', Arial, sans-serif;
  font-weight: 600; }
  .btn.btn--white {
    color: #272727;
    background-color: white; }
  .btn.btn--black {
    color: white;
    background-color: #272727; }

@media (max-width: 500px) {
  .btn, .btn--buy {
    width: 100%;
    padding: 21px 0; } }
.footer--simple {
  background-color: #A1A1A1;
  text-align: center;
  padding: 15px;
  position: relative;
  z-index: 9;
  font-size: 0; }
  .footer--simple p {
    color: #272727;
    margin: 0;
    font-size: initial; }
  .footer--simple .col {
    margin-bottom: 0; }
  @media (min-width: 720px) {
    .footer--simple .col {
      display: inline-block;
      vertical-align: top;
      width: 33.333%;
      margin-bottom: 10px; }
      .footer--simple .col.first-child {
        text-align: left; } }

.section--banner .introducing {
  font: 25px/35px 'ITC Bk', Arial, sans-serif;
  letter-spacing: 5px;
  margin-bottom: 10px;
  display: block; }
.section--banner h1 {
  font: 66px/76px 'ITC Bk', Arial, sans-serif;
  letter-spacing: 1.5px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 22px; }
  .section--banner h1:after {
    bottom: -5px;
    left: 0;
    position: absolute;
    width: 35px;
    height: 3px;
    background: #4A4A4A; }
  @media (max-width: 700px) {
    .section--banner h1 {
      font: 37px/47px 'ITC Bk', Arial, sans-serif; } }
.section--banner p {
  font: 17px/31px 'ITC Bk', Helvetica, Arial, serif; }
.section--banner p.meta {
  font: 14px/31px 'ITC Md', Helvetica, Arial, serif;
  margin-bottom: 10px; }
.section--banner .price {
  font: 36px/36px 'ITC Bk', Arial, sans-serif;
  display: block;
  margin-bottom: 25px;
  letter-spacing: 2px; }
  .section--banner .price .thin {
    font: 36px/36px 'ITC Bk', Arial, sans-serif;
    letter-spacing: 3px; }
  @media (max-width: 700px) {
    .section--banner .price {
      font: 26px/26px 'ITC Bk', Arial, sans-serif; }
      .section--banner .price .thin {
        font: 26px/26px 'ITC Bk', Arial, sans-serif; } }

@media (max-width: 700px) {
  .section--banner .introducing {
    font: 21px/25px 'ITC Xl', Arial, sans-serif; }
  .section--banner h1 {
    margin-bottom: 5px; } }
.section--banner .contain {
  font-size: 0;
  padding: 120px 20px; }
.section--banner .banner__image {
  display: inline-block;
  vertical-align: middle;
  width: -moz-calc(100% - 670px);
  width: -webkit-calc(100% - 670px);
  width: calc(100% - 670px);
  text-align: center;
  max-width: 100%; }
.section--banner .content__inner {
  display: inline-block;
  vertical-align: middle;
  width: 670px;
  max-width: 100%;
  float: right;
  padding-left: 50px; }

@media (max-width: 980px) {
  .section--banner .contain {
    padding: 40px 20px; }
  .section--banner .banner__image {
    display: block;
    vertical-align: middle;
    width: 100%;
    max-width: 100%; }
  .section--banner .content__inner {
    display: block;
    vertical-align: middle;
    width: 670px;
    max-width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-left: 0px; }
    .section--banner .content__inner p {
      display: none; }
    .section--banner .content__inner h1:after {
      display: none; }
    .section--banner .content__inner .btn--buy {
      display: inline-block; } }
@media (max-width: 600px) {
  .section--banner .banner__image img {
    max-height: 220px; }
  .section--banner.mobile-left {
    background-position: center left; }
  .section--banner.mobile-right {
    background-position: center right; } }
.section--banner-sub {
  position: relative;
  background-color: #DEDEDE; }
  .section--banner-sub .contain {
    padding: 0; }
  .section--banner-sub .banner--cols {
    font-size: 0;
    display: none; }
    .section--banner-sub .banner--cols .col {
      display: inline-block;
      width: 33.333%;
      vertical-align: top;
      position: relative;
      text-align: center; }
      .section--banner-sub .banner--cols .col:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 1px;
        background-color: #CCCCCC; }
      .section--banner-sub .banner--cols .col:last-child:after {
        display: none; }
  .section--banner-sub.four-blocks .banner--cols .col {
    width: 25%; }
  .section--banner-sub .mobile-image {
    width: 100%; }
  @media (min-width: 721px) {
    .section--banner-sub {
      padding: 20px 0; }
      .section--banner-sub .mobile-image {
        display: none; }
      .section--banner-sub .banner--cols {
        display: block; } }

.section__intro {
  text-align: center;
  margin-bottom: 40px; }

.section--col-3 {
  padding: 90px 0; }
  .section--col-3 .cols {
    margin-left: -30px;
    font-size: 0; }
    .section--col-3 .cols .col {
      display: inline-block;
      padding-left: 30px;
      width: 33.333%;
      text-align: center;
      vertical-align: top; }
      @media (max-width: 720px) {
        .section--col-3 .cols .col {
          width: 100%; } }
      .section--col-3 .cols .col h3 {
        font: 20px/25px 'ITC Md', Arial, sans-serif;
        margin: 25px 0 10px; }
        .section--col-3 .cols .col h3 span {
          color: #00AAA6; }
      .section--col-3 .cols .col p {
        font: 15px/28px 'Open Sans', Arial, sans-serif; }

section.bg-dark {
  background-color: #272727;
  color: white; }

.section--cta {
  position: relative;
  background-color: #F6F6F6;
  padding: 60px 0;
  font-size: 0; }
  .section--cta .contain__block {
    padding-left: -moz-calc(100% - 875px);
    padding-left: -webkit-calc(100% - 875px);
    padding-left: calc(100% - 875px);
    position: relative; }
    @media (max-width: 1040px) {
      .section--cta .contain__block {
        padding-left: 0; } }
  .section--cta .cta__product {
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: -moz-calc(100% - 895px);
    width: -webkit-calc(100% - 895px);
    width: calc(100% - 895px);
    left: 0;
    z-index: 99; }
    @media (max-width: 1040px) {
      .section--cta .cta__product {
        display: none; } }
  .section--cta .cta__price {
    display: inline-block;
    vertical-align: middle;
    width: 275px;
    margin-left: 30px;
    text-align: center; }
    .section--cta .cta__price .price {
      font: 50px/50px 'ITC Bk', Arial, sans-serif;
      letter-spacing: 2.75px;
      display: block; }
    .section--cta .cta__price p {
      margin: 0;
      margin-bottom: 20px;
      font: 15px/24px 'ITC Md', Arial, sans-serif;
      letter-spacing: 2.4px; }
  .section--cta .cta__content {
    display: inline-block;
    vertical-align: middle;
    width: 670px;
    max-width: -moz-calc(100% - 305px);
    max-width: -webkit-calc(100% - 305px);
    max-width: calc(100% - 305px); }
    .section--cta .cta__content h3 {
      font: 44px/52px 'ITC Md', Arial, sans-serif;
      letter-spacing: 3.4px; }
    .section--cta .cta__content p {
      margin: 0;
      font: 26px/35px 'ITC Xl', Arial, sans-serif; }
  .section--cta.prod-right .cta__product {
    left: auto;
    right: 0; }

@media (max-width: 720px) {
  .section--cta .cta__product {
    display: none; }
  .section--cta .cta__content, .section--cta .cta__price {
    width: 100%;
    text-align: center;
    max-width: 100%; }
  .section--cta .cta__price {
    margin-left: 0; }
    .section--cta .cta__price .btn--buy {
      display: inline-block; }
  .section--cta .cta__content {
    margin-bottom: 25px; }
    .section--cta .cta__content h3 {
      font: 25px/32px 'ITC Md', Arial, sans-serif;
      margin-bottom: 10px; }
    .section--cta .cta__content p {
      font: 26px/35px 'ITC Xl', Arial, sans-serif; } }
ul.plus {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.plus li {
    position: relative;
    padding-left: 25px; }
    ul.plus li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 7px;
      background: url(images/bullet.png) no-repeat 0 0;
      background-size: 14px;
      width: 14px;
      height: 14px; }

.section--col-2 {
  background-color: #F6F6F6;
  padding: 90px 0; }
  .section--col-2 .cols {
    font-size: 0; }
    .section--col-2 .cols .col {
      display: inline-block;
      vertical-align: middle; }
      .section--col-2 .cols .col p, .section--col-2 .cols .col li {
        font: 15px/28px 'Open Sans', Helvetica, Arial, serif; }
      .section--col-2 .cols .col li {
        padding-bottom: 10px; }
    .section--col-2 .cols .col--image {
      width: 45%;
      text-align: center; }
    .section--col-2 .cols .col--content {
      width: 55%;
      font-size: initial; }
    @media (max-width: 720px) {
      .section--col-2 .cols .col {
        width: 100% !important;
        text-align: center; }
        .section--col-2 .cols .col ul {
          text-align: left; }
        .section--col-2 .cols .col:first-child {
          margin-bottom: 25px; }
        .section--col-2 .cols .col img {
          max-height: 340px; } }

.section--ingredients {
  font-size: 0;
  position: relative; }
  .section--ingredients .tag {
    font: 24px/39px 'ITC Xl', Arial, sans-serif;
    letter-spacing: 3px;
    color: white;
    position: absolute;
    top: -25px;
    text-align: center;
    display: block;
    width: 100%; }
    .section--ingredients .tag span {
      background: black;
      padding: 11px 60px 7px;
      display: inline-block; }
  .section--ingredients .block {
    width: 33.333%;
    display: inline-block;
    border-right: 1px solid white; }
    @media (max-width: 720px) {
      .section--ingredients .block {
        width: 100%;
        border-right: 0;
        display: block;
        border-bottom: 1px solid white; } }
    .section--ingredients .block .block__inner {
      width: 100%;
      padding-top: 75%; }

.section--features {
  padding: 90px 0; }
  .section--features .cols {
    margin-left: -30px;
    font-size: 0; }
    .section--features .cols .col {
      width: 33.333%;
      display: inline-block;
      vertical-align: top;
      padding-left: 30px; }
      .section--features .cols .col img {
        margin-bottom: 20px; }
      .section--features .cols .col p {
        font: 18px/28px 'ITC Bk', Arial, sans-serif; }
      .section--features .cols .col .block {
        margin-bottom: 20px; }
      .section--features .cols .col.col--left {
        text-align: right;
        padding-top: 100px; }
      .section--features .cols .col.col--mid {
        text-align: center; }
      .section--features .cols .col.col--right {
        text-align: left; }

@media (max-width: 720px) {
  .section--features {
    padding: 0; }
    .section--features .contain {
      padding: 0; }
    .section--features .section__intro {
      margin: 0;
      padding: 35px 0 15px;
      border-bottom: 1px solid #f0f0f0; }
    .section--features .cols .col {
      width: 100%;
      display: inline-block;
      vertical-align: top; }
      .section--features .cols .col p {
        margin: 0; }
      .section--features .cols .col .block {
        margin-bottom: 0px;
        border-bottom: 1px solid #f0f0f0;
        padding: 15px 20px 10px;
        text-align: center; }
        .section--features .cols .col .block img {
          display: none; }
      .section--features .cols .col.col--left {
        text-align: left;
        padding-top: 0px; }
      .section--features .cols .col.col--mid {
        display: none; }
      .section--features .cols .col.col--right {
        text-align: left; } }
.section--instagram {
  padding: 90px 0; }
  .section--instagram h3 span {
    font-size: 40px;
    font-family: 'Hijrnotes'; }
  .section--instagram .insta__image {
    width: 100%;
    padding-top: 100%; }
  .section--instagram .owl-instagram {
    padding: 60px 0px; }
  .section--instagram .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -22px; }
    .section--instagram .owl-nav > div {
      background: none !important;
      line-height: 44px !important;
      font-size: 44px !important; }
    .section--instagram .owl-nav .owl-prev {
      float: left; }
    .section--instagram .owl-nav .owl-next {
      float: right; }

@media (max-width: 600px) {
  .section--instagram {
    padding: 60px 0; }
    .section--instagram .owl-instagram {
      padding: 10px 0 30px; }
      .section--instagram .owl-instagram .owl-nav {
        display: none !important; } }
.featured--carousel {
  padding: 90px 0; }
  .featured--carousel .item {
    text-align: center; }
    .featured--carousel .item img {
      width: auto;
      display: initial; }
  .featured--carousel .owl-theme .owl-dots .owl-dot.active span, .featured--carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #00AAA6; }

@media (max-width: 600px) {
  .featured--carousel .beta-title {
    font: 26px/34px 'ITC Xl', Helvetica, Arial, serif; }
  .featured--carousel .owl-theme .owl-dots {
    margin-top: 39px !important; }
    .featured--carousel .owl-theme .owl-dots .owl-dot span {
      width: 6px;
      height: 6px; } }
.section--video {
  width: 100%;
  position: relative; }
  @media (min-width: 1600px) {
    .section--video {
      height: 800px; } }
  @media (max-width: 1600px) {
    .section--video {
      padding-bottom: 50%;
      min-height: 220px; } }
  .section--video .contain {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0; }
  .section--video .content__inner {
    text-align: right; }
    .section--video .content__inner h2 {
      margin-bottom: 15px; }
    .section--video .content__inner h3 {
      margin-bottom: 25px; }
    .section--video .content__inner .btn {
      display: inline-block; }
  .section--video .triangle {
    display: none; }

@media (max-width: 720px) {
  .section--video .content__inner {
    display: none; }

  .section--video .triangle {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -19px;
    margin-left: -26px;
    z-index: 99; } }
.section--testi {
  padding: 190px 0;
  position: relative;
  overflow: hidden; }
  .section--testi .item {
    text-align: center;
    max-width: 600px;
    padding: 0 40px;
    margin: 0 auto; }
    .section--testi .item img {
      width: auto;
      display: initial;
      margin-bottom: 20px; }
  .section--testi video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    background-repeat: no-repeat;
    transition: 1s opacity; }
  .section--testi .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -52px; }
    .section--testi .owl-nav > div {
      background: none !important;
      color: #272727 !important;
      line-height: 64px !important;
      font-size: 64px !important;
      margin: 0 !important;
      padding: 0 !important; }
    .section--testi .owl-nav .owl-prev {
      float: left; }
    .section--testi .owl-nav .owl-next {
      float: right; }
  @media (max-width: 600px) {
    .section--testi {
      padding: 90px 0; }
      .section--testi .owl-nav {
        top: 0;
        margin-top: -8px; }
        .section--testi .owl-nav > div {
          line-height: 32px !important;
          font-size: 32px !important; } }

.section--video-2 {
  padding: 90px 0; }
  .section--video-2 .cols {
    margin-left: -30px;
    font-size: 0; }
    .section--video-2 .cols .col {
      display: inline-block;
      width: 50%;
      vertical-align: middle;
      padding-left: 30px; }
      .section--video-2 .cols .col img {
        width: 100%; }
      @media (max-width: 720px) {
        .section--video-2 .cols .col {
          width: 100%;
          text-align: center; }
          .section--video-2 .cols .col:first-child {
            margin-bottom: 25px; } }
      .section--video-2 .cols .col.col--vid {
        float: right; }

@media (min-width: 1600px) {
  .section--image {
    height: 800px; } }
@media (max-width: 1600px) {
  .section--image {
    padding-bottom: 50%; } }

.banner--default {
  padding: 200px 0;
  text-align: center; }
  .banner--default .content__inner .tag--top {
    font: 25px/35px 'ITC Md', Helvetica, Arial, serif;
    letter-spacing: 5px; }
  .banner--default .content__inner h1 {
    font: 66px/76px 'ITC Md', Helvetica, Arial, serif;
    letter-spacing: 1.5px; }
  .banner--default .content__inner .tag--bot {
    font: 15px/22px 'ITC Md', Helvetica, Arial, serif; }
  @media (max-width: 720px) {
    .banner--default .content__inner h1 {
      font: 46px/56px 'ITC Md', Helvetica, Arial, serif;
      letter-spacing: 1.5px; } }

.section--column {
  padding: 100px 0;
  text-align: center; }
  .section--column .content__inner {
    width: 800px;
    max-width: 100%;
    margin: 0 auto; }

.section--product {
  font-size: 0;
  padding: 60px 0;
  background-color: #f3f3f3; }
  .section--product .block {
    width: 50%;
    font-size: initial;
    display: inline-block;
    vertical-align: middle; }
  .section--product .block--image {
    text-align: center; }
    .section--product .block--image .image__contain {
      margin-bottom: 30px; }
    .section--product .block--image a {
      margin: 0 auto; }
  .section--product .block--content.image--left {
    float: right; }
  .section--product .product__feature {
    font-size: 0; }
    .section--product .product__feature .fblock {
      font: 13px/20px 'ITC Md', Helvetica, Arial, serif;
      padding-top: 22px;
      position: relative;
      background: url(images/tick.png) no-repeat 0 0;
      width: 33.333%;
      display: inline-block; }
      .section--product .product__feature .fblock:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        width: 1px;
        background-color: grey; }
      .section--product .product__feature .fblock:last-child:after {
        display: none; }

@media (max-width: 720px) {
  .section--product .block {
    width: 100%;
    margin-bottom: 30px;
    float: none !important; }
  .section--product .block--content {
    text-align: center; }
  .section--product .block--image img {
    max-height: 250px; }
  .section--product .product__feature {
    text-align: center; }
    .section--product .product__feature .fblock {
      background: url(images/tick.png) no-repeat top center; }
      .section--product .product__feature .fblock:after {
        right: 0; } }
.section--timeline {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8b6345+0,432e22+100 */
  background: #8b6345;
  /* Old browsers */
  background: -moz-linear-gradient(left, #8b6345 0%, #432e22 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #8b6345 0%, #432e22 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #8b6345 0%, #432e22 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b6345', endColorstr='#432e22',GradientType=1 );
  /* IE6-9 */ }
  .section--timeline .timeline__intro {
    display: block;
    font: 20px/25px 'ITC Md', Helvetica, Arial, serif;
    position: absolute;
    top: -22px;
    text-align: center;
    left: 0;
    right: 0; }
    .section--timeline .timeline__intro span {
      color: #00A9A4; }
  .section--timeline .timeline__contain {
    font-size: 0; }
    .section--timeline .timeline__contain .block {
      position: relative;
      padding-top: 40px;
      font-size: initial;
      width: 33.333%;
      display: inline-block;
      font: 19px/25px 'ITC Md', Helvetica, Arial, serif; }
      .section--timeline .timeline__contain .block span {
        font: 12px/25px 'ITC Md', Helvetica, Arial, serif;
        display: block; }
      .section--timeline .timeline__contain .block:after {
        content: '';
        position: absolute;
        top: 20px;
        bottom: 0;
        right: 20px;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.2); }
      .section--timeline .timeline__contain .block:last-child:after {
        display: none; }

@media (max-width: 500px) {
  .section--timeline .timeline__contain {
    text-align: center; }
    .section--timeline .timeline__contain .block {
      width: 102px;
      padding-left: 10px;
      padding-right: 10px;
      font: 18px/25px 'ITC Md', Helvetica, Arial, serif; }
      .section--timeline .timeline__contain .block span {
        font: 12px/16px 'ITC Md', Helvetica, Arial, serif;
        display: block; }
      .section--timeline .timeline__contain .block:after {
        display: none; } }
.section--3images {
  font-size: 0; }
  .section--3images .block {
    width: 33.333%;
    font-size: initial;
    display: inline-block;
    height: 800px; }
    @media (max-width: 1024px) {
      .section--3images .block {
        height: 500px; } }
    @media (max-width: 720px) {
      .section--3images .block {
        height: 300px; } }
    @media (max-width: 400px) {
      .section--3images .block {
        width: 100%; } }

/*# sourceMappingURL=lander.css.map */
