/*!
Theme Name: _s
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

@font-face {
    font-family: 'futura_ptmedium';
    src: url('fonts/futuraptmedium-webfont.woff2') format('woff2'),
         url('fonts/futuraptmedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal; font-display:swap;
}

@font-face {
    font-family: 'futura_ptlight';
    src: url('fonts/futuraptlight-webfont.woff2') format('woff2'),
         url('fonts/futuraptlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal; font-display:swap;
}

@font-face {
  font-family: 'Futura-Book'; 
  src: url("fonts/Futura-Book.woff2") format("woff2"), url("fonts/Futura-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal; font-display:swap;
}

/*@font-face {
  font-family: 'oswaldbold';
  src: url("fonts/oswald-bold-webfont.woff2") format("woff2"), url("fonts/oswald-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'oswald_lightregular';
  src: url("fonts/oswald-light_2-webfont.woff2") format("woff2"), url("fonts/oswald-light_2-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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;
}

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

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

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

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

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

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

/**
 * 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;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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;
  padding: 0;
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {font-family: 'futura_ptmedium'; color:#5F5F5F;
  /*color: #6e6e6e;*/
  /*font-family: futura-pt, sans-serif;*/
  font-size: 1.1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {font-family: 'futura_ptmedium';
  clear: both;
  /*font-family: futura-pt, sans-serif;*/
  text-transform: uppercase;
}

h2, h3 {
  font-weight: 600;
}

p {
  margin-bottom: 1.5em;
  font-weight: 400;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

/*
 * Version: 3.0
 * Last updated: 20-10-2020;
 */
.align-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}

.row .row {
  padding-left: 0;
  padding-right: 0;
}

.row-fluid {
  width: 100%;
  max-width: 100%;
}

.columns {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

.columns img {
  display: block;
}

.column-cancel-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.one {
  width: 8.3333333%;
}

.two {
  width: 16.666667%;
}

.three {
  width: 25%;
}

.four {
  width: 33.333333%;
}

.five {
  width: 41.666667%;
}

.six {
  width: 50%;
}

.seven {
  width: 58.3333333%;
}

.eight {
  width: 66.6666667%;
}

.nine {
  width: 75%;
}

.ten {
  width: 83.3333333%;
}

.eleven {
  width: 91.6666667%;
}

.twelve {
  width: 100%;
}

.auto-width {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 992px) {
  .one {
    width: auto;
  }

  .two {
    width: auto;
  }

  .three {
    width: auto;
  }

  .four {
    width: auto;
  }

  .five {
    width: auto;
  }

  .six {
    width: auto;
  }

  .seven {
    width: auto;
  }

  .eight {
    width: auto;
  }

  .nine {
    width: auto;
  }

  .ten {
    width: auto;
  }

  .eleven {
    width: auto;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-display: swap;
  font-family: 'FontAwesome';
  src: url(fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block; font: normal normal normal 20px FontAwesome !important;
  /*font: normal normal normal 14px/1 FontAwesome;*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.blue-button {
  border-radius: 100px;
  display: inline-block;
  padding: 15px 50px;
  background-color: #FFFFFF;
  color: #007FAD;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 25px;
}

.relative {
  position: relative;
}

.clearfix {
  clear: both;
}

.homepage-banner {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background-color: #02253C;
  color: white;
  background-size: cover !important;
}

.homepage-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
  width: 100%;
  height: 100%;
}

.homepage-banner .row {
  height: 100%;
}

.homepage-banner h1 {
  color: white;
  font-size: 3.5em;
  line-height: 1em;
  margin: 0 0 15px 0;
}

.homepage-banner .subtitle {font-family: 'futura_ptmedium';
  display: block;
  /*font-family: futura-pt, sans-serif;*/
  font-size: 2em;
  line-height: 1em;
  font-weight: 600;
}

.homepage-banner .buttons {
  list-style-type: none;
  margin: 50px 0 0 0;
  padding: 0px;
}

.homepage-banner .buttons li {
  display: inline-block;
  margin-right: 15px;
}

.homepage-banner .buttons li:first-of-type a, .homepage-banner .buttons li:last-of-type a {
  background-color: #FFFFFF;
  color: #007FAD;
  border: 2px solid #FFFFFF;
}

.homepage-banner .buttons li a {
  border-radius: 100px;
  padding: 15px 60px;
  border: 2px solid white;
  color: white;
  font-weight: 700;
}

.homepage-banner .buttons li a.btn-catalogue {background-color: #FFFFFF; color: #007FAD; border: 2px solid #FFFFFF; padding:15px 35px;}

.four-ctas {
  padding: 50px 0;
  background-color: #F7F7F7;
}

.four-ctas .three:last-of-type .border {
  border-right: 0px;
}

.four-ctas .border {
  border-right: 1px solid #E2E2E2;
}

.four-ctas h2 {  font-size: 1.5em; color:#02253C; /*color: #007FAD;*/ margin: 0px; padding: 0px;}

.four-ctas .subtitle {
  display: block;
  color: #02253C;
  font-size: 0.9em;
  line-height: 0.9em;
  text-transform: uppercase;
  font-weight: 700;
}

.homepage-introduction {
  padding: 50px 0;
}

.homepage-introduction h2 {
  color: #02253C;
  font-size: 1.7em;
  line-height: 1.3em;
}

.homepage-introduction p {color:#5F5F5F;
  font-size: 1.1em;
  line-height: 1.5em;
  /*color: #9F9F9F;*/
}

.white-bg {
  background-color: white;
  padding: 5px;
  border-radius: 5px;
  height: 100%;
}

.white-bg h2 {
  font-size: 1em;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #007FAD;
  margin: 10px 0;
  padding: 0px;
}

.white-bg img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.product-categories {
  position: relative;
  padding: 80px 0;
}

.product-categories h2.title {
  font-size: 2em;
  margin: 0px;
  padding: 0px;
}

.product-categories .slider-arrows {
  position: absolute;
  top: 0;
  right: 0;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  z-index: 999;
}

.product-categories .slider-arrows li {
  display: inline-block;
}

.product-categories .slider-arrows li button {
  background-color: transparent;
  font-size: 3em;
  color: white;
  background-color: transparent;
  border: 0px;
  padding: 0px 15px;
}

.product-categories .slider-arrows li button:hover {
  cursor: pointer;
}

.product-categories .drag {
  position: absolute;
  top: 90px;
  z-index: 999;
  right: 8%;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 100px;
  border: 1px solid #02253C;
  color: white;
  letter-spacing: 2px;
  font-size: 0.8em;
}

.product-categories .slider {
  padding: 50px 0;
}

.product-categories .slider .white-bg {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
}

.product-categories .slider .white-bg h2 {
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
  color: #007FAD;
  margin: 25px 0 0 0;
  padding: 0px;
}

.product-categories .slider .white-bg img {
  width: auto;
  height: 200px;
  object-fit: cover;
  margin: 0 auto;
}

.product-categories .text-center {
  text-align: center;
}

.product-categories .progress-bar {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 50px;
}

.product-categories .progress-bar .progress {
  width: 250px;
  height: 3px;
  background-color: white;
  position: relative;
  top: -1px;
}

.product-categories .blue-button {
  margin-top: 25px;
}

.brands-supplied {
  padding: 40px 0;
  background-color: #F7F7F7;
}

.brands-supplied .row {
  height: 100%;
}

.brands-supplied h2 {
  color: #02253C;
  margin: 0px;
  padding: 0px;
  font-size: 2em;
  text-transform: uppercase;
}

.brands-supplied img {
  width: auto;
  height: 80px;
  display: inline-block !important;
  margin-right: 15px;
}

.contact-cta-wrapper {
  padding: 62.5px 0;
}

/*.contact-cta-wrapper .contact-cta {
  background: url("images/contactcta.jpg");
  background-size: cover;
}*/

.contact-cta-wrapper .contact-cta .columns {
  padding: 0px;
}

.contact-cta-wrapper .contact-cta .blue {
  padding: 80px;
  background-color: #ffffff;
  color: #072b37;
}

.contact-cta-wrapper .contact-cta .blue h2 {
  color: #072b37;
  margin: 0px;
  padding: 0px;
  font-size: 2em;
  line-height: 1.5em;
}

.contact-cta-wrapper .contact-cta .blue p {
  color: #072b37;
  margin: 10px 0;
}

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

.satisfied-customers {
  padding: 100px 0;
  background-color: #f4f4f4;
  overflow-x: hidden;
}

.satisfied-customers .content h2 {
  color: #02253C;
  font-size: 2.5em;
  line-height: 1em;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.satisfied-customers .content p {
  margin: 0px;
  padding: 20px 0;
  text-align: center;
  color: #02253C;
}

.satisfied-customers .slick-list {
  overflow: visible;
}

.satisfied-customers .slider {
  padding: 40px 0;
}

.satisfied-customers .slider .white-bg {
  padding: 80px 50px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.cart-node {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 21px;
  border-radius: 50%;
  font-size: 0.7em;
  text-align: center;
  top: -5px;
  left: 28px;
}

.cart-node.empty {
  background-color: #9F9F9F;
  color: white;
}

.cart-node.itemsincart {
  background-color: #02253C;
  color: white;
}

.general-header {
  padding: 50px 0;
}

.general-header h1 {
  color: white;
  margin: 0px;
  padding: 0px;
}

.short-description p {
  font-size: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
}

.white-bg-product-cat {
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  padding: 20px;
  transition: all 1s ease;
}

.white-bg-product-cat:hover {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
}

.white-bg-product-cat h2 {
  color: #02253C;
  margin: 0px;
  padding: 0px;
  font-size: 1.1em;
  line-height: 1em;
}

.white-bg-product-cat img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  margin-bottom: 15px;
}

.product-cat-margin {
  margin-bottom: 30px;
}

.our-products-template {
  padding: 50px 0;
}

.our-products-template .pad {
  padding-bottom: 40px;
}

.woocommerce .woocommerce-breadcrumb {
  color: white !important;
  font-weight: bold !important;
}

.woocommerce .woocommerce-breadcrumb a {
  color: white !important;
  font-weight: bold !important;
}

.single-product .site-header {
  position: absolute;
  top: 0;
  width: 100%;
}

.breadcrumbs-header {
  padding-top: 180px;
  padding-bottom: 40px;
}

.single-product-grey-wrapper {
  background-color: #F7F7F7;
  padding: 80px 0;
}

.iconic-woothumbs-all-images-wrap {
  float: none !important;
  width: 100% !important;
}

.single-product-content {
  z-index: 99999999;
}

.single-product-content h1 {font-family: 'futura_ptmedium' !important;
  font-size: 30px;
  margin: 0 0 25px 0;
  padding: 0px;
  color: #02253C;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  /*font-family: futura-pt, sans-serif !important;*/
}

.gallery-sub-images .columns {
  padding: 0 5px;
}

.gallery-sub-images img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  background-color: white;
  padding: 5px;
  margin-bottom: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.gallery-sub-images img:hover {
  cursor: pointer;
}

#wp-product-slider {
  position: relative;
  margin-bottom: 15px;
}

#wp-product-slider img {
  width: 100%;
  height: 500px;
  object-fit: contain;
}

#wp-product-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  background-color: transparent;
  color: grey;
  border: 0px;
}

#wp-product-slider .slick-arrow i {
  font-size: 1.5em;
}

#wp-product-slider .slick-arrow:hover {
  cursor: pointer;
}

#wp-product-slider .next-arrow {
  right: 5px;
}

