﻿/* http://meyerweb.com/eric/tools/css/reset v2.0 | 20110126 License: none (public domain)*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  outline: 0;
}
/*global setting*/
.clear {
  clear: both;
}
/*text setting*/
/* font size:
26px		2em
19.5px 		1.5em
18px		1.385em
17px		1.3em
16px 		1.231em
15px		1.154em
14px		1.077em
13px		1em
*/
body {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
@font-face {
  font-family: 'MuseoSans500';
  src: url('font/MuseoSans_500-webfont.eot');
  src: url('font/MuseoSans_500-webfont.eot?iefix') format('eot'), url('font/MuseoSans_500-webfont.woff') format('woff'), url('font/MuseoSans_500-webfont.ttf') format('truetype'), url('font/MuseoSans_500-webfont.svg#webfontkQkWxTED') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "MuseoSans500";
  margin: .5em 0;
}
h1 {
  font-size: 24px;
  color: #058;
  border-bottom: 3px solid #058;
}
h2 {
  font-size: 20px;
  color: #058;
}

h3 {
  font-size: 18px; /* adjust if needed */
  color: #058;
}
h4, .h4 {
  font-size: 1.33em;
}
p, ol {
  font-sizes: 1em;
  margin-bottom: 10px;
}
ol {
  margin-left: 15px;
}
a {
  text-decoration: none;
  color: #f60;
  cursor: pointer;
}
a:hover {
  color: #f90;
  text-decoration: underline;
}
strong, b {
  font-weight: 700;
}
img {
  max-width: 100%;
}
.ellip {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breakword {
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
section {
  margin: 0 0 20px;
}
/*input*/
input::-moz-focus-inner /*Remove button padding in FF*/ {
  border: 0;
  padding: 0;
}
input[type="text"], input[type="password"], textarea {
  background: #fff;
  color: #666;
  padding: 5px;
  border: 1px solid #ccc;
  border-top-color: #bbb !important;
  border-left-color: #bbb !important;
  -webkit-box-shadow: 0 1px 0 #fff, inset 1px 1px 2px rgba(0, 0, 0, .17);
  -moz-box-shadow: 0 1px 0 #fff, inset 1px 1px 2px rgba(0, 0, 0, .17);
  box-shadow: 0 1px 0 #fff, inset 1px 1px 2px rgba(0, 0, 0, .17);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  color: #444;
  background: #fff;
  outline: 0
}
.btn {
  display: inline-block;
  padding: .5em 1.5em;
  background: #f90;
  cursor: pointer;
  border: 0;
  color: #fff;
  font: 700 1em Arial;
  white-space: nowrap;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 2px 2px 3px 0px #ddd;
  box-shadow: 2px 2px 3px 0px #ddd;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background: #fc0;
}
.btn:active {
  background: #f80;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*alignment*/
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
} /* for IE/Mac */
/*icons*/
i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icons.png) no-repeat;
  vertical-align: middle;
}
/*layout*/
.wrap {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
}
.main .wrap {
  overflow: hidden;
  padding: 5px 0 30px;
}
ol {
  list-style: decimal;
}
ol li {
  margin: 0 0 0 20px;
}
/*header*/
header {
  height: auto;
  min-height: 120px;
  overflow: hidden;   /* ← ADD THIS LINE */
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ffffff));
  background: -webkit-linear-gradient(top, #f5f5f5, #ffffff);
  background: -moz-linear-gradient(top, #f5f5f5, #ffffff);
  background: -o-linear-gradient(top, #f5f5f5, #ffffff);
  background: linear-gradient(to bottom, #f5f5f5, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
}

.logo {
  position: relative; /*top:35px;*/ top: 17px;
  float: left;
}
.slogan {
  float: right;
  color: #a80;
  font: 18px/2 "Lucida Calligraphy", "Georgia", serif;
  font-style: italic;
  text-align: right;
  padding: 30px 0 0;
  margin: 0 0 15px;
}
.slogan .call {
  font: 16px Tahoma;
  color: #000;
}
.slogan .call span {
  color: #d00;
}

.slogan .email {
  font: 16px Tahoma;
  margin-top: 2px;
  color: #000;
  font-weight: bold;   /* ← ADD THIS */
}

.slogan .email a {
  color: #d00;
  text-decoration: none;
}

.slogan .email a:hover {
  text-decoration: underline;
}


nav {
  border-top: 1px solid #ccc;
  height: auto;              /* allow nav to fit its content */
  min-height: 40px;          /* keep the bar height */
  font: 15px/40px "MuseoSans500", Arial, sans-serif;
  position: relative;
  z-index: 1000;
}

.banner {
  background: #016fab;
  position: relative;
  z-index: 998;
  background: -webkit-gradient(linear, left top, left bottom, from(#016fab), to(#0d8ace)); /* Safari 4+, Chrome */
  background: -webkit-linear-gradient(top, #016fab, #0d8ace); /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background: -moz-linear-gradient(top, #016fab, #0d8ace); /* Firefox 3.6-15 */
  background: -o-linear-gradient(top, #016fab, #0d8ace); /* Opera 11.10-12.00 */
  background: linear-gradient(to bottom, #016fab, #0d8ace); /* Firefox 16+, IE10, Opera 12.50+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#016fab', endColorstr='#0d8ace', GradientType=0);
}
.home .banner {
  height: 330px;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li {
  position: relative;
  margin: 0 15px;
  z-index: 1000;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 1000;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu a {
  display: block;
  position: relative;
  z-index: 1000;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}
/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  position: relative;
  margin: 0 0 0 20px;
}
.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
  min-width: 12em; /* allow long menu items to determine submenu width */
}
.sf-menu a {
  padding: 0 15px;
  text-decoration: none;
  display: block;
  zoom: 1; /* IE7 */
  color: #000;
}
.sf-menu li li a {
  *width: 300px;
  *white-space: normal;
}
.sf-menu li {
  background: #fff;
  white-space: nowrap; /* no need for Supersubs plugin */
  -webkit-transition: background .2s;
  transition: background .2s;
}
.sf-menu li li {
  background: #2188c1;
  left: 0;
  top: 0;
  margin: 0;
  border-top: 1px solid #63abd2;
  border-left: 1px solid #63abd2;
}
.sf-menu li:hover, .sf-menu li.active, .sf-menu li.sfHover {
  background: #1778ad;
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}
.sf-menu li:hover a, .sf-menu li.sfHover a {
  color: #fff;
}
.sf-menu li.active > a {
  color: #fff;
  cursor: default;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #ccc; /* edit this to suit design (no rgba in IE8) */
}
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #fff; /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, .7);
}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
}
/*footer*/
footer {
  font-size: 13px;
  background: #e3e3e3;
  padding: 15px 0;
}
.designby {
  float: right;
  color: #666;
}
.designby a {
  color: #666;
}
.ftcontact {
  margin: 10px 0 0;
}
/*banner*/
.banner .wrap {
  height: 245px;
  position: relative;
  z-index: 998;
}
.home .banner .wrap {
  height: 360px;
  overflow: hidden;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
  z-index: 998;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0;
  background: #fff;
  position: relative;
  zoom: 1;
  z-index: 999;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(../images/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 999;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}
.flex-direction-nav .flex-prev {
  left: -36px;
}
.flexslider:hover .flex-next {
  opacity: 1;
  right: 5px;
}
.flexslider:hover .flex-prev {
  opacity: 1;
  left: 5px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 5px;
  right: 15px;
  text-align: right;
  z-index: 999;
}
.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  text-indent: 999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, .8);
}
.flex-control-paging li a:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  border-color: #333;
  border-color: rgba(0, 0, 0, .7);
}
.flex-control-paging li a.flex-active {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-color: #333;
  border-color: rgba(0, 0, 0, .7);
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/*home*/
.why {
  float: left;
  width: 365px;
}
.why li {
  background: url(../images/bullet-tick.png) no-repeat;
  padding: 0 0 0 20px;
  margin: 0 0 5px;
  font-weight: 700;
}
.register {
  width: 505px;
  float: right;
}
.register li {
  display: inline;
  margin: 0 15px;
}
.homebanner {
  margin: 15px 0 20px;
}
.homebanner td {
  text-align: center;
  width: 33%;
  padding: 0 15px;
}
.homebanner h3 {
  line-height: 1;
  margin: 15px 0 10px;
}
.homebanner p {
  text-align: justify;
  line-height: 1.3;
}

.homebanner td .btn {
    margin-bottom: 25px;
}
.homebanner a.pic {
  display: block;
  padding: 5px;
  margin: 0 auto;
  background: #e9e9e9;
  -webkit-box-shadow: 2px 2px 5px 0px #bbb;
  box-shadow: 2px 2px 5px 0px #bbb;
}
.homebanner a.pic:hover {
  background: #fc0;
}
/*our customers*/
blockquote {
  background: #d5e8f3;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
  padding-bottom: 5px;
  font-style: italic;
  position: relative;
  margin: 0 15px 60px;
  width: 390px;
}
blockquote .name {
  position: absolute;
  left: 10px;
  bottom: -35px;
  padding-top: 15px;
  font-style: normal;
  background: url(../images/blockquote.png) no-repeat 20px 0;
  color: #058;
}
/*products*/
.products td {
  width: 50%;
  padding: 15px;
  text-align: center;
}
.products img {
  border: 5px solid #eee;
}
.products h3 {
  margin: 0 0 5px 8px;
}
.products li {
  display: inline;
  border-right: 1px solid #333;
  white-space: nowrap;
}
.products li:last-child {
  border: 0;
}
.products li a {
  color: #000;
  padding: 0 10px;
}
.products li a:hover {
  color: #f60;
}
.product table {
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}
.product table tr {
  text-align: left;
}
.product td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}
table.col2 td {
  width: 50%;
}
table.col3 td {
  width: calc(33% - 20px);
  display: inline-block;
}
table.col4 td {
  width: 25%;
}
/*projects*/
.projects {
  width: 100%;
}
.projects th {
  font: 16px/1.3 "MuseoSans500";
  padding: 5px 0;
  text-align: left;
  border-bottom: 1px solid #ccc;
  color: #058;
}
.projects td {
  width: 25%;
  padding: 15px 5px 20px;
  text-align: center;
}
.projects img {
  width: 160px;
  height: 130px;
  border: 5px solid #e9e9e9;
  -webkit-box-shadow: 2px 2px 5px 0px #bbb;
  box-shadow: 2px 2px 5px 0px #bbb;
}
.projects.productsss img {
  width: auto;
  height: auto;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.projects a h3 {
  font: 13px/1.3 Arial;
  margin: 3px 0 0;
  color: #333;
}
.projects a:hover img {
  border-color: #f90;
}
.projects a:hover {
  text-decoration: none;
}
.projects a:hover h3 {
  color: #f90;
}
/*Contact*/
em {
  font-weight: 700;
  color: #d00;
}
.info {
  width: 500px;
  float: left;
}
.form {
  float: right;
  width: 350px;
  background: #f3f3f3;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 25px;
}
.form h3 {
  margin: -5px 0 0;
}
.form iframe {
  padding: 0;
  margin: 0 -8px;
  width: calc(100% + 16px) !important;
  min-height: 365px;
}
.form label {
  display: block;
}
.form input[type="text"], .form textarea {
  width: 330px;
}
.form textarea {
  height: 120px;
  overflow: auto;
}
.form #number {
  width: 70px;
}
.form .captcha {
  position: relative;
  top: 8px;
}
.form .err {
  font: 13px Tahoma;
  color: #f00;
  margin: -5px 0 15px;
}
@media (min-width: 992px) {
  #toggleButton {
    display: none;
  }
  .web-button {
    display: block;
    padding-right: 2.5em !important;
  }
  .web-button:hover ul {
    display: block !important;
  }
  .web-button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #ccc;
  }
  #subtoggleButton {
    display: none;
  }
  .sf-menu {
    width: 910px;
  }
  #subtoggleButton2:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-left-color: #ccc;
  }
    .homebanner td div p {
    min-height: 90px;
}
}
@media (max-width: 991px) {
  html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overscroll-behavior-x: none;
  }
  header {
    height: auto;
    padding: 5px 0;
    display: flow-root;
  }
  /* header.affix {
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.15);
  }*/
  .wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: auto;
  }
  nav {
    margin: 0 -15px;
    display: none;
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
  }
  /*nav.affix {
    position: fixed;
    top: 135px;
  }*/
  #subtoggleButton, #subtoggleButton2, #subtoggleButton3, #subtoggleButton4 {
    position: relative;
  }
  #subtoggleButton:after, #subtoggleButton2:after, #subtoggleButton3:after, #subtoggleButton4:after {
    content: 'close';
    display: grid;
    align-content: center;
    position: absolute;
    top: 50%;
    right: 50px;
    color: #ccc;
    border: none;
    text-align: right;
    margin-top: 0;
  }
    #subtoggleButton2:after {
        right: 55px;
    }
  #subtoggleButton.collapsed:after, #subtoggleButton2.collapsed:after, #subtoggleButton3.collapsed:after, #subtoggleButton4.collapsed:after {
    content: 'more';
  }
  .sf-menu {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
  .sf-menu li {
    display: block;
    width: 100%;
    margin: 0;
  }
  .sf-menu a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #toggleButton {
    width: 22px;
    height: 32px;
    position: relative;
    padding: 0;
    background-color: transparent;
    border: none;
  }
  #toggleButton .icon-bar {
    position: absolute;
    transition: all 250ms linear;
    background: black;
    width: 100%;
    height: 2px;
    border-radius: 30px;
    right: 0;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0)
  }
  #toggleButton.collapsed .icon-bar {
    position: absolute;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0)
  }
  #toggleButton .line1 {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    top: 15px;
  }
  #toggleButton .line2 {
    opacity: 0;
  }
  #toggleButton .line3 {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    top: 15px;
  }
  #toggleButton.collapsed .line1 {
    top: 9px;
  }
  #toggleButton.collapsed .line2 {
    opacity: 1;
    top: 15px;
  }
  #toggleButton.collapsed .line3 {
    top: 21px;
  }
  .logo {
    top: 0;
  }
  .slogan {
    margin: 0;
    padding: 0;
  }
  .why, .register {
    width: 100%;
    float: inherit;
  }
  .web-button {
    display: none !important;
  }
  .sf-menu ul {
    position: relative;
  }
  .sf-menu li li a {
    padding-left: 2em;
  }
  #submenu2 li, #submenu3 li, #submenu4 li {
    padding-left: 15px;
  }
  .product table td {
    vertical-align: top;
  }
  .product table.col2 td img {
    height: 250px;
    max-height: 250px;
    width: auto;
  }
  .product table.col3 td img, .product table.col4 td img {
    height: 220px;
    max-height: 220px;
    width: auto;
  }
}
@media (max-width: 767px) {
  header .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .logo, .slogan {
    float: inherit;
    margin: 0;
    display: block;
  }
  .logo {
    padding: 0 10%;
  }
  .slogan {
    margin-top: -10px;
    text-align: left;
    position: relative;
  }
  .slogan div {
    width: calc(100% - 60px);
      font-size: 16px;
  }
  #toggleButton {
    position: absolute;
    top: 20px;
    right: 0px;
  }
  .dropdown-button {
    display: block;
  }
  #submenu ul {
    left: inherit !important;
  }
  .homebanner td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .projects td {
    width: 50%;
    display: inline-table;
  }
  .products td {
    width: calc(100% - 15px);
    display: block;
    padding: 15px 0;
  }
  .home .banner {
    height: 140px;
  }
  .banner .wrap {
    height: 115px;
    position: relative;
    z-index: 998;
  }
  iframe {
    width: 100%;
    height: 240px;
  }
  blockquote {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .form {
    width: calc(100% - 15px);
    float: left;
    margin: 15px 0 0 -15px;
  }
  .product table td, .product table.col2 td {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
  .product table {
    text-align: left;
  }
  .product table.col3 td, .product table.col4 td {
    width: calc(50% - 20px);
    display: inline-block;
    padding: 10px;
    text-align: center;
  }
  .product table td img, .product table.col2 td img, .product table.col3 td img {
    width: 100%;
    height: auto;
    max-height: inherit;
  }
  .product table.col3 td img, .product table.col4 td img {
    height: 180px;
    max-height: 180px;
    width: auto;
  }
  /*.product table.col2 td img {
    height: 150px;
    max-height: 150px;
  }
  .product table.col3 td img, .product table.col4 td img {
    height: 120px;
    max-height: 120px;
  }*/
} /* END max-width: 767px */

/* FIX: Make banner image align with full-width blue background on mobile */
@media (max-width: 991px) {
  .banner .wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    max-width: none;
  }

  .banner img {
    display: block;
    width: 100%;
    height: auto;
  }
} /* END max-width: 991px */

/* FIX: Restore bullet points for content lists */
.product ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 15px;
}

.product li {
  display: list-item;
  margin-bottom: 6px;
}

/* VIDEO BOX (for self-hosted video) */
.video-box {
  max-width: 750px;
  margin: 20px auto;
  text-align: center;
}

.video-box video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

