body, html {
  overflow-x: hidden;
  line-height: 1.5;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none !important;
}

b, strong {
  font-weight: 700;
}

p,
.lead {
  margin: 0 0 30px 0;
  font-weight: inherit;
}

ul,
ol {
  margin: 0 0 30px 0;
}

dl {
  margin: 0 0 30px 0;
}

pre {
  margin: 0 0 30px 0;
  background: #f5f5f5;
  padding: 15px;
  position: relative;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.bold {
  font-weight: 700;
}

img {
  max-width: 100%;
  float: none;
}

img.thumbnail,
a.thumbnail {
  margin: 0 0 30px 0;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* ----------------------- HEADLINES ----------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 30px 0;
}

h1[class*="col-"],
h2[class*="col-"],
h3[class*="col-"],
h4[class*="col-"],
h5[class*="col-"],
h6[class*="col-"],
p[class*="col-"] {
  padding: 0 !important;
}

/*
  
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: -15px !important;
}

h1 + h2,
h1 + h3,
h2 + h3 {
  margin-top: -30px !important;
}

*/

body,
html {
  font-size: 15px;
}

h1,
.h1 {
  font-size: 2.5rem;
}

@media ( min-width: 576px ) {

  body,
  html {
    font-size: 15.5px;
  }
  
  h1,
  .h1 {
    font-size: 2.75rem;
  }
  
}

@media ( min-width: 768px ) {

  body,
  html {
    font-size: 16px;
  }
  
  h1,
  .h1 {
    font-size: 3rem;
  }
  
}

@media ( min-width: 992px ) {

  body,
  html {
    font-size: 16.5px;
  }
  
  h1,
  .h1 {
    font-size: 3.25rem;
  }
  
}

@media ( min-width: 1200px ) {

  body,
  html {
    font-size: 17px;
  }
  
  h1,
  .h1 {
    font-size: 3.5rem;
  }
  
}

@media ( min-width: 1400px ) {

  body,
  html {
    font-size: 17.5px;
  }
  
  h1,
  .h1 {
    font-size: 3.75rem;
  }
  
}


/* ----------------------- CONTAINERS ----------------------- */

.container {
  
}

@media (min-width: 576px) {
  
  .container-mw-540 {
    max-width: 540px !important;
  }
  
}

@media (min-width: 768px) {
  
  .container-mw-720 {
    max-width: 720px !important;
  }

}

@media (min-width: 992px) {
  
  .container-mw-960 {
    max-width: 960px !important;
  }
  
}

@media (min-width: 1200px) {
  
  .container-mw-1140 {
    max-width: 1140px !important;
  }
  
}

@media (min-width: 1400px) {
  
  .container-mw-1340 {
    max-width: 1340px;
  }
  
  .container {
    max-width: 1340px;
  }
  
}

.container .container {
  padding: 0;
}

.container-mw-none {
  max-width: none;
}

/* ----------------------- TABLES ----------------------- */

.table {
  margin: 0 0 30px 0;
}

table p {
  margin: 0 0 15px 0;
}

.table p:last-child {
  margin: 0;
}

@media only screen and (max-width : 767.98px) {
  
  .table-full-responsive thead {
    display: none !important;
  }
  
  .table-full-responsive td {
    width: 100% !important;
    float: left;
  }
  
  .table-full-responsive .table-header-true td::before {
    content: attr(data-label);
    word-break: break-word;
    display: inline-block;
    width: 40%;
    opacity: .6;
  }
  
  .table-full-responsive .table-header-true td span {
    float: right;
    display: block;
    width: 60%;
  }

}

/* ----------------------- FIGURE ----------------------- */

figure {
  margin: 0 0 30px 0;
}

figure img {
  width: 100%;
}

figcaption {
  padding: 0;
  margin-top: 15px;
  font-size: inherit;
  line-height: inherit;
  text-align: center;
}

/* ----------------------- BORDERS ----------------------- */

.border-top {
  border-top: 1px solid #e3e3e3 !important;
}

.border-right {
  border-right: 1px solid #e3e3e3 !important;
}

.border-bottom {
  border-bottom: 1px solid #e3e3e3 !important;
}

.border-left {
  border-left: 1px solid #e3e3e3 !important;
}

/* ----------------------- RESPONSIVE EMBED ----------------------- */

iframe {
  border: medium none;
  width: 100%;
}

.embed-responsive {
  background-color: #f5f5f5;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 60px;
  margin: 0 0 30px 0;
}

.embed-responsive-200px::before {
  padding-top: 200px;
}

.embed-responsive-300px::before {
  padding-top: 300px;
}

.embed-responsive-400px::before {
  padding-top: 400px;
}

.embed-responsive-500px::before {
  padding-top: 500px;
}

/* ----------------------- PARALLAX ----------------------- */


@media only screen and (max-width : 767.98px) {
  
  .bg-attachment-parallax {
    background-attachment: scroll !important;
    background-position: center center !important;
  }
  
}

/* ----------------------- HORIZONTAL RULES ----------------------- */

hr {
  border: 0 none;
  height: 1px;
  background: #e3e3e3;
  margin: 0 0 30px 0;
  position: relative;
}

/* HORIZONTAL RULES LAYOUT 2 */

.line {
  height: 6px;
  border-radius: 1px;
  margin: 0 0 30px 0;
  background: #000;
  width: 60px;
}

/* HORIZONTAL RULES LAYOUT 4 */

.divider {
  margin: 0 auto 30px auto;
  position: relative;
}

.divider > i {
  background: transparent;
  height: 20px;
  width: 30px;
  line-height: 20px;
  font-size: 20px;
  position: relative;
  left: 50%;
  margin-left: -15px;
  text-align: center;
  top: 0;
}

.divider:before {
  position: absolute;
  top: 9px;
  height: 1px;
  background: #e3e3e3;
  content: "";
  right: 50%;
  right: calc(50% + 30px);
  left: 0;
}

.divider:after {
  position: absolute;
  top: 9px;
  height: 1px;
  background: #e3e3e3;
  content: "";
  left: calc(50% + 30px);
  right: 0;
}

.text-center .divider,
.divider.text-center {
  margin-left: calc(-50% - 30px);
}

/* ----------------------- FORMS ----------------------- */

.form-control {
  background: #f9f9f9;
}

.form-control:disabled,
.form-control[readonly] {
  cursor: not-allowed;
}

.custom-select {
  background-color: #f9f9f9;
}

.custom-control-label {
  font-size: 16px;
  line-height: 1.5;
}

label {
  font-size: 13px;
}

.form-group-sp {
  position: absolute;
  top: -9876543px;
  left: -9876543px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-group-description-inner > * {
  margin-bottom: 1rem !important;
}

/* ----------------------- BUTTON OVERRIDES ----------------------- */

.btn > i.fa {
  opacity: .6;
}

/* ----------------------- RADIUS OVERRIDES ----------------------- */

.btn {
  border-radius: 2px;
}

.custom-select {
  border-radius: 2px;
}

.form-control {
  border-radius: 2px;
}

.input-group-text {
  border-radius: 2px;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  border-radius: 2px;
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  border-radius: 2px;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* ----------------------- BOOTSTRAP MODAL ----------------------- */

.modal-backdrop.show {
  opacity: .9;
}

.modal-body > *:last-child {
  margin-bottom: 0;
}

/* ----------------------- TEMPLATE: MENU ----------------------- */

#menu {
  background: #fff;
  padding: 0;
  z-index: 900;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
}

#menu .container {
  position: relative;
}

#menu .col-left {
  float: left;
}

/* LOGO IMAGE */

#menu .col-left a.logo {
  display: block;
  padding: 15px 5px 15px 0;
  margin: 0;
}

#menu .col-left a.logo img {
  height: 60px;
  width: auto;
}

/* LOGO HEADLINE */

#menu .col-left a.text {
  display: block;
  padding: 30px 5px 30px 0;
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  display: block;
  font-weight: 700;
}

/* MENU */

#menu .col-right {
  float: right;
}

#menu ul.menu-main {
  list-style: none outside none;
  margin: 0 -5px 0 0;
  padding: 0;
}

#menu ul.menu-main > li {
  float: left;
  position: relative;
}

