body{
	font-family: 'Montserrat', sans-serif;
}

#footer .footer-copyright p {
	line-height: 16px !important;
	font-size: 1em !important;
	color: #AAAAAA !important;
}


/*TEKS ANIMASI*/
.text-animasi {
	font-weight: bold;
	text-align: center;
	background: linear-gradient(to right, darkcyan 20%, gold 40%, gold 60%, darkcyan 80%);
	background-size: 200% auto;
	color: #FFF;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shine 5s linear infinite;
}

@keyframes shine {
	to {
		background-position: 200% center;
	}
}

/*END TEKS ANIMASI*/

/*BERITA*/
@media (min-width: 992px) {
	.col-md-4 {
		width: 33.33333333%;
	}
}

@media (min-width: 992px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left;
	}
}

@media (min-width: 768px) {
	.col-md-4 {
		max-width: unset;
	}
}

.blog-posts:not(.blog-posts-no-margins) article {
	padding-bottom: 0;
}

/*END BERITA*/


.owl-carousel .owl-nav {
	top: 42%;
}

ul.list li:before {
	content: unset;
}

.header-nav {
	position: unset;
}

.inner-header.bg-lighter.hidden-xs.page-header {
	background-color: #E8E8E8 !important
}

.page-header .breadcrumb > li + li:before {
	color: #111111;
}

.news.owl-carousel.dots-title .owl-dots {
	position: unset;
	margin-top: 30px !important;
}

.inner-header .title {
	font-weight: bold;
}

.galeri .container {
	padding-top: 0 !important;
}

/*SELECT LIST ONLINE*/
ul#divlistdata {
	position: static;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow: auto;
	max-height: 300px;
	display: block;
}

ul#divlistdata li {
	line-height: 2em;
	padding: 6px 40px 6px 10px;
	color: #8DA0AA !important;
}

.search-ac li {
	line-height: 1em;
	padding: 4px 6px;
}

ul#divlistdata li,
.search-ac li {
	list-style: none;
	text-align: left;
	font-size: 12px !important;
	position: relative;
}

ul#divlistdata li:not(:empty):after {
	content: '';
	position: absolute;
	right: 10px;
	margin-top: 2px;
	width: 18px;
	height: 18px;
	background: url("../images/arrow.png") 0 0 no-repeat;
}

ul#divlistdata li:hover,
.search-ac li:hover {
	background-color: #EFF4F6;
	cursor: pointer;
}

.inputfilter {
	width: 100% !important;
	margin: 10px 0 0;
	font-size: 12px !important;
	height: 32px !important;
	border-radius: 3px;
	display: block;
	float: none;
	background: #FFF;
	padding: 6px !important;
	color: #8DA0AA;
	border: #DFE8F1 solid 1px;
	-webkit-box-shadow: inset 1px 1px 3px #F6F6F6;
	-moz-box-shadow: inset 1px 1px 3px #F6F6F6;
	box-shadow: inset 1px 1px 3px #F6F6F6;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.inputfilter:focus {
	border-color: #3DA6FF;
}

.divlistsearch {
	display: none;
	border: #DFE8F1 solid 1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #003;
	border-top: 0px;
	padding: 6px;
	width: calc(100%) !important;
	position: absolute;
	z-index: 2000;
	background-color: rgba(253, 253, 253, 1.0);

}

.divlistbox button {
	-webkit-appearance: button;
	font-size: 13px;
	padding: 0 10px;
	line-height: 32px;
	height: 35px;
	text-align: center;
	white-space: nowrap;
	border-radius: 0px;
	outline: 0 !important;
	border: 1px solid #F1F1F1;
	/*background: #FEFEFF;*/
	background: ivory;
	color: #2B2F33;
}

.search {
	position: relative;
	margin: 0 auto;
}

.search input {
	background: url(../images/search-white.png) no-repeat 10px 6px #FEFAD3;
	border: 0 none;
	font: bold 12px Arial, Helvetica, Sans-serif;
	color: #8DA0AA;
	width: 200px;
	line-height: 26px;
	height: 26px;
	padding-left: 35px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 8px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}

.search input:focus {
	background: url(../images/search-dark.png) no-repeat 10px 6px #FCFCFC !important;
	color: #8DA0AA !important;
	width: 243px;
	border-radius: 8px;
}

.search input:focus + .livesearch {
	display: block;
}

.livesearch {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	z-index: 10;
	background: #FDFDFD;
}

.search-ac {
	margin: 0;
	padding: 0;
	border: 0px solid;
	border-color: #CBCFE2 #C8CEE7 #C4C7D7;
	border-radius: 3px;
	margin-top: 5px;
}

.livesearch:hover {
	display: block;
}

.search-ac li {
	display: block;
	line-height: unset !important;

}

.search-ac li:last-child {
	margin-bottom: 1px;
}

.search-ac li a {
	color: #666666 !important;
}

.search-ac a {
	display: block;
	position: relative;
	margin: 0 -1px;
	padding: 6px 40px 6px 10px;
	text-decoration: none;
	border-radius: 3px;
	cursor: pointer;
}

.search-ac a span {
	font-weight: 200;
}

.search-ac a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	background: url("../images/arrow.png") 0 0 no-repeat;
}

.divlistbox {
	position: relative;
	font-size: 10px;
	line-height: normal;
	margin-bottom: 0px;
}

.divlistbox button b {
	font-weight: normal;
	font-size: 12px !important;
	/*font-family: 'Roboto', sans-serif !important;*/
}

.divlistbox button:disabled {
	background: #FAFAFA;
}

.divlistbox div {
	text-align: left !important;
	overflow: hidden;
}

.divlistdata img {
	margin-left: 48%;
}

.seleksi {
	background-color: lightyellow;
	border: 1px solid #EFF4F6;
}

.seleksi a i {
	color: silver !important;
}

.divlistbox button div b a i,
.divlistbox button div b a img {
	display: none;
}

/* END LIST ONLINE*/