/*coa {
	font-size: 12px;
	font-weight: 600;
	color: #239596;
}*/
body{
	margin: 0;
	font-family: calibri;
	background-color: #ffffff;
	height: auto;
	margin-top: 50px;
	color: #757575;
}
::-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;
	font: calibri;
}

.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 #239596;
}

.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 #239596;	
}

#masuk a{
	color: #757575;
}
#masuk a:hover{
	color: #239596;
	transition: 0.5s ease-out;
}


/*==================================================================================================================*/
* {
	box-sizing: border-box;
}
.row1{
	width: 90%;
	margin-left: 5%;
	font-size: 12px;
	margin-top: 5px;
	height: 1300px;
}
@media(max-width: 600px){
	.row1{
		height: 475px;
		width: 90%;
		padding: 0;
		margin-left: 5%;
   }
}
div.column1 {
	float: right;
	position: sticky;
	top: 56px;
	margin-top: 5%;
	border-radius: 5px;
	width: 29%;
	font-size: 12px;
	height: 0px;
	margin-right: 0;
}
@media(max-width: 600px){
	div.column1{
		position: static;
		width: 100%;
		margin-top: 2%;
		margin-right: 0;
		border-radius: 0;
		margin-bottom: 2%;
   }
}
.column2 {
	position: sticky;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	border-radius: 5px;
	width: 100%;
	font-size: 12px;
	background: #ffffff;
	height: auto;
	margin-right: 5%;
	text-transform: capitalize;
}
@media(max-width: 600px){
	.column2{
		width: 100%;
		margin-bottom: -2%;
   }
}
/* Clear floats after the columns */
.row1:after {
	content: "";
	display: table;
	clear: both;
}
/*==================================================================================================================*/
/*==================================================================================================================*/

