.btn {
  border: none;
  border-radius: 3px;
  color: white;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  -webkit-transition-duration: 0.8s;
  /* Safari */
  transition-duration: 0.8s;
}
.btn.green {
  background: green;
}
.btn.green:hover {
  background: #1fb405;
}
.btn.blue {
  background: #0754a1;
}
.btn.blue:hover {
  background: rgba(7, 84, 161, 0.7);
}
.btn.red {
  background: red;
}
.btn.red:hover {
  background: rgba(255, 0, 0, 0.74);
}
.btn.btn-primary {
  background-color: #9e552a;
}
.btn.btn-primary:hover {
  background: rgba(158, 85, 42, 0.8);
}

.btn-holder {
  text-align: right;
  flex: 0 0 250px;
}

@media (max-width: 767px) {
  .btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .btn-holder {
    max-height: 85px;
  }
}
.w-100 {
  width: 100%;
}

.rwd-border-firm {
  border-bottom: 8px solid #add0fa;
}

.rwd-icon-text-pdf {
  background-color: #c70304;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  padding: 2px 5px;
  line-height: 1;
  margin-left: 11px;
  font-weight: normal;
}

.pc-grid1of12 {
  margin-left: 2%;
  width: 6.5%;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.list {
  list-style: none;
}

.no-link {
  text-decoration: none;
  color: #0754a1;
}
.no-link:hover {
  color: dimgray;
}

.responsive-table {
  overflow-x: auto;
  margin-bottom: 50px;
}

table {
  font-family: "nobel";
  font-weight: normal;
  white-space: nowrap;
  border-collapse: collapse;
  text-align: left;
  margin: auto;
}
table caption {
  font-weight: 700;
  font-size: 1rem;
}
table.table-with-header th {
  background-color: #b1b8c1 !important;
  padding: 15px 5px;
  border: solid 1px;
  font-size: 1rem;
  font-weight: 400;
}
table.table-with-header td {
  border: solid 1px;
  padding-left: 5px;
  padding-right: 5px;
}
table.table-with-header tr:nth-child(odd) {
  background-color: transparent !important;
}
table.table-with-header tr:nth-child(even) {
  background-color: transparent !important;
}
table.table-with-header .td-text-center {
  text-align: center;
}
table.clean-table td {
  border: solid 1px;
  padding: 5px;
}
table.clean-table th {
  background-color: #e0e8f7;
  border: solid 1px;
  padding-left: 5px;
  padding-right: 5px;
}
table.clean-table tr:nth-child(odd) {
  background-color: transparent !important;
}
table.clean-table tr:nth-child(even) {
  background-color: transparent !important;
}
table.classic-table tr:nth-child(odd) {
  background-color: transparent !important;
}
table.classic-table tr:nth-child(even) {
  background-color: transparent !important;
}
table.classic-table th {
  text-align: left;
  padding: 4px;
  background-color: #ccc;
  border: solid 1px #000;
}
table.classic-table td {
  padding: 4px;
  border: solid 1px #000;
}
table.classic-table .title {
  background-color: #b2b2b2;
}

.outline {
  display: block;
  padding: 15px 5px;
  border: solid 1px #c1c1c1;
  background-color: #80808030;
  border-radius: 5px;
}

ul.link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
ul.link-list li a {
  color: #9F5524;
  font-size: 1.1rem;
}
ul.link-list li a:hover {
  color: #c76e29;
}

.clearfix {
  clear: both;
}

.hide {
  display: none !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row.flex-start {
  align-items: flex-start;
}
.row.justify-center {
  justify-content: center;
}
.row.space-between {
  justify-content: space-between;
}
.row.space-evenly {
  justify-content: space-evenly;
}
.row .col-3 {
  flex: 0 0 25%;
  margin: 15px 0;
  padding: 0 15px;
}
.row .col-4 {
  flex: 0 0 33.3%;
  margin: 15px 0;
  padding: 0 15px;
}
.row .col-6 {
  flex: 0 0 50%;
  margin: 15px 0;
  padding: 0 15px;
}
.row .col {
  padding: 0 10px;
  flex: 1;
}

.bordered {
  padding: 5px;
  border: solid 1px #999;
}

.pull-left {
  float: left;
}

.warning {
  border: solid 1px red;
  padding: 5px;
  color: red;
}

.close {
  cursor: pointer;
}

text-sm {
  font-size: 0.9rem;
}

.text-md {
  font-size: 1.1rem;
}

.sm-pa {
  padding: 5px;
}

.image-responsive {
  width: 100%;
}

.text-highlight {
  font-size: 1.2rem;
  border-left: solid 8px #9a9a9a;
  padding-left: 5px;
}

.img-bordered {
  border: solid 1px #ccc;
  padding: 10px;
}

.d-flex {
  display: flex;
  align-items: center;
}

.rwd-product-notation li {
  position: relative;
  padding: 0 0 5px 18px !important;
  line-height: 1.6;
  list-style: none;
}
.rwd-product-notation li:after {
  position: absolute;
  content: "";
  left: 5px;
  top: 1px;
  width: 4px;
  height: 21px;
  background-color: #b9b9b9;
}

a figure {
  margin: 0;
  padding: 0;
}

.tab-group {
  list-style: none;
  display: flex;
  justify-content: center;
}
.tab-group .tabs {
  flex: 2 1 auto;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(#dfe5ec 95%, #bbc8d8 95%);
  font-size: 1.2rem;
  padding: 15px 0;
}
.tab-group .tabs.current {
  background: #fff;
  border-top: 4px #0754a1 solid;
}
.tab-group .tabs a {
  text-decoration: none;
  color: #1a1a1a;
}
.tab-group .tabs a:active {
  color: #0754a1;
}

@media (min-width: 768px) and (max-width: 1020px) {
  .row .col-sm-6 {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .d-flex {
    display: inline-block;
    align-items: center;
  }

  .row {
    flex-direction: column;
  }
  .row .col-3,
.row .col-4,
.row .col-6 {
    flex: 0 0 100%;
  }
  .row .col-3 img,
.row .col-4 img,
.row .col-6 img {
    margin-bottom: 25px;
  }
}
hr {
  clear: both;
}

.container_frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin-top: 12%;
  margin-bottom: 12%;
  /* Then style the iframe to fit in the container div with full height and width */
}
.container_frame .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.text-green {
  color: green;
}

.text-blue {
  color: #0754a1;
}

.text-red {
  color: #ff3612;
}

.light-gray {
  color: #ababab;
  padding-right: 15px;
}

.high-light {
  background-color: #637094;
  padding: 10px;
  color: #fff;
  font-weight: lighter;
  font-size: 1rem;
}

.bg-primary {
  background-color: #0754a1;
}

* {
  box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: 15px auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: #9e552a;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(158, 85, 42, 0.91);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
#robotics .product-information {
  width: 90%;
  margin: auto;
}
#robotics .product-information .robots {
  display: flex;
  justify-content: space-around;
  margin: 20px;
}
#robotics .product-information .robots .robot {
  text-align: center;
  border: solid 1px;
  cursor: pointer;
}
#robotics .product-information .robots .robot:hover {
  background-color: rgba(64, 224, 208, 0.54);
  border: solid 1px #0754a1;
}
#robotics .product-information .robots .robot .caption {
  display: block;
}
#robotics .product-information .additional-links {
  display: flex;
  justify-content: space-around;
}
#robotics .product-information .additional-links .links {
  font-size: 1.5rem;
  text-align: center;
}
#robotics .product-information .additional-links .links a {
  color: #9F5524;
  text-decoration: none;
}
#robotics .product-information .robots-graphic {
  margin: 20px 0;
}