#menu ul.menu-main > li > a {
  line-height: 20px;
  padding: 35px 5px 35px 5px;
  display: block;
  color: #686868;
  transition: all .2s ease 0s;
  font-size: 16px;
  position: relative;
}

#menu ul.menu-main > li > a:before {
  height: 3px;
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  content: "";
  background: #3a8cc4;
  opacity: 0;
  transition: all .3s ease 0s;
  transform: scaleX(0);
}

#menu ul.menu-main > li:hover > a {
  color: #444;
}

#menu ul.menu-main > li:hover > a:before {
  opacity: .3;
  transform: scaleX(1);
}

#menu ul.menu-main > li.active > a:before {
  opacity: 1;
  transform: scaleX(1);
}

@media ( min-width: 992px ) {
  
  #menu ul.menu-main {
    margin-right: -15px;
  }
  
  #menu ul.menu-main > li > a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }
  
  #menu ul.menu-main > li > a:before {
    left: 15px;
    right: 15px;
  }
  
}

/* ----------------------- TEMPLATE: PAGEBUILDER BLOCKS ----------------------- */

.block-outer {
  padding: 30px 0 1px 0;
  background-size: cover;
  position: relative;
}

@media ( min-width: 576px ) {
  
  .block-outer {
    padding: 45px 0 15px 0;
  }
  
}

@media ( min-width: 768px ) {
  
  .block-outer {
    padding: 60px 0 30px 0;
  }
  
}

@media ( min-width: 992px ) {
  
  .block-outer {
    padding: 75px 0 45px 0;
  }
  
}

@media ( min-width: 1200px ) {
  
  .block-outer {
    padding: 90px 0 60px 0;
  }

}

.block-outer .block-outer {
  padding: 0;
  /*height: 100%;*/
}

.block-outer > .block-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.block-outer > .block-slideshow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.block-inner {
  position: relative;
}

/* BG SLIDESHOW */

.vegas-overlay,
.vegas-content-scrollable,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
}

.vegas-content-scrollable {
    position: relative;
    height: 100%;
    overflow: auto;
}

.vegas-overlay {
    opacity: .5;
    background: transparent url("overlays/02.png") center center repeat;
}

.vegas-timer {
    top: auto;
    bottom: 0;
    height: 2px;
}

.vegas-timer-progress {
    width: 0%;
    height: 100%;
    background: white;
    transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
    width: 100%;
}

.vegas-slide,
.vegas-slide-inner {
    margin: 0;
    padding: 0;
    background: transparent center center no-repeat;
    transform: translateZ(0);
    will-change: transform, opacity;
}

body .vegas-container {
    overflow: hidden !important;
    position: relative;
}

.vegas-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

body.vegas-container {
    overflow: auto;
    position: static;
    z-index: -2;
}

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
    position: fixed;
    z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */
/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
    opacity: 0;
    -webkit-filter: blur(32px) brightness(1.01);
            filter: blur(32px) brightness(1.01);
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
    opacity: 1;
    -webkit-filter: blur(0px) brightness(1.01);
            filter: blur(0px) brightness(1.01);
}

.vegas-transition-blur2-out {
    opacity: 0;
}

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
            filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
    opacity: 1;
    -webkit-filter: contrast(100%) saturate(100%);
            filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
            filter: contrast(1000%) saturate(1000%);
}

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
    opacity: 0;
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
    opacity: 1;
}

.vegas-transition-fade2-out {
    opacity: 0;
}

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
    opacity: 0;
    -webkit-filter: brightness(25);
            filter: brightness(25);
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
    opacity: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
}

.vegas-transition-flash2-out {
    opacity: 0;
    -webkit-filter: brightness(25);
            filter: brightness(25);
}

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
    opacity: 0;
    -webkit-filter: invert(100%);
            filter: invert(100%);
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
    opacity: 1;
    -webkit-filter: invert(0);
            filter: invert(0);
}

.vegas-transition-negative2-out {
    opacity: 0;
    -webkit-filter: invert(100%);
            filter: invert(100%);
}

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
    transform: translateY(-100%);
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
    transform: translateY(0%);
}

.vegas-transition-slideDown2-out {
    transform: translateY(100%);
}

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
    transform: translateX(100%);
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
    transform: translateX(0%);
}

.vegas-transition-slideLeft2-out {
    transform: translateX(-100%);
}

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
    transform: translateX(-100%);
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
    transform: translateX(0%);
}

.vegas-transition-slideRight2-out {
    transform: translateX(100%);
}

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
    transform: translateY(100%);
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
    transform: translateY(0%);
}

.vegas-transition-slideUp2-out {
    transform: translateY(-100%);
}

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
    transform: scale(2) rotate(35deg);
    opacity: 0;
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

.vegas-transition-swirlLeft2-out {
    transform: scale(2) rotate(-35deg);
    opacity: 0;
}

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
    transform: scale(2) rotate(-35deg);
    opacity: 0;
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

.vegas-transition-swirlRight2-out {
    transform: scale(2) rotate(35deg);
    opacity: 0;
}

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
    transform: scale(0);
    opacity: 0;
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
    transform: scale(1);
    opacity: 1;
}

.vegas-transition-zoomIn2-out {
    transform: scale(2);
    opacity: 0;
}

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
    transform: scale(2);
    opacity: 0;
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
    transform: scale(1);
    opacity: 1;
}

.vegas-transition-zoomOut2-out {
    transform: scale(0);
    opacity: 0;
}

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
    -webkit-animation: kenburns ease-out;
            animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
    0% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes kenburns {
    0% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
    -webkit-animation: kenburnsDownLeft ease-out;
            animation: kenburnsDownLeft ease-out;
}

