@charset "utf-8";
/* CSS Document 
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500italic,700);
@import 'https://fonts.googleapis.com/css?family=Farsan';
/*@import url(https://fonts.googleapis.com/css?family=La+Belle+Aurore);*/
/*@import url(https://fonts.googleapis.com/css?family=Dancing+Script:400,700);*/
body{
  /*background-image: url(img/bar-coklat.jpg), url(img/ornament.png);
  background-repeat:repeat-x, repeat;*/
  padding-bottom:75px;
  background-color: #FFFFFF;
  background-image:url(img/gradient-green-akm.png);
  background-position:top left;
  background-repeat:repeat-x;
  }
h2{
  font-family: 'Raleway', sans-serif;
  font-weight:700;
  color:#fff;
  
    }
small{
  color: #DFCE8E !important;
  font-family: 'Raleway', sans-serif;
  font-size:1.2em !important;
  text-align:center;
  margin-top:15px;
  }
/*#1EB461 #4F1475 #0l76832 #352509 #B47503 #007f3d #55a477 #007f3d*/
.blue{
  /*background-color: #2020E9;*/
  min-height: 100px;
  }
.height-15{
  width:100%;
  height:15px;
  display:block;
  margin:0;
  padding:0;}
.abcde{
  width:190px;
  position:relative;
  margin-top:5px;
  display:block;
  float:left;
  }
.red{
  /*background-color:red;*/
  }
.centering{
  display:block;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  width:80%;}
.akmaliah{
    padding-top:15px;
    margin-bottom:15px;}
.akmaliah h1{
  text-align:center;
  margin-bottom:0;
  font-size: 30px;
  font-family: 'times', serif;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  font-weight:700;
  color:#007f3d;}
.akmaliah h4{
  text-align:center;
  color:#414042;
  font-size: 20px;
  margin-top:0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);}
.akmaliah img{
  text-align:center;
  display:block;
  margin:auto;}
.btn-primary{
  background-color:#FFEFAD;
  border:none;
  color:#007f3d;
  -webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
  }
.btn-success{
  background-color:#00CB62;
  color:#FFFFFF;
  border:none;}
.btn-primary:hover,.btn-primary:focus{
  background-color:#352509;
  border:none;
  color:#FFEFAD;
  }
#myCarousel{
  /*border-top:#007f3d solid 5px;*/
  padding-top:10px;
  background-image:url(img/border-carousel.png);
  background-repeat:no-repeat;
  background-position:top left;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.90);
     -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.90);
          box-shadow: 0 8px 6px -6px rgba(0,0,0,0.90);}
.carousel-caption h1{
  font-size:3em;
  
  }
.carousel-inner{
  /*border-top:#00CB62 solid 5px;*/
  
  }
.list-beranda{
  display:none;}
.maahad{
  height:70px;
  background-image:url(img/maahad.png);
  background-position:center center;
  background-repeat:no-repeat;
  background-color:rgba(255,255,255,.50);
  /*border-top:#4F1475  solid 3px;*/
  border-bottom:#ccc  solid 5px;
  /*margin-left:-15px;
  margin-right:-15px;*/}
.kalam-hikmah{
  background-color:#007f3d;
  background-image: url(img/flat-logo-ornament.png), url(img/green-gradient-kalamhikmah.png)  /*,url(img/ornament-kanan-bawah.png)*/;
  background-repeat:no-repeat, repeat-x/*, no-repeat*/;
  background-position:left top, right bottom/*,right bottom*/;
  border-radius:0 0 15px 15px;
  min-height:120px;
  padding-top:30px;
  padding-bottom:30px;
  color:#00CB62;
  /*border-top:#00CB62 solid 5px;*/
  }
.kalam-hikmah p{
  text-align:center;
  color: #FFF;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size:0.9em;
  letter-spacing: 2px;
  }
