/* CSS Document */
/* Table of Contents
-----------------------------------------------------------------------------
1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework
*/
/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,
input, textarea, option, .nobox {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

blockquote, q {
  quotes: none;
}

br {
  height: 0;
}

ul, ol, dl, li {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  border: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

/* Class for clearing floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.cf:after, .cf:before {
  display: table;
  content: "";
}

.cf:after {
  clear: both;
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body {
  color: #373d48;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  min-width: 980px;
  font-family: "Roboto", Helvetica, sans-serif;
  margin: 0;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

h1, h2 {
  font-family: "Open Sans", sans-serif;
  color: #717171;
  font-size: 36px;
  font-weight: normal;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  word-spacing: 0.03em;
  margin-bottom: 15px;
}

h3 {
  text-transform: uppercase;
}

h3, h5 {
  font-family: "Open Sans", sans-serif;
  color: #717171;
  font-size: 20px;
  font-weight: normal;
  line-height: 21px;
  letter-spacing: 0.04em;
  word-spacing: 0.03em;
}

h5 {
  font-size: 16px;
}

h4, h6 {
  font-family: "Merriweather", serif;
  font-size: 17px;
  color: #000000;
  line-height: 31px;
  letter-spacing: 0.05em;
}

blockquote {
  font-family: "Merriweather", serif;
  font-size: 17px;
  color: #000000;
  text-align: center;
  position: relative;
  margin-top: 13px;
  line-height: 30px;
}

blockquote p {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 7px;
}

blockquote p:before, blockquote p:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  width: 23px;
  height: 18px;
  position: relative;
}

blockquote p:before {
  background-image: url(../img/site/quote-left.png);
  left: -5px;
  top: -6px;
}

blockquote p:after {
  background-image: url(../img/site/quote-right.png);
  right: -12px;
  bottom: 3px;
}

blockquote em {
  font-size: 15px;
  font-family: "Roboto", Helvetica, sans-serif;
  font-style: normal;
  color: #727272;
}

@font-face {
  font-family: "FuturaBT-Medium";
  src: url("/fonts/FuturaBT-Medium.eot");
  src: url("/fonts/FuturaBT-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/FuturaBT-Medium.woff") format("woff"), url("/fonts/FuturaBT-Medium.ttf") format("truetype"), url("/fonts/FuturaBT-Medium.svg#FuturaBT-Medium") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-F002;
}
p {
  color: #727272;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 15px;
  font-family: "Roboto", Helvetica, sans-serif;
}

p a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  font-size: 15px;
  color: #727272;
  font-weight: 400;
  line-height: 22px;
  padding: 0;
  margin: 0;
}

ol {
  margin: 0;
  padding: 0;
}

ol li {
  font-size: 13px;
  color: #373d48;
  font-weight: 400;
  line-height: 18px;
  padding: 0 0 5px 0;
  list-style: decimal;
  margin-left: 20px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* 3. Images
------------------------------------------------------------------------------*/
img {
  border: none;
  border-style: none;
  vertical-align: middle;
}

/* 4. Link
------------------------------------------------------------------------------*/
a {
  color: #717171;
  text-decoration: none;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.03em;
  font-weight: normal;
  transition: all 0.5s ease;
}

a:hover {
  color: #53bbbb;
}

/* 5. Forms
------------------------------------------------------------------------------*/
input[type=email], input[type=text], input[type=password], textarea {
  font-family: "Roboto", Helvetica, sans-serif;
  -webkit-appearance: none;
  border: none;
  -webkit-text-size-adjust: none;
  transition: all 0.5s ease;
  font-size: 15px;
}

input[type=email], input[type=text], input[type=password] {
  padding: 0 12px;
  border: 2px solid #cdcdcc;
  width: 100%;
  height: 47px;
  color: #000;
}

textarea {
  border: 2px solid #cdcdcc;
  display: block;
  overflow: auto;
  resize: none;
  width: 100%;
  height: 94px;
  padding: 12px;
}

input[type=email]:focus, input[type=text]:focus, input[type=password]:focus, textarea:focus, textarea:focus {
  border-color: #53bbbb;
}

button, input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: none;
  -webkit-text-size-adjust: none;
  background-color: transparent;
  border: 2px solid #cdcdcc;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #000;
  height: 47px;
  min-width: 152px;
  padding: 0 58px 0 20px;
  text-align: left;
  background-image: url(../img/site/btn-submit-bkg.png);
  background-repeat: no-repeat;
  background-position: right;
  transition: all 0.5s ease;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  /*background-image: url(../img/site/btn-submit-bkg-wht.png);background-color: #53bbbb;color: #fff;border-color: #53bbbb*/
  background-color: #f4f4f4;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*  */
input[type=email]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
  color: #000;
}

input[type=email]:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

input[type=email]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

input[type=email]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
  color: #000;
}

.form-container label {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #000;
  margin-bottom: 4px;
  display: inline-block;
}

.form-container .customSelectInner {
  border: 2px solid #cdcdcc;
  padding: 0 12px;
  line-height: 43px;
  font-family: "Roboto", Helvetica, sans-serif;
  color: #000;
  position: relative;
  padding-right: 48px;
  font-size: 15px;
  transition: all 0.5s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.form-container .customSelectFocus .customSelectInner {
  border-color: #53bbbb;
}

.form-container .customSelectInner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 100%;
  background: url(../img/site/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  border-left: 2px solid #cdcdcc;
  transition: all 0.5s ease;
}

.form-container .customSelectFocus .customSelectInner:after {
  border-left-color: #53bbbb;
}

.form-container select {
  font-family: "Roboto", Helvetica, sans-serif;
  color: #000;
}

.form-container .col-6, .form-container .col-4, .form-container .col-12 {
  padding: 0 5px;
  padding-bottom: 22px;
}

.form-container {
  margin-right: -5px;
  margin-left: -5px;
}

/*.form-container .row{padding-bottom: 22px;}*/
.form-container .dform_container input.text {
  padding: 0 12px;
}

.form-container .dftop_label .dform_label {
  font-weight: normal;
  margin: 0;
  margin-bottom: 4px;
  line-height: normal;
}

.form-container .dform_element {
  margin: 0;
}

.form-container .dfcolumns .column {
  min-height: initial;
  padding-left: 9px;
  padding-right: 9px;
}

.form-container .dform_element.dform_text_input {
  padding-bottom: 19px;
}

.form-container .dform_element.dform_email {
  padding-bottom: 19px;
}

.form-container .dform_element.dform_select {
  padding-bottom: 19px;
}

.form-container .dform_element.dform_textarea {
  padding-bottom: 19px;
}

.form-container .dform_element.dform_date {
  padding-bottom: 19px;
}

.form-container .dfcolumns {
  margin-right: -9px;
  margin-left: -9px;
}

.form-container .dform_container textarea {
  padding: 12px;
}

/* 6. Tables
------------------------------------------------------------------------------*/
table {
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  text-align: left;
  font-weight: normal;
}

/* 7. Layout Framework
------------------------------------------------------------------------------*/
/* commomn css */
/* opacity effect */
.opacity1 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.opacity0 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

/* transition effect */
.tra {
  transition: all 0.5s ease;
}

/* column grid */
.row:after, .row:before {
  display: table;
  content: "";
}

.row:after {
  clear: both;
}

.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  float: left;
  min-height: 1px;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

/* float */
.fleft {
  float: left;
}

.fright {
  float: right;
}

/* button */
.btn-link {
  color: #000000;
  border: 2px solid #cdcdcc;
  display: inline-block;
  position: relative;
  padding: 0 68px 0 17px;
  line-height: 43px;
  letter-spacing: 0.04em;
  transition: all 0.5s ease;
  min-width: 165px;
}

.btn-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 100%;
  border-left: 2px solid #cdcdcc;
  background-image: url(../img/site/btn-link-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease;
}

.btn-link.white {
  border-color: #fff;
  color: #fff;
}

.btn-link.white:after {
  background-image: url(../img/site/btn-link-ico-white.png);
  border-left-color: #fff;
}

.btn-link:hover {
  background: #f4f4f4;
  color: #000;
}

/* main container */
#wrapper {
  width: 100%;
  min-height: 100%;
}

.container {
  width: 1030px;
  margin: auto;
}

.container.semi {
  width: 970px;
  max-width: 100%;
}

/* header */
/* home header */
.home header {
  background-color: transparent;
  box-shadow: none;
}

.home header .quote:before {
  background-image: url(../img/site/quote-header.png);
}

.home header .phone:before {
  background-image: url(../img/site/phone-ico.png);
}

.home header .mail:before {
  background-image: url(../img/site/mail-ico.png);
}

.home header .nav-right {
  padding-top: 12px;
}

.home header nav {
  padding-top: 20px;
  padding-bottom: 10px;
}

.home header .brand-stiky {
  position: absolute;
  top: 0;
  left: 14px;
  top: 8px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.home header .brand {
  top: 36px;
}

.home header .brand a {
  background-color: transparent;
}

.home header .brand-normal {
  width: auto;
}

.home header a {
  color: #fff;
}

header {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 99999;
  background: #fff;
  box-shadow: 3px 4px 5px 0px rgba(25, 25, 25, 0.08);
  width: 100%;
  top: 0;
  left: 0;
  margin: 0 auto;
}

header .container {
  position: relative;
  max-width: 970px;
}

header .brand {
  position: absolute;
  top: 36px;
  left: 0;
}

header .brand a {
  display: inline-block;
  padding: 8px 10px 9px 14px;
  border-radius: 0 0 8px 8px;
  position: relative;
}

header .nav-right {
  float: right;
  text-align: right;
  padding-top: 20px;
}

header .nav-top a, header .phone {
  font-size: 14px;
  font-family: "Roboto", Helvetica, sans-serif;
  letter-spacing: 0.09em;
  transition: all 0.5s ease;
}

header .nav-top li {
  margin-left: 31px;
  display: inline-block;
  vertical-align: top;
}

header .nav-top a:before, header .phone:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
}

header .phone {
  font-weight: 700;
}

header .mail:before {
  background-image: url(../img/site/mail-ico.png);
  width: 16px;
  height: 11px;
}

header .phone:before {
  background-image: url(../img/site/phone-ico.png);
  width: 9px;
  height: 13px;
}

header .quote:before {
  display: inline-block;
  content: "";
  margin-right: 8px;
  background-image: url(../img/site/quote-header.png);
  width: 13px;
  height: 15px;
  vertical-align: -4px;
}

header .quote .count {
  font-family: "Roboto", Helvetica, sans-serif;
}

