@charset "UTF-8";
.tabmenu {
  width: 600px !important;
  background-color: #000; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

html {
  height: 100%; }

body {
  min-height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: -1px;
  margin-bottom: -1px;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important; }

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  /* Make the masthead heading the same height as the navigation */ }
  .header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 19px; }

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777; }

.container-narrow > hr {
  margin: 30px 0; }

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5; }
  .jumbotron .btn {
    font-size: 21px;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    padding: 14px 24px; }

/* Supporting marketing content */
.marketing {
  margin: 40px 0; }
  .marketing p + h4 {
    margin-top: 28px; }

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  .container {
    max-width: 730px; }
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0; }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px; }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0; } }

.ng-scope {
  height: 100%; }

.well p {
  word-wrap: break-word; }

#map {
  height: 100%;
  width: 100%; }

.pdfScroll {
  overflow-y: auto;
  height: 415px;
  width: 100%;
  background-color: #f0f0f0;
  padding-left: 40px;
  margin-left: -40px; }

.pdfScroll .ng-scope {
  height: auto; }

.galleryContainer {
  overflow-y: scroll;
  height: 550px;
  background-color: #f0f0f0; }

.photoLogoHolder {
  padding-left: 40px;
  padding-top: 30px;
  max-width: 95% !important; }

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

#flex-container {
  display: inline;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  overflow-y: auto; }
  #flex-container #flex-item-product {
    width: 100%;
    height: 100%;
    background-color: #fff; }
  #flex-container #flex-item {
    background-color: white;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    position: relative; }
    @media screen and (min-width: 0) and (min-height: 0) {
      #flex-container #flex-item {
        position: absolute;
        top: 0; }
        #flex-container #flex-item .desktop-map {
          display: none; }
        #flex-container #flex-item .mobile-map {
          display: inline; } }
    @media screen and (min-width: 480px) and (min-height: 270px) {
      #flex-container #flex-item {
        position: absolute;
        top: 0; }
        #flex-container #flex-item .desktop-map {
          display: none; }
        #flex-container #flex-item .mobile-map {
          display: inline; } }
    @media screen and (min-width: 768px) and (min-height: 432px) {
      #flex-container #flex-item {
        position: absolute;
        top: 0; }
        #flex-container #flex-item .desktop-map {
          display: none; }
        #flex-container #flex-item .mobile-map {
          display: inline; } }
    @media screen and (min-width: 1000px) and (min-height: 563px) {
      #flex-container #flex-item {
        position: relative;
        top: auto;
        width: 1000px;
        height: 563px; }
        #flex-container #flex-item .desktop-map {
          display: inline; }
        #flex-container #flex-item .mobile-map {
          display: none; } }
    @media only screen and (min-device-width: 1280px) and (min-device-height: 720px) and (min-width: 1280px) and (min-height: 720px) {
      #flex-container #flex-item {
        position: relative;
        top: auto;
        width: 1280px;
        height: 720px; }
        #flex-container #flex-item .desktop-map {
          display: inline; }
        #flex-container #flex-item .mobile-map {
          display: none; } }
    @media only screen and (min-device-width: 1728px) and (min-device-height: 972px) and (min-width: 1728px) and (min-height: 972px) {
      #flex-container #flex-item {
        position: relative;
        top: auto;
        width: 1728px;
        height: 972px; }
        #flex-container #flex-item .desktop-map {
          display: inline; }
        #flex-container #flex-item .mobile-map {
          display: none; } }
    @media only screen and (min-device-width: 1920px) and (min-device-height: 1080px) and (min-width: 1920px) and (min-height: 1080px) {
      #flex-container #flex-item {
        position: relative;
        top: auto;
        width: 1920px;
        height: 1080px; }
        #flex-container #flex-item .desktop-map {
          display: inline; }
        #flex-container #flex-item .mobile-map {
          display: none; } }

.map-pin {
  position: relative;
  background-color: white;
  height: 50px;
  width: 100px;
  overflow: hidden; }

.playOverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3; }

.playBack {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  opacity: 0.9; }

