/* Social Sidebr Hook */
#social-sidebar {
	margin-top:10px; margin-bottom:10px;
}
	#social-sidebar div {
		height:100px; width:300px;
		position:relative;
		background-repeat:no-repeat; background-size:cover;
	}
	#facebook-sidebar {
		margin-bottom:2px !important;
	}  
		#social-sidebar iframe {
			height:20px !important; margin-left:20px;
			margin-top:71px;
		}  
		.social-link {
			position:absolute; bottom:14px; right:20px;
			color:#fff; text-decoration:none;
			opacity:0.75;
		}   
		.social-link:hover {
			opacity:1;
		} 
	#facebook-sidebar {
		background:url('http://static.autoclubhub.com/club/1.0.0/assets/img/ban-facebook.png'); background-color:#0f4c81; 
	}
	#twitter-sidebar {
	    background:url('http://static.autoclubhub.com/club/1.0.0/assets/img/ban-twitter.png'); background-color:#5aa5e7;
	}
/* --- */



@media only screen and (min-width:530px) and (max-width:960px) {
	#social-sidebar {
		margin-bottom:0;
	}
		#social-sidebar div {
			width:260px;
		}
			#facebook-sidebar {
				float:left;
			}
			#twitter-sidebar {
				float:right;
			}
		.social-link span {
			display:none;
		}
}


@media only screen and (max-width:530px) {
	#social-sidebar, #facebook-sidebar {
		margin-bottom:0 !important;
	}
}


@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) { 
	#facebook-sidebar {
		background-image:url('http://static.autoclubhub.com/club/1.0.0/assets/img/ban-facebook@2x.png');
	}
	#twitter-sidebar {
	    background:url('http://static.autoclubhub.com/club/1.0.0/assets/img/ban-twitter@2x.png')
	}
}
