#infoangelis {
	opacity:0;
    margin-top: 0;
    margin-left: 50px;
    width: 200px;
    transition: all ease-in-out 0.7s;
    height: 0;
    background: #f1f1f1;
    overflow: hidden;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    z-index: 320;
    position: absolute;
    color: #656565;
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.71);
}

#copyrightangelis > a {color: #2E99DD;font-weight: 600;}

#copyrightangelis:hover #infoangelis {
	opacity: 1;
	height: 135px;
	margin-top: -160px;
}

span#infoangelis:hover span {
    opacity: 1;    
    display: inline-block;
    transition: all ease-in-out 0.7s;
    position: absolute;
    margin-top: -30px;
}

.angelis{
	height: 40px;
	display: block;
	width: inherit;
}

#infoangelis .social li{
	display:inline-block;
	padding: 0;
	margin: 0;
}

.angeliscontent a i.fa {
	border-radius: 5px;
	font-size: 17px;
	width: 30px;
	height: 30px;
	margin: 0px;
	text-align: center;
	padding-top: 8px;
	background: #171917;
	color:#fff;
	box-sizing: border-box;
	transition: all ease-in-out 0.7s;
}

#copyrightangelis .fa-twitter{ border-left:1px solid white }
#copyrightangelis .fa-twitter:hover{ background:#569cbe!important }
#copyrightangelis .fa-facebook:hover{ background:#4066b9!important }
#copyrightangelis .fa-desktop:hover{ background:#99cc01!important }

.angeliscontent {
    padding: 10px;
}

.angeliscontent ul.social {
    padding: 4px 0;
    margin: 5px -5px;
}

.angeliscontent span {
    float: left;
    height: 30px;
    padding-top: 5px;
    font-size: 14px;
    color: #656565;
    width: 92px;
    text-align: left;

}

div#copyrightangelis {
	width: 300px;
	margin: auto;
}

.pull-right{
	float:right;
}