/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

.clearfix:after, .container-holder:after, #header:after, #nav:after, #nav > ul:after, .drop-down:after, .inner-drop:after, ul:after, #footer .footer-top:after, .logo-row ul:after {
  content: " ";
  display: block;
  clear: both; }

.contact-block .tel, #nav > ul > li > a, .btn, .carousel .pagination, .carousel .pagination li, .two-col .col .help-link, .two-col .col .tel, .products-section .three-columns img, .logo-row ul, .right-block .list-title, .footer-bottom ul > li, .footer-bottom .ref a, .footer-bottom .ref img, .footer-bottom .ref span {
  display: inline-block;
  vertical-align: top; }
.contact-block img {
  margin-top: 10px;
}

#nav > ul, .drop-down, .inner-drop, ul, .logo-row ul, .footer-bottom ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#nav > ul, .drop-down, .inner-drop, ul, .logo-row ul, .footer-bottom ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .container-holder:after, #header:after, #nav:after, #nav > ul:after, .drop-down:after, .inner-drop:after, ul:after, #footer .footer-top:after, .logo-row ul:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #333;
  background: #fff;
  font: 16px/1.5 'Roboto', 'Arial', 'Helvetica', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

/* placeholder input styles */
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #757575; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #757575; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #757575;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #757575; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: #0a5997; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #009467; }
  a:hover, a:focus {
    text-decoration: none; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'], input[type='tel'], input[type='email'], input[type='search'], input[type='password'], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #848181;
  padding: 0.4em 0.7em; }
  input[type='text']:focus, input[type='tel']:focus, input[type='email']:focus, input[type='search']:focus, input[type='password']:focus, textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000; }
  input[type='text']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='password']::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #000; }
  input[type='text']:-moz-placeholder, input[type='tel']:-moz-placeholder, input[type='email']:-moz-placeholder, input[type='search']:-moz-placeholder, input[type='password']:-moz-placeholder, textarea:-moz-placeholder {
    color: #000; }
  input[type='text']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #000; }
  input[type='text'].placeholder, input[type='tel'].placeholder, input[type='email'].placeholder, input[type='search'].placeholder, input[type='password'].placeholder, textarea.placeholder {
    color: #000; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button, input[type='button'], input[type='reset'], input[type='file'], input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

a {
  text-decoration: none; }

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-top: 2px solid #0877bc; }

.container-holder {
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .container-holder {
      padding: 0 10px !important; } }

#header {
  position: initial;
  z-index: 999;
  width: 100%; }
  @media (max-width: 1199px) {
    #header {
      padding: 0 !important; } }

.top-bar {
  padding: 1px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 768px) {
    .top-bar {
      text-align: center; } }
  .top-bar:before {
    content: "";
    background: #fff;
    position: absolute;
    left: -999px;
    right: -999px;
    top: 0;
    bottom: 54px;
    z-index: -1; }
  .top-bar:after {
    content: "";
    background: rgba(51, 51, 51, 0.85);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
    z-index: -1;
    height: 2px; }
    @media (max-width: 768px) {
      .top-bar:after {
        display: none; } }

.logo {
  float: left;
  width: 393px;
  margin-right: 20px;
  position: relative;
  z-index: 10; }
  @media (max-width: 768px) {
    .logo {
      width: 300px;
      margin: 0 auto;
      float: none; } }
  .logo a {
    display: block; }
  .logo img {
    display: block; }

.contact-block {
  font-size: 18px;
  line-height: 20px;
  padding: 31px 22px;
  float: right;
  max-width: 300px;
  text-align: right; }
  @media (max-width: 768px) {
    .contact-block {
      margin: 0 auto;
      float: none;
      padding: 10px;
      text-align: center; } }
  .contact-block a {
    color: #0677ba;
    -webkit-transition: color 0.3s ease;
            transition: color 0.3s ease; }
    .contact-block a:hover {
      color: #009467; }
  .contact-block .mail {
    text-decoration: underline; }
  .contact-block .tel {
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 8px; }
    @media (max-width: 768px) {
      .contact-block .tel {
        font-size: 16px;
        line-height: 20px; } }

.nav-active #nav ul {
  display: block; }

.home-btn {
  margin: 2px 2px -1px;
  float: right; }
  @media (max-width: 768px) {
    .home-btn {
      float: left;
      margin: 0; } }
  .home-btn img {
    display: block; }
  .home-btn:hover img {
    opacity: 0.8; }