@-webkit-keyframes kenburnsDownLeft {
    0% {
        transform: scale(1.5) translate(10%, -10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDownLeft {
    0% {
        transform: scale(1.5) translate(10%, -10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
    -webkit-animation: kenburnsDownRight ease-out;
            animation: kenburnsDownRight ease-out;
}

@-webkit-keyframes kenburnsDownRight {
    0% {
        transform: scale(1.5) translate(-10%, -10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDownRight {
    0% {
        transform: scale(1.5) translate(-10%, -10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
    -webkit-animation: kenburnsDown ease-out;
            animation: kenburnsDown ease-out;
}

@-webkit-keyframes kenburnsDown {
    0% {
        transform: scale(1.5) translate(0, -10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDown {
    0% {
        transform: scale(1.5) translate(0, -10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
    -webkit-animation: kenburnsLeft ease-out;
            animation: kenburnsLeft ease-out;
}

@-webkit-keyframes kenburnsLeft {
    0% {
        transform: scale(1.5) translate(10%, 0);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsLeft {
    0% {
        transform: scale(1.5) translate(10%, 0);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
    -webkit-animation: kenburnsRight ease-out;
            animation: kenburnsRight ease-out;
}

@-webkit-keyframes kenburnsRight {
    0% {
        transform: scale(1.5) translate(-10%, 0);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsRight {
    0% {
        transform: scale(1.5) translate(-10%, 0);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
    -webkit-animation: kenburnsUpLeft ease-out;
            animation: kenburnsUpLeft ease-out;
}

@-webkit-keyframes kenburnsUpLeft {
    0% {
        transform: scale(1.5) translate(10%, 10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUpLeft {
    0% {
        transform: scale(1.5) translate(10%, 10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
    -webkit-animation: kenburnsUpRight ease-out;
            animation: kenburnsUpRight ease-out;
}

@-webkit-keyframes kenburnsUpRight {
    0% {
        transform: scale(1.5) translate(-10%, 10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUpRight {
    0% {
        transform: scale(1.5) translate(-10%, 10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
    -webkit-animation: kenburnsUp ease-out;
            animation: kenburnsUp ease-out;
}

@-webkit-keyframes kenburnsUp {
    0% {
        transform: scale(1.5) translate(0, 10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUp {
    0% {
        transform: scale(1.5) translate(0, 10%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}


/* BG VIDEO */

.jquery-background-video-wrapper {
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.jquery-background-video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-o-object-fit: cover;
  object-fit: cover;
	-webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.js .jquery-background-video {
	opacity: 0;
	-webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.js .jquery-background-video.is-visible {
	opacity: 1;
}

/* ----------------------- TEMPLATE: CONTENT ----------------------- */

#content {
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #fff;;
}

/* ----------------------- TEMPLATE: SIDEBAR ----------------------- */

#sidebar-left ul {
  list-style: none outside none;
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 14px;
  line-height: 20px;
}

#sidebar-left ul > li {
  padding: 0;
}

#sidebar-left ul > li > a {
  display: block;
  padding: 10px 15px;
  color: #808080;
  background: #f5f5f5;
  margin: 0 0 7px 0;
}

#sidebar-left ul > li.active > a {
  background: #3a8cc4;
  color: #fff;
}

/* 2. EBENE */

#sidebar-left ul > li > ul {
  margin: 0;
}

#sidebar-left ul > li > ul > li > a {
  padding-left: 30px;
}

#sidebar-left ul > li.active > ul > li.active > a {
  background: #f5f5f5;
  color: #3a8cc4;
  font-weight: 700;
}

/* 3. EBENE */

#sidebar-left ul > li > ul > li > ul {
  margin: 0;
}

#sidebar-left ul > li > ul > li > ul > li > a {
  padding-left: 45px;
}

#sidebar-left ul > li.active > ul > li.active > ul > li.active > a {
  background: #f5f5f5;
  color: #3a8cc4;
  font-weight: 700;
}

/* 4. EBENE */

#sidebar-left ul > li > ul > li > ul > li > ul {
  margin: 0;
}

#sidebar-left ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 60px;
}

#sidebar-left ul > li.active > ul > li.active > ul > li.active > ul > li.active > a {
  background: #f5f5f5;
  color: #3a8cc4;
  font-weight: 700;
}

/* 5. EBENE */

#sidebar-left ul > li > ul > li > ul > li > ul {
  margin: 0;
}

#sidebar-left ul > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 75px;
}

#sidebar-left ul > li.active > ul > li.active > ul > li.active > ul > li.active > ul > li.active > a {
  background: #f5f5f5;
  color: #3a8cc4;
  font-weight: 700;
}

/* TAGS */

#sidebar-left ul#categories > li > a {
  position: relative;
}

#sidebar-left ul#categories > li > a > i {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 24px;
  height: 24px;
  color: #808080;
  line-height: 24px;
  text-align: center;
  border-radius: 2px;
  background: #ddd;
}

/* ----------------------- TEMPLATE: BOTTOM ----------------------- */

#bottom {
  padding: 30px 0 1px 0;
}

@media ( min-width: 576px ) {
  
  #bottom {
    padding: 45px 0 15px 0;
  }
  
}

@media ( min-width: 768px ) {
  
  #bottom {
    padding: 60px 0 30px 0;
  }
  
}

@media ( min-width: 992px ) {
  
  #bottom {
    padding: 75px 0 45px 0;
  }
  
}

@media ( min-width: 1200px ) {
  
  #bottom {
    padding: 90px 0 60px 0;
  }

}

#bottom {
  position: relative;
  color: rgba(255,255,255,.6);
}

#bottom .h4 {
  color: #fff;
}

#bottom a {
  color: #fff;
}

#bottom p {
  margin: 0 0 15px 0;
}

#bottom p:last-child {
  margin: 0 0 30px 0;
}

#bottom ul {
  list-style: none outside none;
  padding: 0;
  margin: -15px 0 15px 0;
}

#bottom ul li {
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding: 15px 0;
}

#bottom ul li.link {
  padding: 0;
}

#bottom ul li.link > a {
  padding: 15px 0;
  display: block;
  color: #fff;
  color: rgba(255,255,255,.6);
  transition: all .15s ease;
}

#bottom ul li.link > a:hover {
  color: #fff;
}

#bottom ul li:last-child {
  border-bottom: 0 none;
}

#bottom ul li.icon {
  position: relative;
  padding-left: 45px;
}

#bottom ul li.icon i {
  position: absolute;
  left: 0;
  line-height: inherit;
  font-size: inherit;
  text-align: center;
  color: #fff;
}

#bottom a.text-link:before {
  background: rgba(255,255,255,.3);
}

#bottom a.text-link:after {
  background: rgba(255,255,255,.6);
}

/* ----------------------- TEMPLATE: FOOTER ----------------------- */

#footer {
  padding: 30px 0 30px 0;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  color: rgba(255,255,255,.7);
  border-top: 1px solid rgba(255,255,255,.1);
}

#footer .col-left {
  float: left;
}

#footer .col-right {
  float: right;
}

#footer a {
  color: #fff;
  color: rgba(255,255,255,.7);
  transition: all .15s ease;
}

#footer a:hover {
  color: #fff;
}

#footer .col-right a {
  margin: 0 0 0 15px;
}

#footer .col-right a:first-child {
  margin: 0;
}

#footer p {
  margin: 0;
}

/* ----------------------- TEMPLATE: OFFCANVAS ----------------------- */

#wrapper {
  position: relative;
}

#offcanvas {
  position: fixed;
  top: 0;
  right: -101%;
  width: 100%;
  width: calc(100% - 30px);
  height: 100%;
  padding: 30px;
  background-color: #fff;
  border: 0 none;
  transition: all .3s ease 0s;
  z-index: 5000;
  overflow-y: auto;
}

#offcanvas-before {
  position: fixed;
  top: 0;
  right: -101%;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0 none;
  transition: all .3s ease .2s;
  z-index: 4900;
  overflow-y: auto;
  content: "";
  cursor: pointer;
}

.offcanvas-active #offcanvas {
  right: 0;
  transition: all .3s ease .2s;
}

.offcanvas-active #offcanvas-before {
  right: 0;
  transition: all .3s ease 0s;
}

.offcanvas-active #offcanvas {
  right: 0;
}

html.offcanvas-active {
  overflow: hidden;
}

#offcanvas .offcanvas-headline {
  padding: 0 0 15px 0;
  line-height: 30px;
  font-size: 22px;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #e3e3e3;
}

#offcanvas #offcanvas-close {
  position: absolute;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  right: 0;
  top: 0;
  font-size: 30px;
}

#offcanvas ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}

#offcanvas ul li {
  padding: 0;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
}

#offcanvas ul li a {
  display: block;
  padding: 15px 0;
  position: relative;
}

#offcanvas ul.level-1 > li a {
  left: 60px;
  opacity: 0;
  transition: left .3s ease .4s, opacity .3s ease .4s;
}

.offcanvas-active #offcanvas ul.level-1 > li a {
  left: 0;
  opacity: 1;
}

.offcanvas-active #offcanvas ul.level-1 > li:nth-child(2) a {
  transition-delay: .45s;
}

.offcanvas-active #offcanvas ul.level-1 > li:nth-child(3) a {
  transition-delay: .5s;
}

.offcanvas-active #offcanvas ul.level-1 > li:nth-child(4) a {
  transition-delay: .55s;
}

.offcanvas-active #offcanvas ul.level-1 > li:nth-child(5) a {
  transition-delay: .6s;
}

.offcanvas-active #offcanvas ul.level-1 > li:nth-child(6) a {
  transition-delay: .65s;
}

.offcanvas-active #offcanvas ul.level-1 > li:nth-child(7) a {
  transition-delay: .7s;
}

.offcanvas-active #offcanvas ul.level-1 > li:nth-child(8) a {
  transition-delay: .75s;
}

.offcanvas-active #offcanvas ul.level-1 > li:nth-child(9) a {
  transition-delay: .8s;
}

.offcanvas-active #offcanvas ul.level-1 > li:nth-child(10) a {
  transition-delay: .85s;
}

.offcanvas-active #offcanvas ul.level-1 > li:nth-child(11) a {
  transition-delay: .9s;
}

.offcanvas-active #offcanvas ul.level-1 > li:nth-child(12) a {
  transition-delay: .95s;
}

/* ----------------------- ACCORDION ----------------------- */

.accordions {
  margin: 0 0 30px 0;
}

