html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,  ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}


.expandable {
  background-color: #9900aa;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  height:54px;
  overflow:hidden;
}

.expandable.open {
  background-color: #aa00cc;
}
.expandable:hover{
  background-color: #bb00dd;
}


.expandable:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.expandable.open:after {
  content: "\2212";
}

.explcontent {
  display:block;
  overflow: hidden;
}

.collapsible {
  background-color: #9900aa;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  height:54px;
  overflow:hidden;
}

.collapsible.open {
  background-color: #aa00cc;
}
.collapsible:hover {
  background-color: #bb00dd;
}
.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.collapsible.open:after {
  content: "\2212";
}

.collcontent {
  display:none;
  overflow: hidden;
}


.fieldtable {
  background-color: #9900aa;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  height:54px;
  overflow:hidden;
}

.fieldtable.open {
  background-color: #aa00cc;
}
.fieldtable:hover {
  background-color: #bb00dd;
}
.fieldtable:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.fieldtable.open:after {
  content: "\2212";
}

.fieldcontent {
  display:none;
  overflow: hidden;
}

.positiontable {
  background-color: #9900aa;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  height:54px;
  overflow:hidden;
}

.positiontable.open {
  background-color: #aa00cc;
}
.positiontable:hover {
  background-color: #bb00dd;
}
.positiontable:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.positiontable.open:after {
  content: "\2212";
}

.positioncontent {
  display:none;
  overflow: hidden;
}
	


.filterDiv {
  float: left;
  position:absolute;
  opacity: 0;
  z-index:-1;
}

.show {
  position: static;
  opacity: 1;
  transition: opacity 1s linear;
  z-index:+2;
}


.box-content h2{
  color: white;
}
a .box-content h2{
  color:#2c2c2c;
}
a .box-content p{
  color:#2c2c2c;
}

.coming-events table {
  width: 100%;
  font:bold;
  font-family: "Roboto Slab", serif;
  color: #2c2c2c;
  font-size:16px;
  text-align:center;
  background: #ffffff;
}

.coming-events table a{
  color: #2c2c2c;
}
.coming-events table a:hover{
  color: #770099;
}

.coming-events table tbody tr {
    border: 5px solid #f7f7f7;
}

.coming-events table tbody tr:hover {
    background:#ffcc33;
}

.coming-events table td {
    padding: 10px;
}

.coming-events table th {
    padding: 0px 20px;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-align: left;
    text-transform: capitalize;
}

.box-content table {
  width: 100%;
  font:bold;
  font-family: "Roboto Slab", serif;
  color: #2c2c2c;
  font-size:16px;
  text-align:center;
  background: #ffffff;
}

.box-content table a{
  color: #2c2c2c;
}
.box-content table a:hover{
  color: #770099;
}

.box-content table tbody tr {
    border: 5px solid #f7f7f7;
}

.box-content table tbody tr:hover {
    background:#ffcc33;
}

.box-content table td {
    padding: 10px;
}

.box-content table th {
    padding: 0px 20px;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-align: left;
    text-transform: capitalize;
}

.departmentprofilecontent table {
  border:none;
}

.departmentprofilecontent td {
  padding:5px;
}

.aboutcontent table {
    border-collapse: collapse;
}

.aboutcontent th{
  padding:5px;
  border:1px solid #222;
}

.aboutcontent td{
  padding:5px;
  border:1px solid #222;
}

.aboutcontent ul {
  padding-left: 20px;
  list-style-type: disc;
}

.aboutcontent dd {
  padding-left: 20px;
}

.support_staff table {
    border-collapse: separate;
}

.support_staff table tr td {
    border: solid 1px;
    border-left-width: 0;
    border-top-width: 0;
    padding:5px;
}

.support_staff table tr td:first-child {
    border-left-width: 1px;
}

.support_staff table tr:first-child td {
    border-top-width: 1px;
}

.support_staff table tr {
    background-color: #e7e7e7;
}

.support_staff table tr:nth-child(2n + 1) {
    background-color: #fff;
}

.support_staff table tr th:first-child {
  border-left-width:1px; 
}

.support_staff table tr th {
    color: #4a4a4a;
    border: solid 1px;
    border-left-width: 0;
    padding:5px;
}
.support_staff button {
  background: transparent;
  border:none;
  color:#777777;
}

body {
  line-height: 1;
  width:100%;
  overflow-x:hidden;
}


.blue {
	color: #39F;
	font-weight: normal;
}

.green {
	color: #0C0;
	font-weight: normal;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}


