.mode5 {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

.mode5:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  opacity: 1;
  z-index: 2;
}

.user_navigation {
  background: linear-gradient(135deg, #610680 0%, #a609d9 44%, #37064d 100%);
}

.journal_index {
  background: url(/public/site/pageHeaderTitleImage_en_US.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 280px;
}

.journal_index .site_logo {
  border: 1px solid rgb(231, 231, 231);
  background: white;
  border-radius: 10px;
  margin-bottom: 10px;
  display: none;
}

.site-name .navbar-brand,
.page-header {
  font-family: "Lora", serif;
  color: #9900cc;
  text-shadow: -1px -1px 2px rgb(150 150 150);
}

.footer .pull-right {
  display: none;
}

.footer .container .row .col-md-4 img {
  display: none;
}
.footer .container .row .col-md-4 {
  display: none;
}

.panel-default > .panel-heading,
.pkp_block .title {
  color: #ffffff;
  background: rgba(179, 220, 237, 1);
  background: -moz-linear-gradient(
    top,
    rgba(179, 220, 237, 1) 0%,
    rgba(41, 184, 229, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(179, 220, 237, 1)),
    color-stop(100%, rgba(41, 184, 229, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(179, 220, 237, 1) 0%,
    rgba(41, 184, 229, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(179, 220, 237, 1) 0%,
    rgba(41, 184, 229, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(179, 220, 237, 1) 0%,
    rgba(41, 184, 229, 1) 100%
  );
  background: linear-gradient(135deg, #610680 0%, #a609d9 44%, #37064d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#29b8e5', GradientType=0 );
}

.pkp_structure_page {
  background-image: URL(https://thumbs2.imgbox.com/23/95/y5DsCuqO_t.jpg);
}
