@import url(https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css);
/*!
 * KOELNER main stylesheet
 */
/* ------------------------------------------------------
 *	VARIABLES
 * ------------------------------------------------------ */
/** Transitions */
/** Layers */
/* ------------------------------------------------------
 *	FONT FACE
 * ------------------------------------------------------ */
@font-face {
  font-family: 'din_pto';
  font-style: normal;
  font-weight: normal;
  src: url('/webfonts/DINWebPro.woff') format('woff');
  /* Pretty Modern Browsers */
}
@font-face {
  font-family: 'din_pto_bold';
  font-style: normal;
  font-weight: normal;
  src: url('/webfonts/DINWebPro-Bold.woff') format('woff');
  /* Pretty Modern Browsers */
}
@font-face {
  font-family: 'din_pto_light';
  font-style: normal;
  font-weight: normal;
  src: url('/webfonts/DINWebPro-Light.woff') format('woff');
  /* Pretty Modern Browsers */
}
@font-face {
  font-family: 'din_pto_medium';
  font-style: normal;
  font-weight: normal;
  src: url('/webfonts/DINWebPro-Medium.woff') format('woff');
  /* Pretty Modern Browsers */
}
/* passing multiply arguments */
/** Paths to directories */
/** Paths to images */
/* ------------------------------------------------------
 *	TYPOGRAPHY
 * ------------------------------------------------------ */
h1,
.h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  clear: both;
}
.no_space {
  margin: 0;
  padding: 0;
}
.no_top_space {
  margin-top: 0;
  padding-top: 0;
}
.add_line_hx_accent:before {
  display: inline-block;
  content: '';
  width: 4px;
  height: 26px;
  background-color: #c00c30;
  margin-right: 10px;
}
@media screen and (min-width: 576px) {
  .add_line_hx_accent:before {
    width: 20px;
    height: 4px;
    background-color: #c00c30;
    display: block;
    position: absolute;
    top: 30px;
    left: -35px;
    margin-right: 0;
  }
}
h1,
.h1 {
  font-family: 'din_pto', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  color: #2a2623;
  font-size: 36px;
  line-height: 1;
  margin-top: 33px;
  margin-bottom: 30px;
}
h1 a:hover,
.h1 a:hover {
  text-decoration: none;
}
h2,
.h2 {
  font-family: 'din_pto', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  color: #2a2623;
  font-size: 40px;
  line-height: 1.2;
  margin-top: 50px;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
}
h2:before,
.h2:before {
  display: inline-block;
  content: '';
  width: 4px;
  height: 26px;
  background-color: #c00c30;
  margin-right: 10px;
}
@media screen and (min-width: 576px) {
  h2:before,
  .h2:before {
    width: 20px;
    height: 4px;
    background-color: #c00c30;
    display: block;
    position: absolute;
    top: 30px;
    left: -35px;
    margin-right: 0;
  }
}
.main_content h2,
.main_content .h2 {
  font-size: 36px;
  font-family: 'din_pto_medium', 'Franklin Gothic Medium', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  color: #939598;
}
.main_content h2:before,
.main_content .h2:before {
  top: 27px;
}
.main_content h2 + p,
.main_content .h2 + p {
  font-size: 18px;
  line-height: 26px;
  font-family: 'din_pto', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}
