/******************************************************************
Site Name: CRL Solutions
Stylesheet: Main Stylesheet
******************************************************************/
@import url(../css/bootstrap.min.css);
/******************************************************************
SCSS Variables
******************************************************************/
@font-face {
  font-family: 'cartogothic_pro_book';
  src: url("library/fonts/cartogothicpro-book-webfont.eot");
  src: url("library/fonts/cartogothicpro-book-webfont.eot?#iefix") format("embedded-opentype"), url("library/fonts/cartogothicpro-book-webfont.woff") format("woff"), url("library/fonts/cartogothicpro-book-webfont.ttf") format("truetype"), url("library/fonts/cartogothicpro-book-webfont.svg#cartogothic_pro_book") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'cartogothic_pro_bold';
  src: url("library/fonts/cartogothicpro-bold-webfont.eot");
  src: url("library/fonts/cartogothicpro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("library/fonts/cartogothicpro-bold-webfont.woff") format("woff"), url("library/fonts/cartogothicpro-bold-webfont.ttf") format("truetype"), url("library/fonts/cartogothicpro-bold-webfont.svg#cartogothic_pro_bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'cartogothic_pro_light';
  src: url("library/fonts/cartogothicpro-light-webfont.eot");
  src: url("library/fonts/cartogothicpro-light-webfont.eot?#iefix") format("embedded-opentype"), url("library/fonts/cartogothicpro-light-webfont.woff") format("woff"), url("library/fonts/cartogothicpro-light-webfont.ttf") format("truetype"), url("library/fonts/cartogothicpro-light-webfont.svg#cartogothic_pro_light") format("svg");
  font-weight: 300;
  font-style: normal;
}

/******************************************************************
Base Stylesheet
******************************************************************/
body {
  font-family: "cartogothic_pro_book", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #f4f4f4;
  transition: background-color .24s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "cartogothic_pro_bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  white-space: nowrap;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #004b8d;
  border-bottom: solid 1px transparent;
  transition: color .24s ease-in-out, border-color .24s ease-in-out;
}

h1 a:hover, h1 a:active, h1 a:focus, h1 a:active:hover, h1 a:active:focus, h2 a:hover, h2 a:active, h2 a:focus, h2 a:active:hover, h2 a:active:focus, h3 a:hover, h3 a:active, h3 a:focus, h3 a:active:hover, h3 a:active:focus, h4 a:hover, h4 a:active, h4 a:focus, h4 a:active:hover, h4 a:active:focus, h5 a:hover, h5 a:active, h5 a:focus, h5 a:active:hover, h5 a:active:focus, h6 a:hover, h6 a:active, h6 a:focus, h6 a:active:hover, h6 a:active:focus {
  text-decoration: none;
  color: #001527;
  border-color: #001527;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 1.05vw;
}

h4 {
  font-size: 18px;
}

.vidwrap {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 20px;
  padding-top: 56.25%;
  overflow: hidden;
}

.vidwrap iframe, .vidwrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  border: none;
}

p, li {
  font-size: .85vw;
  line-height: 1.5;
}

p a, li a {
  color: #004b8d;
  border-bottom: solid 1px transparent;
  transition: color .24s ease-in-out, border-color .24s ease-in-out;
}

p a:hover, p a:active, p a:focus, p a:active:hover, p a:active:focus, li a:hover, li a:active, li a:focus, li a:active:hover, li a:active:focus {
  color: #001527;
  text-decoration: none;
  border-color: #001527;
}

p {
  margin-bottom: 30px;
}

p.larger {
  margin: 0;
}

.btn {
  font-family: "cartogothic_pro_book", Helvetica, Arial, sans-serif;
  font-size: .85vw;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 30px 6px;
  border-radius: 0;
}

.btn i.icon {
  display: inline-block;
  width: .85vw;
  height: .85vw;
  margin-left: 10px;
  margin-top: -4px;
  vertical-align: middle;
}

.btn i.icon.pdf {
  background: url("../images/icon_pdf.svg") no-repeat center center;
  background-size: 16px;
}

.btn i.icon.video {
  background: url("../images/icon_play.svg") no-repeat center center;
  background-size: 16px;
}

.btn-default {
  background-color: #e7e7e7;
  color: #999999;
  border: solid 2px #e7e7e7;
  transition: background-color .24s ease-in-out, color .24s ease-in-out, border-color .24s ease-in-out;
}

