@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%
  /* 2 */
}

@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.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 Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-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 */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

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

/* 
 * 	Owl Carousel - Video Plugin
 */
.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;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

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

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

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

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

@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
footer .news_signup h3 i:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.quoteSlider .owl-controls .owl-prev:before,
.relatedProdList .owl-controls .owl-prev:before,
.ion-chevron-right:before,
.quoteSlider .owl-controls .owl-next:before,
.relatedProdList .owl-controls .owl-next:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.popup .popupclose:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.page-home .mainbanner #arrowdown:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,

.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "";
}

.ion-alert-circled:before {
  content: "";
}

.ion-android-add:before {
  content: "";
}

.ion-android-add-circle:before {
  content: "";
}

.ion-android-alarm-clock:before {
  content: "";
}

.ion-android-alert:before {
  content: "";
}

.ion-android-apps:before {
  content: "";
}

.ion-android-archive:before {
  content: "";
}

.ion-android-arrow-back:before {
  content: "";
}

.ion-android-arrow-down:before {
  content: "";
}

.ion-android-arrow-dropdown:before, footer .news_signup h3 i:before {
  content: "";
}

.ion-android-arrow-dropdown-circle:before {
  content: "";
}

.ion-android-arrow-dropleft:before {
  content: "";
}

.ion-android-arrow-dropleft-circle:before {
  content: "";
}

.ion-android-arrow-dropright:before {
  content: "";
}

.ion-android-arrow-dropright-circle:before {
  content: "";
}

.ion-android-arrow-dropup:before {
  content: "";
}

.ion-android-arrow-dropup-circle:before {
  content: "";
}

.ion-android-arrow-forward:before {
  content: "";
}

.ion-android-arrow-up:before {
  content: "";
}

.ion-android-attach:before {
  content: "";
}

.ion-android-bar:before {
  content: "";
}

.ion-android-bicycle:before {
  content: "";
}

.ion-android-boat:before {
  content: "";
}

.ion-android-bookmark:before {
  content: "";
}

.ion-android-bulb:before {
  content: "";
}

.ion-android-bus:before {
  content: "";
}

.ion-android-calendar:before {
  content: "";
}

.ion-android-call:before {
  content: "";
}

.ion-android-camera:before {
  content: "";
}

.ion-android-cancel:before {
  content: "";
}

.ion-android-car:before {
  content: "";
}

.ion-android-cart:before {
  content: "";
}

.ion-android-chat:before {
  content: "";
}

.ion-android-checkbox:before {
  content: "";
}

.ion-android-checkbox-blank:before {
  content: "";
}

.ion-android-checkbox-outline:before {
  content: "";
}

.ion-android-checkbox-outline-blank:before {
  content: "";
}

.ion-android-checkmark-circle:before {
  content: "";
}

.ion-android-clipboard:before {
  content: "";
}

.ion-android-close:before {
  content: "";
}

.ion-android-cloud:before {
  content: "";
}

.ion-android-cloud-circle:before {
  content: "";
}

.ion-android-cloud-done:before {
  content: "";
}

.ion-android-cloud-outline:before {
  content: "";
}

.ion-android-color-palette:before {
  content: "";
}

.ion-android-compass:before {
  content: "";
}

.ion-android-contact:before {
  content: "";
}

.ion-android-contacts:before {
  content: "";
}

.ion-android-contract:before {
  content: "";
}

.ion-android-create:before {
  content: "";
}

.ion-android-delete:before {
  content: "";
}

.ion-android-desktop:before {
  content: "";
}

.ion-android-document:before {
  content: "";
}

.ion-android-done:before {
  content: "";
}

.ion-android-done-all:before {
  content: "";
}

.ion-android-download:before {
  content: "";
}

.ion-android-drafts:before {
  content: "";
}

.ion-android-exit:before {
  content: "";
}

.ion-android-expand:before {
  content: "";
}

.ion-android-favorite:before {
  content: "";
}

.ion-android-favorite-outline:before {
  content: "";
}

.ion-android-film:before {
  content: "";
}

.ion-android-folder:before {
  content: "";
}

.ion-android-folder-open:before {
  content: "";
}

.ion-android-funnel:before {
  content: "";
}

.ion-android-globe:before {
  content: "";
}

.ion-android-hand:before {
  content: "";
}

.ion-android-hangout:before {
  content: "";
}

.ion-android-happy:before {
  content: "";
}

.ion-android-home:before {
  content: "";
}

.ion-android-image:before {
  content: "";
}

.ion-android-laptop:before {
  content: "";
}

.ion-android-list:before {
  content: "";
}

.ion-android-locate:before {
  content: "";
}

.ion-android-lock:before {
  content: "";
}

.ion-android-mail:before {
  content: "";
}

.ion-android-map:before {
  content: "";
}

.ion-android-menu:before {
  content: "";
}

.ion-android-microphone:before {
  content: "";
}

.ion-android-microphone-off:before {
  content: "";
}

.ion-android-more-horizontal:before {
  content: "";
}

.ion-android-more-vertical:before {
  content: "";
}

.ion-android-navigate:before {
  content: "";
}

.ion-android-notifications:before {
  content: "";
}

.ion-android-notifications-none:before {
  content: "";
}

.ion-android-notifications-off:before {
  content: "";
}

.ion-android-open:before {
  content: "";
}

.ion-android-options:before {
  content: "";
}

.ion-android-people:before {
  content: "";
}

.ion-android-person:before {
  content: "";
}

.ion-android-person-add:before {
  content: "";
}

.ion-android-phone-landscape:before {
  content: "";
}

.ion-android-phone-portrait:before {
  content: "";
}

.ion-android-pin:before {
  content: "";
}

.ion-android-plane:before {
  content: "";
}

.ion-android-playstore:before {
  content: "";
}

.ion-android-print:before {
  content: "";
}

.ion-android-radio-button-off:before {
  content: "";
}

.ion-android-radio-button-on:before {
  content: "";
}

.ion-android-refresh:before {
  content: "";
}

.ion-android-remove:before {
  content: "";
}

.ion-android-remove-circle:before {
  content: "";
}

.ion-android-restaurant:before {
  content: "";
}

.ion-android-sad:before {
  content: "";
}

.ion-android-search:before {
  content: "";
}

.ion-android-send:before {
  content: "";
}

.ion-android-settings:before {
  content: "";
}

.ion-android-share:before {
  content: "";
}

.ion-android-share-alt:before {
  content: "";
}

.ion-android-star:before {
  content: "";
}

.ion-android-star-half:before {
  content: "";
}

.ion-android-star-outline:before {
  content: "";
}

.ion-android-stopwatch:before {
  content: "";
}

.ion-android-subway:before {
  content: "";
}

.ion-android-sunny:before {
  content: "";
}

.ion-android-sync:before {
  content: "";
}

.ion-android-textsms:before {
  content: "";
}

.ion-android-time:before {
  content: "";
}

.ion-android-train:before {
  content: "";
}

.ion-android-unlock:before {
  content: "";
}

.ion-android-upload:before {
  content: "";
}

.ion-android-volume-down:before {
  content: "";
}

.ion-android-volume-mute:before {
  content: "";
}

.ion-android-volume-off:before {
  content: "";
}

.ion-android-volume-up:before {
  content: "";
}

.ion-android-walk:before {
  content: "";
}

.ion-android-warning:before {
  content: "";
}

.ion-android-watch:before {
  content: "";
}

.ion-android-wifi:before {
  content: "";
}

.ion-aperture:before {
  content: "";
}

.ion-archive:before {
  content: "";
}

.ion-arrow-down-a:before {
  content: "";
}

.ion-arrow-down-b:before {
  content: "";
}

.ion-arrow-down-c:before {
  content: "";
}

.ion-arrow-expand:before {
  content: "";
}

.ion-arrow-graph-down-left:before {
  content: "";
}

.ion-arrow-graph-down-right:before {
  content: "";
}

.ion-arrow-graph-up-left:before {
  content: "";
}

.ion-arrow-graph-up-right:before {
  content: "";
}

.ion-arrow-left-a:before {
  content: "";
}

.ion-arrow-left-b:before {
  content: "";
}

.ion-arrow-left-c:before {
  content: "";
}

.ion-arrow-move:before {
  content: "";
}

.ion-arrow-resize:before {
  content: "";
}

.ion-arrow-return-left:before {
  content: "";
}

.ion-arrow-return-right:before {
  content: "";
}

.ion-arrow-right-a:before {
  content: "";
}

.ion-arrow-right-b:before {
  content: "";
}

.ion-arrow-right-c:before {
  content: "";
}

.ion-arrow-shrink:before {
  content: "";
}

.ion-arrow-swap:before {
  content: "";
}

.ion-arrow-up-a:before {
  content: "";
}

.ion-arrow-up-b:before {
  content: "";
}

.ion-arrow-up-c:before {
  content: "";
}

.ion-asterisk:before {
  content: "";
}

.ion-at:before {
  content: "";
}

.ion-backspace:before {
  content: "";
}

.ion-backspace-outline:before {
  content: "";
}

.ion-bag:before {
  content: "";
}

.ion-battery-charging:before {
  content: "";
}

.ion-battery-empty:before {
  content: "";
}

.ion-battery-full:before {
  content: "";
}

.ion-battery-half:before {
  content: "";
}

.ion-battery-low:before {
  content: "";
}

.ion-beaker:before {
  content: "";
}

.ion-beer:before {
  content: "";
}

.ion-bluetooth:before {
  content: "";
}

.ion-bonfire:before {
  content: "";
}

.ion-bookmark:before {
  content: "";
}

.ion-bowtie:before {
  content: "";
}

.ion-briefcase:before {
  content: "";
}

.ion-bug:before {
  content: "";
}

.ion-calculator:before {
  content: "";
}

.ion-calendar:before {
  content: "";
}

.ion-camera:before {
  content: "";
}

.ion-card:before {
  content: "";
}

.ion-cash:before {
  content: "";
}

.ion-chatbox:before {
  content: "";
}

.ion-chatbox-working:before {
  content: "";
}

.ion-chatboxes:before {
  content: "";
}

.ion-chatbubble:before {
  content: "";
}

.ion-chatbubble-working:before {
  content: "";
}

.ion-chatbubbles:before {
  content: "";
}

.ion-checkmark:before {
  content: "";
}

.ion-checkmark-circled:before {
  content: "";
}

.ion-checkmark-round:before {
  content: "";
}

.ion-chevron-down:before {
  content: "";
}

.ion-chevron-left:before, .quoteSlider .owl-controls .owl-prev:before, .relatedProdList .owl-controls .owl-prev:before {
  content: "\f124";
}

.ion-chevron-right:before, .quoteSlider .owl-controls .owl-next:before, .relatedProdList .owl-controls .owl-next:before {
  content: "\f125";
}

.ion-chevron-up:before {
  content: "";
}

.ion-clipboard:before {
  content: "";
}

.ion-clock:before {
  content: "";
}

.ion-close:before {
  content: "";
}

.ion-close-circled:before {
  content: "";
}

.ion-close-round:before, .popup .popupclose:before {
 content: "\f129";
}

.ion-closed-captioning:before {
  content: "";
}

.ion-cloud:before {
  content: "";
}

.ion-code:before {
  content: "";
}

.ion-code-download:before {
  content: "";
}

.ion-code-working:before {
  content: "";
}

.ion-coffee:before {
  content: "";
}

.ion-compass:before {
  content: "";
}

.ion-compose:before {
  content: "";
}

.ion-connection-bars:before {
  content: "";
}

.ion-contrast:before {
  content: "";
}

.ion-crop:before {
  content: "";
}

.ion-cube:before {
  content: "";
}

.ion-disc:before {
  content: "";
}

.ion-document:before {
  content: "";
}

.ion-document-text:before {
  content: "";
}

.ion-drag:before {
  content: "";
}

.ion-earth:before {
  content: "";
}

.ion-easel:before {
  content: "";
}

.ion-edit:before {
  content: "";
}

.ion-egg:before {
  content: "";
}

.ion-eject:before {
  content: "";
}

