/* EFFECT */
.effect-14 a {
	background-color: #EAEAEA;
	border-radius: 32px;
	font-size: 35px;
	line-height: 65px;
	z-index: 1;
	overflow: visible !important;
}
.effect-14 a:after {
	border-radius: 32px;
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform: scale(1.3);
	    -ms-transform: scale(1.3);
	        transform: scale(1.3);
	opacity: 0;
	filter: alpha(opacity=0);
	content: '';
	z-index: -1;
}
.effect-14 a:hover:after {
	-webkit-transform: scale(1.0);
	    -ms-transform: scale(1.0);
	        transform: scale(1.0);
	opacity: 1;
	filter: alpha(opacity=100);
}
.effect-14 a:hover:before{
	color: #FFFFFF;
}

.effect-14 a {
	margin-right: 5px;
}

/* Icon */
.effect-14 .fb:before{
	content: "\f09a";
}
.effect-14 .fb:after {
	background-color: #3b5998;
}
.effect-14 .fb:hover {
    box-shadow: 0 0 0 7px rgba(58, 136, 171, 0.25);
}

/* Github */
.effect-14 .dribbble:before {
	content: "\f17d";
}
.effect-14 .dribbble:after {
	background-color: #F26798;
}
.effect-14 .dribbble:hover {
    box-shadow: 0 0 0 7px rgba(242, 103, 152, 0.25);
}

/* SU */
.effect-14 .su:before {
	content: "\f1a4";
}
.effect-14 .su:after {
	background-color: #5FBB4C;
}
.effect-14 .su:hover {
    box-shadow: 0 0 0 7px rgba(95, 187, 76, 0.25);
}

/* Gplus */
.effect-14 .gplus:before {
	content: "\f0d5";
}
.effect-14 .gplus:after {
	background-color: #d34836;
}
.effect-14 .gplus:hover {
    box-shadow: 0 0 0 7px rgba(211, 72, 54, 0.25);
}

/* Instagram */
.effect-14 .instagram:before {
	content: "\f16d";
}
.effect-14 .instagram:after {
	background-color: #DCAD65;
}
.effect-14 .instagram:hover {
    box-shadow: 0 0 0 7px rgba(220, 173, 101, 0.25);
}

/* Twitter */
.effect-14 .twitter:before {
	content: "\f099";
}
.effect-14 .twitter:after {
	background-color: #4099ff;
}
.effect-14 .twitter:hover {
    box-shadow: 0 0 0 7px rgba(64, 153, 255, 0.25);
}

/* RSS */
.effect-14 .rss:before {
	content: "\f09e";
}
.effect-14 .rss:after {
	background-color: #FF9F5B;
}
.effect-14 .rss:hover {
    box-shadow: 0 0 0 7px rgba(255, 159, 91, 0.25);
}


/* Digg */
.effect-14 .digg:before {
	content: "\f1a6";
}
.effect-14 .digg:after {
	background-color: #79BAFF;
}
.effect-14 .digg:hover {
    box-shadow: 0 0 0 7px rgba(121, 186, 255, 0.25);
}

/* Youtube */
.effect-14 .youtube:before {
	content: "\f167";
}
.effect-14 .youtube:after {
	background-color: #CF2200;
}
.effect-14 .youtube:hover {
    box-shadow: 0 0 0 7px rgba(207, 34, 0, 0.25);
}

/* Vimeo */
.effect-14 .vimeo:before {
	content: "\f27d";
}
.effect-14 .vimeo:after {
	background-color: #85C6FD;
}
.effect-14 .vimeo:hover {
    box-shadow: 0 0 0 7px rgba(133, 198, 253, 0.25);
}

/* Delicious */
.effect-14 .delicious:before {
	content: "\f1a5";
}
.effect-14 .delicious:after {
	background-color: #3F92DC;
}
.effect-14 .delicious:hover {
    box-shadow: 0 0 0 7px rgba(63, 146, 220, 0.25);
}

/* Linkedin */
.effect-14 .linkedin:before {
	content: "\f0e1";
}
.effect-14 .linkedin:after {
	background-color: #4698BD;
}
.effect-14 .linkedin:hover {
    box-shadow: 0 0 0 7px rgba(70, 152, 189, 0.25);
}