.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:hover, .btn-default:active:focus {
  background-color: #cecece;
  color: #333333;
  border-color: #cecece;
}

.btn-primary {
  background-color: #004b8d;
  color: #fff;
  border-color: transparent;
  transition: background-color .24s ease-in-out;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:hover, .btn-primary:active:focus {
  color: #fff;
  background-color: #00305a;
  border-color: transparent;
}

.btn-primary.ghost {
  background: #333333;
  /* The Fallback */
  background: rgba(51, 51, 51, 0.6);
}

.btn-primary.ghost:hover, .btn-primary.ghost:active, .btn-primary.ghost:focus, .btn-primary.ghost:active:hover, .btn-primary.ghost:active:focus {
  background: #333333;
  /* The Fallback */
  background: #333333;
}

.btn-clear {
  background-color: transparent;
  color: #fff;
  border: solid 2px #fff;
  transition: background-color .24s ease-in-out;
}

.btn-clear:hover, .btn-clear:active, .btn-clear:focus, .btn-clear:active:hover, .btn-clear:active:focus {
  background: #333333;
  /* The Fallback */
  background: rgba(51, 51, 51, 0.2);
  color: #fff;
}

.centered {
  text-align: center;
}

/*****************************************
** SVG Container + Functionality
*****************************************/
.svg-wrapper {
  width: 100vw;
  height: 100vh;
}

.svg-container {
  display: block;
  position: relative;
  margin: auto;
  max-width: 100vw;
  max-height: 100vh;
  aspect-ratio: 16/9;
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  background: url("../images/bg_main.png") no-repeat center center;
  background-size: cover;
}

svg.contained {
  height: 100%;
}

/** Loading Screen **/
#cover {
  background: url(../images/loading.svg) no-repeat scroll center center #FFF;
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.4);
}

.brand-banner {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 11%;
  z-index: 7;
  border-bottom: solid .4vw #004b8d;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
}

.brand-banner .logo {
  height: 90%;
  padding: .7vw;
  width: 90%;
}

.brand-banner .logo img {
  height: 100%;
}

.brand-banner .logo p {
  font-size: .6vw;
  padding-top: .2vw;
  font-weight: bold;
}

.brand-banner .nav-links {
  position: absolute;
  right: 1vw;
  bottom: 0;
}

.brand-banner .nav-links button {
  font-size: 1.05vw;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border: 0;
  padding: .4vw 1vw;
  display: block;
}

#site-wrap {
  width: 1920px;
  height: 1080px;
  display: flex;
  align-items: center;
}

#site-container {
  position: relative;
  width: 100%;
  /* max-width: 100%; */
  height: 100%;
  /* max-height: 56.25vw; */
  background: url("../images/bg_main.png") no-repeat center center;
  background-size: cover;
  margin: 0 auto;
}

#header {
  position: absolute;
  top: calc(1080px - 132px);
  /*bottom: 0px;*/
  left: 0;
  right: 0;
  width: 1920px;
  /* max-width: 100%; */
  /*background-color: rgba(255, 255, 255, 0.4);*/
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
  margin: 0 auto;
  padding: 10px 30px;
  border-bottom: solid 10px #004b8d;
}

#logo {
  width: auto;
  margin: 0;
}

#nav-buttons {
  position: absolute;
  right: 10px;
  bottom: 0;
}

#options {
  background: url(../images/options_icon.png);
  background-size: 50px;
  width: 45px;
  height: 50px;
  text-indent: -9999px;
  display: block;
}

#btnFullscreen {
  visibility: hidden;
  opacity: 0;
  display: block;
  position: absolute;
  margin-top: 25px;
  top: -50px;
  right: 0px;
  border-radius: 50px;
  background: #004b8d url(../images/fullscreen_icon.png) no-repeat center center;
  background-size: 24px;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  transition: margin-top 0.5s, visibility 0s, opacity 0.5s linear;
}

#btnFullscreen.show {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}

#btnScreensaver {
  visibility: hidden;
  opacity: 0;
  display: block;
  position: absolute;
  margin-top: 25px;
  top: -100px;
  right: 0px;
  border-radius: 50px;
  background: #004b8d url(../images/screensaver_icon.png) no-repeat center center;
  background-size: 24px;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  transition: margin-top 0.5s, visibility 0s, opacity 0.5s linear;
}