.kalam-hikmah p::first-letter {
  font-family: 'Dancing Script', cursive; 
    font-size: 280%;
    color:#FFF0B6;
  font-weight:700;
  border-radius:3px;
}
.kalam-hikmah h2{
  font-weight: 700;
  text-align: center;
  font-size: 3.5em;
  color: #FFF0B2;
  }
blockquote {
  /*background: #f9f9f9;*/
  /*border-left: 8px solid #FFF0B2;
  margin: 1.5em 10px;
  padding: 0.5em 10px;*/
  /*quotes: "\201C""\201D""\2018""\2019";*/
}
blockquote:before {
  color: #FFF0B2;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
/*.kolom-isi h2{
  margin-left:-40px;
  color:#FFEFAD;
  background-color:#352509;
  padding-left:30px;
  padding-top:2px;
  padding-bottom:2px;
  border-radius:0 15px 15px 0;
  }
  
  
.kolom-isi{
  background-color:#00CB62;
  border-radius:15px;
  min-height:200px;
  }*/
  
.logo-akm-2 img{
  position: fixed;
width: 100px;
height: 100px;
left: 50%;
margin-left: -50px;
top:5px;
z-index:100;
transition: transform 0.2s;

  }

.logo-akm-2 :hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
  top:6px;
      opacity: 0.9;
}


.kolom-isi h2{
  color:#007f3d;
  text-align:center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  margin-bottom:45px;
  margin-top:45px;
  font-size:3em;
  }
.kolom-isi img{
  text-align:center;
  display:block;
  margin:auto;
  /*margin:-15px auto 15px auto;*/
  } 
  
.kolom-isi{
  /*background-color:#C4DBC4;*/
  background-color:#d0e2d8;
  background-image:/*url(img/ornament-kanan-bawah-ungu.png), */url(img/shadow-kolom-kotak.png);
  background-repeat:/*no-repeat,*/ repeat-x;
  background-position:/*bottom right,*/ top left;
  border-radius:0;
  min-height:220px;
  padding-bottom:30px;
  padding-top:5px;
  margin-top:-30px;
  /*border-top:#4F1475 solid 5px;*/
  /*-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.3);*/
  }
  
.akmhead{
  /*background-color:#352509;*/
  /*border-bottom:solid 5px #B47503;*/
  
  }
.streaming h3{
  font-family: 'Raleway', sans-serif;
  font-weight:700;
  font-size:1.6em;
  text-align:center;
  /*background-color:#c2dacd;*/
  padding-left:5px;
  padding-right:5px;
  color:#007f3d;
  margin-bottom:15px;
  }
.streaming h4{
  font-family: 'Raleway', sans-serif;
  text-align:center;
  /*background-color:#c2dacd;*/
  padding-left:5px;
  padding-right:5px;
  color:#007f3d;
  margin-top:0px;
  margin-bottom:15px;
  }
.streaming, .streaming h5{
  font-family: 'Raleway', sans-serif;
  font-weight:700;
  text-align:center;
  /*background-color:#c2dacd;*/
  background-color:#fff;
  border-radius:5px 5px 15px 15px;
  padding-left:15px;
  padding-right:15px;
  padding-top:0px;
  padding-bottom:30px;
  border-top:#00CB62 solid 5px;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.50);
     -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.50);
          box-shadow: 0 8px 6px -6px rgba(0,0,0,.50);
  }
.btn-streaming{
  font-size:1.2em;
  text-transform:uppercase;
  background-color:#007f3d;
  display:inline-block;
  margin-bottom:0px;
  cursor:pointer;
  color:#ffffff;
  width:100%;
  border-radius:15px 5px 0 0;
  padding:10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  -webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
  }
.btn-streaming-2{
  font-size:1.2em;
  text-transform:uppercase;
  background-color:#087438;
  display:inline-block;
  margin-bottom:5px;
  cursor:pointer;
  color:#ffffff;
  width:100%;
  border-radius:0 0 15px 5px;
  padding:10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  -webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
  }
.btn-streaming:hover, .btn-streaming-2:hover{
  background-color:#00CB62;
  display:inline-block;
  cursor:pointer;
  color:#FFF;
  text-decoration:none;
  }
