/* =============================================================================
 * css variables
 * ========================================================================== */

:root {
  color-scheme: only light;

  /* colors */
  --accentColor: #e90069;
  --secondColor: #465665;
  --customColor1: #ffd700;
  --customColor2: #8c857b;

  /* bg-colors */
  --bgColorLightGray: #f7f7f7;
  --bgColorGray: #f8f8f8;
  --bgColorDarkGray: #454545;

  /* txt-colors */
  --txtColorGray: #7f7f7f;

  /* bodyColors */
  --bodyBackgroundColor: #ffffff;

  /* customFonts */
  --customFont1: Arial;
  --customFont1FontSize: 65px;
  --customFont1FontSizeMob: 45px;
  --customFont1LineHeight: 80px;
  --customFont1LineHeightMob: 55px;
  --customFont1Weight: 400;
  --customFont1-stroke-color: #000;
  --customFont1-stroke-width: 1px;
  --customFont1-text-color: transparent;
  --customFont1-letter-spacing: 0px;

  --customFont2: Times;
  --customFont2FontSize: 65px;
  --customFont2FontSizeMob: 45px;
  --customFont2LineHeight: 80px;
  --customFont2LineHeightMob: 55px;
  --customFont2Weight: 400;
  --customFont2-stroke-color: #000;
  --customFont2-stroke-width: 0;
  --customFont2-text-color: #000;
  --customFont2-letter-spacing: 0px;

  /* paragraph */
  --paragraph-small-font-size: 0.9rem;
  --paragraph-small-line-height: 1.5rem;
  --paragraph-medium-font-size: 1.1rem;
  --paragraph-medium-line-height: 1.8rem;
  --paragraph-large-font-size: 1.3rem;
  --paragraph-large-line-height: 1.8rem;

  /* hyperlink */
  --hyperlink-default-font-size: 1rem;
  --hyperlink-default-icon-size: 40px;
  --hyperlink-default-icon-font-size: 22px;
  --hyperlink-default-line-height: 1.8rem;
  --hyperlink-default-font-weight: bold;
  --hyperlink-default-padding-left: 50px;
  --hyperlink-default-padding-right: 50px;
  --hyperlink-default-padding-top: 15px;
  --hyperlink-default-padding-bottom: 15px;
  --hyperlink-default-border-width: 2px;
  --hyperlink-default-min-width: 140px;

  --hyperlink-large-font-size: 1.2rem;
  --hyperlink-large-icon-size: 50px;
  --hyperlink-large-icon-font-size: 26px;
  --hyperlink-large-line-height: 1.8rem;
  --hyperlink-large-font-weight: bold;
  --hyperlink-large-padding-left: 70px;
  --hyperlink-large-padding-right: 70px;
  --hyperlink-large-padding-top: 20px;
  --hyperlink-large-padding-bottom: 20px;
  --hyperlink-large-border-width: 2px;
  --hyperlink-large-min-width: 140px;

  --hyperlink-medium-font-size: 0.9rem;
  --hyperlink-medium-icon-size: 35px;
  --hyperlink-medium-icon-font-size: 22px;
  --hyperlink-medium-line-height: 1.8rem;
  --hyperlink-medium-font-weight: bold;
  --hyperlink-medium-padding-left: 40px;
  --hyperlink-medium-padding-right: 40px;
  --hyperlink-medium-padding-top: 10px;
  --hyperlink-medium-padding-bottom: 10px;
  --hyperlink-medium-border-width: 2px;
  --hyperlink-medium-min-width: 140px;

  --hyperlink-small-font-size: 0.85rem;
  --hyperlink-small-icon-size: 26px;
  --hyperlink-small-icon-font-size: 20px;
  --hyperlink-small-line-height: 1.8rem;
  --hyperlink-small-font-weight: bold;
  --hyperlink-small-padding-left: 20px;
  --hyperlink-small-padding-right: 20px;
  --hyperlink-small-padding-top: 5px;
  --hyperlink-small-padding-bottom: 5px;
  --hyperlink-small-border-width: 2px;
  --hyperlink-small-min-width: 140px;

  /* customTables*/
  --tableCustom1HeaderBorderColor: #ddd;
  --tableCustom1BodyBorderColor: #ddd;

  /* boxed width */
  --contentBoxedWidth: 1240px;
  --contentBoxedMediumWidth: 800px;
  --contentBoxedSmallWidth: 650px;

  /* headerPaddings */
  --headerPaddings: 40px;

  /* article paddings */
  --articlePaddingLeftRight: 8%;

  /* content paddings */
  --contentPaddingLeftRight: 40px;

  /* menu - highlight */
  --menu-highlight-color: #fff;
  --menu-highlight-bg-color: var(--accentColor);
  --menu-highlight-border-color: var(--accentColor);
  --menu-highlight-border-radius: 0px;
  --menu-highlight-border-width: 1px;
  --menu-highlight-font-weight: inherit;
  --menu-highlight-font-size: 1em;
  --menu-highlight-padding-lr: 20px;
  --menu-highlight-padding-tb: 10px;
  --menu-highlight-margin-left: 0;
  --menu-highlight-margin-right: 0;

  --menu-highlight-padding-lr-smartmenu: 10px;
  --menu-highlight-padding-tb-smartmenu: 5px;
  --menu-highlight-margin-top-smartmenu: 0;
  --menu-highlight-margin-bottom-smartmenu: 0;
  --menu-highlight-font-size-smartmenu: 1em;

  --menu-highlight-padding-lr-mobile: 10px;
  --menu-highlight-padding-tb-mobile: 3px;
  --menu-highlight-margin-top-mobile: 0;
  --menu-highlight-margin-bottom-mobile: 0;
  --menu-highlight-font-size-mobile: 1em;

  --menu-highlight-padding-lr-sticky: 10px;
  --menu-highlight-padding-tb-sticky: 5px;
  --menu-highlight-margin-left-sticky: 0;
  --menu-highlight-margin-right-sticky: 0;

  /* body, html */
  --body-fontSize: 15px;
  --body-color: #555;

  /* headlines */
  --h1-fontSize: 3rem;
  --h2-fontSize: 2.333rem;
  --h3-fontSize: 1.867rem;
  --h4-fontSize: 1.5rem;
  --h5-fontSize: 1.333rem;
  --h6-fontSize: 1.2rem;

  /* footer headlines */
  --footer-h1-fontSize: 3rem;
  --footer-h2-fontSize: 2.333rem;
  --footer-h3-fontSize: 1.867rem;
  --footer-h4-fontSize: 1.5rem;
  --footer-h5-fontSize: 1.333rem;
  --footer-h6-fontSize: 1.2rem;
  --footer-headline-color: rgba(255, 255, 255, 0.8);

  /* logo */
  --logoHeight: 100px;
  --logoWidth: 200px;
}

/* =============================================================================
 * reset & various settings
 * ========================================================================== */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: auto;
}

a {
  hyphens: none;
}

#wrapper .mejs-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

ol,
ul {
  list-style: none;
}

table {
  border-spacing: 0;
}

body {
  position: relative;
  text-size-adjust: 100%;
  background: #fff;
}

#mbCenter img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.inside {
  position: relative;
  text-align: left;
}

.block {
  overflow: hidden;
}

.clear,
#clear {
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
}

.invisible {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline;
}

* + html #main {
  position: static;
}

header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block;
}

#container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#chromeframe {
  background: red;
  padding: 10px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 10000;
}

.animate {
  opacity: 0;
}

.animate.nowaypoint {
  opacity: 1;
}

p {
  margin-bottom: 15px;
  word-wrap: break-word;
}

#wrapper {
  position: relative;
  z-index: 10;
}

#container {
  position: relative;
  width: 100%;
  margin: 0;
  background: var(--bodyBackgroundColor);
}

i.ti {
  display: inline-block;
}

body.no_scroll {
  overflow: hidden;
}

.viewport_tablet,
.viewport_mobile {
  --contentBoxedWidth: auto;
}

/* =============================================================================
 * outdated-browser message
 * ========================================================================== */

body.ie11 #outdated-browser,
body.ie #outdated-browser {
  display: block;
}

#outdated-browser {
  color: rgb(255, 255, 255);
  background: red;
  padding: 20px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10000;
  display: none;
}
#outdated-browser.confirmed {
  display: none !important;
}

#outdated-browser span {
  text-decoration: underline;
  cursor: pointer;
}

/*=============================================================================
 * margin + padding classes - vertical
 * ========================================================================== */

.mt-xxl {
  margin-top: 80px !important;
}
.mt-xl {
  margin-top: 70px !important;
}
.mt-l {
  margin-top: 60px !important;
}
.mt-m {
  margin-top: 50px !important;
}
.mt-s {
  margin-top: 40px !important;
}
.mt-xs {
  margin-top: 30px !important;
}
.mt-xxs {
  margin-top: 20px !important;
}
.mb-xxl {
  margin-bottom: 80px !important;
}
.mb-xl {
  margin-bottom: 70px !important;
}
.mb-l {
  margin-bottom: 60px !important;
}
.mb-m {
  margin-bottom: 50px !important;
}
.mb-s {
  margin-bottom: 40px !important;
}
.mb-xs {
  margin-bottom: 30px !important;
}
.mb-xxs {
  margin-bottom: 20px !important;
}
.pt-xxl {
  padding-top: 170px !important;
}
.pt-xl {
  padding-top: 150px !important;
}
.pt-l {
  padding-top: 120px !important;
}
.pt-m {
  padding-top: 100px !important;
}
.pt-s {
  padding-top: 90px !important;
}
.pt-xs {
  padding-top: 50px !important;
}
.pt-xxs {
  padding-top: 30px !important;
}
.pb-xxl {
  padding-bottom: 170px !important;
}
.pb-xl {
  padding-bottom: 150px !important;
}
.pb-l {
  padding-bottom: 120px !important;
}
.pb-m {
  padding-bottom: 100px !important;
}
.pb-s {
  padding-bottom: 90px !important;
}
.pb-xs {
  padding-bottom: 50px !important;
}
.pb-xxs {
  padding-bottom: 30px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mt-170 {
  margin-top: 170px !important;
}
.mt-180 {
  margin-top: 180px !important;
}
.mt-190 {
  margin-top: 190px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.mb-170 {
  margin-bottom: 170px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.mb-190 {
  margin-bottom: 190px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pt-170 {
  padding-top: 170px !important;
}
.pt-180 {
  padding-top: 180px !important;
}
.pt-190 {
  padding-top: 190px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pb-160 {
  padding-bottom: 160px !important;
}
.pb-170 {
  padding-bottom: 170px !important;
}
.pb-180 {
  padding-bottom: 180px !important;
}
.pb-190 {
  padding-bottom: 190px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-70 {
  padding: 70px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-90 {
  padding: 90px !important;
}
.p-100 {
  padding: 100px !important;
}
.p-110 {
  padding: 110px !important;
}
.p-120 {
  padding: 120px !important;
}
.p-130 {
  padding: 130px !important;
}
.p-140 {
  padding: 140px !important;
}
.p-150 {
  padding: 150px !important;
}
.p-160 {
  padding: 160px !important;
}
.p-170 {
  padding: 170px !important;
}
.p-180 {
  padding: 180px !important;
}
.p-190 {
  padding: 190px !important;
}
.p-200 {
  padding: 200px !important;
}
.m-0 {
  margin: 0 !important;
}

/* negativ margin classes*/
.mt-xxl-neg {
  margin-top: -300px !important;
}
.mt-xl-neg {
  margin-top: -140px !important;
}
.mt-l-neg {
  margin-top: -110px !important;
}
.mt-m-neg {
  margin-top: -80px !important;
}
.mt-s-neg {
  margin-top: -50px !important;
}
.mb-xxl-neg {
  margin-bottom: -300px !important;
}
.mb-xl-neg {
  margin-bottom: -140px !important;
}
.mb-l-neg {
  margin-bottom: -110px !important;
}
.mb-m-neg {
  margin-bottom: -80px !important;
}
.mb-s-neg {
  margin-bottom: -50px !important;
}
.mt-10-neg {
  margin-top: -10px;
}
.mt-20-neg {
  margin-top: -20px;
}
.mt-30-neg {
  margin-top: -30px;
}
.mt-40-neg {
  margin-top: -40px;
}
.mt-50-neg {
  margin-top: -50px;
}
.mt-60-neg {
  margin-top: -60px;
}
.mt-70-neg {
  margin-top: -70px;
}
.mt-80-neg {
  margin-top: -80px;
}
.mt-90-neg {
  margin-top: -90px;
}
.mt-100-neg {
  margin-top: -100px;
}
.mt-110-neg {
  margin-top: -110px;
}
.mt-120-neg {
  margin-top: -120px;
}
.mt-130-neg {
  margin-top: -130px;
}
.mt-140-neg {
  margin-top: -140px;
}
.mt-150-neg {
  margin-top: -150px;
}
.mt-160-neg {
  margin-top: -160px;
}
.mt-170-neg {
  margin-top: -170px;
}
.mt-180-neg {
  margin-top: -180px;
}
.mt-190-neg {
  margin-top: -190px;
}
.mt-200-neg {
  margin-top: -200px;
}
.mb-10-neg {
  margin-bottom: -10px;
}
.mb-20-neg {
  margin-bottom: -20px;
}
.mb-30-neg {
  margin-bottom: -30px;
}
.mb-40-neg {
  margin-bottom: -40px;
}
.mb-50-neg {
  margin-bottom: -50px;
}
.mb-60-neg {
  margin-bottom: -60px;
}
.mb-70-neg {
  margin-bottom: -70px;
}
.mb-80-neg {
  margin-bottom: -80px;
}
.mb-90-neg {
  margin-bottom: -90px;
}
.mb-100-neg {
  margin-bottom: -100px;
}
.mb-110-neg {
  margin-bottom: -110px;
}
.mb-120-neg {
  margin-bottom: -120px;
}
.mb-130-neg {
  margin-bottom: -130px;
}
.mb-140-neg {
  margin-bottom: -140px;
}
.mb-150-neg {
  margin-bottom: -150px;
}
.mb-160-neg {
  margin-bottom: -160px;
}
.mb-170-neg {
  margin-bottom: -170px;
}
.mb-180-neg {
  margin-bottom: -180px;
}
.mb-190-neg {
  margin-bottom: -190px;
}
.mb-200-neg {
  margin-bottom: -200px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .mt-xxl {
    margin-top: 60px !important;
  }
  .mt-xl {
    margin-top: 50px !important;
  }
  .mt-l {
    margin-top: 40px !important;
  }
  .mt-m {
    margin-top: 30px !important;
  }
  .mt-s {
    margin-top: 25px !important;
  }
  .mt-xs {
    margin-top: 25px !important;
  }
  .mt-xxs {
    margin-top: 25px !important;
  }
  .mb-xxl {
    margin-bottom: 60px !important;
  }
  .mb-xl {
    margin-bottom: 50px !important;
  }
  .mb-l {
    margin-bottom: 40px !important;
  }
  .mb-m {
    margin-bottom: 30px !important;
  }
  .mb-s {
    margin-bottom: 25px !important;
  }
  .mb-xs {
    margin-bottom: 25px !important;
  }
  .mb-xxs {
    margin-bottom: 25px !important;
  }
  .pt-xxl {
    padding-top: 130px !important;
  }
  .pt-xl {
    padding-top: 110px !important;
  }
  .pt-l {
    padding-top: 100px !important;
  }
  .pt-m {
    padding-top: 80px !important;
  }
  .pt-s {
    padding-top: 70px !important;
  }
  .pt-xs {
    padding-top: 40px !important;
  }
  .pt-xxs {
    padding-top: 30px !important;
  }
  .pb-xxl {
    padding-bottom: 130px !important;
  }
  .pb-xl {
    padding-bottom: 110px !important;
  }
  .pb-l {
    padding-bottom: 100px !important;
  }
  .pb-m {
    padding-bottom: 80px !important;
  }
  .pb-s {
    padding-bottom: 70px !important;
  }
  .pb-xs {
    padding-bottom: 40px !important;
  }
  .pb-xxs {
    padding-bottom: 30px !important;
  }
  .mt-0-t {
    margin-top: 0 !important;
  }
  .mt-5-t {
    margin-top: 5px !important;
  }
  .mt-10-t {
    margin-top: 10px !important;
  }
  .mt-20-t {
    margin-top: 20px !important;
  }
  .mt-30-t {
    margin-top: 30px !important;
  }
  .mt-40-t {
    margin-top: 40px !important;
  }
  .mt-50-t {
    margin-top: 50px !important;
  }
  .mt-60-t {
    margin-top: 60px !important;
  }
  .mt-70-t {
    margin-top: 70px !important;
  }
  .mt-80-t {
    margin-top: 80px !important;
  }
  .mt-90-t {
    margin-top: 90px !important;
  }
  .mt-100-t {
    margin-top: 100px !important;
  }
  .mt-110-t {
    margin-top: 110px !important;
  }
  .mt-120-t {
    margin-top: 120px !important;
  }
  .mt-130-t {
    margin-top: 130px !important;
  }
  .mt-140-t {
    margin-top: 140px !important;
  }
  .mt-150-t {
    margin-top: 150px !important;
  }
  .mt-160-t {
    margin-top: 160px !important;
  }
  .mt-170-t {
    margin-top: 170px !important;
  }
  .mt-180-t {
    margin-top: 180px !important;
  }
  .mt-190-t {
    margin-top: 190px !important;
  }
  .mt-200-t {
    margin-top: 200px !important;
  }
  .mb-0-t {
    margin-bottom: 0 !important;
  }
  .mb-5-t {
    margin-bottom: 5px !important;
  }
  .mb-10-t {
    margin-bottom: 10px !important;
  }
  .mb-20-t {
    margin-bottom: 20px !important;
  }
  .mb-30-t {
    margin-bottom: 30px !important;
  }
  .mb-40-t {
    margin-bottom: 40px !important;
  }
  .mb-50-t {
    margin-bottom: 50px !important;
  }
  .mb-60-t {
    margin-bottom: 60px !important;
  }
  .mb-70-t {
    margin-bottom: 70px !important;
  }
  .mb-80-t {
    margin-bottom: 80px !important;
  }
  .mb-90-t {
    margin-bottom: 90px !important;
  }
  .mb-100-t {
    margin-bottom: 100px !important;
  }
  .mb-110-t {
    margin-bottom: 110px !important;
  }
  .mb-120-t {
    margin-bottom: 120px !important;
  }
  .mb-130-t {
    margin-bottom: 130px !important;
  }
  .mb-140-t {
    margin-bottom: 140px !important;
  }
  .mb-150-t {
    margin-bottom: 150px !important;
  }
  .mb-160-t {
    margin-bottom: 160px !important;
  }
  .mb-170-t {
    margin-bottom: 170px !important;
  }
  .mb-180-t {
    margin-bottom: 180px !important;
  }
  .mb-190-t {
    margin-bottom: 190px !important;
  }
  .mb-200-t {
    margin-bottom: 200px !important;
  }
  .pt-0-t {
    padding-top: 0 !important;
  }
  .pt-5-t {
    padding-top: 5px !important;
  }
  .pt-10-t {
    padding-top: 10px !important;
  }
  .pt-20-t {
    padding-top: 20px !important;
  }
  .pt-30-t {
    padding-top: 30px !important;
  }
  .pt-40-t {
    padding-top: 40px !important;
  }
  .pt-50-t {
    padding-top: 50px !important;
  }
  .pt-60-t {
    padding-top: 60px !important;
  }
  .pt-70-t {
    padding-top: 70px !important;
  }
  .pt-80-t {
    padding-top: 80px !important;
  }
  .pt-90-t {
    padding-top: 90px !important;
  }
  .pt-100-t {
    padding-top: 100px !important;
  }
  .pt-110-t {
    padding-top: 110px !important;
  }
  .pt-120-t {
    padding-top: 120px !important;
  }
  .pt-130-t {
    padding-top: 130px !important;
  }
  .pt-140-t {
    padding-top: 140px !important;
  }
  .pt-150-t {
    padding-top: 150px !important;
  }
  .pt-160-t {
    padding-top: 160px !important;
  }
  .pt-170-t {
    padding-top: 170px !important;
  }
  .pt-180-t {
    padding-top: 180px !important;
  }
  .pt-190-t {
    padding-top: 190px !important;
  }
  .pt-200-t {
    padding-top: 200px !important;
  }
  .pb-0-t {
    padding-bottom: 0 !important;
  }
  .pb-5-t {
    padding-bottom: 5px !important;
  }
  .pb-10-t {
    padding-bottom: 10px !important;
  }
  .pb-20-t {
    padding-bottom: 20px !important;
  }
  .pb-30-t {
    padding-bottom: 30px !important;
  }
  .pb-40-t {
    padding-bottom: 40px !important;
  }
  .pb-50-t {
    padding-bottom: 50px !important;
  }
  .pb-60-t {
    padding-bottom: 60px !important;
  }
  .pb-70-t {
    padding-bottom: 70px !important;
  }
  .pb-80-t {
    padding-bottom: 80px !important;
  }
  .pb-90-t {
    padding-bottom: 90px !important;
  }
  .pb-100-t {
    padding-bottom: 100px !important;
  }
  .pb-110-t {
    padding-bottom: 110px !important;
  }
  .pb-120-t {
    padding-bottom: 120px !important;
  }
  .pb-130-t {
    padding-bottom: 130px !important;
  }
  .pb-140-t {
    padding-bottom: 140px !important;
  }
  .pb-150-t {
    padding-bottom: 150px !important;
  }
  .pb-160-t {
    padding-bottom: 160px !important;
  }
  .pb-170-t {
    padding-bottom: 170px !important;
  }
  .pb-180-t {
    padding-bottom: 180px !important;
  }
  .pb-190-t {
    padding-bottom: 190px !important;
  }
  .pb-200-t {
    padding-bottom: 200px !important;
  }
  .p-0-t {
    padding: 0 !important;
  }
  .p-5-t {
    padding: 5px !important;
  }
  .p-10-t {
    padding: 10px !important;
  }
  .p-20-t {
    padding: 20px !important;
  }
  .p-30-t {
    padding: 30px !important;
  }
  .p-40-t {
    padding: 40px !important;
  }
  .p-50-t {
    padding: 50px !important;
  }
  .p-60-t {
    padding: 60px !important;
  }
  .p-70-t {
    padding: 70px !important;
  }
  .p-80-t {
    padding: 80px !important;
  }
  .p-90-t {
    padding: 90px !important;
  }
  .p-100-t {
    padding: 100px !important;
  }
  .p-110-t {
    padding: 110px !important;
  }
  .p-120-t {
    padding: 120px !important;
  }
  .p-130-t {
    padding: 130px !important;
  }
  .p-140-t {
    padding: 140px !important;
  }
  .p-150-t {
    padding: 150px !important;
  }
  .p-160-t {
    padding: 160px !important;
  }
  .p-170-t {
    padding: 170px !important;
  }
  .p-180-t {
    padding: 180px !important;
  }
  .p-190-t {
    padding: 190px !important;
  }
  .p-200-t {
    padding: 200px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-xxl {
    margin-top: 50px !important;
  }
  .mt-xl {
    margin-top: 40px !important;
  }
  .mt-l {
    margin-top: 30px !important;
  }
  .mt-m {
    margin-top: 25px !important;
  }
  .mt-s {
    margin-top: 20px !important;
  }
  .mt-xs {
    margin-top: 25px !important;
  }
  .mt-xxs {
    margin-top: 25px !important;
  }
  .mb-xxl {
    margin-bottom: 50px !important;
  }
  .mb-xl {
    margin-bottom: 40px !important;
  }
  .mb-l {
    margin-bottom: 30px !important;
  }
  .mb-m {
    margin-bottom: 25px !important;
  }
  .mb-s {
    margin-bottom: 20px !important;
  }
  .mb-xs {
    margin-bottom: 25px !important;
  }
  .mb-xxs {
    margin-bottom: 25px !important;
  }
  .pt-xxl {
    padding-top: 80px !important;
  }
  .pt-xl {
    padding-top: 70px !important;
  }
  .pt-l {
    padding-top: 70px !important;
  }
  .pt-m {
    padding-top: 60px !important;
  }
  .pt-s {
    padding-top: 50px !important;
  }
  .pt-xs {
    padding-top: 40px !important;
  }
  .pt-xxs {
    padding-top: 30px !important;
  }
  .pb-xxl {
    padding-bottom: 80px !important;
  }
  .pb-xl {
    padding-bottom: 70px !important;
  }
  .pb-l {
    padding-bottom: 70px !important;
  }
  .pb-m {
    padding-bottom: 60px !important;
  }
  .pb-s {
    padding-bottom: 50px !important;
  }
  .pb-xs {
    padding-bottom: 40px !important;
  }
  .pb-xxs {
    padding-bottom: 30px !important;
  }
  .mt-xxl-m {
    margin-top: 80px !important;
  }
  .mt-xl-m {
    margin-top: 70px !important;
  }
  .mt-l-m {
    margin-top: 60px !important;
  }
  .mt-m-m {
    margin-top: 45px !important;
  }
  .mt-m-m {
    margin-top: 35px !important;
  }
  .mt-xs-m {
    margin-top: 25px !important;
  }
  .mt-xxs-m {
    margin-top: 20px !important;
  }
  .mt-no-m {
    margin-top: 0px !important;
  }
  .mb-xxl-m {
    margin-bottom: 80px !important;
  }
  .mb-xl-m {
    margin-bottom: 70px !important;
  }
  .mb-l-m {
    margin-bottom: 60px !important;
  }
  .mb-m-m {
    margin-bottom: 45px !important;
  }
  .mb-m-m {
    margin-bottom: 35px !important;
  }
  .mb-xs-m {
    margin-bottom: 25px !important;
  }
  .mb-xxs-m {
    margin-bottom: 20px !important;
  }
  .mb-no-m {
    margin-bottom: 0px !important;
  }
  .mt-0-m {
    margin-top: 0 !important;
  }
  .mt-5-m {
    margin-top: 5px !important;
  }
  .mt-10-m {
    margin-top: 10px !important;
  }
  .mt-20-m {
    margin-top: 20px !important;
  }
  .mt-30-m {
    margin-top: 30px !important;
  }
  .mt-40-m {
    margin-top: 40px !important;
  }
  .mt-50-m {
    margin-top: 50px !important;
  }
  .mt-60-m {
    margin-top: 60px !important;
  }
  .mt-70-m {
    margin-top: 70px !important;
  }
  .mt-80-m {
    margin-top: 80px !important;
  }
  .mt-90-m {
    margin-top: 90px !important;
  }
  .mt-100-m {
    margin-top: 100px !important;
  }
  .mt-110-m {
    margin-top: 110px !important;
  }
  .mt-120-m {
    margin-top: 120px !important;
  }
  .mt-130-m {
    margin-top: 130px !important;
  }
  .mt-140-m {
    margin-top: 140px !important;
  }
  .mt-150-m {
    margin-top: 150px !important;
  }
  .mt-160-m {
    margin-top: 160px !important;
  }
  .mt-170-m {
    margin-top: 170px !important;
  }
  .mt-180-m {
    margin-top: 180px !important;
  }
  .mt-190-m {
    margin-top: 190px !important;
  }
  .mt-200-m {
    margin-top: 200px !important;
  }
  .mb-0-m {
    margin-bottom: 0 !important;
  }
  .mb-5-m {
    margin-bottom: 5px !important;
  }
  .mb-10-m {
    margin-bottom: 10px !important;
  }
  .mb-20-m {
    margin-bottom: 20px !important;
  }
  .mb-30-m {
    margin-bottom: 30px !important;
  }
  .mb-40-m {
    margin-bottom: 40px !important;
  }
  .mb-50-m {
    margin-bottom: 50px !important;
  }
  .mb-60-m {
    margin-bottom: 60px !important;
  }
  .mb-70-m {
    margin-bottom: 70px !important;
  }
  .mb-80-m {
    margin-bottom: 80px !important;
  }
  .mb-90-m {
    margin-bottom: 90px !important;
  }
  .mb-100-m {
    margin-bottom: 100px !important;
  }
  .mb-110-m {
    margin-bottom: 110px !important;
  }
  .mb-120-m {
    margin-bottom: 120px !important;
  }
  .mb-130-m {
    margin-bottom: 130px !important;
  }
  .mb-140-m {
    margin-bottom: 140px !important;
  }
  .mb-150-m {
    margin-bottom: 150px !important;
  }
  .mb-160-m {
    margin-bottom: 160px !important;
  }
  .mb-170-m {
    margin-bottom: 170px !important;
  }
  .mb-180-m {
    margin-bottom: 180px !important;
  }
  .mb-190-m {
    margin-bottom: 190px !important;
  }
  .mb-200-m {
    margin-bottom: 200px !important;
  }
  .pt-0-m {
    padding-top: 0 !important;
  }
  .pt-5-m {
    padding-top: 5px !important;
  }
  .pt-10-m {
    padding-top: 10px !important;
  }
  .pt-20-m {
    padding-top: 20px !important;
  }
  .pt-30-m {
    padding-top: 30px !important;
  }
  .pt-40-m {
    padding-top: 40px !important;
  }
  .pt-50-m {
    padding-top: 50px !important;
  }
  .pt-60-m {
    padding-top: 60px !important;
  }
  .pt-70-m {
    padding-top: 70px !important;
  }
  .pt-80-m {
    padding-top: 80px !important;
  }
  .pt-90-m {
    padding-top: 90px !important;
  }
  .pt-100-m {
    padding-top: 100px !important;
  }
  .pt-110-m {
    padding-top: 110px !important;
  }
  .pt-120-m {
    padding-top: 120px !important;
  }
  .pt-130-m {
    padding-top: 130px !important;
  }
  .pt-140-m {
    padding-top: 140px !important;
  }
  .pt-150-m {
    padding-top: 150px !important;
  }
  .pt-160-m {
    padding-top: 160px !important;
  }
  .pt-170-m {
    padding-top: 170px !important;
  }
  .pt-180-m {
    padding-top: 180px !important;
  }
  .pt-190-m {
    padding-top: 190px !important;
  }
  .pt-200-m {
    padding-top: 200px !important;
  }
  .pb-0-m {
    padding-bottom: 0 !important;
  }
  .pb-5-m {
    padding-bottom: 5px !important;
  }
  .pb-10-m {
    padding-bottom: 10px !important;
  }
  .pb-20-m {
    padding-bottom: 20px !important;
  }
  .pb-30-m {
    padding-bottom: 30px !important;
  }
  .pb-40-m {
    padding-bottom: 40px !important;
  }
  .pb-50-m {
    padding-bottom: 50px !important;
  }
  .pb-60-m {
    padding-bottom: 60px !important;
  }
  .pb-70-m {
    padding-bottom: 70px !important;
  }
  .pb-80-m {
    padding-bottom: 80px !important;
  }
  .pb-90-m {
    padding-bottom: 90px !important;
  }
  .pb-100-m {
    padding-bottom: 100px !important;
  }
  .pb-110-m {
    padding-bottom: 110px !important;
  }
  .pb-120-m {
    padding-bottom: 120px !important;
  }
  .pb-130-m {
    padding-bottom: 130px !important;
  }
  .pb-140-m {
    padding-bottom: 140px !important;
  }
  .pb-150-m {
    padding-bottom: 150px !important;
  }
  .pb-160-m {
    padding-bottom: 160px !important;
  }
  .pb-170-m {
    padding-bottom: 170px !important;
  }
  .pb-180-m {
    padding-bottom: 180px !important;
  }
  .pb-190-m {
    padding-bottom: 190px !important;
  }
  .pb-200-m {
    padding-bottom: 200px !important;
  }
  .p-0-m {
    padding: 0 !important;
  }
  .p-5-m {
    padding: 5px !important;
  }
  .p-10-m {
    padding: 10px !important;
  }
  .p-20-m {
    padding: 20px !important;
  }
  .p-30-m {
    padding: 30px !important;
  }
  .p-40-m {
    padding: 40px !important;
  }
  .p-50-m {
    padding: 50px !important;
  }
  .p-60-m {
    padding: 60px !important;
  }
  .p-70-m {
    padding: 70px !important;
  }
  .p-80-m {
    padding: 80px !important;
  }
  .p-90-m {
    padding: 90px !important;
  }
  .p-100-m {
    padding: 100px !important;
  }
  .p-110-m {
    padding: 110px !important;
  }
  .p-120-m {
    padding: 120px !important;
  }
  .p-130-m {
    padding: 130px !important;
  }
  .p-140-m {
    padding: 140px !important;
  }
  .p-150-m {
    padding: 150px !important;
  }
  .p-160-m {
    padding: 160px !important;
  }
  .p-170-m {
    padding: 170px !important;
  }
  .p-180-m {
    padding: 180px !important;
  }
  .p-190-m {
    padding: 190px !important;
  }
  .p-200-m {
    padding: 200px !important;
  }
}

/* =============================================================================
 * margin + padding classes - horizontal
 * ========================================================================== */

/* margin-left */
.ml-xxl {
  margin-left: 240px !important;
}
.ml-xl {
  margin-left: 200px !important;
}
.ml-l {
  margin-left: 160px !important;
}
.ml-m {
  margin-left: 120px !important;
}
.ml-s {
  margin-left: 80px !important;
}
.ml-xs {
  margin-left: 40px !important;
}
.ml-xxs {
  margin-left: 20px !important;
}

.ml-100 {
  margin-left: 100% !important;
}
.ml-90 {
  margin-left: 90% !important;
}
.ml-80 {
  margin-left: 80% !important;
}
.ml-75 {
  margin-left: 75% !important;
}
.ml-70 {
  margin-left: 70% !important;
}
.ml-60 {
  margin-left: 60% !important;
}
.ml-50 {
  margin-left: 50% !important;
}
.ml-40 {
  margin-left: 40% !important;
}
.ml-30 {
  margin-left: 30% !important;
}
.ml-25 {
  margin-left: 25% !important;
}
.ml-20 {
  margin-left: 20% !important;
}
.ml-10 {
  margin-left: 10% !important;
}
.ml-5 {
  margin-left: 5% !important;
}
.ml-1 {
  margin-left: 1% !important;
}

/* margin-right */
.mr-xxl {
  margin-right: 240px !important;
}
.mr-xl {
  margin-right: 200px !important;
}
.mr-l {
  margin-right: 160px !important;
}
.mr-m {
  margin-right: 120px !important;
}
.mr-s {
  margin-right: 80px !important;
}
.mr-xs {
  margin-right: 40px !important;
}
.mr-xxs {
  margin-right: 20px !important;
}

.mr-100 {
  margin-right: 100% !important;
}
.mr-90 {
  margin-right: 90% !important;
}
.mr-80 {
  margin-right: 80% !important;
}
.mr-75 {
  margin-right: 75% !important;
}
.mr-70 {
  margin-right: 70% !important;
}
.mr-60 {
  margin-right: 60% !important;
}
.mr-50 {
  margin-right: 50% !important;
}
.mr-40 {
  margin-right: 40% !important;
}
.mr-30 {
  margin-right: 30% !important;
}
.mr-25 {
  margin-right: 25% !important;
}
.mr-20 {
  margin-right: 20% !important;
}
.mr-10 {
  margin-right: 10% !important;
}
.mr-5 {
  margin-right: 5% !important;
}
.mr-1 {
  margin-right: 1% !important;
}

/* padding-left */
.pl-xxl {
  padding-left: 240px !important;
}
.pl-xl {
  padding-left: 200px !important;
}
.pl-l {
  padding-left: 160px !important;
}
.pl-m {
  padding-left: 120px !important;
}
.pl-s {
  padding-left: 80px !important;
}
.pl-xs {
  padding-left: 40px !important;
}
.pl-xxs {
  padding-left: 20px !important;
}

.pl-100 {
  padding-left: 100% !important;
}
.pl-90 {
  padding-left: 90% !important;
}
.pl-80 {
  padding-left: 80% !important;
}
.pl-75 {
  padding-left: 75% !important;
}
.pl-70 {
  padding-left: 70% !important;
}
.pl-60 {
  padding-left: 60% !important;
}
.pl-50 {
  padding-left: 50% !important;
}
.pl-40 {
  padding-left: 40% !important;
}
.pl-30 {
  padding-left: 30% !important;
}
.pl-25 {
  padding-left: 25% !important;
}
.pl-20 {
  padding-left: 20% !important;
}
.pl-10 {
  padding-left: 10% !important;
}
.pl-5 {
  padding-left: 5% !important;
}
.pl-1 {
  padding-left: 1% !important;
}

/* padding-right */
.pr-xxl {
  padding-right: 240px !important;
}
.pr-xl {
  padding-right: 200px !important;
}
.pr-l {
  padding-right: 160px !important;
}
.pr-m {
  padding-right: 120px !important;
}
.pr-s {
  padding-right: 80px !important;
}
.pr-xs {
  padding-right: 40px !important;
}
.pr-xxs {
  padding-right: 20px !important;
}

.pr-100 {
  padding-right: 100% !important;
}
.pr-90 {
  padding-right: 90% !important;
}
.pr-80 {
  padding-right: 80% !important;
}
.pr-75 {
  padding-right: 75% !important;
}
.pr-70 {
  padding-right: 70% !important;
}
.pr-60 {
  padding-right: 60% !important;
}
.pr-50 {
  padding-right: 50% !important;
}
.pr-40 {
  padding-right: 40% !important;
}
.pr-30 {
  padding-right: 30% !important;
}
.pr-25 {
  padding-right: 25% !important;
}
.pr-20 {
  padding-right: 20% !important;
}
.pr-10 {
  padding-right: 10% !important;
}
.pr-5 {
  padding-right: 5% !important;
}
.pr-1 {
  padding-right: 1% !important;
}

@media only screen and (max-width: 767px) {
  .ml-xxl,
  .ml-xl,
  .ml-l,
  .ml-m,
  .ml-s,
  .ml-xs,
  .ml-xxs,
  .ml-100,
  .ml-90,
  .ml-80,
  .ml-75,
  .ml-70,
  .ml-60,
  .ml-50,
  .ml-40,
  .ml-30,
  .ml-20,
  .ml-10,
  .ml-5,
  .ml-1 {
    margin-left: 0 !important;
  }
  .mr-xxl,
  .mr-xl,
  .mr-l,
  .mr-m,
  .mr-s,
  .mr-xs,
  .mr-xxs,
  .mr-100,
  .mr-90,
  .mr-80,
  .mr-75,
  .mr-70,
  .mr-60,
  .mr-50,
  .mr-40,
  .mr-30,
  .mr-20,
  .mr-10,
  .mr-5,
  .mr-1 {
    margin-right: 0 !important;
  }
  .pl-xxl,
  .pl-xl,
  .pl-l,
  .pl-m,
  .pl-s,
  .pl-xs,
  .pl-xxs,
  .pl-100,
  .pl-90,
  .pl-80,
  .pl-75,
  .pl-70,
  .pl-60,
  .pl-50,
  .pl-40,
  .pl-30,
  .pl-20,
  .pl-10,
  .pl-5,
  .pl-1 {
    padding-left: 0 !important;
  }
  .pr-xxl,
  .pr-xl,
  .pr-l,
  .pr-m,
  .pr-s,
  .pr-xs,
  .pr-xxs,
  .pr-100,
  .pr-90,
  .pr-80,
  .pr-75,
  .pr-70,
  .pr-60,
  .pr-50,
  .pr-40,
  .pr-30,
  .pr-20,
  .pr-10,
  .pr-5,
  .pr-1 {
    padding-right: 0 !important;
  }
  .ml-0-m > .attributes {
    margin-left: 0 !important;
  }
  .mr-0-m > .attributes {
    margin-right: 0 !important;
  }
  .mt-0-m > .attributes {
    margin-top: 0 !important;
  }
  .mb-0-m > .attributes {
    margin-bottom: 0 !important;
  }
}

/* =============================================================================
 * visibility settings
 * ========================================================================== */

/** is desktop or higher **/
@media only screen and (min-width: 1024px) {
  .vis-tablet,
  .vis-mobile,
  .vis-mobile-tablet {
    display: none !important;
  }
}

/** is tablet **/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .vis-desktop,
  .vis-mobile,
  .vis-desktop-mobile {
    display: none !important;
  }
}

/** is mobile **/
@media only screen and (max-width: 767px) {
  .vis-desktop,
  .vis-tablet,
  .vis-desktop-tablet {
    display: none !important;
  }
}

/* =============================================================================
 * font-size
 * ========================================================================== */

.font-size-xxxxxl,
.font-size-xxxxxl p,
.font-size-10,
.font-size-10 p {
  font-size: 6.667rem;
  line-height: 1.5;
}

.font-size-xxxxl,
.font-size-xxxxl p,
.font-size-9,
.font-size-9 p {
  font-size: 5.667rem;
  line-height: 1.5;
}

.font-size-xxxl,
.font-size-xxxl p,
.font-size-8,
.font-size-8 p {
  font-size: 5rem;
  line-height: 1.5;
}

.font-size-xxl,
.font-size-xxl p,
.font-size-7,
.font-size-7 p {
  font-size: 4.333rem;
  line-height: 1.5;
}

.font-size-xl,
.font-size-xl p,
.font-size-6,
.font-size-6 p {
  font-size: 3.667rem;
  line-height: 1.5;
}

.font-size-l,
.font-size-l p,
.font-size-5,
.font-size-5 p {
  font-size: 3rem;
  line-height: 1.5;
}

.font-size-m,
.font-size-m p,
.font-size-4,
.font-size-4 p {
  font-size: 2.333rem;
  line-height: 1.5;
}

.font-size-s,
.font-size-s p,
.font-size-3,
.font-size-3 p {
  font-size: 1.667rem;
  line-height: 1.5;
}

.font-size-xs,
.font-size-xs p,
.font-size-2,
.font-size-2 p {
  font-size: 1.467rem;
  line-height: 1.5;
}

.font-size-xxs,
.font-size-xxs p,
.font-size-1,
.font-size-1 p {
  font-size: 1.2rem;
  line-height: 1.8;
}

.font-size-xxxs,
.font-size-xxxs p,
.font-size-0,
.font-size-0 p {
  font-size: 1rem;
  line-height: 1.5;
}

.font-size-xxxxs,
.font-size-xxxxs p,
.font-size-neg-1,
.font-size-neg-1 p {
  font-size: 0.8rem;
}

.font-size-xxxxxs,
.font-size-xxxxxs p,
.font-size-neg-2,
.font-size-neg-2 p {
  font-size: 0.6667rem;
}

/* =============================================================================
 * border classes
 * ========================================================================== */

.no-border {
  border: 0 !important;
}

.bt-dark {
  border-top: 1px solid rgb(229, 229, 229);
}

.bb-dark {
  border-bottom: 1px solid rgb(229, 229, 229);
}

.bt-light {
  border-top: 1px solid rgb(255, 255, 255);
}

.bb-light {
  border-bottom: 1px solid rgb(255, 255, 255);
}

.bt-dark-dashed {
  border-top: 1px dashed rgb(229, 229, 229);
}

.bb-dark-dashed {
  border-bottom: 1px dashed rgb(229, 229, 229);
}

.bt-light-dashed {
  border-top: 1px dashed rgb(255, 255, 255);
}

.bb-light-dashed {
  border-bottom: 1px dashed rgb(255, 255, 255);
}

.bt-dark-dotted {
  border-top: 1px dotted rgb(229, 229, 229);
}

.bb-dark-dotted {
  border-bottom: 1px dotted rgb(229, 229, 229);
}

.bt-light-dotted {
  border-top: 1px dotted rgb(255, 255, 255);
}

.bb-light-dotted {
  border-bottom: 1px dotted rgb(255, 255, 255);
}

/* =============================================================================
 * image style classes
 * ========================================================================== */

.ce_image.border-1 img {
  border: 1px solid rgb(220, 220, 220);
}

.ce_image.border-5 img {
  border: 5px solid rgb(220, 220, 220);
}

.ce_image.border-10 img {
  border: 10px solid rgb(220, 220, 220);
}

/* =============================================================================
 * image shadow classes
 * ========================================================================== */

.ce_image.shadow-s img {
  box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.1);
}

.ce_image.shadow-m img {
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.14), 0 15px 35px rgba(0, 0, 0, 0.14);
}

.ce_image.shadow-l img {
  box-shadow: 0 60px 135px rgba(0, 0, 0, 0.14), 0 15px 65px rgba(0, 0, 0, 0.14);
}

/* =============================================================================
 * background color classes
 * ========================================================================== */

.bg-accent {
  background-color: var(--accentColor);
}

.bg-second {
  background-color: var(--secondColor);
}

.bg-lightgray {
  background-color: var(--bgColorLightGray) !important;
}

.bg-darkgray {
  background-color: var(--bgColorDarkGray) !important;
}

.bg-black {
  background-color: rgb(0, 0, 0) !important;
}

.bg-gray {
  background-color: var(--bgColorGray) !important;
}

.bg-alert {
  background-color: rgb(206, 79, 75);
}

.bg-info {
  background-color: rgb(94, 187, 215);
}

.bg-warning {
  background-color: rgb(240, 173, 78);
}

.bg-success {
  background-color: rgb(82, 172, 82);
}

.bg-transparent-white {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-transparent-black {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-white {
  background-color: rgb(255, 255, 255);
}

.bg-customColor1 {
  background-color: var(--customColor1);
}

.bg-customColor2 {
  background-color: var(--customColor2);
}

/* =============================================================================
 * text color classes | important
 * ========================================================================== */

.color-white,
.color-white p,
.color-white i,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white .h1,
.color-white .h2,
.color-white .h3,
.color-white .h4,
.color-white .h5,
.color-white .h6,
.color-white a:not(.link-white):not(.ce_hyperlink a) {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.color-gray,
.color-gray p,
.color-gray i,
.color-gray h1,
.color-gray h2,
.color-gray h3,
.color-gray h4,
.color-gray h5,
.color-gray h6,
.color-gray .h1,
.color-gray .h2,
.color-gray .h3,
.color-gray .h4,
.color-gray .h5,
.color-gray .h6,
.color-gray a:not(.link-white):not(.ce_hyperlink a) {
  color: rgb(127, 127, 127) !important;
}

.color-lightgray,
.color-lightgray p,
.color-lightgray i,
.color-lightgray h1,
.color-lightgray h2,
.color-lightgray h3,
.color-lightgray h4,
.color-lightgray h5,
.color-lightgray h6,
.color-lightgray .h1,
.color-lightgray .h2,
.color-lightgray .h3,
.color-lightgray .h4,
.color-lightgray .h5,
.color-lightgray .h6,
.color-lightgray a:not(.link-white):not(.ce_hyperlink a) {
  color: rgb(180, 180, 180) !important;
}

.color-darkgray,
.color-darkgray p,
.color-darkgray i,
.color-darkgray h1,
.color-darkgray h2,
.color-darkgray h3,
.color-darkgray h4,
.color-darkgray h5,
.color-darkgray h6,
.color-darkgray .h1,
.color-darkgray .h2,
.color-darkgray .h3,
.color-darkgray .h4,
.color-darkgray .h5,
.color-darkgray .h6,
.color-darkgray a:not(.link-white):not(.ce_hyperlink a) {
  color: rgb(76, 76, 76) !important;
}

.color-white-trnp-50,
.color-white-trnp-50 p,
.color-white-trnp-50 i,
.color-white-trnp-50 h1,
.color-white-trnp-50 h2,
.color-white-trnp-50 h3,
.color-white-trnp-50 h4,
.color-white-trnp-50 h5,
.color-white-trnp-50 h6,
.color-white-trnp-50 .h1,
.color-white-trnp-50 .h2,
.color-white-trnp-50 .h3,
.color-white-trnp-50 .h4,
.color-white-trnp-50 .h5,
.color-white-trnp-50 .h6,
.color-white-trnp-50 a:not(.link-white):not(.ce_hyperlink a) {
  color: rgba(255, 255, 255, 0.8) !important;
}

.color-accent,
.color-accent p,
.color-accent i,
.color-accent h1,
.color-accent h2,
.color-accent h3,
.color-accent h4,
.color-accent h5,
.color-accent h6,
.color-accent .h1,
.color-accent .h2,
.color-accent .h3,
.color-accent .h4,
.color-accent .h5,
.color-accent .h6,
.color-accent a:not(.link-white):not(.ce_hyperlink a) {
  color: var(--accentColor);
}

.color-second,
.color-second p,
.color-second i,
.color-second h1,
.color-second h2,
.color-second h3,
.color-second h4,
.color-second h5,
.color-second h6,
.color-second .h1,
.color-second.h2,
.color-second .h3,
.color-second .h4,
.color-second .h5,
.color-second .h6,
.color-second a:not(.link-white):not(.ce_hyperlink a) {
  color: var(--secondColor);
}

.color-customColor1,
.color-customColor1 p,
.color-customColor1 i,
.color-customColor1 h1,
.color-customColor1 h2,
.color-customColor1 h3,
.color-customColor1 h4,
.color-customColor1 h5,
.color-customColor1 h6,
.color-customColor1 .h1,
.color-customColor1.h2,
.color-customColor1 .h3,
.color-customColor1 .h4,
.color-customColor1 .h5,
.color-customColor1 .h6,
.color-customColor1 a:not(.link-white):not(.ce_hyperlink a) {
  color: var(--customColor1);
}

.color-customColor2,
.color-customColor2 p,
.color-customColor2 i,
.color-customColor2 h1,
.color-customColor2 h2,
.color-customColor2 h3,
.color-customColor2 h4,
.color-customColor2 h5,
.color-customColor2 h6,
.color-customColor2 .h1,
.color-customColor2.h2,
.color-customColor2 .h3,
.color-customColor2 .h4,
.color-customColor2 .h5,
.color-customColor2 .h6,
.color-customColor2 a:not(.link-white):not(.ce_hyperlink a) {
  color: var(--customColor2);
}

.color-success,
.color-success p,
.color-success i,
.color-success h1,
.color-success h2,
.color-success h3,
.color-success h4,
.color-success h5,
.color-success h6,
.color-success .h1,
.color-success .h2,
.color-success .h3,
.color-success .h4,
.color-success .h5,
.color-success .h6,
.color-success a:not(.link-white):not(.ce_hyperlink a) {
  color: rgb(157, 213, 93);
}

.color-alert,
.color-alert p,
.color-alert i,
.color-alert h1,
.color-alert h2,
.color-alert h3,
.color-alert h4,
.color-alert h5,
.color-alert h6,
.color-alert .h1,
.color-alert .h2,
.color-alert .h3,
.color-alert .h4,
.color-alert .h5,
.color-alert .h6,
.color-alert a:not(.link-white):not(.ce_hyperlink a) {
  color: rgb(247, 80, 90);
}

.color-warning,
.color-warning p,
.color-warning i,
.color-warning h1,
.color-warning h2,
.color-warning h3,
.color-warning h4,
.color-warning h5,
.color-warning h6,
.color-warning .h1,
.color-warning .h2,
.color-warning .h3,
.color-warning .h4,
.color-warning .h5,
.color-warning .h6,
.color-warning a:not(.link-white):not(.ce_hyperlink a) {
  color: rgb(240, 138, 36);
}

.color-info,
.color-info p,
.color-info i,
.color-info h1,
.color-info h2,
.color-info h3,
.color-info h4,
.color-info h5,
.color-info h6,
.color-info .h1,
.color-info .h2,
.color-info .h3,
.color-info .h4,
.color-info .h5,
.color-info .h6,
.color-info a:not(.link-white):not(.ce_hyperlink a) {
  color: rgb(160, 211, 232);
}

/* =============================================================================
 * text color classes
 * ========================================================================== */

.txt-color-accent,
.txt-color-accent p,
.txt-color-accent i,
.txt-color-accent a,
.txt-color-accent h1,
.txt-color-accent h2,
.txt-color-accent h3,
.txt-color-accent h4,
.txt-color-accent h5,
.txt-color-accent h6,
.txt-color-accent .h1,
.txt-color-accent .h2,
.txt-color-accent .h3,
.txt-color-accent .h4,
.txt-color-accent .h5,
.txt-color-accent .h6,
.txt-color-accent .h1 p,
.txt-color-accent .h2 p,
.txt-color-accent .h3 p,
.txt-color-accent .h4 p,
.txt-color-accent .h5 p,
.txt-color-accent .h6 p,
.txt-color-accent.h1,
.txt-color-accent.h2,
.txt-color-accent.h3,
.txt-color-accent.h4,
.txt-color-accent.h5,
.txt-color-accent.h6,
.txt-color-accent.h1 p,
.txt-color-accent.h2 p,
.txt-color-accent.h3 p,
.txt-color-accent.h4 p,
.txt-color-accent.h5 p,
.txt-color-accent.h6 p {
  color: var(--accentColor);
}

.txt-color-second,
.txt-color-second p,
.txt-color-second i,
.txt-color-second a,
.txt-color-second h1,
.txt-color-second h2,
.txt-color-second h3,
.txt-color-second h4,
.txt-color-second h5,
.txt-color-second h6,
.txt-color-second .h1,
.txt-color-second .h2,
.txt-color-second .h3,
.txt-color-second .h4,
.txt-color-second .h5,
.txt-color-second .h6,
.txt-color-second .h1 p,
.txt-color-second .h2 p,
.txt-color-second .h3 p,
.txt-color-second .h4 p,
.txt-color-second .h5 p,
.txt-color-second .h6 p,
.txt-color-second.h1,
.txt-color-second.h2,
.txt-color-second.h3,
.txt-color-second.h4,
.txt-color-second.h5,
.txt-color-second.h6,
.txt-color-second.h1 p,
.txt-color-second.h2 p,
.txt-color-second.h3 p,
.txt-color-second.h4 p,
.txt-color-second.h5 p,
.txt-color-second.h6 p {
  color: var(--secondColor);
}

.txt-color-customColor1,
.txt-color-customColor1 p,
.txt-color-customColor1 i,
.txt-color-customColor1 a,
.txt-color-customColor1 h1,
.txt-color-customColor1 h2,
.txt-color-customColor1 h3,
.txt-color-customColor1 h4,
.txt-color-customColor1 h5,
.txt-color-customColor1 h6,
.txt-color-customColor1 .h1,
.txt-color-customColor1 .h2,
.txt-color-customColor1 .h3,
.txt-color-customColor1 .h4,
.txt-color-customColor1 .h5,
.txt-color-customColor1 .h6,
.txt-color-customColor1 .h1 p,
.txt-color-customColor1 .h2 p,
.txt-color-customColor1 .h3 p,
.txt-color-customColor1 .h4 p,
.txt-color-customColor1 .h5 p,
.txt-color-customColor1 .h6 p,
.txt-color-customColor1.h1,
.txt-color-customColor1.h2,
.txt-color-customColor1.h3,
.txt-color-customColor1.h4,
.txt-color-customColor1.h5,
.txt-color-customColor1.h6,
.txt-color-customColor1.h1 p,
.txt-color-customColor1.h2 p,
.txt-color-customColor1.h3 p,
.txt-color-customColor1.h4 p,
.txt-color-customColor1.h5 p,
.txt-color-customColor1.h6 p {
  color: var(--customColor1);
}

.txt-color-customColor2,
.txt-color-customColor2 p,
.txt-color-customColor2 i,
.txt-color-customColor2 a,
.txt-color-customColor2 h1,
.txt-color-customColor2 h2,
.txt-color-customColor2 h3,
.txt-color-customColor2 h4,
.txt-color-customColor2 h5,
.txt-color-customColor2 h6,
.txt-color-customColor2 .h1,
.txt-color-customColor2 .h2,
.txt-color-customColor2 .h3,
.txt-color-customColor2 .h4,
.txt-color-customColor2 .h5,
.txt-color-customColor2 .h6,
.txt-color-customColor2 .h1 p,
.txt-color-customColor2 .h2 p,
.txt-color-customColor2 .h3 p,
.txt-color-customColor2 .h4 p,
.txt-color-customColor2 .h5 p,
.txt-color-customColor2 .h6 p,
.txt-color-customColor2.h1,
.txt-color-customColor2.h2,
.txt-color-customColor2.h3,
.txt-color-customColor2.h4,
.txt-color-customColor2.h5,
.txt-color-customColor2.h6,
.txt-color-customColor2.h1 p,
.txt-color-customColor2.h2 p,
.txt-color-customColor2.h3 p,
.txt-color-customColor2.h4 p,
.txt-color-customColor2.h5 p,
.txt-color-customColor2.h6 p {
  color: var(--customColor2);
}

.txt-color-gray,
.txt-color-gray p,
.txt-color-gray i,
.txt-color-gray a,
.txt-color-gray h1,
.txt-color-gray h2,
.txt-color-gray h3,
.txt-color-gray h4,
.txt-color-gray h5,
.txt-color-gray h6,
.txt-color-gray .h1,
.txt-color-gray .h2,
.txt-color-gray .h3,
.txt-color-gray .h4,
.txt-color-gray .h5,
.txt-color-gray .h6,
.txt-color-gray .h1 p,
.txt-color-gray .h2 p,
.txt-color-gray .h3 p,
.txt-color-gray .h4 p,
.txt-color-gray .h5 p,
.txt-color-gray .h6 p,
.txt-color-gray.h1,
.txt-color-gray.h2,
.txt-color-gray.h3,
.txt-color-gray.h4,
.txt-color-gray.h5,
.txt-color-gray.h6,
.txt-color-gray.h1 p,
.txt-color-gray.h2 p,
.txt-color-gray.h3 p,
.txt-color-gray.h4 p,
.txt-color-gray.h5 p,
.txt-color-gray.h6 p {
  color: var(--txtColorGray);
}

.txt-color-white,
.txt-color-white p,
.txt-color-white i,
.txt-color-white a,
.txt-color-white h1,
.txt-color-white h2,
.txt-color-white h3,
.txt-color-white h4,
.txt-color-white h5,
.txt-color-white h6,
.txt-color-white .h1,
.txt-color-white .h2,
.txt-color-white .h3,
.txt-color-white .h4,
.txt-color-white .h5,
.txt-color-white .h6,
.txt-color-white .h1 p,
.txt-color-white .h2 p,
.txt-color-white .h3 p,
.txt-color-white .h4 p,
.txt-color-white .h5 p,
.txt-color-white .h6 p,
.txt-color-white.h1,
.txt-color-white.h2,
.txt-color-white.h3,
.txt-color-white.h4,
.txt-color-white.h5,
.txt-color-white.h6,
.txt-color-white.h1 p,
.txt-color-white.h2 p,
.txt-color-white.h3 p,
.txt-color-white.h4 p,
.txt-color-white.h5 p,
.txt-color-white.h6 p {
  color: rgb(255, 255, 255);
}

/* =============================================================================
 * align helper classes
 * ========================================================================== */

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

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

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

.align-centered {
  margin-left: auto;
  margin-right: auto;
}

.align-centered.autogrid {
  float: none;
}

.h-align-left {
  text-align: left;
}

.h-align-center {
  text-align: center;
}

.h-align-right {
  text-align: right;
}

.line-height-1 * {
  line-height: 1 !important;
}

.line-height-1-1 * {
  line-height: 1.1 !important;
}

.line-height-1-2 * {
  line-height: 1.2 !important;
}

.line-height-1-3 * {
  line-height: 1.3 !important;
}

.line-height-1-4 * {
  line-height: 1.4 !important;
}

.line-height-1-5 * {
  line-height: 1.5 !important;
}

.line-height-1-6 * {
  line-height: 1.6 !important;
}

.line-height-1-7 * {
  line-height: 1.7 !important;
}

.line-height-1-8 * {
  line-height: 1.8 !important;
}

.line-height-1-9 * {
  line-height: 1.9 !important;
}

.line-height-2 * {
  line-height: 2;
}

/* =============================================================================
 * device visibility classes
 * ========================================================================== */

.hidden {
  display: none;
}

.only_mobile,
.only-mobile {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .hide_desktop,
  .hide-desktop {
    display: none !important;
  }
}

/* =============================================================================
 * device visibility classes themesettings extension
 * ========================================================================== */

body.viewport_tablet .vis-desktop,
body.viewport_mobile .vis-desktop {
  display: none !important;
}

body.viewport_desktop .vis-mobile,
body.viewport_tablet .vis-mobile {
  display: none !important;
}

body.viewport_desktop .vis-tablet,
body.viewport_mobile .vis-tablet {
  display: none !important;
}

body.viewport_tablet .vis-desktop-mobile {
  display: none !important;
}

body.viewport_mobile .vis-desktop-tablet {
  display: none !important;
}

body.viewport_desktop .vis-mobile-tablet {
  display: none !important;
}

/* =============================================================================
 * labels
 * ========================================================================== */

[class*="label-"] {
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  padding: 0px 10px;
  display: inline-block;
}

.label-accent {
  background: var(--accentColor);
}

.label-secondary {
  background: rgb(231, 231, 231);
  color: rgb(51, 51, 51);
}

.label-success {
  background: rgb(157, 213, 93);
}

.label-alert {
  background: rgb(247, 80, 90);
}

.label-warning {
  background: rgb(240, 138, 36);
}

.label-info {
  background: rgb(160, 211, 232);
  color: rgb(51, 51, 51);
}

/* =============================================================================
 * letter spacing
 * ========================================================================== */

.letter-spacing-xxl {
  letter-spacing: 10px;
}

.letter-spacing-xl {
  letter-spacing: 5px;
}

.letter-spacing-l {
  letter-spacing: 3px;
}

.letter-spacing-m {
  letter-spacing: 2px;
}

.letter-spacing-s {
  letter-spacing: 1px;
}

/* =============================================================================
 * utility classes text
 * ========================================================================== */

.line-through {
  text-decoration: line-through;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.medium-width {
  max-width: 600px;
}

.medium-small {
  max-width: 400px;
}

.medium-width-center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.small-width-center {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

span.highlight {
  background: rgb(51, 51, 51);
  color: #fff;
  padding-left: 3px;
  padding-right: 3px;
}

span.serif {
  font-family: Georgia, Times, serif;
}

span.no-serif {
  font-family: Arial, Verdana, sans-serif;
}

.no-underline,
.no-underline a {
  text-decoration: none;
}

.stroke-accent {
  stroke: var(--accentColor);
}

.stroke-second {
  stroke: var(--secondColor);
}

.fill-accent {
  fill: var(--accentColor);
}

.fill-second {
  fill: var(--secondColor);
}

span.color-accent {
  color: var(--accentColor);
}

/* =============================================================================
 * sup
 * ========================================================================== */

sup {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.5em;
}

/* =============================================================================
 * misc utility classes
 * ========================================================================== */

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

.hide {
  display: none;
}

.overflow-hidden,
.overflow_hidden {
  overflow: hidden !important;
}

.overflow-visible,
.overflow_visible {
  overflow: visible;
}

.fullwith-image img,
.fullwidth-image img {
  width: 100% !important;
}

.z_index1 {
  z-index: 1 !important;
}

.z_index5 {
  z-index: 5 !important;
}

.z_index10 {
  z-index: 10 !important;
}

.z_index20 {
  z-index: 20 !important;
}

.z_index30 {
  z-index: 30 !important;
}

.z_index40 {
  z-index: 40 !important;
}

.z_index50 {
  z-index: 50 !important;
}

.z_index60 {
  z-index: 60 !important;
}

.z_index70 {
  z-index: 70 !important;
}

.z_index80 {
  z-index: 80 !important;
}

.z_index90 {
  z-index: 90 !important;
}

.z_index100 {
  z-index: 100 !important;
}

body.hide-breadcrumb #breadcrumb {
  display: none;
}

/* =============================================================================
 * border-radius
 * ========================================================================== */

.border-radius-3 {
  border-radius: 3px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-50 {
  border-radius: 50px;
}

.border-radius-100 {
  border-radius: 100px;
}

/* =============================================================================
 * text-shadow
 * ========================================================================== */

.text-shadow-10 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.text-shadow-20 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.text-shadow-30 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.text-shadow-40 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.text-shadow-50 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.text-shadow-60 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.text-shadow-70 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.text-shadow-80 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.text-shadow-90 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}

.text-shadow-100 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

/* =============================================================================
 * shadow
 * ========================================================================== */

.shadow_style1 {
  box-shadow: 0px 22px 14px -7px rgba(0, 0, 0, 0.04);
}

.shadow_style2 {
  box-shadow: 9px 9px 42px #f0f0f0, -9px -9px 42px #ffffff;
  border-radius: 35px;
}

/* =============================================================================
 * body
 * ========================================================================== */

body {
  overflow-x: hidden;
  background-repeat: repeat;
}

/* =============================================================================
 * link colors
 * ========================================================================== */

a {
  color: #555;
  text-decoration: none;
}

p a {
  color: var(--accentColor);
}

/* =============================================================================
 * sidebar
 * ========================================================================== */

body.sidebar #container {
  display: flex;
}

body.sidebar .inside .container {
  padding-left: 0;
  padding-right: 0;
}

body.sidebar #main {
  flex: 50%;
  overflow: visible;
}

body.sidebar #left {
  flex: 25%;
  position: relative;
  overflow: visible;
}

body.sidebar #right {
  flex: 25%;
  position: relative;
  overflow: visible;
}

/* =============================================================================
 * sidebar left
 * ========================================================================== */

body.sidebar.left #main {
  flex: 75%;
  border-left: 1px solid rgb(229, 229, 229);
  order: 2;
}

body.sidebar.left #left {
  flex: 25%;
  order: 1;
}

body.sidebar.left #main > .inside {
  padding-left: 40px;
}

body.sidebar.left #left > .inside {
  margin-right: 40px;
}

/* =============================================================================
 * sidebar right
 * ========================================================================== */

body.sidebar.right #main {
  flex: 0 0 75%;
  border-right: 1px solid rgb(229, 229, 229);
  order: 1;
}

body.sidebar.right #right {
  flex: 0 0 25%;
  order: 2;
}

body.sidebar.right #main > .inside {
  padding-right: 40px;
}

body.sidebar.right #right > .inside {
  margin-left: 40px;
}

/* =============================================================================
 * sidebar both
 * ========================================================================== */

body.sidebar.both #main {
  flex: 0 0 60%;
  border-left: 1px solid rgb(229, 229, 229);
  border-right: 1px solid rgb(229, 229, 229);
  order: 2;
}

body.sidebar.both #right {
  flex: 0 0 20%;
  order: 3;
}

body.sidebar.both #left {
  flex: 0 0 20%;
  order: 1;
}

body.sidebar.both #main > .inside {
  padding-right: 40px;
  padding-left: 40px;
}

body.sidebar.both #left > .inside {
  margin-right: 40px;
}

body.sidebar.both #right > .inside {
  margin-left: 40px;
}

/* =============================================================================
 * mainmenu
 * ========================================================================== */

.mainmenu {
  overflow: visible !important;
  float: right;
}

.mainmenu .mod_article {
  float: right;
}

.mainmenu ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.mainmenu ul ul {
  width: auto;
  display: none;
  white-space: nowrap;
  border-radius: 0;
  padding: 10px;
  position: absolute;
  top: 100%;
  margin-left: 0;
  background: #fff;
  box-shadow: 1px 8px 15px rgba(0, 0, 0, 0.1);
}

.mainmenu ul ul ul {
  border-top: 0;
  margin-top: 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.mainmenu ul:after {
  content: "";
  clear: both;
  display: block;
}

.mainmenu ul li {
  display: inline-block;
  text-align: left;
  list-style-type: none;
  z-index: 10;
}

.mainmenu ul li {
  position: relative;
}

.mainmenu ul li:last-of-type a,
.mainmenu ul.float_right li:last-of-type {
  padding-right: 0;
}

.mainmenu ul li:hover > ul {
  display: block;
}

.mainmenu ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  line-height: 1em;
  min-height: inherit;
  text-align: center;
  font-size: 1rem;
  text-transform: none;
  float: none;
  padding: 0 15px;
  line-height: inherit;
  font-weight: normal;
  color: #696969;
  transition: color 0.3s ease, opacity 0.3s ease;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
}

.mainmenu ul li a.trail,
.mainmenu ul li a.active {
  color: rgb(152, 152, 152);
}

.mainmenu ul li a i {
  margin-right: 5px;
  display: none;
}

.mainmenu ul li a i {
  display: inline-block;
  width: 20px;
}

.mainmenu ul ul li.open-left ul {
  left: auto;
  right: 100% !important;
}

.mainmenu ul ul li.last ul {
  right: inherit;
}

.mainmenu ul ul li {
  float: none;
  position: relative;
  line-height: 32px;
  min-height: 0;
  display: block;
}

.mainmenu ul ul li a {
  text-transform: none;
  text-align: left;
  border: 0;
  padding: 0 1.5rem !important;
  line-height: 32px !important;
  color: #393939;
  font-size: 0.9rem;
  letter-spacing: 0;
  font-weight: normal;
}

.mainmenu ul ul li a.last {
  border-bottom: 0;
}

.mainmenu ul ul li a.submenu:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 8px;
  background: none !important;
}

.mainmenu ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}

.header .mainmenu ul.level_1 li span.ribbon {
  position: absolute;
  line-height: 18px;
  font-size: 0.7rem;
  font-weight: bold;
  margin-left: 5px;
  color: #fff;
  border-radius: 2px;
  top: -4px;
  padding-left: 3px;
  padding-right: 3px;
  transform: translateX(-5px);
  background: var(--accentColor);
}

.header .mainmenu ul.level_2 li span.ribbon {
  position: relative;
  top: -4px;
  transform: translateX(0);
}

.header .mainmenu ul.level_1 li span.ribbon:before {
  display: none;
}

.header.original .mainmenu ul li a.trail,
.header.original .mainmenu ul li a.active,
.header.cloned .mainmenu ul li a.trail,
.header.cloned .mainmenu ul li a.active,
.mod_pct_megamenu .mod_navigation a.active {
  color: var(--accentColor);
}

/* =============================================================================
 * mainmenu highlight
 * ========================================================================== */

.header .mainmenu ul li a.highlight span {
  font-size: var(--menu-highlight-font-size);
  color: var(--menu-highlight-color);
  background-color: var(--menu-highlight-bg-color);
  border-color: var(--menu-highlight-border-color) !important;
  border-radius: var(--menu-highlight-border-radius);
  border-width: var(--menu-highlight-border-width);
  font-weight: var(--menu-highlight-font-weight);
  padding-left: var(--menu-highlight-padding-lr);
  padding-right: var(--menu-highlight-padding-lr);
  padding-top: var(--menu-highlight-padding-tb);
  padding-bottom: var(--menu-highlight-padding-tb);
  border-style: solid;
}

.header .mainmenu ul li a.highlight {
  margin-left: var(--menu-highlight-margin-left);
  margin-right: var(--menu-highlight-margin-right);
}

.header .mainmenu ul li a.highlight:after,
.header .mainmenu ul li a.highlight:before {
  display: none;
}

/* =============================================================================
 * mainmenu click_open
 * ========================================================================== */

.mainmenu ul li.click_open ul {
  display: none;
  animation: none;
}

.mainmenu ul li.click_open ul.active {
  display: block;
}

/* =============================================================================
 * hide error pages from menu
 * ========================================================================== */

.mod_navigation .error_401,
.mod_navigation .error_403,
.mod_navigation .error_404 {
  display: none;
}

/* =============================================================================
 * mod_pct_megamenu
 * ========================================================================== */

.mod_pct_megamenu {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 10000;
  background: rgb(255, 255, 255);
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

body.fixed-header .mod_pct_megamenu {
  position: fixed;
}

.mod_pct_megamenu.active {
  display: block;
}

.mod_pct_megamenu:not(active) {
  display: none;
}

.mod_pct_megamenu .item {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: none;
}

.mod_pct_megamenu .item.active {
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.03);
  display: block;
}

nav.mainmenu .pct_megamenu ul {
  display: none !important;
}

/* =============================================================================
 * mod_pct_megamenu mod_navigation
 * ========================================================================== */

.mod_pct_megamenu .mod_navigation a {
  position: relative;
  font-size: 0.9rem;
}

.mod_pct_megamenu .mod_navigation a:before {
  position: absolute;
  content: "";
  height: 1px;
  background: rgb(0, 0, 0);
  bottom: 0;
  width: 100%;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.mod_pct_megamenu .mod_navigation a:hover:before,
.mod_pct_megamenu .mod_navigation a.active:before {
  transform: scaleX(1);
}

.mod_pct_megamenu .mod_navigation a.active:before {
  background-color: var(--accentColor);
}

.mod_pct_megamenu .mod_navigation a.hasIcon i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  text-align: center;
}

.mod_pct_megamenu .mod_navigation a.hasIcon {
  padding-left: 25px;
}

/* =============================================================================
 * mainmenu menuheader
 * ========================================================================== */

nav.mainmenu a.menuheader {
  font-weight: bold;
  font-size: 1.1rem;
}

/* =============================================================================
 * submenu sidebar
 * ========================================================================== */

.subnav {
  margin-top: 40px;
}

.subnav a {
  display: block;
  padding: 10px 10px 10px 40px;
  margin-bottom: 4px;
  color: var(--accentColor);
  border-radius: 3px;
  -webkit-transition: All 0.1s ease;
  transition: All 0.1s ease;
}

.subnav i {
  margin-right: 10px;
  display: none;
}

.subnav a.menuheader {
  background: none !important;
  border-bottom: 1px solid rgb(229, 229, 229);
  border-radius: 0;
}

.subnav i {
  display: inline-block;
  width: 20px;
  margin-left: -30px;
}

.subnav li ul li {
  border: 0;
}

.subnav ul ul li {
  padding: 0;
}

.subnav a:hover,
.subnav a.active {
  background: rgb(248, 248, 248);
}

.subnav ul li.active > ul,
.subnav ul li.trail > ul {
  display: block;
}

.subnav ul ul a {
  padding-left: 60px;
}

.subnav ul ul {
  display: none;
}

.subnav ul ul ul {
  display: none;
}

.subnav ul ul ul ul {
  display: none;
}

/* =============================================================================
 * mmenu-trigger
 * ========================================================================== */

.mmenu_trigger {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  color: var(--accentColor);
}

.mmenu_trigger .label {
  margin-right: 8px;
  cursor: pointer;
}

.mmenu_trigger .burger {
  height: 21px;
  width: 21px;
  position: relative;
  font-size: 7px;
  cursor: pointer;
  transition: 0.2s all;
}

.mmenu_trigger .burger .burger_lines:after {
  left: 0;
  top: -15px;
}

.mmenu_trigger .burger .burger_lines:before {
  left: 1em;
  top: 15px;
}

.mmenu_trigger .burger:after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}

.mmenu_trigger .burger .burger_lines {
  top: 50%;
  margin-top: -1px;
}

.mmenu_trigger .burger .burger_lines,
.mmenu_trigger .burger .burger_lines:after,
.mmenu_trigger .burger .burger_lines:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: 10px;
  background: var(--accentColor);
  height: 2px;
  position: absolute;
  transform: rotate(0);
}

.mmenu_trigger .burger .burger_lines:after {
  left: 0;
  top: -7px;
}

.mmenu_trigger .burger .burger_lines:before {
  left: 0;
  top: 7px;
}

.mmenu_trigger .burger.style2 .burger_lines:before,
.mmenu_trigger .burger.style2 .burger_lines:after {
  width: 2em;
}

/* open transform */
.mmenu_trigger .burger.transform .burger_lines,
.mmenu_trigger .burger.transform .burger_lines:after,
.mmenu_trigger .burger.transform .burger_lines:before {
  transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s;
}

.mmenu_trigger .burger.transform.open .burger_lines,
.mmenu_trigger .burger.transform.open .burger_lines:after,
.mmenu_trigger .burger.transform.open .burger_lines:before {
  transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
}

.mmenu_trigger .burger.transform.open .burger_lines {
  background-color: transparent;
}

.mmenu_trigger .burger.transform.open .burger_lines:before,
.mmenu_trigger .burger.transform.open .burger_lines:after {
  left: 0;
  top: 0px;
}

.mmenu_trigger .burger.transform.open .burger_lines:before {
  transform: rotate(-45deg);
}

.mmenu_trigger .burger.transform.open .burger_lines:after {
  transform: rotate(45deg);
}

/* open rotate */
.mmenu_trigger .burger.rotate .burger_lines,
.mmenu_trigger .burger.rotate .burger_lines:after,
.mmenu_trigger .burger.rotate .burger_lines:before {
  transition: all 0.2s;
}

.mmenu_trigger .burger.rotate.open {
  transform: rotate(180deg);
}

.mmenu_trigger .burger.rotate.open .burger_lines {
  background-color: transparent;
}

.mmenu_trigger .burger.rotate.open .burger_lines:before,
.mmenu_trigger .burger.rotate.open .burger_lines:after {
  left: 0;
  top: 0px;
}

.mmenu_trigger .burger.rotate.open .burger_lines:before {
  transform: rotate(135deg);
}

.mmenu_trigger .burger.rotate.open .burger_lines:after {
  transform: rotate(-135deg);
}

/* =============================================================================
 * mmenu
 * ========================================================================== */

@media only screen and (min-width: 768px) {
  #mmenu {
    display: none;
  }
}

#mmenu {
  left: 0px;
  right: 0px;
  height: calc(100% - 70px);
  position: fixed;
  top: 0;
  z-index: 1000;
  min-width: 80%;
  transform: translateY(calc(-100% - 55px));
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  background: rgb(255, 255, 255);
  background-size: cover;
}

body.mmenu_open #mmenu {
  transform: translate(0) !important;
}

#mmenu .scrollable {
  height: calc(100% - 110px);
  overflow-y: auto;
}

#mmenu #mmenu_top {
  padding: 20px;
  overflow: visible;
  position: relative;
}

#mmenu #mmenu_middle {
  padding: 10vw;
}

#mmenu #mmenu_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  padding: 5px 20px 10px 20px;
  overflow: visible;
}

#mmenu li a {
  position: relative;
}

/* arrow */
#mmenu .mod_navigation li {
  position: relative;
}

#mmenu .mod_navigation li.submenu .opener {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 34px;
  z-index: 10;
}

#mmenu .mod_navigation li.submenu a {
  z-index: 5;
}

#mmenu .mod_navigation li a.submenu:after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 15px;
  transition-duration: 0.3s;
  transition-property: transform;
  display: inline-block;
}

#mmenu .mod_navigation.mobile_vertical li.open > a.submenu:after {
  transform: rotate(180deg);
}

#mmenu .mod_navigation.mobile_horizontal li.open > a.submenu:after {
  transform: rotate(180deg);
}

#mmenu .mod_navigation.mobile_horizontal li a.submenu:after {
  transform: rotate(-90deg);
}

#mmenu .mod_navigation.mobile_horizontal li.open > a.submenu:after {
  transform: rotate(90deg);
  float: left;
  margin-left: 0;
}

#mmenu .mod_navigation.mobile_horizontal li a.submenu.open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#mmenu .mod_navigation.mobile_horizontal .level_2 li a.submenu.open {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

#mmenu .mod_navigation.mobile_horizontal .level_2 li a.submenu.open:after {
  transform: rotate(90deg);
}

#mmenu li i {
  margin-right: 10px;
}

/* animation */
#mmenu .mod_navigation li {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 0s;
}

body.mmenu_open #mmenu .mod_navigation li {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

/* socials */

#mmenu .mod_socials {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}

#mmenu .mod_socials a i {
  line-height: 45px;
  margin-right: 1px;
  background: rgba(0, 0, 0, 0.05);
  font-size: 22px;
  display: inline-block;
  height: 45px;
  width: 45px;
  text-align: center;
  margin-bottom: 1px;
  border-radius: 100%;
}

/* animation */
#mmenu .mod_socials {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 0s;
}

body.mmenu_open #mmenu .mod_socials {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

/* langswitch */

#mmenu .mod_langswitcher {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  margin: 0;
  text-align: right;
}

#mmenu .mod_langswitcher .mod_langswitcher_inside:before {
  border-color: rgb(51, 51, 51);
}

/* #mmenu_top langswitch */

#mmenu #mmenu_top .mod_langswitcher {
  margin-top: 10px;
}

/* mmenu_bottom langswitch */

#mmenu #mmenu_bottom .mod_langswitcher {
  position: static;
  transform: translate(0);
  float: none;
  text-align: center;
  font-size: 1.1rem;
}

#mmenu #mmenu_bottom .mod_langswitcher ul {
  display: block;
  position: static;
  width: auto;
  border: 0;
  background: none;
}

#mmenu #mmenu_bottom .mod_langswitcher:hover ul {
  animation: none;
  -webkit-animation: none;
}

#mmenu #mmenu_bottom .mod_langswitcher ul li {
  display: inline-block;
}

#mmenu #mmenu_bottom .mod_langswitcher ul li span {
  display: block;
}

#mmenu #mmenu_bottom .mod_langswitcher ul li a {
  border: 0;
}

#mmenu #mmenu_bottom .mod_langswitcher img {
  display: none;
}

#mmenu #mmenu_bottom .mod_langswitcher .mod_langswitcher_inside:before,
#mmenu #mmenu_bottom .mod_langswitcher .mod_langswitcher_inside:after {
  display: none;
}

/* animation */
#mmenu #mmenu_bottom .mod_langswitcher {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 0s;
}

body.mmenu_open #mmenu #mmenu_bottom .mod_langswitcher {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

/* mmenu mod_navigation */

#mmenu .mod_navigation li a {
  display: inline-block;
  padding: 4px;
  font-size: 1.5rem;
  line-height: 1.5;
}

#mmenu .mod_navigation li a.open,
#mmenu .mod_navigation li a.active,
#mmenu .mod_navigation li a:focus {
  font-weight: bold;
}

/* mobile_horizontal */

#mmenu nav.mobile_horizontal li.hidden {
  display: none !important;
}

#mmenu nav.mobile_horizontal ul ul li {
  display: none;
}

#mmenu nav.mobile_horizontal li.open > ul > li {
  display: block;
}

#mmenu nav.mobile_horizontal li.open > a {
  font-weight: bold;
}

/* mobile_vertical */

#mmenu nav.mobile_vertical ul > li > ul {
  display: none;
}

#mmenu nav.mobile_vertical ul > li.open > ul {
  display: block;
}

#mmenu nav.mobile_vertical ul ul {
  padding-left: 15px;
}

/* .mod_mmenu_custom_nav */

#mmenu .mod_mmenu_custom_nav {
  text-align: center;
  margin-top: 15px;
}

#mmenu .mod_mmenu_custom_nav a {
  display: inline-block;
  margin-right: 8px;
}

/* search */
#mmenu #mmenu_top .mod_search {
  display: none;
}

/* mmenu_overlay */

.mmenu_overlay {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  display: none;
}

/* mmenu onepagenav */

@media only screen and (max-width: 767px) {
  .onepage_page .header .mod_navigation.onepagenav {
    display: none !important;
  }
}

/* =============================================================================
 * mmenu highlight
 * ========================================================================== */

#mmenu .mod_navigation ul li a.highlight {
  color: var(--menu-highlight-color);
  background-color: var(--menu-highlight-bg-color);
  border-color: var(--menu-highlight-border-color) !important;
  border-radius: var(--menu-highlight-border-radius);
  border-width: var(--menu-highlight-border-width);
  font-weight: var(--menu-highlight-font-weight);
  padding-left: var(--menu-highlight-padding-lr-mobile);
  padding-right: var(--menu-highlight-padding-lr-mobile);
  padding-top: var(--menu-highlight-padding-tb-mobile);
  padding-bottom: var(--menu-highlight-padding-tb-mobile);
  margin-top: var(--menu-highlight-margin-top-mobile);
  margin-bottom: var(--menu-highlight-margin-bottom-mobile);
  font-size: var(--menu-highlight-font-size-mobile);
  border-style: solid;
}

/* =============================================================================
 * back hyperlink
 * ========================================================================== */

.back a:before {
  font-family: "FontAwesome";
  content: "\f100";
  margin-right: 5px;
}

/* =============================================================================
 * code + abbr
 * ========================================================================== */

code,
pre,
.txt-white pre {
  font-family: monospace;
  background: #ffffe0;
  color: rgb(76, 76, 76) !important;
  display: inline-block;
  padding: 10px;
  margin-bottom: 10px;
}

abbr {
  background: #efefef;
  border-bottom: 1px dashed;
  cursor: pointer;
}

/* =============================================================================
 * pagination
 * ========================================================================== */

.pagination {
  clear: both;
}

.pagination ul {
  padding: 0;
  float: left;
}

.pagination p {
  float: right;
}

.pagination li {
  background: none;
  padding: 0;
  margin: 0;
  float: left;
  list-style-type: none;
}

.pagination li:before,
.pagination li a:before {
  content: "";
}

.pagination li a,
.pagination li span {
  background: none;
  display: block;
  margin-right: 1px;
  color: inherit;
  text-decoration: none;
  padding: 3px 10px;
}

.pagination li span.current {
  background: var(--accentColor);
  color: white;
  border-radius: 2px;
}

.pagination li a:hover {
  color: var(--accentColor);
}

.pagination-white .pagination,
.pagination-white .pagination a {
  color: rgb(255, 255, 255);
}

/* =============================================================================
 * image_container
 * ========================================================================== */

.image_container {
  position: relative;
  padding: 0;
  line-height: 0;
}

.image_container a {
  line-height: 0;
}

.image_container .caption {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 12px;
  font-size: 0.8667rem;
  border-radius: 3px;
  line-height: 1.3;
  display: inline-block;
  margin-top: 5px;
}

.image_container .caption h1,
.image_container .caption h2,
.image_container .caption h3,
.image_container .caption h4,
.image_container .caption h5,
.image_container .caption h6 {
  color: rgb(255, 255, 255);
  margin: 0;
}

.image_container.float_right,
.image_container.float_left {
  float: right;
  width: 45%;
  padding: 0;
  margin-bottom: 3%;
}

.image_container.float_right {
  margin-left: 5%;
}

.image_container.float_left {
  margin-right: 5%;
  float: left;
}

.image_container img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.no-responsive .image_container img,
.no-responsive.image_container img {
  width: auto;
  max-width: none;
  display: inline-block;
}

.no-responsive .image_container.float_right,
.no-responsive .image_container.float_left {
  width: auto;
  margin: 0;
}

.border .image_container img {
  border: 1px solid rgb(229, 229, 229);
}

/* =============================================================================
 * ce_image
 * ========================================================================== */

.ce_image {
  overflow: visible;
}

.ce_image .image_container img {
  width: auto;
}

.ce_image.h-align-center img,
.ce_image.h-align-right img {
  display: inline-block;
}

.ce_image.border-gray-1px img {
  border: 1px solid rgb(220, 220, 220);
}

.ce_image.border-gray-5px img {
  border: 5px solid rgb(220, 220, 220);
}

.ce_image.border-gray-10px img {
  border: 10px solid rgb(220, 220, 220);
}

.ce_image.border-white-1px img {
  border: 1px solid rgb(255, 255, 255);
}

.ce_image.border-white-5px img {
  border: 5px solid rgb(255, 255, 255);
}

.ce_image.border-white-10px img {
  border: 10px solid rgb(255, 255, 255);
}

.ce_image.style-rounded img {
  border-radius: 100%;
}

.ce_image.img-border-style-2 img {
  border-radius: 65px 0 65px 0;
}

.ce_image.border-radius-small img {
  border-radius: 10px;
}

.ce_image.border-radius-medium img {
  border-radius: 30px;
}

.ce_image.border-radius-large img {
  border-radius: 100px;
}

/* =============================================================================
 * blockquote
 * ========================================================================== */

blockquote {
  border-left: 5px solid var(--accentColor);
  padding-left: 25px;
}

blockquote p {
  font-family: Georgia, Times, serif;
  font-style: italic;
  text-align: justify;
  font-size: 1.1rem;
}

blockquote p:before {
  content: '"';
  text-indent: 0;
  display: inline-block;
  font-weight: bold;
  width: 20px;
  font-size: 2rem;
  line-height: 1.1rem;
}

blockquote em {
  font-size: 0.6em;
  font-style: normal;
  line-height: 1;
  font-weight: bold;
}

blockquote a {
  color: var(--accentColor);
}

/* =============================================================================
 * social colors
 * ========================================================================== */

.mod_socials i {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}

.mod_socials.color i.fa-facebook,
.mod_socials .social-FontAwesome.color i.fa-facebook,
.mod_socials i.fa-facebook:hover {
  background: rgb(67, 96, 152) !important;
  color: rgb(255, 2552, 255) !important;
}

.mod_socials.color i.fa-twitter,
.mod_socials .social-FontAwesome.color i.fa-twitter,
.mod_socials i.fa-twitter:hover {
  background: #111418 !important;
  color: rgb(255, 2552, 255) !important;
}

.mod_socials.color i.fa-xing,
.mod_socials .social-FontAwesome.color i.fa-xing,
.mod_socials i.fa-xing:hover {
  background: rgb(0, 93, 94) !important;
  color: rgb(255, 2552, 255) !important;
}

.mod_socials.color i.fa-tumblr,
.mod_socials .social-FontAwesome.color i.fa-tumblr,
.mod_socials i.fa-tumblr:hover {
  background: rgb(45, 73, 102) !important;
  color: rgb(255, 2552, 255) !important;
}

.mod_socials.color i.fa-google-plus,
.mod_socials .social-FontAwesome.color i.fa-google-plus,
.mod_socials i.fa-google-plus:hover {
  background: rgb(217, 82, 50) !important;
  color: rgb(255, 2552, 255) !important;
}

.mod_socials.color i.fa-flickr,
.mod_socials .social-FontAwesome.color i.fa-flickr,
.mod_socials i.fa-flickr:hover {
  background: rgb(250, 29, 132) !important;
  color: rgb(255, 2552, 255) !important;
}

.mod_socials.color i.fa-linkedin,
.mod_socials .social-FontAwesome.color i.fa-linkedin,
.mod_socials i.fa-linkedin:hover {
  background: rgb(2, 116, 179) !important;
  color: rgb(255, 2552, 255) !important;
}

.mod_socials.color i.fa-instagram,
.mod_socials .social-FontAwesome.color i.fa-instagram,
.mod_socials i.fa-instagram:hover {
  background: rgb(167, 124, 98) !important;
  color: rgb(255, 2552, 255) !important;
}

.mod_socials.color i.fa-pinterest,
.mod_socials .social-FontAwesome.color i.fa-pinterest,
.mod_socials i.fa-pinterest:hover {
  background: rgb(205, 33, 40) !important;
  color: rgb(255, 2552, 255) !important;
}

.mod_socials.color i.fa-vimeo-square,
.mod_socials .social-FontAwesome.color i.fa-vimeo-square,
.mod_socials i.fa-vimeo-square:hover {
  background: rgb(52, 192, 238) !important;
  color: rgb(255, 2552, 255) !important;
}

.mod_socials.color i.fa-youtube,
.mod_socials .social-FontAwesome.color i.fa-youtube,
.mod_socials i.fa-youtube:hover {
  background: rgb(220, 33, 48) !important;
  color: rgb(255, 2552, 255) !important;
}

.mod_socials.color i:hover,
.mod_socials .social-FontAwesome.color i:hover {
  opacity: 0.7 !important;
}

/* =============================================================================
 * ce_table
 * ========================================================================== */

.ce_table {
  position: relative;
  overflow: visible;
}

.ce_table table {
  margin-bottom: 10px;
  width: 99.9%;
  text-align: center;
  position: relative;
}

.ce_table table a {
  text-decoration: underline;
}

.ce_table table td {
  border-top: solid 1px #e3e3e3;
  padding: 12px;
  text-align: left;
}

.ce_table table td p {
  margin: 0;
}

.ce_table table th {
  text-align: left;
  padding: 12px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  background: var(--accentColor);
}

.ce_table table tfoot td {
  font-weight: bold;
}

/* style striped */
.ce_table .table-striped td,
.ce_table.table-striped td {
  border: 0;
  background: rgba(200, 200, 200, 0.2);
}

.ce_table .table-striped tr:nth-child(even) td,
.ce_table.table-striped tr:nth-child(even) td {
  background: rgba(200, 200, 200, 0.3);
}

/* style striped-dark */
.ce_table .table-striped-dark td,
.ce_table.table-striped-dark td {
  border: 0;
  background: rgb(51, 51, 51);
}

.ce_table .table-striped-dark tr:nth-child(even) td,
.ce_table.table-striped-dark tr:nth-child(even) td {
  background: rgb(64, 64, 64);
}

.ce_table .table-striped-dark,
.ce_table.table-striped-dark {
  color: rgb(255, 255, 255);
}

.ce_table .table-striped-dark tfoot td,
.ce_table.table-striped-dark tfoot td {
  color: #fff;
}

/* style clean */
.ce_table .table-clean td,
.ce_table.table-clean td {
  padding: 25px;
  font-size: 0.9rem;
  vertical-align: top;
}

.ce_table .table-clean td.col_first,
.ce_table .table-clean th.col_first,
.ce_table.table-clean td.col_first,
.ce_table.table-clean th.col_first {
  padding-left: 0;
}

.ce_table .table-clean th,
.ce_table.table-clean th {
  background: none;
  color: inherit;
  border-bottom: 1px solid rgb(190, 190, 190);
  padding: 25px;
}

/* table style customstyle1 */
.ce_table.table-custom1 tr th {
  background: unset;
  color: unset;
  padding: 15px;
  border: unset;
  border-color: var(--tableCustom1HeaderBorderColor);
}

.ce_table.table-custom1 tr td {
  background: unset;
  color: unset;
  padding: 15px;
  border: unset;
  border-color: var(--tableCustom1BodyBorderColor);
}

/* table helper classes */
.ce_table.strict-responsive table {
  white-space: normal;
}

.ce_table.overflow {
  overflow-x: auto;
}

/* =============================================================================
 * dividers
 * ========================================================================== */

hr.divider_1 {
  padding: 0;
  border: none;
  border-top: 1px solid #ddd;
  color: #ccc;
  text-align: center;
  height: 1px;
  margin: 25px 0;
  clear: both;
  width: 100%;
  float: left;
}

hr.divider_2 {
  padding: 0;
  border: none;
  border-top: 3px double #ddd;
  color: #ccc;
  text-align: center;
  height: 1px;
  margin: 25px 0;
  clear: both;
  width: 100%;
  float: left;
}

hr.divider_3 {
  padding: 0;
  border: none;
  border-top: 1px solid #ddd;
  color: #ccc;
  text-align: center;
  height: 1px;
  margin: 25px 0;
  position: relative;
  clear: both;
  width: 100%;
  float: left;
}

hr.divider_3:before {
  width: 20%;
  height: 1px;
  bottom: 0;
  left: 50%;
  position: absolute;
  display: block;
  content: "";
  background: var(--accentColor);
  margin-left: -10%;
}

.divider_4 {
  display: block;
  text-align: center;
  clear: both;
}

.divider_4_first {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  border: 3px solid rgb(152, 152, 152);
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.divider_4_second {
  width: 4px;
  height: 4px;
  margin-top: 2px;
  margin-left: 2px;
  background-color: var(--accentColor);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.divider_4::after,
.divider_4::before {
  background-color: var(--accentColor);
  display: inline-block !important;
  vertical-align: middle;
  content: "";
  width: 70px;
  height: 1px;
  margin-top: -6px;
}

.divider_5 {
  display: block;
  text-align: center;
  clear: both;
}

.divider_5 i {
  font-size: 1.333rem;
  padding-left: 10px;
  padding-right: 10px;
  color: var(--accentColor);
}

.divider_5:after,
.divider_5:before {
  background-color: rgb(152, 152, 152);
  display: inline-block !important;
  vertical-align: middle;
  content: "";
  width: 30%;
  height: 1px;
  margin-top: -6px;
}

/* =============================================================================
 * comment_default
 * ========================================================================== */

.comment_default {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}

/* =============================================================================
 * lists in text-elements
 * ========================================================================== */

.ce_text ul,
.ce_text ol {
  margin-bottom: 15px;
}

.ce_text li,
.ce_text ol {
  line-height: 1.5em;
}

.ce_text ul,
.ce_text ol {
  padding-left: 25px;
}

.ce_text ul li {
  list-style-type: disc;
  list-style-position: outside;
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
}

.ce_text ul li:first-child {
  padding-top: 0;
}

.ce_text ol {
  list-style: decimal;
}

.ce_text ol ol {
  list-style: upper-alpha;
}

.ce_text ol ol ol {
  list-style: lower-roman;
}

/* =============================================================================
 * lists default style
 * ========================================================================== */

.ce_list ol {
  list-style-type: decimal;
  padding-left: 25px;
}

.ce_list ul {
  padding-left: 25px;
  list-style-type: circle;
}

.ce_list li {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.ce_list li:first-child {
  padding-top: 0 !important;
}

.ce_list li:after {
  content: "";
  width: 70px;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  left: -26px;
  bottom: 0;
}

.color-white .ce_list li:after {
  background: rgba(255, 255, 255, 0.5);
}

/* hasIcon */
.ce_list.hasIcon li i {
  margin-right: 1em;
}

.ce_list.hasIcon ul {
  padding-left: 0;
}

.ce_list.hasIcon ol li,
.ce_list.hasIcon ul li {
  display: flex;
  align-items: center;
}

/* =============================================================================
 * lists_v2
 * ========================================================================== */

.ce_list.style2 ul {
  padding-left: 25px;
  list-style-type: circle;
}

.ce_list.style2 li {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  font-size: 1.3rem;
}

.ce_list.style2 li:first-child {
  padding-top: 0;
}

.ce_list.style2 li:after {
  display: none;
}

/* hasIcon */
.ce_list.style2.hasIcon li i {
  margin-right: 1em;
}

.ce_list.style2.hasIcon ul {
  padding-left: 0;
}

/* =============================================================================
 * lists_v3
 * ========================================================================== */

.ce_list.style3 ul {
  padding-left: 20px;
  list-style-type: circle;
}

.ce_list.style3 li {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  font-size: 1.1rem;
}

.ce_list.style3 li:first-child {
  padding-top: 0;
}

.ce_list.style3 li:after {
  content: "";
  width: 70px;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  left: -26px;
  bottom: 0;
}

.color-white .ce_list.style3 li:after {
  background: rgba(255, 255, 255, 0.5);
}

/* hasIcon */
.ce_list.style3.hasIcon li i {
  margin-right: 1em;
}

.ce_list.style3.hasIcon ul {
  padding-left: 0;
}

/* =============================================================================
 * ce_contao_content_slider
 * ========================================================================== */

.ce_sliderStart {
  position: relative;
}

.slider-control a.slider-next:after {
  content: "\f105";
  font-family: FontAwesome;
  right: 0px;
  position: relative;
  color: #fff;
  font-size: 50px;
  text-shadow: 0px 0px 1px rgb(102, 102, 102);
  opacity: 0;
  -webkit-transition: All 0.9s ease;
  transition: All 0.9s ease;
}

.slider-control a.slider-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  color: #fff;
  left: 0px;
  position: relative;
  font-size: 50px;
  text-shadow: 0px 0px 1px rgb(102, 102, 102);
  opacity: 0;
  -webkit-transition: All 0.9s ease;
  transition: All 0.9s ease;
}

.slider-control a.slider-prev:active:before,
.slider-control a.slider-next:active:after {
  top: 1px;
}

.ce_sliderStart:hover .slider-control a.slider-next:after {
  opacity: 1;
  right: 10px;
}
.ce_sliderStart:hover .slider-control a.slider-prev:before {
  opacity: 1;
  left: 10px;
}

.ce_sliderStart .slider-control .slider-menu {
  bottom: 0;
  top: auto;
  font-size: 0;
  line-height: 40px;
}

.ce_sliderStart .slider-control a {
  top: 50%;
  line-height: 50px;
  margin-top: -51px;
}

body #main .ce_sliderStart .slider-control a {
  color: transparent !important;
}

.ce_sliderStart .slider-control {
  height: 50px;
  position: static;
}

.ce_sliderStart .slider-control .slider-menu b {
  width: 10px;
  background: #fff;
  display: inline-block;
  text-indent: -9999em;
  line-height: 6px;
  font-family: Arial, sans-serif;
  margin: 0 3px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #fff;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.ce_sliderStart .slider-control .slider-menu b.active {
  background: rgba(0, 0, 0, 0.1);
  width: 12px;
  height: 12px;
  position: relative;
  top: -1px;
}

.ce_sliderStart .slider-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
}

/* =============================================================================
 * ce_contao_content_slider (in #slider section)
 * ========================================================================== */

#slider .slider-wrapper,
#slider .ce_slidertext .table {
  max-height: 700px;
}

#slider .slider-control a.slider-next:after,
#slider .slider-control a.slider-prev:before {
  font-size: 90px;
}

#slider .slider-control {
  background: #fff;
}

#slider .ce_slidertext .contentwrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
}

#slider .ce_slidertext .table {
  display: table;
  width: 100%;
  height: 100%;
}

#slider .ce_slidertext .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
}

#slider .ce_slidertext h1,
#slider .ce_slidertext .h1 {
  font-size: 65px;
}

#slider .ce_slidertext p {
  font-size: 20px;
}

#slider .ce_slidertext p a {
  margin-top: 20px;
}

/* =============================================================================
 * content-swiper
 * ========================================================================== */

.swiper-container.hide-arrows .swiper-button-next,
.swiper-container.hide-arrows .swiper-button-prev {
  display: none !important;
}

.content-swiper .swiper-button-next,
.content-swiper .swiper-button-prev {
  color: #333;
  background: none;
}

.content-swiper .swiper-pagination-bullet-active {
  background: #333;
}

/* =============================================================================
 * content-accordion
 * ========================================================================== */

.content-accordion .handorgel__header button.handorgel__header__button:hover {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 1px solid #eee;
}

/* =============================================================================
 * content-description-list
 * ========================================================================== */

.content-description-list {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #f9f9f9;
}

.content-description-list dl {
  margin: 0;
  padding: 0;
}

.content-description-list dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.content-description-list dd {
  margin-left: 0;
  margin-bottom: 10px;
}

/* =============================================================================
 * ce_headline
 * ========================================================================== */

.ce_headline.width-l {
  max-width: 700px;
}

.ce_headline.width-m {
  max-width: 500px;
}

.ce_headline.width-s {
  max-width: 350px;
}

.ce_headline.h-align-center.width-l,
.ce_headline.h-align-center.width-m,
.ce_headline.h-align-center.width-s {
  margin-left: auto;
  margin-right: auto;
}

.ce_headline [class^="label"] {
  position: relative;
  top: -0.6em;
  font-size: 0.6em;
  padding: 1px 6px;
}

/* =============================================================================
 * ce_text
 * ========================================================================== */

.ce_text .image_container img {
  width: auto;
}

.ce_text .image_container.float_right,
.ce_text .image_container.float_left {
  width: auto;
}

.ce_text.width-l {
  max-width: 700px;
}

.ce_text.width-m {
  max-width: 500px;
}

.ce_text.width-s {
  max-width: 350px;
}

.ce_text.h-align-center.width-l,
.ce_text.h-align-center.width-m,
.ce_text.h-align-center.width-s {
  margin-left: auto;
  margin-right: auto;
}

.ce_text.format-p-small p,
.ce_text.format-p-small ul,
.ce_text.format-p-small ol {
  font-size: var(--paragraph-small-font-size);
  line-height: var(--paragraph-small-line-height);
}

.ce_text.format-p-medium p,
.ce_text.format-p-medium ul,
.ce_text.format-p-medium ol {
  font-size: var(--paragraph-medium-font-size);
  line-height: var(--paragraph-medium-line-height);
}

.ce_text.format-p-large p,
.ce_text.format-p-large ul,
.ce_text.format-p-large ol {
  font-size: var(--paragraph-large-font-size);
  line-height: var(--paragraph-large-line-height);
}

.ce_text.mb-0 p:last-of-type {
  margin-bottom: 0;
}

/* =============================================================================
 * ce_downloads
 * ========================================================================== */

.ce_download img.mime_icon,
.ce_downloads img.mime_icon {
  vertical-align: middle;
}

.ce_download a,
.ce_downloads a {
  text-decoration: none;
}

.ce_downloads a span.size {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.ce_download a span.size {
  color: rgba(255, 255, 255, 0.5);
}

.ce_downloads li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}

/* =============================================================================
 * ce_downloads_box
 * ========================================================================== */

.ce_downloads_box .ce_downloads_box_inside {
  background: rgb(248, 248, 248);
  padding: 30px;
  font-size: 0.85rem;
}

.ce_downloads_box .ce_downloads_box_inside li {
  border: 0;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.ce_downloads_box .ce_downloads_box_inside li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.ce_downloads_box .ce_downloads_box_inside li img {
  margin-right: 4px;
}

.ce_downloads_box .ce_downloads_box_inside .size {
  display: none;
}

/* =============================================================================
 * ce_download
 * ========================================================================== */

.ce_download_default a {
  background: var(--accentColor);
  color: #fff;
  padding: 35px;
  border-radius: 30px;
  position: relative;
  display: block;
}

.ce_download a:after {
  font-family: "FontAwesome";
  content: "\f0ed";
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -35px;
  font-size: 70px;
  color: rgba(255, 255, 255, 0.1);
  line-height: 70px;
}

.ce_download_small {
  margin-bottom: 10px;
}

.ce_download_small:after {
  display: none;
}

.ce_download_small .ce_download_small_inside a {
  border: 1px solid var(--accentColor);
  padding: 10px 15px;
  position: relative;
  display: block;
  color: inherit;
}

.ce_download_small .ce_download_small_inside a:after {
  font-family: "FontAwesome";
  content: "\f0ed";
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -35px;
  font-size: 35px;
  line-height: 70px;
  opacity: 0.4;
  color: var(--accentColor);
}

/* =============================================================================
 * ce_dropcap
 * ========================================================================== */

p.dropcap:first-letter,
.dropcap p:first-child:first-letter {
  font-size: 4rem;
  float: left;
  margin-right: 7px;
  line-height: 57px;
}

/* =============================================================================
 * ce_comments
 * ========================================================================== */

.ce_comments .widget {
  margin-bottom: 10px;
}

/* =============================================================================
 * ce_video_custom
 * ========================================================================== */

.ce_video_custom,
.ce_youtube .ce_youtube_inner,
.ce_vimeo .ce_vimeo_inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.ce_video_custom iframe,
.ce_video_custom object,
.ce_video_custom embed,
.ce_youtube iframe,
.ce_youtube object,
.ce_youtube embed,
.ce_vimeo iframe,
.ce_vimeo object,
.ce_vimeo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce_video_custom video,
.ce_youtube video,
.ce_vimeo video {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: 100%;
}

/* =============================================================================
 * ce_player
 * ========================================================================== */

.ce_player video {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: 100% !important;
}

/* =============================================================================
 * video in lightbox/colorbox
 * ========================================================================== */

#colorbox video {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: 100%;
}

/* =============================================================================
 * lightbox/colorbox
 * ========================================================================== */

body #colorbox,
body #cboxOverlay,
body #cboxWrapper {
  z-index: 99999;
}

/* =============================================================================
 * ce_accordion
 * ========================================================================== */

.ce_accordionStart {
  position: relative;
}

.ce_accordion .accordion {
  padding: 20px;
  border: 0;
  background: none;
}

.ce_accordion .accordion > div {
  padding: 0;
}

.ce_accordion .toggler {
  text-align: left;
  width: 100%;
  color: inherit;
  font-size: 1rem;
  background: none;
  line-height: 30px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 6px;
}

.ce_accordion .toggler:hover {
  border: 0;
}

.ce_accordion .toggler i.fa {
  background: var(--accentColor);
}

.ce_accordionStart:last-of-type .toggler {
  margin-bottom: 0;
}

.ce_accordion .toggler:hover {
  color: rgb(76, 76, 76);
}

.ce_accordion .toggler:before {
  width: 25px;
  height: 25px;
  float: right;
  clear: both;
  display: inline-block;
  margin-left: 15px;
  padding: 0;
  text-align: center;
  font: 1.3em/28px FontAwesome;
  font-weight: normal;
  color: var(--accentColor);
  content: "\f107";
}

.ce_accordion .toggler.ui-state-active:before {
  font-family: FontAwesome;
  content: "\f106";
}

.ce_accordionSingle {
  margin-bottom: 1px;
}

/* =============================================================================
 * ce_accordion_v2
 * ========================================================================== */

.ce_accordion_v2,
.ce_accordion.style2 {
  margin-bottom: 10px;
  overflow: visible;
  border: 0;
}

.ce_accordion_v2 .toggler,
.ce_accordion.style2 .toggler {
  padding: 1rem 1rem 1rem 4rem;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.03);
  cursor: pointer;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  position: relative;
  font-weight: bold;
  border: 1px solid rgb(220, 220, 220);
  width: 100%;
  color: inherit;
  font-size: 1rem;
  background: none;
  text-align: left;
}

.ce_accordion_v2 .toggler:not(.ui-state-active):hover,
.ce_accordion.style2 .toggler:not(.ui-state-active):hover {
  color: var(--accentColor);
}

.ce_accordion_v2 .toggler:before,
.ce_accordion.style2 .toggler:before {
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  padding: 0;
  text-align: center;
  font: 1rem/1.6rem FontAwesome;
  font-weight: normal;
  content: "\f067";
  border-radius: 100%;
  border: 2px solid;
}

.firefox .ce_accordion_v2 .toggler:before,
.firefox .ce_accordion.style2 .toggler:before {
  line-height: 1.6rem;
}

.ce_accordion_v2 .toggler.ui-state-active:before,
.ce_accordion.style2 .toggler.ui-state-active:before {
  content: " \f068";
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

.ce_accordion_v2 .toggler.ui-state-active,
.ce_accordion.style2 .toggler.ui-state-active {
  color: rgb(255, 255, 255);
  background: var(--accentColor);
}

.ce_accordion_v2 .accordion,
.ce_accordion.style2 .accordion {
  padding: 25px 0;
}

/* ie11 render bug */
.ie11 .ce_accordion_v2 .toggler:before,
.ie11 .ce_accordion.style2 .toggler:before {
  border: 0;
  transform: none;
}

/* =============================================================================
 * ce_hyperlink
 * ========================================================================== */

/* defaults */
.ce_hyperlink a,
a.btn {
  display: inline-block;
  padding-left: var(--hyperlink-default-padding-left);
  padding-right: var(--hyperlink-default-padding-right);
  padding-top: var(--hyperlink-default-padding-top);
  padding-bottom: var(--hyperlink-default-padding-bottom);
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
  background: var(--accentColor);
  border: var(--hyperlink-default-border-width) solid var(--accentColor);
  min-width: var(--hyperlink-default-min-width);
  text-align: center !important;
  position: relative;
  font-weight: var(--hyperlink-default-font-weight);
  color: #fff;
  line-height: var(--hyperlink-default-line-height);
  font-size: var(--hyperlink-default-font-size);
}

.ce_hyperlink a:hover,
a.btn:hover {
  opacity: 0.8;
}

/* color */
.ce_hyperlink.btn-accent a,
.ce_revolutionslider_hyperlink.btn-accent {
  background: var(--accentColor);
  border-color: var(--accentColor);
}

.ce_hyperlink.btn-accent-outline a,
.ce_revolutionslider_hyperlink.btn-accent-outline {
  border-color: var(--accentColor);
  color: var(--accentColor);
  background: transparent;
}

.ce_hyperlink.btn-second a,
.ce_revolutionslider_hyperlink.btn-second {
  background: var(--secondColor);
  border-color: var(--secondColor);
}

.ce_hyperlink.btn-second-outline a,
.ce_revolutionslider_hyperlink.btn-second-outline {
  border-color: var(--secondColor);
  color: var(--secondColor);
  background: transparent;
}

.ce_hyperlink.btn-white a,
.ce_revolutionslider_hyperlink.btn-white {
  background: #fff;
  border-color: #fff;
  color: var(--accentColor);
}

.ce_hyperlink.btn-white-outline a,
.ce_revolutionslider_hyperlink.btn-white-outline {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.ce_hyperlink.btn-white-outline.has-icon a i,
.ce_revolutionslider_hyperlink.has-icon.btn-white-outline i {
  border: 1px solid #fff;
  background: none;
}

.ce_hyperlink.btn-gray a,
.ce_revolutionslider_hyperlink.btn-gray {
  background: #3c3c3c;
  border-color: #3c3c3c;
  color: #fff;
}

.ce_hyperlink.btn-gray-outline a,
.ce_revolutionslider_hyperlink.btn-gray-outline {
  border-color: #3c3c3c;
  color: #3c3c3c;
  background: transparent;
}

.ce_hyperlink.btn-black a,
.ce_revolutionslider_hyperlink.btn-black {
  background: #000;
  border-color: #000;
  color: #fff;
}

.ce_hyperlink.btn-black-outline a,
.ce_revolutionslider_hyperlink.btn-black-outline {
  border-color: #000;
  color: #000;
  background: transparent;
}

.ce_hyperlink.btn-trnsp a,
.ce_revolutionslider_hyperlink.btn-trnsp {
  background: transparent;
  border-color: transparent;
  color: inherit;
}

.ce_hyperlink.btn-trnsp-white a,
.ce_revolutionslider_hyperlink.btn-trnsp-white {
  background: transparent;
  border-color: transparent;
  color: #fff;
}

.ce_hyperlink a.success,
a.btn.success {
  background: rgb(157, 213, 93);
  border-color: rgb(157, 213, 93);
}

.ce_hyperlink a.secondary,
a.btn.secondary {
  background: rgb(231, 231, 231);
  border-color: rgb(231, 231, 231);
  color: rgb(51, 51, 51);
}

.ce_hyperlink a.alert,
a.btn.alert {
  background: rgb(247, 80, 90);
  border-color: rgb(247, 80, 90);
}

.ce_hyperlink a.warning,
a.btn.warning {
  background: rgb(240, 138, 36);
  border-color: rgb(240, 138, 36);
}

.ce_hyperlink a.info,
a.btn.info {
  background: rgb(160, 211, 232);
  border-color: rgb(160, 211, 232);
  color: rgb(51, 51, 51);
}

.ce_hyperlink.btn-customColor1-dark a,
.ce_revolutionslider_hyperlink.btn-customColor1-dark {
  background: var(--customColor1);
  border-color: var(--customColor1);
  color: inherit;
}

.ce_hyperlink.btn-customColor1-light a,
.ce_revolutionslider_hyperlink.btn-customColor1-light {
  background: var(--customColor1);
  border-color: var(--customColor1);
  color: #fff;
}

.ce_hyperlink.btn-customColor2-dark a,
.ce_revolutionslider_hyperlink.btn-customColor2-dark {
  background: var(--customColor2);
  border-color: var(--customColor2);
  color: inherit;
}

.ce_hyperlink.btn-customColor2-light a,
.ce_revolutionslider_hyperlink.btn-customColor2-light {
  background: var(--customColor2);
  border-color: var(--customColor2);
  color: #fff;
}

/* hyperlink extended - own colors */
.ce_hyperlink.btn-own-color-dark a {
  color: #333;
}

.ce_hyperlink.btn-own-color-light a {
  color: #fff;
}

/* size */
.ce_hyperlink.btn-size-small a,
.ce_revolutionslider_hyperlink.btn-size-small {
  padding-left: var(--hyperlink-small-padding-left);
  padding-right: var(--hyperlink-small-padding-right);
  padding-top: var(--hyperlink-small-padding-top);
  padding-bottom: var(--hyperlink-small-padding-bottom);
  font-size: var(--hyperlink-small-font-size);
  font-weight: var(--hyperlink-small-font-weight);
  line-height: var(--hyperlink-small-line-height);
  min-width: var(--hyperlink-small-min-width);
  border-width: var(--hyperlink-small-border-width);
}

.ce_hyperlink.btn-size-medium a,
.ce_revolutionslider_hyperlink.btn-size-medium {
  padding-left: var(--hyperlink-medium-padding-left);
  padding-right: var(--hyperlink-medium-padding-right);
  padding-top: var(--hyperlink-medium-padding-top);
  padding-bottom: var(--hyperlink-medium-padding-bottom);
  font-size: var(--hyperlink-medium-font-size);
  font-weight: var(--hyperlink-medium-font-weight);
  line-height: var(--hyperlink-medium-line-height);
  min-width: var(--hyperlink-medium-min-width);
  border-width: var(--hyperlink-medium-border-width);
}

.ce_hyperlink.btn-size-large a,
.ce_revolutionslider_hyperlink.btn-size-large {
  padding-left: var(--hyperlink-large-padding-left);
  padding-right: var(--hyperlink-large-padding-right);
  padding-top: var(--hyperlink-large-padding-top);
  padding-bottom: var(--hyperlink-large-padding-bottom);
  font-size: var(--hyperlink-large-font-size);
  font-weight: var(--hyperlink-large-font-weight);
  line-height: var(--hyperlink-large-line-height);
  min-width: var(--hyperlink-large-min-width);
  border-width: var(--hyperlink-large-border-width);
}

.ce_hyperlink.btn-size-wide a {
  padding: 10px 90px;
}

.ce_hyperlink.btn-size-full a {
  display: block;
  min-width: none;
}

/* has-icon */
.ce_hyperlink.has-icon a {
  position: relative;
}

.ce_hyperlink.has-icon a i {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0);
  border-radius: 100%;
  line-height: var(--hyperlink-default-icon-size);
  width: var(--hyperlink-default-icon-size);
  height: var(--hyperlink-default-icon-size);
  font-size: var(--hyperlink-default-icon-font-size);
}

.ce_hyperlink.has-icon.icon-pos-before a i {
  left: 10px;
}

.ce_hyperlink.has-icon.icon-pos-after a i {
  right: 10px;
}

.ce_hyperlink.has-icon.icon-pos-before a > span {
  padding-left: 1.5em;
}

.ce_hyperlink.has-icon.icon-pos-after a > span {
  padding-right: 1.5em;
}

.ce_hyperlink.has-icon.btn-size-large a i {
  line-height: var(--hyperlink-large-icon-size);
  width: var(--hyperlink-large-icon-size);
  height: var(--hyperlink-large-icon-size);
  font-size: var(--hyperlink-large-icon-font-size);
}

.ce_hyperlink.has-icon.btn-size-large a > span {
  padding-right: 1.5em;
}

.ce_hyperlink.has-icon.btn-size-medium a i {
  line-height: var(--hyperlink-medium-icon-size);
  width: var(--hyperlink-medium-icon-size);
  height: var(--hyperlink-medium-icon-size);
  font-size: var(--hyperlink-medium-icon-font-size);
  right: 8px;
}

.ce_hyperlink.has-icon.btn-size-medium a > span {
  padding-right: 1.5em;
}

.ce_hyperlink.has-icon.btn-size-small a i {
  line-height: var(--hyperlink-small-icon-size);
  width: var(--hyperlink-small-icon-size);
  height: var(--hyperlink-small-icon-size);
  font-size: var(--hyperlink-small-icon-font-size);
  right: 6px;
}

.ce_hyperlink.has-icon.btn-size-small a > span {
  padding-right: 1.5em;
}

.ce_hyperlink.has-icon.icon-animated a i {
  opacity: 0;
  transform: translateY(-50%) translateX(-10px);
  transition: all 0.2s ease;
}

.ce_hyperlink.has-icon.icon-animated a span {
  display: inline-block;
  transition: all 0.2s ease;
  transform: translateX(0);
  padding-right: 0;
  padding-left: 0;
}

.ce_hyperlink.has-icon.icon-animated a:hover i {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.ce_hyperlink.has-icon.icon-animated.icon-pos-before a:hover span {
  transform: translateX(20px);
}

.ce_hyperlink.has-icon.icon-animated.icon-pos-after a:hover span {
  transform: translateX(-20px);
}

.ce_hyperlink.has-icon[class*="outline"] a i {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
}

/* border-radius */

.ce_hyperlink {
  border-radius: 0;
}

.ce_hyperlink[class*="radius-3"] a {
  border-radius: 3px;
}

.ce_hyperlink[class*="radius-5"] a {
  border-radius: 5px;
}

.ce_hyperlink[class*="radius-10"] a {
  border-radius: 10px;
}

.ce_hyperlink[class*="radius-20"] a {
  border-radius: 20px;
}

.ce_hyperlink[class*="radius-50"] a {
  border-radius: 50px;
}

.ce_hyperlink[class*="radius-100"] a {
  border-radius: 100px;
}

/* inline */
.ce_hyperlink.h-align-inline,
.ce_hyperlink.inline-button {
  display: inline-block;
  margin-right: 5px;
}

/* text-link */
.ce_hyperlink a.link-white,
a.btn.link-white {
  color: var(--accentColor);
  border: 2px solid rgb(255, 255, 255);
  background: rgb(255, 255, 255);
}

.ce_hyperlink a.link-white:hover,
a.btn.link-white:hover {
  background: var(--accentColor);
  color: rgb(255, 255, 255);
}

.ce_hyperlink a.link-white.outline,
a.btn.link-white.outline {
  color: rgb(255, 255, 255);
  background: none;
}

.ce_hyperlink a.link-white.outline:hover,
a.btn.link-white.outline:hover {
  background: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: rgb(37, 37, 37);
}

.ce_text a.btn {
  margin-top: 15px;
}

/* margin-bottom 0 */
.ce_hyperlink.mb-0 a {
  margin-bottom: 0;
}

/* hover-animations */
.ce_hyperlink.animate-style1 {
  overflow: visible;
}

.ce_hyperlink.animate-style1 a {
  transition: all 0.2s ease-in;
}

.ce_hyperlink.animate-style1 a:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.ce_hyperlink.animate-style2 {
  overflow: visible;
}

.ce_hyperlink.animate-style2 a {
  transition: all 0.2s ease-in;
}

.ce_hyperlink.animate-style2 a:hover {
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
  transform: translateY(-3px);
}

.ce_hyperlink.animate-style3 {
  overflow: visible;
}

.ce_hyperlink.animate-style3 a {
  position: relative;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.ce_hyperlink.animate-style3 a:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transform: scale(1.03);
}

.ce_hyperlink.animate-style4 .hyperlink_txt span {
  display: inline-block;
  position: relative;
}

.ce_hyperlink.animate-style4 .hyperlink_txt span span {
  display: inline-block;
  position: relative;
}

.ce_hyperlink.animate-style4 .hyperlink_txt:hover span span {
  animation: letter_animation_4 0.5s cubic-bezier(0.45, 0.4, 0.56, 0.85) forwards;
}

@keyframes letter_animation_4 {
  0% {
    opacity: 0;
    transform: translateY(125%);
  }

  30% {
    opacity: 1;
  }

  45% {
    opacity: 1;
    transform: translateY(-25%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.ce_hyperlink.animate-style5 .hyperlink_txt span {
  display: inline-block;
  position: relative;
}

.ce_hyperlink.animate-style5 .hyperlink_txt span span {
  display: inline-block;
  position: relative;
}

.ce_hyperlink.animate-style5 .hyperlink_txt:hover span span {
  animation: letter_animation_5 0.5s cubic-bezier(0.45, 0.4, 0.56, 0.85) forwards;
}

@keyframes letter_animation_5 {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  30% {
    opacity: 1;
  }

  45% {
    opacity: 1;
    transform: translateY(-25%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =============================================================================
 * mod_article
 * ========================================================================== */

#main .mod_article {
  position: relative;
}

#main .mod_article.smallwidth {
  margin-left: auto;
  margin-right: auto;
}

#main .mod_article.smallwidth .contentwrap {
  padding-left: 17%;
  padding-right: 17%;
}

.mod_article.ol-bg-accent .article-overlay {
  background: var(--accentColor);
}

.mod_article.ol-bg-second .article-overlay {
  background: var(--secondColor);
}

/* =============================================================================
 * mod_subscribe
 * ========================================================================== */

.mod_subscribe table td,
.mod_subscribe table {
  border: 0;
}

.mod_subscribe input.submit[type="submit"],
.mod_subscribe button.submit[type="submit"] {
  border-width: 1px;
  padding: 10px;
  border-radius: 0;
  font-weight: normal;
  text-align: center !important;
}

.mod_subscribe input.text {
  max-width: 290px;
  margin-bottom: 10px;
  height: 48px;
  text-align: left !important;
}

.mod_subscribe .formbody {
  margin: 0;
  display: flex;
}

.mod_subscribe.align-center {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.mod_subscribe.align-center .formbody {
  justify-content: center;
}

.mod_subscribe.align-right .formbody {
  justify-content: flex-end;
}

.mod_subscribe .widget.widget-text {
  min-width: 280px;
}

/* =============================================================================
 * mod_subscribe in sidebar
 * ========================================================================== */

#right .mod_subscribe .formbody {
  display: block;
}

#right .mod_subscribe .formbody .widget-text {
  margin-bottom: 0;
  min-width: 0;
}

#left .mod_subscribe .formbody {
  display: block;
}

#left .mod_subscribe .formbody .widget-text {
  margin-bottom: 0;
  min-width: 0;
}

/* =============================================================================
 * mod_login
 * ========================================================================== */

.mod_login table td,
.mod_login table {
  border: 0;
}

.mod_login {
  padding: 5%;
  background: rgba(255, 255, 255, 0.95);
  margin: 10px auto;
  max-width: 450px;
}

.mod_login .checkbox_container label {
  margin-left: 5px;
}

.mod_login .submit_container,
.mod_login input.submit,
.mod_login button.submit {
  margin: 0;
}

.mod_login .formbody {
  margin: 0;
}

.mod_login .widget-submit {
  margin-bottom: 0;
  margin-top: 15px;
}

/* =============================================================================
 * mod_calendar
 * ========================================================================== */

.mod_calendar table {
  border: 0;
  width: 100%;
}

.mod_calendar .calendar td {
  width: 14%;
  height: 7em;
  padding: 0;
  border: 1px solid #ddd;
  vertical-align: top;
}

.mod_calendar td .event {
  display: inline-block;
  font-size: 0.7333rem;
}

.mod_calendar th.label {
  padding: 10px 0;
}

.mod_calendar th.head {
  padding: 0;
  background: var(--accentColor);
  border-top: 1px solid var(--accentColor);
  border-right: 1px solid var(--accentColor);
  border-left: 1px solid var(--accentColor);
  color: #fff;
}

.mod_calendar th.previous a,
.mod_calendar th.next a {
  display: inline-block;
  padding: 10px;
  background-color: var(--accentColor);
  text-decoration: none;
  color: #fff;
}

.mod_calendar th.previous a:hover,
.mod_calendar th.next a:hover {
  border-color: #84898d !important;
}

.mod_calendar th.current {
  text-align: center;
}

.mod_calendar th.next {
  text-align: right;
}

.mod_calendar th.previous {
  text-align: left;
}

.mod_calendar th.label {
  text-align: center;
  background-color: #2c2c2c;
  border-right: 1px solid #2c2c2c;
  border-left: 1px solid #2c2c2c;
  color: #fff;
}

.mod_calendar td div.header {
  padding: 3px 3px 3px 6px;
  background-color: #f8f8f8;
  font-size: 0.8667rem;
  line-height: normal;
}

.mod_calendar td.empty {
  background: #fff;
}

.mod_calendar td .event {
  width: 99%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  padding: 5px;
}

.mod_calendar td.today {
  background-color: #f8f8f8;
}

.mod_calendar th.current {
  padding: 10px;
}

.mod_calendar th.current:before {
  display: inline-block;
  margin-right: 8px;
  font-family: FontAwesome;
  content: "\f133";
}

/* =============================================================================
 * mod_faqpage
 * ========================================================================== */

.mod_faqpage h2,
.mod_faqpage .h2 {
  display: none;
}

.mod_faqpage .info {
  font-size: 0.8rem;
}

.mod_faqpage h3,
.mod_faqpage .h3 {
  font-size: 1.2rem;
}

.mod_faqpage .h3:before,
.mod_faqpage h3:before {
  font-family: "FontAwesome";
  content: "\f059";
  margin-right: 5px;
  color: var(--accentColor);
}

.mod_faqpage section {
  display: inline-block;
  width: 49.5%;
  padding: 40px;
  border: 0 !important;
  vertical-align: top;
}

.mod_faqpage .toplink {
  display: none;
}

/* =============================================================================
 * mod_search
 * ========================================================================== */

.mod_search input,
.mod_search .widget-text {
  width: 45%;
  float: left;
  height: 48px !important;
}

.mod_search input.submit,
.mod_search button.submit {
  border: 1px solid rgb(152, 152, 152);
  border-radius: 0;
}

.mod_search button.submit {
  border: 0 !important;
}

.mod_search p.header {
  margin-top: 15px;
  background: none !important;
  clear: both;
}

.mod_search input:not(.submit),
.mod_search button:not(.submit) {
  -webkit-appearance: textfield !important;
}

.mod_search .widget-submit {
  float: left;
}

.mod_search.align-center form {
  display: inline-block;
}

.mod_search.align-center .widget-text {
  min-width: 300px;
}

.mod_search .submit {
  border: 1px solid var(--accentColor);
}

#main .mod_search {
  text-align: center;
}

#main .mod_search .widget-text {
  min-width: 350px;
  margin-right: 10px;
}

#main .mod_search input {
  border-radius: 20px;
}

#main .mod_search form {
  display: inline-block;
}

#main .mod_search input.submit,
#main .mod_search button.submit {
  border-radius: 20px;
}

/* =============================================================================
 * mod_registration
 * ========================================================================== */

.mod_registration {
  padding: 35px;
  background: rgba(0, 0, 0, 0.4);
  max-width: 600px;
  border-radius: 20px;
}

.mod_registration .widget {
  margin-bottom: 10px;
  overflow: hidden;
}

.mod_registration .widget.widget-submit {
  margin-top: 25px;
  margin-bottom: 0;
}

.mod_registration label {
  color: rgb(255, 255, 255);
  display: block;
}

.mod_registration .submit_container {
  width: 100%;
  margin-top: 0;
}

.mod_registration .captcha_text {
  display: block;
  color: red;
  font-size: 0.9333rem;
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: 0;
  font-weight: bold;
}

.mod_registration h1,
.mod_registration h2,
.mod_registration h3,
.mod_registration h4,
.mod_registration h5,
.mod_registration h6 {
  color: #fff;
  margin-bottom: 15px;
}

/* =============================================================================
 * mod_sitemap
 * ========================================================================== */

.mod_sitemap {
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #ddd;
  max-width: 800px;
  margin: auto;
}

.mod_sitemap .vlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mod_sitemap .vlist.level_1 > li {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mod_sitemap .vlist.level_2 > li {
  font-size: 18px;
  font-weight: normal;
  margin-left: 20px;
}

.mod_sitemap .vlist.level_3 > li {
  font-size: 16px;
  margin-left: 30px;
}

.mod_sitemap a {
  text-decoration: none;
  color: #000;
  padding: 5px 0;
  display: inline-block;
  position: relative;
}

.mod_sitemap a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #000;
}

.mod_sitemap a:focus {
  outline: 3px solid #ff6600;
  border-radius: 4px;
}

/* =============================================================================
 * portfolio grid-sizer
 * ========================================================================== */

.portfolio-col2 .grid-sizer {
  width: calc(100% / 2);
}

.portfolio-col3 .grid-sizer {
  width: calc(100% / 3);
}

.portfolio-col4 .grid-sizer {
  width: calc(100% / 4);
}

/* =============================================================================
 * helper class hide-subline
 * ========================================================================== */
[class^="mod_portfoliolist"].hide-subline .subline {
  display: none !important;
}

/* =============================================================================
 * forms
 * ========================================================================== */

input,
textarea,
select {
  padding: 15px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.15s linear 0s;
  width: 100%;
  font-family: inherit;
  font-size: 0.9rem;
}

input:active {
  transform: scale(0.95);
}

label {
  margin-bottom: 3px;
}

form .widget input,
form .widget textarea,
form .widget select {
  width: 100%;
}

form div.widget {
  position: relative;
}

textarea {
  height: 400px;
}

input:hover:not([type="submit"]),
button:hover:not([type="submit"]),
textarea:hover {
  border: 1px solid rgb(153, 153, 153);
}

input:focus,
textarea:focus {
  background-color: #fff;
  border: 1px solid var(--accentColor);
  border-radius: 0;
}

form .checkbox_container {
  overflow: hidden;
  margin-bottom: 2px;
}

input.checkbox {
  margin-right: 8px;
  padding: 0;
}

input.checkbox,
input.captcha {
  width: auto !important;
}

form div.widget {
  margin-bottom: 20px;
}

form fieldset {
  padding: 10px 10px 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

form.no-border fieldset {
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

form.no-border fieldset legend {
  margin-bottom: 25px;
}

form.no-border fieldset.checkbox_container {
  border: 0;
}

form fieldset {
  margin-bottom: 20px;
}

form fieldset.hidden {
  display: none;
}

form fieldset legend {
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  background-color: var(--accentColor);
  color: #fff;
  border-radius: 20px;
}

form select {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.3;
  height: 48px;
  padding: 5px 35px 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

.firefox form select {
  height: 49px;
}

form select option {
  padding-right: 10px;
  padding-left: 10px;
}

form select.multiselect option {
  padding-right: 0;
  padding-left: 0;
}

form textarea {
  font-family: inherit;
}

form .checkbox_container span,
form .widget-radio span {
  overflow: hidden;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

form .checkbox_container label,
form .widget-radio label {
  margin: 0;
}

form .widget-radio input {
  margin-right: 8px;
  width: auto;
  padding: 0;
}

form .widget-radio label {
  width: auto;
}

form span.mandatory {
  color: #f00;
}

form .captcha_text {
  margin: 10px 0 15px 15px;
  color: red;
}

form p.error {
  color: red;
}

form input.datepicker,
form input.timepicker {
  -webkit-appearance: none;
  height: 52px;
}

/* =============================================================================
 * submit input
 * ========================================================================== */

input.submit,
button.submit {
  display: inline-block;
  padding: 15px 20px;
  height: 48px;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
  width: auto;
  background: var(--accentColor);
  color: #fff;
  border-radius: 40px;
  min-width: 140px;
  text-align: center;
  position: relative;
  -webkit-appearance: none;
}

input.submit[type="submit"]:hover,
button.submit[type="submit"]:hover {
  background: var(--accentColor);
  opacity: 0.9;
}

input.submit,
button.submit,
form div.widget {
  font-family: inherit;
}

input.submit i:before,
button.submit i:before {
  font-family: FontAwesome;
  margin-right: 5px;
}

/* =============================================================================
 * form_textfield_floatlabel template
 * ========================================================================== */

input.floatlabel {
  margin-top: 1rem;
}

form div.placeholderlabel {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0 5px;
  background: rgb(255, 255, 255);
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  opacity: 0;
  font-size: 0.95rem;
}

form div.placeholderlabel.active {
  top: 0rem;
  opacity: 1;
}

/* =============================================================================
 * lightbox
 * ========================================================================== */

#cboxContent .back {
  display: none !important;
}

/* =============================================================================
 * fullscreen-helper
 * ========================================================================== */

.fullscreen-helper {
  height: 100vh;
}

/* =============================================================================
 * scroll-padding
 * ========================================================================== */

html {
  scroll-padding: 70px 0 0 0;
}

/* =============================================================================
 * swiper slider
 * ========================================================================== */

.swiper-container {
  position: relative;
  --swiper-theme-color: #333;
}

/* =============================================================================
 * mod_privacy_optin
 * ========================================================================== */

body .mod_privacy_optin .privacy_buttons input,
body .mod_privacy_optin_medium .privacy_buttons input {
  background: var(--accentColor);
}

/* =============================================================================
 * ce_privacy_iframe
 * ========================================================================== */

.ce_privacy_iframe iframe {
  width: 100%;
}

/* =============================================================================
 * viewport pixel
 * ========================================================================== */

#viewport-pixel {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  z-index: -1000;
  visibility: hidden;
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #viewport-pixel {
    opacity: 0.75;
  }
}

@media only screen and (max-width: 767px) {
  #viewport-pixel {
    opacity: 0.5;
  }
}

/* =============================================================================
 * styles
 * ========================================================================== */

html,
body {
  font-size: var(--body-fontSize);
}

body {
  color: var(--body-color);
  font-family: Verdana, sans-serif;
  line-height: 1.8rem;
  font-weight: normal;
}

/* =============================================================================
  * font classes
  * ========================================================================== */

.font_serif,
.font-serif {
  font-family: Times, serif;
}

.font_serif_2,
.font-serif-2 {
  font-family: Georgia, serif;
}

.font_sans_serif,
.font_sans-serif {
  font-family: Arial, sans-serif;
}

.font_monospace,
.font-monospace {
  font-family: Courier, monospace;
}

.customFont1 {
  font-family: var(--customFont1);
  font-size: var(--customFont1FontSize);
  font-weight: var(--customFont1Weight);
  line-height: var(--customFont1LineHeight);
}

.customFont2 {
  font-family: var(--customFont2);
  font-size: var(--customFont2FontSize);
  font-weight: var(--customFont2Weight);
  line-height: var(--customFont2LineHeight);
}

/* =============================================================================
  * headlines
  * ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.font_headline {
  margin-bottom: 25px;
  line-height: 1.3;
  color: rgb(59, 60, 66);
  word-wrap: break-word;
  font-weight: bold;
}

h1,
.h1,
.h1 p,
body .headline_style_h1 h1,
body .headline_style_h1 h2,
body .headline_style_h1 h3,
body .headline_style_h1 h4,
body .headline_style_h1 h5,
body .headline_style_h1 h6,
body h1.headline_style_h1,
body h1.headline_style_h1,
body h2.headline_style_h1,
body h3.headline_style_h1,
body h4.headline_style_h1,
body h5.headline_style_h1,
body h6.headline_style_h1 {
  font-size: var(--h1-fontSize);
  padding-top: 0;
}

h2,
.h2,
.h2 p,
body .headline_style_h2 h1,
body .headline_style_h2 h2,
body .headline_style_h2 h3,
body .headline_style_h2 h4,
body .headline_style_h2 h5,
body .headline_style_h2 h6,
body h1.headline_style_h2,
body h1.headline_style_h2,
body h2.headline_style_h2,
body h3.headline_style_h2,
body h4.headline_style_h2,
body h5.headline_style_h2,
body h6.headline_style_h2 {
  font-size: var(--h2-fontSize);
}

h3,
.h3,
.h3 p,
body .headline_style_h3 h1,
body .headline_style_h3 h2,
body .headline_style_h3 h3,
body .headline_style_h3 h4,
body .headline_style_h3 h5,
body .headline_style_h3 h6,
body h1.headline_style_h3,
body h1.headline_style_h3,
body h2.headline_style_h3,
body h3.headline_style_h3,
body h4.headline_style_h3,
body h5.headline_style_h3,
body h6.headline_style_h3 {
  font-size: var(--h3-fontSize);
}

h4,
.h4,
.h4 p,
body .headline_style_h4 h1,
body .headline_style_h4 h2,
body .headline_style_h4 h3,
body .headline_style_h4 h4,
body .headline_style_h4 h5,
body .headline_style_h4 h6,
body h1.headline_style_h4,
body h1.headline_style_h4,
body h2.headline_style_h4,
body h3.headline_style_h4,
body h4.headline_style_h4,
body h5.headline_style_h4,
body h6.headline_style_h4 {
  font-size: var(--h4-fontSize);
}

h5,
.h5,
.h5 p,
body .headline_style_h5 h1,
body .headline_style_h5 h2,
body .headline_style_h5 h3,
body .headline_style_h5 h4,
body .headline_style_h5 h5,
body .headline_style_h5 h6,
body h1.headline_style_h5,
body h1.headline_style_h5,
body h2.headline_style_h5,
body h3.headline_style_h5,
body h4.headline_style_h5,
body h5.headline_style_h5,
body h6.headline_style_h5 {
  font-size: var(--h5-fontSize);
}

h6,
.h6,
.h6 p,
body .headline_style_h6 h1,
body .headline_style_h6 h2,
body .headline_style_h6 h3,
body .headline_style_h6 h4,
body .headline_style_h6 h5,
body .headline_style_h6 h6,
body h1.headline_style_h6,
body h1.headline_style_h6,
body h2.headline_style_h6,
body h3.headline_style_h6,
body h4.headline_style_h6,
body h5.headline_style_h6,
body h6.headline_style_h6 {
  font-size: var(--h6-fontSize);
}

.column[class*="mb-"]:not[class*="-m"] > h1,
.column[class*="mb-"]:not[class*="-m"] > h2,
.column[class*="mb-"]:not[class*="-m"] > h3,
.column[class*="mb-"]:not[class*="-m"] > h4,
.column[class*="mb-"]:not[class*="-m"] > h5,
.column[class*="mb-"]:not[class*="-m"] > h6,
.column[class*="mb-"]:not[class*="-m"] > .attributes > h1,
.column[class*="mb-"]:not[class*="-m"] > .attributes > h2,
.column[class*="mb-"]:not[class*="-m"] > .attributes > h3,
.column[class*="mb-"]:not[class*="-m"] > .attributes > h4,
.column[class*="mb-"]:not[class*="-m"] > .attributes > h5,
.column[class*="mb-"]:not[class*="-m"] > .attributes > h6,
.column[class*="mb-"]:not[class*="-m"] > .attributes > .h1,
.column[class*="mb-"]:not[class*="-m"] > .attributes > .h2,
.column[class*="mb-"]:not[class*="-m"] > .attributes > .h3,
.column[class*="mb-"]:not[class*="-m"] > .attributes > .h4,
.column[class*="mb-"]:not[class*="-m"] > .attributes > .h5,
.column[class*="mb-"]:not[class*="-m"] > .attributes > .h6,
.column[class*="mb-"]:not[class*="-m"] > .h1,
.column[class*="mb-"]:not[class*="-m"] > .h2,
.column[class*="mb-"]:not[class*="-m"] > .h3,
.column[class*="mb-"]:not[class*="-m"] > .h4,
.column[class*="mb-"]:not[class*="-m"] > .h5,
.column[class*="mb-"]:not[class*="-m"] > .h6,
.ce_text.h1 > p,
.ce_text.h2 > p,
.ce_text.h3 > p,
.ce_text.h4 > p,
.ce_text.h5 > p,
.ce_text.h6 > p,
.ce_text.h7 > p {
  margin-bottom: 0;
}

/* =============================================================================
  * logo size
  * ========================================================================== */

.logo {
  width: var(--logoWidth);
  height: var(--logoHeight);
}

/* =============================================================================
  * logo size: sticky
  * ========================================================================== */

.stickyheader .logo {
  width: 170px;
  height: 70px;
}

/* =============================================================================
  * logo size: mobile
  * ========================================================================== */

@media only screen and (max-width: 767px) {
  .logo {
    width: 150px;
    height: 70px;
  }
}

/* =============================================================================
  * logo
  * ========================================================================== */

.logo {
  margin-top: auto;
  margin-bottom: auto;
  float: left;
}

.logo a {
  background-image: url(../../files/cto_layout/img/logo.svg);
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left;
}

/* =============================================================================
  * stickyheader
  * ========================================================================== */

.stickyheader .header.cloned {
  line-height: 70px;
}

.stickyheader {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  top: -100%;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}

body.fixed-header .stickyheader {
  top: 0;
}

/* =============================================================================
  * stickyheader - highlight
  * ========================================================================== */

.stickyheader .header .mainmenu ul li a.highlight span {
  padding-left: var(--menu-highlight-padding-lr-sticky);
  padding-right: var(--menu-highlight-padding-lr-sticky);
  padding-top: var(--menu-highlight-padding-tb-sticky);
  padding-bottom: var(--menu-highlight-padding-tb-sticky);
  font-size: var(--menu-highlight-font-size);
}

.stickyheader .header .mainmenu ul li a.highlight {
  margin-left: var(--menu-highlight-margin-left-sticky);
  margin-right: var(--menu-highlight-margin-right-sticky);
}

/* =============================================================================
  * header
  * ========================================================================== */

.header {
  width: 100%;
  top: 0px;
  z-index: 1030;
  position: relative;
  background: rgb(255, 255, 255);
  line-height: 100px;
}

.header.cloned {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  transition: line-height 0.3s ease;
  -webkit-transition: line-height 0.3s ease;
}

/* =============================================================================
  * fix-wrapper
  * ========================================================================== */

#fix-wrapper {
  width: 100%;
  z-index: 10000;
}

/* =============================================================================
  * contentwrapper
  * ========================================================================== */

#contentwrapper {
  background: var(--bodyBackgroundColor);
}

/* =============================================================================
  * page-width
  * ========================================================================== */

#top .inside,
.header .inside,
#footer .inside,
#bottom .inside,
body.sidebar #container,
.mod_article:not(.fullwidth) > .container,
.fullwidth.boxed-content .contentwrap,
.smallwidth .contentwrap,
.boxed-content .contentwrap,
.autogrid_wrapper.article,
.ce_text_image_bar .inside,
.ce_headerimage .ce_headerimage_inside,
.ce_video_background .ce_video_background_inside,
#offcanvas-top .offcanvas-top-inside,
.ce_calltoaction .ce_calltoaction_inside,
.mod_breadcrumb .mod_breadcrumb_inside,
.mod_pageimage .container,
.ce_easy_slider .swiper-inside .swiper-inside-wrap {
  max-width: var(--contentBoxedWidth);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--contentPaddingLeftRight);
  padding-right: var(--contentPaddingLeftRight);
}

.mod_article.boxed {
  max-width: calc(var(--contentBoxedWidth) - 80px);
  margin-left: auto;
  margin-right: auto;
}

/* width medium */
body #main .mod_article.smallwidth,
.mod_article.fullwidth-boxed-medium > .container {
  max-width: var(--contentBoxedMediumWidth);
}

/* width small */
body #main .mod_article.xsmallwidth,
.mod_article.fullwidth-boxed-small > .container {
  max-width: var(--contentBoxedSmallWidth);
}

/* =============================================================================
  * template mod_article_offset_top
  * ========================================================================== */

#main .mod_article.mod_article_offset_top {
  position: relative;
  top: -60px;
}

#main .mod_article.mod_article_offset_top > .container {
  padding-top: 0;
  padding-bottom: 0;
}

/* =============================================================================
  * mod_article
  * ========================================================================== */

.mod_article {
  overflow: visible;
  position: relative;
  overflow: visible;
  background-size: cover;
  background-position: center;
}

.mod_article:before,
.mod_article:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.mod_article:after {
  clear: both;
}

.mod_article > .container {
  position: relative;
}

/* =============================================================================
  * mod_article background-positions
  * ========================================================================== */

.mod_article.bg-left-top {
  background-position: left top;
}

.mod_article.bg-left-center {
  background-position: left center;
}

.mod_article.bg-left-bottom {
  background-position: left bottom;
}

.mod_article.bg-center-top {
  background-position: center top;
}

.mod_article.bg-center-center {
  background-position: center center;
}

.mod_article.bg-center-bottom {
  background-position: center bottom;
}

.mod_article.bg-right-top {
  background-position: right top;
}

.mod_article.bg-right-center {
  background-position: right center;
}

.mod_article.bg-right-bottom {
  background-position: right bottom;
}

/* =============================================================================
   * mod_article paddings top/bottom
   * ========================================================================== */

/* default padding (not for fullwidth) */
.mod_article:not(.fullwidth) > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* default paddings sidebar pages */
body.content_page.sidebar #main .mod_article > .container,
body.content_page.sidebar #left .mod_article > .container,
body.content_page.sidebar #right .mod_article > .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* no-padding body_bottom */
.body_bottom .mod_article:not(.fullwidth) > .container {
  padding: 0;
}

/* padding classes */
.mod_article.article-pt-0 > .container {
  padding-top: 0 !important;
}

.mod_article.article-pb-0 > .container {
  padding-bottom: 0 !important;
}

.mod_article.article-pt-xxs > .container {
  padding-top: 30px;
}

.mod_article.article-pb-xxs > .container {
  padding-bottom: 30px;
}

.mod_article.article-pt-xs > .container {
  padding-top: 50px;
}

.mod_article.article-pb-xs > .container {
  padding-bottom: 50px;
}

.mod_article.article-pt-s > .container {
  padding-top: 90px;
}

.mod_article.article-pb-s > .container {
  padding-bottom: 90px;
}

.mod_article.article-pt-m > .container {
  padding-top: 100px;
}

.mod_article.article-pb-m > .container {
  padding-bottom: 100px;
}

.mod_article.article-pt-l > .container {
  padding-top: 120px;
}

.mod_article.article-pb-l > .container {
  padding-bottom: 120px;
}

.mod_article.article-pt-xl > .container {
  padding-top: 150px;
}

.mod_article.article-pb-xl > .container {
  padding-bottom: 150px;
}

.mod_article.article-pt-xxl > .container {
  padding-top: 170px;
}

.mod_article.article-pb-xxl > .container {
  padding-bottom: 170px;
}

.mod_article.fullwidth-padding-left > .container {
  max-width: none;
  padding-left: calc(var(--articlePaddingLeftRight) + var(--contentPaddingLeftRight));
  padding-right: 0;
}

.mod_article.fullwidth-padding-right > .container {
  max-width: none;
  padding-right: calc(var(--articlePaddingLeftRight) + var(--contentPaddingLeftRight));
  padding-left: 0;
}

.mod_article.fullwidth-padding-both > .container {
  max-width: none;
  padding-right: calc(var(--articlePaddingLeftRight) + var(--contentPaddingLeftRight));
  padding-left: calc(var(--articlePaddingLeftRight) + var(--contentPaddingLeftRight));
}

/* =============================================================================
  * mod_article fullscreen
  * ========================================================================== */

.mod_article.fullscreen {
  height: 100vh;
}

.mod_article.fullscreen.oversize {
  height: auto !important;
}

.mod_article.fullscreen .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.mod_article.fullscreen.oversize .container {
  position: relative;
  top: 0;
  transform: translateY(0);
}

/* =============================================================================
  * mod_article overlay
  * ========================================================================== */

.mod_article .article-overlay {
  position: absolute;
}

/* overlay position */
.mod_article.ol-top .article-overlay {
  top: 0;
  left: 0;
}

.mod_article.ol-right .article-overlay {
  top: 0;
  right: 0;
}

.mod_article.ol-bottom .article-overlay {
  bottom: 0;
  left: 0;
}

.mod_article.ol-left .article-overlay {
  top: 0;
  left: 0;
}

/* overlay bg_color */
.mod_article.ol-bg-black .article-overlay {
  background: rgb(0, 0, 0);
}

.mod_article.ol-bg-white .article-overlay {
  background: rgb(255, 255, 255);
}

.mod_article.ol-bg-gray .article-overlay {
  background: rgb(248, 248, 248);
}

/* overlay width */
.mod_article.ol-w100 .article-overlay {
  width: 100%;
}

.mod_article.ol-w75 .article-overlay {
  width: 75%;
}

.mod_article.ol-w50 .article-overlay {
  width: 50%;
}

.mod_article.ol-w25 .article-overlay {
  width: 25%;
}

/* overlay opacity */
.mod_article.ol-opacity-90 .article-overlay {
  opacity: 0.9;
}

.mod_article.ol-opacity-80 .article-overlay {
  opacity: 0.8;
}

.mod_article.ol-opacity-70 .article-overlay {
  opacity: 0.7;
}

.mod_article.ol-opacity-60 .article-overlay {
  opacity: 0.6;
}

.mod_article.ol-opacity-50 .article-overlay {
  opacity: 0.5;
}

.mod_article.ol-opacity-40 .article-overlay {
  opacity: 0.4;
}

.mod_article.ol-opacity-30 .article-overlay {
  opacity: 0.3;
}

.mod_article.ol-opacity-20 .article-overlay {
  opacity: 0.2;
}

.mod_article.ol-opacity-10 .article-overlay {
  opacity: 0.1;
}

/* =============================================================================
  * mod_article parallax
  * ========================================================================== */

.mod_article.parallax {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

body.ios .mod_article.parallax,
body.android .mod_article.parallax {
  background-attachment: scroll;
  background-position: center center !important;
}

/* ios13 iPad workaround */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .ce_bgimage-image,
  .article-pb.parallax {
    background-position: center center !important;
    background-attachment: scroll !important;
    background-size: cover !important;
  }
}

/* =============================================================================
  * top
  * ========================================================================== */

#top-wrapper {
  width: 100%;
}

#top-wrapper.fixed {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.8);
}

#top {
  position: relative;
  z-index: 1100;
  font-size: 0.95rem;
  line-height: 2.5rem;
  background: rgb(249, 249, 249);
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}

#top .inside:not(.topbar) {
  display: flex;
}

#top-wrapper.fixed #top {
  max-height: 0;
  overflow: hidden;
}

#top:hover {
  overflow: visible;
}

#top,
#top a {
  color: rgb(127, 127, 127);
}

#top a {
  text-decoration: none;
}

#top p {
  margin-bottom: 0;
}

#top .top_divider {
  margin-left: auto;
}

#top .autogrid_row .column .attributes {
  display: flex;
  align-items: center;
}

#top .autogrid_row .column:last-of-type .attributes {
  justify-content: flex-end;
}

#top .autogrid_row .column .attributes > div:not(:last-of-type) {
  margin-right: 15px;
}

#top .autogrid_row .column:last-of-type .attributes > div:not(:first-of-type) {
  margin-left: 15px;
}

/* =============================================================================
  * top: mod_top_mail
  * ========================================================================== */

#top .mod_top_mail a {
  padding: 0 8px;
  display: inline-block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

#top .mod_top_mail i {
  margin: 0 6px 0 5px;
}

#top .mod_top_mail a:hover {
  opacity: 0.7;
}

/* =============================================================================
  * top: mod_top_phone
  * ========================================================================== */

#top .mod_top_phone {
  margin-right: 15px;
}

#top .mod_top_phone i {
  margin: 0 5px 0 10px;
}

/* =============================================================================
  * top: mod_socials
  * ========================================================================== */

#top .mod_socials {
  overflow: hidden;
  margin-left: 15px;
}

#top .mod_socials a {
  display: block;
  float: left;
  text-align: center;
}

#top .mod_socials a i {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 1.067rem;
  color: rgb(127, 127, 127);
  line-height: 30px;
}

/* =============================================================================
  * header: mod_socials
  * ========================================================================== */

.header .mod_socials {
  display: none;
  overflow: hidden;
  float: right;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}

.header .mod_socials:before {
  content: "";
  border-left: 1px solid rgb(0, 0, 0);
  position: absolute;
  top: 30%;
  left: 0;
  bottom: 30%;
  opacity: 0.2;
}

.header .mod_socials a {
  display: block;
  float: left;
  text-align: center;
}

.header .mod_socials a i {
  width: 35px;
  line-height: 35px;
}

/* =============================================================================
  * container mod_socials
  * ========================================================================== */

#container .mod_socials i {
  padding: 7px;
  width: 2.4rem;
  font-size: 1.467rem;
  text-align: center;
}

/* =============================================================================
  * mod_socials in sidebar
  * ========================================================================== */

#right .mod_socials,
#left .mod_socials {
  text-align: center;
  border-top: 1px solid rgb(230, 230, 230);
  border-bottom: 1px solid rgb(230, 230, 230);
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.03);
}

#right .mod_socials i,
#left .mod_socials i {
  background: rgba(0, 0, 0, 0.05);
  font-size: 0.8rem;
  line-height: 2.4rem;
  padding: 0 7px;
  display: inline-block;
}

/* =============================================================================
  * mod_langswitcher
  * ========================================================================== */

.mod_langswitcher {
  position: relative;
  float: right;
  margin-left: 20px;
  z-index: 100;
  transition: All 0.1s ease;
  -webkit-transition: All 0.1s ease;
}

.mod_langswitcher .mod_langswitcher_inside {
  padding: 10px;
  display: inline-block;
  cursor: pointer;
  line-height: 0;
  position: relative;
}

.mod_langswitcher .mod_langswitcher_inside:before {
  content: "";
  border-radius: 5px;
  border: 1px solid rgb(0, 0, 0);
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 70px;
  height: 34px;
  width: 55px;
}

.mod_langswitcher .mod_langswitcher_inside:hover:before {
  background: #fff;
  z-index: -1;
}

.mod_langswitcher .mod_langswitcher_inside:after {
  font-family: "FontAwesome";
  content: "\f107";
  margin-left: 10px;
  display: inline-block;
  font-size: 10px;
  position: relative;
  top: 0;
}

.mod_langswitcher .mod_langswitcher_inside i {
  margin-right: 5px;
}

.mod_langswitcher img {
  width: 20px;
  height: 15px;
  margin-bottom: -3px;
}

.mod_langswitcher ul {
  display: none;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.2);
  left: 0;
  top: 100%;
  background: rgb(255, 255, 255);
  width: 57px;
  text-align: center;
  border-radius: 0 0 5px 5px;
}

.mod_langswitcher ul li a {
  padding: 10px;
  display: block;
  line-height: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: All 0.1s ease;
  -webkit-transition: All 0.1s ease;
  text-align: left;
}

.mod_langswitcher ul li a img {
  border: 1px solid rgb(200, 200, 200);
}

.mod_langswitcher ul li a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.mod_langswitcher ul li:last-of-type a {
  border-bottom: 0;
}

.mod_langswitcher:hover ul {
  -webkit-animation: fadeInUp 0.1s;
  animation: fadeInUp 0.1s;
  display: block;
}

.mod_langswitcher span {
  display: none;
}

.header .mod_langswitcher {
  margin-top: -2px;
}

/* =============================================================================
  * top: mod_langswitcher
  * ========================================================================== */

#top .mod_langswitcher .mod_langswitcher_inside {
  padding-left: 0;
  padding-right: 0;
  height: 36px;
}

#top .mod_langswitcher .mod_langswitcher_inside:before {
  display: none;
}

#top .mod_langswitcher ul {
  width: 45px;
}

#top .mod_langswitcher ul li a {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  color: #333;
}

/* =============================================================================
  * header: mod_search
  * ========================================================================== */

.header .mod_search {
  position: relative;
  float: right;
  padding: 0 8px;
  cursor: pointer;
  margin-left: 45px;
  z-index: 100;
  opacity: 0.7;
  transition: All 0.3s ease;
}

.header .mod_search .search-content {
  background: var(--accentColor);
}

.header .mod_search:hover {
  opacity: 1;
}

.header .mod_search span {
  display: none;
}

.header .ce_search_label i {
  font-size: 18px;
  margin-right: 5px;
  transition: all 0.5s ease;
}

.body_bottom .mod_search .search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.body_bottom .mod_search .container {
  margin: 0 auto;
  position: relative;
  max-width: 650px;
}

.body_bottom .mod_search .inside {
  position: fixed;
  top: -300px;
  left: 0;
  width: 100%;
  background: #c00d0d;
  z-index: 1000000;
  padding: 80px 0 60px 0;
  transform: translate3d(0, -25vh, 0);
  transition: all 0.2s;
  display: flex;
  align-items: center;
}

.body_bottom .mod_search.show-search .inside {
  transform: translate3d(0, 0, 0);
  top: 0;
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
  max-width: none;
}

.body_bottom .mod_search .search-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex: 0 1 100%;
}

.body_bottom .mod_search .close-window {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 18px;
  background: #f7f7f7;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  box-shadow: 3px 3px 7px #e2e2e2, -3px -3px 7px #ffffff;
  color: red;
}

.body_bottom .mod_search .close-window:hover {
  opacity: 0.8;
}

.body_bottom .mod_search .close-window i {
  transform: rotate(0deg);
  transition: all 0.3s;
}

.body_bottom .mod_search .close-window:hover i {
  transform: rotate(180deg);
}

.body_bottom .mod_search input:not(.submit),
.body_bottom .mod_search button:not(.submit) {
  background: #f8f8f8;
  border: 0;
  font-size: 20px;
  line-height: 45px;
  width: 100%;
  min-width: 350px;
  float: none;
  padding: 25px;
  border-radius: 40px;
  height: 75px !important;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.body_bottom .mod_search input.text:active {
  transform: scale(0.95);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.body_bottom .mod_search input.text:focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.body_bottom .mod_search .line {
  display: none;
  height: 3px;
  background: rgb(0, 0, 0);
  transform: scaleX(0);
  transition: all 0.8s;
  transform-origin: left;
}

.body_bottom .mod_search.show-search .line {
  transform: scaleX(1);
}

.body_bottom .mod_search input[type="search"]::-webkit-search-decoration,
.body_bottom .mod_search input[type="search"]::-webkit-search-cancel-button,
.body_bottom .mod_search input[type="search"]::-webkit-search-results-button,
.body_bottom .mod_search input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.body_bottom .mod_search form {
  position: relative;
}

.body_bottom .mod_search p {
  margin-bottom: 0;
  text-align: center;
  font-size: 0.85rem;
  color: #fff;
}

/* =============================================================================
  * header: header_metanavi
  * ========================================================================== */

.header .header_metanavi {
  display: none;
  overflow: visible;
}

.header .header_metanavi a {
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.95rem;
}

.header .header_metanavi a:hover {
  opacity: 0.7;
}

.header .header_metanavi li {
  display: inline-block;
  position: relative;
  line-height: 50px;
}

.header .header_metanavi li:hover ul {
  white-space: nowrap;
}

.header .header_metanavi li i {
  display: inline-block;
  margin-right: 8px;
}

.header .header_metanavi li ul {
  display: none;
  position: absolute;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  z-index: 10;
}

.header .header_metanavi li ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  font-size: 0.9em;
  line-height: 35px;
}

.header .header_metanavi li ul li a {
  margin: 0;
  display: block;
  color: rgb(80, 80, 80) !important;
}

.header .header_metanavi li.submenu a:after {
  font-family: "FontAwesome";
  content: "\f107";
  margin-left: 4px;
}

.header .header_metanavi li.submenu li a:after {
  display: none;
}

.header .header_metanavi li:hover ul {
  display: block;
}

/* =============================================================================
  * top: mod_login_top
  * ========================================================================== */

#top .mod_login_top {
  padding: 0 8px;
  cursor: pointer;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  margin-left: 25px;
}

#top .column .mod_login_top {
  margin-left: 0;
}

#top .mod_login_top i {
  margin-right: 8px;
}

#top .mod_login {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: #f7f7f7;
  padding: 0;
  z-index: 100000;
  max-width: 100%;
  margin: 0 !important;
  color: rgb(57, 57, 57);
  display: flex;
  align-items: center;
  transform: scale(0);
  opacity: 0;
  transition: all 0.1s;
}

#top .mod_login.show {
  transition: all 0.3s;
  transform: scale(1);
  opacity: 1;
}

#top .mod_login form {
  min-width: 380px;
  max-width: 380px;
  margin: 0 auto;
  border-radius: 20px;
  background: #f8f8f8;
  box-shadow: 6px 6px 12px #e2e2e2, -6px -6px 12px #ffffff;
  position: relative;
  z-index: 10;
}

#top .mod_login form .formbody {
  padding: 35px 50px;
}

#top .mod_login form h1,
#top .mod_login form h2,
#top .mod_login form h3,
#top .mod_login form h4,
#top .mod_login form h5,
#top .mod_login form h6 {
  padding: 30px 30px 0 30px;
  margin: 0;
  text-align: center;
}

#top .mod_login form input.text {
  display: block;
  border: 0;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 20px;
}

#top .mod_login form input.text:active {
  transform: scale(0.95);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#top .mod_login form input.text:focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#top .mod_login input.text {
  margin-bottom: 10px;
}

#top .mod_login .link_reset_pwd {
  text-align: center;
  font-size: 0.9rem;
}

#top .mod_login .link_reset_pwd a {
  color: inherit;
}

#top .mod_login .submit_button {
  text-align: center;
  margin-top: 20px;
}

#top .mod_login .submit_button input {
  width: auto !important;
  border-radius: 30px;
  min-width: 180px;
  display: inline-block;
}

#top .mod_login .submit_button input:hover {
  opacity: 0.8;
}

#top .mod_login form table {
  width: 100%;
}

#top .mod_login form table td {
  padding: 5px 0;
}

#top .mod_login .close {
  font-size: 17px;
  background: #f8f8f8;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  transition: box-shadow 0.3;
  box-shadow: 3px 3px 7px #e2e2e2, -3px -3px 7px #ffffff;
  position: absolute;
  right: 10px;
  top: 10px;
}

#top .mod_login .close:hover {
  opacity: 0.8;
}

#top .mod_login .close i {
  transition: all 0.3s;
}

#top .mod_login .close:hover i {
  transform: rotate(180deg);
}

#top .mod_login form div {
  margin: 0;
}

#top .mod_login .overlay_close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#top .mod_login form .autologin_container input {
  display: inline-block;
}

#top .mod_login form .autologin_container label {
  display: inline-block;
}

#top .mod_login form .autologin_container {
  margin-bottom: 5px;
}

#top .mod_login form p.error {
  line-height: 1.5;
}

body.search_overlay div.body {
  filter: blur(10px);
  transform: scale(1.1);
}

/* =============================================================================
  * top: top_metanavi
  * ========================================================================== */

#top .mod_navigation,
#top .mod_customnav {
  overflow: visible;
}

#top .mod_navigation a,
#top .mod_customnav a {
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

#top .mod_navigation a:hover,
#top .mod_customnav a:hover {
  opacity: 0.7;
}

#top .mod_navigation li,
#top .mod_customnav li {
  display: inline-block;
  position: relative;
  padding: 0 4px;
}

#top .mod_navigation li.submenu a:after,
#top .mod_customnav li.submenu a:after {
  font-family: "FontAwesome";
  content: "\f107";
  margin-left: 4px;
  line-height: 1;
}

#top .mod_navigation li.submenu li a:after,
#top .mod_customnav li.submenu li a:after {
  display: none;
}

#top .mod_navigation li:hover ul,
#top .mod_customnav li:hover ul {
  white-space: nowrap;
}

#top .mod_navigation li i,
#top .mod_customnav li i {
  display: inline-block;
  margin-right: 8px;
}

#top .mod_navigation li ul,
#top .mod_customnav li ul {
  display: none;
  min-width: 155px;
  padding: 15px;
  position: absolute;
  left: 0;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#top .mod_navigation li ul:before,
#top .mod_customnav li ul:before {
  position: absolute;
  left: 10px;
  top: -22px;
  content: "";
  width: 0;
  height: 0;
  border: 11px solid;
  border-color: transparent transparent #fff transparent;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1));
}

#top .mod_navigation li ul li,
#top .mod_customnav li ul li {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  line-height: 35px;
}

#top .mod_navigation li ul li.last,
#top .mod_customnav li ul li.last {
  border-bottom: 0;
}

#top .mod_navigation li ul li a,
#top .mod_customnav li ul li a {
  margin: 0;
  color: rgb(85, 85, 85) !important;
  display: block;
}

#top .mod_navigation li:hover ul,
#top .mod_customnav li:hover ul {
  display: block;
}

/* =============================================================================
* top: mod_search
* ========================================================================== */

#top .mod_search {
  cursor: pointer;
}

/* =============================================================================
* top: mod_search
* ========================================================================== */

body.home .mod_breadcrumb {
  display: none;
}

/* =============================================================================
  * footer
  * ========================================================================== */

#footer {
  overflow: hidden;
  background: rgb(37, 37, 37);
  font-size: 0.93rem;
  line-height: 1.6rem;
}

#footer,
#footer a {
  color: rgba(255, 255, 255, 0.6);
}

#footer a {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}

#footer a:hover:not(.ce_hyperlink a) {
  color: var(--accentColor);
}

#footer .inside {
  margin: 0 auto;
  padding-top: 65px;
  padding-bottom: 65px;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer .h1,
#footer .h2,
#footer .h3,
#footer .h4,
#footer .h5,
#footer .h6,
#footer h1 p,
#footer h2 p,
#footer h3 p,
#footer h4 p,
#footer h5 p,
#footer h6 p,
#footer .h1 p,
#footer .h2 p,
#footer .h3 p,
#footer .h4 p,
#footer .h5 p,
#footer .h6 p {
  color: var(--footer-headline-color);
}

#footer h1,
#footer .h1 {
  font-size: var(--footer-h1-fontSize);
}

#footer h2,
#footer .h2 {
  font-size: var(--footer-h2-fontSize);
}

#footer h3,
#footer .h3 {
  font-size: var(--footer-h3-fontSize);
}

#footer h4,
#footer .h4 {
  font-size: var(--footer-h4-fontSize);
}

#footer h5,
#footer .h5 {
  font-size: var(--footer-h5-fontSize);
}

#footer h6,
#footer .h6 {
  font-size: var(--footer-h6-fontSize);
}

#footer ul {
  padding: 0;
  margin: 0;
}

#footer li {
  margin-bottom: 10px;
  padding-left: 25px;
  padding-bottom: 10px;
  list-style-type: none;
  position: relative;
}

#footer li:last-of-type {
  margin-bottom: 0;
}

#footer li:after {
  border-bottom: 1px solid rgb(255, 255, 255);
  opacity: 0.2;
  content: "";
  display: block;
  left: 0;
  width: 100%;
  bottom: 0;
  position: absolute;
}

#footer li:before {
  content: "\f105";
  font-family: FontAwesome;
  text-align: center;
  position: absolute;
  left: 0px;
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -1px;
}

#footer .totop {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -20px;
}

#footer .totop:before {
  font-family: "FontAwesome";
  content: "\f102";
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 21px;
  border-radius: 0 0 3px 3px;
}

/* =============================================================================
  * footer: mod_socials
  * ========================================================================== */

#footer .mod_socials {
  overflow: hidden;
  display: inline-block;
}

#footer .mod_socials a i {
  padding: 0.6667rem;
  margin-right: 1px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 1.333rem;
  display: inline-block;
  height: 2.667rem;
  width: 2.667rem;
  text-align: center;
  float: left;
  margin-bottom: 1px;
}

/* =============================================================================
  * bottom
  * ========================================================================== */

#bottom {
  background: rgb(15, 15, 15);
}

#bottom .inside {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  font-size: 0.93em;
}

#bottom .inside .left {
  float: left;
}

#bottom .inside .right {
  float: right;
}

#bottom .inside,
#bottom .inside a {
  color: rgba(255, 255, 255, 0.4);
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}

#bottom .inside a:hover {
  color: var(--accentColor);
  border-bottom: 1px solid;
}

#bottom .inside .left a {
  margin-right: 15px;
}

#bottom .inside .right a {
  margin-left: 15px;
}

#bottom .ce_text p {
  margin-bottom: 0;
}

/* =============================================================================
  * browser-mockup for images
  * ========================================================================== */

.ce_image.browser_mockup img {
  padding-top: 32px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMTY3cHgiIGhlaWdodD0iMzIuOTY4cHgiIHZpZXdCb3g9IjAgMCAxMTY3IDMyLjk2OCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE2NyAzMi45NjgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IHg9Ii0zNS42NjciIHk9Ii0xMi4xNTEiIGZpbGw9IiNEQkRCREIiIHN0cm9rZT0iI0FEQURBRCIgc3Ryb2tlLXdpZHRoPSIwLjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgd2lkdGg9IjEyMDIuNDE3IiBoZWlnaHQ9IjQ0Ljg2OSIvPjxwYXRoIGlkPSJYTUxJRF85OV8iIGZpbGw9IiNFOEU4RTgiIHN0cm9rZT0iI0I3QjdCNyIgc3Ryb2tlLXdpZHRoPSIwLjc1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik04Mi4zMDYsMzQuNTY2YzAsMCwyLjgzNy0wLjgyMSwzLjc2MS0zLjM4NWMwLjkyNC0yLjU2NCw2LjMxMS0xOC44ODUsNi4zMTEtMTguODg1czEuMDU0LTMuNjI2LDQuODY3LTMuNjI2YzMuODEzLDAsMTE0LjU1MiwwLDExNC41NTIsMHMyLjQ1NS0wLjU0LDMuNjk3LDQuMTA4YzEuMjQyLDQuNjQ3LDUuNDg4LDE3LjkxOSw1LjQ4OCwxNy45MTlzMS4wMDUsMy4zNzEsNC40NzEsMy43NTZMODIuMzA2LDM0LjU2NnoiLz48ZyBpZD0iWE1MSURfOTZfIj48ZyBpZD0iWE1MSURfOTdfIj48ZWxsaXBzZSBpZD0iWE1MSURfOThfIiBmaWxsPSIjOTk5OTk5IiBjeD0iMTAwLjkwMyIgY3k9IjIwLjc4NSIgcng9IjQuNzE5IiByeT0iNC43ODEiLz48L2c+PC9nPjxwb2x5Z29uIGlkPSJYTUxJRF85NV8iIGZpbGw9IiM5OTk5OTkiIHN0cm9rZT0iI0U4RThFOCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjIxMi44NTgsMjUuMzA1IDIwOS4zMzQsMjEuNzM0IDIxMi44NTgsMTguMTYzIDIxMC43ODUsMTYuMDYyIDIwNy4yNjEsMTkuNjM1IDIwMy43MzYsMTYuMDYzIDIwMS42NjQsMTguMTY0IDIwNS4xODksMjEuNzM0IDIwMS42NjUsMjUuMzA3IDIwMy43MzgsMjcuNDA2IDIwNy4yNjIsMjMuODM1IDIxMC43ODYsMjcuNDA1ICIvPjxjaXJjbGUgaWQ9IlhNTElEXzIxXyIgZmlsbD0iI0Y1NTM1QyIgc3Ryb2tlPSIjQURBREFEIiBzdHJva2Utd2lkdGg9IjAuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBjeD0iMjEuMTA5IiBjeT0iMTcuMDYzIiByPSI1Ljk2NSIvPjxjaXJjbGUgaWQ9IlhNTElEXzI1XyIgZmlsbD0iI0Y3QkI0OCIgc3Ryb2tlPSIjQURBREFEIiBzdHJva2Utd2lkdGg9IjAuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBjeD0iMzkuNjY3IiBjeT0iMTcuMDYzIiByPSI1Ljk2NSIvPjxjaXJjbGUgaWQ9IlhNTElEXzI5XyIgZmlsbD0iIzE5OTU0MCIgc3Ryb2tlPSIjQURBREFEIiBzdHJva2Utd2lkdGg9IjAuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBjeD0iNTguMjI3IiBjeT0iMTcuMDYzIiByPSI1Ljk2NSIvPjwvc3ZnPg==);
  background-position: left top;
  background-repeat: no-repeat;
  box-shadow: 0 0 27px 5px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.3);
}

/* =============================================================================
  * top-link
  * ========================================================================== */

.top-link {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 100;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.fixed-header .top-link {
  bottom: 42px;
}

.top-link a {
  color: white;
  font-size: 24px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-link .progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

.top-link .progress-ring__circle {
  transition: stroke-dashoffset 0.2s linear;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.top-link .progress-ring circle {
  stroke: var(--accentColor);
}

/* =============================================================================
  * custom colors: background
  * ========================================================================== */

.bg-custom-1 {
  background: rgb(30, 136, 210);
}

.bg-custom-2 {
  background: rgb(30, 136, 210);
}

.bg-custom-3 {
  background: rgb(30, 136, 210);
}

.bg-custom-4 {
  background: rgb(30, 136, 210);
}

/* =============================================================================
  * colors: offset layer
  * ========================================================================== */

.ce_bgimage.offset.offset-bg-accent:before {
  background-color: var(--accentColor);
}

.ce_bgimage.offset.offset-bg-custom-1:before {
  background-color: rgb(30, 136, 210);
}

.ce_bgimage.offset.offset-bg-custom-2:before {
  background-color: rgb(30, 136, 210);
}

.ce_bgimage.offset.offset-bg-custom-3:before {
  background-color: rgb(30, 136, 210);
}

.ce_bgimage.offset.offset-bg-custom-4:before {
  background-color: rgb(30, 136, 210);
}

/* =============================================================================
  * mainmenu
  * ========================================================================== */

.mainmenu {
  float: right;
}

.mainmenu ul {
  position: static;
}

.mainmenu ul li a.first {
  padding-left: 0;
}

.mainmenu ul li {
  margin-left: 15px;
  margin-right: 15px;
}

.mainmenu ul li.float_left:first-of-type {
  margin-left: 0;
}

.mainmenu ul li.last {
  margin-right: 0;
}

.mainmenu ul li ul li {
  margin-left: 0;
  margin-right: 0;
}

.mainmenu ul li a {
  text-transform: none !important;
  padding: 0;
  font-weight: normal !important;
  font-size: 1.067rem !important;
}

.fixed .mainmenu ul li ul li a:not(.active):not(.trail) {
  color: rgb(57, 57, 57);
}

.header .mainmenu ul ul li a {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  color: inherit;
}

.header .mainmenu ul ul li span {
  position: relative;
}

.header .mainmenu ul ul li a span:before {
  position: absolute;
  content: "";
  height: 1px;
  background: rgb(0, 0, 0);
  bottom: 0;
  width: 100%;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.header .mainmenu ul ul li a:hover span:before {
  transform: scaleX(1);
}

.header .mainmenu ul ul li a.active span:before,
.header .mainmenu ul ul li a.trail span:before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: var(--accentColor);
  bottom: 0;
  width: 100%;
  left: 0;
  transform: scaleX(1) !important;
}

.mainmenu ul li a:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.mainmenu ul li:not(.click_open):hover > ul {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.mainmenu ul ul li:hover > ul {
  -webkit-animation-name: none;
  animation-name: none;
}

.mainmenu ul li a {
  text-align: center;
}

.mainmenu ul ul li a[target="_blank"] {
  padding-right: 30px !important;
}

.mainmenu ul ul li a[target="_blank"]:after {
  font-family: "FontAwesome";
  content: "\f08e";
  position: absolute;
  right: 5px;
}

.mainmenu ul li.floatbox {
  position: static;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mainmenu ul.level_1 li.open-left > ul {
  right: 0;
}

.mainmenu ul.level_3 li.open-left > ul {
  width: auto;
  right: 100%;
  left: auto;
}

/* =============================================================================
  * mainmenu: FontAwesome
  * ========================================================================== */

.mainmenu ul li a.nav-icon span {
  transform: translateY(30%);
  -webkit-transform: translateY(30%);
  display: inline-block;
  line-height: 40px;
}

.mainmenu ul ul li a.nav-icon span {
  line-height: inherit;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.mainmenu ul li a i {
  transform: translateY(-133%);
  -webkit-transform: translateY(-133%);
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  display: inline-block;
}

.mainmenu ul ul li a i {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  position: static;
  width: 1.5em;
}

/* =============================================================================
  * smartmenu - content
  * ========================================================================== */

.smartmenu-content {
  position: fixed;
  z-index: 100000000;
  right: 0;
  top: 0;
  right: -50%;
  width: 50vw;
  height: 100%;
  background: #b60e0e;
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.15, 0.2, 0.1, 1);
}

.smartmenu-content.open {
  visibility: visible;
  opacity: 1;
  right: 0;
}

.smartmenu-content .smartmenu-scrollable {
  max-height: 100vh;
  overflow: auto;
}

.smartmenu-content .smartmenu-table {
  margin-top: 20vh;
}

.smartmenu-content .mod_navigation .level_1 ul {
  display: none;
}

.smartmenu-content .mod_navigation li:not(.floatbox) {
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: normal;
  padding: 0.5rem 0.5rem 0.5rem 0;
  position: relative;
  padding-right: 60px;
}

.smartmenu-content .mod_navigation .level_2 li {
  font-size: 1.2rem;
  line-height: 1.3rem;
  text-transform: none;
}

.smartmenu-content .mod_navigation ul.level_1 {
  padding: 40px;
}

.smartmenu-content .mod_navigation a {
  color: rgb(255, 255, 255);
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  position: relative;
  display: inline-block;
}

.smartmenu-content .mod_navigation a.hasIcon {
  padding-left: 2.4em;
}

.smartmenu-content .mod_navigation a.hasIcon i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4em;
  text-align: center;
}

.smartmenu-content .mod_navigation a.active,
.smartmenu-content .mod_navigation a.trail {
  border-bottom: 1px solid rgb(255, 255, 255);
}

.smartmenu-content .mod_navigation ul.level_2 {
  margin-top: 20px;
}

.smartmenu-content .mod_navigation ul.level_3 {
  margin-top: 20px;
  margin-left: 25px;
}

.smartmenu-content .mod_navigation a:hover {
  opacity: 0.8;
}

.smartmenu-content .subitems_trigger {
  display: inline-block;
  margin-left: auto;
  position: absolute;
  right: 0;
}

.smartmenu-content .subitems_trigger:before {
  content: "\f107";
  color: rgba(255, 255, 255, 0.8);
  margin-left: auto;
  font-family: fontawesome;
}

.smartmenu-content .mod_navigation li.open > .subitems_trigger:before {
  transform: rotate(180deg);
}

.smartmenu-content .smartmenu-close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.smartmenu-content .smartmenu-close:before,
.smartmenu-content .smartmenu-close:after {
  display: inline-block;
  width: 35px;
  height: 1px;
  background: rgb(255, 255, 255);
  content: "";
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.smartmenu-content .smartmenu-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -35px;
}

body div.body {
  transition: all 0.8s cubic-bezier(0.15, 0.2, 0.1, 1);
  transform-origin: top;
  padding: 0;
}

body.smartmenu_open div.body {
  transform: translateX(-50vw) translateZ(0);
  transform-origin: top;
  transition: all 0.8s cubic-bezier(0.15, 0.2, 0.1, 1);
}

body.smartmenu_open .stickyheader {
  transform: translateX(-50vw) translateZ(0);
  transform-origin: top;
  transition: transform 0.8s cubic-bezier(0.15, 0.2, 0.1, 1);
}

/* =============================================================================
* smartmenu - highlight
* ========================================================================== */

.smartmenu-content ul li a.highlight {
  color: var(--menu-highlight-color);
  background-color: var(--menu-highlight-bg-color);
  border-color: var(--menu-highlight-border-color) !important;
  border-radius: var(--menu-highlight-border-radius);
  border-width: var(--menu-highlight-border-width) !important;
  font-weight: var(--menu-highlight-font-weight);
  padding-left: var(--menu-highlight-padding-lr-smartmenu);
  padding-right: var(--menu-highlight-padding-lr-smartmenu);
  padding-top: var(--menu-highlight-padding-tb-smartmenu);
  padding-bottom: var(--menu-highlight-padding-tb-smartmenu);
  margin-top: var(--menu-highlight-margin-top-smartmenu);
  margin-bottom: var(--menu-highlight-margin-bottom-smartmenu);
  font-size: var(--menu-highlight-font-size-smartmenu);
  border-style: solid;
}

/* =============================================================================
  * smartmenu - trigger
  * ========================================================================== */

.smartmenu {
  float: right;
  margin-left: 20px;
  line-height: 40px;
  display: none;
}

.smartmenu .smartmenu-trigger {
  height: 100px;
  width: 35px;
  position: relative;
  z-index: 1000000000;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  cursor: pointer;
}

.header.cloned .smartmenu .smartmenu-trigger {
  height: 70px;
}

.smartmenu .smartmenu-trigger .line {
  height: 1px;
  background: #393939;
  width: 35px;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -1px;
}

.smartmenu .smartmenu-trigger .line:before,
.smartmenu .smartmenu-trigger .line:after {
  display: inline-block;
  width: 35px;
  height: 1px;
  background: #393939;
  position: absolute;
  left: 0;
  content: "";
  top: 50%;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}

.smartmenu .smartmenu-trigger .line:before {
  margin-top: 11px;
}

.smartmenu .smartmenu-trigger .line:after {
  margin-top: -11px;
}

/* =============================================================================
  * header sidebar trigger for smallview
  * ========================================================================== */

.sidebar_trigger {
  display: none;
}

/* =============================================================================
  * overwrite framework defaults
  * ========================================================================== */

.color-white .ce_list li:after {
  background-color: rgba(255, 255, 255, 0.8);
}

textarea {
  height: inherit;
}

.mod_search input.submit,
.mod_search button.submit {
  width: auto;
}

.mod_login .submit_container {
  margin-top: 25px;
}

.font-size-m {
  line-height: 1.3;
}

#slider {
  position: relative;
  z-index: 5;
}

.header .mainmenu ul li span.pagetitle {
  line-height: 18px;
  font-size: 0.7rem;
  font-weight: bold;
  margin-left: 5px;
  background: red;
  color: #fff;
  border-radius: 2px;
  position: relative;
  top: -4px;
  padding-left: 3px;
  padding-right: 3px;
}

.pdf_link {
  margin-bottom: 10px;
}

.ce_accordion .toggler {
  padding: 10px 20px;
  margin-bottom: 0;
}

.ce_accordion .toggler.ui-state-active {
  border-bottom: 1px dotted rgb(220, 220, 220);
}

.ce_accordion {
  margin-bottom: 1px;
  border: 1px solid rgb(220, 220, 220);
}

.ce_table table td {
  border-top: 0;
  border-bottom: solid 1px rgb(227, 227, 227);
}

select {
  color: #555;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #555 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #555 !important;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #555 !important;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #555 !important;
}

/* =============================================================================
  * form AG columns reset
  * ========================================================================== */

.ce_form .column[class*="col_"] {
  margin-bottom: 0;
}

/* =============================================================================
  * form style2
  * ========================================================================== */

form.style2 {
  padding: 27px;
  background: var(--accentColor);
}

form.style2 input,
form.style2 textarea,
form.style2 select {
  border-color: transparent;
  border-radius: 0;
}

form.style2 textarea {
  height: 95px;
}

form.style2 h1,
form.style2 h2,
form.style2 h3,
form.style2 h4,
form.style2 h5,
form.style2 h6 {
  color: rgb(255, 255, 255);
}

form.style2 input.submit:hover,
form.style2 button.submit:hover {
  opacity: 0.9;
}

form.style2 input.submit,
form.style2 input.submit[type="submit"]:hover,
form.style2 button.submit,
form.style2 button.submit[type="submit"]:hover {
  background-color: var(--secondColor);
}

/* =============================================================================
  * form style3
  * ========================================================================== */

form.style3 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* =============================================================================
  * form style4
  * ========================================================================== */

form.style4 {
  border: 5px solid rgb(227, 227, 227);
  padding: 50px 40px 20px 40px;
  background: rgba(255, 255, 255, 0.3);
}

form.style4 input,
form.style4 select,
form.style4 textarea {
  background-color: rgb(248, 248, 248);
}

form.style4 fieldset {
  border: 0;
  padding: 0;
}

form.style4 input[type="submit"],
form.style4 button,
form.style4 input[type="time"],
form.style4 select {
  height: 50px;
}

form.style4 input[type="submit"],
form.style4 button {
  border-radius: 0;
}

/* =============================================================================
  * form style5
  * ========================================================================== */

form.style5 input,
form.style5 select,
form.style5 textarea {
  background-color: rgb(247, 247, 247);
  border-color: rgb(247, 247, 247);
  font-size: 0.9rem;
  padding: 20px;
  border-radius: 20px;
}

form.style5 input.submit,
form.style5 button.submit {
  height: auto;
  padding: 20px;
  font-size: 1rem;
}

form.style5 textarea:hover {
  border-color: rgb(153, 153, 153);
}

form.style5 select {
  height: 59px;
}

/* =============================================================================
  * form style6
  * ========================================================================== */

form.style6 {
  background: rgba(0, 0, 0, 0.4);
  padding: 25px;
  color: rgb(255, 255, 255);
}

form.style6 input,
form.style6 select,
form.style6 textarea {
  background-color: rgba(200, 200, 200, 0.3);
  color: rgb(255, 255, 255);
  border-color: rgba(200, 200, 200, 0.3);
}

form.style6 select option {
  color: rgb(50, 50, 50);
}

form.style6 .explanation {
  margin-top: 20px;
}

form.style6 h1,
form.style6 h2,
form.style6 h3,
form.style6 h4,
form.style6 h5,
form.style6 h6 {
  color: rgb(255, 255, 255);
}

form.style6 input::-webkit-input-placeholder,
form.style6 textarea::-webkit-input-placeholder {
  color: #fff !important;
}

form.style6 input:-moz-placeholder,
form.style6 textarea:-moz-placeholder {
  color: #fff !important;
}

form.style6 input::-moz-placeholder,
form.style6 textarea::-moz-placeholder {
  color: #fff !important;
}

form.style6 input:-ms-input-placeholder,
form.style6 textarea:-ms-input-placeholder {
  color: #fff !important;
}

/* =============================================================================
  * form style7
  * ========================================================================== */

form.style7 input,
form.style7 select,
form.style7 textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgb(150, 150, 150);
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}

form.style7 input:hover,
form.style7 select:hover,
form.style7 textarea:hover {
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

form.style7 select {
  padding: 0;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNC4wNXB4IiBoZWlnaHQ9IjcuNzM4cHgiIHZpZXdCb3g9IjUuOTkgMTAuOTg3IDE0LjA1IDcuNzM4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDUuOTkgMTAuOTg3IDE0LjA1IDcuNzM4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBpZD0iRXhwYW5kX01vcmUiIGZpbGw9IiM0NDQ0NDQiIGQ9Ik0xOC44MzEsMTEuMTk1bC01LjgxNSw1LjgxNmwtNS44MTUtNS44MTdjLTAuMjc3LTAuMjc3LTAuNzI2LTAuMjc3LTEuMDAyLDBjLTAuMjc3LDAuMjc3LTAuMjc3LDAuNzI2LDAsMS4wMDNsNi4zMTYsNi4zMThsMCwwbDAsMGMwLjI3NywwLjI3NywwLjcyNiwwLjI3NywxLjAwMiwwbDYuMzE2LTYuMzE4YzAuMjc2LTAuMjc3LDAuMjc2LTAuNzI3LDAtMS4wMDRDMTkuNTU3LDEwLjkxOCwxOS4xMDgsMTAuOTE4LDE4LjgzMSwxMS4xOTV6Ii8+PC9zdmc+);
  background-position: 100% 58%;
  background-repeat: no-repeat;
}

.firefox form.style7 select {
  height: 51px;
}

form.style7 textarea {
  height: 250px;
}

form.style7 .explanation {
  font-size: 0.8rem;
  margin: 10px 0;
}

form.style7 input.submit,
form.style7 button.submit {
  width: auto;
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1rem;
}

form.style7 div.widget.widget-text {
  margin-top: 3px;
}

.color-white form.style7 select,
.color-white form.style7 input.timepicker,
.color-white form.style7 input.datepicker,
.color-white form.style7 input::-webkit-input-placeholder,
.color-white form.style7 textarea::-webkit-input-placeholder {
  color: #fff !important;
}

.color-white form.style7 input.timepicker::-webkit-calendar-picker-indicator,
.color-white form.style7 input.datepicker::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

/* =============================================================================
  * form style8
  * ========================================================================== */

form.style8 {
  border: 8px solid rgba(0, 0, 0, 0.1);
}

form.style8 .formbody {
  padding: 40px 30px;
  position: relative;
  background: #fff;
}

form.style8 input.submit[type="submit"],
form.style8 button.submit[type="submit"] {
  background: none;
  border: 3px solid var(--accentColor);
  color: var(--accentColor);
  border-radius: 0;
  height: auto;
  font-size: 1rem;
  padding: 15px;
}

/* =============================================================================
  * fieldset w/checkbox_selector
  * ========================================================================== */

form {
  transition: All 0.7s ease;
  -webkit-transition: All 0.7s ease;
}

fieldset {
  opacity: 1;
  transition: All 0.7s ease;
  -webkit-transition: All 0.7s ease;
}

/* =============================================================================
  * FontAwesome for ce_form input
  * ========================================================================== */

.formicon-wrapper {
  position: relative;
}

.formicon-wrapper .input-group-addon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.formicon-wrapper .text {
  padding-left: 35px;
}

/* =============================================================================
  * autogrid - extra classes
  * ========================================================================== */

.autogrid_wrapper.grid-l {
  margin-left: -3%;
  margin-right: -3%;
}

.autogrid_wrapper.grid-l .ce_autogridWrapperStart.autogrid {
  padding-left: 3%;
  padding-right: 3%;
}

.autogrid.no_gutter {
  padding-left: 0;
  padding-right: 0;
}

/* =============================================================================
  * revolution slider
  * ========================================================================== */

.ce_revolutionslider {
  position: relative;
}

.ce_revolutionslider .ce_text_extented a {
  text-decoration: none;
  color: inherit;
}

.ce_revolutionslider .banner.responsive {
  visibility: hidden;
}

.ce_revolutionslider .banner.responsive.revslider-initialised {
  visibility: visible;
}

.ce_revolutionslider .tp-dottedoverlay {
  z-index: 1;
}

.ce_revolutionslider_hyperlink {
  font-size: 13px;
  font-weight: bold;
}

.ce_revolutionslider_hyperlink.text-link {
  background: none;
  border: 0;
  min-width: 0;
  padding: 0;
  color: inherit;
}

.ce_revolutionslider_hyperlink.color-second {
  background: var(--secondColor);
  border-color: var(--secondColor);
  color: #fff;
}

.ce_revolutionslider_hyperlink.text-link:after {
  font-family: FontAwesome;
  content: "\f0da";
  margin-left: 5px;
  color: var(--accentColor);
}

.ce_revolutionslider_text {
  line-height: 1.5;
}

.ce_revolutionslider_text.italic {
  font-family: Georgia, Times, serif;
  font-style: italic;
}

.ce_revolutionslider_text[class*="bg-"] {
  padding-left: 0.3em;
  padding-right: 0.3em;
}

.ce_revolutionslider .ce_revolutionslider_image img.hidden {
  display: none;
}

.ce_revolutionslider .tp-bannertimer {
  top: auto;
  bottom: 0;
  height: 5px;
}

.ce_revolutionslider .hesperiden .tp-tab-date {
  line-height: 1.7;
}

.ce_revolutionslider .tp-dottedoverlay.opacity-d-90 {
  background: rgba(0, 0, 0, 0.9);
}

.ce_revolutionslider .tp-dottedoverlay.opacity-d-80 {
  background: rgba(0, 0, 0, 0.8);
}

.ce_revolutionslider .tp-dottedoverlay.opacity-d-70 {
  background: rgba(0, 0, 0, 0.7);
}

.ce_revolutionslider .tp-dottedoverlay.opacity-d-60 {
  background: rgba(0, 0, 0, 0.6);
}

.ce_revolutionslider .tp-dottedoverlay.opacity-d-50 {
  background: rgba(0, 0, 0, 0.5);
}

.ce_revolutionslider .tp-dottedoverlay.opacity-d-40 {
  background: rgba(0, 0, 0, 0.4);
}

.ce_revolutionslider .tp-dottedoverlay.opacity-d-30 {
  background: rgba(0, 0, 0, 0.3);
}

.ce_revolutionslider .tp-dottedoverlay.opacity-d-20 {
  background: rgba(0, 0, 0, 0.2);
}

.ce_revolutionslider .tp-dottedoverlay.opacity-d-10 {
  background: rgba(0, 0, 0, 0.1);
}

.ce_revolutionslider .tp-dottedoverlay.opacity-l-90 {
  background: rgba(255, 255, 255, 0.9);
}

.ce_revolutionslider .tp-dottedoverlay.opacity-l-80 {
  background: rgba(255, 255, 255, 0.8);
}

.ce_revolutionslider .tp-dottedoverlay.opacity-l-70 {
  background: rgba(255, 255, 255, 0.7);
}

.ce_revolutionslider .tp-dottedoverlay.opacity-l-60 {
  background: rgba(255, 255, 255, 0.6);
}

.ce_revolutionslider .tp-dottedoverlay.opacity-l-50 {
  background: rgba(255, 255, 255, 0.5);
}

.ce_revolutionslider .tp-dottedoverlay.opacity-l-40 {
  background: rgba(255, 255, 255, 0.4);
}

.ce_revolutionslider .tp-dottedoverlay.opacity-l-30 {
  background: rgba(255, 255, 255, 0.3);
}

.ce_revolutionslider .tp-dottedoverlay.opacity-l-20 {
  background: rgba(255, 255, 255, 0.2);
}

.ce_revolutionslider .tp-dottedoverlay.opacity-l-10 {
  background: rgba(255, 255, 255, 0.1);
}

.ce_revolutionslider .tp-dottedoverlay.accent-color-90,
.ce_revolutionslider .tp-dottedoverlay.accent-color-80,
.ce_revolutionslider .tp-dottedoverlay.accent-color-70,
.ce_revolutionslider .tp-dottedoverlay.accent-color-60,
.ce_revolutionslider .tp-dottedoverlay.accent-color-50,
.ce_revolutionslider .tp-dottedoverlay.accent-color-40,
.ce_revolutionslider .tp-dottedoverlay.accent-color-30,
.ce_revolutionslider .tp-dottedoverlay.accent-color-20,
.ce_revolutionslider .tp-dottedoverlay.accent-color-10 {
  background: var(--accentColor);
}

.ce_revolutionslider .ce_revolutionslider_hyperlink.text-link {
  background: none !important;
}

.ce_revolutionslider .ce_revolutionslider_hyperlink.text-link {
  background: none !important;
}

.ce_revolutionslider .ce_revolutionslider_hyperlink.text-link.btn-white,
.ce_revolutionslider .ce_revolutionslider_hyperlink.text-link.btn-white:after {
  color: rgb(255, 255, 255);
}

.ce_revolutionslider .ce_revolutionslider_hyperlink.text-link.btn-black,
.ce_revolutionslider .ce_revolutionslider_hyperlink.text-link.btn-black:after {
  color: rgb(0, 0, 0);
}

.ce_revolutionslider .ce_revolutionslider_hyperlink.text-link.btn-gray,
.ce_revolutionslider .ce_revolutionslider_hyperlink.text-link.btn-gray:after {
  color: rgb(144, 144, 144);
}

.ce_revolutionslider .ce_revolutionslider_hyperlink.text-link.btn-second,
.ce_revolutionslider .ce_revolutionslider_hyperlink.text-link.btn-second:after {
  color: var(--secondColor);
}

.ce_revolutionslider .gallery:not(.revslider-initialised) {
  opacity: 0;
}

.ce_revolutionslider_text.bold {
  font-weight: bold;
}

.ce_revolutionslider_text.invertcolor {
  color: rgb(255, 255, 255);
}

.ce_revolutionslider_hyperlink {
  background: var(--accentColor);
  border: 1px solid var(--accentColor);
  color: rgb(255, 255, 255);
  padding: 0 35px;
  line-height: 50px;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  min-width: 175px;
  text-align: center;
  border-width: 1px !important;
}

.ce_revolutionslider_hyperlink:hover {
  opacity: 0.9 !important;
}

.ce_revolutionslider_hyperlink.outline {
  border: 1px solid rgb(255, 255, 255);
  background: none;
  text-align: center;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}

.ce_revolutionslider_hyperlink.outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

.ce_revolutionslider_hyperlink.outline-dark {
  border: 1px solid rgb(59, 60, 66);
  background: none;
  text-align: center;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  color: rgb(59, 60, 66);
}

.ce_revolutionslider_hyperlink.outline-dark:hover {
  background: rgb(59, 60, 66);
  color: rgb(255, 255, 255);
}

.ce_revolutionslider_hyperlink.dark {
  border: 1px solid rgb(59, 60, 66);
  background: rgb(59, 60, 66);
  text-align: center;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  color: rgb(255, 255, 255);
}

.ce_revolutionslider_hyperlink.dark:hover {
  background: rgba(59, 60, 66, 0.9);
  color: rgb(255, 255, 255);
}

.ce_revolutionslider_hyperlink.light {
  border: 1px solid rgb(255, 255, 255);
  background: rgb(255, 255, 255);
  text-align: center;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  color: var(--accentColor);
}

.ce_revolutionslider_hyperlink.light:hover {
  background: rgba(255, 255, 255, 0.9);
}

.ce_revolutionslider_text.bg-white {
  background: rgba(255, 255, 255, 0.7);
}

.ce_revolutionslider_hyperlink.btn-size-small {
  padding: 9px 15px;
  font-size: 0.75rem;
  line-height: 1.8rem;
}

.ce_revolutionslider_hyperlink.btn-size-medium {
  padding: 9px 20px;
  font-size: 1rem;
  line-height: 1.8rem;
}

.ce_revolutionslider_hyperlink.btn-size-large {
  padding: 10px 90px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.ce_revolutionslider .ce_revolutionslider_hyperlink.text-link.btn-accent,
.ce_revolutionslider .ce_revolutionslider_hyperlink.text-link.btn-accent:after {
  color: var(--accentColor);
}

/* =============================================================================
  * revolutions slider module // template revoslider_fullscreen_arrowdown.html5
  * ========================================================================== */

.ce_revolutionslider #linkToContent {
  position: relative;
  width: 32px;
  height: 46px;
  border: 2px solid #fff;
  border-radius: 15px;
  position: absolute;
  bottom: 30px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 100;
}

.ce_revolutionslider #linkToContent .wheel {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  left: 0;
  right: 0;
  -webkit-animation: mousewheel 1.7s infinite ease;
  animation: mousewheel 1.7s infinite ease;
}

.ce_revolutionslider #linkToContent.dark-wheel {
  border-color: rgba(0, 0, 0, 0.7);
}

.ce_revolutionslider #linkToContent.dark-wheel .wheel {
  background: rgba(0, 0, 0, 0.7);
}

@keyframes mousewheel {
  0% {
    margin-top: 6px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 18px;
    opacity: 0;
  }
}
@-webkit-keyframes mousewheel {
  0% {
    margin-top: 6px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 18px;
    opacity: 0;
  }
}

/* =============================================================================
  * #privacy_optout_link
  * ========================================================================== */

#privacy_optout_link {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.fixed-header #privacy_optout_link {
  bottom: 45px;
}

/* =============================================================================
 * smart phones  (s / small screens)
 * ========================================================================== */
@media only screen and (max-width: 767px) {
  .ce_revolutionslider_hyperlink.outline {
    background: rgba(255, 255, 255, 0.4);
  }
}

/* =============================================================================
  * onepage horizontal scrolling
  * ========================================================================== */

@media only screen and (min-width: 768px) {
  .onepage_page.horizontal_scrolling {
    overflow-x: visible;
  }

  .onepage_page.horizontal_scrolling #fix-wrapper {
    position: fixed;
  }

  .onepage_page.horizontal_scrolling #slider .inside {
    overflow: hidden;
  }

  .onepage_page.horizontal_scrolling #slider .inside .mod_article {
    float: left;
    width: 100vw;
    vertical-align: top;
  }

  .onepage_page.horizontal_scrolling #bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }

  .onepage_page.horizontal_scrolling.onepage_items_2 #slider > div.inside {
    width: calc(100vw * 2);
  }

  .onepage_page.horizontal_scrolling.onepage_items_3 #slider > div.inside {
    width: calc(100vw * 3);
  }

  .onepage_page.horizontal_scrolling.onepage_items_4 #slider > div.inside {
    width: calc(100vw * 4);
  }

  .onepage_page.horizontal_scrolling.onepage_items_5 #slider > div.inside {
    width: calc(100vw * 5);
  }

  .onepage_page.horizontal_scrolling.onepage_items_6 #slider > div.inside {
    width: calc(100vw * 6);
  }

  .onepage_page.horizontal_scrolling.onepage_items_7 #slider > div.inside {
    width: calc(100vw * 7);
  }

  .onepage_page.horizontal_scrolling.onepage_items_8 #slider > div.inside {
    width: calc(100vw * 8);
  }

  .onepage_page.horizontal_scrolling.onepage_items_9 #slider > div.inside {
    width: calc(100vw * 9);
  }

  .onepage_page.horizontal_scrolling.onepage_items_10 #slider > div.inside {
    width: calc(100vw * 10);
  }
}

@media only screen and (max-width: 767px) {
  .onepage_page.horizontal_scrolling .mod_article {
    height: auto !important;
  }
}

/* =============================================================================
  * breakpoint show smartmenu / hide mainmenu
  * ========================================================================== */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .smartmenu {
    display: block;
  }

  .mainmenu {
    display: none;
  }
}

/* =============================================================================
 * mobile
 * ========================================================================== */

@media only screen and (max-width: 767px) {
  .font-size-xxxxxl,
  .font-size-xxxxxl p,
  .font-size-10,
  .font-size-10 p {
    font-size: 3.5rem;
  }

  .font-size-xxxxl,
  .font-size-xxxxl p,
  .font-size-9,
  .font-size-9 p {
    font-size: 3rem;
  }

  .font-size-xxxl,
  .font-size-xxxl p,
  .font-size-8,
  .font-size-8 p {
    font-size: 2.333rem;
  }

  .font-size-xxl,
  .font-size-xxl p,
  .font-size-7,
  .font-size-7 p {
    font-size: 2rem;
  }

  .font-size-xl,
  .font-size-xl p,
  .font-size-6,
  .font-size-6 p {
    font-size: 1.533rem;
  }

  .font-size-l,
  .font-size-l p,
  .font-size-5,
  .font-size-5 p {
    font-size: 1.467rem;
  }

  .font-size-m,
  .font-size-m p,
  .font-size-4,
  .font-size-4 p {
    font-size: 1.2rem;
  }

  .font-size-s,
  font-size-s p,
  .font-size-3,
  .font-size-3 p {
    font-size: 1.133rem;
  }

  .font-size-xs,
  .font-size-xs p,
  .font-size-2,
  .font-size-2 p {
    font-size: 1.067rem;
  }

  .font-size-xxs,
  .font-size-xxs p,
  .font-size-1,
  .font-size-1 p {
    font-size: 0.9333rem;
  }

  .font-size-xxxs,
  .font-size-xxxs p,
  .font-size-0,
  .font-size-0 p {
    font-size: 0.8rem;
  }

  .font-size-xxxxs,
  .font-size-xxxxs p,
  .font-size-neg-1,
  .font-size-neg-1 p {
    font-size: 0.7333rem;
  }

  .font-size-xxxxxs,
  .font-size-xxxxxs p,
  .font-size-neg-2,
  .font-size-neg-2 p {
    font-size: 0.6667rem;
  }

  .hide-s {
    display: none !important;
  }

  .hide-mobile,
  .hide_mobile,
  .only-desktop,
  .only_desktop {
    display: none !important;
  }

  .mob_no_up > .attributes {
    margin-top: 0 !important;
  }

  .bg-none-mobile .attributes {
    background: none !important;
  }

  #slider {
    padding-top: 0 !important;
  }

  .mainmenu {
    display: none;
  }

  #nav-open-btn {
    display: block;
  }

  body {
    padding: 0;
  }

  #wrapper {
    width: 100%;
  }

  #nav-open-btn {
    right: 20px;
  }

  .image_container {
    padding: 0;
    float: none;
  }

  html {
    -webkit-text-size-adjust: none;
  }

  table {
    font-size: 0.7333rem;
  }

  body.sidebar #container {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  body.sidebar #main .mod_article > .container {
    padding-bottom: 0 !important;
  }

  body.sidebar #main > .inside {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.sidebar #main {
    border-left: 0;
    border-right: 0;
  }

  body.sidebar #left > .inside {
    margin-right: 0;
  }

  body.sidebar.right #right > .inside {
    margin-left: 0;
  }

  body.sidebar.both #right > .inside {
    margin-left: 0;
  }

  body.sidebar #right .inside,
  body.sidebar #left .inside {
    padding-top: 0;
    padding-bottom: 0;
  }

  .subnav {
    display: none;
  }

  .mod_calendar table {
    font-size: 0.4667rem;
  }

  .mod_subscribe input {
    width: 100%;
    margin-bottom: 10px;
  }

  .mod_registration label,
  .mod_registration input,
  .mod_registration .submit_container input,
  .mod_registration .submit_container button,
  .mod_registration .captcha_text {
    width: 100%;
    margin: 0;
  }

  .mod_registration .captcha_text {
    margin: 10px 0 15px 0;
  }

  .mod_registration p.error {
    margin-left: 0;
  }

  form .captcha_text {
    line-height: 1em;
  }

  .mod_search input,
  .mod_search button,
  .mod_search .widget-text,
  .mod_search .widget-submit {
    width: 100% !important;
    float: none;
    margin-bottom: 5px;
    margin-left: 0 !important;
  }

  .more a {
    padding: 2px 5px;
    font-size: 80%;
  }

  .mod_faqpage section {
    width: 100%;
    padding: 20px;
  }

  #slider .slider-control a.slider-next:after,
  #slider .slider-control a.slider-prev:before {
    font-size: 55px;
  }

  .image_container .caption {
    font-size: 0.8rem;
    position: static;
    display: inline-block;
  }

  .autogrid {
    flex: 0 0 100% !important;
    width: 100% !important;
  }

  #footer div.autogrid {
    flex: 0 0 100% !important;
    width: 100% !important;
  }

  #wrapper .autogrid_wrapper.article .inner {
    margin-left: 0;
    margin-right: 0;
  }

  .autogrid_displacer {
    margin-left: 0 !important;
  }

  .pagination ul,
  .pagination p {
    float: none;
    display: block;
    width: 100%;
  }

  .only_mobile,
  .only-mobile {
    display: block !important;
  }

  .mod_calendar td .event {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 38px;
    white-space: normal;
    font-size: 0.5rem;
  }

  .zoomContainer {
    display: none;
  }

  .ce_text .image_container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none;
  }

  .newslist-col2 .newslist-v3 {
    flex: 0 0 100%;
  }

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

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

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

  .mmenu_trigger {
    display: flex;
  }

  .mod_subscribe .formbody {
    display: block;
  }

  .mod_subscribe .formbody .widget-text {
    margin: 0;
  }

  .ce_hyperlink.mb-0-m a {
    margin-bottom: 0;
  }

  :root {
    --contentPaddingLeftRight: 20px;
  }

  #main .autogrid_wrapper.article .mod_article,
  #main .mod_article.fullwidth {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .mod_article:not(.fullwidth) > .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mod_article.article-pt-0 > .container {
    padding-top: 0;
  }

  .mod_article.article-pb-0 > .container {
    padding-bottom: 0;
  }

  .mod_article.article-pt-xxs > .container,
  .mod_article.article-pt-xs > .container,
  .mod_article.article-pt-s > .container,
  .mod_article.article-pt-m > .container,
  .mod_article.article-pt-l > .container,
  .mod_article.article-pt-xl > .container,
  .mod_article.article-pt-xxl > .container {
    padding-top: 50px;
  }
  .mod_article.article-pb-xxs > .container,
  .mod_article.article-pb-xs > .container,
  .mod_article.article-pb-s > .container,
  .mod_article.article-pb-m > .container,
  .mod_article.article-pb-l > .container,
  .mod_article.article-pb-xl > .container,
  .mod_article.article-pb-xxl > .container {
    padding-bottom: 50px;
  }

  .header {
    padding-bottom: 0;
    padding-top: 0;
    line-height: 60px;
  }

  .header .inside {
    display: flex;
    justify-content: space-between;
  }

  .header .mod_langswitcher {
    margin-right: 20px;
  }

  .header .clear {
    display: none;
  }

  .header .mod_search {
    display: none !important;
  }

  #fix-wrapper {
    top: 0;
    left: 0;
    width: 100%;
  }

  #bottom .inside .left,
  #bottom .inside .right {
    float: none;
  }

  #bottom .inside .right a {
    margin-left: 0;
    margin-right: 15px;
  }

  #footer .inside {
    padding: 40px 20px;
  }

  body.content_page #slider .pagetitle {
    font-size: 1.467rem;
  }

  #bottom .inside {
    padding-left: 20px;
    padding-right: 20px;
  }

  #footer .totop:before {
    display: none;
  }

  .ce_hyperlink.small a,
  a.btn.small,
  .ce_hyperlink a,
  a.btn {
    font-size: 0.9rem;
  }

  h1,
  .h1,
  .h1 p,
  body .headline_style_h1 h1,
  body .headline_style_h1 h2,
  body .headline_style_h1 h3,
  body .headline_style_h1 h4,
  body .headline_style_h1 h5,
  body .headline_style_h1 h6,
  body h1.headline_style_h1,
  body h2.headline_style_h1,
  body h3.headline_style_h1,
  body h4.headline_style_h1,
  body h5.headline_style_h1,
  body h6.headline_style_h1 {
    font-size: 1.733rem;
    margin-bottom: 15px;
  }

  h2,
  .h2,
  .h2 p,
  body .headline_style_h2 h1,
  body .headline_style_h2 h2,
  body .headline_style_h2 h3,
  body .headline_style_h2 h4,
  body .headline_style_h2 h5,
  body .headline_style_h2 h6,
  body h1.headline_style_h2,
  body h2.headline_style_h2,
  body h3.headline_style_h2,
  body h4.headline_style_h2,
  body h5.headline_style_h2,
  body h6.headline_style_h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  h3,
  .h3,
  .h3 p,
  body .headline_style_h3 h1,
  body .headline_style_h3 h2,
  body .headline_style_h3 h3,
  body .headline_style_h3 h4,
  body .headline_style_h3 h5,
  body .headline_style_h3 h6,
  body h1.headline_style_h3,
  body h2.headline_style_h3,
  body h3.headline_style_h3,
  body h4.headline_style_h3,
  body h5.headline_style_h3,
  body h6.headline_style_h3 {
    font-size: 1.467rem;
    margin-bottom: 10px;
  }

  h4,
  .h4,
  .h4 p,
  body .headline_style_h4 h1,
  body .headline_style_h4 h2,
  body .headline_style_h4 h3,
  body .headline_style_h4 h4,
  body .headline_style_h4 h5,
  body .headline_style_h4 h6,
  body h1.headline_style_h4,
  body h2.headline_style_h4,
  body h3.headline_style_h4,
  body h4.headline_style_h4,
  body h5.headline_style_h4,
  body h6.headline_style_h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  h5,
  .h5,
  .h5 p,
  body .headline_style_h5 h1,
  body .headline_style_h5 h2,
  body .headline_style_h5 h3,
  body .headline_style_h5 h4,
  body .headline_style_h5 h5,
  body .headline_style_h5 h6,
  body h1.headline_style_h5,
  body h2.headline_style_h5,
  body h3.headline_style_h5,
  body h4.headline_style_h5,
  body h5.headline_style_h5,
  body h6.headline_style_h5 {
    font-size: 1.067rem;
    margin-bottom: 10px;
  }

  h6,
  .h6,
  .h6 p,
  body .headline_style_h6 h1,
  body .headline_style_h6 h2,
  body .headline_style_h6 h3,
  body .headline_style_h6 h4,
  body .headline_style_h6 h5,
  body .headline_style_h6 h6,
  body h1.headline_style_h6,
  body h2.headline_style_h6,
  body h3.headline_style_h6,
  body h4.headline_style_h6,
  body h5.headline_style_h6,
  body h6.headline_style_h6 {
    font-size: 1.067rem;
    margin-bottom: 10px;
  }

  .header .mod_langswitcher {
    position: absolute;
    right: 70px;
    top: 50%;
    margin-top: -19px;
    line-height: 40px;
    margin-left: 0 !important;
  }

  .header .mod_search {
    display: none;
  }

  .ce_imagemap .hotspot {
    display: none;
  }

  .header.cloned {
    box-shadow: none;
  }

  body.fixed-header .header.cloned {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  }

  #top {
    display: none;
  }

  .autogrid:not(.ce_autogridwrapper):not(.no_gutter) {
    margin-bottom: 25px;
  }

  body #contentwrapper .ce_form form .autogrid {
    margin-bottom: 0;
  }

  body .ce_form .autogrid {
    margin-bottom: 0;
  }

  .autogrid.autogrid-last {
    margin-bottom: 0;
  }

  #main .mod_article.autogrid {
    padding-top: 0;
    padding-bottom: 25px;
    margin-bottom: 0;
  }

  #main .mod_article.autogrid.autogrid-first {
    padding-top: 25px;
  }

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

  .ce_revolutionslider #linkToContent {
    bottom: 10px;
  }

  .ce_revolutionslider .rs-container.fullscreen,
  .ce_revolutionslider .tp-fullwidth-forcer {
    height: calc(100vh - 70px) !important;
  }

  form.style4 {
    padding: 20px;
  }

  form.style4 .submit_container {
    margin-bottom: 10px;
  }

  .mod_langswitcher .mod_langswitcher_inside:before {
    top: -1px;
  }

  #mmenu_container {
    display: block;
  }

  #cboxPrevious {
    transform: scale(0.7);
    transform-origin: left;
  }

  #cboxNext {
    transform: scale(0.7);
    transform-origin: right;
  }

  #top .mod_top_mail a {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-sizer {
    width: 100% !important;
  }

  .content-swiper .swiper-button-next,
  .content-swiper .swiper-button-prev {
    display: none;
  }

  .customFont1 {
    font-size: var(--customFont1FontSizeMob);
    line-height: var(--customFont1LineHeightMob);
  }

  .customFont2 {
    font-size: var(--customFont2FontSizeMob);
    line-height: var(--customFont2LineHeightMob);
  }

  .mod_article.fullwidth-padding-left > .container,
  .mod_article.fullwidth-padding-right > .container,
  .mod_article.fullwidth-padding-both > .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  #top .autogrid_row .column {
    padding: 0;
  }
}

/* =============================================================================
 * legacy
 * ========================================================================== */

/* hide nav mobile_horizontal for updates ex <6  */
#mmenu nav.mobile_horizontal {
  display: none;
}

 /* =============================================================================
 * Template: mod_customcatalogfilter_mobile_trigger.html5
 * ========================================================================== */
 
 .mod_customcatalogfilter .mobile_trigger {
	display: none;
	text-align: right;
}

.mod_customcatalogfilter .mobile_trigger i {
	background: rgb(80,80,80);
	color: rgb(255,255,255);
	line-height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	 .mod_customcatalogfilter .mobile_trigger {
		 display: block;
	 }
}

/* =============================================================================
 * Template | customcatalog_XXX_ajaxsearch_results.html5
 * ========================================================================== */

.suggestions_container {
	display: none;
}

.autocomplete_results {
	max-width: 420px;
	display: none;
	background: #fff;
	z-index: 100;
}

.autocomplete_results .module_container {
	border: 0;
}

.mod_customcatalog_search_results .item-left {
	display: inline-block;
	width: 35px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-right: 25px;
}
 
.mod_customcatalog_search_results .item-right {
	display: inline-block;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.mod_customcatalog_search_results .item-inside {
	border-top: 1px solid rgba(0,0,0,0.1);
}

.mod_customcatalog_search_results .item-inside:first-child {
	border-top: 0;
}
 
.mod_customcatalog_search_results .item-inside a {
	display: flex;
	padding: 8px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_customcatalog_search_results .item-inside a:hover {
	background: rgba(0,0,0,0.03);
}
 
.mod_customcatalog_search_results .item-wrapper {
	padding: 20px;
}

.mod_customcatalog_search_results .suggestions_container {
	display: none!important;
}

/* =============================================================================
 * ajax-search | form
 * ========================================================================== */

.no_submits .submit_container,
.no_submits legend,
.no_submits label {
	display: none;
}

.no_submits fieldset {
	border: 0; 
	padding: 0;
	margin: 0;
}

.no_submits .filterform {
	margin: 0 auto;
	max-width: 420px;
}

.no_submits input {
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,1);
	padding: 20px;
}


/**
 * DEMO: cc_immorealty
 */

/* =============================================================================
 * cc_immorealty reader
 * ========================================================================== */

.mod_customcatalogreader.cc_immorealty {
	background: rgb(255,255,255);
	padding: 30px;
}
.mod_customcatalogreader.cc_immorealty .name {
	float: left;
}

.mod_customcatalogreader.cc_immorealty .place {
	float: right;
	line-height: 3.3;
}

.mod_customcatalogreader.cc_immorealty .place .ce_tags {
	display: inline-block;
}

.mod_customcatalogreader.cc_immorealty .place i {
	margin-right: 5px;
}

.mod_customcatalogreader.cc_immorealty .propety-headline {
	overflow: hidden;
}

.mod_customcatalogreader.cc_immorealty .propety-header img {
	width: 100%;
}

.mod_customcatalogreader.cc_immorealty .property-meta {
	overflow: hidden;
	border-top: 1px solid rgb(245,245,245);
	border-bottom: 1px solid rgb(245,245,245);
	margin: 25px 0;
	padding: 20px 0;
}

.mod_customcatalogreader.cc_immorealty .property-meta li {
	float: left;
	width: 33.333%;
	line-height: 2.3;
}

.mod_customcatalogreader.cc_immorealty .property-meta li i {
	margin-right: 5px;
}

.mod_customcatalogreader.cc_immorealty .property-meta li .ce_tags {
	display: inline-block;
}

.mod_customcatalogreader.cc_immorealty .property-furnishing {
	overflow: hidden;
}

.mod_customcatalogreader.cc_immorealty .property-furnishing li {
	width: 33.33%;
	float: left;
	line-height: 3;
}

.mod_customcatalogreader.cc_immorealty .property-furnishing li i {
	margin-right: 10px;
	color: var(--accentColor);
}

.mod_customcatalogreader.cc_immorealty h3 {
	margin-top: 35px;
}

.mod_customcatalogreader.cc_immorealty .property-gallery {
	margin-top: 35px;
}

.mod_customcatalogreader.cc_immorealty .price {
	position: absolute;
	right: 0;
	bottom: 0;
	color: rgb(255,255,255);
	background: var(--accentColor);
	padding: 15px;
	font-size: 1.4em;
}

.mod_customcatalogreader.cc_immorealty .propety-header .image {
	position: relative;
}

.mod_customcatalogreader.cc_immorealty .customelements_notelist {
	float: none;
	margin-bottom: 25px;
}

/* =============================================================================
 * cc_immorealty list
 * ========================================================================== */

.mod_customcataloglist.cc_immorealty .entries {
	margin-left: -1%;
	margin-right: -1%;
	display: flex;
	flex-wrap: wrap;
}

.mod_customcataloglist.cc_immorealty .entry {
	flex: 0 0 50%;
	padding-left: 1%;
	padding-right: 1%;
	overflow: hidden;
	display: block;
	position: relative;
	margin-bottom: 15px;
}

.mod_customcataloglist.cc_immorealty .entry .cc_immorealty_inside {
	border: 1px solid rgb(243,243,243);
	background: rgb(255,255,255);
	position: relative;
	overflow: hidden;
}

.mod_customcataloglist.cc_immorealty .entry .cc_immorealty_top {
	padding: 15px;
}

.mod_customcataloglist.cc_immorealty .entry .cc_immorealty_top .place {
	font-size: 1.2em;
	color: rgb(150,150,150);
}

.mod_customcataloglist.cc_immorealty .entry .cc_immorealty_top h4 {
	margin: 0;
}

.mod_customcataloglist.cc_immorealty .entry .property-meta {
	overflow: hidden;
	padding: 15px;
	color: rgb(153,153,153);
}

.mod_customcataloglist.cc_immorealty .entry .property-meta li {
	float: left;
	width: 50%;
	line-height: 2;
}

.mod_customcataloglist.cc_immorealty .entry .property-meta li i {
	margin-right: 5px;
}

.mod_customcataloglist.cc_immorealty .entry .property-meta li .ce_tags {
	display: inline-block;
}

.mod_customcataloglist.cc_immorealty .entry .cc_immorealty_bottom {
	overflow: hidden;
	border-top: 1px solid rgb(246,246,246);
	padding: 15px;
}

.mod_customcataloglist.cc_immorealty .entry .cc_immorealty_bottom .price {
	float: right;
	font-size: 1.4em;
	color: rgb(153,153,153);
}

.mod_customcataloglist.cc_immorealty .entry .cc_immorealty_bottom .price span {
	font-size: 0.6em;
}

.mod_customcataloglist.cc_immorealty .entry.top_object .cc_immorealty_top {
	background: var(--accentColor);
}

.mod_customcataloglist.cc_immorealty .entry.top_object .cc_immorealty_top h4 a,
.mod_customcataloglist.cc_immorealty .entry.top_object .cc_immorealty_top .place {
	color: rgb(255,255,255);
}

.mod_customcataloglist.cc_immorealty .entry .top_object_icon {
	background: rgba(255,255,255,0.3);
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
}

.mod_customcataloglist p.empty {
	margin-left: 1%;
}

.mod_customcataloglist.cc_immorealty .pagination {
	padding-left: 1%;
	padding-right: 1%;
}

/* =============================================================================
 * cc_immorealty list top_objects
 * ========================================================================== */

.mod_customcataloglist.cc_immorealty.top_objects .entry {
	flex: 0 0 33.333%;
}

/* =============================================================================
 * cc_immorealty slider
 * ========================================================================== */

.mod_customcataloglist.cc_immorealty_slider_wrap {
	display: block;
}

.mod_customcataloglist.cc_immorealty_slider_wrap .swiper-container {
	--swiper-theme-color: #fff;
}

.mod_customcataloglist .cc_immorealty_slider .swiper-container {
	height: 550px;
}

.mod_customcataloglist .cc_immorealty_slider .entry {
	flex: 0 0 100%;
}

.mod_customcataloglist .cc_immorealty_slider .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mod_customcataloglist .cc_immorealty_slider .content-left {
	position: absolute;
	z-index: 10;
	bottom: 50px;
	left: 0;
}

.mod_customcataloglist .cc_immorealty_slider .content-outside {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 100%;
}

.mod_customcataloglist .cc_immorealty_slider .content-inside {
	margin-left: 40px;
	margin-right: 40px;
	position: relative;
	height: 100%;
}

.mod_customcataloglist .cc_immorealty_slider .category {
	color: rgb(255,255,255);
	font-size: 1.3em;
	padding: 5px 10px;
	background: var(--accentColor);
	display: inline-block;
	opacity: 0.95;
}

.mod_customcataloglist .cc_immorealty_slider .price {
	font-size: 2em;
	padding: 5px 10px;
	background: rgba(255,255,255,0.9);
}

.mod_customcataloglist .cc_immorealty_slider .price span {
	font-size: 0.5em;
}

.mod_customcataloglist .cc_immorealty_slider .place {
	font-size: 2em;
	position: absolute;
	right: 0;
	bottom: 50px;
}

.mod_customcataloglist .cc_immorealty_slider .place a {
	color: rgb(255,255,255);
}

.mod_customcataloglist .cc_immorealty_slider .place i {
	margin-left: 15px;
}

/* =============================================================================
 * cc_immorealty customelements_notelist
 * ========================================================================== */
 
.cc_immorealty .customelements_notelist {
	float: left;
}

.cc_immorealty .customelements_notelist .notelistamount,
.cc_immorealty .customelements_notelist .update {
	display: none;
}
.cc_immorealty .customelements_notelist input {
	background-color: var(--accentColor);
	color: #fff;
	border-radius: 3px;
	padding: 10px 10px;
	cursor: pointer;
	text-align: center;
	margin: 0;
	display: inline-block;
	width: auto;
	border: 0;
}

.cc_immorealty .customelements_notelist .info {
	background: #a5cd00;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	padding: 0 10px;
	position: absolute;
	right: 15px;
}

.cc_immorealty .formnotelist {
	display: none;
}

.formnotelist {
	display: none;
}

/* =============================================================================
 * cc_immorealty filter: content_page
 * ========================================================================== */
 
.mod_customcatalogfilter.immorealty_filter fieldset {
	margin: 0;
}

.mod_customcatalogfilter.immorealty_filter .checkbox_container {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.mod_customcatalogfilter.immorealty_filter .checkbox_container input {
	width: 16px;
	height: 16px;
	order: 1;
}

.mod_customcatalogfilter.immorealty_filter .checkbox_container label {
	order: 2;
	margin-left: 7px;
	margin-bottom: 0;
}

.mod_customcatalogfilter.immorealty_filter .submit_container button {
	width: 100%;
	border-radius: 5px;
}

.mod_customcatalogfilter.immorealty_filter .submit_container {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.immorealty_filter .filter_range label {
	display: none;
}

.mod_customcatalogfilter.immorealty_filter .filter_range input {
	background: transparent;
	border: 0;
	height: 32px;
	padding: 0;
	font-size: inherit;
}

.mod_customcatalogfilter.immorealty_filter .filter_range .ui-slider-range {
	background: var(--accentColor);
}

.mod_customcatalogfilter.immorealty_filter .filter_range .ui-slider {
	clear: both;
	margin: 0 10px;
}

.mod_customcatalogfilter.immorealty_filter .submit_container input.clear_all_filters {
	background: transparent;
	color: inherit;
	padding: 0;
	border: 0;
	text-align: left;
}

.mod_customcatalogfilter.immorealty_filter .submit_container .clear_filters {
	display: none;
}

.mod_customcatalogfilter.immorealty_filter .text_autocomplete_container label {
	display: none;
}

.mod_customcatalogfilter.immorealty_filter .filter_text label {
	display: none;
}

.mod_customcatalogfilter.immorealty_filter .filter_text legend label {
	display: inline-block;
}

/* =============================================================================
 * cc_immorealty filter: home
 * ========================================================================== */
 
.mod_customcatalogfilter.immorealty_filter_home {
	background: rgb(240,240,240);
	padding: 30px;
}

.mod_customcatalogfilter.immorealty_filter_home legend {
	display: none;
}

.mod_customcatalogfilter.immorealty_filter_home fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.mod_customcatalogfilter.immorealty_filter_home div.widget {
	width: 25%;
	padding: 10px;
	float: left;
	margin: 0;
}

.mod_customcatalogfilter.immorealty_filter_home div.widget.submit_container button {
	width: 100%;
	border-radius: 5px;
}

.mod_customcatalogfilter.immorealty_filter_home .clear_filters,
.mod_customcatalogfilter.immorealty_filter_home .clear_all_filters {
	display: none;
}

/* =============================================================================
 * phone
 * ========================================================================== */
 
@media only screen and (max-width: 767px) {
	
	.mod_customcataloglist.cc_immorealty {
		margin-left: 0;
		margin-right: 0;
	}
	
	.mod_customcataloglist.cc_immorealty.top_objects .entry {
		flex: 0 0 100%!important;
	}
	
	.mod_customcataloglist .cc_immorealty_slider .place {
		left: 0;
		bottom: 40px;
		font-size: 1.2em;
	}
	
	.mod_customcataloglist .cc_immorealty_slider .content-left {
		bottom: 80px;
	}
	
	.mod_customcataloglist.cc_immorealty .entry .cc_immorealty_bottom .price {
		float: none;
	}
	
	.cc_immorealty .customelements_notelist input {
		width: 100%;
		margin-top: 10px;
	}
	
	.cc_immorealty .customelements_notelist {
		float: none;
	}
	
	.mod_customcataloglist .cc_immorealty_slider .content-inside {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.mod_customcatalogreader.cc_immorealty .place,
	.mod_customcatalogreader.cc_immorealty .name {
		float: none;
		margin: 0;
	}
	
	.mod_customcatalogreader.cc_immorealty .name {
		line-height: 1;
	}
	
	.mod_customcatalogreader.cc_immorealty .price {
		font-size: 1em;
		padding: 5px;
		position: static;
	}
	
	.mod_customcatalogreader.cc_immorealty .property-meta li,
	.mod_customcatalogreader.cc_immorealty .property-furnishing li {
		width: 100%;
		line-height: 1.8;
	}
	
	.mod_customcataloglist.cc_immorealty .entry {
		flex: 0 0 100%;
	}
	
	.mod_customcataloglist.cc_immorealty .entry .property-meta li {
		font-size: 0.9em;
	}
	
	.mod_customcataloglist.cc_immorealty .entry .cc_immorealty_top .place {
		font-size: 0.8em;
	}
	
	.mod_customcatalogfilter.immorealty_filter_home div.widget {
		width: 100%;
	}
	
	.mod_customcataloglist.cc_immorealty .pagination {
		margin-bottom: 35px;
	}
}

/**
 * DEMO: cc_cardealer
 */

/* =============================================================================
 * cc_cardealer list
 * ========================================================================== */

.mod_customcataloglist.cc_cardealer .entry {
	margin-bottom: 35px;
}

.mod_customcataloglist.cc_cardealer .item-inside {
	overflow: hidden;
	border: 1px solid rgb(238,238,238);
	background: rgb(245,245,245);
	position: relative;
}

.mod_customcataloglist.cc_cardealer .item-leftside {
	float: left;
	width: 35%;
	position: relative;
}

.mod_customcataloglist.cc_cardealer .item-rightside {
	float: left;
	width: 65%;
	background: rgb(255,255,255);
}

.mod_customcataloglist.cc_cardealer .item-link-youtube,
.mod_customcataloglist.cc_cardealer .item-link-detail {
	width: 48%;
	display: inline-block;
	padding: 10px;
}

.mod_customcataloglist.cc_cardealer .item-link-youtube i,
.mod_customcataloglist.cc_cardealer .item-link-detail i {
	margin-right: 5px;
	font-size: 0.8em;
}

.mod_customcataloglist.cc_cardealer .item-rightside h4 {
	background: rgb(250,250,250);
	padding: 10px 20px;
	margin-bottom: 0;
}

.mod_customcataloglist.cc_cardealer .item-rightside .item-content {
	overflow: hidden;
	padding: 20px;
	border-bottom: 1px solid rgb(245,245,245);
}

.mod_customcataloglist.cc_cardealer .item-rightside .item-content-col1 {
	float: left;
	width: 70%;
	min-height: 85px;
}

.mod_customcataloglist.cc_cardealer .item-rightside .item-content-col2 {
	float: left;
	width: 30%;
	font-size: 2em;
	line-height: 1em;
	text-align: right;
	color: var(--accentColor);
}

.mod_customcataloglist.cc_cardealer .item-rightside ul {
	overflow: hidden;
	padding: 10px 20px;
}

.mod_customcataloglist.cc_cardealer .item-rightside li {
	width: 50%;
	float: left;
	margin-bottom: 5px;
}

.mod_customcataloglist.cc_cardealer .item-state {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 10;
	background-color: var(--secondColor);
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 7px;
	border-radius: 2px;
}

.mod_customcataloglist.cc_cardealer .item-rightside li .ce_tags {
	display: inline-block;
}

.mod_customcataloglist.cc_cardealer .item-rightside li i {
	width: 25px;
}

.mod_customcataloglist.cc_cardealer .item-leftside .image_container img {
	height: 238px;
	width: auto;
	max-width: none;
}

.mod_customcataloglist.cc_cardealer .notelistamount,
.mod_customcataloglist.cc_cardealer .notelist .submit_container input.update {
	display: none;
}

.mod_customcataloglist.cc_cardealer .notelist .submit_container input.submit {
	width: auto;
	padding: 3px 10px;
	min-width: 80px;
}

.mod_customcataloglist.cc_cardealer .ce_number {
	display: inline-block;
}

/* =============================================================================
 * cc_cardealer list/grid
 * ========================================================================== */

.mod_customcataloglist.cc_cardealer.grid-view .item-wrapper {
	margin-left: -1%;
	margin-right: -1%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.mod_customcataloglist.cc_cardealer.grid-view .entry {
	flex: 0 0 33.333%;
	padding-left: 1%;
	padding-right: 1%;
}

.mod_customcataloglist.cc_cardealer.grid-view .item-leftside,
.mod_customcataloglist.cc_cardealer.grid-view .item-rightside {
	float: none;
	width: 100%;
}

.mod_customcataloglist.cc_cardealer.grid-view .item-leftside .image_container img {
	height: auto;
	width: 100%;
	max-width: 100%;
}

.mod_customcataloglist.cc_cardealer.grid-view .item-link-youtube, .mod_customcataloglist.cc_cardealer .item-link-detail {
	padding-left: 20px;
}

.mod_customcataloglist.cc_cardealer.grid-view .item-rightside .item-content-col1,
.mod_customcataloglist.cc_cardealer.grid-view .item-rightside .item-content-col2 {
	width: 100%;
	float: none;
	text-align: left;
}

.mod_customcataloglist.cc_cardealer.grid-view .notelist {
	margin-bottom: 15px;
}

@media only screen and (max-width: 970px) {
	.mod_customcataloglist.cc_cardealer.grid-view .entry {
		width: 50%;
	}
}

/* =============================================================================
 * cc_cardealer teaser
 * ========================================================================== */

.mod_customcataloglist.cc_cardealer_teaser .item-content-col1,
.mod_customcataloglist.cc_cardealer_teaser .notelist,
.mod_customcataloglist.cc_cardealer_teaser .item-link-detail,
.mod_customcataloglist.cc_cardealer_teaser .item-link-youtube {
	display: none;
}

.mod_customcataloglist.cc_cardealer_teaser .item-rightside h4 {
	margin: 0;
	font-size: 1.2em;
}

.mod_customcataloglist.cc_cardealer_teaser .item-rightside .item-content-col2 {
	font-size: 1.3em;
	text-align: right!important;
}

.mod_customcataloglist.cc_cardealer_teaser .item-rightside .item-content {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* =============================================================================
 * item highlight w/star
 * ========================================================================== */

.mod_customcataloglist.cc_cardealer .item-highlight-icon {
	background-color: var(--accentColor);
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
}

/* =============================================================================
 * cc_cardealer view-switcher
 * ========================================================================== */

.mod_customcataloglist.cc_cardealer.notelist-view .list-options {
	display: none;
}

.mod_customcataloglist.cc_cardealer.cc_cardealer_teaser .list-options {
	display: none;
}

.mod_customcataloglist.cc_cardealer .list-options {
	margin-bottom: 14px;
	display: inline-block;
	border: 1px solid rgb(220,220,220);
	border-radius: 2px;
	overflow: hidden;
}

.mod_customcataloglist.cc_cardealer .list-options i {
	line-height: 35px;
	width: 50px;
	text-align: center;
	cursor: pointer;
	float: left;
}

.mod_customcataloglist.cc_cardealer .list-options i.fa-th {
	border-left: 1px solid rgb(220,220,220);
}

.mod_customcataloglist.cc_cardealer .list-options i.fa-list {
	background: rgb(250,250,250);
}

.mod_customcataloglist.cc_cardealer .list-options i.fa-list {
	background: rgb(240,240,240);
}

.mod_customcataloglist.cc_cardealer.grid-view .list-options i.fa-list {
	background: rgb(250,250,250);
}

.mod_customcataloglist.cc_cardealer.grid-view .list-options i.fa-th {
	background: rgb(240,240,240);
}

.mod_customcataloglist.cc_cardealer.grid-view .item-rightside h4 {
	margin-bottom: 0;
	font-size: 1em;
}

/* =============================================================================
 * cc_cardealer reader
 * ========================================================================== */

.mod_customcatalogreader.cc_cardealer .single-leftside {
	width: 58%;
	float: left;
}

.mod_customcatalogreader.cc_cardealer .single-rightside {
	width: 42%;
	float: left;
	padding-left: 30px;
}

.mod_customcatalogreader.cc_cardealer .single-top-content {
	overflow: hidden;
}

.mod_customcatalogreader.cc_cardealer .single-price {
	color: var(--accentColor);
}

.mod_customcatalogreader.cc_cardealer .single-price strong {
	background-color: var(--accentColor);
	color: rgb(255,255,255);
	font-size: 2.5em;
	font-weight: bold;
	display: inline-block;
	padding: 0 15px;
	border-radius: 2px;
	margin-right: 20px;
	line-height: 3rem;
}

.mod_customcatalogreader.cc_cardealer .single-price span {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	display: inline-block;
	margin: 10px 0;
}

.mod_customcatalogreader.cc_cardealer .single-metadata {
	border-top: 1px solid rgb(221,221,221);
	border-bottom: 1px solid rgb(221,221,221);
	margin: 20px 0;
	overflow: hidden;
}

.mod_customcatalogreader.cc_cardealer .single-metadata strong {
	display: block;
}

.mod_customcatalogreader.cc_cardealer .single-metadata-col1,
.mod_customcatalogreader.cc_cardealer .single-metadata-col2,
.mod_customcatalogreader.cc_cardealer .single-metadata-col3 {
	width: 33.333%;
	float: left;
	font-size: 1.2em;
}

.mod_customcatalogreader.cc_cardealer .single-metadata-col2 {
	border-left: 1px solid rgb(221,221,221);
	border-right: 1px solid rgb(221,221,221);
	padding-left: 10px;
}

.mod_customcatalogreader.cc_cardealer .single-metadata-col3 {
	padding-left: 10px;
}

.mod_customcatalogreader.cc_cardealer table.table-striped {
	width: 100%;
	margin-bottom: 20px;
}

.mod_customcatalogreader.cc_cardealer table.table-striped td {
	padding: 5px;
}

.mod_customcatalogreader.cc_cardealer table.table-striped tr {
	background: rgba(0,0,0,0.03);
}

.mod_customcatalogreader.cc_cardealer table.table-striped tr:nth-child(odd) {
	background: none;
}

.mod_customcatalogreader.cc_cardealer .notelistamount {
	display: none;
}

.mod_customcatalogreader.cc_cardealer .notelist input.submit {
	width: auto;
}

.mod_customcatalogreader.cc_cardealer .notelist input.update {
	display: none;
}

.mod_customcatalogreader.cc_cardealer .ce_tabs {
	margin: 35px 0;
}

.mod_customcatalogreader.cc_cardealer .ce_tabs ul li {
	background: #fff;
}

.mod_customcatalogreader.cc_cardealer .single-features ul {
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}

.mod_customcatalogreader.cc_cardealer .single-features li {
	background: #fff;
	padding: 10px;
}

.mod_customcatalogreader.cc_cardealer .single-print {
	margin: 12px 0 5px 0;
}

.mod_customcatalogreader.cc_cardealer .single-print a,
.mod_customcatalogreader.cc_cardealer .single-mail a {
	color: rgb(140,140,140);
}

.mod_customcatalogreader.cc_cardealer .single-print a:hover,
.mod_customcatalogreader.cc_cardealer .single-mail a:hover {
	color: rgb(50,50,50);
}

.mod_customcatalogreader.cc_cardealer .single-print i,
.mod_customcatalogreader.cc_cardealer .single-mail i {
	margin-right: 5px;
}

.notelist .submit_container input.submit:hover {
	opacity: 0.9;
}

.notelist .submit_container input.submit,
.notelist .submit_container input.submit:hover,
.notelist .submit_container button.submit,
.notelist .submit_container button.submit:hover {
	background-color: var(--secondColor);
}

.mod_customcatalogreader.cc_cardealer .ce_number {
	display: inline-block;
}

/* =============================================================================
 * cc_cardealer notelist
 * ========================================================================== */

.mod_customcataloglist .notelist-sum {
	display: none;
}

.mod_customcataloglist.notelist-view .notelist-sum {
	display: block;
	padding: 50px;
	font-size: 2em;
	color: rgb(255,255,255);
}

.mod_customcataloglist .notelist-sum .headline {
	display: inline-block;
	color: rgb(50,50,50);
}


/* =============================================================================
 * cc_cardealer filter
 * ========================================================================== */
 
.mod_customcatalogfilter.cardealer_filter fieldset {
	margin: 0;
	border: 0;
	padding: 0 0 20px 0;
}

.mod_customcatalogfilter.cardealer_filter div.widget {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.cardealer_filter legend {
	display: none;
}

.mod_customcatalogfilter.cardealer_filter .checkbox_container {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.mod_customcatalogfilter.cardealer_filter .checkbox_container input {
	width: 16px;
	height: 16px;
	order: 1;
}

.mod_customcatalogfilter.cardealer_filter .checkbox_container label {
	order: 2;
	margin-left: 7px;
	margin-bottom: 0;
}

.mod_customcatalogfilter.cardealer_filter .submit_container button {
	width: 100%;
	border-radius: 5px;
}


.mod_customcatalogfilter.cardealer_filter .filter_range input {
	background: transparent;
	border: 0;
	height: 32px;
	padding: 0;
	font-size: inherit;
}

.mod_customcatalogfilter.cardealer_filter .filter_range .ui-slider-range {
	background-color: var(--accentColor);
}

.mod_customcatalogfilter.cardealer_filter .filter_range .ui-slider {
	clear: both;
	margin: 0 10px;
}

.mod_customcatalogfilter.cardealer_filter .submit_container input.clear_all_filters {
	background: transparent;
	color: inherit;
	padding: 0;
	border: 0;
	text-align: left;
}

.mod_customcatalogfilter.cardealer_filter .submit_container .clear_filters {
	display: none;
}

.mod_customcatalogfilter.cardealer_filter .text_autocomplete_container label {
	display: none;
}

.mod_customcatalogfilter.cardealer_filter .filter_text label {
	display: none;
}

.mod_customcatalogfilter.cardealer_filter .filter_text legend label {
	display: inline-block;
}

/* =============================================================================
 * cc_cardealer slider
 * ========================================================================== */

.mod_customcataloglist .cc_cardealer_slider .swiper-container {
	height: 550px;
	--swiper-theme-color: #fff;
}

.mod_customcataloglist .cc_cardealer_slider .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mod_customcataloglist .cc_cardealer_slider .slider-content-wrapper {
	position: absolute;
	z-index: 10;
	bottom: 50px;
	left: 0;
	background: rgba(0,0,0,0.8);
	color: #fff;
}

.mod_customcataloglist .cc_cardealer_slider .name {
	font-size: 2em;
	float: left;
	padding: 45px 35px 35px 35px;
}

.mod_customcataloglist .cc_cardealer_slider .price {
	float: right;
	padding: 35px;
	border-left: 1px solid rgba(255,255,255,0.4);
}

.mod_customcataloglist .cc_cardealer_slider .price strong {
	font-size: 1.5em;
	color: var(--accentColor);
}

.mod_customcataloglist .cc_cardealer_slider .price span {
	display: block;
	font-size: 1em;
}

.mod_customcataloglist .cc_cardealer_slider .state {
	position: absolute;
	top: -20px;
	left: 35px;
	display: block;
	padding: 5px 10px;
	color: rgb(255,255,255);
	background-color: var(--accentColor);
}

.mod_customcataloglist .cc_cardealer_slider .content-outside {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 100%;
}

.mod_customcataloglist .cc_cardealer_slider .content-inside {
	margin-left: 40px;
	margin-right: 40px;
	position: relative;
	height: 100%;
}

.mod_customcataloglist .cc_cardealer_slider .state {
	color: rgb(255,255,255);
	font-size: 1.3em;
	padding: 5px 10px;
	background: rgba(0,0,0,0.3);
	display: inline-block;
}

.mod_customcataloglist .cc_cardealer_slider .ce_number {
	display: inline-block;
}

/* =============================================================================
 * phone
 * ========================================================================== */
 
@media only screen and (max-width: 767px) {
	
	.mod_customcataloglist.cc_cardealer .item-leftside,
	.mod_customcataloglist.cc_cardealer .item-rightside {
		float: none;
		width: 100%;
	}
	
	.mod_customcataloglist.cc_cardealer .item-leftside .image_container img {
		height: auto;
		width: 100%;
		max-width: 100%;
	}
	
	.mod_customcataloglist.cc_cardealer .item-rightside .item-content-col1,
	.mod_customcataloglist.cc_cardealer .item-rightside .item-content-col2 {
		float: none;
		width: 100%;	
		text-align: left;
	}
	
	.mod_customcataloglist.cc_cardealer .item-rightside .item-content-col2 {
		font-size: 1.5em;
	}
	
	.mod_customcatalogreader.cc_cardealer .single-leftside,
	.mod_customcatalogreader.cc_cardealer .single-rightside {
		float: none;
		width: 100%;
	}
	
	.mod_customcatalogreader.cc_cardealer .single-rightside {
		margin-top: 20px;
		padding: 0;
	}
	
	.mod_customcatalogreader.cc_cardealer .ce_tabs {
		padding: 0;
	}
	
	.mod_customcatalogreader.cc_cardealer .single-features li {
		width: 100%;
		float: none;
	}
	
	.mod_customcatalogreader.cc_cardealer .single-metadata-col1, 
	.mod_customcatalogreader.cc_cardealer .single-metadata-col2, 
	.mod_customcatalogreader.cc_cardealer .single-metadata-col3 {
		font-size: 1em;
	}
	
	.mod_customcatalogreader.cc_cardealer .single-price strong {
		font-size: 1.5em;
	}
	
	.mod_customcatalogreader.cc_cardealer .single-price span {
		margin-top: 20px;
	}
	
	.mod_customcataloglist.cc_cardealer.cc_cardealer_col2 .notelist {
		margin-bottom: 20px;
	}
	
	.mod_customcataloglist.cc_cardealer.cc_cardealer_col2 {
	margin-left: -1%;
	margin-right: -1%;
	overflow: hidden;
	}

	.mod_customcataloglist.cc_cardealer.cc_cardealer_col2 .entry {
	width: 100%; 
	float: none;
	padding-left: 0;
	padding-right: 0;
	}

	.mod_customcataloglist.cc_cardealer.cc_cardealer_col2 .item-leftside .image_container img {
		height: auto;
	}
	
	.mod_customcataloglist.cc_cardealer .notelist {
		margin-bottom: 15px;
	}
	
	.mod_customcataloglist.cc_cardealer.grid-view .entry {
		width: 100%;
	}
	
	.mod_customcataloglist .cc_cardealer_slider .name {
		font-size: 1.5em;
		padding: 25px 5px 0 15px;
		float: none;
	}
	
	.mod_customcataloglist .cc_cardealer_slider .swiper-container {
		height: 350px;
	}
	
	.mod_customcataloglist .cc_cardealer_slider .price {
		padding: 0px 15px 15px 15px;
		float: none;
	}
	
	.mod_customcataloglist .cc_cardealer_slider .state {
		left: 15px;
		font-size: 0.9em;
	}
	
	.mod_customcataloglist .cc_cardealer_slider .slider-content-wrapper {
		width: 100%;
	}
	
	.mod_customcataloglist.cc_cardealer .list-options {
		display: none;
	}
	
	.mod_customcatalogfilter.cardealer_filter .checkbox_container label {
		top: -4px;
	}
	
	.mod_customcatalogreader.cc_cardealer .single-features ul {
	grid-template-columns: 1fr;
}
	
}

/**
 * DEMO: cc_catalog
 */

/* =============================================================================
 * cc_catalog list
 * ========================================================================== */

.mod_customcataloglist.cc_catalog .item-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.mod_customcataloglist.cc_catalog .entry {
	margin-bottom: 65px;
	flex: 0 0 33.33%;
	padding-left: 1%;
	padding-right: 1%;
}

.mod_customcataloglist.cc_catalog .item-inside {
	overflow: hidden;
	position: relative;
	text-align: center;
}

.mod_customcataloglist.cc_catalog h6 {
	padding: 10px 20px 0 10px;
	margin-bottom: 0;
	margin-top: 10px;
	text-transform: uppercase;
}

.mod_customcataloglist.cc_catalog .brand {
	color: rgb(180,180,180);
	margin-bottom: 5px;
}

.mod_customcataloglist.cc_catalog .price {
	font-size: 1.15rem;
}

.mod_customcataloglist.cc_catalog .price span {
	font-size: 1rem;
	text-decoration: line-through;
	margin-left: 5px;
	display: inline-block;
}

.mod_customcataloglist.cc_catalog .more-buttom a {
	display: inline-block;
	padding: 10px 20px;
	border-top: 1px solid rgb(233,233,233);
	border-bottom: 1px solid rgb(233,233,233);
	font-size: 0.9rem;
	margin-top: 20px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	letter-spacing: 1px;
}

.mod_customcataloglist.cc_catalog .entry:hover .more-buttom a {
	border-color: rgb(0,0,0);
}

.mod_customcataloglist.cc_catalog .item-state {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 10;
	background: rgb(92,184,92);
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 7px;
	border-radius: 2px;
}

.mod_customcataloglist.cc_catalog .notelistamount,
.mod_customcataloglist.cc_catalog .notelist .submit_container input.update {
	display: none;
}

.mod_customcataloglist.cc_catalog .notelist .submit_container input.submit {
	width: auto;
	padding: 3px 10px;
	min-width: 80px;
}

.mod_customcataloglist.cc_catalog .ce_number {
	display: inline-block;
}

.mod_customcataloglist.cc_catalog .item-wrapper {
	margin-left: -1%;
	margin-right: -1%;
	overflow: hidden;
}

.mod_customcataloglist.cc_catalog .item-leftside,
.mod_customcataloglist.cc_catalog .item-rightside {
	float: none;
	width: 100%;
}

.mod_customcataloglist.cc_catalog .item-leftside .image_container img {
	height: auto;
	width: 100%;
	max-width: 100%;
}

.mod_customcataloglist.cc_catalog .item-link-youtube, .mod_customcataloglist.cc_catalog .item-link-detail {
	padding-left: 20px;
}

.mod_customcataloglist.cc_catalog .item-rightside .item-content-col1,
.mod_customcataloglist.cc_catalog .item-rightside .item-content-col2 {
	width: 100%;
	float: none;
	text-align: left;
}

.mod_customcataloglist.cc_catalog .notelist {
	margin-bottom: 15px;
}

@media only screen and (max-width: 970px) {
	.mod_customcataloglist.cc_catalog .entry {
		flex: 0 0 50%;
	}
}

/* =============================================================================
 * cc_catalog teaser
 * ========================================================================== */

.mod_customcataloglist.cc_catalog_teaser .item-content-col1,
.mod_customcataloglist.cc_catalog_teaser .notelist,
.mod_customcataloglist.cc_catalog_teaser .item-link-detail,
.mod_customcataloglist.cc_catalog_teaser .item-link-youtube {
	display: none;
}

.mod_customcataloglist.cc_catalog_teaser .item-rightside h4 {
	margin: 0;
	font-size: 1.2em;
}

.mod_customcataloglist.cc_catalog_teaser .item-rightside .item-content-col2 {
	font-size: 1.3em;
	text-align: right!important;
}

.mod_customcataloglist.cc_catalog_teaser .item-rightside .item-content {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* =============================================================================
 * item highlight w/star
 * ========================================================================== */

.mod_customcataloglist.cc_catalog .item-highlight-icon {
	background: rgba(0,0,0,0.1);
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
	z-index: 10;
}

/* =============================================================================
 * cc_catalog reader
 * ========================================================================== */

.mod_customcatalogreader.cc_catalog .single-leftside {
	width: 58%;
	float: left;
}

.mod_customcatalogreader.cc_catalog .single-rightside {
	width: 42%;
	float: left;
	padding-left: 30px;
}

.mod_customcatalogreader.cc_catalog .single-top-content {
	overflow: hidden;
}

.mod_customcatalogreader.cc_catalog .single-price-new {
	font-size: 2rem;
	font-weight: bold;
	display: inline-block;	
	margin-right: 20px;
}

.mod_customcatalogreader.cc_catalog .single-price-old {
	display: inline-block;
	text-decoration: line-through;
	font-size: 1.5rem;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}


.mod_customcatalogreader.cc_catalog h1 {
	font-size: 1.6rem;
	margin-bottom: 5px;
}

.mod_customcatalogreader.cc_catalog .single-subheadline {
	color: rgb(180,180,180);
}

.mod_customcatalogreader.cc_catalog .single-short-description {
	margin: 20px 0;
}

.mod_customcatalogreader.cc_catalog .single-stock {
	background: rgb(85,198,94);
	color: rgb(255,255,255);
	font-weight: bold;
	padding: 3px 10px;
	border-radius: 2px;
	display: inline-block;
	margin-bottom: 20px;
}

.mod_customcatalogreader.cc_catalog .single-stock.stockout {
	background: rgb(201,21,25);
}

.mod_customcatalogreader.cc_catalog .single-metadata {
	border-top: 1px solid rgb(221,221,221);
	border-bottom: 1px solid rgb(221,221,221);
	margin: 20px 0 25px 0;
	overflow: hidden;
}

.mod_customcatalogreader.cc_catalog .single-metadata strong {
	display: block;
}

.mod_customcatalogreader.cc_catalog .single-metadata-col1,
.mod_customcatalogreader.cc_catalog .single-metadata-col2,
.mod_customcatalogreader.cc_catalog .single-metadata-col3 {
	width: 33.333%;
	float: left;
	font-size: 1.2em;
}

.mod_customcatalogreader.cc_catalog .single-metadata-col2 {
	border-left: 1px solid rgb(221,221,221);
	border-right: 1px solid rgb(221,221,221);
	padding-left: 10px;
}

.mod_customcatalogreader.cc_catalog .single-metadata-col3 {
	padding-left: 10px;
}

.mod_customcatalogreader.cc_catalog table.table-striped {
	width: 100%;
	margin-bottom: 20px;
}

.mod_customcatalogreader.cc_catalog table.table-striped td {
	padding: 5px;
}

.mod_customcatalogreader.cc_catalog table.table-striped tr {
	background: rgba(0,0,0,0.03);
}

.mod_customcatalogreader.cc_catalog table.table-striped tr:nth-child(odd) {
	background: none;
}

.mod_customcatalogreader.cc_catalog .notelistamount {
	display: none;
}

.mod_customcatalogreader.cc_catalog .notelist input.submit {
	width: auto;
}

.mod_customcatalogreader.cc_catalog .notelist input.update {
	display: none;
}

.mod_customcatalogreader.cc_catalog .ce_tabs {
	margin: 65px 0 35px 0;
}

.mod_customcatalogreader.cc_catalog .ce_tabs .panes {
	background: rgb(255,255,255);
	padding: 30px;
	border: 1px solid rgb(230,230,230);
}

.mod_customcatalogreader.cc_catalog .single-features ul {
	overflow: hidden;
}

.mod_customcatalogreader.cc_catalog .single-features li {
	width: 33.333%;
	float: left;
	margin-bottom: 13px;
}

.mod_customcatalogreader.cc_catalog .single-print {
	margin: 12px 0 5px 0;
}

.mod_customcatalogreader.cc_catalog .single-print a,
.mod_customcatalogreader.cc_catalog .single-mail a {
	color: rgb(140,140,140);
}

.mod_customcatalogreader.cc_catalog .single-print a:hover,
.mod_customcatalogreader.cc_catalog .single-mail a:hover {
	color: rgb(50,50,50);
}

.mod_customcatalogreader.cc_catalog .single-print i,
.mod_customcatalogreader.cc_catalog .single-mail i {
	margin-right: 5px;
}

.notelist .submit_container input.submit:hover {
	opacity: 0.9;
}

.mod_customcatalogreader.cc_catalog .ce_number {
	display: inline-block;
}

.mod_customcatalogreader.cc_catalog .single-rating {
	margin: 11px 0;
}

.mod_customcatalogreader.cc_catalog .single-rating button,
.mod_customcatalogreader.cc_catalog .single-rating .counter {
	display: none!important;
}

.mod_customcatalogreader.cc_catalog .single-rating .rateit_container {
	display: inline-block;
	margin-right: 10px;
}

.mod_customcatalogreader.cc_catalog .single-rating .single-rating-count {
	display: inline-block;
	position: relative;
	top: -2px;
}

.mod_customcatalogreader.cc_catalog .single-color {
	margin-bottom: 25px;
}

.mod_customcatalogreader.cc_catalog .single-color li {
	border: 1px solid rgb(200,200,200);
	width: 22px;
	height: 22px;
	display: inline-block;
	text-indent: -9999px;
	background: rgb(0,0,0);
}

.mod_customcatalogreader.cc_catalog .single-metadata div {
	font-size: 0.9rem;
}

/* tag color */

.mod_customcatalogreader.cc_catalog .single-color li.value_blau {
	background: rgb(93,156,236);
}

.mod_customcatalogreader.cc_catalog .single-color li.value_weiss {
	background: rgb(255,255,255);
}

.mod_customcatalogreader.cc_catalog .single-color li.value_schwarz {
	background: rgb(0,0,0);
}

.mod_customcatalogreader.cc_catalog .single-color li.value_gelb {
	background: rgb(243,156,17);
}

/* =============================================================================
 * cc_catalog notelist
 * ========================================================================== */

.mod_customcataloglist .notelist-sum {
	display: none;
}

.mod_customcataloglist.notelist-view .notelist-sum {
	display: block;
	padding: 50px;
	font-size: 2em;
	color: rgb(255,255,255);
}

.mod_customcataloglist .notelist-sum .headline {
	display: inline-block;
	color: rgb(50,50,50);
}


/* =============================================================================
 * cc_catalog filter
 * ========================================================================== */
 
.mod_customcatalogfilter.catalog_filter fieldset {
	margin: 0;
	border: 0;
	padding: 0 0 20px 0;
	border-top: 1px solid rgb(200,200,200);
}

.mod_customcatalogfilter.catalog_filter legend {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.catalog_filter div.widget {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.catalog_filter div.widget.submit_container button {
	width: 100%;
	border-radius: 5px;
}

.mod_customcatalogfilter.catalog_filter .filter_pagetree {
	display: none;
}

.mod_customcatalogfilter.catalog_filter .checkbox_container {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.mod_customcatalogfilter.catalog_filter .checkbox_container input {
	width: 16px;
	height: 16px;
	order: 1;
}

.mod_customcatalogfilter.catalog_filter .checkbox_container label {
	order: 2;
	margin-left: 7px;
	margin-bottom: 0;
}

.ios .mod_customcatalogfilter.catalog_filter .checkbox_container label {
	top: 3px;
}

.mod_customcatalogfilter.catalog_filter .filter_range input {
	background: transparent;
	border: 0;
	height: 32px;
	padding: 0;
	font-size: inherit;
}

.mod_customcatalogfilter.catalog_filter .filter_range label {
	display: none;
}

.mod_customcatalogfilter.catalog_filter .filter_range .ui-slider-range {
	background: rgb(50,50,50);
}

.mod_customcatalogfilter.catalog_filter .filter_range .ui-slider {
	clear: both;
	margin: 0 10px;
}

.mod_customcatalogfilter.catalog_filter .submit_container input.clear_all_filters {
	background: transparent;
	color: inherit;
	padding: 0;
	border: 0;
	text-align: left;
}

.mod_customcatalogfilter.catalog_filter .submit_container .clear_filters {
	display: none;
}

.mod_customcatalogfilter.catalog_filter .text_autocomplete_container label {
	display: none;
}

.mod_customcatalogfilter.catalog_filter .filter_text label {
	display: none;
}

.mod_customcatalogfilter.catalog_filter .filter_text legend label {
	display: inline-block;
}

/* =============================================================================
 * cc_catalog slider
 * ========================================================================== */

.mod_customcataloglist .cc_catalog_slider .swiper-container {
	height: 700px;
}

.mod_customcataloglist .cc_catalog_slider .entry {
	flex: 0 0 100%;
}

.mod_customcataloglist .cc_catalog_slider .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mod_customcataloglist .cc_catalog_slider .slider-content-wrapper {
	position: absolute;
	z-index: 10;
	bottom: 50px;
	left: 0;
	background: rgba(0,0,0,0.8);
	color: #fff;
}

.mod_customcataloglist .cc_catalog_slider .name {
	font-size: 2em;
	float: left;
	padding: 10px 20px;
	line-height: 2.5rem;
}

.mod_customcataloglist .cc_catalog_slider .price {
	float: right;
	padding: 15px 20px;
	border-left: 1px solid rgba(255,255,255,0.4);
	font-size: 1.5em;
}

.mod_customcataloglist .cc_catalog_slider .content-outside {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 100%;
}

.mod_customcataloglist .cc_catalog_slider .content-inside {
	margin-left: 40px;
	margin-right: 40px;
	position: relative;
	height: 100%;
}

.mod_customcataloglist .cc_immorealty_slider .swiper-container {
	height: 350px;
}

.mod_customcataloglist .cc_catalog_slider .ce_number {
	display: inline-block;
}

/* =============================================================================
 * cc_catalog_megamenu_slider
 * ========================================================================== */

.mod_customcatalog_megamenu_slider {
   text-align: center;
}

.mod_customcatalog_megamenu_slider .price div,
.mod_customcatalog_megamenu_slider .price_old div {
   display: inline-block;
}

.mod_customcatalog_megamenu_slider .price {
   line-height: 1.2;
}

.mod_customcatalog_megamenu_slider .price_old,
.mod_customcatalog_megamenu_slider .price_old div {
   color: rgba(0,0,0,0.5);
   text-decoration: line-through;
}

.mod_customcatalog_megamenu_slider .name {
   font-size: 1.1rem
}

.mod_customcatalog_megamenu_slider .image {
   margin-bottom: 10px;
}

.mod_customcatalog_megamenu_slider .swiper-wrapper {
   padding-bottom: 50px;
}

.mod_customcatalog_megamenu_slider .swiper-container-horizontal .swiper-pagination {
   bottom: 0;
}

/* =============================================================================
 * phone
 * ========================================================================= */
 
@media only screen and (max-width: 767px) {
	
	.mod_customcatalogreader.cc_catalog .single-leftside,
	.mod_customcatalogreader.cc_catalog .single-rightside {
		float: none;
		width: 100%;
	}
	
	.mod_customcatalogreader.cc_catalog .single-rightside {
		margin-top: 20px;
		padding: 0;
	}
	
	.mod_customcatalogreader.cc_catalog .ce_tabs {
		padding: 0;
	}
	
	.mod_customcatalogreader.cc_catalog .single-features li {
		width: 100%;
		float: none;
	}
	
	.mod_customcatalogreader.cc_catalog .single-metadata-col1, 
	.mod_customcatalogreader.cc_catalog .single-metadata-col2, 
	.mod_customcatalogreader.cc_catalog .single-metadata-col3 {
		font-size: 1em;
	}
	
	.mod_customcatalogreader.cc_catalog .single-price strong {
		font-size: 1.5em;
	}
	
	.mod_customcatalogreader.cc_catalog .single-price span {
		margin-top: 20px;
	}
	
	.mod_customcataloglist.cc_catalog.cc_catalog_col2 .notelist {
		margin-bottom: 20px;
	}
	
	.mod_customcataloglist.cc_catalog.cc_catalog_col2 {
	margin-left: -1%;
	margin-right: -1%;
	overflow: hidden;
	}

	.mod_customcataloglist.cc_catalog.cc_catalog_col2 .entry {
	width: 100%; 
	float: none;
	padding-left: 0;
	padding-right: 0;
	}

	.mod_customcataloglist.cc_catalog.cc_catalog_col2 .item-leftside .image_container img {
		height: auto;
	}
	
	.mod_customcataloglist.cc_catalog .notelist {
		margin-bottom: 15px;
	}
	
	.mod_customcataloglist.cc_catalog.grid-view .entry {
		flex: 0 0 100%;
	}
	
	.mod_customcataloglist .cc_catalog_slider .name {
		font-size: 1.5em;
		padding: 25px 5px 0 15px;
		float: none;
	}
	
	.mod_customcataloglist .cc_catalog_slider .swiper-container {
		height: 350px;
	}
	
	.mod_customcataloglist .cc_catalog_slider .price {
		padding: 0px 15px 15px 15px;
		float: none;
	}
	
	.mod_customcataloglist .cc_catalog_slider .state {
		left: 15px;
		font-size: 0.9em;
	}
	
	.mod_customcataloglist.cc_catalog .list-options {
		display: none;
	}
	
	.mod_customcatalogfilter.cardealer_filter .checkbox_container label {
		top: -8px;
	}
	
	.mod_customcataloglist .cc_catalog_slider .name {
		padding: 15px 15px 0 15px;
	}
	
	.mod_customcataloglist .cc_catalog_slider .price {
		border-color: transparent;
	}
	
}

/**
 * DEMO: cc_accommodations
 */

/* =============================================================================
 * cc_accommodations list
 * ========================================================================== */

.mod_customcataloglist.cc_accommodations .entry {
	margin-bottom: 35px;
	background: rgb(255,255,255);
	box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.03);
}

.mod_customcataloglist.cc_accommodations .item-col2 .item-headline {
	float: left;
	max-width: 260px;
}

.mod_customcataloglist.cc_accommodations .item-col2 .item-features {
	float: right;
}

@media only screen and (max-width: 1100px) {
	.mod_customcataloglist.cc_accommodations .item-col2 .item-features {
		float: left; 
		margin: 10px 0;
	}
	
}

.mod_customcataloglist.cc_accommodations .item-col2 .item-top-wrap {
	overflow: hidden;
}

.mod_customcataloglist.cc_accommodations .item-col2,
.mod_customcataloglist.cc_accommodations .item-col3 {
	padding: 30px;
}

.mod_customcataloglist.cc_accommodations h5 {
	margin-bottom: 5px;
}

.mod_customcataloglist.cc_accommodations .date i {
	margin-right: 5px;
}

.mod_customcataloglist.cc_accommodations .ce_timestamp {
	display: inline-block;
}

.mod_customcataloglist.cc_accommodations .ce_tags {
	display: inline-block;
}

.mod_customcataloglist.cc_accommodations .item-description {
	margin-top: 20px;
	font-size: 0.95rem;
	color: rgb(190,190,190);
}

.mod_customcataloglist.cc_accommodations .item-features li {
	display: inline-block;
}

.mod_customcataloglist.cc_accommodations .item-features i {
	border-radius: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	line-height: 35px;
	height: 35px;
	width: 35px;
	text-align: center;
	color: rgb(255,255,255);
}

.mod_customcataloglist.cc_accommodations .item-price {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.mod_customcataloglist.cc_accommodations .item-price-label,
.mod_customcataloglist.cc_accommodations .item-price-add {
	text-align: center;
}

.mod_customcataloglist.cc_accommodations .rateit_container .counter,
.mod_customcataloglist.cc_accommodations .rateit_container button {
	display: none!important;
}

/* =============================================================================
 * cc_accommodations teaser
 * ========================================================================== */

.mod_customcatalogteaser.cc_accommodations .entry {
	margin-bottom: 25px;
}

.mod_customcatalogteaser.cc_accommodations .item-inside {
	position: relative;
}

.mod_customcatalogteaser.cc_accommodations .item-highlight-icon {
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	left: -30px;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
}

.mod_customcatalogteaser.cc_accommodations .item-headline {
	margin: 10px 0;
}

.mod_customcatalogteaser.cc_accommodations .item-headline h5 {
	margin-bottom: 0;
	max-width: 120px;
}

.mod_customcatalogteaser.cc_accommodations .destination {
	color: rgb(120,120,120);
	text-transform: uppercase;
	font-size: 0.9rem;
}

.mod_customcatalogteaser.cc_accommodations .destination i {
	margin-right: 5px;
}

.mod_customcatalogteaser.cc_accommodations .item-price {
	text-align: right;
}

.mod_customcatalogteaser.cc_accommodations .ce_tags {
	display: inline-block;
}

.mod_customcatalogteaser.cc_accommodations .item-features {
	margin-top: 20px;
}

.mod_customcatalogteaser.cc_accommodations .item-features li {
	display: inline-block;
}

.mod_customcatalogteaser.cc_accommodations .item-features i {
	border-radius: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	line-height: 35px;
	height: 35px;
	width: 35px;
	text-align: center;
	color: rgb(255,255,255);
}

.mod_customcatalogteaser.cc_accommodations .item-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	padding: 15px 20px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	opacity: 0.9;	
}

.mod_customcatalogteaser.cc_accommodations .item-content,
.mod_customcatalogteaser.cc_accommodations .item-content a {
	color: rgb(255,255,255);
}

.mod_customcatalogteaser.cc_accommodations .destination {
	color: rgb(255,255,255);
}

.mod_customcatalogteaser.cc_accommodations .item-leftside {
	float: left;
	width: 70%
}

.mod_customcatalogteaser.cc_accommodations .item-rightside {
	float: right;
	text-align: right;
	width: 30%
}

.mod_customcatalogteaser.cc_accommodations h5 {
	margin-bottom: 0;
}

.mod_customcatalogteaser.cc_accommodations .item-price {
	font-size: 1.3rem;
	font-weight: bold;
}

.mod_customcatalogteaser.cc_accommodations .entry:hover .item-content {
	background: var(--accentColor);
}

.mod_customcatalogteaser.cc_accommodations .item-highlight-icon {
	left: -30px!important;
}

/* =============================================================================
 * item highlight w/star
 * ========================================================================== */

.mod_customcataloglist.cc_accommodations .item-highlight-icon {
	background: rgba(0,0,0,0.7);
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	left: -15px;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
}

/* =============================================================================
 * cc_accommodations reader
 * ========================================================================== */

.mod_customcatalogreader.cc_accommodations .single-leftside {
	width: 58%;
	float: left;
}

.mod_customcatalogreader.cc_accommodations .single-rightside {
	width: 42%;
	float: left;
	padding-left: 30px;
}

.mod_customcatalogreader.cc_accommodations h1 {
	margin-bottom: 10px;
	font-size: 1.6rem;
}

.mod_customcatalogreader.cc_accommodations .ce_tags,
.mod_customcatalogreader.cc_accommodations .ce_timestamp {
	display: inline-block;
}

.mod_customcatalogreader.cc_accommodations i {
	width: 20px;
}

.mod_customcatalogreader.cc_accommodations .single-top-content {
	overflow: hidden;
	background: rgb(255,255,255);
	padding: 20px;
}

.mod_customcatalogreader.cc_accommodations .single-price strong {
	color: rgb(255,255,255);
	font-size: 1.5em;
	font-weight: bold;
	display: inline-block;
	padding: 0 15px;
	border-radius: 4px;
	margin-top: 30px;
	margin-bottom: 25px;
}

.mod_customcatalogreader.cc_accommodations .single-price span {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	display: inline-block;
	margin: 10px 0;
}

.mod_customcatalogreader.cc_accommodations table.table-striped {
	width: 100%;
	margin-bottom: 20px;
}

.mod_customcatalogreader.cc_accommodations table.table-striped td {
	padding: 5px;
}

.mod_customcatalogreader.cc_accommodations table.table-striped tr {
	background: rgba(0,0,0,0.03);
}

.mod_customcatalogreader.cc_accommodations table.table-striped tr:nth-child(odd) {
	background: none;
}

.mod_customcatalogreader.cc_accommodations .ce_tabs {
	margin: 35px 0;
}

.mod_customcatalogreader.cc_accommodations .ce_tabs .panes {
	background: rgb(255,255,255);
	padding: 30px;
}

.mod_customcatalogreader.cc_accommodations .single-features ul {
	overflow: hidden;
}

.mod_customcatalogreader.cc_accommodations .single-features li {
	width: 33.333%;
	float: left;
	margin-bottom: 4px;
}

.mod_customcatalogreader.cc_accommodations .single-print {
	margin: 12px 0 5px 0;
}

.mod_customcatalogreader.cc_accommodations .single-print a,
.mod_customcatalogreader.cc_accommodations .single-mail a {
	color: rgb(140,140,140);
}

.mod_customcatalogreader.cc_accommodations .single-print a:hover,
.mod_customcatalogreader.cc_accommodations .single-mail a:hover {
	color: rgb(50,50,50);
}

.mod_customcatalogreader.cc_accommodations .single-print i,
.mod_customcatalogreader.cc_accommodations .single-mail i {
	margin-right: 5px;
}

.notelist .submit_container input.submit:hover {
	opacity: 0.9;
}

.mod_customcatalogreader.cc_accommodations .ce_number {
	display: inline-block;
}

.mod_customcatalogreader.cc_accommodations .leftside-inside {
	padding: 20px;
	background: rgb(255,255,255);
}

.mod_customcatalogreader.cc_accommodations .single-logo {
	margin-bottom: 20px;
}

.mod_customcatalogreader.cc_accommodations .single-destination {
	text-transform: uppercase;
}

.mod_customcatalogreader.cc_accommodations h5 {
	margin-bottom: 0;
}

.mod_customcatalogreader.cc_accommodations .single-price-left-wrap {
	overflow: hidden;
	border-top: 1px solid rgb(220,220,220);
	border-bottom: 1px solid rgb(220,220,220);
	margin: 10px 0;
	padding: 10px 0;
}

.mod_customcatalogreader.cc_accommodations .single-price-left-label {
	float: left;
}

.mod_customcatalogreader.cc_accommodations .single-price-left {
	float: right;
}

.mod_customcatalogreader.cc_accommodations .single-short-description {
	font-size: 0.9rem;
	margin-top: 20px;
}

.mod_customcatalogreader.cc_accommodations .single-features li {
	width: 33.333%;
	float: left;
	margin-bottom: 1px;
	background: rgba(0,0,0,0.02);
	font-size: 0.8rem;
	text-transform: uppercase;
}

.mod_customcatalogreader.cc_accommodations .single-features li i {
	background: rgb(90,90,90);
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 10px;
} 

.mod_customcatalogreader.cc_accommodations .ce_form {
	margin-bottom: 35px;
	background: rgb(255,255,255);
	padding: 25px;
}

.mod_customcatalogreader.cc_accommodations .rateit_container .counter,
.mod_customcatalogreader.cc_accommodations .rateit_container button {
	display: none!important;
}

/* =============================================================================
 * cc_accommodations filter
 * ========================================================================== */
 
 .mod_customcatalogfilter.accommodations_filter {
	 padding: 10px;
	 background: rgb(255,255,255);
 }
 
.mod_customcatalogfilter.accommodations_filter fieldset {
	margin: 0;
	border: 0;
	padding: 0 0 20px 0;
}

.mod_customcatalogfilter.accommodations_filter div.widget {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.accommodations_filter legend {
	display: none;
}

.mod_customcatalogfilter.accommodations_filter .timestamp_container legend {
	display: inline-block;
}

.mod_customcatalogfilter.accommodations_filter .checkbox_container {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.mod_customcatalogfilter.accommodations_filter .checkbox_container input {
	width: 16px;
	height: 16px;
	order: 1;
}

.mod_customcatalogfilter.accommodations_filter .checkbox_container label {
	order: 2;
	margin-left: 7px;
	margin-bottom: 0;
}

.mod_customcatalogfilter.accommodations_filter .submit_container button {
	width: 100%;
	border-radius: 5px;
}

.mod_customcatalogfilter.accommodations_filter .filter_range input {
	background: transparent;
	border: 0;
	height: 32px;
	padding: 0;
	font-size: inherit;
}

.mod_customcatalogfilter.accommodations_filter .filter_range .ui-slider-range {
	background: rgb(50,50,50);
}

.mod_customcatalogfilter.accommodations_filter .filter_range .ui-slider {
	clear: both;
	margin: 0 10px;
}

.mod_customcatalogfilter.accommodations_filter .submit_container .clear_all_filters {
	background: transparent;
	color: inherit;
	padding: 0;
	border: 0;
	height: 30px;
}

.mod_customcatalogfilter.accommodations_filter .submit_container .clear_filters {
	display: none;
}

.mod_customcatalogfilter.accommodations_filter .text_autocomplete_container label {
	display: none;
}

.mod_customcatalogfilter.accommodations_filter .filter_text label {
	display: none;
}

.mod_customcatalogfilter.accommodations_filter .filter_text legend label {
	display: inline-block;
}

.mod_customcatalogfilter.accommodations_filter .timestamp_container input {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIGlkPSJHdWlkZXNfX3gyNl9fRm9ybXMiPjwvZz48Zz48Zz48Zz48cGF0aCBmaWxsPSIjNzU3NTc1IiBkPSJNMTEuMTYsMjEuMTA3YzAsMCwwLjU2MSwwLjU1OSwxLjI4OCwwLjU1OWMwLjU2OSwwLDAuODk0LTAuMjc4LDAuODk0LTAuNjIxYzAtMC40OS0wLjQ5LTAuNjkyLTEuMTY2LTAuNjkyaC0wLjQzOGwtMC4zMjQtMC43NDRsMC44MjQtMC45ODljMC4yOTgtMC4zNTksMC41NDMtMC41ODksMC41NDMtMC41ODl2LTAuMDE3YzAsMC0wLjIwMiwwLjA0My0wLjU5NiwwLjA0M2gtMS40OTh2LTEuMzEzaDMuOTUxdjAuOTU2bC0xLjI3LDEuNDYzYzAuOTMsMC4yMDIsMS41MTUsMC45MzgsMS41MTUsMS44MTNjMCwxLjA2OC0wLjc1MywyLjEzNy0yLjMyMiwyLjEzN2MtMS40MDEsMC0yLjEzNy0wLjgyNC0yLjEzNy0wLjgyNEwxMS4xNiwyMS4xMDd6Ii8+PHBhdGggZmlsbD0iIzc1NzU3NSIgZD0iTTE1Ljc5NCwyMS42OTNoMS4zMzJ2LTIuNjFjMC0wLjIzNywwLjAwOS0wLjQ4MSwwLjAwOS0wLjQ4MWgtMC4wMTdjMCwwLTAuMDc5LDAuMTc0LTAuMjQ2LDAuMzMybC0wLjM3NywwLjM0M2wtMC44ODQtMC45NDdsMS42OS0xLjU4NmgxLjMyM3Y0Ljk1aDEuMzR2MS4zMTNoLTQuMTcxVjIxLjY5M0wxNS43OTQsMjEuNjkzeiIvPjwvZz48cGF0aCBmaWxsPSIjNzU3NTc1IiBkPSJNMjQuNDc0LDkuMzMyaC0yLjMyMVY3LjcwN2MwLTEuNTM3LTEuMjQ5LTIuNzg2LTIuNzg2LTIuNzg2Yy0xLjUzNiwwLTIuNzg1LDEuMjQ5LTIuNzg1LDIuNzg2djEuNjI1aC0yLjgzM1Y3LjcwN2MwLTEuNTM3LTEuMjUtMi43ODYtMi43ODYtMi43ODZjLTEuNTM3LDAtMi43ODYsMS4yNDktMi43ODYsMi43ODZ2MS42MjVINS44NTVjLTAuNDYyLDAtMC44MzYsMC4zNzUtMC44MzYsMC44MzZ2MTUuNzM5YzAsMC40NjMsMC4zNzQsMC44MzcsMC44MzYsMC44MzdoMTguNjE5YzAuNDYxLDAsMC44MzYtMC4zNzQsMC44MzYtMC44MzdWMTAuMTY4QzI1LjMxLDkuNzA3LDI0LjkzNSw5LjMzMiwyNC40NzQsOS4zMzJ6IE0xOC4yNTIsNy43MDdjMC0wLjYxNSwwLjQ5OS0xLjExNSwxLjExNC0xLjExNXMxLjExNCwwLjUsMS4xMTQsMS4xMTV2My43ODVjMCwwLjYxNS0wLjQ5OSwxLjExNC0xLjExNCwxLjExNHMtMS4xMTQtMC40OTktMS4xMTQtMS4xMTRWNy43MDd6IE05Ljg0OCw3LjcwN2MwLTAuNjE1LDAuNDk5LTEuMTE1LDEuMTE1LTEuMTE1YzAuNjE1LDAsMS4xMTQsMC41LDEuMTE0LDEuMTE1djMuNzg1YzAsMC42MTUtMC40OTksMS4xMTQtMS4xMTQsMS4xMTRjLTAuNjE2LDAtMS4xMTUtMC40OTktMS4xMTUtMS4xMTRWNy43MDd6IE0yMy42MzksMjUuMDcySDYuNjlWMTUuMDQzaDE2Ljk0OFYyNS4wNzJ6Ii8+PC9nPjwvZz48L3N2Zz4=);
	background-size: 32px;
	background-position: right center;
	padding-right: 40px;
}

/* =============================================================================
 * cc_accommodations slider
 * ========================================================================== */

.mod_customcataloglist .cc_accommodations_slider .swiper-container {
	height: 700px;
	--swiper-theme-color: #fff;
}

.mod_customcataloglist .cc_accommodations_slider .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mod_customcataloglist .cc_accommodations_slider .slider-content-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}

.mod_customcataloglist .cc_accommodations_slider .name {
	font-size: 5rem;
	font-weight: bold;
	line-height: 1;
	margin: 20px 0;
}

.mod_customcataloglist .cc_accommodations_slider .price {
	font-size: 2rem;
}

.mod_customcataloglist .cc_accommodations_slider .price strong {
	font-size: 2.5rem;
}

.mod_customcataloglist .cc_accommodations_slider .date {
	font-size: 1.3rem;
	display: inline-block;
	line-height: 3rem;
	padding: 0 20px;
	position: relative;
	overflow: hidden
}

.mod_customcataloglist .cc_accommodations_slider .date:after {
	content: '';
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	right: -33px;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
	z-index: 10;
	background: rgba(0,0,0,0.2);
}

.mod_customcataloglist .cc_accommodations_slider .content-outside {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 100%;
}

.mod_customcataloglist .cc_accommodations_slider .content-inside {
	margin-left: 40px;
	margin-right: 40px;
	position: relative;
	height: 100%;
}

.mod_customcataloglist .cc_accommodations_slider .ce_number {
	display: inline-block;
}

/* =============================================================================
 * phone
 * ========================================================================== */
 
@media only screen and (max-width: 767px) {
	
	.mod_customcatalogreader.cc_accommodations .single-leftside,
	.mod_customcatalogreader.cc_accommodations .single-rightside {
		float: none;
		width: 100%;
	}
	
	.mod_customcatalogreader.cc_accommodations .ce_form .autogrid {
		margin-bottom: 0!important;
	}
	
	.mod_customcatalogreader.cc_accommodations .single-features li {
		width: 100%;
		float: none;
	}
	
	.mod_customcatalogreader.cc_accommodations .single-features .ce_tags {
		display: block;
	}
	
	.mod_customcatalogreader.cc_accommodations .single-rightside {
		margin-top: 20px;
		padding: 0;
	}
	
	.mod_customcatalogreader.cc_accommodations .ce_tabs {
		padding: 0;
	}
	
	.mod_customcataloglist.cc_accommodations .item-col3 {
		min-height: 0;
		border: 0;
	}
			
	.mod_customcataloglist .cc_accommodations_slider .name {
		font-size: 2em;
	}
	
	.mod_customcataloglist .cc_accommodations_slider .swiper-container {
		height: 350px;
	}
	
	.mod_customcataloglist .cc_accommodations_slider .date {
		font-size: 1rem;
	}
	
	.mod_customcataloglist .cc_accommodations_slider .price {
		font-size: 1.2rem;
	}
	
	.mod_customcataloglist .cc_accommodations_slider .slider-content-wrapper {
		width: 100%;
	}
	
	.mod_customcataloglist.cc_accommodations .list-options {
		display: none;
	}
	
	.mod_customcataloglist.cc_accommodations .item-price-label, 
	.mod_customcataloglist.cc_accommodations .item-price-add,
	.mod_customcataloglist.cc_accommodations .item-price {
		text-align: right;
	}
	
	.mod_customcatalogfilter.accommodations_filter .checkbox_container label {
		top: -8px;
	}
	
	.mod_customcataloglist.cc_accommodations .item-col2 .item-features {
		float: none;
		margin-top: 15px;
	}
	
	.mod_customcataloglist.cc_accommodations .item-col1.autogrid,
	.mod_customcataloglist.cc_accommodations .item-col2.autogrid,
	.mod_customcataloglist.cc_accommodations .item-col3.autogrid {
		margin: 0;
	}
	
	.mod_customcataloglist.cc_accommodations .item-col2 .item-headline {
		max-width: 100%;
		float: none;
	}
	
}

/**
 * DEMO: cc_directory
 */

/* =============================================================================
 * cc_directory - filter
 * ========================================================================== */

.mod_customcatalogfilter.cc_directory .filter_geolocation .slider_range_input {
	background: transparent;
	border: 0;
	height: 3rem;
	padding: 0;
	font-size: 3rem;
	line-height: 3rem;
}

.mod_customcatalogfilter.cc_directory .filter_geolocation .ui-slider-range {
	background: rgb(225, 225, 225)!important;
	border-color: rgb(225, 225, 225);
}

.mod_customcatalogfilter.cc_directory .filter_geolocation .ui-widget-content {
	border-color: rgb(225, 225, 225);
}

.mod_customcatalogfilter.cc_directory .filter_geolocation .ui-state-default {
	background: rgb(62, 62, 62);
	border-color: rgb(62, 62, 62);
	border-radius: 100%;
}

.mod_customcatalogfilter.cc_directory .filter_geolocation .range_container {
	margin-bottom: 0;
}

.mod_customcatalogfilter.cc_directory .filter_geolocation .ui-slider {
	clear: both;
	margin: 0 10px;
}

.mod_customcatalogfilter.cc_directory .filter_geolocation input {
	margin-bottom: 15px;
}

.mod_customcatalogfilter.cc_directory .select_container {
	margin-bottom: 0;
}

.mod_customcatalogfilter.cc_directory .select_container select {
	border: 1px solid rgba(0, 0, 0, 0.075);
}

.mod_customcatalogfilter.cc_directory .range_wrapper {
	border: 1px solid rgba(0, 0, 0, 0.075);
	padding: 15px;
}

.mod_customcatalogfilter.cc_directory .range_wrapper i {
	margin-right: 5px;
}

.mod_customcatalogfilter.cc_directory .checkbox_container {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.mod_customcatalogfilter.cc_directory .checkbox_container input {
	width: 16px;
	height: 16px;
	order: 1;
}

.mod_customcatalogfilter.cc_directory .checkbox_container label {
	order: 2;
	margin-left: 7px;
	margin-bottom: 0;
}

.mod_customcatalogfilter.cc_directory .submit_container button {
	width: 100%;
	border-radius: 5px;
}

.mod_customcatalogfilter.cc_directory .submit_container {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.cc_directory .filter_pagetree.hide {
	display: none;
}

.ios .mod_customcatalogfilter.cc_directory .checkbox_container label {
	top: 3px;
}

.mod_customcatalogfilter.cc_directory.product_filter {
	background: rgb(255,255,255);
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.075);
	border-radius: 8px;
}

.mod_customcatalogfilter.cc_directory.product_filter fieldset {
	border: 0;
	padding: 0;
}

.mod_customcatalogfilter.cc_directory.product_filter fieldset legend {
	background: transparent;
	font-weight: bold;
	font-size: 0.9rem;
	color: inherit;
	padding-left: 0;
	margin-bottom: 5px;
}

.mod_customcatalogfilter.cc_directory.product_filter fieldset.checkbox_container {
	margin-bottom: 0;
}

.mod_customcatalogfilter.cc_directory.product_filter fieldset.checkbox_container legend {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.cc_directory.product_filter .filter_text label {
	display: none;
}

.mod_customcatalogfilter.cc_directory.product_filter .filter_text legend label {
	display: inline-block;
}

.mod_customcatalogfilter.cc_directory.product_filter .submit_container .clear_all_filters {
	background: transparent;
	color: inherit;
	padding: 0;
	border: 0;
}

.mod_customcatalogfilter.cc_directory.product_filter .clear_filters {
	display: none;
}

.mod_customcatalogfilter.cc_directory.product_filter input {
	border: 1px solid rgba(0, 0, 0, 0.075);
}

/* =============================================================================
 * cc_directory - filter | filter_sorting
 * ========================================================================== */

.mod_customcatalogfilter.cc_directory.filter_sorting {
	float: right;
	margin-right: 30px;
}

@media only screen and (max-width: 1070px) {	
	.mod_customcatalogfilter.filter_sorting .filter_sorting_alphabetic legend {
		display: none;
	}
}

@media only screen and (max-width: 860px) {	
	.mod_catalog_counter {
		display: none;
	}
}

.mod_customcatalogfilter.cc_directory.filter_sorting fieldset {
	margin-bottom: 0;
}

.mod_customcatalogfilter.cc_directory.filter_sorting select {
	border: 1px solid rgba(0, 0, 0, 0.075);
}

.mod_customcatalogfilter.cc_directory.filter_sorting .submit_container {
	display: none!important;
}

.mod_customcatalogfilter.cc_directory.filter_sorting .widget {
	display: inline-block;
}

.mod_customcatalogfilter.cc_directory.filter_sorting .widget fieldset {
	padding: 0;
	border: 0;
	margin-left: 25px;
}

.mod_customcatalogfilter.cc_directory.filter_sorting .widget legend {
	float: left;
	margin-right: 10px;
	background: none;
	color: inherit;
	margin-top: 5px;
	font-size: 12px;
}

.mod_customcatalogfilter.cc_directory.filter_sorting .formbody {
	text-align: right;
}

.mod_customcatalogfilter.cc_directory.filter_sorting .widget select {
	width: auto;
	height: 37px;
}

/* =============================================================================
 * cc_directory - list
 * ========================================================================== */

.mod_customcataloglist.cc_directory {
	clear: both;	
}

.mod_customcataloglist.cc_directory.hide {
	display: none;
}

.mod_customcataloglist.cc_directory .item-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.mod_customcataloglist.cc_directory .entry {
	margin-bottom: 20px;
	flex: 0 0 50%;
	padding-left: 1%;
	padding-right: 1%;
}

.mod_customcataloglist.cc_directory .item-inside {
	overflow: hidden;
	position: relative;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.075);
	border-radius: 8px;
	min-height: 400px;
}

.mod_customcataloglist.cc_directory .content {
	padding: 20px;
}

.mod_customcataloglist.cc_directory h6 {
	margin: 10px 0;
}

.mod_customcataloglist.cc_directory .price span {
	font-size: 1rem;
	text-decoration: line-through;
	margin-left: 5px;
	display: inline-block;
}

.mod_customcataloglist.cc_directory .ce_number {
	display: inline-block;
}

.mod_customcataloglist.cc_directory .item-wrapper {
	margin-left: -1%;
	margin-right: -1%;
	overflow: hidden;
}

.mod_customcataloglist.cc_directory .highlight {
	background: #d75542;
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
	z-index: 100;
}

.mod_customcataloglist.cc_directory .short_description {
	font-size: 0.9rem;
	line-height: 1.6;
	color: rgba(0,0,0,0.4);
}

.mod_customcataloglist.cc_directory .image {
	min-height: 130px;
	background: #393939;
}

.mod_customcataloglist.cc_directory .content_bottom {
	overflow: hidden;
	margin-top: 25px;
	border-top: 1px dashed rgba(0, 0, 0, 0.075);
	padding-top: 10px;
	font-size: 0.9rem;
	color: rgba(0,0,0,0.5);
}

.mod_customcataloglist.cc_directory .geolocation i {
	margin-right: 5px;
}

.mod_customcataloglist.cc_directory .geolocation {
	float: left;
}

.mod_customcataloglist.cc_directory .price {
	float: right;
}

/* =============================================================================
 * cc_directory - list | listview
 * ========================================================================== */

.mod_customcataloglist.cc_directory.listview .entry {
	width: 100%;
	float: none;
	margin-bottom: 1%;
}

.mod_customcataloglist.cc_directory.listview .entry .item-inside {
	min-height: 0;
	overflow: hidden;
	display: flex;
	padding: 20px;
}

.mod_customcataloglist.cc_directory.listview .entry .image {
	min-height: 0;
	width: 120px;
	display: flex;
	align-items: center;
	background: none;
}

.mod_customcataloglist.cc_directory.listview .entry .content {
	width: calc(100% - 120px);
	display: flex;
	padding: 0;
	margin-left: 40px;
}

.mod_customcataloglist.cc_directory.listview .entry .content .content-inside {
	display: block;
	width: 100%;
}

/* =============================================================================
 * cc_directory - list | google maps markers
 * ========================================================================== */

.mod_customcataloglist.cc_directory.googlemaps_markers .gmap {
	height: 600px;
}

/* =============================================================================
 * cc_directory - view_switcher
 * ========================================================================== */
 
.mod_view_switcher {
	margin-bottom: 20px;
	float: right;
}

.mod_view_switcher li {
	display: inline-block;
	margin-left: 2px;
}

.mod_view_switcher li a i {
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.075);
	padding: 10px;
	line-height: 1;
	background: rgb(255,255,255);
	border-radius: 3px;
	color: rgba(0,0,0,0.5);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_view_switcher li.active,
.mod_view_switcher li:hover {
	color: rgba(0,0,0,0.8);
}

/* =============================================================================
 * cc_directory - view_switcher
 * ========================================================================== */

.mod_catalog_counter {
	float: left;
	font-size: 12px;
	margin-top: 5px;
}

/* =============================================================================
 * cc_directory - list | teaser
 * ========================================================================== */
 
 .mod_customcataloglist.cc_directory.teaser .entry {
	 flex: 0 0 33.33%;
 }

/* =============================================================================
 * cc_directory - reader
 * ========================================================================== */

.mod_customcatalogreader.cc_directory .single-box-one,
.mod_customcatalogreader.cc_directory .single-box-two,
.mod_customcatalogreader.cc_directory .single-box-three {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 8px;
	padding: 25px;
	margin-bottom: 45px;
}

.mod_customcatalogreader.cc_directory .single-box-one {
	margin-top: 45px;
}

.mod_customcatalogreader.cc_directory .single-short-description {
	color: rgba(0,0,0,0.3);
	margin-bottom: 10px;
}

.mod_customcatalogreader.cc_directory h1 {
	margin-bottom: 0;
}

.mod_customcatalogreader.cc_directory .single-place {
	margin-top: 25px;
}

.mod_customcatalogreader.cc_directory i {
	margin-right: 5px;
}

.mod_customcatalogreader.cc_directory .single-maps-directions {
	margin-top: 20px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.mod_customcatalogreader.cc_directory .single-print a,
.mod_customcatalogreader.cc_directory .single-mail a {
	color: #919191;
}

.mod_customcatalogreader.cc_directory .single-print {
	border-top: 1px solid #ececec;
	padding-top: 20px;
	margin-top: 20px;
}

.mod_customcatalogreader.cc_directory .price {
	margin-bottom: 15px;
}

.mod_customcatalogreader.cc_directory .price .ce_number {
	display: inline-block;
}

.mod_customcatalogreader.cc_directory .single-description {
	margin-top: 35px;
}

.mod_customcatalogreader.cc_directory .ce_hyperlink a {
	margin-bottom: 0;
}

.mod_customcatalogreader.cc_directory .single-item-number {
	color: #fff;
	display: inline-block;
	border-radius: 5px;
	padding: 5px 8px;
	line-height: 1;
	font-size: 0.9rem;
}

.mod_customcatalogreader.cc_directory .ce_textarea ul {
	padding-left: 25px;
}

.mod_customcatalogreader.cc_directory .ce_textarea ul li {
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 5px;
	line-height: 1.5;
}

.mod_customcatalogreader.cc_directory .ce_geolocation {
	width: 100%!important;
}

/* =============================================================================
 * mod_categories - html module
 * ========================================================================== */

.mod_categories {
	overflow: hidden;
	text-align: center;
}

.mod_categories li {
	display: inline-block;
}

.mod_categories li a {
	display: inline-block;
	background: rgba(255,255,255,0.2);
	border-radius: 3px;
	padding: 10px;
	color: #fff;
	width: 100px;
	text-align: center;
	font-size: 0.9rem;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.mod_categories li a:hover {
	background: rgba(255,255,255,0.5);
}

.mod_categories li img {
	display: inline-block;
	width: 40px;
}

.mod_categories li span {
	display: block;
}


/* =============================================================================
 * phone
 * ========================================================================== */

@media only screen and (max-width: 767px) {
	.mod_customcataloglist.cc_directory .entry {
		flex: 0 0 100%;
	}
	
	.mod_categories li a img {
		display: none;
	}
	
	.mod_categories li a {
		width: 100%;
		display: block;
	}
	
	.mod_categories li {
		display: block;
		margin-bottom: 2px;
	}
	
	.mod_customcataloglist.cc_directory.teaser .entry {
		flex: 0 0 100%;
	}
	
	.mod_view_switcher {
		display: none;
	}
	
	.ios .mod_customcatalogfilter.cc_directory .checkbox_container label {
		top: -8px;
	}
	
	.mod_customcatalogfilter.mobile_trigger_filter .filterform {
		visibility: hidden;
		opacity: 0;
		max-height: 0;
		transition: All 0.3s ease;
		-webkit-transition: All 0.3s ease;
	}
	
	.mod_customcatalogfilter .filterform.show_filter {
		visibility: visible;
		opacity: 1;
		max-height: 1000px;
	}
	
	.autocomplete_results {
		width: calc(100% - 40px)!important;
	}
	
	.mod_catalog_counter {
		display: none;
	}
	
	.mod_customcatalogfilter.cc_directory.filter_sorting {
		display: none;
	}
	
	.mod_customcatalogfilter.cc_directory.product_filter {
		margin-bottom: 20px;
	}

}

/**
 * DEMO: cc_hotelapart
 */

/* =============================================================================
 * cc_hotelapart_packages list
 * ========================================================================== */

.mod_customcataloglist.cc_hotelapart_packages .entry {
	min-height: 590px;
}

.mod_customcataloglist.cc_hotelapart_packages .item-inside {
	margin-bottom: 35px;
	background: rgb(255,255,255);
	box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.03);
	position: relative;
	border-radius: 6px;
}

.mod_customcataloglist.cc_hotelapart_packages .item-content {
	padding: 25px;
}

.mod_customcataloglist.cc_hotelapart_packages .item-price-wrap {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	background: rgb(255,255,255);
	padding: 10px;
	border-radius: 6px 6px 6px 0;
	line-height: 1.5rem;
	text-align: right;
}

.mod_customcataloglist.cc_hotelapart_packages h5 {
	margin-bottom: 5px;
}

.mod_customcataloglist.cc_hotelapart_packages .date i {
	margin-right: 5px;
}

.mod_customcataloglist.cc_hotelapart_packages .ce_timestamp {
	display: inline-block;
}

.mod_customcataloglist.cc_hotelapart_packages .item-features {
	margin-top: 15px;
}

.mod_customcataloglist.cc_hotelapart_packages .ce_tags {
	display: inline-block;
}

.mod_customcataloglist.cc_hotelapart_packages .item-description {
	margin-top: 20px;
	font-size: 0.95rem;
	color: rgb(190,190,190);
}

.mod_customcataloglist.cc_hotelapart_packages .item-features li {
	display: inline-block;
}

.mod_customcataloglist.cc_hotelapart_packages .item-features i {
	border-radius: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	line-height: 35px;
	height: 35px;
	width: 35px;
	text-align: center;
	color: rgb(255,255,255);
}

.mod_customcataloglist.cc_hotelapart_packages .item-price {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

/* =============================================================================
 * cc_hotelapart_packages teaser
 * ========================================================================== */

.mod_customcatalogteaser.cc_hotelapart .item-inside {
	margin-bottom: 35px;
	background: rgb(255,255,255);
	box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.03);
	position: relative;
	border-radius: 6px;
}

.mod_customcatalogteaser.cc_hotelapart .item-content {
	padding: 25px;
}

.mod_customcatalogteaser.cc_hotelapart .item-price-wrap {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	background: rgb(255,255,255);
	padding: 10px;
	border-radius: 6px 6px 6px 0;
	line-height: 1.5rem;
	text-align: right;
}

.mod_customcatalogteaser.cc_hotelapart h5 {
	margin-bottom: 5px;
}

.mod_customcatalogteaser.cc_hotelapart .date i {
	margin-right: 5px;
}

.mod_customcatalogteaser.cc_hotelapart .ce_timestamp {
	display: inline-block;
}

.mod_customcatalogteaser.cc_hotelapart .item-features {
	margin-top: 15px;
}

.mod_customcatalogteaser.cc_hotelapart .ce_tags {
	display: inline-block;
}

.mod_customcatalogteaser.cc_hotelapart .item-description {
	margin-top: 20px;
	font-size: 0.95rem;
	color: rgb(190,190,190);
}

.mod_customcatalogteaser.cc_hotelapart .item-features li {
	display: inline-block;
}

.mod_customcatalogteaser.cc_hotelapart .item-features i {
	border-radius: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	line-height: 35px;
	height: 35px;
	width: 35px;
	text-align: center;
	color: rgb(255,255,255);
}

.mod_customcatalogteaser.cc_hotelapart .item-price {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

/* =============================================================================
 * cc_hotelapart_packages reader
 * ========================================================================== */

.mod_customcatalogreader.cc_hotelapart_packages h1 {
	margin-bottom: 10px;
	font-size: 1.6rem;
}

.mod_customcatalogreader.cc_hotelapart_packages .single-top-content {
	overflow: hidden;
	background: rgb(255,255,255);
	padding: 20px;
}

.mod_customcatalogreader.cc_hotelapart_packages .rightside .single-image {
	position: relative;
}

.mod_customcatalogreader.cc_hotelapart_packages .rightside .single-price {
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 10;
}

.mod_customcatalogreader.cc_hotelapart_packages .single-price strong {
	color: rgb(255,255,255);
	font-size: 1.5em;
	font-weight: bold;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 4px 0 0 4px;
}

.mod_customcatalogreader.cc_hotelapart_packages .single-price span {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	display: inline-block;
	margin: 10px 0;
}

.mod_customcatalogreader.cc_hotelapart_packages .ce_tabs {
	margin: 35px 0;
}

.mod_customcatalogreader.cc_hotelapart_packages .ce_tabs .panes {
	background: rgb(255,255,255);
	padding: 30px;
}

.mod_customcatalogreader.cc_hotelapart_packages .leftside-inside {
	padding: 20px;
	background: rgb(255,255,255);
}

.mod_customcatalogreader.cc_hotelapart_packages .single-price-left-wrap {
	overflow: hidden;
	border-top: 1px solid rgb(220,220,220);
	border-bottom: 1px solid rgb(220,220,220);
	margin: 10px 0 0 0;
	padding: 10px 0;
}

.mod_customcatalogreader.cc_hotelapart_packages .single-price-left-label {
	float: left;
}

.mod_customcatalogreader.cc_hotelapart_packages .single-price-left {
	float: right;
}

.mod_customcatalogreader.cc_hotelapart_packages .single-price-info {
	font-size: 0.8rem;
	color: rgba(0,0,0,0.5);
}

.mod_customcatalogreader.cc_hotelapart_packages .single-short-description {
	font-size: 0.9rem;
	margin-top: 20px;
}

.mod_customcatalogreader.cc_hotelapart_packages .ce_form {
	margin-bottom: 35px;
	background: rgb(255,255,255);
}

.mod_customcatalogreader.cc_hotelapart_packages .single-top .image {
	margin-bottom: 25px;
}

.mod_customcatalogreader.cc_hotelapart_packages .ce_number.number {
	display: inline-block;
}

.mod_customcatalogreader.cc_hotelapart_packages .ce_timestamp {
	display: inline-block;
}

.mod_customcatalogreader.cc_hotelapart_packages .leftside .ce_hyperlink {
	margin-top: 35px;
}

.mod_customcatalogreader.cc_hotelapart_packages .leftside .ce_hyperlink a {
	width: 100%;
	font-size: 0.93rem;
}

.mod_customcatalogreader.cc_hotelapart_packages i.fa {
	margin-right: 5px;
}

.mod_customcatalogreader.cc_hotelapart_packages .rightside .single-desc {
	margin-top: 30px;
}

.mod_customcatalogreader.cc_hotelapart_packages .rightside .ce_textarea ul {
	padding-left: 20px;
	margin-bottom: 15px;
}

.mod_customcatalogreader.cc_hotelapart_packages .rightside .ce_textarea li {
	list-style: disc;
	list-style-position: outside;
}

.mod_customcatalogreader.cc_hotelapart_packages .ce_tabs .ce_list li {
	margin-bottom: 20px;
	font-size: 1rem;
	position: relative;
	font-family: inherit;
	list-style: none;
}

.mod_customcatalogreader.cc_hotelapart_packages .ce_tabs .ce_list ul {
	padding: 0;
}

.mod_customcatalogreader.cc_hotelapart_packages .ce_tabs .ce_list li:before {
	font-family: FontAwesome;
	content: "\f00c";
	margin-right: 5px;
}

.mod_customcatalogreader.cc_hotelapart_packages .ce_tabs .ce_list li:after {
	content: ""; 
	width: 70px; 
	height: 1px; 
	background: rgba(0,0,0,.08); 
	position: absolute; 
	left: -26px; 
	bottom: -11px;
}

/* =============================================================================
 * cc_hotelapart filter
 * ========================================================================== */
 
 .mod_customcatalogfilter.hotelapart_filter {
	 padding: 10px;
	 background: rgb(255,255,255);
 }
 
.mod_customcatalogfilter.hotelapart_filter fieldset {
	margin: 0;
	border: 0;
	padding: 0 0 20px 0;
}

.mod_customcatalogfilter.hotelapart_filter .filter_pagetree {
	display: none;
}

.mod_customcatalogfilter.hotelapart_filter div.widget {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.hotelapart_filter legend {
	display: none;
}

.mod_customcatalogfilter.hotelapart_filter .timestamp_container legend {
	display: inline-block;
}

.mod_customcatalogfilter.hotelapart_filter .checkbox_container {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.mod_customcatalogfilter.hotelapart_filter .checkbox_container input {
	width: 16px;
	height: 16px;
	order: 1;
}

.mod_customcatalogfilter.hotelapart_filter .checkbox_container label {
	order: 2;
	margin-left: 7px;
	margin-bottom: 0;
}

.mod_customcatalogfilter.hotelapart_filter .submit_container button {
	width: 100%;
	border-radius: 5px;
}

.mod_customcatalogfilter.hotelapart_filter .submit_container {
	margin-bottom: 10px;
}
.mod_customcatalogfilter.hotelapart_filter .filter_range input {
	background: transparent;
	border: 0;
	height: 32px;
	padding: 0;
	font-size: inherit;
}

.mod_customcatalogfilter.hotelapart_filter .filter_range .ui-slider-range {
	background: rgb(50,50,50);
}

.mod_customcatalogfilter.hotelapart_filter .filter_range .ui-slider {
	clear: both;
	margin: 0 10px;
}

.mod_customcatalogfilter.hotelapart_filter .submit_container input.clear_all_filters {
	background: transparent;
	color: inherit;
	padding: 0;
	border: 0;
	text-align: left;
}

.mod_customcatalogfilter.hotelapart_filter .submit_container .clear_filters {
	display: none;
}

.mod_customcatalogfilter.hotelapart_filter .text_autocomplete_container label {
	display: none;
}

.mod_customcatalogfilter.hotelapart_filter .filter_text label {
	display: none;
}

.mod_customcatalogfilter.hotelapart_filter .filter_text legend label {
	display: inline-block;
}

.mod_customcatalogfilter.hotelapart_filter .timestamp_container input {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIGlkPSJHdWlkZXNfX3gyNl9fRm9ybXMiPjwvZz48Zz48Zz48Zz48cGF0aCBmaWxsPSIjNzU3NTc1IiBkPSJNMTEuMTYsMjEuMTA3YzAsMCwwLjU2MSwwLjU1OSwxLjI4OCwwLjU1OWMwLjU2OSwwLDAuODk0LTAuMjc4LDAuODk0LTAuNjIxYzAtMC40OS0wLjQ5LTAuNjkyLTEuMTY2LTAuNjkyaC0wLjQzOGwtMC4zMjQtMC43NDRsMC44MjQtMC45ODljMC4yOTgtMC4zNTksMC41NDMtMC41ODksMC41NDMtMC41ODl2LTAuMDE3YzAsMC0wLjIwMiwwLjA0My0wLjU5NiwwLjA0M2gtMS40OTh2LTEuMzEzaDMuOTUxdjAuOTU2bC0xLjI3LDEuNDYzYzAuOTMsMC4yMDIsMS41MTUsMC45MzgsMS41MTUsMS44MTNjMCwxLjA2OC0wLjc1MywyLjEzNy0yLjMyMiwyLjEzN2MtMS40MDEsMC0yLjEzNy0wLjgyNC0yLjEzNy0wLjgyNEwxMS4xNiwyMS4xMDd6Ii8+PHBhdGggZmlsbD0iIzc1NzU3NSIgZD0iTTE1Ljc5NCwyMS42OTNoMS4zMzJ2LTIuNjFjMC0wLjIzNywwLjAwOS0wLjQ4MSwwLjAwOS0wLjQ4MWgtMC4wMTdjMCwwLTAuMDc5LDAuMTc0LTAuMjQ2LDAuMzMybC0wLjM3NywwLjM0M2wtMC44ODQtMC45NDdsMS42OS0xLjU4NmgxLjMyM3Y0Ljk1aDEuMzR2MS4zMTNoLTQuMTcxVjIxLjY5M0wxNS43OTQsMjEuNjkzeiIvPjwvZz48cGF0aCBmaWxsPSIjNzU3NTc1IiBkPSJNMjQuNDc0LDkuMzMyaC0yLjMyMVY3LjcwN2MwLTEuNTM3LTEuMjQ5LTIuNzg2LTIuNzg2LTIuNzg2Yy0xLjUzNiwwLTIuNzg1LDEuMjQ5LTIuNzg1LDIuNzg2djEuNjI1aC0yLjgzM1Y3LjcwN2MwLTEuNTM3LTEuMjUtMi43ODYtMi43ODYtMi43ODZjLTEuNTM3LDAtMi43ODYsMS4yNDktMi43ODYsMi43ODZ2MS42MjVINS44NTVjLTAuNDYyLDAtMC44MzYsMC4zNzUtMC44MzYsMC44MzZ2MTUuNzM5YzAsMC40NjMsMC4zNzQsMC44MzcsMC44MzYsMC44MzdoMTguNjE5YzAuNDYxLDAsMC44MzYtMC4zNzQsMC44MzYtMC44MzdWMTAuMTY4QzI1LjMxLDkuNzA3LDI0LjkzNSw5LjMzMiwyNC40NzQsOS4zMzJ6IE0xOC4yNTIsNy43MDdjMC0wLjYxNSwwLjQ5OS0xLjExNSwxLjExNC0xLjExNXMxLjExNCwwLjUsMS4xMTQsMS4xMTV2My43ODVjMCwwLjYxNS0wLjQ5OSwxLjExNC0xLjExNCwxLjExNHMtMS4xMTQtMC40OTktMS4xMTQtMS4xMTRWNy43MDd6IE05Ljg0OCw3LjcwN2MwLTAuNjE1LDAuNDk5LTEuMTE1LDEuMTE1LTEuMTE1YzAuNjE1LDAsMS4xMTQsMC41LDEuMTE0LDEuMTE1djMuNzg1YzAsMC42MTUtMC40OTksMS4xMTQtMS4xMTQsMS4xMTRjLTAuNjE2LDAtMS4xMTUtMC40OTktMS4xMTUtMS4xMTRWNy43MDd6IE0yMy42MzksMjUuMDcySDYuNjlWMTUuMDQzaDE2Ljk0OFYyNS4wNzJ6Ii8+PC9nPjwvZz48L3N2Zz4=);
	background-size: 32px;
	background-position: right center;
	padding-right: 40px;
}

/* =============================================================================
 * cc_hotelapart_rooms list
 * ========================================================================== */

.mod_customcataloglist.cc_hotelapart_rooms .item-inside {
	margin-bottom: 35px;
	background: rgb(255,255,255);
	box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.03);
	position: relative;
	border-radius: 6px;
}

.mod_customcataloglist.cc_hotelapart_rooms .item-content {
	padding: 25px;
}

.mod_customcataloglist.cc_hotelapart_rooms .item-price-wrap {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	background: rgb(255,255,255);
	padding: 5px 10px;
	border-radius: 6px 6px 6px 0;
	line-height: 1.5rem;
	text-align: right;
}

.mod_customcataloglist.cc_hotelapart_rooms h5 {
	margin-bottom: 5px;
}

.mod_customcataloglist.cc_hotelapart_rooms .date i {
	margin-right: 5px;
}

.mod_customcataloglist.cc_hotelapart_rooms .ce_timestamp {
	display: inline-block;
}

.mod_customcataloglist.cc_hotelapart_rooms .item-features {
	margin-top: 15px;
}

.mod_customcataloglist.cc_hotelapart_rooms .ce_tags {
	display: inline-block;
}

.mod_customcataloglist.cc_hotelapart_rooms .item-description {
	margin-top: 20px;
	font-size: 0.95rem;
	color: rgb(190,190,190);
}

.mod_customcataloglist.cc_hotelapart_rooms .item-features li {
	display: inline-block;
}

.mod_customcataloglist.cc_hotelapart_rooms .item-features i {
	border-radius: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	line-height: 35px;
	height: 35px;
	width: 35px;
	text-align: center;
	color: rgb(255,255,255);
}

.mod_customcataloglist.cc_hotelapart_rooms .item-price {
	font-size: 1.5rem;
	font-weight: bold;
	display: inline-block;
}

.mod_customcataloglist.cc_hotelapart_rooms .item-price-add {
	color: rgba(0,0,0,0.5);
	font-size: 0.8rem;
}

.mod_customcataloglist.cc_hotelapart_rooms .item-persons {
	font-size: 0.9rem;
	color: rgba(0,0,0,0.5);
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin: 5px 0;
}

/* =============================================================================
 * cc_hotelapart_rooms reader
 * ========================================================================== */

.mod_customcatalogreader.cc_hotelapart_rooms h1 {
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 1.6rem;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-top-content {
	overflow: hidden;
	background: rgb(255,255,255);
	padding: 20px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .rightside .single-image {
	position: relative;
}

.mod_customcatalogreader.cc_hotelapart_rooms .rightside .single-price {
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 10;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-price strong {
	color: rgb(255,255,255);
	font-size: 0.9em;
	font-weight: bold;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 4px 0 0 4px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-price strong .ce_text {
	display: inline-block;
	font-size: 1.5rem;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-price span {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	display: inline-block;
	margin: 10px 0;
}

.mod_customcatalogreader.cc_hotelapart_rooms .ce_tabs {
	margin: 35px 0;
}

.mod_customcatalogreader.cc_hotelapart_rooms .ce_tabs > .tabs.classic > ul > li {
	background: #fff;
}

.mod_customcatalogreader.cc_hotelapart_rooms .ce_tabs > .tabs.classic > ul > li:hover,
.mod_customcatalogreader.cc_hotelapart_rooms .ce_tabs > .tabs.classic > ul > li.active {
	background: var(--accentColor);
} 

.mod_customcatalogreader.cc_hotelapart_rooms .leftside-inside {
	padding: 20px;
	background: rgb(255,255,255);
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-price-left-wrap {
	overflow: hidden;
	border-top: 1px solid rgb(220,220,220);
	border-bottom: 1px solid rgb(220,220,220);
	margin: 10px 0 0 0;
	padding: 10px 0;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-price-left-label {
	float: left;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-price-left {
	float: right;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-price-left .ce_text {
	display: inline-block;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-price-info {
	font-size: 0.8rem;
	color: rgba(0,0,0,0.5);
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-short-description {
	font-size: 0.9rem;
	margin-top: 20px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .ce_form {
	margin-bottom: 35px;
	background: rgb(255,255,255);
	padding: 35px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-top .image {
	margin-bottom: 25px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .ce_number.number {
	display: inline-block;
}

.mod_customcatalogreader.cc_hotelapart_rooms .ce_timestamp {
	display: inline-block;
}

.mod_customcatalogreader.cc_hotelapart_rooms .leftside .ce_hyperlink {
	margin-top: 35px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .leftside .ce_hyperlink a {
	width: 100%;
	padding: 15px;
}

.mod_customcatalogreader.cc_hotelapart_rooms i.fa {
	margin-right: 5px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .rightside .single-desc {
	margin-top: 15px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .rightside .single-desc p:last-of-type {
	margin-bottom: 0;
}

.mod_customcatalogreader.cc_hotelapart_rooms .rightside .ce_textarea ul {
	padding-left: 20px;
	margin-bottom: 15px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .rightside .ce_textarea li {
	list-style: disc;
	list-style-position: outside;
}

.mod_customcatalogreader.cc_hotelapart_rooms .ce_tabs li:hover {
	background: rgba(0,0,0,0.025);
}

.mod_customcatalogreader.cc_hotelapart_rooms .ce_tabs .ce_list li {
	margin-bottom: 20px;
	font-size: 1rem;
	position: relative;
	font-family: inherit;
	list-style: none;
}

.mod_customcatalogreader.cc_hotelapart_rooms .ce_tabs .ce_list ul {
	padding: 0;
}

.mod_customcatalogreader.cc_hotelapart_rooms .ce_tabs .ce_list li:before {
	font-family: FontAwesome;
	content: "\f00c";
	margin-right: 5px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .ce_tabs .ce_list li:after {
	content: ""; 
	width: 70px; 
	height: 1px; 
	background: rgba(0,0,0,.08); 
	position: absolute; 
	left: -26px; 
	bottom: -11px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-services {
	overflow: hidden;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-services li {
	width: 33.33%;
	float: left;
	margin-bottom: 5px;
	padding: 10px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-pricing td {
	font-size: 2rem;
	padding-top: 25px;
	padding-bottom: 25px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-pricing td span {
	font-size: 1.2rem;
	color: rgba(0,0,0,0.5);
	display: inline-block;
	margin-right: 5px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-pricing td,
.mod_customcatalogreader.cc_hotelapart_rooms .single-pricing th {
	width: 33.33%;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-pricing table {
	margin-bottom: 35px;
}

.mod_customcatalogreader.cc_hotelapart_rooms .single-pricing table p {
	margin: 0;
}

/* =============================================================================
 * cc_hotelapart_rooms pricing
 * ========================================================================== */

.mod_customcatalog_pricing .entry {
	padding: 30px;
	margin-bottom: 30px;
	background: rgba(0,0,0,0.02);
}

.mod_customcatalog_pricing .seasons {
	padding: 0 30px;
}

.mod_customcatalog_pricing .entry:nth-child(2n) {
	background: rgba(0,0,0,0.04);
}

.mod_customcatalog_pricing h5 {
	margin-bottom: 5px;
}

.mod_customcatalog_pricing .item-info {
	border-right: 1px solid rgba(0,0,0,0.1);
}

.mod_customcatalog_pricing .item-features {
	margin-top: 15px;
}

.mod_customcatalog_pricing .item-description {
	margin-top: 20px;
	font-size: 0.95rem;
	color: rgb(190,190,190);
}

.mod_customcatalog_pricing .item-features li {
	display: inline-block;
}

.mod_customcatalog_pricing .item-features i {
	border-radius: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	line-height: 35px;
	height: 35px;
	width: 35px;
	text-align: center;
	color: rgb(255,255,255);
}

.mod_customcatalog_pricing .item-persons {
	font-size: 0.9rem;
	color: rgba(0,0,0,0.5);
	margin: 5px 0;
}

.mod_customcatalog_pricing .item-buttons {
	margin-top: 27px;
	display: flex;
	gap: 3px;
}

.mod_customcatalog_pricing .item-buttons a {
	min-width: 130px;
	font-size: 0.9rem;
	padding: 4px 10px;
}

.mod_customcatalog_pricing .pricing {
	margin-top: 13%;
	font-size: 2.5rem;
}

.mod_customcatalog_pricing .pricing span {
	font-size: 1.2rem;
	color: rgba(0,0,0,0.6);
	display: inline-block;
	margin-right: 4px;
}

.mod_customcatalog_pricing .item-bookinginfo {
	margin-top: 30px;
	font-size: 0.8rem;
	color: rgba(0,0,0,0.5);
	line-height: 1.5;
}

.mod_customcatalog_pricing .pricing .only_mobile {
	font-size: 1rem;
}

.mod_customcatalog_pricing .ce_hyperlink a {
	margin-bottom: 1px;
}

/* =============================================================================
 * cc_hotelapart phone
 * ========================================================================== */
 
@media only screen and (max-width: 767px) {
	
	.mod_customcatalog_pricing .autogrid:not(.ce_autogridwrapper):not(.no_gutter) {
		margin-bottom: 0;
	}
	
	.mod_customcatalog_pricing .item-info {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mod_customcatalog_pricing h5 {
		margin-top: 10px;
	}
	
	.mod_customcatalog_pricing .item-info {
		border: 0;
	}
	
	.mod_customcatalog_pricing .pricing {
		text-align: center;
	}
	
	.mod_customcatalogteaser.cc_hotelapart .item-inside,
	.mod_customcataloglist.cc_hotelapart_rooms .item-inside,
	.mod_customcataloglist.cc_hotelapart_packages .item-inside {
		margin-bottom: 0;
	}
	
	.mod_customcatalogreader.cc_hotelapart_rooms .single-services li {
		float: none;
		width: 100%;
	}
	
	.mod_customcatalogfilter.hotelapart_filter {
		background: none;
		padding: 0;
	}
}

/**
 * DEMO: cc_product_catalog
 */

/* =============================================================================
 * cc_product_catalog list
 * ========================================================================== */

.mod_customcataloglist.cc_product_catalog .entry {
	flex: 0 0 33.33%;
	border-right: 1px solid rgb(241, 241, 241);
	border-bottom: 1px solid rgb(241, 241, 241);
	min-height: 440px;
}

.mod_customcataloglist.cc_product_catalog .entry:nth-child(3n+0) {
	border-right: 0;
}

.mod_customcataloglist.cc_product_catalog .swiper-wrapper .entry {
	border-bottom: 0;
	border-right: 1px solid rgb(241, 241, 241);
}

.mod_customcataloglist.cc_product_catalog .item-inside {
	overflow: hidden;
	position: relative;
	text-align: center;
	padding-bottom: 30px;
	transition: All 0.2s ease;
	-webkit-transition: All 0.2s ease;
	border-top: 10px solid transparent;
}

.mod_customcataloglist.cc_product_catalog .item-inside:hover {
	border-top: 10px solid var(--accentColor);
}

.mod_customcataloglist.cc_product_catalog {
	--swiper-theme-color: #333;
}

.mod_customcataloglist.cc_product_catalog h6 {
	padding: 10px 20px 0 10px;
	margin-bottom: 0;
	margin-top: 10px;
	text-transform: uppercase;
}

.mod_customcataloglist.cc_product_catalog .brand {
	color: rgb(180,180,180);
	margin-bottom: 5px;
}

.mod_customcataloglist.cc_product_catalog .price {
	font-size: 1.15rem;
}

.mod_customcataloglist.cc_product_catalog .price span {
	font-size: 1rem;
	text-decoration: line-through;
	margin-left: 5px;
	display: inline-block;
}

.mod_customcataloglist.cc_product_catalog .item-state {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 10;
	background: rgb(92,184,92);
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 7px;
	border-radius: 2px;
}

.mod_customcataloglist.cc_product_catalog .ce_number {
	display: inline-block;
}

.mod_customcataloglist.cc_product_catalog .item-wrapper {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.mod_customcataloglist:not(.mod_customcatalogteaser).cc_product_catalog .item-wrapper {
	border: 1px solid rgb(240,240,240);
	border-radius: 8px;
}

.mod_customcataloglist.cc_product_catalog .item-leftside,
.mod_customcataloglist.cc_product_catalog .item-rightside {
	float: none;
	width: 100%;
}

.mod_customcataloglist.cc_product_catalog .item-leftside .image_container img {
	height: auto;
	width: 100%;
	max-width: 100%;
}

.mod_customcataloglist.cc_product_catalog .item-link-youtube, .mod_customcataloglist.cc_product_catalog .item-link-detail {
	padding-left: 20px;
}

.mod_customcataloglist.cc_product_catalog .item-rightside .item-content-col1,
.mod_customcataloglist.cc_product_catalog .item-rightside .item-content-col2 {
	width: 100%;
	float: none;
	text-align: left;
}

.mod_customcataloglist.cc_product_catalog .notelist {
	margin-bottom: 15px;
}

.mod_customcataloglist.cc_product_catalog .rateit_container button,
.mod_customcataloglist.cc_product_catalog .rateit_container .counter {
	display: none!important;
}

.mod_customcataloglist.cc_product_catalog .rateit_container {
	display: inline-block;
	margin-top: 20px;
}

.mod_customcataloglist.cc_product_catalog .rateit_container .single-rating-count {
	display: inline-block;
	position: relative;
	top: -2px;
}

.mod_customcataloglist.cc_product_catalog .rateit_container .thankyou {
	display: none!important;
}

.mod_customcataloglist.cc_product_catalog .pagination {
	padding: 20px 20px 10px 20px;
}

.mod_customcataloglist.cc_product_catalog .swiper-button-disabled {
	display: none;
}

@media only screen and (max-width: 970px) {
	.mod_customcataloglist.cc_product_catalog .entry {
		flex: 0 0 50%;
	}
	.mod_customcataloglist.cc_product_catalog .entry:nth-child(3n+0) {
		border-right: 1px solid rgb(241, 241, 241);
	}
	.mod_customcataloglist.cc_product_catalog .entry:nth-child(2n+0) {
		border-right: 0;
	}
}

/* =============================================================================
 * item highlight w/star
 * ========================================================================== */

.mod_customcataloglist.cc_product_catalog .item-highlight-icon {
	background: rgba(0,0,0,0.1);
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
	z-index: 10;
}

/* =============================================================================
 * cc_product_catalog teaser
 * ========================================================================== */

.mod_customcatalogteaser.cc_product_catalog .entry {
	flex: 0 0 25%;
	text-align: center;
	position: relative;
	margin-bottom: 35px;
	min-height: 420px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	border: 1px solid transparent;
}

.mod_customcatalogteaser.cc_product_catalog .entry:hover {
	border: 1px solid rgb(190,190,190);
}

.mod_customcatalogteaser.cc_product_catalog .rateit_container button,
.mod_customcatalogteaser.cc_product_catalog .rateit_container .counter {
	display: none!important;
}

.mod_customcatalogteaser.cc_product_catalog .rateit_container {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mod_customcatalogteaser.cc_product_catalog .rateit_container .single-rating-count {
	display: inline-block;
	position: relative;
	top: -2px;
}

.mod_customcatalogteaser.cc_product_catalog .rateit_container .thankyou {
	display: none!important;
}

.mod_customcatalogteaser.cc_product_catalog .item-highlight-icon {
	background: var(--accentColor);
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
	z-index: 10;
}

.mod_customcatalogteaser.cc_product_catalog h6 {
	padding: 10px 20px 0 10px;
	margin-bottom: 0;
	margin-top: 10px;
	text-transform: uppercase;
}

.mod_customcatalogteaser.cc_product_catalog .price {
	font-size: 1.15rem;
}

.mod_customcatalogteaser.cc_product_catalog .price span {
	font-size: 1rem;
	text-decoration: line-through;
	margin-left: 5px;
	display: inline-block;
}

/* =============================================================================
 * cc_product_catalog reader
 * ========================================================================== */

.mod_customcatalogreader.cc_product_catalog .single-leftside {
	width: 58%;
	float: left;
}

.mod_customcatalogreader.cc_product_catalog .single-rightside {
	width: 42%;
	float: left;
	padding-left: 30px;
}

.mod_customcatalogreader.cc_product_catalog .single-top-content {
	overflow: hidden;
}

.mod_customcatalogreader.cc_product_catalog .single-price-new {
	font-size: 2rem;
	font-weight: bold;
	display: inline-block;	
	margin-right: 20px;
}

.mod_customcatalogreader.cc_product_catalog .single-price-old {
	display: inline-block;
	text-decoration: line-through;
	font-size: 1.5rem;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}


.mod_customcatalogreader.cc_product_catalog h1 {
	font-size: 1.6rem;
	margin-bottom: 5px;
}

.mod_customcatalogreader.cc_product_catalog .single-subheadline {
	color: rgb(180,180,180);
}

.mod_customcatalogreader.cc_product_catalog .single-short-description {
	margin: 20px 0;
}

.mod_customcatalogreader.cc_product_catalog .single-stock {
	background: rgb(85,198,94);
	color: rgb(255,255,255);
	font-weight: bold;
	padding: 3px 10px;
	border-radius: 2px;
	display: inline-block;
	margin-bottom: 20px;
}

.mod_customcatalogreader.cc_product_catalog .single-stock.stockout {
	background: rgb(201,21,25);
}

.mod_customcatalogreader.cc_product_catalog .single-datasheet {
	margin-bottom: 20px;
}

.mod_customcatalogreader.cc_product_catalog .single-metadata {
	border-top: 1px solid rgb(221,221,221);
	border-bottom: 1px solid rgb(221,221,221);
	margin: 20px 0 25px 0;
	overflow: hidden;
}

.mod_customcatalogreader.cc_product_catalog .single-metadata strong {
	display: block;
}

.mod_customcatalogreader.cc_product_catalog .single-metadata-col1,
.mod_customcatalogreader.cc_product_catalog .single-metadata-col2,
.mod_customcatalogreader.cc_product_catalog .single-metadata-col3 {
	width: 33.333%;
	float: left;
	font-size: 1.2em;
}

.mod_customcatalogreader.cc_product_catalog .single-metadata-col2 {
	border-left: 1px solid rgb(221,221,221);
	border-right: 1px solid rgb(221,221,221);
	padding-left: 10px;
}

.mod_customcatalogreader.cc_product_catalog .single-metadata-col3 {
	padding-left: 10px;
}

.mod_customcatalogreader.cc_product_catalog table.table-striped {
	width: 100%;
	margin-bottom: 20px;
}

.mod_customcatalogreader.cc_product_catalog table.table-striped td {
	padding: 5px;
}

.mod_customcatalogreader.cc_product_catalog table.table-striped tr {
	background: rgba(0,0,0,0.03);
}

.mod_customcatalogreader.cc_product_catalog table.table-striped tr:nth-child(odd) {
	background: none;
}

.mod_customcatalogreader.cc_product_catalog .notelistamount {
	display: none;
}

.mod_customcatalogreader.cc_product_catalog .notelist input.submit {
	width: auto;
}

.mod_customcatalogreader.cc_product_catalog .notelist input.update {
	display: none;
}

.mod_customcatalogreader.cc_product_catalog .ce_tabs {
	margin: 65px 0 35px 0;
}

.mod_customcatalogreader.cc_product_catalog .ce_tabs .panes {
	background: rgb(255,255,255);
	padding: 30px;
	border: 1px solid rgb(230,230,230);
}

.mod_customcatalogreader.cc_product_catalog .single-features ul {
	overflow: hidden;
}

.mod_customcatalogreader.cc_product_catalog .single-features li {
	width: 33.333%;
	float: left;
	margin-bottom: 13px;
}

.mod_customcatalogreader.cc_product_catalog .single-print {
	margin: 12px 0 5px 0;
}

.mod_customcatalogreader.cc_product_catalog .single-print a,
.mod_customcatalogreader.cc_product_catalog .single-mail a {
	color: rgb(140,140,140);
}

.mod_customcatalogreader.cc_product_catalog .single-print a:hover,
.mod_customcatalogreader.cc_product_catalog .single-mail a:hover {
	color: rgb(50,50,50);
}

.mod_customcatalogreader.cc_product_catalog .single-print i,
.mod_customcatalogreader.cc_product_catalog .single-mail i {
	margin-right: 5px;
}

.notelist .submit_container input.submit:hover {
	opacity: 0.9;
}

.mod_customcatalogreader.cc_product_catalog .ce_number {
	display: inline-block;
}

.mod_customcatalogreader.cc_product_catalog .single-rating {
	margin: 11px 0;
}

.mod_customcatalogreader.cc_product_catalog .single-rating button,
.mod_customcatalogreader.cc_product_catalog .single-rating .counter {
	display: none!important;
}

.mod_customcatalogreader.cc_product_catalog .single-rating .rateit_container {
	display: inline-block;
	margin-right: 10px;
}

.mod_customcatalogreader.cc_product_catalog .single-rating .single-rating-count {
	display: inline-block;
	position: relative;
	top: -2px;
}

.mod_customcatalogreader.cc_product_catalog .single-color {
	margin-bottom: 25px;
}

.mod_customcatalogreader.cc_product_catalog .single-color li {
	border: 1px solid rgb(200,200,200);
	width: 22px;
	height: 22px;
	display: inline-block;
	text-indent: -9999px;
	background: rgb(0,0,0);
}

.mod_customcatalogreader.cc_product_catalog .single-metadata div {
	font-size: 0.9rem;
}

.mod_customcatalogreader.cc_product_catalog .elevatezoom_gallery_wrapper {
	border: 5px solid rgb(240,240,240);
}

.mod_customcatalogreader.cc_product_catalog .elevatezoom_gallery_wrapper ul {
	border-top: 1px solid rgb(240,240,240);
}

.mod_customcatalogreader.cc_product_catalog .elevatezoom_gallery_wrapper li.entry {
	border-left: 1px solid rgb(240,240,240);
	margin-bottom: 0;
	padding-bottom: 1%;
}

.mod_customcatalogreader.cc_product_catalog .elevatezoom_gallery_wrapper li.entry:first-child {
	border-left: 0;
}

.mod_customcatalogreader.cc_product_catalog .single-technical-data table {
	font-size: 0.9rem;
}

.mod_customcatalogreader.cc_product_catalog .single-technical-data table tr td {
	padding: 5px;
	background: rgb(244,244,244);
	border: 0;
}

.mod_customcatalogreader.cc_product_catalog .single-technical-data table tr.odd td {
	background-color: rgb(255,255,255);
}

.mod_customcatalogreader.cc_product_catalog .single-mail {
	margin-top: 10px;
}

/* tag color */

.mod_customcatalogreader.cc_product_catalog .single-color li.value_blau {
	background: rgb(93,156,236);
}

.mod_customcatalogreader.cc_product_catalog .single-color li.value_rot {
	background: rgb(204, 41, 56);
}

.mod_customcatalogreader.cc_product_catalog .single-color li.value_schwarz {
	background: rgb(0,0,0);
}

.mod_customcatalogreader.cc_product_catalog .single-color li.value_gelb {
	background: rgb(243,156,17);
}

/* =============================================================================
 * cc_product_catalog filter
 * ========================================================================== */
 
.mod_customcatalogfilter.cc_product_catalog fieldset {
	margin: 0;
	border: 0;
	padding: 0 0 20px 0;
	border-top: 1px solid rgb(241, 241, 241);
}

.mod_customcatalogfilter.cc_product_catalog legend {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.cc_product_catalog div.widget {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.cc_product_catalog .checkbox_container {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.mod_customcatalogfilter.cc_product_catalog .checkbox_container input {
	width: 16px;
	height: 16px;
	order: 1;
}

.mod_customcatalogfilter.cc_product_catalog .checkbox_container label {
	order: 2;
	margin-left: 7px;
	margin-bottom: 0;
}

.mod_customcatalogfilter.cc_product_catalog .submit_container button {
	width: 100%;
	border-radius: 5px;
}

.mod_customcatalogfilter.cc_product_catalog .submit_container {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.cc_product_catalog .filter_range input {
	background: transparent;
	border: 0;
	height: 32px;
	padding: 0;
	font-size: inherit;
}

.mod_customcatalogfilter.cc_product_catalog .filter_range label {
	display: none;
}

.mod_customcatalogfilter.cc_product_catalog .filter_range .ui-slider-range {
	background: rgb(50,50,50);
}

.mod_customcatalogfilter.cc_product_catalog .filter_range .ui-slider {
	clear: both;
	margin: 0 10px;
}

.mod_customcatalogfilter.cc_product_catalog .submit_container .clear_all_filters {
	background: transparent;
	color: inherit;
	padding: 0;
	border: 0;
	text-align: left;
}

.mod_customcatalogfilter.cc_product_catalog .submit_container .clear_filters {
	display: none;
}

.mod_customcatalogfilter.cc_product_catalog .text_autocomplete_container label {
	display: none;
}

.mod_customcatalogfilter.cc_product_catalog .filter_text label {
	display: none;
}

.mod_customcatalogfilter.cc_product_catalog .filter_text legend label {
	display: inline-block;
}

.mod_customcatalogfilter.cc_product_catalog .filter_geolocation .slider_range_input {
	background: transparent;
	border: 0;
	height: 3rem;
	padding: 0;
	font-size: 3rem;
	line-height: 3rem;
}

.mod_customcatalogfilter.cc_product_catalog .filter_geolocation .ui-slider-range {
	background: rgb(225, 225, 225)!important;
	border-color: rgb(225, 225, 225);
}

.mod_customcatalogfilter.cc_product_catalog .filter_geolocation .ui-widget-content {
	border-color: rgb(225, 225, 225);
}

.mod_customcatalogfilter.cc_product_catalog .filter_geolocation .ui-state-default {
	background: rgb(62, 62, 62);
	border-color: rgb(62, 62, 62);
	border-radius: 100%;
}

.mod_customcatalogfilter.cc_product_catalog .filter_geolocation .range_container {
	margin-bottom: 0;
}

.mod_customcatalogfilter.cc_product_catalog .filter_geolocation .ui-slider {
	clear: both;
	margin: 0 10px;
}

.mod_customcatalogfilter.cc_product_catalog .filter_geolocation input {
	margin-bottom: 15px;
}

.mod_customcatalogfilter.cc_product_catalog .filter_geolocation i {
	margin-right: 5px;
}

/* =============================================================================
 * cc_product_catalog_reseller
 * ========================================================================== */

.mod_customcataloglist.cc_product_catalog_reseller .gmap {
	height: 650px;
}

/* =============================================================================
 * phone
 * ========================================================================== */
 
@media only screen and (max-width: 767px) {
	
	.mod_customcatalogreader.cc_product_catalog .single-leftside,
	.mod_customcatalogreader.cc_product_catalog .single-rightside {
		float: none;
		width: 100%;
	}
	
	.mod_customcatalogreader.cc_product_catalog .single-rightside {
		margin-top: 20px;
		padding: 0;
	}
	
	.mod_customcatalogreader.cc_product_catalog .ce_tabs {
		padding: 0;
	}
	
	.mod_customcatalogreader.cc_product_catalog .single-features li {
		width: 100%;
		float: none;
	}
	
	.mod_customcatalogreader.cc_product_catalog .single-metadata-col1, 
	.mod_customcatalogreader.cc_product_catalog .single-metadata-col2, 
	.mod_customcatalogreader.cc_product_catalog .single-metadata-col3 {
		font-size: 1em;
	}
	
	.mod_customcatalogreader.cc_product_catalog .single-price strong {
		font-size: 1.5em;
	}
	
	.mod_customcatalogreader.cc_product_catalog .single-price span {
		margin-top: 20px;
	}
	
	.mod_customcataloglist.cc_product_catalog.cc_product_catalog_col2 .notelist {
		margin-bottom: 20px;
	}
	
	.mod_customcataloglist.cc_product_catalog.cc_product_catalog_col2 {
	margin-left: -1%;
	margin-right: -1%;
	overflow: hidden;
	}

	.mod_customcataloglist.cc_product_catalog.cc_product_catalog_col2 .entry {
	width: 100%; 
	float: none;
	padding-left: 0;
	padding-right: 0;
	}

	.mod_customcataloglist.cc_product_catalog.cc_product_catalog_col2 .item-leftside .image_container img {
		height: auto;
	}
				
	.mod_customcataloglist.cc_product_catalog .list-options {
		display: none;
	}
	
	.mod_customcataloglist.cc_product_catalog .entry,
	.mod_customcatalogteaser.cc_product_catalog .entry{
		flex: 0 0 100%;
	}
		
}

/* =============================================================================
 * cc_booklibrary - list
 * ========================================================================== */

.mod_customcataloglist.cc_booklibrary {
	clear: both;	
}

.mod_customcataloglist.cc_booklibrary.hide {
	display: none;
}

.mod_customcataloglist.cc_booklibrary .item-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.mod_customcataloglist.cc_booklibrary .entry {
	margin-bottom: 35px;
	flex: 0 0 20%;
	padding-left: 2%;
	padding-right: 2%;
	min-height: 400px;
}

.mod_customcataloglist.cc_booklibrary .item-inside {
	position: relative;
	background: #fff;
}

.mod_customcataloglist.cc_booklibrary .category {
	font-size: 0.9rem;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 5px;
}

.mod_customcataloglist.cc_booklibrary .headline {
	margin: 10px 0;
	font-size: 1.2rem;
	font-weight: bold;
}

.mod_customcataloglist.cc_booklibrary .price span {
	font-size: 1rem;
	text-decoration: line-through;
	margin-left: 5px;
	display: inline-block;
}

.mod_customcataloglist.cc_booklibrary .ce_number {
	display: inline-block;
}

.mod_customcataloglist.cc_booklibrary .price .attribute.text {
	display: inline-block;
}

.mod_customcataloglist.cc_booklibrary .price {
	font-weight: bold;
	font-size: 1.1rem;
}

.mod_customcataloglist.cc_booklibrary .item-wrapper {
	margin-left: -2%;
	margin-right: -2%;
	overflow: hidden;
}

.mod_customcataloglist.cc_booklibrary .highlight {
	background: #d75542;
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
	z-index: 100;
}

.mod_customcataloglist.cc_booklibrary .image {
	min-height: 130px;
	background: #393939;
}

.mod_customcataloglist.cc_booklibrary .rateit_container button,
.mod_customcataloglist.cc_booklibrary .rateit_container .counter {
	display: none!important;
}

.mod_customcataloglist.cc_booklibrary .rateit_container .single-rating-count {
	display: inline-block;
	position: relative;
	top: -2px;
}

.mod_customcataloglist.cc_booklibrary .rateit_container .thankyou {
	display: none!important;
}

.mod_customcataloglist.cc_booklibrary h4 {
	border-bottom: 1px solid rgb(221,221,221);
	margin-bottom: 35px;
	padding-bottom: 10px;
}

.mod_customcataloglist.cc_booklibrary .product-banner {
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 10;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}

.mod_customcataloglist.cc_booklibrary .product-banner .banner-one,
.mod_customcataloglist.cc_booklibrary .product-banner .banner-two {
	color: rgb(255,255,255);
	font-size: 0.85rem;
	padding: 0 5px;
	line-height: 1.5;
	font-weight: bold;
}

.mod_customcataloglist.cc_booklibrary .swiper-wrapper .entry {
	margin-bottom: 0;
}

/* =============================================================================
 * cc_booklibrary - teaser
 * ========================================================================== */

.mod_customcatalogteaser.cc_booklibrary {
	clear: both;	
}

.mod_customcatalogteaser.cc_booklibrary.hide {
	display: none;
}

.mod_customcatalogteaser.cc_booklibrary .entry {
	margin-bottom: 35px;
	width: 20%;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
	min-height: 450px;
}

.mod_customcatalogteaser.cc_booklibrary .item-inside {
	position: relative;
	background: #fff;
}

.mod_customcatalogteaser.cc_booklibrary .category {
	font-size: 0.9rem;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 5px;
}

.mod_customcatalogteaser.cc_booklibrary .headline {
	margin: 10px 0;
	font-size: 1.2rem;
	font-weight: bold;
}

.mod_customcatalogteaser.cc_booklibrary .price span {
	font-size: 1rem;
	text-decoration: line-through;
	margin-left: 5px;
	display: inline-block;
}

.mod_customcatalogteaser.cc_booklibrary .ce_number {
	display: inline-block;
}

.mod_customcatalogteaser.cc_booklibrary .price .attribute.text {
	display: inline-block;
}

.mod_customcatalogteaser.cc_booklibrary .price {
	font-weight: bold;
	font-size: 1.1rem;
}

.mod_customcatalogteaser.cc_booklibrary .item-wrapper {
	margin-left: -2%;
	margin-right: -2%;
	overflow: hidden;
}

.mod_customcatalogteaser.cc_booklibrary .highlight {
	background: #d75542;
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
	z-index: 100;
}

.mod_customcatalogteaser.cc_booklibrary .image {
	min-height: 130px;
	background: #393939;
}

.mod_customcatalogteaser.cc_booklibrary .rateit_container button,
.mod_customcatalogteaser.cc_booklibrary .rateit_container .counter {
	display: none!important;
}

.mod_customcatalogteaser.cc_booklibrary .rateit_container .single-rating-count {
	display: inline-block;
	position: relative;
	top: -2px;
}

.mod_customcatalogteaser.cc_booklibrary .rateit_container .thankyou {
	display: none!important;
}

.mod_customcatalogteaser.cc_booklibrary h4 {
	border-bottom: 1px solid rgb(221,221,221);
	margin-bottom: 35px;
	padding-bottom: 10px;
}

.mod_customcatalogteaser.cc_booklibrary .product-banner {
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 10;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}

.mod_customcatalogteaser.cc_booklibrary .product-banner .banner-one,
.mod_customcatalogteaser.cc_booklibrary .product-banner .banner-two {
	color: rgb(255,255,255);
	font-size: 0.85rem;
	padding: 0 5px;
	line-height: 1.5;
	font-weight: bold;
}

/* =============================================================================
 * cc_booklibrary - teaserslider
 * ========================================================================== */

.mod_customcatalogteaserslider.cc_booklibrary {
	clear: both;	
}

.mod_customcatalogteaserslider.cc_booklibrary.hide {
	display: none;
}

.mod_customcatalogteaserslider.cc_booklibrary .entry {
	margin-bottom: 35px;
	width: 20%;
	padding-left: 3%;
	padding-right: 3%;
	float: left;
}

.mod_customcatalogteaserslider.cc_booklibrary .item-inside {
	position: relative;
	background: #fff;
	text-align: center;
}

.mod_customcatalogteaserslider.cc_booklibrary .author {
	font-size: 0.9rem;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 5px;
	margin-top: 17px;
}

.mod_customcatalogteaserslider.cc_booklibrary .headline {
	margin: 10px 0;
	font-size: 1.2rem;
	font-weight: bold;
}

.mod_customcatalogteaserslider.cc_booklibrary .price span {
	font-size: 1rem;
	text-decoration: line-through;
	margin-left: 5px;
	display: inline-block;
}

.mod_customcatalogteaserslider.cc_booklibrary .ce_number {
	display: inline-block;
}

.mod_customcatalogteaserslider.cc_booklibrary .price .attribute.text {
	display: inline-block;
}

.mod_customcatalogteaserslider.cc_booklibrary .price {
	font-weight: bold;
	font-size: 1.1rem;
}

.mod_customcatalogteaserslider.cc_booklibrary .item-wrapper {
	margin-left: -1%;
	margin-right: -1%;
	overflow: hidden;
}

.mod_customcatalogteaserslider.cc_booklibrary .highlight {
	background: #d75542;
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
	z-index: 100;
}

.mod_customcatalogteaserslider.cc_booklibrary .image {
	min-height: 130px;
	background: #393939;
	box-shadow: 0 8px 12px 1px rgba(0,0,0,0.07);
}

.mod_customcatalogteaserslider.cc_booklibrary .ce_image {
	overflow: visible;
}

.mod_customcatalogteaserslider.cc_booklibrary .item-inside {
	position: relative;
	top: 7px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.mod_customcatalogteaserslider.cc_booklibrary .item-inside:hover {
	top: 0;
}

.mod_customcatalogteaserslider.cc_booklibrary .product-banner {
	position: absolute;
	right: -10px;
	top: 5px;
	z-index: 10;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1)
}

.mod_customcatalogteaserslider.cc_booklibrary .product-banner .banner-one,
.mod_customcatalogteaserslider.cc_booklibrary .product-banner .banner-two {
	color: rgb(255,255,255);
	font-size: 0.85rem;
	padding: 0 5px;
	line-height: 1.5;
	font-weight: bold;
}

.mod_customcatalogteaserslider.cc_booklibrary .rateit_container button,
.mod_customcatalogteaserslider.cc_booklibrary .rateit_container .counter {
	display: none!important;
}

.mod_customcatalogteaserslider.cc_booklibrary .rateit_container .single-rating-count {
	display: inline-block;
	position: relative;
	top: -2px;
}

.mod_customcatalogteaserslider.cc_booklibrary .rateit_container .thankyou {
	display: none!important;
}

.mod_customcatalogteaserslider.cc_booklibrary h4 {
	border-bottom: 1px solid rgb(221,221,221);
	margin-bottom: 35px;
	padding-bottom: 10px;
}

/* =============================================================================
 * cc_booklibrary - items in slider
 * ========================================================================== */

.mod_customcataloglist.cc_booklibrary .swiper-wrapper .entry {
	min-height: 0;
}

/* =============================================================================
 * cc_booklibrary - filter | filter_sorting
 * ========================================================================== */

.mod_customcatalogfilter.cc_booklibrary.filter_sorting {
	float: right;
}

@media only screen and (max-width: 1070px) {	
	.mod_customcatalogfilter.filter_sorting .filter_sorting_alphabetic legend {
		display: none;
	}
}

@media only screen and (max-width: 860px) {	
	.mod_catalog_counter {
		display: none;
	}
}

.mod_customcatalogfilter.cc_booklibrary.filter_sorting fieldset {
	margin-bottom: 0;
}

.mod_customcatalogfilter.cc_booklibrary.filter_sorting select {
	border: 1px solid rgba(0, 0, 0, 0.075);
}

.mod_customcatalogfilter.cc_booklibrary.filter_sorting .submit_container {
	display: none!important;
}

.mod_customcatalogfilter.cc_booklibrary.filter_sorting .widget {
	display: inline-block;
}

.mod_customcatalogfilter.cc_booklibrary.filter_sorting .widget fieldset {
	padding: 0;
	border: 0;
	margin-left: 25px;
}

.mod_customcatalogfilter.cc_booklibrary.filter_sorting .widget legend {
	float: left;
	margin-right: 10px;
	background: none;
	color: inherit;
	margin-top: 5px;
	font-size: 12px;
}

.mod_customcatalogfilter.cc_booklibrary.filter_sorting .formbody {
	text-align: right;
}

.mod_customcatalogfilter.cc_booklibrary.filter_sorting .widget select {
	width: auto;
	height: 37px;
}

/* =============================================================================
 * cc_booklibrary - filter
 * ========================================================================== */

.mod_customcatalogfilter.cc_booklibrary .select_container {
	margin-bottom: 0;
}

.mod_customcatalogfilter.cc_booklibrary .select_container select {
	border: 1px solid rgba(0, 0, 0, 0.075);
}

.mod_customcatalogfilter.cc_booklibrary .range_wrapper {
	border: 1px solid rgba(0, 0, 0, 0.075);
	padding: 15px;
}

.mod_customcatalogfilter.cc_booklibrary .range_wrapper i {
	margin-right: 5px;
}

.mod_customcatalogfilter.cc_booklibrary .checkbox_container {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.mod_customcatalogfilter.cc_booklibrary .checkbox_container input {
	width: 16px;
	height: 16px;
	order: 1;
}

.mod_customcatalogfilter.cc_booklibrary .checkbox_container label {
	order: 2;
	margin-left: 7px;
	margin-bottom: 0;
}

.mod_customcatalogfilter.cc_booklibrary .submit_container button {
	width: 100%;
	border-radius: 5px;
}

.mod_customcatalogfilter.cc_booklibrary .submit_container {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.cc_booklibrary .filter_pagetree.hide {
	display: none;
}

.mod_customcatalogfilter.cc_booklibrary.product_filter {
	background: rgb(255,255,255);
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.075);
}

.mod_customcatalogfilter.cc_booklibrary.product_filter fieldset {
	border: 0;
	padding: 0;
}

.mod_customcatalogfilter.cc_booklibrary.product_filter fieldset legend {
	background: transparent;
	font-weight: bold;
	font-size: 0.9rem;
	color: inherit;
	padding-left: 0;
	margin-bottom: 5px;
}

.mod_customcatalogfilter.cc_booklibrary.product_filter fieldset.checkbox_container {
	margin-bottom: 0;
}

.mod_customcatalogfilter.cc_booklibrary.product_filter fieldset.checkbox_container legend {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.cc_booklibrary.product_filter .filter_text label {
	display: none;
}

.mod_customcatalogfilter.cc_booklibrary.product_filter .filter_text legend label {
	display: inline-block;
}

.mod_customcatalogfilter.cc_booklibrary.product_filter .clear_all_filters {
	background: transparent;
	color: inherit;
	padding: 0;
	border: 0;
	text-align: left;
}

.mod_customcatalogfilter.cc_booklibrary.product_filter .clear_filters {
	display: none;
}

.mod_customcatalogfilter.cc_booklibrary.product_filter input {
	border: 1px solid rgba(0, 0, 0, 0.075);
}

.mod_customcatalogfilter.cc_booklibrary .filter_range label {
	display: none;
}

.mod_customcatalogfilter.cc_booklibrary .filter_range input {
	background: transparent;
	border: 0;
	height: 32px;
	padding: 0;
	font-size: inherit;
}

.mod_customcatalogfilter.cc_booklibrary .filter_range .ui-slider-range {
	background: rgb(50,50,50);
}

.mod_customcatalogfilter.cc_booklibrary .filter_range .ui-slider {
	clear: both;
	margin: 0 10px;
}

.mod_customcatalogfilter.cc_booklibrary .filter_languageSwitch {
	display: none;
}

/* =============================================================================
 * cc_booklibrary - mod_langswitcher_booklibrary
 * ========================================================================== */

.mod_langswitcher_booklibrary {
	margin-bottom: 15px;
	text-align: right;
	padding: 10px 0;
	border-bottom: 1px dotted rgb(200,200,200);
}

.mod_langswitcher_booklibrary li {
	display: inline-block;
}

.mod_langswitcher_booklibrary li span {
	display: none;
}

.mod_langswitcher_booklibrary li a {
	display: block;
	padding: 1px;
	border: 1px solid rgba(0,0,0,0.2);
	line-height: 11px;
}

/* =============================================================================
 * cc_booklibrary reader
 * ========================================================================== */

.mod_customcatalogreader.cc_booklibrary .single-leftside {
	width: 25%;
	float: left;
}

.mod_customcatalogreader.cc_booklibrary .single-rightside {
	width: 75%;
	float: left;
	padding-left: 100px;
}

.mod_customcatalogreader.cc_booklibrary .single-top-content {
	overflow: hidden;
}

.mod_customcatalogreader.cc_booklibrary .single-price-new {
	font-size: 2rem;
	font-weight: bold;
	display: inline-block;	
	margin-right: 20px;
}

.mod_customcatalogreader.cc_booklibrary .single-price-new .ce_text {
	display: inline-block;
}

.mod_customcatalogreader.cc_booklibrary .single-price-old {
	display: inline-block;
	text-decoration: line-through;
	font-size: 1.5rem;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}

.mod_customcatalogreader.cc_booklibrary h1 {
	font-size: 1.6rem;
	margin-bottom: 5px;
}

.mod_customcatalogreader.cc_booklibrary .single-subheadline {
	color: rgb(180,180,180);
}

.mod_customcatalogreader.cc_booklibrary .single-short-description {
	margin: 20px 0;
}

.mod_customcatalogreader.cc_booklibrary .single-stock {
	background: rgb(85,198,94);
	color: rgb(255,255,255);
	font-weight: bold;
	padding: 3px 10px;
	border-radius: 2px;
	display: inline-block;
	margin-bottom: 20px;
}

.mod_customcatalogreader.cc_booklibrary .single-stock.stockout {
	background: rgb(201,21,25);
}

.mod_customcatalogreader.cc_booklibrary .single-metadata {
	border-top: 1px solid rgb(221,221,221);
	border-bottom: 1px solid rgb(221,221,221);
	margin: 20px 0 25px 0;
	overflow: hidden;
}

.mod_customcatalogreader.cc_booklibrary .single-metadata strong {
	display: block;
}

.mod_customcatalogreader.cc_booklibrary .single-metadata-col1,
.mod_customcatalogreader.cc_booklibrary .single-metadata-col2,
.mod_customcatalogreader.cc_booklibrary .single-metadata-col3 {
	width: 33.333%;
	float: left;
	font-size: 1.2em;
}

.mod_customcatalogreader.cc_booklibrary .single-metadata-col2 {
	border-left: 1px solid rgb(221,221,221);
	border-right: 1px solid rgb(221,221,221);
	padding-left: 10px;
}

.mod_customcatalogreader.cc_booklibrary .single-metadata-col3 {
	padding-left: 10px;
}

.mod_customcatalogreader.cc_booklibrary table.table-striped {
	width: 100%;
	margin-bottom: 20px;
}

.mod_customcatalogreader.cc_booklibrary table.table-striped td {
	padding: 5px;
}

.mod_customcatalogreader.cc_booklibrary table.table-striped tr {
	background: rgba(0,0,0,0.03);
}

.mod_customcatalogreader.cc_booklibrary table.table-striped tr:nth-child(odd) {
	background: none;
}

.mod_customcatalogreader.cc_booklibrary .notelistamount {
	display: none;
}

.mod_customcatalogreader.cc_booklibrary .notelist input.submit {
	width: auto;
}

.mod_customcatalogreader.cc_booklibrary .notelist input.update {
	display: none;
}

.mod_customcatalogreader.cc_booklibrary .ce_tabs {
	margin: 65px 0 35px 0;
}

.mod_customcatalogreader.cc_booklibrary .ce_tabs .panes {
	background: rgb(255,255,255);
	padding: 30px;
	border: 1px solid rgb(230,230,230);
}

.mod_customcatalogreader.cc_booklibrary .single-features ul {
	overflow: hidden;
}

.mod_customcatalogreader.cc_booklibrary .single-features li {
	width: 33.333%;
	float: left;
	margin-bottom: 13px;
}

.mod_customcatalogreader.cc_booklibrary .single-print {
	margin: 12px 0 5px 0;
}

.mod_customcatalogreader.cc_booklibrary .single-print a,
.mod_customcatalogreader.cc_booklibrary .single-mail a {
	color: rgb(140,140,140);
}

.mod_customcatalogreader.cc_booklibrary .single-print a:hover,
.mod_customcatalogreader.cc_booklibrary .single-mail a:hover {
	color: rgb(50,50,50);
}

.mod_customcatalogreader.cc_booklibrary .single-print i,
.mod_customcatalogreader.cc_booklibrary .single-mail i {
	margin-right: 5px;
}

.notelist .submit_container input.submit:hover {
	opacity: 0.9;
}

.mod_customcatalogreader.cc_booklibrary .ce_number {
	display: inline-block;
}

.mod_customcatalogreader.cc_booklibrary .single-rating {
	margin: 11px 0;
}

.mod_customcatalogreader.cc_booklibrary .single-rating .ajax_success {
	display: none!important;
}

.mod_customcatalogreader.cc_booklibrary .single-rating button,
.mod_customcatalogreader.cc_booklibrary .single-rating .counter {
	display: none!important;
}

.mod_customcatalogreader.cc_booklibrary .single-rating .rateit_container {
	display: inline-block;
	margin-right: 10px;
}

.mod_customcatalogreader.cc_booklibrary .single-rating .single-rating-count {
	display: inline-block;
	position: relative;
	top: -2px;
}

.mod_customcatalogreader.cc_booklibrary .single-color li {
	border: 1px solid rgb(200,200,200);
	width: 22px;
	height: 22px;
	display: inline-block;
	text-indent: -9999px;
	background: rgb(0,0,0);
}

.mod_customcatalogreader.cc_booklibrary .single-author {
	text-decoration: underline;
}

.mod_customcatalogreader.cc_booklibrary .single-metadata div {
	font-size: 0.9rem;
}

/* =============================================================================
 * cc_booklibrary - mod_customcatalog_list_sidebar
 * ========================================================================== */

.mod_customcatalog_list_sidebar .entry {
	margin-bottom: 25px;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
	padding-bottom: 22px;
}

.mod_customcatalog_list_sidebar .item-inside {
	overflow: hidden;
}
 
.mod_customcatalog_list_sidebar .item-inside > .image,
.mod_customcatalog_list_sidebar .item-inside .content {
	float: left;
}
 
.mod_customcatalog_list_sidebar .item-inside > .image {
	width: 30%;
}

.mod_customcatalog_list_sidebar .content {
	width: 70%;
	padding-left: 25px;
}

.mod_customcatalog_list_sidebar .headline {
	font-weight: bold;
	line-height: 1.3;
}

.mod_customcatalog_list_sidebar .author {
	color: rgb(170,170,170);
	margin: 5px 0;
}

.mod_customcatalog_list_sidebar .ce_text.attribute.text {
	display: inline-block;
}

/* =============================================================================
 * cc_booklibrary - list megamenu
 * ========================================================================== */

.mod_customcatalog_megamenu.cc_booklibrary .item-inside {
	overflow: hidden;
	position: relative;
}

.mod_customcatalog_megamenu.cc_booklibrary .item-inside > .image {
	float: left;
	width: 60%;
}

.mod_customcatalog_megamenu.cc_booklibrary .content {
	float: left;
	width: 40%;
	line-height: 1.3!important;
	white-space: normal;
}

.mod_customcatalog_megamenu.cc_booklibrary .content .content-inside {
	margin-top: 15%;
}

.mod_customcatalog_megamenu.cc_booklibrary .author {
	font-size: 0.9rem;
	margin-bottom: 7px;
}

.mod_customcatalog_megamenu.cc_booklibrary .price {
	font-size: 2rem;
	font-weight: bold;
	display: inline-block;	
	margin-right: 20px;
	margin-top: 7px;
}

.mod_customcatalog_megamenu.cc_booklibrary .price .ce_text {
	display: inline-block;
}

.mod_customcatalog_megamenu.cc_booklibrary .price_old {
	color: rgba(0,0,0,0.4);
	text-decoration: line-through;
	font-weight: bold;
}

.mod_customcatalog_megamenu.cc_booklibrary .item-wrapper .entry .image a:hover {
	background: none!important;
}

.mod_customcatalog_megamenu.cc_booklibrary .headline {
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: 7px;
}

/* =============================================================================
 * phone
 * ========================================================================== */
 
@media only screen and (max-width: 767px) {
	.mod_customcatalogreader.cc_booklibrary .single-leftside,
	.mod_customcatalogreader.cc_booklibrary .single-rightside {
		width: 100%;
		float: none;
		padding: 0;
	}
	
	.mod_customcatalogreader.cc_booklibrary .single-leftside {
		margin-bottom: 35px;
	}
	
	.mod_customcataloglist.cc_booklibrary .entry,
	.mod_customcatalogteaser.cc_booklibrary .entry {
		flex: 0 0 100%;
		padding: 0 0 30px 0;
		float: none;
		border-bottom: 1px solid rgb(200,200,200);
		min-height: 0;
	}
	
	.mod_customcataloglist.cc_booklibrary .item-wrapper,
	.mod_customcatalogteaser.cc_booklibrary .item-wrapper {
		margin: 0;
	}
	
	.mod_customcataloglist.cc_booklibrary .item-inside > .image,
	.mod_customcatalogteaser.cc_booklibrary .item-inside > .image {
		float: left;
		width: 25%;
	}
	
	.mod_customcataloglist.cc_booklibrary .content,
	.mod_customcatalogteaser.cc_booklibrary .content {
		float: left;
		width: 75%;
	}
	
	.mod_customcataloglist.cc_booklibrary .content-inside,
	.mod_customcatalogteaser.cc_booklibrary .content-inside {
		padding-left: 20px;
		text-align: left;
	}
	
	.mod_customcatalogteaserslider.cc_booklibrary .author {
		border: 0;
	}
	
	.mod_customcataloglist.cc_booklibrary .item-inside,
	.mod_customcatalogteaser.cc_booklibrary .item-inside {
		min-height: 0;
	}
	
	.mod_customcataloglist.cc_booklibrary .headline,
	.mod_customcatalogteaser.cc_booklibrary .headline {
		font-size: 1.1rem;
		margin: 0;
	}
	
	.mod_customcataloglist.cc_booklibrary .category {
		border: 0;
		margin-bottom: 0;
	}
	
	.filter_sorting.cc_booklibrary {
		display: none;
	}
		
	.mod_customcataloglist.cc_booklibrary {
		margin-top: 25px;
	}
	
	.mod_customcatalogfilter.cc_booklibrary.product_filter {
		border: 0;
		padding: 0;
	}
	
	.mod_customcatalogfilter.cc_booklibrary.product_filter .widget {
		padding-bottom: 0;
		margin-bottom: 10px;
		border-bottom: 1px solid rgb(220,220,220);
	}
	
	.mod_langswitcher_booklibrary {
		border-top: 1px dotted rgb(200,200,200);
	}
	
	.mod_langswitcher_booklibrary img {
		width: 30px;
		height: 25px;
	}
	
	.mod_langswitcher_booklibrary li a {
		padding: 3px;
	}
	
	.mod_customcatalogteaser.cc_booklibrary .item-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	
	.mod_customcatalog_list_sidebar {
		display: none;
	}
	
	.mod_customcataloglist.cc_booklibrary .product-banner,
	.mod_customcatalogteaser.cc_booklibrary .product-banner {
		right: auto;
		left: 10px;
	}
}


@font-face {
  font-family: 'themify';
  src:
    url('../../files/cto_layout/fonts/themify.ttf?tyokmz') format('truetype'),
    url('../../files/cto_layout/fonts/themify.woff?tyokmz') format('woff'),
    url('../../files/cto_layout/fonts/themify.svg?tyokmz#themify') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ti-"], [class*=" ti-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'themify' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
  content: "\e600";
}
.ti-volume:before {
  content: "\e601";
}
.ti-user:before {
  content: "\e602";
}
.ti-unlock:before {
  content: "\e603";
}
.ti-unlink:before {
  content: "\e604";
}
.ti-trash:before {
  content: "\e605";
}
.ti-thought:before {
  content: "\e606";
}
.ti-target:before {
  content: "\e607";
}
.ti-tag:before {
  content: "\e608";
}
.ti-tablet:before {
  content: "\e609";
}
.ti-star:before {
  content: "\e60a";
}
.ti-spray:before {
  content: "\e60b";
}
.ti-signal:before {
  content: "\e60c";
}
.ti-shopping-cart:before {
  content: "\e60d";
}
.ti-shopping-cart-full:before {
  content: "\e60e";
}
.ti-settings:before {
  content: "\e60f";
}
.ti-search:before {
  content: "\e610";
}
.ti-zoom-in:before {
  content: "\e611";
}
.ti-zoom-out:before {
  content: "\e612";
}
.ti-cut:before {
  content: "\e613";
}
.ti-ruler:before {
  content: "\e614";
}
.ti-ruler-pencil:before {
  content: "\e615";
}
.ti-ruler-alt:before {
  content: "\e616";
}
.ti-bookmark:before {
  content: "\e617";
}
.ti-bookmark-alt:before {
  content: "\e618";
}
.ti-reload:before {
  content: "\e619";
}
.ti-plus:before {
  content: "\e61a";
}
.ti-pin:before {
  content: "\e61b";
}
.ti-pencil:before {
  content: "\e61c";
}
.ti-pencil-alt:before {
  content: "\e61d";
}
.ti-paint-roller:before {
  content: "\e61e";
}
.ti-paint-bucket:before {
  content: "\e61f";
}
.ti-na:before {
  content: "\e620";
}
.ti-mobile:before {
  content: "\e621";
}
.ti-minus:before {
  content: "\e622";
}
.ti-medall:before {
  content: "\e623";
}
.ti-medall-alt:before {
  content: "\e624";
}
.ti-marker:before {
  content: "\e625";
}
.ti-marker-alt:before {
  content: "\e626";
}
.ti-arrow-up:before {
  content: "\e627";
}
.ti-arrow-right:before {
  content: "\e628";
}
.ti-arrow-left:before {
  content: "\e629";
}
.ti-arrow-down:before {
  content: "\e62a";
}
.ti-lock:before {
  content: "\e62b";
}
.ti-location-arrow:before {
  content: "\e62c";
}
.ti-link:before {
  content: "\e62d";
}
.ti-layout:before {
  content: "\e62e";
}
.ti-layers:before {
  content: "\e62f";
}
.ti-layers-alt:before {
  content: "\e630";
}
.ti-key:before {
  content: "\e631";
}
.ti-import:before {
  content: "\e632";
}
.ti-image:before {
  content: "\e633";
}
.ti-heart:before {
  content: "\e634";
}
.ti-heart-broken:before {
  content: "\e635";
}
.ti-hand-stop:before {
  content: "\e636";
}
.ti-hand-open:before {
  content: "\e637";
}
.ti-hand-drag:before {
  content: "\e638";
}
.ti-folder:before {
  content: "\e639";
}
.ti-flag:before {
  content: "\e63a";
}
.ti-flag-alt:before {
  content: "\e63b";
}
.ti-flag-alt-2:before {
  content: "\e63c";
}
.ti-eye:before {
  content: "\e63d";
}
.ti-export:before {
  content: "\e63e";
}
.ti-exchange-vertical:before {
  content: "\e63f";
}
.ti-desktop:before {
  content: "\e640";
}
.ti-cup:before {
  content: "\e641";
}
.ti-crown:before {
  content: "\e642";
}
.ti-comments:before {
  content: "\e643";
}
.ti-comment:before {
  content: "\e644";
}
.ti-comment-alt:before {
  content: "\e645";
}
.ti-close:before {
  content: "\e646";
}
.ti-clip:before {
  content: "\e647";
}
.ti-angle-up:before {
  content: "\e648";
}
.ti-angle-right:before {
  content: "\e649";
}
.ti-angle-left:before {
  content: "\e64a";
}
.ti-angle-down:before {
  content: "\e64b";
}
.ti-check:before {
  content: "\e64c";
}
.ti-check-box:before {
  content: "\e64d";
}
.ti-camera:before {
  content: "\e64e";
}
.ti-announcement:before {
  content: "\e64f";
}
.ti-brush:before {
  content: "\e650";
}
.ti-briefcase:before {
  content: "\e651";
}
.ti-bolt:before {
  content: "\e652";
}
.ti-bolt-alt:before {
  content: "\e653";
}
.ti-blackboard:before {
  content: "\e654";
}
.ti-bag:before {
  content: "\e655";
}
.ti-move:before {
  content: "\e656";
}
.ti-arrows-vertical:before {
  content: "\e657";
}
.ti-arrows-horizontal:before {
  content: "\e658";
}
.ti-fullscreen:before {
  content: "\e659";
}
.ti-arrow-top-right:before {
  content: "\e65a";
}
.ti-arrow-top-left:before {
  content: "\e65b";
}
.ti-arrow-circle-up:before {
  content: "\e65c";
}
.ti-arrow-circle-right:before {
  content: "\e65d";
}
.ti-arrow-circle-left:before {
  content: "\e65e";
}
.ti-arrow-circle-down:before {
  content: "\e65f";
}
.ti-angle-double-up:before {
  content: "\e660";
}
.ti-angle-double-right:before {
  content: "\e661";
}
.ti-angle-double-left:before {
  content: "\e662";
}
.ti-angle-double-down:before {
  content: "\e663";
}
.ti-zip:before {
  content: "\e664";
}
.ti-world:before {
  content: "\e665";
}
.ti-wheelchair:before {
  content: "\e666";
}
.ti-view-list:before {
  content: "\e667";
}
.ti-view-list-alt:before {
  content: "\e668";
}
.ti-view-grid:before {
  content: "\e669";
}
.ti-uppercase:before {
  content: "\e66a";
}
.ti-upload:before {
  content: "\e66b";
}
.ti-underline:before {
  content: "\e66c";
}
.ti-truck:before {
  content: "\e66d";
}
.ti-timer:before {
  content: "\e66e";
}
.ti-ticket:before {
  content: "\e66f";
}
.ti-thumb-up:before {
  content: "\e670";
}
.ti-thumb-down:before {
  content: "\e671";
}
.ti-text:before {
  content: "\e672";
}
.ti-stats-up:before {
  content: "\e673";
}
.ti-stats-down:before {
  content: "\e674";
}
.ti-split-v:before {
  content: "\e675";
}
.ti-split-h:before {
  content: "\e676";
}
.ti-smallcap:before {
  content: "\e677";
}
.ti-shine:before {
  content: "\e678";
}
.ti-shift-right:before {
  content: "\e679";
}
.ti-shift-left:before {
  content: "\e67a";
}
.ti-shield:before {
  content: "\e67b";
}
.ti-notepad:before {
  content: "\e67c";
}
.ti-server:before {
  content: "\e67d";
}
.ti-quote-right:before {
  content: "\e67e";
}
.ti-quote-left:before {
  content: "\e67f";
}
.ti-pulse:before {
  content: "\e680";
}
.ti-printer:before {
  content: "\e681";
}
.ti-power-off:before {
  content: "\e682";
}
.ti-plug:before {
  content: "\e683";
}
.ti-pie-chart:before {
  content: "\e684";
}
.ti-paragraph:before {
  content: "\e685";
}
.ti-panel:before {
  content: "\e686";
}
.ti-package:before {
  content: "\e687";
}
.ti-music:before {
  content: "\e688";
}
.ti-music-alt:before {
  content: "\e689";
}
.ti-mouse:before {
  content: "\e68a";
}
.ti-mouse-alt:before {
  content: "\e68b";
}
.ti-money:before {
  content: "\e68c";
}
.ti-microphone:before {
  content: "\e68d";
}
.ti-menu:before {
  content: "\e68e";
}
.ti-menu-alt:before {
  content: "\e68f";
}
.ti-map:before {
  content: "\e690";
}
.ti-map-alt:before {
  content: "\e691";
}
.ti-loop:before {
  content: "\e692";
}
.ti-location-pin:before {
  content: "\e693";
}
.ti-list:before {
  content: "\e694";
}
.ti-light-bulb:before {
  content: "\e695";
}
.ti-Italic:before {
  content: "\e696";
}
.ti-info:before {
  content: "\e697";
}
.ti-infinite:before {
  content: "\e698";
}
.ti-id-badge:before {
  content: "\e699";
}
.ti-hummer:before {
  content: "\e69a";
}
.ti-home:before {
  content: "\e69b";
}
.ti-help:before {
  content: "\e69c";
}
.ti-headphone:before {
  content: "\e69d";
}
.ti-harddrives:before {
  content: "\e69e";
}
.ti-harddrive:before {
  content: "\e69f";
}
.ti-gift:before {
  content: "\e6a0";
}
.ti-game:before {
  content: "\e6a1";
}
.ti-filter:before {
  content: "\e6a2";
}
.ti-files:before {
  content: "\e6a3";
}
.ti-file:before {
  content: "\e6a4";
}
.ti-eraser:before {
  content: "\e6a5";
}
.ti-envelope:before {
  content: "\e6a6";
}
.ti-download:before {
  content: "\e6a7";
}
.ti-direction:before {
  content: "\e6a8";
}
.ti-direction-alt:before {
  content: "\e6a9";
}
.ti-dashboard:before {
  content: "\e6aa";
}
.ti-control-stop:before {
  content: "\e6ab";
}
.ti-control-shuffle:before {
  content: "\e6ac";
}
.ti-control-play:before {
  content: "\e6ad";
}
.ti-control-pause:before {
  content: "\e6ae";
}
.ti-control-forward:before {
  content: "\e6af";
}
.ti-control-backward:before {
  content: "\e6b0";
}
.ti-cloud:before {
  content: "\e6b1";
}
.ti-cloud-up:before {
  content: "\e6b2";
}
.ti-cloud-down:before {
  content: "\e6b3";
}
.ti-clipboard:before {
  content: "\e6b4";
}
.ti-car:before {
  content: "\e6b5";
}
.ti-calendar:before {
  content: "\e6b6";
}
.ti-book:before {
  content: "\e6b7";
}
.ti-bell:before {
  content: "\e6b8";
}
.ti-basketball:before {
  content: "\e6b9";
}
.ti-bar-chart:before {
  content: "\e6ba";
}
.ti-bar-chart-alt:before {
  content: "\e6bb";
}
.ti-back-right:before {
  content: "\e6bc";
}
.ti-back-left:before {
  content: "\e6bd";
}
.ti-arrows-corner:before {
  content: "\e6be";
}
.ti-archive:before {
  content: "\e6bf";
}
.ti-anchor:before {
  content: "\e6c0";
}
.ti-align-right:before {
  content: "\e6c1";
}
.ti-align-left:before {
  content: "\e6c2";
}
.ti-align-justify:before {
  content: "\e6c3";
}
.ti-align-center:before {
  content: "\e6c4";
}
.ti-alert:before {
  content: "\e6c5";
}
.ti-alarm-clock:before {
  content: "\e6c6";
}
.ti-agenda:before {
  content: "\e6c7";
}
.ti-write:before {
  content: "\e6c8";
}
.ti-window:before {
  content: "\e6c9";
}
.ti-widgetized:before {
  content: "\e6ca";
}
.ti-widget:before {
  content: "\e6cb";
}
.ti-widget-alt:before {
  content: "\e6cc";
}
.ti-wallet:before {
  content: "\e6cd";
}
.ti-video-clapper:before {
  content: "\e6ce";
}
.ti-video-camera:before {
  content: "\e6cf";
}
.ti-vector:before {
  content: "\e6d0";
}
.ti-themify-logo:before {
  content: "\e6d1";
}
.ti-themify-favicon:before {
  content: "\e6d2";
}
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}
.ti-support:before {
  content: "\e6d4";
}
.ti-stamp:before {
  content: "\e6d5";
}
.ti-split-v-alt:before {
  content: "\e6d6";
}
.ti-slice:before {
  content: "\e6d7";
}
.ti-shortcode:before {
  content: "\e6d8";
}
.ti-shift-right-alt:before {
  content: "\e6d9";
}
.ti-shift-left-alt:before {
  content: "\e6da";
}
.ti-ruler-alt-2:before {
  content: "\e6db";
}
.ti-receipt:before {
  content: "\e6dc";
}
.ti-pin2:before {
  content: "\e6dd";
}
.ti-pin-alt:before {
  content: "\e6de";
}
.ti-pencil-alt2:before {
  content: "\e6df";
}
.ti-palette:before {
  content: "\e6e0";
}
.ti-more:before {
  content: "\e6e1";
}
.ti-more-alt:before {
  content: "\e6e2";
}
.ti-microphone-alt:before {
  content: "\e6e3";
}
.ti-magnet:before {
  content: "\e6e4";
}
.ti-line-double:before {
  content: "\e6e5";
}
.ti-line-dotted:before {
  content: "\e6e6";
}
.ti-line-dashed:before {
  content: "\e6e7";
}
.ti-layout-width-full:before {
  content: "\e6e8";
}
.ti-layout-width-default:before {
  content: "\e6e9";
}
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}
.ti-layout-tab:before {
  content: "\e6eb";
}
.ti-layout-tab-window:before {
  content: "\e6ec";
}
.ti-layout-tab-v:before {
  content: "\e6ed";
}
.ti-layout-tab-min:before {
  content: "\e6ee";
}
.ti-layout-slider:before {
  content: "\e6ef";
}
.ti-layout-slider-alt:before {
  content: "\e6f0";
}
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}
.ti-layout-placeholder:before {
  content: "\e6f4";
}
.ti-layout-menu:before {
  content: "\e6f5";
}
.ti-layout-menu-v:before {
  content: "\e6f6";
}
.ti-layout-menu-separated:before {
  content: "\e6f7";
}
.ti-layout-menu-full:before {
  content: "\e6f8";
}
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}
.ti-layout-media-right:before {
  content: "\e6fa";
}
.ti-layout-media-overlay:before {
  content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}
.ti-layout-media-left:before {
  content: "\e6ff";
}
.ti-layout-media-center-alt:before {
  content: "\e700";
}
.ti-layout-media-center:before {
  content: "\e701";
}
.ti-layout-list-thumb:before {
  content: "\e702";
}
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}
.ti-layout-list-post:before {
  content: "\e704";
}
.ti-layout-list-large-image:before {
  content: "\e705";
}
.ti-layout-line-solid:before {
  content: "\e706";
}
.ti-layout-grid4:before {
  content: "\e707";
}
.ti-layout-grid3:before {
  content: "\e708";
}
.ti-layout-grid2:before {
  content: "\e709";
}
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}
.ti-layout-cta-right:before {
  content: "\e70b";
}
.ti-layout-cta-left:before {
  content: "\e70c";
}
.ti-layout-cta-center:before {
  content: "\e70d";
}
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}
.ti-layout-column4:before {
  content: "\e710";
}
.ti-layout-column3:before {
  content: "\e711";
}
.ti-layout-column2:before {
  content: "\e712";
}
.ti-layout-accordion-separated:before {
  content: "\e713";
}
.ti-layout-accordion-merged:before {
  content: "\e714";
}
.ti-layout-accordion-list:before {
  content: "\e715";
}
.ti-ink-pen:before {
  content: "\e716";
}
.ti-info-alt:before {
  content: "\e717";
}
.ti-help-alt:before {
  content: "\e718";
}
.ti-headphone-alt:before {
  content: "\e719";
}
.ti-hand-point-up:before {
  content: "\e71a";
}
.ti-hand-point-right:before {
  content: "\e71b";
}
.ti-hand-point-left:before {
  content: "\e71c";
}
.ti-hand-point-down:before {
  content: "\e71d";
}
.ti-gallery:before {
  content: "\e71e";
}
.ti-face-smile:before {
  content: "\e71f";
}
.ti-face-sad:before {
  content: "\e720";
}
.ti-credit-card:before {
  content: "\e721";
}
.ti-control-skip-forward:before {
  content: "\e722";
}
.ti-control-skip-backward:before {
  content: "\e723";
}
.ti-control-record:before {
  content: "\e724";
}
.ti-control-eject:before {
  content: "\e725";
}
.ti-comments-smiley:before {
  content: "\e726";
}
.ti-brush-alt:before {
  content: "\e727";
}
.ti-youtube:before {
  content: "\e728";
}
.ti-vimeo:before {
  content: "\e729";
}
.ti-twitter:before {
  content: "\e72a";
}
.ti-time:before {
  content: "\e72b";
}
.ti-tumblr:before {
  content: "\e72c";
}
.ti-skype:before {
  content: "\e72d";
}
.ti-share:before {
  content: "\e72e";
}
.ti-share-alt:before {
  content: "\e72f";
}
.ti-rocket:before {
  content: "\e730";
}
.ti-pinterest:before {
  content: "\e731";
}
.ti-new-window:before {
  content: "\e732";
}
.ti-microsoft:before {
  content: "\e733";
}
.ti-list-ol:before {
  content: "\e734";
}
.ti-linkedin:before {
  content: "\e735";
}
.ti-layout-sidebar-2:before {
  content: "\e736";
}
.ti-layout-grid4-alt:before {
  content: "\e737";
}
.ti-layout-grid3-alt:before {
  content: "\e738";
}
.ti-layout-grid2-alt:before {
  content: "\e739";
}
.ti-layout-column4-alt:before {
  content: "\e73a";
}
.ti-layout-column3-alt:before {
  content: "\e73b";
}
.ti-layout-column2-alt:before {
  content: "\e73c";
}
.ti-instagram:before {
  content: "\e73d";
}
.ti-google:before {
  content: "\e73e";
}
.ti-github:before {
  content: "\e73f";
}
.ti-flickr:before {
  content: "\e740";
}
.ti-facebook:before {
  content: "\e741";
}
.ti-dropbox:before {
  content: "\e742";
}
.ti-dribbble:before {
  content: "\e743";
}
.ti-apple:before {
  content: "\e744";
}
.ti-android:before {
  content: "\e745";
}
.ti-save:before {
  content: "\e746";
}
.ti-save-alt:before {
  content: "\e747";
}
.ti-yahoo:before {
  content: "\e748";
}
.ti-wordpress:before {
  content: "\e749";
}
.ti-vimeo-alt:before {
  content: "\e74a";
}
.ti-twitter-alt:before {
  content: "\e74b";
}
.ti-tumblr-alt:before {
  content: "\e74c";
}
.ti-trello:before {
  content: "\e74d";
}
.ti-stack-overflow:before {
  content: "\e74e";
}
.ti-soundcloud:before {
  content: "\e74f";
}
.ti-sharethis:before {
  content: "\e750";
}
.ti-sharethis-alt:before {
  content: "\e751";
}
.ti-reddit:before {
  content: "\e752";
}
.ti-pinterest-alt:before {
  content: "\e753";
}
.ti-microsoft-alt:before {
  content: "\e754";
}
.ti-linux:before {
  content: "\e755";
}
.ti-jsfiddle:before {
  content: "\e756";
}
.ti-joomla:before {
  content: "\e757";
}
.ti-html5:before {
  content: "\e758";
}
.ti-flickr-alt:before {
  content: "\e759";
}
.ti-email:before {
  content: "\e75a";
}
.ti-drupal:before {
  content: "\e75b";
}
.ti-dropbox-alt:before {
  content: "\e75c";
}
.ti-css3:before {
  content: "\e75d";
}
.ti-rss:before {
  content: "\e75e";
}
.ti-rss-alt:before {
  content: "\e75f";
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-family:'FontAwesome';src:url('../../files/cto_layout/fonts/fontawesome-webfont.woff') format('woff'),url('../../files/cto_layout/fonts/fontawesome-webfont.ttf') format('truetype'),url('../../files/cto_layout/fonts/fontawesome-webfont.svg') format('svg');font-weight:normal;font-style:normal;font-display: swap;}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}
.fa{font-display: swap;display:inline-block;font-weight: normal; font-style: normal; font-size: 14px; line-height: 1;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa:before{font-family:FontAwesome;}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-tiktok:before {
  content: "\e900";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-plus:before {
  content: "\f067";
}
.fa-question:before {
  content: "\f128";
}
.fa-minus:before {
  content: "\f068";
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before {
  content: "\f00d";
}
.fa-remove:before {
  content: "\f00d";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before {
  content: "\f013";
}
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before {
  content: "\f01e";
}
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before {
  content: "\f03b";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before {
  content: "\f03e";
}
.fa-photo:before {
  content: "\f03e";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before {
  content: "\f044";
}
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before {
  content: "\f064";
}
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-warning:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart:before {
  content: "\f080";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before {
  content: "\f09e";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before {
  content: "\f0c0";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before {
  content: "\f0c1";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-navicon:before {
  content: "\f0c9";
}
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before {
  content: "\f0e2";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before {
  content: "\f0e4";
}
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-phone:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before {
  content: "\f112";
}
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before {
  content: "\f123";
}
.fa-star-half-full:before {
  content: "\f123";
}
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before {
  content: "\f127";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before {
  content: "\f153";
}
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before {
  content: "\f155";
}
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before {
  content: "\f156";
}
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before {
  content: "\f157";
}
.fa-jpy:before {
  content: "\f157";
}
.fa-rmb:before {
  content: "\f157";
}
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before {
  content: "\f158";
}
.fa-rub:before {
  content: "\f158";
}
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before {
  content: "\f159";
}
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before {
  content: "\f15a";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before {
  content: "\f195";
}
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-bank:before {
  content: "\f19c";
}
.fa-institution:before {
  content: "\f19c";
}
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before {
  content: "\f1b9";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before {
  content: "\f1ba";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-photo-o:before {
  content: "\f1c5";
}
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before {
  content: "\f1c8";
}
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before {
  content: "\f1cd";
}
.fa-life-buoy:before {
  content: "\f1cd";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-life-saver:before {
  content: "\f1cd";
}
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before {
  content: "\f1d0";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-resistance:before {
  content: "\f1d0";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-y-combinator-square:before {
  content: "\f1d4";
}
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before {
  content: "\f1d7";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-send-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-ils:before {
  content: "\f20b";
}
.fa-shekel:before {
  content: "\f20b";
}
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before {
  content: "\f224";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before {
  content: "\f236";
}
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yc:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery:before {
  content: "\f240";
}
.fa-battery-4:before {
  content: "\f240";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before {
  content: "\f241";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before {
  content: "\f242";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before {
  content: "\f243";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before {
  content: "\f244";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before {
  content: "\f251";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before {
  content: "\f252";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before {
  content: "\f253";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before {
  content: "\f255";
}
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-stop-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-television:before {
  content: "\f26c";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-deafness:before {
  content: "\f2a4";
}
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-signing:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before {
  content: "\f2b3";
}
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before {
  content: "\f2b4";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard:before {
  content: "\f2bb";
}
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-vcard-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before {
  content: "\f2c2";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before {
  content: "\f2c3";
}
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer:before {
  content: "\f2c7";
}
.fa-thermometer-4:before {
  content: "\f2c7";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before {
  content: "\f2c8";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before {
  content: "\f2c9";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before {
  content: "\f2ca";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before {
  content: "\f2cb";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-bathtub:before {
  content: "\f2cd";
}
.fa-s15:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before {
  content: "\f2d3";
}
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before {
  content: "\f2d4";
}
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated,
.animated img {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
             animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

/*!
Custom settings added by seamedia gmbh
*/

.blinkBulb {
  animation: blink-animation 4s infinite;
}

@keyframes blink-animation {
	100%{opacity: 1;}
	22%{opacity: 1;}
	21%{opacity: 0;}
	16%{opacity: 0;}
	15%{opacity: 1;}
	14%{opacity: 0;}
	13%{opacity: 1;}
	12%{opacity: 0;}
	11%{opacity: 1;}
}

.imageZoomOut img {
    animation: imageZoomOut;
    transform: scale(1.25);
}

@keyframes imageZoomOut {
  0% {transform: scale(1.25);}
  100% {transform: scale(1);}
}

.imageZoomIn img {
    animation: imageZoomIn;
}

[data-animate="imageZoomIn"]:not(.animate) img {
	transform: scale(1.1);
}

@keyframes imageZoomIn {
  0% {transform: scale(1);}
  100% {transform: scale(1.1);}
}

.imageRotateInfinite img {
  animation: imageRotateInfinite 5s linear infinite;
}

.imageRotateInfinite.animate_faster img {
	  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.imageRotateInfinite.animate_fast img {
	  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}


.imageRotateInfinite.animate_slow img {
	  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}

.imageRotateInfinite.animate_slower img {
	  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}

@keyframes imageRotateInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
  
.animate_faster,
.animate_faster img {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

.animate_fast,
.animate_fast img {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

.animate_slow,
.animate_slow img {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.animate_slower,
.animate_slower img {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animate_delay_100,
.animate_delay_100 img {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

.animate_delay_200,
.animate_delay_200 img {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.animate_delay_300,
.animate_delay_300 img {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.animate_delay_400,
.animate_delay_400 img {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.animate_delay_500,
.animate_delay_500 img {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.animate_delay_600,
.animate_delay_600 img {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.animate_delay_700,
.animate_delay_700 img {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}

.animate_delay_800,
.animate_delay_800 img {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.animate_delay_900,
.animate_delay_900 img {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

.d_100{grid-template-columns:100%}.d_20_20_20_20_20{grid-template-columns:20% 20% 20% 20% 20%}.d_25_25_25_25{grid-template-columns:25% 25% 25% 25%}.d_33_33_33{grid-template-columns:33.3333% 33.3333% 33.3333%}.d_50_25_25{grid-template-columns:50% 25% 25%}.d_25_50_25{grid-template-columns:25% 50% 25%}.d_25_25_50{grid-template-columns:25% 25% 50%}.d_40_30_30{grid-template-columns:40% 30% 30%}.d_30_40_30{grid-template-columns:30% 40% 30%}.d_30_30_40{grid-template-columns:30% 30% 40%}.d_20_40_40{grid-template-columns:20% 40% 40%}.d_40_20_40{grid-template-columns:40% 20% 40%}.d_40_40_20{grid-template-columns:40% 40% 20%}.d_50_50{grid-template-columns:50% 50%}.d_85_15{grid-template-columns:85% 15%}.d_15_85{grid-template-columns:15% 85%}.d_80_20{grid-template-columns:80% 20%}.d_20_80{grid-template-columns:20% 80%}.d_75_25{grid-template-columns:75% 25%}.d_25_75{grid-template-columns:25% 75%}.d_70_30{grid-template-columns:70% 30%}.d_30_70{grid-template-columns:30% 70%}.d_66_33{grid-template-columns:66.6667% 33.3333%}.d_33_66{grid-template-columns:33.3333% 66.6667%}.d_60_40{grid-template-columns:60% 40%}.d_40_60{grid-template-columns:40% 60%}@media only screen and (min-width :768px) and (max-width :1024px){.t_100{grid-template-columns:100%}.t_50_50{grid-template-columns:50% 50%}}@media only screen and (max-width:767px){.m_100{grid-template-columns:100%}.m_50_50{grid-template-columns:50% 50%}}
/* =============================================================================
 * ce_text_extented
 * ========================================================================== */

.ce_text_extented.align-center {
	margin-left: auto;
	margin-right: auto;
}

.ce_text_extented.align-left-justify {
	text-align: justify;
}

.ce_text_extented.align-center-justify {
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}

.ce_text_extented.align-right-justify {
	text-align: justify;
	margin-left: auto;
}

.ce_text_extented.align-right {
	margin-left: auto;
}

.ce_text_extented p:last-child {
	margin-bottom: 0;
}

.ce_text_extented.max_width_90 {
	max-width: 90%;
}

.ce_text_extented.max_width_80 {
	max-width: 80%;
}

.ce_text_extented.max_width_70 {
	max-width: 70%;
}

.ce_text_extented.max_width_60 {
	max-width: 60%;
}

.ce_text_extented.max_width_50 {
	max-width: 50%;
}

.ce_text_extented.max_width_40 {
	max-width: 40%;
}

.ce_text_extented.max_width_30 {
	max-width: 30%;
}

.ce_text_extented.max_width_20 {
	max-width: 20%;
}

.ce_text_extented.max_width_10 {
	max-width: 10%;
}

.ce_text_extented.font_serif {
	font-family: Georgia, Times, serif;
}

.ce_text_extented.font_customfont1 {
	 font-family: var(--customFont1);
}

.ce_text_extented.font_customfont2 {
	 font-family: var(--customFont2);
}

.ce_text_extented.font-style-letter-sp2 p {
	letter-spacing: 2px;
}

.ce_text_extented.font-style-letter-sp5 p {
	letter-spacing: 5px;
}

.ce_text_extented.font-style-dropcap p:first-child:first-letter {
	float: left;
	font-size: 4rem;
	line-height: 4rem;
	padding-right: 10px;
	padding-left: 5px;
}

.ce_text_extented.font-style-quote p {
	border-left: 1px solid rgb(232, 232, 232);
	padding-left: 20px;
	position: relative;
}

.ce_text_extented.font-style-quote p:first-child:before {
	content: "\f10e";
	font-family: "FontAwesome";
	position: absolute;
	top: 0px;
	left: 10px;
	opacity: 0.3;
	font-size: 3rem;
	line-height: 3rem;
}

.ce_text_extented.lh-1 p {
	line-height: 1;
}

.ce_text_extented.lh-1-1 p {
	line-height: 1.1;
}

.ce_text_extented.lh-1-2 p {
	line-height: 1.2;
}

.ce_text_extented.lh-1-3 p {
	line-height: 1.3;
}

.ce_text_extented.lh-1-4 p {
	line-height: 1.4;
}

.ce_text_extented.lh-1-5 p {
	line-height: 1.5;
}

.ce_text_extented.lh-1-6 p {
	line-height: 1.6;
}

.ce_text_extented.lh-1-7 p {
	line-height: 1.7;
}

.ce_text_extented.lh-1-8 p {
	line-height: 1.8;
}

.ce_text_extented.lh-1-9 p {
	line-height: 1.9;
}

.ce_text_extented.lh-2 p {
	line-height: 2;
}

.ce_text_extented a {
	text-decoration: underline;
}

.ce_text_extented.font-weight-100 p {
	font-weight: 100;
}

.ce_text_extented.font-weight-200 p {
	font-weight: 200;
}

.ce_text_extented.font-weight-300 p {
	font-weight: 300;
}

.ce_text_extented.font-weight-400 p {
	font-weight: 400;
}

.ce_text_extented.font-weight-500 p {
	font-weight: 500;
}

.ce_text_extented.font-weight-600 p {
	font-weight: 600;
}

.ce_text_extented.font-weight-700 p {
	font-weight: 700;
}

.ce_text_extented.font-weight-800 p {
	font-weight: 800;
}

.ce_text_extented.font-weight-900 p {
	font-weight: 900;
}

/* ce_text_extended in revolutions slider */

.ce_text_extented.tp-caption p {
	white-space: normal;
}

.ce_text_extented.tp-caption.lh-1 p {
	line-height: 1!important;
}

.ce_text_extented.tp-caption.lh-1-1 p {
	line-height: 1.1!important;
}

.ce_text_extented.tp-caption.lh-1-2 p {
	line-height: 1.2!important;
}

.ce_text_extented.tp-caption.lh-1-3 p {
	line-height: 1.3!important;
}

.ce_text_extented.tp-caption.lh-1-4 p {
	line-height: 1.4!important;
}

.ce_text_extented.tp-caption.lh-1-5 p {
	line-height: 1.5!important;
}

.ce_text_extented.tp-caption.lh-1-6 p {
	line-height: 1.6!important;
}

.ce_text_extented.tp-caption.lh-1-7 p {
	line-height: 1.7!important;
}

.ce_text_extented.tp-caption.lh-1-8 p {
	line-height: 1.8!important;
}

.ce_text_extented.tp-caption.lh-1-9 p {
	line-height: 1.9!important;
}

.ce_text_extented.tp-caption.lh-2 p {
	line-height: 2!important;
}

.ce_text_extented.tp-caption.font-size-xxxxxl {
	font-size: 55px;
}

.ce_text_extented.tp-caption.font-size-xxxxxl {
	font-size: 50px;
}

.ce_text_extented.tp-caption.font-size-xxxxl {
	font-size: 45px;
}

.ce_text_extented.tp-caption.font-size-xxl {
	font-size: 40px;
}

.ce_text_extented.tp-caption.font-size-xl {
	font-size: 35px;
}

.ce_text_extented.tp-caption.font-size-l {
	font-size: 30px;
}

.ce_text_extented.tp-caption.font-size-m {
	font-size: 28px;
}

.ce_text_extented.tp-caption.font-size-s {
	font-size: 26px;
}

.ce_text_extented.tp-caption.font-size-xs {
	font-size: 24px;
}

.ce_text_extented.tp-caption.font-size-xs {
	font-size: 22px;
}

.ce_text_extented.tp-caption.font-size-xxs {
	font-size: 20px;
}

.ce_text_extented.tp-caption.font-size-xxxs {
	font-size: 18px;
}

.ce_text_extented.tp-caption.font-size-xxxxs {
	font-size: 16px;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_text_extented.align-left-m {
		margin-left: 0;
	}
}
/* =============================================================================
 * ce_image_extended
 * ========================================================================== */

.ce_image_extended picture {
	display: block;
}

.ce_image_extended .image_container img {
	display: inline-block;
}

.ce_image_extended.position-absolute {
   position: absolute;
   overflow: visible;
   z-index: 10;
}

.ce_image_extended .image_container img {
	width: auto;
}

.ce_image_extended.frame-1-dark img {
	border: 1px solid rgb(220,220,220);
}

.ce_image_extended.frame-5-dark img {
	border: 5px solid rgb(220,220,220);
}

.ce_image_extended.frame-10-dark img {
	border: 10px solid rgb(220,220,220);
}

.ce_image_extended.frame-1-light img {
	border: 1px solid rgb(255,255,255);
}

.ce_image_extended.frame-5-light img {
	border: 5px solid rgb(255,255,255);
}

.ce_image_extended.frame-10-light img {
	border: 10px solid rgb(255,255,255);
}

.ce_image_extended.style-rounded img {
	border-radius: 100%;
}

.ce_image_extended.style-mask1 .image_container {
   mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IsORw6vDrsOpXzMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI0NDYuMnB4IiBoZWlnaHQ9IjQ0MS4ycHgiIHZpZXdCb3g9IjAgMCA0NDYuMiA0NDEuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ2LjIgNDQxLjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIgoJPgo8cGF0aCBkPSJNMjc5LjcsMS41YzE2MC45LTE3LjYsMjI5LjIsMTIyLjcsOTUuMiwxODMuN2MtNDMuNSwxMS44LTQ2LDc2LTYxLDExMkMxMzYuNiw3NDItMjc1LjEsMTUuMiwyNzkuNywxLjV6Ii8+Cjwvc3ZnPgo=");
   -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IsORw6vDrsOpXzMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI0NDYuMnB4IiBoZWlnaHQ9IjQ0MS4ycHgiIHZpZXdCb3g9IjAgMCA0NDYuMiA0NDEuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ2LjIgNDQxLjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIgoJPgo8cGF0aCBkPSJNMjc5LjcsMS41YzE2MC45LTE3LjYsMjI5LjIsMTIyLjcsOTUuMiwxODMuN2MtNDMuNSwxMS44LTQ2LDc2LTYxLDExMkMxMzYuNiw3NDItMjc1LjEsMTUuMiwyNzkuNywxLjV6Ii8+Cjwvc3ZnPgo=");
   mask-size: 100% 100%;
   mask-repeat: no-repeat;
   -webkit-mask-size: 100% 100%;
   -webkit-mask-repeat: no-repeat;
}

.ce_image_extended.style-mask2 .image_container {
   mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IsORw6vDrsOpXzMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI0NDYuMnB4IiBoZWlnaHQ9IjQ0MS4ycHgiIHZpZXdCb3g9IjAgMCA0NDYuMiA0NDEuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ2LjIgNDQxLjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIgoJPgo8cGF0aCBkPSJNMTMyLjIsMjk3LjJjLTE1LTM2LTE3LjUtMTAwLjItNjEtMTEyYy0xMzQtNjEtNjUuNy0yMDEuMyw5NS4yLTE4My43QzcyMS4yLDE1LjIsMzA5LjUsNzQyLDEzMi4yLDI5Ny4yeiIvPgo8L3N2Zz4K");
   -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IsORw6vDrsOpXzMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI0NDYuMnB4IiBoZWlnaHQ9IjQ0MS4ycHgiIHZpZXdCb3g9IjAgMCA0NDYuMiA0NDEuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ2LjIgNDQxLjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIgoJPgo8cGF0aCBkPSJNMTMyLjIsMjk3LjJjLTE1LTM2LTE3LjUtMTAwLjItNjEtMTEyYy0xMzQtNjEtNjUuNy0yMDEuMyw5NS4yLTE4My43QzcyMS4yLDE1LjIsMzA5LjUsNzQyLDEzMi4yLDI5Ny4yeiIvPgo8L3N2Zz4K");
   mask-size: 100% 100%;
   mask-repeat: no-repeat;
   -webkit-mask-size: 100% 100%;
   -webkit-mask-repeat: no-repeat;
}

.ce_image_extended.no_responsive .image_container img {
	width: auto;
	max-width: none;
	display: inline-block;
}

body.content_page #slider .ce_image_extended .ce_image {
	position: static;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
   .ce_image_extended.mob-align-left * {
      text-align: left!important;
   }
   
   .ce_image_extended.mob-align-center * {
      text-align: center!important;
   }
   
   .ce_image_extended.mob-align-right * {
      text-align: right!important;
   }
   
   .ce_image_extended_inside {
      margin-left: 0!important;
      margin-right: 0!important;
   }
}
/* =============================================================================
 * ce_iconbox default
 * ========================================================================== */

.ce_iconbox {
	text-align: center;
	display: block;
	position: relative;
	overflow: visible!important;
}

.ce_iconbox.padding:hover {
	z-index: 100;
}

.ce_iconbox.default i {
	font-size: 3rem;
}

.ce_iconbox .ce_iconbox_inside {
	position: relative;
}

.ce_iconbox .ce_iconbox_outside {
	width:100%;
}

.ce_iconbox.border-radius .ce_iconbox_outside {
	border-radius: 20px;
}

.ce_iconbox .ce_iconbox_outside.padding {
	padding: 25px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_iconbox:hover .ce_iconbox_outside.padding {
	opacity: 1;
	box-shadow: 0 40px 70px rgba(0,0,0,.2);
	z-index: 100;
}

.ce_iconbox .ce_iconbox_outside.padding .content {
	opacity: 0.6;
}

.ce_iconbox a.link {
	margin-top: 10px;
	display: inline-flex;
	align-items: center;
}

.ce_iconbox .image_container {
	text-align: center;
	margin-bottom: 0;
}

.ce_iconbox .image_container img {
	width: auto;
	display: inline-block;
}

.ce_iconbox h3 {
	font-size: 1.2rem;
	letter-spacing: 1px;
	position: relative;
	line-height: 1.4;
	margin-bottom: 10px;
}

.ce_iconbox .headline {
	margin-bottom: 0;
}

.ce_iconbox .content {
	margin-top: 10px;
}

.ce_iconbox:not(.version2):not(.version3) .ce_iconbox_cwrapper {
	margin-top: 20px;
}

.ce_iconbox .link {
	color: var(--accentColor);
}

.ce_iconbox .link:before {
	content: "\f105";
	font-family:FontAwesome;
	font-weight: normal;
	display: inline-block;
	margin-right: 5px;
}

.ce_iconbox.version2 .link:before {
	transition: All 0.1s ease;
	-webkit-transition: All 0.1s ease;
}

.ce_iconbox.version2:hover .link:before {
	margin-right: 10px;
}

.ce_iconbox.same-height {
	display: flex!important;
}

.ce_iconbox.default .image_container,
.ce_iconbox.default i {
	padding-top: 5px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	position: relative;
	top: 0;
}
.ce_iconbox.default:hover .image_container,
.ce_iconbox.default:hover i {
	top: -5px;
}
.ce_iconbox li {
	list-style-type: circle;
	list-style-position: inside;
}

.ce_iconbox.right-align .ce_iconbox_inside {
	justify-content: right;
}

/* =============================================================================
 * ce_iconbox.version2
 * ========================================================================== */

.ce_iconbox.version2 .ce_iconbox_inside {
	text-align: left;
	display: flex;
	align-items: center;
}

.ce_iconbox.version2 .ce_iconbox_icon  {
	flex: 0 0 80px;
	align-self: flex-start;
}

.ce_iconbox.version2 .headline {
	padding-top: 0;
}

.ce_iconbox.version2 .image_container {
	line-height: 1.4;
}

.ce_iconbox.version2 .image_container img {
	width: 60px;
}

.ce_iconbox.version2 i {
	font-size: 1.733rem;
	border-radius: 100%;
	text-align: center;
	width: 60px;
	max-width: 60px;
	height: 60px;
	line-height: 60px;
	color: rgb(255,255,255);
	background: var(--accentColor);
}

.ce_iconbox.version2 .ce_iconbox_inside:after {
	position: absolute;
	left: 30px;
	top: 0;
	width: 1px;
	height: 100%;
	content:'';
	border-right: 1px dashed rgb(229,229,229);
	z-index: 1;
}

.ce_iconbox.version2:last-of-type .ce_iconbox_inside:after {
	display:none;
}

.ce_iconbox.version2 .image_container {
	text-align: left;
}

.ce_iconbox.version2 a.link {
	margin-top: 0;
}

/* =============================================================================
 * ce_iconbox.version2.right
 * ========================================================================== */

.ce_iconbox.version2.right-align .ce_iconbox_inside {
	text-align: right;
	display: flex;
	align-items: center;
}

.ce_iconbox.version2.right-align .ce_iconbox_icon {
	flex: 0 0 80px;
	align-self: flex-start;
	order: 2;
}

.ce_iconbox.version2 .ce_iconbox_cwrapper {
	order: 1;
}

.ce_iconbox.version2.right-align:last-of-type .ce_iconbox_inside:after {
	display:none;
}

.ce_iconbox.version2.right-align .image_container {
	text-align: right;
}

.ce_iconbox.version2 .ce_iconbox_inside:after {
	display: none;
}

/* =============================================================================
 * ce_iconbox.version3
 * ========================================================================== */

 .ce_iconbox.version3 .ce_iconbox_inside {
 	text-align: left;
 	display: flex;
 	align-items: center;
 }

.ce_iconbox.version3 .ce_iconbox_icon {
	flex: 0 0 50px;
	align-self: flex-start;
}

.ce_iconbox.version3 .headline {
	padding-top: 0;
}

.ce_iconbox.version3 .image_container {
	line-height: 1.4;
}

.ce_iconbox.version3 .image_container img {
	width: 30px;
}

.ce_iconbox.version3 i {
	font-size: 2.2rem;
	line-height: 2.2rem;
	text-align: center;
	width: 40px;
}

.ce_iconbox.version3:last-of-type .ce_iconbox_inside:after {
	display:none;
}
 
.ce_iconbox.version3 a.link {	
	margin-top: 0;
}

.ce_iconbox.version3.xsmall i {
	font-size: inherit;
	line-height: inherit;
	text-align: left;
	width: 25px;
}

.ce_iconbox.version3.xsmall p {
	margin-bottom: 0;
	line-height: inherit;
}

.ce_iconbox.version3.xsmall .ce_iconbox_icon {
	flex: 0 0 25px;
}

.ce_iconbox.version3.xsmall .content {
	margin-top: 0;
}

/* =============================================================================
 * ce_iconbox.version4
 * ========================================================================== */

.ce_iconbox.version4 {
	text-align: left;
}

.ce_iconbox.version4 .image_container {
	text-align: left;
}

/* =============================================================================
 * ce_iconbox same-height
 * ========================================================================== */
 
.autogrid_row.same_height .ce_iconbox,
.autogrid_row.same_height .ce_iconbox .ce_iconbox_outside {
	height: 100%;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_iconbox:not(.no_gutter):not(.version3.xsmall) {
		margin-bottom: 30px;
	}
	
	.ce_iconbox.version2.right-align .ce_iconbox_inside {
		text-align: left;
	}
	
	.ce_iconbox.version2.right-align .image_container {
		text-align: left;
	}
	
	.ce_iconbox.version2.right-align .ce_iconbox_icon {
		order: 1;
	}
	
	.ce_iconbox.version2 .ce_iconbox_cwrapper {
		order: 2;
	}

	.ce_iconbox.same-height {
		display: block!important;
	}
}
/* =============================================================================
 * mod_breadcrumb.html5
 * ========================================================================== */

.mod_breadcrumb {
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.mod_breadcrumb .mod_breadcrumb_inside {
	position: relative;
}

.mod_breadcrumb .mod_breadcrumb_inside:before {
	content: '';
	border-top: 1px solid rgba(0,0,0,0.1);
	position: absolute;
	top: 0;
	left: 40px;
	right: 40px;
	height: 1px;
}

.mod_breadcrumb .mod_breadcrumb_inside:after {
	content: '';
	border-top: 1px solid rgba(0,0,0,0.1);
	position: absolute;
	bottom: 0;
	left: 40px;
	right: 40px;
	height: 1px;
}

.mod_breadcrumb .mod_breadcrumb_inside:before,
.mod_breadcrumb .mod_breadcrumb_inside:after {
	display: none;
}

.mod_breadcrumb ul {
	font-size: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
	display: inline-block;
	float: none;
	padding: 11px 0;
}

.mod_breadcrumb li {
	display: inline-block;
	margin-right: 5px;
}

.mod_breadcrumb li:before {
	font-family: "FontAwesome";
	content: "\f101";
	margin-right: 5px;
}

.mod_breadcrumb li.first:before {
	display: none;
}

.mod_breadcrumb .pagetitle {
	display: none;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.mod_breadcrumb {
		display: none;
	}
}


/* =============================================================================
 * ce_bgimage
 * ========================================================================== */

.ce_bgimage {
	position: relative;
	overflow: visible;
}

.ce_bgimage {
	overflow: visible;
}

.ce_bgimage:before,
.ce_bgimage:after {
	content:'\0020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

.ce_bgimage:after {
	clear:both;
}

.ce_bgimage .ce_bgimage-inside {
	position: relative;
	z-index: 10;
}

.ce_bgimage.offset:before {
	position: absolute;
	top: 75%;
	background: #fff;
	content: '';
	right: 0;
	bottom: 0;
	left:0;
	z-index: 10;
}

.ce_bgimage.offset.offset-bg-accent:before {
	background-color: rgb(152,152,152);
}

.ce_bgimage.offset.offset-bg-lightgray:before {
	background-color: rgb(247,247,247);
}

.ce_bgimage.offset.offset-bg-darkgray:before {
	background-color: rgb(69,69,69);
}

.ce_bgimage.offset.offset-bg-black:before {
	background-color: rgb(0,0,0);
}

.ce_bgimage.offset.offset-top:before,
.ce_bgimage.offset-top:before {
	position: absolute;
	top: 0;
	background: #fff;
	content: '';
	right: 0;
	top: 0;
	left:0;
	height: 25%;
	z-index: 10;
}

.ce_bgimage .ce_bgimage-image {
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.ce_bgimage.bg_contain .ce_bgimage-image {
	background-size: contain;
}

.ce_bgimage.fullscreen-image {
	height: 100vh;
}

.ce_bgimage.fullscreen-image .ce_bgimage-outer {
	height: 100vh;
}

.ce_bgimage.oversize .ce_bgimage-outer .ce_bgimage-inside {
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
}

.ce_bgimage.oversize,
.ce_bgimage.ce_bgimage-outer {
	height: auto!important;
}

.ce_bgimage.max_width_m .contentwrap {
	max-width: 800px;
}

.ce_bgimage.max_width_s .contentwrap {
	max-width: 650px;
}

/* =============================================================================
 * ce_bgimage: parallax offset option
 * ========================================================================== */

.ce_bgimage div.offset_layer {
	position: absolute;
	top: 0;
	background: #fff;
	content: '';
	right: 0;
	left:0;
	height: 25%;
	z-index: 10;
}

.ce_bgimage div.offset_layer.offset-bottom {
	top: auto;
	bottom: 0;
}

/* =============================================================================
 * ce_bgimage: background-position
 * ========================================================================== */

.ce_bgimage.bg_left_top .ce_bgimage-image {
	background-position: left top;
}

.ce_bgimage.bg_left_center .ce_bgimage-image {
	background-position: left center;
}

.ce_bgimage.bg_left_bottom .ce_bgimage-image {
	background-position: left bottom;
}

.ce_bgimage.bg_center_top .ce_bgimage-image {
	background-position: center top;
}

.ce_bgimage.bg_center_center .ce_bgimage-image {
	background-position: center center;
}

.ce_bgimage.bg_center_bottom .ce_bgimage-image {
	background-position: center bottom;
}

.ce_bgimage.bg_right_top .ce_bgimage-image {
	background-position: right top;
}

.ce_bgimage.bg_right_cemte .ce_bgimage-image {
	background-position: right center;
}

.ce_bgimage.bg_right_bottom .ce_bgimage-image {
	background-position: right bottom;
}

/* =============================================================================
 * ce_bgimage: parallax option
 * ========================================================================== */

.ce_bgimage.parallax .ce_bgimage-image {
	background-attachment: fixed;
	background-position-x: 50%!important;
	background-position-y: top;
}

.ce_bgimage.parallax {
	position: relative;
}

body.ios .ce_bgimage.parallax .ce_bgimage-image,
body.android .ce_bgimage.parallax .ce_bgimage-image {
	background-attachment: scroll;
	background-position: center center!important;
}

/* =============================================================================
 * ce_bgimage: img-leftside
 * ========================================================================== */

.ce_bgimage.img-leftside-33,
.ce_bgimage.img-leftside-50 {
	position: relative;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.ce_bgimage.bg-nocolor {
	background: rgb(248,248,248);
}

.ce_bgimage.img-leftside-33 .ce_bgimage-image,
.ce_bgimage.img-leftside-50 .ce_bgimage-image {
	width: 33.33%;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}

.ce_bgimage.img-leftside-33 .ce_bgimage-outer {
	margin-left: 33%;
}

.ce_bgimage.img-leftside-50 .ce_bgimage-outer {
	margin-left: 50%;
}

.ce_bgimage.img-leftside-33 .ce_bgimage-inside,
.ce_bgimage.img-leftside-50 .ce_bgimage-inside {
	width: 67%;
	padding: 60px;
	vertical-align: middle;
}

.ce_bgimage.img-leftside-50 .ce_bgimage-image,
.ce_bgimage.img-leftside-50 .ce_bgimage-inside {
	width: 50%;
}

.ce_bgimage.img-rightside-50 .ce_bgimage-image {
	margin-left: 50%;
}

.ce_bgimage.img-rightside-50 .ce_bgimage-outer {
	margin-right: 50%;
}

.ce_bgimage.img-rightside-33 .ce_bgimage-image {
	margin-left: 33.33%;
}

.ce_bgimage.img-rightside-33 .ce_bgimage-outer {
	margin-right: 66.66%;
}

.ce_bgimage.img-leftside-50 .ce_bgimage-inside,
.ce_bgimage.img-leftside-33 .ce_bgimage-inside {
	width: 100%;
}

.ce_bgimage.bg-accent a:not(.hyperlink_txt) {
	color: inherit
}

.ce_bgimage.vertical_centered .ce_bgimage-inside {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: relative;
	top: 50%;
}

.ce_bgimage.vertical_centered .ce_bgimage-outer {
	height: 100%;
}


/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_bgimage.hide-image-phone .ce_bgimage-image {
		display: none;
	}
	
	.ce_bgimage.img-leftside-33,
	.ce_bgimage.img-leftside-50,
	.ce_bgimage.img-leftside-33 .ce_bgimage-inside,
	.ce_bgimage.img-leftside-50 .ce_bgimage-inside {
		display: block;
		width: 100%;
		padding: 10px;
	}
	
	.ce_bgimage.img-rightside-33 .ce_bgimage-outer,
	.ce_bgimage.img-rightside-33 .ce_bgimage-image,
	.ce_bgimage.img-rightside-50 .ce_bgimage-outer,
	.ce_bgimage.img-rightside-50 .ce_bgimage-image {
		display: block;
		width: 100%;
		margin: 0;
	}
	
	.ce_bgimage.img-rightside-33 .ce_bgimage-image,
	.ce_bgimage.img-rightside-50 .ce_bgimage-image {
		background-image: none!important;
	}
	
	.ce_bgimage.img-leftside-33 .ce_bgimage-image,
	.ce_bgimage.img-leftside-50 .ce_bgimage-image {
		display: none;
	}
	
	.ce_bgimage.img-leftside-33 .ce_bgimage-outer,
	.ce_bgimage.img-leftside-50 .ce_bgimage-outer  {
		margin-left: 0;
	}
	
	.ce_bgimage.img-leftside-33:not(.bg-hide-mobile) .mobile_image,
	.ce_bgimage.img-leftside-50:not(.bg-hide-mobile) .mobile_image,
	.ce_bgimage.img-rightside-33:not(.bg-hide-mobile) .mobile_image,
	.ce_bgimage.img-rightside-50:not(.bg-hide-mobile) .mobile_image {
		display: block!important;
		margin-bottom: 30px;
	}
	
	.ce_bgimage.parallax .ce_bgimage-image {
		background-attachment: scroll;
		background-position: center center!important;
	}

	.ce_bgimage div.offset_layer {
		display: none;
	}

	.ce_bgimage.bg-hide-mobile .ce_bgimage-image {
		background-image: none!important;
	}

	.ce_bgimage.fullscreen-image:not(.vertical_centered) .ce_bgimage-outer {
		height: auto;
	}
}
/* =============================================================================
 * ce_headline_extended
 * ========================================================================== */

.ce_headline_extended.align-right {
	margin-left: auto;
	margin-right: 0;
}

.ce_headline_extended[class*="font-size"] h1,
.ce_headline_extended[class*="font-size"] h2,
.ce_headline_extended[class*="font-size"] h3,
.ce_headline_extended[class*="font-size"] h4,
.ce_headline_extended[class*="font-size"] h5,
.ce_headline_extended[class*="font-size"] h6 {
	font-size: inherit;
}

.ce_headline_extended[class*="mb-"] h1,
.ce_headline_extended[class*="mb-"] h2,
.ce_headline_extended[class*="mb-"] h3,
.ce_headline_extended[class*="mb-"] h4,
.ce_headline_extended[class*="mb-"] h5,
.ce_headline_extended[class*="mb-"] h6 {
	margin-bottom: 0;
}

/* =============================================================================
 * ce_headline_extended version 0
 * ========================================================================== */

.ce_headline_extended.version0 {
	margin-bottom: 60px;
	max-width: 600px;
}

.ce_headline_extended.version0 .headline {
	margin-bottom: 0;
}

.ce_headline_extended.version0 .divider {
	display: none;
}

.ce_headline_extended.version0 .subheadline {
	font-size: 1.333rem;
}

.ce_headline_extended.version0.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ce_headline_extended.version0.align-center .divider {
	margin-left: auto;
	margin-right: auto;
}

/* =============================================================================
 * ce_headline_extended version 1
 * ========================================================================== */

.ce_headline_extended.version1 {
	max-width: 600px;
}

.ce_headline_extended.version1 .headline {
	margin-bottom: 0;
}

.ce_headline_extended.version1 .divider {
	background: rgb(51,51,51);
	content: '';
	display: block;
	height: 2px;
	margin: 20px 0 20px 0;
	position: relative;
	width: 22px;

}

.ce_headline_extended.version1 .subheadline {
	font-size: 1.333rem;
}

.ce_headline_extended.version1.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ce_headline_extended.version1.align-center .divider {
	margin-left: auto;
	margin-right: auto;
}

.ce_headline_extended.version1.color-white h1:after,
.ce_headline_extended.version1.color-white h2:after,
.ce_headline_extended.version1.color-white h3:after,
.ce_headline_extended.version1.color-white h4:after,
.ce_headline_extended.version1.color-white h5:after,
.ce_headline_extended.version1.color-white h6:after,
.color-white .ce_headline_extended.version1 h1:after,
.color-white .ce_headline_extended.version1 h2:after,
.color-white .ce_headline_extended.version1 h3:after,
.color-white .ce_headline_extended.version1 h4:after,
.color-white .ce_headline_extended.version1 h5:after,
.color-white .ce_headline_extended.version1 h6:after {
	background: rgb(255,255,255);
}

.color-white .ce_headline_extended.version1 .divider {
	background: rgb(255,255,255);
}

/* =============================================================================
 * ce_headline_extended version 2
 * ========================================================================== */

.ce_headline_extended.version2 {
	max-width: 600px;
}

.ce_headline_extended.version2 .headline {
	margin-bottom: 0;
}

.ce_headline_extended.version2 .subheadline {
	font-size: 1.2rem;
}

.ce_headline_extended.version2.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ce_headline_extended.version2 .divider {
	margin-bottom: 25px;
	margin-top: 15px;
	text-align: left;
	display: block;
}

.ce_headline_extended.version2.align-center .divider {
	text-align: center;
}

.ce_headline_extended.version2 .divider-first {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 3px;
	border: 3px solid var(--accentColor);
	border-radius: 7px;
}

.ce_headline_extended.version2 .divider-second {
	background-color: rgb(152,152,152);
	width: 4px;
	height: 4px;
	margin-top: 2px;
	margin-left: 2px;
	border-radius: 4px;
}

.ce_headline_extended.version2 .divider:after,
.ce_headline_extended.version2 .divider:before {
	background-color: rgb(152,152,152);
	display: inline-block !important;
	vertical-align: middle;
	content: "";
	width: 70px;
	height: 1px;
	margin-top: -6px;
}

.color-white .ce_headline_extended.version2 .divider:after,
.color-white .ce_headline_extended.version2 .divider:before,
.color-white .ce_headline_extended.version2 .divider-second {
	background: var(--accentColor);
}

.color-white .ce_headline_extended.version2 .divider-first {
	border-color: rgb(255,255,255);
}

.ce_headline_extended.align-center {
	margin-left: auto;
	margin-right: auto;
}

.ce_headline_extended.max_width_90 {
	max-width: 90%;
}

.ce_headline_extended.max_width_80 {
	max-width: 80%;
}

.ce_headline_extended.max_width_70 {
	max-width: 70%;
}

.ce_headline_extended.max_width_60 {
	max-width: 60%;
}

.ce_headline_extended.max_width_50 {
	max-width: 50%;
}

.ce_headline_extended.max_width_40 {
	max-width: 40%;
}

.ce_headline_extended.max_width_30 {
	max-width: 30%;
}

.ce_headline_extended.max_width_20 {
	max-width: 20%;
}

.ce_headline_extended.max_width_10 {
	max-width: 10%;
}

.ce_headline_extended.version1 .subheadline,
.ce_headline_extended.version2 .subheadline {
	font-size: 1.467rem;
}

/* =============================================================================
 * ce_headline_extended | background-text
 * ========================================================================== */

.ce_headline_extended {
	position: relative;
	overflow: visible;
}

.ce_headline_extended .h3.background-text {
	position: absolute;
	top: 27px;
	left: 0;
	right: 0;
	z-index: 10;
	opacity: 0.03;
	font-size: 8rem;
	line-height: 0;
}

/* =============================================================================
 * ce_headline_extended | in revolution slider
 * ========================================================================== */

 .ce_revolutionslider .ce_headline_extended h1 {
	 font-size: 80px;
	 white-space: normal;
	 word-wrap: normal;
 }

 .ce_revolutionslider .ce_headline_extended h2 {
	 font-size: 70px;
	 white-space: normal;
	 word-wrap: normal;
 }

 .ce_revolutionslider .ce_headline_extended h3 {
	 font-size: 65px;
	 white-space: normal;
	 word-wrap: normal;
 }

 .ce_revolutionslider .ce_headline_extended h4 {
	 font-size: 55px;
	 white-space: normal;
	 word-wrap: normal;
 }

 .ce_revolutionslider .ce_headline_extended h5 {
	 font-size: 45px;
	 white-space: normal;
	 word-wrap: normal;
 }

 .ce_revolutionslider .ce_headline_extended h6 {
	 font-size: 35px;
	 white-space: normal;
	 word-wrap: normal;
 }

 /* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_headline_extended.version0,
	.ce_headline_extended.version1 {
		margin-bottom: 30px;
	}

	.ce_headline_extended .background-text {
		display: none!important;
	}
}
.autogrid_grid{display:grid;margin-left:-15px;margin-right:-15px}.autogrid_grid .column{padding-left:15px;padding-right:15px}.autogrid_grid.gutter_none{margin-left:0;margin-right:0}.autogrid_grid.gutter_none>.column{padding-left:0;padding-right:0}.autogrid_grid.gutter_s{margin-left:-15px;margin-right:-15px}.autogrid_grid.gutter_s>.column{padding-left:15px;padding-right:15px}.autogrid_grid.gutter_m{margin-left:-30px;margin-right:-30px}.autogrid_grid.gutter_m>.column{padding-left:30px;padding-right:30px}.autogrid_grid.gutter_l{margin-left:-40px;margin-right:-40px}.autogrid_grid.gutter_l>.column{padding-left:40px;padding-right:40px}.autogrid_grid.same_height>.column>.attributes{height:100%}.autogrid_grid .column .attributes{background-size:cover;position:relative}.autogrid_grid .column .attributes.p-xl{padding:200px 40px 200px 40px}.autogrid_grid .column .attributes.p-l{padding:160px 40px 160px 40px}.autogrid_grid .column .attributes.p-m{padding:115px 40px 115px 40px}.autogrid_grid .column .attributes.p-s{padding:80px 40px 80px 40px}.autogrid_grid .column .attributes.p-xs{padding:40px 40px 40px 40px}.autogrid_grid .column.align_left_top{text-align:left}.autogrid_grid .column.align_left_center{text-align:left;align-self:center}.autogrid_grid .column.align_left_bottom{text-align:left;align-self:flex-end}.autogrid_grid .column.align_center_top{text-align:center}.autogrid_grid .column.align_center_center{text-align:center;align-self:center}.autogrid_grid .column.align_center_bottom{text-align:center;align-self:flex-end}.autogrid_grid .column.align_right_top{text-align:right}.autogrid_grid .column.align_right_center{text-align:right;align-self:center}.autogrid_grid .column.align_right_bottom{text-align:right;align-self:flex-end}.autogrid_grid.same_height>.column{align-self:unset}.autogrid_grid.same_height>.column>.attributes{display:flex;flex-wrap:wrap;height:100%}.autogrid_grid.same_height>.column>.attributes>.same-height-wrap{width:100%;flex:0 0 100%}.autogrid_grid.same_height>.column.align_left_center>.attributes{align-items:center}.autogrid_grid.same_height>.column.align_left_bottom>.attributes{align-items:flex-end}.autogrid_grid.same_height>.column.align_center_center>.attributes{align-items:center}.autogrid_grid.same_height>.column.align_center_bottom>.attributes{align-items:flex-end}.autogrid_grid.same_height>.column.align_right_center>.attributes{align-items:center}.autogrid_grid.same_height>.column.align_right_bottom>.attributes{align-items:flex-end}.autogrid_grid .column>.attributes .image_mob{display:none}.autogrid_wrapper,.autogrid_row{margin-left:-15px;margin-right:-15px;display:flex;flex-wrap:wrap;box-sizing:border-box}.autogrid,.autogrid_row>.column{padding-left:15px;padding-right:15px;flex-basis:1;flex-grow:1;width:100%;position:relative;box-sizing:border-box}.autogrid_clear{flex:0 0 100%;height:0}.col_1{flex:0 0 calc((100% / 12) * 1);max-width:calc((100% / 12) * 1)}.col_2{flex:0 0 calc((100% / 12) * 2);max-width:calc((100% / 12) * 2)}.col_3{flex:0 0 calc((100% / 12) * 3);max-width:calc((100% / 12) * 3)}.col_4{flex:0 0 calc((100% / 12) * 4);max-width:calc((100% / 12) * 4)}.col_5{flex:0 0 calc((100% / 12) * 5);max-width:calc((100% / 12) * 5)}.col_6{flex:0 0 calc((100% / 12) * 6);max-width:calc((100% / 12) * 6)}.col_7{flex:0 0 calc((100% / 12) * 7);max-width:calc((100% / 12) * 7)}.col_8{flex:0 0 calc((100% / 12) * 8);max-width:calc((100% / 12) * 8)}.col_9{flex:0 0 calc((100% / 12) * 9);max-width:calc((100% / 12) * 9)}.col_10{flex:0 0 calc((100% / 12) * 10);max-width:calc((100% / 12) * 10)}.col_11{flex:0 0 calc((100% / 12) * 11);max-width:calc((100% / 12) * 11)}.col_12{flex:0 0 calc((100% / 12) * 12);max-width:calc((100% / 12) * 12)}.autogrid_row>.column>.attributes{background-size:cover}.autogrid_row>.column>.attributes.p-xl{padding:200px 40px 200px 40px}.autogrid_row>.column>.attributes.p-l{padding:160px 40px 160px 40px}.autogrid_row>.column>.attributes.p-m{padding:115px 40px 115px 40px}.autogrid_row>.column>.attributes.p-s{padding:80px 40px 80px 40px}.autogrid_row>.column>.attributes.p-xs{padding:40px 40px 40px 40px}.autogrid_wrapper.gutter_none,.autogrid_row.gutter_none{margin-left:0;margin-right:0}.autogrid_wrapper.gutter_none>div,.autogrid_row.gutter_none>div{padding-left:0;padding-right:0}.autogrid_wrapper.gutter_s,.autogrid_row.gutter_s{margin-left:-15px;margin-right:-15px}.autogrid_wrapper.gutter_s>div,.autogrid_row.gutter_s>div{padding-left:15px;padding-right:15px}.autogrid_wrapper.gutter_m,.autogrid_row.gutter_m{margin-left:-30px;margin-right:-30px}.autogrid_wrapper.gutter_m>div,.autogrid_row.gutter_m>div{padding-left:30px;padding-right:30px}.autogrid_wrapper.gutter_l,.autogrid_row.gutter_l{margin-left:-40px;margin-right:-40px}.autogrid_wrapper.gutter_l>div,.autogrid_row.gutter_l>div{padding-left:40px;padding-right:40px}.autogrid_row>.column>.attributes{position:relative}.autogrid_row>.column.align_left_top{text-align:left}.autogrid_row>.column.align_left_center{text-align:left;align-self:center}.autogrid_row>.column.align_left_bottom{text-align:left;align-self:flex-end}.autogrid_row>.column.align_center_top{text-align:center}.autogrid_row>.column.align_center_center{text-align:center;align-self:center}.autogrid_row>.column.align_center_bottom{text-align:center;align-self:flex-end}.autogrid_row>.column.align_right_top{text-align:right}.autogrid_row>.column.align_right_center{text-align:right;align-self:center}.autogrid_row>.column.align_right_bottom{text-align:right;align-self:flex-end}.autogrid_row.same_height>.column{align-self:unset}.autogrid_row.same_height>.column>.attributes{display:flex;flex-wrap:wrap;height:100%}.autogrid_row.same_height>.column>.attributes>.same-height-wrap{width:100%;flex:0 0 100%}.autogrid_row.same_height>.column.align_left_center>.attributes{align-items:center}.autogrid_row.same_height>.column.align_left_bottom>.attributes{align-items:flex-end}.autogrid_row.same_height>.column.align_center_center>.attributes{align-items:center}.autogrid_row.same_height>.column.align_center_bottom>.attributes{align-items:flex-end}.autogrid_row.same_height>.column.align_right_center>.attributes{align-items:center}.autogrid_row.same_height>.column.align_right_bottom>.attributes{align-items:flex-end}.autogrid_row .column>.attributes .image_mob{display:none}.autogrid_row>.column.sticky .attributes{position:sticky;top:0}.order_1{order:1}.order_2{order:2}.order_3{order:3}.order_4{order:4}.order_5{order:5}.order_6{order:6}.full{flex:0 0 100%}.one_half{flex:0 0 calc(100% / 2)}.one_third{flex:0 0 calc(100% / 3)}.one_fourth{flex:0 0 calc(100% / 4)}.one_fifth{flex:0 0 calc(100% / 5)}.one_sixth{flex:0 0 calc(100% / 6)}.two_third{flex:0 0 calc((100% / 3) * 2)}.two_fourth{flex:0 0 calc((100% / 4) * 2)}.three_fourth{flex:0 0 calc((100% / 4) * 3)}.two_fifth{flex:0 0 calc((100% / 5) * 2)}.three_fifth{flex:0 0 calc((100% / 5) * 3)}.four_fifth{flex:0 0 calc((100% / 5) * 4)}.two_sixth{flex:0 0 calc((100% / 6) * 2)}.three_sixth{flex:0 0 calc((100% / 6) * 3)}.four_sixth{flex:0 0 calc((100% / 6) * 4)}.five_sixth{flex:0 0 calc((100% / 6) * 5)}.offset_col_1{margin-left:calc((100% / 12) * 1)}.offset_col_2{margin-left:calc((100% / 12) * 2)}.offset_col_3{margin-left:calc((100% / 12) * 3)}.offset_col_4{margin-left:calc((100% / 12) * 4)}.offset_col_5{margin-left:calc((100% / 12) * 5)}.offset_col_6{margin-left:calc((100% / 12) * 6)}.offset_col_7{margin-left:calc((100% / 12) * 7)}.offset_col_8{margin-left:calc((100% / 12) * 8)}.offset_col_9{margin-left:calc((100% / 12) * 9)}.offset_col_10{margin-left:calc((100% / 12) * 10)}.offset_col_11{margin-left:calc((100% / 12) * 11)}.autogrid.no_gutter{padding-left:0;padding-right:0}@media only screen and (min-width :768px) and (max-width :1024px){.col_1_t{flex:0 0 calc((100% / 12) * 1);max-width:calc((100% / 12) * 1)}.col_2_t{flex:0 0 calc((100% / 12) * 2);max-width:calc((100% / 12) * 2)}.col_3_t{flex:0 0 calc((100% / 12) * 3);max-width:calc((100% / 12) * 3)}.col_4_t{flex:0 0 calc((100% / 12) * 4);max-width:calc((100% / 12) * 4)}.col_5_t{flex:0 0 calc((100% / 12) * 5);max-width:calc((100% / 12) * 5)}.col_6_t{flex:0 0 calc((100% / 12) * 6);max-width:calc((100% / 12) * 6)}.col_7_t{flex:0 0 calc((100% / 12) * 7);max-width:calc((100% / 12) * 7)}.col_8_t{flex:0 0 calc((100% / 12) * 8);max-width:calc((100% / 12) * 8)}.col_9_t{flex:0 0 calc((100% / 12) * 9);max-width:calc((100% / 12) * 9)}.col_10_t{flex:0 0 calc((100% / 12) * 10);max-width:calc((100% / 12) * 10)}.col_11_t{flex:0 0 calc((100% / 12) * 11);max-width:calc((100% / 12) * 11)}.col_12_t{flex:0 0 calc((100% / 12) * 12);max-width:calc((100% / 12) * 12)}.order_1_t{order:1}.order_2_t{order:2}.order_3_t{order:3}.order_4_t{order:4}.order_5_t{order:5}.order_6_t{order:6}}.autogrid_row>.column.sticky_column>.attributes{position:sticky;top:0;z-index:10;height:auto !important}@media only screen and (max-width:767px){[class*="col_"],.one_half,.one_third,.one_fourth,.one_fifth,.one_sixth,.two_third,.two_fourth,.three_fourth,.two_fifth,.three_fifth,.four_fifth,.two_sixth,.three_sixth .four_sixth,.five_sixth{flex:0 0 100%;max-width:none}.column[class*="col_"]:not([class*="_m"]),.autogrid_grid .column:not([class*="_m"]){padding-left:0 !important;padding-right:0 !important;margin-bottom:25px}.column[class*="offset_"],.autogrid[class*="offset_"],.autogrid_grid[class*="offset_"]{margin-left:0}.autogrid_wrapper,.autogrid_row,.autogrid_grid{margin-left:0 !important;margin-right:0 !important}.column:empty,.column .attributes:empty,.column:has(>.attributes:empty){display:none}.autogrid_grid>.column>.attributes.has-image.empty>.image_mob,.autogrid_grid>.column>.attributes.has-image.empty>.same-height-wrap>.image_mob,.autogrid_row>.column>.attributes.has-image.empty>.image_mob,.autogrid_row>.column>.attributes.has-image.empty>.same-height-wrap>.image_mob{display:block}.autogrid_grid>.column>.attributes.has-image.empty,.autogrid_row>.column>.attributes.has-image.empty{background:none !important}.col_1_m{flex:0 0 calc((100% / 12) * 1);max-width:calc((100% / 12) * 1)}.col_2_m{flex:0 0 calc((100% / 12) * 2);max-width:calc((100% / 12) * 2)}.col_3_m{flex:0 0 calc((100% / 12) * 3);max-width:calc((100% / 12) * 3)}.col_4_m{flex:0 0 calc((100% / 12) * 4);max-width:calc((100% / 12) * 4)}.col_5_m{flex:0 0 calc((100% / 12) * 5);max-width:calc((100% / 12) * 5)}.col_6_m{flex:0 0 calc((100% / 12) * 6);max-width:calc((100% / 12) * 6)}.col_7_m{flex:0 0 calc((100% / 12) * 7);max-width:calc((100% / 12) * 7)}.col_8_m{flex:0 0 calc((100% / 12) * 8);max-width:calc((100% / 12) * 8)}.col_9_m{flex:0 0 calc((100% / 12) * 9);max-width:calc((100% / 12) * 9)}.col_10_m{flex:0 0 calc((100% / 12) * 10);max-width:calc((100% / 12) * 10)}.col_11_m{flex:0 0 calc((100% / 12) * 11);max-width:calc((100% / 12) * 11)}.col_12_m{flex:0 0 calc((100% / 12) * 12);max-width:calc((100% / 12) * 12)}.order_1_m{order:1}.order_2_m{order:2}.order_3_m{order:3}.order_4_m{order:4}.order_5_m{order:5}.order_6_m{order:6}.autogrid_grid>.column>.attributes.p-xl,.autogrid_grid>.column>.attributes.p-l,.autogrid_grid>.column>.attributes.p-m,.autogrid_grid>.column>.attributes.p-s,.autogrid_grid>.column>.attributes.p-xs,.autogrid_row>.column .attributes.p-xl,.autogrid_row>.column .attributes.p-l,.autogrid_row>.column .attributes.p-m,.autogrid_row>.column .attributes.p-s,.autogrid_row>.column .attributes.p-xs{padding:20px}.autogrid_grid .column.m_align_left_top{text-align:left}.autogrid_grid .column.m_align_left_center{text-align:left;align-self:center}.autogrid_grid .column.m_align_left_bottom{text-align:left;align-self:flex-end}.autogrid_grid .column.m_align_center_top{text-align:center}.autogrid_grid .column.m_align_center_center{text-align:center;align-self:center}.autogrid_grid .column.m_align_center_bottom{text-align:center;align-self:flex-end}.autogrid_grid .column.m_align_right_top{text-align:right}.autogrid_grid .column.m_align_right_center{text-align:right;align-self:center}.autogrid_grid .column.m_align_right_bottom{text-align:right;align-self:flex-end}.autogrid_row>.column.m_align_left_top{text-align:left}.autogrid_row>.column.m_align_left_center{text-align:left;align-self:center}.autogrid_row>.column.m_align_left_bottom{text-align:left;align-self:flex-end}.autogrid_row>.column.m_align_center_top{text-align:center}.autogrid_row>.column.m_align_center_center{text-align:center;align-self:center}.autogrid_row>.column.m_align_center_bottom{text-align:center;align-self:flex-end}.autogrid_row>.column.m_align_right_top{text-align:right}.autogrid_row>.column.m_align_right_center{text-align:right;align-self:center}.autogrid_row>.column.m_align_right_bottom{text-align:right;align-self:flex-end}}body.edge column[class*="col_"]{flex-basis:1}@media only screen and (max-width:767px){body.edge column[class*="col_"]{flex-basis:100%}}
.cc-head>*:first-child{margin-top:0}.cc-head>*:last-child{margin-bottom:15px}.contao-cookiebar{--ccb-backdrop: rgba(0, 0, 0, .75);--ccb-anim-duration: .5s;--ccb-checked-clr: #399d32;--ccb-checked-bg: #dcf3db;--ccb-unchecked-clr: #9c9b99;--ccb-unchecked-bg: #fff;--ccb-disabled-clr: #c8c7c5;--ccb-disabled-bg: #f4f4f4;--ccb-focus-clr: #00a4f4;position:fixed;inset:0;z-index:9999;display:flex;align-items:var(--ccb-align, center);justify-content:var(--ccb-justify, center);letter-spacing:0;padding:15px;max-height:100dvh;box-sizing:border-box;pointer-events:none;overflow:hidden;color:var(--ccb-clr, #444)}.contao-cookiebar *{box-sizing:border-box}.contao-cookiebar p{color:var(--ccb-text, #868686);line-height:1.4}.contao-cookiebar label{position:relative;display:block;padding:8px 13px 8px 0;line-height:1.2rem}.contao-cookiebar label.group{font-weight:600}.contao-cookiebar input{position:absolute;width:1px;height:1px;outline:0 none;opacity:0}.contao-cookiebar input+label{padding:8px 13px 8px 45px;cursor:pointer}.contao-cookiebar input+label:before,.contao-cookiebar input+label:after{content:"";position:absolute;border-radius:10px}.contao-cookiebar input+label:before{top:7px;left:0;width:35px;height:18px;margin:0;box-sizing:content-box;background:var(--ccb-unchecked-bg);border:1px solid var(--ccb-unchecked-clr);transition:border-color .2s}.contao-cookiebar input+label:after{display:block;top:11px;left:4px;width:12px;height:12px;background:var(--ccb-unchecked-clr);transition:background .2s,margin-left .2s,padding .2s}.contao-cookiebar input+label:active:after{padding-left:5px}.contao-cookiebar input.cc-group-half+label:after{background:linear-gradient(to right, var(--ccb-unchecked-clr) 0%, var(--ccb-unchecked-clr) 50%, var(--ccb-checked-clr) 50%, var(--ccb-checked-clr) 100%)}.contao-cookiebar input:checked+label:after{background:var(--ccb-checked-clr);margin-left:17px}.contao-cookiebar input:checked+label:active:after{margin-left:12px}.contao-cookiebar input:checked+label:before{background:var(--ccb-checked-bg);border-color:var(--ccb-checked-clr)}.contao-cookiebar input:disabled+label{pointer-events:none}.contao-cookiebar input:disabled+label:after{background:var(--ccb-disabled-clr)}.contao-cookiebar input:disabled+label:before{background:var(--ccb-disabled-bg);border-color:var(--ccb-disabled-clr)}.contao-cookiebar input:focus-visible:not(.cc-hide-focus)+label:before{outline:3px dashed var(--ccb-focus-clr);outline-offset:2px}.contao-cookiebar .cc-btn{display:inline-block;cursor:pointer;width:100%;padding:8px 14px;margin-bottom:8px;font-size:15px;outline:0 none;border:1px solid var(--ccb-btn-bdr, #cfcfcf);border-radius:4px;color:var(--ccb-btn-clr, #444);background:var(--ccb-btn-bg, #f5f5f5)}.contao-cookiebar .cc-btn:hover,.contao-cookiebar .cc-btn:focus{background:var(--ccb-btn-bg-hvr, #ececec)}.contao-cookiebar .cc-btn:last-child{margin-bottom:0}.contao-cookiebar .grayscale{--ccb-btn-bg: #f1efef;--ccb-btn-bg-hvr: #ececec}.contao-cookiebar .grayscale .success{--ccb-btn-bg: #fbfbfb;--ccb-btn-bg-hvr: #f7f7f7}.contao-cookiebar .highlight .success{--ccb-btn-bg: #4e9e3e;--ccb-btn-bg-hvr: #4c933f;--ccb-btn-bdr: #3e7830;--ccb-btn-clr: #fff}.cc-focus:not(.cc-hide-focus):focus-visible{outline:3px dashed var(--ccb-focus-clr);outline-offset:-3px}.cc-invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;float:left}.cc-inner{display:inline-block;overflow-y:auto;max-height:100%;max-width:100%;padding:23px;border-radius:3px;opacity:0;pointer-events:none;visibility:hidden;font-size:1rem;text-align:left;background:var(--ccb-bg, #fff);box-shadow:var(--ccb-box-shadow, rgba(99, 99, 99, 0.2)) 0 2px 8px 0;animation:var(--ccb-anim, cookiebar-middle-in) var(--ccb-anim-duration) ease-in-out forwards}.cc-group{position:relative;border:1px solid var(--ccb-bdr, #d0d0d0);border-radius:5px;margin-bottom:10px}.cc-cookie-info{font-size:.875rem;background:var(--ccb-info-bg, #fff);border:1px solid var(--ccb-info-bdr, #efefef);padding:10px;border-radius:5px}.cc-cookie-info>div>span{font-weight:600}.cc-cookie-info>div+div{margin-top:5px;word-wrap:break-word}.cc-cookie-info+button.cc-detail-btn-details{margin-top:15px}.cc-cookies{background:var(--ccb-cookies-bg, #fbfbfb);border-radius:0 0 5px 5px}.cc-cookies>p{font-size:.875rem}.cc-cookies>p,.cc-cookies>.cc-cookie{margin:0;padding:15px;border-top:1px solid var(--ccb-cookies-bdr, #fbfbfb)}.cc-cookie label.cookie+*{margin-top:10px}.cc-cookie p{margin:0 0 15px;font-size:.875rem}.cc-cookie-desc p{margin-bottom:0}.cc-footer,.cc-info{text-align:center}.cc-info{margin-top:15px}.cc-info>p{font-size:.875rem}.cc-info>a{display:inline-block;font-size:.813rem;color:var(--ccb-detail-clr, #a2a2a2);text-decoration:none}.cc-info>a:hover{color:var(--ccb-detail-clr-hvr, #717171)}.cc-info>a+a:before{display:inline-block;content:"·";margin-right:5px}.cc-active .cc-inner{opacity:1;pointer-events:auto;visibility:visible}.cc-active.cc-blocked{pointer-events:auto;animation:cookiebar-overlay-in var(--ccb-anim-duration) ease-in-out forwards}.cc-saved.cc-inner{opacity:0;pointer-events:none;visibility:hidden}.cc-saved.cc-blocked{pointer-events:none;animation:cookiebar-overlay-out var(--ccb-anim-duration) ease-in-out forwards}.cc-left{--ccb-justify: flex-start}.cc-right{--ccb-justify: flex-end}.cc-top{--ccb-align: flex-start}.cc-top.cc-active{--ccb-anim: cookiebar-top-in}.cc-top.cc-saved{--ccb-anim: cookiebar-top-out}.cc-middle.cc-active{--ccb-anim: cookiebar-middle-in}.cc-middle.cc-saved{--ccb-anim: cookiebar-middle-out}.cc-bottom{--ccb-align: flex-end}.cc-bottom.cc-active{--ccb-anim: cookiebar-bottom-in}.cc-bottom.cc-saved{--ccb-anim: cookiebar-bottom-out}@media(min-width: 768px){.contao-cookiebar .cc-btn{width:auto;margin-bottom:0}.cc-inner{max-width:var(--ccb-max-width, 750px)}}@media(forced-colors){.contao-cookiebar input+label:after{border:1px solid currentColor}.cc-inner{border:1px solid currentColor}input.cc-group-half+label:after{margin-left:9px}}@media(prefers-reduced-motion){.contao-cookiebar{--ccb-anim-duration: 2s}}@media print{.contao-cookiebar{opacity:0}}@keyframes cookiebar-overlay-in{0%{background:rgba(0,0,0,0)}to{background:var(--ccb-backdrop)}}@keyframes cookiebar-overlay-out{0%{background:var(--ccb-backdrop)}to{background:rgba(0,0,0,0);visibility:hidden}}@keyframes cookiebar-top-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes cookiebar-top-out{0%{opacity:1;visibility:visible;transform:translateY(0)}to{opacity:0;visibility:hidden;transform:translateY(-100%)}}@keyframes cookiebar-middle-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes cookiebar-middle-out{0%{opacity:1;visibility:visible;transform:scale(1)}to{opacity:0;visibility:hidden;transform:scale(0)}}@keyframes cookiebar-bottom-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes cookiebar-bottom-out{0%{opacity:1;visibility:visible;transform:translateY(0)}to{opacity:0;visibility:hidden;transform:translateY(100%)}}.cc-group{display:flex;flex-wrap:wrap;justify-content:space-between;align-content:center}.cc-group>label{flex-grow:1;margin:5px 0 5px 10px}.cc-cookies{display:none;width:100%}.cc-detail-btn{padding:8px 10px;line-height:1.2rem}.cc-detail-btn-details{text-decoration:underline;padding:0;margin:0 0 10px}.cc-detail-btn,.cc-detail-btn-details{display:inline-block;color:var(--ccb-detail-clr, #a2a2a2);border:0 none;outline:0 none;background:rgba(0,0,0,0);font-size:13px;letter-spacing:0;text-transform:initial;cursor:pointer}.cc-detail-btn span:nth-child(2),.cc-detail-btn-details span:nth-child(2){display:none}.cc-detail-btn.cc-active span:nth-child(1),.cc-detail-btn-details.cc-active span:nth-child(1){display:none}.cc-detail-btn.cc-active span:nth-child(2),.cc-detail-btn-details.cc-active span:nth-child(2){display:inline}.cc-detail-btn:hover,.cc-detail-btn-details:hover{background:rgba(0,0,0,0);color:var(--ccb-detail-clr-hvr, #717171)}
* {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

html,
body {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.ce_revolutionslider_text.bold,
.font_headline {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
}

h1 span.color-accent {
  display: block;
  font-size: 2.7rem;
}

.bigg {
  font-size: 3rem !important;
}

.mainmenu ul li a {
  font-weight: normal;
  padding: unset !important;
}

.header .mod_search {
  margin-left: 0px;
}

.header .mainmenu ul ul li a span::before {
  background: none;
}

.mainmenu ul li a:hover {
  opacity: 1;
}

.header.original .mainmenu ul li.disabled {
  pointer-events: none;
  opacity: 0.7;
  background-color: #c00d0d;
}

.header.original .mainmenu ul li.disabled a > span {
  font-size: 15px;
  color: #fff;
}

.header.original .mainmenu ul li a.trail,
.header.original .mainmenu ul li a.active,
.header.cloned .mainmenu ul li a.trail,
.header.cloned .mainmenu ul li a.active {
  color: #fff !important;
  font-weight: bold !important;
}

.bg-img-100, .bg-img-100 > .inside > .imagebox {
  background-size: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.hidden-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .d-sm-none {
    display: none !important;
  }
}

/*.header {
    height: 75px;
    line-height: 75px!important;
}*/

/*-------------- Footer / Bottom ---------*/
#bottom {
  background-color: #f7f7f7 !important;
}

#bottom .footer-grid {
  align-items: center;
  justify-content: center;
}

/* =============================================================================
 * footer
 * ========================================================================== */

.body_bottom {
  background: rgb(37, 37, 37);
  font-size: 0.93rem;
  line-height: 1.6rem;
  color: #fff !important;
}

.body_bottom,
.body_bottom a {
  color: rgba(255, 255, 255, 0.6);
}

.body_bottom .inside a {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  margin-right: 15px;
  color: #fff;
}

.body_bottom .inside .left {
  float: left;
}

.body_bottom .inside .right {
  float: right;
}

.body_bottom a:hover {
  color: rgb(158, 232, 255);
}

.body_bottom .inside {
  margin: 0 auto;
  padding: 65px 40px;
}

.body_bottom .inside {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  font-size: 0.93em;
  max-width: var(--contentBoxedWidth);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--contentPaddingLeftRight);
  padding-right: var(--contentPaddingLeftRight);
}

/*----------------------- END Footer ----------------------*/

.wrapper {
  line-height: 1.8em;
}

.ce_accordion.style2 .toggler {
  font-size: 1.4rem;
  font-weight: normal !important;
}

mark {
  background-color: #cccccc;
  color: black;
  padding: 3px;
}

.mmenu_trigger {
  color: #ffffff !important;
}

#mmenu .mod_navigation li a {
  font-size: 15px;
}

.mmenu_trigger .burger .burger_lines,
.mmenu_trigger .burger .burger_lines:after,
.mmenu_trigger .burger .burger_lines:before {
  background: #ffffff !important;
}

.mmenu_trigger .burger.transform.open .burger_lines {
  background-color: transparent !important;
}

.header.original .logo {
  max-height: 70px;
}

.mod_subscribe.newsletter_box input {
  width: 100% !important;
  padding: 14px !important;
}

.mod_subscribe.newsletter_box button.submit {
  display: inline-block !important;
  padding: 15px 20px !important;
  width: auto !important;
  font-size: 0.8rem !important;
}

form.style5 input,
form.style5 select,
form.style5 textarea {
  font-size: 0.9rem !important;
}

.mainmenu ul ul li a[target="_blank"]:after {
  content: "" !important;
}

/* Produkt Template */

.cc_product_catalog h1 {
  font-size: 2.8rem !important;
  margin-bottom: 20px !important;
  color: #c00d0d !important;
}

.single-besonderheiten li {
  color: #c00d0d;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.8em;
  margin-bottom: 13px;
}

li.download-element.ext-pdf {
  color: #c00d0d;
  text-decoration: underline;
  line-height: 2em;
}

.datasheet {
  float: left;
  margin-right: 20px;
}

.single-artnum {
  font-weight: bold;
}

.cc_product_catalog h3 {
  color: #c00d0d;
}

.single-features {
  margin-bottom: 20px;
}

.attribute_tags {
  display: grid;
  grid-template-columns: repeat(3, 33%);
  grid-template-rows: auto;
  grid-gap: 30px;
}

@media only screen and (max-width: 767px) {
  .attribute_tags, .ce_tabs .panes .section.active {
    display: flex;
    flex-direction: column;
  }
  
  .ce_table table {
    white-space: normal;
  }
}

.attribute_tags li {
  margin-bottom: 13px;
}

.single-metadata-col1 {
  padding: 5px;
}

.mod_customcatalogreader.cc_product_catalog.piprodukte .single-subheadline {
  color: #000;
  /*margin: 20px 0 40px 0;*/
}

.mod_customcatalogreader .calltoaction a {
  color: #c00d0d;
}

.mod_customcatalogreader .calltoaction a:before {
  content: "\f101";
  font-family: FontAwesome;
  font-weight: normal;
  display: inline-block;
  margin-right: 5px;
}

.sub-head-red .subheadline {
  color: #c00d0d !important;
  margin-bottom: 10px;
}

.cc_product_catalog .ce_tabs .tabs.classic ul li {
  background: #efefef !important;
}

.mod_customcatalogreader.cc_product_catalog .elevatezoom_gallery_wrapper {
  border: none !important;
}

.mod_customcatalogreader.cc_product_catalog.piprodukte .single-metadata-col1,
.mod_customcatalogreader.cc_product_catalog.piprodukte .single-metadata-col2 {
  float: left;
  background-color: #f7f7f7;
  height: auto;
  padding: 15px;
  border: none;
  flex: 1;
}

.mod_customcatalogreader.cc_product_catalog.piprodukte .single-metadata-col1 {
  width: 66.666%;
}

.mod_customcatalogreader.cc_product_catalog.piprodukte .single-metadata-col2 {
  width: 33.333%;
  padding-top: 28px;
}

.mod_customcatalogreader.cc_product_catalog.piprodukte .single-metadata {
  border: none;
  margin: 20px 0 25px 0;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.mod_customcatalogreader.cc_product_catalog .single-stock {
  background: #c00d0d !important;
  width: 90px !important;
  text-align: center !important;
  padding: 3px 5px !important;
  display: block !important;
  /* margin-bottom: 20px; */
}

.pr_content h2 {
  font-size: 16px;
  font-weight: bold;
}

.pr_content .pi-table {
  margin-bottom: 60px;
}

.mod_customcatalogreader .item-inside {
  margin-bottom: 50px;
  border: #efefef 1px solid;
  background-color: #fff;
}

.mod_customcatalogreader .item-inside .content {
  padding: 20px;
}

.mod_customcatalogreader.cc_product_catalog .ce_tabs .tabs.classic ul li.active {
  background: rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0) !important;
  border-left: 1px solid rgb(230, 230, 230) !important;
  border-right: 1px solid rgb(230, 230, 230) !important;
}

.mod_customcatalogreader.cc_product_catalog .ce_gallery.attribute.gallery {
  padding: 20px;
}

.mod_customcatalogreader .back {
  padding: 20px;
}

.cc_product_catalog td.type {
  width: 25%;
}

.ce_linkbox h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em !important;
}

.ce_linkbox h4.headline {
  margin-top: 0px !important;
}

.mod_customcatalogreader .section {
  min-height: 100px;
}

/* Produkt Template */

/* Produkt Liste */

.piprodukte .content h6 {
  text-transform: none !important;
  padding: 5px 20px 20 20px !important;
  font-size: 1.8em;
}

.piprodukte .content_bottom {
  overflow: hidden;
  margin-top: 25px;
  border-top: 1px dashed rgba(0, 0, 0, 0.075);
  padding: 20px;
  text-align: left;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.5);
}

.cc_product_catalog.piprodukte .entry {
  border: none !important;
}

/*------ listview ----------   */

.mod_customcataloglist.cc_product_catalog.listview .entry {
  width: 100%;
  float: none;
  margin-bottom: 1%;
  min-height: 0px !important;
}

.mod_customcataloglist.cc_product_catalog.listview .entry .item-inside {
  min-height: 0 !important;
  overflow: hidden;

  padding: 20px;
}

.mod_customcataloglist.cc_product_catalog.listview .item-wrapper {
  display: block;
}

.mod_customcataloglist.cc_product_catalog.listview .content h5,
.mod_customcataloglist.cc_product_catalog.listview .content h6 {
  text-transform: none !important;
  padding: 10px 20px 0 20px !important;
  font-size: 1.8em;
}

.mod_customcataloglist.cc_product_catalog h5,
.mod_customcataloglist.cc_product_catalog h6 {
  text-transform: none !important;
  margin-bottom: 0;
}

.mod_customcataloglist.cc_product_catalog.listview .entry .content {
  width: calc(100% - 240px);
  display: flex;
  padding: 0;
  margin-left: 40px;
  text-align: left;
}

.mod_customcataloglist.cc_product_catalog.listview .entry .image {
  width: 200px;
  display: flex;
  padding: 0;
  text-align: left;
  float: left;
  margin-left: 0px;
}

.mod_customcataloglist.cc_product_catalog.listview .content_bottom {
  margin-top: -5px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.075);
  border-top: none;
}

/*------ listview ----------   */

/*------ gridview ----------   */

.mod_customcataloglist.cc_product_catalog .item-inside {
  overflow: hidden;
  position: relative;
}

/*------ gridview ----------   */

/* Produkt Liste */

/* Slider Allgemein */

/* .ce_revolutionslider_text, */
.ce_bgimage-inside .color-white {
  text-shadow: 0 0 7px #000;
}

/* Slider Allgemein */

/* Produkt Slider */

.pironex_produkt_slider {
  height: 450px;
}

.pironex_produkt_slider .cc_catalog_slider .swiper-container {
  height: 450px !important;
}

.pironex_produkt_slider .cc_catalog_slider .image {
  /*background-position: center right!important;*/
  margin-left: 100px;
  background-size: contain !important;
}

.pironex_produkt_slider .cc_catalog_slider .state {
  font-size: 1.3em;
  display: inline-block;
  position: absolute;
  top: -23px;
  left: 35px;
  display: block;
  padding: 5px 15px;
  color: rgb(255, 255, 255);
  background-color: #c00d0d;
}

.pironex_produkt_slider .cc_catalog_slider .slider-content-wrapper {
  bottom: 250px !important;
  left: 110px !important;
  min-width: 200px;
  padding: 10px;
  background: #bbbbbb !important;
}

.pironex_produkt_slider .besonderheiten {
  position: absolute;
  left: 110px;
  top: 210px;
  min-width: 200px;
  padding: 15px 20px;
  font-size: 1em;
  background: #efefef;
}

.pironex_produkt_slider .besonderheiten li {
  padding: 5px;
}

.pironex_produkt_slider .besonderheiten li i.fa.fa-check {
  padding-right: 10px;
}

/* Produkt Slider */

/* Referenz Slider */

.pironex_referenz_slider {
  height: 450px;
}

.pironex_referenz_slider .swiper-container {
  height: 450px !important;
}

.pironex_referenz_slider .slider-content-wrapper {
  left: 0% !important;
  padding: 10px;
  background: none !important;
}

.pironex_referenz_slider .headline_small {
  font-size: 1.8em;
  text-shadow: 0 0 7px #000;
  color: #ffffff;
}

.pironex_referenz_slider .headline_big {
  font-size: 3.8em;
  text-shadow: 0 0 7px #000;
  color: #ffffff;
  line-height: 1.6em;
  text-transform: uppercase;
}

.pironex_referenz_slider .headline_middle h2 {
  font-size: 1.8em;
  text-shadow: 0 0 7px #000;
  color: #ffffff;
  line-height: 2em;
}

.pironex_referenz_slider .headline_button {
  font-size: 1em;
  background: #c00d0d;
  color: #fff;
  padding: 0 28px;
  margin-top: 45px;
  line-height: 40px;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  /* min-width: 175px; */
  text-align: center;
  display: block;
  width: 140px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px !important;
  height: 40px !important;
  margin-top: -10px !important;
  z-index: 10;
  cursor: pointer;
  background-size: 40px 40px !important;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next {
  background: url(../../files/cto_layout/scripts/rs-plugin/assets/large_right.png) no-Repeat 0 0 !important;
}

.swiper-button-prev {
  background: url(../../files/cto_layout/scripts/rs-plugin/assets/large_left.png) no-Repeat 0 0 !important;
}

.text-color-gray {
  color: #808080;
}

/* Referenz Slider */

/* Referenzen  */

.pireferenzen .item-inside h2 {
  font-size: 2rem;
}

.image_container img {
  width: auto !important;
  margin: auto;
}

.logo_galerie .image_container img {
  margin: auto;
}

.mod_customcataloglist.pireferenzen .cc_catalog_slider .image {
  filter: blur(2px);
}

.cc_referenz_catalog .ce_headerimage.valign_top .ce_headerimage_inside {
  top: 20%;
}

.referenz_details .ce_image_extended {
  height: 245px;
  max-width: 245px;
}

.s-padding-table td {
  border: 0.5px solid #ccc;
}

#table_mobile_display {
  display: none;
}

.show_tablet {
  display: none;
}

@media (max-width: 900px) {
  #table_desktop_display {
    display: none;
  }

  #table_mobile_display {
    display: block;
  }
}

@media (max-width: 600px) {
  .pironex_referenz_slider .headline_big {
    font-size: 2em;
  }

  .pironex_referenz_slider .headline_middle {
    font-size: 1em;
  }

  .pironex_referenz_slider .headline_small {
    font-size: 1em;
  }
}

/* Referenzen  */

/* Stellenausschreibungen */

.jobs .ce_gallery .borders li {
  border: none;
}

.jobs figure.image_container {
  padding-bottom: 20px;
  height: 150px;
}

.jobs .image_container img {
  margin: auto;
}

.jobs .image_container .caption {
  background: none;
  color: #000;
  font-size: 1em;
}

/* Stellenausschreibungen */

/* Produkt Filter */
.mod_customcatalogfilter.cc_product_catalog .checkbox_container {
  overflow: hidden;
  margin-bottom: 2px;
  padding: 6px;
}

.mod_customcatalogfilter.cc_product_catalog .checkbox_container label {
  position: relative;
  top: -3px !important;
  left: 6px !important;
  max-width: 90%;
  display: inline-block;
}

.piprodukte form fieldset legend {
  padding: 6px 15px !important;
}

.mod_customcataloglist:not(.mod_customcatalogteaser).cc_product_catalog .item-wrapper,
.mod_customcatalogfilter.cc_product_catalog fieldset {
  border: none !important;
}

.mod_customcatalogfilter.cc_product_catalog.piprodukte .checkbox_container {
  padding: 2px !important;
}

.mod_customcatalogfilter.cc_product_catalog.piprodukte div.widget {
  margin-bottom: 30px !important;
}

.cc_product_catalog.piprodukte .clearall {
  margin: -20px 0 0px 0px !important;
}

.mod_customcatalogfilter.cc_product_catalog.piprodukte .submit_container .clear_all_filters {
  text-align: center !important;
}

.mod_customcatalogfilter.cc_product_catalog.product_filter.piprodukte.mt-s.block {
  background-color: #f9f9f9;
  padding: 5px;
}

.mod_customcatalogfilter.cc_directory.filter_sorting .widget .select_container legend {
  margin-top: 0px;
}

@media only screen and (max-width: 767px) {
  .mod_customcatalogfilter .filterform.show_filter {
    visibility: visible;
    opacity: 2;
    max-height: 3000px !important;
  }

  .hide_tablet {
    display: none;
  }

  .show_tablet {
    display: block;
  }
}

/* Produkt Filter */
.inline p {
  display: inline;
}

.mb-0 .headline,
.mb-0 h1,
.mb-0 h2,
.mb-0 h3,
.mb-0 h4 {
  margin-bottom: 0px !important;
}

.ce_image_extended_xs.referenz_details .ce_image_extended {
  height: 200px;
}

.headline-s .ce_headline {
  font-weight: 400;
  font-size: 1.3rem;
}

.ce_headline_red h2,
.ce_headline_red h2,
.ce_headline_red h3,
.ce_headline_red h4 {
  color: #c00d0d;
  margin-bottom: 10px;
}

.oversize-left-align.oversize .imagebox {
  background-position: left center !important;
}

.mod_newsreader .back {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}

/*
.leistung-nav ul {
  list-style: none;
}
.leistung-nav ul li {
  display: block;
  float:left;
  font-size: 18px;
}

.leistung-nav ul li+li:before {
  padding: 8px;
  color: #c00d0d;
  content: "\25ba";
}

.leistung-nav ul li a {
  color: #c00d0d;
  text-decoration: none;
}

.leistung-nav ul li a:hover {
  color: #000000;
}

.leistung-nav ul li.active a {
  font-weight: bold;
}

.leistung-nav {
	margin-bottom: 30px;
}
*/

@media only screen and (max-width: 1024px) {
  .leistung-nav {
    display: none;
  }
}

.leistung-nav {
  text-align: center;
}

.leistung-nav ul {
  list-style: none;
  display: inline-table;
}

.leistung-nav ul li {
  display: inline;
}

.leistung-nav ul li a {
  display: block;
  float: left;
  height: 40px;
  /*background: #C7C6C6;*/
  background: #f7f7f7;
  text-align: center;
  padding: 9px 0px 0px 18px;
  position: relative;
  margin: 5px 5px 0 0;
  font-size: 12.5px;
  text-decoration: none;
  color: #000;
  width: 224px;
}

.leistung-nav ul li.active a {
  background: #c01718;
  color: #fff;
}

.leistung-nav ul li a:after {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #f7f7f7;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 1;
}

.leistung-nav ul li.active a:after {
  border-left: 20px solid #c01718;
}

.leistung-nav ul li a:before {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}

.leistung-nav ul li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.leistung-nav ul li:first-child a:before {
  display: none;
}

.leistung-nav ul li:last-child a {
  /*padding-right: 80px;*/
  /*border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;*/
}

.leistung-nav ul li:last-child a:after {
  /*display: none;*/
}

.leistung-nav ul li a:hover {
  background: #ecb9b9;
}

.leistung-nav ul li a:hover:after {
  border-left-color: #ecb9b9;
}

.ce_revolutionslider_text {
  color: rgba(192, 13, 13, 0.9) !important;
  /* background: rgba(255, 255, 255, 0.7); */
  padding: 6px 10px !important;
}

.tp-simpleresponsive a {
  margin-left: 10px !important;
}

.contactbar {
  position: fixed;
  /*top: 60%;*/
  right: 0px;
  z-index: 99;
  bottom: 50px;
  min-height: 350px;
}

@media only screen and (max-width: 767px) {
  .contactbar {
    display: none;
  }
}

.contactbar h3 {
  color: white;
  text-align: center;
}

.contactbar p {
  color: white;
}

.contactbar a {
  color: white;
}

.contactbar button.submit {
  font-size: 14px;
}

.contactbar .widget textarea:hover,
.contactbar input.text:hover,
.contactbar input.captcha:hover {
  border: 1px solid white;
}

.contactbar .widget textarea,
.contactbar input.text,
.contactbar input.captcha {
  color: white;
  border: 1px solid white;
  background: none;
  padding: 5px;
  font-size: 14px;
}

.contactbar input.text::placeholder,
.contactbar .widget textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  opacity: 1;
  /* Firefox */
  font-size: 14px;
}

.contactbar input.text::-ms-input-placeholder,
.contactbar .widget textarea::-ms-input-placeholder {
  color: white !important;
  opacity: 1;
  font-size: 14px;
}

.contactbar input.text::-ms-input-placeholder,
.contactbar .widget textarea::-ms-input-placeholder {
  color: white !important;
  opacity: 1;
  font-size: 14px;
}

.contactbar .captcha_text {
  margin: 0px;
}

.contactbar .captcha_text img {
  padding-top: 6px;
}

.contactbar span {
  color: white;
}

.contactbar ::-webkit-input-placeholder {
  color: white;
}

.contactbar:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

.contactbar::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

.contactbar:-ms-input-placeholder {
  color: white;
}

.contact-text {
  padding: 10px;
  width: 300px;
  min-height: 365px;
}

.contact-text h3,
.contact-text .ce_text h1,
.contact-text .ce_text h2,
.contact-text .ce_text h3 {
  font-size: 17px;
  font-weight: 600;
}

.contactbar .sectionImage {
  cursor: pointer;
  margin-top: 35px;
  float: left;
}

.contactbar .sectionImage .contact-img img {
  height: 40px;
  width: 40px;
  display: flex;
}

.contactbar .sectionText {
  float: right;
  margin-right: -300px;
  background-color: #888889;
}

.contactbar .closeButton {
  float: right;
  margin: 5px;
  background-image: url("../../files/pironex-files/images/design/contact_close.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px 15px;
  width: 25px;
  height: 25px;
  opacity: 1;
  cursor: pointer;
}
/**
 *
 * Copyright (c) SEASIDE MEDIA LTD
 *
 * customelements
 * all rights reserved
 */

/* =============================================================================
 * ce_youtube-background (scripts/jquery.mb.YTPlayer/)
 * ========================================================================== */

.ce_youtube_background .mbYTP_wrapper {
	opacity: 1!important;
}

.ce_youtube_background.overlay .YTPOverlay {
	background-color: rgba(152,152,152,0.4);
	opacity: 0.8;
}

.ce_youtube_background.overlay .mbYTP_wrapper.fullscreen .YTPOverlay {
	display: none;
}

.ce_youtube_background {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* =============================================================================
 * ce_pricetable
 * ========================================================================== */

.ce_pricetable {
	padding: 25px 0;
	text-align: center;
}

.ce_pricetable .pricetable {
	background: #fff;
	border: 1px solid rgb(229,229,229);
	margin-top: 20px;
	white-space: normal;
	position: relative;
	overflow: hidden;
}

.ce_pricetable .pricetable {
	margin-top: 15px;
}

.ce_pricetable .pricetable.highlight {
	margin-top: 0;
	box-shadow: 0 0 35px 2px rgba(0,0,0,.2);
	position: relative;
	z-index: 100;
}

.ce_pricetable .pricetable.highlight .title {
	background: rgb(152,152,152);
	color: #fff;
	box-shadow: inset 0px 0px 0px 6px rgba(0,0,0,0.1);
	padding-top: 40px;
	padding-bottom: 35px;
}

.ce_pricetable .title,
.ce_pricetable .price,
.ce_pricetable .contents li,
.ce_pricetable .rating {
	border-bottom: 1px solid #ebebeb;
	padding: 1em;
}

.ce_pricetable .price {
	padding: 1.5em 1em;
}

.ce_pricetable .contents li:nth-child(odd) {
	background: rgb(251,251,251);
}

.ce_pricetable .title {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 1.133rem;
	font-weight: normal;
	background: rgb(251,251,251);
	text-align: center;
}

.ce_pricetable .title i {
	margin-right: 0.5rem;
}

.ce_pricetable .price-data {
	font-weight: bold;
}

.ce_pricetable .currency {
	font-weight: bold;
	position: relative;
	top: -1.2rem;
	font-size: 1.2rem;
	line-height: 1.2rem;
}

.ce_pricetable .priceinfo {
	color: rgb(153,153,153);
}

.ce_pricetable .hightlight_text {
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	background: rgb(255,255,255);
	font-size: 0.7333rem;
	position: absolute;
	right: -35px;
	top: 20px;
	text-align: center;
	min-width: 130px;
}

.ce_pricetable .ce_hyperlink {
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: center;
}

.ce_pricetable .pricetable.highlight .ce_hyperlink {
	margin-bottom: 25px;
	margin-top: 30px;
}

.ce_pricetable .rating {
	text-align: center;
	color: rgb(254,202,9);
}

.ce_pricetable .rating i {
	margin: 0 3px;
	font-size: 1rem;
}

/* =============================================================================
 * ce_headertext
 * ========================================================================== */

.ce_headertext {
	text-align: center;
	border-bottom: 1px solid rgb(229,229,229);
	padding: 45px 0 65px 0;
}

ce_headertext_inside {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.ce_headertext h1,
.ce_headertext h2,
.ce_headertext h3,
.ce_headertext h4,
.ce_headertext h5,
.ce_headertext h6 {
	font-size: 1.467rem;
	text-transform: uppercase;
	font-weight: bold;
}

.ce_headertext h1:after,
.ce_headertext h2:after,
.ce_headertext h3:after,
.ce_headertext h4:after,
.ce_headertext h5:after,
.ce_headertext h6:after {
	background: rgb(152,152,152);
	content: '';
	display: block;
	height: 2px;
	margin: 20px auto 20px auto;
	position: relative;
	width: 22px;

}

.ce_headertext p {
	font-size: 1.067rem;
	color: rgb(127,127,127);
}

/* =============================================================================
 * ce_text_leader
 * ========================================================================== */

.ce_leadertext.version1 {
	margin-bottom: 60px;
	max-width: 600px;
}

.ce_leadertext.version1 .headline {
	margin-bottom: 0;
}

.ce_leadertext.version1 .divider {
	background: rgb(51,51,51);
	content: '';
	display: block;
	height: 2px;
	margin: 20px 0 20px 0;
	position: relative;
	width: 22px;
}

.ce_leadertext.version1 p {
	font-size: 1.333rem;
}

.ce_leadertext.version1 .subheadline {
	font-size: 1.067rem;
}

.ce_leadertext.version1.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ce_leadertext.version1.align-center .divider {
	margin-left: auto;
	margin-right: auto;
}

.ce_leadertext.version1.color-white h1:after,
.ce_leadertext.version1.color-white h2:after,
.ce_leadertext.version1.color-white h3:after,
.ce_leadertext.version1.color-white h4:after,
.ce_leadertext.version1.color-white h5:after,
.ce_leadertext.version1.color-white h6:after,
.color-white .ce_leadertext.version1 h1:after,
.color-white .ce_leadertext.version1 h2:after,
.color-white .ce_leadertext.version1 h3:after,
.color-white .ce_leadertext.version1 h4:after,
.color-white .ce_leadertext.version1 h5:after,
.color-white .ce_leadertext.version1 h6:after {
	background: rgb(255,255,255);
}

.color-white .ce_leadertext.version1 .divider {
	background: rgb(255,255,255);
}

/* =============================================================================
 * ce_text_leader_v2
 * ========================================================================== */

.ce_leadertext.version2 {
	margin-bottom: 60px;
	max-width: 600px;
}

.ce_leadertext.version2 .headline {
	margin-bottom: 0;
}

.ce_leadertext.version2 .subheadline {
	font-size: 1.2rem;
}

.ce_leadertext.version2 p {
	font-size: 1.333rem;
}

.ce_leadertext.version2.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ce_leadertext.version2 .divider {
	margin-bottom: 25px;
	margin-top: 15px;
	text-align: left;
	display: block;
}

.ce_leadertext.version2.align-center .divider {
	text-align: center;
}

.ce_leadertext.version2 .divider-first {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 3px;
	border: 3px solid rgb(152,152,152);
	border-radius: 7px;
}

.ce_leadertext.version2 .divider-second {
	background-color: rgb(152,152,152);
	width: 4px;
	height: 4px;
	margin-top: 2px;
	margin-left: 2px;
	border-radius: 4px;
}

.ce_leadertext.version2 .divider:after,
.ce_leadertext.version2 .divider:before {
	background-color: rgb(152,152,152);
	display: inline-block !important;
	vertical-align: middle;
	content: "";
	width: 70px;
	height: 1px;
	margin-top: -6px;
}

.color-white .ce_leadertext.version2 .divider:after,
.color-white .ce_leadertext.version2 .divider:before,
.color-white .ce_leadertext.version2 .divider-second {
	background: rgb(255,255,255);
}

.color-white .ce_leadertext.version2 .divider-first {
	border-color: rgb(255,255,255);
}

/* =============================================================================
 * ce_headline_extended
 * ========================================================================== */

.ce_headline_extended.align-right {
	margin-left: auto;
	margin-right: 0;
}

.ce_headline_extended[class*="font-size"] h1,
.ce_headline_extended[class*="font-size"] h2,
.ce_headline_extended[class*="font-size"] h3,
.ce_headline_extended[class*="font-size"] h4,
.ce_headline_extended[class*="font-size"] h5,
.ce_headline_extended[class*="font-size"] h6 {
	font-size: inherit;
}

.ce_headline_extended[class*="mb-"] h1,
.ce_headline_extended[class*="mb-"] h2,
.ce_headline_extended[class*="mb-"] h3,
.ce_headline_extended[class*="mb-"] h4,
.ce_headline_extended[class*="mb-"] h5,
.ce_headline_extended[class*="mb-"] h6 {
	margin-bottom: 0;
}

/* =============================================================================
 * ce_headline_extended version 0
 * ========================================================================== */

.ce_headline_extended.version0 {
	margin-bottom: 60px;
	max-width: 600px;
}

.ce_headline_extended.version0 .headline {
	margin-bottom: 0;
}

.ce_headline_extended.version0 .divider {
	display: none;
}

.ce_headline_extended.version0 .subheadline {
	font-size: 1.333rem;
}

.ce_headline_extended.version0.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ce_headline_extended.version0.align-center .divider {
	margin-left: auto;
	margin-right: auto;
}

/* =============================================================================
 * ce_headline_extended version 1
 * ========================================================================== */

.ce_headline_extended.version1 {
	max-width: 600px;
}

.ce_headline_extended.version1 .headline {
	margin-bottom: 0;
}

.ce_headline_extended.version1 .divider {
	background: rgb(51,51,51);
	content: '';
	display: block;
	height: 2px;
	margin: 20px 0 20px 0;
	position: relative;
	width: 22px;

}

.ce_headline_extended.version1 .subheadline {
	font-size: 1.333rem;
}

.ce_headline_extended.version1.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ce_headline_extended.version1.align-center .divider {
	margin-left: auto;
	margin-right: auto;
}

.ce_headline_extended.version1.color-white h1:after,
.ce_headline_extended.version1.color-white h2:after,
.ce_headline_extended.version1.color-white h3:after,
.ce_headline_extended.version1.color-white h4:after,
.ce_headline_extended.version1.color-white h5:after,
.ce_headline_extended.version1.color-white h6:after,
.color-white .ce_headline_extended.version1 h1:after,
.color-white .ce_headline_extended.version1 h2:after,
.color-white .ce_headline_extended.version1 h3:after,
.color-white .ce_headline_extended.version1 h4:after,
.color-white .ce_headline_extended.version1 h5:after,
.color-white .ce_headline_extended.version1 h6:after {
	background: rgb(255,255,255);
}

.color-white .ce_headline_extended.version1 .divider {
	background: rgb(255,255,255);
}

/* =============================================================================
 * ce_headline_extended version 2
 * ========================================================================== */

.ce_headline_extended.version2 {
	max-width: 600px;
}

.ce_headline_extended.version2 .headline {
	margin-bottom: 0;
}

.ce_headline_extended.version2 .subheadline {
	font-size: 1.2rem;
}

.ce_headline_extended.version2.align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ce_headline_extended.version2 .divider {
	margin-bottom: 25px;
	margin-top: 15px;
	text-align: left;
	display: block;
}

.ce_headline_extended.version2.align-center .divider {
	text-align: center;
}

.ce_headline_extended.version2 .divider-first {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 3px;
	border: 3px solid rgb(152,152,152);
	border-radius: 7px;
}

.ce_headline_extended.version2 .divider-second {
	background-color: rgb(152,152,152);
	width: 4px;
	height: 4px;
	margin-top: 2px;
	margin-left: 2px;
	border-radius: 4px;
}

.ce_headline_extended.version2 .divider:after,
.ce_headline_extended.version2 .divider:before {
	background-color: rgb(152,152,152);
	display: inline-block !important;
	vertical-align: middle;
	content: "";
	width: 70px;
	height: 1px;
	margin-top: -6px;
}

.color-white .ce_headline_extended.version2 .divider:after,
.color-white .ce_headline_extended.version2 .divider:before,
.color-white .ce_headline_extended.version2 .divider-second {
	background: rgb(255,255,255);
}

.color-white .ce_headline_extended.version2 .divider-first {
	border-color: rgb(255,255,255);
}

.ce_headline_extended.align-center {
	margin-left: auto;
	margin-right: auto;
}

.ce_headline_extended.max_width_90 {
	max-width: 90%;
}

.ce_headline_extended.max_width_80 {
	max-width: 80%;
}

.ce_headline_extended.max_width_70 {
	max-width: 70%;
}

.ce_headline_extended.max_width_60 {
	max-width: 60%;
}

.ce_headline_extended.max_width_50 {
	max-width: 50%;
}

.ce_headline_extended.max_width_40 {
	max-width: 40%;
}

.ce_headline_extended.max_width_30 {
	max-width: 30%;
}

.ce_headline_extended.max_width_20 {
	max-width: 20%;
}

.ce_headline_extended.max_width_10 {
	max-width: 10%;
}

/* =============================================================================
 * ce_headline_extended | background-text
 * ========================================================================== */

.ce_headline_extended {
	position: relative;
	overflow: visible;
}

.ce_headline_extended h3.background-text {
	position: absolute;
	top: 27px;
	left: 0;
	right: 0;
	z-index: 10;
	opacity: 0.03;
	font-size: 8rem;
	line-height: 0;
}

/* =============================================================================
 * ce_headline_extended | in revolution slider
 * ========================================================================== */

 .ce_revolutionslider .ce_headline_extended h1 {
	 font-size: 80px;
	 white-space: normal;
	 word-wrap: normal;
 }

 .ce_revolutionslider .ce_headline_extended h2 {
	 font-size: 70px;
	 white-space: normal;
	 word-wrap: normal;
 }

 .ce_revolutionslider .ce_headline_extended h3 {
	 font-size: 65px;
	 white-space: normal;
	 word-wrap: normal;
 }

 .ce_revolutionslider .ce_headline_extended h4 {
	 font-size: 55px;
	 white-space: normal;
	 word-wrap: normal;
 }

 .ce_revolutionslider .ce_headline_extended h5 {
	 font-size: 45px;
	 white-space: normal;
	 word-wrap: normal;
 }

 .ce_revolutionslider .ce_headline_extended h6 {
	 font-size: 35px;
	 white-space: normal;
	 word-wrap: normal;
 }

/* =============================================================================
 * ce_text_image_bar
 * ========================================================================== */

.ce_text_image_bar .inside {
	display: flex;
	flex-wrap: wrap;
	position: static;
	padding-left: 0;
	padding-right: 0;
}

.ce_text_image_bar .textbox,
.ce_text_image_bar .imagebox {
	position: relative;
	flex: 0 0 50%;
}

.ce_text_image_bar.txt_right .textbox {
	order: 2;
}

.ce_text_image_bar.txt_right .imagebox {
	order: 1;
}

.ce_text_image_bar {
	position: relative;
	background: rgb(248,248,248);
}

.ce_text_image_bar .textbox {
	padding: 70px 60px;
}

.ce_text_image_bar.oversize .textbox {
	height: auto!important;
}

.ce_text_image_bar .imagebox {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.ce_text_image_bar.show-arrow .arrow {
	top: 50%;
	right: -10px;
	margin-top: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: 100;
}

.ce_text_image_bar.show-arrow.txt_left .arrow {
	left: -10px;
	right: auto;
}

.ce_text_image_bar.show-arrow.bg-nocolor .arrow {
	background: rgb(248,248,248);
}

.ce_text_image_bar .text-table {
	display: table;
	height: 100%;
	width: 100%;
}

.ce_text_image_bar .text-table .text-cell {
	display: table-cell;
	vertical-align: middle;
}

.ce_text_image_bar .ce_hyperlink {
	margin-top: 35px;
}

.ce_text_image_bar .ce_hyperlink a {
	margin-bottom: 0;
}

.ce_text_image_bar.bg-accent .ce_hyperlink a {
	background: rgb(51,51,51);
	border-color: rgb(51,51,51);
}

.ce_text_image_bar.bg-white {
	background: rgb(255,255,255);
}

.ce_text_image_bar ul {
	padding-left: 20px;
}

.ce_text_image_bar li {
	list-style-type: disc;
}

.ce_text_image_bar .subheadline {
	color: rgb(180,180,180);
	font-size: 1.2rem;
}

.ce_text_image_bar.color-white .subheadline {
	color: rgba(255,255,255,0.8);
}

.ce_text_image_bar .mobile_image_top {
	margin-bottom: 20px;
}

.ce_text_image_bar .mobile_image_bottom {
	margin-top: 20px;
}

.ce_text_image_bar .mobile_image {
	display: none;
}

/* =============================================================================
 * swiper-slide (scripts/swiper/)
 * ========================================================================== */

.swiper-container {
	height: 100%;
	width: 100%;
}

.swiper-container.hide-arrows .swiper-button-next,
.swiper-container.hide-arrows .swiper-button-prev {
	display: none;
}

.swiper-container-horizontal .swiper-pagination {
	bottom:10px;
	left:0;
	width:100%;
}

.swiper-container-vertical .swiper-pagination {
	bottom: auto;
	right: 30px;
}

.swiper-pagination-bullet {
	border: 2px solid rgb(255,255,255);
	box-shadow: 0 0 0 2px rgba(0,0,0,0.6);
	background: rgb(255,255,255);
}

.swiper-pagination-bullet {
	opacity: 0.5;
}

.swiper-pagination-bullet-active {
	background: rgba(0,0,0,0.5);
	opacity: 1;
}

.swiper-pagination-bullet {
	height: 12px;
	width: 12px;
}

.swiper-button-next,
.swiper-button-prev {
	background: none;
	margin-top: -45px;
	opacity: 0.3!important;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
	opacity: 1!important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 70px;
	line-height: 70px;
	color: rgba(255,255,255,0.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.swiper-button-prev:after {
	content: "\f104";
}

.ce_swiper-slider-start .swiper-pagination {
	display: none;
}

.ce_swiper-slider-start .swip-pagination .swiper-pagination {
	display: block;
	z-index: 100;
}

.ce_swiper-slider-start .pagination-left .swiper-pagination {
	text-align: left;
}

.ce_swiper-slider-start .pagination-right .swiper-pagination {
	text-align: right;
}

/* style2_dark */
.ce_swiper-slider-start.style2_dark .swiper-pagination-bullet {
	background: rgba(0,0,0,.15);
	opacity: 1;
	width: 12px;
	height: 12px;
	margin: 0 9px;
	border: 0;
	box-shadow: none;
}

.ce_swiper-slider-start.style2_dark .swiper-pagination-bullet-active {
	opacity: 1;
	background: rgb(0,0,0);
	width: 10px;
	height: 8px;
	position: relative;
	border-radius: 2px;
}

.ce_swiper-slider-start.style2_dark .swiper-pagination-bullet-active:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 2px;
	position: absolute;
	left: 1px;
	top: -3px;
	background: rgb(0,0,0);
	transform: rotate(45deg);
}

.ce_swiper-slider-start.style2_dark .swiper-button-next:after,
.ce_swiper-slider-start.style2_dark .swiper-button-prev:after {
	text-shadow: none;
	color: rgba(0,0,0,0.9);
}

/* style2_light */
.ce_swiper-slider-start.style2_light .swiper-pagination-bullet {
	background: rgba(255,255,255,0.5);
	opacity: 1;
	width: 12px;
	height: 12px;
	margin: 0 9px;
	border: 0;
	box-shadow: none;
}

.ce_swiper-slider-start.style2_light .swiper-pagination-bullet-active {
	opacity: 1;
	width: 10px;
	height: 8px;
	position: relative;
	border-radius: 2px;
}

.ce_swiper-slider-start.style2_light .swiper-pagination-bullet-active:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 2px;
	position: absolute;
	left: 1px;
	top: -3px;
	transform: rotate(45deg);
}

.ce_swiper-slider-start.style2_light .swiper-button-next:after,
.ce_swiper-slider-start.style2_light .swiper-button-prev:after {
	text-shadow: none;
	color: rgba(255,255,255,0.9);
}


/* =============================================================================
 * ce_parallax
 * ========================================================================== */

.ce_parallax {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

.ce_parallax .parallax-inside {
	overflow: hidden;
}

body.ios .ce_parallax,
body.android .ce_parallax {
	background-attachment: scroll;
	background-position: center center!important;
}

/* =============================================================================
 * ce_countup
 * ========================================================================== */

.ce_countup {
	text-align: center;
}

.ce_countup.style2 {
	text-align: left;
}

.ce_countup .headline {
	font-size: 2.333rem;
	margin-bottom: 15px;
}

.ce_countup i {
	font-size: 2.333rem;
	line-height: 66px;
}

.ce_countup .image_container {
	text-align: center;
	margin-bottom: 15px;
}

.ce_countup .image_container img {
	width: auto;
	display: inline-block;
}

/* =============================================================================
 * ce_contentbox
 * ========================================================================== */

.ce_contentbox .ce_contentbox_table {
	height: 100%;
	width: 100%;
	display: table;
	position: relative;
	overflow: hidden;
	padding: 5%;
	background-size: cover;
}

.ce_contentbox .ce_contentbox_cell {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.ce_contentbox.align-middle .ce_contentbox_cell {
	vertical-align: middle;
}

.ce_contentbox.align-bottom .ce_contentbox_cell {
	vertical-align: bottom;
}

.ce_contentbox.hover .ce_contentbox_cell {
	opacity: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_contentbox.hover:hover .ce_contentbox_cell {
	opacity: 1;
}

.ce_contentbox .arrow {
	height: 20px;
	width: 20px;
	background: #fff;
	position: absolute;
}

.ce_contentbox .arrow-right-top {
	top: 10%;
	right: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-right-middle {
	top: 50%;
	right: -10px;
	margin-top: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-right-bottom {
	bottom: 10%;
	right: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-left-top {
	top: 10%;
	left: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-left-middle {
	top: 50%;
	left: -10px;
	margin-top: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-left-bottom {
	bottom: 10%;
	left: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-top-left {
	top: -10px;
	left: 10%;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-top-middle {
	top: -10px;
	left: 50%;
	margin-left: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-top-right {
	top: -10px;
	right: 10%;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-bottom-left {
	bottom: -10px;
	left: 10%;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-bottom-middle {
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_contentbox .arrow-bottom-right {
	bottom: -10px;
	right: 10%;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* =============================================================================
 * ce_infobox_alert
 * ========================================================================== */

.ce_infobox_alert {
	background: #ce4f4b;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 25px;
    color: #fff;
}

.ce_infobox_alert .headline {
	font-weight: bold;
	color: #a02622;
	margin-right: 5px;
}

.ce_infobox_alert i {
	color: #a02622;
	margin: 0 10px;
	font-size: 1.667rem;
	line-height: 25px;
	float: left;
	width: 1em;
}

.ce_infobox_alert p {
	display: inline;
	margin: 0;
}

/* =============================================================================
 * ce_infobox_warning
 * ========================================================================== */

.ce_infobox_warning {
	background: #f0ad4e;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 25px;
    color: #fff;
}

.ce_infobox_warning .headline {
	font-weight: bold;
	color: #b7843b;
	margin-right: 5px;
}

.ce_infobox_warning i {
	color: #b7843b;
	margin: 0 10px;
	font-size: 1.667rem;
	line-height: 25px;
	float: left;
	width: 1em;
}

.ce_infobox_warning p {
	display: inline;
	margin: 0;
}

/* =============================================================================
 * ce_infobox_info
 * ========================================================================== */

.ce_infobox_info {
	background: #5ebbd7;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 25px;
    color: #fff;
}

.ce_infobox_info .headline {
	font-weight: bold;
	color: #3f7f92;
	margin-right: 5px;
}

.ce_infobox_info i {
	color: #3f7f92;
	margin: 0 10px;
	font-size: 1.667rem;
	line-height: 25px;
	float: left;
	width: 1em;
}

.ce_infobox_info p {
	display: inline;
	margin: 0;
}

/* =============================================================================
 * ce_infobox_success
 * ========================================================================== */

.ce_infobox_success {
	background: #52ac52;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 25px;
    color: #fff;
}

.ce_infobox_success .headline {
	font-weight: bold;
	color: #337033;
	margin-right: 5px;
}

.ce_infobox_success i {
	color: #337033;
	margin: 0 10px;
	font-size: 1.667rem;
	line-height: 25px;
	float: left;
	width: 1em;
}

.ce_infobox_success p {
	display: inline;
	margin: 0;
}

/* =============================================================================
 * ce_calltoaction
 * ========================================================================== */

.ce_calltoaction:not(.ce_calltoaction_v2) {
	background: rgb(152,152,152);
	padding: 25px 25px 15px 40px;;
	color: rgb(255,255,255);
	position: relative;
	margin-bottom: 15px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.ce_calltoaction:after {
	content: '';
	width: 10px;
	background: rgba(255,255,255,0.3);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.ce_calltoaction:not(.ce_calltoaction_v2) h1,
.ce_calltoaction:not(.ce_calltoaction_v2) h2,
.ce_calltoaction:not(.ce_calltoaction_v2) h3,
.ce_calltoaction:not(.ce_calltoaction_v2) h4,
.ce_calltoaction:not(.ce_calltoaction_v2) h5,
.ce_calltoaction:not(.ce_calltoaction_v2) h6 {
	color: rgb(255,255,255);
}

.ce_calltoaction p {
	margin-bottom: 10px;
}

.ce_calltoaction .ce_url a {
	font-weight: bold;
	text-decoration: underline;
	color: rgb(255,255,255)!important;
}

.ce_calltoaction .ce_url a:before {
	content: "\f101";
	font-family:FontAwesome;
	font-weight: normal;
	display: inline-block;
	margin-right: 5px;
}

/* =============================================================================
 * ce_calltoaction v2
 * ========================================================================== */


.ce_calltoaction_v2 .ce_calltoaction_inside {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}

.ce_calltoaction_v2 {
	margin-bottom: 0;
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.ce_calltoaction_v2 p {
	font-size: 1.3em;
}

.ce_calltoaction_v2 .headline {
	margin: 0;
}

.ce_calltoaction_v2 .ce_hyperlink {
	position: absolute;
	right: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ce_calltoaction_v2 .ce_hyperlink a {
	text-decoration: none;
}

.ce_calltoaction_v2 .ce_calltoaction_content {
	padding-right: 25%;
}

.ce_calltoaction_v2:after {
	display: none;
}

/* =============================================================================
 * ce_tabs
 * ========================================================================== */

.ce_tabs {
	overflow: hidden;
}

.ce_tabs .panes .section {
	display: none;
}

.ce_tabs .panes .section.active {
	display: block;
}

.ce_tabs .tabs a {
	cursor: pointer;
	display: block;
}

.ce_tabs i {
	margin-right: 5px;
}

.ce_tabs .image_container {
	text-align: center;
}

.ce_tabs .tabs .image_container img {
	width: auto;
	display: inline-block;
	opacity: 0.6;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
}

.ce_tabs .tabs li.active .image_container img,
.ce_tabs .tabs li:hover .image_container img {
	opacity: 1;
}

.ce_tabs .tabs.horizontal ul {
	margin-bottom:35px;
	overflow:hidden;
}

.ce_tabs.no-margin .tabs.horizontal ul {
	margin-bottom: 0;
}

.ce_tabs .tabs.horizontal li {
	float:left;
}

.ce_tabs .tabs.horizontal li i {
	font-size: 1.667rem;
	display: block;
	margin-bottom: 5px;
}

.ce_tabs .tabs.horizontal li a {
	font-size:1.3rem;
	padding:30px 0;
	text-align:center;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	display:block;
}

.ce_tabs .tabs.horizontal li a {
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
	-ms-transition:All 0.3s ease;
	transition:All 0.3s ease;
}

.ce_tabs .tabs.horizontal li:first-child a {
	border-left:0;
}

.ce_tabs .tabs.horizontal ul li:hover a,
.ce_tabs .tabs.horizontal ul li.active a {
	background: rgb(152,152,152);
	color:#fff;
	font-weight:inherit;
}

.ce_tabs .tabs.horizontal li.tab_two {
	width:50%;
}

.ce_tabs .tabs.horizontal li.tab_three {
	width:33.33%;
}

.ce_tabs .tabs.horizontal li.tab_fourth {
	width:25%;
}

.ce_tabs .tabs.horizontal li.tab_fifth {
	width:20%;
}

.ce_tabs .tabs.horizontal li.tab_sixth {
	width:16.66%;
}

.ce_tabs .tabs.horizontal li.tab_more_sixth a {
	padding-left:20px;
	padding-right:20px;
}

.ce_tabs .tabs.horizontal-clean {
	padding-bottom: 45px;
}

.ce_tabs.no-margin .tabs.horizontal-clean {
	padding-bottom: 0;
}

.ce_tabs .tabs.horizontal-clean ul {
	text-align: center;
	margin-bottom: 30px;
}

.ce_tabs .tabs.horizontal-clean ul li {
	display: inline-block;
	position: relative;
	font-weight: bold!important;
}

.ce_tabs .tabs.horizontal-clean ul li.active {
	font-weight: bold;
}

.ce_tabs .tabs.horizontal-clean ul li.active:after {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: rgb(152,152,152) transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}

.ce_tabs .tabs.horizontal-clean i {
	display: block;
	font-size: 2.333rem;
	margin: 0;
}

.ce_tabs .tabs.horizontal-clean .image_container {
	margin-bottom: 5px;
}

.ce_tabs .tabs.horizontal-clean ul li:hover,
.ce_tabs .tabs.horizontal-clean ul li.active {
	font-weight: normal;
}

.ce_tabs .tabs.horizontal-clean li a {
	border: 0;
	margin-left: 25px;
	margin-right: 25px;
}

.ce_tabs .tabs.vertical {
	width:30%;
}

.ce_tabs .tabs.vertical,
.ce_tabs .panes.vertical {
	float:left;
}

.ce_tabs .panes.vertical {
	padding-left:3rem;
	width:70%;
}

.ce_tabs .tabs.vertical ul li a,
.ce_tabs .tabs.vertical ul li {
	width:100%;
}

.ce_tabs .tabs.vertical ul li a {
	display:block;
	padding:12px 16px;
}

.ce_tabs .tabs.vertical ul li:hover a,
.ce_tabs .tabs.vertical ul li.active a {
	font-weight:bold;
}

.ce_tabs .panes.vertical {
	border-left:1px solid rgb(229,229,229);
}

.ce_tabs .tabs.vertical ul li a {
	border-bottom:1px solid rgb(229,229,229);
}

.ce_tabs .tabs.vertical_2 {
	width:30%;
	float:right;
}

.ce_tabs .panes.vertical_2 {
	float:left;
}

.ce_tabs .panes.vertical_2 {
	padding-right:3rem;
	width:70%;
}

.ce_tabs .tabs.vertical_2 ul li a,
.ce_tabs .tabs.vertical ul li {
	width:100%;
}

.ce_tabs .tabs.vertical_2 ul li a {
	display:block;
	padding:12px 16px;
	border-bottom:1px solid rgb(229,229,229);
}

.ce_tabs .tabs.vertical_2 ul li.active a {
	font-weight: bold;
}

.ce_tabs .panes.vertical_2 {
	border-right:1px solid #e1e1e1;
}

.ce_tabs .tabs ul li:hover,
.ce_tabs .tabs.vertical ul li a.current,
.ce_tabs .tabs.vertical_2 ul li a.current {
	font-weight:bold;
	position:relative;
	z-index:100;
}

.ce_tabs .tabs.classic ul li {
	display: inline-block;
	padding: 10px 15px;
	background: rgb(247,247,247);
	border-top: 2px solid transparent;
	box-shadow: 0 0 inset, 0 -2px 2px rgba(0,0,0,0.03) inset, 0 0 inset, 0 0 inset;
}

.ce_tabs .tabs.classic ul li.active,
.ce_tabs .tabs.classic ul li:hover  {
	border-top: 2px solid rgb(152,152,152);
	box-shadow: none;
	font-weight: normal;
}

.ce_tabs .panes.classic {
	background: rgb(247,247,247);
	padding: 25px;
}

/* =============================================================================
 * ce_chartbar
 * ========================================================================== */

.ce_chartbar {
	margin-bottom: 15px;
}

.ce_chartbar .ce_chart_inside {
	position: relative;
}

.ce_chartbar .chart_bg {
	background: #f2f2f2;
	height: 35px;
	box-shadow: inset 0 1px 3px rgb(204,204,204);
	border-radius: 4px;
}

.ce_chartbar .title {
	margin-bottom: 3px;
}

.ce_chartbar .chart_data {
	background: rgb(247,247,247);
	height: 100%;
	text-align: right;
	line-height: 35px;
	padding-right: 10px;
	color: #fff;
	width: 0;
	border-radius: 4px;
	-webkit-transition: Width 3s ease;
	transition: Width 3s ease;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
}

.ce_chartbar .chart_data.bg-warning {
	background: rgb(240,138,36);
}

.ce_chartbar .chart_data.bg-info {
	background: rgb(160,211,232);
}

.ce_chartbar .chart_data.bg-success {
	background: rgb(157,213,93);
}

.ce_chartbar .chart_data.bg-alert {
	background: rgb(247,80,90);
}

.ce_chartbar.slim .chart_bg {
	height: 20px;
}

.ce_chartbar.slim .chart_data span {
	line-height: 1.5;
	position: absolute;
	right: 0;
	top: 0;
	color: #555;
}

.color-white .ce_chartbar.slim .chart_data span {
	color: rgb(255,255,255);
}

.ce_chartbar.slim-x .chart_bg {
	height: 4px;
}

.ce_chartbar.slim-x .chart_data {
	border-radius: 0;
}

.ce_chartbar.slim-x .chart_data span {
	line-height: 1.5;
	position: absolute;
	right: 0;
	top: 0;
	color: #555;
}

.color-white .ce_chartbar.slim-x .chart_data span {
	color: rgb(255,255,255);
}

/* =============================================================================
 * ce_featured_tab
 * ========================================================================== */

.ce_featured_tab {
	position: relative;
}

.ce_featured_tab.tab-style2 {
	padding-top: 100px;
	padding-bottom: 50px;
}

.ce_featured_tab .panes .section {
	display: none;
}

.ce_featured_tab .panes .section.active {
	display: block;
}

.ce_featured_tab .tabs {
	width: 30%;
	float: left;
}

.ce_featured_tab .tabs a {
	cursor: pointer;
	display: block;
}

.ce_featured_tab .panes {
	position: relative;
	padding: 0;
	border: none;
	z-index: 2;
	float: left;
	width: 70%;
}

.ce_featured_tab .tabs li {
	float: left;
	position: relative;
	padding: 25px 28px;
	display: block;
}

.ce_featured_tab li {
	overflow: hidden;
	display: block;
}

.ce_featured_tab li .ce_headline .headline {
	margin-bottom: 5px;
	color: rgb(150,150,150);
}

.ce_featured_tab li.active {
	background: rgb(80,80,80);
	border-radius: 10px 0 0 10px;
}

.ce_featured_tab li p {
	margin-bottom: 0;
}

.ce_featured_tab li.active p {
	color: rgb(255,255,255);
}

.ce_featured_tab li.active .ce_headline .headline {
	color: rgb(255,255,255);
}

.ce_featured_tab.tab-style2 .panes {
	top: 50px;
	right: 0;
	position: absolute;
	width: auto;
}

@media only screen and (max-width: 1199px) {
	.ce_featured_tab .tabs {
		width: 100%;
		float: none;
		margin-bottom: 35px;
	}

	.ce_featured_tab .panes,
	.ce_featured_tab.tab-style2 .panes {
		top: 0;
		float: none;
		width: 100%;
		position: static;
	}

	.ce_featured_tab ul {
		overflow: hidden;
	}

	.ce_featured_tab li {
		float: left;
		width: 33%;
	}

	.ce_featured_tab.tab_fourth li {
		width: 25%;
	}

	.ce_featured_tab.tab_two li {
		width: 50%;
	}

	.ce_featured_tab li.active {
		border-radius: 0;
	}
}

/* =============================================================================
 * ce_timeline
 * ========================================================================== */

.ce_timeline {
	position: relative;
}

.ce_timeline:before {
	content: '';
	width: 2px;
	background: rgb(152,152,152);
	position: absolute;
	top: 4px;
	left: 50%;
	height: 100%;
	margin-left: -1px;
}

.ce_timeline .timeline-item {
	width: 50%;
	position: relative;
	text-align: right;
	padding-right: 5%;
	clear: both;
	float: left;
	margin-bottom: 30px;
}

.ce_timeline .timeline-item:nth-of-type(2n) {
	float: right;
	text-align: left;
	padding-left: 5%;
	padding-right: 0;
}

.ce_timeline .timeline-item:nth-of-type(2n) i {
	right: auto;
	left: -6px;
}

.ce_timeline .timeline-item:nth-of-type(2n) i.timeline-icon {
	right: auto;
	left: -21px;
}

.ce_timeline .timeline-item i {
	background: rgb(152,152,152);
	width: 12px;
	height: 12px;
	border-radius: 100%;
	position: absolute;
	right: 0;
	top: 4px;
	margin-right: -6px;
}

.ce_timeline .timeline-item i.timeline-icon {
	font-size: 1.333rem;
	width: 44px;
	height: 44px;
	margin-right: -22px;
	color: #fff;
	box-shadow: 0 0 0 4px rgb(110,110,110);
	border: 2px solid rgb(255,255,255);
	z-index: 10;
}

.ce_timeline .timeline-item i.timeline-icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
}

.ce_timeline i.last-point {
	background: rgb(152,152,152);
	width: 12px;
	height: 12px;
	border-radius: 100%;
	position: absolute;
	right: 50%;
	bottom: 0;
	margin-right: -6px;
}

.ce_timeline .timeline-item .timeline-item-title {
	font-size: 1.3em;
	line-height: 1;
	font-weight: bold;
	background: rgb(152,152,152);
	color: rgb(255,255,255);
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	margin-top: -3px;
	margin-bottom: 10px;
}

.ce_timeline .timeline-item .timeline-item-title:before {
	content: '';
	position: absolute;
	right: 0;
	top: 10px;
	height: 1px;
	background: rgb(152,152,152);
	width: 10%;
}

.ce_timeline .timeline-item:nth-of-type(2n) .timeline-item-title:before {
	left: 0;
	right: auto;
}

.ce_timeline .timeline-item.timeline-w-icon .timeline-item-title {
	margin-top: 10px;
}

.ce_timeline .timeline-item.timeline-w-icon .timeline-item-title:before {
	top: 23px;
}

.ce_timeline .timeline-item img {
	border-radius: 5px;
}

/* =============================================================================
 * ce_piechart (scripts/easypiechart/)
 * ========================================================================== */

.ce_piechart {
	position: relative;
	text-align: center;
}

.ce_piechart span {
	font-size: 2em;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: -1em;
	line-height: 2em;
}

.ce_piechart .piechart {
	height: 180px;
	position: relative;
	margin-bottom: 15px;
}

.ce_piechart .headline {
	text-align: center;
	margin: 0;
}

/* =============================================================================
 * ce_team
 * ========================================================================== */

.ce_teambox.centered {
	text-align: center;
}

.ce_teambox .name {
	font-weight: bold;
	margin: 15px 0 5px 0;
}

.ce_teambox .function {
	margin-bottom: 20px;
}

.ce_teambox.round_image .image_container img {
	border-radius: 100%;
	border: 4px solid rgba(0,0,0,0.1);
}

.ce_teambox.round_image .teambox_inside {
	padding: 0 40px;
}

.ce_teambox .image {
	text-align: center;
}

.ce_teambox .image a {
	position: relative;
	display: inline-block;
	height: 100%;
}

.ce_teambox .image .overlay {
	height: 100%;
	width: 100%;
	display: block;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	background: rgb(152,152,152);
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.ce_teambox.round_image .image .overlay {
	border-radius: 100%;
}

.ce_teambox .image_container {
	margin: 0;
}

.ce_teambox .image i {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1.333rem;
	font-size: 2.667rem;
	line-height: 2.667rem;
	width: 100%;
	color: #fff;
}

.ce_teambox .image:hover .overlay {
	opacity: 1;
}

.ce_teambox .socials {
	margin-top: 25px;
	font-size: 1.333rem;
	overflow: hidden;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.ce_teambox .socials a {
	float: left;
	padding: 0 3px;
	text-align: center;
}

.ce_teambox .socials.color a {
	border: 0;
}

.ce_teambox .socials a i {
	width: 2rem;
	line-height: 2rem;
	background: rgb(136, 136, 136);
	color: rgb(255,255,255);
	border-radius: 100%;
	font-size: 1rem;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_teambox .socials a:hover i {
	opacity: 0.8;
}

.ce_teambox .socials.color i.fa-facebook {
	background: rgb(67,96,152)!important;
	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-twitter {
	background: rgb(40,169,226)!important;
	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-xing {
 	background: rgb(0,93,94)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-tumblr {
 	background: rgb(45,73,102)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-google-plus {
 	background: rgb(217,82,50)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-flickr {
 	background: rgb(250,29,132)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-linkedin {
 	background: rgb(2,116,179)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-instagram {
 	background: rgb(167,124,98)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-pinterest {
 	background: rgb(205,33,40)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-vimeo-square {
 	background: rgb(52,192,238)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox .socials.color i.fa-youtube {
 	background: rgb(220,33,48)!important;
 	color: rgb(255,2552,255)!important;
}

.ce_teambox.hover_image .team-content {
	position: relative;
}

.ce_teambox.hover_image .team-content-hover {
	position: absolute;
	top: 0%;
	left: 0;
	opacity: 0;
	padding: 50px;
	width: 100%;
	height: 100%;
	background: rgb(250,250,250);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_teambox.hover_image .team-content-valign {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	top: 50%;
}

.ce_teambox.hover_image:hover .team-content-hover {
	opacity: 1;
}

.ce_teambox.frame .teambox_inside {
	border: 3px solid rgb(231,231,231);
}

.ce_teambox.frame .teambox_inside .name {
	padding-top: 20px;
}

.ce_teambox.frame .teambox_inside p {
	padding: 0 25px;
}

.ce_teambox.frame .teambox_inside .function {
	font-style: normal;
	font-weight: bold;
}

.ce_teambox.gray_bg .teambox_inside {
	position: relative;
	background: rgb(248, 248, 248);
	overflow: hidden;
}

.ce_teambox.gray_bg .teambox_content {
	padding: 20px;
}

.ce_teambox.gray_bg .socials a {
	border: 0;
}

.ce_teambox.gray_bg .function {
	color: inherit!important;
	font-style: normal;
	font-size: 0.9rem;
	padding-top: 0;
}

.ce_teambox.gray_bg .image .overlay {
	opacity: 1;
	height: auto;
	width: 8rem;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	color: rgb(255,255,255);
	font-size: 0.8rem;
	position: absolute;
	left: -3rem;
	top: -0.3333rem;
	text-align: center;
	z-index: 30;
	padding: 0.8rem 0 0.3333rem 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_teambox.gray_bg .image:hover .overlay {
	padding-top: 1.6rem;
}

.ce_teambox.gray_bg .image .overlay i {
	font-size: 1.2rem;
	position: static;
	margin: 0;
	line-height: 1;
}

/* same-height */
.autogrid_row.same_height .ce_teambox.gray_bg,
.autogrid_row.same_height .ce_teambox.gray_bg .teambox_inside {
	height: 100%;
}

/* =============================================================================
 * ce_headeline with type effect (scripts/typed/)
 * ========================================================================== */

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    position: relative;
    top: -3px;
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/* =============================================================================
 * ce_bgimage
 * ========================================================================== */

.ce_bgimage {
	position: relative;
	overflow: visible;
}

.ce_bgimage {
	overflow: visible;
}

.ce_bgimage:before,
.ce_bgimage:after {
	content:'\0020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

.ce_bgimage:after {
	clear:both;
}

.ce_bgimage .ce_bgimage-inside {
	position: relative;
	z-index: 10;
}

.ce_bgimage.offset:before {
	position: absolute;
	top: 75%;
	background: #fff;
	content: '';
	right: 0;
	bottom: 0;
	left:0;
	z-index: 10;
}

.ce_bgimage.offset.offset-bg-accent:before {
	background-color: rgb(152,152,152);
}

.ce_bgimage.offset.offset-bg-lightgray:before {
	background-color: rgb(247,247,247);
}

.ce_bgimage.offset.offset-bg-darkgray:before {
	background-color: rgb(69,69,69);
}

.ce_bgimage.offset.offset-bg-black:before {
	background-color: rgb(0,0,0);
}

.ce_bgimage.offset.offset-top:before,
.ce_bgimage.offset-top:before {
	position: absolute;
	top: 0;
	background: #fff;
	content: '';
	right: 0;
	top: 0;
	left:0;
	height: 25%;
	z-index: 10;
}

.ce_bgimage .ce_bgimage-image {
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.ce_bgimage.bg_contain .ce_bgimage-image {
	background-size: contain;
}

.ce_bgimage.fullscreen-image {
	height: 100vh;
}

.ce_bgimage.fullscreen-image .ce_bgimage-outer {
	height: 100vh;
}

.ce_bgimage.oversize .ce_bgimage-outer .ce_bgimage-inside {
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
}

.ce_bgimage.oversize,
.ce_bgimage.ce_bgimage-outer {
	height: auto!important;
}

.ce_bgimage.max_width_m .contentwrap {
	max-width: 800px;
}

.ce_bgimage.max_width_s .contentwrap {
	max-width: 650px;
}

/* =============================================================================
 * ce_bgimage: parallax offset option
 * ========================================================================== */

.ce_bgimage div.offset_layer {
	position: absolute;
	top: 0;
	background: #fff;
	content: '';
	right: 0;
	left:0;
	height: 25%;
	z-index: 10;
}

.ce_bgimage div.offset_layer.offset-bottom {
	top: auto;
	bottom: 0;
}

/* =============================================================================
 * ce_bgimage: background-position
 * ========================================================================== */

.ce_bgimage.bg_left_top .ce_bgimage-image {
	background-position: left top;
}

.ce_bgimage.bg_left_center .ce_bgimage-image {
	background-position: left center;
}

.ce_bgimage.bg_left_bottom .ce_bgimage-image {
	background-position: left bottom;
}

.ce_bgimage.bg_center_top .ce_bgimage-image {
	background-position: center top;
}

.ce_bgimage.bg_center_center .ce_bgimage-image {
	background-position: center center;
}

.ce_bgimage.bg_center_bottom .ce_bgimage-image {
	background-position: center bottom;
}

.ce_bgimage.bg_right_top .ce_bgimage-image {
	background-position: right top;
}

.ce_bgimage.bg_right_cemte .ce_bgimage-image {
	background-position: right center;
}

.ce_bgimage.bg_right_bottom .ce_bgimage-image {
	background-position: right bottom;
}

/* =============================================================================
 * ce_bgimage: parallax option
 * ========================================================================== */

.ce_bgimage.parallax .ce_bgimage-image {
	background-attachment: fixed;
	background-position-x: 50%!important;
	background-position-y: top;
}

.ce_bgimage.parallax {
	position: relative;
}

body.ios .ce_bgimage.parallax .ce_bgimage-image,
body.android .ce_bgimage.parallax .ce_bgimage-image {
	background-attachment: scroll;
	background-position: center center!important;
}

/* =============================================================================
 * ce_bgimage: img-leftside
 * ========================================================================== */

.ce_bgimage.img-leftside-33,
.ce_bgimage.img-leftside-50 {
	position: relative;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.ce_bgimage.bg-nocolor {
	background: rgb(248,248,248);
}

.ce_bgimage.img-leftside-33 .ce_bgimage-image,
.ce_bgimage.img-leftside-50 .ce_bgimage-image {
	width: 33.33%;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}

.ce_bgimage.img-leftside-33 .ce_bgimage-outer {
	margin-left: 33%;
}

.ce_bgimage.img-leftside-50 .ce_bgimage-outer {
	margin-left: 50%;
}

.ce_bgimage.img-leftside-33 .ce_bgimage-inside,
.ce_bgimage.img-leftside-50 .ce_bgimage-inside {
	width: 67%;
	padding: 60px;
	vertical-align: middle;
}

.ce_bgimage.img-leftside-50 .ce_bgimage-image,
.ce_bgimage.img-leftside-50 .ce_bgimage-inside {
	width: 50%;
}

.ce_bgimage.img-rightside-50 .ce_bgimage-image {
	margin-left: 50%;
}

.ce_bgimage.img-rightside-50 .ce_bgimage-outer {
	margin-right: 50%;
}

.ce_bgimage.img-rightside-33 .ce_bgimage-image {
	margin-left: 33.33%;
}

.ce_bgimage.img-rightside-33 .ce_bgimage-outer {
	margin-right: 66.66%;
}

.ce_bgimage.img-leftside-50 .ce_bgimage-inside,
.ce_bgimage.img-leftside-33 .ce_bgimage-inside {
	width: 100%;
}

.ce_bgimage.bg-accent a:not(.hyperlink_txt) {
	color: inherit
}

.ce_bgimage.vertical_centered .ce_bgimage-inside {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: relative;
	top: 50%;
}

.ce_bgimage.vertical_centered .ce_bgimage-outer {
	height: 100%;
}

/* =============================================================================
 * ce_bgimage_extended: content|content
 * ========================================================================== */

.ce_bgimage_content_start {
	background-size: cover;
}

.ce_bgimage_content_start .ce_bgimage_extended_inside {
	position: relative;
	overflow: hidden;
	display: table;
	width: 100%;
}

.ce_bgimage_content_start .ce_bgimage_content_left,
.ce_bgimage_content_start .ce_bgimage_content_right {
	width: 50%;
	padding-left: 30px;
	padding-right: 30px;
	display: table-cell;
	vertical-align: top;
	position: relative;
}

.ce_bgimage_content_start.valign-middle .ce_bgimage_content_left,
.ce_bgimage_content_start.valign-middle .ce_bgimage_content_right {
	vertical-align: middle;
}

.ce_bgimage_content_start.valign-bottom .ce_bgimage_content_left,
.ce_bgimage_content_start.valign-bottom .ce_bgimage_content_right {
	vertical-align: bottom;
}

.ce_bgimage_content_start.img-left-67 .ce_bgimage_content_left {
	width: 67%;
}

.ce_bgimage_content_start.img-left-67 .ce_bgimage_content_right {
	width: 33%;
}

.ce_bgimage_content_start.img-left-33 .ce_bgimage_content_left {
	width: 33%;
}

.ce_bgimage_content_start.img-left-33 .ce_bgimage_content_right {
	width: 67%;
}

.ce_bgimage_content_start.img-right-67 .ce_bgimage_content_left {
	width: 33%;
}

.ce_bgimage_content_start.img-right-67 .ce_bgimage_content_right {
	width: 67%;
}

.ce_bgimage_content_start.img-right-33 .ce_bgimage_content_left {
	width: 67%;
}

.ce_bgimage_content_start.img-right-33 .ce_bgimage_content_right {
	width: 33%;
}

.ce_bgimage_content_start .bg_overlay {
	background-color: rgb(240,240,240);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.ce_bgimage_content_start.bg-white .bg_overlay {
	background: rgb(255,255,255);
}

.ce_bgimage_content_start.bg-lightgray .bg_overlay {
	background: rgb(240,240,240);
}

.ce_bgimage_content_start.bg-darkgray .bg_overlay {
	background: rgb(54,54,54);
}

.ce_bgimage_content_start.bg-black .bg_overlay {
	background: rgb(0,0,0);
}

.ce_bgimage_content_start .ce_bgimage_content {
	position: relative;
	z-index: 20;
}

.ce_bgimage_content_start.img-left-67 .ce_bgimage_content_left .bg_overlay,
.ce_bgimage_content_start.img-left-50 .ce_bgimage_content_left .bg_overlay,
.ce_bgimage_content_start.img-left-33 .ce_bgimage_content_left .bg_overlay {
	display: none;
}

.ce_bgimage_content_start.img-right-67 .ce_bgimage_content_right .bg_overlay,
.ce_bgimage_content_start.img-right-50 .ce_bgimage_content_right .bg_overlay,
.ce_bgimage_content_start.img-right-33 .ce_bgimage_content_right .bg_overlay {
	display: none;
}

.ce_bgimage_content_start.invert_rightcol .ce_bgimage_content_right,
.ce_bgimage_content_start.invert_rightcol .ce_bgimage_content_right p,
.ce_bgimage_content_start.invert_rightcol .ce_bgimage_content_right h1,
.ce_bgimage_content_start.invert_rightcol .ce_bgimage_content_right h2,
.ce_bgimage_content_start.invert_rightcol .ce_bgimage_content_right h3,
.ce_bgimage_content_start.invert_rightcol .ce_bgimage_content_right h4,
.ce_bgimage_content_start.invert_rightcol .ce_bgimage_content_right h5,
.ce_bgimage_content_start.invert_rightcol .ce_bgimage_content_right h6 {
	color: rgb(255,255,255)!important;
}

.ce_bgimage_content_start.invert_leftcol .ce_bgimage_content_left,
.ce_bgimage_content_start.invert_leftcol .ce_bgimage_content_left p,
.ce_bgimage_content_start.invert_leftcol .ce_bgimage_content_left h1,
.ce_bgimage_content_start.invert_leftcol .ce_bgimage_content_left h2,
.ce_bgimage_content_start.invert_leftcol .ce_bgimage_content_left h3,
.ce_bgimage_content_start.invert_leftcol .ce_bgimage_content_left h4,
.ce_bgimage_content_start.invert_leftcol .ce_bgimage_content_left h5,
.ce_bgimage_content_start.invert_leftcol .ce_bgimage_content_left h6 {
	color: rgb(255,255,255)!important;
}

.ce_bgimage_content_start .ce_bgimage_pb_xxl .ce_bgimage_content {
	padding-bottom: 210px;
}

.ce_bgimage_content_start .ce_bgimage_pb_xl .ce_bgimage_content {
	padding-bottom: 170px;
}

.ce_bgimage_content_start .ce_bgimage_pb_l .ce_bgimage_content {
	padding-bottom: 150px;
}

.ce_bgimage_content_start .ce_bgimage_pb_m .ce_bgimage_content {
	padding-bottom: 100px;
}

.ce_bgimage_content_start .ce_bgimage_pb_s .ce_bgimage_content {
	padding-bottom: 90px;
}

.ce_bgimage_content_start .ce_bgimage_pb_xs .ce_bgimage_content {
	padding-bottom: 50px;
}

.ce_bgimage_content_start .ce_bgimage_pb_xxs .ce_bgimage_content {
	padding-bottom: 30px;
}

.ce_bgimage_content_start .ce_bgimage_pt_xxl .ce_bgimage_content {
	padding-top: 210px;
}

.ce_bgimage_content_start .ce_bgimage_pt_xl .ce_bgimage_content {
	padding-top: 170px;
}

.ce_bgimage_content_start .ce_bgimage_pt_l .ce_bgimage_content {
	padding-top: 150px;
}

.ce_bgimage_content_start .ce_bgimage_pt_m .ce_bgimage_content {
	padding-top: 100px;
}

.ce_bgimage_content_start .ce_bgimage_pt_s .ce_bgimage_content {
	padding-top: 90px;
}

.ce_bgimage_content_start .ce_bgimage_pt_xs .ce_bgimage_content {
	padding-top: 50px;
}

.ce_bgimage_content_start .ce_bgimage_pt_xxs .ce_bgimage_content {
	padding-top: 30px;
}


/* =============================================================================
 * .ce_testimonial_version1
 * ========================================================================== */

.ce_testimonial_version1 {
	text-align: center;
}

.ce_testimonial_version1 .ce_testimonial_inside {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.ce_testimonial_version1 p {
	text-align: center;
	font-style: normal;
}

.ce_testimonial_version1 .text p {
	font-family: Georgia, Times, serif;
	font-size: 1.3rem;
}

.ce_testimonial_version1 .name {
	font-weight: bold;
}

.ce_testimonial_version1 .image_container {
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
	border: 2px solid #fff;
}

.ce_testimonial_version1 .image_container img {
	border-radius: 100%;
}

/* =============================================================================
 * .ce_testimonial_version2
 * ========================================================================== */

.ce_testimonial_version2 {
	text-align: center;
}

.ce_testimonial_version2 p {
	text-align: center;
	font-style: normal;
}

.ce_testimonial_version2 .ce_testimonial_inside {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.ce_testimonial_version2 .text p {
	font-size: 1.067rem;
}

.ce_testimonial_version2 .name {
	font-weight: bold;
}

.ce_testimonial_version2 .image_container {
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	margin-bottom: 15px;
	margin-top: 10px;
	border: 2px solid #fff;
}

.ce_testimonial_version2 .image_container img {
	border-radius: 100%;
}

/* =============================================================================
 * .ce_testimonial_version3
 * ========================================================================== */

.ce_testimonial_version3 .text {
	background: rgb(247,247,247);
	padding: 20px;
	border-radius: 3px;
	position: relative;
	margin-bottom: 25px;
}

.ce_testimonial_version3 .text:after {
	content: '';
	background: rgb(247,247,247);
	width: 20px;
	height: 20px;
	position: absolute;
	left: 20px;
	bottom: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ce_testimonial_version3 .text p {
	color: rgb(140,140,140)!important;
}

.ce_testimonial_version3 .name {
	padding-top: 7px;
}

.ce_testimonial_version3 .additional {
	font-size: 0.8rem;
}

.ce_testimonial_version3 .image_container {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	margin-bottom: 15px;
	border: 2px solid #fff;
	float: left;
	margin-right: 10px;
}

.ce_testimonial_version3 .image_container img {
	border-radius: 100%;
	border: 1px solid rgb(238,238,238);
	padding: 3px;
}

/* =============================================================================
 * ce_testimonial_version4
 * ========================================================================== */

.ce_testimonial_version4 .image_container {
	position: absolute;
	left: 0;
	top: 0;
}

.ce_testimonial_version4 .image_container img {
	width: 70px;
	height:70px;
	border-radius: 100%;
}

.ce_testimonial_version4 .ce_testimonial_inside {
	padding-left: 100px;
	position: relative;
	max-width: 500px;
}

.ce_testimonial_version4 .text {
	font-size: 1.3rem;
	font-family: Georgia, Times, serif;
	font-style: italic;
	line-height: 1.3;
}

.swiper-wrapper .ce_testimonial_version4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}

.swiper-wrapper .ce_testimonial_version4 .ce_testimonial_inside {
	max-width: 100%;
}

.swiper-wrapper .ce_testimonial_version4 .text {
	text-align: justify;
}

/* =============================================================================
 * ce_testimonial_version5
 * ========================================================================== */

.ce_testimonial_version5 {
	text-align: center;
}

.ce_testimonial_version5 .info {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}

.ce_testimonial_version5 .ce_testimonial_inside {
	position: relative;
	padding-top: 230px;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.ce_testimonial_version5 p {
	text-align: center;
	font-style: normal;
}

.ce_testimonial_version5 .text p {
	font-size: 1.4rem;
}

.ce_testimonial_version5 .name {
	font-size: 1.6rem;
}

.ce_testimonial_version5 .image_container {
	display: inline-block;
	width: 125px;
	height: 125px;
	border-radius: 100%;
	margin-bottom: 15px;
	border: 2px solid #fff;
}

.ce_testimonial_version5 .image_container img {
	border-radius: 100%;
}

/* =============================================================================
 * ce_testimonial_version6
 * ========================================================================== */

.ce_testimonial_version6 {
	text-align: center;
}

.ce_testimonial_version6 .ce_testimonial_inside {
	position: relative;
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
}

.ce_testimonial_version6 p {
	text-align: center;
	font-style: normal;
}

.ce_testimonial_version6 .text p {
	font-size: 1.1rem;
	line-height: 2rem;
}

.ce_testimonial_version6 .name {
	font-size: 1.4rem;
}

.ce_testimonial_version6 .image_container {
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	margin-bottom: 15px;
	border: 2px solid #fff;
}

.ce_testimonial_version6 .image_container img {
	border-radius: 100%;
}

.ce_testimonial_version6 .additional {
	color: rgb(180,180,180);
}

.ce_testimonial_version6 i {
	font-size: 2rem;
	margin-bottom: 15px;
	text-align: center;
	display: block;
	color: rgb(180,180,180);
}

/* =============================================================================
 * .ce_testimonial_version7
 * ========================================================================== */

.ce_testimonial_version7 .text {
	position: relative;
}

.ce_testimonial_version7 .text p:last-of-type {
	margin: 0;
}

.ce_testimonial_version7 .text_inside {
	position: relative;
	background: rgb(255,255,255);
	padding: 40px 30px;
	margin-bottom: 25px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.ce_testimonial_version7 .text:after {
	content: '';
	background: rgb(255,255,255);
	width: 20px;
	height: 20px;
	position: absolute;
	left: 20px;
	bottom: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.ce_testimonial_version7 .text p {
	line-height: 2;
	color: rgb(85,85,85)!important;
}

.ce_testimonial_version7 .name {
	padding-top: 7px;
}

.ce_testimonial_version7 .additional {
	font-size: 0.9rem;
}

.ce_testimonial_version7 .image_container {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	margin-bottom: 15px;
	border: 2px solid #fff;
	float: left;
	margin-right: 10px;
}

.ce_testimonial_version7 .image_container img {
	border-radius: 100%;
	border: 1px solid rgb(238,238,238);
	padding: 3px;
}

.ce_testimonial_version7 .text_inside {
	overflow: hidden;
}

.ce_testimonial_version7 .text_inside:before {
	text-align: center;
	position: absolute;
	content: "\f10e";
	display: block;
	width: 100px;
	right: -44px;
	bottom: -18px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font: normal normal normal 14px/1 FontAwesome;
	background: rgb(180,180,180);
	color: rgb(255,255,255);
	padding: 6px 0 27px 0;
	font-size: 16px;
}

/* =============================================================================
 * ce_iconbox default
 * ========================================================================== */

.ce_iconbox {
	text-align: center;
	display: block;
	position: relative;
	overflow: visible;
}

.ce_iconbox.padding:hover {
	z-index: 100;
}

.ce_iconbox.default i {
	font-size: 3rem;
}

.ce_iconbox .ce_iconbox_inside {
	position: relative;
}

.ce_iconbox .ce_iconbox_outside {
	width:100%;
}

.ce_iconbox .ce_iconbox_outside.padding {
	padding: 25px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_iconbox:hover .ce_iconbox_outside.padding {
	opacity: 1;
	box-shadow: 0 40px 70px rgba(0,0,0,.2);
	z-index: 100;
}

.ce_iconbox .ce_iconbox_outside.padding .content {
	opacity: 0.6;
}

.ce_iconbox a.link {
	margin-top: 10px;
	display: inline-block;
}

.ce_iconbox .image_container {
	text-align: center;
	margin-bottom: 0;
}

.ce_iconbox .image_container img {
	width: auto;
	display: inline-block;
}

.ce_iconbox h3 {
	font-size: 1.2rem;
	letter-spacing: 1px;
	position: relative;
	line-height: 1.4;
	margin-bottom: 10px;
}

.ce_iconbox .headline {
	margin-bottom: 0;
}

.ce_iconbox .content {
	margin-top: 10px;
}

.ce_iconbox:not(.version2):not(.version3) .ce_iconbox_cwrapper {
	margin-top: 20px;
}

.ce_iconbox .link:before {
	content: "\f101";
	font-family:FontAwesome;
	font-weight: normal;
	display: inline-block;
	margin-right: 5px;
}

.ce_iconbox.version2 .link:before {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}
.ce_iconbox.version2:hover .link:before {
	margin-right: 10px;
}

.ce_iconbox.same-height {
	display: flex!important;
}

.ce_iconbox.default .image_container,
.ce_iconbox.default i {
	padding-top: 5px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	position: relative;
	top: 0;
}

.ce_iconbox.default:hover .image_container,
.ce_iconbox.default:hover i {
	top: -5px;
}

.ce_iconbox li {
	list-style-type: circle;
	list-style-position: inside;
}

/* =============================================================================
 * ce_iconbox.version2
 * ========================================================================== */

.ce_iconbox.version2 .ce_iconbox_inside {
	text-align: left;
	display: flex;
	align-items: center;
}

.ce_iconbox.version2 .ce_iconbox_icon  {
	flex: 0 0 80px;
	align-self: flex-start;
}

.ce_iconbox.version2 .headline {
	padding-top: 0;
}

.ce_iconbox.version2 .image_container {
	line-height: 1.4;
}

.ce_iconbox.version2 .image_container img {
	width: 60px;
}

.ce_iconbox.version2 i {
	font-size: 1.733rem;
	border-radius: 100%;
	text-align: center;
	width: 60px;
	max-width: 60px;
	height: 60px;
	line-height: 60px;
	color: rgb(255,255,255);
	background: rgb(229,229,229);
}

.ce_iconbox.version2 .ce_iconbox_inside:after {
	position: absolute;
	left: 30px;
	top: 0;
	width: 1px;
	height: 100%;
	content:'';
	border-right: 1px dashed rgb(229,229,229);
	z-index: 1;
}

.ce_iconbox.version2:last-of-type .ce_iconbox_inside:after {
	display:none;
}

.ce_iconbox.version2 .image_container {
	text-align: left;
}

.ce_iconbox.version2 a.link {
	margin-top: 0;
}

/* =============================================================================
 * ce_iconbox.version2.right
 * ========================================================================== */

.ce_iconbox.version2.right-align .ce_iconbox_inside {
	text-align: right;
	display: flex;
	align-items: center;
}

.ce_iconbox.version2.right-align .ce_iconbox_icon {
	flex: 0 0 80px;
	align-self: flex-start;
	order: 2;
}

.ce_iconbox.version2 .ce_iconbox_cwrapper {
	order: 1;
}

.ce_iconbox.version2.right-align:last-of-type .ce_iconbox_inside:after {
	display:none;
}

.ce_iconbox.version2.right-align .image_container {
	text-align: right;
}

/* =============================================================================
 * ce_iconbox.version3
 * ========================================================================== */

 .ce_iconbox.version3 .ce_iconbox_inside {
 	text-align: left;
 	display: flex;
 	align-items: center;
 }

.ce_iconbox.version3 .ce_iconbox_icon {
	flex: 0 0 50px;
	align-self: flex-start;
}

.ce_iconbox.version3 .headline {
	padding-top: 0;
}

.ce_iconbox.version3 .image_container {
	line-height: 1.4;
}

.ce_iconbox.version3 .image_container img {
	width: 30px;
}

.ce_iconbox.version3 i {
	font-size: 2.2rem;
	line-height: 2.2rem;
	text-align: center;
	width: 40px;
}

.ce_iconbox.version3:last-of-type .ce_iconbox_inside:after {
	display:none;
}
 
.ce_iconbox.version3 a.link {	
	margin-top: 0;
}

.ce_iconbox.version3.xsmall i {
	font-size: inherit;
	line-height: inherit;
	text-align: left;
	width: 25px;
}

.ce_iconbox.version3.xsmall p {
	margin-bottom: 0;
	line-height: inherit;
}

.ce_iconbox.version3.xsmall .ce_iconbox_icon {
	flex: 0 0 25px;
}

.ce_iconbox.version3.xsmall .content {
	margin-top: 0;
}

/* =============================================================================
 * ce_iconbox.version4
 * ========================================================================== */

.ce_iconbox.version4 {
	text-align: left;
}

.ce_iconbox.version4 .image_container {
	text-align: left;
}

/* =============================================================================
 * ce_iconbox same-height
 * ========================================================================== */
 
.autogrid_row.same_height .ce_iconbox,
.autogrid_row.same_height .ce_iconbox .ce_iconbox_outside {
	height: 100%;
}

/* =============================================================================
 * ce_iconbox_v2
 * ========================================================================== */

.ce_iconbox_v2.default .image_container img {
	width: auto;
	display: block;
	margin-bottom: 15px;
}

.ce_iconbox_v2.default i {
	margin-bottom: 15px;
	font-size: 3.667rem;
	line-height: 3.667rem;
	width: 2.667rem!important;
}

.ce_iconbox_v2.default .link:before {
	content: "\f101";
	font-family:FontAwesome;
	font-weight: normal;
	display: inline-block;
	margin-right: 5px;
}

.ce_iconbox_v2 ul {
	padding-left: 4px;
}

.ce_iconbox_v2 ul li {
	list-style-type: circle;
	list-style-position: inside;
}

/* =============================================================================
 * ce_iconbox_v2 | style2
 * ========================================================================== */

.ce_iconbox_v2.style2 {
	border-top: 1px solid rgb(225,225,225);
	border-bottom: 1px solid rgb(225,225,225);
	border-right: 1px solid rgb(225,225,225);
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
}

/* same-height */
.autogrid_row.same_height .ce_iconbox_v2.style2 {
	height: 100%;
}

.autogrid_row > .column:first-child > .ce_iconbox_v2.style2 {
	border-left: 1px solid rgb(225,225,225);
}

.ce_iconbox_v2.style2 .ce_iconbox_outside {
	padding: 15% 10%;

}

.ce_iconbox_v2.style2 .image_container img {
	width: auto;
	display: block;
	margin-bottom: 15px;
}

.ce_iconbox_v2.style2 .image_container,
.ce_iconbox_v2.style2 i {
	padding-top: 5px;
	position: relative;
	top: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_iconbox_v2.style2:hover .image_container,
.ce_iconbox_v2.style2:hover i {
	top: -5px;
}

.ce_iconbox_v2.style2 i {
	margin-bottom: 15px;
	font-size: 3rem;
	line-height: 3rem;
	width: 40px!important;
}

.ce_iconbox_v2.style2 .link {
	font-weight: bold;
	font-size: 0.9rem;
}

.ce_iconbox_v2.style2 .link:after {
	content: "\f054";
	font-family:FontAwesome;
	font-weight: bold;
	display: inline-block;
	margin-left: 5px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_iconbox_v2.style2:hover .link:after {
	margin-left: 15px;
}

.ce_iconbox_v2.style2 .headline {
	margin-bottom: 0;
}

.ce_iconbox_v2.style2 .headline:after {
	content: '';
	width: 50px;
	height: 1px;
	background: rgb(90,90,90);
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}

.ce_iconbox_v2.style2 .content {
	font-size: 0.9rem;
}

/* =============================================================================
 * ce_iconbox_v2 | style3
 * ========================================================================== */

.ce_iconbox_v2.style3 .ce_iconbox_outside {
	padding: 35px;
	background: rgba(255,255,255,0.9);
	border-radius: 3px;
	border: 1px solid rgb(220,220,220);
	height: 100%;
}

/* same-height */
.autogrid_row.same_height .ce_iconbox_v2.style3 {
	height: 100%;
}

.ce_iconbox_v2.style3.no_gutter .ce_iconbox_outside {
	border-radius: 0;
	border-right: 0;
}

.ce_iconbox_v2.style3.no_gutter.autogrid-first .ce_iconbox_outside {
	border-radius: 3px 0 0 3px;
	border-right: 0;
}

.ce_iconbox_v2.style3.no_gutter.autogrid-last .ce_iconbox_outside {
	border-radius: 0 3px 3px 0;
	border-right: 1px solid rgb(220,220,220);
}

.ce_iconbox_v2.style3 .content {
	color: rgb(120,120,120);
}

.ce_iconbox_v2.style3 .image_container {
	margin-bottom: 20px;
}

.ce_iconbox_v2.style3 i {
	font-size: 5rem;
	margin-bottom: 20px;
}

.ce_iconbox_v2.style3 .image_container img {
	width: auto;
}

.ce_iconbox_v2.style3 a.link:after {
	font-family: "FontAwesome";
	content: "\f178";
	display: inline-block;
	margin-left: 4px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_iconbox_v2.style3 a.link:hover:after {
	margin-left: 10px;
}

/* =============================================================================
 * ce_iconbox_v3
 * ========================================================================== */

/* same-height */
.autogrid_row.same_height .ce_iconbox_v3,
.autogrid_row.same_height .ce_iconbox_v3 .ce_iconbox_v3_inside  {
	height: 100%;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside {
	overflow: hidden;
	position: relative;
	background: rgb(50,50,50);
	padding: 95px 30px 30px 30px;
	width: 100%;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_iconbox_v3.style1 .ce_iconbox_v3_inside {
	padding: 30px;
}

.ce_iconbox_v3 .ce_iconbox_v3_content {
	padding-right: 60px;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside:hover {
	background: rgb(100,100,100);
}

.ce_iconbox_v3 a {
	display: block;
}

.ce_iconbox_v3 .headline {
	color: rgba(255,255,255,0.6);
	margin: 0;
}

.ce_iconbox_v3 .subheadline {
	color: rgba(255,255,255,1);
	margin: 0;
}

.ce_iconbox_v3 i,
.ce_iconbox_v3 .headline,
.ce_iconbox_v3 .subheadline {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_iconbox_v3 i,
.ce_iconbox_v3 .image_container {
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 1.333rem;
	color: rgba(255,255,255,0.6);
}

.ie11 .ce_iconbox_v3 i,
.ie11 .ce_iconbox_v3 .image_container {
	display: none!important;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-accent {
	background-color: rgb(180,180,180);
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-second {
	background-color: rgb(90,90,90);
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-lightgray {
	background-color: rgb(247,247,247);
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-darkgray {
	background-color: rgb(69,69,69);
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-white {
	background-color: rgb(255,255,255);
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-black {
	background-color: rgb(0,0,0);
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-accent:hover {
	background-color: rgb(180,180,180)!important;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-second:hover {
	background-color: rgb(90,90,90)!important;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-lightgray:hover {
	background-color: rgb(247,247,247)!important;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-darkgray:hover {
	background-color: rgb(69,69,69)!important;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-white:hover {
	background-color: rgb(255,255,255)!important;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-black:hover {
	background-color: rgb(0,0,0)!important;
}

.ce_iconbox_v3 .headline.headline-color-accent {
	color: rgb(180,180,180);
}

.ce_iconbox_v3 .headline.headline-color-second {
	color: rgb(90,90,90);
}

.ce_iconbox_v3 .headline.headline-color-lightgray {
	color: rgb(247,247,247);
}

.ce_iconbox_v3 .headline.headline-color-darkgray {
	color: rgb(69,69,69);
}

.ce_iconbox_v3 .headline.headline-color-white {
	color: rgb(255,255,255);
}

.ce_iconbox_v3 .headline.headline-color-black {
	color: rgb(0,0,0);
}

.ce_iconbox_v3 .subheadline.subheadline-color-accent {
	color: rgb(180,180,180);
}

.ce_iconbox_v3 .subheadline.subheadline-color-second {
	color: rgb(90,90,90);
}

.ce_iconbox_v3 .subheadline.subheadline-color-lightgray {
	color: rgb(247,247,247);
}

.ce_iconbox_v3 .subheadline.subheadline-color-darkgray {
	color: rgb(69,69,69);
}

.ce_iconbox_v3 .subheadline.subheadline-color-white {
	color: rgb(255,255,255);
}

.ce_iconbox_v3 .subheadline.subheadline-color-black {
	color: rgb(0,0,0);
}

.ce_iconbox_v3 .fonticon.fonticon-color-accent {
	color: rgb(180,180,180);
}

.ce_iconbox_v3 .fonticon.fonticon-color-second {
	color: rgb(90,90,90);
}

.ce_iconbox_v3 .fonticon.fonticon-color-lightgray {
	color: rgb(247,247,247);
}

.ce_iconbox_v3 .fonticon.fonticon-color-darkgray {
	color: rgb(69,69,69);
}

.ce_iconbox_v3 .fonticon.fonticon-color-white {
	color: rgb(255,255,255);
}

.ce_iconbox_v3 .fonticon.fonticon-color-black {
	color: rgb(0,0,0);
}

.ce_iconbox_v3:hover.text-hover-accent i,
.ce_iconbox_v3:hover.text-hover-accent .headline,
.ce_iconbox_v3:hover.text-hover-accent .subheadline,
.ce_iconbox_v3:hover.text-hover-accent .backside {
	color: rgb(180,180,180)!important;
}

.ce_iconbox_v3:hover.text-hover-second i,
.ce_iconbox_v3:hover.text-hover-second .headline,
.ce_iconbox_v3:hover.text-hover-second .subheadline,
.ce_iconbox_v3:hover.text-hover-second .backside {
	color: rgb(90,90,90)!important;
}

.ce_iconbox_v3:hover.text-hover-lightgray i,
.ce_iconbox_v3:hover.text-hover-lightgray .headline,
.ce_iconbox_v3:hover.text-hover-lightgray .subheadline,
.ce_iconbox_v3:hover.text-hover-lightgray .backside {
	color: rgb(247,247,247)!important;
}

.ce_iconbox_v3:hover.text-hover-darkgray i,
.ce_iconbox_v3:hover.text-hover-darkgray .headline,
.ce_iconbox_v3:hover.text-hover-darkgray .subheadline,
.ce_iconbox_v3:hover.text-hover-darkgray .backside {
	color: rgb(69,69,69)!important;
}

.ce_iconbox_v3:hover.text-hover-white i,
.ce_iconbox_v3:hover.text-hover-white .headline,
.ce_iconbox_v3:hover.text-hover-white .subheadline,
.ce_iconbox_v3:hover.text-hover-white .backside {
	color: rgb(255,255,255)!important;
}

.ce_iconbox_v3:hover.text-hover-black i,
.ce_iconbox_v3:hover.text-hover-black .headline,
.ce_iconbox_v3:hover.text-hover-black .subheadline,
.ce_iconbox_v3:hover.text-hover-black .backside {
	color: rgb(0,0,0)!important;
}

.ce_iconbox_v3.flip:hover .ce_iconbox_v3_content {
	margin-left: -150%;
}

.ce_iconbox_v3.flip .ce_iconbox_v3_content {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	margin-left: 0;
}

.ce_iconbox_v3.flip .backside {
		transition: all 0.4s;
		position: absolute;
		right: -100%;
		top: 0;
		height: 100%;
		width: 100%;
		color: rgb(255,255,255);
		padding: 30px 70px 30px 30px;
}

.ce_iconbox_v3.flip .backside .backside-inside {
	position: absolute;
	bottom: 30px;
}

.ce_iconbox_v3.flip .backside .backside-inside p {
	margin-bottom: 0;
	padding-right: 70px;
}

.ce_iconbox_v3.flip:hover .backside {
	right: 0;
}

.ce_iconbox_v3.style3.flip:hover .backside {
	right: -30%;
}

.ce_iconbox_v3.style3.flip .backside .backside-inside {
	bottom: auto;
	top: 30px;
}

.ce_iconbox_v3.style3.flip .backside .backside-inside {
	width: 70%;
}

.ce_iconbox_v3.flip i,
.ce_iconbox_v3.flip .image_container {
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.ce_iconbox_v3.flip:hover i,
.ce_iconbox_v3.flip:hover .image_container {
	right: 15px;
	top: 15px;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
}

.ce_iconbox_v3.style2 .ce_iconbox_v3_inside {
	padding: 100px 30px 30px 30px;
}

.ce_iconbox_v3.style3 .ce_iconbox_v3_inside {
	border-radius: 5px;
	border: 1px solid rgb(200, 202, 206);
	padding: 30px;
}

.ce_iconbox_v3.style3 i,
.ce_iconbox_v3.style3 .image_container {
	position: static;
	float: left;
	width: 30%;
}

.ce_iconbox_v3.style3 .ce_iconbox_v3_content {
	width: 70%;
	float: left;
	padding-left: 20px;
	padding-right: 0;
}

.ce_iconbox_v3.style3 i {
	font-size: 8rem;
}

.ce_iconbox_v3.style3 .headline {
	font-weight: 400;
}

.ce_iconbox_v3.style3 .subheadline {
	margin-top: 10px;
}

.ce_iconbox_v3 ul {
	padding-left: 4px;
}

.ce_iconbox_v3 ul li {
	list-style-type: circle;
	list-style-position: inside;
}

/* =============================================================================
 * ce_imagebox_v1
 * ========================================================================== */

.ce_imagebox_v1 .ce_imagebox_inside {
	position: relative;
	background: #000;
	overflow: hidden;
}

.ce_imagebox_v1 .image_container {
	margin-bottom: 0;
}

.ce_imagebox_v1 img {
	max-width: none;
	width: 100%;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	backface-visibility: hidden;
}

.ce_imagebox_v1:hover img {
	opacity: 0.6;
	transform: scale3d(1.1,1.1,1);
	-webkit-transform: scale3d(1.1,1.1,1);
}

.ce_imagebox_v1 .content {
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
}

.ce_imagebox_v1 h1,
.ce_imagebox_v1 h2,
.ce_imagebox_v1 h3,
.ce_imagebox_v1 h4,
.ce_imagebox_v1 h5,
.ce_imagebox_v1 h6 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
	color: #fff;
	margin-bottom: 0;
}

.ce_imagebox_v1 h1:after,
.ce_imagebox_v1 h2:after,
.ce_imagebox_v1 h3:after,
.ce_imagebox_v1 h4:after,
.ce_imagebox_v1 h5:after,
.ce_imagebox_v1 h6:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
	-webkit-transition: -webkit-transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
}

.ce_imagebox_v1:hover h1:after,
.ce_imagebox_v1:hover h2:after,
.ce_imagebox_v1:hover h3:after,
.ce_imagebox_v1:hover h4:after,
.ce_imagebox_v1:hover h5:after,
.ce_imagebox_v1:hover h6:after {
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

.ce_imagebox_v1 p {
	padding: 1em 0;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-ransition: opacity 0.35s, transform 0.35s;
	transform: translate3d(100%,0,0);
	-webkit-transform: translate3d(100%,0,0);
}
.ce_imagebox_v1:hover p {
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

.ce_imagebox_v1:hover .content {
	opacity: 1;
}

.ce_imagebox_v1 .ce_url {
	display: none;
}

/* =============================================================================
 * ce_imagebox_v2
 * ========================================================================== */

.ce_imagebox_v2 .content {
	background: rgb(255,255,255);
	text-align: center;
}

.ce_imagebox_v2 .image_container {
	margin: 0;
}

.ce_imagebox_v2 div.headline {
	padding: 20px;
}

.ce_imagebox_v2 div.textarea {
	padding: 0 20px 20px 20px;
}

.ce_imagebox_v2 .content h1,
.ce_imagebox_v2 .content h2,
.ce_imagebox_v2 .content h3,
.ce_imagebox_v2 .content h4,
.ce_imagebox_v2 .content h5,
.ce_imagebox_v2 .content h6 {
	color: rgb(127,127,127)!important;
	margin: 0;
}

.ce_imagebox_v2 .content p {
	color: rgb(127,127,127)!important;
	margin: 0;
}

.ce_imagebox_v2 .ce_url a {
	display: block;
	padding: 20px 10px;
	line-height: 1.5;
	text-align: center;
	background: rgb(152,152,152);
	color: #fff;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_imagebox_v2 .ce_url a:hover {
	background: rgb(51,51,51);
}

/* =============================================================================
 * ce_googlemap
 * ========================================================================== */

.google_map {
	height: 430px;
	clear: both;
	width: 100%;
}

/* =============================================================================
 * ce_portfoliofilter
 * ========================================================================== */

.ce_portfoliofilter {
	text-align: center;
	margin-bottom: 25px;
	margin-top: 25px;
	position: relative;
	overflow: visible;
}

.ce_portfoliofilter.default a {
	display: inline-block;
	padding: 8px 15px;
	margin-bottom: 5px;
	border: 1px solid rgb(229,229,229);
	cursor: pointer;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_portfoliofilter.default .ce_portfoliofilter_content i {
	margin-right: 5px;
}

.ce_portfoliofilter.default a.selected,
.ce_portfoliofilter.default a:hover {
	background: rgb(152,152,152);
	color: #fff;
}

.ce_portfoliofilter.only-icon .ce_portfoliofilter_content i:before {
	font-size: 1.467rem;
	line-height: 3.333rem;
	width: 3.333rem;
	height: 3.333rem;
	text-align: center!important;
	border: 1px solid rgb(180,180,180);
	border-radius: 100%;
	cursor: pointer;
	display: inline-block;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_portfoliofilter.only-icon .all {
	margin-right: 25px;
	padding-right: 25px;
	border-right: 1px solid rgb(180,180,180);
	cursor: pointer;
}

.ce_portfoliofilter.only-icon .name {
	margin-left: 5px;
	font-size: 0.9rem;
	margin-right: 20px;
	cursor: pointer;
}

.ce_portfoliofilter.only-icon a:last-of-type .name{
	margin-right: 0;
}

.ce_portfoliofilter.only-icon a.selected i:before,
.ce_portfoliofilter.only-icon a:hover i:before {
	background: rgb(152,152,152);
	color: #fff;
}

.ce_portfoliofilter.port-filter-style3 {
	border-bottom: 1px solid rgba(226,226,226,0.3);
}

.ce_portfoliofilter.port-filter-style3 a {
	padding: 20px;
	display: inline-block;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}

.ce_portfoliofilter.port-filter-style3 .ce_portfoliofilter_content i {
	margin-right: 4px;
}

.ce_portfoliofilter.port-filter-style3 a.selected {
	border-bottom: 2px solid rgb(0,0,0);
}

.ce_portfoliofilter .mobile-filter-trigger {
	text-align: right;
	margin-bottom: 10px;
	display: none;
	cursor: pointer;
	line-height: 40px;
}

.ce_portfoliofilter .mobile-filter-trigger:before {
	font-family: "FontAwesome";
	background: rgba(0,0,0,0.8);
	color: rgb(255,255,255);
	padding: 12px;
	border-radius: 3px;
	line-height: 40px;
	width: 40px;
	font-size: 15px;
}

/* =============================================================================
 * ce_text_imagebox
 * ========================================================================== */

.ce_text_imagebox,
.ce_text_imagebox_image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	overflow: visible;
}

.ce_text_imagebox .inside {
	position: absolute;
	z-index: 20;
	margin: 0 auto;
	padding: 5%;
	width: 100%;
	text-align: left;
}

.ce_text_imagebox .headline {
	margin-bottom: 5px;
}

.ce_text_imagebox.vcenter .inside {
	position: relative;
  	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;

}

.ce_text_imagebox .ce_text_imagebox_link {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}

.ce_text_imagebox p {
	margin-bottom: 0;
}

.ce_text_imagebox a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.ce_text_imagebox:hover a:hover {
	box-shadow: 0 70px 70px rgba(0,0,0,.2);
	transform: translate(0,-10px);
	-webkit-transform: translate(0,-10px);
	z-index: 10;
}

 /* ce_text_imagebox in swiper slider */
.swiper-wrapper .ce_text_imagebox:hover a:hover {
	box-shadow:none;
	transform: none;
	-webkit-transform: none;
}

.ce_text_imagebox.align-rt .inside {
	right: 0;
	top: 0;
	text-align: right;
}

.ce_text_imagebox.align-rt .inside .content {
	margin-left: auto;
}

.ce_text_imagebox.align-lb .inside {
	left: 0;
	bottom: 0;
}

.ce_text_imagebox.align-rb .inside {
	right: 0;
	bottom: 0;
	text-align: right;
}

.ce_text_imagebox.align-rb .inside .content {
	margin-left: auto;
}

.ce_text_imagebox.width-90 .content {
	width: 90%;
}

.ce_text_imagebox.width-80 .content {
	width: 80%;
}

.ce_text_imagebox.width-70 .content {
	width: 70%;
}

.ce_text_imagebox.width-60 .content {
	width: 60%;
}

.ce_text_imagebox.width-50 .content {
	width: 50%;
}

.ce_text_imagebox.width-40 .content {
	width: 40%;
}

.ce_text_imagebox.width-30 .content {
	width: 30%;
}

.ce_text_imagebox.width-20 .content {
	width: 20%;
}

.ce_text_imagebox.width-10 .content {
	width: 10%;
}

#slider .ce_text_imagebox {
	margin: 0;
}

#slider .ce_text_imagebox .inside h1,
#slider .ce_text_imagebox .inside h2,
#slider .ce_text_imagebox .inside h3,
#slider .ce_text_imagebox .inside h4,
#slider .ce_text_imagebox .inside h5,
#slider .ce_text_imagebox .inside h6 {
	margin-bottom: 5px;
}

#slider .ce_text_imagebox .inside .btn {
	margin-top: 35px;
}

#slider .ce_text_imagebox:hover a {
	opacity: 1;
}

.ce_text_imagebox.oversize .inside {
	position: static;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
}

.ce_text_imagebox.oversize .ce_text_imagebox_image {
	height: auto!important;
}

.ce_text_imagebox.hcenter .inside {
	text-align: center;
}

.ce_text_imagebox.hcenter .inside .content {
	margin-left: auto;
	margin-right: auto;
}

.ce_text_imagebox .inside .content.only-headline .ce_headline .headline {
	margin-bottom: 0;
}

.ce_text_imagebox.hright .inside {
	text-align: right;
}

.ce_text_imagebox.hright .inside .content {
	margin-left: auto;
}

/* edge bug workaroud */

.edge .ce_text_imagebox.same-height .ce_text_imagebox_image {
	width: 100%;
}

/* =============================================================================
 * ce_text_imagebox: imagebox_version2
 * ========================================================================== */

.ce_text_imagebox.imagebox_version2 .inside {
	background: rgb(152,152,152);
	opacity: 0.95;
	width: 100%;
	padding: 25px;
}

.ce_text_imagebox.imagebox_version2.vcenter .inside {
	top: 50%;
}

/* =============================================================================
 * ce_text_imagebox: imagebox_version3
 * ========================================================================== */

.ce_text_imagebox.imagebox_version3 .inside {
	background: rgb(152,152,152);
	opacity: 0.8;
	width: 100%;
	padding: 15px;
	top: 10px;
}

.ce_text_imagebox.imagebox_version3.align-lb .inside,
.ce_text_imagebox.imagebox_version3.align-rb .inside {
	top: auto;
	bottom: 10px;
}

.ce_text_imagebox.imagebox_version3.vcenter .inside {
	top: 50%;
}

/* =============================================================================
 * ce_text_imagebox: imagebox_version4
 * ========================================================================== */

.ce_text_imagebox.imagebox_version4 .inside {
	background: rgba(0,0,0,0.7);
	width: 100%;
	padding: 15px;
	top: 10px;
}

.ce_text_imagebox.imagebox_version4.align-lb .inside,
.ce_text_imagebox.imagebox_version4.align-rb .inside {
	top: auto;
	bottom: 10px;
}

.ce_text_imagebox.imagebox_version4.vcenter .inside {
	top: 50%;
}

.ce_text_imagebox.imagebox_version4:hover a {
	opacity: 1;
}

/* =============================================================================
 * ce_text_imagebox: parallax option
 * ========================================================================== */

.ce_text_imagebox.parallax .ce_text_imagebox_image {
	background-attachment: fixed;
	background-position-x: 50%!important;
	background-position-y: center;
}

.ce_text_imagebox.parallax {
	position: relative;
}

body.ios .ce_text_imagebox.parallax .ce_text_imagebox_image,
body.android .ce_text_imagebox.parallax .ce_text_imagebox_image {
	background-attachment: scroll;
	background-position: center center!important;
}

/* =============================================================================
 * ce_imagemap
 * ========================================================================== */

.ce_imagemap {
	overflow: visible;
}

.ce_imagemap .imagemap_inside {
	position: relative;
}

.ce_imagemap .image_container img {
	width: 100%;
}

.ce_imagemap .hotspot_content {
	display: none; 
	background: rgba(255,255,255,1); 
	padding: 20px; 
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3); 
	position: absolute; 
	z-index: 2000; 
	min-width: 250px; 
	text-align: left;
}

.ce_imagemap .hotspot_content p:last-of-type {
	margin-bottom: 0;
}

.ce_imagemap .hotspot_content.left {
	left: auto; 
	right: 100%; 
	margin-right: -14px; 
	top: -15px; 
	border-radius: 8px 0 8px 8px;
}

.ce_imagemap .hotspot_content.center {
	left: 0; 
	top: 8px; 
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	text-align: center;
	opacity: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
	margin-left: 11px;
	padding: 10px;
}

.ce_imagemap .hotspot.active .hotspot_content.center {
	opacity: 1;
}

.ce_imagemap .hotspot_content.center:before {
	content: '';
	top:  0;
	left: 50%;
	margin-top: -10px;
	margin-left: -11px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: 100;
    background: rgb(255,255,255);
}

.ce_imagemap .hotspot_content.left {
	-webkit-animation: fadeInLeft 500ms ease; 
	-moz-animation: fadeInLeft 500ms ease; 
	-ms-animation: fadeInLeft 500ms ease; 
	animation: fadeInLeft 500ms ease;
}
	
.ce_imagemap .hotspot_content.right {
	left: 16px; 
	top: -13px; 
	border-radius: 0px 8px 8px 8px;
}

.ce_imagemap .hotspot_content.right {
	-webkit-animation: fadeInRight 500ms ease; 
	-moz-animation: fadeInRight 500ms ease; 
	-ms-animation: fadeInRight 500ms ease; 
	animation: fadeInRight 500ms ease;
}

.ce_imagemap .hotspot {
	position: absolute; 
	z-index: 1000;
	cursor: pointer;
}

.ce_imagemap .hotspot div {
	position: absolute;
}

.ce_imagemap .hotspot:before {
	z-index: 10;
	font-family: "FontAwesome";	
	content: "+"; 
	text-indent: 0; 
	display: inline-block; 
	position: relative; 
	top: 0; 
	left: 0; 
	font-size: 22px; 
	height: 20px; 
	width: 20px; 
	line-height: 20px; 
	text-align: center; 
	color: rgb(0,0,0);
	font-weight: bold;
}

.ce_imagemap .hotspot.active {
	z-index: 2100;
}

.ce_imagemap .hotspot.active .hotspot_content {
	display: block;
}

.ce_imagemap .hotspot.active .circle {
	opacity: 20;
}

.ce_imagemap .image {
	position: relative; 
	z-index: 100;
}

.ce_imagemap .imagemap_inside.center {
	margin: 0 auto;
}

.ce_imagemap .circle {
	border-radius: 100%; 
	width: 36px; 
	height: 36px; 
	border: 2px solid rgba(255,255,255,0.5); 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin-left: -18px; 
	margin-top: -18px; 
	display: block; 
	background: rgba(255,255,255,0.5); 
	animation: pulseImageMap 2s infinite;
}

/* animation */
@-webkit-keyframes pulseImageMap {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes pulseImageMap {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
    box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
      box-shadow: 0 0 0 10px rgba(0,0,0, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
      box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}

/* small */
.ce_imagemap .hotspot.small:before {
	padding: 5px;
	font-size: 15px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	z-index: 10;
}

.ce_imagemap .hotspot.small .hotspot_content.left {
	margin-right: -14px;
	top: -14px;
}

.ce_imagemap .hotspot.small .hotspot_content.right {
	left: 16px;
	top: -14px;
}

.ce_imagemap .hotspot.small .circle {
	border-radius: 100%;
	width: 22px;
	height: 22px;
	border: 1px solid rgba(255,255,255,0.5);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -11px;
	margin-top: -10px;
	display: block;
	background: rgba(255,255,255,0.6);
	box-shadow: 0 0 0 2px #0093B5;
}

.ce_imagemap .hotspot.small:before {
	top: 0;
}

/* pointer small */
.ce_imagemap .hotspot.pointer_small:before {
	content: "\f041";
}

.ce_imagemap .hotspot.pointer_small .circle {
	display: none;
}

.ce_imagemap .hotspot.pointer_small .hotspot_content.left {
	top: 0;
	right: 100%;
	margin: 0 -15px 0 0;
}

.ce_imagemap .hotspot.pointer_small .hotspot_content.right {
	top: 0;
	left: 15px;
	margin: 0;
}

.ce_imagemap .hotspot.pointer_small .hotspot_content.center {
	top: 28px;
}

/* pointer large */
.ce_imagemap .hotspot.pointer_large:before {
	content: "\f041";
	font-size: 40px;
}

.ce_imagemap .hotspot.pointer_large .circle {
	display: none;
}

.ce_imagemap .hotspot.pointer_large .hotspot_content.left {
	top: 0;
	right: 100%;
	margin: 0 -15px 0 0;
}

.ce_imagemap .hotspot.pointer_large .hotspot_content.right {
	top: 0;
	left: 15px;
	margin: 0;
}

.ce_imagemap .hotspot.pointer_large .hotspot_content.center {
	top: 28px;
	min-width: 180px;
	font-size: 0.9rem;
	background: rgb(255,255,255);
}

/* =============================================================================
 * ce_video_background
 * ========================================================================== */

.ce_video_background {
	position: relative;
	overflow: hidden;
}

.ce_video_background .ce_video_background_inside {
	position: relative;
	z-index: 10
}

.ce_video_background .video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ce_video_background .video-overlay {
	opacity: 0.85;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

/* =============================================================================
 * ce_headerimage
 * ========================================================================== */

.ce_headerimage {
	padding: 0;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.ce_headerimage .ce_headerimage_inside {
	position: relative;
  	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.ce_headerimage.valign_top .ce_headerimage_inside {
	top: 10%;
}

.ce_headerimage.valign_middle .ce_headerimage_inside {
	top: 50%;
}

.ce_headerimage.valign_bottom .ce_headerimage_inside {
	top: 70%;
}

.ce_headerimage h1,
.ce_headerimage h2,
.ce_headerimage h3,
.ce_headerimage h4,
.ce_headerimage h5,
.ce_headerimage h6 {
	margin-bottom: 0;
}

.ce_headerimage.default .content {
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding: 30px;
}

.ce_headerimage.version1 .content {
	background: rgba(255,255,255,0.3);
	border: 1px solid rgba(255,255,255,0.9);
	padding: 30px;
}

.ce_headerimage.version2 .content {
	border: 0;
}

.ce_headerimage.version3 .ce_headline .headline {
	padding: 10px 20px;
	background: rgb(80,80,80);
	color: rgb(255,255,255);
	opacity: 0.95;
	display: inline-block;
}

.ce_headerimage.version3 .subline {
	padding: 5px 10px;
	background: rgb(80,80,80);
	color: rgb(255,255,255);
	margin-top: 5px;
	display: inline-block;
	opacity: 0.95;
}

.ce_headerimage.version3 .content {
	border: 0;
}

.ce_headerimage.color-white .content {
	border-color: rgba(255,255,255,0.9);
}

.ce_headerimage .content {
	display: inline-block;
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,0.8);
	border-bottom: 1px solid rgba(255,255,255,0.8);
}

.ce_headerimage .subline {
	font-weight: bold;
}

.ce_headerimage.align_center .ce_headerimage_inside {
	text-align: center;
}

.ce_headerimage.align_right .ce_headerimage_inside {
	text-align: right;
}

.ce_headerimage.height_small {
	height: 250px;
}

.ce_headerimage.height_medium {
	height: 350px;
}

.ce_headerimage.height_large {
	height: 450px;
}

.ce_headerimage.height_xlarge {
	height: 600px;
}

.ce_headerimage.height_xxlarge {
	height: 750px;
}

.ce_headerimage.bg_left_top {
	background-position: left top;
}

.ce_headerimage.bg_left_center {
	background-position: left center;
}


.ce_headerimage.bg_left_bottom {
	background-position: left bottom;
}


.ce_headerimage.bg_right_top {
	background-position: right top;
}


.ce_headerimage.bg_right_center {
	background-position: right center;
}


.ce_headerimage.bg_right_bottom {
	background-position: right bottom;
}


.ce_headerimage.bg_center_top {
	background-position: center top;
}

.ce_headerimage.bg_center_center {
	background-position: center center;
}

.ce_headerimage.bg_center_bottom {
	background-position: center bottom;
}


/* =============================================================================
 * ce_teaserbox
 * ========================================================================== */

.ce_teaserbox {
	overflow: hidden;
	position: relative;
}

.ce_teaserbox .ce_teaserbox_inside {
	display: table;
	width: 100%;
}

.ce_teaserbox .image_wrapper,
.ce_teaserbox .text_wrapper {
	display: table-cell;
	vertical-align: top;
}

.ce_teaserbox.width_image_30 .image_wrapper {
	width: 30%;
}

.ce_teaserbox.width_image_40 .image_wrapper {
	width: 40%;
}

.ce_teaserbox.width_image_50 .image_wrapper {
	width: 50%;
}

.ce_teaserbox.width_image_60 .image_wrapper {
	width: 60%;
}

.ce_teaserbox.width_image_70 .image_wrapper {
	width: 70%;
}

.ce_teaserbox.image_valign_top .image_wrapper {
	vertical-align: top;
}

.ce_teaserbox.image_valign_middle .image_wrapper {
	vertical-align: middle;
}

.ce_teaserbox.image_valign_bottom .image_wrapper {
	vertical-align: bottom;
}

.ce_teaserbox.text_valign_top .text_wrapper {
	vertical-align: top;
}

.ce_teaserbox.text_valign_middle .text_wrapper {
	vertical-align: middle;
}

.ce_teaserbox.text_valign_bottom .text_wrapper {
	vertical-align: bottom;
}

.ce_teaserbox.text_align_left .text_wrapper {
	text-align: left;
}

.ce_teaserbox.text_align_center .text_wrapper {
	text-align: center;
}

.ce_teaserbox.text_align_right .text_wrapper {
	text-align: right;
}

.ce_teaserbox .ce_hyperlink {
	margin-top: 30px;
}

/* =============================================================================
 * ce_hoverimage
 * ========================================================================== */

.ce_hoverimage .ce_hoverimage_inside {
	position: relative;
}

.ce_hoverimage .orginal-image {
	position: relative;
	z-index: 10;
	opacity: 1;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
}

.ce_hoverimage .hover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	opacity: 0;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
}

.ce_hoverimage:hover .hover-image {
	opacity: 1;
}

/* =============================================================================
 * ce_fancy_divider
 * ========================================================================== */

.ce_fancy_divider {
	position: relative;
	vertical-align: bottom;
}

.ce_fancy_divider svg {
	vertical-align: bottom;
	line-height: 0;
	display: block;
	overflow: hidden;
	margin-bottom: -1px;
}

.ce_fancy_divider path {
	stroke-width: 0;
	line-height: 0;
}

.ce_fancy_divider.pos_absolute_top {
	position: absolute;
	width: 100%;
	z-index: 100;
	top: 0;
}

.ce_fancy_divider.pos_absolute_bottom {
	position: absolute;
	width: 100%;
	z-index: 100;
	bottom: 0;
}

.ce_fancy_divider.version11 svg {
	margin-bottom: 0;
}

/* render bug */

.firefox .ce_fancy_divider.version11.pos_absolute_bottom {
	bottom: -1px;
}

/* =============================================================================
 * ce_fancy_divider_image
 * ========================================================================== */

.ce_fancy_divider_image .image_container img {
	width: 100%;
}

.ce_fancy_divider_image.pos-absolute-top {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
}

.ce_fancy_divider_image.pos-absolute-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	z-index: 1;
}

#slider .ce_fancy_divider_image.pos-absolute-bottom {
	z-index: 100;
}

/* =============================================================================
 * ce_text_extented
 * ========================================================================== */

.ce_text_extented.align-center {
	margin-left: auto;
	margin-right: auto;
}

.ce_text_extented.align-left-justify {
	text-align: justify;
}

.ce_text_extented.align-center-justify {
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}

.ce_text_extented.align-right-justify {
	text-align: justify;
	margin-left: auto;
}

.ce_text_extented.align-right {
	margin-left: auto;
}

.ce_text_extented p:last-child {
	margin-bottom: 0;
}

.ce_text_extented.max_width_90 {
	max-width: 90%;
}

.ce_text_extented.max_width_80 {
	max-width: 80%;
}

.ce_text_extented.max_width_70 {
	max-width: 70%;
}

.ce_text_extented.max_width_60 {
	max-width: 60%;
}

.ce_text_extented.max_width_50 {
	max-width: 50%;
}

.ce_text_extented.max_width_40 {
	max-width: 40%;
}

.ce_text_extented.max_width_30 {
	max-width: 30%;
}

.ce_text_extented.max_width_20 {
	max-width: 20%;
}

.ce_text_extented.max_width_10 {
	max-width: 10%;
}

.ce_text_extented.font_serif {
	font-family: Georgia, Times, serif;
}

.ce_text_extented.font-style-letter-sp2 p {
	letter-spacing: 2px;
}

.ce_text_extented.font-style-letter-sp5 p {
	letter-spacing: 5px;
}

.ce_text_extented.font-style-dropcap p:first-child:first-letter {
	float: left;
	font-size: 4rem;
	line-height: 4rem;
	padding-right: 10px;
	padding-left: 5px;
}

.ce_text_extented.font-style-quote p {
	border-left: 1px solid rgb(232, 232, 232);
	padding-left: 20px;
	position: relative;
}

.ce_text_extented.font-style-quote p:first-child:before {
	content: "\f10e";
	font-family: "FontAwesome";
	position: absolute;
	top: 0px;
	left: 10px;
	opacity: 0.3;
	font-size: 3rem;
	line-height: 3rem;
}

.ce_text_extented.lh-1 p {
	line-height: 1;
}

.ce_text_extented.lh-1-1 p {
	line-height: 1.1;
}

.ce_text_extented.lh-1-2 p {
	line-height: 1.2;
}

.ce_text_extented.lh-1-3 p {
	line-height: 1.3;
}

.ce_text_extented.lh-1-4 p {
	line-height: 1.4;
}

.ce_text_extented.lh-1-5 p {
	line-height: 1.5;
}

.ce_text_extented.lh-1-6 p {
	line-height: 1.6;
}

.ce_text_extented.lh-1-7 p {
	line-height: 1.7;
}

.ce_text_extented.lh-1-8 p {
	line-height: 1.8;
}

.ce_text_extented.lh-1-9 p {
	line-height: 1.9;
}

.ce_text_extented.lh-2 p {
	line-height: 2;
}

.ce_text_extented a {
	text-decoration: underline;
}

.ce_text_extented.font-weight-100 p {
	font-weight: 100;
}

.ce_text_extented.font-weight-200 p {
	font-weight: 200;
}

.ce_text_extented.font-weight-300 p {
	font-weight: 300;
}

.ce_text_extented.font-weight-400 p {
	font-weight: 400;
}

.ce_text_extented.font-weight-500 p {
	font-weight: 500;
}

.ce_text_extented.font-weight-600 p {
	font-weight: 600;
}

.ce_text_extented.font-weight-700 p {
	font-weight: 700;
}

.ce_text_extented.font-weight-800 p {
	font-weight: 800;
}

.ce_text_extented.font-weight-900 p {
	font-weight: 900;
}

/* ce_text_extended in revolutions slider */

.ce_text_extented.tp-caption p {
	white-space: normal;
}

.ce_text_extented.tp-caption.lh-1 p {
	line-height: 1!important;
}

.ce_text_extented.tp-caption.lh-1-1 p {
	line-height: 1.1!important;
}

.ce_text_extented.tp-caption.lh-1-2 p {
	line-height: 1.2!important;
}

.ce_text_extented.tp-caption.lh-1-3 p {
	line-height: 1.3!important;
}

.ce_text_extented.tp-caption.lh-1-4 p {
	line-height: 1.4!important;
}

.ce_text_extented.tp-caption.lh-1-5 p {
	line-height: 1.5!important;
}

.ce_text_extented.tp-caption.lh-1-6 p {
	line-height: 1.6!important;
}

.ce_text_extented.tp-caption.lh-1-7 p {
	line-height: 1.7!important;
}

.ce_text_extented.tp-caption.lh-1-8 p {
	line-height: 1.8!important;
}

.ce_text_extented.tp-caption.lh-1-9 p {
	line-height: 1.9!important;
}

.ce_text_extented.tp-caption.lh-2 p {
	line-height: 2!important;
}

.ce_text_extented.tp-caption.font-size-xxxxxl {
	font-size: 55px;
}

.ce_text_extented.tp-caption.font-size-xxxxxl {
	font-size: 50px;
}

.ce_text_extented.tp-caption.font-size-xxxxl {
	font-size: 45px;
}

.ce_text_extented.tp-caption.font-size-xxl {
	font-size: 40px;
}

.ce_text_extented.tp-caption.font-size-xl {
	font-size: 35px;
}

.ce_text_extented.tp-caption.font-size-l {
	font-size: 30px;
}

.ce_text_extented.tp-caption.font-size-m {
	font-size: 28px;
}

.ce_text_extented.tp-caption.font-size-s {
	font-size: 26px;
}

.ce_text_extented.tp-caption.font-size-xs {
	font-size: 24px;
}

.ce_text_extented.tp-caption.font-size-xs {
	font-size: 22px;
}

.ce_text_extented.tp-caption.font-size-xxs {
	font-size: 20px;
}

.ce_text_extented.tp-caption.font-size-xxxs {
	font-size: 18px;
}

.ce_text_extented.tp-caption.font-size-xxxxs {
	font-size: 16px;
}

/* =============================================================================
 * ce_linkbox
 * ========================================================================== */

.ce_linkbox {
	position: relative;
}

.ce_linkbox .ce_linkbox_image {
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.ce_linkbox .ce_linkbox_image .image_container img {
	width: 100%;
}

.ce_linkbox .ce_linkbox_overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}

.ce_linkbox:hover a .ce_linkbox_overlay {
	opacity: 1;
}

.ce_linkbox a i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	background: rgba(255,255,255,0.9);
	height: 40px;
	width: 40px;
	transform: scale(0);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-webkit-backface-visibility: hidden;
}

.ce_linkbox a i:before {
	content: '';
	width: 30px;
	height: 1px;
	background: rgb(255,255,255);
	position: absolute;
	top: 50%;
	margin-left: -15px;
	left: 50%;
}

.ce_linkbox a i:after {
	content: '';
	width: 30px;
	height: 1px;
	background: rgb(255,255,255);
	position: absolute;
	top: 50%;
	margin-left: -15px;
	left: 50%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.ce_linkbox:hover a i {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.ce_linkbox .headline {
	margin-top: 5px;
	margin-bottom: 0;
}

.ce_linkbox h4.headline {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ce_linkbox .text {
	margin-top: 5px;
}

.ce_linkbox.version2 {
	text-align: center;
}

.ce_linkbox.version3 .content {
	background: rgb(255,255,255);
	padding: 15px 15px 10px 15px;
}

/* same-height */
.autogrid_row.same_height .ce_linkbox.version3 {
	background: rgb(255,255,255);
	height: 100%;
}

.ce_linkbox h4 {
	font-family: inherit;
	font-size: inherit;
}

.ce_linkbox h5 {
	font-family: inherit;
	font-size: inherit;
}

.ce_linkbox h6 {
	font-family: inherit;
	font-size: inherit;
	color: rgb(152,152,152);
}

.ce_linkbox.version4 .content {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	color: rgb(255,255,255);
	padding-left: 30px;
	padding-right: 30px;
}

.ce_linkbox.version4 .content h1,
.ce_linkbox.version4 .content h2,
.ce_linkbox.version4 .content h3,
.ce_linkbox.version4 .content h4,
.ce_linkbox.version4 .content h5,
.ce_linkbox.version4 .content h6 {
	border-top: 2px solid rgb(255,255,255);
	border-bottom: 2px solid rgb(255,255,255);
	display: inline-block;
	padding: 4px 0;
	color: rgb(255,255,255);
	margin-bottom: 1em;
}

.ce_linkbox.version5 .content {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	color: rgb(255,255,255);
	padding-left: 30px;
	padding-right: 30px;
	z-index: 10;
}

.ce_linkbox.version5 .content .headline {
	display: block;
	color: rgb(255,255,255);
	margin-bottom: 10px;
	transition: transform .4s ease-out,opacity .4s ease-out;
	-webkit-transition: transform .4s ease-out,opacity .4s ease-out;
}

.ce_linkbox.version5:hover .content .headline {
	transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	opacity: 0;
}

.ce_linkbox.version5 .content p {
	display: inline-block;
	color: rgb(255,255,255);
	transition: transform .4s ease-out,opacity .4s ease-out;
	-webkit-transition: transform .4s ease-out,opacity .4s ease-out;
}

.ce_linkbox.version5:hover .content p {
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
	opacity: 0;
}

.ce_linkbox.version5 .ce_linkbox_overlay {
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	opacity: 1;
}

.ce_linkbox.version5:hover .ce_linkbox_overlay {
	opacity: 0;
}

.ce_linkbox.version5 .image_container img {
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
}

.ce_linkbox.version5:hover .image_container img {
	transform: scale(1.1);
}

.ce_linkbox.version5 .ce_linkbox_link {
	display: block;
}

.ce_linkbox.version6 .attribute.headline {
	margin-top: -1rem;
	position: relative;
	margin-bottom: 1rem;
}

.ce_linkbox.frame-1-dark .ce_linkbox_image {
	border: 1px solid rgb(220,220,220);
}

.ce_linkbox.frame-5-dark .ce_linkbox_image {
	border: 5px solid rgb(220,220,220);
}

.ce_linkbox.frame-10-dark .ce_linkbox_image {
	border: 10px solid rgb(220,220,220);
}

.ce_linkbox.frame-1-light .ce_linkbox_image {
	border: 1px solid rgb(255,255,255);
}

.ce_linkbox.frame-5-light .ce_linkbox_image {
	border: 5px solid rgb(255,255,255);
}

.ce_linkbox.frame-10-light .ce_linkbox_image {
	border: 10px solid rgb(255,255,255);
}

.ce_linkbox .ce_linkbox_banner {
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	color: rgb(255,255,255);
	background: rgb(0,0,0);
	font-size: 0.8rem;
	position: absolute;
	right: -2.4rem;
	top: 2rem;
	text-align: center;
	min-width: 11rem;
	z-index: 30;
	padding: 0.2rem;
}

/* =============================================================================
 * ce_countdown
 * ========================================================================== */

.ce_countdown .align-center li {
	margin-left: 20px;
	margin-right: 20px;
}

.ce_countdown .align-right li {
	margin-right: 0px;
	margin-left: 20px;
}

.ce_countdown .value {
	display: block;
}

.ce_countdown .unit {
	font-size: 0.4em;
}

.ce_countdown .countdown {
	line-height: 1;
}

.ce_countdown li {
	display: inline-block;
	margin-right: 20px;
}

/* =============================================================================
 * ce_divider_extended
 * ========================================================================== */

.ce_divider_extended {
	margin-top: 20px;
	margin-bottom: 20px;
}

.ce_divider_extended.align-center {
	margin-left: auto;
	margin-right: auto;
}

.ce_divider_extended.align-right {
	margin-left: auto;
}

.ce_divider_extended.version1 {
	background: rgba(0,0,0,0.1);
	width: 65px;
	height: 1px;
}

.ce_divider_extended.version2 {
	background: rgba(0,0,0,0.1);
	width: 80px;
	height: 3px;
}

.ce_divider_extended.version3 {
	background: rgba(0,0,0,0.1);
	width: 100%;
	height: 1px;
}

body #contentwrapper .ce_divider_extended.version4 {
	text-align: center;
	background: none!important;
}

.ce_divider_extended.version4 span {
	background: rgb(150,150,150);
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.ce_divider_extended.version5 {
	background: rgba(0,0,0,0.1);
	width: 65px;
	height: 1px;
}

.ce_divider_extended.invert,
.ce_divider_extended.invert span {
	background-color: rgba(255,255,255,0.8)!important;
}

.ce_divider_extended.version6 {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5Ni4xMzJweCIgaGVpZ2h0PSIzMy42NzhweCIgdmlld0JveD0iMCAwIDk2LjEzMiAzMy42NzgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDk2LjEzMiAzMy42NzgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IHg9IjUuOTMyIiB5PSI1LjkzMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAxNi44MzkgLTYuOTc0NikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzU3NTc1NiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHdpZHRoPSIyMS44MTQiIGhlaWdodD0iMjEuODE0Ii8+PHJlY3QgeD0iMjEuMzU2IiB5PSI1LjkzMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAyMS4zNTY2IC0xNy44ODEzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTc1NzU2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgd2lkdGg9IjIxLjgxNCIgaGVpZ2h0PSIyMS44MTQiLz48cmVjdCB4PSI1Mi45NjEiIHk9IjUuOTMyIiB0cmFuc2Zvcm09Im1hdHJpeCgwLjcwNzEgMC43MDcxIC0wLjcwNzEgMC43MDcxIDMwLjYxMzYgLTQwLjIyOTUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM1NzU3NTYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB3aWR0aD0iMjEuODE0IiBoZWlnaHQ9IjIxLjgxNCIvPjxyZWN0IHg9IjM3LjUzNyIgeT0iNS45MzIiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAwLjcwNzEgLTAuNzA3MSAwLjcwNzEgMjYuMDk1OSAtMjkuMzIyNykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzU3NTc1NiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHdpZHRoPSIyMS44MTQiIGhlaWdodD0iMjEuODE0Ii8+PHJlY3QgeD0iNjguMzg2IiB5PSI1LjkzMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAzNS4xMzE0IC01MS4xMzY1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTc1NzU2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgd2lkdGg9IjIxLjgxNCIgaGVpZ2h0PSIyMS44MTQiLz48L3N2Zz4=);
	background-position: left center;
	background-repeat: no-repeat!important;
	height: 35px;
}

.ce_divider_extended.version6.align-center {
	background-position: center center;
}

.ce_divider_extended.version6.align-right {
	background-position: right center;
}

.ce_divider_extended.version6.invert {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5Ni4xMzJweCIgaGVpZ2h0PSIzMy42NzhweCIgdmlld0JveD0iMCAwIDk2LjEzMiAzMy42NzgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDk2LjEzMiAzMy42NzgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IHg9IjUuOTMyIiB5PSI1LjkzMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAxNi44MzkgLTYuOTc0NikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHdpZHRoPSIyMS44MTQiIGhlaWdodD0iMjEuODE0Ii8+PHJlY3QgeD0iMjEuMzU2IiB5PSI1LjkzMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAyMS4zNTY2IC0xNy44ODEzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgd2lkdGg9IjIxLjgxNCIgaGVpZ2h0PSIyMS44MTQiLz48cmVjdCB4PSI1Mi45NjEiIHk9IjUuOTMyIiB0cmFuc2Zvcm09Im1hdHJpeCgwLjcwNzEgMC43MDcxIC0wLjcwNzEgMC43MDcxIDMwLjYxMzYgLTQwLjIyOTUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB3aWR0aD0iMjEuODE0IiBoZWlnaHQ9IjIxLjgxNCIvPjxyZWN0IHg9IjM3LjUzNyIgeT0iNS45MzIiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAwLjcwNzEgLTAuNzA3MSAwLjcwNzEgMjYuMDk1OSAtMjkuMzIyNykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHdpZHRoPSIyMS44MTQiIGhlaWdodD0iMjEuODE0Ii8+PHJlY3QgeD0iNjguMzg2IiB5PSI1LjkzMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAzNS4xMzE0IC01MS4xMzY1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgd2lkdGg9IjIxLjgxNCIgaGVpZ2h0PSIyMS44MTQiLz48L3N2Zz4=);
}

.ce_divider_extended.version6.invert,
.ce_divider_extended.version6.invert span {
	background-color: transparent!important;
}

.ce_divider_extended.version7 {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxODAuMjI1cHgiIGhlaWdodD0iMTkuMjU0cHgiIHZpZXdCb3g9IjAgMCAxODAuMjI1IDE5LjI1NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTgwLjIyNSAxOS4yNTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iOS40NzQiIHkxPSIwLjIxNiIgeDI9IjAuNDUxIiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzA2RjZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxOC45MzUiIHkxPSIwLjIxNiIgeDI9IjkuOTEyIiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzA2RjZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIyOC4zOTYiIHkxPSIwLjIxNiIgeDI9IjE5LjM3MyIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTIzLjAwNyIgeTE9IjAuMjE2IiB4Mj0iMTEzLjk4NCIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTEzLjU0NiIgeTE9IjAuMjE2IiB4Mj0iMTA0LjUyMyIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTA0LjA4NCIgeTE9IjAuMjE2IiB4Mj0iOTUuMDYyIiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzA2RjZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI5NC42MjQiIHkxPSIwLjIxNiIgeDI9Ijg1LjYwMSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iODUuMTYzIiB5MT0iMC4yMTYiIHgyPSI3Ni4xNCIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNzUuNzAyIiB5MT0iMC4yMTYiIHgyPSI2Ni42NzgiIHkyPSIxOS4wMzgiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiM3MDZGNkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjY2LjI0MSIgeTE9IjAuMjE2IiB4Mj0iNTcuMjE3IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzA2RjZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI1Ni43OCIgeTE9IjAuMjE2IiB4Mj0iNDcuNzU2IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzA2RjZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI0Ny4zMTgiIHkxPSIwLjIxNiIgeDI9IjM4LjI5NSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMzcuODU3IiB5MT0iMC4yMTYiIHgyPSIyOC44MzQiIHkyPSIxOS4wMzgiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiM3MDZGNkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjEzMi40NjgiIHkxPSIwLjIxNiIgeDI9IjEyMy40NDUiIHkyPSIxOS4wMzgiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiM3MDZGNkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjE3MC4zMTMiIHkxPSIwLjIxNiIgeDI9IjE2MS4yOSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTYwLjg1MiIgeTE9IjAuMjE2IiB4Mj0iMTUxLjgyOSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzcwNkY2RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTUxLjM5IiB5MT0iMC4yMTYiIHgyPSIxNDIuMzY4IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzA2RjZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxNDEuOTI5IiB5MT0iMC4yMTYiIHgyPSIxMzIuOTA2IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzA2RjZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxNzkuNzc0IiB5MT0iMC4yMTYiIHgyPSIxNzAuNzUiIHkyPSIxOS4wMzgiLz48L3N2Zz4=);
	background-position: left center;
	background-repeat: no-repeat!important;
	height: 35px;
}

.ce_divider_extended.version7.align-center {
	background-position: center center;
}

.ce_divider_extended.version7.align-right {
	background-position: right center;
}

.ce_divider_extended.version7.invert {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxODAuMjI1cHgiIGhlaWdodD0iMTkuMjU0cHgiIHZpZXdCb3g9IjAgMCAxODAuMjI1IDE5LjI1NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTgwLjIyNSAxOS4yNTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iOS40NzQiIHkxPSIwLjIxNiIgeDI9IjAuNDUxIiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxOC45MzUiIHkxPSIwLjIxNiIgeDI9IjkuOTEyIiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIyOC4zOTYiIHkxPSIwLjIxNiIgeDI9IjE5LjM3MyIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTIzLjAwNyIgeTE9IjAuMjE2IiB4Mj0iMTEzLjk4NCIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTEzLjU0NiIgeTE9IjAuMjE2IiB4Mj0iMTA0LjUyMyIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTA0LjA4NCIgeTE9IjAuMjE2IiB4Mj0iOTUuMDYyIiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI5NC42MjQiIHkxPSIwLjIxNiIgeDI9Ijg1LjYwMSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iODUuMTYzIiB5MT0iMC4yMTYiIHgyPSI3Ni4xNCIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNzUuNzAyIiB5MT0iMC4yMTYiIHgyPSI2Ni42NzgiIHkyPSIxOS4wMzgiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjY2LjI0MSIgeTE9IjAuMjE2IiB4Mj0iNTcuMjE3IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI1Ni43OCIgeTE9IjAuMjE2IiB4Mj0iNDcuNzU2IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI0Ny4zMTgiIHkxPSIwLjIxNiIgeDI9IjM4LjI5NSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMzcuODU3IiB5MT0iMC4yMTYiIHgyPSIyOC44MzQiIHkyPSIxOS4wMzgiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjEzMi40NjgiIHkxPSIwLjIxNiIgeDI9IjEyMy40NDUiIHkyPSIxOS4wMzgiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjE3MC4zMTMiIHkxPSIwLjIxNiIgeDI9IjE2MS4yOSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTYwLjg1MiIgeTE9IjAuMjE2IiB4Mj0iMTUxLjgyOSIgeTI9IjE5LjAzOCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTUxLjM5IiB5MT0iMC4yMTYiIHgyPSIxNDIuMzY4IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxNDEuOTI5IiB5MT0iMC4yMTYiIHgyPSIxMzIuOTA2IiB5Mj0iMTkuMDM4Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIxNzkuNzc0IiB5MT0iMC4yMTYiIHgyPSIxNzAuNzUiIHkyPSIxOS4wMzgiLz48L3N2Zz4=);
}

.ce_divider_extended.version7.invert,
.ce_divider_extended.version7.invert span {
	background-color: transparent!important;
}

.ce_divider_extended.version8 {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5OC43MjNweCIgaGVpZ2h0PSI3LjA1MXB4IiB2aWV3Qm94PSIwIDAgOTguNzIzIDcuMDUxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5OC43MjMgNy4wNTEiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMC4zNTMiIHkxPSIwLjM2MSIgeDI9IjYuNjk3IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMzNDM0MzQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjYuNjg5IiB5MT0iMC4zNTQiIHgyPSIwLjM2MSIgeTI9IjYuNjk3Ii8+PC9nPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTAuNTM5IiB5MT0iMC4zNjEiIHgyPSIxNi44ODMiIHkyPSI2LjY4OSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTYuODc1IiB5MT0iMC4zNTQiIHgyPSIxMC41NDciIHkyPSI2LjY5NyIvPjwvZz48Zz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMzNDM0MzQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjYxLjQ2OCIgeTE9IjAuMzYxIiB4Mj0iNjcuODEyIiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMzNDM0MzQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjY3LjgwNCIgeTE9IjAuMzU0IiB4Mj0iNjEuNDc2IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI1MS4yODIiIHkxPSIwLjM2MSIgeDI9IjU3LjYyNiIgeTI9IjYuNjg5Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI1Ny42MTgiIHkxPSIwLjM1NCIgeDI9IjUxLjI5IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI5Mi4wMjYiIHkxPSIwLjM2MSIgeDI9Ijk4LjM3IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMzNDM0MzQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijk4LjM2MiIgeTE9IjAuMzU0IiB4Mj0iOTIuMDM0IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI0MS4wOTciIHkxPSIwLjM2MSIgeDI9IjQ3LjQ0IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMzNDM0MzQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjQ3LjQzMyIgeTE9IjAuMzU0IiB4Mj0iNDEuMTA0IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI4MS44NCIgeTE9IjAuMzYxIiB4Mj0iODguMTg0IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMzNDM0MzQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijg4LjE3NiIgeTE9IjAuMzU0IiB4Mj0iODEuODQ4IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIzMC45MTEiIHkxPSIwLjM2MSIgeDI9IjM3LjI1NCIgeTI9IjYuNjg5Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzQzNDM0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIzNy4yNDciIHkxPSIwLjM1NCIgeDI9IjMwLjkxOCIgeTI9IjYuNjk3Ii8+PC9nPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNzEuNjU0IiB5MT0iMC4zNjEiIHgyPSI3Ny45OTgiIHkyPSI2LjY4OSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNzcuOTkiIHkxPSIwLjM1NCIgeDI9IjcxLjY2MiIgeTI9IjYuNjk3Ii8+PC9nPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjAuNzI1IiB5MT0iMC4zNjEiIHgyPSIyNy4wNjgiIHkyPSI2LjY4OSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjcuMDYxIiB5MT0iMC4zNTQiIHgyPSIyMC43MzIiIHkyPSI2LjY5NyIvPjwvZz48L3N2Zz4=);
	background-position: left center;
	background-repeat: no-repeat!important;
	height: 35px;
}

.ce_divider_extended.version8.align-center {
	background-position: center center;
}

.ce_divider_extended.version8.align-right {
	background-position: right center;
}

.ce_divider_extended.version8.invert {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5OC43MjNweCIgaGVpZ2h0PSI3LjA1MXB4IiB2aWV3Qm94PSIwIDAgOTguNzIzIDcuMDUxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5OC43MjMgNy4wNTEiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMC4zNTMiIHkxPSIwLjM2MSIgeDI9IjYuNjk3IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjYuNjg5IiB5MT0iMC4zNTQiIHgyPSIwLjM2MSIgeTI9IjYuNjk3Ii8+PC9nPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTAuNTM5IiB5MT0iMC4zNjEiIHgyPSIxNi44ODMiIHkyPSI2LjY4OSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMTYuODc1IiB5MT0iMC4zNTQiIHgyPSIxMC41NDciIHkyPSI2LjY5NyIvPjwvZz48Zz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjYxLjQ2OCIgeTE9IjAuMzYxIiB4Mj0iNjcuODEyIiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjY3LjgwNCIgeTE9IjAuMzU0IiB4Mj0iNjEuNDc2IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI1MS4yODIiIHkxPSIwLjM2MSIgeDI9IjU3LjYyNiIgeTI9IjYuNjg5Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI1Ny42MTgiIHkxPSIwLjM1NCIgeDI9IjUxLjI5IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI5Mi4wMjYiIHkxPSIwLjM2MSIgeDI9Ijk4LjM3IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijk4LjM2MiIgeTE9IjAuMzU0IiB4Mj0iOTIuMDM0IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI0MS4wOTciIHkxPSIwLjM2MSIgeDI9IjQ3LjQ0IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjQ3LjQzMyIgeTE9IjAuMzU0IiB4Mj0iNDEuMTA0IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI4MS44NCIgeTE9IjAuMzYxIiB4Mj0iODguMTg0IiB5Mj0iNi42ODkiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9Ijg4LjE3NiIgeTE9IjAuMzU0IiB4Mj0iODEuODQ4IiB5Mj0iNi42OTciLz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIzMC45MTEiIHkxPSIwLjM2MSIgeDI9IjM3LjI1NCIgeTI9IjYuNjg5Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSIzNy4yNDciIHkxPSIwLjM1NCIgeDI9IjMwLjkxOCIgeTI9IjYuNjk3Ii8+PC9nPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNzEuNjU0IiB5MT0iMC4zNjEiIHgyPSI3Ny45OTgiIHkyPSI2LjY4OSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNzcuOTkiIHkxPSIwLjM1NCIgeDI9IjcxLjY2MiIgeTI9IjYuNjk3Ii8+PC9nPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjAuNzI1IiB5MT0iMC4zNjEiIHgyPSIyNy4wNjgiIHkyPSI2LjY4OSIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMjcuMDYxIiB5MT0iMC4zNTQiIHgyPSIyMC43MzIiIHkyPSI2LjY5NyIvPjwvZz48L3N2Zz4=);
}

.ce_divider_extended.version8.invert,
.ce_divider_extended.version8.invert span {
	background-color: transparent!important;
}

.ce_divider_extended.version9 {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5Ny43NzNweCIgaGVpZ2h0PSIxMS41MjNweCIgdmlld0JveD0iMCAwIDk3Ljc3MyAxMS41MjMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDk3Ljc3MyAxMS41MjMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSI5Ny4zOTEsMTEuMjAxIDg4LjYxOSwwLjgwMyA4MC44MjcsMTEuMjAxICIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSI4MS4zMDYsMTEuMjAxIDcyLjUzMiwwLjgwMyA2NC43NDIsMTEuMjAxICIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSI2NS4yMiwxMS4yMDEgNTYuNDQ4LDAuODAzIDQ4LjY1NiwxMS4yMDEgIi8+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjQ5LjEzNSwxMS4yMDEgNDAuMzYxLDAuODAzIDMyLjU3MSwxMS4yMDEgIi8+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjMzLjA0OSwxMS4yMDEgMjQuMjc3LDAuODAzIDE2LjQ4NSwxMS4yMDEgIi8+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjE2Ljk2NCwxMS4yMDEgOC4xOSwwLjgwMyAwLjQsMTEuMjAxICIvPjwvc3ZnPg==);
	background-position: left center;
	background-repeat: no-repeat!important;
	height: 35px;
}

.ce_divider_extended.version9.align-center {
	background-position: center center;
}

.ce_divider_extended.version9.align-right {
	background-position: right center;
}

.ce_divider_extended.version9.invert {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5Ny43NzNweCIgaGVpZ2h0PSIxMS41MjNweCIgdmlld0JveD0iMCAwIDk3Ljc3MyAxMS41MjMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDk3Ljc3MyAxMS41MjMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSI5Ny4zOTEsMTEuMjAxIDg4LjYxOSwwLjgwMyA4MC44MjcsMTEuMjAxICIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSI4MS4zMDYsMTEuMjAxIDcyLjUzMiwwLjgwMyA2NC43NDIsMTEuMjAxICIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSI2NS4yMiwxMS4yMDEgNTYuNDQ4LDAuODAzIDQ4LjY1NiwxMS4yMDEgIi8+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjQ5LjEzNSwxMS4yMDEgNDAuMzYxLDAuODAzIDMyLjU3MSwxMS4yMDEgIi8+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjMzLjA0OSwxMS4yMDEgMjQuMjc3LDAuODAzIDE2LjQ4NSwxMS4yMDEgIi8+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjE2Ljk2NCwxMS4yMDEgOC4xOSwwLjgwMyAwLjQsMTEuMjAxICIvPjwvc3ZnPg==);
}

.ce_divider_extended.version9.invert,
.ce_divider_extended.version9.invert span {
	background-color: transparent!important;
}

.ce_divider_extended.version10 {
	background: none!important;
}

.ce_divider_extended.version10.invert svg {
	fill: rgb(255,255,255);
}

/* =============================================================================
 * ce_divider_image
 * ========================================================================== */

.ce_divider_image .image_container img {
	width: auto;
	display: inline;
}
.ce_divider_image {
	margin-top: 20px;
	margin-bottom: 20px;
}

.ce_divider_image.align-center {
	margin-left: auto;
	margin-right: auto;
}

.ce_divider_image.align-right {
	margin-left: auto;
}

/* =============================================================================
 * ce_pricelist
 * ========================================================================== */

.ce_pricelist .item {
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px dotted rgba(0,0,0,0.5);
}

.ce_pricelist .item-inside {
	position: relative;
	overflow: hidden;
}

.ce_pricelist .label {
	float: left;
	padding-right: 10px;
	font-size: 1.4em;
}

.ce_pricelist .price {
	float: right;
	padding-left: 10px;
	font-size: 1.4em;
}

.ce_pricelist .subline {
	clear: both;
	font-size: 0.9em;
}

.ce_pricelist .bg-dotted {
	border-bottom: 2px dotted rgba(0,0,0,0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.color-white .ce_pricelist .bg-dotted {
	border-color: rgba(255,255,255,0.8);
}

.color-white .ce_pricelist .item {
	border-color: rgba(255,255,255,0.4);
}

/* =============================================================================
 * ce_pricelist_image
 * ========================================================================== */

.ce_pricelist_image h4 {
	font-size: 1.4rem;
	float: left;
	margin: 0;
}

.ce_pricelist_image h4:after {
	content: '';
	display: inline;
	float: right;
	border-bottom: 1px dashed rgb(210,210,210);
	width: 100%;
	position: absolute;
	margin-left: 5px;
	bottom: 10px;
}

.ce_pricelist_image .item-content {
	position: relative;
	overflow: hidden;
	clear: both;
}

.ce_pricelist_image .image_container {
	width: 60px;
	position: absolute;
	left: 0;
	top: 0px;
}

.ce_pricelist_image .price {
	position: absolute;
	right: 0;
	background: rgb(255,255,255);
	padding-left: 10px;
	font-size: 1.3rem;
	font-weight: bold;
}

.ce_pricelist_image .item-inside {
	padding: 10px 15px 20px 70px;
	position: relative;
}

.ce_pricelist_image .subline {
	font-size: 0.9rem;
}

/* =============================================================================
 * ce_fullscreen_gallery
 * ========================================================================== */

.ce_fullscreen_gallery.version2 .bold {
	background-color: rgba(255,255,255,0.9);
	padding-left: 20px;
	padding-right: 20px;
}

.ce_fullscreen_gallery.version2 .bold.invertcolor {
	background-color: rgba(0,0,0,0.8);
}

.ce_fullscreen_gallery.version3 .bold {
	padding-left: 20px;
	padding-right: 20px;
}

/* =============================================================================
 * ce_image_extended
 * ========================================================================== */

.ce_image_extended img {
	display: inline-block;
}

.ce_image_extended .image_container img {
	width: auto;
}

.ce_image_extended.frame-1-dark img {
	border: 1px solid rgb(220,220,220);
}

.ce_image_extended.frame-5-dark img {
	border: 5px solid rgb(220,220,220);
}

.ce_image_extended.frame-10-dark img {
	border: 10px solid rgb(220,220,220);
}

.ce_image_extended.frame-1-light img {
	border: 1px solid rgb(255,255,255);
}

.ce_image_extended.frame-5-light img {
	border: 5px solid rgb(255,255,255);
}

.ce_image_extended.frame-10-light img {
	border: 10px solid rgb(255,255,255);
}

.ce_image_extended.style-rounded img {
	border-radius: 100%;
}

.ce_image_extended.no_responsive .image_container img {
	width: auto;
	max-width: none;
	display: inline-block;
}

body.content_page #slider .ce_image_extended .ce_image {
	position: static;
}

/* =============================================================================
 * ce_pricecard
 * ========================================================================== */

.ce_pricecard .ce_pricecard_inside {
	box-shadow: 0 0 4px 2px rgba(108, 108, 108, 0.14);
	padding: 30px 50px;
	background: rgb(255,255,255);
	border-radius: 6px;
	margin: 5px;
	overflow: hidden;
}

.ce_pricecard ul {
	padding-left: 25px;
}

.ce_pricecard li {
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 3px;
}

.ce_pricecard .attribute.ce_headline {
	margin-bottom: 0px;
}

.ce_pricecard .price {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.ce_pricecard.highlight .ce_pricecard_inside {
	background: rgb(245, 245, 245);
}

.pricecard_leftside,
.pricecard_rightside {
	width: 50%;
	float: left;
}

.swiper-wrapper .ce_pricecard .ce_pricecard_inside {
	margin: 10px;
}

/* =============================================================================
 * ce_pricecard.style2
 * ========================================================================== */

.ce_pricecard.style2 .ce_pricecard_inside {
	background: rgb(245, 245, 245);
	box-shadow: none;
	padding: 75px 50px;
	position: relative;
	margin: 0;
}

.ce_pricecard.style2.highlight .ce_pricecard_inside {
	background: rgb(50,50,50);
	color: rgb(255,255,255);
}

.ce_pricecard.style2.highlight .ce_headline.headline {
	color: rgb(255,255,255)!important;
}

.ce_pricecard.style2.highlight .ce_hyperlink a {
	background-color: rgb(59, 60, 66);
	border-color: rgb(59, 60, 66);
}

.ce_pricecard.style2.highlight .ce_hyperlink a:hover {
	opacity: 0.7;
}

.ce_pricecard.style2 .price {
	font-size: 4.5rem;
	font-weight: normal;
	line-height: 1;
	margin-top: 10px;
}

.ce_pricecard.style2 .ce_pricecard_inside:after {
	content: '';
	height: 25px;
	width: 25px;
	background: rgb(255,255,255);
	border-radius: 100%;
	z-index: 10;
	position: absolute;
	top: 25px;
	right: 25px;
}

/* =============================================================================
 * ce_productbox all
 * ========================================================================== */

/* same-height */
.autogrid_row.same_height {
	height: 100%;
}

.ce_productbox {
	overflow: visible;
}

.ce_productbox .image-wrapper {
	position: relative;
}

.ce_productbox .image-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
}

.ce_productbox:hover .image-hover {
	opacity: 1;
}

/* =============================================================================
 * ce_productbox version 1
 * ========================================================================== */

/* same-height */
.autogrid_row.same_height .ce_productbox.version1,
.autogrid_row.same_height .ce_productbox.version1 .ce_productbox_inside {
	height: 100%;
}

.ce_productbox.version1 {
	border: 1px solid rgb(230,230,230);
	border-bottom: 3px solid rgb(230,230,230);
}

.ce_productbox.version1 .ce_productbox_inside {
	background: rgb(255,255,255);
	position: relative;
	overflow: hidden;
}

.ce_productbox.version1 .ce_productbox_content_top {
	padding: 30px 20px 65px 20px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_productbox.version1 .image-wrapper {
	border-bottom: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_productbox.version1 .ce_productbox_content_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 20px;
	overflow: hidden;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	text-align: right;
}

.ce_productbox.version1:hover .ce_productbox_content_bottom,
.ce_productbox.version1:hover .ce_productbox_content_top,
.ce_productbox.version1:hover .image-wrapper {
	border-color: rgb(120,120,120);
}

.ce_productbox.version1 ul {
	padding-left: 25px;
	margin-top: 25px;
}

.ce_productbox.version1 li {
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 3px;
}

.ce_productbox.version1 .price {
	font-weight: bold;
	font-size: 1.5rem;
	display: inline-block;
	line-height: 50px;
}

.ce_productbox.version1 .price span {
	color: rgb(180,180,180);
	font-size: 0.8rem;
}

.ce_productbox.version1 .ce_hyperlink {
	float: right;
	display: none;
}

.ce_productbox.version1 .attribute.ce_headline {
	margin-bottom: 0;
}

.ce_productbox.version1 .subheadline {
	color: rgb(150,150,150);
	font-style: italic;
	margin: 5px 0;
}

.ce_productbox.version1 .ce_productbox_banner {
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	color: rgb(255,255,255);
	font-size: 0.8rem;
	position: absolute;
	right: -2.4rem;
	top: 2rem;
	text-align: center;
	min-width: 11rem;
	z-index: 10;
	padding: 0.2rem;
	font-weight: bold;
}

/* =============================================================================
 * ce_productbox version 2
 * ========================================================================== */

.ce_productbox.version2 .ce_productbox_inside {
	background: rgb(255,255,255);
	position: relative;
	overflow: hidden;
}

.ce_productbox.version2 ul {
	padding-left: 25px;
	margin-top: 25px;
}

.ce_productbox.version2 li {
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 3px;
}

.ce_productbox.version2 .price {
	font-weight: bold;
	font-size: 1.3rem;
	display: inline-block;
	line-height: 35px;
}

.ce_productbox.version2 .price span {
	color: rgb(180,180,180);
	font-size: 0.8rem;
}

.ce_productbox.version2 .price span.price-old {
	text-decoration: line-through;
	font-size: 1rem;
	margin-left: 10px;
}

.ce_productbox.version2 .ce_hyperlink {
	float: right;
}

.ce_productbox.version2 .ce_hyperlink a {
	margin: 0;
	padding: 3px 10px;
	background: none;
	color: inherit;
	border-width: 1px;
	min-width: 0;
	line-height: 2rem;
}

.ce_productbox.version2 .attribute.ce_headline {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ce_productbox.version2 .subheadline {
	color: rgb(150,150,150);
	font-style: italic;
}

.ce_productbox.version2 .ce_productbox_banner {
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	color: rgb(255,255,255);
	font-size: 0.8rem;
	position: absolute;
	right: -2.4rem;
	top: 2rem;
	text-align: center;
	min-width: 11rem;
	z-index: 10;
	padding: 0.2rem;
	font-weight: bold;
}

/* =============================================================================
 * ce_productbox version 3
 * ========================================================================== */

.ce_productbox.version3 .ce_productbox_inside {
	position: relative;
	overflow: hidden;
	text-align: center;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	padding-bottom: 15px;
}

.ce_productbox.version3 .ce_productbox_inside:hover {
	box-shadow: 0 70px 70px rgba(0,0,0,.2);
	transform: translate(0,-10px);
	-webkit-transform: translate(0,-10px);
	z-index: 10;
}

.ce_productbox.version3 ul {
	padding-left: 25px;
	margin-top: 25px;
}

.ce_productbox.version3 li {
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 3px;
}

.ce_productbox.version3 .price {
	font-weight: bold;
	font-size: 1.3rem;
	display: inline-block;
	line-height: 35px;
}

.ce_productbox.version3 .price span {
	color: rgb(180,180,180);
	font-size: 0.8rem;
}

.ce_productbox.version3 .price span.price-old {
	text-decoration: line-through;
	font-size: 1rem;
	margin-left: 10px;
}

.ce_productbox.version3 .ce_hyperlink {
	display: none;
}

.ce_productbox.version3 .attribute.ce_headline {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ce_productbox.version3 .subheadline {
	color: rgb(150,150,150);
	font-style: italic;
}

.ce_productbox.version3 .ce_productbox_banner {
	color: rgb(255,255,255);
	font-size: 0.8667rem;
	position: absolute;
	right: 2.333rem;
	top: 1.667rem;
	text-align: center;
	z-index: 10;
	padding: 0.2rem 0.4rem;
	font-weight: bold;
}

.ce_productbox.version3 .ce_productbox_content_top {
	padding-left: 20px;
	padding-right: 20px;
}

/* ce_productbox.version3 in swiper slider */
.swiper-wrapper .ce_productbox.version3.autogrid-first .ce_productbox_inside:hover {
	box-shadow: 50px 50px 70px rgba(0,0,0,.2);
}

.swiper-wrapper .ce_productbox.version3.autogrid-last .ce_productbox_inside:hover {
	box-shadow: -50px 50px 70px rgba(0,0,0,.2);
}

/* =============================================================================
 * ce_iconbox_header
 * ========================================================================== */

.ce_iconbox_header {
	overflow: hidden;
	position: absolute;
	bottom: 90px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
}

.ce_iconbox_header .iconbox_header_item_inside {
	overflow: hidden;
	padding: 25px;
}

.ce_iconbox_header .contentwrap {
	overflow: hidden;
}

.ce_iconbox_header .iconbox_header_item {
	margin-bottom: 25px;
}

.ce_iconbox_header.color-light h1,
.ce_iconbox_header.color-light h2,
.ce_iconbox_header.color-light h3,
.ce_iconbox_header.color-light h4,
.ce_iconbox_header.color-light h5,
.ce_iconbox_header.color-light h6,
.ce_iconbox_header.color-light p {
	color: rgb(255,255,255);
}

.ce_iconbox_header h1,
.ce_iconbox_header h2,
.ce_iconbox_header h3,
.ce_iconbox_header h4,
.ce_iconbox_header h5,
.ce_iconbox_header h6 {
	margin-bottom: 10px;
}

.ce_iconbox_header .iconbox_header_icon {
	float: left;
	width: 30%;
	font-size: 5.333rem;
	line-height: 5.333rem;
}

.ce_iconbox_header .iconbox_header_item .iconbox_header_icon i,
.ce_iconbox_header .iconbox_header_item .image_container img {
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
}

.ce_iconbox_header .iconbox_header_item .iconbox_header_icon i {
	padding-right: 25px;
	text-align: center;
	display: block;
}

.ce_iconbox_header .iconbox_header_item .image_container {
	text-align: center;
	margin-right: 30px;
}

.ce_iconbox_header .iconbox_header_item .image_container img {
	transform: scale(0.9,0.9);
	display: inline-block;
}

.ce_iconbox_header .iconbox_header_item:hover .image_container img {
	transform: scale(1,1);
}

.ce_iconbox_header .iconbox_header_item:hover .iconbox_header_icon i {
	transform: scale(1.1,1.1);
}

.ce_iconbox_header .image_container img {
	width: auto;
}

.ce_iconbox_header .iconbox_header_content {
	float: left;
	width: 70%
}

.ce_iconbox_header .link {
	margin-top: 5px;
}

.ce_iconbox_header .link a {
	font-weight: bold;
}

.ce_iconbox_header .link a:hover {
	text-decoration: underline;
}

.ce_iconbox_header .link a:after {
	font-family: "FontAwesome";
	content: "\f054";
	display: inline-block;
	margin-left: 7px;
}

.ce_iconbox_header .iconbox_header_item_inside {
	height: 100%;
}

.ce_iconbox_header .iconbox_header_item_inside.bg-black {
	background: rgba(0,0,0,0.8)!important;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_iconbox_header .iconbox_header_item_inside.bg-black:hover {
	background: rgba(0,0,0,1)!important;
}

/* =============================================================================
 * ce_authorbox
 * ========================================================================== */

.ce_authorbox {
	overflow: hidden;
}

.ce_authorbox_inside {
	background: rgb(245,245,245);
	padding: 25px;
}

.ce_authorbox_inside .image_container {
	float: left;
	width: 90px;
	margin: 0 20px 10px 0;
}

.ce_authorbox_inside .name {
	font-weight: bold;
	margin-bottom: 5px;
}

.ce_authorbox .subtitle {
	font-style: italic;
	font-size: 1.2rem;
	margin-bottom: 5px;
	font-family: 'Playfair Display', serif;
}

.ce_authorbox.style2 .ce_authorbox_inside {
	background: none;
	padding: 0;
}

.ce_authorbox.style2 .image_container {
	float: left;
	width: 30%;
}

.ce_authorbox.style2 .ce_authorbox_content {
	width: 80%;
	float: left;
	background: rgb(248,248,248);
	padding: 50px 5% 50px 17%;
	margin-left: -10%;
	margin-top: 50px;
	font-size: 1.3rem;
	line-height: 1.9rem;
}

.ce_authorbox.style2 .name {
	display: inline-block;
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.ce_authorbox.style2 .ce_authorbox_inside .image_container {
	margin: 0;
}

.ce_authorbox.style2 .subtitle {
	display: inline-block;
	font-size: 1.6rem;
	font-style: italic;
	margin-left: 25px;
	font-family: 'Playfair Display', serif;
}

.ce_authorbox.style2 .link {
	margin-top: 25px;
}

.ce_authorbox.style2 .link a {
	border-bottom: 1px solid rgb(52,52,52);
}

.ce_authorbox.style2 .link a:before {
	margin-right: 4px;
	font-family: "FontAwesome";
	content: "\f204";
}

.ce_authorbox.style2 .link:hover a:before {
	content: "\f205";
}

.ce_authorbox.style2 .ce_url.attribute {
	display: inline-block;
}

/* =============================================================================
 * ce_hyperlink-extended
 * ========================================================================== */

.ce_hyperlink-extended a {
	min-width: 190px;
}

.ce_hyperlink-extended.small a {
	min-width: 0;
}

.ce_hyperlink-extended a.link-white {
	color: rgb(152,152,152);
	border: 2px solid rgb(255,255,255);
	background: rgb(255,255,255);
}

.ce_hyperlink-extended a.link-white:hover {
	background: rgb(152,152,152);
	color: rgb(255,255,255);
}

.ce_hyperlink-extended a.link-white.outline {
	color: rgb(255,255,255);
}

.ce_hyperlink-extended a.link-white.outline:hover {
	background: rgb(255,255,255);
	border-color: rgb(255,255,255);
	color: rgb(37,37,37);
}

.ce_hyperlink-extended a.outline {
	background: transparent;
	color: rgb(152,152,152);
}

.ce_hyperlink-extended a.outline:hover {
	background: rgb(37,37,37);
	border-color: rgb(37,37,37);
	color: rgb(255,255,255);
}

.ce_hyperlink-extended a.link-black {
	color: rgb(255,255,255);
	border: 2px solid rgb(0,0,0);
	background: rgb(0,0,0);
}

.ce_hyperlink-extended a.link-black:hover {
	color: rgb(0,0,0);
	border: 2px solid rgb(0,0,0);
	background: rgb(255,255,255);
}

.ce_hyperlink-extended a.link-black-outline {
	color: rgb(0,0,0);
	border: 2px solid rgb(0,0,0);
	background: none;
}

.ce_hyperlink-extended a.link-black-outline:hover {
	color: rgb(255,255,255);
	background: rgb(0,0,0);
}

.ce_hyperlink-extended a.link-own-color-lighttxt {
	color: rgb(255,255,255)!important;
}

.ce_hyperlink-extended a.link-own-color-darktxt {
	color: rgb(0,0,0)!important;
}

.ce_hyperlink-extended a.link-own-color-outline {
	background: none!important;
}

.ce_hyperlink-extended a.link-own-color-lighttxt:hover,
.ce_hyperlink-extended a.link-own-color-darktxt:hover,
.ce_hyperlink-extended a.link-own-color-outline:hover {
	opacity: 0.8;
}

.ce_hyperlink-extended i {
	margin-right: 10px;
}

.ce_hyperlink-extended.small a {
	padding: 9px 15px;
	font-size: 0.75rem;
}

.ce_hyperlink-extended.large a {
	padding: 20px 30px;
}

.ce_hyperlink-extended.wide a {
	padding: 15px 50px;
}

.ce_hyperlink-extended.expand a {
	width: 100%;
}

.ce_hyperlink-extended a.success {
	background: rgb(157,213,93);
	border-color: rgb(157,213,93);
}

.ce_hyperlink-extended a.secondary {
	background: rgb(231,231,231);
	border-color: rgb(231,231,231);
	color: rgb(51,51,51);
}

.ce_hyperlink-extended a.alert {
	background: rgb(247,80,90);
	border-color: rgb(247,80,90);
}

.ce_hyperlink-extended a.warning {
	background: rgb(240,138,36);
	border-color: rgb(240,138,36);
}

.ce_hyperlink-extended a.info {
	background: rgb(160,211,232);
	border-color: rgb(160,211,232);
	color: rgb(51,51,51);
}

.ce_hyperlink-extended a.success:hover, a.btn.success:hover,
.ce_hyperlink-extended a.secondary:hover, a.btn.secondary:hover,
.ce_hyperlink-extended a.alert:hover, a.btn.alert:hover,
.ce_hyperlink-extended a.warning:hover, a.btn.warning:hover,
.ce_hyperlink-extended a.info:hover, a.btn.info:hover {
	opacity: 0.8;
}

.ce_hyperlink-extended.border-radius-3 a {
	border-radius: 3px;
}

.ce_hyperlink-extended.border-radius-5 a {
	border-radius: 5px;
}

.ce_hyperlink-extended.border-radius-10 a {
	border-radius: 10px;
}

.ce_hyperlink-extended.border-radius-20 a {
	border-radius: 20px;
}

.ce_hyperlink-extended.btn-animated i {
	opacity: 0;
	width: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_hyperlink-extended.btn-animated a:hover i {
    opacity: 1;
    width: 16px;
}

.ce_hyperlink-extended.align-inline {
	display: inline-block;
	margin-right: 5px;
}

/* =============================================================================
 * ce_frame
 * ========================================================================== */

.ce_frame_start.style1 .ce_frame_start_inside {
	padding: 5% 8%;
	border: 3px solid rgb(227,227,227);
}

.ce_frame_start.style2 .ce_frame_start_inside {
	padding: 5% 8%;
	border: 3px solid rgb(227,227,227);
	background: rgba(255,255,255,0.7);
}

.ce_frame_start.style3 .ce_frame_start_inside {
	padding: 5% 8%;
	border: 1px solid rgb(227,227,227);
}

.ce_frame_start.style4 .ce_frame_start_inside {
	padding: 5% 8%;
	border: 1px solid rgb(85, 85, 85);
}

.ce_frame_start.style5 .ce_frame_start_inside {
	padding: 5% 8%;
	border: 4px double rgb(85, 85, 85);
}

.ce_frame_start.style6 .ce_frame_start_inside {
	padding: 5% 8%;
	border: 3px solid rgb(255,255,255);
}

.ce_frame_start.style7 .ce_frame_start_inside {
	box-shadow: 0 70px 70px rgba(0,0,0,.2);
	background: rgb(255,255,255);
	padding: 5% 8%;
}

.ce_frame_start.style8 .ce_frame_start_inside {
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	background: rgb(255,255,255);
	padding: 5% 8%;
}

/* =============================================================================
 * ce_featurebox
 * ========================================================================== */

.ce_featurebox .ce_headline {
	margin-bottom: 0;
}

.ce_featurebox .ce_textarea {
	margin-top: 30px;
	font-size: 1.2rem;
}

.ce_featurebox .link {
	display: inline-block;
	position: relative;
}

.ce_featurebox .link i {
	margin-left: 7px;
}

.ce_featurebox .link:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: rgb(0,0,0);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_featurebox:hover .link:after {
	width: 0;
}

.ce_featurebox_content {
	overflow: hidden;
	padding: 30px;
	position: relative;
	z-index: 10;
}

.ce_featurebox.style1_img_right .ce_featurebox_content {
	text-align: right;
}

.ce_featurebox.style1_img_left .image_container {
	margin: 0;
	float: left;
	width: 48%;
	position: relative;
	z-index: 5;
}


.ce_featurebox.style1_img_right .image_container {
	margin: 0;
	float: right;
	width: 49%;
	position: relative;
	z-index: 5;
}

.ce_featurebox.style1_img_right .ce_featurebox_content,
.ce_featurebox.style1_img_left .ce_featurebox_content {
	margin: 0;
	width: 49%;
	float: left;
	position: relative;
	z-index: 10;
	overflow: visible;
}

.ce_featurebox.style1_img_top .ce_featurebox_content {
	overflow: visible;
}

.ce_featurebox .headline_one,
.ce_featurebox .headline_two {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_featurebox.style1_img_left .headline_one,
.ce_featurebox.style1_img_left .headline_two {
	margin-left: -120px;
}

.ce_featurebox.style1_img_left:hover .headline_one,
.ce_featurebox.style1_img_left:hover .headline_two {
	margin-left: -160px;
}

.ce_featurebox.style1_img_right .headline_one,
.ce_featurebox.style1_img_right .headline_two {
	margin-right: -120px;
}

.ce_featurebox.style1_img_right:hover .headline_one,
.ce_featurebox.style1_img_right:hover .headline_two {
	margin-right: -160px;
}

.ce_featurebox.style1_img_top .ce_featurebox_content {
	margin-top: -80px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_featurebox.style1_img_top:hover .ce_featurebox_content {
	margin-top: -100px;
}

/* =============================================================================
 * page_navigation
 * ========================================================================== */

.page_navigation {
    position: fixed;
    z-index: 1000;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    overflow: visible;
}

.page_navigation ul {
    position: relative;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page_navigation ul:before {
	content: '';
	left: 50%;
	margin-left: 3px;
	z-index: 1;
	width: 1px;
	top: 20px;
	background: rgb(50,50,50);
	position: absolute;
	height: calc(100% - 40px);
}

.page_navigation ul:after {
	content: '';
	left: 50%;
	margin-left: 4px;
	z-index: 1;
	width: 1px;
	top: 20px;
	background: rgba(255,255,255,0.2);
	position: absolute;
	height: calc(100% - 40px);
}

.page_navigation a {
    position: relative;
    display: inline-block;
    z-index: 10;
    padding: 20px;
}

.page_navigation .title {
    font-size: 0.6667rem;
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    position: absolute;
    top: 0.4667rem;
    right: 30px;
    padding: 12px 20px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    white-space: nowrap;
    letter-spacing: 1px;
    text-transform: uppercase;
    pointer-events: none;
    opacity: 0;
    color: #333;
    border-radius: 10px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 1px 3px rgba(31, 31, 31, .2);
    line-height: 1;
}

.page_navigation li:hover .title {
    opacity: 1;
}

.page_navigation li .glow {
    position: absolute;
    width: 8px;
    height: 8px;
    opacity: 0;
}

.page_navigation a.active .glow {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.page_navigation li .glow:before {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    -webkit-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
    pointer-events: none;
    opacity: 1;
    border-radius: 100%;
    box-shadow: 0 0 8px 4px rgb(50,50,50);
}

.page_navigation a.active .glow:before {
    transition: opacity 1500ms, -webkit-transform 1200ms;
    transition: transform 1200ms, opacity 1500ms;
    -webkit-transform: translateZ(0px) scale(3);
    transform: translateZ(0px) scale(3);
    opacity: 0;
}

.page_navigation li .circle {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    border-radius: 100%;
    background: rgb(255,255,255);
    box-shadow: 0 0 0 2px rgb(50,50,50);
}

.page_navigation a.active .circle {
    box-shadow: 0 0 0 4px #fff;
}

.page_navigation li .circle:before {
    position: absolute;
    top: 1px;
    left: 1px;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    opacity: 0;
    border-radius: 50%;
    background: rgb(255,255,255);
    box-shadow: 0 0 0 3px rgb(50,50,50);
}

.page_navigation a.active .circle:before {
    opacity: 1;
    background: rgb(50,50,50);
}

.page_navigation a.active .circle:before {
	box-shadow: 0 0 0 3px rgb(255,255,255);
	background: rgb(50,50,50);
}

.page_navigation a.active .circle {
	box-shadow: 0 0 0 4px rgb(50,50,50);
}

.page_navigation li:hover .circle,
.page_navigation a.active .circle {
    -webkit-transform: translateZ(0px) scale(1.2);
    transform: translateZ(0px) scale(1.2);
}

/* =============================================================================
 * ce_popup
 * ========================================================================== */

.ce_popup_start {
	display: none;
}

.ce_popup_start.popup_show {
	display: block;
}

.ce_popup_start .ce_popup_overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100000;
}

.ce_popup_start.popup_show .ce_popup_overlay,
.ce_popup_start.popup_show .ce_popup_content {
	-webkit-animation: fadeIn 1s ease;
	-moz-animation: fadeIn 1s ease;
	-ms-animation: fadeIn 1s ease;
	animation: fadeIn 1s ease;
}

.ce_popup_start.overlay_light .ce_popup_overlay {
	background: rgba(255,255,255,0.7);
}

.ce_popup_start.overlay_dark .ce_popup_overlay {
	background: rgba(0,0,0,0.6);
}

.ce_popup_start .ce_popup_content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: 200000;
	width: 90%;
	max-width: 600px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	padding-bottom: 35px;
	background: rgb(255,255,255);
	border-top: 4px solid rgb(100,100,100);
}

.ce_popup_start .popup_close {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 100;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	cursor: pointer;
	background: rgba(255,255,255,0.95);
	border-radius: 100%;
	line-height: 35px;
	width: 35px;
	text-align: center;
}

.ce_popup_start .popup_close:hover {
	opacity: 0.8;
}

.ce_popup_start .ce_popup_content .checkbox {
	position: absolute;
	bottom: 2px;
	left: 10px;
	z-index: 10;
	font-size: 0.9rem;
}

.ce_popup_start .ce_popup_content .checkbox input {
	width: auto;
	margin-right: 5px;
}

.chrome .ce_popup_start .ce_popup_content .checkbox input {
	position: relative;
	top: 2px;
}

.ce_popup_start .ce_popup_content .checkbox label {
	display: inline-block;
}

/* =============================================================================
 * ce_popup mod_subscribe
 * ========================================================================== */

.ce_popup_start .mod_subscribe {
	padding: 0;
	border: 0;
}

.ce_popup_start .mod_subscribe input {
	float: left;
}

.ce_popup_start .mod_subscribe input.text {
	float: left;
	width: 65%;
	margin: 0;
	line-height: 30px;
	padding: 2px 10px;
	border-radius: 2px 0 0 2px;
	border-right: 0;
	font-size: 0.9rem;
}

.ce_popup_start .mod_subscribe input.text {
	height: 36px;
	border: 0;
}

.ce_popup_start .mod_subscribe input.submit {
	float: left;
	width: 35%;
	margin: 0;
	line-height: 30px;
	padding: 2px 10px;
	min-width: 0;
	height: 36px;
	border: 0;
}

.ce_popup_start .mod_subscribe p.error {
	background: red;
	color: rgb(255,255,255);
	padding: 0 4px;
}

/* =============================================================================
 * ce_hyperlink_lightbox_video
 * ========================================================================== */

.ce_hyperlink_lightbox_video.hyperlink_align_left {
	text-align: left;
}

.ce_hyperlink_lightbox_video.hyperlink_align_center {
	text-align: center;
}

.ce_hyperlink_lightbox_video.hyperlink_align_right {
	text-align: right;
}

.ce_hyperlink_lightbox_video a {
	display: inline-block;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-webkit-transform: scale(0.9,0.9);
	transform: scale(0.9,0.9);
}

.ce_hyperlink_lightbox_video a:hover {
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}

.ce_hyperlink_lightbox_video a.hidden {
	display: none;
}

.ce_hyperlink_lightbox_video.hyperlink_color_accent svg g {
	fill: rgb(80,80,80);
}

.ce_hyperlink_lightbox_video.hyperlink_color_second svg g {
	fill: rgb(180,180,180);
}

.ce_hyperlink_lightbox_video.hyperlink_color_white svg g {
	fill: rgb(255,255,255);
}

.ce_hyperlink_lightbox_video.hyperlink_color_black svg g,
.ce_hyperlink_lightbox_video.hyperlink_color_black svg polygon  {
	fill: rgb(0,0,0);
}

.ce_hyperlink_lightbox_video.hyperlink_color_black svg circle {
	stroke: rgb(0,0,0);
}

.ce_hyperlink_lightbox_video.hyperlink_color_lighgray svg g {
	fill: rgb(247,247,247);
}

.ce_hyperlink_lightbox_video.hyperlink_color_darkgray svg g {
	fill: rgb(69,69,69);
}

.inlinevideocontent {
	line-height: 0;
}

/* =============================================================================
 * ce_grid_gallery_start
 * ========================================================================== */

.ce_grid_gallery_start li.grid-item {
	background-size: cover;
	background-position: center center;
	float: left;
	width: 100%;
	position: relative;
}

.ce_grid_gallery_start .ce_grid_gallery_overlay {
	height: 100%;
	width: 100%;
	transform: scale(0,0);
	-webkit-transform: scale(0,0);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	position: relative;
	padding: 30px;
}

.ce_grid_gallery_start .ce_grid_gallery_overlay .ce_grid_gallery_overlay_inside {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.ce_grid_gallery_start li.grid-item.valign_top a:not(.lightbox-link) .ce_grid_gallery_overlay .ce_grid_gallery_overlay_inside {
	position: relative;
	top: 0;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.ce_grid_gallery_start li.grid-item.valign_bottom .ce_grid_gallery_overlay .ce_grid_gallery_overlay_inside {
	position: absolute;
	width: calc(100% - 60px);
	bottom: 0;
	top: auto;
	margin-bottom: 30px;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.ce_grid_gallery_start li.grid-item.halign_center {
	text-align: center;
}

.ce_grid_gallery_start li.grid-item.halign_right {
	text-align: right;
}

.ce_grid_gallery_start .title {
	margin-bottom: 15px;
	line-height: 1.2;
}

.ce_grid_gallery_start .linktext {
	font-style: italic;
	text-decoration: underline;
	margin-top: 15px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_grid_gallery_start li.grid-item:hover .ce_grid_gallery_overlay {
	background: rgba(255,255,255,0.8);
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}

.ce_grid_gallery_start li.grid-item.color-white:hover .ce_grid_gallery_overlay {
	background: rgba(0,0,0,0.8);
}

.ce_grid_gallery_start li.grid-item:not(.has-content) a.lightbox-link i:before {
	content: '';
	height: 1px;
	width: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	background: rgb(50,50,50);
	opacity: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_grid_gallery_start li.grid-item:not(.has-content) a.lightbox-link i:after {
	content: '';
	height: 1px;
	width: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	background: rgb(50,50,50);
	opacity: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_grid_gallery_start li.grid-item:hover a.lightbox-link i:before  {
	opacity: 1;
}

.ce_grid_gallery_start li.grid-item:hover a.lightbox-link i:after  {
	opacity: 1;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.ce_grid_gallery_start li i {
	position: absolute;
	left: 50%;
}

.ce_grid_gallery_start li.style2 i {
	display: none;
}

.ce_grid_gallery_start  a.lightbox-link {
	display: block;
	height: 100%;
}

.ce_grid_gallery_start.frame-gutter li.grid-item {
	box-shadow: 0 0 0 4px rgb(255,255,255);
}

.ce_grid_gallery_start.frame-gutter.gutter-large li.grid-item {
	box-shadow: 0 0 0 8px rgb(255,255,255);
}

.ce_grid_gallery_start li.grid-item.image-width-100 {
	width: 100%;
}

.ce_grid_gallery_start li.grid-item.image-width-90 {
	width: 90%;
}

.ce_grid_gallery_start li.grid-item.image-width-80 {
	width: 80%;
}

.ce_grid_gallery_start li.grid-item.image-width-70 {
	width: 70%;
}

.ce_grid_gallery_start li.grid-item.image-width-60 {
	width: 60%;
}

.ce_grid_gallery_start li.grid-item.image-width-50 {
	width: 50%;
}

.ce_grid_gallery_start li.grid-item.image-width-40 {
	width: 40%;
}

.ce_grid_gallery_start li.grid-item.image-width-33 {
	width: 33.333%;
}

.ce_grid_gallery_start li.grid-item.image-width-30 {
	width: 30%;
}

.ce_grid_gallery_start li.grid-item.image-width-25 {
	width: 25%;
}

.ce_grid_gallery_start li.grid-item.image-width-20 {
	width: 20%;
}

.ce_grid_gallery_start li.grid-item.image-width-10 {
	width: 10%;
}

.ce_grid_gallery_start li.grid-item.image-height-l {
	height: 49.9vw;
	max-height: 600px;
}

.ce_grid_gallery_start li.grid-item.image-height-s {
	height: 25vw;
	max-height: 300px;
}

.ce_grid_gallery_start.height-large li.grid-item.image-height-l {
	height: 59.9vw;
	max-height: 700px;
}

.ce_grid_gallery_start.height-large li.grid-item.image-height-s {
	height: 30vw;
	max-height: 350px;
}

.ce_grid_gallery_start li.grid-item.style2 .ce_grid_gallery_overlay {
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}

.ce_grid_gallery_start li.grid-item.style2:hover .ce_grid_gallery_overlay {
	background: none;
}

.ce_grid_gallery_start li.grid-item.style3 .ce_grid_gallery_overlay {
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}

.ce_grid_gallery_start li.grid-item.style3:hover .ce_grid_gallery_overlay {
	background: none;
}

/* grid-gallery in slider section */

#slider .ce_grid_gallery_start {
	margin: 8px;
}

/* =============================================================================
 * ce_benefitbox
 * ========================================================================== */

/* same-height */
.autogrid_row.same_height .ce_benefitbox,
.autogrid_row.same_height .ce_benefitbox .ce_benefitbox_inside {
	height: 100%;
}

.ce_benefitbox .ce_benefitbox_inside {
	background: rgb(255,255,255);
	position: relative;
	width: 100%;
	border: 1px solid rgba(0,0,0,0.09);
}

.ce_benefitbox .number {
	position: absolute;
	right: 20px;
	top: 20px;
	color: rgba(0,0,0,0.06);
	font-size: 5rem;
	line-height: 5rem;
}

.ce_benefitbox li {
	padding: 6px 20px 6px 55px;
	position: relative;
}

.ce_benefitbox li:nth-child(2n+1) {
	background: rgba(0,0,0,0.05);
}

.ce_benefitbox li:before {
	position: absolute;
	left: 20px;
	font-family:FontAwesome;
	content: "\f00c";
	display: inline-block;
}

.ce_benefitbox .ce_hyperlink {
	padding-top: 20px;
	border-top: 1px solid rgb(240,240,240);
	padding-left: 20px;
}

.ce_benefitbox .ce_hyperlink a {
	margin-bottom: 20px;
}

.ce_benefitbox div.ce_headline {
	margin: 0 20px;
}

.ce_benefitbox .image_container {
	margin: 20px;
}

.ce_benefitbox .image_container img {
	width: auto;
}

.ce_benefitbox i {
	margin: 20px;
	font-size: 3rem;
}

/* =============================================================================
 * ce_colorbox
 * ========================================================================== */

.ce_colorbox .ce_colorbox_inside {
	padding: 30px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.ce_colorbox h1,
.ce_colorbox h2,
.ce_colorbox h3,
.ce_colorbox h4,
.ce_colorbox h5,
.ce_colorbox h6 {
	margin-bottom: 0;
}

.ce_colorbox.invert,
.ce_colorbox.invert h1,
.ce_colorbox.invert h2,
.ce_colorbox.invert h3,
.ce_colorbox.invert h4,
.ce_colorbox.invert h5,
.ce_colorbox.invert h6,
.ce_colorbox.invert p,
.ce_colorbox.invert a  {
	color: rgb(255,255,255);
}

.ce_colorbox .mainheadline {
	margin-bottom: 20px;
}

.ce_colorbox .ce_url a {
	display: inline-block;
}

.ce_colorbox .ce_url a:after {
	content: '';
	height: 1px;
	width: 100%;
	margin-top: 5px;
	background: rgb(85, 85, 85);
	display: block;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_colorbox .ce_url a:hover:after {
	width: 0;
}

.ce_colorbox.invert .ce_url a:after {
	background: rgb(255,255,255);
}

.ce_colorbox p:last-of-type {
	margin-bottom: 30px;
}

/* =============================================================================
 * ce_image_text_box
 * ========================================================================== */

.ce_image_text_box_inside {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.ce_image_text_box .ce_image_text_box_content {
	margin-top: 2rem;
}

.ce_image_text_box .image_container img {
	width: auto;
	display: inline-block;
}

.ce_image_text_box .ce_image_text_box_inside > a.hyperlink_txt {
	margin-top: 25px;
}

.ce_image_text_box a.hyperlink_txt {
	display: inline-block;
	padding: 7px 15px;
	border: 1px solid rgba(0,0,0,0.1);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_image_text_box a.hyperlink_txt:hover {
	opacity: 0.8;
}

.ce_image_text_box .ce_image_text_box_banner {
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	color: rgb(255,255,255);
	background: rgb(0,0,0);
	font-size: 0.8rem;
	position: absolute;
	right: -2.4rem;
	top: 2rem;
	text-align: center;
	min-width: 11rem;
	z-index: 30;
	padding: 0.2rem;
}

.ce_image_text_box.version2 a.hyperlink_txt {
	text-decoration: underline;
	padding: 0;
	border: 0;
}

.ce_image_text_box.version2 {
	border: 1px solid rgb(235, 237, 235);
	border-radius: 6px;
	height: 100%;
}

.ce_image_text_box.version2 .ce_image_text_box_content_outside {
	padding: 25px;
}

.ce_image_text_box.version2 .ce_image_text_box_content {
	margin-top: 0;
}

.ce_image_text_box.version3 img {
	border: 2px solid rgb(230,230,230);
}

.ce_image_text_box.version3 a.hyperlink_txt {
	margin-top: 30px;
}

.ce_image_text_box.version4 {
	text-align: center;
}

.ce_image_text_box.version4 a.hyperlink_txt {
	margin-top: 30px;
}

.ce_image_text_box ul {
	padding-left: 4px;
}

.ce_image_text_box ul li {
	list-style-type: circle;
	list-style-position: inside;
}

/* =============================================================================
 * mod_quickmenu
 * ========================================================================== */

.mod_quickmenu {
	position: fixed;
	bottom: 120px;
	right: 18px;
	z-index: 100;
	padding-top: 100px;
}

.mod_quickmenu.quickmenu-align-top {
	top: 120px;
	bottom: auto;
}

.mod_quickmenu ul:hover li {
	margin-top: 0;
}

.mod_quickmenu li {
	display: block;
	float: right;
	clear: right;
	transition-property: margin-top;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.mod_quickmenu.collapse li {
	margin-top: -35px;
}

.mod_quickmenu li a {
	display: block;
	line-height: 40px;
	width: 40px;
	border: 1px solid rgb(100,100,100);
	border-radius: 3px;
	overflow: hidden;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	white-space: nowrap;
	background: rgba(255,255,255,0.9);
	margin-bottom: 3px;
	font-size: 15px;
}

.mod_quickmenu li a i {
	width: 40px;
	text-align: center;
	font-size: 19px;
}

.mod_quickmenu li a span {
	margin-right: 10px;
	font-size: 15px;
}

.mod_quickmenu li a:hover {
	width: 140px;
}

.mod_quickmenu.style3 li a {
	width: 55px;
	line-height: 55px;
	border-radius: 50px;
	border: 1px solid rgb(235, 237, 235);
	margin-bottom: 10px;
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.04);
}

.mod_quickmenu.style3 li a i {
	width: 55px;
}

.mod_quickmenu.style3 li a:hover {
	width: 140px;
}

.mod_quickmenu.style3 {
	right: 10px;
}

/* =============================================================================
 * ce_headline_w_buttons
 * ========================================================================== */

.ce_headline_w_buttons .ce_headline_w_buttons_inside {
	background: rgb(248,248,248);
	min-height: 25px;
	padding: 15px;
	position: relative;
	overflow: hidden;
	width: 100%;
	display: table;
	vertical-align: middle;
}

.ce_headline_w_buttons .buttons {
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	min-width: 300px;
}

.ce_headline_w_buttons div.ce_headline {
	display: table-cell;
}


.ce_headline_w_buttons .buttons > div {
	display: inline-block;
}

.ce_headline_w_buttons .buttons a {
	display: inline-block;
	padding:  5px 10px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	min-width: 120px;
	text-align: center;
}

.ce_headline_w_buttons .buttons a.button_two {
	margin-left: 5px;
}

.ce_headline_w_buttons .buttons i {
	margin-right: 7px;
}

.ce_headline_w_buttons .ce_headline {
	margin-bottom: 0;
}

/* style1 */

.ce_headline_w_buttons.style1 .buttons a {
	border-radius: 5px;
	background: rgb(255,255,255);
	color: rgb(153, 153, 153);
}

.ce_headline_w_buttons.style1 .buttons a:hover {
	color: rgb(255,255,255);
	background: rgb(100,100,100);
}

.color-white .ce_headline_w_buttons.style1 .ce_headline_w_buttons_inside {
	background: rgba(255,255,255,0.2);
}

.color-white .ce_headline_w_buttons.style1 .buttons a {
	background: rgba(255,255,255,0.2);
}

/* style2 */

.ce_headline_w_buttons.style2 .buttons a.button_one {
	color: rgb(100,100,100);
	border: 2px solid rgb(100,100,100);
}

.ce_headline_w_buttons.style2 .buttons a.button_one:hover {
	background: rgb(100,100,100);
	color: rgb(255,255,255);
	opacity: 0.9;
}

.ce_headline_w_buttons.style2 .buttons a.button_two {
	background: rgb(100,100,100);
	color: rgb(255,255,255);
	border: 2px solid rgb(100,100,100);
}

.ce_headline_w_buttons.style2 .buttons a.button_two:hover {
	opacity: 0.9;
}

.color-white .ce_headline_w_buttons.style2 .ce_headline_w_buttons_inside {
	background: rgba(255,255,255,0.2);
}

/* style3 */

.ce_headline_w_buttons.style3 .ce_headline_w_buttons_inside {
	background: none;
	border-bottom: 1px solid rgb(225,225,225);
	padding: 0 0 20px 0;
}

.ce_headline_w_buttons.style3 .buttons a.button_one {
	color: rgb(100,100,100);
	border: 2px solid rgb(100,100,100);
}

.ce_headline_w_buttons.style3 .buttons a.button_one:hover {
	background: rgb(100,100,100);
	color: rgb(255,255,255);
	opacity: 0.9;
}

.ce_headline_w_buttons.style3 .buttons a.button_two {
	background: rgb(100,100,100);
	color: rgb(255,255,255);
	border: 2px solid rgb(100,100,100);
}

.ce_headline_w_buttons.style3 .buttons a.button_two:hover {
	opacity: 0.9;
}

.color-white .ce_headline_w_buttons.style3 .ce_headline_w_buttons_inside {
	border-color: rgba(255,255,255,0.4);
}

/* style4 */

.ce_headline_w_buttons.style4 .buttons a span {
	position: relative;
}

.ce_headline_w_buttons.style4 .buttons a span:after {
	content: '';
	height: 1px;
	background: rgb(100,100,100);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_headline_w_buttons.style4 .buttons a:hover span:after {
	width: 100%;
}

.color-white .ce_headline_w_buttons.style4 .ce_headline_w_buttons_inside {
	background: rgba(255,255,255,0.2);
}

.color-white .ce_headline_w_buttons.style4 .buttons a span:after {
	background: rgba(255,255,255,0.9);
}

/* style5 */

.ce_headline_w_buttons.style5 .ce_headline_w_buttons_inside {
	background: none;
	padding: 0;
}

.ce_headline_w_buttons.style5 .buttons a.button_one {
	color: rgb(100,100,100);
	border: 2px solid rgb(100,100,100);
}

.ce_headline_w_buttons.style5 .buttons a.button_one:hover {
	background: rgb(100,100,100);
	color: rgb(255,255,255);
	opacity: 0.9;
}

.ce_headline_w_buttons.style5 .buttons a.button_two {
	background: rgb(100,100,100);
	color: rgb(255,255,255);
	border: 2px solid rgb(100,100,100);
}

.ce_headline_w_buttons.style5 .buttons a.button_two:hover {
	opacity: 0.9;
}

/* style6 */

.ce_headline_w_buttons.style6 .buttons a.button_one {
	color: rgb(100,100,100);
	border: 2px solid rgb(100,100,100);
	border-radius: 5px;
}

.ce_headline_w_buttons.style6 .buttons a.button_one:hover {
	background: rgb(100,100,100);
	color: rgb(255,255,255);
	opacity: 0.9;
}

.ce_headline_w_buttons.style6 .buttons a.button_two {
	background: rgb(100,100,100);
	color: rgb(255,255,255);
	border: 2px solid rgb(100,100,100);
	border-radius: 5px;
}

.ce_headline_w_buttons.style6 .buttons a.button_two:hover {
	opacity: 0.9;
}

.color-white .ce_headline_w_buttons.style6 .ce_headline_w_buttons_inside {
	background: rgba(255,255,255,0.2);
}

/* style7 */

.ce_headline_w_buttons.style7 .buttons a.button_one {
	color: rgb(0,0,0);
	border: 2px solid rgb(0,0,0);
}

.ce_headline_w_buttons.style7 .buttons a.button_one:hover {
	background: rgb(0,0,0);
	color: rgb(255,255,255);
	opacity: 0.9;
}

.ce_headline_w_buttons.style7 .buttons a.button_two {
	background: rgb(0,0,0);
	color: rgb(255,255,255);
	border: 2px solid rgb(0,0,0);
}

.ce_headline_w_buttons.style7 .buttons a.button_two:hover {
	opacity: 0.9;
}

.ce_headline_w_buttons.style7 .ce_headline_w_buttons_inside {
	background: none;
	border-bottom: 1px solid rgb(225,225,225);
	padding: 0 0 20px 0;
}

.color-white .ce_headline_w_buttons.style7 .ce_headline_w_buttons_inside {
	border-color: rgba(255,255,255,0.4);
}

/* style8 */

.ce_headline_w_buttons.style8 .buttons a.button_one {
	color: rgb(189, 189, 189);
	border: 2px solid rgb(189, 189, 189);
}

.ce_headline_w_buttons.style8 .buttons a.button_one:hover {
	background: rgb(189, 189, 189);
	color: rgb(255,255,255);
	opacity: 0.9;
}

.ce_headline_w_buttons.style8 .buttons a.button_two {
	background: rgb(189, 189, 189);
	color: rgb(255,255,255);
	border: 2px solid rgb(189, 189, 189);
}

.ce_headline_w_buttons.style8 .buttons a.button_two:hover {
	opacity: 0.9;
}

.ce_headline_w_buttons.style8 .ce_headline_w_buttons_inside {
	background: none;
	border-bottom: 1px solid rgb(225,225,225);
	padding: 0 0 20px 0;
}

.color-white .ce_headline_w_buttons.style8 .ce_headline_w_buttons_inside {
	border-color: rgba(255,255,255,0.4);
}

/* style9 */

.ce_headline_w_buttons.style9 .buttons a span {
	position: relative;
}

.ce_headline_w_buttons.style9 .buttons a span:after {
	content: '';
	height: 1px;
	background: rgb(100,100,100);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_headline_w_buttons.style9 .buttons a:hover span:after {
	width: 100%;
}

.ce_headline_w_buttons.style9 .ce_headline_w_buttons_inside {
	background: none;
	padding: 0;
}

.color-white .ce_headline_w_buttons.style9 .buttons a span:after {
	background: rgba(255,255,255,0.9);
}

/* style10 */

.ce_headline_w_buttons.style10 .buttons a {
	background: rgb(255,255,255);
	color: rgb(153, 153, 153);
}

.ce_headline_w_buttons.style10 .buttons a:hover {
	color: rgb(255,255,255);
	background: rgb(100,100,100);
}

.color-white .ce_headline_w_buttons.style10 .ce_headline_w_buttons_inside {
	background: rgba(255,255,255,0.2);
}

.color-white .ce_headline_w_buttons.style10 .buttons a {
	background: rgba(255,255,255,0.2);
}

/* =============================================================================
 * ce_featurelist
 * ========================================================================== */

.ce_featurelist li {
	display: block;
	width: 50%;
	float: left;
	padding: 10px;
	border-bottom: 1px solid rgba(150,150,150,0.5);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

 .ce_featurelist a {
	display: block;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_featurelist a:hover {
	background: rgb(248,248,248);
}

.ce_featurelist.list-col3 li {
	width: calc(100% / 3);
}

.ce_featurelist.list-col4 li {
	width: calc(100% / 4);
}

.ce_featurelist.list-col5 li {
	width: calc(100% / 5);
}

.ce_featurelist.list-col6 li {
	width: calc(100% / 6);
}

.ce_featurelist li .icon {
	display: table-cell;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 40px;
	text-align: center;
}

.ce_featurelist .image_container {
	text-align: center;
}

.ce_featurelist .image_container img {
	width: 45px;
	display: inline-block;
}

.ce_featurelist li span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.3;
	padding-left: 10px;
}

/* style2 */

.ce_featurelist.style2 li a,
.ce_featurelist.style2 li span,
.ce_featurelist.style2 li .icon {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_featurelist.style2 li a:hover span,
.ce_featurelist.style2 li a:hover .icon {
	color: rgb(255,255,255);
}

/* style3 */

.ce_featurelist.style3 li span {
	color: rgb(160,160,160);
}

/* style4 */

.ce_featurelist.style4 li {
	border-color: rgba(255,255,255,0.2);
}

.ce_featurelist.style4 li a:hover {
	background: rgba(255,255,255,0.1);
}

.ce_featurelist.style4 li a,
.ce_featurelist.style4 li span,
.ce_featurelist.style4 li .icon {
	color: rgb(240,240,240);
}

/* style5 */

.ce_featurelist.style5 li {
	border-bottom-style: dotted;
}

.ce_featurelist.style5 li .icon {
	color: rgb(200,200,200);
}

/* =============================================================================
 * ce_flipbox
 * ========================================================================== */


.ce_flipbox {
	position: relative;
	overflow: visible;
}

.ce_flipbox .ce_flipbox_inside {
	height: inherit;
	position: relative;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
}

.ce_flipbox .ce_flipbox_frontside,
.ce_flipbox .ce_flipbox_backside {
	width: 100%;
	display: flex;
	align-items: center;
}

.ce_flipbox .ce_flipbox_frontside {
	height: inherit;
	position: absolute;
	top: 0;
	z-index: 900;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.ce_flipbox .ce_flipbox_backside {
	height: inherit;
	position: absolute;
	top: 0;
	z-index: 1000;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.ce_flipbox:hover .ce_flipbox_frontside {
	z-index: 900;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}

.ce_flipbox:hover .ce_flipbox_backside {
	z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}

.ce_flipbox .ce_flipbox_frontside_inside,
.ce_flipbox .ce_flipbox_backside_inside {
	padding: 30px;
}

.ce_flipbox .ce_flipbox_backside_inside > .ce_url.attribute a {
	display: inline-block;
	padding: 5px 15px;
	color: rgb(255,255,255);
	background: rgba(0,0,0,0.4);
}

.ce_flipbox .ce_flipbox_backside.color-white .ce_flipbox_backside_inside > .ce_url.attribute a {
	color: rgb(50,50,50)!important;
	background: rgb(255,255,255);
}

/* style 2 */

.ce_flipbox.style2 .ce_flipbox_frontside,
.ce_flipbox.style2 .ce_flipbox_backside {
	text-align: center;
	justify-content: center;
}


/* =============================================================================
 * ce_before_after_slider
 * ========================================================================== */

.ce_before_after_slider .twentytwenty-container img {
	width: 100%;
}

.ce_before_after_slider img,
.ce_before_after_slider img{
	display: none;
}

.ce_before_after_slider img.twentytwenty-before,
.ce_before_after_slider img.twentytwenty-after{
	display: block;
}

/* =============================================================================
 * ce_wrap
 * ========================================================================== */

 .ce_wrap {
 	background-position: center;
 	background-size: cover;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	overflow: hidden;
	position: relative;
 }

.ce_wrap a:not(.hyperlink_txt) {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
}

.ce_wrap.hover-white * {
	transition: color 0.3s ease, border-color 0.3s ease;
	-webkit-transition: color 0.3s ease, border-color 0.3s ease;
}

/* colors hover */
.ce_wrap.hover-white:hover,
.ce_wrap.hover-white:hover * {
	color: rgb(255,255,255)!important;
	border-color: rgb(255,255,255)!important;
}

/* bg hover colors */
.ce_wrap.bg-hover-gray:hover {
	background-color: rgb(248,248,248)!important;
}

.ce_wrap.bg-hover-white:hover {
	background-color: rgb(255,255,255)!important;
}

.ce_wrap.bg-hover-black:hover {
	background-color: rgb(0,0,0)!important;
}

/* bg positions */
.ce_wrap.bg-center-top {
	background-position: center top;
}

.ce_wrap.bg-center-center {
	background-position: center center;
}

.ce_wrap.bg-center-bottom {
	background-position: center bottom;
}

.ce_wrap.bg-left-top {
	background-position: left top;
}

.ce_wrap.bg-left-center {
	background-position: left center;
}

.ce_wrap.bg-left-bottom{
	background-position: left bottom;
}

.ce_wrap.bg-right-top {
	background-position: right top
}

.ce_wrap.bg-right-center {
	background-position: right center;
}

.ce_wrap.bg-right-bottom {
	background-position: right bottom;
}

.ce_wrap.bg-repeat {
	background-repeat: repeat;
}

/* padding classes */
.ce_wrap.pd-xl {
	padding: 200px 40px;
}

.ce_wrap.pd-l {
	padding: 160px 40px;
}

.ce_wrap.pd-m {
	padding: 120px 40px;
}

.ce_wrap.pd-s {
	padding: 80px 40px;
}

.ce_wrap.pd-xs {
	padding: 40px;
}

/* =============================================================================
 * ce_vertical_spacer
 * ========================================================================== */

.ce_vertical_spacer.sp-xxl {
	height: 21vmin;
}

.ce_vertical_spacer.sp-xl {
	height: 18vmin;
}

.ce_vertical_spacer.sp-l {
	height: 15vmin;
}

.ce_vertical_spacer.sp-m {
	height: 12vmin;
}

.ce_vertical_spacer.sp-s {
	height: 9vmin;
}

.ce_vertical_spacer.sp-xs {
	height: 6vmin;
}

.ce_vertical_spacer.sp-xxs {
	height: 3vmin;
}

/* =============================================================================
 * smart phones  (s / small screens)
 * ========================================================================== */

@media only screen and (max-width: 767px) {
.ce_leadertext p {
	font-size: 1.133rem;
}

.ce_testimonial_version1 p {
	font-size: 1.2rem;
}

.ce_pricetable {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ce_pricetable .currency {
	top: 0;
}

.ce_tabs .tabs li {
	display: block!important;
	float: none!important;
	width: 100%!important;
}

.ce_tabs .tabs.vertical,
.ce_tabs .panes.vertical {
	float: none;
	width: 100%;
}

.ce_tabs .tabs.classic ul li {
	margin-bottom: 2px;
}

.ce_tabs .tabs.horizontal li a {
	border-left: 0;
	border-top: 0;
}

.ce_tabs .panes.vertical {
	border: 0;
	padding: 0;
	margin-top: 15px;
}

.ce_tabs .panes.vertical_2 {
	padding: 0;
	width: 100%;
	margin-top: 15px;
	border: 0;
}

.ce_tabs .tabs.vertical_2 {
	width: 100%;
	float: none;
}

.ce_tabs .tabs.horizontal-clean ul li {
	margin-bottom: 10px;
	border-bottom: 1px solid rgb(200,200,200);
	padding-bottom: 5px;
}

.ce_tabs .tabs.horizontal-clean ul li.active:after {
	display: none;
}

.ce_bgimage.hide-image-phone .ce_bgimage-image {
	display: none;
}

.ce_bgimage.img-leftside-33,
.ce_bgimage.img-leftside-50,
.ce_bgimage.img-leftside-33 .ce_bgimage-inside,
.ce_bgimage.img-leftside-50 .ce_bgimage-inside {
	display: block;
	width: 100%;
}

.ce_bgimage.img-rightside-33 .ce_bgimage-outer,
.ce_bgimage.img-rightside-33 .ce_bgimage-image,
.ce_bgimage.img-rightside-50 .ce_bgimage-outer,
.ce_bgimage.img-rightside-50 .ce_bgimage-image {
	display: block;
	width: 100%;
	margin: 0;
}

.ce_bgimage.img-rightside-33 .ce_bgimage-image,
.ce_bgimage.img-rightside-50 .ce_bgimage-image {
	background-image: none!important;
}

.ce_bgimage.img-leftside-33 .ce_bgimage-image,
.ce_bgimage.img-leftside-50 .ce_bgimage-image {
	display: none;
}

.ce_bgimage.img-leftside-33 .ce_bgimage-outer,
.ce_bgimage.img-leftside-50 .ce_bgimage-outer  {
	margin-left: 0;
}

.ce_bgimage.img-leftside-33:not(.bg-hide-mobile) .mobile_image,
.ce_bgimage.img-leftside-50:not(.bg-hide-mobile) .mobile_image,
.ce_bgimage.img-rightside-33:not(.bg-hide-mobile) .mobile_image,
.ce_bgimage.img-rightside-50:not(.bg-hide-mobile) .mobile_image {
	display: block!important;
	margin-bottom: 30px;
}

.ce_bgimage.parallax .ce_bgimage-image {
	background-attachment: scroll;
	background-position: center center!important;
}

.ce_contentbox .arrow {
	display: none;
}

.ce_timeline .timeline-item {
	width: 100%;
	float: none;
	text-align: left;
	padding-left: 60px;
	padding-right: 0;
	margin-bottom: 35px;
}

.ce_timeline .timeline-item:nth-of-type(2n) i {
	left: 19px;
}

.ce_timeline .timeline-item:nth-of-type(2n) i.timeline-icon {
	left: 0;
}

.ce_timeline .timeline-item:nth-of-type(2n) .timeline-item-title:before {
	left: 20px;
}

.ce_timeline .timeline-item i.timeline-icon {
	margin-right: 0;
	margin-left: 4px;
	left: 0;
}

.ce_timeline .timeline-item .timeline-item-title:before {
	right: auto;
	left: 20px;
	width: 40px;
}

.ce_timeline .timeline-item i {
	right: auto;
	left: 19px;
}

.ce_timeline .timeline-item:nth-of-type(2n) {
	float: left;
	padding-left: 60px;
}

.ce_timeline:before {
	left: 25px;
}

.ce_timeline i.last-point {
	left: 19px;
	right: auto;
}

.ce_headerimage {
	padding-top: 70px;
	padding-bottom: 70px;
}

.ce_headerimage .content {
	width: 100%;
}

.ce_headerimage.valign_bottom .ce_headerimage_inside {
	top: 50%;
}

.ce_pricetable .pricetable {
	margin-bottom: 15px;
}

.ce_leadertext.version1,
.ce_leadertext.version2,
.ce_headline_extended.version0,
.ce_headline_extended.version1 {
	margin-bottom: 30px;
}

.ce_text_imagebox .inside {
	padding: 20px;
}

.ce_text_imagebox .content {
	width: 100%!important;
}

.ce_bgimage_content_start .bg_overlay,
.ce_bgimage_content_start .ce_bgimage_content_left,
.ce_bgimage_content_start .ce_bgimage_content_right {
	width: 100%!important;
}

.ce_bgimage_content_start .ce_bgimage_pt_xxl .ce_bgimage_content,
.ce_bgimage_content_start .ce_bgimage_pt_xl .ce_bgimage_content,
.ce_bgimage_content_start .ce_bgimage_pt_l .ce_bgimage_content,
.ce_bgimage_content_start .ce_bgimage_pt_m .ce_bgimage_content,
.ce_bgimage_content_start .ce_bgimage_pt_s .ce_bgimage_content {
	padding-top: 50px;
}

.ce_bgimage_content_start .ce_bgimage_pb_xxl .ce_bgimage_content,
.ce_bgimage_content_start .ce_bgimage_pb_xl .ce_bgimage_content,
.ce_bgimage_content_start .ce_bgimage_pb_l .ce_bgimage_content,
.ce_bgimage_content_start .ce_bgimage_pb_m .ce_bgimage_content,
.ce_bgimage_content_start .ce_bgimage_pb_s .ce_bgimage_content {
	padding-bottom: 50px;
}

.ce_bgimage_content_start .ce_bgimage_content_left,
.ce_bgimage_content_start .ce_bgimage_content_right {
	display: block;
}

.ce_calltoaction_v2 .ce_calltoaction_content {
	padding-right: 0;
}

.ce_calltoaction_v2 .ce_hyperlink {
	position: static;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	margin-top: 15px;
}

.ce_calltoaction_v2 .ce_hyperlink a {
	width: 100%;
}

.ce_fancy_divider.pos_absolute_top,
.ce_fancy_divider.pos_absolute_bottom {
	display: none;
}

.ce_bgimage div.offset_layer {
	display: none;
}

.ce_bgimage.bg-hide-mobile .ce_bgimage-image {
	background-image: none!important;
}

.ce_bgimage.fullscreen-image:not(.vertical_centered) .ce_bgimage-outer {
	height: auto;
}

.ce_teaserbox .ce_teaserbox_inside {
	display: table;
}

.ce_teaserbox .image_wrapper {
	width: 100%!important;
}

.ce_teaserbox .text_wrapper {
	text-align: left!important;
}

.ce_teaserbox .image_wrapper,
.ce_teaserbox .text_wrapper {
	display: block;
}

.ce_teaserbox .margins {
	margin: 0!important;
}

.ce_teaserbox.image_right .text_wrapper {
	margin-bottom: 30px;
}

.ce_teaserbox.image_left .text_wrapper {
	margin-top: 30px;
}

.ce_iconbox:not(.no_gutter):not(.version3.xsmall) {
	margin-bottom: 30px;
}

.ce_iconbox.version2.right-align .ce_iconbox_inside {
	text-align: left;
}

.ce_iconbox.version2.right-align .image_container {
	text-align: left;
}

.ce_iconbox.version2.right-align .ce_iconbox_icon {
	order: 1;
}

.ce_iconbox.version2 .ce_iconbox_cwrapper {
	order: 2;
}

.ce_iconbox_v2.style2 .ce_iconbox_outside {
	min-height: 0!important;
}

.ce_iconbox_v2.style2,
.autogrid_row > .column:first-child > .ce_iconbox_v2.style2 {
	border-left: 0;
	border-right: 0;
}

.ce_iconbox_v2.style2.autogrid-last {
	border-bottom: 0;
}

.ce_headerimage.height_small {
	height: 180px;
}

.ce_headerimage.height_medium {
	height: 200px;
}

.ce_headerimage.height_large {
	height: 250px;
}

.ce_headerimage.height_xlarge {
	height: 350px;
}

.ce_headerimage.height_xxlarge {
	height: 400px;
}

#wrapper .ce_portfoliofilter {
	border: 0;
	text-align: left;
	margin-bottom: 10px;
}

#wrapper .fullwidth .ce_portfoliofilter {
	padding: 0 20px;
}

.ce_portfoliofilter.only-icon i {
	margin-bottom: 4px;
}

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

.ce_portfoliofilter.only-icon a {
	text-align: left!important;
}

.ce_portfoliofilter.only-icon {
	text-align: left!important;
}

.ce_portfoliofilter.only-icon .all {
	display: block;
	border-right: 0;
	border-bottom: 1px solid rgb(220,220,220);
	padding-bottom: 4px;
	margin-bottom: 7px;
}

.ce_portfoliofilter .mobile-filter-trigger {
	display: inline-block;
}

.ce_portfoliofilter .ce_portfoliofilter_content {
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_portfoliofilter.mobile-filter-show .ce_portfoliofilter_content {
	opacity: 1;
	max-height: 1000px;
	visibility: visible;
	padding-top: 45px;
}

#wrapper .ce_portfoliofilter .ce_portfoliofilter_content a {
	display: block;
	border: 1px solid rgb(220,220,220);
	margin: 0 0 3px 0;
	padding: 10px;
}

.ce_portfoliofilter .ce_portfoliofilter_content a.selected {
	border: 0;
	background: rgba(0,0,0,0.9);
	color: rgb(255,255,255);
}

.ce_google_map .ce_google_map_inside {
	height: 350px!important;
}

.ce_countdown .countdown-section,
.ce_countdown .align-left .countdown-section,
.ce_countdown .align-center .countdown-section,
.ce_countdown .align-right .countdown-section {
	margin-left: 7px;
	margin-right: 7px;
}

.ce_countdown .countdown.align-right {
	text-align: left!important;
}

.ce_featured_tab {
	padding: 0;
}

.ce_featured_tab.tab-style2 {
	padding: 0;
}

.ce_featured_tab li {
	display: block;
	width: 100%!important;
}

.ce_headline_extended h3.background-text {
	display: none;
}

.ce_image_extended.mob-align-left * {
	text-align: left!important;
}

.ce_image_extended.mob-align-center * {
	text-align: center!important;
}

.ce_image_extended.mob-align-right * {
	text-align: right!important;
}

.ce_image_extended_inside {
	margin-left: 0!important;
	margin-right: 0!important;
}

.ce_pricecard .ce_pricecard_inside {
	padding: 20px;
}

.pricecard_leftside,
.pricecard_rightside {
	width: 100%;
	float: none;
}

.ce_productbox.version1 .ce_hyperlink,
.ce_productbox.version2 .ce_hyperlink {
	float: left;
}

.ce_productbox.version1 .price,
.ce_productbox.version2 .price {
	display: block;
}

.ce_iconbox_header {
	position: static;
	margin-top: 25px;
}

.ce_fancy_divider {
	display: none;
}

.ce_pricelist_image h4:after {
	display: none;
}

.ce_pricelist_image .price {
	position: static;
	padding: 0;
}

.ce_pricelist_image h4 {
	float: none;
}

.ce_featurebox .headline_one,
.ce_featurebox .headline_two {
	margin: 0!important;
}

.ce_featurebox .image_container,
.ce_featurebox .ce_featurebox_content {
	float: none!important;
	width: 100%!important;
	margin: 0!important;
}

.ce_authorbox.style2 .ce_authorbox_content,
.ce_authorbox.style2 .image_container {
	width: 100%;
	float: none;
}

.ce_authorbox.style2 .ce_authorbox_content {
	margin: 0;
	padding: 5%;
	font-size: 1rem;
}

.ce_authorbox.style2 .subtitle {
	font-size: 1.1rem;
	display: block;
	margin-left: 0;
}

.ce_authorbox.style2 .name {
	margin-bottom: 10px;
}

.page_navigation {
	display: none;
}

.ce_iconbox_v2.style3 .ce_iconbox_outside {
	border-radius: 3px!important;
	border: 1px solid rgb(220,220,220)!important;
}

.ce_iconbox_v2.style3 {
	margin-bottom: 20px;
}

.ce_iconbox.same-height {
	display: block!important;
}

.ce_frame_start .ce_frame_start_inside {
	padding: 5%!important;
}

.ce_pricecard.style2 .price {
	font-size: 2.5rem;
}

.ce_grid_gallery_start li {
	width: 100%!important;
}

.ce_grid_gallery_start li.has-content {
	height: auto!important;
	max-height: none!important;
	min-height: 400px;
}

.ce_grid_gallery_start li.no-background-image {
	min-height: 0;
}

.ce_grid_gallery_start li.style1.has-content .ce_grid_gallery_overlay {
	height: 100%!important;
	max-height: none!important;
	transform: none;
	-webkit-transform: none;
	background: rgba(255,255,255,0.8);
	min-height: 400px;
}

.ce_grid_gallery_start li.style1.has-content .ce_grid_gallery_overlay .ce_grid_gallery_overlay_inside {
	position: static;
	transform: none;
	-webkit-transform: none;
}

.ce_grid_gallery_start li.style2.has-content .ce_grid_gallery_overlay .ce_grid_gallery_overlay_inside {
	position: static;
	transform: none;
	-webkit-transform: none;
}

.ce_grid_gallery_start li.grid-item.image-height-s,
.ce_grid_gallery_start li.grid-item.image-height-m,
.ce_grid_gallery_start li.grid-item.image-height-l {
	height: 50vh;
	max-height: 400px;
}

.mod_quickmenu {
	display: none;
}

.ce_hyperlink a,
a.btn,
.ce_hyperlink-extended.align-inline {
	display: block;
}

.ce_grid_gallery_start.height-large li.grid-item.image-height-s {
	height: 50vw;
	max-height: none;
}

.ce_pricelist_image .item-inside {
	padding-top: 0;
}

.ce_headline_w_buttons .ce_headline_w_buttons_inside,
.ce_headline_w_buttons div.ce_headline,
.ce_headline_w_buttons .buttons {
	display: block;
}

.ce_headline_w_buttons .buttons {
	text-align: left;
}

.ce_headline_w_buttons .ce_headline {
	margin-bottom: 1.3rem;
}

.ce_headline_w_buttons .buttons a {
	display: block;
	margin-bottom: 3px;
}

.ce_headline_w_buttons .buttons a.button_two {
	margin-left: 0;
}

.ce_featurelist li {
	width: 100%!important;
}


.ce_wrap.pd-xl {
	padding: 100px 20px;
}

.ce_wrap.pd-l {
	padding: 80px 20px;
}

.ce_wrap.pd-m {
	padding: 60px 20px;
}

.ce_wrap.pd-s {
	padding: 40px 20px;
}

.ce_wrap.pd-xs {
	padding: 20px 20px;
}

.ce_vertical_spacer.sp-xxl {
	height: 130px;
}

.ce_vertical_spacer.sp-xl {
	height: 110px;
}

.ce_vertical_spacer.sp-l {
	height: 90px;
}

.ce_vertical_spacer.sp-m {
	height: 70px;
}

.ce_vertical_spacer.sp-s {
	height: 50px;
}

.ce_vertical_spacer.sp-xs {
	height: 30px;
}

.ce_vertical_spacer.sp-xxs {
	height: 10px;
}

.ce_vertical_spacer.sp-xxl-mob {
	height: 70px;
}

.ce_vertical_spacer.sp-xl-mob {
	height: 60px;
}

.ce_vertical_spacer.sp-l-mob {
	height: 50px;
}

.ce_vertical_spacer.sp-m-mob {
	height: 4px;
}

.ce_vertical_spacer.sp-s-mob {
	height: 30px;
}

.ce_vertical_spacer.sp-xs-mob {
	height: 20px;
}

.ce_vertical_spacer.sp-xxs-mob {
	height: 10px;
}

.ce_vertical_spacer.sp-0-mob {
	display: none;
}

.ce_productbox.version1 .ce_productbox_content_bottom {
	position: static;
	padding-top: 0;
}
.ce_productbox.version1 .ce_productbox_content_top {
	padding: 20px;
}

.ce_text_extented.align-left-m {
	margin-left: 0;
}

.ce_text_image_bar .inside {
	height: auto!important;
}

.ce_text_image_bar .textbox {
	flex: 0 0 100%;
	height: auto!important;
	padding: 30px;
}

.ce_text_image_bar .imagebox {
	display: none;
}

.ce_text_image_bar .mobile_image {
	display: block;
	flex: 0 0 100%;
}

.ce_text_image_bar.mob-img-first .mobile_image {
	order: 1;
}

.ce_text_image_bar.mob-img-first .textbox {
	order: 2;
}

}

/**
 *
 * Copyright (c) SEASIDE MEDIA LTD
 *
 * pct-framework
 * all rights reserved
 */

/* =============================================================================
 * reset & various settings
 * ========================================================================== */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background-repeat: no-repeat;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: auto;
}

#wrapper .mejs-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

ol, ul {
	list-style: none;
}

table {
	border-spacing: 0;
}

body {
	position: relative;
	text-size-adjust: 100%;
}

#mbCenter img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.inside {
	position: relative;
	text-align: left;
}

.block {
	overflow: hidden;
}

.clear, #clear {
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}

.invisible {
	width: 0;
	height: 0;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline;
}

*+html #main {
	position: static;
}

header, footer, nav, section, aside, article, figure, figcaption {
	display: block;
}

#container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#chromeframe {
	background: red;
	padding: 10px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 10000;
}

.animate {
	opacity: 0;
}

.animate.nowaypoint {
	opacity: 1;
}

p {
	margin-bottom: 15px;
	word-wrap: break-word;
}

#wrapper {
	position: relative;
	z-index: 10;
}

#container {
	position: relative;
	width: 100%;
	margin: 0;
	background: #fff;
}

/* =============================================================================
 * margin + padding classes - vertical
 * ========================================================================== */

.mt-xxl{margin-top:80px!important;}.mt-xl{margin-top:70px!important;}.mt-l{margin-top:60px!important;}.mt-m{margin-top:50px!important;}.mt-s{margin-top:40px!important;}.mt-xs{margin-top:30px!important;}.mt-xxs{margin-top:20px!important;}
.mb-xxl{margin-bottom:80px!important;}.mb-xl{margin-bottom:70px!important;}.mb-l{margin-bottom:60px!important;}.mb-m{margin-bottom:50px!important;}.mb-s{margin-bottom:40px!important;}.mb-xs{margin-bottom:30px!important;}.mb-xxs{margin-bottom:20px!important;}
.pt-xxl{padding-top:170px!important;}.pt-xl{padding-top:150px!important;}.pt-l{padding-top:120px!important;}.pt-m{padding-top:100px!important;}.pt-s{padding-top:90px!important;}.pt-xs{padding-top:50px!important;}.pt-xxs{padding-top:30px!important;}
.pb-xxl{padding-bottom:170px!important;}.pb-xl{padding-bottom:150px!important;}.pb-l{padding-bottom:120px!important;}.pb-m{padding-bottom:100px!important;}.pb-s{padding-bottom:90px!important;}.pb-xs{padding-bottom:50px!important;}.pb-xxs{padding-bottom:30px!important;}
.mt-0{margin-top:0!important}.mt-5{margin-top:5px!important}.mt-10{margin-top:10px!important}.mt-20{margin-top:20px!important}.mt-30{margin-top:30px!important}.mt-40{margin-top:40px!important}.mt-50{margin-top:50px!important}.mt-60{margin-top:60px!important}.mt-70{margin-top:70px!important}.mt-80{margin-top:80px!important}.mt-90{margin-top:90px!important}.mt-100{margin-top:100px!important}.mt-110{margin-top:110px!important}.mt-120{margin-top:120px!important}.mt-130{margin-top:130px!important}.mt-140{margin-top:140px!important}.mt-150{margin-top:150px!important}.mt-160{margin-top:160px!important}.mt-170{margin-top:170px!important}.mt-180{margin-top:180px!important}.mt-190{margin-top:190px!important}.mt-200{margin-top:200px!important}
.mb-0{margin-bottom:0!important}.mb-5{margin-bottom:5px!important}.mb-10{margin-bottom:10px!important}.mb-20{margin-bottom:20px!important}.mb-30{margin-bottom:30px!important}.mb-40{margin-bottom:40px!important}.mb-50{margin-bottom:50px!important}.mb-60{margin-bottom:60px!important}.mb-70{margin-bottom:70px!important}.mb-80{margin-bottom:80px!important}.mb-90{margin-bottom:90px!important}.mb-100{margin-bottom:100px!important}.mb-110{margin-bottom:110px!important}.mb-120{margin-bottom:120px!important}.mb-130{margin-bottom:130px!important}.mb-140{margin-bottom:140px!important}.mb-150{margin-bottom:150px!important}.mb-160{margin-bottom:160px!important}.mb-170{margin-bottom:170px!important}.mb-180{margin-bottom:180px!important}.mb-190{margin-bottom:190px!important}.mb-200{margin-bottom:200px!important}
.pt-0{padding-top:0!important}.pt-5{padding-top:5px!important}.pt-10{padding-top:10px!important}.pt-20{padding-top:20px!important}.pt-30{padding-top:30px!important}.pt-40{padding-top:40px!important}.pt-50{padding-top:50px!important}.pt-60{padding-top:60px!important}.pt-70{padding-top:70px!important}.pt-80{padding-top:80px!important}.pt-90{padding-top:90px!important}.pt-100{padding-top:100px!important}.pt-110{padding-top:110px!important}.pt-120{padding-top:120px!important}.pt-130{padding-top:130px!important}.pt-140{padding-top:140px!important}.pt-150{padding-top:150px!important}.pt-160{padding-top:160px!important}.pt-170{padding-top:170px!important}.pt-180{padding-top:180px!important}.pt-190{padding-top:190px!important}.pt-200{padding-top:200px!important}
.pb-0{padding-bottom:0!important}.pb-5{padding-bottom:5px!important}.pb-10{padding-bottom:10px!important}.pb-20{padding-bottom:20px!important}.pb-30{padding-bottom:30px!important}.pb-40{padding-bottom:40px!important}.pb-50{padding-bottom:50px!important}.pb-60{padding-bottom:60px!important}.pb-70{padding-bottom:70px!important}.pb-80{padding-bottom:80px!important}.pb-90{padding-bottom:90px!important}.pb-100{padding-bottom:100px!important}.pb-110{padding-bottom:110px!important}.pb-120{padding-bottom:120px!important}.pb-130{padding-bottom:130px!important}.pb-140{padding-bottom:140px!important}.pb-150{padding-bottom:150px!important}.pb-160{padding-bottom:160px!important}.pb-170{padding-bottom:170px!important}.pb-180{padding-bottom:180px!important}.pb-190{padding-bottom:190px!important}.pb-200{padding-bottom:200px!important}
.p-0{padding:0!important}.p-5{padding:5px!important}.p-10{padding:10px!important}.p-20{padding:20px!important}.p-30{padding:30px!important}.p-40{padding:40px!important}.p-50{padding:50px!important}.p-60{padding:60px!important}.p-70{padding:70px!important}.p-80{padding:80px!important}.p-90{padding:90px!important}.p-100{padding:100px!important}.p-110{padding:110px!important}.p-120{padding:120px!important}.p-130{padding:130px!important}.p-140{padding:140px!important}.p-150{padding:150px!important}.p-160{padding:160px!important}.p-170{padding:170px!important}.p-180{padding:180px!important}.p-190{padding:190px!important}.p-200{padding:200px!important}
.m-0{margin: 0!important}

/* negativ margin classes*/
.mt-xxl-neg {margin-top: -300px!important}.mt-xl-neg {margin-top: -140px!important}.mt-l-neg {margin-top: -110px!important}.mt-s-neg {margin-top: -50px!important}
.mb-xxl-neg {margin-bottom: -300px!important}.mb-xl-neg {margin-bottom: -140px!important}.mb-l-neg {margin-bottom: -110px!important}.mb-s-neg {margin-bottom: -50px!important}
.mt-10-neg{margin-top:-10px}.mt-20-neg{margin-top:-20px}.mt-30-neg{margin-top:-30px}.mt-40-neg{margin-top:-40px}.mt-50-neg{margin-top:-50px}.mt-60-neg{margin-top:-60px}.mt-70-neg{margin-top:-70px}.mt-80-neg{margin-top:-80px}.mt-90-neg{margin-top:-90px}.mt-100-neg{margin-top:-100px}.mt-110-neg{margin-top:-110px}.mt-120-neg{margin-top:-120px}.mt-130-neg{margin-top:-130px}.mt-140-neg{margin-top:-140px}.mt-150-neg{margin-top:-150px}.mt-160-neg{margin-top:-160px}.mt-170-neg{margin-top:-170px}.mt-180-neg{margin-top:-180px}.mt-190-neg{margin-top:-190px}.mt-200-neg{margin-top:-200px}
.mb-10-neg{margin-bottom:-10px}.mb-20-neg{margin-bottom:-20px}.mb-30-neg{margin-bottom:-30px}.mb-40-neg{margin-bottom:-40px}.mb-50-neg{margin-bottom:-50px}.mb-60-neg{margin-bottom:-60px}.mb-70-neg{margin-bottom:-70px}.mb-80-neg{margin-bottom:-80px}.mb-90-neg{margin-bottom:-90px}.mb-100-neg{margin-bottom:-100px}.mb-110-neg{margin-bottom:-110px}.mb-120-neg{margin-bottom:-120px}.mb-130-neg{margin-bottom:-130px}.mb-140-neg{margin-bottom:-140px}.mb-150-neg{margin-bottom:-150px}.mb-160-neg{margin-bottom:-160px}.mb-170-neg{margin-bottom:-170px}.mb-180-neg{margin-bottom:-180px}.mb-190-neg{margin-bottom:-190px}.mb-200-neg{margin-bottom:-200px}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.mt-xxl{margin-top:60px!important;}.mt-xl{margin-top:50px!important;}.mt-l{margin-top:40px!important;}.mt-m{margin-top:30px!important;}.mt-s{margin-top:25px!important;}.mt-xs{margin-top:25px!important;}.mt-xxs{margin-top:25px!important;}
	.mb-xxl{margin-bottom:60px!important;}.mb-xl{margin-bottom:50px!important;}.mb-l{margin-bottom:40px!important;}.mb-m{margin-bottom:30px!important;}.mb-s{margin-bottom:25px!important;}.mb-xs{margin-bottom:25px!important;}.mb-xxs{margin-bottom:25px!important;}
	.pt-xxl{padding-top:130px!important;}.pt-xl{padding-top:110px!important;}.pt-l{padding-top:100px!important;}.pt-m{padding-top:80px!important;}.pt-s{padding-top:70px!important;}.pt-xs{padding-top:40px!important;}.pt-xxs{padding-top:30px!important;}
	.pb-xxl{padding-bottom:130px!important;}.pb-xl{padding-bottom:110px!important;}.pb-l{padding-bottom:100px!important;}.pb-m{padding-bottom:80px!important;}.pb-s{padding-bottom:70px!important;}.pb-xs{padding-bottom:40px!important;}.pb-xxs{padding-bottom:30px!important;}
	.mt-0-t{margin-top:0!important}.mt-5-t{margin-top:5px!important}.mt-10-t{margin-top:10px!important}.mt-20-t{margin-top:20px!important}.mt-30-t{margin-top:30px!important}.mt-40-t{margin-top:40px!important}.mt-50-t{margin-top:50px!important}.mt-60-t{margin-top:60px!important}.mt-70-t{margin-top:70px!important}.mt-80-t{margin-top:80px!important}.mt-90-t{margin-top:90px!important}.mt-100-t{margin-top:100px!important}.mt-110-t{margin-top:110px!important}.mt-120-t{margin-top:120px!important}.mt-130-t{margin-top:130px!important}.mt-140-t{margin-top:140px!important}.mt-150-t{margin-top:150px!important}.mt-160-t{margin-top:160px!important}.mt-170-t{margin-top:170px!important}.mt-180-t{margin-top:180px!important}.mt-190-t{margin-top:190px!important}.mt-200-t{margin-top:200px!important}
	.mb-0-t{margin-bottom:0!important}.mb-5-t{margin-bottom:5px!important}.mb-10-t{margin-bottom:10px!important}.mb-20-t{margin-bottom:20px!important}.mb-30-t{margin-bottom:30px!important}.mb-40-t{margin-bottom:40px!important}.mb-50-t{margin-bottom:50px!important}.mb-60-t{margin-bottom:60px!important}.mb-70-t{margin-bottom:70px!important}.mb-80-t{margin-bottom:80px!important}.mb-90-t{margin-bottom:90px!important}.mb-100-t{margin-bottom:100px!important}.mb-110-t{margin-bottom:110px!important}.mb-120-t{margin-bottom:120px!important}.mb-130-t{margin-bottom:130px!important}.mb-140-t{margin-bottom:140px!important}.mb-150-t{margin-bottom:150px!important}.mb-160-t{margin-bottom:160px!important}.mb-170-t{margin-bottom:170px!important}.mb-180-t{margin-bottom:180px!important}.mb-190-t{margin-bottom:190px!important}.mb-200-t{margin-bottom:200px!important}
	.pt-0-t{padding-top:0!important}.pt-5-t{padding-top:5px!important}.pt-10-t{padding-top:10px!important}.pt-20-t{padding-top:20px!important}.pt-30-t{padding-top:30px!important}.pt-40-t{padding-top:40px!important}.pt-50-t{padding-top:50px!important}.pt-60-t{padding-top:60px!important}.pt-70-t{padding-top:70px!important}.pt-80-t{padding-top:80px!important}.pt-90-t{padding-top:90px!important}.pt-100-t{padding-top:100px!important}.pt-110-t{padding-top:110px!important}.pt-120-t{padding-top:120px!important}.pt-130-t{padding-top:130px!important}.pt-140-t{padding-top:140px!important}.pt-150-t{padding-top:150px!important}.pt-160-t{padding-top:160px!important}.pt-170-t{padding-top:170px!important}.pt-180-t{padding-top:180px!important}.pt-190-t{padding-top:190px!important}.pt-200-t{padding-top:200px!important}
	.pb-0-t{padding-bottom:0!important}.pb-5-t{padding-bottom:5px!important}.pb-10-t{padding-bottom:10px!important}.pb-20-t{padding-bottom:20px!important}.pb-30-t{padding-bottom:30px!important}.pb-40-t{padding-bottom:40px!important}.pb-50-t{padding-bottom:50px!important}.pb-60-t{padding-bottom:60px!important}.pb-70-t{padding-bottom:70px!important}.pb-80-t{padding-bottom:80px!important}.pb-90-t{padding-bottom:90px!important}.pb-100-t{padding-bottom:100px!important}.pb-110-t{padding-bottom:110px!important}.pb-120-t{padding-bottom:120px!important}.pb-130-t{padding-bottom:130px!important}.pb-140-t{padding-bottom:140px!important}.pb-150-t{padding-bottom:150px!important}.pb-160-t{padding-bottom:160px!important}.pb-170-t{padding-bottom:170px!important}.pb-180-t{padding-bottom:180px!important}.pb-190-t{padding-bottom:190px!important}.pb-200-t{padding-bottom:200px!important}
	.p-0-t{padding:0!important}.p-5-t{padding:5px!important}.p-10-t{padding:10px!important}.p-20-t{padding:20px!important}.p-30-t{padding:30px!important}.p-40-t{padding:40px!important}.p-50-t{padding:50px!important}.p-60-t{padding:60px!important}.p-70-t{padding:70px!important}.p-80-t{padding:80px!important}.p-90-t{padding:90px!important}.p-100-t{padding:100px!important}.p-110-t{padding:110px!important}.p-120-t{padding:120px!important}.p-130-t{padding:130px!important}.p-140-t{padding:140px!important}.p-150-t{padding:150px!important}.p-160-t{padding:160px!important}.p-170-t{padding:170px!important}.p-180-t{padding:180px!important}.p-190-t{padding:190px!important}.p-200-t{padding:200px!important}
}

@media only screen and (max-width: 767px) {
	.mt-xxl{margin-top:50px!important;}.mt-xl{margin-top:40px!important;}.mt-l{margin-top:30px!important;}.mt-m{margin-top:25px!important;}.mt-s{margin-top:20px!important;}.mt-xs{margin-top:25px!important;}.mt-xxs{margin-top:25px!important;}
	.mb-xxl{margin-bottom:50px!important;}.mb-xl{margin-bottom:40px!important;}.mb-l{margin-bottom:30px!important;}.mb-m{margin-bottom:25px!important;}.mb-s{margin-bottom:20px!important;}.mb-xs{margin-bottom:25px!important;}.mb-xxs{margin-bottom:25px!important;}
	.pt-xxl{padding-top:80px!important;}.pt-xl{padding-top:70px!important;}.pt-l{padding-top:70px!important;}.pt-m{padding-top:60px!important;}.pt-s{padding-top:50px!important;}.pt-xs{padding-top:40px!important;}.pt-xxs{padding-top:30px!important;}
	.pb-xxl{padding-bottom:80px!important;}.pb-xl{padding-bottom:70px!important;}.pb-l{padding-bottom:70px!important;}.pb-m{padding-bottom:60px!important;}.pb-s{padding-bottom:50px!important;}.pb-xs{padding-bottom:40px!important;}.pb-xxs{padding-bottom:30px!important;}
	.mt-xxl-m{margin-top:80px!important;}.mt-xl-m{margin-top:70px!important;}.mt-l-m{margin-top:60px!important;}.mt-m-m{margin-top:45px!important;}.mt-m-m{margin-top:35px!important;}.mt-xs-m{margin-top:25px!important;}.mt-xxs-m{margin-top:20px!important;}.mt-no-m{margin-top:0px!important;}
	.mb-xxl-m{margin-bottom:80px!important;}.mb-xl-m{margin-bottom:70px!important;}.mb-l-m{margin-bottom:60px!important;}.mb-m-m{margin-bottom:45px!important;}.mb-m-m{margin-bottom:35px!important;}.mb-xs-m{margin-bottom:25px!important;}.mb-xxs-m{margin-bottom:20px!important;}.mb-no-m{margin-bottom:0px!important;}
	.mt-0-m{margin-top:0!important}.mt-5-m{margin-top:5px!important}.mt-10-m{margin-top:10px!important}.mt-20-m{margin-top:20px!important}.mt-30-m{margin-top:30px!important}.mt-40-m{margin-top:40px!important}.mt-50-m{margin-top:50px!important}.mt-60-m{margin-top:60px!important}.mt-70-m{margin-top:70px!important}.mt-80-m{margin-top:80px!important}.mt-90-m{margin-top:90px!important}.mt-100-m{margin-top:100px!important}.mt-110-m{margin-top:110px!important}.mt-120-m{margin-top:120px!important}.mt-130-m{margin-top:130px!important}.mt-140-m{margin-top:140px!important}.mt-150-m{margin-top:150px!important}.mt-160-m{margin-top:160px!important}.mt-170-m{margin-top:170px!important}.mt-180-m{margin-top:180px!important}.mt-190-m{margin-top:190px!important}.mt-200-m{margin-top:200px!important}
	.mb-0-m{margin-bottom:0!important}.mb-5-m{margin-bottom:5px!important}.mb-10-m{margin-bottom:10px!important}.mb-20-m{margin-bottom:20px!important}.mb-30-m{margin-bottom:30px!important}.mb-40-m{margin-bottom:40px!important}.mb-50-m{margin-bottom:50px!important}.mb-60-m{margin-bottom:60px!important}.mb-70-m{margin-bottom:70px!important}.mb-80-m{margin-bottom:80px!important}.mb-90-m{margin-bottom:90px!important}.mb-100-m{margin-bottom:100px!important}.mb-110-m{margin-bottom:110px!important}.mb-120-m{margin-bottom:120px!important}.mb-130-m{margin-bottom:130px!important}.mb-140-m{margin-bottom:140px!important}.mb-150-m{margin-bottom:150px!important}.mb-160-m{margin-bottom:160px!important}.mb-170-m{margin-bottom:170px!important}.mb-180-m{margin-bottom:180px!important}.mb-190-m{margin-bottom:190px!important}.mb-200-m{margin-bottom:200px!important}
	.pt-0-m{padding-top:0!important}.pt-5-m{padding-top:5px!important}.pt-10-m{padding-top:10px!important}.pt-20-m{padding-top:20px!important}.pt-30-m{padding-top:30px!important}.pt-40-m{padding-top:40px!important}.pt-50-m{padding-top:50px!important}.pt-60-m{padding-top:60px!important}.pt-70-m{padding-top:70px!important}.pt-80-m{padding-top:80px!important}.pt-90-m{padding-top:90px!important}.pt-100-m{padding-top:100px!important}.pt-110-m{padding-top:110px!important}.pt-120-m{padding-top:120px!important}.pt-130-m{padding-top:130px!important}.pt-140-m{padding-top:140px!important}.pt-150-m{padding-top:150px!important}.pt-160-m{padding-top:160px!important}.pt-170-m{padding-top:170px!important}.pt-180-m{padding-top:180px!important}.pt-190-m{padding-top:190px!important}.pt-200-m{padding-top:200px!important}
	.pb-0-m{padding-bottom:0!important}.pb-5-m{padding-bottom:5px!important}.pb-10-m{padding-bottom:10px!important}.pb-20-m{padding-bottom:20px!important}.pb-30-m{padding-bottom:30px!important}.pb-40-m{padding-bottom:40px!important}.pb-50-m{padding-bottom:50px!important}.pb-60-m{padding-bottom:60px!important}.pb-70-m{padding-bottom:70px!important}.pb-80-m{padding-bottom:80px!important}.pb-90-m{padding-bottom:90px!important}.pb-100-m{padding-bottom:100px!important}.pb-110-m{padding-bottom:110px!important}.pb-120-m{padding-bottom:120px!important}.pb-130-m{padding-bottom:130px!important}.pb-140-m{padding-bottom:140px!important}.pb-150-m{padding-bottom:150px!important}.pb-160-m{padding-bottom:160px!important}.pb-170-m{padding-bottom:170px!important}.pb-180-m{padding-bottom:180px!important}.pb-190-m{padding-bottom:190px!important}.pb-200-m{padding-bottom:200px!important}
	.p-0-m{padding:0!important}.p-5-m{padding:5px!important}.p-10-m{padding:10px!important}.p-20-m{padding:20px!important}.p-30-m{padding:30px!important}.p-40-m{padding:40px!important}.p-50-m{padding:50px!important}.p-60-m{padding:60px!important}.p-70-m{padding:70px!important}.p-80-m{padding:80px!important}.p-90-m{padding:90px!important}.p-100-m{padding:100px!important}.p-110-m{padding:110px!important}.p-120-m{padding:120px!important}.p-130-m{padding:130px!important}.p-140-m{padding:140px!important}.p-150-m{padding:150px!important}.p-160-m{padding:160px!important}.p-170-m{padding:170px!important}.p-180-m{padding:180px!important}.p-190-m{padding:190px!important}.p-200-m{padding:200px!important}
}

/* =============================================================================
 * margin + padding classes - horizontal
 * ========================================================================== */

/* margin-left */
.ml-xxl {margin-left:240px !important;}
.ml-xl {margin-left:200px !important;}
.ml-l {margin-left:160px !important;}
.ml-m {margin-left:120px !important;}
.ml-s {margin-left:80px !important;}
.ml-xs {margin-left:40px !important;}
.ml-xxs {margin-left:20px !important;}

.ml-100 {margin-left:100% !important;}
.ml-90 {margin-left:90% !important;}
.ml-80 {margin-left:80% !important;}
.ml-75 {margin-left:75% !important;}
.ml-70 {margin-left:70% !important;}
.ml-60 {margin-left:60% !important;}
.ml-50 {margin-left:50% !important;}
.ml-40 {margin-left:40% !important;}
.ml-30 {margin-left:30% !important;}
.ml-25 {margin-left:25% !important;}
.ml-20 {margin-left:20% !important;}
.ml-10 {margin-left:10% !important;}
.ml-5 {margin-left:5% !important;}
.ml-1 {margin-left:1% !important;}

/* margin-right */
.mr-xxl {margin-right:240px !important;}
.mr-xl {margin-right:200px !important;}
.mr-l {margin-right:160px !important;}
.mr-m {margin-right:120px !important;}
.mr-s {margin-right:80px !important;}
.mr-xs {margin-right:40px !important;}
.mr-xxs {margin-right:20px !important;}

.mr-100 {margin-right:100% !important;}
.mr-90 {margin-right:90% !important;}
.mr-80 {margin-right:80% !important;}
.mr-75 {margin-right:75% !important;}
.mr-70 {margin-right:70% !important;}
.mr-60 {margin-right:60% !important;}
.mr-50 {margin-right:50% !important;}
.mr-40 {margin-right:40% !important;}
.mr-30 {margin-right:30% !important;}
.mr-25 {margin-right:25% !important;}
.mr-20 {margin-right:20% !important;}
.mr-10 {margin-right:10% !important;}
.mr-5 {margin-right:5% !important;}
.mr-1 {margin-right:1% !important;}

/* padding-left */
.pl-xxl {padding-left:240px !important;}
.pl-xl {padding-left:200px !important;}
.pl-l {padding-left:160px !important;}
.pl-m {padding-left:120px !important;}
.pl-s {padding-left:80px !important;}
.pl-xs {padding-left:40px !important;}
.pl-xxs {padding-left:20px !important;}

.pl-100 {padding-left:100% !important;}
.pl-90 {padding-left:90% !important;}
.pl-80 {padding-left:80% !important;}
.pl-75 {padding-left:75% !important;}
.pl-70 {padding-left:70% !important;}
.pl-60 {padding-left:60% !important;}
.pl-50 {padding-left:50% !important;}
.pl-40 {padding-left:40% !important;}
.pl-30 {padding-left:30% !important;}
.pl-25 {padding-left:25% !important;}
.pl-20 {padding-left:20% !important;}
.pl-10 {padding-left:10% !important;}
.pl-5 {padding-left:5% !important;}
.pl-1 {padding-left:1% !important;}

/* padding-right */
.pr-xxl {padding-right:240px !important;}
.pr-xl {padding-right:200px !important;}
.pr-l {padding-right:160px !important;}
.pr-m {padding-right:120px !important;}
.pr-s {padding-right:80px !important;}
.pr-xs {padding-right:40px !important;}
.pr-xxs {padding-right:20px !important;}

.pr-100 {padding-right:100% !important;}
.pr-90 {padding-right:90% !important;}
.pr-80 {padding-right:80% !important;}
.pr-75 {padding-right:75% !important;}
.pr-70 {padding-right:70% !important;}
.pr-60 {padding-right:60% !important;}
.pr-50 {padding-right:50% !important;}
.pr-40 {padding-right:40% !important;}
.pr-30 {padding-right:30% !important;}
.pr-25 {padding-right:25% !important;}
.pr-20 {padding-right:20% !important;}
.pr-10 {padding-right:10% !important;}
.pr-5 {padding-right:5% !important;}
.pr-1 {padding-right:1% !important;}

@media only screen and (max-width: 767px)
{
	.ml-xxl,.ml-xl,.ml-l,.ml-m,.ml-s,.ml-xs,.ml-xxs,.ml-100,.ml-90,.ml-80,.ml-75,.ml-70,.ml-60,.ml-50,.ml-40,.ml-30,.ml-20,.ml-10,.ml-5,.ml-1 {margin-left:0 !important;}
	.mr-xxl,.mr-xl,.mr-l,.mr-m,.mr-s,.mr-xs,.mr-xxs,.mr-100,.mr-90,.mr-80,.mr-75,.mr-70,.mr-60,.mr-50,.mr-40,.mr-30,.mr-20,.mr-10,.mr-5,.mr-1 {margin-right:0 !important;}
	.pl-xxl,.pl-xl,.pl-l,.pl-m,.pl-s,.pl-xs,.pl-xxs,.pl-100,.pl-90,.pl-80,.pl-75,.pl-70,.pl-60,.pl-50,.pl-40,.pl-30,.pl-20,.pl-10,.pl-5,.pl-1 {padding-left:0 !important;}
	.pr-xxl,.pr-xl,.pr-l,.pr-m,.pr-s,.pr-xs,.pr-xxs,.pr-100,.pr-90,.pr-80,.pr-75,.pr-70,.pr-60,.pr-50,.pr-40,.pr-30,.pr-20,.pr-10,.pr-5,.pr-1 {padding-right:0 !important;}
}

/* =============================================================================
 * font-size
 * ========================================================================== */

.font-size-xxxxxl,
.font-size-xxxxxl p {
	font-size: 6.667rem;
	line-height: 1.5;
}

.font-size-xxxxl,
.font-size-xxxxl p {
	font-size: 5.667rem;
	line-height: 1.5;
}

.font-size-xxxl,
.font-size-xxxl p {
	font-size: 5rem;
	line-height: 1.5;
}

.font-size-xxl,
.font-size-xxl p {
	font-size: 4.333rem;
	line-height: 1.5;
}

.font-size-xl,
.font-size-xl p {
	font-size: 3.667rem;
	line-height: 1.5;
}

.font-size-l,
.font-size-l p {
	font-size: 3rem;
	line-height: 1.5;
}

.font-size-m,
.font-size-m p {
	font-size: 2.333rem;
	line-height: 1.5;
}

.font-size-s,
.font-size-s p {
	font-size: 1.667rem;
	line-height: 1.5;
}

.font-size-xs,
.font-size-xs p {
	font-size: 1.467rem;
	line-height: 1.5;
}

.font-size-xxs,
.font-size-xxs p {
	font-size: 1.2rem;
	line-height: 1.8;
}

.font-size-xxxs,
.font-size-xxxs p {
	font-size: 0.9333rem;
	line-height: 1.5;
}

.font-size-xxxxs,
.font-size-xxxxs p {
	font-size: 0.8rem;
}

.font-size-xxxxxs,
.font-size-xxxxxs p {
	font-size: 0.6667rem;
}

/* =============================================================================
 * border classes
 * ========================================================================== */

.no-border {
	border: 0!important;
}

.bt-dark {
	border-top: 1px solid rgb(229,229,229);
}

.bb-dark {
	border-bottom: 1px solid rgb(229,229,229);
}

.bt-light {
	border-top: 1px solid rgb(255,255,255);
}

.bb-light {
	border-bottom: 1px solid rgb(255,255,255);
}

.bt-dark-dashed {
	border-top: 1px dashed rgb(229,229,229);
}

.bb-dark-dashed {
	border-bottom: 1px dashed rgb(229,229,229);
}

.bt-light-dashed {
	border-top: 1px dashed rgb(255,255,255);
}

.bb-light-dashed {
	border-bottom: 1px dashed rgb(255,255,255);
}

.bt-dark-dotted {
	border-top: 1px dotted rgb(229,229,229);
}

.bb-dark-dotted {
	border-bottom: 1px dotted rgb(229,229,229);
}

.bt-light-dotted {
	border-top: 1px dotted rgb(255,255,255);
}

.bb-light-dotted {
	border-bottom: 1px dotted rgb(255,255,255);
}

/* =============================================================================
 * image border classes
 * ========================================================================== */

.ce_image.border-1 img {
	border: 1px solid rgb(220,220,220);
}

.ce_image.border-5 img {
	border: 5px solid rgb(220,220,220);
}

.ce_image.border-10 img {
	border: 10px solid rgb(220,220,220);
}

/* =============================================================================
 * background color classes
 * ========================================================================== */

.bg-accent {
	background-color: rgb(152,152,152);
}

.bg-lightgray {
	background-color: rgb(247,247,247)!important;
}

.bg-darkgray {
	background-color: rgb(69,69,69)!important;
}

.bg-black {
	background-color: rgb(0,0,0)!important;
}

.bg-gray {
	background-color: rgb(248,248,248);
}

.bg-alert {
	background-color: rgb(206,79,75);
}

.bg-info {
	background-color: rgb(94,187,215);
}

.bg-warning {
	background-color: rgb(240,173,78);
}

.bg-success {
	background-color: rgb(82,172,82);
}

.bg-transparent-white {
	background-color: rgba(255,255,255,0.7);
}

.bg-transparent-black {
	background-color: rgba(0,0,0,0.7);
}

/* =============================================================================
 * text color classes | important
 * ========================================================================== */

.color-white,
.color-white p,
.color-white i,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white a:not(.link-white) {
	color: #fff !important;
	border-color: rgba(255,255,255,0.3)!important;
}

.color-gray,
.color-gray p,
.color-gray i,
.color-gray h1,
.color-gray h2,
.color-gray h3,
.color-gray h4,
.color-gray h5,
.color-gray h6,
.color-gray a:not(.link-white) {
	color: rgb(127,127,127)!important;
}

.color-lightgray,
.color-lightgray p,
.color-lightgray i,
.color-lightgray h1,
.color-lightgray h2,
.color-lightgray h3,
.color-lightgray h4,
.color-lightgray h5,
.color-lightgray h6,
.color-lightgray a:not(.link-white) {
	color: rgb(180,180,180)!important;
}

.color-darkgray,
.color-darkgray p,
.color-darkgray i,
.color-darkgray h1,
.color-darkgray h2,
.color-darkgray h3,
.color-darkgray h4,
.color-darkgray h5,
.color-darkgray h6,
.color-darkgray a:not(.link-white) {
	color: rgb(76,76,76)!important;
}

.color-white-trnp-50,
.color-white-trnp-50 p,
.color-white-trnp-50 i,
.color-white-trnp-50 h1,
.color-white-trnp-50 h2,
.color-white-trnp-50 h3,
.color-white-trnp-50 h4,
.color-white-trnp-50 h5,
.color-white-trnp-50 h6,
.color-white-trnp-50 a:not(.link-white) {
	color: rgba(255,255,255,0.8)!important;
}

.color-accent,
.color-accent p,
.color-accent i,
.color-accent h1,
.color-accent h2,
.color-accent h3,
.color-accent h4,
.color-accent h5,
.color-accent h6,
.color-accent a:not(.link-white) {
	color: rgb(152,152,152);
}

.color-success,
.color-success p,
.color-success i,
.color-success h1,
.color-success h2,
.color-success h3,
.color-success h4,
.color-success h5,
.color-success h6,
.color-success a:not(.link-white) {
	color: rgb(157,213,93);
}

.color-alert,
.color-alert p,
.color-alert i,
.color-alert h1,
.color-alert h2,
.color-alert h3,
.color-alert h4,
.color-alert h5,
.color-alert h6,
.color-alert a:not(.link-white) {
	color: rgb(247,80,90);
}

.color-warning,
.color-warning p,
.color-warning i,
.color-warning h1,
.color-warning h2,
.color-warning h3,
.color-warning h4,
.color-warning h5,
.color-warning h6,
.color-warning a:not(.link-white) {
	color: rgb(240,138,36);
}

.color-info,
.color-info p,
.color-info i,
.color-info h1,
.color-info h2,
.color-info h3,
.color-info h4,
.color-info h5,
.color-info h6,
.color-info a:not(.link-white) {
	color: rgb(160,211,232);
}

/* =============================================================================
 * text color classes
 * ========================================================================== */

 .txt-color-gray,
 .txt-color-gray p,
 .txt-color-gray i,
 .txt-color-gray a,
 .txt-color-gray h1,
 .txt-color-gray h2,
 .txt-color-gray h3,
 .txt-color-gray h4,
 .txt-color-gray h5,
 .txt-color-gray h6,
 .txt-color-gray .h1,
 .txt-color-gray .h2,
 .txt-color-gray .h3,
 .txt-color-gray .h4,
 .txt-color-gray .h5,
 .txt-color-gray .h6,
 .txt-color-gray .h1 p,
 .txt-color-gray .h2 p,
 .txt-color-gray .h3 p,
 .txt-color-gray .h4 p,
 .txt-color-gray .h5 p,
 .txt-color-gray .h6 p,
 .txt-color-gray.h1,
 .txt-color-gray.h2,
 .txt-color-gray.h3,
 .txt-color-gray.h4,
 .txt-color-gray.h5,
 .txt-color-gray.h6,
 .txt-color-gray.h1 p,
 .txt-color-gray.h2 p,
 .txt-color-gray.h3 p,
 .txt-color-gray.h4 p,
 .txt-color-gray.h5 p,
 .txt-color-gray.h6 p {
	color: rgb(127,127,127);
}

.txt-color-white,
.txt-color-white p,
.txt-color-white i,
.txt-color-white a,
.txt-color-white h1,
.txt-color-white h2,
.txt-color-white h3,
.txt-color-white h4,
.txt-color-white h5,
.txt-color-white h6,
.txt-color-white .h1,
.txt-color-white .h2,
.txt-color-white .h3,
.txt-color-white .h4,
.txt-color-white .h5,
.txt-color-white .h6,
.txt-color-white .h1 p,
.txt-color-white .h2 p,
.txt-color-white .h3 p,
.txt-color-white .h4 p,
.txt-color-white .h5 p,
.txt-color-white .h6 p,
.txt-color-white.h1,
.txt-color-white.h2,
.txt-color-white.h3,
.txt-color-white.h4,
.txt-color-white.h5,
.txt-color-white.h6,
.txt-color-white.h1 p,
.txt-color-white.h2 p,
.txt-color-white.h3 p,
.txt-color-white.h4 p,
.txt-color-white.h5 p,
.txt-color-white.h6 p  {
	color: rgb(255,255,255);
}

/* =============================================================================
 * align helper classes
 * ========================================================================== */

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

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

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

.align-centered {
	margin-left: auto;
	margin-right: auto;
}

.align-centered.autogrid {
	float: none;
}

.h-align-left {
	text-align: left;
}

.h-align-center {
	text-align: center;
}

.h-align-right {
	text-align: right;
}

/* =============================================================================
 * device visibility classes
 * ========================================================================== */

.hidden {
	display: none;
}

.only_mobile,
.only-mobile {
	display: none!important;
}

@media only screen and (min-width : 768px) {
	.hide_desktop,
	.hide-desktop {
		display: none!important;
	}
}

/* =============================================================================
 * labels
 * ========================================================================== */

[class*='label-'] {
	font-weight: bold;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	padding: 0px 10px;
	display: inline-block;
}

.label-accent {
	background: rgb(152,152,152);
}

.label-secondary {
	background: rgb(231,231,231);
	color: rgb(51,51,51);
}

.label-success {
	background: rgb(157,213,93);
}

.label-alert {
	background: rgb(247,80,90);
}

.label-warning {
	background: rgb(240,138,36);
}

.label-info {
	background: rgb(160,211,232);
	color: rgb(51,51,51);
}

/* =============================================================================
 * letter spacing
 * ========================================================================== */

.letter-spacing-xxl {
	letter-spacing: 10px;
}

.letter-spacing-xl {
	letter-spacing: 5px;
}

.letter-spacing-l {
	letter-spacing: 3px;
}

.letter-spacing-m {
	letter-spacing: 2px;
}

.letter-spacing-s {
	letter-spacing: 1px;
}

/* =============================================================================
 * utility classes text
 * ========================================================================== */

.line-through {
	text-decoration: line-through;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.medium-width {
	max-width: 600px;
}

.medium-small {
	max-width: 400px;
}

.medium-width-center {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.small-width-center {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

span.highlight {
	background: rgb(51,51,51);
	color: #fff;
	padding-left: 3px;
	padding-right: 3px;
}

span.serif {
	font-family: Georgia, Times, serif;
}

span.no-serif {
	font-family: Arial, Verdana, sans-serif;
}

.no-underline,
.no-underline a {
	text-decoration: none;
}

/* =============================================================================
 * sup
 * ========================================================================== */

sup {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.5em;
}

/* =============================================================================
 * misc utility classes
 * ========================================================================== */

.float-right {
	float: right;
}

.float-left {
	float: left;
}

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

.hide {
	display: none;
}

.overflow-hidden,
.overflow_hidden {
	overflow: hidden!important;
}

.overflow-visible,
.overflow_visible {
	overflow: visible;
}

.fullwith-image img,
.fullwidth-image img {
	width: 100%!important;
}

/* =============================================================================
 * border-radius
 * ========================================================================== */

.border-radius-3 {
	border-radius: 3px;
}

.border-radius-5 {
	border-radius: 5px;
}

.border-radius-10 {
	border-radius: 10px;
}

.border-radius-50 {
	border-radius: 50px;
}

.border-radius-100 {
	border-radius: 100%;
}

/* =============================================================================
 * text-shadow
 * ========================================================================== */

.text-shadow-10 {
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.1);
}

.text-shadow-20 {
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.2);
}

.text-shadow-30 {
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.3);
}

.text-shadow-40 {
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.4);
}

.text-shadow-50 {
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.5);
}

.text-shadow-60 {
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.6);
}

.text-shadow-70 {
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.7);
}

.text-shadow-80 {
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.8);
}

.text-shadow-90 {
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.9);
}

.text-shadow-100 {
	text-shadow: 1px 1px 2px rgba(0,0,0, 1);
}

/* =============================================================================
 * body
 * ========================================================================== */

body {
	overflow-x: hidden;
	background-repeat: repeat;
}

/* =============================================================================
 * link colors
 * ========================================================================== */

a {
	color: #555;
	text-decoration: none;
}

p a {
	color: rgb(152,152,152);
}

/* =============================================================================
 * sidebar right
 * ========================================================================== */

body.sidebar #main {
	overflow: hidden;
	width: 73%;
	float: left;
	position: relative;
}

body.sidebar.right #main .mod_article {
	padding-left: 0!important;
}

body.sidebar.right #main {
	border-right: 1px solid rgb(229,229,229);
}

body.sidebar #right {
	overflow: hidden;
	padding-left: 40px;
	width: 27%;
	float: left;
	position: relative;
}

body.sidebar #right .ce_text {
	padding: 5%;
	background: #f8f8f8;
}

/* =============================================================================
 * sidebar left
 * ========================================================================== */

body.sidebar #left {
	width: 27%;
	position: relative;
	padding-right: 40px;
}

body.sidebar.left #main {
	width: 73%;
	float: right;
	border-right: 0;
	border-left: 1px solid rgb(229,229,229);
}

/* =============================================================================
 * sidebar both
 * ========================================================================== */

body.sidebar.both #left {
	width: 20%;
	position: relative;
	padding-left: 0;
	padding-right: 0px;
	float: left;
}

body.sidebar.both #right {
	left: 60%;
	margin-right: -22%;
	width: 20%;
	position: relative;
	padding-left: 0;
	padding-right: 0;
	float: left;
}

body.sidebar.both #right .inside {
	padding-right: 0;
}

body.sidebar.both #main {
	width: 54%;
	float: right;
	border-right: 0;
	border-left: 1px solid rgb(229,229,229);
	border-right: 1px solid rgb(229,229,229);
	margin-right: 23%;
}

/* =============================================================================
 * mainmenu
 * ========================================================================== */

.mainmenu {
	overflow: visible !important;
	float: right;
}

.mainmenu .mod_article {
	float: right;
}

.mainmenu ul {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.mainmenu ul ul {
	width: auto;
	display: none;
	white-space: nowrap;
	border-radius: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	margin-left: 0;
	background: #fff;
	border-top: 2px solid rgb(193,193,193);
	box-shadow: 1px 8px 15px rgba(0,0,0,0.1);
	margin-top: -2px;
}

.mainmenu ul ul ul {
	border-top: 0;
	margin-top: 0;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.mainmenu ul:after {
	content: "";
	clear: both;
	display: block;
}

.mainmenu ul li{
	display: inline-block;
	text-align: left;
	list-style-type: none;
	z-index: 10;
}

.mainmenu ul li:not(.megamenu) {
	position: relative;
}

.mainmenu ul li:last-of-type a {
	padding-right: 0;
}

.mainmenu ul li:hover > ul {
	display: block;
}

.mainmenu ul li a {
	display: block;
	text-decoration: none;
	position: relative;
	line-height: 1em;
	min-height: inherit;
	text-align: center;
	font-size: 1rem;
	text-transform: uppercase;
	float: none;
	padding: 0 15px;
	line-height: inherit;
	font-weight: bold;
	color: #696969;
	transition: color 0.3s ease, opacity 0.3s ease;
	-webkit-transition: color 0.3s ease, opacity 0.3s ease;
}

.mainmenu ul li a.trail,
.mainmenu ul li a.active {
	color: rgb(152,152,152);
}

.mainmenu ul li a i {
	margin-right: 5px;
	display: none;
}

.mainmenu ul li a i.fa {
	display: inline-block;
	width: 20px;
}

.mainmenu ul ul li.open-left ul {
	left: auto;
	right: 100%!important;
}

.mainmenu ul li.last ul {
	right: 0;
}

.mainmenu ul ul li.last ul {
	right: inherit;
}

.mainmenu ul ul li {
	float: none;
	position: relative;
	line-height: 32px;
	min-height: 0;
	display: block;
}

.mainmenu ul ul li a {
	text-transform: none;
	text-align: left;
	border: 0;
	padding: 0 1.5rem !important;
	line-height: 32px!important;
	color: #393939;
	font-size: 0.8rem;
	letter-spacing: 0;
	border-bottom: 1px solid rgb(242,242,242);
	font-weight: normal;
}

.mainmenu ul ul li a.last {
	border-bottom: 0;
}

.mainmenu ul ul li a.submenu:after {
	font-family: "FontAwesome";
	content: "\f105";
	position: absolute;
	right: 8px;
	background: none!important;
}

.mainmenu ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

.mainmenu ul ul li a:hover:not(.megamenu),
.mainmenu ul ul li a.trail:not(.megamenu),
.mainmenu ul ul li a.active:not(.megamenu) {
	color: rgb(255,255,255);
	background: rgb(152,152,152);
}

.header .mainmenu ul.level_1 li span.ribbon {
	position: absolute;
	line-height: 18px;
	font-size: 0.7rem;
	font-weight: bold;
	margin-left: 5px;
	background: red;
	color: #fff;
	border-radius: 2px;
	top: -4px;
	padding-left: 3px;
	padding-right: 3px;
	transform: translateX(-5px);
}

.header .mainmenu ul.level_2 li span.ribbon {
	position: relative;
	top: -4px;
	transform: translateX(0);
}


/* =============================================================================
 * megamenu
 * ========================================================================== */

nav.mainmenu li.megamenu ul {
	display: none;
	width: 100%;
	padding: 2%;
}

nav.mainmenu li.megamenu .megamenu-wrapper ul {
	display: table;
}

nav.mainmenu li.megamenu ul ul {
	padding: 0;
}

.mainmenu ul li.megamenu .megamenu-wrapper {
	display: none;
	border: 1px solid rgb(229,229,229);
}

.mainmenu ul li.megamenu:hover .megamenu-wrapper {
	display: table;
}

nav.mainmenu li.megamenu ul li {
	display: table-cell;
	vertical-align: top;
}

nav.mainmenu li.megamenu ul li a {
	border-bottom: 0;
}

nav.mainmenu li.megamenu ul ul li {
	width: 100%!important;
}

nav.mainmenu li.megamenu ul li ul li {
	display: block;
}

.mainmenu ul .megamenu-wrapper {
	position: absolute;
	top: 100%;
	right: 0;
	box-shadow: 1px 8px 15px rgba(0,0,0,0.1);
}

.mainmenu ul .megamenu-wrapper ul {
	box-shadow: none;
	margin-top: -3px;
}

.mainmenu ul .megamenu ul {
	position: static;
}

.mainmenu ul .megamenu ul li {
	border-right: 1px solid rgb(229,229,229);
}

.mainmenu ul .megamenu ul li ul li,
.mainmenu ul .megamenu ul li.last,
.mainmenu ul .megamenu ul li:last-of-type {
	border: 0;
}

.mainmenu ul .megamenu ul li.last {
	border-right: 1px solid transparent;
}

.mainmenu ul .megamenu .a-level_2 {
	font-size: 20px;
	font-weight: bold;
	color: inherit!important;
	margin-bottom: 10px;
}

.mainmenu ul .megamenu .a-level_2.trail {
	background: rgb(255,255,255);
}

.mainmenu ul li.megamenu.hide-colheader .a-level_2 {
	display: none;
}

.mainmenu ul li.megamenu ul li a.submenu:after {
	display: none;
}

nav.mainmenu li.megamenu .ce_image {
	border-bottom: 1px solid silver;
	margin-bottom: 5px;
}

nav.mainmenu li.megamenu ul li.cols2 {
	width: 50%;
}

nav.mainmenu li.megamenu ul li.cols3 {
	width: 33.33%;
}

nav.mainmenu li.megamenu ul li.cols4 {
	width: 25%;
}

nav.mainmenu li.megamenu ul li.cols5 {
	width: 20%;
}

nav.mainmenu li.megamenu ul li.cols6 {
	width: 16.6666%;
}

/* =============================================================================
 * mainmenu insert_article // replace link w/article
 * ========================================================================== */

nav.mainmenu .insert_article {
	padding: 20px;
}

nav.mainmenu li.insert_article ul {
	position: static;
	box-shadow: none;
	display: block;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: left;
	white-space: normal;
}

nav.mainmenu li.insert_article {
	line-height: inherit;
	white-space: normal;
}

nav.mainmenu .insert_article img {
	width: auto!important;
}

/* =============================================================================
 * mainmenu menuheader
 * ========================================================================== */

nav.mainmenu a.menuheader {
	background: #f8f8f8!important;
	font-weight: bold;
	color: inherit!important;
}

/* =============================================================================
 * submenu sidebar
 * ========================================================================== */

.subnav {
	margin-top: 40px;
}

.subnav a {
	display: block;
	padding: 10px 10px 10px 40px;
	margin-bottom: 4px;
	color: rgb(152,152,152);
	border-radius: 3px;
	-webkit-transition: All 0.1s ease;
	transition: All 0.1s ease;
}

.subnav i {
	margin-right: 10px;
	display: none;
}

.subnav a.menuheader {
	background: none!important;
	border-bottom: 1px solid rgb(229,229,229);
	border-radius: 0;
}

.subnav i.fa {
	display: inline-block;
	width: 20px;
	margin-left: -30px;
}

.subnav li ul li {
	border: 0;
}

.subnav ul ul li {
	padding: 0;
}

.subnav a:hover, .subnav a.active {
	background: rgb(248,248,248);
}

.subnav ul li.active > ul, .subnav ul li.trail > ul {
	display: block;
}

.subnav ul ul a {
	padding-left: 60px;
}

.subnav ul ul {
	display: none;
}

.subnav ul ul ul {
	display: none;
}

.subnav ul ul ul ul {
	display: none;
}

/* =============================================================================
 * mmenu-trigger
 * ========================================================================== */

.mmenu_trigger {
	display: none;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	align-items: center;
	color: rgb(255,255,255);
}

.mmenu_trigger .label {
	margin-right: 8px;
	cursor: pointer;
}

.mmenu_trigger .burger {
	height: 21px;
	width: 21px;
	position: relative;
	font-size: 7px;
	cursor: pointer;
	transition: .2s all;
}

.mmenu_trigger .burger .burger_lines:after {
	left: 0;
    top: -15px; 
}

.mmenu_trigger .burger .burger_lines:before {
    left: 1em;
    top: 15px; 
}

.mmenu_trigger .burger:after {
	content: '';
    display: block;
    position: absolute;
    height: 150%;
    width: 150%;
    top: -25%;
    left: -25%; 
}
  
.mmenu_trigger .burger .burger_lines {
	top: 50%;
	margin-top: -1px;
 }
 
.mmenu_trigger .burger .burger_lines, 
.mmenu_trigger .burger .burger_lines:after, 
.mmenu_trigger .burger .burger_lines:before {
    pointer-events: none;
    display: block;
    content: '';
    width: 100%;
    border-radius: 10px;
    background-color: rgb(255,255,255);
    height: 2px;
    position: absolute;
	transform: rotate(0); 
}

.mmenu_trigger .burger .burger_lines:after {
    left: 0;
    top: -7px; 
}

.mmenu_trigger .burger .burger_lines:before {
     left: 0;
     top: 7px; 
}

.mmenu_trigger .burger.style2 .burger_lines:before,
.mmenu_trigger .burger.style2 .burger_lines:after {
	width: 2em; 
}

/* open transform */
.mmenu_trigger .burger.transform .burger_lines, 
.mmenu_trigger .burger.transform .burger_lines:after, 
.mmenu_trigger .burger.transform .burger_lines:before {
	transition: .2s top .2s, .1s left, .2s transform, .4s background-color .2s; 
}

.mmenu_trigger .burger.transform.open .burger_lines, 
.mmenu_trigger .burger.transform.open .burger_lines:after, 
.mmenu_trigger .burger.transform.open .burger_lines:before {
	transition: .2s background-color, .2s top, .2s left, .2s transform .15s; 
}

.mmenu_trigger .burger.transform.open .burger_lines {
	background-color: transparent; 
}

.mmenu_trigger .burger.transform.open .burger_lines:before, 
.mmenu_trigger .burger.transform.open .burger_lines:after {
	left: 0;
	top: 0px;
}

.mmenu_trigger .burger.transform.open .burger_lines:before {
	transform: rotate(-45deg);
}

.mmenu_trigger .burger.transform.open .burger_lines:after {
	transform: rotate(45deg);
}

/* open rotate */
.mmenu_trigger .burger.rotate .burger_lines, 
.mmenu_trigger .burger.rotate .burger_lines:after, 
.mmenu_trigger .burger.rotate .burger_lines:before {
	transition: all .2s; 
}

.mmenu_trigger .burger.rotate.open {
    transform: rotate(180deg);
}

.mmenu_trigger .burger.rotate.open .burger_lines {
    background-color: transparent;
}

.mmenu_trigger .burger.rotate.open .burger_lines:before, 
.mmenu_trigger .burger.rotate.open .burger_lines:after {
    left: 0;
    top: 0px;
}

.mmenu_trigger .burger.rotate.open .burger_lines:before {
	transform: rotate(135deg);
}

.mmenu_trigger .burger.rotate.open .burger_lines:after {
	transform: rotate(-135deg);
}
  
/* =============================================================================
 * mmenu
 * ========================================================================== */

@media only screen and (min-width: 768px) {
	#mmenu {
		display: none;
	}
}

#mmenu {
	left: 0px;
	right: 0px;
	height: calc(100% - 70px);
	position: fixed;
	top: 70px;
	z-index: 1000;
	min-width: 80%;
	transform: translateY(calc(-100% - 55px));
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	background: rgb(255,255,255);
}

body.mmenu_open #mmenu {
	transform: translate(0)!important;
}

#mmenu .scrollable {
	height: calc(100% - 50px);
	overflow-y: auto;
}

#mmenu #mmenu_top {
	padding: 20px;
	background: rgb(255,255,255);
	overflow: visible;
	position: relative;
}

#mmenu #mmenu_middle {
	padding: 0 20px 20px 20px;
	background: rgb(255,255,255);
}

#mmenu #mmenu_bottom {
	background: rgb(255,255,255);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	padding: 5px 20px 10px 20px;
}

/* arrow */
#mmenu .mod_navigation li.submenu {
	position: relative;
} 

#mmenu .mod_navigation li.submenu .opener {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 34px;
	z-index: 10;
	width: 100px;
	padding: 10px;
} 

#mmenu .mod_navigation li.submenu a {
	z-index: 5;
}

#mmenu .mod_navigation li a.submenu:after {
	content: "\f107";
	font-family: fontawesome;
	position: absolute;
	right: 10px;
	top: 3px;
	margin-left: 15px;
	transition-duration: 0.3s;
	transition-property: transform;
}

#mmenu .mod_navigation li a.submenu.open:after {
	transform:rotate(180deg);
}

#mmenu .mod_navigation.mobile_horizontal li a.submenu.open:after {
	transform:rotate(180deg);
}

#mmenu .mod_navigation.mobile_horizontal li a.submenu:after {
	transform:rotate(-90deg);
}

#mmenu .mod_navigation.mobile_horizontal li a.submenu.open:after {
	transform:rotate(90deg);
	float: left;
	margin-left: 0;
}

#mmenu .mod_navigation.mobile_horizontal li a.submenu.open {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#mmenu .mod_navigation.mobile_horizontal .level_2 li a.submenu.open {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

#mmenu .mod_navigation.mobile_horizontal .level_2 li a.submenu.open:after {
	transform:rotate(90deg);
}

/* socials */

#mmenu .mod_socials {
	margin-right: 20px;
}

#mmenu .mod_socials a i {
	line-height: 17px;
	padding: 5px;
	margin-right: 1px;
	background: rgba(0,0,0,0.05);
	font-size: 17px;
	display: inline-block;
	height: 27px;
	width: 27px;
	text-align: center;
	margin-bottom: 1px;
}

/* langswitch */

#mmenu .mod_langswitcher {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	margin: 0;
	text-align: right;
}

#mmenu .mod_langswitcher .mod_langswitcher_inside:before {
	border-color: rgb(51, 51, 51);
}

/* search */

#mmenu .mod_search {
	width: 75%;
}

#mmenu .mod_search input {
	border-radius: 5px;
	background: rgba(255,255,255,0.2);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMy43MDZweCIgaGVpZ2h0PSIzMy43MDZweCIgdmlld0JveD0iMCAwIDMzLjcwNiAzMy43MDYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMzLjcwNiAzMy43MDYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIG9wYWNpdHk9IjAuOCI+PHBhdGggZmlsbD0iIzkzOTM5MyIgZD0iTTE3Ljc1NSwwLjk0NUMxNi4yMDksMC4zMTgsMTQuNTc2LDAsMTIuOSwwYy0xLjY3NSwwLTMuMzA4LDAuMzE4LTQuODU0LDAuOTQ1QzYuNDQ1LDEuNTk0LDUuMDEsMi41NDcsMy43NzgsMy43NzhDMi41NDcsNS4wMSwxLjU5NCw2LjQ0NSwwLjk0NCw4LjA0N0MwLjMxOCw5LjU5MywwLDExLjIyNiwwLDEyLjljMCwxLjY3NiwwLjMxOCwzLjMwOSwwLjk0NCw0Ljg1NGMwLjY0OSwxLjYwMSwxLjYwMywzLjAzNywyLjgzNCw0LjI2OWMxLjIzMSwxLjIzLDIuNjY3LDIuMTg2LDQuMjY5LDIuODM0YzEuNTQ2LDAuNjI3LDMuMTc5LDAuOTQ0LDQuODU0LDAuOTQ0YzEuNjc2LDAsMy4zMDktMC4zMTcsNC44NTQtMC45NDRjMS42MDItMC42NDgsMy4wMzctMS42MDQsNC4yNy0yLjgzNGMxLjIyOS0xLjIzLDIuMTg1LTIuNjY4LDIuODM0LTQuMjY5YzAuNjI1LTEuNTQ2LDAuOTQzLTMuMTc5LDAuOTQzLTQuODU0YzAtMS42NzUtMC4zMTgtMy4zMDgtMC45NDMtNC44NTRjLTAuNjQ5LTEuNjAyLTEuNjA0LTMuMDM3LTIuODM0LTQuMjY5QzIwLjc5MiwyLjU0NywxOS4zNTQsMS41OTQsMTcuNzU1LDAuOTQ1eiBNMjAuNjU4LDIwLjY1OGMtNC4yNzcsNC4yNzYtMTEuMjM3LDQuMjc2LTE1LjUxNSwwYy00LjI3OC00LjI3Ny00LjI3Ny0xMS4yMzcsMC0xNS41MTVzMTEuMjM3LTQuMjc3LDE1LjUxNSwwUzI0LjkzNywxNi4zODEsMjAuNjU4LDIwLjY1OHoiLz48cmVjdCB4PSIyNi45NTIiIHk9IjIwLjY5NyIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIC0wLjcwNzEgMC43MDcxIDAuNzA3MSAtMTEuNTYzOCAyNy45MTc1KSIgZmlsbD0iIzkzOTM5MyIgd2lkdGg9IjEuOTMxIiBoZWlnaHQ9IjE0LjQ0MiIvPjwvZz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: 93% center;
	background-size: 20px;
	padding: 5px 50px 5px 20px;
	height: 36px!important;
	margin-bottom: 0;
}

#mmenu .mod_search .widget {
	width: 100%!important;
	margin-bottom: 0;
	height: auto!important;
}

#mmenu .mod_search .submit {
	display: none;
}

#mmenu .mod_search .label,
#mmenu .mod_search .close-window {
	display: none;
}

/* mmenu mod_navigation */

#mmenu .mod_navigation li a {
	display: block;
	padding: 4px 40px 4px 0;
}

#mmenu .mod_navigation li a.open,
#mmenu .mod_navigation li a.active,
#mmenu .mod_navigation li a:focus {
	font-weight: bold;
}

/* mobile_horizontal */

#mmenu nav.mobile_horizontal {
	display: none;
}

#mmenu nav.mobile_horizontal li.hidden {
	display: none !important;
}

#mmenu nav.mobile_horizontal ul ul li {
	display: none;
}

#mmenu nav.mobile_horizontal li.open > ul > li {
	display: block;
}

#mmenu nav.mobile_horizontal li.open > a {
	font-weight: bold;
}

/* mobile_vertical */

#mmenu nav.mobile_vertical ul > li > ul {
	display: none;
}

#mmenu nav.mobile_vertical ul > li.open > ul {
	display: block;
}

#mmenu nav.mobile_vertical ul ul {
	padding-left: 15px;
}

/* .mod_mmenu_custom_nav */

#mmenu .mod_mmenu_custom_nav a {
	display: inline-block;
	margin-right: 8px;
}

/* mmenu_overlay */

.mmenu_overlay {
	content: '';
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: 10;
	display: none;
}

/* mmenu onepagenav */

@media only screen and (max-width: 767px) {
	.onepage_page .header .mod_navigation.onepagenav {
		display: none!important;
	}
}

/* =============================================================================
 * back hyperlink
 * ========================================================================== */

.back a:before {
	font-family: "FontAwesome";
	content: '\f100';
	margin-right: 5px;
}

/* =============================================================================
 * code + abbr
 * ========================================================================== */

code, pre, .txt-white pre {
	font-family: monospace;
	background: #FFFFE0;
	color: rgb(76,76,76)!important;
	display: inline-block;
	padding: 10px;
	margin-bottom: 10px;
}

abbr {
	background: #efefef;
	border-bottom: 1px dashed;
	cursor: pointer;
}

/* =============================================================================
 * pagination
 * ========================================================================== */

.pagination {
	clear: both;
}

.pagination ul {
	padding: 0;
	float: left;
}

.pagination p {
	float: right;
}

.pagination li {
	background: none;
	padding: 0;
	margin: 0;
	float: left;
	list-style-type: none;
}

.pagination li:before, .pagination li a:before {
	content: '';
}

.pagination li a, .pagination li span {
	background: none;
	display: block;
	margin-right: 1px;
	color: inherit;
	text-decoration: none;
	padding: 3px 10px;
}

.pagination li span.current {
	background: rgb(152,152,152);
	color: white;
	border-radius: 2px;
}

.pagination li a:hover {
	color: rgb(152,152,152);
}

.pagination-white .pagination,
.pagination-white .pagination a {
	color: rgb(255,255,255);
}

/* =============================================================================
 * image_container
 * ========================================================================== */

.image_container {
	position: relative;
	padding: 0;
	line-height: 0;
}

.image_container a {
	line-height: 0;
}

.image_container .caption {
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 8px 12px;
	font-size: 0.8667rem;
	border-radius: 3px;
	line-height: 1.3;
	display: inline-block;
	margin-top: 5px;
}

.image_container .caption h1,
.image_container .caption h2,
.image_container .caption h3,
.image_container .caption h4,
.image_container .caption h5,
.image_container .caption h6 {
	color: rgb(255,255,255);
	margin: 0;
}

.image_container.float_right, .image_container.float_left {
	float: right;
	width: 45%;
	padding: 0;
	margin-bottom: 3%;
}

.image_container.float_right {
	margin-left: 5%;
}

.image_container.float_left {
	margin-right: 5%;
	float: left;
}

.image_container img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.no-responsive .image_container img,
.no-responsive.image_container img {
	width: auto;
	max-width: none;
	display: inline-block;
}

.no-responsive .image_container.float_right, .no-responsive .image_container.float_left {
	width: auto;
	margin: 0;
}

.border .image_container img {
	border: 1px solid rgb(229,229,229);
}

/* =============================================================================
 * ce_image
 * ========================================================================== */

.ce_image .image_container img {
	width: auto;
}

.ce_image.h-align-center img,
.ce_image.h-align-right img {
	display: inline-block;
}

.ce_image.border-gray-1px img {
	border: 1px solid rgb(220,220,220);
}

.ce_image.border-gray-5px img {
	border: 5px solid rgb(220,220,220);
}

.ce_image.border-gray-10px img {
	border: 10px solid rgb(220,220,220);
}

.ce_image.border-white-1px img {
	border: 1px solid rgb(255,255,255);
}

.ce_image.border-white-5px img {
	border: 5px solid rgb(255,255,255);
}

.ce_image.border-white-10px img {
	border: 10px solid rgb(255,255,255);
}

.ce_image.style-rounded img {
	border-radius: 100%;
}

/* =============================================================================
 * blockquote
 * ========================================================================== */

blockquote {
	border-left: 5px solid rgb(152,152,152);
	padding-left: 25px;
}

blockquote p {
	font-family: Georgia, Times, serif;
	font-style: italic;
	text-align: justify;
	font-size: 1.1rem;
}

blockquote p:before {
	content: '"';
	text-indent: 0;
	display: inline-block;
	font-weight: bold;
	width: 20px;
	font-size: 2rem;
	line-height: 1.1rem;
}

blockquote em {
	font-size: 0.6em;
	font-style: normal;
	line-height: 1;
	font-weight: bold;
}

blockquote a {
	color: rgb(152,152,152);
}

/* =============================================================================
 * social colors
 * ========================================================================== */

.mod_socials i {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_socials.color i.fa-facebook,
.mod_socials .social-icons.color i.fa-facebook,
.mod_socials i.fa-facebook:hover {
	background: rgb(67,96,152)!important;
	color: rgb(255,2552,255)!important;
}

.mod_socials.color i.fa-twitter,
.mod_socials .social-icons.color i.fa-twitter,
.mod_socials i.fa-twitter:hover {
	background: rgb(40,169,226)!important;
	color: rgb(255,2552,255)!important;
}

.mod_socials.color i.fa-xing,
.mod_socials .social-icons.color i.fa-xing,
.mod_socials i.fa-xing:hover {
 	background: rgb(0,93,94)!important;
 	color: rgb(255,2552,255)!important;
}

.mod_socials.color i.fa-tumblr,
.mod_socials .social-icons.color i.fa-tumblr,
.mod_socials i.fa-tumblr:hover {
 	background: rgb(45,73,102)!important;
 	color: rgb(255,2552,255)!important;
}

.mod_socials.color i.fa-google-plus,
.mod_socials .social-icons.color i.fa-google-plus,
.mod_socials i.fa-google-plus:hover {
 	background: rgb(217,82,50)!important;
 	color: rgb(255,2552,255)!important;
}

.mod_socials.color i.fa-flickr,
.mod_socials .social-icons.color i.fa-flickr,
.mod_socials i.fa-flickr:hover {
 	background: rgb(250,29,132)!important;
 	color: rgb(255,2552,255)!important;
}

.mod_socials.color i.fa-linkedin,
.mod_socials .social-icons.color i.fa-linkedin,
.mod_socials i.fa-linkedin:hover {
 	background: rgb(2,116,179)!important;
 	color: rgb(255,2552,255)!important;
}

.mod_socials.color i.fa-instagram,
.mod_socials .social-icons.color i.fa-instagram,
.mod_socials i.fa-instagram:hover {
 	background: rgb(167,124,98)!important;
 	color: rgb(255,2552,255)!important;
}

.mod_socials.color i.fa-pinterest,
.mod_socials .social-icons.color i.fa-pinterest,
.mod_socials i.fa-pinterest:hover {
 	background: rgb(205,33,40)!important;
 	color: rgb(255,2552,255)!important;
}

.mod_socials.color i.fa-vimeo-square,
.mod_socials .social-icons.color i.fa-vimeo-square,
.mod_socials i.fa-vimeo-square:hover {
 	background: rgb(52,192,238)!important;
 	color: rgb(255,2552,255)!important;
}

.mod_socials.color i.fa-youtube,
.mod_socials .social-icons.color i.fa-youtube,
.mod_socials i.fa-youtube:hover {
 	background: rgb(220,33,48)!important;
 	color: rgb(255,2552,255)!important;
}

.mod_socials.color i:hover,
.mod_socials .social-icons.color i:hover {
	opacity: 0.7!important;
}

/* =============================================================================
 * revolutions slider (scripts/rs-plugin)
 * ========================================================================== */

.ce_revolutionslider .gallery:not(.revslider-initialised) {
	opacity: 0;
}

.ce_revolutionslider_text.bold {
	font-weight: bold;
}

.ce_revolutionslider_text.invertcolor {
	color: rgb(255,255,255);
}

.ce_revolutionslider_hyperlink {
	background: rgb(152,152,152);
	border: 1px solid rgb(152,152,152);
	color: rgb(255,255,255);
	padding: 0 35px;
	line-height: 50px;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	min-width: 175px;
	text-align: center;
	border-width: 1px!important;
}

.ce_revolutionslider_hyperlink:hover {
	opacity: 0.9!important;
}

.ce_revolutionslider_hyperlink.outline {
	border: 1px solid rgb(255,255,255);
	background: none;
	text-align: center;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_revolutionslider_hyperlink.outline:hover {
	background: rgba(255,255,255,0.1);
}

.ce_revolutionslider_hyperlink.outline-dark {
	border: 1px solid rgb(59,60,66);
	background: none;
	text-align: center;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	color: rgb(59,60,66);
}

.ce_revolutionslider_hyperlink.outline-dark:hover {
	background: rgb(59,60,66);
	color: rgb(255,255,255);
}

.ce_revolutionslider_hyperlink.dark {
	border: 1px solid rgb(59,60,66);
	background: rgb(59,60,66);
	text-align: center;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	color: rgb(255,255,255);
}

.ce_revolutionslider_hyperlink.dark:hover {
	background: rgba(59,60,66,0.9);
	color: rgb(255,255,255);
}

.ce_revolutionslider_hyperlink.light {
	border: 1px solid rgb(255,255,255);
	background: rgb(255,255,255);
	text-align: center;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_revolutionslider_hyperlink.light:hover {
	background: rgba(255,255,255,0.9);
}

.ce_revolutionslider_text.bg-white {
	background: rgba(255,255,255,0.7);
}

/* =============================================================================
 * ce_table
 * ========================================================================== */

.ce_table {
	position: relative;
	overflow: visible;
}

.ce_table table {
	margin-bottom: 10px;
	width: 99.9%;
	text-align: center;
	white-space: nowrap;
	position: relative;
}

.ce_table table td {
	border-top: solid 1px #E3E3E3;
	padding: 12px;
	text-align: left;
}

.ce_table table td p {
	margin: 0;
}

.ce_table table th {
	text-align: left;
	padding: 12px;
	color: rgb(255,255,255);
	font-weight: bold;
	background: rgb(152,152,152);
}

.ce_table table tfoot td {
	color: rgb(152,152,152);
	font-weight: bold;
}

.ce_table .table-striped td,
.ce_table.table-striped td {
	border: 0;
	background: rgba(200,200,200,0.2);
}

.ce_table .table-striped .odd td,
.ce_table.table-striped .odd td {
	background: rgba(200,200,200,0.3);
}

.ce_table .table-striped-dark td,
.ce_table.table-striped-dark td {
	border: 0;
	background: rgb(51,51,51);
}

.ce_table .table-striped-dark .odd td,
.ce_table.table-striped-dark .odd td {
	background: rgb(64,64,64);
}

.ce_table .table-striped-dark,
.ce_table.table-striped-dark {
	color: rgb(255,255,255);
}

.ce_table.overflow {
	overflow-x: auto;
}

body.ie .ce_table.overflow {
	box-shadow: none;
}

.ce_table .table-clean td,
.ce_table.table-clean td {
	padding: 25px;
	font-size: 0.9rem;
	vertical-align: top;
}

.ce_table .table-clean td.col_first,
.ce_table .table-clean th.col_first,
.ce_table.table-clean td.col_first,
.ce_table.table-clean th.col_first {
	padding-left: 0;
}

.ce_table .table-clean th,
.ce_table.table-clean th {
	background: none;
	color: inherit;
	border-bottom: 1px solid rgb(190,190,190);
	padding: 25px;
}

.ce_table table a {
	text-decoration: underline;
}

.ce_table.strict-responsive table {
	white-space: normal;
}

/* =============================================================================
 * dividers
 * ========================================================================== */

hr.divider_1 {
	padding: 0;
	border: none;
	border-top: 1px solid #ddd;
	color: #ccc;
	text-align: center;
	height: 1px;
	margin: 25px 0;
	clear: both;
	width: 100%;
	float: left;
}

hr.divider_2 {
	padding: 0;
	border: none;
	border-top: 3px double #ddd;
	color: #ccc;
	text-align: center;
	height: 1px;
	margin: 25px 0;
	clear: both;
	width: 100%;
	float: left;
}

hr.divider_3 {
	padding: 0;
	border: none;
	border-top: 1px solid #ddd;
	color: #ccc;
	text-align: center;
	height: 1px;
	margin: 25px 0;
	position: relative;
	clear: both;
	width: 100%;
	float: left;
}

hr.divider_3:before {
	width: 20%;
	height: 1px;
	bottom: 0;
	left: 50%;
	position: absolute;
	display: block;
	content: '';
	background: rgb(152,152,152);
	margin-left: -10%;
}

.divider_4 {
	display: block;
	text-align: center;
	clear: both;
}

.divider_4_first {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 3px;
	border: 3px solid rgb(152,152,152);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.divider_4_second {
	width: 4px;
	height: 4px;
	margin-top: 2px;
	margin-left: 2px;
	background-color: rgb(152,152,152);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.divider_4::after, .divider_4::before {
	background-color: rgb(152,152,152);
	display: inline-block !important;
	vertical-align: middle;
	content: "";
	width: 70px;
	height: 1px;
	margin-top: -6px;
}

.divider_5 {
	display: block;
	text-align: center;
	clear: both;
}

.divider_5 i {
	font-size: 1.333rem;
	padding-left: 10px;
	padding-right: 10px;
}

.divider_5:after, .divider_5:before {
	background-color: rgb(152,152,152);
	display: inline-block !important;
	vertical-align: middle;
	content: "";
	width: 30%;
	height: 1px;
	margin-top: -6px;
}

/* =============================================================================
 * comment_default
 * ========================================================================== */

.comment_default {
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}

/* =============================================================================
 * lists
 * ========================================================================== */

.ce_text ul, .ce_list ul, .ce_text ol, .ce_list ol {
	margin-bottom: 15px;
	padding-left: 26px;
}

.ce_text li, .ce_list li, .ce_text ol, .ce_list ol {
	line-height: 1.5em;
}

.ce_text ul li, .ce_list ul li {
	list-style-type: disc;
	list-style-position: outside;
}

.ce_text ol, .ce_list ol {
	list-style: decimal;
	padding-left: 26px;
}

.ce_text ol ol, .ce_list ol ol {
	list-style: upper-alpha;
}

.ce_text ol ol ol, .ce_list ol ol ol {
	list-style: lower-roman;
}

/* =============================================================================
 * lists w/font-icon
 * ========================================================================== */

.ce_list li.fa {
	display: block;
	margin-bottom: 4px;
	font-family: inherit;
}

.ce_list li.fa:before {
	margin-left: -25px;
	margin-right: 10px;
	width: 26px;
	font-family:FontAwesome;
}

/* =============================================================================
 * lists_v2
 * ========================================================================== */

.ce_list.list-style2 li,
.ce_list.list-style2 li.fa,
.ce_list.style2 li,
.ce_list.style2 li.fa  {
	font-size: 1.3rem;
	margin-bottom: 5px;
}

.ce_list.list-style2 li:after,
.ce_list.style2 li:after {
	display: none;
}

/* =============================================================================
 * lists_v3
 * ========================================================================== */

.ce_list.list-style3 li,
.ce_list.list-style3 li.fa,
.ce_list.style3 li,
.ce_list.style3 li.fa {
	font-size: 1.1rem;
	margin-bottom: 20px;
}

.ce_list.list-style3 li:after,
.ce_list.style3 li:after {
	display: none;
}

.ce_list.list-style3 li.fa:before,
.ce_list.style3 li.fa:before {
	position: absolute;
	left: -40px;
	width: 30px;
	margin-left: 0;
}

.ce_list.list-style3 ul,
.ce_list.style3 ul {
	padding-left: 40px;
}

/* =============================================================================
 * ce_gallery
 * ========================================================================== */

.ce_gallery .cols_2 li {
	width: calc(100% / 2);
	float: left;
}

.ce_gallery .cols_3 li {
	width: calc(100% / 3);
	float: left;
}

.ce_gallery .cols_4 li {
	width: calc(100% / 4);
	float: left;
}

.ce_gallery .cols_5 li {
	width: calc(100% / 5);
	float: left;
}

.ce_gallery .cols_6 li {
	width: calc(100% / 6);
	float: left;
}

.ce_gallery .cols_7 li {
	width: calc(100% / 7);
	float: left;
}

.ce_gallery .cols_8 li {
	width: calc(100% / 8);
	float: left;
}

.ce_gallery .cols_9 li {
	width: calc(100% / 9);
	float: left;
}

.ce_gallery .cols_10 li {
	width: calc(100% / 10);
	float: left;
}

.ce_gallery .cols_11 li {
	width: calc(100% / 11);
	float: left;
}

.ce_gallery .cols_12 li {
	width: calc(100% / 12);
	float: left;
}

.edge .ce_gallery .cols_2 li {
	width: 49.8%;
	float: left;
}

.edge .ce_gallery .cols_3 li {
	width: 33.20%;
	float: left;
}

.edge .ce_gallery .cols_4 li {
	width: 24.98%;
	float: left;
}

.edge .ce_gallery .cols_5 li {
	width: 19.98%;
	float: left;
}

.edge .ce_gallery .cols_6 li {
	width: 16.65%;
	float: left;
}

.edge .ce_gallery .cols_7 li {
	width: 14.285%;
	float: left;
}

.edge .ce_gallery .cols_8 li {
	width: 12.46%;
	float: left;
}

.edge .ce_gallery .cols_9 li {
	width: 11.11%;
	float: left;
}

.edge .ce_gallery .cols_10 li {
	width: 10%;
	float: left;
}

.edge .ce_gallery .cols_11 li {
	width: 9.09%;
	float: left;
}

.edge .ce_gallery .cols_12 li {
	width: 8.33%;
	float: left;
}

.ce_gallery .gallery-margin {
	margin-left: -10px;
	margin-right: -10px;
}

.ce_gallery .gallery-margin .image_container {
	margin: 0 5px 10px;

}

.ce_gallery .image_container {
	margin: 0;
}

.ce_gallery a {
	width: 100%;
	height: 100%;
	display: block;
}

.ce_gallery .content {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	background: rgba(152,152,152,0.8);
	opacity: 0;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
}

.ce_gallery li:hover .content {
	opacity: 1;
}

.ce_gallery li img {
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
}

.ce_gallery .image_container {
	overflow: hidden;
}

.ce_gallery .content-outside {
	display: table;
	width: 100%;
	height: 100%;
}

.ce_gallery .content-inside {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: rgb(255,255,255);
	line-height: 1.5;
}

.ce_gallery .capt h1,
.ce_gallery .capt h2,
.ce_gallery .capt h3,
.ce_gallery .capt h4,
.ce_gallery .capt h5,
.ce_gallery .capt h6 {
	font-size: 1.067rem;
	font-weight: bold;
	letter-spacing: 1px;
	color: rgb(255,255,255);
	margin: 0;
}

.ce_gallery .capt h1:after,
.ce_gallery .capt h2:after,
.ce_gallery .capt h3:after,
.ce_gallery .capt h4:after,
.ce_gallery .capt h5:after,
.ce_gallery .capt h6:after {
	content: '';
	width: 50px;
	height: 2px;
	display: block;
	margin: 8px auto 15px auto;
	background: rgb(255,255,255);
}

.ce_gallery .capt {
	font-size: 0.8rem;
}

.ce_gallery .borders li {
	border-right: 1px solid rgb(229,229,229);
	border-bottom: 1px solid rgb(229,229,229);
}

.ce_gallery .borders li.row_last {
	border-bottom: 1px solid transparent;
}

.ce_gallery .borders li.col_last {
	border-right-color: transparent;
}

.ce_gallery .borders li:hover img {
	transform: none;
	-webkit-transform: none;
}

.ce_gallery .image_container i.fa.fa-plus-circle {
	position: relative;
	height: 50px;
	width: 50px;
}

.ce_gallery .image_container i.fa.fa-plus-circle:before {
	content: '';
	width: 50px;
	height: 1px;
	background: rgb(255,255,255);
	display: inline-block;
	position: absolute;
	top: 25px;
	left: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.ce_gallery .image_container i.fa.fa-plus-circle:after {
	content: '';
	width: 50px;
	height: 1px;
	background: rgb(255,255,255);
	display: inline-block;
	position: absolute;
	top: 25px;
	left: 0;
}

.ce_gallery li:hover .image_container i.fa.fa-plus-circle:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* =============================================================================
 * ce_gallery flex-gallery
 * ========================================================================== */

.ce_gallery ul.flex-gallery {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.ce_gallery ul.flex-gallery li {
	max-width: none;
	line-height: 0;
	text-align: center;
}

.ce_gallery ul.flex-gallery.cols_1 li {
	flex: 0 0 100%;
}

.ce_gallery ul.flex-gallery.cols_2 li {
	flex: 0 0 calc(100% / 2);
}

.ce_gallery ul.flex-gallery.cols_3 li {
	flex: 0 0 calc(100% / 3);
}

.ce_gallery ul.flex-gallery.cols_4 li {
	flex: 0 0 calc(100% / 4);
}

.ce_gallery ul.flex-gallery.cols_5 li {
	flex: 0 0 calc(100% / 5);
}

.ce_gallery ul.flex-gallery.cols_6 li {
	flex: 0 0 calc(100% / 6);
}

.ce_gallery ul.flex-gallery.cols_7 li {
	flex: 0 0 calc(100% / 7);
}

.ce_gallery ul.flex-gallery.cols_8 li {
	flex: 0 0 calc(100% / 8);
}

.ce_gallery ul.flex-gallery.cols_9 li {
	flex: 0 0 calc(100% / 9);
}

.ce_gallery ul.flex-gallery.cols_10 li {
	flex: 0 0 calc(100% / 10);
}

.ce_gallery ul.flex-gallery.cols_11 li {
	flex: 0 0 calc(100% / 11);
}

.ce_gallery ul.flex-gallery.cols_12 li {
	flex: 0 0 calc(100% / 12);
}

/* =============================================================================
 * ce_gallery template elevatezoom
 * ========================================================================== */

.ce_elevatezoom .elevatezoom_gallery_window {
	margin-bottom: 10px;
}

.ce_elevatezoom .elevatezoom_gallery_window img:first-child {
	width: 100%!important;
	max-width: 100%;
	height: auto!important;
	position: static!important;
	display: block;
}

.ce_elevatezoom .elevatezoom_gallery_window img {
	display: none;
}

.ce_elevatezoom img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.ce_elevatezoom .zoomWrapper {
	width: 100%!important;
	height: auto!important;
}

.ce_elevatezoom ul,
.ce_elevatezoom li {
	overflow: hidden;
}

.ce_elevatezoom ul {
	margin-left: -5px;
	margin-right: -5px;
	display: flex;
	flex-wrap: wrap;
}

.ce_elevatezoom li {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
}

.zoomContainer {
	z-index: 1000;
	height: auto!important;
}

.ce_elevatezoom .cols_2 li {
	flex: 0 0 calc(100% / 2);
}

.ce_elevatezoom .cols_3 li {
	flex: 0 0 calc(100% / 3);
}

.ce_elevatezoom .cols_4 li {
	flex: 0 0 calc(100% / 4);
}

.ce_elevatezoom .cols_5 li {
	flex: 0 0 calc(100% / 5);
}

.ce_elevatezoom .cols_6 li {
	flex: 0 0 calc(100% / 6);
}

.ce_elevatezoom .cols_7 li {
	flex: 0 0 calc(100% / 7);
}

.ce_elevatezoom .cols_8 li {
	flex: 0 0 calc(100% / 8);
}

.ce_elevatezoom .cols_9 li {
	flex: 0 0 calc(100% / 9);
}

.ce_elevatezoom .cols_10 li {
	flex: 0 0 calc(100% / 10);
}

.ce_elevatezoom .cols_11 li {
	flex: 0 0 calc(100% / 11);
}

.ce_elevatezoom .cols_12 li {
	flex: 0 0 calc(100% / 12);
}

.ce_elevatezoom li.col_first {
	clear: both;
}

/* =============================================================================
 * ce_contao_content_slider
 * ========================================================================== */

.ce_sliderStart {
	position: relative;
}

.slider-control a.slider-next:after {
	content:"\f105";
	font-family:FontAwesome;
	right: 0px;
	position: relative;
	color: #fff;
	font-size: 50px;
	text-shadow: 0px 0px 1px rgb(102,102,102);
	opacity: 0;
	-webkit-transition: All 0.9s ease;
	transition: All 0.9s ease;
}

.slider-control a.slider-prev:before {
	content:"\f104";
	font-family:FontAwesome;
	color: #fff;
	left: 0px;
	position: relative;
	font-size: 50px;
	text-shadow: 0px 0px 1px rgb(102,102,102);
	opacity: 0;
	-webkit-transition: All 0.9s ease;
	transition: All 0.9s ease;
}

.slider-control a.slider-prev:active:before,
.slider-control a.slider-next:active:after {
	top: 1px;
}

.ce_sliderStart:hover .slider-control a.slider-next:after {
	opacity: 1;
	right: 10px;
}
.ce_sliderStart:hover .slider-control a.slider-prev:before {
	opacity: 1;
	left: 10px;
}

.ce_sliderStart .slider-control .slider-menu {
	bottom: 0;
	top: auto;
	font-size: 0;
	line-height: 40px;
}

.ce_sliderStart .slider-control a {
	top: 50%;
	color: transparent !important;
	line-height: 50px;
	margin-top: -51px;
}

.ce_sliderStart .slider-control {
	height: 50px;
	position: static;
}

.ce_sliderStart .slider-control .slider-menu b {
	width: 10px;
	background: #fff;
	display: inline-block;
	text-indent: -9999em;
	line-height: 6px;
	font-family: Arial, sans-serif;
	margin: 0 3px;
	height: 10px;
	border-radius: 100%;
	border: 2px solid #fff;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.3);
	cursor: pointer;
}

.ce_sliderStart .slider-control .slider-menu b.active {
	background: rgba(0,0,0,0.1);
	width: 12px;
	height: 12px;
	position: relative;
	top: -1px;
}

.ce_sliderStart .slider-wrapper {
	-webkit-transform:translate3d(0,0,0);
}

/* =============================================================================
 * ce_contao_content_slider (in #slider section)
 * ========================================================================== */

#slider .slider-wrapper,
#slider .ce_slidertext .table {
	max-height: 700px;
}

#slider .slider-control a.slider-next:after,
#slider .slider-control a.slider-prev:before {
	font-size: 90px;
}

#slider .slider-control {
	background: #fff;
}

#slider .ce_slidertext .contentwrap {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
}

#slider .ce_slidertext .table {
	display: table;
	width: 100%;
	height: 100%;
}

#slider .ce_slidertext .table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
}

#slider .ce_slidertext h1 {
	font-size: 65px;
}

#slider .ce_slidertext p {
	font-size: 20px;
}

#slider .ce_slidertext p a {
	margin-top: 20px;
}

/* =============================================================================
 * ce_headline
 * ========================================================================== */

.ce_headline.width-l {
	max-width: 700px;
}

.ce_headline.width-m {
	max-width: 500px;
}

.ce_headline.width-s {
	max-width: 350px;
}

.ce_headline.h-align-center.width-l,
.ce_headline.h-align-center.width-m,
.ce_headline.h-align-center.width-s {
	margin-left: auto;
	margin-right: auto;
}

/* =============================================================================
 * ce_text
 * ========================================================================== */

.ce_text .image_container img {
	width: auto;
}

.ce_text .image_container.float_right,
.ce_text .image_container.float_left {
	width: auto;
}

.ce_text.width-l {
	max-width: 700px;
}

.ce_text.width-m {
	max-width: 500px;
}

.ce_text.width-s {
	max-width: 350px;
}

.ce_text.h-align-center.width-l,
.ce_text.h-align-center.width-m,
.ce_text.h-align-center.width-s {
	margin-left: auto;
	margin-right: auto;
}

.ce_text.format-p-large p {
	font-size: 1.3rem;
}

.ce_text.format-p-small p {
	font-size: 0.9rem;
}

/* =============================================================================
 * ce_hyperlink
 * ========================================================================== */

.ce_hyperlink a.fa {
	font-family: inherit;
	line-height: inherit;
}

.ce_hyperlink a.fa:before {
	font-family: 'FontAwesome';
	margin-right: 5px;
}

/* color */
.ce_hyperlink.btn-accent a {
	background: rgb(152,152,152);
	border-color: rgb(152,152,152);
}

.ce_hyperlink.btn-accent-outline a {
	border-color: rgb(152,152,152);
	color: rgb(152,152,152);
	background: transparent;
}

.ce_hyperlink.btn-second a {
	background: rgb(152,152,152);
	border-color: rgb(152,152,152);
}

.ce_hyperlink.btn-second-outline a {
	border-color: rgb(152,152,152);
	color: rgb(152,152,152);
	background: transparent;
}

.ce_hyperlink.btn-white a {
	background: rgb(255,255,255);
	border-color: rgb(255,255,255);
}

.ce_hyperlink.btn-white-outline a {
	border-color: rgb(255,255,255);
	color: rgb(255,255,255);
	background: transparent;
}

.ce_hyperlink.btn-gray a {
	background: rgb(248,248,248);
	border-color: rgb(248,248,248);
}

.ce_hyperlink.btn-gray-outline a {
	border-color: rgb(248,248,248);
	color: rgb(248,248,248);
	background: transparent;
}

.ce_hyperlink.btn-black a {
	background: rgb(0,0,0);
	border-color: rgb(0,0,0);
}

.ce_hyperlink.btn-black-outline a {
	border-color: rgb(0,0,0);
	color: rgb(0,0,0);
	background: transparent;
}

.ce_hyperlink.btn-trnsp a {
	background: transparent;
	border-color: transparent;
	color: inherit;
}

.ce_hyperlink.btn-trnsp-white a {
	background: transparent;
	border-color: transparent;
}

/* size */
.ce_hyperlink.btn-size-small a {
	padding: 5px 15px;
	border-width: 1px;
	font-size: 0.85rem;
}

.ce_hyperlink.btn-size-medium a {
	padding: 8px 20px;
}

.ce_hyperlink.btn-size-large a {
	padding: 20px 30px;
	font-size: 1.1em;
}

.ce_hyperlink.btn-size-full a {
	display: block;
}

.ce_hyperlink.btn-size-textlink a {
	background: transparent!important;
	padding: 0;
	min-width: 0;
}


.ce_hyperlink.btn-animated i {
	opacity: 0;
	width: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

/* icon */
.ce_hyperlink i {
	margin-right: 10px;
}

.ce_hyperlink.btn-animated a:hover i {
    opacity: 1;
    width: 16px;
}

/* border-radius */
.ce_hyperlink.btn-radius-3 a {
	border-radius: 3px;
}

.ce_hyperlink.btn-radius-5 a {
	border-radius: 5px;
}

.ce_hyperlink.btn-radius-10 a {
	border-radius: 10px;
}

.ce_hyperlink.btn-radius-20 a {
	border-radius: 20px;
}

/* inline */
.ce_hyperlink.h-align-inline {
	display: inline-block;
	margin-right: 5px;
}

/* =============================================================================
 * ce_downloads
 * ========================================================================== */

.ce_download img.mime_icon,
.ce_downloads img.mime_icon {
  vertical-align:middle;
}

.ce_download a,
.ce_downloads a {
  text-decoration:none;
}

.ce_downloads a span.size {
  font-size: 0.8rem;
  color: rgba(0,0,0,0.4);
  text-decoration: none;
}

.ce_download a span.size {
	color: rgba(255,255,255,0.5);
}

.ce_downloads li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}

/* =============================================================================
 * ce_downloads_box
 * ========================================================================== */

.ce_downloads_box .ce_downloads_box_inside {
	background: rgb(248,248,248);
	padding: 30px;
	font-size: 0.85rem;
}

.ce_downloads_box .ce_downloads_box_inside li {
	border: 0;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.ce_downloads_box .ce_downloads_box_inside li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.ce_downloads_box .ce_downloads_box_inside li img {
	margin-right: 4px;
}

.ce_downloads_box .ce_downloads_box_inside .size {
	display: none;
}

/* =============================================================================
 * ce_download
 * ========================================================================== */

.ce_download:not(.ce_download_small) {
	background: rgb(59,60,66);
	color: #fff;
	padding: 35px;
	border-radius: 3px;
	position: relative;
}

.ce_download h1,
.ce_download h2,
.ce_download h3,
.ce_download h4,
.ce_download h5,
.ce_download h6,
.ce_download a {
	color: #fff;
}

.ce_download:after {
	font-family: "FontAwesome";
	content: "\f0ed";
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -35px;
	font-size: 70px;
	color: rgba(255,255,255,0.1);
	line-height: 70px;
}

.ce_download_small {
	margin-bottom: 10px;
}

.ce_download_small .ce_download_small_inside a {
	border: 1px solid rgba(57, 57, 57,0.2);
	padding: 10px 15px;
	position: relative;
	display: block;
	color: inherit;
}

.ce_download_small .ce_download_small_inside a:after {
	font-family: "FontAwesome";
	content: "\f0ed";
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -35px;
	font-size: 35px;
	line-height: 70px;
	opacity: 0.4;
}

/* =============================================================================
 * ce_dropcap
 * ========================================================================== */

p.dropcap:first-letter,
.dropcap p:first-child:first-letter  {
	font-size: 4rem;
	float: left;
	margin-right: 7px;
	line-height: 57px;
}

/* =============================================================================
 * ce_comments
 * ========================================================================== */

.ce_comments .widget {
	margin-bottom: 10px;
}

/* =============================================================================
 * ce_video_custom
 * ========================================================================== */

.ce_video_custom,
.ce_youtube .ce_youtube_inner {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.ce_video_custom iframe,
.ce_video_custom object,
.ce_video_custom embed,
.ce_youtube iframe,
.ce_youtube object,
.ce_youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ce_video_custom video,
.ce_youtube video {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	width: 100%;
}

/* =============================================================================
 * ce_player
 * ========================================================================== */

.ce_player video {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	width: 100%;
}

/* =============================================================================
 * video in lightbox/colorbox
 * ========================================================================== */

#colorbox video {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	width: 100%;
}

/* =============================================================================
 * ce_accordion
 * ========================================================================== */

.ce_accordionStart {
	position: relative;
}

.ce_accordion .accordion {
  padding:20px;
  border:0;
  background:none;
}

.ce_accordion .accordion > div {
  padding:0;
}

.ce_accordion .toggler {
  line-height:30px;
  font-weight:bold;
  cursor:pointer;
  margin-bottom: 6px;
}

.ce_accordionStart:last-of-type .toggler {
	margin-bottom: 0;
}

.ce_accordion .toggler:hover {
  color:rgb(76,76,76);
}

.ce_accordion .toggler:before {
  width:25px;
  height:25px;
  float:right;
  clear:both;
  display:inline-block;
  margin-left:15px;
  padding:0;
  text-align:center;
  font:1.3em/28px FontAwesome;
  font-weight:normal;
  color:rgb(152,152,152);
  content:"\f107";
}

.ce_accordion .toggler.ui-state-active:before {
  font-family:FontAwesome;
  content:"\f106";
}

.ce_accordionSingle {
	margin-bottom: 1px;
}

/* =============================================================================
 * ce_accordion_v2
 * ========================================================================== */

.ce_accordion_v2,
.ce_accordion.style2 {
	margin-bottom: 10px;
	overflow: visible;
	border: 0;
}

.ce_accordion_v2 .toggler,
.ce_accordion.style2 .toggler {
	padding: 1rem 1rem 1rem 4rem;
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.03);
	cursor: pointer;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	position: relative;
	font-weight: bold;
	border: 1px solid rgb(220,220,220);
}

.ce_accordion_v2 .toggler:not(.ui-state-active):hover,
.ce_accordion.style2 .toggler:not(.ui-state-active):hover {
	color: rgb(150,150,150);
}

.ce_accordion_v2 .toggler:before,
.ce_accordion.style2 .toggler:before {
	margin: 0;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	padding: 0;
	text-align: center;
	font: 1rem/1.6rem FontAwesome;
	font-weight: normal;
	content: "\f067";
	border-radius: 100%;
	border: 2px solid;
}

.firefox .ce_accordion_v2 .toggler:before,
.firefox .ce_accordion.style2 .toggler:before {
	line-height: 1.6rem;
}

.ce_accordion_v2 .toggler.ui-state-active:before,
.ce_accordion.style2 .toggler.ui-state-active:before {
	content:" \f068";
	color: rgb(255,255,255);
	border-color: rgb(255,255,255);
}

.ce_accordion_v2 .toggler.ui-state-active,
.ce_accordion.style2 .toggler.ui-state-active {
	color: rgb(255,255,255);
	background: rgb(0,0,0);
}

.ce_accordion_v2 .accordion,
.ce_accordion.style2 .accordion {
	padding: 25px 0;
}

/* ie11 render bug */
.ie11 .ce_accordion_v2 .toggler:before,
.ie11 .ce_accordion.style2 .toggler:before {
	border: 0;
	transform: none;
}

/* =============================================================================
 * ce_hyperlink
 * ========================================================================== */

.ce_hyperlink a,
a.btn {
	display: inline-block;
	padding: 12px 20px;
	margin-bottom: 15px;
	cursor:pointer;
	transition:all 0.2s ease-out 0s;
	width: auto;
	background: rgb(152,152,152);
	border: 2px solid rgb(152,152,152);
	color: #fff;
	font-weight: bold;
	min-width: 140px;
	text-align: center!important;
	position: relative;
    position: relative;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    font-size: 0.9rem;
}

.ce_hyperlink a:hover,
a.btn:hover {
	opacity: 0.8;
}

.ce_hyperlink a.link-white,
a.btn.link-white {
	color: rgb(152,152,152);
	border: 2px solid rgb(255,255,255);
	background: rgb(255,255,255);
}

.ce_hyperlink a.link-white:hover,
a.btn.link-white:hover {
	background: rgb(152,152,152);
	color: rgb(255,255,255);
}

.ce_hyperlink a.link-white.outline,
a.btn.link-white.outline {
	color: rgb(255,255,255);
}

.ce_hyperlink a.link-white.outline:hover,
a.btn.link-white.outline:hover {
	background: rgb(255,255,255);
	border-color: rgb(255,255,255);
	color: rgb(37,37,37);
}

.ce_hyperlink a.outline,
a.btn.outline {
	background: transparent;
	color: rgb(152,152,152);
}

.ce_hyperlink a.outline:hover,
a.btn.outline:hover {
	background: rgb(37,37,37);
	border-color: rgb(37,37,37);
	color: rgb(255,255,255);
}

.ce_hyperlink i {
	margin-right: 5px;
}

.ce_hyperlink.small a,
a.btn.small {
	padding: 9px 15px;
	font-size: 0.75rem;
}

.ce_hyperlink.large a,
a.btn.large {
	padding: 20px 30px;
}

.ce_hyperlink.wide a,
a.btn.large {
	padding: 15px 50px;
}

.ce_hyperlink.expand a,
a.btn.expand {
	width: 100%;
}

.ce_hyperlink a.success,
a.btn.success {
	background: rgb(157,213,93);
	border-color: rgb(157,213,93);
}

.ce_hyperlink a.secondary,
a.btn.secondary {
	background: rgb(231,231,231);
	border-color: rgb(231,231,231);
	color: rgb(51,51,51);
}

.ce_hyperlink a.alert,
a.btn.alert {
	background: rgb(247,80,90);
	border-color: rgb(247,80,90);
}

.ce_hyperlink a.warning,
a.btn.warning {
	background: rgb(240,138,36);
	border-color: rgb(240,138,36);
}

.ce_hyperlink a.info,
a.btn.info {
	background: rgb(160,211,232);
	border-color: rgb(160,211,232);
	color: rgb(51,51,51);
}

.ce_hyperlink a.success:hover, a.btn.success:hover,
.ce_hyperlink a.secondary:hover, a.btn.secondary:hover,
.ce_hyperlink a.alert:hover, a.btn.alert:hover,
.ce_hyperlink a.warning:hover, a.btn.warning:hover,
.ce_hyperlink a.info:hover, a.btn.info:hover {
	opacity: 0.8;
}

.ce_hyperlink.border-radius-3 a,
a.btn.border-radius-3 {
	border-radius: 3px;
}

.ce_hyperlink.border-radius-5 a,
a.btn.border-radius-5 {
	border-radius: 5px;
}

.ce_hyperlink.border-radius-10 a,
a.btn.border-radius-10 {
	border-radius: 10px;
}

.ce_hyperlink.border-radius-20 a,
a.btn.border-radius-20 {
	border-radius: 20px;
}

.ce_text a.btn {
	margin-top: 15px;
}

.ce_hyperlink.btn-animated i {
	opacity: 0;
	width: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_hyperlink.btn-animated a:hover i {
    opacity: 1;
    width: 16px;
}

/* =============================================================================
 * ce_player
 * ========================================================================== */

.ce_player video {
	width: 100%!important;
}

/* =============================================================================
 * mod_article
 * ========================================================================== */

#main .mod_article {
	position: relative;
}

#main .mod_article.smallwidth {
	margin-left: auto;
	margin-right: auto;
}

#main .mod_article.smallwidth .contentwrap {
	padding-left: 17%;
	padding-right: 17%;
}

/* =============================================================================
 * mod_subscribe
 * ========================================================================== */

.mod_subscribe table td, .mod_subscribe table {
	border: 0;
}

.mod_subscribe {
	padding: 5%;
	border: 1px solid rgb(229,229,229);
}

.mod_subscribe label {
	width: 100%;
	display: block;
}

.mod_subscribe input.submit[type="submit"],
.mod_subscribe button.submit[type="submit"] {
	border-width: 1px;
	padding: 10px;
	border-radius: 0 2px 2px 0;
	font-weight: normal;
}

.mod_subscribe input.text {
	margin-bottom: 10px;
}

.mod_subscribe .formbody {
	margin: 0;
}

/* =============================================================================
 * mod_subscribe in sidebar
 * ========================================================================== */

#right .mod_subscribe {
	padding: 0;
	border: 0;
	background: none;
}

#right .mod_subscribe input.text {
	border-radius: 0;
	background: rgb(245,245,245);
	border: 0;
}

#right .mod_subscribe input.submit,
#right .mod_subscribe input.button {
	line-height: 25px;
	border: 0;
	text-transform: uppercase;
}

/* =============================================================================
 * mod_login
 * ========================================================================== */

.mod_login table td, .mod_login table {
	border: 0;
}

.mod_login {
	padding: 5%;
	background: rgba(255,255,255,0.95);
	margin: 10px auto;
	max-width: 500px;
	border: 5px solid rgba(0,0,0,0.1);
}

.mod_login .checkbox_container label {
	margin-left: 5px;
}

.mod_login .submit_container,
.mod_login input.submit,
.mod_login button.submit {
	margin: 0;
}

.mod_login .formbody {
	margin: 0;
}

.mod_login input.text {
	margin-bottom: 7px;
}

/* =============================================================================
 * mod_calendar
 * ========================================================================== */

.mod_calendar table {
  border:0;
  width: 100%;
}

.mod_calendar .calendar td {
  width:14%;
  height:7em;
  padding:0;
  border:1px solid #ddd;
  vertical-align: top;
}

.mod_calendar td .event {
  display:inline-block;
  font-size: 0.7333rem;
}

.mod_calendar th.label {
  padding:10px 0;
}

.mod_calendar th.head {
  padding:0;
  background:rgb(152,152,152);
  border-top:1px solid rgb(152,152,152);
  border-right:1px solid rgb(152,152,152);
  border-left:1px solid rgb(152,152,152);
  color:#fff;
}

.mod_calendar th.previous a,
.mod_calendar th.next a {
  display:inline-block;
  padding:10px;
  background-color:rgb(152,152,152);
  text-decoration:none;
  color:#fff;
}

.mod_calendar th.previous a:hover,
.mod_calendar th.next a:hover {
  border-color:#84898d !important;
}

.mod_calendar th.current {
  text-align:center;
}

.mod_calendar th.next {
  text-align:right;
}

.mod_calendar th.previous {
  text-align:left;
}

.mod_calendar th.label {
  text-align:center;
  background-color:#2c2c2c;
  border-right:1px solid #2c2c2c;
  border-left:1px solid #2c2c2c;
  color:#fff;
}

.mod_calendar td div.header {
  padding:3px 3px 3px 6px;
  background-color:#f8f8f8;
  font-size: 0.8667rem;
  line-height: normal;
}

.mod_calendar td.empty {
  background:#fff;
}

.mod_calendar td .event {
  width:99%;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:normal;
  padding: 5px;
}

.mod_calendar td.today {
  background-color:#f8f8f8;
}

.mod_calendar th.current {
  padding:10px;
}

.mod_calendar th.current:before {
  display:inline-block;
  margin-right:8px;
  font-family:FontAwesome;
  content:"\f133";
}

/* =============================================================================
 * mod_eventreader
 * ========================================================================== */

.mod_eventreader .info:before {
	font-family: "FontAwesome";
	content: "\f073";
	text-indent: 0;
	display: inline-block;
	position: relative;
	left: 0;
	margin-right: 5px;
	width: 20px;
}

.mod_eventreader .location:before {
	font-family: "FontAwesome";
	content: "\f124";
	text-indent: 0;
	display: inline-block;
	position: relative;
	left: 0;
	margin-right: 5px;
	width: 20px;
}

.mod_eventreader .title {
	float: left;
	line-height: 1;
}

.mod_eventreader .info {
	float: left;
	margin-left: 45px;
	padding-left: 45px;
	border-left: 1px solid rgb(220,220,220);
	color: rgb(160,160,160);
	font-size: 0.9rem;
	text-transform: uppercase;
}

.mod_eventreader .info p {
	margin-bottom: 0;
}

.mod_eventreader .clear {
	margin-bottom: 35px;
}

/* =============================================================================
 * mod_eventlist
 * ========================================================================== */

.mod_eventlist .event {
	margin-bottom: 25px;
}

.mod_eventlist .event h2 {
	font-size: 1.333rem;
}

.mod_eventlist .header {
	background: #f8f8f8;
	padding: 10px;
	margin-bottom: 15px;
	line-height: 1;
	position: static;
}

/* =============================================================================
 * mod_eventlist_v2
 * ========================================================================== */

.mod_eventlist_v2 .event {
	border-top: 1px solid rgb(233, 238, 241);
	padding: 5px;
	transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	line-height: 2.5rem;
}

.mod_eventlist_v2 .event:hover {
	background: rgb(245,245,245);
}
.mod_eventlist_v2 .event:last-of-type {
	border-bottom: 1px solid rgb(233, 238, 241);
}

.mod_eventlist_v2 p {
	margin-bottom: 0;
}

.mod_eventlist_v2 .date {
	font-size: 1.3rem;
	font-weight: bold;
	border-right: 2px solid rgb(204, 213, 218);
}

.mod_eventlist_v2 .location {
	border-left: 2px solid rgb(204, 213, 218);
	color: rgb(159, 163, 165);
}

.mod_eventlist_v2 i {
	margin-right: 4px;
}

.mod_eventlist_v2 .time {
	text-align: right;
}

/* =============================================================================
 * mod_eventlist_v3
 * ========================================================================== */

.mod_eventlist_v3 {
	margin-left: -10px;
	margin-right: -10px;
}

.mod_eventlist_v3 .item {
	margin-bottom: 25px;
	width: 33%;
}

.mod_eventlist_v3 .item-inside {
	padding: 15px;
	border: 2px solid rgb(242,242,242);
	background: rgba(255,255,255,0.95);
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	position: relative;
}

.mod_eventlist_v3 .item:hover .item-inside {
	border-color: rgb(142,142,142);
}

.mod_eventlist_v3 .image_container {
	margin-bottom: 15px;
	min-height: 110px;
}

.mod_eventlist_v3 .date {
	position: absolute;
	left: 15px;
	top: 15px;
	color: #fff;
	padding: 10px;
	text-align: center;
	line-height: 1.3;
}

.mod_eventlist_v3 .date .day {
	font-size: 1.733rem;
	line-height: 1.733rem;
}

.mod_eventlist_v3 .date .month {
	display: block;
	text-transform: uppercase;
	font-size: 0.7333rem;
}

.mod_eventlist_v3 .date .year {
	display: block;
	font-size: 0.7333rem;
}

.mod_eventlist_v3 i {
	margin-right: 8px;
	opacity: 0.5;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
}

.mod_eventlist_v3 .item:hover i {
	opacity: 1;
}

.mod_eventlist_v3 .meta-info {
	border-top: 1px dotted rgb(220,220,220);
	padding-top: 15px;
	color: rgb(140,140,140);
}

.mod_eventlist_v3 h4 {
	margin-bottom: 15px;
}

/* =============================================================================
 * mod_eventlist_v4
 * ========================================================================== */

.mod_eventlist_v4 .event {
	background: rgba(0,0,0,0.6);
	padding: 15px 15px 15px 130px;
	transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	line-height: 2.5rem;
	color: rgb(255,255,255);
	margin-bottom: 5px;
	position: relative;
	margin-left: 0;
	margin-right: 0;
}

.mod_eventlist_v4 .event:hover {
	background: rgba(0,0,0,0.8);
}

.mod_eventlist_v4 p {
	margin-bottom: 0;
}

.mod_eventlist_v4 a {
	color: rgb(255,255,255);
}

.mod_eventlist_v4 i.fa-location-arrow {
	margin-right: 4px;
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	background: rgba(0,0,0,0.5);
	height: 100%;
}

.mod_eventlist_v4 i.fa-location-arrow:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	font-size: 1.667rem;
	line-height: 1.667rem;
}

.mod_eventlist_v4 i.fa-clock-o {
	margin-right: 5px;
}

.mod_eventlist_v4 .time {
	text-align: right;
}

/* =============================================================================
 * mod_eventteaser_v1
 * ========================================================================== */

.mod_eventteaser_v1 .event {
	background-size: cover;
	background-attachment: fixed;
	background-position-x: center!important;
	background-position-y: top;
	position: relative;
	text-align: center;
	padding-left: 2rem;
	padding-right: 2rem;
	background-color: rgb(80,80,80);
}

.mod_eventteaser_v1 .event,
.mod_eventteaser_v1 .event  a {
	color: rgb(255,255,255);
}

body.ios .mod_eventteaser_v1 .event,
body.android .mod_eventteaser_v1 .event  {
	background-attachment: scroll;
	background-position: center center!important;
}

.mod_eventteaser_v1 .event .title {
	margin-bottom: 0;
}

.mod_eventteaser_v1 .event .day {
	font-weight: bold;
	text-transform: uppercase;
}

.mod_eventteaser_v1 .event .date {
	font-weight: bold;
}

.mod_eventteaser_v1 .event .teaser {
	font-weight: bold;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.mod_eventteaser_v1 .event .location {
	font-weight: bold;
}

.mod_eventteaser_v1 .event .ce_hyperlink a {
	min-width: 190px;
	text-transform: uppercase;
}

/* =============================================================================
 * mod_faqpage
 * ========================================================================== */

.mod_faqpage h2 {
	display: none;
}

.mod_faqpage .info {
	font-size: 0.8rem;
}

.mod_faqpage h3 {
	font-size: 1.2rem;
}

.mod_faqpage h3:before {
	font-family: "FontAwesome";
	content: "\f059";
	margin-right: 5px;
	color: rgb(152,152,152);
}

.mod_faqpage section {
	display: inline-block;
	width: 49.5%;
	padding: 40px;
	border: 0!important;
	vertical-align: top;
}

.mod_faqpage .toplink {
	 display: none;
}

/* =============================================================================
 * mod_search
 * ========================================================================== */

.mod_search input,
.mod_search .widget-text {
	width: 45%;
	float: left;
	height: 45px!important;
}

.mod_search input.submit,
.mod_search button.submit {
	border: 1px solid rgb(152,152,152);
	border-radius: 0;
}

.mod_search button.submit {
	border: 0!important;
}

.mod_search form {
	overflow: hidden;
}

.mod_search p.header {
	margin-top: 15px;
	background: none!important;
}

.mod_search input:not(.submit),
.mod_search button:not(.submit) {
	-webkit-appearance: textfield!important;
}

.mod_search .widget-submit {
	float: left;
}

/* =============================================================================
 * mod_registration
 * ========================================================================== */

.mod_registration {
	padding: 5%;
	background: rgba(0,0,0,0.4);
	margin: 10px auto;
	max-width: 500px;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}

.mod_registration .widget {
	margin-bottom: 15px;
	overflow: hidden;
}

.mod_registration label {
	color: rgb(255,255,255);
	display: block;
}

.mod_registration input {
	width: 50%;
}

.mod_registration .submit_container {
	width: 100%;
	margin-top: 0;
}

.mod_registration .captcha_text {
	display: block;
	color: red;
	font-size: 0.9333rem;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 0;
	font-weight: bold;
}

/* =============================================================================
 * mod_sitemap
 * ========================================================================== */

.mod_sitemap ul {
	margin: 10px;
	background: rgba(0,0,0,0.05);
	padding: 20px;
}

.mod_sitemap ul li {
	margin-bottom: 3px;
}

.mod_sitemap ul li i:before {
	content: "\f105";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	transform: translate(0, 0);
	margin-right: 5px;
}

/* =============================================================================
 * mod_newslist
 * ========================================================================== */

.newslist {
	margin-bottom: 50px;
	overflow: hidden;
	list-style: none;
	position: relative;
}

.newslist .author {
	color: rgb(155,155,155);
	border-left: 1px solid rgb(230,230,230);
	margin-left: 5px;
	padding-left: 10px;
}

.newslist .news-date {
	text-align: center;
	color: rgb(155,155,155);
}

.newslist .teaser {
	border-top: 1px solid rgb(230,230,230);
	padding: 30px 0;
	margin-top: 20px;
}

.newslist .comments {
	color: rgb(155,155,155);
	border-left: 1px solid rgb(230,230,230);
	margin-left: 5px;
	padding-left: 10px;
}

.newslist .comments:before {
	font-size: 1.067rem;
}

.newslist .image_container {
	margin-bottom: 25px;
}

.newslist .news-content {
	overflow: hidden;
	margin-bottom: 35px;
}

.newslist .comments:before {
	font-family:FontAwesome;
	content: "\f075";
	margin-right: 5px;
}

.newslist h2 {
	border: 0;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.6rem;
	letter-spacing: 0;
}

.newslist h2,
.newslist h2 a {
	color: rgb(152,152,152);
	margin-bottom: 10px;
}

.newslist h2 a:hover {
	text-decoration: underline;
}

.newslist .link:before {
	font-family:FontAwesome;
	content:"\f101";
	margin-right: 5px;
}

.newslist .ce_hyperlink,
.newslist .ce_hyperlink a {
	margin-bottom: 0;
}

/* =============================================================================
 * newslist-v2
 * ========================================================================== */

.newslist-v2 {
	background: rgb(255,255,255);
	list-style: none;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 40px;
	border-bottom: 1px solid rgb(229,229,229);
}

.newslist-v2 .news-content-v2 {
	padding: 0 20px;
}

.subheadline-v2 {
	text-transform: uppercase;
	color: rgb(152,152,152);
	margin-bottom: 5px;
	font-weight: bold;
}

.newslist-v2 h4 {
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 90px;
}

.newslist-v2 .info {
	margin-bottom: 10px;
	color: rgb(155,155,155);
}

.newslist-v2 .teaser-v2 {
	position: relative;
	height: 90px;
	overflow: hidden;
}

.newslist-v2 .teaser-v2:after {
	content: '';
	height: 40px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.newslist-v2 .ce_hyperlink {
	margin-top: 20px;
}

.newslist-v2 .ce_hyperlink,
.newslist-v2 .ce_hyperlink a {
	margin-bottom: 0;
}

.newslist-v2 .image_container {
	margin: 0;
	border-radius: 10px;
}

.newslist-v2 .image_container img {
	border-radius: 10px;
}

.newslist-v2 .comments-v2 {
	position: absolute;
	right: 10px;
	top: 0;
	padding: 8px 15px;
	background: rgb(248,248,248);
	border-radius: 5px;
}

.newslist-v2 .comments-v2:before {
	font-family:FontAwesome;
	content: "\f075";
	margin-right: 5px;
}

/* =============================================================================
 * newslist-v3
 * ========================================================================== */

.mod_newslist_v3 {
	margin-left: -10px;
	margin-right: -10px;
}

.ce_autogridwrapper .mod_newslist .isotope {
	margin-left: 0px;
	margin-right: 0px;
}

.newslist-v3 {
	width: 33.31%;
}

.newslist-v4 {
	width: 25%;
}

.newslist-v3-inside {
	margin: 0 10px 20px 10px;
	position: relative;
}

.newslist-v3 .info .comments {
	border: 0;
}

.newslist-v3 h6 {
	margin-bottom: 10px;
}

.newslist-v3 .content {
	padding: 7%;
	padding-top: 45px;
	background: rgb(255,255,255);
	border: 1px solid rgb(220,221,221);
}

.newslist-v3 .subheadline {
	text-transform: uppercase;
	font-size: 1.1em;
	color: rgb(152,152,152);
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.newslist-v3 h6 {
	font-weight: bold;
}

.newslist-v3 .image_container {
	margin-bottom: 0;
	border-radius: 5px 5px 0 0;
	min-height: 66px;
}

.newslist-v3 .news-overlay {
	position: absolute;
	right: 40px;
	bottom: -20px;
	margin-left: -20px;
	height: 40px;
	width: 40px;
	background: rgb(175,185,191);
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
    display: none;
}

.newslist-v3 .news-overlay i {
	color: #fff;
	-webkit-transform: rotate(+45deg);
    transform: rotate(+45deg);
    text-align: center;
    font-size: 26px;
    line-height: 40px;
}

.newslist-v3 .info {
	font-size: 0.9em;
	color: rgb(175,185,191);
	text-transform: uppercase;
}

.newslist-v3 .date-top {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background: rgb(68, 68, 68);
	color: rgb(255,255,255);
	text-align: center;
	line-height: 1;
	padding: 15px;
}

.newslist-v3 .date-top .day {
	font-size: 1.5rem;
	font-weight: bold;
}

.newslist-v3 .date-top .month {
	font-size: 1rem;
}

.newslist-v3.news-cat-1 .subheadline {
	color: rgb(103,162,167);
}

.newslist-v3.news-cat-1 .news-overlay {
	background: rgb(103,162,167);
	display: block;
}

.newslist-v3.news-cat-1 i:before {
	content: "\f06c";
}

.newslist-v3.news-cat-2 .subheadline {
	color: rgb(159,77,86);
}

.newslist-v3.news-cat-2 .news-overlay {
	background: rgb(159,77,86);
	display: block;
}

.newslist-v3.news-cat-2 i:before {
	content: "\f1cd";
}

.newslist-v3.news-cat-3 .subheadline {
	color: rgb(98,189,224);
}

.newslist-v3.news-cat-3 .news-overlay {
	background: rgb(98,189,224);
	display: block;
}

.newslist-v3.news-cat-3 i:before {
	content: "\f200";
}

.newslist-v3.news-cat-4 .subheadline {
	color: rgb(235,173,0);
}

.newslist-v3.news-cat-4 .news-overlay {
	background: rgb(235,173,0);
	display: block;
}

.newslist-v3.news-cat-4 i:before {
	content: "\f1d8";
}

/* =============================================================================
 * newslist-v3 newslist-col2
 * ========================================================================== */

.newslist-col2 .newslist-v3 {
	width: 50%;
}

/* =============================================================================
 * mod_newslist-v4
 * ========================================================================== */

.mod_newslist_v4 {
	margin-left: -10px;
	margin-right: -10px;
}

.newslist-v4 {
	margin-bottom: 25px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.newslist-v4:hover {
	opacity: 0.9;
}

.newslist-v4 .info {
	font-size: 0.8em;
	color: rgb(153,153,153);
}

.newslist-v4 .info .comments {
	border: 0;
}

.newslist-v4 h6 {
	margin-bottom: 10px;
}

.newslist-v4 .ce_hyperlink a {
	padding: 10px;
	min-width: 0;
	margin-top: 20px;
}

.newslist-v4 .content {
	padding: 20px;
	border: 1px solid rgb(242,242,242);
	background: rgba(255,255,255,0.95);
}

.newslist-v4 .image_container {
	margin-bottom: 0;
	min-height: 112px;
	background: rgb(255,255,255);
}

.newslist-v4.last:after {
	display: none;
}

.newslist-v4 .date {
	position: absolute;
	left: 0;
	top: 20px;
	color: #fff;
	padding: 10px;
	text-align: center;
	line-height: 1.3;
}

.newslist-v4 .date .day {
	font-size: 1.733rem;
	line-height: 1.733rem;
}

.newslist-v4 .date .month {
	display: block;
	text-transform: uppercase;
	font-size: 0.7333rem;
}

.newslist-v4 .date .year {
	display: block;
	font-size: 0.7333rem;
}

.newslist-v4 .author:before {
	font-family:FontAwesome;
	content:"\f007";
	margin-right: 5px;
}

.newslist-v4 .info {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	background: rgba(0,0,0,0.4);
	font-size: 0.8rem;
	padding: 8px;
	transition: All 0.6s ease;
	line-height: 20px;
	-webkit-transition: All 0.6s ease;
}

.newslist-v4 .info-v2,
.newslist-v4 .info-v3,
.newslist-v4 .news-overlay {
	display: none;
}

.newslist-v4 .comments {
	margin-left: 10px;
}

.newslist-v4 .comments:before {
	font-family:FontAwesome;
	content:"\f0e6";
	margin-right: 5px;
}

/* =============================================================================
 * newslist-v5
 * ========================================================================== */

.newslist-v5 {
	margin-bottom: 10%;
}

.newslist-v5 h2 {
	margin-bottom: 15px;
	text-transform: uppercase;
	padding-right: 140px;
}

.newslist-v5 .subheadline {
	position: relative;
	display: inline-block;
	line-height: 2rem;
	margin-bottom: 10px;
	color: rgb(180,180,180);
	float: right;
}

.newslist-v5 .subheadline:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: rgb(180,180,180);
}

.newslist-v5 .news-date {
	text-transform: uppercase;
	color: rgb(121,121,121);
	margin-bottom: 25px;
	display: block;
}

.newslist-v5 .teaser {
	line-height: 1.8;
}

.newslist-v5 .image_container {
	margin-bottom: 35px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.newslist-v5 .image_container:hover {
	opacity: 0.9;
}

.newslist-v5 .more a {
	position: relative;
	color: rgb(0,0,0);
}

.newslist-v5 .more a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: rgb(0,0,0);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.newslist-v5 .more:hover a:after {
	width: 0;
}

.newslist-v5 .newslist-v5-bottom {
	border-top: 1px solid rgb(227,222,221);
	border-bottom: 1px solid rgb(227,222,221);
	padding: 15px 0;
	margin-top: 25px;
	text-transform: uppercase;
	font-size: 0.9rem;
	overflow: hidden;
	line-height: 0.9rem;
}

.newslist-v5 .newslist-v5-bottom .author {
	float: left;
}

.newslist-v5 .newslist-v5-bottom .comments {
	float: right;
}

.newslist-v5 .newslist-v5-bottom .comments:before {
	font-family: FontAwesome;
	content: "\f075";
	margin-right: 5px;
}

/* =============================================================================
 * newslist-v6
 * ========================================================================== */

.mod_newslist_v6 {
	margin-top: 4px;
	margin-left: -10px;
	margin-right: -10px;
}

.newslist-v6 {
	width: 49.8%;
	float: left;
	background: rgb(248,248,248);
	height: 320px;
	border: 4px solid #fff;
	position: relative;
}

.newslist-v6.tall {
	height: 640px;
}

.newslist-v6 h5 {
	margin-bottom: 10px;
}

.newslist-v6 .news-image {
	background-position: center center;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.newslist-v6 .news-content {
	padding: 25px 25px 80px 25px;
	position: relative;
	height: 100%;
}

.newslist-v6.no_image .news-content {
	width: 100%;
}

.newslist-v6.no_image:after {
	display: none;
}

.newslist-v6.big h5 {
	font-size: 2rem;
}

.newslist-v6.big .news-content {
	padding: 40px 40px 80px 40px;
	font-size: 1.4rem;
}

.newslist-v6.big .news-info {
	padding-left: 40px;
}

.newslist-v6 .news-image,
.newslist-v6 .news-content {
	width: 50%;
	float: left;
}

.newslist-v6 .news-info {
	font-size: 0.9rem;
	color: rgb(180,180,180);
	position: absolute;
	left: 0;
	bottom: 25px;
	line-height: 30px;
	width: 100%;
	padding-left: 25px;
	background: rgb(248,248,248);
}

.newslist-v6 .news-date:before {
	font-family: FontAwesome;
	content: "\f192";
	margin-left: 4px;
	margin-right: 4px;
	display: inline-block;
	font-size: 0.5333rem;
	position: relative;
	top: -1px;
}

.newslist-v6:after {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -13px;
    width: 26px;
    height: 26px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: rgb(248,248,248);
}

.newslist-v6 .news-comments {
	min-width: 30px;
	height: 30px;
	padding: 0 10px;
	border-radius: 100%;
	background: rgb(230,230,230);
	display: inline-block;
	text-align: center;
	float: right;
	margin-right: 25px;
}

.newslist-v6 .news-info:before {
    position: absolute;
    top: -70px;
    left: 0;
    display: block;
    width: 100%;
    height: 70px;
    content: '';
    background: rgba(255,255,255,0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(248,248,248,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(248,248,248,1) 100%);
}

.newslist-v6 .button-more {
	display: none;
}

.newslist-v6.big .button-more {
	display: inline-block;
	font-size: 0.8rem;
	border: 2px solid rgb(180,180,180);
	border-radius: 20px;
	line-height: 35px;
	padding: 0 15px;
}

@media only screen and (max-width: 970px) {
	.newslist-v6 {
		height: 400px;
		width: 100%;
		float: none;
	}
}

/* =============================================================================
 * mod_newslist timeline
 * ========================================================================== */

.newslist-timeline {
	overflow: hidden;
	position: relative;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI4NnB4IiBoZWlnaHQ9IjEwMDBweCIgdmlld0JveD0iMCAwIDg2IDEwMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDg2IDEwMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IHg9IjQwLjk4NCIgZmlsbD0iI0Y2RjZGNiIgd2lkdGg9IjQuMDMxIiBoZWlnaHQ9IjUuODY2Ii8+PHJlY3QgeD0iNDAuOTg0IiB5PSIzMS4wOTYiIGZpbGw9IiNGNkY2RjYiIHdpZHRoPSI0LjAzMSIgaGVpZ2h0PSI5NjguOTA0Ii8+PHJlY3QgeD0iNTYuMDg1IiB5PSIxNS45MzUiIGZpbGw9IiNGNkY2RjYiIHdpZHRoPSIyOS45MTciIGhlaWdodD0iNC4wMzEiLz48L3N2Zz4=);
	background-position: 90px top;
	background-repeat: no-repeat;
	padding-bottom: 80px;
}

.newslist-timeline .newslist-timeline-date {
	position: absolute;
	left: 0;
	top: 0px;
	background: rgb(245,245,245);
	padding: 5px 10px;
}

.newslist-timeline .newslist-timeline-contentwrapper {
	padding-left: 200px;
	padding-bottom: 40px;
}

.newslist-timeline .image_container {
	width: 37%;
	float: left;
}

.newslist-timeline .newslist-timeline-content {
	width: 63%;
	float: left;
	padding-left: 5%;
}

.newslist-timeline:before {
	content: '';
	width: 7px;
	height: 7px;
	border: 4px solid rgb(50,50,50);
	border-radius: 100%;
	position: absolute;
	top: 10px;
	left: 126px;
	display: block;
	z-index: 1;
}

.newslist-timeline .info {
	color: rgb(168,168,168);
	margin-bottom: 20px;
}

.newslist-timeline .info i {
	margin-right: 5px;
}

.newslist-timeline .info div {
	display: inline-block;
	margin-right: 20px;
}

.newslist-timeline {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.newslist-timeline:hover {
	opacity: 0.9;
}

/* =============================================================================
 * mod_newslist timeline: both
 * ========================================================================== */

.newslist-timeline-both {
	overflow: hidden;
	position: relative;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI4NnB4IiBoZWlnaHQ9IjEwMDBweCIgdmlld0JveD0iMCAwIDg2IDEwMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDg2IDEwMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IHg9IjQwLjk4NCIgZmlsbD0iI0Y2RjZGNiIgd2lkdGg9IjQuMDMxIiBoZWlnaHQ9IjUuODY2Ii8+PHJlY3QgeD0iNDAuOTg0IiB5PSIzMS4wOTYiIGZpbGw9IiNGNkY2RjYiIHdpZHRoPSI0LjAzMSIgaGVpZ2h0PSI5NjguOTA0Ii8+PHJlY3QgeD0iNTYuMDg1IiB5PSIxNS45MzUiIGZpbGw9IiNGNkY2RjYiIHdpZHRoPSIyOS45MTciIGhlaWdodD0iNC4wMzEiLz48L3N2Zz4=);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0 0 45px 55%;
}

.newslist-timeline-both h4:before {
	content: '';
	width: 7px;
	height: 7px;
	border: 4px solid rgb(50,50,50);
	border-radius: 100%;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -7px;
	display: block;
	z-index: 1;
}

.newslist-timeline-both:nth-child(even) {
	padding: 0 55% 25px 0;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI4NnB4IiBoZWlnaHQ9IjEwMDBweCIgdmlld0JveD0iMCAwIDg2IDEwMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDg2IDEwMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IHg9IjQxLjMxMyIgZmlsbD0iI0Y2RjZGNiIgd2lkdGg9IjMuNjcxIiBoZWlnaHQ9IjUuODY2Ii8+PHJlY3QgeD0iNDEuMzEzIiB5PSIzMS4wOTYiIGZpbGw9IiNGNkY2RjYiIHdpZHRoPSIzLjY3MSIgaGVpZ2h0PSI5NjguOTA0Ii8+PHJlY3QgeD0iNC4wMDIiIHk9IjE1LjkzNSIgZmlsbD0iI0Y2RjZGNiIgd2lkdGg9IjI3LjIzNSIgaGVpZ2h0PSI0LjAzMSIvPjwvc3ZnPg==);
}

.newslist-timeline-both .newslist-timeline-date {
	position: absolute;
	right: 55%;
	top: 0;
	background: rgb(245,245,245);
	padding: 5px 10px;
}

.newslist-timeline-both:nth-child(even) .newslist-timeline-date {
	right: auto;
	top: 0;
	left: 55%;
}

.newslist-timeline-both h4 {
	margin-bottom: 15px;
}

.newslist-timeline-both .info {
	margin-bottom: 15px;
}

.newslist-timeline-both .info div {
	display: inline-block;
	margin-right: 20px;
	color: rgb(168,168,168);
}

.newslist-timeline-both .info i {
	margin-right: 5px;
}

.newslist-timeline-both .image_container {
	margin-bottom: 20px;
}

/* =============================================================================
 * mod_newsreader
 * ========================================================================== */

.newsreader .date {
	display: inline-block;
	margin-right: 20px;
}

.newsreader .info {
	font-size: 0.8em;
	margin-bottom: 35px;
	background: #f8f8f8;
	padding: 30px;
}

.newsreader .date:before {
	font-family:FontAwesome;
	content:"\f073";
	margin-right: 5px;
}

.newsreader .author {
	display: inline-block;
	margin-right: 20px;
}

.newsreader .author:before {
	font-family:FontAwesome;
	content:"\f007";
	margin-right: 5px;
}

.newsreader .comments {
	display: inline-block;
}

.newsreader .comments:before {
	font-family:FontAwesome;
	content:"\f0e6";
	margin-right: 5px;
}

.newsreader .back {
	padding-top: 10px;
	margin-top: 40px;
	border-top: 1px solid #ddd;
	overflow: hidden;
	margin-left: 0;
	width: 100%;
	float: none;
	position: relative;
	clear: both;
}

.newsreader .back a {
	font-size: 0.6667rem;
	text-transform: uppercase;
}

.newsreader .ce_comments {
	max-width: 500px;
	margin-top: 55px;
}

.newsreader .ce_comments .widget {
	margin-bottom: 15px;
}

.newsreader .ce_comments input.text,
.newsreader .ce_comments textarea,
.newsreader .ce_comments input.captcha,
.newsreader .ce_comments .checkbox_container {
	background: rgb(245,245,245);
	border: 0;
}

.newsreader .ce_comments input.submit,
.newsreader .ce_comments button.submit {
	width: auto;
}

.newsreader .ce_comments .checkbox_container {
	font-size: 0.9rem;
}

.newsreader .ce_comments label {
	margin-top: 3px;
}

/* mod_newsreader in lightbox onepage layouts */
#colorbox .mod_newsreader .image_container img {
	width: 100%;
}

/* =============================================================================
 * mod_newsteaser
 * ========================================================================== */

.newsteaser.one_third:nth-child(3n+1) {
	clear:both;
}

.newsteaser .info {
	font-size: 0.8em;
	color: rgb(153,153,153);
}

.newsteaser .info .comments {
	border: 0;
}

.newsteaser h6 {
	margin-bottom: 10px;
}

.newsteaser .ce_hyperlink a {
	padding: 10px;
	min-width: 0;
	margin-top: 20px;
}

.newsteaser .content {
	padding: 20px;
	border: 1px solid rgb(242,242,242);
	background: rgba(255,255,255,0.95);
}

.newsteaser .image_container {
	margin-bottom: 0;
}

.newsteaser.last:after {
	display: none;
}

.newsteaser .date {
	position: absolute;
	left: 0;
	top: 20px;
	color: #fff;
	background: rgb(152,152,152);
	padding: 10px;
	text-align: center;
	line-height: 1.3;
}

.newsteaser .date .day {
	font-size: 1.733rem;
	line-height: 1.733rem;
}

.newsteaser .date .month {
	display: block;
	text-transform: uppercase;
	font-size: 0.7333rem;
}

.newsteaser .date .year {
	display: block;
	font-size: 0.7333rem;
}

.newsteaser .author:before {
	font-family:FontAwesome;
	content:"\f007";
	margin-right: 5px;
}

.newsteaser .info {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	background: rgba(0,0,0,0.4);
	font-size: 0.8rem;
	padding: 8px;
	transition: All 0.6s ease;
	line-height: 20px;
	-webkit-transition: All 0.6s ease;
}

.newsteaser:hover .info {
	background: rgba(0,0,0,0.9);
}

.newsteaser .info-v2,
.newsteaser .info-v3,
.newsteaser .news-overlay {
	display: none;
}

.newsteaser .comments {
	margin-left: 10px;
}

.newsteaser .comments:before {
	font-family:FontAwesome;
	content:"\f0e6";
	margin-right: 5px;
}

/* =============================================================================
 * mod_newsteaser_v2
 * ========================================================================== */

.newsteaser_v2 {
	position: relative;
	overflow: hidden;
}

.newsteaser_v2 .content_left {
	float: left;
	width: 20%;
}

.newsteaser_v2 .content_right {
	float: left;
	width: 80%;
}

.newsteaser_v2 .day {
	display: block;
	font-size: 1.467rem;
	line-height: 1.467rem;
	font-weight: bold;
}

.newsteaser_v2 .month {
	display: block;
}

.newsteaser_v2 h6 {
	margin: 0;
}

.newsteaser_v2 .author {
	color: rgb(150,150,150);
}

.newsteaser_v2 .comments {
	color: rgb(150,150,150);
}

.newsteaser_v2 .info {
	margin: 3px 0;
}

/* =============================================================================
 * mod_newsteaser_v2 in sidebar
 * ========================================================================== */

#left .newsteaser_v2,
#right .newsteaser_v2 {
	flex: 0 0 100%;
	margin-bottom: 25px;
}

/* =============================================================================
 * mod_newsteaser_v3
 * ========================================================================== */

.newsteaser_v3 {
	position: relative;
	overflow: hidden;
}

.newsteaser_v3 .content_left {
	padding-right: 4%;
}

.newsteaser_v3 .day {
	font-size: 1.867rem;
}

.newsteaser_v3 .month,
.newsteaser_v3 .year {
	font-size: 1.2rem;
}

.newsteaser_v3 h6 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}

.newsteaser_v3 .info {
	color: rgb(150,150,150);
	margin-bottom: 10px;
}

.newsteaser_v3 .news-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.newsteaser_v3 .news-overlay i {
	position: absolute;
	top: 0%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	color: rgb(255,255,255);
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: rgb(152,152,152);
	text-align: center;
	opacity: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.newsteaser_v3:hover .news-overlay {
	opacity: 1;
}

.newsteaser_v3:hover .news-overlay i {
	opacity: 1;
	top: 50%;
}

/* =============================================================================
 * mod_newsteaser_v4
 * ========================================================================== */

.newsteaser-v4 .info .comments {
	border: 0;
}

.newsteaser-v4 h6 {
	margin-bottom: 10px;
}

.newsteaser-v4 .content {
	padding: 7%;
	padding-top: 45px;
	background: rgb(255,255,255);
	border: 1px solid rgb(220,221,221);
	text-align: center;
	border-radius: 0 0 5px 5px;
}

.newsteaser-v4 .subheadline {
	text-transform: uppercase;
	font-size: 1.1em;
	color: rgb(152,152,152);
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.newsteaser-v4 h6 {
	font-weight: bold;
}

.newsteaser-v4 .image_container {
	margin-bottom: 0;
	border-radius: 5px 5px 0 0;
}

.newsteaser-v4 .image_container img {
	border-radius: 5px 5px 0 0;
}

.newsteaser-v4 .news-overlay {
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -20px;
	height: 40px;
	width: 40px;
	background: rgb(175,185,191);
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
    display: none;
}

.newsteaser-v4 .news-overlay i {
	color: #fff;
	-webkit-transform: rotate(+45deg);
    transform: rotate(+45deg);
    text-align: center;
    font-size: 26px;
    line-height: 40px;
}

.newsteaser-v4 .info {
	font-size: 0.9em;
	color: rgb(175,185,191);
}

.newsteaser-v4.news-cat-1 .subheadline {
	color: rgb(103,162,167);
}

.newsteaser-v4.news-cat-1 .news-overlay {
	background: rgb(103,162,167);
	display: block;
}

.newsteaser-v4.news-cat-1 i:before {
	content: "\f06c";
}

.newsteaser-v4.news-cat-2 .subheadline {
	color: rgb(159,77,86);
}

.newsteaser-v4.news-cat-2 .news-overlay {
	background: rgb(159,77,86);
	display: block;
}

.newsteaser-v4.news-cat-2 i:before {
	content: "\f1cd";
}

.newsteaser-v4.news-cat-3 .subheadline {
	color: rgb(98,189,224);
}

.newsteaser-v4.news-cat-3 .news-overlay {
	background: rgb(98,189,224);
	display: block;
}

.newsteaser-v4.news-cat-3 i:before {
	content: "\f200";
}

.newsteaser-v4.news-cat-4 .subheadline {
	color: rgb(235,173,0);
}

.newsteaser-v4.news-cat-4 .news-overlay {
	background: rgb(235,173,0);
	display: block;
}

.newsteaser-v4.news-cat-4 i:before {
	content: "\f1d8";
}

/* =============================================================================
 * mod_newsteaser_v5
 * ========================================================================== */

.newsteaser_v5 {
	border: 1px solid rgb(255,255,255);
}

.newsteaser_v5 .newsteaser_v5_inside {
	background: rgb(242,242,242);
	min-height: 240px;
	padding: 25px;
	position: relative;
	overflow: hidden;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
}

.newsteaser_v5 .newsteaser_v5_inside:hover {
	background: rgb(248,248,248);
}

.newsteaser_v5 i.fa {
	position: absolute;
	bottom: 25px;
	left: 25px;
}

/* =============================================================================
 * mod_newsteaser_v6
 * ========================================================================== */

.mod_newsteaser_v6 .item-inside {
	background-position: center center;
	background-size: cover;
	height: 100vh;
	position: relative;
}

.mod_newsteaser_v6 .item-inside:after {
	background: rgba(0,0,0,0.3);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.mod_newsteaser_v6 .content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
	color: rgb(255,255,255);
	z-index: 10;
}

.mod_newsteaser_v6 .content,
.mod_newsteaser_v6 .content a,
.mod_newsteaser_v6 .content .title {
	color: rgb(255,255,255);
}

.mod_newsteaser_v6 .subline {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2rem;
	display: none;
}

.mod_newsteaser_v6 .teaser {
	margin-top: 30px;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2rem;
}

.mod_newsteaser_v6 .info {
	position: absolute;
	bottom: 50px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	left: 50%;
	padding: 20px;
	border-top: 1px solid rgba(255,255,255,0.3);
	z-index: 10;
}

.mod_newsteaser_v6 .info,
.mod_newsteaser_v6 .info a {
	color: rgb(255,255,255);
	font-size: 0.75rem;
	text-transform: uppercase;
}

.mod_newsteaser_v6 .author {
	display: inline-block;
	margin-right: 25px;
}

.mod_newsteaser_v6 .author:before {
	font-family:FontAwesome;
	content: "\f007";
	margin-right: 5px;
}

.mod_newsteaser_v6 time {
	display: inline-block;
	margin-right: 25px;
}

.mod_newsteaser_v6 time:before {
	font-family:FontAwesome;
	content: "\f017";
	margin-right: 5px;
}

.mod_newsteaser_v6 .comments {
	display: inline-block;
}

.mod_newsteaser_v6 .comments:before {
	font-family:FontAwesome;
	content: "\f0e5";
	margin-right: 5px;
}

.mod_newsteaser_v6 .swiper-button-next,
.mod_newsteaser_v6 .swiper-button-prev {
	margin-top: -45px;
}

/* =============================================================================
 * mod_newsteaser_v7
 * ========================================================================== */

.newsteaser_v7 .item-inside {
	position: relative;
	overflow: hidden;
}

.newsteaser_v7 h5 {
	margin-top: 20px;
	margin-bottom: 20px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.newsteaser_v7 .date {
	border-top: 1px solid rgba(141,141,141,.4);
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 0.75rem;
}

.newsteaser_v7 .date:before {
	font-family:FontAwesome;
	content: "\f133";
	margin-right: 5px;
}

.newsteaser_v7 .item-overlay {
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(0,0,0,0.7);
	transition: top 0.3s ease;
	-webkit-transition: top 0.3s ease;
	line-height: 1.5;
}

.newsteaser_v7 .item-overlay-inside {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: rgb(255,255,255);
	padding: 30px;
}

.newsteaser_v7:hover .item-overlay {
	top: 0;
}

.newsteaser_v7 .item-overlay img {
	width: auto;
}

/* =============================================================================
 * mod_newsteaser_v8
 * ========================================================================== */

.newsteaser_v8 {
	height: 8rem;
	overflow: hidden;
	border-bottom: 1px solid rgb(220,220,220);
	position: relative;
}

.newsteaser_v8 .newsteaser_v8_content {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	text-align: center;
}

.newsteaser_v8:hover .newsteaser_v8_content {
	top: -150%;
}

.newsteaser_v8 .item-overlay {
	position: absolute;
	top: 150%;
	left: 0%;
	width: 100%;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	padding-top: 20px;
}

.newsteaser_v8 .item-overlay .item-overlay-inside {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.newsteaser_v8:hover .item-overlay {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	overflow: hidden;
}

.newsteaser_v8 .image_container {
	width: 80px;
	float: left;
}

.newsteaser_v8 .image_container img {
	border-radius: 100%;
}

.newsteaser_v8 .item-overlay-right {
	float: right;
	width: calc(100% - 150px);
}

.newsteaser_v8 p {
	margin-bottom: 8px;
}

.newsteaser_v8 h6 {
	margin-bottom: 15px;
}

.newsteaser_v8 .date,
.newsteaser_v8 .author {
	margin-right: 10px;
}

.newsteaser_v8 .date,
.newsteaser_v8 .comments {
	color: rgb(160,160,160);
}

.newsteaser_v8 .item-info {
	font-size: 0.9rem;
}

/* =============================================================================
 * portfolio grid-sizer
 * ========================================================================== */

.portfolio-col2 .grid-sizer {
	width: calc(100% / 2);
}

.portfolio-col3 .grid-sizer {
	width: calc(100% / 3);
}

.portfolio-col4 .grid-sizer {
	width: calc(100% / 4);
}

/* =============================================================================
 * mod_portfoliolist helper class
 * ========================================================================== */

.mod_portfoliolist .item.hidden {
	display: none;
}

/* =============================================================================
 * mod_portfoliolist v1
 * ========================================================================== */

.mod_portfoliolist .item {
	overflow: hidden;
}

.mod_portfoliolist.portfolio-col2 .item {
	width: calc(100% / 2);
}

.mod_portfoliolist.portfolio-col3 .item {
	width: calc(100% / 3);
}

.mod_portfoliolist.portfolio-col4 .item {
	width: calc(100% / 4);
}

.mod_portfoliolist .item .image_container a {
	display: block;
}

.mod_portfoliolist .item a,
.mod_portfoliolist:not(.portfolio-v2) .item .title {
	color: rgb(255,255,255);
}

.mod_portfoliolist .item .title {
	margin-bottom: 7px;
	font-weight: bold;
}

.mod_portfoliolist .item .subline {
	background: rgb(150,150,150);
	padding: 1px 8px;
	border-radius: 3px;
	color: rgb(255,255,255);
	line-height: 1.4;
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.9rem;
}

.mod_portfoliolist .item .info {
	position: absolute;
	z-index: 10;
	left: 20px;
	top: -100%;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_portfoliolist .item:hover .info {
	top: 20px;
}

.mod_portfoliolist .item .overflow-layer {
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}

.mod_portfoliolist .item:hover .overflow-layer {
	opacity: 0.9;
}

.mod_portfoliolist .item .linkbar {
	overflow: hidden;
	text-align: center;
	position: absolute;
	z-index: 20;
	bottom: -56px;
	height: 0;
	width: 100%;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_portfoliolist .item:hover .linkbar {
	bottom: 0;
	height: 56px;
}

.mod_portfoliolist .item .linkbar a {
	width: 50%;
	float: left;
	padding: 20px 10px;
	background: rgb(150,150,150);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	opacity: 0.95;
}

.mod_portfoliolist .item .linkbar a:hover {
	color: rgb(150,150,150);
	background: rgba(255,255,255,0.9);
}

.mod_portfoliolist .item .linkbar a.zoom {
	border-right: 1px solid rgba(255,255,255,0.2);
}

.mod_portfoliolist .item .linkbar i {
	display: inline-block;
	font-size: 16px;
}

.mod_portfoliolist .item .image_container img {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_portfoliolist .item:not(.no_more_link):hover .image_container img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}

.mod_portfoliolist.hide-linkbar .item .linkbar {
	display: none;
}

.mod_portfoliolist.hide-zoom .item .linkbar a.zoom {
	display: none;
}

.mod_portfoliolist.hide-zoom .item .linkbar a {
	width: 100%;
}

.mod_portfoliolist .swiper-slide {
	width: 33.33%;
}

.mod_portfoliolist .swiper-button-next,
.mod_portfoliolist .swiper-button-prev {
	margin-top: -35px;
}

.mod_portfoliolist.margins {
	margin-left: -10px;
	margin-right: -10px;
}

.mod_portfoliolist.margins .item {
	border: 10px solid transparent;
}

/* =============================================================================
 * mod_portfoliolist v2
 * ========================================================================== */

.mod_portfoliolist.portfolio-v2 {
	margin-left: -10px;
	margin-right: -10px;
}

.mod_portfoliolist.portfolio-v2 .item {
	border: 10px solid transparent;
	margin-bottom: 15px;
}

.mod_portfoliolist.portfolio-v2 .item .title {
	font-size: 1.1rem;
	font-weight: bold;
}

.mod_portfoliolist.portfolio-v2 .item .info {
	position: static;
	padding: 20px 0;
}

.mod_portfoliolist.portfolio-v2 .item .linkbar {
	top: -56px;
	left: 5px;
	right: 5px;
	width: auto;
}

.mod_portfoliolist.portfolio-v2 .item .linkbar a {
	opacity: 1;
}

.mod_portfoliolist.portfolio-v2.portfolio-col4 .item .linkbar a {
	padding: 10px;
}

.mod_portfoliolist.portfolio-v2 .item .linkbar a:hover {
	opacity: 1;
	background: rgb(255,255,255);
}

.mod_portfoliolist.portfolio-v2 .item:hover .linkbar {
	top: 5px;
}

.mod_portfoliolist.portfolio-v2 .image_container_inside {
	overflow: hidden;
	position: relative;
	border: 5px solid rgb(248,248,248);
}

.mod_portfoliolist.portfolio-v2 .item .overflow-layer {
	display: none;
}

.mod_portfoliolist.portfolio-v2:not(.hide-linkbar).item:not(.no_more_link) :hover .image_container img {
	-webkit-filter: none;
	filter: none;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
}

/* =============================================================================
 * mod_portfoliolist col1
 * ========================================================================== */

.mod_newslist .portfolio-col1.isotope {
	margin-left: 0;
	margin-right: 0;
}

.mod_portfoliolist.portfolio-col1 .portfolio-col1-inside {
	display: table;
	width: 100%;
}

.mod_portfoliolist.portfolio-col1 .item {
	border-top: 1px solid rgb(220,220,220);
	width: 100%;
}

.mod_portfoliolist.portfolio-col1 .content {
	width: 40%;
	display: table-cell;
	vertical-align: middle;
	padding: 30px;
	background: rgb(255,255,255);
}

.mod_portfoliolist.portfolio-col1 .image_container {
	width: 60%;
	display: table-cell;
	overflow: hidden;
}

.mod_portfoliolist.portfolio-col1-inside {
		display: table;
}

.mod_portfoliolist.portfolio-col1 .image_container:before {
	content: '';
	top: 50%;
	left: -10px;
	margin-top: -10px;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: rgb(255,255,255);
    position: absolute;
    height: 20px;
    width: 20px;
     z-index: 100;
}

.mod_portfoliolist.portfolio-col1 .item a {
	color: inherit;
	position: static;
	margin: 0;
	width: auto;
	height: auto;
	text-align: left;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	overflow: hidden;
}

.mod_portfoliolist.portfolio-col1 .item:hover .image_container img {
	-webkit-filter: none;
	filter: none;
	transform: none;
	-webkit-transform: none;
}

.mod_portfoliolist.portfolio-col1 .item .content ul {
	padding-left: 25px;
	margin-top: 25px;
}

.mod_portfoliolist.portfolio-col1 .item .content ul li {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.mod_portfoliolist.portfolio-col1 .item .content ul li:before {
	font-family: FontAwesome;
	content: "\f00c";
	margin-left: -26px;
	margin-right: 10px;
	width: 26px;
}
.mod_portfoliolist.portfolio-col1 .item .content ul li:after {
	content: "";
	width: 70px;
	height: 1px;
	background: rgba(0,0,0,.08);
	position: absolute;
	left: -26px;
	bottom: -11px;
}

/* =============================================================================
 * mod_portfoliolist_v3
 * ========================================================================== */

.mod_portfoliolist_v3 {
	margin-left: -10px;
	margin-right: -10px;
}

.mod_portfoliolist_v3 .item {
	overflow: hidden;
}

.mod_portfoliolist_v3.portfolio-col4 {
	margin-left: -5px;
	margin-right: -5px;
}

.mod_portfoliolist_v3 .item {
	width: 33.333%;
	border: 10px solid transparent;
}

.mod_portfoliolist_v3.portfolio-col2 .item {
	width: calc(100% / 2);
}

.mod_portfoliolist_v3.portfolio-col3 .item {
	width: calc(100% / 3);
}

.mod_portfoliolist_v3.portfolio-col4 .item {
	width: calc(100% / 4);
}

.mod_portfoliolist_v3 .item .content {
	position: absolute;
	bottom: 15px;
	margin: 0 15px;
	background: rgb(255,255,255);
	left: 0;
	right: 0;
}

.mod_portfoliolist_v3.portfolio-col4 .item {
	border-width: 5px;
}

.mod_portfoliolist_v3.portfolio-col4 .item .content {
	margin: 0 5px;
	bottom: 5px;
}

.mod_portfoliolist_v3 .item .title {
	margin-bottom: 0;
	float: left;
	font-size: 1rem;
	line-height: 1;
	margin-right: 10px;
	margin-bottom: 4px;
	font-weight: bold;
}

.mod_portfoliolist_v3 .item .subline {
	float: right;
	font-size: 1rem;
	line-height: 1;
	padding-left: 10px;
	border-left: 1px solid rgb(220,220,220);
}

.mod_portfoliolist_v3 .item .info {
	overflow: hidden;
	padding: 5%;
}

.mod_portfoliolist_v3.portfolio-col4 .item h5 {
	float: none;
	margin-bottom: 3px;
}

.mod_portfoliolist_v3.portfolio-col4 .item .subline {
	float: none;
	border: 0;
	padding-left: 0;
	margin-left: 0;
}

.mod_portfoliolist_v3 .item img {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_portfoliolist_v3 .item:hover img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	transform: scale(1.1,1.1);
}

/* =============================================================================
 * mod_portfoliolist_v4
 * ========================================================================== */

.mod_portfoliolist_v4.portfolio-col2 .item {
	width: 50%;
}

.mod_portfoliolist_v4.portfolio-col3 .item {
	width: 33.33%;
}

.mod_portfoliolist_v4.portfolio-col4 .item {
	width: 25%;
}

.mod_portfoliolist_v4.margins {
	margin-left: -10px;
	margin-right: -10px;
}

.mod_portfoliolist_v4.margins .item {
	border: 10px solid transparent;
}

@media only screen and (min-width: 768px) and (max-width: 970px) {
	.mod_portfoliolist_v4.portfolio-col3 .item,
	.mod_portfoliolist_v4.portfolio-col4 .item,
	.mod_portfoliolist_v4.portfolio-col3 .grid-sizer,
	.mod_portfoliolist_v4.portfolio-col4 .grid-sizer {
		width: 50%;
	}
}

.mod_portfoliolist_v4 .item a {
	color: #fff;
	height: 100%;
	display: block;
	line-height: 1.4rem;
}

.mod_portfoliolist_v4 .item figure {
	background: rgb(0,0,0);
	overflow: hidden;
}

.mod_portfoliolist_v4 .item .image_container {
	margin-bottom: 0;
}

.mod_portfoliolist_v4 .item figure img {
	max-width: none;
	width: 100%;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	backface-visibility: hidden;
	opacity: 1;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_portfoliolist_v4 .item figure:hover img {
	opacity: 0.3;
	transform: scale3d(1.1,1.1,1);
	-webkit-transform: scale3d(1.1,1.1,1);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_portfoliolist_v4 .item figure .content {
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_portfoliolist_v4 .item a {
	border-radius: 100%;
	background: rgba(255,255,255,0.15);
	color: #fff;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 1.467rem;
	line-height: 70px;
	position: absolute;
	top: 30%;
	margin-top: -70px;
	left: 50%;
	margin-left: -35px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_portfoliolist_v4 .item figure:hover a {
	top: 50%;
}

.mod_portfoliolist_v4 .item a:hover {
	background: rgb(152,152,152);
}

.mod_portfoliolist_v4 .info {
	position: absolute;
	line-height: 1.3;
	left: 0;
	bottom: -10%;
	width: 100%;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_portfoliolist_v4 .item figure:hover .info {
	bottom: 20%;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_portfoliolist_v4 .item figure h1,
.mod_portfoliolist_v4 .item figure h2,
.mod_portfoliolist_v4 .item figure h3,
.mod_portfoliolist_v4 .item figure h4,
.mod_portfoliolist_v4 .item figure h5,
.mod_portfoliolist_v4 .item figure h6 {
	position: relative;
	overflow: hidden;
	color: #fff;
	margin-bottom: 0;
	text-overflow: ellipsis;
	display: block;
	text-align: center;
}

.mod_portfoliolist_v4 .item figure p {
	padding: 1em 0;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-ransition: opacity 0.35s, transform 0.35s;
	transform: translate3d(100%,0,0);
	-webkit-transform: translate3d(100%,0,0);
}
.mod_portfoliolist_v4 .item:hover figure p {
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

.mod_portfoliolist_v4 .item:hover .content {
	opacity: 1;
}

.mod_portfoliolist_v4 .item .title {
	font-weight: bold;
}

/* =============================================================================
 * mod_portfoliolist_v5
 * ========================================================================== */

.mod_portfoliolist_v5 {
	margin: 5px;
}

.mod_portfoliolist_v5 .item {
	overflow: hidden;
}

.mod_portfoliolist_v5.portfolio-col2 .item {
	width: calc(100% / 2);
}

.mod_portfoliolist_v5.portfolio-col3 .item {
	width: calc(100% / 3);
}

.mod_portfoliolist_v5.portfolio-col4 .item {
	width: calc(100% / 4);
}

.mod_portfoliolist_v5.portfolio-col2 .item.wide {
	width: 100%;
}

.mod_portfoliolist_v5.portfolio-col3 .item.wide {
	width: calc(100% / 3  * 2);
}

.mod_portfoliolist_v5.portfolio-col4 .item.wide {
	width: calc(100% / 2);
}

.mod_portfoliolist_v5 .item.tall {
	height: 500px;
}

.mod_portfoliolist_v5 .item {
	height: 250px;
	border: 5px solid rgba(0, 0, 0, 0);
}

.mod_portfoliolist_v5.height-m .item {
	height: 300px;
}

.mod_portfoliolist_v5.height-m .item.tall {
	height: 600px;
}

.mod_portfoliolist_v5.height-l .item {
	height: 400px;
}

.mod_portfoliolist_v5.height-l .item.tall {
	height: 800px;
}

.mod_portfoliolist_v5 .item a {
	color: #fff;
	height: 100%;
	width: 100%;
	display: block;
}

.mod_portfoliolist_v5 .item .image {
	background-position: center center;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.mod_portfoliolist_v5 .item .image:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}

.mod_portfoliolist_v5 .item:hover .image:after {
	opacity: 1;
}

.mod_portfoliolist_v5 .item .info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 25px;
}

.mod_portfoliolist_v5 .item .info .title {
	font-weight: bold;
	color: rgb(255,255,255);
	margin-left: -100%;
	opacity: 0;
	margin-bottom: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_portfoliolist_v5 .item .info .subline {
	color: rgb(255,255,255);
	margin-left: -100%;
	opacity: 0;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
}

.mod_portfoliolist_v5 .item:hover .info .title,
.mod_portfoliolist_v5 .item:hover .info .subline {
	margin-left: 0;
	opacity: 1;
}

/* =============================================================================
 * mod_portfoliolist_v6
 * ========================================================================== */

.mod_portfoliolist_v6.isotope {
	margin-left: 0;
	margin-right: 0;
}

 .mod_portfoliolist_v6 .item {
 	overflow: hidden;
 }

.mod_portfoliolist_v6.portfolio-col2 .item {
	width: 50%;
}

.mod_portfoliolist_v6.portfolio-col3 .item {
	width: 33.33%;
}

.mod_portfoliolist_v6.portfolio-col4 .item {
	width: 25%;
}

.mod_portfoliolist_v6.portfolio-col2 .item.wide {
	width: 100%;
}

.mod_portfoliolist_v6.portfolio-col3 .item.wide {
	width: 66.56%;
}

.mod_portfoliolist_v6.portfolio-col4 .item.wide {
	width: 50%;
}

.mod_portfoliolist_v6 .item.tall {
	height: 500px;
}

.mod_portfoliolist_v6 .item {
	height: 250px;
}

.mod_portfoliolist_v6 .item a {
	color: #fff;
	height: 100%;
	width: 100%;
	display: block;
}

.mod_portfoliolist_v6 .item .image {
	background-position: center center;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.mod_portfoliolist_v6 .item .image:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}

.mod_portfoliolist_v6 .item:hover .image:after {
	opacity: 1;
}

.mod_portfoliolist_v6 .item .info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 25px;
}

.mod_portfoliolist_v6 .item .info .title {
	color: rgb(255,255,255);
	margin-left: -100%;
	opacity: 0;
	margin-bottom: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	font-weight: bold;
}

.mod_portfoliolist_v6 .item .info .subline {
	color: rgb(255,255,255);
	margin-left: -100%;
	opacity: 0;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
}

.mod_portfoliolist_v6 .item:hover .info .title,
.mod_portfoliolist_v6 .item:hover .info .subline {
	margin-left: 0;
	opacity: 1;
}

/* =============================================================================
 * mod_portfoliolist_v7
 * ========================================================================== */

.mod_portfoliolist_v7.isotope {
	margin-left: -15px;
	margin-right: -15px;
	overflow: visible!important;
}

.mod_portfoliolist_v7 .item,
.mod_portfoliolist_v7.portfolio-col2 .item {
	width: calc(100% / 2);
}

.mod_portfoliolist_v7.portfolio-col3 .item {
	width: calc(100% / 3);
}

.mod_portfoliolist_v7.portfolio-col4 .item {
	width: calc(100% / 4);
}

@media only screen and (min-width: 768px) and (max-width: 970px) {
	.mod_portfoliolist_v7.portfolio-col3 .item,
	.mod_portfoliolist_v7.portfolio-col4 .item,
	.mod_portfoliolist_v7.portfolio-col3 .grid-sizer,
	.mod_portfoliolist_v7.portfolio-col4 .grid-sizer {
		width: 50%;
	}
}

.mod_portfoliolist_v7 .item {
	border: 15px solid transparent;
	background: rgb(255,255,255);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_portfoliolist_v7 .item:hover {
	box-shadow: 0 70px 70px rgba(0,0,0,.2);
	border-color: rgb(255,255,255);
	z-index: 100;
}

.mod_portfoliolist_v7 .item .title {
	font-weight: bold;
	margin-bottom: 0;
}

.mod_portfoliolist_v7 .comments {
	position: absolute;
	z-index: 10;
	top: 10px;
	background: rgb(50,50,50);
	color: rgb(255,255,255);
	opacity: 0.9;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}

.mod_portfoliolist_v7 .comments:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	border-top: 3px solid rgb(50,50,50);
	border-left: 3px solid rgb(50,50,50);
	border-bottom: 3px solid transparent;
	border-right: 3px solid transparent;
}

.mod_portfoliolist_v7 .image {
	overflow: hidden;
	line-height: 0;
	margin-bottom: 15px;
}

.mod_portfoliolist_v7 .image img {
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
}

.mod_portfoliolist_v7 .item:hover .image img {
	transform: scale(1.05);
}

.mod_portfoliolist_v7 .subline {
	background: rgb(50,50,50);
	padding: 7px 15px;
	display: inline-block;
	font-size: 0.9rem;
	line-height: 1;
	color: rgb(255,255,255);
	margin-bottom: 10px;
}

.mod_portfoliolist_v7 .teaser {
	color: rgb(100,100,100);
	overflow: hidden;
	max-height: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_portfoliolist_v7 .item:hover .teaser {
	margin-top: 15px;
	max-height: 500px;
}

.mod_portfoliolist_v7 .item-bottom {
	border-top: 1px dotted rgb(214, 214, 214);
	border-bottom: 1px dotted rgb(214, 214, 214);
	padding: 7px 0;
	margin-top: 20px;
	overflow: hidden
}

.mod_portfoliolist_v7 .item-bottom a {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2.5rem;
	font-size: 0.9rem;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_portfoliolist_v7 .item:hover .item-bottom a {
	color: rgb(140,140,140);
}

.mod_portfoliolist_v7 .item-bottom .date {
	float: right;
	display: inline-block;
	border-radius: 20px;
	background: rgb(246, 246, 246);
	padding: 5px 15px;
	font-size: 0.8rem;
	text-transform: uppercase;
}

/* =============================================================================
 * mod_portfoliolist_v8
 * ========================================================================== */

.mod_portfoliolist_v8.portfolio-col2 .item {
	width: calc(100% / 2);
}

.mod_portfoliolist_v8.portfolio-col3 .item {
	width: calc(100% / 3);
}

.mod_portfoliolist_v8.portfolio-col4 .item {
	width: calc(100% / 4);
}

.mod_portfoliolist_v8.isotope {
	margin-left: 0;
	margin-right: 0;
}

.mod_portfoliolist_v8.margins {
	margin-left: -10px;
	margin-right: -10px;
}

.mod_portfoliolist_v8.margins .item {
	border: 10px solid transparent;
}

.mod_portfoliolist_v8 .item {
	padding-right: 1px;
	padding-bottom: 1px;
	background: rgb(0,0,0);
}

.mod_portfoliolist_v8 .item .title {
	font-weight: bold;
}

.mod_portfoliolist_v8 .item a {
	color: #fff;
	height: 100%;
	display: block;
	line-height: 1.4rem;
	z-index: 10;
	position: relative;
}

.mod_portfoliolist_v8 .item figure {
	background: rgb(0,0,0);
	overflow: hidden;
}

.mod_portfoliolist_v8 .item .image_container {
	margin-bottom: 0;
}

.mod_portfoliolist_v8 .item figure img {
	max-width: none;
	width: 100%;
	opacity: 1;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_portfoliolist_v8 .item figure:hover img {
	opacity: 0.3;
	transform: scale3d(1.1,1.1,1);
	-webkit-transform: scale3d(1.1,1.1,1);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_portfoliolist_v8 .item figure .content {
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: rgb(255,255,255);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_portfoliolist_v8 .item a.linkbar-link {
	background: rgba(255,255,255,0.15);
	color: #fff;
	width: 46px;
	height: 46px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 46px;
	position: absolute;
	top: 30%;
	left: 0;
	transition: All 0.6s ease;
	-webkit-transition: All 0.6s ease;
}

.mod_portfoliolist_v8 .item figure:hover a.more {
	top: 0;
}

.mod_portfoliolist_v8 .item figure:hover a.zoom {
	top: 47px;
}

.mod_portfoliolist_v8.hide-zoom .item figure a.zoom {
	display: none;
}

.mod_portfoliolist_v8.hide-linkbar .item figure a.linkbar-link {
	display: none;
}

.mod_portfoliolist_v8 .item a.linkbar-link:hover {
	background: rgb(255,255,255);
}

.mod_portfoliolist_v8 .item a.linkbar-link:hover i {
	color: rgb(0,0,0)!important;
}

.mod_portfoliolist_v8 .info {
	position: absolute;
	line-height: 1.3;
	left: -100%;
	bottom: 10%;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_portfoliolist_v8 .item figure:hover .info {
	left: 46px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_portfoliolist_v8 .subline {
	text-overflow: ellipsis;
	font-size: 0.9rem;
}

.mod_portfoliolist_v8 .item figure h1,
.mod_portfoliolist_v8 .item figure h2,
.mod_portfoliolist_v8 .item figure h3,
.mod_portfoliolist_v8 .item figure h4,
.mod_portfoliolist_v8 .item figure h5,
.mod_portfoliolist_v8 .item figure h6 {
	position: relative;
	overflow: hidden;
	color: #fff;
	margin-bottom: 0;
	text-overflow: ellipsis;
}

.mod_portfoliolist_v8 .item figure p {
	padding: 1em 0;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-ransition: opacity 0.35s, transform 0.35s;
	transform: translate3d(100%,0,0);
	-webkit-transform: translate3d(100%,0,0);
}
.mod_portfoliolist_v8 .item:hover figure p {
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

.mod_portfoliolist_v8 .item:hover .content {
	opacity: 1;
}

.mod_portfoliolist_v8 .swiper-slide {
	width: 33.33%;
}

.mod_portfoliolist_v8 .swiper-button-next,
.mod_portfoliolist_v8 .swiper-button-prev {
	margin-top: -35px;
}

/* =============================================================================
 * helper class hide-subline
 * ========================================================================== */
[class^="mod_portfoliolist"].hide-subline .subline {
	display: none!important;
}

/* =============================================================================
 * mod_portfolioteaser
 * ========================================================================== */

.mod_portfoliolist.swiper-container {
	overflow: visible;
}

.mod_portfoliolist.teaser .swiper-pagination {
	display: none;
}

.mod_portfoliolist.teaser .swiper-button-next,
.mod_portfoliolist.teaser .swiper-button-prev {
	opacity: 0.7!important;
}

.mod_portfoliolist .item.portfoliolist_onepage .content {
	height: 0;
}

.mod_portfoliolist .swiper-wrapper {
	padding-bottom: 0;
}

/* =============================================================================
 * mod_portfoliolist_teaser_2
 * ========================================================================== */

.mod_portfoliolist_teaser_2 .content,
.mod_portfoliolist_teaser_2 .image_container {
	float: left;
	width: 50%;
}

.mod_portfoliolist_teaser_2 .item {
	background: rgba(0,0,0,0.1);
}

.mod_portfoliolist_teaser_2 .item .content {
	padding: 50px;
}

.mod_portfoliolist_teaser_2 .item .subline {
	font-weight: bold;
	font-size: 1.2rem;
}

.mod_portfoliolist_teaser_2 .item .teaser {
	margin-top: 25px;
}

.mod_portfoliolist_teaser_2 .item .title {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 1.7rem;
}

.mod_portfoliolist_teaser_2 .item .hyperlink {
	margin-top: 25px;
	background: rgba(0,0,0,0.3);
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 0.85rem;
	font-weight: bold;
}

.mod_portfoliolist_teaser_2 .item .hyperlink a {
	color: rgb(255,255,255);
}

.mod_portfoliolist_teaser_2 .swiper-button-next,
.mod_portfoliolist_teaser_2 .swiper-button-prev {
	margin-top: -40px;
}

/* =============================================================================
 * mod_portfoliolist_demos
 * ========================================================================== */

.mod_portfoliolist_demos .item {
	width: 33.3%;
	border: 10px solid transparent;
	float: left;
	min-height: 475px;
}

.mod_portfoliolist_demos .item .content {
	padding: 15px;
	background: rgb(255,255,255);
}

.mod_portfoliolist_demos .item h5 {
	margin-bottom: 0;
	float: left;
	font-size: 1rem;
	line-height: 1;
	margin-right: 10px;
	margin-bottom: 4px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_portfoliolist_demos .item .subline {
	float: left;
	font-size: 1rem;
	line-height: 1;
	padding-left: 10px;
	border-left: 1px solid rgb(220,220,220);
}

.mod_portfoliolist_demos .item .info {
	overflow: hidden;
	padding: 10px;
}

.mod_portfoliolist_demos.portfolio-col4 .item h5 {
	float: none;
	margin-bottom: 3px;
}

.mod_portfoliolist_demos.portfolio-col4 .item .subline {
	float: none;
	border: 0;
	padding-left: 0;
	margin-left: 0;
}

.mod_portfoliolist_demos.portfolio-col4 .item .info {
	padding: 15px;
}

.mod_portfoliolist_demos .item .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}

.mod_portfoliolist_demos .item .image_container:hover a .overlay {
	opacity: 0.9;
}

.mod_portfoliolist_demos .item .image_container {
	border: 1px solid rgba(0,0,0,0.1);
}

.mod_portfoliolist_demos .item a i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	background: rgba(255,255,255,1);
	height: 40px;
	width: 40px;
	transform: scale(0);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-webkit-backface-visibility: hidden;
}

.mod_portfoliolist_demos .item a i:before {
	content: '';
	width: 30px;
	height: 1px;
	background: rgb(80,80,80);
	position: absolute;
	top: 50%;
	margin-left: -15px;
	left: 50%;
}

.mod_portfoliolist_demos .item a i:after {
	content: '';
	width: 30px;
	height: 1px;
	background: rgb(80,80,80);
	position: absolute;
	top: 50%;
	margin-left: -15px;
	left: 50%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.mod_portfoliolist_demos .item .image_container:hover a i {
	transform: scale(1);
	-webkit-transform: scale(1);
}

/* =============================================================================
 * events - timeline
 * ========================================================================== */

.js-cd-h-timeline {
	margin-top: 0;
	margin-bottom: 0;
}

.js-cd-h-timeline .timeline {
	width: 100%;
	max-width: 100%;
}

.js-cd-h-timeline .event {
	display: flex;
	flex-wrap: wrap;
	margin: 2em 0;
}

.js-cd-h-timeline .event-content {
	padding-right: 2%;
}

.js-cd-h-timeline .events-content li {
	padding: 0;
}

.js-cd-h-timeline .event-content,
.js-cd-h-timeline .image_container {
	flex: 0 0 50%;
}

.js-cd-h-timeline .image_container {
	padding-left: 2%;
}

.js-cd-h-timeline .event_item {
	overflow: hidden;
}

.js-cd-h-timeline .info {
	color: rgb(120,120,120);
	font-size: 0.8rem;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: inline-block;
	border-top: 1px solid rgb(240,240,240);
	border-bottom: 1px solid rgb(240,240,240);
	padding: 5px 0;
}

.js-cd-h-timeline .ce_text p {
	line-height: 1.7;
}

.js-cd-h-timeline time,
.js-cd-h-timeline .location {
	display: inline-block;
}

.js-cd-h-timeline .location {
	margin-left: 10px;
}

.js-cd-h-timeline time:before {
	font-family: "FontAwesome";
	content: "\f133";
	margin-right: 4px;
}

.js-cd-h-timeline .location:before {
	font-family: "FontAwesome";
	content: "\f124";
	margin-right: 4px;
}

.js-cd-h-timeline .ce_text em {
	font-size: 1.3rem;
}

.js-cd-h-timeline .more {
	margin-top: 10px;
}

.js-cd-h-timeline .more a {
	display: inline-block;
	background: rgb(240,240,240);
	padding: 8px 15px;
	border-radius: 3px;
	font-size: 0.85rem;
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(255,255,255);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.js-cd-h-timeline .more a:hover {
	background: rgb(50,50,50);
}

.js-cd-h-timeline .events a {
	font-size: 1rem;
}

.js-cd-h-timeline .events a:after {
	bottom: -7px;
}

/* =============================================================================
 * forms
 * ========================================================================== */

input,
textarea,
select {
  padding:10px;
  background-color: rgba(255,255,255,0.5);
  border:1px solid rgba(0,0,0,0.2);
  transition:all 0.15s linear 0s;
  width: 100%;
  font-family: inherit;
}

body.ie input.upload::-ms-value {
  padding:10px;
  background-color:#fff;
  border:1px solid #eee;
  transition:all 0.15s linear 0s;
  width: 100%;
}

label {
	margin-bottom: 3px;
}

form .widget input,
form .widget textarea,
form .widget select {
	width: 100%;
}

textarea {
	height: 400px;
}

input:hover:not([type="submit"]),
button:hover:not([type="submit"]),
textarea:hover {
	 border:1px solid rgb(153,153,153);
}

input:focus,
textarea:focus {
  background-color:#fff;
  border:1px solid rgb(152,152,152);
  border-radius:0;
}

form .checkbox_container {
	overflow: hidden;
	margin-bottom: 2px;
}

input.checkbox {
	margin-right: 5px;
}

input.checkbox,
input.captcha {
	width: auto!important;
}

form div.widget {
  margin-bottom:20px;
}

form fieldset {
  padding:10px;
  border: 1px solid rgba(0,0,0,0.2);
}

form.no-border fieldset {
	padding: 0;
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.2);
}

form.no-border fieldset legend {
	margin-bottom: 25px;
}

form.no-border fieldset.checkbox_container {
	border: 0;
}

form fieldset {
  margin-bottom:20px;
}

form fieldset.hidden {
	display: none;
}

form fieldset legend {
	width:auto;
	padding-right:10px;
	padding-left:10px;
	background-color:rgb(152,152,152);
	color:#fff;
}

form select {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
	background-position: center right;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	line-height: 1;
	height: 48px;
	padding: 5px 35px 5px 10px;
	border:1px solid rgba(0,0,0,0.2);
	border-radius: 0;
}

.firefox form select {
	height: 49px;
}

form select option {
	padding-right:10px;
	padding-left:10px;
}

form select.multiselect option {
	padding-right:0;
	padding-left:0;
}

form textarea {
	font-family: inherit;
}

form .checkbox_container span,
form .widget-radio span {
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
}

form .widget-radio input {
	width: auto;
	margin-right: 5px;
	margin-left: 3px;
}

form .widget-radio label {
	width: auto;
}

form span.mandatory {
  color:#f00;
  display: inline;
}

form .captcha_text {
	margin: 10px 0 15px 15px;
	color: red;
}

form p.error {
	color: red;
}

.android .widget-radio label,
.android .widget-checkbox label {
	position: relative;
	top: -3px;
}

.ios input[type=checkbox],
.ios input[type=radio] {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}

.ie form .widget-radio input,
.ie form .widget-checkbox input {
	border: 0;
}

/* =============================================================================
 * submit input
 * ========================================================================== */

input.submit,
button.submit {
	display: inline-block;
	padding: 15px 20px;
	cursor:pointer;
	transition:all 0.2s ease-out 0s;
	width: auto;
	background: rgb(152,152,152);
	color: #fff;
	border-radius: 3px;
	font-weight: bold;
	font-size: 0.8rem;
	min-width: 140px;
	text-align: center;
	position: relative;
	-webkit-appearance: none;
}

input.submit[type="submit"]:hover,
button.submit[type="submit"]:hover {
	background: rgba(152,152,152,0.9);
}

input.submit.fa,
button.submit.fa,
form div.widget.fa {
	font-family:inherit;
}

input.submit.fa:before,
button.submit.fa:before {
	font-family:fontawesome; 
	margin-right: 5px;
}

/* =============================================================================
 * datepicker
 * ========================================================================== */

.autogrid_wrapper.formfield,
.autogrid_wrapper.formfield .autogrid {
	overflow: visible;
}

form div.widget {
	position: relative;
}

input.datepicker {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwMCA1MDAiIGhlaWdodD0iNTAwcHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MDAgNTAwIiB3aWR0aD0iNTAwcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxnPjxnPjxwYXRoIGQ9Ik0yMTAuNzI2LDMwMi4yNzFjMCwwLDUuNSw1LjUsMTIuNjMzLDUuNWM1LjU4NiwwLDguNzY2LTIuNzUsOC43NjYtNi4xMDIgICAgICBjMC00LjgxMy00LjgxMy02Ljc4OS0xMS40MzEtNi43ODloLTQuMjk3bC0zLjE4LTcuMzA1bDguMDc4LTkuNzExYzIuOTIyLTMuNTI0LDUuMzI5LTUuNzU4LDUuMzI5LTUuNzU4di0wLjE3MiAgICAgIGMwLDAtMS45NzcsMC40My01Ljg0NCwwLjQzaC0xNC42OTV2LTEyLjg5MWgzOC43NTl2OS4zNjdsLTEyLjQ2MSwxNC4zNTJjOS4xMSwxLjk3NywxNC44NjcsOS4xOTUsMTQuODY3LDE3Ljc5ICAgICAgYzAsMTAuNDg1LTcuMzkxLDIwLjk2OS0yMi43NzQsMjAuOTY5Yy0xMy43NTEsMC0yMC45NjktOC4wNzgtMjAuOTY5LTguMDc4TDIxMC43MjYsMzAyLjI3MXoiIGZpbGw9IiMyMzFGMjAiLz48cGF0aCBkPSJNMjU2LjE4OCwzMDguMDI5aDEzLjA2M3YtMjUuNjFjMC0yLjMyLDAuMDg2LTQuNzI3LDAuMDg2LTQuNzI3aC0wLjE3MmMwLDAtMC43NzMsMS43MTktMi40MDYsMy4yNjYgICAgICBsLTMuNjk1LDMuMzUxbC04LjY4LTkuMjgxbDE2LjU4Ni0xNS41NTVoMTIuOTc3djQ4LjU1NmgxMy4xNDl2MTIuODkxaC00MC45MDhWMzA4LjAyOXoiIGZpbGw9IiMyMzFGMjAiLz48L2c+PHBhdGggZD0iTTM0MS4zMjEsMTg2Ljc2OGgtMjIuNzczdi0xNS45NDFjMC0xNS4wNjktMTIuMjU5LTI3LjMyOC0yNy4zMjgtMjcuMzI4cy0yNy4zMjgsMTIuMjU5LTI3LjMyOCwyNy4zMjggICAgIHYxNS45NDFoLTI3Ljc4M3YtMTUuOTQxYzAtMTUuMDY5LTEyLjI1OS0yNy4zMjgtMjcuMzI4LTI3LjMyOGMtMTUuMDY5LDAtMjcuMzI4LDEyLjI1OS0yNy4zMjgsMjcuMzI4djE1Ljk0MWgtMjIuNzczICAgICBjLTQuNTI4LDAtOC4xOTgsMy42NzEtOC4xOTgsOC4xOTh2MTU0LjQwM2MwLDQuNTI4LDMuNjcxLDguMTk4LDguMTk4LDguMTk4aDE4Mi42NDJjNC41MjgsMCw4LjE5OC0zLjY3LDguMTk4LTguMTk4VjE5NC45NjYgICAgIEMzNDkuNTE5LDE5MC40MzgsMzQ1Ljg0OSwxODYuNzY4LDM0MS4zMjEsMTg2Ljc2OHogTTI4MC4yODksMTcwLjgyN2MwLTYuMDM3LDQuODk0LTEwLjkzMSwxMC45MzEtMTAuOTMxICAgICBjNi4wMzcsMCwxMC45MzEsNC44OTQsMTAuOTMxLDEwLjkzMXYzNy4xMmMwLDYuMDM3LTQuODk0LDEwLjkzMS0xMC45MzEsMTAuOTMxYy02LjAzNywwLTEwLjkzMS00Ljg5NC0xMC45MzEtMTAuOTMxVjE3MC44Mjd6ICAgICAgTTE5Ny44NDksMTcwLjgyN2MwLTYuMDM3LDQuODk0LTEwLjkzMSwxMC45MzEtMTAuOTMxYzYuMDM3LDAsMTAuOTMxLDQuODk0LDEwLjkzMSwxMC45MzF2MzcuMTIgICAgIGMwLDYuMDM3LTQuODk0LDEwLjkzMS0xMC45MzEsMTAuOTMxYy02LjAzNywwLTEwLjkzMS00Ljg5NC0xMC45MzEtMTAuOTMxVjE3MC44Mjd6IE0zMzMuMTIzLDM0MS4xNzFIMTY2Ljg3OFYyNDIuNzloMTY2LjI0NSAgICAgVjM0MS4xNzF6IiBmaWxsPSIjMjMxRjIwIi8+PC9nPjwvZz48L3N2Zz4=);
	background-size: 45px;
	background-position: right center;
	padding-right: 40px;
}

input.timepicker {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMSBUaW55Ly9FTicgICdodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS10aW55LmR0ZCc+PHN2ZyBiYXNlUHJvZmlsZT0idGlueSIgaGVpZ2h0PSIzMnB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnIGlkPSJHdWlkZXNfX3gyNl9fRm9ybXMiLz48ZyBpZD0iSWNvbnMiPjxnPjxwYXRoIGQ9Ik0xNyw4LjA1OVY2aC0ydjIuMDU5QzEwLjUwMSw4LjU1Nyw3LDEyLjM2OCw3LDE3YzAsMi4xMjUsMC43NDEsNC4wNzQsMS45NzIsNS42MTRsLTEuNDU3LDEuNDU3bDEuNDE0LDEuNDE0bDEuNDU3LTEuNDU3ICAgIEMxMS45MjYsMjUuMjU5LDEzLjg3NSwyNiwxNiwyNnM0LjA3NC0wLjc0MSw1LjYxNC0xLjk3MmwxLjQ1NywxLjQ1N2wxLjQxNC0xLjQxNGwtMS40NTctMS40NTdDMjQuMjU5LDIxLjA3NCwyNSwxOS4xMjUsMjUsMTcgICAgQzI1LDEyLjM2OCwyMS40OTksOC41NTcsMTcsOC4wNTl6IE0xNiwyNGMtMy44NjYsMC03LTMuMTM0LTctN2MwLTMuODY2LDMuMTM0LTcsNy03czcsMy4xMzQsNyw3QzIzLDIwLjg2NiwxOS44NjYsMjQsMTYsMjR6Ii8+PHBvbHlnb24gcG9pbnRzPSIxNywxMiAxNSwxMiAxNSwxNy41IDE4LjA2MiwyMC41NjIgMTkuNDc3LDE5LjE0OCAxNywxNi42NzIgICAiLz48cmVjdCBoZWlnaHQ9IjUiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAwLjcwNzEgLTAuNzA3MSAwLjcwNzEgOC4yMyAtMy40MDkpIiB3aWR0aD0iMiIgeD0iNy4yMyIgeT0iNS43MyIvPjxyZWN0IGhlaWdodD0iMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAxMi43NjQzIC0xNC40MzkxKSIgd2lkdGg9IjUiIHg9IjIxLjMxMiIgeT0iNy4xODgiLz48L2c+PC9nPjwvc3ZnPg==);
	background-size: 32px;
	background-position: right center;
	padding-right: 40px;
}

body .picker__list-item:hover,
body .picker__day--infocus:hover,
body .picker--focused .picker__day--highlighted {
	color: rgb(255,255,255);
}

body .picker__nav--next:hover,
body .picker__nav--prev:hover,
body .picker__button--close:hover,
body .picker__button--today:hover,
body .picker__button--clear:hover {
	background: rgb(240,240,240);
}

body .picker--focused .picker__day--highlighted,
body .picker__day--highlighted:hover,
body .picker__day--infocus:hover,
body .picker__day--outfocus:hover {
	opacity: 0.7;
}

body .picker--focused .picker__day--selected,
body .picker__day--selected,
body .picker__day--selected:hover,
body .picker--focused .picker__day--highlighted,
body .picker__day--highlighted:hover,
body .picker__day--infocus:hover,
body .picker__day--outfocus:hover,
body .picker--focused .picker__list-item--highlighted,
body .picker__list-item--highlighted:hover,
body .picker__list-item:hover,
body .picker__list-item--highlighted, .picker__list-item:hover {
     background-color: rgb(40,40,40);
     border-color: rgb(40,40,40);
}

body .picker__list-item--highlighted, .picker__list-item:hover {
     border-color: rgb(70,70,70);
}

/* =============================================================================
 * form_textfield_floatlabel template
 * ========================================================================== */
form div.placeholderlabel {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0 5px;
	background: rgb(255,255,255);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	opacity: 0;
	font-size: 0.95rem;
}

form div.placeholderlabel.active {
	top: -1rem;
	opacity: 1;
}

/* =============================================================================
 * lightbox
 * ========================================================================== */

#cboxContent .back {
	display:none !important;
}

/* =============================================================================
 * fullscreen-helper
 * ========================================================================== */

.fullscreen-helper {
	height: 100vh;
}

/* =============================================================================
 * scroll-padding
 * ========================================================================== */

html {
	scroll-padding: 70px 0 0 0;
}

/* =============================================================================
 * viewport pixel
 * ========================================================================== */

#viewport-pixel {
	position: fixed; 
	bottom: 0; 
	left: 0; 
	width: 100%; 
	height: 0px; 
	z-index: -1000; 
	visibility: hidden; 
	opacity: 1;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	#viewport-pixel {
		opacity: 0.75;
	} 
}

@media only screen and (max-width: 767px) {
	#viewport-pixel {
		opacity: 0.5;
	} 
}

/* =============================================================================
 * mobile
 * ========================================================================== */

@media only screen and (max-width: 767px) {

.font-size-xxxxxl,
.font-size-xxxxxl p {
	font-size: 3.5rem;
}

.font-size-xxxxl,
.font-size-xxxxl p {
	font-size: 3rem;
}

.font-size-xxxl,
.font-size-xxxl p {
	font-size: 2.333rem;
}

.font-size-xxl,
.font-size-xxl p {
	font-size: 2rem;
}

.font-size-xl,
.font-size-xl p {
	font-size: 1.533rem;
}

.font-size-l,
.font-size-l p {
	font-size: 1.467rem;
}

.font-size-m,
.font-size-m p {
	font-size: 1.2rem;
}

.font-size-s,
font-size-s p {
	font-size: 1.133rem;
}

.font-size-xs,
.font-size-xs p {
	font-size: 1.067rem;
}

.font-size-xxs,
.font-size-xxs p {
	font-size: 0.9333rem;
}

.font-size-xxxs,
.font-size-xxxs p {
	font-size: 0.8rem;
}

.font-size-xxxxs,
.font-size-xxxxs p {
	font-size: 0.7333rem;
}

.font-size-xxxxxs,
.font-size-xxxxxs p {
	font-size: 0.6667rem;
}

.hide-s {
	display: none!important;
}

.hide-mobile,
.hide_mobile,
.only-desktop,
.only_desktop {
	display: none!important;
}

.bg-none-mobile .attributes {
	background: none!important;
}

#slider {
	padding-top: 0!important;
}

.mainmenu {
	display: none;
}

#nav-open-btn {
	display: block;
}

body {
	padding: 0;
}

#wrapper {
	width: 100%;
}

#nav-open-btn {
	right: 20px;
}

.image_container {
	padding: 0;
	float: none;
}

html {
	-webkit-text-size-adjust: none;
}

table {
	font-size: 0.7333rem;
}

body.sidebar #main,
body.sidebar #right,
body.sidebar #left {
	width: 100%!important;
	margin: 0!important;
	float: none!important;
	border: 0!important;
}

body.sidebar #right,
body.sidebar #left {
	margin-top: 15px!important;
	border-top: 4px solid #ddd!important;
	width: 100%!important;
	float: none!important;
	position: static!important;
	padding-left: 0!important;
	padding-right: 0!important;
}

body.sidebar #right .inside,
body.sidebar #left .inside {
	padding-top: 0;
	padding-bottom: 0;
}

body.sidebar #container {
	padding-left: 0!important;
	padding-right: 0!important;
}

.subnav {
	display: none;
}

.ce_gallery .gallery-margin .image_container {
	margin-bottom: 10px;
}

.ce_gallery [class*='cols_'] li {
	width: 49.8%;
}

.ce_gallery .borders li,
.ce_gallery .borders li.col_last {
	border-right: 1px solid transparent;
	width: 50%;
}

.ce_gallery .borders li.row_last {
	border-bottom: 1px solid rgb(229,229,229);
}

.ce_gallery .borders li:nth-child(odd) {
	border-right: 1px solid rgb(229,229,229);
}

.mod_calendar table {
	font-size: 0.4667rem;
}

.mod_subscribe input {
	width: 100%;
	margin-bottom: 10px;
}

.mod_registration label, .mod_registration input, .mod_registration .submit_container input, .mod_registration .submit_container button, .mod_registration .captcha_text {
	width: 100%;
	margin: 0;
}

.mod_registration .captcha_text {
	margin: 10px 0 15px 0;
}

.mod_registration p.error {
	margin-left: 0;
}

form .captcha_text {
	line-height: 1em;
}

.mod_search input,
.mod_search button,
.mod_search .widget-text,
.mod_search .widget-submit {
	width: 100%!important;
	float: none;
	margin-bottom: 5px;
	margin-left: 0!important;
}

.more a {
	padding: 2px 5px;
	font-size: 80%;
}

.mod_faqpage section {
	width: 100%;
	padding: 20px;
}

#slider .slider-control a.slider-next:after,
#slider .slider-control a.slider-prev:before {
	font-size: 55px;
}

.mod_portfoliolist.portfolio-col2 .item,
.mod_portfoliolist.portfolio-col3 .item,
.mod_portfoliolist.portfolio-col4 .item {
	width: 100%;
}

.newslist-v2 .comments-v2 {
	top: 10px;
}

.newslist-v3 {
	width: 100%;
}

.image_container .caption {
	font-size: 0.8rem;
	position: static;
	display: inline-block;
}

[class*='newsteaser'] {
	margin-bottom: 20px;
}

.autogrid {
	flex: 0 0 100%!important;
	width: 100%!important;
}

#footer div.autogrid {
	flex: 0 0 100%!important;
	width: 100%!important;
}

#wrapper .autogrid_wrapper.article .inner {
	margin-left: 0;
	margin-right: 0;
}

.autogrid_displacer {
	margin-left: 0!important;
}

.ce_revolutionslider_hyperlink.outline {
	background: rgba(255,255,255,0.4);
}

.mod_portfoliolist .swiper-slide {
	width: 100%;
}

.pagination ul,
.pagination p {
	float: none;
	display: block;
	width: 100%;
}

.only_mobile,
.only-mobile {
	display: block!important;
}

.newslist-timeline {
	background: none;
}

.newslist-timeline:before {
	display: none;
}

.newslist-timeline h4 {
	margin-top: 0;
}

.newslist-timeline .newslist-timeline-date {
	position: static;
	margin-bottom: 10px;
	display: block;
}

.newslist-timeline .newslist-timeline-contentwrapper {
	padding-left: 0;
}

.newslist-timeline-both {
	padding: 0!important;
	background: no-repeat;
	margin-bottom: 40px;
}

.newslist-timeline-both h4:before {
	display: none;
}

.newslist-timeline-both .newslist-timeline-date {
	position: static;
	margin-bottom: 10px;
}

.newslist-timeline-both:nth-child(even) {
	background: none;
}

.mod_portfoliolist.portfolio-col1 .content,
.mod_portfoliolist.portfolio-col1 .image_container {
	width: 100%;
	display: block;
}

.mod_portfoliolist.portfolio-col1 .image_container:before {
	top: 0;
	left: 50%;
}

.mod_portfoliolist_v8 .item {
	padding-right: 0;
}

.mod_calendar td .event {
	text-overflow: ellipsis;
	overflow: hidden;
	width: 38px;
	white-space: normal;
	font-size: 0.5rem;
}

.zoomContainer {
	display: none;
}

.mod_portfoliolist_teaser_2 .content,
.mod_portfoliolist_teaser_2 .image_container {
	width: 100%;
	float: none;
}

.mod_portfoliolist_teaser_2 .item .content {
	padding: 25px;
}

.mod_portfoliolist_v3.portfolio-col2 .item {
	width: 100%;
}

.mod_portfoliolist_v3 .item h5 {
	float: none;
	margin-bottom: 3px;
}

.mod_portfoliolist_v3 .item .subline {
	float: none;
	border: 0;
	margin-left: 0;
	padding-left: 0;
}

.mod_portfoliolist_v3 .item .info {
	padding: 15px;
}

.mod_portfoliolist_v3 .item {
	width: 100%!important;
}

.mod_portfoliolist_v4 .item {
	width: 100%!important;
}

.mod_portfoliolist_v5 .item {
	width: 100%!important;
	height: 350px!important;
}

.mod_portfoliolist_v6 .item {
	width: 100%!important;
	height: 350px!important;
}

.mod_portfoliolist_v7 .item {
	width: 100%!important;
	margin-bottom: 30px;
}

.mod_portfoliolist_v8 .item {
	width: 100%!important;
}

.mod_portfoliolist_v7 .item:hover {
	box-shadow: none;
}

.mod_portfoliolist_v7.isotope {
	margin-left: 0;
	margin-right: 0;
}

.js-cd-h-timeline .event-content,
.js-cd-h-timeline .image_container {
	flex: 0 0 100%;
	padding: 0%;
}

.js-cd-h-timeline .image_container {
	margin-top: 20px;
}

.mod_newsteaser_v6 .content {
	padding: 20px;
}

.mod_newsteaser_v6 .teaser {
	display: none;
}

.mod_newsteaser_v6 .info {
	width: 100%;
	bottom: 20px;
	left: 0;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.newsteaser_v8 {
	margin-bottom: 0;
	height: 150px;
}

.newsteaser_v8 .item-overlay-right {
	width: calc(100% - 90px);
}

.mod_eventlist_v2 .date,
.mod_eventlist_v2 .title,
.mod_eventlist_v2 .time,
.mod_eventlist_v2 .location {
	margin-bottom: 0!important;
	border: 0!important;
}

.mod_eventlist_v2 .time {
	text-align: left;
}

.mod_eventlist_v2 .event {
	line-height: 1.5;
	padding-top: 10px;
	padding-bottom: 10px;
}

.js-cd-h-timeline .location {
	margin-left: 0;
	display: block;
}

.mod_eventlist_v4 .autogrid {
	margin-bottom: 0!important;
	line-height: 1.3rem;
}

.mod_eventlist_v4 .time {
	text-align: left;
}

.mod_portfoliolist_demos .item {
	width: 100%;
}

.newslist-v6 .news-image {
	width: 30%;
}

.newslist-v6 .news-content {
	width: 70%;
}

.newslist-v6:after {
	left: 30%;
}

.mod_eventreader .title,
.mod_eventreader .info {
	float: none;
	margin-left: 0;
}

.mod_eventreader .info {
	padding-left: 15px;
}

.newsreader .info {
	padding: 5px 15px;
}

.ce_text .image_container {
	margin-left: 0!important;
	margin-right: 0!important;
	float: none;
}

.newslist-v3-inside {
	margin-left: 0;
	margin-right: 0;
}

.newslist-col2 .newslist-v3 {
	width: 100%;
}

.mod_portfoliolist_v5 {
	margin: 0;
}

.mod_portfoliolist_v5 .item {
	border: 0;
	margin-bottom: 5px;
}

.mod_portfoliolist_v7 .item {
	border: 0;
}

.mod_portfoliolist_v7 .item .teaser {
	display: none;
}

.mod_portfoliolist_demos .item {
	min-height: 0;
}

.ce_gallery ul.flex-gallery li {
	flex: 0 0 50%!important;
}

.ce_elevatezoom [class*='cols_'] li {
	flex: 0 0 50%!important;
}

.ce_elevatezoom li:nth-child(3n) {
	clear: both;
}

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

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

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

.mmenu_trigger {
	display: flex;
}
}

span.font-size-xxxxl {
	font-size: 85px;
	line-height: 1.1;
}

span.font-size-xxxl {
	font-size: 75px;
	line-height: 1.1;
}

span.font-size-xxl {
	font-size: 65px;
	line-height: 1.1;
}

span.font-size-xl {
	font-size: 55px;
	line-height: 1.1;
}

span.font-size-l {
	font-size: 45px;
	line-height: 1.1;
}

span.font-size-m {
	font-size: 35px;
	line-height: 1.1;
}

span.font-size-s {
	font-size: 25px;
}

span.font-size-xs {
	font-size: 22px;
}

span.font-size-xxs {
	font-size: 18px;
}

span.font-size-xxxs {
	font-size: 12px;
}

span.font-size-xxxxs {
	font-size: 11px;
}

span.font-size-xxxxs {
	font-size: 10px;
}

span.serif {
	font-family: Georgia, Times, serif;
}

span.no-serif {
	font-family: Arial, Verdana, sans-serif;
}

p.dropcap:first-child:first-letter {
	font-size: 60px; 
	float: left;  
	margin-right: 7px; 
	line-height: 57px; 
}

span.color-white {
	color: #fff !important;
}

span.color-gray {
	color: rgb(127,127,127)!important;
}

span.color-lightgray {
	color: rgb(180,180,180)!important;
}

span.color-darkgray {
	color: rgb(76,76,76)!important;
}

span.color-accent {
	color: rgb(152,152,152);
}

span.color-success {
	color: rgb(157,213,93);
}

span.color-alert {
	color: rgb(247,80,90);
}

span.color-warning {
	color: rgb(240,138,36);
}

span.color-info {
	color: rgb(160,211,232);
}

span.highlight {
	background: rgb(51,51,51); 
	color: #fff;
	padding-left: 3px;
	padding-right: 3px;
}

.label-accent {
	background: rgb(152,152,152);
}

.label-secondary {
	background: rgb(231,231,231);
	color: rgb(51,51,51);
}

.label-success {
	background: rgb(157,213,93);
}
	
.label-alert {
	background: rgb(247,80,90);
}

.label-warning {
	background: rgb(240,138,36);
}

.label-info {
	background: rgb(160,211,232);
	color: rgb(51,51,51);
}

.letter-spacing-xl {
	letter-spacing: 5px;
}

.letter-spacing-l {
	letter-spacing: 3px;
}

.letter-spacing-m {
	letter-spacing: 2px;
}

.letter-spacing-s {
	letter-spacing: 1px;
}

.line-through {
	text-decoration: line-through; 
}

.medium-width {
	max-width: 600px;
}

.medium-small {
	max-width: 400px;
}

.medium-width-center {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.small-width-center {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.bg-transparent-white {
	background-color: rgba(255,255,255,0.7);
}

.bg-transparent-black {
	background-color: rgba(0,0,0,0.7);
}

.bt-dark {
	border-top: 1px solid rgb(229,229,229);
}

.bb-dark {
	border-bottom: 1px solid rgb(229,229,229);
}

.bt-light {
	border-top: 1px solid rgb(255,255,255);
}

.bb-light {
	border-bottom: 1px solid rgb(255,255,255);
}

a.btn {
	display: inline-block;
	padding: 12px 20px;
	margin-bottom: 15px;
	cursor:pointer;
	width: auto;
	background: rgb(152,152,152);
	border: 2px solid rgb(152,152,152);
	color: #fff;
	font-weight: bold;
	font-size: 0.8rem;
	min-width: 140px;
	text-align: center!important;
}

a.btn.link-white {
	color: rgb(152,152,152);
	border: 2px solid rgb(250,250,250);
	background: rgb(250,250,250);
}

a.btn.outline {
	background: none;
	color: rgb(152,152,152);
}

a.btn.link-white.outline {
	background: none;
	border: 2px solid rgb(250,250,250);
	color: rgb(152,152,152);
}
@charset"UTF-8";.mb_YTPBar,.mb_YTPBar span.mb_YTPUrl a{color:#fff}@font-face{font-family:ytpregular;src:url(../../files/cto_layout/scripts/jquery.mb.YTPlayer/css/font/ytp-regular.eot)}@font-face{font-family:ytpregular;src:url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=)format('woff'),url(../../files/cto_layout/scripts/jquery.mb.YTPlayer/css/font/ytp-regular.ttf)format('truetype');font-weight:400;font-style:normal}.mb_YTPlayer:focus{outline:0}.mbYTP_wrapper{display:block;transform:translateZ(0)translate3d(0,0,0);transform-style:preserve-3d;perspective:1000;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}.mb_YTPlayer .loading{position:absolute;top:10px;right:10px;font-size:12px;color:#fff;background:rgba(0,0,0,.51);text-align:center;padding:2px 4px;border-radius:5px;font-family:"Droid Sans",sans-serif;-webkit-animation:fade .1s infinite alternate;animation:fade .1s infinite alternate}@-webkit-keyframes fade{0%{opacity:.5}100%{opacity:1}}@keyframes fade{0%{opacity:.5}100%{opacity:1}}.mbYTP_wrapper.fullscreen{display:block!important;position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;margin:0!important;border:none!important;opacity:1!important}.mbYTP_wrapper iframe{max-width:4000px!important}.inline_YTPlayer{margin-bottom:20px;vertical-align:top;position:relative;left:0;overflow:hidden;border-radius:4px;box-shadow:0 0 5px rgba(0,0,0,.7);background:rgba(0,0,0,.5)}.inline_YTPlayer img{border:none!important;margin:0!important;padding:0!important;transform:none!important}.mb_YTPBar,.mb_YTPBar .buttonBar{box-sizing:border-box;left:0;padding:5px;width:100%}.mb_YTPBar .ytpicon{font-size:20px;font-family:ytpregular}.mb_YTPBar .mb_YTPUrl.ytpicon{font-size:30px}.mb_YTPBar{transition:opacity .5s;display:block;height:10px;background:#333;position:fixed;bottom:0;text-align:left;z-index:1000;font:14px/16px sans-serif;opacity:.1}.mb_YTPBar.visible,.mb_YTPBar:hover{opacity:1}.mb_YTPBar .buttonBar{transition:all .5s;background:0 0;font:12px/14px Calibri;position:absolute;top:-30px}.mb_YTPBar:hover .buttonBar{background:rgba(0,0,0,.4)}.mb_YTPBar span{display:inline-block;font:16px/20px Calibri,sans-serif;position:relative;width:30px;height:25px;vertical-align:middle}.mb_YTPBar span.mb_YTPTime{width:130px}.mb_YTPBar span.mb_OnlyYT,.mb_YTPBar span.mb_YTPUrl{position:absolute;width:auto;display:block;top:6px;right:10px;cursor:pointer}.mb_YTPBar span.mb_YTPUrl img{width:60px}.mb_YTPBar span.mb_OnlyYT{left:300px;right:auto}.mb_YTPBar span.mb_OnlyYT img{width:25px}.mb_YTPBar .mb_YTPMuteUnmute,.mb_YTPBar .mb_YTPPlaypause,.mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img{cursor:pointer}.mb_YTPBar .mb_YTPProgress{height:10px;width:100%;background:#222;bottom:0;left:0}.mb_YTPBar .mb_YTPLoaded{height:10px;width:0;background:#444;left:0}.mb_YTPBar .mb_YTPseekbar{height:10px;width:0;background:#000;bottom:0;left:0;box-shadow:rgba(82,82,82,.47)1px 1px 3px}.mb_YTPBar .YTPOverlay{backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-transform-style:"flat";box-sizing:border-box}.YTPOverlay.raster{background:url(../../files/cto_layout/scripts/jquery.mb.YTPlayer/css/images/raster.png)}.YTPOverlay.raster.retina{background:url(../../files/cto_layout/scripts/jquery.mb.YTPlayer/css/images/raster@2x.png)}.YTPOverlay.raster-dot{background:url(../../files/cto_layout/scripts/jquery.mb.YTPlayer/css/images/raster_dot.png)}.YTPOverlay.raster-dot.retina{background:url(../../files/cto_layout/scripts/jquery.mb.YTPlayer/css/images/raster_dot@2x.png)}.mb_YTPBar .simpleSlider{position:relative;width:100px;height:10px;border:1px solid #fff;overflow:hidden;box-sizing:border-box;margin-right:10px;cursor:pointer!important;border-radius:3px}.mb_YTPBar.compact .simpleSlider{width:40px}.mb_YTPBar .simpleSlider.muted{opacity:.3}.mb_YTPBar .level{position:absolute;left:0;bottom:0;background-color:#fff;box-sizing:border-box}.mb_YTPBar .level.horizontal{height:100%;width:0}.mb_YTPBar .level.vertical{height:auto;width:100%}
/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.mod_article.ol-bg-accent .article-overlay {
    background: #c00d0d;
}

body .mm-menu a:hover,
body .mm-menu a.active,
body .mm-menu a.trail,
body .mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
body .mm-menu .mm-listview>li.mm-selected>span,
body .mm-menu .mm-listview>li.trail a {
    background-color: #c00d0d;
}

.header .mainmenu ul.level_1 li span.ribbon {
    background: #c00d0d;
}

.stroke-accent {
    stroke: #c00d0d
}

.fill-accent {
    fill: #c00d0d
}

.ce_swiper-slider-start.style2_dark .swiper-pagination-bullet-active,
.ce_swiper-slider-start.style2_dark .swiper-pagination-bullet-active:after,
.ce_swiper-slider-start.style2_light .swiper-pagination-bullet-active,
.ce_swiper-slider-start.style2_light .swiper-pagination-bullet-active:after {
    background-color: #c00d0d;
}

.ce_wrap.bg-hover-accent:hover {
    background-color: #c00d0d !important;
}

.ce_hyperlink.btn-accent a {
    background: #c00d0d;
    border-color: #c00d0d;
}

.ce_hyperlink.btn-accent-outline a {
    border-color: #c00d0d;
    color: #c00d0d;
}

.txt-color-accent,
.txt-color-accent p,
.txt-color-accent i,
.txt-color-accent a,
.txt-color-accent h1,
.txt-color-accent h2,
.txt-color-accent h3,
.txt-color-accent h4,
.txt-color-accent h5,
.txt-color-accent h6,
.txt-color-accent .h1,
.txt-color-accent .h2,
.txt-color-accent .h3,
.txt-color-accent .h4,
.txt-color-accent .h5,
.txt-color-accent .h6,
.txt-color-accent .h1 p,
.txt-color-accent .h2 p,
.txt-color-accent .h3 p,
.txt-color-accent .h4 p,
.txt-color-accent .h5 p,
.txt-color-accent .h6 p,
.txt-color-accent.h1,
.txt-color-accent.h2,
.txt-color-accent.h3,
.txt-color-accent.h4,
.txt-color-accent.h5,
.txt-color-accent.h6,
.txt-color-accent.h1 p,
.txt-color-accent.h2 p,
.txt-color-accent.h3 p,
.txt-color-accent.h4 p,
.txt-color-accent.h5 p,
.txt-color-accent.h6 p {
    color: #c00d0d;
}

.bg-accent {
    background-color: #c00d0d;
}

p a {
    color: #c00d0d;
}

.divider-v2 h1:after,
.divider-v2 h2:after,
.divider-v2 h3:after,
.divider-v2 h4:after,
.dividerv h5:after,
.divider-v2 h6:after,
h1.divider-v2:after,
h2.divider-v2:after,
h3.divider-v2:after,
h4.divider-v2:after,
h5.divider-v2:after,
h6.divider-v2:after {
    background: #c00d0d;
}

hr.divider_3:before {
    background: #c00d0d;
}

hr.divider_3:before {
    background: #c00d0d;
}

.divider_4_first {
    border: 3px solid #c00d0d;
}

.divider_4_second {
    background-color: #c00d0d;
}

.divider_4::after,
.divider_4::before {
    background-color: #c00d0d;
}

.divider_5 i {
    color: #c00d0d;
}

.mainmenu ul ul {
    border-top: 2px solid #c00d0d;
}

.header.original .mainmenu ul li a.trail,
.header.original .mainmenu ul li a.active,
.header.cloned .mainmenu ul li a.trail,
.header.cloned .mainmenu ul li a.active {
    color: #c00d0d;
}

#top-wrapper.fixed .mainmenu a.active,
#top-wrapper.fixed .mainmenu a.trail {
    color: #c00d0d;
}

.mainmenu ul ul li a:hover:not(.menuheader):not(.megamenu),
.mainmenu ul ul li a.active,
.mainmenu ul ul li a.trail:not(.megamenu) {
    background: #c00d0d !important;
}

body.header-dark .fixed .mainmenu ul li a.trail,
body.header-dark .fixed .mainmenu ul li a.active {
    color: #c00d0d;
}

.header-light #top-wrapper.fixed .mainmenu a.active,
.header-light #top-wrapper.fixed .mainmenu a.trail {
    color: #c00d0d;
}

.subnav a {
    color: #c00d0d;
}

#nav-open-btn:before {
    background: #c00d0d;
}

.ce_table table th {
    background: #c00d0d;
}

.ce_tabs .tabs.classic ul li.active,
.ce_tabs .tabs.classic ul li:hover {
    border-color: #c00d0d;
}

.ce_tabs .tabs.horizontal ul li:hover a,
.ce_tabs .tabs.horizontal ul li.active a {
    background: #c00d0d;
}

.ce_teambox .image .overlay {
    background: #c00d0d;
}

.ce_teambox .email a {
    color: #c00d0d;
}

blockquote a {
    color: #c00d0d;
}

.header .mod_search .search-content {
    background: #c00d0d;
}

.ce_iconbox.version2 i {
    background: #c00d0d;
}

.ce_iconbox .link {
    color: #c00d0d;
}

.ce_testimonial a {
    color: #c00d0d;
}

.ce_accordion .toggler:before {
    color: #c00d0d;
}

.mod_calendar th.head {
    background: #c00d0d;
    border-top: 1px solid #c00d0d;
    border-right: 1px solid #c00d0d;
    border-left: 1px solid #c00d0d;
}

.mod_calendar th.previous a,
.mod_calendar th.next a {
    background-color: #c00d0d;
}

.pagination li span.current {
    background: #c00d0d;
}

.pagination li a:hover {
    color: #c00d0d;
}

.mod_faqpage h3:before {
    color: #c00d0d;
}

.mod_search .submit {
    border: 1px solid #c00d0d;
}

input:focus,
textarea:focus {
    border: 1px solid #c00d0d;
}

form fieldset legend {
    background-color: #c00d0d;
}

input.submit[type="submit"],
button.submit[type="submit"] {
    background: #c00d0d;
}

input.submit[type="submit"]:hover,
button.submit[type="submit"]:hover {
    background: #c00d0d;
}

.ce_youtube_background.overlay .YTPOverlay {
    background-color: #c00d0d;
}

.label-accent {
    background: #c00d0d;
}

.ce_hyperlink a,
a.btn {
    background: #c00d0d;
    border-color: #c00d0d;
}

.ce_hyperlink a.link-white,
a.btn.link-white {
    color: #c00d0d;
}

.ce_hyperlink a.link-white:hover,
a.btn.link-white:hover {
    background: #c00d0d;
}

.ce_hyperlink a.outline,
a.btn.outline {
    color: #c00d0d;
}

.newslist h2,
.newslist h2 a {
    color: #c00d0d;
}

.newslist .news-left .news-date {
    background: #c00d0d;
}

.newsteaser .date {
    background: #c00d0d;
}

#portfolio_filter a.selected,
#portfolio_filter a:hover {
    background: #c00d0d;
}

.ce_chartbar .chart_data {
    background: #c00d0d;
}

.color-accent,
.color-accent p,
.color-accent i,
.color-accent h1,
.color-accent h2,
.color-accent h3,
.color-accent h4,
.color-accent h5,
.color-accent h6,
.color-accent a:not(.link-white) {
    color: #c00d0d;
}

blockquote {
    border-color: #c00d0d;
}

.ce_pricetable .pricetable.highlight .title {
    background: #c00d0d;
}

.ce_imagebox_v2 .ce_url a {
    background: #c00d0d;
}

.ce_gallery .content {
    background: #c00d0d;
}

.ce_headertext h1:after,
.ce_headertext h2:after,
.ce_headertext h3:after,
.ce_headertext h4:after,
.ce_headertext h5:after,
.ce_headertext h6:after {
    background: #c00d0d;
}

.ce_countup i {
    color: #c00d0d;
}

.newslist-v3 .date {
    background: #c00d0d;
}

.ce_bgimage.offset.offset-bg-accent:before {
    background-color: #c00d0d;
}

.ce_leadertext.version2 .divider-first {
    border: 3px solid #c00d0d;
}

.ce_leadertext.version2 .divider-second {
    background-color: #c00d0d;
}

.ce_leadertext.version2 .divider:after,
.ce_leadertext.version2 .divider:before {
    background-color: #c00d0d;
}

.ce_accordion .toggler i.fa {
    background: #c00d0d;
}

.newsteaser_v3 .news-overlay i {
    background-color: #c00d0d;
}

.newslist-v3 .subheadline {
    color: #c00d0d;
}

.ce_teambox .function {
    color: #c00d0d;
}

.ce_tabs .tabs.horizontal-clean ul li.active:after {
    border-color: #c00d0d transparent transparent transparent;
}

.subheadline-v2 {
    color: #c00d0d;
}

.ce_timeline .timeline-item .timeline-item-title {
    background: #c00d0d;
}

.ce_portfoliofilter.default a.selected,
.ce_portfoliofilter.default a:hover {
    background: #c00d0d;
}

.ce_portfoliofilter.only-icon a.selected i:before,
.ce_portfoliofilter.only-icon a:hover i:before {
    background: #c00d0d;
    border-color: #c00d0d;
}

.ce_tabs .tabs.horizontal-clean ul li.active a {
    color: #c00d0d;
}

.ce_revolutionslider_hyperlink {
    background: #c00d0d;
    border-color: #c00d0d;
}

.ce_headline_extended.version2 .divider-first {
    border-color: #c00d0d;
}

.ce_headline_extended.version2 .divider:after,
.ce_headline_extended.version2 .divider:before,
.ce_headline_extended.version2 .divider-second {
    background-color: #c00d0d;
}

.mod_portfoliolist .item .linkbar a {
    background-color: #c00d0d;
}

.mod_portfoliolist .item .linkbar a:hover {
    color: #c00d0d;
}

.mod_portfoliolist .item .subline {
    background-color: #c00d0d;
}

form .input-group-addon {
    background: #c00d0d;
    border-color: #c00d0d;
}

body .picker--focused .picker__day--selected,
body .picker__day--selected,
body .picker__day--selected:hover,
body .picker--focused .picker__day--highlighted,
body .picker__day--highlighted:hover,
body .picker__day--infocus:hover,
body .picker__day--outfocus:hover,
body .picker--focused .picker__list-item--highlighted,
body .picker__list-item--highlighted:hover,
body .picker__list-item:hover {
    background-color: #c00d0d;
}

body .picker__list-item--highlighted,
body .picker__list-item:hover {
    border-color: #c00d0d;
}

.ce_video_background .video-overlay {
    background-color: #c00d0d;
}

.ce_text_imagebox.imagebox_version2 .inside,
.ce_text_imagebox.imagebox_version3 .inside {
    background-color: #c00d0d;
}

#offcanvas-top {
    background: #c00d0d;
}

.cookiebar {
    background: #c00d0d;
}

#footer a:hover,
#bottom .inside a:hover {
    color: #c00d0d;
}

.ce_bgimage_content_start.bg-accent .bg_overlay {
    background: #c00d0d;
}

.newslist-timeline:before,
.newslist-timeline-both h4:before {
    border-color: #c00d0d;
}

.ce_divider_extended.version4 span {
    background: #c00d0d;
}

.ce_divider_extended.version5 {
    background: #c00d0d;
}

.ce_linkbox h4 {
    color: #c00d0d;
}

.body_bottom .mod_search .search-content {
    background: #c00d0d;
}

.mod_customcataloglist.cc_immorealty .entry.top_object .cc_immorealty_top {
    background: #c00d0d;
}

.mod_customcatalogfilter.immorealty_filter .filter_range .ui-slider-range {
    background: #c00d0d;
}

.mod_customcatalogreader.cc_immorealty .property-furnishing li i {
    color: #c00d0d;
}

.mod_customcatalogreader.cc_immorealty .price {
    background: #c00d0d;
}

.mod_customcataloglist .cc_immorealty_slider .category {
    background: #c00d0d;
}

.mod_customcataloglist.cc_immorealty .customelements_notelist input {
    background-color: #c00d0d;
}

.mod_customcataloglist.cc_cardealer .item-rightside .item-content-col2 {
    color: #c00d0d;
}

.mod_customcatalogfilter.cardealer_filter .filter_range .ui-slider-range {
    background-color: #c00d0d;
}

.mod_customcatalogreader.cc_cardealer .single-price {
    color: #c00d0d;
}

.mod_customcatalogreader.cc_cardealer .single-price strong {
    background-color: #c00d0d;
}

.mod_customcataloglist.cc_cardealer .item-highlight-icon {
    background-color: #c00d0d;
}

.mod_customcataloglist .cc_cardealer_slider .state {
    background-color: #c00d0d;
}

.mod_customcataloglist .cc_cardealer_slider .price strong {
    color: #c00d0d;
}

.ce_linkbox a i {
    background-color: #c00d0d;
}

.ce_fullscreen_gallery.version3 .bold {
    background-color: #c00d0d;
}

form.style2 {
    background: #c00d0d;
}

.ce_linkbox .ce_linkbox_banner {
    background-color: #c00d0d;
}

.custommenu li:hover {
    background-color: #c00d0d;
}

.ce_featured_tab li .ce_headline .headline {
    color: #c00d0d;
}

.ce_featured_tab li.active {
    background-color: #c00d0d;
}

.ce_headerimage.version3 .ce_headline .headline {
    background: #c00d0d;
}

.ce_headerimage.version3 .subline {
    background: #c00d0d;
}

.mod_portfoliolist_v4 .item a:hover {
    background: #c00d0d;
}

.mod_customcatalogteaser.cc_accommodations .entry:hover .item-content {
    background: #c00d0d;
}

.ce_revolutionslider_hyperlink.light {
    color: #c00d0d;
}

.ce_frame_start.style3 .ce_frame_start_inside {
    border-color: #c00d0d;
}

.mod_portfoliolist_teaser_3 .info,
.mod_portfoliolist_teaser_3 .info a {
    color: #c00d0d;
}

.newsteaser_v7:hover h5 {
    color: #c00d0d;
}

.ce_divider_extended.version10 svg {
    fill: #c00d0d;
}

.js-cd-h-timeline .filling-line {
    background-color: #c00d0d;
}

.js .cd-h-timeline__date--older-event::after {
    border-color: #c00d0d;
}

.js .cd-h-timeline__date:hover::after,
.js .cd-h-timeline__date--selected::after {
    background-color: #c00d0d;
    border-color: #c00d0d;
}

.mod_portfoliolist_v7 .comments {
    background-color: #c00d0d;
}

.mod_portfoliolist_v7 .subline {
    background-color: #c00d0d;
}

.mod_portfoliolist_v7 .item:hover .item-bottom a {
    color: #c00d0d;
}

.js-cd-h-timeline .ce_text em {
    color: #c00d0d;
}

.mod_eventlist_v2 .title a {
    color: #c00d0d;
}

.ce_imagemap .hotspot.small .circle {
    box-shadow: 0 0 0 5px #c00d0d;
}

.ce_pricecard.style2.highlight .ce_pricecard_inside {
    background: #c00d0d;
}

.mod_eventlist_v3 h4,
.mod_eventlist_v3 h4 a {
    color: #c00d0d;
}

.mod_eventlist_v3 .meta-info i {
    color: #c00d0d;
}

.js-cd-h-timeline time:before,
.js-cd-h-timeline .location:before {
    color: #c00d0d;
}

.js-cd-h-timeline .more a {
    background: #c00d0d;
}

body .mainmenu ul li a:hover:before,
body .mainmenu ul li a.trail:before,
body .mainmenu ul li a.active:before {
    background-color: #c00d0d;
}

.ce_popup_start .popup_close {
    color: #c00d0d;
}

.ce_popup_start .ce_popup_content {
    border-color: #c00d0d;
}

.mod_eventlist_v4 i.fa-location-arrow {
    background-color: #c00d0d;
}

.ce_hyperlink_lightbox_video.hyperlink_color_accent svg polygon {
    fill: #c00d0d;
}

.ce_hyperlink_lightbox_video.hyperlink_color_accent svg circle {
    stroke: #c00d0d;
}

.mod_portfoliolist_demos .item .overlay {
    background-color: #c00d0d;
}

.mod_portfoliolist_demos .item h5:hover {
    color: #c00d0d;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-accent {
    background-color: #c00d0d;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-accent:hover {
    background-color: #c00d0d !important;
}

.ce_iconbox_v3 .headline.headline-color-accent {
    color: #c00d0d;
}

.ce_iconbox_v3 .subheadline.subheadline-color-accent {
    color: #c00d0d;
}

.ce_iconbox_v3 .fonticon.fonticon-color-accent {
    color: #c00d0d;
}

.ce_iconbox_v3:hover.text-hover-accent i,
.ce_iconbox_v3:hover.text-hover-accent .headline,
.ce_iconbox_v3:hover.text-hover-accent .subheadline {
    color: #c00d0d !important;
}

.submenu_v2 li a:hover,
.submenu_v2 li a.active {
    color: #c00d0d;
}

.ce_list.list-style2 li.fa:before {
    color: #c00d0d;
}

.ce_list.list-style3 li.fa:before {
    color: #c00d0d;
}

.ce_revolutionslider_hyperlink.text-link:after {
    color: #c00d0d;
}

.ce_download_small .ce_download_small_inside a:after {
    color: #c00d0d;
}

.ce_download_small .ce_download_small_inside a {
    border-color: #c00d0d;
}

.ce_imagemap .circle {
    box-shadow: 0 0 0 4px #c00d0d;
}

.ce_testimonial_version7 .text_inside:before {
    background: #c00d0d;
}

.ce_portfoliofilter.port-filter-style3 a.selected {
    border-color: #c00d0d;
}

form.style8 input.submit[type="submit"],
form.style8 button.submit[type="submit"] {
    color: #c00d0d;
}

.ce_image_text_box .ce_image_text_box_banner {
    background: #c00d0d;
}

.ce_image_text_box.version2 a.hyperlink_txt {
    color: #c00d0d;
}

.ce_grid_gallery_start li:hover .linktext {
    color: #c00d0d;
}

.mod_quickmenu.style2 a {
    border-color: #c00d0d;
    color: #c00d0d;
}

.mod_customcataloglist.cc_product_catalog .item-inside:hover {
    border-color: #c00d0d;
}

.mod_customcatalogteaser.cc_product_catalog .item-highlight-icon {
    background-color: #c00d0d;
}

.ce_headline_w_buttons.style1 .buttons a:hover {
    background-color: #c00d0d;
}

.ce_headline_w_buttons.style2 .buttons a.button_one {
    border-color: #c00d0d;
    color: #c00d0d;
}

.ce_headline_w_buttons.style2 .buttons a.button_two {
    background-color: #c00d0d;
    border-color: #c00d0d;
}

.ce_headline_w_buttons.style2 .buttons a.button_one:hover {
    background-color: #c00d0d;
}

.ce_headline_w_buttons.style3 .buttons a.button_one {
    border-color: #c00d0d;
    color: #c00d0d;
}

.ce_headline_w_buttons.style3 .buttons a.button_two {
    background-color: #c00d0d;
    border-color: #c00d0d;
}

.ce_headline_w_buttons.style3 .buttons a.button_one:hover {
    background-color: #c00d0d;
}

.ce_headline_w_buttons.style5 .buttons a.button_one {
    border-color: #c00d0d;
    color: #c00d0d;
}

.ce_headline_w_buttons.style5 .buttons a.button_two {
    background-color: #c00d0d;
    border-color: #c00d0d;
}

.ce_headline_w_buttons.style5 .buttons a.button_one:hover {
    background-color: #c00d0d;
}

.ce_headline_w_buttons.style6 .buttons a.button_one {
    border-color: #c00d0d;
    color: #c00d0d;
}

.ce_headline_w_buttons.style6 .buttons a.button_two {
    background-color: #c00d0d;
    border-color: #c00d0d;
}

.ce_headline_w_buttons.style6 .buttons a.button_one:hover {
    background-color: #c00d0d;
}

.ce_headline_w_buttons.style10 .buttons a:hover {
    background-color: #c00d0d;
}

.ce_featurelist.style1 li i {
    color: #c00d0d;
}

.ce_featurelist.style2 span {
    color: #c00d0d;
}

.ce_featurelist.style2 .icon {
    color: #c00d0d;
}

.ce_featurelist.style2 li a:hover {
    background-color: #c00d0d;
}

.ce_featurelist.style5 li span {
    color: #c00d0d;
}

body .mm-menu a.active,
body .mm-menu a.trail {
    background-color: #c00d0d;
}

.header .mainmenu ul li a.highlight span,
.header .mainmenu ul li a.highlight_square_color_accent span,
.header .mainmenu ul li a.highlight-square-color-accent span,
.header .mainmenu ul li a.highlight_rounded_color_accent span,
.header .mainmenu ul li a.highlight-rounded-color-accent span {
    background-color: #c00d0d;
}

.header .mainmenu ul li a.highlight_outline_square_color_accent span,
.header .mainmenu ul li a.highlight-outline-square-color-accent span,
.header .mainmenu ul li a.highlight_outline_rounded_color_accent span,
.header .mainmenu ul li a.highlight-outline-rounded-color-accent span {
    box-shadow: 0 0px 0px 2px #c00d0d;
}

.ce_accordion_v2 .toggler:not(.ui-state-active):hover {
    color: #c00d0d;
}

.ce_accordion_v2 .toggler.ui-state-active,
.ce_accordion.style2 .toggler.ui-state-active {
    background: #c00d0d;
}

.mmenu_trigger .burger .burger_lines,
.mmenu_trigger .burger .burger_lines:after,
.mmenu_trigger .burger .burger_lines:before {
    background: #c00d0d;
}

.mmenu_trigger {
    color: #c00d0d;
}

.mod_privacy_optin_slim .privacy_button a {
    background: #c00d0d;
}

span.color-accent {
    color: #c00d0d;
}

.mod_article.ol-bg-second .article-overlay {
    background: #efefef;
}

.stroke-second {
    stroke: #efefef
}

.fill-second {
    fill: #efefef
}

.ce_wrap.bg-hover-second:hover {
    background-color: #efefef !important;
}

.ce_hyperlink.btn-second a {
    background: #efefef;
    border-color: #efefef;
}

.ce_hyperlink.btn-second-outline a {
    border-color: #efefef;
    color: #efefef;
}

.txt-color-second,
.txt-color-second p,
.txt-color-second i,
.txt-color-second a,
.txt-color-second h1,
.txt-color-second h2,
.txt-color-second h3,
.txt-color-second h4,
.txt-color-second h5,
.txt-color-second h6,
.txt-color-second .h1,
.txt-color-second .h2,
.txt-color-second .h3,
.txt-color-second .h4,
.txt-color-second .h5,
.txt-color-second .h6,
.txt-color-second .h1 p,
.txt-color-second .h2 p,
.txt-color-second .h3 p,
.txt-color-second .h4 p,
.txt-color-second .h5 p,
.txt-color-second .h6 p,
.txt-color-second.h1,
.txt-color-second.h2,
.txt-color-second.h3,
.txt-color-second.h4,
.txt-color-second.h5,
.txt-color-second.h6,
.txt-color-second.h1 p,
.txt-color-second.h2 p,
.txt-color-second.h3 p,
.txt-color-second.h4 p,
.txt-color-second.h5 p,
.txt-color-second.h6 p {
    color: #efefef;
}

.color-second {
    color: #efefef;
}

.bg-second {
    background-color: #efefef;
}

.ce_bgimage_content_start .bg_overlay.bg-second {
    background-color: #efefef;
}

.notelist .submit_container input.submit,
.notelist .submit_container input.submit:hover,
.notelist .submit_container button.submit,
.notelist .submit_container button.submit:hover {
    background-color: #efefef;
}

.mod_customcataloglist.cc_cardealer .item-state {
    background-color: #efefef;
}

form.style2 input.submit,
form.style2 input.submit[type="submit"]:hover,
form.style2 button.submit,
form.style2 button.submit[type="submit"]:hover {
    background-color: #efefef;
}

.ce_hyperlink-extended a.link-sec-color {
    border-color: #efefef;
    background: #efefef;
}

.ce_hyperlink-extended a.link-sec-color:hover {
    color: #efefef;
    border-color: #efefef;
}

.ce_hyperlink-extended a.link-sec-color-outline {
    color: #efefef;
    border-color: #efefef;
}

.ce_hyperlink-extended a.link-sec-color-outline:hover {
    background: #efefef;
}

.ce_hyperlink_lightbox_video.hyperlink_color_second svg polygon {
    fill: #efefef;
}

.ce_hyperlink_lightbox_video.hyperlink_color_second svg circle {
    stroke: #efefef;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-second {
    background-color: #efefef;
}

.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-second:hover {
    background-color: #efefef !important;
}

.ce_iconbox_v3 .headline.headline-color-second {
    color: #efefef;
}

.ce_iconbox_v3 .subheadline.subheadline-color-second {
    color: #efefef;
}

.ce_iconbox_v3 .fonticon.fonticon-color-second {
    color: #efefef;
}

.ce_iconbox_v3:hover.text-hover-second i,
.ce_iconbox_v3:hover.text-hover-second .headline,
.ce_iconbox_v3:hover.text-hover-second .subheadline {
    color: #efefef !important;
}

.header .mainmenu ul li a.highlight_color_second span,
.header .mainmenu ul li a.highlight-color-second span,
.header .mainmenu ul li a.highlight_square_color_second span,
.header .mainmenu ul li a.highlight-square-color-second span,
.header .mainmenu ul li a.highlight_rounded_color_second span,
.header .mainmenu ul li a.highlight-rounded-color-second span {
    background: #efefef;
}

.header .mainmenu ul li a.highlight_outline_square_color_second span,
.header .mainmenu ul li a.highlight-outline-square-color-second span,
.header .mainmenu ul li a.highlight_outline_rounded_color_second span,
.header .mainmenu ul li a.highlight-outline-rounded-color-second span {
    box-shadow: 0 0px 0px 2px #efefef;
}

.ce_revolutionslider_hyperlink.color-second {
    background: #efefef;
    border-color: #efefef;
    color: #fff;
}

#top {
    display: none;
}

#top,
#top a,
#top .mod_socials a i {
    color: #ffffff;
}

#top,
#top .inside {
    background-color: #3d3b3c;
}

body {
    color: #000000;
}

html,
body {
    font-size: 13px;
}

p {
    line-height: 22px;
}

@media only screen and (max-width: 767px) {

    html,
    body {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    p {
        line-height: 28px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.ce_revolutionslider_text.bold,
.font_headline {
    font-family: "Titillium Web";
    font-weight: 400;
}

#footer div.autogrid {
    flex: 0 0 33.33%;
}

.footer-col4 {
    display: none;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer .h1,
#footer .h2,
#footer .h3,
#footer .h4,
#footer .h5,
#footer .h6 {
    font-size: 25px;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer .h1,
#footer .h2,
#footer .h3,
#footer .h4,
#footer .h5,
#footer .h6 {
    color: #000000;
}

#footer {
    font-size: 12px;
}

#footer,
#footer a {
    color: #909090;
}

#footer li:after {
    border-color: #909090;
}

#footer .inside a:hover {
    color: #c00d0d;
}

#footer {
    background-color: #f7f7f7;
}

#bottom {
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    #bottom {
        font-size: 15px;
    }
}

#bottom .inside,
#bottom .inside a {
    color: #ffffff;
}

#bottom .inside a:hover {
    color: #c00d0d;
}

#bottom {
    background-color: #cccccc;
}

#bottom {
    border-top: 1px solid #cccccc;
}

#top .inside {
    background: none !important;
}

.header {
    background-color: #c00d0d;
}

.header .mainmenu ul li a,
.header .mainmenu ul li ul a.active,
.header .ce_search_label i,
.header .mod_langswitcher .mod_langswitcher_inside,
.header .header_metanavi a,
.header .mod_socials a {
    color: #ffffff;
}

.mod_langswitcher .mod_langswitcher_inside:before {
    border-color: #ffffff;
}

.header .mod_socials:before {
    border-color: #ffffff;
}

.header .smartmenu .smartmenu-trigger .line,
.header .smartmenu .smartmenu-trigger .line:before,
.header .smartmenu .smartmenu-trigger .line:after {
    background: #ffffff;
}

.logo a {
    background-image: url(../../files/cto_layout/themedesigner/uploads/pironex_logo_ohne_untertitel_2.svg);
}

.stickyheader .logo a {
    background-image: url(../../files/cto_layout/themedesigner/uploads/pironex_logo_ohne_untertitel_2.svg);
}

@media only screen and (max-width: 767px) {
    .stickyheader .logo a {
        background-image: url(../../files/cto_layout/themedesigner/uploads/logo-pironex_kontur_rechts.png);
    }
}

@media only screen and (min-width: 768px) {
    .header.original .logo {
        height: 70px;
    }

    .header.original {
        line-height: 70px;
    }

    .smartmenu .smartmenu-trigger {
        height: 70px;
    }
}

@media only screen and (min-width: 768px) {
    .header.cloned .logo {
        width: 120px;
    }
}

@media only screen and (min-width: 768px) {
    .header.cloned .logo {
        height: 52px;
    }

    .stickyheader .header.cloned {
        line-height: 52px;
    }

    .header.cloned .smartmenu .smartmenu-trigger {
        height: 52px;
    }

    html {
        scroll-padding: 52px 0 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .header .logo {
        width: 174px;
    }
}

@media only screen and (max-width: 767px) {
    .stickyheader .header .logo {
        width: 174px;
    }
}

.mainmenu ul li ul li a {
    font-size: 14px;
}

.mainmenu ul li ul li a {
    line-height: 40px !important;
}

#mmenu {
    background: none !important;
}

#mmenu #mmenu_bottom {
    position: static;
}

#mmenu,
#mmenu #mmenu_top,
#mmenu #mmenu_middle,
#mmenu #mmenu_bottom {
    background-color: #b60e0e;
}

#mmenu .mod_langswitcher ul {
    background-color: #b60e0e;
}

#mmenu .mod_navigation li a,
#mmenu .mod_socials a,
#mmenu .mod_mmenu_custom_nav a {
    color: rgba(255, 255, 255, 0.88);
}

#mmenu .mod_search input {
    color: rgba(255, 255, 255, 0.88);
}

#mmenu .mod_langswitcher .mod_langswitcher_inside:after {
    color: rgba(255, 255, 255, 0.88);
}

#mmenu .mod_langswitcher .mod_langswitcher_inside:before {
    border-color: rgba(255, 255, 255, 0.88);
}

#mmenu .mod_socials {
    display: none;
}

#mmenu .scrollable {
    height: 100%;
}

#mmenu .mod_langswitcher {
    display: none;
}

#mmenu .mod_search {
    width: 100%;
}
