@font-face { font-family: din; src: url('../fonts/din-regular.ttf');}

* {
	margin: 0;
	padding: 0;
	text-decoration: none
}
body {
	font-family: din;
	background-image:url(../images/bg.jpg);
}
header {
	position: relative;
	width: 100%;
	background: #205A72;
}
.logo {
	position: relative;
	z-index: 123;
	padding: 0px;
	font: 18px;
	color: #6DDB07;
	float: left;
	width: 15%
}
.logo a {
	color: #6DDB07;
}
nav {
	position: relative;
	margin: 0 auto;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	margin: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #head-mobile {
	display: none
}
#cssmenu {
	background: #205A72
}
#cssmenu > ul > li {
	float: left
}
#cssmenu > ul > li > a {
	padding: 17px;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #ddd;
	font-weight: 700;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
	color: #fff
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
	background: #14465b!important;
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 30px
}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0
}
#cssmenu ul ul {
	position: absolute;
	z-index:10;
	left: -9999px
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #333;
	transition: all .25s ease
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
	left: auto
}
#cssmenu li:hover > ul > li {
	height: 35px
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150,150,150,0.15);
	padding: 11px 15px;
	width: 170px;
	font-size: 12px;
	text-decoration: none;
	color: #ddd;
	font-weight: 400;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #fff
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top: 1px solid #333
}

@media screen and (max-width:700px) {
.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 46px;
	text-align: center;
	padding:  0;
	float: none
}
.logo2 {
	display: none
}
nav {
	width: 100%;
}
#cssmenu {
	width: 100%
}
#cssmenu ul {
	width: 100%;
	display: none
}
#cssmenu ul li {
	width: 100%;
	border-top: 1px solid #444
}
#cssmenu ul li:hover {
	background: #363636;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0
}
#cssmenu > ul > li {
	float: none
}
#cssmenu ul ul li a {
	padding-left: 25px
}
#cssmenu ul ul li {
	background: #333!important;
}
#cssmenu ul ul li:hover {
	background: #363636!important
}
#cssmenu ul ul ul li a {
	padding-left: 35px
}
#cssmenu ul ul li a {
	color: #ddd;
	background: none
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #fff
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none
}
#cssmenu #head-mobile {
	display: block;
	padding: 23px;
	color: #ddd;
	font-size: 12px;
	font-weight: 700
}
.button {
	width: 55px;
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 12399994;
}
.button:after {
	position: absolute;
	top: 22px;
	right: 20px;
	display: block;
	height: 8px;
	width: 20px;
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	content: ''
}
.button:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 16px;
	right: 20px;
	display: block;
	height: 2px;
	width: 20px;
	background: #ddd;
	content: ''
}
.button.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 23px;
	border: 0;
	height: 2px;
	width: 19px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.button.menu-opened:before {
	top: 23px;
	background: #fff;
	width: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid #444;
	height: 46px;
	width: 46px;
	cursor: pointer
}
#cssmenu .submenu-button.submenu-opened {
	background: #262626
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #fff
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none
}
#cssmenu ul ul ul li.active a {
	border-left: none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: none
}
}


.form-control, .btn{
	border-radius:0!important;
	}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon{ margin-top:7px;}
.inner-addon .glyphicon {
  position: absolute;
  padding: 7px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }


.slide-home .item img{
	display:block;
	margin:auto;
	}
	
.status-terumbu-karang{
	padding: 20px 0;
	}
	
.kebijakan{
	padding: 20px 0 40px 0;
	background-color:#f8f8f8;
	}		
	
.title-page{
	margin: 30px auto 20px auto;
	padding-bottom:20px;
	font-size:30px;
	color:#04958B;
	text-transform:uppercase;
	text-align:center;
	border-bottom: 1px dotted #04958B;
	}
	
	
.status-terumbu-karang img{
	margin:auto;
	}	
	
.status-terumbu-karang .form-inline{
	margin: 20px 0;
	text-align:center;
	}		

.status-terumbu-karang .form-inline label{
	margin: 0 10px;
	}
	
.status-terumbu-karang .form-inline .btn{
	margin: 0 10px;
	}		
	
.header-kebijakan{
	padding: 20px;
	background-color:#04958B;
	font-size:22px;
	text-align:center;
	color:#fff;
	}
	
.header-strategi{
	padding: 20px;
	background-color:#c52d2f;
	font-size:22px;
	text-align:center;
	color:#fff;
	}	
	
