@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i');

body {
  margin: 0;
  padding: 0;
  background-color: #333;
  color: #333;
  font-family: 'Lora', 'Georgia', serif;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: #065388;
}

a:hover {
  color: #990000;
}

img {
  border:  none;
}

#container {
  margin: auto;
  width: 960px;
  background-color: #191919;
  font-size: 15px;
  overflow: hidden;
	box-shadow: 0 0 10px #111;
}

#wrapper {
  overflow: hidden;
}

#banner {
  margin: 0;
  position: relative;
  color: #fff;
  background-color: #fff;
  height: 390px;
  background-image: url(../images/zjuphoto.jpg);
  background-position: center center;
  background-size: cover;
}

#name {
  position: absolute;
  top: 105px;
  left: 0px;
  float: left;
  background-image: url(../images/black50.png);
  padding-bottom: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#name h1 {
  margin: 0;
  padding: 10px;
  font-size: 36px;
  font-weight: normal;
}

#name p {
  margin: 0;
  padding: 5px 10px;
  font-size: 14px;
}

#nav {
  overflow: hidden;
  width: 960px;
  background-color: #ae0d16;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  position: relative;
}

#nav ul li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}

#nav ul li a {
  margin: 0 0 0 1px;
  padding: 0px 15px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  line-height: 35px;
  font-size: 18px;
}

#nav ul li a:hover {
  color: #191919;
}

#page {
  border-top: 1px solid #e5e5e5;
  padding: 15px 0;
  background-color: #eee;
  overflow: auto;
  clear: both;
}

#content {
  margin: 0 25px;
  line-height: 160%;
}

#sidebar {
  border: 1px solid #e5e5e5;
  margin: 0 0 0 25px;
  min-width: 210px;
  float: right;
  line-height: 140%;
  background-color: #ddd;
}

#sidebar h3, #sidebar p {
  padding: 0 10px;
}

#footer {
  padding: 15px;
  overflow: auto;
  color: #ffffff;
  font-size: 80%;
  line-height: 150%;
  text-align: right;
}

#footer img {
  float: left;
  margin-right: 15px;
}

h2 {
  margin-top: 0;
  color: #494949;
  font-weight: normal;
  font-size: 200%;
}

.right {
  margin: 0 0 15px 15px;
  float: right;
}

.left {
  margin: 0 15px 15px 0;
  float: left;
}

#contentbar {
  margin: 0 25px 0 0px;
  width: 210px;
  float: left;
  line-height: 140%;
  background-color: #fff;
}

#contentbar h3, #contentbar p {
  padding: 0 10px;
}

#fac_photo {
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* .contentbar1 {display:none}  */
.contentbar2 {display: none;}
/* .contentbar3 {display:none}  */
/* .contentbar4 {display:none}  */
/* .contentbar5 {display:none}  */

/*Just for team members*/
/* Team Member CSS / Copyright (c) 2017 by Jose Morales-Mendizabal (http://codepen.io/moralejf/pen/YPxMpN) 
===========================*/

