body {
	font-family: 'Eurostile';
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
.fullscreen {
	overflow: hidden;
	position: relative;
	min-width: 1024px;
}
.logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: auto;
	z-index: 1060;
}
.btn-search {
	position: absolute;
	z-index: 1060;
	right: 10px;
	top: 10px;
	border: none;
	background-color: transparent;
	width: 50px;
}
.form-search {
	background-color: #333;
	padding: 20px;
	display: none;
}
.form-search .form-control {
	box-shadow: none;
	text-align: center;
}
.frame-daun:after {
	content: "";
	position: absolute;
	background-image: url("../images/frame-daun.png");
	background-position: center;
	background-size: 100%;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	animation-name: anm_frame_daun;
	animation-duration: 10s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes anm_frame_daun {
	from {
		background-size: 100%;
	}
	to {
		background-size: 106%;
	}
}
/* Standard syntax */
@keyframes anm_frame_daun {
	from {
		background-size: 100%;
	}
	to {
		background-size: 106%;
	}
}
.relative-div {
	position: relative;
	z-index: 200;
}
.main-bg {
	margin-top: -110px;
}
.second-bg {
	margin-top: -55%;
	width: 100%;
	z-index: 100;
}
.full-img {
	width: 100%;
	height: auto;
}
.sepeda {
	position: absolute;
	width: 25%;
	bottom: 10%;
	left: 20%;
}
.maleo {
	position: absolute;
	width: 7%;
	bottom: 17%;
	left: 36%;
}
.menu {
	position: absolute;
	right: 70px;
	top: 5px;
	width: 33%;
}
.elang {
	position: absolute;
	right: 360px;
	top: 5px;
	width: 60px;
}
.fullscreen footer {
	position: absolute;
	z-index: 200;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
footer {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #000;
	color: #a3a3a3;
	font-size: 12px;
	
}
.awan-left {
	position: absolute;
	height: 250px;
	left: 0px;
	bottom: 135px;
	animation-name: anm_awan_left;
	animation-duration: 50s;
	z-index: 80;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes anm_awan_left {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-100%);
	}
}
/* Standard syntax */
@keyframes anm_awan_left {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-100%);
	}
}
.awan-right {
	position: absolute;
	height: 250px;
	right: 0px;
	bottom: 135px;
	animation-name: anm_awan_right;
	animation-duration: 50s;
	z-index: 80;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes anm_awan_right {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(100%);
	}
}
/* Standard syntax */
@keyframes anm_awan_right {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(100%);
	}
}
.awan {
	width: auto;
	height: 100%;
	opacity: 0.4;
}

.menu-text {
	font-family: 'Eurostile Bold';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	padding-top: 29%;
	left: -15px;
	font-size: 14px;
}
.menu-text ul {
	list-style: none; 
}
.menu-text ul li:nth-child(1) {
	transform: rotate(-5deg);
	margin-bottom: 17%;
}
.menu-text ul li:nth-child(2) {
	transform: rotate(-5deg);
	margin-bottom: 16%;
}
.menu-text ul li:nth-child(3) {
	margin-bottom: 17%;
}
.menu-text ul li:nth-child(4) {
	transform: rotate(-5deg);
}
.menu-text ul li a {
	text-align: center;
	transition: 0.2s;
	display: block;
	color: #6d370e;
}
.menu-text ul li a:hover {
	color: #894614;
	text-decoration: none;
}
.sosmed-list {
	margin-bottom: 0px;
	display: inline-table;
}
.sosmed-list li {
	padding-left: 0px;
}
.sosmed-list li a i.fa-facebook {
	padding-left: 11px;
	padding-right: 11px;
}
.sosmed-list li a i.fa-facebook:hover {
	color: #3B5998;
	border-color: #3B5998;
}
.sosmed-list li a i.fa-twitter:hover {
	color: #1DA1F2;
	border-color: #1DA1F2;
}
.sosmed-list li a i.fa-instagram:hover {
	color: #DB5B53;
	border-color: #DB5B53;
}
.sosmed-list li a i.fa-youtube:hover {
	color: #EE1C1B;
	border-color: #EE1C1B;
}
.sosmed-list li a i {
	color: #A3A3A3;
	padding: 9px 10px;
	border: 1px solid #A3A3A3;
	border-radius: 50%;
	font-size: 10px;
}
.small-menu {
	display: inline-table;
	list-style: none;
	font-size: 10px;
	margin-bottom: 0px;
	padding-left: 10px;
	vertical-align: middle;
}
.small-menu li {
	display: inline-block;
}
.small-menu li a {
	color: #A3A3A3;
}
.credit {
	font-weight: 400;
	padding-top: 7px;
}