.content-kebijakan{
	padding: 20px;
	border:1px solid #eee;
	background-color:#fff;
	min-height:145px;
	-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom: solid 3px #DDD;
	}	
	
.content-kebijakan p{
	height: 100px;
	overflow:hidden;
	}		
	
.post{
	margin:10px 0;
	color:#666;
	}	
	
.title-news{
	margin: 0 0 15px 0;
	font-size:18px;
	line-height:normal;
	height: 66px;
	overflow: hidden;
	}	
	
.article-news{
	display:block;
	margin: 0 0 20px 0;
	background-color:#fff;
	-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
	border-bottom: solid 3px #DDD;
    box-shadow: 0 0 0 1px #EEE;
	}	
	
.article-news:hover, .article-news:focus{
	text-decoration:none;
	}	
	
.footer-news{
	padding: 10px;
	}	
	
.komunitas{
	margin: 60px 0 0 0;
	padding: 30px 0;
	background-image: url(../images/partner_bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	}
	
.komunitas h2{
	font-size:30px;
	color:#fff;
	text-align:center;
	}
	
.komunitas p{
	margin: 0 0 20px 0;
	font-size:20px;
	text-align:center;
	color:#fff;
	}	
	
.komunitas ul{
	text-align:center;
	}	
	
.komunitas ul li{
	display: inline-block;
	}
	
.footer{
	padding: 30px 0;
	background-color:#1D526A;
	}	
	
.copyright{
	text-align:center;
	color:rgba(255,255,255,0.5);
	font-size:14px;
	}	
	
.lang-id, .lang-eng{
	display:block!important;
	padding: 23px 15px!important;
	background-position: center;
	background-repeat:no-repeat;
	width:18px;
	height: 12px;
	opacity: 0.3;
	}		
	
.lang-eng{
	background-image:url(../images/flag-en.png);
	}
	
.lang-id{
	background-image:url(../images/flag-id.png);
	}	
	
.lang-id.active, .lang-eng.active{
	opacity: 10;
	}		
	
	
.nav-bottom{
	padding: 20px 0;
	background-color:#333;
	color:#fff;
	}	
	
.nav-bottom h4{
	font-weight:700;
	color:#04958B;
	}	
	
.nav-bottom ul{
	padding: 0;
	list-style: none;
	}	
	
.nav-bottom ul a{
	color:#fff;
	}	
	
.social{
	margin: 10px 0;
	}	
	
.social a{
	color:#fff;
	}	
	
.social .fb, .social .tw, .social .yt, .social .bl{
	display: inline-block;
	margin: 0 10px 0 0;
	background-image:url(../images/soial-media.png);
	background-size:207px 319px;
	background-position: -10px -11px;
	width:27px;
	height: 27px;
	}	
	
.social .tw{
	background-position: -90px -11px;
	}
	
.social .yt{
	background-position: -90px -167px;
	}
	
.social .bl{
	background-position: -168px -128px;
	}			
	
	
	
	
	
	
#home-slider .item {   
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	height: 430px;
	}
	
	
	
	
.nm{ margin:0!important;}	
.mt20{margin-top:20px!important;}
.mt50{margin-top:50px!important;}
.mb20{margin-bottom:20px!important;}	
.mb30{margin-bottom:30px!important;}	

.img-full{
	width:100%;
	}

.list-side{
	margin: 0 0 40px 0;
	padding:0;
	list-style: none;
	}
	
.list-side li{
	margin:-1px 0 0 0;
	padding: 10px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}	
	
.list-side li.sparator{
	background-color:#f8f8f8;
	}
	
.list-side li.sparator2{
	color:#c52d2f;
	}		
	
.footer{
	padding: 30px 0;
	background-color:#1D526A;
	}	
	
.copyright{
	text-align:center;
	color:rgba(255,255,255,0.5);
	font-size:14px;
	}	

.item-article{
	margin: 0 0 40px 0;
	}
	
.title-header{
	margin:-1px 0 15px 0;
	padding:10px;
	background-color:#f8f8f8;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	text-transform: uppercase;
	}	
	
.title-page{
	padding-bottom:15px;
	border-bottom: 1px dotted #ddd;
	text-transform:capitalize;
	}	
	
.title-page .post-date{
	margin: 5px 0 0 0;
	font-size:16px;
	color:#666;
	}	
	
.short-article{
	text-align:justify;
	}	
	
.read-more{
	border-radius:0;
	background-color:#c52d2f;
	color:#fff;
	}
	
