html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: black
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}


/* Hide arrows on iput fiels type number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

/*-----------------------------------*/
/*---------- BLOG ARTICLE -----------*/
/*-----------------------------------*/
.blogArticle {
  width: 100%;
  padding: 1em;
  margin: 0.5em 0;
  display: block;
}

.blogArticle h1,
.blogArticle h2 {
  margin: 0;
  padding: 0;
  line-height: 1.0em;
}

.blogArticle h1 {
  margin: 0 0 0.5em;
}

.blogArticle .blogArticleWrap {
  font-size: 1.0em;
  line-height: 1.4em;
}

.blogArticle .blogArticleWrap p {
  margin: 0;
  padding: 0;
}

.blogArticle .blogArticleWrap .blogPostHero {
  float: right;
  margin: 0em 0em 1em 1em;
  width: 100%;
  max-width: 400px;
}

.blogArticle .blogArticleWrap .blogPostHero.noImage {
  display: none;
}

.blogArticle .blogSubHead {
  margin: 0 0 0.5em 0;
  font-size: 0.9em;
}

.blogArticle .blogArticlePublish {
  font-style: italic;
  font-size: 0.9em;
  margin: 0 0 1.0em 0;
}

.blogArticle .blogNavigation {
  margin-bottom: 1em;
  font-size: 0.8em;
}

.blogArticle .blogNavigation a {
  padding: 0.2em 1em;
}

.blogArticle .blogNavigation a:hover {
  padding: 0.2 1em;
}

.blogArticle .blogNavigation a:before {
  font-family: fontAwesome;
  font-size: 0.8em;
}

.blogArticle .blogNavigation a.next:before {
  content: '\f105';
  float: right;
  margin-left: .3em;
}

.blogArticle .blogNavigation a.previous:before {
  content: '\f104';
  margin-right: .3em;
}

.blogArticle .blogArticleImages {
  margin: 1em 0;
}

.blogArticle .blogArticleImages .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}

.blogArticle .blogArticleImages .container div {
  width: 24%;
}

.blogArticle .blogArticleImages .container div img {
  width: 100%;
}

.blogArticle .blogCategoryWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin: 1em 0 0;
  font-size: 0.8em;
}

.blogArticle .blogCategoryWrap:before {
  content: 'Tags:';
  margin: 0 .5em 0 0;
}

.blogArticle .blogCategoryWrap .articleCategory {
  display: inline-block;
  padding: .05em 1.5em;
  margin: 0 .1em;
  background: #1a2632;
  color: white;
  font-style: italic;
  border-radius: 0.2em;
}

@media all and (max-width: 700px) {
  .blogNavigation {
    text-align: center;
  }

  .blogArticle .blogArticleWrap .blogPostHero {
    float: none;
    max-width: none;
    margin: 1em 0;
  }

  .blogArticle .blogArticleImages .container div {
    width: 49%;
  }

  .categorySection .container {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/*-----------------------------------*/
/*------------ BLOG POST-------------*/
/*-----------------------------------*/
.blogPost {
  width: 100%;
  padding: 1em;
  margin: 0.5em 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px dashed #ccc;
}

.blogPost .blogPostHero {
  width: 200px;
  height: 200px;
  max-width: 350px;
}

.blogPost .blogPostHero .image {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: pink;
  display: block;
  width: 100%;
  height: 100%;
}

.blogPost .blogPostHero .image.noImage {
  background: #eee;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* Icon for the placeholder */
  /* add text to the placeholder, using the content attribute */
}

.blogPost .blogPostHero .image.noImage:before {
  content: '\f03e';
  font-family: fontAwesome;
  font-size: 5.0em;
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  line-height: 1.0em;
  color: #ccc;
}

.blogPost .blogPostHero .image.noImage:after {
  content: '';
  color: #ccc;
  line-height: 1.0em;
  margin: -50px auto 0;
}

.blogPost .blogPostDetails {
  width: 65%;
  padding-left: 1em;
}

.blogPost .blogPostDetails .blogTitle {
  font-size: 1.5em;
  line-height: 1.0em;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.blogPost .blogPostDetails .blogPublsihInfo {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.0em;
  padding: 0.5em 0 1em;
}

.blogPost .blogPostDetails .blogPostAuthor,
.blogPost .blogPostDetails .blogPostDate {
  font-style: italic;
  color: #888;
  font-size: 0.8em;
  padding: 0;
}

.blogPost .blogPostDetails .blogPostText {
  font-size: 0.9em;
  line-height: 1.4em;
  padding: 0.5em 0 1em;
}

.blogPost .blogPostDetails .blogBtn {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: 0.9em;
}

.blogPost .blogPostDetails .blogBtn button {
  display: block;
}

@media all and (max-width: 700px) {
  .blogPost .blogPostHero {
    width: 100%;
    max-width: none;
    max-height: none;
    min-height: 15em;
    margin: 0 0 1em;
  }

  .blogPost .blogPostDetails {
    width: 100%;
    padding: 0;
  }
}

/*-----------------------------------*/
/*----------- BLOG WIDGET------------*/
/*-----------------------------------*/
.blog-widget {
  width: 100%;
  max-width: 600px;
  background: #eee;
  padding: 1em;
  /**
   * Title of the blog
   */
  /**
   * A singular blog article
   */
}

.blog-widget .blog-widget-heading {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}

.blog-widget .blog-widget-article {
  width: 100%;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /**
   * Holder for the article image
   */
  /**
   * Blog Text Content
   */
}

.blog-widget .blog-widget-article:nth-last-child(1) {
  border-bottom: none;
}

.blog-widget .blog-widget-article .blog-widget-article-img {
  width: 100%;
  margin-right: 1em;
  border: 2px solid #222;
  margin-right: 1%;
  /**
   * Actual article image
   */
}

.blog-widget .blog-widget-article .blog-widget-article-img .blog-widget-article-imgFrame {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-size: cover !important;
  background-position: center center !important;
}

.blog-widget .blog-widget-article .blog-widget-article-preview {
  width: 100%;
  /**
   * Title of article
   */
  /**
   * Sub Title Article
   */
  /**
   * Date time of article
   */
  /**
   * Article preview text
   */
  /**
   * Read more button
   */
}

.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-preview-title {
  font-weight: bold;
  line-height: 1.2em;
  margin: 0.5em 0;
}

.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-content-subheading {
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0.5em 0;
}

.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-author {
  font-size: .8em;
  margin-bottom: .3em;
  font-style: italic;
  line-height: 1.0em;
}

.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-date {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: .8em;
  line-height: 1.0em;
  font-style: italic;
}

.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-date .blog-widget-article-date-date {
  margin-right: .2em;
}

.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-content-text {
  padding: .7em 0;
  line-height: 1.3em;
  font-size: .9em;
}

.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-content-button {
  padding: .5em 1em;
  display: block;
  margin: 1em auto;
  font-size: 0.8em;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  background: #222;
  color: white;
  text-transform: uppercase;
}

/*-----------------------------------*/
/*---------- BLOG SIDE MENU ---------*/
/*-----------------------------------*/
.blogArchive {
  margin: 1em auto 2em;
  padding: 0;
  line-height: 1.4em;
  font-size: 0.9em;
}

.blogArchive:before {
  content: 'Previous Posts';
  display: block;
  font-size: 1.5em;
  color: black;
  margin: 0 0 10px;
  font-weight: normal;
}

.blogArchive li {
  list-style-type: none;
  margin: .5em 0;
}

.blogArchive li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  padding: .1em;
}

.blogArchive li ul {
  margin: 0;
  padding: 0;
}

.blogArchive li ul li {
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9em;
  padding: 0 0 0 .5em;
  margin: .2em 0;
}

.blogArchive li ul li:before {
  content: "\f101";
  font-family: fontAwesome;
  margin: 0 .5em 0 0;
  color: #999;
}

.blogArchive li ul li:hover {
  background: #1a2632;
  color: white;
}

.blogArchive li ul li:hover a {
  color: white;
}

/**
 * Category Side Menu
 */
.blogMenu .categoryMenu {
  margin: 1em auto;
  padding: 0;
  line-height: 1.4em;
  font-size: 0.9em;
  font-weight: 500;
  /**
   * Side bar heading
   */
}

.blogMenu .categoryMenu:before {
  content: "Categories";
  display: block;
  font-size: 1.5em;
  color: black;
  margin: 0 0 10px;
  font-weight: 500;
}

.blogMenu .categoryMenu li {
  width: 100%;
  list-style: none;
  margin: 0;
  font-size: .9em;
  font-weight: 500;
  padding: 0 0 0 .5em;
}

.blogMenu .categoryMenu li a {
  display: block;
  width: 100%;
  padding: .1em;
  margin: 1px 0;
  text-decoration: none;
  font-weight: 500;
  text-transform: initial;
}

.blogMenu .categoryMenu li a:before {
  content: "\f101";
  font-family: fontAwesome;
  margin: 0 .5em 0 0;
  color: #999;
}

.blogMenu .categoryMenu li:hover {
  background: #1a2632;
  color: white;
}

.blogMenu .categoryMenu li:hover a {
  color: white;
}

.blogMenu .categoryMenu li.current>a {
  background: #1a2632;
  color: white;
}

/* ---------------------------------- */
/* ---------- FONT AWESOME ---------- */
/* ---------------------------------- */
.fontAwesome {
  font-family: FontAwesome;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot");
  src: url("fonts/fontawesome-webfont-.eot#iefix") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * Some FA styles for the social share
 */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

/**
* Styles for the social share plugin
 */
.jssocials-shares {
  margin: 0.2em 0;
}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}

.jssocials-share:last-child {
  margin-right: 0;
}

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}

img.jssocials-share-logo {
  width: auto;
  height: 1em;
}

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.jssocials-share-link.jssocials-share-link-count {
  padding-top: .2em;
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: .6em;
  margin: 0 -.5em -.8em -.5em;
}

.jssocials-share-link.jssocials-share-no-count {
  padding-top: .5em;
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}

.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}