header nav li {
  display: inline-block;
  vertical-align: top;
}

header nav a {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.5s ease;
  font-size: 14px;
}

header nav, .home header.sticky nav {
  padding-top: 12px;
  padding-bottom: 16px;
}

header nav li {
  margin-left: 36px;
  position: relative;
}

header nav li:hover > a, .home header nav li:hover > a {
  color: #53bbbb;
}

header nav li a.active {
  color: #999999;
}

header nav li.has-menu > a {
  position: relative;
}

header nav li.has-menu > a:before {
  content: "";
  position: absolute;
  bottom: -22px;
  width: 0;
  height: 0;
}

header nav li.has-menu:hover > a:before {
  width: 100%;
  height: 22px;
}

header nav li ul {
  position: absolute;
  top: 33px;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  text-align: left;
  width: 185px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 999;
  overflow: hidden;
  pointer-events: none;
  /*height: 0;*/
  visibility: hidden;
}

header nav li:hover > ul {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  top: 33px;
  overflow: visible;
  pointer-events: inherit;
  height: auto;
  visibility: visible;
}

.home header .quote:hover:before {
  background-image: url(../img/site/quote-header-hover.png);
}

.home header .mail:hover:before {
  background-image: url(../img/site/mail-ico-hover.png);
}

.home header .mail:hover {
  color: #53bbbb;
}

/*header nav > ul > li > ul {opacity:1; height:auto; visibility:visible;  overflow:visible; pointer-events: auto; top: 33px;}*/
/*header nav > ul > li > ul > li.sub-class-hover > ul {opacity:1; height:auto; visibility:visible;  overflow:visible; left:100%; pointer-events: auto;}
*/
header nav > ul > li > ul > li.hover > ul {
  opacity: 1;
  height: auto;
  visibility: visible;
}

header nav li ul li {
  margin: 0;
  display: block;
  border-bottom: 3px solid #cdcdcc;
}

header nav li ul li:last-child {
  border-bottom: 0;
}

header nav li ul li a {
  text-transform: none;
  font-size: 12px;
  color: #717171;
  padding: 10px 16px;
  display: block;
}

.home header nav li ul li a {
  color: #717171;
}

header nav li ul li a:hover {
  color: #53bbbb;
  background: #f4f4f4;
}

header nav li ul:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 38px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 7px 6.5px;
  border-color: transparent transparent #fff transparent;
  transition: all 0.5s ease;
}

header nav li:hover ul:before {
  left: 38px;
}

header nav li ul ul {
  width: 342px;
  background: rgba(255, 255, 255, 0.8);
  /* background: rgba(255,255,255,0.85) */
  top: 0;
  left: 80%;
  margin-left: 2px;
  padding: 11px 20px 11px 44px;
  top: 0;
  box-shadow: 3px 4px 5px 0px rgba(25, 25, 25, 0.08);
}

header nav li ul ul:after {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 2px;
  height: 100%;
}

header nav li ul li:hover ul {
  top: 0;
  left: 100%;
  width: 100%;
  box-shadow: none;
}

header nav li ul li:hover ul.second {
  left: 200%;
}

header nav li ul ul:before {
  display: none;
}

header nav li ul ul li {
  display: inline-block;
  border: 0;
  width: 100%;
  margin: 0 -2px;
}

header nav li ul ul li a {
  font-family: "Roboto", Helvetica, sans-serif;
  padding: 0;
  margin: 5px 0;
}

header nav li ul ul li a:hover {
  background-color: transparent;
}

header .brand-stiky {
  position: absolute;
  top: 0;
  left: 14px;
  top: 8px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

header .brand-stiky, header .nav-right, header nav, header .brand-normal, header .brand, header .brand a, header .nav-top .mail:before, header .nav-top .phone:before, header nav .quote:before {
  transition: all 0.5s ease;
}

header .brand-stiky, header.sticky .brand-stiky {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

header .brand a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  border-radius: 0 0 8px 8px;
  box-shadow: 3px 4px 5px 0px rgba(25, 25, 25, 0.08);
  z-index: -1;
}

header a {
  color: #717171;
}

header .nav-right, .home header.sticky .nav-right {
  padding-top: 5px;
}

header .brand-normal, .home header.sticky .brand-normal {
  width: 64px;
}

header.sticky .brand-normal {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

header .brand, .home header.sticky .brand {
  top: 0;
}

header .brand a, .home header.sticky .brand a {
  background: #fff;
}

header .mail:before, .home header.sticky .mail:before {
  background-image: url(../img/site/mail-ico-gray.png);
}

header .phone:before, .home header.sticky .phone:before {
  background-image: url(../img/site/phone-ico-gray.png);
}

header .quote:before, .home header.sticky .quote:before {
  background-image: url(../img/site/quote-header-gray.png);
}

.home header.sticky .quote:hover:before {
  background-image: url(../img/site/quote-header-hover.png);
}

.home header.sticky .mail:hover:before {
  background-image: url(../img/site/mail-ico-hover.png);
}

header .quote.active:before, .home header.sticky .quote.active:before {
  background-image: url(../img/site/quote-ico-active.png);
}

header.sticky {
  position: fixed;
  background: #fff;
  box-shadow: 3px 4px 5px 0px rgba(25, 25, 25, 0.08);
  transform: translate(0px, 79px);
  -webkit-transform: translate(0px, 79px);
  margin-top: -79px;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
}

.home header.sticky a {
  color: #717171;
}

/* footer */
footer .footer-blk {
  background: #717171;
  text-align: center;
  padding: 14px 0;
}

footer .footer-blk li {
  display: inline-block;
  vertical-align: top;
}

footer .ftr-menu {
  display: inline-block;
  vertical-align: top;
}

footer .ftr-menu a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.03em;
  font-weight: 400;
}

footer .ftr-menu a:hover {
  color: #53bbbb;
}

footer .ftr-menu li {
  margin: 0 10px;
}

footer .ftr-btm-line p {
  color: #fff;
  font-size: 11px;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}

footer .ftr-btm-line p a {
  color: #fff;
  font-size: 11px;
}

footer .ftr-btm-line span {
  display: inline-block;
  padding-left: 15px;
}

footer a {
  font-family: "Roboto", Helvetica, sans-serif;
}

footer .social-feed {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 0;
}

.social-feed a {
  display: block;
  background-image: url(../img/site/social-ico.png);
  background-repeat: no-repeat;
  height: 14px;
}

.social-feed.gray-ico a {
  background-image: url(../img/site/social-ico-gray.png);
}

.social-feed li {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
}

.social-feed .facebook a {
  background-position: 0;
  width: 6px;
}

.social-feed .linkedin a {
  background-position: -9px;
  width: 14px;
}

.social-feed .gp a {
  background-position: -26px;
  width: 15px;
}

.social-feed .twitter a {
  background-position: -42px;
  width: 14px;
}

/*--------- home page ------------*/
.banner-graphic {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 667px;
  max-height: 100vh;
  width: 100%;
}

.banner li {
  display: block;
  position: relative;
  width: 100%;
}

.banner {
  box-shadow: 3px 4px 5px 0px rgba(25, 25, 25, 0.08);
  position: relative;
}

.banner li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/site/banner-middle-shadow.png);
  background-position: center;
  background-repeat: no-repeat;
}

.banner li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/site/header-top-shadow.png);
  background-position: top left;
  background-repeat: repeat-x;
}

.banner img {
  width: 100%;
  display: block;
  max-width: 100%;
}

.banner .banner-caption {
  position: absolute;
  bottom: 155px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 99;
  text-align: center;
  max-width: 700px;
  width: 100%;
}

.banner .banner-caption h2 {
  color: #fff;
  font-size: 65px;
  line-height: 70px;
  margin-bottom: 15px;
}

.banner .banner-caption h4 {
  color: #fff;
  margin-bottom: 34px;
}

.banner .btn-link {
  padding: 0 78px 0 32px;
}

.banner .btn-link:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #53bbbb;
  border-color: #cdcdcc;
}

.banner .btn-link:hover:after {
  background-image: url(../img/site/btn-link-arrow.png);
  border-left-color: #cdcdcc;
}

.banner .banner-caption-text {
  padding-left: 20px;
  padding-right: 20px;
}

.tag-line {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 15px 20px;
  text-align: center;
}

.tag-line h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: normal;
}

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

.products-callouts {
  padding-bottom: 40px;
}

.products-callouts .row {
  margin-left: -10px;
  margin-right: -10px;
}

.products-callouts .section-title {
  padding-top: 43px;
}

.products-callouts .col-3, .products-callouts .col-4 {
  padding: 10px;
}

.products-callouts .pdct-box {
  border: 2px solid #cdcdcc;
  box-shadow: 3px 4px 5px 0px rgba(25, 25, 25, 0.08);
  text-align: center;
  padding-right: 14px;
  padding-left: 14px;
  position: relative;
  transition: background-color 0.5s ease;
  background-color: transparent;
}

.products-callouts .pdct-box:hover .btm-link {
  background-color: #f4f4f4;
}

.products-callouts .box-desc {
  max-width: 190px;
  margin: auto;
  padding-top: 25px;
  margin-bottom: 80px;
}

.products-callouts h3, .products-callouts h5 {
  text-transform: uppercase;
}

.products-callouts .graphic {
  margin-top: 20px;
  margin-bottom: 6px;
  min-height: 85px;
  position: relative;
}

.products-callouts .graphic.loaded img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 100%;
}

.products-callouts .btm-link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #cdcdcc;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 12px;
  text-align: left;
  padding: 11px 19px;
  background-image: url(../img/site/btn-link-arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 14px);
}

.engg-services {
  background: #f4f4f4;
  overflow: hidden;
}

