/* Generated by less 2.4.0 */
@-webkit-keyframes news {
  0% {
    -webkit-transform: translateY(350px);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes news {
  0% {
    -moz-transform: translateY(350px);
  }
  100% {
    -moz-transform: translateY(-100%);
  }
}
@keyframes news {
  0% {
    -webkit-transform: translateY(350px);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
html,
body {
  min-height: 100%;
  background-color: #011;
  overflow-x: 0;
}
.kfupm {
  margin: 0 3px;
  width: 222px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
}
a {
  color: #7C4915;
  text-decoration: none;
}
.nav > li a {
  color: #ccc;
}
.nav > li a:hover,
.nav > li a:focus {
  background-color: rgba(0, 0, 0, 0.15);
  color: #eee;
}
.nav > li.active a,
.nav > li.active a:hover,
.nav > li.active a:focus {
  background-color: rgba(0, 0, 0, 0.63);
}
#sidebar {
  background: url(../img/brown2.jpg);
  background-position: 10% bottom, center center;
  height: 100%;
  width: 250px;
  position: absolute;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  -webkit-transform: scale(0.8) rotateY(30deg) translate3d(0, 0, 0);
  -moz-transform: scale(0.8) rotateY(30deg) translate3d(0, 0, 0);
  -ms-transform: scale(0.8) rotateY(30deg) translate3d(0, 0, 0);
  -o-transform: scale(0.8) rotateY(30deg) translate3d(0, 0, 0);
  opacity: 0.6;
  z-index: 0;
}
.no3d #sidebar {
  left: -250px;
}
.sidebar #sidebar {
  -webkit-transform: scale(1) rotateY(0) translate3d(0, 0, 0);
  -moz-transform: scale(1) rotateY(0) translate3d(0, 0, 0);
  -ms-transform: scale(1) rotateY(0) translate3d(0, 0, 0);
  -o-transform: scale(1) rotateY(0) translate3d(0, 0, 0);
  opacity: 1;
}
.no3d .sidebar #sidebar {
  left: 0;
}
#sidebar .main-header {
  position: absolute;
  overflow-y: auto;
  bottom: 40px;
  top: 0;
  z-index: -5;
  background: rgba(0, 0, 0, 0.26);
}
#sidebar .header-title {
  padding: 30px 10px;
  text-align: center;
}
#sidebar .header-title .profile-img {
  margin: auto;
  height: 200px;
  width: 200px;
  box-shadow: 0 0 8px 2px #3c2308, inset 2px 2px 5px 4px rgba(0, 0, 0, 0.64);
  overflow: hidden;
}
#sidebar .header-title .profile-img img {
  position: relative;
  z-index: -2;
  border-radius: 50%;
  height: 198px;
  width: 198px;
  margin: 1px;
}
#sidebar .header-title h2 {
  color: #ededed;
  font-family: serif;
  text-shadow: 0 0 2px #000;
}
#sidebar .header-title p {
  font-size: 15px;
  color: #aaa;
  margin-top: 15px;
}
#sidebar .main-nav a {
  border-radius: 0;
}
#sidebar .main-footer {
  position: absolute;
  bottom: 0;
  color: #ededed;
  background: #120b02;
  box-shadow: -2px -2px 7px 1px #000000;
  width: 100%;
  padding: 5px;
}
#sidebar .main-footer p {
  margin: 0;
}
#content {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-color: #f7f7f7;
  z-index: 20;
  box-shadow: 0 -10px 200px 80px #000000;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#content .sidebar-container {
  padding-bottom: 40px;
  height: 100%;
}
#content .row-container {
  padding: 60px 0 45px;
}
#content .section-container {
  padding: 0 10px;
}
#content .book.section-container {
  background-color: #fff;
}
.sidebar #content {
  box-shadow: 0 0 0 #000;
  left: 250px;
  right: -250px;
}
#content .padeheader {
  margin-bottom: 20px;
}
#content .padeheader .title {
  font-size: 50px;
}
#content .pageheader p {
  font-size: 18px;
}
#content p {
  font-size: 16px;
}
#content #research a {
  color: #ffffff;
  font-size: 25px;
}
#content #research .item {
  height: 400;
}
#content #research .carousel-caption {
  text-align: left;
  padding-top: 5px;
  padding-left: 5%;
  padding-right: 5%;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
}
#content #research .carousel-control {
  width: 5%;
}
#show-side {
  position: fixed;
  background-color: #AF550C;
  padding: 15px 20px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  font-size: 25px;
  z-index: 10000;
  top: inherit;
}
.sidebar #show-side {
  visibility: hidden;
}
.newsbox {
  position: relative;
  overflow: hidden;
  border: 2px solid #AF550C;
  height: 300px;
}
.newsbox:before {
  content: "News";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  background: #AF550C;
  color: #fff;
  padding: 3px 5px;
  border-bottom-right-radius: 4px;
  z-index: 10;
}
.newsbox div#news {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  margin: 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: news 10s linear infinite;
  -moz-animation: news 10s linear infinite;
}
.newsbox div#news h4 {
  font-weight: bold;
}
.newsbox div#news:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
figure.profile {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
figure.profile img {
  margin: 0;
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
figure.profile figcaption {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.4);
  height: 160px;
  width: 100%;
  position: absolute;
  bottom: -98px;
  color: #fdfdfd;
  text-shadow: 0 0 2px #000000;
}
figure.profile figcaption h1 {
  margin: 4px 10px 3px;
  font-size: 25px;
}
figure.profile figcaption h2 {
  margin: 4px 10px 3px;
  font-size: 18px;
}
figure.profile figcaption ul {
  font-size: 16px;
  margin: 5px 2px 5px 10px;
}
figure.profile:hover figcaption {
  bottom: 0;
}
.pagecontent {
  background-color: #fbfbfb;
}
.pagecontent h3 {
  text-align: center;
}
.pagecontent ol li {
  margin: 3px 0px;
}
.pagecontent .timeline li {
  padding-top: 35px;
  position: relative;
}
.pagecontent .timeline li:before,
.pagecontent .timeline li:after {
  content: attr(data-from);
  text-align: center;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 1px #fff;
  font-size: 18px;
  position: absolute;
  top: 0px;
  z-index: 3;
  text-shadow: 0 0 3px #000;
}
.pagecontent .timeline li:before {
  width: 25%;
  background-color: #AF550C;
}
.pagecontent .timeline li:after {
  background: linear-gradient(45deg, #af550c 25%, transparent 25%) 0 -16px, linear-gradient(135deg, #af550c 25%, transparent 25%) 0 -16px, linear-gradient(225deg, #af550c 25%, transparent 25%), linear-gradient(-45deg, #af550c 25%, transparent 25%);
  background-size: 32px 100%;
  background-color: #E7AB70;
  content: attr(data-to);
  right: 0;
  width: 75%;
  text-align: right;
  padding-right: 7%;
  z-index: 4;
}
.pagecontent .cards li {
  padding: 3px 3px 3px 80px;
  margin-bottom: 15px;
  background-color: #fdfdfd;
  border: 1px solid #eee;
  position: relative;
}
.pagecontent .cards li:before,
.pagecontent .cards li:after {
  min-width: 60px;
  content: attr(data-degree);
  text-align: center;
  padding: 5px 10px;
  color: #fefefe;
  font-size: 16px;
  font-weight: bold;
  background-color: #AF550C;
  position: absolute;
  z-index: 3;
  text-shadow: none;
}
.pagecontent .cards li:before {
  top: 5px;
  left: -7px;
  font-size: 16px;
  font-family: serif;
}
.pagecontent .cards li:after {
  content: attr(data-year);
  bottom: 5px;
  left: -7px;
  width: 55px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  background-color: #E7AB70;
  z-index: 2;
}
.pagecontent .events {
  position: relative;
}
.pagecontent .events h4 {
  padding: 10px;
  margin: 0;
  cursor: pointer;
}
.pagecontent .events div {
  display: none;
  padding: 3px 11px;
}
.pagecontent .events div img {
  float: left;
  margin: 0 10px 10px;
}
.pagecontent .events li {
  padding: 0;
  margin-bottom: 10px;
  background-color: #fdfdfd;
  border: 1px solid #eee;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  position: relative;
}
.pagecontent .events li:before {
  content: attr(data-date);
  text-align: center;
  width: 100px;
  padding: 5px 10px;
  color: #fefefe;
  font-size: 16px;
  text-shadow: none;
  background-color: #AF550C;
}
.down .downarrow {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 40px;
  margin-left: -30px;
  font-size: 60px;
}
h2.bg-info {
  padding: 20px 25px;
}
@media (min-width: 767px) {
  #sidebar {
    -webkit-transform: scale(1) rotateY(0) translate3d(0, 0, 0);
    -moz-transform: scale(1) rotateY(0) translate3d(0, 0, 0);
    -ms-transform: scale(1) rotateY(0) translate3d(0, 0, 0);
    -o-transform: scale(1) rotateY(0) translate3d(0, 0, 0);
    opacity: 1;
  }
  .no3d #sidebar {
    left: 0;
  }
  #content {
    box-shadow: 0 0 0 #000;
    left: 250px;
  }
  .sidebar #content {
    right: 0;
  }
  #content .section-container {
    padding: 0 10%%;
  }
  #content .pagecontent .timeline li:before,
  #content .pagecontent .timeline li:after {
    font-size: 25px;
  }
  #content .pagecontent .timeline li:after {
    padding-right: 7%;
  }
  #content .pagecontent .cards li {
    padding: 3px 35px 3px 90px;
  }
  #content .pagecontent .cards li:before,
  #content .pagecontent .cards li:after {
    min-width: 0;
  }
  #content .pagecontent .cards li:before {
    font-size: 22px;
    line-height: 1em;
    width: 100px;
    left: -15px;
  }
  #content .pagecontent .cards li:after {
    right: -15px;
    left: inherit;
  }
  #content .pagecontent .events:before {
    position: absolute;
    background: linear-gradient(315deg, #eaeaea 25%, transparent 25%) -50px 0, linear-gradient(45deg, #eaeaea 25%, transparent 25%) -50px 0, linear-gradient(135deg, #eaeaea 25%, transparent 25%), linear-gradient(225deg, #eaeaea 25%, transparent 25%);
    background-size: 100px 100px;
    background-color: #fbfbfb;
    content: attr(data-from);
    left: 0;
    width: 100px;
    top: 0;
    bottom: 0;
    z-index: 3;
  }
  #content .pagecontent .events li {
    margin-left: 127px;
  }
  #content .pagecontent .events li:before {
    position: absolute;
    top: 5px;
    left: -127px;
    z-index: 3;
  }
}
@media (max-width: 1278px) {
  .newscol {
    width: 100%;
  }
}