.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}

.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}

.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
}

.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}

.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}

.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}

.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}

.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}

.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}

.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}

.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-link:hover,
.jssocials-share-link:focus,
.jssocials-share-link:active {
  color: #fff;
}

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box:hover {
  background: gainsboro;
}

.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent;
}

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  transform: rotate(360deg);
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}

/*! fancyBox 3.0.0 Beta 1 fancyapps.com | fancyapps.com/fancybox/#license */
#fancybox-loading,
#fancybox-lock,
.fancybox-wrap,
.fancybox-skin,
.fancybox-inner,
.fancybox-error,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-wrap embed,
a.fancybox-close,
a.fancybox-expand,
a.fancybox-nav,
a.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: none;
  text-shadow: none;
}

#fancybox-lock {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8020;
  overflow-y: scroll;
  overflow-y: auto;
  overflow-x: auto;
  -webkit-transition: -webkit-transform 0.5s;
  -webkit-transform: translateX(0px);
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-skin {
  /*border-style: solid;*/
  border-color: #fff;
  background: #fff;
  color: #222;
}

.fancybox-inner {
  position: relative;
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.fancybox-spacer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 1px;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
  zoom: 1;
}

a.fancybox-close {
  position: absolute;
  top: 0;
  right: 4px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}

a.fancybox-close:hover {
  background: rgba(0, 0, 0, 0.8);
}

a.fancybox-close:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 4px;
  width: 22px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(45deg);
}

a.fancybox-close:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 4px;
  width: 22px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
}

a.fancybox-close:hover:after,
a.fancybox-close:hover:before {
  background: #fff;
}

a.fancybox-nav {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
  overflow: hidden;
  font: 2em FontAwesome;
  color: #fff;
}

.fancybox-type-iframe a.fancybox-nav,
.fancybox-type-inline a.fancybox-nav,
.fancybox-type-html a.fancybox-nav {
  width: 70px;
}

a.fancybox-prev {
  left: 0px;
}

a.fancybox-next {
  right: 0px;
}

a.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  cursor: pointer;
  z-index: 8040;
  font-size: 1.1em;
}

a.fancybox-prev span {
  text-align: left;
  padding-left: 5px;
}

a.fancybox-next span {
  text-align: right;
  padding-right: 5px;
}

a.fancybox-next span:after {
  content: "\f105";
}

a.fancybox-prev span:after {
  content: "\f104";
}

a.fancybox-prev span {
  left: 0;
  background-position: 0 -50px;
}

a.fancybox-next span {
  right: 0;
  background-position: 0 -100px;
}

.fancybox-mobile a.fancybox-nav {
  max-width: 80px;
}

.fancybox-desktop a.fancybox-nav {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.fancybox-desktop a.fancybox-nav:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

a.fancybox-expand {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 46px;
  height: 46px;
  z-index: 8050;
  opacity: 0;
  filter: alpha(opacity=0);
  background-position: 0 -150px;
  zoom: 1;
  transition: opacity .5s ease;
}

.fancybox-wrap:hover a.fancybox-expand {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.fancybox-wrap a.fancybox-expand:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background-color: #222;
  background-position: center center;
  opacity: 0.85;
  filter: alpha(opacity=85);
  cursor: pointer;
  z-index: 8060;
  border-radius: 8px;
}

.fancybox-tmp {
  position: absolute !important;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-title {
  font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  display: block;
  visibility: hidden;
}

.fancybox-title-float-wrap {
  position: relative;
  margin-top: 10px;
  text-align: center;
  zoom: 1;
  left: -9999px;
}

.fancybox-title-float-wrap>div {
  display: inline-block;
  padding: 7px 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 2px #222;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 15px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  max-height: 50%;
  overflow: auto;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 8010;
}

.fancybox-overlay-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* Default theme */
.fancybox-default-skin {
  border-color: #f9f9f9;
  background: #f9f9f9;
}

.fancybox-default-skin-open {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-default-overlay {
  background: #222;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx) {

  .fancybox-default a.fancybox-close,
  .fancybox-default a.fancybox-expand,
  .fancybox-default a.fancybox-nav span {
    background-size: 46px auto;
  }
}

/* Dark theme */
.fancybox-dark-skin {
  background: #2A2A2A;
  border-color: #2A2A2A;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset !important;
}

.fancybox-dark-overlay {
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

  .fancybox-dark a.fancybox-close,
  .fancybox-dark a.fancybox-expand,
  .fancybox-dark a.fancybox-nav span {
    background-size: 46px auto;
  }
}

/* Light theme */
.fancybox-light-skin-open {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx) {

  .fancybox-light a.fancybox-close,
  .fancybox-light a.fancybox-expand,
  .fancybox-light a.fancybox-nav span {
    background-size: 46px auto;
  }
}

.fancybox-light-overlay {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: #555555;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 12+ */
  /* IE10+ */
  background: radial-gradient(ellipse at center, #999999 0%, #555555 100%);
  /* W3C */
}

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8080;
  background: rgba(0, 0, 0, 0.3);
}

#fancybox-thumbs.bottom {
  bottom: 0px;
}

#fancybox-thumbs.top {
  top: 0px;
}

#fancybox-thumbs .outer {
  padding: 10px 34px 10px 30px;
}

#fancybox-thumbs .inner {
  width: 100%;
  overflow: hidden;
}

#fancybox-thumbs ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  left: 0;
  overflow: hidden;
}

#fancybox-thumbs ul li {
  float: left;
  padding: 3px;
  margin: 0 4px;
  list-style: none;
}

#fancybox-thumbs ul li a {
  display: block;
  overflow: hidden;
  outline: none;
  background: #222;
  box-shadow: 1px 1px 2px #000;
  zoom: 1;
}

#fancybox-thumbs ul li img {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  max-width: none;
}

#fancybox-thumbs ul li.fancybox-thumb-active {
  padding: 0;
}

#fancybox-thumbs ul li.fancybox-thumb-active a {
  opacity: 1;
  border-width: 6px;
  border-color: #fff;
}

.fancybox-thumb-prev,
.fancybox-thumb-next {
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 20px;
  background: #222;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  display: none;
}

.fancybox-thumb-prev {
  left: 4px;
}

.fancybox-thumb-next {
  right: 4px;
}

.fancybox-thumb-prev:hover,
.fancybox-thumb-next:hover {
  background: #111;
  background: rgba(0, 0, 0, 0.5);
}

.fancybox-thumb-prev span,
.fancybox-thumb-next span {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 12px;
  margin-top: -6px;
  background-repeat: no-repeat;
}

.fancybox-thumb-prev span {
  left: 5px;
}

.fancybox-thumb-next span {
  right: 5px;
}

/* ---------------------------------- */
/* ----------- MODULE  CSS ---------- */
/* ---------------------------------- */
.moduleTable,
.moduleTable * {
  box-sizing: border-box;
}

.moduleTable tr,
.moduleTable td {
  height: auto !important;
}

.moduleTable>tbody>tr>td {
  vertical-align: top;
}

.twoColumn>tbody>tr>td {
  width: 50%;
}

.moduleTable img {
  width: 100% !important;
  height: auto !important;
}

.sidebarLeft>tbody>tr>td:first-child {
  width: 30%;
  padding-right: 3%;
}

.sidebarLeft>tbody>tr>td:last-child {
  width: 70%;
}

.sidebarRight>tbody>tr>td:first-child {
  width: 70%;
  padding-right: 3%;
}

.sidebarRight>tbody>tr>td:last-child {
  width: 30%;
}

.threeColumn>tbody>tr>td {
  width: 33%;
}

.twoColumn>tbody>tr>td:first-child,
.threeColumn>tbody>tr>td:first-child {
  padding-right: 3%;
}

.twoColumn>tbody>tr>td:last-child,
.threeColumn>tbody>tr>td:last-child {
  padding-left: 3%;
}

.menuTable>tbody>tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.06);
}

.menuTable>tbody>tr>td:last-child {
  width: 100px;
  vertical-align: bottom;
  text-align: right;
}

@media all and (max-width: 900px) and (min-width: 700px) {
  .moduleTable.threeColumn>tbody>tr>td {
    display: inline-block !important;
    width: 48% !important;
    box-sizing: border-box;
  }

  .moduleTable.threeColumn>tbody>tr>td:first-child {
    padding-right: 3%;
  }

  .moduleTable.threeColumn>tbody>tr>td:last-child {
    padding-left: 0;
  }

  .moduleTable.threeColumn>tbody>tr>td.thirdColumn {
    display: block !important;
    width: 98% !important;
  }
}

