.c-side-bar-images{
	display:block;
	max-width:260px;
	max-height:260px;
	width:auto;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1px;
	cursor:pointer;
}

.loader {
	border: 12px solid #333333;
	border-radius: 50%;
	border-top: 12px solid #3498db;
	width: 80px;
	height: 80px;
	animation: spin 1s linear infinite;
}
	
@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

.loader-wrapper{
	position: relative;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
}