button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}


textarea {
  overflow: auto;
  vertical-align: top;
}

.top-header .logo span, .section-header span, .member span, .project-infos span.project-subtitle, .post-masonry .blog-body span, .blog-info span.blog-meta, .comment-body span {
  font-size: .84em;
  color: #aaaaaa;
}

.logo h1 {
  padding-top:15px;
}


body {
  font-family: "Roboto", sans-serif;
  font-size: .89em;
  line-height: 1.75;
  color: #777777;
  background-color: #efefef;
  text-rendering: optimizeLegibility;
}

a {
  color: #f69730;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover {
  color: black;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif;
  color: #2c2c2c;
}

h2 {
  font-size:22px;
  }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 10px 12px;
  color: #aaaaaa;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #777777;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.main-btn {
  color: white;
  border: 1px solid white;
  padding: 12px 20px;
/*  text-transform: uppercase; */
  font-weight: 700;
  display: inline-block;
}


@media screen and (max-width: 768px) {
  blockquote {
    padding-left: 30px;
    font-size: 1em;
  }
  
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin: 40px 0;
}

.site-header {
  position: relative;
  z-index: 8;
}

a.btn-left, .top-header .social-top ul li a, .main-header .menu-wrapper a.toggle-menu {
  border: 1px solid #d5d5d5;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  color: #2c2c2c;
}
a.btn-left:hover, .top-header .social-top ul li a:hover, .main-header .menu-wrapper a.toggle-menu:hover {
  color: #2c2c2c;
  border-color: #8800aa;
}


.top-header {
  padding-top:40px;
  width: 100%;
  overflow: hidden;
  background-color: white;
}


.top-links {
  width: 100%;
  height:36px;
  position:fixed;
  background-color: #770099;
  z-index:9999;
  color:#ffffff;
  line-height:36px; 
}

.top-links a{
  color:#ffffff;
  z-index:10001; 
}
.top-links a:hover{
  color:#ffcc33;
}
.top-links #quicklinks a{
  margin-right:10px;
}
.internalbtn {

  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  background-color: #9900bb;
  color: white;
  height:35px;
  width:150px;
  border:none;
  text-align:center;
}

