html, h1,h2, h3, h4, h5, h6, hr{
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('Roboto/Roboto-Regular.ttf');
  src: url('Roboto/Roboto-Regular.ttf') format('ttf'),
       url('Roboto/Roboto-Regular.ttf') format('truetype');
}

/*header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 5px 100px;
  box-sizing: border-box;
  box-shadow: 0 2px 10px #000;
  background-color: #fff;
  z-index: 10;
}*/

header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  box-shadow: 0 2px 10px #000;
  background-color: #fff;
  z-index: 10;
}

header .menu-header{
  max-width: 1140px;
  height: 60px;
  margin: 0 auto;
}

header .menu-header .logo-instansi{
  float: left;
}

header .menu-header .logo-instansi img{
  height: 50px;
  margin-top: 5px;
  transition: .5s;
}

header .menu-header nav{
  float: right;
}
header .menu-header nav ul{
  margin: 0;
  padding: 0;
  display: flex;
}

header .menu-header nav ul li{
  list-style: none;
  position: relative;
  border-top: 1px solid rgba(200,200,200,.8);
}

header .menu-header nav ul li:hover ul li a{
  line-height: 40px;
  color: #262626;
}

header .menu-header nav ul li:hover a{
  text-decoration: none;
  color: #179bd7;
}

header .menu-header nav ul li a{
  line-height: 60px;
  color: #262626;
  padding:0 20px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

header .menu-header nav ul li ul li{
  display: block;
  width: 200px;
  background-color: #fff;
}
header .menu-header nav ul li ul li:hover a{
  color: #179bd7;
  transition: .2s;
}

header .menu-header .menu-toggle{
  color: #000;
  float: right;
  line-height: 60px;
  font-size: 24px;
  cursor: pointer;
  display: none;
  transition: .5s;
}

header .menu-header .menu-aktif{
  color: #179bd7;
}

@media (min-width: 992px){
  header .menu-header nav ul li ul{
    position: absolute;
    left: 0;
    background-color: #fff;
    max-height:0em; 
    overflow:hidden; 
  }
  header .menu-header nav ul li:hover ul{
    max-height:15em; 
    display: block;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
  }
}

@media (max-width: 991px){
  header .menu-header .menu-toggle{
    display: block;
  }
  header .menu-header {
    padding: 0 10px;
    height: 60px;
  }
  header .menu-header .logo-instansi img{
    height: 50px;
  }
  header .menu-header nav ul li a{
    line-height: 40px;
  }
  header .menu-header .menu-toggle{
    line-height: 60px;
  }
  header .menu-toggle{
    margin-left: 200px;
  }
  header .menu-header nav{
    position: absolute;
    width: 50%;
    height: calc(100vh - 50px);
    background-color: #eee;
    top: 60px;
    left: -100%;
    transition: 0.5s;
  }
   header .menu-header nav ul{
    display: block;
    text-align: left;
  }
  header .menu-header nav ul li ul{
    position: absolute;
    left: 0;
    background-color: #fff;
    display: none; 
  }
  header .menu-header nav ul li{
    border-bottom: 1px solid rgba(200,200,200,.8);
  }
  header .menu-header nav ul li.sub-menu:before{
    content: '\f0d7';
    font-family: fontAwesome;
    position: absolute;
    line-height: 50px;
    color: #000;
    right: 5px;
    transition: .5s;
  }
  header .menu-header nav ul li.active.sub-menu:before{
    content: '\f0d8';
  }
  header .menu-header nav ul li.sub-menu:before{
    line-height: 40px;
  }
  header .menu-header nav.active{
    left: 0;
  }
  header .menu-header nav ul li.active ul{
    display: block;
    position: relative;
    background-color: #fcfcfc;
  }
  header .menu-header nav ul li ul li{
    width: 50%;
  }
}



/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #3EC1D5;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #3EC1D5;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #3cd6ed;
  color: #fff;
}

.clear {
  clear: both;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none !important;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url('../img/preloader.gif') no-repeat center center;
}


