@charset "UTF-8";
/*
 * Theme Name: WP Theme
 * Theme URI: http://www.onetz.de
 * Theme Description: Responsive Wordpress Theme
 * Consulting
 * Author: JB
 * Author URI: http://www.onetz.de
 * Version: 1.0.2
 * Tags: slider, custom fields
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Textdomain: bostwp
 */
/**
 * font-size
 */
/**
 * color
 * @param  {string} $name
 * @param  {float} $opacity : 1
 * @return {color}
 */
/**
 * Variablen
 */
/* Breakpoints */
/* Grid Variables */
/*
 * function respond
 * @width 	: index from sizes list
 * @dir		: string, min/max, default is min, cause we make mobile first
 *
 *
 *
 */
/*@mixin font-size($size) {
  font-size: $size;
  font-size: calculateRem($size);
}*/
@font-face {
  font-family: "Work Sans";
  src: url("assets/fonts/work-sans/worksans-thin-webfont.woff") format("woff"), url("assets/fonts/work-sans/worksans-thin-webfont.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Work Sans";
  src: url("assets/fonts/work-sans/worksans-bold-webfont.woff") format("woff"), url("assets/fonts/work-sans/worksans-bold-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Work Sans";
  src: url("assets/fonts/work-sans/worksans-regular-webfont.woff") format("woff"), url("assets/fonts/work-sans/worksans-regular-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

.clearfix:after, .cont_12:after, .row:after, .article-content:after, .downloads:after, .gallery-description:after {
  content: "";
  display: table;
  clear: both; }

.clear {
  clear: both; }
  @media screen and (max-width: 479px) {
    .clear--xs {
      clear: both; } }
  @media screen and (min-width: 480px) and (max-width: 780px) {
    .clear--sm {
      clear: both; } }
  @media screen and (min-width: 780px) and (max-width: 1024px) {
    .clear--md {
      clear: both; } }
  @media screen and (min-width: 1024px) and (max-width: 1280px) {
    .clear--lg {
      clear: both; } }
  @media screen and (min-width: 1280px) {
    .clear--xl {
      clear: both; } }

.is-hidden {
  display: none !important; }
  @media screen and (max-width: 479px) {
    .is-hidden--xs {
      display: none !important; } }
  @media screen and (min-width: 480px) and (max-width: 780px) {
    .is-hidden--sm {
      display: none !important; } }
  @media screen and (min-width: 780px) and (max-width: 1024px) {
    .is-hidden--md {
      display: none !important; } }
  @media screen and (min-width: 1024px) and (max-width: 1280px) {
    .is-hidden--lg {
      display: none !important; } }
  @media screen and (min-width: 1280px) {
    .is-hidden--xl {
      display: none !important; } }

[hidden] {
  display: none !important; }

.is-invisible {
  visibility: none !important; }
  @media screen and (max-width: 479px) {
    .is-invisible--xs {
      visibility: none !important; } }
  @media screen and (min-width: 480px) and (max-width: 780px) {
    .is-invisible--sm {
      visibility: none !important; } }
  @media screen and (min-width: 780px) and (max-width: 1024px) {
    .is-invisible--md {
      visibility: none !important; } }
  @media screen and (min-width: 1024px) and (max-width: 1280px) {
    .is-invisible--lg {
      visibility: none !important; } }
  @media screen and (min-width: 1280px) {
    .is-invisible--xl {
      visibility: none !important; } }

.is-visible {
  display: initial !important; }
  @media screen and (max-width: 479px) {
    .is-visible--xs {
      display: inline !important;
      display: inherit !important; } }
  @media screen and (min-width: 480px) and (max-width: 780px) {
    .is-visible--sm {
      display: inline !important;
      display: inherit !important; } }
  @media screen and (min-width: 780px) and (max-width: 1024px) {
    .is-visible--md {
      display: inline !important;
      display: inherit !important; } }
  @media screen and (min-width: 1024px) and (max-width: 1280px) {
    .is-visible--lg {
      display: inline !important;
      display: inherit !important; } }
  @media screen and (min-width: 1280px) {
    .is-visible--xl {
      display: inline !important;
      display: inherit !important; } }

.m-b-0 {
  margin-bottom: 0px; }

.m-t-0 {
  margin-top: 0px; }

.m-y-0 {
  margin-bottom: 0px;
  margin-top: 0px; }

.mstart-0 {
  margin-left: 0px; }

.mend-0 {
  margin-right: 0px; }

.m-x-0 {
  margin-left: 0px;
  margin-right: 0px; }

.m-b-1 {
  margin-bottom: 28px; }

.m-t-1 {
  margin-top: 28px; }

.m-y-1 {
  margin-bottom: 28px;
  margin-top: 28px; }

.mstart-1 {
  margin-left: 25px; }

.mend-1 {
  margin-right: 25px; }

.m-x-1 {
  margin-left: 25px;
  margin-right: 25px; }

.m-b-2 {
  margin-bottom: 56px; }

.m-t-2 {
  margin-top: 56px; }

.m-y-2 {
  margin-bottom: 56px;
  margin-top: 56px; }

.mstart-2 {
  margin-left: 50px; }

.mend-2 {
  margin-right: 50px; }

.m-x-2 {
  margin-left: 50px;
  margin-right: 50px; }

.m-b-3 {
  margin-bottom: 84px; }

.m-t-3 {
  margin-top: 84px; }

.m-y-3 {
  margin-bottom: 84px;
  margin-top: 84px; }

.mstart-3 {
  margin-left: 75px; }

.mend-3 {
  margin-right: 75px; }

.m-x-3 {
  margin-left: 75px;
  margin-right: 75px; }

.m-b-4 {
  margin-bottom: 112px; }

.m-t-4 {
  margin-top: 112px; }

.m-y-4 {
  margin-bottom: 112px;
  margin-top: 112px; }

.mstart-4 {
  margin-left: 100px; }

.mend-4 {
  margin-right: 100px; }

.m-x-4 {
  margin-left: 100px;
  margin-right: 100px; }

.m-b-5 {
  margin-bottom: 140px; }

.m-t-5 {
  margin-top: 140px; }

.m-y-5 {
  margin-bottom: 140px;
  margin-top: 140px; }

.mstart-5 {
  margin-left: 125px; }

.mend-5 {
  margin-right: 125px; }

.m-x-5 {
  margin-left: 125px;
  margin-right: 125px; }

.m-b-6 {
  margin-bottom: 168px; }

.m-t-6 {
  margin-top: 168px; }

.m-y-6 {
  margin-bottom: 168px;
  margin-top: 168px; }

.mstart-6 {
  margin-left: 150px; }

.mend-6 {
  margin-right: 150px; }

.m-x-6 {
  margin-left: 150px;
  margin-right: 150px; }

.m-b-7 {
  margin-bottom: 196px; }

.m-t-7 {
  margin-top: 196px; }

.m-y-7 {
  margin-bottom: 196px;
  margin-top: 196px; }

.mstart-7 {
  margin-left: 175px; }

.mend-7 {
  margin-right: 175px; }

.m-x-7 {
  margin-left: 175px;
  margin-right: 175px; }

.m-b-8 {
  margin-bottom: 224px; }

.m-t-8 {
  margin-top: 224px; }

.m-y-8 {
  margin-bottom: 224px;
  margin-top: 224px; }

.mstart-8 {
  margin-left: 200px; }

.mend-8 {
  margin-right: 200px; }

.m-x-8 {
  margin-left: 200px;
  margin-right: 200px; }

.m-b-9 {
  margin-bottom: 252px; }

.m-t-9 {
  margin-top: 252px; }

.m-y-9 {
  margin-bottom: 252px;
  margin-top: 252px; }

.mstart-9 {
  margin-left: 225px; }

.mend-9 {
  margin-right: 225px; }

.m-x-9 {
  margin-left: 225px;
  margin-right: 225px; }

.as-block {
  display: block        !important; }

.as-inline {
  display: inline       !important; }

.as-inline-block {
  display: inline-block !important; }

.f-left {
  float: left  !important; }

.f-right {
  float: right !important; }

.center {
  display: table !important;
  margin-left: auto;
  margin-right: auto; }

.text-left, .tal {
  text-align: left   !important; }

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

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

/* Only for text-reader */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.flex {
  display: -ms-flexbox;
  display: flex; }
  .flex-row, .flex-row-justify, .flex-row-center, .flex-row-start, .flex-row-end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    .flex-row > *, .flex-row-justify > *, .flex-row-center > *, .flex-row-start > *, .flex-row-end > * {
      float: left; }
    .flex-row:after, .flex-row-justify:after, .flex-row-center:after, .flex-row-start:after, .flex-row-end:after {
      content: "";
      display: table;
      clear: both; }
  .flex-col, .flex-col-justify, .flex-col-center, .flex-col-start, .flex-col-end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .flex-justify, .flex-row-justify, .flex-col-justify {
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .flex-justify > *, .flex-row-justify > *, .flex-col-justify > * {
      -ms-flex: 1 0 0;
          flex: 1 0 0;
      float: left; }
  .flex-center, .flex-row-center, .flex-col-center {
    -ms-flex-pack: center;
        justify-content: center; }
  .flex-start, .flex-row-start, .flex-col-start {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .flex-end, .flex-row-end, .flex-col-end {
    -ms-flex-pack: end;
        justify-content: flex-end; }

/* Text classes */
.text-nowrap {
  white-space: nowrap; }

/* Containers
----------------------------------------------------------------------------------------------------*/
.cont_12 {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%; }

.row {
  margin-left: -25px;
  margin-right: -25px;
  width: auto !important; }

.col_1, .col_xs_1, .col_2, .col_xs_2, .col_3, .col_xs_3, .col_4, .col_xs_4, .col_5, .col_xs_5, .col_6, .col_xs_6, .col_7, .col_xs_7, .col_8, .col_xs_8, .col_9, .col_xs_9, .col_10, .col_xs_10, .col_11, .col_xs_11, .col_12, .col_xs_12, .col_sm_1, .col_sm_2, .col_sm_3, .col_sm_4, .col_sm_5, .col_sm_6, .col_sm_7, .col_sm_8, .col_sm_9, .col_sm_10, .col_sm_11, .col_sm_12, .col_md_1, .col_md_2, .col_md_3, .col_md_4, .col_md_5, .col_md_6, .col_md_7, .col_md_8, .col_md_9, .col_md_10, .col_md_11, .col_md_12, .col_lg_1, .col_lg_2, .col_lg_3, .col_lg_4, .col_lg_5, .col_lg_6, .col_lg_7, .col_lg_8, .col_lg_9, .col_lg_10, .col_lg_11, .col_lg_12, .col_xl_1, .col_xl_2, .col_xl_3, .col_xl_4, .col_xl_5, .col_xl_6, .col_xl_7, .col_xl_8, .col_xl_9, .col_xl_10, .col_xl_11, .col_xl_12 {
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  width: 100%; }

@media screen and (min-width: 0) {
  .cont_12 .alpha_xs {
    padding-left: 0; }
  .cont_12 .omega_xs {
    padding-right: 0; }
  .cont_12 .noalpha_xs {
    padding-left: 25px; }
  .cont_12 .noomega_xs {
    padding-right: 25px; }
  .cont_12 .col_1, .cont_12 .col_xs_1 {
    width: 8.333%; }
  .cont_12 .col_2, .cont_12 .col_xs_2 {
    width: 16.667%; }
  .cont_12 .col_3, .cont_12 .col_xs_3 {
    width: 25%; }
  .cont_12 .col_4, .cont_12 .col_xs_4 {
    width: 33.333%; }
  .cont_12 .col_5, .cont_12 .col_xs_5 {
    width: 41.667%; }
  .cont_12 .col_6, .cont_12 .col_xs_6 {
    width: 50%; }
  .cont_12 .col_7, .cont_12 .col_xs_7 {
    width: 58.333%; }
  .cont_12 .col_8, .cont_12 .col_xs_8 {
    width: 66.667%; }
  .cont_12 .col_9, .cont_12 .col_xs_9 {
    width: 75%; }
  .cont_12 .col_10, .cont_12 .col_xs_10 {
    width: 83.333%; }
  .cont_12 .col_11, .cont_12 .col_xs_11 {
    width: 91.667%; }
  .cont_12 .col_12, .cont_12 .col_xs_12 {
    width: 100%; }
  .cont_12 .push_xs_0, .cont_12 .pull_xs_0 {
    left: 0; }
  .cont_12 .push_xs_1 {
    left: 8.333%; }
  .cont_12 .push_xs_2 {
    left: 16.667%; }
  .cont_12 .push_xs_3 {
    left: 25%; }
  .cont_12 .push_xs_4 {
    left: 33.333%; }
  .cont_12 .push_xs_5 {
    left: 41.667%; }
  .cont_12 .push_xs_6 {
    left: 50%; }
  .cont_12 .push_xs_7 {
    left: 58.333%; }
  .cont_12 .push_xs_8 {
    left: 66.667%; }
  .cont_12 .push_xs_9 {
    left: 75%; }
  .cont_12 .push_xs_10 {
    left: 83.333%; }
  .cont_12 .push_xs_11 {
    left: 91.667%; }
  .cont_12 .push_xs_12 {
    left: 100%; }
  .cont_12 .pull_xs_1 {
    left: -8.333%; }
  .cont_12 .pull_xs_2 {
    left: -16.667%; }
  .cont_12 .pull_xs_3 {
    left: -25%; }
  .cont_12 .pull_xs_4 {
    left: -33.333%; }
  .cont_12 .pull_xs_5 {
    left: -41.667%; }
  .cont_12 .pull_xs_6 {
    left: -50%; }
  .cont_12 .pull_xs_7 {
    left: -58.333%; }
  .cont_12 .pull_xs_8 {
    left: -66.667%; }
  .cont_12 .pull_xs_9 {
    left: -75%; }
  .cont_12 .pull_xs_10 {
    left: -83.333%; }
  .cont_12 .pull_xs_11 {
    left: -91.667%; }
  .cont_12 .pull_xs_12 {
    left: -100%; }
  .cont_12 .prefix_xs_0 {
    margin-left: 0; }
  .cont_12 .suffix_xs_0 {
    margin-right: 0; }
  .cont_12 .prefix_xs_1 {
    margin-left: 8.333%; }
  .cont_12 .suffix_xs_1 {
    margin-right: 8.333%; }
  .cont_12 .prefix_xs_2 {
    margin-left: 16.667%; }
  .cont_12 .suffix_xs_2 {
    margin-right: 16.667%; }
  .cont_12 .prefix_xs_3 {
    margin-left: 25%; }
  .cont_12 .suffix_xs_3 {
    margin-right: 25%; }
  .cont_12 .prefix_xs_4 {
    margin-left: 33.333%; }
  .cont_12 .suffix_xs_4 {
    margin-right: 33.333%; }
  .cont_12 .prefix_xs_5 {
    margin-left: 41.667%; }
  .cont_12 .suffix_xs_5 {
    margin-right: 41.667%; }
  .cont_12 .prefix_xs_6 {
    margin-left: 50%; }
  .cont_12 .suffix_xs_6 {
    margin-right: 50%; }
  .cont_12 .prefix_xs_7 {
    margin-left: 58.333%; }
  .cont_12 .suffix_xs_7 {
    margin-right: 58.333%; }
  .cont_12 .prefix_xs_8 {
    margin-left: 66.667%; }
  .cont_12 .suffix_xs_8 {
    margin-right: 66.667%; }
  .cont_12 .prefix_xs_9 {
    margin-left: 75%; }
  .cont_12 .suffix_xs_9 {
    margin-right: 75%; }
  .cont_12 .prefix_xs_10 {
    margin-left: 83.333%; }
  .cont_12 .suffix_xs_10 {
    margin-right: 83.333%; }
  .cont_12 .prefix_xs_11 {
    margin-left: 91.667%; }
  .cont_12 .suffix_xs_11 {
    margin-right: 91.667%; }
  .cont_12 .row_xs {
    margin-left: -25px;
    margin-right: -25px;
    width: auto !important; } }

@media screen and (min-width: 480px) {
  .cont_12 .alpha_sm {
    padding-left: 0; }
  .cont_12 .omega_sm {
    padding-right: 0; }
  .cont_12 .noalpha_sm {
    padding-left: 25px; }
  .cont_12 .noomega_sm {
    padding-right: 25px; }
  .cont_12 .col_sm_1 {
    width: 8.333%; }
  .cont_12 .col_sm_2 {
    width: 16.667%; }
  .cont_12 .col_sm_3 {
    width: 25%; }
  .cont_12 .col_sm_4 {
    width: 33.333%; }
  .cont_12 .col_sm_5 {
    width: 41.667%; }
  .cont_12 .col_sm_6 {
    width: 50%; }
  .cont_12 .col_sm_7 {
    width: 58.333%; }
  .cont_12 .col_sm_8 {
    width: 66.667%; }
  .cont_12 .col_sm_9 {
    width: 75%; }
  .cont_12 .col_sm_10 {
    width: 83.333%; }
  .cont_12 .col_sm_11 {
    width: 91.667%; }
  .cont_12 .col_sm_12 {
    width: 100%; }
  .cont_12 .push_sm_0, .cont_12 .pull_sm_0 {
    left: 0; }
  .cont_12 .push_sm_1 {
    left: 8.333%; }
  .cont_12 .push_sm_2 {
    left: 16.667%; }
  .cont_12 .push_sm_3 {
    left: 25%; }
  .cont_12 .push_sm_4 {
    left: 33.333%; }
  .cont_12 .push_sm_5 {
    left: 41.667%; }
  .cont_12 .push_sm_6 {
    left: 50%; }
  .cont_12 .push_sm_7 {
    left: 58.333%; }
  .cont_12 .push_sm_8 {
    left: 66.667%; }
  .cont_12 .push_sm_9 {
    left: 75%; }
  .cont_12 .push_sm_10 {
    left: 83.333%; }
  .cont_12 .push_sm_11 {
    left: 91.667%; }
  .cont_12 .push_sm_12 {
    left: 100%; }
  .cont_12 .pull_sm_1 {
    left: -8.333%; }
  .cont_12 .pull_sm_2 {
    left: -16.667%; }
  .cont_12 .pull_sm_3 {
    left: -25%; }
  .cont_12 .pull_sm_4 {
    left: -33.333%; }
  .cont_12 .pull_sm_5 {
    left: -41.667%; }
  .cont_12 .pull_sm_6 {
    left: -50%; }
  .cont_12 .pull_sm_7 {
    left: -58.333%; }
  .cont_12 .pull_sm_8 {
    left: -66.667%; }
  .cont_12 .pull_sm_9 {
    left: -75%; }
  .cont_12 .pull_sm_10 {
    left: -83.333%; }
  .cont_12 .pull_sm_11 {
    left: -91.667%; }
  .cont_12 .pull_sm_12 {
    left: -100%; }
  .cont_12 .prefix_sm_0 {
    margin-left: 0; }
  .cont_12 .suffix_sm_0 {
    margin-right: 0; }
  .cont_12 .prefix_sm_1 {
    margin-left: 8.333%; }
  .cont_12 .suffix_sm_1 {
    margin-right: 8.333%; }
  .cont_12 .prefix_sm_2 {
    margin-left: 16.667%; }
  .cont_12 .suffix_sm_2 {
    margin-right: 16.667%; }
  .cont_12 .prefix_sm_3 {
    margin-left: 25%; }
  .cont_12 .suffix_sm_3 {
    margin-right: 25%; }
  .cont_12 .prefix_sm_4 {
    margin-left: 33.333%; }
  .cont_12 .suffix_sm_4 {
    margin-right: 33.333%; }
  .cont_12 .prefix_sm_5 {
    margin-left: 41.667%; }
  .cont_12 .suffix_sm_5 {
    margin-right: 41.667%; }
  .cont_12 .prefix_sm_6 {
    margin-left: 50%; }
  .cont_12 .suffix_sm_6 {
    margin-right: 50%; }
  .cont_12 .prefix_sm_7 {
    margin-left: 58.333%; }
  .cont_12 .suffix_sm_7 {
    margin-right: 58.333%; }
  .cont_12 .prefix_sm_8 {
    margin-left: 66.667%; }
  .cont_12 .suffix_sm_8 {
    margin-right: 66.667%; }
  .cont_12 .prefix_sm_9 {
    margin-left: 75%; }
  .cont_12 .suffix_sm_9 {
    margin-right: 75%; }
  .cont_12 .prefix_sm_10 {
    margin-left: 83.333%; }
  .cont_12 .suffix_sm_10 {
    margin-right: 83.333%; }
  .cont_12 .prefix_sm_11 {
    margin-left: 91.667%; }
  .cont_12 .suffix_sm_11 {
    margin-right: 91.667%; }
  .cont_12 .row_sm {
    margin-left: -25px;
    margin-right: -25px;
    width: auto !important; } }

@media screen and (min-width: 780px) {
  .cont_12 .alpha_md {
    padding-left: 0; }
  .cont_12 .omega_md {
    padding-right: 0; }
  .cont_12 .noalpha_md {
    padding-left: 25px; }
  .cont_12 .noomega_md {
    padding-right: 25px; }
  .cont_12 .col_md_1 {
    width: 8.333%; }
  .cont_12 .col_md_2 {
    width: 16.667%; }
  .cont_12 .col_md_3 {
    width: 25%; }
  .cont_12 .col_md_4 {
    width: 33.333%; }
  .cont_12 .col_md_5 {
    width: 41.667%; }
  .cont_12 .col_md_6 {
    width: 50%; }
  .cont_12 .col_md_7 {
    width: 58.333%; }
  .cont_12 .col_md_8 {
    width: 66.667%; }
  .cont_12 .col_md_9 {
    width: 75%; }
  .cont_12 .col_md_10 {
    width: 83.333%; }
  .cont_12 .col_md_11 {
    width: 91.667%; }
  .cont_12 .col_md_12 {
    width: 100%; }
  .cont_12 .push_md_0, .cont_12 .pull_md_0 {
    left: 0; }
  .cont_12 .push_md_1 {
    left: 8.333%; }
  .cont_12 .push_md_2 {
    left: 16.667%; }
  .cont_12 .push_md_3 {
    left: 25%; }
  .cont_12 .push_md_4 {
    left: 33.333%; }
  .cont_12 .push_md_5 {
    left: 41.667%; }
  .cont_12 .push_md_6 {
    left: 50%; }
  .cont_12 .push_md_7 {
    left: 58.333%; }
  .cont_12 .push_md_8 {
    left: 66.667%; }
  .cont_12 .push_md_9 {
    left: 75%; }
  .cont_12 .push_md_10 {
    left: 83.333%; }
  .cont_12 .push_md_11 {
    left: 91.667%; }
  .cont_12 .push_md_12 {
    left: 100%; }
  .cont_12 .pull_md_1 {
    left: -8.333%; }
  .cont_12 .pull_md_2 {
    left: -16.667%; }
  .cont_12 .pull_md_3 {
    left: -25%; }
  .cont_12 .pull_md_4 {
    left: -33.333%; }
  .cont_12 .pull_md_5 {
    left: -41.667%; }
  .cont_12 .pull_md_6 {
    left: -50%; }
  .cont_12 .pull_md_7 {
    left: -58.333%; }
  .cont_12 .pull_md_8 {
    left: -66.667%; }
  .cont_12 .pull_md_9 {
    left: -75%; }
  .cont_12 .pull_md_10 {
    left: -83.333%; }
  .cont_12 .pull_md_11 {
    left: -91.667%; }
  .cont_12 .pull_md_12 {
    left: -100%; }
  .cont_12 .prefix_md_0 {
    margin-left: 0; }
  .cont_12 .suffix_md_0 {
    margin-right: 0; }
  .cont_12 .prefix_md_1 {
    margin-left: 8.333%; }
  .cont_12 .suffix_md_1 {
    margin-right: 8.333%; }
  .cont_12 .prefix_md_2 {
    margin-left: 16.667%; }
  .cont_12 .suffix_md_2 {
    margin-right: 16.667%; }
  .cont_12 .prefix_md_3 {
    margin-left: 25%; }
  .cont_12 .suffix_md_3 {
    margin-right: 25%; }
  .cont_12 .prefix_md_4 {
    margin-left: 33.333%; }
  .cont_12 .suffix_md_4 {
    margin-right: 33.333%; }
  .cont_12 .prefix_md_5 {
    margin-left: 41.667%; }
  .cont_12 .suffix_md_5 {
    margin-right: 41.667%; }
  .cont_12 .prefix_md_6 {
    margin-left: 50%; }
  .cont_12 .suffix_md_6 {
    margin-right: 50%; }
  .cont_12 .prefix_md_7 {
    margin-left: 58.333%; }
  .cont_12 .suffix_md_7 {
    margin-right: 58.333%; }
  .cont_12 .prefix_md_8 {
    margin-left: 66.667%; }
  .cont_12 .suffix_md_8 {
    margin-right: 66.667%; }
  .cont_12 .prefix_md_9 {
    margin-left: 75%; }
  .cont_12 .suffix_md_9 {
    margin-right: 75%; }
  .cont_12 .prefix_md_10 {
    margin-left: 83.333%; }
  .cont_12 .suffix_md_10 {
    margin-right: 83.333%; }
  .cont_12 .prefix_md_11 {
    margin-left: 91.667%; }
  .cont_12 .suffix_md_11 {
    margin-right: 91.667%; }
  .cont_12 .row_md {
    margin-left: -25px;
    margin-right: -25px;
    width: auto !important; } }

@media screen and (min-width: 1024px) {
  .cont_12 .alpha_lg {
    padding-left: 0; }
  .cont_12 .omega_lg {
    padding-right: 0; }
  .cont_12 .noalpha_lg {
    padding-left: 25px; }
  .cont_12 .noomega_lg {
    padding-right: 25px; }
  .cont_12 .col_lg_1 {
    width: 8.333%; }
  .cont_12 .col_lg_2 {
    width: 16.667%; }
  .cont_12 .col_lg_3 {
    width: 25%; }
  .cont_12 .col_lg_4 {
    width: 33.333%; }
  .cont_12 .col_lg_5 {
    width: 41.667%; }
  .cont_12 .col_lg_6 {
    width: 50%; }
  .cont_12 .col_lg_7 {
    width: 58.333%; }
  .cont_12 .col_lg_8 {
    width: 66.667%; }
  .cont_12 .col_lg_9 {
    width: 75%; }
  .cont_12 .col_lg_10 {
    width: 83.333%; }
  .cont_12 .col_lg_11 {
    width: 91.667%; }
  .cont_12 .col_lg_12 {
    width: 100%; }
  .cont_12 .push_lg_0, .cont_12 .pull_lg_0 {
    left: 0; }
  .cont_12 .push_lg_1 {
    left: 8.333%; }
  .cont_12 .push_lg_2 {
    left: 16.667%; }
  .cont_12 .push_lg_3 {
    left: 25%; }
  .cont_12 .push_lg_4 {
    left: 33.333%; }
  .cont_12 .push_lg_5 {
    left: 41.667%; }
  .cont_12 .push_lg_6 {
    left: 50%; }
  .cont_12 .push_lg_7 {
    left: 58.333%; }
  .cont_12 .push_lg_8 {
    left: 66.667%; }
  .cont_12 .push_lg_9 {
    left: 75%; }
  .cont_12 .push_lg_10 {
    left: 83.333%; }
  .cont_12 .push_lg_11 {
    left: 91.667%; }
  .cont_12 .push_lg_12 {
    left: 100%; }
  .cont_12 .pull_lg_1 {
    left: -8.333%; }
  .cont_12 .pull_lg_2 {
    left: -16.667%; }
  .cont_12 .pull_lg_3 {
    left: -25%; }
  .cont_12 .pull_lg_4 {
    left: -33.333%; }
  .cont_12 .pull_lg_5 {
    left: -41.667%; }
  .cont_12 .pull_lg_6 {
    left: -50%; }
  .cont_12 .pull_lg_7 {
    left: -58.333%; }
  .cont_12 .pull_lg_8 {
    left: -66.667%; }
  .cont_12 .pull_lg_9 {
    left: -75%; }
  .cont_12 .pull_lg_10 {
    left: -83.333%; }
  .cont_12 .pull_lg_11 {
    left: -91.667%; }
  .cont_12 .pull_lg_12 {
    left: -100%; }
  .cont_12 .prefix_lg_0 {
    margin-left: 0; }
  .cont_12 .suffix_lg_0 {
    margin-right: 0; }
  .cont_12 .prefix_lg_1 {
    margin-left: 8.333%; }
  .cont_12 .suffix_lg_1 {
    margin-right: 8.333%; }
  .cont_12 .prefix_lg_2 {
    margin-left: 16.667%; }
  .cont_12 .suffix_lg_2 {
    margin-right: 16.667%; }
  .cont_12 .prefix_lg_3 {
    margin-left: 25%; }
  .cont_12 .suffix_lg_3 {
    margin-right: 25%; }
  .cont_12 .prefix_lg_4 {
    margin-left: 33.333%; }
  .cont_12 .suffix_lg_4 {
    margin-right: 33.333%; }
  .cont_12 .prefix_lg_5 {
    margin-left: 41.667%; }
  .cont_12 .suffix_lg_5 {
    margin-right: 41.667%; }
  .cont_12 .prefix_lg_6 {
    margin-left: 50%; }
  .cont_12 .suffix_lg_6 {
    margin-right: 50%; }
  .cont_12 .prefix_lg_7 {
    margin-left: 58.333%; }
  .cont_12 .suffix_lg_7 {
    margin-right: 58.333%; }
  .cont_12 .prefix_lg_8 {
    margin-left: 66.667%; }
  .cont_12 .suffix_lg_8 {
    margin-right: 66.667%; }
  .cont_12 .prefix_lg_9 {
    margin-left: 75%; }
  .cont_12 .suffix_lg_9 {
    margin-right: 75%; }
  .cont_12 .prefix_lg_10 {
    margin-left: 83.333%; }
  .cont_12 .suffix_lg_10 {
    margin-right: 83.333%; }
  .cont_12 .prefix_lg_11 {
    margin-left: 91.667%; }
  .cont_12 .suffix_lg_11 {
    margin-right: 91.667%; }
  .cont_12 .row_lg {
    margin-left: -25px;
    margin-right: -25px;
    width: auto !important; } }

@media screen and (min-width: 1280px) {
  .cont_12 .alpha_xl {
    padding-left: 0; }
  .cont_12 .omega_xl {
    padding-right: 0; }
  .cont_12 .noalpha_xl {
    padding-left: 25px; }
  .cont_12 .noomega_xl {
    padding-right: 25px; }
  .cont_12 .col_xl_1 {
    width: 8.333%; }
  .cont_12 .col_xl_2 {
    width: 16.667%; }
  .cont_12 .col_xl_3 {
    width: 25%; }
  .cont_12 .col_xl_4 {
    width: 33.333%; }
  .cont_12 .col_xl_5 {
    width: 41.667%; }
  .cont_12 .col_xl_6 {
    width: 50%; }
  .cont_12 .col_xl_7 {
    width: 58.333%; }
  .cont_12 .col_xl_8 {
    width: 66.667%; }
  .cont_12 .col_xl_9 {
    width: 75%; }
  .cont_12 .col_xl_10 {
    width: 83.333%; }
  .cont_12 .col_xl_11 {
    width: 91.667%; }
  .cont_12 .col_xl_12 {
    width: 100%; }
  .cont_12 .push_xl_0, .cont_12 .pull_xl_0 {
    left: 0; }
  .cont_12 .push_xl_1 {
    left: 8.333%; }
  .cont_12 .push_xl_2 {
    left: 16.667%; }
  .cont_12 .push_xl_3 {
    left: 25%; }
  .cont_12 .push_xl_4 {
    left: 33.333%; }
  .cont_12 .push_xl_5 {
    left: 41.667%; }
  .cont_12 .push_xl_6 {
    left: 50%; }
  .cont_12 .push_xl_7 {
    left: 58.333%; }
  .cont_12 .push_xl_8 {
    left: 66.667%; }
  .cont_12 .push_xl_9 {
    left: 75%; }
  .cont_12 .push_xl_10 {
    left: 83.333%; }
  .cont_12 .push_xl_11 {
    left: 91.667%; }
  .cont_12 .push_xl_12 {
    left: 100%; }
  .cont_12 .pull_xl_1 {
    left: -8.333%; }
  .cont_12 .pull_xl_2 {
    left: -16.667%; }
  .cont_12 .pull_xl_3 {
    left: -25%; }
  .cont_12 .pull_xl_4 {
    left: -33.333%; }
  .cont_12 .pull_xl_5 {
    left: -41.667%; }
  .cont_12 .pull_xl_6 {
    left: -50%; }
  .cont_12 .pull_xl_7 {
    left: -58.333%; }
  .cont_12 .pull_xl_8 {
    left: -66.667%; }
  .cont_12 .pull_xl_9 {
    left: -75%; }
  .cont_12 .pull_xl_10 {
    left: -83.333%; }
  .cont_12 .pull_xl_11 {
    left: -91.667%; }
  .cont_12 .pull_xl_12 {
    left: -100%; }
  .cont_12 .prefix_xl_0 {
    margin-left: 0; }
  .cont_12 .suffix_xl_0 {
    margin-right: 0; }
  .cont_12 .prefix_xl_1 {
    margin-left: 8.333%; }
  .cont_12 .suffix_xl_1 {
    margin-right: 8.333%; }
  .cont_12 .prefix_xl_2 {
    margin-left: 16.667%; }
  .cont_12 .suffix_xl_2 {
    margin-right: 16.667%; }
  .cont_12 .prefix_xl_3 {
    margin-left: 25%; }
  .cont_12 .suffix_xl_3 {
    margin-right: 25%; }
  .cont_12 .prefix_xl_4 {
    margin-left: 33.333%; }
  .cont_12 .suffix_xl_4 {
    margin-right: 33.333%; }
  .cont_12 .prefix_xl_5 {
    margin-left: 41.667%; }
  .cont_12 .suffix_xl_5 {
    margin-right: 41.667%; }
  .cont_12 .prefix_xl_6 {
    margin-left: 50%; }
  .cont_12 .suffix_xl_6 {
    margin-right: 50%; }
  .cont_12 .prefix_xl_7 {
    margin-left: 58.333%; }
  .cont_12 .suffix_xl_7 {
    margin-right: 58.333%; }
  .cont_12 .prefix_xl_8 {
    margin-left: 66.667%; }
  .cont_12 .suffix_xl_8 {
    margin-right: 66.667%; }
  .cont_12 .prefix_xl_9 {
    margin-left: 75%; }
  .cont_12 .suffix_xl_9 {
    margin-right: 75%; }
  .cont_12 .prefix_xl_10 {
    margin-left: 83.333%; }
  .cont_12 .suffix_xl_10 {
    margin-right: 83.333%; }
  .cont_12 .prefix_xl_11 {
    margin-left: 91.667%; }
  .cont_12 .suffix_xl_11 {
    margin-right: 91.667%; }
  .cont_12 .row_xl {
    margin-left: -25px;
    margin-right: -25px;
    width: auto !important; } }

.alpha {
  padding-left: 0; }

.omega {
  padding-right: 0; }

.clear {
  clear: both; }

.clearfix:after, .cont_12:after, .row:after, .article-content:after, .downloads:after, .gallery-description:after, .cf:after, .row:after {
  content: "";
  display: table;
  clear: both; }

.clearer {
  clear: both;
  width: 100%;
  height: 0;
  border-top: 1px solid #CCC;
  margin: 0 0 56px; }
  .clearer.is-invisible {
    border-top: 0; }

/* HTML elementy
// ==================================== */
* {
  box-sizing: border-box; }

html, body {
  height: 100%;
  font-size: 18px; }

html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  margin: 0;
  height: auto;
  min-height: 100%;
  padding: 0;
  position: relative; }

header,
main,
footer,
article,
section,
figure {
  display: block; }

ul, ol {
  margin: 28px 0;
  padding: 0;
  padding-left: 18px;
  list-style-type: none; }

ul {
  list-style: outside disc url("");
  padding-left: 18px; }

ol {
  list-style: outside ideograph-numeric url(""); }

li {
  background-repeat: no-repeat;
  background-position: 0 center; }

p {
  margin: 0;
  padding: 0; }
  p img {
    vertical-align: middle; }
  * + p {
    margin-top: 28px; }
  p a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
            text-decoration-style: dotted; }

mark {
  background-color: #E51A1F; }

h1 {
  font-family: "Primary Font", "Ubuntu", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.071;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase; }
  @media screen and (min-width: 480px) {
    h1 {
      font-size: 60px; } }

h2 {
  font-family: "Primary Font", "Ubuntu", serif;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0; }
  @media screen and (min-width: 480px) {
    h2 {
      font-size: 30px;
      line-height: 28px; } }

h3 {
  font-family: "Primary Font", "Ubuntu", serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  color: #E51A1F; }

h4 {
  font-family: "Primary Font", "Ubuntu", serif;
  font-size: 21px;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 0;
  color: #E51A1F; }

* + h1, * + h2, * + h3, * + h4, * + h5 {
  margin-top: 1.556em; }

h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: underline; }

*:focus {
  outline: none; }

a {
  text-decoration: underline;
  color: currentColor; }
  a:hover {
    text-decoration: none; }
  a:visited {
    text-decoration: line-through; }
  a img {
    border: 0px; }
  a figcaption {
    text-decoration: none; }

img, video {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }
  img.is-broken, video.is-broken {
    width: 100%;
    padding-bottom: 56.5%;
    border: 1px solid #CCC; }

figure {
  margin: 0;
  max-width: 100%;
  height: auto; }

label {
  cursor: pointer; }

table {
  border-collapse: collapse;
  width: 100%; }
  table th, table td {
    text-align: left; }

iframe {
  max-width: 100%; }

small {
  font-size: .8em; }

/** primary button variables */
/** secondary button variables */
/** outline button variables */
/** info button variables */
.button, .button-primary, .button-primary-outline, .button-primary-center, .button-primary-left, .button-primary-right, .button-primary-large, .button-primary-small, .button-info, .button-info-large, .button-info-small, .button-secondary, .button-secondary-outline, .button-secondary-center, .button-secondary-left, .button-secondary-right, .button-secondary-large, .button-secondary-small, .button-outline, .button-outline-left, .button-outline-right, .button-outline-center, .button-outline-large, .button-outline-small, .button-small, .button-large, .button-center {
  background-color: transparent;
  border: 1px solid #E51A1F;
  color: #E51A1F;
  display: inline-block;
  font-family: "Secondary Font", "Ubuntu", sans-serif;
  font-size: 15px;
  line-height: 1;
  max-width: 100%;
  min-width: 10ch;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  transition: all .2s linear;
  vertical-align: middle;
  /**	size */
  /** position */ }
  .button:hover, .button-primary:hover, .button-primary-outline:hover, .button-primary-center:hover, .button-primary-left:hover, .button-primary-right:hover, .button-primary-large:hover, .button-primary-small:hover, .button-info:hover, .button-info-large:hover, .button-info-small:hover, .button-secondary:hover, .button-secondary-outline:hover, .button-secondary-center:hover, .button-secondary-left:hover, .button-secondary-right:hover, .button-secondary-large:hover, .button-secondary-small:hover, .button-outline:hover, .button-outline-left:hover, .button-outline-right:hover, .button-outline-center:hover, .button-outline-large:hover, .button-outline-small:hover, .button-small:hover, .button-large:hover, .button-center:hover {
    background-color: rgba(0, 0, 0, 0.8); }
  .button-primary, .button-primary-outline, .button-primary-center, .button-primary-left, .button-primary-right, .button-primary-large, .button-primary-small, .button-info, .button-info-large, .button-info-small {
    background-color: transparent;
    border-color: #E51A1F;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    color: #400000;
    font-family: "Secondary Font", "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 20px; }
    .button-primary:hover, .button-primary-outline:hover, .button-primary-center:hover, .button-primary-left:hover, .button-primary-right:hover, .button-primary-large:hover, .button-primary-small:hover, .button-info:hover, .button-info-large:hover, .button-info-small:hover {
      background: #E51A1F;
      color: #FFF;
      text-shadow: 0 0 1px transparent; }
    .button-primary:active, .button-primary-outline:active, .button-primary-center:active, .button-primary-left:active, .button-primary-right:active, .button-primary-large:active, .button-primary-small:active, .button-info:active, .button-info-large:active, .button-info-small:active {
      background: #E51A1F;
      color: #FFF;
      text-shadow: 0 0 1px transparent; }
  .button-secondary, .button-secondary-outline, .button-secondary-center, .button-secondary-left, .button-secondary-right, .button-secondary-large, .button-secondary-small {
    background-color: #2AFF35;
    border-color: #2AFF35;
    border-radius: 0;
    color: #400000;
    font-family: "Secondary Font", "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-weight: 400; }
    .button-secondary:hover, .button-secondary-outline:hover, .button-secondary-center:hover, .button-secondary-left:hover, .button-secondary-right:hover, .button-secondary-large:hover, .button-secondary-small:hover {
      background: #75ff7c;
      background: #2AFF35 linear-gradient(to bottom, #75ff7c, #2AFF35);
      color: #333;
      text-shadow: 0 0 1px #00aa09; }
    .button-secondary:active, .button-secondary-outline:active, .button-secondary-center:active, .button-secondary-left:active, .button-secondary-right:active, .button-secondary-large:active, .button-secondary-small:active {
      background: #1ba622;
      background: #2AFF35 linear-gradient(to bottom, #1ba622, #2AFF35);
      color: #333;
      text-shadow: 0 0 1px #00aa09; }
  .button-outline, .button-primary-outline, .button-secondary-outline, .button-outline-left, .button-outline-right, .button-outline-center, .button-outline-large, .button-outline-small {
    background-color: transparent;
    border-width: 1px;
    border-color: #400000;
    border-radius: 0;
    color: #400000;
    font-family: "Secondary Font", "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: normal; }
    .button-outline:hover, .button-primary-outline:hover, .button-secondary-outline:hover, .button-outline-left:hover, .button-outline-right:hover, .button-outline-center:hover, .button-outline-large:hover, .button-outline-small:hover {
      background-color: #400000;
      color: #FFF; }
  .button-info, .button-info-large, .button-info-small {
    background-color: #e93c41;
    border-color: #e93c41; }
  .button-small, .button-primary-small, .button-secondary-small, .button-outline-small, .button-info-small {
    padding: 7px 14px;
    font-size: 15px;
    border-radius: 0; }
  .button-large, .button-primary-large, .button-secondary-large, .button-outline-large, .button-info-large {
    font-size: 18px;
    padding: 14px 50px;
    font-weight: bold;
    border-radius: 0; }
  .button-round {
    border-radius: 4px; }
  .button-center, .button-primary-center, .button-secondary-center, .button-outline-center {
    display: table;
    width: auto;
    max-width: 90%;
    min-width: 100px;
    margin-left: auto;
    margin-right: auto; }
  .button-left, .button-primary-left, .button-secondary-left, .button-outline-left {
    float: left; }
  .button-right, .button-primary-right, .button-secondary-right, .button-outline-right {
    float: right; }
  .button.is-disabled, .is-disabled.button-primary, .is-disabled.button-primary-outline, .is-disabled.button-primary-center, .is-disabled.button-primary-left, .is-disabled.button-primary-right, .is-disabled.button-primary-large, .is-disabled.button-primary-small, .is-disabled.button-info, .is-disabled.button-info-large, .is-disabled.button-info-small, .is-disabled.button-secondary, .is-disabled.button-secondary-outline, .is-disabled.button-secondary-center, .is-disabled.button-secondary-left, .is-disabled.button-secondary-right, .is-disabled.button-secondary-large, .is-disabled.button-secondary-small, .is-disabled.button-outline, .is-disabled.button-outline-left, .is-disabled.button-outline-right, .is-disabled.button-outline-center, .is-disabled.button-outline-large, .is-disabled.button-outline-small, .is-disabled.button-small, .is-disabled.button-large, .is-disabled.button-center, .button [disabled], .button-primary [disabled], .button-primary-outline [disabled], .button-primary-center [disabled], .button-primary-left [disabled], .button-primary-right [disabled], .button-primary-large [disabled], .button-primary-small [disabled], .button-info [disabled], .button-info-large [disabled], .button-info-small [disabled], .button-secondary [disabled], .button-secondary-outline [disabled], .button-secondary-center [disabled], .button-secondary-left [disabled], .button-secondary-right [disabled], .button-secondary-large [disabled], .button-secondary-small [disabled], .button-outline [disabled], .button-outline-left [disabled], .button-outline-right [disabled], .button-outline-center [disabled], .button-outline-large [disabled], .button-outline-small [disabled], .button-small [disabled], .button-large [disabled], .button-center [disabled] {
    background-color: #CCC;
    color: #AAA;
    border-color: #400000;
    cursor: not-allowed;
    border-width: 1px; }

address, .address {
  font-style: normal; }
  address p, .address p {
    margin-top: 0; }
  * + address-part, * + .address-part {
    margin-top: 28px; }
  address-company, .address-company {
    font-weight: 400;
    font-size: 18px; }
    address-company--suffix, .address-company--suffix {
      margin-top: 0; }

.filter-bar {
  list-style: none inside;
  display: -ms-flexbox;
  display: flex; }
  .filter-bar:after {
    content: "";
    display: table;
    clear: both; }
  .filter-bar-item {
    float: left;
    padding-right: 20px;
    cursor: pointer;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .filter-bar-item--search {
      -ms-flex-item-align: end;
          align-self: flex-end;
      margin-left: auto; }

.filter.skin-default .filter-bar {
  border-bottom: 1px solid #400000; }
  .filter.skin-default .filter-bar-item {
    color: #542608;
    line-height: 56px;
    padding-right: 40px; }
    .filter.skin-default .filter-bar-item:hover, .filter.skin-default .is-active.filter-bar-item {
      color: #E51A1F; }
    .filter.skin-default .filter-bar-item--search {
      padding-right: 0; }
      .filter.skin-default .filter-bar-item--search input, .filter.skin-default .filter-bar-item--search button, .filter.skin-default .filter-bar-item--search select {
        border-bottom: 0; }

form, fieldset {
  margin: 0;
  padding: 0;
  border: 0; }
  form:after, fieldset:after {
    content: "";
    display: table;
    clear: both; }

fieldset {
  padding: 2px 0; }
  * + fieldset {
    margin-top: 28px; }
  fieldset legend {
    font-size: 21px;
    line-height: 28px;
    border-bottom: 1px solid #E51A1F;
    padding-left: 25px;
    padding-right: 25px; }

label {
  vertical-align: top;
  color: inherit; }
  .label-above label {
    display: block; }
  .label-left label {
    display: inline-block;
    max-width: 175px;
    width: 45%;
    float: left; }
  .label-right label {
    display: inline-block;
    max-width: 175px;
    width: 45%;
    float: right;
    padding-left: 10px; }
  .checkbox-wrap label {
    max-width: unset;
    width: auto; }

input, select, textarea {
  font-family: "Secondary Font", "Ubuntu", sans-serif;
  font-size: 15px;
  color: inherit;
  border: 1px solid;
  border-radius: 0;
  background-color: unset;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100%;
  height: 42px;
  line-height: 42px; }
  input:placeholder, select:placeholder, textarea:placeholder {
    display: none;
    font-style: italic;
    color: #CCC;
    font-weight: 100;
    text-align: center; }
  input:disabled, input[disabled], select:disabled, select[disabled], textarea:disabled, textarea[disabled] {
    color: #400000;
    background-color: white;
    border-color: #e6e6e6; }
    input:disabled::after, input[disabled]::after, select:disabled::after, select[disabled]::after, textarea:disabled::after, textarea[disabled]::after {
      content: '';
      font-size: 12px; }
  .label-above input, .label-above select, .label-above textarea {
    margin-top: 5px; }
  .label-left input, .label-left select, .label-left textarea {
    max-width: calc( 100% - 176px); }
  .label-right input, .label-right select, .label-right textarea {
    max-width: calc( 100% - 176px); }
  .footer input, .footer select, .footer textarea {
    border: 2px solid #FFF;
    color: #FFF; }

button {
  padding: 0; }

input[type="radio"], input[type="checkbox"] {
  width: auto;
  line-height: 1;
  height: auto;
  border: 0; }
  input[type="radio"]:first-child, input[type="checkbox"]:first-child {
    margin-left: 0; }

input[type="file"] {
  padding: 0; }

textarea {
  max-width: 100%;
  height: auto;
  line-height: 28px;
  padding: 12px; }

button,
input[type="submit"] {
  background-color: transparent;
  border-color: #E51A1F;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: #400000;
  cursor: pointer;
  display: inline-block;
  font-family: "Secondary Font", "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: normal;
  height: auto;
  line-height: 1;
  max-width: 100%;
  min-width: 10ch;
  overflow: hidden;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: all .2s linear;
  vertical-align: middle;
  vertical-align: top;
  width: auto; }

button[type="submit"]:not([class]),
input[type="submit"]:not([class]) {
  background-color: #E51A1F;
  color: #400000;
  margin: 14px 0 0;
  cursor: pointer;
  padding: 14px 50px;
  line-height: 28px;
  height: 56px; }

.form-inline .form-control {
  width: auto; }

.input-group {
  display: -ms-flexbox;
  display: flex;
  border-collapse: separate;
  position: relative;
  border: 1px solid #E51A1F;
  width: 100%; }
  .input-group > * {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    margin: 0;
    border: 0;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    width: auto; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 0;
    padding: 5px; }
  .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    border-left: 0; }
  .input-group button[type="submit"] {
    margin: 0;
    padding: 0;
    border: 0;
    border-left: 1px solid #CCC;
    background-color: #EEEEEE;
    color: #730000;
    padding: 5px;
    line-height: 26px; }
    .input-group button[type="submit"]:hover {
      font-weight: 400; }
  .input-group .suffix, .input-group .prefix {
    text-align: center;
    background-color: #EEEEEE;
    color: #400000; }

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

.datepicker-icon {
  position: absolute;
  right: 25px;
  pointer-events: none; }
  .omega .datepicker-icon,
  .omega_sm .datepicker-icon,
  .omega_md .datepicker-icon,
  .omega_lg .datepicker-icon,
  .omega_xl .datepicker-icon {
    right: 0; }

.newsletter-field {
  background-color: #EEEEEE;
  border-radius: 6px;
  padding: 14px;
  text-align: center;
  font-size: 21px;
  margin: 0 auto 28px;
  border: 0; }
  .newsletter-field:-ms-input-placeholder, .newsletter-field::-ms-placehodler {
    color: #CCC; }
  .newsletter-field::placeholder, .newsletter-field::-ms-placehodler {
    color: #CCC; }

/**
 * WP ContactForm7
 */
span.wpcf7-list-item.first {
  margin-left: 0; }

.wpcf7 .imgradio {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .wpcf7 .imgradio label {
    margin-left: 25px;
    margin-right: 25px;
    -ms-flex: 0 0 0;
        flex: 0 0 0; }
    .wpcf7 .imgradio label:nth-child(1) {
      margin-left: 0; }
    .wpcf7 .imgradio label:last-child {
      margin-right: 0; }
    .wpcf7 .imgradio label input[type="radio"]:checked + img {
      border-color: #E51A1F; }
    .wpcf7 .imgradio label input[type="radio"]:checked ~ span {
      color: #FFF;
      background-color: #E51A1F; }
    .wpcf7 .imgradio label img {
      border: 1px solid transparent; }
    .wpcf7 .imgradio label span {
      max-width: 100%;
      font-weight: bold;
      display: block;
      min-height: 56px; }

.wpcf7 .hideradio {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0; }

.hero {
  background-color: rgba(255, 255, 255, 0.66);
  background-size: cover;
  height: 0;
  width: 100vw;
  max-width: 100%;
  position: relative;
  height: 480px;
  /* 1920x480 == ( 1920 / 4 ) */
  height: 25vw;
  selection: none;
  overflow: hidden; }
  .hero--full {
    /* 1920x1080, this one is full view, so 100vh */
    padding: 0;
    height: 100vh; }
    @media screen and (min-width: 780px) {
      .hero--full {
        margin-bottom: 0;
        /*			&::after {
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 25%;
				background: linear-gradient( to bottom, color( white, .9), color(white, 0));
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=0 );
				z-index: 2;
			}*/ } }
  .hero--big {
    height: 360px;
    height: 75vw; }
    @media screen and (min-width: 480px) {
      .hero--big {
        height: 720px;
        /* 1920x720 == ( 1920 / 4 ) * 1.5 */
        height: 37.5vw; } }
  @media screen and (min-width: 780px) {
    .hero--pull-up {
      margin-bottom: -168px; } }
  .hero img {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: auto;
    max-width: none;
    z-index: 0;
    min-width: 100%;
    min-height: 100%; }
    @supports (object-fit: cover) {
      .hero img {
        width: 100%;
        height: 100%;
        object-fit: cover; } }
    @media screen and (max-width: 779px) {
      .hero img {
        height: 100%;
        width: auto; } }
  .hero--slider {
    z-index: auto;
    height: auto;
    padding: 0;
    background-color: #E51A1F;
    min-height: 0; }
  .hero-slider {
    position: absolute;
    width: 100%;
    height: 100%; }
    .hero-slider img {
      position: static;
      -ms-transform: none;
          transform: none; }
  .hero--video {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAQElEQVQYlW2OwQ0AMAgCbw7XcMFubj81RVpeGgIcQHK1gJC/+shjtkLNTmpTaZMm05IB76YzfTedaW46k28Opg1VYQ5hW3JdzwAAAABJRU5ErkJggg==");
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 5px; }
  .hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover; }
  .hero-scroll {
    display: none;
    position: absolute;
    bottom: 56px;
    left: 50%;
    width: 100px;
    text-align: center;
    margin-left: -50px;
    font-size: 60px; }
    @media screen and (min-width: 780px) {
      .hero-scroll {
        display: block; } }
    .hero-scroll i {
      color: #FFF;
      text-shadow: 0px 2px 3px rgba(68, 0, 0, 0.5); }
  .hero-text {
    margin: 0 auto 0;
    position: absolute;
    width: 765px;
    max-width: 95%;
    z-index: 25;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.5); }
    .hero-text h1, .hero-text h2, .hero-text h3, .hero-text h4, .hero-text h5 {
      font-size: 30px;
      font-weight: 700;
      line-height: 1;
      position: relative;
      margin-bottom: .5em;
      padding-bottom: .5em; }
      .hero-text h1::before, .hero-text h1::after, .hero-text h2::before, .hero-text h2::after, .hero-text h3::before, .hero-text h3::after, .hero-text h4::before, .hero-text h4::after, .hero-text h5::before, .hero-text h5::after {
        content: '';
        position: absolute;
        top: 100%;
        width: 45%;
        height: 1px;
        background-color: #FFF; }
      .hero-text h1::before, .hero-text h2::before, .hero-text h3::before, .hero-text h4::before, .hero-text h5::before {
        left: 0; }
      .hero-text h1::after, .hero-text h2::after, .hero-text h3::after, .hero-text h4::after, .hero-text h5::after {
        right: 0; }
      .hero-text h1 i, .hero-text h2 i, .hero-text h3 i, .hero-text h4 i, .hero-text h5 i {
        font-size: 30px;
        position: absolute;
        bottom: -.5em;
        line-height: 1;
        left: 50%;
        margin-left: -.6em; }
      @media screen and (min-width: 780px) {
        .hero-text h1, .hero-text h2, .hero-text h3, .hero-text h4, .hero-text h5 {
          font-size: 60px; } }
    .hero-text blockquote {
      font-family: "Primary Font", "Ubuntu", serif;
      font-style: italic; }
      .hero-text blockquote small {
        font-size: 15px; }

.listgroup {
  border: 1px solid;
  list-style: inside none;
  padding: 0; }
  .listgroup-item {
    padding: .5em;
    border-width: 0;
    border-style: solid; }
    .listgroup-item + .listgroup-item {
      border-top-width: 1px; }
    .listgroup-item--success {
      color: #00CC04;
      background-color: #c4e9e3; }
    .listgroup-item--info {
      color: #0055FF;
      background-color: #bfd5ff; }
    .listgroup-item--warning {
      color: #FF5F00;
      background-color: #fffcf3; }
    .listgroup-item--error {
      color: #B21600;
      background-color: #f1c7c6; }

.menu {
  list-style-position: outside;
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 1024px) {
    .menu-switch {
      display: none !important; } }
  .menu .menu-item {
    display: block;
    position: relative; }
  .menu-link {
    text-decoration: none;
    display: block; }
  .menu .menu, .menu .menu--horizontal {
    margin: 0; }
    @media screen and (min-width: 780px) {
      .menu .menu, .menu .menu--horizontal {
        left: 100%;
        top: 0; } }
  .menu--horizontal {
    list-style-position: outside;
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-top: 28px;
    margin-bottom: 28px; }
    @media screen and (min-width: 1024px) {
      .menu--horizontal-switch {
        display: none !important; } }
    .menu--horizontal .menu-item {
      display: block;
      position: relative;
      display: inline-block;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .menu--horizontal-link {
      text-decoration: none;
      display: block; }
    .menu--horizontal .menu, .menu--horizontal .menu--horizontal {
      margin: 0; }
      @media screen and (min-width: 780px) {
        .menu--horizontal .menu, .menu--horizontal .menu--horizontal {
          left: 0;
          top: 100%;
          min-width: 100%; } }
    .menu--horizontal .menu-item {
      margin-bottom: 0;
      margin-left: 25px; }
      .menu--horizontal .menu-item:nth-child(1) {
        margin-left: 0; }
  .menu-switch {
    background: transparent;
    border: 0;
    width: 56px;
    height: 56px;
    padding: 0;
    position: absolute;
    top: -84px;
    right: 0;
    color: #FFF;
    font-size: 30px;
    min-width: 0; }
    .menu-switch i::before {
      margin: 0; }
  .menu-link:hover {
    color: #E51A1F; }
  .menu--main {
    max-width: 200px;
    margin-bottom: 0; }
    @media screen and (min-width: 1024px) {
      .menu--main {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-direction: column;
            flex-direction: column;
        margin-top: 56px;
        text-align: center; } }
    .menu--main .menu-item {
      margin-bottom: 14px;
      display: inline-block; }
      @media screen and (min-width: 1024px) {
        .menu--main .menu-item {
          display: inline-block; } }
      .menu--main .is-parent.menu-item {
        padding-right: 1.4em; }
        .menu--main .is-parent.menu-item button {
          position: absolute;
          right: 0;
          width: 1.2em;
          top: 14px;
          margin: 0;
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
          font-size: 21px;
          color: #E51A1F;
          border: 0;
          border-left: 1px solid #CCC;
          background: transparent;
          cursor: pointer; }
          .menu--main .is-parent.menu-item button i::before {
            margin: 0; }
    .menu--main .menu-link, .menu--main .menu--horizontal-link {
      color: #E51A1F;
      position: relative;
      text-transform: uppercase;
      line-height: 42px; }
      .menu--main .menu-link:hover, .menu--main .menu--horizontal-link:hover {
        text-decoration: underline; }
      @media screen and (min-width: 780px) {
        .menu--main .menu-link, .menu--main .menu--horizontal-link {
          line-height: 28px;
          padding: 0 .25em 0.5em; } }
    .menu--main .menu, .menu--main .menu--horizontal {
      padding-top: 14px;
      padding-left: 25px;
      padding-right: 25px;
      margin-left: 0; }
      .menu--main .menu .menu-item, .menu--main .menu--horizontal .menu-item {
        margin-bottom: 14px;
        margin-left: 0 !important;
        display: block; }
      .menu--main .menu .menu-link, .menu--main .menu--horizontal .menu-link, .menu--main .menu .menu--horizontal-link, .menu--main .menu--horizontal .menu--horizontal-link {
        line-height: 1;
        text-align: left;
        text-transform: none;
        font-size: 18px; }
      @media screen and (min-width: 780px) {
        .menu--main .menu, .menu--main .menu--horizontal {
          margin-left: 25px; } }
    .menu--main.menu--horizontal {
      -ms-flex-direction: row;
          flex-direction: row;
      max-width: 100%;
      margin-top: 0;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .menu--main.menu--horizontal .menu-item:not(:first-child) {
        margin-left: 5px; }
      .menu--main.menu--horizontal .menu-link, .menu--main.menu--horizontal .menu--horizontal-link {
        text-align: center; }
        @media screen and (min-width: 780px) {
          .menu--main.menu--horizontal .menu-link, .menu--main.menu--horizontal .menu--horizontal-link {
            text-align: center; } }
      .menu--main.menu--horizontal .menu, .menu--main.menu--horizontal .menu--horizontal {
        left: 0;
        top: 100%;
        position: absolute;
        margin: 0;
        padding: 14px 0;
        z-index: 10; }
  .menu--footer {
    margin-bottom: 0;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    -ms-flex-pack: center;
        justify-content: center; }
    @media screen and (max-width: 779px) {
      .menu--footer {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .menu--footer .menu-item {
          margin-left: 0;
          margin-bottom: 14px; } }
    .menu--footer .menu-item {
      margin-bottom: 0;
      white-space: nowrap;
      margin-left: 0; }
      .menu--footer .menu-item:nth-child(n+2) {
        border-left: 1px solid rgba(255, 255, 255, 0.5); }
    .menu--footer .menu-link, .menu--footer .menu--horizontal-link {
      display: inline-block;
      padding-left: 25px;
      padding-right: 25px;
      text-transform: uppercase;
      font-size: 15px;
      color: rgba(255, 255, 255, 0.5); }
      .menu--footer .menu-link:hover, .menu--footer .menu--horizontal-link:hover {
        color: #FFF; }

/*.menu {
	@include navigation( horizontal, flex-start );
	// background-color: $c-white;

	@include respond( lg, max ) {
		display: flex;
		flex-direction: column;
		position: fixed;
		top: 70px;
		right: 0;
		width: 0;
		// max-width: 300px;
		overflow: auto;
		// height: calc( 100% - 120px );
		bottom: 0;
		background-color: $c-gray-lightultra;
		transition: width .2s ease-in;
		z-index: 1000;
	}

	@include respond( lg ) {
		display: flex;
	}

	&-wrap {
		.toggled-on & {
			position: fixed;
			width: 100%;
			top: 70px;
			z-index: 999;
			bottom: 0;
			background-color: rgba( $c-black, .6 );
			left: 0;
			width: 100%;
		}
	}

	.toggled-on & {
		width: 75%;
	}

	&-switch {
		border: 0;
		outline: 0 !important;
		float:right;
		width: auto;
		padding: 0;

		span {
			display: none;
			font-size: $f-size-lg;
			line-height: .5;
		}

		i {
			font-size: 3em;
			line-height: .25;
		}
	}

	%submenu {
		position: static;
		height: auto;
		width: auto;
		display: none;


		@include respond( lg ) {
			// display: none;
			position: absolute;
			min-width: 100%;
			padding: 0 $gutter/2;
			background-color: $c-gray-light;

		}

		%menu-item {
			float: none;
		}
			%menu-link {
				@include respond( lg, max ) {
					font-size: $f-size-s;
					padding: lh(.25) $gutter/2;
				}
				padding: lh( .5 ) 0;
				text-transform: none;
				font-weight: 400;
			}
	}

	&.lvl-2 {
		@extend %submenu !optional;

	}
	&.lvl-3 {
		@extend %submenu !optional;

	}

	&-item {
		@extend %menu-item !optional;

		&.is-parent {

			> %menu-link {
				text-indent: -1em;
				@include respond( lg ) {
					text-indent: 0;
				}

				@include icon( 'down-open-big', before, true ) {
					color: $c-main;
					font-weight: bold;
					margin-left: 0;
					margin-right: .5em;
					transform-style: preserve-3d;
					transition: transform .1s linear;
					text-indent: 0;
				}

				&:hover{
					&:before {
						transform: rotateX(-180deg);
					}
				}
			}
		}
	}

	&-link {
		@extend %menu-link !optional;
		display: block;
		color: $c-gray;
		text-transform: uppercase;
		font-weight: 400;
		white-space: nowrap;
		padding: lh( .5 ) lh( .5 ) lh();
		text-align: center;
		@include respond( lg, max ) {
			padding: lh( .5 ) lh( .5 );
		}

		&:hover,
		.is-current > & {
			color: $c-main;
		}
	}


	&--footer {
		display: flex;
		background-color: transparent;
		justify-content: flex-start;
		float: left;
		position: static;
		width: auto;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;

		%menu-item {
			flex: 0 0 auto;
			border-left: 1px solid $c-gray-light;

			&:first-child {
				border-left: 0;
			}

			&.facebook-link {
				border: 0;
				width: 100%;
				@include respond( md ) {
					width: auto;
					margin-left: $gutter/2;
				}


				%menu-link {
					color: $c-sec;

					@include icon(facebook-squared, before, true ) {
						color: $c-main;
						font-size: $f-size-lg;
						margin-left: 0;
					}
				}
			}

			&.phone-link,
			&.phone-link-main {
				border: 0;

				%menu-link {
					color: $c-gray;
					padding-left: 0;
					padding-right: lh( .5 );
				}
			}

			&.phone-link-main{

				%menu-link {
					@include icon(phone, before, true ) {
						color: $c-main;
						font-size: $f-size-lg;
						margin-left: 0;
					}
				}
			}
		}

		%menu-link {
			padding: 0 lh( .5 );

			@include respond( lg ) {
				padding: 0 lh();
			}
			text-transform: none;
			color: $c-main;
		}
	}
}*/
.pagination {
  margin: 28px auto;
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }
  .pagination-title {
    margin-right: 12px;
    margin-bottom: 7px; }
  .pagination .page-numbers {
    background-color: #f28d8f;
    color: #FFFFFF;
    line-height: 3ch;
    margin-right: 1ch;
    border-radius: 0;
    min-width: 4ch;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 2px;
    margin-bottom: 7px; }
    .pagination .page-numbers:hover {
      background-color: #E51A1F; }
    .pagination .page-numbers--current {
      background-color: #14A88E !important; }
  .pagination--invert .page-numbers {
    background-color: #FFFFFF;
    color: #E51A1F; }
    .pagination--invert .page-numbers:hover {
      background-color: #f28d8f; }

@media screen and (max-width: -1) {
  .collapse-xs {
    overflow: hidden;
    max-height: 0;
    transition: max-height .2s linear, height .2s linear; }
    .collapse-xs.in {
      max-height: 1680px; }
    .collapse-xs > :first-child {
      margin-top: 14px; }
    .collapse-xs > :last-child {
      margin-bottom: 14px; }
  .collapsing-xs {
    overflow: hidden;
    transition: max-height .2s linear, height .2s linear; } }

@media screen and (max-width: 479px) {
  .collapse-sm {
    overflow: hidden;
    max-height: 0;
    transition: max-height .2s linear, height .2s linear; }
    .collapse-sm.in {
      max-height: 1680px; }
    .collapse-sm > :first-child {
      margin-top: 14px; }
    .collapse-sm > :last-child {
      margin-bottom: 14px; }
  .collapsing-sm {
    overflow: hidden;
    transition: max-height .2s linear, height .2s linear; } }

@media screen and (max-width: 779px) {
  .collapse-md {
    overflow: hidden;
    max-height: 0;
    transition: max-height .2s linear, height .2s linear; }
    .collapse-md.in {
      max-height: 1680px; }
    .collapse-md > :first-child {
      margin-top: 14px; }
    .collapse-md > :last-child {
      margin-bottom: 14px; }
  .collapsing-md {
    overflow: hidden;
    transition: max-height .2s linear, height .2s linear; } }

@media screen and (max-width: 1023px) {
  .collapse-lg {
    overflow: hidden;
    max-height: 0;
    transition: max-height .2s linear, height .2s linear; }
    .collapse-lg.in {
      max-height: 1680px; }
    .collapse-lg > :first-child {
      margin-top: 14px; }
    .collapse-lg > :last-child {
      margin-bottom: 14px; }
  .collapsing-lg {
    overflow: hidden;
    transition: max-height .2s linear, height .2s linear; } }

@media screen and (max-width: 1279px) {
  .collapse-xl {
    overflow: hidden;
    max-height: 0;
    transition: max-height .2s linear, height .2s linear; }
    .collapse-xl.in {
      max-height: 1680px; }
    .collapse-xl > :first-child {
      margin-top: 14px; }
    .collapse-xl > :last-child {
      margin-bottom: 14px; }
  .collapsing-xl {
    overflow: hidden;
    transition: max-height .2s linear, height .2s linear; } }

.collapse {
  overflow: hidden;
  max-height: 0;
  transition: max-height .2s linear, height .2s linear; }
  .collapse.in {
    max-height: 1680px; }
  .collapse > :first-child {
    margin-top: 14px; }
  .collapse > :last-child {
    margin-bottom: 14px; }

.collapsing {
  overflow: hidden;
  transition: max-height .2s linear, height .2s linear; }

[data-toggle="collapse"]:not(.no-icon) {
  position: relative;
  padding-right: 35px;
  cursor: pointer;
  margin-bottom: 0; }
  [data-toggle="collapse"]:not(.no-icon)::after {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    color: #E51A1F;
    font-size: 25px;
    line-height: inherit;
    line-height: inherit;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 35px; }
  [data-toggle="collapse"]:not(.no-icon)[aria-expanded="true"]::after {
    content: ""; }

.sharebox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  margin-top: 28px;
  margin-bottom: 28px;
  float: left; }
  .sharebox--horizontal {
    overflow: hidden; }
  .sharebox--fixed, .sharebox--fixed-top, .sharebox--fixed-top-left, .sharebox--fixed-top-right, .sharebox--fixed-bottom, .sharebox--fixed-bottom-left, .sharebox--fixed-bottom-right {
    position: fixed;
    z-index: 500; }
  .sharebox--left, .sharebox--fixed-top-left, .sharebox--fixed-bottom-left {
    left: 0;
    right: auto; }
  .sharebox--right, .sharebox--fixed-top-right, .sharebox--fixed-bottom-right {
    right: 0;
    left: auto; }
  .sharebox--top, .sharebox--fixed-top, .sharebox--fixed-top-left, .sharebox--fixed-top-right {
    top: 15px;
    bottom: auto; }
  .sharebox--bottom, .sharebox--fixed-bottom, .sharebox--fixed-bottom-left, .sharebox--fixed-bottom-right {
    bottom: 15px;
    top: auto; }
  .sharebox-active {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    visibility: hidden; }
    .sharebox--horizontal .sharebox-active:checked ~ .sharebox-links {
      margin-right: 0; }
  .sharebox-switch {
    background-color: #E51A1F;
    border: 0;
    color: #FFFFFF;
    padding: 8px 15px;
    width: 95px;
    float: left; }
  .sharebox-title {
    line-height: 56px;
    height: 56px;
    text-align: center; }
    .sharebox-title i::before {
      line-height: inherit;
      margin: 0;
      vertical-align: middle; }
  .sharebox ul, .sharebox-links {
    display: -ms-flexbox;
    display: flex;
    list-style: none inside;
    margin: 0;
    transition: margin .2s linear;
    padding: 5px 14px;
    float: left;
    -ms-flex-pack: end;
        justify-content: flex-end;
    align-item: center;
    margin-right: -175px;
    width: 175px; }
    @media screen and (min-width: 780px) {
      .sharebox ul, .sharebox-links {
        margin-right: -300px;
        width: 300px; } }
    .sharebox--vertical .sharebox ul, .sharebox--vertical .sharebox-links {
      -ms-flex-direction: column;
          flex-direction: column; }
  .sharebox-item, .sharebox ul li, .sharebox-links li {
    float: left;
    margin-left: 28px; }
  .sharebox-link, .sharebox ul a, .sharebox-links a {
    display: block;
    padding: 0;
    text-decoration: none; }
    .sharebox-link i, .sharebox ul a i, .sharebox-links a i {
      text-align: center;
      display: inline-block;
      border-radius: 50%;
      background-color: #E51A1F;
      color: #FFFFFF;
      width: 42px;
      height: 42px;
      line-height: 42px; }
    .sharebox-link.disabled, .sharebox ul a.disabled, .sharebox-links a.disabled {
      background-color: #CCC;
      color: #400000; }
    .sharebox-link--facebook.sharebox-link--facebook i {
      background-color: #385187; }
    .sharebox-link--twitter.sharebox-link--twitter i {
      background-color: #1DA1F2; }
    .sharebox-link--pinterest.sharebox-link--pinterest i {
      background-color: #C72527; }
    .sharebox-link--google.sharebox-link--google i {
      background-color: #C72527; }
    .sharebox-link span, .sharebox ul a span, .sharebox-links a span {
      display: none; }
      @media screen and (min-width: 780px) {
        .sharebox-link span, .sharebox ul a span, .sharebox-links a span {
          display: inline; } }
    .sharebox-link i:before, .sharebox ul a i:before, .sharebox-links a i:before {
      margin: 0;
      line-height: inherit; }

#cookieChoiceInfo {
  background-color: #E51A1F;
  color: #FFF;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 7px 14px 7px;
  text-align: center;
  z-index: 9999;
  border-top: 2px solid #400000; }
  #cookieChoiceInfo div {
    margin-bottom: 7px; }
    @media screen and (min-width: 780px) {
      #cookieChoiceInfo div {
        margin-bottom: 0;
        display: inline-block; } }
  #cookieChoiceInfo a {
    background-color: #E51A1F;
    border: 2px solid #400000;
    color: #FFFFFF;
    display: inline-block;
    padding: 7px 14px;
    text-decoration: none;
    border-radius: 0; }
    @media screen and (min-width: 780px) {
      #cookieChoiceInfo a {
        margin-left: 28px; } }
    #cookieChoiceInfo a + a {
      margin-left: 28px; }

.product-slider {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  scroll-snap-points-x: repeat(330px);
  scroll-snap-type: mandatory;
  padding-bottom: 50px; }
  .product-slider--container {
    display: -ms-flexbox;
    display: flex; }
  .product-slider--item {
    -ms-flex: 0 0 280px;
        flex: 0 0 280px; }
    .product-slider--item + .product-slider--item {
      margin-left: 50px; }

.imageslider {
  margin-bottom: 28px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
  /*
	&-item {
		visibility: hidden;
		// position: absolute;
		padding-top: 25%;
		padding-bottom: 13%;
		padding-left: 380px;
		padding-right: $gutter-small;
		height: 0;
		background-size: cover;
		background-position: left top;

		.bx-wrapper & {
			visibility: visible;
			position: relative;
		}
	}
 */ }
  .imageslider-caption {
    padding: 7px 25px;
    background-color: rgba(229, 26, 31, 0.75); }

.slide {
  padding-bottom: 45%;
  padding-top: 20%;
  padding-left: 25px;
  padding-right: 25px;
  height: 0;
  background-size: cover;
  background-position: left top; }
  @media screen and (min-width: 780px) {
    .slide {
      padding-top: 25%;
      padding-bottom: 13%;
      padding-left: 380px; } }
  :nth-child(n+2) > .slide {
    position: absolute;
    top: 0;
    z-index: -1; }
  .bx-wrapper .slide {
    position: relative;
    z-index: auto; }
  .slide::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background: linear-gradient(to top, rgba(68, 0, 0, 0.5), rgba(68, 0, 0, 0));
    z-index: 0; }
  .slide-content {
    text-align: center;
    color: #FFF;
    position: relative;
    z-index: 1; }
  .slide-icon {
    font-size: 25px;
    width: 1.7em;
    height: 1.7em;
    line-height: 1.7;
    background-color: #E51A1F;
    border-radius: 50%;
    margin-bottom: 28px;
    display: inline-block; }
    @media screen and (min-width: 780px) {
      .slide-icon {
        font-size: 60px; } }
  .slide-title {
    font-size: 60px; }
  .slide-text {
    font-size: 21px; }
    @media screen and (min-width: 780px) {
      .slide-text {
        font-size: 60px;
        line-height: 56px; } }

/**
 * BxSlider
 */
.bx-wrapper {
  /**
	 * Hover
	 */ }
  .bx-wrapper ul, .bx-wrapper ol {
    margin: 0 !important; }
  .bx-wrapper .bx-next,
  .bx-wrapper .bx-prev {
    position: absolute;
    bottom: 56px;
    font-size: 60px;
    line-height: 1.2;
    width: 1.2em;
    height: 1.2em;
    overflow: hidden;
    text-decoration: none;
    color: #FFF;
    background-color: #E51A1F;
    transition: transform .2s linear;
    margin-top: -.6em; }
    .bx-wrapper .bx-next:before,
    .bx-wrapper .bx-prev:before {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      margin-right: .2em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-left: .2em;
      display: block;
      margin: 0;
      line-height: inherit; }
  .bx-wrapper .bx-controls-direction a {
    top: auto;
    bottom: 14px;
    background-color: #400;
    color: #FFF;
    border-radius: 0;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    font-size: 18px; }
    @media screen and (min-width: 780px) {
      .bx-wrapper .bx-controls-direction a {
        bottom: 56px;
        font-size: 30px; } }
    .bx-wrapper .bx-controls-direction a::before {
      color: currentColor;
      font-size: 1em;
      line-height: 1.5;
      display: block;
      width: 100%; }
  .bx-wrapper .bx-next {
    right: 25px; }
    .bx-wrapper .bx-next::before {
      content: ""; }
  .bx-wrapper .bx-prev {
    left: 25px; }
    .bx-wrapper .bx-prev::before {
      content: ""; }
  .bx-wrapper .bx-pager.bx-default-pager {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 8px; }
    .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
      display: inline-block;
      margin-left: 3px;
      margin-right: 3px;
      background-color: transparent;
      padding: 0; }
    .bx-wrapper .bx-pager.bx-default-pager .bx-pager-link {
      text-decoration: none;
      width: 1em;
      height: 1em;
      text-indent: 1em;
      border-radius: 50%;
      overflow: hidden;
      display: inline-block;
      background-color: #FFF;
      transition: background-color .1s linear; }
      .bx-wrapper .bx-pager.bx-default-pager .bx-pager-link.active {
        background-color: #E51A1F; }
  .bx-wrapper .bx-controls-auto {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    height: 1.2em; }
    .bx-wrapper .bx-controls-auto-item {
      display: inline-block;
      float: left;
      padding: 0 !important; }
      .bx-wrapper .bx-controls-auto-item a {
        display: inline-block;
        width: 1.2em !important;
        height: 1.2em !important;
        line-height: 1.2;
        overflow: hidden;
        padding: .25em; }
        .bx-wrapper .bx-controls-auto-item a:hover {
          color: #E51A1F; }
        .bx-wrapper .bx-controls-auto-item a::before {
          line-height: 1; }
    .bx-wrapper .bx-controls-auto .bx-start {
      text-decoration: none; }
      .bx-wrapper .bx-controls-auto .bx-start::before {
        content: "";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        min-width: 1em;
        margin-right: .2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .2em; }
      .bx-wrapper .bx-controls-auto .bx-start.active {
        display: none; }
    .bx-wrapper .bx-controls-auto .bx-stop {
      text-decoration: none; }
      .bx-wrapper .bx-controls-auto .bx-stop::before {
        content: "";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        min-width: 1em;
        margin-right: .2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .2em; }
      .bx-wrapper .bx-controls-auto .bx-stop.active {
        display: none; }
  .bx-wrapper:hover .bx-next,
  .bx-wrapper:hover .bx-prev {
    -ms-transform: translateX(0);
        transform: translateX(0); }

.tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border: 1px solid; }
  .tabs-nav {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    list-style: inside none;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media screen and (min-width: 780px) {
      .tabs-nav {
        -ms-flex-direction: row;
            flex-direction: row; } }
    .tabs-nav span {
      cursor: pointer;
      display: inline-block;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
      padding: 0; }
    .tabs-nav a {
      display: block;
      padding: .25em 1em;
      text-decoration: none; }
      .tabs-nav a.is-active {
        background-color: #E51A1F; }
      .tabs-nav a.is-disabled {
        color: #CCC;
        cursor: default; }
  .tabs .tab {
    display: none;
    padding: 25px;
    padding-bottom: 25px;
    min-height: 350px;
    border-top: 1px solid #E51A1F; }
    .tabs .tab:nth-of-type(1) {
      display: block; }
  .tabs--vertical {
    -ms-flex-direction: row;
        flex-direction: row;
    border-top: 1px solid #E51A1F; }
    .tabs--vertical .tabs-nav {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
      border-right: 1px solid #E51A1F; }
      .tabs--vertical .tabs-nav span {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .tabs--vertical .tab {
      -ms-flex-positive: 1;
          flex-grow: 1;
      border: 0; }

.video:not(:last-child) {
  margin-bottom: 28px; }

.video-wrap {
  max-width: 100%;
  height: 0;
  padding-bottom: 56.5%;
  position: relative; }

.video iframe, .video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #999; }

.video--jplayer {
  overflow: hidden; }
  .video--jplayer .jp-video {
    padding-top: 56.25%;
    height: 0;
    position: relative;
    background-color: #000; }
    .video--jplayer .jp-video.jp-state-full-screen {
      width: 100%;
      height: 100%; }
    .video--jplayer .jp-video:hover .jp-player {
      opacity: .75; }
  .video--jplayer .jp-jplayer, .video--jplayer video {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0; }
    .video--jplayer .jp-jplayer img, .video--jplayer video img {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .video--jplayer .jp-gui {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.25); }
    .jp-state-playing .jp-gui {
      background-color: transparent; }
    .video--jplayer .jp-gui .jp-interface,
    .video--jplayer .jp-gui .jp-details {
      position: absolute;
      bottom: 0;
      width: 100%;
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
      transition: transform 0.2s ease-in;
      will-change: transform; }
      .jp-video:hover .jp-gui .jp-interface,
      .jp-video:hover .jp-gui .jp-details {
        -ms-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important; }
      .jp-video.jp-state-playing .jp-gui .jp-interface {
        -ms-transform: translatey(calc( 100% - 4px));
            transform: translatey(calc( 100% - 4px)); }
    .video--jplayer .jp-gui .jp-interface {
      background-color: rgba(0, 0, 0, 0.25); }
    .video--jplayer .jp-gui .jp-details {
      top: 0;
      bottom: 0;
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
      padding: 2px 5px; }
      .video--jplayer .jp-gui .jp-details .jp-title {
        text-align: center; }
    .video--jplayer .jp-gui .jp-progress {
      cursor: pointer; }
      .video--jplayer .jp-gui .jp-progress .jp-seek-bar {
        background: #FFF;
        height: 4px; }
        .video--jplayer .jp-gui .jp-progress .jp-seek-bar .jp-play-bar {
          will-change: width;
          height: 100%;
          background: #E51A1F;
          overflow: hidden; }
    .video--jplayer .jp-gui .jp-current-time, .video--jplayer .jp-gui .jp-duration {
      position: absolute;
      top: 6px;
      font-size: 12px;
      line-height: 1;
      will-change: contents; }
    .video--jplayer .jp-gui .jp-current-time {
      left: 12.5px; }
    .video--jplayer .jp-gui .jp-duration {
      right: 12.5px; }
    .video--jplayer .jp-gui .jp-controller {
      border: 0;
      cursor: pointer;
      width: 1.5em;
      height: 1.5em;
      background: transparent;
      color: #FFF; }
      .video--jplayer .jp-gui .jp-controller span {
        display: none; }
      .video--jplayer .jp-gui .jp-controller:before, .video--jplayer .jp-gui .jp-controller:after {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        min-width: 1em;
        margin-right: .2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .2em;
        margin: 0; }
    .video--jplayer .jp-gui .jp-controls-holder {
      list-style: inside none;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
      -ms-flex-align: middle;
          align-items: middle;
      margin-top: 25px; }
      .video--jplayer .jp-gui .jp-controls-holder .jp-volume-controls {
        padding-left: 12.5px;
        -ms-flex: 1 1 0;
            flex: 1 1 0; }
        .video--jplayer .jp-gui .jp-controls-holder .jp-volume-controls .jp-mute {
          float: left; }
          .video--jplayer .jp-gui .jp-controls-holder .jp-volume-controls .jp-mute::before {
            content: ""; }
        .video--jplayer .jp-gui .jp-controls-holder .jp-volume-controls .jp-volume-max {
          float: left; }
          .video--jplayer .jp-gui .jp-controls-holder .jp-volume-controls .jp-volume-max::before {
            content: ""; }
        .video--jplayer .jp-gui .jp-controls-holder .jp-volume-controls .jp-volume-bar {
          cursor: pointer;
          float: left;
          min-width: 60px;
          padding-right: 12.5px;
          height: 4px;
          background-color: rgba(255, 255, 255, 0.6);
          margin-top: calc( ( 1.5em - 4px ) / 2); }
          .video--jplayer .jp-gui .jp-controls-holder .jp-volume-controls .jp-volume-bar-value {
            height: 100%;
            background-color: #400; }
      .video--jplayer .jp-gui .jp-controls-holder .jp-controls .jp-play::before {
        content: ""; }
      .jp-video.jp-state-playing.jp-video.jp-state-playing.jp-video.jp-state-playing .jp-play::before {
        content: ""; }
      .video--jplayer .jp-gui .jp-controls-holder .jp-controls .jp-stop::before {
        content: ""; }
      .video--jplayer .jp-gui .jp-controls-holder .jp-toggles {
        padding-right: 12.5px;
        -ms-flex: 1 1 0;
            flex: 1 1 0;
        text-align: right; }
        .jp-state-looped .jp-repeat {
          background-color: #E51A1F !important;
          color: #000000 !important; }
  .video--jplayer .jp-video-play {
    display: block;
    height: 48px;
    width: 48px;
    margin-left: -24px;
    margin-top: -24px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000; }
    .video--jplayer .jp-video-play button {
      height: 100% !important;
      width: 100% !important;
      display: block;
      margin: 0; }
      .video--jplayer .jp-video-play button::before {
        content: "";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        min-width: 1em;
        margin-right: .2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .2em; }
      .video--jplayer .jp-video-play button:before {
        width: 100%;
        height: 100%;
        color: #FFF;
        font-size: 38.4px;
        line-height: 1.2 !important;
        margin-left: 2px !important; }

.audio--jplayer {
  /** Progress bars default */
  /** States */ }
  .audio--jplayer .jp-details {
    padding: 3px;
    background-color: #CCC; }
  .audio--jplayer .jp-title {
    text-align: center; }
  .audio--jplayer .jp-gui.jp-interface {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    background-color: #CCC; }
  .audio--jplayer .jp-progress {
    padding: 6px 9px;
    -ms-flex: 1 0 0;
        flex: 1 0 0; }
  .audio--jplayer .jp-current-time {
    margin-right: auto;
    display: table;
    float: left; }
  .audio--jplayer .jp-duration {
    display: table;
    margin-left: auto; }
  .audio--jplayer .jp-controls {
    padding: 0; }
  .audio--jplayer .jp-play,
  .audio--jplayer .jp-pause,
  .audio--jplayer .jp-stop,
  .audio--jplayer .jp-repeat {
    border: 0;
    background-color: transparent;
    padding: 3px;
    margin-top: -3px; }
    .audio--jplayer .jp-play span,
    .audio--jplayer .jp-pause span,
    .audio--jplayer .jp-stop span,
    .audio--jplayer .jp-repeat span {
      display: none; }
  .audio--jplayer .jp-play::before {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em; }
  .audio--jplayer .jp-pause::before {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em; }
  .audio--jplayer .jp-stop::before {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em; }
  .audio--jplayer .jp-repeat::before {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em; }
  .audio--jplayer .jp-mute,
  .audio--jplayer .jp-volume-max {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    float: left; }
    .audio--jplayer .jp-mute span,
    .audio--jplayer .jp-volume-max span {
      display: none; }
  .audio--jplayer .jp-volume-bar {
    float: left;
    margin: 6px 3px;
    min-width: 40px;
    max-width: 75px; }
  .audio--jplayer .jp-mute {
    color: #EEE; }
    .audio--jplayer .jp-mute::before {
      content: "";
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      margin-right: .2em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-left: .2em; }
  .audio--jplayer .jp-volume-max {
    color: #400; }
    .audio--jplayer .jp-volume-max::before {
      content: "";
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      margin-right: .2em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-left: .2em; }
  .audio--jplayer .progress-bar {
    max-width: 100%;
    height: 8px;
    background-color: #EEE;
    border: 1px solid rgba(204, 204, 204, 0.6);
    cursor: pointer; }
  .audio--jplayer .progress-value {
    background-color: #000;
    background: linear-gradient(to bottom, white, #E51A1F);
    height: 6px; }
  .audio--jplayer .jp-state-muted .jp-mute {
    color: #400; }
  .audio--jplayer .jp-state-muted .jp-volume-max {
    color: #EEE; }

/* =================================
    Page
================================= */
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello-entypo/fontello.woff?46446718") format("woff"), url("../fonts/fontello-entypo/fontello.woff2?46446718") format("woff2");
  font-weight: "normal";
  font-style: "normal"; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em; }

[class^="icon-"][class*="large"]:before, [class*=" icon-"][class*="large"]:before {
  font-size: 30px;
  vertical-align: middle; }

.icon-address::before {
  content: ""; }

.icon-adjust::before {
  content: ""; }

.icon-air::before {
  content: ""; }

.icon-alert::before {
  content: ""; }

.icon-archive::before {
  content: ""; }

.icon-arrow-combo::before {
  content: ""; }

.icon-arrows-ccw::before {
  content: ""; }

.icon-attach::before {
  content: ""; }

.icon-attention::before {
  content: ""; }

.icon-back::before {
  content: ""; }

.icon-back-in-time::before {
  content: ""; }

.icon-bag::before {
  content: ""; }

.icon-basket::before {
  content: ""; }

.icon-battery::before {
  content: ""; }

.icon-behance::before {
  content: ""; }

.icon-bell::before {
  content: ""; }

.icon-block::before {
  content: ""; }

.icon-book::before {
  content: ""; }

.icon-book-open::before {
  content: ""; }

.icon-bookmark::before {
  content: ""; }

.icon-bookmarks::before {
  content: ""; }

.icon-box::before {
  content: ""; }

.icon-briefcase::before {
  content: ""; }

.icon-brush::before {
  content: ""; }

.icon-bucket::before {
  content: ""; }

.icon-calendar::before {
  content: ""; }

.icon-camera::before {
  content: ""; }

.icon-cancel::before {
  content: ""; }

.icon-cancel-circled::before {
  content: ""; }

.icon-cancel-squared::before {
  content: ""; }

.icon-cc::before {
  content: ""; }

.icon-cc-by::before {
  content: ""; }

.icon-cc-nc::before {
  content: ""; }

.icon-cc-nc-eu::before {
  content: ""; }

.icon-cc-nc-jp::before {
  content: ""; }

.icon-cc-nd::before {
  content: ""; }

.icon-cc-pd::before {
  content: ""; }

.icon-cc-remix::before {
  content: ""; }

.icon-cc-sa::before {
  content: ""; }

.icon-cc-share::before {
  content: ""; }

.icon-cc-zero::before {
  content: ""; }

.icon-ccw::before {
  content: ""; }

.icon-cd::before {
  content: ""; }

.icon-chart-area::before {
  content: ""; }

.icon-chart-bar::before {
  content: ""; }

.icon-chart-line::before {
  content: ""; }

.icon-chart-pie::before {
  content: ""; }

.icon-chat::before {
  content: ""; }

.icon-check::before {
  content: ""; }

.icon-clipboard::before {
  content: ""; }

.icon-clock::before {
  content: ""; }

.icon-cloud::before {
  content: ""; }

.icon-cloud-thunder::before {
  content: ""; }

.icon-code::before {
  content: ""; }

.icon-cog::before {
  content: ""; }

.icon-comment::before {
  content: ""; }

.icon-compass::before {
  content: ""; }

.icon-credit-card::before {
  content: ""; }

.icon-cup::before {
  content: ""; }

.icon-cw::before {
  content: ""; }

.icon-database::before {
  content: ""; }

.icon-db-shape::before {
  content: ""; }

.icon-direction::before {
  content: ""; }

.icon-doc::before {
  content: ""; }

.icon-doc-landscape::before {
  content: ""; }

.icon-doc-text::before {
  content: ""; }

.icon-doc-text-inv::before {
  content: ""; }

.icon-docs::before {
  content: ""; }

.icon-dot::before {
  content: ""; }

.icon-dot-2::before {
  content: ""; }

.icon-dot-3::before {
  content: ""; }

.icon-down::before {
  content: ""; }

.icon-down-bold::before {
  content: ""; }

.icon-down-circled::before {
  content: ""; }

.icon-down-dir::before {
  content: ""; }

.icon-down-open::before {
  content: ""; }

.icon-down-open-big::before {
  content: ""; }

.icon-down-open-mini::before {
  content: ""; }

.icon-down-thin::before {
  content: ""; }

.icon-download::before {
  content: ""; }

.icon-dribbble::before {
  content: ""; }

.icon-dribbble-circled::before {
  content: ""; }

.icon-drive::before {
  content: ""; }

.icon-dropbox::before {
  content: ""; }

.icon-droplet::before {
  content: ""; }

.icon-erase::before {
  content: ""; }

.icon-evernote::before {
  content: ""; }

.icon-export::before {
  content: ""; }

.icon-eye::before {
  content: ""; }

.icon-facebook::before {
  content: ""; }

.icon-facebook-circled::before {
  content: ""; }

.icon-facebook-squared::before {
  content: ""; }

.icon-fast-backward::before {
  content: ""; }

.icon-fast-forward::before {
  content: ""; }

.icon-feather::before {
  content: ""; }

.icon-flag::before {
  content: ""; }

.icon-flash::before {
  content: ""; }

.icon-flashlight::before {
  content: ""; }

.icon-flattr::before {
  content: ""; }

.icon-flickr::before {
  content: ""; }

.icon-flickr-circled::before {
  content: ""; }

.icon-flight::before {
  content: ""; }

.icon-floppy::before {
  content: ""; }

.icon-flow-branch::before {
  content: ""; }

.icon-flow-cascade::before {
  content: ""; }

.icon-flow-line::before {
  content: ""; }

.icon-flow-parallel::before {
  content: ""; }

.icon-flow-tree::before {
  content: ""; }

.icon-folder::before {
  content: ""; }

.icon-forward::before {
  content: ""; }

.icon-gauge::before {
  content: ""; }

.icon-github::before {
  content: ""; }

.icon-github-circled::before {
  content: ""; }

.icon-globe::before {
  content: ""; }

.icon-google-circles::before {
  content: ""; }

.icon-gplus::before {
  content: ""; }

.icon-gplus-circled::before {
  content: ""; }

.icon-graduation-cap::before {
  content: ""; }

.icon-heart::before {
  content: ""; }

.icon-heart-empty::before {
  content: ""; }

.icon-help::before {
  content: ""; }

.icon-help-circled::before {
  content: ""; }

.icon-home::before {
  content: ""; }

.icon-hourglass::before {
  content: ""; }

.icon-inbox::before {
  content: ""; }

.icon-infinity::before {
  content: ""; }

.icon-info::before {
  content: ""; }

.icon-info-circled::before {
  content: ""; }

.icon-instagram::before {
  content: ""; }

.icon-install::before {
  content: ""; }

.icon-key::before {
  content: ""; }

.icon-keyboard::before {
  content: ""; }

.icon-lamp::before {
  content: ""; }

.icon-language::before {
  content: ""; }

.icon-lastfm::before {
  content: ""; }

.icon-lastfm-circled::before {
  content: ""; }

.icon-layout::before {
  content: ""; }

.icon-leaf::before {
  content: ""; }

.icon-left::before {
  content: ""; }

.icon-left-bold::before {
  content: ""; }

.icon-left-dir::before {
  content: ""; }

.icon-left-open::before {
  content: ""; }

.icon-left-open-big::before {
  content: ""; }

.icon-left-open-mini::before {
  content: ""; }

.icon-left-thin::before {
  content: ""; }

.icon-level-down::before {
  content: ""; }

.icon-level-up::before {
  content: ""; }

.icon-lifebuoy::before {
  content: ""; }

.icon-light-down::before {
  content: ""; }

.icon-light-up::before {
  content: ""; }

.icon-link::before {
  content: ""; }

.icon-linkedin::before {
  content: ""; }

.icon-linkedin-circled::before {
  content: ""; }

.icon-list::before {
  content: ""; }

.icon-list-add::before {
  content: ""; }

.icon-location::before {
  content: ""; }

.icon-lock::before {
  content: ""; }

.icon-lock-open::before {
  content: ""; }

.icon-login::before {
  content: ""; }

.icon-logo-db::before {
  content: ""; }

.icon-logout::before {
  content: ""; }

.icon-loop::before {
  content: ""; }

.icon-magnet::before {
  content: ""; }

.icon-mail::before {
  content: ""; }

.icon-map::before {
  content: ""; }

.icon-megaphone::before {
  content: ""; }

.icon-menu::before {
  content: ""; }

.icon-mic::before {
  content: ""; }

.icon-minus::before {
  content: ""; }

.icon-minus-circled::before {
  content: ""; }

.icon-minus-squared::before {
  content: ""; }

.icon-mixi::before {
  content: ""; }

.icon-mobile::before {
  content: ""; }

.icon-monitor::before {
  content: ""; }

.icon-moon::before {
  content: ""; }

.icon-mouse::before {
  content: ""; }

.icon-music::before {
  content: ""; }

.icon-mute::before {
  content: ""; }

.icon-network::before {
  content: ""; }

.icon-newspaper::before {
  content: ""; }

.icon-note::before {
  content: ""; }

.icon-note-beamed::before {
  content: ""; }

.icon-palette::before {
  content: ""; }

.icon-paper-plane::before {
  content: ""; }

.icon-pause::before {
  content: ""; }

.icon-paypal::before {
  content: ""; }

.icon-pencil::before {
  content: ""; }

.icon-phone::before {
  content: ""; }

.icon-picasa::before {
  content: ""; }

.icon-picture::before {
  content: ""; }

.icon-pinterest::before {
  content: ""; }

.icon-pinterest-circled::before {
  content: ""; }

.icon-play::before {
  content: ""; }

.icon-plus::before {
  content: ""; }

.icon-plus-circled::before {
  content: ""; }

.icon-plus-squared::before {
  content: ""; }

.icon-popup::before {
  content: ""; }

.icon-print::before {
  content: ""; }

.icon-progress-0::before {
  content: ""; }

.icon-progress-1::before {
  content: ""; }

.icon-progress-2::before {
  content: ""; }

.icon-progress-3::before {
  content: ""; }

.icon-publish::before {
  content: ""; }

.icon-qq::before {
  content: ""; }

.icon-quote::before {
  content: ""; }

.icon-rdio::before {
  content: ""; }

.icon-rdio-circled::before {
  content: ""; }

.icon-record::before {
  content: ""; }

.icon-renren::before {
  content: ""; }

.icon-reply::before {
  content: ""; }

.icon-reply-all::before {
  content: ""; }

.icon-resize-full::before {
  content: ""; }

.icon-resize-small::before {
  content: ""; }

.icon-retweet::before {
  content: ""; }

.icon-right::before {
  content: ""; }

.icon-right-bold::before {
  content: ""; }

.icon-right-circled::before {
  content: ""; }

.icon-right-dir::before {
  content: ""; }

.icon-right-open::before {
  content: ""; }

.icon-right-open-big::before {
  content: ""; }

.icon-right-open-mini::before {
  content: ""; }

.icon-right-thin::before {
  content: ""; }

.icon-rocket::before {
  content: ""; }

.icon-rss::before {
  content: ""; }

.icon-search::before {
  content: ""; }

.icon-share::before {
  content: ""; }

.icon-shareable::before {
  content: ""; }

.icon-shuffle::before {
  content: ""; }

.icon-signal::before {
  content: ""; }

.icon-sina-weibo::before {
  content: ""; }

.icon-skype::before {
  content: ""; }

.icon-skype-circled::before {
  content: ""; }

.icon-smashing::before {
  content: ""; }

.icon-sound::before {
  content: ""; }

.icon-soundcloud::before {
  content: ""; }

.icon-spotify::before {
  content: ""; }

.icon-spotify-circled::before {
  content: ""; }

.icon-star::before {
  content: ""; }

.icon-star-empty::before {
  content: ""; }

.icon-stop::before {
  content: ""; }

.icon-stumbleupon::before {
  content: ""; }

.icon-stumbleupon-circled::before {
  content: ""; }

.icon-suitcase::before {
  content: ""; }

.icon-sweden::before {
  content: ""; }

.icon-switch::before {
  content: ""; }

.icon-tag::before {
  content: ""; }

.icon-tape::before {
  content: ""; }

.icon-target::before {
  content: ""; }

.icon-thermometer::before {
  content: ""; }

.icon-thumbs-down::before {
  content: ""; }

.icon-thumbs-up::before {
  content: ""; }

.icon-ticket::before {
  content: ""; }

.icon-to-end::before {
  content: ""; }

.icon-to-start::before {
  content: ""; }

.icon-tools::before {
  content: ""; }

.icon-traffic-cone::before {
  content: ""; }

.icon-trash::before {
  content: ""; }

.icon-trophy::before {
  content: ""; }

.icon-tumblr::before {
  content: ""; }

.icon-tumblr-circled::before {
  content: ""; }

.icon-twitter::before {
  content: ""; }

.icon-twitter-circled::before {
  content: ""; }

.icon-up::before {
  content: ""; }

.icon-up-bold::before {
  content: ""; }

.icon-up-circled::before {
  content: ""; }

.icon-up-dir::before {
  content: ""; }

.icon-up-open::before {
  content: ""; }

.icon-up-open-big::before {
  content: ""; }

.icon-up-open-mini::before {
  content: ""; }

.icon-up-thin::before {
  content: ""; }

.icon-upload::before {
  content: ""; }

.icon-upload-cloud::before {
  content: ""; }

.icon-user::before {
  content: ""; }

.icon-user-add::before {
  content: ""; }

.icon-users::before {
  content: ""; }

.icon-vcard::before {
  content: ""; }

.icon-video::before {
  content: ""; }

.icon-vimeo::before {
  content: ""; }

.icon-vimeo-circled::before {
  content: ""; }

.icon-vkontakte::before {
  content: ""; }

.icon-volume::before {
  content: ""; }

.icon-water::before {
  content: ""; }

.icon-youtube::before {
  content: ""; }

body {
  margin: 0;
  color: #400000;
  font-family: "Secondary Font", "Ubuntu", sans-serif;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 0;
  position: relative; }

@media screen and (min-width: 780px) {
  .page--offcanvas-left.offcanvas-open .header--fixed, .page--offcanvas-left.offcanvas-open .header--fixed-left, .page--offcanvas-left.offcanvas-open .header--fixed-right, .page--offcanvas-left.offcanvas-open .header--fixed-left {
    left: 275px; }
  .page--offcanvas-left.offcanvas-open .header--fixed-right {
    left: auto;
    right: 275px; } }

.page--offcanvas-left.offcanvas-open .page-offcanvas {
  left: 0; }
  .page--offcanvas-left.offcanvas-open .page-offcanvas .menu-wrap {
    max-height: 60%;
    max-height: calc( 100% - 80px);
    overflow: auto; }

@media screen and (min-width: 780px) {
  .page--offcanvas-top.offcanvas-open .header--fixed, .page--offcanvas-top.offcanvas-open .header--fixed-left, .page--offcanvas-top.offcanvas-open .header--fixed-right, .page--offcanvas-top.offcanvas-open .header--fixed-left, .page--offcanvas-top.offcanvas-open .header--fixed-right {
    top: 120px; } }

.page--offcanvas-top.offcanvas-open .page-offcanvas {
  top: 0; }
  .page--offcanvas-top.offcanvas-open .page-offcanvas .menu-wrap {
    overflow: visible; }

.page--offcanvas-top.offcanvas-open .page-wrap {
  margin-left: 0;
  margin-top: 120px; }

.page--offcanvas-right.offcanvas-open .page-offcanvas {
  right: 0; }

.page--offcanvas-right.offcanvas-open .page-wrap {
  margin-left: 0;
  margin-right: 275px; }

.page--offcanvas-bottom.offcanvas-open .page-offcanvas {
  bottom: 0; }

.page--offcanvas-bottom.offcanvas-open .page-wrap {
  margin: 0; }

.page--offcanvas-fullscreen.offcanvas-open .page-offcanvas {
  z-index: 1500;
  opacity: 1; }

.page--offcanvas-fullscreen.offcanvas-open .page-wrap {
  margin: 0; }

.page-wrap {
  margin: 0;
  width: 100%;
  transition: all .3s linear;
  position: relative; }

.page-offcanvas {
  position: fixed;
  z-index: 100;
  background-color: #000000;
  transition: all .3s linear;
  padding: 28px 25px; }
  .page--offcanvas-left .page-offcanvas {
    top: 0;
    left: -275px;
    width: 275px;
    height: 100%;
    overflow: hidden; }
  .page--offcanvas-top .page-offcanvas {
    width: 100%;
    top: -120px;
    height: 120px;
    left: 0; }
  .page--offcanvas-right .page-offcanvas {
    top: 0;
    right: -275px;
    width: 275px;
    height: 100%;
    overflow: hidden; }
  .page--offcanvas-bottom .page-offcanvas {
    width: 100%;
    bottom: -120px;
    height: 120px;
    left: 0;
    top: auto !important; }
  .page--offcanvas-fullscreen .page-offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    opacity: 0; }

.page--1000 .iw {
  width: 1000px; }

.page--1200 .iw {
  width: 1200px; }

.page--1400 .iw {
  width: 1400px; }

.page--1600 .iw {
  width: 1600px; }

.page--full .iw {
  width: 100%; }

.page--custom .iw {
  width: 1530px; }

.header .iw, .content-inner .iw, .footer .iw {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px; }
  .header .iw:after, .content-inner .iw:after, .footer .iw:after {
    content: "";
    display: table;
    clear: both; }

.js-scroll-top,
.js-scroll-down {
  cursor: pointer; }

.share-content {
  position: fixed;
  right: 0;
  bottom: 84px; }
  .share-content .share-layer {
    padding: 0;
    width: 0;
    max-width: 0;
    transition: max-width .2s linear;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 10px; }
  .header--right ~ .share-content {
    right: auto;
    left: auto; }

.header {
  position: relative;
  background-color: #AAA;
  /**
	 * Modifier
	 */ }
  .header .iw {
    position: relative;
    padding-left: 25px;
    padding-right: 25px; }
  .header-top {
    background-color: #777;
    color: #FFFFFF;
    padding: 6px 0;
    text-align: center;
    min-height: 28px; }
    .header-top a {
      text-decoration: none; }
    .header-top i {
      color: #FFFFFF; }
    .header-top-item {
      margin-right: 25px; }
  .header-main {
    padding-top: 14px;
    padding-bottom: 14px; }
  .header-second {
    width: 100%;
    display: none; }
    .header-second.toggled-on {
      display: block;
      position: absolute;
      top: 100%;
      height: calc( 100vh - 100%);
      background-color: rgba(255, 255, 255, 0.9);
      overflow-y: auto;
      z-index: 100; }
    @media screen and (min-width: 780px) {
      .header-second {
        display: block; } }
  .header-stoerer {
    padding: 28px;
    position: absolute;
    top: 100%;
    left: calc( 50% - 765px);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    max-width: 200px; }
    .header-stoerer--round {
      background-color: #E51A1F;
      border-radius: 50%; }
      .header-stoerer--round:before {
        content: '';
        padding-top: 100%;
        float: left;
        width: 1px;
        margin-right: -1px; }
  .header-logo {
    display: block;
    max-width: 300px;
    transition: all .3s linear; }
    @media screen and (min-width: 780px) {
      .header-logo {
        margin-bottom: 28px;
        max-width: 300px; } }
    @media screen and (min-width: 1024px) {
      .header-logo {
        width: 300px;
        float: left;
        margin-right: 50px; } }
    .header-logo-image--fallback {
      display: none; }
    .nosvg .header-logo-image--svg {
      display: none; }
    .nosvg .header-logo-image--fallback {
      display: block; }
    .header--vertical .header-logo {
      float: none; }
  @media screen and (max-width: 1023px) {
    .header-nav {
      position: absolute;
      top: 100%;
      height: calc( 100vh - 84px);
      width: 100%;
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
      background-color: rgba(255, 255, 255, 0.9);
      overflow-y: auto;
      z-index: 100;
      left: 0;
      padding-left: 25px;
      padding-right: 25px;
      transition: transform .05s linear; }
      .header-nav.toggled-on {
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        transition: transform .1s linear; }
      .header-nav .menu--main {
        margin-bottom: 28px; } }
  .header-contactbar {
    background-color: #777;
    color: #EEE;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 350px;
    position: fixed;
    width: 100%; }
    @media screen and (max-width: 779px) {
      .header-contactbar {
        display: none;
        padding-left: 50px; } }
    .header-contactbar #lang_sel_list ul {
      border: none; }
      .header-contactbar #lang_sel_list ul li {
        margin-left: 10px !important; }
        @media screen and (min-width: 780px) {
          .header-contactbar #lang_sel_list ul li {
            margin-left: 25px !important; } }
        .header-contactbar #lang_sel_list ul li a {
          line-height: 28px;
          background: transparent; }
          .header-contactbar #lang_sel_list ul li a:hover {
            background: none; }
        .header-contactbar #lang_sel_list ul li::before {
          content: none !important; }
    .header-contactbar #lang_sel_list img.iclflag {
      vertical-align: baseline; }
    .header-contactbar .menu {
      margin-top: 0;
      margin-bottom: 0; }
  .header-search {
    margin-top: 14px; }
    @media screen and (min-width: 780px) {
      .header-search {
        float: right;
        margin-right: 0; } }
    .header-search-switch {
      float: left;
      background-color: #14A88E;
      color: #E51A1F;
      font-size: 21px;
      border-radius: 0;
      display: block;
      width: 40px; }
      .header-search-switch i::before {
        line-height: .5;
        margin: 0; }
    .header-search .input-group {
      background-color: transparent;
      width: 100%;
      border: 0; }
      .header-search .input-group .form-control {
        background-color: inherit;
        border: 0;
        padding: 0;
        text-align: center;
        line-height: 28px;
        height: auto; }
        @media screen and (min-width: 780px) {
          .header-search .input-group .form-control {
            text-align: right; } }
        @media screen and (min-width: 780px) and (max-width: 1024px) {
          .header-search .input-group .form-control {
            font-size: 15px; } }
        .header-search .input-group .form-control::-moz-placeholder {
          font-style: normal;
          font-weight: 600;
          color: #444;
          opacity: 1;
          text-transform: uppercase; }
        .header-search .input-group .form-control::-webkit-input-placeholder {
          font-style: normal;
          font-weight: 600;
          color: #444;
          opacity: 1;
          text-transform: uppercase; }
      .header-search .input-group-btn {
        width: 40px;
        position: relative;
        line-height: 28px;
        height: auto;
        top: -5px; }
      .header-search .input-group button[type="submit"] {
        background-color: inherit;
        color: #400000;
        font-size: 21px;
        display: block;
        width: 40px;
        min-width: 0;
        border: 0;
        box-shadow: none; }
        .header-search .input-group button[type="submit"]:hover {
          background: transparent; }
        .header-search .input-group button[type="submit"] i::before {
          line-height: .5;
          margin: 0; }
  @media screen and (max-width: 779px) {
    .header-widgets {
      display: none; } }
  @media screen and (min-width: 780px) {
    .header-widgets .widget {
      float: right;
      margin-left: 25px; } }
  .header-widgets .widget i {
    transition: none;
    font-size: 3em;
    float: left; }
  .header-widgets .widget a {
    color: #E51A1F;
    font-weight: 600;
    text-decoration: none; }
  .header-quicknav {
    margin-top: 14px;
    float: right; }
    .header-quicknav .menu-item {
      margin-right: 25px; }
      .header-quicknav .menu-item:last-child {
        margin-right: 0; }
      .header-quicknav .menu-item.icon-cart-after .menu-link::after {
        content: "";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        min-width: 1em;
        margin-right: .2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .2em;
        display: block;
        margin: 3px auto 0;
        line-height: 35px;
        font-size: 24px; }
      .header-quicknav .menu-item.icon-user-after .menu-link::after {
        content: "";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        min-width: 1em;
        margin-right: .2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .2em;
        display: block;
        margin: 3px auto 0;
        line-height: 35px;
        font-size: 24px; }
      .header-quicknav .menu-item .menu-link::after {
        background-color: #14A88E;
        width: 35px;
        height: 35px;
        color: #E51A1F;
        border-radius: 0; }
    .header-quicknav .menu-link {
      font-size: 12px;
      text-align: center;
      text-transform: none;
      margin-top: -9px;
      line-height: 12px;
      padding: 0; }
  @media screen and (min-width: 780px) {
    .header--vertical {
      float: left;
      width: 400px;
      min-height: 100vh; }
    .header--right {
      float: right; }
    .header--fixed, .header--fixed-left, .header--fixed-right {
      position: fixed;
      top: 0;
      width: 100%;
      left: 0;
      z-index: 1000;
      transition: all .3s linear; }
      .header--fixed-left {
        width: 300px;
        height: 100%;
        height: 100vh;
        background-size: 100% auto; }
      .header--fixed-right {
        left: auto;
        right: 0;
        width: 300px;
        height: 100%;
        height: 100vh; } }
  @media screen and (min-width: 1280px) {
    .header--fixed-left {
      width: 400px; }
    .header--fixed-right {
      width: 400px; } }
  .header--small {
    background-color: #FFF; }
    .header--small .textwidget .description {
      display: none; }
    .header--small .textwidget i {
      font-size: 1.5em;
      transition: font-size .3s linear; }
    .header--small .header-logo {
      margin-top: -40px;
      background-color: #FFF;
      padding: 5px 10px;
      margin-left: -10px;
      margin-bottom: -40px; }

.scrollnav {
  position: absolute;
  bottom: 280px; }
  .scrollnav-item {
    display: block;
    width: 30px;
    height: 15px;
    margin-bottom: 15px;
    border-radius: 0 0 0 0;
    background-color: #E51A1F;
    transition: all .1s ease-out;
    will-change: width, background-color;
    cursor: pointer; }
    .scrollnav-item:hover {
      width: 35px;
      background-color: #f67f52; }
    .scrollnav-item.is-active {
      width: 45px;
      background-color: #400000;
      transition: all .1s ease-out; }

/**
 * ToDo's:
 *
 *  [] najit lepsi misto pro tyhle
 *
 */
@keyframes rotate {
  from {
    transform: rotateZ(0deg); }
  to {
    transform: rotateZ(-360deg); } }

.ui-autocomplete {
  margin-left: 0;
  margin-right: 0;
  border: 0;
  border-top: 1px solid #CCC;
  background: #EEEEEE;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: none; }

.ui-widget {
  font-family: "Secondary Font", "Ubuntu", sans-serif; }
  .ui-widget-content {
    color: #400000; }

.ui-front {
  z-index: 1001 !important; }

.ui-menu .ui-state-focus {
  padding-left: 25px;
  padding-right: 25px;
  margin-left: -25px;
  margin-right: -25px;
  border: 0;
  background: #4fbeaa;
  float: none;
  width: auto; }

.content {
  min-height: 60vh; }
  .content.is-reloading,
  .content .is-reloading {
    background: transparent url("/wp-content/uploads/2016/09/logo_300px.png") no-repeat center 100px;
    background-size: 125px; }
    .content.is-reloading::before,
    .content .is-reloading::before {
      content: '';
      position: absolute;
      border-width: 10px 0 0px 0px;
      border-style: solid;
      border-color: #E51A1F;
      width: 125px;
      height: 125px;
      border-radius: 100% 0 0 0;
      animation: rotate 1.5s linear infinite reverse;
      top: 125px;
      left: 50%;
      margin-left: -125px;
      margin-top: -125px;
      -ms-transform-origin: 125px 125px;
          transform-origin: 125px 125px; }
  .content-inner {
    padding-top: 28px;
    padding-bottom: 28px;
    position: relative; }
    .content-inner--image {
      position: relative;
      background-size: cover;
      min-height: 280px; }
      .content-inner--image::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: transparent url("assets/images/hero_pattern.png");
        background-size: 2px 2px;
        opacity: .5; }
      .content-inner--image .header .iw, .header .content-inner--image .iw, .content-inner--image .content-inner .iw, .content-inner .content-inner--image .iw, .content-inner--image .footer .iw, .footer .content-inner--image .iw {
        position: relative;
        z-index: 5; }
    .content-inner .iw--highlight {
      padding-top: 25px;
      padding-bottom: 25px;
      background-color: #EEEEEE;
      background-image: url("./images/pattern.png");
      background: #CCC linear-gradient(-45deg, transparent, transparent 49%, #FFFFFF 50%, transparent 51%);
      background-size: 10px 10px; }
    .content-inner .iw--wide {
      width: 100%; }
    .content-inner .iw--divider {
      padding-bottom: 56px;
      border-bottom: 1px solid #CCC; }
      .content-inner .iw--divider::after {
        content: '';
        display: block;
        position: absolute;
        height: 28px;
        bottom: -14px;
        width: 224px;
        background-color: #E51A1F;
        left: 50%;
        margin-left: -112px; }
  .content-background {
    max-height: 35%;
    max-height: 35vh; }
    @media screen and (min-width: 780px) {
      .content-background {
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 0;
        overflow: hidden;
        right: 35vw;
        width: auto; }
        .content-background .gm {
          padding-top: 0;
          width: 100vw;
          height: 100%;
          height: 100vh; }
        .content-background img {
          object-fit: cover;
          width: 100vw;
          height: 100vh; } }
  .content--full-width .scroll-next {
    display: none; }
  @media screen and (min-width: 780px) {
    .header--fixed-left ~ .content--full-width .iw {
      width: auto;
      margin-left: 400px; }
      .header--fixed-left ~ .content--full-width .iw:before {
        content: none; }
    .header--fixed-right ~ .content--full-width .iw {
      width: auto;
      margin-right: 400px; }
      .header--fixed-right ~ .content--full-width .iw:before {
        content: none; } }
  .header--vertical + .content {
    margin-left: 400px;
    overflow: hidden; }
  .header--right + .content {
    margin-right: 400px;
    margin-left: 0;
    overflow: hidden; }

@media screen and (max-width: 779px) {
  .sidebar--offcanvas {
    background-color: #E51A1F;
    color: #FFFFFF;
    position: fixed;
    z-index: 100;
    left: -280px;
    top: 0;
    bottom: 0;
    width: 280px;
    min-width: 280px;
    overflow: auto; }
    .sidebar--offcanvas h2, .sidebar--offcanvas h3, .sidebar--offcanvas h4, .sidebar--offcanvas h5 {
      color: #FFFFFF; }
    .sidebar--offcanvas *:not(.panel) .btn, .sidebar--offcanvas *:not(.panel) .btn-primary, .sidebar--offcanvas *:not(.panel) .btn-primary-center {
      background-color: #FFFFFF;
      color: #E51A1F; }
  .sidebar-switch {
    position: fixed;
    top: 50%;
    left: 0;
    background-color: #E51A1F;
    color: #FFFFFF;
    border-radius: 0 0 0 0;
    padding: 5px 15px;
    transform: rotateZ(-90deg) translate(-50%, 0);
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    white-space: nowrap; }
    .canvas-slid + .sidebar-switch,
    .canvas-sliding + .sidebar-switch {
      left: 280px; } }

.sidebar--shop .widget + .widget {
  margin-top: 28px; }

@media screen and (min-width: 780px) {
  .sidebar {
    margin-bottom: 56px; }
    .sidebar-wrapper {
      background-color: #EEEEEE;
      padding: 14px 25px; } }

.scroll-next {
  position: absolute;
  bottom: 5px;
  left: 50%;
  display: block;
  width: 100px;
  text-align: center;
  margin-left: -50px;
  color: #400000; }
  @media screen and (max-width: 779px) {
    .scroll-next {
      display: none; } }
  .scroll-next i {
    display: block;
    font-size: 3em; }

.m-bottom, .gallery {
  margin-bottom: 56px; }

.m-top {
  margin-top: 56px; }

.footer {
  position: relative;
  background-color: #777;
  color: #FFF;
  clear: both; }
  .footer a {
    color: inherit; }
  .footer-inner {
    padding-top: 14px;
    padding-bottom: 14px; }
    .footer-inner--top {
      padding-top: 0;
      position: relative; }
      .footer-inner--top .iw {
        padding-top: 28px;
        position: relative;
        z-index: 100; }
        @media screen and (max-width: 779px) {
          .footer-inner--top .iw {
            background-color: rgba(229, 26, 31, 0.5); } }
    .footer-inner--main {
      background-color: #400000; }
    .footer-inner--bottom {
      padding: 6px 0;
      background-color: #400000;
      color: #FFFFFF; }
  .footer-logo {
    display: block;
    position: relative;
    top: -28px;
    margin-bottom: -28px; }
    @media screen and (max-width: 779px) {
      .footer-logo {
        margin-bottom: 28px; } }
    .footer-logo:before {
      content: '';
      position: absolute;
      top: -20px;
      height: 20px;
      left: -25px;
      width: 70px;
      background-color: #777; }
  .footer .iw--copyright {
    padding-top: 0;
    padding-bottom: 0; }
  .footer .copyright {
    color: #CCC;
    font-size: 12px;
    text-align: center; }
  .footer .address-box h2, .footer .address-box h3, .footer .address-box h4 {
    font-family: "Secondary Font", "Ubuntu", sans-serif; }
    .footer .address-box h2 small, .footer .address-box h2 span, .footer .address-box h3 small, .footer .address-box h3 span, .footer .address-box h4 small, .footer .address-box h4 span {
      font-family: "Primary Font", "Ubuntu", serif;
      font-weight: normal;
      text-transform: none; }
  .footer .address-box p {
    margin-top: 0; }
  .footer .address-box a {
    text-decoration: none; }
  .footer .menu-prefix {
    display: table;
    margin: 0 auto 7px; }
    @media screen and (min-width: 1024px) {
      .footer .menu-prefix {
        float: left; } }
    .footer .menu-prefix img {
      margin-right: 25px; }
  .footer-kontakt span {
    display: inline-block;
    margin-right: 25px; }
    .footer-kontakt span:last-child {
      margin-right: 0; }
  .footer-kontakt a {
    text-decoration: none; }
  .footer .footer-google_map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 400px;
    padding: 0;
    color: #400; }
  .footer .widget {
    padding-top: 0;
    padding-bottom: 0; }
    .footer .widget h2 {
      font-size: 21px; }
    .footer .widget--fb {
      padding-left: 0;
      margin-top: 7px; }
      @media screen and (min-width: 780px) {
        .footer .widget--fb {
          float: right;
          text-align: right;
          margin-top: 0; } }

.breadcrumb,
.bc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  -ms-flex-pack: start;
      justify-content: flex-start;
  list-style: none;
  margin: 0;
  margin-bottom: 28px;
  padding-left: 0; }
  .breadcrumb:after,
  .bc:after {
    content: "";
    display: table;
    clear: both; }
  .breadcrumb-link, .breadcrumb li,
  .bc-link,
  .bc li {
    float: left;
    text-decoration: none;
    display: inline-block;
    line-height: 28px; }

.nav-links .nav-previous, .nav-links .nav-next {
  float: left;
  min-width: 25%;
  border: 1px solid;
  color: #CCC;
  padding: 14px;
  white-space: nowrap; }
  .nav-links .nav-previous:hover, .nav-links .nav-next:hover {
    color: #400000; }
  .nav-links .nav-previous a, .nav-links .nav-next a {
    text-decoration: none;
    color: inherit; }

.nav-links .nav-previous a::before {
  content: "";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em; }

.nav-links .nav-next a {
  float: right;
  text-align: right; }
  .nav-links .nav-next a::after {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em; }

.article:not(:last-child) {
  margin-bottom: 28px; }

.article.highlighted {
  background-color: #E51A1F; }

.article.register-infobox {
  margin-bottom: 0;
  padding-bottom: 0; }

.article-head, .heading {
  overflow: hidden;
  margin-bottom: 28px; }
  .article-head:after, .heading:after {
    content: "";
    display: table;
    clear: both; }
  .article-head .title-icon, .heading .title-icon {
    float: left;
    color: #FFF;
    background-color: #E51A1F;
    border-radius: 50%;
    font-size: 60px;
    height: 1.6em;
    width: 1.6em;
    display: inline-block;
    text-align: center;
    line-height: 1.6;
    margin-right: 25px; }
    .article-head .title-icon::before, .heading .title-icon::before, .article-head .title-icon::after, .heading .title-icon::after {
      margin: 0; }

.article-header, .gallery-heading {
  position: relative;
  text-transform: uppercase;
  color: #000;
  font-weight: bold; }
  .article-header--sub {
    text-transform: none;
    margin-top: 0;
    border-bottom: 0;
    color: #400;
    font-weight: 400; }
    .article-header + .article-header--sub, .gallery-heading + .article-header--sub {
      margin-top: 0; }
  .article-header a, .gallery-heading a {
    text-decoration: none; }
  .title-link + .article-header, .title-link + .gallery-heading {
    margin-top: 0; }

.article-content, .downloads, .gallery-description {
  column-gap: 50px; }
  .article-content img.alignright, .downloads img.alignright, .gallery-description img.alignright, .article-content img.right, .downloads img.right, .gallery-description img.right {
    float: right;
    margin-left: 20px; }
  .article-content img.alignleft, .downloads img.alignleft, .gallery-description img.alignleft, .article-content img.left, .downloads img.left, .gallery-description img.left {
    float: left;
    margin-right: 20px; }
  .article-content img.round, .downloads img.round, .gallery-description img.round {
    border-radius: 100%; }
  .article-content img.border, .downloads img.border, .gallery-description img.border {
    border: 1px solid #CCC; }
  .article-content a:not([class]), .downloads a:not([class]), .gallery-description a:not([class]) {
    font-weight: bold; }
  .article-content [class^="icon-"]:before, .downloads [class^="icon-"]:before, .gallery-description [class^="icon-"]:before, .article-content [class*=" icon-"]:before, .downloads [class*=" icon-"]:before, .gallery-description [class*=" icon-"]:before {
    color: #E51A1F; }
  @media screen and (min-width: 780px) {
    .article-content[data-columns] h2, [data-columns].downloads h2, [data-columns].gallery-description h2, .article-content[data-columns] h3, [data-columns].downloads h3, [data-columns].gallery-description h3, .article-content[data-columns] h4, [data-columns].downloads h4, [data-columns].gallery-description h4, .article-content[data-columns] h5, [data-columns].downloads h5, [data-columns].gallery-description h5 {
      break-after: avoid;
      break-inside: avoid;
      page-break-after: avoid; }
    .article-content[data-columns="2"], [data-columns="2"].downloads, [data-columns="2"].gallery-description {
      column-count: 2; }
    .article-content[data-columns="3"], [data-columns="3"].downloads, [data-columns="3"].gallery-description {
      column-count: 3; }
    .article-content[data-columns="4"], [data-columns="4"].downloads, [data-columns="4"].gallery-description {
      column-count: 4; }
    .article-content[data-columns="5"], [data-columns="5"].downloads, [data-columns="5"].gallery-description {
      column-count: 5; }
    .article-content[data-columns="6"], [data-columns="6"].downloads, [data-columns="6"].gallery-description {
      column-count: 6; } }
  .article-content p.no-break, .downloads p.no-break, .gallery-description p.no-break {
    break-inside: avoid;
    break-after: auto; }

.article-figure {
  display: table; }
  @media screen and (max-width: 779px) {
    .article-figure {
      margin-bottom: 28px; } }
  .article-content + .article-figure, .downloads + .article-figure, .gallery-description + .article-figure {
    margin-top: 28px; }
  .article-figure.has-link {
    position: relative; }
    .article-figure.has-link::before {
      content: "";
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      margin-right: .2em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-left: .2em;
      opacity: 0;
      position: absolute;
      top: 52%;
      left: 50%;
      margin-top: -1em;
      margin-left: -1em;
      padding: .5em;
      color: #E51A1F;
      border-radius: 50%;
      font-size: 25px;
      background-color: rgba(255, 255, 255, 0.6);
      transition: all .2s linear; }
    .article-figure.has-link:hover:before {
      transition: all .1s linear;
      opacity: 1;
      top: 50%; }
  @media screen and (min-width: 780px) {
    .article-figure--left {
      max-width: 50%;
      max-width: calc( 50% - 25px);
      float: left;
      margin-right: 50px; }
    .article-figure--right {
      max-width: 50%;
      max-width: calc( 50% - 25px);
      float: right;
      margin-left: 50px; }
    .article-figure--center {
      margin-left: auto;
      margin-right: auto; } }
  .article-figure-caption {
    background-color: rgba(229, 26, 31, 0.8);
    margin-top: -42px;
    color: white;
    padding: 7px 25px;
    position: relative; }

.article .content-more {
  margin-top: 56px; }

.downloads {
  list-style: outside none;
  margin: 28px 0;
  padding: 25px; }
  @media screen and (min-width: 780px) {
    .downloads {
      column-count: 2;
      column-gap: 50px; } }
  .downloads-item {
    margin-bottom: 14px;
    break-inside: avoid-column; }
  .downloads-link {
    display: block;
    text-decoration: none; }
    .downloads-link i {
      color: #E51A1F; }
  .downloads-description {
    margin-top: 12.5px;
    color: #cccccc; }

/**
 * not good but
 */
.heading {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 42px;
  border-bottom: 2px solid;
  max-width: 765px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase; }
  .content-inner--image .heading {
    color: #FFF;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5); }
    .content-inner--image .heading::after {
      content: '';
      position: absolute;
      height: 2px;
      width: 100%;
      bottom: -2px;
      left: 0;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.5); }

.title-icon::before, .title-icon::after {
  margin-left: 0; }

.title-icon + .article-header, .title-icon + .gallery-heading {
  margin-top: 0; }

.title-link {
  float: right;
  position: relative;
  z-index: 5;
  color: #E51A1F;
  text-decoration: none; }

.blogposts-iwrap {
  background-color: #C51E1C;
  padding: 25px; }

.blogposts-header {
  color: #FFFFFF;
  margin-bottom: 25px;
  text-align: left; }

.post {
  margin-bottom: 30px; }
  @media screen and (min-width: 780px) {
    .post > .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }
  .post-term {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 12px; }
  .post-content {
    margin-top: 28px;
    height: 100%;
    position: relative; }
    @media screen and (max-width: 779px) {
      .post-content {
        border-top: 0; } }
  .post-title {
    font-size: 30px; }
    @media screen and (max-width: 779px) {
      .post-title {
        font-size: 25px;
        line-height: 42px; } }
    .post-title a {
      text-decoration: none; }
  .post-date {
    font-size: 15px; }
  .post-picture {
    text-align: center;
    border: 1px solid;
    border-bottom: 0; }
    @media screen and (min-width: 780px) {
      .post-picture {
        border: 0; } }
  .post-details {
    font-size: 15px; }
    .post-details p + p {
      margin-top: 14px; }
  .post-link, .post .read-more {
    text-decoration: none;
    font-weight: bold;
    color: #E51A1F; }
  .post-footer {
    margin-top: 14px; }
  .post .meta {
    font-size: 12px;
    font-weight: 400; }
    .post .meta a {
      font: inherit; }
  .post-date--event strong {
    display: block; }
  .post--event .post-iw {
    background-color: #EEEEEE;
    padding: 14px 0;
    overflow: hidden; }
  .post--event .meta {
    font-size: 15px; }
  .post--event .post-date {
    line-height: 1.2;
    margin-bottom: 28px; }
  .post--event .post-footer {
    background-color: #CCC;
    margin-bottom: -14px;
    text-align: center;
    padding-top: inherit;
    padding-bottom: inherit; }
    @media screen and (min-width: 780px) {
      .post--event .post-footer {
        min-height: 210px; } }
    @media screen and (min-width: 1024px) {
      .post--event .post-footer {
        margin-top: -14px;
        margin-bottom: -280px;
        padding-bottom: 280px; } }
  .post--card {
    margin-bottom: 56px; }
    @media screen and (min-width: 780px) {
      .post--card.col_md_6:nth-child(2n+1) {
        clear: left; }
      .post--card.col_md_4:nth-child(3n+1) {
        clear: left; }
      .post--card.col_md_3:nth-child(4n+1) {
        clear: left; }
      .post--card.col_md_2:nth-child(6n+1) {
        clear: left; } }

/**
 *	@Name: Gallery
 *	@Description:
 *	@Version: 0.5
 *
 */
.gallery-description {
  margin-bottom: 25px; }

.gallery-list {
  margin-left: -12.5px;
  margin-right: -12.5px; }
  .no-gap .gallery-list {
    margin-left: 0;
    margin-right: 0; }

.gallery-item {
  text-align: center;
  position: relative;
  float: left;
  padding: 0;
  overflow: hidden;
  border: 12.5px solid transparent; }
  .no-gap .gallery-item {
    border: 0; }
  .gallery-item a {
    text-decoration: none; }
  .gallery--cols_2 .gallery-item {
    width: 50%; }
    @media screen and (max-width: 1023px) {
      .gallery--cols_2 .gallery-item {
        width: 100%; } }
    @media screen and (max-width: 779px) {
      .gallery--cols_2 .gallery-item {
        width: 100%; } }
    @media screen and (max-width: 479px) {
      .gallery--cols_2 .gallery-item {
        width: Infinity; } }
  .gallery--cols_3 .gallery-item {
    width: 33.333%; }
    @media screen and (max-width: 1023px) {
      .gallery--cols_3 .gallery-item {
        width: 50%; } }
    @media screen and (max-width: 779px) {
      .gallery--cols_3 .gallery-item {
        width: 100%; } }
    @media screen and (max-width: 479px) {
      .gallery--cols_3 .gallery-item {
        width: Infinity; } }
  .gallery--cols_4 .gallery-item {
    width: 25%; }
    @media screen and (max-width: 1023px) {
      .gallery--cols_4 .gallery-item {
        width: 50%; } }
    @media screen and (max-width: 779px) {
      .gallery--cols_4 .gallery-item {
        width: 50%; } }
    @media screen and (max-width: 479px) {
      .gallery--cols_4 .gallery-item {
        width: 100%; } }
  .gallery--cols_5 .gallery-item {
    width: 20%; }
    @media screen and (max-width: 1023px) {
      .gallery--cols_5 .gallery-item {
        width: 33.333%; } }
    @media screen and (max-width: 779px) {
      .gallery--cols_5 .gallery-item {
        width: 50%; } }
    @media screen and (max-width: 479px) {
      .gallery--cols_5 .gallery-item {
        width: 100%; } }
  .gallery--cols_6 .gallery-item {
    width: 16.667%; }
    @media screen and (max-width: 1023px) {
      .gallery--cols_6 .gallery-item {
        width: 33.333%; } }
    @media screen and (max-width: 779px) {
      .gallery--cols_6 .gallery-item {
        width: 50%; } }
    @media screen and (max-width: 479px) {
      .gallery--cols_6 .gallery-item {
        width: 100%; } }
  .gallery-item img {
    transition: transform .3s ease-in-out; }
  .gallery-item:hover img {
    -ms-transform: scale(1.2);
        transform: scale(1.2); }

.gallery-link {
  display: block; }
  .gallery-link::before {
    opacity: 0;
    position: absolute;
    top: 52%;
    left: 50%;
    margin-top: -1em;
    margin-left: -1em;
    padding: .5em;
    color: #E51A1F;
    border-radius: 50%;
    font-size: 25px;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all .2s linear;
    z-index: 1; }
  .gallery-link:hover::before {
    transition: all .1s linear;
    opacity: 1;
    top: 50%; }

.gallery-image {
  max-width: 100%;
  height: auto;
  width: 100%; }

.gallery-caption {
  background-color: rgba(229, 26, 31, 0.5);
  color: #FFFFFF;
  line-height: 1.2;
  position: absolute;
  font-weight: normal;
  bottom: 0;
  left: 25px;
  right: 25px;
  padding: 6.25px;
  min-height: 43.2px;
  border-top: 1px solid #000000; }
  @media screen and (min-width: 780px) {
    .gallery-caption {
      font-size: 18px; } }
  .gallery-caption .icon-svg {
    height: 18px; }
    .gallery-caption .icon-svg path {
      fill: #FFFFFF; }

.gallery-show_more {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }
  .gallery-show_more:hover {
    background-color: rgba(0, 0, 0, 0.25); }

.gm {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 0; }
  .gm-map {
    height: 100%;
    left: 25px;
    position: absolute;
    top: 0;
    width: 100%;
    width: calc( 100% - 50px); }
    .gm-map img {
      max-width: none; }
    .footer .gm-map {
      left: 0;
      width: 100%; }
  .article .gm {
    margin-bottom: 50px; }
  .footer .gm .marker-group {
    position: absolute;
    left: 25%;
    top: 50%;
    margin-left: 75px;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    z-index: 1000;
    border: 1px solid #FFF;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    padding: 28px 25px;
    width: 300px; }
    .footer .gm .marker-group::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 100%;
      margin-top: -15px;
      border-width: 15px 30px 15px 0;
      border-style: solid;
      border-color: transparent;
      border-right-color: rgba(255, 255, 255, 0.8); }

.linkbox {
  position: relative;
  background-color: #FFFFFF;
  text-align: center;
  transition: background .2s linear,  box-shadow .2s linear;
  box-shadow: none;
  margin-bottom: 28px; }
  a.linkbox {
    display: block;
    text-decoration: none; }
  :last-child > .linkbox {
    margin-bottom: 0; }
  .linkbox-link {
    display: block;
    background-size: cover;
    background-position: 0 -28px;
    text-decoration: none; }
  .linkbox-content {
    padding: 14px 25px; }
  .linkbox-icon {
    font-size: 60px;
    margin-bottom: 28px;
    color: #FFF;
    display: block;
    -ms-transform-origin: center center;
        transform-origin: center center;
    transition: transform .2s linear;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    .linkbox-icon i::before {
      margin: 0; }
  .linkbox-image-wrap {
    margin-left: -25px;
    margin-right: -25px; }
  .linkbox-caption {
    font-size: 21px;
    margin-bottom: 28px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600; }
    .linkbox-caption span {
      display: inline-block;
      line-height: 28px;
      vertical-align: middle; }
  .linkbox--simple {
    height: 0;
    padding-top: 43.5%;
    padding-right: 25px;
    padding-bottom: 28px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    display: block;
    border: 0;
    box-shadow: none;
    position: relative; }
    .linkbox--simple::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 75%;
      bottom: 0;
      left: 0;
      background: transparent linear-gradient(to top, #000000, rgba(255, 255, 255, 0));
      opacity: .5;
      z-index: 1; }
      @media screen and (min-width: 780px) {
        .linkbox--simple::before {
          background-color: transparent; } }
    .linkbox--simple .linkbox-title {
      background-color: transparent;
      border: 0;
      color: #FFF;
      text-transform: uppercase;
      font-weight: bold;
      position: relative;
      z-index: 5;
      font-size: 21px; }
      @media screen and (min-width: 1024px) {
        .linkbox--simple .linkbox-title {
          margin-top: -28px; } }
    .linkbox--simple .linkbox-content {
      color: #FFF;
      padding: 28px 25px 0;
      z-index: 10;
      position: relative;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5); }
      @media screen and (min-width: 1024px) {
        .linkbox--simple .linkbox-content {
          text-shadow: none;
          padding-bottom: 28px;
          background-color: #E51A1F;
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
    .linkbox--simple:hover {
      background-color: transparent; }
  .linkbox:hover {
    background-color: #EEE;
    box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.1); }
    .linkbox:hover .linkbox-icon {
      -ms-transform: scale(1.2);
          transform: scale(1.2);
      text-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.1); }
    .linkbox:hover .linkbox-caption {
      color: #E51A1F; }
  .linkbox--databox {
    background-color: rgba(229, 26, 31, 0.8);
    color: #FFF;
    position: relative;
    margin-top: 150px; }
    @media screen and (min-width: 780px) {
      .linkbox--databox {
        margin-top: 200px; } }
    .linkbox--databox .linkbox-title {
      color: rgba(229, 26, 31, 0.8);
      line-height: .8;
      vertical-align: bottom;
      position: absolute;
      text-align: center;
      width: 100%;
      left: 0;
      font-weight: bold;
      font-size: 150px;
      top: -147px; }
      @media screen and (min-width: 780px) {
        .linkbox--databox .linkbox-title {
          top: -156px;
          font-size: 200px; } }
    .linkbox--databox .linkbox-content h3 {
      color: inherit; }
    .linkbox--databox:hover {
      background-color: rgba(229, 26, 31, 0.8);
      color: #FFF;
      box-shadow: none; }
  .linkbox--persona {
    background-color: #000;
    color: #FFF;
    margin-top: 150px;
    position: relative;
    border: 1px solid #E51A1F; }
    .linkbox--persona .linkbox-image {
      margin-top: -33%;
      border: 1px solid #FFF;
      max-width: 210px; }
    .linkbox--persona .linkbox-title {
      text-transform: uppercase;
      font-weight: bold;
      margin-top: 28px; }
    .linkbox--persona .linkbox-info {
      font-size: 25px;
      font-weight: bold; }
    .linkbox--persona .linkbox-content {
      margin-top: 28px; }
      .linkbox--persona .linkbox-content a {
        text-decoration: none; }
    .linkbox--persona:hover {
      background-color: rgba(229, 26, 31, 0.8);
      color: #FFF;
      box-shadow: none; }

.single_image-iwrap {
  margin-bottom: 56px; }

.single_image-image {
  width: 100%; }

.single_image-link {
  display: block;
  text-decoration: none; }
  .single_image-link::before {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    opacity: 0;
    position: absolute;
    top: 52%;
    left: 50%;
    margin-top: -1em;
    margin-left: -1em;
    padding: .5em;
    color: #E51A1F;
    border-radius: 50%;
    font-size: 25px;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all .2s linear; }
  .single_image-link:hover:before {
    transition: all .1s linear;
    opacity: 1;
    top: 50%; }

.single_image-caption {
  font-size: 12px;
  text-align: center;
  background-color: #E51A1F;
  color: #400000;
  padding: 0 14px; }
  .single_image-caption p {
    margin-top: 5px; }

.imagelink-link {
  display: block; }

.widget {
  padding-bottom: 14px;
  background-color: #FFF;
  /* Vibus search Form */ }
  .widget-title {
    font-weight: 400;
    margin-bottom: 14px;
    color: #E51A1F;
    line-height: 28px;
    margin-left: -25px;
    margin-right: -25px;
    padding: 14px 25px;
    background-color: #CCC;
    display: block; }
    .footer .widget-title,
    .header .widget-title {
      background-color: transparent;
      font-size: 18px;
      font-weight: 700;
      color: #FFF;
      padding-top: 0; }
  .footer .widget,
  .header .widget {
    background-color: transparent; }
  .widget ul {
    list-style: none;
    margin-top: 0; }
  .widget li a {
    text-decoration: none; }
  @media screen and (max-width: 779px) {
    .widget-toggle {
      background-color: inherit;
      border-radius: 0 0 0 0;
      color: #FFFFFF;
      height: 112px;
      left: 100%;
      margin-top: -56px;
      padding: 15px 5px;
      position: absolute;
      text-align: center;
      top: 50%;
      writing-mode: sideways-lr; } }

/** Facebook Timeline
=========================== */
.newslist-iwrap {
  background-color: #C51E1C;
  padding: 25px; }

.newslist-link {
  clear: left;
  display: block;
  width: 150px;
  margin: 25px auto; }

.single .news {
  border: none; }

.news .post-content {
  padding: 28px 25px;
  border: 1px solid #400000;
  margin-top: 0; }

.news-wrap {
  padding: 25px;
  border: 1px solid; }
  @media screen and (min-width: 780px) {
    .news-wrap {
      float: left;
      width: 50%; } }

.news-iw {
  padding-bottom: 42px;
  position: relative; }
  .news-iw:after {
    content: "";
    display: table;
    clear: both; }

.news-name {
  display: none; }

.news-head {
  margin-top: 0;
  margin-bottom: 28px; }
  .news-head a, .news-head strong {
    color: #E51A1F; }

.news-date {
  text-decoration: none;
  font-size: 15px; }

.news-text {
  margin-top: 0;
  margin-bottom: 28px; }
  @media screen and (min-width: 780px) {
    .news-text {
      min-height: 84px; } }
  .news-text a {
    text-decoration: none;
    font-weight: bold;
    color: #E51A1F; }

.news-image {
  text-align: right; }
  @media screen and (min-width: 1024px) {
    .news-image img {
      max-height: 250px; } }
  @supports (object-fit: cover) {
    .news-image img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      object-position: top center; } }
  .news-image figcaption {
    font-size: 15px; }
    .news-image figcaption a {
      text-decoration: none; }

.news-video {
  position: relative; }
  .news-video--placeholder::after {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    min-width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px;
    border: 2px solid;
    color: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    font-size: 20px;
    margin: 0;
    z-index: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-left: -26px;
    margin-top: -26px;
    background-color: rgba(68, 0, 0, 0.7);
    text-indent: 5px; }

.news-multi_image-item {
  width: 50%;
  padding-bottom: 50%;
  height: 0;
  position: relative;
  float: left;
  overflow: hidden; }
  .news-multi_image-item img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; }

.news-info {
  font-size: 15px;
  line-height: 1.5;
  position: absolute;
  bottom: 0; }
  .news-info i::before {
    color: #E51A1F;
    font-size: 1.2em;
    vertical-align: middle; }

.news-comment + .news-comment {
  margin-top: 10px; }

.news-avatarname {
  display: none; }

.news-message, .news-comment_date {
  margin-top: 0; }

.event {
  clear: left;
  margin-bottom: 56px;
  padding-left: 25px;
  padding-right: 25px; }
  .event:after {
    content: "";
    display: table;
    clear: both; }
  .event-content {
    overflow: hidden;
    float: left;
    width: 100%; }
    @media screen and (min-width: 480px) {
      .event-content {
        padding-left: 25px;
        width: 50%; } }
    @media screen and (min-width: 780px) {
      .event-content {
        width: 75%; } }
  .event-title {
    margin-bottom: 28px; }
    .event-title a {
      text-decoration: none; }
  .event-info {
    font-size: 12px;
    margin-top: -14px;
    margin-bottom: -14px; }
    .event-info span:nth-child(n+2) {
      margin-left: 25px; }
  .event-poster {
    float: left;
    width: 100%;
    text-align: left; }
    @media screen and (min-width: 480px) {
      .event-poster {
        width: 50%; } }
    @media screen and (min-width: 780px) {
      .event-poster {
        width: 25%; } }
    .event-poster img {
      object-fit: contain;
      max-height: 100%;
      width: auto; }
  .event-time, .event-location {
    margin-top: 28px; }
    .event-time p, .event-location p {
      margin-top: 0; }
  .event-actions {
    margin-top: 28px; }

.woocommerce {
  /**
	 * Product Archive
	 */
  /**
	 *	Cart Page
	 */
  /* end cart */
  /**
	 * Shop Table
	 */ }
  .woocommerce-message, .woocommerce-info {
    display: block;
    padding: 7px 25px;
    border: 1px solid;
    margin-bottom: 28px;
    font-size: 15px; }
    .woocommerce-message + .woocommerce-message, .woocommerce-info + .woocommerce-message, .woocommerce-message + .woocommerce-info, .woocommerce-info + .woocommerce-info {
      border-top: 0;
      margin-top: -28px; }
    .woocommerce-message a, .woocommerce-info a {
      text-decoration: none;
      color: #E51A1F; }
      .woocommerce-message a:hover, .woocommerce-info a:hover {
        font-weight: bold; }
      .woocommerce-message a.restore-item, .woocommerce-info a.restore-item {
        font-weight: bold; }
  .woocommerce.widget .widget-title {
    text-align: center;
    font-size: 18px; }
  .woocommerce.widget.widget_shopping_cart {
    font-size: 15px; }
    .woocommerce.widget.widget_shopping_cart .cart_list {
      padding: 0; }
      .woocommerce.widget.widget_shopping_cart .cart_list .mini_cart_item {
        position: relative;
        padding: 0 0 14px 25px;
        line-height: 1.2; }
        .woocommerce.widget.widget_shopping_cart .cart_list .mini_cart_item .remove {
          position: absolute;
          top: 0;
          left: -14px;
          z-index: 10;
          color: #B21600;
          width: 28px;
          text-align: center; }
        .woocommerce.widget.widget_shopping_cart .cart_list .mini_cart_item .wp-post-image {
          float: right;
          width: 56px; }
        .woocommerce.widget.widget_shopping_cart .cart_list .mini_cart_item .quantity {
          clear: both;
          display: block;
          font-size: 15px; }
    .woocommerce.widget.widget_shopping_cart .total {
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .woocommerce.widget.widget_shopping_cart .total.shipping-costs-cart-info {
        display: block;
        font-size: 12px;
        line-height: 14px; }
    .woocommerce.widget.widget_shopping_cart .buttons {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
      .woocommerce.widget.widget_shopping_cart .buttons a {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        white-space: nowrap; }
        .woocommerce.widget.widget_shopping_cart .buttons a:nth-child(n+2) {
          border-left: 0; }
  .woocommerce.widget.widget_product_categories .cat-item.current-cat {
    font-weight: bold; }
  .woocommerce .product a {
    text-decoration: none; }
  .woocommerce .product .cart.form-inline {
    position: relative;
    display: inline-block; }
  .woocommerce .product .added_to_cart.wc-forward {
    position: absolute;
    top: 100%;
    right: 0; }
  .woocommerce .product-image {
    margin-bottom: 28px; }
    @media screen and (min-width: 780px) {
      .woocommerce .product-image {
        float: left;
        padding-left: 25px;
        padding-right: 25px;
        position: relative;
        width: 100%;
        width: 33.333%; } }
  @media screen and (min-width: 780px) {
    .woocommerce .product-summary {
      float: left;
      padding-left: 25px;
      padding-right: 25px;
      position: relative;
      width: 100%;
      width: 66.667%; } }
  .woocommerce .product-title {
    font-size: 25px;
    margin-top: 0;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
  .woocommerce .product-tabs {
    margin-top: 28px; }
    @media screen and (min-width: 780px) {
      .woocommerce .product-tabs {
        float: left;
        padding-left: 25px;
        padding-right: 25px;
        position: relative;
        width: 100%;
        width: 100%; } }
  .woocommerce .product--list .wc-gzd-additional-info {
    margin-top: 0;
    clear: none; }
  .woocommerce .product--list .product-details {
    overflow: hidden; }
    .woocommerce .product--list .product-details:after {
      content: "";
      display: table;
      clear: both; }
  .woocommerce .product--card {
    margin-bottom: 56px; }
    .woocommerce .product--card .product-title {
      font-size: 21px; }
    .woocommerce .product--card .product-price {
      font-size: 18px; }
    .woocommerce .product--card .wc-gzd-additional-info {
      margin: 0;
      font-size: 12px;
      display: inline-block;
      line-height: 14px; }
      .woocommerce .product--card .wc-gzd-additional-info + .wc-gzd-additional-info {
        margin-left: 1ch; }
  .woocommerce.single-product .product-title {
    margin-bottom: 28px; }
  .woocommerce.single-product .priceInfo {
    margin-top: 0;
    font-size: 15px; }
  .woocommerce.single-product .cart {
    margin-top: 28px; }
  .woocommerce .comment-form-rating .stars {
    margin-top: 0; }
    .woocommerce .comment-form-rating .stars a {
      color: #E51A1F;
      font-size: 21px;
      width: 28px;
      display: inline-block;
      overflow: hidden;
      height: 28px; }
      .woocommerce .comment-form-rating .stars a::before {
        content: "";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        min-width: 1em;
        margin-right: .2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .2em; }
    .woocommerce .comment-form-rating .stars.selected a::before {
      content: "";
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      margin-right: .2em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-left: .2em; }
    .woocommerce .comment-form-rating .stars.selected a.active ~ a::before {
      content: ""; }
  .woocommerce .cart input, .woocommerce .cart select {
    width: auto;
    inline-size: 10ch; }
  .woocommerce .cart_item .amount {
    display: -ms-flexbox;
    display: flex; }
    .woocommerce .cart_item .amount .input-text {
      height: 40px; }
  .woocommerce .cart_item .quantity {
    float: left; }
  .woocommerce .cart .cart_totals h2 {
    font-size: 25px; }
  .woocommerce .cart .cart_totals .shop_table {
    border: 0;
    font-size: 18px; }
    .woocommerce .cart .cart_totals .shop_table .cart-subtotal th, .woocommerce .cart .cart_totals .shop_table .cart-subtotal td {
      padding-top: 7px; }
    .woocommerce .cart .cart_totals .shop_table th, .woocommerce .cart .cart_totals .shop_table td {
      padding: 0; }
  .woocommerce .cart .cart-subtotal td,
  .woocommerce .cart .order-total td,
  .woocommerce .cart .order-tax td {
    text-align: right; }
  .woocommerce .cart .cart-buttons {
    margin-top: 28px; }
    .woocommerce .cart .cart-buttons:after {
      content: "";
      display: table;
      clear: both; }
    .woocommerce .cart .cart-buttons .back-button {
      margin-bottom: 14px; }
    .woocommerce .cart .cart-buttons .back-button,
    .woocommerce .cart .cart-buttons .checkout-button {
      display: block; }
    @media screen and (min-width: 480px) {
      .woocommerce .cart .cart-buttons .back-button {
        display: inline-block;
        float: left;
        margin-bottom: 0; }
      .woocommerce .cart .cart-buttons .checkout-button {
        display: inline-block;
        float: right; } }
  @media screen and (max-width: 1023px) {
    .woocommerce .cart.shop_table thead {
      display: none; }
    .woocommerce .cart.shop_table tbody, .woocommerce .cart.shop_table tr, .woocommerce .cart.shop_table td, .woocommerce .cart.shop_table th {
      display: block; }
    .woocommerce .cart.shop_table .cart_item + .cart_item {
      margin-top: 56px; }
    .woocommerce .cart.shop_table .cart_item td {
      border-bottom: 1px solid #400; }
      .woocommerce .cart.shop_table .cart_item td:after {
        content: "";
        display: table;
        clear: both; }
      .woocommerce .cart.shop_table .cart_item td > * {
        float: right; }
      .woocommerce .cart.shop_table .cart_item td::before {
        content: attr(data-title) ":";
        margin-right: 1ch;
        float: left; }
      .woocommerce .cart.shop_table .cart_item td.product-remove {
        display: none;
        /* WIP */ }
      .woocommerce .cart.shop_table .cart_item td.product-thumbnail {
        text-align: center; }
        .woocommerce .cart.shop_table .cart_item td.product-thumbnail a {
          float: none; }
      .woocommerce .cart.shop_table .cart_item td.product-name > * {
        float: none !important; }
      .woocommerce .cart.shop_table .cart_item td.product-name h4 {
        line-height: 28px; }
      .woocommerce .cart.shop_table .cart_item td.product-thumbnail, .woocommerce .cart.shop_table .cart_item td.product-name {
        border-bottom: 0; }
        .woocommerce .cart.shop_table .cart_item td.product-thumbnail::before, .woocommerce .cart.shop_table .cart_item td.product-name::before {
          content: none; }
      .woocommerce .cart.shop_table .cart_item td.product-subtotal {
        border-bottom: 1px solid #CCC; }
    .woocommerce .cart.shop_table .cart_item .wc-gzd-product-name-left {
      max-width: 100%;
      margin-right: 0; }
    .woocommerce .cart.shop_table .cart_item .wc-gzd-product-name-right .product-quantity {
      display: block;
      text-align: right; }
    .woocommerce .cart.shop_table .cart_item .wc-gzd-item-desc.item-desc {
      font-size: 15px;
      line-height: 28px; }
    .woocommerce .cart.shop_table .coupon {
      margin-bottom: 28px; } }
  @media screen and (min-width: 1024px) {
    .woocommerce .cart .wc-gzd-product-name-right {
      max-width: 83%;
      max-width: calc(85% - 1em); } }
  .woocommerce-billing-fields:after {
    content: "";
    display: table;
    clear: both; }
  .woocommerce-billing-fields h3 {
    line-height: 28px; }
  .woocommerce-billing-fields__field-wrapper {
    margin-top: 28px; }
  .woocommerce-account-fields {
    margin-top: 28px; }
    .woocommerce-account-fields:after {
      content: "";
      display: table;
      clear: both; }
  .woocommerce-address-fields {
    margin-top: 28px; }
    .woocommerce-address-fields__field-wrapper:after {
      content: "";
      display: table;
      clear: both; }
    .woocommerce-address-fields__field-wrapper #shipping_address_2_field,
    .woocommerce-address-fields__field-wrapper #billing_address_2_field {
      padding-top: 28px; }
  .woocommerce-shipping-fields:after {
    content: "";
    display: table;
    clear: both; }
  .woocommerce-shipping-fields h3 {
    line-height: 28px; }
  .woocommerce-shipping-fields__field-wrapper {
    margin-top: 28px; }
  .woocommerce-additional-fields:after {
    content: "";
    display: table;
    clear: both; }
  .woocommerce-shipping-fields + .woocommerce-additional-fields {
    margin-top: 28px; }
  .woocommerce-checkout-review-order .wc-terms-and-conditions {
    font-weight: bold;
    margin-top: 28px;
    margin-bottom: 28px; }
  .woocommerce-checkout-payment .payment_methods {
    list-style: none;
    padding-left: 0; }
    .woocommerce-checkout-payment .payment_methods li + li {
      margin-top: 56px; }
    .woocommerce-checkout-payment .payment_methods input[type="radio"]:checked + label {
      color: #E51A1F; }
    .woocommerce-checkout-payment .payment_methods label {
      font-weight: bold;
      display: inline-block;
      margin-left: 1ch; }
      .woocommerce-checkout-payment .payment_methods label img {
        margin-right: 1ch;
        float: left; }
    .woocommerce-checkout-payment .payment_methods .payment_box {
      margin-top: 14px; }
    .woocommerce-checkout-payment .payment_methods .about_paypal {
      clear: left;
      font-weight: normal;
      text-decoration: none;
      margin-left: 1ch; }
  .woocommerce-MyAccount-navigation {
    border-bottom: 1px solid #E51A1F;
    margin-bottom: 28px;
    padding-top: 14px;
    padding-bottom: 14px; }
    .woocommerce-MyAccount-navigation .menu {
      margin: 0 0;
      -ms-flex-pack: center;
          justify-content: center; }
    .woocommerce-MyAccount-navigation-link--customer-logout a::after {
      content: "";
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      min-width: 1em;
      margin-right: .2em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-left: .2em; }
  .woocommerce-Address-title {
    position: relative;
    padding-right: 30px; }
    .woocommerce-Address-title h3 {
      line-height: 28px; }
    .woocommerce-Address-title .edit {
      display: inline-block;
      width: 28px;
      height: 28px;
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0;
      text-decoration: none; }
      .woocommerce-Address-title .edit::before {
        content: "";
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        min-width: 1em;
        margin-right: .2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .2em;
        text-indent: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        display: inline-block; }
  .woocommerce .shop_table {
    margin-bottom: 28px; }
    .woocommerce .shop_table thead {
      border-bottom: 1px solid; }
    .woocommerce .shop_table td, .woocommerce .shop_table th {
      padding: 7px; }
    .woocommerce .shop_table td {
      vertical-align: top;
      line-height: 42px; }
    .woocommerce .shop_table .product-thumbnail img {
      width: 100px; }
    .woocommerce .shop_table .product-name h4 {
      font-size: 18px;
      line-height: 42px; }
      .woocommerce .shop_table .product-name h4 a {
        text-decoration: none; }
    .woocommerce .shop_table .product-subtotal th, .woocommerce .shop_table .product-subtotal td,
    .woocommerce .shop_table .product-total th,
    .woocommerce .shop_table .product-total td,
    .woocommerce .shop_table .cart-subtotal th,
    .woocommerce .shop_table .cart-subtotal td,
    .woocommerce .shop_table .order-total th,
    .woocommerce .shop_table .order-total td,
    .woocommerce .shop_table .cart_review_totals_shipping th,
    .woocommerce .shop_table .cart_review_totals_shipping td,
    .woocommerce .shop_table .order-tax th,
    .woocommerce .shop_table .order-tax td {
      text-align: right;
      line-height: 28px;
      font-size: 15px;
      padding-top: 0;
      padding-bottom: 0; }
    .woocommerce .shop_table .coupon {
      float: left;
      text-align: left; }
      .woocommerce .shop_table .coupon input {
        width: 20ch; }
    .woocommerce .shop_table tfoot {
      border-top: 4px double; }
      .woocommerce .shop_table tfoot th, .woocommerce .shop_table tfoot td {
        line-height: 28px;
        text-align: right;
        font-size: 15px;
        padding-top: 0;
        padding-bottom: 0; }
    .woocommerce .shop_table .shipping #shipping_method {
      list-style: none; }
  .woocommerce .form-row {
    float: left;
    width: 100%;
    margin-top: 28px; }
    @media screen and (min-width: 480px) {
      .woocommerce .form-row-first, .woocommerce .form-row-last {
        width: 50%; }
      .woocommerce .form-row-first {
        padding-right: 25px; }
      .woocommerce .form-row-last {
        padding-left: 25px; } }