.accordion-title {
  margin: -1px 0 0 0;
  display: block;
  padding: 15px 0 15px 35px;
  position: relative;
  cursor: pointer;
  font-size: inherit;
  font-weight: 400;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.accordion-title:before {
  position: absolute;
  left: 0;
  top: 15px;
  height: 18px;
  line-height: 18px;
  width: 18px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  display: inline-block;
  letter-spacing: 0 !important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
}

.accordion-title:hover:before,
.accordion-title.accordion-active:before {
  background: #3a8cc4;
  color: #fff;
  transition: all .2s ease;
}

.accordion-title.accordion-active:before {
  content: "\f068";
}

.accordion-content {
  position: relative;
  display: none;
  padding: 30px 0 0 0;
}

/* ----------------------- COUNTDOWN ----------------------- */

.countdown {
  padding: 30px 15px;
  text-align: center;
  color: #fff;
}

.countdown .h2 {
  margin: 0;
  color: #fff;
}

.countdown span {
  font-size: 13px;
}

.row-countdown.row-responsive {
  margin-bottom: 15px;
}

.row-countdown.row-responsive .countdown {
  margin-bottom: 15px;
}

@media ( min-width: 768px ) {
  
  .row-countdown.row-responsive {
    margin-bottom: 0;
  }
  
  .row-countdown.row-responsive .countdown {
    margin-bottom: 30px;
  }
  
}

@media ( min-width: 1400px ) {
  
  .row-countdown.row-responsive {
    margin-bottom: -30px;
  }
  
  .row-countdown.row-responsive .countdown {
    margin-bottom: 60px;
  }
  
}

/* ----------------------- CARDS - GENERAL ----------------------- */

.card {
  position: relative;
  display: block !important;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  margin: 0 0 30px 0;
  text-align: center;
}

.card a.card-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  text-indent: -987654321px;
}

.card .card-headline {
  margin: 0 0 15px 0;
}

.card.card-media-image img {
  border: 0 none;
}

.card.card-media-icon .card-media i {
  font-style: normal;
}

.card.card-media-none .card-media {
  display: none !important;
}

.card .card-content p {
  margin: 0 0 15px 0;
}

.card .card-content p:last-child {
  margin-bottom: 30px;
}

.card.frontend-edit-element-hover:before {
  /*display: none;*/
}

.card.frontend-edit-element-hover:after {
  /*display: none;*/
}

.row-cards.row-gutters-0 {
  padding-bottom: 30px;
}

.row-cards.row-gutters-0 .card {
  margin-bottom: 0;
}

.row-cards.row-gutters-15 {
  padding-bottom: 15px;
}

.row-cards.row-gutters-15 .card {
  margin-bottom: 15px;
}

.row-cards.row-gutters-60 {
  margin-bottom: -30px;
}

.row-cards.row-gutters-60 .card {
  margin-bottom: 60px;
}

.row-cards.row-responsive {
  margin-bottom: 15px;
}

.row-cards.row-responsive .card {
  margin-bottom: 15px;
}

@media ( min-width: 768px ) {
  
  .row-cards.row-responsive {
    margin-bottom: 0;
  }
  
  .row-cards.row-responsive .card {
    margin-bottom: 30px;
  }
  
}

@media ( min-width: 1400px ) {
  
  .row-cards.row-responsive {
    margin-bottom: -30px;
  }
  
  .row-cards.row-responsive .card {
    margin-bottom: 60px;
  }
  
}

/* CARD LAYOUT 1 */

.card-layout-1 {
  overflow: hidden;
}

.bg-light .card-layout-1 {
  background: #fff;
}

.card-layout-1 .card-headline {
  font-size: 1.25rem;
  margin: 0;
  padding: 15px 30px;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.card-layout-1.card-media-image .card-media img {
  transition: all .5s ease;
}

.card-layout-1.card-media-image:hover .card-media img {
  transform: scale(1.1);
}

.card-layout-1 .card-content {
  font-size: inherit;
  margin: 0;
  padding: 30px 30px 1px 30px;
  position: relative;
}

.card-layout-1.card-media-icon .card-media i {
  font-size: 4rem;
  line-height: 1;
}

.card-layout-1 .card-media {
  overflow: hidden;
  position: relative;
}

.card-layout-1.card-media-icon .card-media {
  min-height: 8rem;
  min-height: calc(4rem + 60px);
}

.card-layout-1 .card-bottom {
  height: 2px;
  width: 100%;
  opacity: 0;
  transition: all .5s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-layout-1:hover .card-bottom {
  opacity: 1;
}

/* CARD LAYOUT 2 */

.card-layout-2 {
  min-height: 45px;
  text-align: left;
}

.card-layout-2.card-media-icon,
.card-layout-2.card-media-image {
  padding-left: 60px;
}

.card-layout-2.card-media-image .card-media {
  border: 0 none;
}

.card-layout-2.card-media-image .card-media img {
  float: left;
  width: 45px;
  height: 45px;
  object-fit: cover;
}

.card-layout-2 .card-media {
  width: 45px !important;
  height: 45px !important;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  line-height: 45px;
  z-index: 2;
  overflow: hidden;
  transition: all .3s ease;
  z-index: 10;
}

.card-layout-2 .card-headline {
  font-size: 1.15rem;
  margin-bottom: 7.5px;
}

/* CARD LAYOUT 3 */

.card-layout-3.card-media-image .card-media img {
  float: left;
  width: 90px;
  height: 90px;
}

.card-layout-3 .card-media {
  width: 90px !important;
  height: 90px !important;
  display: block;
  border-radius: 2px;
  line-height: 90px;
  font-size: 35px;
  overflow: hidden;
  transition: all .3s ease;
  margin: 0 auto 15px auto;
}

.card-layout-3 .card-headline {
  font-size: 1.15rem;
  margin-bottom: 7.5px;
}

/* CARD LAYOUT 4 */

.card-layout-4 {
  overflow: hidden;
  position: relative;
  padding: 30px 30px 1px 30px;
  text-align: left;
}

.card-layout-4:before {
  content: "";
  position: absolute;
  top: 0;
  height: 50%;
  left: 0;
  right: 0;
  z-index: 15;
  opacity: 1;
  transition: all .3s ease;
  background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.card-layout-4:hover:before {
  opacity: 0;
}

.card-layout-4 .card-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100% + 60px);
  background-size: cover;
  transition: all .3s ease;
  z-index: 5;
}

.card-layout-4:hover .card-background {
  right: -50px;
}

.card-layout-4 .card-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all .3s ease;
  z-index: 10;
  opacity: 0;
}

.card-layout-4:hover .card-background-overlay {
  opacity: .9;
}

.card-layout-4 .card-headline {
  position: relative;
  z-index: 20;
  color: #fff;
  font-size: 1.25rem;
  padding-bottom: 15px;
}

.card-layout-4 .card-headline:before {
  height: 2px;
  position: absolute;
  left: 0;
  width: 0;
  background: #fff;
  content: "";
  bottom: 0;
  transition: all .3s ease;
}

.card-layout-4:hover .card-headline:before {
  width: 100%;
}

.card-layout-4 .card-content {
  position: relative;
  z-index: 20;
  color: #fff !important;
  transition: all .3s ease;
  opacity: 0;
  left: 50%;
}

.card-layout-4:hover .card-content {
  opacity: 1;
  left: 0;
}

/* ----------------------- SLABTEXT ----------------------- */

.slabtexted .slabtext {
  display: -moz-inline-box;
  display: inline-block;
  white-space: nowrap;
}

.slabtextinactive .slabtext {
  display: inline;
  white-space: normal;
  font-size: 1em !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  *letter-spacing: normal !important;
  *word-spacing: normal !important;
}

.slabtextdone .slabtext {
  display: block;
}

/* ----------------------- TABS ----------------------- */

/* TABS */

.nav-tabs .nav-item {
  padding-left: 2px;
  padding-right: 2px;
}

.nav-tabs .nav-item:first-child {
  padding-left: 0;
}

.nav-tabs .nav-item:last-child {
  padding-right: 0;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
  background: #fff;
}

/* PILLS */

.nav-pills .nav-item {
  padding-left: 3px;
  padding-right: 3px;
}

.nav-pills .nav-item:first-child {
  padding-left: 0;
}

.nav-pills .nav-item:last-child {
  padding-right: 0;
}

/* ----------------------- DOWNLOAD LAYOUT 1 ----------------------- */

