body, html {
  overflow-x: hidden;
  color: #747474;
  font-size: 16px;
  line-height: 1.5;
}

.bg-primary p {
  color: rgba(255,255,255,.7);
}

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

b, strong {
  font-weight: 700;
}

p,
.lead {
  margin: 0 0 30px 0;
}

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

dl {
  margin: 0 0 30px 0;
}

pre {
  margin: 0 0 30px 0;
  background: #f5f5f5;
  padding: 15px;
  line-height: 25px;
  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;
}

.container .container {
  padding: 0;
}

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

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

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

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

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

figure {
  margin: 0 0 30px 0;
}

figcaption {
  background: #f5f5f5;
  padding: 10px 5px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

/* ----------------------- 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 ----------------------- */

.parallax {
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-position: center center;
}

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

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

hr:before {
  width: 60px;
  height: 1px;
  position: absolute;
  top: 0;
  content: "";
  background: #3a8cc4;
  left: 0;
}

hr.text-center,
.text-center hr {
  margin-left: auto;
  margin-right: auto;
}

hr.text-center:before,
.text-center hr:before {
  left: 50%;
  margin-left: -30px;
}

hr.text-right,
.text-right hr {
  margin-left: auto;
}

hr.text-right:before,
.text-right hr:before {
  left: auto;
  right: 0;
}

/* HORIZONTAL RULES LAYOUT 2 */

.hr-layout-2 {
  height: 3px;
  border-radius: 1.5px;
}

.hr-layout-2:before {
  display: none;
}

/* HORIZONTAL RULES LAYOUT 3 */

.hr-layout-3 {
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.hr-layout-3:before {
  width: 10px;
  height: 10px;
  background: #e3e3e3;
  position: absolute;
  left: 20px !important;
  border-radius: 5px;
  margin: 0 !important;
}

.hr-layout-3:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #e3e3e3;
  position: absolute;
  left: 40px;
  border-radius: 5px;
  margin: 0;
}

.text-center .hr-layout-3,
.hr-layout-3.text-center {
  left: -20px;
}

.text-right .hr-layout-3,
.hr-layout-3.text-right {
  left: -40px;
}

/* HORIZONTAL RULES LAYOUT 4 */

.hr-layout-4 {
  margin: 0 auto 30px auto;
  position: relative;
}

.hr-layout-4 > 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;
}

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

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

.text-center hr.layout-4,
hr.layout-4.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;
}

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

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

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

/* ----------------------- TEMPLATE: TOOLBAR ----------------------- */

#toolbar .col-left {
  float: left;
  margin-left: -10px;
}

#toolbar .col-right {
  float: right;
  margin-right: -10px;
}

#toolbar a {
  padding: 10px;
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  color: rgba(255,255,255,.6);
  float: left;
  transition: all .2s ease;
}

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

#toolbar a i {
  color: #fff;
  color: rgba(255,255,255,.75);
  margin-right: 5px;
  transition: all .2s ease;
}

#toolbar a:hover i {
  color: #fff;
}


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

#menu {
  color: #fff;
  padding: 0;
  z-index: 900;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 900;
  transition: all .3s ease;
}

#menu.menu-gone {
  background: #092336;
  top: -101px;
}

#menu.menu-gone.menu-up {
  top: 0;
}

#menu .container {
  position: relative;
}

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

/* LOGO IMAGE */

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

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

/* LOGO HEADLINE */

#menu .col-left a.logo-headline {
  display: block;
  padding: 10px 30px 10px 0;
  margin: 0;
}

#menu .col-left a.logo-headline span.headline {
  font-size: 20px;
  line-height: 20px;
  padding: 20px 0;
  display: block;
  font-weight: 700;
  color: #333;
}

/* LOGO HEADLINE + SUBLINE */

#menu .col-left a.logo-headline-subline {
  display: block;
  padding: 22px 30px 22px 0;
  margin: 0;
  border-right: 1px solid #e3e3e3;
}

#menu .col-left a.logo-headline-subline span.headline {
  font-size: 20px;
  line-height: 20px;
  padding: 0;
  display: block;
  font-weight: 700;
  color: #333;
}

