body, html {
	font-family: 'muli-regular', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #888;
	background-color: #FFFFFF;
	font-size: 18px;
}
h1, h2, h3, h4 {
	color: #444;
}
h1 strong {
	font-weight: 900;
}
h2 {
	line-height: 20px;
	margin: 0;
	font-size: 42px;
	font-weight: 300;
  font-family: 'Refrigerator', sans-serif;
}
h3 {
	font-size: 24px;
	font-weight: 400;
}
h4 {
	font-size: 20px;
	font-weight: 400;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}
a {
	color: #777;
}
a:hover, a:focus {
	text-decoration: none;
	color: #1e9fb4;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.container .row {margin-left: 0px;margin-right: 0px;}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	list-style: none;
}
.img-centered {
	margin: 0 auto;
}
hr {
	height: 2px;
	width: 60px;
	background: #01548E;
	position: relative;
	border: 0;
	margin: 30px 0 0 0;
}
/* --- Top Navigation --- */
#top-navbar {
  background-color: #E58E01;
}

#top-navbar .nav li a {
  color: #FFF;
}
#top-navbar .nav li a i {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 30px;
  color: #FFC125;
  border: 2px solid #FFC125;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 14px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#top-navbar .nav li a:hover i {
  background-color: #FFC125;
  color: #004;
}

/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(255, 255, 255, 0);
	border-color: rgba(255, 255, 255, 0);
	height: 60px
}
#menu a.navbar-brand {
	font-size: 20px;
	color: #333;
	font-weight: 400;
	letter-spacing: 1px;
}
#menu a.navbar-brand i.fa {
	color: #01548E;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #fff;
  text-shadow: 0px 0px 3px #000;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
  height: 60px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #333;
	background: #FFC125;
  height: 60px;
}

.dropdown-menu-bahasa {
	background: #fff;
	padding: 10px;
}
.dropdown-menu-bahasa li{
	width: 170px;
	padding-left: 10px;
}
.dropdown-menu-bahasa > li > a {
	padding: 10px 0px 10px 0px;
}
.dropdown-menu-bahasa > li{
	padding: 5px 0px 5px 5px;
}
.dropdown-menu-bahasa > li:hover{
	background: #ccc;
}
.dropdown-menu-bahasa > li a:hover{
	text-decoration: none;
}
.dropdown-menu > li > a {
	padding: 10px 0px 10px 0px;
}