.det-comm-banner .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.det-comm-banner .overlay h1 {
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0, 0.5);
	font-size: 50px;
	font-weight: 400;
	font-family: 'Eurostile';
	margin: 0px;
	padding: 20px 0px;
}
.det-comm-preview {
	border: 5px solid #fff;
}
.det-comm-preview .row {
	background-color: #35bfc5;
}
.det-comm-preview .row {
	margin-left: 0px;
	margin-right: 0px;
	display: flex;
}
.det-comm-preview .row .col {
	padding-right: 0px;
	padding-left: 0px;
	flex: 1;
}
.det-comm-preview .row .col:nth-child(2) .inner {
	padding: 50px 25px;
}
.det-comm-preview blockquote {
	text-align: center;
	border-left: 0px;
	color: #fff;
	font-family: 'Eurostile Bold';
	font-size: 215%;
	padding: 50px 40px;
}
.det-comm-preview .sharer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
	background-color: #28787f;
	color: #fff;
	font-family: 'Eurostile';
	padding: 15px;
	font-size: 14px;
}
.det-comm-preview .sharer label {
	margin-bottom: 0px;
	font-weight: 400;
	padding-right: 10px;
}
.det-comm-preview .sharer .fa {
	background-color: #fff;
	color: #28787f;
	padding: 8px 9px;
	border-radius: 50%;
}
.det-comm-preview .sharer .fa.fa-facebook {
	padding-left: 11px;
	padding-right: 11px;
}
.det-comm-preview .row .col:nth-child(2) {
	background-image: url('../images/det-comm-desc-bg.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.det-comm-preview .desc {
	padding: 50px 50px;
	text-align: center;
	font-size: 16px;
	font-family: 'Eurostile';
	color: #555;
}
.det-comm-photos {
	padding: 20px 15px 30px;
	background-color: #35bfc5;
}
.det-comm-photos .row {
	margin-left: -5px;
	margin-right: -5px;
}
.det-comm-photos .row .col {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
#det-comm-carousel .carousel-indicators {
	bottom: -25px;
}
#det-comm-carousel .carousel-indicators li {
	width: 30px;
	background: #fff;
	height: 8px;
	margin: 0px 5px;
	border-radius: 0px;
	transform: skewX(-30deg);
	background-color: #86d9dc;
	border: none;
}
#det-comm-carousel .carousel-indicators li.active {
	background-color: #fff;
}
.det-comm-other {
	padding: 0px 30px;
}
.det-comm-other .left {
	padding: 15px 0px;
}
.det-comm-other .videos .big {
	margin-bottom: 10px;
}
.det-comm-other .videos .row {
	margin-left: -5px;
	margin-right: -5px;
}
.det-comm-other .videos .col {
	padding-left: 5px;
	padding-right: 5px;
}
.det-comm-other .videos .small .inner {
	overflow: hidden;
}
.det-comm-other .videos .small .inner .overlay {
	background-color: rgba(53, 191, 197, 0.73);
	font-family: 'Eurostile';
	color: #fff;
	font-size: 13px;
	padding: 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: 0.3s;
	width: 100%;
	transform: translateY(100%);
}
.det-comm-other .videos .small .inner:hover .overlay {
	transform: translateY(0%);
}
.btn-join-big {
	background-color: #a1c417;
	color: #fff;
	font-family: 'Eurostile Bold';
	font-weight: 900;
	width: 100%;
	padding: 30px;
	border-radius: 15px;
	display: inline-block;
	text-align: center;
	font-size: 40px;
	line-height: 30px;
	font-style: italic;
	border: 10px solid #b0d41d;
	transition: 0.2s;
	margin-bottom: 10px;
}
.btn-join-big:hover {
	background-color: #b0d41d;
	text-decoration: none;
	color: #fff;
}
.btn-join-big small {
	display: block;
	font-size: 26px;
}
.det-comm-other .right {
	padding: 15px 0px 15px 15px;
}
.det-comm-other .right .row {
	margin-left: -5px;
	margin-right: -5px;
}
.det-comm-other .right .row .col {
	padding-left: 5px;
	padding-right: 5px;
}
.btn-blue-big {
	background-color: #51c0c7;
	border-radius: 14px;
	border: 5px solid #57ccd3;
	text-align: center;
	display: block;
	padding: 15px 10px;
	color: #fff;
	transition: 0.3s;
	cursor: pointer;
	margin-bottom: 10px;
}
.btn-blue-big:hover {
	background-color: #57ccd3;
	text-decoration: none;
	color: #fff;
}
.btn-blue-big span {
	font-family: 'Eurostile Bold';
	vertical-align: middle;
	margin-bottom: 0px;
	font-size: 31px;
	font-weight: 900;
	padding-left: 10px;
	font-style: italic;
}
.det-comm-other .right .map-container .title {
	position: absolute;
	color: #50bdc4;
	font-weight: 900;
	font-family: 'Raleway';
	left: 0px;
	top: 0px;
	background: linear-gradient(to right, #fff 80%, transparent);
	font-size: 35px;
	padding: 5px 50px;
}

.det-satwa-banner  .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: flex;
	align-items: center;
}
.det-satwa-banner  .overlay .overlay-inner {
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: 'Eurostile';
}
.det-satwa-banner  .overlay .overlay-inner h1 {
	font-size: 70px;
	font-style: italic;
	font-family: 'Eurostile Bold';	
	margin: 0px;
}
.det-satwa-banner  .overlay .overlay-inner h2 {
	font-family: 'Eurostile';
	font-size: 17px;
	font-style: italic;
	margin: 0px;
	padding-top: 5px;
	font-weight: 300;
}
.det-satwa-banner  .overlay .overlay-inner .sharer {
	padding-top: 10px;
}
.det-satwa-banner  .overlay .overlay-inner .sharer .fa {
	color: #fff;
	font-size: 17px;
	display: inline-block;
	padding: 0px 3px;
}
.det-satwa-detail .row {
	margin-left: 0px;
	margin-right: 0px;
}
.det-satwa-detail .col {
	padding-left: 0px;
	padding-right: 0px;
}
.det-satwa-detail .detail {
	padding: 40px 50px;
	font-family: 'Eurostile';
	color: #282828;
	font-size: 16px;
	background-image: url('../images/det-satwa-text-bg.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
	min-height: 420px;
}
.det-satwa-detail .detail .big {
	font-weight: 900;
	font-size: 32px;
	margin-bottom: 15px;
}
.det-satwa-detail .detail table td {
	padding-right: 10px;
	padding-bottom: 10px;
}
.det-satwa-detail .full-text {
	font-family: 'Eurostile';
	font-size: 15px;
	text-align: center;
	color: #555;
	padding: 30px;
}
.det-satwa-detail .overlay label {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.det-satwa-detail .overlay label:nth-child(1) {
	top: 0px;
	left: 0px;
	padding-top: 10px;
}
.det-satwa-detail .overlay label:nth-child(2) {
	bottom: 0px;
	left: 0px;
	padding-bottom: 10px;
}

.det-satwa-banner2 .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: flex;
	align-items: center;
	font-family: 'Eurostile';
	color: #fff;
	font-size: 19px;
}
.det-satwa-banner2 .overlay .inner {
	width: 100%;
	text-align: center;
}
.det-satwa-banner2 .overlay .title {
	font-size: 35px;
	font-weight: 900;
}
.decorated-content1 {
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	margin-top: 10px;
}
.decorated-content1:before, .decorated-content1:after {
	content: "";
	position: absolute;
	width: 20%;
	height: 1px; 
	background-color: #fff;
	left: 40%;
}
.decorated-content1:before {
	top: 0px;
}
.decorated-content1:after {
	bottom: 0px;
}
.ancaman-identifikasi .row {
	margin-left: 0px;
	margin-right: 0px;
}
.ancaman-identifikasi .col {
	padding-left: 0px;
	padding-right: 0px;
}
.ancaman-identifikasi .ancaman {
	background-color: #ce0000;
}
.ancaman-identifikasi .ancaman img {
	opacity: 0.64;
}
.ancaman-identifikasi .ancaman .right {
	background-image: url('../images/ancaman-bg.png');
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
	align-items: center;
}
.ancaman-identifikasi .ancaman .right .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.ancaman-identifikasi .ancaman .right .overlay .inner {
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: 'Eurostile';
	font-size: 20px;
}
.ancaman-identifikasi .ancaman .right .overlay .inner .title {
	font-weight: 900;
	font-size: 30px;
}
.div-flex {
	display: flex;
}
.div-flex-item {
	flex: 1;
}
.ancaman-identifikasi .video .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	color: #fff;
	display: flex;
	align-items: center;
}
.ancaman-identifikasi .video .overlay .inner {
	width: 100%;
	text-align: center;
}
.ancaman-identifikasi .video .overlay .fa {
	font-size: 50px;
	border: 5px solid #fff;
	border-radius: 50%;
	padding: 30px 30px 30px 40px;
	background-color: rgba(255,255,255, 0.4);
}
.ancaman-identifikasi .identifikasi {
	background-color: #aac727;
	color: #555;
	font-family: 'Eurostile';
	font-size: 14px;
	padding: 25px 40px;
	border-left: 5px solid #c0e02d;
	border-right: 5px solid #c0e02d;
}
.ancaman-identifikasi .identifikasi .title {
	font-family: 'Eurostile';
	font-weight: 900;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	font-size: 30px;
}
.ancaman-identifikasi .identifikasi .text {
	font-size: 16px;
}
.ancaman-identifikasi .identifikasi .media-body {
	padding-left: 20px;
	padding-top: 10px;
}
.ancaman-identifikasi .identifikasi .media {
	padding: 0px 70px;
}
.ancaman-identifikasi .other {
	background-color: #d8e49d;
	border-left: 5px solid #e3f1a0;
	border-right: 5px solid #e3f1a0;
	padding: 45px;
	padding-left: 130px;
	font-size: 15px;
	color: #555;
	position: relative;
}
.ancaman-identifikasi .other:before {
	content: "";
	width: 100px;
	height: 100%;
	background-image: url('../images/identifikasi-other-bg.png');
	position: absolute;
	background-repeat: no-repeat;
	background-size: 90%;
	left: 20px;
}
.lokasi-penyebaran {
	padding-right: 300px;
}
.lokasi-penyebaran .overlay {
	position: absolute;
	width: 300px;
	height: 100%;
	right: 0px;
	top: 0px;
	background-color: #ce0000;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 50px;
}
.lokasi-penyebaran .overlay .inner {
	width: 100%;
	text-align: center;
}
.lokasi-penyebaran .overlay .inner h3 {
	font-size: 30px;
	border-bottom: 1px solid #fff;
	margin: 15px 0px 0px 0px;
	padding: 10px 0px;
}
.program-terkait {
	padding-left: 270px;
}
.program-terkait .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 270px;
	display: flex;
	align-items: center;
	background-color: #002e88;
	color: #fff;
}
.program-terkait .overlay .inner {
	width: 100%;
	text-align: center;
}
.program-terkait .decorated-content1 {
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 25px;
}
#terkait-carousel .row {
	margin-left: 0px;
	margin-right: 0px;
}
#terkait-carousel .row .col {
	padding-left: 0px;
	padding-right: 0px;
}
#terkait-carousel .carousel-control {
	width: 100px;
}
#terkait-carousel .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(0,46,136,0.61);
	width: 100%;
	height: 100%;
	transform: translateY(100%);
	transition: 0.3s;
}
#terkait-carousel .item .col:hover .overlay {
	transform: translateY(0%);
}
#terkait-carousel .item a {
	font-size: 32px;
	color: #fff;
	text-decoration: none !important; 
}
.community-content {
	position: relative;
	min-height: 400px;
	background: #d3d3d3;
	display: flex;
	align-items: center;
}
.community-content:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	height: 100%;
	background-image: url('../images/community-content-decor1.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right;
}
.community-content:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 150px;
	height: 100%;
	background-image: url('../images/community-content-decor2.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right;
}
.community-content .container {
	max-width: 700px;
	width: 100%;
	margin: auto;
}
.community-content .col img {
	transition: 0.2s;
}
.community-content .col:hover img {
	transform: scale(1.1);
}
#modal-ensiklopedia .modal-dialog, #modal-ensiklopedia1 .modal-dialog {
	min-width: 1000px;
	margin-top: 50px;
	border-radius: 0px;
	box-shadow: none;
}
#modal-ensiklopedia .modal-content, #modal-ensiklopedia1 .modal-content {
	background-color: transparent;
	box-shadow: none;
	border: none;
}
#modal-ensiklopedia .picker {
	background-image: url('../images/ensi-picker-bg.png');
	background-size: 100%;
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	transition: 0.3s;
}
#modal-ensiklopedia .picker .title {
	background-color: #fff;
	color: #6b8608;
	font-size: 30px;
	text-align: center;
	padding: 15px;
	line-height: 25px;
	margin-bottom: 10px;
}
#modal-ensiklopedia .picker .title small {
	display: block;
	font-size: 15px;
}
#modal-ensiklopedia .picker .jenis {
	padding-left: 20px;
	padding-right: 20px;
	background-color: rgba(0,0,0, 0.59);
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#modal-ensiklopedia .picker .jenis a img {
	background-color: #c1bdb4;
	padding: 10px;
	border-radius: 50%;
	display: block;
	transition: 0.2s;
}
#modal-ensiklopedia .picker .jenis a label {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	display: block;
	margin-top: 6px;
}
#modal-ensiklopedia .picker .jenis a.active img, #modal-ensiklopedia .picker .jenis a:hover img {
	background-color: #d71e00;
}
#modal-ensiklopedia .picker .lokasi {
	margin-bottom: 10px;
}
#modal-ensiklopedia .picker .lokasi .sec-title {
	background-color: #fff;
	color: #6b8608;
	position: relative;
	font-family: 'Eurostile Bold';
	font-style: italic;
	padding: 5px 30px;
	font-size: 16px;
	z-index: 100;
}
#modal-ensiklopedia .picker .lokasi .sec-title:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 100%;
	right: -7px;
	top: 0px;
	background-color: #fff;
	z-index: 90;
	transform: skew(-25deg);
}
#modal-ensiklopedia .picker .lokasi .inner {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
}
#modal-ensiklopedia .picker .lokasi .inner input[type='radio'] {
	transform: translateY(-3px);
}
#modal-ensiklopedia .picker .lokasi .inner .row {
	background-color: rgba(0,0,0, 0.59);
}
#modal-ensiklopedia .picker .abjad a {
	display: block;
	text-align: center;
	padding: 5px 0px;
	color: #fff;
	font-size: 15px;
}
#modal-ensiklopedia .picker .abjad a:hover, #modal-ensiklopedia .picker .abjad a.active {
	color: #e9292a;
	position: relative;
	text-decoration: none;
}
#modal-ensiklopedia .picker .abjad a.active:before {
	content: "\f0da";
	font-family: fontawesome;
	position: absolute;
	left: 18px;
	font-size: 16px;
	top: 4px;
} 
#modal-ensiklopedia .picker .abjad .col {
	padding: 10px 0px;
}
#modal-ensiklopedia .picker .btn-submit {
	font-family: 'Eurostile Bold';
	font-style: italic;
	background-color: #b72c25;
	color: #fff;
	font-size: 12px;
	width: 130px;
	letter-spacing: 2px;
	border-radius: 3px;
}
.picker-result .inner{
	background-color: rgba(255,255,255, 0.72);
	padding: 25px;
	margin-top: 110px;
	transition: 0.3s;
	transform: translateX(-100%);
}
.picker-result .head {
	border-bottom: 2px solid #999;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.picker-result .head .left {
	font-family: 'Eurostile Bold';
	color: #555;
	font-size: 20px;
	font-style: italic;
}
.picker-result .head .quick-search .form-control {
	border: 2px solid #888;
	box-shadow: none;
	border-radius: 15px;
	background-color: transparent;
}
.picker-result .head .quick-search .btn {
	background-color: transparent;
	border: none;
	box-shadow: none;
	color: #555;
}
.picker-result .result .relative-div {
	padding-left: 40px;
	cursor: pointer;
}
.picker-result .result img {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #706d68;
	padding: 5px;
	width: 34px;
	border-radius: 50%;
	transition: 0.3s;
}
.picker-result .result a:hover img, .picker-result .result a:hover span {
	background-color: #d71e00;
}
.picker-result  .result span {
	background-color: #706d68;
	transition: 0.3s;
	font-size: 15px;
	padding: 6px 10px;
	font-weight: 400;
	margin-bottom: 0px;
	color: #fff;
	display: block;
}
.picker-result  .result .col {
	margin-bottom: 15px;
}
.picker-result {
	overflow-y: hidden;
	display: none;
}
{
	transform: translateY(0);
}
.btn-partisipasi {
	transform: translateY(130%);
	transition: 0.5s;
	display: inline-block;
}

