

/*------------------------------------*\
    $MEDIA ELEMENTS
\*------------------------------------*/
/* Flexible Media */
img, video, object {
  max-width: 80%;
  height: auto;
}
img {
    vertical-align: middle;
}
h1 h2 h3 h4 h5{
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}
#search{
	height:34px;
	float:right;
	border:#074E68 1px solid;
}
#search_input{
	width:80%; 
	height:28px; 
	float:left;
}
#search_button{
	width:43px; 
	height:32px; 
	float:right;
	padding:0 0 0 0;
}
#theinput{
	width:90%; 
	height:32px; 
	border:none; 
	padding:0; 
	margin:0 0 0 10px;  
	font-size:20px;
}
#social{
	float:right;
}
#social a{
	text-decoration:none
}
#social_content_f{ 
	padding:0; 
	display:inline-block
}
#social_content_f a {
	padding:0; 
	margin:0px 0px 0px 10px;  
	background:url(../images/s1.png) no-repeat 0px 0px; 
	width:20px; 
	height:20px; 
	float:left
	}
#social_content_f a:hover {
	color:#066B30; 
	background: url(../images/s1.png) no-repeat 0px -20px;
}
#social_content_t{ 
	padding:0; 
	display:inline-block
}
#social_content_t a {
	padding:0; 
	margin:0px 0px 0px 10px; 
	background:url(../images/s2.png) no-repeat 0px 0px; 
	width:20px; 
	height:18px; 
	float:left}
#social_content_t a:hover {
	color:#066B30; 
	background: url(../images/s2.png) no-repeat 0px -20px;
}
#social_content_y{ 
	padding:0; display:inline-block
}
#social_content_y a {
	padding:0; 
	margin:0px 0px 0px 10px;  
	background:url(../images/s3.png) no-repeat 0px 0px; 
	width:20px; 
	height:18px; 
	float:left
}
#social_content_y a:hover {
	color:#066B30; 
	background: url(../images/s3.png) no-repeat 0px -20px;
}
#social_content_r{ 
	padding:0; 
	display:inline-block
}
#social_content_r a {
	padding:0; 
	margin:0px 0px 0px 10px; 
	background:url(../images/s4.png) no-repeat 0px 0px; 
	width:20px; 
	height:18px; 
	float:left
}
#social_content_r a:hover {
	color:#066B30; 
	background: url(../images/s4.png) no-repeat 0px -20px;
}
#social_content_g{ 
	padding:0; 
	display:inline-block
}
#social_content_g a {
	padding:0; 
	margin:0px 0px 0px 10px; 
	background:url(../images/s5.png) no-repeat 0px 0px; 
	width:20px; 
	height:18px; 
	float:left
}
#social_content_g a:hover {
	color:#066B30; 
	background: url(../images/s5.png) no-repeat 0px -20px;
}
.jumbotron .container p{
		font-size:0.9em;
}
ul#header_links {
    list-style-type: none;
    overflow: hidden;
}
ul#header_links li {
    text-transform: uppercase;
    padding: 0px;
    line-height: 10px;
}
ul#header_links a {
    font: 300 10px/14px Ubuntu,sans-serif;
    color: #074E68;
}
ul#footer_links {
    float: right;
    list-style-type: none;
    overflow: hidden;
}
ul#footer_links li {
    text-transform: uppercase;
    float: left;
    padding: 0px 10px;
    line-height: 14px;
}
ul#footer_links a {
    font: 300 11px/14px Ubuntu,sans-serif;
    color: #074E68;
}
.slide{
	background-color:#C8C8C8
}
.slide img{
	
	  max-width: 20%;
}
@media screen and (-webkit-min-device-pixel-ratio:0){}
@media screen and (max-width:767px){
	#search{
		width:100%;
		margin:1px 0 0px 0;
	}
	.container h1{
		font-size:2.5em;
		color:#074E68
	}
	.container h3{
		font-size:1.3em;
	}
	img, video, object {
	  max-width: 60%;
	  height: auto;
	}
}
@media screen and (max-width:980px){
}
@media (min-width:768px){
	
#search{
	margin:35px 0 40px 0;
}
	.container h1{
		font-size:3.5em;
		color:#074E68
	}
}
@media (min-width:992px){}
@media (min-width:1200px){}

/**search**/
.search{
  display: block;
  width: 100%;
  height: 27px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: #00804D;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#custom-search-input{
    padding: 0px;
    border: solid 1px #005935;
    border-radius: 6px;
    background-color: #00804D;
 	margin-top:-5px;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 0px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #4EBAAD;
    padding: 0 8px 0 10px;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}




