body{
	margin: 0;
	font-family: calibri;
	background-color: #ffffff;
	height: auto;
	margin-top: 50px;
}
::-webkit-scrollbar {
	width: 3px;
	height: 6px;
	cursor: pointer;
}

/* Handle */

::-webkit-scrollbar-thumb {
	background: #239596; 
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #e6dfd8; 
	transition: 0.5s ease-out;
}

a{
	font-size: 16px;
	font-weight: 600;
	color: #757575;
}

.halaman{
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

@media(max-width: 600px){
	.halaman{
		width: auto;
	}
}

/* header */

.header {
	background-color: #239596;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
	position: fixed;
	width: 100%;
	height: 70px;
	z-index: 4;
	top: 0;
}

@media(max-width: 600px){
	.header{
		height: 50px;
	}
}

.header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background-color: #fff;
}

.header li a {
	display: block;
	padding: 20px 20px;
	text-decoration: none;
}

.header li a:hover, .header .menu-btn:hover {
	color: #239596;
	transition: 0.3s ease-out;
}

.header li a.active {
  border-bottom: 3px solid #353535;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

ul.menu{
	margin-top: 10px;
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ffffff;
	border-radius: 30px;
	height: 50px;
}
@media(max-width: 600px){
	ul.menu{
		float:left;
		margin-top: -4px;
		width: 100%;
		border-radius: 0;
		height: auto;
		opacity: 0.9;
	}
}

.header .menu {
	margin-right: 50px;
	clear: both;
	max-height: 0;
	transition: max-height 1s ease-out;
}

@media(max-width: 600px){
	.header .menu{
		margin-right: 0;
	}
}

/* menu icon */

.header .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 28px 20px;
	position: relative;
	user-select: none;
}

@media(max-width: 600px){
	.header .menu-icon{
		margin-top: -1%;
	}
}

.header .menu-icon .navicon {
	background: #ffffff;
	display: block;
	height: 2px;
	position: relative;
	transition: background .5s ease-out;
	width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  	background: #ffffff;
  	content: '';
  	display: block;
  	height: 100%;
  	position: absolute;
  	transition: all .5s ease-out;
  	width: 100%;
}

.header .menu-icon .navicon:before {
  	top: 5px;
}

.header .menu-icon .navicon:after {
  	top: -5px;
}

/* menu btn */

.header .menu-btn {
  	display: none;
}

.header .menu-btn:checked ~ .menu {
  	max-height: 400px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  	background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  	transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  	transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  	top: 0;
}

/* 48em = 768px */

@media (min-width: 48em){
	.header li{
    	float: left;
	  	margin-top: 6px;
	  	margin-left: 4px;
	  	margin-right: 4px;
	}
	.header li a{
    	padding: 8px 5px;
	}
	.header .menu {
    	clear: none;
    	float: right;
    	max-height: none;
  	}
	.header .menu-icon {
    	display: none;
	}
}

.headermenu{
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

@media(max-width: 600px){
	.headermenu{
		width: auto;
	}
}

.imgiconmenu{
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 130px; 
	height:auto; 
	margin-left: 4%;
	margin-top: 8px;
}

@media(max-width: 600px){
	.imgiconmenu{
		padding: 0;
		margin-left: 31%;
		margin-top: 1%;
	}
}

#masuk{
	border: 0px solid #353535;	
}

#masuk a{
	color: #757575;
}
#masuk a:hover{
	color: #239596;
	transition: 0.5s ease-out;
}

/*================================================================================================================*/
div.flickity-viewport{
	margin-bottom: -3%;
}

@media(max-width: 600px){
	div.flickity-viewport{
		margin-bottom: -8%;
	}
}

.carousel-cell{
	margin-top: 8px;
	margin-bottom: 50px;
	width: 50%;
	height: auto;
	margin-right: 2.5%;
	border-radius: 0px;
}

@media(max-width: 600px){
	.carousel-cell{
		height: 80px;
		margin-top: 2px;
	}
}

.carousel-cell:before{
	display: block;
	content: '';
	text-align: center;
	font-size: 40px;
}

@media(max-width: 600px){
	button.flickity-button.flickity-prev-next-button.previous,button.flickity-button.flickity-prev-next-button.next{
		margin-top: -20px;
	}
}

/*@media(max-width: 600px){
	.carousel-cell{
		width: 70%;
		height: 120px;
		margin-top: 5%;
		margin-top: 0%;
	}
}*/