.playButtonSymbol {
  position: absolute;
  color: #2c3a83;
  font-size: 150px;
  left: calc(50% - 75px);
  top: calc(50% - 75px);
  text-shadow: 0px 3px 0px #263270, 0px 14px 10px #29377b, 0px 34px 30px #394ba9; }

#pincon {
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 300%;
  color: #fff;
  z-index: 100;
  min-width: 20px; }

.pinlabel {
  position: absolute;
  top: -27px;
  left: -80px;
  width: 200px;
  text-align: center;
  text-transform: uppercase; }

.pin {
  position: relative;
  left: auto;
  right: auto;
  top: -59px;
  width: auto;
  margin: 10px auto;
  color: white;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Lato', sans-serif; }
  .pin li:hover {
    background-color: #324296; }
  .pin li.active {
    background-color: #1f295d;
    color: white;
    transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -webkit-transition: background-color 0.25s; }
    .pin li.active .pinSubtitle {
      color: white; }

.pin:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #2c3a83;
  display: block;
  width: 0;
  left: 20px;
  top: 20px; }

.pinlist {
  list-style-type: none;
  position: absolute; }

.pinItem, .pinItemMedia {
  padding: 9px;
  text-transform: uppercase;
  text-align: left;
  background-color: #2c3a83;
  cursor: pointer;
  border-style: solid;
  border-width: 2px;
  border-color: #2c3a83; }
  .pinItem i, .pinItemMedia i {
    position: absolute;
    left: 130px; }

.pinSubtitle {
  font-size: 8px;
  color: white; }

.pinMedia {
  height: 50px; }

li.play .pinMedia {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s; }

.pinItemMedia .pinMedia {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.5s,opacity 0.5s linear; }

.btn-primary {
  background: #2c3a83;
  color: #ffffff;
  border-radius: 0;
  height: 30px;
  padding-top: 4px;
  font-size: 20px;
  width: 300px;
  cursor: pointer; }

.btn-drop {
  position: absolute;
  font-size: 100% !important;
  color: #ffffff;
  border-radius: 0;
  top: -10px;
  height: 25px;
  padding-top: 15px;
  font-size: 20px;
  width: 250px;
  cursor: pointer; }

.mapPin {
  color: white;
  font-size: 80%;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
  cursor: hand;
  text-shadow: 0px 0px 20px black, black 0.2em 0.2em 0.3em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  max-width: 80px;
  margin-top: -40px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: absolute;
  line-height: 95%; }

@media (min-width: 800px) and (max-width: 1000px) and (min-height: 450px) and (max-height: 563px) {
  .mapPin {
    font-size: 40%;
    line-height: 95%; } }

@media (min-width: 200px) and (max-width: 800px) and (min-height: 113px) and (max-height: 450px) {
  .mapPin {
    font-size: 55%;
    line-height: 90%; } }

@media (max-width: 200px) and (max-height: 113px) {
  .mapPin {
    font-size: 5%; } }

.pinIcon {
  font-size: 40px; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background: #e53138; }

.home {
  position: absolute;
  top: 0px;
  right: 100px;
  font-size: 600%;
  color: #2c3a83; }

.pinList {
  position: absolute; }

.mapTitle {
  font-size: 2em;
  color: white;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 700; }

@media (min-width: 800px) and (max-width: 1000px) {
  .mapTitle {
    font-size: 1.5em; } }

@media (min-width: 200px) and (max-width: 800px) {
  .mapTitle {
    font-size: 1.25em; } }

@media (max-width: 200px) {
  .mapTitle {
    font-size: 1em; } }

.mapSubtitle {
  font-size: 1.5em;
  color: #2c3a83;
  font-family: 'Lato', sans-serif; }

.mapTitlesHolder {
  position: absolute;
  top: 0px;
  left: 0px;
  padding-left: 30px;
  padding-top: 20px; }

.mapLogo {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30% !important;
  height: auto !important;
  margin-right: 2%;
  margin-top: 2%; }

.mapLogoImage {
  right: 0px;
  position: absolute; }

.mapPoster {
  position: absolute; }

h1 {
  color: black;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  color: #2c3a83; }

.title {
  font-family: 'Lato', sans-serif;
  font-size: 30pt; }

p {
  color: #263270;
  font-family: 'Lato', sans-serif;
  font-size: 16pt; }

.info {
  margin-bottom: 100px;
  width: 700px;
  text-align: justify; }

.productBullet {
  color: #2c3a83;
  font-family: 'Lato', sans-serif;
  font-size: 20pt; }

.productLink {
  font-family: 'Lato', sans-serif;
  color: #2c3a83;
  text-decoration: underline;
  font-size: 16pt;
  cursor: pointer;
  cursor: hand; }

.productIcon {
  color: #ff2947;
  font-size: 18pt; }

.productBullets {
  color: gray;
  font-family: 'Lato', sans-serif;
  font-size: 13pt;
  margin-left: 20px; }

.productLink:hover {
  color: #324296; }

.switchButton {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 150%;
  font-family: 'Lato', sans-serif;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */ }

.switchButtonSub {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 100%;
  font-family: 'Lato', sans-serif;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */ }

.disabledButton {
  opacity: 0.1;
  pointer-events: none; }

@media screen and (min-width: 904px) and (max-width: 1055px) {
  .switchButton {
    width: 150px; } }

.panel-body h2 {
  color: #2c3a83;
  font-family: 'Lato', sans-serif; }

.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 40px;
  backgrounåd-color: #2c3a83;
  border-bottom: 1px solid #2c3a83; }

.bottomMenuBar {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0px;
  background-color: #2c3a83;
  font-family: 'Lato', sans-serif; }

.productHeader {
  background-color: white;
  border: 0px; }

.productTopMenuButtons {
  position: absolute;
  top: 100px;
  padding-right: 200px; }

@media screen and (max-width: 767px) {
  .productTopMenuButtons {
    padding-top: 0px;
    top: -45px; } }

@media screen and (min-width: 768px) {
  .productTopMenuButtons {
    padding-top: 42px;
    right: 0px;
    margin-left: auto;
    margin-right: auto; } }

.pageLeft {
  position: absolute;
  top: 200px;
  left: 50px;
  width: 500px; }

.pageRight {
  position: absolute;
  top: 250px;
  right: 100px;
  width: 800px;
  height: 600px;
  background-color: #f0f0f0; }

.productColumn {
  padding: 40px; }

.logoImage {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 300px; }

.homeButton {
  display: inline-block; }

@media screen and (min-width: 767px) and (max-width: 903px) {
  .homeButton {
    width: 140px;
    height: 140px;
    top: 10px;
    position: absolute; } }

.homeButton:hover {
  filter: brightness(1.2); }

.buttonUnselected {
  opacity: 0.4; }

@media screen and (max-width: 800px) {
  p {
    font-size: 10pt; }
  .productBullet {
    font-size: 40pt; }
  .productLink {
    font-size: 1.5em; }
  .productColumn {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 20px; } }

.caret-up {
  /* Safari */
  -webkit-transform: rotate(-180deg);
  /* Firefox */
  -moz-transform: rotate(-180deg);
  /* IE */
  -ms-transform: rotate(-180deg);
  /* Opera */
  -o-transform: rotate(-180deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
  width: 270px; }

.drop-up {
  top: auto;
  bottom: 100% !important;
  width: 270px;
  background-color: #2c3a83; }

.switchButton {
  width: 300px; }

.bottomButton {
  background-color: Transparent;
  background-repeat: no-repeat;
  color: white;
  font-size: 20px;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

@media (min-width: 800px) and (max-width: 1000px) {
  .bottomButton {
    font-size: 15px; }
  .footer {
    position: absolute;
    height: 30px;
    bottom: 0px; }
  .bottomMenuBar {
    height: 30px; } }

@media (min-width: 200px) and (max-width: 800px) {
  .bottomButton {
    font-size: 14px; }
  .footer {
    height: 25px; }
  .bottomMenuBar {
    height: 25px; } }

@media (max-width: 200px) {
  .bottomButton {
    font-size: 12px; }
  .footer {
    height: 22px; }
  .bottomMenuBar {
    position: absolute;
    bottom: 0px;
    height: 22px; } }

.bottomButton:hover {
  color: #f2f2f2;
  text-decoration: none; }

.quickJumpMenu {
  top: 0px;
  right: 0px;
  position: absolute;
  width: 270px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding-top: 5px; }

.dropitem {
  height: 30px;
  border-bottom: 1px solid #000;
  padding-top: 10px;
  list-style-type: none;
  text-decoration: none !important; }

.dropupMenuItem {
  color: white;
  text-decoration: none !important; }

.center {
  text-align: center; }

.galleryImage {
  width: 150px;
  display: inline-table;
  margin: 10px;
  cursor: pointer;
  cursor: hand; }

.galleryLink {
  text-decoration: none; }

.galleryLabel {
  width: 150px;
  font-family: 'Lato', sans-serif;
  font-size: 80%;
  color: gray;
  text-decoration: none; }

.dropupMenuItem:hover {
  color: #e6e5e5; }

#dropupContainer {
  position: absolute;
  bottom: 41px;
  left: 20px;
  background-color: #2c3a83;
  width: 200px;
  text-align: center;
  display: none; }

.show {
  visibility: block; }

.labelToggle {
  position: absolute;
  top: 0;
  left: 20px;
  padding-top: 5px;
  font-size: 90%; }

.toggledDeactive {
  color: #263270; }

.valve {
  position: absolute;
  top: -37px;
  height: 25px;
  left: 0px;
  width: 70px;
  background: #333333;
  color: #ffffff;
  border-radius: 0;
  font-size: 14px;
  z-index: 60;
  text-align: center;
  cursor: pointer;
  cursor: hand; }

.valve:hover {
  background: red; }

.actuators {
  position: absolute;
  top: -37px;
  height: 25px;
  left: 120px;
  width: 100px;
  background: #333333;
  color: #ffffff;
  border-radius: 0;
  font-size: 14px;
  z-index: 60;
  text-align: center;
  cursor: pointer;
  cursor: hand; }

.actuators:hover {
  background: red; }

.oil {
  position: absolute;
  top: -37px;
  height: 25px;
  left: 270px;
  width: 80px;
  background: #333333;
  color: #ffffff;
  border-radius: 0;
  font-size: 14px;
  z-index: 60;
  text-align: center;
  cursor: pointer;
  cursor: hand; }

.oil:hover {
  background: red; }

.fittings {
  position: absolute;
  top: -37px;
  height: 25px;
  left: 400px;
  width: 170px;
  background: #333333;
  color: #ffffff;
  border-radius: 0;
  font-size: 14px;
  z-index: 60;
  text-align: center;
  cursor: pointer;
  cursor: hand; }

.fittings:hover {
  background: red; }

.fire {
  position: absolute;
  top: -37px;
  height: 25px;
  left: 618px;
  width: 150px;
  background: #333333;
  color: #ffffff;
  border-radius: 0;
  font-size: 14px;
  z-index: 60;
  text-align: center;
  cursor: pointer;
  cursor: hand; }

.fire:hover {
  background: red; }

.mainMapLogo {
  position: absolute;
  right: 0;
  width: 200px; }

.mobile-map {
  display: none; }
  .mobile-map .mobile-logo {
    width: 200px;
    margin-left: -20px; }
  .mobile-map .header {
    border-top: 5px solid #00579c;
    height: 160px;
    width: 100%;
    background-color: white;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif; }
    .mobile-map .header span {
      display: block;
      margin-left: -20px;
      font-size: 20px; }
  .mobile-map a {
    color: inherit;
    /* blue colors for links too */
    text-decoration: inherit;
    /* no underline */ }
  .mobile-map .mobile-menu {
    min-height: 300px;
    overflow-y: scroll;
    margin-top: -4px;
    border-top: 5px solid #ff2947; }
  .mobile-map .mobile-menu-item {
    padding-left: 50px;
    margin-top: 0;
    height: 60px;
    line-height: 60px;
    background-color: white;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    border-bottom: 1px solid #e4e4e4; }
    .mobile-map .mobile-menu-item i {
      color: #ff2947; }
  .mobile-map .mobile-menu-item:hover {
    background-color: #2c3a83;
    color: white; }

.ng-cloak {
  display: none !important; }

.mobile-product-nav {
  display: none; }

.flex-container-map {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background-color: #19214a !important;
  margin: 0 !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  height: 100% !important; }

@media screen and (max-width: 1700px) {
  .info {
    width: 500px; }
  .title {
    width: 500px; } }

@media screen and (max-width: 1500px) {
  .info {
    width: 400px;
    font-size: 18px; }
  .title {
    width: 400px; } }

@media screen and (max-width: 1400px) {
  .info {
    width: 300px;
    font-size: 16px; }
  .title {
    width: 300px; } }

@media screen and (max-width: 1300px) {
  .info {
    width: 300px;
    font-size: 16px; }
  .pageLeft {
    left: 30px; }
  .pageRight {
    right: 30px; }
  .title {
    width: 300px; } }

@media screen and (max-width: 1200px) {
  .info {
    width: 170px;
    font-size: 12px; }
  .title {
    width: 170px;
    font-size: 20px; }
  .pageLeft {
    left: 10px; }
  .pageRight {
    right: 10px; } }

@media screen and (max-width: 1000px), screen and (max-height: 562px) {
  .fire {
    width: 180px; }
  .oil {
    width: 180px; }
  .title {
    width: 100%;
    font-size: 30pt;
    text-align: center; } }

@media screen and (max-width: 1000px) and (max-width: 650px), screen and (max-height: 562px) and (max-width: 650px) {
  .photoLogoHolder {
    padding-top: 20px; } }

@media screen and (max-width: 1000px) and (max-width: 600px), screen and (max-height: 562px) and (max-width: 600px) {
  .photoLogoHolder {
    padding-top: 90px; } }

@media screen and (max-width: 1000px) and (max-width: 450px), screen and (max-height: 562px) and (max-width: 450px) {
  .photoLogoHolder {
    padding-top: 130px; } }

@media screen and (max-width: 1000px), screen and (max-height: 562px) {
  .flex-container-map {
    display: inline !important;
    background-color: white;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    width: 100%; }
  #flex-container {
    background-color: white;
    width: 100%;
    display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #flex-item-product {
    border-top: 10px solid #00579c;
    text-align: center;
    font-family: 'Lato', sans-serif; }
    #flex-item-product .logoImage {
      position: relative;
      top: auto;
      left: auto; }
    #flex-item-product .pageLeft {
      position: relative;
      top: auto;
      left: auto;
      margin: auto;
      width: 100%;
      border-bottom: 5px solid #ff2947; }
      #flex-item-product .pageLeft .info {
        text-align: center;
        width: auto; }
    #flex-item-product .pageRight {
      position: relative;
      top: auto;
      left: auto;
      margin: auto;
      right: auto;
      width: 100%;
      min-height: 600px;
      padding-top: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #flex-item-product .productTopMenuButtons {
      display: none; }
  .footer {
    display: none; }
  .mobile-product-nav {
    display: inline; }
  a {
    color: inherit;
    /* blue colors for links too */
    text-decoration: inherit;
    /* no underline */ }
  .mobile-menu-icon {
    position: absolute;
    top: 70px;
    left: 65px;
    font-size: 50px;
    color: #484848; }
  .mobile-btn {
    width: 126px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ec3d48;
    cursor: pointer;
    color: #ec3d48;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */ }
  .mobileunused {
    border: 1px solid #bcbcbc;
    color: #bcbcbc; }
  .mobile-product-menu {
    width: 100%;
    padding-bottom: 30px; }
  .mobile-sub-menu {
    width: 100%;
    height: 70px;
    position: absolute; }
  #valve,
  #actuators,
  #oil,
  #fittings,
  #valveImage,
  #actuatorsImage,
  #oilImage,
  #fittingsImage,
  #fireImage,
  #fire {
    position: relative;
    display: inline-block;
    left: 10px;
    top: auto !important;
    margin-bottom: 10px;
    cursor: pointer; }
  .product-content {
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important; }
  .galleryContainer {
    height: 100%;
    background-color: #f0f0f0; }
  .pdfScroll {
    background-color: #f0f0f0;
    height: 100%; } }

.paddedMarginsImageGallery {
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important; }

.paddedMargins {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important; }

.paddedMarginsScroll {
  padding-left: 40px;
  padding-top: 30px;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important; }


 /*
 Per saperne di più: https://redmine.sg.engitel.com/issues/19914
 */
.productTopMenuButtons span:nth-child(2){
   display:none;
}

.mobile-product-menu div:nth-child(2){
   display:none;
}

.productTopMenuButtons {
    padding-right: 300px;
}