@font-face{
	font-family: 'dinpro-regular';
	src: url(../fonts/dinpro-regular.ttf) format('truetype');
}
@font-face{
	font-family: 'dinpro-medium';
	src: url(../fonts/dinpro-medium.ttf) format('truetype');
}
@font-face{
	font-family: 'dinpro-bold';
	src: url(../fonts/dinpro-bold.ttf) format('truetype');
}
body, html{
	margin: 0px;
	padding: 0px;
	background-color: #ecf0f1;
	font-family: 'dinpro-regular';
	overflow-x: hidden;
}

.font-regular{font-family: 'dinpro-regular';}
.font-medium{font-family: 'dinpro-medium';}
.font-bold{font-family: 'dinpro-bold';}

.font-black{color: #121212;}
.font-white{color: #fafafa}
.font-purple{color: #dbc739;}
.font-purple-lighten{color: #ce93d8;}
.font-purple-darken{color: #23a151;}

.font-xl{font-size: 48px;}
.font-lg{font-size: 32px;}
.font-md{font-size: 20px;}
.font-sm{font-size: 16px;}
.font-xs{font-size: 14px;}

.section{
	width: 960px;
	margin: auto;
}

h1,h2,h3,h4,h5,h6,p{
	margin: 0px;
}
a,a:hover{
	text-decoration: none !important;
	color: inherit !important;
}

.bg-purple{background-color: #dbc739;}
.bg-purple-lighten{background-color: #ce93d8;}
.bg-purple-darken{background-color: #23a151;}
.bg-white{background-color: #fafafa;}
.bg-black{background-color: #121212;}
.bg-img{
	background-size: cover;
	background-position: center;
}
.btn{
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
/*COMPONENTS*/
#navbar{
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	border-bottom: 2px solid #e1e1e1;
	z-index: 2147483648;
}
#navbar img{
	padding: 15px 0;
}
#navbar ul{
	margin-top: 25px;
}
.toggle{
	display: none;
}
#navbar ul li{
	list-style: none;
	padding-bottom: 5px;
	display: inline-block;
	margin-left: 25px;
}
#navbar .hvr-underline-from-left:before{
	background: #23a151;
	height: 2px;
	margin-right: 10px;
}
#navbar a.btn{
	margin-top: -5px;
	border-radius: 100px;
	padding: 7px 20px;
}
.btn.bg-purple{
	color: #fafafa !important;
	border: 1px solid #e1e1e1;
}
.btn.bg-purple:hover{
	background-color: #23a151;
}



#header{
	background-image: url(../images/header.jpg);
	height: 500px;
	margin-top: 70px;
	position: relative;
	background-attachment: fixed;
}
#header .section{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#header .bg-white{
	padding: 20px;
	border: 2px solid #e1e1e1;
	margin-top: 20px;
	margin-bottom: -40px;
}
#header .bg-white .form-control{
	width: 250px;
	margin-right: 10px;
}
#header .bg-white .btn{
	width: 120px;
}

#listing{
	padding: 60px 0;
}
.list-panel{
	height: 315px;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
.list-panel-head{
	position: relative;
	padding: 10px;
	height: 315px;
	transition-duration: 0.75s;
	-webkit-transition-duration: 0.75s;
	-moz-transition-duration: 0.75s;
	-o-transition-duration: 0.75s;
}
.list-panel:hover .list-panel-head{
	height: 200px;
}
.list-panel-head div{
	position: absolute;
	bottom: 0px;
	padding: 10px;
}
.list-panel-body, .list-panel-foot{
	padding: 10px;
}
.list-panel-foot .btn{
	border-radius: 100px;
}
#listing .btn-lg.btn-block{
	border-radius: 100px;
	margin: 15px 0;
}

#howtoreserve{
	background-image: url(../images/howto.jpg);
	padding: 60px 0;
}
#howtoreserve .col-md-4{
	padding: 10px;
}