.download {
  margin: 0 0 30px 0;
  display: block;
  padding: 15px 35px 15px 0;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.download:before {
  position: absolute;
  right: 0;
  top: 15px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  width: 20px;
  background: #333;
  color: #fff;
  display: inline-block;
  letter-spacing: 0 !important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f063";
  transition: all .1s ease;
}

.download + .download {
  margin-top: -31px;
}

.download + br {
  display: none;
}

/* ----------------------- BLOG ----------------------- */

.meta {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin: 0 0 30px 0;
  font-size: 13px;
}

.meta a:first-child {
  padding-left: 0;
}

.meta a {
  float: left;
  display: block;
  padding: 10px 7px;
}

.meta a > i {
  margin-right: 3px;
}

/* ----------------------- LOCKING MAP ----------------------- */

.locked-map-preview {
  background-size: cover;
  background-image: url(../images/map.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0 0 30px 0;
  position: relative;
}

.locked-map-show {
  position: absolute;
  top: 15px;
  right: 15px;
}

.locked-map-notice {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,.6);
  font-size: 11px;
  line-height: 16px;
  padding: 6px 12px;
}

.locked-map-notice a {
  text-decoration: underline;
}

/* ----------------------- LOCKING VIDEO ----------------------- */

.locked-youtube-preview {
  background-size: cover;
  background-image: url(../images/youtube.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0 0 30px 0;
  position: relative;
}

.locked-youtube-show {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 100px;
  font-size: 50px;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: -50px 0 0 -50px;
  color: #fff !important;
  border-radius: 50px;
  display: block;
  transition: all .3s ease;
}

.locked-youtube-show i {
  position: relative;
  left: 5px;
}

.locked-youtube-notice {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(0,0,0,.6);
  font-size: 11px;
  line-height: 16px;
  padding: 6px 12px;
  color: rgba(255,255,255,.6);
}

.locked-youtube-notice a {
  color: rgba(255,255,255,.6) !important;
  text-decoration: underline;
}

/* ----------------------- LOCKING IFRAME ----------------------- */

.locked-iframe-container,
.unlocked-iframe-container {
  margin: 0 0 30px 0;
  width: 100%;
}

.locked-iframe-container > iframe,
.unlocked-iframe-container > iframe {
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 60px;
}

.locked-iframe-notice {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px;
  margin: 0;
  text-align: center;
  border: 3px solid #3a8cc4;
}

.locked-iframe-notice > *:last-child {
  margin-bottom: 0;
}

.locked-iframe-notice p a {
  color: #333;
  text-decoration: underline;
}

/* ----------------------- PDF ----------------------- */

object.pdf {
  width: 100%;
  margin: 0 0 30px 0;
}

/* ----------------------- SLIDER ----------------------- */

/* BASICS */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.draggable {
  cursor: pointer;
  cursor: hand;
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.slick-list.draggable:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  outline: none;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none !important;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  
}
*/

/* PREV/NEXT */

.slick-prev,
.slick-next {
  position: absolute;
  top: -45px;
  display: none !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  cursor: pointer;
  z-index: 50;
  background: #000;
  color: #fff;
  outline: none;
  margin: 0;
  font-size: 20px;
  transition: all .3s ease;
  outline: none !important;
  border: 0 none;
  text-align: center;
}

@media (min-width: 992px) {
  
  .slick-prev,
  .slick-next {
    display: block !important;
  }

}

.slick-prev i.fal {
  position: relative;
  left: -1px;
}

.slick-next i.fal {
  position: relative;
  left: 1px;
}

.slick-prev:hover,
.slick-next:hover {
  color: #fff !important;
}

.slick-prev {
  right: 60px;
  transition-delay: .1s;
}

.slick-next {
  right: 15px;
}

.slick-slider:hover .slick-prev {
  top: 15px;
}

.slick-slider:hover .slick-next {
  top: 15px;
}

/* Dots DISABLED  */

.slick-dotted.slick-slider {
  
}

.slick-dots {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: -15px 0 30px 0;
  list-style: none;
  text-align: center;
  height: 10px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  background: #e3e3e3;
  cursor: pointer;
  border-radius: 7px;
  top: -3px;
}

.slick-dots li:hover {
  background: #d5d5d5;
}

.slick-dots li button {
  display: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* ----------------------- IMAGE CAROUSEL ----------------------- */

.image-carousel-loading {
  background-color: #f5f5f5;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 60px;
  width: 100%;
  min-height: 180px;
  margin: 0 0 30px 0;
}

.image-carousel {
  position: relative;
  background: transparent;
  overflow: hidden;
}

.image-carousel img {
  width: 100%;
  height: auto;
}

.image-carousel .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(0,0,0,.75);
  color: rgba(255,255,255,.75) !important;
  font-size: 12px;
}

.image-carousel .caption a {
  color: rgba(255,255,255,.75) !important;
}

.image-carousel .caption h1,
.image-carousel .caption h2,
.image-carousel .caption h3,
.image-carousel .caption h4,
.image-carousel .caption h5,
.image-carousel .caption h6,
.image-carousel .caption .h1,
.image-carousel .caption .h2,
.image-carousel .caption .h3,
.image-carousel .caption .h4,
.image-carousel .caption .h5,
.image-carousel .caption .h6 {
  color: #fff;
}

.image-carousel .caption > * {
  margin: 0 0 15px 0;
}

.image-carousel .caption > *:last-child {
  margin: 0;
}


.image-carousel-main {
  margin: 0 0 30px 0;
}

.image-carousel-nav {
  margin: 0 0 30px 0;
}

.image-carousel-nav .slick-slide {
  margin: 0 15px;
}

.image-carousel-nav .slick-list {
  margin: 0 -15px;
}

.image-carousel-nav .slick-prev,
.image-carousel-nav .slick-next {
  top: 50%;
  margin-top: -21px;
}

.image-carousel-nav .slick-prev {
  right: auto;
  left: 15px;
}

.image-carousel-nav.slick-slider:hover .slick-prev {
  top: 50%;
}

.image-carousel-nav.slick-slider:hover .slick-next {
  top: 50%;
}

/* ----------------------- IMAGE SINGLE BLOCK ----------------------- */

.images-loading {
  background-color: #f5f5f5;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 60px;
  width: 100%;
  min-height: 180px;
}

.images {
  overflow: hidden;
  margin: 0 0 30px 0;
  position: relative;
}

.image {
  position: relative;
}

.images img {
  width: 100%;
}

.images .caption {
  margin-top: 15px;
  text-align: center;
}

.images .caption > * {
  margin: 0 0 15px 0;
}

.images .caption > *:last-child {
  margin: 0;
}

/* ----------------------- IMAGE MULTIPLE SLIDER ----------------------- */

.images-multiple .slick-slide {
  margin: 0 3px;
}

.images-multiple  .slick-list {
  margin: 0 -3px;
  padding: 0 30px;
}

.images-multiple .slick-slide img {
  opacity: .3;
  transition: all .15s ease;
  transform: scale(.96);
}

.images-multiple .slick-slide.slick-current img {
  opacity: 1;
  transition: all .6s ease .6s;
  transform: scale(1);
}

.images-multiple .slick-slide .caption {
  opacity: 0;
  transition: all .15s ease;
  transform: translateY(15px);
  transform-origin: center top;
}

.images-multiple .slick-slide.slick-current .caption {
  opacity: 1;
  transition: all .6s ease .6s;
  transform: translateY(0);
}

.images-multiple:hover .slick-prev,
.images-multiple:hover .slick-next {
  top: 0;
}

.images-multiple .slick-prev,
.images-multiple .slick-next {
  width: 40px;
  height: 100%;
  background: transparent;
  top: 0;
  bottom: 0;
  border-radius: 0 !important;
  display: block !important;
}

.images-multiple .slick-prev i,
.images-multiple .slick-next i {
  height: 40px;
  width: 40px;
  top: 45%;
  position: absolute;
  margin-top: -20px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  color: #fff !important;
  background: #000;
}

.images-multiple .slick-prev {
  left: 0;
  right: auto;
}

.images-multiple .slick-next {
  right: 0;
  left: auto;
}

.images-multiple .slick-prev i {
  left: 0;
  right: auto;
}

.images-multiple .slick-next i {
  right: 0;
  left: auto;
}

@media ( min-width: 768px ) {
  
  .images-multiple .slick-slide {
    margin: 0 7.5px;
  }
  
  .images-multiple .slick-list {
    margin: 0 -7.5px;
    padding: 0 120px;
  }
  
  .images-multiple .slick-prev,
  .images-multiple .slick-next {
    width: 90px;
  }
  
}




/* ----------------------- SLIDESHOW ONLY ----------------------- */

.slideshow-loading {
  background-color: #f5f5f5;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 60px;
  width: 100%;
  min-height: 180px;
}

.slideshow-loading,
.slideshow {
  margin: 0 0 30px 0;
}

.slideshow img {
  margin: 0 auto;
  width: 100%;
}

.slideshow {
  position: relative;
  background: transparent;
  overflow: hidden;
}

.slideshow .slideshow-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 50;
}

.slideshow.slideshow-single {
  cursor: default;
}

.slideshow .slide {
  position: relative;
}

/* CAPTION LAYOUT 1 */

.slideshow .slide .caption {
  position: absolute;
  bottom: 2vw;
  max-width: 450px;
  width: auto;
  color: #fff;
  z-index: 15;
  transform-origin: left bottom;
  transform: scale(.6);
}

@media (min-width: 576px) {

  .slideshow .slide .caption {
    transform: scale(.7);
  }
  
}

@media (min-width: 768px) {
  
  .slideshow .slide .caption {
    transform: scale(.8);
  }

}

@media (min-width: 992px) {
  
  .slideshow .slide .caption {
    transform: scale(.9);
  }
  
}

@media (min-width: 1200px) {
  
  .slideshow .slide .caption {
    transform: scale(1);
  }
  
}

.container .slideshow .slide .container .caption {
  left: 2vw;
}

.slideshow .slide .caption-top {
  display: inline-block;
  padding: 15px;
  transition: all .15s ease;
  opacity: 0;
  transform: translateX(30px);
}

.slideshow .slide .caption-bottom {
  display: inline-block;
  padding: 15px;
  transition: all .15s ease;
  opacity: 0;
  transform: translateX(30px);
}

.slideshow .slide.slick-current .caption-top {
  transition: all .6s ease .6s;
  opacity: 1;
  transform: translateX(0);
}

.slideshow .slide.slick-current .caption-bottom {
  transition: all .6s ease .9s;
  opacity: 1;
  transform: translateX(0);
}

/* CAPTION GLOBAL */

.slideshow .slide .slideshow-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 5;
}

