/*AWALNYA DARI HEADER.PHP*/
.batas-atas {
  /*padding-top:80px;*/
}

/*AWALNYA DARI FOOTER.PHP*/
html, body {
	/*height: 100%;*/
	/* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
	/*min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;*/
}

/* Set the fixed height of the footer here */
#push,
#footer {
	height: 100px;
	}

#footer {
	background-color: #f5f5f5;
}

.marginbawah5 {
  margin-bottom: 10px;
}


/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
#footer {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-default .navbar-toggle {
  display: none;
}

.panel-login {
   width:290px;
    background-color:#f5f5f5;
    opacity: 0.9;
    border-radius: 8px;
  border-color: #ccc;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  font-family: 'Calibri';
  margin: 0 auto;
}

.data-alumni {
  margin: 15px;
  border:1px solid #EDEDED;
  border-radius: 10px;
  padding: 10px;
  box-shadow:
    0px -1px 9px 1px rgba(119, 119, 119, 0.4);
  height: 450px;
}

.bawah {
  margin-bottom: 5px;
}

.data-berita {
  margin: 15px;
  border:1px solid #EDEDED;
  border-radius: 10px;
  padding: 10px;
  box-shadow:
    0px -1px 9px 1px rgba(119, 119, 119, 0.4);
  /*height: 225px;*/
}

.jarak10 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.isi-berita {
  text-align: justify;
  margin-top: 10px;
}

.datanya {
  padding-left: 20px;
  padding-top: 15px;
  height: 180px;

}

.datanyaicon {
  padding-left: 20px;
  padding-top: 15px;
}

.kotak-profil {
  border :2px solid #C3C4C6;
  padding: 10px;
  border-radius: 10px;
  margin-top: 5px;
}

}

@media (min-width: 768px) {
  .panel-login {
   width:450px;
    background-color:#f5f5f5;
    opacity: 0.9;
    border-radius: 8px;
  border-color: #ccc;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  font-family: 'Calibri';
  margin: 0 auto;
  }

  .data-alumni {
  margin: 15px;
  border:1px solid #EDEDED;
  border-radius: 10px;
  padding: 10px;
  box-shadow:
    0px -1px 9px 1px rgba(119, 119, 119, 0.4);
  height: 225px;
}

.bawah {
  margin-top: 5px;
}

.data-berita {
  margin: 15px;
  border:1px solid #EDEDED;
  border-radius: 10px;
  padding: 10px;
  box-shadow:
    0px -1px 9px 1px rgba(119, 119, 119, 0.4);
  height: 225px;
}

.jarak10 {
  margin-top: 10px;
  text-align: right;
}

.isi-berita {
  text-align: justify;
}

.datanya {
  padding-left: 20px;
  padding-top: 15px;
  height: 150px;

}

.datanyaicon {
  padding-left: 20px;
  padding-top: 15px;

}

.kotak-profil {
  border :2px solid #C3C4C6;
  padding: 10px;
  border-radius: 10px;
  margin-top: 5px;
  margin-left: 15px;
}

}



/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.kotak-profil1 {
  border :2px solid #C3C4C6;
  padding: 10px;
  border-radius: 10px;
  margin-top: 5px;
}

#wrap > .container {
	/*padding-top: 60px;*/
}
.container .credit {
	margin: 20px 0;
}

.kanan5 {
  margin-right: 5px;
}

code {
	font-size: 80%;
}

/*AWALNYA DARI LOGIN_PAGE.PHP*/
/*body {
    padding-top: 90px;
}*/

.btn-login {
  background-color: #59B2E0;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  width: 100px;
  border-color: #59B2E6;
  border-radius: 0px;
}
.btn-login:hover,
.btn-login:focus {
  color: #fff;
  background-color: #53A3CD;
  border-color: #53A3CD;
}
.forgot-password {
  text-decoration: underline;
  color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
  text-decoration: underline;
  color: #666;
}

.btn-register {
  background-color: #1CB94E;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  width: 100px;
  font-weight: normal;
  border-color: #1CB94A;
  border-radius: 0px;
}
.btn-register:hover,
.btn-register:focus {
  color: #fff;
  background-color: #1CA347;
  border-color: #1CA347;
}

/*MULAI SINI*/

body {
  font-family: 'Calibri';
  overflow-x: hidden !important; 
}

* {
  transition: all .3s ease;
}

