@charset "UTF-8";
/*!
Theme Name: Polyfilla Pro
Theme URI: http://www.polyfillapro.com/
Description: A custom WordPress theme developed for Polyfilla Pro project 
Author: Chapter42 & Uprise
Version: 1.0
*/
@import url("//hello.myfonts.net/count/29c3f9");
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

header, section, footer, aside, nav, article, figure {
  display: block;
  margin: 0px;
  padding: 0px; }

html {
  color: #000; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit; }

del, ins {
  text-decoration: none; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: baseline; }

sub {
  vertical-align: baseline; }

legend {
  color: #000; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input, button, textarea, select {
  *font-size: 100%; }

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  margin-bottom: 34px; }

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

.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-menu > li {
  float: left; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
  position: relative;
  margin-bottom: 5em; }

/* provide background colour for submenu strip */
/* you should just set the menu's container bg colour rather than use pseudo-elements */
.sf-navbar:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  height: 200%;
  width: 100%; }

.sf-navbar ul {
  box-shadow: none; }

.sf-navbar li {
  position: static; }

.sf-navbar > li > a,
.sf-navbar > li > ul > li > a {
  border: none; }

.sf-navbar > li > ul {
  min-width: 36em;
  /* set this to whatever suits your design */ }

.sf-navbar ul li {
  position: relative; }

.sf-navbar ul ul {
  left: 0;
  top: 100%; }

.sf-navbar ul ul li {
  width: 100%; }

.sf-navbar > li > ul > li {
  float: left; }

.sf-navbar ul li.current > a {
  font-weight: bold; }

/*! jQuery UI - v1.10.3 - 2013-10-11
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.tabs.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/******************************************************\
*
*  Base TouchCarousel stylesheet
*   
*  Contents:
*
*   1. Main containers
*   2. Carousel items
*   3. Arrows(direction) navigation
*   4. Paging navigation
*   5. Scrollbar
*   6. Cursors
*
\******************************************************/
/******************************************************\
*
*  1. Main containers (carousel size, background)
*
\******************************************************/
.touchcarousel {
  position: relative;
  /* style is removed after carousel is inited, use !important if you want to keep it*/
  overflow: hidden; }

.touchcarousel .touchcarousel-container {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0; }

.touchcarousel .touchcarousel-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }

/******************************************************\
*
*  2. Carousel items (item styling, spacing between items)
*
\******************************************************/
.touchcarousel .touchcarousel-item {
  /* use margin-right for spacing between items */
  margin: 0 0 0 0;
  padding: 0;
  float: left; }

/* Last carousel item  */
.touchcarousel .touchcarousel-item.last {
  margin-right: 0 !important; }

/******************************************************\
*
*  3. Arrows(direction) navigation
*
\******************************************************/
/* arrow hitstate and icon holder */
.touchcarousel .arrow-holder {
  height: 100%;
  width: 45px;
  position: absolute;
  top: 0;
  display: block;
  cursor: pointer;
  z-index: 25; }

.touchcarousel .arrow-holder.left {
  left: 0; }

.touchcarousel .arrow-holder.right {
  right: 0; }

/* arrow icons */
.touchcarousel .arrow-icon {
  width: 45px;
  height: 90px;
  top: 50%;
  margin-top: -45px;
  position: absolute;
  cursor: pointer; }

.touchcarousel .arrow-holder.disabled {
  cursor: default; }

.touchcarousel .arrow-holder.disabled .arrow-icon {
  cursor: default; }

/******************************************************\
*
*  4. Paging navigation
*
\******************************************************/
.touchcarousel .tc-paging-container {
  width: 100%;
  overflow: hidden;
  position: absolute;
  margin-top: -20px;
  z-index: 25; }

.touchcarousel .tc-paging-centerer {
  float: left;
  position: relative;
  left: 50%; }

.touchcarousel .tc-paging-centerer-inside {
  float: left;
  position: relative;
  left: -50%; }

/* Paging items */
.touchcarousel .tc-paging-item {
  float: left;
  cursor: pointer;
  position: relative;
  display: block;
  text-indent: -9999px; }

/******************************************************\
*
*  5. Scrollbar
*
\******************************************************/
.touchcarousel .scrollbar-holder {
  position: absolute;
  z-index: 30;
  left: 6px;
  right: 6px;
  bottom: 5px;
  height: 4px;
  overflow: hidden; }

.touchcarousel .scrollbar {
  position: absolute;
  left: 0;
  height: 4px;
  bottom: 0px; }

.touchcarousel .scrollbar.dark {
  background-color: #828282;
  background-color: rgba(0, 0, 0, 0.5); }

.touchcarousel .scrollbar.light {
  background-color: #d2d2d2;
  background-color: rgba(255, 255, 255, 0.5); }

/******************************************************\
*
*  6. Cursors
*
\******************************************************/
/* IE and Opera use "move", FF uses -moz-grab */
.touchcarousel .grab-cursor {
  cursor: url(assets/images/icon-grab.png) 8 8, move; }

.touchcarousel .grabbing-cursor {
  cursor: url(assets/images/icon-grabbing.png) 8 8, move; }

/* Cursor that used when mouse drag is disabled */
.touchcarousel .auto-cursor {
  cursor: auto; }

/* Copyright 2011, Dmitry Semenov, http://dimsemenov.com */
/******************************************************\
*
*  Minimal Light Skin
*
*    1. Arrows(direction) navigation
*    2. Paging navigation
*
\******************************************************/
/******************************************************\
*
*  1. Arrows (direction) navigation
*
\******************************************************/
.touchcarousel.black-and-white .arrow-icon {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-image: url("assets/images/sprite-carousel.png");
  background-repeat: no-repeat;
  background-color: #323232;
  background-color: rgba(0, 0, 0, 0.7);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8; }

.touchcarousel.black-and-white .arrow-holder {
  width: 35px; }

.touchcarousel.black-and-white .arrow-holder:active .arrow-icon {
  -moz-opacity: 0.7 !important;
  -webkit-opacity: 0.7 !important;
  opacity: 0.7 !important; }

.touchcarousel.black-and-white .arrow-icon.left {
  left: 10px;
  background-position: -2px -6px; }

.touchcarousel.black-and-white .arrow-icon.right {
  right: 10px;
  background-position: -175px -6px; }