h3,
.h3 {
  font-family: 'din_pto', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  color: #414040;
  font-size: 28px;
  line-height: 1.3;
  margin-top: 50px;
  margin-bottom: 8px;
}
.main_content h3,
.main_content .h3 {
  color: #939598;
}
h4,
.h4 {
  font-family: 'din_pto_medium', 'Franklin Gothic Medium', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  color: #414040;
  font-size: 22px;
  line-height: 1.3;
  margin-top: 50px;
  margin-bottom: 8px;
}
.main_content h4,
.main_content .h4 {
  color: #939598;
}
h5,
.h5 {
  font-family: 'din_pto_medium', 'Franklin Gothic Medium', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  color: #414040;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 35px;
  margin-bottom: 8px;
}
.main_content h5,
.main_content .h5 {
  color: #939598;
}
h6,
.h6 {
  font-family: 'din_pto', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  color: #2a2623;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 35px;
  margin-bottom: 8px;
}
.main_content h6,
.main_content .h6 {
  color: #939598;
}
h4.hx-accent,
.h4.hx-accent,
h5.hx-accent,
.h5.hx-accent,
h6.hx-accent,
.h6.hx-accent {
  color: #c00c30;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
p.no-top-padding {
  margin-top: -15px;
}
.bold-link {
  border-bottom: none;
  font-family: 'din_pto_medium', 'Franklin Gothic Medium', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 500;
}
.bold-link:hover {
  border-bottom: none;
}
b,
strong {
  font-family: 'din_pto_bold', 'Franklin Gothic Medium', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  font-weight: normal;
}
u {
  text-decoration: none;
}
small {
  font-size: 14px;
  line-height: 1.43;
}
big {
  font-size: 18px;
  line-height: 1.444;
}
::-moz-selection {
  background: #c00c30;
  color: #ffffff;
}
::selection {
  background: #c00c30;
  color: #ffffff;
}
::-moz-selection {
  background: #c00c30;
  /* Firefox */
  color: #ffffff;
}
blockquote {
  padding: 30px 17%;
  text-align: center;
}
blockquote,
blockquote p {
  font-size: 20px;
  color: #939598;
  line-height: 1.2;
}
a {
  color: #c00c30;
  text-decoration: none;
  outline: none;
  border-bottom: solid 1px transparent;
}
a:hover {
  color: #c00c30;
  border-bottom: solid 1px #c00c30;
  text-decoration: none;
}
.dont-break-out,
.content_container a:not([href$=".pdf"]) {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media screen and (min-width: 576px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
.no_wrap {
  white-space: nowrap;
}
@media screen and (max-width: 370px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
/* ------------------------------------------------------
 *	ICONS
 * ------------------------------------------------------ */
.klr_icon_button_set {
  border-bottom: none;
  display: block;
  height: 50px;
  line-height: 50px;
}
.klr_icon_button_set:hover {
  border-bottom: none;
}
.klr_icon_button_set span {
  position: relative;
  padding-left: 28px;
}
.klr_icon_button_set span:before {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 10px 0 0;
  padding: 0;
  content: "";
  color: #c00c30;
  font-size: 20px;
  position: absolute;
  left: 0;
}
.klr_icon_download {
  line-height: 28px;
}
.klr_icon_download:before {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 15px 0 0;
  padding: 0;
  content: "\e84d";
  color: #c00c30;
  font-size: 24px;
  float: left;
}
.klr_icon_filter {
  border-bottom: none;
  display: block;
  height: 50px;
  line-height: 50px;
}
.klr_icon_filter:hover {
  border-bottom: none;
}
.klr_icon_filter span {
  position: relative;
  padding-left: 28px;
}
.klr_icon_filter span:before {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 10px 0 0;
  padding: 0;
  content: "";
  color: #c00c30;
  font-size: 20px;
  position: absolute;
  left: 0;
}
.klr_icon_filter span:before {
  content: "\e8ce";
}
.klr_icon_list {
  border-bottom: none;
  display: block;
  height: 50px;
  line-height: 50px;
}
.klr_icon_list:hover {
  border-bottom: none;
}
.klr_icon_list span {
  position: relative;
  padding-left: 28px;
}
.klr_icon_list span:before {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 10px 0 0;
  padding: 0;
  content: "";
  color: #c00c30;
  font-size: 20px;
  position: absolute;
  left: 0;
}
.klr_icon_list span:before {
  content: "\e874";
}
.rwl_icon-magnifier:after {
  content: "\e8a1";
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  margin: 0;
  padding: 0;
  color: #939598;
}
.rw_icon-arrow-go-right-blue {
  padding-left: 0;
  padding-right: 30px;
}
.rw_icon-arrow-go-right-blue:before {
  margin-top: 0;
  top: -2px;
  left: auto;
  right: 0;
  content: url("/wp-content/themes/koza-k-alfa/images/icons/ico-arrow-go-right-blue.png");
}
.rw_icon-ajax-loader {
  margin-top: 0;
}
.rw_icon-ajax-loader:before {
  content: url("/wp-content/themes/koza-k-alfa/images/icons/ajax-loader.gif");
  top: 3px;
}
.accordion-go:after {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: margin 0.3s ease-in-out;
  content: '\00a0\e89d';
  position: relative;
  font-size: 18px;
  display: inline;
  color: #7ab800;
  margin-left: 8px;
  top: 1px;
}
.accordion-go:hover:after {
  margin-left: 12px;
}
.AccordionIcon {
  top: 50%;
  transform: translate(0, -50%);
  right: 25px;
  height: 11px;
  position: absolute;
  width: 11px;
  display: block;
  text-indent: -9999px;
}
.AccordionIcon:before,
.AccordionIcon:after {
  background-color: #939598;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 11px;
  transition: all 300ms ease;
}
.AccordionIcon:after {
  transform-origin: center;
  transform: rotate(90deg);
}
.AccordionIconActive:after {
  transform: rotate(0deg);
  background-color: #414040;
}
.AccordionIconActive:before {
  transform: rotate(-180deg);
  background-color: #414040;
}
.kua_icon {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.kua-icon-font {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.kua-icon-font:before {
  font-family: "kua-font-icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: normal;
  display: inline;
  text-decoration: inherit;
  width: auto;
  padding-right: 5px;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-font-block {
  padding-left: 20px;
  position: relative;
}
.icon-font-block:before {
  position: absolute;
  left: 0;
}
.kua-icon-font-after:after {
  display: inline;
  font-family: "kua-font-icon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-transform: none;
  margin-left: 15px;
}
.kua-icon-font-after.icon-arrow-right-icon::before {
  content: none;
}
.kua-icon-font-after.icon-arrow-right-icon::after {
  content: "\e8e2";
  position: relative;
  font-size: 7px;
  margin-left: 17px;
  top: -3px;
}
.kua-icon-font.color-icon-gray:before {
  color: #939598;
}
.kua-icon-font.color-icon-dark-gray:before {
  color: #414040;
}
.kua-icon-font.color-icon-black:before {
  color: #2a2623;
}
.kua-icon-font.color-icon-green:before {
  color: #7ab800;
}
.kua-icon-font.color-icon-red:before,
.kua_icon.color-icon-red:before {
  color: #c00c30;
}
.kua-icon-font.color-icon-orange:before {
  color: #eaab00;
}
.btn--icon {
  margin-top: 7px;
  position: relative;
}
.btn--icon:before {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  content: "\e81b";
  position: relative;
  display: inline;
  margin: 0 8px 0 0;
  padding: 0;
  top: 2px;
  font-size: 21px;
  color: inherit;
}
.btn--icon:before:before {
  font-family: "kua-font-icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: normal;
  display: inline;
  text-decoration: inherit;
  width: auto;
  padding-right: 5px;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn--icon.btn--icon-shop:before {
  content: "\e8a4";
}
.btn--icon.btn--icon-list:before {
  content: "\e8af";
}
.elem-with-badge {
  position: relative;
}
.elem-with-badge .elem-badge {
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 17px;
  height: 17px;
  display: block;
  background-color: #7ab800;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
}
.rawlplug-web .rw_icon-download {
  border-bottom: none;
}
.rawlplug-web .rw_icon-download:hover {
  border-bottom: none;
}
/* ------------------------------------------------------
 *	ELEMENTS
 * ------------------------------------------------------ */
hr {
  background-color: #c00c30;
  border: 0 none;
  clear: both;
  color: #c00c30;
  height: 1px;
}
.overlay_link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-bottom: none;
}
.overlay_link:hover {
  border-bottom: none;
}
.overlay_black {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.reset_ul {
  margin: 0;
  padding: 0;
  line-height: normal;
}
.reset_ul li {
  text-indent: 0;
  margin: 0;
  padding: 0;
}
.reset_ul li:before {
  content: none;
  background-color: transparent;
  border-radius: 0;
  width: 0;
  height: 0;
  top: auto;
  left: auto;
}
.reset_dot:before {
  content: none;
}
.reset_a {
  border-bottom: none;
}
.reset_a:hover {
  border-bottom: none;
}
.reset_h2 {
  display: block;
}
.reset_h2:before {
  content: none;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.rwl_padding-left-1 {
  padding-left: 10px;
}
.rwl_padding-left-2 {
  padding-left: 20px;
}
.rwl_padding-left-3 {
  padding-left: 30px;
}
.rwl_padding-left-4 {
  padding-left: 40px;
}
.rwl_padding-left-5 {
  padding-left: 50px;
}
.rwl_padding-left-6 {
  padding-left: 60px;
}
.rwl_padding-left-7 {
  padding-left: 70px;
}
.rwl_padding-left-8 {
  padding-left: 80px;
}
.rwl_padding-left-9 {
  padding-left: 90px;
}
.rwl_padding-left-10 {
  padding-left: 100px;
}
.rwl_padding-right-1 {
  padding-right: 10px;
}
.rwl_padding-right-2 {
  padding-right: 20px;
}
.rwl_padding-right-3 {
  padding-right: 30px;
}
.rwl_padding-right-4 {
  padding-right: 40px;
}
.rwl_padding-right-5 {
  padding-right: 50px;
}
.rwl_padding-right-6 {
  padding-right: 60px;
}
.rwl_padding-right-7 {
  padding-right: 70px;
}
.rwl_padding-right-8 {
  padding-right: 80px;
}
.rwl_padding-right-9 {
  padding-right: 90px;
}
.rwl_padding-right-10 {
  padding-right: 100px;
}
.rwl_padding-top-1 {
  padding-top: 10px;
}
.rwl_padding-top-2 {
  padding-top: 20px;
}
.rwl_padding-top-3 {
  padding-top: 30px;
}
.rwl_padding-top-4 {
  padding-top: 40px;
}
.rwl_padding-top-5 {
  padding-top: 50px;
}
.rwl_padding-top-6 {
  padding-top: 60px;
}
.rwl_padding-top-7 {
  padding-top: 70px;
}
.rwl_padding-top-8 {
  padding-top: 80px;
}
.rwl_padding-top-9 {
  padding-top: 90px;
}
.rwl_padding-top-10 {
  padding-top: 100px;
}
.rwl_padding-bottom-1 {
  padding-bottom: 10px;
}
.rwl_padding-bottom-2 {
  padding-bottom: 20px;
}
.rwl_padding-bottom-3 {
  padding-bottom: 30px;
}
.rwl_padding-bottom-4 {
  padding-bottom: 40px;
}
.rwl_padding-bottom-5 {
  padding-bottom: 50px;
}
.rwl_padding-bottom-6 {
  padding-bottom: 60px;
}
.rwl_padding-bottom-7 {
  padding-bottom: 70px;
}
.rwl_padding-bottom-8 {
  padding-bottom: 80px;
}
.rwl_padding-bottom-9 {
  padding-bottom: 90px;
}
.rwl_padding-bottom-10 {
  padding-bottom: 100px;
}
.rwl_margin-left-1 {
  margin-left: 10px;
}
.rwl_margin-left-2 {
  margin-left: 20px;
}
.rwl_margin-left-3 {
  margin-left: 30px;
}
.rwl_margin-left-4 {
  margin-left: 40px;
}
.rwl_margin-left-5 {
  margin-left: 50px;
}
.rwl_margin-left-6 {
  margin-left: 60px;
}
.rwl_margin-left-7 {
  margin-left: 70px;
}
.rwl_margin-left-8 {
  margin-left: 80px;
}
.rwl_margin-left-9 {
  margin-left: 90px;
}
.rwl_margin-left-10 {
  margin-left: 100px;
}
.rwl_margin-right-1 {
  margin-right: 10px;
}
.rwl_margin-right-2 {
  margin-right: 20px;
}
.rwl_margin-right-3 {
  margin-right: 30px;
}
.rwl_margin-right-4 {
  margin-right: 40px;
}
.rwl_margin-right-5 {
  margin-right: 50px;
}
.rwl_margin-right-6 {
  margin-right: 60px;
}
.rwl_margin-right-7 {
  margin-right: 70px;
}
.rwl_margin-right-8 {
  margin-right: 80px;
}
.rwl_margin-right-9 {
  margin-right: 90px;
}
.rwl_margin-right-10 {
  margin-right: 100px;
}
.rwl_margin-top-1 {
  margin-top: 10px;
}
.rwl_margin-top-2 {
  margin-top: 20px;
}
.rwl_margin-top-3 {
  margin-top: 30px;
}
.rwl_margin-top-4 {
  margin-top: 40px;
}
.rwl_margin-top-5 {
  margin-top: 50px;
}
.rwl_margin-top-6 {
  margin-top: 60px;
}
.rwl_margin-top-7 {
  margin-top: 70px;
}
.rwl_margin-top-8 {
  margin-top: 80px;
}
.rwl_margin-top-9 {
  margin-top: 90px;
}
.rwl_margin-top-10 {
  margin-top: 100px;
}
.rwl_margin-bottom-1 {
  margin-bottom: 10px;
}
.rwl_margin-bottom-2 {
  margin-bottom: 20px;
}
.rwl_margin-bottom-3 {
  margin-bottom: 30px;
}
.rwl_margin-bottom-4 {
  margin-bottom: 40px;
}
.rwl_margin-bottom-5 {
  margin-bottom: 50px;
}
.rwl_margin-bottom-6 {
  margin-bottom: 60px;
}
.rwl_margin-bottom-7 {
  margin-bottom: 70px;
}
.rwl_margin-bottom-8 {
  margin-bottom: 80px;
}
.rwl_margin-bottom-9 {
  margin-bottom: 90px;
}
.rwl_margin-bottom-10 {
  margin-bottom: 100px;
}
.rwl_padding-1 {
  padding: 10px;
}
.rwl_padding-2-1 {
  padding-2: 10px;
}
.rwl_padding-2-2 {
  padding-2: 20px;
}
.rwl_padding-2-3 {
  padding-2: 30px;
}
.rwl_padding-2-4 {
  padding-2: 40px;
}
.rwl_padding-2-5 {
  padding-2: 50px;
}
.rwl_padding-2-6 {
  padding-2: 60px;
}
.rwl_padding-2-7 {
  padding-2: 70px;
}
.rwl_padding-2-8 {
  padding-2: 80px;
}
.rwl_padding-2-9 {
  padding-2: 90px;
}
.rwl_padding-2-10 {
  padding-2: 100px;
}
.rwl_margin-1 {
  margin: 10px;
}
.rwl_margin-2-1 {
  margin-2: 10px;
}
.rwl_margin-2-2 {
  margin-2: 20px;
}
.rwl_margin-2-3 {
  margin-2: 30px;
}
.rwl_margin-2-4 {
  margin-2: 40px;
}
.rwl_margin-2-5 {
  margin-2: 50px;
}
.rwl_margin-2-6 {
  margin-2: 60px;
}
.rwl_margin-2-7 {
  margin-2: 70px;
}
.rwl_margin-2-8 {
  margin-2: 80px;
}
.rwl_margin-2-9 {
  margin-2: 90px;
}
.rwl_margin-2-10 {
  margin-2: 100px;
}
.bd-example-row .row > .col,
.bd-example-row .row > [class^=col-] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
}
/* ------------------------------------------------------
 *	LISTS
 * ------------------------------------------------------ */
ul,
ol {
  margin: 0 0 25px 0;
  line-height: 26px;
  list-style: none;
  padding: 0;
}
ol {
  padding: 0;
  counter-reset: item;
}
ol li {
  display: table;
  counter-increment: item;
  margin: 5px 0 0 0;
}
ol li::before {
  color: #c00c30;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
ol li ol {
  margin-top: 5px;
}
ol li ul li {
  counter-increment: none;
}
ol li ol li:before {
  content: counters(item, ".") " ";
}
ol li ol li ol li:before {
  content: counters(item, ".") " ";
}
ol li ol li ol li ol li:before {
  content: counters(item, ".") " ";
}
ul {
  padding-left: 12px;
}
ul li {
  margin: 5px 0 0 0;
  padding: 0 0 0 5px;
  text-indent: -5px;
}
ul li:before {
  border-radius: 50%;
  position: relative;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #c00c30;
  top: -3px;
  left: -10px;
  padding: 0;
}
nav ul {
  margin: 0;
  padding: 0;
  line-height: normal;
}
nav ul li {
  text-indent: 0;
  margin: 0;
  padding: 0;
}
nav ul li:before {
  content: none;
  background-color: transparent;
  border-radius: 0;
  width: 0;
  height: 0;
  top: auto;
  left: auto;
}
.style-check li {
  padding-left: 20px;
  text-indent: -9px;
  position: relative;
}
.style-check li:before {
  top: 0;
  background: transparent;
  content: "\e83b";
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #414040;
  font-size: 14px;
  padding-right: 4px;
}
.style-check li p {
  margin: 0;
  display: inline;
}
/* ------------------------------------------------------
 *	MENU
 * ------------------------------------------------------ */
.header-main--menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;
  text-align: right;
  margin: -1px 0 0;
  padding: 0 30px 0 0;
  float: right;
}
.header-main--menu ul li {
  text-indent: 0;
  margin: 0;
  padding: 0;
}
.header-main--menu ul li:before {
  content: none;
  background-color: transparent;
  border-radius: 0;
  width: 0;
  height: 0;
  top: auto;
  left: auto;
}
.header-main--menu ul li {
  font-family: 'din_pto_medium', 'Franklin Gothic Medium', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 0.7px;
  padding: 0 0 34px 0;
  padding: 0;
  position: relative;
  margin-right: 25px;
  z-index: 95;
}
.header-main--menu ul li:last-child {
  margin-right: 0;
}
.header-main--menu ul li a {
  color: #414040;
  transition: border-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
  padding-bottom: 18px;
}
.header-main--menu ul li a:hover {
  color: #c00c30;
}
.header-main--menu ul li a:focus {
  color: #414040;
}
.header-main--menu ul li:hover > a {
  text-decoration: none;
}
.header-main--menu ul li.current-menu-item a,
.header-main--menu ul li.current_page_ancestor a {
  color: #c00c30;
}
.header-main--menu ul li .arrow_menu_more {
  margin-left: 5px;
}
.header-main--menu ul li .arrow_menu_more:before {
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '\e84f';
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #c00c30;
}
.header-main--menu ul .sub-menu {
  left: 50%;
  transform: translate(-50%);
  display: none;
  padding: 0;
  position: absolute;
  top: 18px;
  width: 240px;
  z-index: 99999;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.08);
  text-align: left;
  padding-top: 28px;
}
.header-main--menu ul .sub-menu li {
  background: #fff;
  font-family: 'din_pto', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  margin: 0;
  padding: 10px 25px;
  font-size: 16px;
  text-transform: none;
  display: block;
  letter-spacing: 0;
}
.header-main--menu ul .sub-menu li.menu_section {
  position: relative;
  padding-top: 20px;
}
.header-main--menu ul .sub-menu li.menu_section:before {
  content: '';
  width: 100%;
  height: 1px;
  top: -15px;
  left: 0;
  background-color: #939598;
  display: block;
}
.header-main--menu ul .sub-menu li a {
  border-bottom: none;
  color: #414040;
  display: block;
  padding: 0;
  margin: 0;
}
.header-main--menu ul .sub-menu li a:hover {
  border-bottom: none;
}
.header-main--menu ul .sub-menu li a:hover {
  color: #c00c30;
}
.header-main--menu ul .sub-menu li a:focus {
  color: #414040;
}
.header-main--menu ul .sub-menu li a:hover {
  border: none;
}
.header-main--menu ul .sub-menu li:first-child {
  padding-top: 24px;
}
.header-main--menu ul .sub-menu li:last-child {
  padding-bottom: 24px;
}
.header-main--menu ul .sub-menu li.current-menu-item a {
  color: #c00c30;
}
.header-main--menu ul li:hover > ul.sub-menu {
  display: block;
}
/* ------------------------------------------------------
 *	BUTTONS
 * ------------------------------------------------------ */
button {
  border-radius: 0;
  outline: none;
  border: solid 1px #6a6a6a;
  padding: 5px 10px;
}
button:hover,
button:focus {
  outline: none;
}
.button,
.btn,
input[type="submit"] {
  font-family: 'din_pto', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: 1px 3px 3.76px 0.24px rgba(0, 0, 0, 0.08);
  width: auto;
  min-width: 160px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  letter-spacing: 0.28px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 0 35px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border-bottom: none;
  transition: background-color 0.3s ease-in-out;
  border: none;
  background: #c00c30;
  border-radius: 0;
  color: #ffffff;
}
.button:hover,
.btn:hover {
  border-bottom: none;
}
.button:hover,
.btn:hover {
  text-decoration: none;
}
.button:hover,
.btn:hover {
  color: #ffffff;
  background-color: #e00f38;
}
.button:focus,
.btn:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.btn--outline {
  font-family: 'din_pto', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  border-radius: 0;
  box-shadow: 1px 3px 3.76px 0.24px rgba(0, 0, 0, 0.08);
  width: auto;
  min-width: 160px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  letter-spacing: 0.28px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 0 35px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border-bottom: none;
  transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
  border: solid 1px #c00c30;
  background-color: transparent;
  color: #c00c30;
}
.btn--outline:hover {
  border-bottom: none;
}
.btn--outline:hover {
  text-decoration: none;
}
.btn--outline:hover {
  background-color: #c00c30;
  color: #ffffff;
  border-bottom: solid 1px #c00c30;
}
.btn--secondary {
  font-family: 'din_pto', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  border-radius: 0;
  box-shadow: 1px 3px 3.76px 0.24px rgba(0, 0, 0, 0.08);
  width: auto;
  min-width: 160px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  letter-spacing: 0.28px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 0 35px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border-bottom: none;
  transition: background-color 0.3s ease-in-out;
  background-color: #6a6a6a;
  color: #ffffff;
}
.btn--secondary:hover {
  border-bottom: none;
}
.btn--secondary:hover {
  text-decoration: none;
}
.btn--secondary:hover {
  color: #ffffff;
  background-color: #8e8e8e;
}
.btn--white {
  font-family: 'din_pto', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  border-radius: 0;
  box-shadow: 1px 3px 3.76px 0.24px rgba(0, 0, 0, 0.08);
  width: auto;
  min-width: 160px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  letter-spacing: 0.28px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 0 35px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border-bottom: none;
  transition: background-color 0.3s ease-in-out;
  background-color: #ffffff;
  color: #c00c30;
}
.btn--white:hover {
  border-bottom: none;
}
.btn--white:hover {
  text-decoration: none;
}
.btn-no {
  border: none;
  outline: none;
  background: transparent;
  text-decoration: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.btn-sm {
  min-width: 130px;
  height: 38px;
  line-height: 38px;
}
.btn-min {
  height: 28px;
  line-height: 28px;
}
.btn-arrow-l:before,
.btn-arrow-r:after {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: inherit;
}
.btn-arrow-l:before {
  content: "\e872";
  left: 12px;
}
.btn-arrow-r:after {
  content: "\e8a4";
  right: 12px;
}
.btn--icon {
  position: relative;
}
.btn--icon:before {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e8e0";
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-right: 10px;
  font-size: 16px;
  color: inherit;
}
.btn--download:before {
  content: "\e8e0";
}
.link-text-arrow {
  border-bottom: none;
  font-family: 'din_pto_medium', 'Franklin Gothic Medium', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #c00c30;
  letter-spacing: 0.5px;
}
.link-text-arrow:hover {
  border-bottom: none;
}
.link-text-arrow:after {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: margin 0.3s ease-in-out;
  content: '\00a0\e8a4';
  position: relative;
  font-size: 14px;
  display: inline;
  color: inherit;
  margin-left: 0;
  top: 0;
}
.link-text-arrow:hover:after {
  margin-left: 12px;
}
.btn-section {
  margin-bottom: 20px;
}
.btn-section button,
.btn-section .button,
.btn-section .btn {
  margin: 10px;
}
.btn-section button:last-of-type,
.btn-section .button:last-of-type,
.btn-section .btn:last-of-type {
  margin-right: 0;
}
.btn-section-center {
  margin-bottom: 20px;
  text-align: center;
}
.btn-section-center button,
.btn-section-center .button,
.btn-section-center .btn {
  margin: 10px;
}
.btn-section-center button:last-of-type,
.btn-section-center .button:last-of-type,
.btn-section-center .btn:last-of-type {
  margin-right: 0;
}
.btn-section-center .btn:last-of-type {
  margin-right: 10px;
}
/* ------------------------------------------------------
 *	MESSAGES BOX
 * ------------------------------------------------------ */
.statement {
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  margin: 20px 0;
  position: relative;
  background-repeat: no-repeat;
  padding: 23px 20px 23px 40px;
}
.statement h2,
.statement h3,
.statement h4,
.statement h5,
.statement h6,
.statement p,
.statement span {
  color: inherit;
  margin-top: 0;
}
.statement.hidden {
  display: none;
}
.statement_small {
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  margin: 20px 0;
  position: relative;
  background-repeat: no-repeat;
  padding: 23px 20px 23px 40px;
  font-size: 14px;
  line-height: 1.3;
  padding: 8px 8px 8px 35px;
  background-position: center left 10px;
}
.statement_small h2,
.statement_small h3,
.statement_small h4,
.statement_small h5,
.statement_small h6,
.statement_small p,
.statement_small span {
  color: inherit;
  margin-top: 0;
}
.statement_small.hidden {
  display: none;
}
.statement-icon {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  transform: translate(0, -50%);
  content: "\e836";
  left: 18px;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: inherit;
}
.bg-warning {
  background-color: #eaab00 !important;
}
.bg-primary,
.bg-info {
  background-color: #939598 !important;
}
.bg-primary:before,
.bg-info:before {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  transform: translate(0, -50%);
  content: "\e836";
  left: 18px;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: inherit;
}
.bg-danger {
  background-color: #c00c30 !important;
}
.bg-danger:before {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  transform: translate(0, -50%);
  content: "\e836";
  left: 18px;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: inherit;
  content: "\e821";
}
.bg-success {
  background-color: #7ab800 !important;
}
.bg-success:before {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  transform: translate(0, -50%);
  content: "\e836";
  left: 18px;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: inherit;
  content: "\e83b";
  font-size: 14px;
  left: 14px;
}
.bg-primary .icon-exit-icon,
.bg-success .icon-exit-icon,
.bg-info .icon-exit-icon,
.bg-warning .icon-exit-icon,
.bg-danger .icon-exit-icon {
  display: none;
}
.bg-primary.no_before_icon:before,
.bg-success.no_before_icon:before,
.bg-info.no_before_icon:before,
.bg-warning.no_before_icon:before,
.bg-danger.no_before_icon:before {
  content: none;
}
/* ------------------------------------------------------
 *	FORM
 * ------------------------------------------------------ */
form div[class^="col-"] {
  margin-bottom: 20px;
}
.input_style {
  border-radius: 0;
  font-family: 'din_pto_light', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
  outline: none;
  border: solid 1px #939598;
  color: #2a2623;
  font-size: 16px;
  background-color: #ffffff;
}
.input_style:focus,
.input_style.focus {
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 0 0 1000px white inset;
  outline: none;
  border: solid 1px #939598;
}
label {
  font-family: 'din_pto_light', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 300;
  font-size: 14px;
  color: #939598;
  display: block;
  margin-bottom: 6px;
}
label.custom-control-label,
label .custom-control-label {
  color: #2a2623;
}
input:not(.no-stylize):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
textarea:not(.no-stylize),
select:not(.no-stylize) {
  border-radius: 0;
  font-family: 'din_pto_light', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
  outline: none;
  border: solid 1px #939598;
  color: #2a2623;
  font-size: 16px;
  background-color: #ffffff;
  background-position: center right 19px;
  background-repeat: no-repeat;
  /* Placeholder -- selectors need to be separate to work. */
}
input:not(.no-stylize):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
textarea:not(.no-stylize):focus,
select:not(.no-stylize):focus,
input:not(.no-stylize):not([type="submit"]):not([type="checkbox"]):not([type="radio"]).focus,
textarea:not(.no-stylize).focus,
select:not(.no-stylize).focus {
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 0 0 1000px white inset;
  outline: none;
  border: solid 1px #939598;
}
input:not(.no-stylize):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
textarea:not(.no-stylize)::-webkit-input-placeholder,
select:not(.no-stylize)::-webkit-input-placeholder {
  color: #939598;
  font-family: 'din_pto_light', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 300;
  font-size: 16px;
}
input:not(.no-stylize):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):-moz-placeholder,
textarea:not(.no-stylize):-moz-placeholder,
select:not(.no-stylize):-moz-placeholder {
  color: #939598;
  font-family: 'din_pto_light', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 300;
  font-size: 16px;
}
input:not(.no-stylize):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
textarea:not(.no-stylize)::-moz-placeholder,
select:not(.no-stylize)::-moz-placeholder {
  color: #939598;
  font-family: 'din_pto_light', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 300;
  font-size: 16px;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
input:not(.no-stylize):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
textarea:not(.no-stylize):-ms-input-placeholder,
select:not(.no-stylize):-ms-input-placeholder {
  color: #939598;
  font-family: 'din_pto_light', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 300;
  font-size: 16px;
}
input:not(.no-stylize):not([type="submit"]):not([type="checkbox"]):not([type="radio"])[type="number"],
textarea:not(.no-stylize)[type="number"],
select:not(.no-stylize)[type="number"] {
  padding-right: 1px;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
select {
  height: 48px;
  width: 100%;
  padding: 10px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px white inset;
  -webkit-text-fill-color: #939598;
}
textarea {
  overflow: auto;
  resize: none;
  width: 100%;
  height: 90px;
  padding: 20px;
}
input[type="submit"] {
  float: right;
  cursor: pointer;
  margin: 0;
  -webkit-appearance: button;
  overflow: visible;
  outline: none;
}
input[type="submit"].btn-sm {
  min-width: 130px;
  height: 38px;
  line-height: 38px;
}
input[type="submit"].btn-min {
  height: 28px;
  line-height: 28px;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"].focus {
  background-color: #e00f38;
}
input[type="submit"]:active,
input[type="submit"].active {
  background-color: #e00f38;
}
input[type="submit"]:disabled,
input[type="submit"].btn-disabled,
input[type="submit"][disabled=disabled],
input[type="submit"].disabled,
input[type="submit"].no-click {
  background-color: #dcdcdc;
  color: #414040;
  background-image: none;
  cursor: not-allowed;
}
input[type="submit"]:disabled:hover,
input[type="submit"].btn-disabled:hover,
input[type="submit"][disabled=disabled]:hover,
input[type="submit"].disabled:hover,
input[type="submit"].no-click:hover,
input[type="submit"]:disabled:active,
input[type="submit"].btn-disabled:active,
input[type="submit"][disabled=disabled]:active,
input[type="submit"].disabled:active,
input[type="submit"].no-click:active,
input[type="submit"]:disabled:focus,
input[type="submit"].btn-disabled:focus,
input[type="submit"][disabled=disabled]:focus,
input[type="submit"].disabled:focus,
input[type="submit"].no-click:focus,
input[type="submit"]:disabled.focus,
input[type="submit"].btn-disabled.focus,
input[type="submit"][disabled=disabled].focus,
input[type="submit"].disabled.focus,
input[type="submit"].no-click.focus {
  background-image: none;
}
input[type="submit"].no-click {
  pointer-events: none;
  cursor: not-allowed;
}
button[disabled=disabled],
button.disabled,
button.no-click {
  background-color: #dcdcdc;
  color: #414040;
  background-image: none;
  cursor: not-allowed;
}
.full-input-form .full-input-form-inner,
.full-input-form-loop .full-input-form-inner {
  position: relative;
}
div.wpcf7 .full-input-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]).wpcf7-not-valid,
div.wpcf7 .full-input-form-loop input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]).wpcf7-not-valid,
.full-input-form div.wpcf7 textarea.wpcf7-not-valid,
.full-input-form-loop div.wpcf7 textarea.wpcf7-not-valid {
  background-image: none;
}
.full-input-form input[type="submit"],
.full-input-form-loop input[type="submit"],
.full-input-form button[type="submit"],
.full-input-form-loop button[type="submit"] {
  border-radius: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -200px;
  min-width: 50px;
  width: 50px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent url("/wp-content/themes/koza-k-alfa/images/icons/ico-arrow-go-right-red.png") center center no-repeat;
  height: 48px;
  overflow: hidden;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.full-input-form input[type="submit"]:disabled,
.full-input-form-loop input[type="submit"]:disabled,
.full-input-form button[type="submit"]:disabled,
.full-input-form-loop button[type="submit"]:disabled,
.full-input-form input[type="submit"].btn-disabled,
.full-input-form-loop input[type="submit"].btn-disabled,
.full-input-form button[type="submit"].btn-disabled,
.full-input-form-loop button[type="submit"].btn-disabled,
.full-input-form input[type="submit"][disabled=disabled],
.full-input-form-loop input[type="submit"][disabled=disabled],
.full-input-form button[type="submit"][disabled=disabled],
.full-input-form-loop button[type="submit"][disabled=disabled],
.full-input-form input[type="submit"].disabled,
.full-input-form-loop input[type="submit"].disabled,
.full-input-form button[type="submit"].disabled,
.full-input-form-loop button[type="submit"].disabled,
.full-input-form input[type="submit"].no-click,
.full-input-form-loop input[type="submit"].no-click,
.full-input-form button[type="submit"].no-click,
.full-input-form-loop button[type="submit"].no-click {
  background-image: url("/wp-content/themes/koza-k-alfa/images/icons/ico-arrow-go-right-red.png");
  cursor: not-allowed;
}
.full-input-form input[type="submit"]:disabled:hover,
.full-input-form-loop input[type="submit"]:disabled:hover,
.full-input-form button[type="submit"]:disabled:hover,
.full-input-form-loop button[type="submit"]:disabled:hover,
.full-input-form input[type="submit"].btn-disabled:hover,
.full-input-form-loop input[type="submit"].btn-disabled:hover,
.full-input-form button[type="submit"].btn-disabled:hover,
.full-input-form-loop button[type="submit"].btn-disabled:hover,
.full-input-form input[type="submit"][disabled=disabled]:hover,
.full-input-form-loop input[type="submit"][disabled=disabled]:hover,
.full-input-form button[type="submit"][disabled=disabled]:hover,
.full-input-form-loop button[type="submit"][disabled=disabled]:hover,
.full-input-form input[type="submit"].disabled:hover,
.full-input-form-loop input[type="submit"].disabled:hover,
.full-input-form button[type="submit"].disabled:hover,
.full-input-form-loop button[type="submit"].disabled:hover,
.full-input-form input[type="submit"].no-click:hover,
.full-input-form-loop input[type="submit"].no-click:hover,
.full-input-form button[type="submit"].no-click:hover,
.full-input-form-loop button[type="submit"].no-click:hover,
.full-input-form input[type="submit"]:disabled:active,
.full-input-form-loop input[type="submit"]:disabled:active,
.full-input-form button[type="submit"]:disabled:active,
.full-input-form-loop button[type="submit"]:disabled:active,
.full-input-form input[type="submit"].btn-disabled:active,
.full-input-form-loop input[type="submit"].btn-disabled:active,
.full-input-form button[type="submit"].btn-disabled:active,
.full-input-form-loop button[type="submit"].btn-disabled:active,
.full-input-form input[type="submit"][disabled=disabled]:active,
.full-input-form-loop input[type="submit"][disabled=disabled]:active,
.full-input-form button[type="submit"][disabled=disabled]:active,
.full-input-form-loop button[type="submit"][disabled=disabled]:active,
.full-input-form input[type="submit"].disabled:active,
.full-input-form-loop input[type="submit"].disabled:active,
.full-input-form button[type="submit"].disabled:active,
.full-input-form-loop button[type="submit"].disabled:active,
.full-input-form input[type="submit"].no-click:active,
.full-input-form-loop input[type="submit"].no-click:active,
.full-input-form button[type="submit"].no-click:active,
.full-input-form-loop button[type="submit"].no-click:active,
.full-input-form input[type="submit"]:disabled:focus,
.full-input-form-loop input[type="submit"]:disabled:focus,
.full-input-form button[type="submit"]:disabled:focus,
.full-input-form-loop button[type="submit"]:disabled:focus,
.full-input-form input[type="submit"].btn-disabled:focus,
.full-input-form-loop input[type="submit"].btn-disabled:focus,
.full-input-form button[type="submit"].btn-disabled:focus,
.full-input-form-loop button[type="submit"].btn-disabled:focus,
.full-input-form input[type="submit"][disabled=disabled]:focus,
.full-input-form-loop input[type="submit"][disabled=disabled]:focus,
.full-input-form button[type="submit"][disabled=disabled]:focus,
.full-input-form-loop button[type="submit"][disabled=disabled]:focus,
.full-input-form input[type="submit"].disabled:focus,
.full-input-form-loop input[type="submit"].disabled:focus,
.full-input-form button[type="submit"].disabled:focus,
.full-input-form-loop button[type="submit"].disabled:focus,
.full-input-form input[type="submit"].no-click:focus,
.full-input-form-loop input[type="submit"].no-click:focus,
.full-input-form button[type="submit"].no-click:focus,
.full-input-form-loop button[type="submit"].no-click:focus,
.full-input-form input[type="submit"]:disabled.focus,
.full-input-form-loop input[type="submit"]:disabled.focus,
.full-input-form button[type="submit"]:disabled.focus,
.full-input-form-loop button[type="submit"]:disabled.focus,
.full-input-form input[type="submit"].btn-disabled.focus,
.full-input-form-loop input[type="submit"].btn-disabled.focus,
.full-input-form button[type="submit"].btn-disabled.focus,
.full-input-form-loop button[type="submit"].btn-disabled.focus,
.full-input-form input[type="submit"][disabled=disabled].focus,
.full-input-form-loop input[type="submit"][disabled=disabled].focus,
.full-input-form button[type="submit"][disabled=disabled].focus,
.full-input-form-loop button[type="submit"][disabled=disabled].focus,
.full-input-form input[type="submit"].disabled.focus,
.full-input-form-loop input[type="submit"].disabled.focus,
.full-input-form button[type="submit"].disabled.focus,
.full-input-form-loop button[type="submit"].disabled.focus,
.full-input-form input[type="submit"].no-click.focus,
.full-input-form-loop input[type="submit"].no-click.focus,
.full-input-form button[type="submit"].no-click.focus,
.full-input-form-loop button[type="submit"].no-click.focus {
  background-image: url("/wp-content/themes/koza-k-alfa/images/icons/ico-arrow-go-right-red.png");
}
.full-input-form input[type="submit"].no-click,
.full-input-form-loop input[type="submit"].no-click,
.full-input-form button[type="submit"].no-click,
.full-input-form-loop button[type="submit"].no-click {
  pointer-events: none;
  cursor: not-allowed;
}
.full-input-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.full-input-form-loop input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  padding-right: 60px;
}
.full-input-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.full-input-form-loop input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus {
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
}
.full-input-form button[type="submit"],
.full-input-form-loop button[type="submit"] {
  cursor: pointer;
}
.full-input-form label,
.full-input-form-loop label {
  margin-bottom: 0;
}
.ws_custom__option input[type="radio"],
.ws_custom__option input[type="checkbox"] {
  display: none;
}
.ws_custom__option label {
  display: inline-block;
}
.ws_custom__option label span {
  position: relative;
}
.ws_custom__option small {
  margin-bottom: 10px;
  display: inline-block;
}
/* Base styles for spans */
.checkbox-group label,
.radio-group label {
  margin-left: 24px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #2a2623;
}
.checkbox-group label span::before,
.radio-group label span::before,
.checkbox-group label span::after,
.radio-group label span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  border: none;
  transition: all 0.3s ease-in-out;
}
.ws_custom__option-inline label {
  margin-right: 20px;
}
/* Checkbox & Radio buttons */
.wpcf7 .checkbox-group span.wpcf7-list-item,
.wpcf7 .radio-group span.wpcf7-list-item {
  margin: 0;
  display: block;
}
.wpcf7 .ws_custom__option-inline.checkbox-group span.wpcf7-list-item,
.wpcf7 .ws_custom__option-inline.radio-group span.wpcf7-list-item {
  display: inline-block;
}
/* Checkbox buttons */
.checkbox-group label.empty-label span {
  display: inline-block;
  width: 15px;
  height: 15px;
}
.checkbox-group label.empty-label span:before,
.checkbox-group label.empty-label span:after {
  left: 0;
  top: 0;
}
.checkbox-group label span::before,
.checkbox-group label span::after {
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 0;
}
.checkbox-group label span::before {
  content: '';
  left: -24px;
  background-color: #ffffff;
  border: solid 1px #939598;
}
.checkbox-group label span::after {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e83b';
  position: absolute;
  font-size: 7px;
  top: 4px;
  left: -20px;
  color: transparent;
  outline: none;
}
/* Radio buttons */
.radio-group label span::before {
  border-radius: 50%;
  content: '';
  left: -24px;
  top: 1px;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: solid 1px #939598;
}
.radio-group label span::after {
  border-radius: 50%;
  content: '';
  left: -20px;
  top: 5px;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border: none;
  outline: none;
}
.checkbox-group.ws_custom__option label input[type="checkbox"]:checked + span::before {
  border-color: #c00c30;
  background-color: #c00c30;
}
.checkbox-group.ws_custom__option label input[type="checkbox"]:checked + span::after {
  color: #ffffff;
}
.ws_custom__option label input[type="radio"]:checked + span::before {
  border-color: #c00c30;
  background-color: #c00c30;
}
.ws_custom__option label input[type="radio"]:checked + span::after {
  background-color: #ffffff;
}
input[type="file"] {
  opacity: 0;
}
.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.custom-file-upload {
  display: block;
  width: auto;
  font-size: 16px;
  margin-top: 30px;
}
.custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}
.file-upload-wrapper {
  position: relative;
  margin-bottom: 5px;
  width: 100%;
}
.file-upload-wrapper:before,
.file-upload-wrapper:after {
  content: " ";
  display: table;
}
.file-upload-wrapper:after {
  clear: both;
}
input.file-upload-input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  z-index: 10;
  transition: all 0.3s ease-in-out;
  padding: 0 35px 0 15px;
}
.file-upload-button {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 48px;
  margin-left: -1px;
  z-index: 30;
  float: left;
  /* IE 9 Fix */
  transition: all 0.3s ease-in-out;
}
.file-upload-button:after {
  content: "\e897";
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: #939598;
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.file-upload-button:hover {
  opacity: 0.6;
}
/* ------------------------------------------------------
 *	WP CONTACT FORM 7
 * ------------------------------------------------------ */
.koelner-web div.wpcf7 {
  margin: 20px 0;
}
.koelner-web div.wpcf7:before,
.koelner-web div.wpcf7:after {
  content: " ";
  display: table;
}
.koelner-web div.wpcf7:after {
  clear: both;
}
.koelner-web div.wpcf7:before,
.koelner-web div.wpcf7:after {
  content: " ";
  display: table;
}
.koelner-web div.wpcf7:after {
  clear: both;
}
div.wpcf7 .wpcf7-form {
  position: relative;
}
div.wpcf7 .wpcf7-form .icon_close {
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 12px;
  text-align: center;
  padding-top: 8px;
  color: #414040;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 1;
}
div.wpcf7 .wpcf7-form .icon_close:after {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e854";
}
div.wpcf7 span.wpcf7-not-valid-tip {
  color: #c00c30;
  display: block;
  font-size: 12px;
  margin-top: 6px;
  text-align: right;
}
div.wpcf7 .wpcf7-quiz-label {
  color: #2a2623;
}
div.wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]).rwl-confirm {
  width: calc(50% - 15px);
  border-radius: 0;
  display: block;
  border: none;
  border-bottom: solid 1px #939598;
  background-color: transparent;
  padding: 0;
  height: 35px;
  margin-top: 5px;
}
div.wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]).rwl-confirm:focus,
div.wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]).rwl-confirm.focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0) inset;
  outline: none;
  border: none;
  border-bottom: solid 1px #939598;
}
div.wpcf7 .wpcf7-response-output {
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  margin: 20px 0;
  position: relative;
  background-repeat: no-repeat;
  padding: 23px 20px 23px 40px;
  margin-top: 0;
}
div.wpcf7 .wpcf7-response-output h2,
div.wpcf7 .wpcf7-response-output h3,
div.wpcf7 .wpcf7-response-output h4,
div.wpcf7 .wpcf7-response-output h5,
div.wpcf7 .wpcf7-response-output h6,
div.wpcf7 .wpcf7-response-output p,
div.wpcf7 .wpcf7-response-output span {
  color: inherit;
  margin-top: 0;
}
div.wpcf7 .wpcf7-response-output.hidden {
  display: none;
}
div.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  border: 1px solid #c00c30 !important;
  background-color: #c00c30 !important;
}
div.wpcf7 .wpcf7-response-output.wpcf7-validation-errors:before {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  transform: translate(0, -50%);
  content: "\e836";
  left: 18px;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: inherit;
  content: "\e821";
}
div.wpcf7 .wpcf7-response-output.wpcf7-validation-errors .icon-exit-icon {
  display: none;
}
div.wpcf7 .wpcf7-response-output.wpcf7-validation-errors.no_before_icon:before {
  content: none;
}
div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  border: 1px solid #7ab800 !important;
  background-color: #7ab800 !important;
}
div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok:before {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  transform: translate(0, -50%);
  content: "\e836";
  left: 18px;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: inherit;
  content: "\e83b";
  font-size: 14px;
  left: 14px;
}
div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok .icon-exit-icon {
  display: none;
}
div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok.no_before_icon:before {
  content: none;
}
div.wpcf7 .wpcf7-response-output.wpcf7-spam-blocked {
  border: 1px solid #eaab00 !important;
  background-color: #eaab00 !important;
}
div.wpcf7 .wpcf7-response-output.wpcf7-spam-blocked .icon-exit-icon {
  display: none;
}
div.wpcf7 .wpcf7-response-output.wpcf7-spam-blocked.no_before_icon:before {
  content: none;
}
div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  border: 1px solid #eaab00 !important;
  background-color: #eaab00 !important;
}
div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng .icon-exit-icon {
  display: none;
}
div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng.no_before_icon:before {
  content: none;
}
div.wpcf7 .small_info .wpcf7-response-output {
  padding: 10px 20px 10px 20px;
}
div.wpcf7 .small_info .wpcf7-response-output:before {
  content: none;
}
div.wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]).wpcf7-not-valid,
div.wpcf7 textarea.wpcf7-not-valid {
  border-color: #c00c30;
  background-image: url("/wp-content/themes/koza-k-alfa/images/icons/ico-error-red.png");
  background-position: center right 15px;
  background-repeat: no-repeat;
  padding-right: 30px;
}
div.wpcf7 span[class^="wpcf7-form-control-wrap quiz"] span.wpcf7-not-valid-tip {
  float: left;
}
div.wpcf7 .wpcf7-checkbox span.wpcf7-not-valid-tip,
div.wpcf7 .wpcf7-checkbox + span.wpcf7-not-valid-tip {
  text-align: left;
}
div.wpcf7 .file-upload-wrapper .wpcf7-validates-as-required.wpcf7-not-valid + .file-upload-input {
  border-color: #c00c30;
}
div.wpcf7 .wpcf7-select.wpcf7-validates-as-required.wpcf7-not-valid + .select2-container--default .select2-selection--multiple {
  border-color: #c00c30;
}
div.wpcf7 .wpcf7-select.wpcf7-validates-as-required.wpcf7-not-valid + .select2-container--default .select2-selection--multiple input.select2-search__field {
  background-image: url("/wp-content/themes/koza-k-alfa/images/icons/ico-error-red.png");
  background-position: center right 19px;
  background-repeat: no-repeat;
}
div.wpcf7 .wpcf7-select.wpcf7-validates-as-required.wpcf7-not-valid + .select2-container--default .select2-selection--single {
  border-color: #c00c30;
  background-image: url("/wp-content/themes/koza-k-alfa/images/icons/ico-error-red.png");
  background-position: center right 19px;
  background-repeat: no-repeat;
}
div.wpcf7 .wpcf7-select.wpcf7-validates-as-required.wpcf7-not-valid + .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
@media screen and (min-width: 768px) {
  div.wpcf7 .small_info span.wpcf7-not-valid-tip {
    float: right;
    display: inline-block;
    background-color: #fff;
    right: 5px;
    margin-top: -10px;
    padding: 0 5px;
    position: relative;
  }
}
/* ------------------------------------------------------
 *	CUSTOM SELECT - default and custom style
 * ------------------------------------------------------ */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 0;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #3875d7;
}
.select2-dropdown {
  border-radius: 0;
}
.select2-container--default .select2-selection--single {
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple {
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 0;
}
.select2-container--classic .select2-selection--single {
  border-radius: 0;
}
.select2-container--classic .select2-selection--multiple {
  border-radius: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  border-radius: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #c00c30;
}
.select2-dropdown {
  border: 1px solid #939598;
  color: #2a2623;
  width: 100%;
  z-index: 1051;
}
.custom-select-box .select2-container {
  min-width: 100%;
}
.select2-container {
  width: 100% !important;
}
.select2-container.select2-container--default .select2-selection--single,
.select2-container.select2-container--default .select2-selection--multiple {
  border: solid 1px #939598;
}
.select2-container.select2-container--default .select2-selection--single {
  height: 48px;
  outline: none;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  color: #2a2623;
  padding-left: 15px;
}
.select2-container.select2-container--default .select2-selection--multiple {
  min-height: 48px;
  padding: 10px 10px 0;
}
.select2-container.select2-container--default .select2-selection--multiple input {
  margin: 0;
  padding: 0;
  border: none;
  height: 28px;
  line-height: 28px;
}
.select2-container.select2-container--default .select2-selection--multiple input:focus,
.select2-container.select2-container--default .select2-selection--multiple input.focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border: none;
}
.select2-container.select2-container--default .select2-selection--multiple li {
  margin: 0 5px 5px 0;
}
.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 0 5px;
  color: #414040;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translate(0, -50%);
  height: 20px;
  right: 5px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  border: none;
  border-color: transparent;
  border-width: 0;
  width: 20px;
  height: 20px;
  position: relative;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  content: "\e84f";
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  color: #939598;
}
.select2-container ul {
  margin: 0;
  padding: 0;
  line-height: normal;
  padding: 0 15px;
}
.select2-container ul li {
  text-indent: 0;
  margin: 0;
  padding: 0;
}
.select2-container ul li:before {
  content: none;
  background-color: transparent;
  border-radius: 0;
  width: 0;
  height: 0;
  top: auto;
  left: auto;
}
.select2-container ul li {
  margin: 17px 0;
}
.custom-select.no-click + .select2-container.select2-container--default .select2-selection--single {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #dcdcdc;
  border-color: #dcdcdc;
}
.custom-select.no-click + .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.custom-select.disabled + .select2-container.select2-container--default .select2-selection--single {
  pointer-events: none;
  cursor: not-allowed;
}
.custom-select.disabled + .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container.select2-container--disabled .select2-selection--single {
  cursor: no-drop;
}
.select2-container.select2-container--disabled .select2-selection--single .select2-selection__arrow {
  display: none;
}
/* ------------------------------------------------------
 *	FORM DISABLED ELEMENTS
 * ------------------------------------------------------ */
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):disabled,
textarea:disabled,
select:disabled,
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]).disabled,
textarea.disabled,
select.disabled {
  color: #939598;
  background-color: #dcdcdc !important;
  border-color: #dcdcdc;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]).no-click,
textarea.no-click,
select.no-click {
  color: #939598;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #dcdcdc;
  border-color: #dcdcdc;
  -webkit-box-shadow: 0 0 0 1000px #dcdcdc inset;
}
input.file-upload-input.no-click + .file-upload-button {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #dcdcdc;
  border-color: #dcdcdc;
}
.ws_custom__option.no-click {
  pointer-events: none;
  cursor: not-allowed;
}
.ws_custom__option.no-click.checkbox-group label span::before {
  background-color: #dcdcdc;
  border-color: #dcdcdc;
}
.ws_custom__option.no-click.ws_custom__option label input[type="checkbox"]:checked + span::before {
  background-color: #dcdcdc;
  border-color: #dcdcdc;
}
.ws_custom__option.no-click.ws_custom__option label input[type="radio"]:checked + span::before {
  background-color: #dcdcdc;
  border-color: #dcdcdc;
}
/* ------------------------------------------------------
 *	FORM - NEWSLETTER
 * ------------------------------------------------------ */
.freshMailPopUp__container {
  width: 100%;
}
.freshMailPopUp__container #freshMailPopUp__close {
  display: none;
}
.freshMailPopUp__container form {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}
.freshMailPopUp__container form p {
  position: relative;
}
.freshMailPopUp__container form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  padding-right: 38px;
  height: 38px;
  line-height: 38px;
}
.freshMailPopUp__container form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):disabled + button,
.freshMailPopUp__container form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])[disabled=disabled] + button,
.freshMailPopUp__container form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]).disabled + button {
  background-color: #dcdcdc;
  border-color: #dcdcdc;
}
.freshMailPopUp__container form button[type="submit"] {
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  background: transparent;
  border: solid 1px #939598;
  border-left: none;
  width: 40px;
  min-width: 40px;
  height: 38px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
  cursor: pointer;
}
.freshMailPopUp__container form button[type="submit"]:after {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\e810";
  display: inline-block;
  margin: 0;
  padding: 0;
  position: absolute;
  text-indent: 0;
  color: #c00c30;
  font-size: 8px;
}
.freshMailPopUp__container form button[type="submit"].no-click {
  pointer-events: none;
  cursor: not-allowed;
}
.freshMailPopUp__container form button[type="submit"].no-click:after {
  content: "\e83f";
  font-size: 20px;
  top: 7px;
  left: 7px;
  transform: translate(0, 0);
  animation: spin 2s infinite linear;
}
.freshMailPopUp__container p {
  margin-bottom: 0;
}
.freshMailPopUp__container span {
  display: none;
}
.freshMailPopUp__container span.message_error,
.freshMailPopUp__container span.message_success {
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  margin: 20px 0;
  position: relative;
  background-repeat: no-repeat;
  padding: 23px 20px 23px 40px;
  font-size: 14px;
  line-height: 1.3;
  padding: 8px 8px 8px 35px;
  background-position: center left 10px;
  display: block;
}
.freshMailPopUp__container span.message_error h2,
.freshMailPopUp__container span.message_success h2,
.freshMailPopUp__container span.message_error h3,
.freshMailPopUp__container span.message_success h3,
.freshMailPopUp__container span.message_error h4,
.freshMailPopUp__container span.message_success h4,
.freshMailPopUp__container span.message_error h5,
.freshMailPopUp__container span.message_success h5,
.freshMailPopUp__container span.message_error h6,
.freshMailPopUp__container span.message_success h6,
.freshMailPopUp__container span.message_error p,
.freshMailPopUp__container span.message_success p,
.freshMailPopUp__container span.message_error span,
.freshMailPopUp__container span.message_success span {
  color: inherit;
  margin-top: 0;
}
.freshMailPopUp__container span.message_error.hidden,
.freshMailPopUp__container span.message_success.hidden {
  display: none;
}
.freshMailPopUp__container span.message_error {
  background-color: #c00c30 !important;
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  margin: 20px 0;
  position: relative;
  background-repeat: no-repeat;
  padding: 23px 20px 23px 40px;
  font-size: 14px;
  line-height: 1.3;
  padding: 8px 8px 8px 35px;
  background-position: center left 10px;
}
.freshMailPopUp__container span.message_error:before {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  transform: translate(0, -50%);
  content: "\e836";
  left: 18px;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: inherit;
  content: "\e821";
}
.freshMailPopUp__container span.message_error .icon-exit-icon {
  display: none;
}
.freshMailPopUp__container span.message_error.no_before_icon:before {
  content: none;
}
.freshMailPopUp__container span.message_error h2,
.freshMailPopUp__container span.message_error h3,
.freshMailPopUp__container span.message_error h4,
.freshMailPopUp__container span.message_error h5,
.freshMailPopUp__container span.message_error h6,
.freshMailPopUp__container span.message_error p,
.freshMailPopUp__container span.message_error span {
  color: inherit;
  margin-top: 0;
}
.freshMailPopUp__container span.message_error.hidden {
  display: none;
}
.freshMailPopUp__container span.message_error + input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  border-color: #c00c30;
}
.freshMailPopUp__container span.message_error + input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) + button[type="submit"] {
  border-color: #c00c30;
}
.freshMailPopUp__container span.message_success {
  background-color: #7ab800 !important;
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  margin: 20px 0;
  position: relative;
  background-repeat: no-repeat;
  padding: 23px 20px 23px 40px;
  font-size: 14px;
  line-height: 1.3;
  padding: 8px 8px 8px 35px;
  background-position: center left 10px;
}
.freshMailPopUp__container span.message_success:before {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  transform: translate(0, -50%);
  content: "\e836";
  left: 18px;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: inherit;
  content: "\e83b";
  font-size: 14px;
  left: 14px;
}
.freshMailPopUp__container span.message_success .icon-exit-icon {
  display: none;
}
.freshMailPopUp__container span.message_success.no_before_icon:before {
  content: none;
}
.freshMailPopUp__container span.message_success h2,
.freshMailPopUp__container span.message_success h3,
.freshMailPopUp__container span.message_success h4,
.freshMailPopUp__container span.message_success h5,
.freshMailPopUp__container span.message_success h6,
.freshMailPopUp__container span.message_success p,
.freshMailPopUp__container span.message_success span {
  color: inherit;
  margin-top: 0;
}
.freshMailPopUp__container span.message_success.hidden {
  display: none;
}
.freshMailPopUp__container > div {
  width: 100% !important;
}
.freshMailPopUp__container > div > div {
  background-color: transparent !important;
  padding: 0 !important;
}
.freshMailPopUp__container > div > div form {
  width: 100% !important;
}
.freshMailPopUp__container .text_header {
  display: none !important;
}
.freshMailPopUp__container label.label {
  display: none !important;
}
.freshMailPopUp__container .form_subscribe_button {
  width: 40px !important;
}
.freshMail__consent {
  padding-top: 15px;
}
.freshMail__consent p {
  display: inline;
}
.freshMail__consent .infoBox__wrapper {
  display: inline-block;
  position: relative;
}
.freshMail__consent .infoBox__wrapper .infoBox {
  display: inline-block;
  position: relative;
  color: #c00c30;
  background-color: #939598;
  font-size: 8px;
  text-align: center;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.freshMail__consent .infoBox__wrapper .infoBox:hover {
  background-color: #6a6a6a;
}
.freshMail__consent .infoBox__wrapper .infoBox i {
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.freshMail__consent .freshMail__consentToolTip {
  position: absolute;
  z-index: 1000;
  bottom: 31px;
  width: auto;
  min-width: 200px;
  padding: 14px;
  background-color: #6a6a6a;
  transform: translateX(-50%);
  border-radius: 7px;
}
.freshMail__consent .freshMail__consentToolTip .toolTip__close {
  position: absolute;
  color: #fff;
  cursor: pointer;
  right: 10px;
  top: 10px;
  font-size: 15px;
  width: 10px;
  height: 10px;
}
.freshMail__consent .freshMail__consentToolTip .toolTip__close:hover {
  color: #c00c30;
}
.freshMail__consent .freshMail__consentToolTip p {
  text-align: left;
  color: white;
  font-size: 14px;
  line-height: 16px;
}
.freshMail__consent .freshMail__consentToolTip::after {
  position: absolute;
  z-index: 999;
  content: '';
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #6a6a6a transparent transparent transparent;
}
@media (min-width: 576px) {
  .freshMail__consent .freshMail__consentToolTip {
    min-width: 400px;
  }
}
@media (min-width: 768px) {
  .freshMail__consent .freshMail__consentToolTip {
    min-width: 500px;
  }
}
@media (max-width: 479px) {
  .freshMail__consent .freshMail__consentToolTip {
    padding: 20px;
    position: fixed;
    width: calc(100% - 20px);
    left: 50%;
    top: 50%;
    bottom: auto;
    height: auto;
    transform: translate(-50%, -50%);
  }
  .freshMail__consent .freshMail__consentToolTip:after {
    content: none;
  }
}
/* ------------------------------------------------------
 *	TABS
 * ------------------------------------------------------ */
.content-tabs {
  margin-top: 30px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
}
ul.nav-tabs {
  margin: 0;
  padding: 0;
  line-height: normal;
  border-bottom: solid 1px #dcdcdc;
}
ul.nav-tabs li {
  text-indent: 0;
  margin: 0;
  padding: 0;
}
ul.nav-tabs li:before {
  content: none;
  background-color: transparent;
  border-radius: 0;
  width: 0;
  height: 0;
  top: auto;
  left: auto;
}
ul.nav-tabs li {
  outline: none;
  margin: 0 50px 0 0;
}
ul.nav-tabs li a {
  padding: 0 0 11px 0;
  margin: 0;
  border: none;
  outline: none;
  display: block;
  color: #939598;
}
ul.nav-tabs li a:hover {
  background-color: transparent;
  color: #2a2623;
}
ul.nav-tabs li a.active {
  position: relative;
  color: #2a2623;
}
ul.nav-tabs li a.active:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #c00c30;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
}
ul.nav-tabs li a.active a {
  color: #c00c30;
}
.tab-content {
  padding-top: 46px;
  padding-bottom: 46px;
}
.tab-pane h2:first-child,
.tab-pane h3:first-child,
.tab-pane h4:first-child,
.tab-pane h5:first-child,
.tab-pane h6:first-child,
.tab-pane p:first-child {
  margin-top: 0;
}
/* Responsive Tabs */
ul.nav-tabs-responsive > li {
  display: none;
  width: 40px;
  margin: 0;
}
ul.nav-tabs-responsive > li > a {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  min-height: 32px;
  width: 100%;
  text-align: center;
  vertical-align: top;
}
ul.nav-tabs-responsive > li.tabShow {
  width: calc(100% - 80px);
}
ul.nav-tabs-responsive > li.tabShow:first-child {
  margin-left: 40px;
}
ul.nav-tabs-responsive > li.tabShow,
ul.nav-tabs-responsive > li.prev,
ul.nav-tabs-responsive > li.next {
  display: block;
}
ul.nav-tabs-responsive > li.next > a,
ul.nav-tabs-responsive > li.prev > a {
  transition: none;
}
ul.nav-tabs-responsive > li.next > a span,
ul.nav-tabs-responsive > li.prev > a span {
  display: none;
}
ul.nav-tabs-responsive > li.next > a:before,
ul.nav-tabs-responsive > li.prev > a:before {
  content: none;
}
ul.nav-tabs-responsive > li.next > a:after,
ul.nav-tabs-responsive > li.prev > a:after {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform-origin: center;
  transition: all 0.3s ease-in-out;
  content: "\e84f";
  display: block;
  position: relative;
  top: 7px;
  margin: 0;
  padding: 0;
  color: #2a2623;
}
ul.nav-tabs-responsive > li.next > a:hover:after,
ul.nav-tabs-responsive > li.prev > a:hover:after {
  color: #c00c30;
}
ul.nav-tabs-responsive > li.prev > a:after {
  transform: rotate(90deg);
}
ul.nav-tabs-responsive > li.next > a:after {
  transform: rotate(-90deg);
}
/* ------------------------------------------------------
 *	TABLES
 * ------------------------------------------------------ */
table {
  margin: 40px 0;
  padding: 0;
  color: #2a2623;
  position: relative;
}
table:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #c00c30;
  display: block;
}
table tbody td,
table tfoot th {
  border-top: none;
}
table td,
table th {
  padding: 15px 20px;
}
table td img,
table th img {
  display: block;
  margin: auto;
}
table p {
  margin: 0;
  padding: 0;
}
table thead {
  border-bottom: solid 1px #c00c30;
}
table thead th {
  font-family: 'din_pto_medium', 'Franklin Gothic Medium', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  background-color: #ffffff;
  border-bottom: none;
  color: #414040;
  font-size: 20px;
}
table thead tr {
  border-bottom: none;
}
table tbody tr {
  border-bottom: 1px solid #dcdcdc;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: none;
}
table.tablepress thead th {
  border-bottom: solid 1px #c00c30;
  padding: 10px 20px 15px;
}
table.tablepress tfoot th,
table.tablepress thead th {
  background-color: #ffffff;
  font-weight: normal;
}
table.tablepress td,
table.tablepress th {
  transition: background-color 0.3s ease-in-out;
  padding: 15px 20px;
  text-align: right;
}
table.tablepress td img,
table.tablepress th img {
  display: block;
  margin: auto;
}
table.tablepress td i.icon-center,
table.tablepress th i.icon-center {
  display: block;
  text-align: center;
}
table.tablepress td.column-1,
table.tablepress th.column-1 {
  text-align: left;
}
table.tablepress .odd td {
  background-color: #ffffff;
}
table.tablepress .row-hover tr:hover td {
  background-color: #dcdcdc;
}
table.tablepress.centerHeader thead td,
table.tablepress.centerHeader thead th {
  text-align: center;
}
table.tablepress.centerHeader thead td.column-1,
table.tablepress.centerHeader thead th.column-1 {
  text-align: left;
}
.table-hover > tbody > tr:hover {
  background-color: #dcdcdc;
}
.productTables table {
  padding: 0;
  width: 100%;
  border-collapse: collapse;
}
.productTables td,
.productTables th {
  vertical-align: top;
  padding: 10px 5px;
  border: 1px solid #dcdcdc;
}
.productTables thead {
  background-color: #939598;
  color: #ffffff;
  line-height: normal;
  font-family: 'din_pto_light', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 300;
  border-bottom: none;
}
.productTables thead p {
  line-height: normal;
}
.productTables tbody {
  font-size: 14px;
  line-height: normal;
}
.productTables tbody p {
  font-size: 14px;
  line-height: normal;
  color: #414040;
}
.productTables p.Center {
  text-align: center;
}
.productTables p.Right {
  text-align: right;
}
.productTables .RGBBlue-headersHTML {
  font-family: 'din_pto_light', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 300;
  background-color: #939598;
  color: #ffffff;
  border: 1px solid #dcdcdc;
  padding: 10px 20px;
}
.productTables tbody .RGBBlue-headersHTML p {
  color: #ffffff;
}
.productTables tbody,
.productTables thead {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
table.tableResize {
  border: 1px solid #dcdcdc;
  border-bottom-color: #dcdcdc;
  display: block;
  overflow-x: auto;
  padding-bottom: 10px;
  width: 100%;
}
table.tableResize:after {
  content: none;
}
/* ------------------------------------------------------
 *	ACCORDION
 * ------------------------------------------------------ */
.AccordionArrowIcon {
  position: relative;
}
.AccordionArrowIcon:after {
  font-size: 18px;
  line-height: 18px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%) rotate(-180deg);
  transition: all 0.3s ease-in-out;
  content: "\e84f";
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  color: #939598;
}
.AccordionArrowIcon.collapsed:after {
  transform: translate(0, -50%) rotate(0deg);
}
.accordion {
  margin-top: 30px;
}
.accordion .card {
  border: none;
  border-radius: 0;
}
.accordion .card-header {
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.accordion .card-header .card-title {
  margin: 0;
  padding: 0;
}
.accordion .card-header a {
  border-bottom: none;
  transition: color 0.3s ease-in-out;
  display: block;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
}
.accordion .card-header a:hover {
  border-bottom: none;
}
.accordion .card-header a:after {
  font-size: 18px;
  line-height: 18px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%) rotate(-180deg);
  transition: all 0.3s ease-in-out;
  content: "\e84f";
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  color: #939598;
}
.accordion .card-header a.collapsed:after {
  transform: translate(0, -50%) rotate(0deg);
}
.accordion .card-header a:after {
  font-size: 24px;
  line-height: 24px;
}
.accordion .card-header a:hover {
  color: #c00c30;
}
.accordion .card-header a:hover:after {
  color: #c00c30;
}
.accordion .card-body {
  padding: 0;
}
.accordion .card-body .panel {
  margin-left: 30px;
}
.accordion .card-body .panel:last-child {
  margin-bottom: 10px;
  border-bottom: solid 1px #dcdcdc;
}
.accordion .panel-heading {
  border: none;
  padding: 0;
}
.accordion .panel-heading .panel-title {
  font-size: 16px;
  padding: 0;
  margin: 0;
  display: block;
}
.accordion .panel-heading .panel-title a {
  border-bottom: none;
  color: #2a2623;
  display: block;
  padding: 20px 50px 20px 0;
  position: relative;
  border-top: solid 1px #dcdcdc;
}
.accordion .panel-heading .panel-title a:hover {
  border-bottom: none;
}
.accordion .panel-heading .panel-title a:after {
  font-size: 18px;
  line-height: 18px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%) rotate(-180deg);
  transition: all 0.3s ease-in-out;
  content: "\e84f";
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  color: #939598;
}
.accordion .panel-heading .panel-title a.collapsed:after {
  transform: translate(0, -50%) rotate(0deg);
}
.accordion .panel-heading .panel-title a:hover {
  color: #c00c30;
}
.accordion .panel-heading .panel-title a:hover:after {
  color: #c00c30;
}
.accordion .panel-body {
  padding: 0 60px 10px;
}
.accordion_top {
  margin-top: 45px;
  margin-bottom: 6px;
  color: #939598;
  font-size: 18px;
  font-family: 'din_pto', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}
