body {
  background: #ebebeb;
  color: #333333;
}
/* Toggle Styles */
/* Sidebar based on Sidebar by Startbootstrap */
#wrapper {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  padding-left: 200px;
}
#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 200px;
  width: 200px;
  height: 100%;
  margin-left: -200px;
  overflow-y: auto;
  background: #555555;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#page-content-wrapper {
  padding-left: 10px;
  position: relative;
}
/* Sidebar styles */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 200px;
  padding: 0;
  list-style: none;
}
.sidebar-nav li {
  text-indent: 10px;
  line-height: 40px;
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  padding-top: 10px;
  height: 65px;
  font-size: 25px;
  line-height: 40px;
  color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
  background: none;
}
/* toggled wraper */
#wrapper.toggled {
  padding-left: 40px;
}
#wrapper.toggled #sidebar-wrapper {
  left: 40px;
  margin-left: -40px;
  width: 40px;
}
#wrapper.toggled #bars {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}
#wrapper.toggled #page-content-wrapper {
  padding: 0px;
  position: relative;
}
#wrapper.toggled .sidebar-nav {
  width: 40px;
}
#wrapper.toggled .sidebar-nav li {
  text-indent: 0px;
  text-align: center;
}
#wrapper.toggled .sidebar-nav .foldable {
  display: none;
}
#wrapper.toggled #circle-img {
  visibility: hidden;
  transition: visibility 1s, opacity 1s linear;
  max-height: 0px;
  margin: 0;
}
/* Circular image */
#circle-img {
  margin: 30px auto;
  display: block;
  width: 180px;
  height: 180px;
  line-height: 1;
  border-radius: 180px;
  -webkit-border-radius: 180px;
  -moz-border-radius: 180px;
  background: url(../assets/imgs/img-amd.png) no-repeat;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
/* Hover effects */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.card {
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.6);
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: auto;
  text-align: center;
  max-width: 80%;
  display: block;
}
.card img {
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
}
.card .tag {
  text-align: center;
  color: #ebebeb;
}
.card .tag-journal {
  background: #df691a;
}
.card .tag-conf {
  background: #5cb85c;
}
.card .tag-workshop {
  background: #5bc0de;
}
.card .tag-spanish {
  background: #f0ad4e;
}
.card .title {
  padding: 5px;
  font-weight: 500;
  font-size: 12px;
}
.card .authors {
  padding: 5px;
  font-weight: 700;
  font-size: 11px;
  margin-left: 3px;
}
.card .venue {
  font-size: 12px;
  font-style: oblique;
  padding-bottom: 15px;
}
.modal-header {
  background-color: #4e5d6c;
  text-align: center;
  color: #ffffff;
}
.modal-body {
  background-color: #f5f5f5;
}
.modal-body row {
  margin: 10px;
}
.modal-body img {
  float: left;
  margin-right: 10px;
}
.modal-body p {
  margin: 10px;
}
.modal-body pre {
  font-size: 9px;
}
.modal-body .center {
  text-align: center;
}
.modal-body .right {
  float: right;
  display: inline-block;
}
.aboutme h2 {
  float: right;
  margin-right: 20px;
  margin-left: 20px;
  display: block;
  font-weight: 100;
}
.aboutme p > img {
  display: inline-block;
  float: right;
  padding-top: 30px;
}
.aboutme h3 {
  margin-left: 0px;
}
.panel-bio {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.panel-bio img {
  width: 40%;
  margin-left: 5px;
}
.panel-bio p {
  text-align: justify;
  text-justify: inter-word;
}
@media screen and (max-width: 768px) {
  .panel-bio img {
    width: 0;
  }
}
.panel-contact {
  margin-left: 50px;
  margin-right: 50px;
  background-color: #f5f5f5;
}
.panel-contact h4 {
  margin: 5px;
}
.panel-contact .invisible {
  display: none;
}
.panel-contact p {
  padding-left: 15px;
}