#btnScreensaver.show {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}

.pulse {
  display: block;
  /* width: 48px; */
  /* height: 48px; */
  background: #004b8d;
  background-size: 16px;
  /* text-indent: -9999px; */
  border-radius: 100px;
  padding: 10px 25px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: background-color .24s ease-in-out;
}

.pulse:hover {
  background-color: #00305a;
  -webkit-animation: none;
          animation: none;
}

.sub-pulse {
  display: block;
  z-index: 8;
  max-width: 48px;
  max-height: 48px;
  width: 2vw;
  height: 2vw;
  background: transparent;
  text-indent: -9999px;
  border-radius: 100px;
  border: 1px solid rgba(0, 68, 131, 0.1);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0, 68, 131, 0.4);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: background-color .24s ease-in-out;
}

.sub-pulse.comp {
  background: #fff url("../images/comp-icon.png") no-repeat center center;
  background-size: cover;
}

.sub-pulse.regen {
  background: #fff url("../images/regen-icon.png") no-repeat center center;
  background-size: cover;
}

.sub-pulse.sliding {
  background: #fff url("../images/sliding-icon.png") no-repeat center center;
  background-size: cover;
}

.sub-pulse.view-more {
  display: initial;
  width: auto;
  height: auto;
  text-indent: 0px;
  background: #004b8d;
  font-family: "cartogothic_pro_book", Helvetica, Arial, sans-serif;
  font-size: .85vw;
  font-weight: 700;
  text-transform: uppercase;
  padding: .5vw 2vw;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
}

.sub-pulse.view-more:hover {
  background-color: #00305a;
  -webkit-animation: none;
          animation: none;
}

.sub-pulse:hover {
  background-color: #e6e6e6;
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes sub-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 68, 131, 0.4);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(0, 68, 131, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 68, 131, 0);
  }
}

@keyframes sub-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 68, 131, 0.4);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(0, 68, 131, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 68, 131, 0);
  }
}

#content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.callout-secondary {
  display: none;
}

#callout-1 {
  position: absolute;
  top: 23.5%;
  left: 2%;
}

#callout-2 {
  position: absolute;
  top: 23.5%;
  left: 5.5%;
}

#callout-3 {
  position: absolute;
  top: 46.5%;
  left: 14%;
}

#callout-4 {
  position: absolute;
  top: 61.5%;
  left: 18.5%;
}

#callout-5 {
  position: absolute;
  top: 48.5%;
  left: 20.5%;
}

#callout-6 {
  position: absolute;
  top: 28.5%;
  left: 22%;
}

#callout-7 {
  position: absolute;
  top: 59%;
  left: 27%;
}

#callout-8 {
  position: absolute;
  top: 30.5%;
  left: 29.5%;
}

#callout-9 {
  position: absolute;
  top: 91%;
  left: 33%;
}

#callout-10 {
  position: absolute;
  top: 30%;
  left: 35.5%;
}

#callout-11 {
  position: absolute;
  top: 51.5%;
  left: 36.5%;
}

#callout-12 {
  position: absolute;
  top: 70%;
  left: 38%;
}

#callout-13 {
  position: absolute;
  top: 50%;
  left: 48.5%;
}

#callout-14 {
  position: absolute;
  top: 35%;
  left: 51%;
}

#callout-15 {
  position: absolute;
  top: 17%;
  left: 66.5%;
}

#callout-16 {
  position: absolute;
  top: 56%;
  left: 71.5%;
}

#callout-17 {
  position: absolute;
  top: 79%;
  left: 76%;
}

#callout-18 {
  position: absolute;
  top: 42%;
  left: 80.5%;
}

#callout-19 {
  position: absolute;
  top: 35%;
  left: 85.5%;
}

#callout-20 {
  position: absolute;
  top: 42.5%;
  left: 90.5%;
}

#callout-21 {
  position: absolute;
  top: 68.5%;
  left: 13.5%;
}

#callout-22 {
  position: absolute;
  top: 50.5%;
  left: 30.5%;
}

#callout-23 {
  position: absolute;
  top: 48.5%;
  left: 42.5%;
}

#callout-30 {
  position: absolute;
  top: 35%;
  left: 89.5%;
}

#callout-31 {
  position: absolute;
  top: 30.5%;
  left: 39%;
}