#accordion-offer {
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  margin-top: 0;
}
#accordion-offer .panel {
  border-top: solid 1px #dcdcdc;
}
#accordion-offer .panel:first-child {
  border-top: none;
}
#accordion-offer .panel-heading {
  min-height: 50px;
  position: relative;
  padding: 0 16px;
}
#accordion-offer .panel-heading:before,
#accordion-offer .panel-heading:after {
  content: " ";
  display: table;
}
#accordion-offer .panel-heading:after {
  clear: both;
}
#accordion-offer .panel-heading:before,
#accordion-offer .panel-heading:after {
  content: " ";
  display: table;
}
#accordion-offer .panel-heading:after {
  clear: both;
}
#accordion-offer .panel-heading a {
  border-bottom: none;
  color: #ffffff;
  transition: background-color 0.3s ease-in-out;
  background-color: #939598;
  padding: 13px 0;
}
#accordion-offer .panel-heading a:hover {
  border-bottom: none;
}
#accordion-offer .panel-heading a p {
  transition: color 0.3s ease-in-out;
  margin-bottom: 0;
}
#accordion-offer .panel-heading a p:first-of-type {
  font-family: 'din_pto', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}
#accordion-offer .panel-heading a.collapsed {
  background-color: #ffffff;
  color: #2a2623;
}
#accordion-offer .panel-heading a.collapsed:hover {
  color: #c00c30;
}
#accordion-offer .panel-heading a.collapsed:hover .panel-title {
  color: #c00c30;
}
#accordion-offer .panel-heading .accordion-icon {
  top: 50%;
  transform: translate(0, -50%);
  right: 25px;
  height: 11px;
  position: absolute;
  width: 11px;
  display: block;
  text-indent: -9999px;
}
#accordion-offer .panel-heading .accordion-icon:before,
#accordion-offer .panel-heading .accordion-icon:after {
  background-color: #939598;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 11px;
  transition: all 300ms ease;
}
#accordion-offer .panel-heading .accordion-icon:after {
  transform-origin: center;
  transform: rotate(90deg);
}
#accordion-offer .panel-heading .accordion-icon:after {
  transform: rotate(0deg);
  background-color: #414040;
}
#accordion-offer .panel-heading .accordion-icon:before {
  transform: rotate(-180deg);
  background-color: #414040;
}
#accordion-offer .panel-heading .collapsed .accordion-icon {
  top: 50%;
  transform: translate(0, -50%);
  right: 25px;
  height: 11px;
  position: absolute;
  width: 11px;
  display: block;
  text-indent: -9999px;
}
#accordion-offer .panel-heading .collapsed .accordion-icon:before,
#accordion-offer .panel-heading .collapsed .accordion-icon:after {
  background-color: #939598;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 11px;
  transition: all 300ms ease;
}
#accordion-offer .panel-heading .collapsed .accordion-icon:after {
  transform-origin: center;
  transform: rotate(90deg);
}
#accordion-offer .panel-heading:hover .accordion-icon:before,
#accordion-offer .panel-heading:hover .accordion-icon:after {
  background-color: #c00c30;
}
#accordion-offer .panel-body {
  padding: 34px 25px;
}
#accordion-offer .panel-body .btn {
  margin-top: 20px;
}
/* ------------------------------------------------------
 *	FULL MENU - Overlay style
 * ------------------------------------------------------ */