nav.navbar.navbar-default.navbar-fixed-top {
    border:none;
    -webkit-box-shadow: 0 8px 6px -6px #746057;
     -moz-box-shadow: 0 8px 6px -6px #746057;
          box-shadow: 0 8px 6px -6px #746057;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer.footer {
    background-color:#EF2D2D;
    padding-top:10px;
    padding-bottom:10px;
    color:#fff;
    text-align:center;
    /*margin-top: 70px;*/
}

.form-login {
	margin-top: 70px;
	background-image: url(../../img/wallpaper.png);
	min-height: 595px;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.img-responsive-center {
	margin: 0 auto;
}

.title-home {
	margin-top: 30px;
}

.jarak-form {
	margin-top: 20px;
}


.panel-login>.panel-heading {
  background-color: inherit;
  text-align:center;
  border-radius: inherit;
  font-family: 'Lato';
}
.panel-login>.panel-heading a{
  text-decoration: none;
  color: #666;
  font-size: 18px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
  color: #029f5b;
  font-size: 20px;
  font-weight: bold;
}

.panel-login input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
.panel-login input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

input#email,#password,#con_password {
	box-shadow: inset 0 0 5px #DADADA;
}

textarea:focus, input:focus, .uneditable-input:focus {   
    border-color: #87D69F !important;
    box-shadow: 0 1px 1px #C0E5C6 inset, 0 0 8px #C0E5C6 !important;
    outline: 0 none !important;
}

@font-face {
 	font-family: 'Aerobold';
 	src: url('../fonts/Aero Matics Bold.ttf') format('truetype');
 }

 @font-face {
 	font-family: 'Aerolight';
 	src: url('../fonts/Aero Matics Light.ttf') format('truetype');
 }

 @font-face {
 	font-family: 'Lato';
 	src: url('../fonts/Lato-Lig.ttf') format('truetype');
 }

 .gariskanan {
 	border-right: 1px solid #C4C4C4;
 	height: 30px;
 }

 .registerku {
 	float: right;
 	padding-right: 15px;
 }

 .kanan {
 	float: right;
 }

 .kanan1 {
  text-align: right;
  padding-right: 30px;
 }

 .kiri {
 	float: left;
 }

 .jarak-forgot {
 	margin-top: 10px;
 }

 .berita {
 	background-color: #F4F4F4;
 	padding-top: 50px;
 	padding-bottom: 50px;
  margin-bottom: -10px;

 }

 h4.update-terbaru {
  text-align: left;
  color: #5E5E5E;
  font-family: 'Aerolight';
  font-size: 20px;
}

 h4.tambahfotogaleri {
  text-align: center;
  color: #5E5E5E;
  font-family: 'Aerolight';
  font-size: 20px;
  font-weight: bold;
}

 h2.update-terbaru {
  text-align: left;
  color: #5E5E5E;
  font-family: 'Aerolight';
  font-size: 30px;
}

 h3.update-terbaru {
  text-align: left;
  color: #5E5E5E;
  font-family: 'Aerolight';
  font-size: 25px;
  margin-top: 10px;
}

.font-seputar {
	font-family: 'Aerobold';
	color: #5C5C5C;
	font-weight: bold;
	font-size: 30px;
}

.button-cari {
  background-color:#EC3635;
  color: #FFFFFF;
}

.jarak-cari {
	padding-top: 25px;
}

.jarak-cari10 {
  padding-top: 10px;
}

.gambar-berita {
  width: 200px;
  height:150px;
  box-shadow:
    0px -1px 9px 1px rgba(119, 119, 119, 0.4);
}

.input-caption {
	width: 250px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
}


/*BERITA*/

