#jSplash .rect .logo > span {
  width: 300px;
}

#navigation .navbar-nav > li > a:after {
  top: inherit;
}

.pininfo {
  margin-top: 25px;
}

.pininfo .bullet-bloc {
  margin-left: 48px;
  vertical-align: top;
}

.pininfo .bullet {
  float: left;
  display: block;
  background-color: #f36b30;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  margin: 5px 0;
}

@media (max-width: 767px) {
  .profile .profile-description {
    margin-top: 30px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .profile .profile-description .item {
    width: 75%;
    position: relative;
    margin-bottom: 30px;
  }

  .profile .profile-description > .item.text-right {
    left: auto;
    margin-left: -90px;
    padding-right: 30px;
  }

  .profile .profile-description > .item.text-left {
    left: 0;
    margin-left: 90px;
  }

  .profile .profile-description > .item:last-child {
    margin-bottom: 0;
  }

}