@charset "UTF-8";
/*
 * Theme Name: WP Theme
 * Theme URI: http://www.advance-media.de
 * Theme Description: Responsive Wordpress Theme
 * Consulting
 * Author: JB
 * Author URI: http://www.advance-media.de
 * Version: 1.0.2
 * Tags: slider, custom fields
 * License: GNU General Public License v2 or later
 * Textdomain: ragnarok_theme


*/
/**---------------------
		Variables
---------------------**/
:root {
  /** Colors */
  --color-background: transparent;
  --color-text: #202020;
  --color-black: #000000;
  --color-blue-dark: #0E283A;
  --color-blue-light: #4E79AC;
  --color-blue: #0055FF;
  --color-brown: #542608;
  --color-gray-light: #CCC;
  --color-gray-lighter: #AAA;
  --color-gray-light-ultra: #EEEEEE;
  --color-gray: #555555;
  --color-green: #14A88E;
  --color-main: #888;
  --color-orange-light: #F9E3BE;
  --color-orange: #FEB16B;
  --color-red-dark: #550d0c;
  --color-red-light: #eb7775;
  --color-red: #C51E1C;
  --color-sec: #CCC;
  --color-white: #FFFFFF;
  --color-yellow: #F8CB14;
  --color-success: #00CC04;
  --color-warning: #FF5F00;
  --color-error: #B21600;
  --color-info: #0055FF;
  --color-button: #202020;
  --color-button-background: #FFF;
  --color-header-nav-background: #DEDEDE;
  --color-header-nav-color: #333;
  --color-header-text-color: #202020;
  --color-header-contact-text-color: #202020;
  /** Font Sizes */
  --font-xs: 10px;
  --font-sm: 12px;
  --font-md: 15px;
  --font-lg: 20px;
  --font-xl: 30px;
  --font-xxl: 40px;
  --font-3xl: 72px;
  --font-h1: 40px;
  --font-h2: 30px;
  --font-h3: 20px;
  --font-h4: 15px;
  --font-button: 15px;
  /** Breakpoints */
  --breakpoint-xs: 0;
  --breakpoint-sm: 480px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  /** Border Radius */
  --global-border-radius: 6px;
  --global-border-radius--small: 3px;
  --global-border-radius--large: 9px;
  /** Spacing */
  --gutter: 50px;
  --gutter-small: 25px;
  --line-height: 24px;
  /** Header Block */
  --header-width-small: 300px;
  --header-width: 400px;
  --header-fixed-height: 100vh;
  --header-logo-width: 300px;
  --header-logo-width--xs: 200px;
  --header-logo-width--md: 260px;
  --header-background-color: #AAA;
  --header-contact-background-color: #777;
  --header-contact-text-color: #EEE;
  --header-border-width: 0;
  --header-border-style: solid;
  --header-border-color: transparent;
  --header-text-color: #333;
  --header-nav-background: #DEDEDE;
  --header-nav-color: #333;
  /** Content */
  --content-inner-padding-top: 48px;
  --content-inner-padding-bottom: 48px;
  --content-inner-highlight-color: #FFF;
  --content-inner-highlight-background: #555555;
  /** Footer */
  --footer-border-width: 0;
  --footer-border-style: solid;
  --footer-border-color: transparent;
  /** Modules */
  --gallery-zoom-size: 25px;
  --gallery-more-size: 20;
  --gallery-more-color: #FFF;
  --gallery-more-background: rgba(0, 0, 0, 0.25);
  --gallery-more-font-weight: 300;
  --gallery-item-space: 1px;
  /** Linkbox */
  --linkbox-shadow: none;
  --linkbox-color: #202020;
  --linkbox-background: transparent;
  /** Facebook Timeline */
  --facebook-head-background: #3b5998;
  --facebook-head-color: #FFF;
  --facebook-footer-background: #8b9dc3;
  --facebook-footer-color: #FFF;
}

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

.row {
  margin-left: calc( var( --gutter-small ) * -1 );
  margin-right: calc( var( --gutter-small ) * -1 );
  width: auto !important;
}

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