#wp-product-slider .prev-arrow {
  left: 5px;
}

.single-product-enquiry {
  margin-top: 25px;
}

.single-product-enquiry .btn-enquiry {
  position: relative; cursor:pointer;
  background-color: #02253C;
  color: white;
  border-radius: 0px;
  border: 0px;
  padding: 15px 75px;
  text-transform: uppercase;
}

.single-product-enquiry .btn-enquiry:hover {
  cursor: pointer;
  background-color: #00070b;
}

.single-product-enquiry .btn-enquiry img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 20px;
}

.pdf-download {
  margin-top: 25px;
}

.pdf-download a {
  color: #015C6D;
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.pdf-download a:before {
  content: '\f019';
  font-family: 'FontAwesome';
  padding-right: 15px;
}

.single-product-downloads {
  padding: 50px 0;
}

.single-product-downloads .remove-spacing .columns {
  padding: 0px;
}

.single-product-downloads .title {
  display: block;
  color: #007FAD;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}

.single-product-downloads a, .single-product-downloads button {
  display: block;
  color: #02253C;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  background-color: transparent;
  border: 0px;
  padding: 0px;
}

.single-product-downloads a:hover, .single-product-downloads button:hover {
  cursor: pointer;
  text-decoration: underline;
}

.single-product-downloads i {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  font-size: 2em;
  display: block;
  text-align: center;
}

.single-product-downloads .embed-container {
  margin-bottom: 25px;
}

.single-product-downloads .spec-download img, .single-product-downloads .product-enq img {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.single-product-downloads .product-enq img {
  object-fit: contain;
}

.content-tabs-outter {
  background-color: #F7F7F7;
  padding: 60px 0;
}

.content-tabs-outter .content-tabs {
  padding: 20px;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.content-tabs-outter .content-tabs .flexi-module ul {
  margin: 0px;
  padding: 0px;
}

.content-tabs-outter .content-tabs .flexi-module ul li {
  display: block;
  padding: 0 0 5px 0;
  text-align: left;
}

.content-tabs-outter .content-tabs .content-block {
  margin-top: 25px;
  display: none;
}

.content-tabs-outter .content-tabs .content-block h2 {
  font-family: 'Futura-Book';
}

.content-tabs-outter .content-tabs .content-block.active {
  display: block;
}

.content-tabs-outter .content-tabs .wp-wc-tabs ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.content-tabs-outter .content-tabs .wp-wc-tabs ul li {
  display: inline-block;
  width: auto;
  padding: 10px 20px 10px 20px;
  color: #02253C;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  transition: all 1s ease;
}

.content-tabs-outter .content-tabs .wp-wc-tabs ul li:hover {
  cursor: pointer;
}

.content-tabs-outter .content-tabs .wp-wc-tabs ul li.active {
  border-bottom: 3px solid #007FAD !important;
}

.related-products {
  position: relative;
  padding: 60px 0;
  background-color: #F7F7F7;
}

.related-products h2.title {
  color: white;
  font-size: 2em;
  margin: 0px;
  padding: 0px;
  color: #02253C !important;
}

.related-products .slider-arrows {
  position: absolute;
  top: 0;
  right: 0;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  z-index: 999;
}

.related-products .slider-arrows li {
  display: inline-block;
}

.related-products .slider-arrows li button {
  background-color: transparent;
  font-size: 3em;
  color: white;
  background-color: transparent;
  border: 0px;
  padding: 0px 15px;
}

.related-products .slider-arrows li button:hover {
  cursor: pointer;
}

.related-products .drag {
  position: absolute;
  top: 90px;
  z-index: 999;
  right: 8%;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 100px;
  border: 1px solid #02253C;
  color: white;
  letter-spacing: 2px;
  font-size: 0.8em;
}

.related-products .slider {
  padding: 15px 0;
  overflow-x: hidden;
}

.related-products .slider .slick-list {
  overflow: visible;
}

.related-products .slider .white-bg {
  background-color: white;
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.related-products .slider .white-bg h2 {
  font-size: 1em; line-height:1.5em;
  /*line-height: 1em;*/
  text-transform: uppercase;
  color: #007FAD; margin:25px 0px 10px 0px;
  /*margin: 25px 0 0 0;*/
  padding: 0px; white-space:normal;
  /*min-height: 34px;*/
}

.related-products .slider .white-bg img {
  width: auto;
  height: 200px;
  object-fit: cover;
  margin: 0 auto;
}

.related-products .text-center {
  text-align: center;
}

.related-products .progress-bar {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 50px;
}

.related-products .progress-bar .progress {
  width: 250px;
  height: 3px;
  background-color: white;
  position: relative;
  top: -1px;
}

.related-products .blue-button {
  margin-top: 25px;
}

.product-video-popup,
.request-quote-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999999999;
  display: none;
}

.product-video-popup .inner,
.request-quote-popup .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 10px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.7);
  width: 70%;
}

.product-video-popup .inner .exit,
.request-quote-popup .inner .exit {
  position: absolute;
  top: -15px;
  right: -15px;
  border-radius: 50%;
  background-color: #02253C;
  color: white;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.product-video-popup .inner .exit:hover,
.request-quote-popup .inner .exit:hover {
  cursor: pointer;
}

.product-video-popup .inner #wpcf7-f4040-p983-o1 p,
.request-quote-popup .inner #wpcf7-f4040-p983-o1 p {
  margin: 0 0 10px 0;
}

.product-video-popup .inner #wpcf7-f4040-p983-o1 p:nth-child(2), .product-video-popup .inner #wpcf7-f4040-p983-o1 p:nth-child(3),
.request-quote-popup .inner #wpcf7-f4040-p983-o1 p:nth-child(2),
.request-quote-popup .inner #wpcf7-f4040-p983-o1 p:nth-child(3) {
  width: 49.7%;
  display: inline-block;
}

.request-quote-popup .inner {
  padding: 25px;
  width: 50%;
}

.request-quote-popup .inner label {
  text-transform: uppercase;
  color: #02253C;
}

.request-quote-popup .inner input[type="submit"] {
  background-color: #02253C; cursor:pointer;
  color: white;
  padding: 10px 60px;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
  margin-top: 25px;
}

.request-quote-popup .inner input[type="submit"]:hover {
  background-color: #00070b;
}

.request-quote-popup .inner .product input {
  background-color: #fafafa;
  font-weight: 700;
}

.special-offers-banner {
  position: relative;
  padding: 100px 0;
  background: url("../images/specialoffers.jpg");
  background-size: cover;
  background-position: center center;
}

.special-offers-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.special-offers-banner h1 {
  color: white;
  margin: 0px;
  font-size: 3em;
  line-height: 1em;
}

.special-offers-banner span {
  display: block;
  color: white;
  font-size: 2em;
  line-height: 1em;
  margin: 0px;
  font-family: 'oswaldbold';
  text-transform: uppercase;
}

.special-offers-banner p {
  color: white;
  margin: 15px 0 0 0;
}

.special-offers-banner a {
  color: white;
  border: 1px solid white;
  border-radius: 100px;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 30px;
}

.special-offers-intro {
  background-color: #F4F4F4;
  padding: 50px 0;
}

.special-offers-intro p {
  margin: 0px;
  text-align: center;
}

.special-offers-wrapper {
  padding: 50px 0;
}

.special-offers-wrapper .offer-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.special-offers-wrapper .offer-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: url("../images/offer.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  pointer-events: none;
}

.special-offers-wrapper .offer-wrapper .greybg {
  background-color: #EFEFEF;
  padding: 25px;
}

.special-offers-wrapper .offer-wrapper img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.special-offers-wrapper .offer-wrapper h2 {
  margin: 25px 0 5px 0;
}

.special-offers-wrapper .offer-wrapper a.full-spec {
  border: 1px solid #02253C;
  padding: 10px;
  color: #02253C;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.special-offers-wrapper .offer-wrapper button.enquiry {
  background-color: #02253C;
  border: 1px solid #02253C;
  color: white;
  text-align: center;
  display: block;
  padding: 15px;
  width: 100%;
  border-radius: 0px;
}

.special-offers-wrapper .offer-wrapper button.enquiry:hover {
  cursor: pointer;
}

.blackout {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.blackout .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 25px;
}

.blackout .inner .exit {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  color: white;
  background-color: #02253C;
  transition: all 0.4s linear;
}

.blackout .inner .exit:hover {
  cursor: pointer;
  background-color: #00070b;
}

.blackout .inner .wpcf7-form p {
  display: block;
  width: 50%;
  float: left;
  margin-bottom: 10px;
}

.blackout .inner .wpcf7-form p label {
  font-size: 0.9em;
  font-weight: 700;
}

.blackout .inner .wpcf7-form p input[type="text"] {
  width: 100%;
}

.blackout .inner .wpcf7-form p input[type="submit"] {
  width: 100%;
  display: block;
  background-color: #02253C;
  color: white;
  text-align: center;
  padding: 10px;
  border: 0;
  border-radius: 0px;
}

.blackout .inner .wpcf7-form p br {
  display: none;
}

.blackout .inner .wpcf7-form p:nth-child(6), .blackout .inner .wpcf7-form p:nth-child(7) {
  width: 100%;
}

.blackout .inner .wpcf7-form p:nth-child(6) input, .blackout .inner .wpcf7-form p:nth-child(6) label, .blackout .inner .wpcf7-form p:nth-child(7) input, .blackout .inner .wpcf7-form p:nth-child(7) label {
  pointer-events: none;
}

.general-header-general {
  padding-top: 170px;
  padding-bottom: 80px;
  background-size: cover;
  background-position: center center;
}

.general-header-general h1 {
  color: #fff;
  font-size: 50px;
}

.key-points-header-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F7F7F7;
}