#menu .col-left a.logo-headline-subline span.subline {
  font-size: 10px;
  line-height: 10px;
  padding: 6px 0 0 0;
  float: left;
  display: block;
  color: #999;
}

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

#menu .col-right br {
  display: none;
}

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

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

#menu ul.main-menu > li.mobile-menu {
  display: none;
}

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

#menu ul.main-menu > li > a:before {
  height: 2px;
  position: absolute;
  bottom: 15px;
  width: 20px;
  content: "";
  background: #3a8cc4;
  opacity: 0;
  transition: all .2s ease 0s;
  border-radius: 2px;
  left: 50%;
  margin-left: -10px;
}

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

#menu ul.main-menu > li:hover > a:before {
  opacity: .3;
}

#menu ul.main-menu > li.active > a {
  color: #fff;
}

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

/* ----------------------- TEMPLATE: SITETITLE ----------------------- */

#sitetitle {
  padding: 20px 0 5px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

#sitetitle .h3 {
  color: #fff;
  font-size: 28px;
  line-height: 36px;
}

#sitetitle ul {
  list-style: none outside none;
  margin: 0 0 15px 0;
  float: left;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
}

#sitetitle ul li {
  float: left;
}

#sitetitle ul li a {
  color: rgba(255,255,255,.85);
  border-right: 1px solid rgba(255,255,255,.25);
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  transition: all .2s ease;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

#sitetitle ul li:last-child a {
  margin: 0;
  padding: 0;
  border: 0;
}

#sitetitle ul li a:hover {
  color: #fff;
}

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

.pagelayout-full .block-outer {
  padding: 90px 0 60px 0;
  background-size: cover;
}

.pagelayout-full #content > div > div > div > section:first-child {
  padding-top: 160px;
}

.pagelayout-full .block-outer .block-outer {
  padding: 0;
}

.block-outer {
  position: relative;
}

.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;
}

/* HERO COLUMNS */

.pagelayout-full .columns-wide.block-outer {
  padding: 0 !important;
}

.pagelayout-full .columns-wide.block-outer .col-count-1 .block-content {
  padding: 60px 0 30px 0;
}

.pagelayout-full .columns-wide.block-outer .col-count-2 .block-content {
  padding: 60px 0 30px 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 ----------------------- */

.pagelayout-container-sidebar #content {
  padding: 30px 0 1px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.pagelayout-container-sidebar .col-main {
  padding-left: 15px;
}

.pagelayout-container #content {
  padding: 30px 0 1px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.pagelayout-full #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;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  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: 35px;
}

#bottom ul li.icon i {
  position: absolute;
  left: 0;
  top: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  font-size: 20px;
  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: 15px 0 15px 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: 0;
  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: 15px 65px 15px 15px;
  line-height: 20px;
  font-size: 18px;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #e3e3e3;
  background: #f5f5f5;
}

#offcanvas #offcanvas-close {
  position: absolute;
  height: 100%;
  width: 50px;
  line-height: 50px;
  text-align: center;
  right: 0;
  top: 0;
  font-size: 18px;
  border-left: 1px solid #e3e3e3;
  color: #333;
}

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

#offcanvas ul li {
  padding: 0;
}

#offcanvas ul li a {
  display: block;
  padding: 10px 15px;
  line-height: 20px;
  font-size: 15px;
  color: #808080;
  border-bottom: 1px solid #e3e3e3;
}

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

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

/* LAYOUT 1 */

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

