/* ======== Fonts ======== */
@font-face {
  src: url(../fonts/abril/AbrilText-Bold.ttf);
  font-family: "AbrilText-Bold";
}

@font-face {
  src: url(../fonts/proxima_nova_bold.ttf);
  font-family: "Proxima-Nova-Bold";
}

@font-face {
  src: url(../fonts/proxima_nova_reg.ttf);
  font-family: "Proxima-Nova-Regular";
}

body {
  font-family: "Proxima-Nova-Regular", sans-serif;
}

p {
  color: #777;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.orange-button {
  padding: 15px 25px 13px;
  background-color: #ED7446;
  color: #FFFFFF;
}

.orange-button:hover {
  color: #FFFFFF;
  background-color: #fc8355;
}

.title-section {
  font-family: "AbrilText-Bold", sans-serif;
  text-align: center;
  color: #30393F;
  letter-spacing: .07em;
}

.mt50 {
  margin-top: 50px;
}

/* ======== Header Section ======== */

.navbar {
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  background-color: #FFFFFF;
  border: none;
}

.navbar.active-scroll {
  background-color: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
}

.navbar .navbar-brand {
  padding: 15px;
  height: auto;
}

.navbar .navbar-nav {
  margin-top: 12px;
  background-color: #FFFFFF;
}

.navbar .navbar-nav li a {
  padding-right: 40px;
  font-size: 14px;
  font-family: "Proxima-Nova-Regular", sans-serif;
  letter-spacing: .07em;
}

.navbar .navbar-nav li a:hover {
  background-color: #FFFFFF;
  color: #E77817;
}

.navbar .navbar-nav li a:focus {
  background-color: #FFFFFF;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #E77817;
  background-color: #FFFFFF;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #E77817;
  background-color: #FFFFFF;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.dropdown-menu {
  border-radius: 10px;
  border: none;
  box-shadow: 0 5px 16px -2px rgba(0, 0, 0, .17);
}

.dropdown-menu>li>a {
  padding: 10px 20px;
  transition: all .2s ease;
  color: #959ca7;
  font-size: 14px;
  letter-spacing: .07em;
}

/* ======== Main Banner Section ======== */

#main-banner {
  height: 650px;
  background: url('../img/background-banner.png') no-repeat center center #fafafa;
  background-size: cover;
}

#main-banner h1 {
  margin-top: 140px;
  font-family: "AbrilText-Bold", sans-serif;
  font-size: 48px;
  color: #30393F;
  letter-spacing: .07em;
}

/* ======== Profile Section ======== */

#profile {
  padding-top: 40px;
}

#profile .screen-container {
  width: 75%;
  height: auto;
  border: 1px #c3c3c3;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 -1px 6px 0 #ececec;
}

#profile .screen-description {
  height: 30px;
  border-top: 1px solid #e6e6e6;
}

#profile .features-screenshot {
  margin-top: 21px;
  margin-left: 21px;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

/* ======== Fitur section ======== */

#fitur {
  margin-top: 65px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 90px;
  background-color: #fafafa;
  -webkit-transform: skew(0deg, -3deg);
  -ms-transform: skew(0deg, -3deg);
  transform: skew(0deg, -3deg);
}

#fitur .fitur-inner {
  -webkit-transform: skew(0deg, 3deg);
  -ms-transform: skew(0deg, 3deg);
  transform: skew(0deg, 3deg);
  text-align: left;
}

#fitur .fitur-item {
  display: block;
  height: 165px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  transition: all .2s ease;
  text-align: center;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all .2s ease;
}

#fitur .fitur-item img {
  height: 85px;
}

#fitur .fitur-item-heading {
  font-size: 16px;
  font-weight: 300;
  color: #8b929c;
  cursor: default;
}

#fitur .fitur-item:hover {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .09);
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

#fitur .section-headline-orange {
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 40px;
  font-weight: 300;
  color: #E77817;
}

/* ======== Rangking section ======== */

#rangking {
  margin-bottom: 40px;
}