.koelner-web .full_bg_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.4s, transform 0s 0.4s;
  transform: translate3d(100%, 0, 0);
}
.koelner-web.no_scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
}
.koelner-web.no_scroll .full_bg_overlay {
  transition-delay: 0s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#mobile-full-menu {
  transition: all 0.3s ease-in-out;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -100%;
  opacity: 0;
  padding-top: 15px;
  background: #f4f4f4;
  overflow-y: scroll;
  overflow-x: hidden;
  /* Overlay closing cross */
}
#mobile-full-menu.overlay_show {
  z-index: 1000;
  right: 0;
  opacity: 1;
}
#mobile-full-menu .overlay__inner {
  text-align: center;
  padding: 10px 0 30px;
}
#mobile-full-menu .icon-e-commerce .kua_icon {
  font-size: 22px;
}
#mobile-full-menu .overlay--search-inner {
  padding-top: 20px;
  padding-bottom: 25px;
  border-bottom: solid 1px #dcdcdc;
  width: 100%;
  float: left;
}
#mobile-full-menu #search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  height: 60px;
  background: transparent url(/wp-content/themes/koza-k-alfa/images/icons/ico-magnifier-gray.png) center left 12px no-repeat;
  padding-left: 45px;
  border: solid 1px #dcdcdc;
}
#mobile-full-menu #search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
#mobile-full-menu #search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]).focus {
  color: #414040;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 0 rgba(255, 255, 255, 0.1) inset;
  background-color: #ffffff;
  background-image: url(/wp-content/themes/koza-k-alfa/images/icons/ico-magnifier-gray.png);
}
#mobile-full-menu .close-ico {
  cursor: pointer;
  float: right;
  margin-top: 11px;
  margin-right: 2px;
}
#mobile-full-menu .close-ico i {
  color: #939598;
  transition: color 0.3s ease-in-out;
}
#mobile-full-menu .close-ico:hover i {
  color: #c00c30;
}
#mobile-full-menu ul.main-menu {
  line-height: normal;
  display: block;
  overflow: hidden;
  margin: 0;
  list-style: none;
  padding: 0;
  font-size: 22px;
  color: #414040;
  text-align: left;
}
#mobile-full-menu ul.main-menu li {
  text-indent: 0;
  margin: 0;
  padding: 0;
}
#mobile-full-menu ul.main-menu li:before {
  content: none;
  background-color: transparent;
  border-radius: 0;
  width: 0;
  height: 0;
  top: auto;
  left: auto;
}
#mobile-full-menu ul.main-menu a {
  border-bottom: none;
  color: #414040;
  display: block;
  padding: 15px;
}
#mobile-full-menu ul.main-menu a:hover {
  border-bottom: none;
}
#mobile-full-menu ul.main-menu a:hover {
  color: #c00c30;
}
#mobile-full-menu ul.main-menu ul.sub-menu {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
#mobile-full-menu ul.main-menu ul.sub-menu .menu_section {
  position: relative;
}
#mobile-full-menu ul.main-menu ul.sub-menu .menu_section:before {
  content: '';
  width: calc(100% - 30px);
  height: 1px;
  top: 0;
  left: 15px;
  background-color: #dcdcdc;
  display: block;
}
#mobile-full-menu ul.main-menu ul.sub-menu a {
  padding: 12px 15px 12px 28px;
}
#mobile-full-menu ul.main-menu ul.sub-menu ul.sub-menu a {
  padding: 10px 15px 10px 40px;
}
#mobile-full-menu ul.main-menu li a {
  z-index: 0;
  position: relative;
}
#mobile-full-menu ul.main-menu li .arrow_menu_more {
  width: 50px;
  height: 57px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
#mobile-full-menu ul.main-menu li .arrow_menu_more:before {
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: rgba(147, 149, 152, 0.5);
  position: absolute;
  top: 16px;
  right: 10px;
  width: 26px;
  height: 26px;
  content: "\e8a4";
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
}
#mobile-full-menu ul.main-menu li.menu-item-has-children {
  position: relative;
}
#mobile-full-menu ul.main-menu li.menu-item-has-children > a {
  z-index: 0;
}
#mobile-full-menu ul.main-menu li.menu-item-has-children.active > .arrow_menu_more:before {
  transform: rotate(90deg);
}
#mobile-full-menu .product-menu {
  position: relative;
}
@media screen and (min-width: 768px) {
  #mobile-full-menu {
    width: 50%;
  }
}
/* ------------------------------------------------------
 *	GLOBAL SECTIONS
 * ------------------------------------------------------ */
.info-page {
  box-shadow: 0 1px 6.51px 0.49px rgba(0, 0, 0, 0.08);
  padding: 30px 0 28px;
  min-height: 100px;
  text-align: center;
  background: #fff;
  position: relative;
}
.info-page p {
  color: #2a2623;
  font-size: 20px;
  display: inline-block;
  font-family: 'din_pto_medium', 'Franklin Gothic Medium', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 500;
}
.info-page p:last-of-type {
  margin-bottom: 0;
}
.info-page .btn {
  margin: 0 20px;
}
.info-page.info-page--red {
  background: #c00c30;
}
.info-page.info-page--red p {
  color: #fff;
}
/* ------------------------------------------------------
 *	GRID
 * ------------------------------------------------------ */
.row.row-no-flex {
  display: block;
  flex-wrap: nowrap;
}
.row.row-no-flex:before,
.row.row-no-flex:after {
  content: " ";
  display: table;
}
.row.row-no-flex:after {
  clear: both;
}
.row.row-no-flex:before,
.row.row-no-flex:after {
  content: " ";
  display: table;
}
.row.row-no-flex:after {
  clear: both;
}
.row.row-no-flex [class^="col-"] {
  float: left;
}
.cfix:before,
.cfix:after {
  content: " ";
  display: table;
}
.cfix:after {
  clear: both;
}
.m_t_30 {
  margin-top: 30px;
}
.m_t_40 {
  margin-top: 40px;
}
.m_b_30 {
  margin-bottom: 30px;
}
.m_b_40 {
  margin-bottom: 40px;
}
/* ------------------------------------------------------
 *	GLOBAL
 * ------------------------------------------------------ */