.key-point-info {
  display: block;
  color: #007FAD;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.key-point-sub {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

h2 {
  color: #02253C; margin-bottom:5px;
}

.padding__top_md {
  padding-top: 40px;
}

.padding__tb_md {
  padding-top: 60px;
  padding-bottom: 60px;
}

.archive-general-header {
  background: url("images/archivebg.jpg");
  background-size: cover;
  position: relative; padding:60px 0px;
  /*padding: 50px 0 50px 0;*/
  background-size: cover !important;
  background-position: center center !important;
  background-color: #02253C;
  color: white;
}

.archive-general-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 37, 60, 0.7);
  z-index: 9;
}

.archive-general-header .columns {
  position: relative;
  z-index: 99;
}

.archive-general-header h1 {font-size:3em; /*font-size: 3.5em;*/ margin: 0 0 0 0;}

.archive-general-header p {
  color: white;
}

.archive-general-header p a {
  color: white;
  font-weight: 700;
  text-decoration: underline;
}

.archive-general-header a.btn {
  border: 1px solid white;
  border-radius: 100px;
  padding: 10px 50px;
  display: inline-block;
  margin-top: 15px;
  color: white;
}

.archive-general-header img {
  max-height: 500px;
  display: block;
  margin: 0 auto;
}

.archive-product {
  padding: 80px 0 0 0;
}