.imgcaro {
	width: 100%;
	height: 230px;
	border-radius: 4px;
	/*box-shadow: 4px 55px 32px -33px rgba(158,158,158,0.48);*/
}

@media(max-width: 600px){
	.imgcaro{
		height: 85px;
		width: 170px;
	}
}

button.flickity-button.flickity-prev-next-button.previous, 
button.flickity-button.flickity-prev-next-button.next{
	margin-top: -15px;
	opacity: 0.5;
}
@media(max-width: 600px){
	button.flickity-button.flickity-prev-next-button.previous, 
	button.flickity-button.flickity-prev-next-button.next{
		margin-top: -21px;
		width: 35px;
		height: 35px;
	}
}
/*================================================================================================================*/

.runningtext {
	margin-left: 3.5%; 
	margin-right: 3.5%;
	margin-top: 5%;
	background-color: #ffffff; 
	padding: 50px 20px 0px; 
	color: #239596;
	font-size: 16px;
	font-weight: 800;
	border-radius: 10px;
}

@media(max-width: 600px){
	.runningtext{
		padding: 40px 6px 6px;
		margin-top: 5%;
		font-size: 14px;
	}
}
.px-2.bg-light{
	float: left;
	margin-top: -30px;
}
@media(max-width: 600px){
	.px-2.bg-light{
		float: none;
		margin-top: -25px;

	}
}

/*================================================================================================================*/

.filtercari{
	width: 90%;
	background-color: #239596;
	border-radius: 2px;
	height: 65px;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: 5%;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	height: 70px;
}

@media(max-width: 600px){

	.filtercari{
	    width: 90%;
		font-size: 10px;
		height: 160px;
        padding: 15px;
		border-radius: 2px;
		margin-bottom: 3%;
		margin-top: -15px;
	}
}

.filtershort{
	float: left;
	margin-top: 8px;
	margin-left: 10px;
	width: 5px;
}

@media(max-width: 800px){

	.filtershort{
	    margin-top: 0;
	    margin-left: 0;
		float: none;
		width: 30%;
	}
}

.filterkota{
	float: left;
	margin-top: 8px;
	margin-left: 135px;
	width: 5px;
}

@media(max-width: 800px){

	.filterkota{
	    width: 30%;
		float: none;
		margin-top: 0;
		margin-left: 34%;
	}
}

.filtergender{
	float: left;
	margin-top: 8px;
	margin-left: 135px;
}

@media(max-width: 800px){

	.filtergender{
	    width: 30%;
		float: none;
		margin-left: 68%;
		margin-top: 0;
	}
}

.gruptxtcari{
	float: left;
}

.hargamin{
	width: 150px;
	height: 45px;
	padding: 15px 15px;
	margin-left: 5px;
	margin-top: 8px;
	border-radius: 2px;
	border: 0;
	background-color: #fff;
}

@media(max-width: 600px){

	.hargamin{
		width: 48.7%;
		margin-left: 0;
		margin-top: 45px;
		font-size: 10px;
		margin-right: -5px;
		height: 35px;
		font-size: 12px;
		font: arial;
	}
}

.hargamax{
	width: 150px;
	height: 45px;
	background-color: #fff;
	padding: 10px 10px;
	margin-left: 8px;
	margin-top: 8px;
	border-radius: 2px;
	border: 0;
}

@media(max-width: 600px){
	.hargamax{
		width: 48.7%;
		margin-left: 10px;
		font-size: 10px;
		height: 35px;
		font-size: 12px;
		font: arial;
	}
}

.inputcari{
	padding: 10px 10px;
	margin-left: 7px;
	margin-top: 8px;
	border-radius: 2px;
	border: 0;
	width: 174px;
	height: 45px;
}

@media(max-width: 600px){

	.inputcari{
		width: 48.7%;
		margin-left: 0;
		font-size: 10px;
		margin-top: 12px;
		height: 35px;
		font-size: 12px;
		font: arial;
	}
}

.filtercari input[type=text]:focus{
	outline: none;
}

.filtercari input[type=text]:active{
	outline: none;
}
.grupbtncari{
	float: right;
	margin-top: 8px;
	margin-right: -28px;
	width: 260px;
	height: 45px;
}