#callout-32 {
  position: absolute;
  top: 35%;
  left: 48%;
}

#callout-33 {
  position: absolute;
  top: 48.5%;
  left: 23.5%;
}

#callout-34 {
  position: absolute;
  top: 68.5%;
  left: 10.5%;
}

#callout-35 {
  position: absolute;
  top: 50%;
  left: 51.5%;
}

#callout-36 {
  position: absolute;
  top: 56%;
  left: 74.5%;
}

#callout-37 {
  position: absolute;
  top: 61.5%;
  left: 15.5%;
}

#callout-38 {
  position: absolute;
  top: 59%;
  left: 30%;
}

#callout-39 {
  position: absolute;
  top: 91%;
  left: 36%;
}

#callout-40 {
  position: absolute;
  top: 70%;
  left: 41%;
}

#callout-41 {
  position: absolute;
  top: 79%;
  left: 79%;
}

.box-modal {
  z-index: 10;
  display: none;
  /*max-width: 1140px;*/
  height: auto;
  max-height: 94%;
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.8);
  padding: 2vw;
}

.box-modal ul {
  margin: 0;
  padding: 0 0 0 1.25vw;
}

.box-modal ul li {
  margin: 0px 0;
}

.box-modal .row {
  display: flex;
  align-items: center;
}

.close-btn,
.sub-close-btn,
.back-btn,
.file-close-btn {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 48px;
  height: 48px;
  background: #004b8d url("../images/icon_close.svg") no-repeat center center;
  background-size: 16px;
  text-indent: -9999px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color .24s ease-in-out;
}

.close-btn:hover, .close-btn:active, .close-btn:focus, .close-btn:active:hover, .close-btn:active:focus,
.sub-close-btn:hover,
.sub-close-btn:active,
.sub-close-btn:focus,
.sub-close-btn:active:hover,
.sub-close-btn:active:focus,
.back-btn:hover,
.back-btn:active,
.back-btn:focus,
.back-btn:active:hover,
.back-btn:active:focus,
.file-close-btn:hover,
.file-close-btn:active,
.file-close-btn:focus,
.file-close-btn:active:hover,
.file-close-btn:active:focus {
  background-color: #00305a;
}

.back-btn {
  display: none;
  top: 48px;
  right: 48px;
  background: #004b8d url("../images/icon_back.svg") no-repeat center center;
  background-size: 16px;
}

.back-btn,
.back-btn-text {
  display: none !important;
}

#modal-1 {
  width: 1824px;
  height: 1026px;
  position: relative;
  margin: 40px auto;
}

#modal-1 .inner-modal {
  background: #fff url("../images/1.png") no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 920px;
}

#modal-1 #callout-1-1 {
  position: absolute;
  top: 24%;
  left: 25%;
}

#modal-1 #callout-1-2 {
  position: absolute;
  top: 41%;
  left: 62.4%;
}

#modal-1 #callout-1-3 {
  position: absolute;
  top: 46.5%;
  left: 62.4%;
}

#modal-2 {
  width: 1824px;
  height: 1026px;
  position: relative;
  margin: 40px auto;
}

#modal-2 .inner-modal {
  background: #fff url("../images/2.png") no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 920px;
}

#modal-2 #callout-2-1 {
  position: absolute;
  top: 87.7%;
  left: 43%;
}

#modal-2 #callout-2-2 {
  position: absolute;
  top: 71%;
  left: 63%;
}

#modal-2 #callout-2-3 {
  position: absolute;
  top: 45%;
  left: 55.6%;
}

#modal-2 #callout-2-4 {
  position: absolute;
  top: 32%;
  left: 62%;
}

#modal-2 #callout-2-5 {
  position: absolute;
  top: 44%;
  left: 74%;
}

#modal-2 #callout-2-6 {
  position: absolute;
  top: 33.5%;
  left: 29%;
}

#modal-2 #callout-2-7 {
  position: absolute;
  top: 35%;
  left: 33%;
}

#modal-3 {
  width: 1824px;
  height: 1026px;
  position: relative;
  margin: 40px auto;
}

#modal-3 .inner-modal {
  background: #fff url("../images/3.png") no-repeat center center;
  /*background-size: contain;*/
  width: 100%;
  height: 920px;
}

