@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
p{
	font-size: 2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }




/* CSS Beranda Pesantren Akmaliah Salafiah
 * --------------------------------------- */
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

 
#beranda {
	    width: 100%;
   /* min-height: 100vh;
    max-height: calc(100vh - 120px); */
    background: url(./akm_imgs/akmaliah-050.jpg) bottom center;
    background-size: cover;
    position: relative;
}

#section2 {
    background-image: url(./akm_imgs/border-ornament-long-footer.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    border-top: none;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100px;
}

#section1{
  height:100vh;
  /* background-image:url(img/akmaliah-055.jpg);
  background-color:rgba(96,96,96,1.00); */
    display: flex;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#beranda:before {
	content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
   /* height: 100vh;*/
}

#beranda .beranda-container {
 	position: absolute;
    bottom: 0;
    top: -3vmin;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
 }


#beranda .logopas {
	width: 43vmin;
	min-width: 28vh;
	cursor: pointer;
} 

#beranda .mahaad {
	width: 75vmin;
    margin: -1vmin 0 1vmin 0;
}

#beranda .text-logo {
	font-size: 5.1vmin;
    font-weight: 700;
	line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin: 2vmin 0px 2vmin 0px;
    font-family: "Times New Roman", Times, serif;
}

#beranda .text-desc {
    font-size: 3vmin;
    font-weight: 300;
    margin-bottom: 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Times New Roman", Times, serif;
}

#beranda .tombol-kajian {
font-family: 'Oswald', sans-serif;
color:white;padding:.5em;
font-size:2vmin;
font-weight: 700;
margin-top: 0px;
cursor: pointer;
letter-spacing: 2px;
background-color: #007f3d;
text-transform: uppercase;
}

#beranda .tombol-radio{
color:white;
padding:.0em .0em .0em .0em;
font-size:2vmin;
font-weight: 700;
margin:1em 0em 0.5em 0px;

}


.wrapper-20 {
    left: 0;
    width: 100%;
    text-align: center;
    padding: .7em 0 .7em 0;
    /*z-index: 1;*/
   overflow: hidden;
    position: absolute;
    bottom: 0.5vmin;
}

.wrapper-button {
    width: auto;
    text-align: center;
    letter-spacing: 2px;
    min-width: 100vmin;
}


.radio-pas{

}


@media screen and (max-device-height: 360px) and (orientation: landscape) {

#beranda .logopas {
	width: 33vmin;
	min-width: 20vh;
} 

#beranda .mahaad {
	width: 65vmin;
    margin: -3vmin 0 -1vmin 0;
}

#beranda .text-logo {
	font-size: 4vmin;

    margin: 1vmin 0px -1vmin 0px;

}

#beranda .text-desc {
    font-size: 2.3vmin;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: ;
}

#beranda .tombol-kajian {
font-size:1.9vmin;
margin-top: 0px;
letter-spacing: 2px;
}

#beranda .tombol-radio{
font-size:1.5vmin;
margin:0.3em 0em 0.5em 0px;

}


#box-login{

width: 330px !important;
    height: 340px !important;
}




/*
#beranda .beranda-container {

   top:5vmin;

 }

 #beranda .text-desc {

    margin-bottom: 10px;
   
}

.wrapper-20{
  	
  	width: 45vmin;
	left: -10px;



  }

  .wrapper-button {
  
    min-width:auto;
}
 */
 }




.hidden-kajian{
	display: none !important;
}



	#header, #footer{
		position:fixed;
		height: 0px;
		display:block;
		width: 100%;
		background: rgba(0, 0, 0, 0.2);
		z-index:9;
		text-align:center;
		color: #f2f2f2;
		padding: 0 0 0 0;
	}

	#header{
		top:0px;
	}
	#footer{
		bottom:0px;
	}


#PopupKalamHikmah .modal-content{
	font-size: 3vmin !important;
}

#PopupKalamHikmah .modal-content p{
    color: black;
    font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
    text-align: inherit;
}

blockquote:before {
    color: #FFF0B2;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}


#hkajian{
	background-color: ;
    background: url(akm_imgs/ending-tulisan-jadwal.png), url(akm_imgs/irongrip.png);
    background-position: bottom center, center center;
    background-repeat: no-repeat, repeat;
    color: rgba(4,70,31,1.00);
}