#city{
	padding: 60px 0;
}
#city .city-panel{
	border-radius: 5px;
	height: 250px;
	margin-top: 20px;
	position: relative;
	opacity: 0.85;
	overflow:hidden;
}
#city .city-panel:hover{
	opacity: 1;
}
#city .city-panel a{
	border: none;
	padding: 10px 40px;
	position: absolute;
	left: 30px;
	bottom: -40px;
}
#city .city-panel:hover a{
	bottom: 30px;
}
#city .city-panel, #city .city-panel a{
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}

#rentyour{
	background-image: url(../images/rentyour.jpg);
	padding: 60px 0;
}
#rentyour a{
	border: none;
}

#subscribe{
	padding-top: 40px;
	padding-bottom: 60px;
}
a.input-group-addon{
	background-color: #dbc739;
	color: #fafafa !important;
}
#footer{
	padding: 40px 0;
}
#footer h2{
	margin: 0px;
	padding-bottom: 5px;
}
#footer div{
	padding: 0 10px;
}
.line{
	width: 100px;
	height: 3px;
	background-color: #fafafa;
	margin: 10px 0;
}
#footer p{
	padding: 10px 0;
}
#footer .btn-default{
	color: #23a151 !important;
}
#footer .follow{
	border-radius: 100px;
	border: 2px solid #fafafa;
	width: 38px;
	height: 38px;
	padding: 8px;
	text-align: center;
	margin-left: 5px;
}
#footer .col-md-5 p{
	margin-left: 10px;
	padding: 0px;
}
#footer .fa-2x{
	font-size: 17px;
}
#footer .hvr-rectangle-out:before{
	background-color: #dbc739;
}

#backtotop{
	z-index: 2147483648;
	color: #fafafa !important;
	position: fixed;
	right: 30px;
	bottom: 30px;
	padding: 9px;
	height: 48px;
	width: 48px;
	border-radius: 100px;
	margin: auto;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-outline-transition-duration: 0.5s;
}
#backtotop:hover{
	bottom: 35px;
}
#backtotop.btt-hide{
	right: -100px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.listing-header, .about-header, .detail-header, .account-header{
	height: 250px !important;
}
.row.about-header{
	width: 100vw;
	background-image: none !important;
}
#about{
	padding-bottom: 50px;
}
#about .section .bg-white{
	margin-top: -75px;
	border-radius: 5px;
	border-top: 3px solid #e1e1e1;
	padding: 20px;	
}
#detail{
	padding: 30px 0;
}
#detail form, #detail img{
	border-radius: 5px;
}
#detail form{
	padding: 15px 10px;
	border: 2px solid #e1e1e1;
}
#detail form .form-control{
	margin-bottom: 15px;
}
#detail .bg-purple-darken{
	color: #fafafa !important
}
#detail .badge{
	padding: 7px;
	border-radius: 5px;
	margin-bottom: 5px;
}
#detail iframe{
	border: 2px solid #e1e1e1;
}
#detail .btn{
	color: #fafafa !important;
}

.modal{
	z-index: 2147483648 !important;
	margin-top: 50px;
}
.modal .bg-purple{
	color: #fafafa !important;
}

.bg {
	background-image: url(../images/bg.png);
    background-repeat: repeat-xy;
	width:100%;
	height:100%;
	position:absolute;z-index: 999;
}

/* Regular breadcrumbs */

.breadcumb ul {
  list-style-type: none;
  margin: 0;
  padding: 2em;
  color: #333;
}

.breadcumb li {
  display: inline-block;
  position: relative;
  padding-right: 2em;
  margin: 0;
}
  .breadcumb li:after {
    content: '>';
    position: absolute;
    display: inline-block;
    right: 0;
    width: 2em;
    text-align: center;
  }
.breadcumb li:last-child {
  font-weight: bold;
}
  .breadcumb li:last-child:after {
    content: '';
  }

.breadcumb a {
  text-decoration: none;
  display: inline-block;
  color: #333;
  white-space: nowrap;
}
  .breadcumb a:hover {
    text-decoration: underline;
  }


/* Collapsed breadcrumbs */

.breadcumb .collapsed li {
  overflow: hidden;
}
  .breadcumb .collapsed li:after {
    background: rgb(227,227,227);
    background: linear-gradient(90deg, rgba(227,227,227,0.4) 0%, rgba(227,227,227,1) 35%);
    padding-left: 1em;
  }