@media all and (max-width: 700px) {

  .moduleTable.twoColumn>tbody>tr>td,
  .moduleTable.threeColumn>tbody>tr>td,
  .moduleTable.sidebarLeft>tbody>tr>td,
  .moduleTable.sidebarRight>tbody>tr>td {
    display: block !important;
    width: 100% !important;
    padding: 10px 0;
  }

  .overflowTable td {
    white-space: nowrap;
    padding: 0 0.5em 0 0;
  }
}

@media all and (max-width: 980px) {

  .moduleTable .moduleTable.twoColumn>tbody>tr>td,
  .moduleTable .moduleTable.threeColumn>tbody>tr>td,
  .moduleTable .moduleTable.sidebarLeft>tbody>tr>td,
  .moduleTable .moduleTable.sidebarRight>tbody>tr>td {
    display: block !important;
    width: 100% !important;
    padding: 10px 0;
  }
}

.accordion * {
  transition: all 0.5s ease;
}

.accordion>tbody>tr {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.accordion>tbody>tr>td {
  display: block;
  width: 100%;
}

.accordion>tbody>tr>td:last-child {
  overflow: hidden;
  padding-top: 0;
}

.expand {
  display: block;
  margin-top: -200%;
  transition: all 2s ease-out;
}

.accordion>tbody>tr.on .expand {
  transition: all 0.7s ease-out;
  margin-top: 0;
  background: rgba(0, 0, 0, 0.06);
  padding: 0.8em 1.2em;
  border-radius: 1em;
}

.accordion>tbody>tr>td:first-child:before {
  content: "\f055";
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 1.6em;
  transition: all 0.5s;
  color: #999;
}

.accordion>tbody>tr>td:first-child>*:first-child {
  display: inline-block;
}

.accordion>tbody>tr.on>td:first-child:before {
  content: "\f056";
}

.accordion>tbody>tr:hover>td:first-child:before {
  color: #333;
}

.accordion.readMoreAccordian>tbody>tr>td:first-child:after {
  content: "read more";
  display: block;
  margin-left: 3px;
  margin-top: 0;
  font-size: 0.9em;
  color: #999;
  transition: all 0.5s ease-out;
}

.accordion.readMoreAccordian>tbody>tr.on>td:first-child:after {
  margin-top: -10px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.accordion.readMoreAccordian>tbody>tr>td:hover:first-child:after {
  color: #333;
}

.accordion.readMoreAccordian>tbody>tr>td:first-child:before {
  display: none;
}

.responsiveTable th {
  text-align: left;
}

.responsiveTable tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 700px) {
  .responsiveTable tr {
    display: block;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    padding: 20px 0 10px;
  }

  .responsiveTable tr:first-of-type {
    display: none;
  }

  .responsiveTable td {
    display: block;
    border: none;
    line-height: 1.8em;
    width: 100%;
    padding-left: 90px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
  }

  .responsiveTable td:before {
    display: block;
    position: absolute;
    left: 0;
    width: 90px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .responsiveTable tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0);
  }

  .responsiveTable td:nth-child(odd) {
    background: rgba(0, 0, 0, 0.05);
  }
}

body *,
:before,
:after {
  box-sizing: border-box;
}

body.on {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  color: #777;
  font: 16px/1.6em 'Montserrat', BlinkMacSystemFont, "-apple-system", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

a {
  color: #0a507c;
  text-decoration: none;
  transition: .5s ease;
}

a:hover {
  color: #156ba1;
}

p {
  margin: 1em 0;
}

icon {
  font-family: fontawesome;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0 0 .3em 0;
  line-height: 1em;
  color: #666666;
}

h1 {
  font-size: 2em;
  color: #0a507c;
  text-transform: uppercase;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
  font-weight: 300;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 1.1em;
  margin: .2em 0;
}

h6 {
  font-size: 1em;
  margin: .2em 0;
}

h6 a {
  margin-bottom: 0.2em;
}

section {
  width: 100%;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}

.textSection .siteContent,
.categorySection .siteContent,
.viewCart .siteContent {
  padding: 2em 0;
}

.textSection .siteContent img,
.categorySection .siteContent img,
.viewCart .siteContent img {
  height: auto !important;
  max-width: 100%;
}

.contentWrap section:last-of-type>div:last-of-type .siteContent {
  /*! padding-bottom: 2em; */
}

/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */

.siteBottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 10px;
}

.siteContent,
.searchContent {
  width: 100%;
  -ms-flex: 1 1 auto;
}

#subBannerHome img,
#subBanner img {
  width: 100%;
  height: auto;
  display: block;
}

.buttonSection .siteContent,
.buttonSection .container {
  padding: 0;
}

.desktop-hide,
a.desktop-hide {
  display: none !important;
}

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar {
  width: 280px;
  padding: 2em 0.5em 15px;
  margin: 0px 15px 0 0;
  -webkit-box-flex: 0, ;
  -ms-flex: 0, 0, 0px;
  flex: 0, 0, 0;
  line-height: 1.5em;
  background: rgba(0, 0, 0, 0.1);
}

.textSection .sidebar,
.photoSection .sidebar {
  display: none;
}

.sidebar .item,
#outerSidebar .item {
  width: 100%;
  margin-top: 15px;
}

.sidebar .item .contentImg,
#outerSidebar .item .contentImg {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.sidebar .item .caption,
#outerSidebar .item .caption {
  font-size: .9em;
}

#outerSidebar {
  display: none;
}

#cartContent .sidebar {
  display: none;
}

/*
@media (min-width:600px){
.siteBottom {
width: 100%;
max-width: 1100px;
margin: auto;
display: flex;
justify-content: space-between;

}
.sidebar {
display: none;
}
#outerSidebar {
width: 200px;
padding: 0 15px;
flex-shrink: 0;
background: rgba(0,0,0,0.1);
display: inline-block;
}
.contentWrap {
width: 100%;
-ms-flex:0 1 auto;
}
}
*/
/* ---------------------------------- */
/* -------- CONTACT DETAILS --------- */
/* ---------------------------------- */
.contact a:before,
.contact div:before,
.contact p:before {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  margin-right: 1em;
  color: inherit;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.phone:before {
  content: "\f098";
  /*phone in square*/
  content: "\f095";
  /*phone*/
}

.mobile:before {
  content: "\f10b";
  /*mobile*/
}

.email:before {
  content: "\f2b7";
  /*envelope open*/
  content: "\f2b6";
  /*envelope open solid*/
  content: "\f0e0";
  /*empty envelope*/
  content: "\f199";
  /*solid envelope*/
  content: "\f003";
  /*envelope in square*/
}

.fax:before {
  content: "\f1ac";
  /*fax*/
}

.address:before {
  content: "\f278";
  /*map*/
  content: "\f279";
  /*map solid*/
  content: "\f124";
  /*location arrow*/
  content: "\f041";
  /*map marker*/
}

/*-----social icons-----*/
.facebook:before {
  content: "\f082";
  /*facebook square*/
  content: "\f09a";
  /*facebook f*/
}

.instagram:before {
  content: "\f16d";
  /*instagram logo*/
}

.twitter:before {
  content: "\f081";
  /*twitter square*/
  content: "\f099";
  /*twitter bird*/
}

.googlePlus:before {
  content: "\f0d4";
  /*google plus square*/
  content: "\f0d5";
  /*google plus*/
}

.pinterest:before {
  content: "\f0d3";
  /*pinterest square*/
  content: "\f0d2";
  /*pinterest circle*/
}

.linkedIn:before {
  content: "\f08c";
  /*linkedIn square*/
  content: "\f0e1";
  /*linkedIn in*/
}

.youTube:before {
  content: "\f16a";
  /*youtube play*/
  content: "\f166";
  /*youtube square*/
  content: "\f167";
  /*youtube normal*/
}

.houzz:before {
  content: '\f27c';
}

.flickr:before {
  content: "\f16e";
  /*flicker dots*/
}

/*-----social colours-----*/
/*
.facebook {
background: #49639E;
}
.instagram {
background: #8a3ab9;
}
.twitter {
background: #5EA9DD;
}
.googlePlus {
background: #DD4B39;
}
.pinterest {
background: #BD081C;
}
.linkedIn {
background: #0177B5;
}
.youTube {
background: #E22D24;
}
.flickr {
background: #ff0084;
}
*/
/* ---------------------------------- */
/* --Standard for HR line styling  -- */
/* ---------------------------------- */
hr {
  border: 0;
  height: 1px;
  color: #ccc;
  background-color: #ccc;
  width: 100%;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;

  position: relative;
  z-index: 100;

  font-family: 'Roboto Condensed', BlinkMacSystemFont, "-apple-system", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

#menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#menu:hover a {
  opacity: .75;
}

#menu nav li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin: 0;
}

#menu nav a {
  display: inline-block;
  font-size: 1em;
  color: #fff;
}

#menu nav li a {
  opacity: .5;
}

#menu nav li a {
  text-decoration: none;
  width: 100%;
  padding: 10px;
}

#menu nav a:hover,
#menu nav .parent:hover>a,
#menu nav .current>a {
  opacity: 1;
}