.description-rank {
  margin-bottom: 20px;
  /*color: #00b289;*/
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.description-rank .time-period {
  color: #E77817;
  font-weight: 700;
}

.no-rank {
  text-align: center;
  font-size: 36px;

}

.table-wrap {
  padding: 15px 0;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ecf0f1;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .05);
}

.table-wrap ul {
  list-style: none;
  padding-left: 0;
}

.table-wrap ul li {
  width: 100%;
  float: left;
  padding: 10px 0;
  color: #777;
  border-bottom: 1px dashed #e6e6e6;
}

.table-wrap ul li:last-child {
  border-bottom: none;
}

.description-wrap {
  border-left: 1px dashed #e6e6e6;
}

.table-wrap ul li .instanstion-img {
  height: 50px;
  float: left;
}

.table-wrap ul li .instantion-wrap {
  float: left;
}

.table-wrap ul li .instantion-wrap .instantion-name {
  padding-top: 10px;
  padding-left: 10px;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-wrap ul li .instantion-wrap .category-instantion {
  padding-left: 10px;
  text-transform: capitalize;
  text-align: left;
  color: #B0B0B0;
}

.table-section-right {
  border-left: 1px dashed #e6e6e6;
  border-top: none;
}

/* Tabs panel */
.tabbable-panel {
  margin-top: 40px;
}

/* Default mode */
.tabbable-line>.nav-tabs {
  border-bottom: 1px solid #e6e6e6;
  margin: 0px;
}

.tabbable-line>.nav-tabs>li {
  margin-right: 2px;
}

.tabbable-line>.nav-tabs>li>a {
  border: 0;
  margin-right: 0;
  color: #737373;
}

.tabbable-line>.nav-tabs>li>a>i {
  color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
  border: 0;
  background: none !important;
  color: #E77817;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
  color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
  margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
  position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
  border-top: 0;
  color: #E77817;
}

.tabbable-line>.nav-tabs>li.active>a>i {
  color: #404040;
}

.tabbable-line>.tab-content {
  background-color: #fff;
  border: 0;
  padding: 15px;
}

.portlet .tabbable-line>.tab-content {
  padding-bottom: 0;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
  border: none;
}

#footer-area .footer-top {
  padding-top: 80px;
  padding-bottom: 30px;
  background-color: #353736;
  color: #adadad;
}

#footer-area .footer-top .footer-subtitle {
  margin-bottom: 15px;
  border-bottom: 1px dotted #4c525a;
  color: #fff;
  font-size: 14px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

#footer-area .footer-top p {
  font-size: 14px;
}

#footer-area .footer-top ul li {
  margin-bottom: 10px;
}

#footer-area .footer-top ul li i {
  float: left;
  margin-right: 10px;
}

#footer-area .footer-top ul li a {
  font-size: 14px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  color: #b1b1b1;
  text-decoration: none;
}

#footer-area .footer-top ul li a:hover {
  color: #FFFFFF;
}

#footer-area .footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #333534;
}

#footer-area .footer-bottom .footer-copyright-text {
  color: #6d6d6d;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: transparent;
}

.scrollToTop {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    position: fixed;
    bottom: 40px;
    right: 40px;
    line-height: 30px;
    border-radius: 2px;
    display: none;
    cursor: pointer;
}

.scrollToTop:hover {
    color: #FFFFFF;
    background-color: #1A1A1A;
}

/* ======== Mitra Perpustakaan ======== */
#title-background {
	position: relative;
	padding-top: 80px;
	height: 300px;
	background: url('../img/background-title.jpg') repeat;
}


/* ======== Responsive CSS ======== */

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: 10px;
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #e6e6e6;
  }
}

@media (max-width: 767px) {
	.table-section-right {
		border-left: none;
		border-top: 1px dashed #e6e6e6;
	}

	.navbar-toggle {
		margin-top: 18px;
	}

	#footer-area .footer-top ul {
		margin-bottom: 30px;
	}
}