.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 {
  grid-column: span 1;
}
.cont_12 .col_2, .cont_12 .col_xs_2 {
  grid-column: span 2;
}
.cont_12 .col_3, .cont_12 .col_xs_3 {
  grid-column: span 3;
}
.cont_12 .col_4, .cont_12 .col_xs_4 {
  grid-column: span 4;
}
.cont_12 .col_5, .cont_12 .col_xs_5 {
  grid-column: span 5;
}
.cont_12 .col_6, .cont_12 .col_xs_6 {
  grid-column: span 6;
}
.cont_12 .col_7, .cont_12 .col_xs_7 {
  grid-column: span 7;
}
.cont_12 .col_8, .cont_12 .col_xs_8 {
  grid-column: span 8;
}
.cont_12 .col_9, .cont_12 .col_xs_9 {
  grid-column: span 9;
}
.cont_12 .col_10, .cont_12 .col_xs_10 {
  grid-column: span 10;
}
.cont_12 .col_11, .cont_12 .col_xs_11 {
  grid-column: span 11;
}
.cont_12 .col_12, .cont_12 .col_xs_12 {
  grid-column: span 12;
}
.cont_12 .push_xs_0, .cont_12 .pull_xs_0 {
  left: 0;
}
.cont_12 .push_xs_1 {
  left: calc( var(--gutter-small) * 1);
}
.cont_12 .push_xs_2 {
  left: calc( var(--gutter-small) * 2);
}
.cont_12 .push_xs_3 {
  left: calc( var(--gutter-small) * 3);
}
.cont_12 .push_xs_4 {
  left: calc( var(--gutter-small) * 4);
}
.cont_12 .push_xs_5 {
  left: calc( var(--gutter-small) * 5);
}
.cont_12 .push_xs_6 {
  left: calc( var(--gutter-small) * 6);
}
.cont_12 .push_xs_7 {
  left: calc( var(--gutter-small) * 7);
}
.cont_12 .push_xs_8 {
  left: calc( var(--gutter-small) * 8);
}
.cont_12 .push_xs_9 {
  left: calc( var(--gutter-small) * 9);
}
.cont_12 .push_xs_10 {
  left: calc( var(--gutter-small) * 10);
}
.cont_12 .push_xs_11 {
  left: calc( var(--gutter-small) * 11);
}
.cont_12 .push_xs_12 {
  left: calc( var(--gutter-small) * 12);
}
.cont_12 .pull_xs_1 {
  left: calc( var(--gutter-small) * -1);
}
.cont_12 .pull_xs_2 {
  left: calc( var(--gutter-small) * -2);
}
.cont_12 .pull_xs_3 {
  left: calc( var(--gutter-small) * -3);
}
.cont_12 .pull_xs_4 {
  left: calc( var(--gutter-small) * -4);
}
.cont_12 .pull_xs_5 {
  left: calc( var(--gutter-small) * -5);
}
.cont_12 .pull_xs_6 {
  left: calc( var(--gutter-small) * -6);
}
.cont_12 .pull_xs_7 {
  left: calc( var(--gutter-small) * -7);
}
.cont_12 .pull_xs_8 {
  left: calc( var(--gutter-small) * -8);
}
.cont_12 .pull_xs_9 {
  left: calc( var(--gutter-small) * -9);
}
.cont_12 .pull_xs_10 {
  left: calc( var(--gutter-small) * -10);
}
.cont_12 .pull_xs_11 {
  left: calc( var(--gutter-small) * -11);
}
.cont_12 .pull_xs_12 {
  left: calc( var(--gutter-small) * -12);
}
.cont_12 .prefix_xs_0 {
  margin-left: 0;
}
.cont_12 .suffix_xs_0 {
  margin-right: 0;
}
.cont_12 .prefix_xs_1 {
  left: 86.3333333333px;
}
.cont_12 .suffix_xs_1 {
  margin-right: 86.3333333333px;
}
.cont_12 .prefix_xs_2 {
  left: 172.6666666667px;
}
.cont_12 .suffix_xs_2 {
  margin-right: 172.6666666667px;
}
.cont_12 .prefix_xs_3 {
  left: 259px;
}
.cont_12 .suffix_xs_3 {
  margin-right: 259px;
}
.cont_12 .prefix_xs_4 {
  left: 345.3333333333px;
}
.cont_12 .suffix_xs_4 {
  margin-right: 345.3333333333px;
}
.cont_12 .prefix_xs_5 {
  left: 431.6666666667px;
}
.cont_12 .suffix_xs_5 {
  margin-right: 431.6666666667px;
}
.cont_12 .prefix_xs_6 {
  left: 518px;
}
.cont_12 .suffix_xs_6 {
  margin-right: 518px;
}
.cont_12 .prefix_xs_7 {
  left: 604.3333333333px;
}
.cont_12 .suffix_xs_7 {
  margin-right: 604.3333333333px;
}
.cont_12 .prefix_xs_8 {
  left: 690.6666666667px;
}
.cont_12 .suffix_xs_8 {
  margin-right: 690.6666666667px;
}
.cont_12 .prefix_xs_9 {
  left: 777px;
}
.cont_12 .suffix_xs_9 {
  margin-right: 777px;
}
.cont_12 .prefix_xs_10 {
  left: 863.3333333333px;
}
.cont_12 .suffix_xs_10 {
  margin-right: 863.3333333333px;
}
.cont_12 .prefix_xs_11 {
  left: 949.6666666667px;
}
.cont_12 .suffix_xs_11 {
  margin-right: 949.6666666667px;
}
.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 {
    grid-column: span 1;
  }
  .cont_12 .col_sm_2 {
    grid-column: span 2;
  }
  .cont_12 .col_sm_3 {
    grid-column: span 3;
  }
  .cont_12 .col_sm_4 {
    grid-column: span 4;
  }
  .cont_12 .col_sm_5 {
    grid-column: span 5;
  }
  .cont_12 .col_sm_6 {
    grid-column: span 6;
  }
  .cont_12 .col_sm_7 {
    grid-column: span 7;
  }
  .cont_12 .col_sm_8 {
    grid-column: span 8;
  }
  .cont_12 .col_sm_9 {
    grid-column: span 9;
  }
  .cont_12 .col_sm_10 {
    grid-column: span 10;
  }
  .cont_12 .col_sm_11 {
    grid-column: span 11;
  }
  .cont_12 .col_sm_12 {
    grid-column: span 12;
  }
  .cont_12 .push_sm_0, .cont_12 .pull_sm_0 {
    left: 0;
  }
  .cont_12 .push_sm_1 {
    left: calc( var(--gutter-small) * 1);
  }
  .cont_12 .push_sm_2 {
    left: calc( var(--gutter-small) * 2);
  }
  .cont_12 .push_sm_3 {
    left: calc( var(--gutter-small) * 3);
  }
  .cont_12 .push_sm_4 {
    left: calc( var(--gutter-small) * 4);
  }
  .cont_12 .push_sm_5 {
    left: calc( var(--gutter-small) * 5);
  }
  .cont_12 .push_sm_6 {
    left: calc( var(--gutter-small) * 6);
  }
  .cont_12 .push_sm_7 {
    left: calc( var(--gutter-small) * 7);
  }
  .cont_12 .push_sm_8 {
    left: calc( var(--gutter-small) * 8);
  }
  .cont_12 .push_sm_9 {
    left: calc( var(--gutter-small) * 9);
  }
  .cont_12 .push_sm_10 {
    left: calc( var(--gutter-small) * 10);
  }
  .cont_12 .push_sm_11 {
    left: calc( var(--gutter-small) * 11);
  }
  .cont_12 .push_sm_12 {
    left: calc( var(--gutter-small) * 12);
  }
  .cont_12 .pull_sm_1 {
    left: calc( var(--gutter-small) * -1);
  }
  .cont_12 .pull_sm_2 {
    left: calc( var(--gutter-small) * -2);
  }
  .cont_12 .pull_sm_3 {
    left: calc( var(--gutter-small) * -3);
  }
  .cont_12 .pull_sm_4 {
    left: calc( var(--gutter-small) * -4);
  }
  .cont_12 .pull_sm_5 {
    left: calc( var(--gutter-small) * -5);
  }
  .cont_12 .pull_sm_6 {
    left: calc( var(--gutter-small) * -6);
  }
  .cont_12 .pull_sm_7 {
    left: calc( var(--gutter-small) * -7);
  }
  .cont_12 .pull_sm_8 {
    left: calc( var(--gutter-small) * -8);
  }
  .cont_12 .pull_sm_9 {
    left: calc( var(--gutter-small) * -9);
  }
  .cont_12 .pull_sm_10 {
    left: calc( var(--gutter-small) * -10);
  }
  .cont_12 .pull_sm_11 {
    left: calc( var(--gutter-small) * -11);
  }
  .cont_12 .pull_sm_12 {
    left: calc( var(--gutter-small) * -12);
  }
  .cont_12 .prefix_sm_0 {
    margin-left: 0;
  }
  .cont_12 .suffix_sm_0 {
    margin-right: 0;
  }
  .cont_12 .prefix_sm_1 {
    left: 86.3333333333px;
  }
  .cont_12 .suffix_sm_1 {
    margin-right: 86.3333333333px;
  }
  .cont_12 .prefix_sm_2 {
    left: 172.6666666667px;
  }
  .cont_12 .suffix_sm_2 {
    margin-right: 172.6666666667px;
  }
  .cont_12 .prefix_sm_3 {
    left: 259px;
  }
  .cont_12 .suffix_sm_3 {
    margin-right: 259px;
  }
  .cont_12 .prefix_sm_4 {
    left: 345.3333333333px;
  }
  .cont_12 .suffix_sm_4 {
    margin-right: 345.3333333333px;
  }
  .cont_12 .prefix_sm_5 {
    left: 431.6666666667px;
  }
  .cont_12 .suffix_sm_5 {
    margin-right: 431.6666666667px;
  }
  .cont_12 .prefix_sm_6 {
    left: 518px;
  }
  .cont_12 .suffix_sm_6 {
    margin-right: 518px;
  }
  .cont_12 .prefix_sm_7 {
    left: 604.3333333333px;
  }
  .cont_12 .suffix_sm_7 {
    margin-right: 604.3333333333px;
  }
  .cont_12 .prefix_sm_8 {
    left: 690.6666666667px;
  }
  .cont_12 .suffix_sm_8 {
    margin-right: 690.6666666667px;
  }
  .cont_12 .prefix_sm_9 {
    left: 777px;
  }
  .cont_12 .suffix_sm_9 {
    margin-right: 777px;
  }
  .cont_12 .prefix_sm_10 {
    left: 863.3333333333px;
  }
  .cont_12 .suffix_sm_10 {
    margin-right: 863.3333333333px;
  }
  .cont_12 .prefix_sm_11 {
    left: 949.6666666667px;
  }
  .cont_12 .suffix_sm_11 {
    margin-right: 949.6666666667px;
  }
  .cont_12 .row_sm {
    margin-left: -25px;
    margin-right: -25px;
    width: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .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 {
    grid-column: span 1;
  }
  .cont_12 .col_md_2 {
    grid-column: span 2;
  }
  .cont_12 .col_md_3 {
    grid-column: span 3;
  }
  .cont_12 .col_md_4 {
    grid-column: span 4;
  }
  .cont_12 .col_md_5 {
    grid-column: span 5;
  }
  .cont_12 .col_md_6 {
    grid-column: span 6;
  }
  .cont_12 .col_md_7 {
    grid-column: span 7;
  }
  .cont_12 .col_md_8 {
    grid-column: span 8;
  }
  .cont_12 .col_md_9 {
    grid-column: span 9;
  }
  .cont_12 .col_md_10 {
    grid-column: span 10;
  }
  .cont_12 .col_md_11 {
    grid-column: span 11;
  }
  .cont_12 .col_md_12 {
    grid-column: span 12;
  }
  .cont_12 .push_md_0, .cont_12 .pull_md_0 {
    left: 0;
  }
  .cont_12 .push_md_1 {
    left: calc( var(--gutter-small) * 1);
  }
  .cont_12 .push_md_2 {
    left: calc( var(--gutter-small) * 2);
  }
  .cont_12 .push_md_3 {
    left: calc( var(--gutter-small) * 3);
  }
  .cont_12 .push_md_4 {
    left: calc( var(--gutter-small) * 4);
  }
  .cont_12 .push_md_5 {
    left: calc( var(--gutter-small) * 5);
  }
  .cont_12 .push_md_6 {
    left: calc( var(--gutter-small) * 6);
  }
  .cont_12 .push_md_7 {
    left: calc( var(--gutter-small) * 7);
  }
  .cont_12 .push_md_8 {
    left: calc( var(--gutter-small) * 8);
  }
  .cont_12 .push_md_9 {
    left: calc( var(--gutter-small) * 9);
  }
  .cont_12 .push_md_10 {
    left: calc( var(--gutter-small) * 10);
  }
  .cont_12 .push_md_11 {
    left: calc( var(--gutter-small) * 11);
  }
  .cont_12 .push_md_12 {
    left: calc( var(--gutter-small) * 12);
  }
  .cont_12 .pull_md_1 {
    left: calc( var(--gutter-small) * -1);
  }
  .cont_12 .pull_md_2 {
    left: calc( var(--gutter-small) * -2);
  }
  .cont_12 .pull_md_3 {
    left: calc( var(--gutter-small) * -3);
  }
  .cont_12 .pull_md_4 {
    left: calc( var(--gutter-small) * -4);
  }
  .cont_12 .pull_md_5 {
    left: calc( var(--gutter-small) * -5);
  }
  .cont_12 .pull_md_6 {
    left: calc( var(--gutter-small) * -6);
  }
  .cont_12 .pull_md_7 {
    left: calc( var(--gutter-small) * -7);
  }
  .cont_12 .pull_md_8 {
    left: calc( var(--gutter-small) * -8);
  }
  .cont_12 .pull_md_9 {
    left: calc( var(--gutter-small) * -9);
  }
  .cont_12 .pull_md_10 {
    left: calc( var(--gutter-small) * -10);
  }
  .cont_12 .pull_md_11 {
    left: calc( var(--gutter-small) * -11);
  }
  .cont_12 .pull_md_12 {
    left: calc( var(--gutter-small) * -12);
  }
  .cont_12 .prefix_md_0 {
    margin-left: 0;
  }
  .cont_12 .suffix_md_0 {
    margin-right: 0;
  }
  .cont_12 .prefix_md_1 {
    left: 86.3333333333px;
  }
  .cont_12 .suffix_md_1 {
    margin-right: 86.3333333333px;
  }
  .cont_12 .prefix_md_2 {
    left: 172.6666666667px;
  }
  .cont_12 .suffix_md_2 {
    margin-right: 172.6666666667px;
  }
  .cont_12 .prefix_md_3 {
    left: 259px;
  }
  .cont_12 .suffix_md_3 {
    margin-right: 259px;
  }
  .cont_12 .prefix_md_4 {
    left: 345.3333333333px;
  }
  .cont_12 .suffix_md_4 {
    margin-right: 345.3333333333px;
  }
  .cont_12 .prefix_md_5 {
    left: 431.6666666667px;
  }
  .cont_12 .suffix_md_5 {
    margin-right: 431.6666666667px;
  }
  .cont_12 .prefix_md_6 {
    left: 518px;
  }
  .cont_12 .suffix_md_6 {
    margin-right: 518px;
  }
  .cont_12 .prefix_md_7 {
    left: 604.3333333333px;
  }
  .cont_12 .suffix_md_7 {
    margin-right: 604.3333333333px;
  }
  .cont_12 .prefix_md_8 {
    left: 690.6666666667px;
  }
  .cont_12 .suffix_md_8 {
    margin-right: 690.6666666667px;
  }
  .cont_12 .prefix_md_9 {
    left: 777px;
  }
  .cont_12 .suffix_md_9 {
    margin-right: 777px;
  }
  .cont_12 .prefix_md_10 {
    left: 863.3333333333px;
  }
  .cont_12 .suffix_md_10 {
    margin-right: 863.3333333333px;
  }
  .cont_12 .prefix_md_11 {
    left: 949.6666666667px;
  }
  .cont_12 .suffix_md_11 {
    margin-right: 949.6666666667px;
  }
  .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 {
    grid-column: span 1;
  }
  .cont_12 .col_lg_2 {
    grid-column: span 2;
  }
  .cont_12 .col_lg_3 {
    grid-column: span 3;
  }
  .cont_12 .col_lg_4 {
    grid-column: span 4;
  }
  .cont_12 .col_lg_5 {
    grid-column: span 5;
  }
  .cont_12 .col_lg_6 {
    grid-column: span 6;
  }
  .cont_12 .col_lg_7 {
    grid-column: span 7;
  }
  .cont_12 .col_lg_8 {
    grid-column: span 8;
  }
  .cont_12 .col_lg_9 {
    grid-column: span 9;
  }
  .cont_12 .col_lg_10 {
    grid-column: span 10;
  }
  .cont_12 .col_lg_11 {
    grid-column: span 11;
  }
  .cont_12 .col_lg_12 {
    grid-column: span 12;
  }
  .cont_12 .push_lg_0, .cont_12 .pull_lg_0 {
    left: 0;
  }
  .cont_12 .push_lg_1 {
    left: 86.3333333333px;
  }
  .cont_12 .push_lg_2 {
    left: 172.6666666667px;
  }
  .cont_12 .push_lg_3 {
    left: 259px;
  }
  .cont_12 .push_lg_4 {
    left: 345.3333333333px;
  }
  .cont_12 .push_lg_5 {
    left: 431.6666666667px;
  }
  .cont_12 .push_lg_6 {
    left: 518px;
  }
  .cont_12 .push_lg_7 {
    left: 604.3333333333px;
  }
  .cont_12 .push_lg_8 {
    left: 690.6666666667px;
  }
  .cont_12 .push_lg_9 {
    left: 777px;
  }
  .cont_12 .push_lg_10 {
    left: 863.3333333333px;
  }
  .cont_12 .push_lg_11 {
    left: 949.6666666667px;
  }
  .cont_12 .push_lg_12 {
    left: 1036px;
  }
  .cont_12 .pull_lg_1 {
    left: -86.3333333333px;
  }
  .cont_12 .pull_lg_2 {
    left: -172.6666666667px;
  }
  .cont_12 .pull_lg_3 {
    left: -259px;
  }
  .cont_12 .pull_lg_4 {
    left: -345.3333333333px;
  }
  .cont_12 .pull_lg_5 {
    left: -431.6666666667px;
  }
  .cont_12 .pull_lg_6 {
    left: -518px;
  }
  .cont_12 .pull_lg_7 {
    left: -604.3333333333px;
  }
  .cont_12 .pull_lg_8 {
    left: -690.6666666667px;
  }
  .cont_12 .pull_lg_9 {
    left: -777px;
  }
  .cont_12 .pull_lg_10 {
    left: -863.3333333333px;
  }
  .cont_12 .pull_lg_11 {
    left: -949.6666666667px;
  }
  .cont_12 .pull_lg_12 {
    left: -1036px;
  }
  .cont_12 .prefix_lg_0 {
    margin-left: 0;
  }
  .cont_12 .suffix_lg_0 {
    margin-right: 0;
  }
  .cont_12 .prefix_lg_1 {
    left: 86.3333333333px;
  }
  .cont_12 .suffix_lg_1 {
    margin-right: 86.3333333333px;
  }
  .cont_12 .prefix_lg_2 {
    left: 172.6666666667px;
  }
  .cont_12 .suffix_lg_2 {
    margin-right: 172.6666666667px;
  }
  .cont_12 .prefix_lg_3 {
    left: 259px;
  }
  .cont_12 .suffix_lg_3 {
    margin-right: 259px;
  }
  .cont_12 .prefix_lg_4 {
    left: 345.3333333333px;
  }
  .cont_12 .suffix_lg_4 {
    margin-right: 345.3333333333px;
  }
  .cont_12 .prefix_lg_5 {
    left: 431.6666666667px;
  }
  .cont_12 .suffix_lg_5 {
    margin-right: 431.6666666667px;
  }
  .cont_12 .prefix_lg_6 {
    left: 518px;
  }
  .cont_12 .suffix_lg_6 {
    margin-right: 518px;
  }
  .cont_12 .prefix_lg_7 {
    left: 604.3333333333px;
  }
  .cont_12 .suffix_lg_7 {
    margin-right: 604.3333333333px;
  }
  .cont_12 .prefix_lg_8 {
    left: 690.6666666667px;
  }
  .cont_12 .suffix_lg_8 {
    margin-right: 690.6666666667px;
  }
  .cont_12 .prefix_lg_9 {
    left: 777px;
  }
  .cont_12 .suffix_lg_9 {
    margin-right: 777px;
  }
  .cont_12 .prefix_lg_10 {
    left: 863.3333333333px;
  }
  .cont_12 .suffix_lg_10 {
    margin-right: 863.3333333333px;
  }
  .cont_12 .prefix_lg_11 {
    left: 949.6666666667px;
  }
  .cont_12 .suffix_lg_11 {
    margin-right: 949.6666666667px;
  }
  .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 {
    grid-column: span 1;
  }
  .cont_12 .col_xl_2 {
    grid-column: span 2;
  }
  .cont_12 .col_xl_3 {
    grid-column: span 3;
  }
  .cont_12 .col_xl_4 {
    grid-column: span 4;
  }
  .cont_12 .col_xl_5 {
    grid-column: span 5;
  }
  .cont_12 .col_xl_6 {
    grid-column: span 6;
  }
  .cont_12 .col_xl_7 {
    grid-column: span 7;
  }
  .cont_12 .col_xl_8 {
    grid-column: span 8;
  }
  .cont_12 .col_xl_9 {
    grid-column: span 9;
  }
  .cont_12 .col_xl_10 {
    grid-column: span 10;
  }
  .cont_12 .col_xl_11 {
    grid-column: span 11;
  }
  .cont_12 .col_xl_12 {
    grid-column: span 12;
  }
  .cont_12 .push_xl_0, .cont_12 .pull_xl_0 {
    left: 0;
  }
  .cont_12 .push_xl_1 {
    left: calc( var(--gutter-small) * 1);
  }
  .cont_12 .push_xl_2 {
    left: calc( var(--gutter-small) * 2);
  }
  .cont_12 .push_xl_3 {
    left: calc( var(--gutter-small) * 3);
  }
  .cont_12 .push_xl_4 {
    left: calc( var(--gutter-small) * 4);
  }
  .cont_12 .push_xl_5 {
    left: calc( var(--gutter-small) * 5);
  }
  .cont_12 .push_xl_6 {
    left: calc( var(--gutter-small) * 6);
  }
  .cont_12 .push_xl_7 {
    left: calc( var(--gutter-small) * 7);
  }
  .cont_12 .push_xl_8 {
    left: calc( var(--gutter-small) * 8);
  }
  .cont_12 .push_xl_9 {
    left: calc( var(--gutter-small) * 9);
  }
  .cont_12 .push_xl_10 {
    left: calc( var(--gutter-small) * 10);
  }
  .cont_12 .push_xl_11 {
    left: calc( var(--gutter-small) * 11);
  }
  .cont_12 .push_xl_12 {
    left: calc( var(--gutter-small) * 12);
  }
  .cont_12 .pull_xl_1 {
    left: calc( var(--gutter-small) * -1);
  }
  .cont_12 .pull_xl_2 {
    left: calc( var(--gutter-small) * -2);
  }
  .cont_12 .pull_xl_3 {
    left: calc( var(--gutter-small) * -3);
  }
  .cont_12 .pull_xl_4 {
    left: calc( var(--gutter-small) * -4);
  }
  .cont_12 .pull_xl_5 {
    left: calc( var(--gutter-small) * -5);
  }
  .cont_12 .pull_xl_6 {
    left: calc( var(--gutter-small) * -6);
  }
  .cont_12 .pull_xl_7 {
    left: calc( var(--gutter-small) * -7);
  }
  .cont_12 .pull_xl_8 {
    left: calc( var(--gutter-small) * -8);
  }
  .cont_12 .pull_xl_9 {
    left: calc( var(--gutter-small) * -9);
  }
  .cont_12 .pull_xl_10 {
    left: calc( var(--gutter-small) * -10);
  }
  .cont_12 .pull_xl_11 {
    left: calc( var(--gutter-small) * -11);
  }
  .cont_12 .pull_xl_12 {
    left: calc( var(--gutter-small) * -12);
  }
  .cont_12 .prefix_xl_0 {
    margin-left: 0;
  }
  .cont_12 .suffix_xl_0 {
    margin-right: 0;
  }
  .cont_12 .prefix_xl_1 {
    left: 86.3333333333px;
  }
  .cont_12 .suffix_xl_1 {
    margin-right: 86.3333333333px;
  }
  .cont_12 .prefix_xl_2 {
    left: 172.6666666667px;
  }
  .cont_12 .suffix_xl_2 {
    margin-right: 172.6666666667px;
  }
  .cont_12 .prefix_xl_3 {
    left: 259px;
  }
  .cont_12 .suffix_xl_3 {
    margin-right: 259px;
  }
  .cont_12 .prefix_xl_4 {
    left: 345.3333333333px;
  }
  .cont_12 .suffix_xl_4 {
    margin-right: 345.3333333333px;
  }
  .cont_12 .prefix_xl_5 {
    left: 431.6666666667px;
  }
  .cont_12 .suffix_xl_5 {
    margin-right: 431.6666666667px;
  }
  .cont_12 .prefix_xl_6 {
    left: 518px;
  }
  .cont_12 .suffix_xl_6 {
    margin-right: 518px;
  }
  .cont_12 .prefix_xl_7 {
    left: 604.3333333333px;
  }
  .cont_12 .suffix_xl_7 {
    margin-right: 604.3333333333px;
  }
  .cont_12 .prefix_xl_8 {
    left: 690.6666666667px;
  }
  .cont_12 .suffix_xl_8 {
    margin-right: 690.6666666667px;
  }
  .cont_12 .prefix_xl_9 {
    left: 777px;
  }
  .cont_12 .suffix_xl_9 {
    margin-right: 777px;
  }
  .cont_12 .prefix_xl_10 {
    left: 863.3333333333px;
  }
  .cont_12 .suffix_xl_10 {
    margin-right: 863.3333333333px;
  }
  .cont_12 .prefix_xl_11 {
    left: 949.6666666667px;
  }
  .cont_12 .suffix_xl_11 {
    margin-right: 949.6666666667px;
  }
  .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, .article-content:after, .downloads:after, .cf:after, .row:after {
  content: "";
  display: table;
  clear: both;
}

/* HTML elementy
// ==================================== */
* {
  box-sizing: border-box;
  /*&:link:focus,
  &[tabindex]:focus {
      outline: 1px solid rgba(blue, .5);
  }
  */
}
*:focus {
  outline: none;
}

html, body {
  height: 100%;
  font-size: var(--font-md, 15px);
}

html {
  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: calc( var(--line-height) * 1 ) 0;
  padding: 0;
  padding-left: var(--font-md, 15px);
  list-style-type: none;
}

ul {
  list-style: outside disc url("");
  padding-left: var(--font-md, 15px);
}

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: calc( var(--line-height) * 1 );
}
p a {
  color: inherit;
  text-decoration: underline;
  text-decoration-style: dotted;
}