/* 
#menu nav .parent > a:after {
font-family: FontAwesome;
margin-left: 8px;
content: "\f107";
line-height: 1em;
}
*/

#mobileMenu,
#navToggleWrap {
  display: none;
}

#menu .contact {
  display: flex;
  width: 100%;
  height: 50px;

  align-items: flex-end;
  justify-content: flex-end;

}

#menu .phoneHeading {
  position: absolute;
  top: 0;
  left: 0;
  font-size: .4em;
  line-height: 1em;
}

#menu .phone {
  position: relative;
  padding: .4em 0 0;
  font-size: 2.3em !important;
  font-weight: 300;
  opacity: .7;
  line-height: 30px;

}

#menu .phone:before,
#menu #viewCart .mobile-hide,
#menu #viewCart .noItems {
  display: none;
}

#menu .contact :before {
  margin: 0 5px;
}

#menu .details {
  display: inline-block;
}

#menu .total {
  margin-right: 5px;
}

#menu .details a {
  padding: 0;
  border: 1px solid;
  border-radius: 5px;
  line-height: 30px;
  min-width: 30px;
  text-align: center;
  margin-left: 5px;
}

/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */
#menu nav ul {
  position: absolute;
  width: 100%;
  min-width: 150px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: .85em;
}

#menu .subContainer {
  background: rgba(0, 0, 0, .75);
  /*   margin-top: 10px; */
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#menu nav ul li {
  width: 100%;
  display: inline-block;
}

#menu nav ul li a {
  padding: 10px;
  line-height: 1.1em;
}

#menu nav ul li a:hover {
  background: rgba(255, 255, 255, .1);
}

@media all and (max-width: 700px) {
  #navToggleWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }


  .mobileScroll.mobileScrollStart #navToggleWrap {
    top: -100%;
  }
}

/*-----------------------------------*/
/*------------ SIDE MENU ------------*/
/*-----------------------------------*/
.sideMenu li {
  width: 100%;
  list-style: none;
  margin-bottom: 5px;
  position: relative;
}

.sideMenu li a {
  width: 100%;
  display: inline-block;
  background: #222;
  text-decoration: none;
  color: #fff;
  padding: 10px;
}

.sideMenu li a:hover {
  background: #eee;
  color: #222;
}

.sideMenu li ul {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 200px;
  width: 210px;
  margin: 0;
  padding: 0;
  display: none;
}

.sideMenu li .subContainer {
  padding-left: 10px;
}

.sideMenu .current ul a {
  background: #222;
}

.sideMenu .current a,
.sideMenu ul .current a {
  background: #222;
}

/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */
.contentImgRow .item {
  display: inline-block;
}

.contentImgRow .contentImg {
  width: 100%;
  height: 0;
  padding-bottom: 42%;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  image-rendering: auto;
  margin: 0;
}

.contentImgRow .caption {
  font-size: .9em;
  margin-top: 5px;
}

.contentImgRow .caption:empty {
  display: none;
}

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/

#enquiry {
  color: inherit;

  width: 600px;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(0, 0, 0, .1);
  float: right;
  padding: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.enqHeader {
  width: 100%;
  padding: 12px 10px;
  margin-bottom: 10px;
  font-size: 2em;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.enqRow {
  width: 100%;
  overflow: hidden;
}

.enqRow.half {
  width: 50%;
  display: inline-block;
}

.enqRight {
  width: 75%;
  float: left;

  padding: 5px 1px;
}

.enqRow.half .enqLeft,
.enqRow.half .enqRight {
  width: 100%;
  font-size: 1em;
}

.enqLeft,
.enqRight {
  width: 100%;
  font-size: 1em;
}

.enqLeft {
  line-height: 1.3em;
}

#enquiry input,
#enquiry textarea,
#enquiry select {
  font-family: inherit;
}

#enquiry input,
#enquiry textarea {
  color: inherit;
  position: relative;
  width: 100%;
  padding: 7px 5px;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
.select,
textarea {
  width: 100% !important;
  flex-grow: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: none;
  color: #222;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .25);
}

input[type=text]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=number]:hover,
.select:hover,
textarea:hover {
  border-bottom: 1px solid #156ba1 !important;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
.select:focus,
textarea:focus {
  background: #eee;
  border-bottom: 1px solid #156ba1 !important;
}

#enquiry textarea {
  height: 80px;
  padding: 0px 5px;
}

#enquiry input[type="radio"] {
  width: 15px;
  -webkit-appearance: radio;
  margin: 0;
  padding: 0;
}

#enquiry input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 15px;
  margin: 0;
  padding: 0;
}

#enquiry input[type="submit"] {
  width: 100%;
  width: calc(100% - 20px);
  margin: 10px 10px 30px;
  border: 0;
  cursor: pointer;
}

#enquiry select {
  width: 100%;
}

/*-----Placeholder Styles-----*/
#enquiry ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.6;
}

#enquiry :-moz-placeholder {
  color: inherit;
  opacity: 0.6;
}

#enquiry ::-moz-placeholder {
  color: inherit;
  opacity: 0.6;
}

#enquiry :-ms-input-placeholder {
  color: inherit;
  opacity: 0.6;
}

/*--- Custom styling for <select>s ---*/
.select {
  position: relative;
}

.select:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "\f078";
  border-left: 1px solid #ccc;
  font-family: fontawesome;
  pointer-events: none;
}

.select select {
  background: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  padding: .5em;
  outline: 0;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #28292a;
  font-size: .8em;
  color: #fff;
  padding: 0;
}

footer>*>.container {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*-------- FOOTER TEXT STYLES ---------*/

footer:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;

  display: block;
  width: 100%;
  height: 100%;

  opacity: .05;
  background: url("thumbnaillarge/M_full_img-10.jpg") center center;

}

footer h1 {
  color: #fff;
}

footer a {
  color: inherit;
  opacity: 0.5;
  text-decoration: none;
}

footer a:hover {
  color: inherit;
  opacity: 1;
}


.footLogo,
footer img {
  display: block;
  width: 100%;
  height: auto;
}

.footLogo {
  padding: 20px 10px 0;
  max-width: 200px;
}

/*------------ FOOTER MENU ------------*/
footer nav {
  width: 100%;
  display: block;
  text-align: center;
}

footer nav li {
  list-style: none;
  display: inline-block;
}

footer nav li a {
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
}

.footerRight {
  text-align: right;
  padding-top: 5px;
  margin: 0 auto;
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */

#footerTop>.container {
  max-width: none;
  flex-wrap: wrap;
}

#footerTop .container .container {
  padding-top: 50px;
}

#footerBottom {
  padding: 20px 0;
}

#footerTop #enquiry {
  width: 100%;
}

#footerBottom .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flag {
  width: 280px;
  padding: 0 10px;
}

.flag img {
  display: inline-block;
  width: 35px;
  height: auto;
  position: relative;
  top: 8px;
}

.flag span {
  display: inline-block;
  padding: 0 5px;
  line-height: 2em;
  vertical-align: middle;
}

/* ----------------------------------------- */
/* -----------------TO TOP ----------------- */
/* ----------------------------------------- */
#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 900;
}

#toTop:before {
  content: "\f077";
}


/* ---------------------------------- */
/* --------  ul list styling  ------- */
/* ---------------------------------- */
.siteBottom .siteContent li {
  margin-bottom: 0.5em;
  position: relative;
}

.siteBottom .siteContent ul {
  list-style: none;
}

.siteBottom .siteContent ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 0.8em;
  margin-right: 10px;
  color: #122d3f;
  position: absolute;
  top: 0;
  left: -20px;
}

/*-----------------------------------*/
/*-------------- GRID ---------------*/
/*-----------------------------------*/
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
  width: 100%;
}

.grid.justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid [class*='col-'],
.contentImgRow .item,
.cartThumb {
  float: left;
  margin: 5px;
}

.col-1 {
  width: 100%;
  width: calc(100% - 10px);
}

.col-2 {
  width: 50%;
  width: calc(50% - 10px);
}

.col-3 {
  width: 33.33333%;
  width: calc(33.33333% - 10px);
}

.col-3x2 {
  width: 66.66%;
  width: calc(66.66% - 10px);
}

.col-4,
.contentImgRow .item,
.cartThumb {
  width: 25%;
  width: calc(25% - 10px);
}

.col-4x3 {
  width: 75%;
  width: calc(75% - 10px);
}

.col-5 {
  width: 20%;
  width: calc(20% - 10px);
}

.col-5x2 {
  width: 40%;
  width: calc(40% - 10px);
}

.col-5x3 {
  width: 60%;
  width: calc(60% - 10px);
}

.col-5x4 {
  width: 80%;
  width: calc(80% - 10px);
}

.col-6 {
  width: 16.666%;
  width: calc(16.666% - 10px);
}

.col-6x5 {
  width: 83.33%;
  width: calc(83.33% - 10px);
}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
.button,
#enquiry input[type="submit"],
.basicFrame,
h6 a {
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: .75em 2em;
  border-radius: 2em;
  text-decoration: none;
  text-align: center;
  font-weight: normal;

  transition: .5s ease;
}

* a.iconOnly {
  padding: 0.8em 0em;
  width: 2.8em;
}

* a.iconOnly:before {
  margin-right: 0;
}