.accordion-layout-1 .accordion-title:before {
  position: absolute;
  left: 0;
  top: 15px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  width: 20px;
  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-layout-1 .accordion-title:hover:before,
.accordion-layout-1 .accordion-title.accordion-active:before {
  background: #3a8cc4;
  color: #fff;
  transition: all .2s ease;
}

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

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

/* LAYOUT 2 */

.accordion-layout-2 .accordion-title {
  margin: 0 0 15px 0;
  display: block;
  padding: 15px 65px 15px 15px;
  color: #707070;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

.accordion-layout-2 .accordion-title:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 15px;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
  width: 50px;
  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-layout-2 .accordion-title:hover:before,
.accordion-layout-2 .accordion-title.accordion-active:before {
  background: #3a8cc4;
  color: #fff;
  transition: all .2s ease;
}

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

.accordion-layout-2 .accordion-content {
  position: relative;
  display: none;
  padding: 15px 0 0 0;
}

/* ----------------------- 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-icon .card-media i {
  font-style: normal;
}

.card.card-media-none .card-media,
.card.card-media-none .card-media-before {
  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-2 {
  padding-bottom: 28px;
}

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

.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;
}

/* CARD LAYOUT 1 */

.card-layout-1 {
  background: #f5f5f5;
  overflow: hidden;
}

.card-layout-1 .card-headline {
  font-size: 18px;
  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: 15px;
  color: #999;
  margin: 0;
  padding: 30px 30px 1px 30px;
  position: relative;
}

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

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

.card-layout-1.card-media-icon .card-media {
  min-height: 120px;
}

.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;
}

.card-layout-2 .card-media > i {
  line-height: 42px;
}

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

.card-layout-2 .card-media-before {
  position: absolute;
  width: 45px;
  height: 45px;
  background: transparent;
  border: 1px solid #333;
  top: 0;
  left: 0;
  border-radius: 30px;
  transition: all .3s ease;
  z-index: 1;
  opacity: 0;
  z-index: 5;
}

.card-layout-2:hover .card-media {
  transform: scale(.8);
}

.card-layout-2:hover .card-media-before {
  opacity: 1;
}

/* CARD LAYOUT 3 */

.card-layout-3.card-media-image .card-media img {
  float: left;
}

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

.card-layout-3 .card-media-before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -45px;
}

.card-layout-3 .card-media-before {
  opacity: 0;
}

.card-layout-3 .card-media > i {
  line-height: 87px;
}

.card-layout-3:hover .card-media {
  transform: scale(.8);
}

.card-layout-3:hover .card-media-before {
  opacity: 1;
}

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

/* CARD LAYOUT 4 */

.card-layout-4.card-media-image .card-media img {
  float: left;
}

.card-layout-4 .card-media,
.card-layout-4 .card-media-before {
  width: 60px !important;
  height: 60px !important;
  display: block;
  border: 1px solid;
  border-radius: 30px;
  line-height: 58px;
  font-size: 20px;
  overflow: hidden;
  transition: all .3s ease;
  margin: 0 auto 15px auto;
}

.card-layout-4 .card-media-before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
}

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

.card-layout-4 .card-media > i {
  line-height: 57px;
}

.card-layout-4:hover .card-media {
  transform: scale(.8);
}

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

.card-layout-4 .card-content {
  position: relative;
}

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

/* CARD LAYOUT 5 */

.card-layout-5 .card-media {
  font-size: 90px;
  line-height: 90px;
  display: block;
  margin: 0 auto 15px auto;
}

/* CARD LAYOUT 6 */

.card-layout-6 .card-headline {
  font-size: 18px;
  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-6.card-media-icon .card-media {
  font-size: 100px;
  line-height: 100px;
  min-height: 160px;
}

/* ----------------------- 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 {
  color: #808080;
}

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

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

/* 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;
}

.nav-pills .nav-link {
  background: #f5f5f5;
  color: #808080;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
  background: #e3e3e3;
}

/* MODERN */

.nav-tabs.nav-modern {
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
}

.nav-tabs.nav-modern .nav-item {
  padding-left: 0;
  padding-right: 0;
}

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

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

.nav-tabs.nav-modern .nav-item {
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  margin-left: -1px;
}

.nav-tabs.nav-modern .nav-link {
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  color: #808080;
  font-size: 14px;
  line-height: 35px;
  padding: 3px 15px 0 15px;
  position: relative;
}

.nav-tabs.nav-modern .nav-link:before {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  content: "";
  height: 3px;
  background: transparent;
}

.nav-tabs.nav-modern .nav-link:hover,
.nav-tabs.nav-modern .nav-link:focus {
  background: #e3e3e3;
}

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

.nav-tabs.nav-modern .nav-link.active:before {
  background: #e74c3c;
}

.nav-tabs.nav-modern.nav-justified .nav-item:last-child {
  border-right: 0 none;
}

.nav-tabs.nav-modern.justify-content-end .nav-item:last-child {
  border-right: 0 none;
}

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

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

.download-layout-1: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-layout-1 + .download-layout-1 {
  margin-top: -31px;
}

.download-layout-1 + br {
  display: none;
}

/* ----------------------- DOWNLOAD LAYOUT 2 ----------------------- */

.download-layout-2 {
  background: #f5f5f5;
  margin: 0 0 30px 0;
  display: block;
  padding: 15px 65px 15px 15px;
  color: #707070;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
}

.download-layout-2:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 15px;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
  width: 50px;
  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: "\f019";
  transition: all .1s ease;
}