body {
  font-family: 'din_pto_light', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 300;
  background-color: #f4f4f4;
  line-height: normal;
  color: #2a2623;
  font-size: 16px;
}
img {
  max-width: 100%;
  height: auto;
}
.no-text {
  text-indent: -9999px;
}
.screen-reader-text {
  display: none;
}
.no_image_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
.no_image_icon:after {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\e850";
  color: #939598;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 90px;
}
.section_bg {
  background-color: #fff;
}
.boxed_link {
  border: solid 1px transparent;
  overflow: hidden;
  box-shadow: 0 0 16.56px 1.44px rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
}
.no-touch .boxed_link:hover {
  border-color: #c00c30;
  background-color: #ffffff;
  box-shadow: 0 0 16.56px 1.44px rgba(0, 0, 0, 0.09);
}
.boxed_link__triangle:before {
  transform: rotate(45deg);
  transition: background-color 0.3s ease-in-out;
  content: '';
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  position: absolute;
  right: -15px;
  bottom: -15px;
}
.no-touch .boxed_link__triangle:hover:before {
  background-color: #c00c30;
}
.boxed_link__triangle__icon:before {
  transform: rotate(45deg);
  transition: background-color 0.3s ease-in-out;
  content: '';
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  position: absolute;
  right: -15px;
  bottom: -15px;
}
.no-touch .boxed_link__triangle__icon:hover:before {
  background-color: #c00c30;
}
.boxed_link__triangle__icon:before {
  width: 64px;
  height: 64px;
  right: -32px;
  bottom: -32px;
}
.boxed_link__triangle__icon:after {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e84d";
  color: #ffffff;
  position: absolute;
  right: 3px;
  bottom: 3px;
}
.triangle_corner:after {
  transform: rotate(45deg);
  transition: background-color 0.3s ease-in-out;
  content: '';
  width: 30px;
  height: 30px;
  background-color: transparent;
  position: absolute;
  right: -15px;
  bottom: -15px;
}
/* ------------------------------------------------------
 *	FOOTER
 * ------------------------------------------------------ */
.main_wrapper.small_page {
  min-height: 100vh;
  position: relative;
}
#mainFooter.on-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
footer .footerTop {
  background-color: #f4f4f4;
  padding-bottom: 25px;
  text-align: center;
  font-size: 14px;
}
footer .footerTop p {
  font-size: 14px;
}
footer .footerTop .footer__item {
  float: left;
}
footer .footerTop .footer__item p:last-child {
  margin-bottom: 0;
}
.social_links {
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-top: 6px;
}
.social_links li {
  text-indent: 0;
  margin: 0;
  padding: 0;
}
.social_links li:before {
  content: none;
  background-color: transparent;
  border-radius: 0;
  width: 0;
  height: 0;
  top: auto;
  left: auto;
}
.social_links li {
  display: inline-block;
  margin: 10px 8px 0;
}
.social_links li:before {
  content: none;
}
.social_links li a {
  border-bottom: none;
  display: block;
  position: relative;
}
.social_links li a:hover {
  border-bottom: none;
}
.social_links li a svg {
  fill: #939598;
  transition: fill 0.3s ease-in-out;
}
.social_links li a:hover svg {
  fill: #414040;
}
@media screen and (min-width: 576px) {
  footer .footerTop {
    padding: 25px 0;
    text-align: left;
  }
  footer .footerTop .footer__item {
    margin-bottom: 23px;
  }
  .social_links li {
    margin: 10px 14px 0 0;
  }
  .social_links li:last-child {
    margin-right: 0;
  }
}
/* ------------------------------------------------------
 *	FOOTER BOTTOM
 * ------------------------------------------------------ */
.footerBottom {
  padding: 20px 0;
  background-color: #414040;
  color: #939598;
  font-size: 14px;
}
.footerBottom p {
  color: #939598;
  font-size: 14px;
  margin-bottom: 0;
}
.footerBottom {
  color: rgba(255, 255, 255, 0.6);
  padding: 20px 0;
  font-size: 12px;
  line-height: 16px;
}
.footerBottom p {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}
.footerBottom a {
  color: rgba(255, 255, 255, 0.6);
  line-height: 16px;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.footerBottom a:hover {
  border-bottom: none;
}
.footerBottom a:hover {
  color: #ffffff;
}
.footerBottom #bottomMenu {
  margin-bottom: 10px;
}
.footerBottom #bottomMenu ul {
  margin: 0;
  padding: 0;
  line-height: normal;
  text-align: center;
}
.footerBottom #bottomMenu ul li {
  text-indent: 0;
  margin: 0;
  padding: 0;
}
.footerBottom #bottomMenu ul li:before {
  content: none;
  background-color: transparent;
  border-radius: 0;
  width: 0;
  height: 0;
  top: auto;
  left: auto;
}
.footerBottom #bottomMenu ul li {
  float: none;
  display: inline-block;
  padding: 0;
  margin: 0 15px;
}
.footerBottom .footerBottom--right {
  text-align: center;
}
@media screen and (min-width: 576px) {
  .footerBottom {
    padding: 10px 0 0;
  }
  .footerBottom #bottomMenu {
    float: left;
  }
  .footerBottom #bottomMenu ul {
    text-align: left;
  }
  .footerBottom #bottomMenu ul li {
    margin-right: 30px;
  }
  .footerBottom .footerBottom--right {
    text-align: right;
  }
}
/* ------------------------------------------------------
 *	FOOTER PROMOTION
 * ------------------------------------------------------ */
.main_wrapper {
  background-color: #f4f4f4;
  position: relative;
  z-index: 1;
}
.footer__promotion {
  z-index: -1;
  background-color: #fff;
}
.footer__promotion.fixed__promotion {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
}
.footer__promotion .footer__promotion_aside {
  background-color: #c00c30;
  color: #ffffff;
  padding-bottom: 60px;
}
.footer__promotion h2 {
  color: inherit;
  font-family: 'din_pto_medium', 'Franklin Gothic Medium', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  display: block;
}
.footer__promotion h2:before {
  content: none;
}
.footer__promotion .btn--white {
  margin-bottom: 16px;
}
.footer__promotion .footer__promotion_items div[class^="col-"] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer__promotion .footer__promotion_item {
  position: relative;
}
.footer__promotion .footer__promotion_item .overlay_link {
  box-shadow: 0 0 16.56px 1.44px rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
}
.footer__promotion .footer__promotion_item_inner {
  padding: 15px;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.no-touch .footer__promotion .footer__promotion_item_inner .btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -100%;
  transition: bottom 0.4s ease-in-out;
}
.footer__promotion .footer__promotion_item_pic {
  width: 100%;
  position: relative;
  padding-bottom: 60%;
}
.footer__promotion .footer__promotion_item_pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 140px;
}
.footer__promotion .footer__promotion_info {
  margin-bottom: 8px;
}
.footer__promotion .price {
  font-size: 18px;
  font-family: 'din_pto_medium', 'Franklin Gothic Medium', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  color: #c00c30;
}
.footer__promotion .price .old_price {
  color: #2a2623;
}
.footer__promotion .footer__promotion_item:hover .overlay_link {
  box-shadow: 0 0 16.56px 1.44px rgba(0, 0, 0, 0.09);
}
.no-touch .footer__promotion .footer__promotion_item:hover .footer__promotion_item_inner .btn {
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .footer__promotion .footer__promotion_aside {
    min-height: 100vh;
  }
}
/* ------------------------------------------------------
 *	FOOTER LOGOTYPES
 * ------------------------------------------------------ */
.section__logotypes {
  background: #ffffff;
  border-top: solid 2px #f4f4f4;
  padding: 25px 0;
}
.section__logotypes .logos {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.section__logotypes .logos li {
  text-indent: 0;
  margin: 0;
  padding: 0;
}
.section__logotypes .logos li:before {
  content: none;
  background-color: transparent;
  border-radius: 0;
  width: 0;
  height: 0;
  top: auto;
  left: auto;
}
.section__logotypes .logos li {
  text-align: center;
  outline: none;
  padding: 30px 0;
  display: block;
}
.section__logotypes .logos li img {
  max-height: 50px;
  width: auto;
  max-width: 240px;
  vertical-align: middle;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .section__logotypes {
    padding: 40px 0;
  }
  .section__logotypes .logos li {
    padding: 0;
    display: inline-block;
    height: 50px;
    line-height: 50px;
  }
}
/* ------------------------------------------------------
 *	HEADER
 * ------------------------------------------------------ */
.header_main {
  box-shadow: 0 0 7.36px 0.64px rgba(0, 0, 0, 0.16);
  height: 70px;
  background-color: #fff;
  position: relative;
}
.header-inner {
  position: relative;
  height: 70px;
}
.header-inner .header-main--siteTitle {
  display: block;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  left: 15px;
  padding: 0;
  margin: 0;
}
.header-inner .header-main--siteTitle:before {
  content: none;
}
.header-inner .header-main--siteTitle a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: none;
}
.header-inner .header-main--siteTitle a:hover {
  border-bottom: none;
}
.header-inner .header-main--siteTitle a:before,
.header-inner .header-main--siteTitle a:after {
  content: " ";
  display: table;
}
.header-inner .header-main--siteTitle a:after {
  clear: both;
}
.header-inner .header-main--siteTitle a:before,
.header-inner .header-main--siteTitle a:after {
  content: " ";
  display: table;
}
.header-inner .header-main--siteTitle a:after {
  clear: both;
}
.header-inner .header-main--siteTitle a:after {
  content: none;
  /* is defined in ..\template-parts\header_elements.php */
  text-indent: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.6px;
  display: block;
  position: relative;
  left: 0;
  top: 4px;
  color: #c00c30;
}
.header-inner .header-main--siteTitle img {
  float: left;
}
.header-inner .header-main--menu {
  margin-top: 28px;
}
.header-inner .tel_label {
  border-bottom: none;
  color: #414040;
  margin-right: 40px;
  float: right;
  font-size: 14px;
}
.header-inner .tel_label:hover {
  border-bottom: none;
}
.header-inner .tel_label:hover {
  color: #c00c30;
}
.header-inner .tel_label:focus {
  color: #414040;
}
.header-inner .tel_label span {
  margin-left: 8px;
}
.header-inner .menu_link--open {
  top: 50%;
  transform: translate(0, -50%);
  color: #414040;
  font-size: 20px;
  position: absolute;
  right: 15px;
}
.header-inner .menu_link--open:hover {
  color: #c00c30;
}
.header-inner .menu_link--open:focus {
  color: #414040;
}
.header-main--search {
  position: absolute;
  height: 70px;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
}
.header-main--search-inner {
  transition: all 0.3s ease-in-out;
  text-align: left;
  background-color: #ffffff;
  height: 70px;
  left: calc(100% - 45px);
  width: calc(100% - 170px);
  top: 0;
  position: absolute;
  z-index: 9999;
}
.header-main--search-inner.show-searchBox {
  border-color: #939598;
  left: 170px;
}
.header-main--search-inner button {
  position: absolute;
  padding: 5px;
  top: 50%;
  transform: translate(0, -50%);
}
.header-main--search-inner button i {
  color: #414040;
  transition: color 0.3s ease-in-out;
}
.header-main--search-inner button:hover i {
  color: #c00c30;
}
.header-main--search-inner button.search-ico {
  left: 10px;
}
.header-main--search-inner button.close-ico {
  right: 10px;
  font-size: 12px;
}
.header-main--search-inner form#search-form {
  width: 100%;
  height: 70px;
  display: inline-block;
}
.header-main--search-inner input#s {
  background-color: transparent;
  border: none;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  padding: 10px 50px;
}
.header-main--search-inner input#s:focus,
.header-main--search-inner input#s.focus {
  box-shadow: 0 0 0 0 #ffffff;
  outline: none;
  border: none;
}
.header-sticky {
  box-shadow: 0 0 7.36px 0.64px rgba(0, 0, 0, 0.16);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: fixed;
  background-color: #fff;
  height: 70px;
  left: 0;
  top: -70px;
  width: 100%;
}
.header-sticky.sticky-show {
  z-index: 100;
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* ------------------------------------------------------
 *	WIDGETS
 * ------------------------------------------------------ */
.widgets {
  margin-top: 50px;
}
.widget--footer h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  color: #414040;
  margin-bottom: 10px;
}
.widget--footer.widget_nav_menu .sub-menu {
  display: none;
}
.widget_nav_menu .menu {
  margin-top: -3px;
}
.widget_nav_menu .menu li {
  margin: 0;
}
.widget_nav_menu .menu li:before {
  background-color: #414040;
}
.text_header {
  text-transform: uppercase;
  font-size: 14px;
  color: #414040;
  margin-top: 40px;
  margin-bottom: 10px;
}
.widget .gallery img {
  border: solid 2px #fff !important;
}
.widget.widget_recent_entries ul {
  margin-top: 0;
}
@media screen and (min-width: 576px) {
  .widgets {
    margin-top: 0;
  }
  .widget--footer h4 {
    margin-top: 0;
  }
}
/* ------------------------------------------------------
 *	PAGE TOP
 * ------------------------------------------------------ */
.top-page {
  background-color: #fff;
}
.top-page h1 {
  margin-bottom: 10px;
}
.top-page .title-page {
  padding-bottom: 20px;
}
.brand_logo {
  margin-top: 20px;
  float: left;
  max-height: 60px;
}
@media screen and (min-width: 576px) {
  .brand_logo {
    margin-top: 39px;
    float: right;
  }
}
/* ------------------------------------------------------
 *	BREADCRUMBS
 * ------------------------------------------------------ */
#breadcrumbs {
  font-size: 12px;
  color: #2a2623;
  width: 100%;
}
#breadcrumbs span {
  display: inline;
}
#breadcrumbs span:first-of-type a {
  border-bottom: none;
}
#breadcrumbs span:first-of-type a:hover {
  border-bottom: none;
}
#breadcrumbs .rw_icon {
  padding-left: 5px;
}
#breadcrumbs a {
  color: #939598;
  margin-right: 5px;
}
#breadcrumbs a:hover {
  color: #c00c30;
}
#breadcrumbs a span {
  display: inline-block;
}
#breadcrumbs .breadcrumbs-link {
  margin-left: 5px;
}
/* ------------------------------------------------------
 *	CONTENT CONTAINERS
 * ------------------------------------------------------ */
.alignnone {
  margin: 5px 0 35px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}
.alignright,
a img.alignright {
  float: right;
  margin: 5px 0 15px 35px;
}
.alignleft,
a img.alignleft {
  float: left;
  margin: 5px 35px 15px 0;
}
a img.alignnone {
  margin: 5px 0 35px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #dcdcdc;
  padding-top: 3px;
  text-align: center;
  max-width: 100% !important;
}
.wp-caption.alignnone {
  margin: 5px 0 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 2% 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 2%;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  margin: 10px 0;
  padding: 0 20%;
  font-size: 14px;
}
a.btn {
  text-decoration: none;
}
.koelner-web p.clear {
  font-size: 0;
  padding: 0;
  margin: 0;
  clear: both;
}
/* ------------------------------------------------------
 *	CONTENT IMAGE SECTIONS
 * ------------------------------------------------------ */
.special_img_section .special_img_section_item:last-of-type {
  margin-bottom: 35px;
}
.special_img_section .special_img_section_item > p:first-of-type {
  font-size: 18px;
  line-height: 26px;
  font-family: 'din_pto', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}
.special_img_section h2,
.special_img_section .h2 {
  display: inline-block;
  letter-spacing: -1px;
}
.special_img_section .alignleft,
.special_img_section .alignright {
  max-width: 100%;
}
.special_img_section .alignleft + h2,
.special_img_section .alignright + h2,
.special_img_section .alignleft + .h2,
.special_img_section .alignright + .h2 {
  margin-top: 0;
}
.special_img_section .alignleft {
  margin: 0 0 20px 0;
}
.special_img_section .alignright {
  margin: 0 0 20px 0;
}
.section_page_separated .special_img_section .main_content {
  margin-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 576px) {
  .special_img_section .alignleft,
  .special_img_section .alignright {
    max-width: 50%;
  }
  .special_img_section .alignleft {
    margin: 5px 35px 15px -15px;
  }
  .special_img_section .alignright {
    margin: 5px -15px 15px 35px;
  }
}
@media screen and (min-width: 576px) {
  .special_img_section .alignleft {
    margin-left: -60px;
  }
  .special_img_section .alignright {
    margin-right: -60px;
  }
}
@media screen and (min-width: 606px) {
  .special_img_section .alignleft {
    margin-left: -75px;
  }
  .special_img_section .alignright {
    margin-right: -75px;
  }
}
@media screen and (min-width: 636px) {
  .special_img_section .alignleft {
    margin-left: -90px;
  }
  .special_img_section .alignright {
    margin-right: -90px;
  }
}
@media screen and (min-width: 666px) {
  .special_img_section .alignleft {
    margin-left: -105px;
  }
  .special_img_section .alignright {
    margin-right: -105px;
  }
}
@media screen and (min-width: 696px) {
  .special_img_section .alignleft {
    margin-left: -120px;
  }
  .special_img_section .alignright {
    margin-right: -120px;
  }
}
@media screen and (min-width: 726px) {
  .special_img_section .alignleft {
    margin-left: -135px;
  }
  .special_img_section .alignright {
    margin-right: -135px;
  }
}
@media screen and (min-width: 768px) {
  .special_img_section .alignleft {
    margin-left: -75px;
  }
  .special_img_section .alignright {
    margin-right: -75px;
  }
}
@media screen and (min-width: 798px) {
  .special_img_section .alignleft {
    margin-left: -90px;
  }
  .special_img_section .alignright {
    margin-right: -90px;
  }
}
@media screen and (min-width: 828px) {
  .special_img_section .alignleft {
    margin-left: -105px;
  }
  .special_img_section .alignright {
    margin-right: -105px;
  }
}
@media screen and (min-width: 858px) {
  .special_img_section .alignleft {
    margin-left: -120px;
  }
  .special_img_section .alignright {
    margin-right: -120px;
  }
}
@media screen and (min-width: 888px) {
  .special_img_section .alignleft {
    margin-left: -135px;
  }
  .special_img_section .alignright {
    margin-right: -135px;
  }
}
@media screen and (min-width: 918px) {
  .special_img_section .alignleft {
    margin-left: -150px;
  }
  .special_img_section .alignright {
    margin-right: -150px;
  }
}
@media screen and (min-width: 992px) {
  .special_img_section .alignleft {
    margin-left: -175px;
  }
  .special_img_section .alignright {
    margin-right: -175px;
  }
}
@media screen and (min-width: 1022px) {
  .special_img_section .alignleft {
    margin-left: -190px;
  }
  .special_img_section .alignright {
    margin-right: -190px;
  }
}
@media screen and (min-width: 1052px) {
  .special_img_section .alignleft {
    margin-left: -205px;
  }
  .special_img_section .alignright {
    margin-right: -205px;
  }
}
@media screen and (min-width: 1082px) {
  .special_img_section .alignleft {
    margin-left: -220px;
  }
  .special_img_section .alignright {
    margin-right: -220px;
  }
}
@media screen and (min-width: 1112px) {
  .special_img_section .alignleft {
    margin-left: -235px;
  }
  .special_img_section .alignright {
    margin-right: -235px;
  }
}
@media screen and (min-width: 1142px) {
  .special_img_section .alignleft {
    margin-left: -250px;
  }
  .special_img_section .alignright {
    margin-right: -250px;
  }
}
@media screen and (min-width: 1200px) {
  .special_img_section .alignleft,
  .special_img_section .alignright {
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .special_img_section .alignleft {
    margin-left: -205px;
  }
  .special_img_section .alignright {
    margin-right: -205px;
  }
}
@media screen and (min-width: 1230px) {
  .special_img_section .alignleft {
    margin-left: -220px;
  }
  .special_img_section .alignright {
    margin-right: -220px;
  }
}
@media screen and (min-width: 1260px) {
  .special_img_section .alignleft {
    margin-left: -235px;
  }
  .special_img_section .alignright {
    margin-right: -235px;
  }
}
@media screen and (min-width: 1290px) {
  .special_img_section .alignleft {
    margin-left: -250px;
  }
  .special_img_section .alignright {
    margin-right: -250px;
  }
}
@media screen and (min-width: 1320px) {
  .special_img_section .alignleft {
    margin-left: -265px;
  }
  .special_img_section .alignright {
    margin-right: -265px;
  }
}
@media screen and (min-width: 1350px) {
  .special_img_section .alignleft {
    margin-left: -280px;
  }
  .special_img_section .alignright {
    margin-right: -280px;
  }
}
@media screen and (min-width: 1380px) {
  .special_img_section .alignleft {
    margin-left: -295px;
  }
  .special_img_section .alignright {
    margin-right: -295px;
  }
}
@media screen and (min-width: 1410px) {
  .special_img_section .alignleft {
    margin-left: -310px;
  }
  .special_img_section .alignright {
    margin-right: -310px;
  }
}
@media screen and (min-width: 1440px) {
  .special_img_section .alignleft {
    margin-left: -325px;
  }
  .special_img_section .alignright {
    margin-right: -325px;
  }
}
@media screen and (min-width: 1470px) {
  .special_img_section .alignleft {
    margin-left: -340px;
  }
  .special_img_section .alignright {
    margin-right: -340px;
  }
}
@media screen and (min-width: 1500px) {
  .special_img_section .alignleft {
    margin-left: -355px;
  }
  .special_img_section .alignright {
    margin-right: -355px;
  }
}
@media screen and (min-width: 1530px) {
  .special_img_section .alignleft {
    margin-left: -370px;
  }
  .special_img_section .alignright {
    margin-right: -370px;
  }
}
@media screen and (min-width: 1560px) {
  .special_img_section .alignleft {
    margin-left: -385px;
  }
  .special_img_section .alignright {
    margin-right: -385px;
  }
}
/* ------------------------------------------------------
 *	PAGE FOOTER BANNER
 * ------------------------------------------------------ */
/* ------------------------------------------------------
 *	COOKIE
 * ------------------------------------------------------ */
.rawlplug-web #cookie-notice {
  border-top: solid 1px #939598;
  background-color: #fff !important;
  color: #2a2623 !important;
}
.rawlplug-web #cookie-notice a.button {
  display: inline;
  margin: 0 0 0 20px;
  padding: 0 6px;
  font-size: 14px;
  font-family: 'din_pto_light', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 300;
  border-bottom: solid 1px #939598;
  text-decoration: none;
  text-transform: none;
  background-color: #fff;
  color: #2a2623;
  border-radius: 0;
  min-width: auto;
  line-height: normal;
  transition: all 0.4s ease-in-out;
}
.rawlplug-web #cookie-notice a.button:hover {
  color: #c00c30;
}
/* ------------------------------------------------------
 *	PAGINATION - category, single
 * ------------------------------------------------------ */