.archive-product .greybg {
  background-color: #F4F4F4;
  padding: 30px;
  height: 100%;
}

.archive-product .category-introduction {
  margin-bottom: 80px;
}

.archive-product .category-introduction .thumbnail-wrapper {
  position: relative;
}

.archive-product .category-introduction .thumbnail-wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  position: absolute;
  left: 50%;
}

.archive-product .category-introduction .thumbnail-wrapper img {
  position: relative;
  z-index: 99;
}

.archive-product .category-introduction .align-center {
  padding-left: 50px;
}

.archive-product .category-introduction .align-center p strong {font-family: 'futura_ptmedium';
  color: #02253C;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2em;
  /*font-family: futura-pt, sans-serif;*/
}

.single-blog-content {
  padding: 50px 0;
}

.flexi-module img {
  width: 100%;
}

.flexi-module p {color:#5F5F5F;
  /*color: #6E6E6E;*/
}

.about-introduction {padding:100px 0px 50px 0px; /*padding: 100px 0;*/}

.about-introduction .content {
  width: 90%;
}

.about-section {
  position: relative;
  padding-bottom: 100px;
}

.about-section img {
  width: 100%;
}

.about-section .align-right {
  position: absolute;
  right: 15px;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(2, 37, 60, 0.8);
}

.about-section .align-right .align-center {
  padding: 50px;
}

.about-section .align-right h2 {
  color: white;
}

.about-section .align-right p {
  color: white;
}

.about-our-products {
  position: relative;
  padding: 100px 0 160px 0;
  background: url("images/aboutbg.jpg");
  background-size: cover;
}

.about-our-products h2 {
  color: white;
  margin: 0 0 25px 0;
}

.about-our-products .whitebg {
  padding: 40px;
  background-color: white;
  border-radius: 5px;
  margin-bottom: 30px;
}

.about-our-products .whitebg h3 {
  font-size: 1.5em;
  margin: 0 0 20px 0;
  color: #007FAD;
}

.about-our-products .whitebg ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  columns: 3;
}

.about-our-products .whitebg ul li {
  display: block;
  color: #02253C;
  font-size: 1.2em;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 700;
}

.about-our-products .whitebg ul li:before {
  content: '>';
  padding-right: 15px;
}

.about-text-section {
  padding-bottom: 150px;
}

.about-text-section .minus-margin {
  margin-top: -150px;
}

.about-text-section .align-center {
  top: 70%;
  padding: 0 50px;
}

.about-text-section img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.about-applications {
  padding: 50px 0 100px 0;
  background-color: #F4F4F4;
}

.about-applications .minus-margin {
  margin-top: -150px;
}

.about-applications .align-center {
  padding: 0 50px;
  top: 70%;
}

.about-applications img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.about-applications h2 {color:#007FAD;
  /*color: #33C8FF;*/
  margin: 0 0 15px 0;
}

.about-applications ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  columns: 2;
}

.about-applications ul li {
  display: block;
  color: #02253C;
  font-size: 1.2em;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 700;
}

.about-applications ul li:before {
  content: '>';
  padding-right: 15px;
}

.contact-page-contact-info {
  font-size: 22px;
  padding-top: 10px;
}

.contact-row {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bfc7d5;
}

.contact-wrapper-c {
  border-top: 1px solid #bfc7d5;
}

.addresses {
  margin-top: 40px;
}

.comp-registration-info {
  margin-top: 40px;
}

.comp-registration-info p {
  margin-top: 0;
  margin-bottom: 10px;
}

.product-banner {
  padding: 160px 0 10px 0;
  background: url("images/shopbg.jpg");
  background-size: cover;
  color: white;
}

.blog-general-header {
  padding: 200px 0 100px 0;
  background: url("images/blogbg.jpg");
  background-size: cover;
}

.blog-wrapper {
  padding: 50px 0;
}

.blog-wrapper .columns {
  height: 100%;
}

.blog-wrapper .columns .content-news {
  margin-bottom: 50px;
  height: 100%;
}

.blog-wrapper .columns .content-news img {width: 100%; height:280px; /*height: 200px;*/ object-fit: cover;}

.blog-wrapper .columns .content-news h2 {
  font-size: 20px;
  line-height: 1.3em;
  margin: 25px 0 0 0;
}

.blog-sidebar {
  border-right: 4px solid rgba(0, 0, 0, 0.2);
  padding-right: 20px;
  padding-bottom: 50px;
}

.blog-sidebar input[type="search"] {
  width: 100%;
  border-radius: 100px;
  padding: 10px 20px;
  border: 1px solid rgba(112, 112, 112, 0.25);
  margin-bottom: 10px;
}

.blog-sidebar input[type="submit"] {
  display: none;
}

.blog-sidebar .widget_archive ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.blog-sidebar .widget_archive ul li {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.blog-sidebar .widget_categories ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.blog-sidebar .widget_categories ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}

.blog-sidebar .widget_categories ul li a {
  display: block;
  border-radius: 100px;
  background-color: #F1F3F6;
  padding: 10px 20px;
}

.blog-sidebar .widget_recent_entries h2 {
  font-size: 16px;
}

.blog-sidebar .widget_recent_entries ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.blog-sidebar .widget_recent_entries ul li {
  padding-bottom: 10px;
}

.blog-sidebar .widget_recent_entries ul li a {
  display: block;
  color: #007FAD;
  font-size: 14px;
}

.paginate {
  width: 100%;
  text-align: center;
  background-color: #f7f7f7;
  padding: 10px 0;
}

.form-wrapper {
  padding: 40px;
  border-radius: 12px;
  -webkit-box-shadow: 2px 8px 19px 5px rgba(0, 0, 0, 0.19);
  box-shadow: 2px 8px 19px 5px rgba(0, 0, 0, 0.19);
}

.wpcf7 button, .wpcf7 input[type="button"], .wpcf7 input[type="reset"], .wpcf7 input[type="submit"] {
  padding: 15px 60px;
  background-color: #FFFFFF;
  display: block;
  width: 100%;
  text-align: center;
  color: #007FAD;
  border-radius: 30px; cursor:pointer;
}

.wpcf7 input, .wpcf7 textarea {
  padding: 10px !important;
  width: 100% !important;
}

.wpcf7 .field01 {
  margin-bottom: 15px;
}

.resources-wrapper {
  padding: 50px 0;
}

.resources-wrapper .whitebg {
  position: relative;
  background-color: white;
  border-radius: 13px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.resources-wrapper .whitebg h2 {font-family: 'futura_ptmedium';
  /*font-family: futura-pt, sans-serif;*/
  font-size: 18px;
  margin: 0;
  display: inline-block;
  width: 90%;
}

.resources-wrapper .whitebg .align-center {
  width: 100%;
  padding-left: 85%;
}

.resources-wrapper .whitebg .align-center img {
  width: 10%;
}

.search-wrapper {
  padding: 50px 0;
}

.search-header h2 {
  line-height: 1.1em;
}

.special-offers-banner {
  position: relative;
  padding: 150px 0 100px 0;
  background: url("images/specialoffers.jpg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: cover;
  background-position: center center;
}

#wpcf7-f5371-p5369-o1 {
  max-width: 60%;
  display: block;
  margin: 0 auto;
}

#wpcf7-f5371-p5369-o1 p {
  width: 50%;
  float: left;
  padding: 15px;
  margin: 0px;
}