.streaming-footer{
  margin:0;
  padding:0;
  width:300px;
  float:left;}
.btn-streaming-footer{
  background-image:url(audionya/css/playpause-putih.png);
  background-position:top left;
  background-repeat:no-repeat;
  background-color:#007f3d;
  display:inline-block;
  cursor:pointer;
  width:45%;
  padding:8px 8px 8px 35px;
  margin:4px -1px;
  text-decoration:none;
  color:#FFFFFF;
  font-weight:700;
  font-size:.8em;
  text-align:left;
  border-radius:15px 2px 2px 15px;
  height:32px;
  }
.artikel-akm{
  background-image:url(img/akmaliah-055.jpg);
  background-position:center center;
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height:100vh;
  padding-top:30px;
  margin-bottom:-60px;
  }
.kalam-akm{
  background-image: url(img/akmaliah-055.jpg);
  background-position:bottom left;
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-size: 100% auto;
  min-height:800px;
  padding-top:30px;
  margin-bottom:-60px;
  }
.beranda-akm{
  background-image:url(img/seamless-akm2016.jpg);
  background-position:bottom left;
  background-repeat:repeat;
  background-attachment: fixed;
  padding-bottom:60px;
  border-top:#404040 solid 1px;
  padding-top:0px;
  margin-top:60px;
  margin-bottom:-30px;
  
  }
.galeri-akm{
  
  background-image:url(img/akmaliah-060.jpg);
  background-position:bottom left;
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-size: 100% auto;
  min-height:800px;
  padding-top:30px;
  margin-bottom:-60px;
  text-align:center;
  }
.galeri-akm img{
  width:20%;
  height:auto;
  border:rgba(255,255,255,1.00) solid 5px;
  margin:auto;}
.konten{
  background-color: rgba(255,255,255,0.95);
  min-height:200px;
  padding:60px;
  background-image:url(img/flat-logo-ornament-grey.png), url(img/ending-tulisan.png);
  background-repeat:no-repeat, no-repeat;
  background-position:left top, center bottom;
  border-radius:15px 30px 0 0;
  float:left;
  /*margin-top:-215px;*/
  /*border-left: inset 15px;
  border-color: #FFFFFF;*/
  border-left: 15px solid  #EFEFEF;
  margin-bottom:60px;
  }
.konten-kalam{
  min-height:250px;
  padding:60px;
  background-color:rgba(255,255,255,1.00);
  background-image:url(img/flat-logo-ornament-grey.png);
  background-repeat:no-repeat;
  background-position:left top;
  margin-bottom:60px;
  margin-top:60px;
  border-bottom:solid 5px #007f3d;
  border-top:solid 5px #007f3d;
  }
.konten-kalam h4{
  color:#007f3d;
  }
.konten .konten-foto{
  width:70%;
  height:auto;
  border:solid 5px #FFFFFF;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(224,224,224,1);
-moz-box-shadow: 2px 2px 2px 0px rgba(224,224,224,1);
box-shadow: 2px 2px 2px 0px rgba(224,224,224,1);
margin:auto;
margin-bottom:15px;
margin-top:15px;
  }
.sidebar{
  background-color:#007f3d;
  background-image:url(img/shadow-side.png), url(img/shadow-side.png);
  background-position:top left, bottom left;
  background-repeat:repeat-x, repeat-x;
  min-height:200px;
  margin-left:0px;
  margin-top: 15px;
  float:right;
  padding:30px 13px 30px 13px;
  border-radius:5px 15px 15px 5px;
  }
.sidebar-kalam h3{
  color:rgba(255,255,255,1.00);
  }
.sidebar-kalam{
  background-color:#007f3d;
  background-image:url(img/shadow-side.png), url(img/shadow-side.png);
  background-position:top left, bottom left;
  background-repeat:repeat-x, repeat-x;
  min-height:200px;
  margin-left:0px;
  margin-top:60px;
  float:right;
  padding:30px;
  border-radius:15px;
  }