@media (min-width: 768px){
    .navbar-form {
        margin-top: 21px;
        margin-bottom: 21px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .navbar-nav > li > .dropdown-menu, .dropdown-menu-bahasa{
        display: block;
        margin: 0;
        padding: 0;
        z-index: 9000;
        position: absolute;
        -webkit-border-radius: 10px;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
        border-radius: 0px 0px 10px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-filter: alpha(opacity=0);
        -moz-filter: alpha(opacity=0);
        -ms-filter: alpha(opacity=0);
        -o-filter: alpha(opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -ms-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    
    }
    .navbar-nav > li.open > .dropdown-menu-bahasa, .open .dropdown-menu-bahasa{
        -webkit-transform-origin: 29px -50px;
        -moz-transform-origin: 29px -50px;
        -o-transform-origin: 29px -50px;
        -ms-transform-origin: 29px -50px;
        transform-origin: 29px -50px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        -o-filter: none;
        filter: none;
        padding: 10px 0px 10px 0px;
		font-size: 16px;
    }
    .navbar-nav > li > .dropdown-menu, .dropdown-menu{
        display: block;
        margin: 0;
        padding: 0;
        z-index: 9000;
        position: absolute;
        -webkit-border-radius: 10px;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
        border-radius: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-filter: alpha(opacity=0);
        -moz-filter: alpha(opacity=0);
        -ms-filter: alpha(opacity=0);
        -o-filter: alpha(opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -ms-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    
    }
    .navbar-nav > li.open > .dropdown-menu, .open .dropdown-menu{
        -webkit-transform-origin: 29px -50px;
        -moz-transform-origin: 29px -50px;
        -o-transform-origin: 29px -50px;
        -ms-transform-origin: 29px -50px;
        transform-origin: 29px -50px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        -o-filter: none;
        filter: none;
        padding: 10px 0px 10px 0px;
		font-size: 16px;
    }
    .dropdown-menu-bahasa:before{
        border-bottom: 11px solid rgba(0, 0, 0, 0.2);
        border-left: 11px solid rgba(0, 0, 0, 0);
        border-right: 11px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        position: absolute;
        left: 100%;
        margin-left: -60%;
        top: -11px;
    }
    .dropdown-menu-bahasa:after {
        border-bottom: 11px solid #FFFFFF;
        border-left: 11px solid rgba(0, 0, 0, 0);
        border-right: 11px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        position: absolute;
        left: 100%;
        margin-left: -60%;
        top: -10px;
    }
        .dropdown-menu:before{
        border-bottom: 11px solid rgba(0, 0, 0, 0.2);
        border-left: 11px solid rgba(0, 0, 0, 0);
        border-right: 11px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        position: absolute;
        left: 100%;
        margin-left: -10%;
        top: -11px;
    }
    .dropdown-menu:after {
        border-bottom: 11px solid #FFFFFF;
        border-left: 11px solid rgba(0, 0, 0, 0);
        border-right: 11px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        position: absolute;
        left: 100%;
        margin-left: -10%;
        top: -10px;
    }
    
}
.on {
	background-color: #333 !important;
	padding: 0 !important;
  box-shadow: 0px 2px 8px #000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #333 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #FFF;
	border-color: #01548E;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

/* Slider */
.overlay {background: rgba(0,0,0,0.8);}
.slider-area{
    position: relative;
    height: 640px
}
.isi {margin-top: 5%;padding: 10% 5% 0 5%;}
#bg-slider .item-slider img{
    width: 100%;
    height: 640px
}

.slider-content{
    position: absolute;
    top: 0%;
    color: #FFF;
    width: 100%;
    height: 640px;
    background: url(../img/pattern.png) , rgba(0,0,0,0.8);
}
.slider-content h2 {
    font-size: 40px; 
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 0px 2px 2px #000;
    text-align: left;
    font-family: 'Refrigerator', sans-serif;
    text-transform: uppercase;
}
.slider-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 0px 2px 2px #000;
    text-align: left;
}
.slider-content p {
  color: #fff;
  text-align: left;
  text-shadow: 0px 2px 2px #000;
}
.slider .owl-theme .owl-controls {
    margin-top: 0px;
    position: relative;
    text-align: center;
}
.slider .owl-pagination {
    bottom: 280px;
    position: absolute;
    right: 10px;
    width: 40px;
    z-index: 9999;
}
.slider .owl-theme .owl-controls .owl-page span{
    background: #FFF
}
/* Nama Perpustakaan dan Sub Nama Perpustakaan */
.isi .desc {
  top: 30%;
  position: absolute;
  width: 100%;
  margin-top: -80px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .isi .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.isi .desc h2 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 400 !important;
}
.isi .desc h3 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .isi .desc h2 {
    font-size: 40px;
  }
  .isi .desc h3 {
  color: #fff;
  }
}
.isi .desc p {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
}
.isi .desc p a {
  color: #fff;
}
.isi .desc p a:hover, .isi .desc p a:focus {
  color: #fff !important;
}
.isi .desc p a:hover.btn, .isi .desc p a:focus.btn {
  border: 2px solid #fff !important;
  background: transparent !important;
}
.isi .desc p a.fh5co-site-name {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.isi .desc3 {
margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .isi .desc .desc2 {
    display: none;
  }
}
/* Tab Pencarian */
.tabulation {
  width: 100%;
  float: left;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
  -ms-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
  -o-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
}
.tabulation label {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
#simple-search {}
#keyword{
    background: #fcfcfc;
    border:1px solid #d1d1d1;
    color:#bebebe;
    width:90%;
    padding:6px 15px 6px 35px;
    border-radius:2px;
}
#keyword:focus{
    width:90%;
    outline:0;
}
#simple-search button {
    margin-top: 0px;
    font-size:  14px;
    background: #333;
    color: #fff;
    border: none !important;
    display: inherit;
    border-radius: 2px;
    padding:7px 11px 8px 10px;
    display: inline;
    width: auto;
    display: inline;}