@media(max-width: 600px){
	.grupbtncari{
		width: 48.7%;
		margin-top: -35px;
		margin-right: 0.5%;
		height: 35px;
	}
}
.btncari{
	height: 45px;
	margin-left: 10px;
	width: 40%;
	padding: 10px;
	border-radius: 2px;
	background-color: #353535;
	color: #ffffff;
	border: 0;
	cursor: pointer;
}

@media(max-width: 600px){
	.btncari{
		width: 47.1%;
		padding: 10px;
		margin-top: 0px;
		font-size: 10px;
		border-radius: 2px;
		margin-left: 0px;
		height: 35px;
		font-size: 12px;
		font: arial;
	}
}

.btncari:hover , .btncari:focus , .btncari:active{
	background-color: #21ad39;
	transition: 0.8s;
	transition: 0.5s ease-out;
}

.btnreset{
	height: 45px;
	margin-left: 7px;
	width: 40%;
	padding: 10px 0;
	border-radius: 2px;
	background-color: #AAA;
	color: #ffffff;
	border: 0;
	font-size: 12px;
	font: arial;
}

@media(max-width: 600px){
	.btnreset{
		float: right;
		width: 47.1%;
		padding: 7.8px 0px;
		margin-top: 0px;
		border-radius: 2px;
		margin-right: 0px;
		height: 35px;
	}
}

.btnreset:hover , .btnreset:focus , .btnreset:active{
	background-color: #AB0000;
	transition: 0.8s;
	transition: 0.5s ease-out;
}

.linkbtncari{
	color:#ffffff; 
	text-decoration: none; 
	font-weight: 100;
	padding: 8px 23px;
	font-size: 14px;
}

@media(max-width: 600px){
	.linkbtncari{
		font-size: 11px;
		padding: 5px 18px;
	}
}

/*================================================================================================================*/

/* The container must be positioned relative: */

.custom-select {
	position: absolute;
	font-family: Arial;
	border: 0px solid #dfdfdf;
	border-radius: 2px;
}

@media(max-width: 600px){
	.custom-select{
		width: 26%;
		
	}
}

.custom-select select {
	display: none; /*hide original SELECT element: */	
}

.select-selected {
	background-color: #ffffff;
	width: 130px;
	height: 45px;
	font: calibri;
	color: #757575;
	border-radius: 2px;
}

@media(max-width: 600px){
	.select-selected{
		width: 100%;
		height: 35px;
		margin-top: -2spx;
	}
}

/* Style the arrow inside the select element: */

.select-selected:after {
	position:absolute;
	content: "";
	top: 22px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #353535 transparent transparent transparent;
}

@media(max-width: 600px){
	.select-selected:after{
		top: 15px;
	}
}

/* Point the arrow upwards when the select box is open (active): */

.select-selected.select-arrow-active:after {
	border-color: transparent transparent #353535 transparent;
	top: 9px;
}

/* style the items (options), including the selected item: */

.select-items div,.select-selected {
	font: calibri;
	color: #757575;
	padding: 14px 12px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
	font-size: 14px;
}

@media(max-width: 600px){
	.select-items div,.select-selected{
		padding: 10px 14px;
		font-size: 12px;
	}
}

/* Style items (options): */

.select-items {
	margin-left: -0.5%;
	border: 1px solid #dfdfdf;
	position: absolute;
	background-color: #ffffff;
	border-radius: 2px;
	margin-top: 2%;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1;
}

/* Hide the items when the select box is closed: */

.select-hide {
  	display: none;
}

.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

/*========================================================================================================================================*/

div.row7{
	margin-left: 4.2%;
	width: 91.8%;
  	overflow: hidden;
  	/*white-space: nowrap;*/
	height: auto;
	margin-bottom: 5%;
	margin-top: 0.5%;
	
}

@media(max-width: 600px){
	div.row7{
		margin-left: 5%;
		width: 90%;	
		margin-bottom: 10%;
	}
}

div.row7 a {
  display: inline-block;
  color: #757575;
  text-align: left;
  padding-left: 0;
  text-decoration: none;
  width: 100%;
}

@media(max-width: 600px){
	div.row7 a{
		margin-top: 3%;
		margin-right: 8%;
	}
}

/*==================================================================================================================*/

.piklan{ 
	text-align: left;
	font-size: 12px;
	letter-spacing: 0.5px;
	width: 100%;
	margin-top: -14%;
	margin-bottom: 4%;
	background-color: #fdfff5;
	padding: 10px;
	opacity: 0.9;
	margin-left: 0;
}

