/* Social box ------------------------------------------*/

.social-title{
}

.social-title:hover{
    padding-left: 27px !important;  
}

.icon-box {
    	height: 32px;
    	padding-left: 7px;
    	padding-top: 4px;
}

.linkedin a {
	background: url('../img/linkedin_gr.png');
	background-position: 0 0px;
	display: inline;
	height: 32px;
	padding-left: 28px;
    	padding-top: 4px;
	background-repeat: no-repeat;
    	border: 0;
    	opacity: 0.80;    
}
.linkedin a:hover {
	background-position: 0 -26px;
	color: rgba(16, 80, 153, 1);
}

.facebook a {
	background: url('../img/facebook_gr.png');
	background-position: 0px 0px;
	display: inline;
	height: 32px;
	padding-left: 28px;
    	padding-top: 4px;
	background-repeat: no-repeat;
    	border: 0; 
    	opacity: 0.80;    
}
.facebook a:hover {
	background-position: 0px -26px;
	color: rgba(16, 80, 153, 1);
}

.gplus a {
	background: url('../img/gplus_gr.png');
	background-position: 0 0px;
	display: inline;
	height: 32px;
	padding-left: 28px;
	margin_left:1px;
    	padding-top: 4px;
	background-repeat: no-repeat;
    	border: 0; 
    	opacity: 0.80;    
}
.gplus a:hover {
	background-position: 0 -26px;
	color: rgba(16, 80, 153, 1);
}

.twitter a {
	background: url('../img/twitter_gr.png');
	background-position: 0 0px;
	display: inline;
	height: 32px;
	padding-left: 28px;
    	padding-top: 4px;
	background-repeat: no-repeat;
    	border: 0;
    	opacity: 0.80;    
}

.twitter a:hover {
	background-position: 0 -26px;
	color: rgba(16, 80, 153, 1);
}

.flickr a {
	background: url('../img/flickr_gr.png');
	background-position: 0 0px;
	display: inline;
	height: 32px;
	padding-left: 28px;
    	padding-top: 4px;
	background-repeat: no-repeat;
    	border: 0;
    	opacity: 0.80;    
}
.flickr a:hover {
	background-position: 0 -26px;
	color: rgba(16, 80, 153, 1);
}

.soundcloud a {
	background: url('../img/soundcloud_gr.png');
	background-position: 0 0px;
	display: inline;
	height: 32px;
	padding-left: 28px;
    	padding-top: 4px;
	background-repeat: no-repeat;
    	border: 0;
    	opacity: 0.80;
}
.soundcloud a:hover {
	background-position: 0 -26px;
	color: rgba(16, 80, 153, 1);
}