#nav {
  position: relative;
  margin: -30px 0 0;
  background: rgba(51, 51, 51, 0.85); }
  @media (max-width: 768px) {
    #nav {
      padding: 5px;
      text-align: center;
      margin: 0 -10px; } }
  #nav:before {
    content: "";
    background: rgba(51, 51, 51, 0.85);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    z-index: -1;
    height: 2px; }
  #nav > ul {
    font-size: 18px;
    line-height: 20px;
    max-width: 700px;
    padding: 9px 9px 0;
    float: right;
    position: relative;
    z-index: 15; }
    @media (max-width: 850px) {
      #nav > ul {
        padding: 9px 5px 0; } }
    @media (max-width: 768px) {
      #nav > ul {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 999;
        top: 100%;
        background: rgba(51, 51, 51, 0.85);
        display: none;
        padding: 0;
        max-width: inherit; } }
    #nav > ul > li {
      float: left;
      margin: 0 12px;
      position: relative; }
      @media (max-width: 850px) {
        #nav > ul > li {
          margin: 0 8px; } }
      #nav > ul > li:before {
        content: "";
        bottom: -10px;
        position: absolute;
        left: 50%;
        height: 9px;
        width: 9px;
        top: auto;
        border: 2px solid #009467;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        margin-left: -5px;
        display: none;
        background: none; }
      #nav > ul > li.has-drop-down:before {
        display: block; }
        @media (max-width: 768px) {
          #nav > ul > li.has-drop-down:before {
            display: none; } }
      @media (max-width: 768px) {
        #nav > ul > li {
          width: 100%;
          float: none;
          margin: 0; } }
      @media (max-width: 1300px) {
        #nav > ul > li.add .main-drop {
          right: 0;
          left: auto; } }
      @media (max-width: 768px) {
        #nav > ul > li.add .main-drop {
          left: 0; } }
      @media (max-width: 1300px) {
        #nav > ul > li.add .inner-drop {
          right: 100%;
          left: auto; } }
      @media (max-width: 768px) {
        #nav > ul > li.add .inner-drop {
          right: 0; } }
      @media (max-width: 1550px) {
        #nav > ul > li:last-child .main-drop {
          right: 0;
          left: auto; } }
      @media (max-width: 768px) {
        #nav > ul > li:last-child .main-drop {
          left: 0; } }
      @media (max-width: 1550px) {
        #nav > ul > li:last-child .main-drop .inner-drop {
          right: 100%;
          left: auto; } }
      @media (max-width: 768px) {
        #nav > ul > li:last-child .main-drop .inner-drop {
          right: 0; } }
      @media (max-width: 768px) {
        #nav > ul > li.hover > a {
          color: #009467 !important; } }
      #nav > ul > li.hover .main-drop {
        opacity: 1;
        height: auto;
        visibility: visible;
        z-index: 99; }
        #nav > ul > li.hover .main-drop .drop-down {
          opacity: 1;
          height: auto;
          visibility: visible;
          z-index: 99; }
          @media (max-width: 768px) {
            #nav > ul > li.hover .main-drop .drop-down {
              padding: 5px 0;
              border: 5px solid rgba(51, 51, 51, 0.85); }
            #nav > ul > .c-super-li li .inner-drop a {
              display: block;
            }
            #nav > ul > .c-super-li li.hover .inner-drop {
              opacity: 1;
              z-index: 1;
              visibility: visible;
              height: auto;
              padding-bottom: 5px;
            } }
      #nav > ul > li.active:before {
        display: block; }
      #nav > ul > li > a {
        color: #fff;
        -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease; }
        @media (max-width: 768px) {
          #nav > ul > li > a {
            padding: 10px 0;
            display: block; } }
        #nav > ul > li > a:hover {
          color: #009467; }
          @media (max-width: 768px) {
            #nav > ul > li > a:hover {
              background: #fff; } }

.main-drop {
  position: absolute;
  top: 100%;
  padding: 17px 0 0;
  left: -18px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear; }
  @media (max-width: 850px) {
    .main-drop {
      left: -15px; } }
  @media (max-width: 768px) {
    .main-drop {
      position: static !important;
      height: 0;
      padding: 0;
      width: 100%;
      margin: 0;
      left: 0;
      background: #fff; } }

.drop-down {
  background: rgba(51, 51, 51, 0.85);
  width: 163px;
  z-index: 55;
  padding: 7px 0 1px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear; }
  @media (max-width: 768px) {
    .drop-down {
      width: 100%;
      float: none;
      margin: 0;
      background: #fff; } }
  .drop-down > li {
    margin: 0 0 16px;
    position: relative;
    padding: 0 15px; }
    @media (max-width: 768px) {
      .drop-down > li {
        margin: 0;
        padding: 0 5px; } }
    .drop-down > li:before {
      display: none; }
    @media (max-width: 768px) {
      .drop-down > li.hover > a {
        color: #009467 !important; } }
    .drop-down > li.hover .inner-drop {
      opacity: 1;
      visibility: visible;
      z-index: 99; }
      @media (max-width: 768px) {
        .drop-down > li.hover .inner-drop {
          height: auto;
          padding: 5px 0;
          border: 5px solid rgba(51, 51, 51, 0.85); } }
    .drop-down > li > a {
      color: #fff;
      position: relative;
      display: inline-block;
      -webkit-transition: color 0.3s ease;
              transition: color 0.3s ease; }
      @media (max-width: 768px) {
        .drop-down > li > a {
          padding: 10px 0;
          display: block;
          color: #333; } }
      .drop-down > li > a:hover {
        color: #009467; }
        @media (max-width: 768px) {
          .drop-down > li > a:hover {
            background: rgba(51, 51, 51, 0.85); } }
      .drop-down > li > a:before {
        content: "";
        position: absolute;
        right: -10px;
        height: 9px;
        width: 9px;
        border: 2px solid #01e8a3;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        display: none;
        background: none;
        top: 50%;
        left: auto;
        margin: -4px 0 0; }
    .drop-down > li.has-drop-down a:before {
      display: block; }
      @media (max-width: 768px) {
        .drop-down > li.has-drop-down a:before {
          display: none; } }

.inner-drop {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  position: absolute;
  background: rgba(51, 51, 51, 0.85);
  left: 100%;
  width: 123px;
  top: -7px;
  padding: 6px 12px 0;
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear; }
  @media (max-width: 768px) {
    .inner-drop {
      position: static !important;
      height: 0;
      padding: 0;
      width: 100%;
      margin: 0;
      left: 0; } }
  .inner-drop li {
    margin: 0 0 16px; }
    @media (max-width: 768px) {
      .inner-drop li {
        margin: 0; } }
    .inner-drop li a {
      color: #fff;
      -webkit-transition: color 0.3s ease;
              transition: color 0.3s ease; }
      @media (max-width: 768px) {
        .inner-drop li a {
          padding: 10px 0;
          display: block;
          -webkit-transition: background 0.3s ease;
                  transition: background 0.3s ease; } }
      .inner-drop li a:hover {
        color: #009467; }
        @media (max-width: 768px) {
          .inner-drop li a:hover {
            background: #fff; } }
    .inner-drop li:before {
      display: none; }

.btn {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  min-width: 182px;
  position: relative;
  padding: 7px 6px;
  -webkit-transition: background 0.3s ease;
          transition: background 0.3s ease;
  text-transform: uppercase;
  background: #0a5997; }
  .btn:hover {
    background: #0e76cb; }
  @media (max-width: 768px) {
    .btn {
      font-size: 17px;
      line-height: 20px; } }

#main {
  overflow: hidden;
  border-bottom: 3px solid #0e6aac;
  padding: 20px 0 0;
  width: 100%; }
  @media (max-width: 768px) {
    #main {
      padding: 20px 0 0; } }

.carousel {
  font-size: 18px;
  line-height: 27px;
  position: relative;
  color: #191919;
  margin: 0 0 18px; }
  @media (max-width: 768px) {
    .carousel {
      margin: 0 -10px 18px; } }
  .carousel .mask {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 6px; }
    .carousel .mask .slideset {
      width: 99999px;
      float: left; }
      .carousel .mask .slideset .slide {
        float: left;
        height: 490px;
        position: relative;
        overflow: hidden; }
        @media (max-width: 1200px) {
          .carousel .mask .slideset .slide > .img-box {
            left: 50%;
            position: relative;
            min-width: 1200px;
            margin: 0 0 0 -600px; } }
        @media (max-width: 768px) {
          .carousel .mask .slideset .slide {
            height: 390px; } }
        .carousel .mask .slideset .slide img {
          display: block;
          width: 100%;
          max-width: inherit; }
  .carousel .caption {
    padding: 13px 40px 2px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 107px; }
    @media (max-width: 768px) {
      .carousel .caption {
        min-height: inherit; } }
    .carousel .caption:before {
      content: "";
      background: rgba(255, 255, 255, 0.8);
      position: absolute;
      left: -999px;
      right: -999px;
      top: -3px;
      height: 2px; }
    @media (max-width: 768px) {
      .carousel .caption {
        font-size: 15px;
        line-height: 17px;
        text-align: center;
        padding: 5px 10px; } }
  .carousel .text {
    float: left;
    width: 62%; }
    @media (max-width: 768px) {
      .carousel .text {
        float: none;
        width: 100%; } }
    .carousel .text p {
      margin: 0 0 11px; }
  .carousel .logo-box {
    float: right;
    margin: -4px 0 0;
    width: 27.6%;
    max-width: 300px; }
    @media (max-width: 768px) {
      .carousel .logo-box {
        float: none;
        width: 200px;
        margin: 0  auto; } }
    .carousel .logo-box img {
      width: auto; }
    .carousel .logo-box a:hover img {
      opacity: 0.9; }
  .carousel .btn-box {
    float: right;
    margin: -4px 0 0;
    width: 27.6%;
    max-width: 300px;
    text-align: right;
    padding: 25px 10px; }
    @media (max-width: 768px) {
      .carousel .btn-box {
        float: none;
        width: 300px;
        margin: 0  auto;
        text-align: center;
        padding: 10px; } }
    .carousel .btn-box .btn {
      min-width: inherit;
      padding: 7px 17px;
      max-width: 250px;
      text-align: center; }
      @media (max-width: 1024px) {
        .carousel .btn-box .btn {
          font-size: 18px;
          line-height: 20px; } }
  .carousel .pagination {
    position: relative;
    background: #fff;
    padding: 3px 13px; }
    .carousel .pagination li {
      margin: 0 1px; }
      .carousel .pagination li.active a {
        background: #0a5997; }
      .carousel .pagination li a {
        background: #0388ca;
        text-indent: -9999px;
        width: 14px;
        height: 14px;
        display: block;
        border-radius: 50%; }
        .carousel .pagination li a:hover {
          background: #0a5997; }
      .carousel .pagination li:before {
        display: none; }
  .carousel .pagination-row {
    position: relative;
    text-align: center; }
    .carousel .pagination-row:before {
      position: absolute;
      right: 0;
      height: 2px;
      background: #afadad;
      content: "";
      top: 31%;
      width: 100%;
      left: 0; }

.btn-prev, .btn-next {
  position: absolute;
  background: url(../images/sprite.png) no-repeat -2px -3px;
  height: 45px;
  width: 45px;
  left: 2%;
  text-indent: -9999px;
  top: 38%; }
  .btn-prev:hover, .btn-next:hover {
    opacity: 0.8; }
  @media (max-width: 768px) {
    .btn-prev, .btn-next {
      display: none; } }

.btn-next {
  background-position: -51px -51px;
  left: auto;
  right: 2%; }

.main-text {
  color: #0a5997; }

.title {
  font-size: 24px;
  line-height: 26px;
  display: block;
  position: relative;
  color: #0a5997;
  font-weight: normal;
  padding: 0 2px 16px;
  margin: 0 0 10px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .title {
      font-size: 18px;
      line-height: 22px;
      padding: 0 2px 8px; } }
  .title:before {
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    height: 4px;
    width: auto;
    background: #009568;
    right: 59%; }

.two-col {
  overflow: hidden;
  margin: 0 0 38px; }
  @media (max-width: 768px) {
    .two-col {
      display: table;
      table-layout: fixed;
      width: 100%; } }
  .two-col .col {
    float: right;
    width: 55%;
    padding: 0 15px 0 0px; }
    @media (max-width: 768px) {
      .two-col .col {
        width: 100%;
        float: none;
        display: table-header-group;
        padding: 0; } }
    .two-col .col:first-child {
      float: left;
      width: 45%; }
      .two-col .col:first-child a {
        color: #0a5997; }
        .two-col .col:first-child a:hover {
          color: #009467; }
      @media (max-width: 768px) {
        .two-col .col:first-child {
          width: 100%;
          float: none;
          padding: 0 10px;
          display: table-footer-group; } }
    .two-col .col + .col .title:before {
      right: 67%; }
    .two-col .col .content-text {
      padding: 0 4px; }
    .two-col .col p {
      margin: 0 0 21px; }
      .two-col .col p:first-child {
        font-weight: bold; }
    .two-col .col a:hover {
      color: #0e76cb; }
      .two-col .col a:hover:after {
        background: #0e76cb; }
    .two-col .col .help-link {
      font-size: 24px;
      line-height: 28px;
      position: relative; }
      @media (max-width: 1024px) {
        .two-col .col .help-link {
          font-size: 18px;
          line-height: 20px; } }
      @media (max-width: 768px) {
        .two-col .col .help-link {
          font-size: 16px;
          line-height: 20px;
          margin: 0 0 30px; } }
      .two-col .col .help-link:after {
        position: absolute;
        bottom: 0;
        height: 1px;
        width: auto;
        background: #009467;
        left: 0;
        right: 0;
        content: ""; }
    .two-col .col ul {
      margin: 0 0 27px; }
    .two-col .col .tel {
      font-size: 38px;
      line-height: 40px;
      margin: 0 0 16px; }
      @media (max-width: 1000px) {
        .two-col .col .tel {
          font-size: 35px;
          line-height: 38px; } }
      @media (max-width: 768px) {
        .two-col .col .tel {
          font-size: 16px;
          line-height: 20px; } }
    .two-col .col .call-help, .two-col .col .moto-text {
      display: block; }
    .two-col .col .call-help {
      margin: 0 0 18px; }
    .two-col .col .moto-text {
      font-size: 24px;
      line-height: 28px;
      position: relative;
      padding: 25px 2px;
      color: #848181; }
      .two-col .col .moto-text:before, .two-col .col .moto-text:after {
        position: absolute;
        top: 0;
        height: 4px;
        width: 41%;
        background: #009467;
        left: 0;
        content: ""; }
      .two-col .col .moto-text:after {
        top: auto;
        bottom: 0; }
      @media (max-width: 768px) {
        .two-col .col .moto-text {
          font-size: 16px;
          line-height: 20px;
          padding: 15px 0; } }

ul {
  padding: 3px 0 0 0; }
  @media (max-width: 768px) {
    ul {
      padding: 3px 0 0 38px; } }
  ul li {
    position: relative; }
    ul li:before {
      content: "";
      position: absolute;
      background: url(../images/tick-sign.png);
      height: 20px;
      width: 20px;
      left: -36px;
      top: 3px; }

.products-section {
  background: #fff;
  position: relative;
  text-align: center;
  padding: 0 0 10px;
  margin: 0 0 20px; }
  @media (max-width: 768px) {
    .products-section {
      padding: 10px 0; } }
  .products-section:before {
    position: absolute;
    left: -999px;
    right: -999px;
    top: 0;
    bottom: -44px;
    content: "";
    background: #fff; }
  .products-section .three-columns {
    overflow: hidden;
    margin: 0 -16px 19px;
    padding: 0 0 36px; }
    @media (max-width: 768px) {
      .products-section .three-columns {
        margin: 0 0 15px;
        padding: 0; } }
    .products-section .three-columns .column {
      float: left;
      width: 33.33%;
      padding: 0 15px;
      position: relative; }
      @media (max-width: 768px) {
        .products-section .three-columns .column {
          width: 100%;
          float: none;
          margin: 0 0 15px; } }
    .products-section .three-columns .frame {
      background: rgba(255, 255, 255, 0.6);
      padding: 7px 35px; }
      .products-section .three-columns .frame .img-holder {
        position: relative;
        text-align: center;
        height: 185px;
        white-space: nowrap;
        margin: 0 0 11px; }
        .products-section .three-columns .frame .img-holder:after {
          content: '';
          display: inline-block;
          height: 185px;
          width: 1px;
          overflow: hidden;
          margin: 0 0 0 -5px;
          vertical-align: middle; }
    .products-section .three-columns img {
      vertical-align: middle;
      white-space: normal; }
  .products-section .contact-detail {
    position: relative;
    margin: 0 auto;
    max-width: 870px;
    padding: 0 10px; }
    .products-section .contact-detail .title-text {
      font-size: 45px;
      line-height: 48px;
      color: #0a5997;
      font-weight: normal;
      display: block;
      margin: 0 0 22px; }
      @media (max-width: 768px) {
        .products-section .contact-detail .title-text {
          font-size: 24px;
          line-height: 26px; } }
    .products-section .contact-detail .tel {
      font-size: 45px;
      line-height: 48px; }
      @media (max-width: 768px) {
        .products-section .contact-detail .tel {
          font-size: 18px;
          line-height: 24px; } }
    .products-section .contact-detail .or-text {
      display: block; }
    .products-section .contact-detail .mail {
      font-size: 18px;
      line-height: 20px;
      text-decoration: underline; }
    .products-section .contact-detail p {
      margin: 0 0 21px; }
    .products-section .contact-detail a:hover {
      color: #0e76cb; }

.benifits-block {
  padding: 0 5px; }
  .benifits-block .title {
    padding: 0 2px 24px;
    margin: 0 0 12px; }
    .benifits-block .title:before {
      right: 83%; }
  .benifits-block .two-col {
    margin: 0 0 34px; }
    @media (max-width: 768px) {
      .benifits-block .two-col {
        display: block; } }
    .benifits-block .two-col .col {
      width: 50%;
      padding: 0; }
      @media (max-width: 768px) {
        .benifits-block .two-col .col {
          display: block;
          width: 100%; } }
      .benifits-block .two-col .col ul {
        padding: 0 33px;
        margin: 0 0 25px; }
        .benifits-block .two-col .col ul li:before {
          left: -33px; }
      .benifits-block .two-col .col:first-child {
        padding: 0 15px 0 56px;
        width: 50%; }
        @media (max-width: 768px) {
          .benifits-block .two-col .col:first-child {
            display: block;
            width: 100%;
            padding: 0; } }
        .benifits-block .two-col .col:first-child ul {
          padding: 3px 0 0; }
          @media (max-width: 768px) {
            .benifits-block .two-col .col:first-child ul {
              padding: 3px 0 0 38px; } }
          .benifits-block .two-col .col:first-child ul li:before {
            top: 6px;
            left: -55px; }
            @media (max-width: 768px) {
              .benifits-block .two-col .col:first-child ul li:before {
                left: -36px; } }
    .benifits-block .two-col p {
      margin: 0 0 13px; }

#footer {
  font-size: 14px;
  line-height: 17px; }
  #footer .footer-top {
    padding: 16px 2px;
    margin: 0 0 24px; }
  #footer .addrees-block {
    overflow: hidden;
    margin: 0 0 12px; }
    @media (max-width: 768px) {
      #footer .addrees-block {
        margin: 0 0 20px; } }
  #footer .logo-block {
    float: left;
    padding: 14px 0;
    width: 50%; }
    @media (max-width: 550px) {
      #footer .logo-block {
        text-align: center;
        width: 100%;
        float: none; } }
    #footer .logo-block .logo {
      width: 434px; }
      @media (max-width: 768px) {
        #footer .logo-block .logo {
          width: 250px;
          margin: 0 auto 15px; } }
  #footer address {
    font-style: normal;
  }
  #footer .address-block {
    font-style: normal;
    float: left;
    margin: -38px 0 0 133px; }
    @media (max-width: 768px) {
      #footer .address-block {
        font-size: 12px;
        line-height: 16px;
        float: none;
        margin: 0;
        text-align: center; } }
  .logo-block .list-title {
    border-bottom: 1px solid #009568;
    padding: 0 0 4px;
    margin: 10px 0 4px;
    clear: both;
    width: 100px;
    color: #333;
  }
  @media (max-width: 768px) {
    .logo-block .list-title {
      margin: 10px auto 4px;
    }
  }

.logo-row {
  text-align: center;
  position: relative; }
  .logo-row:before {
    position: absolute;
    left: -9999px;
    right: -9999px;
    height: 2px;
    background: #afadad;
    content: "";
    top: 58%; }
    @media (max-width: 550px) {
      .logo-row:before {
        display: none; } }
  .logo-row ul {
    position: relative;
    padding: 0 21px;
    background: #fff; }
    @media (max-width: 550px) {
      .logo-row ul {
        padding: 0; } }
    .logo-row ul li {
      float: left;
      padding: 0 3px; }
      @media (max-width: 650px) {
        .logo-row ul li {
          width: 200px; } }
      @media (max-width: 550px) {
        .logo-row ul li {
          float: none;
          margin: 0 auto 15px; }
          .logo-row ul li + li {
            left: -10px; } }
      .logo-row ul li:before {
        display: none; }
      .logo-row ul li a {
        display: block; }
      .logo-row ul li img {
        display: block; }

.right-block {
  font-size: 12px;
  line-height: 14px;
  float: right;
  padding: 3px 0 0;
  width: 50%; }
  @media (max-width: 550px) {
    .right-block {
      float: none;
      width: 100%;
      margin: 0 auto;
      text-align: center; } }
  .right-block .list-holder {
    overflow: hidden;
    float: left;
    width: 53%;
    padding: 0 7px; }
    @media (max-width: 1175px) {
      .right-block .list-holder {
        width: 48%; } }
    @media (max-width: 1100px) {
      .right-block .list-holder {
        max-width: 275px;
        margin: 0 auto 20px;
        float: none;
        width: 100%;
      }
    }
  .right-block .list-title {
    color: #666;
    border-bottom: 1px solid #009568;
    padding: 0 0 4px;
    margin: 0 0 4px; }


  .right-block a:hover {
    color: #009467 !important; }
  .right-block .list {
    float: right;
    text-align: right;
    padding: 3px 0 0 35px;
    text-transform: uppercase;
    max-width: 135px;
    font-weight: bold; }
    @media (max-width: 1175px) {
      .right-block .list {
        padding: 3px 0 0 18px; } }
    @media (max-width: 768px) {
      .right-block .list {
        text-align: left;
        margin: 0 0 20px;
        float: left; }
        .right-block .list ul {
          padding: 0; } }
    .right-block .list li {
      margin: 0 0 3px; }
      .right-block .list li:before {
        display: none; }
      .right-block .list li a {
        color: #106aac;
        border-bottom: 1px solid #d5e0ec;
        -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease; }
  .right-block .contact-block {
    max-width: 265px;
    padding: 0 20px 0 0; }
    @media (max-width: 1100px) {
      .right-block .contact-block {
        margin: 0 auto;
        float: none;
        padding: 0;
        text-align: center; } }
    .right-block .contact-block .mail, .right-block .contact-block .tel {
      color: #333; }

.footer-bottom {
  position: relative;
  text-align: center;
  padding: 36px 0 9px;
  color: #fff; }
  .footer-bottom:before {
    background: #0a5997;
    position: absolute;
    left: -9999px;
    right: -9999px;
    content: "";
    top: 0;
    bottom: 0; }
  .footer-bottom ul {
    letter-spacing: -0.32em;
    overflow: hidden;
    margin: 0 0 15px; }
    .footer-bottom ul > li {
      letter-spacing: normal;
      position: relative;
      margin: 0 7px; }
      .footer-bottom ul > li:before {
        position: absolute;
        left: -9px;
        top: 3px;
        height: 12px;
        background: #fff;
        content: "";
        width: 1px; }
      .footer-bottom ul > li:first-child:before {
        display: none; }
      @media (max-width: 600px) {
        .footer-bottom ul > li:last-child:before {
          display: none; } }
      .footer-bottom ul > li a {
        color: #fff; }
  .footer-bottom a {
    -webkit-transition: color 0.3s ease;
            transition: color 0.3s ease; }
    .footer-bottom a:hover {
      color: #009467; }
  .footer-bottom .underline {
    text-decoration: underline; }
  .footer-bottom .ref {
    overflow: hidden;
    position: relative; }
    .footer-bottom .ref a, .footer-bottom .ref img, .footer-bottom .ref span {
      vertical-align: middle; }
    .footer-bottom .ref span {
      margin-right: 20px; }

.nav-opener {
  display: none;
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  border-radius: 3px;
  top: 6px;
  right: 15px;
  outline: none; }
  @media (max-width: 768px) {
    .nav-opener {
      display: block; } }
  .nav-opener:hover:before, .nav-opener:hover:after, .nav-opener:hover span {
    background: #009467; }
  .nav-opener:before, .nav-opener:after, .nav-opener span {
    background: #0677ba;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 25%;
    right: 25%;
    height: 4px;
    margin-top: -2px;
    -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear; }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 30%; }
  .nav-opener:after {
    top: 70%; }
  .nav-active .nav-opener span {
    opacity: 0; }
  .nav-active .nav-opener:after, .nav-active .nav-opener:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 15%;
    right: 15%; }
  .nav-active .nav-opener:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }

.banner img{
	width:100%;
	height:auto;
}
.two-col .col-100 {
	width:100%;
	float:left;
}
.two-col .col-75 {
	width:75%;
	float:left;
	padding-right:30px;
}
.two-col .col-25 {
	width:25%;
	float:left;
}
.sub-heading {
	margin:20px 0 10px 0;
}
.standoutText {
	font-weight:bold;
}
.col-25 img {
	max-width:100%;
	height:auto;
}
.col-75 ul {
	padding: 0 36px;
    margin: 0 0 25px;
}
.two-col.separator {
	border-bottom:2px solid #ccc;
}
.two-col-input {
	width:100%;
	overflow:hidden;
}
.two-col-input .col-100 {
	width:100%;
	float:left;
}
.two-col-input .col-50, .two-col .col-50 {
	width:50%;
	float:left;
}
.two-col-input .col-33 {
	width:30%;
	float:left;
}
.two-col-input .col-33 {
	margin-right:5%;
}
.two-col-input .col-33:last-of-type  {
	margin:0;
}
.two-col-input .col-50:first-of-type, .two-col .col-50:first-of-type {
	padding-right:10px;
}
.contactForm .two-col-input {
	margin-bottom:20px;
}
.col-33.human {
	float:right;
}
.contactForm label {
	display:block;
}
.contactForm input {
	width:100%;
	padding-right:20px;
	height:35px;
}
.contactForm input[type="submit"] {
	width:auto;
	float:right;
	padding:10px 25px;
	background:#fff;
	border:2px solid #009568;
	color:#009568;
	line-height: 1;
	transition:all .3s linear;
}
.contactForm input[type="submit"]:hover {
	color:#fff;
	background:#009568;
}
.error {
	color:red;
	margin-top:5px;
}
.map iframe {
	width:100% !important;
	height:auto;
	margin-bottom:30px;
}
.contactForm textarea {
	width:100%;
	height:150px;
}
.two-col-input .col-50:last-of-type, .two-col .col-50:last-of-type {
	padding-left:10px;
}

@media(max-width:599px) {
  .two-col-contact .col-50 {
    width: 100%;
    float: none;
  }
  .two-col-contact .two-col-input .col-50:first-of-type {
  	padding-right:0;
  }
  .two-col-contact .two-col-input .col-50:last-of-type {
  	padding-left:0;
  }
}

@media(max-width:768px) {
	.two-col .col-75, .two-col .col-25 {
		width:100%;
		padding-right:0;
	}
	.two-col-input .col-33 {
		width:100%;
		margin:0 !important;
	}
}

.banner {
  max-height: 220px;
  overflow: hidden;
}
.banner img {
  margin-top: 3px;
}

.callback {
  padding: 1em 0;
}
.callback label {
  display: block;
}
.callback input:not(.btn) {
  width: 100%;
}
.callback .col-25:not(:first-child) {
  margin-top: 8px;
}
.callback .btn {
  border: none;
  min-width: 160px;
  width: 100%;
}
@media (min-width: 500px) {
  .callback:before, .callback:after {
    content: " ";
    display: table;
  }
  .callback:after {
    clear: both;
  }
  .callback .col-25 {
    width: 50%;
    float: left;
  }
  .callback .col-25:nth-child(1) {
    padding-right: 10px;
  }
  .callback .col-25:nth-child(2) {
    padding-left: 10px;
    margin-top: 0;
  }
  .callback .col-25:nth-child(3) {
    padding-right: 10px;
  }
  .callback .col-25:nth-child(4) {
    padding-left: 10px;
    margin-top: 32px;
  }
}
@media (min-width: 740px) {
  .callback .two-col-input {
    margin: 0 -10px;
  }
  .callback .col-25 {
    width: 25%;
  }
  .callback .col-25:nth-child(1) {
    padding-right: 10px;
    padding-left: 10px;
  }
  .callback .col-25:nth-child(2) {
    padding-right: 10px;
    padding-left: 10px;
  }
  .callback .col-25:nth-child(3) {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0;
  }
  .callback .col-25:nth-child(4) {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 22px;
  }
  .callback .btn {
    max-width: 200px;
  }
}

.c-product {
  color: #4c4c4c;
}
.c-breadcrumbs a {
  color: #4c4c4c;
  text-decoration: underline;
  font-weight: 600;
  transition: .2s ease-in-out;
}
.c-breadcrumbs a:hover {
  color: #009467;
}
.c-decorated {
  padding-top: 14px;
  margin-bottom: 40px;
}
.c-decorated::after {
  content: '';
  display: block;
  margin-top: 14px;
  width: 358px;
  height: 4px;
  background-color: #009467;
}

.c-column-images img {
  display: block;
}
.c-product-image-main {
  border: 4px solid #009467;
  max-width: 408px;
  margin-bottom: 8px;
}
.c-product-image-main--awaiting h4 {
  padding: 150px 0;
  text-align: center;
}
.c-product-image-thumb {
  max-width: 200px;
  margin: 0 5px 8px 0;
  display: inline-block;
  cursor: pointer;
}

.c-product dl {
  margin: 0 0 80px;
  font-weight: 600;
}
.c-product dt {
  color: #0a5997;
}
.c-product dd {
  margin: 0 0 24px;
}

.c-product .btn {
  padding: 14px 20px;
  font-weight: 600;
  text-align: center;
  min-width: 20px;
  margin-right: 4px;
}
.c-product .btn--pdf {
  background-color: #009467;
}
.c-product .btn--pdf:hover {
  background-color: #0e76cb;
}
.c-row {
  padding-bottom: 12px;
}
.c-product-image-main {
  display: none;
}
.c-column-info .btn {
  margin-bottom: 5px;
}
.c-column-info dl + .btn:not(.btn--pdf) {
  display: block;
  max-width: 340px;
}

@media (min-width: 800px) {
  .c-row {
    display: flex;
  }
  .c-product-image-main {
    display: block;
  }
  .c-column-images {
    width: 50%;
    max-width: 492px;
  }
  .c-column-info {
    width: 50%;
    padding-left: 18px;
  }
}

.c-supernav p, .c-supernav-promo {
  display: none;
}
.c-supernav li::before {
  display: none;
}
.c-supernav li a {
  padding: 10px 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .c-supernav li:hover {
    background-color: #333;
  }
  .c-supernav li:hover a {
    color: #009467;
  }
}
.c-nav-sticky-logo {
  display: none;
}
.main-nav-scrolled {
  position: fixed !important;
  top: 0;
  margin: 0 !important;
  left: 0;
  right: 0;
  z-index: 1000;
}
.main-nav-scrolled .c-nav-sticky-logo {
  display: block;
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -20px;
}
.c-supernav {
  display: none;
}
.c-super-li:hover .c-supernav {
  display: block;
}
.c-supernav {
  max-height: 90vh;
  max-height: calc(100vh - 30px);
  overflow-y: auto;
}
.c-supernav ul {
  position: relative;
}
@media (min-width: 769px) {
  .main-nav-scrolled .c-nav-sticky-logo {
    top: 4px;
    left: 4px;
    margin-left: 0;
  }
}
@media (min-width: 1201px) {
  .main-nav-scrolled {
    padding-right: calc(50% - 600px);
  }
  .main-nav-scrolled .c-super-li::before {
    right: auto;
    left: 65.5% !important;
    left: calc(50% + 214px) !important;
  }
  .main-nav-scrolled .c-nav-sticky-logo {
    top: 4px;
    left: 6%;
    left: calc(50% - 600px);
  }
}
@media (min-width: 769px) {
  #nav > ul, .c-super-li {
    position: static !important;
  }
  #nav {
    position: relative;
  }
  .c-supernav {
    left: 40px;
    right: 40px;
    top: 28px;
  }
  .c-supernav a:not(.btn) {
    text-decoration: underline;
    font-size: 16px;
    transition: .2s ease-in-out;
    color: #00d595;
  }
  .c-supernav a:not(.btn):hover {
    color: #fff;
  }
  .c-supernav ul {
    width: auto;
    padding: 8px 20px 70px;
  }
  .c-super-li::before {
    bottom: 4px !important;
    left: auto !important;
    right: 342px;
  }
  .c-supernav ul div:nth-of-type(1), .c-supernav ul div:nth-of-type(2), .c-supernav ul div:nth-of-type(3) > li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    background-repeat: no-repeat;
    padding-left: 70px;
  }
  .c-supernav ul div:nth-of-type(1) {
    background-image: url(../img/super1.png);
  }
  .c-supernav ul div:nth-of-type(2) {
    background-image: url(../img/super2.png);
  }
  .c-supernav ul div:nth-of-type(3) > li:nth-child(1) {
    background-image: url(../img/super3.png);
  }
  .c-supernav ul div:nth-of-type(3) > li:nth-child(2) {
    background-image: url(../img/super4.png);
  }
  .c-supernav ul ul {
    top: 0;
    opacity: 1;
    z-index: 1;
    visibility: visible;
    position: relative;
    left: 0;
    background-color: transparent;
    padding: 0;
  }
  .c-supernav ul ul li {
    margin: 0;
  }
  .c-supernav ul ul a {
    color: #fff !important;
    padding: 0;
    margin: 8px 0;
  }
  .c-supernav ul ul a:hover {
    color: #00d595 !important;
  }
  .c-supernav p, .c-supernav-promo {
    display: block;
  }
  .c-supernav p, .c-supernav .drop-down > li a {
    color: #00d595;
    font-weight: 600;
  }
  .c-supernav-promo {
    text-align: right;
    background-color: #009568;
    padding: 14px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .c-supernav-promo .btn {
    text-align: center;
    background-color: #575757;
    padding: 8px 50px;
  }
  .c-supernav-promo .btn:hover {
    background-color: #0e76cb;
  }
}
@media (min-width: 851px) {
  .c-super-li::before {
    right: 382px;
  }
}
@media (min-width: 1041px) {
  .c-supernav ul div:nth-of-type(1) {
    width: 25%;
  }
  .c-supernav ul div:nth-of-type(2), .c-supernav ul div:nth-of-type(4) {
    width: 27%;
  }
  .c-supernav ul div:nth-of-type(3) {
    width: 18%;
  }
  .c-supernav ul div:nth-of-type(3), .c-supernav ul div:nth-of-type(4) {
    display: inline-block;
    vertical-align: top;
  }
  .c-supernav ul div:nth-of-type(3) > li {
    display: block;
    width: 100%;
  }
  .c-supernav ul div:nth-of-type(3) > li:last-child {
    margin-top: 16px;
  }
  .c-supernav ul div:nth-of-type(4) li:not(:first-child) {
    margin-top: 26px;
  }
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal button {
  border: none;
  margin-top: 1.5em;
}
.modal button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  font-size: 40px;
  font-weight: 700;
  line-height: 5px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.modal button.close:focus, .modal button.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  top: 180px;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  margin-top: -140px;
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-content input, .modal-content textarea {
  width: 100%;
}
.modal-body h4, .modal-body .btn {
  margin: 0;
}
.modal-body form > div {
  margin-top: 1.5em;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem !important;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto 1.75rem;
    top: 150px;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px; }
  }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  transition: .2s ease-in-out;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}

.c-search-results h1 {
  margin-bottom: 0;
}
.c-search-item {
  border: 4px solid #009467;
  margin-bottom: 24px;
  padding: 6px;
  text-align: center;
  transition: .2s ease-in-out;
}
.c-search-item:hover {
  background-color: #009467;
  color: #fff;
}
.c-search-item:hover h3 {
  color: #fff;
}
.c-search-item img {
  display: inline-block;
  max-width: 240px;
}
@media (min-width: 580px) {
  .c-search-item {
    text-align: left;
  }
  .c-search-item:before, .c-search-item:after { content: ''; display: table; clear: both; }
  .c-search-item img, .c-search-item div {
    float: left;
    width: 50%;
  }
  .c-search-item div {
    padding-left: 16px;
  }
}

.c-search {
	padding-bottom: 8px;
}
.c-search input {
	padding: 7px 12px 6px;
}
.c-search .btn {
	border: 0;
	min-width: 130px;
}
@media (min-width: 769px) {
	.c-search  {
		padding: 0 22px 8px 0;
		text-align: right;
		clear: right;
	}
	.c-search input {
		max-width: 22%;
		padding-bottom: 8px;
	}
	.contact-block {
		padding: 4px 22px 8px;
	}
}
@media (min-width: 1080px) {
	.c-search {
    max-width: 30%;
		padding-top: 50px;
		padding-right: 0;
		float: right;
		clear: none;
	}
	.c-search input {
		max-width: 57%;
		max-width: calc(100% - 134px);
	}
	.contact-block {
		padding-top: 31px;
	}
}
