
/* -------------- BODY MAIN -------------- */

body{
	/*font-family: 'Roboto Condensed', 'Asap', sans-serif;*/
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #0e88c3;
}
.nav, .dropdown-header{
	-webkit-font-smoothing: antialiased;
}


iframe{
	border: none;
}

h1.page-title, h2.page-title, h3.page-title, .content h1, .content h2{ font-size: 24px }

.page-content h1{ font-size: 24px }

.page-content h2{ font-size: 20px }

.page-content h3{ font-size: 18px }

.page-content h4{ font-size: 16px }

.front-name {
	background-color: #0c85b7;
	padding: 15px 10px;
	width: 45% !important;
	margin: auto;
	border-radius: 8px;
	border-right: 40px solid #eeda9f;
}
.carousel-caption.front-name {
	top: auto;
}

.front-name hr{
	margin-top: 0px;
    border-top: 1px solid #eee;
    width: 50%;
}

.front-name h1{
	font-size: 45px;
	color: #eeda9f;
	margin-top: -12px;
	font-family: 'Crimson Text', sans-serif !important;
}
.front-name h2{
	font-family: 'Crimson Text', sans-serif !important;
}

.content h3{ font-size: 18px !important}

.content h4{ font-size: 14px !important}

#logo{
	position: absolute;
	z-index: 999;
	margin-top: 13px;
	width: 48px;
}
.form-control-inline {
    min-width: 0;
    width: 100% !important;
    display: inline;
}
#single-column{
	margin: 100px auto 50px;
}

.page-header{
	min-height: 70px;
	background-color: #CCC;
}
.page-title{
	margin-top: 0px;
	font-size: 28px !important;
	//border-bottom: 4px solid #337ab7;
	padding-bottom: 10px;
}

/*----- TABLES ----- */

table {
    border-collapse:separate;
    border:solid #DDDCDC 1px !important;
    border-radius:6px;
    -moz-border-radius:3px;
}

th {
    background-color: #efd898 !important;
    border-top: none !important;
}

td {
    padding: 8px 20px !important;
}