.vc-item.vc_slide_post {
    width: 250px !important;
    height: 300px;
    background-color: #fff;
    margin-left: 20px;
    /*padding: 10px;*/
    /*border-radius: 10px;*/
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height:100% !important;
    padding-bottom:10px !important;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

h2.post-title,
h2.post-title a {
  font-size: 20px;
  color: #000 !important;
  font-family: 'Lato' !important;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 5px;
}

h3.post-date {
    font-size: 14px;
    margin-top: -10px;
    color: #000;
    font-family: 'Lato' !important;
    padding-left: 5px;
}

.vc-item > a.read-more{
  float: right;
    color: #EB240D;
    font-family: 'Lato' !important;
    padding-right: 10px;
}

.margintop70 {
  margin-top: 70px;
}

.header2 {
  /*background-color: #EEE;*/
  background-image: url(../../img/bg-header2.png);
  /*min-height: 595px;*/
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
}

.profil {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #FAFAFA;
}

.font-nama {
  color: #5D5D5D;
  font-family: 'Aerobold';
  font-size: 30px;
  padding-bottom: 10px;
}

.post-thumb {
  width: 250px;
  height: 170px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  /*border-bottom: 1px solid #EB240D;*/
}

.icon-header {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.menu-header {
  text-align: center;
  font-family: 'Calibri';
  color: #888687;
  font-weight: bold;
  padding-top: 10px;
}

.logo-shadow {
  -webkit-filter: drop-shadow(10px 10px 10px #fff);
    filter: drop-shadow(10px 10px 10px #fff); 
}

.left-30 {
  margin-left: -30px;
}

table.table {
  margin-bottom: -10px;
}

.galeri {
  background-color: #FAFAFA;
  padding-top: 30px;
  padding-bottom: 50px;
  /*margin-bottom: -50px;*/
}

.foto-galeri {
  width: 250px;
  height: 200px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.carousel-inner {
  text-align: center;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}

.carousel-control {
  width: 0px;
}

.carousel-indicators {
  bottom: -30px !important;
}

.alumni {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #F4F4F4;

}

.effect7
{
   box-shadow:
    0px -1px 9px 1px rgba(119, 119, 119, 0.4);
}

.per-alumni {
    /*width: 150px !important;
    height: 100px;*/
    background-color: #E04445;
    /*margin-left: 20px;*/
    /*padding: 10px;*/
    /*border-radius: 10px;*/
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height:100% !important;
    padding-bottom:10px !important;
    float: left;
    /*margin-right: 20px;*/
    margin-top: 20px;
    width: 100%;
}

.ava-thumb {
  width: 100%;
  height: 170px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  /*border-bottom: 1px solid #EB240D;*/
}

h2.nama-alumni,
h2.nama-alumni a {
  font-size: 15px;
  color: #fff !important;
  font-family: 'Lato' !important;
  padding-left: 5px;
  font-weight: bold;
  padding-bottom: 5px;
  text-align: center;
}

.edit-profil {
  background-color: #F9F9F9;
  padding-top: 30px;
  padding-bottom: 30px;
}

.margin-top10 {
  margin-top: 10px;
}

.gantifoto {
  width: 200px;
  background-color: #FF9F0C;
  color: #FFFFFF;
  height: 30px;
  border:none;
}

.gantifoto:hover {
  width: 200px;
  background-color: #FF9F0C;
  opacity: 0.7;
  color: #FFFFFF;
  height: 30px;
  border:none;
}

.form-control-edit {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FAFAFA;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.margin-50 {
  margin-bottom: -50px;
}

 .hal-berita {
  background-color: #F4F4F4;
  padding-top: 30px;
  padding-bottom: 30px;
 }

tr.tr1>td {
  border-top:0px !important;
}

tr.tr5>td {
  border-top:0px !important;
}

.konten-berita {
  text-align: justify;
  padding-top: 20px;
  padding-bottom: 30px;
}

.upload-galeri {
  background-color: #F9F9F9;
  padding-top: 30px;
  padding-bottom: 30px;
}

.foto {
  width: 270px;
  height: 200px;
  margin-top: 10px;
  z-index: 1;
}

.upload-foto {
  width: 270px;
  height: 200px;
  box-shadow:
    0px -1px 9px 1px rgba(119, 119, 119, 0.4);
  margin-top: 10px;
}

.tengah {
  text-align: center;
  padding-top: 10%;
}

.tambah-foto {
  font-size: 20px;
}

.font-upload {
  font-family: 'Calibri';
  color: #888687;
  font-weight: bold;
}

.foto-caption .text {
position:relative;
bottom:30px;
left:0px;
visibility:hidden;
}

.foto-caption:hover .text {
visibility:visible;
}

.text {
  text-align: center;
  color: #FFFFFF;
  font-family: 'Calibri';
  font-size: 15px;
}

.admin-alumni {
  background-color: #FEFEFE;
  padding-top: 30px;
  padding-bottom: 30px;
}

.foto-profil {
  width: 150px;
  height: 200px;
}


.kanankiri {
  margin-right: 10px;
  margin-left: 10px;
}

.foto-tengah {
  text-align: center;
}

div.vc-item.vc_slide_post:nth-last-child(1) {
	padding-bottom: 100px;
}

.untuk-upload {
  margin-left: 25px;
  margin-top: 30px;
}

  .form-login {
    padding-bottom: 70px !important;
  }


@media (max-width: 768px) {
  .img-responsive {
    width: 80%;
  }
}