* {
	margin: 0px;
	padding: 0px;
}

@font-face {
  	font-family: Poppins;
  	src: url(fonts/Poppins/Poppins-Light.ttf);
}

@font-face {
  	font-family: Gilda_Display;
  	src: url(fonts/Gilda_Display/GildaDisplay-Regular.ttf);
}

body {
	font-family: Poppins, sans-serif;
	font-weight: lighter;
	letter-spacing: 1.5px;
}

.box-slideshow {
	min-height: 500px; 
	min-width: 100%; 
	position:fixed!important;
}

.img-slideshow {
	width:100%; 
	max-height:700px;
	min-height: 700px;
	background-size: cover;
	background-position:center;
}
.bttn-prev-next {
	z-index:2;
	color:#FFFFFF!important;
}

.fixed-bg {
  	min-height: 900px;
	background: rgba(0, 0, 0, 0) linear-gradient(rgba(135, 135, 135, 0) 0%, rgba(135, 135, 135, 0.7) 100%) repeat scroll 0% 0%;
	position: relative;
}
.fixed-bg-bg {
	position:absolute;
	padding-left: 0px;
	padding-right: 0px;
}

.box-tulisan-slideshow {
	padding-top:750px;
}
.text-h1 {
	color: rgb(255, 255, 255); 
	font-size: 55px; 
	line-height: 60px; 
	font-weight: bold; 
	transition: none 0s ease 0s; 
	text-align: inherit; 
	border-width: 0px; 
	margin: 0px; 
	padding: 0px; 
	letter-spacing: 1px;
}
.text-strong {
	color: rgb(255, 255, 255); 
	font-size: 20px; 
	transition: none 0s ease 0s; 
	text-align: inherit; 
	line-height: 22px; 
	border-width: 0px; 
	margin: 0px; 
	padding: 0px; 
	letter-spacing: 3px; 
	font-weight: 100;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
.mySlides {
	display:none;
	-webkit-animation: zoom 50s;
  	animation: zoom 50s;
}

.header {
	position:relative;
	background-color:#FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
}
.logo-header {
	text-align:center;
	padding-top:22px;
	padding-bottom:24px;
}

.topnav {
  	overflow: hidden;
  	font-size: 13px;
	line-height: 13px;
	letter-spacing: 3px;
	text-align: center;
	border-bottom: 1px solid #bababa;
	border-top: 1px solid #bababa;
	padding-top: 22px;
	padding-bottom: 22px;
}

.topnav a {
  	color: #000000;
  	text-align: center;
  	text-decoration: none;
}

.icon, .icon-close {
  display: none;
}

.batas {
	margin: 0px 20px;
	color: #bababa;
}

.booking {
    background-color: #dd6363;
    border-radius: 10px;
    width: 150px;
	padding: 5px 10px;
}

/*css typing*/
@keyframes typing { from { width: 0; } }
@keyframes blink-caret { 50% { border-color: transparent; } }

.typing { 
	border-bottom: .1em solid;
	width: 1em; /* fallback */
	width: 12em; /* # of chars */
	white-space: nowrap;
	overflow: hidden;
	animation: typing 5s steps(15,end) infinite alternate;
	float:left;
	margin-left: 6px;
	padding-top:10px;
}

.guest-info {
	background-color: #6F5850;
	color:#FFFFFF;
	padding:25px;
	font-size: 24px;
}
.guest-content {
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
}
.guest-border {
	border-bottom: 1px solid #6E6560;
}
.guest-left {
	padding-left:0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.guest-right {
	padding-right:0px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align:right;
}

.check-box {
	padding:25px;
	color:#a3a3a3;
	font-size:12px;
	letter-spacing:2px;
	line-height:12px;
	font-weight: bold;
}
.check-content {
	margin-top:20px;
}
.check-content:first-child, .check-content:nth-child(2) {
	border-right: 1px solid #746059;
}
.check-date {
	font-size:50px;
	display:inline-block;
	width:60%;
	margin-top: 30px;
	color:#727475;
}
.check-month {
	display:inline-block;
	vertical-align: top;
	padding-top: 15px;
	width:34%;
	text-align:center;
	color:#727475;
}
.panah-bawah {
	padding-top: 16px;
	color:#727475;
	cursor:pointer;
}
.panah-atas {
	padding-top: 2px;
	padding-bottom: 5px;
	color:#727475;
	cursor:pointer;
}
.check-availability {
	background-image:url(images/images.jpg);
	color:#FFFFFF;
	text-align:center;
	padding-top:45px;
	padding-bottom:45px;
	background-position: center;
	margin-top: 10px;
	border:0px solid #FFFFFF;
	font-weight: lighter;
	letter-spacing: 2px;
	white-space: normal;
	word-wrap: break-word;
	line-height: 18px;
}
.desc {
	padding-top:100px;
	color:#a3a3a3;
}
.desc p {
	font-size: 14px;
	line-height: 27px;
	margin-bottom: 0px;
}
.desc-header {
	font-size:30px;
	line-height:30px;
	letter-spacing: 2px;
	text-align:center;
	margin-bottom:20px;
}
.desc-garis {
	background-color:#a3a3a3;
	height:4px;
	width:47%;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom: 70px;
}
.facilities {
	font-size:14px;
	padding-bottom:70px;
}
.fac {
	padding-top:40px;
}
.fac-padding {
	padding-top:45px;
	padding-bottom: 50px;
	border-bottom: 1px solid #f1f1f1;
}
.fac-icon {
	display: inline-block;
	width: 20%;
	vertical-align: top;
}
.fac-icon img {
	width:70%;
}
.fac-desc {
	display: inline-block;
	width: 78%;
	vertical-align: top;
	color:#a3a3a3;
	font-size:14px;
	line-height:27px;
}
.fac-header {
	font-size:25px;
	font-weight:bold;
	padding-bottom:20px;
	color:#727475;
	letter-spacing: 2px;
}
.gallery {
	border-bottom:1px solid #f1f1f1;
	padding-bottom:70px;
}
.gal-col {
	margin-bottom:30px;
}
.gal-img {
	background-size: cover;
	background-position: center;
	padding-top: 178px;
}
.gal-img-big {
	background-size: cover;
	background-position: center;
	padding-top: 302px;
}
.gal-left {
	display: inline-block;
}
.gal-img-text {
	padding-top: 25px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-size: 11px;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
	padding-left: 25px;
}
.gal-desc {
	border-left:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
	padding:30px;
	font-size:12px;
	color:#958C87;
	letter-spacing:0px;
}
.gal-title {
	font-size:30px;
	line-height:30px;
	font-weight:bold;
	color:#727475;
	font-family: sans-serif;
	letter-spacing: 2px;
	padding-bottom: 8px;
}
.gal-icon {
	margin-top: 5px;
	display: inline-block;
	padding-right: 25px;
}
.icon-center {
	text-align: center;
	padding-left: 110px;
	padding-right: 110px;
}
.gal-icon-guests {
	vertical-align: middle;
	margin-right:5px;
	width:23px;
}
.icon-width {
	width: 40px;
}
.gal-content {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
	line-height: 20px;
	font-size:14px;
	line-height: 27px;
	color:#a3a3a3;
}
.gal-button {
	border: 2px solid #78635a;
	color: #78635a;
	letter-spacing: 2px;
	font-size: 11px;
	line-height: 11px;
	padding: 15px 30px !important;
	font-family: sans-serif;
	font-weight:bold;
	margin-top:20px;
	display: table;
}
.gal-button a {
	color: #78635a;
	text-decoration:none;
}
.gal-img-icon {
	width:23px;
	margin-right:5px;
	margin-left:5px;
	padding-top:8px;
}
.padding-left-0 {
	padding-left:0px;
}
.padding-right-0 {
	padding-right:0px;
}
.gal-full {
	text-align:right;
	padding-top:7px;
	letter-spacing:2px;
	font-size: 11px;
	line-height: 30px;
}
.gal-full a {
	color:#958C87;
	text-decoration:none;
}
.populer-area {
	font-size:14px;
	color:#958C87;
	letter-spacing:2px;
	padding-bottom:75px;
	line-height:14px;
}
.pop-desc {
	text-align:center;
	padding-top:50px;
}
.pop-img {
	margin-bottom: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:50px;
}

.contact-white {
	position:relative;
	padding-bottom:50px;
	background-color:#FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
}
.contact {
	position:relative;
	background-image:linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(images/ST11.jpg);
	padding-top:100px;
	padding-bottom:100px;
	background-size:cover;
	background-position:center;
}
.con-right {
	padding-left: 100px;
}
.con-address {
	color: #ffffff;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: lighter;
	padding-top:205px;
}
.con-follow {
	color: #ffffff;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: 'Gilda_Display', sans-serif;
	padding-top:70px;
}
.con-follow-img {
	width:50px;
	border-radius: 50%;
	border:6px solid #ebebeb;
	display: inline-block;
	margin-top:25px;
	margin-right:30px;
}
.form-contact {
	background-color:#FFFFFF;
	margin-left:50px;
	padding-bottom:30px;
}
.form-header {
	text-align:center;
	color: #727475;
	font-size: 30px;
    line-height: 30px;
	padding-top: 25px ;
	padding-bottom: 25px ;
	border-bottom: 1px solid #f1f1f1;
	background-color: #f9f9f9;
	font-weight: bold;
	letter-spacing: 1px;
}
.form-header-text {
	background-color: #ddae68;
	padding: 5px 10px;
	font-size: 11px;
	display: inline;
	color: #FFFFFF;
}
.form-contact-content {
	padding: 20px 50px;
	color: #a3a3a3;
	font-size: 14px;
	line-height: 27px;
}
.form-input {
	width: 100%;
	background-color: #f9f9f9;
	border-radius: 0px;
	-webkit-appearance: none;
	color: #878787;
	padding: 10px 20px;
	outline: 0;
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 27px;
	font-weight: lighter;
	letter-spacing: 1px;
}
.form-bttn {
	width: 100%;
	background-color: #715d55;
	border-radius: 0px;
	-webkit-appearance: none;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 2px;
	padding: 15px 30px;
	outline: 0;
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
}
.news {
	padding-top:35px;
	background-color:#FFFFFF;
	position:relative;
	padding-bottom:30px;
}
.news-header {
	color: #727475;
	text-align: center;
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: lighter;
}
.news-garis {
	height: 5px;
	width: 10%;
	background-color: #a3a3a3;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:40px;
}
.event-image {
	position:absolute;
}
.event-image img {
	width: calc(100% - 15px);
}
.event-relative {
	position:relative;
	background-image:linear-gradient(to bottom, rgba(123,123,123,0.1), rgba(123,123,123,0.5));
	color:#FFFFFF;
	margin-bottom: 30px;
}
.news-image {
	position:relative;
	width:100%;
	height:250px;
	background-size:cover;
	background-position:center;
	padding:30px;
	margin-bottom: 30px;
	background-repeat:no-repeat;
}
.news-image-text {
	position:absolute;
	bottom:30px;
	color:#FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
}
.news-image-text h5 {
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom:0px;
}
.news-image-text h5 a {
	color:#FFFFFF;
	text-decoration:none;
}
.news-image-text h6 {
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom:0px;
}
.news-image-text h6 a {
	color:#FFFFFF;
	text-decoration:none;
}
.news-garis-dalam {
	background-color:#FFFFFF;
	width:30px;
	height:1px;
	margin-top:15px;
}
.news-title {
	font-size: 24px;
	line-height: 24px;
	font-family: sans-serif;
	font-weight:bold;
	padding-top:15px;
	padding-bottom:20px;
	letter-spacing:1px;
}
.news-title a {
	color:#FFFFFF;
	text-decoration:none;
}
.copyright {
	position:relative;
	background-color:#78635a;
	color:#FFFFFF;
	text-align:center;
	font-size: 14px;
	line-height: 27px;
	padding-top:12px;
	padding-bottom:12px;
}

/*css template*/
.banner-template {
	height: 500px;
	background-size: cover;
	background-position: center;
}
.title-template {
	color: #a3a3a3;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 5px;
	font-weight: lighter;
	padding-top: 35px;
	padding-bottom:30px;
	background-color: #f9f9f9;
	text-transform: uppercase;
	margin-bottom:35px;
}
.garis-title-template {
	height: 5px;
	width: 12%;
	background-color: #878787;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
.content-about {
	color: #a3a3a3;
	font-size: 14px;
	line-height: 27px;
}
.content-about p {
	margin-bottom:35px;
}
.about-address {
	padding: 30px 30px 0px 30px;
	background-color: #78635a;
	margin: 0px 0px 3px 0px;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
}
.about-address-content {
	padding-bottom:30px;
}
.about-address-left {
	display: inline-block;
	width: 14%;
}
.about-address-right {
	display: inline-block;
	width: 84%;
	vertical-align: top;
}
.about-facilities h3 {
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color: #727475;
	margin-bottom:30px;
}
.about-facilities-content {
	text-align:center;
}
.about-facilities-text {
	margin:20px;
	color: #a3a3a3;
	font-size:14px;
}
.about-facilities h4 {
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color: #727475;
	margin-bottom:30px;
	margin-top:30px;
}
.form-about-contact {
	margin-left:0px;
}
.form-about-content {
	padding:0px;
	color: #a3a3a3;
	font-size: 14px;
	line-height: 27px;
}
.form-about-header {
	color: #a3a3a3;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 2px;
	font-weight: lighter;
	padding-top: 20px;
}
.garis-form-about {
	height: 1px;
	width: 30px;
	background-color: #878787;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
.about-fac-pay, .enquiry, .contact-content {
	padding-bottom:85px;
}
.contact-address {
	padding-top:50px;
	color: #a3a3a3;
	font-size: 14px;
	line-height: 27px;
}
.contact-address-row {
	border-bottom:1px solid #f1f1f1;
	margin: 0px;
}
.contact-address-check {
	margin: 0px;
}
.contact-address-left {
	padding:10px;
	color: #727475;
}
.contact-address-right {
	padding:10px;
	text-align:right;
}
.contact-note {
	color: #a3a3a3;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 2px;
	font-weight: lighter;
	padding-top:35px;
}
.contact-note-garis {
	margin-top:15px;
	margin-bottom:20px;
	height: 1px;
	width: 30px;
	background-color: #a3a3a3;
}

.garis-title-bali, .garis-title-jakarta {
	height: 5px;
	background-color: #878787;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:30px;
}
.garis-title-bali {
	width: 5%;
}
.garis-title-jakarta {
	width: 15%;
}

/* Image zoom on hover + Overlay colour */
.parent {
    width: 100%;
    height: 425px;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.padding-small {
	padding-top: 30px;
}

.small-pic {
	height: 220px;
}
.med-pic {
	height: 274px;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.hover {
    display: none;
    font-size: 14px;
	line-height:14px;
    color: #ffffff !important;
    font-family: Poppins;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 10px;
    cursor: pointer;
	letter-spacing:1px;
    /*text-decoration: none;*/
	font-weight:bold;
}

.parent:hover .child, .parent:focus .child {
    /*-ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);*/
	
	-ms-transform: matrix(1.2, 0.1, 0, 1.2, 0, 0);
    -moz-transform: matrix(1.2, 0.1, 0, 1.2, 0, 0);
    -webkit-transform: matrix(1.2, 0.1, 0, 1.2, 0, 0);
    -o-transform: matrix(1.2, 0.1, 0, 1.2, 0, 0);
    transform: matrix(1.2, 0.1, 0, 1.2, 0, 0);
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.parent:hover a, .parent:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(40,40,40,0.3);
}

.bttn-loc {
	border-radius:20px; 
	background-color:#d36b6b; 
	padding:10px 20px; 
	color:#ffffff;
	font-size: 14px;
	line-height: 27px;
	letter-spacing: 1px;
	margin-top:5px;
	display:inline-block;
	text-transform:capitalize;
}
.bttn-loc:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.title-loc {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
	padding-top:5px;
}
.title-manado {
	padding-top: 55px;
}
.garis-loc {
	height: 2px;
	width: 75%;
	background-color: #878787;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
.news-template {
	padding-top:15px;
	padding-bottom:85px;
}
.news-text {
	background-color: #000;
	top: 20px;
	right: 20px;
	color:#FFFFFF;
	position:absolute;
	display: inline-block;
	border-radius: 3px;
	padding: 8px;
	font-size: 13px;
	line-height: 13px;
}
.news-text a {
	color:#FFFFFF;
	text-decoration:none;
}
.banner-news {
	height: 386px;
	background-size: cover;
	background-position: center;
}
.banner-news h1 {
	font-size: 54px;
	line-height: 54px;
	color: #fff !important;
	text-align: center;
	box-sizing: border-box;
	padding-top: 125px;
	font-weight:bold;
	padding-bottom:90px;
	font-family: sans-serif;
}
.banner-news-user {
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	position: absolute;
	width: 100%;
	max-width: 1140px;
	bottom: 50px;
}
.icon-user, .icon-calendar {
	font-size: 20px !important;
	padding-right: 7px;
}
.icon-calendar {
	padding-left:40px;
}
.content-news {
	padding:15px;
	color: #a3a3a3;
	font-size: 14px;
	line-height: 27px;
}
.content-news img {
	max-width:100%;
	height: auto !important;
}
.bttn-search {
	width:auto;
}
.list-news {
	padding-top:40px;
}
.list-news h2 {
	color: #727475;
	font-weight:bold;
	font-size: 25px;
	line-height: 25px;
}
.list-news ul {
	list-style:none;
}
.list-news ul li {
	padding: 10px;
	border-bottom: 1px solid #f1f1f1;
}
.list-news ul li a {
	color: #a3a3a3;
	text-decoration:none;
}
.banner-search {
	background-color: #444444;
	text-align:center;
	color:#FFFFFF;
}
.search-title {
	padding-top: 85px;
	font-size: 55px;
	line-height: 55px;
	font-weight:bold;
}
.search-title-post {
	text-transform:uppercase;
	margin-top: 20px;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px;
}
.search-image {
	position:relative;
	width:100%;
	height:250px;
	background-size:cover;
	background-position:center;
	padding:30px;
	background-repeat:no-repeat;
}
.search-content {
	padding: 30px;
	color: #a3a3a3;
	font-size: 14px;
	line-height: 27px;
	border: 1px solid #f1f1f1;
	margin-bottom:30px;
}
.search-content h5 {
	color: #727475;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.garis-search {
	background-color: #444444;
	width: 30px;
	height: 1px;
	margin-top:15px;
	margin-bottom:15px;
}
.title-search {
	color: #727475;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom:20px;
}
.search-template {
	padding-top:60px;
	padding-bottom:85px;
}
.search-read {
	border: 2px solid #000;
	color: #000;
	display: inline-block;
	padding: 15px 30px;
	line-height: 11px;
	font-weight: bold;
	font-size: 11px;
}
.search-read a {
	color: #000;
	text-decoration:none;
}

/*css gallery*/
.slider-for {
	padding-bottom:85px;
}
.slider-for .slick-slide {
	margin-left:25px;
}

.img-center {
	opacity:0.7;
	width:20vw;
	margin-top:68%;
	
	

    /*transform: rotate(3deg) scale(1) skew(3deg) translate(-1px);
    -webkit-transform: rotate(3deg) scale(1) skew(3deg) translate(-1px);
    -moz-transform: rotate(3deg) scale(1) skew(3deg) translate(-1px);
    -o-transform: rotate(3deg) scale(1) skew(3deg) translate(-1px);
    -ms-transform: rotate(3deg) scale(1) skew(3deg) translate(-1px);



    transform: rotate(356deg) scale(0.843) skew(-6deg) translate(-10px);
    -webkit-transform: rotate(356deg) scale(0.843) skew(-6deg) translate(-10px);
    -moz-transform: rotate(356deg) scale(0.843) skew(-6deg) translate(-10px);
    -o-transform: rotate(356deg) scale(0.843) skew(-6deg) translate(-10px);
    -ms-transform: rotate(356deg) scale(0.843) skew(-6deg) translate(-10px);*/


}

/*.slider-for .slick-slide[data-slick-index="1"] .img-center {
  	transform: rotate(3deg) scale(1) skew(3deg) translate(-1px);
    -webkit-transform: rotate(3deg) scale(1) skew(3deg) translate(-1px);
    -moz-transform: rotate(3deg) scale(1) skew(3deg) translate(-1px);
    -o-transform: rotate(3deg) scale(1) skew(3deg) translate(-1px);
    -ms-transform: rotate(3deg) scale(1) skew(3deg) translate(-1px);
}

.slider-for .slick-slide[data-slick-index="-1"] .img-center {
  	transform: rotate(356deg) scale(0.843) skew(-6deg) translate(-10px);
    -webkit-transform: rotate(356deg) scale(0.843) skew(-6deg) translate(-10px);
    -moz-transform: rotate(356deg) scale(0.843) skew(-6deg) translate(-10px);
    -o-transform: rotate(356deg) scale(0.843) skew(-6deg) translate(-10px);
    -ms-transform: rotate(356deg) scale(0.843) skew(-6deg) translate(-10px);
}*/

.slider-for .slick-prev {
	left:0px;
	z-index:2;
	top: 0%;
	margin-top: 21%;
}
.slider-for .slick-next {
	right:0px;
	z-index:2;
	top: 0%;
	margin-top: 21%;
}

.width-auto {
	max-height: 183px;
	width: auto!important;
	margin-left: 20%;
}

.slick-center .width-auto {
	max-height: none!important;
	width: auto!important;
	margin-left: 0px;
}

.slick-center .img-center {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	opacity:1;
	margin-top:0px;
	-ms-transform: skewY(0deg); /* IE 9 */
  	transform: skewY(0deg);
}

.slider-nav .slick-slide{
	padding-right: 8px;
}
.gallery-nav {
	padding-bottom:85px;
	padding-left:40px;
	padding-right:40px;
}
.slick-current .thumb-gal-text {
	color:#000000;
	background-color: #FFF;
}
.thumb-gal {
	width: 100%;
	height: 103px;
	background-size: cover;
}
.thumb-gal-text {
	font-size: 12px;
	color: rgb(255, 255, 255);
	line-height: 15px;
	padding: 15px 15px 15px 15px;
	cursor:pointer;
	height:100%;
}
.thumb-gal-text:hover {
	color:#000000;
	background-color: #FFF;
}
.gal-text-left {
	display: block;
	float: left;
	width: 90%;
}
.gal-text-right {
	display: block;
	float: left;
	width: 10%;
	text-align: right;
}
.gal-title-image {
	text-align: center;
	background-color: rgb(120, 99, 90);
	padding: 15px 15px;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 2px;
	position: relative;
	color: #FFFFFF;
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
	margin-top: -20px;
	display:none;
}
.slick-center .gal-title-image {
	display:block;
}

/*css slick slider*/
.slick-slide img {
	width: 100%;
	max-width:50vw;
}

.slick-prev:before, .slick-next:before {
	color: black;
}

.garis-title-garden {
	height: 5px;
	width: 25%;
	background-color: #878787;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

/*css lightbox*/
.lightbox {
	margin-bottom:85px;
}
.lightbox .row > .column {
  padding: 0 8px;
}

.lightbox .row:after {
  content: "";
  display: table;
  clear: both;
}

.lightbox .column {
  float: left;
  width: 100%;
}

.lightbox .column img {
	width:100%;
	margin-bottom:20px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(101, 100, 96, 0.9);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: rgba(101, 100, 96, 1);
  margin: auto;
  padding: 0;
  width: 55%;
  max-width: 1200px;
  border: 0px solid rgba(0,0,0,.2);
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides2 {
  display: none;
}

.mySlides2 img {
	width:100%;
	box-shadow: 1px 1px 5px #333;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* 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: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: relative;
  text-align:right;
}

.caption-container {
  text-align: center;
  background: rgba(101, 100, 96, 1);
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.thumb-light {
	height:170px!important;
	margin-bottom: 20px;
	cursor:auto !important;
}
.thumb-light-center {
	height:360px!important;
	cursor:auto !important;
}
.thumb-light-hover {
	cursor:auto !important;
	font-size:17px!important;
	line-height:17px!important;
	height:auto!important;
	top:60px!important;
}
.thumb-light-hover-center {
	cursor:auto !important;
	font-size:17px!important;
	line-height:17px!important;
	height:auto!important;
	top:160px!important;
}
.thumb-light-view {
	cursor:pointer!important;
	font-size:15px;
	line-height:15px;
	margin-top:20px;
	font-weight:normal;
}
.title_rooms {
	color: #727475;
	font-size: 40px;
	line-height: 45px;
	padding-top:35px;
	font-weight:bold;
	font-family: sans-serif;
	padding-bottom:25px;
}
.villa_name {
	text-transform: uppercase;
	color: #a3a3a3;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 27px;
	font-weight:normal;
	padding-top:10px;
}
.content-rooms {
	color: #a3a3a3;
	font-size: 14px;
	line-height: 27px;
	border-bottom: 2px solid #f9f9f9;
	padding-bottom:50px;
}
.padding-rooms {
	padding-top: 40px;
}
.bttn-booking-rooms {
	display: block;
	text-align: center;
}
.room-services {
	padding-top:40px;
	padding-bottom:60px;
}
.room-services h2 {
	text-transform: capitalize;
	color: #727475;
	font-size: 25px;
	line-height: 25px;
	font-weight:bold;
	font-family: sans-serif;
}
.room-services-col {
	margin-top:20px;
	color: #a3a3a3;
	font-size: 14px;
	line-height:27px;
}
.room-services-col img {
	width:25px;
	margin-right: 15px;
}
.banner-rooms {
	padding-top: 435px;
}
.banner-rooms-left {
	padding-top: 10px;
}
.banner-rooms-left li {
	list-style:none;
	color:#FFFFFF;
	text-transform:uppercase;
	display: inline-block;
	margin-right: 40px;
	font-size: 14px;
	line-height: 27px;
}
.banner-rooms-left li a {
	color:#FFFFFF;
	text-decoration:none;
}
.border-bottom-rooms {
	border-bottom: 2px solid #ffffff;
}
.price-left {
	float:left;
	text-align:right;
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	font-weight:bold;
	font-family:sans-serif;
}
.price-right {
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-family: sans-serif;
	padding-top: 4px;
	padding-left: 7px;
	letter-spacing: 1px;
}
.content-temp {
	color: #a3a3a3;
	font-size: 14px;
	line-height: 27px;
	padding-bottom:85px;
}
.content-temp p {
	margin-bottom:35px;
}
.content-temp h3 {
	color: #727475;
	font-size: 20px;
	line-height: 20px;
	font-weight:bold;
	font-family:sans-serif;
}
.content-temp hr {
	margin-top:0px;
	border-top: 2px solid #727475;
}
.content-temp ul {
	padding-left: 35px;
}
.template-line {
	background-color:#ebebeb;
	height:5px;
	width:100%;
	margin-top:45px;
	margin-bottom:75px;
}
.border-abu {
	border:6px solid #ebebeb;
}
.bttn-temp-contact {
	border-radius: 10px;
	background-color: #c92eb7;
	padding: 15px 25px;
	margin: 20px;
	color: #ffffff;
	margin-left:auto;
	margin-right:auto;
}
.bttn-temp-contact:hover {
	color: #ffffff;
	text-decoration:none;
}
.gj-datepicker-bootstrap [role="right-icon"] button {
    border: 0px solid #ced4da;
	padding:0px;
	width:auto;
	margin-left:11px;
}
.input-group-append:active, .input-group-append:focus {
	background-color:#FFFFFF;
}
.input-datepicker, .input-datepicker-out {
	font-size: 0px;
	padding: 0px;
	flex: unset!important;
	border: 0px;
}
.gj-picker {
	background-color: #78635a;
	font-family: 'Poppins', sans-serif;
	color:#FFFFFF;
	font-size:14px;
	font-weight:lighter;
}
.gj-picker td {
	font-weight: lighter;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	line-height: 27px;
	letter-spacing: 1px;
	width:40px;
	height:40px;
}
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    color: #fff;
    background-color: #715d55;
    border-color: #715d55;
    border-radius: 4px;
}
.gj-picker-bootstrap table tr td.today.gj-cursor-pointer div {
    color: #fff;
}
.gj-picker-bootstrap div[role="navigator"] {
	background-color:#715d55;
	line-height:30px;
	font-weight:normal;
}
.gj-picker-bootstrap div[role="navigator"] .fa {
	line-height:30px;
}
.gj-picker-bootstrap {
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px;
}
.need-share-button-default .need-share-button_button {
	font-size: 11px;
	margin-top: -20px;
}
.need-share-button-default .need-share-button_dropdown {
	margin-top:-25px!important;
}
.need-share-button_link {
	padding-top: 6px;
	height:30px;
	line-height:30px;
}
.box-fb {
	display: inline-flex;
}
.box-fb img {
	height: 40px!important;
}
.box-share {
	display: inline-flex;
}
.call {
	display:none;
}

@media screen and (max-width: 960px) {
    .parent {
		width: 100%; 
		margin: 20px 0px;
	}
	
	.topnav {
  	border-bottom: 0px solid #bababa;
	border-top: 0px solid #bababa;
	padding-top:0px;
	padding-bottom:0px;
  }
  .icon {
  	border-bottom: 1px solid #bababa;
	border-top: 0px solid #bababa;
	padding-top:0px;
	padding-bottom:40px;
	display: block;
	text-align: center;
  }
  .topnav a, .topnav .batas {display: none;}
  /*.topnav a.icon {
    display: block;
  }*/
  .topnav.responsive {
  	position: fixed;
	background-color: rgb(120, 99, 90);
	right: 0px;
	top: 0px;
	height: 100vh;
	width: 90%;
	padding: 30px 40px;
	z-index: 2;
	overflow:auto;
  }
  .topnav.responsive .icon {
    position: absolute;
    top: 0;
	display: block;
	text-align: center;
	width: 100%;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	color: #FFFFFF;
	font-size:24px;
	line-height:27px;
	padding-top:30px;
	padding-bottom:30px;
  }
  .icon-close {
  	border-bottom: 0px solid #bababa;
	border-top: 0px solid #bababa;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left:90%;
  }
  .close-template {
  	padding-left:90%;
  }
  
  .booking {
    background-color: transparent;
    border-radius: 10px;
    width: auto;
    padding: auto;
  }
}

@media screen and (max-width: 600px) {
  .box-slideshow {
    top: 0px;
	min-height:290px;
	width: 100vw;
	min-width: 100vw;
	max-width: 100vw!important;
  }
  .fixed-bg {
    min-height: 250px;
  }
  .box-tulisan-slideshow {
    padding-top: 180px;
  }
  .text-h1 {
	font-size: 18px; 
	line-height: 18px; 
  }
  .img-slideshow {
    position: absolute;
	min-height:80vh;
  }
  .text-strong {
	font-size: 9px;  
	line-height: 12px; 
	letter-spacing: 1px;
  }
  .typing {
  	width: 10em;
	margin-left: 0px;
  }
  .check-row {
  	display:block;
  }
  .check-content:first-child, .check-content:nth-child(2) {
    border-right: 0px solid #746059;
  }
  .check-content {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
	padding-top:10px;
  }
  .check-align {
  	text-align:center;
  }
  .check-box {
  	padding-top:35px;
  }
  .check-date {
  	text-align:center;
  }
  .panah-atas {
  	padding-bottom:0px;
  }
  .check-availability {
    padding-top: 51px;
    padding-bottom: 51px;
	margin-top: 30px;
  }
  .desc-garis {
  	width:53%;
  }
  .fac-padding {
  	padding-top:10px;
  }
  .gal-col {
    padding-left: 40px;
    padding-right: 40px;
	margin-bottom: 40px;
  }
  .gal-img {
    background-size: 110%;
    background-position: center;
    padding-top: 77px;
  }
  .gal-img-text {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
	line-height: 12px;
  }
  .gal-icon {
    padding-right: 7px;
  }
  .icon-center {
  	width: 100%;
	padding: 20px 0px;
  }
  .contact {
  	background-size: auto 150%;
	padding-top:0px;
  }
  .con-address {
  	padding-top:100px;
	padding-left: 10px;
	padding-right: 10px;
  }
  .con-follow-img {
  	display:block;
	width:90px;
	margin-left:auto;
	margin-right:auto;
  }
  .form-contact {
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .news-image {
  	height: 220px;
  }
  
  .gj-picker-bootstrap {
  	left:0px!important;
  }
  
  .content-about, .about-facilities, .lightbox, .content-news, .form-about-content, .content-temp, .title_rooms, .content-rooms, .room-services {
  	padding-left: 40px;
	padding-right: 40px;
  }
  .about-address {
  	margin-left: 30px;
	margin-right: 30px;
  }
  .about-address-left {
  	width:20%;
	padding-top: 4px;
  }
  .about-address-right {
  	width:77%;
	white-space: normal;
	word-wrap: break-word;
  }
  .about-facilities-text {
  	margin-bottom:40px;
  }
  .parent {
  	height:180px;
	margin-bottom: 0px;
  }
  .title-bali {
	padding-top: 55px;
  }
  .bttn-loc {
  	margin-bottom:30px;
  }
  .gallery-template {
  	padding-left:0px;
	padding-right:0px;
  }
  .thumb-gal {
  	height:100px;
  }
  .slider-nav {
  	margin-left:30px;
	margin-right:30px;
  }
  .thumb-light-center {
  	height:170px!important;
  }
  .modal {
  	padding-top: 70%;
  }
  .close {
  	top: 28%;
  }
  .modal-content {
  	width: 80%;
  }
  .banner-news {
  	height: auto;
	padding-bottom: 35px;
  }
  .banner-news h1 {
  	font-size:40px;
	line-height:40px;
  }
  .contact-map {
  	padding-top:40px;
	padding-left:55px;
	padding-right:55px;
  }
  .contact-address-right {
  	text-align:left;
	white-space: normal;
	word-wrap: break-word;
  }
  .bttn-temp-contact {
  	display:block;
	margin-left: 25px;
	margin-right: 25px;
  }
  .booking {
  	padding-left:0px;
  }
  .banner-template {
  	height:auto;
	padding-bottom: 25px;
	min-height: 250px;
  }
  .banner-rooms {
  	padding-left:10px;
	padding-right:10px;
  }
  .banner-rooms-left {
  	text-align:center;
  }
  .banner-rooms-left ul {
  	margin-bottom: 40px;
  }
  .price-right {
  	float:right;
  }
  .title_rooms {
  	font-size:30px;
	line-height:35px;
	text-align:center;
  }
  .villa_name {
  	text-align:center;
	font-size: 11px;
  }
  
  .call {
	display:block;
	background-color:#A48D83;
	color:#FFFFFF;
	text-align:center;
	position: fixed;
	bottom: 0vh;
  }
  .call a {
  	color:#FFFFFF;
	text-decoration:none;
  }
  .text-call, .text-wa {
  	padding:10px;
  }
  .text-call {
  	border-right:1px solid #78635a;
  }
  .copyright {
    padding-bottom: 52px;
  }
  .slider-for {
  	padding-bottom: 65px;
  }
  .slider-for .slick-slide img {
	width: auto;
	max-width:100%;
	height:240px;
  }
  .slider-for .slick-track {
  	height:290px;
  }
  .gallery-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
  .con-right {
    padding-left: 20px;
  }
  .con-follow {
  	padding-left: 5px;
  }
  
}