.navigation.pagination {
  text-align: center;
}
.navigation.pagination .nav-links {
  margin: auto;
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
  border: solid 1px #939598;
  color: #414040;
  line-height: 31px;
  height: 31px;
  min-width: 31px;
  padding: 0 5px;
  display: inline-block;
  margin: 0 4px;
  transition: border-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
}
.navigation.pagination .nav-links a.next,
.navigation.pagination .nav-links span.next,
.navigation.pagination .nav-links a.prev,
.navigation.pagination .nav-links span.prev {
  text-indent: -9999px;
  position: relative;
}
.navigation.pagination .nav-links a.next:before,
.navigation.pagination .nav-links span.next:before,
.navigation.pagination .nav-links a.prev:before,
.navigation.pagination .nav-links span.prev:before {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.3s ease-in-out;
  text-indent: 0;
  content: '';
  font-size: 18px;
  line-height: 31px;
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  color: #939598;
}
.navigation.pagination .nav-links a.next:before,
.navigation.pagination .nav-links span.next:before {
  content: "\e8a4";
}
.navigation.pagination .nav-links a.prev:before,
.navigation.pagination .nav-links span.prev:before {
  content: "\e872";
}
.navigation.pagination .nav-links a:hover {
  border-color: #c00c30;
  color: #c00c30;
}
.navigation.pagination .nav-links a:hover.next:before,
.navigation.pagination .nav-links a:hover.prev:before {
  color: inherit;
}
.navigation.pagination .nav-links span.current {
  border-color: #c00c30;
  background-color: #c00c30;
  color: #ffffff;
}
.single-page-navigation {
  position: relative;
  text-align: center;
  margin-top: 40px;
}
.single-page-navigation:before,
.single-page-navigation:after {
  content: " ";
  display: table;
}
.single-page-navigation:after {
  clear: both;
}
.single-page-navigation:before,
.single-page-navigation:after {
  content: " ";
  display: table;
}
.single-page-navigation:after {
  clear: both;
}
.single-page-navigation a {
  transition: color 0.3s ease-in-out;
  border-bottom: none;
  color: #c00c30;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.single-page-navigation a:hover {
  border-bottom: none;
}
.single-page-navigation a:hover {
  color: #e00f38;
}
.single-page-navigation a:focus {
  color: #c00c30;
}
.single-page-navigation .arrow-next a:after,
.single-page-navigation .arrow-back:after,
.single-page-navigation .arrow-previous a:before {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.single-page-navigation .arrow-previous {
  float: left;
}
.single-page-navigation .arrow-previous a:before {
  content: "\e872";
  margin-right: 5px;
}
.single-page-navigation .arrow-next {
  float: right;
}
.single-page-navigation .arrow-next a:after {
  content: "\e8a4";
  margin-left: 5px;
}
.single-page-navigation .arrow-back {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  margin-top: 2px;
}
.single-page-navigation .arrow-back:after {
  content: "\e83d";
  margin-left: 7px;
}
/* ------------------------------------------------------
 *	PRODUCT PAGE
 * ------------------------------------------------------ */
.site-product .bg-page {
  padding: 50px 0;
}
.brand_logo_box img {
  max-width: 220px;
}
.marketing-features {
  background-color: #c00c30;
  color: #fff;
  font-family: 'din_pto_medium', 'Franklin Gothic Medium', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  padding: 15px 0;
}
.marketing-features p {
  margin: 0;
}
.marketing-features + .brand_logo_box {
  margin-top: 20px;
}
.marketing-features.brand_rawlplug {
  background-color: #003366;
}
.marketing-features.brand_modeco {
  background-color: #2a2623;
}
.site-product .brand_logo_box + .bg-page {
  padding-top: 40px;
}
.product-gallery {
  margin-bottom: 35px;
}
.product-gallery .row {
  margin-left: -8px;
  margin-right: -8px;
}
.product-gallery .col-12,
.product-gallery .col-6 {
  padding-left: 8px;
  padding-right: 8px;
}
.product-gallery .product-gallery-item {
  border-bottom: solid 2px #dcdcdc;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  padding: 0 0 60%;
  position: relative;
  transition: all 0.4s ease-in-out;
  float: left;
  margin-bottom: 8px;
  overflow: hidden;
}
.product-gallery .product-gallery-item.ratio-1x1 {
  padding: 0 0 100%;
}
.product-gallery .product-gallery-item img,
.product-gallery .product-gallery-item iframe,
.product-gallery .product-gallery-item .orbitvu-viewer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 40px;
  max-height: 100%;
}
.product-gallery .product-gallery-item .orbitvu-viewer {
  max-width: 900px;
}
.product-gallery .product-gallery-item #ovContent {
  width: 100%;
  height: 100%;
  max-height: 87%;
  max-width: 87%;
}
.product-gallery .product-gallery-item img[src$=".svg"] {
  width: 100%;
}
.product-gallery .product-gallery-item iframe {
  max-height: none;
}
.product-gallery .product-gallery-item-video {
  background-color: #000;
}
.product-gallery .product-gallery-item-video img {
  padding: 0;
}
.product-gallery .product-gallery-item-v360-icon {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  width: 35px;
  height: 35px;
}
.product-gallery a,
.product-gallery .product-media-wrapper {
  border-bottom: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.product-gallery a:hover,
.product-gallery .product-media-wrapper:hover {
  border-bottom: none;
}
.product-gallery a:after,
.product-gallery .product-media-wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(65, 64, 64, 0.7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.product-gallery a:before,
.product-gallery .product-media-wrapper:before {
  content: "\e82d";
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 24px;
  z-index: 100;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.product-gallery a:hover:after,
.product-gallery .product-media-wrapper:hover:after,
.product-gallery a:hover:before,
.product-gallery .product-media-wrapper:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10000)";
  filter: alpha(opacity=10000);
  -webkit-opacity: 100;
  -moz-opacity: 100;
  opacity: 100;
}
.product-gallery .product-gallery-item.product-gallery-item-video a:before {
  content: "\e896";
}
.product-gallery .product-gallery-item-v360 .icon-v360-bg {
  transition: all 0.4s ease-in-out;
  transform-origin: 50%;
  fill-opacity: 0.780392;
  fill: #ffffff;
}
.product-gallery .product-gallery-item-v360 .icon-v360-1,
.product-gallery .product-gallery-item-v360 .icon-v360-2,
.product-gallery .product-gallery-item-v360 .icon-v360-3,
.product-gallery .product-gallery-item-v360 .icon-v360-4,
.product-gallery .product-gallery-item-v360 .icon-v360-5 {
  transition: all 0.4s ease-in-out;
  stroke: #c00c30;
}
.product-gallery .product-gallery-item-v360 .icon-v360-5 {
  fill: #1c5188;
}
.product-gallery .product-gallery-item-v360:hover .icon-v360-bg {
  transform: scale(0);
  fill-opacity: 0;
}
.product-gallery .product-gallery-item-v360:hover .icon-v360-1,
.product-gallery .product-gallery-item-v360:hover .icon-v360-2,
.product-gallery .product-gallery-item-v360:hover .icon-v360-3,
.product-gallery .product-gallery-item-v360:hover .icon-v360-4,
.product-gallery .product-gallery-item-v360:hover .icon-v360-5 {
  stroke: #fff;
}
.product-gallery .product-gallery-item-v360:hover .icon-v360-5 {
  fill: #ffffff;
}
.product-gallery .product-gallery-item-v360 a:after {
  background-image: none;
}
.product-gallery .product-gallery-item-v360 a:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.product-feature-des h3 {
  margin-top: 24px;
}
.bg-info-page {
  background-color: #c00c30;
  color: #fff;
  padding: 42px 0 50px;
  min-height: 100px;
  text-align: center;
}
.bg-info-page p {
  font-size: 18px;
  margin: 0;
}
.bg-info-page button {
  margin-top: 27px;
}
.product-tabs {
  background-color: #fff;
  padding-top: 50px;
}
.product-tabs table {
  margin-top: 0;
}
.base_materials-list {
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-bottom: 36px;
}
.base_materials-list li {
  text-indent: 0;
  margin: 0;
  padding: 0;
}
.base_materials-list li:before {
  content: none;
  background-color: transparent;
  border-radius: 0;
  width: 0;
  height: 0;
  top: auto;
  left: auto;
}
.base_materials-list:before,
.base_materials-list:after {
  content: " ";
  display: table;
}
.base_materials-list:after {
  clear: both;
}
.base_materials-list:before,
.base_materials-list:after {
  content: " ";
  display: table;
}
.base_materials-list:after {
  clear: both;
}
.base_materials-list li {
  width: 100%;
  min-height: 92px;
  margin-bottom: 22px;
  position: relative;
  float: left;
}
.base_materials-list li p {
  font-size: 14px;
  line-height: 1.286;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0 15px 0 107px;
  margin: 0;
}
.warnings_list li {
  width: 100%;
  min-height: 50px;
}
.warnings_list li img {
  max-height: 50px;
  max-width: 50px;
}
.warnings_list li p {
  padding-left: 65px;
}
.installation_guides_image div {
  margin-bottom: 30px;
}
.installation_guides_list {
  margin: -6px 0 0;
}
.installation_guides_list li {
  margin: 0 0 12px;
}
.installation_guides_list ol {
  counter-reset: ol-item;
}
.installation_guides_list ol li {
  list-style-type: none;
  counter-increment: ol-item;
}
.installation_guides_list ol li:before {
  content: counter(ol-item) " ";
}
#downloads ul.download-list {
  margin: 0;
  padding: 0;
  line-height: normal;
  margin: 30px 0 40px;
}
#downloads ul.download-list li {
  text-indent: 0;
  margin: 0;
  padding: 0;
}
#downloads ul.download-list li:before {
  content: none;
  background-color: transparent;
  border-radius: 0;
  width: 0;
  height: 0;
  top: auto;
  left: auto;
}
#downloads ul.download-list li {
  margin-bottom: 14px;
}
.bg-page.base-products {
  padding: 45px 0 40px;
}
#form-pr {
  box-shadow: 0 1px 6.51px 0.49px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  position: relative;
  display: none;
  padding-top: 40px;
}
#form-pr #close-form-pr {
  float: right;
  cursor: pointer;
}
#form-pr .btn-no .kua_icon {
  color: #939598;
}
#form-pr .btn-no .kua_icon:hover {
  color: #c00c30;
}
#form-pr div.wpcf7 {
  margin-top: 40px;
}
.product_certificates ul {
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-bottom: 35px;
}
.product_certificates ul li {
  text-indent: 0;
  margin: 0;
  padding: 0;
}
.product_certificates ul li:before {
  content: none;
  background-color: transparent;
  border-radius: 0;
  width: 0;
  height: 0;
  top: auto;
  left: auto;
}
.product_certificates ul li {
  display: inline-block;
  margin: 7px 10px;
}
.product_certificates ul li img {
  width: 56px;
  height: 56px;
}
@media screen and (min-width: 576px) {
  .base_materials-list li {
    margin-bottom: 15px;
    min-height: 69px;
  }
  .base_materials-list li img {
    width: 69px;
  }
  .base_materials-list li p {
    padding-left: 84px;
  }
  .warnings_list li {
    width: 100%;
    min-height: 50px;
  }
  .warnings_list li img {
    max-height: 50px;
    max-width: 50px;
  }
  .warnings_list li p {
    padding-left: 65px;
  }
}
@media screen and (min-width: 768px) {
  .product-feature-des ul {
    margin-top: 25px;
  }
  .bg-info-page {
    padding: 25px 0;
    text-align: left;
  }
  .bg-info-page p {
    padding-top: 10px;
    float: left;
  }
  .bg-info-page button {
    margin-top: 0;
    float: right;
  }
  #installation-data img {
    width: 60%;
    margin: auto;
    display: block;
    margin-bottom: 30px;
  }
  #installation-data .productTables > div > div + div > div {
    padding: 0 5px;
  }
}
.rawlplug-products-template-default #swipebox-overlay {
  background: #fff;
}
.rawlplug-products-template-default #swipebox-close {
  background-color: yellow;
  right: 15px;
}
/* ------------------------------------------------------
 *	PRODUCT CATEGORY
 * ------------------------------------------------------ */
@media screen and (min-width: 576px) {
  .base_products-list.base_cat_products-list li {
    width: 33.3333%;
  }
}
@media screen and (min-width: 1050px) {
  .base_products-list.base_cat_products-list li {
    width: 25%;
  }
}
/* ------------------------------------------------------
 *	FANCYBOX3 NEW
 * ------------------------------------------------------ */
.fancybox-is-open .fancybox-bg {
  opacity: 1;
}
.single-rawlplug-products .fancybox-bg {
  background: #fff;
}
.fancybox-inner .orbitvu-viewer div:focus {
  outline: 0;
}
/* ------------------------------------------------------
 *	HERO SLIDER
 * ------------------------------------------------------ */
