@charset "UTF-8";
/*

	======================== WARNING =================================

	This file has been generated by compiling SCSS - any changes made directly to .css files may be lost
	Please consult the V1 documentation for assistance or contact info@turboweb.co.nz.

	======================== WARNING =================================

*/
html, body, div, span, dl, dt, dd, ul, ol, li, h1, .site-tagline, h2, h3, h4, h5, h6, p, blockquote, big, small, table, tbody, thead, tfoot, tr, th, td, form, fieldset, input, textarea, text, img, a {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html, body {
  height: 100%; }

#website-container {
  z-index: 0; }

.popup {
  background-color: #fff;
  color: #2F2F2F; }

.information p, .error p, .success p {
  color: black;
  margin: 0; }

.information ul, .error ul, .success ul {
  margin: 0; }

.information, .error {
  line-height: 1.2em !important;
  color: black;
  margin: 10px 0;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  padding: 10px 10px 10px 34px;
  position: relative; }

.success {
  line-height: 1.2em !important;
  color: black;
  margin: 10px 0;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  padding: 10px 10px 10px 34px;
  position: relative;
  border: 1px #8a8 solid;
  background: #efe url(/images/icons/success.png) no-repeat 10px center; }

.error a {
  color: red !important;
  font-weight: normal !important;
  text-decoration: underline !important; }

.success a {
  color: green !important;
  font-weight: normal !important;
  text-decoration: underline !important; }

.information {
  border-color: #BDB337;
  background: #fff8d7 url(/images/icons/information.png) no-repeat 10px center; }
  .information a {
    color: orange !important;
    font-weight: normal !important;
    text-decoration: underline !important; }

.error {
  border: 1px #f88 solid;
  background: #fee url(/images/icons/error.png) no-repeat 10px center; }

.page-content .error p, .page-content .information p, .page-content .success p {
  padding-bottom: 0; }

.imageControls {
  display: none;
  border: 1px red solid;
  background-color: #ff0; }

.ajax-message {
  border: 5px gray solid;
  background-color: #ff8;
  padding: 10px;
  margin: 10px;
  position: fixed;
  border-radius: 2px;
  font-size: 14pt;
  font-weight: bold;
  top: 150px; }

.subscriber-update-message {
  background: #ffffaa;
  color: #404040;
  border: 2px #404040 solid;
  font-size: 110%;
  padding: 10px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px; }

.team-member {
  clear: both; }

.article-category {
  overflow: auto; }

.attachment {
  min-height: 20px; }

.f-field.validation-failed, .teaser.subscribe .validation-failed.inputbox, .validation-failed#captcha-code {
  border: 2px red solid !important; }

.turboweb-sig {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

/* Lead Box Styles */
.teaser.leadbox {
  padding: 10px; }
  .teaser.leadbox h3 {
    padding: 0;
    margin: 0; }
  .teaser.leadbox a.colorbox {
    display: inline-block;
    margin-top: 30px; }
  .teaser.leadbox img {
    width: 100%; }
  .teaser.leadbox a.colorbox:after {
    content: '  \00bb'; }
  .teaser.leadbox .leadbox-content {
    position: relative;
    background-repeat: no-repeat;
    background-position: right center; }

.popup .leadbox {
  padding: 10px;
  background-color: #fff; }
  .popup .leadbox .table {
    padding: 10px;
    border-radius: 2px;
    background-color: #F5F5F6;
    background-repeat: no-repeat;
    background-position: right bottom; }
    .popup .leadbox .table th {
      text-align: left;
      width: 150px; }
    .popup .leadbox .table input {
      border: 1px #ccc solid;
      background-color: #fff;
      margin-right: 10px;
      padding: 6px;
      margin: 2px 0;
      border-radius: 0 2px 2px 0; }

.btn-primary {
  border: none;
  min-width: 120px;
  padding: 5px;
  background: #92c848;
  color: #fff;
  border-radius: 0;
  margin-bottom: 5px;
  text-align: center;
  cursor: pointer; }

/* Default styles for nivo direction controls */
/* Note: Styles are prefixed with .slider-wrapper to be more specific than the defaults defined in nivo-slider.css */
.slider-wrapper .nivo-directionNav {
  display: none; }
.slider-wrapper:hover .nivo-directionNav {
  display: block; }
.slider-wrapper .nivo-directionNav a {
  top: 50%;
  margin-top: -23px; }
.slider-wrapper .nivo-prevNav, .slider-wrapper .nivo-nextNav {
  width: 33px;
  height: 47px;
  text-indent: -99999px;
  display: block; }
.slider-wrapper .nivo-prevNav {
  background: url(images/bgno_slidernav_prev.png) no-repeat 0 0; }
.slider-wrapper .nivo-nextNav {
  background: url(images/bgno_slidernav_next.png) no-repeat 0 0; }
.slider-wrapper.item-count-1 .nivo-directionNav {
  display: none !important; }

/* Nivo uses div's for .nivo-caption but we've overriden it to use h2. */
h2.nivo-caption {
  margin: 0; }

/* Fix for images wrong size if wider than their container - ref: http://stackoverflow.com/questions/14872634/nivo-slider-first-image-is-scaled-unproportional-when-displayed-the-first-time */
.nivo-main-image {
  height: auto; }

/* Fix for IE8 not showing links as clickable */
.is-ie8 .nivoSlider a.nivo-imageLink, .is-ie9 .nivoSlider a.nivo-imageLink, .is-ie10 .nivoSlider a.nivo-imageLink {
  border: 0;
  display: block;
  background-color: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0; }

/* Common store styles */
.product-bottom-right {
  text-align: right; }

.item-remove a,
a.product-option-add-to-cart {
  border: none;
  min-width: 120px;
  padding: 5px;
  background: #92c848;
  color: #fff;
  border-radius: 0;
  margin-bottom: 5px;
  text-align: center;
  cursor: pointer; }

td.product-bottom-left, td.product-header-right {
  width: 150px; }

.store.terms {
  padding: 10px;
  margin: 10px 0;
  border: 1px #C4C1BC solid;
  max-height: 100px;
  overflow: auto; }

/*
 * Captcha: make good defaults for Captcha forms.
 */
#captcha-code {
  text-transform: uppercase;
  font-size: 1.5em;
  width: 150px;
  box-sizing: border-box;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.cart .coupon .f-field.f-text, .cart .coupon .teaser.subscribe .f-text.inputbox, .teaser.subscribe .cart .coupon .f-text.inputbox, .cart .coupon .f-text#captcha-code {
  width: 80px;
  text-transform: uppercase; }

.developer .swm-view .template-path-hint {
  top: 0;
  left: 0;
  position: relative;
  display: none; }
.developer .swm-view:hover {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: yellow;
  border: 1px red dotted; }
  .developer .swm-view:hover .template-path-hint {
    display: block; }

/* /pages/2/Contact */
.contact-form td.column50 {
  width: 50%;
  vertical-align: top; }
.contact-form .row {
  clear: both; }
.contact-form div.column50 {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box; }
.contact-form #map {
  margin-top: 10px;
  width: 100%;
  height: 300px;
  border: 1px #999 solid;
  overflow: auto; }
.contact-form #nomap {
  margin-top: 10px;
  width: 100%;
  height: 300px;
  border: 1px #999 solid;
  overflow: auto;
  display: none;
  text-align: center; }
  .contact-form #nomap span {
    display: block;
    padding-top: 120px; }
.contact-form#formtable label {
  display: block;
  font-weight: bold; }
.contact-form .column50 ul {
  margin-top: 0px; }
.contact-form .f-field.f-text, .contact-form .teaser.subscribe .f-text.inputbox, .teaser.subscribe .contact-form .f-text.inputbox, .contact-form .f-text#captcha-code, .contact-form .f-field.f-textarea, .contact-form .teaser.subscribe .f-textarea.inputbox, .teaser.subscribe .contact-form .f-textarea.inputbox, .contact-form .f-textarea#captcha-code, .contact-form .f-field.f-email, .contact-form .teaser.subscribe .f-email.inputbox, .teaser.subscribe .contact-form .f-email.inputbox, .contact-form .f-email#captcha-code, .contact-form .f-field.f-company, .contact-form .teaser.subscribe .f-company.inputbox, .teaser.subscribe .contact-form .f-company.inputbox, .contact-form .f-company#captcha-code {
  width: 90%; }

/* /subscribe */
/* First Name and Last Name Sub Table */
.subscribe #formtable table.firstlast {
  width: 300px; }
  .subscribe #formtable table.firstlast td {
    padding: 0px;
    width: 120px; }
.subscribe .f-email, .subscribe .f-company {
  width: 260px; }

.simple-products .item {
  clear: both;
  float: left;
  width: 100%; }

/* Featured Categories */
/*
.item-list.category.featured.default {
	float: right;
	position: relative;
	left: -50%;
}
.item-list.category.featured.default .items-container {
	position: relative;
	left: 50%;
}
*/
.item-list.category.featured.default .item {
  float: left;
  width: 160px;
  height: 300px;
  text-align: center; }
.item-list.category .item {
  clear: none; }
.item-list.product .item {
  clear: none; }
.item-list .item {
  clear: both; }

/* Hide mobile-only burger button by default */
.burger {
  display: none; }

@media only screen and (min-width: 1081px) {
  #viewport-detector-small {
    display: none; }

  #viewport-detector-medium {
    display: none; }

  #viewport-detector-large {
    display: block; }

  #nav li:last-child {
    border-right: none; }

  img.product-border-float-right, img.category-border-float-right {
    margin-left: 10px; }

  .product-bottom-right > span {
    float: right;
    clear: both; }

  .product-bottom-right .product-option-add-to-cart {
    margin-top: 10px;
    margin-right: initial;
    text-align: center; } }
