@media only screen and (min-width : 150px) and (max-width : 965px) {
#wpadminbar{
	position: fixed !important;
}
body {
	margin: 0;
	padding: 0;
	background: #9a9a9a;
	position: relative
}
div {
	position: relative
}
h1, h2, h3, h4, h5, h6, ol, ul, li {
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
}
.left {
	float: left
}
.right {
	float: right
}
.clear {
	clear: both
}
#wrapper {
	width: 90%;
	margin: 10px auto;
	background: #fff;
	min-height: 600px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.9);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.9);
	box-shadow: 0px 0px 5px rgba(0,0,0,.9);
}
/* HEADER */
#header {
	min-height: 60px;
	background: url(images/header-mobile.png) no-repeat center center;
	background-size: cover;
}
.logo-img {
	margin: 2.5% 2.5% 0;
	display: block;
	float: left;
	text-align: center;
	width: 95%;
}
.logo-img img {
	width:80px;
	height: auto;
	max-height: 100px
}
.logo-text {
	padding: 2.5%;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	width: 95%;
	text-align:center;
}
.logo-text a {
	color: #fff!important;
	font-size: 28px;
	line-height: 32px
}
.logo-text .desc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #fff;
	margin: 4px 0 0 0
}
.bigmenu {
	height: 30px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #c69900
}
/* MAIN */
#main {
	padding: 0px 0 15px
}
#breadcrumb {
	background: #ddd;
	min-height: 20px;
	border-bottom: solid 1px #d2d2d2
}
#breadcrumb {
	margin: 2px 0 12px;
	font: 11px/20px Arial, Helvetica, sans-serif;
	padding: 0 10px
}
#breadcrumb a {
	line-height: 20px;
	display: inline-block;
	font-weight: normal;
	margin: 0 2px;
}
/* SIDEBAR */
.sidebar {
	width: 100%;
	color: #666;
}
.sidebar .block {
	margin: 0 10px 10px 10px;
	background: #dce6f0;
	min-height: 80px;
	line-height: 15px;
	border-bottom: solid 2px #becfe2
}
.sidebar .block ul, .bx {
	padding: 5px 10px 10px
}
.sidebar .block ul ul {
	padding: 0
}
.sidebar .block li {
	display: list-item;
	margin-left: 20px;
	padding: 2px 0
}
.sidebar .block li a {
	color: #666
}
.sidebar .block li a:hover {
	color: #a00
}
.sidebar .block img {
	max-width: 185px;
	height: auto;
	margin: 5px 0 0
}
.srch {
	background: #fff;
	padding: 4px;
	margin: 9px;
	border: solid 1px #bbb
}
.srch input {
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: #fff;
	border: none;
	padding: 0;
	margin: 0;
}
.srch input[type="submit"] {
	height: 20px;
	width: 20px;
	float: right;
	cursor: pointer;
	text-indent: -9999px;
	background: url(images/magnify.png) #fff 2px 2px no-repeat
}
.srch input[type="text"] {
	width: 80%;
	height: 20px
}
/* CONTENT */
.content {
	width: 100%;
}
.content .block {
	margin: 0 10px 10px 10px;
	background: #e2e2e2;
	padding: 5px 10px;
	min-height: 300px
}
.single {
	padding: 15px 10px!important;
	background: #eee!important;
	border-bottom: solid 2px #ccc
}
.single .title {
	margin-bottom: 14px;
}
.single .title a {
	font-size: 20px;
	line-height: 24px;
}
.single .info {
	font-size: 11px;
	margin-bottom: 20px;
	font-style: italic;
	color: #888
}
.single .entry {
	border-bottom: solid 1px #d2d2d2;
	text-align:justify;
}
.entry{
	text-align:justify;
}
.entry img {
	max-width: 480px;
	height: auto;
	display: block;
	margin: 0 auto;
	border: solid 1px #ccc;
	margin-bottom: 15px
}
.entry img.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}
.entry img.alignright {
	float: right;
	margin: 0 00px 10px 15px;
}
.entry ol, .entry ul {
	margin-left: 40px;
	margin-bottom: 15px;
}
.entry ol ul, .entry ol ol, .entry ul ul, .entry ul ol {
	margin-bottom: 0;
}
.entry li {
	display: list-item
}
.entry a, .entry a:link, .entry a:visited {
	color: #a00;
	font-weight: normal
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	display: block;
	line-height: 1;
	margin-bottom: 15px
}
.entry table {
	border-collapse: collapse;
	display: table;
	margin-bottom: 10px;
	width: 100%;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc
}
.entry table th, .entry table td {
	border-bottom: solid 1px #ccc;
	padding: 5px 10px;
	border-right: solid 1px #ccc
}
.single .execute {
	border-top: solid 1px #fff;
	text-align: center;
	padding: 10px 0 0;
	font-size: 10px;
	text-transform: uppercase
}
.execute a {
	padding-left: 18px;
	margin: 0 4px;
	line-height: 16px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: top left
}
.execute a.print {
	background-image: url(images/printer.png)
}
.execute a.word {
	background-image: url(images/word.png)
}
.execute a.pdf {
	background-image: url(images/pdf.png)
}
.execute a.mail {
	background-image: url(images/mail.png)
}
/* FOOTER */
#footer {
	min-height: 100px;
	padding: 15px 20px;
	background: #0033cc;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	color: #f7a64e;
	font: 11px/13px Arial, Helvetica, sans-serif;
}
#footer h3 {
	color: #888;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	margin-bottom: 10px;
	color: #fff
}
#footer a, #footer a:link, #footer a:visited {
	color: #f7a64e
}
#footer a:hover {
	color: #fff
}
#footer .block {
	min-width: 100px;
	margin: 10px;
	max-width: 100%;
}
#footer .block li {
	padding: 3px 0
}