#article-carousel .carousel-indicators {
	right: 50px;
	left: auto;
	text-align: right;
}
#article-carousel .carousel-indicators li.active {
	background-color: #fff;
}
#article-carousel .carousel-indicators li {
	margin: 0px;
	border-radius: 0px;
	transform: skewX(-30deg);
	width: 30px;
	background-color: rgba(255,255,255, 0.5);
	border: none;
	height: 10px;
}
#article-carousel .carousel-caption {
	left: 0px;
	font-size: 60px;
	bottom: 100px;
	line-height: 60px;
	text-align: left;
	padding: 0px 100px;
}
#article-carousel .carousel-caption a {
	color: #fff;
}
#article-carousel .carousel-caption label {
	color: #99c914;
	font-size: 24px;
	border-bottom: 2px solid #fff;
	line-height: normal;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.list-content .row {
	margin-left: 0px;
	margin-right: 0px;
	display: flex;
}
.list-content .row .col {
	padding-left: 0px;
	float: 1;
	padding-right: 0px;
}
.list-content .row .col .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	display: flex;
	align-items: center;
	top: 0px;
}
.list-content .row .col .overlay .title {
	width: 100%;
	text-align: center;
	font-size: 35px;
	color: #fff;
	line-height: 40px;
	padding: 30px;
}
.has-detcontent-bg {
	background-image: url('../images/det-content-bg.png'), url('../images/det-content-bg2.png');
	background-size: 100%;
	background-position: top, bottom;
	background-repeat: no-repeat;
}
.content-detail .post-title {
	color: #555;
	font-size: 45px;
	padding-top: 50px;
}
.content-detail .featured-image {
	margin-bottom: 20px;
}
.content-detail .featured-image .sharer {
	position: absolute;
	width: 50px;
	left: -50px;
	top: 0px;
	z-index: 300;
}
.content-detail article {
	padding-bottom: 30px;
}
.content-detail .featured-image .sharer li {
	list-style: none;
	margin-bottom: 10px;
	font-size: 13px;
}
.content-detail .featured-image .sharer li a {
	display: block;
	background-color: #aaa;
	color: #fff;
	padding: 15px 10px;
}
.content-detail .featured-image .sharer li a.twitter {
	background-color: #00c9d8;
}
.content-detail .featured-image .sharer li a.envelope {
	background-color: #df4a32;
}
.content-detail .featured-image .sharer li a.gplus {
	background-color: #d01814;
}
.content-detail .featured-image .sharer li a.link {
	background-color: #7ac143;
}
.content-detail .featured-image .sharer li a.comment {
	background-color: #bababa;
}
.content-detail .featured-image .sharer li a i {
	font-size: 20px;
}
.content-detail .featured-image .sharer li a span {
	display: block;
}
.content-detail article p {
	margin-bottom: 20px;
	font-size: 17px;
}
.content-detail .related {
	padding-top: 178px;
}
.content-detail .related .media {
	border-bottom: 1px solid #aaa;
	padding-bottom: 15px;
}
aside .widget-content {
	margin-bottom: 25px;
}
.content-detail .related a {
	color: #555;
	font-size: 18px;
}
.bg-green {
	background-color: #99c914;
}
.bg-red{
	background-color: #d20000;
}
.bg-blue {
	background-color: #002e88;
}
.btn-to-artikel {
	background-color: #99c914;
	color: #fff !important;
	padding: 5px 15px;
	display: inline-block;
}
.top-overlay {
	position: absolute;
	z-index: 500;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	padding-top: 40px;
}
.top-overlay .container {
	max-width: 900px;
}
.top-overlay.peta-cont .container {
	max-width: 1200px;
}
.peta {
	padding-top: 40px;
}
.peta a {
	display: inline-block;
}
.peta a:nth-child(2) {
	margin-left: -138px;
}
.peta a:nth-child(3) {
	margin-left: -129px;
}

