.html, body {
  overflow-x: hidden;
}
.body {
  position: relative
}


/*
Typography
=========================== */





hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px solid #eee;
}

#welcome {
	background-color: #fefefe;
}


#dishes {
	background-image:url(../images/bg-content.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 50px;
	padding-bottom: 80px;	
	
}

.welcome {
	font-family: 'Open Sans', sans-serif;
	color:#424241;
	line-height:32px;
	font-size:16px;	
	margin-top:10px;
	}

.h1 {
	font-family: 'Abril Fatface', cursive;
	color:#000;
	font-size:43px;
	line-height:57.6px;
	font-weight: 300;
	padding-bottom: 10px;	
	
}

h3 {
	font-family: 'Abril Fatface', cursive;
	color:#000;
	line-height:33px;
	font-size:26px;	
	font-weight: 500;	
	margin-bottom:20px;
	text-transform: capitalize;	
}


.h3 {
	font-family: 'Abril Fatface', cursive;
	color:#000;
	line-height:36px;
	font-size:33px;		
	margin-top:50px;	
}


.h5 {
	font-family: 'Playfair Display', serif;
	color:#636362;
	line-height:30px;
	font-size:16px;	
	letter-spacing:2.5px;
	margin-top:-20px;	
}

.img-welcome {
	padding:20px;
	width:500px;
}

#top {
	background-color:#101010;
	padding:15px;
	height:70px;
}

.top {
	font-family: 'Open Sans', sans-serif;
	color:#ecebeb;
	line-height:33px;
	font-size:15px;	
}

.p-about {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height:35px;
    color: #323131;
    font-weight: 400;
}



.p {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height:22px;
    color: #323131;
}




/***** HYPERLINK *****/

A.bgdark {color:#e6e5e5;}
A.bgdark :link {text-decoration: none; color:#e6e5e5;}
A.bgdark :visited {text-decoration: none; color:#e6e5e5;}
A.bgdark :hover {text-decoration: none; color:#e6e5e5;}
A.bgdark :active {text-decoration: none; color:#e6e5e5;}


A.bglight {color:#03182F;}
A.bglight:link  {text-decoration: none; color:#03182F;}
A.bglight:visited {text-decoration: none; color:#03182F;}
A.bglight:hover {text-decoration: none; color:#03182F;}
A.bglight:active {text-decoration: none; color:#03182F;}


/***** SUB TITLE *****/


#sub {
	background-image:url(../hotel/bg-sub.jpg);	
	font-family:'Oswald', sans-serif;
	color:#000;
	height:470px;
	padding:5px;
}

#hotel-header {
	background-image:url(../hotel/bg-header.jpg);	
	font-family:'Oswald', sans-serif;
	color:#000;
	height:600px;
	padding:5px;
}

#resi-header {
	background-image:url(../residency/bg-residency.jpg);	
	font-family:'Oswald', sans-serif;
	color:#000;
	height:600px;
	padding:5px;
}

#resi-hotel-header {
	background-image:url(../residency/bg-residency-hotel.jpg);	
	font-family:'Oswald', sans-serif;
	color:#000;
	height:600px;
	padding:5px;
}




#resi-sub {
	background-image:url(../residency/bg-cont-resi.jpg);	
	font-family:'Oswald', sans-serif;
	color:#000;
	height:600px;
	padding:5px;
}

#resi-sub1 {
	background-image:url(../images/bg-sembatti.jpg);	
	font-family:'Oswald', sans-serif;
	color:#000;
	height:600px;
	padding:5px;
}



.h1-sub {
	 font-family: 'Crimson Text', serif;
	color:#000;
	font-size:45px;
	font-weight:900;		
	margin-top:140px;
	line-height:40px;
	
}
.h3-sub {
	
	font-family: 'Crimson Text', serif;
 	font-style: normal;  	
	color:#fff;		
}





/***** parallax *****/

.parallax{
    /* The image used */
    background-image: url(../images/bg-service.jpg);
    /* Set a specific height */
    min-height: 400px; 
	padding:30px;


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat:repeat;
    background-size: cover;
}

/***** SLIDER *****/

.fade-carousel {
    position: relative;
    height: 80vh;
}
.fade-carousel .carousel-inner .item {
    height: 80vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #FC4242;
    border-color: #B50B0B;
    opacity: .3;
}
.fade-carousel .carousel-indicators > li.active {
  width: 15px;
  height: 15px;
  opacity: 5;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #FCE702;
    border-color: #B50B0B;
    opacity: .3;
}
.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
        border-top-color: rgb(255, 255, 255);
        border-right-color: rgb(255, 255, 255);
        border-bottom-color: rgb(255, 255, 255);
        border-left-color: rgb(255, 255, 255);
    border-radius: 10px;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 0px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {	
	 font-family: 'EB Garamond', serif;
	color:#FFF;
	font-weight:900; 
    margin: 0;
    padding: 0;
}
.hero-p {
	font-family: 'Open Sans', sans-serif;
    color: #FDE306;
    font-size: 17px;
    font-weight: 400;
  	letter-spacing:3.5px;
	padding-top:17px;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}



/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-md {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #FF3547;
    border-color: #FF3547;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-0, 
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5,
.fade-carousel .slides .slide-6 


{
  height: 80vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
.fade-carousel .slides .slide-0 {
  background-image: url(../images/slider0.jpg); 
}
.fade-carousel .slides .slide-1 {
  background-image: url(../images/slider1.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/slider2.jpg); 
}
.fade-carousel .slides .slide-3 {
 background-image: url(../images/slider3.jpg); 
}
.fade-carousel .slides .slide-4 {
 background-image: url(../images/slider4.jpg); 
}
.fade-carousel .slides .slide-5 {
 background-image: url(../images/slider5.jpg); 
}
.fade-carousel .slides .slide-6 {
 background-image: url(../images/slider6.jpg); 
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; } 
	   
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 3em; }    
}


/***** BUTTON *****/

.myButton {
	
	background-color:transparent;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #000;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-family:Arial;
	font-size:14px;
	padding:12px 25px;
	text-decoration:none;
	margin-top:5px
	
}
.myButton:hover {
	background-color:transparent;
	color:#fff;
	text-decoration: none;
}
.myButton:active {
	position:relative;
	top:1px;
}

 .myButton-b {
	
	background-color:transparent;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #000;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:14px;
	padding:12px 25px;
	text-decoration:none;
	margin-top:5px
	
}
.myButton-b:hover {
	background-color:transparent;
	color:#000;
	text-decoration: none
}
.myButton-b:active {
	position:relative;
	top:1px;
}

.btn-warning:hover {
	background-color:#EA1701;
	 border-color: #EA1701;
}
.btn-warning {
    color: #000;
    background-color: #EA1701;
    border-color: #EA1701;
	margin-top:0px;
	padding:10px;
	 font-family: 'EB Garamond', serif;
	color:#fff;
	font-size:15px;
	font-weight:600;
	letter-spacing:0.9px;
}

/***** DISHES *****/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800);
figure.snip0016 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0px;
  min-width: 100%;
  max-width: 100%;
  max-height: 250px;
  width: 100%; 
  text-align: left;
}
figure.snip0016 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0016 img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  border-radius: 16px;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0016 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 3em;
  width: 100%;
  height: 100%;
}
figure.snip0016 figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 100%;  
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0016 h2,
figure.snip0016 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.snip0016 h2 {
  word-spacing: -0.15em;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0016 h2 span {
  font-weight: 900;
  color: #fde200;
}
figure.snip0016 p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0.5px;
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0016 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip0016:hover img {
  opacity: 0.3;
}
figure.snip0016:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
figure.snip0016:hover figcaption p {
  opacity: 0.9;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0016:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}



/***** FOOTER *****/
#footer {
	background-color:#101010;
	padding-top: 50px;
	padding-bottom: 50px;
	
}

.h3-footer {
	font-family: 'Lato', sans-serif;
	color:#DFDFDF;
	line-height:30px;
	font-size:26px;	
	letter-spacing:1.5px;
	padding:10px;	
}


#copy {
	background-color:#050303;
	padding-top: 15px;
	padding-bottom: 10px;
	
}

	