.download-layout-2:hover {
  color: #707070;
}

.download-layout-2 + .download-layout-2 {
  margin-top: -15px;
}

.download-layout-2 + 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;
  color: #808080;
}

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

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

.locked-map-preview {
  background-color: #f5f5f5;
  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 {
  color: #747474 !important;
  text-decoration: underline;
}


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

.locked-youtube-preview {
  background-color: #f5f5f5;
  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-color: #f5f5f5;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 60px;
}

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

.locked-iframe-notice .headline {
  color: #333;
}

.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 ----------------------- */

.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 {
  
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 30px;
  display: none !important;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  z-index: 50;
  background: rgba(0,0,0,.75);
  color: #fff;
  outline: none;
  margin: 0;
  font-size: 20px;
  transition: all .3s ease;
  outline: none !important;
  border: 0 none;
}

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

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

.slick-prev:hover,
.slick-next:hover {
  background: rgba(0,0,0,1);
}

.slick-prev {
  right: -41px;
  border-radius: 0 0 0 2px;
  top: 70px;
}

.slick-next {
  right: -41px;
  border-radius: 2px 0 0 0;
}

.slick-slider:hover .slick-prev {
  right: 0;
}

.slick-slider:hover .slick-next {
  right: 0;
}

/* 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;
}

/* ----------------------- IMAGES ONLY ----------------------- */

.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 .slick-slide {
    margin: 0 15px;
}

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

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

/* LAYOUT 1 */

.images-layout-1 .caption {
  margin-top: 15px;
}

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

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

/* LAYOUT 2 */

.images-layout-2 .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background: rgba(0,0,0,.75);
  color: rgba(255,255,255,.75) !important;
}

.images-layout-2 .caption h1,
.images-layout-2 .caption h2,
.images-layout-2 .caption h3,
.images-layout-2 .caption h4,
.images-layout-2 .caption h5,
.images-layout-2 .caption h6,
.images-layout-2 .caption .h1,
.images-layout-2 .caption .h2,
.images-layout-2 .caption .h3,
.images-layout-2 .caption .h4,
.images-layout-2 .caption .h5,
.images-layout-2 .caption .h6 {
  color: #fff;
}

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

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

/* LAYOUT 2 */

.images-layout-3 .caption {
  position: absolute;
  max-width: 450px;
  width: auto;
  color: #fff;
  z-index: 15;
  white-space: pre-line;
  bottom: 2vw;
  left: 2vw;
  transform-origin: left bottom;
  transform: scale(.6);
}

.images-layout-3 .caption h1,
.images-layout-3 .caption h2,
.images-layout-3 .caption h3,
.images-layout-3 .caption h4,
.images-layout-3 .caption h5,
.images-layout-3 .caption h6,
.images-layout-3 .caption .h1,
.images-layout-3 .caption .h2,
.images-layout-3 .caption .h3,
.images-layout-3 .caption .h4,
.images-layout-3 .caption .h5,
.images-layout-3 .caption .h6 {
  color: #fff;
}

.images-layout-3 .caption > * {
  margin: 0;
  padding: 15px;
  display: inline-block;
}

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

/* LAYOUT 4 */

.images-layout-4 .image {
  background: #e3e3e3;
  padding: 40px 8px 8px 8px;
  border-radius: 3px;
}

.images-layout-4 .image:after {
  position: absolute;
  top: 15px;
  left: 8px;
  background-image: url(../images/browser.png);
  background-size: 40px 10px;
  content: "";
  width: 40px;
  height: 10px;
}

