body, html {
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}

body {
	font-size: 16px;
}

body a {
	color: #333;
}

a {
	color: #333;
	text-decoration: none;
	transition: 0.35s;
}

a:hover {
	color: #000;
	text-decoration: none;
}

:focus {
	outline: -webkit-focus-ring-color auto 0px !important;
}

textarea {
	resize: vertical;
}

.nav-logo {
	width: 150px;
}

.dropdown-item.active, .dropdown-item:active {
	color: #212529 !important;
	background-color: transparent !important;
}

.wunder-slideshow .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.footer .footer-content {
	background: #F5F5F5;
	color: #333;
	padding: 30px 0;
	font-size: 14px;
}

.footer .footer-content a {
	color: #333;
}

.footer .footer-content a:hover {
	color: #333;
}

.footer .footer-content .fa {
	padding-right: 8px;
	color: #333;
}

.footer .footer-content .sub-title {
	color: #333;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 30px;
}

.footer .footer-content .links-col li {
	margin-bottom: 10px;
}

.footer .footer-content .blog-col .item {
	margin-bottom: 30px;
	position: relative;
	padding-left: 75px;
	padding-right: 30px;
}

.footer .footer-content .blog-col .item .post-title {
	font-size: 14px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.8);
}

.footer .footer-content .blog-col .item .intro {
	margin-bottom: 5px;
}

.footer .bottom-bar {
	background: #EFEFEF;
	color: #333;
	padding: 15px;
	text-align: center;
}

.footer .bottom-bar .copyright {
	display: block;
	font-size: 13px;
	padding-bottom: 15px;
}

.btn-white {
	background-color: #FFF;
	color: #000;
}

.wunder-logo-slider .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}


.breadcrumb li:not(:first-child)::before {
	content: "/";
	font-weight: normal;
	margin: 0 7px;
}

.breadcrumb > .active {
	font-weight: bold;
}

.wunder-headline {
	background-color: #F5F5F5;
	padding-top: 15px;
	padding-bottom: 15px;
}

.breadcrumb {
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border-radius: 0;
}

hgroup {
	padding: 15px;
}


/*ACCORDION */

.wunder-accordion .btn-link {
	color: inherit;
	text-decoration: none;
	white-space: initial;
}

.panel-group .panel-heading {
	position: relative;
	padding: 0;
}

.panel-group .panel-heading > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
}


.btn.focus, .btn:focus {
	box-shadow: none;
}

/* Map */
.map {
	height: 400px;
	width: 100%;
}

/* Gallery */
.fancybox-caption {
	border-top: none;
}

.portfolio-filter {
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
}

.portfolio-filter li {
	display: inline-block;
	list-style: none;
}

.portfolio-filter li a {
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-left: 11px;
	margin-right: 11px;
	text-transform: uppercase;
}

.portfolio-filter li a:hover {
	cursor: pointer;
}

.portfolio-filter li a.active {
	color: #CCC;
}

.portfolio-grid-fit .portfolio-item {
	position: relative;
	padding-bottom: 30px;
	height: auto;
	margin: 0 auto;
	color: #262524;
	display: block;
}

.portfolio-box {
	position: relative;
	overflow: hidden;
}

.portfolio-box .portfolio-image-wrap {
	display: block;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.portfolio-box .portfolio-image-wrap img {
	width: 100%;
}

.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}

.item-box a {
	display: inline-block;
}

.item-box:hover .item-mask {
	opacity: 1;
	visibility: visible;
}

.item-box:hover .item-mask .item-caption {
	bottom: 30px;
	opacity: 1;
}

.item-box:hover .item-container {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}

.item-container {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-mask {
	height: 100%;
	position: absolute;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.7);
	background-size: 45px;
}

.item-mask:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f55a";
	position:absolute;
}

.item-mask h3, .item-mask h5, .item-mask h6, .item-mask p {
	margin-bottom: 0;
	color: #FFF
}

.item-mask .item-caption {
	position: absolute;
	bottom: -60px;
	left: 0;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	opacity: 0;
	width: 100%;
}


.stage-stage {
	background-color: #000;
	color: #FFF;
	padding: 15px;
	width: 100%;
	position: fixed;
	z-index: 99999;
}

.btn-stage-message {
	margin-top: -5px;
	padding-left: 15px;
	padding-right: 15px;
}

.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.youtube-container iframe,
.youtube-container object,
.youtube-container video,
.youtube-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.mobile-navbar-toggler {
	position: relative !important;
	top: unset !important;
	left: unset;
	right: unset;
	bottom: unset;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.mobile-logo img {
	width: 150px;
}

.nav-item-wrapper .nav-next, .nav-item-wrapper .nav-item-link {
	background: #272A2D !important;
}

.nav-item-wrapper .nav-item-link, .hc-offcanvas-nav .nav-item-wrapper {
	margin-bottom: 5px;
}

.hc-offcanvas-nav .nav-close-button span::before, .hc-offcanvas-nav .nav-close-button span::after {
	width: 8px !important;
	height: 8px !important;
}

.carousel-indicators li {
	cursor: pointer;
}

.carousel-caption {
	top: 35%;
}

.carousel-caption h3 {
	font-size: 50px;
}

.carousel-caption p {
	font-size: 35px;
}

.carousel-item {
	height: 65vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.post-content a {
	text-decoration: underline;
}
