h4 {
    margin: 0;
    font-weight: normal;
}
.white-text {
    color: #fff
}
.yellow-text {
    color: #fdb92e
}
.color-text {
    color: #005c9c; margin-top:4.8%
}
.npm {
    padding: 0;
    margin: 0
}


#student-life {
    padding: 40px 0px;
    padding-bottom: 50px;
    background: #f4f0f0
}

.img-boxes {
    border: 2px solid #fff;
    display: block;
    font-size: 13px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.img-boxes:hover {
    background: #004b91
}

.img-boxes:hover img {
    opacity: .5
}

.img-boxes img {
    position: relative
}

.img-boxes .text1 {
    padding: 8px 15px;
    background: #005c9c;
    color: #fff;
    position: absolute;
    top: 0;
	border-radius:0 0 5px 0
}

.img-boxes .text2 {
    padding: 8px 15px;
    background: #fdb92e;
    color: #fff;
    position: absolute;
    top: 0;
	border-radius:0 0 5px 0	
}

.img-boxes .text3 {
    padding: 8px 15px;
    background: #333;
    color: #fff;
    position: absolute;
    bottom: 0
}



.panel {
    border: 4px solid #fff;  
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05)
}

.panel1 {
	border:#e4e4e4 2px solid;
	margin-top:1%;
    border-radius: 0px;
-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1); 
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
}

.panel-default>.panel-heading {
    background: #005c9c
}

.panel-heading1 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin: 4px;
}

.panel-body {
    padding: 15px 20px;
    min-height: 268px;
    overflow: hidden;
}

.panel-body1 {
    padding: 3px 15px;
    min-height: 243px;
    overflow: hidden;
    background: transparent
}
.panel-body1 .item-event {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    list-style: none;
    border-bottom: 1px solid #efefef;
    padding: 5px;
    padding-bottom: 3px;
}


.panel-body1 .item-event .event-right p {
    line-height: 18px; font-size:14px;
    margin: 0
}
.panel-footer {
    padding: 25px 15px;
    background-color: #f5f5f5;
    border-top: 0px solid #ddd;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px
}

.panel-footer1 {
    padding: 0px;
    background-color: #fff;
    border-top: 0px solid #ddd;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px
}

.panel-heading h4 {
    font-size: 20px
}

.panel-heading {
    padding: 8px 15px
}

.item-event {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    list-style: none;
    border-bottom: 1px solid #efefef;
    padding: 5px;
    padding-bottom: 8px;
}

.item-event a{color:#000}

.item-event1 {
    margin-bottom: 3px;
    border: 0px solid #efefef;
    padding: 5px;
}

.item-event .date {
    float: left;
    width: 48px;
    height: 40px;
    background: #fff;
    border: 2px solid #efbd1a;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 5px 8px; 
    margin-right:10px;
    z-index: 1; 
    display:inline-table;
    margin-bottom: 3px;
}

.item-event .date .month {
    letter-spacing: 0.035em;
    color: #132f57;
    display: block;
    font-family: 'Abhaya Libre', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 13px;
}

.item-event .date .day {
    letter-spacing: 0.035em;
    color: #132f57;
    display: block;
    font-family: 'Abhaya Libre', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 14px
}

.event-right {
text-align: left;
width: calc(100% - 40px);
/*float: right;
display: inline-block;*/
padding-left: 10px;
}

.item-event .event-right p {
    line-height: 20px;
    margin: 0
}
.item-event .event-right p a{color:#000}


.btn-blue2 {
    font-size: 13px;
    color: #fff;
    margin-top: -10px;
    border: 0px;
    padding: 5px 10px;
    border-radius: 2px;
    margin-right: 3px;
    font-size: 13px;
    font-weight: normal;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: rgba(19, 47, 87, 1);
    background: -moz-linear-gradient(top, rgba(19, 47, 87, 1) 0%, rgba(0, 61, 147, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19, 47, 87, 1)), color-stop(100%, rgba(0, 61, 147, 1)));
    background: -webkit-linear-gradient(top, rgba(19, 47, 87, 1) 0%, rgba(0, 61, 147, 1) 100%);
    background: -o-linear-gradient(top, rgba(19, 47, 87, 1) 0%, rgba(0, 61, 147, 1) 100%);
    background: -ms-linear-gradient(top, rgba(19, 47, 87, 1) 0%, rgba(0, 61, 147, 1) 100%);
    background: linear-gradient(to bottom, rgba(19, 47, 87, 1) 0%, rgba(0, 61, 147, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0b58a0', endColorstr='#1178d8', GradientType=0);
}

.btn-blue2:hover {
    background: rgba(235, 158, 3, 1);
    background: -moz-linear-gradient(top, rgba(235, 158, 3, 1) 0%, rgba(247, 167, 7, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235, 158, 3, 1)), color-stop(100%, rgba(247, 167, 7, 1)));
    background: -webkit-linear-gradient(top, rgba(235, 158, 3, 1) 0%, rgba(247, 167, 7, 1) 100%);
    background: -o-linear-gradient(top, rgba(235, 158, 3, 1) 0%, rgba(247, 167, 7, 1) 100%);
    background: -ms-linear-gradient(top, rgba(235, 158, 3, 1) 0%, rgba(247, 167, 7, 1) 100%);
    background: linear-gradient(to bottom, rgba(235, 158, 3, 1) 0%, rgba(247, 167, 7, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eb9e03', endColorstr='#f7a707', GradientType=0);
    color: #000;
}
#gotop {z-index:999999;}  