.images-layout-4 .caption {
  position: absolute;
  top: 10px;
  background: #fff;
  left: 56px;
  right: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 10px;
  line-height: 20px;
  height: 20px;
  border-radius: 3px;
  padding: 0 8px;
}

.images-layout-4 .caption > * {
  margin: 0;
  font-size: 10px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.images-layout-4 .caption > *:nth-child(2),
.images-layout-4 .caption > *:nth-child(3),
.images-layout-4 .caption > *:nth-child(4),
.images-layout-4 .caption > *:nth-child(5) {
  display: none;
}

.images-layout-4 .slick-next,
.images-layout-4 .slick-prev {
  right: 8px !important;
  opacity: 0;
}

.images-layout-4:hover .slick-next,
.images-layout-4:hover .slick-prev {
  opacity: 1;
}

.images-layout-4 .slick-next {
  top: 40px;
}

.images-layout-4 .slick-prev {
  top: 80px;
}


/* ----------------------- 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;
}

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

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

.slideshow {
  position: relative;
  margin: 0 0 -1px 0;
  cursor: move;
  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);
}

.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);
}

/* KEN BURNS */

.slideshow-ken-burns.slick-slider,
.slideshow-ken-burns.slick-slider .slide {
  overflow: hidden;
}

.slideshow-ken-burns.slick-slider div.slick-active img {
  -webkit-animation: kenburns 20s ease 1s infinite;
  animation: kenburns 20s ease 1s infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.slideshow-ken-burns .slick-slide[aria-hidden="true"] img {
  visibility: hidden;
}

@-webkit-keyframes kenburns { 
  0% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  } 
  
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
  }
  
  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  } 
}

@keyframes kenburns { 
  0% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  } 
  
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
  }
  
  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.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 BLOCKED ----------------------- */

.testimonial.blocked {
  border: 0 none;
  padding: 30px 30px 1px 30px;
  background: #f5f5f5;
  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;
  font-size: 13px;
  position: relative;
  margin: 0 0 15px 0;
  width: 100%;
}

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

.timeline-layout-1 .timeline-content {
  background: #f5f5f5;
  padding: 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;
}

.timeline-layout-1 .timeline-content > *:last-child {
  margin: 0;
}

/* ----------------------- 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;
}

/* ----------------------- TIMELINE LAYOUT 3 ----------------------- */

.timeline-layout-3 {
  position: relative;
  padding: 0 30px;
  margin: 0 0 30px 0;
}

.timeline-layout-3 .timeline-entry {
  border-bottom: 3px solid #e3e3e3;
  padding: 30px 30px 1px 30px;
  position: relative;
}

.timeline-layout-3 .timeline-entry:nth-child(odd) {
  border-right: 3px solid #e3e3e3;
  padding-left: 0;
  padding-right: 60px;
}

.timeline-layout-3 > .timeline-entry:nth-child(even) {
  border-left: 3px solid #e3e3e3;
  padding-right: 0;
  padding-left: 60px;
}

.timeline-layout-3 > .timeline-entry:first-child {
  padding-top: 0;
}

.timeline-layout-3 > .timeline-entry:first-child .timeline-title {
  top: 0;
}

.timeline-layout-3 > .timeline-entry:last-child {
  border-bottom: 0 none;
}

.timeline-layout-3 > .timeline-entry:last-child .timeline-content > *:last-child {
  margin-bottom: 0;
}

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

.timeline-layout-3 .timeline-entry:nth-child(odd) .timeline-title {
  right: -31.5px;
}

.timeline-layout-3 .timeline-entry:nth-child(even) .timeline-title {
  left: -31.5px;
}