@media(max-width: 600px){
	.piklan{
	    width: 98%;
		font-size: 9px;
		background-color: #ffffff;
		opacity: 1;
		margin-top: -1%;
		margin-bottom: 0;
		margin-left: -9px;
	}
}

.desciklan{ 
	text-align: left;
	font-size: 12px;
	font-weight: 100;
	width: 100%;
	height: 40px;
	resize: none;
	font: arial;
	border: none;
	line-height: 1.4;
	color: #757575;
	margin-top: 2%;
	overflow: auto;
	margin-left: -0.7%;
	text-transform: lowercase;
}

@media(max-width: 600px){
	.desciklan{
		height: 30px;
		border-radius: 2px;
		margin-top: -0.5%;
	}
}

textarea.desciklan{
	font-family: arial;
	resize: none;
	color: #757575;
	font-weight: 100;
	cursor:  pointer;
	text-transform: lowercase;
}

@media(max-width: 600px){
	textarea.desciklan{
		font-size: 9px;
		background-color: transparent;
	}
}

.stariklan{
	padding: 5px 3px 5px 30px;
	border-radius: 4px;
	border: 1px solid #239596;
	height: 15px;
	margin-left: -1.8%;
	margin-right: 3%;
}

@media(max-width:600px){
	.stariklan{
		width: 5px;
		height: 5px;
		margin-top: 15px;
		margin-left: -0.5%;
		padding: 3px 0px 3px 16px;
		font-size: 9px;
	}
}

.stariklan img{
	width: 16px;
	height: 16px;
	margin-right: -8%;
	margin-left: 3%;
	margin-top: -0.8%;
	float: left;
}

@media(max-width: 600px){
	.stariklan img{
		width: 10px;
		height: 10px;
		margin-left: 2%;		
		margin-top: 0;
	}
}

.genderiklan{
	padding-left: 7px; 
	padding-right: 3px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	border-radius: 4px; 
	border: 1px solid #239596; 
	margin-right: 2%;
}

@media(max-width:600px){
	.genderiklan{
		width: 5px;
		height: 8px;
		margin-top: 15px;
		padding: 3px 3px 3px 7px;
		font-size: 9px;
	}
}

.sisakamar{
	color: red; 
	/*font-style: oblique; */ 
	font-size: 12px; 
	margin-left: 2%;
	font-weight: 600;
}

@media(max-width: 600px){
	.sisakamar{
		font-size: 9px;
	}
}

.namakos{
	margin-top: 0; 
	font-weight: bold;
}

@media(max-width: 600px){
	.namakos{
		font-size: 10px;
		margin-top: -1%;
	}
}

.proviklan{
	text-align: left;
	font-size: 12px;
	margin-top: 1px;
	width: 100%;
}

@media(max-width: 600px){
	.proviklan{
		font-size: 10px;
		margin-top: -2%;
	}
}

.fasilitasiklan{
	color: #808080;
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	margin-top: -1%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	height: 15px;
}

@media(max-width: 600px){
	.fasilitasiklan{
		font-size: 9px;
		margin-top: -3.5%;
	}
}

.hargaiklan{
	text-align: left;
	font-size: 13px;
	margin-left: 1.5px;
	margin-top: -5px;
	margin-bottom: 0;
}

@media(max-width: 600px){
	.hargaiklan{
		font-size: 10px;
		margin-top: -2.5%;
	}
}

/*==================================================================================================================*/

div.gallery {
  	border: 0px solid #ccc;
	margin-bottom: 1%;
}

@media(max-width: 600px){
	div.gallery{
	    width: 100%;
	    float:left;
		margin-top: 0;
	}
}

.fotoiklan {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 180px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	object-fit: cover;
}

@media(max-width: 600px){
	.fotoiklan{
	    float:left;
		height: 125px;
		width: 40%;
		border-top-left-radius: 2px;
		border-bottom-left-radius: 2px;
		border-bottom-right-radius: 0px;
		border-top-right-radius: 0px;
		object-fit: cover;
		margin-top: -3%;
		margin-left: 0;
	}
}

div.desc {
  	padding-right: 0;
	padding-left: 0;
  	text-align: left;
	margin-top: 0;
	margin-bottom: 4%;
}

@media(max-width: 600px){
	div.desc{
		padding-left: 0;
		padding-right: 5px;
		float: right;
		margin-top: -130px;
		width: 58%;
		font-size: 9px;
	}
}