.form-group .control-group .controls button {
    background-color: #FDC600;
    color: #333;
    padding: 8px 20px;
    border: none;
    border-radius: 3px;
    margin-top: 26px;
}
@media screen and (max-width: 480px) {
  .tabulation label {
    width: 40%;
  }
}
.tabulation input[type="text"] {
  background: #FFF;
  border: 1px solid #7A7A7A;
  box-shadow: none;
  font-size: 18px;
  padding: 5px 10px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #333 !important;
  width: 100%;
}
.tabulation input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333 !important;
}
.tabulation input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #333 !important;
}
.tabulation input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #333 !important;
}
.tabulation input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #333 !important;
}
.tabulation select {
    text-transform: none;
    margin-top: 9px;
}
@media screen and (max-width: 480px) {
  .tabulation input[type="text"] {
    width: 55%;
    float: right;
  }
}
@media screen and (max-width: 480px) {
  .tabulation .cs-select {
    width: 55%;
    float: right;
  }
}

.tab-content {
  padding: 30px;
}
.tab-content .btn {
  border: 1px solid #333 !important;
}
.tab-content button {
    background: #333;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
    display: inherit;
    margin-top: 1%;
    width: 100%;
    border-radius: 3px;
    padding: 2px;
}
.tab-content button:hover {
    background: #000;
  }
.nav-tabs {
  border: none;
}
.nav-tabs a {
  border: none !important;
  font-weight: bold;
  padding: 15px 20px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.nav-tabs > li > a {
  color: #333;
}
@media screen and (max-width: 768px) {
  .nav-tabs a {
    font-weight: normal;
    font-size: 13px;
    padding: 15px 10px !important;
  }
}
.nav-tabs .active a {
  border: none !important;
  background: #FFC125 !important;
  color: #333 !important;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.nav-tabs:hover a, .nav-tabs:focus a {
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

/* Mulai Sini Ya */
/* --- Section --- */

.section {
  position: relative;
}

.md-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.md-section-about {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sm-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.xs-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* --- Background Section background: url(../img/overlays/02.png) fixed , #FFC125; --- */

.bg-main {
  background-color: #FFC125;
  
}

.bg-grey {
  background-color: #F8F8F8;
}

.bg-dark {
  background-color: #333;
}

/* --- Background Image Section --- */
.bg-img  {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-attachment:fixed;
}

.bg-img.bg-half{
  width: 50%;
  background-attachment:scroll;
  background-image: url(../img/about4.jpg);
}

.bg-img.bg-half.bg-right {
  left: 50%;
}

.bg-img.overlay:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.9;
}

.bg-img.overlay:after {
  background-color: #FAB100;
}

.bg-img.bg-half.overlay:after {
  display: none;
}
/* --- Section Header --- */

.section-header {
  margin-bottom: 60px;
}

.title {
  position: relative;
  padding-left: 15px;
  font-family: 'Refrigerator', sans-serif;
}

.text-center .title {
  display: inline-block;
}

.title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background-color: #FFC125;
}

.sub-title {
  color: #64728A;
  margin-bottom: 0px;
}
/* --- Buttons --- */

.main-button , .secondary-button {
  display: inline-block;
  position: relative;
  padding: 10px 30px;
  border: 1px solid transparent;
  z-index: 1;
}

.main-button  {
  background-color: #E58E01;
  color: #FFF;
  box-shadow: 1px 1px 5px #000;
}

.secondary-button {
  background-color: #FFC125;
  color: #004;
}

.main-button:after  , .secondary-button:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 0%;
  -webkit-transition: 0.2s height;
  transition: 0.2s height;
  z-index: -1;
}

.main-button:after  {
  background-color:#FFC125;
}

.secondary-button:after  {
  background-color:#E58E01;
}

.main-button:hover:after , .secondary-button:hover:after {
  height: 100%;
}

.main-button:hover {
  color: #004;
}