.breadcumb .collapsed a {
  max-width: 2em;
  transition: max-width 300ms ease-in-out;
}
  .breadcumb .collapsed a:hover,
  .breadcumb .collapsed a:focus,
  .breadcumb .collapsed li:hover a {
    max-width: 1000px;
  }
  .breadcumb .collapsed li:hover:after {
    padding-left: 0em;
    background: transparent;
  }
  
  
 .box-detail  {
	 border:1px solid #ddd;
	 padding:10px;
	 text-align:center;
	margin-bottom:20px;
 } 
 .box-detail span.harga {
	 font-weight:bold;
	 font-size:18px;
 } 
 .box-detail span.ket {
	 font-weight:bold;
	 font-style:italic;
	 font-size:12px;
 } 
 .box-detail span.sisa {
	 background:red;
	 color:#fff;
	 padding:3px;
	 border-radius: 5px;
 } 
 
 ul.list-kontak {
	 list-style-type: none;
 }
 ul.list-kontak .fa-4x {
	font-size: 2em;
 }
 ul.list-kontak li {
	margin-bottom:  0;
 }
 ul.list-kontak li i {
	float:left;
	margin-right:10px;
 }
 ul.list-kontak li p {
	font-size: 14px;
 }
 
 
/*@media (min-width: 767px) {
.nav-justified > li{
		float:none;
	}
}*/

.carousel{
	margin-bottom:10%;
}

.carousel-inner {
	margin-bottom:10%;
}

.carousel-indicators {
	position: absolute;
	bottom: -15%;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff \9;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #ff0000;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #ff0000;
}

.carousel-control{
	cursor:pointer;
}

.carousel-inner .active.left{
	left: -25%;
}

.carousel-inner .next{
	left:25%;
}

.carousel-inner .prev{
	left:-25%;
}

.carousel-control{
	width:4%;
}

.carousel-control.left{
	margin-left:0;
	background-image:none;
}

.carousel-control.right{
	margin-right:0;
	background-image:none;
}

.thumb-inner .thumb2-inner{
	background:#fff;
}

/*Hide Carousel Controls until hover*/
.carousel .carousel-control{
	display:none;
}

/*Display Carousel Controls on hover*/
.carousel:hover .carousel-control{
	display:block;
}

#thumb-inner > .item{
	position:relative;
	overflow:hidden;
}

#thumb-inner > .item > a img{
	position:relative;
	overflow:hidden;
}

.carousel > .thumb-inner{
	width:100%;
	position:relative;
	left:0;
	right:0;
	margin:auto;
}

.nav-carousel {
    padding-bottom: 0%;
    width: 100%;
    z-index: 101;
    -webkit-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
    float: none;
    margin: 0;
    height: auto;
    position: absolute;
    top: 100%;
    bottom: 0;
}

.nav-carousel li{
}

.nav-carousel li > a{
    padding: 0;
}

.nav-carousel li > a:hover{
    background-color: transparent;
    cursor: pointer;
}

.carousel-border{
}

.nav-carousel > .active > a, .nav-carousel > .active > a:hover, .nav-carousel > .active > a:focus, #carousel a:hover, #carousel a:focus{
	outline:none;
	cursor:pointer;
}

.nav-carousel.affix{
	width: 100%;
	position: static;
	z-index:101;
	height:auto;
	padding-bottom:0%;
}

.nav-carousel > li{
	z-index:100;
	padding-bottom:0%;
}

.slider-div {
    padding-left: 0;
    padding-right: 0;
}

.slider-div img {
    width: 100%;
}

.clear {
	clear:both;
}

.detail-desc h3 {
	font-weight:bold;
}

.jenis {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
    top: 0px;position:absolute;float: right; right: 22px;z-index: 999;margin:8px
    
}


.overflow {
 overflow-x: hidden;
overflow-y: auto;
}

#main-head {
    position: fixed;left: 0px;z-index: 9999; right: 0px;top: 0px;border-bottom: 2px solid #e1e1e1;padding:10px
}
