* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  zoom: 100%;
  position: relative;
}

html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
  zoom: 100%;
}

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  color: #282e34;
  zoom: 100%;
}

select, input, textarea {
  outline: none;
  background: #fff;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0px 8px;
  border: 1px solid #848484;
  border-radius: 5px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  height: 36px;
  color: #000;
  font-weight: 500;
  resize: none;
  cursor: text;
  font-size: 1.2rem;
}

select:focus, input:focus, textarea:focus {
  -webkit-box-shadow: 0 0 0 1px #444;
          box-shadow: 0 0 0 1px #444;
}

h1 {
  font-size: 2rem;
  text-align: left;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 1800px) {
  h1 {
    font-size: 1.75rem;
  }
}

h2 {
  font-size: 1.5rem;
  text-align: left;
  padding-bottom: 1rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 1.25rem;
  }
}
.gary_photo {
  width:auto;
}

@media only screen and (max-width: 1100px) {
  .gary_photo{
    width: 65%;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .gary_photo{
    width: 100%;
    padding-right: 2rem;
  }
}

.gary {
  display: flex;
    border-bottom: 1px solid #282e34;
    border-top: 1px solid #282e34;
    flex-wrap: nowrap;
    flex-direction: row;
}
@media only screen and (max-width: 1100px) {
  .gary {
    flex-direction: column;
  }
}


h2.country {
  display: inline-block;
  padding-left: 16px;
  text-transform: uppercase;
  vertical-align: top;
  padding-top: 2.2rem;
  font-size: 1.2rem;
}

h3 {
  text-transform: uppercase;
}

h3 i {
  position: relative;
  top: 5px;
  padding: 0 6px;
}

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 1rem;
  }
}

p {
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  p {
    font-size: 0.85rem;
  }
}

@media only screen and (max-width: 1800px) {
  p {
    font-size: 0.8rem;
  }
}

p.fire_triangel_text {
  width: 80%;
  padding-left: 2rem;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  p.fire_triangel_text {
    width: 100%;
    padding-left: 0;
  }
}

p.address {
  padding-left: 36px;
}

@media only screen and (max-width: 768px) {
  p.address {
    text-align: center;
    padding-left: 0;
    font-size: 1rem;
  }
}

p.standards {
  width: 75%;
  text-align: left;
  margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  p.fs-footer-text {
    text-align: center;
  }
}

li {
  margin-left: 32px;
}

@media only screen and (max-width: 768px) {
  li {
    font-size: 0.85rem;
  }
}

@media only screen and (max-width: 1800px) {
  li {
    font-size: 0.8rem;
  }
}

button#gdpr {
  border-radius: 4px;
  position: fixed;
  right: 16px;
  top: 10px;
  background-color: #ffc400;
  z-index: 1000;
  padding: 16px;
  font-weight: 700;
  max-width: 90%;
}

@media only screen and (max-width: 768px) {
  button#gdpr {
    top: 10px;
    z-index: 100;
    right: unset;
    left: 64px;
  }
}

img.triangel {
  max-width: 17%;
}

@media only screen and (max-width: 768px) {
  img.triangel {
    max-width: 50%;
  }
}

img.cerfiticate_logo {
  width: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

img.cerfiticate_logo:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media only screen and (max-width: 768px) {
  img.cerfiticate_logo {
    width: 50%;
  }
}

img.security_code {
  position: relative;
  top: 8px;
  width: 100px;
}

header {
  position: fixed;
  width: 100vw;
  height: 70px;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

header .fs_logo {
  background-image: url(/public/img/logos/fs_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
  position: relative;
  top: 10px;
  left: 10px;
  display: inline-block;
  width: 35px;
}

@media only screen and (max-width: 768px) {
  header .fs_logo {
    background-image: url(/public/img/logos/fs.png);
  }
}

header #navigation {
  float: right;
  position: relative;
  right: 16px;
  color: #000;
}

@media only screen and (max-width: 768px) {
  header #navigation {
    top: 25px;
    z-index: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}

header #navigation nav.mainmenu {
  position: fixed;
  width: 100vw;
  height: 70px;
  top: 0;
  left: 56px;
  z-index: 99;
}

@media only screen and (max-width: 768px) {
  header #navigation nav.mainmenu {
    top: 71px;
    left: 0;
    display: none;
    -webkit-animation-name: mobile_menu_rollout;
            animation-name: mobile_menu_rollout;
    -webkit-animation-duration: 0.25s;
            animation-duration: 0.25s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    z-index: 1;
  }
}

