#home .span3{
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	z-index: 10;
}
#home .span3 .article.hasImage .content { display:none; }
/*
	#home .span3 .article *{
		display: none;
	}
*/
		#home .span3 .article img.textblock_image{
			display: block;
			width: 100%;
			height: auto;
			border-right: solid 1px white;
		}
			#home .span3:last-child .article img.textblock_image{
				/*border-right: none;*/
			}
		#home .span3 .article.hasImage .header{
			display: block;
			position: absolute;
			bottom: 0px;
			left: 0px;
			border-bottom: none;
			width: 100%;
		}
			#home .span3 .article .header *{
				display: block;
			}
			#home .span3 .article .header h3{
				margin: 5px;
				margin-bottom: 0px;
				font-size: 30px;
				font-weight: bold;
				text-shadow: 0px 0px 34px rgba(0, 0, 0, 0.5);
				color: #fff;
				text-transform: uppercase;
			}
		#home .span3 .article .textblock_link{
			display: block;
			text-indent: -9999px;
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 200px;
		}

		.office-locations{
			font-family: 'open_sansbold';
			font-size: 22px; 
			color: #b20000;
			margin-top: 5px;
			margin-bottom: 0px;
			*background: transparent url(../images/icon_offices.png) scroll no-repeat 15px 25px;
			padding-left: 40px;
			clear: both;
			background-color: white;
			margin-top: 0px;
			padding: 30px;
			padding-left: 55px;
		}
		.others .office-locations{ 
			color: #000; 
			font-size: 20px; 
			padding-bottom: 20px;
			border-bottom:1px solid #ededed;
		} 
		.pengumuman{ 
			background: transparent url(../images/pengumuman.png) scroll no-repeat 0px 25px; 
		}
		.gallery{ 
			background: #fff url(../images/gallery.png) scroll no-repeat 15px 25px; 
		}
		.berita{ 
			background: transparent url(../images/berita.png) scroll no-repeat 15px 25px; 
		}
		.pengaduan{ 
			background: transparent url(../images/pengaduan.png) scroll no-repeat 0px 25px; 
		}
		.kegiatan{ 
			background: transparent url(../images/kegiatan.png) scroll no-repeat 0px 25px; 
		}
	.sambutanka img {
    border-radius: 50%;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 0 0 0 5px #0b657d;
    -webkit-box-shadow: 0 0 0 5px #0b657d;
    -moz-box-shadow: 0 0 0 5px #0b657d;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sambutanka p {
	margin:0;
	padding:0;
	font-size:14px;
	line-height:140%;
}	
.polling-1 {
    background: #3f9a10;
    font-weight: 700;
    padding: 10px;
    color: #fff;
    *border: 1px solid #ddd;
    border-radius: 5px;
}
.fw-b {
    font-weight: 700;
}
.pilihanpoll {
    margin: 10px 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #106470;
    border-color: #106470;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}
a.list-group-item {
    color: #000;
}
.linkss {
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url(../images/links.png) 100% 100% no-repeat;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
    margin-right: 10px;
}

#home .span4, #home .span5{
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	z-index: 10;
}

		#home .span4 .article img.textblock_image, #home .span5 .article img.textblock_image{
			display: block;
			width: 100%;
			height: auto;
			border-right: solid 1px white;
		}
			#home .span4:last-child .article img.textblock_image, #home .span5:last-child .article img.textblock_image{
				/*border-right: none;*/
			}
		#home .span4 .article .header, #home .span5 .article .header{
			position: absolute;
			*top: 20px;
			*left: 20px;
			bottom:0;
			padding:20px;
			border-bottom: none; 
			width:100%;
			*background:#000;
			*opacity:0.6;
			background: transparent linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, #000 90%) repeat scroll 50% 0%;
		}
		#home .span4 .article .header a, #home .span5 .article .header a{  
			color: #ffff00;
			line-height:140%;
			font-size: 17px; 
			font-family: 'open_sansbold',Arial, Helvetica, sans-serif;
			text-shadow: 1px 2px 3px #000;
		} 
		#home .span4 .article .content, #home .span5 .article .content{
			position: absolute;
			top: 50px;
			left: 20px;
			width: auto;
			font-size: 18px;
			color: #fff;
		}
			#home .span4 .article .content a, #home .span5 .article .content a {
    			color: inherit;
    			text-decoration: underline;
			}
#homeContainer{
	/* overflow: auto; */
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

@media(max-width: 1199px){
	#homeContainer{
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
	}
	#home .span4, #home .span5{
		border-bottom: solid 1px white;
	}
	#home .span4 .article .content, #home .span5 .article .content{
		top: 40px;
		line-height: 1em;
	}
	#home .span4 .article .header, #home .span5 .article .header{
		*top: 10px;
	}
	#home .span3{
		border-bottom: solid 1px white;
	}
}
#featured .items .info h1 {
	font-size: 26px;
}
.mobile .dropdown-menu {
	position: inherit;
	display: inherit;
	float: none;
	background-color: transparent;
}
.mobile .dropdown-menu>li>a:focus,.mobile  .dropdown-menu>li>a:hover{
 color:#fff;text-decoration:none;background-color:#333}
.mobile  .dropdown-menu > li > a { 
    color: #fff; 
}
header .nav.menu.mobile .dropdown-menu > li > a {
    padding: 10px 0px;
	}
		/**/