/* CSS Document */
@font-face {
    font-family:'bebasregular';
    src:url('../font/bebas__-webfont.eot');
    src:url('../font/bebas__-webfont.eot#iefix') format('embedded-opentype'),
        url('../font/bebas__-webfont.woff') format('woff2'),
        url('../font/bebas__-webfont.woff') format('woff'),
        url('../font/bebas__-webfont.ttf') format('truetype'),
        url('../font/bebas__-webfont.svg') format('svg');
    font-weight:normal;
    font-style:normal;}

@font-face {
	font-family:'DINPro-Medium';
	src:url('../font/DINPro-Medium.eot');
	src:local('?'),
		url('http://www.moonlitebali.com/lumonata-content/themes/custom/font/DINPro-Medium.woff') format('woff'),
	 	url('http://www.moonlitebali.com/lumonata-content/themes/custom/font/DINPro-Medium.ttf') format('truetype'),
		url('http://www.moonlitebali.com/lumonata-content/themes/custom/font/DINPro-Medium.svg') format('svg');
	font-weight:normal;
	font-style:normal;}
@font-face {
	font-family:'DINProLight';
	src:url('http://www.moonlitebali.com/lumonata-content/themes/custom/font/DINProLight.eot');
	src:url('http://www.moonlitebali.com/lumonata-content/themes/custom/font/DINProLight.woff') format('woff'),
		url('http://www.moonlitebali.com/lumonata-content/themes/custom/font/DINProLight.ttf') format('truetype');}
@font-face {
    font-family:'DINProBold';
    src:url('../font/DINProBold.eot');
    src:url('../font/DINProBold.eot') format('embedded-opentype'),
        url('../font/DINProBold.woff') format('woff2'),
        url('../font/DINProBold.woff') format('woff'),
        url('http://www.moonlitebali.com/lumonata-content/themes/custom/font/DINProBold.ttf') format('truetype'),
        url('../font/DINProBold.svg') format('svg');}