ul.inline-list {
  list-style: none;
  color: #000;
  font-size: 1.2rem;
}
ul.inline-list li {
  float: left;
  margin-right: 10px;
}
ul.inline-list li a {
  color: #000;
}

@media (max-width: 767px) {
  ul.inline-list {
    padding: 0;
  }
  ul.inline-list li {
    float: none;
    margin: auto;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: "sofia-pro", serif;
  font-size: 14px;
}

h2 {
  font-size: 1.7rem;
  font-weight: 400;
}

h3 {
  font-size: 1.75rem;
  font-weight: 400;
}

#main-header {
  height: 156px;
  background-image: url(/images/header_bg.png);
  background-repeat: repeat-x;
  position: relative;
  z-index: 32;
  background-color: white;
  /* Hover Fade */
}
#main-header .nav-main {
  position: relative;
}
#main-header .mid-nav {
  display: flex;
  padding-left: 15px;
}
#main-header .mid-nav .logo {
  flex: 1;
}
#main-header .nav-main ul {
  cursor: default;
  position: relative;
  padding: 0;
  margin: 0;
  background: #fff;
  font-size: 1em;
  color: #000;
  list-style: none;
  overflow: hidden;
}
#main-header .nav-main ul:hover {
  overflow: visible;
}
#main-header .nav-main ul li {
  display: block;
  position: relative;
  text-align: center;
  float: left;
  min-width: 100px;
  z-index: 9999;
  font-family: "nobel", serif;
  font-weight: normal;
}
#main-header .nav-main ul li .search {
  right: 5px;
  display: flex !important;
  flex-direction: row;
}
#main-header .nav-main ul li .search i {
  padding: 10px;
  cursor: pointer;
}
#main-header .nav-main ul li .search input {
  padding: 0 5px;
}
#main-header .nav-main ul li ul.sub-menu li {
  border-bottom: 1px solid #ccc;
}
#main-header .nav-main ul li ul.sub-menu li .active {
  background-color: aliceblue;
}
#main-header .nav-main ul li ul.sub-menu li a {
  text-align: left;
  padding: 8px 10px;
}
#main-header .nav-main ul li a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  color: #000;
  border-bottom: 1px;
  cursor: pointer;
  padding: 10px;
}
#main-header .nav-main ul li a:hover {
  background-color: aliceblue;
}
#main-header .nav-main li ul {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  opacity: 0;
  height: 0;
  width: 0;
}
#main-header .nav-main li:hover > ul {
  display: block;
  position: absolute;
  opacity: 1;
  height: auto;
  width: auto;
  border: solid 1px #ccc;
}
#main-header .nav-main li:hover li {
  float: none;
}
#main-header .nav-main ul ul ul {
  left: 100%;
  top: 0;
}
#main-header .nav-main ul:before,
#main-header .nav-main ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#main-header .nav-main ul:after {
  clear: both;
}
#main-header .nav-main ul.menu {
  display: flex;
  justify-content: flex-start;
  flex: 0 0 710px;
}
#main-header .top-nav {
  color: #fff;
  background-color: #0754a1;
  padding: 10px 410px 10px 10px;
  margin-bottom: 8px;
  display: flex;
  justify-content: flex-end;
}
#main-header .top-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
}
#main-header .top-nav a img {
  padding-top: 5px;
}
#main-header .top-nav .social-icon {
  position: absolute;
  right: 15px;
  top: 10px;
}
#main-header .top-nav .social-icon a {
  padding: 0 10px;
  position: relative;
}
#main-header .top-nav .social-icon a i {
  font-size: 1.2rem;
}