.ion-email:before {
  content: "";
}

.ion-email-unread:before {
  content: "";
}

.ion-erlenmeyer-flask:before {
  content: "";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "";
}

.ion-eye:before {
  content: "";
}

.ion-eye-disabled:before {
  content: "";
}

.ion-female:before {
  content: "";
}

.ion-filing:before {
  content: "";
}

.ion-film-marker:before {
  content: "";
}

.ion-fireball:before {
  content: "";
}

.ion-flag:before {
  content: "";
}

.ion-flame:before {
  content: "";
}

.ion-flash:before {
  content: "";
}

.ion-flash-off:before {
  content: "";
}

.ion-folder:before {
  content: "";
}

.ion-fork:before {
  content: "";
}

.ion-fork-repo:before {
  content: "";
}

.ion-forward:before {
  content: "";
}

.ion-funnel:before {
  content: "";
}

.ion-gear-a:before {
  content: "";
}

.ion-gear-b:before {
  content: "";
}

.ion-grid:before {
  content: "";
}

.ion-hammer:before {
  content: "";
}

.ion-happy:before {
  content: "";
}

.ion-happy-outline:before {
  content: "";
}

.ion-headphone:before {
  content: "";
}

.ion-heart:before {
  content: "";
}

.ion-heart-broken:before {
  content: "";
}

.ion-help:before {
  content: "";
}

.ion-help-buoy:before {
  content: "";
}

.ion-help-circled:before {
  content: "";
}

.ion-home:before {
  content: "";
}

.ion-icecream:before {
  content: "";
}

.ion-image:before {
  content: "";
}

.ion-images:before {
  content: "";
}

.ion-information:before {
  content: "";
}

.ion-information-circled:before {
  content: "";
}

.ion-ionic:before {
  content: "";
}

.ion-ios-alarm:before {
  content: "";
}

.ion-ios-alarm-outline:before {
  content: "";
}

.ion-ios-albums:before {
  content: "";
}

.ion-ios-albums-outline:before {
  content: "";
}

.ion-ios-americanfootball:before {
  content: "";
}

.ion-ios-americanfootball-outline:before {
  content: "";
}

.ion-ios-analytics:before {
  content: "";
}

.ion-ios-analytics-outline:before {
  content: "";
}

.ion-ios-arrow-back:before {
  content: "";
}

.ion-ios-arrow-down:before, .page-home .mainbanner #arrowdown:before {
  content: "\f3d0";
}

.ion-ios-arrow-forward:before {
  content: "";
}

.ion-ios-arrow-left:before {
  content: "";
}

.ion-ios-arrow-right:before {
  content: "";
}

.ion-ios-arrow-thin-down:before {
  content: "";
}

.ion-ios-arrow-thin-left:before {
  content: "";
}

.ion-ios-arrow-thin-right:before {
  content: "";
}

.ion-ios-arrow-thin-up:before {
  content: "";
}

.ion-ios-arrow-up:before {
  content: "";
}

.ion-ios-at:before {
  content: "";
}

.ion-ios-at-outline:before {
  content: "";
}

.ion-ios-barcode:before {
  content: "";
}

.ion-ios-barcode-outline:before {
  content: "";
}

.ion-ios-baseball:before {
  content: "";
}

.ion-ios-baseball-outline:before {
  content: "";
}

.ion-ios-basketball:before {
  content: "";
}

.ion-ios-basketball-outline:before {
  content: "";
}

.ion-ios-bell:before {
  content: "";
}

.ion-ios-bell-outline:before {
  content: "";
}

.ion-ios-body:before {
  content: "";
}

.ion-ios-body-outline:before {
  content: "";
}

.ion-ios-bolt:before {
  content: "";
}

.ion-ios-bolt-outline:before {
  content: "";
}

.ion-ios-book:before {
  content: "";
}

.ion-ios-book-outline:before {
  content: "";
}

.ion-ios-bookmarks:before {
  content: "";
}

.ion-ios-bookmarks-outline:before {
  content: "";
}

.ion-ios-box:before {
  content: "";
}

.ion-ios-box-outline:before {
  content: "";
}

.ion-ios-briefcase:before {
  content: "";
}

.ion-ios-briefcase-outline:before {
  content: "";
}

.ion-ios-browsers:before {
  content: "";
}

.ion-ios-browsers-outline:before {
  content: "";
}

.ion-ios-calculator:before {
  content: "";
}

.ion-ios-calculator-outline:before {
  content: "";
}

.ion-ios-calendar:before {
  content: "";
}

.ion-ios-calendar-outline:before {
  content: "";
}

.ion-ios-camera:before {
  content: "";
}

.ion-ios-camera-outline:before {
  content: "";
}

.ion-ios-cart:before {
  content: "";
}

.ion-ios-cart-outline:before {
  content: "";
}

.ion-ios-chatboxes:before {
  content: "";
}

.ion-ios-chatboxes-outline:before {
  content: "";
}

.ion-ios-chatbubble:before {
  content: "";
}

.ion-ios-chatbubble-outline:before {
  content: "";
}

.ion-ios-checkmark:before {
  content: "";
}

.ion-ios-checkmark-empty:before {
  content: "";
}

.ion-ios-checkmark-outline:before {
  content: "";
}

.ion-ios-circle-filled:before {
  content: "";
}

.ion-ios-circle-outline:before {
  content: "";
}

.ion-ios-clock:before {
  content: "";
}

.ion-ios-clock-outline:before {
  content: "";
}

.ion-ios-close:before {
  content: "";
}

.ion-ios-close-empty:before {
  content: "";
}

.ion-ios-close-outline:before {
  content: "";
}

.ion-ios-cloud:before {
  content: "";
}

.ion-ios-cloud-download:before {
  content: "";
}

.ion-ios-cloud-download-outline:before {
  content: "";
}

.ion-ios-cloud-outline:before {
  content: "";
}

.ion-ios-cloud-upload:before {
  content: "";
}

.ion-ios-cloud-upload-outline:before {
  content: "";
}

.ion-ios-cloudy:before {
  content: "";
}

.ion-ios-cloudy-night:before {
  content: "";
}

.ion-ios-cloudy-night-outline:before {
  content: "";
}

.ion-ios-cloudy-outline:before {
  content: "";
}

.ion-ios-cog:before {
  content: "";
}

.ion-ios-cog-outline:before {
  content: "";
}

.ion-ios-color-filter:before {
  content: "";
}

.ion-ios-color-filter-outline:before {
  content: "";
}

.ion-ios-color-wand:before {
  content: "";
}

.ion-ios-color-wand-outline:before {
  content: "";
}

.ion-ios-compose:before {
  content: "";
}

.ion-ios-compose-outline:before {
  content: "";
}

.ion-ios-contact:before {
  content: "";
}

.ion-ios-contact-outline:before {
  content: "";
}

.ion-ios-copy:before {
  content: "";
}

.ion-ios-copy-outline:before {
  content: "";
}

.ion-ios-crop:before {
  content: "";
}

.ion-ios-crop-strong:before {
  content: "";
}

.ion-ios-download:before {
  content: "";
}

.ion-ios-download-outline:before {
  content: "";
}

.ion-ios-drag:before {
  content: "";
}

.ion-ios-email:before {
  content: "";
}

.ion-ios-email-outline:before {
  content: "";
}

.ion-ios-eye:before {
  content: "";
}

.ion-ios-eye-outline:before {
  content: "";
}

.ion-ios-fastforward:before {
  content: "";
}

.ion-ios-fastforward-outline:before {
  content: "";
}

.ion-ios-filing:before {
  content: "";
}

.ion-ios-filing-outline:before {
  content: "";
}

.ion-ios-film:before {
  content: "";
}

.ion-ios-film-outline:before {
  content: "";
}

.ion-ios-flag:before {
  content: "";
}

.ion-ios-flag-outline:before {
  content: "";
}

.ion-ios-flame:before {
  content: "";
}

.ion-ios-flame-outline:before {
  content: "";
}

.ion-ios-flask:before {
  content: "";
}

.ion-ios-flask-outline:before {
  content: "";
}

.ion-ios-flower:before {
  content: "";
}

.ion-ios-flower-outline:before {
  content: "";
}

.ion-ios-folder:before {
  content: "";
}

.ion-ios-folder-outline:before {
  content: "";
}

.ion-ios-football:before {
  content: "";
}

.ion-ios-football-outline:before {
  content: "";
}

.ion-ios-game-controller-a:before {
  content: "";
}

.ion-ios-game-controller-a-outline:before {
  content: "";
}

.ion-ios-game-controller-b:before {
  content: "";
}

.ion-ios-game-controller-b-outline:before {
  content: "";
}

.ion-ios-gear:before {
  content: "";
}

.ion-ios-gear-outline:before {
  content: "";
}

.ion-ios-glasses:before {
  content: "";
}

.ion-ios-glasses-outline:before {
  content: "";
}

.ion-ios-grid-view:before {
  content: "";
}

.ion-ios-grid-view-outline:before {
  content: "";
}

.ion-ios-heart:before {
  content: "";
}

.ion-ios-heart-outline:before {
  content: "";
}

.ion-ios-help:before {
  content: "";
}

.ion-ios-help-empty:before {
  content: "";
}

.ion-ios-help-outline:before {
  content: "";
}

.ion-ios-home:before {
  content: "";
}

.ion-ios-home-outline:before {
  content: "";
}

.ion-ios-infinite:before {
  content: "";
}

.ion-ios-infinite-outline:before {
  content: "";
}

.ion-ios-information:before {
  content: "";
}

.ion-ios-information-empty:before {
  content: "";
}

.ion-ios-information-outline:before {
  content: "";
}

.ion-ios-ionic-outline:before {
  content: "";
}

.ion-ios-keypad:before {
  content: "";
}

.ion-ios-keypad-outline:before {
  content: "";
}

.ion-ios-lightbulb:before {
  content: "";
}

.ion-ios-lightbulb-outline:before {
  content: "";
}

.ion-ios-list:before {
  content: "";
}

.ion-ios-list-outline:before {
  content: "";
}

.ion-ios-location:before {
  content: "";
}

.ion-ios-location-outline:before {
  content: "";
}

.ion-ios-locked:before {
  content: "";
}

.ion-ios-locked-outline:before {
  content: "";
}

.ion-ios-loop:before {
  content: "";
}

.ion-ios-loop-strong:before {
  content: "";
}

.ion-ios-medical:before {
  content: "";
}

.ion-ios-medical-outline:before {
  content: "";
}

.ion-ios-medkit:before {
  content: "";
}

.ion-ios-medkit-outline:before {
  content: "";
}

.ion-ios-mic:before {
  content: "";
}

.ion-ios-mic-off:before {
  content: "";
}

.ion-ios-mic-outline:before {
  content: "";
}

.ion-ios-minus:before {
  content: "";
}

.ion-ios-minus-empty:before {
  content: "";
}

.ion-ios-minus-outline:before {
  content: "";
}

.ion-ios-monitor:before {
  content: "";
}

.ion-ios-monitor-outline:before {
  content: "";
}

.ion-ios-moon:before {
  content: "";
}

.ion-ios-moon-outline:before {
  content: "";
}

.ion-ios-more:before {
  content: "";
}

.ion-ios-more-outline:before {
  content: "";
}

.ion-ios-musical-note:before {
  content: "";
}

.ion-ios-musical-notes:before {
  content: "";
}

.ion-ios-navigate:before {
  content: "";
}

.ion-ios-navigate-outline:before {
  content: "";
}

.ion-ios-nutrition:before {
  content: "";
}

.ion-ios-nutrition-outline:before {
  content: "";
}

.ion-ios-paper:before {
  content: "";
}

.ion-ios-paper-outline:before {
  content: "";
}

.ion-ios-paperplane:before {
  content: "";
}

.ion-ios-paperplane-outline:before {
  content: "";
}

.ion-ios-partlysunny:before {
  content: "";
}

.ion-ios-partlysunny-outline:before {
  content: "";
}

.ion-ios-pause:before {
  content: "";
}