* {
  	box-sizing: border-box;
}

.responsive {
	padding: 0px;
	float: left;
	width: 23%;
	margin-top: 1%;
	margin-right: 1%; 
	margin-left: 1%;
	margin-bottom: 0.3%;
	background-color: #ffffff;
	border-radius: 2px;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
}

@media(max-width: 600px) {
  .responsive {
		margin-left: 0.5%;
		padding: 0;
		width: 99%;
		height: 125px;
		margin-bottom: 3%;
		margin-right: 0;
		border-radius: 2px;
		background-color: #ffffff;
		box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
	}
}

.responsive:hover{
	opacity: 0.8;
	transition: 0.8s ease-out;
}

.clearfix:after {
  	content: "";
  	display: table;
  	clear: both;
}

/* ================================================================================================================ */
/* ================================================================================================================ */
/* ================================================================================================================ */
/*===================================================================================================================*
/*================================================================================================================*/
/* The popup form - hidden by default */

.form-popuppemilik {
	font-size: 12px;
  	display: none;
  	position: fixed;
  	bottom: 0;
  	right: 15px;
  	border: 0px solid #353535;
  	z-index: 9;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
}

@media(max-width: 600px){
	.form-popuppemilik{
		display: none;
		position: fixed;
  		bottom: 0;
		right: 0;
		width: 60%;
  		border: 0px solid #353535;
  		z-index: 9;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
		-webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
	}
}

/* Add styles to the form container */