header #navigation nav.mainmenu button {
  text-transform: uppercase;
  padding: 26px 16px;
  vertical-align: top;
  text-align: center;
  font-weight: 400;
  outline: none;
  border: none;
  min-height: 70px;
  background: #fff;
  margin: 0 -2px;
  font-size: 0.8rem;
  border-radius: 0 !important;
}

header #navigation nav.mainmenu button:hover, header #navigation nav.mainmenu button:focus {
  background: #282e34;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  header #navigation nav.mainmenu button {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #ececec;
  }
}

@media only screen and (max-width: 1800px) {
  header #navigation nav.mainmenu button {
    font-size: 0.7rem;
  }
}

header #navigation span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
          transform-origin: 4px 0px;
  -webkit-transition: opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

@media only screen and (min-width: 769px) {
  header #navigation span {
    display: none;
  }
}

header #navigation input {
  cursor: pointer;
  display: block;
  position: absolute;
  top: -5px;
  left: -2px;
  opacity: 0;
  z-index: 2;
}

header #navigation input:checked ~ nav {
  display: block !important;
}

header #navigation input:checked ~ #hamburger_top_layer {
  -webkit-transform: rotate(45deg) translate(3px, 0px);
          transform: rotate(45deg) translate(3px, 0px);
}

header #navigation input:checked ~ #hamburger_middle_layer {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}

header #navigation input:checked ~ #hamburger_bottom_layer {
  -webkit-transform: rotate(-45deg) translate(-2px, 0px);
          transform: rotate(-45deg) translate(-2px, 0px);
}

#content {
  position: relative;
  top: 70px;
}

#content #navigation-sub {
  display: block;
}

@media only screen and (max-width: 768px) {
  #content #navigation-sub {
    float: right;
    position: fixed;
    top: 25px;
    right: 70px;
    z-index: 99;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}

#content #navigation-sub nav.submenu {
  position: fixed;
  z-index: 98;
  background: #282e34;
  width: 100%;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 768px) {
  #content #navigation-sub nav.submenu {
    width: 230px;
    right: 0px;
    top: 70px;
    display: none;
  }
}

#content #navigation-sub nav.submenu button {
  text-transform: uppercase;
  padding: 0.75%;
  text-align: center;
  font-weight: 400;
  outline: none;
  border: none;
  min-height: 20px;
  background: #282e34;
  color: #b9b9b9;
  margin: 0 -2px;
  font-size: 0.85rem;
  border-radius: 0 !important;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

#content #navigation-sub nav.submenu button:hover, #content #navigation-sub nav.submenu button:focus {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #content #navigation-sub nav.submenu button {
    text-align: left !important;
    padding: 16px !important;
    font-size: 0.85rem !important;
  }
}

@media only screen and (max-width: 1800px) {
  #content #navigation-sub nav.submenu button {
    padding: 0.65%;
    text-align: center;
    font-weight: 400;
    outline: none;
    border: none;
    min-height: 20px;
    background: #282e34;
    color: #b9b9b9;
    margin: 0 -2px;
    font-size: 0.7rem;
    border-radius: 0 !important;
    -webkit-transition: 0.1s all;
    transition: 0.1s all;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}

#content #navigation-sub nav.submenu img {
  width: 2%;
  height: 32px;
  padding: 5px;
  opacity: 0.40;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

#content #navigation-sub nav.submenu img:hover, #content #navigation-sub nav.submenu img:focus {
  cursor: pointer;
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#content #navigation-sub span {
  display: block;
  width: 25px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #ff0000;
  z-index: 1;
  -webkit-transition: opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

