/* For mobile: */
.konten_berita img {
	width: 100%;
}

.modal-dialog.home {
	margin: 40% auto;
	width: 95%;
}

.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	/* background: url(http://localhost/project/stainkepri//assets/home/assets/img/logo.gif) center no-repeat rgb(0, 0, 0); */
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in {
	transition: transform .4s .2s;
	transform: translate3d(0, 0, 0);
	background-color: white !important;
}

.page-section {
	margin-top: -20px;
	padding-top: 0px;
	padding-bottom: 40px;
}

.navbar-brand {
	font-size: 0;
	width: 230px;
	height: 40px;
	min-height: 40px;
	margin: 18px 15px 18px 0;
	opacity: .8;
}

.pengumuman {
	height: 270px;
	overflow-y: scroll;
}

img-navbar {
	width: 25%;
}

/* .navbar-brand{
    width: 80%;
} */

h1.post-title {
	font-size: 30px;
	margin: 0 0 15px;
}

.widget-title {
	border-bottom: 3px solid #FDCB2C;
	display: inline-block;
}

a.list-berita:hover {
	color: green !important;
	text-decoration: none;
	cursor: pointer;
}

/* HOVER IMAGE */
.img-zoom-slowmo img {
	transform-origin: 50% 65%;
	transition: transform 5s, filter 3s ease-in-out;
	filter: brightness(110%);
}

.img-zoom-slowmo:hover img {
	filter: brightness(100%);
	transform: scale(3);
}

.img-zoom img {
	transition: transform .5s ease;
}

.img-zoom:hover img {
	transform: scale(1.5);
}

.img-zoom--colorize img {
	transition: transform .5s, filter .5s ease-in-out;
	filter: grayscale(0);
}

.img-zoom--colorize:hover img {
	filter: grayscale(50%);
	transform: scale(1.1);
}

/*  */

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.open-button:hover .middle {
	opacity: 1;
}

.middle>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

/* Home */
.berita-utama {
	height: 220px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.berita-pelengkap {
	height: 220px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.foto-berita {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.carousel-modif {
	height: 200px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.carousel-item {
	background-color: #2c3e50;
}

.carousel-caption {
	top: 5%;
}


.banner {
	padding-top: 70px;
	padding-bottom: 60px;
	background-color: #0f355a;
}

.w-100R {
	width: unset;
}

.mbR-5 {
	margin-bottom: 3rem !important;
}

.mbR-3 {
	margin-bottom: 1rem !important;
}

.mtR-0 {
	margin-top: 0px;
}

.mbR-0 {
	margin-bottom: 0px !important;
}

#particles-js {
	height: 1098px;
	position: absolute;
	width: 100%;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active {
	border-bottom: unset;
	color: #1abc9c;
}

.judul-besar {
	font-size: 35px;
}

.foto-ketua {
	height: unset;
}

#carouselExampleIndicators1 ol.carousel-indicators {
	position: absolute;
	bottom: 0;
	margin: 0;
	left: 0;
	right: 0;
	width: auto;
}

#carouselExampleIndicators1 ol.carousel-indicators li,
#carouselExampleIndicators1 ol.carousel-indicators li.active {
	float: left;
	width: 33.33%;
	height: 10px;
	margin: 0;
	border-radius: 0;
	border: 0;
	background: transparent;
}

#carouselExampleIndicators1 ol.carousel-indicators li.active {
	background: #3D9970;
}

.nama-prodi {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #07640a;
	border: 0;
	border-left: 4px solid #FDCB2C;
	font-family: "Circular Std";
	height: 64px;
	margin-top: -30px;
	padding: 10px 15px;
	z-index: 1;
	text-align: center;
}

.image-prodi {
	position: relative;
	display: block;
	height: 180px;
	background-color: #a6a6a6;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70px;
}

/* .tes{
    width: auto;
    height: 180px;
    max-width: none;
    margin-bottom: 0;
    position: relative;
    top: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
} */

/* @media only screen and (min-width: 600px) { */
@media only screen and (min-width: 575px) {
	/* For tablets: */

	/* .navbar-brand{
        width: unset;
    } */

	.carousel-modif {
		height: 400px;
	}

	.bsnav-sticky.bsnav-sticky-slide.sticked.in {
		transition: transform .4s .2s;
		transform: translate3d(0, -110%, 0)
	}

	.berita-pelengkap {
		height: 160px;
	}

	.berita-utama {
		height: 160px;
	}
}

@media only screen and (min-width: 768px) {
	/* For desktop: */

	.modal-dialog.home {
		margin: 10% auto !important;
		width: auto;
	}

	/* .navbar-brand{
        width: unset;
    } */

	/* .bsnav-sticky.bsnav-sticky-slide.sticked.in {
		transition: transform .4s .2s;
		transform: translate3d(0, -65%, 0)
	} */

	.konten_berita img {
		width: unset;
	}

	.berita-utama {
		height: 340px;
	}

	.berita-pelengkap {
		height: 200px;
	}

	.carousel-modif {
		height: 600px;
	}

	.carousel-caption {
		bottom: unset;
		top: 15%;
	}

	.w-100R {
		width: 100%;
	}

	.divider {
		width: 50px;
		height: 3px;
		padding: 0;
		margin: 0 auto;
		background: #b1b1b1;
		border: none;
	}

	.btn-nav-accordion[aria-expanded="true"] .fa-chevron-down {
		transform: rotate(180deg);
	}

	#particles-js {
		height: 582px;
	}

	#mainNav .navbar-nav>li.nav-item>a.nav-link.active {
		color: #fff;
		border-bottom: 2px solid #1abc9c;
		background-color: unset;
	}

	.judul-besar {
		font-size: 68px;
	}

	.foto-ketua {
		height: 250px;
		overflow: hidden;
	}

	.section-title h2:after {
		content: "";
		display: block;
		margin: 20px auto 15px -40px;
		width: 106px;
		border-bottom: 4px solid #FDCB2C;

		width: 370px;
		margin: 30px auto 30px -150px;
	}
}

@media only screen and (min-width: 1200px) {
	.bsnav-sticky.bsnav-sticky-slide.sticked.in {
		transition: transform .4s .2s;
		transform: translate3d(0, -70%, 0)
	}
}