.touchcarousel.black-and-white .arrow-holder:hover .arrow-icon {
  background-color: #1e1e1e;
  background-color: rgba(0, 0, 0, 0.7);
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.left {
  background-position: -39px -6px; }

.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.right {
  background-position: -138px -6px; }

.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.left,
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.right {
  background-color: #c8c8c8;
  background-color: rgba(0, 0, 0, 0.3); }

/******************************************************\
*
*  2. Paging navigation
*
\******************************************************/
.touchcarousel.black-and-white .tc-paging-container {
  margin-top: -22px; }

.touchcarousel.black-and-white .tc-paging-item {
  background-image: url("assets/images/sprite-carousel.png");
  background-repeat: no-repeat;
  background-position: -95px -4px;
  width: 16px;
  height: 16px; }

.touchcarousel.black-and-white .tc-paging-item.current {
  background-position: -95px -22px; }

.touchcarousel.black-and-white .tc-paging-container {
  margin-top: -25px; }

.touchcarousel.black-and-white .tc-paging-centerer-inside {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #323232;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2px 4px; }

.ath-viewport * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ath-viewport {
  position: relative;
  z-index: 2147483641;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none; }

.ath-modal {
  pointer-events: auto !important;
  background: rgba(0, 0, 0, 0.6); }

.ath-mandatory {
  background: #000; }

.ath-container {
  pointer-events: auto !important;
  position: absolute;
  z-index: 2147483641;
  padding: 0.7em 0.6em;
  width: 18em;
  background: #eee;
  background-size: 100% auto;
  box-shadow: 0 0.2em 0 #d1d1d1;
  font-family: sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  text-align: center; }

.ath-container small {
  font-size: 0.8em;
  line-height: 1.3em;
  display: block;
  margin-top: 0.5em; }

.ath-ios.ath-phone {
  bottom: 1.8em;
  left: 50%;
  margin-left: -9em; }

.ath-ios6.ath-tablet {
  left: 5em;
  top: 1.8em; }

.ath-ios7.ath-tablet {
  left: 0.7em;
  top: 1.8em; }

.ath-ios8.ath-tablet,
.ath-ios9.ath-tablet {
  right: 0.4em;
  top: 1.8em; }

.ath-android {
  bottom: 1.8em;
  left: 50%;
  margin-left: -9em; }

/* close icon */
.ath-container:before {
  content: '';
  position: relative;
  display: block;
  float: right;
  margin: -0.7em -0.6em 0 0.5em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
  background-color: rgba(255, 255, 255, 0.8);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 2.7em;
  height: 2.7em;
  text-align: center;
  overflow: hidden;
  color: #a33;
  z-index: 2147483642; }

.ath-container.ath-icon:before {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  float: none; }

.ath-mandatory .ath-container:before {
  display: none; }

.ath-container.ath-android:before {
  float: left;
  margin: -0.7em 0.5em 0 -0.6em; }

.ath-container.ath-android.ath-icon:before {
  position: absolute;
  right: auto;
  left: 0;
  margin: 0;
  float: none; }

/* applied only if the application icon is shown */
.ath-action-icon {
  display: inline-block;
  vertical-align: middle;
  background-position: 50%;
  background-repeat: no-repeat;
  text-indent: -9999em;
  overflow: hidden; }

.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon,
.ath-ios9 .ath-action-icon {
  width: 1.6em;
  height: 1.6em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACtCAYAAAB7l7tOAAAF6UlEQVR4AezZWWxUZRiH8VcQEdxZEFFiUZBFUCIa1ABBDARDcCciYGKMqTEGww3SOcNSAwQTjOBiiIpEhRjAhRgXRC8MFxojEhAFZUGttVhaoSxlaW3n8W3yXZxm6vTrOMM5Q98n+V9MMu1pvl++uZhKuypghu49KaaTWGdZSYoVN6VD95nMpLNYZ9XNbdQR2od2k88O3Gm6Bh0t7H0p5Vwp2Ax3ajpu2tYbciFWwkTFO63DY6+JcI4USFaSyYpWp8N7SVZJKR3EinkBk9JxvZFXxhnZSjBaoWp1ZL0ES8WKYXMZp0AndORgy8WKFe5Yf1zvvSBWDEpys2LU6MjD5kmEWQlGKsJRHXlcqUSQVcItEnDEA6gAb7LhjvD9WO6yIEfICQI5A1nzGCYB1T4og5bBiFcyv2f6ujYhl4iVxwKG6qp8MK55HsqPwK0rMr9v/yEo3uCPrJstVh5KMER30Aeh31Ioq0FrHfjXw9CYghnrvYFTuqfEymFzGSwBlT4ARYr7u+K6GLmCVGvAGg2NMG0d/sgJnpScZLjXSkC5z8H3eQ72/k24Q8NfzvwFyK4qtuJSZKaubRPyE/K/Mtx+EvCHL+7uasId1t10w0scz/RzSzYzAfgKV30D3LPaG7lRkR8RK4tKKJKAMp+D7r0EfmmOe0x3m2itAc/ZxBjgAt1mXHWKPPkdb+QGSTJdrDaU5EoJ2OtzwD0WwY7KNNzbRfMFFg24WPdtGHnS221Cflgsj56hjwTs8TnY7oq7/QDhjutGicsb2AVcovsO18l6uPPNNiE/JFaGAq7Q7fY50G4LYVtz3FrdaNGyBXbIl+q24DqhyHes9EaulwR3SwtZs+ktAT/7HORliru1gnCndONFyx44Dfn7MPLYN7yR6yTJZAllJeguAT/4HOBFz8I3ZWm4E0TLFbBD7qn7EVdtHYx53R9ZN0ksrZRuErDN5+AuLIWvm+Oe1k0ULdfADrmX7idcR0/DyBXeyCdlLuMMOGCBz4F1ng+f7yFcve5e0fIFHELeiav6BAx70Rt5p0yhY3u/wR0kyarW/uX35b403PtFyzewQ75ctwtXzSkY8WqruHslSV8RscrL6TJ1bcvfWJ0/HzbtIdw/ugdFyzdwOOAq3T6fmzxwGQ3vbmO8iFioIWqYSsHMj9M/ljfuTsOdItoZBXYBfXX7cVXVwvXLm/8+fU3lcdCqdEMNGBbgUmRmfQISQKd5sGEn4VK6YtEiAXYBA3QVuA4q8hCHrDcafR1ul65jewfuovsCl7vJrNlOuEbdo6JFCuwCrtb9hqusBu56Cw4cI1y1briIWEBn3Ue0XKPuMdGiBg4H9NdV0HJ/6QZLOEPmPN0GmpfSPS5arIBdwHUtIFfoBsl/ZsgfhHCfFi2WwC5goO4AmvanbqBkzJA76tboZokWa2AXMEi3RTdAvDLkDqJFAhzB32xFD2wZsGXA0WfAlgFbBmwZsGXAlgFbBpzk04JaKb0iA9ZnF9x5SQAFtRKKIgPWZxfaeRmwAZ/BGbAB37eaG6MCbnq2Aed5czYyKirgpmcbsAHHZAZswN0Wwo7KeG1fFf2jAm56dtzOQ42yB+65mDhWFBUwUETMUiMDNmADbp/APRaTAh6I2bpGCNw1bufRZJQ1cPdF/NueHZsgDEBBGLbMGoIu4AZu5gLOZeEaYmEXeznF3jRPyEv4frgJvvJe3qTefY0AAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwb8rwADBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgz4/sz1Nia/9hizA7zgklwy3RYwYMBzBRjw4bPjxAbAAizAAtwgwAIswAIswAIMGDBgARZgARZgAS4FWIAFWIAFWIABAwYswAIswAIswIUAC7AAC7AACzBgwIAFWIAFWIAFuBBgARZgARZgAQYMGPApQ99ZCdgWtzqwATbABtgAG2DbnxNb7zbRimsMLMACrDf2wMWI/WasfQAAAABJRU5ErkJggg==);
  margin-top: -0.3em;
  background-size: auto 100%; }

.ath-ios6 .ath-action-icon {
  width: 1.8em;
  height: 1.8em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAB0CAQAAADAmnOnAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAWwEAAFsBAXkZiFwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAF4klEQVR4Ae3a/a+XdR3H8ec5HM45HDmKICoVohkZsxESRRCzcZM/2JKkdGR5MrSkleA0Pd00O4u5IVuNM2yYc6XSzCExU4oUNRPCJFdMUAhsYZpUGhscOHA4N8/WZzsL6HBxvofvdV3fa3yer//gsV3vH659KHzncBsJxUYhDzOEhCKQbORs+ip2wzgM+wvj+P9i35qAGLaHGcQSgKSTrxBLABJppZpYApCspoFYApBsZjSxBCD5OxOJJQBJG1cQSwCSLpqJJQCJ3MvgCGTinuSMCJS8LZwfgZL3FtMiUPIOcU0ESl4PLRHoRPsJtREoeRsYGYGS9yrvo6RmpbLaigWSfzOdErLs6+bLUMFA0sF1+QF1cz1UNlBYK9V5AHXyWSgEkKyiIWOgGh829Ki1lLcaxjCVK7mJRSxjBY+zgRf/u9pXcMB7jhEZAg32EUP3O6hMKOP5Iq2sZQeHMZXt5KKMgOpcY+iHVnFyjeQKlrCBdsxge5ieAVC9vzLUelI8H+A7bKIHM10H81IGGuKvDf1ggDxVTKOV1zG3/Yia1ICG+ltD32MgNTKfP2HuW0VDKkCNrjfUTOm9i6XswwrZJkaVHeh0f2fodkrtfO6jAytqrzG+rEDDfVG1x1sprZEs5RBW4PZxeT+Bbrf5hPu9arfzKaU6WjiAFbseWvoF1GW/6vYGSmkyW7Dit4xB5QHq9Br6Xx2t9GAhtp6zkoHsfNp1J9wX6H+jeR4LtJc4LxGopZZyNpN/YcG2mw9nBTSPLizgOmjKAujGgvJID3ekD7QYi7nGzkvmQtpA38Vi7iJf0TedlC7QTVjMfcY2QyvSBPpUMW/PIBfbo9pls1XpAX2EdizeznStob3OJpQO0DB2YfE21q2GtnghpAm0Gou3T9tm6BGHQppA12HRVt17eboNlydNoLHsx2JtmL801OYcQmkC/QKLtQt9ydBW3wNpA30ci7Ur3WdolUMhbaBqNhf/8qQJ9Hkszs5wjaH9XkUobaAqtmFRdoGbDb3sWMgG6DIs5852knO82RaXer+P+qyb3eWeo7ZNBrRZvm1otY2QFdBjeHIb6hTne49Put12+9ObMoDdYmfy5UkF6AK6cCCr9aM2u9IddptcOYCG+FNDB5xLKCugO7G01TndFp/xgAntdYvrfdwVLnORt3q9Vx25F27DUjbGPxr6qxMgW6Cd2N+d6wLXedA+6nKbK73Lr/pJxzusvE/wZrvX0FOOgGyBxmF/dprXutYOj6nNdS6xyYnWp/dGcaGdhr5vDWQN9E1MXrUzfcA2j2qPj/l1J1uT9iPOeh8w1O7nCGUN9HzyGZ7ndo9qp0ucanU2r1xH+wdDu5wIeQDVVx0+/kd1i697RNv8thdn+Qz4Uv9p6DeOhHyApmBfq3OBu+3Nfd7nVELZAX3Nw4ZarYG8gG7GY1dlk6/Zm3/2Rk8jlB1QvT82dNAmQjkBVf8Mj957fdrefM7ZVhPKEuidvmDob06CXIGGbsX/bZDf8KAhfdbJhLIGmuZuQ084HHIGatiLvRvrRkP6qldbBXkAzbfD0N0OhryBGqrEMOd50FC7d1hPKGugBh8ydMh5hPIGGouI1d5lj6F1vptQ9kDvcKOhN5wMlQH0QcRGnzC03yZCeQDN9G1D6xwBFQI07FI8x02GdjgB8gJqttPQcmuhYoAumzvG7YZWejrkA1TrPYYO+SVCFQO0aM4bqj0uJJQH0LluSP7PkyeQU9QOmyAvoBm+Zegpz4LKA/qYB/wE5AXUe3m81zqoRKAPOYWcuvP9dxvqcD6h7IAKkaNU3eUlHLcI9EzS5YlAi62h/zUy89QCqqKUmvgHywsJlEHnsQYxAvXVIJo5gIhnPhiBju1iNmLvLn85Ah1ZPYs5jBGo72awEzEC9dVwHqQHI9DxWoAYgSLQQKteGIESu/qhCJTYtT+PQBEoAkWgCBSBkotAEehUWwSKQBEoAkWg/BeBIlAEikARKAJFoFmealu4gVLy1Gt5dkARKAL9BzujPSurTmu/AAAAAElFTkSuQmCC);
  margin-bottom: 0.4em;
  background-size: 100% auto; }

.ath-android .ath-action-icon {
  width: 1.4em;
  height: 1.5em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
  background-size: 100% auto; }

.ath-container p {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2147483642;
  text-shadow: 0 0.1em 0 #fff;
  font-size: 1.1em; }

.ath-ios.ath-phone:after {
  content: '';
  background: #eee;
  position: absolute;
  width: 2em;
  height: 2em;
  bottom: -0.9em;
  left: 50%;
  margin-left: -1em;
  -webkit-transform: scaleX(0.9) rotate(45deg);
  transform: scaleX(0.9) rotate(45deg);
  box-shadow: 0.2em 0.2em 0 #d1d1d1; }

.ath-ios.ath-tablet:after {
  content: '';
  background: #eee;
  position: absolute;
  width: 2em;
  height: 2em;
  top: -0.9em;
  left: 50%;
  margin-left: -1em;
  -webkit-transform: scaleX(0.9) rotate(45deg);
  transform: scaleX(0.9) rotate(45deg);
  z-index: 2147483641; }

.ath-application-icon {
  position: relative;
  padding: 0;
  border: 0;
  margin: 0 auto 0.2em auto;
  height: 6em;
  width: 6em;
  z-index: 2147483642; }

.ath-container.ath-ios .ath-application-icon {
  border-radius: 1em;
  box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.3), inset 0 0.07em 0 rgba(255, 255, 255, 0.5);
  margin: 0 auto 0.4em auto; }

@media only screen and (orientation: landscape) {
  .ath-container.ath-phone {
    width: 24em; }

  .ath-android.ath-phone {
    margin-left: -12em; }

  .ath-ios.ath-phone {
    margin-left: -12em; }

  .ath-ios6:after {
    left: 39%; }

  .ath-ios8.ath-phone {
    left: auto;
    bottom: auto;
    right: 0.4em;
    top: 1.8em; }

  .ath-ios8.ath-phone:after {
    bottom: auto;
    top: -0.9em;
    left: 68%;
    z-index: 2147483641;
    box-shadow: none; } }
/* @license
 * MyFonts Webfont Build ID 2660174, 2013-10-08T04:46:28-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Humanist 777 Light Condensed by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/humanist-777/light-condensed/
 * 
 * Webfont: Humanist 777 Condensed by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/humanist-777/condensed/
 * 
 * Webfont: Humanist 777 Extra Black Condensed by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/humanist-777/extra-black-condensed/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2660174
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * 
 * © 2013 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'Humanist777BT-LightCondensedB';
  src: url("assets/webfonts/29C3F9_0_0.eot");
  src: url("assets/webfonts/29C3F9_0_0.eot?#iefix") format("embedded-opentype"), url("assets/webfonts/29C3F9_0_0.woff") format("woff"), url("assets/webfonts/29C3F9_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'Humanist777BT-RomanCondensedB';
  src: url("assets/webfonts/29C3F9_1_0.eot");
  src: url("assets/webfonts/29C3F9_1_0.eot?#iefix") format("embedded-opentype"), url("assets/webfonts/29C3F9_1_0.woff") format("woff"), url("assets/webfonts/29C3F9_1_0.ttf") format("truetype"); }
@font-face {
  font-family: 'Humanist777BT-ExtraBlackCondB';
  src: url("assets/webfonts/29C3F9_2_0.eot");
  src: url("assets/webfonts/29C3F9_2_0.eot?#iefix") format("embedded-opentype"), url("assets/webfonts/29C3F9_2_0.woff") format("woff"), url("assets/webfonts/29C3F9_2_0.ttf") format("truetype"); }
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff; }

.wrapper {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 768px) {
    .wrapper {
      padding-left: 10px;
      padding-right: 10px; } }

.content-wrapper {
  padding-top: 50px;
  padding-bottom: 50px; }
  .content-wrapper::after {
    clear: both;
    content: "";
    display: table; }

.sidebar {
  float: left;
  display: block;
  margin-right: 1.8181818182%;
  width: 23.6363636364%; }
  .sidebar:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .sidebar {
      float: left;
      display: block;
      margin-right: 2.752293578%;
      width: 100%; }
      .sidebar:last-child {
        margin-right: 0; } }

.widget {
  margin-bottom: 2.5em; }
  @media screen and (max-width: 768px) {
    .sidebar .widget {
      float: left;
      display: block;
      margin-right: 2.752293578%;
      width: 100%;
      margin: 0;
      border-bottom: 1px solid #fff; }
      .sidebar .widget:last-child {
        margin-right: 0; } }

.box {
  margin-bottom: 1em;
  border: 1px solid #b0acaa; }
  @media screen and (max-width: 768px) {
    .widget .box {
      margin-bottom: 0; } }
  .home .box {
    font-size: 1.28em; }
  .widget .box, .box.noborder {
    border: 0; }
  .box h2 {
    background: #d10b24;
    padding: 10px 15px 6px 15px;
    color: #fff !important;
    font-size: 1.1em;
    font-family: 'Humanist777BT-LightCondensedB', sans-serif; }
  .widget .box h3 {
    background: #b0acaa;
    padding: 15px 15px 10px 15px;
    color: #fff;
    font-size: 1.28em;
    font-family: 'Humanist777BT-LightCondensedB', sans-serif; }
    @media screen and (max-width: 768px) {
      .widget .box h3 {
        font-size: 1.71em;
        padding: 20px 10px;
        -webkit-transition: color 0.15s ease-in-out;
        -moz-transition: color 0.15s ease-in-out;
        -ms-transition: color 0.15s ease-in-out;
        -o-transition: color 0.15s ease-in-out;
        transition: color 0.15s ease-in-out; }
        .widget .box h3:hover {
          cursor: pointer;
          color: #e6e6e6; } }
  .box .inner {
    padding-top: 20px; }
    @media screen and (max-width: 768px) {
      .single-product .box .inner {
        display: none; } }
  .box.box-3 {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 23.6363636364%; }
    .box.box-3:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .box.box-3 {
        float: left;
        display: block;
        margin-right: 2.752293578%;
        width: 48.623853211%; }
        .box.box-3:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .box.box-3 {
        float: left;
        display: block;
        margin-right: 5.6603773585%;
        width: 100%; }
        .box.box-3:last-child {
          margin-right: 0; } }
  .box.box-6 {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 49.0909090909%; }
    .box.box-6:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .box.box-6 {
        float: none;
        width: 100%;
        margin-right: 0; } }

figure {
  position: relative; }
  figure img {
    display: block;
    max-width: 100%;
    height: auto; }

body {
  font-size: 14px;
  line-height: 24px;
  font-family: Arial, sans-serif; }

h1 {
  color: #000;
  font-size: 2.28em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  color: #d10b24;
  font-family: 'Humanist777BT-RomanCondensedB', sans-serif; }
  .fillers h1 {
    color: #d10b24; }
  .equalisers h1 {
    color: #0077c8; }
  .specialities h1 {
    color: #009639; }
  .wood h1 {
    color: #b86125; }
  .primers h1 {
    color: #e87722; }
  .tools h1 {
    color: #2c2a29; }
  .crossover h1 {
    color: #8c4799; }

h2 {
  font-family: 'Humanist777BT-LightCondensedB', sans-serif;
  color: #d10b24;
  font-size: 1.18em; }
  .fillers h2 {
    color: #d10b24; }
  .equalisers h2 {
    color: #0077c8; }
  .specialities h2 {
    color: #009639; }
  .wood h2 {
    color: #b86125; }
  .primers h2 {
    color: #e87722; }
  .tools h2 {
    color: #2c2a29; }
  .crossover h2 {
    color: #8c4799; }

a {
  color: #0059b2;
  text-decoration: underline;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }
  a:hover {
    color: #00478e; }

p {
  margin-bottom: 1em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 11px;
  height: 13px;
  line-height: 14px;
  vertical-align: text-top;
  background-repeat: no-repeat;
  background-image: url("../img/sprite-icons.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    [class^="icon-"],
    [class*=" icon-"] {
      background-image: url("../img/sprite-icons_2x.png");
      background-size: 56px 1600px; } }

.icon-date {
  background-position: 0 -60px; }

@-webkit-keyframes animate-bird {
  from {
    background-position: 2px -237px; }
  to {
    background-position: 2px -317px; } }
.btn-play {
  position: absolute;
  z-index: 10;
  width: 58px;
  height: 58px;
  top: 50%;
  left: 50%;
  margin: -29px auto auto -29px;
  text-indent: -999em;
  overflow: hidden;
  background: url("assets/images/btn-play.png") no-repeat center; }

.rating::after {
  clear: both;
  content: "";
  display: table; }
.rating .stars {
  display: block;
  height: 16px;
  text-indent: -999em;
  overflow: hidden;
  background: url("assets/images/sprite.png") no-repeat -430px 0; }
  .rating .stars.stars-1 {
    background-position: -430px 0; }
  .rating .stars.stars-15 {
    background-position: -430px -20px; }
  .rating .stars.stars-2 {
    background-position: -430px -40px; }
  .rating .stars.stars-25 {
    background-position: -430px -60px; }
  .rating .stars.stars-3 {
    background-position: -430px -80px; }
  .rating .stars.stars-35 {
    background-position: -430px -100px; }
  .rating .stars.stars-4 {
    background-position: -430px -120px; }
  .rating .stars.stars-45 {
    background-position: -430px -140px; }
  .rating .stars.stars-5 {
    background-position: -430px -160px; }

.list {
  float: left;
  display: block;
  margin-right: 1.8181818182%;
  width: 66.0606060606%;
  padding-right: 10px; }
  .list:last-child {
    margin-right: 0; }
  .list li {
    margin-bottom: 10px;
    background: #b0acaa; }
    .list li::after {
      clear: both;
      content: "";
      display: table; }
    .list li .nr {
      float: left;
      display: block;
      margin-right: 1.8181818182%;
      width: 15.1515151515%;
      float: left;
      padding-top: 10px;
      text-align: center;
      color: #fff;
      font-size: 1.71em;
      font-family: 'Humanist777BT-ExtraBlackCondB', sans-serif; }
      .list li .nr:last-child {
        margin-right: 0; }
    .list li .text {
      float: left;
      display: block;
      margin-right: 1.8181818182%;
      width: 83.0303030303%;
      padding: 10px 10px 10px 20px;
      background: #fff url("assets/images/sprite.png") no-repeat left -239px; }
      .list li .text:last-child {
        margin-right: 0; }
    .list li:hover {
      cursor: pointer;
      background: #d10b24; }
      .list li:hover .text {
        background-position: left -539px; }

.widget-howto.box .inner {
  padding: 0; }
.widget-howto.box figure a {
  display: block; }

.single-anpt-tutorial .widget_anpp_widget_relatedproducts .inner {
  padding: 0; }
.single-anpt-tutorial .widget_anpp_widget_relatedproducts h3 {
  margin: 0;
  text-align: right;
  padding: 13px 10px 8px 11px;
  background: #d10b24 url("assets/images/sprite-letters.png") no-repeat 10px top; }
.single-anpt-tutorial .widget_anpp_widget_relatedproducts.fillers h3 {
  background-color: #d10b24;
  background-position: 10px 0; }
.single-anpt-tutorial .widget_anpp_widget_relatedproducts.equalisers h3 {
  background-color: #0077c8;
  background-position: 10px -55px; }
.single-anpt-tutorial .widget_anpp_widget_relatedproducts.specialities h3 {
  background-color: #009639;
  background-position: 10px -230px; }
.single-anpt-tutorial .widget_anpp_widget_relatedproducts.wood h3 {
  background-color: #b86125;
  background-position: 10px -114px; }
.single-anpt-tutorial .widget_anpp_widget_relatedproducts.tools h3 {
  background-color: #2c2a29;
  background-position: 10px -172px; }
.single-anpt-tutorial .widget_anpp_widget_relatedproducts.crossover h3 {
  background-color: #8c4799;
  background-position: 10px -290px; }
.single-anpt-tutorial .widget_anpp_widget_relatedproducts.primers h3 {
  background-color: #e87722;
  background-position: 10px -358px; }
.widget_anpp_widget_relatedproducts .all {
  text-align: center; }

.widget_anpp_widget_compareproducts .notice {
  text-align: center; }
.widget_anpp_widget_compareproducts .all {
  text-align: center; }
  .widget_anpp_widget_compareproducts .all a.button {
    display: inline-block;
    padding: 12px 32px 8px;
    text-align: center;
    color: #fff;
    font-size: 1.28em;
    font-family: 'Humanist777BT-LightCondensedB', sans-serif;
    background-color: #5c5c5c;
    text-decoration: none;
    border: 0px #000 solid;
    border-bottom: 3px #000 solid;
    cursor: pointer;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -ms-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out; }
    .widget_anpp_widget_compareproducts .all a.button:hover {
      background-color: #6c6c6c; }

.product-list {
  margin-bottom: 1em; }
  .product-list li {
    padding: 10px 10px 10px 70px;
    border-bottom: 1px solid #b0acaa; }
    .product-list li img {
      margin-left: -70px;
      float: left; }
    .product-list li .text h4 {
      color: #b0acaa;
      font-size: 1.71em;
      font-family: 'Humanist777BT-RomanCondensedB', sans-serif; }
      .product-list li .text h4 a {
        color: #b0acaa;
        text-decoration: none; }
        .product-list li .text h4 a:hover {
          color: #8d8a88; }
    .product-list li .pc-removeproduct {
      font-size: 0.9em;
      color: #d10b24; }

.widget-brandmessage img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0.5em; }

.widget-allproducts h3 {
  margin-bottom: 1em; }
.widget-allproducts li {
  margin-bottom: 1em; }
  .widget-allproducts li a {
    padding: 13px 10px 8px 11px;
    display: block;
    height: 46px;
    text-align: right;
    font-family: 'Humanist777BT-LightCondensedB', sans-serif;
    font-size: 1.28em;
    color: #fff;
    text-decoration: none;
    background: #d10b24 url("assets/images/sprite-letters.png") no-repeat 10px 0; }
    .widget-allproducts li a:hover {
      color: #e6e6e6; }
  .widget-allproducts li.fillers a {
    background-color: #d10b24;
    background-position: 10px 0; }
  .widget-allproducts li.equalisers a {
    background-color: #0077c8;
    background-position: 10px -55px; }
  .widget-allproducts li.specialities a {
    background-color: #009639;
    background-position: 10px -230px; }
  .widget-allproducts li.wood a {
    background-color: #b86125;
    background-position: 10px -114px; }
  .widget-allproducts li.tools a {
    background-color: #2c2a29;
    background-position: 10px -172px; }
  .widget-allproducts li.crossover a {
    background-color: #8c4799;
    background-position: 10px -290px; }
  .widget-allproducts li.primers a {
    background-color: #e87722;
    background-position: 10px -358px; }

.widget-application .box.fillers h2 {
  background: #d10b24; }
.widget-application .box.equalisers h2 {
  background: #0077c8; }
.widget-application .box.specialities h2 {
  background: #009639; }
.widget-application .box.wood h2 {
  background: #b86125; }
.widget-application .box.primers h2 {
  background: #e87722; }
.widget-application .box.tools h2 {
  background: #2c2a29; }
.widget-application .box.crossover h2 {
  background: #8c4799; }

.widget_recent_entries ul {
  font-size: .9em;
  margin: 10px; }
  .widget_recent_entries ul li {
    background: none !important;
    padding-left: 0 !important; }
  .widget_recent_entries ul .post-date {
    color: #b0acaa;
    font-style: italic;
    font-size: .85em; }

.sidebar-left {
  float: left;
  display: block;
  margin-right: 1.8181818182%;
  width: 23.6363636364%;
  background: #ddd; }
  .sidebar-left:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .sidebar-left {
      float: left;
      display: block;
      margin-right: 2.752293578%;
      width: 100%;
      margin-bottom: 1em; }
      .sidebar-left:last-child {
        margin-right: 0; } }
  .sidebar-left h3 {
    background: #b0acaa;
    padding: 15px 15px 10px 15px;
    color: #fff;
    font-size: 1.28em;
    font-family: 'Humanist777BT-LightCondensedB', sans-serif; }
    @media screen and (max-width: 768px) {
      .sidebar-left h3 {
        font-size: 1.71em;
        -webkit-transition: color 0.15s ease-in-out;
        -moz-transition: color 0.15s ease-in-out;
        -ms-transition: color 0.15s ease-in-out;
        -o-transition: color 0.15s ease-in-out;
        transition: color 0.15s ease-in-out; }
        .sidebar-left h3:hover {
          cursor: pointer;
          color: #e6e6e6; } }
  .sidebar-left .inner {
    padding: 1em 10px; }
    @media screen and (max-width: 768px) {
      .sidebar-left .inner {
        display: none; } }
  .sidebar-left .selected-items {
    padding: 0 0 5px 0;
    margin-bottom: 1em;
    border-bottom: 1px solid #fff; }
    .sidebar-left .selected-items li {
      margin-bottom: 10px; }
      .sidebar-left .selected-items li a {
        display: block;
        padding-left: 10px;
        height: 24px;
        text-decoration: none;
        color: #000;
        background: #fff url("assets/images/sprite.png") no-repeat right -235px; }
        .sidebar-left .selected-items li a:hover {
          background-position: right -259px; }
  .sidebar-left h4 {
    margin-bottom: 0.2em;
    color: #878787;
    font-size: 1.71em;
    font-family: 'Humanist777BT-RomanCondensedB', sans-serif; }
  .sidebar-left .filter-links {
    margin-bottom: 1.5em;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff; }
    .sidebar-left .filter-links::after {
      clear: both;
      content: "";
      display: table; }
    .sidebar-left .filter-links li {
      position: relative; }
      .sidebar-left .filter-links li a {
        color: #004c66; }
        .sidebar-left .filter-links li a:hover {
          color: #000; }
      .sidebar-left .filter-links li .counter {
        position: absolute;
        right: 10px;
        top: 5px;
        width: 18px;
        height: 18px;
        text-align: center;
        background: url("assets/images/bg-circle.png") no-repeat center;
        padding-top: 4px;
        margin-left: 10px;
        line-height: 1;
        font-size: 0.8em;
        color: #fff; }

.gform_wrapper .gform_title {
  margin-bottom: 0.5em;
  font-family: 'Humanist777BT-LightCondensedB', sans-serif;
  font-size: 1.71em;
  color: #d10b24; }
.gform_wrapper li.gfield {
  display: block;
  margin-bottom: 1em; }
  .gform_wrapper li.gfield::after {
    clear: both;
    content: "";
    display: table; }
  .gform_wrapper li.gfield .gfield_label {
    font-weight: bold; }
  .gform_wrapper li.gfield input, .gform_wrapper li.gfield textarea, .gform_wrapper li.gfield select {
    padding: 7px;
    width: 400px;
    color: #666;
    border: 1px solid #b0acaa; }
  .gform_wrapper li.gfield textarea {
    width: 600px; }
  .gform_wrapper li.gfield .gfield_checkbox input,
  .gform_wrapper li.gfield .gfield_radio input {
    margin-right: 5px;
    width: auto;
    display: inline-block; }
  .gform_wrapper li.gfield .ginput_left,
  .gform_wrapper li.gfield .ginput_right {
    float: left;
    margin-right: 15px; }
    .gform_wrapper li.gfield .ginput_left label,
    .gform_wrapper li.gfield .ginput_right label {
      display: block;
      font-size: 0.9em;
      color: #666; }
  .gform_wrapper li.gfield .ginput_complex .ginput_full {
    display: block;
    margin-bottom: 0.5em; }
    .gform_wrapper li.gfield .ginput_complex .ginput_full input {
      display: block;
      width: 815px; }
  .gform_wrapper li.gfield .ginput_complex label {
    display: block;
    font-size: 0.9em;
    color: #666; }
.gform_wrapper .gform_footer .button,
.gform_wrapper .gform_page_footer .button {
  display: inline-block;
  padding: 12px 32px 8px;
  text-align: center;
  color: #fff;
  font-size: 1.28em;
  font-family: 'Humanist777BT-LightCondensedB', sans-serif;
  background-color: #333;
  text-decoration: none;
  border: 0px #000 solid;
  border-bottom: 3px #000 solid;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out; }
  .gform_wrapper .gform_footer .button:hover,
  .gform_wrapper .gform_page_footer .button:hover {
    background-color: #474747; }
  .gform_wrapper .gform_footer .button.gform_previous_button,
  .gform_wrapper .gform_page_footer .button.gform_previous_button {
    display: inline-block;
    padding: 12px 32px 8px;
    text-align: center;
    color: #fff;
    font-size: 1.28em;
    font-family: 'Humanist777BT-LightCondensedB', sans-serif;
    background-color: #b0acaa;
    text-decoration: none;
    border: 0px #666 solid;
    border-bottom: 3px #666 solid;
    cursor: pointer;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -ms-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out; }
    .gform_wrapper .gform_footer .button.gform_previous_button:hover,
    .gform_wrapper .gform_page_footer .button.gform_previous_button:hover {
      background-color: #b8b4b3; }

.form-result-products font {
  display: none; }

.gf_progressbar_wrapper {
  font-size: 0.85em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5em; }
  .gf_progressbar_wrapper .gf_progressbar_title {
    color: #444; }
  .gf_progressbar_wrapper .gf_progressbar {
    padding: 1px;
    border: 1px solid #ccc;
    background: #eee;
    height: 22px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
    .gf_progressbar_wrapper .gf_progressbar::after {
      clear: both;
      content: "";
      display: table; }
    .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px;
      background: #b0acaa;
      height: 18px;
      text-align: right; }
      .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage.percentbar_100 {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px; }
      .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
        margin-right: 5px;
        float: right;
        color: #fff; }

/* Global */
.jBox-wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.jBox-title,
.jBox-content,
.jBox-container {
  position: relative;
  word-break: break-word; }

.jBox-container {
  background: #fff; }

.jBox-content {
  padding: 8px 10px;
  overflow: auto; }

/* jBox: Tooltip */
.jBox-Tooltip .jBox-container,
.jBox-Mouse .jBox-container {
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.jBox-Tooltip .jBox-title,
.jBox-Mouse .jBox-title {
  padding: 8px 10px 0;
  font-weight: bold; }

.jBox-hasTitle.jBox-Tooltip .jBox-content,
.jBox-hasTitle.jBox-Mouse .jBox-content {
  padding-top: 5px; }

/* Pointer */
.jBox-pointer {
  position: absolute;
  overflow: hidden; }

.jBox-pointer-top {
  top: 0; }

.jBox-pointer-bottom {
  bottom: 0; }

.jBox-pointer-left {
  left: 0; }

.jBox-pointer-right {
  right: 0; }

.jBox-pointer-top,
.jBox-pointer-bottom {
  width: 30px;
  height: 12px; }

.jBox-pointer-left,
.jBox-pointer-right {
  width: 12px;
  height: 30px; }

.jBox-pointer:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.jBox-pointer-top:after {
  left: 5px;
  top: 6px;
  box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.2); }

.jBox-pointer-right:after {
  top: 5px;
  right: 6px;
  box-shadow: 1px -1px 4px rgba(0, 0, 0, 0.2); }

.jBox-pointer-bottom:after {
  left: 5px;
  bottom: 6px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }

.jBox-pointer-left:after {
  top: 5px;
  left: 6px;
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.2); }

/* jBox: Modal */
.jBox-Modal .jBox-container {
  border-radius: 3px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4); }

.jBox-Modal .jBox-content {
  padding: 12px 15px; }

.jBox-Modal .jBox-title {
  border-radius: 3px 3px 0 0;
  padding: 10px 15px;
  background: #f4f5f6;
  border-bottom: 1px solid #ddd;
  text-shadow: 0 1px 0 #fff; }

.jBox-Modal.jBox-closeButton-title .jBox-title {
  padding-right: 65px; }

.jBox-Modal.jBox-closeButton-box:before {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4); }

/* jBox: Notice */
.jBox-Notice {
  -webkit-transition: margin .2s;
  transition: margin .2s; }

.jBox-Notice .jBox-container {
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  background: #333;
  background-image: linear-gradient(to bottom, #444, #222); }

.jBox-Notice .jBox-content {
  border-radius: 3px;
  padding: 12px 20px; }

.jBox-Notice .jBox-title {
  padding: 8px 20px 0;
  font-weight: bold; }

.jBox-hasTitle.jBox-Notice .jBox-content {
  padding-top: 5px; }

.jBox-Notice-color .jBox-container {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }

.jBox-Notice-gray .jBox-container {
  color: #666;
  text-shadow: 0 1px 0 #fff;
  background: #f4f4f4;
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0); }

.jBox-Notice-red .jBox-container {
  background: #b02222;
  background-image: linear-gradient(to bottom, #ee2222, #b02222); }

.jBox-Notice-green .jBox-container {
  background: #70a800;
  background-image: linear-gradient(to bottom, #95cc2a, #70a800); }

.jBox-Notice-blue .jBox-container {
  background: #2b91d9;
  background-image: linear-gradient(to bottom, #5abaff, #2b91d9); }

.jBox-Notice-yellow .jBox-container {
  color: #744700;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  background: #ffb11f;
  background-image: linear-gradient(to bottom, #ffd665, #ffb11f); }

/* jBox: Image */
.jBox-Image {
  background: #fff;
  padding: 8px 8px 45px;
  border-radius: 5px; }

.jBox-Image .jBox-content {
  padding: 0;
  width: 100%;
  height: 100%; }

.jBox-image-container {
  border-radius: 5px;
  background: #000 center center no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0; }

.jBox-image-label {
  box-sizing: border-box;
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  width: 100%;
  color: #333;
  margin-top: -35px;
  padding: 0 90px 5px 10px;
  border-radius: 0 0 5px 5px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0; }

.jBox-image-label.active {
  opacity: 1; }

.jBox-image-pointer-next,
.jBox-image-pointer-prev {
  position: absolute;
  bottom: 0px;
  width: 22px;
  height: 45px;
  background: no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ijc0LjcgMjI0IDE4LjcgMzIiPg0KPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTkzLDIyNy40TDgwLjQsMjQwTDkzLDI1Mi42YzAuNCwwLjQsMC40LDEuMSwwLDEuNWwtMS42LDEuNmMtMC40LDAuNC0xLDAuNS0xLjUsMEw3NSwyNDAuN2MtMC40LTAuNC0wLjUtMSwwLTEuNWwxNC45LTE0LjljMC40LTAuNCwxLTAuNCwxLjUsMGwxLjYsMS42QzkzLjUsMjI2LjQsOTMuNCwyMjcsOTMsMjI3LjR6Ii8+DQo8L3N2Zz4=);
  background-size: 11px auto;
  cursor: pointer;
  opacity: .6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }

.jBox-image-pointer-next:hover,
.jBox-image-pointer-prev:hover {
  opacity: 1; }

.jBox-image-pointer-next {
  right: 8px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.jBox-image-pointer-prev {
  right: 30px; }

.jBox-image-open #jBox-overlay {
  background-color: rgba(0, 0, 0, 0.86); }

.jBox-Image.jBox-loading .jBox-container:before {
  left: auto;
  top: auto;
  bottom: -33px;
  right: 55px;
  margin-top: -9px;
  margin-left: -9px; }

/* Close button */
.jBox-closeButton {
  cursor: pointer;
  position: absolute; }

.jBox-closeButton:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: center center no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPg0KPHBhdGggZD0iTTIyLjIsNGMwLjMsMC4zLDAuMywwLjgsMCwxLjFMMTYsMTEuNGMtMC4zLDAuMy0wLjMsMC44LDAsMS4xbDYuMyw2LjNjMC4zLDAuMywwLjMsMC44LDAsMS4xTDIwLDIyLjMNCgljLTAuMywwLjMtMC44LDAuMy0xLjEsMEwxMi41LDE2Yy0wLjMtMC4zLTAuOC0wLjMtMS4xLDBsLTYuMyw2LjNjLTAuMywwLjMtMC44LDAuMy0xLjEsMEwxLjcsMjBjLTAuMy0wLjMtMC4zLTAuOCwwLTEuMUw4LDEyLjYNCgljMC4zLTAuMywwLjMtMC44LDAtMS4xTDEuNyw1LjFDMS40LDQuOCwxLjQsNC4zLDEuNyw0TDQsMS43YzAuMy0wLjMsMC44LTAuMywxLjEsMEwxMS40LDhjMC4zLDAuMywwLjgsMC4zLDEuMSwwbDYuMy02LjMNCgljMC4zLTAuMywwLjgtMC4zLDEuMSwwTDIyLjIsNHoiLz4NCjwvc3ZnPg==);
  opacity: 0.25; }

.jBox-closeButton-box .jBox-closeButton:after {
  background-size: 11px; }

.jBox-closeButton-title .jBox-closeButton:after {
  background-size: 13px; }

.jBox-closeButton:hover:after {
  opacity: 0.4; }

.jBox-closeButton:active:after {
  opacity: 0.6; }

.jBox-closeButton-box .jBox-closeButton {
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%; }

.jBox-hasTitle.jBox-Modal.jBox-closeButton-box .jBox-closeButton {
  background: #f4f5f6; }

.jBox-closeButton-title .jBox-closeButton {
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px; }

.jBox-closeButton-box:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.jBox-pointerPosition-top.jBox-closeButton-box:before {
  top: 4px; }

.jBox-pointerPosition-right.jBox-closeButton-box:before {
  right: 2px; }

/* Overlay */
#jBox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background-color: rgba(0, 0, 0, 0.6); }

/* Block scrolling */
body[class^="jBox-blockScroll-"],
body[class*=" jBox-blockScroll-"] {
  overflow: hidden; }

/* Draggable */
.jBox-draggable {
  cursor: move; }

/* Spinner */
@keyframes jBoxLoading {
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes jBoxLoading {
  to {
    -webkit-transform: rotate(360deg); } }
.jBox-loading .jBox-content {
  min-height: 32px;
  min-width: 32px; }

.jBox-loading .jBox-container:before {
  content: 'Loading…';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  margin-left: -10px;
  text-align: center; }

.jBox-loading .jBox-container:not(:required):before {
  content: '';
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-top-color: rgba(0, 0, 0, 0.6);
  -webkit-animation: jBoxLoading .6s linear infinite;
  animation: jBoxLoading .6s linear infinite; }

/* IE8 fixes */
.jBox-IE8.jBox-Tooltip .jBox-container,
.jBox-IE8.jBox-Mouse .jBox-container {
  border: 1px solid #aaa; }

.jBox-IE8 .jBox-pointer:after {
  display: none; }

.jBox-IE8 .jBox-pointer {
  border: 0;
  background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNq01l0OwyAIAGAlvY+n8ZJ6Gk/EqqkNtf7ApCQ+LM34iuCmRUQzihjj6FH+kjWL8N4/Ph9GHpiTnC9SwDbhLGyvspSScc71KkOa/HpuuRhIK+psE2pjONouCQg7kBSEXUgC2tHo52mTTBpnaEATWlaYK6MrhIAaceWpOcsCrYp6FV4H/90zTWjUQ/gSevVQq0ecHqoOxWpYoO7p5O9ku2fnVtp7QAik2rsK3fnpWfjynJWpbw+1BkghurrYDjiCptg/4AxaYhJwBbEwDsiB2NgM5EIirAdKIDFGQSmU1+NaIPjJYt2I25vxT4ABAMhWvtle2YvmAAAAAElFTkSuQmCC); }

.jBox-IE8 .jBox-pointer-top {
  background-position: center top; }

.jBox-IE8 .jBox-pointer-bottom {
  background-position: center bottom; }

.jBox-IE8 .jBox-pointer-left {
  background-position: left center; }

.jBox-IE8 .jBox-pointer-right {
  background-position: right center; }

.jBox-IE8.jBox-Modal .jBox-container {
  border: 3px solid #aaa; }

.jBox-IE8 .jBox-closeButton:after {
  font-family: Verdana, sans-serif;
  content: 'x';
  text-align: center;
  font-size: 18px; }

/* Wrapper */
.jBox-ModalBorder {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.3);
  padding: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); }

/* Container */
.jBox-ModalBorder .jBox-container {
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

/* Close button */
.jBox-ModalBorder.jBox-closeButton-box {
  border-top-right-radius: 0; }

.jBox-ModalBorder.jBox-closeButton-box:before {
  display: none; }

.jBox-ModalBorder.jBox-hasTitle.jBox-closeButton-box .jBox-closeButton,
.jBox-ModalBorder.jBox-closeButton-box .jBox-closeButton {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0 50% 50% 0;
  right: -32px;
  top: -8px; }

.jBox-ModalBorder.jBox-closeButton-box .jBox-closeButton:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgo8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMjIuMiw0YzAuMywwLjMsMC4zLDAuOCwwLDEuMUwxNiwxMS40Yy0wLjMsMC4zLTAuMywwLjgsMCwxLjFsNi4zLDYuM2MwLjMsMC4zLDAuMywwLjgsMCwxLjFMMjAsMjIuMyAgYy0wLjMsMC4zLTAuOCwwLjMtMS4xLDBMMTIuNSwxNmMtMC4zLTAuMy0wLjgtMC4zLTEuMSwwbC02LjMsNi4zYy0wLjMsMC4zLTAuOCwwLjMtMS4xLDBMMS43LDIwYy0wLjMtMC4zLTAuMy0wLjgsMC0xLjFMOCwxMi42ICBjMC4zLTAuMywwLjMtMC44LDAtMS4xTDEuNyw1LjFDMS40LDQuOCwxLjQsNC4zLDEuNyw0TDQsMS43YzAuMy0wLjMsMC44LTAuMywxLjEsMEwxMS40LDhjMC4zLDAuMywwLjgsMC4zLDEuMSwwbDYuMy02LjMgIGMwLjMtMC4zLDAuOC0wLjMsMS4xLDBMMjIuMiw0eiIvPgo8L3N2Zz4=);
  opacity: 1; }

.jBox-ModalBorder.jBox-closeButton-box .jBox-closeButton:hover:after {
  opacity: 0.75; }

.jBox-ModalBorder.jBox-closeButton-box .jBox-closeButton:active:after {
  opacity: 0.5; }

.wp-paginate {
  clear: both; }
  .wp-paginate li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #b0acaa; }
    .wp-paginate li:first-child {
      border: 0;
      margin-right: 10px; }
    .wp-paginate li span,
    .wp-paginate li a {
      display: block;
      padding: 1px 8px; }
      .wp-paginate li span.current,
      .wp-paginate li a.current {
        background: #e7e6e5; }
    .wp-paginate li a {
      text-decoration: none;
      -webkit-transition: backgorund-color 0.2s ease-in-out;
      -moz-transition: backgorund-color 0.2s ease-in-out;
      transition: backgorund-color 0.2s ease-in-out; }
      .wp-paginate li a:hover {
        background: #e7e6e5; }

#top {
  padding-top: 10px; }
  #top::after {
    clear: both;
    content: "";
    display: table; }
  #top a {
    text-decoration: none;
    color: #666; }
    #top a:hover {
      text-decoration: underline; }
  #top .lang {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 23.6363636364%;
    margin-bottom: 10px; }
    #top .lang:last-child {
      margin-right: 0; }
    #top .lang a {
      padding-right: 40px;
      background: url("assets/images/icon-world.png") no-repeat right center; }
      #top .lang a:hover {
        text-decoration: none; }
    @media screen and (max-width: 768px) {
      #top .lang {
        float: left;
        display: block;
        margin-right: 2.752293578%;
        width: 74.3119266055%; }
        #top .lang:last-child {
          margin-right: 0; } }
  #top .nav-top {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 74.5454545455%; }
    #top .nav-top:last-child {
      margin-right: 0; }
    #top .nav-top .logo {
      float: right;
      margin: 2px 0 0 30px; }
    #top .nav-top ul {
      float: right; }
      #top .nav-top ul li {
        display: inline;
        margin-left: 30px; }
    @media screen and (max-width: 768px) {
      #top .nav-top {
        float: left;
        display: block;
        margin-right: 2.752293578%;
        width: 100%;
        clear: both;
        display: none; }
        #top .nav-top:last-child {
          margin-right: 0; }
        #top .nav-top ul {
          margin-bottom: 0.5em;
          float: none; }
          #top .nav-top ul li {
            margin: 0;
            display: block;
            text-align: center;
            padding: 5px;
            border-bottom: 1px solid #b0acaa; }
            #top .nav-top ul li a {
              display: block; } }

