/* [REFERENTIE SLIDER] */
.owl-carousel {
	position: relative;
}

.owl-carousel .owl-nav {
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	margin-top: -15px;
}

.owl-carousel .owl-nav button:focus {
	outline: none;
}

.owl-carousel .owl-nav button.owl-next {
	color: #A0A0A0;
    font-size: 30px;
   	float: right;
   	margin-right: 23%;
} 

.owl-carousel .owl-nav button.owl-next .svg-inline--fa {
	color: #A0A0A0;
    font-size: 30px;
}

.owl-carousel .owl-nav button.owl-prev {
    color: #A0A0A0;
    font-size: 30px;
    float: left;
    margin-left: 23%;
}

.owl-carousel .owl-nav button.owl-prev .svg-inline--fa {
	color: #A0A0A0;
    font-size: 30px;
}

.owl-stage .owl-item {
	display: block;
	width: 100%;
	height: 400px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.owl-stage .owl-item:nth-child(odd) {
    background: #f8f8f8;
    height: auto;
}

.owl-stage .owl-item:nth-child(even) {
    background: #F2F2F2;
    height: auto;
}

.owl-stage .owl-item .wrapper {
	display: block;
	padding: 30px;
	width: 100%;
	height: auto;
/*	background: #FFF;*/
}

.owl-stage .owl-item .stars {
	margin: 0 0 30px 0;
}

.owl-stage .owl-item .stars img {
	display: inline-block;
	width: auto;
}

.owl-stage .owl-item h3.title {
	margin: 0 0 30px 0;
	font-size: 30px;
	font-weight: 700;
	color: #000;
}

.owl-stage .owl-item .desc {
	color: #fff;
	margin: 0 0 30px 0;
}

h3.title {
	text-align: left;
	font-size: 17px;
	margin-top: 11px;
}

.sub-title {
	text-align: left;
	font-weight: 200;
}

.owl-stage .owl-item .desc:before {
    color: #fff;
    content: '" '
}

.owl-stage .owl-item .desc:after {
    color: #fff;
    content: ' "'
}