ul.social-list {
	float: right;
}

ul.social-list li {
	float: left;
}

ul.social-list li a {
	display: inline-block;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.onsayfalinker .social-list li a {
	color: #fff;
}

ul.social-list li a:hover {
	color: #fff;
}

ul.social-list li a.facebook:hover {
	background-color: #507CBE;
}

ul.social-list li a.youtube:hover {
	background-color: #ee3734;
}

ul.social-list li a.twitter:hover {
	background-color: #63CDF1;
}

ul.social-list li a.google:hover {
	background-color: #F16261;
}

ul.social-list li a.dribbble:hover {
	background-color: #E46387;
}

ul.social-list li a.linkedin:hover {
	background-color: #90CADD;
}

ul.social-list li a.tumblr:hover {
	background-color: #4D7EA3;
}

ul.social-list li a.flickr:hover {
	background-color: #E474AF;
}

ul.social-list li a.instgram:hover {
	background-color: #4D4F54;
}

ul.social-list li a.vimeo:hover {
	background-color: #87D3E0;
}

ul.social-list li a.skype:hover {
	background-color: #36C4F3
}

ul.social-list li a i {
font-size: 1.5em;
    display: block;
    width: 50px;
    height: 42px;
    line-height: 45px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .08);
}


ul.social-list li:last-child a i {
	border-right: 1px solid rgba(255, 255, 255, .08);
}

.facebook-footer {
	background: #155b9d;
	left: 0;
	top: 0%;
}

.twitter-footer {
	background: #1a9ec4;
	bottom: 0;
	left: 25%;
}

.youtube-footer {
	background: #ee3733;
	left: 50%;
	top: 0%;
}

.behance-footer {
	background: #3f7aa3;
	bottom: 0;
	left: 75%;
}

.linked-in-footer {
	background: #157f9d;
	left: 100%;
	top: 0%;
}