#language-notice {
  padding: 1em 0;
  background: #eee;
  box-shadow: inset 0 -10px 10px -10px #b0acaa;
  -moz-box-shadow: inset 0 -10px 10px -10px #b0acaa;
  -webkit-box-shadow: inset 0 -10px 10px -10px #b0acaa; }
  #language-notice::after {
    clear: both;
    content: "";
    display: table; }
  #language-notice .close-button {
    text-align: center;
    display: block;
    color: #7e7976;
    text-decoration: none;
    font-size: 14px;
    font-family: Arial, sans-serif; }
    #language-notice .close-button:hover {
      text-decoration: underline; }
  #language-notice .message {
    overflow: hidden;
    margin-bottom: 1em; }
    #language-notice .message a {
      color: #000;
      text-decoration: none; }
    #language-notice .message img {
      float: left;
      margin-right: 10px; }
    #language-notice .message .text {
      float: left;
      padding-top: 0.5em; }
      #language-notice .message .text span {
        display: block; }
    #language-notice .message .button {
      float: right;
      margin-top: 0.5em;
      display: inline-block;
      padding: 12px 32px 8px;
      text-align: center;
      color: #fff;
      font-size: 1em;
      font-family: 'Humanist777BT-LightCondensedB', sans-serif;
      background-color: #b0acaa;
      text-decoration: none;
      border: 0px #000 solid;
      border-bottom: 3px #000 solid;
      cursor: pointer;
      -webkit-transition: background-color 0.15s ease-in-out;
      -moz-transition: background-color 0.15s ease-in-out;
      -ms-transition: background-color 0.15s ease-in-out;
      -o-transition: background-color 0.15s ease-in-out;
      transition: background-color 0.15s ease-in-out; }
      #language-notice .message .button:hover {
        background-color: #b8b4b3; }
  #language-notice .other-websites {
    clear: both; }
    #language-notice .other-websites p {
      margin: 0; }
    #language-notice .other-websites .flags {
      overflow: hidden;
      margin-bottom: 1em;
      padding: 0.5em 0; }
      #language-notice .other-websites .flags li {
        float: left;
        margin-right: 20px; }
        #language-notice .other-websites .flags li.active {
          padding-left: 10px;
          padding-right: 10px;
          font-weight: bold;
          color: #000;
          cursor: pointer;
          background: #e3e3e3;
          border: 1px solid #bbb;
          border-radius: 3px;
          -webkit-box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
          -moz-box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, 0.2); }
        #language-notice .other-websites .flags li img {
          float: left;
          margin-right: 5px; }
        #language-notice .other-websites .flags li a {
          display: block;
          color: #000; }
          #language-notice .other-websites .flags li a:hover {
            color: #000; }
            #language-notice .other-websites .flags li a:hover img {
              opacity: 1;
              filter: alpha(opacity=100);
              /* For IE8 and earlier */
              -webkit-transition: all 0.15s ease-in-out;
              -moz-transition: all 0.15s ease-in-out;
              -ms-transition: all 0.15s ease-in-out;
              -o-transition: all 0.15s ease-in-out;
              transition: all 0.15s ease-in-out; }
        #language-notice .other-websites .flags li .text {
          float: left;
          padding-top: 4px; }

