#referencje {
	background-image: url('../img/referencje-bg.jpg');
	background-size: cover;
	background-position: center;
	color: white;
	padding-top: 90px;
	padding-bottom: 90px;
}

#referencje > img {
	position: absolute;
	display: block;
	margin: auto;
	top: 70px;
	left: 0;
	right: 0;
	z-index: 10;
	height: 70px;
}

#referencje-wrap {
	width: 100%;
	max-width: 1100px;
	padding: 100px 0 70px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	background-color: rgba(23,27,26,0.65);
}

.referencje-cont {
	width: 100%;
	box-sizing: border-box;
	padding: 0 50px;
	position: absolute;
	left: 0;
	top: 100px;
	opacity: 0;
}
.referencje-cont.active {opacity: 1}

.referencje-cont i {
	font-family: 'Quintessential', cursive;
	font-size: 36px;
	line-height: 52px;
	font-style: normal;
}

.referencje-cont p {
	margin-top: 40px;
	font-size: 20px;
	font-weight: 400;
}

#referencje-arrows {
	position: absolute;
	margin: auto;
	bottom: 32px;
	left: 0;
	right: 0;
}

#referencje-arrows a {
	display: inline-block;
	margin: 0 10px;
	width: 12px;
	height: 15px;
}

#referencje-arrows a img {
	display: block;
	width: 100%;
	height: 100%;
}

#referencje-arrows span {
	display: inline-block;
	height: 30px;
	width: 1px;
	background: white;
	position: relative;
	top: 8px;
}


/* GRID: 1024px */
@media all and (max-width: 1024px) {	

#referencje {
    padding-top: 60px;
    padding-bottom: 60px;
}

#referencje > img {
    top: 45px;
    height: 60px;
}

#referencje-wrap {padding: 70px 0 50px}

.referencje-cont {top: 70px}

.referencje-cont i {
    font-size: 32px;
    line-height: 42px;
}

#referencje-arrows {bottom: 20px}

#referencje-arrows a {opacity: 1 !important}

}


/* GRID: 750px */
@media all and (max-width: 750px) {	

#referencje {padding-top: 50px}

#referencje > img {
    top: 38px;
    height: 50px;
}

#referencje-wrap {padding: 50px 0 40px}

.referencje-cont {
	padding: 0 20px;
	top: 50px;
}

.referencje-cont i {
    font-size: 26px;
    line-height: 32px;
}

.referencje-cont p {
    margin-top: 20px;
    font-size: 18px;
}

}


/* GRID: 500px */
@media all and (max-width: 500px) {	

#referencje-wrap {padding: 50px 0 20px}

.referencje-cont i {
    font-size: 24px;
    line-height: 28px;
}

}