/*-- BS3 Modified Classes --*/
.panel {
    border: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.panel-body {
    padding: 20px;
}
.panel-heading {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.panel-footer {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}



/*-- POST GRADUATE DIPLOMA, MASTERS DEGREE short course --*/

/*-- Profile Widget --*/
#profile-widget .panel-heading {
    min-height: 200px;
	margin-top:30px;
    background: #fff url(../images/img2.jpg) no-repeat top center;
    background-size: cover;
}
#profile-widget .panel-heading.diff_img {
    min-height: 200px;
	margin-top:30px;
    background: #fff url(../images/img.jpg) no-repeat top center;
    background-size: cover;
}
#profile-widget .media-heading {
    color: #5B5147;
}
#profile-widget .panel-body {
    padding: 26px 20px 20px 20px;
}
#profile-widget .panel-body .img-circle {
    height: 90px;
    width: 90px;
    padding: 8px;
    border: 1px solid #e2dfdc;
}
#profile-widget .panel-footer {
    padding: 0px;
    border: none;
}
#profile-widget .panel-footer .btn-group .btn {
    border: none;
    font-size: 1.2em;
    background-color: #F6F1ED;
    color: #BAACA3;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 15px 0;
}
#profile-widget .panel-footer .btn-group .btn:hover {
    color: #F6F1ED;
    background-color: #8F7F70;
}
#profile-widget .panel-footer .btn-group>.btn:not(:first-child) {
    border-left: 1px solid #fff;
}
#profile-widget .panel-footer .btn-group .highlight {
    color: #E56E4C;
}



/*-- User Widget --*/
#user-widget {
	margin-top:30px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
#user-widget .list-group-item {
    border:0;
    color: #8F7F70;
    padding: 10px 15px 1px 15px;
    border-left: 3px solid #fff;
}
#user-widget a.list-group-item:hover {
    background-color: #F8F3F0;
    color: #64584C;
    border-left: 3px solid #55BC75;
}
#user-widget a.list-group-item:hover i.fa {
    color: #E35935;
}
#user-widget .heading {
    color: #8F7F70;
    background-color: #7C272A;
    border-left: 3px solid #7C272A;
}
#user-widget .heading .text-wrap {
    padding: 24px 0;
}
#user-widget .img-circle {
    height: 90px;
    width: 90px;
    padding: 8px;
    border: 1px solid #9C9084;
    margin: 35px 10px 0 0;
    float:left;
}
#user-widget .heading .list-group-item-heading {
    font-weight: 600;
    color: #fff;
}





@media only screen and (max-width: 767px) { /* phones */
    #nav-widget .btn {
        text-align: left;
    }
    #nav-widget .btn-group:not(:first-child) {
        margin: 0px;
        border-left: 0px;
        border-top: 1px solid #F5F0EC;
    }
    .btn-group>.btn {
        border-radius: 0;
    }
    .btn-group>.btn:last-child {
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .btn-group-justified>.btn, .btn-group-justified>.btn-group {
        float: left;
        width: 100%;
    }
    .btn-group>.btn-group>.btn {
        border-radius: 0;
    }
    .btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
        margin-left: 0px;
    }
    .btn-group>.btn-group:first-child>.btn:last-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .btn-group>.btn-group:last-child>.btn:last-child {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
}


/*-- panel --*/
.panel-float-title{
  background-color:#FFF;
  margin:20px 0 0 -15px;
  padding:10px 15px;
  width:43%;
  filter: alpha(opacity=77);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .77;
  font-weight:bold;
  font-size:16px
  
}
.panel-footer p{
	padding:15px
}