#header {
  color: #fff;
  padding-top: 10px;
  background: #b0acaa;
  border-bottom: 2px solid #a7091d; }
  #header .wrapper::after {
    clear: both;
    content: "";
    display: table; }
  .fillers #header {
    border-bottom-color: #a7091d !important; }
  .equalisers #header {
    border-bottom-color: #005fa0 !important; }
  .wood #header {
    border-bottom-color: #934e1e !important; }
  .tools #header {
    border-bottom-color: #232221 !important; }
  .specialities #header {
    border-bottom-color: #00782e !important; }
  .crossover #header {
    border-bottom-color: #70397a !important; }
  .primers #header {
    border-bottom-color: #ba5f1b !important; }
  #header #logo {
    height: 110px;
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background: url("assets/images/header.png") no-repeat center 10px; }
  #header a {
    color: #fff;
    text-decoration: none; }
  @media screen and (max-width: 768px) {
    #header {
      padding-bottom: 1em;
      border: 0; } }

.menu-toggle {
  display: none; }
  @media screen and (max-width: 768px) {
    .menu-toggle {
      display: block;
      position: relative;
      float: right;
      width: 24px;
      height: 24px;
      padding: 0;
      background: none;
      border: 0;
      outline: none;
      cursor: pointer;
      -webkit-appearance: button;
      -webkit-transition: background-color 0.1s ease-in-out;
      -moz-transition: background-color 0.1s ease-in-out;
      transition: background-color 0.1s ease-in-out; }
      .menu-toggle .bar {
        display: block;
        width: 20px;
        height: 3px;
        cursor: pointer;
        margin-left: 5px;
        margin-right: 5px;
        background-color: #b0acaa;
        -webkit-transition: background-color 0.1s ease-in-out;
        -moz-transition: background-color 0.1s ease-in-out;
        transition: background-color 0.1s ease-in-out; }
      .menu-toggle .bar + .bar {
        margin-top: 4px; }
      .menu-toggle:hover .bar {
        background-color: #8d8a88; } }

#breadcrumbs {
  height: 46px;
  background: #d10b24;
  border-bottom: 2px solid #ccc;
  position: relative; }
  #breadcrumbs::after {
    clear: both;
    content: "";
    display: table; }
  #breadcrumbs .bc {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 74.5454545455%; }
    #breadcrumbs .bc:last-child {
      margin-right: 0; }
  .fillers #breadcrumbs {
    background: #d10b24; }
  .equalisers #breadcrumbs {
    background: #0077c8; }
  .wood #breadcrumbs {
    background: #b86125; }
  .tools #breadcrumbs {
    background: #2c2a29; }
  .specialities #breadcrumbs {
    background: #009639; }
  .crossover #breadcrumbs {
    background: #8c4799; }
  .primers #breadcrumbs {
    background: #e87722; }
  #breadcrumbs a,
  #breadcrumbs .breadcrumb_last, body.home #breadcrumbs span span span {
    float: left;
    margin: 0;
    padding-right: 25px;
    margin-right: 15px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    height: 44px;
    text-transform: lowercase;
    background: url("assets/images/icon-arrow-breadcrumbs.png") no-repeat right center; }
  #breadcrumbs a:hover {
    color: #e6e6e6; }
  #breadcrumbs .breadcrumb_last, body.home #breadcrumbs span span span {
    background: none; }
    #breadcrumbs .breadcrumb_last strong, body.home #breadcrumbs span span span strong {
      padding: 0 0 0 30px; }
      .single-anpt-product #breadcrumbs .breadcrumb_last strong, .single-anpt-product body.home #breadcrumbs span span span strong {
        float: left;
        font-weight: normal;
        font-family: 'Humanist777BT-LightCondensedB', sans-serif;
        font-size: 28px;
        background: none;
        margin-top: 2px;
        height: 42px; }
      #breadcrumbs .breadcrumb_last strong span, body.home #breadcrumbs span span span strong span {
        height: 46px;
        width: 55px;
        position: absolute;
        top: -2px;
        left: auto;
        text-indent: -999em;
        overflow: hidden;
        background: url("assets/images/sprite-letters.png") no-repeat 0 0; }
      #breadcrumbs .breadcrumb_last strong.f span, body.home #breadcrumbs span span span strong.f span {
        margin-left: -30px;
        width: 30px;
        background-position: 0 0; }
      #breadcrumbs .breadcrumb_last strong.e span, body.home #breadcrumbs span span span strong.e span {
        margin-left: -35px;
        width: 35px;
        background-position: 0 -55px; }
      #breadcrumbs .breadcrumb_last strong.w, body.home #breadcrumbs span span span strong.w {
        padding-left: 57px; }
        #breadcrumbs .breadcrumb_last strong.w span, body.home #breadcrumbs span span span strong.w span {
          margin-left: -60px;
          width: 60px;
          background-position: 0 -114px; }
      #breadcrumbs .breadcrumb_last strong.t span, body.home #breadcrumbs span span span strong.t span {
        margin-left: -30px;
        width: 30px;
        background-position: 0 -172px; }
      #breadcrumbs .breadcrumb_last strong.s span, body.home #breadcrumbs span span span strong.s span {
        margin-left: -35px;
        width: 35px;
        background-position: 0 -230px; }
      #breadcrumbs .breadcrumb_last strong.x span, body.home #breadcrumbs span span span strong.x span {
        margin-left: -40px;
        width: 40px;
        background-position: 0 -290px; }
      #breadcrumbs .breadcrumb_last strong.p span, body.home #breadcrumbs span span span strong.p span {
        margin-left: -35px;
        width: 35px;
        background-position: 0 -359px; }
    @media screen and (max-width: 768px) {
      #breadcrumbs .breadcrumb_last, body.home #breadcrumbs span span span {
        display: none; } }
  #breadcrumbs .searchform {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 23.6363636364%;
    padding-top: 5px;
    float: right; }
    #breadcrumbs .searchform:last-child {
      margin-right: 0; }
    #breadcrumbs .searchform fieldset {
      position: relative; }
      #breadcrumbs .searchform fieldset input {
        padding: 8px 10px;
        display: block;
        width: 100%;
        background: #fff;
        border: 0; }
      #breadcrumbs .searchform fieldset button {
        position: absolute;
        right: 8px;
        top: 8px;
        width: 16px;
        height: 16px;
        border: none;
        background: transparent url("assets/images/icon-search.png") no-repeat center;
        overflow: hidden;
        text-indent: -9999em;
        white-space: nowrap;
        cursor: pointer; }
    @media screen and (max-width: 768px) {
      #breadcrumbs .searchform {
        float: left;
        display: block;
        margin-right: 2.752293578%;
        width: 100%;
        margin-bottom: 1em; }
        #breadcrumbs .searchform:last-child {
          margin-right: 0; } }