.engg-services img {
  display: block;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.engg-services .graphic {
  background-repeat: no-repeat;
  background-size: cover;
}

.engg-services .btn-link:hover {
  background-color: #fff;
}

.engg-services .v-center-inner {
  padding: 35px 35px 35px 37px;
}

.engg-services .desc-text {
  max-width: 450px;
  margin-top: 20px;
  margin-bottom: 37px;
}

.v-center {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.home-about-blk.container {
  max-width: 900px;
}

.home-about-blk h4 {
  font-weight: 300;
  margin-top: 23px;
  margin-bottom: 35px;
  max-width: 585px;
}

.home-about-blk .graphic {
  float: right;
}

.home-about-blk .v-center-inner {
  padding: 20px 0;
}

.home-about-blk .graphic img {
  margin-bottom: 25px;
  margin-top: -22px;
}

.recent-news {
  background-image: url(../img/site/epi-news-bkg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-bottom: 67px;
}

.recent-news .section-title {
  padding-bottom: 3px;
  padding-top: 45px;
}

.recent-news h3 {
  text-transform: none;
  line-height: 30px;
}

.recent-news .section-title h2 {
  color: #fff;
}

.recent-news .news-box {
  background: #fff;
  padding: 21px 25px 73px;
  position: relative;
  transition: background-color 0.5s ease;
}

.recent-news .col-4 {
  padding: 10px;
}

.recent-news .row {
  margin-right: -10px;
  margin-left: -10px;
}

.recent-news .btm-link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #cdcdcc;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 12px;
  text-align: left;
  padding: 11px 19px;
  background-image: url(../img/site/btn-link-arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 14px);
}

.recent-news .news-date {
  color: #06a7a7;
  font-size: 12px;
  font-family: "Roboto", Helvetica, sans-serif;
  display: inline-block;
  margin-bottom: 3px;
}

.blockquote-blk.container {
  max-width: 790px;
  padding: 32px 0;
}

.newsletter-form {
  background-color: #f4f4f4;
  padding: 33px 0 37px;
}

.newsletter-form.bcolor-white {
  background-color: #fff;
}

.newsletter-form input[type=text], .newsletter-form input[type=email] {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}

.newsletter-form .form-group {
  float: left;
  width: calc(50% - 76px);
  padding-right: 20px;
}

.newsletter-form .col-4, .newsletter-form .col-8 {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
}

.newsletter-form h2 {
  margin-bottom: 7px;
}

.newsletter-form h3 {
  text-transform: none;
}

.newsletter-form .form-action {
  float: left;
}

.newsletter-form input[type=submit]:hover {
  background-color: #fff;
}

.newsletter-form .col-8 {
  padding-left: 5px;
}

/*===================================
******* inner pages start ***********
====================================*/
/*--------- product  page ------------*/
.inner-page-banner {
  height: 268px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sidebar {
  width: 265px;
  padding-right: 20px;
  float: left;
  padding-top: 40px;
}

.mainbar {
  width: calc( 100% - 265px );
  float: left;
  padding-top: 35px;
}

.sidebar-menu a h3 {
  background: #f4f4f4;
  text-transform: uppercase;
  padding: 14px 26px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.sidebar-menu a h3:hover {
  color: #06a7a7;
}

.sidebar-menu a.active h3 {
  color: #06a7a7;
}

.sidebar-menu a {
  font-size: 12px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.03em;
}

.sidebar-menu a.active {
  color: #06a7a7;
}

.sidebar-menu li {
  list-style: none;
  margin-bottom: 2px;
}

.sidebar-menu ul li {
  padding: 10px 26px;
}

.sidebar-menu ul {
  padding: 7px 0;
}

.sidebar-menu-products ul {
  display: none;
}

.pagination a {
  display: inline-block;
  color: #000;
  font-size: 14px;
  margin: 0 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  vertical-align: middle;
}

.pagination {
  padding-bottom: 34px;
  padding-top: 37px;
}

.pagination a:hover, .pagination a.active {
  color: #53bbbb;
}

.pagination .prev, .pagination .next {
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #06a7a7;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.pagination .prev {
  border-top: 0;
  border-right: 0;
  left: 0;
  vertical-align: middle;
}

.pagination .next {
  border-bottom: 0;
  border-left: 0;
  right: 0;
}

.dropdown .customSelectInner {
  color: #000;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  background: #f4f4f4;
  padding: 13px 51px 13px 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 24px;
  letter-spacing: 0.03em;
}

.dropdown .customSelectInner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 49px;
  height: 100%;
  background-image: url(../img/site/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  border-left: 2px solid #fff;
}

.products-page .products-callouts .graphic {
  margin-bottom: 29px;
}

.products-page .products-callouts .graphic img {
  max-width: 100%;
}

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

.products-page .products-callouts .box-desc {
  padding-top: 9px;
}

.products-page .products-callouts .pdct-box {
  min-height: 400px;
}

.products-callouts .pdct-box h3 {
  line-height: 30px;
}

/*--------- product detail page ------------*/
body {
  padding-top: 78px;
}

.home {
  padding-top: 0;
}

.page-title {
  background: #f4f4f4;
  padding: 29px 20px 14px 20px;
  text-align: center;
}

.products-top-section {
  padding-top: 33px;
}

.image-viewer {
  text-align: right;
  margin-top: 22px;
}

.image-viewer a {
  font-size: 13px;
  color: #06a7a7;
  letter-spacing: 0.03em;
  font-family: "Roboto", helvetica, sans-serif;
}

.product-images {
  max-width: 470px;
}

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

.product-images .thumb-container {
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 48px;
}

.product-images .thumb-container img {
  display: block;
  margin: auto;
}

.product-images .thumb-container .slider-item {
  width: 112px;
  display: block;
  margin: auto;
}

.owl-prev, .owl-next {
  font-size: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #06a7a7;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc( 50% - 6px);
}

.owl-prev {
  border-top: 0;
  border-right: 0;
  left: 0;
}

.owl-next {
  border-bottom: 0;
  border-left: 0;
  right: 0;
}

.back-to-results {
  padding-bottom: 34px;
}

.back-to-results a {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 700;
}

.back-to-results a:before {
  content: "";
  display: inline-block;
  background-image: url(../img/site/back-to-results.png);
  width: 9px;
  height: 14px;
  margin-right: 14px;
  margin-bottom: -1px;
}

.product-images .bottom-line {
  padding-top: 58px;
  text-align: center;
}

.product-images .bottom-line a {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}

.product-images .bottom-line a:before {
  content: "";
  display: inline-block;
  background-image: url(../img/site/technical-ico.png);
  width: 15px;
  height: 11px;
  background-size: 46px;
  margin-right: 9px;
}

.product-images .bottom-line a.mail:before {
  background-position: right;
}

.product-images .bottom-line a.mail {
  margin-right: 40px;
}

.product-images .bottom-line a.print:before {
  background-position: -14px;
}

.description {
  padding-left: 30px;
  padding-right: 30px;
}

.description .col-6 {
  padding-left: 32px;
  padding-right: 32px;
}

.description .col-12 {
  padding-left: 32px;
  padding-right: 32px;
}

.products-info h3 {
  margin-bottom: 25px;
  text-transform: none;
}

.products-info .dimensions-hint {
  padding-bottom: 0;
  margin-bottom: -5px;
  margin-top: 8px;
}

.products-info .submit {
  width: 165px;
}

.products-info .dimensions-hint label {
  margin-bottom: 0;
}

.products-info .form-action {
  padding-top: 13px;
}

.products-tab-content {
  padding-top: 35px;
}

.products-tab-content .nav-tabs li {
  float: left;
  width: 178px;
  list-style: none;
  margin-right: 15px;
}

.products-tab-content .desc-row {
  margin-bottom: 42px;
}

.products-tab-content .desc-row h3 {
  margin-bottom: 8px;
}

.products-tab-content h3 {
  text-transform: none;
}

.products-tab-content .nav-tabs a {
  display: block;
  padding: 13px 10px;
  text-align: center;
  border: 2px solid transparent;
  color: #717171;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  background: #f4f4f4;
  position: relative;
}

.products-tab-content .nav-tabs a:after {
  content: "";
  bottom: -4px;
  left: 0;
  width: 0;
  height: 4px;
  background: #fff;
  position: absolute;
}

.products-tab-content .nav-tabs a.active:after {
  width: 100%;
}

.nav-tabs a.active {
  border-color: #cdcdcc;
  background-color: transparent;
}

.products-tab-content h2 {
  font-size: 22px;
  color: #868686;
}

.products-tab-content .tab-pane {
  display: none;
}

.products-tab-content .tab-pane.active {
  display: block;
}

.products-tab-content .trigger {
  color: #717171;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  background: #f4f4f4;
  display: none;
  padding: 7px 14px;
  border: 2px solid rgba(205, 205, 204, 0.14);
}

.products-tab-content .trigger.active {
  background: #245daa;
  color: #fff;
}

.products-tab-content .tab-detail {
  border-top: 2px solid #cdcdcc;
  padding-top: 50px;
}

.standard-sizes {
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 24px;
}

.standard-sizes .col-6 {
  padding-left: 40px;
  padding-right: 40px;
}

.standard-sizes .col-12 {
  padding-left: 40px;
  padding-right: 40px;
}

.standard-sizes table {
  width: 100%;
  text-align: left;
}

.standard-sizes table th {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-right: 12px;
  padding-left: 12px;
}

.standard-sizes table td {
  color: #727272;
  font-size: 15px;
  font-weight: normal;
  padding-right: 12px;
  padding-left: 12px;
}

.standard-sizes table tr:nth-child(even) {
  background: #f4f4f4;
}

.standard-sizes table tr:nth-child(odd) td {
  padding-top: 9px;
  padding-bottom: 9px;
}

.standard-sizes table tr th {
  padding-top: 9px;
  padding-bottom: 17px;
}

.technical-library .box {
  border: 2px solid #cdcdcc;
  box-shadow: 3px 4px 5px 0px rgba(25, 25, 25, 0.08);
  padding: 14px 20px;
  position: relative;
  padding-bottom: 60px;
  min-height: 206px;
  transition: background-color 0.5s ease;
  background-color: transparent;
}

.technical-library .box h3 {
  margin-bottom: 2px;
}

.technical-library .top-subtitle {
  font-size: 13px;
  color: #06a7a7;
  font-family: "Roboto", Helvetica, sans-serif;
}

.technical-library .top-subtitle span {
  font-size: 13px;
  color: #06a7a7;
  padding: 0 5px;
}

.technical-library .btm-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #cdcdcc;
  transition: border-color 0.5s ease;
}

.technical-library .technical-feed {
  width: 53%;
  display: inline-block;
  vertical-align: middle;
}

.technical-library .social-feed {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  padding-top: 9px;
  text-align: center;
}

.technical-library .social-feed li {
  margin: 0 6px;
}

.technical-feed li {
  border-right: 2px solid #cdcdcc;
  width: 33.33%;
  list-style: none;
  float: left;
  transition: border-color 0.5s ease;
}

.technical-feed li a {
  height: 44px;
  display: block;
  position: relative;
}

.technical-feed li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../img/site/technical-ico.png);
  background-repeat: no-repeat;
  height: 22px;
}

.technical-feed li a.download:before {
  background-position: 0;
  width: 18px;
}

.technical-feed li a.print:before {
  width: 23px;
  background-position: -22px;
}

.technical-feed li a.mail:before {
  width: 22px;
  background-position: -46px;
}

.technical-library .col-4, .technical-library .col-6 {
  padding: 10px;
}

.technical-library .library-callouts {
  margin-left: -10px;
  margin-right: -10px;
}

.products-tab-content .technical-library h2 {
  padding-left: 63px;
  margin-bottom: 27px;
}

.products-tab-content .technical-library {
  padding-bottom: 75px;
}

.related-products .products-callouts .section-title {
  text-align: left;
}

.related-products .products-callouts .box-desc {
  padding-top: 10px;
}

/*--------- library page ------------*/
.technical-library .mainbar {
  width: calc( 100% - 280px );
  float: right;
}

.technical-library .sidebar {
  width: 280px;
  padding-right: 36px;
}

.mainbar h3 span {
  color: #a4a3a3;
}

.technical-library .graphic {
  margin: 9px auto;
  position: relative;
  max-width: 150px;
}

.technical-library .graphic.loaded img {
  position: absolute;
  bottom: 0;
  max-width: 100%;
}

.technical-library .col-6 {
  padding: 15px;
}

.technical-library .library-callouts {
  margin-left: -15px;
  margin-right: -15px;
}

.technical-library .box {
  padding: 14px 37px;
  padding-bottom: 46px;
  min-height: 363px;
}

.technical-library .box .technical-feed li:hover {
  background-color: #f4f4f4;
}

.technical-library .box p {
  margin-bottom: 10px;
}

.technical-library .box h3 {
  text-transform: none;
  line-height: 29px;
}

.filterbar-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  width: 90px;
}