.ion-ios-pause-outline:before {
  content: "";
}

.ion-ios-paw:before {
  content: "";
}

.ion-ios-paw-outline:before {
  content: "";
}

.ion-ios-people:before {
  content: "";
}

.ion-ios-people-outline:before {
  content: "";
}

.ion-ios-person:before {
  content: "";
}

.ion-ios-person-outline:before {
  content: "";
}

.ion-ios-personadd:before {
  content: "";
}

.ion-ios-personadd-outline:before {
  content: "";
}

.ion-ios-photos:before {
  content: "";
}

.ion-ios-photos-outline:before {
  content: "";
}

.ion-ios-pie:before {
  content: "";
}

.ion-ios-pie-outline:before {
  content: "";
}

.ion-ios-pint:before {
  content: "";
}

.ion-ios-pint-outline:before {
  content: "";
}

.ion-ios-play:before {
  content: "";
}

.ion-ios-play-outline:before {
  content: "";
}

.ion-ios-plus:before {
  content: "";
}

.ion-ios-plus-empty:before {
  content: "";
}

.ion-ios-plus-outline:before {
  content: "";
}

.ion-ios-pricetag:before {
  content: "";
}

.ion-ios-pricetag-outline:before {
  content: "";
}

.ion-ios-pricetags:before {
  content: "";
}

.ion-ios-pricetags-outline:before {
  content: "";
}

.ion-ios-printer:before {
  content: "";
}

.ion-ios-printer-outline:before {
  content: "";
}

.ion-ios-pulse:before {
  content: "";
}

.ion-ios-pulse-strong:before {
  content: "";
}

.ion-ios-rainy:before {
  content: "";
}

.ion-ios-rainy-outline:before {
  content: "";
}

.ion-ios-recording:before {
  content: "";
}

.ion-ios-recording-outline:before {
  content: "";
}

.ion-ios-redo:before {
  content: "";
}

.ion-ios-redo-outline:before {
  content: "";
}

.ion-ios-refresh:before {
  content: "";
}

.ion-ios-refresh-empty:before {
  content: "";
}

.ion-ios-refresh-outline:before {
  content: "";
}

.ion-ios-reload:before {
  content: "";
}

.ion-ios-reverse-camera:before {
  content: "";
}

.ion-ios-reverse-camera-outline:before {
  content: "";
}

.ion-ios-rewind:before {
  content: "";
}

.ion-ios-rewind-outline:before {
  content: "";
}

.ion-ios-rose:before {
  content: "";
}

.ion-ios-rose-outline:before {
  content: "";
}

.ion-ios-search:before {
  content: "";
}

.ion-ios-search-strong:before {
  content: "";
}

.ion-ios-settings:before {
  content: "";
}

.ion-ios-settings-strong:before {
  content: "";
}

.ion-ios-shuffle:before {
  content: "";
}

.ion-ios-shuffle-strong:before {
  content: "";
}

.ion-ios-skipbackward:before {
  content: "";
}

.ion-ios-skipbackward-outline:before {
  content: "";
}

.ion-ios-skipforward:before {
  content: "";
}

.ion-ios-skipforward-outline:before {
  content: "";
}

.ion-ios-snowy:before {
  content: "";
}

.ion-ios-speedometer:before {
  content: "";
}

.ion-ios-speedometer-outline:before {
  content: "";
}

.ion-ios-star:before {
  content: "";
}

.ion-ios-star-half:before {
  content: "";
}

.ion-ios-star-outline:before {
  content: "";
}

.ion-ios-stopwatch:before {
  content: "";
}

.ion-ios-stopwatch-outline:before {
  content: "";
}

.ion-ios-sunny:before {
  content: "";
}

.ion-ios-sunny-outline:before {
  content: "";
}

.ion-ios-telephone:before {
  content: "";
}

.ion-ios-telephone-outline:before {
  content: "";
}

.ion-ios-tennisball:before {
  content: "";
}

.ion-ios-tennisball-outline:before {
  content: "";
}

.ion-ios-thunderstorm:before {
  content: "";
}

.ion-ios-thunderstorm-outline:before {
  content: "";
}

.ion-ios-time:before {
  content: "";
}

.ion-ios-time-outline:before {
  content: "";
}

.ion-ios-timer:before {
  content: "";
}

.ion-ios-timer-outline:before {
  content: "";
}

.ion-ios-toggle:before {
  content: "";
}

.ion-ios-toggle-outline:before {
  content: "";
}

.ion-ios-trash:before {
  content: "";
}

.ion-ios-trash-outline:before {
  content: "";
}

.ion-ios-undo:before {
  content: "";
}

.ion-ios-undo-outline:before {
  content: "";
}

.ion-ios-unlocked:before {
  content: "";
}

.ion-ios-unlocked-outline:before {
  content: "";
}

.ion-ios-upload:before {
  content: "";
}

.ion-ios-upload-outline:before {
  content: "";
}

.ion-ios-videocam:before {
  content: "";
}

.ion-ios-videocam-outline:before {
  content: "";
}

.ion-ios-volume-high:before {
  content: "";
}

.ion-ios-volume-low:before {
  content: "";
}

.ion-ios-wineglass:before {
  content: "";
}

.ion-ios-wineglass-outline:before {
  content: "";
}

.ion-ios-world:before {
  content: "";
}

.ion-ios-world-outline:before {
  content: "";
}

.ion-ipad:before {
  content: "";
}

.ion-iphone:before {
  content: "";
}

.ion-ipod:before {
  content: "";
}

.ion-jet:before {
  content: "";
}

.ion-key:before {
  content: "";
}

.ion-knife:before {
  content: "";
}

.ion-laptop:before {
  content: "";
}

.ion-leaf:before {
  content: "";
}

.ion-levels:before {
  content: "";
}

.ion-lightbulb:before {
  content: "";
}

.ion-link:before {
  content: "";
}

.ion-load-a:before {
  content: "";
}

.ion-load-b:before {
  content: "";
}

.ion-load-c:before {
  content: "";
}

.ion-load-d:before {
  content: "";
}

.ion-location:before {
  content: "";
}

.ion-lock-combination:before {
  content: "";
}

.ion-locked:before {
  content: "";
}

.ion-log-in:before {
  content: "";
}

.ion-log-out:before {
  content: "";
}

.ion-loop:before {
  content: "";
}

.ion-magnet:before {
  content: "";
}

.ion-male:before {
  content: "";
}

.ion-man:before {
  content: "";
}

.ion-map:before {
  content: "";
}

.ion-medkit:before {
  content: "";
}

.ion-merge:before {
  content: "";
}

.ion-mic-a:before {
  content: "";
}

.ion-mic-b:before {
  content: "";
}

.ion-mic-c:before {
  content: "";
}

.ion-minus:before {
  content: "";
}

.ion-minus-circled:before {
  content: "";
}

.ion-minus-round:before {
  content: "";
}

.ion-model-s:before {
  content: "";
}

.ion-monitor:before {
  content: "";
}

.ion-more:before {
  content: "";
}

.ion-mouse:before {
  content: "";
}

.ion-music-note:before {
  content: "";
}

.ion-navicon:before {
  content: "";
}

.ion-navicon-round:before {
  content: "";
}

.ion-navigate:before {
  content: "";
}

.ion-network:before {
  content: "";
}

.ion-no-smoking:before {
  content: "";
}

.ion-nuclear:before {
  content: "";
}

.ion-outlet:before {
  content: "";
}

.ion-paintbrush:before {
  content: "";
}

.ion-paintbucket:before {
  content: "";
}

.ion-paper-airplane:before {
  content: "";
}

.ion-paperclip:before {
  content: "";
}

.ion-pause:before {
  content: "";
}

.ion-person:before {
  content: "";
}

.ion-person-add:before {
  content: "";
}

.ion-person-stalker:before {
  content: "";
}

.ion-pie-graph:before {
  content: "";
}

.ion-pin:before {
  content: "";
}

.ion-pinpoint:before {
  content: "";
}

.ion-pizza:before {
  content: "";
}

.ion-plane:before {
  content: "";
}

.ion-planet:before {
  content: "";
}

.ion-play:before {
  content: "";
}

.ion-playstation:before {
  content: "";
}

.ion-plus:before {
  content: "";
}

.ion-plus-circled:before {
  content: "";
}

.ion-plus-round:before {
  content: "";
}

.ion-podium:before {
  content: "";
}

.ion-pound:before {
  content: "";
}

.ion-power:before {
  content: "";
}

.ion-pricetag:before {
  content: "";
}

.ion-pricetags:before {
  content: "";
}

.ion-printer:before {
  content: "";
}

.ion-pull-request:before {
  content: "";
}

.ion-qr-scanner:before {
  content: "";
}

.ion-quote:before {
  content: "";
}

.ion-radio-waves:before {
  content: "";
}

.ion-record:before {
  content: "";
}

.ion-refresh:before {
  content: "";
}

.ion-reply:before {
  content: "";
}

.ion-reply-all:before {
  content: "";
}

.ion-ribbon-a:before {
  content: "";
}

.ion-ribbon-b:before {
  content: "";
}

.ion-sad:before {
  content: "";
}

.ion-sad-outline:before {
  content: "";
}

.ion-scissors:before {
  content: "";
}

.ion-search:before {
  content: "";
}

.ion-settings:before {
  content: "";
}

.ion-share:before {
  content: "";
}

.ion-shuffle:before {
  content: "";
}

.ion-skip-backward:before {
  content: "";
}

.ion-skip-forward:before {
  content: "";
}

.ion-social-android:before {
  content: "";
}

.ion-social-android-outline:before {
  content: "";
}

.ion-social-angular:before {
  content: "";
}

.ion-social-angular-outline:before {
  content: "";
}

.ion-social-apple:before {
  content: "";
}

.ion-social-apple-outline:before {
  content: "";
}

.ion-social-bitcoin:before {
  content: "";
}

.ion-social-bitcoin-outline:before {
  content: "";
}

.ion-social-buffer:before {
  content: "";
}

.ion-social-buffer-outline:before {
  content: "";
}

.ion-social-chrome:before {
  content: "";
}

.ion-social-chrome-outline:before {
  content: "";
}

.ion-social-codepen:before {
  content: "";
}

.ion-social-codepen-outline:before {
  content: "";
}

.ion-social-css3:before {
  content: "";
}

.ion-social-css3-outline:before {
  content: "";
}

.ion-social-designernews:before {
  content: "";
}

.ion-social-designernews-outline:before {
  content: "";
}

.ion-social-dribbble:before {
  content: "";
}

.ion-social-dribbble-outline:before {
  content: "";
}

.ion-social-dropbox:before {
  content: "";
}

.ion-social-dropbox-outline:before {
  content: "";
}

.ion-social-euro:before {
  content: "";
}

.ion-social-euro-outline:before {
  content: "";
}

.ion-social-facebook:before {
  content: "";
}

.ion-social-facebook-outline:before {
  content: "";
}

.ion-social-foursquare:before {
  content: "";
}

.ion-social-foursquare-outline:before {
  content: "";
}

.ion-social-freebsd-devil:before {
  content: "";
}

.ion-social-github:before {
  content: "";
}

.ion-social-github-outline:before {
  content: "";
}

.ion-social-google:before {
  content: "";
}

.ion-social-google-outline:before {
  content: "";
}

.ion-social-googleplus:before {
  content: "";
}

.ion-social-googleplus-outline:before {
  content: "";
}

.ion-social-hackernews:before {
  content: "";
}

.ion-social-hackernews-outline:before {
  content: "";
}

.ion-social-html5:before {
  content: "";
}

.ion-social-html5-outline:before {
  content: "";
}

.ion-social-instagram:before {
  content: "";
}

.ion-social-instagram-outline:before {
  content: "";
}

.ion-social-javascript:before {
  content: "";
}

.ion-social-javascript-outline:before {
  content: "";
}

.ion-social-linkedin:before {
  content: "";
}

.ion-social-linkedin-outline:before {
  content: "";
}

.ion-social-markdown:before {
  content: "";
}