.doormat {
  padding-top: 20px;
  color: #444;
  background: #e7e6e5; }
  .doormat::after {
    clear: both;
    content: "";
    display: table; }
  .doormat .col {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 23.6363636364%;
    margin-bottom: 2em; }
    .doormat .col:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .doormat .col {
        float: left;
        display: block;
        margin-right: 2.752293578%;
        width: 48.623853211%; }
        .doormat .col:last-child {
          margin-right: 0; }
        .doormat .col:nth-child(2n) {
          margin-right: 0; }
        .doormat .col:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 480px) {
      .doormat .col {
        margin-bottom: 2em;
        float: left;
        display: block;
        margin-right: 5.6603773585%;
        width: 100%;
        margin-right: 0; }
        .doormat .col:last-child {
          margin-right: 0; } }
  .doormat .reviews li {
    margin-bottom: 1em; }
    .doormat .reviews li a {
      display: block;
      line-height: 1.1em; }
    .doormat .reviews li span {
      font-size: 0.86em; }
  .doormat .news li {
    margin-bottom: 1em; }
    .doormat .news li a {
      display: block;
      line-height: 1.1em; }
    .doormat .news li span {
      font-size: 0.86em; }
  .doormat .storelocator fieldset,
  .doormat #location_widget_search fieldset {
    position: relative; }
    .doormat .storelocator fieldset input,
    .doormat #location_widget_search fieldset input {
      padding: 8px 10px;
      display: block;
      width: 100%;
      background: #fff;
      border: 0; }
    .doormat .storelocator fieldset button,
    .doormat #location_widget_search fieldset button {
      position: absolute;
      right: 8px;
      top: 8px;
      width: 16px;
      height: 16px;
      border: none;
      background: transparent url("assets/images/icon-search.png") no-repeat center;
      overflow: hidden;
      text-indent: -9999em;
      white-space: nowrap;
      cursor: pointer; }
  @media screen and (max-width: 768px) {
    .doormat .storelocator,
    .doormat #location_widget_search {
      float: left;
      display: block;
      margin-right: 2.752293578%;
      width: 100%; }
      .doormat .storelocator:last-child,
      .doormat #location_widget_search:last-child {
        margin-right: 0; } }
  .doormat .contact dl {
    margin-bottom: 1em;
    padding-left: 30px; }
    .doormat .contact dl::after {
      clear: both;
      content: "";
      display: table; }
    .doormat .contact dl dt {
      clear: both;
      float: left;
      margin: 0 0 8px -30px;
      width: 30px;
      height: 20px;
      text-indent: -999em;
      overflow: hidden;
      background: url("assets/images/sprite.png") no-repeat 0 0; }
      .doormat .contact dl dt.mail {
        background-position: 0 7px; }
      .doormat .contact dl dt.phone {
        background-position: 0 -50px; }
      .doormat .contact dl dt.time {
        background-position: 0 -107px; }
    .doormat .contact dl dd {
      float: left; }
  .doormat .contact ul {
    clear: both; }
  @media screen and (max-width: 768px) {
    .doormat .contact {
      float: left;
      display: block;
      margin-right: 2.752293578%;
      width: 100%; }
      .doormat .contact:last-child {
        margin-right: 0; } }
  .doormat h4 {
    font-family: 'Humanist777BT-LightCondensedB', sans-serif;
    font-size: 1.28em;
    color: #666;
    margin-bottom: 0.5em; }

.nav-footer {
  padding: 20px 0;
  background: #b0acaa; }
  .nav-footer::after {
    clear: both;
    content: "";
    display: table; }
  .nav-footer a {
    text-decoration: none;
    color: #fff; }
    .nav-footer a:hover {
      text-decoration: underline; }
  .nav-footer ul li {
    display: inline-block;
    margin-right: 15px; }
  @media screen and (max-width: 480px) {
    .nav-footer ul {
      text-align: center; } }

.uberfooter {
  padding: 20px 0;
  color: #666; }
  .uberfooter::after {
    clear: both;
    content: "";
    display: table; }
  .uberfooter a {
    text-decoration: none;
    color: #666; }
    .uberfooter a:hover {
      text-decoration: underline; }
  .uberfooter .left {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 74.5454545455%; }
    .uberfooter .left:last-child {
      margin-right: 0; }
    .uberfooter .left .copyright {
      float: left;
      margin-right: 20px; }
    .uberfooter .left ul {
      float: left; }
      .uberfooter .left ul li {
        display: inline-block;
        margin-right: 15px; }
    @media screen and (max-width: 480px) {
      .uberfooter .left {
        float: left;
        display: block;
        margin-right: 5.6603773585%;
        width: 100%;
        text-align: center;
        margin-bottom: 2em; }
        .uberfooter .left:last-child {
          margin-right: 0; }
        .uberfooter .left .copyright {
          display: block;
          float: none; }
        .uberfooter .left ul {
          float: none; }
          .uberfooter .left ul li {
            float: none;
            display: inline; } }
  .uberfooter .brand {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 23.6363636364%;
    float: right;
    text-align: right; }
    .uberfooter .brand:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .uberfooter .brand {
        clear: both;
        margin-top: 1em;
        float: left;
        display: block;
        margin-right: 5.6603773585%;
        width: 100%;
        text-align: center; }
        .uberfooter .brand:last-child {
          margin-right: 0; } }

#cookie-message {
  padding: 1em 10px 0.5em 10px;
  background: #000;
  color: #fff; }
  #cookie-message a {
    color: #fff;
    text-decoration: underline; }
  #cookie-message .text {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 66.0606060606%; }
    #cookie-message .text:last-child {
      margin-right: 0; }
  #cookie-message .close-link {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 32.1212121212%;
    text-align: right; }
    #cookie-message .close-link:last-child {
      margin-right: 0; }

#nav-main {
  float: left;
  display: block;
  margin-right: 1.8181818182%;
  width: 100%;
  position: relative;
  height: 55px; }
  #nav-main::after {
    clear: both;
    content: "";
    display: table; }
  #nav-main:last-child {
    margin-right: 0; }
  #nav-main ul {
    margin-left: -10px; }
    #nav-main ul::after {
      clear: both;
      content: "";
      display: table; }
    #nav-main ul li {
      float: left;
      margin-right: 20px;
      padding: 15px 10px; }
      #nav-main ul li a {
        font-size: 1.28em;
        padding-right: 12px;
        background: url("assets/images/icon-arrow-nav.png") no-repeat right center; }
      #nav-main ul li.current-menu-item.fillers, #nav-main ul li.sfHover.fillers, #nav-main ul li:hover.fillers {
        background: #d10b24;
        border-bottom: 3px solid #d10b24; }
        #nav-main ul li.current-menu-item.fillers ul:before, #nav-main ul li.sfHover.fillers ul:before, #nav-main ul li:hover.fillers ul:before {
          background: #d10b24; }
      #nav-main ul li.current-menu-item.equalisers, #nav-main ul li.sfHover.equalisers, #nav-main ul li:hover.equalisers {
        background: #0077c8;
        border-bottom: 3px solid #0077c8; }
        #nav-main ul li.current-menu-item.equalisers ul:before, #nav-main ul li.sfHover.equalisers ul:before, #nav-main ul li:hover.equalisers ul:before {
          background: #0077c8; }
      #nav-main ul li.current-menu-item.wood, #nav-main ul li.sfHover.wood, #nav-main ul li:hover.wood {
        background: #b86125;
        border-bottom: 3px solid #b86125; }
        #nav-main ul li.current-menu-item.wood ul:before, #nav-main ul li.sfHover.wood ul:before, #nav-main ul li:hover.wood ul:before {
          background: #b86125; }
      #nav-main ul li.current-menu-item.tools, #nav-main ul li.sfHover.tools, #nav-main ul li:hover.tools {
        background: #2c2a29;
        border-bottom: 3px solid #2c2a29; }
        #nav-main ul li.current-menu-item.tools ul:before, #nav-main ul li.sfHover.tools ul:before, #nav-main ul li:hover.tools ul:before {
          background: #2c2a29; }
      #nav-main ul li.current-menu-item.specialities, #nav-main ul li.sfHover.specialities, #nav-main ul li:hover.specialities {
        background: #009639;
        border-bottom: 3px solid #009639; }
        #nav-main ul li.current-menu-item.specialities ul:before, #nav-main ul li.sfHover.specialities ul:before, #nav-main ul li:hover.specialities ul:before {
          background: #009639; }
      #nav-main ul li.current-menu-item.crossover, #nav-main ul li.sfHover.crossover, #nav-main ul li:hover.crossover {
        background: #8c4799;
        border-bottom: 3px solid #8c4799; }
        #nav-main ul li.current-menu-item.crossover ul:before, #nav-main ul li.sfHover.crossover ul:before, #nav-main ul li:hover.crossover ul:before {
          background: #8c4799; }
      #nav-main ul li.current-menu-item.primers, #nav-main ul li.sfHover.primers, #nav-main ul li:hover.primers {
        background: #e87722;
        border-bottom: 3px solid #e87722; }
        #nav-main ul li.current-menu-item.primers ul:before, #nav-main ul li.sfHover.primers ul:before, #nav-main ul li:hover.primers ul:before {
          background: #e87722; }
      #nav-main ul li ul {
        top: 57px;
        min-height: 44px;
        width: 100%;
        display: none; }
        #nav-main ul li ul:before {
          position: absolute;
          width: 12000em;
          height: 100%;
          left: -6000em;
          border-bottom: 1px solid #ccc; }
        #nav-main ul li ul li {
          padding: 10px 5px;
          height: 44px; }
          #nav-main ul li ul li a {
            padding: 0;
            background: none; }
            #nav-main ul li ul li a:hover {
              color: #e6e6e6; }
  @media screen and (max-width: 768px) {
    #nav-main {
      background: #b0acaa;
      height: auto;
      border-bottom: 1px solid #fff;
      float: left;
      display: block;
      margin-right: 2.752293578%;
      width: 100%; }
      #nav-main:last-child {
        margin-right: 0; }
      #nav-main ul {
        display: none;
        float: none;
        width: 100%;
        margin-left: 0; }
        #nav-main ul li {
          margin: 0;
          padding-left: 30px;
          display: block;
          float: none;
          border-bottom: 1px solid #ddd;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          > #nav-main ul li:first-child {
            padding-top: 0; }
          > #nav-main ul li:last-child {
            border: 0; }
          #nav-main ul li.current-menu-item, #nav-main ul li.sfHover, #nav-main ul li:hover {
            background: none !important;
            border-bottom: 1px solid #ddd !important; }
          #nav-main ul li a {
            display: block; }
          #nav-main ul li ul {
            display: none;
            height: auto;
            float: none;
            width: 100%; }
            #nav-main ul li ul::after {
              clear: both;
              content: "";
              display: table; }
            #nav-main ul li ul li {
              float: left;
              display: block;
              margin-right: 2.752293578%;
              width: 22.9357798165%;
              font-size: 0.78125em;
              border: 0; }
              #nav-main ul li ul li:last-child {
                margin-right: 0; }
              #nav-main ul li ul li:nth-child(4n) {
                margin-right: 0; }
              #nav-main ul li ul li:nth-child(4n+1) {
                clear: left; }
              #nav-main ul li ul li.current-menu-item, #nav-main ul li ul li.sfHover, #nav-main ul li ul li:hover {
                border-bottom: none !important; }
          #nav-main ul li.active.fillers {
            background: #d10b24 !important; }
          #nav-main ul li.active.equalisers {
            background: #0077c8 !important; }
          #nav-main ul li.active.wood {
            background: #b86125 !important; }
          #nav-main ul li.active.tools {
            background: #2c2a29 !important; }
          #nav-main ul li.active.specialities {
            background: #009639 !important; }
          #nav-main ul li.active.crossover {
            background: #8c4799 !important; }
          #nav-main ul li.active.primers {
            background: #e87722 !important; } }

.nav-mobile {
  display: none; }
  @media screen and (max-width: 768px) {
    .nav-mobile {
      clear: both;
      display: block;
      background: none;
      font-size: 1.28em;
      padding: 15px 10px;
      border-top: 1px solid #fff; }
      .nav-mobile .menu-toggle {
        float: right; }
        .nav-mobile .menu-toggle .bar {
          background: #fff; } }

#teaser {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 3em;
  height: 280px;
  color: #fff; }
  #teaser figure {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 300px; }
    #teaser figure:last-child {
      margin-right: 0; }
  #teaser .inner {
    height: 300px;
    background: url("assets/images/bg-image-shadow.png") repeat-x bottom center; }
  #teaser .payoff {
    font-family: 'Humanist777BT-LightCondensedB', sans-serif;
    font-size: 2.3em;
    position: absolute;
    bottom: 0.75em;
    left: 0.75em; }
  #teaser .productfinder {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 32.1212121212%;
    float: right;
    margin: 20px 20px 0 0 !important;
    height: 240px;
    background: #d10b24;
    padding: 20px 15px; }
    #teaser .productfinder:last-child {
      margin-right: 0; }
    #teaser .productfinder h2 {
      font-family: 'Humanist777BT-LightCondensedB', sans-serif;
      color: #fff;
      margin-bottom: 5px;
      font-size: 1.28em; }
    #teaser .productfinder p {
      margin-bottom: 0.5em; }
    #teaser .productfinder select {
      width: 100%; }
    #teaser .productfinder button {
      display: inline-block;
      padding: 12px 32px 8px;
      text-align: center;
      color: #fff;
      font-size: 1.28em;
      font-family: 'Humanist777BT-LightCondensedB', sans-serif;
      background-color: #333;
      text-decoration: none;
      border: 0px #000 solid;
      border-bottom: 3px #000 solid;
      cursor: pointer;
      -webkit-transition: background-color 0.15s ease-in-out;
      -moz-transition: background-color 0.15s ease-in-out;
      -ms-transition: background-color 0.15s ease-in-out;
      -o-transition: background-color 0.15s ease-in-out;
      transition: background-color 0.15s ease-in-out;
      width: 100%; }
      #teaser .productfinder button:hover {
        background-color: #474747; }
  @media screen and (max-width: 768px) {
    #teaser {
      padding: 20% 20px 0 20px;
      height: auto; }
      #teaser::after {
        clear: both;
        content: "";
        display: table; }
      #teaser figure {
        position: static; }
      #teaser .payoff {
        position: static;
        font-size: 1.71em;
        text-align: center; }
      #teaser .productfinder {
        clear: both;
        float: left;
        display: block;
        margin-right: 2.752293578%;
        width: 100%;
        float: none; }
        #teaser .productfinder:last-child {
          margin-right: 0; } }

#persuasion {
  margin-bottom: 2em; }
  #persuasion::after {
    clear: both;
    content: "";
    display: table; }
  #persuasion .box.promotion h2 {
    margin: 0; }
  #persuasion .box .inner,
  #persuasion .box .textwidget {
    height: 200px;
    padding: 10px;
    font-size: 0.9em; }
    #persuasion .box .inner dl,
    #persuasion .box .textwidget dl {
      font-size: 0.9em; }
      #persuasion .box .inner dl dt,
      #persuasion .box .textwidget dl dt {
        clear: left;
        float: left;
        margin-right: 5px; }
  #persuasion .box ul {
    margin-bottom: 1em; }
    #persuasion .box ul li {
      list-style: none;
      margin-bottom: 0.5em;
      padding: 0 0 0 30px;
      background: url("assets/images/bullet-check.png") no-repeat left 6px; }
  #persuasion .box.promotion {
    float: right;
    position: relative; }
    .mobile #persuasion .box.promotion, .tablet #persuasion .box.promotion {
      float: left; }
    #persuasion .box.promotion .inner {
      padding: 0;
      height: 200px; }
    #persuasion .box.promotion figure a {
      display: block; }
    #persuasion .box.promotion .cycle-navigation {
      position: absolute;
      top: 50%;
      margin-top: -20px;
      height: 60px;
      width: 30px;
      z-index: 999;
      opacity: 0.6;
      background: #d10b24 url("assets/images/bullet-arrow-left.png") no-repeat center;
      text-indent: -999em;
      overflow: hidden;
      left: 0;
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
      #persuasion .box.promotion .cycle-navigation:hover {
        opacity: 1; }
    #persuasion .box.promotion #cycle-next {
      right: 0;
      left: auto;
      background-image: url("assets/images/bullet-arrow-right.png");
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

#applications {
  margin-bottom: 3em; }
  #applications::after {
    clear: both;
    content: "";
    display: table; }
  #applications .box {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 32.1212121212%;
    margin-bottom: 18px;
    font-size: 1em; }
    #applications .box:last-child {
      margin-right: 0; }
    #applications .box:nth-child(3n) {
      margin-right: 0; }
    #applications .box:nth-child(3n+1) {
      clear: left; }
    @media screen and (max-width: 768px) {
      #applications .box {
        float: left;
        display: block;
        margin-right: 2.752293578%;
        width: 74.3119266055%; }
        #applications .box:last-child {
          margin-right: 0; }
        #applications .box:nth-child(3n) {
          margin-right: 1.8181818182%; }
        #applications .box:nth-child(3n+1) {
          clear: none; }
        #applications .box:nth-child(2n) {
          margin-right: 0; }
        #applications .box:nth-child(2n+1) {
          clear: left; }
        #applications .box figure img {
          width: 100%; } }
    @media screen and (max-width: 480px) {
      #applications .box {
        float: none;
        width: 100%;
        margin-right: 0; }
        #applications .box:nth-child(2n) {
          margin-right: 1.8181818182%; }
        #applications .box:nth-child(2n+1) {
          clear: none; } }
    #applications .box figure {
      margin-bottom: 5px; }
    #applications .box p.more {
      padding-left: 20px; }
      #applications .box p.more a {
        padding-left: 17px;
        background: url(assets/images/bullet-arrow.png) no-repeat left center; }
    #applications .box h2 {
      text-align: right;
      font-size: 1.4em;
      padding: 13px 10px 8px 11px;
      height: 46px;
      background: #d10b24 url("assets/images/sprite-letters.png") no-repeat 10px top; }
    #applications .box.fillers h2 {
      background-color: #d10b24;
      background-position: 10px 0; }
    #applications .box.equalisers h2 {
      background-color: #0077c8;
      background-position: 10px -55px; }
    #applications .box.specialities h2 {
      background-color: #009639;
      background-position: 10px -230px; }
    #applications .box.wood h2 {
      background-color: #b86125;
      background-position: 10px -114px; }
    #applications .box.tools h2 {
      background-color: #2c2a29;
      background-position: 10px -172px; }
    #applications .box.crossover h2 {
      background-color: #8c4799;
      background-position: 10px -290px; }
    #applications .box.primers h2 {
      background-color: #e87722;
      background-position: 10px -358px; }
    #applications .box:hover {
      cursor: pointer; }
      #applications .box:hover h2 {
        color: #e6e6e6; }

