/*
Author: Bobby Donathan | Mike Ligocki
Author URI: https://bigredrooster.com
Version: 1.0.0
*/
/**********************
Font Styles
AUTHOR: Bobby Donathan - BigRedRooster
_fonts.scss
***********************/
@font-face {
  font-family: 'RheemSansLight';
  src: url("fonts/RheemSans-Light.eot");
  /* IE9 Compat Modes */
  src: url("fonts/RheemSans-Light?#iefix") format("embedded-opentype"), url("fonts/RheemSans-Light.woff2") format("woff2"), url("fonts/RheemSans-Light.woff") format("woff"), url("fonts/RheemSans-Light.ttf") format("truetype"), url("fonts/RheemSans-Light.svg#RheemSans-Light") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'RheemSansRoman';
  src: url("fonts/RheemSans-Roman.eot");
  /* IE9 Compat Modes */
  src: url("fonts/RheemSans-Roman.eot?#iefix") format("embedded-opentype"), url("fonts/RheemSans-Roman.woff2") format("woff2"), url("fonts/RheemSans-Roman.woff") format("woff"), url("fonts/RheemSans-Roman.ttf") format("truetype"), url("fonts/RheemSans-Roman.svg#RheemSans-Roman") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'RheemSansBold';
  src: url("fonts/RheemSans-Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/RheemSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/RheemSans-Bold.woff2") format("woff2"), url("fonts/RheemSans-Bold.woff") format("woff"), url("fonts/RheemSans-Bold.ttf") format("truetype"), url("fonts/RheemSans-Bold.svg#RheemSans-Bold") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'RheemSansLightItalic';
  src: url("fonts/RheemSans-LightItalic.eot");
  /* IE9 Compat Modes */
  src: url("fonts/RheemSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/RheemSans-LightItalic.woff2") format("woff2"), url("fonts/RheemSans-LightItalic.woff") format("woff"), url("fonts/RheemSans-LightItalic.ttf") format("truetype"), url("fonts/RheemSans-LightItalic.svg#RheemSans-LightItalic") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'RheemSansRomanItalic';
  src: url("fonts/RheemSans-RomanItalic.eot");
  /* IE9 Compat Modes */
  src: url("fonts/RheemSans-RomanItalic.eot?#iefix") format("embedded-opentype"), url("fonts/RheemSans-RomanItalic.woff2") format("woff2"), url("fonts/RheemSans-RomanItalic.woff") format("woff"), url("fonts/RheemSans-RomanItalic.ttf") format("truetype"), url("fonts/RheemSans-RomanItalic.svg#RheemSans-RomanItalic") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'RheemSansBoldItalic';
  src: url("fonts/RheemSans-BoldItalic.eot");
  /* IE9 Compat Modes */
  src: url("fonts/RheemSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/RheemSans-BoldItalic.woff2") format("woff2"), url("fonts/RheemSans-BoldItalic.woff") format("woff"), url("fonts/RheemSans-BoldItalic.ttf") format("truetype"), url("fonts/RheemSans-BoldItalic.svg#RheemSans-BoldItalic") format("svg");
  /* Legacy iOS */ }
/*MIXINS*/
*,
*::before,
*::after {
  box-sizing: border-box; }

:root {
  --select-border: #777;
  --select-focus: blue;
  --select-arrow: var(--select-border); }

body {
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  overflow: hidden; }

.fancybox__content {
  height: 100% !important; }

a:focus {
  outline: none; }

img {
  max-width: 100%;
  height: auto; }

.fluid-container, .container {
  position: relative;
  z-index: 1; }

#qrdrawer {
  position: absolute;
  z-index: 2;
  top: calc(100vh - 90px);
  background-color: #E7E7E7;
  width: 100vw;
  text-align: center;
  min-height: 90vh;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }
  #qrdrawer img {
    max-width: 70vw;
    height: auto; }
  #qrdrawer.opened {
    top: 40%; }
    #qrdrawer.opened .drawertoggle #toggle {
      background-image: url(./images/drawer-close.png); }
  #qrdrawer .drawertoggle {
    height: 90px; }
    #qrdrawer .drawertoggle #toggle {
      width: 100%;
      height: 76px;
      display: inline-block;
      background-image: url(images/drawer-bigbtn.png);
      background-repeat: no-repeat;
      background-position: top center;
      margin-top: -20px; }

#productsbackgroundvideo {
  position: fixed;
  z-index: 0;
  background-color: #fff; }
  #productsbackgroundvideo video {
    width: auto;
    min-width: 100vw;
    height: auto;
    min-height: 100vh;
    opacity: .19; }

#ppdocs {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  max-width: none; }
  #ppdocs .tns-outer {
    position: relative; }
  #ppdocs .tns-item {
    text-align: center; }
    #ppdocs .tns-item a {
      display: inline-block; }
  #ppdocs .tns-controls {
    position: absolute;
    bottom: -50px;
    left: 0px;
    width: 100%;
    text-align: right; }
    #ppdocs .tns-controls button[data-controls="prev"] {
      display: none; }
    #ppdocs .tns-controls button[data-controls="next"] {
      width: 175px;
      height: 15px;
      border: none;
      text-indent: 999px;
      overflow: hidden;
      background: url(commercialkiosk/images/morethisway.png) no-repeat center center; }

#gohome {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5; }