.home-hero {
  position: relative;
  height: 700px;
  background-image: url("/wp-content/themes/koza-k-alfa/images/icons/rwl-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fbfbfb;
}
.home-slider {
  overflow: hidden;
  width: 100%;
  opacity: 0;
}
.home-slider__item {
  padding-top: 20px;
  padding-bottom: 20px;
  outline: none;
  height: 700px;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.home-slider__item.home-slider__item_bg_dark:before,
.home-slider__item.home-slider__item_bg_light:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-slider__item.home-slider__item_bg_dark:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.home-slider__item.home-slider__item_bg_light:before {
  background-color: rgba(255, 255, 255, 0.4);
}
.home-slider__item h2 {
  display: block;
  font-family: 'din_pto_medium', 'Franklin Gothic Medium', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.16;
  color: inherit;
  margin-top: 90px;
  margin-bottom: 14px;
}
.home-slider__item h2:before {
  content: none;
}
.home-slider__item p {
  font-size: 18px;
  line-height: 1.444;
  margin-bottom: 38px;
}
.home-slider__item_dark {
  color: #2a2623;
}
.home-slider .slick-dots {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  top: 40px;
  right: 15px;
  line-height: 0;
  height: 2px;
}
.home-slider .slick-dots li {
  float: left;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  margin: 0 0 0 10px;
  width: 60px;
  height: 10px;
  text-align: center;
  position: relative;
}
.home-slider .slick-dots li button {
  top: 50%;
  transform: translate(0, -50%);
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 2px;
  background-color: #ffffff;
  border: none;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: medium none;
  padding: 0;
}
.home-slider .slick-dots li:before {
  content: none;
}
.home-slider .slick-dots li:hover button {
  background-color: #c00c30;
}
.home-slider .slick-dots li.slick-active button {
  background-color: #c00c30;
}
.home-slider .slick-dots li.slick-active:hover button {
  height: 2px;
}
@media screen and (min-width: 480px) {
  .home-slider__item h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 576px) {
  .home-slider__item h2 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .home-slider__item h2 {
    margin-top: 90px;
  }
}
/* ------------------------------------------------------
 *	HERO BRAND SECTION
 * ------------------------------------------------------ */
.hero_brand_section {
  margin-top: -50px;
}
.brand-default {
  background-color: #ffffff;
}
.brand-default .brand_section a.link-text-arrow {
  color: #414040;
}
.brand-default.brand-red {
  background-color: #a90a28;
  background: -o-linear-gradient(top, #a90a28, #c40c32);
}
.brand-default.brand-red .brand_section a.link-text-arrow {
  color: #ffffff;
}
.brand-default.brand-blue {
  background-color: #1f5084;
  background: -o-linear-gradient(top, #1f5084, #0e4277);
}
.brand-default.brand-blue .brand_section a.link-text-arrow {
  color: #ffffff;
}
.hero_brand_section_item {
  height: 260px;
  overflow: hidden;
  position: relative;
}
.hero_brand_section_item .brand_section,
.hero_brand_section_item .brand_description {
  transition: top 0.2s ease-in-out;
  height: 100%;
  width: 100%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 20px;
  position: absolute;
}
.hero_brand_section_item .brand_section .link-text-arrow,
.hero_brand_section_item .brand_description .link-text-arrow {
  display: block;
  position: absolute;
  bottom: 40px;
  right: 20px;
}
.hero_brand_section_item .brand_section {
  top: 0;
}
.hero_brand_section_item .brand_description {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  color: #ffffff;
  top: 100%;
}
.hero_brand_section_item .brand_description p {
  position: relative;
}
.hero_brand_section_item .brand_description a.link-text-arrow {
  color: inherit;
}
.hero_brand_section_item .brand_description.brand_description_dark {
  color: #414040;
}
.no-touch .hero_brand_section_item:hover .brand_section {
  top: -100%;
}
.no-touch .hero_brand_section_item:hover .brand_description {
  top: 0;
}
@media screen and (min-width: 576px) {
  .hero_brand_section_item .brand_description {
    padding-top: 15px;
  }
  .hero_brand_section_item .brand_description p {
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .hero_brand_section_item .brand_section {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 15px;
  }
  .hero_brand_section_item .brand_section .link-text-arrow {
    bottom: 30px;
    left: 30px;
    right: auto;
    padding-right: 15px;
  }
  .hero_brand_section_item .brand_description {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero_brand_section_item .brand_description .link-text-arrow {
    bottom: 20px;
    left: 15px;
    right: auto;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .hero_brand_section {
    margin-top: -150px;
    margin-right: 0;
  }
  .hero_brand_section_item .brand_section {
    padding-top: 50px;
    padding-left: 50px;
  }
  .hero_brand_section_item .brand_section .link-text-arrow {
    bottom: 50px;
    left: 50px;
  }
  .hero_brand_section_item .brand_description {
    padding-top: 20px;
    padding-left: 20px;
  }
  .hero_brand_section_item .brand_description .link-text-arrow {
    left: 20px;
  }
  .hero_brand_section_item .brand_description p {
    line-height: 1.3;
  }
}
/* ------------------------------------------------------
 *	HOME GLOBAL
 * ------------------------------------------------------ */
.home_page.home_separated {
  margin-bottom: 50px;
}
.home_page .section_page_separated {
  margin-top: 50px;
  margin-bottom: 50px;
}
/* ------------------------------------------------------
 *	HOME NEWS
 * ------------------------------------------------------ */
.home__news {
  margin-bottom: 50px;
}
/* ------------------------------------------------------
 *	HERO SLIDER
 * ------------------------------------------------------ */
.home__section_form {
  margin-top: 70px;
  padding-bottom: 45px;
  background-color: #fff;
}
.home__section_form p,
.home__section_form ul,
.home__section_form ol {
  font-size: 18px;
}
.home__section_form .home__section_form_aside {
  margin-top: 20px;
}
.koelner-web .home__section_form .home__section_form_aside div.wpcf7 {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .home__section_form .home__section_form_aside {
    margin-top: 64px;
  }
}
/* ------------------------------------------------------
 *	HOME FOOTER BANNER
 * ------------------------------------------------------ */
.home__footer_banner {
  background-color: #003366;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home__footer_banner h2 {
  color: inherit;
  margin-bottom: 30px;
}
.home__footer_banner h2:before {
  content: none;
}
.home__footer_banner h2.is-center {
  margin-left: auto;
  margin-right: auto;
}
.home__footer_banner .link-text-arrow {
  color: inherit;
}
.home__footer_banner .home__footer_banner__button {
  color: inherit;
}
.home__footer_banner.home__footer_banner-bright {
  background-color: #ffffff;
  color: #2a2623;
  position: relative;
}
.home__footer_banner.home__footer_banner-bright:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  z-index: 0;
}
.home__double_banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home__double_banner .home__double_banner_section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.home__double_banner .home__double_banner_section:first-child {
  color: #2a2623;
}
.home__double_banner .home__double_banner_section:first-child:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  z-index: 0;
}
.home__double_banner .home__double_banner_section:last-child {
  color: #ffffff;
}
.home__double_banner .home__double_banner_section:last-child:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 51, 102, 0.7);
  top: 0;
  left: 0;
  z-index: 0;
}
.home__double_banner .home__double_banner_section:last-child .link-text-arrow {
  color: inherit;
}
.home__double_banner .home__double_banner_section h2 {
  color: inherit;
}
/* ------------------------------------------------------
 *	PRODUCTS GRID
 * ------------------------------------------------------ */
.home-product {
  padding-right: 5px;
  /* clearfix */
}
.home-product .grid {
  height: 300px;
  background-image: url("/wp-content/themes/koza-k-alfa/images/icons/rwl-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fbfbfb;
}
.home-product:after,
.home-product .grid:after {
  content: '';
  display: block;
  clear: both;
}
.home-product .grid-sizer,
.home-product .grid-item {
  width: 100%;
}
.home-product .grid-item {
  opacity: 0;
  padding-bottom: 50%;
  float: left;
  position: relative;
  overflow: hidden;
  background-color: #f4f4f4;
}
.home-product .grid-item:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
  margin: 5px;
}
.home-product .grid-item:hover:before {
  background-color: #dcdcdc;
}
.home-product .grid-item .home-product-item__content {
  width: 100%;
  height: 100%;
}
.home-product .grid-item .home-product-item__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: auto 90%;
}
.home-product .grid-item a {
  border-bottom: none;
}
.home-product .grid-item a:hover {
  border-bottom: none;
}
.home-product .grid-item h4 {
  width: 50%;
  float: left;
  color: #414040;
  font-size: 20px;
  line-height: 1.3;
  padding: 20px 20px 10px 20px;
  margin: 0;
}
.home-product .grid-item--width2 {
  width: 100%;
}
.home-product .grid-item--height2 {
  padding-bottom: 50%;
}
.home-product .grid-item--height2width2 {
  width: 100%;
  padding-bottom: 50%;
}
.home-product .home-product-item__inner {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 480px) {
  .home-product .grid-sizer,
  .home-product .grid-item {
    width: 50%;
  }
  .home-product .grid-item {
    padding-bottom: 50%;
  }
  .home-product .grid-item h4 {
    width: 100%;
    float: none;
    position: absolute;
    top: 0;
  }
  .home-product .grid-item .home-product-item__inner {
    background-position: center bottom;
    background-size: 80% 80%;
  }
}
@media screen and (min-width: 768px) {
  .home-product .grid-sizer,
  .home-product .grid-item {
    width: 33.333333%;
  }
  .home-product .grid-item {
    padding-bottom: 33.333333%;
  }
  .home-product .grid-item h4 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (min-width: 992px) {
  .home-product .grid-sizer,
  .home-product .grid-item {
    width: 25%;
  }
  .home-product .grid-item {
    padding-bottom: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .home-product .grid-sizer,
  .home-product .grid-item {
    width: 16.66666667%;
  }
  .home-product .grid-item {
    padding-bottom: 16.66666667%;
    border-bottom: none;
  }
  .home-product .grid-item .home-product-item__inner {
    background-size: contain;
  }
  .home-product .grid-item--width2 {
    width: 33.33333333%;
  }
  .home-product .grid-item--height2 {
    padding-bottom: 33.33333333%;
  }
  .home-product .grid-item--height2width2 {
    width: 33.33333333%;
    padding-bottom: 33.33333333%;
  }
}
/* ------------------------------------------------------
 *	NEWS LIST
 * ------------------------------------------------------ */
.news-list {
  margin-bottom: 20px;
}
.news_item {
  padding-top: 15px;
  padding-bottom: 45px;
  position: relative;
  margin-bottom: 20px;
  border: solid 1px transparent;
  overflow: hidden;
  box-shadow: 0 0 16.56px 1.44px rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
}
.no-touch .news_item .btn {
  bottom: -100%;
  transition: bottom 0.3s ease-in-out;
}
.no-touch .news_item:hover {
  border-color: #c00c30;
  background-color: #ffffff;
  box-shadow: 0 0 16.56px 1.44px rgba(0, 0, 0, 0.09);
}
.no-touch .news_item:hover .btn {
  bottom: 0;
}
.news_item .news_time {
  color: #939598;
  font-size: 14px;
  margin-top: 25px;
  display: block;
}
.news_item h5 {
  margin-top: 15px;
}
.news_item .link-text-arrow {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.news_item .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* ------------------------------------------------------
 *	SINGLE POST
 * ------------------------------------------------------ */
#main-single {
  padding-top: 40px;
  padding-bottom: 40px;
}
#main-single .wp-post-image {
  min-width: 100%;
}
#main-single .wp-post-image--link + .news-time {
  margin-top: 30px;
}
#main-single .news-time {
  color: #939598;
  font-size: 14px;
  margin-bottom: 11px;
  display: block;
}
.related-posts .news_item_wrapper {
  padding: 0;
}
.related-posts .news_item {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.related-posts .news_item .news_time {
  margin-top: 0;
}
.related-posts .news_item .news_item_des {
  margin-right: -15px;
  margin-left: -15px;
}
.related-posts .news_item .news_item_des h6 {
  margin-top: 10px;
}
.related-posts .news_item .link-text-arrow {
  position: relative;
  left: auto;
  bottom: auto;
}
@media screen and (min-width: 992px) {
  .related-posts .news_item_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ------------------------------------------------------
 *	CONTACT MAP
 * ------------------------------------------------------ */
#contactMap {
  background-color: #ffffff;
  height: 500px;
  border-top: solid 2px #ffffff;
}
#contactMap #map {
  height: 100%;
  width: 100%;
  background-color: #fbfbfb;
  background-image: url("/wp-content/themes/koza-k-alfa/images/icons/rwl-ajax-loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
#contactMap #map > div {
  background-color: #fbfbfb !important;
  background-image: url("/wp-content/themes/koza-k-alfa/images/icons/rwl-ajax-loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
#contactMap #map h5 {
  margin-top: 5px;
  font-size: 16px;
  display: none;
}
#contactMap #map p {
  display: none;
  margin-bottom: 0;
}
#contactMap #map .gm-style .gm-style-iw {
  max-width: 300px;
}
#contactMap #map .gm-style .gm-style-iw h5,
#contactMap #map .gm-style .gm-style-iw p {
  display: block;
}
/* ------------------------------------------------------
 *	ASIDE
 * ------------------------------------------------------ */
.aside-container {
  margin-top: 60px;
}
.aside-container h2:first-child,
.aside-container .h2:first-child,
.aside-container h3:first-child,
.aside-container .h3:first-child,
.aside-container h4:first-child,
.aside-container .h4:first-child,
.aside-container h5:first-child,
.aside-container .h5:first-child,
.aside-container h6:first-child,
.aside-container .h6:first-child {
  margin-top: -6px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .aside-container {
    margin-top: 0;
  }
}
/* ------------------------------------------------------
 *	PRODUCT CATEGORY LIST
 * ------------------------------------------------------ */
.new_product_item {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
.new_product_item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-bottom: none;
}
.new_product_item a:hover {
  border-bottom: none;
}
.new_product_item p {
  margin-top: 15px;
  line-height: 1.2;
  font-family: 'din_pto_medium', 'Franklin Gothic Medium', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  color: #414040;
}
.new_product_item .new_product_pic {
  background-color: #ffffff;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.new_product_item .new_product_pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 15px;
  max-height: 100%;
  z-index: 0;
}
@media screen and (max-width: 575px) {
  .new_main_cat_list .new_product_item {
    margin-bottom: 1px;
    background-color: #ffffff;
    text-align: left;
  }
  .new_main_cat_list .new_product_item .new_product_pic {
    width: 33.3333%;
    padding-bottom: 33.3333%;
    left: 0;
  }
  .new_main_cat_list .new_product_item .new_product_pic img {
    padding: 5px;
  }
  .new_main_cat_list .new_product_item p {
    width: 66.6666%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    margin: 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 576px) {
  .new_product_item .new_product_pic {
    border: solid 1px #ffffff;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 16.56px 1.44px rgba(0, 0, 0, 0);
  }
  .new_product_item .new_product_pic:after {
    transform: rotate(45deg);
    transition: background-color 0.3s ease-in-out;
    content: '';
    width: 30px;
    height: 30px;
    background-color: transparent;
    position: absolute;
    right: -15px;
    bottom: -15px;
  }
  .no-touch .new_product_item:hover .new_product_pic {
    border-color: #c00c30;
    box-shadow: 0 0 16.56px 1.44px rgba(0, 0, 0, 0.09);
  }
  .no-touch .new_product_item:hover .new_product_pic:after {
    background-color: #c00c30;
  }
}
/* ------------------------------------------------------
 *	PRODUCT LIST
 * ------------------------------------------------------ */
.tag_filters .tag_filter_item {
  height: 27px;
  font-size: 14px;
}
.tag_filters .tag_filter_item a {
  background-color: #ffffff;
  border: solid 1px #939598;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  height: 27px;
  line-height: 27px;
  color: #414040;
  text-transform: uppercase;
  font-family: 'din_pto_medium', 'Franklin Gothic Medium', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 500;
}
.tag_filters .tag_filter_item a:hover {
  border-bottom: solid 2px #c00c30;
}
.tag_filters .tag_filter_item a span {
  font-family: 'din_pto_light', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 300;
  padding-left: 6px;
}
.tag_filters .tag_filter_item a i {
  float: right;
  color: #939598;
  font-size: 12px;
  margin-top: -2px;
}
.tag_filters .tag_filter_item.unfiltered a {
  border: solid 1px #dcdcdc;
  color: #939598;
}
.tag_filters .tag_filter_item.unfiltered a:hover {
  border-bottom: solid 2px #c00c30;
}
.tag_filters .tag_filter_item.unfiltered a i {
  display: none;
}
.tag_filters .tag_filter_item.disabled a {
  background-color: transparent;
  border: solid 1px #dcdcdc;
  color: #939598;
  cursor: default;
}
.tag_filters .tag_filter_item.disabled a i {
  display: none;
}
/* ------------------------------------------------------
 *	PRODUCT FILTERS
 * ------------------------------------------------------ */
.aside_filters_new .searchandfilter ul {
  margin: 0;
  padding: 0;
  line-height: normal;
}
.aside_filters_new .searchandfilter ul li {
  text-indent: 0;
  margin: 0;
  padding: 0;
}
.aside_filters_new .searchandfilter ul li:before {
  content: none;
  background-color: transparent;
  border-radius: 0;
  width: 0;
  height: 0;
  top: auto;
  left: auto;
}
.aside_filters_new #ofrwl-category {
  display: none !important;
  opacity: 0 !important;
}
.productsFC .close-ico {
  display: none;
}
.aside_filters {
  margin-bottom: 45px;
}
.aside_filters label {
  display: block;
  cursor: pointer;
}
.aside_filters form .button,
.aside_filters form .btn,
.aside_filters form input[type="submit"],
.aside_filters form button {
  min-width: 50%;
  padding: 0;
}
.aside_filters .filter_section {
  margin-bottom: 30px;
}
.cat_menu ul {
  display: block;
  overflow: hidden;
  margin: 0;
  list-style: none;
  padding: 0;
  font-size: 18px;
  text-align: left;
}
.cat_menu ul a {
  border-bottom: none;
  color: #2a2623;
  display: block;
  padding: 8px 20px 8px 0;
}
.cat_menu ul a:hover {
  border-bottom: none;
}
.cat_menu ul a:hover {
  color: #c00c30;
}
.cat_menu ul li {
  position: relative;
}
.cat_menu ul li a {
  z-index: 0;
  position: relative;
}
.cat_menu ul li .arrow_menu_more {
  transition: all 0.3s ease-in-out;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 5px;
  right: -5px;
  z-index: 1;
  cursor: pointer;
  transform-origin: center center;
}
.cat_menu ul li .arrow_menu_more:before {
  transition: all 0.3s ease-in-out;
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
  content: "\e8a4";
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  color: #2a2623;
}
.cat_menu ul li .arrow_menu_more:hover:before {
  color: #c00c30;
}
.cat_menu ul ul.children {
  display: none;
  font-size: 16px;
  margin: 0;
  padding: 0 0 15px 15px;
}
.cat_menu ul ul.children a {
  color: #414040;
  padding: 6px 20px 6px 0;
}
.cat_menu ul ul.children a:hover {
  color: #c00c30;
}
.cat_menu ul ul.children .arrow_menu_more {
  top: 2px;
  right: -7px;
}
.cat_menu ul ul.children .arrow_menu_more:before {
  font-size: 12px;
  color: #414040;
}
.cat_menu ul li.current_page_item > a {
  font-family: 'din_pto_medium', 'Franklin Gothic Medium', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  color: #c00c30;
}
.cat_menu ul li.page_item_has_children {
  position: relative;
}
.cat_menu ul li.page_item_has_children.active > .arrow_menu_more {
  transform: rotate(90deg);
}
.filter_bg_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.4s, transform 0s 0.4s;
  transform: translate3d(100%, 0, 0);
}
.no_filter_scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
}
.no_filter_scroll .filter_bg_overlay {
  transition-delay: 0s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 300px) {
  .aside_filters form .button,
  .aside_filters form .btn,
  .aside_filters form input[type="submit"],
  .aside_filters form button {
    min-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .productsFC_nav {
    height: 50px;
    margin-top: -40px;
    text-align: right;
  }
  .productsFC_nav:before,
  .productsFC_nav:after {
    content: " ";
    display: table;
  }
  .productsFC_nav:after {
    clear: both;
  }
  .productsFC_nav:before,
  .productsFC_nav:after {
    content: " ";
    display: table;
  }
  .productsFC_nav:after {
    clear: both;
  }
  .productsFC_nav button,
  .productsFC_nav a {
    width: 50%;
    float: right;
  }
  .productsFC_nav a {
    text-align: center;
  }
  .productsFC .close-ico {
    display: block;
    position: absolute;
    right: 17px;
    top: 26px;
    color: #939598;
    cursor: pointer;
  }
  .aside_filters {
    transition: all 0.3s ease-in-out;
    position: fixed;
    width: 50%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -100%;
    opacity: 0;
    padding: 60px 15px 25px;
    background: #f4f4f4;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 0;
  }
  .aside_filters.overlay_show {
    z-index: 1000;
    right: 0;
    opacity: 1;
  }
  .cat_menu {
    transition: all 0.3s ease-in-out;
    position: fixed;
    width: 50%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -100%;
    opacity: 0;
    padding: 55px 0 25px;
    background: #f4f4f4;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cat_menu.overlay_show {
    z-index: 1000;
    right: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .cat_menu {
    width: 100%;
  }
  .aside_filters {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .cat_menu {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 576px) {
  .aside_filters label {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .cat_menu nav {
    padding: 0;
  }
}
/* ------------------------------------------------------
  *	Link boxs
  * ------------------------------------------------------ */
/* ------------------------------------------------------
 *	REFERENCE OBJECTS SINGLE
 * ------------------------------------------------------ */
.ro_section {
  margin-top: 30px;
}
.ro_section .news_item .news_item_pic {
  position: relative;
  width: 100%;
  padding-bottom: 35%;
}
.ro_section .news_item .news_item_pic_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero-single {
  text-align: center;
}
.ro-single-navigation {
  text-align: center;
  padding-bottom: 40px;
}
.ro-single-navigation.bg-page-white {
  padding-top: 25px;
}
.ro-single-navigation a.btn {
  margin-top: 25px;
}
.rwl-gallery .rwl-gallery-item {
  margin-bottom: 16px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.rwl-gallery .rwl-gallery-item .rwl-gallery-item--pic {
  width: 100%;
  padding: 0 0 56.25% 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.rwl-gallery .rwl-gallery-item a {
  border-bottom: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.rwl-gallery .rwl-gallery-item a:hover {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .ro-single-navigation .btn-arrow-l {
    float: left;
  }
  .ro-single-navigation .btn-arrow-r {
    float: right;
  }
}
/* ------------------------------------------------------
 *	JOB OFFERS
 * ------------------------------------------------------ */
.job_offers {
  margin-top: 50px;
}
.job-date {
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
}
.panel-body .job-date {
  text-align: right;
  display: block;
  margin-top: -15px;
}
.job_form_box {
  position: relative;
}
.form_cancel {
  position: absolute;
  bottom: 40px;
  left: 0;
}
/* ------------------------------------------------------
 *	RAWLPLUG TECHNICAL HELPDESK
 * ------------------------------------------------------ */
.koelner-web #rth-app {
  padding-top: 0;
}
.koelner-web #rth-app h2 {
  display: block;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
.koelner-web #rth-app p,
.koelner-web #rth-app .rth-list-inline {
  margin: 0 auto 20px;
  max-width: 750px;
}
.koelner-web div.container.ng-scope {
  padding-top: 20px;
}
.koelner-web .container.rth-text-container.ng-scope {
  background-color: #f4f4f4;
}
.koelner-web .container.rth-text-container p.ng-binding,
.koelner-web .container.rth-text-container h3.ng-binding {
  display: none;
}
.koelner-web .rth-text-container h3.ng-binding {
  font-family: 'din_pto', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  color: #2a2623;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
}
.koelner-web .rth-text-container h3.ng-binding:before {
  display: inline-block;
  content: '';
  width: 4px;
  height: 26px;
  background-color: #c00c30;
  margin-right: 10px;
}
@media screen and (min-width: 576px) {
  .koelner-web .rth-text-container h3.ng-binding:before {
    width: 20px;
    height: 4px;
    background-color: #c00c30;
    display: block;
    position: absolute;
    top: 30px;
    left: -35px;
    margin-right: 0;
  }
}
.koelner-web .newsList article {
  background-color: #fff;
}
.koelner-web .newsList .column {
  margin-bottom: 30px;
}
.koelner-web .newsList .sonata-blog-post-title {
  font-size: 22px;
  color: #939598;
}
.koelner-web .newsList.page-intro-list {
  margin-right: -15px;
  margin-left: -15px;
}
.koelner-web .button-cta {
  font-size: 14px;
}
.koelner-web .button-cta:before {
  width: 26px;
  height: 26px;
}
.koelner-web .button-cta.green {
  background-color: #e00f38;
}
.koelner-web .button-cta.green:after {
  background-color: #c00c30;
}
.koelner-web .rth-submenu-opener.button-cta.rth-icon-opener::before {
  width: 16px;
  height: 16px;
}
.koelner-web .rth-page-intro-list ul {
  line-height: 18px;
}
.koelner-web .rth-page-intro-list .rth-submenu-item {
  padding: 0;
  margin: 0;
  text-indent: 0;
}
.koelner-web .rth-page-intro-list .rth-submenu-item:before {
  content: none;
}
.koelner-web .rth-progressbar-wrapper:before {
  background-color: #dcdcdc;
}
.koelner-web .rth-progressbar-wrapper .rth-text-container.rth-progress-line-completed::before,
.koelner-web .rth-progressbar-wrapper .rth-text-container.rth-progress-line-active::before {
  background-color: #c00c30;
}
.koelner-web .rth-progressbar-wrapper .rth-progress-no {
  font-size: 18px;
  background-color: #dcdcdc;
}
.koelner-web .rth-progressbar-wrapper .rth-active .rth-progress-no,
.koelner-web .rth-progressbar-wrapper .rth-completed .rth-progress-no {
  background-color: #c00c30;
}
.koelner-web .rth-progressbar-wrapper .rth-active .rth-progress-no:before,
.koelner-web .rth-progressbar-wrapper .rth-completed .rth-progress-no:before {
  border-color: #c00c30;
}
.koelner-web .rth-progressbar-wrapper .rth-active .rth-progress-no:after,
.koelner-web .rth-progressbar-wrapper .rth-completed .rth-progress-no:after {
  background-color: #c00c30;
}
.koelner-web .rth-progressbar-wrapper .rth-progress-link {
  border-bottom: none;
  transition: color 0.3s ease-in-out;
}
.koelner-web .rth-progressbar-wrapper .rth-progress-link:hover {
  border-bottom: none;
}
.koelner-web .rth-progressbar-wrapper .rth-progress-step:hover .rth-progress-no {
  background-color: #e00f38;
}
.koelner-web .rth-progressbar-wrapper .rth-progress-step:hover .rth-progress-no:before {
  border-color: #e00f38;
}
.koelner-web .rth-progressbar-wrapper .rth-progress-step:hover .rth-progress-no:after {
  background-color: #e00f38;
}
.koelner-web .rth-progressbar-wrapper .rth-progress-step:hover .rth-progress-link {
  color: #e00f38;
}
.koelner-web .rth-form-row.rth-text-decorated {
  font-size: 20px;
  color: #939598;
  line-height: 1.2;
  padding: 0 17% 30px;
  text-align: center;
}
.koelner-web .rth-form-row.rth-text-decorated:before {
  content: none;
}
.koelner-web .rth-block-hint {
  background-color: #dcdcdc;
}
.koelner-web .rth-block-hint a {
  text-decoration: none;
}
.koelner-web ul.container.rth-nav-form-list {
  padding-right: 0;
  padding-left: 0;
}
.koelner-web .rth-icon-gray {
  padding: 0;
  text-indent: 0;
}
.koelner-web .rth-icon-arrow-left-blue,
.koelner-web .rth-icon-arrow-right-blue {
  font-family: 'din_pto', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  border-radius: 0;
  box-shadow: 1px 3px 3.76px 0.24px rgba(0, 0, 0, 0.08);
  width: auto;
  min-width: 160px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  letter-spacing: 0.28px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 0 35px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border-bottom: none;
  transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
  border: solid 1px #c00c30;
  background-color: transparent;
  color: #c00c30;
  height: 28px;
  line-height: 28px;
  box-shadow: 1px 3px 3.76px 0.24px rgba(0, 0, 0, 0);
  display: block;
  min-width: auto;
}
.koelner-web .rth-icon-arrow-left-blue:hover,
.koelner-web .rth-icon-arrow-right-blue:hover {
  border-bottom: none;
}
.koelner-web .rth-icon-arrow-left-blue:hover,
.koelner-web .rth-icon-arrow-right-blue:hover {
  text-decoration: none;
}
.koelner-web .rth-icon-arrow-left-blue:hover,
.koelner-web .rth-icon-arrow-right-blue:hover {
  background-color: #c00c30;
  color: #ffffff;
  border-bottom: solid 1px #c00c30;
}
.koelner-web .rth-icon-arrow-left-blue:hover,
.koelner-web .rth-icon-arrow-right-blue:hover {
  border-bottom: solid 1px #c00c30;
}
.koelner-web .rth-icon-arrow-left-blue:before,
.koelner-web .rth-icon-arrow-right-blue:before,
.koelner-web .rth-icon-arrow-left-blue:after,
.koelner-web .rth-icon-arrow-right-blue:after {
  width: auto;
  text-rendering: optimizeLegibility;
  font-family: 'kua-font-icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
  transform: rotate(0);
  top: -1px;
}
.koelner-web .rth-icon-arrow-left-blue {
  margin-left: 0;
}
.koelner-web .rth-icon-arrow-left-blue:before,
.koelner-web .rth-icon-arrow-left-blue:after {
  left: 5px;
  content: "\e872";
}
.koelner-web .rth-icon-arrow-right-blue {
  margin-right: 0;
}
.koelner-web .rth-icon-arrow-right-blue:before,
.koelner-web .rth-icon-arrow-right-blue:after {
  right: 5px;
  content: "\e8a4";
}
.koelner-web .rth-form .rth-form-label-text {
  color: #2a2623;
  line-height: 17px;
}
.koelner-web .rth-form .rth-form-multiple-row .rth-form-row-inner .rth-form-label {
  background-color: transparent;
}
.koelner-web .rth-form .rth-form-concrete-block-forces {
  padding-bottom: 20px;
}
.koelner-web .rth-form .select2-container {
  width: 50% !important;
}
.koelner-web .rth-form .rth-form-file-placeholder .rth-form-file-text::before {
  background-image: url('/images/icons/pin.svg');
}
.koelner-web .rth-form .rth-form-checkbox-label .rth-form-label-text {
  font-size: 14px;
}
.koelner-web .rth-form .rth-form-checkbox-label input:checked ~ .rth-form-label-text:before {
  border-color: #c00c30;
  background-color: #c00c30;
  background-image: url("/images/icons/checked.png");
  background-size: 9px 7px;
}
.koelner-web .rth-form .rth-form-radio-label .rth-form-label-text:before {
  border: 1px solid #939598;
}
.koelner-web .rth-form .rth-form-radio-label .rth-form-label-text:after {
  width: 5px;
  height: 5px;
}
.koelner-web .rth-form .rth-form-radio-label input:checked ~ .rth-form-label-text:before {
  background-color: #c00c30;
  border: 1px solid #c00c30;
}
.koelner-web .rth-form .rth-form-radio-label input:checked ~ .rth-form-label-text:after {
  background-color: #ffffff;
}
.koelner-web .rth-form .rth-form-row .rth-validation-info {
  background-color: transparent;
  transform: translateY(7px);
  left: 0;
  font-size: 12px;
}
.koelner-web .rth-form .ng-invalid.ng-touched.ng-empty,
.koelner-web .rth-form .ng-invalid.ng-touched.ng-not-empty {
  border-color: #c00c30;
}
.koelner-web .rth-form .rth-form-row.rth-form-reset-select-width select {
  height: 48px;
}
.koelner-web .rth-form .rth-form-row select {
  background-color: #ffffff;
}
.koelner-web .rth-form .rth-form-field-inline {
  font-size: 14px;
}
.koelner-web .rth-form .rth-file-validation-info {
  font-size: 12px;
  color: #c00c30;
  margin: 10px 0 0 0;
}
.koelner-web .rth-form-file-placeholder.rth-file-dnd-zone + input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  height: 226px;
}
.koelner-web .rth-file-item {
  font-size: 14px;
  color: #414040;
}
.koelner-web .pr-summary-remove {
  background-color: transparent;
}
.koelner-web .rth-icon-doc-green::before {
  background-image: url("/images/icons/document-red.svg");
}
.koelner-web .rth-form .pr-btn-remove-small {
  top: 0;
}
.koelner-web ul.rth-progressbar {
  margin: 0;
  padding: 0;
}
.koelner-web .icon-rightArrowGreen,
.koelner-web .icon-leftArrowGreen,
.koelner-web .icon-circularArrowBack {
  border-bottom: none;
}
.koelner-web .icon-rightArrowGreen:hover,
.koelner-web .icon-leftArrowGreen:hover,
.koelner-web .icon-circularArrowBack:hover {
  border-bottom: none;
}
.koelner-web .icon-circularArrowBack:before {
  background-image: url("/images/icons/circular-arrow-back.svg");
}
.koelner-web .icon-rightArrowGreen:before {
  background-image: url("/images/icons/right-arrow-red.svg");
}
.koelner-web .icon-leftArrowGreen:before {
  background-image: url("/images/icons/left-arrow-red.svg");
}
.koelner-web .rth-form-row button[type="submit"] {
  background-color: #c00c30;
}
.koelner-web .rth-form-row button[type="submit"][disabled=disabled],
.koelner-web .rth-form-row button[type="submit"].disabled,
.koelner-web .rth-form-row button[type="submit"].no-click {
  background-color: #dcdcdc;
  color: #2a2623;
  background-image: none;
  cursor: not-allowed;
}
.koelner-web .rth-form-row .icon-submit:before {
  content: none;
}
.koelner-web .column {
  padding: 0 15px;
}
.koelner-web .rth-invalid {
  color: #c00c30;
}
.koelner-web .ip h3.ip-title {
  font-size: 25px;
}
.koelner-web .btn-banner {
  font-size: 16px;
  padding-top: 0;
}
.koelner-web .ip-img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 730px) {
  .koelner-web #rth-app h2,
  .koelner-web #rth-app p,
  .koelner-web #rth-app .rth-list-inline {
    margin-right: 10px;
    margin-left: 10px;
  }
}
/* ------------------------------------------------------
 *	VIDEO TUTORIALS
 * ------------------------------------------------------ */
.video_tutorials_section {
  margin-top: 40px;
}
.video_tutorials_section .video_box {
  max-width: 100%;
}
.video_tutorials_section h5 {
  margin-top: 10px;
}
.video_tutorials_section .video_tutorial_promo {
  margin-bottom: 30px;
}
.video_tutorials_section .video_tutorial {
  margin-bottom: 30px;
}
.video_tutorials_section .video_tutorial > div {
  background-color: #fff;
  height: 100%;
  position: relative;
  padding-bottom: 15px;
  border: solid 1px transparent;
  overflow: hidden;
  box-shadow: 0 0 16.56px 1.44px rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
}
.no-touch .video_tutorials_section .video_tutorial > div .btn {
  bottom: -100%;
  transition: bottom 0.3s ease-in-out;
}
.no-touch .video_tutorials_section .video_tutorial > div:hover {
  border-color: #c00c30;
  background-color: #ffffff;
  box-shadow: 0 0 16.56px 1.44px rgba(0, 0, 0, 0.09);
}
.no-touch .video_tutorials_section .video_tutorial > div:hover .btn {
  bottom: 0;
}
.video_tutorials_section .video_tutorial .video_title {
  padding: 0 15px;
}
.video_tutorials_section .video_tutorial button.btn {
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 479px) {
  .video_tutorials_section .video_tutorial {
    width: 100%;
  }
  .video_tutorials_section .video_tutorial.col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .video_tutorials_section .video_tutorial img {
    min-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .video_tutorials_section .video_tutorial a:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
.page-template-page-tpl-video-tutorials .fancyBox3_rwlCode {
  padding-top: 0;
  height: 100vh;
  padding-bottom: 0;
}
.page-template-page-tpl-video-tutorials .fancyBox3_rwlCode iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ------------------------------------------------------
 *	RAWLPLUG WHERE TO BUY
 * ------------------------------------------------------ */
.koelner-web #rwl-wtb-map {
  background-image: url("/wp-content/themes/koza-k-alfa/images/icons/rwl-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fbfbfb;
}
.koelner-web #rwl-wtb {
  background-color: transparent;
}
.koelner-web #rwl-wtb > div.container {
  padding-left: 0;
  padding-right: 0;
}
.koelner-web #rwl-wtb #rwl-wtb-points-list li:before {
  content: none;
}
.koelner-web #rwl-wtb.wpcf7 .checkbox-group span.wpcf7-list-item,
.koelner-web #rwl-wtb .wpcf7 .radio-group span.wpcf7-list-item {
  display: inline-block;
}
.koelner-web #rwl-wtb input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]).rwl-wtb-search {
  padding-left: 40px;
}
.koelner-web #rwl-wtb .full-input-form,
.koelner-web #rwl-wtb .full-input-form-loop {
  position: relative;
  margin-bottom: 20px;
}
/* ------------------------------------------------------
 *	SERVICES BOXES
 * ------------------------------------------------------ */
