/*
Theme Name:     Flexbones Theme 4.0
Theme URI:      http://codebluegroup.co.uk/
Description:    A Responsive barebones theme to massively speed up development
Author:         Rory Ashford
Author URI:     http://roikles.com
Version:        4.0
License:		All work is the property of Rory Ashford
License URI:	n/a

CONTENTS

- Global
- Wordpress
- Typography
- Tables
- UI
- Mobile Header
- Page
- Navigation
- Header
- Footer
- Sidebar
- Blog
- Home

*/
/* Style Reset */
html, body, div, span, applet, object, iframe,
h1, h2, legend, h3, h4, .sidebar h2, .sidebar legend, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

/* -- _GLOBAL.SCSS -- */
/*
 * Document and Grid setup
 * Font default declarations
 */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

html {
  font-size: 100%;
  height: 100%;
  line-height: 1.3rem; }
  @media (min-width: 768px) and (max-width: 960px) {
    html {
      font-size: 62.5%; } }
  @media (min-width: 961px) and (max-width: 1200px) {
    html {
      font-size: 75%; } }
  @media (min-width: 1201px) {
    html {
      font-size: 87.5%; } }

body {
  width: 100%;
  color: #3e3e3e;
  background: url("images/background.jpg") #ffffff no-repeat top center;
  font-family: helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  *zoom: 1; }
  @media (min-width: 768px) and (max-width: 960px) {
    body {
      background: #ffffff; } }
  @media (min-width: 961px) and (max-width: 1200px) {
    body {
      background-size: 2050px; } }
  @media (min-width: 1201px) {
    body {
      background-size: 2350px; } }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

.wrapper {
  min-width: 320px;
  width: 100%;
  *zoom: 1; }
  @media (min-width: 768px) and (max-width: 960px) {
    .wrapper {
      width: 768px;
      margin: 0 auto; } }
  @media (min-width: 961px) {
    .wrapper {
      width: 960px;
      margin: 0 auto; } }
  @media (min-width: 1201px) {
    .wrapper {
      width: 1080px;
      margin: 0 auto; } }
  .wrapper:before, .wrapper:after {
    content: "";
    display: table; }
  .wrapper:after {
    clear: both; }

.hidden {
  visibility: hidden; }

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.jPanelMenu-panel {
  background: inherit !important; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

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

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%; }

/* -- _WORDPRESS.SCSS -- */
/*
 * Styles for Wordpress Specific Classes
 * Required if the theme is to go on the wp.org repo
 */
.alignleft {
  float: none;
  margin: 0 0 20px 0;
  display: block; }
  @media (min-width: 768px) {
    .alignleft {
      float: left;
      padding: 0 1.25rem 2.5rem 0; } }

.alignright {
  float: none;
  margin: 0 0 20px 0;
  display: block; }
  @media (min-width: 768px) {
    .alignright {
      float: right;
      padding: 0 0 2.5rem 1.25rem; } }

.wp-caption {
  background: red; }

.wp-caption-text {
  color: #fff; }

.sticky {
  font-weight: bold; }

.gallery-caption {
  background: red; }

.bypostauthor {
  font-weight: bold; }

.aligncenter {
  margin: 0 auto; }

.date-time {
  color: white;
  text-align: center; }

/* -- _TYPOGRAPHY.SCSS -- */
/*
 * All Font / Type styles go here
 */
a,
a:visited {
  color: #1b1b1b;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #1b1b1b; }

p, h1, h2, legend, h3, h4, .sidebar h2, .sidebar legend, h4, .sidebar h2, .sidebar legend, h5, h6, ul, ol {
  line-height: 1.3rem;
  margin-bottom: 0.65rem; }

h1, h2, legend, h3, h4, .sidebar h2, .sidebar legend, h5, h6 {
  font-family: helvetica, arial, sans-serif;
  font-weight: normal;
  line-height: 2.6rem; }

p {
  font-weight: normal;
  font-size: 13.6px;
  font-size: 0.85rem; }

h1 {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.3rem; }

h2, legend {
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1.3rem; }

h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1rem; }

h4, .sidebar h2, .sidebar legend {
  font-size: 14.4px;
  font-size: 0.9rem; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

ul {
  list-style-type: disc;
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: normal;
  margin-left: 20px; }

ol {
  list-style-type: decimal;
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: normal;
  margin-left: 20px; }

blockquote {
  display: block;
  width: 42.42424%;
  float: right;
  margin-right: 0;
  *margin-left: -5%;
  display: inline;
  float: right;
  margin-left: 0.44053%;
  margin-bottom: 1.3rem; }
  blockquote p {
    font-size: 19.2px;
    font-size: 1.2rem;
    text-align: right;
    line-height: 1.3rem;
    font-style: italic;
    padding: 0 0.625rem;
    margin: 0; }

/* -- _TABLES.SCSS -- */
/*
 * All Font / Type styles go here
 */
table {
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 0.75rem; }

thead {
  background: #03a7ff;
  color: #fff; }

tbody tr:nth-child(odd) {
  background: #f1f1f1; }

tbody tr:nth-child(even) {
  background: #FFF; }

th, td {
  height: 1.3rem;
  padding: 0 0.625rem; }

th {
  font-weight: bold;
  height: 2.6rem;
  font-family: helvetica, arial, sans-serif;
  font-size: 16px;
  font-size: 1rem; }

/* -- UI -- */
/*
 * forms, buttons, icons, breadcrumbs, pagination
 */
fieldset div {
  *zoom: 1; }
  fieldset div:before, fieldset div:after {
    content: "";
    display: table; }
  fieldset div:after {
    clear: both; }

label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom: 1.3rem;
  display: block;
  width: 24.50331%;
  float: left;
  margin-right: 0.66225%;
  display: inline; }

input[type="text"], input[type="password"] {
  -webkit-appearance: none;
  margin-bottom: 1.3rem;
  float: left;
  display: block; }

textarea {
  border: 1px solid #ccc;
  line-height: 1.3rem;
  height: 5.2rem;
  margin-bottom: 1.3rem;
  display: block;
  width: 49.66887%;
  float: left;
  margin-right: 0.66225%;
  display: inline; }

.input[type="radio"] {
  float: left; }

input[type="submit"] {
  font-family: helvetica, arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  border: 0;
  float: left;
  font-family: helvetica, arial, sans-serif; }
  input[type="submit"]:visited {
    color: #fff; }

.button {
  background: black;
  padding: 0 1.3rem;
  line-height: 2.6rem;
  margin: 0 0 1.3rem 0;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  color: #fff; }
  .button:hover {
    background: #12acff;
    color: #fff; }
  .button:visited {
    color: #fff; }

.search-form {
  float: right;
  width: 280px;
  position: relative;
  background: #707173;
  *zoom: 1;
  height: 25px; }
  .search-form:before, .search-form:after {
    content: "";
    display: table; }
  .search-form:after {
    clear: both; }

.gt-ie8 .search-input {
  margin: 0;
  margin-bottom: 0 !important;
  margin-left: 10px;
  height: 25px; }

.search-input {
  margin: 5px;
  background: none;
  border: none; }

.search-button {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  float: right !important;
  background: url("images/search-button.png");
  background-repeat: no-repeat;
  background-size: cover; }

/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  margin-right: 30px;
  overflow: hidden; }

.mCSB_container.mCS_no_scrollbar {
  margin-right: 0; }

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px; }

.mCustomScrollBox > .mCSB_scrollTools {
  width: 30px;
  height: 100%;
  top: 0;
  right: 0; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 50px; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  text-align: center; }

/* default scrollbar colors and backgrounds (default theme) */
.mCSB_scrollTools .mCSB_draggerRail, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: gray; }

/* gForms */
.gform_fields li {
  list-style-type: none;
  margin: 0; }

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #000; }

#gform_1 input[type="text"], #gform_1 textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: searchfield;
  font-weight: bold;
  display: block;
  padding: 12px 0.65rem;
  width: 100%;
  border: none;
  margin: 2px 0; }

.gform_button {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  display: block;
  float: right !important;
  line-height: 12px;
  padding: 5px 15px !important;
  font-size: 12px !important; }

.req {
  margin-top: -2.6rem;
  display: block;
  float: left !important; }

.left_label {
  *zoom: 1;
  margin-top: 5px;
  padding: 0 !important; }
  .left_label:before, .left_label:after {
    content: "";
    display: table; }
  .left_label:after {
    clear: both; }

/* Main Product Image Slider */
.gte-ie9 .product-slider-container {
  position: relative;
  width: 100%;
  *zoom: 1; }
  @media (min-width: 768px) {
    .gte-ie9 .product-slider-container {
      width: 50%;
      float: left; } }
  .gte-ie9 .product-slider-container:before, .gte-ie9 .product-slider-container:after {
    content: "";
    display: table; }
  .gte-ie9 .product-slider-container:after {
    clear: both; }

.product-slider-container {
  position: relative;
  width: 50%;
  float: left;
  *zoom: 1; }
  .product-slider-container:before, .product-slider-container:after {
    content: "";
    display: table; }
  .product-slider-container:after {
    clear: both; }

.slider {
  position: relative;
  background: #3A3938; }

.slider ul {
  margin: 0; }

.slider ul li {
  list-style: none; }

.slider ul li img {
  display: block;
  width: 100%; }

.flex-control-paging {
  visibility: visible;
  position: absolute;
  left: 0;
  bottom: 10px;
  clear: both; }
  @media (min-width: 1px) and (max-width: 400px) {
    .flex-control-paging {
      visibility: hidden; } }
  @media (min-width: 401px) and (max-width: 767px) {
    .flex-control-paging {
      visibility: hidden; } }

.flex-control-paging li {
  margin: 5px;
  background: #fff;
  display: inline-block;
  zoom: 1;
  cursor: pointer; }

.flex-control-paging li a {
  text-indent: -99999px;
  display: block;
  width: 10px;
  height: 10px;
  background: #fff; }

.flex-control-paging li .flex-active {
  background: #a8c179; }

.flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible; }

.flexslider .slides > li:not(first-child) {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
html[xmlns] .slides {
  display: block; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

* html .slides {
  height: 1%; }

.loading {
  min-height: 100px;
  background: url("images/loader.gif") #ffffff no-repeat center center !important; }
  .loading div {
    visibility: hidden; }

.products-carousel-container {
  width: 100%;
  z-index: 9001;
  margin-top: 1.3rem;
  position: relative;
  display: table;
  background-color: #ffffff; }

.products-carousel-container ul {
  margin: 0;
  list-style-type: none; }

@media (min-width: 1px) and (max-width: 400px) {
  .gte-ie9 .products-carousel-container .flex-viewport {
    margin-top: 3.9rem; } }
@media (min-width: 401px) and (max-width: 767px) {
  .gte-ie9 .products-carousel-container .flex-viewport {
    margin-top: 3.9rem; } }

.product-carousel__thumb {
  display: block;
  vertical-align: middle;
  background: #3A3938;
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
  *zoom: 1; }
  .product-carousel__thumb:before, .product-carousel__thumb:after {
    content: "";
    display: table; }
  .product-carousel__thumb:after {
    clear: both; }
  .product-carousel__thumb a {
    display: block; }

.lt-ie9 .product-carousel__thumb {
  width: 19.57672%;
  float: left;
  margin-right: 0.5291%;
  display: inline; }

.lt-ie9 .product-carousel__thumb--d-last {
  width: 19.57672%;
  float: right;
  margin-right: 0;
  *margin-left: -5%;
  display: inline; }

@media (min-width: 1px) and (max-width: 400px) {
  .gte-ie9 .product-carousel__thumb {
    width: 49.77974%;
    float: left;
    margin-right: 0.44053%; } }
@media (min-width: 401px) and (max-width: 767px) {
  .gte-ie9 .product-carousel__thumb {
    width: 33.03965%;
    float: left;
    margin-right: 0.44053%; } }
@media (min-width: 768px) {
  .gte-ie9 .product-carousel__thumb {
    width: 19.57672%;
    float: left;
    margin-right: 0.5291%; } }

@media (min-width: 401px) and (max-width: 767px) {
  .gte-ie9 .product-carousel__thumb--m-last {
    width: 33.03965%;
    float: right;
    margin-right: 0; } }

@media (min-width: 1px) and (max-width: 400px) {
  .gte-ie9 .product-carousel__thumb--xs-m-last {
    width: 49.77974%;
    float: right;
    margin-right: 0; } }

@media (min-width: 768px) {
  .gte-ie9 .product-carousel__thumb--d-last {
    width: 19.57672%;
    float: right;
    margin-right: 0; } }

.product-carousel__thumb a img {
  height: auto;
  vertical-align: middle; }
  @media (min-width: 401px) and (max-width: 767px) {
    .product-carousel__thumb a img {
      margin-bottom: 1.3rem; } }

.product-carousel__thumb-caption {
  width: 100%;
  color: #fff;
  background: #1b1b1b;
  display: block;
  vertical-align: baseline;
  padding: 3px 0.65rem;
  line-height: normal;
  position: absolute;
  bottom: 0;
  left: 0; }
  @media (min-width: 1px) and (max-width: 400px) {
    .product-carousel__thumb-caption {
      font-size: 0.7rem; } }
  @media (min-width: 401px) and (max-width: 767px) {
    .product-carousel__thumb-caption {
      font-size: 0.7rem; } }
  @media (min-width: 768px) {
    .product-carousel__thumb-caption {
      font-size: 0.9rem;
      font-weight: bold;
      position: absolute; } }

.product-slider__nav {
  display: none; }
  @media (min-width: 768px) {
    .product-slider__nav {
      display: block;
      position: absolute;
      top: 100px;
      width: 100%;
      *zoom: 1;
      z-index: 10000; }
      .product-slider__nav:before, .product-slider__nav:after {
        content: "";
        display: table; }
      .product-slider__nav:after {
        clear: both; } }

.flex-direction-nav {
  z-index: -1;
  display: block;
  width: 100%;
  position: absolute;
  top: 0; }
  .flex-direction-nav a {
    position: absolute;
    display: block;
    font-size: 0;
    line-height: 0; }

.lt-ie9 .flex-direction-nav {
  top: 37%; }
  .lt-ie9 .flex-direction-nav a {
    width: 40px;
    height: 103px; }

@media (min-width: 1px) and (max-width: 400px) {
  .gte-ie9 .flex-direction-nav {
    height: 50px; }
    .gte-ie9 .flex-direction-nav li {
      background: url("images/scrollright-mobile-disabled.png") #4A4847 center no-repeat;
      background-size: 20%;
      position: relative;
      display: inline-block;
      height: 50px;
      width: 48%; }
    .gte-ie9 .flex-direction-nav li:first-child {
      margin-right: 2%;
      background: url("images/scrollleft-mobile-disabled.png") #4A4847 center no-repeat;
      background-size: 20%; }
    .gte-ie9 .flex-direction-nav a {
      height: 50px;
      width: 100%; } }
@media (min-width: 401px) and (max-width: 767px) {
  .gte-ie9 .flex-direction-nav {
    height: 50px; }
    .gte-ie9 .flex-direction-nav li {
      background: url("images/scrollright-mobile-disabled.png") #4A4847 center no-repeat;
      background-size: 20%;
      position: relative;
      display: inline-block;
      height: 50px;
      width: 48%; }
    .gte-ie9 .flex-direction-nav li:first-child {
      margin-right: 2%;
      background: url("images/scrollleft-mobile-disabled.png") #4A4847 center no-repeat;
      background-size: 20%; }
    .gte-ie9 .flex-direction-nav a {
      height: 50px;
      width: 100%; } }
@media (min-width: 768px) {
  .gte-ie9 .flex-direction-nav a {
    width: 40px;
    height: 103px; } }
@media (min-width: 768px) and (max-width: 960px) {
  .gte-ie9 .flex-direction-nav {
    top: 31%; } }
@media (min-width: 961px) and (max-width: 1200px) {
  .gte-ie9 .flex-direction-nav {
    top: 34%; } }
@media (min-width: 1201px) {
  .gte-ie9 .flex-direction-nav {
    top: 37%; } }

a.flex-disabled {
  visibility: hidden; }

a.flex-prev {
  top: 0;
  left: 0;
  background: url("images/scrollleft.png") #a8c179 center no-repeat;
  margin-left: 0; }
  @media (min-width: 1px) and (max-width: 400px) {
    a.flex-prev {
      background: url("images/scrollleft-mobile.png") #a8c179 center no-repeat;
      background-size: 20%; } }
  @media (min-width: 401px) and (max-width: 767px) {
    a.flex-prev {
      background: url("images/scrollleft-mobile.png") #a8c179 center no-repeat;
      background-size: 20%; } }
  @media (min-width: 768px) {
    a.flex-prev {
      margin-left: -40px; } }
  a.flex-prev:hover {
    background: url("images/scrollleft-hover.png") #7D7E80 center no-repeat; }
    @media (min-width: 1px) and (max-width: 400px) {
      a.flex-prev:hover {
        background: url("images/scrollleft-mobile.png") #green center no-repeat;
        background-size: 20%; } }
    @media (min-width: 401px) and (max-width: 767px) {
      a.flex-prev:hover {
        background: url("images/scrollleft-mobile.png") #green center no-repeat;
        background-size: 20%; } }

a.flex-next {
  top: 0;
  right: 0;
  background: url("images/scrollright.png") #a8c179 center no-repeat;
  margin-right: 0; }
  @media (min-width: 1px) and (max-width: 400px) {
    a.flex-next {
      background: url("images/scrollright-mobile.png") #a8c179 center no-repeat;
      background-size: 20%; } }
  @media (min-width: 401px) and (max-width: 767px) {
    a.flex-next {
      background: url("images/scrollright-mobile.png") #a8c179 center no-repeat;
      background-size: 20%; } }
  @media (min-width: 768px) {
    a.flex-next {
      margin-right: -40px; } }
  a.flex-next:hover {
    background: url("images/scrollright-hover.png") #7D7E80 center no-repeat; }
    @media (min-width: 1px) and (max-width: 400px) {
      a.flex-next:hover {
        background: url("images/scrollright-mobile.png") #green center no-repeat;
        background-size: 20%; } }
    @media (min-width: 401px) and (max-width: 767px) {
      a.flex-next:hover {
        background: url("images/scrollright-mobile.png") #green center no-repeat;
        background-size: 20%; } }

/* -- _MOBILE-HEADER.SCSS -- */
/*
 * Style for a mobile header to contain menu button/ search etc
 */
.mobile-header {
  background: #1b1b1b;
  *zoom: 1; }
  @media (min-width: 768px) {
    .mobile-header {
      display: none; } }
  .mobile-header:before, .mobile-header:after {
    content: "";
    display: table; }
  .mobile-header:after {
    clear: both; }

.mobile-header__button {
  display: inline-block;
  border-right: 1px solid #4e4e4e;
  font-size: 16px;
  font-size: 1rem;
  font-family: helvetica, arial, sans-serif;
  line-height: 2.6rem;
  padding: 0 0.625rem;
  color: #fff; }
  .mobile-header__button:visited {
    color: #fff; }

/* -- _PAGE.SCSS -- */
/*
 * Styles for Wordpress Pages
 * Includes styles for for specific page templates
 */
.container .wrapper {
  padding: 15px 15px 0 15px;
  *zoom: 1; }
  @media (min-width: 768px) {
    .container .wrapper {
      padding: 40px 40px 0 40px; } }
  .container .wrapper:before, .container .wrapper:after {
    content: "";
    display: table; }
  .container .wrapper:after {
    clear: both; }

.page-content .inner {
  *zoom: 1;
  background: #efeff0;
  position: relative; }
  .page-content .inner:before, .page-content .inner:after {
    content: "";
    display: table; }
  .page-content .inner:after {
    clear: both; }

@media (min-width: 401px) and (max-width: 767px) {
  .product-text .content h1 {
    margin-top: 1.3rem; } }

.category-parent-cover img {
  min-width: 100%; }

.inner {
  *zoom: 1;
  display: block;
  position: relative; }
  .inner:before, .inner:after {
    content: "";
    display: table; }
  .inner:after {
    clear: both; }

.search-inner {
  padding: 20px; }

.post h2, .post legend {
  margin: 0;
  line-height: 1.3rem; }
  .post h2 a, .post legend a {
    color: #ffffff; }

.archives li {
  padding-right: 1.3rem;
  float: left;
  display: block;
  text-decoration: none;
  list-style-type: none; }
  .archives li a {
    color: #1b1b1b; }

.content-contact {
  overflow: auto;
  padding: 20px; }

.monthly-news {
  padding: 40px 20px; }

.error .inner {
  padding: 20px; }

.page-child .content, .page .content, .single-post .content {
  margin-top: 7%; }

.region-vacancy-heading {
  padding: 20px 0 0 20px; }

.date .news-post p {
  color: white; }
  .date .news-post p a {
    color: white; }

/* -- _PRODUCT_PAGE.SCSS -- */
/*
 * Styles for the product page
 * Includes styles for for specific page templates
 */
.product-text {
  position: relative; }
  @media (min-width: 768px) and (max-width: 960px) {
    .product-text {
      height: 257px; } }
  @media (min-width: 768px) {
    .product-text {
      width: 50%;
      float: right; } }
  @media (min-width: 961px) and (max-width: 1200px) {
    .product-text {
      height: 330px; } }
  @media (min-width: 1201px) {
    .product-text {
      height: 380px; } }
  .product-text h3, .product-text h2, .product-text legend {
    font-weight: bold;
    margin: 0;
    font-size: 13.6px;
    font-size: 0.85rem; }
  @media (min-width: 1px) and (max-width: 400px) {
    .product-text {
      padding: 0.65rem;
      *zoom: 1; }
      .product-text h1 {
        margin-top: 0; }
      .product-text:before, .product-text:after {
        content: "";
        display: table; }
      .product-text:after {
        clear: both; } }
  @media (min-width: 401px) and (max-width: 767px) {
    .product-text {
      padding: 1.3rem;
      *zoom: 1; }
      .product-text h1 {
        margin-top: 0; }
      .product-text:before, .product-text:after {
        content: "";
        display: table; }
      .product-text:after {
        clear: both; } }

.product-text .content {
  color: #1b1b1b; }
  .product-text .content .read-more, .product-text .content li a {
    color: #1b1b1b; }
  @media (min-width: 768px) and (max-width: 960px) {
    .product-text .content {
      height: 180px; } }
  @media (min-width: 768px) {
    .product-text .content {
      width: 100%;
      overflow: auto;
      padding: 0.65rem 1.3rem 1.3rem 1.3rem; } }
  @media (min-width: 961px) and (max-width: 1200px) {
    .product-text .content {
      height: 250px; } }
  @media (min-width: 1201px) {
    .product-text .content {
      height: 300px; } }

.product-text__pdf {
  display: block;
  line-height: 2.6rem;
  margin: 1.3rem 1.3rem 0.65rem 0;
  *zoom: 1;
  float: right; }
  .product-text__pdf:before, .product-text__pdf:after {
    content: "";
    display: table; }
  .product-text__pdf:after {
    clear: both; }

.lt-ie9 .product-text__pdf {
  width: 40%; }

@media (min-width: 1px) and (max-width: 400px) {
  .gte-ie9 .product-text__pdf {
    float: left;
    width: 100%; } }
@media (min-width: 401px) and (max-width: 767px) {
  .gte-ie9 .product-text__pdf {
    float: none;
    width: 30%; } }
@media (min-width: 768px) and (max-width: 960px) {
  .gte-ie9 .product-text__pdf {
    width: 40%; } }
@media (min-width: 961px) and (max-width: 1200px) {
  .gte-ie9 .product-text__pdf {
    width: 35%; } }
@media (min-width: 1201px) {
  .gte-ie9 .product-text__pdf {
    width: 35%; } }

.product-text__pdf a {
  font-size: 13.6px;
  font-size: 0.85rem;
  color: black; }
  .product-text__pdf a:hover {
    color: #a8c179; }

.product-text__pdf p {
  display: inline;
  text-align: right; }

.product-text__pdf-icon {
  float: right;
  vertical-align: middle;
  margin-left: 1.3rem; }

.products-wrap {
  width: 100%;
  border-bottom: 2px solid #1b1b1b;
  *zoom: 1; }
  .products-wrap h2, .products-wrap legend {
    width: 50%;
    margin-bottom: 0;
    border: none;
    text-transform: uppercase;
    font-weight: bold; }
  .products-wrap .products__heading {
    float: left; }
  .products-wrap .slide-count {
    text-align: right;
    float: right;
    margin-top: 1.3rem; }
  .products-wrap:before, .products-wrap:after {
    content: "";
    display: table; }
  .products-wrap:after {
    clear: both; }

.products__heading {
  text-transform: uppercase;
  margin: 1.3rem 0;
  border-bottom: 2px solid #20201f;
  width: 100%; }

.archive-text {
  padding: 1.3rem; }

/* -- _NAVIGATION.SCSS -- */
/*
 * All nav menu styles go here
 * Currently the Dropdown only supports 1 level
 * This can be extended by using the class .parent-x (where x is the depth).
 */
.primary-nav {
  display: none;
  background: #1b1b1b;
  position: relative; }
  @media (min-width: 768px) {
    .primary-nav {
      display: block;
      width: 100%;
      float: right;
      margin-right: 0; } }

.primary-nav__menu {
  list-style: none;
  *zoom: 1;
  margin: 0;
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  padding: 0 1.3rem; }
  .primary-nav__menu:before, .primary-nav__menu:after {
    content: "";
    display: table; }
  .primary-nav__menu:after {
    clear: both; }

@media (min-width: 1201px) {
  .primary-nav__menu > .nav-float-right {
    margin-left: 30.15873%; } }

.primary-nav__menu > .menu-item {
  float: left; }

.primary-nav__menu > .menu-item a {
  display: inline-block;
  color: #ccc;
  padding: 0 0.65rem;
  line-height: 2.6rem;
  font-size: 14.4px;
  font-size: 0.9rem; }

.gt-ie8 .primary-nav__menu > .menu-item a {
  font-size: 16px;
  font-size: 1rem; }

.primary-nav__menu .menu-item:hover a, .primary-nav__menu .menu-item:hover a:visited {
  color: #fff; }

.primary-nav__menu > .current-menu-item a,
.mobile-nav__menu > .current-menu-item a,
.primary-nav__menu > .current-menu-ancestor a {
  color: #fff;
  font-weight: bold; }

.primary-nav__menu .parent > .sub-menu {
  visibility: hidden;
  background-color: #CECFD1;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10000;
  list-style: none;
  margin: 0; }

.primary-nav__menu .parent > .sub-menu .column .menu-heading a {
  color: black;
  font-weight: bold !important; }

.lt-ie9 .primary-nav__menu .parent > .sub-menu .column .menu-heading a {
  line-height: 14px; }

.primary-nav__menu .parent:hover > .sub-menu {
  visibility: visible;
  padding: 18px; }

.primary-nav__menu .sub-menu .menu-item a {
  display: block;
  text-transform: none;
  padding-bottom: 6%;
  line-height: 10px;
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: normal;
  color: black; }
  .primary-nav__menu .sub-menu .menu-item a:active, .primary-nav__menu .sub-menu .menu-item a:visited {
    color: black; }
  .primary-nav__menu .sub-menu .menu-item a:hover {
    margin: 0;
    color: black; }

.primary-nav__menu .sub-menu .current-menu-item a,
.primary-nav__menu .sub-menu .current-menu-ancestor a {
  color: black;
  font-weight: bold; }

.mobile-nav {
  display: none;
  background: #696C6F;
  -moz-box-shadow: inset -20px -20px 20px -20px #0f1215;
  -webkit-box-shadow: inset -20px -20px 20px -20px #0f1215;
  box-shadow: inset -20px -20px 20px -20px #0f1215; }
  @media (min-width: 768px) {
    .mobile-nav * {
      display: none; } }

.mobile-nav__menu {
  margin: 0;
  list-style: none;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase; }
  .mobile-nav__menu .current_page_item {
    border-top: none; }

.mobile-nav__menu .menu-item a {
  border-bottom: 1px solid #45535e; }

.mobile-nav__menu .menu-item a,
.mobile-nav__menu .menu-item a:visited {
  display: block;
  color: #ffffff;
  padding: 0.65rem 1.3rem; }

.mobile-nav__menu .parent > a {
  margin-right: 20px;
  background-image: url("images/dropdown.png");
  background-repeat: no-repeat;
  background-position: right; }

.mobile-nav__menu .sub-menu {
  background: none;
  list-style: none;
  margin: 0; }

.mobile-nav__menu .sub-menu a {
  padding-left: 20px; }

.mobile-nav__menu .sub-menu a:before {
  content: "- "; }

/* -- _HEADER.SCSS -- */
/*
 * Header specific declarations
 * Note: navigation has its own document _navigation.scss
 */
.site-header {
  *zoom: 1; }
  .site-header:before, .site-header:after {
    content: "";
    display: table; }
  .site-header:after {
    clear: both; }

.site-header__logo {
  display: block;
  margin: 2rem 0;
  width: 32.74336%;
  float: left;
  margin-right: 0.88496%;
  display: inline;
  *zoom: 1; }
  @media (min-width: 768px) {
    .site-header__logo {
      width: 16.29956%;
      float: left;
      margin-right: 0.44053%;
      margin: 0 0 2.6rem 0; } }
  .site-header__logo img {
    display: block; }
  .site-header__logo:before, .site-header__logo:after {
    content: "";
    display: table; }
  .site-header__logo:after {
    clear: both; }

.searchform {
  width: 49.55752%;
  float: right;
  margin-right: 0;
  *margin-left: -5%;
  display: inline;
  visibility: hidden; }
  .searchform input {
    color: #ffffff; }
  @media (min-width: 768px) {
    .searchform {
      visibility: visible;
      width: 24.6696%;
      float: right;
      margin-right: 0;
      margin: 0 0 2.6rem 0; } }

/*@media (min-width: 768px) {
    .header-contact {
        margin-top: -1.5rem;
        visibility: visible;
        width: 33.0396475771%;
        float: right;
        margin-right: 0
    }
    .header-contact p {
        margin-left: 140px
    }
}*/
.header-contact {
  float: right;
  visibility: hidden; }
  @media (min-width: 768px) {
    .header-contact {
      visibility: visible;
      margin-top: -1.5rem; }
      .header-contact p {
        margin-left: 100px; } }
  @media (min-width: 961px) {
    .header-contact p {
      margin-left: 210px; } }

.header-contact__item {
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0px;
  margin-bottom: 0;
  text-align: left; }
  @media (min-width: 768px) {
    .header-contact__item {
      margin-left: 50px;
      padding-left: 25px; } }
  @media (min-width: 961px) {
    .header-contact__item {
      padding-left: 25px;
      margin-left: 115px; } }

.header-contact__telephone {
  background: url("images/header-phone.png") no-repeat left center;
  font-size: 22px;
  font-weight: bold; }

.header-contact__title {
  background: url("images/header-arrow.png") no-repeat left center; }

.header-contact__email {
  background: url("images/header-email.png") no-repeat left center;
  font-size: 14px;
  font-weight: bold; }

.header-contact__twitter {
  background: url("images/header-twitter.png") no-repeat left center; }

/* -- _FOOTER.SCSS -- */
/*
 * Footer Styles go here
 */
.gt-ie8 .site-footer {
  *zoom: 1; }
  @media (min-width: 1px) and (max-width: 400px) {
    .gt-ie8 .site-footer {
      padding: 0.65rem 0; } }
  @media (min-width: 401px) and (max-width: 767px) {
    .gt-ie8 .site-footer {
      padding: 1.3rem 0; } }
  .gt-ie8 .site-footer:before, .gt-ie8 .site-footer:after {
    content: "";
    display: table; }
  .gt-ie8 .site-footer:after {
    clear: both; }

.site-footer .wrapper {
  padding: 0 15px; }
  @media (min-width: 768px) {
    .site-footer .wrapper {
      padding: 0 40px; } }

@media (min-width: 1px) and (max-width: 400px) {
  .gt-ie8 .site-footer .wrapper p {
    font-weight: bold;
    text-align: center;
    width: 50%;
    display: block;
    margin: 0 0 0 25%;
    padding: 0; } }
@media (min-width: 401px) and (max-width: 767px) {
  .gt-ie8 .site-footer .wrapper p {
    font-weight: bold;
    text-align: center;
    width: 50%;
    display: block;
    margin: 0 0 0 25%;
    padding: 0; } }

.footer-copy {
  display: block;
  padding: 10px 0; }

.footer-text {
  vertical-align: middle; }

.footer-address {
  vertical-align: middle; }

.footer-logos {
  vertical-align: middle; }

.site-footer__social {
  display: block;
  text-align: right; }

.site-footer__social a {
  display: inline-block;
  padding-left: 4px; }

/* -- SIDEBAR.SCSS -- */
/*
 * All sidebar(s) style here
 */
@media (min-width: 768px) and (max-width: 960px) {
  .sidebar {
    width: 24.6696%;
    float: right;
    margin-right: 0; } }
@media (min-width: 961px) and (max-width: 1200px) {
  .sidebar {
    width: 24.6696%;
    float: right;
    margin-right: 0; } }
.sidebar h2, .sidebar legend {
  margin-bottom: 0; }
.sidebar ul {
  margin: 0; }
  .sidebar ul li {
    list-style: none;
    font-size: 12px;
    font-size: 0.75rem; }

/* -- _BLOG.SCSS -- */
/*
 * All blog/news styles go here
 * Archives and single article styles
 */
/* -- _HOME.SCSS -- */
/*
 * Homepage Specific Styles
 */
.content--index .inner {
  margin: 0 0 5px 0; }

@media (min-width: 768px) {
  .main-container {
    width: 100%;
    float: left;
    margin-right: 0.5291%;
    position: relative; } }

.home-hero {
  position: relative; }
  .home-hero ul {
    list-style: none;
    margin: 0; }
  .home-hero img {
    display: block; }

.catalogue-tab {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  z-index: 1000;
  display: none;
  transform: translateY(-50%); }
  @media (min-width: 768px) and (max-width: 960px) {
    .catalogue-tab {
      display: block; }
      .catalogue-tab a {
        width: 65%; } }
  @media (min-width: 768px) {
    .catalogue-tab {
      display: block; } }

.main__brief {
  background: #1b1b1b;
  padding: 1.3rem;
  color: #fff; }
  @media (min-width: 768px) and (max-width: 960px) {
    .main__brief {
      top: 3.9rem;
      width: 40%; } }
  @media (min-width: 768px) {
    .main__brief {
      position: absolute;
      /* nice browsers */
      background: rgba(27, 27, 27, 0.8);
      right: 2.6rem;
      z-index: 1; }
      .main__brief h1 {
        line-height: 1.3rem; } }
  @media (min-width: 961px) {
    .main__brief {
      position: absolute;
      top: 5.2rem;
      right: 2.6rem;
      width: 40%; } }

/**
 * Hopme specific styles to include the video link
 */
.main__brief-home {
  background: #1b1b1b;
  color: #fff; }

@media (min-width: 768px) and (max-width: 960px) {
  .main__brief-home {
    top: 0.65rem;
    width: 60%; } }
@media (min-width: 768px) {
  .main__brief-home {
    background: none;
    position: absolute;
    right: 2.6rem;
    z-index: 1; }

  .main__brief-home h1 {
    line-height: 1.3rem; } }
@media (min-width: 961px) {
  .main__brief-home {
    position: absolute;
    top: 2.6rem;
    right: 2.6rem;
    width: 50%; } }
.video-button {
  position: relative;
  *zoom: 1;
  margin: 10px 0; }

.video-button:before,
.video-button:after {
  content: "";
  display: table; }

.video-button:after {
  clear: both; }

.video-button a {
  display: block;
  float: right; }

.main__brief-home__inner {
  padding: 1.3rem;
  color: #fff; }

@media (min-width: 768px) and (max-width: 960px) {
  .main__brief-home__inner {
    top: 3.9rem; } }
@media (min-width: 768px) {
  .main__brief-home__inner {
    background: rgba(27, 27, 27, 0.8); } }
.main__content--news {
  padding: 1.3rem 0;
  width: 100%;
  float: left;
  margin-right: 0.88496%;
  display: inline;
  *zoom: 1; }
  .main__content--news h2, .main__content--news legend {
    margin: 0;
    text-transform: uppercase;
    font-size: 19.2px;
    font-size: 1.2rem;
    border-bottom: 1px dotted #1b1b1b;
    padding: 0; }
  .main__content--news p {
    margin: 0;
    padding: 0;
    font-size: 12.8px;
    font-size: 0.8rem; }
  @media (min-width: 768px) and (max-width: 960px) {
    .main__content--news {
      height: 499px; }
      .main__content--news p {
        font-size: 16px;
        font-size: 1rem; } }
  @media (min-width: 768px) {
    .main__content--news {
      background-color: #7D7E80;
      width: 19.57672%;
      float: left;
      margin-right: 0.5291%;
      padding: 0.65rem; }
      .main__content--news p, .main__content--news h2, .main__content--news legend, .main__content--news strong {
        color: #fff; }
      .main__content--news .news__title {
        font-weight: bold;
        margin: 0;
        padding: 0;
        font-size: 11.2px;
        font-size: 0.7rem;
        line-height: 16px; } }
  @media (min-width: 961px) and (max-width: 1200px) {
    .main__content--news {
      height: 358px; } }
  @media (min-width: 961px) {
    .main__content--news .news__title {
      font-weight: bold;
      margin: 0;
      padding: 0;
      font-size: 12.8px;
      font-size: 0.8rem;
      line-height: 16px; } }
  @media (min-width: 1201px) {
    .main__content--news {
      height: 396px; } }
  .main__content--news:before, .main__content--news:after {
    content: "";
    display: table; }
  .main__content--news:after {
    clear: both; }

.read-more {
  *zoom: 1;
  font-weight: bold;
  color: black; }
  .read-more:before, .read-more:after {
    content: "";
    display: table; }
  .read-more:after {
    clear: both; }
  .read-more:hover, .read-more:active, .read-more:visited {
    color: black; }
  @media (min-width: 1px) and (max-width: 400px) {
    .read-more {
      color: #ffffff; }
      .read-more:hover, .read-more:active, .read-more:visited {
        color: #ffffff; } }
  @media (min-width: 401px) and (max-width: 767px) {
    .read-more {
      color: #ffffff; }
      .read-more:hover, .read-more:active, .read-more:visited {
        color: #ffffff; } }

.news-stub {
  padding-bottom: 0.13rem;
  border-bottom: 1px dotted black;
  margin: 0.65rem 0; }
  @media (min-width: 1px) and (max-width: 400px) {
    .news-stub {
      border-bottom: 1px dotted #1b1b1b; } }
  @media (min-width: 401px) and (max-width: 767px) {
    .news-stub {
      border-bottom: 1px dotted #1b1b1b; } }
  .news-stub:nth-child(4n+1) {
    border-bottom: none;
    padding-bottom: 0; }

.main__content--categories {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -5%;
  display: inline;
  *zoom: 1; }
  @media (min-width: 768px) {
    .main__content--categories {
      width: 79.89418%;
      float: right;
      margin-right: 0; } }
  .main__content--categories:before, .main__content--categories:after {
    content: "";
    display: table; }
  .main__content--categories:after {
    clear: both; }

.cat-thumb {
  position: relative;
  z-index: 10001;
  margin-bottom: 5px;
  background: #3A3938;
  overflow: hidden; }
  .cat-thumb img {
    width: 100%; }
  .cat-thumb a {
    display: block; }
  .cat-thumb:nth-child(1) .cat-thumb__caption, .cat-thumb:nth-child(2) .cat-thumb__caption, .cat-thumb:nth-child(3) .cat-thumb__caption {
    background: #a8c179;
    text-transform: uppercase;
    color: #000; }
  @media (min-width: 961px) {
    .cat-thumb:nth-child(4) .cat-thumb__caption {
      background: #a8c179;
      text-transform: uppercase;
      color: #000; } }

.lt-ie9 .cat-thumb {
  width: 24.6696%;
  float: left;
  margin-right: 0.44053%;
  display: inline; }

.lt-ie9 .cat-thumb--d-last {
  width: 24.6696%;
  float: right;
  margin-right: 0;
  *margin-left: -5%;
  display: inline; }

@media (min-width: 1px) and (max-width: 400px) {
  .gte-ie9 .cat-thumb {
    width: 49.77974%;
    float: left;
    margin-right: 0.44053%; } }
@media (min-width: 401px) and (max-width: 767px) {
  .gte-ie9 .cat-thumb {
    width: 33.03965%;
    float: left;
    margin-right: 0.44053%; } }
@media (min-width: 768px) and (max-width: 960px) {
  .gte-ie9 .cat-thumb {
    width: 33.03965%;
    float: left;
    margin-right: 0.44053%; } }
@media (min-width: 961px) {
  .gte-ie9 .cat-thumb {
    width: 24.6696%;
    float: left;
    margin-right: 0.44053%; } }

@media (min-width: 961px) {
  .gte-ie9 .cat-thumb--d-last {
    width: 24.6696%;
    float: right;
    margin-right: 0; } }

@media (min-width: 1px) and (max-width: 400px) {
  .gte-ie9 .cat-thumb-xs-m-last {
    width: 49.77974%;
    float: right;
    margin-right: 0; } }

@media (min-width: 401px) and (max-width: 767px) {
  .gte-ie9 .cat-thumb--m-last {
    width: 33.03965%;
    float: right;
    margin-right: 0; } }
@media (min-width: 768px) and (max-width: 960px) {
  .gte-ie9 .cat-thumb--m-last {
    width: 33.03965%;
    float: right;
    margin-right: 0; } }

.cat-thumb__caption {
  width: 100%;
  font-size: 0.9rem;
  color: #fff;
  background: #1b1b1b;
  display: block;
  vertical-align: baseline;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3px 0.65rem;
  line-height: normal; }
  @media (min-width: 1px) and (max-width: 400px) {
    .cat-thumb__caption {
      font-size: 0.7rem; } }
  @media (min-width: 401px) and (max-width: 767px) {
    .cat-thumb__caption {
      font-size: 0.7rem; } }
  @media (min-width: 768px) {
    .cat-thumb__caption {
      font-size: 0.9rem;
      font-weight: bold; } }
