/* Custom calendar elements */
.download-cal{margin:10px auto;width:250px;}
.download-cal a{color:#000;background:#fff;padding:5px 9px;border-radius:5px;display:inline-block}
.download-cal a:hover{color:#fff;background:#c10000;}
.download-cal img{margin:2px 0 0}

.custom-calendar-wrap {
	margin: 0px auto 0;
	position: relative;
	overflow: hidden;
	font-family:'Arial',sans-serif;
}

.custom-inner {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.custom-inner:before,
.custom-inner:after  {
	content: '';
	width: 99%;
	height: 50%;
	position: absolute;
	background: #f6f6f6;
	bottom: -4px;
	left: 0.5%;
	z-index: -1;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.custom-inner:after {
	content: '';
	width: 98%;
	bottom: -7px;
	left: 1%;
	z-index: -2;
}

.custom-header {
	background: #fff;
	padding:5px 10px 10px 20px;
	height: 44px;
	position: relative;
	border: 1px solid #ddd;
}

.custom-header h2,
.custom-header h3 {
	text-align: center;
	text-transform: uppercase;
}

.custom-header h2 {
	color: #000;
	font-weight:600;
	font-size: 18px;
	margin:5px 2% 0 0;
	float:left;
	width:48%;
	text-align:right
}

.custom-header h3 {
	font-size: 18px;
	font-weight:600;
	color: #f44336;
	margin:5px 0 0 2%;
	float:left;
	width:48%;
	text-align:left;
}

.custom-header div span {
	position: absolute;
	top: 5px;
	width: 30px;
	height: 30px;
	color: transparent;
	cursor: pointer;
	margin: 0 1px;
	font-size: 30px;
	line-height: 30px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-header div span:first-child {
	left: -4px;
}

.custom-header div span:last-child {
	right: -4px;
}

.custom-header div span:before {
	font-family: 'fontawesome-selected';
	color: #277c55;
	position: absolute;
	text-align: center;
	width: 100%;
}

.custom-header div span.custom-prev:before {
	content: '\25c2';
}

.custom-header div span.custom-next:before {
	content: '\25b8';
}

.custom-header div span:hover:before {
	color: #000;
}

.custom-content-reveal {
	background: #ffd516b3;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0px;
	text-align: center;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.custom-content-reveal span.custom-content-close {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #000c07;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    cursor: pointer;
    line-height: 13px;
    padding: 0;
    border-radius: 50%;
}

.custom-content-reveal span.custom-content-close:after {
	content: 'x';
	font-size: 18px;
	color: #fff;
	line-height: 18px;
}

.custom-content-reveal a,
.custom-content-reveal span {
	font-size: 14px;
	padding: 10px 30px;
	display: block;
}

.custom-content-reveal h4 {
    text-transform: uppercase;
    font-size: 14px!important;
    font-weight: 300;
    letter-spacing: 3px;
    color: #fff;
    padding: 20px;
    background: #1f6d49;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px rgba(255,255,255,0.9);
    margin-bottom: 30px;
}

.custom-content-reveal span {
	color: #204C8D;
	text-align:left;
	line-height:30px
}

.custom-content-reveal span ul{
	list-style:inside;
}

.custom-content-reveal span ul li {
    list-style: circle;
    text-align: left;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.custom-content-reveal a {
	color: #ef4f69;
}

.custom-content-reveal a:hover {
	color: #333;
}

/* Modifications */
.fc-height{
	height:300px!important;
}

.fc-calendar-container {
	width: auto;
	padding:10px 0px 0;
	background: #f6f6f6;
	box-shadow: inset 0 1px rgba(255,255,255,0.8);
}

.fc-calendar .fc-head {
	background: transparent;
	color: #1570A6;
	font-weight: normal; /*bold*/
	text-transform: capitalize;
	font-size: 14px;
}

.fc-calendar .fc-row > div {
	background: #fff;
}

.fc-row div:first-child {
	background:#9e9e9e;
	color:#fff;
}

.fc-calendar .fc-row > div:empty {
    background: transparent!important;
}

.fc-content{background:#3ebf84!important;cursor:pointer;}

.fc-content span.fc-date{color:#fff!important}
.fc-calendar .fc-row > div:empty {
	background: transparent;
}

.fc-calendar .fc-row > div > span.fc-date {
	top: 50%;
	left: 50%;
	text-align: center;
	margin: -10px 0 0 -15px;
	font-weight: 400;
	pointer-events: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: #277c55!important;
	box-shadow: inset 0 -1px 1px rgba(0,0,0,0.1);
}

.fc-calendar .fc-row > div.fc-today > span.fc-date {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.fc-calendar .fc-row > div.fc-content:after {
	content: '';/*\00B7*/
	text-align: center;
	width: 20px;
	margin-left: -10px;
	position: absolute;
	color: #999;
	font-size: 70px;
	line-height: 20px;
	left: 50%;
	bottom: 0px;
}

.fc-calendar .fc-row > div.fc-today.fc-content:after {
	color: #b02c42;
}

.fc-calendar .fc-row > div.fc-content:hover:after{
	color: #18ACC0;
}

.fc-calendar .fc-row > div.fc-today.fc-content:hover:after{
	color: #fff;
}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
	display: none;
	font-size: 22px;
}

.menu2{
	float:right;
}
.clr{
	clear:both;
}
.alumni-main-block{
	border: 0 none;
    margin: 0;
    padding: 0;
    width: 100% !important;
}
.alumni-block ul li{
	margin:20px 0;
}
.alumni-block ul li:not(:last-child){
	border-bottom:1px solid #ddd;
}
.alumni-single{
	width:100%;
}
.alumni-single figure{
	float:left;
	overflow:hidden;
	width:33%;
}
.alumni-single figure img{
	width:100%;
}
.alumni-single .alumni-details {
	float: left;
    padding: 0 20px;
    width: 67%;
}
.alumni-single .alumni-details  h3{
	color: #444;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    padding: 0;
}
.alumni-single .alumni-details  h4{
    margin-bottom: 10px;
	line-height:normal;
	color: #555;
}
.alumni-single .alumni-details  p{
   font-size: 15px;
   line-height: 24px;
}



@media screen and (max-width: 479px) {
.alumni-single figure,.alumni-single .alumni-details{
		width:100%;
		float:none;
}
.alumni-single .alumni-details{
		padding-top:20px;
		padding-bottom:20px;
}
}

@media screen and (max-width: 400px) {
	.fc-calendar-container {
		height: 300px;
	}
	.fc-calendar .fc-row > div > span.fc-date {
		font-size: 15px;
	}
}