/*----------------------------------------
  6.Faq Area
----------------------------------------*/
.sarana-area {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 25px;
  font-family: 'Roboto-Regular';
}
.section-judul-sarana{
  border-bottom: 2px solid #289dcc;
  margin-bottom: 15px;
}
.section-judul-sarana h3{
  font-size: 16px;
  font-weight: bold;
  background-color: #289dcc;
  color: #fff;
  padding: 6px 12px;
  display: inline-block;
}
.sarana-details .panel-heading {
  padding: 0;
}

.sarana-details .panel-default>.panel-heading {
  background-color: transparent;
  border: medium none;
  color: #333;
}

.sarana-details h4.check-title a {
  color: #333;
  display: block;
  font-weight: 700;
  letter-spacing: 2px;
  margin-left: 40px;
  padding: 6px 10px;
  text-decoration: none;
}

.sarana-details .panel-body {
  padding: 15px 15px 0px 50px;
  text-align: justify;
}

.sarana-img {
  width: 100%;
}

.sarana-details h4.check-title {
  color: #444;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.sarana-details a span.acc-icons {
  position: relative;
}

.sarana-details a span.acc-icons::before {
  color: #333;
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}

.sarana-details h4.check-title a.active, .sarana-details a.active span.acc-icons::before {
  color: #3EC1D5;
}

.sarana-details a.active span.acc-icons::before {
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}



/* ----------------------------------------------------------------
      INFO DAN AGENDA
-----------------------------------------------------------------*/
.agenda-area {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 30px;
  font-family: 'Roboto-Regular';
}
.section-judul-agenda{
  border-bottom: 2px solid #e73d0e;
  margin-bottom: 15px;
}
.section-judul-agenda h3{
  font-size: 16px;
  font-weight: bold;
  background-color: #e73d0e;
  color: #fff;
  padding: 6px 12px;
  display: inline-block;
}

.section-judul-agenda-all{
  margin-bottom: 20px;
  text-align: center;
}
.section-judul-agenda-all h3{
  font-size: 36px;
  font-weight: 600;
  color: #179bd7;
  margin-bottom: 10px;
}
.section-judul-agenda-all hr{
  border-bottom: 3px solid #19d9fa;
  width: 75px;
  margin: 0 auto;
}