#wpcf7-f5371-p5369-o1 p span.required {
  color: red;
  padding-left: 5px;
}

#wpcf7-f5371-p5369-o1 p:last-of-type {
  float: none;
  width: 100%;
  clear: both;
}

#wpcf7-f5371-p5369-o1 p:last-of-type input {
  border: 0px;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.4s linear;
}

#wpcf7-f5371-p5369-o1 p:last-of-type input:hover {
  cursor: pointer;
  background-color: #0095cc;
}

.product-categories {
  position: relative;
}

#product-cat-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0px;
  font-size: 2.5em;
  z-index: 999;
  color: white;
  cursor: pointer;
}

#product-cat-slider .slick-prev {
  left: -75px;
}

#product-cat-slider .slick-next {
  right: -75px;
}

#product-cat-slider .slick-track {
  display: flex !important;
}

#product-cat-slider .slick-slide {
  height: inherit !important;
}

.request-quote-popup .inner {
  width: 70%;
}

.request-quote-popup .inner .wpcf7-form p {
  float: left;
  width: 50%;
  padding: 10px;
  margin: 0px;
}

.request-quote-popup .inner .wpcf7-form p input {
  width: 100%;
}

.page-default-padding {
  padding: 40px 0;
}

.wpcf7-list-item {
  margin: 0px;
}

.wpcf7-list-item input[type="checkbox"] {
  width: 30px !important;
}

.woocommerce-products-header h1, .woocommerce-products-header h2, .woocommerce-products-header h3, .woocommerce-products-header h4, .woocommerce-products-header h5, .woocommerce-products-header h6 {
  color: white;
  line-height: 1.1em;
}

.error-page-content input {
  min-width: 260px;
  padding: 12px !important;
}

.not-found {
  padding-bottom: 50px;
  padding-top: 25px;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #02253C;
  text-decoration: none;
}

a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

#wpadminbar {
  z-index: 9999999999999 !important;
}

#site-navigation {
  display: inline-block;
}

.header-wrapper {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  z-index: 9999;
}

.header-wrapper .white {
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.header-wrapper .site-branding {
  height: 100%;
  width: 100%;
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-wrapper .site-branding .logo {
  width: auto;
  object-fit: contain;
}

.header-wrapper .wrapper {
  padding-right: 25px;
  width: 83%;
  float: right;
}

.header-wrapper .top-half {
  padding: 20px 0 10px 0;
}

.header-wrapper .top-half .account-title, .header-wrapper .top-half .cart-title {
  display: inline-block;
  padding: 0 10px;
  font-weight: 700;
}

.header-wrapper .top-half .icons .columns {
  padding: 0px;
}

.header-wrapper .top-half .icons a {
  display: block;
  font-weight: 700;
  color: #02253C;
}

.header-wrapper .top-half .icons .top, .header-wrapper .top-half .icons .bottom {
  padding: 0 10px;
  line-height: 0.8em;
}

.header-wrapper .top-half .icons .top {
  font-size: 1.1em;
}

.header-wrapper .top-half .icons .bottom {
  float: left;
}

.header-wrapper .top-half .icon {
  height: 40px;
  float: left;
}

.header-wrapper .top-half .talk-to {
  float: right;
  min-width: 198px;
  font-size: 0.9em;
  margin: 0 16px 16px 0;
}
.header-wrapper .top-half .talk-to img {
  float: left;
}

.header-wrapper .top-half .talk-to .title {
  display: block;
  font-weight: 700;
  color: #02253C;
  font-size: 0.9em;
  line-height: 1em;
}

.header-wrapper .top-half .talk-to .telephone {color:#5F5F5F; display: block; /*color: #9F9F9F;*/ font-size: 1em; /*font-weight: 600;*/ float: right;}

.header-wrapper .top-half .header-search {
  position: relative;
}

.header-wrapper .top-half .header-search:before {
  content: '\f002';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.header-wrapper .top-half .header-search input {
  border-radius: 100px;
  padding: 10px 15px 10px 40px;
  font-style: italic;
  font-size: 0.9em;
  width: 100%;
}

.header-wrapper .top-half .header-search input:focus {
  outline: 0;
}

.header-wrapper .bottom-half {
  padding: 16px 0 16px 0;
  border-top: 1px solid #E2E2E2;
  text-align:center;
}

.header-wrapper .bottom-half .row .columns {
  padding: 0;
}

.header-wrapper .bottom-half .social {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: right;
  float: right;
}

.header-wrapper .bottom-half .social li {
  display: inline-block;
}

.header-wrapper .bottom-half .social li a {
  color: #02253C;
  padding: 0 5px;
}

.header-wrapper .row .twelve .menu-wrapper-background {
  background-color: #fff;
  height: auto;
  overflow: hidden;
}

p.newsletter-signup {
  margin: 0 0 10px 0;
  padding: 0px;
  font-size: 32px;
  font-weight: 700;
}

p.newsletter-signup a {background-color:#FFFFFF;
  /*background-color: #33C8FF;*/
  display: inline-block;
  padding: 10px 30px;
  border: 0px;
  margin-left: 15px;
  color: #007FAD;
  border-radius: 100px;
  font-size: 20px;
  position: relative;
  top: -5px;
}

.site-footer {
  background-color: #fff;
  color: #072b37;
  padding: 40px 0 0 0;
}

.site-footer h2, .site-footer h3 {
  color: #072b37;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}

.site-footer h2 {
  font-size: 1.5em;
}

.site-footer h3 {
  font-size: 1em;
}

/*.site-footer #wpcf7-f2410-o2 .field02 {
  display: inline-block;
  width: 31%;
  margin-right: 1%;
  float: none;
}*/

.site-footer .field02 {
  display: inline-block;
  width: 31%;
  margin-right: 1%;
  float: none;
}

.site-footer .field02 input {
  padding: 10px;
  border: 0px;
  /*background-color: white;*/
  border-radius: 0px;
  width: 100%;
}

.site-footer #wpcf7-f2410-o2 .wpcf7-form {
  /*text-align: right;*/
}

.site-footer p {
  display: inline-block;
}

.site-footer p input {
  padding: 14px 30px;
  border: 0px;
  background-color: #007FAD;
  color: white;
  border-radius: 0px;
}

.site-footer .bottom {
  padding-bottom: 20px;
}

.site-footer .footer-logo {/*width: 120px; margin-bottom: 15px;*/ width: 100px; display:inline-table;  margin:0px 5px 15px 0px;}

.site-footer .content p {
  font-size: 0.9em;
  line-height: 1.5em;
}

.site-footer .content .important {
  list-style-type: none;
  margin: 15px 0 0 0;
  padding: 0px;
}

.site-footer .content .important li {
  font-size: 0.9em;
  font-weight: 700;
  display: inline-block;
  padding-right: 15px;
}

.site-footer .social-wrapper {
  padding-top: 20px;
}

.site-footer .social-wrapper .columns {
  padding: 0px;
}

.site-footer .social-wrapper .social {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.site-footer .social-wrapper .social li {
  display: inline-block;
}

.site-footer .social-wrapper .social li a {
  padding:0px 15px 0px 0px;
  /*padding: 0 10px;*/
  font-size: 1.1em;
}

.site-footer .menu {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
}

.site-footer .menu li a {
  display: block;
  padding: 5px 0;
  font-size: 1em;
}

.site-footer .contact li a {
  padding: 0px;
}

.site-footer .address {
  font-size: 0.9em;
  margin-top: 15px;
}

.site-footer .dark-bottom {
  padding: 30px 0;
}

.site-footer .dark-bottom ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.site-footer .dark-bottom ul li {font-size: 1em;
  /*font-size: 0.8em;*/
  display: inline-block;
  padding-right: 17px;
}

.site-footer .dark-bottom ul li:first-of-type {padding-right:30px; padding-bottom:10px;}

.site-footer .dark-bottom ul li a {text-decoration: underline;}

/*
 * Version: 3.0
 * Last updated: 20-10-2020;
 */
.align-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}

.row .row {
  padding-left: 0;
  padding-right: 0;
}

.row-fluid {
  width: 100%;
  max-width: 100%;
}

.columns {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

.columns img {
  display: block;
}

.column-cancel-padding {
  padding-left: 0px;
  padding-right: 0px;
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.menu-toggle {
  display: none;
}

#primary-menu {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#primary-menu li {
  position: relative;
  display: inline-block;
}

#primary-menu li:hover {color:#007FAD !important;
  /*color: #02253C !important;*/
}

#primary-menu li:hover > a {color:#007FAD !important;
  /*color: #02253C !important;*/
}

#primary-menu li:hover > .sub-menu {
  display: block;
}

#primary-menu li .sub-menu {
  margin: 0px;
  padding: 0px;
  display: none;
  background-color: white;
  position: absolute;
  top: 100%;
  left: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 350px;
  z-index: 500;
}

#primary-menu li .sub-menu li {
  display: block;
  width: 100%;
  border-left: 5px solid white;
}