tr:first-child td{
     border-top: none !important;
}
td { border-right: solid 1px #DDDCDC }

td:last-child { border-right: none }

/* -------------- NAVIGATION -------------- */

.navbar-nav{
	margin-left: 70px;
}
.navbar-custom {
    background-color: #25215e;
	opacity: 90%;
    color: #FFF !important;
}
.nav>li>a {
    color: white;
}

.nav>li>a:hover, .nav>li>a:active, .active {
    background-color: #efd898;
	color: #25215e;
}

.navbar-nav>li>a,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus,
.navbar-nav>li>a:visited {
    border-bottom: 1px solid #efd898;
    margin-bottom: -3px;
    transition: background-color .25s;
    -webkit-transition: background-color .25s;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:active {
    border-bottom: none !important;
    margin-bottom: none !important;
}
.navbar-toggle {
    border: 1px solid #FFF;
    margin-right: 10px;
}
.navbar-toggle .icon-bar{
    background-color: #FFF;
}


/*----- LOWER NAVIGATION ------*/
.nav-lower{
	background-color: #efd898 !important;
	width: 100% !important;
	height: 50px;
	border-top: 1px solid #dcdbd1;
	border-bottom: 1px solid #d4b86d;
	margin-bottom: -1px;
}
.nav-lower .link{
	padding: 0 5px;
}
.nav-lower a:hover{
	text-decoration: none;
	color: #F9F9F9 !important;
	text-shadow: 0 1px 2px rgba(0,0,0,0);
}
.nav-lower .fa{
	float: right;
	padding: 12px 5px 0 8px !important;
	font-size: 20px;
}
.nav-lower a{
	color: #FFF;
}
.nav-lower a:hover{
	color: #0e88c3;
}

.dropdown-menu {
    border: none;
    padding: 0px;
    background-color: #1b5f9a !important;
}
.dropdown-menu li a{
	font-weight: normal;
}

.dropdown-menu>li>a{
    color: #FFF;
    background-color: #1b5f9a;
}

.dropdown-menu>li>a:hover {
    background-color:#eeda9f;
    color: #FFF;
}
.dropdown-menu, .dropdown-menu>li:last-child>a, .dropdown-menu>li:last-child>a:hover {
	border-radius: 0 0 6px 6px !important;
}
.dropdown-header {
    color: #e4e4e4;
    background-color: #1b5f9a !important;
    padding-top: 15px;
}
.nav-pills a{
	background-color: #0e88c3;
	color: #FFF;
}
.nav-pills a:hover{
	background-color: #efd898 !important;
	color: #FFF;
}

.nav-pills>li>a {
	border-radius: 0;
	transition: background-color .25s;
	-webkit-transition: background-color .25s;
}
.nav-pills>li:last-child>a{
	border-radius: 0 0 4px 4px;
}
.nav-pills>li:first-child>a{
	border-radius: 4px 0 0 0;
}
.nav-lower-links a{
	float: right;
	color: #25215e;
	font-size: 12px;
}

.nav-lower-links{
}


/* -------------- NEWS -------------- */
.news-image-border{
	border-bottom: 5px solid #0c85b7;
}
.news-row{
	padding-bottom: 10px;
}
.news-snippet{
	margin-bottom: 20px;
}
.news-image, .faculty-dean-img{
    float: left;
    margin: 0 12px 0 0;
}
.news-image-caption{
	font-style: italic;
	margin: 10px 0 5px;
    max-width: 450px;
}
.news-snippet-head{
	font-weight: bolder;
	margin-bottom: 15px;
}
.news-date{
	font-size: 13px;
	margin-bottom: 35px;
	margin-top: -5px;
}
.news-title h2{
	text-align: center;
}
.popular-news{
	margin-top: 20px;
}
.rand_news_date{
	padding-top: 5px;
	font-size: 11px;
}
.popular-link a{
	text-decoration: none;
	color: #444;
}

.home-page-menu ul, .home-page-below-menu ul{
	list-style-type: none !important;
	margin: 0 0 20px -40px;
}
.home-page-menu ul li, .home-page-below-menu ul li{
	padding: 0 0 5px;
}
.home-page-below-menu{
	margin-top: 5px;
	padding: 10px 0 0 20px;
	border-radius: 0 0 8px 8px;
	background-color: #efd898;
	margin-left: 2px;
}

.home-page-below-menu a{
	color: #323232 !important;
}
.home-page-below-menu i{
	padding-right: 10px;
}

.home-page-menu h4{
	margin:0 0 10px 15px;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.title-style{ color: #eaef62 }

.home-page-menu-container{
	padding: 25px 30px;
	background-color: #0c85b7;
	height: 205px;
	border-radius: 8px 0 0 0;
	color: #FFF;
	margin-left: 2px;
}

.home-page-menu-container a{
	color: #FFF;
}

.student-news-case {
    color: #ffffff;
    padding: 5px 15px;
    min-height: 90px;
    border-radius: 0 0 4px 4px;
}

.student-news-snippet {
    min-height: 235px;
}

/* -------------- REMARKS HOME --------- */
.remarks-home{
	background-color: #0c85b7;
    color: #FFF;
    padding: 20px 10px;
    margin:0 3px 10px;
    border-radius: 4px;
}

.remark-author{
	font-weight: bold;
	font-size: 18px;
	padding-top: 5px
}


/* -------------- EVENTS -------------- */

.events-home{
	background-color: #0e88c3;
}
.events-row{
	padding: 30px 0px;
	color: #FFF;
}
.event-home-case{
	background: #FFF;
	color: #5A5A5A;
	padding: 15px 0;
	margin-bottom: 10px;
	min-height: 160px;
}
.event-case{
	padding: 15px;
	min-height: 152px
}
.event-case-default{
    background: #0c85b7;
    color: #ffffff;
}
.event-case-now{
    background: #3c763d;
}
.event-case-past{
    background: #979797;
    color: #ddd;
}
.event-img-case{
	-webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
    filter: grayscale(80%);
}
.event-time{
	text-align: center;
	border-bottom: 1px solid #CCC;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
.event-time>strong{
	color: #0c85b7;
}

.event-date{
	font-size: 13px !important;
}

.event-date{
	font-size: 22px;
	text-align: center;
}
.event-image-border{
	border-bottom: 5px solid #efd898;
}
.event-detail-img img{
	margin-bottom: 20px;
	width: 100%;
}
.event-today{
	font-size: 10px;
	text-align: center;
	padding: 4px 4px;
	background-color: #efd898;
	margin: -20px 50px 10px;
	border-radius: 0 0 4px 4px;
	font-weight: bold;
}
.more-button-white{
	background-color: Transparent;
    background-repeat:no-repeat;
    border: 1px #FFF solid;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    padding: 7px 20px;
    border-radius: 4px;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    position: absolute;
    top:20px;
    right: 15px;
}
.more-button-white:hover{
	background-color: #6faee1 !important;
}
.more-button-dark{
	background-color: Transparent;
    background-repeat:no-repeat;
    border: 1px #666 solid;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    padding: 7px 20px;
    border-radius: 4px;
    text-decoration: none;
    color: #666;
    text-transform: uppercase;
    position: absolute;
    top:20px;
    right: 15px;
}
.subscribe-button{
	background-color: Transparent;
    background-repeat:no-repeat;
    border: 2px #FFF solid;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    padding: 7px 35px;
    border-radius: 6px;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    top:20px;
    height: 46px;
    margin-left: 10px;
}
.more-button-dark:hover{
	background-color: #f3f3f3;
}
.events-title h2{
	color: #FFF;
}
.event-snippet{
	min-height: 320px;
}
.upcoming-event{
	background-color: #1b5f9a;
	margin: -11px -16px 0 -16px !important;
	padding: 7px 10px;
	color: #FFF;
	text-decoration: uppercase !important;
	border-radius: 4px 4px 0 0;
}
.popular-link:first-child .upcoming-event{
	border-radius: 4px 4px 0 0 !important;
}

.upcoming-events-list a:hover{
	text-decoration: none;
}

.event-banner {
    margin: 0 0 40px;
    padding: 0px;
    border-bottom: 5px solid #efd898 !important;
    border-radius: 4px 4px 0 0;
    background-color: #0c85b7;
    color: white;
    height: 240px;
}
.event-today-banner{

}
.event-today-banner h1{
	margin-top: 35px;
}
.event-img-feature{
	margin: 0 0 0 -15px;
	border-radius: 4px 0 0 0;
}
.event-status-home {
    padding: 15px 15px;
    color: #eee;
    background-color: #1b5f9a;
    margin: 0px -15px 0 -48px;
    text-align: center;
    border-right: 5px solid #efd898;
    text-transform: uppercase;
}

.event-status-home a {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: 2px #e1e7f7 solid;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    padding: 7px 10px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    height: 35px;
}
.event-status-home a:hover {
    background-color: #0e88c3;
}
.event-page-banner-datails{
	margin: 5px 0 20px 0;
}

/*--------------- MORE EVENTS ------------*/
.section-home h2{
	color: #666;
}

/*-------------- NEWSLETTER  -------------*/
.newsletter-cover{
	color: #FFF;
	margin-top: 20px;
	border-radius: 4px;
	height: 330px;
	text-align: center;

	background: #1b5f9a; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, #1b5f9a, #4F95E0); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #1b5f9a, #4F95E0); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #1b5f9a, #4F95E0); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #1b5f9a, #4F95E0); /* Standard syntax */

}
.newsletter-cover h1{
	font-family: 'Crimson Text', sans-serif;
	line-height: 30px;
	padding: 20px 50px;
}
.badge {
    display: inline-block;
    padding: 8px 15px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #efd898;
    border-radius: 100%;
}
.newsletter-editor{
	font-size: 12px;
	font-weight: bold;
    padding-top: 20px;
    text-align: center;
}
.newsletter-cover-top{
	height: 180px;
}
.releases-count{
	font-size: 36px;
}

.subscribe-home{
	background-color: #c8b062;
	color: #FFF;
}

/*--------------- STUDENTS --------------- */
.students-row{
	margin-top: 20px;
}
.front-links {
    padding: 15px;
    border: 1px solid #0c85b7;
    border-radius: 4px;
    margin-top: 10px;
    background-color: #0c85b7;
}

/*--------------- STAFF ------------------*/
.staff-search{
    background-color: #0c85b7;
    border: 1px solid #0c85b7;
}
.staff-search input, .staff-search button{
	border: 1px solid #0c85b7;
}

/*--------------- OFFICES ---------------- */
.officer-image	img {
    float: left;
    margin: 0 20px 10px 0;
    width: 250px;
}
.officer-history {
    color: #5a5a5a;
    border-radius: 0 0 4px 4px;
    margin: 10px 2px 30px 15px;
    width: 420px;
}
.faculty-deans{
	    border-top: 3px solid #efd898;
}
.table-officer{
	max-width: 68%;
}
.tb-color{
	background-color: #f7f7f7;
}

/*--------------- DEPARTMENT ------------- */
.official-website, .link{
	margin: 10px 0 10px;
}
.official-website{ font-weight: bold !important; }

.departments-list{
	margin-top: 15px;
}

.departments-list li{
	margin: 5px 0 0 -15px;
	list-style: none;
}

/*--------------- VACANCIES -------------- */
.vacancy-wrapper{
	height:140px;
	color: #FFF;
	margin-bottom: 15px;
	border-radius: 4px 4px 4px 4px;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
}
.vacancy-wrapper:hover, .vacancy-wrapper:hover .vacancy-date-expiring{
	background-color: #817F7F;
	color: #DED9D9;
}
.vacancy-wrapper:hover .vacancy-head{
	background-color: #6B6B6B;
}
.vacancy-wrapper-default{
	background-color: #0c85b7;
}
.vacancy-wrapper-expired{
	background-color: #999;
}
.vacancy-container a{
	text-decoration: none;
}
.vacancy-details{
	padding: 2px 15px;
}
.vacancy-head{
	padding: 5px 15px;
	margin: 0;
	border-radius: 4px 4px 0 0;
}
.vacancy-head-default{
	background-color: #efd898;
}
.vacancy-head-expired{
	background-color: #777;
}
.vacancy-date-expiring{
	color: #e4c973;
	font-weight: bold !important;
}

/*--------------- STAFF SEARCH ----------*/
.card-wrapper{
	height:115px;
	color: #FFF;
	margin-bottom: 15px;
	border-radius: 4px 4px 4px 4px;
	background-color: #0c85b7;
	font-size: 12px;
}
.card-wrapper:hover, .card-wrapper:hover {
	background-color: #817F7F;
	color: #DED9D9;
}
.card-wrapper:hover .card-head{
	background-color: #6B6B6B;
}

.card-head{
	padding: 5px 15px;
	margin: 0;
	border-radius: 4px 4px 0 0;
	background-color: #efd898;
	font-size: 15px;
	font-weight: bold;;
}

.card-details{
	padding: 2px 15px;
}
.card-search-words{
	background-color: #0c85b7;
    border: 1px solid #0c85b7;
    color: #FFF;
    padding: 15px 15px;
    border-radius: 4px;
    margin: 15px 0 15px;
    min-height: 66px;
}
.deans-contacts{
	margin-top: 15px;
}

/* -------------- SUBSCRIBE -------------- */
.subscribe-home{
	text-align: center;
}
.subscribe-row{
	padding: 30px 0px 60px;
}

/* -------------- SEARCH -------------- */
#search{
	width: 180px !important;
	float: right;
	margin: 10px 0;
}


/* -------------- FOOTER -------------- */
.footer {
	padding: 30px;
	color: #E5E5E5;
	background-color: #32455a;
	min-height: 200px;
	position: relative;
	width: 100%;
	margin-bottom: 0px;
}
.footer-copy{
	font-size: 12px;
	color: #67798c;
	margin: 20px 0 -30px;
	padding: 5px 0 10px;
	position: relative;
	border-top: 1px #67798c solid;
}
.footer a{
	color: #FFF;
}
.footer li{
	margin: 0 0 5px -40px;
	list-style: none;
	font-weight: 300 !important;
}
.social i{
	margin: 5px auto;
}

.social a:hover{ text-decoration: none; }

.facebook-color a, .twitter-color a, .instagram-color a,  .youtube-color a {
	-webkit-transition: color .3s;
	transition: color .3s;
}

.facebook-color a:hover{
	color: #3b5998 !important;
}
.twitter-color a:hover{
	color: #4099ff !important;
}
.instagram-color a:hover{
	color: #8a3ab9 !important;
}
.youtube-color a:hover{
	color: #bb0000 !important;
}

.banner-image{
	border-radius: 4px;
}

/* --------- SLIDER -------------- */

.slide-content-container{
	background-color: rgb(12, 133, 183,0.8);
	height: 240px;
	border-radius: 4px;
}
.slide-content{
	opacity: 1 !important;
    filter: alpha(opacity=100) !important; /* For IE8 and earlier */
}
 .slide-content a {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: 1px #FFF solid;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    padding: 7px 20px;
    border-radius: 4px;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
}
.slide-content a:hover{
	background-color: #666;
}

.slide-content h2, .slide-content h3{
	 font-family: "Open Sans", sans-serif !important;
	 font-size: 25px;
}
.slide-content-time{
	font-size: 14px !important;
}
.slide-content .read-more{
	margin-top: 20px !important;
}
.slide-content-snippet{
	font-size: 12px !important;
}
.event-type{
	background-color: #eeda9f;
    color: white;
    padding: 6px 12px;
    font-size: 14px;
    border-radius:  4px 0 0 4px;
    text-transform: uppercase;
    margin-right: -2px;
}
.event-status{
	background-color: #1caef7;
    color: white;
    padding: 6px 12px;
    font-size: 14px;
    border-radius:  0 4px 4px 0;
    margin-left: -2px;
    text-transform: lowercase;
}

.home-announcement{
	width: 300px;
	text-transform: uppercase;
	background-color: #efd898;
    color: white;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 0 4px 4px 0;
    margin: 0 0 0 -15px;
}

.special-announce{
	color: #FFF;
	background-color: #0c85b7;;
	border-radius: 4px;
	margin: -10px 4px 15px;
	height: 40px;
}
.special-announce-flag{
	background-color: #efd898;
	border-radius: 4px 0 0 4px;
	padding: 10px 5px 5px;
	text-align: center;
	text-transform: uppercase;
	margin:0px;
	height: 100%;
	border-left: 15px solid #1288b5;
}
.special-announce-flag-more {
	background-color: #efd898;
	padding: 10px 5px 5px;
	text-align: center;
	text-transform: uppercase;
	margin:0px;
	height: 100%;
}
.special-announce > .special-announce-flag-more:first-child {
	border-radius: 4px 0 0 4px;
}
.special-announce-snippet {
	padding: 10px 5px 10px 20px;
	background-color: #0c85b7;
	border-radius: 0 4px 4px 0;
}
.fa-bell-o {
    font-size: 20px;
}
.special-announce-snippet a{
	color: #FFF;
}

.special-announce-date{
	text-transform: none;
}
.special-announce-link{
	float: right;
	margin-right: 20px;
}
.special-announce-link a{
	color: #FFF;
	font-style: italic !important;
}

.tag-container{
	padding: 10px 0 0;
}
.tag{
	background-color: #9ca2a9;
	color: white;
	border: 1px solid #9ca2a9;
	border-radius: 2px;
	padding:3px 7px;
	text-transform: uppercase;
	font-size:10px;
	display: inline-block;
}
.tag-label{
	background-color: #efd898;
	color: white;
	border: 1px solid #efd898;
	border-radius: 2px;
	padding:3px 7px;
	text-transform: uppercase;
	font-size:10px;
	display: inline-block;
}

/* -------- SEARCH RESULTS ------- */
.search-result-case{
	padding: 8px;
	margin: 2px 0 0;
}
.search-result-case:hover{
	background-color: #E9E9E9;
}
.search-result-title{
	margin-bottom: -6px;
}
.search-result-title h4 a{
	color: #0c85b7 !important;
}
.search-result-link{
	margin-top: 5px;
	color: #B9B9B9;
	font-size: smaller;
}
.search-result-dates{
	font-size: smaller;
	margin: 5px 0;
}
.search-notification{
	margin: -5px -10px 15px;
}
.read-more{
	font-size: 12px;
}
/* -------- BOOTSTRAP ------------ */
.img-rounded{
	border-radius: 3px;
}
.navbar-right{
	margin-left: 20px !important;
}
.well {
    color: white;
    background-color: #0c85b7;
    border: 1px solid #0c85b7;
}
.btn-primary {
    color: #fff;
    background-color: #0c85b7;
    border-color: #0c85b7;
}

.btn-search {
    color: #fff;
    background-color: rgb(27, 95, 154);
    border-color: rgb(27, 95, 154);
}

.btn-branded {
    color: #fff;
    background-color: #efd898;
    border-color: #efd898;
}

.btn-search:hover {
    color: #E1E1E1;
    background-color: rgb(22, 74, 119);
}

.dropdown-menu .divider {
    margin: 2px 0 !important;
}
.carousel-caption {
    /*text-shadow: 0 1px 6px rgba(0,0,0,.3);*/
}
.icon-bar{ color: #FFF; }

.carousel-indicators { display: none; }
.carousel-control {
    top: 85px;
}

.popular-link .label{
	padding: 4px 10px;
    color: #FFF;
    font-size: 12px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #1b5f9a !important;
    border-color: #337ab7 !important;
    color: #FFF !important;
}
.list-group-item {
    background-color: #0c85b7;
    border: 1px solid #0c85b7;
}
.list-group-item:hover {
    background-color: #567596;
    border: 1px solid #567596;
}
.list-group-item:hover .upcoming-event {
    background-color: #567596;
}
.list-group-item a{
	color: #FFF;
	transition: background-color .25s;
	-webkit-transition: background-color .25s;
}

.first-slide{
	-webkit-filter: blur(10px); /* Safari 6.0 - 9.0 */
    filter: blur(10px);
	height: 718px !important;
	object-fit: cover;
}
.slide-bg{
	height: 718px !important;
	object-fit: cover;
}
.btn-home-menu {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: 1px #FFF solid;
    margin-right: 2px;
    text-transform: uppercase;
    border-radius: 1px;
}

p{ font-weight: 300 !important; }

button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #0c85b7;
    border: 1px solid #0c85b7;
    margin-bottom: 2px;
}
button.list-group-item {
    margin-bottom: 2px;
    background-color: #efd898;
    border: 1px solid #efd898;
}

.search-tabs .active {
    background-color: #FFF;
}
.search-tabs a, .search-tabs li.active a:hover{
	color: #5a5a5a !important;
}
.search-tabs li a:hover{
	color: #FFF !important;
}
 .search-tabs .nav>li>a:hover, .nav>li>a:active, .active {
    background-color: none;
}

/* ---------- TWITTER -------------*/

.twitter-custom{
	border: 1px solid #b7c3d0;
	height: 310px;
}

/*---------- OTHERS --------------*/
.social-media{
	border-top: 8px solid #0c85b7;
}
.random_programme{
	position: relative;
   	width: 100%; /* for IE 6 */
}
.random_programme img{
	border-radius: 4px 4px 0 0;
}
.random_programme_text{
	position: absolute;
	padding: 4px;
	top: 120px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #0c85b7;
}
.random_programme_text_small{
	font-size: 12px;
}
.EmbedHeader{
	display: none !important;  /* instagram */
}
.mobile-home-header{
	margin: 30px 0;
}
.mobile-home-header h1, .mobile-home-header h3{
	 font-family: 'Crimson Text', sans-serif;
	 color: #0c85b7;
	 text-align: center;
	 text-shadow: 0 1px 6px rgba(0,0,0,.3);
}
.mobile-home-header hr{
	margin-top: -2px;
	margin-bottom: -30px;
	width: 80%;
}
.mobile-header h1{
	margin-bottom: 20px; font-size: 46px;
}
.mobile-header-container{
	margin-top: 20px;
}

.mobile-home-img{
	border-radius: 8px; margin-bottom: 25px
}

.page-content img{
	margin-right: 20px;
}

/*------ RESPONSIVE STYLES -----*/

@media screen and (max-width: 2560px){
	.carousel-caption{
		bottom: 0px !important;
		right: 28%;
	    left: 28%;
	}
	.slide-content-container {
    	padding-top: 20px;
	}
	.loader-container {
	    width: 600px;
	    height: 200px;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    margin: auto;
	    text-align: center;
	}
}
@media screen and (max-width: 1920px){
	.carousel-caption{
		bottom: 0px !important;
		right: 20%;
	    left: 20%;
		top: 170px;
	}
	.slide-content-container {
    	padding-top: 20px;
	}
}
@media screen and (max-width: 1600px){
	.carousel-caption{
		bottom: 0px !important;
		right: 15%;
	    left: 13%;
	}
	.slide-content-container {
    	padding-top: 20px;
	}
}

@media screen and (max-width: 1440px){
	.carousel-caption{
		bottom: 0px !important;
		right: 10%;
	    left: 10%;
	}
	.slide-content-container {
    	padding-top: 20px;
	}
	.front-name{
		width: 55% !important;
	}
}

@media screen and (max-width: 1280px){
	.carousel-caption{
		bottom: 0px !important;
		right: 5%;
	    left: 5%;
	}
	.carousel-control {
    	display: none;
	}
	.slide-content-container {
    	padding-top: 20px;
	}
}
@media screen and (max-width: 1024px){
	.navbar-right{
		display: none;
	}
	.carousel img {
	    min-height: 100%;
	}
	.carousel-caption{
		bottom: 0px !important;
		right: 4%;
	    left: 4%;
	}
	.event-image-border{
		width: 395px;
	}
	.event-snippet {
	    margin-bottom: 15px;
	}
	.student-inner-front-links{
		visibility: hidden;
	}

	.student-news-snippet{
		margin-bottom: 10px;
	}
	.slide-content-container {
    	padding-top: 20px;
	}
	.front-name{
		width: 80% !important;
	}
	#search-button{
		top:120px !important;
	}
}


@media screen and (max-width: 768px){
	.carousel {
		height: 350px !important;
	}
	.carousel-caption{
		width: 600px !important;
		margin: 5px 5px 80px 70px;
	}
	.slide-content-container {
	    height: 190px !important;
	    padding-top: 5px !important;
	    margin-bottom: -38px !important;
	}
	.home-announcement{
	    margin: -5px 0 0 -15px;
	}
	.event-image-border{
		width: 400px !important;
	}
	.event-snippet {
	    margin-bottom: 15px;
	}
	.student-news-snippet{
		margin-bottom: 10px;
	}
	.slide-content-container h2{
    	font-size: 22px;
	}
	.news-title{
		margin: -20px 0 20px;
	}
	.page-title{
		margin-top: 20px;
	}

}

@media screen and (max-width: 767px){
	.visible-xs {
		margin-top: 16px !important;
	}

	.navbar-nav>li>a, .navbar-nav>li>a:hover, .navbar-nav>li>a:active, .navbar-nav>li>a:focus, .navbar-nav>li>a:visited {
	    border-bottom: none !important;
	    margin: 0 40px -3px -40px !important;
	    border-radius: 8px;
	}

	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	    background-color: none !important;
	    border-color: none !important;
	    border-radius: 8px;
	}
	.dropdown-menu>li>a {
	    color: #f5f8fa;
	}
	.divider{
		width: 80%;
	}
	.dropdown-header{
		display: none;
	}
	#logo{
		width: 50px;
		margin-left: 10px;
	}
	.event-image-border{
		width: 345px;
	}
	.student-news-snippet{
		margin-bottom: 10px;
	}
	.footer-sections{
		margin-bottom: 30px;
	}

	#search-button{
		width: 70px !important;
		background-color: #efd898 !important;
	}
}