#footer-sidebar1 {
	float: left;
	width: 100%;
	max-height: 400px;
	min-height: 150px;
	margin-left:5px;
	margin-right:5px;
}

#footer-sidebar2 {
	float: left;
	align: center;
	width: 100%;
	max-height: 400px;
	min-height: 150px;
	margin-right:5px;
}

#footer-sidebar3 {
	float: left;
	max-height: 400px;
	min-height: 150px;
	width: 100%;
}

footer#colophon {
  	color: #fff;
	text-align: center;
  	background-color: #002144;
  	font-size: 85%;
}

.copyright {
  font-size: 1rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}
/* */
.home-news {
	margin: 10px;
	background: #DCE6F0;
}
.p1 {
	padding: 5px 10px
}
.listnews {
	padding: 10px 0 5px 0;
	border-bottom: solid 1px #d0d6dd
}
.listnews .info {
	margin: 7px 0;
	font-size: 11px;
	line-height: 13px;
	font-style: italic
}
.listnews .title {
	margin-bottom: 10px
}
.postthumb {
}
.postthumb img {
	max-width: 120px;
	height: auto;
	margin: 0 10px 10px 0
}
/* TYPO */
body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333
}
a, a:link, a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold
}
a:hover {
	text-decoration: underline
}
h3.sdtitle {
	padding: 0px 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	background: #159 url(images/bg-sd-title.gif) top left repeat-x;
	line-height: 25px;
	display: block;
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
	position: relative;
}
a.rss {
	display: block;
	height: 16px;
	width: 16px;
	text-indent: -9999px;
	background: url(images/feed.png) no-repeat;
	top: 0;
	right: 0;
	position: absolute;
	margin: 5px 10px;
}
/* page navi */
.pages {
	clear: left;
	margin-top: 20px;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pages a, .pages span {
	color: #636363;
	display: block;
	float: left;
	padding: 0.2em 0.6em;
	margin-right: 0.3em;
	border: 1px solid #d2d2d2;
	background: #fff;
}
.pages span.current {
	border: 1px solid #66a0c9;
	font-weight: bold;
	background: #73a7cb;
	color: #fff;
}
.pages a {
	border: 1px solid #d2d2d2;
	text-decoration: none;
}
.pages a:hover {
	border-color: #66a0c9;
}
.pages a.nextprev {
	font-weight: bold;
	color: #636363;
	background-color: #fff;
}
.pages span.nextprev {
	color: #636363;
	font-weight: bold;
	background-color: #fff;
}
.pages span.nextprev {
	border: 1px solid #d2d2d2;
	font-weight: bold;
	color: #636363;
}
.pages .nextprev-next {
	float: right;
	color: #fff;
	font-weight: bold;
	background-color: #fff;
}
.top-link {
	background: #0033cc;
	text-align: center;
}
.top-link ul {
	padding: 3px;
}
.top-link ul li {
	display: inline;
	margin: 1px;
}
.top-link ul li a {
	color: #fff;
	font-size:11px;
}
.bigmenu{
	display:none;
}
.mobile-dropdown{
	display:block;
}
.posisi{
	width:255px;
	margin:0 auto;0 10px 10px 10px;
}
.slider{
	margin:0 10px 10px 10px;
}
.desktop{
	display:none;
}
.mobile{
	display:block;
}
}