@media only screen and (min-width: 769px) and (max-width: 1080px) {
  #viewport-detector-small {
    display: none; }

  #viewport-detector-medium {
    display: block; }

  #viewport-detector-large {
    display: none; } }
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #viewport-detector-small {
    display: block; }

  #viewport-detector-medium {
    display: none; }

  #viewport-detector-large {
    display: none; }

  body {
    min-width: 275px; }

  body, #website-container {
    background: initial; }

  .page-content, .more-content, .top-content, #hdr, .page-content.has-column-left, .page-content.has-column-right,
  .page-content.has-column-left.has-column-right, #nav-container, #outer, #ftr, .turboweb-sig, #no-teaser, #left-cont {
    width: initial;
    padding: initial; }

  #cont, #cont.page9 .page-content, #leftcol, #left-cont, #rightcol {
    width: 100%;
    padding-top: initial;
    padding-left: initial;
    padding-right: initial; }

  #cont {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px; }

  .page-content .thickbox img,
  #website-container .twimage-multiimage-verticalcascade-container.page_content,
  #website-container .twimage-multiimage-fade5-container.page_content {
    width: 33%;
    margin: 0 0 10px 10px; }

  #website-container .twimage-multiimage-verticalcascade-container.page_content ul > li,
  #website-container .twimage-multiimage-fade5-container.page_content ul > li {
    width: 100%; }

  .twimage-multiimage-verticalcascade-container img,
  .twimage-multiimage-fade5-container img {
    width: 100%; }

  .column.left, .column.right {
    float: initial;
    width: initial;
    padding: initial; }

  iframe {
    width: 100%; }

  .contact {
    margin-bottom: 40px;
    width: initial;
    float: initial;
    display: table;
    position: initial; }
    .contact li {
      float: left;
      clear: left; }

  #hdr {
    display: table;
    width: 100%;
    margin-bottom: 40px;
    box-sizing: border-box;
    height: initial;
    padding: 10px; }

  .logoimg {
    width: 75%;
    padding: initial;
    margin: initial; }

  .burger {
    display: initial;
    float: right;
    font-size: 1.85em;
    cursor: pointer;
    background-color: none;
    color: #fff;
    padding: 10px;
    margin: 10px;
    border-radius: 10%; }

  #nav-container {
    margin-bottom: 40px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 40px;
    height: initial;
    display: none; }
    #nav-container #nav {
      display: block;
      width: 100%; }
      #nav-container #nav ul {
        width: 100%;
        position: initial; }
      #nav-container #nav ul {
        display: none; }
      #nav-container #nav li ul li a {
        width: auto; }
      #nav-container #nav.nav-nested li:hover ul, #nav-container #nav #nav li.sfhover ul {
        display: initial; }
      #nav-container #nav li {
        float: initial;
        text-align: center;
        border: initial;
        width: 100%; }
        #nav-container #nav li a {
          display: inline-block;
          box-sizing: border-box;
          padding: 10px;
          text-shadow: initial;
          border: initial; }
        #nav-container #nav li.off a {
          color: #fff; }
        #nav-container #nav li.off a:hover, #nav-container #nav li ul li a {
          background-color: #aeaeae;
          color: #92c848; }
        #nav-container #nav li.on span.no-href, #nav-container #nav li.on a {
          background-color: #ddd;
          color: #92c848; }

  .slogan, .top-content .slogan {
    position: initial; }

  .slogan2, .top-content .slogan2 {
    width: initial;
    margin-bottom: 40px; }

  #ftr {
    display: table;
    width: 100%; }
    #ftr .item.social-link {
      float: initial;
      width: initial;
      margin: initial; }

  #ftr-nav, #ftr .row-wrapper {
    width: initial; }

  #ftr-nav, #ftr, .turboweb-sig-container {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px; }

  .more-content-wrapper {
    background: none; }

  .more-content .column {
    margin-bottom: 40px;
    clear: left; }

  .ftr-cboxes {
    clear: left; }

  .turboweb-sig {
    padding-top: 16px;
    text-align: left; }

  .more-content li .content, .more-content li .date {
    font-size: inherit; }

  .more-content li p {
    padding: 0; }

  .more-content .column.small-3 {
    width: 100%; }

  .homepage-content .left-content, .homepage-content .right-content {
    width: 100%;
    margin-bottom: 40px;
    padding: 0; }

  .more-content-wrapper {
    margin-top: 0; }

  .top-content-wrapper {
    margin-bottom: 40px; }

  input[type=button], input[type=submit] {
    -webkit-appearance: none; }

  .teaser.box.subscribe table {
    width: 100%; }
    .teaser.box.subscribe table input {
      width: 100%;
      padding-left: initial;
      padding-right: initial; }

  #formtable.contact-form {
    border: none;
    margin-top: 40px;
    padding-bottom: 40px; }
    #formtable.contact-form form {
      margin-bottom: 40px; }
    #formtable.contact-form td {
      padding: 0; }
    #formtable.contact-form td.column50, #formtable.contact-form div.column50 {
      width: 100%;
      margin-bottom: 20px;
      float: left; }
    #formtable.contact-form fieldset, #formtable.contact-form .f-form-v2 .f-fieldcontainer {
      padding-left: initial;
      padding-right: initial; }
  #formtable input#formbutton, #formtable input[type="checkbox"] {
    border: 1px solid #fff !important; }
  #formtable fieldset {
    padding: 10px; }
  #formtable .column-form {
    margin-bottom: 40px; }
  #formtable #map {
    margin-top: 20px;
    box-sizing: border-box; }

  #gallery-list table td.item-description, #gallery-list table td.album-item-description {
    width: 100%;
    float: left;
    padding: initial; }

  .body-store-category .product-summary {
    margin-bottom: 40px; }
    .body-store-category .product-summary .product-border-float-right {
      width: 33%;
      margin: 0 0 10px 10px; }
    .body-store-category .product-summary .product-header-left, .body-store-category .product-summary .product-header-right {
      width: 100%;
      float: left;
      text-align: left; }
    .body-store-category .product-summary .product-header-left h2 {
      width: 100%; }
    .body-store-category .product-summary .product-header-right {
      clear: left;
      text-align: left;
      padding-top: initial;
      padding-bottom: 10px; }
    .body-store-category .product-summary tbody > tr:last-of-type td {
      width: 100%;
      float: left;
      text-align: left; }
    .body-store-category .product-summary .product-bottom-right span {
      float: left;
      clear: left; }
    .body-store-category .product-summary .product-bottom-left {
      padding-bottom: 20px; }
    .body-store-category .product-summary .product-bottom-right .product-option-add-to-cart {
      margin: initial; }
    .body-store-category .product-summary .cat-list-price {
      margin-bottom: 10px; }

  .product-body .thickbox img {
    width: 50%;
    margin: 0 0 20px 20px; }

  #option-choice {
    margin-top: 40px; }
    #option-choice table td {
      width: 100%;
      float: left;
      text-align: left; }
    #option-choice table tr td:last-of-type {
      margin-bottom: 40px; }
    #option-choice a {
      margin-left: initial; }

  .product-border-float-right {
    float: initial; }

  table.store-search-results {
    margin-top: 40px; }
    table.store-search-results td {
      width: 100%;
      float: left;
      text-align: left; }
    table.store-search-results tr td:last-of-type {
      margin-bottom: 40px; }
    table.store-search-results th {
      display: none; }
    table.store-search-results img {
      margin-bottom: 10px; }

  .body-cart .teaser.box.cart, .body-cart-checkout .teaser.box.cart {
    display: none; }

  .body-cart .coupon {
    display: table;
    margin-bottom: 40px; }
    .body-cart .coupon label {
      margin-bottom: 10px; }
    .body-cart .coupon label, .body-cart .coupon input {
      float: left; }
    .body-cart .coupon input[type=text] {
      clear: left;
      margin-right: 10px; }
  .body-cart .checkout > table:last-of-type td {
    width: 100%;
    float: left;
    text-align: left; }
  .body-cart .checkout form table td {
    width: 100%;
    float: left;
    text-align: left; }
  .body-cart .checkout form table tr td:last-of-type {
    margin-bottom: 20px; }
  .body-cart .checkout form table tr:first-of-type {
    display: none; }
  .body-cart .checkout form table .store-cart-border {
    border: initial; }
  .body-cart .checkout form table td.item-title a {
    padding: initial; }
  .body-cart .checkout .button-update {
    float: left;
    margin-bottom: 20px; }

  .body-cart-checkout form table td {
    width: 100%;
    float: left;
    text-align: left; }
  .body-cart-checkout #formtable {
    padding: 10px; }
    .body-cart-checkout #formtable input[type=text], .body-cart-checkout #formtable input[type=email], .body-cart-checkout #formtable select, .body-cart-checkout #formtable textarea {
      width: 95%; }
    .body-cart-checkout #formtable td {
      width: 100% !important; }
    .body-cart-checkout #formtable td.left {
      padding-bottom: initial; }
    .body-cart-checkout #formtable #deliveryOption {
      margin-left: initial !important; }
    .body-cart-checkout #formtable .entryTable table td {
      float: initial !important;
      width: initial !important; }
    .body-cart-checkout #formtable tr:first-of-type th {
      display: none; }
    .body-cart-checkout #formtable td:last-child {
      padding-bottom: 20px; }
    .body-cart-checkout #formtable h2:not(:first-of-type) {
      margin-top: 40px; }
    .body-cart-checkout #formtable .currency-unitprice:after {
      content: ' per item'; }
    .body-cart-checkout #formtable .currency-subtotal:after {
      content: ' in total'; }
  .body-cart-checkout #cart-continue-proceed table td {
    width: 100%;
    float: left;
    text-align: left; } }
/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); }
  .th img {
    max-width: 100%; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(255, 255, 255, 0.5); }
  .th.radius {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px; }