.slideshow .slide .caption h1,
.slideshow .slide .caption h2,
.slideshow .slide .caption h3,
.slideshow .slide .caption h4 {
  color: #fff;
  margin: 0 0 15px 0;
}

.slideshow .slide .caption p {
  color: #fff;
  margin: 0 0 15px 0;
}

.slideshow .slide .caption *:last-child {
  margin: 0;
}

/* ----------------------- TESTIMONIAL SLIDER ----------------------- */

.testimonial-slider .slick-list {
    margin: 0 -15px;
}

.testimonial-slider .slick-slide {
    margin: 0 15px;
}

/* ----------------------- TESTIMONIAL BLOCKED ----------------------- */

.testimonial.blocked {
  border: 0 none;
  padding: 30px 30px 1px 30px;
  margin: 0 0 75px 0;
  position: relative;
}

.testimonial.blocked:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 13px 0 13px;
  border-color: #f5f5f5 transparent transparent transparent;
  top: 100%;
  left: 30px;
}

.testimonial.blocked .testimonial-image {
  position: absolute;
  left:0;
  top: 100%;
  margin: 15px 0 0 0;
  width: 30px;
  height: 30px;
  border-radius: 15px;
}

.testimonial.blocked .testimonial-icon {
  position: absolute;
  left:0;
  top: 100%;
  margin: 15px 0 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 25px;
  text-align: center;
}

.testimonial.blocked .testimonial-content p + p {
  margin-top: -15px;
}

.testimonial.blocked .testimonial-footer {
  position: absolute;
  left:56px;
  top: 100%;
  margin: 20px 0 0 0;
  font-weight: 700;
  line-height: 20px;
}

.testimonial.blocked .testimonial-footer:before {
  content: "";
}

/* ----------------------- TESTIMONIAL CENTERED ----------------------- */

.testimonial.centered {
  text-align: center;
  border: 0 none;
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 22px;
  line-height: 30px;
}

.testimonial.centered .testimonial-image {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin: 0 auto 15px auto;
}

.testimonial.centered .testimonial-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 98px;
  margin: 0 auto 15px auto;
}

.testimonial.centered .testimonial-content p {
  margin: 0;
}

.testimonial.centered .testimonial-content p + p {
  margin-top: 15px;
}

.testimonial.centered .testimonial-footer {
  font-size: 13px;
  line-height: 20px;
  padding-top: 15px;
}

.testimonial.centered .testimonial-footer:before {
  content: "";
}

/* ----------------------- TIMELINE LAYOUT 1 ----------------------- */

.timeline-layout-1 {
  position: relative;
}

.timeline-layout-1:before {
  position: absolute;
  left: 75px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e3e3e3;
  content: "";
  display: none;
}

.timeline-layout-1 .timeline-entry {
  padding-left: 0;
  position: relative;
  margin: 0 0 30px 0;
}

.timeline-layout-1 .timeline-title {
  padding: 15px;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  line-height: 20px;
  font-size: 80%;
  position: relative;
  margin: 0 0 15px 0;
  width: 100%;
}

.timeline-layout-1 .timeline blockquote {
  background: #fff;
}

.timeline-layout-1 .timeline-content {
  padding: 30px 30px 1px 30px;
  position: relative;
}

.timeline-layout-1 .timeline-content:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f5f5f5 transparent transparent;
  content: "";
  top: 15px;
  left: -10px;
  position: absolute;
  display: none;
}

@media (min-width: 576px) {

  .timeline.timeline-layout-1:before {
    display: block;
  }
  
  .timeline-layout-1 .timeline-content::before {
    display: block;
  }
  
  .timeline-layout-1 .timeline-entry {
    padding-left: 180px;
  }
  
  .timeline-layout-1 .timeline-title {
    position: absolute;
    margin: 0;
    width: 150px;
  }
  
}

/* ----------------------- TIMELINE LAYOUT 2 ----------------------- */

.timeline-layout-2 {
  position: relative;
}

.timeline-layout-2:before {
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #e3e3e3;
  position: absolute;
  display: none;
}

.timeline-layout-2 .timeline-entry {
  margin: 0;
  position: relative;
}

.timeline-layout-2 .timeline-content {
  position: relative;
  display: block;
  transition: all 1s ease-in-out 0s;
}

.timeline-layout-2 .timeline-title {
  position: absolute;
  width: 60px;
  height: 60px;
  position: absolute;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  border-radius: 30px;
  top: 0;
  transition: all 1s ease-in-out 0s;
  left: 50%;
  margin-left: -30px;
  z-index: 10;
}


@media (min-width: 768px) {

  .timeline-layout-2:before {
    display: block;
  }
  
}

/* ----------------------- ROWS - DISTANCES ----------------------- */

.row-gutters-0 {
  margin-left: 0;
  margin-right: 0;
}

.row-gutters-0 > .col,
.row-gutters-0 > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.row-gutters-2 {
  margin-left: -1px;
  margin-right: -1px;
}