/*primary button*/
.butS1,
a.basicFrame,
#enquiry input[type="submit"],
body .cartBtn.green,
body .cartBtn,
.cartItemAdd,
.checkoutNext,
.editDetails,
.saveDetails,
div button,
.blogBtn .button,
.viewCartSection #viewCart,
#toTop,
h6 a {
  color: #fff;
  background: #0a507c;
  border: 1px solid #0a507c;
  box-shadow: 0 10px 15px -5px #122d3f;
}

.butS1:hover,
.butS1:active,
a.basicFrame:hover,
a.basicFrame:active,
#enquiry input[type="submit"]:hover,
#enquiry input[type="submit"]:active,
body .cartBtn.green:hover,
body .cartBtn.green:active,
body .cartBtn:hover,
body .cartBtn:active,
.cartItemAdd:hover,
.cartItemAdd:active,
.checkoutNext:hover,
.checkoutNext:active,
.editDetails:hover,
.editDetails:active,
.saveDetails:hover,
.saveDetails:active,
div button:hover,
div button:active,
.blogBtn .button:hover,
.blogBtn .button:active,
.viewCartSection #viewCart:hover,
.viewCartSection #viewCart:active,
#toTop:hover,
#toTop:active,
h6 a:hover,
h6 a:active {
  color: #fff;
  background: #156ba1;
  border: 1px solid #156ba1;
  transform: translatey(-5px);
  box-shadow: 0 15px 20px -10px #122d3f;
}

.select:after {
  color: #fff;
  background: #0a507c;
  border: 1px solid #0a507c;
}

.select:hover:after,
.select:active:after {
  color: #fff;
  background: #122d3f;
  border: 1px solid #122d3f;
}

/*secondary button*/
.butS2,
body .cartBtn.grey,
.cartItemPrev,
.checkoutPrev,
.cartBtnHL.resumeShopping,
.cartItemUpdate,
.openCheckout,
.blogNavigation a {
  background: #fff;
  color: #122d3f;
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, .2), 0 10px 15px -5px #122d3f;
}

.butS2:hover,
.butS2:active,
body .cartBtn.grey:hover,
body .cartBtn.grey:active,
.cartItemPrev:hover,
.cartItemPrev:active,
.checkoutPrev:hover,
.checkoutPrev:active,
.cartBtnHL.resumeShopping:hover,
.cartBtnHL.resumeShopping:active,
.cartItemUpdate:hover,
.cartItemUpdate:active,
.openCheckout:hover,
.openCheckout:active,
.blogNavigation a:hover,
.blogNavigation a:active {
  color: #fff;
  background: #122d3f;
  box-shadow: 0 15px 20px -10px #122d3f;
}

/*inverted button*/
.butS3 {
  position: relative;
  padding: .7em 0;
  background: none;
  color: #fff;
}

.butS3:before,
.butS3:after {
  content: '';
  position: absolute;
  left: 10%;
  right: 10%;

  height: .5em;
  border-left: 2px solid #0a507c;
  border-right: 2px solid #0a507c;

  transition: .5s ease;
}

.butS3:before {
  top: 0;
  border-top: 2px solid #0a507c;
}

.butS3:after {
  bottom: 0;
  border-bottom: 2px solid #0a507c;
}

.butS3:hover:before,
.butS3:active:before {
  top: -.25em;
}

.butS3:hover:after,
.butS3:active:after {
  bottom: -.25em;
}

.butS3:hover:before,
.butS3:active:before,
.butS3:hover:after,
.butS3:active:after {

  left: 0;
  right: 0;
}

.butS3:hover {
  transform: scale(1.2);
}

.cartThumb .image {
  padding-bottom: 100%;

  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.cartThumb {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;

  color: #fff;
  background: #1e354a;
  transition: .5s ease;
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .5);
  border-radius: 10px;
}


.link0 #section1 .photoSection {
  padding: 3% 0;
}

@media(min-width: 1000px) {
  .link0 #section1 .photoSection .grid {
    max-height: 110px;
  }
}

.butFrame {
  color: #f1f1f1;
  width: 21%;
  margin: -4.5% 5.75% !important;
  ;

  border-radius: 25%;

  position: relative;
  z-index: 0;

  display: block;
  overflow: hidden;
  cursor: pointer;

  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.butImage {
  position: relative;
  z-index: -1;
  width: 50%;
  margin: 0 25%;
  display: block;
  padding-bottom: 86.5%;

  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  background-color: #1a3150 !important;

  overflow: hidden;

  border-top: 1px solid rgba(0, 0, 0, .05);
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.butImage:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;

  opacity: .5;

  background-color: #1a3150 !important;
}

.imgLeft,
.imgRight {
  position: absolute;
  top: 0;
  z-index: -2;
}

.imgLeft:before,
.imgRight:before {
  content: '';
  position: absolute;

  background-image: inherit;
  background-position: center !important;
  background-size: cover !important;

  display: block;
  width: 200%;
  height: 100%;
}

.imgLeft:before {
  left: -50%
}

.imgRight:before {
  right: -50%;
}

.imgLeft,
.imgRight:before {
  transform: rotatez(-60deg)
}

.imgRight,
.imgLeft:before {
  transform: rotatez(60deg)
}

.butText {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  display: block;
  padding: 5px 10px;
  box-sizing: border-box;

  display: -webkit-flex;
  display: flex;

  -webkit-flex-direction: column;
  flex-direction: column;

  -webkit-align-items: center;
  align-items: center;

  -webkit-justify-content: center;
  justify-content: center;

  overflow: hidden;
}

.butHeading {
  font-size: 1.1em;
  letter-spacing: .1em;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;

  color: #fff;
}

.butLink {
  display: none;
}

a.butFrame[href="#"] {
  pointer-events: none;
  z-index: -2;
  opacity: .5 !important;
}

/* ---------------- HOVER STYLES ------------------ */
.butFrame,
.butFrame *,
.butFrame :after {
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.link0 .siteBottom:hover .butFrame {
  opacity: .9;
}

.siteBottom .butFrame:hover,
.siteBottom .butFrame:active {
  opacity: 1 !important;
  transform: scale(1.03) !important;
}

.siteBottom .butFrame:hover .butText,
.siteBottom .butFrame:active .butText,
.siteBottom .butFrame:hover :after,
.siteBottom .butFrame:active :after {
  opacity: 0 !important;
}

/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */
.viewCartSection .container {
  position: relative;
}

.viewCartSection #viewCart {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 100;
}

#viewCart:before {
  content: "\f290";
  /*bag*/
  content: "\f07a";
  /*cart*/
  font-family: fontawesome;
  margin-right: .5em;
}


/* ---------------------------------- */
/* --------- MAIN SECTIONS ---------- */
/* ---------------------------------- */

.outerWrap {
  overflow: hidden;
}

.siteTop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;

  background: rgba(255, 255, 255, 0);
}

/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */

#logo img {
  display: block;
  width: 100%;
  height: auto;
}

#logo {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 20px 0;
  color: #fff;
}

.logoText {
  position: relative;
  font-size: 4em;
  padding: .3em 0;
  margin-right: 20px;
}

.logoText span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: .25em;
  line-height: .25em;
}

.logoImage {
  position: relative;
  width: 70px;

  border-radius: 100%;
  overflow: hidden;
}

.logoImage img {
  margin: 15% 2% -15% -2%;
  transform: scale(1.41);
}

/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */

#subBannerHome,
#subBanner {
  position: relative;
  overflow: hidden;
}

#subBannerHome .container,
#subBanner .container {
  position: relative;
  max-width: 100%;
  background-size: cover !important;
  background-position: center center !important;
}

#subBannerHome {
  position: relative;
}

#subBanner {
  background: #1a3151;
}

#subBanner .container {
  opacity: .5;
  padding-bottom: 25%;
  min-height: 200px;
}


#subBanner .container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  opacity: .2;

  background: url("files/lines.svg") center center repeat rgba(0, 0, 0, .4);
  background-size: 150px;
}


/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */

#welcomeText {
  position: relative;
  min-height: 100vh;

  display: flex;

  flex-direction: column;

  align-items: center;
  justify-content: center;

  padding: 15% 150px 0;
  background: rgba(10, 80, 124, .4);
  border-bottom: 50px solid #fff;
}

#welcomeText:before,
#welcomeText:after {
  content: '';
  position: absolute;
  bottom: 0;

  border-top: 50px solid transparent;
}

#welcomeText:before {
  left: 0;
  border-left: 50vw solid #fff;
}


#welcomeText:after {
  right: 0;
  border-right: 50vw solid #fff;
}

#welcomeText .siteContent {
  text-transform: uppercase;
  position: relative;
  z-index: 2;

  width: 1200px;
  max-width: 100%;
  margin: auto;
}

#welcomeText .siteContent:last-child {
  margin: auto auto 0;
}

#welcomeText * {
  color: #fff;
}

#welcomeText h1 {
  line-height: .9em;
}

#welcomeText h6 {
  margin-top: 20px;
}

#welcomeText h6 a {
  min-width: 220px;
}

/*==============================*/
/*===== slideShow STYLES ====*/
/*==============================*/

