/* 
    Created on : 18 Jan 2021, 18:00:36
    Author     : pz
*/


.owl-item.active{
	background: none;
}

#bottomSection{
	margin-top: 0px;
}

.owl-item .image-container:before {
    /*margin-top: -29%;*/
	height: 26%;
	display: block;
	width: 100%;
	background: #fff;
	position:absolute;
	content: "";
	/*border-top: 15px solid #fff;*/
}
.owl-item .image-container{
	/*border-top: 15px solid #fff;*/
	position: relative;
    display: inline-block;
}
.owl-item a.light-grey{
	color: #999;
	font-size: .8rem;
	line-height: .8rem;
}

@media (min-width: 576px) {
	#popUpNewRb{
		margin: 25px;
	}
}