.jelajah-tengah {
	background-image: 
	url('../images/jelajah-tengah-bg3.png'),
	url('../images/jelajah-tengah-bg2.png'),
	url('../images/jelajah-tengah-bg1.png');
	background-size: 100%;
	background-position: bottom, 0px 55%, 0px 0%;
	background-repeat: no-repeat;
}
#stang-sepeda {
	width: 100%;
	position: fixed;
	bottom: -30px;
	z-index: 190;
}
#stang-sepeda img {
	margin: auto;
	display: block;
}
.jelajah-tengah-pohon2 {
	position: absolute;
	right: 0px;
	height: 70%;
	top: 0%;
	z-index: 101;
}
.jelajah-tengah-babirusa {
	position: absolute;
	right: 0px;
	bottom: 29%;
	width: 160px;
	z-index: 104;
}
.jelajah-tengah-anoa {
	position: absolute;
	right: 10%;
	bottom: 35%;
	width: 130px;
	z-index: 101;
}
.jelajah-tengah-kakatua {
	position: absolute;
	right: 7%;
	bottom: 59%;
	width: 45px;
	z-index: 103;
}
.jelajah-tengah-pohon1 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 94%;
}
.jelajah-tengah-komodo {
	position: absolute;
	left: 9%;
	bottom: 34%;
	width: 215px;
}
.jelajah-tengah-maleo {
	position: absolute;
	left: 40%;
	bottom: 32%;
	width: 45px;
}

