/* Generated by less 2.5.1 */
@charset "UTF-8";
/* VAR */
/* BRAND */
/* DEFAULT */
/* ANIM */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes logobar1 {
  0% {
    height: 14px;
    margin-top: 25px;
  }
  50% {
    height: 30px;
    margin-top: 17px;
  }
  100% {
    height: 14px;
    margin-top: 25px;
  }
}
@keyframes logobar2 {
  0% {
    height: 32px;
    margin-top: 16px;
  }
  50% {
    height: 22px;
    margin-top: 21px;
  }
  100% {
    height: 32px;
    margin-top: 16px;
  }
}
@keyframes logobar3 {
  0% {
    height: 22px;
    margin-top: 21px;
  }
  50% {
    height: 32px;
    margin-top: 16px;
  }
  100% {
    height: 22px;
    margin-top: 21px;
  }
}
@keyframes logobar4 {
  0% {
    height: 16px;
    margin-top: 24px;
  }
  50% {
    height: 28px;
    margin-top: 18px;
  }
  100% {
    height: 16px;
    margin-top: 24px;
  }
}
@keyframes logobar5 {
  0% {
    height: 22px;
    margin-top: 21px;
  }
  50% {
    height: 24px;
    margin-top: 20px;
  }
  100% {
    height: 22px;
    margin-top: 21px;
  }
}
@keyframes hangsav {
  from {
    margin-left: 0;
  }
  to {
    margin-left: -98%;
  }
}
/* FRAME */
body {
  background: #f4fbfd;
  text-rendering: optimizeLegibility;
}
#page {
  animation: fadein 0.5s;
}
#content {
  padding-top: 10em;
}
.jumbotron {
  background: transparent;
  padding: 0;
}
.right {
  float: right;
}
.nopadding {
  padding: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
/* FONTOK */
body {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
}
body h1,
body h2,
body h2,
body h3,
body h4,
body strong,
body span {
  font-weight: 700;
}
body a {
  color: #26348b;
  font-size: 1em;
  transition: 0.5s ease;
}
body a span {
  font-weight: 500;
}
body a:hover {
  text-decoration: none;
  color: #26348b;
  transition: 0.5s ease;
}
/* Gombok */
.btn {
  font-size: 1em;
  color: #26348b;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5em 1em;
  border: 1px solid #26348b;
  border-radius: 0.5em;
  margin: 0.25em 0 0.25em 0;
  transition: 0.5s ease;
}
.btn:after {
  content: "\f061";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 0.8em;
  padding: 0 0.5em 0 0.75em;
  transition: 0.5s ease;
}
.btn:hover {
  background: #26348b;
  color: #ffffff;
  transition: 0.5s ease;
}
.btn:hover:after {
  color: #ffffff;
  padding: 0 0.75em 0 0.5em;
  transition: 0.5s ease;
}