/* 
.slideShow, .flick-inner 
{
position: relative;
width: 100%;
height: 0;
padding-bottom: 32%;
background-color: #e6e6e6;
overflow: hidden;
}
*/

.slideShow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  overflow: hidden;
}

.slideShow ul.flicks {
  width: 10000%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.slideShow li {
  float: left;
  width: 1%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: table;
}

.flick-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  opacity: .2;

  background: url("files/lines.svg") center center repeat rgba(0, 0, 0, .4);
  background-size: 150px;
}

.flick-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* ADJUST TEXT POSITION HORIZONTALLY */
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1em;
}

.flick-title,
.flick-sub-text {
  width: 40%;
  text-align: left;
}

.flick-title {
  font-size: 2em;
  color: #fff;
}

.flick-sub-text {
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 1em;
}

.flick-but {
  position: relative;
  z-index: 2;
  width: 15em;
}

/* FLICKER RESPONSIVE CONTROL */

@media all and (max-width: 1200px) and (min-width: 1000px) {
  /*   .flick-content {
  font-size: 1em;
} */
}

@media all and (max-width: 999px) and (min-width: 700px) {
  /* MEDIUM */
  /*   .flick-content, .arrow-navigation, .dot-navigation {
  font-size: 0.8em;
}

  .slideShow, .flick-inner {
  padding-bottom: 40%;
} */
}

@media all and (max-width: 700px) {
  /* SMALL */

  /*   .flick-content, .arrow-navigation, .dot-navigation {
  font-size: 0.6em;
}

  .slideShow, .flick-inner {
  padding-bottom: 50%;
} */
}

/* FLICKER ARROW NAVIGATION */
.slideShow .arrow-navigation {
  position: absolute;
  height: 80%;
  width: 10%;
  top: 10%;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
}

.slideShow .arrow-navigation .arrow {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  position: relative;
  opacity: 0;
}

.slideShow .arrow-navigation .arrow:hover {
  opacity: 0.8;
}

.slideShow .arrow-navigation .arrow:before {
  font-size: 3em;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: FontAwesome;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* LIGHT THEME ARROW COLOUR */
  color: #fff;
}

.slideShow.flicker-theme-dark .arrow-navigation .arrow:before {
  /* DARK THEME ARROW COLOUR */
  color: #122d3f;
}

.slideShow .arrow-navigation.left {
  left: 0;
}

.slideShow .arrow-navigation.right {
  right: 0;
}

.slideShow .arrow-navigation.left .arrow:before {
  content: "\f104";
}

.slideShow .arrow-navigation.right .arrow:before {
  content: "\f105";
}

/* FLICKER DOT NAVIGATION */
.slideShow .dot-navigation {
  position: absolute;
  left: 0;
  bottom: 0;

  display: flex;
  align-items: center;
  justify-items: center;

  height: 100%;
  width: 1em;
  text-align: center;
  z-index: 120;


}

.slideShow .dot-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0px;
  text-align: center;
  /* DOT HORIZONTAL POSITION */
  font-size: 0.8em;
  /* CIRCLE SIZE */
}

.slideShow .dot-navigation ul li {
  display: inline-block;
  width: auto;
  float: none;
}

.slideShow .dot-navigation .dot {
  width: .6em;
  height: 3em;
  margin: 0px .5em;
  padding: 0;

  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;

  border: 1px solid #fff;
  /*   border-radius: 50%; */
  background-color: rgba(255, 255, 255, .1);
  /* LIGHT THEME DOT COLOUR */
}

.slideShow.flicker-theme-dark .dot-navigation .dot {
  background-color: #122d3f;
  /* DARK THEME DOT */
}

.slideShow .dot-navigation .dot:hover {
  background-color: rgba(255, 255, 255, .5);
}

.slideShow .dot-navigation .dot.active {
  background-color: rgba(255, 255, 255, .95);
}

/* FLICKER ANIMATION CSS */
.slideShow.animate-transition-slide ul.flicks {
  position: relative;
  left: 0%;
  -webkit-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
}

.slideShow.animate-transition-fade ul.flicks {
  position: relative;
}

.slideShow.animate-transition-fade ul.flicks li {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.slideShow.animate-transition-fade.fade-inited ul.flicks li {
  -webkit-transition: opacity 0.8s linear;
  transition: opacity 0.8s linear;
}

.slideShow.animate-transition-fade.fade-inited ul.flicks li.first-flick,
.slideShow.animate-transition-slide ul.flicks li {
  opacity: 1;
}

/* ---------------------------------- */
/* ----------- WORKS CSS ------------ */
/* ---------------------------------- */

/* Drop Down Enquiry */
#enquire-dropdown {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: none repeat scroll 0 0 rgba(10, 10, 10, 0.95);
  display: none;
  overflow: hidden;
}

#enquire-dropdown .container {
  width: 100%;
  height: 100%;
  height: 100vh;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: initial;
}

#enquire-dropdown #enquiry {
  background: none;
  font-size: 1em;
  width: 100%;
  max-width: 450px;
  margin: auto;
  float: none;
}

.dropContact {
  text-align: center;
  color: #ccc;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

#enquire-dropdown h2 {
  color: #fff;
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
}

#enquire-dropdown #enquiry input[type="text"],
#enquire-dropdown #enquiry input[type="email"],
#enquire-dropdown #enquiry input[type="tel"],
#enquire-dropdown #enquiry textarea {
  padding: 7px 15px 7px 30px;
  -webkit-appearance: none;
  /*border-radius: 15px;*/
  font-family: inherit;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-size: 16px;

  margin: 2px 0;
}

.required {
  font-size: 0.9em;
}

.closeBtn {
  position: absolute;
  left: 0;
  right: 10px;
  top: 10px;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 auto;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.closeBtn:hover {
  opacity: 0.5;
}

.closeBtn:before,
.closeBtn:after {
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
}

.closeBtn:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.closeBtn:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*  INPUT ICONS */
#enquire-dropdown .enqRow {
  position: relative;
}

#enquire-dropdown .contact .enqRow span {
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  left: 10px;
  font-size: 0.9em;
  font-weight: normal;
  color: #fff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#enquire-dropdown .name:before {
  content: "\f007";
}

#enquire-dropdown .question:before {
  content: "\f0e6";
}

#enquire-dropdown .clock:before {
  content: "\f017";
}

#enquire-dropdown ::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

#enquire-dropdown :-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}

#enquire-dropdown ::-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}

#enquire-dropdown :-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

.dropContact a {
  color: #aaa;
}

.dropContact a:hover {
  color: #fff;
}

/* ----------- PRELOADER ICON  ----------- */
#loaderIcon {
  -webkit-animation: animateLoad 1.5s linear infinite;
  animation: animateLoad 1.5s linear infinite;
  clip: rect(0, 80px, 80px, 40px);
  height: 60px;
  width: 60px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% + 200px);
  /*-- adjust vertical position --*/
}

@-webkit-keyframes animateLoad {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
  }
}

@keyframes animateLoad {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
  }
}

#loaderIcon:after {
  -webkit-animation: animateLoader 1.5s ease-in-out infinite;
  animation: animateLoader 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content: '';
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: absolute;
}

@-webkit-keyframes animateLoader {
  0% {
    -webkit-box-shadow: inset #ccc 0 0 0 17px;
    box-shadow: inset #ccc 0 0 0 17px;
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  50% {
    -webkit-box-shadow: inset #ccc 0 0 0 2px;
    box-shadow: inset #ccc 0 0 0 2px;
  }

  100% {
    -webkit-box-shadow: inset #ccc 0 0 0 17px;
    box-shadow: inset #ccc 0 0 0 17px;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}

@keyframes animateLoader {
  0% {
    -webkit-box-shadow: inset #ccc 0 0 0 17px;
    box-shadow: inset #ccc 0 0 0 17px;
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  50% {
    -webkit-box-shadow: inset #ccc 0 0 0 2px;
    box-shadow: inset #ccc 0 0 0 2px;
  }

  100% {
    -webkit-box-shadow: inset #ccc 0 0 0 17px;
    box-shadow: inset #ccc 0 0 0 17px;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}

/* ----------- PRELOADER  ----------- */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  height: 100vh;
  z-index: 9999999;
  overflow: hidden;
}

#loader {
  position: relative;
  display: block;
  width: 90%;
  height: 100%;
  margin: auto;
  max-width: 600px;
  border: 3px solid transparent;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#loader #logo {
  color: #156ba1;
  margin: 0 auto;
}

#loader #logo span {
  color: #333;
}


#loader #logo {
  width: 100%;
  height: auto;

  transform: scale(1.5);
  opacity: 0;
}

#loader #logo {
  -webkit-animation: load 10s alternate;
  animation: load 10s alternate;
}

@-webkit-keyframes load {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes load {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#loader-wrapper .loader-section {
  position: absolute;
  top: 0;
  width: 51%;
  height: 100%;
  z-index: 100;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background: #fff;
  /*-- background colour --*/
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */
/* 

.siteTop,
#welcomeText .siteContent > *:nth-child(1)
{
animation-delay: 2.5s;
}

.dot-navigation,
#welcomeText .siteContent > *:nth-child(2)
{
animation-delay: 2.8s !important;
}

#welcomeText .siteContent > *:nth-child(3)
{
animation-delay: 3.1s !important;
}

#welcomeText .siteContent > *:nth-child(4)
{
animation-delay: 3.4s !important;
}

#welcomeText .siteContent > *:nth-child(5),
#welcomeText .contentImgRow > *
{
animation-delay: 3.7s !important;
}

*/

@media(min-width:701px) {

  .siteTop,
  #logo,
  #logo div,
  #logo span,
  #logo img,
  #menu nav {
    transition: 1s ease;
  }

  .mobileScrollStart .siteTop {
    background: rgba(255, 255, 255, .99);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  }

  .mobileScrollStart #logo {
    color: #156ba1;
    transition-delay: .5s;
    padding: 10px 0;
  }

  .mobileScrollStart #logo span {
    color: #333;
  }

  .mobileScrollStart #menu nav a {
    color: #666;
  }

  .mobileScrollStart #menu .subContainer {
    background: rgba(255, 255, 255, .99);
  }

  .mobileScrollStart .siteTop .logoWhite {
    opacity: 0;
  }

  .mobileScrollStart siteTop:hover #logo {
    width: 250px;
  }

  .mobileScroll #menu nav {
    padding: 0;
  }
}