.row-gutters-2 > .col,
.row-gutters-2 > [class*="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}

.row-gutters-6 {
  margin-left: -3px;
  margin-right: -3px;
}

.row-gutters-6 > .col,
.row-gutters-6 > [class*="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}

.row-gutters-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.row-gutters-15 > .col,
.row-gutters-15 > [class*="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row-gutters-60 {
  margin-left: -30px;
  margin-right: -30px;
}

.row-gutters-60 > .col,
.row-gutters-60 > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

.row-gutters-90 {
  margin-left: -45px;
  margin-right: -45px;
}

.row-gutters-90 > .col,
.row-gutters-90 > [class*="col-"] {
  padding-left: 45px;
  padding-right: 45px;
}

.row-gutters-120 {
  margin-left: -60px;
  margin-right: -60px;
}

.row-gutters-120 > .col,
.row-gutters-120 > [class*="col-"] {
  padding-left: 60px;
  padding-right: 60px;
}

.row-responsive {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.row-responsive > .col,
.row-responsive > [class*="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media ( min-width: 768px ) {
  
  .row-responsive {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .row-responsive > .col,
  .row-responsive > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  
}

@media ( min-width: 1400px ) {
  
  .row-responsive {
    margin-left: -30px;
    margin-right: -30px;
  }
  
  .row-responsive > .col,
  .row-responsive > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  
}



/* ----------------------- TEXT LINKS ----------------------- */

a.text-link {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

a.text-link:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  content: "";
  left: 0;
  height: 1px;
  background: #e3e3e3;
}

a.text-link:after {
  position: absolute;
  bottom: 0;
  content: "";
  left: auto;
  right: 0;
  height: 1px;
  width: 0;
  transition: all .3s ease;
  transform-origin: left;
}

a.text-link:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}


/* ----------------------- BLOCKQUOTES ----------------------- */

blockquote {
  border-left: 3px solid #3a8cc4;
  background: #f5f5f5;
  padding: 30px 30px 30px 75px;
  position: relative;
  margin: 0 0 30px 0;
}

blockquote p:last-child {
  margin: 0;
}

blockquote:before {
  display: inline-block;
  letter-spacing: 0 !important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 20px;
  left: 30px;
  content: "\f10d";
  font-size: 30px;
  color: #3a8cc4;
}

/* ----------------------- URORDERED LISTS ----------------------- */

.content ul {
  list-style: none outside none;
  margin: -10px 0 20px 0;
  padding: 0 0 0 40px;
}

.content ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  line-height: 24px;
}

.content ul li:last-child {
  border-bottom: 0;
}

.content ul li:before {
  display: block;
  letter-spacing: 0 !important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content: "\f178";
  position: absolute;
  left: -40px;
  text-align: center;
}

.content ul li ul {
  margin: 10px 0 0 0;
  border-top: 1px solid #e3e3e3;
  padding: 0 0 0 40px;
}

.content ul li ul li:before {
  display: block;
  letter-spacing: 0 !important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content: "\f178";
  position: absolute;
  left: -40px;
  text-align: center;
}

.content ul li ul li:last-child {
  padding-bottom: 0;
}

.content ul.sitemap li {
  padding: 0;
}

.content ul.sitemap li a {
  padding: 10px 0;
  display: block;
}

.content ul.sitemap li:before {
  top: 10px;
}

.content ul.sitemap li ul {
  margin-top: 0;
}

/* ----------------------- ORDERED LISTS ----------------------- */

.content ol {
  list-style: none outside none;
  margin: -10px 0 20px 0;
  padding: 0 0 0 45px;
}

.content ol li {
  padding: 10px 0;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  counter-increment: step-counter;
  line-height: 24px
}

.content ol li:last-child {
  border-bottom: 0;
}

.content ol li:before {
  display: block;
  width: 24px;
  height: 24px;
  color: #fff;
  position: absolute;
  left: -40px;
  font-size: 11px;
  line-height: 25px;
  text-align: center;
  border-radius: 12px;
  text-indent: 1px;
  content: counter(step-counter);
}

.content ol.search-result li {
  padding: 0;
}

.content ol.search-result li a {
  padding: 10px 0;
  display: block;
}

.content ol.search-result li:before {
  top: 10px;
}

/* ----------------------- BILDERCOLLAGE ----------------------- */

.row-collage {
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-bottom: 15px;
}

.row-collage .col,
.row-collage [class*="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.collage {
  position: relative;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 15px 0;
}

.collage .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(0,0,0,.75);
  color: rgba(255,255,255,.75) !important;
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
  display: none;
}

.collage .caption > * {
  margin: 0 0 15px 0;
}

.collage .caption > *:last-child {
  margin: 0;
}

@media ( min-width: 992px ) {
  
  .collage .caption {
    display: block;
  }
  
  .collage a {
    display: none;
  }
  
}

.collage:hover .caption {
  opacity: 1;
  visibility: visible;
}

.collage-landscape {
  padding-bottom: 66.6667%;
}

.collage-portrait {
  padding-bottom: 133.3334%;
  padding-bottom: calc( 133.3334% + 15px );
}

@media ( min-width: 768px ) {
  
  /*
  .row-collage {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .row-collage .col,
  .row-collage [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .collage {
    margin: 0 0 30px 0;
  }

  .collage-portrait {
    padding-bottom: calc( 133.3334% + 30px );
  }
  */
  
}

/* ----------------------- BILDERGALERIE ----------------------- */

.row.row-galerie.row-gutters-0 {
  padding-bottom: 30px;
}

.row.row-galerie.row-gutters-0 a.gallery {
  margin-bottom: 0;
}

.row.row-galerie.row-gutters-2 {
  padding-bottom: 28px;
}

.row.row-galerie.row-gutters-2 a.gallery {
  margin-bottom: 2px;
}

.row.row-galerie.row-gutters-6 {
  padding-bottom: 24px;
}

.row.row-galerie.row-gutters-6 a.gallery {
  margin-bottom: 6px;
}

.row.row-galerie.row-gutters-60 {
  margin-bottom: -30px;
}

.row.row-galerie.row-gutters-60 a.gallery {
  margin-bottom: 60px;
}

.row.row-galerie.row-responsive {
  margin-bottom: 15px;
}

.row.row-galerie.row-responsive a.gallery {
  margin-bottom: 15px;
}

@media ( min-width: 768px ) {
  
  .row.row-galerie.row-responsive {
    margin-bottom: 0;
  }
  
  .row.row-galerie.row-responsive a.gallery {
    margin-bottom: 30px;
  }
  
}

@media ( min-width: 1400px ) {
  
  .row.row-galerie.row-responsive {
    margin-bottom: -30px;
  }
  
  .row.row-galerie.row-responsive a.gallery {
    margin-bottom: 60px;
  }
  
}

a.gallery {
  position: relative;
  display: block;
  margin: 0 0 30px 0;
}

a.gallery img {
  width: 100%;
  height: auto;
}

a.gallery:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: "";
  position: absolute;
  transition: all .3s ease;
}

a.gallery:hover:before {
  opacity: .9;
}

a.gallery i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  margin: -15px 0 0 -15px;
  color: #fff;
  transition: all .3s ease;
  transform: scale(.5);
  opacity: 0;
}

a.gallery:hover i {
  transform: scale(1);
  opacity: 1;
}

/* ----------------------- ALERTS ----------------------- */

.alert > *:last-child {
  margin-bottom: 0;
}

.alert {
  margin: 0 0 30px 0;
  border: 0 none;
  color: #fff;
  border-radius: 0;
  padding: 15px 15px 15px 18px;
  position: relative;
  transition: padding-left .6s ease;
}

.alert:before {
  content: "";
  width: 3px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  background: rgba(0,0,0,.1);
}

.alert a {
  color: #fff !important;
  border-bottom: 1px solid rgba(255,255,255,.6);
}

.alert-light a {
  border-bottom: 1px solid rgba(0,0,0,.3);
}

.alert-icon > i {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: inherit;
  width: 60px;
  text-align: center;
  line-height: inherit;
  opacity: .6;
}

.alert-icon {
  padding-left: 75px;
}

.alert-icon:before {
  width: 60px;
}

.alert-close .alert-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background: rgba(0,0,0,.1);
  color: #fff;
  text-align: center;
  line-height: 22px;
  font-size: 11px;
  border-radius: 0 0 0 3px;
  opacity: .6;
  cursor: pointer;
}

.alert-close .alert-close:hover {
  opacity: 1;
}

/* ----------------------- STICKY LINKS FIXED ----------------------- */

.active-fixed {
  padding-bottom: 55px;
}

#fixed {
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e3e3e3;
  position: fixed;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  z-index: 950;
  transform: translateY(0);
}

#fixed a {
  height: 55px;
  border: 0 none;
  padding: 0;
  float: left;
  text-align: center;
  border-right: 1px solid #e3e3e3;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 0;
}

#fixed a:last-child {
  border-right: 0 none;
}

#fixed a i {
  position: relative;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
}

#fixed a:hover {
  color: #fff;
}

#fixed a span {
  display: none;
}

#fixed.fixed-1 a {
  width: 100%;
}

#fixed.fixed-2 a {
  width: 50%;
}

#fixed.fixed-3 a {
  width: 33.332%;
}

#fixed.fixed-4 a {
  width: 25%;
}

#fixed.fixed-5 a {
  width: 20%;
}

#fixed.fixed-6 a {
  width: 16.665%;
}

#fixed.fixed-7 a {
  width: 14.280%;
}