.main-button:focus {
  color: #FFF;
}

.secondary-button:hover {
  color: #FFF;
}

@media only screen and (max-width: 991px) {
  .bg-img.bg-half.overlay:after {
    display: block;
  }
  .bg-img.bg-half {
    width: 100%;
  }
  .bg-img.bg-half.bg-right {
    left: 0%;
  }
}
/*------------------------------------*\
  About
\*------------------------------------*/

.about {
  margin-top: 15px;
  margin-bottom: 15px;
}

.about > img {
  width: 100%;
  border-bottom: 4px solid #FFC125;
}

/*------------------------------------*\
  Numbers
\*------------------------------------*/

.number {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 70px;
}

.number i {
  position: absolute;
  left:0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 35px;
  color: #004;
  text-align: center;
}

.number h3 {
  font-size: 28px;
  margin-bottom: 0px;
}

.number span {
  color: #004;
}
/*------------------------------------*\
  Services
\*------------------------------------*/

.service {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: 0.2s -webkit-box-shadow;
  transition: 0.2s -webkit-box-shadow;
  transition: 0.2s box-shadow;
  transition: 0.2s box-shadow, 0.2s -webkit-box-shadow;
}

.service i {
  position: absolute;
  left: 0;
  top: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 35px;
  color: #FFC125;
  text-align: center;
  text-shadow: 0px 1px 2px #000;
}

.service .service-content {
  padding: 15px 15px 15px 70px;
}

.service:hover {
  -webkit-box-shadow: 0px 0px 10px 3px #EEE;
          box-shadow: 0px 0px 10px 3px #EEE;
}
/*------------------------------------*\
  Partners
\*------------------------------------*/

.partner {
  display: block;
  border: 2px solid transparent;
}

.partner:hover {
  border-color: #FFC125;
}

.partner > img {
  width: 100%;
}

#cta-2 h3 {
    color: #004;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
  }
/*------------------------------------*\
  Link Repository
\*------------------------------------*/
.about-community {
    background: url("../img/map.png") no-repeat scroll center center / cover , transparent linear-gradient(to right, rgb(229,142,1) 0px, rgb(228, 106, 0) 100%) repeat scroll 0% 0% / 100% auto;
    padding-top: 100px;
    padding-bottom: 30px;
    min-height: 500px;
}
.pusdig {
    text-shadow: 1px 1px 2px #000;
    color: #fff;
    text-align: right;
}
#accordion i {color: #fff;text-shadow: 1px 1px 2px #000;}

.visitor-report {
  margin-top: 150px;
  color: #333;
}
/*------------------------------------*\
  Footer
\*------------------------------------*/

.footer-widget {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
}
/* -- footer logo -- */
.footer-logo .logo {
  display: inline-block;
  margin-bottom: 30px;
}

.footer-logo .logo > img{
  max-height: 50px;
}

.footer-contact li {
  margin-top: 10px;
}

/* -- footer contact -- */
.footer-contact li a {
  color: #FFC125;
}

.footer-contact li a i {
  color: #FFC125;
  margin-right: 15px;
}

/* -- footer links -- */
.footer-links li {
  margin-top: 10px;
}

.footer-links li a {
  display: inline-block;
  font-size: 14px;
  color: #FFC125;
  -webkit-transition: 0.2s color, 0.2s -webkit-transform;
  transition: 0.2s color, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s color;
  transition: 0.2s transform, 0.2s color, 0.2s -webkit-transform;
}

.footer-links li a:hover {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
  color: #FFF;
}

/* -- footer subscribe -- */
.footer-subscribe {
  position: relative;
  margin-top: 30px;
}

.footer-subscribe .input {
  padding-right: 125px;
}

.footer-subscribe button {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  padding: 0px 20px;
  background: #FFC125;
  border: none;
  color: #004;
  font-size: 14px;
}

/* -- footer social -- */
.footer-social {
  margin-top: 30px;
}

.footer-social li {
  display:inline-block;
}

.footer-social li a {
  display: inline-block;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 30px;
  color: #FFC125;
  border: 2px solid #FFC125;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 14px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.footer-social li a:hover {
  background-color: #FFC125;
  color: #004;
}