#modal-3 #callout-3-1 {
  position: absolute;
  top: 18%;
  left: 39%;
}

#modal-3 #callout-3-2 {
  position: absolute;
  top: 25%;
  left: 45%;
}

#modal-3 #callout-3-3 {
  position: absolute;
  top: 32%;
  left: 51%;
}

#modal-3 #callout-3-4 {
  position: absolute;
  top: 39%;
  left: 57%;
}

#modal-3 #callout-3-5 {
  position: absolute;
  top: 49%;
  left: 28%;
}

#modal-3 #callout-3-6 {
  position: absolute;
  top: 55%;
  left: 33%;
}

#modal-3 #callout-3-7 {
  position: absolute;
  top: 60%;
  left: 38%;
}

#modal-4 {
  width: 1824px;
  height: 1026px;
  position: relative;
  margin: 40px auto;
}

#modal-4 .inner-modal {
  background: #fff url("../images/4.png") no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 920px;
}

#modal-4 #callout-4-1 {
  position: absolute;
  top: 74.5%;
  left: 22%;
}

#modal-4 #callout-4-2 {
  position: absolute;
  top: 65%;
  left: 30%;
}

#modal-4 #callout-4-3 {
  position: absolute;
  top: 55.5%;
  left: 38%;
}

#modal-4 #callout-4-4 {
  position: absolute;
  top: 37%;
  left: 43.6%;
}

#modal-4 #callout-4-5 {
  position: absolute;
  top: 37%;
  left: 33.6%;
}

#modal-4 #callout-4-6 {
  position: absolute;
  top: 81%;
  left: 29%;
}

#modal-4 #callout-4-7 {
  position: absolute;
  top: 74.3%;
  left: 32%;
}

#modal-4 #callout-4-8 {
  position: absolute;
  top: 73%;
  left: 36%;
}

#modal-4 #callout-4-9 {
  position: absolute;
  top: 63%;
  left: 50.3%;
}

#modal-4 #callout-4-10 {
  position: absolute;
  top: 55%;
  left: 57%;
}

#modal-4 #callout-4-11 {
  position: absolute;
  top: 75%;
  left: 53%;
}

#modal-4 #callout-4-12 {
  position: absolute;
  top: 67%;
  left: 60%;
}

.quattroflow-logo {
  padding-top: 30px;
}

.almatec-logo {
  padding-top: 50px;
}

.wilden-logo {
  padding-top: 45px;
}

.box-modal.list,
.box-modal.product,
.box-modal#pdf-popup,
.box-modal#ml-popup,
.box-modal#np-popup,
.box-modal#img-popup {
  width: 96%;
  height: 96%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.box-modal.list#product-7,
.box-modal.product#product-7,
.box-modal#pdf-popup#product-7,
.box-modal#ml-popup#product-7,
.box-modal#np-popup#product-7,
.box-modal#img-popup#product-7 {
  position: absolute;
}

.box-modal.list#product-7 .files .col-2,
.box-modal.product#product-7 .files .col-2,
.box-modal#pdf-popup#product-7 .files .col-2,
.box-modal#ml-popup#product-7 .files .col-2,
.box-modal#np-popup#product-7 .files .col-2,
.box-modal#img-popup#product-7 .files .col-2 {
  cursor: pointer;
  flex: 0 0 15.666667% !important;
}

.box-modal.list#product-7 .back-btn,
.box-modal.product#product-7 .back-btn,
.box-modal#pdf-popup#product-7 .back-btn,
.box-modal#ml-popup#product-7 .back-btn,
.box-modal#np-popup#product-7 .back-btn,
.box-modal#img-popup#product-7 .back-btn {
  margin-top: 1% !important;
}

.box-modal.list#product-7 .back-btn-text,
.box-modal.product#product-7 .back-btn-text,
.box-modal#pdf-popup#product-7 .back-btn-text,
.box-modal#ml-popup#product-7 .back-btn-text,
.box-modal#np-popup#product-7 .back-btn-text,
.box-modal#img-popup#product-7 .back-btn-text {
  margin-top: 4.7% !important;
}

.box-modal.list#product-8 .files .col-2,
.box-modal.product#product-8 .files .col-2,
.box-modal#pdf-popup#product-8 .files .col-2,
.box-modal#ml-popup#product-8 .files .col-2,
.box-modal#np-popup#product-8 .files .col-2,
.box-modal#img-popup#product-8 .files .col-2 {
  flex: 0 0 15.666667% !important;
}

