@import 'https://fonts.googleapis.com/css?family=Lato:300|Montserrat|Open+Sans|Pacifico|Raleway|Source+Sans+Pro';

*{
	margin:0;
	padding:0;
}

body{
	font-family:Century Gothic, sans-serif;
	font-size:14px;
}

.h1,h1{
	font-family: 'Open-Sans', sans-serif;
}

b{
	color:#b5100f;
	padding: 0 5px 0 0;
	text-decoration: none;
}

b:hover{
	color:#b5100f;
	text-decoration: none;
	cursor:default;
}

label{
	margin-bottom: 10px;
}

/*Manu Dreampoint*/
@media(max-width:1000px){
	.clear{
		clear:both;
	}
}

.sm-style{
	background:#272f34;
	color:#fff;
	padding:15px;
	position: relative;
}

@media(max-width: 767px){
	.sm-style{
		display: none;
	}
}

.info{
	font-size:13px;
}

/*Media Screen*/
@media(max-width: 1200px){
	.screen-xs{
		width: 25%;
	}

	.screen-sm{
		width: 50%;
	}
}

@media(max-width:767px){
	.navbar-nav{
		margin:0;
		text-align:center;
	}
	
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
		border-color:#ccc;
	}
	
	.navbar-inverse .navbar-brand{
		display:block;
		color:#272f34;
		font-size:20px;
		padding:15px 20px;
	}
}

.navbar-brand{
	padding:22px 25px;
	font-family: 'Pacifico', cursive;
	color: #000;
	font-size: 23px;
}

.navbar-inverse .navbar-brand{
	color: #333;
}

.navbar{
	margin:0;
	border-radius:0;
}

.navbar-collapse{
	padding:0;
}

