/* Video Widget*/
/* Big button Widget */
div.brand-pages {
    text-align: center;
    color: #888888;
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
    overflow-x: hidden;
    font-family: 'Gotham A', 'Gotham B';
    color: black;
  }
  @media (min-width: 768px) {
    div.brand-pages .container {
      padding-right: 0;
      padding-left: 0;
    }
  }
  div.brand-pages h2 {
    font-size: 42px;
    line-height: 38px;
    color: black;
  }
  div.brand-pages h3 {
    font-size: 18px;
    line-height: 38px;
    color: black;
    font-weight: 700;
  }
  div.brand-pages h4 {
    font-size: 16px;
    line-height: 1.2;
    color: black;
  }
  div.brand-pages .bg-grey {
    background: #eceeee;
  }
  div.brand-pages .rte {
    text-align: center;
  }
  div.brand-pages a {
    color: black;
  }
  div.brand-pages .smart-toilet-banner {
    padding: 40px 0 0;
  }
  div.brand-pages .smart-toilet-banner img {
    width: 100%;
  }
  @media (max-width: 768px) {
    div.brand-pages .smart-toilet-banner {
      padding: 0;
      background-color: #eceeee;
      margin-bottom: 0;
    }
  }
  div.brand-pages .desktop-navigation a {
    padding: 0 30px;
    font-weight: 700;
    text-decoration: underline;
    font-size: 16px;
    line-height: 38px;
  }
  div.brand-pages .introduction {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0;
  }
  div.brand-pages .introduction .text p {
    font-size: 24px;
    line-height: 30px;
    padding: 0 140px;
    font-weight: 400;
    margin-bottom: 50px;
  }
  div.brand-pages .introduction .widget-video {
    margin-bottom: 30px;
  }
  div.brand-pages .introduction .widget-video .slick-slider .slick-slide button.play {
    height: 100px;
    width: 150px;
    position: relative;
  }
  div.brand-pages .introduction .widget-video .slick-slider .slick-slide button.play:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: white;
    opacity: 0;
  }
  div.brand-pages .introduction .widget-video .play i {
    font-size: 85px;
    pointer-events: none;
  }
  div.brand-pages .introduction .widget-video .rbp-icon:before {
    content: url('/resources/themes/bathrooms/images/roca-in-wash-inspira-smart-toilet/play-button.png');
  }
  div.brand-pages .introduction .widget-video .play .label {
    font-weight: 400;
    font-size: 20px;
    color: black;
  }
  @media (max-width: 768px) {
    div.brand-pages .introduction {
      padding-top: 20px;
      padding-bottom: 30px;
    }
    div.brand-pages .introduction .text p {
      font-size: 16px;
      line-height: 1.4;
      padding: 0 20px;
      margin-bottom: 25px;
    }
    div.brand-pages .introduction .widget-slider .slick-slider .slick-next:before,
    div.brand-pages .introduction .widget-slider .slick-slider .slick-prev:before {
      font-size: 50px;
    }
  }
  @media (max-width: 480px) {
    div.brand-pages .introduction .widget-slider .slick-slider .slick-next:before,
    div.brand-pages .introduction .widget-slider .slick-slider .slick-prev:before {
      font-size: 25px;
    }
    div.brand-pages .introduction .text p {
      padding: 0;
    }
  }
  div.brand-pages .features {
    margin-bottom: 0;
  }
  div.brand-pages .features .image {
    margin-bottom: 0;
  }
  div.brand-pages .features .rte {
    padding-top: 50px;
    padding-left: 100px;
  }
  div.brand-pages .features .rte h2 {
    text-align: left;
  }
  div.brand-pages .features .rte ol {
    text-align: left;
    counter-reset: li;
    /* Initiate a counter */
    margin-left: 0;
    /* Remove the default left margin */
    padding-left: 0;
    /* Remove the default left padding */
  }
  div.brand-pages .features .rte ol > li {
    font-weight: 300;
    position: relative;
    /* Create a positioning context */
    margin: 0 0 6px 2em;
    /* Give each list item a left margin to make room for the numbers */
    padding: 4px 8px;
    /* Add some spacing around the content */
    list-style: none;
    /* Disable the normal item numbering */
  }
  div.brand-pages .features .rte ol > li:before {
    content: counter(li);
    /* Use the counter as content */
    counter-increment: li;
    /* Increment the counter by 1 */
    /* Position and style the number */
    position: absolute;
    top: -2px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    /* Some space between the number and the content in browsers that support
                             generated content but not positioning it (Camino 2 is one example) */
    margin-right: 8px;
    padding: 4px;
    font-weight: 700;
  }
  @media (max-width: 768px) {
    div.brand-pages .features .rte {
      padding-top: 30px;
      padding-left: 0;
    }
    div.brand-pages .features .rte h2 {
      text-align: center;
      font-size: 32px;
    }
    div.brand-pages .features .rte ol {
      margin-bottom: 30px;
    }
    div.brand-pages .features .rte ol > li {
      padding: 4px 0;
      /* Add some spacing around the content */
    }
    div.brand-pages .features .rte ol > li:before {
      content: counter(li);
      /* Use the counter as content */
      counter-increment: li;
      /* Increment the counter by 1 */
      /* Position and style the number */
      position: absolute;
      top: -2px;
      left: -2em;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 2em;
      /* Some space between the number and the content in browsers that support
                             generated content but not positioning it (Camino 2 is one example) */
      margin-right: 8px;
      padding: 4px;
      font-weight: 700;
    }
  }
  div.brand-pages .remote {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  div.brand-pages .remote .image > img {
    width: 700px;
  }
  div.brand-pages .remote .rte {
    padding-bottom: 10px;
  }
  div.brand-pages .remote .rte p {
    line-height: 22px;
    font-weight: 300;
  }
  @media (max-width: 768px) {
    div.brand-pages .remote {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    div.brand-pages .remote .rte {
      padding-bottom: 10px;
    }
    div.brand-pages .remote .rte h2 {
      font-size: 32px;
    }
    div.brand-pages .remote .rte p {
      line-height: 22px;
      font-weight: 300;
    }
  }
  div.brand-pages .functions {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 992px;
  }
  div.brand-pages .functions .col-md-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 25%;
  }
  div.brand-pages .functions .col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  div.brand-pages .functions .rte {
    padding: 10px 30px 20px;
  }
  div.brand-pages .functions .rte h2 {
    margin-bottom: 40px;
  }
  div.brand-pages .functions .rte h3 {
    margin-bottom: 0;
    line-height: 1.2;
  }
  div.brand-pages .functions .rte p {
    line-height: 22px;
  }
  div.brand-pages .functions-mobile .col-xs-12:nth-of-type(2) {
    padding-left: 0;
    padding-right: 0;
  }
  div.brand-pages .functions-mobile .widget-html-image .rte h2 {
    font-size: 32px;
  }
  div.brand-pages .functions-mobile .widget-slider .slick-dots {
    display: none;
  }
  div.brand-pages .functions-mobile .widget-slider .slides .slide .image img {
    margin: 0 auto;
  }
  div.brand-pages .functions-mobile .widget-slider .slick-slider .slick-slide.slick-active .text,
  div.brand-pages .functions-mobile .widget-slider .slick-slider .slick-slide.slick-cloned .text {
    transform: none;
    -webkit-transform: none;
    display: block;
  }
  div.brand-pages .functions-mobile .widget-slider .slick-slider .slick-slide .text {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
  }
  div.brand-pages .functions-mobile .widget-slider .text h3 {
    margin-bottom: 0;
  }
  div.brand-pages .functions-mobile .widget-slider .slick-slider .slick-next {
    right: 0;
    top: 30%;
  }
  div.brand-pages .functions-mobile .widget-slider .slick-slider .slick-next:before {
    font-size: 50px;
    opacity: 1;
  }
  div.brand-pages .functions-mobile .widget-slider .slick-slider .slick-prev {
    left: 0;
    top: 30%;
  }
  div.brand-pages .functions-mobile .widget-slider .slick-slider .slick-prev:before {
    font-size: 50px;
    opacity: 1;
  }
  @media (max-width: 480px) {
    div.brand-pages .functions-mobile .widget-slider .slick-slider .slick-next:before,
    div.brand-pages .functions-mobile .widget-slider .slick-slider .slick-prev:before {
      font-size: 25px;
    }
  }
  div.brand-pages .cleanliness {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  div.brand-pages .cleanliness .rte {
    margin-top: 10px;
  }
  div.brand-pages .cleanliness .rte h2 {
    margin-bottom: 40px;
  }
  div.brand-pages .cleanliness .rte p {
    font-size: 18px;
    font-weight: 700;
    line-height: 38px;
  }
  div.brand-pages .cleanliness .widget-video .slick-slider .slick-slide button.play {
    height: 100px;
    width: 150px;
  }
  div.brand-pages .cleanliness .widget-video .slick-slider .slick-slide button.play:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: white;
    opacity: 0;
  }
  div.brand-pages .cleanliness .widget-video .play i {
    display: none;
    pointer-events: none;
  }
  div.brand-pages .cleanliness .widget-video .play .label {
    display: none;
  }
  div.brand-pages .cleanliness .widget-video .video-slides {
    margin-bottom: 10px;
  }
  @media (max-width: 768px) {
    div.brand-pages .cleanliness {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    div.brand-pages .cleanliness .rte h2 {
      margin-bottom: 20px;
      font-size: 32px;
    }
  }
  div.brand-pages .specifications {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  div.brand-pages .specifications .rte {
    margin-top: 10px;
  }
  div.brand-pages .specifications .rte h2 {
    margin-bottom: 40px;
  }
  @media (max-width: 768px) {
    div.brand-pages .specifications {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    div.brand-pages .specifications .rte h2 {
      margin-bottom: 20px;
      font-size: 32px;
    }
  }
  div.brand-pages .fine-print {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  div.brand-pages .fine-print .rte p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }
  div.brand-pages .fine-print .rte p:nth-of-type(2) {
    margin-top: 50px;
  }
  div.brand-pages .fine-print .rte p:nth-of-type(2) a {
    color: white;
    background-color: black;
    padding: 10px 30px;
  }
  @media (max-width: 768px) {
    div.brand-pages .fine-print {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    div.brand-pages .fine-print .rte p:nth-of-type(2) {
      margin-top: 25px;
    }
    div.brand-pages .fine-print .rte p:nth-of-type(2) a {
      color: white;
      background-color: black;
      padding: 10px 30px;
    }
  }
  