* {
	box-sizing: border-box;
}
img {
	vertical-align: middle;
	width: 100%;
	height: 400px;
}
@media(max-width: 600px){
	img{
		height: 200px;
   }
}
/* Position the image container (needed to position the left and right arrows) */
.container {
	margin-top: 5%;
	float: left;
	position: relative;
	width: 69%;
	margin-left: 0;
}
@media(max-width: 600px){
	.container{
		position: static;
		width: 100%;
		margin-left: 0;
		margin-top: 18%;
		margin-bottom: 2%;
   }
}
/* Hide the images by default */
.mySlides {
	display: none;
}
.foto{
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	object-fit: cover;
}
@media(max-width: 500px){
	.foto{
		border-radius: 5px;
		margin-top: -13%;
   }
}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
	cursor: pointer;
}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 45%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
	opacity: 0.8;
}
@media(max-width:600px){
	.prev,.next{
		top: 26%;
		font-size: 16px;
   }
}
/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
@media(max-width: 600px){
	.next{
		right: 5%;
   }
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	padding: 20px 20px;
	position: absolute;
	top: 0;
}
@media(max-width: 600px){
	.numbertext{
		margin-top: 16%;
		font-size: 10px;
		margin-left: -2%;
   }
}
/* Container for image text */
.caption-container {
	background-color: #239596;
	color: #ffffff;
	font-weight: 500;
	opacity: 0.9;
	float: right;
	margin-right: 3%;
	margin-top: -8%;
	width: 25%;
	font-size: 12px;
	border-radius: 3px;
	text-align: center;
}
@media(max-width: 600px){
	.caption-container{
		margin-top: -12%;
		width: 25%;
		font-size: 10px;
   }
}
.row{
	height: 80px;
	border-radius: 5px;
	overflow-y: auto;
	margin-top: 0;
}
@media(max-width: 600px){
	.row{
		height: 44px;
		margin-top: 2%;
		margin-bottom: -2%;
   }
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
/* Six columns side by side */
.column {
	float: left;
	width: 16%;
	border-radius: 5px;
	margin-right: 0.325%;
	margin-left: 0.325%;
	margin-top: 1%;
	background-color: #ffffff;
}
@media(max-width: 600px){
	.column{
		margin-top: 0;
		margin-bottom: 2%;
   }
}
/* Add a transparency effect for thumnbail images */
.demo {
	opacity: 0.6;
}
img.demo{
	height: 75px;
	border-radius: 5px;
	object-fit: cover;
}
@media(max-width: 600px){
	img.demo{
		height: 38px;
   }
}
.active, .demo:hover {
	opacity: 1;
}
/*================================================================================================================*/
/*================================================================================================================*/
.mapouter{
	position:static;
	text-align:right;
	width:100%;
	height: 100px;
	margin-bottom: 4%;
	border-radius: 5px;
}
@media(max-width: 600px){
	.mapouter{
		height: 100px;
		border-radius: 5px;
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
		margin-bottom: 6%;
   }
}
.gmap_canvas {
	overflow:hidden;
	background:none!important;
	width:100%;
	height:100px;
	margin-bottom: 4%;
	border-radius: 5px;
}
@media(max-width: 600px){
	.gmap_canvas{
		height: 115px;
		border-radius: 5px;
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
		margin-bottom: 6%;
   }
}
.gmap_iframe {
	width:100%!important;
	height:100px!important;
	margin-bottom: 4%;
	border-radius: 5px;
	border: 1px solid #DFDFDF;
}
@media(max-width: 600px){
	.gmap_iframe{
		height: 90px;
		border-radius: 5px;
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
		margin-bottom: 6%;
   }
}
/*==================================================================================================================*/
.judullihatkos{
	margin-top: 0px;
	margin-bottom: 4%;
	font-size: 16px;
	padding: 15px;
	font-weight: 600;
}
@media(max-width: 600px){
	.judullihatkos{
		margin-bottom: 6%;
   }
}
.wa{
	margin-top: 0px;
	margin-bottom: 4%;
	font-size: 16px;
	padding: 15px;
	font-weight: 600;
	color: #239596;
}
@media(max-width: 600px){
	.wa{
		margin-bottom: 6%;
   }
}
.wa:hover{
	color: #ffffff;
}
.linkwa{
	text-decoration: none;
}
.telp {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	border-radius: 5px;
	width: 100%;
	font-size: 12px;
	background: #ffffff;
	height: auto;
	margin-right: 5%;
}
@media(max-width: 600px){
	.telp{
		width: 100%;
   }
}
.imgtelp{
	float: left;
	margin-top: 4.4%;
	margin-left: 4%;
	margin-right: 2%;
	width: 20px;
	height: 20px;
}
@media(max-width: 600px){
	.imgtelp{
		margin-top: 4%;
   }
}
.telp:hover, a.linkwa:hover{
	background-color: #239596;
	color: #ffffff;
}
.alamat{
	margin-bottom: 4%;
	margin-top: 0px;
	height: 72px;
	font-size: 12px;
	padding-bottom: 2%;
	padding-top: 1.3%;
	padding-left: 2%;
	padding-right: 2.5%;
	text-align: justify;
	line-height: 1.6;
	overflow-y: auto;
	overflow-x: hidden;
	text-transform: lowercase;
}
@media(max-width: 600px){
	.alamat{
		height: 68px;
		overflow-y: auto;
   }
}
.judulgender{
	font-size: 16px;
	padding: 8px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 4%;
}
@media(max-width: 600px){
	.judulgender{
		margin-bottom: 6%;
   }
}
img.gender{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-left: -1%;
}
.harga{
	margin-top: -1%;
	font-size: 16px;
	padding: 15px;
	margin-left: 1%;
	font-weight: 600;
}
@media(max-width: 600px){
	.harga{
		margin-top: -2%;
   }
}
p.harga{
	color: #ffffff;
}
/*==================================================================================================================*/
.imgrating{
	float: left;
	width: 18px;
	height: 18px;
	font-weight: 600;
	margin-top: -2%;
}
.nilairating{
	float: left;
	margin-top: 0;
	margin-left: 5%;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
}
.column3{
	position: sticky;
	float: left;
	width: 50%;
}
.columnrow{
	position: sticky;
	width: 100%;
	height: 60px;
	margin-bottom: 1%;
	background-color: none;
}
.columnrow:after {
	content: "";
	display: table;
	clear: both;
}
.tbrating{
	height: 50px;
	text-align: left;
	width: 95%;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 14px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	border-radius: 5px;
	background-color: #ffffff;
}
.tbrating2{
	height: 50px;
	text-align: left;
	width: 95%;
	padding-left: 10px;
	font-size: 14px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	border-radius: 5px;
	margin-left: 4%;
	background-color: #ffffff;
}
.tdkamartersedia{
	font-weight: 600;
	font-size: 14px;
	float: left;
	margin-top: -3%;
	margin-bottom: 0;
}
/*==================================================================================================================*/
.judulfasilitas{
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	width: 120px;
	padding-bottom: 18px;
	padding-top: 10px;
	margin-left: 5%;
	margin-top: -58%;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	background-color: #239596;
	color: #ffffff;
	border-radius: 5px;
	margin-bottom: -1.65%;
}
@media(max-width: 600px){
	.judulfasilitas{
		margin-top: 93%;
		margin-left: 5%;
		margin-bottom: -101%;
		padding-bottom: 13px;
		padding-top: 9px;
		font-size: 11px;
		width: 110px;
   }
}
.row2{
	overflow: auto;
	width: 62%;
	margin-left: 5%;
	font-size: 11px;
	margin-top: 1%;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	height: 120px;
	background-color: #ffffff;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
@media(max-width: 600px){
	.row2{
		width: 90%;
		padding: 0;
		margin-left: 5%;
		margin-top: 100%;
		margin-bottom: 50px;
		font-size: 10px;
		height: 90px;
   }
}
th.tdimgkasur{
	height: 50px;
	min-width: 100px;
	padding-left: 10px;
	text-align: center;
}
@media(max-width: 600px){
	th.tdimgkasur{
		min-width: 82px;
   }
}
img.tdimgkasur{
	width: 40px;
	height: 40px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
@media(max-width: 600px){
	img.tdimgkasur{
		margin-right: 0;
		margin-left: 0;
		width: 30px;
		height: 30px;
   }
}
td.tddesckasur{
	text-align: center;
	min-width: 100px;
	height: 12px;
	margin-bottom: 10px;
	padding-left: 10px;
}
@media(max-width: 600px){
	td.tddesckasur{
		min-width:82px;
   }
}
.kettam{
	overflow-y: auto;
	margin-left: 5%;
	margin-top: 1%;
	margin-bottom: 0;
	padding: 10px;
	text-align: justify;
	font-size: 12px;
	width: 62%;
	height: auto;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	border-radius: 5px;
	background-color: #ffffff;
	line-height: 1.6;
}
@media(max-width: 600px){
	.kettam{
		width: 90%;
		margin-left: 5%;
		margin-top: -10%;
		margin-bottom: 3%;
   }
}
/*==================================================================================================================*/
.judulfasilitas2{
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	width: 120px;
	padding-bottom: 18px;
	padding-top: 10px;
	margin-left: 5%;
	margin-top: 2%;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	background-color: #239596;
	color: #ffffff;
	border-radius: 5px;
	margin-bottom: -1.65%;
}
@media(max-width: 600px){
	.judulfasilitas2{
		margin-top: 0;
		margin-left: 5%;
		margin-bottom: -101%;
		padding-bottom: 13px;
		padding-top: 9px;
		font-size: 11px;
		width: 110px;
   }
}
.row3{
	overflow: auto;
	width: 62%;
	margin-left: 5%;
	font-size: 11px;
	margin-top: 1%;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	height: 120px;
	background-color: #ffffff;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
@media(max-width: 600px){
	.row3{
		width: 90%;
		padding: 0;
		margin-left: 5%;
		margin-top: 100%;
		margin-bottom: 50px;
		font-size: 10px;
		height: 90px;
   }
}
/*==================================================================================================================*/
.judulfasilitas3{
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	width: 120px;
	padding-bottom: 18px;
	padding-top: 10px;
	margin-left: 5%;
	margin-top: 2%;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	background-color: #239596;
	color: #ffffff;
	border-radius: 5px;
	margin-bottom: -1.65%;
}
@media(max-width: 600px){
	.judulfasilitas3{
		margin-top: 0;
		margin-left: 5%;
		margin-bottom: -1%;
		padding-bottom: 13px;
		padding-top: 9px;
		font-size: 11px;
		width: 110px;
   }
}
.row4{
	overflow: auto;
	width: 62%;
	margin-left: 5%;
	font-size: 11px;
	margin-top: 1%;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	height: 120px;
	background-color: #ffffff;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
@media(max-width: 600px){
	.row4{
		width: 90%;
		padding: 0;
		margin-left: 5%;
		margin-top: 0;
		margin-bottom: 50px;
		font-size: 10px;
		height: 90px;
   }
}
/*==================================================================================================================*/
.judulfasilitas4{
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	width: 120px;
	padding-bottom: 18px;
	padding-top: 10px;
	margin-left: 5%;
	margin-top: 2%;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	background-color: #239596;
	color: #ffffff;
	border-radius: 5px;
	margin-bottom: -1.65%;
}
@media(max-width: 600px){
	.judulfasilitas4{
		margin-top: 0;
		margin-left: 5%;
		margin-bottom: -1%;
		padding-bottom: 13px;
		padding-top: 9px;
		font-size: 11px;
		width: 110px;
   }
}
.row5{
	overflow: auto;
	width: 62%;
	margin-left: 5%;
	font-size: 11px;
	margin-top: 1%;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	height: 120px;
	background-color: #ffffff;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
@media(max-width: 600px){
	.row5{
		width: 90%;
		padding: 0;
		margin-left: 5%;
		margin-top: 0;
		margin-bottom: 50px;
		font-size: 10px;
		height: 90px;
   }
}
/*==================================================================================================================*/
.judulfasilitas5{
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	width: 120px;
	padding-bottom: 18px;
	padding-top: 10px;
	margin-left: 5%;
	margin-top: 2%;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	background-color: #239596;
	color: #ffffff;
	border-radius: 5px;
	margin-bottom: -1.65%;
}
@media(max-width: 600px){
	.judulfasilitas5{
		margin-top: 0;
		margin-left: 5%;
		margin-bottom: -1%;
		padding-bottom: 13px;
		padding-top: 9px;
		font-size: 11px;
		width: 110px;
   }
}
.row6{
	overflow: auto;
	width: 62%;
	margin-left: 5%;
	font-size: 11px;
	margin-top: 1%;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	height: 120px;
	background-color: #ffffff;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
@media(max-width: 600px){
	.row6{
		width: 90%;
		padding: 0;
		margin-left: 5%;
		margin-top: 0;
		margin-bottom: 50px;
		font-size: 10px;
		height: 90px;
   }
}
/*==================================================================================================================*/
.judulfasilitas6{
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	width: 135px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 2%;
	margin-left: 5%;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	background-color: #239596;
	color: #ffffff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	margin-bottom: 0;
}
@media(max-width: 600px){
	.judulfasilitas6{
		margin-top: 0;
		margin-left: 5%;
		margin-bottom: -1%;
		padding-bottom: 13px;
		padding-top: 9px;
		font-size: 11px;
		width: 110px;
   }
}
div.row7{
	margin-left: 5%;
	width: 90%;
	overflow: auto;
	white-space: nowrap;
	height: 333px;
	margin-bottom: 0.5%;
	margin-top: 0.5%;
}
@media(max-width: 600px){
	div.row7{
		margin-left: 5%;
		width: 90%;
   }
}
div.row7 a {
	display: inline-block;
	color: #757575;
	text-align: center;
	padding-left: 0;
	padding-top: 1%;
	text-decoration: none;
	width: 230px;
	margin-right: 2.2%;
}
@media(max-width: 600px){
	div.row7 a{
		margin-top: 3%;
		margin-right: 8%;
   }
}
.fotoiklan{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	width: 240px;
	height : 135px;
	margin-top: 0;
	margin-right: 25px;
	border-radius: 8px;
	object-fit: cover;
}
/*==================================================================================================================*/
.piklan{
	text-align: left;
	font-size: 12px;
	letter-spacing: 0.5px;
	width: 230px;
	margin-top: 8%;
}
.desciklan{
	text-align: left;
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 0.2px;
	width: 240px;
	height: 55px;
	resize: none;
	font: arial;
	border: none;
	line-height: 1.4;
}
textarea.desciklan{
	font-family: arial;
	letter-spacing: 0.5px;
}
@media(max-width: 600px){
	textarea.desciklan{
		background-color: #F2FBFF;
   }
}
.stariklan{
	width: 15px;
	height: 15px;
	margin-top: -3.7px;
}
.proviklan{
	text-align: left;
	font-size: 12px;
	margin-left: 1.5px;
	margin-top: 2px;
}
.fasilitasiklan{
	color: #808080;
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	margin-top: -1%;
	margin-left: 1.5px;
}
.hargaiklan{
	text-align: left;
	font-size: 13px;
	margin-left: 1.5px;
	margin-top: -2px;
	margin-bottom: 2%;
}
/*==================================================================================================================*/
/*================================================================================================================*/
/* The popup form - hidden by default */

.form-popuppemilik {
	font-size: 12px;
  	display: none;
  	position: fixed;
  	bottom: 0;
  	right: 15px;
  	border: 0px solid #239596;
  	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 #239596;
  		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: #239596;
  	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 #239596;
  	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 #239596;
  		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: #239596;
  	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: #757575;
}

.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: #757575;
}

/* 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{
	}
}
/*==================================================================================================================*/
/*==================================================================================================================*/
/*==================================================================================================================*/
/*==================================================================================================================*/
.footer{
	float: left;
	position: fixed;
	background-color: #239596;
	color: #ffffff;
	bottom: 0;
	width: 100%;
	height: 35px;
	font-size: 12px;
}
.copyright{
	float: left;
	margin-right: 5px;
	width: 12px;
	height: 12px;
	margin-left: 2%;
}
/*================================================================================================================*/
