.referans-hold {
	padding-top: 40px;

	text-align: center;

	position: relative;
	z-index: 7;
}

.referans-link {
    background-color: #222222;
    border: none;
    color: white;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    cursor: pointer;
	transition: .3s;
}
.referans-link:hover {
    background-color: #8d0423;
}


#referans {
	display: block;
	position: relative;
	width: 100%;
	
	margin: 10px 0 20px 0;
	
	display: none;
}
#referans .referans-item {
	width: 100%;
	
	/* padding-top: 75%; */
	padding-top: 100%;
	padding-top: 75%;

	display: block;
	position: relative;

	filter: grayscale(100%);

	transition: filter 0.3s;

	overflow: hidden;
}
#referans .referans-item:hover {
	filter: grayscale(0%);
}

#referans .referans-item .referans-offset {
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	background-color: #ffffff;
	
	/* border-radius: 2px; */

	/* box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1); */
	border: solid 1px #eeeeee;
}

#referans .referans-item img {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.75);
}

#referans .owl-prev,
#referans .owl-next {
	position: absolute;
	width: 45px;
	height: 90px;
	top: 50%;
	transform: translate(0, -50%);
	
	background-color: #3c3c3c;
	color: #ffffff;
	
	background-color: #ffffff;
	color: black;
	
	text-align: center;
}

#referans .owl-prev {
	left: -50px;
}
#referans .owl-next {
	right: -50px;
}

#referans .owl-prev i,
#referans .owl-next i {
	font-size: 24px;
	margin-top: 6px;
}
