/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@font-face {
    font-family: 'myriadpro';
    src: url('../fonts/MyriadPro-Regular.eot');
	src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('eot'),
         url('../fonts/MyriadPro-Regular.svg') format('svg'),
         url('../fonts/MyriadPro-Regular.woff') format('woff'),
         url('../fonts/MyriadPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'motionpicture';
    src: url('../fonts/lucida-calligraphy.eot');
	src: url('../fonts/lucida-calligraphy.eot?#iefix') format('eot'),
         url('../fonts/lucida-calligraphy.svg') format('svg'),
         url('../fonts/lucida-calligraphy.woff') format('woff'),
         url('../fonts/lucida-calligraphy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 42%, rgba(230, 196, 80, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-attachment: fixed;
    background-repeat: no-repeat;
}
p {
    font-size: 18px;
}
body.home{
    text-align: center;
    color: #fff;
    background: url("../img/bg-1.jpg") no-repeat scroll center center / cover transparent;
    height: 100%;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}
p.small {
    font-size: 16px;
}
.welcome{
    margin-bottom: 40px;
}
.welcome p{
    font-family:  motionpicture;
    font-size: 48px;
    font-style: italic;
    line-height: 35px;
}
.description-welcome{
    margin-bottom: 40px;
}
.list-sleep{border-bottom: 1px solid rgb(204, 204, 204);}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #18bc9c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    
    font-family: myriadpro;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}



header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}
header img {
    display: block;
    margin: 0 auto 40px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding-top: 160px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 10px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    font-family: myriadpro;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 2em;
    font-family: myriadpro;
}

section.success {
    text-align: left;
    color: #fff;
    background: url("../img/bg-2.jpg") no-repeat scroll center center / cover transparent;
    height: 100%;
    position: relative;
    color: #444444;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#rooms .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#rooms .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#rooms .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(230,196,80,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#rooms .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#rooms .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#rooms .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#rooms .portfolio-item .portfolio-link .caption .caption-content h3,
#rooms .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#rooms * {
    z-index: 2;
}


/************************************************************************************/
#gallery .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#gallery .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#gallery .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(230,196,80,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#gallery .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#gallery .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#gallery .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#gallery .portfolio-item .portfolio-link .caption .caption-content h3,
#gallery .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#gallery * {
    z-index: 2;
}


