@charset "utf-8";
/*!
 * Qatar University Homepage Menu
 * Copyright 2015 Qatar University.
 * Created: 		02-06-2020
 * Last Modified: 	02-06-2020
 * Created By : Khulood Mekdad 
 * --------------------------------
 * !This style sheet overrides and defines general YSC RESEARCH CENTER colors and changes to main style!
 */
.service_btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 135px;
    height: 110px;
    margin: 10px;
}
.service_btn img {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
	}
.service_btn:hover img {
	top: auto;
	bottom: 0;
}
.color-main-dark {
	color: #8B0E3A;
}
.color-main {
	color: #8B0E3A;
}
.color-main-light {
	color: #bf2e39;
}
.color-main-light2 {
	color: #bf2e39;
}
.color-alt {
	color: #929292;
}
.color-alt-light {
	color: #253d4f;
}
.color-alt2 {
	color: #186869;
}
.color-alt2-light {
	color: #1B7374;
}
.color-alt3 {
	color: #eba11d;
}
.color-alt4 {
	color: #1b7374;
}
.color-main-dark-bg {
	background-color: #8B0E3A;
}
.color-main-bg {
	background-color: #8B0E3A;
}
.color-main-light-bg {
	background-color: #bf2e39;
}
.color-main-light2-bg {
	background-color: #bf2e39;
}
.color-alt-bg {
	background-color: #929292;
}
.color-alt-light-bg {
	background-color: #CCCCCC;
}
.color-alt2-bg {
	background-color: #186869;
}
.color-alt2-light-bg {
	background-color: #1B7374;
}
.color-alt3-bg {
	background-color: #eba11d;
}
.color-alt4-bg {
	background-color: #1b7374;
}
body {
	background: none !important;
}
@media only screen and (min-width : 768px) {
	#outterWrapper {
		margin-bottom: 230px !important;
	}
}
.explore-btn#calendar {
    background-image: url(/file_source/qu/global/images/colleges/chs/calendar-icon.png) !important;
}
.explore-btn#stories {
    background-image: url(/file_source/qu/global/images/colleges/chs/stories-icon.png) !important;
}

.gridmenu::after {
	display: block;
    font-family: 'Glyphicons Halflings';
	position: absolute;
    right: 5px;
    top: 50%;
	color: #259899;
    margin-top: -9px;
	content: "\e080";
}
#quickfacts-arrows {
	top: 50% !important;
	margin-top: -25px;
}
.view-all {
	position: absolute;
    right: 0;
    top: 0;
}
#events_container aside {
	float: left;
	width: 4.25em;
	background-color: #929292;
}
#events_container aside .day {
	font-size: 2.5em;
	font-weight: 300;
}
#events_container aside .month {
	font-size: 1.2em;
	font-weight: 100;
	background-color: #eba11d;
}
#events_container aside span {
	text-align: center;
	display: block;
}
#events_container .details {
	margin-left: 5em;
	overflow: hidden;
}
#events_container .details .time {
	margin: 0;
	line-height: 1em;
	font-size: 1em;
}
#events_container .details p {
	margin-top: 0.25em;
	margin-bottom: 0;
}
#quickfacts-slider #quickfacts-arrows {
	position: absolute;
	right: 0;
	top: 0;
}
#quickfacts-slider .h3 {
	line-height: 135%;
}
@media only screen and (min-width : 767px) {
	#quickfacts-slider {
		margin: 0 60px;
	}
	#quickfacts-slider .carousel-inner {
		margin-right: 110px;
		width: auto;
	}
}
@media only screen and (max-width : 767px) {
	#quickfacts-slider {
		margin: 0 40px;
	}
	#quickfacts-slider .h1 {
		font-size: 1.4em;
	}
	#quickfacts-slider .h3 {
		font-size: 1.2em;
	}
}
#quickfacts-arrows a {
	font-size: 54px;
}
article .title {
	color: #253d4f !important;
}