.search-form-wrap {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 94px);
}

.radio-group {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 207px);
}

.filterbar .search-box {
  position: relative;
  width: 203px;
  display: inline-block;
  vertical-align: middle;
}

.filterbar {
  border: 2px solid #cdcdcc;
  border-left: 0;
  border-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  margin-top: 28px;
}

.filterbar .search-box .text {
  border: 0;
  background: #f4f4f4;
  padding: 0 47px 0 10px;
  color: #777777;
  box-sizing: border-box;
  display: block;
}

.filterbar .search-box .text::-webkit-input-placeholder {
  color: #777777;
}

.filterbar .search-box .text:-moz-placeholder {
  /* Firefox 18- */
  color: #777777;
}

.filterbar .search-box .text::-moz-placeholder {
  /* Firefox 19+ */
  color: #777777;
}

.filterbar .search-box .text:-ms-input-placeholder {
  color: #777777;
}

.filterbar .search-box .submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 47px;
  border: 0;
  background-image: url(../img/site/search-ico.png);
  padding: 0;
  min-width: initial;
  background-position: center;
}

.radio-list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px;
}

.radio-list input[type=radio] {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
}

.radio-list label {
  cursor: pointer;
  padding-left: 20px;
  position: relative;
  color: #777777;
  font-size: 14px;
}

.radio-list label .circle {
  border: 2px solid #777777;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  transition-duration: 0.2s;
}

.radio-list label .circle:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #009688;
  border-radius: 100%;
  left: 2px;
  top: 2px;
  opacity: 0;
}

.radio-list input[type=radio]:checked ~ .circle {
  border-color: #009688;
}

.radio-list input[type=radio]:checked ~ .circle:after {
  opacity: 1;
}

/*--------- news page ------------*/
.menu-category {
  background: #f4f4f4;
}

.menu-category h3 {
  padding: 13px 18px;
  border-bottom: 2px solid #fff;
  margin-bottom: 0;
}

.menu-category ul {
  padding-bottom: 10px;
  padding-top: 8px;
}

.menu-category li {
  padding: 10px 18px;
  list-style: none;
}

.menu-category a {
  font-size: 12px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.03em;
}

.menu-category a:hover {
  color: #06a7a7;
}

.menu-category a.active {
  color: #8a8a8a;
}

.menu-category a.current_page_item {
  color: #8a8a8a !important;
}

.news-page .mainbar {
  padding-left: 15px;
}

.news-group {
  border-bottom: 2px solid #cdcdcc;
  margin-bottom: 30px;
}

.news-group .news-line {
  border-top: 2px solid #cdcdcc;
  padding-top: 30px;
  padding-bottom: 30px;
}

.news-group .graphic {
  width: 265px;
  float: left;
  min-height: 100px;
}

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

.news-group .summary {
  width: calc(100% - 265px);
  padding-left: 20px;
  float: left;
  margin-top: -7px;
  padding-right: 20px;
}

.news-group .no-graphic .summary {
  width: 100%;
  padding-left: 0;
  padding-right: 110px;
}

.news-group .summary p {
  margin-bottom: 10px;
}

.news-group h5 {
  color: #06a7a7;
  font-size: 13px;
  font-family: "Roboto", Helvetica, sans-serif;
  margin-bottom: 4px;
}

.news-group h3 {
  text-transform: none;
  margin-bottom: 7px;
}

.news-group h3 a {
  font-size: 20px;
}

.news-group .readmore {
  font-size: 12px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.03em;
}

.news-group .readmore:hover {
  color: #53bbbb;
}

.news-page .pagination {
  padding-top: 44px;
  padding-bottom: 35px;
}

/*--------- news detail page ------------*/
.body-content img {
  max-width: 100%;
  margin-top: 19px;
  margin-bottom: 50px;
  height: auto;
}

.body-content p {
  margin-bottom: 24px;
}

.body-content ul {
  padding-left: 17px;
  padding-top: 15px;
}

.body-content li {
  margin-bottom: 8px;
}

.news-detail-page .mainbar {
  padding-left: 15px;
  padding-bottom: 75px;
}

.blog-sharing {
  border-top: 2px solid #cdcdcc;
  border-bottom: 2px solid #cdcdcc;
  padding: 18px 0;
  margin-top: 22px;
  margin-bottom: 23px;
}

.blog-sharing .blog-date {
  display: inline-block;
  vertical-align: middle;
  color: #06a7a7;
  font-size: 13px;
  padding-right: 50px;
}

.blog-sharing .blog-date .dash {
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
}

.blog-sharing .share-title {
  font-size: 12px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  padding-right: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.blog-sharing .social-feed {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: -8px;
}

.blog-sharing .socail-sharing {
  display: inline-block;
  vertical-align: middle;
}

.blog-sharing .social-feed li {
  margin: 0 5px;
}

/*--------- contact page ------------*/
#map {
  height: 606px;
  width: 100%;
}

.contact-page .container.semi {
  width: 930px;
}

.contact-page .form-container {
  margin: 0;
}

.contact-page .submit_button {
  padding-top: 21px;
}

.contact-page .mainbar {
  padding-right: 67px;
  width: calc( 100% - 245px );
  padding-top: 44px;
  padding-bottom: 84px;
}

.contact-page .mainbar .top-text {
  padding-bottom: 16px;
}

.contact-page .sidebar {
  padding-right: 0;
  padding-left: 20px;
  width: 245px;
  padding-top: 44px;
}

.contact-page .sidebar .address {
  font-size: 15px;
  font-weight: 700;
  color: #727272;
  padding-bottom: 37px;
  line-height: 25px;
  letter-spacing: 0.05em;
}

.contact-page .dform_container textarea {
  height: 152px;
}

.contact-info a {
  font-size: 15px;
  letter-spacing: 0.03em;
  font-family: "Roboto", Helvetica, sans-serif;
}

.contact-info a:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
}

.contact-info .mail:before {
  background-image: url(../img/site/mail-ico-gray.png);
  width: 16px;
  height: 11px;
}

.contact-info .phone:before {
  background-image: url(../img/site/phone-ico-gray.png);
  width: 9px;
  height: 13px;
}

.contact-info li {
  list-style: none;
  display: block;
  padding-bottom: 5px;
}

/*--------- contact info page ------------*/
.contact-info-page .container.semi {
  width: 850px;
}

.contact-info-page .container.semi h3 {
  margin-bottom: 18px;
}

.contact-info-page .form-container {
  margin: 0;
  padding-top: 65px;
  padding-bottom: 230px;
}

.contact-info-page .form-container .submit {
  width: 215px;
}

.contact-info-page .form-container .dfcolumns .column {
  padding-left: 16px;
  padding-right: 16px;
}

.contact-info-page .form-container .dfcolumns {
  margin-right: -16px;
  margin-left: -16px;
}

.contact-info-page .back-to-results {
  padding-top: 38px;
}

.contact-info-page .form-container .dform_container textarea {
  height: 124px;
}

.contact-info-page .submit_button {
  padding-top: 17px;
}

.form-container #order_custom5 {
  background-image: url(../img/site/date-picker.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px);
  padding-right: 46px;
}

/*--------- about page ------------*/
.about-page .mainbar {
  padding-left: 25px;
}

.about-page .mainbar h4 {
  font-weight: 400;
}

.about-page .mainbar .btn-link {
  margin-top: 33px;
}

.about-page .mainbar {
  padding-bottom: 85px;
}

/*--------- staff page ------------*/
.staff-block {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #999999;
}

.staff-block a {
  font-weight: normal;
}

.staff-block small {
  font-size: 13px;
}

.staff {
  margin-bottom: 50px;
}

.staff .left {
  border: 1px solid #999;
  float: left;
  width: 40%;
  margin-right: 3%;
  max-width: 270px;
}

.staff .left .top {
  width: 100%;
  height: 245px;
  background-size: cover;
  background-position: center;
}

.staff .left .bottom {
  padding: 10px 5px 10px 15px;
}

.staff .right {
  float: right;
  width: 55%;
}

.staff .right .bottom {
  margin: -14px 0px 10px;
}

/*--------- quote items page ------------*/
.quote-count {
  border-bottom: 2px solid #cdcdcc;
  margin-top: 70px;
}

.quote-count .count {
  border: 2px solid #cdcdcc;
  border-bottom-color: #fff;
  margin-bottom: -2px;
  width: 178px;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  text-align: center;
  padding: 14px 0;
  color: #717171;
  border-bottom-width: 3px;
}

.quote-count .count span {
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto", Helvetica, sans-serif;
}

.cart-container {
  padding-left: 40px;
  padding-top: 60px;
  padding-bottom: 85px;
}

.cart-container .cart-title {
  border-bottom: 2px solid #cdcdcc;
  padding-bottom: 6px;
}

.cart-container .cart-title span {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #000;
  letter-spacing: 0.03em;
}

.cart-container .blk {
  margin-right: -4px;
  display: inline-block;
  vertical-align: middle;
}

.cart-container .quantity {
  width: 13.4%;
  padding-left: 2px;
}

.cart-container .dimensions {
  width: 22%;
}