.box-modal.list .inner-modal,
.box-modal.product .inner-modal,
.box-modal#pdf-popup .inner-modal,
.box-modal#ml-popup .inner-modal,
.box-modal#np-popup .inner-modal,
.box-modal#img-popup .inner-modal {
  background: #fff;
  width: 100%;
}

.box-modal.list .row,
.box-modal.product .row,
.box-modal#pdf-popup .row,
.box-modal#ml-popup .row,
.box-modal#np-popup .row,
.box-modal#img-popup .row {
  align-items: start;
}

.box-modal.list:not(#product-list-rtp) > .row,
.box-modal.product:not(#product-list-rtp) > .row,
.box-modal#pdf-popup:not(#product-list-rtp) > .row,
.box-modal#ml-popup:not(#product-list-rtp) > .row,
.box-modal#np-popup:not(#product-list-rtp) > .row,
.box-modal#img-popup:not(#product-list-rtp) > .row {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
}

#img-popup .inner-modal {
  display: flex;
}

#img-popup .inner-modal img {
  margin: auto;
  height: 100%;
}

#product-list-all.box-modal.list {
  position: absolute;
  top: 2vw;
  left: 2vw;
}

#product-list-all.box-modal.list .logo img {
  width: 55%;
}

#product-list-all.box-modal.list .logo p {
  font-size: 1.05vw;
}

#product-list-all.box-modal.list .product-img img {
  width: 185px;
}

#product-list-all.box-modal.list .copy p {
  margin-top: 15px;
  font-size: 16px;
}

.box-modal.list .inner-modal .row {
  border-bottom: 1px solid #e0e0e0;
}

.box-modal.list .inner-modal .row:last-child {
  border-bottom: 0px;
}

.box-modal#ml-popup img,
.box-modal#np-popup img {
  height: 810px;
  margin: 0 auto;
}

.box-modal#video-popup {
  position: absolute;
  width: 80%;
  height: 82.5%;
  top: 8%;
  left: 9%;
}

.box-modal#video-popup .inner-modal {
  background: #fff;
  width: 100%;
  height: 810px;
}

.box-modal#video-popup .row {
  align-items: start;
}

.box-modal#form-popup {
  width: 1490px;
  height: 865px;
  position: absolute;
  top: 100px;
  left: 200px;
}

.box-modal#form-popup .inner-modal {
  background: #fff;
  width: 100%;
  height: 810px;
}

.box-modal#form-popup .row {
  align-items: start;
}

.sub.box-modal {
  background: #fff !important;
}

.sub.box-modal.list {
  /*.view-more {
			background-color:$psg-blue;
			color:$white;
			font-family: $sans-serif;
			font-size: 16px;
			font-weight: 700;
			text-transform: uppercase;
			padding: 10px 40px;
			border-radius: 50px;
			
			box-shadow: 0 0 0 rgba(0, 75, 141, 0.4);
			-webkit-animation: view-more 2s infinite;
			animation: view-more 2s infinite;
			transition: background-color .24s ease-in-out;
		}*/
}

.sub.box-modal.list .logo img {
  width: 80%;
  margin: 0 auto;
}

.sub.box-modal.list .logo p {
  text-align: center;
  margin-top: 5px;
  font-size: 1.25vw;
}

.sub.box-modal.list .logo span.btn {
  background: #004b8d;
  border-radius: 100px;
  padding: 10px 25px;
  display: block;
}

.sub.box-modal.list .product-img img {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}

.sub.box-modal.list p {
  margin-top: 4.5vw;
  margin-bottom: 2.25vw;
  font-size: 1.05vw;
}

.sub.box-modal.product .name p {
  font-size: 1.5vw;
  margin-top: 1vw;
  margin-bottom: 0px !important;
  text-align: center;
}

.sub.box-modal.product .product-img img {
  margin: 2vw auto;
  max-width: 375px;
  width: 100%;
}

.sub.box-modal.product #wilden {
  margin-top: 1.5vw;
}

.sub.box-modal.product .copy .col-12, .sub.box-modal.product .copy .col-6 {
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
}

.sub.box-modal.product .copy h3 {
  margin-bottom: 0px !important;
}