#teaser {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 3em;
  height: 280px;
  color: #fff; }
  #teaser figure {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 300px; }
    #teaser figure:last-child {
      margin-right: 0; }
  #teaser .inner {
    height: 300px;
    background: url("assets/images/bg-image-shadow.png") repeat-x bottom center; }
  #teaser .payoff {
    font-family: 'Humanist777BT-LightCondensedB', sans-serif;
    font-size: 2.3em;
    position: absolute;
    bottom: 0.75em;
    left: 0.75em; }
  #teaser .productfinder {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 32.1212121212%;
    float: right;
    margin: 20px 20px 0 0 !important;
    height: 240px;
    background: #d10b24;
    padding: 20px 15px; }
    #teaser .productfinder:last-child {
      margin-right: 0; }
    #teaser .productfinder h2 {
      font-family: 'Humanist777BT-LightCondensedB', sans-serif;
      color: #fff;
      margin-bottom: 5px;
      font-size: 1.28em; }
    #teaser .productfinder p {
      margin-bottom: 0.5em; }
    #teaser .productfinder select {
      width: 100%; }
    #teaser .productfinder button {
      display: inline-block;
      padding: 12px 32px 8px;
      text-align: center;
      color: #fff;
      font-size: 1.28em;
      font-family: 'Humanist777BT-LightCondensedB', sans-serif;
      background-color: #333;
      text-decoration: none;
      border: 0px #000 solid;
      border-bottom: 3px #000 solid;
      cursor: pointer;
      -webkit-transition: background-color 0.15s ease-in-out;
      -moz-transition: background-color 0.15s ease-in-out;
      -ms-transition: background-color 0.15s ease-in-out;
      -o-transition: background-color 0.15s ease-in-out;
      transition: background-color 0.15s ease-in-out;
      width: 100%; }
      #teaser .productfinder button:hover {
        background-color: #474747; }
  @media screen and (max-width: 768px) {
    #teaser {
      padding: 20% 20px 0 20px;
      height: auto; }
      #teaser::after {
        clear: both;
        content: "";
        display: table; }
      #teaser figure {
        position: static; }
      #teaser .payoff {
        position: static;
        font-size: 1.71em;
        text-align: center; }
      #teaser .productfinder {
        clear: both;
        float: left;
        display: block;
        margin-right: 2.752293578%;
        width: 100%;
        float: none; }
        #teaser .productfinder:last-child {
          margin-right: 0; } }

#persuasion {
  margin-bottom: 2em; }
  #persuasion::after {
    clear: both;
    content: "";
    display: table; }
  #persuasion .box.promotion h2 {
    margin: 0; }
  #persuasion .box .inner,
  #persuasion .box .textwidget {
    height: 200px;
    padding: 10px;
    font-size: 0.9em; }
    @media screen and (max-width: 480px) {
      #persuasion .box .inner,
      #persuasion .box .textwidget {
        height: auto; } }
    #persuasion .box .inner dl,
    #persuasion .box .textwidget dl {
      font-size: 0.9em; }
      #persuasion .box .inner dl dt,
      #persuasion .box .textwidget dl dt {
        clear: left;
        float: left;
        margin-right: 5px; }
  #persuasion .box ul {
    margin-bottom: 1em; }
    #persuasion .box ul li {
      list-style: none;
      margin-bottom: 0.5em;
      padding: 0 0 0 30px;
      background: url("assets/images/bullet-check.png") no-repeat left 6px; }
  #persuasion .box.promotion {
    float: right;
    position: relative; }
    .mobile #persuasion .box.promotion, .tablet #persuasion .box.promotion {
      float: left; }
    #persuasion .box.promotion .inner {
      padding: 0;
      height: 200px; }
    #persuasion .box.promotion figure a {
      display: block; }
    #persuasion .box.promotion .cycle-navigation {
      position: absolute;
      top: 50%;
      margin-top: -20px;
      height: 60px;
      width: 30px;
      z-index: 999;
      opacity: 0.6;
      background: #d10b24 url("assets/images/bullet-arrow-left.png") no-repeat center;
      text-indent: -999em;
      overflow: hidden;
      left: 0;
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
      #persuasion .box.promotion .cycle-navigation:hover {
        opacity: 1; }
    #persuasion .box.promotion #cycle-next {
      right: 0;
      left: auto;
      background-image: url("assets/images/bullet-arrow-right.png");
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

#applications {
  margin-bottom: 3em; }
  #applications::after {
    clear: both;
    content: "";
    display: table; }
  #applications .box {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 32.1212121212%;
    margin-bottom: 18px;
    font-size: 1em; }
    #applications .box:last-child {
      margin-right: 0; }
    #applications .box:nth-child(3n) {
      margin-right: 0; }
    #applications .box:nth-child(3n+1) {
      clear: left; }
    @media screen and (max-width: 768px) {
      #applications .box {
        float: left;
        display: block;
        margin-right: 2.752293578%;
        width: 48.623853211%; }
        #applications .box:last-child {
          margin-right: 0; }
        #applications .box:nth-child(3n) {
          margin-right: 1.8181818182%; }
        #applications .box:nth-child(3n+1) {
          clear: none; }
        #applications .box:nth-child(2n) {
          margin-right: 0; }
        #applications .box:nth-child(2n+1) {
          clear: left; }
        #applications .box figure img {
          width: 100%; } }
    @media screen and (max-width: 480px) {
      #applications .box {
        float: left;
        display: block;
        margin-right: 5.6603773585%;
        width: 100%; }
        #applications .box:nth-child(2n) {
          margin-right: 1.8181818182%; }
        #applications .box:nth-child(2n+1) {
          clear: none; }
        #applications .box:last-child {
          margin-right: 0; } }
    #applications .box figure {
      margin-bottom: 5px; }
    #applications .box p.more {
      padding-left: 20px; }
      #applications .box p.more a {
        padding-left: 17px;
        background: url(assets/images/bullet-arrow.png) no-repeat left center; }
    #applications .box h2 {
      text-align: right;
      font-size: 1.4em;
      padding: 13px 10px 8px 11px;
      height: 46px;
      background: #d10b24 url("assets/images/sprite-letters.png") no-repeat 10px top; }
    #applications .box.fillers h2 {
      background-color: #d10b24;
      background-position: 10px 0; }
    #applications .box.equalisers h2 {
      background-color: #0077c8;
      background-position: 10px -55px; }
    #applications .box.specialities h2 {
      background-color: #009639;
      background-position: 10px -230px; }
    #applications .box.wood h2 {
      background-color: #b86125;
      background-position: 10px -114px; }
    #applications .box.tools h2 {
      background-color: #2c2a29;
      background-position: 10px -172px; }
    #applications .box.crossover h2 {
      background-color: #8c4799;
      background-position: 10px -290px; }
    #applications .box.primers h2 {
      background-color: #e87722;
      background-position: 10px -358px; }
    #applications .box:hover {
      cursor: pointer; }
      #applications .box:hover h2 {
        color: #e6e6e6; }

.content-main {
  float: left;
  display: block;
  margin-right: 1.8181818182%;
  width: 74.5454545455%; }
  .content-main:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .content-main {
      float: left;
      display: block;
      margin-right: 2.752293578%;
      width: 100%;
      margin-bottom: 0; }
      .content-main:last-child {
        margin-right: 0; } }
  .content-main .post::after {
    clear: both;
    content: "";
    display: table; }
  .content-main .images {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 49.0909090909%; }
    .content-main .images:last-child {
      margin-right: 0; }
    .content-main .images img {
      border: 1px solid #b0acaa;
      height: auto; }
    .content-main .images figure {
      margin-bottom: 1em; }
      @media screen and (max-width: 768px) {
        .content-main .images figure {
          display: none; } }
    .content-main .images ul::after {
      clear: both;
      content: "";
      display: table; }
    .content-main .images ul li {
      float: left;
      width: 23.5%;
      margin-right: 1.5%; }
      .content-main .images ul li img {
        width: 100%;
        height: auto;
        cursor: pointer; }
    @media screen and (max-width: 768px) {
      .content-main .images {
        float: left;
        display: block;
        margin-right: 2.752293578%;
        width: 100%;
        margin-bottom: 1em; }
        .content-main .images:last-child {
          margin-right: 0; }
        .content-main .images #gallery {
          float: left;
          display: block;
          margin-right: 2.752293578%;
          width: 100%;
          height: 300px;
          overflow: hidden !important; }
          .content-main .images #gallery:last-child {
            margin-right: 0; }
          .content-main .images #gallery .touchcarousel-wrapper {
            overflow: visible; }
          .content-main .images #gallery .touchcarousel-item {
            height: 300px;
            width: 449px;
            margin-right: 20px; }
          .content-main .images #gallery .arrow-icon.left {
            left: 25px; }
          .content-main .images #gallery .arrow-icon.right {
            right: 25px; }
          .content-main .images #gallery .arrow-holder {
            width: 60px; }
          .content-main .images #gallery .scrollbar-holder {
            bottom: 6px; } }

.entry {
  float: left;
  display: block;
  margin-right: 1.8181818182%;
  width: 49.0909090909%; }
  .entry:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .entry {
      float: left;
      display: block;
      margin-right: 2.752293578%;
      width: 100%; }
      .entry:last-child {
        margin-right: 0; } }
  .entry .rating .stars {
    float: left;
    width: 95px;
    margin-right: 15px; }
  .entry .rating .count {
    float: left;
    margin-top: -1px;
    font-size: 0.9em;
    color: #b0acaa; }
  .entry .text {
    clear: both;
    margin-bottom: 1em; }
  .entry ul.usps {
    margin-bottom: 2em; }
    .entry ul.usps li {
      margin-bottom: 0.5em;
      padding-left: 20px;
      background: url("assets/images/bullet-check-fillers.png") no-repeat left 5px; }
      .fillers .entry ul.usps li {
        background-image: url("assets/images/bullet-check-fillers.png"); }
      .equalisers .entry ul.usps li {
        background-image: url("assets/images/bullet-check-equalisers.png"); }
      .specialities .entry ul.usps li {
        background-image: url("assets/images/bullet-check-specialities.png"); }
      .wood .entry ul.usps li {
        background-image: url("assets/images/bullet-check-wood.png"); }
      .primers .entry ul.usps li {
        background-image: url("assets/images/bullet-check-primers.png"); }
      .tools .entry ul.usps li {
        background-image: url("assets/images/bullet-check-tools.png"); }
      .crossover .entry ul.usps li {
        background-image: url("assets/images/bullet-check-crossover.png"); }
  .entry .actions .button {
    display: inline-block;
    padding: 12px 0 8px;
    text-align: center;
    color: #fff;
    font-size: 1.28em;
    font-family: 'Humanist777BT-LightCondensedB', sans-serif;
    background-color: #333;
    text-decoration: none;
    border: 0px #000 solid;
    border-bottom: 3px #000 solid;
    cursor: pointer;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -ms-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    display: block; }
    .entry .actions .button:hover {
      background-color: #474747; }
  .entry .actions span {
    display: block;
    text-align: center; }

.icons {
  clear: both;
  margin-bottom: 1.5em; }
  .icons li {
    display: inline-block;
    margin-right: 5px;
    height: 72px;
    width: 72px;
    background: url("assets/images/sprite-icons.png") no-repeat 0 bottom; }
    .icons li.product-icon-A1 {
      background-position: -3px 0; }
    .icons li.product-icon-A2 {
      background-position: -186px 0; }
    .icons li.product-icon-A3 {
      background-position: -98px 0; }
    .icons li.product-icon-A4 {
      background-position: -372px -1px; }
    .icons li.product-icon-A5 {
      background-position: -3px -111px; }
    .icons li.product-icon-A6 {
      background-position: -97px -111px; }
    .icons li.product-icon-A7 {
      background-position: -282px -111px; }
    .icons li.product-icon-A8 {
      background-position: -374px -111px; }
    .icons li.product-icon-A9 {
      background-position: -468px -111px; }
    .icons li.product-icon-A10 {
      background-position: -273px 0; }
    .icons li.product-icon-A11 {
      background-position: -188px -111px; }
    .icons li.product-icon-A12 {
      background-position: -553px -111px; }
    .icons li.product-icon-A13 {
      background-position: -643px -111px; }
    .icons li.product-icon-A14 {
      background-position: -748px -111px; }
    .icons li.product-icon-A15 {
      background-position: -846px -112px; }
    .icons li.product-icon-B1 {
      background-position: -3px -217px; }
    .icons li.product-icon-B2 {
      background-position: -99px -217px; }
    .icons li.product-icon-B3 {
      background-position: -187px -217px; }
    .icons li.product-icon-B4 {
      background-position: -277px -217px; }
    .icons li.product-icon-B5 {
      background-position: -371px -217px; }
    .icons li.product-icon-B6 {
      background-position: -3px -319px; }
    .icons li.product-icon-B7 {
      background-position: -97px -319px; }
    .icons li.product-icon-B8 {
      background-position: -187px -319px; }
    .icons li.product-icon-B9 {
      background-position: -283px -319px; }
    .icons li.product-icon-B10 {
      background-position: -375px -319px; }
    .icons li.product-icon-B11 {
      background-position: -468px -217px; }
    .icons li.product-icon-B12 {
      background-position: -556px -217px; }
    .icons li.product-icon-B13 {
      background-position: -468px -319px; }
    .icons li.product-icon-C1 {
      background-position: -3px -423px; }
    .icons li.product-icon-C2 {
      background-position: -99px -423px; }
    .icons li.product-icon-C3 {
      background-position: -189px -423px; }
    .icons li.product-icon-C4 {
      background-position: -286px -423px; }
    .icons li.product-icon-C5 {
      background-position: -3px -530px; }
    .icons li.product-icon-C6 {
      background-position: -94px -503px; }
    .icons li.product-icon-C7 {
      background-position: -186px -529px; }
    .icons li.product-icon-C8 {
      background-position: -377px -423px; }
    .icons li.product-icon-C9 {
      background-position: -468px -423px; }
    .icons li.product-icon-C10 {
      background-position: -559px -423px; }
    .icons li.product-icon-D1 {
      background-position: -3px -638px; }
    .icons li.product-icon-D2 {
      background-position: -97px -638px; }
    .icons li.product-icon-D3 {
      background-position: -188px -638px; }
    .icons li.product-icon-E1 {
      background-position: -3px -746px; }
    .icons li.product-icon-E2 {
      background-position: -97px -746px; }
    .icons li.product-icon-E3 {
      background-position: -189px -746px; }
    .icons li.product-icon-E4 {
      background-position: -282px -746px; }
    .icons li.product-icon-E8 {
      background-position: -371px -746px; }
    .icons li.product-icon-E5 {
      background-position: -371px -746px; }
    .icons li.product-icon-E6 {
      background-position: -3px -853px; }
    .icons li.product-icon-E7 {
      background-position: -97px -853px; }
    .icons li.product-icon-E8 {
      background-position: -191px -853px; }
    .icons li.product-icon-E9 {
      background-position: -293px -855px; }
    .icons li.product-icon-E10 {
      background-position: -376px -853px; }
    .icons li.product-icon-E11 {
      background-position: -461px -853px; }
    .icons li.product-icon-E12 {
      background-position: -554px -853px; }
    .icons li.product-icon-F1 {
      background-position: -3px -959px; }
    .icons li.product-icon-F2 {
      background-position: -99px -959px; }
    .icons li.product-icon-F3 {
      background-position: -188px -959px; }
    .icons li.product-icon-F4 {
      background-position: -282px -959px; }
    .icons li.product-icon-F8 {
      background-position: -378px -959px; }
    .icons li.product-icon-F9 {
      background-position: -467px -959px; }
    .icons li.product-icon-G1 {
      background-position: -5px -1140px; }
    .icons li.product-icon-G2 {
      background-position: -108px -1140px; }
    .icons li.product-icon-G3 {
      background-position: -215px -1140px; }
    .icons li.product-icon-H1 {
      background-position: 0 -1257px; }

.details li {
  border-bottom: 1px solid #ddd; }
  .details li .label {
    display: inline-block;
    width: 150px;
    font-weight: bold; }

#tabs {
  clear: both;
  margin-top: 2em;
  background: #ddd; }
  #tabs .nav {
    margin: 0;
    padding: 0;
    background: #b0acaa; }
    #tabs .nav::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 768px) {
      #tabs .nav {
        display: none; } }
    #tabs .nav li {
      margin: 0;
      padding: 0;
      float: left;
      width: 25%;
      background: #b0acaa;
      border-right: 1px solid #fff; }
      #tabs .nav li:last-child {
        border-right: 0; }
      #tabs .nav li a {
        display: block;
        padding: 15px 10px;
        text-decoration: none;
        color: #fff;
        font-family: 'Humanist777BT-LightCondensedB', sans-serif;
        font-size: 1.28em; }
        #tabs .nav li a:hover {
          color: #000; }
        #tabs .nav li a span {
          display: inline-block;
          width: 18px;
          height: 22px;
          text-align: center;
          background: url("assets/images/bg-circle-dark.png") no-repeat center 1px;
          padding-top: 4px;
          margin-left: 10px;
          line-height: 1;
          box-shadow: inset 0px 1px #B0B0B0;
          font-size: 0.8em;
          color: #fff; }
      #tabs .nav li.ui-state-active {
        background: #ddd; }
        #tabs .nav li.ui-state-active a {
          color: #000; }
  #tabs .tab-content {
    padding: 20px 10px; }
    #tabs .tab-content::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 768px) {
      #tabs .tab-content {
        padding: 0;
        border-bottom: 1px solid #fff; }
        #tabs .tab-content .inner {
          padding: 20px 10px;
          display: none; } }
    #tabs .tab-content h2 {
      color: #d10b24;
      margin-bottom: 1em;
      font-size: 1.71em;
      font-family: 'Humanist777BT-LightCondensedB', sans-serif; }
      @media screen and (max-width: 768px) {
        #tabs .tab-content h2 {
          margin: 0;
          padding: 20px 10px;
          color: #fff;
          background: #b0acaa url("assets/images/bullet-arrow-down.png") no-repeat 95% center;
          -webkit-transition: color 0.15s ease-in-out;
          -moz-transition: color 0.15s ease-in-out;
          -ms-transition: color 0.15s ease-in-out;
          -o-transition: color 0.15s ease-in-out;
          transition: color 0.15s ease-in-out; }
          #tabs .tab-content h2.active {
            background-image: url("assets/images/bullet-arrow-up.png"); }
          #tabs .tab-content h2:hover {
            cursor: pointer;
            color: #e6e6e6; } }
      .fillers #tabs .tab-content h2 {
        color: #d10b24; }
      .equalisers #tabs .tab-content h2 {
        color: #0077c8; }
      .specialities #tabs .tab-content h2 {
        color: #009639; }
      .wood #tabs .tab-content h2 {
        color: #b86125; }
      .primers #tabs .tab-content h2 {
        color: #e87722; }
      .tools #tabs .tab-content h2 {
        color: #2c2a29; }
      .crossover #tabs .tab-content h2 {
        color: #8c4799; }