.cart-container .product {
  width: 57.6%;
}

.cart-container .remove {
  width: 7%;
  padding-right: 14px;
}

.cart-container .cart-item {
  border-bottom: 2px solid #cdcdcc;
  padding-top: 34px;
  padding-bottom: 42px;
}

.cart-container .cart-item p {
  margin-bottom: 0;
}

.cart-container .cart-item h3 {
  line-height: 25px;
}

.cart-container .remove-btn {
  display: block;
  width: 22px;
  height: 22px;
  position: relative;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: auto;
}

.cart-container .remove-btn:before, .cart-container .remove-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: calc(50% - 11px);
  width: 100%;
  height: 4px;
  background: #999999;
  transition: all 0.5s ease;
}

.cart-container .remove-btn:after {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.cart-container .remove-btn:hover:before, .cart-container .remove-btn:hover:after {
  background-color: #53bbbb;
}

.cart-container .quantity input {
  width: 58px;
  height: 60px;
  text-align: center;
}

.cart-container h3 span {
  font-size: 16px;
  text-transform: none;
}

.cart-container .pdct-btm {
  margin-top: 6px;
}

.cart-container .cart-wrap {
  padding-bottom: 275px;
}

.cart-container .pdct-btm a {
  font-size: 15px;
  color: #000;
  font-family: "Roboto", Helvetica, sans-serif;
}

.cart-container .pdct-btm a:hover {
  color: #53bbbb;
}

.cart-container .cart-bottom {
  padding-bottom: 38px;
}

.cart-container .dash {
  font-size: 15px;
  color: #000;
  display: inline-block;
  padding-left: 13px;
  padding-right: 13px;
}

.quote-download {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #000;
  letter-spacing: 0.03em;
  margin-top: -3px;
}

.quote-download:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/site/download-ico.png);
  width: 13px;
  height: 15px;
  margin-right: 10px;
}

.cart-container .submit {
  width: 200px;
  margin-right: 38px;
}

/*--------- quote confirmation page ------------*/
.quote-confirmation {
  padding: 50px 0;
}

.quote-confirmation h3 {
  margin-bottom: 20px;
}

.quote-confirmation .link-btn-group {
  margin-bottom: 52px;
  margin-top: 33px;
}

.quote-confirmation .link {
  font-size: 15px;
  font-family: "Roboto", Helvetica, sans-serif;
  color: #000;
  text-decoration: underline;
}

.quote-confirmation .link:hover {
  color: #53bbbb;
}

.quote-confirmation .quote-download {
  margin-right: 47px;
}

/*--------- quote no items page ------------*/
.cart-empty {
  margin-top: 42px;
  padding-left: 20px;
  padding-bottom: 80px;
}

.cart-empty .btn-link {
  margin-top: 29px;
}

.cart-empty p {
  color: #000;
}

/*--------- error page ------------*/
.not-found .inner-page-banner h1 {
  color: #fff;
  font-size: 150px;
  text-transform: uppercase;
  text-align: center;
  line-height: 120px;
  letter-spacing: 0.1em;
}

.not-found .inner-page-banner h4 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.1em;
}

.not-found .body-content {
  padding-top: 20px;
  padding-bottom: 40px;
}

/*--------- thank you page ------------*/
.thankyou .inner-page-banner h1 {
  color: #fff;
  font-size: 80px;
  text-transform: uppercase;
  text-align: center;
  line-height: 80px;
  letter-spacing: 0.1em;
}

.thankyou .body-content {
  padding-top: 20px;
  padding-bottom: 40px;
  max-width: 700px;
  margin: auto;
}

/*--------- default page ------------*/
.default-page .body-content {
  padding-bottom: 30px;
}

.default-page .mainbar {
  padding-left: 20px;
}

#wrapper {
  background: #ffff;
}

body {
  background: #717171;
}

div.error-inner {
  color: red;
}

.quote_count {
  display: inline-block;
}

.newsletter-form input[type=text], .newsletter-form input[type=email] {
  width: 244px;
  float: left;
  margin-right: 20px;
}

.products-tab-content h3 {
  margin-bottom: 10px;
}

.drp {
  display: none;
}

.dropdown > a {
  background: #F4F4F4 url(../img/site/btn-link-arrow.png) no-repeat 92% center;
  height: 45px;
  line-height: 45px;
  text-align: left;
  width: 100%;
  display: block;
  margin: 15px 0;
  padding: 0 0 0 20px;
  color: #000;
  position: relative;
}

.dropdown > a:before {
  content: "";
  background: #fff;
  height: 45px;
  width: 2px;
  position: absolute;
  right: 47px;
  top: 0;
  display: block;
}

.not-found .inner-page-banner h1 {
  margin-bottom: 15px;
}

.thankyou .inner-page-banner h1 {
  margin: 0;
}

.blog-sharing .social-feed li {
  margin: 0;
}

.st_facebook_large .stLarge {
  background-position: 0 center !important;
  background: rgba(0, 0, 0, 0) url("../img/site/social-ico-gray.png") no-repeat scroll 0 0 !important;
  height: 14px !important;
  margin-bottom: 0 !important;
  width: 6px !important;
}

.linkedin .stLarge {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("../img/site/social-ico-gray.png") !important;
  background-origin: padding-box !important;
  background-position: -9px center;
  background-repeat: no-repeat !important;
  background-size: auto auto !important;
  height: 15px !important;
  margin-bottom: 3px !important;
  width: 14px !important;
}

.st_googleplus_large .stLarge {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("../img/site/social-ico-gray.png") !important;
  background-origin: padding-box !important;
  background-position: -26px center;
  background-repeat: no-repeat !important;
  background-size: auto auto !important;
  height: 14px !important;
  margin-bottom: 0 !important;
  width: 14px !important;
}

.st_twitter_large .stLarge {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("../img/site/social-ico-gray.png") !important;
  background-origin: padding-box !important;
  background-position: -42px center;
  background-repeat: no-repeat !important;
  background-size: auto auto !important;
  height: 17px !important;
  margin-bottom: 0 !important;
  width: 14px !important;
}

.st_facebook_large .stLarge:hover {
  background: url("../img/site/social-ico-hover.png") 0 0 !important;
  height: 14px;
  width: 6px;
}

.linkedin .stLarge:hover {
  background: url("../img/site/social-ico-hover.png") -9px center !important;
}

.st_googleplus_large .stLarge:hover {
  background: url("../img/site/social-ico-hover.png") -26px center !important;
  height: 14px;
  width: 14px;
}

.st_twitter_large .stLarge:hover {
  background: url("../img/site/social-ico-hover.png") -42px center !important;
}

/* 9-5-2016 */
.keep_in_touch {
  position: relative;
}

div.error-inner {
  position: absolute;
  top: auto;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

header .quote:before .home header.sticky .quote:hover:before {
  background-image: url(../img/site/quote-header-hover.png);
}

header .quote:before .home header.sticky .mail:hover:before {
  background-image: url(../img/site/mail-ico-hover.png);
}

header .mail:hover:before, .home header.sticky .mail:hover:before {
  background-image: url(../img/site/mail-ico-hover.png);
}

header .quote:hover:before, .home header.sticky .quote:hover:before {
  background-image: url(../img/site/quote-header-hover.png);
}

.contact-info .mail:hover:before {
  background-image: url(../img/site/mail-ico-hover.png);
}

/* .contact-info .phone:hover:before{background-image: url(../img/site/phone-ico-hover.png);} */
/* header .phone:hover:before{background-image: url(../img/site/phone-ico-hover.png);} */
.cart-container .quote_submit:after {
  background-image: url("../img/site/btn-link-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  border-left: 2px solid #cdcdcc;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 42px;
}

.cart-container .quote_submit {
  border: 2px solid #cdcdcc;
  color: #000000;
  display: inline-block;
  letter-spacing: 0.04em;
  line-height: 43px;
  min-width: 165px;
  margin-right: 38px;
  width: 200px;
  margin-bottom: 15px;
  padding: 0 68px 0 17px;
  position: relative;
  transition: all 0.5s ease 0s;
}

.cart-container .submit {
  display: none;
}

.quote_submit:hover {
  background: #f4f4f4;
  color: #000000;
}

.products-page .products-callouts .graphic {
  max-width: 150px;
  display: inline-block;
  text-align: center;
}

/* header .phone:hover:before, .home header.sticky .phone:hover:before{background-image: url(../img/site/phone-ico-hover.png);}
  header .phone:hover ,.home header.sticky .phone:hover {color:#53bbbb;}
*/
.products-callouts .graphic {
  max-width: 150px;
  display: inline-block;
  text-align: center;
  min-height: 110px;
}

.footer-blk .social-feed .facebook:hover {
  background: url("../img/site/social-ico-hover.png") 0 center;
  width: 6px;
}

.footer-blk .social-feed .linkedin:hover {
  background: url("../img/site/social-ico-hover.png")-9px center;
  width: 14px;
}

.footer-blk .social-feed .gp:hover {
  background: url("../img/site/social-ico-hover.png")-26px center;
  width: 15px;
}

.footer-blk .sidebar-menu ul li a:hover {
  color: #53bbbb;
}

.sticky .phone:hover {
  color: #717171;
}

.products-callouts .pdct-box:hover .btm-link {
  background: #f4f4f4 url(../img/site/btn-submit-bkg-hover.png) no-repeat;
  background-position: calc(100% - 14px) center;
}

.form-container .customSelectFocus .customSelectInner:after {
  background-color: #f4f4f4;
}

.technical-library .technical-feed {
  width: 100%;
}

.technical-feed li:last-child {
  border: none;
}

.products-callouts .pdct-box {
  min-height: 400px;
}

/*.products-callouts .graphic{margin-bottom:29px;}*/
.sidebar-menu a:hover {
  color: #06a7a7;
}

.recent-news .news-box:hover .btm-link {
  background: #f4f4f4 url(../img/site/btn-submit-bkg-hover.png) no-repeat;
  background-position: calc(100% - 14px) center;
}

/*.recent-news .news-box:hover .btm-link{background-color: #f4f4f4;}*/
.owl-controls {
  display: block !important;
}

/* Edit By @R 9-20-2016 */
.products-callouts .graphic {
  height: 110px;
}

.products-callouts .pdct-box .graphic > img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  height: 100%;
}

.products-callouts .btm-link {
  background-image: url(../img/site/btn-submit-bkg-hover.png);
}

.engg-services .btn-link:after {
  background-image: url(../img/site/btn-submit-bkg-hover.png);
}

.home-about-blk .btn-link:after {
  background-image: url(../img/site/btn-submit-bkg-hover.png);
}

.blockquote-blk .owl-prev {
  left: -50px;
}

.blockquote-blk .owl-next {
  right: -50px;
}

.products-page .sidebar .dropdown > a {
  background-image: url(../img/site/btn-submit-bkg-hover.png);
}

.products-callouts .graphic {
  margin-top: 60px;
}

.related-products .products-callouts h3 {
  margin-bottom: 20px;
}

.description .col-6 ul li {
  list-style: none;
}

.technical-library .box {
  padding: 30px 37px;
}

.technical-library .library-callouts .pagination {
  padding-left: 10px;
}

.recent-news .news-box .btm-link {
  background-image: url(../img/site/btn-submit-bkg-hover.png);
}

.socail-sharing .social-feed .linkedin .stLarge {
  height: 14px !important;
}

.socail-sharing .social-feed .st_twitter_large .stLarge {
  height: 14px !important;
}

.contact-info a:hover {
  color: #717171;
}

.contact-info .mail:hover:before {
  background-image: url(../img/site/mail-ico-gray.png);
}

.form-container .customSelectWrap .customSelectHover .customSelectInner:after {
  background-color: #f4f4f4;
}

.recent-news .section-title h2 {
  font-size: 20px;
}

.about-page .mainbar .btn-link:after {
  background-image: url(../img/site/btn-submit-bkg-hover.png);
}

.blog-sharing .social-feed {
  margin-bottom: -5px;
}

.st_facebook_large .stLarge {
  height: 16px !important;
}

.filterbar .search-box .submit {
  min-width: inherit;
}

.form-container .col-6 {
  position: relative;
}

#checkout_form div.error-inner {
  left: 10px;
  top: inherit;
  text-align: left;
}