.internal {
  display: inline-block;
  width:150px;
  height:36px;
  text-align:center;
  z-index:10000;
  border:none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.internal-select {
  display: none;
  position: absolute;
  width:150px;
  background-color: #9900aa;
  z-index: 1;
  text-align:center;
  margin-top: -2px;
  
}

.internal-select a {
  color: white;
  padding: 6px;
  text-decoration: none;
  display: block;  
}

.internal-select a:hover {background-color: #aa00cc;}

.internal:hover .internal-select {display: block;}

.internal:hover .internalbtn {background-color: #aa00cc;}


.editheadbtn {
  background-color: #770099;
  color: white;
  height:35px;
  width:120px;
  border:none;
  text-align:center;
}
.editheadbtn:hover {
  color: #ffcc33;
}

.edithead {
  display: inline-block;
  width:40px;
  height:36px;
  z-index:10000;
  border:none;
  float:left;
}

.close-edithead {
  width:105px;
  border:none;
  color:#555555;
  background:#dddddd;
  float:right;
}

.edithead-drop {
  display: none;
  position: absolute;
  width:100%;
  background: #770099;
  z-index: 1;
  padding:0 15px 15px 15px;
  margin-top: -1px;
  top:36px;  
}

.edithead-drop .row{
  margin-left: 55%;
  margin-bottom: 0;
  text-align:left;
  padding-left:20px;
}
.edithead-drop .row button{
  margin:5px 10px;
  right:0;
}

.edit-edithead,
.reset-edithead{
  border:none;
  color:#555555;
  background:#dddddd;

}

.edithead-drop form{
  top:0;
  left:5%;
  width:50%;
  height:95%;
  position:absolute;
  padding:5px;
  color:#000;
  background:#fff;
  overflow-y:scroll;
}
.edithead-drop form td{
padding:0 3px;
border:1px solid #ddd;
}

.edithead-drop a:hover {background-color: #aa00cc;}

.edit-edithead:hover,
.reset-edithead:hover,
.close-edithead:hover { color:#777; background:#cdcdcd;}


.menu-edithead{
	color:#fff;
}

.menu-edithead [type=submit]{  
  width:120px;
  height:37px;
  margin-left:-4px;
  background-color: #9900bb;
  color: white;  
  border:none;
}

.menu-edithead input[type=text] {
  width:250px;
  height:36px;
  color:#222222;
  border:2px solid #fff;
  margin-top:-2px;
}

.menu-edithead [type=submit]:hover{background-color: #aa00cc;}



.searchbarbtn {
  background-color: #8800aa;
  color: white;
  height:35px;
  width:40px;
  border:none;
  text-align:center;
}

.searchbar {
  display: inline-block;
  width:40px;
  height:36px;
  text-align:center;
  z-index:10000;
  border:none;
  float:right;
}

.searchbar-drop [type=submit]{  
  width:40px;
  height:37px;
  margin-left:-4px;
  background-color: #9900bb;
  color: white;  
  border:none;
}

input[type=text] {
  width:150px;
  height:36px;
  color:#222222;
  border:2px solid #fff;
  margin-top:-2px;
}

.close-searchbar {
  width:190px;
  border:none;
  color:#555555;
  background:#dddddd;
}

.searchbar-drop {
  display: none;
  position: absolute;
  width:190px;
  background: #770099;
  z-index: 1;
  text-align:center;
  margin-top: -1px;
  right:0;
  top:0;  
}

.searchbar-drop a:hover {background-color: #aa00cc;}

.close-searchbar:hover { color:#777; background:#cdcdcd;}

.searchbar:hover .searchbarbtn ,.searchbar-drop [type=submit]:hover{background-color: #aa00cc;}



.menu-searchbar{
	color:#fff;
}

.menu-searchbar [type=submit]{  
  width:120px;
  height:37px;
  margin-left:-4px;
  background-color: #9900bb;
  color: white;  
  border:none;
}

.menu-searchbar input[type=text] {
  width:250px;
  height:36px;
  color:#222222;
  border:2px solid #fff;
  margin-top:-2px;
}

.menu-searchbar [type=submit]:hover{background-color: #aa00cc;}

.top-header .logo {
  padding: 10px 10px 10px 40px;
}

.top-header .logo h1 {
  display: inline-block;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 700;
}
.top-header .logo h1 em {
  font-style: normal;
  color: #f69730;
}
.top-header .logo span {
  margin-left: 10px;
}
.top-header .social-top {
  padding: 30px 60px 30px 0;
  overflow: hidden;
  text-align: right;
}
.top-header .social-top ul li {
  display: inline;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .top-header .logo {
    padding: 20px 0 20px 20px;
    text-align: center h1;
    text-align-display: block;
    text-align-text-align: center;
  }  
  .top-header .logo h1{
	font-size:1.5em;
  }
  .top-header .logo span {
    display: block;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .top-header .logo {
    text-align: center;
    padding: 0px;
  }
  .top-header .logo span {
    display: none;
  }
  .top-links{
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .top-header .social-top {
    padding: 40px 20px 40px 0;
  }
  .top-header .menu-wrapper {
    display:none;
  }
}
@media screen and (max-width: 768px) {
  .top-header {
    padding: 0 20px 20px 20px;
    text-align: center;
  }
  .social-top {
    display:none;
  }
  .logo table {
    display:none;
  }
}
.top-header a {
  color: #2c2c2c;
}

.main-header {
  width: 100%;
  background-color: #efefef;
  padding: 20px 50px;
  border-top:4px solid #770099;
}

.top-header .menu-wrapper {
 display:none;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .main-header {
    padding: 20px;
    min-height: 76px;
  }
}
@media screen and (max-width: 768px) {
  .main-header {
  display:none;
  }
  .top-header .menu-wrapper {
  display:block;
}
.top-header .menu-wrapper a.toggle-menu {
  background:#770099;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 40px -5px;
  display: inline-block;
  color: white;
}
.top-header .menu-wrapper a.toggle-menu:hover {
  background:#8800aa;
}
}
.main-header .main-header-left a {
  font-size: 18px;
}
.main-header .menu-wrapper {
  position: relative;
  z-index: 99;
  text-align: center;
  margin-top: 10px;
}
.main-header .menu-wrapper a.toggle-menu {
  display: none;
  color: white;
  background:#770099;
  position: absolute;
  left: 20px;
  overflow: hidden;
}
.main-header .menu-wrapper a.toggle-menu:hover {
  color: white;
  background-color: #8800aa;
}
.main-header .menu-wrapper ul li {
  display: inline;
  margin-left: 30px;
  position: relative;
}
.main-header .menu-wrapper ul li:after {
  content: '/';
  color: #d5d5d5;
  margin-left: 30px;
}
.main-header .menu-wrapper ul li:last-child:after {
  content: '';
  display: none;
}
.main-header .menu-wrapper ul li a {
  text-transform: uppercase;
  font-weight: 500;
  padding: 30px 0;
  color: #2c2c2c;
}
.main-header .menu-wrapper ul li a:hover {
  color: #f69730;
}
.main-header .menu-wrapper ul li.active a {
  color: #f69730;
}
.main-header .menu-wrapper ul li ul {
  position: absolute;
  width: 200px;
  z-index: 9999;
  top: 40px;
  left: 50%;
  margin-left: -115px;
  text-align: center;
  background-color: white;
}
.main-header .menu-wrapper ul li ul:before {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  position: absolute;
  top: -10px;
  margin-left: -10px;
  left: 50%;
}
.main-header .menu-wrapper ul li ul li {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #efefef;
}
.main-header .menu-wrapper ul li ul li:last-child {
  border-bottom: 0;
}
.main-header .menu-wrapper ul li ul li a {
  display: block;
  padding: 10px;
  color: #777777 !important;
}
.main-header .menu-wrapper ul li ul li a:hover {
  color: #f69730 !important;
}
.main-header .menu-wrapper ul li ul li:after {
  display: none;
}
.main-header .menu-wrapper ul li ul li ul {
  left: 100% !important;
  margin-left: 1px;
  top: 0;
}
.main-header .menu-wrapper ul li ul li ul:before {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
   .main-header .menu-wrapper {
    margin-top: -5px !important;
  }
}
@media screen and (max-width: 768px) {
  .main-header .menu-wrapper {
    margin-top: -5px !important;
  }
}

#responsive-menu {
  display: none;
  width: 100%;
  padding: 30px;
  overflow: hidden;
  background-color: #770099;
}
#responsive-menu li {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
#responsive-menu li a:hover {
  background-color: #8800aa;
}
#responsive-menu li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#responsive-menu li a {
  font-size: 18px;
  padding:12px;
  color: white;
}
#responsive-menu li ul {
  margin-top: 12px;
  padding-top: 12px;
  margin-left: 30px;
}
#responsive-menu li ul li {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
#responsive-menu li ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: inherit;
  top: 0;
  z-index: 2;
  margin-bottom:-220px;
}
@media screen and (max-width: 768px) {
  .swiper-container {
    top: 120px;
  }
  .swiper-container a.main-btn {
    display: none;
  }
}

.swiper-wrapper {
  width: 100%;
  height: 10px;  
  overflow:hidden;
}

.swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 8;  
  margin-top:-180px; 
  overflow:hidden; 
}

.overlay-s {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}

.slider-caption {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  top: 80%;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:600px;
}
.slider-caption h1 {
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.4em;
  margin-bottom: 20px;
}
.slider-caption h2 {
  color: white;
/*  text-transform: uppercase; */
  font-weight: 400;
  font-size: 1.9em;
  margin-bottom: 20px;
}
.slider-caption h3 {
  color: white;
/*  text-transform: uppercase; */
  font-weight: 400;
  font-size: 1.6em;
  margin-bottom: 20px;
}
.slider-caption p {
  margin-bottom: 25px;
  font-size: 1.2em;
  font-weight: 350;
  color:#dddddd;
}
.slider-caption .inner-content {
  width: 60%;
  height:100%;
  margin: 0 auto;
  padding:40px 80px;
  overflow:hidden;
  background:rgba(100,100,100,0.6);
}
.slider-caption a {
  color: white;
}
.slider-caption a.main-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .slider-caption h2 {
    font-size: 1.8em;
  }
  .slider-caption p {
    font-size: 1.2em;
  }
  .slider-caption {
  height:700px;
}
  .slider-caption .inner-content{
  width: 60%;
  height:100%;
}
}

@media screen and (max-width: 768px) {
  .slider-caption h2 {
    font-size: 1.5em;
  }
  .slider-caption p {
    display:none;
  }
  .slider-caption {
  height:600px;
  background-image:round;
  }
  .slider-caption .inner-content{
  width: 100%;
  height:100%;
  text-align:center;
}
}

#pageloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 9999;
}

.colored-border {
  border-color: #f69730 !important;
}

.loader-item {
  position: absolute;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  top: 50%;
  left: 50%;
  text-align: center;
  background: white;
  border-left: 4px solid;
  border-right: 4px solid;
  border-top: 4px solid;
  border-bottom: 3px solid transparent !important;
  border-radius: 22px;
}

.container-fluid {
  padding: 0 !important;
}

.content-wrapper {
  border-top: 1px solid white;
  background: #efefef;
  padding-bottom: 10px;
}

.section-header {
  margin-top: 60px;
  margin-bottom: 60px;
}
.section-header h2 {
  font-size: 24px;
  display: inline;
/*  text-transform: uppercase; */
  font-weight: normal;
}
.section-header span {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .section-header span {
    display: block;
    margin-left: 0;
  }
}

.news-content {
  border:2px solid #770099;
  height:auto;
  width:100%;
  overflow:hidden;
  border-radius:20px;
  background:#eeeeee;
  margin-top:2px;
}
.news-content h2 {
  color: white;
/*  text-transform: uppercase; */
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 5px;
}
.news-content h3 {
  color: white;
  font-weight: 300;
  font-size: 1.4em;
  margin-bottom: 10px;
}
.news-content p {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 300;
  color:#eeeeee;
}
.news-content .inner-content {
  padding:6px 25px;
  margin-left:160px;
  height:100%;
  background:rgba(100,100,100,0.6);  
}
.news-content .date {
  margin:0px 20px;
/*  width:80px; */
  font-size:20px;
  font-weight:400;
  color:white;  
  position:absolute;
  height:100%;
  text-align:center;
}
.news-content .date h2 {
  font-size:18px;
  font-weight:400;
  color:white;  
  margin-top: 10px;
  margin-bottom: 0px;
}
.news-content .date p{
  font-size:15px;
  font-weight:300;
  color:white;  
  margin-top: -5px;
  margin-bottom: 10px;
}
.news-content a {
  color: white;
}
.news-content a.main-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.box-content {
  background: white;
  padding: 25px;
  overflow: hidden;
}
.content-block {
  height:auto;
}
.home-block {
  height:auto;
}
@media screen and (max-width: 1440px) {
	.content-block {
	  height:380px;
	}
	.home-block {
	  height:400px;
	}
}
@media screen and (max-width: 991px) {
  .content-block {
    height:700px;
  }
  .home-block {
    height:380px;
  }
}

@media screen and (max-width: 768px) {
  .content-block {
    height:auto;
  }
  .home-block {
    height:auto;
  }
}
.intro-header {
  margin-bottom: 30px;
}
.intro-header h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
}
.intro-header p {
  margin-top: 10px;
}
.profile-content ul{
  margin-left:20px;
  margin-bottom:20px;
  list-style-position: outside;
  list-style-type: disc;
  color:#444444;
  font-size:15px;
}
.profile-content td{
  padding:5px;
  border:1px solid #222;
}
.overlay-a {
  opacity: 1;
  visibility: visible;
  position:absolute;
  width: 100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  top:  0;
  left: 0;
  padding-top:100%;
  text-align:center;
}
.overlay-b {
  opacity: 1;
  visibility: visible;
  position:absolute;
  width: 100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  top:  0;
  left: 0;
  padding-top:70%;
  text-align:center;
}
.overlay-b h1, .overlay-b h3, .overlay-a h1, .overlay-a h3, .postgrad h3{
  text-shadow:0 0 5px #000000, 0 0 2px #000000;
  text-align: center;
  color:white;
  transition:all 250ms;
  background:rgba(0, 0, 0, 0.6);
}
.overlay-b h4, .overlay-a h4{
  text-shadow:0 0 5px #000000, 0 0 2px #000000;
  text-align: center;
  color:white;
  transition:all 250ms;
  background:rgba(0, 0, 0, 0.6);
}
.overlay-b p, .overlay-a p{
  color:rgba(0, 0, 0, 0);
  background:rgba(0, 0, 0, 0.6);
  padding-top:10px;
  padding-bottom:100%;
  transition:all 250ms;
  font-size:80%;
}
.overlay-b h1:hover, .overlay-b h3:hover, .overlay-a h1:hover, .overlay-a h3:hover, .postgrad h3:hover {
  color: #ffcc33;
}
.overlay-b:hover, .overlay-a:hover {
  padding-top:15%;
  background-color: rgba(0, 0, 0, 0.6);
}
.postgrad .overlay-a:hover {
  padding-top:30%;
  background-color: rgba(0, 0, 0, 0.6);
}
.overlay-b:hover h1, .overlay-b:hover h3, .overlay-b:hover h4, .overlay-a:hover h1, .overlay-a:hover h3, .overlay-a:hover h4{
  text-shadow:none;
  background:rgba(0, 0, 0, 0);
  transition:all 250ms;
  width:auto;
}
.overlay-b:hover p, .overlay-a:hover p{
  color:white;
  background:rgba(0, 0, 0, 0);
  transition:all 250ms;
  width:auto;
}
.overlay-b button {
  display: none;
}
.overlay-b:hover button {
  display: inline;
  color:white;
  background-color:transparent;
  border:none;
}

.postgrad img{
   padding-bottom:20px;
}
@media screen and (max-width: 1280px) {
  .overlay-b h1, .overlay-b h3, .overlay-b h4, .overlay-a h1, .overlay-a h3, .overlay-a h4, .postgrad h3{
  	  font-size:80%;
  }
}

@media screen and (max-width: 991px) {
  .overlay-b h1, .overlay-b h3, .overlay-b h4, .overlay-a h1, .overlay-a h3, .overlay-a h4{
  	  font-size:100%;
  }
  .postgrad h3{
  	  font-size:80%;
  }
}

/*@media screen and (max-width: 768px) {
  .overlay-a {
	  padding-top:95%;
	}
}*/

h3.grid-heading {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}



@media screen and (max-width: 768px) {
  .items-holder-2 .filter-categories {
    margin-bottom: 60px;
  }
  .items-holder-2 .filter-categories ul li {
    display: inline-block;
    margin-right: 10px;
  }
}

.items-holder-3 .filter-categories {
  margin-bottom: 60px;
}
.items-holder-3 .filter-categories ul li {
  display: inline-block;
  margin-right: 10px;
}

.project-item {
  overflow: hidden;
  padding:10px;
  transition:all 250ms;
}
.project-item .project-detail h2 {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 0 0;
  display: block;
}

#NewsSelect{
	padding-top:50px;
	padding-left:25%;
	text-align:center;
	margin-right:-20px;
	
}
#NewsSelect h4{
	color:#fff;
}

#NewsSelect .btn{
	padding:10px;
	margin:5px;
	width:100%;
	border-radius:10px;
	border:none;
	cursor:pointer;
	color:#770099;
}

