* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

body {
	line-height:1.5;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	color: #828282;
	background: url(images/green_background.jpg) top no-repeat fixed;
	min-width: 100%;
}

a { color: #0252aa; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }
a.more { color: #3f48cc; text-decoration: none; padding-left: 11px; background: url(images/arr-ico.png) no-repeat 0 5px; }
a.more:hover { text-decoration: underline;  }
input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

article, aside, details, footer, header, menu, nav, section { display: block; }

.shell { 
	width: 990px;
	margin: 0 auto; 
}
.container {
	width: 990px;
	background: #fff; 
	box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; 
	-moz-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; 
	-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; 
	-o-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ;  }
	
#header { 
	height: 100px; 
	padding:7px 17px 7px 28px;
	margin-bottom:15px;
	background-color:#fff;
}


#logo img { 
	width: auto; 
	float: left; 
}

.search { 
	padding-top:30px;
	float: right;
	}

.search input.field { border: 1px solid #d6d6d6; background: #ededed; width: 166px; height: 24px; line-height: 22px;  padding: 0px 10px; float: left; font-size: 11px; font-family: verdana, arial, helvetica, serif;  color: #bebebe;  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px;}
.search input.search-btn { width: 22px; height: 26px; margin-left: 3px;  border: 0; cursor: pointer; background: url(images/search-btn.png) no-repeat 0 0; float: left; font-size: 0; line-height: 0; text-indent: -4000px;  }

.m-slider {
	display:block;
	position: relative;
}
.slider-holder { position: relative; z-index: 5; }
.slider-holder span.slider-b { background: url(images/slider-bottom.png) no-repeat 0 0;  width: 990px; height: 30px; position: absolute; bottom: 0px; left: 0px; z-index: 100;}
.slider-holder span.slider-shadow { background: url(images/slider-shadow.png) no-repeat 0 0;  width: 990px; height: 13px; position: absolute; top: 0px; left: 0px; z-index: 100; display: block; }
.slider { width: 990px;  height: 378px; position: relative;  background: url(images/slide-img.png) no-repeat 0 0;}
.slider ul.slides { list-style: none; list-style-position: outside; }
.slider ul.slides li { width: 990px; height: 378px; float: left; position: relative; overflow: hidden; }

.slider ul.slides li .img-holder { width: 741px; height: 347px; position: absolute; bottom: 0px; right: 0px; }
.slider ul.slides li .img-holder img { width: 741px; height: 347px; }

.slider ul.slides li .slide-cnt { width: 320px; padding: 33px 0 0 34px; position: absolute; left: 0; top: 20px; }
.slider ul.slides li .slide-cnt h2 { font-size: 44px; line-height: 44px; padding-bottom: 16px; color: #fff; text-shadow: rgba(0,0,0,0.4) 0px 1px 2px; font-family: 'Ubuntu', sans-serif; font-weight: 700; }
.slider ul.slides li .slide-cnt p { color: #fff; font-size: 14px; padding-bottom: 22px; }
.slider ul.slides li .slide-cnt a.grey-btn { clear:both; background: url(images/grey-btn.png) no-repeat 0 0; width: 186px; height: 45px; text-align: center; line-height: 40px; display: block; font-weight: bold; font-size: 18px;  color: #636363; text-shadow: rgba(255,255,255,0.4) 0px 1px 0px; }
.slider ul.slides li .slide-cnt a.grey-btn:hover { background-position: 0 -47px; text-decoration: none; }
.flex-control-nav { left: 480px; }
.main a.m-btn-grey { display: none; }

/** breadcrumb **/
.breadcrumbs {
	padding: 1em;
	display: block;
	padding: 0;
	overflow: hidden;
	margin-left: 0;
	list-style: none;
	border: solid 1px gainsboro;
}

.breadcrumbs > * {
	margin:1em 0 !important;	
	float: left;
	font-size: 0.6875rem;
	line-height: 0.6875rem;
	color: #008cba;
}

.breadcrumbs > *:before {
	content: "/";
	color: #aaaaaa;
	margin: 0 0.75rem;
	position: relative;
	top: 1px;
}

.breadcrumbs > * a {
	color: #008cba;
	cursor:pointer;
}
.breadcrumbs > *.current {
	cursor: default;
	color: #333333;
}

.breadcrumbs > *.current a {
	cursor: default;
	color: #333333;
	text-decoration:none;
}

.main { padding: 47px 0px 0px;  background: url(images/main.png) repeat-x 0 0; }
.main h2 { font-size: 22px; color: #2d5900; line-height: 22px; padding-bottom: 8px; font-family: 'Ubuntu', sans-serif; font-weight: 500; }
.main h3 { font-size: 18px; color: #5e5e5e; line-height: 22px; padding-bottom: 8px; font-family: 'Ubuntu', sans-serif; font-weight: 500;  }
.main section { clear: both; background: url(images/section-shadow.png) no-repeat center bottom; padding: 0 20px 40px; }
.main ul { list-style: none; list-style-position: outside; }
.main ul li { padding-bottom: 6px; padding-left: 10px; background: url(images/arr-ico.png) no-repeat 0 8px; }
.main ul li a { color: #2b9208; text-decoration: underline; } 
.main ul li a:hover { text-decoration: none; } 

.main .cols { padding-left: 0; padding-right: 0; }
.main .cols .col { width: 314px; float: left; }
.main .cols .col:after { content:''; width: 100%; clear: both; }
.main .cols .col + .col { padding-left: 20px; }
.main .cols .col img { float: left; width: 129px; height: 108px;  }

.main .cols .col-cnt { 
	width: 183px; 
	float: right;
}

.main .cols .col-cnt h2 { 
	margin:0;
	padding:0;
}

ul.front-latest {
	margin-left:0;
}

ul.front-latest li {
	background:none;
	padding-left:0;
}

ul.front-latest li img {
	float:left; 
	margin:3px;
	width:112px; 
	height:auto;
}

.main .post  { background: url(images/cols-shadow.png) no-repeat 0 bottom; padding-top: 15px; padding-left: 0; padding-right: 0;  }
.main .post .col { width: 314px; float: left; }
.main .post .col:after { content:''; width: 100%; clear: both; }
.main .post .col + .col { padding-left: 20px; }
.main .post .col-cnt { width: 280px; float: right; }
.main .post h2 { padding-bottom: 15px; }
.main .post ul li a {color:#3f48cc; text-decoration:none;}
.main .post ul li a:hover {text-decoration:underline;}


.main .post p { padding-bottom: 8px; }

.main .testimonial { 
	padding-top: 20px; 
	padding-bottom: 20px;  
	text-align: left; 
	background: transparent; 
}

.testislider {
	position: relative;
	width: 950px;
}

.testislider ul.slides li {
	background: none;
}

.testislider ul.slides li p {
	width: 900px;
}


.main .testimonial strong.quote { font-size: 28px; font-family: georgia ,arial, helvetica, serif; position: relative; top: 10px; left: -6px; }
.testimonial h2 { padding-bottom: 12px; }
.testimonial p { padding-bottom: 6px; }
.testimonial p.author { text-align: right; }


/**page **/
.page .post { 
	padding: 20px;
}

.post h2 { 
	color: #ff7f27;
}

.colfleft {
	float:left;
	width:70%;
}

.colfleft h2 {
	color: #ff7f27;
	font-size:2em;
	padding-bottom:15px;
}

.colfleft p {
	padding-bottom:15px;
}

.colfleft ol, .colfleft ul {
	padding-left:20px;
}

.colfleftwrap {
	padding-right:25px;	
}

.colfleftwrap p, .front-latest p, 
.col-cnt p, .testislider p, .colfleftwrap h3,
.colfleftwrap ul li, .colfleftwrap ol li, .colfleftwrap dev{
	color: #333;
}

.hurufarab {
	font-size:20pt;
	font-family: 'Times New Roman', Times, serif;
	color: #333;
}

.grey {
	background: #E8E7E7  !important;
}

.grey p {
	padding:5px 0 !important;
}

ol.keterangan li {
	padding-bottom:10px;
}

ul.program li {
   padding-bottom:10px;
}
ul.program ol {
   padding-top:10px;
}
ol.proker li {
   padding-bottom:10px;
}
ol.proker ul {
}

/* table n paging quran */
table.garis {
	border: 1px solid #dcdcdc;
	margin: 20px 0 20px 0;
	border-collapse: collapse;
}

th.garis {
border: 1px solid #dcdcdc;
background: url(images/white.jpg) repeat left center;
text-shadow: 0px 1px #fff;
padding: 7px 4px 7px 4px;
}

.pg-normal {
	padding: 3px 5px 3px 5px;
	margin: 5px 1.5px 0 1.5px;
	border: 1px solid #dcdcdc;
	background: url(images/white.jpg) repeat left center;
	text-shadow: 0px 1px #fff;
	color: #006cff;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.pg-selected {
	padding: 3px 5px 3px 5px;
	margin: 5px 1.5px 0 1.5px;
	border: 1px solid #5b5b5b; color: #5b5b5b;
	background: url(images/white.jpg) repeat left center;
	text-shadow: 0px 1px #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.colfleftwrap div img {
	float:left; 
	padding:5px;
	width:220px;
}



.colfright {
	float:right;
	width:30%;
}

.colfright h2 {
	color: #2d5900;
	font-size: 23px; 
	font-family: 'Ubuntu', sans-serif; 
	font-weight: 400; 
	padding-left:15px;
	padding-bottom: 10px;
}

.colfright ul  li{
	list-style-type: none;
	border-bottom: 1px solid #efefef;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 7px 10px;
	background: url(images/arr-ico.png) no-repeat 0 8px;
}


.galeri ul {
	padding:0;
	margin:15px auto 0 auto;
}

.galeri ul li {
	display:inline-block;
	list-style:none;
}

.galeri ul li img {
	max-width:200px;
	padding:10px;
	margin:6px;
	border:1px solid #ccc;
	height:auto;
}

.pagination-right {
	text-align: right;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination ul {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

ul.simplePagerNav li:first-child>a{
	border-left-width: 1px;
}

ul.simplePagerNav li a{
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-left-width: 0;
}

ul.simplePagerNav li.currentPage a {
	background-color: #bebebe;
}

.item-content {
	border-top: 1px solid #ebebeb;
	overflow: hidden;
	margin: 20px 0 0px;
	padding: 15px 0 5px;
}

.item-content h3{
	color: #3c3d32;
	font-size: 1.8em;
	line-height: 2em;
}

.entry-utility, .entry-utility a, .entry-utility a:visited {
	color: #7e8376;
	font-size:.9em;
}

.entry-content {
	padding: 15px 0 0 0;
}

.item-content-single {
	overflow: hidden;
	margin: 10px 0 0px;
	padding: 15px 0 5px;
}

.item-content h2{
	color: #3c3d32;
	font-size: 1.8em;
	line-height: 2em;
}

.item-content-single h3{
	color: #ff7f27;
	font-size: 1.8em;
	line-height: 2em;
}
p.visi {
	font-size:1.2em;
}

ol.visi {
	margin-bottom:25px;
}

ol.visi li {
	font-size:1.2em;
	margin-bottom:15px;	
}

table.peserta {
	color:#333;
	border:1px solid #333;
}

tr.tabelheader {
	font-weight:bold;
	background-color:#999;
	vertical-align:baseline;
}

table.peserta tr td {
	padding:4px;
	border:1px solid #dcdcdc;
	vertical-align:top;
}

table td.garis, table th.garis {
	border: 1px solid #dcdcdc !important;
	padding: 4px !important;
}

/* CONTACT */
form{
	margin:0; 
	padding:0;
}

fieldset{
	border:0px;
}

#contactform{
	margin:0 auto; 
	position:relative; 
}

#contactform label{
	display:block
}

label.sp { 
	width:3px;
}

span.error{
	color:red;
	text-align:left; 
	font-size:11px;
}

#contactform input.text-input{
	margin-bottom:8px;
	padding:5px;
	vertical-align:middle;
	width:50%;
}
#contactform textarea{ 
	width:70%;
	padding:5px;
} 
#message{ margin-left:0px;}
#message h2	{}
#message p{margin:6px 0px; }

#contactform .button{
	cursor:pointer;
	margin-top:15px;
	padding:5px 15px;
	line-height:20px;
 }


.socials { background: url(images/socials-bg.png) repeat-x 0 0;  height: 49px;  }
.socials-inner { background: url(images/socials-inner.png) repeat-x 0 0; padding-left: 20px;}
.socials h3 { float: left; font-size: 18px; line-height: 30px; padding-right: 19px; padding-bottom: 0; font-family: 'Ubuntu', sans-serif; font-weight: 500;  }
.socials ul { list-style: none; list-style-position: outside; line-height: 49px;  }
.socials ul li { font-size: 11px; padding-right: 18px;  line-height:55px; color: #7c7c7c; background: transparent; text-transform: uppercase; float: left; }
.socials ul li a { color: #7c7c7c; text-decoration: none; display: block; padding-left: 28px; position: relative;  }
.socials ul li a span { background: url(images/socials.png) no-repeat 0 0; position: absolute; width: 20px; height: 20px; top: 13px; left: 0; }
.socials ul li a:hover { color: #333; }

.socials ul li a.facebook-ico span { background-position: 0 0; }
.socials ul li a.twitter-ico span { background-position: -22px 0; }

#footer { background: url(images/footer-cols.png) repeat 0 0; }
#footer h2 {
	font-size: 23px; 
	color: #fff; 
	font-family: 'Ubuntu', sans-serif; 
	font-weight: 400; 
	padding-bottom: 8px; 
}
.footer-cols { padding: 26px 24px; background: url(images/footer-lights.png) no-repeat center 0px; }
.footer-cols .col { float: left; width: 195px; }
.footer-cols .col + .col { padding-left: 54px;  }
.footer-cols .col ul { list-style: none; list-style-position: outside; margin:0; }
.footer-cols .col ul li { color: #7dc33a; font-size: 14px;  padding-bottom: 4px; background: url(images/arr-footer-col.png) no-repeat 0 8px; padding-left: 9px;  }
.footer-cols .col ul li a { color: #7dc33a; }

.footer-bottom { background: url(images/footer-bottom.png) repeat 0 0; height: 38px; padding-top: 24px; padding: 24px 20px 0; border-top: 1px solid #262c2c;  }
.footer-bottom p.copy { float: right; line-height: 11px; font-size: 11px; color: #5f6261; }
.footer-bottom p.copy span { padding: 0  11px;  }
.footer-bottom p.copy a { color: #2b9208; text-decoration: underline; }
.footer-bottom p.copy a:hover { text-decoration: none; }
.footer-bottom p.copy strong { font-weight: normal; }

/* #Media Queries
================================================== */

@media (max-width: 979px) and (min-width: 768px) {
	.container {
		width:80%;
	}
	
	.search {
		display:none;
	}
	
	#logo img {
		width: 80%;
		float:none;
	}
	
	.navbar {
		margin-bottom: 20px !important;
		display:block;
		box-shadow:none !important;
	}
	
	.slider-holder { position: relative; }
	.slider-holder span.slider-b { background: url(images/t-slider-bottom.png) no-repeat 0 0;  width: 748px; height: 30px; position: absolute; bottom: -13px; left: 0px; z-index: 100;}
	.slider-holder span.slider-shadow { background: transparent; display: none;  }
	.flex-control-nav { left: 346px; }

	.slider { width: 748px; height: 292px; position: relative; background: url(images/t-slide-img.png) no-repeat 0 0;}
	.slider ul.slides { list-style: none; list-style-position: outside; }
	.slider ul.slides li { width: 748px  !important; height: 292px; float: left; position: relative; }

	.slider ul.slides li .img-holder { width: 537px; height: 266px; position: absolute; bottom: 0px; right: 0px; }
	.slider ul.slides li .img-holder img { width: 537px  !important; height: 266px  !important; }

	.slider ul.slides li .slide-cnt { width: 320px; padding: 0px 0 0 34px; }
	.slider ul.slides li .box-cnt { width: 285px; }
	.slider ul.slides li .slide-cnt h2 { font-size: 40px; line-height: 40px; padding-bottom: 16px; color: #fff; text-shadow: rgba(0,0,0,0.4) 0px 1px 2px; font-family: 'Ubuntu', sans-serif; font-weight: 700; }
	
	.main .cols .col {
		padding-bottom:40px;
	}
	
	.testislider ul li {
		width: 100%;
	}	
	
}	

@media only screen and (max-width: 767px) {

	.shell {
		width:80%;
		margin: 0 auto;
	}
	.container {
		width:80%;
	}
	
	.search {
		display:none;
	}
	
	#header {
		height: 100px;
		padding: 7px 17px 0 28px;
		background-color: #fff;
		height: 80px;
	}	
	
	.navbar {
		margin-bottom: 20px !important;
		display:block;
		box-shadow:none !important;
	}
	
	.m-slider { background: #f3f3f3;  }
	.slider-holder { position: relative; margin: 0 auto; width: 310px; }
	.slider-holder span.slider-b { background: url(images/m-slider-bottom.png) no-repeat 0 0; width: 310px; height: 12px; position: absolute; bottom: -3px; left: 0px; z-index: 100;}
	.slider-holder span.slider-shadow { background: transparent; display: none; }
	.flex-control-nav { left: 130px; }

	.slider { width: 310px; height: 181px; overflow: hidden; position: relative; background: url(images/m-slide-img.png) no-repeat 0 0;}
	.slider ul.slides li { width: 310px !important; height: 181px !important; float: none; }

	.slider ul.slides li .img-holder { width: 250px  !important; height: 134px  !important; bottom: -10px !important; left: 50%; margin-left: -145px;  }
	.slider ul.slides li .img-holder img { width: 250px  !important; height: 134px !important; }

	.slider ul.slides li .slide-cnt { width: 300px; margin: 0 auto;  padding: 0px 0 0 0px; }
	.slider ul.slides li .box-cnt { display: none; }
	.slider ul.slides li .slide-cnt h2 { font-size: 22px; text-align: center;  line-height: 25px; padding-bottom: 16px; color: #fff; text-shadow: rgba(0,0,0,0.4) 0px 1px 2px; font-family: 'Ubuntu', sans-serif; font-weight: 700; }
	.slider ul.slides li .slide-cnt a.grey-btn { display: none;  }
		
	
	.main .cols .col {
		padding-bottom:40px;
		display:block;
	}

	.main .post .col + .col {
		padding-left: 0px;
	}	
	
	.colfleft {
		display:block;
		width:100%;
	}
	
	.colfright {
		display:block;
		width:100%;
	}
	
	.footer-cols .col {
		width:100%;	
		display:block;
		float:left;
	}
	
	.footer-cols .col + .col {
		padding-left: 0px;
	}
	
}