.ion-social-nodejs:before {
  content: "";
}

.ion-social-octocat:before {
  content: "";
}

.ion-social-pinterest:before {
  content: "";
}

.ion-social-pinterest-outline:before {
  content: "";
}

.ion-social-python:before {
  content: "";
}

.ion-social-reddit:before {
  content: "";
}

.ion-social-reddit-outline:before {
  content: "";
}

.ion-social-rss:before {
  content: "";
}

.ion-social-rss-outline:before {
  content: "";
}

.ion-social-sass:before {
  content: "";
}

.ion-social-skype:before {
  content: "";
}

.ion-social-skype-outline:before {
  content: "";
}

.ion-social-snapchat:before {
  content: "";
}

.ion-social-snapchat-outline:before {
  content: "";
}

.ion-social-tumblr:before {
  content: "";
}

.ion-social-tumblr-outline:before {
  content: "";
}

.ion-social-tux:before {
  content: "";
}

.ion-social-twitch:before {
  content: "";
}

.ion-social-twitch-outline:before {
  content: "";
}

.ion-social-twitter:before {
  content: "";
}

.ion-social-twitter-outline:before {
  content: "";
}

.ion-social-usd:before {
  content: "";
}

.ion-social-usd-outline:before {
  content: "";
}

.ion-social-vimeo:before {
  content: "";
}

.ion-social-vimeo-outline:before {
  content: "";
}

.ion-social-whatsapp:before {
  content: "";
}

.ion-social-whatsapp-outline:before {
  content: "";
}

.ion-social-windows:before {
  content: "";
}

.ion-social-windows-outline:before {
  content: "";
}

.ion-social-wordpress:before {
  content: "";
}

.ion-social-wordpress-outline:before {
  content: "";
}

.ion-social-yahoo:before {
  content: "";
}

.ion-social-yahoo-outline:before {
  content: "";
}

.ion-social-yen:before {
  content: "";
}

.ion-social-yen-outline:before {
  content: "";
}

.ion-social-youtube:before {
  content: "";
}

.ion-social-youtube-outline:before {
  content: "";
}

.ion-soup-can:before {
  content: "";
}

.ion-soup-can-outline:before {
  content: "";
}

.ion-speakerphone:before {
  content: "";
}

.ion-speedometer:before {
  content: "";
}

.ion-spoon:before {
  content: "";
}

.ion-star:before {
  content: "";
}

.ion-stats-bars:before {
  content: "";
}

.ion-steam:before {
  content: "";
}

.ion-stop:before {
  content: "";
}

.ion-thermometer:before {
  content: "";
}

.ion-thumbsdown:before {
  content: "";
}

.ion-thumbsup:before {
  content: "";
}

.ion-toggle:before {
  content: "";
}

.ion-toggle-filled:before {
  content: "";
}

.ion-transgender:before {
  content: "";
}

.ion-trash-a:before {
  content: "";
}

.ion-trash-b:before {
  content: "";
}

.ion-trophy:before {
  content: "";
}

.ion-tshirt:before {
  content: "";
}

.ion-tshirt-outline:before {
  content: "";
}

.ion-umbrella:before {
  content: "";
}

.ion-university:before {
  content: "";
}

.ion-unlocked:before {
  content: "";
}

.ion-upload:before {
  content: "";
}

.ion-usb:before {
  content: "";
}

.ion-videocamera:before {
  content: "";
}

.ion-volume-high:before {
  content: "";
}

.ion-volume-low:before {
  content: "";
}

.ion-volume-medium:before {
  content: "";
}

.ion-volume-mute:before {
  content: "";
}

.ion-wand:before {
  content: "";
}

.ion-waterdrop:before {
  content: "";
}

.ion-wifi:before {
  content: "";
}

.ion-wineglass:before {
  content: "";
}

.ion-woman:before {
  content: "";
}

.ion-wrench:before {
  content: "";
}

.ion-xbox:before {
  content: "";
}