#NewsSelect .btn.active{
  background:#ffcc33;
}
#NewsSelect .btn:hover{
  background:#ffcc33;
}
#NewsTable tr{
  position:absolute;
  opacity: 0;
  z-index:-1;
  border:none;
}
#NewsTable tr.show {
  position: relative;
  opacity: 1;
  transition: opacity 1s linear;
  z-index:+2;
  border-top:5px solid #efefef;
}
#more{
  cursor:pointer;
}
#NewsTable{
  padding:5px;
  border-bottom:5px solid #efefef;
}
.nonews{
	position:absolute;
	font-size:16px;
	color:#fff;
	z-index:0;
}
@media screen and (max-width: 991px) {
	#NewsSelect{	
		padding-left:10%;
	}
}
@media screen and (max-width: 768px) {
	#NewsSelect{
		padding-top:20px;		
		padding-left:0;
		text-align:center;
		margin-right:0px;
		margin-bottom:-40px;
	}
	#NewsSelect .btn{
	width:40%;
   }
}
.about {
  padding-top:15px;
  padding-bottom:60px;
  margin:-10px 0 0 0;
  background:white;
}
.about h1{
  font-size:18px;  
  font-weight:400;
}
/*////////////////*/
.item-md-pad{
margin-bottom:40px;
}