.form-container .dform_element {
  position: relative;
}

#forms_field_5 div.error-inner {
  top: inherit;
  text-align: left;
}

#keep_in_touch div.error-inner {
  top: -22px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#add_quote .error-inner {
  top: auto;
  left: auto;
}

/* popup */
/*.friend{background:rgba(0,0,0,0.2) !important;}*/
#tellafriend_form {
  width: 500px;
  margin: 0 auto;
  text-align: center;
  text-align: left;
  padding: 70px 15px 70px 15px;
  background: rgba(0, 0, 0, 0.1);
  border: 4px solid #53bbbb;
  position: relative;
}

#tellafriend_form .close-btn {
  position: absolute;
  right: 0;
  top: -40px;
}

#tellafriend_form label {
  color: #000;
}

p.friend_display_none {
  display: none;
}

.blank {
  padding-top: 60px;
}

/* edited @m */
.change-tab-detail .technical-library h2 {
  padding-left: 0;
}

.technical-library .graphic {
  max-width: 150px;
  margin: 0 auto;
}

.technical-library .top-subtitle {
  padding: 15px 0 5px 0;
  text-align: center;
}

.technical-library .box h3 {
  text-align: center;
  padding: 10px 0 15px 0;
}

.technical-feed li a.print::before {
  width: 24px;
  background-position: -20px;
}

.home-about-blk.container .match-height:first-child {
  overflow: hidden;
}

.home-about-blk .graphic img {
  margin-top: 0;
}

.ui-widget.ui-widget-content {
  z-index: 999 !important;
  background: #fff;
  padding: 10px 20px;
  border: 2px solid #cdcdcc;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  text-align: center;
}

.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  padding: 3px;
}

a.ui-datepicker-next {
  float: right;
}

a.ui-datepicker-prev {
  float: left;
}

.resize-product .products-callouts .graphic {
  max-width: 200px;
  display: inline-block;
  text-align: center;
  min-height: 200px;
  margin-top: 20px;
}

.home-about-blk.container {
  margin-top: 25px;
  margin-bottom: 25px;
}

.screen-reader-text {
  display: none;
}

/* CSS Document */
/* Table of Contents
-----------------------------
1. Mobile
2. iPad
3. large desktop
4. Other
*/
/* 1. Mobile responsive css 767px
-----------------------------------*/
#menuwrapper {
  display: none;
}