@font-face {
  font-family: "ralewaymedium";
  src: url("/assets/fonts/raleway-medium-webfont.eot");
  src: url("/assets/fonts/raleway-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/raleway-medium-webfont.woff2") format("woff2"), url("/assets/fonts/raleway-medium-webfont.woff") format("woff"), url("/assets/fonts/raleway-medium-webfont.ttf") format("truetype"), url("/assets/fonts/raleway-medium-webfont.svg#ralewaymedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "lubalin_graphbookregular";
  src: url("/assets/fonts/lubalin-graph-book-regular-webfont.eot");
  src: url("/assets/fonts/lubalin-graph-book-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/lubalin-graph-book-regular-webfont.woff") format("woff"), url("/assets/fonts/lubalin-graph-book-regular-webfont.ttf") format("truetype"), url("/assets/fonts/lubalin-graph-book-regular-webfont.svg#lubalin_graphregular") format("svg");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "lubalin_graphregular";
  src: url("/assets/fonts/lubalin_graph_regular-webfont.eot");
  src: url("/assets/fonts/lubalin_graph_regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/lubalin_graph_regular-webfont.woff2") format("woff2"), url("/assets/fonts/lubalin_graph_regular-webfont.woff") format("woff"), url("/assets/fonts/lubalin_graph_regular-webfont.ttf") format("truetype"), url("/assets/fonts/lubalin_graph_regular-webfont.svg#lubalin_graphregular") format("svg");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "OmnesRegular";
  src: url("/assets/fonts/omnes-regular-webfont.eot");
  src: url("/assets/fonts/omnes-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/omnes-regular-webfont.woff") format("woff"), url("/assets/fonts/omnes-regular-webfont.ttf") format("truetype"), url("/assets/fonts/omnes-regular-webfont.svg#OmnesRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OmnesMedium";
  src: url("/assets/fonts/omnes-medium-webfont.eot");
  src: url("/assets/fonts/omnes-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/omnes-medium-webfont.woff") format("woff"), url("/assets/fonts/omnes-medium-webfont.ttf") format("truetype"), url("/assets/fonts/omnes-medium-webfont.svg#OmnesMedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OmnesSemibold";
  src: url("/assets/fonts/omnes-semibold-webfont.eot");
  src: url("/assets/fonts/omnes-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/omnes-semibold-webfont.woff") format("woff"), url("/assets/fonts/omnes-semibold-webfont.ttf") format("truetype"), url("/assets/fonts/omnes-semibold-webfont.svg#OmnesSemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
.newhidden {
  display: none !important;
}

.uptotab {
  display: none !important;
}
@media (max-width: 950px) {
  .uptotab {
    display: block !important;
  }
}

.uptotabsmall {
  display: none !important;
}
@media (max-width: 780px) {
  .uptotabsmall {
    display: block !important;
  }
}

.uptophone {
  display: none !important;
}
@media (max-width: 420px) {
  .uptophone {
    display: block !important;
  }
}

body {
  width: 100%;
  font-family: "OmnesRegular";
  letter-spacing: 0.5px;
}

input {
  border: none;
  box-sizing: border-box;
  padding: 0 10px;
}

input:focus {
  outline: none;
}

ul, ol {
  padding-left: 0;
  margin: 0;
}
ul li, ol li {
  list-style: none;
}

img {
  width: 100%;
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "OmnesRegular";
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 35px;
  margin-bottom: 1em;
    margin-top: 50px;
}

h2 {
  font-size: 24px;
  color: #0096d3;
}

h3 {
  font-size: 18px;
}

p {
  margin-top: 0;
}

.btn, header nav .menuWrapper .logout a, header nav .right .logout a {
  display: block;
  background: #0096d3;
  border-radius: 5px;
  color: #fff;
  height: 35px;
  line-height: 35px;
  font-family: "OmnesRegular";
  font-size: 15.5px;
  text-align: center;
  text-transform: uppercase;
}
.btn.light, header nav .menuWrapper .logout a.light, header nav .right .logout a.light {
  background: #ebf7fc;
  color: #0096d3;
}

.link {
  box-sizing: border-box;
  display: block;
  min-height: 40px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  color: #0096d3;
  font-family: "OmnesMedium";
  background: #ebf7fc;
  width: auto;
  border-radius: 5px;
  padding: 10px;
}
.link:hover {
  color: #fff;
  background: #50ad85;
}
.link:after {
  content: '\00BB';
  display: inline-block;
  margin-left: 5px;
}
.link.dark {
  background: #0096d3;
  color: #fff;
}

.wrapper {
  width: 100%;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s ease;
          transition: transform 0.5s ease;
}
.wrapper.active {
  -webkit-transform: translateX(-280px);
      -ms-transform: translateX(-280px);
          transform: translateX(-280px);
}
@media (min-width: 1058px) {
  .wrapper.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.innerWidth, .searchWrap form, .pageHeader, .page-simple {
  width: 95%;
  max-width: 1175px;
  margin: 0 auto;
}
.innerWidth:before, .searchWrap form:before, .pageHeader:before, .page-simple:before, .innerWidth:after, .searchWrap form:after, .pageHeader:after, .page-simple:after {
  content: "";
  display: block;
  clear: both;
}

header {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 10;
}
header:before, header:after {
  content: "";
  display: block;
  clear: both;
}
header .logo {
  float: left;
  width: 250px;
  margin-top: 22px;
  margin-right: 20px;
}
@media (max-width: 1250px) {
  header .logo {
    width: 170px;
    margin-top: 30px;
  }
}
@media (max-width: 1165px) {
  header .logo {
    margin-top: 25px;
  }
}
@media (max-width: 420px) {
  header .logo {
    margin-top: 20px;
  }
}
header .logo img {
  width: 100%;
}
header nav {
  width: 100%;
  float: left;
}
header nav:before, header nav:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 1165px) {
  header nav {
    height: 70px;
  }
}
@media (max-width: 420px) {
  header nav {
    height: 60px;
  }
}
header nav .menuWrapper {
  display: block;
  width: auto;
  float: left;
}
@media (max-width: 1165px) {
  header nav .menuWrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: #0072a0;
    box-sizing: border-box;
    padding: 20px 15px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform  0.5s ease;
            transition: transform  0.5s ease;
  }
  header nav .menuWrapper.active {
    -webkit-transform: translateX(280px);
        -ms-transform: translateX(280px);
            transform: translateX(280px);
  }
}
header nav .menuWrapper .btn.login,header nav .menuWrapper .btn.login-payment, header nav .menuWrapper .logout a.login, header nav .right .logout .menuWrapper a.login {
  display: none;
}
@media (max-width: 1165px) {
  header nav .menuWrapper .btn.login, header nav .menuWrapper .btn.login-payment, header nav .menuWrapper .logout a.login, header nav .right .logout .menuWrapper a.login {
    display: block;
  }
    header nav .menuWrapper .btn.login-payment{
        width: 100% !important;
        margin-bottom: 25px;
    }
}
header nav .menuWrapper .logout a {
  display: none;
}
@media (max-width: 1165px) {
  header nav .menuWrapper .logout a {
    display: block;
  }
}
header nav .menuWrapper ul {
  margin: 0;
}
header nav .menuWrapper li {
  display: inline-block;
  position: relative;
}
@media (max-width: 1165px) {
  header nav .menuWrapper li {
    display: block;
  }
}
header nav .menuWrapper li a {
  display: block;
  color: #000;
  text-decoration: none;
  font-family: "OmnesRegular";
  font-size: 16px;
  padding: 30px 10px;
}
@media (max-width: 1165px) {
  header nav .menuWrapper li a {
    color: #fff;
    border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
  }
}
header nav .menuWrapper li.hasSub:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 13px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: #999 5px solid;
  border-left: transparent 8px solid;
  border-right: transparent 8px solid;
}
@media (max-width: 1165px) {
  header nav .menuWrapper li.hasSub:after {
    content: none;
  }
}
@media (max-width: 1165px) {
  header nav .menuWrapper li.hasSub a {
    position: relative;
  }
  header nav .menuWrapper li.hasSub a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top: #fff 5px solid;
    border-left: transparent 8px solid;
    border-right: transparent 8px solid;
  }
}
header nav .menuWrapper li.hasSub ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #72be9d;
  width: 170px;
  z-index: 10;
}

@media (max-width: 1165px) {
  header nav .menuWrapper li.hasSub ul {
    position: relative;
    width: 100%;
    background: transparent;
  }
}
header nav .menuWrapper li.hasSub ul li {
  display: block;
}
header nav .menuWrapper li.hasSub ul li a {
  box-sizing: border-box;
  padding: 12px 20px;
  font-size: 14px;
  color: #fff;
  border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
}
@media (max-width: 1165px) {
  header nav .menuWrapper li.hasSub ul li a {
    border-color: #0072a0;
    padding-left: 10px;
    color: #72be9d;
  }
  header nav .menuWrapper li.hasSub ul li a:after {
    content: none;
  }
}
header nav .menuWrapper li.hasSub ul li a:hover {
  background: #50ad85;
  color: #fff;
}
@media (max-width: 1165px) {
  header nav .menuWrapper li.hasSub ul li a:hover {
    background: #0072a0;
  }
}
header nav .menuWrapper li.hasSub ul li a:hover:after {
  content: none !important;
}
header nav .menuWrapper li.hasSub:hover:after {
  border-top: #fff 5px solid;
}
@media (max-width: 1165px) {
  header nav .menuWrapper li.hasSub:hover:after {
    left: auto;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
header nav .menuWrapper li.hasSub:hover > ul {
  display: block !important;
  background: #72be9d;
}
header nav .menuWrapper li.hasSub:hover ul a {
  background: #72be9d;
}
@media (max-width: 1165px) {
  header nav .menuWrapper li.hasSub:hover ul a {
    background: #0072a0;
  }
}
header nav .menuWrapper li.hasSub:hover ul a:after {
  content: none;
}
header nav .menuWrapper li:hover a {
  background: #50ad85;
  color: #fff;
}
@media (max-width: 1165px) {
  header nav .menuWrapper li:hover a {
    background: transparent;
  }
}
header nav .menuWrapper > li {
  display: inline-block;
}
header nav .right {
  width: auto;
  float: right;
  margin-top: 22px;
    
    
}
@media (max-width: 1165px) {
  header nav .right {
    margin-top: 0;
    position: absolute;
    right: 0;
  }
}
header nav .right .searchHandle {
  cursor: pointer;
  position: relative;
  cursor: pointer;
  display: block;
  height: 35px;
  width: 35px;
  float: left;
  background: url("/assets/images/icon_search.png") no-repeat center;
}
@media (max-width: 1165px) {
  header nav .right .searchHandle {
    margin-top: 18px;
    margin-right: 30px;
  }
}
@media (max-width: 420px) {
  header nav .right .searchHandle {
    margin-right: 15px;
  }
}
header nav .right .searchHandle.active:after {
  content: '';
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: #0096d3 5px solid;
  border-left: transparent 4px solid;
  border-right: transparent 4px solid;
}
header nav .right .menuHandle {
  cursor: pointer;
  display: none;
}
@media (max-width: 1165px) {
  header nav .right .menuHandle {
    display: inline-block;
    vertical-align: middle;
    float: left;
    text-align: center;
    background: #0096d3;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-transform: uppercase;
  }
}
@media (max-width: 420px) {
  header nav .right .menuHandle {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
header nav .right .login,
header nav .right .login-payment
header nav .right .logout {
  width: 98px;
  text-align: center;
  float: left;
}
@media (max-width: 1165px) {
  header nav .right .login,
    header nav .right .login-payment,
  header nav .right .logout {
    display: none;
  }
    header nav .memberLoginRight .logout{
     	display:none !important;   
    }
    header nav .memberLoginRight{
        width: auto !important;
    }
}

footer:before, footer:after {
  content: "";
  display: block;
  clear: both;
}
footer .carouselBanner {
  background: #ebf7fc;
  padding: 45px 0;
}
@media (max-width: 780px) {
  footer .carouselBanner {
    display: none;
  }
}
footer .carouselBanner .quoteSlider .quoteSlide {
  padding-left: 30px;
}
footer .carouselBanner .quoteSlider .quoteSlide:before, footer .carouselBanner .quoteSlider .quoteSlide:after {
  content: "";
  display: block;
  clear: both;
}
footer .carouselBanner .quoteSlider .quoteSlide .imgWrap {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #0096d3 no-repeat center;
  background-size: cover;
}
footer .carouselBanner .quoteSlider .quoteSlide .textWrap {
  display: inline-block;
  vertical-align: middle;
  width: calc(95% - 200px);
  box-sizing: border-box;
  padding-left: 50px;
}
footer .carouselBanner .quoteSlider .quoteSlide .textWrap .quoteText {
  box-sizing: border-box;
  font-family: "lubalin_graphbookregular";
  font-size: 22px;
  quotes: '"' '"';
  margin-bottom: 20px;
  display: block;
  padding-right: 50px;
}
@media (max-width: 1250px) {
  footer .carouselBanner .quoteSlider .quoteSlide .textWrap .quoteText {
    font-size: 18px;
  }
}
footer .carouselBanner .quoteSlider .quoteSlide .textWrap .byline {
  box-sizing: border-box;
  display: block;
  font-family: "OmnesRegular";
  font-size: 14px;
}
footer .carouselBanner .quoteSlider .quoteSlide .textWrap .link {
  background: #50ad85;
  color: #fff;
  width: 200px;
  float: right;
  margin-right: 50px;
}
footer .partners {
  background: #e3e3e3;
  padding: 40px 0;
}
@media (max-width: 780px) {
  footer .partners {
    padding: 30px 0;
  }
}
footer .partners h3 {
  text-transform: uppercase;
  font-family: "ralewaymedium";
  font-size: 20px;
  color: #666;
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  margin-right: -5px;
}
@media (max-width: 780px) {
  footer .partners h3 {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }
}
footer .partners ul {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  width: 75%;
  margin-right: -5px;
}
@media (max-width: 780px) {
  footer .partners ul {
    width: 100%;
  }
}
footer .partners ul li {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  margin-right: -5px;
}
@media (max-width: 780px) {
  footer .partners ul li {
    padding: 0 15px;
  }
}
footer .partners ul li img {
  width: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 780px) {
  footer .partners ul li img {
    max-width: 100%;
  }
}
footer .news_signup {
  padding: 25px 0;
  position: relative;
  background: #50ad85;
  color: #fff;
}
footer .news_signup:after {
  content: "";
  display: block;
  clear: both;
}
footer .news_signup .gridcol, footer .news_signup .productItem {
  box-sizing: border-box;
  float: left;
  margin-right: 2%;
  width: 49%;
}
footer .news_signup .gridcol:nth-of-type(2n), footer .news_signup .productItem:nth-of-type(2n) {
  margin-right: 0px;
}
@media (max-width: 780px) {
  footer .news_signup .gridcol, footer .news_signup .productItem {
    box-sizing: border-box;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  footer .news_signup .gridcol:nth-of-type(1n), footer .news_signup .productItem:nth-of-type(1n) {
    margin-right: 0px;
  }
  footer .news_signup .gridcol {
    width: 95%;
    margin: 0 auto !important;
  }
}
footer .news_signup:before {
  content: '';
  display: block;
  width: 0;
  height: calc(100% - 50px);
  position: absolute;
  top: 25px;
  left: 50%;
  border-right: #fff 1px solid;
}
@media (max-width: 780px) {
  footer .news_signup:before {
    content: none;
  }
}
footer .news_signup .gridcol {
  padding: 25px 0;
}
footer .news_signup h3 {
  font-family: "OmnesRegular";
  font-size: 30px;
  margin-top: 0;
}
@media (max-width: 420px) {
  footer .news_signup h3 {
    font-size: 22px;
  }
}
footer .news_signup h3 i {
  float: right;
  display: inline-block;
  padding: 5px 15px;
  cursor: pointer;
}
@media (max-width: 420px) {
  footer .news_signup p {
    font-size: 14px;
  }
}
footer .news_signup .become {
  float: left;
  padding-right: 50px;
}
@media (max-width: 780px) {
  footer .news_signup .become {
    float: none;
    border-bottom: #fff 1px solid;
    padding-right: 0;
  }
}
footer .news_signup .become .latestNews {
  margin-bottom: 40px;
}
footer .news_signup .become .latestNews .newsItem {
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  margin-bottom: 20px;
}
@media (max-width: 420px) {
  footer .news_signup .become .latestNews .newsItem {
    font-size: 14px;
  }
}
footer .news_signup .become .latestNews .newsItem:hover {
  text-decoration: none;
}
footer .news_signup .become .latestNews .newsItem:hover a {
  opacity: 1;
  text-decoration: underline;
}
footer .news_signup .become .latestNews .newsItem a {
  color: #fff;
  display: inline-block;
  opacity: 0.5;
}
@media (max-width: 420px) {
  footer .news_signup .become .latestNews .newsItem a {
    display: block;
    float: none;
    margin-top: 5px;
  }
}
footer .news_signup .become .termsandcons {
  width: auto;
  margin-bottom: 20px;
}
footer .news_signup .become .termsandcons li {
  display: inline-block;
  padding-right: 10px;
  margin-right: 7px;
  border-right: #fff 1px solid;
}
footer .news_signup .become .termsandcons li:last-of-type {
  border: none;
}
footer .news_signup .become .termsandcons li a {
  color: #fff;
  text-transform: uppercase;
}
footer .news_signup .become .socialLinks {
  width: auto;
}
footer .news_signup .become .socialLinks li {
  display: inline-block;
}
footer .news_signup .become .socialLinks li img {
  width: auto;
}
footer .news_signup .newsletter {
  float: left;
  border: none !important;
  padding-left: 50px;
}
@media (max-width: 780px) {
  footer .news_signup .newsletter {
    float: none;
    border-bottom: #fff 1px solid;
    padding-left: 0;
  }
}
@media (max-width: 780px) {
  footer .news_signup .newsletter h3 {
    font-size: 21px;
    background: #30674f;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px 0 10px 15px;
    margin-bottom: 5px;
  }
}
footer .news_signup .newsletter form {
  display: block;
}
footer .news_signup .newsletter form.active {
  display: block;
}
@media (max-width: 780px) {
  footer .news_signup .newsletter form, .hide-on-mobile h3, .hide-on-mobile p {
    display: none!important;
  }
  footer .news_signup .newsletter form.active {
    display: block;
  }
}
footer .news_signup .newsletter input {
  display: inline-block;
  width: 70%;
  background: rgba(255, 255, 255, 0.7);
  height: 30px;
}
@media (max-width: 987px) {
  footer .news_signup .newsletter input {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 780px) {
  footer .news_signup .newsletter input {
    width: 70%;
    margin-bottom: 0;
  }
}
@media (max-width: 420px) {
  footer .news_signup .newsletter input {
    width: 100%;
    margin-bottom: 10px;
  }
}
footer .news_signup .newsletter label {
  display: inline-block;
  width: 30%;
  height: 30px;
  margin-bottom: 5px;
  margin-right: -5px;
}
@media (max-width: 987px) {
  footer .news_signup .newsletter label {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 780px) {
  footer .news_signup .newsletter label {
    width: 30%;
    margin-bottom: 5px;
  }
}
@media (max-width: 420px) {
  footer .news_signup .newsletter label {
    width: 100%;
    margin-bottom: 0;
  }
}
footer .news_signup .newsletter input[type="submit"] {
  width: 108px;
  height: 40px;
  font-size: 19px;
  line-height: 40px;
  border-radius: 5px;
  background: #fff;
  color: #50ad85;
  font-family: "OmnesMedium";
  float: right;
}
footer .news_signup .newsletter .captchaimg {
  width: 30%;
  height: 30px;
  overflow: hidden;
  display: inline-block;
  vertical-align: -9px;
  margin-right: -5px;
}
@media (max-width: 1200px) {
  footer .news_signup .newsletter .captchaimg {
    width: 100%;
    text-align: center;
    background: #666;
  }
  footer .news_signup .newsletter .captchaimg > img {
    width: 160px;
    display: inline-block;
  }
}
@media (max-width: 420px) {
  footer .news_signup .newsletter .captchaimg {
    width: 100%;
    text-align: center;
    background: #666;
  }
  footer .news_signup .newsletter .captchaimg > img {
    width: 160px;
    display: inline-block;
  }
}
footer .news_signup .newsletter #CaptchaV2 {
  display: inline-block;
  width: 70% !important;
  flaot: right;
  margin-bottom: 20px;
  border-radius: 0;
}
@media (max-width: 1200px) {
  footer .news_signup .newsletter #CaptchaV2 {
    width: 100% !important;
  }
}
@media (max-width: 420px) {
  footer .news_signup .newsletter #CaptchaV2 {
    width: 100% !important;
  }
}
footer .credit {
  background: #000;
  min-height: 60px;
  box-sizing: border-box;
  padding-top: 17px;
}
footer .credit:before, footer .credit:after {
  content: "";
  display: block;
  clear: both;
}
footer .credit #cat_1431208_divs {
  float: left;
  width: 100%;
}
footer .credit #cat_1431208_divs ul {
  margin: 0;
}
footer .credit #cat_1431208_divs ul li {
  display: block;
  float: left;
  padding-right: 10px;
  margin-right: 7px;
  border-right: #fff 1px solid;
}
footer .credit #cat_1431208_divs ul li:last-of-type {
  border: none;
}
footer .credit #cat_1431208_divs ul li a {
  display: block;
  color: #fff;
  font-size: 12px;
}
footer .credit #cat_1431208_divs ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 1250px) {
  footer .credit #cat_1431208_divs ul li:nth-of-type(2) {
    border: none;
  }
  footer .credit #cat_1431208_divs ul li:nth-of-type(3) {
    clear: left;
  }
}
@media (max-width: 780px) {
  footer .credit #cat_1431208_divs ul li {
    float: none;
    border: none;
    margin-bottom: 10px;
  }
}