/* ----------------------- 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-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;
}

/* ----------------------- 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: 0;
  height: 1px;
  width: 100%;
  transition: all .3s ease;
  transform: scaleX(0);
  transform-origin: left;
}

a.text-link:hover:after {
  transform: scaleX(1);
}

/* ----------------------- 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 45px;
}

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

.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;
  width: 24px;
  height: 24px;
  content: "\f178";
  position: absolute;
  left: -45px;
  top: 10px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

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

.content ul li ul li:before {
  left: -30px;
  top: 16px;
  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;
  width: 24px;
  height: 24px;
  content: "\f178";
  position: absolute;
  left: -45px;
  top: 10px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #999;
  
}

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

.content ul.sitemap li {
  color: #747474;
  padding: 0;
}

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

.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;
}

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

.content ol li:before {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #3a8cc4;
  background: #3a8cc4;
  color: #fff;
  position: absolute;
  left: -45px;
  top: 10px;
  font-size: 11px;
  line-height: 23px;
  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;
  color: #808080;
}

.content ol.search-result li:before {
  border-color: #808080;
  background: #808080;
}

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

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

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

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

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

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

.galerie .row.row-gutters-60 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;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 30px 0;
  font-weight: 300;
  color: #333;
}

.headline.line-true {
  margin: 0 0 45px 0;
  position: relative;
}

.headline.line-true:before {
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  bottom: -15px;
  background: #e3e3e3;
  position: absolute;
}

.headline.line-true:after {
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  content: "";
  left: 0;
}

.text-center .headline.line-true:after,
.headline.text-center.line-true:after {
  left: 50%;
  margin-left: -30px;
}

.text-right .headline.line-true:after,
.headline.text-right.line-true:after {
  left: auto;
  right: 0;
}

h2 a,
h2 a:hover {
  color: #333;
}

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

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

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

.alert:before {
  content: "";
  width: 6px;
  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.alert-light {
  color: #747474;
}

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

.alert-icon > i {
  position: absolute;
  top: 14px;
  left: 20px;
  font-size: 20px;
  width: 20px;
  text-align: center;
  line-height: 24px;
  opacity: .6;
}

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

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

.alert.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.alert-close .alert-close:hover {
  opacity: 1;
}

.alert.alert-close.alert-light .alert-close {
  color: #747474;
}

/* ----------------------- MARGINS ----------------------- */

/* MARGIN TOP */