@media(min-width:767px) {
    #rooms .portfolio-item {
        margin: 0 0 30px;
    }
    #gallery .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #444444;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 10px;
    background-color: #e6c451;
}
footer .footer-above p {
    font-size: 14px;
}
footer .footer-col {
    margin-bottom: 20px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #e6c451;
    color: #000;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 50px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
/* adjustment */
.nav-hotel {margin-top: 3%;}
.nav-hotel ul {display: block; text-align:center; padding-left:0px;}
.nav-hotel ul li{
    display: inline-block;
    background: #000;
    padding:5px;
    margin-left:10px;
    margin-right:10px;
}
.intro-text div{
    text-shadow: 1px 1px 5px #000;
    line-height: 27px;
}
.nav-hotel ul li a{
    color: #e7c450;
}
.nav-hotel ul li a:hover{ text-decoration: none;}
.nav-hotel ul li div{
    border: 1px solid #e7c450;
    padding: 5px 0px;
    width: 240px;
}



.peta-hotel {margin-top: 3%;}
.peta-hotel ul {display: block; text-align:center; padding-left:0px;}
.peta-hotel ul li{
    display: inline-block;
    padding:5px;
    margin-left:10px;
    margin-right:10px;
}
.intro-text div{
    text-shadow: 1px 1px 5px #000;
    line-height: 27px;
}
.peta-hotel ul li a{
    color: #e7c450;
}
.peta-hotel ul li a:hover{ text-decoration: none;}
.peta-hotel ul li div.button-peta{
    padding: 5px 0px;
    width: 140px;
    background: #f2ce55;
    color: #444444;
    margin: auto;
}



.book{
    margin-top:3%;
}
.desc{
    width:70%;
    margin: auto;
    margin-top:1em;
    margin-bottom:3em;
}
.batasatas{
    height: 3px; background: none repeat scroll 0% 0% #e7c450;
    position: absolute; width:100%; top: 0px;
}
.title_room{text-align: center; padding-top: 5px;}
#about .aboutimage img {border-radius: 300px;}
#about ul {padding-left: 12px;}
#contact .col-sm-4,#contact .col-sm-12 { padding-left:2px;}
#contact p {font-size: 14px;}
ul.contact_list{padding-left: 0px;}
ul.contact_list li.phone{
    background-image: url(../img/bg-phone.png);
    background-repeat: no-repeat;
    background-position: 1px 6px; 
    padding-left: 32px;
    list-style: none;
    border-bottom: 2px solid #ccc;
    margin-bottom: 9px;
    padding-bottom: 11px;
}
ul.contact_list li.email{
    background-image: url(../img/bg-email.png);
    background-repeat: no-repeat;
    background-position: 1px 6px; 
    padding-left: 32px;
    list-style: none;
}
ul.contact-list li{
        
}
.btnsubmit{
    padding: 5px 30px 5px 30px;
    background: #e6c451;
    border: none;
}
.fa{
    color: #000 !important;
}
@media(max-width:767px) {
    
    header img.img-responsive{
        margin: -21px auto 16px;
        width: 121px;
    }
    .intro-text div {
        line-height: 18px;
        text-shadow: 1px 1px 5px #000;
        font-size: 14px;
    }
    .logo{
        background: none !important;
        height: auto !important;
        position: relative !important;
    }
    .logo img{
        width: 67px !important;
    }
}
.logo{
    background: none repeat scroll 0% 0% rgb(0, 0, 0); position: absolute; top: 3px; width: 168px; height: 116px;
}
.logo img{width: 144px; margin-top: -12px; margin-left: 11px;}

.location li{ max-width: 40%;}
.socmed{margin-left: 135px;}
.socmed ul li{float: left; list-style: none;margin-right:3px;}
.socmed ul{width: 98px; float: left; margin-top: 17px;}
@media(max-width:400px) {
    .socmed{margin-left: 35px !important;}
    
}
a.active{color:#e7c450 !important;background-color: #1a242f !important;}
.title_room{background: none repeat scroll 0% 0% rgb(0, 0, 0); color: rgb(231, 196, 80) ! important; font-size: 28px;}
.help-block{color: red;}











sup{

	font-size: 40px;
}

.offers ul{
	list-style: none;
	font-size: 15px;
	font-family:'Open Sans';
	color: #9095aa;
	padding: 0px;
	margin: 0px;


}


.offers li{
border-bottom: 1px solid #494a5a;
padding: 0px;
margin: 0px;
text-align: center;
height: 52px;
line-height: 52px;
}
.offers #container{
	width: 100%;
  text-align:center;
}

.offers .whole{
	display: inline-block;
  
}



.offers .type{
	width: 300px;
	border-radius: 5px 5px 0px 0px;
	background-color: rgb(231, 196, 80) !important;
	height: 62px;
	border-bottom: 3px solid #bfa30c;

}

.offers .type p{
	font-family:'Open Sans';
    font-weight: 800;
	font-size: 29px;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding-top: 10px;

	

}

.offers .plan{
	width: 300px;
	background-color: #2b2937;

	border-radius: 0px 0px 5px 5px;
    font-family:'Open Sans';
    font-style:condensed;
    font-size: 90px;
    color: white;
    text-align: center;


}
.offers .standard{
	background-color: #1abc9c;
	border-bottom: 3px solid #18937b;
}

.offers .ultimate{
	background-color: #5d6a9a;
	border-bottom: 3px solid #474f6f;
}





.offers .header{
	border-bottom: 1px solid #494a5a;
	padding-bottom: 39px;


}

.offers .header span{
	font-size: 50px;

	
}

.offers .month{
	font-size: 14px;
	color: #575757;
	padding: 0px;
	margin: -10px;
}

.offers .price{
	height:80px;
}

.offers .cart{
  
  color:white;
  position: relative;
  top: 16px;
  
}



#wrap-preload{
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 99999;
    overflow: hidden;
}
#preload{
    width: 196px;
    height: 135px;
    position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -67.5px;
	margin-left: -98px;
    background: url(../img/maven-logo.png);
    -webkit-animation: load 2s infinite linear ; /* Safari 4+ */
    -moz-animation:    load 2s infinite linear ; /* Fx 5+ */
    -o-animation:      load 2s infinite linear ; /* Opera 12+ */
    animation:         load 2s infinite linear ; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes load {
  0% { 
    transform: perspective(600px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(600px) rotateX(0deg) rotateY(0deg) 
  } 10% { 
    -webkit-filter: grayscale(1); 
    filter: grayscale(1); 
  } 20% { 
    transform: perspective(600px) rotateX(0deg) rotateY(180deg);
    -webkit-transform: perspective(600px) rotateX(0deg) rotateY(180deg);
    -webkit-filter: grayscale(1); 
    filter: grayscale(1); 
  } 50% { 
    transform: perspective(600px) rotateX(0deg) rotateY(180deg);
    -webkit-transform: perspective(600px) rotateX(0deg) rotateY(180deg);
    -webkit-filter: grayscale(1); 
    filter: grayscale(1); 
  } 60% { 
    -webkit-filter: grayscale(0); 
    filter: grayscale(0); 
  } 70% { 
    transform: perspective(600px) rotateX(0deg) rotateY(360deg);
    -webkit-transform: perspective(600px) rotateX(0deg) rotateY(360deg) 
  } 100% { 
    transform: perspective(600px) rotateX(0deg) rotateY(360deg);
    -webkit-transform: perspective(600px) rotateX(0deg) rotateY(360deg) 
  } 
}
@-moz-keyframes load {
  0% { 
    transform: perspective(600px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(600px) rotateX(0deg) rotateY(0deg) 
  } 10% { 
    -webkit-filter: grayscale(1); 
    filter: grayscale(1); 
  } 20% { 
    transform: perspective(600px) rotateX(0deg) rotateY(180deg);
    -webkit-transform: perspective(600px) rotateX(0deg) rotateY(180deg);
    -webkit-filter: grayscale(1); 
    filter: grayscale(1); 
  } 50% { 
    transform: perspective(600px) rotateX(0deg) rotateY(180deg);
    -webkit-transform: perspective(600px) rotateX(0deg) rotateY(180deg);
    -webkit-filter: grayscale(1); 
    filter: grayscale(1); 
  } 60% { 
    -webkit-filter: grayscale(0); 
    filter: grayscale(0); 
  } 70% { 
    transform: perspective(600px) rotateX(0deg) rotateY(360deg);
    -webkit-transform: perspective(600px) rotateX(0deg) rotateY(360deg) 
  } 100% { 
    transform: perspective(600px) rotateX(0deg) rotateY(360deg);
    -webkit-transform: perspective(600px) rotateX(0deg) rotateY(360deg) 
  }
}
@-o-keyframes load {
  0% { 
    transform: perspective(600px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(600px) rotateX(0deg) rotateY(0deg) 
  } 10% { 
    -webkit-filter: grayscale(1); 
    filter: grayscale(1); 
  } 20% { 
    transform: perspective(600px) rotateX(0deg) rotateY(180deg);
    -webkit-transform: perspective(600px) rotateX(0deg) rotateY(180deg);
    -webkit-filter: grayscale(1); 
    filter: grayscale(1); 
  } 50% { 
    transform: perspective(600px) rotateX(0deg) rotateY(180deg);
    -webkit-transform: perspective(600px) rotateX(0deg) rotateY(180deg);
    -webkit-filter: grayscale(1); 
    filter: grayscale(1); 
  } 60% { 
    -webkit-filter: grayscale(0); 
    filter: grayscale(0); 
  } 70% { 
    transform: perspective(600px) rotateX(0deg) rotateY(360deg);
    -webkit-transform: perspective(600px) rotateX(0deg) rotateY(360deg) 
  } 100% { 
    transform: perspective(600px) rotateX(0deg) rotateY(360deg);
    -webkit-transform: perspective(600px) rotateX(0deg) rotateY(360deg) 
  }
}
@keyframes load {
  0% { 
    transform: perspective(600px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(600px) rotateX(0deg) rotateY(0deg) 
  } 10% { 
    -webkit-filter: grayscale(1); 
    filter: grayscale(1); 
  } 20% { 
    transform: perspective(600px) rotateX(0deg) rotateY(180deg);
    -webkit-transform: perspective(600px) rotateX(0deg) rotateY(180deg);
    -webkit-filter: grayscale(1); 
    filter: grayscale(1); 
  } 50% { 
    transform: perspective(600px) rotateX(0deg) rotateY(180deg);
    -webkit-transform: perspective(600px) rotateX(0deg) rotateY(180deg);
    -webkit-filter: grayscale(1); 
    filter: grayscale(1); 
  } 60% { 
    -webkit-filter: grayscale(0); 
    filter: grayscale(0); 
  } 70% { 
    transform: perspective(600px) rotateX(0deg) rotateY(360deg);
    -webkit-transform: perspective(600px) rotateX(0deg) rotateY(360deg) 
  } 100% { 
    transform: perspective(600px) rotateX(0deg) rotateY(360deg);
    -webkit-transform: perspective(600px) rotateX(0deg) rotateY(360deg) 
  }
}

#wrap-semua{
    visibility: hidden;
}
.loading{
    height: 100%;
}
.muncul{
    visibility: visible!important;
}
.desc1 {
    font-size: 17px;
    font-weight: bold;
    text-align: justify;
}
h2.text-center{
    text-decoration: underline;
    margin-bottom:20px;
}
.portfolio-item p{
    font-weight: bold;
}