#myBtn {
  display: ; /* Hidden by default */
  position: absolute; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  /*background-color: #007f3d;  Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  /*padding: 15px; /* Some padding */
  border-radius: 100%; /* Rounded corners */
  font-size: 18px; /* Increase font size */

    background: rgb(255 255 255 / 23%);
    box-shadow: 0px 0px 10px #fff;
   background-image: url(akm_imgs/flat-logo-ornament.png), url(akm_imgs/gradient-buku.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center bottom;
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}


#jam {
	    width: 150px;
    height: 170px;
  display: ; /* Hidden by default */
  position: absolute; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  left: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  /*background-color: #007f3d;  Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

.closetombol{
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}



#login-button{
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  margin: auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(3,3,3,1);
  overflow: hidden;
  opacity: 0.7;
  box-shadow: 10px 10px 30px #000;}

/* Login container */
#box-login{
position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 430px;
    height: 440px;
    border-radius: 5px;
    background: rgb(255 255 255 / 23%);
    box-shadow: 0px 1px 13px #fff;
    display: none;
    background-image: url(akm_imgs/flat-logo-ornament.png), url(akm_imgs/gradient-buku.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center bottom;
}

.close-btn{
  position: absolute;
  cursor: pointer;
  font-family: 'Open Sans Condensed', sans-serif;
  line-height: 20px;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 10px;
  opacity: .5;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.close-btn:hover{
  opacity: .5;
}

/* Heading */
#judul{
 font-family: 'Open Sans Condensed', sans-serif;
    position: relative;
    margin-top: -15px;
    padding: 10px;
    text-align: center;
    font-size: 3.7vmin !important;
    color: #ddd !important;
    text-shadow: 3px 3px 10px #000;
        font-weight: 700;

}

/* Inputs */
#box-login a,input{
  font-family: 'Open Sans Condensed', sans-serif;
  text-decoration: none;
  position: relative;
  width: 80%;
  display: block;
  margin: 9px auto;
  font-size: 17px;
  color: #fff;
  padding: 8px;
  border-radius: 6px;
  border: none;
  background: rgba(3,3,3,.1);
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#tmblsubmit{
 font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
    padding: 4px 8px;
    background: rgba(42, 90, 8, 0.69);
}

#tmblsubmit:hover{
opacity: 0.7;
cursor: pointer;
}

#box-login input:focus{
  outline: none;
  box-shadow: 3px 3px 10px #333;
  background: rgba(3,3,3,.18);
}

/* Placeholders */
::-webkit-input-placeholder {
   color: #ddd;  }
:-moz-placeholder { /* Firefox 18- */
   color: red;  }
::-moz-placeholder {  /* Firefox 19+ */
   color: red;  }
:-ms-input-placeholder {  
   color: #333;  }

/* Link */
#box-login a{
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
  padding: 4px 8px;
  background: rgba(107,255,3,0.3);
}

#box-login a:hover{
  opacity: 0.7;
}

#remember-container{
  position: relative;
  margin: -5px 20px;
}

#box-login .checkbox {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 5px;
  border-radius: 4px;
  background: rgba(3,3,3,.2);
  display: inline-block;
  width: 16px;
  height: 15px;
}

.checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.checkbox:checked {
  background: rgba(3,3,3,.4);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.5);
  color: #fff;
}

.checkbox:checked:after {
  content: '\2714';
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 4px;
  color: #fff;
}

#remember{
  position: absolute;
  font-size: 13px;
  font-family: 'Hind', sans-serif;
  color: rgba(255,255,255,.5);
  top: 7px;
  left: 20px;
}

#forgotten{
  position: absolute;
  font-size: 12px;
  font-family: 'Hind', sans-serif;
  color: rgba(255,255,255,.2);
  right: 0px;
  top: 8px;
  cursor: pointer;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#forgotten:hover{
  color: rgba(255,255,255,.6);
}

#forgotten-container{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 260px;
  height: 180px;
  border-radius: 10px;
  background: rgba(3,3,3,0.25);
  box-shadow: 1px 1px 50px #000;
  display: none;
}

.orange-btn{
  background: rgba(87,198,255,.5);
}

.logo-akm{
     width: 70%;
    padding: 2em 0px 0.5em 0;
}

.tanggalan{
	font-size: 2vmin;
	color: #ffffff4f;
	margin-bottom: 15px;
}


@media screen and (max-device-width: 600px) and (orientation: portrait) {
.tanggalan{
	font-size: 1.5vmin;
	
	}

#judul{
 
    font-size: 3vmin !important;

	}


}