.kisayol {
	position: relative;
	z-index: 988;
	
	margin-bottom: 40px;
	
	visibility: hidden;
}
.kisayol > div {
	position: absolute;
	width: 100%;
	
	bottom: -40px;
}

.kisayol .col6,
.kisayol .col4,
.kisayol .col3 {
	display: inline-block;
	vertical-align: bottom;
	float: none;
	
	background-color: #656565;
}

.kisayol .kisayol-item {
	min-height: 90px;
	background-color: #1B1B1B;
	color: #ffffff;
	padding: 10px 10px 10px 90px;
	
	position: relative;
}

.kisayol .col6:nth-child(2) .kisayol-item {
	background-color: #ceb994; /* COLOR3 */
	color: #000000;
}
.kisayol .col4:nth-child(2) .kisayol-item {
	background-color: #910000;
}
.kisayol .col4:nth-child(3) .kisayol-item {
	background-color: #E6E5E7;
	color: #000000;
}
.kisayol .col3:nth-child(2) .kisayol-item {
	background-color: rgba(0,0,0,.6);
}
.kisayol .col3:nth-child(3) .kisayol-item {
	background-color: #ceb994;
	color: #000000;
}


.kisayol .kisayol-item img {
	display: block;
	height: auto;
	width: 64px;
	position: absolute;
	left: 10px;
	top: 10px;
	
	transition: 0.5s;
}

.kisayol a {
	text-decoration: none;
}
.kisayol a:hover .kisayol-item img {
	top: 20px;
}

.kisayol .kisayol-item h3 {
	margin: 0;
	padding: 0;
}
.kisayol .kisayol-item p {
	margin: 0;
	padding: 10px 0 0 0;
}

@media (max-width: 768px) {
	.kisayol {
		margin-bottom: 0;
		margin-top: 15px;
	}
	.kisayol > div {
		position: relative;
		bottom: auto;
	}
} /* 768px */