@media(min-width:1000px) {

  #menu .contact {

    transition-delay: 0s;
    opacity: 1;
  }

  .mobileScroll #menu .contact {
    height: 0;
    opacity: 0;
  }
}


/* --------- CUSTOME TABLES --------- */


.custTable {
  margin: 20px 0px 20px 20px;
  max-width: calc(100% - 20px);
}

.custTable td {
  border-left: 5px solid #0a507c;
  padding: 0 20px;
}

.custTable td p:first-child {
  margin-top: 0;
}

.custTable td p:last-child {
  margin-bottom: 0;
}

@media(max-width:850px) {
  .moduleTable>tbody>tr {
    display: flex;
    flex-wrap: wrap;
  }
}

.moduleTable>tbody>tr>td.imgCell {
  padding: 0 !important;
  order: 1;
}

/* --------------------------- */
/* ------- DOWN ARROWS ------- */
/* --------------------------- */
.downArrow {
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
  z-index: 100;

  display: block;
  min-width: 20px;
  text-align: center;

  font-family: FontAwesome;
  font-size: 2em;
  line-height: .5em;

}

.downArrow:before,
.downArrow:after {
  content: '\f107';
  display: block;

  transition: .5s ease;
}

.downArrow:hover {
  line-height: .2em;
}

.link0 .downArrow {
  bottom: 50px;
}

.ancre {
  position: absolute;
  bottom: 48px;
}

/* ---------------------------------- */
/* -------- CUSTOM SECTIONS --------- */
/* ---------------------------------- */

.M_left_img,
.M_right_img {
  background: #fff;
  position: relative;
  z-index: 111;

  margin: 0 auto;
  box-sizing: border-box;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;


  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  padding: 50px 0;
}

.M_left_img:before,
.M_right_img:before,
.M_left_img:after,
.M_right_img:after {
  /*   content: ''; */
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -2;

  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}

.M_left_img:before,
.M_right_img:before {
  max-width: calc(50% + 600px);
  box-shadow: 0 10px 50px -15px rgba(0, 0, 0, .5);
}

.M_right_img:before {
  right: 0;
}

.M_left_img .siteContent,
.M_right_img .siteContent {
  padding: 0;
}

@media(min-width: 700px) {

  .M_left_img,
  .M_right_img,
  .M_full_img {
    min-height: 25vh;
  }

  .M_left_img:before,
  .M_right_img:before {}

  .M_left_img .textSection {
    order: 2;
  }

  .M_left_img .photoSection .container {
    margin: 0 0 0 auto;
  }

  .M_right_img .textSection .container {
    padding: 30px;
    margin: 0 0 0 auto;
  }
}

.siteBottom section {
  position: relative;
  z-index: 1;
}

.backgroundImage {
  position: absolute;
  background-size: cover;
  background-position: center center;
}

/*-- full width image --*/
.M_full_img .backgroundImage {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;

  background-position: center center;
}

.M_full_img {
  padding: 100px 0;
  background: #0a507c;
}

.M_full_img .siteContent,
.M_full_img .siteContent>* {
  color: #fff;
}

.M_full_img .backgroundImage {
  opacity: .5;
}

.M_full_img .backgroundImage:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  opacity: .2;

  background: url("files/lines.svg") center center repeat rgba(0, 0, 0, .4);
  background-size: 150px;
}

/*-- image left/right --*/

.M_left_img .backgroundImage,
.M_right_img .backgroundImage {
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.M_left_img .backgroundImage {
  background-position: 75% 75%;
}

.M_right_img .backgroundImage {
  background-position: 25 75%;
}

.M_left_img>div,
.M_right_img>div {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.M_left_img .container,
.M_right_img .container {
  max-width: 600px;
  margin: 0 auto 0 0;
}

@media(min-width:800px) {

  .M_left_img .textSection .container,
  .M_right_img .textSection .container {
    align-items: center;
    min-height: 50vh;
    padding: 0 2em;
  }
}

.M_left_full_img .siteContent,
.M_right_full_img .siteContent {
  max-width: 600px;
  padding: 20px;
  margin: 0 auto;
}

.M_left_full_img .siteContent *,
.M_right_full_img .siteContent * {
  color: #f1f1f1;
}


.M_right_full_img>div,
.M_right_img>div {
  margin: 0 auto 0 0;
}

/*-- image right --*/

.M_right_full_img .backgroundImage,
.M_right_img .backgroundImage {
  left: auto;
  right: 0;
}

.M_right_full_img section,
.M_right_img section {
  margin: 0 auto 0 0;
}


.M_left_img .contentImgRow>*,
.M_right_img .contentImgRow>* {
  width: calc(50% - 10px);
}

@media(max-width:500px) {

  .M_left_img .contentImgRow>*,
  .M_right_img .contentImgRow>* {
    width: calc(100% - 10px);
  }
}

@media(max-width: 100px) {
  .M_full_img .backgroundImage {
    background-attachment: scroll;
  }
}


@media all and (max-width: 850px) {

  .M_full_img,
  .M_left_img,
  .M_right_img,
  .M_left_full_img,
  .M_right_full_img {
    padding: 40px 0;
    box-sizing: border-box;
    display: block;
    border: none;
  }

  .M_left_img,
  .M_right_img,
  .M_left_full_img,
  .M_right_full_img {
    padding: 0;
  }

  .M_left_img .siteContent,
  .M_right_img .siteContent,
  .M_left_full_img .siteContent,
  .M_right_full_img .siteContent {
    padding: 50px 10px;
  }



  .M_left_img>div,
  .M_left_full_img>div,
  .M_right_img>div,
  .M_right_full_img>div {
    width: 100%;
    padding: 0 0;
  }

  .M_left_img .container,
  .M_right_img .container,
  .M_left_full_img .siteContent,
  .M_right_full_img .siteContent {
    max-width: 100%;
  }

  .M_left_img .backgroundImage,
  .M_right_img .backgroundImage,
  .M_left_full_img .backgroundImage,
  .M_right_full_img .backgroundImage {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 75%;
  }
}

/* ------ Responsive YouTube and Vimeo clips ------- */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/* .link0 #section3 .twoColumn .embed-container
{  
padding-bottom: 72%; 
}
*/

/* Responsive Videos */

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */
.link0 #menu {
  display: none;
}

.link0 #section1 {
  padding-top: 150px;
}

.link0 #section1 .siteContent {
  padding: 0;
}

.link1 #footerTop .col-1-small {
  display: none;
}

/* ---------------------------------- */
/* ------------ COLOURS ------------- */
/* ---------------------------------- */
.darkTone {
  background: #191f22;
}

.midTone {
  background: #122d3f;
}

.lightTone {
  background: #0a507c;
}

.highlightTone {
  background: #156ba1;
}

.greyLightest {
  background: #eee;
}

.greyLight {
  background: #ccc;
}

.greyMid {
  background: #aaa;
}

.greyDark {
  background: #222;
}

.white {
  background: #fff;
}

.black {
  background: #191f22;
}

/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/





@media (min-width:701px) and (max-width:1000px) {

  /* ---------------------------------- */
  /* ------------- GRID --------------- */
  /* ---------------------------------- */
  .col-1-med {
    width: 100%;
    width: calc(100% - 10px);
  }

  .col-2-med,
  .contentImgRow .item,
  .cartThumb {
    width: 50%;
    width: calc(50% - 10px);
  }

  .col-3-med {
    width: 33.333%;
    width: calc(33.333% - 10px);
  }

  /* ---------------------------------- */
  /* ------------- OTHER -------------- */
  /* ---------------------------------- */

  #menu {
    padding: 0 50px;
  }

  #menu nav {
    position: relative;
    width: 100%;

    display: flex;
    flex-wrap: wrap;

    padding: 0;
  }

  #menu nav>li {
    flex-grow: 1;
  }

  #menu nav>li>a {
    font-size: .9em;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
  }

  #menu .contactPhone {
    position: absolute;
    bottom: 100%;
    right: 0;
  }
}