@media screen and (max-width: 991px) {
  .item-md-pad{
margin-bottom:0;
}
.item-sm-pad{
margin-bottom:40px;
}
}

@media screen and (max-width: 768px) {
  .Witem-sm-pad{
margin-bottom:0;
}
}

.people {
  padding-top:15px;
  margin:-10px 0 0 0;
  background:white;
}
.people h1{
  font-size:18px;  
  font-weight:400;
}
.people .box-content {
  background:#f3f3f3;
  transition:all 250ms;
}
.people .project-item .project-thumb{
  transition:all 250ms;
}
.people .project-item:hover {  
  position:inherit;
  transition:all 250ms;
}
.people .project-item:hover .project-thumb {
  box-shadow:5px 0px 5px #777,-5px 0px 5px #777,0px -5px 5px #777;
  transition:all 250ms;
}
.people .project-item:hover .box-content  {
  box-shadow:5px 0px 5px #777,-5px 0px 5px #777, 0px 5px 5px #777;
  transition:all 250ms;
}
.people .project-item:hover h1 {
color: #f69730;
}
.project-item:hover .overlay-b {
  opacity: 1;
  visibility: visible;
}
.profile-image:hover .overlay-b {
  opacity: 1;
  visibility: visible;
}
.profile-thumb {
  overflow: hidden;
  position: relative;
  margin:0 -15px;
  background:#000000;
}
.profile-thumb img {
  width:100%;
  position: relative;
  overflow:hidden;
}
.profile-thumb:hover {
  overflow:hidden;  
  -webkit-backface-visibility:visible;
  /* Chrome, Safari, Opera */
  backface-visibility: visible;
  background:#8800aa;
}
.people.staff .box-content {
  background:#fff;
  transition:all 250ms;
}
.people.staff .project-item .project-thumb{
  transition:all 250ms;
}
.people.staff .project-item {  
  position:inherit;
  transition:all 250ms;
}
.people.staff .project-item .project-thumb {
  box-shadow:5px 0px 5px #777,-5px 0px 5px #777,0px -5px 5px #777;
  transition:all 250ms;
}
.people.staff .project-item .box-content  {
  box-shadow:5px 0px 5px #777,-5px 0px 5px #777, 0px 5px 5px #777;
  transition:all 250ms;
}
.people.staff .profile-image h1,.people.staff .profile-image p,.people.staff .profile-image a,.people.staff .profile-image h3,.people.staff .profile-image h4 {
color: #000;
}