.sub.box-modal.product .copy li {
  line-height: 1.75;
}

.sub.box-modal.product .copy p {
  margin-top: 15px;
  margin-bottom: 10px;
}

.sub.box-modal.product .copy p.subtitle {
  margin-top: 0px !important;
  margin-bottom: .85vw;
  font-size: 1vw;
}

.sub.box-modal.product .files {
  margin-top: 2vw;
}

.sub.box-modal.product .files .col-2 {
  flex: 0 0 13.666667% !important;
  cursor: pointer;
}

.sub.box-modal.product .files img {
  max-width: 60px;
  width: 3vw;
  margin: 0 auto;
}

.sub.box-modal.product .files a:hover, .sub.box-modal.product .files a:focus, .sub.box-modal.product .files a:active {
  text-decoration: none;
}

.sub.box-modal.product .files p {
  color: #333333;
  text-decoration: none;
  text-align: center;
  margin-top: .5vw;
  font-size: .75vw;
}

.sub.box-modal.product .back-btn {
  position: relative;
  margin-top: -5%;
  margin-left: 3%;
}

.sub.box-modal.product .back-btn-text {
  position: relative;
  margin-top: -1.3%;
  margin-left: -2%;
}

#modal-1-video, #modal-2-video, #modal-4-video, #modal-5-video, #modal-6-video {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#modal-1-video video, #modal-2-video video, #modal-4-video video, #modal-5-video video, #modal-6-video video {
  width: 100%;
}

.overlay {
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.4);
}

/* Screen saver */
#screen-saver {
  display: none;
}

.last-touched {
  background-color: #bddeff;
}

/* Tool hider */
.row.files a.col-2 {
  display: none;
}

/* PDF fixer */
#pdf-popup .row, #pdf-popup .row .col-12, #pdf-popup .row .col-12 .inner-modal {
  height: 100%;
}

#pdf-popup .row {
  overflow-y: hidden !important;
}

@media only screen and (min-width: 1920px) {
  /******************************************************************
Bootstrap Large Stylesheet
******************************************************************/
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  p, li {
    font-size: 16px;
    line-height: 1.5;
  }
  p.larger, li.larger {
    font-size: 20px;
  }
  .btn {
    font-family: "cartogothic_pro_book", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 30px 6px;
    border-radius: 0;
  }
  .btn i.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-top: -4px;
    vertical-align: middle;
  }
  .btn i.icon.pdf {
    background: url("../images/icon_pdf.svg") no-repeat center center;
    background-size: 16px;
  }
  .btn i.icon.video {
    background: url("../images/icon_play.svg") no-repeat center center;
    background-size: 16px;
  }
  /******************************************************************
Base Stylesheet
******************************************************************/
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .vidwrap {
    margin-bottom: 20px;
  }
  p, li {
    font-size: 16px;
  }
  p {
    margin-bottom: 30px;
  }
  p.larger {
    margin: 0;
  }
  .btn {
    font-size: 16px;
    padding: 10px 30px 6px;
  }
  .btn i.icon {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-top: -4px;
  }
  .btn i.icon.pdf {
    background-size: 16px;
  }
  .btn i.icon.video {
    background-size: 16px;
  }
  .brand-banner {
    border-bottom: solid 10px #004b8d;
  }
  .brand-banner .logo {
    height: 90%;
    padding: 10px;
    width: 90%;
  }
  .brand-banner .logo p {
    font-size: 11px;
    padding-top: 5px;
  }
  .brand-banner .nav-links {
    right: 15px;
  }
  .brand-banner .nav-links button {
    font-size: 1.05vw;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    padding: .4vw 1vw;
    display: block;
  }
  #site-wrap {
    width: 1920px;
    height: 1080px;
    display: flex;
    align-items: center;
  }
  #site-container {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #header {
    position: absolute;
    top: calc(1080px - 132px);
    left: 0;
    right: 0;
    width: 1920px;
    margin: 0 auto;
    padding: 10px 30px;
    border-bottom: solid 10px #004b8d;
  }
  #logo {
    width: auto;
  }
  #nav-buttons {
    right: 10px;
  }
  #options {
    background-size: 50px;
    width: 45px;
    height: 50px;
    text-indent: -9999px;
  }
  #btnFullscreen {
    margin-top: 25px;
    top: -50px;
    right: 0px;
    border-radius: 50px;
    background-size: 24px;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
  }
  #btnFullscreen.show {
    margin-top: 0px;
  }
  #btnScreensaver {
    margin-top: 25px;
    top: -100px;
    right: 0px;
    border-radius: 50px;
    background-size: 24px;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
  }
  #btnScreensaver.show {
    margin-top: 0px;
  }
  .pulse {
    display: block;
    /* width: 48px; */
    /* height: 48px; */
    background: #004b8d;
    background-size: 16px;
    /* text-indent: -9999px; */
    border-radius: 100px;
    padding: 10px 25px;
  }
  .sub-pulse {
    background-size: 25px;
    padding: 10px 23px;
  }
  .sub-pulse.view-more {
    font-size: 16px;
    padding: 10px 40px;
    border-radius: 50px;
  }
  .box-modal {
    padding: 30px;
  }
  .box-modal ul {
    padding: 0 0 0 20px;
  }
  .close-btn,
