@charset "utf-8";
/* CSS Document */
/*!
 * Qatar University Homepage Footer
 * Copyright 2015 Qatar University.
 * Created: 		20-01-2015
 * Last Modified: 	31-03-2015
 * --------------------------------
 * !This Style file only controls the layout!
 */

/* FOOTER START */
.BTNSocial {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-top: 5px;
	background-color: #8B0E3A;
    background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 2px;
	
}
.BTNSocial:hover {
	background-color: #929292;
}
#facebook {
	background-image: url(/file_source/qu/global/images/sm/facebook.png);
}
#twitter {
	background-image: url(/file_source/qu/global/images/sm/twitter.png);
}
#youtube {
	background-image: url(/file_source/qu/global/images/sm/youtube.png);
}
#linkedin {
	background-image: url(/file_source/qu/global/images/sm/linkedin.png);
}
#instagram {
	background-image: url(/file_source/qu/global/images/sm/instagram.png);
}
#google {
	background-image: url(/file_source/qu/global/images/sm/google.png);
}
#flickr {
	    margin-left: 5px;
	background-image: url(/file_source/qu/global/images/sm/flickr.png);
}
#foursquare {
	background-image: url(/file_source/qu/global/images/sm/foursquare.png);
}
#rss {
	background-image: url(/file_source/qu/global/images/sm/rss.png);
}
#snapchat {
	background-image: url(/file_source/qu/global/images/sm/snapchat.png);
}

@media only screen and (min-width : 992px) {
	#footer_wrapper {
		position: relative;
	}
}
#footer_wrapper .container{
	position: relative;

}
/* FOOTER END */
/** COLORS START **/
	/* FOOTER START */
		#footer_wrapper a {
			color: #FFF;
		}
	/* FOOTER END */
/** COLORS END **/

