/******************************************************************
Site Name: CRL Solutions
Stylesheet: Main Stylesheet
******************************************************************/
@import url(../css/bootstrap.min.css);
/******************************************************************
SCSS Variables
******************************************************************/
/******************************************************************
Base Stylesheet
******************************************************************/
body {
  background-color: #fff;
  font-family: "cartogothic_pro_book", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
  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: 20px; }

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: 16px;
  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; }

.pt-15 {
  padding-top: 15px; }

.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; }

.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; }

#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.jpg") no-repeat top center;
  background-size: cover;
  margin: 0 auto; }

.project-title {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #004b8d;
  color: #fff;
  padding: 5px 15px;
  font-size: 50px; }

#header {
  position: absolute;
  top: calc(1080px - 132px);
  left: 0;
  right: 0;
  width: 1920px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 10px 30px;
  border-bottom: solid 10px #004b8d; }

#logo {
  width: 120px;
  padding-bottom: 8px;
  margin: 0; }

.disclaimer {
  font-size: 9px;
  left: 28px;
  position: absolute;
  font-weight: bold;
  bottom: 0px; }

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

#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;
    animation: none; }
  .pulse.text-icon {
    padding: 7px 7px 5px 25px; }
    .pulse.text-icon img {
      height: 30px;
      display: inline;
      margin-left: 2px;
      margin-top: -2px; }
      .pulse.text-icon img:first-child {
        margin-left: 10px; }

.sub-pulse {
  display: block;
  z-index: 8;
  width: 48px;
  height: 48px;
  background: #fff url("../images/icon.png") no-repeat center center;
  background-size: 25px;
  text-indent: -9999px;
  border-radius: 100px;
  border: 1px solid rgba(0, 68, 131, 0.1);
  padding: 10px 23px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0, 68, 131, 0.4);
  -webkit-animation: sub-pulse 2s infinite;
  animation: sub-pulse 2s infinite;
  transition: background-color .24s ease-in-out; }
  .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: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 40px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer; }
    .sub-pulse.view-more:hover {
      background-color: #00305a;
      animation: none; }
  .sub-pulse:hover {
    background-color: #e6e6e6;
    animation: none; }

@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 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: 33.5%;
  left: 18.5%; }

#callout-2 {
  position: absolute;
  top: 68%;
  left: 29.5%; }

#callout-3 {
  position: absolute;
  top: 33.5%;
  left: 56%; }

#callout-4 {
  position: absolute;
  top: 9.5%;
  left: 64.5%; }

#callout-5 {
  position: absolute;
  top: 64.5%;
  left: 61%; }

#callout-6 {
  position: absolute;
  top: 77.5%;
  left: 73%; }

#callout-7 {
  position: absolute;
  top: 24%;
  left: 82%; }

.box-modal {
  z-index: 10;
  display: none;
  width: calc(100% - 100px);
  /*max-width: 1140px;*/
  height: auto;
  max-height: calc(100% - 100px);
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.8);
  padding: 30px; }
  .box-modal ul {
    margin: 0;
    padding: 0 0 0 20px; }
    .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,
.zoom-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,
  .zoom-btn:hover,
  .zoom-btn:active,
  .zoom-btn:focus,
  .zoom-btn:active:hover,
  .zoom-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; }

.zoom-btn {
  background: #004b8d url("../images/icon_zoom.svg") no-repeat center center;
  background-size: 16px; }
  .zoom-btn.text {
    text-indent: 0;
    text-align: right; }
    .zoom-btn.text > span {
      position: relative;
      top: 13px;
      left: -60px;
      float: right; }

#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#frame-popup,
.box-modal#img-popup {
  width: 1715px;
  height: 865px;
  position: absolute;
  top: 100px;
  left: 100px; }
  .box-modal.list .inner-modal,
  .box-modal.product .inner-modal,
  .box-modal#pdf-popup .inner-modal,
  .box-modal#frame-popup .inner-modal,
  .box-modal#img-popup .inner-modal {
    background: #fff;
    width: 100%;
    height: 810px; }
  .box-modal.list .row,
  .box-modal.product .row,
  .box-modal#pdf-popup .row,
  .box-modal#frame-popup .row,
  .box-modal#img-popup .row {
    align-items: start; }

.box-modal#turn-popup {
  width: 1500px; }
  .box-modal#turn-popup li {
    font-size: 16px; }

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

#frame-popup iframe {
  width: 100%;
  height: 100%;
  border: 0; }

#product-list-all.box-modal.list {
  width: 1865px;
  height: 980px;
  position: absolute;
  top: 30px;
  left: 30px; }
  #product-list-all.box-modal.list .inner-modal {
    height: 920px; }
  #product-list-all.box-modal.list .logo img {
    width: 55%; }
  #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 {
  width: 1490px;
  height: 865px;
  position: absolute;
  top: 100px;
  left: 200px; }
  .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;
      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 .product-img img {
      width: 270px;
      margin: 0 auto; }
    .sub.box-modal.list p {
      margin-top: 40px;
      margin-bottom: 25px;
      font-size: 20px; }
  .sub.box-modal.product .name p {
    font-size: 30px;
    margin-top: 15px;
    margin-left: 10px;
    margin-bottom: 0px !important;
    text-align: center; }
  .sub.box-modal.product .product-img img {
    margin: 30px auto;
    max-width: 375px; }
  .sub.box-modal.product #wilden {
    margin-top: 25px; }
  .sub.box-modal.product .copy p {
    margin-top: 15px;
    margin-bottom: 10px; }
    .sub.box-modal.product .copy p.title {
      font-size: 25px;
      margin: 0px; }
    .sub.box-modal.product .copy p.subtitle {
      font-size: 20px;
      margin-top: 0px; }
  .sub.box-modal.product .files {
    margin-top: 40px; }
    .sub.box-modal.product .files img {
      width: 60px;
      margin: 0 auto; }
    .sub.box-modal.product .files p {
      text-align: center;
      margin-top: 10px; }
  .sub.box-modal.product .back-btn {
    display: block !important;
    position: relative;
    margin-top: -5%;
    margin-left: 3%; }
  .sub.box-modal.product .back-btn-text {
    display: block !important;
    position: relative;
    margin-top: -1.3%;
    margin-left: -2%; }

#modal-5 {
  top: 20%;
  width: 440px; }

#modal-6 {
  top: 20%;
  width: 540px; }

#modal-7 {
  position: absolute;
  width: 640px;
  top: 50px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 0 auto; }

#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;
  position: fixed;
  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; }

#product-list-oil-field {
  padding: 18px; }
  #product-list-oil-field img {
    width: 245px; }
  #product-list-oil-field .copy > p {
    margin-top: 15px; }

.ig-features {
  padding: 15px 0; }
  .ig-features h4 {
    text-align: center;
    padding-top: 15px; }

.ig-files {
  margin-top: 10px !important; }

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