#right-links {
	top: 10px;
	left: 0px;
	vertical-align: middle;
	text-transform: uppercase;
	width: 100px;
}

#right-links, .social-facebook .icon-nav,.social-googleplus .icon-nav,.social-twitter .icon-nav, .social-text {
	display: block;
}

#right-links, .social-facebook a, .social-googleplus a, .social-twitter a {
	text-align: center;
}

#right-links, .downloads, .social-text {
	position: relative;
}

.content-social span, .downloads, .social-facebook a, .social-googleplus a, .social-twitter a {
	display: inline-block;
}

#right-links li.downloads {
	margin-bottom: 10px;
}

.social-facebook a, .social-googleplus a, .social-twitter a {
	height: 80px;
	width: 100%;
}

.downloads {
    background-repeat: no-repeat;
}

.social-facebook .icon-nav,.social-googleplus .icon-nav,.social-twitter .icon-nav {	
	margin: 0px auto;
    background-repeat: no-repeat;
}

.social-facebook a .icon-nav {
	background-image: url('../images/facebook.gif');
}

.social-twitter a .icon-nav {
	background-image: url('../images/twitter.gif');
}

.social-googleplus a .icon-nav {
	background-image: url('../images/googleplus.gif');
}

.social-facebook a .icon-nav, .social-twitter a .icon-nav, .social-googleplus a .icon-nav {
	height: 60px;
	width: 60px;
	background-size: 60px 60px;
	z-index: 999;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

.social-facebook:hover span, .social-googleplus:hover span, .social-twitter:hover span {
	margin: 0px auto;
	-webkit-transition: opacity 0.3s ease-in-out 0.2s;
	transition: opacity 0.3s ease-in-out 0.2s;
	opacity: 1;
	height: auto;
}

.social-text {
	-webkit-transition: opacity 0s;
	transition: opacity 0s;
	opacity: 0;
	height: 0px;
	font-size: 14px;
	font-weight: bold;
}

.social-facebook:hover .social-text, .social-twitter:hover .social-text, .social-googleplus:hover .social-text {
	height: 10px;
	margin-top: -5px;
}

.social-facebook:hover .icon-nav, .social-twitter:hover .icon-nav, .social-googleplus:hover .icon-nav {
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	margin: 10px auto;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* For Contact Page */

ul.content-social {
	display: flex;
	flex-direction: row;
	padding: 10px 30px;
	justify-content: space-around;
}

.content-social li {
	margin: 10px;
	width: 90px;
	height: 90px;
}

.content-social span {
	opacity: 1;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}

.content-social:hover span {
	margin-top: 5px;
}