.form-containerpemilik {
  	max-width: 230px;
  	padding: 10px;
  	background-color: white;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

@media(max-width: 600px){
	.form-containerpemilik{
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		max-width: 100%;
		padding: 5%;
	}
}

/* Full-width input fields */

.form-containerpemilik input[type=text], .form-containerpemilik input[type=email], .form-containerpemilik input[type=password] {
  	width: 100%;
  	padding: 10px;
  	margin: 5px 0 15px 0;
  	border: 1px solid #DFDFDF;
  	background: white;
	font-size: 12px;
	border-radius: 2px;
}

@media(max-width: 600px){
	.form-containerpemilik input[type=text],.form-containerpemilik input[type=email], .form-containerpemilik input[type=password] {
		width: 100%;
	}
}

/* When the inputs get focus, do something */

.form-containerpemilik input[type=text]:focus,.form-containerpemilik input[type=email]:focus, .form-containerpemilik input[type=password]:focus {
  	background-color: #ddd;
  	outline: none;
}

/* Set a style for the submit/login button */

.form-containerpemilik .btnpemilik {
  	background-color: #353535;
  	color: white;
  	padding: 10px 15px;
  	border: none;
  	cursor: pointer;
  	width: 100%;
  	margin-bottom:10px;
  	opacity: 0.9;
	border-radius: 2px;
	font-size: 12px;
}

/* Add a red background color to the cancel button */

.form-containerpemilik .cancelpemilik {
  	background-color: #AB0000;
	border-radius: 2px;
}

/* Add some hover effects to buttons */

.form-containerpemilik .btnpemilik:hover, .open-buttonpemilik:hover {
  	opacity: 1;
}

/*================================================================================================================*/

/* The popup form - hidden by default */

.form-popuppencari {
	font-size: 12px;
  	display: none;
  	position: fixed;
 	bottom: 0;
  	right: 15px;
  	border: 0px solid #353535;
  	z-index: 9;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
}

@media(max-width: 600px){
	.form-popuppencari{
		display: none;
		position: fixed;
  		bottom: 0;
		right: 0;
		width: 60%;
  		border: 0px solid #353535;
  		z-index: 9;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
		-webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
	}
}

/* Add styles to the form container */

.form-containerpencari {
	max-width: 230px;
  	padding: 10px;
  	background-color: white;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

@media(max-width: 600px){
	.form-containerpencari{
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		max-width: 100%;
		padding: 5%;
	}
}

/* Full-width input fields */

.form-containerpencari input[type=text], .form-containerpencari input[type=email], .form-containerpencari input[type=password] {
	width: 99.5%;
  	padding: 10px;
  	margin: 5px 0 15px 0;
  	border: 1px solid #DFDFDF;
  	background: white;
	font-size: 12px;
	border-radius: 2px;
}

@media(max-width: 600px){
	.form-containerpencari input[type=text], .form-containerpencari input[type=email], .form-containerpencari input[type=password] {
		width: 100%;
	}
}

/* When the inputs get focus, do something */

.form-containerpencari input[type=text]:focus, .form-containerpencari input[type=email]:focus, .form-containerpencari input[type=password]:focus {
  	background-color: #ddd;
  	outline: none;
}

/* Set a style for the submit/login button */

.form-containerpencari .btnpencari {
  	background-color: #353535;
  	color: white;
  	padding: 10px 15px;
  	border: none;
  	cursor: pointer;
  	width: 100%;
  	margin-bottom:10px;
  	opacity: 0.9;
	border-radius: 2px;
	font-size: 12px;
}

/* Add a red background color to the cancel button */

.form-containerpencari .cancelpencari {
  	background-color: #AB0000;
	border-radius: 2px;
}

/* Add some hover effects to buttons */

.form-containerpencari .btnpencari:hover, .open-buttonpencari:hover {
  	opacity: 1;
  	transition: 0.5s ease-out;
}

/*================================================================================================================*/
/* The Modal (background) */

.modal {
  	display: none; /* Hidden by default */
  	position: fixed; /* Stay in place */
  	z-index: 1; /* Sit on top */
  	left: 0;
  	top: 0;
  	width: 100%; /* Full width */
  	height: 100%; /* Full height */
  	overflow: auto; /* Enable scroll if needed */
  	background-color: rgb(0,0,0); /* Fallback color */
  	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  	-webkit-animation-name: fadeIn; /* Fade in the background */
  	-webkit-animation-duration: 1s;
  	animation-name: fadeIn;
  	animation-duration: 1s
}

/* Modal Content */

.modal-content {
  	position: fixed;
  	bottom: 0;
  	background-color: #FFFFFF;
  	width: 100%;
  	-webkit-animation-name: slideIn;
  	-webkit-animation-duration: 0.4s;
  	animation-name: slideIn;
  	animation-duration: 0.4s
}

.modal-content a{
	text-decoration: none;
	color: #5c5c5c;
}

/* The Close Button */

.close {
  	color: #239596;
  	float: right;
  	font-size: 35px;
	font-weight: 300;
	padding: 10px 20px;
	margin-right: -15px; 
}

.close:hover, .close:focus {
  	color: #757575;
  	text-decoration: none;
  	cursor: pointer;
  	transition: 0.5s ease-out;
}

.modal-header {
  	padding: 1px 16px;
  	background-color: #FFFFFF;
  	color: #353535;
}

.modal-body {
	padding: 2px 5px;
}

@media(max-width: 600px){
	.td{
		margin-left: 50%;
	}
}

/*tr.borderbottom td{
	border-bottom: 1px solid black;
}*/

.modal-footer {
  	padding: 0 16px;
  	margin-top: -1%;
 	background-color: #FFFFFF;
  	color: #353535;
}

/* Add Animation */

@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
	from {opacity: 0} 
  	to {opacity: 1}
}

.pencarikos{
	float: left;
	margin-left: 2%;
}

@media(max-width: 600px){
	.pencarikos{
	}
}

/*============================================================= PAGINATION ==============================================================*/

.pagination {
	font-size: 12px;
		font: arial;
	width: 90.2%;
	margin-left: 5%;
	background-color: #239596;
  	margin-top: -4%;
	margin-bottom: 5%;
	float: left;
	text-align: center;
	height: auto;
	padding: 0px 15px 15px;
	border-radius: 2px;
}

@media(max-width: 600px){
	.pagination{
		font-size: 12px;
		font: arial;
		margin-top: -9%;
		width: 90%;
		margin-left: 5%;
		background-color: #239596;
		margin-bottom: 14%;
		float: left;
		text-align: center;
		height: auto;
		padding: 0px 5px 10px;
		border-radius: 2px;
	}
}

.pagination ul{
	list-style-type: none;
	text-align: center;
	margin-left: -3.5%;
}

@media(max-width: 600px){
	.pagination ul{
		margin-left: -8%;
	}
}

.pagination a{
	text-decoration: none;
	cursor: pointer;
	padding: 9px 14px 9px 14px;
	text-align: center;
	border-radius: 2px;
	font-size: 12px;
	font: arial;
}

@media(max-width: 600px){
	.pagination a{
	}
}

.pagination li {
	text-align: center;
	border-radius: 2px;
	margin-right: 6px;
  	background-color: #ffffff;
  	color: black;
  	float: left;
  	padding: 0px 0px 6px;
  	text-decoration: none;
  	transition: background-color .3s;
  	border: 0px solid #ddd;
  	font-size: 22px;
}

@media(max-width: 600px){
	.pagination li{
		margin-right: 1.5%;
		margin-bottom: 2%;
	}
}

.active1 a{
	color: #ffffff;
}

.pagination li.active1 {
  background-color: #5c5c5c;
  color: #ffffff;
  border: 0px solid #4CAF50;
}

.pagination li:hover:not(.active1) {
	background-color: #ddd;
}

/*========================================================================================================================================*/

.boxbingung{
	width: 1150px;
	height: auto;
	margin-left: 5%;
	padding-left: 5%;
	padding-right: 5%;
	margin-right: auto;
	margin-top: -40px;
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	border-radius: 2px;
	margin-bottom: 50px;
	float: left;
}

@media(max-width: 600px){
	.boxbingung{
		width: 90%;
	}
}

.kontenerbingung{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 250px;
	margin-top: 30px;
	float:left;
}

@media(max-width: 600px){
	.kontenerbingung{
		width: 100%;
	}
}

.gambarbingung{
	width: 20%;
	float: left;
	margin-top: 0;
}

.imgbingung{
	float: left;
	object-fit: contain;
	width: 145px;
	height: 243px;
}

@media(max-width: 600px){
	.imgbingung{
		width: 100px;
		height: auto;
	}
}

.bingung{
	width: 80%;
	float: right;
	font-size: 26px;
	font-weight: 400;
	color: #353535;
	text-align: right;
}

@media(max-width: 600px){
	.bingung{
		width: 80%;
		font-weight: 400;
		margin-top: 10px;
		font-size: 14px;
	}
}

.konteneradanakkosan{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 280px;
	margin-top: -10px;
	float: left;
}

@media(max-width: 600px){
	.konteneradanakkosan{
		width: 100%;
		margin-top: -100px;
		height: 220px;
	}
}

.gambaradaanakkosan{
	width: 20%;
	float: right;
	margin-top: 0;
}

.imgadaanakkosan{
	float: right;
	object-fit: contain;
	width: 145px;
	height: 243px;
}

.adaanakkosan{
	width: 80%;
	float: left;
	font-size: 26px;
	font-weight: 400;
	color: #353535;
	text-align: left;
}

@media(max-width: 600px){
	.adaanakkosan{
		width: 80%;
		font-weight: 400;
		margin-top: 30px;
		font-size: 14px;
	}
}

.imgadaanakkosan{
	width: 100%;
}

@media(max-width: 600px){
	.imgadaanakkosan{
		width: 120px;
		height: auto;
	}
}
/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*.footer {
	position: fixed;
	float: left;
   	height: 40px;
   	left: 0;
   	bottom: 0;
   	width: 100%;
   	background-color: #ffc60b;
   	color: #fff;
   	text-align: left;
}

.footertengah{
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

@media(max-width: 600px){
	.footertengah{
		width: auto;
	}
}

@media(max-width: 600px){
	.footer{
		height: 40px;
	}
}

.footertengah img{
	float: left;
	width: 15px;
	height: 15px;
	padding: 0;
	margin-top: 0px;
	margin-bottom: -2.2px;
}

@media(max-width: 600px){
	.footertengah img{
		width: 12px;
		height: 12px;
	}
}

.footer p{
	font-size: 14px;
	margin-left: 5%;
}

@media(max-width: 600px){
	.footer p{
		font-size: 12px;
		text-align: center;
	}	
}

@media(max-width: 600px){
	.footer img{
		float: none;
		margin-right: 0;
		width: 11px;
		text-align: center;
	}
}
*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/

.hiden{
	display:none;
}

.alert1 {
	position: absolute;
	margin-top: 0;
	margin-left: 4.7%;
	margin-right: 4.2%;
	width: 1147px;
    color: #fefefe;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
	height: 39px;
	font-family: calibri;
	border: none;
	padding-top: 3px;
}

@media(max-width: 600px){
	.alert1{
		width: 90%;
		margin-left: 5%;
		height: 35px;
		top: 15%;
		font-size: 12px;
		margin-top: -11%;
		padding-top: 0;
	}
}

.warnh4{
	margin-left: 2%;
	margin-top: 1%;
	font-weight: 600;
}

.warnp{
	margin-left: 1.2%;
	margin-top: 0.8%;
	font-weight: lighter;
}

@media(max-width: 600px){
	.warnh4{
		font-size: 14px;
		margin-left: 4%;
		margin-top: 4%;
	}	
}

@media(max-width: 600px){
	.warnp{
		margin-left: 4%;
		margin-top: 1%;
	}
}

.alert1.success1 {
	background-color: #919C9C;
	color: #fefefe;
}

.alert1.warning1 {
	background-color: red;
	color: #fefefe;
}

.closebtn1 {
	border: none;
	color: grey;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.5s;
	margin-right: 1.2%;
	margin-top: 0.7%;
}

@media(max-width: 600px){
	.closebtn1{
		font-size: 18px;
		margin-right: 2%;
		margin-top: 1.82%;
		padding-top: -4px;
	}
}

.closebtn1:hover {
    color: #353535;
}
/*========================================================================================================================================*/
/* ============================================ */
/* FOOTER STYLES */
/* ============================================ */
/* ============================================ */
/* FOOTER STYLES - REPLACE THE OLD ONE */
/* ============================================ */

/* HAPUS/COMMENT FOOTER LAMA YANG INI:
.footer {
	position: fixed;
	float: left;
   	height: 40px;
   	left: 0;
   	bottom: 0;
   	width: 100%;
   	background-color: #ffc60b;
   	color: #fff;
   	text-align: left;
}

.footertengah{
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

@media(max-width: 600px){
	.footertengah{
		width: auto;
	}
}

@media(max-width: 600px){
	.footer{
		height: 40px;
	}
}

.footertengah img{
	width: 15px;
	height: 15px;
	padding: 0;
	margin-top: 0px;
	margin-bottom: -2.2px;
}

@media(max-width: 600px){
	.footertengah img{
		width: 12px;
		height: 12px;
	}
}

.footer p{
	font-size: 14px;
	margin-left: 5%;
}

@media(max-width: 600px){
	.footer p{
		font-size: 12px;
		text-align: center;
	}	
}

@media(max-width: 600px){
	.footer img{
		float: none;
		margin-right: 0;
		width: 11px;
		text-align: center;
	}
}
*/

/* FOOTER BARU YANG AKTIF */
.footer {
  background-color: #239596; /* Sesuai warna theme website */
  padding: 40px 0 0;
  margin-top: 40px;
  border-top: 1px solid #e9ecef;
  position: relative; /* Bukan fixed */
  width: 100%;
  float: left;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-section {
  flex: 1;
  min-width: 250px;
  margin-bottom: 30px;
  padding: 0 15px;
}

.footer-section h3 {
  color: #ffffff; /* Putih untuk kontras dengan background */
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  font-family: calibri;
}

.footer-section h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 40px;
  height: 2px;
  background-color: #ffffff; /* Garis putih */
}

.footer-section p {
  color: #e0e0e0; /* Abu-abu muda */
  line-height: 1.6;
  font-size: 14px;
  font-family: calibri;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
  font-family: calibri;
}

.footer-section ul li a {
  color: #e0e0e0; /* Abu-abu muda */
  text-decoration: none;
  transition: color 0.3s;
  font-size: 14px;
  font-family: calibri;
}

.footer-section ul li a:hover {
  color: #ffffff; /* Putih saat hover */
}

.social-media {
  display: flex;
  gap: 15px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #ffffff; /* Putih */
  color: #239596; /* Warna theme */
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 16px;
}

.social-link:hover {
  background-color: #353535; /* Hitam saat hover */
  color: #ffffff;
}

.footer-bottom {
  background-color: #353535; /* Hitam */
  padding: 20px 0;
  margin-top: 30px;
}

.footertengah {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footertengah p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: calibri;
}

.copyright-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

/* Responsive Footer */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }
  
  .footer-section {
    margin-bottom: 30px;
    text-align: center;
  }
  
  .footer-section h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .social-media {
    justify-content: center;
  }
  
  .footertengah p {
    flex-direction: column;
    gap: 5px;
  }
}

@media (max-width: 600px) {
  .footer {
    margin-top: 20px;
    padding: 20px 0 0;
  }
  
  .footer-section {
    min-width: 100%;
  }
  
  .footer-section h3 {
    font-size: 16px;
  }
  
  .footer-section p, 
  .footer-section ul li a {
    font-size: 12px;
  }
}