.sub-close-btn,
.back-btn,
.file-close-btn {
    top: -16px;
    right: -16px;
    width: 48px;
    height: 48px;
    background-size: 16px;
  }
  .back-btn {
    top: 48px;
    right: 48px;
    background-size: 16px;
  }
  #modal-1 {
    margin: 40px auto;
  }
  #modal-1 .inner-modal {
    height: 920px;
  }
  #modal-2 {
    margin: 40px auto;
  }
  #modal-2 .inner-modal {
    height: 920px;
  }
  #modal-3 {
    margin: 40px auto;
  }
  #modal-3 .inner-modal {
    height: 920px;
  }
  #modal-4 {
    margin: 40px auto;
  }
  #modal-4 .inner-modal {
    height: 920px;
  }
  .quattroflow-logo {
    padding-top: 30px;
  }
  .almatec-logo {
    padding-top: 50px;
  }
  .wilden-logo {
    padding-top: 45px;
  }
  .box-modal.list#product-7,
.box-modal.product#product-7,
.box-modal#pdf-popup#product-7,
.box-modal#ml-popup#product-7,
.box-modal#np-popup#product-7,
.box-modal#img-popup#product-7 {
    top: 50px;
  }
  #product-list-all.box-modal.list {
    top: 30px;
    left: 30px;
  }
  #product-list-all.box-modal.list .logo p {
    font-size: 20px;
  }
  #product-list-all.box-modal.list .product-img img {
    width: 185px;
  }
  #product-list-all.box-modal.list .copy p {
    margin-top: 15px;
    font-size: 16px;
  }
  .box-modal.list .inner-modal .row {
    border-bottom: 1px solid #e0e0e0;
  }
  .box-modal.list .inner-modal .row:last-child {
    border-bottom: 0px;
  }
  .box-modal#ml-popup img,
.box-modal#np-popup img {
    height: 810px;
    margin: 0 auto;
  }
  .box-modal#video-popup .inner-modal {
    background: #fff;
    width: 100%;
    height: 810px;
  }
  .box-modal#form-popup {
    width: 1490px;
    height: 865px;
    position: absolute;
    top: 100px;
    left: 200px;
  }
  .box-modal#form-popup .inner-modal {
    height: auto;
  }
  .sub.box-modal {
    background: #fff !important;
  }
  .sub.box-modal.list .logo p {
    font-size: 25px;
    margin-top: 5px;
  }
  .sub.box-modal.list .logo span.btn {
    background: #004b8d;
    border-radius: 100px;
    padding: 10px 25px;
    display: block;
  }
  .sub.box-modal.list p {
    margin-top: 55px;
    margin-bottom: 25px;
    font-size: 20px;
  }
  .sub.box-modal.product .name p {
    font-size: 30px;
    margin-top: 15px;
    margin-left: 10px;
  }
  .sub.box-modal.product .product-img img {
    margin: 30px auto;
  }
  .sub.box-modal.product #wilden {
    margin-top: 20px;
  }
  .sub.box-modal.product .copy .col-12, .sub.box-modal.product .copy .col-6 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sub.box-modal.product .copy p {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .sub.box-modal.product .copy p.subtitle {
    margin-bottom: 15px !important;
    font-size: 19px;
  }
  .sub.box-modal.product .files {
    margin-top: 40px;
  }
  .sub.box-modal.product .files p {
    margin-top: 10px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=main.css.map */