.komunitas{
	padding: 30px 0;
	background-image: url(../images/partner_bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	}
	
.komunitas h2{
	font-size:30px;
	color:#fff;
	text-align:center;
	}
	
.komunitas p{
	margin: 0 0 20px 0;
	font-size:20px;
	text-align:center;
	color:#fff;
	}	
	
.komunitas ul{
	text-align:center;
	}	
	
.komunitas ul li{
	display: inline-block;
	}			
	
.list-thumb li{
	float:left;
	display:inline-block;
	margin: 0 10px 10px 0;
	}	
	
.item-thumb img{
	margin: 10px 0;
	}	
	
.text-justify{
	margin: 0 0 25px 0;
	text-align: justify;
	}	
	
.custom-pagination{
	float:right;
	}	
	
.custom-pagination i{
	display: inline-block;
	float:left;
	margin: 5px 0;
	padding: 0 10px 0 0;
	}	
	
.custom-pagination .pagination-sm>li:first-child>a, .custom-pagination .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
	}
	
.custom-pagination .pagination-sm>li:last-child>a, .custom-pagination .pagination-sm>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
	}	
	
.square{
	border-radius:0;
	}		
	
.table-general tr th{
	background-color:#ebebeb;
	text-transform: uppercase;
	}
	
.table-general tr th, .table-general tr td{ 
	font-size:13px;
	vertical-align: middle !important;
	}
	
.table-general tr:last-child{
	border-bottom: 1px solid #ccc;
	}			
	
.table-general tr td:first-child{
	text-align:center;	
	}	
	
.table-general tr td a{
	color:#428bca;
	}	
	
.table-general tr td i{
	font-style:italic;
	}
	
img {
    max-width: 100%;
}		

.category-title{
	display:block;
	margin: 20px 0 10px 0;
	padding-bottom:10px;
	font-size:20px;
	line-height: normal;
	border-bottom: 1px dotted #ccc;
	}
	
.category-title span{
	display:block;
	margin: 10px 0 0 0;
	font-size:16px;
	}	
	
.box-studi, .box-monitoring, .box-riset, .box-panduan{
	display: table;
	width:100%;
	background-color:#34babd;
	height: 100px;
	border-radius:5px;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(50, 50, 50, 0.85);
-moz-box-shadow:    0px 5px 0px 0px rgba(50, 50, 50, 0.85);
box-shadow:         0px 5px 0px 0px rgba(50, 50, 50, 0.85);
	}	
	
.box-studi div, .box-monitoring div, .box-riset div, .box-panduan div{
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	font-size:22px;
	color:#fff;
	}	
	
.box-monitoring{ background-color:#33b877;}
.box-riset{ background-color:#ec7e63;}
.box-panduan{ background-color:#494949;}	


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.box-organisme-laut{
	margin: 10px 0;
	display: table;
	width:100%;
	height: 80px;
	background: rgba(91,183,255,1);
	background: -moz-linear-gradient(-45deg, rgba(91,183,255,1) 0%, rgba(0,112,197,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(91,183,255,1)), color-stop(100%, rgba(0,112,197,1)));
	background: -webkit-linear-gradient(-45deg, rgba(91,183,255,1) 0%, rgba(0,112,197,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(91,183,255,1) 0%, rgba(0,112,197,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(91,183,255,1) 0%, rgba(0,112,197,1) 100%);
	background: linear-gradient(135deg, rgba(91,183,255,1) 0%, rgba(0,112,197,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bb7ff', endColorstr='#0070c5', GradientType=1 );
	}
	
.box-organisme-laut div{
	display:table-cell;
	vertical-align: middle;
	font-size:18px;
	text-align:center;
	color:#fff;
	}	
	
.list-image{
	list-style: none;
	}	
	
.list-image li{
	font-size:16px;
	}	
	
.list-image li span{
	display:inline-block;
	margin: 10px 10px -8px 0;
	background-image:url(../images/check.png);
	background-repeat:no-repeat;
	width:30px;
	height: 30px;
	}
	
.agenda{
	margin: 50px 0;
	}		
	
.agenda-header{
	padding:10px 15px;
	background-color:#334e9f;
	color:#fff;
	}
	
.agenda-content{
	padding:5px;
	border:1px solid #ddd;
	}		
	
.visitor{
	display: inline-block;
	padding:10px 15px;
	background-color:#000;
	color:#fff;
	}