/**
* Template Name: OnePage - v4.7.0
* Template URL: https://bootstrapmade.com/onepage-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Satoshi-Regular";
  color: #FBFB2B;
  background-color: #000066;
}

a {
  color: #FBFB2B;
  text-decoration: none;
}

a:hover {
  color: #FFF;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

.page_name {
  width: 2px;
  display: block;
  position: absolute;
  margin-top: 30vh;
  right: 20px;
  word-wrap: break-word;
}
.page_image_right {
  display: block;
  right: 4vw;
  bottom: 2vh;
  position: absolute;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 40px;
  height: 40px;
  border-color: rgb(251, 251, 43);
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #3e9bdd;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #2487ce;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
input#search-box {
  display: inline-block;
  background: transparent;
  color: #ffffff;
  font-size: 20px;
  width: 100px;
  height: 30px;
  line-height: normal;
  border-bottom:#FBFB2B 0.5px solid ;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  margin-left: 30px;
}
#search {
  display: inline-block;
  padding: 0;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0 0 15px 0;
}
#header.header-scrolled {
  display: none;
  border-color: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #16507b;
}
#header .logo img {
  max-height: 150px;
}
@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
  #header .logo img {
    max-height: 100px;
  }
}
.head-mini {
  display: none;
  position: fixed;
  background-color: #000066;
  transition: all 0.5s;
  z-index: 997;
  width: 100%;
  height: 45px;
  border-bottom: #9B9BC3 1.5px solid;
  text-align: center;
}
.head-mini.showmini {
  display: block;
}
.head-mini img {
  width: 30px;
  height: 30px;
  margin-top: 5px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  margin-top: -30px;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 20px;
  color: #FBFB2B;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 20px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #ffffff;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #2487ce;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #3194db;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #2487ce;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #124265;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    color: #ffffff;
    margin-right: 20px;
  }
  .navbar {
    margin-top: 0px;
  }
  .navbar ul {
    display: none;
  }
}
@media (max-width: 480px) {
  .mobile-nav-toggle {
    margin-right: 20px;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(10, 38, 58, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  background-color: #000066;
  color: #FBFB2B;
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #ffffff;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #2487ce;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  padding: 0px;
}
.top-ban {
  width: 100%;
  height: 100%;
}
#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  padding-top: 80px;
}
#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
  color: #124265;
  font-family: "Poppins", sans-serif;
}
#hero h2 {
  color: #5e5e5e;
  margin: 10px 0 0 0;
  font-size: 22px;
}
#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #2487ce;
}
#hero .btn-get-started:hover {
  background: #3194db;
}
#hero .icon-boxes {
  margin-top: 100px;
}
#hero .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
#hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
#hero .icon-box .title a {
  color: #124265;
  transition: 0.3s;
}
#hero .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
#hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: #2487ce;
}
#hero .icon-box:hover {
  transform: scale(1.08);
}
#hero .icon-box:hover .title a {
  color: #2487ce;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-height: 800px) {
  #hero {
    /*height: auto;*/
  }
}
@media (max-width: 992px) {
  #hero {
    height: auto;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f8fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #124265;
}
.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about, #archive,#project, #zine {
  width: 100%;
  min-height: 100vh;
  padding-top: 100px;
}
#about p {
  width: 80%;
  font-size: 20px;
  margin-top: 5vh;
  margin-right: auto;
  margin-left: auto;
  text-align: justify;
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
#video {
  width: 100%;
  min-height: calc( 100vh - 45px );
}
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed {
  position: absolute; top: 10%; left: 10%; width: 80%; height: 90%;
}

/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
#archive {

}
.arch_frame {
  margin: 0 auto;
  width: 300px;
  height: 300px;
  background-size: cover;
}
.arch_text {
  position: absolute;
  margin-top: 120px;
  margin-left: 75px;
  z-index: 100;
  text-align: center;
  width: 150px;
  height: 110px;
  font-size: 20px;
  font-weight: bold;
}
.arch_cover {
  background: url("../public.images/kategori.png");
  background-size: cover;
  position: absolute;
  z-index: 100;
  width: 300px;
  height: 300px;
}
.arc_2nd_right {
  margin-left: 5px;
}
.arc_2nd_left {
  margin-right: 5px;
}
@media (max-width: 1199px) {
  .arch_frame {
    width: 280px;
    height: 280px;
  }
  .arch_cover {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 991px) {
  .arc_2nd_right {
    margin-left: auto;
  }
  .arc_2nd_left {
    margin-right: auto;
  }
}
#archive h1 {
  margin-left: 5vw;
}
.arc_single {
  width: 90%;
  margin: 10px 5vw;
}
.arc_link {
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 2vh;
  right: 2vh;
}
.arc_link img {
  width: 100%;
  height: 100%;
}
#archive2 {
  width: 100%;
  min-height: 100vh;
}
.load_more {
  display: block;
  width: 200px;
  height: 70px;
  margin: 30px auto;
  text-align: center;
}

/*--------------------------------------------------------------
# Project
--------------------------------------------------------------*/
.columns {
  width: 80%;
  font-size: 18px;
  -moz-column-width: 100%; /* Firefox */
  -webkit-column-width: 100%; /* webkit, Safari, Chrome */
  column-width: 100%;
  margin: 0 auto;
}
/*remove standard list and bullet formatting from ul*/
.columns ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* correct webkit/chrome uneven margin on the first column*/
.columns ul li:first-child {
  margin-top:0px;
}
.columns ul li {
  width: 100%;

  list-style: none;
}
.columns ul li ::marker {
  list-style: none;
}
.columns ul li > a {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-direction: row;
  line-height: 2;
}
.columns ul li > a > .left {
  flex: 4;
  text-align: justify-all;
}
.columns ul li > a > .right {
  padding: 0 10px;
  text-align: center;
  flex: 1;
}
#project2 {
  margin: 2vh 5vw;
}
.pro_ind {
  color: #ffffff;
  text-align: justify;
}
.pro_eng {
  text-align: justify;
}
@media (max-width: 991px) {
  .pro_eng {
    margin-top: 20px;
  }
  .columns {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
# ZENI
--------------------------------------------------------------*/
.book {
  width: 250px;
  min-height: 100px;
  margin: 0 auto;
  box-shadow: 0 0 5px 5px #dedef2;
}
.book img {
  width: 100%;
}
.book-title {
  width: 100%;
  text-align: center;
  font-size: 22px;
  padding-top: 10px;
  color: #FFF;
}
.zine_frame {
  width: 600px;
}
.slick-slide > book > img {
  width: 100%;

}
@media (max-width: 991px) {
  .zine_frame {
    width: 360px;
  }

}

@media (max-width: 761px) {
  .zine_frame {
    width: 220px;
  }

}

/*--------------------------------------------------------------
# SEARCH
--------------------------------------------------------------*/
.search_results {
  width: 100%;
  height: 75px;
  padding: 5px;
  margin: 20px 0;
  background-color: #034a96;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.search_results > a {
  padding: 10px 30px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #FBFB2B;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.medsos-foot {
  margin-top: 60px;
}
#footer {
  color: #444444;
  font-size: 14px;
  background: #f8fbfe;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #124265;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #2487ce;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #2487ce;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #cde5f6;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #2487ce;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #3194db;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2487ce;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #3194db;
  color: #fff;
  text-decoration: none;
}