#primary-menu li .sub-menu li:hover {
  border-left: 5px solid #02253C;
}

#primary-menu li .sub-menu li a {
  display: block;
  padding: 10px 15px;
}

#primary-menu li .sub-menu li .sub-menu {
  top: 0;
  left: 100%;
}

#primary-menu li a {color:#02253C;
  display: block;
  padding: 0 10px;
  font-family: 'Futura-Book';
  font-weight: 700;
  text-transform: uppercase;
  /*color: #858590;*/
}

#primary-menu li a:hover {
  cursor: pointer;
}

.nopad {
  padding: 0px;
}

.navwhite {
  background-color: white;
  height: 100%;
}

.megamenu-wrapper {
  display: none;
  width: 90%;
  position: absolute;
  top: calc( 100% - 16px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.megamenu-wrapper .images {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: white;
}

.megamenu-wrapper .images img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.megamenu-wrapper .images img:first-of-type {
  display: block;
}

.megamenu-wrapper .megamenu.row {
  margin: 0px;
}

.megamenu-wrapper .megamenu {
  width: 100%;
}

.megamenu-wrapper .megamenu .menu {
  position: relative;
  list-style-type: none;
  margin: 0px;
  padding: 10px;
  background-color: white;
  height: 100%;
}

.megamenu-wrapper .megamenu .menu li {
  display: block !important;
  width: 100% !important;
  padding: 9px 0;
  font-weight: 700;
  color: #02253C;
}

.megamenu-wrapper .megamenu .menu li a {
  display: block;
  padding: 10px 10px;
  font-weight: 700;
  font-size: 14px;
  color: #858590;
}

.megamenu-wrapper .megamenu .menu li .sub-menu {
  display: block;
  margin: 0px;
  padding: 0px;
  z-index: 99999;
}

.megamenu-wrapper .megamenu .menu li .sub-menu li {
  padding-left: 25px;
}

.megamenu-wrapper .megamenu .menu li .sub-menu li a {
  position: relative;
  color: #858590;
  padding: 5px 0 2.5px 15px;
  font-size: 1em;
  font-weight: 100;
}

.megamenu-wrapper .megamenu .menu li .sub-menu li a:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  width: 15px;
  height: 2px;
  background-color: #858590;
}

.megamenu-wrapper .megamenu .menu li.sub-nav-title a {font-size:1.1em !important;padding-bottom:12px !important;border-bottom: 2px solid #007FAD; background-color:#EDEDED;}
.megamenu-wrapper .megamenu .menu li.sub-nav-link a {color:#595959 !important;}
.megamenu-wrapper .megamenu .menu li.sub-nav-btm-margin {margin-bottom:1.2em;}
.megamenu-wrapper .megamenu {text-align:left;}

.mobilemenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999999999;
  display: none;
}

.mobilemenu .exit {
  display: block;
  text-align: right;
  font-size: 2em;
}

.mobilemenu .exit:hover {
  cursor: pointer;
}

.mobilemenu .mobile-navigation {
  position: absolute;
  top: 0;
  right: -999px;
  width: 85%;
  height: 100%;
  background-color: #02253C;
  color: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
}

.mobilemenu .mobile-navigation #mobile-menu {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  height: 100%;
}

.mobilemenu .mobile-navigation #mobile-menu li {
  position: relative;
  display: block;
  padding-right: 30px;
}

.mobilemenu .mobile-navigation #mobile-menu li .sub-menu {
  display: none;
  margin: 0px;
  padding: 0px;
}

.mobilemenu .mobile-navigation #mobile-menu li .sub-menu li {
  padding-right: 0px;
}

.mobilemenu .mobile-navigation #mobile-menu li .sub-menu li a {
  display: block;
  font-size: 0.8em;
  padding: 5px 20px 5px 0;
}

.mobilemenu .mobile-navigation #mobile-menu li .arrow {
  position: absolute;
  right: 0;
  top: 8px;
  padding: 0px 10px;
}

.mobilemenu .mobile-navigation #mobile-menu li a {
  display: block;
  text-align: right;
  color: white;
  font-weight: 700;
  padding: 10px;
}

#menu-item-615, #menu-item-5195 {
  position: static !important;
}

#menu-item-615:hover .megamenu-wrapper, #menu-item-5195:hover .megamenu-wrapper {
  display: block;
}

#megamenu-left-menu li:hover,
#megamenu-right-menu li:hover {
  color: #858590;
  background-color: #EDEDED;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.site-footer a{
  text-decoration:none;
}

.site-footer p{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
  margin-top:0;
  padding-top:0;
}

.site-footer .widget_text{margin-bottom:0; padding-bottom:5px;}

@media only screen and (max-width: 1300px) {
  .site-header .wrapper {
    width: 80%;
  }
  .site-header .top-half .three, .site-header .top-half .five, .site-header .top-half .four {
    width: 33.333333%;
  }
  .site-header .top-half .icon {
    height: 30px;
  }
  .site-header .top-half .icons .top {
    font-size: 0.9em;
  }
  .cart-node {
    left: 17px;
  }
  #primary-menu li a {
    font-size: 0.9em;
  }
}

.margin-top-footer{
  margin-top:15px;
}

@media only screen and (max-width: 1200px) {
  .four-ctas {
    padding: 25px 0;
  }
  .four-ctas .nine {
    width: 100%;
  }
  .four-ctas .three .three {
    width: 100%;
  }
  .four-ctas img {
    width: 50px;
    margin: 0 auto;
    display: block;
  }
  .four-ctas h2, .four-ctas span {
    text-align: center;
  }
  .brands-supplied img {
    float: left;
    width: 25%;
    object-fit: contain;
    margin: 0px;
  }
  
  .catalogue {margin-top:50px;}
}