.content {
  padding: 15px;
  min-height: calc(80vh - 310px);
  background: #fff;
}
.content.home-page {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.content.home-page .product-category {
  cursor: pointer;
  float: left;
  width: 24.5%;
  box-sizing: border-box;
}
.content.home-page .product-category:hover {
  border: solid 1px #0754a1;
}
.content.home-page .product-category img {
  width: 70%;
  margin: auto;
}
.content.home-page .product-title {
  font-size: 2rem;
  font-weight: 300;
  margin: 2px 0;
  line-height: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.content.home-page img {
  display: block;
  height: auto;
  width: 100%;
}
.content .product-page-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .sales-area {
  display: flex;
  justify-content: space-evenly;
}
.content .sales-area .map {
  margin-right: 25px;
  max-width: 300px;
}
.content .sales-area .sales-rep {
  display: flex;
  justify-content: space-evenly;
  flex: 1;
  align-items: center;
  border-left: 1px #ccc solid;
  padding-left: 15px;
}
.content .sales-area .sales-rep .sales-rep-image {
  margin: auto 15px;
}

.product {
  width: 90%;
  margin: auto;
  position: relative;
}
.product h1 {
  margin: 0;
  padding: 0;
  font-size: 3rem;
  font-weight: 400;
}
.product h1 span {
  font-size: 0.8rem;
  width: 240px;
  word-break: break-word;
  display: inline-block;
}
.product h2 {
  font-size: 2rem;
  font-weight: 400;
}
.product h2 span {
  font-size: 1rem;
}
.product .about {
  font-size: 1.2rem;
  padding: 25px 0;
}
.product .product-image .image {
  padding: 0 15px;
  width: 50%;
  float: left;
  display: flex;
  flex-direction: column;
}
.product .product-image .image img {
  display: block;
  margin: auto;
}
.product .product-image .information {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  width: 50%;
  float: left;
  height: 500px;
}
.product .product-image .information:after {
  display: block;
  margin: auto;
}
.product .product-image .information .icons {
  width: 50%;
  height: 50%;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product .product-image .information .icons img {
  width: 90%;
  height: 90%;
  position: absolute;
  left: 5%;
  opacity: 0.3;
  z-index: 0;
}
.product .product-image .information .icons .heading {
  font-size: 3rem;
  font-weight: bold;
  line-height: 100%;
  position: relative;
  z-index: 1;
}
.product .product-image .information .icons .heading.sm {
  font-size: 1.9rem;
}
.product .product-image .information .icons .body {
  font-size: 1.7rem;
  z-index: 1;
}
.product .product-image .information .icons .body.sm {
  font-size: 1.3rem;
}
.product .page-title {
  position: absolute;
  right: 0;
  top: 15px;
}
.product .additional-links {
  display: flex;
  justify-content: space-around;
}
.product .additional-links .links {
  font-size: 1.5rem;
  text-align: center;
}
.product .additional-links .links a {
  color: #9F5524;
  text-decoration: none;
}
.product .specifications {
  width: 100%;
  text-align: center;
}
.product .specifications tr:nth-child(odd) {
  background-color: #ccc;
}
.product .specifications tr:nth-child(even) {
  background-color: #f7f7f7;
}
.product .specifications .label {
  width: 250px;
  font-weight: bold;
  padding: 5px;
  text-transform: capitalize;
}
.product .specifications .model-name {
  background-color: #e0e8f7;
  padding: 15px 5px;
}

.caption {
  color: dimgray;
  font-size: 0.8rem;
  padding: 5px 0;
  width: 100%;
}

.features .features-content {
  font-size: 1.1rem;
}

.container {
  min-height: calc(100vh - 284px);
  padding: 0 15px;
}

.additional-features ul {
  margin: 0;
  padding: 0;
}
.additional-features ul li {
  padding: 5px;
}
.additional-features ul li.additional-features i {
  color: #0854a1;
  font-size: 1.2rem;
}
.additional-features .features-item {
  position: relative;
}
.additional-features .features-item h2 {
  font-size: 2.8rem;
  margin-bottom: 26px;
  padding-left: 70px;
  position: relative;
}
.additional-features .features-item h2 span {
  display: inline-block;
  width: 70px;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -6px;
}
.additional-features .features-item .features-text {
  font-size: 1rem;
}

.header-image-section {
  background-image: url("/images/profile-main.jpg");
  background-size: cover;
  height: 542px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 15px;
  position: relative;
}

.news {
  min-height: 70vh;
  max-width: 1400px;
  margin: auto;
}
.news .news-article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #000000;
}
.news .news-article .col {
  padding: 15px;
}
.news .news-article .col .article-title {
  margin: 0;
  font-weight: 600;
}
.news .news-article .col img {
  width: 290px;
  height: auto;
}
.news .news-article .col .release-date {
  font-size: 1.8rem;
}
.news .news-article .news-body {
  flex-grow: 1;
}

footer {
  margin-top: 25px;
  background-color: #000;
  padding: 25px;
  color: #fff;
}
footer .copy {
  background-color: #cccccc;
  padding: 10px 0;
}
footer .link {
  color: #fff;
  text-decoration: none;
}
footer .link:hover {
  text-decoration: underline;
}
footer .footer-section-1 {
  width: 380px;
}

.seo-h-tag, .seo-tag {
  display: none;
}

/*Sales Area*/
.sales-area {
  font-size: 18px;
}

.modal-container {
  z-index: 9999;
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
.modal-container.show {
  display: block;
}
.modal-container .content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 900px;
  margin: auto;
  flex-direction: column;
  background-color: transparent;
}
.modal-container .content .modal-close {
  font-size: 2rem;
  top: 5px;
  right: 20px;
  z-index: 2;
  color: #fff;
  cursor: pointer;
}
.modal-container .content .modal-header {
  width: 100%;
  text-align: right;
}
.modal-container .content .modal-body {
  width: 100%;
}

#video-intro {
  position: relative;
  margin: 15px auto;
  max-width: 50%;
}
#video-intro:before {
  content: "";
  display: block;
  padding-top: 56%;
}
#video-intro video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/*modal embed*/
.mail-form {
  width: 90%;
  margin: auto;
  height: 90vh;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #fff;
  padding: 15px;
  -webkit-overflow-scrolling: touch;
}
.mail-form iframe {
  height: 2100px;
  max-height: 2100px;
}

