#main-content {
	position: relative;
	z-index: 9;
	background: #fff url(img/main-line.svg) no-repeat;
	background-position: bottom -400px center;
    background-size: cover;
    transition: .4s;
}

#main-content.fx-color {
	background: #181818 url(img/main-line.svg) no-repeat;
	background-position: bottom -400px center;
    background-size: cover;
    transition: .8s;
}


/* About */ 

.about-content {
	opacity: 1;
	visibility: visible;
    transition: .4s;
}

.about-content.fx-opacity {
	opacity: 0;
	visibility: hidden;
    transition: .8s;
}

.img-bloc {
	position: relative;
	line-height: 0;
	overflow: hidden;
}

.img-main {
	position: relative;
	z-index: 0;
}

.img-bloc .img-before {
	position: absolute;
	top: -20%;
	left: -1px;
	height: 120% !important;
	z-index: 2;
	transition: 3s;
}

.img-bloc .img-after {
	position: absolute;
	bottom: -20%;
	right: -1px;
	height: 120% !important;
	z-index: 2;
	transition: 3s;
}

.active-top .img-bloc .img-before {
	position: absolute;
	top: -1%;
	left: -1px;
	height: 101% !important;
	z-index: 2;
	transition: 3s;
	transition-delay: .5s;
	transition-property: top, height;
}

.active-top .img-bloc .img-after {
	position: absolute;
	bottom: -1%;
	right: -1px;
	height: 101% !important;
	z-index: 2;
	transition: 3s;
	transition-delay: .5s;
	transition-property: bottom, height;
}

.img-bloc .filter{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(5,4,32,1);
    background: rgba(60,182,220,.6);
    opacity: .2;
    z-index: 1;
}



/* Teaser */

.teaser-content {
	opacity: 1;
	visibility: visible;
    transition: .4s;
}

.teaser-content.fx-opacity {
	opacity: 0;
	visibility: hidden;
    transition: .8s;
}

.teaser {
	position: relative;
	display: block;
	height: 45vh;
}

.teaser-content .col {
	transition: .4s;

}

.teaser-content .col.no-zoom {
	transition: transform 0.2s ease-in-out;
	transform: scale(.9);
}

.teaser-content .col.zoom {
	transition: transform 0.2s ease-in-out;
	transform: scale(1.1);
}

.teaser .img {
	position: relative;
	height: 100%;
	line-height: 0;
	clip-path: polygon(0% 0%, 100% 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 100%, 0% 30px);
	transition: .2s;
	overflow: hidden;
}

.teaser:hover .img {
	transition: .2s;
}

.teaser .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.0);
	transition: .4s;
}

.teaser:hover .img img {
	transform: scale(1.05);
	transition: .4s;
}

.teaser .img:after {
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(60,182,220,.6);
    opacity: .2;
    z-index: 1;
}

.teaser .txt {
	position: absolute;
    width: calc(100% - 20px);
	left: 0;
	bottom: 20px;
	padding: 20px;
	padding-bottom: 10px;
	color: #fff;
	background: rgba(60,182,220,.9);
	clip-path: polygon(0% 0%, 100% 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 100%, 0% 0%);
	transition-duration:500ms; 
	transition-delay: 100ms
}

.teaser:hover .txt {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	bottom: 0;
	transition-duration:500ms; 
	transition-delay: 100ms
}

.teaser .txt h4 {
	margin-bottom: 10px;
}

.teaser .txt p {
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
    margin-bottom: 0px;
    transition-duration:500ms; 
	transition-delay: 300ms;
	text-align: justify;
}

.teaser:hover .txt p {
    max-height: 200px;
    opacity: 1;
    margin-bottom: 10px;
    transition-duration:500ms; 
	transition-delay: 400ms
}


/* Prefooter */

.map-content .map {
	position: relative;
	line-height: 0;
	opacity: 1;
	overflow: hidden;
	width: 100%;
	height: 300px;
}

.map-content .map iframe {
	position: relative;
}

.map-content .overlay-map {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
    background: rgba(60,182,220, .8);
    cursor: pointer;
    color: #fff;
}

.map-content .overlay-map .inner {
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	top: 50%;
}

.map-content .overlay-map i {
    font-size: 68px;
}

.prefooter-content {
	background: #111 url(img/footer-line.svg) no-repeat;
	background-size: cover;
    background-position: center;
	color: #fff;
}

.prefooter-content a.logo-content {
	display: inline-block;
}

.prefooter-content a.logo-content .img {
	width: 180px;
	line-height: 0;
}

.prefooter-content i {
	color: #3cb6dc;
}

.prefooter-content p {
	margin-bottom: 0;
}

.prefooter-content a {
	color: #fff;
}

footer {
	font-size: 14px;
}

a.top-scroll {
    position: absolute;
    z-index: 99;
    left: calc(50% - 15px);
    top: 0;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
}

a.top-scroll:hover{
	opacity: .7;
}