.footer {
	font-family: 'Open Sans', sans-serif;
	color:#e0dfdf;
	line-height:33px;
	font-size:16px;	
	text-align:left;
  font-weight: 300;
	}
	

#testi {
	background-color: #f7f8f8;
	padding-top: 70px;
	padding-bottom: 70px;
}

.box-testi {
	background-color: #fff;
	padding: 25px;
	box-shadow: 0px 50px 75px 0px rgb(0 0 0 / 10%);
	padding-top: 60px;
	padding-bottom: 60px;
}

.p-testi {	
		font-family: 'Open Sans', sans-serif;
		color:#424241;
		line-height:32px;
		font-size:16px;	
		margin-top:10px;
		text-align: center;	
}

.icon-why {
	width: 70px;
	height: 70px;
}


.h3-why {
	font-family: 'Open Sans', sans-serif;
	color:#000;
	line-height:32px;
	font-size:20px;
	font-weight: 500;	
}

#facility {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 80px;
}

.box-faci {
	background-color: #fff;
	box-shadow: 0px 50px 75px 0px rgb(0 0 0 / 10%);
}

.h4-faci {
	font-family: 'Open Sans', sans-serif;
	color:#000;
	line-height:32px;
	font-weight: 500;
	font-size:20px;	
	text-align: center;
	padding: 20px;	
}

strong {
	font-family: 'Open Sans', sans-serif;
	color:#f54e32;
	line-height:32px;
	font-weight: 600;
	font-size:20px;	
	text-align: center;		
}


.fa-so {	
	color: #EA1701;	
}

.box-contact {
  background-color: #fff;
  padding: 0px;
}

.box-welcome {
	background-color: #fff;
	box-shadow: 0 3.4px 2.7px -30px rgba(0,0,0,.059),0 8.2px 8.9px -30px rgba(0,0,0,.071),0 25px 40px -30px rgba(0,0,0,.2);
  padding: 25px;
  margin-top: 20px;
}

.panel-heading {
  padding: 1px 10px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}