h1 {
  font-family: var(--primary-font);
  font-size: var(--font-h1, 40px);
  line-height: calc( var(--line-height) * 1.5 );
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}

h2 {
  font-family: var(--primary-font);
  font-size: var(--font-h2, 30px);
  line-height: calc( var(--line-height) * 1.5 );
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}

h3 {
  font-family: var(--primary-font);
  font-size: var(--font-h3, 20px);
  line-height: calc( var(--line-height) * 1 );
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}

h4 {
  font-family: var(--primary-font);
  font-size: var(--font-h4, 15px);
  line-height: calc( var(--line-height) * 1.5 );
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}

* + h1, * + h2, * + h3, * + h4, * + h5 {
  margin-top: calc( var(--line-height) * 1 );
}

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

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

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

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: 0.8em;
}

.clearfix:after, .article-content:after, .downloads:after, .row: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: 768px) {
  .clear--sm {
    clear: both;
  }
}
@media screen and (min-width: 768px) 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;
}
@media screen and (max-width: 479px) {
  .is-hidden--xs {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .is-hidden--sm {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .is-hidden--md {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .is-hidden--lg {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .is-hidden--xl {
    display: none;
  }
}

[hidden] {
  display: none;
}

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

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

.m-b-1 {
  margin-bottom: calc( var(--line-height) * 1 );
}

.m-t-1 {
  margin-top: calc( var(--line-height) * 1 );
}

.m-y-1 {
  margin-bottom: calc( var(--line-height) * 1 );
  margin-top: calc( var(--line-height) * 1 );
}

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

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

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

.m-b-2 {
  margin-bottom: calc( var(--line-height) * 2 );
}

.m-t-2 {
  margin-top: calc( var(--line-height) * 2 );
}

.m-y-2 {
  margin-bottom: calc( var(--line-height) * 2 );
  margin-top: calc( var(--line-height) * 2 );
}

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

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

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

.m-b-3 {
  margin-bottom: calc( var(--line-height) * 3 );
}

.m-t-3 {
  margin-top: calc( var(--line-height) * 3 );
}

.m-y-3 {
  margin-bottom: calc( var(--line-height) * 3 );
  margin-top: calc( var(--line-height) * 3 );
}

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

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

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

.m-b-4 {
  margin-bottom: calc( var(--line-height) * 4 );
}

.m-t-4 {
  margin-top: calc( var(--line-height) * 4 );
}

.m-y-4 {
  margin-bottom: calc( var(--line-height) * 4 );
  margin-top: calc( var(--line-height) * 4 );
}

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

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

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

.m-b-5 {
  margin-bottom: calc( var(--line-height) * 5 );
}

.m-t-5 {
  margin-top: calc( var(--line-height) * 5 );
}

.m-y-5 {
  margin-bottom: calc( var(--line-height) * 5 );
  margin-top: calc( var(--line-height) * 5 );
}

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

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

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

.m-b-6 {
  margin-bottom: calc( var(--line-height) * 6 );
}

.m-t-6 {
  margin-top: calc( var(--line-height) * 6 );
}

.m-y-6 {
  margin-bottom: calc( var(--line-height) * 6 );
  margin-top: calc( var(--line-height) * 6 );
}

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

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

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

.m-b-7 {
  margin-bottom: calc( var(--line-height) * 7 );
}

.m-t-7 {
  margin-top: calc( var(--line-height) * 7 );
}

.m-y-7 {
  margin-bottom: calc( var(--line-height) * 7 );
  margin-top: calc( var(--line-height) * 7 );
}

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

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

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

.m-b-8 {
  margin-bottom: calc( var(--line-height) * 8 );
}

.m-t-8 {
  margin-top: calc( var(--line-height) * 8 );
}

.m-y-8 {
  margin-bottom: calc( var(--line-height) * 8 );
  margin-top: calc( var(--line-height) * 8 );
}

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

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

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

.m-b-9 {
  margin-bottom: calc( var(--line-height) * 9 );
}

.m-t-9 {
  margin-top: calc( var(--line-height) * 9 );
}

.m-y-9 {
  margin-bottom: calc( var(--line-height) * 9 );
  margin-top: calc( var(--line-height) * 9 );
}

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

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

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

.as-block {
  display: block;
}

.as-inline {
  display: inline;
}

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

.f-left {
  float: left;
}

.f-right {
  float: right;
}

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

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

/* Text classes */
.text-left, .tal {
  text-align: left;
}

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

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

.text-nowrap {
  white-space: nowrap;
}

/** Atoms are the smallest parts, form-fields, links, image, ... */
.heading.h1 {
  font-size: var(--font-h1, 40px);
  line-height: calc( var(--line-height) * 1.5 );
}
.heading.h2 {
  font-size: var(--font-h2, 30px);
  line-height: calc( var(--line-height) * 1.5 );
}
.heading.h3 {
  font-size: var(--font-h3, 20px);
  line-height: calc( var(--line-height) * 1 );
}
.heading + p.heading {
  margin-top: 0;
}
.heading--page {
  margin-bottom: calc( var(--line-height) * 1 );
}

.thumbnail {
  text-align: center;
  /** Modifiers */
}
.thumbnail-caption {
  background-color: rgba(136, 136, 136, 0.8);
  background-color: color( #888 alpha(0.8) );
  margin-top: calc( var(--line-height) * -1.5 );
  padding: calc( var(--line-height) * .25 ) var(--gutter-small);
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .thumbnail--left {
    max-width: calc( 50% - var(--gutter) );
    float: left;
    margin-right: var(--gutter);
  }
  .thumbnail--right {
    max-width: calc( 50% - var(--gutter) );
    float: right;
    margin-left: var(--gutter);
  }
  .thumbnail--center {
    margin-left: auto;
    margin-right: auto;
  }
}
.thumbnail.is--rounded img {
  border-radius: 50%;
  overflow: hidden;
}

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

fieldset {
  padding: 2px 0;
}

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: var(--gutter-small);
}
.checkbox-wrap label {
  max-width: unset;
  width: auto;
}

input, select, textarea {
  font-family: "Secondary Font", "Ubuntu", sans-serif;
  font-size: var(--font-md, 15px);
  color: var(--color-text);
  border: 1px solid;
  border-radius: 0;
  background-color: var(--color-white);
  padding-left: 5px;
  padding-right: 5px;
  padding-top: calc( var(--line-height) * 0.25 );
  padding-bottom: calc( var(--line-height) * 0.25 );
  width: 100%;
  height: calc( var(--line-height) * 1.5 );
  line-height: calc( var(--line-height) * 1.5 );
}
input:placeholder, select:placeholder, textarea:placeholder {
  display: none;
  font-style: italic;
  color: var(--color-gray-light);
  font-weight: 100;
  text-align: center;
}
input:disabled, input[disabled], select:disabled, select[disabled], textarea:disabled, textarea[disabled] {
  color: var(--color-gray);
  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: var(--font-sm, 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% - 15ch );
}
.label-right input, .label-right select, .label-right textarea {
  max-width: calc( 100% - 15ch );
}

button {
  padding: 0;
}

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

input[type=file] {
  padding: 0;
  height: auto;
  line-height: calc( var(--line-height) * 1 );
}

textarea {
  max-width: 100%;
  height: auto;
  line-height: calc( var(--line-height) * 1 );
  padding: calc( var(--line-height) * 0.5 )-2px;
}

button[type=submit],
input[type=submit] {
  height: auto;
  cursor: pointer;
  font-size: var(--font-md, 15px);
  width: auto;
  vertical-align: top;
  box-shadow: none;
}
button[type=submit]:not([class]),
input[type=submit]:not([class]) {
  margin: 12px 0 0;
  cursor: pointer;
  padding: calc( var(--line-height) * 0.5 ) 36px;
  line-height: calc( var(--line-height) * 1 );
}

.wpcf7-form-control.wpcf7-multifile {
  position: relative;
  display: block;
  min-height: calc( var(--line-height) * 1 );
  background-color: var(--color-white);
  box-sizing: content-box;
}
.wpcf7-form-control.wpcf7-multifile .wpcf7-mfile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}
.wpcf7-form-control.wpcf7-multifile + .file-list {
  list-style: inside none;
  font-size: var(--font-sm, 12px);
  padding: 0;
}
.wpcf7-form-control.wpcf7-multifile + .file-list li {
  display: flex;
  justify-content: space-between;
}
.wpcf7-form-control.wpcf7-multifile + .file-list li.error-filesize {
  text-decoration: line-through;
  text-decoration-color: var(--color-error);
  text-decoration-style: double;
}
.wpcf7-form-control.wpcf7-multifile + .file-list li.summary {
  font-weight: bold;
}
.wpcf7-form-control.wpcf7-multifile + .file-list li.summary .error {
  color: var(--color-error);
}

/* .input-group {
	display: table;
	border-collapse: separate;
	position: relative;
	border: 1px solid mix( getColor( main, 1, true ), white, 25 );
	width: 100%;

	> * {
		display: table-cell;
		margin: 0;
		border: 0;
		height: lh( 1.5 ) - 2;
		line-height: lh( 1.5 ) - 2;
		vertical-align: top;
	}

	.form-control {
		position: relative;
		z-index: 2;
		width: 100%;
		margin-bottom: 0;

		padding: 5px;
	}

	&-btn {
		position: relative;
		font-size: 0;
		white-space: nowrap;
		border-left: 0;
	}

	button[type="submit"] {
		margin: 0;
		padding: 0;
		border: 0;
		border-left: 1px solid getColor( gray-light );
		background-color: getColor( gray-light-ultra );
		color: lighten( getColor( gray, 1, true ), 10 );
		padding: 5px;
		line-height: lh();

		&:hover {
			font-weight: 400;
		}
	}

	.suffix, .prefix {
		text-align: center;
		background-color: getColor( gray-light-ultra );
		color: getColor( text );
	}
} */
/* .datepicker-icon {
	position: absolute;
	right: $gutter-small;
	pointer-events: none;
} */
.button {
  display: inline-block;
  background-color: var(--color-button-background);
  color: var(--color-button);
  border: var(--button-border);
  line-height: calc( var(--line-height) * 1 );
  padding-left: 2ch;
  padding-right: 2ch;
  border-radius: var(--global-border-radius);
  font-size: var(--font-button, 15px);
  text-decoration: none;
}
.button[disabled] {
  text-decoration: line-through;
}
.button.is-primary {
  --color-button-background: getColor( orange, 1, true );
}
.button.is-secondary {
  --color-button-background: getColor( yellow, 1, true );
}
.button.is-outline {
  --color-button-background: transparent;
}
.button.is-small {
  --font-button: getFontSize( sm, 1 );
}
.button.is-large {
  --font-button: getFontSize( xl, 1 );
}
.button.is-center {
  display: table;
  width: auto;
  max-width: 90%;
  min-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.button.is-right {
  float: right;
}

[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: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}

/** Components are small groups of atoms with function/purpose. Search form(field + button) */
.menu {
  list-style-position: outside;
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}
.menu ul.menu {
  margin: 0;
  list-style: inside none;
}
@media screen and (min-width: 1024px) {
  .menu-switch {
    display: none !important;
  }
}
.menu .menu-item {
  display: block;
  position: relative;
}
.menu .menu-item:hover .menu {
  display: block;
}
.menu-link {
  text-decoration: none;
  display: block;
}
.menu .menu {
  display: none;
  margin: 0;
}
.menu-switch {
  background: transparent;
  color: var(--color-white);
  border: 0;
  width: calc( var(--line-height) * 2 );
  height: calc( var(--line-height) * 2 );
  padding: 0;
  position: fixed;
  top: calc( var(--line-height) * 1 );
  right: 25px;
  font-size: var(--font-xxl, 40px);
}
.menu-switch i::before {
  margin: 0;
}
.menu--header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .menu--header {
    flex-direction: row;
  }
}
.menu--header .menu-item {
  padding-top: calc( var(--line-height) * 0.5 );
  padding-bottom: calc( var(--line-height) * 0.5 );
}
@media screen and (min-width: 1024px) {
  .menu--header .menu-item {
    display: inline-block;
  }
}
.menu--header .is-parent.menu-item {
  padding-right: 1.6em;
}
.menu--header .is-parent.menu-item button {
  position: absolute;
  right: 0;
  width: 1.2em;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  font-size: var(--font-lg, 20px);
  color: var(--color-header-text-color);
  border: 0;
  border-left: 1px solid color( #202020 alpha(0.5) );
  background: transparent;
  cursor: pointer;
}
.menu--header .is-parent.menu-item button i::before {
  margin: 0;
}
.menu--header .menu-link {
  color: var(--color-header-nav-color);
  position: relative;
  padding: 0 0.25em;
}
.menu--header .menu-link:hover {
  text-decoration: underline;
}
.menu--header .menu {
  padding-top: calc( var(--line-height) * 0.5 );
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  background-color: var(--color-header-nav-background);
}
@media screen and (min-width: 1024px) {
  .menu--header .menu {
    padding: calc( var(--line-height) * 0.25 ) 25px calc( var(--line-height) * 0.75 );
    position: absolute;
    top: 100%;
    left: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
  }
}
.menu--header .menu .menu-item {
  margin-left: 0 !important;
  padding: calc( var(--line-height) * 0.25 ) 0;
  display: block;
}
.menu--header .menu .menu-link {
  line-height: 1;
  text-align: left;
  text-transform: none;
  font-size: var(--font-md, 15px);
  white-space: nowrap;
}
.menu--contact {
  display: flex;
}
.menu--contact .menu-item + .menu-item {
  margin-left: 6.25px;
}
.menu--contact .menu-link {
  color: var(--color-header-contact-text-color);
}
.menu--footer {
  margin-bottom: 0;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .menu--footer {
    flex-wrap: wrap;
  }
  .menu--footer .menu-item {
    margin-left: 0;
    margin-bottom: calc( var(--line-height) * 0.5 );
  }
}
.menu--footer .menu-item {
  margin-bottom: 0;
  margin-left: 0;
}
.menu--footer .menu-item:nth-child(n+2) {
  border-left: 1px solid color( #FFFFFF alpha(0.5) );
}
.menu--footer .menu-link {
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: -1) {
  .collapse-xs {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s linear, height 0.2s linear;
  }
  .collapse-xs.in {
    max-height: calc( var(--line-height) * 60 );
  }
  .collapse-xs > :first-child {
    margin-top: calc( var(--line-height) * 0.5 );
  }
  .collapse-xs > :last-child {
    margin-bottom: calc( var(--line-height) * 0.5 );
  }
  .collapse-xs--sa {
    max-height: 6em;
    position: relative;
  }
  .collapse-xs--sa [data-target=self] {
    position: absolute !important;
    bottom: 0;
    left: 0;
    text-align: center;
    background: transparent linear-gradient(0deg, #FFFFFFDD, #FFFFFFAA 75%, #FFFFFF00);
    width: 100%;
    padding-top: 2em;
    transition: all 0.2s linear;
  }
  .collapse-xs--sa [data-target=self]::after {
    content: none !important;
  }
  .collapse-xs--sa.in {
    overflow: visible;
  }
  .collapse-xs--sa.in [data-target=self] {
    background: transparent;
    bottom: -2em;
  }

  .collapsing-xs {
    overflow: hidden;
    transition: max-height 0.2s linear, height 0.2s linear;
  }
}
@media screen and (max-width: 479px) {
  .collapse-sm {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s linear, height 0.2s linear;
  }
  .collapse-sm.in {
    max-height: calc( var(--line-height) * 60 );
  }
  .collapse-sm > :first-child {
    margin-top: calc( var(--line-height) * 0.5 );
  }
  .collapse-sm > :last-child {
    margin-bottom: calc( var(--line-height) * 0.5 );
  }
  .collapse-sm--sa {
    max-height: 6em;
    position: relative;
  }
  .collapse-sm--sa [data-target=self] {
    position: absolute !important;
    bottom: 0;
    left: 0;
    text-align: center;
    background: transparent linear-gradient(0deg, #FFFFFFDD, #FFFFFFAA 75%, #FFFFFF00);
    width: 100%;
    padding-top: 2em;
    transition: all 0.2s linear;
  }
  .collapse-sm--sa [data-target=self]::after {
    content: none !important;
  }
  .collapse-sm--sa.in {
    overflow: visible;
  }
  .collapse-sm--sa.in [data-target=self] {
    background: transparent;
    bottom: -2em;
  }

  .collapsing-sm {
    overflow: hidden;
    transition: max-height 0.2s linear, height 0.2s linear;
  }
}
@media screen and (max-width: 767px) {
  .collapse-md {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s linear, height 0.2s linear;
  }
  .collapse-md.in {
    max-height: calc( var(--line-height) * 60 );
  }
  .collapse-md > :first-child {
    margin-top: calc( var(--line-height) * 0.5 );
  }
  .collapse-md > :last-child {
    margin-bottom: calc( var(--line-height) * 0.5 );
  }
  .collapse-md--sa {
    max-height: 6em;
    position: relative;
  }
  .collapse-md--sa [data-target=self] {
    position: absolute !important;
    bottom: 0;
    left: 0;
    text-align: center;
    background: transparent linear-gradient(0deg, #FFFFFFDD, #FFFFFFAA 75%, #FFFFFF00);
    width: 100%;
    padding-top: 2em;
    transition: all 0.2s linear;
  }
  .collapse-md--sa [data-target=self]::after {
    content: none !important;
  }
  .collapse-md--sa.in {
    overflow: visible;
  }
  .collapse-md--sa.in [data-target=self] {
    background: transparent;
    bottom: -2em;
  }

  .collapsing-md {
    overflow: hidden;
    transition: max-height 0.2s linear, height 0.2s linear;
  }
}
@media screen and (max-width: 1023px) {
  .collapse-lg {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s linear, height 0.2s linear;
  }
  .collapse-lg.in {
    max-height: calc( var(--line-height) * 60 );
  }
  .collapse-lg > :first-child {
    margin-top: calc( var(--line-height) * 0.5 );
  }
  .collapse-lg > :last-child {
    margin-bottom: calc( var(--line-height) * 0.5 );
  }
  .collapse-lg--sa {
    max-height: 6em;
    position: relative;
  }
  .collapse-lg--sa [data-target=self] {
    position: absolute !important;
    bottom: 0;
    left: 0;
    text-align: center;
    background: transparent linear-gradient(0deg, #FFFFFFDD, #FFFFFFAA 75%, #FFFFFF00);
    width: 100%;
    padding-top: 2em;
    transition: all 0.2s linear;
  }
  .collapse-lg--sa [data-target=self]::after {
    content: none !important;
  }
  .collapse-lg--sa.in {
    overflow: visible;
  }
  .collapse-lg--sa.in [data-target=self] {
    background: transparent;
    bottom: -2em;
  }

  .collapsing-lg {
    overflow: hidden;
    transition: max-height 0.2s linear, height 0.2s linear;
  }
}
@media screen and (max-width: 1279px) {
  .collapse-xl {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s linear, height 0.2s linear;
  }
  .collapse-xl.in {
    max-height: calc( var(--line-height) * 60 );
  }
  .collapse-xl > :first-child {
    margin-top: calc( var(--line-height) * 0.5 );
  }
  .collapse-xl > :last-child {
    margin-bottom: calc( var(--line-height) * 0.5 );
  }
  .collapse-xl--sa {
    max-height: 6em;
    position: relative;
  }
  .collapse-xl--sa [data-target=self] {
    position: absolute !important;
    bottom: 0;
    left: 0;
    text-align: center;
    background: transparent linear-gradient(0deg, #FFFFFFDD, #FFFFFFAA 75%, #FFFFFF00);
    width: 100%;
    padding-top: 2em;
    transition: all 0.2s linear;
  }
  .collapse-xl--sa [data-target=self]::after {
    content: none !important;
  }
  .collapse-xl--sa.in {
    overflow: visible;
  }
  .collapse-xl--sa.in [data-target=self] {
    background: transparent;
    bottom: -2em;
  }

  .collapsing-xl {
    overflow: hidden;
    transition: max-height 0.2s linear, height 0.2s linear;
  }
}
.collapse {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s linear, height 0.2s linear;
}
.collapse.in {
  max-height: calc( var(--line-height) * 60 );
}
.collapse > :first-child {
  margin-top: calc( var(--line-height) * 0.5 );
}
.collapse > :last-child {
  margin-bottom: calc( var(--line-height) * 0.5 );
}
.collapse--sa {
  max-height: 6em;
  position: relative;
}
.collapse--sa [data-target=self] {
  position: absolute !important;
  bottom: 0;
  left: 0;
  text-align: center;
  background: transparent linear-gradient(0deg, #FFFFFFDD, #FFFFFFAA 75%, #FFFFFF00);
  width: 100%;
  padding-top: 2em;
  transition: all 0.2s linear;
}
.collapse--sa [data-target=self]::after {
  content: none !important;
}
.collapse--sa.in {
  overflow: visible;
}
.collapse--sa.in [data-target=self] {
  background: transparent;
  bottom: -2em;
}

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

[data-toggle=collapse]:not(.no-icon) {
  position: relative;
  padding-right: 35px;
  cursor: pointer;
  margin-bottom: 0;
}
div.video {
  max-width: 100%;
  height: 0;
  padding-bottom: 56.5%;
  position: relative;
}
div.video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #999;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
div.video-player--vimeo iframe {
  background-color: transparent;
}
div.video-player--locked {
  cursor: pointer;
}
div.video-player--locked::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(85, 85, 85, 0.5);
}
div.video-player--loading::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(85, 85, 85, 0.5);
}
div.video--jplayer {
  overflow: hidden;
}
div.video--jplayer .jp-video {
  padding-top: 56.25%;
  height: 0;
  position: relative;
  background-color: var(--color-black);
}
div.video--jplayer .jp-video.jp-state-full-screen {
  width: 100%;
  height: 100%;
}
div.video--jplayer .jp-video:hover .jp-player {
  opacity: 0.75;
}
div.video--jplayer .jp-jplayer, div.video--jplayer video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
div.video--jplayer .jp-jplayer img, div.video--jplayer video img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div.video--jplayer .jp-gui {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: var(--color-white);
  background-color: color( #000000 alpha(0.25) );
}
.jp-state-playing .jp-gui {
  background-color: transparent;
}

div.video--jplayer .jp-gui .jp-interface,
div.video--jplayer .jp-gui .jp-details {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: transform 0.2s ease-in;
  will-change: transform;
}
div.video--jplayer .jp-gui .jp-interface {
  background-color: color( #000000 alpha(0.25) );
}
div.video--jplayer .jp-gui .jp-details {
  top: 0;
  bottom: 0;
  transform: translate(0, -100%);
  padding: 2px 5px;
}
div.video--jplayer .jp-gui .jp-details .jp-title {
  text-align: center;
}
div.video--jplayer .jp-gui .jp-progress {
  cursor: pointer;
  padding: 5px calc( calc( var(--line-height) * 0.5 ) + 8ch );
  font-size: var(--font-xs, 10px);
  line-height: 1;
  position: relative;
  background: rgba(204, 204, 204, 0.3);
}
div.video--jplayer .jp-gui .jp-progress .jp-seek-bar {
  background: var(--color-white);
  height: 4px;
}
div.video--jplayer .jp-gui .jp-progress .jp-seek-bar .jp-play-bar {
  will-change: width;
  height: 100%;
  background: var(--color-main);
  overflow: hidden;
}
div.video--jplayer .jp-gui .jp-current-time, div.video--jplayer .jp-gui .jp-duration {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  min-width: 8ch;
  will-change: contents;
}
div.video--jplayer .jp-gui .jp-current-time {
  left: 9px;
  text-align: left;
}
div.video--jplayer .jp-gui .jp-duration {
  right: 9px;
  text-align: right;
}
div.video--jplayer .jp-gui .jp-controller {
  border: 0;
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  background: transparent;
  color: var(--color-white);
}
div.video--jplayer .jp-gui .jp-controller span {
  display: none;
}
div.video--jplayer .jp-gui .jp-controller:before, div.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: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  margin: 0;
}
div.video--jplayer .jp-gui .jp-controls-holder {
  list-style: inside none;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  align-items: middle;
  margin-top: 0;
  background: rgba(204, 204, 204, 0.3);
}
div.video--jplayer .jp-gui .jp-controls-holder button {
  padding: 0;
}
div.video--jplayer .jp-gui .jp-controls-holder .jp-volume-controls {
  padding-left: 9px;
  flex: 1 1 0;
}
div.video--jplayer .jp-gui .jp-controls-holder .jp-volume-controls .jp-mute {
  float: left;
}
div.video--jplayer .jp-gui .jp-controls-holder .jp-volume-controls .jp-mute:hover {
  color: var(--color-main);
}
div.video--jplayer .jp-gui .jp-controls-holder .jp-volume-controls .jp-volume-max {
  float: left;
}
div.video--jplayer .jp-gui .jp-controls-holder .jp-volume-controls .jp-volume-max:hover {
  color: var(--color-main);
}
div.video--jplayer .jp-gui .jp-controls-holder .jp-volume-controls .jp-volume-bar {
  cursor: pointer;
  float: left;
  min-width: 60px;
  padding-right: 9px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: calc( ( 1.5em - 8px ) / 2 );
}
div.video--jplayer .jp-gui .jp-controls-holder .jp-volume-controls .jp-volume-bar-value {
  height: 100%;
  background-color: var(--color-gray);
}
div.video--jplayer .jp-gui .jp-controls-holder .jp-controls .jp-play {
  font-size: 1.2em;
}
div.video--jplayer .jp-gui .jp-controls-holder .jp-controls .jp-play:hover {
  color: var(--color-main);
}
div.video--jplayer .jp-gui .jp-controls-holder .jp-controls .jp-stop {
  font-size: 1.2em;
}
div.video--jplayer .jp-gui .jp-controls-holder .jp-controls .jp-stop:hover {
  color: var(--color-main);
}
div.video--jplayer .jp-gui .jp-controls-holder .jp-toggles {
  padding-right: 9px;
  flex: 1 1 0;
  text-align: right;
}
div.video--jplayer .jp-gui .jp-controls-holder .jp-toggles .jp-repeat:hover {
  color: var(--color-main);
}
.jp-state-looped .jp-repeat {
  background-color: var(--color-main) !important;
  color: var(--color-black) !important;
}

div.video--jplayer .jp-gui .jp-controls-holder .jp-toggles .jp-full-screen:hover {
  color: var(--color-main);
}
div.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;
}
div.video--jplayer .jp-video-play button {
  height: 100% !important;
  width: 100% !important;
  display: block;
  margin: 0;
}
div.video--jplayer .jp-video-play button:before {
  width: 100%;
  height: 100%;
  color: var(--color-white);
  font-size: 38.4px;
  line-height: 1.2 !important;
  margin-left: 2px !important;
}
div.video .controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #FFF;
}

div.audio,
audio {
  min-width: 300px;
}
div.audio--jplayer,
audio--jplayer {
  /** Progress bars default */
  /** States */
}
div.audio--jplayer .jp-details,
audio--jplayer .jp-details {
  padding: 3px;
  background-color: var(--color-gray-light);
}
div.audio--jplayer .jp-title,
audio--jplayer .jp-title {
  text-align: center;
}
div.audio--jplayer .jp-gui.jp-interface,
audio--jplayer .jp-gui.jp-interface {
  display: flex;
  justify-content: space-evenly;
  background-color: var(--color-gray-light);
}
div.audio--jplayer .jp-progress,
audio--jplayer .jp-progress {
  padding: 6px 9px;
  flex: 1 0 0;
}
div.audio--jplayer .jp-current-time,
audio--jplayer .jp-current-time {
  margin-right: auto;
  display: table;
  float: left;
}
div.audio--jplayer .jp-duration,
audio--jplayer .jp-duration {
  display: table;
  margin-left: auto;
}
div.audio--jplayer .jp-controls,
audio--jplayer .jp-controls {
  padding: 0;
}
div.audio--jplayer .jp-play,
div.audio--jplayer .jp-pause,
div.audio--jplayer .jp-stop,
div.audio--jplayer .jp-repeat,
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;
}
div.audio--jplayer .jp-play span,
div.audio--jplayer .jp-pause span,
div.audio--jplayer .jp-stop span,
div.audio--jplayer .jp-repeat span,
audio--jplayer .jp-play span,
audio--jplayer .jp-pause span,
audio--jplayer .jp-stop span,
audio--jplayer .jp-repeat span {
  display: none;
}
div.audio--jplayer .jp-mute,
div.audio--jplayer .jp-volume-max,
audio--jplayer .jp-mute,
audio--jplayer .jp-volume-max {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  float: left;
}
div.audio--jplayer .jp-mute span,
div.audio--jplayer .jp-volume-max span,
audio--jplayer .jp-mute span,
audio--jplayer .jp-volume-max span {
  display: none;
}
div.audio--jplayer .jp-volume-bar,
audio--jplayer .jp-volume-bar {
  float: left;
  margin: 6px 3px;
  min-width: 40px;
  max-width: 75px;
}
div.audio--jplayer .jp-mute,
audio--jplayer .jp-mute {
  color: var(--color-gray-light-ultra);
}
div.audio--jplayer .jp-volume-max,
audio--jplayer .jp-volume-max {
  color: var(--color-gray);
}
div.audio--jplayer .progress-bar,
audio--jplayer .progress-bar {
  max-width: 100%;
  height: 8px;
  background-color: var(--color-gray-light-ultra);
  border: 1px solid color( #CCC alpha(0.6) );
  cursor: pointer;
}
div.audio--jplayer .progress-value,
audio--jplayer .progress-value {
  background-color: var(--color-black);
  background: linear-gradient(to bottom, var(--color-main), var(--color-main));
  height: 6px;
}
div.audio--jplayer .jp-state-muted .jp-mute,
audio--jplayer .jp-state-muted .jp-mute {
  color: var(--color-gray);
}
div.audio--jplayer .jp-state-muted .jp-volume-max,
audio--jplayer .jp-state-muted .jp-volume-max {
  color: var(--color-gray-light-ultra);
}

.hero {
  background-color: color( #FFFFFF alpha(0.66) );
  background-size: cover;
  height: 0;
  width: 100vw;
  max-width: 100%;
  position: relative;
  padding-bottom: 35%;
  min-height: 350px;
  selection: none;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .hero {
    max-height: 450px;
  }
}
.hero--full {
  padding: 0;
  height: 85vh;
}
@media screen and (min-width: 768px) {
  .hero--full {
    height: 75vh;
    margin-bottom: 0;
  }
}
.hero--big {
  padding-bottom: 19.53125%;
  padding-top: 19.53125%;
}
@media screen and (min-width: 768px) {
  .hero--pull-up {
    margin-bottom: calc( var(--line-height) * -6 );
  }
}
.hero--image img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .hero--image img {
    height: 100%;
    width: auto;
  }
}
.hero--slider {
  z-index: auto;
  height: auto;
  padding: 0;
  background-color: var(--color-main);
}
.hero-slider {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.hero-slider_item {
  display: inline-block;
}
.hero-slider img {
  position: static;
  transform: none;
}
.hero-scroll {
  display: none;
  position: absolute;
  bottom: calc( var(--line-height) * 2 );
  left: 50%;
  width: 100px;
  text-align: center;
  margin-left: -50px;
  font-size: var(--font-3xl, 72px);
}
@media screen and (min-width: 768px) {
  .hero-scroll {
    display: block;
  }
}
.hero-scroll i {
  color: var(--color-white);
  text-shadow: 0px 2px 3px color( #555555 alpha(0.5) );
}
.hero-text {
  margin: 0 auto 0;
  position: absolute;
  width: 765px;
  max-width: 95%;
  z-index: 25;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: var(--color-white);
  text-transform: uppercase;
  text-shadow: 0px 0px 20px 2px color( #000000 alpha(0.5) );
}
.hero-text h1, .hero-text h2, .hero-text h3, .hero-text h4, .hero-text h5 {
  font-size: var(--font-xxl, 40px);
  font-weight: 700;
  line-height: 1;
  position: relative;
  margin-bottom: 0.5em;
  padding-bottom: 0.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: var(--font-xxl, 40px);
  position: absolute;
  bottom: -0.5em;
  line-height: 1;
  left: 50%;
  margin-left: -0.6em;
}
@media screen and (min-width: 768px) {
  .hero-text h1, .hero-text h2, .hero-text h3, .hero-text h4, .hero-text h5 {
    font-size: var(--font-3xl, 72px);
  }
}
.hero-text blockquote {
  font-family: "Primary Font", "Ubuntu", serif;
  font-style: italic;
}
.hero-text blockquote small {
  font-size: var(--font-sm, 12px);
}
.breadcrumb {
  font-size: var(--font-sm, 12px);
}
.breadcrumb-title {
  margin-right: 1ch;
}
.breadcrumb-item a {
  text-decoration: none;
}
.breadcrumb-item span {
  font-weight: bold;
}
.breadcrumb-separator {
  margin-left: 0.5ch;
  margin-right: 0.5ch;
}
:last-child > .breadcrumb-separator {
  display: none;
}

.modal {
  display: none;
  background: color( #555555 alpha(0.25) );
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
}
.modal-dialog {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 640px;
  background-color: var(--color-white);
  padding: calc( var(--line-height) * 1 ) 25px;
  margin-bottom: calc( var(--line-height) * 2 );
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    top: 15%;
  }
}
.modal-header {
  background-color: var(--color-main);
  margin: calc( var(--line-height) * -1 ) -25px 0;
  padding: calc( var(--line-height) * 0.5 ) 25px;
}
.modal-header .close {
  position: absolute;
  top: calc( var(--line-height) * 0.25 );
  right: calc( var(--line-height) * 0.25 );
  border: 0;
  background: transparent;
  font-size: var(--font-md, 15px);
  font-weight: bold;
  color: var(--color-white);
  line-height: 1;
  cursor: pointer;
  width: 1em;
  display: inline-block;
  border-radius: 6px;
  text-align: center;
}
.modal-header .close span {
  display: inline-block;
  line-height: 1;
  pointer-events: none;
}
.modal-header .close:hover {
  background: color( #FFFFFF alpha(0.25) );
}
.modal-title {
  font-size: var(--font-lg, 20px);
  color: var(--color-white);
  margin: 0;
}
.modal-body:nth-child(2) {
  margin-top: calc( var(--line-height) * 1 );
}

.accordion {
  border: 1px solid;
  list-style: inside none;
  padding: 0;
}
.accordion-item + .accordion-item {
  border-top: 1px solid;
}
.accordion-item-header {
  position: relative;
  font-size: fontSize(lg);
  padding: 0.25em;
  cursor: pointer;
  background-color: var(--color-gray-light);
}
.accordion-item-header a {
  text-decoration: none;
}
.accordion-item-header .arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.accordion-item-header:target .arrow, .accordion-item-header.is-active .arrow {
  transform: translateY(-50%) rotate(180deg);
}
.accordion-item-body {
  display: none;
  background-color: color( #FFFFFF alpha(0.7) );
  color: var(--color-text);
  padding: calc( var(--line-height) * 0.5 ) 25px;
}
.accordion-item-header:target + .accordion-item-body {
  display: block;
}

.sharebox {
  display: flex;
  flex-flow: row nowrap;
  margin-top: calc( var(--line-height) * 1 );
  margin-bottom: calc( var(--line-height) * 1 );
  float: left;
}
.sharebox--horizontal {
  overflow: hidden;
}
.sharebox--fixed, .sharebox--fixed-bottom-right, .sharebox--fixed-bottom-left, .sharebox--fixed-bottom, .sharebox--fixed-top-right, .sharebox--fixed-top-left, .sharebox--fixed-top {
  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: var(--color-main);
  border: 0;
  color: var(--color-white);
  padding: 8px 15px;
  width: 95px;
  float: left;
}
.sharebox-title {
  line-height: calc( var(--line-height) * 2 );
  height: calc( var(--line-height) * 2 );
  text-align: center;
}
.sharebox-title i::before {
  line-height: inherit;
  margin: 0;
  vertical-align: middle;
}
.sharebox ul, .sharebox-links {
  display: flex;
  list-style: none inside;
  margin: 0;
  transition: margin 0.2s linear;
  padding: 5px calc( var(--line-height) * 0.5 );
  float: left;
}
.sharebox--horizontal .sharebox ul, .sharebox--horizontal .sharebox-links {
  justify-content: flex-end;
  align-item: center;
  margin-right: -175px;
  width: 175px;
}
@media screen and (min-width: 768px) {
  .sharebox--horizontal .sharebox ul, .sharebox--horizontal .sharebox-links {
    margin-right: -300px;
    width: 300px;
  }
}
.sharebox-item, .sharebox ul li, .sharebox-links li {
  float: left;
  margin-left: calc( var(--line-height) * 1 );
}
.sharebox-link, .sharebox ul a, .sharebox-links a {
  background-color: var(--color-main);
  color: var(--color-white);
  display: block;
  padding: 0;
  text-decoration: none;
  border-radius: 50%;
  width: calc( var(--line-height) * 1.5 );
  height: calc( var(--line-height) * 1.5 );
  line-height: calc( var(--line-height) * 1.5 );
}
.sharebox-link.disabled, .sharebox ul a.disabled, .sharebox-links a.disabled {
  background-color: var(--color-gray-light);
  color: var(--color-gray);
}
.sharebox-link--facebook.sharebox-link--facebook {
  background-color: #385187;
}
.sharebox-link--twitter.sharebox-link--twitter {
  background-color: #1DA1F2;
}
.sharebox-link--pinterest.sharebox-link--pinterest {
  background-color: #C72527;
}
.sharebox-link--google.sharebox-link--google {
  background-color: #C72527;
}
.sharebox-link span, .sharebox ul a span, .sharebox-links a span {
  display: none;
}
@media screen and (min-width: 768px) {
  .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;
}
.widget {
  padding-top: 5px;
  padding-bottom: 5px;
  /**
   *
   * Woocommerce Widgets
   */
  /* Vibus search Form */
}
.widget-title {
  font-size: var(--font-md, 15px);
  font-weight: 700;
  margin-bottom: calc( var(--line-height) * 0.5 );
  color: var(--color-main);
  display: block;
  text-align: center;
  border-bottom: 1px solid;
}
.footer .widget-title {
  font-size: var(--font-md, 15px);
  font-weight: 700;
  color: var(--color-white);
}
.widget ul {
  list-style: none;
  margin-top: 0;
  padding: 0;
}
.widget li a {
  text-decoration: none;
}
@media screen and (max-width: 479px) {
  .widget + .widget {
    margin-top: calc( var(--line-height) * 2 );
  }
}
.widget.woocommerce .product_list_widget li {
  position: relative;
  padding: calc( var(--line-height) * 0.5 ) 25px;
  background-color: var(--color-white);
  text-align: center;
}
.widget.woocommerce .product_list_widget li + li {
  margin-top: calc( var(--line-height) * 1 );
}
.widget.woocommerce .product_list_widget li .product-title {
  display: block;
  font-weight: bold;
  margin-top: calc( var(--line-height) * 0.25 );
}
.widget.woocommerce .product_list_widget li .woocommerce-Price-amount.amount {
  font-size: var(--font-sm, 12px);
  font-weight: bold;
  text-align: center;
  display: block;
  text-decoration: none;
}
.widget.woocommerce .product_list_widget li del .woocommerce-Price-amount.amount {
  opacity: 0.75;
}
.widget.woocommerce .product_list_widget li ins {
  text-decoration: none;
}
.widget.woocommerce .product_list_widget li ins .woocommerce-Price-amount.amount {
  color: var(--color-main);
  font-size: var(--font-md, 15px);
}
.bx-wrapper .widget.woocommerce .product_list_widget li {
  margin-top: 0 !important;
}
.widget.woocommerce.widget_top_rated_products .product_list_widget li a {
  text-decoration: none;
}
.widget.woocommerce.widget_shopping_cart .product_list_widget li a.remove {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  width: 20px;
  text-indent: -9em;
  text-align: center;
  border: 1px solid var(--color-gray-light);
  border-radius: 3px;
  opacity: 0;
  transform: translate(50%, -50%);
  transition: all 0.1s linear;
}
.widget.woocommerce.widget_shopping_cart .product_list_widget li:hover > .remove {
  opacity: 1;
  transform: translate(0, 0);
}
.widget.woocommerce.widget_shopping_cart .product_list_widget li .quantity {
  display: block;
  font-size: var(--font-sm, 12px);
}
.widget.woocommerce.widget_shopping_cart .product_list_widget li .quantity .amount {
  display: inline-block;
}
.widget.woocommerce.widget_shopping_cart p.total {
  margin-top: 0;
}
.widget.woocommerce.widget_shopping_cart p.total .amount {
  float: right;
}
.widget.woocommerce.widget_shopping_cart p.total.shipping-costs-cart-info {
  font-size: var(--font-sm, 12px);
}
.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons {
  display: flex;
  flex-wrap: wrap;
}
.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons .button {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons .wcppec-cart-widget-button {
  flex-basis: 100%;
  text-align: center;
  margin-top: calc( var(--line-height) * 1 );
}
@media screen and (max-width: 767px) {
  .widget-toggle {
    background-color: inherit;
    border-radius: 0 6px 6px 0;
    color: var(--color-white);
    height: calc( var(--line-height) * 4 );
    left: 100%;
    margin-top: calc( var(--line-height) * -2 );
    padding: 15px 5px;
    position: absolute;
    text-align: center;
    top: 50%;
    writing-mode: sideways-lr;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  /*background: #f9f9f9;*/
  color: #444;
  text-shadow: none;
  /*-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;*/
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  /*-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);*/
}
.fancybox-outer, .fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

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

#fancybox-loading, .fancybox-close:before, .fancybox-prev span:before, .fancybox-next span:before {
  /*background-image: url('fancybox_sprite.png');*/
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  font-size: 16px;
  color: #333;
  text-shadow: 0 0 2px #FFF;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
}

.fancybox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  line-height: 30px;
  cursor: pointer;
  z-index: 8040;
  text-decoration: none;
  text-align: center;
}

.fancybox-close:before {
  content: "";
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 64px;
  margin-top: -32px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
  font-size: 60px;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
  font-family: fontello;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-color: rgba(0, 0, 0, 0.85);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Merriweather Sans", sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  padding: 5px;
  background-color: #fff;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.fancybox-carousel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.75);
  z-index: -2;
  filter: grayscale(60%) brightness(70%);
  cursor: pointer;
  transition: all 0.3s linear;
}

.fancybox-carousel:hover {
  /*z-index: 1;*/
  filter: grayscale(10%) brightness(95%);
}

.fancybox-carousel.prev {
  left: -33%;
}

.fancybox-carousel.next {
  right: -33%;
}

/** Modules are groups of components		Search - Search form + Search results + Text */
.article-head {
  overflow: hidden;
  margin-bottom: calc( var(--line-height) * 0.5 );
  padding-bottom: calc( var(--line-height) * 0.5 );
}
.article-head:after {
  content: "";
  display: table;
  clear: both;
}
.article-head .title-icon {
  float: left;
  color: var(--color-white);
  background-color: var(--color-main);
  border-radius: 50%;
  font-size: var(--font-3xl, 72px);
  height: 1.6em;
  width: 1.6em;
  display: inline-block;
  text-align: center;
  line-height: 1.6;
  margin-right: 25px;
}
.article-head .title-icon::before, .article-head .title-icon::after {
  margin: 0;
}
.article-subheader {
  margin-top: 0;
  border-bottom: 0;
  font-weight: 400;
}
.article-header + .article-subheader {
  margin-top: 0;
}
.article-subheader.h2 {
  font-size: var(--font-xl, 30px);
}
.article-subheader.h3 {
  font-size: var(--font-md, 15px);
}
.article-content img.alignright, .downloads img.alignright, .article-content img.right, .downloads img.right {
  float: right;
  margin-left: 20px;
}
.article-content img.alignleft, .downloads img.alignleft, .article-content img.left, .downloads img.left {
  float: left;
  margin-right: 20px;
}
.article-content img.round, .downloads img.round {
  border-radius: 100%;
}
.article-content img.border, .downloads img.border {
  border: 1px solid var(--color-gray-light);
}
.article-content a:not([class]), .downloads a:not([class]) {
  font-weight: bold;
}
.article-content [class^=icon-]:before, .downloads [class^=icon-]:before, .article-content [class*=" icon-"]:before, .downloads [class*=" icon-"]:before {
  color: var(--color-main);
}
@media screen and (min-width: 768px) {
  .article-content[data-columns], [data-columns].downloads {
    column-gap: var(--gutter);
  }
  .article-content[data-columns] h2, [data-columns].downloads h2, .article-content[data-columns] h3, [data-columns].downloads h3, .article-content[data-columns] h4, [data-columns].downloads h4, .article-content[data-columns] h5, [data-columns].downloads h5 {
    break-after: avoid;
    break-inside: avoid;
    page-break-after: avoid;
  }
  .article-content[data-columns] p.no-break, [data-columns].downloads p.no-break {
    break-inside: avoid;
    break-after: auto;
  }
  .article-content[data-columns="2"], [data-columns="2"].downloads {
    column-count: 2;
  }
  .article-content[data-columns="3"], [data-columns="3"].downloads {
    column-count: 3;
  }
  .article-content[data-columns="4"], [data-columns="4"].downloads {
    column-count: 4;
  }
  .article-content[data-columns="5"], [data-columns="5"].downloads {
    column-count: 5;
  }
  .article-content[data-columns="6"], [data-columns="6"].downloads {
    column-count: 6;
  }
}
.article .content-more {
  margin-top: calc( var(--line-height) * 2 );
}

.downloads {
  list-style: outside none;
  margin: 24px 0;
  padding: 18px;
}
@media screen and (min-width: 768px) {
  .downloads {
    column-count: 2;
    column-gap: 36px;
  }
}
.downloads-item {
  margin-bottom: 12px;
  break-inside: avoid-column;
}
.downloads-link {
  display: block;
  text-decoration: none;
}
.downloads-link i {
  color: var(--color-main);
}
.downloads-description {
  margin-top: 9px;
}

.title-icon::before, .title-icon::after {
  margin-left: 0;
}
.title-icon + .article-header {
  margin-top: 0;
}

.title-link {
  float: right;
  position: relative;
  z-index: 5;
  color: var(--color-main);
  text-decoration: none;
}

/**
 *	@Name: Gallery
 *	@Description:
 *	@Version: 0.5
 *
 */
.gallery-list {
  margin-left: calc(var(--gallery-item-space) * -1);
  margin-right: calc(var(--gallery-item-space) * -1);
}
.gallery-list:after {
  content: "";
  display: table;
  clear: both;
}
.no-gap .gallery-list {
  margin-left: 0;
  margin-right: 0;
}
.gallery-item {
  text-align: center;
  position: relative;
  float: left;
  padding: 0;
  overflow: hidden;
  border: var(--gallery-item-space) solid transparent;
}
.no-gap .gallery-item {
  border: 0;
}
.gallery-item a {
  text-decoration: none;
}
.gallery--cols_2 .gallery-item {
  width: 50%;
}
.gallery--cols_3 .gallery-item {
  width: 33.3333333333%;
}
@media screen and (max-width: 1023px) {
  .gallery--cols_3 .gallery-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .gallery--cols_3 .gallery-item {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .gallery--cols_3 .gallery-item {
    width: 100%;
  }
}
.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: 767px) {
  .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.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .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.6666666667%;
}
@media screen and (max-width: 1023px) {
  .gallery--cols_6 .gallery-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .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 0.3s ease-in-out;
}
.gallery-item--wide.gallery-item {
  width: 100%;
}
.gallery-item:hover img {
  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: 0.5em;
  color: var(--color-main);
  border-radius: 50%;
  font-size: var(--gallery-zoom-size);
  background-color: color( #FFFFFF alpha(0.6) );
  transition: all 0.2s linear;
  z-index: 1;
}
.gallery-link:hover::before {
  transition: all 0.1s linear;
  opacity: 1;
  top: 50%;
}
.gallery-image {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.gallery-caption {
  background-color: color( #888 alpha(0.5) );
  color: var(--color-white);
  line-height: 1.2;
  position: absolute;
  font-weight: normal;
  bottom: 0;
  left: var(--gutter-small);
  right: var(--gutter-small);
  padding: var(--gutter-small);
  min-height: 2.4em;
  border-top: 1px solid var(--color-black);
}
@media screen and (min-width: 768px) {
  .gallery-caption {
    font-size: var(--font-md, 15px);
  }
}
.gallery-caption .icon-svg {
  height: var(--font-md, 15px);
}
.gallery-caption .icon-svg path {
  fill: var(--color-white);
}
.gallery-show_more {
  background-color: var(--gallery-more-background);
  color: var(--gallery-more-color);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: var(--gallery-more-size);
  font-weight: var(--gallery-more-font-weight);
  height: 100%;
  justify-content: center;
  left: 0;
  line-height: 1;
  padding: 15%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10;
}
.gallery-show_more:hover {
  --gallery-more-background: getColor(black, .75, true);
}
.gallery--slider .gallery-show_more {
  display: none;
}

.gm {
  height: 0;
  overflow: hidden;
  position: relative;
}
.gm-map {
  height: 100%;
  left: 18px;
  position: absolute;
  top: 0;
  width: 100%;
  width: calc( 100% - 36px );
}
.gm-map img {
  max-width: none;
}
.footer .gm-map {
  left: 0;
  width: 100%;
}
.gm-style-iw + div {
  /* close button */
}

.linkbox {
  position: relative;
  background: var(--linkbox-background, transparent);
  text-align: center;
  transition: background 0.2s linear, box-shadow 0.2s linear;
  box-shadow: none;
  margin-bottom: calc( var(--line-height) * 1 );
}
a.linkbox {
  display: block;
  text-decoration: none;
}

.linkbox-title {
  margin-top: 0;
}
.linkbox-icon {
  font-size: 60px;
  margin-bottom: calc( var(--line-height) * 1 );
  color: var(--linkbox-icon-color);
  display: block;
}
.linkbox-icon::before {
  margin: 0;
}
.linkbox:hover {
  --linkbox-background: getColor( gray-light-ultra );
}
.linkbox--persona {
  background-color: var(--linkbox-background);
  position: relative;
}
.linkbox--persona .linkbox-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: calc( var(--line-height) * 1 );
}
.linkbox--persona .linkbox-info {
  font-size: var(--font-lg, 20px);
}
.linkbox--persona .linkbox-content {
  margin-top: calc( var(--line-height) * 1 );
  padding-bottom: calc( var(--line-height) * 1 );
}
.linkbox--persona .linkbox-content a {
  text-decoration: none;
}
.linkbox--persona:hover {
  --linkbox-background: #DFDFDF ;
}

.post {
  margin-bottom: 30px;
}
.post-term {
  position: absolute;
  top: 0;
  right: var(--gutter-small);
  font-size: var(--font-sm, 12px);
}
.post-inner {
  height: 100%;
  position: relative;
}
.post-inner:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  .post-inner {
    border-top: 0;
  }
}
.post-content {
  margin-top: calc( var(--line-height) * 0.5 );
}
.post-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post-title {
  hyphens: auto;
}
@supports (hyphenate-limit-chars: 6) or (-ms-hyphenate-limit-chars: 6) {
  .post-title {
    hyphenate-limit-chars: 6 4 4;
    -ms-hyphenate-limit-chars: 6 4 4;
  }
}
@media screen and (max-width: 767px) {
  .post-title {
    font-size: var(--font-xl, 30px);
    line-height: calc( var(--line-height) * 1.5 );
  }
}
.post-title a {
  text-decoration: none;
}
.post a {
  text-decoration: none;
  font-weight: bold;
}
.post .meta {
  font-size: var(--font-sm, 12px);
  font-weight: 400;
}
.post .meta a {
  font: inherit;
}
.post .meta::before {
  content: attr(title) ": ";
  font-weight: bold;
}
.post--card {
  margin-bottom: calc( var(--line-height) * 2 );
}
@media screen and (min-width: 768px) {
  .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;
  }
}

.affiliates-list {
  display: flex;
}
.affiliates-item {
  float: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.affiliates-item a.affiliates-item {
  text-decoration: none;
}
.affiliates-item + .affiliates-item {
  margin-left: 25px;
}
.affiliates-item:hover .affiliates-name {
  transform: translateY(0);
}
.affiliates-name {
  display: block;
  position: absolute;
  bottom: 0;
  text-align: center;
  transform: translateY(100%);
  width: 100%;
  transition: transform 0.2s linear;
}

/** Facebook Timeline
=========================== */
.news-wrap {
  padding: 18px;
  border: 1px solid;
}
@media screen and (min-width: 768px) {
  .news-wrap {
    float: left;
    width: 50%;
  }
}
.news-iw {
  position: relative;
  border-left: 1px solid var(--facebook-head-background);
  border-right: 1px solid var(--facebook-head-background);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-iw:after {
  content: "";
  display: table;
  clear: both;
}
.news-name {
  display: none;
}
.news-date {
  text-decoration: none;
  font-size: var(--font-sm, 12px);
  color: var(--facebook-head-color);
  background-color: var(--facebook-head-background);
  padding: calc( var(--line-height) * 0.5 ) var(--gutter-small) 0;
}
.news-date--comment {
  display: block;
  background: transparent;
  padding: 0;
  font-style: italic;
}
.news-head {
  margin-top: 0;
  font-size: var(--font-sm, 12px);
  background-color: var(--facebook-head-background);
  color: var(--facebook-head-color);
  padding: 0 var(--gutter-small) calc( var(--line-height) * 0.5 );
}
.news-head a, .news-head strong {
  color: inherit;
}
.news-text {
  padding: 0 var(--gutter-small);
  flex: 1 0 auto;
}
@media screen and (min-width: 768px) {
  .news-text {
    min-height: calc( var(--line-height) * 3 );
  }
}
.news-text a {
  text-decoration: none;
  font-weight: bold;
  color: var(--color-main);
}
.news-image {
  text-align: right;
  margin-top: auto;
}
@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: var(--font-sm, 12px);
}
.news-image figcaption a {
  text-decoration: none;
}
.news-video {
  position: relative;
}
.news-video--iframe {
  max-height: 360px;
  /*  height: 0;
             padding-bottom: 100%;
  
             > iframe {
                 position: absolute;
                 top: 0;
                 left: 0;
                 height: 100%;
             } */
}
.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: var(--font-sm, 12px);
  line-height: 1.5;
  margin-left: -1px;
  margin-right: -1px;
  padding: calc( var(--line-height) * 0.5 ) 0;
  color: var(--facebook-footer-color);
  background-color: var(--facebook-footer-background);
}
.news-info:after {
  content: "";
  display: table;
  clear: both;
}
.news-info i::before {
  font-size: 1.2em;
  vertical-align: middle;
}
.news-info-likes {
  padding-left: var(--gutter-small);
}
.news-info-likes, .news-info-comments {
  margin: 0;
  float: left;
  width: 50%;
}
.news-comments-list {
  background-color: var(--facebook-footer-background);
  color: var(--facebook-footer-color);
  left: 0;
  list-style: inside none;
  margin: 0;
  padding-left: 0;
  position: absolute;
  z-index: 100;
  width: 100%;
}
.news-comment {
  padding: 0 var(--gutter-small);
}
.news-comment + .news-comment {
  margin-top: 10px;
}
.news-avatarname {
  display: none;
}
.news-message, .news-comment_date {
  margin-top: 0;
}
/**	Layout puts modules to its place */
/* =================================
    Page
================================= */
body {
  margin: 0;
  color: var(--color-text);
  background-color: var(--color-white);
  font-family: var(--secondary-font);
  font-weight: 400;
  line-height: calc( var(--line-height) * 1 );
  margin: 0;
  padding: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page--offcanvas-left.offcanvas-open .header--fixed, .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: 768px) {
  .page--offcanvas-top.offcanvas-open .header--fixed, .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-wrap {
  margin: 0;
  width: 100%;
  transition: all 0.3s linear;
  position: relative;
}
.page-offcanvas {
  position: fixed;
  z-index: 100;
  background-color: var(--color-black);
  transition: all 0.3s linear;
  padding: calc( var(--line-height) * 1 ) 18px;
}
.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--1000 .iw {
  width: 100%;
  max-width: 1000px;
}
.page--1200 .iw {
  width: 100%;
  max-width: 1200px;
}
.page--1400 .iw {
  width: 100%;
  max-width: 1400px;
}
.page--1600 .iw {
  width: 100%;
  max-width: 1600px;
}
.page--full .iw {
  width: 100%;
}
.page--custom .iw {
  width: 1530px;
}

.footer-inner .iw, .content-inner .iw, .header .iw {
  margin: 0 auto;
}

/**--------------------------
		Header
--------------------------**/
.header {
  position: relative;
  background-color: var(--header-background-color);
  z-index: 1;
}
.header .iw {
  position: relative;
}
.header-main {
  border-bottom: var(--header-border-width) var(--header-border-style) var(--header-border-color);
  padding: calc( var(--line-height) * 1 ) var(--gutter-small);
}
.header-stoerer {
  padding: calc( var(--line-height) * 1 );
  position: absolute;
  top: 100%;
  right: 0;
  max-width: 200px;
}
@media screen and (min-width: 1280px) {
  .header-stoerer {
    right: calc( 50% - 765px );
    transform: translate(-50%, 0);
  }
}
.header-logo {
  float: left;
  width: var(--header-logo-width--xs);
  transition: all 0.3s linear;
}
@media screen and (min-width: 480px) {
  .header-logo {
    width: var(--header-logo-width--md);
  }
}
@media screen and (min-width: 1024px) {
  .header-logo {
    width: var(--header-logo-width);
  }
}
.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 - 100% );
    width: 100%;
    transform: translate(-100%, 0);
    background-color: color( #FFFFFF alpha(0.9) );
    overflow-y: auto;
    z-index: 100;
    left: calc( var(--gutter-small) * -1 );
    padding-left: 36px/2;
    padding-right: 36px/2;
    transition: transform 0.05s linear;
  }
  .header-nav.toggled-on {
    transform: translate(0, 0);
    transition: transform 0.1s linear;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav {
    margin-top: calc( var(--line-height) * 1 );
    float: right;
  }
}
.header-contactbar {
  background-color: var(--header-contact-background-color);
  color: var(--header-contact-text-color);
  padding-top: calc( var(--line-height) * 0.25 );
  padding-bottom: calc( var(--line-height) * 0.25 );
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header-contactbar {
    display: none;
    padding-left: var(--gutter);
  }
}
.header-contactbar #lang_sel_list ul {
  border: none;
}
.header-contactbar #lang_sel_list ul li {
  margin-left: 10px !important;
}
@media screen and (min-width: 768px) {
  .header-contactbar #lang_sel_list ul li {
    margin-left: 25px !important;
  }
}
.header-contactbar #lang_sel_list ul li a {
  line-height: calc( var(--line-height) * 1 );
  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 {
  position: relative;
  grid-column: span 12;
  width: 33.3333333333%;
  margin-left: 345.3333333333px;
  text-align: right;
}
.header-search-switch {
  float: left;
  font-size: var(--font-lg, 20px);
  border-radius: var(--global-border-radius);
  display: block;
  width: calc( var(--line-height) * 1.5 )-2;
}
.header-search-switch i::before {
  line-height: 0.5;
  margin: 0;
}
.header-search form > div, .header-search fieldset > div {
  display: flex;
}
.header-search form > div input[name=s], .header-search fieldset > div input[name=s] {
  flex: 1 1 0;
  border: 1px solid var(--header-text-color);
  border-right-width: 0;
  line-height: calc( var(--line-height) * 1 );
  padding: 0 1ch;
}
.header-search form > div button[type=submit], .header-search fieldset > div button[type=submit],
.header-search form > div input[type=submit],
.header-search fieldset > div input[type=submit] {
  margin-top: 0;
  line-height: calc( var(--line-height) * 1 );
  padding: 0 1ch;
  border: 1px solid var(--header-text-color);
}
@media screen and (max-width: 767px) {
  .header-widgets {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header-widgets .widget {
    float: right;
    margin-left: 25px;
  }
}
.header-widgets .widget i {
  transition: none;
  font-size: 3em;
  float: left;
}
.header-widgets .widget a {
  color: var(--color-main);
  font-weight: 600;
  text-decoration: none;
}
.header--fixed, .header--fixed-right, .header--fixed-left {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1000;
  transition: all 0.3s linear;
}
.header--fixed-left {
  width: var(--header-width-small);
  height: 100%;
  height: var(--header-fixed-height);
  background-size: 100% auto;
}
.header--fixed-right {
  left: auto;
  right: 0;
  width: var(--header-width-small);
  height: 100%;
  height: var(--header-fixed-height);
}
@media screen and (min-width: 768px) {
  .header--vertical {
    float: left;
    width: var(--header-width);
    min-height: 100vh;
  }
  .header--right {
    float: right;
  }
}
@media screen and (min-width: 1280px) {
  .header--fixed-left {
    width: var(--header-width);
  }
  .header--fixed-right {
    width: var(--header-width);
  }
}
.header--small {
  background-color: var(--header-background-color);
}
.header--small .header-logo img {
  max-width: 75%;
}

/**
 * ToDo's:
 *
 *  [] najit lepsi misto pro tyhle
 *
 */
.ui-autocomplete {
  margin-left: var(--global-border-radius);
  margin-right: -var(--global-border-radius);
  border: 0;
  border-top: 1px solid var(--color-gray-light);
  background: var(--color-gray-light-ultra);
  padding-left: 36px/2;
  padding-right: 36px/2;
  box-shadow: none;
}
.ui-widget {
  font-family: Secondary Font, Ubuntu, sans-serif;
}
.ui-widget-content {
  color: var(--color-text);
}
.ui-front {
  z-index: 1001 !important;
}
.ui-menu .ui-state-focus {
  padding-left: 36px/2;
  padding-right: 36px/2;
  margin-left: -18px;
  margin-right: -18px;
  border: 0;
  float: none;
  width: auto;
}

/**--------------------------
		Content
--------------------------**/
.content {
  min-height: 60vh;
}
.content-inner {
  padding-top: var(--content-inner-padding-top);
  padding-bottom: var(--content-inner-padding-bottom);
  position: relative;
}
.content-inner--image {
  position: relative;
  background-size: cover;
  min-height: calc( var(--line-height) * 10 );
}
.content-inner--image .footer-inner .iw, .footer-inner .content-inner--image .iw, .content-inner--image .content-inner .iw, .content-inner .content-inner--image .iw, .content-inner--image .header .iw, .header .content-inner--image .iw {
  position: relative;
  z-index: 5;
}
.content-inner--highlight {
  color: var(--content-inner-highlight-color);
  background: var(--content-inner-highlight-background);
}
.content-inner--dark {
  background-color: #000;
  color: #FFF;
}
.content-inner .iw {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
}
@media screen and (min-width: 480px) {
  .content-inner .iw {
    grid-column-gap: var(--gutter);
  }
}
.content-inner .iw--wide {
  width: 100%;
  max-width: calc( 100% - var(--gutter) ) !important;
}
.content-background {
  max-height: 35%;
  max-height: 35vh;
}
@media screen and (min-width: 768px) {
  .content-background {
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    right: 0;
    width: auto;
  }
  .content-background img {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
  }
}
.content--full-width .scroll-next {
  display: none;
}
@media screen and (min-width: 768px) {
  .header--fixed-left ~ .content--full-width .iw {
    width: auto;
    margin-left: var(--header-width);
  }
  .header--fixed-left ~ .content--full-width .iw:before {
    content: none;
  }
  .header--fixed-right ~ .content--full-width .iw {
    width: auto;
    margin-right: var(--header-width);
  }
  .header--fixed-right ~ .content--full-width .iw:before {
    content: none;
  }
}
.header--vertical + .content {
  margin-left: var(--header-width);
  overflow: hidden;
}
.header--right + .content {
  margin-right: var(--header-width);
  margin-left: 0;
  overflow: hidden;
}

/**--------------------------
		Footer
--------------------------**/
.footer {
  --color-text: #FFF;
  --color-background: #333;
  position: relative;
  clear: both;
}
.footer a {
  color: inherit;
}
.footer-inner {
  padding-top: calc( var(--line-height) * 0.5 );
  padding-bottom: calc( var(--line-height) * 0.5 );
  background-color: var(--color-background);
  color: var(--color-text);
}
.footer-inner .iw {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 480px) {
  .footer-inner .iw {
    grid-column-gap: var(--gutter);
  }
}
.footer-inner--top {
  padding-top: 0;
  position: relative;
}
.footer-inner--top .iw {
  padding-top: calc( var(--line-height) * 1 );
  position: relative;
  z-index: 100;
}
.footer-inner--bottom {
  padding: 8px 0;
}
.footer-inner--copyright {
  padding-top: 0;
  padding-bottom: 0;
  font-size: var(--font-sm);
  text-align: center;
}
.footer-logo {
  display: block;
  position: relative;
  top: calc( var(--line-height) * -1 );
  margin-bottom: calc( var(--line-height) * -1 );
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin-bottom: calc( var(--line-height) * 1 );
  }
}
.footer-logo:before {
  content: "";
  position: absolute;
  top: -20px;
  height: 20px;
  left: -25px;
  width: 70px;
  background-color: #777;
}
.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;
}

@keyframes rotate_360 {
  from {
    transform-origin: center center;
    transform: rotate(0);
  }
  to {
    transform-origin: center center;
    transform: rotate(360deg);
  }
}
@keyframes rotate_360_centered {
  from {
    transform-origin: center center;
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform-origin: center center;
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

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