.owl-stage, .owl-stage .owl-item {
	display: flex;
}
 .owl-stage .owl-item a.tile{
 	width: 100%;
 	align-items: stretch;
 	display: flex;
 	margin-bottom: 0;
 	flex-direction: column;
 }
 .owl-stage .owl-item a.tile .details {
 	align-items: stretch;

	width: 100%;
 	-ms-flex: 1 0 auto;
 	-webkit-box-flex: 1;
 	flex: 1 0 auto;
 	display: -ms-flexbox;
 	display: -webkit-box;
 	display: flex;
 	-ms-flex-direction: column;
 	-webkit-box-orient: vertical;
 	-webkit-box-direction: normal;
 	flex-direction: column;
 }
 .owl-stage .owl-item a.tile .details p {
 	flex: 1 0 auto;
 }
@media screen and (min-width: 601px) {
 	.owl-stage .owl-item a.tile .details {
		height: auto;
 	}
 }
.owl-theme .owl-dots,.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
	margin-top: 10px;
}
/* next and previous buttons hidden*/
.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
	display: none;
}
.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px 5px 0;
	padding: 4px 7px;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom:1;
	outline: 0;
}
.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0 7px;
	border: 1px solid #949494;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.theme-purple .owl-theme .owl-dots .owl-dot.active span,.theme-purple .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #BA5B94;
    border: 1px solid #BA5B94;
}
.theme-royal-blue .owl-theme .owl-dots .owl-dot.active span,.theme-royal-blue .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #007eff;
    border: 1px solid #007eff;
}
.theme-green .owl-theme .owl-dots .owl-dot.active span,.theme-green .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #64b74f;
    border: 1px solid #64b74f;
}
.theme-yellow .owl-theme .owl-dots .owl-dot.active span,.theme-yellow .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #000;
    border: 1px solid #000;
}
.theme-yellow .owl-theme .owl-dots .owl-dot.active span,.theme-yellow .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fed105;
    border: 1px solid #fed105;
}
.theme-terracotta .owl-theme .owl-dots .owl-dot.active span,.theme-terracotta .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ae2a21;
    border: 1px solid #ae2a21;
}
.theme-orange .owl-theme .owl-dots .owl-dot.active span,.theme-orange .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #faa619;
    border: 1px solid #faa619;
}
.theme-pink .owl-theme .owl-dots .owl-dot.active span,.theme-pink .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f39c89;
    border: 1px solid #f39c89;
}
.theme-sage .owl-theme .owl-dots .owl-dot.active span,.theme-sage .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #7bcbb5;
    border: 1px solid #7bcbb5;
}