.navbar-inverse{
	background:#fff;
	border:0;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus{
	color:#0099ee;
	transition: 0.3s ease-in-out;
}

.navbar-inverse .navbar-nav>li>a{
	color:#676767;
	border-bottom: 1px solid transparent;
	letter-spacing: 2px;
	padding: 25px 10px;
	font-size: 12px;
	transition: 0.5s ease-in-out;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus{
	color: #0099ee;
	border-bottom-color:#0099ee; 
}

.navbar-inverse .navbar-toggle{
	border:0;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
	background:none;
}

.navbar-inverse .navbar-toggle .icon-bar{
	background:#000;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #0099ee;
    border-bottom-color: #0099ee;
    background: none;
}

.heading-line{
	position:relative;
	display:block;
	text-align:center;
	margin-bottom:50px;
}

h3.heading-line:before{
	position:absolute;
	z-index:1;
	width:100%;
	height:1px;
	border-top:1px solid #ccc;
	content:"";
	display:block;
	top:50%;
}

h3.heading-line span{
	position:relative;
	z-index:1;
	padding:0 20px;
	background:#fff;
	display:inline-block;
	letter-spacing: 1.5px;
    font-family: 'Open Sans', sans-serif;
}

.wrap-package{
	display:block;
	border:1px solid #ccc;
	padding: 6px;
}

.wrap-package>.img-responsive{
	width: 100%;
	height: 200px;
}

.wrap-package h4{
	font-weight: bold;
	font-size:15px;
}

@media(max-width: 1199px){
	.wrap-package p{
		font-size: 1.1em;
	}

	.wrap-package{
		margin-bottom: 20px;
	}
}


@media(max-width: 767px){
	.wrap-package p{
		font-size: 1em;
	}
}

@media(max-width: 676px){
	.pull-width{
		width: 100%;
	}
}

.pull-width{
	margin-top: 20px;
}

.no-pad{
	padding:0;
}

/*Footer*/


.bg{
	background:#272f34;
	color:#fff;
	padding:20px;
}

.bg h4{
	font-weight:600;
	margin-bottom:20px;
	letter-spacing:1px;
}

.box1 p{
	margin:0
}


ul.social-button{
	margin-bottom: 0;
}

ul.social-button li a{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #2D56C7;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	transition: all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
}

ul.social-button li a:hover{
	opacity: 0.8;
	color: #fff;
}

@media(max-width: 1000px){
	ul.social-button li{
		margin-bottom: 10px;
	}
}


@media(max-width:600px){
	.media-600{
		display:block;
		width:100%;
		margin-bottom:20px;
	}
}

.footer{
	width: 100%;
	background:#1f2529;
	position: relative;
}

.footer .left-section{
	height: 65px;
	color: #fff;
	position: relative;
	background-color: #0099ee;
}

.footer .left-section:after{
	position:absolute;
	border-right: 30px solid transparent;
	content: "";
	right: -30px;
	top: 0;
	border-top: 65px solid #0099ee;
}
.footer .content-wrap{
	position: relative;
}

.footer .content-footer{
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding:17px 0;
}

.footer .content-footer p{
	margin: 0;
	padding-top: 8px;
}

@media(max-width: 900px){
	.footer .left-section{
		display: none;
	}

	.footer .left-section:after{
		display: none;
	}

	.footer .content-footer{
		width: 100%;
		position: relative;
		text-align: center;
	}
}

/*Contact*/
.title-icon{
	position: relative;
	display: inline-block;
	margin: 50px 0 0;
}

.title-icon span{
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #0099ee;
	transform: rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
}

.title-icon span i{
	font-size: 24px;
	padding: 8px 12px;
	color: #fff;
	transform: rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}

.title-icon:before{
    content: "";
    position: absolute;
    background: 1px;
    border: 1px solid #ccc;
    width: 25px;
    right: -45px;
    top: 50%;
    margin-top: -2px;
}

.title-icon:after{
	content: "";
    position: absolute;
    background: 1px;
    border: 1px solid #ccc;
    width: 25px;
    left: -45px;
    top: 50%;
    margin-top: -2px;
}

.desc-1 h3{
	font-weight: 600;
	text-align: center;
	letter-spacing: 2px;
}

.desc-1 p{
	font-weight: 600;
	color:#0099ee;
	font-size: 15px;
	text-align: center;
	letter-spacing: 2px;
}

.desc-2{
	margin: 20px 0;
}

.desc-2 p{
	font-size: 15px;
	color: #676767;
    /*font-family: "open sans", sans-serif;*/
}

.sec-pad{
	padding-bottom: 50px;
	padding-top: 35px;
}

.section-column .column{
	border-right: 1px solid #ccc;
}

.section-column .column:last-child{
	border-right: 0px;
}

.section-column .column .title-icon{
	display: inline-block;
	float: none;
}

.column .icon-wrap{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: #0099ee;
	transform: rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	margin-top: 10px;
}

.column .icon-wrap i{
	font-size: 16px;
	padding: 9px;
	color: #fff;
	transform: rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}

.column h3{
	font-family: calibri, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
}

.column p{
	margin-bottom: 0;
}


@media(max-width: 990px){
	.column{
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}

	.section-column .column{
		border-right: 0px;
	}
}

.map .map-canvas{
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
	background-color: rgb(229, 227, 223);
}

.btn-contact{
	background: #0099ee;
	color: #fff;
	font-weight: bold;
	font-family: arial, sans-serif;
	letter-spacing: 0.5px;
	font-size: 14px;
	transition: 0.3s ease-in-out;
}

.btn-contact:hover,
.btn-contact:focus{
	background: #1b85bf;
	color:#fff;
}

.btn-about{
	border: 2px solid #0099ee;
    color: #0099ee;
    letter-spacing: 1px;
    transition: 0.2s ease-in-out;
    border-radius: 0;
    font-weight: bold;
    font-size: 13px;
    padding: 10px 20px;
    margin-top: 20px;
}

.btn-about:hover{
	background-color: #0099ee;
	color: #fff;
}

.form-control{
	border-radius:0;
}

.form-control:focus{
	background:#fff;
	box-shadow: none;
	border: 1px solid #24b6e2;
}

/*Step Wizard*/
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}

.stepwizard {
	margin:20px 0;
    display: table;
	width:100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.stepwizard-step>.btn-circle {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 0;
}


/*Gallery*/
.img-resize{
	display: block;
	width: 100%;
	height: 150px;
}

.caption-list{
	text-align: center;
}

.caption-list h3{
	font-family: 'Open-Sans', sans-serif;
	letter-spacing: 2px;
	padding-bottom: 10px;
}

.caption-list p{
	letter-spacing: 1.5px;
}

.sub-menu ul{
	display: block;
	position: relative;
	text-align: center;
	margin: 30px 0;
}

.sub-menu ul li{
	display: inline-block;
	padding: 20px 0;
}

.sub-menu li a{
	padding: 20px 15px;
	border-bottom: 2px solid transparent;
	text-decoration: none;
	color: #676767;
	font-weight: 600;
	font-size: 14px;
}

.sub-menu li a:hover{
	border-bottom-color: #0099ee;
}

@media(max-width: 767px){
	.auto{
		height: 200px;
	}
}

.bg-hover {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: cursor;
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


.backface {
	position: absolute;
	background: rgba(45, 67, 68, 0.6) url(../images/icon/icon-zoom.png)no-repeat center center;
	width: inherit;
	height: inherit;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-backface-visibility: hidden;

}

.bg-hover:hover .backface {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.thumbnail{
	padding:0;
	border: 0;
	background: none;
}

.thumbnail:focus{
	outline: none;
}

.content-repair{
	border-radius: 0;
	margin: 50px 0;
	border: 0;
}

@media(min-width:768px){
	.carousel-text{
		background: rgba(0, 6, 6, 0.7);
		bottom: 0;
	}

	.carousel-text h3{
		font-family: 'Source Sans Pro', sans-serif;
	}
}

@media(max-width: 767px){
	.carousel-text{
		background: rgba(0, 6, 6, 0.7);
		bottom: 0;
	}
	
	.carousel-text h3{
		margin-top:0;
		font-size:18px
	}
}

@media(max-width: 450px){
	.device50{
		width: 100%;
	}
}


@media(max-width:999px){
	.col-md-3{
		display:inline-block;
		width:24%;
		padding:0;
	}
}

@media(max-width:767px){
	.display{
		display:none;
	}
}


/*About Us*/
.first_txt{
	margin: 0;
	color: #12bdd0;
}

.br{
	border-top: 1px solid #ddd;
	margin: 20px 0;
}


/*Carousel*/
.carousel-control.left{
	background-image: none;
}

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

/*Booking*/
textarea.size_control{
	height: 112px;
}

.size_control{
	font-size: 50pt;
	text-align: center;
}

@media(max-width: 700px){
	.screen78{
		width: 50%;
		display: inline-block;
	}

	.screen77{
		width: 100%;
		display: block;
	}
}

@media(max-width: 500px){
	.screen78{
		width: 100%;
		display: block;
	}
}

@media(max-width: 768px){
	.full-width{
		display: block;
		width: 100%;
	}
}


/*Button*/
.btn-detail{
	background-color: none;
	border: 2px solid #0099ee;
	border-radius: 0;
	font-weight: 600;
}

.btn-detail>a{
	color: #0099ee;
}

.btn-detail:hover,
.btn-detail:focus{
	background: #0099ee;
	color: #fff;
	transition: 0.3s ease-out;
}

.btn-next,
.btn-prev{
	background-color: #1fb7e4;
	border-radius:0px;
	color: #fff;
	letter-spacing: 2px;
	font-family: sans-serif;
	font-weight: bold;
	transition: 0.3s ease-in-out;
}

.btn-next:hover, 
.btn-next:focus,
.btn-prev:hover,
.btn-prev:focus{
	background: rgb(50, 199, 243);
	color: #fff;
}

.btn-book{
	border-radius: 0;
}

/*Style*/
.col-pad{
	padding: 0 0 15px 15px;
}

.md-pad{
	padding: 0 0 0 15px;
}

@media(max-width: 1199px){
	.md-pad{
		width: 50%;
		display: inline-block;
		padding:10px;

	}
}

@media(max-width: 1000px){
	.md-pad{
		display: none;
	}
}

@media(max-width: 1199px){
	.media_query{
		display: block;
		position: relative;
		width: 100%;
	}

	.media_screen100{
		display: none;
	}
}

@media(max-width: 767px){
	.screen_min{
		width: 50%;
		position: relative;
		display: inline-block;
		float: right !important;
	}
}

/*.has-error .form-control{
	border-color: #ccc;
}
*/
.has-error .form-control:focus{
	box-shadow: none;
}

/*Control Paging*/
.flexslider{
	margin:0 0 25px!important;
}

.flexslider .flex-control-nav{
	bottom: 10px;
	z-index: 99;
}

.flexslider .flex-control-paging li a{
	width: 14px;
	height: 14px;
	background:#efefef;
	box-shadow: inset 1px 1px 2px rgba(15, 13, 13, 0.54);
}

.flexslider .flex-control-paging li a:hover{
	background: rgb(157, 207, 234);
}

.flexslider .flex-control-paging li a.flex-active{
	background: rgb(157, 207, 234);
}


/*Portofolio Image*/
.wrap-item{
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	margin: 0 auto;
}

figure{
	margin: 0;
}

.wrap-item,
.wrap-figure{
	overflow: hidden;
}

.wrap-item,
.wrap-figure img{
	position: relative;
	display: block;
	width: 100%;
	height: 200px;

	transition: all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;

	transform: scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
}

.wrap-item,
.wrap-figure figcaption{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 10px;

	opacity: 0;
	-webkit-opacity:0;	
	-moz-opacity:0;
	
	transition: all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.wrap-item,
.wrap-figure:hover figcaption{
	opacity: 1;
	-webkit-opacity:1;
	-moz-opacity:1;
	background: rgba(0, 153, 238, 0.9);
}

.valign-middle{
	display: table-cell;
	vertical-align: middle;
}

.valign-wrap{
	display: table;
}

.fullwidth{
	width: 100%;
}

.fullheight{
	height: 100%;
}

.wrap-item,
.wrap-figure figcaption
.caption-wrap{
	width: 100%;
	height: 100%;
	border:2px solid #fff;
	text-align: center;
	color: #fff;
}

.wrap-item,
.wrap-figure figcaption
.caption-wrap h4{
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1.5px;
}

.wrap-item,
.wrap-figure figcaption
.caption-wrap p{
	font-size: 16px;
	margin: 10px;
}

.wrap-item,
.wrap-figure figcaption
.caption-wrap .line{
	width: 50px;
	height: 2px;
	margin: 0 auto;
	background-color: #fff;
	display: inline-block;
}


.content-wrap2 h3{
	font-family: 'Montserrat', sans-serif;
	padding:20px 0 10px 0;
	letter-spacing: 1px;
	text-align: center;
}

.content-wrap3{
	margin: 20px 0 0;
}

.content-wrap3 p{
	margin: 0;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #444;
}

.underline:after{
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: rgba(0, 153, 238, 0.9);
	margin: 0 auto;
}


/*Pagination*/
.paging{
	border-radius:0;
}

.paging>li>a,
.paging>li>span{
	padding: 7px 17px;
	margin-left: 7px;
	font-family: arial, sans-serif;
	font-weight: bold;
	color:#555;
}

.paging>li>a:hover,
.paging>li>a>span:hover,
.paging>li>a:focus,
.paging>li>a>span:focus{
	color: #555;
}

.paging>li:first-child>a, .paging>li:first-child span{
	border-radius: 0;
	margin-left: 0;
}

.paging>li:last-child>a, .paging>li:last-child span{
	border-radius: 0;
}

.paging>.active>a,
.paging>.active>a:hover, 
.paging>.active>span, 
.paging>.active>span:focus, 
.paging>.active>span:hover {
	background-color: #0099ee;
    border-color: #0099ee;
    color:#fff;
}


/*Detail Booking*/
.txt_detail p{
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	padding-top: 20px;
}

.text-desc a{
	text-decoration: none;
	color:#333;
	font-size: 14px;

}

@media(max-width: 767px){
	.text-desc{
		margin-bottom: 20px;
	}
}

.detail-title{
	display: block;
	width: 100%;
	padding: 10px;
}

.detail-title .left-selection{
	height: 50px;
	color: #fff;
	position: relative;
	background-color: #0099ee;
}

.detail-title .left-selection:after{
	position: absolute;
	border-right: 30px solid transparent;
	content: "";
	border-top: 25px solid #0099ee;
	right: -30px
}

.detail-title .left-selection:before{
	position: absolute;
	border-right: 30px solid transparent;
	content: "";
	border-bottom: 25px solid #0099ee;
	right: -30px;
	border-top:25px solid transparent;
}

.detail-title .content-body p{
	position: absolute;
	margin:0;
	padding: 14px 10px;
	color: #fff;
	font-size: 11pt;
	font-family: 'Open Sans', sans-serif;
}


@media(max-width: 415px){
	.detail-title{
		display: none;
	}
}

@media(max-width: 995px){
	.detail-title .left-selection{
		width: 90%;
	}
}

.title-package{
	margin:-6px -6px 5px;
	color: #fff;
	padding:2px;
	background:#09a4d2;
}

.title-package h4{
	margin: 5px;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
}