@media screen and (max-width: 425px){
	.news-title{
		margin: 15px 0 20px;
	}
	.navbar-collapse li a,  .navbar-collapse li a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{ background: none !important; }
	.dropdown-menu, .dropdown li{
		background:none !important;
	}
	.img{
		width: 100%;
	}
	#search-button{
		width: 70px !important;
		background-color: #efd898 !important;
	}

	.loader-container {
	    width: 300px;
	    height: 200px;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    margin: auto;
	    text-align: center;
	}



}

@media screen and (max-width: 320px){
	.front-links {
    padding: 0px;
    border: none;
    margin: 15px 0px;
	}

	.loader-container {
	    width: 200px;
	    height: 200px;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    margin: auto;
	    text-align: center;
	}
}


/*========== LOADER ========== */

/* Preloader with Bootstrap Progress Bar
-----------------------------------------------*/
.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-color: rgb(249,249,249);
}
.progress{
	margin-top: 20px;
}

/*=========== TOP BUTTON ============ */
#top-button, #search-button {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #0e88c3; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px 15px; /* Some padding */
    border-radius: 50%; /* Rounded corners */
    width: 46px;
    height: 46px;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
}

/*=========== SEARCH BUTTON ============ */
#search-button {
    display: block; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    top: 50px; /* Place the button at the bottom of the page */
    right: 0px; /* Place the button 30px from the right */
    z-index: 9999; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #0c85b7; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 8px 8px; /* Some padding */
    border-radius: 10px 0 0 10px; /* Rounded corners */
    width: 140px;
    height: 46px;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
}

#top-button:hover, #search-button:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
.blink {
  animation: blinker 1.5s linear infinite;
}

.blink #logo {
	margin-bottom: 60px
}

@keyframes blinker {
  50% { opacity: 0.0; }
}

/**
	Carousel
*/
.carousel {
	height: 500px;
	margin-bottom: 60px;
}
.carousel-control{
	visibility: hidden;
}
.carousel-inner {
	overflow: visible;
}