
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
body{
	font-family: 'Open Sans', sans-serif;
	color: #626465;
}
.site-container{
	max-width: 1600px;
	margin:0px auto;
}
#header,
#nav-menu,
#countdown,
#slide,
#running-text,
#tool-menu,
#our-media,
#trip-planner,
#contact-us,
#news,
#sosmed,
#about-us,
#footer-menu,
#copyright
{
	/*border:1px solid red;*/
	/*min-height: 10px;*/
}

#header{
	height: 100px;
}
.logo{
	line-height: 100px;
}
/*new*/
.logo img {
    vertical-align: middle;
    display: inline-block;
    max-width: 200px;
}
.right-group,
.hotline{
	line-height: 99px;
	vertical-align: middle;
}
.hotline,
.right-group{
	float: right;
}
.right-group img,
.hotline img{
	vertical-align: middle;
}
/*new*/
.whatsapp,
.phone,
.mail, 
.search{
	font-weight: 600;
	display: inline-block;
	font-size: 14px;
	color: #a41c30;
	border-radius: 50%;
}
/*new*/
.whatsapp,.phone, .mail{
	margin: 0px 7px;
}
.lang{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}
.lang a{
	margin:0px 3px;
	background: #ababab;
	color: #eee;
	border-radius: 50%;
}
/*new*/
.lang a.id{
	padding: 6px 8px;
}
.lang a.en{
	padding: 6px;
}
.lang a.active{
	background:#3e3e40;
}
/*menu*/
#nav-menu{
	background: #b51b3d;
}
#nav-menu a{
	color: #eee;
}
#nav-menu .nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #8e1729;
}
#nav-menu .highlighted{
	background-color:#8e1729 !important;
}
#nav-menu .dropdown-menu {
	background-color: #8e1729;
	border: 0px solid #ccc; 
	border: 0px solid rgba(0,0,0,.15); 
}
#nav-menu .dropdown-menu>li>a {
	padding: 10px 20px;
}
#nav-menu .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: #c18232 !important;
	background-image: -webkit-linear-gradient(top,#c18232 0,#c18232 100%);
	background-image: -o-linear-gradient(top,#c18232 0,#c18232 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#c18232),to(#c18232));
	background-image: linear-gradient(to bottom,#c18232 0,#c18232 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c18232', endColorstr='#c18232', GradientType=0);
}
.navbar-toggle .icon-bar {
	background: #a31a2e;
}
/*countdown*/
#countdown{
	/*background: #282828;*/
	color: #000;
}
#clockdiv{
	font-family: sans-serif;
	color: #fff;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
	margin: 2%;
}

#clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	display: inline-block;
	/*font-family: 'Merriweather', serif;*/
    font-family: Oswald;
    font-size: 32px;
    font-weight: 400;
	background: #000;
	color: #fff;
    width: 90px;
    /*height: 100px;
	width: 92px;
    height: 92px;*/
    margin: 0px 5px;
}

@media (max-width:500px){
    #clockdiv > div {
	    width: 20%;
	    margin-bottom:10px;
	}
}


#clockdiv div > span{
	/*padding: 15px 10px;*/
	border-radius: 3px;
	display: inline-block;
	/*background:#2f2f2f;*/

}

.smalltext{
	/*padding-top: 5px;
	font-size: 15px;
	color: #8c8c8c;*/
	color: #888888;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 500;
    display: block;
    padding: 0;
    width: auto;
}

/*slider*/
.slick-prev:before, .slick-next:before {
	color: #fff;
}
.slick-next {
	right: 10%;
}
.slick-prev {
	left: 10%;
}
.slick-prev, .slick-next {
	background: #a60a0b;
	width: 30px;
	height: 30px;
	z-index: 1;
	border-radius: 50%;
}
.slick-slide img {
	display: block;
	width: 100%;
}

/*our media*/
#our-media{
	margin-bottom: 4%;
}
.photo-thumb{
	padding: 10px;
}
.video-item{
	margin-bottom: 25px;
}
#moovit-media{
	margin-bottom: 4%;
}
#moovit-media iframe{
	max-height: 390px!important;
}
/*running text*/

