@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'AD-Icons';
	src:url('fonts/AD-Icons.eot');
	src:url('fonts/AD-Icons.eot?#iefix') format('embedded-opentype'),
		url('fonts/AD-Icons.woff') format('woff'),
		url('fonts/AD-Icons.ttf') format('truetype'),
		url('fonts/AD-Icons.svg#AD-Icons') format('svg');
	font-weight: normal;
	font-style: normal;color:#666;
}


[data-icon]:before {
	font-family: 'AD-Icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

[class^="font-"]:before, [class*=" font-"]:before {
	font-family: 'AD-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	
}

[class^="font-"],
[class*=" font-"]{
	display:inline-block;
	margin:0 10px 0 0;
	line-height:1em;
	
}

.font-social-zerply:before {
	content: "\e022";
}
.font-social-youtube:before {
	content: "\e023";
}
.font-social-yelp:before {
	content: "\e024";
}
.font-social-yahoo:before {
	content: "\e025";
}
.font-social-wordpress:before {
	content: "\e026";
}
.font-social-virb:before {
	content: "\e027";
}
.font-social-vimeo:before {
	content: "\e028";
}
.font-social-viddler:before {
	content: "\e029";
}
.font-social-twitter:before {
	content: "\e02a";
}
.font-social-tumblr:before {
	content: "\e02b";
}
.font-social-stumbleupon:before {
	content: "\e02c";
}
.font-social-soundcloud:before {
	content: "\e02d";
}
.font-social-skype:before {
	content: "\e02e";
}
.font-social-share-this:before {
	content: "\e02f";
}
.font-social-quora:before {
	content: "\e030";
}
.font-social-pinterest:before {
	content: "\e031";
}
.font-social-photobucket:before {
	content: "\e032";
}
.font-social-paypal:before {
	content: "\e033";
}
.font-social-myspace:before {
	content: "\e034";
}
.font-social-linkedin:before {
	content: "\e035";
}
.font-social-last-fm:before {
	content: "\e036";
}
.font-social-grooveshark:before {
	content: "\e037";
}
.font-social-google-plus:before {
	content: "\e038";
}
.font-social-github:before {
	content: "\e039";
}
.font-social-forrst:before {
	content: "\e03a";
}
.font-social-flickr:before {
	content: "\e03b";
}
.font-social-facebook:before {
	content: "\e03c";
}
.font-social-evernote:before {
	content: "\e03d";
}
.font-social-envato:before {
	content: "\e03e";
}
.font-social-email:before {
	content: "\e03f";
}
.font-social-dribbble:before {
	content: "\e040";
}
.font-social-digg:before {
	content: "\e041";
}
.font-social-deviant-art:before {
	content: "\e042";
}
.font-social-blogger:before {
	content: "\e043";
}
.font-social-behance:before {
	content: "\e044";
}
.font-social-bebo:before {
	content: "\e045";
}
.font-social-addthis:before {
	content: "\e046";
}
.font-social-500px:before {
	content: "\e047";
}
.font-rss:before {
	content: "\e04e";
}
.font-remove-sign:before {
	content: "\e05b";
}
.font-plus:before {
	content: "\e063";
}
.font-plus-sign:before {
	content: "\e064";
}
.font-ok:before {
	content: "\e06d";
}
.font-ok-sign:before {
	content: "\e06e";
}
.font-ok-circle:before {
	content: "\e06f";
}
.font-heart:before {
	content: "\e088";
}
.font-heart-line:before {
	content: "\e089";
}
.font-search:before {
	content: "\e04d";
}
.font-remove-circle:before {
	content: "\e05c";
}
.font-reorder:before {
	content: "\e059";
}
.font-minus:before {
	content: "\e073";
}
.font-remove:before {
	content: "\e05a";
}
.font-minus-sign:before {
	content: "\e074";
}

 #social ul {
    padding-left: 10px;
	padding-top:10px;
}
 #social ul li {
    display: inline-block;
    list-style: none outside none;
    margin-left: 10px;
}
 #social ul li:first-child {
    margin-left: 0;
}
 #social ul li a {
    border-radius: 0px;
    display: block;
    height: 50px;
    perspective: 1000px;
    transform: rotateY(180deg);
    transition: all 400ms ease-out 0s;
    width: 50px;
	text-align:center;
	float:left;
}
 #social ul li a span {
    color: #000000;
    font-size: 26px;
    line-height: 50px;
    margin:0;
	text-align:center;
    opacity: 0.3;
    perspective: 1000px;
    transform: rotateY(180deg);
    transition: all 400ms ease-out 0s;
}
 #social ul li:hover a,  #social ul li.active a {
    transform: rotateY(0deg);
}
 #social ul li:hover a span,  #social ul li.active a span {
    color: #FFFFFF;
    opacity: 1;
    transform: rotateY(0deg);
}
 #social ul li:hover a.twitter,  #social ul li.active a.twitter {
    background-color: #00ACED;
}
 #social ul li:hover a.facebook,  #social ul li.active a.facebook {
    background-color: #3B5998;
}
 #social ul li:hover a.google-plus,  #social ul li.active a.google-plus {
    background-color: #DD4B39;
}
 #social ul li:hover a.youtube,  #social ul li.active a.youtube {
    background-color: #CC0000;
}