.people.staff .profile-image {
  border:1px solid #000;  
}
.people.staff .profile-thumb .people-info{
  overflow:visible;
  width:50%;
  float:right;
  text-align:center;
  padding-top:10px;
  white-space:nowrap;
}
.people.staff .profile-thumb img {
  width:50%;
  position: relative;
  overflow:hidden;
}
.people.staff .profile-thumb {
  overflow:hidden;  
  -webkit-backface-visibility:visible;
  /* Chrome, Safari, Opera */
  backface-visibility: visible;
  background:#fff;
}
.postgrad img {
  width:100%;
  padding-bottom:50px;
  position: relative;
  overflow:hidden;
}
.people-info h1{
  font-size: 90%;
}
.people-info h4{
  font-size: 90%;
}
.people-info p{
  font-size: 65%;
}

.research {
  padding-top:15px;
  padding-bottom:60px;
  margin:-10px 0 0 0;
  background:white;
}
.research h1{
  font-size:18px;  
  font-weight:400;
}
.research table{
  width:100%;
}

.research table a{
  font-size:16px;
}

.research td, .research th{
  text-align:center;
  border:1px solid #ddd;
}

.areas .research-content{
  background:#f2f2f2;
  padding:15px;
  border:1px solid #770099;
  width:100%;
  position:inherit;
  azimuth:center;
}