@keyframes blink{0%{opacity:1}70%{opacity:1}100%{opacity:0}}
@-webkit-keyframes blink{0%{opacity:1}70%{opacity:1}100%{opacity:0}}
@-moz-keyframes blink{0%{opacity:1}70%{opacity:1}100%{opacity:0}}
.flashnews{
	background: #fff;
	position: absolute;
	width: 140px;
	z-index: 1;
	height: 60px;
}
.flashnews .blinker:after{
	content: '';
	position: absolute;
	margin-top: -6px;
	right: -14px;
	border-top: 17px solid transparent;
	border-left: 14px solid #a31a2e;
	border-bottom: 15px solid 
}
.flashnews .blinker{
	position: absolute;
	background: #a31a2e;
	color: #fff;
	padding: 6px 20px;
	margin: 13px 10px;
	z-index: 2;
	font-weight: bold;

	animation-name: blink;
	animation-iteration-count: infinite;
	animation-duration: 1s;
	-webkit-animation-name: blink;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 1s;
	-moz-animation-name: blink;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 1s;
}

#running-text{
	height: 60px;
	overflow: hidden;

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}
.running-item{
	line-height: 60px;
	padding:10px 20px 10px 40px;
	display: inline;
	height: 60px;
	overflow-y: hidden;
}
.running-item:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 30px;
	background: red;
	display: inline-block;
	margin-top: 25px;
	margin-right: 20px;
}

/*tools menu*/
#tool-menu{
	padding: 50px 0px;
}
.tool-box{
	margin:0px auto;
	text-align: center;
}
.tool {
	display: inline-block;
	width: auto;
	margin: 1%;
	min-width: 15%;
}
.skew:before {
	content: '';
	height: 60px;
	z-index: 1;
	width: 12px;
	position: absolute;
	left: -5px;
	background: #b51b3d;
	transform: skew(-11deg);

}
.skew:after {
	content: '';
	height: 60px;
	z-index: 1;
	width: 12px;
	position: absolute;
	right: -6px;
	top: 0;
	background: #eeeeee;
	transform: skew(-11deg);
}
.skew{
	line-height: 60px;
	background: #eee;
	text-align: center;
	position: relative;
	/*transform: skew(-11deg);*/

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}
.tool-item {
	line-height: 60px;
	background: #eee;
	text-align: center;
	color: #111;
	font-size: 15px;
	padding: 0px 30px;
	font-weight: bold;
	transform: skew(0deg);
	font-family: 'Merriweather', serif;
}
.skew a:hover{
	text-decoration: none;
}
.skew a:hover .tool-item{
	background:#fff;
}
.tool-item .icon img{
	max-width: 20px;
	text-align: center;
	float: none;
	margin: 5px auto;
	filter: grayscale(37%);
}
/*ourmedia*/

/*laporan*/
.laporan-item {
	border-bottom: 1px solid #eee;
	padding:25px 0px 20px;
}
.laporan-item h4 a{
	text-decoration: none;
	color:#333;
	border-bottom: 1px dotted transparent;
}
.laporan-item h4 a:hover{
	color:#444;
	border-color: #b51b3d;
}
.laporan-item .date{
	color: #727272;
	font-size: 14px;
	font-weight: 500;
}
.laporan-item .title h4{
	color: #434343;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
	margin:0px;
	line-height: 1.3em;
}