.sidebar h3{
  color:rgba(255,255,255,1.00);
  }
  article{
    font-family: 'Raleway', sans-serif;
  }
.konten p, .kalam-akm-1 p, .konten ol{
  color: #676767;
  font-family: 'Raleway', sans-serif;
  font-size: 1.2em;
  text-align: inherit;
  }

.konten address{
  color: #676767;
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
  text-align: left;
font-style:italic;
  }

.konten h2, .konten-kalam h2{
  color: #007f3d;
  font-family: 'Raleway', sans-serif;
  margin-bottom:15px;
  }
.konten h5, .kalam-akm-1 h5{
  color:rgba(160,160,160,1.00);
  font-style:italic;
  }
.tulisan-arab, div.tulisan-arab p{
  text-align:right !important;
  padding-left:0px;
  padding-right:10px;
  color: #007f3d !important;
  font-size:1.3em !important;
  margin-top:15px;
  margin-bottom:15px;
  }
.hari{
  color:#00CB62;
  }
.kalam-akm-1{
  background-color:rgba(255,255,255,1.00);
  
  padding:15px;
  border-top:solid 5px #00CB62;
  
  -webkit-box-shadow: 0px 1px 2px 0px rgba(168,168,168,1);
-moz-box-shadow: 0px 1px 2px 0px rgba(168,168,168,1);
box-shadow: 0px 1px 2px 0px rgba(168,168,168,1);
border-radius: 0px 0px 15px 15px;
-moz-border-radius: 0px 0px 15px 15px;
-webkit-border-radius: 0px 0px 15px 15px;

  }
.kalam-akm-1 h1 {
  color:#FFFFFF;
  background-color:#00CB62;
  display: inline;
  padding:3px;
  }
.kalam-akm-2{
  padding:15px;
  border-top:solid 5px #B47503;
  margin-bottom:20px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(168,168,168,1);
-moz-box-shadow: 0px 1px 2px 0px rgba(168,168,168,1);
box-shadow: 0px 1px 2px 0px rgba(168,168,168,1);
border-radius: 0px 0px 15px 15px;
-moz-border-radius: 0px 0px 15px 15px;
-webkit-border-radius: 0px 0px 15px 15px;

  }
.kalam-akm-2 h1 {
  color:#FFFFFF;
  background-color:#B47503;
  display: inline;
  padding:3px;
  }
.kalam-akm-3{
  padding:15px;
  border-top:solid 5px #4F1475;
  margin-bottom:20px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(168,168,168,1);
-moz-box-shadow: 0px 1px 2px 0px rgba(168,168,168,1);
box-shadow: 0px 1px 2px 0px rgba(168,168,168,1);
border-radius: 0px 0px 15px 15px;
-moz-border-radius: 0px 0px 15px 15px;
-webkit-border-radius: 0px 0px 15px 15px;

  }
.kalam-akm-3 h1 {
  color:#FFFFFF;
  background-color:#4F1475;
  display: inline;
  padding:3px;
  }
.kalam-akm-1 img{
margin-bottom:15px;}
.buku{
  background-color:rgba(0,0,0,.10);
  border-top:solid 5px #00CB62;
  
  margin-top:100px;
  /*padding-top:30px;*/}
.ringkasan{
  min-height:250px;
  background-color:rgba(255,255,255,1.00);
  background-image:url(img/flat-logo-ornament-grey.png);
  background-repeat:no-repeat;
  background-position:left top;
  border-radius:0 0 15px 15px;
  border-top:solid 5px #00CB62;
  padding-bottom:15px;
  /*border-left: inset 15px;
  border-color: #FFFFFF;*/
  margin-bottom:60px;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.50);
     -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.50);
          box-shadow: 0 8px 6px -6px rgba(0,0,0,.50);
  }
.ringkasan h2{
  color:#B47503;
  margin-top:15px;}