@font-face {
	font-family: 'social-media';
	src:url('http://www.moonlitebali.com/lumonata-content/themes/custom/font/social-media.eot');
	src:url('http://www.moonlitebali.com/lumonata-content/themes/custom/font/social-media.eot#iefix') format('embedded-opentype'),
		url('../font/social-media.woff') format('woff'),
		url('http://www.moonlitebali.com/lumonata-content/themes/custom/font/social-media.ttf') format('truetype'),
		url('http://www.moonlitebali.com/lumonata-content/themes/custom/font/social-media.svg#social-media') format('svg');
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before {
	font-family: 'social-media';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.icon-tripadvisor {
	font-family: 'social-media';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-tripadvisor:before{content: "\e00a";}

html{height:100%; max-height:100%;}
body{font-family:'DINProLight'; font-size:1.375em; position:relative; background:#FFF; height:100%; max-height:100%;}
a{text-decoration:none; color:inherit;}
a:focus{outline:none;}

.clear{clear:both;}
.hidden{display:none;}

.header{position:relative; width:100%; height:100%; overflow:hidden;}
.header.no-slide{height:auto !important;}
.header.no-slide .expand{display:none;}

.nav{background-color:#FFF; z-index:1001;}
.nav .logo{width:200px; display:none; float:left; margin:20px 50px; cursor:pointer;}

.desk-menu ul{margin:0; padding:0; text-align:center; height:60px; line-height:60px;}
.desk-menu ul li{list-style:none; display:inline; padding:6px 10px; position:relative; margin:0 5px;}
.desk-menu ul li.active{border-bottom:5px solid #000000;}
.desk-menu ul li a{color:inherit; cursor:pointer; font-family:'DINProBold'; font-size:0.818em; text-transform:uppercase;}
.desk-menu ul li:last-child{background:#000000; color:#FFFFFF;}
.desk-menu ul ul li:last-child{background:none; color:inherit;}

.desk-menu ul li ul{
	box-shadow:0 6px 5px rgba(0, 0, 0, 0.5);
	background:#FFFFFF;
	position:absolute;
	padding:0;
	display:none;
	width:200px;
	height:auto;
	z-index:99;
	top:100%;
	left:0;}
.desk-menu ul li ul li{display:block; border-bottom:1px solid #FFFFFF; text-align:left; padding:0;}
.desk-menu ul li ul li:last-child{border:none;}
.desk-menu ul li ul li a{padding:15px 10px; border:none; line-height:normal;}

.desk-menu ul li ul ul{
	background:#EFF0E0;
	position:static;
	box-shadow:none;
	display:none;
	width:auto;
	padding:0;
	line-height:normal;
	height:auto;
		-webkit-border-radius:0;
		-moz-border-radius:0;
			border-radius:0;}
.desk-menu ul li ul ul li{
	padding:12px 20px;
	margin:0;
		-webkit-transition:all 0.15s;
		-moz-transition:all 0.15s;
			transition:all 0.15s;}
.desk-menu ul li ul ul li:hover{border-left:5px solid #886E4B; background:#EFF0E0;}
.desk-menu ul li ul ul li a{color:inherit;}

.top{position:fixed; width:100%; box-shadow:0 2px 5px rgba(0, 0, 0, 0.5); top:0; bottom:auto; background-color:#FFFFFF;}
.top ul{margin:20px 0; text-align:right; padding-right:50px;}
.top ul ul{margin:0; padding:0 !important;}
.top .logo{width:200px; display:block; float:left; margin:20px 30px;}

.mobileshow {display:none;}
.mobile-menu button {
	text-indent:-900em;
	background:#FFFFFF;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	outline:none;
	border:none;
	height:60px;
	width:48px;}
.mobile-menu button:hover,
.mobile-menu button.dl-active{background:#FFFFFF;}
.mobile-menu button:after {
	background:#000000;
	position:absolute;
	height:5px;
	content:'';
	width:68%;
	top:19px;
	left:16%;
	box-shadow:
		0 10px 0 #000000,
		0 20px 0 #000000;}

.mobile-menu{background-color:#FFF; z-index:1001; height:60px; line-height:60px; text-align:center; display:none;}
.mobile-menu label{cursor:pointer; font-family:'DINProBold'; font-size:0.818em; text-transform:uppercase;}
.mobile-menu ul{margin:0; padding:0; text-align:center; background:rgba(0,0,0,1); display:none;}
.mobile-menu ul li{list-style:none;}
.mobile-menu ul li a{
	-webkit-transition:background-color 0.3s;
	-moz-transition:background-color 0.3s;
		transition:background-color 0.3s;
		font-family:'DINProBold';
		padding:10px 20px;
		font-size:0.818em;
		color:#FFFFFF;
		display:block;}
.mobile-menu ul li a:hover{background-color:rgba(13,13,13,1);}
.mobile-menu ul ul{background-color:rgba(13,13,13,1);}
.mobile-menu ul ul a:hover{background-color:rgba(26,26,26,1);}
.mobile-menu ul ul ul{background-color:rgba(26,26,26,1);}
.mobile-menu ul ul ul a:hover{background-color:rgba(21,21,21,1);}

.mobile-menu ul li.sub > a{
	background-image:url(http://www.moonlitebali.com/lumonata-content/themes/custom/img/down.png);
	background-position:95% center;
	background-repeat:no-repeat;
	color:#FFFFFF;}

.main-logo{position:absolute; top:50px; left:50px; z-index:1000;}

.expand{background-color:#eff0e0; height:24px; text-align:center; z-index:1000;}
.expand a{width:23px; margin:0 auto; display:block; line-height:0; cursor:pointer;}
.expand a.opened img{transform:rotate(180deg);}
.expand img{width:23px; margin:7px 0;}
.expand.two{bottom:0;}

.content .brown{background-image:url(http://www.moonlitebali.com/lumonata-content/themes/custom/img/content.jpg); background-repeat:no-repeat;}
.content .brown p{width:60%; margin:0 auto; text-align:center; padding:80px 0;}
.whats-on .content .brown, .whats-on .expand, .error-page .expand, .error-page .content .brown{display:none;}

.footer .box{background-color:#FFFFFF;}
.footer .box p{width:60%; margin:0 auto; text-align:center; padding:80px 0;}
.footer .social{width:90%; margin:0 auto; padding:50px 0 0;}
.footer .social h2{margin:0; font-size:1.091em; font-family:'DINPro-Medium'; text-align:center;}
.footer .social ul{margin:0 auto; padding:30px 0; text-align:center;}
.footer .social ul li{list-style:none; display:inline; margin:0 20px;}
.footer .social ul li a{text-decoration:none; color:#000000; font-size:0.727em; font-family:'DINProBold';}
.footer .social ul li b{font-weight:normal; padding-left:10px;}
.footer .social p{padding:10px 0 0; font-size:0.636em;}
.footer .foot-note{width:90%; margin:0 auto; padding:0 0 30px;}
.footer .foot-note h2{font-size:1.091em; font-family:'DINPro-Medium'; text-align:center;}
.footer .foot-note p{padding:0; font-size:0.636em; line-height:1.38em; width:100%;}

.slider{padding-top:100px;}

.the-slider{width:50%; line-height:0; float:left; position:relative;}
.the-slider .item{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;}
.the-content{width:50%; background:#FFFFFF; float:left;}
.the-content .inner{padding:30px 20px;}
.the-content .inner h1{margin:0 0 10px; font-family:"DINProBold"; font-size:1em;}
.the-content .inner ul{margin:0; padding:0;}
.the-content .inner ul li{list-style:none;}
.the-content .inner .menu-cat li{display:inline; position:relative;}
.the-content .inner .menu-cat li a{color:rgb(119, 105, 100); text-decoration:none; font-family:"DINProBold"; font-size:0.86em;}
.the-content .inner .menu-cat li:after{content:"/"; padding:0 10px; font-family:"DINProBold"; font-size:0.8em;}
.the-content .inner .text{margin:20px 0; font-size:0.68em; position:relative;}
.the-content .inner .text p{margin-top:0;}
.the-content .inner .text .download{color:rgb(119, 105, 100); font-family:"DINProBold";}
.the-content .inner .menu-cat li a:hover,
.the-content .inner .text .download:hover{text-decoration:underline;}

.slick-dots {bottom:40px; margin:0;}
.slick-dots li button:before,
.slick-dots li button:hover::before,
.slick-dots li button:focus::before{
	-webkit-opacity:0;
	-moz-opacity:0;
		opacity:0;}
.slick-dots li.slick-active button:before {color:transparent;}
.slick-dots li.slick-active button{background-color:#F2F2F2;}
.slick-dots li button{
	border:2px solid #F2F2F2;
	padding:5px;
		-webkit-border-radius:16px;
		-moz-border-radius:16px;
			border-radius:16px; }

.slider-for .slick-prev, .slider-for .slick-next{z-index:999;}
.slider-for .slick-prev::before,
.slider-for .slick-next::before{
	-webkit-opacity:1;
	-moz-opacity:1;
		opacity:1;}
.slider-for .next-img, .slider-for .prev-img{position:absolute;}
.slider-for .slick-prev, .slider-for .prev-img{
	top:0; bottom:0; height:auto; left:0; background:rgba(0,0,0,0.7); width:100px;
	background-repeat:no-repeat;
	background-position:center right;
	background-size:cover;}
.slider-for .slick-next, .slider-for .next-img{
	top:0; bottom:0; height:auto; left:auto; right:0; background:rgba(0,0,0,0.7); width:100px;
	background-repeat:no-repeat;
	background-position:center left;
	background-size:cover;}

#gallery .box{position:relative;}

.slider-for .item{margin:0 auto;}
.slider-for .item, .slider-nav .item{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	display:block;}
.slider-nav{background:#000; padding:10px 0;}
.slider-nav .item{height:120px; width:220px; cursor:pointer;}

.slider .box-overlay,
.the-slider .box-overlay{
	position:absolute; top:0; left:0; right:0; bottom:0;
	background-color:#000000;
	background-size:50px 50px;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(../img/loader.GIF);
	z-index:9999;}

.apps{background-color:#EFF0E1;}
.apps .a-header{height:300px; display:table; width:100%; background:rgba(0,0,0,0.5);}
.apps .a-header h1{margin:0; text-align:center; display:table-cell; vertical-align:middle; color:#FFFFFF; font-size:2.667em; font-family:"DINProBold";}
.apps .a-content{padding:30px; max-width:1200px; margin:0 auto;}
.apps .blog-list .box{width:25%; float:left;}
.apps .blog-list .box .inner{
	border:5px solid #EFF0E1;
	position:relative;
		-webkit-transition:all 0.5s;
		-moz-transition:all 0.5s;
			transition:all 0.5s;}
.apps .blog-list .box .inner:hover{border-color:#887763;}
.apps .blog-list .box .img{
	position:relative;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	height:200px;}
.apps .blog-list .box .brief{background-color:#FFFFFF; padding:20px; line-height:1.38em;}
.apps .blog-list .box .brief h3{margin:0; text-align:center; font-size:0.889em; font-family:"DINProBold";}
.apps .blog-list .box .brief p{font-size:0.667em; padding:0; color:rgb(153, 153, 153); margin:0; text-align:center;}
.apps .blog-list .box .img .box-overlay{
	position:absolute; top:0; left:0; right:0; bottom:0;
	background-color:#000000;
	background-size:50px 50px;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(../img/loader.GIF)}

.map-canvas{width:60%; line-height:0; float:left; position:relative;}
#map-canvas{position:absolute; top:0; left:0; right:0; bottom:0;}

.contact-form{width:40%; float:left; background:#FFFFFF; padding-bottom:40px;}
.contact-form .inner{padding:30px 0 30px 20px;}
.contact-form .inner h1{font-size:1.273em; margin:0; padding-bottom:10px;}
.contact-form .inner p{font-size:0.727em; margin:0;}
.contact-form .ctc-frm{padding-bottom:30px; padding-right:20px;}
.contact-form form{margin-top:10px; overflow:hidden;}
.contact-form form .info{font-size:0.68em; padding-left:10px; color:#4F8A10;}
.contact-form form .info.error{color:#D8000C;}
.contact-form form .loader{padding-left:10px; display:none;}
.contact-form textarea{resize:none;}
.contact-form input, .contact-form textarea{
	font-size:0.727em;
	border:none;
	color:#000000;
	background-color:#F2F2F2;
	padding:10px;
	margin:5px 0;
	width:95%;}
.contact-form input[type=button]{
	/*background-color:rgb(70, 46, 26);*/
	background-color:rgb(0,0,0);
	font-family:'DINPro-Medium';
    color:rgb(255, 255, 255);
    text-align:center;
	font-size:1.091em;
    margin-top:10px;
    height:52px;
    width:150px;}

.contact-form input.error,
.contact-form textarea.error{background-color:#FFBABA; color:#D8000C;}

.contact-form #recaptcha_image{margin-top:5px;}
.contact-form #recaptcha_response_field{width:240px;}
.contact-form .response-wrapp{margin-top:5px;}
.contact-form .response-wrapp .reload{
	background:url(http://www.moonlitebali.com/lumonata-content/themes/custom/img/reload.png) no-repeat center rgb(70, 46, 26);
	padding:4px 20px 7px;}

.slider, .container{
	-webkit-animation-duration:0.8s;
	-webkit-transition-timing-function:ease-in;
	-webkit-animation-fill-mode:both;
		animation-duration:0.8s;
		transition-timing-function:ease-in;
		animation-fill-mode:both;}
.container{-webkit-animation-duration:0.5s; animation-duration:0.5s;}

.fade-inup{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
.fade-inleft{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;}

.error-404{text-align:center;}
#recaptcha{margin-top:5px;}

.map-overlay{position:absolute; width:100%; height:100%; z-index:1000; background:#000;}
.map-overlay img{position:absolute; top:50%; left:50%; margin-left:-25px; margin-top:-25px;}

.pagination{
	color:rgb(165, 102, 26);
	font-family:'DINPro-Medium';
	font-size:0.889em;
	line-height:1.38em;
    margin-top:30px;
    text-align:center;
    width:100%;}
.pagination span, .pagination a{padding:0 10px;}
.pagination .current, .pagination a:hover{color:#886E4B;}

.blog-content{position:relative;}
.blog-content .inner-content img{max-width:100%;}

.blog-detail .left{float:left; width:70%; padding-bottom:1000px; margin-bottom:-1000px;}
.blog-detail .left.no-right{width:100%;}
.blog-detail .right{width:350px; float:right; padding-bottom:1000px; margin-bottom:-1000px;}
.blog-detail .right .box{padding-left:20px;}
.blog-detail .right .box h2{color:rgb(0,0,0); font-family:'DINProBold'; font-size:1em; margin:10px 3px;}
.blog-detail .right .box .inner{
	border:5px solid #EFF0E1;
		-webkit-transition:all 0.5s;
		-moz-transition:all 0.5s;
			transition:all 0.5s;}
.blog-detail .right .box .inner:hover{border-color:#887763;}
.blog-detail .right .box .inner .img{
	position:relative;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	height:200px;}
.blog-detail .right .box .inner .brief{background-color:#FFFFFF; padding:20px; line-height:1.38em;}
.blog-detail .right .box .inner .brief h3{margin:0; text-align:center; font-size:0.889em; font-family:"DINProBold";}
.blog-detail .right .box .inner .brief p{font-size:0.667em; padding:0; color:rgb(153, 153, 153); margin:0; text-align:center;}
.blog-detail .blog-header .box-overlay, .blog-detail .right .box .inner .img .box-overlay{
	position:absolute; top:0; left:0; right:0; bottom:0;
	background-color:#000000;
	background-size:50px 50px;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(../img/loader.GIF)}

.slick-slide img.hidden{display:none;}
.blog-detail .left.no-right .blog-header{height:500px;}
.blog-header{
	position:relative;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	height:350px;}
.blog-detail h1{
	font-family:'DINProBold';
    text-transform:uppercase;
	color:rgb(0, 0, 0);
	font-size:1.778em;
    line-height:1.38;
    float:left;
    width:100%;
	margin:0;}
.blog-detail .date{
	border-bottom:1px solid rgb(222, 222, 222);
	color:rgb(153, 153, 153);
    padding-bottom:20px;
	margin-bottom:30px;
    font-size:0.778em;
    line-height:1.38;
    padding-top:10px;}

.apps .blog-list .box-promo{background-color:#F2F1F1;margin: 10px 0.65%;width:32%;min-height:340px;}
.apps .blog-list .box-promo .split{float:left;width:50%;}


.nicescroll-cursors{
	background:rgba(0,0,0,0.5) !important;
	border:none !important;
	margin-right:5px;
	z-index:1002;}

.overlay, .splash{
	background:rgb(0,0,0);
	position:fixed;
	z-index:1002;
	display:none;
	height:100%;
	width:100%;
	left:0;
	top:0;}
.book-widget{
	margin-left:-130px;
	margin-top:-200px;
	position:absolute;
	display:none;
	width:260px;
	left:50%;
	top:50%;}
.overlay .loader{position:absolute; top:50%; left:50%; margin-left:-25px; margin-top:-25px;}
.splash{background:#EFF0E0;}
.splash img{position:absolute; top:50%; left:50%; margin-left:-30px; margin-top:-30px;}

.bg-nav{text-align:center; position:absolute; width:100%; bottom:0; padding:0; margin:0 0 15px;}
.bg-nav li{display:inline-block; list-style:outside none none; padding:0 5px; }
.bg-nav li.current a{background-color:transparent;}
.bg-nav li a{
    background-color:#FFFFFF;
	border:2px solid #FFFFFF;
    display:inline-block;
	cursor:pointer;
    line-height:0;
    height:20px;
    width:20px;
		-webkit-border-radius:20px;
		-moz-border-radius:20px;
			border-radius:20px;}

#menu .the-content .inner .menu-cat li{border-bottom:0;}
#menu .the-content li{padding:5px 0; border-bottom:1px solid #dddddd;}
#menu .the-content li ul li{padding-left:15px;}
#menu .the-content li li:last-child{border-bottom:none; padding-bottom:0;}

/*::-webkit-input-placeholder{color:#000000;}
:-moz-placeholder{color:#000000; opacity:1;}
::-moz-placeholder{color:#000000; opacity: 1;}
:-ms-input-placeholder {color:#000000;}*/

.affiliate {
    position: absolute;
    bottom: 5px;
    background-color: rgba(0,0,0,.75);
    color: white;
    padding: 10px 30px 2px;
    border-radius: 5px;
    left: 5px;
    width: auto;
}
.affiliate img{
	width: 50px;
	margin-right: 10px;
}
.affiliate img:last-child{
	margin-right: 0px;
}

.ig-icon{ margin-right:5px; vertical-align:sub; width:16px; height:16px; display:inline-block; background:url(../img/ig.png) no-repeat center; background-size:16px; }

@media (max-width: 920px){
	.affiliate{
		bottom: 60px;
	}
}
.box_join {
    width: 90%;
    margin: 0 auto;
    padding: 0px;
}
.box_join ul.joint-bank {
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}

.box_join ul.joint-bank li {
   display: inline;
   margin: 5px;
   list-style: none;
}
.box_join .joint-bank img{
    height: 32px;
}
.box_letter {
    width: 40%;
    margin: 20px auto;
    padding: 0px;
}
.box_letter .box_l {
    margin: 0 auto;
    width: 100%;
    /*float: left;*/
}
.box_letter .box_l .box_subscribe {
    border: 1px solid #ccc;
    background: #FFF;
    height: 32px;
    padding: 10px;
    text-align: center;
}
.box_letter .box_l .box_subscribe input{
    font-size: 75%;
}
.box_letter .box_l .box_subscribe .box_env .left {
    float: left;
}
.box_letter .box_l .box_subscribe .box_env .left i {
    font-size: 62px;
    color: #5cb811;
}
.box_letter .box_l .box_subscribe .box_env .left h3 {
    font-size: 17px;
    color: #FFF;
    margin: 0px;
}
.box_letter .box_l .box_subscribe .box_env .left p {
    font-size: 12px;
    color: #666;
    width: auto;
    margin: 0 auto;
    text-align: left;
    padding: 0px 0;
}
.box_letter .box_l .box_subscribe .box_env .form-subs{
    padding: 5px 0px 10px 0px;
    position: relative;
}

.box_letter .box_l .box_subscribe .box_env .form-subs .dotted{
    position: absolute;
    background-image: url('http://www.moonlitebali.com/lumonata-content/themes/custom/img/dotted.png');
    background-repeat: no-repeat;
    background-size: 105% 117%;
    width: 66px;
    height: 37px;
    top: 0px;
    left: -66px;
}
.box_letter .box_l .box_subscribe .box_env .form-subs input{
    font-family: 'DINProLight';
    font-size: 90%;
}
.box_letter .box_l .box_subscribe .box_env .form-subs button{
    font-family: 'DINProLight';
    font-size: 90%;
}
.clearfix {
    clear: both;
}
.myButton {
        margin-left: 10px;
	-moz-box-shadow:inset 0px 0px 14px -3px #ffffff;
	-webkit-box-shadow:inset 0px 0px 14px -3px #ffffff;
	box-shadow:inset 0px 0px 14px -3px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#58595b;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 13px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.myButton:active {
	position:relative;
	top:1px;
}

#overlay {
   display: none;
   z-index: 5;
   position: fixed;
   top: 0px;
   left: 0px;
   width:100%;
   height:100%;
}
#overlay > #screen {
    width:100%;
    height:100%;
    background-color: #000;
    opacity: 0.5;
}
#overlay > .dialog {
    z-index: 10;
    display: none;
    position: absolute;
    margin: auto;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100px;
    width: 500px;
    background-color: #777;
}
#overlay > .dialog > .label-dialog {
     float: left;
      height: 100px;
      width: 100px;
      position:relative;
      background-color: #FFF;
      text-align: center;
      vertical-align: top;
}
#overlay > .dialog > .label-dialog [class^="fa-"] {
    line-height: 100px;
    font-size: 60px;
    color: #333;
}
#overlay > .dialog > .label-dialog img {
    width: 100px;
    height: auto;
    position:absolute;
    margin: auto;
    top:-9999px;
    bottom:-9999px;
    left:-9999px;
    right:-9999px;
}
#overlay > .dialog > .body-dialog {
  float: left;
      height: 100px;
      line-height: 100px;
      width: 350px;
      text-align: center;
}
#overlay > .dialog > .body-dialog > p {
   display: inline-block;
        text-align: center;
        padding: 10px;
        font: 14px roboto;
        color: #EEE;
        vertical-align: middle;
}
#overlay > .dialog > .body-dialog > p > span {
	font-weight: 700;
}
#overlay > .dialog > .ok-dialog {
	float: left;
      height: 100px;
      width: 50px;
      background-color: #333;
      text-align: center;
      vertical-align: top;
}
#overlay > .dialog > .ok-dialog[class^="fa-"] {
	line-height: 100px;

}
#overlay > .dialog > .ok-dialog > i {
  font-size: 35px;
        color: #FFF;
        margin-top: 65%;
}
#overlay > .dialog > .ok-dialog:hover {
	background-color: #555;
        cursor: pointer;
}

#overlay > #dialog-star .label-dialog [class^="fa-"] { color: #CCCC52; }
#overlay > #dialog-star .ok-dialog { background-color: #CCCC52; }
#overlay > #dialog-star .ok-dialog:hover { background-color: saturate(#CCCC52, 15%); }

a.book {
    background: url("http://www.moonlitebali.com/lumonata-content/themes/custom/img/btn-availability2.gif") no-repeat scroll left 0 transparent;
    color: #FFF;
    cursor: pointer;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 5px 0 0;
    overflow: hidden;
    padding: 0 0 0 15px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;

}
a.book:hover {
    background-position: left -80px;
}
a.book:hover span {
    background-position: right -80px;
}
a.book span {
    background: url("http://www.moonlitebali.com/lumonata-content/themes/custom/img/btn-availability2.gif") no-repeat scroll right 0 transparent;
    display: block;
    float: left;
    height: 32px;
    margin: 0;
    padding: 0 15px 0 0;
    width: auto;
    font-weight: bold;
    line-height: 28px;
}
.holder {
    background: #FFF url(http://www.moonlitebali.com/lumonata-content/themes/custom/img/bg-promotion-image.png) repeat-y top right;
    height: auto;
    margin: 0 0 20px;
}
.currency {
    font-weight: normal;
    margin-right: 3px;
    font-size: 12px;
    line-height: 5px;
}
.price {
    font-weight: bold;
    font-size: 34px;
}

.detail a.book {
    float: left;
    border: 0;
    background: url("../img/btn-booknow.png") no-repeat scroll left 0 transparent;
}
.detail a.book span {
    background: url("../img/btn-booknow.png") no-repeat scroll right 0 transparent;
}

.detail_1 {
    float:left;
    width:75%;
}
.detail_2 {
    float:left;
    width:25%;
}
 #trip{float:left;width:80%;}
 #trip_besar{float:left;width:20%;margin-top:40px;}
 .clearfix:before,.clearfix:after{clear:both;display:table;content:" ";}
@media only screen and (min-device-width: 800px) {
    #trip_kecil {
        display: none;
        padding-bottom: 30px;
    }

    @media (max-device-width: 768px) and (orientation: portrait) {
        #trip {
            width: 65% !important;
        }
    }
    @media (max-device-width: 1024px) and (orientation: landscape) {
        #trip {
            width: 75% !important;
        }
    }
}
@media only screen and (max-device-width: 800px) {
    #trip {
        /* width: 100% !important; */
    }
    #trip_besar {
        display: none;
    }
    .detail_1 {
        float: none:
        width: 100%;
    }
    .detail_2 {
        float: none:
        width: 100%;
    }
    .detil_21 {
        margin:10px 20px 0 20px !important;
    }
    #blog-news > .apps > .a-content > .blog-list > .box {
        width: 100% !important;
        float: none !important;
    }
    #trip_kecil {
        display: block;
        position: relative;
    }
    .box_letter {
        width: 100%;
        margin: 20px auto;
        padding: 0px;
    }
    .box_letter .box_l {
        margin: 0 auto;
        width: 100%;
        /*float: left;*/
    }
    .box_letter .box_l .box_subscribe {
        border: 1px solid #ccc;
        background: #FFF;
        height: auto !important;
        padding: 10px;
        text-align: center;
    }
    .box_letter .box_l .box_subscribe input{
        font-size: 75%;
    }
    .box_letter .box_l .box_subscribe .box_env .left {
        width: 100% !important;
        float: none;
    }
    .box_letter .box_l .box_subscribe .box_env .left button {
        margin: 10px;
    }
    .box_letter .box_l .box_subscribe .box_env .left i {
        font-size: 62px;
        color: #5cb811;
    }
    .box_letter .box_l .box_subscribe .box_env .left h3 {
        font-size: 17px;
        color: #FFF;
        margin: 0px;
    }
    .box_letter .box_l .box_subscribe .box_env .left p {
        font-size: 12px;
        color: #666;
        width: auto;
        margin: 0 auto;
        text-align: left;
        padding: 0px 0;
    }
    .box_letter .box_l .box_subscribe .box_env .form-subs{
        padding: 5px 0px 10px 0px;
        position: relative;
    }

    .box_letter .box_l .box_subscribe .box_env .form-subs .dotted{
        position: absolute;
        background-image: url('http://www.moonlitebali.com/lumonata-content/themes/custom/img/dotted.png');
        background-repeat: no-repeat;
        background-size: 105% 117%;
        width: 66px;
        height: 37px;
        top: 0px;
        left: -66px;
    }
    .box_letter .box_l .box_subscribe .box_env .form-subs input{
        font-family: 'DINProLight';
        font-size: 90%;
    }
    .box_letter .box_l .box_subscribe .box_env .form-subs button{
        font-family: 'DINProLight';
        font-size: 90%;
    }
    @media (max-device-width: 736px) and (orientation: landscape) {
        #trip_kecil {
            left: 0%;
            bottom:10%;
            padding-bottom: 30px;
        }
    }
    @media (max-device-width: 480px) and (orientation: portrait) {
        #trip_kecil {
            left: 0%;
            bottom:10%;
            padding-bottom: 30px;
        }
    }
}