.searchWrap {
  display: none;
  top: 0;
  left: 0;
  height: 50px;
  background: #edfaff;
  width: 100%;
  z-index: 999;
  padding-top: 15px;
}
.searchWrap.active {
  display: block;
}
.searchWrap form {
  text-align: right;
}
@media (max-width: 1165px) {
  .searchWrap form {
    text-align: center;
  }
}
.searchWrap form input {
  box-sizing: border-box;
  display: inline-block;
  height: 36px;
  background: white;
  border: #0096d3 1px solid;
  border-radius: 2px;
  color: #0096d3;
}
.searchWrap form input[type="submit"]:hover {
  color: #fff;
  background: #0096d3;
}

.quoteSlider {
  position: relative;
}
.quoteSlider .owl-controls {
 
}
.quoteSlider .owl-controls .owl-nav div {
  display: inlnie-block;
  font-size: 0;
  opacity: 0.5;
}
.quoteSlider .owl-controls .owl-nav div:before {
  font-size: 43px;
  color: #50ad85;
}
.quoteSlider .owl-controls .owl-nav div:hover {
  opacity: 1;
}
.quoteSlider .owl-controls .owl-prev {
  float: left;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -mz-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.quoteSlider .owl-controls .owl-next {
  float: right;
    position: absolute;
    top: 50%;
    right:0;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -mz-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}

.pageHeader {
  background: no-repeat center;
  background-size: cover;
  height: 300px;
  margin-bottom: 20px;
  position: relative;
}
.pageHeader h1 {
  color: #fff;
  font-family: "lubalin_graphregular";
  text-align: center;
  width: 100%;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.members_nav {
  padding: 50px 0;
  background: #ecf6f2;
}
.members_nav #cat_1434522_divs #nav_1434522 {
  box-sizing: border-box;
  padding-left: 18px;
}
.members_nav #cat_1434522_divs #nav_1434522 > li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  border-right: #999 1px solid;
  padding-right: 10px;
  margin-right: 10px;
}
.members_nav #cat_1434522_divs #nav_1434522 > li:last-of-type {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
.members_nav #cat_1434522_divs #nav_1434522 > li > a {
  text-transform: uppercase;
  font-size: 14px;
  color: #408a6a;
}
.members_nav #cat_1434522_divs #nav_1434522 > li > a:hover {
  text-decoration: underline;
}
.members_nav #cat_1434522_divs #nav_1434522 > li ul {
  display: block;
}
.members_nav #cat_1434522_divs #nav_1434522 > li ul li a {
  font-size: 13px;
  color: #666;
}
.members_nav #cat_1434522_divs #nav_1434522 > li ul li a:hover {
  color: #50ad85;
}

.blur-filter {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}

.popupscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
}

.popup {
    position: fixed;
    top: 150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 95%;
    max-width: 600px;
    min-height: 150px;
    z-index: 9999;
    background: #fff;
    text-align: left;
}
.popup .popupclose {
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  background: #0096d3;
  color: #fff;
  text-align: center;
  font-size: 22px;
}
.popup .popupclose:before {
  line-height: 45px;
}
.popup .popupcontent {
  box-sizing: border-box;
  padding: 30px;
}
.popup .popupcontent:before, .popup .popupcontent:after {
  content: "";
  display: block;
  clear: both;
}

.popup.login .secure-login, .popup.login-payment .secure-login{
  background: none;
  border: none;
}
.popup.login .secure-login h3, .popup.login-payment .secure-login h3{
  background: none;
  border: none;
  font-size: 20px;
}
.popup.login .secure-login form, .popup.login-payment .secure-login form{
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.popup.login .secure-login form:before, .popup.login .secure-login form:after,
.popup.login-payment .secure-login form:before, .popup.login-payment .secure-login form:after{
  content: "";
  display: block;
  clear: both;
}

.popup.login .secure-login input[type="submit"], .popup.login-payment .secure-login input[type="submit"]{
  margin: 0;
}
.popup.login .secure-login a, .popup.login-payment .secure-login a{
  display: block;
  float: left;
  clear: left;
  color: #0096d3;
  margin-top: 12px;
}
.popup.login .secure-login .item:after, .popup.login-payment .secure-login .item:after{
  content: "";
  display: block;
  clear: both;
}
.popup.login .secure-login .item:last-of-type, .popup.login-payment .secure-login .item:last-of-type
{
  padding-top: 1px;
  margin-top: 20px;
}

.popup.dealer .popupclose {
  z-index: 10;
}
.popup.dealer .popupcontent {
  padding-top: 60px;
}
.popup.dealer h2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 7px 10px 8px;
  background: #dedede;
  color: #999;
  font-size: 20px;
  min-height: 45px;
}
.popup.dealer h3 {
  color: #0096d3;
}
.popup.dealer .dealerLogos {
  width: 100%;
}
.popup.dealer .dealerLogos:before, .popup.dealer .dealerLogos:after {
  content: "";
  display: block;
  clear: both;
}
.popup.dealer .dealerLogos li {
  position: relative;
  box-sizing: border-box;
  padding: 5px;
  max-width: 135px;
  height: 115px;
  float: left;
  line-height: 67px;
}
@media (max-width: 365px) {
  .popup.dealer .dealerLogos li {
    padding: 10px;
    max-width: 114px;
    height: 114px;
    line-height: 57px;
  }
}
.popup.dealer .dealerLogos li > * {
  display: inline-block;
}
.popup.dealer .dealerLogos li img {
  width: 100%;
}

section:not(.news_signup) form {
  box-sizing: border-box;
  width: 70%;
  float: left;
  margin-bottom: 30px;
}
section:not(.news_signup) form:before, section:not(.news_signup) form:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 780px) {
  section:not(.news_signup) form {
    width: 100%;
    float: none;
    padding: 30px;
  }
}
@media (max-width: 420px) {
  section:not(.news_signup) form {
    padding: 0;
    border: none;
  }
}
section:not(.news_signup) form .req {
  color: #0096d3;
}
section:not(.news_signup) form .captchawrap {
  background: #ebf7fc;
  clear: both;
  box-sizing: border-box;
  padding: 10px 10px 10px 30%;
}
section:not(.news_signup) form .captchawrap:before, section:not(.news_signup) form .captchawrap:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 1200px) {
  section:not(.news_signup) form .captchawrap {
    padding: 10px;
  }
}
section:not(.news_signup) form .captchawrap .captchatext {
  font-size: 13px;
  clear: both;
  width: 100%;
  color: #0096d3;
  margin-top: 0;
}
section:not(.news_signup) form .captchawrap .captchaimg {
  max-width: 300px;
  float: left;
  height: 32px;
  overflow: hidden;
}
section:not(.news_signup) form p {
  clear: both;
  margin: 10px 0;
  float: left;
}
section:not(.news_signup) form label {
  text-transform: uppercase;
  clear: left;
  display: block;
  float: left;
  width: 30%;
  box-sizing: border-box;
  padding: 5px 0;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  section:not(.news_signup) form label {
    width: 100%;
  }
}
section:not(.news_signup) form input, section:not(.news_signup) form textarea, section:not(.news_signup) form select {
  border: #999 1px solid;
  display: block;
  float: left;
  width: 70%;
  box-sizing: border-box;
  padding: 5px;
  margin-bottom: 5px;
}
section:not(.news_signup) form input:focus, section:not(.news_signup) form textarea:focus, section:not(.news_signup) form select:focus {
  outline: none;
}
@media (max-width: 1200px) {
  section:not(.news_signup) form input, section:not(.news_signup) form textarea, section:not(.news_signup) form select {
    width: 100%;
  }
}
section:not(.news_signup) form textarea {
  min-height: 180px;
}
section:not(.news_signup) form input[type="checkbox"] {
  display: none;
}
section:not(.news_signup) form input[type="checkbox"]:first-of-type {
  clear: left;
}
section:not(.news_signup) form input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  box-sizing: border-box;
  border: #0096d3 1px solid;
  vertical-align: bottom;
}
section:not(.news_signup) form input[type="checkbox"]:checked + label:before {
  background: #0096d3;
}
section:not(.news_signup) form input[type="radio"] {
  display: none;
}
section:not(.news_signup) form input[type="radio"]:first-of-type {
  clear: left;
}
section:not(.news_signup) form input[type="radio"] + label:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  box-sizing: border-box;
  border: #0096d3 1px solid;
  vertical-align: bottom;
  border-radius: 50%;
}
.radio-outer{
   float:left;   
   width: 70%;
}
.radio-outer label{
  width: auto !important;
  margin-top: -4px;
}
.radio-outer .radio-outer-inner{
    margin-right: 15px;
    float: left;   
}
.radio-outer input[type="radio"]{
      
}
section:not(.news_signup) form input[type="radio"]:checked + label:before {
  background: #0096d3;
}
section:not(.news_signup) form input[type="submit"] {
  border: none;
  width: 108px;
  font-size: 19px;
  padding: 10px;
  border-radius: 5px;
  background: #50ad85;
  color: #fff;
  font-family: "OmnesMedium";
  float: right;
  margin: 20px 0;
  text-transform: uppercase;
}
section:not(.news_signup) form .selwrap {
  border: #999 1px solid;
  display: block;
  float: left;
  width: 70%;
  box-sizing: border-box;
  padding: 5px;
  margin-bottom: 5px;
  position: relative;
  background: url(/assets/images/selarr.png) no-repeat 95% center;
}
section:not(.news_signup) form .selwrap:focus {
  outline: none;
}
@media (max-width: 1200px) {
  section:not(.news_signup) form .selwrap {
    width: 100%;
  }
}
section:not(.news_signup) form .trigger, section:not(.news_signup) form .activetrigger {
  display: block;
  width: 100%;
  height: 100%;
}
section:not(.news_signup) form .dropcontainer ul {
  position: absolute;
  box-sizing: border-box;
  font-size: 15px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: calc(100% + 2px);
  top: 100%;
  left: -1px;
  z-index: 100;
  border: #999 1px solid;
}
section:not(.news_signup) form .dropcontainer ul li {
  padding: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
  border-top: none;
  list-style: none;
}
section:not(.news_signup) form .dropcontainer ul li:hover {
  background: #a0e4ff;
}
section:not(.news_signup) form .dropcontainer ul li a {
  color: #666666;
}
section:not(.news_signup) form .dropcontainer .dropdownvisible {
  height: auto;
}
section:not(.news_signup) form .dropcontainer .dropdownhidden {
  display: none;
}