/*welcome*/
.welcome {
	display: none;
}
.welcome h1{
	color:#111;
	margin-top:100px;
	font-weight: bold;
}
.welcome h2{
	font-size: 15px;
	text-transform: uppercase;
	color:#999;
	font-family: arial;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 50px;
}
/*trip planner*/
.planner-box{
	background:#f5f5f5;
	padding:5% 0%;
	margin-bottom: 10%;
}
/*contant-us*/
#contact-us{
	background: #f5f5f5;
	padding-bottom: 2%;
}
.contact-item{
	background: #fff;
	/*padding-top: 20%;*/
	text-align: center;
	font-size: 18px;
	color:#333;
	margin-bottom: 15px;
}
a:hover .contact-item {
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.07);
	box-shadow: 0 10px 20px rgba(0,0,0,0.07);
	color:#b51b3d;

}
/*.contact-item img{
	margin: auto;
	top: -10%;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 80px;
	margin-top:12%;
	*/
	.centering {
		display: table;
		width: 100%;
		padding: 22%;
	}
	.contact-item img{
		margin: 0px auto;
		max-width: 80px;
	}
	.contact-item span {
		right: 0;
		left: 0;
		bottom: 15%;
		font-family: 'Merriweather', serif;
		font-weight: bold;
	}
	/*post*/
	#news{
		padding-bottom: 2%;
	}
	.post-item{
		margin-bottom: 4%;
	}

	.post-img{
		margin-bottom: 5%;
		min-height: 200px;
	}
	.post-category a{
		color: #b51b3d;
	}
	.post-category{
		font-size: 13px;
		font-weight: bold;
		color: #b51b3d;
		margin-bottom: 10px;
		display: inline-block;
	}
	.post-date{
		line-height: 1.5em;
		display: inline-block;
		font-size: 13px;
		margin-left: 35px;
		color:darkgrey;
	}
	.post-date:before {
		content: '';
		width: 20px;
		height: 1px;
		background: red;
		position: absolute;
		margin-top: 10px;
		margin-left: -28px;
	}
	.post-title{
		margin-bottom: 4%;
		font-size: 16px;
		line-height: 25px;
		font-weight: bold;
		font-family: 'Merriweather', serif;
	}
	#news .post-title{
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;  
	}
	.post-title a{
		color:#222;
	}
	.post-title a h1{
		color:#222;
		font-size: 25px;
		line-height: 1.5em;
		font-weight: bold;
	}
	.post,
	.post-preview{
		font-family: 'Merriweather', serif;
		line-height: 30px;
		color:#757575;
	}
	.post{
		width: 90%;
		color:#333;
	}
	.post img {
		margin: 25px 0px;
		max-width: 100%;
		height: auto !important;
	}
	#news .post-preview{

		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;  
	}
	.author{
		padding:10px 0px;
	}
	.view-count{
		padding:5px 0px;
		color:#999;
	}
	.share{
		margin:15px 0px;
	}
	.share .list-unstyled li a{
		line-height: 2em;	
		font-weight: 500;
	}
	.share .list-unstyled li .icon{
		background:#fff;
	}
	.share img {
		padding: 8px;
		text-align: center;
		width: 35px;
	}
	.post-comment,
	.post-related {
		margin: 50px 0px;
	}
	h5.title {
		color: #b51b3d;
		border-bottom: 1px solid #ddd;
		line-height: 3em;
		font-weight: bold;
		margin-bottom: 25px;
	}
	/*pagination*/
	.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
		background-color: #9E9E9E;
		border-color: #9E9E9E;
	}
	.pagination>li>a, .pagination>li>span {
		color: #b51b3d;
	}
	/*share*/
	button.sharer{
		background:transparent;
		border:0px;
		padding:0;
		color:#fff;
		font-family: 'Roboto', sans-serif;
		border-radius:4px;
	}
	button.sharer span{
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
		display: inline-block;
		padding-right: 15px;
		min-width:100px;
		text-align: left;
		font-size:14px;
		font-weight:500;
	}
	button.sharer i{
		font-size: 14px;
		height: 35px;
		line-height: 35px;
		margin-top: 0;
		margin: 5px 0px;
		width: 35px;
		text-align: center;
		border-radius: 50%;
	}
	button:hover{
		cursor:pointer;
		opacity:0.9;
	}
	button.wasap i {
		background-color:#4CAF50;
	}
	button.share i {
		background-color:red;
	}
	button.print i {
		background-color:orange;
	}
	button.facebook i {
		background-color:#32589c;
	}
	button.facebook span {
		background: #2d4e8c;
		background: -webkit-linear-gradient(left, #2d4e8c, #31579b);
		background: -moz-linear-gradient(left, #2d4e8c, #31579b);
		background: -ms-linear-gradient(left, #2d4e8c, #31579b);
		background: -o-linear-gradient(left, #2d4e8c, #31579b);
		background: linear-gradient(to right, #2d4e8c, #31579b);
	}

	button.googleplus i {
		background-color:#ef3a2b;
	}
	button.googleplus span {
		background: #d53427;
		background: -webkit-linear-gradient(left, #d53427, #ec392b);
		background: -moz-linear-gradient(left, #d53427, #ec392b);
		background: -ms-linear-gradient(left, #d53427, #ec392b);
		background: -o-linear-gradient(left, #d53427, #ec392b);
		background: linear-gradient(to right, #d53427, #ec392b);
	}

	button.twitter i {
		background-color:#29adf4;
	}
	button.twitter span {
		background: #259ad9;
		background: -webkit-linear-gradient(left, #259ad9, #29abf1);
		background: -moz-linear-gradient(left, #259ad9, #29abf1);
		background: -ms-linear-gradient(left, #259ad9, #29abf1);
		background: -o-linear-gradient(left, #259ad9, #29abf1);
		background: linear-gradient(to right, #259ad9, #29abf1);
	}
	/*faq*/
	.faq-box{
		margin-top:0px;
	}
	.list-faq-cat li {
		list-style: none;
		margin: 15px 0px;
	}
	.list-faq-cat li {
		list-style: none;
		margin: 15px 0px;
	}
	.panel-group .panel {
		border-radius: 0;
		margin-bottom: 20px;
	}
	.panel {
		background-color: #fff;
		border: 0px solid transparent;
		border-radius: 0px;
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.0);
		box-shadow: 0 1px 1px rgba(0,0,0,.0);
	}
	.panel-heading h4.panel-title {
		width: 90%;
		line-height: 1.5em;
		font-size: 14px;
	}
	.panel-heading {
		padding: 20px 15px;
	}
	.panel-heading.active {
		background: #f0be03 !important;
	}
	.panel-default>.panel-heading {
		background-image: -webkit-linear-gradient(top,#f5f5f5 0,#f5f5f5 100%);
		background-image: -o-linear-gradient(top,#f5f5f5 0,#f5f5f5 100%);
		background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f5f5f5));
		background-image: linear-gradient(to bottom,#f5f5f5 0,#f5f5f5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f5f5f5', GradientType=0);
		background-repeat: repeat-x;
		position: relative;
	}
	.panel-heading .glyphicon {
		position: absolute;
		right: 15px;
		line-height: 57px;
		font-size: 12px;
		width: 30px;
		text-align: center;
	}
	.accordion-toggle:hover {
		text-decoration: none;
	}
	/*contact*/
	.address-desc{
		margin:30px 0px;
	}
	strong{
		color:#333;

	}
	.address-desc p{
		line-height: 1.8em;
		font-family: 'Merriweather', serif;
	}
	/*sosmed*/
	#sosmed{
		background: #3e3e40;
		padding:3% 0%;
		color: #fff;
	}
	.sosmed-title{
		text-transform: uppercase;
	}
	.sosmed-item, .icon-sosmed{
		display: inline-block;
		line-height: 40px;
		vertical-align: middle;
		margin: 0px 5px;
	}
	.sosmed-item a{
		color: #a9a9a9;
		font-size: 13px;
	}
	.sosmed-item a:hover{
		text-decoration: none;
		color: #f6b71a;
	}
	#about-us{
		background: #3e3e40;
	}
	.box-about-us h4{
		color:#fff;
	}
	.box-about-us a strong{
		color:#f6b71a;;
	}
	.box-about-us p{
		color: #ddd;
	}
	.box-about-us{
		border-top: 4px solid #f6b71a;
		background:#434345;
	}
	.box-about-us .row{
		padding:2% 0%;
	}
	.box-about-us .logo img{

	}
	/*footer*/
	#footer-menu{
		background: #3e3e40;
		padding:3% 0%;
	}
	.row.menu-bottom h5 {
		color:#fff;
		margin-bottom: 20px
	}
	.row.menu-bottom a {
		color: #9c9c9c;
		line-height: 2em;
	}
	.row.menu-bottom a:hover {
		text-decoration: none;
		color:#ddd;
	}
	/*copyright*/
	#copyright{
		text-align: center;
		background: #3e3e40;
		color: #9c9c9c;
		padding:1%;
	}
	#copyright strong {
		color: #fff;
	}
	/*search*/
	.search-header .input-group-addon, .input-group-btn {
		width: auto;
	}
	.search-header {
		display: inline-block;
		vertical-align: middle;
		line-height: normal;
	}
	.search-header .input-group{
		background: #a31a2e;
		border-radius: 30px;
	}
	.search-header input.form-control{
		border-radius: 50px;
		height: 37px; /*33px;*/
		/*max-width: 100px*/
	}
	#search-result h2.title {
		color: #ec9a27;
		padding: 16px 12px;
		border-bottom: 4px solid #ddd;
		margin: 40px 0px;
	}
	#search-result .post-item {
		border-bottom: 2px dotted #e6e6e6;
		padding: 3% 2%;
		margin-bottom: 0px;
	}
	#search-result .post-title {
		margin-bottom: 1%;
	}

	/*title*/
	.block-title h1,
	.block-title h2{
		margin-bottom: 2%;
		margin-top: 1%;
		border-bottom: 1px solid #f2f2f2;
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
		color: #b51b3d;
		line-height: 60px;
		text-align: center;
	}
	.text-left h2,
	.text-left h1{
		text-align:left !important;
	}
	.block-title.inverse h2{
		background : #b51b3d;
		color:#fff;
		margin-bottom: 0px;
	}
	/*icon*/
	/*new*/
	.icon{
		height: 30px;
		width: 30px;
		display: inline-block;
		vertical-align: middle;
		margin:0px 3px;
		overflow: hidden;
	}
	#search-hide{
		display: none;
	}
	.icon.scope{
		background: #a31a2e;
		border-radius: 50%;
		border: 0px;
		/*margin-top: -3px;/*/
	}
	.icon.scope:before{
		background-image: url(../img/search.png);
		content: '';
		width: 15px;
		height: 15px;
		margin-top: -8px;
		margin-left: -7px;
		position: absolute;
		background-size: cover;
	}
	.whatsapp{
	}

	/*form*/
	label {
		display: inline-block;
		max-width: 100%;
		margin-bottom: 5px;
		font-weight: 500;
		font-size: 12px;
		color: #8e8e8e;
	}
	.form-control{
		border-radius: 2px;
		padding: 10.5px;
		text-transform: none;
		/* font-weight: bold; */
		letter-spacing: 0px;
		/* font-size: 12px; */
		height: auto;
	}
	.form-contact{
		margin-top:50px;
	}
	.form-contact label{
		font-size: 14px;
	}
	.form-contact .form-control{

	}
	.form-contact .form-group{
		margin-bottom: 25px;
	}
	.btn{
		border-radius: 2px;
		padding-top: 1em;
		padding-bottom: 1em;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 0px;
		font-size: 12px;

	}
	.btn-search {
		position: absolute;
		margin-top: 7px;
		height: 43px;
		right: 0;
	}
	.btn.btn-link {
		text-transform: none;
		font-weight: 400;
		font-size: 14px;
		padding: 0px;
	}
	a.download-btn:before{
		content: '\f019';
		font-family: FontAwesome;
		font-weight: 300;
		position: absolute;
		margin-left: -77px;
		font-size: 40px;
		color: #00e7ff;
	}
	a.download-btn {
		background: #2196F3;
		border: 1px solid #2196f3;
		padding: 20px;
		border-radius: 5px;
		display: block;
		color: #fff;
		padding-left: 119px;
		max-width: 500px;
		font-size: 15px;
		font-weight: bold;
		margin-top: 50px;
		text-decoration: none;
		min-height: 105px;
	}
	a.download-btn:hover{
		background:#187bca;
		border-color: #187bca;
	}
	a.download-btn div {
		display: block;
		position: absolute;
		margin-left: -92px;
		margin-top: 45px;
		font-size: 13px;
	}
	a.download-btn span {
		font-weight: 400;
		font-size: 13px;
		color: #cfe0ef;
		word-break: break-all;
	}
	.search-box{
		margin-top: 7px;
		position: absolute;
		right: 15px;
		left: 15px;
	}
	.search-btn{
		position: absolute;
		right: 0px;
		top: -28px;
	}
	.icon.scope:hover .search-box{
		/*display: block;*/
	}
	/*filter*/
	.filter-post{
		margin-bottom: 3%;
	}
	.filter-post ul li a.btn{
	}
	/*visi*/
	.box{
		border: 0px solid #b51b3d;
		border-radius: 5px;
		padding: 4% 8%;
		margin: 4% 0%;
		background: #f8f8f8;
		line-height: 180%;
		box-shadow: 1px 2px 4px rgba(0,0,0,0.07);
	}
	.box h3 {
		color: #b51b3d;
		margin-bottom: 20px;
		padding-bottom: 15px;
		border-bottom: 1px solid #ddd;
	}
	.box strong {
		line-height: 400%;
	}
	.box strong span {
		padding: 15px 15px;
		margin-bottom: 20px;
		margin-top: 1px;
		list-style: none;
		background-color: #fff;
		border-radius: 4px;
	}
	/*foto*/
	.block-title small {
		text-transform: capitalize;
		font-size: 20px;
		letter-spacing: 0px;
		color: #555;
		margin-left: 40px;
	}
	.block-title small:before {
		content: '';
		width: 20px;
		height: 1px;
		background: red;
		position: absolute;
		margin-top: 30px;
		margin-left: -29px;
	}
	.img-group{
		border: 1px solid transparent;
		border-radius: 4px;
		padding: 10px;
	}
	.img-group:hover{
		border-color:transparent;
	}
	.img-group img{
		max-width: 100%;
	}
	.img-group .title{
		font-size: 18px;
		margin-top: 20px;
		padding: 0px 10px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow:hidden;
		height: 54px;
	}
	.img-group .title a{
		color: #b51b3d;
	}
	.img-group .title a:hover {
		text-decoration: none;
		color:red;
	}
	.boxed {
		height: 180px;
		width: 100%;
		overflow: hidden;
		border-radius: 10px;
		background-size: cover;
		background-position: center;
	}
	.lb-data .lb-close {
		position: absolute;
		top: 9px;
		right: 0;
		z-index: 1;
		margin-right: 100px;
	}
	.clearfix.contact-tool {
		margin: 0px auto;
		text-align: center;
	}
	.col-xs-20{
		width: 17%;
		margin: 1%;
		display: inline-block;
	}
	/*breadcrumb*/
	.breadcrumb {
		padding: 15px 15px;
		margin-bottom: 20px;
		margin-top: 1px;
		list-style: none;
		background-color: #fff;
		border-radius: 4px;
	}
	/*prev*/
	.prev-page {
		padding: 36px 15px;
		background: #0e0e0ea6;
		color: #ffffff;
		font-size: 13px;
		text-align: right;
		position: fixed;
		z-index: 1;
		width: 100%;
	}
	.prev-page a {
		color: #fff;
		margin-left: 5px;
		font-size: 20px;
		padding: 10px 15px;
		border: 1px solid #fff;
	}
	
	@media (min-width: 768px){
		.form-horizontal .control-label {
			text-align: left;
		}
	}
	/*new*/
	@media (min-width: 1600px) {
		.container{width: 1440px;}
	}
	@media (min-width: 768px){
		.navbar-nav>li>a {
			padding-top: 20px;
			padding-bottom: 20px;
		}
	}
	@media (min-width: 768px) and (max-width: 992px){
		.logo{
			width: 60px;
			overflow: hidden;
		}

		.whatsapp, .phone, .search{
			font-size: 13px;
		}
		/*new*/
		.search-header{
			width: 1px;
		}
		/*new*/
		.search-header .input-group{
			margin:0px 3px;
		}
		/*new*/
		.search-header .icon{
			margin:0px;
		}
		/*new*/
		.search-header input.form-control{
			display:none;
		}
	}
	@media (max-width: 767px){
		.skew:before,
		.skew:after {
			display: none;
		}
		.col-xs-20{
			width:47%;
		}
		#header{
			height: auto;
		}
		.sosmed-title{
			text-align: center;
		}
		.navbar-toggle {
			position: absolute;
			top: 18px;
			right: 0;
			z-index: 2;
		}
		.logo img{
			display: block;
			margin: 20px auto;
		}
		.contact-item span {
			bottom: -10%;
			font-size: 14px;
		}
		.phone {
		}
		.right-group{
			float: none;
		}
		.sosmed-item, .icon-sosmed {
			line-height: 40px;
			margin: 15px 5px;
			text-align: center;
		}
		.whatsapp,
		.phone,
		.search{
			font-size: 14px;
		}
		.whatsapp,
		.phone{
			margin: 0px 20px;
		}
		.right-group,
		.hotline{
			line-height: 60px;
			text-align: center;
			float:none;
		}
		.hotline{
			background:#f2f2f2;
			border-radius: 5px;
		}
		.row.box-about-us .col-sm-4{
			margin-bottom: 15%;
		}
		.row.box-about-us ,
		.row.menu-bottom {
			text-align: center;
		}
		.skew{
			position: inherit;	
		}
		.search-box {
			position: relative;
			padding-bottom: 15px;
			left: 0;
			right: 0;
		}
	}
	@media screen and (-webkit-min-device-pixel-ratio: 0){
		input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
			line-height: 15px !important;
		}
	}

	@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

	.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, button {
		outline: 0;
		outline-offset: 0;
	}

	.tabs {
	  margin: 0 auto;
	  padding: 0 0px;
	}

	#tab-button {
	  display: table;
	  table-layout: fixed;
	  width: 100%;
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  overflow:hidden;
	}

	#tab-button li {
	  display: table-cell;
	  width: 20%;
	  vertical-align: middle;
	  padding: 0.8em;
	  background: #eee;
	  text-align: center;
	  text-decoration: none;
	  font-size: 14px;
	  border: 1px solid #ddd;
	  transition: 0.3s all;
	  position:relative;
	}
	/* #tab-button li.is-active:before {
	    content: '';
	    height: 100%;
	    z-index: 999;
	    width: 12px;
	    position: absolute;
	    left: -6px;
	    top: 0;
	    background: #eee;
	    transform: skew(-11deg);
	}
	#tab-button li.is-active:after {
	    content: '';
	    height: 100%;
	    z-index: 999;
	    width: 12px;
	    position: absolute;
	    right: -6px;
	    top: 0;
	    background: #eee;
	    transform: skew(-11deg);
	}
	 */
	.img-fluid {
	  max-width: 100%;
	  height: auto;
	  display: block;
	}
	#tab-button li:not(:first-child) {
	  border-left: none;
	}

	#tab-button .is-active,
	#tab-button li.is-active:hover {
	  background: #b51b3d;
	  text-decoration: none;
	}
	#tab-button li a {
	  color: #333;
	}

	#tab-button li.is-active a {
	  color: #ffffff;
	}

	#tab-button li:hover {
	  background: #ddd;
	  text-decoration: none;
	}
	#tab-button a {
	  text-decoration: none;
	}
	.tab-contents {
	  padding: 2em;
	  border: 1px solid #ddd;
	  position: relative;
	  background-color:#ffffff;
	}
	.tab-contents img {
	  margin: 0 auto;
	}

	.tab-button-outer {
	  display: none;
	}

	.tab-contents {
	  margin-top: 20px;
	}

	@media screen and (min-width: 768px) {
	  .tab-button-outer {
	    position: relative;
	    z-index: 2;
	    display: block;
	  }
	  .tab-select-outer {
	    display: none;
	  }
	  .tab-contents {
	    position: relative;
	    top: -1px;
	    margin-top: 0;
	     -webkit-animation: fadeIn 500ms;
	    animation: fadeIn 500ms;
	  }
	}



	@-webkit-keyframes fadeIn {
	  from {
	    opacity: 0;
	  }
	  to {
	    opacity: 1;
	  }
	}
	@keyframes fadeIn {
	  from {
	    opacity: 0;
	  }
	  to {
	    opacity: 1;
	  }
	}

	.input-stasiun-awal{
        background-image: url('../img/ios-locate.svg');
        background-repeat: no-repeat;
        background-position: top 9px left 8px;
        background-size: 23px;
        padding-left: 27px;
        height: 43px;
    }
    .input-stasiun-akhir{
        background-image: url('../img/ios-pin.svg');
        background-repeat: no-repeat;
        background-position: top 9px left 8px;
        background-size: 23px;
        padding-left: 27px;
        height: 43px;
    }
     .select-stasiun{
        height: 43px;
        margin-left: -2px;
        border-radius: 0px 2px 2px 0px;
     }
    .trip-box{
        /*border:1px solid #eee;*/
        border-radius: 3px;
        margin-bottom: 50px;
        overflow:hidden;/*
        -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.07);
        box-shadow: 0 10px 20px rgba(0,0,0,0.07);*/
    }
    .header-box{
        padding: 20px 15px;
        font-weight: bold;
        color: #fff;
        background: #b51b3d;
    }
    .looking-box{
        padding:15px 0pc;
    }
    .summary{
        padding:0px 15px ;
        color: #696969;
        margin-bottom: 30px;
        font-size: 14px;
    }
    .summary b{
        color: #111;
    }
    .summary .stasiun{
        font-size: 18px;
        color: #b51b3d;
        font-weight: bold;
        line-height: 50px;
    }
    span.arrow img{
        width:  25px;
    }
    .result-box{
        border-top:1px solid #ddd;
        padding-top: 15px;
    }
    .result-rute{
        position: relative;
    }
    .result-rute .item{
        display: block;
        min-height: 60px;
        margin-bottom: 20px;
    }
    .result-rute .item,
    .result-rute .item .icon,
    .result-rute .item .transit,
    .result-rute .item .detail{
        float:  left;
        width: 100% ;
    }
    .result-rute .item .icon{
        border:1px solid #ddd;
        border-radius:  50%;
        width:  50px;
        height: 50px;
        padding: 10px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.06);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.06);
        background: #fff;
    }
    .result-rute:after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0px;
        left: 42px;
        z-index: -1;
        border-left: 2px solid red;
        height: 100vh;
    }
    .result-rute .item:last-child .icon:after{
        content: '';
        position: absolute;
        margin-left: -17px;
        width: 6px;
        background: #fff;
        height: 100vh;
        z-index: 999;
        margin-top: 39px;
    }
    .result-rute .item .detail{
        padding-top:4px;
        width: 80%;
        padding-left: 15px;
    }
    .result-rute .item .detail .badge{
        font-weight: 400;
    }
    /*jadwal*/
    .list-time {
        box-shadow: inset 1px 1px 0px 0px #ddd;
    }
    /*.list-time .item-time:first-child {
        background: #ec9924;
        color: #fff;
    }*/
    .list-time .item-orange {
        background: #ec9924;
        color: #fff;
    }
    .list-time .item-time{
        padding: 10px;
        box-shadow: inset -1px -1px 0px 0px #ddd;
        text-align: center;
    }

    button.linkedin i {
        background-color: #0073b1;
    }