@media only screen and (max-width: 1025px) {
  .row {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row .row {
    padding-left: 0;
    padding-right: 0;
  }
  .header-wrapper .bottom-half {
    display: none;
  }
  .header-wrapper .bottom-half .social {
    display: none;
  }
  .homepage-banner .eight {
    width: 100%;
  }
  .homepage-banner .buttons li {
    float: left;
  }
  .homepage-introduction .align-center {
    position: relative;
    top: 0;
    transform: translateY(0%);
  }
  .homepage-introduction .six {
    width: 100%;
  }
  .homepage-introduction a.blue-button {
    display: block;
    margin: 0 auto;
    width: 50%;
    text-align: center;
  }
  .homepage-introduction img {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .four-ctas h2 {
    font-size: 1.2em;
  }
  .product-categories h2.title {
    margin-bottom: 20px;
    text-align: center;
  }
  .brands-supplied .four, .brands-supplied .eight {
    width: 100%;
  }
  .brands-supplied .align-center {
    position: relative;
    top: 0;
    transform: translateY(0%);
  }
  .contact-cta .six {
    width: 100%;
  }
  .site-footer .dark-bottom {
    padding: 10px 0;
  }
  .site-footer .one {
    display: none;
  }
  .site-footer .five {
    width: 100%;
  }
  .site-footer .two {
    width: 33.333%;
  }
  .site-footer .social-wrapper .six {
    width: 100%;
  }
  .site-footer .social-wrapper .social {
    margin-bottom: 30px;
  }
  .site-footer .social-wrapper .social li a {/*padding: 0px;*/ margin-right: 5px;}
  .menu-toggle {
    display: block; cursor:pointer;
    background-color: #02253C;
    color: white;
    border-radius: 0px;
    border: 0;
    padding: 15px;
  }
  .header-wrapper .top-half .header-search input {
    width: 80%;
  }
  .archive-general-header .align-center {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  .archive-general-header h1 {font-size:2.1em; /*font-size: 2.5em;*/ line-height: 1.2em;}
  .archive-general-header .eight, .archive-general-header .four {
    width: 50%;
  }
  #wp-product-slider img {
    height: auto;
  }
  .gallery-sub-images .two {
    width: 50%;
  }
  .gallery-sub-images img {
    height: 100px;
  }
  .single-product-downloads .one {
    display: none;
  }
  .single-product-downloads .ten {
    width: 100%;
  }
  .single-product-downloads .two {
    display: none;
  }
  .single-product-downloads .spec-download img, .single-product-downloads .product-enq img {
    object-fit: contain;
    background-color: #f7f7f7;
  }
  .content-tabs-outter .one {
    display: none;
  }
  .content-tabs-outter .ten {
    width: 100%;
  }
  .special-offers-banner {
    padding: 40px 0;
  }
  .special-offers-banner .six {
    width: 100%;
  }
  .special-offers-wrapper .three {
    width: 50%;
    margin-bottom: 30px;
  }
  .blackout .inner {
    width: 80%;
  }
  .blackout .inner .wpcf7-form p {
    padding: 0 10px;
  }
  .special-offers-intro .one {
    display: none;
  }
  .special-offers-intro .ten {
    width: 100%;
  }
  .about-introduction {
    padding: 40px 0;
  }
  .about-introduction .align-center {
    position: relative;
    top: 0;
    transform: translateY(0%);
  }
  .about-section {
    padding-bottom: 40px;
  }
  .about-section .align-right {
    width: 100%;
    left: 0;
    height: auto;
  }
  .about-section .align-center, .about-section .align-right {
    position: relative;
    top: 0;
    transform: translateY(0%);
  }
  .about-our-products .whitebg ul {
    columns: 1;
  }
  .about-text-section {
    padding: 40px 0;
  }
  .about-applications .minus-margin, .about-text-section .minus-margin {
    margin-top: 0px;
  }
  .about-applications .align-center, .about-text-section .align-center {
    position: relative;
    top: 0;
    transform: translateY(0%);
  }
  .about-applications ul, .about-text-section ul {
    columns: 1;
  }
  .about-applications ul li, .about-text-section ul li {
    position: relative;
  }
  .about-applications ul li:before, .about-text-section ul li:before {
    position: absolute;
    left: -30px;
  }
  .about-our-products .one {
    display: none;
  }
  .about-our-products .ten {
    width: 100%;
  }
  .about-our-products {
    padding: 40px 0;
  }
  .about-text-section, .about-applications {
    padding: 40px 0;
  }
  .about-text-section .five, .about-text-section .seven, .about-applications .five, .about-applications .seven {
    width: 100%;
  }
  .about-text-section .align-center, .about-applications .align-center {
    padding: 0px;
  }
  .blog-general-header {
    padding: 40px 0;
  }
  .resources-wrapper .three {
    width: 50%;
  }
  .resources-wrapper .whitebg img {
    display: none;
  }
  .form-wrapper {
    margin-bottom: 40px;
  }
  .request-quote-popup .inner {
    width: 90%;
  }
  #wpcf7-f5371-p5369-o1 {
    max-width: 100%;
  }
  
  .homepage-banner .buttons li {margin-bottom:50px;}
}

@media only screen and (max-width: 700px) {
	.catalogue {margin-top:0px;}
  #product-cat-slider .slick-prev{
    left:0;
  }
  #product-cat-slider .slick-next{
    right:0;
  }
  #product-cat-slider .slick-slide{
    padding:30px;
  }
  #product-cat-slider .slick-arrow{
    padding:0;
    color:#fff;
    z-index:99;
  }
  .row {
    padding-left: 0px;
    padding-right: 0px;
  }
  .site-header .top-half {
    padding: 0 0 15px 0;
  }
  .site-header .two, .site-header .ten, .site-header .four, .site-header .eight {
    width: 100% !important;
  }
  .site-header .header-search {
    padding-top: 10px;
  }
  .header-wrapper {
    top: -120px;
  }
  .homepage-banner {
    padding: 50px 0;
  }
  .homepage-banner h1 {
    font-size: 2.5em;
  }
  .homepage-banner .subtitle {
    font-size: 1.5em;
  }
  .homepage-banner .buttons {
    margin: 0px;
  }
  .homepage-banner .buttons li {
    width: 100%;
    float: none;
    padding: 5px 0;
  }
  .homepage-banner .buttons li a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .four-ctas .border {
    border: 0px;
  }
  .four-ctas .cta-wrapper {
    width: 50%;
    margin-bottom: 30px;
  }
  .four-ctas h2 {
    font-size: 1em;
  }
  .homepage-introduction {
    padding: 25px 0;
  }
  .homepage-introduction a.blue-button {
    width: 100%;
    padding: 10px;
  }
  .homepage-introduction h2 {
    font-size: 1.5em;
  }
  .homepage-introduction img {
    width: 100%;
  }
  .product-categories h2.title {
    font-size: 1.5em;
  }
  .product-banner {
    padding: 280px 0 10px 0;
  }
  .brands-supplied h2 {
    font-size: 1.5em;
    text-align: center;
  }
  .brands-supplied img {
    float: none;
    width: 100%;
    padding: 10px 0;
  }
  .contact-cta-wrapper .contact-cta .blue {
    padding: 30px;
  }
  .contact-cta-wrapper .contact-cta .blue h2 {
    font-size: 1.5em;
    line-height: 1.1em;
  }
  p.newsletter-signup {
    font-size: 22px;
  }
  p.newsletter-signup a {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .site-footer .two {
    width: 100%;
  }
  .archive-general-header .eight, .archive-general-header .four, .archive-general-header .ten, .archive-general-header .six {
    width: 100%;
  }
  .archive-general-header img {
    margin-top: 15px;
  }
  .archive-product .greybg {
    padding: 15px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0px;
    line-height: 1em;
    word-break: break-all;
  }
  p.newsletter-signup a {
    margin: 10px 0 0 0;
  }
  .site-footer .dark-bottom ul li:first-of-type {width: 100%; /*padding: 0px;*/ padding:0px 0px 10px 0px;}
  
  .single-product-grey-wrapper {
    padding: 30px 0;
  }
  .single-product-grey-wrapper .five, .single-product-grey-wrapper .seven {
    width: 100%;
  }
  .single-product-enquiry .btn-enquiry {
    width: 100%;
    display: block;
  }
  .single-product-downloads .four {
    width: 100%;
    margin-bottom: 30px;
  }
  .content-tabs-outter .content-tabs .wp-wc-tabs ul li {
    width: 100%;
  }
  .content-block .flexi-module .one, .content-block .flexi-module .two, .content-block .flexi-module .three, .content-block .flexi-module .four, .content-block .flexi-module .five, .content-block .flexi-module .six, .content-block .flexi-module .seven, .content-block .flexi-module .eight, .content-block .flexi-module .nine, .content-block .flexi-module .ten, .content-block .flexi-module .eleven, .content-block .flexi-module .twelve {
    width: 100%;
  }
  .related-products {
    padding: 20px 0;
  }
  #wp-product-slider .slick-track {
    display: flex !important;
  }
  #wp-product-slider .slick-slide {
    height: inherit !important;
  }
  #wp-product-slider img {
    height: 100%;
    max-height: 400px;
    object-fit: contain;
    object-position: center center;
  }
  .special-offers-wrapper .three {
    width: 100%;
  }
  .about-introduction .five {
    order: 1;
  }
  .about-introduction .seven {
    order: 2;
  }
  .about-introduction .seven, .about-introduction .five {
    width: 100%;
  }
  .about-section .align-right .align-center {
    padding: 25px;
  }
  .blog-wrapper .three, .blog-wrapper .nine {
    width: 100%;
  }
  .blog-wrapper .four {
    width: 100%;
  }
  .blog-wrapper .three {
    padding-top: 30px;
    order: 2;
  }
  .blog-wrapper .nine {
    order: 1;
  }
  .resources-wrapper .three {
    width: 100%;
  }
  .contact-page-wrapper .six {
    width: 100%;
  }
  .form-wrapper {
    margin: 40px 0;
  }
  .request-quote-popup .inner .wpcf7-form p {
    float: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  .request-quote-popup .inner .wpcf7-form p input {
    width: 100%;
  }
  #wpcf7-f5371-p5369-o1 p {
    width: 100%;
    float: none;
  }
  .header-wrapper .top-half .talk-to .telephone {color:#082A71;}
  
  .homepage-banner .buttons li {margin-bottom:0px;}
}

