/* http://www.wdrfree.com/ 
   v1.0 | 20150324
   License: none (public domain)
   Author: Javier Palmieri
*/

body {
	background-color:#333;
}

header {
    height: 100px;
    line-height: 150px;
}

h1 {
	text-align:center;
	font-size:20px;
	color:#999;
}

.backline {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    top: 0px;
    left: 0px;
}

.backline a {
    position: relative;
    font-size: 14px;
    color: #7D7A81;
    transition: all 0.2s ease 0s;
}


/* General UL LI Styles*/

ul.social_wdrfree {
    list-style: none outside none;
    margin-left: 0 !important;
    margin-top: 40px;
    padding: 0;
	width:100%;
	text-align:center;
}
ul.social_wdrfree li {
	display: inline;
	margin: 0 5px;
}



/* Individual Background Color*/
.social_wdrfree a.icoRss:hover {
	background-color: #F56505;
	color:#fff;
}
.social_wdrfree a.icoFacebook:hover {
	background-color:#3B5998;
	color:#fff;
}
.social_wdrfree a.icoTwitter:hover {
	background-color:#33ccff;
	color:#fff;
}
.social_wdrfree a.icoInstagram:hover {
	background-color:#BD3518;
	color:#fff;
}
.social_wdrfree a.icoFlickr:hover {
	background-color:#3C3;
	color:#fff;
}

.social_wdrfree li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 100px;
	height: 100px;
	font-size:50px;
}
.social_wdrfree li i {
	margin:0;
	line-height:100px;
	text-align: center;
}



.social_wdrfree a:hover {
	
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}


.social_wdrfree a {
	color:#20497a;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social_wdrfree li a {
    background: none repeat scroll 0 0 white;
}