body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
}
#inner {
  padding: 0;
  width: 1000px;
  margin: 0 auto;
}
table,
p {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
}
.request_table select,
.request_table input {
  width: 200px;
}
.request_table td {
  padding-bottom: 10px;
}
.modal {
  display: none;
  position: fixed;
  z-index:999;
  padding-top: 300px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  max-width: 1020px;
}
.modal-content h1 {
  font-size: 24px;
  font-weight: 600;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight:600;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom:20px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
  left: 40%;
    top: 20%;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
ul {
  padding: 0 0 0 20px;
  margin: 0;
}
h1 {
  font-size: 24px;
  color: #1c9fc7;
  margin-bottom: 20px;
  font-weight: 300;
}
h2 {
  color: #1c9fc7;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}
h3 {
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 300;
}
img {
  border-style: none;
}
li {
  padding: 5px 0;
  margin: 0;
}
a,
a:visited {
  color: #1c9fc7;
  text-decoration: underline;
  font-weight: 400;
}
a:hover,
a:active {
  color: #15647c;
}
#header {
  padding: 20px 0;
}
#mes_logo {
  float: left;
}
#wm_logo {
  float: right;
  padding-top: 13px;
}
#banner {
  width: 100%;
  height: 420px;
  background-color: #e6e7e8;
  text-align: right;
}
#main_videos {
  display: flex;
  gap: 8%;
}
#banner,
#main_videos,
#main_text {
  margin: 30px 0;
}
.container {
  width: 1000px;
  overflow: hidden;
}
.container1 {
  float: left;
  width: 100%;
  position: relative;
  right: 70%;
}
.mainCategory {
  float: left;
  width: 31%;
  margin: 0 2% 2% 0;
  min-width: 250px;
}
.mainCategory div {
  margin-top: 10px;
}
.mainCategory a {
  font-size: 15px;
}
.mainCatImg {
  float: left;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.content {
  min-width: 1000px;
}
.footer {
  width: 100%;
  background-color: #e6e7e8;
}
.top_menu {
  width: 1000px;
  height: 41px;
  margin-top: 0;
  padding-top: 0;
  border-bottom: 1px solid #e6e7e8;
}
.has_scrolled {
  position: fixed;
  width: 100%;
  height: 41px;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 15;
  background-color: #fff;
  border-bottom: 1px solid #e6e7e8;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.4);
}
.top_scrolled {
  margin-bottom: 41px;
}
#nav,
#nav li ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
  width: 1000px;
}
#nav > li {
  float: left;
}
li.mitem {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-top: 0;
  font-size: 14px;
  height: 30px;
  text-align: center;
  padding: 10px 17px 0;
}
li.mitem a {
  color: #000;
  text-decoration: none;
  font-family: 'Open Sans', Arial, sans-serif;
}
li.mitem a:hover {
  color: #cacaca;
}
li.selected {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-top: 0;
  font-size: 14px;
  height: 31px;
  text-align: center;
  padding: 10px 20px 0;
  background-color: #596062;
}
li.selected a {
  color: #fafafa;
  text-decoration: none;
}
li.selected a:hover {
  color: #cfcfcf;
  text-decoration: none;
}
.slider-container {
  padding: 0;
  width: 1000px;
  height: 420px;
  overflow: hidden;
}
.swiper-slide {
  position: relative;
  border-radius: 0 !important;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 0;
}
div:hover a.next-slide,
div:hover a.prev-slide {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.next-slide {
  position: absolute;
  top: 0;
  width: 80px;
  height: 250px;
  right: 0 !important;
  z-index: 20;
  background-image: url(/images/next_btn_big.png);
  opacity: 0;
  filter: alpha(opacity=0);
}
.prev-slide {
  position: absolute;
  top: 0;
  width: 80px;
  height: 250px;
  left: 0 !important;
  z-index: 20;
  background-image: url(/images/prev_btn_big.png);
  opacity: 0;
  filter: alpha(opacity=0);
}
.swiper-slide a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.menufooter {
  position: relative;
  list-style-type: none;
  text-align: left;
  padding: 10px 50px;
  width: 1000px;
  margin: 0 auto;
}
.menufooter > li {
  vertical-align: top;
  display: inline-block;
  padding-right: 30px;
  margin-bottom: 30px;
  width: 30%;
  float: left;
}
.menufooter > li > a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.menufooter > li > ul {
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}
.menufooter ul {
  display: block;
  list-style: none;
}
.copyright {
  font-size: 11px;
  clear: both;
  padding: 10px 0;
  position: relative;
  background-color: #1c9fc7;
  color: #fff;
  width: 100%;
}
.copyright div {
  width: 1000px;
  margin: 0 auto;
}
.pageContent {
  padding: 20px;
}
.productContent h1,
.productContent h2,
.productContent h3,
.pageContent h1,
.pageContent h2,
.pageContent h3 {
  margin-top: 0;
}
.productContent img {
  max-width: 500px;
  margin-bottom: 20px;
}
.productMenu {
  width: 30%;
  padding-left: 5px;
  padding-bottom: 50px;
  float: left;
  position: relative;
  left: 70%;
}
.productMenu ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
div.products {
  border-top: 1px solid #c8c8c8;
  margin-bottom: 20px;
}
.main_video {
  width: 46%;
  margin: 0 4% 0 0;
  min-width: 250px;
}
.video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video_container iframe,
.video_container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainCategory a {
  font-size: 15px;
}
.request_table {
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.request_table td {
  padding: 0;
  padding-bottom: 0.5em;
  vertical-align: top;
}
.request_table label {
  line-height: 1.5em;
}
.request_table input,
.request_table textarea {
  width: 90%;
  line-height: 1.5em;
  font-weight: 400;
  border: 1px solid #aaa;
  padding: 0;
  margin: 0;
  border-radius: 0;
  outline: none;
  background-color: #fff;
  color: #000;
  margin-left: 10%;
}
.button {
  background: #fafafa;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fafafa 0%, #dadada 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fafafa),
    color-stop(100%, #dadada)
  );
  background: -webkit-linear-gradient(top, #fafafa 0%, #dadada 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #dadada 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #dadada 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#dadada',GradientType=0);
  border: 1px solid #dadada;
  border-top-color: #fff;
  border-bottom-color: #ddd;
  border-radius: 4px;
  color: #000 !important;
  font-size: 1em;
  text-decoration: none !important;
  padding: 0.4em 2em;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.button:hover {
  background: #e9e9e9;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUxYTFkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMjU2YTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fff),
    color-stop(100%, #e9e9e9)
  );
  background: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#E9E9E9',GradientType=0);
}
.button:active {
  background: #cacaca;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyODJiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDM3ODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #eaeaea 0%, #cacaca 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #eaeaea),
    color-stop(100%, #cacaca)
  );
  background: -webkit-linear-gradient(top, #eaeaea 0%, #cacaca 100%);
  background: -o-linear-gradient(top, #eaeaea 0%, #cacaca 100%);
  background: -ms-linear-gradient(top, #eaeaea 0%, #cacaca 100%);
  background: linear-gradient(to bottom, #eaeaea 0%, #cacaca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAEAEA',endColorstr='#CACACA',GradientType=0);
}
.download-button {
  background-image: linear-gradient(to right, #1fa2ff 0%, #12d8fa 51%, #1fa2ff 100%);
  padding: 7px 12px;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 6px;
  display: block;
}

.download-button:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

input.button:disabled {
  background: #fff;
  cursor: default;
}
#lngBox,
#imprint_data {
  padding: 40px 50px 40px 20px;
}
#submitArea {
  display: none;
}
.noJs {
  display: none;
}
.error_strings {
  color: #4495d1;
}
.productMenu {
  width: 30%;
  padding-left: 5px;
  padding-bottom: 50px;
  float: left;
  position: relative;
  left: 70%;
}
.productContent {
  padding-top: 20px;
  float: left;
  width: 62%;
  position: relative;
  left: 75%;
  overflow: hidden;
}
.container1 {
  float: left;
  width: 100%;
  position: relative;
  right: 70%;
}
.specifications {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
.specifications td {
  border: none;
  border-bottom: 1px solid #e6e7e8;
  padding: 5px 20px 5px 0;
  vertical-align: top;
}
.specifications thead td {
  font-weight: 700;
  padding-bottom: 12px;
}
.horizontal {
  list-style: none;
  margin: 0;
  padding: 0;
}
.horizontal > li {
  float: left;
  width: 24%;
  padding-right: 1%;
}
.horizontal ul {
  list-style: disc;
}
.horizontal:after {
  content: '';
  display: block;
  clear: both;
}
.change_specs {
  color: #646464;
  font-size: 11px;
  margin: 30px 0;
}
#banner {
  display: none;
}
.slidesjs-pagination {
  margin-top: -50px;
  width: 100px;
  position: relative;
  z-index: 10;
}
.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
  list-style: none;
}
.slidesjs-pagination li a {
  display: block;
  width: 12px;
  height: 0;
  padding-top: 12px;
  background-image: url(/images/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}
.slidesjs-pagination li a.active {
  background-position: 0 -12px;
}
.caption {
  z-index: 500;
  position: absolute;
  left: 0;
  bottom: 40%;
  height: 170px;
  padding: 0 0 0 30px;
  width: 360px;
  text-align: left;
}
.caption h2 {
  color: #000;
}
.caption p {
  line-height: 1.8;
  font-size: 13px;
}
.highlight {
  color: #1c9fc7;
}
.popup_overlay {
  display: none;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  display: none;
}

.relative {
  position: relative;
}

.popup_window {
  display: none;
  background: #fff;
  width: 450px;
  height: auto;
  position: fixed;
  left: 50%;
  top: 50px;
  margin-left: -194px;
  padding: 20px 30px 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0;
}
#cookie-notice {
  width: 100%;
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  background-color: transparent;
  z-index: 50;
}
.cookie-container {
  width: 100%;
  max-width: 1000px;
  min-width: 320px;
  background-color: rgba(255, 255, 255, 0.92);
  margin: 30px auto 0;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  box-shadow: 0 5px 23px -3px rgb(0 0 0 / 30%);
}
.cookie-text {
  padding-right: 20px;
}
.cookie-close {
}