.agenda-box-calender{
  float: left;
  margin-right: 10px;
}
.agenda-box-bulan{
  background-color: #253b80;
  width: 70px;
  height: 15px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.agenda-box-bulan h3{
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
}
.agenda-box-tanggal{
  background-color: #179bd7;
  width: 70px;
  height: 30px;
  text-align: center;
  overflow: hidden;
}
.agenda-box-tanggal h2{
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-shadow: 2px 2px #505ba0, 3px 3px #505ba0, 4px 4px #505ba0;
}
.agenda-box-tahun{
  background-color: #179bd7;
  width: 70px;
  height: 20px;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.agenda-box-tahun h3{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 2px 2px #505ba0;
  line-height: 15px;
}


.agenda-box-content{
  min-height: 70px;
  margin-bottom: 5px;
}
.agenda-box-content h2.kegiatan{
  color: #0a72a1;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}
.agenda-box-content h2.lokasi{
  color: #0a72a1;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
.agenda-box-content h2.waktu{
  color: #0a72a1;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
.border-agenda{
  border-bottom: 2px solid #ccc; 
  margin-top: 5px; 
  margin-bottom: 10px;
}
.btn-detail-agenda{
  text-align: center;
  margin-top: 10px;
}
.btn-detail-agenda a{
  border: 1px solid #000;
  padding: 5px 20px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  border-radius: 30px;
  transition: .3s;
}
.btn-detail-agenda a:hover{
  background-color: #3cd6ed;
  border: 1px solid #fff;
  color: #fff;
  transition: .3s;
}


/* ----------------------------------------------------------------
      BERITA
-----------------------------------------------------------------*/

.berita-area {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 25px;
  font-family: 'Roboto-Regular';
}
.all-berita-area {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: 'Roboto-Regular';
}


.section-judul-berita{
  margin-bottom: 20px;
  text-align: center;
}
.section-judul-berita h3{
  font-size: 36px;
  font-weight: 600;
  color: #179bd7;
  margin-bottom: 10px;
}
.section-judul-berita hr{
  border-bottom: 3px solid #19d9fa;
  width: 75px;
  margin: 0 auto;
}

/*.section-judul-berita{
  border-bottom: 2px solid #289dcc;
  margin-bottom: 15px;
}
.section-judul-berita h3{
  font-size: 16px;
  font-weight: bold;
  background-color: #289dcc;
  color: #fff;
  padding: 6px 12px;
  display: inline-block;
}*/
.single-berita{
  width: 100%;
  margin-bottom: 20px;
  text-align: justify;
}
.single-berita img{
  width: 100%;
  height: 200px;
}
.berita-meta{
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}
.berita-meta .post-icon {
  margin-right: 15px;
  margin-left: 5px;
}
.berita-meta .post-icon a {
  text-decoration: none;
}
.berita-meta .post-icon i {
  margin-right: 2px;
}
.berita-text{
  height: 140px;
  overflow: hidden;
}
.berita-text a{
  text-decoration: none;
}
.berita-text h3{
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 22px;
}
.berita-text p{
  font-size: 15px;
}
.btn-detail-berita{
  text-align: center;
}
.btn-detail-berita a{
  border: 1px solid #000;
  padding: 5px 20px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  border-radius: 30px;
  transition: .3s;
}
.btn-detail-berita a:hover{
  background-color: #3cd6ed;
  border: 1px solid #fff;
  color: #fff;
  transition: .3s;
}


/* BERITA DETAIL */
.berita-detail-area {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: 'Roboto-Regular';
}
.detail-judul-berita{
  text-align: center;
  margin-bottom: 25px;
  margin-top: 10px;
}
.detail-judul-berita h3{
  margin-bottom: 10px;
}
.detail-berita-content{
  text-align: justify;
  font-size: 16px;
}
.detail-berita-content img{
  width: 100%;
  max-height: 500px;
  margin-bottom: 25px;
}


/* ----------------------------------------------------------------
      PENGUMUMAN
-----------------------------------------------------------------*/
.pengumuman-area {
  background-color: #fff;
  padding-top: 25px;
  font-family: 'Roboto-Regular';
}
.section-judul-pengumuman{
  margin-bottom: 20px;
  text-align: center;
}
.section-judul-pengumuman h3{
  font-size: 36px;
  font-weight: 600;
  color: #179bd7;
  margin-bottom: 10px;
}
.section-judul-pengumuman hr{
  border-bottom: 3px solid #19d9fa;
  width: 75px;
  margin: 0 auto;
}
.pengumuman-content{
  border: 1px solid #ccc;
  border-radius: 15px;
  margin: 20px 0;
}
.pengumuman-gambar img{
  width: 100%;
  max-height: 200px;
}
.pengumuman-detail{
  padding: 15px;
  text-align: justify;
}
.pengumuman-detail h3{
  font-size: 14px; 
  font-weight: bold;
  margin-bottom: 5px;
  color: #37a51c;
}
.pengumuman-detail h2{
  font-size: 16px; 
  font-weight: bold; 
  margin-bottom: 5px;
  color: #3f68c4;
}
.pengumuman-detail p{
  margin-bottom: 10px;
}
.pengumuman-detail a{
  text-decoration: none;
  padding: 7px 15px;
  border-radius: 5px;
  font-size: 16px;
  background-color: #23a123;
  color: #fff;
}
.pengumuman-detail a:hover{
  background-color: #0e890e;
}


/* ----------------------------------------------------------------
      KATA SAMBUTAN
-----------------------------------------------------------------*/

.sambutan-area {
  background: rgba(248, 248, 248, 0.8) url("img/background/bg1.jpg") no-repeat fixed center top / cover;
  font-family: 'Roboto-Regular';
  position: relative;
}
.sambutan-overly {
  background: rgba(0, 0, 0, 0.80);
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-judul-sambutan{
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: center;
}
.section-judul-sambutan h3{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.section-judul-sambutan hr{
  border-bottom: 2px solid #fff;
  width: 100px;
  margin: 0 auto;
}
.section-content-sambutan{
  text-align: center;
  padding-bottom: 25px;
}
.section-content-sambutan img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.section-content-sambutan .text-sambutan{
  height: 118px;
  margin-bottom: 25px;
  overflow: hidden;
}
.section-content-sambutan p{
  display: block;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  line-height: 28px;
}
.btn-detail-sambutan{
  margin-bottom: 20px;
}
.btn-detail-sambutan a{
  border: 1px solid #fff;
  padding: 5px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  transition: .3s;
}
.btn-detail-sambutan a:hover{
  background-color: #3cd6ed;
  transition: .3s;
}



/* ----------------------------------------------------------------
      KATA SAMBUTAN DETAIL
-----------------------------------------------------------------*/
.sambutan-detail-area {
  background-color: #fff;
  padding-top: 25px;
  font-family: 'Roboto-Regular';
}
.section-judul-sambutan-detail{
  margin-bottom: 20px;
  text-align: center;
}
.section-judul-sambutan-detail h3{
  font-size: 36px;
  font-weight: 600;
  color: #179bd7;
  margin-bottom: 10px;
}
.section-judul-sambutan-detail hr{
  border-bottom: 3px solid #19d9fa;
  width: 75px;
  margin: 0 auto;
}

@media (max-width: 600px) {
 	.section-content-sambutan-detail{
	  padding-bottom: 25px;
	}
	.foto-sambutan-detail{
	  text-align: center;
	} 
	.foto-sambutan-detail img{
	  width: 250px;
	  height: 250px;
	  margin-bottom: 25px;
	} 
}

@media (min-width: 601px) {
  	.section-content-sambutan-detail{
	  padding-bottom: 25px;
	}
	.foto-sambutan-detail img{
	  width: 250px;
	  height: 250px;
	  margin-bottom: 5px;
	  margin-right: 20px;
	  float: left;
	}
}

.section-content-sambutan-detail .text-sambutan-detail{
  margin-bottom: 25px;
}
.section-content-sambutan-detail p{
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}


/* ----------------------------------------------------------------
      VISI MISI
-----------------------------------------------------------------*/
.visi-misi-area {
  background-color: #fff;
  padding-top: 25px;
  font-family: 'Roboto-Regular';
}
.section-judul-visi-misi{
  margin-bottom: 20px;
  text-align: center;
}
.section-judul-visi-misi h3{
  font-size: 36px;
  font-weight: 600;
  color: #179bd7;
  margin-bottom: 10px;
}
.section-judul-visi-misi hr{
  border-bottom: 3px solid #19d9fa;
  width: 75px;
  margin: 0 auto;
}
.section-content-visi-misi-img{
  margin-bottom: 25px;
  margin-top: 10px;
}
.section-content-visi-misi-img img{
  width: 100%
}
.section-content-visi-misi{
  margin-bottom: 25px;
  margin-top: 10px;
  font-size: 18px;
}

/* ----------------------------------------------------------------
      STRUKTUR ORGANISASI
-----------------------------------------------------------------*/

.bagan-area {
  background-color: #fff;
  padding-top: 25px;
  font-family: 'Roboto-Regular';
}
.section-judul-bagan{
  margin-bottom: 20px;
  text-align: center;
}
.section-judul-bagan h3{
  font-size: 36px;
  font-weight: 600;
  color: #179bd7;
  margin-bottom: 10px;
}
.section-judul-bagan hr{
  border-bottom: 3px solid #19d9fa;
  width: 75px;
  margin: 0 auto;
}
.section-content-bagan{
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.section-content-bagan img{
  width: 100%;
}


/* ----------------------------------------------------------------
      DIREKTORI
-----------------------------------------------------------------*/
.direktori-area {
  background-color: #fff;
  padding-top: 25px;
  font-family: 'Roboto-Regular';
}
.section-judul-direktori{
  margin-bottom: 20px;
  text-align: center;
}
.section-judul-direktori h3{
  font-size: 36px;
  font-weight: 600;
  color: #179bd7;
  margin-bottom: 10px;
}
.section-judul-direktori hr{
  border-bottom: 3px solid #19d9fa;
  width: 75px;
  margin: 0 auto;
}
.section-content-direktori{
  margin-bottom: 25px;
  margin-top: 10px;
  font-size: 18px;
}
.section-content-direktori h2{
  text-align: center;
  margin-bottom: 30px;
}


.direktori-guru .panel-heading {
  padding: 0;
}

.direktori-guru .panel-default>.panel-heading {
  background-color: transparent;
  border: medium none;
  color: #333;
}

.direktori-guru h4.check-title a {
  color: #333;
  display: block;
  font-weight: 700;
  letter-spacing: 2px;
  margin-left: 40px;
  padding: 6px 10px;
  text-decoration: none;
}

.direktori-guru .panel-body {
  padding: 15px 15px 0px 50px;
  text-align: justify;
}

.direktori-guru .guru-img {
  width: 150px;
  height: 175px;
  margin-bottom: 10px;
}

.direktori-guru .tabel {
  width: 100%;
  margin-bottom: 15px;
}

.direktori-guru .tabel tr td{
  padding: 2px 0;
  font-size: 16px;
}


.direktori-guru h4.check-title {
  color: #444;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.direktori-guru a span.acc-icons {
  position: relative;
}

.direktori-guru a span.acc-icons::before {
  color: #333;
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}

.direktori-guru h4.check-title a.active, .direktori-guru a.active span.acc-icons::before {
  color: #3EC1D5;
}

.direktori-guru a.active span.acc-icons::before {
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}

.mar-top-60{
  margin-top: 60px;
}
.mb-15{
  margin-bottom: 15px;
}
.img-alumni{
  width: 200px;
  height: 225px;
  margin-bottom: 7px;
}
.warna-merah{
  color: red;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}
.siswa-img {
  width: 70px;
  height: 75px;
}


.btn-alumni{
  border: 1px solid #000;
  padding: 5px 20px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  transition: .1s;
  margin-top: 15px;
}
.btn-alumni:hover{
  background-color: #3cd6ed;
  border: 1px solid #fff;
  color: #fff;
  transition: .1s;
}


/* ----------------------------------------------------------------
      GALEI FOTO
-----------------------------------------------------------------*/

.galeri-foto-area {
  background-color: #fff;
  padding-top: 25px;
  font-family: 'Roboto-Regular';
}
.section-judul-foto{
  margin-bottom: 20px;
  text-align: center;
}
.section-judul-foto h3{
  font-size: 36px;
  font-weight: 600;
  color: #179bd7;
  margin-bottom: 10px;
}
.section-judul-foto hr{
  border-bottom: 3px solid #19d9fa;
  width: 75px;
  margin: 0 auto;
}
.section-content-foto{
  width: 100%;
  margin-top: 30px;
}
.single-galeri-foto {
  overflow: hidden;
  margin-bottom: 30px;
}

.galeri-foto-img {
  display: block;
  width: 100%;
  position: relative;
}
.galeri-foto-img img{
  width: 100%;
  height: 100%;
}
.galeri-foto-img>a {
  text-decoration: none;
  display: block;
  position: relative;
}
.single-galeri-foto:hover .galeri-foto-img>a::after {
  opacity: 1;
}
.single-galeri-foto:hover .add-actions {
  opacity: 1;
  bottom: 0;
}
.galeri-foto-img>a::after {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}
.add-actions {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}
.galeri-foto-deskripsi {
  display: block;
  height: 100%;
  width: 100%;
}
.galeri-foto-deskripsi a {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
}
.galeri-foto-deskripsi h4 {
  margin-bottom: 5px;
}
.galeri-foto-deskripsi h4:hover {
  color: #fff;
}
.galeri-foto-deskripsi h4 {
  color: #ddd;
  font-size: 16px;
  margin-top: -45px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}
.galeri-foto-deskripsi span {
  color: #ddd;
  font-size: 13px;
}
.btn-detail-foto{
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.btn-detail-foto a{
  border: 1px solid #000;
  padding: 5px 20px;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  border-radius: 30px;
  transition: .3s;
}
.btn-detail-foto a:hover{
  background-color: #3cd6ed;
  border: 1px solid #fff;
  color: #fff;
  transition: .3s;
}


/* ----------------------------------------------------------------
      LINK
-----------------------------------------------------------------*/

.link-area {
  background-color: #fff;
  padding-top: 20px;
  font-family: 'Roboto-Regular';
}
.section-judul-link{
  border-bottom: 2px solid #289dcc;
  margin-bottom: 15px;
}
.section-judul-link h3{
  font-size: 16px;
  font-weight: bold;
  background-color: #289dcc;
  color: #fff;
  padding: 6px 12px;
  display: inline-block;
}

.link-alamat {
  font-size: 14px;
  font-weight: bold;
  color: #505ba0;
  margin-bottom: 5px;
}

.link-alamat a{
  text-decoration: none;
}

.tombol-link{
  margin-bottom: 15px;
  margin-top: 10px;
}
.tombol-link a{
  border: 1px solid #000;
  padding: 2px 20px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  border-radius: 30px;
  transition: .3s;
}
.tombol-link a:hover{
  background-color: #3cd6ed;
  border: 1px solid #fff;
  color: #fff;
  transition: .3s;
}


/* ----------------------------------------------------------------
      LINK
-----------------------------------------------------------------*/

.video-area {
  background-color: #fff;
  padding-top: 20px;
  font-family: 'Roboto-Regular';
}
.section-judul-video{
  border-bottom: 2px solid #e73d0e;
  margin-bottom: 15px;
}
.section-judul-video h3{
  font-size: 16px;
  font-weight: bold;
  background-color: #e73d0e;
  color: #fff;
  padding: 6px 12px;
  display: inline-block;
}


.tombol-video{
  text-align: center;
  margin-bottom: 15px;
  margin-top: 10px;
}
.tombol-video a{
  border: 1px solid #000;
  padding: 2px 20px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  border-radius: 30px;
  transition: .3s;
}
.tombol-video a:hover{
  background-color: #3cd6ed;
  border: 1px solid #fff;
  color: #fff;
  transition: .3s;
}

/* ----------------------------------------------------------------
      PROFIL SEKOLAH
-----------------------------------------------------------------*/

.profil-area {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: 'Roboto-Regular';
}
.section-judul-profil{
  border-bottom: 2px solid #e73d0e;
  margin-bottom: 15px;
}
.section-judul-profil h3{
  font-size: 16px;
  font-weight: bold;
  background-color: #e73d0e;
  color: #fff;
  padding: 6px 12px;
  display: inline-block;
}







/* ----------------------------------------------------------------
      FOOTER
-----------------------------------------------------------------*/

.footer-area {
  padding: 40px 0;
  background: #f9f9f9;
}

.footer-head p {
  color: #444;
}

.footer-head h4 {
  color: #444;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo h2 {
  color: #222;
  padding: 0;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo h2 span {
  color: #3ec1d5;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid #444;
  color: #444;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
}

.flicker-img>a {
  float: left;
  padding: 1px;
  width: 33.33%;
}

.footer-icons {
  margin-top: 30px;
}

.footer-contacts p span {
  color: #3EC1D5;
  font-weight: 700;
}

.popular-tag ul li {
  display: inline-block;
}

.footer-content {
  display: block;
  overflow: hidden;
}

.popular-tag ul li a:hover, .footer-icons ul li a:hover {
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  color: #fff;
}

.popular-tag ul li a {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 5px 3px;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  width: 70px;
  text-align: center;
}

.footer-area-bottom {
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 15px 0;
}

.copyright-text a:hover {
  text-decoration: underline;
  color: #3EC1D5;
}

.copyright-text a {
  color: #444;
}

.copyright>p {
  margin-bottom: 0;
  color: #444;
}

.copyright a, .credits a {
  color: #3EC1D5;
}

.credits {
  padding-top: 5px;
  text-align: center;
}

.venobox-area {
  background: #f8fcfc none repeat scroll 0 0;
  padding: 30px 0;
}

.suscribe-area {
  background: #3EC1D5 none repeat scroll 0 0;
  padding: 30px 0;
}

.suscribe-text {
  display: block;
  padding: 10px 0;
}

.suscribe-text h3 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sus-btn {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #3EC1D5;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 100px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
}

.sus-btn:hover {
  background: #3EC1D5 none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
}