.aim-link {
	
}
.tagline {font-size:15px; font-weight:600; text-align:center;}

.aws-container .aws-search-field {font-size:16px; border-radius:100px !important; padding:10px 15px 10px 40px; background-color:inherit;}

.aws-container .aws-search-form .aws-wrapper::before {  content: '\f002';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

@media only screen and (min-width:1030px) and (max-width:1100px){
	#primary-menu li a {font-size:0.8em; padding:0px 3px;}
	.header-wrapper .bottom-half .social li a {padding:0 2px;}
}

.download-block {display:flex; align-items:stretch; flex-direction:column; justify-content:space-around;}
.btn-download {font-size:20px !important; color:#02253C !important; border-radius:10px !important; padding:20px !important; line-height:30px !important; box-shadow:0 5px 5px #ccc !important; text-align:center;}

form #submit_button {background-color:#FFFFFF !important; border-color:#FFFFFF !important; color:#007FAD !important;}

footer .newsletter {
  padding: 32px 0;
  background: #02253C;
  color: #fff;
  margin-bottom: 60px;
}
footer .newsletter * {
  color: #fff;
}
footer .newsletter .newsletter-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}

.block01 {background-color:#F1F3F6; margin:40px 0px;}
.callbox {width:auto; display:table; font-size:20px; background-color:#F4F4F4; padding:20px 30px;}
.category-callbox {width:auto; display:table; background-color:#F4F4F4; padding:20px 30px;}
.box01 {background-color:#FFFFFF; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); padding:10px 20px; margin-top:30px; text-align:center;}
.ttl01 {font-size:24px; font-weight:normal; color:#02253C; margin-bottom:10px; line-height:30px; text-transform:none;}
.box-margin {display:flex; justify-content:center; margin-bottom:30px;}
.box02 {background-color:#cbd2d8; padding:20px 30px; margin:0px 30px 30px 0px;}
.box02:last-child {margin-right:0px;}
.bullet01 {margin:0px 0px 0px 30px; padding:0px !important;}
.bullet01 li, .bullet02 li {list-style-type:square; font-size:18px; margin:0px; padding:0px 5px 10px 0px;}
.bullet02 {column-count:2; margin:0px 0px 0px 30px; padding:0px !important;}

.sub-ttl {font-size:20px; color:#007FAD;}
.ttl02 {font-size:24px; color:#007FAD; margin-bottom:10px; line-height:30px;}

.cg-customcss {margin:0px 0px 0px 15px;; padding:0px;}
.cg-customcss li {list-style-type:disc !important; margin:0px; padding:0px 5px 5px 0px;}

.woocommerce-message {z-index:999999; background-color:#8fae1b; color:#FFFFFF; border-top:0px; padding-top:5px; padding-bottom:0px;}

.table01 {width:96% !important; margin:0px auto !important; text-align: center !important; border: 1px solid #CCCCCC;}
.table01 tr, .table01 td, .table01 th {border: 1px solid #CCCCCC !important; padding:10px 5px !important;}
.table01 th {background-color:#02253c; color:#FFFFFF !important; text-align: center;}
.site-footer .button-block {width:31%; float:right;}
.btn-send {background-color:#007FAD; color:#FFFFFF; margin-top:4px; border:0px; border-radius:0px; cursor:pointer;}
.btn-quote {display:table; font-size: 16px; color: #f9f9f9; background-color: #0a2b72; padding: 10px 20px; margin:5px auto;  text-decoration: none; border-radius: 5px;;}

.category-box01 {background-color: #f9f9f9; padding: 20px; border-radius: 10px; margin:0px auto 20px auto;}
.category-box02 {background-color: #e9e9e9; padding: 20px; border-radius: 10px; margin:20px auto;}

.table01 {width:96% !important; margin:0px auto !important; text-align: center !important; border: 1px solid #CCCCCC;}
.table01 tr, .table01 td, .table01 th {border: 1px solid #CCCCCC !important; padding:10px 5px !important; color:#333333 !important;}
.table01 th {background-color:#cbd2d8; color:#02253C !important; text-align: center;}


@media only screen and (max-width: 992px) {
	.site-footer .field02 {width:98%; float:none; margin:2% 0px;}
	.button-block {float:none;}
	.three-mobile {width:99% !important;}
}
@media only screen and (max-width: 767px) {
	.bullet02 {column-count:1;}
}