#tabs-howto .tip {
  float: left;
  display: block;
  margin-right: 1.8181818182%;
  width: 32.1212121212%;
  float: right;
  padding: 10px;
  background: #fff; }
  #tabs-howto .tip:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    #tabs-howto .tip {
      float: left;
      display: block;
      margin-right: 5.6603773585%;
      width: 100%;
      margin-bottom: 1em; }
      #tabs-howto .tip:last-child {
        margin-right: 0; } }
  #tabs-howto .tip ul.list {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 100%; }
    #tabs-howto .tip ul.list:last-child {
      margin-right: 0; }
  #tabs-howto .tip h3 {
    font-family: 'Humanist777BT-LightCondensedB', sans-serif;
    font-size: 1.28em;
    color: #d10b24;
    margin-bottom: 0.25em; }
    .fillers #tabs-howto .tip h3 {
      color: #d10b24; }
    .equalisers #tabs-howto .tip h3 {
      color: #0077c8; }
    .specialities #tabs-howto .tip h3 {
      color: #009639; }
    .wood #tabs-howto .tip h3 {
      color: #b86125; }
    .primers #tabs-howto .tip h3 {
      color: #e87722; }
    .tools #tabs-howto .tip h3 {
      color: #2c2a29; }
    .crossover #tabs-howto .tip h3 {
      color: #8c4799; }
@media screen and (max-width: 480px) {
  #tabs-howto ul.list {
    float: left;
    display: block;
    margin-right: 5.6603773585%;
    width: 100%;
    padding-right: 0; }
    #tabs-howto ul.list:last-child {
      margin-right: 0; } }

#tabs-faqs .list-faq {
  float: left;
  display: block;
  margin-right: 1.8181818182%;
  width: 100%; }
  #tabs-faqs .list-faq:last-child {
    margin-right: 0; }
  #tabs-faqs .list-faq li {
    background: #ccc; }
    #tabs-faqs .list-faq li .text {
      background-position: 0 -839px; }
    #tabs-faqs .list-faq li:hover {
      background: #b0acaa; }
      #tabs-faqs .list-faq li:hover .text {
        background-image: url("assets/images/sprite.png");
        background-color: #eee;
        background-position: left -239px; }

#tabs-reviews .review {
  margin-bottom: 1em; }
  #tabs-reviews .review h4 {
    font-family: 'Humanist777BT-LightCondensedB', sans-serif;
    font-size: 1.28em;
    color: #d10b24; }
    .fillers #tabs-reviews .review h4 {
      color: #d10b24; }
    .equalisers #tabs-reviews .review h4 {
      color: #0077c8; }
    .specialities #tabs-reviews .review h4 {
      color: #009639; }
    .wood #tabs-reviews .review h4 {
      color: #b86125; }
    .primers #tabs-reviews .review h4 {
      color: #e87722; }
    .tools #tabs-reviews .review h4 {
      color: #2c2a29; }
    .crossover #tabs-reviews .review h4 {
      color: #8c4799; }
  #tabs-reviews .review .meta {
    font-size: 0.9em;
    color: #333; }
  #tabs-reviews .review .rating {
    margin-bottom: 0.5em; }
  #tabs-reviews .review .text {
    clear: both; }

#tabs-downloads ul li span {
  font-size: 0.9em; }