/** event **/

    
    .event-list {
		list-style: none;
		font-family: 'Lato', sans-serif;
		margin: 0px;
		padding: 0px;
	}
	.event-list > li {
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 0px 5px rgb(51, 51, 51);
		box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
		padding: 0px;
		margin: 0px 0px 20px;
	}
	.event-list > li > time {
		display: inline-block;
		width: 100%;
		color: rgb(255, 255, 255);
		background-color: rgb(37, 129, 56);
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
	}
	.event-list > li:nth-child(even) > time {
		background-color: rgb(50, 173, 74);
	}
	.event-list > li > time > span {
		display: none;
	}
	.event-list > li > time > .day {
		display: block;
		font-size: 26pt;
		font-weight: 100;
		line-height: 1;
	}
	.event-list > li time > .month {
		display: block;
		font-size: 24pt;
		font-weight: 900;
		line-height: 1;
	}
	.event-list > li > img {
		width: 100%;
	}
	.event-list > li > .info {
		padding-top: 5px;
		text-align: center;
	}
	.event-list > li > .info > .title {
		font-size: 12pt;
		font-weight: 700;
		margin: 0px;
	}
	.event-list > li > .info > .desc {
		font-size: 13pt;
		font-weight: 300;
		margin: 0px;
	}
	.event-list > li > .info > ul,
	.event-list > li > .social > ul {
		display: table;
		list-style: none;
		margin: 10px 0px 0px;
		padding: 0px;
		width: 100%;
		text-align: center;
	}
	.event-list > li > .social > ul {
		margin: 0px;
	}
	.event-list > li > .info > ul > li,
	.event-list > li > .social > ul > li {
		display: table-cell;
		cursor: pointer;
		color: rgb(30, 30, 30);
		font-size: 11pt;
		font-weight: 300;
        padding: 3px 0px;
	}
    .event-list > li > .info > ul > li > a {
		display: block;
		width: 100%;
		color: rgb(30, 30, 30);
		text-decoration: none;
	} 
    .event-list > li > .social > ul > li {    
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        padding: 3px 0px;
	} 
	.event-list > li > .info > ul > li:hover,
	.event-list > li > .social > ul > li:hover {
		color: rgb(30, 30, 30);
		background-color: rgb(200, 200, 200);
	}
	.facebook a,
	.twitter a,
	.google-plus a {
		display: block;
		width: 100%;
		color: rgb(75, 110, 168) !important;
	}
	.twitter a {
		color: rgb(79, 213, 248) !important;
	}
	.google-plus a {
		color: rgb(221, 75, 57) !important;
	}
	.facebook:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(75, 110, 168) !important;
	}
	.twitter:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(79, 213, 248) !important;
	}
	.google-plus:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(221, 75, 57) !important;
	}

	@media (min-width: 768px) {
		.event-list > li {
			position: relative;
			display: block;
			width: 100%;
			height: 70px;
			padding: 0px;
		}
		.event-list > li > time,
		.event-list > li > img  {
			display: inline-block;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			float: left;
		}
		.event-list > li > .info {
			background-color: rgb(245, 245, 245);
			overflow: hidden;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			height: 70px;
			padding: 0px;
			margin: 0px;
		}
		.event-list > li > .info {
			position: relative;
			height: 70px;
			text-align: left;
			padding-right: 40px;
		}	
		.event-list > li > .info > .title, 
		.event-list > li > .info > .desc {
			padding: 0px 10px;
		}
		.event-list > li > .info > ul {
			position: absolute;
			left: 0px;
			bottom: 0px;
		}
		.event-list > li > .social {
			position: absolute;
			top: 0px;
			right: 0px;
			display: block;
			width: 40px;
		}
        .event-list > li > .social > ul {
            border-left: 1px solid rgb(230, 230, 230);
        }
		.event-list > li > .social > ul > li {			
			display: block;
            padding: 0px;
		}
		.event-list > li > .social > ul > li > a {
			display: block;
			width: 40px;
			padding: 2px 0px 2px 0px;
		}
	}
	
/**quick links**/
.quick ul{
  padding-left: 0;
  list-style: none;
}
.quick ul li a{
	color:#FFF
}

/**newsletter**/

#newsletter{
    padding: 0px;
    border: solid 1px #005935;
    border-radius: 6px;
    background-color: #00804D;
 	margin-top:-5px;
}

#newsletter input{
    border: 0;
    box-shadow: none;
	height:30px
}

#newsletter button{
    margin: 0px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #4EBAAD;
    padding: 0 8px 0 10px;
}

#newsletter button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}
/**categories*/
.cat-btn {padding:0px 0px 0px 0px; margin-top:16px}
.cat-btn a{margin:0 0px 10px 0}

.cat-btn a span{padding-left:10px;padding-right:0px;width:126px;display:inline-block; text-align:left;}
.cat-btn a span small{width:100%; display:inline-block; text-align:left;}
.menu_side a{
	text-align:right;
}
.menu_side .current a{
	background:#e6e6e6;
}

/**translator**/
.trans{
	padding: 0px;
	border: 1px solid #fff;
	border-radius: 6px;
	background:#007D53;
	color:#FFF;
	font: 300 10px/14px Ubuntu,sans-serif;
}