.research-content h1 {
  padding-left: 20px;
}

.research-content ul {
  padding-left: 40px;
  list-style-type: disc;
}

.admission{
  padding-top:15px;
  padding-bottom:60px;
  margin:-10px 0 0 0;
  background:white;
}

.admission h1{
  font-size:18px;  
  font-weight:400;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.admission .expandable {
  background-color: #9900aa;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight:500;
  height:54px;
  overflow:hidden;
}

.admission .expandable.open {
  background-color: #aa00cc;
}
.admission .expandable:hover{
  background-color: #bb00dd;
}

.admission .expandable:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.admission .expandable.open:after {
  content: "\2212";
}

.admission .explcontent {
  background:#9900aa;
  display:block;
  width:100%;
  overflow: hidden;
}

.admission .explcontent nav ul li{
  list-style-type: none;
  font-weight:400;
  overflow:hidden;
  padding:5px 10px;
}

.admission .explcontent li{
  list-style-type: none;
  font-weight:400;
  overflow:hidden;
  padding:10px;
}
.admission .explcontent li:hover a,
.admission .explcontent li a.active{
 background-color: #bb00dd;
}

.admission .expandable a,
.admission .explcontent a{
  color:#fff;
  min-width:200px;
  padding:8px 16px;
  line-height:20px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  
}

@media screen and  (max-width: 768px){
  .sticky {
  position: static;
}

  .admission .expandable,
  .admission .explcontent li{
    width:100%;
}
}

.headbanner {
  width:100%;
  height:200px;
  background:#f3f3f3;
  overflow:hidden;
}

.headbanner img{
  width:100%;
  height:200px;
  position:absolute;
}

.headbanner h1{
  text-transform: uppercase;
  position:absolute;
  font-size:125px;
  color:#f3f3f3;
  bottom:0;
  text-align:center;
  width:800px;
  margin-left:-400px;
  left:50%;
  margin-bottom:-65px;
  overflow:hidden;
}

.headbanner h2{
/*  text-transform: uppercase; */
  position:absolute;
  font-size:100px;
  color:#f3f3f3;
  bottom:0;
  width: 100%;
  text-align: center;
  margin-bottom:-50px;
  overflow:hidden;
}

@media screen and  (max-width: 991px){
	.headbanner{
	  width:95%;
	}
	
}

@media screen and  (max-width: 768px){
	.headbanner{
	  display:none;
	}
	
}

.filter-categories {
  text-align: left;
}
.filter-categories .btn{
  width:100%;
  border:none;
  background-color: #9900aa;
  color: white;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 14px;
}
.filter-categories .btn.active{
  background:#aa00cc;
}
.filter-categories .btn:hover{
  background:#bb00dd;
}
.filter-categories ul li {
  margin-bottom: 10px;
}
.filter-categories ul li span {
  cursor: pointer;
  background: white;
  display: inline-block;
  border-bottom: 1px solid #d5d5d5;
  padding: 8px 16px;
}
.filter-categories ul li.active span {
  background: #f69730;
  color: white;
  border-bottom: 1px solid #e97e0a;
}

.items-holder .mix {
  display: none;
}

div.load-more {
  text-align: center;
  display: block;
}

div.load-more a.load-more {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #2c2c2c;
  background: white;
  display: block;
  padding: 14px 20px;
  border-bottom: 1px solid #d5d5d5;
}
div.load-more a.load-more:active {
  border-bottom: 0;
}

.project-thumb {
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
.project-thumb img {
  height: 100%;
  width:100%;
  margin-bottom:-10px;
  overflow:hidden;
}

.index-slider {
  display: none;
  height:380px;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 769px) and (max-width: 991px){
  .index-slider {
  height:420px;
}
}
@media screen and  (max-width: 768px){
  .index-slider {
  height:auto;
}
}

.slidesjs-previous {
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -20px;
  z-index: 99;
  width: 50px;
  height: 50px;
  background: rgba(200,200,200,0.6);
  color: white;
  font:bold;
  text-align: center;
  line-height: 50px;
}
.slidesjs-previous:hover {
  color: white;
  background: rgba(150,150,150,0.6);
}

.slidesjs-next {
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -20px;
  z-index: 99;
  width: 50px;
  height: 50px;
  background: rgba(200,200,200,0.6);
  color: white;  
  font:bold;
  text-align: center;
  line-height: 50px;
}
.slidesjs-next:hover {
  color: white;
  background: rgba(150,150,150,0.6);
}

@media screen and (max-width: 768px) {
  .slidesjs-previous {
  display:none;
}
.slidesjs-next {
  display:none;
  }
}
.error-page h1 {
  font-size: 120px;
  color: #aaaaaa;
}
.error-page span {
  font-size: 2em;
  color: #aaaaaa;
  margin-bottom: 40px;
  display: block;
}
.error-page p {
  padding-bottom: 30px;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .error-page h1 {
    font-size: 60px;
  }
  .error-page span {
    font-size: 1.4em;
  }
}

.owl-carousel .owl-dots {
	position: absolute;
	bottom: 0;
	right: 0;
}


.owl-carousel button.owl-dot {
	width: 10px;
	height: 10px;
	background-color: #333333!important;
	margin-left: 5px;
	outline: none;
}

.owl-carousel button.active {
	background-color: #CCCCCC!important;
}


.primary-button a {
    width:80%;
	font-size: 14px;
	font-weight: 700;
/*	text-transform: uppercase; */
	text-align:center;
	background-color: #770099;
	display: inline-block;
	padding: 12px 20px;
	color: #fff;
	border-radius:15px;
	transition: all 0.5s;
	margin-bottom:10px;
}
.primary-button a.active {
	background-color: #9900bb;
}

.primary-button a:hover {
	background-color: #aa00cc;
}
@media screen and (max-width: 768px) {
	.primary-button{
  		padding:10px 0;
  		text-align:center;
	}
}
/*--Footer--*/

footer {
  background-color: #f3f3f3;
  border-top: 4px solid #770099;
  margin-top:0px;
}

footer a strong{
color:#777;
}
footer a:hover strong{
color:#333;
}


footer .container {
  padding:50px;
}

.footer-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

@media screen and (max-width: 560px) {
  body {
    min-width: 560px;
    overflow: auto;
  }
}


/*-- End Footer --*/