.page-home .mainbanner {
  margin-bottom: 20px;
  position: relative;
}
.page-home .mainbanner #arrowdown {
  display: block;
  width: 55px;
  height: 55px;
  background: rgba(235, 247, 252, 0.8);
  position: absolute;
  z-index: 999;
  border-radius: 50%;
  right: 20px;
  bottom: 20px;
  text-align: center;
  font-size: 40px;
  color: #0096d3;
  cursor: pointer;
  padding-top: 9px;
  box-sizing: border-box;
}
@media (max-width: 950px) {
  .page-home .mainbanner #arrowdown {
    display: none;
  }
}
.page-home .mainbanner .titleImg {
  position: relative;
  overflow: hidden;
}
.page-home .mainbanner .titleImg:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 54.46809%;
}
.page-home .mainbanner .titleImg > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.page-home .mainbanner .titleImg div {
  background: no-repeat center;
  background-size: cover;
}
.page-home .mainbanner .titleImg h1 {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-family: "lubalin_graphregular";
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  font-size: 42px;
}
@media (max-width: 1000px) {
  .page-home .mainbanner .titleImg h1 {
    font-size: 28px;
  }
}

.page-home .mainbanner .feturedLogo {
  position: absolute;
  width: 90%;
  max-width: 370px;
  left: 30px;
  bottom: 100px;
  top: auto;
  height: auto;
}

.page-home .mainbanner .quicklink {
  position: absolute;
  width: 90%;
  max-width: 370px;
  left: 30px;
  bottom: 30px;
  top: auto;
  height: auto;
}
@media (max-width: 950px) {
	
  .page-home .mainbanner .feturedLogo {
	  max-width: 250px;
	  bottom: 70px;
}
	
  .page-home .mainbanner .quicklink {
    position: static;
    width: 100%;
    max-width: none;
    left: auto;
    bottom: auto;
    top: auto;
  }
  .page-home .mainbanner .quicklink:before, .page-home .mainbanner .quicklink:after {
    content: "";
    display: block;
    clear: both;
  }
}
.page-home .mainbanner .quicklink a {
  display: block;
  box-sizing: border-box;
  background: #50ad85;
  color: #fff;
  margin-top: 20px;
  padding: 12px 20px 12px 12px;
  font-size: 18px;
  border-radius: 2px;
  position: relative;
}
@media (max-width: 950px) {
  .page-home .mainbanner .quicklink a {
    margin-top: 0;
    float: left;
    width: 33.32%;
    border-radius: 0;
  }
}
@media (max-width: 650px) {
	
  .page-home .mainbanner .feturedLogo {
	  display: none;
}
	
  .page-home .mainbanner .quicklink a {
    float: none;
    width: 100%;
  }
}
.page-home .mainbanner .quicklink a:after {
  content: '\f363';
  font-family: 'Ionicons';
  font-size: 18px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-home .mainbanner .quicklink a:hover {
  background: rgba(80, 173, 133, 0.8);
  cursor: pointer;
}
.page-home .blurb {
  background: #ebf7fc;
  padding: 45px 0;
}
.page-home .blurb:before, .page-home .blurb:after {
  content: "";
  display: block;
  clear: both;
}
.page-home .blurb h2 {
  color: #000;
  font-size: 30px;
}
.page-home .blurb .wrap {
  display: table;
}
@media (max-width: 780px) {
  .page-home .blurb .wrap {
    display: block;
  }
}
.page-home .blurb .wrap .icons {
  display: table-row;
  text-align: center;
}
@media (max-width: 780px) {
  .page-home .blurb .wrap .icons {
    display: block;
  }
  .page-home .blurb .wrap .icons:before, .page-home .blurb .wrap .icons:after {
    content: "";
    display: block;
    clear: both;
  }
}
.page-home .blurb .wrap .icons li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 15%;
}
@media (max-width: 780px) {
  .page-home .blurb .wrap .icons li {
    dispaly: block;
    float: left;
    width: 33.32%;
    vertical-align: baseline;
  }
}
.page-home .blurb .wrap .icons li:first-of-type {
  width: 49%;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 780px) {
  .page-home .blurb .wrap .icons li:first-of-type {
    width: 100%;
    margin-bottom: 30px;
  }
}
.page-home .blurb .wrap .icons li:first-of-type h2 {
  margin-top: 0;
}
.page-home .blurb .wrap .icons img {
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}
.page-home .blurb .wrap .icons img + span {
  display: block;
  clear: both;
  font-size: 18px;
  font-family: "lubalin_graphbookregular";
}
.page-home .products {
  padding: 50px 0;
}
.page-home .products .grid .gridcol, .page-home .products .grid .productItem {
  box-sizing: border-box;
  float: left;
  margin-right: 4%;
  width: 48%;
}
.page-home .products .grid .gridcol:nth-of-type(2n), .page-home .products .grid .productItem:nth-of-type(2n) {
  margin-right: 0px;
}
@media (max-width: 950px) {
  .page-home .products .grid .gridcol, .page-home .products .grid .productItem {
    box-sizing: border-box;
    float: left;
    margin-right: 2%;
    width: 23.5%;
  }
  .page-home .products .grid .gridcol:nth-of-type(4n), .page-home .products .grid .productItem:nth-of-type(4n) {
    margin-right: 0px;
  }
}
@media (max-width: 780px) {
  .page-home .products .grid .gridcol, .page-home .products .grid .productItem {
    box-sizing: border-box;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .page-home .products .grid .gridcol:nth-of-type(1n), .page-home .products .grid .productItem:nth-of-type(1n) {
    margin-right: 0px;
  }
}
.page-home .products .grid .gridcol {
  margin-bottom: 4%;
}
.page-home .products .grid .gridcol:before, .page-home .products .grid .gridcol:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 950px) {
  .page-home .products .grid .gridcol:nth-of-type(2) {
    margin-right: 2%;
  }
}
.page-home .products .grid .gridcol .imgWrap {
  width: 48%;
  margin-right: 4%;
  float: left;
}
@media (max-width: 950px) {
  .page-home .products .grid .gridcol .imgWrap {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 780px) {
  .page-home .products .grid .gridcol .imgWrap {
    width: 30%;
    margin-right: 4%;
  }
}
@media (max-width: 500px) {
  .page-home .products .grid .gridcol .imgWrap {
    width: 48%;
    margin-right: 4%;
  }
}
.page-home .products .grid .gridcol .textWrap {
  width: 48%;
  float: left;
}
@media (max-width: 950px) {
  .page-home .products .grid .gridcol .textWrap {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 780px) {
  .page-home .products .grid .gridcol .textWrap {
    width: 66%;
  }
}
@media (max-width: 500px) {
  .page-home .products .grid .gridcol .textWrap {
    width: 48%;
  }
}
.page-home .products .grid .gridcol .textWrap h3 {
  font-size: 22px;
  font-family: "OmnesMedium";
  color: #0096d3;
  text-transform: uppercase;
}
.page-home .products .grid .gridcol .textWrap p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.page-home .products .grid .gridcol .textWrap .link {
  width: 170px;
  font-size: 15px;
}
.page-home .products .grid .gridcol:hover .textWrap h3 {
  color: #50ad85;
}
.page-home .products .grid .gridcol:hover .textWrap .link {
  background: #50ad85;
  color: #fff;
}

/*landing page teasers*/
.members-landing .teasers {
	padding: 50px 0;
}

.members-landing .teasers .grid {
	padding: 0px;
}

.members-landing .teasers .grid .gridcol {
    margin-bottom: 4%;
	box-sizing: border-box;
    float: left;
    margin-right: 5%;
    width: 30%;
	background-color: #0075C9;
	border-radius: 10px;
	list-style: none;
	text-align: center;
	color: white;
}

.members-landing .teasers .grid .gridcol a {
	color: white;
}

.members-landing .teasers .grid .gridcol:nth-child(3n) {
    margin-right: 0px !important;
}

@media (max-width: 767px) {
  .members-landing .teasers .grid .gridcol { 
		width: 100%;
	}
}

.page-shop {
  padding: 45px 0;
}
.page-shop hgroup {
  margin-bottom: 45px;
}
.page-shop hgroup h1 {
  font-size: 30px;
  margin: 0 0 20px;
  text-transform: capitalize;
}

.productList:before, .productList:after {
  content: "";
  display: block;
  clear: both;
}
.productList .gridcol, .productList .productItem {
  box-sizing: border-box;
  float: left;
  margin-right: 4%;
  width: 48%;
}
.productList .gridcol:nth-of-type(2n), .productList .productItem:nth-of-type(2n) {
  margin-right: 0px;
}
@media (max-width: 950px) {
  .productList .gridcol, .productList .productItem {
    box-sizing: border-box;
    float: left;
    margin-right: 2%;
    width: 32%;
  }
  .productList .gridcol:nth-of-type(3n), .productList .productItem:nth-of-type(3n) {
    margin-right: 0px;
  }
}
@media (max-width: 780px) {
  .productList .gridcol, .productList .productItem {
    box-sizing: border-box;
    float: left;
    margin-right: 4%;
    width: 48%;
  }
  .productList .gridcol:nth-of-type(2n), .productList .productItem:nth-of-type(2n) {
    margin-right: 0px;
  }
}
@media (max-width: 340px) {
  .productList .gridcol, .productList .productItem {
    box-sizing: border-box;
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .productList .gridcol:nth-of-type(1n), .productList .productItem:nth-of-type(1n) {
    margin-right: 0px;
  }
}
.productList .productItem {
  margin-bottom: 20px;
}
.productList .productItem .imgwrap {
  position: relative;
  width: 48%;
  margin-right: 4%;
  float: left;
  
}
.productList .productItem .imgwrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.productList .productItem .imgwrap > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media (max-width: 950px) {
  .productList .productItem .imgwrap {
    width: 100%;
    margin-right: 0;
  }
}
.productList .productItem .imgwrap .imgLink {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.productList .productItem .textwrap {
  width: 48%;
  float: left;
}
@media (max-width: 950px) {
  .productList .productItem .textwrap {
    width: 100%;
    margin-right: 0;
  }
}
.productList .productItem .textwrap .prodTitle {
  font-size: 22px;
  font-family: "OmnesMedium";
  color: #0096d3;
  margin-bottom: 10px;
}
.productList .productItem .textwrap .descr {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.productList .productItem .textwrap .link {
  font-size: 15px;
}

.page-shop.details .cateTitle {
  margin-bottom: 20px;
}
.page-shop.details .cateTitle h1 {
  font-size: 16px;
}
.page-shop.details .cateTitle h1:before {
  content: ' Category';
  display: inlnie-block;
  background: #d3f2ff;
  color: #0096d3;
  padding: 3px 5px 5px;
  margin-right: 8px;
}
.page-shop.details .cateTitle p {
  display: none;
}
.page-shop.details .productItem {
  width: 100%;
  margin-right: 0;
}

.page-product {
  margin-bottom: 45px;
}
.page-product:before, .page-product:after {
  content: "";
  display: block;
  clear: both;
}
.page-product .leftcol {
  width: 48%;
  margin-right: 4%;
  float: left;
}
@media (max-width: 780px) {
  .page-product .leftcol {
    width: 100%;
    max-width: 600px;
    float: none;
    margin: 0 auto 20px;
  }
}
.page-product .leftcol .prodImgView {
  position: relative;
  max-widtn: 530px;
}
.page-product .leftcol .prodImgView:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.page-product .leftcol .prodImgView > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.page-product .leftcol .prodImgView .imgFrame {
  background: no-repeat center;
  background-size: cover;
}
.page-product .leftcol .prodImgView .imgFrame img {
  display: none;
}
.page-product .leftcol .productPoplets {
  width: calc(100% + 6px);
  position: relative;
  left: -3px;
}
.page-product .productTitle,
.page-product .rightcol {
  width: 48%;
  float: right;
}
@media (max-width: 780px) {
  .page-product .productTitle,
  .page-product .rightcol {
    width: 100%;
    max-width: 600px;
    float: none;
    margin: 0 auto;
  }
}
.page-product .productTitle strong,
.page-product .rightcol strong {
  font-family: "OmnesMedium";
}
.page-product .productTitle ul,
.page-product .rightcol ul {
  box-sizing: border-box;
  padding-left: 20px;
}
.page-product .productTitle ul li,
.page-product .rightcol ul li {
  list-style: disc;
}
.page-product .productTitle ol,
.page-product .rightcol ol {
  box-sizing: border-box;
  padding-left: 15px;
}
.page-product .productTitle ol li,
.page-product .rightcol ol li {
  list-style: decimal;
}
.page-product .productTitle .link,
.page-product .rightcol .link {
  margin: 20px 0;
}
.page-product .productTitle h1 {
  text-transform: uppercase;
  color: #0096d3;
}
.page-product .related {
  clear: both;
}
.page-product .thumb {
  position: relative;
  width: calc(100% + 4px);
  left: -2px;
}
.page-product .thumb:before, .page-product .thumb:after {
  content: "";
  display: block;
  clear: both;
}
.page-product .thumb li {
  width: 25%;
  float: left;
  box-sizing: border-box;
  border: #fff 2px solid;
}
.page-product .thumb li.active {
  opacity: 0.5;
  border-bottom-color: #0096d3;
}

.relatedProdList {
  width: 100%;
  display: none;
}
.relatedProdList:before, .relatedProdList:after {
  content: "";
  display: block;
  clear: both;
}
.relatedProdList.active {
  display: block;
}
.relatedProdList .relatedProds a {
  display: block;
}
.relatedProdList .relatedProds .prodImg {
  box-sizing: border-box;
  border: #f2f2f2 1px solid;
  position: relative;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
  margin-bottom: 15px;
}
.relatedProdList .relatedProds .prodImg:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.relatedProdList .relatedProds .prodImg > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.relatedProdList .relatedProds h2 {
  text-align: center;
  font-size: 20px;
}
.relatedProdList .owl-controls {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
}
.relatedProdList .owl-controls .owl-nav div {
  display: inlnie-block;
  font-size: 0;
  opacity: 0.5;
}
.relatedProdList .owl-controls .owl-nav div:before {
  font-size: 43px;
  color: #50ad85;
}
.relatedProdList .owl-controls .owl-nav div:hover {
  opacity: 1;
}
.relatedProdList .owl-controls .owl-prev {
  float: left;
}
.relatedProdList .owl-controls .owl-next {
  float: right;
}

.owl-carousel .item {
  height: 10rem;
  background: #4DC7A0;
  padding: 1rem;
}

.page-simple {
  width: 85%;
  padding-bottom: 50px;
}
.page-simple:before, .page-simple:after {
  content: "";
  display: block;
  clear: both;
}
.page-simple .rightcol {
  width: 25%;
  float: right;
}
@media (max-width: 780px) {
  .page-simple .rightcol {
    width: 100%;
    float: none;
  }
}
.page-simple h2 {
  
}
.page-simple h3 {
  font-size: 1.3rem;
}
.page-simple h4 {
  font-size: 1.15rem;
    color: #0081c6;
    font-weight: 900;
}
.page-simple h5 {
  font-size: 1rem;
}
.page-simple h6 {
  font-size: 1rem;
  color: #999;
}
.page-simple p {
  line-height: 1.5em;
}
.page-simple img {
  width: auto;
  display: inlnie-block;
}
.page-simple .align_left {
  float: left;
  margin: 8px 30px 8px 0;
}
@media (max-width: 660px) {
  .page-simple .align_left {
    float: none;
    margin: 5px auto 15px;
    display: block;
    clear: both;
  }
}
.page-simple .align_right {
  float: right;
  margin: 8px 0 8px 30px;
}
@media (max-width: 660px) {
  .page-simple .align_right {
    float: none;
    margin: 5px auto 15px;
    display: block;
    clear: both;
  }
}
.page-simple .align_centre {
  margin: 5px auto 30px;
  display: block;
  clear: both;
}
.page-simple a {
  color: #0096d3;
}
.page-simple a:hover {
  text-decoration: underline;
}
.page-simple strong, .page-simple b {
  font-family: "OmnesMedium";
}
.page-simple .search-result a {
  color: #50ad85;
  font-family: "OmnesMedium";
}
.page-simple #searchprev, .page-simple #searchnext {
  color: #50ad85;
  padding: 0 15px 3px;
  border: #50ad85 1px solid;
}
.page-simple #searchprev:hover, .page-simple #searchnext:hover {
  background: #50ad85;
  color: #fff;
  text-decoration: none;
}
.page-simple ul {
  box-sizing: border-box;
  padding-left: 20px;
  margin: 5px 0;
}
.page-simple ul li {
  list-style: disc;
}
.page-simple ol {
  box-sizing: border-box;
  padding-left: 15px;
  margin: 5px 0;
}
.page-simple ol li {
  list-style: decimal;
}

.promo {
  background: url(/assets/images/nextarr.png) no-repeat 95% 90% #ebf7fc;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10%;
  font-family: "lubalin_graphbookregular";
  margin-bottom: 20px;
}
@media (max-width: 780px) {
  .promo {
    width: 48%;
    float: left;
    padding: 5%;
    margin-bottom: 0;
  }
}
@media (max-width: 420px) {
  .promo {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    background-position: 95% center;
  }
}
.promo:hover {
  background-color: #d3f2ff;
}
@media (max-width: 780px) {
  .promo:nth-of-type(odd) {
    margin-right: 4%;
  }
}
@media (max-width: 420px) {
  .promo:nth-of-type(odd) {
    margin-right: 0;
  }
}
.promo:last-of-type {
  margin-bottom: 0;
}
.promo img {
  display: block;
  width: auto;
  margin: 0 auto 10px;
}
.promo a {
  color: #000;
}

.canvasWrap {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: auto;
  border: #dedede 1px solid;
}
.canvasWrap .captionBox {
  background: #0096d3;
  color: #fff;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 30px;
}
.canvasWrap .regionInfo {
  background: url("/assets/images/mapmarker.png") no-repeat left center;
  box-sizing: border-box;
  padding-left: 40px;
  margin-left: 20px;
}
.canvasWrap .regionInfo h3 {
  color: #0096d3;
  text-transform: uppercase;
  margin-bottom: 0;
}
.canvasWrap .mapbox {
  width: 90%;
  max-width: 500px;
  margin: 20px auto;
}

#skyzer_map {
  display: block;
}
#skyzer_map .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #E3E3E3;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
#skyzer_map .st0:hover {
  fill: #0096d3;
  -webkit-transform: scaleZ(1.2);
          transform: scaleZ(1.2);
  cursor: pointer;
}

.CenralOtago before {
  content: 'Central Otago';
  display: block;
  padding: 10px;
  background: #E3E3E3;
}
/*-------related product-------------*/

.related_products{
   display: inline-block;
    width: 24%;
    text-align:center; 
}

/*----------dev main---------------*/

header .logo {
   float:none;
}
header nav .menuWrapper .membersnav_top li:hover a {
    background:#0096d3;
    color:#fff;
    
}
header nav .menuWrapper .membersnav_top li a{
  color:#50ad85;   
}

.team_page .grid .gridcol {
    margin-bottom: 4%;
    float:none !important;
    display:inline-block;
}
.team_page .grid .gridcol, .team_page .grid .productItem {
    box-sizing: border-box;
    float: left;
    margin-right: 2%;
    width: 48%;
}
.team_page .grid .gridcol .imgWrap {
    width: 260px;
    margin-right: 4%;
    float: left;
    height: 283px;
    position: relative;
}
.team_page .grid .gridcol .imgWrap img {
   max-height: 100%;
   position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -mz-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
} 
.team_page .grid .gridcol .textWrap {
    width: 46%;
    float: left;
    text-align: left;
}
.team_page ul li{
   list-style: none;   
}
/* .team_page .grid .gridcol:hover .textWrap h3 {
    color: #50ad85;
}  */
.team_page .grid .gridcol .textWrap h3 {
    font-size: 22px;
    font-family: "OmnesMedium";
    color: #0096d3;
  

}
.team_page .grid .gridcol .textWrap p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.productList .productItem .imgwrap {
 
  outline:none;
}
.textwrap h2 {
    font-size: 16px;
    color:#666;
    margin-bottom: 30px;
    text-transform: uppercase;
   
}
.textwrap .descr p{
   display:none;   
}

.page-simple .team_page ul.grid{
    padding-left:0px;
    margin: 10px 0;
}
.page-simple .team_page ul.grid .gridcol:nth-of-type(2n){
    margin-right: 0px;
}
.page-simple .team_page ul.grid h2{
   margin-bottom: 30px;
   text-align: center;
      text-transform: uppercase;
}

@media only screen
and (max-width : 479px) {
   .team_page .grid .gridcol .imgWrap {
    width: 100%;
    margin-right: 0;
    float: none;
    height: 225px;  
}
    .team_page .grid .gridcol .textWrap {
    width: 100%;
    float: none;
    text-align: center;
    }
    .team_page .grid .gridcol {
      float: none;
        margin-right: 0;
        width: 100%;  
    }
    header nav .right {
       top: 0;
       right: 2.5%;  
}
}
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 480px)
and (max-width : 767px) {
 .team_page .grid .gridcol .imgWrap {
        height: 150px;
        width: 46%;
}
 
    
 header nav .right {
   top: 0;
   right: 2.5%;     
}
 .team_page .grid .gridcol .textWrap h3 {
    font-size: 16px;
 }
}
@media only screen
and (min-width : 768px)
and (max-width : 1165px){
    .team_page .grid .gridcol .imgWrap {
        height: 150px;
        width: 46%;
}
 
    
 header nav .right {
   top: 0;
  right: 2.5%;
}
 .team_page .grid .gridcol .textWrap h3 {
    font-size: 16px;
 } 
      
}
.loginForm{
    
}
.loginForm{
    
}
.loginForm input[type="text"],.loginForm input[type="password"]{
    margin-left: 0 !important;
    background: none !important;
    padding: 9px 6px;
    border-radius: 3px;
}