@media (max-width: 900px) {
  .staff .left, .staff .right {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
   #menuwrapper {
  	display: block !important;
  }
  body {
    min-width: inherit;
  }

  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  img {
    max-width: 100%;
  }

  h1, h2 {
    font-size: 30px;
  }

  /*----   header   ----*/
  header .brand, .home header .brand {
    width: 80px;
    top: 0;
    left: 10px;
  }

  header {
    height: 50px;
  }

  header .brand-normal, .home header.sticky .brand-normal {
    width: 56px;
  }

  .home header .brand-stiky {
    left: 10px;
  }

  header .brand-stiky {
    width: 56px;
    left: 10px;
  }

  header .brand a {
    padding: 7px 8px 7px 7px;
  }

  header .quote:before {
    background-image: url(../img/site/quote-header.png);
  }

  header a {
    color: #fff;
  }

  header .phone:before {
    background-image: url(../img/site/phone-ico.png);
  }

  /* mobile menu */
  #menuwrapper .menu-trigger {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    white-space: nowrap;
    z-index: 999999;
    right: 10px;
    top: 10px;
    transition: all 0.5s ease;
    border: 1px solid #fff;
    outline: 1px solid #fff;
    outline-offset: -3px;
  }

  #menuwrapper .menu-trigger.open {
    background: #717171;
    position: fixed;
  }

  #menuwrapper .menu-trigger span, #menuwrapper .menu-trigger span:after, #menuwrapper .menu-trigger span:before {
    background: #fff;
    height: 2px;
    transition: all 0.5s ease;
  }

  .home #menuwrapper .menu-trigger span, .home #menuwrapper .menu-trigger span:after, .home #menuwrapper .menu-trigger span:before {
    background: #fff;
  }

  .home header.sticky #menuwrapper .menu-trigger span, .home header.sticky #menuwrapper .menu-trigger span:after, .home header.sticky #menuwrapper .menu-trigger span:before {
    background: #245daa;
  }

  #menuwrapper .menu-trigger span, #menuwrapper .menu-trigger span:after, #menuwrapper .menu-trigger span:before {
    background: #245daa;
  }

  #menuwrapper .menu-trigger span {
    position: absolute;
    display: block;
    width: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }

  #menuwrapper .menu-trigger span:after, #menuwrapper .menu-trigger span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
  }

  #menuwrapper .menu-trigger span:before {
    top: -6px;
  }

  #menuwrapper .menu-trigger span:after {
    bottom: -6px;
  }

  #menuwrapper .menu-trigger.open span {
    background-color: rgba(0, 0, 0, 0) !important;
  }

  #menuwrapper .menu-trigger.open span:before {
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #fff !important;
  }

  #menuwrapper .menu-trigger.open span:after {
    top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #fff !important;
  }

  #menuwrapper .mob-nav {
    background: rgba(113, 113, 113, 0.96);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    right: -100%;
    box-sizing: border-box;
    z-index: 99999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s ease;
  }

  #menuwrapper .mob-nav.open {
    right: 0;
  }

  #menuwrapper .mob-nav-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #menuwrapper ul ul {
    display: none;
    background: #3c3c38;
    max-height: 250px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  #menuwrapper ul ul ul {
    background: #474744;
  }

  #menuwrapper li {
    border-bottom: 1px solid rgba(174, 146, 97, 0.14);
    list-style: none;
    position: relative;
    display: block;
    margin: 0;
  }

  #menuwrapper li:last-child {
    border-bottom-width: 0;
    padding-bottom: 0;
  }

  #menuwrapper em {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 39px;
    transition: all 0.5s ease;
  }

  #menuwrapper em:before, #menuwrapper em:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: calc(50% - 8px);
    width: 16px;
    height: 2px;
    background: #fff;
  }

  #menuwrapper em:after {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transition: all 0.5s ease;
  }

  #menuwrapper em.toggled:after {
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
  }

  #menuwrapper em.level-two:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    background-color: transparent;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    margin: 0;
  }

  #menuwrapper em.level-two:after {
    display: none;
  }

  #menuwrapper em.level-two.toggled {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }

  #menuwrapper li a {
    color: #fff;
    padding: 9px 0px 9px 15px;
    display: block;
    margin-right: 40px;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.05em;
  }

  #menuwrapper li li {
    border-color: #484845;
  }

  #menuwrapper li li a {
    text-transform: none;
    padding-left: 20px;
  }

  #menuwrapper li li li a {
    padding-left: 25px;
    margin-right: 0;
  }

  #menuwrapper li a.active {
    color: #53bbbb;
  }

  header .nav-right {
    display: none;
  }

  .scroll-hidden {
    overflow: hidden;
    height: 100%;
  }

  header .phone {
    position: absolute;
    top: 15px;
    left: 100%;
    transition: all 0.5s ease;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    font-size: 18px;
  }

  header .mob-nav.open .phone {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    left: 15px;
  }

  header.sticky a {
    color: #fff;
  }

  /* footer */
  input[type=email], input[type=text], input[type=password] {
    height: 40px;
  }

  button, input[type=button], input[type=reset], input[type=submit] {
    height: 40px;
  }

  .newsletter-form .col-4, .newsletter-form .col-8 {
    width: 100%;
  }

  .newsletter-form .col-8 {
    padding-top: 18px;
  }

  .newsletter-form .form-group {
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
  }

  .newsletter-form {
    padding: 25px 0;
  }

  /*--------- home page ------------*/
  body {
    padding-top: 50px;
  }

  .home {
    padding-top: 0;
  }

  h4, h6 {
    font-size: 16px;
    line-height: 25px;
  }

  h1, h2 {
    font-size: 25px;
    margin-bottom: 8px;
    line-height: 30px;
  }

  blockquote {
    font-size: 15px;
  }

  .btn-link {
    line-height: 35px;
  }

  .tag-line h4 {
    font-size: 18px;
  }

  .banner-graphic {
    height: 450px;
  }

  .products-callouts .section-title {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .products-callouts .box-desc {
    max-width: 85%;
  }

  .home-news-blk .section-title {
    padding-top: 20px;
  }

  .banner .banner-caption h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .banner .banner-caption {
    bottom: 55px;
  }

  .tag-line {
    position: relative;
  }

  .banner .banner-caption h4 {
    margin-bottom: 10px;
  }

  .col-3 {
    width: 50%;
  }

  .col-4 {
    width: 50%;
  }

  .engg-services .col-6 {
    width: 100%;
  }

  .v-center {
    top: 0;
    left: 0;
    transform: translate(0);
    -webkit-transform: translate(0);
  }

  .home-about-blk .graphic {
    float: left;
    margin: 0;
  }

  .home-about-blk .graphic img {
    margin: 0;
    margin-bottom: 20px;
  }

  .home-about-blk .col-8 {
    width: 100%;
    padding-bottom: 20px;
  }

  .home-about-blk h4 {
    margin-bottom: 15px;
  }

  .home-news-blk {
    padding-bottom: 30px;
  }

  .engg-services .v-center-inner {
    padding: 15px;
  }

  .recent-news {
    padding-bottom: 30px;
  }

  .recent-news .section-title {
    padding-top: 30px;
  }

  .blockquote-blk.container {
    max-width: 90%;
  }

  .blockquote-blk .owl-next {
    right: -10px;
  }

  .blockquote-blk .owl-prev {
    left: -10px;
  }

  /*--------- about  page ------------*/
  .about-page .mainbar {
    padding-left: 0;
    padding-bottom: 30px;
  }

  /*--------- product  page ------------*/
  .sidebar {
    width: 100%;
    padding-right: 0;
  }

  .mainbar {
    width: 100%;
  }

  .products-page .products-callouts .pdct-box {
    min-height: initial;
  }

  .products-callouts {
    padding-bottom: 15px;
  }

  .pagination {
    padding-top: 15px;
    padding-bottom: 30px;
  }

  /*--------- product detail page ------------*/
  input[type=email], input[type=text], input[type=password] {
    height: 38px;
  }

  .form-container .customSelectInner {
    line-height: 34px;
  }

  button, input[type=button], input[type=reset], input[type=submit] {
    height: 38px;
  }

  .products-top-section {
    padding-top: 15px;
  }

  .product-images {
    width: 100%;
    max-width: 100%;
  }

  .thumb-container {
    max-width: 400px;
    margin: auto;
  }

  .product-images .main-image {
    width: 100%;
    max-width: 300px;
    margin: auto;
    float: none;
  }

  .products-info {
    width: 100%;
    padding-top: 30px;
  }

  .nav-tabs {
    display: none;
  }

  .products-tab-content .trigger {
    display: block;
  }

  .products-info .form-container .col-4 {
    width: 33.33333333%;
  }

  .description, .description .col-12, .description .col-6, .standard-sizes, .standard-sizes .col-12, .standard-sizes .col-6 {
    padding: 0;
    width: 100%;
  }

  .products-tab-content .tab-detail {
    padding-top: 0;
    border: 0;
  }

  .products-tab-content .social-feed li {
    margin: 0 4px;
  }

  .products-tab-content {
    padding: 30px 0;
    padding-top: 5px;
  }

  .products-tab-content .desc-row {
    margin-bottom: 15px;
  }

  .product-images .bottom-line {
    padding-top: 30px;
  }

  .products-tab-content .tab-detail .row {
    margin: 10px 0;
  }

  .standard-sizes .col-6 + .col-6 th {
    display: none;
  }

  .standard-sizes .col-6 + .col-6 table tr:nth-child(even) {
    background-color: transparent;
  }

  .standard-sizes .col-6 + .col-6 table tr:nth-child(odd) {
    background-color: #f4f4f4;
  }

  .standard-sizes .col-6 + .col-6 table tr:nth-child(odd) td {
    padding-top: 0;
    padding-bottom: 0;
  }

  .standard-sizes .col-6 + .col-6 table tr:nth-child(even) td {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .standard-sizes table td {
    width: 25%;
  }

  .products-tab-content .trigger {
    position: relative;
  }

  .products-tab-content .trigger em {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
  }

  .products-tab-content .trigger em:before, .products-tab-content .trigger em:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: calc(50% - 8px);
    width: 16px;
    height: 2px;
    background: #717171;
  }

  .products-tab-content .trigger em:after {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transition: all 0.5s ease;
  }

  .products-tab-content .trigger.active em:after {
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
  }

  .products-tab-content .trigger.active em:before, .products-tab-content .trigger.active em:after {
    background: #fff;
  }

  .products-tab-content .technical-library h2 {
    padding-left: 0;
    margin-bottom: 8px;
  }

  .products-tab-content .tab-pane {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .products-tab-content .technical-library {
    padding-bottom: 0;
  }

  .product-images .bottom-line a.mail {
    margin-right: 10px;
  }

  /*--------- library page ------------*/
  .library-page .sidebar {
    width: 100%;
    padding-right: 0;
  }

  .library-page .mainbar {
    width: 100%;
  }

  .filterbar-title {
    width: 100%;
    display: block;
  }

  .radio-group {
    width: 100%;
  }

  .search-form-wrap {
    width: 100%;
    padding-top: 10px;
  }

  .filterbar .search-box {
    width: 100%;
    margin-top: 10px;
  }

  .library-page .technical-library .col-6 {
    width: 50%;
  }

  /*--------- news page ------------*/
  .news-page .mainbar {
    padding-left: 0;
  }

  .news-group .graphic {
    width: 200px;
  }

  .news-group .summary {
    width: 100%;
    padding: 0;
    padding-top: 20px;
  }

  .news-group .no-graphic .summary {
    padding-right: 0;
  }

  .news-group .news-line {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .news-group {
    margin-bottom: 0;
  }

  /*--------- news detail page ------------*/
  .news-detail-page .mainbar {
    padding-left: 0;
  }

  .blog-sharing {
    padding: 10px 0;
  }

  .body-content p {
    margin-bottom: 15px;
  }

  .body-content img {
    margin-bottom: 20px;
  }

  .news-detail-page .mainbar {
    padding-bottom: 30px;
  }

  /*--------- confirmation page ------------*/
  .quote-confirmation {
    padding-bottom: 50px;
    padding-top: 30px;
  }

  .quote-confirmation .link-btn-group {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .contact-info-page .form-container {
    padding-bottom: 50px;
    padding-top: 20px;
  }

  /*--------- contact page ------------*/
  #map {
    max-height: calc(100vh - 131px);
  }

  .contact-page .mainbar {
    width: 100%;
    padding: 30px 0;
  }

  .contact-page .sidebar {
    width: 100%;
    padding: 0;
    padding-bottom: 30px;
  }

  .contact-info-page .form-container .dfcolumns {
    margin-left: -14px;
    margin-right: -14px;
  }

  .contact-info-page .form-container .dfcolumns .column {
    padding-left: 14px;
    padding-right: 14px;
  }

  .contact-info a:hover {
    color: #53bbbb;
  }

  .contact-info .phone:hover:before {
    background-image: url(../img/site/phone-ico-hover.png);
  }

  .contact-info .mail:hover:before {
    background-image: url(../img/site/mail-ico-hover.png);
  }

  /*--------- quote items page ------------*/
  .cart-container {
    padding-left: 0;
    padding-bottom: 30px;
    padding-top: 0;
  }

  .quote-count {
    margin-top: 30px;
  }

  .cart-container .cart-wrap {
    padding-bottom: 50px;
  }

  .cart-container .submit {
    margin-bottom: 10px;
  }

  .cart-container .btn-link {
    margin-bottom: 10px;
  }

  .cart-container .cart-title {
    display: none;
  }

  .cart-container .cart-item {
    padding: 26px 0 0px 0;
  }

  .cart-container .quantity input {
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .cart-container .blk {
    position: relative;
    padding-left: 93px;
    display: block;
    width: 100% !important;
    padding-bottom: 15px;
  }

  .cart-container .blk:before {
    content: attr(cart-data) " :";
    display: inline-block;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    color: #000;
    letter-spacing: 0.03em;
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
  }

  .cart-container .remove-btn {
    margin: 0;
  }

  /*--------- 404 page ------------*/
  .not-found .inner-page-banner {
    height: 200px;
    padding-top: 50px;
  }

  .not-found .inner-page-banner h1 {
    font-size: 70px;
    line-height: 70px;
  }

  /*--------- thank you page ------------*/
  .thankyou .inner-page-banner {
    height: 200px;
    padding-top: 60px;
  }

  .thankyou .inner-page-banner h1 {
    font-size: 38px;
    line-height: 70px;
  }

  /*--------- default page ------------*/
  .default-page .mainbar {
    padding-left: 0;
  }

  input[type=email], input[type=text], input[type=password] {
    margin-bottom: 15px;
  }

  .newsletter-form .dfinput_full {
    float: left;
  }

  .filterbar .search-box .submit {
    height: 35px;
  }

  div.error-inner {
    bottom: 0;
    left: 0;
    position: absolute;
  }

  header .phone:hover:before {
    background-image: url(../img/site/phone-ico-hover.png);
  }

  .home header .phone:hover {
    color: #53bbbb;
  }

  header .phone:hover {
    color: #53bbbb;
  }

  .products-info .form-container .col-4 {
    width: 33% !important;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #add_quote .error-inner {
    top: auto;
    left: auto;
    bottom: auto;
    font-size: 10px;
    line-height: 1px;
    margin-top: -5px;
  }

  #add_quote .col-4 label {
    color: #fff;
  }

  #add_quote .col-4 label:first-letter {
    color: #000;
  }

  #tellafriend_form {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
    text-align: left;
  }
}
/* 2. iPad responsive css 768px to 899px
-----------------------------------------*/
@media (min-width: 768px) and (max-width: 899px) {
  /* default  */
  body {
    min-width: inherit;
  }

  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  img {
    max-width: 100%;
  }

  /* header */
  header nav li {
    margin-left: 15px;
  }

  header .brand {
    left: 20px;
    width: 100px;
  }

  /*--------- home page ------------*/
  .home-about-blk .graphic {
    width: 180px;
  }

  .products-callouts .col-3, .products-callouts .col-4 {
    width: 50%;
  }

  .products-callouts .box-desc {
    max-width: 80%;
  }

  .blockquote-blk.container {
    max-width: 90%;
  }

  .blockquote-blk .owl-next {
    right: -15px;
  }

  .blockquote-blk .owl-prev {
    left: -15px;
  }

  /*--------- produtcs  page ------------*/
  .mainbar .products-callouts .col-4 {
    width: 50%;
  }

  /*--------- produtcs detail page ------------*/
  input[type=email], input[type=text], input[type=password] {
    height: 38px;
  }

  .form-container .customSelectInner {
    line-height: 34px;
  }

  button, input[type=button], input[type=reset], input[type=submit] {
    height: 38px;
  }

  .form-container .row {
    padding-bottom: 0;
  }

  .form-container .row .col-4, .form-container .row .col-6 {
    padding-bottom: 20px;
  }

  .form-container .form-action .col-12 {
    padding-top: 20px;
  }

  .product-images {
    padding-right: 40px;
  }

  .form-container .col-6 {
    width: 100%;
  }

  /*--------- contact info page ------------*/
  .contact-info-page .form-container {
    padding-bottom: 80px;
    padding-top: 40px;
  }

  /*--------- library page ------------*/
  .filterbar-title {
    width: 100%;
    display: block;
  }

  .radio-group {
    width: 100%;
  }

  .search-form-wrap {
    width: 100%;
    padding-top: 10px;
  }

  .filterbar .search-box {
    width: 100%;
    margin-top: 10px;
  }

  .library-page .technical-library .col-6 {
    width: 100%;
  }

  .mainbar h3 span {
    display: block;
  }

  /*--------- news page ------------*/
  .news-group .graphic {
    width: 150px;
  }

  .news-group .summary {
    width: calc(100% - 150px);
  }

  .news-group .no-graphic .summary {
    padding-right: 30px;
  }

  /*--------- quote items page ------------*/
  .cart-container {
    padding-left: 0;
  }

  input[type=email], input[type=text], input[type=password] {
    float: left;
    margin-right: 8px;
  }

  .newsletter-form input[type=text], .newsletter-form input[type=email] {
    margin-bottom: 10px;
    width: 30%;
  }

  .technical-library .box h3 {
    line-height: 23px;
  }

  #add_quote .error-inner {
    bottom: auto;
    font-size: 9px;
    left: auto;
    line-height: 85px;
    top: auto;
  }
}
/* 3. large desktop responsive css 900px to 1070px
----------------------------------------------------*/
@media (min-width: 900px) and (max-width: 1070px) {
  /* default  */
  body {
    min-width: inherit;
  }

  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  img {
    max-width: 100%;
  }

  /* header */
  header nav li {
    margin-left: 20px;
  }

  header .brand {
    left: 20px;
  }

  /*--------- library page ------------*/
  .radio-list {
    margin-right: 9px;
  }

  .filterbar-title {
    width: 75px;
  }

  .search-form-wrap {
    width: calc(100% - 79px);
  }

  .filterbar .search-box {
    width: 185px;
  }

  .radio-group {
    width: calc(100% - 189px);
  }

  /*--------- news page ------------*/
  .news-group .graphic {
    width: 200px;
  }

  .news-group .summary {
    width: calc(100% - 200px);
  }

  .news-group .no-graphic .summary {
    padding-right: 30px;
  }

  .newsletter-form input[type=text], .newsletter-form input[type=email] {
    margin-bottom: 10px;
    width: 35%;
  }
}
/* 4. Other media-query
------------------------------------------------*/
@media (max-width: 480px) {
  .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    width: 100% !important;
  }

  /*--------- products page ------------*/
  .page-title {
    padding: 61px 20px 12px 20px;
  }

  .page-title.under-banner {
    padding: 29px 20px 14px 20px;
  }

  .products-info .form-container .col-4 {
    width: 100%;
  }

  .product-images .thumb-container .slider-item {
    width: 70px;
    margin: auto;
  }

  /*--------- library page ------------*/
  .library-page .technical-library .col-6 {
    width: 100%;
  }

  /*--------- contact page ------------*/
  .form-container .dfcolumns .column {
    width: 100% !important;
  }

  /*--------- confirmation page ------------*/
  .quote-confirmation .quote-download {
    display: block;
    margin-bottom: 15px;
  }
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0, 0);
}

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