.content-overview {
  float: left;
  display: block;
  margin-right: 1.8181818182%;
  width: 49.0909090909%; }
  .content-overview:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .content-overview {
      float: left;
      display: block;
      margin-right: 2.752293578%;
      width: 100%; }
      .content-overview:last-child {
        margin-right: 0; } }
  .content-overview .entry {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 100%; }
    .content-overview .entry:last-child {
      margin-right: 0; }
  .content-overview article {
    padding-bottom: 1em;
    margin-bottom: 3em;
    border-bottom: 1px solid #ddd; }
    .content-overview article h2 {
      font-family: 'Humanist777BT-RomanCondensedB', sans-serif;
      color: #d10b24;
      font-size: 1.71em;
      margin-bottom: 0.5em; }
      .content-overview article h2 a {
        text-decoration: none;
        color: #d10b24; }
        .content-overview article h2 a:hover {
          text-decoration: underline; }
      .fillers .content-overview article h2, .fillers .content-overview article h2 a {
        color: #d10b24; }
      .equalisers .content-overview article h2, .equalisers .content-overview article h2 a {
        color: #0077c8; }
      .specialities .content-overview article h2, .specialities .content-overview article h2 a {
        color: #009639; }
      .wood .content-overview article h2, .wood .content-overview article h2 a {
        color: #b86125; }
      .primers .content-overview article h2, .primers .content-overview article h2 a {
        color: #e87722; }
      .tools .content-overview article h2, .tools .content-overview article h2 a {
        color: #2c2a29; }
      .crossover .content-overview article h2, .crossover .content-overview article h2 a {
        color: #8c4799; }
    .content-overview article .row {
      clear: both;
      margin-bottom: 0.5em; }
      .content-overview article .row::after {
        clear: both;
        content: "";
        display: table; }
    .content-overview article .col {
      float: left;
      display: block;
      margin-right: 1.8181818182%;
      width: 49.0909090909%; }
      .content-overview article .col:last-child {
        margin-right: 0; }
      .content-overview article .col:nth-child(2n) {
        margin-right: 0; }
      .content-overview article .col:nth-child(2n+1) {
        clear: left; }
      @media screen and (max-width: 480px) {
        .content-overview article .col {
          float: left;
          display: block;
          margin-right: 5.6603773585%;
          width: 100%; }
          .content-overview article .col:last-child {
            margin-right: 0; }
          .content-overview article .col:nth-child(2n) {
            margin-right: 1.8181818182%; }
          .content-overview article .col:nth-child(2n+1) {
            clear: none; } }
      .content-overview article .col .figure {
        text-align: center; }
        .content-overview article .col .figure img {
          display: inline-block; }
    .content-overview article .product-links {
      text-align: center; }
      .content-overview article .product-links .button {
        display: inline-block;
        padding: 12px 32px 8px;
        text-align: center;
        color: #fff;
        font-size: 1.28em;
        font-family: 'Humanist777BT-LightCondensedB', sans-serif;
        background-color: #333;
        text-decoration: none;
        border: 0px #000 solid;
        border-bottom: 3px #000 solid;
        cursor: pointer;
        -webkit-transition: background-color 0.15s ease-in-out;
        -moz-transition: background-color 0.15s ease-in-out;
        -ms-transition: background-color 0.15s ease-in-out;
        -o-transition: background-color 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out;
        display: block; }
        .content-overview article .product-links .button:hover {
          background-color: #474747; }
      .content-overview article .product-links span {
        display: block; }

#compare-table {
  width: 100%; }
  #compare-table th {
    vertical-align: top; }
    #compare-table th figure {
      margin-bottom: 10px; }
  #compare-table tr td {
    padding: 10px 0; }
    #compare-table tr td.td-title {
      padding-left: 10px;
      font-weight: bold; }
  #compare-table tr.striped td {
    background: #eee; }

.content-howto-single {
  float: left;
  display: block;
  margin-right: 1.8181818182%;
  width: 74.5454545455%; }
  .content-howto-single:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .content-howto-single {
      float: left;
      display: block;
      margin-right: 2.752293578%;
      width: 100%; }
      .content-howto-single:last-child {
        margin-right: 0; } }
  .content-howto-single .main-image {
    margin-bottom: 2em; }
    .content-howto-single .main-image::after {
      clear: both;
      content: "";
      display: table; }
    .content-howto-single .main-image img {
      width: 100%; }
    .content-howto-single .main-image .text {
      position: absolute;
      left: 10px;
      bottom: 10px;
      font-size: 1.71em;
      color: #fff;
      font-family: 'Humanist777BT-RomanCondensedB', sans-serif; }
  .content-howto-single h2.step {
    padding: 10px;
    margin-bottom: 1em;
    position: relative;
    background: #b0acaa;
    color: #fff;
    font-size: 1.28em;
    font-family: 'Humanist777BT-RomanCondensedB', sans-serif; }
    .content-howto-single h2.step a {
      position: absolute;
      right: 10px;
      padding-left: 25px;
      font-size: 0.777em;
      font-family: Arial, sans-serif;
      background: url("assets/images/icon-print.png") no-repeat left center; }
  .content-howto-single ul.list {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 100%;
    padding: 0 10px; }
    .content-howto-single ul.list:last-child {
      margin-right: 0; }
    .content-howto-single ul.list li .nr {
      float: left;
      display: block;
      margin-right: 1.8181818182%;
      width: 6.6666666667%; }
      .content-howto-single ul.list li .nr:last-child {
        margin-right: 0; }
    .content-howto-single ul.list li .text {
      float: left;
      display: block;
      margin-right: 1.8181818182%;
      width: 91.5151515152%;
      background-color: #ddd; }
      .content-howto-single ul.list li .text:last-child {
        margin-right: 0; }

.content-howto-overview {
  float: left;
  display: block;
  margin-right: 1.8181818182%;
  width: 74.5454545455%; }
  .content-howto-overview:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .content-howto-overview {
      float: left;
      display: block;
      margin-right: 2.752293578%;
      width: 100%; }
      .content-howto-overview:last-child {
        margin-right: 0; } }
  .content-howto-overview .box {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 32.1212121212%;
    margin-bottom: 18px;
    font-size: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc; }
    .content-howto-overview .box:last-child {
      margin-right: 0; }
    .content-howto-overview .box:nth-child(3n) {
      margin-right: 0; }
    .content-howto-overview .box:nth-child(3n+1) {
      clear: left; }
    @media screen and (max-width: 768px) {
      .content-howto-overview .box {
        float: left;
        display: block;
        margin-right: 2.752293578%;
        width: 48.623853211%; }
        .content-howto-overview .box:last-child {
          margin-right: 0; }
        .content-howto-overview .box:nth-child(3n) {
          margin-right: 1.8181818182%; }
        .content-howto-overview .box:nth-child(3n+1) {
          clear: none; }
        .content-howto-overview .box:nth-child(2n) {
          margin-right: 0; }
        .content-howto-overview .box:nth-child(2n+1) {
          clear: left; } }
    .content-howto-overview .box h2 {
      font-size: 1.28em; }
      .content-howto-overview .box h2 a {
        text-decoration: none;
        color: #fff; }
        .content-howto-overview .box h2 a:hover {
          color: #eee; }
    .content-howto-overview .box.fillers h2 {
      background-color: #d10b24; }
    .content-howto-overview .box.equalisers h2 {
      background-color: #0077c8; }
    .content-howto-overview .box.specialities h2 {
      background-color: #009639; }
    .content-howto-overview .box.wood h2 {
      background-color: #b86125; }
    .content-howto-overview .box.tools h2 {
      background-color: #2c2a29; }
    .content-howto-overview .box.crossover h2 {
      background-color: #8c4799; }
    .content-howto-overview .box.primers h2 {
      background-color: #e87722; }
    .content-howto-overview .box figure {
      margin-bottom: 5px; }
    .content-howto-overview .box p.more {
      padding-left: 20px; }
      .content-howto-overview .box p.more a {
        padding-left: 17px;
        background: url(assets/images/bullet-arrow.png) no-repeat left center; }

.content-faq-overview {
  float: left;
  display: block;
  margin-right: 1.8181818182%;
  width: 74.5454545455%; }
  .content-faq-overview:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .content-faq-overview {
      float: left;
      display: block;
      margin-right: 2.752293578%;
      width: 100%; }
      .content-faq-overview:last-child {
        margin-right: 0; } }
  .content-faq-overview h2 {
    margin-bottom: 0.5em;
    font-family: 'Humanist777BT-LightCondensedB', sans-serif;
    font-size: 1.71em;
    color: #b0acaa; }
  .content-faq-overview .list-faq {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 100%;
    border-top: 1px solid #b0acaa; }
    .content-faq-overview .list-faq:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .content-faq-overview .list-faq {
        float: left;
        display: block;
        margin-right: 2.752293578%;
        width: 100%;
        margin-bottom: 2em; }
        .content-faq-overview .list-faq:last-child {
          margin-right: 0; } }
    .content-faq-overview .list-faq li {
      margin: 0;
      background: #ccc;
      border-bottom: 1px solid #b0acaa; }
      .content-faq-overview .list-faq li .nr {
        font-family: 'Humanist777BT-LightCondensedB', sans-serif;
        float: left;
        display: block;
        margin-right: 1.8181818182%;
        width: 6.6666666667%;
        font-size: 1.28em;
        padding-top: 15px; }
        .content-faq-overview .list-faq li .nr:last-child {
          margin-right: 0; }
      .content-faq-overview .list-faq li .text {
        float: left;
        display: block;
        margin-right: 1.8181818182%;
        width: 91.5151515152%;
        background-position: 0 -834px;
        padding: 15px 10px 15px 20px; }
        .content-faq-overview .list-faq li .text:last-child {
          margin-right: 0; }
        .content-faq-overview .list-faq li .text .answer {
          display: none; }
          .content-faq-overview .list-faq li .text .answer a {
            display: block; }
      .content-faq-overview .list-faq li:hover {
        background: #b0acaa; }
        .content-faq-overview .list-faq li:hover .text {
          background-image: url("assets/images/sprite.png");
          background-color: #eee;
          background-position: left -239px; }

.faq-selector {
  margin-bottom: 2em; }
  .faq-selector::after {
    clear: both;
    content: "";
    display: table; }
  .faq-selector h2 {
    margin: 0;
    padding: 0.2em 10px;
    background: #b0acaa;
    color: #fff;
    font-size: 1.28em; }
  .faq-selector .surfaces {
    padding: 10px;
    background: #ddd; }
    .faq-selector .surfaces li {
      display: inline;
      height: 24px;
      margin-right: 10px; }
      .faq-selector .surfaces li a {
        margin-bottom: 10px;
        padding: 0 35px 0 10px;
        display: inline-block;
        text-decoration: none;
        color: #000;
        background: #fff url("assets/images/sprite.png") no-repeat right -300px; }
        .faq-selector .surfaces li a.active {
          background-color: #b0acaa;
          background-position: right -324px; }
        .faq-selector .surfaces li a:hover {
          color: #4d4d4d; }

.sidenav {
  float: left;
  display: block;
  margin-right: 1.8181818182%;
  width: 23.6363636364%; }
  .sidenav:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .sidenav {
      float: left;
      display: block;
      margin-right: 2.752293578%;
      width: 100%;
      margin-bottom: 1em; }
      .sidenav:last-child {
        margin-right: 0; }
      .sidenav .inner {
        display: none; } }
  .sidenav h3 {
    background: #b0acaa;
    padding: 15px 15px 10px 15px;
    color: #fff;
    font-size: 1.28em;
    font-family: 'Humanist777BT-LightCondensedB', sans-serif; }
    @media screen and (max-width: 768px) {
      .sidenav h3 {
        -webkit-transition: color 0.15s ease-in-out;
        -moz-transition: color 0.15s ease-in-out;
        -ms-transition: color 0.15s ease-in-out;
        -o-transition: color 0.15s ease-in-out;
        transition: color 0.15s ease-in-out; }
        .sidenav h3:hover {
          cursor: pointer;
          color: #e6e6e6; } }
  .sidenav ul {
    padding: 0 10px 3em 10px;
    background: #ddd; }
    .sidenav ul li {
      padding: 15px 5px;
      border-bottom: 1px solid #fff; }
      .sidenav ul li a {
        color: #004c66; }
        .sidenav ul li a:hover {
          color: #000; }

.content-faq-single {
  float: left;
  display: block;
  margin-right: 1.8181818182%;
  width: 49.0909090909%; }
  .content-faq-single:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .content-faq-single {
      float: left;
      display: block;
      margin-right: 2.752293578%;
      width: 100%;
      margin-bottom: 3em; }
      .content-faq-single:last-child {
        margin-right: 0; } }
  .content-faq-single article {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 100%;
    margin-bottom: 3em; }
    .content-faq-single article:last-child {
      margin-right: 0; }
    .content-faq-single article h1 {
      font-size: 1.71em;
      padding-bottom: 0.5em;
      border-bottom: 1px solid #ddd; }
  .content-faq-single .related-products {
    clear: both; }
    .content-faq-single .related-products::after {
      clear: both;
      content: "";
      display: table; }
    .content-faq-single .related-products h2 {
      margin-bottom: 1em;
      color: #666;
      padding-bottom: 0.5em;
      border-bottom: 1px solid #ddd;
      font-family: 'Humanist777BT-LightCondensedB', sans-serif;
      font-size: 1.28em; }
    .content-faq-single .related-products ul li {
      float: left;
      display: block;
      margin-right: 1.8181818182%;
      width: 49.0909090909%; }
      .content-faq-single .related-products ul li:last-child {
        margin-right: 0; }
      .content-faq-single .related-products ul li:nth-child(2n) {
        margin-right: 0; }
      .content-faq-single .related-products ul li:nth-child(2n+1) {
        clear: left; }
      @media screen and (max-width: 480px) {
        .content-faq-single .related-products ul li {
          float: left;
          display: block;
          margin-right: 5.6603773585%;
          width: 100%;
          margin-bottom: 1em; }
          .content-faq-single .related-products ul li:last-child {
            margin-right: 0; } }
      .content-faq-single .related-products ul li h3 {
        font-family: 'Humanist777BT-RomanCondensedB', sans-serif;
        font-size: 1.28em;
        color: #d10b24; }
        .content-faq-single .related-products ul li h3 a {
          color: #d10b24;
          text-decoration: none; }
          .content-faq-single .related-products ul li h3 a:hover {
            text-decoration: underline; }
      .content-faq-single .related-products ul li .icons {
        clear: both;
        text-align: center;
        margin-bottom: 1em; }
        .content-faq-single .related-products ul li .icons::after {
          clear: both;
          content: "";
          display: table; }
        .content-faq-single .related-products ul li .icons li {
          clear: none;
          float: none;
          width: auto;
          display: inline;
          margin-right: 5px; }
      .content-faq-single .related-products ul li .product-links {
        clear: both;
        text-align: center; }
        .content-faq-single .related-products ul li .product-links .button {
          display: inline-block;
          padding: 12px 32px 8px;
          text-align: center;
          color: #fff;
          font-size: 1.28em;
          font-family: 'Humanist777BT-LightCondensedB', sans-serif;
          background-color: #333;
          text-decoration: none;
          border: 0px #000 solid;
          border-bottom: 3px #000 solid;
          cursor: pointer;
          -webkit-transition: background-color 0.15s ease-in-out;
          -moz-transition: background-color 0.15s ease-in-out;
          -ms-transition: background-color 0.15s ease-in-out;
          -o-transition: background-color 0.15s ease-in-out;
          transition: background-color 0.15s ease-in-out;
          display: block; }
          .content-faq-single .related-products ul li .product-links .button:hover {
            background-color: #474747; }
        .content-faq-single .related-products ul li .product-links span {
          display: block; }

.content-service-single .post {
  margin-bottom: 2em; }
  .content-service-single .post::after {
    clear: both;
    content: "";
    display: table; }
  .content-service-single .post .top {
    margin-bottom: 2em; }
    .content-service-single .post .top::after {
      clear: both;
      content: "";
      display: table; }
.content-service-single h2 {
  margin-bottom: 1em;
  font-size: 24px; }
.content-service-single .related-products.content-overview {
  display: block;
  float: none;
  width: auto;
  margin: 0 0 1em 0; }
.content-service-single .related-products .entry {
  float: none;
  width: auto;
  display: block;
  margin: 0 0 1em 0; }

.content-service-overview {
  margin-bottom: 2em; }
  .content-service-overview::after {
    clear: both;
    content: "";
    display: table; }
  .content-service-overview .box {
    float: left;
    display: block;
    margin-right: 1.8181818182%;
    width: 49.0909090909%;
    margin-bottom: 3em;
    font-size: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc; }
    .content-service-overview .box:last-child {
      margin-right: 0; }
    .content-service-overview .box:nth-child(2n) {
      margin-right: 0; }
    .content-service-overview .box:nth-child(2n+1) {
      clear: left; }
    @media screen and (max-width: 768px) {
      .content-service-overview .box {
        float: left;
        display: block;
        margin-right: 2.752293578%;
        width: 48.623853211%; }
        .content-service-overview .box:last-child {
          margin-right: 0; }
        .content-service-overview .box:nth-child(3n) {
          margin-right: 1.8181818182%; }
        .content-service-overview .box:nth-child(3n+1) {
          clear: none; }
        .content-service-overview .box:nth-child(2n) {
          margin-right: 0; }
        .content-service-overview .box:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 480px) {
      .content-service-overview .box {
        float: left;
        display: block;
        margin-right: 5.6603773585%;
        width: 100%; }
        .content-service-overview .box:last-child {
          margin-right: 0; }
        .content-service-overview .box:nth-child(2n) {
          margin-right: 1.8181818182%; }
        .content-service-overview .box:nth-child(2n+1) {
          clear: none; } }
    .content-service-overview .box h2 {
      font-size: 1.28em; }
      .content-service-overview .box h2 a {
        text-decoration: none;
        color: #fff; }
        .content-service-overview .box h2 a:hover {
          color: #eee; }
    .content-service-overview .box figure {
      margin-bottom: 5px; }
      .content-service-overview .box figure img {
        width: 100%;
        max-width: 100%;
        height: 120auto;
        max-height: 120px; }
    .content-service-overview .box .inner p {
      margin-bottom: 1em; }
    .content-service-overview .box p.more {
      padding-left: 20px; }
      .content-service-overview .box p.more a {
        padding-left: 17px;
        background: url(assets/images/bullet-arrow.png) no-repeat left center; }

.content-promotion-single .main-image {
  margin-bottom: 2em; }
  .content-promotion-single .main-image::after {
    clear: both;
    content: "";
    display: table; }
  .content-promotion-single .main-image img {
    width: 100%; }
  .content-promotion-single .main-image .text {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 1.71em;
    color: #fff;
    font-family: 'Humanist777BT-RomanCondensedB', sans-serif; }

.comments-area {
  margin: rhythm(1) 0; }
  .comments-area::after {
    clear: both;
    content: "";
    display: table; }
  .comments-area .heading {
    font-family: 'Humanist777BT-LightCondensedB', sans-serif;
    color: #d10b24;
    font-size: 1.18em;
    margin-bottom: .5rem; }
  .comments-area ol {
    margin-bottom: rhythm(1);
    border-top: 1px solid #b0acaa; }
  .comments-area .comment-list {
    border-top: 0; }
    .comments-area .comment-list .children {
      margin-left: 30px;
      padding-top: .5rem; }
    .comments-area .comment-list li {
      margin-bottom: 1em;
      padding: rhythm(1);
      border-bottom: 1px solid #b0acaa; }
      @media screen and (max-width: 768px) {
        .comments-area .comment-list li {
          padding-left: 0;
          padding-right: 0; } }
      .comments-area .comment-list li.parent {
        padding-bottom: 0;
        border-bottom: 0; }
      .comments-area .comment-list li li {
        padding-left: rhythm(2); }
        @media screen and (max-width: 768px) {
          .comments-area .comment-list li li {
            padding-left: rhythm(1); } }
        @media screen and (max-width: 480px) {
          .comments-area .comment-list li li {
            padding-left: 0; } }
      .comments-area .comment-list li .avatar {
        float: left;
        margin-right: 10px; }
        @media screen and (max-width: 480px) {
          .comments-area .comment-list li .avatar {
            display: none; } }
      .comments-area .comment-list li .comment-author {
        font-weight: bold; }
      .comments-area .comment-list li .reply {
        text-align: right;
        text-transform: lowercase; }
    .comments-area .comment-list > li:first-child {
      border-top: 0; }

#respond {
  clear: both;
  margin: 2rem 0 1rem 0; }
  #respond .comment-reply-title {
    font-family: 'Humanist777BT-LightCondensedB', sans-serif;
    color: #d10b24;
    font-size: 1.18em;
    margin-bottom: .5rem; }
  #respond .comment-notes {
    font-style: italic; }
  #respond p {
    clear: both;
    margin-bottom: 1rem;
    overflow: hidden; }
    #respond p label {
      display: block;
      font-weight: bold;
      margin: 0; }
    #respond p input,
    #respond p textarea {
      float: left;
      display: block;
      margin-right: 1.8181818182%;
      width: 66.0606060606%;
      margin-right: 0;
      padding: 7px;
      color: #666;
      border: 1px solid #b0acaa; }
      #respond p input:last-child,
      #respond p textarea:last-child {
        margin-right: 0; }
  #respond .submit {
    display: inline-block;
    padding: 12px 32px 8px;
    text-align: center;
    color: #fff;
    font-size: 1.28em;
    font-family: 'Humanist777BT-LightCondensedB', sans-serif;
    background-color: #333;
    text-decoration: none;
    border: 0px #000 solid;
    border-bottom: 3px #000 solid;
    cursor: pointer;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -ms-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out; }
    #respond .submit:hover {
      background-color: #474747; }

#location_widget_search_form fieldset {
  position: relative; }
  #location_widget_search_form fieldset input {
    padding: 8px 10px;
    display: block;
    width: 100%;
    background: #fff;
    border: 0; }
  #location_widget_search_form fieldset button {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 16px;
    height: 16px;
    border: none;
    background: transparent url("assets/images/icon-search.png") no-repeat center;
    overflow: hidden;
    text-indent: -9999em;
    white-space: nowrap;
    cursor: pointer; }
@media screen and (max-width: 768px) {
  #location_widget_search_form {
    float: left;
    display: block;
    margin-right: 2.752293578%;
    width: 100%;
    margin-bottom: 1em; }
    #location_widget_search_form:last-child {
      margin-right: 0; } }

#location_search_form input {
  padding: 8px 10px;
  display: block;
  width: 100%;
  background: #fff;
  border: 0; }
#location_search_form #location_search_submit_field {
  display: inline-block;
  padding: 6px 24px 1px;
  text-align: center;
  color: #fff;
  font-size: 1.21em;
  font-family: 'Humanist777BT-LightCondensedB', sans-serif;
  background-color: #333;
  text-decoration: none;
  border: 0px #000 solid;
  border-bottom: 3px #000 solid;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out; }
  #location_search_form #location_search_submit_field:hover {
    background-color: #474747; }

.radish-cookie-bar{background-color:rgba(0,0,0,.59)!important;height:100vh;width:100vw;font-family:Open sans,sans-serif}.radish-cookie-bar .wrap{background:#fff;color:#555;margin:50px auto 0;width:auto;max-width:400px;display:block;max-height:calc(100vh - 325px);overflow-y:auto;padding:24px 36px!important;box-sizing:border-box}.radish-cookie-bar .rcc-before-title-logo{text-align:center;margin-bottom:1.6rem}.radish-cookie-bar .cookie-bar-header{text-align:center;margin-bottom:24px}.radish-cookie-bar .cookie-bar-header .cookie-bar-title{padding:0;font-size:20px;color:#005192}.radish-cookie-bar .cookie-bar-content p{font-size:18px}.radish-cookie-bar .cookie-bar-buttons{-ms-flex-wrap:wrap;flex-wrap:wrap}.radish-cookie-bar .cookie-bar-buttons li{margin:0!important;-ms-flex:0 1 100%;flex:0 1 100%}.radish-cookie-bar .button{display:block;text-align:center;padding:14px 20px!important;font-size:16px;font-weight:600;text-decoration:none}.radish-cookie-bar .button:hover{opacity:1!important}.radish-cookie-bar .button-primary{background-color:#005192!important;color:#fff;border:none!important;margin-bottom:10px!important}.radish-cookie-bar .button-primary:hover{background-color:#004379!important}.radish-cookie-bar .button-secondary{border:1px solid #005192!important;background-color:transparent!important;color:#005192}.radish-cookie-bar .button-secondary:hover{background-color:#005192!important;color:#fff}.radish-cookie-bar .cookie-bar-options li{position:relative;display:block;padding-left:46px;cursor:pointer}.radish-cookie-bar .cookie-bar-options li label{margin-left:0!important;margin-bottom:4px;color:#002642;font-size:18px;line-height:25px;font-weight:500}.radish-cookie-bar .cookie-bar-options li label:before{display:block;color:#000;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-clip:padding-box;border:1px solid #000;border-radius:0;height:30px;width:30px}.radish-cookie-bar .cookie-bar-options li .cookie-description p{color:#000;font-size:14px;display:block}.radish-cookie-bar .rcc-allow-cookie-type{opacity:0;position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;z-index:2}.radish-cookie-bar .rcc-allow-cookie-type~label:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 32 32'%3E%3Cpath class='cls-1' d='M21.64 10l-8.1 10-3.11-3.82A.9.9 0 0 0 9 17.29L12.84 22a.9.9 0 0 0 1.4 0L23 11.17A.9.9 0 1 0 21.64 10z'/%3E%3C/svg%3E");position:absolute;left:0;top:0}.radish-cookie-bar .rcc-allow-cookie-type:disabled~label:before{background-color:#ccc;border:1px solid #ccc}.radish-cookie-bar .rcc-allow-cookie-type:checked:not(:disabled):not([readonly])~label:before{background-size:28px;background-color:#005192;border-color:#005192}.radish-cookie-bar .cookie-bar-settings .cookie-bar-buttons li:first-of-type{-ms-flex-order:1;order:1}.radish-cookie-bar .cookie-bar-settings .cookie-bar-buttons li:last-of-type{-ms-flex-order:0;order:0}.radish-cookie-settings-toggle{display:none}

.cookie-types-table tr td:first-of-type {
  white-space: nowrap;
}
.cookie-types-table td {
  padding: 10px;
}

figure.with-border img {
  border: 1px solid #000;
}