/* WEB CLASS LOOP
 * ----------------------------- */
.webclass-card {
	border-radius: 10px;
	overflow: hidden;
	background-color: #ffffff;
	padding: 0 !important;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
	margin: 20px 0.75rem 40px 0.75rem;
}
.image-webclass-card {
	width: 100%;
}
.content-webclass-card {
	padding: 15px 5px 15px 3px;
}
.cal-webclass-card {
	border-right: 1px solid #CCCCCC;
	text-align: center;
}
.title-webclass-card {
	text-align: left;
	font-family: 'Montserrat-Bold', sans-serif;
	font-size: 16px;
	color: #8E00AF;
	line-height: 19px;
	margin-bottom: 5px;
}
.subtitle-webclass-card {
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #575656;
	line-height: 16px;
	margin-bottom: 0px;
}
.cal-webclass-card p {
	margin-bottom: 0 !important;
}
.cal-webclass-card, .day-webclass-card {
	margin-bottom: 0 !important;
	font-size: 34px;
	line-height: 26px;
	text-align: center;
}
.subtitle-webclass-card b {
	color: #575656 !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	background: transparent !important;
	color: #FFF;
	border-radius: 0;
	margin: 0;
}
.owl-prev {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 40%;
	left: -50px;
	display: block !important;
	border: 0px solid black;
}
.owl-next {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 40%;
	right: -50px;
	display: block !important;
	border: 0px solid black;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
	display: inline-block;
	margin-bottom: 50px;
}
.owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
.modal {
	width: 1140px;
	margin: 0 auto;
}
.modal-dialog {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: .5rem;
	pointer-events: none;
}

@media (max-width: 575.98px) {  
	.modal {
	width: 100%;
	margin: 0 auto;
	}
}