.services_boxes .services_box_outer {
  margin-top: 30px;
}
.services_boxes .services_box {
  box-shadow: 0 0 16.56px 1.44px rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
  position: relative;
  border: solid 1px transparent;
  overflow: hidden;
  background-color: #ffffff;
  height: 100%;
  padding: 0;
}
.services_boxes .services_box:after {
  transform: rotate(45deg);
  transition: background-color 0.3s ease-in-out;
  content: '';
  width: 30px;
  height: 30px;
  background-color: transparent;
  position: absolute;
  right: -15px;
  bottom: -15px;
}
.no-touch .services_boxes .services_box:hover {
  border-color: #c00c30;
  background-color: #ffffff;
  box-shadow: 0 0 16.56px 1.44px rgba(0, 0, 0, 0.09);
}
.no-touch .services_boxes .services_box:hover:after {
  background-color: #c00c30;
}
.services_boxes .services_box_content {
  padding: 10px 15px 0;
}
.services_boxes .services_box_content.has_button {
  padding-bottom: 60px;
}
.services_boxes button.btn {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
/* ------------------------------------------------------
 *	ASIDE FIXED BOX
 * ------------------------------------------------------ */
.aside_fixed_trigger {
  display: none;
}
.aside_fixed_content {
  padding: 50px 0;
}
.koelner-web .aside_fixed_content div.wpcf7 {
  margin-bottom: 0;
}
.aside_fixed_content .close-ico {
  display: none;
}
@media screen and (min-width: 768px) {
  .aside_fixed_content {
    transition: all 0.3s ease-in-out;
    top: 30%;
    background-color: #ffffff;
    width: 430px;
    max-height: 600px;
    box-shadow: 0 0 16.56px 1.44px rgba(0, 0, 0, 0.09);
    border: solid 1px #e6e6e6;
    position: fixed;
    right: -100%;
    overflow: hidden;
    z-index: 100;
    padding: 30px;
  }
  .aside_fixed_content.show_box {
    right: 0;
  }
  .aside_fixed_content .close-ico {
    transition: color 0.3s ease-in-out;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    color: #414040;
    top: 10px;
    right: 10px;
    font-size: 12px;
  }
  .aside_fixed_content .close-ico:hover {
    color: #c00c30;
  }
  .aside_fixed_trigger {
    transition: all 0.3s ease-in-out;
    transform: rotate(-90deg);
    transform-origin: left bottom 0;
    display: block;
    position: fixed;
    left: 100%;
    top: 50%;
    z-index: 100;
  }
}
#go-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #c00c30;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
}
#go-to-top:hover {
  background-color: #e00f38;
}
.files-wrapper--koelner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 10px;
}
.files-wrapper--koelner .file {
  position: relative;
  width: 240px;
  padding: 20px;
  transition: box-shadow 0.3s ease-in-out;
  margin-bottom: 15px;
  background-color: #fff;
}
.files-wrapper--koelner .file .file__info {
  font-size: 16px;
  text-transform: uppercase;
  color: #231f20;
  margin-bottom: 10px;
  font-family: 'din_pto_light', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 300;
}
.files-wrapper--koelner .file .file__title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: 'din_pto', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}
.files-wrapper--koelner .file .file__download {
  margin-top: 10px;
  font-size: 18px;
}
.files-wrapper--koelner .file .file__download a {
  color: #c00c30;
}
.files-wrapper--koelner .file:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
/* ------------------------------------------------------
 *	PAGE
 * ------------------------------------------------------ */
main.container_page {
  padding: 40px 0;
}
.wp_main_content {
  margin-top: 50px;
  padding-bottom: 40px;
}
.wp_main_content > h2:first-child,
.wp_main_content > h3:first-child {
  margin-top: 0;
}
.section_no_padding {
  padding-left: 0;
  padding-right: 0;
}
.section_page_separated {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section_page_separated .main_content {
  margin-top: 50px;
  padding-bottom: 40px;
}
.main_content:before,
.main_content:after {
  content: " ";
  display: table;
}
.main_content:after {
  clear: both;
}
.main_content:before,
.main_content:after {
  content: " ";
  display: table;
}
.main_content:after {
  clear: both;
}
.full_page:before,
.full_page:after {
  content: " ";
  display: table;
}
.full_page:after {
  clear: both;
}
.full_page:before,
.full_page:after {
  content: " ";
  display: table;
}
.full_page:after {
  clear: both;
}
/* ------------------------------------------------------
 *	DOWNLOAD DOCUMENTS
 * ------------------------------------------------------ */
.document_list article {
  margin-top: 1px;
}
.document_item {
  border: solid 1px transparent;
  overflow: hidden;
  box-shadow: 0 0 16.56px 1.44px rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
  background-color: #ffffff;
  position: relative;
}
.no-touch .document_item:hover {
  border-color: #c00c30;
  background-color: #ffffff;
  box-shadow: 0 0 16.56px 1.44px rgba(0, 0, 0, 0.09);
}
.document_item a {
  border-bottom: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.document_item a:hover {
  border-bottom: none;
}
.document_item .document_item_pic {
  padding: 20px;
  width: 140px;
  height: 140px;
  float: left;
  position: relative;
}
.document_item .document_item_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.document_item .document_item_des {
  width: calc(100% - 140px);
  float: left;
  padding: 20px 10px 20px 0;
}
.document_item .document_item_title {
  font-family: 'din_pto', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  transition: color 0.4s ease-in-out;
  font-size: 18px;
  max-height: 69px;
  overflow: hidden;
}
.document_item p {
  font-family: 'din_pto', 'Franklin Gothic', Futura, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  transition: color 0.4s ease-in-out;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #939598;
}
.document_item:hover p {
  color: #2a2623;
}
.document_item:hover .document_item_title {
  color: #c00c30;
}
form.document_filter_form {
  margin-bottom: 20px;
}
form.document_filter_form:before,
form.document_filter_form:after {
  content: " ";
  display: table;
}
form.document_filter_form:after {
  clear: both;
}
form.document_filter_form:before,
form.document_filter_form:after {
  content: " ";
  display: table;
}
form.document_filter_form:after {
  clear: both;
}
form.document_filter_form label {
  display: block;
  cursor: pointer;
  margin: 0;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  form.document_filter_form div div {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .document_list article {
    padding-left: 0;
    padding-right: 0;
  }
  form.document_filter_form div div {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .document_list article {
    margin-top: 20px;
  }
  .document_item:before {
    transform: rotate(45deg);
    transition: background-color 0.3s ease-in-out;
    content: '';
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    position: absolute;
    right: -15px;
    bottom: -15px;
  }
  .no-touch .document_item:hover:before {
    background-color: #c00c30;
  }
  .document_item:before {
    width: 64px;
    height: 64px;
    right: -32px;
    bottom: -32px;
  }
  .document_item:after {
    width: auto;
    text-rendering: optimizeLegibility;
    font-family: 'kua-font-icon';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e84d";
    color: #ffffff;
    position: absolute;
    right: 3px;
    bottom: 3px;
  }
}
/* ------------------------------------------------------
 *	SEARCH RESULTS
 * ------------------------------------------------------ */
.spinner_loader {
  width: 40px;
  height: 40px;
  margin: 20px 0;
  background-image: url("/wp-content/themes/koza-k-alfa/images/icons/ajax-loader.gif");
  background-repeat: no-repeat;
}
.live_search_results {
  margin-top: 30px;
}
.content-page-results {
  margin: 30px 0 0;
}
.content-page-results .navigation {
  margin-top: 40px;
}
.search-result {
  border-bottom: solid 1px #dcdcdc;
}
.search-result--item {
  border-top: solid 1px #dcdcdc;
  padding-bottom: 48px;
  padding-top: 48px;
}
.search-result--item.section_bg .search_text {
  padding-left: 30px;
  padding-right: 30px;
}
.search-result--item .search_title {
  display: block;
  margin-top: 0;
}
.search-result--item .search_title:before {
  content: none;
}
.search-result--item .search_title + a.btn {
  margin-top: 70px;
}
.search-result--item .search_thumbnail {
  margin-bottom: 40px;
  text-align: center;
}
.search-result--item .thumbnail_reference,
.search-result--item .thumbnail_post {
  height: 180px;
}
.search-result--item .thumbnail_reference img,
.search-result--item .thumbnail_post img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .search-result--item .row > div {
    width: 100%;
  }
  .search-result--item.section_bg .search_text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 576px) {
  .search-result--item .search_title {
    margin-top: -6px;
  }
  .search-result--item .search_thumbnail {
    margin-bottom: 0;
  }
  .search-result--item .thumbnail_product {
    position: relative;
  }
  .search-result--item .thumbnail_product img {
    max-height: 150px;
    width: auto;
    display: inline-block;
    padding-left: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .search-result--item .thumbnail_reference,
  .search-result--item .thumbnail_post {
    height: 150px;
  }
}
/* ------------------------------------------------------
 *	404 PAGE
 * ------------------------------------------------------ */
.main-404 {
  text-align: center;
}
.main-404 .menu-404 {
  margin: 0;
  padding: 0;
  line-height: normal;
  text-align: center;
  margin-top: 50px;
}
.main-404 .menu-404 li {
  text-indent: 0;
  margin: 0;
  padding: 0;
}
.main-404 .menu-404 li:before {
  content: none;
  background-color: transparent;
  border-radius: 0;
  width: 0;
  height: 0;
  top: auto;
  left: auto;
}
.main-404 .menu-404 li {
  font-size: 18px;
  margin: 10px 5px;
}
@media screen and (min-width: 500px) {
  .main-404 .menu-404 li {
    display: inline-block;
    margin: 10px 45px;
  }
}