@media only screen and (min-width: 769px) {
  #content #navigation-sub span {
    display: none;
  }
}

#content #navigation-sub input {
  display: block;
  height: 48px;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}

@media only screen and (min-width: 769px) {
  #content #navigation-sub input {
    display: none;
  }
}

#content #navigation-sub input:checked ~ nav.submenu {
  display: block;
}

#content #navigation-sub input:checked ~ #arrow_left_part {
  -webkit-transform: rotate(0deg) translate(0px, 9px);
          transform: rotate(0deg) translate(0px, 9px);
  -webkit-transform-origin: -5% -150%;
          transform-origin: -5% -150%;
  width: 25px;
}

#content #navigation-sub input:checked ~ #arrow_right_part {
  -webkit-transform: rotate(0deg) translate(0px, 0px);
          transform: rotate(0deg) translate(0px, 0px);
  width: 25px;
  -webkit-transform-origin: 60% -150%;
          transform-origin: 60% -150%;
}

#content #navigation-sub #arrow_left_part {
  -webkit-transform: rotate(45deg) translate(1px, 0px);
          transform: rotate(45deg) translate(1px, 0px);
  -webkit-transform-origin: -5% -150%;
          transform-origin: -5% -150%;
  width: 25px;
}

#content #navigation-sub #arrow_right_part {
  -webkit-transform: rotate(-45deg) translate(0px, 0px);
          transform: rotate(-45deg) translate(0px, 0px);
  width: 25px;
  -webkit-transform-origin: 60% -150%;
          transform-origin: 60% -150%;
}

footer {
  width: 100%;
  height: 130px;
  background: #282e34;
  color: #fff;
  position: relative;
  top: 70px;
  border-top: 1px solid #a0a0a0;
}

footer img {
  position: absolute;
  right: 32px;
  bottom: 28px;
  height: 64px;
}

footer .reg_tags {
  float: right;
  position: relative;
  bottom: 38px;
  right: 230px;
  text-align: right;
  color: #282e34;
}

@media only screen and (max-width: 768px) {
  footer .reg_tags {
    float: left;
    top: 50px;
    left: 16px;
    font-size: 0.85rem;
  }
}

footer .fs-footer-text {
  padding-top: 16px;
  padding-left: 32px;
}