#white_pappers iframe,
#spare_parts iframe {
  height: 1120px;
}

#technical_support iframe {
  height: 1265px;
}

#unsubscribe iframe {
  height: 600px;
}

.drop-down-link {
  position: relative;
}
.drop-down-link .drop-down-section {
  position: absolute;
  z-index: 9999999999;
  background-color: #0754a1;
  width: 115px;
  display: none;
}
.drop-down-link .drop-down-section a {
  padding: 0 10px;
}
.drop-down-link .drop-down-section a:hover {
  text-decoration: underline;
}

.drop-down-link:hover .drop-down-section {
  display: block;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

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

.privacy-policy {
  font-size: 1rem;
}
.privacy-policy .title, .privacy-policy .sub-title {
  text-align: center;
  color: navy;
}
.privacy-policy h3 {
  text-transform: uppercase;
}

.slider {
  width: 90%;
  margin: 20px auto;
}
.slider img {
  width: 100%;
  height: auto;
}

.events table {
  border-collapse: collapse;
}
.events table th {
  border-bottom: 1px #ababab solid;
  text-align: left;
}
.events table td {
  border-bottom: 1px #ababab solid;
  padding: 15px 5px;
}

.youtube {
  background-image: url("/images/YOUTUBE.png");
  height: 23px;
  width: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  left: -15px;
}

.linkin {
  background-image: url("/images/linkedin.png");
  height: 23px;
  width: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  left: -35px;
  background-size: 20px;
}

/*success-stories*/
.success-stories .entry {
  padding: 25px 0;
}
.success-stories .entry a {
  color: #555555;
  font-weight: bold;
  text-decoration: none;
}
.success-stories .entry a:hover {
  text-decoration: underline;
}
.success-stories .entry .image {
  width: 350px;
  padding: 5px;
  border: solid 1px #999;
  margin-right: 10px;
}
.success-stories .entry .author {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #999;
  border-top: solid 1px #999;
  font-weight: 300;
  padding: 5px 0;
}
.success-stories .entry .author a {
  font-weight: 300;
}

.display-sm {
  display: none;
}

.cookie-consent-modal {
  position: fixed;
  top: 0;
  display: flex;
  background: rgba(255, 255, 255, 0.83);
  width: 100%;
  bottom: 0;
  justify-content: center;
  z-index: 999;
}
.cookie-consent-modal .cookie-consent-body {
  width: 350px;
  background: #10569f;
  height: 240px;
  padding: 15px;
  color: #fff;
  margin-top: 150px;
}
.cookie-consent-modal .cookie-consent-body a {
  color: #fff;
}

#search {
  display: none;
}