/* -- Bottom Footer -- */
#footer #bottom-footer {
  background-color: rgba(0, 0, 0, 0.15);
}
#footer #bottom-footer span {
  color: #fff;
}
#footer #bottom-footer a {
  color: #FFC125;
}



/*------------------------------------*\
  Responsive
\*------------------------------------*/

@media only screen and (max-width: 991px) {

  #cta-2 {
    text-align:center;
  }


}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 480px) {
  #numbers [class*='col-xs'] {
    width:100%;
  }
  .number {
    text-align: center;
    padding: 0;
  }
  .number i {
    position: static;
  }

}


/*------------------------------------*\
  Owl theme
\*------------------------------------*/

/* -- dots -- */

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border: 1px solid #004;
  border-radius: 0px;
    background: transparent;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #004;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #004;
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
}

/* -- nav -- */

.owl-theme .owl-nav {
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  border: none;
    background: #004;
    color: #FFF;
    padding: 0px;
    width: 30px;
    height: 60px;
    line-height: 60px;
  border-radius:0;
    margin: 0;
}

.owl-theme .owl-prev {
    left: 0px;
}

.owl-theme .owl-next {
    right: 0px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 0.8;
    background: #004;
}


/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 3;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #fff;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  padding: 5px;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
a .back-to-top {
  color: #000F2B;
}
.back-to-top .fa {
  font-size: 20px;
  color: #000F2B;
} 

.back-to-top:hover {
  color: #01548E;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:focus, .back-to-top:hover {
  text-decoration: none;
}

/* The Button Becomes Visible */
.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: .6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.back-to-top.back-to-top-fade-out {
  opacity: .4;
}

.back-to-top.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.daftar-online {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 2%;
}
.control-label-s {
  font-size: 18px;
  font-weight: bold;
  display: block;
  width: 100%;
}
#birth_date {
    width: 30%;
    padding: 4px 8px;
    border-radius: 2px;
    border: 1px solid #a5a5a5;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #666;
    line-height: 20px;
    display: block;
}
/* Calendar */
#calendarPop {
    background: #FFF;
    border: 1px solid #666666;
    box-shadow: 0px 0px 3px #454040;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    width: 400px;
}
#calendarPop table td {
    position: relative;
    vertical-align: top;
    height: 48px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 10px;
    box-sizing: border-box;
}
.calendar {
    width: 100%;
    clear: both;
    font-size: 90%;
}

.calendar th {
    background: #FFFFFF;
    color: #333;
}

.calendar td {
    text-align: center;
}

.calendar td a {
    color: #555555;
    display: block;
}

.calendar td.selected {
    background-color:   #00ff70;
}

.monthyearselect {
    background: #FFFFFF;
}
#select_year, #select_month {
    width: 100px !important;
    color: #333;
}
form.clock {
    text-align: center;
}

/*-----*/

@media (max-width: 979px) {
#about-section p, #about-section h3 {
	background-color: rgba(255,255,255,0.7);
	color: #444;
}
}

@media (max-width: 768px) {
.content {
	padding: 40% 0 0;
}
#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.3);
}
}

@media (max-width: 603px) {
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 12% 0;
}
}

@media (max-width: 360px) {
.hover-bg .hover-text {
	padding: 22% 10%;
}
}
/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 3;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #fff;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  padding: 5px;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.back-to-top .fa {
  font-size: 20px;
  color: #333;
} 

.back-to-top:hover {
  color: #01548E;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:focus, .back-to-top:hover {
  text-decoration: none;
}

/* The Button Becomes Visible */
.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: .6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.back-to-top.back-to-top-fade-out {
  opacity: .4;
}

.back-to-top.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.daftar-online {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 2%;
}
.control-label-s {
  font-size: 18px;
  font-weight: bold;
  display: block;
  width: 100%;
}
#birth_date {
    width: 30%;
    padding: 4px 8px;
    border-radius: 2px;
    border: 1px solid #a5a5a5;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #666;
    line-height: 20px;
    display: block;
}