.mt0 {
  margin-top: 0px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

/* MARGIN RIGHT */

.mr0 {
  margin-right: 0px !important;
}

.mr1 {
  margin-right: 1px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

/* MARGIN BOTTOM */

.mb0 {
  margin-bottom: 0px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* MARGIN LEFT */

.ml0 {
  margin-left: 0px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

/* MARGIN TOP NEGATIVE */

.mt-1 {
  margin-top: -1px !important;
}

.mt-5 {
  margin-top: -5px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt-15 {
  margin-top: -15px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mt-25 {
  margin-top: -25px !important;
}

.mt-30 {
  margin-top: -30px !important;
}

.mt-31 {
  margin-top: -31px !important;
}

.mt-32 {
  margin-top: -32px !important;
}

.mt-35 {
  margin-top: -35px !important;
}

.mt-40 {
  margin-top: -40px !important;
}

.mt-45 {
  margin-top: -45px !important;
}

.mt-50 {
  margin-top: -50px !important;
}

.mt-51 {
  margin-top: -51px !important;
}

.mt-55 {
  margin-top: -55px !important;
}

.mt-60 {
  margin-top: -60px !important;
}

.mt-65 {
  margin-top: -65px !important;
}

.mt-70 {
  margin-top: -70px !important;
}

.mt-75 {
  margin-top: -75px !important;
}

.mt-80 {
  margin-top: -80px !important;
}

.mt-85 {
  margin-top: -85px !important;
}

.mt-90 {
  margin-top: -90px !important;
}

.mt-95 {
  margin-top: -95px !important;
}

.mt-100 {
  margin-top: -100px !important;
}

/* MARGIN BOTTOM NEGATIVE */

.mb-1 {
  margin-bottom: -1px !important;
}

.mb-5 {
  margin-bottom: -5px !important;
}

.mb-10 {
  margin-bottom: -10px !important;
}

.mb-15 {
  margin-bottom: -15px !important;
}

.mb-20 {
  margin-bottom: -20px !important;
}

.mb-25 {
  margin-bottom: -25px !important;
}

.mb-26 {
  margin-bottom: -26px !important;
}

.mb-30 {
  margin-bottom: -30px !important;
}

.mb-35 {
  margin-bottom: -35px !important;
}

.mb-40 {
  margin-bottom: -40px !important;
}

.mb-45 {
  margin-bottom: -45px !important;
}

.mb-50 {
  margin-bottom: -50px !important;
}

.mb-55 {
  margin-bottom: -55px !important;
}

.mb-60 {
  margin-bottom: -60px !important;
}

.mb-65 {
  margin-bottom: -65px !important;
}

.mb-70 {
  margin-bottom: -70px !important;
}

.mb-75 {
  margin-bottom: -75px !important;
}

.mb-80 {
  margin-bottom: -80px !important;
}

.mb-85 {
  margin-bottom: -85px !important;
}

.mb-90 {
  margin-bottom: -90px !important;
}

.mb-95 {
  margin-bottom: -95px !important;
}

.mb-100 {
  margin-bottom: -100px !important;
}

/* ----------------------- PADDINGS ----------------------- */

/* PADDING TOP */

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pt150 {
  padding-top: 150px !important;
}

/* PADDING RIGHT */

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/* PADDING BOTTOM */

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

/* PADDING LEFT */

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

/* ----------------------- BG SIZES ----------------------- */

.bg-size-cover {
  background-size: cover !important;
}

.bg-size-contain {
  background-size: contain !important;
}

.bg-size-100-auto {
  background-size: 100% auto !important;
}

.bg-size-90-auto {
  background-size: 90% auto !important;
}

.bg-size-80-auto {
  background-size: 80% auto !important;
}

.bg-size-70-auto {
  background-size: 70% auto !important;
}

.bg-size-60-auto {
  background-size: 60% auto !important;
}

.bg-size-50-auto {
  background-size: 50% auto !important;
}

.bg-size-40-auto {
  background-size: 40% auto !important;
}

.bg-size-30-auto {
  background-size: 30% auto !important;
}

.bg-size-20-auto {
  background-size: 20% auto !important;
}

.bg-size-10-auto {
  background-size: 10% auto !important;
}

.bg-repeat-no-repeat {
  background-repeat: no-repeat !important;
}

/* ----------------------- BG ATTACHMENTS ----------------------- */

.bg-attachment-scroll {
  background-attachment: scroll;
}

.bg-attachment-fixed {
  background-attachment: scroll !important;
}

/* ----------------------- BG POSITIONS ----------------------- */

.bg-position-x-left {
  background-position-x: left;
}

.bg-position-x-center {
  background-position-x: center;
}

.bg-position-x-right {
  background-position-x: right;
}

.bg-position-y-top {
  background-position-y: top;
}

.bg-position-y-center {
  background-position-y: center;
}

.bg-position-y-bottom {
  background-position-y: bottom;
}

/* ----------------------- OPACITY ----------------------- */

.opacity-10 {
  opacity: .1;
}

.opacity-20 {
  opacity: .2;
}

.opacity-30 {
  opacity: .3;
}

.opacity-40 {
  opacity: .4;
}

.opacity-50 {
  opacity: .5;
}

.opacity-60 {
  opacity: .6;
}

.opacity-70 {
  opacity: .7;
}

.opacity-80 {
  opacity: .8;
}

.opacity-90 {
  opacity: .9;
}

.opacity-100 {
  opacity: 1;
}

/* ----------------------- MIX BLEND MODES ----------------------- */

.mix-blend-mode-unset {
  mix-blend-mode: unset;
}

.mix-blend-mode-color {
  mix-blend-mode: color;
}

.mix-blend-mode-color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-mode-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-mode-darken {
  mix-blend-mode: darken;
}

.mix-blend-mode-difference {
  mix-blend-mode: difference;
}

.mix-blend-mode-exclusion {
  mix-blend-mode: exclusion;
}

.mix-blend-mode-hard-light {
  mix-blend-mode: hard-light;
}

.mix-blend-mode-hue {
  mix-blend-mode: hue;
}

.mix-blend-mode-lighten {
  mix-blend-mode: lighten;
}

.mix-blend-mode-luminosity {
  mix-blend-mode: luminosity;
}

.mix-blend-mode-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-mode-overlay {
  mix-blend-mode: overlay;
}

.mix-blend-mode-saturation {
  mix-blend-mode: saturation;
}

.mix-blend-mode-screen {
  mix-blend-mode: screen;
}

.mix-blend-mode-soft-light {
  mix-blend-mode: soft-light;
}

/* ----------------------- MAX WIDTHS ----------------------- */

.mw-1140 {
  max-width: 1140px !important;
}

.mw-960 {
  max-width: 960px !important;
}

.mw-720 {
  max-width: 720px !important;
}

.mw-540 {
  max-width: 540px !important;
}

.mw-500 {
  max-width: 500px !important;
}

.mw-450 {
  max-width: 450px !important;
}

.mw-400 {
  max-width: 400px !important;
}

.mw-350 {
  max-width: 350px !important;
}

.mw-300 {
  max-width: 300px !important;
}

.mw-250 {
  max-width: 250px !important;
}

.mw-200 {
  max-width: 200px !important;
}

.mw-150 {
  max-width: 150px !important;
}

.mw-120 {
  max-width: 120px !important;
}

.mw-100 {
  max-width: 100px !important;
}

.mw-90 {
  max-width: 90px !important;
}

.mw-75 {
  max-width: 75px !important;
}

.mw-60 {
  max-width: 60px !important;
}

.mw-50 {
  max-width: 50px !important;
}

.mw-45 {
  max-width: 45px !important;
}

.mw-30 {
  max-width: 30px !important;
}

.mw-15 {
  max-width: 15px !important;
}

.mw-none {
  max-width: none !important;
}

/* ----------------------- SECTION HEIGHT ----------------------- */

.height-auto {
  min-height: auto;
}

.mh-100px {
  min-height: 100px;
}

.mh-200px {
  min-height: 200px;
}

.mh-300px {
  min-height: 300px;
}

.mh-400px {
  min-height: 400px;
}

.mh-500px {
  min-height: 500px;
}

.mh-600px {
  min-height: 600px;
}

.mh-700px {
  min-height: 700px;
}

.mh-800px {
  min-height: 800px;
}

.mh-900px {
  min-height: 900px;
}

.mh-1000px {
  min-height: 1000px;
}

.mh-25vh {
  min-height: 25vh;
}

.mh-50vh {
  min-height: 50vh;
}

.mh-75vh {
  min-height: 75vh;
}

.mh-100vh {
  min-height: 100vh;
}

.mh-100vh-menu {
  min-height: calc( 100vh - 81px );
}

.mh-100vh-menu-toolbar {
  min-height: calc( 100vh - 113px );
}

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

#fixed {
  position: fixed;
  top: 204px;
  right: -216px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  width: 270px;
  padding: 0;
  z-index: 1100;
  transition: all .5s ease .2s;
}

#fixed:hover {
  right: 0;
  transition: all .5s ease;
}

#fixed a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 0 15px 55px;
  border-bottom: 1px solid #e3e3e3;
  color: #707070;
}

#fixed a:hover {
  background: #0e357a;
  color: #fff;
}

#fixed a:hover i {
  color: rgba(255,255,255,.66);
}

#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;
}

/* ----------------------- 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;
}

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

#messages {
  position: fixed;
  top: 30px;
  right: -400px;
  z-index: 1000;
  transition: all .6s ease 1s;
}

#messages.active {
  right: 30px;
}

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

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

#admin a {
  color: rgba(255,255,255,.3);
  padding: 10px;
  display: block;
  float: left;
}

#admin:hover a {
  color: rgba(255,255,255,.6);
}

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

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

#admin-hide {
  padding: 0 10px;
  background: #000;
  font-size: 12px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1600;
  color: #fff;
  padding: 10px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 20px;
  text-align: center;
  border-radius: 5px 0 0 0;
}

/* 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 {
  display: none;
}

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

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

#seo-preview .seo-title:hover {
  text-decoration: underline;
}

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

#seo-preview .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-slide--iframe .fancybox-content {
  max-height: 100%;
}

.pagebuilder .fancybox-toolbar {
  visibility: visible;
  opacity: 1;
}

.pagebuilder .fancybox-navigation .fancybox-button {
  visibility: visible;
  opacity: 1;
}

/* ----------------------- 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;
}

/* ----------------------- 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;
}