#searchBox {
  width: 300px;
}

.profile-header {
  max-width: 1400px;
  margin: auto;
}
.profile-header .address {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
  display: inline-block;
  position: absolute;
  right: 55px;
  top: 140px;
}

@media (min-width: 1200px) {
  .product .product-image .information {
    flex: 0 0 40%;
  }

  .product .product-image .information .icons {
    width: 50%;
    height: 170px;
  }
}
@media (max-width: 1400px) {
  .content .sales-area .map {
    max-width: 340px;
  }

  .product .product-image .image img {
    max-width: 450px;
  }

  #video-intro {
    max-width: 38%;
  }

  .product .product-image .information {
    height: 400px;
  }

  .product-image .image {
    min-height: 400px;
  }
}
@media (min-width: 980px) {
  .content .sales-area .sales-rep .sales-rep-info {
    flex: 0 0 425px;
  }

  .managers {
    display: flex;
    justify-content: space-between;
  }
  .managers .manager {
    padding: 5px;
  }
  .managers .manager .name {
    font-weight: 900;
    font-size: 1.1rem;
  }

  .additional-features,
.features,
.about {
    max-width: 1200px;
    margin: auto;
  }

  .product-image .products {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .product-image .product-item {
    flex: 1 0 calc(33.333% - 20px);
  }
  .product-image .clearfix {
    clear: both;
  }
  .product-image .clearfix.spacer {
    margin: 50px 0;
  }
  .product-image .sub-header-section {
    display: flex;
    justify-content: space-around;
    padding-top: 5px;
    background-color: #0754a1;
  }
  .product-image .philosophy img {
    display: block;
    margin: auto;
    width: 60%;
    padding-top: 25px;
  }
  .product-image .managers {
    display: flex;
    justify-content: space-around;
  }
  .product-image .managers .manager .name {
    font-size: 1.3rem;
    font-weight: bold;
    color: black;
  }
  .product-image .managers .manager img {
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
  }
  .product-image .content .sales-area .map img {
    width: 100%;
    margin: auto;
    display: block;
  }
  .product-image .sales-rep-info {
    width: 450px;
  }
  .product-image .sales-rep-image {
    padding: 15px;
  }

  .impressions .image-holder {
    overflow: hidden;
    border: solid 2px #ccc;
  }
  .impressions .image-holder img {
    transition: transform 1s ease;
    width: 101%;
    height: auto;
  }
  .impressions .image-holder:hover img {
    transform: scale(1.2);
  }
}
@media (max-width: 980px) {
  #video-intro {
    max-width: 100%;
  }

  .mobile-menu {
    position: absolute;
    right: 15px;
    font-size: 3rem;
    top: 45px;
    color: #0754a1;
    cursor: pointer;
  }

  .menu {
    display: none !important;
  }

  .display-sm {
    display: block;
  }

  .content.home-page {
    width: 100%;
    margin-top: 10px;
  }

  .mobile-nav {
    position: relative;
    width: 100%;
    background-color: white;
    border-top: 2px solid #0754a1;
    top: 25px;
  }
  .mobile-nav ul {
    margin: 0;
    padding: 0;
  }
  .mobile-nav ul.sub-menu {
    display: none;
    background-color: #e9e9e9;
  }
  .mobile-nav ul li {
    display: block;
    font-size: 1rem;
    border-bottom: 1px solid #0754a1;
  }
  .mobile-nav ul li a {
    padding: 5px 15px;
    color: black;
    text-decoration: none;
    display: inherit;
  }
  .mobile-nav ul li a.active {
    color: #fff;
  }
  .mobile-nav ul li a img {
    height: auto;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .product .product-image .information {
    height: 350px;
  }

  .product .product-image .image img {
    max-width: 350px;
  }

  .product .product-image .information .icons .body {
    font-size: 1.3rem;
  }

  .modal-container .content {
    width: 680px;
  }

  .content.home-page .product-category {
    width: 49.5%;
  }

  .header-image-section {
    height: 450px;
  }

  .header-image-section {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .profile-header .address {
    right: 50px;
    top: 50px;
  }

  .cookie-consent-body {
    width: 90%;
    margin: auto;
  }

  footer .footer-section-1 {
    width: 255px;
  }

  .sales-rep-info {
    position: relative;
  }
  .sales-rep-info img {
    height: auto;
    width: 200px;
  }
  .sales-rep-info img.img-float-right {
    float: right;
    margin-top: -75px;
  }

  .header-image-section {
    height: 230px;
  }

  #search {
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
  }

  .news .news-article {
    flex-direction: column;
  }

  .content .sales-area {
    flex-direction: column;
  }
  .content .sales-area .map {
    margin: auto;
  }
  .content .sales-area .sales-rep {
    border-left: none;
    border-top: 1px #ccc solid;
    padding-top: 5px;
  }

  .sales-rep-info {
    padding: 5px;
    font-size: 0.8rem;
    flex: 0 0 50%;
  }

  .mobile-nav {
    top: 5px;
  }

  .mobile-menu {
    top: 35px;
  }

  .modal-container .content {
    width: 95%;
  }

  .product h1 {
    font-size: 2rem;
  }

  .content.home-page .product-category {
    width: 49.5%;
  }

  .content.home-page .product-title {
    font-size: 1.3rem;
  }

  .product .product-image .image {
    padding: 0;
  }

  .product .product-image .information .icons .heading {
    font-size: 2rem;
  }

  .product .product-image .information .icons .heading.sm {
    font-size: 1rem;
  }

  .product .product-image .information .icons .body.sm {
    font-size: 0.8rem;
  }

  .modal-container {
    padding-top: 0;
  }
  .modal-container .content {
    width: 98%;
  }

  #main-header .top-nav {
    padding: 10px;
    justify-content: flex-start;
  }

  #main-header .nav-main ul.menu {
    display: none;
  }

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

  #main-header .mid-nav .logo img {
    height: 50px;
    width: auto;
  }

  .links {
    width: 33.3%;
    padding: 15px;
  }

  #main-header {
    height: 110px;
    border-bottom: 5px solid #0754a1;
  }

  .product .product-image .information .icons .body {
    font-size: 1.2rem;
  }

  .product .additional-links .links a {
    font-size: 1.3rem;
  }

  #main-header .top-nav .social-icon {
    right: 5px;
  }
  #main-header .top-nav .social-icon a {
    padding: 0 7px;
  }

  .product .product-image .information {
    height: 225px;
  }

  .product-image .image {
    min-height: 225px;
  }
}
#mounters .printer-product {
  flex: 0 0 25%;
}

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