#fixed.fixed-8 a {
  width: 12.5%;
}

#fixed.fixed-9 a {
  width: 11.110%;
}

#fixed.fixed-10 a {
  width: 10%;
}


@media ( min-width : 768px ) {
  
  #fixed {
    bottom: 0;
    right: -216px;
    width: 270px;
    left: auto;
    transition: all .5s ease .2s;
    border-top: 0 none;
    transform: translateY(0);
  }
  
  .scrolled-down #fixed {
    bottom: 50%;
    transform: translateY(50%);
  }
  
  #fixed:hover {
    right: 0;
    transition: all .5s ease;
  }
  
  #fixed.fixed-1 a,
  #fixed.fixed-2 a,
  #fixed.fixed-3 a,
  #fixed.fixed-4 a,
  #fixed.fixed-5 a,
  #fixed.fixed-6 a,
  #fixed.fixed-7 a,
  #fixed.fixed-8 a,
  #fixed.fixed-9 a,
  #fixed.fixed-10 a {
    width: 100%;
  }
  
  #fixed a {
    border-bottom: 1px solid #e3e3e3;
    border-right: 0 none;
    text-align: left;
    padding: 15px 0 15px 55px;
  }
  
  #fixed a:hover i {
    color: rgba(255,255,255,.66);
  }
  
  #fixed a span {
    display: block;
  }

  #fixed a:last-child {
    border-bottom: 0 none;
  }
  
  #fixed a i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    line-height: 54px;
    width: 54px;
    height: 54px;
    text-align: center;
    display: block;
  }
  
  .active-fixed {
    padding-bottom: 0;
  }
  
}

/* ----------------------- CONTAINER FOR TOASTS ----------------------- */

#important-alert {
  position: fixed;
  z-index: 999999999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

/* ----------------------- TOAST MESSAGES ----------------------- */

#messages {
  position: fixed;
  top: 30px;
  right: -400px;
  z-index: 1000;
  transition: all .6s ease 1s;
  font-family: arial,helvetica,sans-serif;
  letter-spacing: 0 !important;
}

#messages.active {
  right: 30px;
}

/* ----------------------- ADMIN ----------------------- */

#admin {
  background: #000;
  font-size: 12px;
  line-height: 20px;
  position: fixed;
  bottom: 75px;
  right: 15px;
  z-index: 1500;
  display: none;
}

#admin:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  right: 12.5px;
  content: "";
}

.active-frontend-edit #admin {
  display: block;
}

#admin a {
  color: #fff;
  padding: 10px;
  display: block;
}

#admin a:hover {
  color: #fff;
}

#admin-toggle {
  background: #000;
  font-size: 16px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1600;
  color: #fff;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0 !important;
}


#active-viewport {
  position: fixed;
  z-index: 1600;
  bottom: 15px;
  right: 61px;
  font-size: 12px;
  line-height: 45px;
  white-space: nowrap;
  background: #000;
  color: #fff !important;
  padding: 0 15px;
}

#active-viewport:before {
  content: "XS ab 0px";
}

@media (min-width: 576px) {
  
  #active-viewport:before {
    content: "SM ab 576px";
  }
  
}

@media (min-width: 768px) {
  
  #active-viewport:before {
    content: "MD ab 768px";
  }
  
}

@media (min-width: 992px) {
  
  #active-viewport:before {
    content: "LG ab 992px";
  }
  
}

@media (min-width: 1200px) {
  
  #active-viewport:before {
    content: "XL ab 1.200px";
  }
  
}

/* FRONTEND MODUS */

.active-frontend-edit #fixed {
  display: none !important;
}

.frontend-edit-element-hover:after {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 400;
  content: "";
  box-shadow: 0 0 0 10px inset rgba(0,0,0,.5);
  
}

.frontend-edit-element {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 500;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 30px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  display: none;
}

.frontend-edit-element:hover {
  background: #000;
  color: #fff;
}

.active-frontend-edit .frontend-edit-element {
  display: block;
}

/* SEO PREVIEW */


.seo-preview-container {
  max-width: 600px;
  font-family: arial,helvetica,sans-serif;
}

.seo-title {
  font-size: 18px;
  line-height: 1.33;
  margin: 0;
  color: #1a0dab;
  display: inline-block;
}

.seo-title:hover {
  text-decoration: underline;
  color: #1a0dab;
}

.seo-url {
  font-size: 14px;
  padding-top: 1px;
  padding-bottom: 3px;
  line-height: 1.43;
  color: #006621;
}

.seo-description {
  display: block;
  line-height: 1.54;
  word-wrap: break-word;
  font-size: 13px;
  color: #545454;
}

/* ----------------------- LIGHTBOX ----------------------- */

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}

.fancybox-active-frontend-edit .fancybox-slide--iframe .fancybox-content {
  max-height: 100%;
}

@media ( min-width: 1800px ) {
  
  .fancybox-active-frontend-edit .fancybox-toolbar {
    visibility: visible;
    opacity: 1;
    right: -60px;
    top: 15px;
  }
  
  .fancybox-active-frontend-edit {
    padding-left: 475px;
  }
  
  .fancybox-active-frontend-edit .fancybox-container {
    width: 475px;
    box-shadow: 0 0 30px rgba(0,0,0,.3);
  }
  
  .fancybox-active-frontend-edit .fancybox-slide {
    padding: 0;
  }
  
  .fancybox-active-frontend-edit .fancybox-infobar {
    display: none;
  }
  
  .fancybox-active-frontend-edit .fancybox-button {
    width: 45px;
    height: 45px;
    padding: 7.5px;
    background: #000;
  }
  
  .fancybox-active-frontend-edit .fancybox-navigation .fancybox-button div {
    padding: 0;
  }
  
  .fancybox-active-frontend-edit .fancybox-navigation .fancybox-button--arrow_right {
    right: -60px;
    left: auto;
    top: 61px;
  }
  
  .fancybox-active-frontend-edit .fancybox-navigation .fancybox-button--arrow_left {
    right: -60px;
    left: auto;
    top: 107px;
  }
  
  .fancybox-active-frontend-edit .fancybox-button svg path {
    fill: #fff;
  }
  
}




/* ----------------------- COOKIE NOTICE ----------------------- */

.cc-window {
  opacity: 1;
  transition: opacity 1s ease
}

.cc-window.cc-invisible {
  opacity: 0
}

.cc-animate.cc-revoke {
  transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0)
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
  text-decoration: underline
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999
}

.cc-window.cc-static {
  position: static
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row
}

.cc-revoke {
  padding: .5em
}

.cc-header {
  font-size: 18px;
  font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer
}

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em
}

.cc-link:hover {
  opacity: 1
}

.cc-link:active,
.cc-link:visited {
  color: initial
}

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap
}

.cc-banner .cc-btn:last-child {
  min-width: 140px
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline
}

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset
}

.cc-top {
  top: 1em
}

.cc-left {
  left: 1em
}

.cc-right {
  right: 1em
}

.cc-bottom {
  bottom: 1em
}

.cc-floating>.cc-link {
  margin-bottom: 1em
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0
}

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1
}

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between
}

.cc-compliance>.cc-btn {
  -ms-flex: 1;
  flex: 1
}

.cc-btn+.cc-btn {
  margin-left: .5em
}

@media print {
  
  .cc-revoke,
  .cc-window {
    display: none
  }
  
}

@media screen and (max-width:900px) {
  
  .cc-btn {
    white-space: normal
  }
  
}

@media screen and (max-width:414px) and (orientation:portrait), screen and (max-width:736px) and (orientation:landscape) {
  
  .cc-window.cc-top {
    top: 0
  }
  .cc-window.cc-bottom {
    bottom: 0
  }
  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1
  }
  .cc-window.cc-floating {
    max-width: none
  }
  .cc-window .cc-message {
    margin-bottom: 1em
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none
}

.cc-theme-classic .cc-btn {
  border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block
}

.cc-theme-edgeless.cc-window {
  padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
  margin-left: 0
}

.cc-revoke,
.cc-window {
  font-size: 14px;
  font-weight: 400;
}

.cc-link {
  padding: 0;
}

.cc-window {
  box-shadow: 0 0 15px rgba(0,0,0,.3);
}

.cc-banner .cc-message a {
  text-decoration: underline;
  color: #808080;
}