.ringkasan p, .detail-buku p{
  color: #676767;
  font-family: 'Raleway', sans-serif;
  font-size: 1.2em;
  text-align: inherit;
  line-height: normal;
  }
.ringkasan img{
  margin:15px auto 15px auto;
  display:block;
  height:auto;
  width:200px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(224,224,224,1);
-moz-box-shadow: 2px 2px 2px 0px rgba(224,224,224,1);
box-shadow: 2px 2px 2px 0px rgba(224,224,224,1);}
.detail-buku{
  background-color: rgba(252,252,252,1.00);
  min-height:200px;
  border-top:solid 5px #B47503;
  line-height: normal;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.50);
     -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.50);
          box-shadow: 0 8px 6px -6px rgba(0,0,0,.50);}
.detail-buku h2{
  color:#00CB62;
  margin-top:15px;}
.senisastra{
  background-color: rgba(255,255,255,0.95);
  min-height:200px;
  padding:60px;
  background-image:url(img/flat-logo-ornament-grey.png), url(img/ending-tulisan.png);
  background-repeat:no-repeat, no-repeat;
  background-position:left top, center bottom;
  border-radius:15px 30px 0 0;
  float:left;
  text-align:center;
  border-left: 15px solid  #EFEFEF;
  margin-bottom:60px;
  }
  
.senisastra h2{
  color: #007f3d;}
.senisastra h4{
  color: #7C7C7C;
  font-size:1.2em;
  font-style:italic;} 
.senisastra p{
  color:#676767;
  font-size:1.2em;} 
.wrapper-play{
  position:fixed;
  bottom:30px;
  left:50%;
  width:201px;
  z-index:9999;
  margin-left:-100.5px;
  } 
.musik{
  margin-bottom:120px;
  padding:0;
  }
  
.musik h2{
  color:#ffffff;
  text-align:center;
  background-color:#007f3d;
  margin:0;
  padding:30px 0 10px 0;
  }
  
.musik h4{
  color:#ffffff;
  text-align:center;
  background-color:#007f3d;
  margin:0;
  }
    
.mplayer{
  /*background-color:rgba(0,0,0,1.00);*/
  margin-bottom: 5%;
  margin-right: 20px;
  padding:0;}
.item-center{
  text-align:center;
  justify-content:center;
  display:flex;}
.akm-footer{
  height:30px;
  background-color:#000000;
  position:fixed;
  bottom: 0;
  left:10%;
  width:70%;
  max-width:1200px;
    }
.akm-footer-2 p{
  color:#007f3d;
  font-size:0.8em;
  font-weight:700;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);}
.gap-horizontal{
  width:190px;
  display:block;
  position:relative;
  height:1px;
  float:left;
  margin:0;}

/*.navbar-default{
  background-color:red;
  border-radius: 30px;
  color:#FFFFFF;
  height:50px;}
.navbar-default .navbar-nav > li > a{
  color:#FFFFFF;}*/
  
/*.logoakm{
  background-color:#4444;
  display:block;
  position:fixed;
  top:0;
  z-index:1050;
  text-align:center;
  }*/
/*.logoakm{
  min-width:50px;
  min-height:50px;
  max-height:140px;
  max-width:140px;
   display: block;
  max-width: 100%;
  height: auto;
  background-color:#4444;
  display:block;
  position:fixed;
  top:77px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:1050;
  text-align:center;
  
  font-family: 'KaushanScriptRegular'; 
   font-weight: normal; 
   font-style: normal; 
text-align: center !important ;}
  */
.navbar-fixed-top{
  padding-top:25px;
  padding-bottom:25px;
  }

.nav-akm{
  
  text-align:center;
  }
.navbar-default{
  padding-bottom:35px;
  background-color:#FFFFFF;
  background-image:url(img/putih.png), url(img/border-ornament-long.png) ;
  background-position:bottom center, bottom center;
  background-repeat:no-repeat, repeat-x;
  border-bottom:none;
  } 
