/* Add here all your CSS customizations */
.bg-gray {
	background-color: #E5E5E5;
}

.a-img img {
	margin-bottom: 25px;
}

.ref {
	border: 1px solid #CCC;
	margin-top: 25px;
	overflow: hidden;
}

.ref .ref-img {
	height: 150px;
	line-height: 150px;
}

.ref img {
	padding: 30px 15px;
	max-width: 150px;
}

.ref p {
	background-color: #4D4D4D;
	text-align: center;
	color: #FFF;
	margin: 0;
	font-family: Source Sans Pro, sans-serif;
	font-size: 16px;
	font-weight: 500;
	padding: 5px 0;
}

.ref a {
	color: #FFF
}

.iletisim {
	padding: 30px 0;
}

.iletisim h1 {
	font-family: Source Sans Pro, sans-serif;
	font-size: 24px;
	font-weight: 600;
	margin: 0;
}

.iletisim h2 {
	font-family: Source Sans Pro, sans-serif;
	font-size: 18px;
	font-weight: 600;
}

.iletisim-title {
	font-weight: 600;
	color: #222;
}



@media (max-width:767px) {
	.col-xs-6 {
		width: 50%;
	}
}