.btn.login-payment{
    width: 98px;
    text-align: center;
    float: left; 
}
header nav .memberLoginRight{
        width: 27%;
}
header nav .memberLoginRight .logout{
    display: inline-block;
    float: left;
}
header nav .memberLoginRight .logout a{
    padding: 0 29px;
}
header nav .right.memberLoginRight {
   width: 28%;
}
header nav .logout{
    margin-right: 10px;
    display: inline-block;
}
header nav .logout a{
    display: block;
    background: #0096d3;
    border-radius: 5px;
    color: #fff;
    height: auto;
    line-height: 35px;
    font-family: "OmnesRegular";
    font-size: 15.5px;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 19px;
}

 .cartLink{
    display: block;
    margin: 40px auto;
    width: 95%;
    max-width: 1175px;
    min-height: 200px
 }
.cart .quantity{
  text-align:center !important;   
}
.cart .quantity input{
    border: 1px solid #ccc !important;  
    text-align: center !important;  
}
table.cart{
  margin-bottom: 25px;   
}
.shop-quote.shop-form label{
  font-size: 16px;    
}
.shop-quote.shop-form input{
  margin:0 !important;   
}

.shop-cart .breadcrumbs{
  margin-top: 25px;   
}

.shop-quote.shop-form .cat_dropdown_smaller {
    width: 150px !important;
}
.clearfix::after{
    display: block;
    content: "";
    clear: both;
}
header nav .menuWrapper li.hasSub ul li ul{
  left: 100%;
    transform: none;
    top: 0;
    display: none;
}
header nav .menuWrapper li.hasSub > ul li:hover > ul{
    display: block;
}
header nav .menuWrapper li.hasSub ul img{
    width: auto;
    float: right;
    margin-top: 3px;
}