@media (max-width:700px) {

  /* ---------------------------------- */
  /* ------ MAIN BODY OF WEBSITE ------ */
  /* ---------------------------------- */
  html,
  body,
  form,
  fieldset,
  p,
  div,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    -webkit-text-size-adjust: none;
    /* This stops the iPhone from automatically changing the size of the text when you flip the phone */
  }

  body .animated {
    transition: 0s !important;
    animation-delay: 0s !important;
    animation-duration: 0s !important;
    animation: none !important;
  }

  .outerWrap.menu-open {
    cursor: pointer;
  }

  .desktop-hide,
  #logo.desktop-hide {
    display: block !important;
  }


  a.desktop-hide {
    display: inline-block !important;
  }

  .mobile-hide,
  a.mobile-hide,
  #banner #viewCart {
    display: none !important;
  }

  h1 {
    font-size: 1.8em;
  }

  h2 {
    font-size: 1.7em;
  }

  footer,
  .siteContent>h1,
  .siteContent>h2,
  .siteContent>h3 {
    text-align: center;
  }

  .justifyOnSmall,
  .siteContent>p {
    text-align: justify;
  }

  /* ----------------------------------------- */
  /* -----------------TO TOP ----------------- */
  /* ----------------------------------------- */
  #toTop {
    bottom: 10px;
    left: calc(50% - 17px);
  }

  /* ---------------------------------- */
  /* ------------ SIDEBAR ------------- */
  /* ---------------------------------- */
  .sidebar,
  #outerSidebar {
    display: none;
  }

  /* ---------------------------------- */
  /* -------- VIEW CART BUTTON -------- */
  /* ---------------------------------- */
  #viewCart {
    position: static;
    border: 0px solid transparent;
  }

  #viewCart .itemCount,
  #viewCart .total {
    display: inline-block;
  }

  /* ---------------------------------- */
  /* ----------- NAVIGATION ----------- */
  /* ---------------------------------- */
  #menu {
    display: none;
  }

  #navToggleWrap {
    width: 100%;
    background: rgba(0, 0, 0, 0);
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
  }

  .mobileScrollStart #navToggleWrap {
    background: #0a507c;
  }

  #navToggleWrap>#navToggle,
  #navToggleWrap>a {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px 0;
    line-height: 1em;
    position: static;
    cursor: pointer;
    text-decoration: none;
    background: none;
    color: #ffffff;
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }

  #navToggleWrap #viewCart {
    border-radius: 0px !important;
  }

  #navToggleWrap>#navToggle:after,
  #navToggleWrap>a:after {
    line-height: 1em;
    display: block;
    text-align: center;
    margin: 8px 0 2px;
  }

  #navToggleWrap>#navToggle:before,
  #navToggleWrap>a:before {
    font-family: FontAwesome;
    font-size: 1em;
    line-height: 1em;
    display: block;
    text-align: center;
    margin: 2px 0;
  }

  #navToggleWrap>#navToggle:after,
  #navToggleWrap>#navToggle span,
  #navToggleWrap>a:after,
  #navToggleWrap>a span {
    font-size: 11px;
    text-transform: uppercase;
  }

  #navToggleWrap #navToggle:before {
    content: "\f0c9";
  }

  #navToggleWrap #navToggle:after {
    content: "Menu";
  }

  #navToggleWrap .blank:before {
    content: "\f067";
  }

  /* #navToggleWrap .phone, */
  /* #navToggleWrap .address,  */
  #navToggleWrap .facebook,
  #navToggleWrap .twitter,
  #navToggleWrap .instagram,
  #navToggleWrap .googlePlus,
  #navToggleWrap .pinterest,
  #navToggleWrap .linkedIn,
  #navToggleWrap .blank,
  #navToggleWrap .youTube,
  #navToggleWrap .toContactPage

  /* #navToggleWrap .enquiry  */
    {
    display: none;
  }

  #navToggleWrap .address:after {
    content: "address";
  }

  #navToggleWrap .facebook:after {
    content: "facebook";
  }

  #navToggleWrap .twitter:after {
    content: "twitter";
  }

  #navToggleWrap .instagram:after {
    content: "instagram";
  }

  #navToggleWrap .googlePlus:after {
    content: "googlePlus";
  }

  #navToggleWrap .pinterest:after {
    content: "pinterest";
  }

  #navToggleWrap .linkedIn:after {
    content: "linkedIn";
  }

  #navToggleWrap .blank:after {
    content: "blank";
  }

  #navToggleWrap .youTube:after {
    content: "youTube";
  }

  #navToggleWrap .email:after {
    content: "enquire";
  }

  #navToggleWrap .phone:after {
    content: "phone";
  }

  #mobileMenu {
    display: inline-block;
    background: #122d3f;
  }

  #mobileMenu nav {
    display: none;
  }

  #mobileMenu nav>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  #mobileMenu li {
    list-style-type: none;
  }

  #mobileMenu li a {
    width: 100%;
    text-decoration: none;
    color: inherit;
    display: inline-block;
  }

  #mobileMenu li span {
    padding: 10px;
    display: block;
    color: #fff;
  }

  #mobileMenu .parent>span:after {
    content: "\f107";
    font: 1em fontawesome;
    margin-left: 10px;
    transition: .3s;
    transform: rotate(0deg);
    display: inline-block;
  }

  #mobileMenu .parent.open>span:after {
    transform: rotate(180deg);
  }

  #mobileMenu .current>span,
  #mobileMenu .current>a {

    background: #0a507c;
  }

  #mobileMenu nav {
    display: inline-block;
    width: 100%;
  }

  #mobileMenu {
    position: fixed;
    top: 0;
    left: -80%;
    width: 80%;
    height: 100%;
    z-index: 10000;
    overflow: scroll;
    transition: .5s ease-out;
  }

  #mobileMenu.menu-open {
    left: 0;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
  }

  /* ----------- SUB MENU ----------- */
  #mobileMenu li ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    background: rgba(0, 0, 0, 0.3);
  }

  #mobileMenu li ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  #mobileMenu li ul a {
    padding-left: 30px;
  }

  /* ---------------------------------- */
  /* ------------- FOOTER ------------- */
  /* ---------------------------------- */
  #footerBottom {
    padding: 0 0 60px 0;
  }

  #footerBottom .container {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #footerBottom nav {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    /*background:rgba(0,0,0,.2);*/
  }

  #footerBottom nav li {
    width: 100%;
  }

  #footerBottom .footerRight {
    text-align: center;
  }

  /*----------------------------------------------*/
  /*--------------- ENQUIRY FORM -----------------*/
  /*----------------------------------------------*/
  #enquiry,
  .enqLeft,
  .enqRight {
    width: 100%;
    max-width: 100%;
  }

  .enqLeft {
    padding: 5px 5px 5px 0;
  }

  .checkout .siteContent .checkoutLeft .checkoutDetails .checkoutDetailsRow.enqRow {
    display: block;
  }

  /* ---------------------------------- */
  /* ------------- GRID --------------- */
  /* ---------------------------------- */
  .col-1-small {
    width: 100%;
    width: calc(100% - 10px);
  }

  .col-2-small,
  .contentImgRow .item,
  .cartThumb {
    width: 50%;
    width: calc(50% - 10px);
  }

  /*.col-1,
.col-2,
.col-3,
.col-3x2,
.col-4,
.col-4x3,
.col-5,
.col-5x2,
.col-5x3,
.col-5x4,
.col-6,
.col-6x5 {
width: 100%;
width: calc(100% - 10px);
}*/

  /* ---------------------------------- */
  /* ---------- MAIN SECTIONS --------- */
  /* ---------------------------------- */

  .siteTop {
    position: absolute;
    padding-top: 60px;
  }

  /* ---------------------------------- */
  /* -------- BANNER OF WEBSITE ------- */
  /* ---------------------------------- */

  #logo {
    margin: 10px auto;
  }

  /* ---------------------------------- */
  /* -------- GRAPHICAL BUTTONS ------- */
  /* ---------------------------------- */

  .butFrame {
    width: 200px;
    max-width: 100%;
    margin: 5px !important;
  }

  .link0 .siteContent {
    display: flex;
    flex-wrap: wrap;
  }

  .link0 .siteContent>.contentImgRow {
    width: auto;
    flex-grow: 1;
  }


  @media(min-width:450px) {

    .link0 .grid.contentImgRow:nth-child(1) a.butFrame[href="#"]:nth-child(3),
    .link0 .grid.contentImgRow:nth-child(2) a.butFrame[href="#"]:nth-child(2) {
      display: none;
    }
  }

  @media(max-width:450px) {
    .grid.contentImgRow a.butFrame[href="#"] {
      display: none;
    }
  }

  /* ---------------------------------- */
  /* -------- SUBBANNER STYLES -------- */
  /* ---------------------------------- */


  /* ---------------------------------- */
  /* -------- SLIDESHOW STYLES -------- */
  /* ---------------------------------- */
  .flick-inner {
    display: none;
  }

  /* ---------------------------------- */
  /* ---------- CUSTOM FOOTER --------- */
  /* ---------------------------------- */

  /* ---------------------------------- */
  /* ----------- ULTIMATE CSS --------- */
  /* ---------------------------------- */
  /* ---------------------------------- */
  /* ----------- CUSTOM CSS ----------- */
  /* ---------------------------------- */

  .link0 #section1 {
    padding-top: 170px;
  }
}