#sb-title-inner,
#sb-info-inner,
#sb-loading-inner,
div.sb-message {
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #fff;
}

#sb-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 9999999;
  text-align: left;
  visibility: hidden;
  display: none;
}

#sb-overlay {
  position: relative;
  height: 100%;
  width: 100%;
}

#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px;
}

#sb-wrapper-inner {
  position: relative;
  border: 7px solid #fff;
  overflow: hidden;
  height: 100px;
  border-radius: 5px;
}

#sb-body {
  position: relative;
  height: 100%;
}

#sb-body-inner {
  position: absolute;
  height: 100%;
  width: 100%;
}

#sb-player.html {
  height: 100%;
  overflow: auto;
}

#sb-body img {
  border: none;
}

#sb-loading {
  position: relative;
  height: 100%;
}

#sb-loading-inner {
  position: absolute;
  font-size: 0;
  line-height: 24px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  width: 100%;
  text-align: center;
}

#sb-loading-inner span {
  background: url(../images/site/loading.gif) no-repeat;
  /*    padding: 7px 0 7px 40px;*/
  display: inline-block;
  background-position: center;
  font-size: 0;
  width: 32px;
  height: 32px;
}

#sb-body,
#sb-loading {
  background-color: #fff;
}

#sb-title,
#sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#sb-info {
  margin-top: 6px;
}

#sb-title,
#sb-title-inner {
  height: 26px;
  line-height: 26px;
}

#sb-title-inner {
  font-size: 16px;
}

#sb-info,
#sb-info-inner {
  height: 20px;
  line-height: 20px;
}

#sb-info-inner {
  font-size: 12px;
}

#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}

#sb-nav a {
  display: block;
  float: right;
  margin-left: 9px;
  cursor: pointer;
  background-repeat: no-repeat;
  font-size: 0;
}

#sb-nav-close {
  /*    background-image: url(../images/site/close.png);*/
  height: 14px;
  width: 14px;
  position: relative;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#sb-nav-close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  top: calc( 50% - 1px );
  left: 0;
}

#sb-nav-close:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #fff;
  left: calc( 50% - 1px );
  top: 0;
}

#sb-nav-next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #fff;
}

#sb-nav-previous {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent #fff transparent transparent;
}

#sb-nav-play {
  /*    background-image: url(../images/site/play.png);*/
}

#sb-nav-pause {
  /*    background-image: url(../images/site/pause.png);*/
}

#sb-counter {
  float: left;
  width: 45%;
}

#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

div.sb-message a:link,
div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}

.hidden {
  display: none;
}

.wide-page {
  padding-top: 90px;
}

.products-page .col-4 {
  width: 50%;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--multiple {
  min-height: 47px;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 0 !important;
  border: 2px solid #cdcdcc !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 1px solid #cdcdcc;
  border-radius: 0;
  background: none;
  color: #000;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #06A7A7 !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
  line-height: 31px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 10px !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800 !important;
}

.ftr-menu {
  text-transform: uppercase;
}

.sidebar-menu li a {
  font-weight: 800;
}

/*Product Page Description
.echo_products-template-default .products-tab-content .tab-pane {
    display: block;
} */

/*Technical Library background color
.archive.post-type-archive-echo_library #wrapper {
    background: #f4f4f4;
}
*/
body:not(.home) #wrapper {
    background: #F4F4F4;
}

.blocks-gallery-item figcaption {
  background: #ffffff !important;
  color: #000000 !important;
  padding: 7px !important;
}

.blocks-gallery-item figure {
  align-items: center !important;
}

.wp-block-gallery.columns-3 .blocks-gallery-item {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
   #menuwrapper {
  	display: block !important;
	}
}

/* New single page */

.border-b-gray {
  border-bottom: 2px solid #cdcdcc;
}
.border-t-gray {
  border-top: 2px solid #cdcdcc;
}
.product-overview-wrraper{
  background-color: #dddddd;
  padding-bottom: 20px;
  margin-top: 60px;
}
.container.product-overview,
.container.product-overview p {
  color: #130100;

}
.container.product-overview p {
  font-size: 20px;

}
.container.product-overview h2,
.related-products h2 {
  font-weight: normal !important;
}

.container.product-overview h3 {
  color: black;
}
.product-overview-descriptions {
  padding-top: 30px;
  margin-bottom: 30px;
}

.product-overview-descriptions strong {
  color: black;
}

.product-overview .section-title {
  text-align: left;
}
.product-overview-sizes {
  margin-top: 20px;
}
.product-overview-sizes .section-title,
.technical-library .section-title {
  margin-bottom: 20px;
}

.standard-sizes.gray-tables {
  width: 100%;
  padding: 0;
  overflow: hidden;
  padding-top: 10px;
}
.standard-sizes.gray-tables table tr th {
  border-left: 4px solid white;
  border-right: 4px solid white;
  text-align: center;
  background-color: gray;
  color: white;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
}

.standard-sizes.gray-tables table tr th:first-of-type {
  border: 0;
}
.standard-sizes.gray-tables table tr th:last-of-type {
  border: 0;
}

.standard-sizes.gray-tables table td {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}

.standard-sizes.gray-tables .col-6 {
  padding-left: 0;
  padding-right: 0;
}

a.link-icon {
  position: relative;
  color: #000;
  font-size: 15px;
  padding-left: 20px;
  display: block;
  text-decoration: underline;
}
a.link-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../img/site/technical-ico.png);
  background-repeat: no-repeat;
  height: 13px;
  width: 11px;
  background-size: 40px;
}

a.link-icon.download:before {
  background-position: 0;
}
a.link-icon.view {
  font-weight: bold;
  padding-left: 25px;
}

a.link-icon.view:before {
  background-position: -14px;
  width: 20px;
  height: 20px;
  background-size: 50px;
}

.view-cut-sheet {
  margin-bottom: 50px;
  margin-top: 50px;
  font-weight: bold;
}

/* Product gallery */

.product-images .slider-item {
  border: 2px solid #cdcdcc;
  box-shadow: 2px 1px 8px 0px rgb(25 25 25 / 37%);
  text-align: center;
  padding-right: 14px;
  padding-left: 14px;
  position: relative;
  transition: background-color 0.5s ease;
  background-color: transparent;

}

.product-images .owl-item.active, .product-images .owl-stage  {
  width: 100% !important;
  padding-right: 5px;
  padding-bottom: 5px;
}

.product-images .thumb-container {
  padding: 0;
  margin-top: 5px;
}
.single-echo_products .main-body {
  background-color: #dddddd; 
  /* background-color: #f4f4f4; */
}

.single-echo_products .main-body .section-title h2 {
  font-size: 24px;
}
.product-images .owl-carousel .owl-item img {
  display: inline;
  width: auto;
}

.col-spacing .col-6:nth-child(odd) {
  padding-right: 20px;
}
.col-spacing .col-6:nth-child(even) {
  padding-left: 20px;
}

@media (max-width: 760px) {
  .col-spacing .col-6:nth-child(odd) {
      padding-right: 0px;
    }
  
  .col-spacing .col-6:nth-child(even) {
    padding-left: 0px;
  }
  .product-overview-wrraper, .product-overview-descriptions, .product-overview-sizes {
    margin-top: 0;
    padding-top: 0;
  }
}
.technical-library {
  margin-top: 40px;
  margin-bottom: 30px;
}