.navbar-default .navbar-nav > li > a {

  width: auto;
  max-width: 100%;
  min-width: 50px; /** **/
  color: #007f3d;
  font-family: 'Raleway', sans-serif;
  font-weight:700;
  font-size:1.2em;
  -webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
  border-radius:30px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FFFFFF;
  background-color: transparent;
}
.nav > li > a:visited,
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color:  #007f3d !important;
  
  }
 .navbar-brand{
   display:none;}
.navbar-inverse{
  background-color:#000000;
  background-image:url(img/border-ornament-long-footer.png);
  background-repeat:repeat-x;
  background-position:bottom left;
  border-top:none;
  padding-top:0px; 
  padding-bottom:0px;
  height:66px; 
  }
/*.navbar-text p{
  color: #B7B7B7;
  }*/
.main-container {
  padding: 40px 15px;
}

.akm-footer-kecil{
  background-color:rgba(0,0,0,1.00);
  height:30px;
  display:none;}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: none;
          background-clip: none;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
  

 .videocontent {
  width:80%;
  max-width: 640px;
  margin: 0 auto;
} 
.galeri-menu{
  width:20% !important;}
/* Small Devices, Tablets */
    @media only screen and (max-width : 1180px) {
    .sidebar{
  background-color:#007f3d;
  min-height:200px;
  margin-left:0px;
  padding: 30px 15px 30px 15px;
  margin-bottom:15px;
  margin-top:0;
  float:none;
  clear:both;
  border-radius:15px;
  }
    }
