@charset "utf-8";

.social-icon { width: 24px; height: 24px; line-height: 24px; text-align: center; font-size: 14px; color: #fff; display: inline-block; -webkit-border-radius: 50%; border-radius: 50%; background: #8F8F8F; margin-left: 10px; }
.social-icon:hover { color: #fff; background: #5aacf8 !important; }

/* Top Area */
#topArea { padding:0px 20px; font-size: 13px; border-bottom: 1px solid #E1E1E1; color: #000; background: #F1F1F1; }
#topArea p { padding: 2px 0; margin: 0px; }


@media only screen and (min-width: 960px) and (max-width: 1224px) {
	
	
	
	}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	
	
	}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {


	
	
	#topArea, #topArea .text-right { padding: 5px 0; text-align: center; }
	

	
	}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {


	
	 }

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) { 

	}