@media only screen and (max-width: 768px) {
  footer .fs-footer-text {
    padding-top: 16px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  footer {
    height: 200px;
    text-align: center;
  }
  footer img {
    position: absolute;
    right: calc(50% - 90px);
    width: 180px;
    height: auto;
  }
  footer p {
    text-align: center;
  }
}

div.section-title {
  background: #000;
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-left: 36px;
  padding-left: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 16px;
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  div.section-title {
    margin-left: 0px;
    font-size: 1.5rem;
  }
}

.section-title-background {
  min-height: 250px;
  display: block;
  position: relative;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-box-shadow: inset 0 20px 20px -20px #000;
          box-shadow: inset 0 20px 20px -20px #000;
}

div.sprinkler {
  background-image: url("/public/img/sprinkler.jpg");
}

div.waterspray {
  background-image: url("/public/img/waterspray.jpg");
}

div.watermist {
  background-image: url("/public/img/watermist.jpg");
}

div.foam {
  background-image: url("/public/img/foam.jpg");
}

div.gas {
  background-image: url("/public/img/gas.jpg");
}

div.ringmain {
  background-image: url("/public/img/ringmain.jpg");
}

div.hydrant {
  background-image: url("/public/img/hydrant.jpg");
}

div.firepumps {
  background-image: url("/public/img/firepumps.jpg");
}

div.valvestation {
  background-image: url("/public/img/valvestation.jpg");
}

div.monitor {
  background-image: url("/public/img/monitor.jpg");
}

div.smoke {
  background-image: url("/public/img/smoke.jpg");
  min-height: 150px;
  display: block;
  position: relative;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media only screen and (max-width: 768px) {
  div.smoke {
    min-height: 150px;
  }
}

div.smoke i.scroll_arrow {
  color: #000;
  display: block;
  position: absolute;
  margin: 0px auto;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  left: 50%;
  bottom: -40px;
  font-size: 12rem !important;
}

@media only screen and (max-width: 768px) {
  div.smoke i.scroll_arrow {
    display: none;
  }
}

div.smoke div.title {
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 4px;
  bottom: 0;
  font-size: 2.5rem;
  background: #000;
  color: #fff;
  padding: 0 1rem;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  div.smoke div.title {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1800px) {
  div.smoke div.title {
    font-size: 2rem;
  }
}

div.smoke div.title i {
  padding: 15px 5px 15px 15px;
  position: relative;
  top: -3px;
  color: #ff0000;
  -webkit-animation-name: blinking-diode;
          animation-name: blinking-diode;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@media only screen and (max-width: 768px) {
  div.smoke div.title i {
    top: 2px;
  }
}

button {
  font-family: 'Lato', sans-serif !important;
  outline: none;
  border: none;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 0.8rem;
  text-transform: uppercase;
  cursor: pointer;
}

button:hover {
  cursor: pointer;
}

.dark-red-btn {
  background: #aa0000;
  color: #fff;
  font-size: 0.75rem;
}

.dark-red-btn:hover {
  background: #ff0000;
  color: #fff;
}

@media only screen and (max-width: 1800px) {
  .dark-red-btn {
    font-size: 0.65rem !important;
  }
}

.active_btn {
  background: #ff0000 !important;
  color: #fff !important;
}

.disabled-btn {
  pointer-events: none;
  background: grey !important;
}

.red-btn {
  background: #ff0000;
  top: 16px;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  position: relative;
}

.red-btn:hover {
  background: #aa0000;
}

.standard-code-button {
  float: right;
}

@media only screen and (min-width: 769px) {
  .send-email-btn {
    float: right;
    top: 19px;
  }
}

.captcha-input {
  color: red;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  margin-top: 16px;
}

.captcha-label {
  position: relative;
  top: 5px;
  right: 0;
}

.button-hover-top:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff0000;
  height: 2px;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

@media only screen and (max-width: 768px) {
  .button-hover-top:before {
    display: none;
  }
}

.button-hover-top:hover:before, .button-hover-top:focus:before, .button-hover-top:active:before {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.button-hover-top {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

div.certificate {
  width: 300px;
  margin: 0 auto;
}

div.certificate p {
  text-align: center;
  padding-bottom: 1rem;
}

section {
  padding: 2%;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  section {
    padding: 1.5rem;
    text-align: center;
  }
}

.white {
  background-color: #fff;
  color: #282e34;
}

.white div.product-card {
  background-color: #ececec;
  border: 1px solid #b3b3b3;
}

.light-grey {
  background-color: #ececec;
  color: #282e34;
}

.light-grey div.product-card {
  background-color: #fff;
}

.dark-grey {
  background-color: #282e34;
  color: #ececec;
}

.dark-grey div.product-card {
  background-color: #fff;
}

.align-left {
  padding: 2rem;
  display: inline-block;
  width: 50%;
  text-transform: uppercase;
  min-height: 210px;
}

@media only screen and (max-width: 768px) {
  .align-left {
    display: block;
    width: 100%;
  }
}

.align-right {
  padding: 2rem;
  width: 50%;
  float: right;
  text-transform: uppercase;
  min-height: 210px;
}

@media only screen and (max-width: 768px) {
  .align-right {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
  }
}

.has-top-border {
  border-top: 1px solid #a0a0a0;
}

.project_divider {
  border-top: 1px solid #ababab;
}

.project_divider img {
  width: 64px;
  height: 40px;
  margin-left: 80px;
  margin-top: 2rem;
  border: 1px solid black;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 768px) {
  .project_divider img {
    margin-left: 2rem;
  }
}

.projects {
  min-height: 100px;
  text-align: center;
  padding-left: 80px;
}

@media only screen and (max-width: 768px) {
  .projects {
    padding-left: 2rem;
  }
}

.projects .project_name {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  width: 300px;
  text-align: right;
  padding-right: 20px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .projects .project_name {
    width: 100%;
    text-align: left;
  }
}

.projects .description {
  display: inline-block;
  margin: 0 0 32px 0;
  vertical-align: top;
  width: 50%;
  text-align: justify;
  padding-left: 16px;
  border-left: 1px solid;
}

@media only screen and (max-width: 768px) {
  .projects .description {
    width: 100%;
    border-left: none;
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 0;
  }
}

div.product-card {
  width: 17.8%;
  color: #666;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  min-height: 150px;
  padding: 8px;
  display: inline-block;
  margin: 1%;
  position: relative;
  vertical-align: top;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  div.product-card {
    width: 95%;
    margin: 10px 0;
  }
}

div.product-card .product-thumbnail {
  height: 96px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px #c7c7c7;
          box-shadow: 0 0 0 1px #c7c7c7;
  margin: 0 6px 0 0;
  padding: 5px;
  background: white;
  float: left;
}

@media only screen and (max-width: 1500px) {
  div.product-card .product-thumbnail {
    height: 64px;
  }
}

div.product-card .product-number {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 2rem;
}

@media only screen and (max-width: 1800px) {
  div.product-card .product-number {
    font-size: 1.5rem;
  }
}

div.product-card .product-title {
  color: #000;
  min-height: 100px;
  font-size: 1rem;
  line-height: 1.5rem;
}

div.product-card .product-title-category {
  color: #000;
  min-height: 72px;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 1800px) {
  div.product-card .product-title, div.product-card .product-title-category {
    font-size: 0.75rem;
  }
}

div.product-card .fire_system_type {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  color: #a0a0a0;
}

@media only screen and (max-width: 1800px) {
  div.product-card .fire_system_type {
    font-size: 0.85rem;
  }
}

div.product-card .listing {
  float: left;
  position: absolute;
  left: 6px;
  bottom: 6px;
  width: 15%;
}

.model_preview_window {
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  width: 50%;
  height: 70%;
  position: fixed;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .model_preview_window {
    width: 90%;
    height: 80%;
    top: 55%;
  }
}

.close_3d_preview {
  position: absolute;
  right: 16px;
  top: 16px;
}

div.ff-left-text {
  display: inline-block;
  margin-right: 32px;
  padding-right: 32px;
  border-right: 1px solid #a0a0a0;
  max-width: 48%;
}

@media only screen and (max-width: 1050px) {
  div.ff-left-text {
    display: block;
    max-width: 100%;
    text-align: left;
    border-right: none;
    padding: 0;
    margin: 0;
  }
}

div.ff-right-text {
  display: inline-block;
  vertical-align: top;
  max-width: 48%;
}

@media only screen and (max-width: 1050px) {
  div.ff-right-text {
    display: block;
    max-width: 100%;
    text-align: left;
  }
}

div.email_text_field_left {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding-bottom: 32px;
  height: 400px;
}

@media only screen and (max-width: 768px) {
  div.email_text_field_left {
    width: 100%;
    text-align: left;
    height: auto;
  }
}

div.email_text_field_right {
  vertical-align: top;
  width: 79%;
  float: right;
}

@media only screen and (max-width: 768px) {
  div.email_text_field_right {
    width: 100%;
    text-align: left;
    float: none;
  }
}

div.enquiry-submit {
  text-align: right;
}

div.address {
  display: inline-block;
  padding: 32px;
  vertical-align: top;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  div.address {
    display: block;
    max-width: 100%;
    text-align: left;
    padding-bottom: 32px;
    text-align: center;
  }
}

div.address i {
  position: relative;
  top: 6px;
  padding-right: 5px;
}

div.centered {
  text-align: left;
}

@media only screen and (max-width: 1250px) {
  div.centered {
    text-align: center;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes mobile_menu_rollout {
  0% {
    opacity: 0;
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes mobile_menu_rollout {
  0% {
    opacity: 0;
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes blinking-diode {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blinking-diode {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*# sourceMappingURL=style.css.map */