/* Small Devices, Tablets */
    @media only screen and (max-width : 992px) {
.artikel-akm{
  min-height:100vh;
  padding-top:30px;
  margin-bottom:-60px;
  }
.carousel-caption p{
  display:none;}
.sidebar{
  background-color:#007f3d;
  min-height:200px;
  margin-left:0px;
  padding-top:15px;
  padding-bottom:30px;
  margin-bottom:150px;
  margin-top:0;
  float:none;
  clear:both;
  border-radius:15px;
  }
.streaming{
  padding:0 15px 15px 15px;
  margin-bottom:15px;
  margin-left:25%;
  margin-right:25%;
  }
.kalam-hikmah{
  padding:15px;
  border-radius:0 0 15px 15px;
  }
.kalam-hikmah h2{
  font-size:2em;}
.kolom-isi{
  margin-bottom:15px;}
.konten{
  background-color: rgba(255,255,255,0.95);
  min-height:200px;
  padding:30px;
  background-image:url(img/flat-logo-ornament-grey.png);
  background-repeat:no-repeat;
  background-position:left top;
  border-radius:0 15px 0 0;
  margin-top:0px;
  float:none;
  }
    }
  
 /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 767px) {
    
body{
  padding-bottom:0;}    
.navbar-fixed-top{
  padding-top:0px;
  padding-bottom:0px;
  }
.navbar-default{
  padding-bottom:0px;
  background-color:#FFFFFF;
  background-image:none ;
  /*background-position:bottom center, bottom left;
  background-repeat:no-repeat, repeat-x;*/
  border-bottom:none;
  } 
.navbar-brand{
   display: block;
   color:#007f3d;
   padding-top:5px;
   }
.navbar-brand img {
        margin-top: 0px;
height:140%;
width:auto;
    }
.navbar-brand a{
  color:#007f3d;}
.logo-akm-2 img{
  position: fixed;
  display:none;
width: 80px;
height: 80px;
left: 50%;
margin-left: -40px;
top:10px;
z-index:100;
  }
.akmaliah h1{
  font-size:1.5em;}
.akmaliah h4{
  font-size:1em;}
.akmaliah img{
  width:70%;
  height:auto;}
#myCarousel{
  display:;}
.maahad{
  display:none;}
.list-beranda{
  display:block;
  background-color:rgba(255,255,255,1.00);
  padding:30px 15px;
  margin-bottom:15px;
  border-top:#B47503 solid 5px;
  border-bottom:#B47503 solid 5px;}
.list-beranda img{
  width:100%;
  height:auto;
  }
.list-beranda h1{
  font-size:1.5em;
  color:#B47503;
  text-align:center;}
.list-beranda p{
  font-size:1em;
  color:rgba(131,131,131,1.00);
  text-align:center;}
.kalam-hikmah{
  padding:15px;
  border-radius:15px;}
.kalam-hikmah h2{
  font-size:2em;}
blockquote p{
  text-align:center;}
.kolom-isi{
  margin-bottom:15px;}
.streaming{
  padding:0 15px 15px 15px;
  margin-bottom:15px;
  }
.tulisan-arab,div.tulisan-arab p{
  text-align:center !important;
  padding-left:0px;
  padding-right:0px;
  color: #007f3d !important;
  font-size:1.2em !important;
  margin-top:15px;
  margin-bottom:15px;
  }
.akm-footer-2{
  display:none;}  
.akm-footer-kecil{
  background-color:#007f3d;
  display:block;
  margin-top:30px;
  color:rgba(255,255,255,1);
  padding-top:15px;
  padding-bottom:15px;
  min-height:45px;
  text-align:center;
  float:left;
  width:100%;
  }
.artikel-akm{
  background-image:none;
  background-position:bottom left;
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-size: 100% auto;
  min-height:100vh;
  margin-bottom:-70px;
  padding-top:30px;
  }
.konten .konten-foto{
  width:70%;
  height:auto;
  border:solid 5px #FFFFFF;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(224,224,224,1);
-moz-box-shadow: 2px 2px 2px 0px rgba(224,224,224,1);
box-shadow: 2px 2px 2px 0px rgba(224,224,224,1);
margin:auto;
margin-bottom:15px;
margin-top:15px;
  }
.wrapper-play{
  bottom:45px;
  left:50%;
  width:201px;
  z-index:9999;
  margin-left:-100.5px;
  text-align:center;
  background-color:#1d1d1d;}  
.sidebar{
  background-color:#007f3d;
  min-height:200px;
  margin-top: 15px;
  margin-bottom:100px;
  float:none;
  clear:both;
  padding:30px 15px 30px 15px;
  border-radius:5px 15px 15px 5px;
  }
.mplayer {
  margin-right: 0px;
}

    }
/* Double Extra Small Devices, Phones */ 
    @media only screen and (max-width : 544px) {
  .streaming{
    width:75%;
  padding:0 15px 15px 15px;
  margin-bottom:15px;
  margin-left:auto;
  margin-right:auto;}
  }



.navbar-default .navbar-nav > li.active > a {
  color: #FFFFFF !important; 
  background-color: #007f3d !important;
}
/***
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7);
  border-radius: 15px;
}
::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background-color:green; 
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
}
**/
/*@media only screen and (max-width:1023px) { */
  @media only screen and (min-width:768px) {
  .navbar-right {
    margin-right: -10px;
  }
   .navbar-left {
    margin-left: -10px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .navbar-default .navbar-nav > li > a {
    min-width: 0px;
    font-size: .8em;
  }
}

.caption-img {
            margin-top: -10px;
            font-style: italic;
            color: mediumseagreen;
            text-align: center !important;
        }



/** Accordion Menu **/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.accordion, .accordion ul {
  list-style-type: none;
}
.accordion > li > a {
  color: #b63b4d;
  text-decoration: none;
}
.accordion {
  width: 100%;
  max-width:;
  margin: 0px auto 20px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 15px;
  color: #007f3d;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li:hover{background-color: ;}
.accordion li:last-child .link {
  border-bottom: 0;
}
.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #007f3d;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
  right: 10px;
  left: auto;
  font-size: 12px;
  top: 20px;
}
.accordion li.open .link {
  color: #000;
}
.accordion li.open i {
  color: #000;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.submenu-akm {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  
}
.submenu-akm li {
  border-bottom: 1px solid #4b4a5e;
}
.submenu-akm a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 15px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 14px;
}
.submenu-akm a:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
}