.animal-cont:hover img {
	opacity: 0.9;
}
.animal-cont img {
	transition: 0.3s;
}
.animal-popup-cont {
	position: absolute;
	padding: 0px 30px 10px;
	overflow-y: hidden;
	height: 0px;
}
.animal-cont:hover .animal-popup-cont {
	height: auto;
}
.animal-popup {
	width: 250px;
	background-color: rgba(255,255,255,0.7);
	padding: 10px 10px 20px 10px;
	z-index: 250;
	text-align: center;
	color: #333;
	font-size: 20px;
	font-size: 13px;
	transition: 0.3s;
	border-radius: 20px 0px 20px 0px;
	transform: skewX(-22deg) translateY(109%);
	position: relative;
}
.animal-cont:hover .animal-popup {
	transform: skewX(-22deg) translateY(0%);
} 
.animal-popup .animal-name {
	font-family: 'Eurostile Bold';
	font-size: 20px;
	font-style: italic;
}
.animal-popup .latin-name {
	margin-bottom: 5px;
	color: #777;
}
.animal-popup * {
	transform: skewX(22deg);	
}
.animal-popup small {
	display: block;
	font-size: 13px;
	letter-spacing: 1px;
	font-family: 'Eurostile';
}
.animal-popup .btn {
	position: absolute;
	background-color: orange;
	border-radius: 0px;
	color: #fff;
	letter-spacing: 1px;
	padding: 4px 10px;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	right: 20px;
	bottom: -10px;
}
.animal-popup .btn:hover {
	background-color: #f09b00;
}

