/*----- Social links -----*/
a:link, a:visited {
	outline: none;
	text-decoration: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*----- 11. Footer -----*/


/*----------------------------------------*/
/*----- 12. Copyright -----*/
/*----------------------------------------*/

#copyright p {
	float: left;
	padding-top: 9px;
	
	font-size: 10px;
	font-weight: normal;
}
#copyright a {
	color: #616b74;
}
#copyright ul {
	float: right;
}


/*----------------------------------------*/
/*----- 14. Social Icons -----*/
/*----------------------------------------*/
.social
 {
	padding-left:20px;
  }

.social li {
	float: right;
	margin-bottom: 2px;
	padding-right: 20px;
	padding: 0px;
	display: inline;
	width: auto;
	background-color:rgba(215, 44, 44, 0.5);
	border-radius:50%;
}
.social li a {
	display: block;
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	border-radius:50%;
}
.social li.email a {
	background: url(../images/icons/email.png) no-repeat 0 0;
}
.social li.email a:hover {
	background-color: #f96e5b;
}
.social li.facebook a {
	background: url(../images/icons/facebook.png) no-repeat 0 0;
}
.social li.facebook a:hover {
	background-color: #3b5998;
}
.social li.flickr a {
	background: url(../images/icons/flickr.png) no-repeat 0 0;
}
.social li.flickr a:hover {
	background-color: #f1628b;
}
.social li.googleplus a {
	background: url(../images/icons/googleplus.png) no-repeat 0 0;
}
.social li.googleplus a:hover {
	background-color: #d94a39;
}
.social li.linkedin a {
	background: url(../images/icons/linkedin.png) no-repeat 0 0;
}
.social li.linkedin a:hover {
	background-color: #71b2d0;
}
.social li.rss a {
	background: url(../images/icons/rss.png) no-repeat 0 0;
}
.social li.rss a:hover {
	background-color: #fe9900;
}
.social li.skype a {
	background: url(../images/icons/skype.png) no-repeat 0 0;
}
.social li.skype a:hover {
	background-color: #18b7f1;
}
.social li.twitter a {
	background: url(../images/icons/twitter.png) no-repeat 0 0;
}
.social li.twitter a:hover {
	background-color: #48c4d2;
}
.social li.youtube a {
	background: url(../images/icons/youtube.png) no-repeat 0 0;
}
.social li.youtube a:hover {
	background-color: #f45750;
}
.social li a:hover {
	background-position: 0 -31px;
}
@media(max-width:940px){
	.social li { float:left }
	.social { padding-left: 0 }
}