/* Block Grids */
/* Mixin */
@media (min-width: 0px) {
  .item-list {
    display: block; }
    .item-list.small-block-grid-1 .item {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .item-list.small-block-grid-1 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.small-block-grid-1 .item:nth-of-type(1n+1) {
        clear: both; }
      .item-list.small-block-grid-1 .item a.th {
        width: 100%; }
      .item-list.small-block-grid-1 .item a.th img {
        width: 100%; }
    .item-list.small-block-grid-2 .item {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .item-list.small-block-grid-2 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.small-block-grid-2 .item:nth-of-type(2n+1) {
        clear: both; }
      .item-list.small-block-grid-2 .item a.th {
        width: 100%; }
      .item-list.small-block-grid-2 .item a.th img {
        width: 100%; }
    .item-list.small-block-grid-3 .item {
      float: left;
      box-sizing: border-box;
      width: 33.33333%; }
      .item-list.small-block-grid-3 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.small-block-grid-3 .item:nth-of-type(3n+1) {
        clear: both; }
      .item-list.small-block-grid-3 .item a.th {
        width: 100%; }
      .item-list.small-block-grid-3 .item a.th img {
        width: 100%; }
    .item-list.small-block-grid-4 .item {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .item-list.small-block-grid-4 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.small-block-grid-4 .item:nth-of-type(4n+1) {
        clear: both; }
      .item-list.small-block-grid-4 .item a.th {
        width: 100%; }
      .item-list.small-block-grid-4 .item a.th img {
        width: 100%; }
    .item-list.small-block-grid-5 .item {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .item-list.small-block-grid-5 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.small-block-grid-5 .item:nth-of-type(5n+1) {
        clear: both; }
      .item-list.small-block-grid-5 .item a.th {
        width: 100%; }
      .item-list.small-block-grid-5 .item a.th img {
        width: 100%; }
    .item-list.small-block-grid-6 .item {
      float: left;
      box-sizing: border-box;
      width: 16.66667%; }
      .item-list.small-block-grid-6 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.small-block-grid-6 .item:nth-of-type(6n+1) {
        clear: both; }
      .item-list.small-block-grid-6 .item a.th {
        width: 100%; }
      .item-list.small-block-grid-6 .item a.th img {
        width: 100%; }
    .item-list.small-block-grid-7 .item {
      float: left;
      box-sizing: border-box;
      width: 14.28571%; }
      .item-list.small-block-grid-7 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.small-block-grid-7 .item:nth-of-type(7n+1) {
        clear: both; }
      .item-list.small-block-grid-7 .item a.th {
        width: 100%; }
      .item-list.small-block-grid-7 .item a.th img {
        width: 100%; }
    .item-list.small-block-grid-8 .item {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .item-list.small-block-grid-8 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.small-block-grid-8 .item:nth-of-type(8n+1) {
        clear: both; }
      .item-list.small-block-grid-8 .item a.th {
        width: 100%; }
      .item-list.small-block-grid-8 .item a.th img {
        width: 100%; }
    .item-list.small-block-grid-9 .item {
      float: left;
      box-sizing: border-box;
      width: 11.11111%; }
      .item-list.small-block-grid-9 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.small-block-grid-9 .item:nth-of-type(9n+1) {
        clear: both; }
      .item-list.small-block-grid-9 .item a.th {
        width: 100%; }
      .item-list.small-block-grid-9 .item a.th img {
        width: 100%; }
    .item-list.small-block-grid-10 .item {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .item-list.small-block-grid-10 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.small-block-grid-10 .item:nth-of-type(10n+1) {
        clear: both; }
      .item-list.small-block-grid-10 .item a.th {
        width: 100%; }
      .item-list.small-block-grid-10 .item a.th img {
        width: 100%; }
    .item-list.small-block-grid-11 .item {
      float: left;
      box-sizing: border-box;
      width: 9.09091%; }
      .item-list.small-block-grid-11 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.small-block-grid-11 .item:nth-of-type(11n+1) {
        clear: both; }
      .item-list.small-block-grid-11 .item a.th {
        width: 100%; }
      .item-list.small-block-grid-11 .item a.th img {
        width: 100%; } }
@media (min-width: 769px) {
  .item-list {
    display: block; }
    .item-list.medium-block-grid-1 .item {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .item-list.medium-block-grid-1 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.medium-block-grid-1 .item:nth-of-type(1n+1) {
        clear: both; }
      .item-list.medium-block-grid-1 .item a.th {
        width: 100%; }
      .item-list.medium-block-grid-1 .item a.th img {
        width: 100%; }
    .item-list.medium-block-grid-2 .item {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .item-list.medium-block-grid-2 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.medium-block-grid-2 .item:nth-of-type(2n+1) {
        clear: both; }
      .item-list.medium-block-grid-2 .item a.th {
        width: 100%; }
      .item-list.medium-block-grid-2 .item a.th img {
        width: 100%; }
    .item-list.medium-block-grid-3 .item {
      float: left;
      box-sizing: border-box;
      width: 33.33333%; }
      .item-list.medium-block-grid-3 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.medium-block-grid-3 .item:nth-of-type(3n+1) {
        clear: both; }
      .item-list.medium-block-grid-3 .item a.th {
        width: 100%; }
      .item-list.medium-block-grid-3 .item a.th img {
        width: 100%; }
    .item-list.medium-block-grid-4 .item {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .item-list.medium-block-grid-4 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.medium-block-grid-4 .item:nth-of-type(4n+1) {
        clear: both; }
      .item-list.medium-block-grid-4 .item a.th {
        width: 100%; }
      .item-list.medium-block-grid-4 .item a.th img {
        width: 100%; }
    .item-list.medium-block-grid-5 .item {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .item-list.medium-block-grid-5 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.medium-block-grid-5 .item:nth-of-type(5n+1) {
        clear: both; }
      .item-list.medium-block-grid-5 .item a.th {
        width: 100%; }
      .item-list.medium-block-grid-5 .item a.th img {
        width: 100%; }
    .item-list.medium-block-grid-6 .item {
      float: left;
      box-sizing: border-box;
      width: 16.66667%; }
      .item-list.medium-block-grid-6 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.medium-block-grid-6 .item:nth-of-type(6n+1) {
        clear: both; }
      .item-list.medium-block-grid-6 .item a.th {
        width: 100%; }
      .item-list.medium-block-grid-6 .item a.th img {
        width: 100%; }
    .item-list.medium-block-grid-7 .item {
      float: left;
      box-sizing: border-box;
      width: 14.28571%; }
      .item-list.medium-block-grid-7 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.medium-block-grid-7 .item:nth-of-type(7n+1) {
        clear: both; }
      .item-list.medium-block-grid-7 .item a.th {
        width: 100%; }
      .item-list.medium-block-grid-7 .item a.th img {
        width: 100%; }
    .item-list.medium-block-grid-8 .item {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .item-list.medium-block-grid-8 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.medium-block-grid-8 .item:nth-of-type(8n+1) {
        clear: both; }
      .item-list.medium-block-grid-8 .item a.th {
        width: 100%; }
      .item-list.medium-block-grid-8 .item a.th img {
        width: 100%; }
    .item-list.medium-block-grid-9 .item {
      float: left;
      box-sizing: border-box;
      width: 11.11111%; }
      .item-list.medium-block-grid-9 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.medium-block-grid-9 .item:nth-of-type(9n+1) {
        clear: both; }
      .item-list.medium-block-grid-9 .item a.th {
        width: 100%; }
      .item-list.medium-block-grid-9 .item a.th img {
        width: 100%; }
    .item-list.medium-block-grid-10 .item {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .item-list.medium-block-grid-10 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.medium-block-grid-10 .item:nth-of-type(10n+1) {
        clear: both; }
      .item-list.medium-block-grid-10 .item a.th {
        width: 100%; }
      .item-list.medium-block-grid-10 .item a.th img {
        width: 100%; }
    .item-list.medium-block-grid-11 .item {
      float: left;
      box-sizing: border-box;
      width: 9.09091%; }
      .item-list.medium-block-grid-11 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.medium-block-grid-11 .item:nth-of-type(11n+1) {
        clear: both; }
      .item-list.medium-block-grid-11 .item a.th {
        width: 100%; }
      .item-list.medium-block-grid-11 .item a.th img {
        width: 100%; } }
@media (min-width: 1081px) {
  .item-list {
    display: block; }
    .item-list.block-grid-1 .item {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .item-list.block-grid-1 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.block-grid-1 .item:nth-of-type(1n+1) {
        clear: both; }
      .item-list.block-grid-1 .item a.th {
        width: 100%; }
      .item-list.block-grid-1 .item a.th img {
        width: 100%; }
    .item-list.large-block-grid-1 .item {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .item-list.large-block-grid-1 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.large-block-grid-1 .item:nth-of-type(1n+1) {
        clear: both; }
      .item-list.large-block-grid-1 .item a.th {
        width: 100%; }
      .item-list.large-block-grid-1 .item a.th img {
        width: 100%; }
    .item-list.block-grid-2 .item {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .item-list.block-grid-2 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.block-grid-2 .item:nth-of-type(2n+1) {
        clear: both; }
      .item-list.block-grid-2 .item a.th {
        width: 100%; }
      .item-list.block-grid-2 .item a.th img {
        width: 100%; }
    .item-list.large-block-grid-2 .item {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .item-list.large-block-grid-2 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.large-block-grid-2 .item:nth-of-type(2n+1) {
        clear: both; }
      .item-list.large-block-grid-2 .item a.th {
        width: 100%; }
      .item-list.large-block-grid-2 .item a.th img {
        width: 100%; }
    .item-list.block-grid-3 .item {
      float: left;
      box-sizing: border-box;
      width: 33.33333%; }
      .item-list.block-grid-3 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.block-grid-3 .item:nth-of-type(3n+1) {
        clear: both; }
      .item-list.block-grid-3 .item a.th {
        width: 100%; }
      .item-list.block-grid-3 .item a.th img {
        width: 100%; }
    .item-list.large-block-grid-3 .item {
      float: left;
      box-sizing: border-box;
      width: 33.33333%; }
      .item-list.large-block-grid-3 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.large-block-grid-3 .item:nth-of-type(3n+1) {
        clear: both; }
      .item-list.large-block-grid-3 .item a.th {
        width: 100%; }
      .item-list.large-block-grid-3 .item a.th img {
        width: 100%; }
    .item-list.block-grid-4 .item {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .item-list.block-grid-4 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.block-grid-4 .item:nth-of-type(4n+1) {
        clear: both; }
      .item-list.block-grid-4 .item a.th {
        width: 100%; }
      .item-list.block-grid-4 .item a.th img {
        width: 100%; }
    .item-list.large-block-grid-4 .item {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .item-list.large-block-grid-4 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.large-block-grid-4 .item:nth-of-type(4n+1) {
        clear: both; }
      .item-list.large-block-grid-4 .item a.th {
        width: 100%; }
      .item-list.large-block-grid-4 .item a.th img {
        width: 100%; }
    .item-list.block-grid-5 .item {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .item-list.block-grid-5 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.block-grid-5 .item:nth-of-type(5n+1) {
        clear: both; }
      .item-list.block-grid-5 .item a.th {
        width: 100%; }
      .item-list.block-grid-5 .item a.th img {
        width: 100%; }
    .item-list.large-block-grid-5 .item {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .item-list.large-block-grid-5 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.large-block-grid-5 .item:nth-of-type(5n+1) {
        clear: both; }
      .item-list.large-block-grid-5 .item a.th {
        width: 100%; }
      .item-list.large-block-grid-5 .item a.th img {
        width: 100%; }
    .item-list.block-grid-6 .item {
      float: left;
      box-sizing: border-box;
      width: 16.66667%; }
      .item-list.block-grid-6 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.block-grid-6 .item:nth-of-type(6n+1) {
        clear: both; }
      .item-list.block-grid-6 .item a.th {
        width: 100%; }
      .item-list.block-grid-6 .item a.th img {
        width: 100%; }
    .item-list.large-block-grid-6 .item {
      float: left;
      box-sizing: border-box;
      width: 16.66667%; }
      .item-list.large-block-grid-6 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.large-block-grid-6 .item:nth-of-type(6n+1) {
        clear: both; }
      .item-list.large-block-grid-6 .item a.th {
        width: 100%; }
      .item-list.large-block-grid-6 .item a.th img {
        width: 100%; }
    .item-list.block-grid-7 .item {
      float: left;
      box-sizing: border-box;
      width: 14.28571%; }
      .item-list.block-grid-7 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.block-grid-7 .item:nth-of-type(7n+1) {
        clear: both; }
      .item-list.block-grid-7 .item a.th {
        width: 100%; }
      .item-list.block-grid-7 .item a.th img {
        width: 100%; }
    .item-list.large-block-grid-7 .item {
      float: left;
      box-sizing: border-box;
      width: 14.28571%; }
      .item-list.large-block-grid-7 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.large-block-grid-7 .item:nth-of-type(7n+1) {
        clear: both; }
      .item-list.large-block-grid-7 .item a.th {
        width: 100%; }
      .item-list.large-block-grid-7 .item a.th img {
        width: 100%; }
    .item-list.block-grid-8 .item {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .item-list.block-grid-8 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.block-grid-8 .item:nth-of-type(8n+1) {
        clear: both; }
      .item-list.block-grid-8 .item a.th {
        width: 100%; }
      .item-list.block-grid-8 .item a.th img {
        width: 100%; }
    .item-list.large-block-grid-8 .item {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .item-list.large-block-grid-8 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.large-block-grid-8 .item:nth-of-type(8n+1) {
        clear: both; }
      .item-list.large-block-grid-8 .item a.th {
        width: 100%; }
      .item-list.large-block-grid-8 .item a.th img {
        width: 100%; }
    .item-list.block-grid-9 .item {
      float: left;
      box-sizing: border-box;
      width: 11.11111%; }
      .item-list.block-grid-9 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.block-grid-9 .item:nth-of-type(9n+1) {
        clear: both; }
      .item-list.block-grid-9 .item a.th {
        width: 100%; }
      .item-list.block-grid-9 .item a.th img {
        width: 100%; }
    .item-list.large-block-grid-9 .item {
      float: left;
      box-sizing: border-box;
      width: 11.11111%; }
      .item-list.large-block-grid-9 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.large-block-grid-9 .item:nth-of-type(9n+1) {
        clear: both; }
      .item-list.large-block-grid-9 .item a.th {
        width: 100%; }
      .item-list.large-block-grid-9 .item a.th img {
        width: 100%; }
    .item-list.block-grid-10 .item {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .item-list.block-grid-10 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.block-grid-10 .item:nth-of-type(10n+1) {
        clear: both; }
      .item-list.block-grid-10 .item a.th {
        width: 100%; }
      .item-list.block-grid-10 .item a.th img {
        width: 100%; }
    .item-list.large-block-grid-10 .item {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .item-list.large-block-grid-10 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.large-block-grid-10 .item:nth-of-type(10n+1) {
        clear: both; }
      .item-list.large-block-grid-10 .item a.th {
        width: 100%; }
      .item-list.large-block-grid-10 .item a.th img {
        width: 100%; }
    .item-list.block-grid-11 .item {
      float: left;
      box-sizing: border-box;
      width: 9.09091%; }
      .item-list.block-grid-11 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.block-grid-11 .item:nth-of-type(11n+1) {
        clear: both; }
      .item-list.block-grid-11 .item a.th {
        width: 100%; }
      .item-list.block-grid-11 .item a.th img {
        width: 100%; }
    .item-list.large-block-grid-11 .item {
      float: left;
      box-sizing: border-box;
      width: 9.09091%; }
      .item-list.large-block-grid-11 .item:nth-of-type(1n) {
        clear: none; }
      .item-list.large-block-grid-11 .item:nth-of-type(11n+1) {
        clear: both; }
      .item-list.large-block-grid-11 .item a.th {
        width: 100%; }
      .item-list.large-block-grid-11 .item a.th img {
        width: 100%; } }
.row:before, .row:after {
  content: " ";
  display: table; }
.row:after {
  clear: both; }
.row.collapse div {
  padding-left: 0 !important;
  padding-right: 0 !important; }
@media (min-width: 0px) {
  .row .columns.small-1 {
    box-sizing: border-box;
    width: 8.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.small-2 {
    box-sizing: border-box;
    width: 16.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.small-3 {
    box-sizing: border-box;
    width: 25%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.small-4 {
    box-sizing: border-box;
    width: 33.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.small-5 {
    box-sizing: border-box;
    width: 41.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.small-6 {
    box-sizing: border-box;
    width: 50%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.small-7 {
    box-sizing: border-box;
    width: 58.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.small-8 {
    box-sizing: border-box;
    width: 66.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.small-9 {
    box-sizing: border-box;
    width: 75%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.small-10 {
    box-sizing: border-box;
    width: 83.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.small-11 {
    box-sizing: border-box;
    width: 91.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.small-12 {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; } }
@media (min-width: 769px) {
  .row .columns.medium-1 {
    box-sizing: border-box;
    width: 8.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.medium-2 {
    box-sizing: border-box;
    width: 16.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.medium-3 {
    box-sizing: border-box;
    width: 25%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.medium-4 {
    box-sizing: border-box;
    width: 33.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.medium-5 {
    box-sizing: border-box;
    width: 41.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.medium-6 {
    box-sizing: border-box;
    width: 50%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.medium-7 {
    box-sizing: border-box;
    width: 58.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.medium-8 {
    box-sizing: border-box;
    width: 66.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.medium-9 {
    box-sizing: border-box;
    width: 75%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.medium-10 {
    box-sizing: border-box;
    width: 83.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.medium-11 {
    box-sizing: border-box;
    width: 91.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.medium-12 {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; } }
@media (min-width: 1081px) {
  .row .columns.large-1 {
    box-sizing: border-box;
    width: 8.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.large-2 {
    box-sizing: border-box;
    width: 16.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.large-3 {
    box-sizing: border-box;
    width: 25%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.large-4 {
    box-sizing: border-box;
    width: 33.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.large-5 {
    box-sizing: border-box;
    width: 41.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.large-6 {
    box-sizing: border-box;
    width: 50%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.large-7 {
    box-sizing: border-box;
    width: 58.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.large-8 {
    box-sizing: border-box;
    width: 66.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.large-9 {
    box-sizing: border-box;
    width: 75%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.large-10 {
    box-sizing: border-box;
    width: 83.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.large-11 {
    box-sizing: border-box;
    width: 91.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .row .columns.large-12 {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; } }
.row .columns.end:before, .row .columns.end:after {
  content: " ";
  display: table; }
.row .columns.end:after {
  clear: both; }

/* Common styles for V2 forms (version 2 of forms in V1, not forms from V2 of SWM) */
.f-form-v2 fieldset {
  padding: 10px; }
.f-form-v2.no-legends fieldset {
  padding: 0; }
.f-form-v2 .f-section .f-fieldcontainer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  float: left; }
.f-form-v2 .f-fieldcontainer {
  padding: 0 5px;
  margin-bottom: 5px; }
  .f-form-v2 .f-fieldcontainer:last-child {
    margin-bottom: 10px; }
  .f-form-v2 .f-fieldcontainer .f-field, .f-form-v2 .f-fieldcontainer .teaser.subscribe .inputbox, .teaser.subscribe .f-form-v2 .f-fieldcontainer .inputbox, .f-form-v2 .f-fieldcontainer #captcha-code {
    margin-bottom: 0px; }
.f-form-v2 .f-action {
  padding: 0 10px; }
.f-form-v2 .f-fields:before, .f-form-v2 .f-fields:after {
  content: " ";
  display: table; }
.f-form-v2 .f-fields:after {
  clear: both; }
.f-form-v2 .f-fields.collapse div {
  padding-left: 0 !important;
  padding-right: 0 !important; }
@media (min-width: 0px) {
  .f-form-v2 .f-fields .f-fieldcontainer.small-1 {
    box-sizing: border-box;
    width: 8.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.small-2 {
    box-sizing: border-box;
    width: 16.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.small-3 {
    box-sizing: border-box;
    width: 25%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.small-4 {
    box-sizing: border-box;
    width: 33.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.small-5 {
    box-sizing: border-box;
    width: 41.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.small-6 {
    box-sizing: border-box;
    width: 50%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.small-7 {
    box-sizing: border-box;
    width: 58.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.small-8 {
    box-sizing: border-box;
    width: 66.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.small-9 {
    box-sizing: border-box;
    width: 75%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.small-10 {
    box-sizing: border-box;
    width: 83.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.small-11 {
    box-sizing: border-box;
    width: 91.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.small-12 {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; } }
@media (min-width: 769px) {
  .f-form-v2 .f-fields .f-fieldcontainer.medium-1 {
    box-sizing: border-box;
    width: 8.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.medium-2 {
    box-sizing: border-box;
    width: 16.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.medium-3 {
    box-sizing: border-box;
    width: 25%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.medium-4 {
    box-sizing: border-box;
    width: 33.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.medium-5 {
    box-sizing: border-box;
    width: 41.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.medium-6 {
    box-sizing: border-box;
    width: 50%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.medium-7 {
    box-sizing: border-box;
    width: 58.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.medium-8 {
    box-sizing: border-box;
    width: 66.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.medium-9 {
    box-sizing: border-box;
    width: 75%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.medium-10 {
    box-sizing: border-box;
    width: 83.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.medium-11 {
    box-sizing: border-box;
    width: 91.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.medium-12 {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; } }
@media (min-width: 1081px) {
  .f-form-v2 .f-fields .f-fieldcontainer.large-1 {
    box-sizing: border-box;
    width: 8.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.large-2 {
    box-sizing: border-box;
    width: 16.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.large-3 {
    box-sizing: border-box;
    width: 25%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.large-4 {
    box-sizing: border-box;
    width: 33.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.large-5 {
    box-sizing: border-box;
    width: 41.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.large-6 {
    box-sizing: border-box;
    width: 50%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.large-7 {
    box-sizing: border-box;
    width: 58.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.large-8 {
    box-sizing: border-box;
    width: 66.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.large-9 {
    box-sizing: border-box;
    width: 75%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.large-10 {
    box-sizing: border-box;
    width: 83.33333%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.large-11 {
    box-sizing: border-box;
    width: 91.66667%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; }
  .f-form-v2 .f-fields .f-fieldcontainer.large-12 {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left; } }
.f-form-v2 .f-fields .f-fieldcontainer.end:before, .f-form-v2 .f-fields .f-fieldcontainer.end:after {
  content: " ";
  display: table; }
.f-form-v2 .f-fields .f-fieldcontainer.end:after {
  clear: both; }

.f-field, .teaser.subscribe .inputbox, #captcha-code {
  padding: 5px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #fff;
  color: #000;
  border: none;
  box-shadow: inset 1px 1px 0.1em rgba(0, 0, 0, 0.25);
  width: 100%; }
  .f-field.f-checkbox, .teaser.subscribe .f-checkbox.inputbox, .f-checkbox#captcha-code {
    width: auto;
    float: left;
    margin: 6px; }
    .f-field.f-checkbox.f-list, .teaser.subscribe .f-checkbox.f-list.inputbox, .f-checkbox.f-list#captcha-code {
      width: 100%;
      background-color: transparent;
      color: #000;
      border: none;
      float: none; }

.f-form.view .f-field, .f-form.view .teaser.subscribe .inputbox, .teaser.subscribe .f-form.view .inputbox, .f-form.view #captcha-code {
  border: none;
  background-color: white; }

.select {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: none;
  overflow: hidden;
  background-image: url("images/field/select/arrow-down-00000080.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #fff;
  display: inline-block;
  position: relative;
  padding-left: 5px;
  margin-right: 2px;
  border: none; }
  .select select {
    margin-bottom: 0;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    padding: 5px 0;
    padding-right: 10px;
    width: 130%;
    box-shadow: none;
    background: transparent;
    background-image: none;
    border: none;
    -webkit-appearance: none; }

.select select:focus {
  outline: none; }

#captcha-code {
  width: 150px; }

.f-option input {
  width: auto; }
.f-option label {
  margin-left: 5px; }

fieldset.f-section {
  border: 1px #aaa solid;
  margin-bottom: 10px; }

.f-no-legends fieldset.f-section {
  margin: 0;
  padding: 0;
  border: none; }

.f-message.failed {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 1.2em;
  background-color: #f02;
  color: white;
  margin-top: 2px;
  font-size: 0.9em;
  padding: 4px; }

.f-textarea {
  height: 150px; }

label:after {
  content: ":"; }

.f-option label:after, .f-checkbox.f-list label:after {
  content: ''; }

.contact-form#formtable .f-form-v2 label {
  font-weight: normal; }

#formtable .f-form-v2 .f-select, #formtable .f-form-v2 .f-text, #formtable .f-form-v2 .f-textarea {
  width: 100%; }

.f-form-subscribe {
  width: 50%; }
  @media (min-width: 0px) {
    .f-form-subscribe {
      width: 100%; } }

span.show-for-small-only, a.show-for-small-only, small.show-for-small-only, strong.show-for-small-only {
  display: none; }
  @media (min-width: 0px) {
    span.show-for-small-only, a.show-for-small-only, small.show-for-small-only, strong.show-for-small-only {
      display: inline; } }

*.show-for-small-only {
  display: none; }
  @media (min-width: 0px) {
    *.show-for-small-only {
      display: block; } }

span.show-for-medium-only, a.show-for-medium-only, small.show-for-medium-only, strong.show-for-medium-only {
  display: none; }
  @media (min-width: 769px) {
    span.show-for-medium-only, a.show-for-medium-only, small.show-for-medium-only, strong.show-for-medium-only {
      display: inline; } }

*.show-for-medium-only {
  display: none; }
  @media (min-width: 769px) {
    *.show-for-medium-only {
      display: block; } }

span.show-for-large-only, a.show-for-large-only, small.show-for-large-only, strong.show-for-large-only {
  display: none; }
  @media (min-width: 1081px) {
    span.show-for-large-only, a.show-for-large-only, small.show-for-large-only, strong.show-for-large-only {
      display: inline; } }

*.show-for-large-only {
  display: none; }
  @media (min-width: 1081px) {
    *.show-for-large-only {
      display: block; } }

@media (min-width: 0px) {
  .hide-for-small-only {
    display: none; } }
@media (min-width: 769px) {
  .hide-for-medium-only {
    display: none; } }
@media (min-width: 1081px) {
  .hide-for-large-only {
    display: none; } }
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media (min-width: 0px) {
  .small-text-left {
    text-align: left !important; }

  .small-text-right {
    text-align: right !important; }

  .small-text-center {
    text-align: center !important; }

  .small-text-justify {
    text-align: justify !important; } }
@media (min-width: 0px) {
  .small-up-text-left {
    text-align: left !important; }

  .small-up-text-right {
    text-align: right !important; }

  .small-up-text-center {
    text-align: center !important; }

  .small-up-text-justify {
    text-align: justify !important; } }
@media (min-width: 769px) {
  .medium-text-left {
    text-align: left !important; }

  .medium-text-right {
    text-align: right !important; }

  .medium-text-center {
    text-align: center !important; }

  .medium-text-justify {
    text-align: justify !important; } }
@media (min-width: 769px) {
  .medium-up-text-left {
    text-align: left !important; }

  .medium-up-text-right {
    text-align: right !important; }

  .medium-up-text-center {
    text-align: center !important; }

  .medium-up-text-justify {
    text-align: justify !important; } }
@media (min-width: 1081px) {
  .large-text-left {
    text-align: left !important; }

  .large-text-right {
    text-align: right !important; }

  .large-text-center {
    text-align: center !important; }

  .large-text-justify {
    text-align: justify !important; } }
@media (min-width: 1081px) {
  .large-up-text-left {
    text-align: left !important; }

  .large-up-text-right {
    text-align: right !important; }

  .large-up-text-center {
    text-align: center !important; }

  .large-up-text-justify {
    text-align: justify !important; } }
.store-search .item {
  padding: 20px; }
  .store-search .item img {
    width: 100%; }

#sub-cat table td {
  padding: 5px; }
  #sub-cat table td img {
    width: 100%; }

.gallery.album.item-list .item, #gallery-list.item-list .item {
  padding: 20px; }
  .gallery.album.item-list .item h2, #gallery-list.item-list .item h2 {
    margin-top: 10px; }

div.icons {
  display: inline-block; }
  div.icons .social-link .item {
    width: 36px;
    display: inline-block;
    margin-right: 5px; }
    div.icons .social-link .item a {
      font-size: 0px;
      display: inline-block; }
      div.icons .social-link .item a:hover::after {
        background-color: #ddd;
        color: #92c848; }
      div.icons .social-link .item a:after {
        box-sizing: border-box;
        width: 36px;
        height: 36px;
        line-height: 36px;
        display: inline-block;
        text-align: center;
        font-family: FontAwesome;
        font-size: 27px;
        background-color: #000;
        color: #fff;
        text-shadow: none;
        border-radius: 2px; }
      div.icons .social-link .item a.facebook:after {
        content: '\0f09a'; }
      div.icons .social-link .item a.google:after {
        content: '\0f0d5'; }
      div.icons .social-link .item a.youtube:after {
        content: '\0f167'; }
      div.icons .social-link .item a.linkedin:after {
        content: '\0f0e1'; }
      div.icons .social-link .item a.twitter:after {
        content: '\0f099'; }

body {
  font-size: 16px;
  font-family: Georgia;
  color: #000;
  line-height: 1.4em;
  background: #fff; }

a:link, a:active, a:visited, a:hover {
  font-size: 1em;
  color: #92c848;
  font-style: normal;
  text-decoration: none; }
a:active, a:hover {
  text-decoration: none;
  color: #c1e096; }
a:active, a:hover {
  outline: 0; }
a.more:after {
  content: ' \00BB'; }
a[href^=tel] {
  color: inherit;
  text-decoration: none; }

/*--- Centre the site and TW signature footer ---*/
#outer, .turboweb-sig {
  margin: 0 auto; }

#cont {
  display: block;
  padding: 0px 0px 15px 0px;
  margin: auto;
  text-align: left;
  min-height: 500px;
  background: transparent; }
  #cont:before, #cont:after {
    content: " ";
    display: table; }
  #cont:after {
    clear: both; }

/*--- set page width containers ---*/
@media (min-width: 1081px) {
  #hdr, #nav-container, #outer, #ftr, .turboweb-sig {
    width: 960px; } }
@media (min-width: 769px) {
  #hdr, #nav-container, #outer, #ftr, .turboweb-sig {
    width: 100%; } }
@media (min-width: 0px) {
  #hdr, #nav-container, #outer, #ftr, .turboweb-sig {
    width: 100%; } }

#cont {
  width: 100%;
  max-width: 960px; }

.page-content {
  width: 100%; }

/* set various inner container widths and padding */
#nav {
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: auto; }
  #nav:before, #nav:after {
    content: " ";
    display: table; }
  #nav:after {
    clear: both; }
  @media (min-width: 769px) {
    #nav {
      padding: 0 0 0 40px; } }

.column {
  box-sizing: border-box; }
  .column.left {
    width: 645px; }
  .column.right {
    width: 285px; }
  .column.left, .column.right {
    padding: 20px 20px; }

@media (min-width: 769px) and (min-width: 0px) {
  .column {
    display: block; }
    .column.small-block-grid-1 .teaser {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .column.small-block-grid-1 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-1 .teaser:nth-of-type(1n+1) {
        clear: both; }
      .column.small-block-grid-1 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-1 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-2 .teaser {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .column.small-block-grid-2 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-2 .teaser:nth-of-type(2n+1) {
        clear: both; }
      .column.small-block-grid-2 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-2 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-3 .teaser {
      float: left;
      box-sizing: border-box;
      width: 33.33333%; }
      .column.small-block-grid-3 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-3 .teaser:nth-of-type(3n+1) {
        clear: both; }
      .column.small-block-grid-3 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-3 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-4 .teaser {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .column.small-block-grid-4 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-4 .teaser:nth-of-type(4n+1) {
        clear: both; }
      .column.small-block-grid-4 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-4 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-5 .teaser {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .column.small-block-grid-5 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-5 .teaser:nth-of-type(5n+1) {
        clear: both; }
      .column.small-block-grid-5 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-5 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-6 .teaser {
      float: left;
      box-sizing: border-box;
      width: 16.66667%; }
      .column.small-block-grid-6 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-6 .teaser:nth-of-type(6n+1) {
        clear: both; }
      .column.small-block-grid-6 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-6 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-7 .teaser {
      float: left;
      box-sizing: border-box;
      width: 14.28571%; }
      .column.small-block-grid-7 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-7 .teaser:nth-of-type(7n+1) {
        clear: both; }
      .column.small-block-grid-7 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-7 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-8 .teaser {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .column.small-block-grid-8 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-8 .teaser:nth-of-type(8n+1) {
        clear: both; }
      .column.small-block-grid-8 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-8 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-9 .teaser {
      float: left;
      box-sizing: border-box;
      width: 11.11111%; }
      .column.small-block-grid-9 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-9 .teaser:nth-of-type(9n+1) {
        clear: both; }
      .column.small-block-grid-9 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-9 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-10 .teaser {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .column.small-block-grid-10 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-10 .teaser:nth-of-type(10n+1) {
        clear: both; }
      .column.small-block-grid-10 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-10 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-11 .teaser {
      float: left;
      box-sizing: border-box;
      width: 9.09091%; }
      .column.small-block-grid-11 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-11 .teaser:nth-of-type(11n+1) {
        clear: both; }
      .column.small-block-grid-11 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-11 .teaser a.th img {
        width: 100%; } }
@media (min-width: 769px) and (min-width: 769px) {
  .column {
    display: block; }
    .column.medium-block-grid-1 .teaser {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .column.medium-block-grid-1 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-1 .teaser:nth-of-type(1n+1) {
        clear: both; }
      .column.medium-block-grid-1 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-1 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-2 .teaser {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .column.medium-block-grid-2 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-2 .teaser:nth-of-type(2n+1) {
        clear: both; }
      .column.medium-block-grid-2 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-2 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-3 .teaser {
      float: left;
      box-sizing: border-box;
      width: 33.33333%; }
      .column.medium-block-grid-3 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-3 .teaser:nth-of-type(3n+1) {
        clear: both; }
      .column.medium-block-grid-3 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-3 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-4 .teaser {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .column.medium-block-grid-4 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-4 .teaser:nth-of-type(4n+1) {
        clear: both; }
      .column.medium-block-grid-4 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-4 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-5 .teaser {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .column.medium-block-grid-5 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-5 .teaser:nth-of-type(5n+1) {
        clear: both; }
      .column.medium-block-grid-5 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-5 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-6 .teaser {
      float: left;
      box-sizing: border-box;
      width: 16.66667%; }
      .column.medium-block-grid-6 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-6 .teaser:nth-of-type(6n+1) {
        clear: both; }
      .column.medium-block-grid-6 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-6 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-7 .teaser {
      float: left;
      box-sizing: border-box;
      width: 14.28571%; }
      .column.medium-block-grid-7 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-7 .teaser:nth-of-type(7n+1) {
        clear: both; }
      .column.medium-block-grid-7 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-7 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-8 .teaser {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .column.medium-block-grid-8 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-8 .teaser:nth-of-type(8n+1) {
        clear: both; }
      .column.medium-block-grid-8 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-8 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-9 .teaser {
      float: left;
      box-sizing: border-box;
      width: 11.11111%; }
      .column.medium-block-grid-9 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-9 .teaser:nth-of-type(9n+1) {
        clear: both; }
      .column.medium-block-grid-9 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-9 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-10 .teaser {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .column.medium-block-grid-10 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-10 .teaser:nth-of-type(10n+1) {
        clear: both; }
      .column.medium-block-grid-10 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-10 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-11 .teaser {
      float: left;
      box-sizing: border-box;
      width: 9.09091%; }
      .column.medium-block-grid-11 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-11 .teaser:nth-of-type(11n+1) {
        clear: both; }
      .column.medium-block-grid-11 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-11 .teaser a.th img {
        width: 100%; } }
@media (min-width: 769px) and (min-width: 1081px) {
  .column {
    display: block; }
    .column.block-grid-1 .teaser {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .column.block-grid-1 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-1 .teaser:nth-of-type(1n+1) {
        clear: both; }
      .column.block-grid-1 .teaser a.th {
        width: 100%; }
      .column.block-grid-1 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-1 .teaser {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .column.large-block-grid-1 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-1 .teaser:nth-of-type(1n+1) {
        clear: both; }
      .column.large-block-grid-1 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-1 .teaser a.th img {
        width: 100%; }
    .column.block-grid-2 .teaser {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .column.block-grid-2 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-2 .teaser:nth-of-type(2n+1) {
        clear: both; }
      .column.block-grid-2 .teaser a.th {
        width: 100%; }
      .column.block-grid-2 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-2 .teaser {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .column.large-block-grid-2 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-2 .teaser:nth-of-type(2n+1) {
        clear: both; }
      .column.large-block-grid-2 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-2 .teaser a.th img {
        width: 100%; }
    .column.block-grid-3 .teaser {
      float: left;
      box-sizing: border-box;
      width: 33.33333%; }
      .column.block-grid-3 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-3 .teaser:nth-of-type(3n+1) {
        clear: both; }
      .column.block-grid-3 .teaser a.th {
        width: 100%; }
      .column.block-grid-3 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-3 .teaser {
      float: left;
      box-sizing: border-box;
      width: 33.33333%; }
      .column.large-block-grid-3 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-3 .teaser:nth-of-type(3n+1) {
        clear: both; }
      .column.large-block-grid-3 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-3 .teaser a.th img {
        width: 100%; }
    .column.block-grid-4 .teaser {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .column.block-grid-4 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-4 .teaser:nth-of-type(4n+1) {
        clear: both; }
      .column.block-grid-4 .teaser a.th {
        width: 100%; }
      .column.block-grid-4 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-4 .teaser {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .column.large-block-grid-4 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-4 .teaser:nth-of-type(4n+1) {
        clear: both; }
      .column.large-block-grid-4 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-4 .teaser a.th img {
        width: 100%; }
    .column.block-grid-5 .teaser {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .column.block-grid-5 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-5 .teaser:nth-of-type(5n+1) {
        clear: both; }
      .column.block-grid-5 .teaser a.th {
        width: 100%; }
      .column.block-grid-5 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-5 .teaser {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .column.large-block-grid-5 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-5 .teaser:nth-of-type(5n+1) {
        clear: both; }
      .column.large-block-grid-5 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-5 .teaser a.th img {
        width: 100%; }
    .column.block-grid-6 .teaser {
      float: left;
      box-sizing: border-box;
      width: 16.66667%; }
      .column.block-grid-6 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-6 .teaser:nth-of-type(6n+1) {
        clear: both; }
      .column.block-grid-6 .teaser a.th {
        width: 100%; }
      .column.block-grid-6 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-6 .teaser {
      float: left;
      box-sizing: border-box;
      width: 16.66667%; }
      .column.large-block-grid-6 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-6 .teaser:nth-of-type(6n+1) {
        clear: both; }
      .column.large-block-grid-6 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-6 .teaser a.th img {
        width: 100%; }
    .column.block-grid-7 .teaser {
      float: left;
      box-sizing: border-box;
      width: 14.28571%; }
      .column.block-grid-7 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-7 .teaser:nth-of-type(7n+1) {
        clear: both; }
      .column.block-grid-7 .teaser a.th {
        width: 100%; }
      .column.block-grid-7 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-7 .teaser {
      float: left;
      box-sizing: border-box;
      width: 14.28571%; }
      .column.large-block-grid-7 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-7 .teaser:nth-of-type(7n+1) {
        clear: both; }
      .column.large-block-grid-7 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-7 .teaser a.th img {
        width: 100%; }
    .column.block-grid-8 .teaser {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .column.block-grid-8 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-8 .teaser:nth-of-type(8n+1) {
        clear: both; }
      .column.block-grid-8 .teaser a.th {
        width: 100%; }
      .column.block-grid-8 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-8 .teaser {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .column.large-block-grid-8 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-8 .teaser:nth-of-type(8n+1) {
        clear: both; }
      .column.large-block-grid-8 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-8 .teaser a.th img {
        width: 100%; }
    .column.block-grid-9 .teaser {
      float: left;
      box-sizing: border-box;
      width: 11.11111%; }
      .column.block-grid-9 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-9 .teaser:nth-of-type(9n+1) {
        clear: both; }
      .column.block-grid-9 .teaser a.th {
        width: 100%; }
      .column.block-grid-9 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-9 .teaser {
      float: left;
      box-sizing: border-box;
      width: 11.11111%; }
      .column.large-block-grid-9 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-9 .teaser:nth-of-type(9n+1) {
        clear: both; }
      .column.large-block-grid-9 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-9 .teaser a.th img {
        width: 100%; }
    .column.block-grid-10 .teaser {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .column.block-grid-10 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-10 .teaser:nth-of-type(10n+1) {
        clear: both; }
      .column.block-grid-10 .teaser a.th {
        width: 100%; }
      .column.block-grid-10 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-10 .teaser {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .column.large-block-grid-10 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-10 .teaser:nth-of-type(10n+1) {
        clear: both; }
      .column.large-block-grid-10 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-10 .teaser a.th img {
        width: 100%; }
    .column.block-grid-11 .teaser {
      float: left;
      box-sizing: border-box;
      width: 9.09091%; }
      .column.block-grid-11 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-11 .teaser:nth-of-type(11n+1) {
        clear: both; }
      .column.block-grid-11 .teaser a.th {
        width: 100%; }
      .column.block-grid-11 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-11 .teaser {
      float: left;
      box-sizing: border-box;
      width: 9.09091%; }
      .column.large-block-grid-11 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-11 .teaser:nth-of-type(11n+1) {
        clear: both; }
      .column.large-block-grid-11 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-11 .teaser a.th img {
        width: 100%; } }
@media (min-width: 769px) {
  .column {
    clear: both;
    width: 100% !important; }
    .column.right {
      float: none !important; } }
@media (min-width: 0px) and (min-width: 0px) {
  .column {
    display: block; }
    .column.small-block-grid-1 .teaser {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .column.small-block-grid-1 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-1 .teaser:nth-of-type(1n+1) {
        clear: both; }
      .column.small-block-grid-1 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-1 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-2 .teaser {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .column.small-block-grid-2 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-2 .teaser:nth-of-type(2n+1) {
        clear: both; }
      .column.small-block-grid-2 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-2 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-3 .teaser {
      float: left;
      box-sizing: border-box;
      width: 33.33333%; }
      .column.small-block-grid-3 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-3 .teaser:nth-of-type(3n+1) {
        clear: both; }
      .column.small-block-grid-3 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-3 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-4 .teaser {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .column.small-block-grid-4 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-4 .teaser:nth-of-type(4n+1) {
        clear: both; }
      .column.small-block-grid-4 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-4 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-5 .teaser {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .column.small-block-grid-5 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-5 .teaser:nth-of-type(5n+1) {
        clear: both; }
      .column.small-block-grid-5 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-5 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-6 .teaser {
      float: left;
      box-sizing: border-box;
      width: 16.66667%; }
      .column.small-block-grid-6 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-6 .teaser:nth-of-type(6n+1) {
        clear: both; }
      .column.small-block-grid-6 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-6 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-7 .teaser {
      float: left;
      box-sizing: border-box;
      width: 14.28571%; }
      .column.small-block-grid-7 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-7 .teaser:nth-of-type(7n+1) {
        clear: both; }
      .column.small-block-grid-7 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-7 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-8 .teaser {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .column.small-block-grid-8 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-8 .teaser:nth-of-type(8n+1) {
        clear: both; }
      .column.small-block-grid-8 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-8 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-9 .teaser {
      float: left;
      box-sizing: border-box;
      width: 11.11111%; }
      .column.small-block-grid-9 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-9 .teaser:nth-of-type(9n+1) {
        clear: both; }
      .column.small-block-grid-9 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-9 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-10 .teaser {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .column.small-block-grid-10 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-10 .teaser:nth-of-type(10n+1) {
        clear: both; }
      .column.small-block-grid-10 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-10 .teaser a.th img {
        width: 100%; }
    .column.small-block-grid-11 .teaser {
      float: left;
      box-sizing: border-box;
      width: 9.09091%; }
      .column.small-block-grid-11 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.small-block-grid-11 .teaser:nth-of-type(11n+1) {
        clear: both; }
      .column.small-block-grid-11 .teaser a.th {
        width: 100%; }
      .column.small-block-grid-11 .teaser a.th img {
        width: 100%; } }
@media (min-width: 0px) and (min-width: 769px) {
  .column {
    display: block; }
    .column.medium-block-grid-1 .teaser {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .column.medium-block-grid-1 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-1 .teaser:nth-of-type(1n+1) {
        clear: both; }
      .column.medium-block-grid-1 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-1 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-2 .teaser {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .column.medium-block-grid-2 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-2 .teaser:nth-of-type(2n+1) {
        clear: both; }
      .column.medium-block-grid-2 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-2 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-3 .teaser {
      float: left;
      box-sizing: border-box;
      width: 33.33333%; }
      .column.medium-block-grid-3 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-3 .teaser:nth-of-type(3n+1) {
        clear: both; }
      .column.medium-block-grid-3 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-3 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-4 .teaser {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .column.medium-block-grid-4 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-4 .teaser:nth-of-type(4n+1) {
        clear: both; }
      .column.medium-block-grid-4 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-4 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-5 .teaser {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .column.medium-block-grid-5 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-5 .teaser:nth-of-type(5n+1) {
        clear: both; }
      .column.medium-block-grid-5 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-5 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-6 .teaser {
      float: left;
      box-sizing: border-box;
      width: 16.66667%; }
      .column.medium-block-grid-6 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-6 .teaser:nth-of-type(6n+1) {
        clear: both; }
      .column.medium-block-grid-6 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-6 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-7 .teaser {
      float: left;
      box-sizing: border-box;
      width: 14.28571%; }
      .column.medium-block-grid-7 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-7 .teaser:nth-of-type(7n+1) {
        clear: both; }
      .column.medium-block-grid-7 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-7 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-8 .teaser {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .column.medium-block-grid-8 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-8 .teaser:nth-of-type(8n+1) {
        clear: both; }
      .column.medium-block-grid-8 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-8 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-9 .teaser {
      float: left;
      box-sizing: border-box;
      width: 11.11111%; }
      .column.medium-block-grid-9 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-9 .teaser:nth-of-type(9n+1) {
        clear: both; }
      .column.medium-block-grid-9 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-9 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-10 .teaser {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .column.medium-block-grid-10 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-10 .teaser:nth-of-type(10n+1) {
        clear: both; }
      .column.medium-block-grid-10 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-10 .teaser a.th img {
        width: 100%; }
    .column.medium-block-grid-11 .teaser {
      float: left;
      box-sizing: border-box;
      width: 9.09091%; }
      .column.medium-block-grid-11 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.medium-block-grid-11 .teaser:nth-of-type(11n+1) {
        clear: both; }
      .column.medium-block-grid-11 .teaser a.th {
        width: 100%; }
      .column.medium-block-grid-11 .teaser a.th img {
        width: 100%; } }
@media (min-width: 0px) and (min-width: 1081px) {
  .column {
    display: block; }
    .column.block-grid-1 .teaser {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .column.block-grid-1 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-1 .teaser:nth-of-type(1n+1) {
        clear: both; }
      .column.block-grid-1 .teaser a.th {
        width: 100%; }
      .column.block-grid-1 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-1 .teaser {
      float: left;
      box-sizing: border-box;
      width: 100%; }
      .column.large-block-grid-1 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-1 .teaser:nth-of-type(1n+1) {
        clear: both; }
      .column.large-block-grid-1 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-1 .teaser a.th img {
        width: 100%; }
    .column.block-grid-2 .teaser {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .column.block-grid-2 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-2 .teaser:nth-of-type(2n+1) {
        clear: both; }
      .column.block-grid-2 .teaser a.th {
        width: 100%; }
      .column.block-grid-2 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-2 .teaser {
      float: left;
      box-sizing: border-box;
      width: 50%; }
      .column.large-block-grid-2 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-2 .teaser:nth-of-type(2n+1) {
        clear: both; }
      .column.large-block-grid-2 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-2 .teaser a.th img {
        width: 100%; }
    .column.block-grid-3 .teaser {
      float: left;
      box-sizing: border-box;
      width: 33.33333%; }
      .column.block-grid-3 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-3 .teaser:nth-of-type(3n+1) {
        clear: both; }
      .column.block-grid-3 .teaser a.th {
        width: 100%; }
      .column.block-grid-3 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-3 .teaser {
      float: left;
      box-sizing: border-box;
      width: 33.33333%; }
      .column.large-block-grid-3 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-3 .teaser:nth-of-type(3n+1) {
        clear: both; }
      .column.large-block-grid-3 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-3 .teaser a.th img {
        width: 100%; }
    .column.block-grid-4 .teaser {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .column.block-grid-4 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-4 .teaser:nth-of-type(4n+1) {
        clear: both; }
      .column.block-grid-4 .teaser a.th {
        width: 100%; }
      .column.block-grid-4 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-4 .teaser {
      float: left;
      box-sizing: border-box;
      width: 25%; }
      .column.large-block-grid-4 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-4 .teaser:nth-of-type(4n+1) {
        clear: both; }
      .column.large-block-grid-4 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-4 .teaser a.th img {
        width: 100%; }
    .column.block-grid-5 .teaser {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .column.block-grid-5 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-5 .teaser:nth-of-type(5n+1) {
        clear: both; }
      .column.block-grid-5 .teaser a.th {
        width: 100%; }
      .column.block-grid-5 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-5 .teaser {
      float: left;
      box-sizing: border-box;
      width: 20%; }
      .column.large-block-grid-5 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-5 .teaser:nth-of-type(5n+1) {
        clear: both; }
      .column.large-block-grid-5 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-5 .teaser a.th img {
        width: 100%; }
    .column.block-grid-6 .teaser {
      float: left;
      box-sizing: border-box;
      width: 16.66667%; }
      .column.block-grid-6 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-6 .teaser:nth-of-type(6n+1) {
        clear: both; }
      .column.block-grid-6 .teaser a.th {
        width: 100%; }
      .column.block-grid-6 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-6 .teaser {
      float: left;
      box-sizing: border-box;
      width: 16.66667%; }
      .column.large-block-grid-6 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-6 .teaser:nth-of-type(6n+1) {
        clear: both; }
      .column.large-block-grid-6 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-6 .teaser a.th img {
        width: 100%; }
    .column.block-grid-7 .teaser {
      float: left;
      box-sizing: border-box;
      width: 14.28571%; }
      .column.block-grid-7 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-7 .teaser:nth-of-type(7n+1) {
        clear: both; }
      .column.block-grid-7 .teaser a.th {
        width: 100%; }
      .column.block-grid-7 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-7 .teaser {
      float: left;
      box-sizing: border-box;
      width: 14.28571%; }
      .column.large-block-grid-7 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-7 .teaser:nth-of-type(7n+1) {
        clear: both; }
      .column.large-block-grid-7 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-7 .teaser a.th img {
        width: 100%; }
    .column.block-grid-8 .teaser {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .column.block-grid-8 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-8 .teaser:nth-of-type(8n+1) {
        clear: both; }
      .column.block-grid-8 .teaser a.th {
        width: 100%; }
      .column.block-grid-8 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-8 .teaser {
      float: left;
      box-sizing: border-box;
      width: 12.5%; }
      .column.large-block-grid-8 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-8 .teaser:nth-of-type(8n+1) {
        clear: both; }
      .column.large-block-grid-8 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-8 .teaser a.th img {
        width: 100%; }
    .column.block-grid-9 .teaser {
      float: left;
      box-sizing: border-box;
      width: 11.11111%; }
      .column.block-grid-9 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-9 .teaser:nth-of-type(9n+1) {
        clear: both; }
      .column.block-grid-9 .teaser a.th {
        width: 100%; }
      .column.block-grid-9 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-9 .teaser {
      float: left;
      box-sizing: border-box;
      width: 11.11111%; }
      .column.large-block-grid-9 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-9 .teaser:nth-of-type(9n+1) {
        clear: both; }
      .column.large-block-grid-9 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-9 .teaser a.th img {
        width: 100%; }
    .column.block-grid-10 .teaser {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .column.block-grid-10 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-10 .teaser:nth-of-type(10n+1) {
        clear: both; }
      .column.block-grid-10 .teaser a.th {
        width: 100%; }
      .column.block-grid-10 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-10 .teaser {
      float: left;
      box-sizing: border-box;
      width: 10%; }
      .column.large-block-grid-10 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-10 .teaser:nth-of-type(10n+1) {
        clear: both; }
      .column.large-block-grid-10 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-10 .teaser a.th img {
        width: 100%; }
    .column.block-grid-11 .teaser {
      float: left;
      box-sizing: border-box;
      width: 9.09091%; }
      .column.block-grid-11 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.block-grid-11 .teaser:nth-of-type(11n+1) {
        clear: both; }
      .column.block-grid-11 .teaser a.th {
        width: 100%; }
      .column.block-grid-11 .teaser a.th img {
        width: 100%; }
    .column.large-block-grid-11 .teaser {
      float: left;
      box-sizing: border-box;
      width: 9.09091%; }
      .column.large-block-grid-11 .teaser:nth-of-type(1n) {
        clear: none; }
      .column.large-block-grid-11 .teaser:nth-of-type(11n+1) {
        clear: both; }
      .column.large-block-grid-11 .teaser a.th {
        width: 100%; }
      .column.large-block-grid-11 .teaser a.th img {
        width: 100%; } }
@media (min-width: 0px) {
  .column {
    clear: both;
    width: 100% !important; }
    .column.right {
      float: none !important; } }
@media (min-width: 1081px) {
  .page-content {
    /* Width of .page-content when just the LEFT column is present. Width = page content minus width of the left column. */
    /* Width of .page-content when NO columns are present. For 'contact' page and 'gallery' page by default */
    width: 960px; }
    .page-content.has-column-right {
      /* Width of .page-content when just RIGHT column is present. Width = page content minus width of right column.*/
      width: 675px; }
      .page-content.has-column-right.has-column-left {
        width: 30px; }
    .page-content.has-column-left {
      width: 315px; } }
@media (min-width: 0px) {
  .page-content {
    width: 100%; }
    .page-content:before, .page-content:after {
      content: " ";
      display: table; }
    .page-content:after {
      clear: both; } }
/*--- CORE TYPOGRAPHY -----------------------------------------------------------------------------------------------------*/
h1, .site-tagline, h2, h3, h4, h5 {
  font-family: Georgia;
  font-weight: 700;
  line-height: 1.2em; }

h1, .site-tagline {
  font-size: 1.625em;
  color: #499337;
  margin-bottom: 0.40625em; }

h2 {
  font-size: 1.375em;
  color: #999999;
  margin-top: 0.34375em;
  margin-bottom: 0.34375em; }

h3 {
  font-size: 1.2em;
  color: #999999;
  margin-top: 0.3em;
  margin-bottom: 0.3em; }

h4 {
  font-size: 1.1em;
  color: #000;
  margin-top: 0.275em;
  margin-bottom: 0.275em; }

p {
  font-size: 16px;
  margin-bottom: 15px; }

.page-content {
  box-sizing: border-box;
  padding: 20px 20px; }
  .page-content ul, .page-content ol {
    margin: 20px 0 20px 35px; }
  .page-content ul {
    list-style: circle; }
  .page-content ol {
    list-style: decimal; }

blockquote {
  position: relative;
  font-family: Georgia,Times,"Times New Roman",serif;
  font-size: 1.3em;
  font-weight: 500;
  font-style: italic;
  line-height: 110%;
  color: #999999;
  margin: 0px;
  padding: 15px 20px; }
  blockquote:before, blockquote:after {
    position: absolute;
    font-size: 1.5em;
    font-weight: 900; }
  blockquote:before {
    top: 5px;
    left: 5px;
    content: "\201C"; }
  blockquote:after {
    bottom: 10px;
    right: 5px;
    content: "\201D"; }

.testimonial-body {
  font-style: italic; }

/*--- HEADER --------------------------------------------------------------------------------------------------------------*/
#hdr {
  height: 425px;
  background: none; }

.site-title {
  font-size: 3.25em;
  padding: 10px 20px;
  margin: 0;
  line-height: 1em;
  letter-spacing: -0.05em;
  font-weight: 700;
  color: #499337; }
  .site-title else {
    text-align: left; }
  @media (min-width: 0px) {
    .site-title {
      font-size: 2.4375em !important; } }

.site-tagline {
  margin: 0;
  padding: 10px 20px; }

/*--- MAIN NAVIGATION -----------------------------------------------------------------------------------------------------*/
#nav {
  background: none;
  list-style: none outside none;
  /* turn off for nested nav */
  position: relative;
  list-style: none outside none; }
  #nav ul {
    list-style: none outside none;
    background: #ddd; }
  #nav li {
    background: none;
    font-family: Georgia;
    font-size: 1.25em;
    float: left; }
    #nav li.off span.no-href, #nav li.off a {
      color: #fff; }
    #nav li span.no-href, #nav li a {
      display: block;
      margin: 0 1px 0 0;
      padding: 20px 8px; }
    #nav li.off a:hover {
      color: #92c848;
      background: #ddd; }
    #nav li.on {
      /* span.no-href is used for when there's a link in the nav but with no href */ }
      #nav li.on span.no-href, #nav li.on a {
        color: #92c848;
        background: #ddd; }
  #nav.nav-nested li ul {
    list-style: none outside none;
    position: absolute;
    left: -9999px;
    z-index: 1000; }

/*--- NESTED NAVIGATION ---------------------------------------------------------------------------------------------------*/
/* when touch devices are detected the '.device-touch' element will be added to the <html> tag.. */
.device-touch #nav.nav-nested li ul {
  display: none;
  left: auto; }

#nav.nav-nested li:hover ul, #nav li.sfhover ul {
  left: auto; }
  @media (min-width: 0px) {
    #nav.nav-nested li:hover ul, #nav li.sfhover ul {
      left: 25%;
      width: 50%; } }

.device-touch #nav.nav-nested li:hover ul {
  display: block; }

#nav.nav-nested li ul {
  box-shadow: 1px 1px 1em rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 1em rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 1em rgba(0, 0, 0, 0.25);
  overflow: hidden;
  zoom: 1; }
  #nav.nav-nested li ul li {
    /* Second level LI's should not float - this makes them drop down vertically */
    float: none;
    border: 0 none; }
    #nav.nav-nested li ul li a {
      width: 100%;
      min-width: 150px;
      padding: 10px 20px; }

/*--- CONTENT CONTAINER ---------------------------------------------------------------------------------------------------*/
/*--- LEFT AND RIGHT COLUMN STRUCTURE ------------------------------------------------------------------------------------ */
.column.left {
  float: left; }
.column.right {
  float: right; }
.column .teaser h3 {
  background-color: none;
  color: #fff;
  padding: 5px 10px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4em; }
  .column .teaser h3 a {
    color: #fff; }
.column .teaser.social h3:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 5px; }
.column .teaser.store-nav h3:before, .column .teaser.cart h3:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 5px; }
.column .teaser.store-search h3:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 5px; }
.column .teaser.news h3:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 5px; }
.column .teaser.events h3:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 5px; }
.column .teaser.subscribe h3:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 5px; }
.column .teaser.cart .mini-cart-total, .column .teaser.cart .mini-cart-link {
  padding: 10px 0 5px 0;
  text-align: right; }

/*--- COLUMN TEASERS ------------------------------------------------------------------------------------------------------*/
.column .teaser {
  margin-bottom: 20px; }

#cont .column ul {
  /*	list-style-type:none;	*/
  padding-left: 0;
  margin: 8px 5px 0 5px;
  font-size: 1em;
  font-weight: 500; }

.column li {
  padding-bottom: 5px;
  margin-left: 10px;
  margin-bottom: 5px; }

.articlelist-timestamp {
  font-size: .85em; }

.subscribe-table {
  width: 100%;
  padding: 0;
  margin: 0; }
  .subscribe-table input {
    box-sizing: border-box;
    width: 100%; }

.item-list:before, .item-list:after {
  content: " ";
  display: table; }
.item-list:after {
  clear: both; }

/* Ensure that any lists of items clear any previously floated items */
/* all paras in right or left column will follow this style... */
/*--- SOCIAL SHARING LINKS ---*/
/* deprecated sharing link block */
.teaser a.facebook {
  background: transparent url("images/bgno-ic-fb20.png") no-repeat left top;
  padding: 3px 0 2px 25px; }
.teaser a.twitter {
  background: transparent url("images/bgno-ic-twtr.png") no-repeat left top;
  padding: 3px 0 2px 25px; }

/* deprecated sharing link block ends */
/*--- STORE NAV - establishes in left column by default when the store is turned on ----------------------------------------*/
.column .box.store-nav {
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px; }
  .column .box.store-nav ul {
    list-style-type: none;
    margin-top: 8px;
    margin-left: 0px;
    margin-right: 5px;
    padding-left: 0; }
  .column .box.store-nav li {
    border-bottom: 1px solid #999998;
    margin-bottom: 0px;
    font-weight: 500;
    padding: 2px 0 2px 5px; }
    .column .box.store-nav li.on {
      border-bottom: 1px solid #3766ac;
      /* same as link visited colour 		*/
      margin-bottom: 5px;
      background: #EAEAEA; }
  .column .box.store-nav p.searchtitle {
    padding-left: 3px;
    margin: 20px 0 5px 3px;
    color: #555554;
    font-weight: bold; }

/*--- CONTENT COLUMN --------------------------------------------------------------------------------------------------------*/
.page-content {
  float: left;
  margin-bottom: 25px; }
  .page-content ul {
    list-style: square; }
  .page-content ol, .page-content ul {
    margin: 4px 4px 4px 35px; }

.item-description {
  overflow: hidden;
  margin: 0px 0px 20px 0px;
  padding: 10px 0 20px 0;
  text-align: left;
  border-bottom: 1px dotted #999998; }

.slider-wrapper {
  clear: both; }
  .slider-wrapper #slider {
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    overflow: hidden; }

/*--- NEWS AND EVENTS PAGES LISTINGS --------------------------------------------------------------------------------------*/
#content-list {
  clear: left; }
  #content-list.eventslist-timestamp {
    color: #999;
    font-size: 90%; }
  #content-list table {
    background: transparent;
    width: 100%; }
    #content-list table td {
      border-bottom: 0;
      text-align: left; }
      #content-list table td.title-row {
        border-top: 1px solid #999998;
        padding: 8px 20px;
        text-align: left;
        font-size: 90%; }
      #content-list table td.item-description {
        padding: 10px 0 20px 0;
        text-align: left; }
        #content-list table td.item-description img {
          float: right; }

/*--- IMAGE GALLERY -------------------------------------------------------------------------------------------------------*/
/*
	Notes:
	Gallery pages [.page4] is full-width with no columns left or right. Refer .has-column notes around #cont
	
	The gallery as it stands uses legacy mark-up and has some quirks and uses older styles of markup.
	
	In the admin there are two types of gallery: 'Gallery' and 'Advanced Gallery'
	
	- 'Gallery' is a single page. Clicking on gallery images initiates a floating box for larger view.
	- 'Advanced Gallery' uses identical markup for thumb layout but the initial page display gallery categories and opens
	  individual gallery pages with thumbs as above.
	  
	Be aware that the secondary pages removes the # no-teaser element and replaces it with # gallery-cont. The class .page-content
	is present in both of these elements and has been used to style both identically.
	
	Both kinds of gallery use table mark-up without cellspacing="0"
	so <IE8 browsers will add 1px
*/
/*--- IMAGE GALLERY PAGE ---*/
#gallery-list {
  clear: both; }
  #gallery-list td.item-description h2, #gallery-list td.album-item-description h2 {
    padding: 3px 0;
    margin: 0 0 4px 0;
    /*	font-size: 105%;	*/
    font-weight: bold;
    text-transform: none; }
  #gallery-list table {
    width: 100%;
    border-collapse: colapse; }
    #gallery-list table td {
      border-bottom: 0;
      padding: 0px;
      margin: 0px;
      text-align: left; }
      #gallery-list table td.title-row {
        border-top: 1px solid #999998;
        padding: 8px 20px;
        text-align: left; }
      #gallery-list table td.item-description, #gallery-list table td.album-item-description {
        width: 45%;
        padding: 2%;
        vertical-align: top;
        text-align: left; }
  #gallery-list img.border {
    margin-top: 8px; }

.gallery-layout-squarethumbs .item {
  padding: 20px; }
  .gallery-layout-squarethumbs .item .th {
    width: 100%; }

/*--- Image borders, padding, floats etc... [site wide] --------------------------------------------------------------------------------------*/
/*-- affects images in content throughout site --*/
.product-border-float-right, .category-border-float-right, .twimage-multiimage-fade5-main img {
  position: relative; }

img.twimage-multiimage-thumbs-mainimage, img.twimage-multiimage-thumbs-child {
  position: relative; }
img.border {
  margin: 0 0 20px 20px;
  padding-right: 0;
  float: right;
  clear: right; }
  @media (min-width: 0px) {
    img.border {
      max-width: 40%; } }
img.product-border-float-right, img.category-border-float-right {
  float: right;
  clear: right;
  padding: 0;
  margin: 0 0 20px 20px; }
img.product-border {
  float: none;
  clear: none; }

/* specifics for multiple images loaded into a page in one element */
/* basic style reset away from image scripts local sheet */
#cont .twimage-multiimage-thumbs-mainimage, #cont .twimage-multiimage-fade5-main img, #cont div.twimage-multiimage-thumbs-main, #cont img.twimage-multiimage-thumbs-child {
  padding: 0;
  margin: 0; }
#cont div.twimage-multiimage-thumbs-main {
  border: 0 none; }
#cont img.twimage-multiimage-thumbs-child {
  margin: 5px; }

/* gives thumbs a bit of space */
/* fixes an occasional content error when two elements [use of two images in a single image element] are floated within each other 
.twimage-multiimage-verticalcascade-container img.border, .twimage-multiimage-verticalcascade-container img.view-item-detail-border {float:none !important;}	*/
/*--- STORE CSS -----------------------------------------------------------------------------------------------------------*/
/*--- STORE CONTENT LIST --------------------------------------------------------------------------------------------------*/
.category-navigation small {
  font-size: 1em; }

.category-description img {
  display: none; }

#cont.page9 .page-content a:hover {
  text-decoration: none; }
#cont.page9 .page-content-empty {
  width: 65%;
  margin: auto;
  text-align: left;
  float: left; }
#cont.page9 .page-content table {
  width: 100%; }
  #cont.page9 .page-content table tr {
    padding: 1px 0; }
#cont.page9 .page-content td.item-description {
  width: 45%;
  padding: 10px 2% 20px 2%;
  border-top: 1px solid #999998;
  margin: 0px;
  vertical-align: top;
  text-align: left;
  background: transparent; }
#cont.page9 .page-content td.item-description-left {
  width: 45%;
  padding: 10px 2% 20px 2%;
  border: none;
  margin: 0px;
  font-size: .9em;
  vertical-align: top;
  text-align: left;
  background: transparent; }
#cont.page9 .page-content ul {
  list-style: square;
  margin: 4px 4px 4px 35px; }
#cont.page9 .page-content ol {
  margin: 4px 4px 4px 35px; }

/* Hide the "From" prefix for products with multiple prices */
.store-label-from {
  display: none; }

/*--- STORE - RECENT ITEMS ---*/
#recent-items {
  clear: both;
  background: transparent; }
  #recent-items table.rpros {
    background: #fff; }

.product-container {
  width: 150px;
  padding: 0;
  margin-right: 0px;
  margin-bottom: 9px;
  text-align: center;
  background: transparent; }

.product-border {
  vertical-align: middle;
  float: none; }

.product-header-left, .product-header-right {
  padding-top: 20px; }

.item-title, .product-header-left, .cat-list-product-code, .bold-hilight {
  font-weight: bold; }

.product-header-right {
  text-align: right; }

.product-option-title {
  font-style: italic; }

.item-desc {
  padding-left: 8px;
  padding-right: 8px;
  margin: 0;
  font-size: .9em;
  vertical-align: top;
  background: transparent; }
  .item-desc em {
    display: block;
    padding: 0 9px 9px 0; }

.item-more-info {
  font-size: 85%;
  padding-bottom: 10px; }

/*--- STORE ITEM GET ---*/
.page9 #item-list table {
  background: transparent;
  width: 100%; }
.page9 #item-list td td.store-cart-border {
  padding: 4px 2px 8px 2px; }
.page9 .product-bottom-right {
  text-align: right; }
.page9 .cat-item-container {
  float: left;
  width: 100%;
  padding: 0;
  margin-right: 0px;
  margin-bottom: 9px;
  text-align: left;
  background: #fff; }
.page9 .cat-item-title {
  padding: 9px 9px 0 0px;
  margin: 0;
  font-weight: bold;
  color: #0094C6;
  background: transparent; }
.page9 .cat-item-desc {
  margin: 0px;
  padding: 0 9px 0px 0px; }
.page9 .cat-item-code {
  font-size: .9em;
  padding: 0px;
  margin: 0px;
  background: transparent; }
  .page9 .cat-item-code p {
    margin-right: 6px; }
  .page9 .cat-item-code em {
    clear: right;
    display: block;
    margin-top: 9px;
    padding: 0 9px 9px 0;
    background: transparent; }
.page9 #option-choice {
  clear: right;
  padding: 0 9px 9px 0;
  background: transparent; }
  .page9 #option-choice table {
    clear: right;
    background: none; }
  .page9 #option-choice td {
    padding: 4px 0; }
.page9 .cat-product-border {
  margin: 5px 8px 5px 5px;
  padding: 3px;
  border: 1px solid #FFFFFF;
  border-bottom-color: #A09D9E;
  border-right-color: #A09D9E;
  background: #F3F3F3; }
.page9 .sub-cat {
  text-align: center;
  font-size: 85%;
  line-height: 1em;
  width: 25%;
  vertical-align: bottom; }
  .page9 .sub-cat img {
    padding: 0;
    border: 0; }
.page9 #item-list a.full-detail {
  vertical-align: bottom;
  margin: 0;
  padding: 0; }
.page9 .price {
  font-size: 100%;
  font-weight: bold;
  color: #BDBDBF;
  float: right;
  margin-right: 20px; }

/*--- SHOPPING CART ---*/
.checkout .store-cart-image {
  padding: 2px; }
.checkout .store-cart-border {
  border-top: 1px solid #A09D9E;
  padding: 8px 0; }
.checkout .item-quantity input {
  width: 50px; }
.checkout td {
  vertical-align: middle; }

.store-search-results tr {
  border-top: 1px #ccc dotted;
  border-bottom: 1px #ccc dotted; }
.store-search-results td, .store-search-results th {
  padding: 10px 0;
  vertical-align: middle; }
  .store-search-results td a, .store-search-results th a {
    border: none;
    min-width: 120px;
    padding: 5px;
    background: #92c848;
    color: #fff;
    border-radius: 0;
    margin-bottom: 5px;
    text-align: center;
    cursor: pointer; }

#frmCheckout textarea {
  vertical-align: top;
  height: 100px;
  width: 90%; }

#cart-continue-proceed {
  clear: left;
  margin-top: 5px; }

span.currency {
  text-align: right; }
span.requiredfield {
  float: left;
  position: absolute;
  margin-left: 5px;
  color: #c00; }

/*--- CORE FORMS ----------------------------------------------------------------------------------------------------------*/
/*--- Contact form ---*/
#formtable table {
  width: 100%; }
#formtable td {
  padding: 5px;
  position: relative; }
  #formtable td.left {
    width: 35%; }
#formtable input {
  margin-bottom: 5px; }

textarea {
  font-size: .9em;
  font-family: Arial,Helvetica,sans-serif;
  position: relative;
  background: #fff;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
  behavior: url(/theme/PIE.htc); }

input {
  position: relative;
  background: #fff;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
  behavior: url(/theme/PIE.htc); }

.popup textarea {
  position: relative;
  background: #fafafa;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset; }
  .popup textarea:focus {
    position: relative;
    background: #fafafa;
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset; }

/* Contact form inputs should be wider and taller */
.contact-form .f-text {
  width: 95%;
  margin-bottom: 5px; }
.contact-form .f-textarea {
  width: 95%;
  margin-bottom: 5px;
  height: 165px; }
.contact-form .button-send {
  min-width: 150px; }

/*--- BUTTONS ---*/
.button {
  border: none;
  min-width: 120px;
  padding: 5px;
  background: #92c848;
  color: #fff;
  border-radius: 0;
  margin-bottom: 5px;
  text-align: center;
  cursor: pointer; }

tr.subscribe .button {
  width: 120px;
  margin-top: 8px; }
tr.subscribe td {
  text-align: center; }

/*-- INPUTS - text/text-areas --*/
select#deliveryOption,
.f-select, .f-textarea, input.searchbox {
  width: 100%;
  border-radius: 2px;
  padding: 5px;
  margin-bottom: 10px; }

.f-textarea {
  min-height: 75px; }

textarea, .teaser input:not(.button) {
  border-radius: 2px;
  padding: 5px;
  margin-bottom: 10px; }

/* IE compatibility for the rule below is non-existant in all IE browsers eccept IE9+ and even then... */
#formtable {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 25px 0;
  padding: 20px;
  background-clip: padding-box;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5); }
  #formtable.contact-form {
    background-image: url(images/bgno-tw-secure.png);
    background-repeat: no-repeat;
    background-position: right bottom; }

/*--- FOOTERS -------------------------------------------------------------------------------------------------------------*/
#ftr-nav {
  padding: 3px 0 6px 25px;
  background: #fff; }
  #ftr-nav:before, #ftr-nav:after {
    content: " ";
    display: table; }
  #ftr-nav:after {
    clear: both; }
  #ftr-nav else {
    text-align: left; }

#ftr {
  background: #fff; }

#footer-address {
  text-align: center;
  padding: 15px; }

.turboweb-sig-container {
  clear: both; }

.turboweb-sig {
  padding: 0 0 10px 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 95%;
  text-align: center; }
  .turboweb-sig a {
    color: #c1e096;
    text-decoration: none; }
    .turboweb-sig a:link, .turboweb-sig a:active, .turboweb-sig a:visited {
      color: #d8ebbe;
      text-decoration: none; }
    .turboweb-sig a:hover {
      color: #c1e096; }

/*--- CUSTOM BOXES - ANYWHERE ------------------------------------------------------------------------------------------------------------*/
/* Custom-box global styles */
.box-container {
  position: relative; }
  .box-container .box {
    float: left;
    position: relative; }

/*--- In #hdr ---*/
#hdr .box-container {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10; }
#hdr .custom .box {
  background: lightblue; }

.outer-url-part-event .event.item {
  display: inline-block; }

/* In .column .right / left [RIGHT OR LEFT COLUMNS] */
.column .custom .box {
  clear: left; }

/* In #ftr */
/*--- PRINT STYLES -----------------------------------------------------------------------------------------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/*-- Hide these items - deprecated and pesty but remain [in the HTML] for legacy sites of old --*/
/* redundant RSS feed links on sidebar H3s */
a#event-feed-icon, a#news-feed-icon {
  display: none !important; }

#hdr {
  position: relative;
  /* Mini-Cart in Header */
  /* Mini-Search in Header */ }
  #hdr .mini-cart {
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 60px;
    color: white; }
    #hdr .mini-cart input[type="image"] {
      background-color: transparent;
      box-shadow: none; }
    #hdr .mini-cart .currency {
      color: black; }
  #hdr .mini-search {
    position: absolute;
    top: 140px;
    right: 10px; }
    #hdr .mini-search form, #hdr .mini-search input {
      display: inline; }
    #hdr .mini-search input {
      width: auto; }
    #hdr .mini-search:after {
      color: "red";
      font-family: FontAwesome;
      content: "";
      margin-left: 5px; }

/*--- Utility Classes
-------------------------------------------------*/
.clearfix::before, .clearfix::after {
  content: " ";
  display: table; }

.clearfix::after {
  clear: both; }

/*--- Global Layout Styles
-------------------------------------------------*/
body {
  background: #ffffff url("images/top_bg.jpg") repeat-x top center;
  line-height: 1.5; }

.body-page1 .page-content {
  padding: 0; }

h1, .site-tagline {
  font-weight: 700; }

h2 {
  font-weight: 700;
  margin: 10px 0; }

a {
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.wrapper {
  max-width: 960px;
  margin: 0 auto; }

#website-container {
  background: url("images/header-bg.jpg") no-repeat top center; }

/*--- Header Styles
-------------------------------------------------*/
#hdr .box-container {
  top: 0;
  right: 0;
  padding: 20px 24px;
  background: rgba(0, 0, 0, 0.6); }
  #hdr .box-container .box {
    float: right;
    border-right: 1px solid #fff;
    background: none; }
    #hdr .box-container .box:first-child {
      border-right: none; }
  #hdr .box-container p {
    margin-bottom: 0; }
  #hdr .box-container a {
    position: relative;
    padding: 0 12px;
    font-size: 0.875em;
    line-height: 1;
    font-style: italic;
    color: #fff; }
    #hdr .box-container a:hover {
      color: #92c848; }
#hdr a {
  display: block;
  padding: 110px 0 0 30px; }

/*--- Navigation Styles
-------------------------------------------------*/
#nav-container {
  margin-top: -140px; }

#nav {
  padding-left: 0; }
  #nav li {
    float: left; }
    #nav li.on a {
      background: none; }
    #nav li.off a:hover {
      background: none; }
    #nav li a {
      line-height: 1; }
    #nav li li {
      font-size: 0.9em; }

#nav.nav-nested li.sfhover ul {
  left: auto;
  width: auto;
  font-size: 0.8em;
  background: #000000; }
  #nav.nav-nested li.sfhover ul a {
    width: auto;
    min-width: 170px;
    padding: 8px 15px;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none; }

#nav.nav-nested li ul li a
#cont {
  background: none !important; }

.page-content {
  padding: 90px 30px 0 0; }

.content-entry {
  padding: 5px 40px 15px 0; }
  .content-entry h3 {
    margin: 24px 0 10px; }

.box-x3 {
  padding: 7px 0;
  background: url("images/home-bottom-bg.jpg") no-repeat top center;
  min-height: 82px; }
  .box-x3 .box {
    float: none;
    width: 24%;
    height: 83px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid #fff; }
    .box-x3 .box:first-child {
      border-left: none; }
    .box-x3 .box h3 {
      font-size: 1.1em;
      color: #fff;
      margin-bottom: 5px; }
    .box-x3 .box p {
      margin-bottom: 0; }
    .box-x3 .box a {
      font-size: 0.875em;
      text-transform: uppercase;
      color: #fff; }
      .box-x3 .box a:hover {
        color: #ccc; }

.box-x7 {
  padding-top: 30px;
  text-align: center; }
  .box-x7 a {
    margin: 0 6px; }

#rightcol.column.right {
  float: right !important;
  clear: inherit;
  width: 285px !important;
  padding: 0; }
  #rightcol.column.right ul {
    margin: 0; }
#rightcol li {
  list-style-type: none;
  margin: 10px 0 0;
  padding: 0; }
  #rightcol li:first-child {
    margin-top: 0; }
#rightcol .teaser {
  padding: 20px 25px;
  margin-bottom: 0; }
  #rightcol .teaser a {
    font-size: 1em;
    color: #fff; }
    #rightcol .teaser a:hover {
      color: #499337; }
    #rightcol .teaser a.href-privacy {
      display: block;
      font: 0.688em arial;
      font-style: italic;
      padding-top: 4px; }
      #rightcol .teaser a.href-privacy:hover {
        color: #92c848; }
#rightcol h3 {
  padding: 0;
  margin: 0 0 12px;
  line-height: 1;
  background: none;
  font-size: 1.5em;
  font-style: normal; }
  #rightcol h3:before {
    display: none; }

.social {
  padding: 10px 21px;
  background: rgba(74, 147, 55, 0.4); }
  .social span {
    float: left;
    margin-top: 18px;
    font-size: 1em;
    color: #fff; }

div.icons {
  display: inline-block;
  float: right; }
  div.icons .social-link .item {
    width: 43px;
    height: 43px;
    margin-left: 5px;
    margin-right: 0; }
    div.icons .social-link .item a {
      margin-right: 0; }
      div.icons .social-link .item a:hover:after {
        color: rgba(0, 0, 0, 0.6);
        background-position: 0 -100%; }
      div.icons .social-link .item a:after {
        position: relative;
        top: -8px;
        display: table-cell;
        vertical-align: middle;
        width: 43px;
        height: 43px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        font-size: 22px;
        color: rgba(0, 0, 0, 0.6);
        background-size: 100% 200%;
        background-image: linear-gradient(to bottom, #499337 50%, #92c848 50%);
        -webkit-transition: background-position 0.5s;
        -moz-transition: background-position 0.5s;
        transition: background-position 0.5s; }

#teaser-news {
  margin-top: 18px;
  background: #92c848; }

#teaser-events {
  background: #92c848; }

#teaser-subscribe {
  background: #499337; }
  #teaser-subscribe p, #teaser-subscribe td {
    font-size: 0.9em;
    line-height: 1.3;
    color: #fff; }
  #teaser-subscribe td {
    font-size: 1em;
    font-style: italic; }
  #teaser-subscribe .inputbox {
    margin: 3px 0;
    padding: 3px 10px; }
  #teaser-subscribe .button {
    font-size: 0.875em;
    letter-spacing: 0.4px;
    padding: 7px 8px;
    line-height: 1;
    font-style: normal;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #92c848 50%, #367326 50%);
    -webkit-transition: background-position 0.5s;
    -moz-transition: background-position 0.5s;
    transition: background-position 0.5s; }
    #teaser-subscribe .button:hover {
      background-position: 0 -100%; }

.subscribe-table {
  width: 80%; }

.articlelist-timestamp {
  font-size: 0.850em;
  color: #fff; }

/*--- Footer Styles
-------------------------------------------------*/
#footer-address,
.turboweb-sig-container {
  display: none; }

#ftr-nav {
  margin: 14px 0 10px;
  text-align: center;
  font-family: arial, sans-serif;
  color: #999999; }
  #ftr-nav a {
    font-size: 0.875em;
    font-weight: bold;
    padding: 0 15px;
    letter-spacing: 1px;
    color: #999999; }
    #ftr-nav a:hover {
      color: #92c848; }

.contact-info {
  text-align: right;
  font-size: 1em;
  color: #000000; }
  .contact-info ul {
    list-style-type: none;
    display: inline-block; }

.contact-details {
  padding: 15px 0 10px; }

.copyright, .signature {
  font-size: 0.875em;
  color: #999999; }

.signature {
  padding: 35px 0 60px; }
  .signature a {
    color: #333; }
    .signature a:hover {
      color: #92c848; }

#nomap {
  display: none !important; }

@media only screen and (min-width: 1081px) {
  #viewport-detector-small {
    display: none; }

  #viewport-detector-medium {
    display: none; }

  #viewport-detector-large {
    display: block; }

  #nav li:last-child {
    border-right: none; }

  img.product-border-float-right, img.category-border-float-right {
    margin-left: 10px; }

  .product-bottom-right > span {
    float: right;
    clear: both; }

  .product-bottom-right .product-option-add-to-cart {
    margin-top: 10px;
    margin-right: initial;
    text-align: center; } }
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #viewport-detector-small {
    display: block; }

  #viewport-detector-medium {
    display: none; }

  #viewport-detector-large {
    display: none; }

  body {
    min-width: 275px; }

  body, #website-container {
    background: initial; }

  .page-content, .more-content, .top-content, #hdr, .page-content.has-column-left, .page-content.has-column-right,
  .page-content.has-column-left.has-column-right, #nav-container, #outer, #ftr, .turboweb-sig, #no-teaser, #left-cont {
    width: initial;
    padding: initial; }

  #cont, #cont.page9 .page-content, #leftcol, #left-cont, #rightcol {
    width: 100%;
    padding-top: initial;
    padding-left: initial;
    padding-right: initial; }

  #cont {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px; }

  .page-content .thickbox img,
  #website-container .twimage-multiimage-verticalcascade-container.page_content,
  #website-container .twimage-multiimage-fade5-container.page_content {
    width: 33%;
    margin: 0 0 10px 10px; }

  #website-container .twimage-multiimage-verticalcascade-container.page_content ul > li,
  #website-container .twimage-multiimage-fade5-container.page_content ul > li {
    width: 100%; }

  .twimage-multiimage-verticalcascade-container img,
  .twimage-multiimage-fade5-container img {
    width: 100%; }

  .column.left, .column.right {
    float: initial;
    width: initial;
    padding: initial; }

  iframe {
    width: 100%; }

  .contact {
    margin-bottom: 40px;
    width: initial;
    float: initial;
    display: table;
    position: initial; }
    .contact li {
      float: left;
      clear: left; }

  #hdr {
    display: table;
    width: 100%;
    margin-bottom: 40px;
    box-sizing: border-box;
    height: initial;
    padding: 10px; }

  .logoimg {
    width: 75%;
    padding: initial;
    margin: initial; }

  .burger {
    display: initial;
    float: right;
    font-size: 1.85em;
    cursor: pointer;
    background-color: none;
    color: #fff;
    padding: 10px;
    margin: 10px;
    border-radius: 10%; }

  #nav-container {
    margin-bottom: 40px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 40px;
    height: initial;
    display: none; }
    #nav-container #nav {
      display: block;
      width: 100%; }
      #nav-container #nav ul {
        width: 100%;
        position: initial; }
      #nav-container #nav ul {
        display: none; }
      #nav-container #nav li ul li a {
        width: auto; }
      #nav-container #nav.nav-nested li:hover ul, #nav-container #nav #nav li.sfhover ul {
        display: initial; }
      #nav-container #nav li {
        float: initial;
        text-align: center;
        border: initial;
        width: 100%; }
        #nav-container #nav li a {
          display: inline-block;
          box-sizing: border-box;
          padding: 10px;
          text-shadow: initial;
          border: initial; }
        #nav-container #nav li.off a {
          color: #fff; }
        #nav-container #nav li.off a:hover, #nav-container #nav li ul li a {
          background-color: #aeaeae;
          color: #92c848; }
        #nav-container #nav li.on span.no-href, #nav-container #nav li.on a {
          background-color: #ddd;
          color: #92c848; }

  .slogan, .top-content .slogan {
    position: initial; }

  .slogan2, .top-content .slogan2 {
    width: initial;
    margin-bottom: 40px; }

  #ftr {
    display: table;
    width: 100%; }
    #ftr .item.social-link {
      float: initial;
      width: initial;
      margin: initial; }

  #ftr-nav, #ftr .row-wrapper {
    width: initial; }

  #ftr-nav, #ftr, .turboweb-sig-container {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px; }

  .more-content-wrapper {
    background: none; }

  .more-content .column {
    margin-bottom: 40px;
    clear: left; }

  .ftr-cboxes {
    clear: left; }

  .turboweb-sig {
    padding-top: 16px;
    text-align: left; }

  .more-content li .content, .more-content li .date {
    font-size: inherit; }

  .more-content li p {
    padding: 0; }

  .more-content .column.small-3 {
    width: 100%; }

  .homepage-content .left-content, .homepage-content .right-content {
    width: 100%;
    margin-bottom: 40px;
    padding: 0; }

  .more-content-wrapper {
    margin-top: 0; }

  .top-content-wrapper {
    margin-bottom: 40px; }

  input[type=button], input[type=submit] {
    -webkit-appearance: none; }

  .teaser.box.subscribe table {
    width: 100%; }
    .teaser.box.subscribe table input {
      width: 100%;
      padding-left: initial;
      padding-right: initial; }

  #formtable.contact-form {
    border: none;
    margin-top: 40px;
    padding-bottom: 40px; }
    #formtable.contact-form form {
      margin-bottom: 40px; }
    #formtable.contact-form td {
      padding: 0; }
    #formtable.contact-form td.column50, #formtable.contact-form div.column50 {
      width: 100%;
      margin-bottom: 20px;
      float: left; }
    #formtable.contact-form fieldset, #formtable.contact-form .f-form-v2 .f-fieldcontainer {
      padding-left: initial;
      padding-right: initial; }
  #formtable input#formbutton, #formtable input[type="checkbox"] {
    border: 1px solid #fff !important; }
  #formtable fieldset {
    padding: 10px; }
  #formtable .column-form {
    margin-bottom: 40px; }
  #formtable #map {
    margin-top: 20px;
    box-sizing: border-box; }

  #gallery-list table td.item-description, #gallery-list table td.album-item-description {
    width: 100%;
    float: left;
    padding: initial; }

  .body-store-category .product-summary {
    margin-bottom: 40px; }
    .body-store-category .product-summary .product-border-float-right {
      width: 33%;
      margin: 0 0 10px 10px; }
    .body-store-category .product-summary .product-header-left, .body-store-category .product-summary .product-header-right {
      width: 100%;
      float: left;
      text-align: left; }
    .body-store-category .product-summary .product-header-left h2 {
      width: 100%; }
    .body-store-category .product-summary .product-header-right {
      clear: left;
      text-align: left;
      padding-top: initial;
      padding-bottom: 10px; }
    .body-store-category .product-summary tbody > tr:last-of-type td {
      width: 100%;
      float: left;
      text-align: left; }
    .body-store-category .product-summary .product-bottom-right span {
      float: left;
      clear: left; }
    .body-store-category .product-summary .product-bottom-left {
      padding-bottom: 20px; }
    .body-store-category .product-summary .product-bottom-right .product-option-add-to-cart {
      margin: initial; }
    .body-store-category .product-summary .cat-list-price {
      margin-bottom: 10px; }

  .product-body .thickbox img {
    width: 50%;
    margin: 0 0 20px 20px; }

  #option-choice {
    margin-top: 40px; }
    #option-choice table td {
      width: 100%;
      float: left;
      text-align: left; }
    #option-choice table tr td:last-of-type {
      margin-bottom: 40px; }
    #option-choice a {
      margin-left: initial; }

  .product-border-float-right {
    float: initial; }

  table.store-search-results {
    margin-top: 40px; }
    table.store-search-results td {
      width: 100%;
      float: left;
      text-align: left; }
    table.store-search-results tr td:last-of-type {
      margin-bottom: 40px; }
    table.store-search-results th {
      display: none; }
    table.store-search-results img {
      margin-bottom: 10px; }

  .body-cart .teaser.box.cart, .body-cart-checkout .teaser.box.cart {
    display: none; }

  .body-cart .coupon {
    display: table;
    margin-bottom: 40px; }
    .body-cart .coupon label {
      margin-bottom: 10px; }
    .body-cart .coupon label, .body-cart .coupon input {
      float: left; }
    .body-cart .coupon input[type=text] {
      clear: left;
      margin-right: 10px; }
  .body-cart .checkout > table:last-of-type td {
    width: 100%;
    float: left;
    text-align: left; }
  .body-cart .checkout form table td {
    width: 100%;
    float: left;
    text-align: left; }
  .body-cart .checkout form table tr td:last-of-type {
    margin-bottom: 20px; }
  .body-cart .checkout form table tr:first-of-type {
    display: none; }
  .body-cart .checkout form table .store-cart-border {
    border: initial; }
  .body-cart .checkout form table td.item-title a {
    padding: initial; }
  .body-cart .checkout .button-update {
    float: left;
    margin-bottom: 20px; }

  .body-cart-checkout form table td {
    width: 100%;
    float: left;
    text-align: left; }
  .body-cart-checkout #formtable {
    padding: 10px; }
    .body-cart-checkout #formtable input[type=text], .body-cart-checkout #formtable input[type=email], .body-cart-checkout #formtable select, .body-cart-checkout #formtable textarea {
      width: 95%; }
    .body-cart-checkout #formtable td {
      width: 100% !important; }
    .body-cart-checkout #formtable td.left {
      padding-bottom: initial; }
    .body-cart-checkout #formtable #deliveryOption {
      margin-left: initial !important; }
    .body-cart-checkout #formtable .entryTable table td {
      float: initial !important;
      width: initial !important; }
    .body-cart-checkout #formtable tr:first-of-type th {
      display: none; }
    .body-cart-checkout #formtable td:last-child {
      padding-bottom: 20px; }
    .body-cart-checkout #formtable h2:not(:first-of-type) {
      margin-top: 40px; }
    .body-cart-checkout #formtable .currency-unitprice:after {
      content: ' per item'; }
    .body-cart-checkout #formtable .currency-subtotal:after {
      content: ' in total'; }
  .body-cart-checkout #cart-continue-proceed table td {
    width: 100%;
    float: left;
    text-align: left; } }
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #website-container {
    background: url("images/header-bg.jpg") no-repeat top center; }

  .wrapper {
    width: auto; }

  .burger {
    position: relative;
    top: 138px;
    margin: 0;
    padding: 0;
    font-size: 1.6em; }

  #hdr .box-container {
    right: 0;
    padding: 16px 20px; }
  #hdr a {
    padding-left: 0; }

  .logoimg {
    width: 65%; }

  #nav-container {
    background: #000000;
    margin: 0; }
    #nav-container #nav li.on a {
      background: none; }
    #nav-container #nav li.off:hover a {
      background: none; }
    #nav-container #nav li.off a:hover {
      background: none; }

  .slider-wrapper {
    margin: 0 -10px; }

  #cont {
    background: #fff; }

  .content-entry {
    padding: 30px 15px 0; }

  .box-x3 {
    background: none;
    min-height: auto; }
    .box-x3 .box {
      float: left;
      width: 100%;
      height: auto;
      background: url("images/home-bottom-bg.jpg") no-repeat top center;
      background-size: cover;
      padding: 10px 0;
      border-left: none;
      border-bottom: 1px solid #fff; }
      .box-x3 .box h3 {
        font-size: 1.3em; }

  #rightcol.column.right {
    width: 100% !important; }
  #rightcol .teaser {
    padding: 25px; }

  .social {
    padding: 9px 18px; }
    .social span {
      margin-top: 12px; }

  div.icons {
    margin-left: 15px; }
    div.icons .social-link .item {
      width: 40px;
      height: 40px;
      margin-left: 0; }
      div.icons .social-link .item a:after {
        width: 35px;
        height: 35px;
        font-size: 18px; }

  #ftr-nav,
  #ftr,
  .turboweb-sig-container {
    padding-left: 0;
    padding-right: 0; }

  #ftr-nav a {
    letter-spacing: 0;
    padding: 0; }

  .box-x7 a {
    display: inline-block;
    margin-bottom: 15px; }

  .contact-info {
    text-align: left; }

  .contact-details {
    padding-bottom: 5px; }

  .medium-text-right {
    margin-top: 20px; } }
@media only screen and (min-width: 769px) and (max-width: 1080px) {
  #nav {
    text-align: center; }
    #nav li {
      float: none;
      display: inline-block; }
      #nav li a {
        padding: 20px 8px;
        font-size: 0.9em; }

  #rightcol.column.right {
    width: 100% !important; }

  .box-x3 {
    background-size: cover; } }

/*# sourceMappingURL=style-theme.css.map */