.jelajah-timur {
	background-image: 
	url('../images/jelajah-timur-bg.png');
	background-size: 100%;
	background-position: bottom;
}
.jelajah-timur-wallaby {
	position: absolute;
	width: 200px;
	right: -126px;
	bottom: 24%;
}
.jelajah-timur-buahmerah {
	position: absolute;
	width: 60px;
	right: 7%;
	bottom: 40%;
}
.jelajah-timur-kuskus {
	position: absolute;
	width: 100px;
	left: 0%;
	bottom: 31%;
}
.jelajah-timur-cendrawasih {
	position: absolute;
	width: 71px;
	right: 27%;
	bottom: 48%;
}
.jelajah-timur-matoa {
	position: absolute;
	width: 36%;
	left: 8%;
	bottom: 10%;
	z-index: 100;
}
.jelajah-timur-wallaby .animal-popup:after {
	right: 40px;
}

.jelajah-barat {
	background-image: 
	url('../images/jelajah-barat-bg1.png');
	background-size: 100%;
	background-position: bottom;
}

.animal-cont {
	padding-top: 20px;
}
.animal-cont > a {
	display: inline-block;
}
.animal-cont > a:hover > img {
	transform: scaleY(1.05) translateY(-3px);
}
.jelajah-barat-kayu1 {
	position: absolute;
	width: 13%;
	left: -1%;
	top: -43%;
	z-index: 101;
}
.jelajah-barat-badak {
	width: 30%;
	position: absolute;
	bottom: 27%;
	left: -8%;
}
.jelajah-barat-elangjawa {
	position: absolute;
	left: 11%;
	bottom: 57%;
	width: 4%;
	z-index: 102;
}
.jelajah-barat-raflesia {
	position: absolute;
	bottom: 10%;
	left: -3%;
	width: 20%;
	z-index: 113;
}
.jelajah-barat-macan  {
	position: absolute;
	left: 27.4%;
	width: 5%;
	bottom: 46%;
}
.jelajah-barat-kayu2 {
	position: absolute;
	width: 13%;
	bottom: 10%;
	right: 0%;
}
.jelajah-barat-orangutan {
	position: absolute;
	bottom: 20%;
	right: 3.3%;
	width: 13%;
}
.jelajah-barat-kepel {
	position: absolute;
	right: 0px;
	width: 7.8%;
}
.jelajah-barat-anggrek {
	position: absolute;
	right: 16%;
	bottom: 55%;
	width: 6%;
}
.jelajah-barat-beruang {
	position: absolute;
	right: 25%;
	bottom: 46%;
	width: 10%;
}
.jelajah-barat-banteng {
	position: absolute;
	right: 35%;
	bottom: 50%;
	width: 7%;
}
.btn-kembali {
	position: fixed;
	bottom: 30%;
	width: 100%;
	left: 0px;
	z-index: 500;
}
.btn-kembali a {
	background-color: rgba(255,255,255,0.8);
	display: inline-block;
	padding: 10px 20px;
	font-size: 20px;
	border-radius: 51px;
	color: #555;
	transition: 0.3s;
}
.btn-kembali a:hover {
	transform: translateY(-10px);
}