/* asdasd */
.dinte-carousel-row {
	margin-top:60px;
	margin-bottom:60px;
	text-align: center;
}
.dinte-carousel-container {
	
}

.dinte-carousel-container .carousel-item {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	height: 500px;
    overflow: hidden;
	position: relative;
}

.dinte-carousel-container .carousel-item:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: inherit;
	/*grayscale for background image*/
	-webkit-filter: grayscale(1); 
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%);
	filter: gray; 
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
	filter: grayscale(100%);
	z-index:0;
	transition: all 0.5s ease;
}

.dinte-carousel-container .carousel-item:after {
	content: '';
	position: absolute;
	top: 100%;
	right: 0;
	bottom: 0;
	left: -1%;
    width: 102%;
	background: rgba(244, 218, 108,0.93);
	opacity:30%;
	transition: all 0.4s ease;
    -webkit-clip-path: polygon(0 70px, 100% 35px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 230px, 100% 100%, 0 100%);
}

.dinte-carousel-container .event-content {
    z-index: 1;
    position: absolute;
    text-align: center;
	padding: 0px 15px 0px 15px;
    top: 80%;
    transition: all 0.5s ease;
	width:100%;
}

.dinte-carousel-container .event-content .event-title {
    background: rgba(255,255,255,1);
    padding: 10px;
    margin: auto;
	transition: all 0.25s ease;
	font-size: 18px;
	max-width: 95%;
}

.dinte-carousel-container .event-content .event-description {
    margin-top: 125px;
	display: -webkit-box;
    height: 209px;
    overflow: hidden;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    transition: all 0.5s ease;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}
.dinte-carousel-container .event-content .event-read-more-btn {
    background: #fff;
    padding: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-decoration: none !important;
    max-width: 220px;
    display: block;
    margin: auto;
    transition: all 0.65s ease;
	color: #1f2a44 !important;
	margin-top: 100px;
}

/* Hover Effects - Show Details */
.dinte-carousel-container .carousel-item:hover {
	cursor: grab;
}
.dinte-carousel-container .carousel-item:hover .event-content  {
	top:20%;
}
.dinte-carousel-container .carousel-item:hover .event-title {
	background: rgba(255,255,255,0);
}
.dinte-carousel-container .carousel-item:hover .event-camper-name,
.dinte-carousel-container .carousel-item:hover .event-camper-age {
    color: #ffffff;
}
.dinte-carousel-container .carousel-item:hover .event-description {
    margin-top: 5px;
}
.dinte-carousel-container .carousel-item:hover:after {
	opacity:1;
	top: 0%;
	-webkit-clip-path: polygon(0 70px, 100% 35px, 100% 100%, 0 100%);
    clip-path: polygon(0 70px, 100% 35px, 100% 100%, 0 100%);
}
.dinte-carousel-container .carousel-item:hover:before {
	-webkit-filter: grayscale(1); 
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%);
	filter: gray; 
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
	filter: grayscale(100%);
}


.dinte-carousel-container .carousel-item:hover .event-content .event-read-more-btn {
	margin-top:20px;
}


.dinte-carousel-container.owl-carousel .owl-nav button.owl-prev,
.dinte-carousel-container.owl-carousel .owl-nav button.owl-next {
	position: absolute;
    top: 35%;
    font-size: 100px;
	color: #c4c4c4;
}
.dinte-carousel-container .owl-nav button.owl-prev {
	left: 0px;
}
.dinte-carousel-container .owl-nav button.owl-next {
	right: 0px;
}
.dinte-carousel-container.owl-theme .owl-nav [class*=owl-]:hover {
	color: #f4da6c;
}
.dinte-carousel-container.owl-theme .owl-nav [class*=owl-]:hover {
	background:none;
	color: #f4da6c;
}