h1.team-h1 {
  margin: auto;
  text-align: center;
  font-style: italic;
  padding: 0 20px 1em;
  color: #222; 
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.team-container {
  max-width: 100%;
  margin: auto;
  border-top: 1px #e9e9e9 solid;
  border-bottom: 1px #e9e9e9 solid;
  padding: 1em;
  position: relative;
  box-sizing: border-box;
}

.team-member {
  width: 20%;
  float: left;
  text-align: center;
  margin: 0 2.5% 1em;
}

.one-member {
  margin-left: 40%;
}
.two-member:nth-of-type(1) {
  margin-left: 27.5%;
}
.three-member:nth-of-type(3n+1) {
 margin-left: 15%;
}

.team-member:last-child {margin-right: 0;}

.team-member span,
.team-member h3 {
  margin-bottom: 1em;
}

.email {
  color: #EA2678;
  
}

.team-member span {
  display: block;
 
}
.team-photo {
  border-radius: 50%;
  text-align: center;
  margin: auto;
  max-width: 100%;
  height: auto;
  transition: 0.1s transform ease-in-out;
}

.team-photo:hover {
  transform: scale(0.9);
  cursor: pointer;
}

/* code for phone layout */
@media (max-width:850px){
  .team-member {
    width:25%;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 40px;
    
  }
  
}

@media (max-width:650px){
  .team-member {
    float: none;
    display: block;
    margin: 50px auto;
    width: 100%;
    text-align: center;
  }
  
  .team-member h3,
  .team-member span {
    margin: 15px auto;
  }
}
/* ENDS Team Member CSS 
===========================*/


/*Research slider*/
/*=================================*/
.gallery {
  max-width: 100%;
  margin:auto;
}
.gallery--overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 5% 0;
  background: rgba(25, 26, 30, 0.95);
  box-sizing: border-box;
  z-index: 9999;
}
.gallery--overlay .js-slick {
  color: #fff;
}
.gallery__close {
  margin-bottom: 2em;
  margin-right: 5%;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 11px;
  float: right;
}
.gallery__close-icon {
  font-style: normal;
  font-size: 2em;
  vertical-align: middle;
  margin-left: .5em;
}
.gallery__container {
  max-width: 900px;
  margin: 0 auto;
  clear: both;
}

/* Slick */
.slick {
  /* Slider */
  /* Slide */
  /* Arrows */
  /* Dots */
  /* Carousel */
}
.slick-slide {
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
}
.slick-slide:not(.slick-active) {
  opacity: .3;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.slick-slide:focus {
  outline: none;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-arrow {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  background: none;
  border: none;
  color: inherit;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  line-height: 3;
  letter-spacing: .1em;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
.slick-arrow::before {
  content: '';
  position: absolute;
  bottom: 100%;
  height: 1px;
  width: 6em;
  background: currentColor;
}
.slick-arrow--prev {
  left: 10%;
}
.slick-arrow--prev::before {
  right: 0;
}
.slick-arrow--next {
  right: 10%;
}
.slick-arrow--next::before {
  left: 0;
}
.slick-arrow[class*="disabled"] {
  opacity: .25;
}
.slick-dots {
  width: 100%;
  padding: 5% 0 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  pointer-events: none;
}
.slick-dots li:not(.slick-active) {
  display: none;
}
.slick-dots li .slick-dots-current {
  -webkit-animation: slick-dot-opening .5s;
          animation: slick-dot-opening .5s;
}
@-webkit-keyframes slick-dot-opening {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slick-dot-opening {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slick-dots-button {
  padding: 0;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  outline: none;
  font-size: 11px;
  letter-spacing: .2em;
}
.slick-dots-current, .slick-dots-total {
  display: inline-block;
}
.slick-dots-separator {
  position: relative;
  margin: 0 1em;
}
.slick-dots-separator::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1px;
  width: 1px;
  height: 2em;
  background: currentColor;
  -webkit-transform: rotate(7deg) translateY(-50%);
          transform: rotate(7deg) translateY(-50%);
}
.gallery--carousel .slick {
  /* Slider */
  /* Slide */
  /* Arrow */
  /* Dots */
}
.gallery--carousel .slick-list {
  padding-right: 20%;
}
.gallery--carousel .slick-slide {
  margin-right: .5%;
}
.gallery--carousel .slick-slide:not(.slick-active) {
  -webkit-transform: none;
          transform: none;
}
.gallery--carousel .slick-footer {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery--carousel .slick-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  color: inherit;
  text-decoration: none;
}
.gallery--carousel .slick-caption {
  padding-left: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 14px;
}
.gallery--carousel .slick-arrow--prev {
  display: none;
}
.gallery--carousel .slick-arrow--next {
  right: 10%;
}
.gallery--carousel .slick-dots {
  padding-top: 0;
  padding-right: 18%;
  font-weight: bold;
  box-sizing: border-box;
  text-align: right;
}

/* General page styling */
html {
  font-family: sans-serif;
  font-size: 16px;
}

body {
  margin: 0;
}

button {
  font-size: inherit;
  font-family: inherit;
}

.icon--enlarge {
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-style: normal;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
}
