#intro {
    min-height: 200px;
    height: calc(100vh - 100px - 50vh);
    display: flex;
    align-items: center;
}

#intro > .content_wrapper {
    margin: 0 auto;
}
@media only screen and (max-width: 699px) {

    #intro .mobile_group {
        display: table;
        margin: 10px auto;
    }

    #intro .mobile_group2 .divider:first-of-type  {
        display: none;
    }
}
@media only screen and (min-width: 2000px) {

    #intro {
        height: calc(100vh - 100px - 40vh);
    }

}
#index_carousel.image_carousel {
	margin: 0 -20px;
	padding-bottom: 20px;
}
.owl-dots{
	display: none;
}
#index_carousel.image_carousel h2 {
	text-align: center;
}

#index_carousel .carousel_item {
	position: relative;
	transition: all .5s ease;
}
#index_carousel .carousel_item .carousel_box{
	margin: 20px 0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}
#index_carousel .owl-item:nth-child(n+0) .carousel_item {
	transition: opacity .5s ease 0s, right .5s ease-out 0s, border-radius .5s ease 0s !important;
}
	#index_carousel .owl-item:nth-child(n+1) .carousel_item {
	transition: opacity .5s ease 0.15s, right .5s ease-out 0.15s, border-radius .5s ease 0s !important;
}
	#index_carousel .owl-item:nth-child(n+2) .carousel_item {
	transition: opacity .5s ease 0.3s, right .5s ease-out 0.3s, border-radius .5s ease 0s !important;
}
	#index_carousel .owl-item:nth-child(n+3) .carousel_item {
	transition: opacity .5s ease 0.45s, right .5s ease-out 0.45s, border-radius .5s ease 0s !important;
}
	#index_carousel .owl-item:nth-child(n+4) .carousel_item {
	transition: opacity .5s ease 0.6s, right .5s ease-out 0.6s, border-radius .5s ease 0s !important;
}
	#index_carousel .owl-item:nth-child(n+5) .carousel_item {
	transition: opacity .5s ease 0.75s, right .5s ease-out 0.75s, border-radius .5s ease 0s !important;
}
	#index_carousel .owl-item:nth-child(n+6) .carousel_item {
	transition: opacity .5s ease 0.9s, right .5s ease-out 0.9s, border-radius .5s ease 0s !important;
}
	#index_carousel .owl-item:nth-child(n+7) .carousel_item {
	transition: opacity .5s ease 1.05s, right .5s ease-out 1.05s, border-radius .5s ease 0s !important;
}
	#index_carousel .owl-item:nth-child(n+8) .carousel_item {
	transition: opacity .5s ease 1.2s, right .5s ease-out 1.2s, border-radius .5s ease 0s !important;
}
	#index_carousel .owl-item:nth-child(n+9) .carousel_item {
	transition: opacity .5s ease 1.35s, right .5s ease-out 1.35s, border-radius .5s ease 0s !important;
}
	#index_carousel .owl-item:nth-child(n+10) .carousel_item {
	transition: opacity .5s ease 1.5s, right .5s ease-out 1.5s, border-radius .5s ease 0s !important;
}
	#index_carousel .owl-item:nth-child(n+11) .carousel_item {
	transition: opacity .5s ease 1.65s, right .5s ease-out 1.65s, border-radius .5s ease 0s !important;
}
	#index_carousel .owl-item:nth-child(n+12) .carousel_item {
	transition: opacity .5s ease 1.8s, right .5s ease-out 1.8s, border-radius .5s ease 0s !important;
}
	#index_carousel .owl-item:nth-child(n+13) .carousel_item {
	transition: opacity .5s ease 1.95s, right .5s ease-out 1.95s, border-radius .5s ease 0s !important;
}
	#index_carousel .owl-item:nth-child(n+14) .carousel_item {
	transition: opacity .5s ease 2.1s, right .5s ease-out 2.1s, border-radius .5s ease 0s !important;
}
	#index_carousel .owl-item:nth-child(n+15) .carousel_item {
	transition: opacity .5s ease 2.25s, right .5s ease-out 2.25s, border-radius .5s ease 0s !important;
}
	#index_carousel .owl-item:nth-child(n+16) .carousel_item {
	transition: opacity .5s ease 2.4s, right .5s ease-out 2.4s, border-radius .5s ease 0s !important;
}

#index_carousel .carousel_item:hover {
	border-radius: 20px;
}
#index_carousel .carousel_item .carousel_image {
	aspect-ratio: 1 / .6;
	overflow: hidden;
	display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 20px;
}
#index_carousel .carousel_item .carousel_image img {
	transition: all .5s ease-in-out;
	width: auto;
/*	height: 100%;
	width: 100%;
	max-width: none;
	margin: 0;*/

}

#index_carousel .carousel_item:hover .carousel_image img {
	/*height: 110%;
	width: 110%;
	margin: -5%;*/
	transform: scale(1.3);
}

#index_carousel .carousel_item .carousel_logo {
	width: 100%;
	text-align: center;
	/*background: linear-gradient(0deg, #999 0%, #fff 100%);*/
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
}
#index_carousel.image_carousel .owl-nav {
	position: absolute;
	width: 100%;
	top: 0;
}

#index_carousel.image_carousel .owl-nav button {
	background:  no-repeat center center;
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
	position: absolute;
	top: -50px;
	border-radius: 0;
}

#index_carousel.image_carousel .owl-nav span {
	display: none;
}

#index_carousel.image_carousel .owl-nav .owl-next {
	right: 18px;
	border: 0;
	background-image: url(../images/arrow-r.png);
}

#index_carousel.image_carousel .owl-nav .owl-prev {
	left: 18px;
	border: 0;
	background-image: url(../images/arrow-r.png);
	transform: rotate(180deg);
}

.content_2cols_flipper .content_col-left p {
	max-width: 530px;
}

.flipper_box img {
	cursor: pointer;
}

.flipper_photos-row {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}

.flipper_photos-row > div {
	width: calc(100% / 3);
	aspect-ratio: 1 / 1;
	position: relative;
	overflow: hidden;
	background: #878C92;
	margin: 5px;
}

.flipper_photos-row > div .box_photo {
	width: 100%;
	position: absolute;
	z-index: 2;
	padding: 0;
	opacity: 0;
	transition: opacity .75s ease-in-out;
}

.flipper_photos-row > div .show {
	opacity: 1;
	transition-delay: 1s;
}

.flipper_photos-row > div img:first-of-type {
	z-index: 3;
}

.flipper_photos-row > div img:last-of-type {
	z-index: 1;
}


@media only screen and (max-width: 799px) {
	
	.content_2cols_flipper .content_col-right.photo_flipper {
		padding-top: 0;
		margin-left: -10px;
	}

}

#div99233.content_news .news_wrapper .post_item {
    width: calc(33.333333333333% - (20px) );
}

#div99233.content_news .news_wrapper .post_item .post_title {
    font-size: 1.6rem;
}