body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #ddd;
	background-image: url(/slice/bg.png);
	background-color: #303030;
}

#container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
	white-space: pre;
	margin: 0 3em 0 1em;
}

.break {
	clear: both;
}

.nav {
	margin-left: 0;
}

.navbar {
	border: 0;
	box-shadow:0 1px 10px #000;
}

.navbar-tanpabg {
	background-color: transparent;
	margin-bottom: -5px;
	border-color: transparent;
}

.nav-padding {
	padding: 0 15px;
}
.nav-tabs {
	border-bottom: 1px solid #555;
}
.nav-tabs>li>a {
	color: #888888;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #03a9f4;
	background: none;
	border: none;
}

li.dropdown {
	font-size: 14px;
	font-weight: bold !important;
	text-transform: uppercase;
}

.dropdown-menu {
	background-color: #2a2a2a;
	padding: 0;
	border: 0;
	min-width: 250px;
}
.dropdown-menu>li>a {
	color: #bbb;
	padding: 9px 20px;
}
.dropdown-menu>li>a:hover {
	background-color: #222;
	color: #e5e5e5;
}
.dropdown-menu .divider {
	background-color: #3a3a3a;
	margin: 0;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: #3a3a3a;
}

a {
	color: #03a9f4;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #38652e;
	text-decoration: none;
}

h2 {
	font-size: 24px;
}

div .topnav {
	display: inline;
	width: auto;
	margin: 20px 0 40px;
}

.thumb1 {
	display: inline;
}

.second-container {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 14px;
	padding: 10px;
}

.Flexible-container {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 20px;
	height: 558px;
	overflow: hidden;
}

.Flexible-container iframe, .Flexible-container object, .Flexible-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wrapper {
	background-image: url(/slice/bg.png);
}

.blue-line-atas {
	background-color: #03a9f4;
	width: 100%;
	padding-bottom: 3px;
	box-shadow: 0 2px 8px #111;
}

.link_pertama {
	color: #bbb;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	background: none;
}

.link_kedua {
	color: #888888;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 12pt;
}

.tab-isi {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #ccc;
	font-size: 14px;
	padding-top: 10px;
}

.daftar-isi {
	font-size: 36px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	margin-top: 0;
	color: #ddd;
	padding-bottom: 20px;
}

.line_pendek {
	background-color: #555;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 1px;
}

.panel {
	background: none;
	margin-bottom: 5px;
}

.panel-title {
	color: #fff !important;
	font-size: 14px;
	padding: 16px 0 16px 16px;
	border-bottom: 1px solid #3a3a3a;
}

.panel-title:hover {
	color: #bbb !important;
}

.panel-default {
	border:none !important;
}

.panel-default>.panel-heading {
	background: none !important;
	border:none;
	padding: 0;
}

.heading {
	font-size: 36px;
	padding-bottom: 10px;
	color: #fff;
}
.isiguide {
	color: #e5e5e5;
	font-size: 15px;
	text-align: left;
	padding: 10px 0;
}
.subhead {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.copyright {
	text-align: center;
	font-size: 14px;
	color: #ddd;
	padding: 10px 0;
}

.padding-kiri {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

/*slides css start*/
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin-top: 20px;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    border: 0;
}

/*slides css end*/

.footnote {
	text-align: center;
	font-size: 12px;
	padding:5px 0 15px 0;
	color: #aaa;
}
ul {
	margin-bottom: 0;
}
.link_guide {
	font-size: 14px;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    background: #424242;
    padding: 10px 15px 10px 15px;
    border-radius: 2px;
    box-shadow: 0 2px 4px #202020;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.link_guide:hover {
	color: white;
    background: #03a9f4;
    box-shadow: 0 2px 8px #111;
}

.visible-lg .tulisan-alkitab {
	font-size: 42px;
	color: #fff;
	padding-top: 15px;
	font-weight: 100;
	vertical-align: bottom;
}
.visible-sm .tulisan-alkitab {
	font-size: 24px;
	color: #fff;
	font-weight: 100;
	vertical-align: bottom;
}

.deskripsi-app {
	font-weight: 100;
	font-size: 16px;
	color: #e5e5e5;
}

@media (max-width: 992px) {
	.deskripsi-app {
		text-align: center;
		text-justify: inter-word;
		font-size: 16px;
		padding-bottom: 30px;
	}

	.center-title {
		vertical-align: center;
	}
}

.headsub {
	text-align: center;
	font-size: 24px;
	padding: 10px 0;
}

.white {
	background-color: #424242;
	border-radius: 4px;
	box-shadow: 0 2px 8px #111;
}

.kotak-tulisan {
	text-align: center;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	color: #ddd;
	padding: 0 20px 0 20px;
}

.line-pemisah-horizontal {
	float: right;
	margin-left: 0;
	margin-right: 0;
	background-color: #666;
	height: 280px;
	width: 1px;
}

.line-pemisah {
	background-color: #444;
	padding-bottom: 1px;
}
.line-pemisah-judul-fitur {
	background-color: #666;
	padding-bottom: 1px;
	margin-bottom: 10px;
}

.line-pemisah-paling-bawah {
	margin-top: 40px;
	background-color: #444;
	padding-bottom: 1px;
}

.tulisanfaq {
	text-align: left;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 60px;
	color: #03a9f4;
	padding-top: 30px;
	padding-bottom: 10px;
}

.topik-faq {
	text-align: left;
	font-weight: 400;
}

.tentang-situs {
	font-size: 18px;
	font-weight: 400;
}

.deskripsi-situs {
	text-align: justify;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	color: #888888;
	padding-bottom: 30px;
}

.paddingkanan {
	margin-left: 30px;
}

.titlepengembang {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	color: #888888;
}

.blue-line-bawah {
	background-color: #03a9f4;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 30px;
	padding-bottom: 3px;
}

.kontak-kami {
	padding-top: 60px;
	text-align: justify;
	font-size: 18px;
	font-weight: 400;
}

.googleplayButton {
	display: block;
	width: 250px;
	height: 76px;
	background: url(/slice/unduh-alkitab.png);
}

.quickbibleButton {
	display: block;
	width: 250px;
	height: 76px;
	background: url(/slice/get-quickbible.png);
}

.quickbibleButton:hover {
	background-position: 0 0;
	cursor: pointer;
	opacity: 0.8;
}

.googleplayButton:hover {
	background-position: 0 0;
	cursor: pointer;
	opacity: 0.8;
}

.unit {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	height: auto;
	max-width: 100%;
	line-height: 1;
	width: 100%;
}

.lihatFiturButton {
	display: block;
	width: 156px;
	height: 52px;
	background: url(/slice/bttn_lihatlebihlanjut.png);
	text-indent: initial;
}

.lihatFiturButton:hover {
	background: url(/slice/bttn_hover_lihatlebihlanjut.png) 0 0;
}

a:-webkit-any-link {
	text-decoration: none;
}

a:hover, a:focus {
	color: #4d5ba5;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.judul-profil {
	text-align: center;
	font-size: 24px;
	padding-top: 20px;
}

.deskripsi-profil {
	text-align: center;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding-bottom: 20px;
	color: #888888;
}

textarea {
    width: 100%;
    height: 10em;
    color: #ddd;
    padding: 10px;
    font-size: 12pt;
    background-color: #141414;
    border: 0;
    border-radius: 10px;
}

input[type='text'] {
	width: 100%;
    color: #ccc;
    padding: 10px;
    font-size: 14px;
    background-color: #111;
    border: 0;
    border-radius: 5px;
    margin-bottom: 15px;
}

input[placeholder]::-webkit-input-placeholder { /* WebKit browsers */
    color:    #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #666;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #666;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #666;
}

.me-container {
	width: 76%;
	margin: 0 auto;
}

.me-padding-top {
	padding-top: 70px;
}

.me-date {
	font-size: 14px !important;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #bbb;
}

hr {
	border-top: 1px solid #888;
	margin-top: 15px;
	margin-bottom: 15px;
}

.me-content {
	font-size: 16px;
	line-height: 1.8;
	color: #ddd;
	font-weight: 400;
}

.link_donasi {
	margin-top: 20px;
	font-size: 170%;
	border: 2px solid #aee;
	padding: 13px;
	border-radius: 25px;
	font-weight: 400;
}

.bagikan-melalui {
	font-size:14px;
	color: #e5e5e5;
	font-weight:bold;
	vertical-align:top;
}

.fb-share-button {
	vertical-align: top !important;
}

.fb_iframe_widget span {
	vertical-align: top !important;
}

.padding-announcement {
	padding: 0 150px 30px 150px;
}

@media (max-width: 767px) {
	.me-container {
		width: 90%;
		margin: 0 auto;
	}
	.me-padding-top {
		padding-top: 52px;
	}
	.padding-announcement {
		padding: 0 30px 30px 30px;
	}
	.tab-isi {
		margin: auto;
		width: 360px !important;
	}
	.translator {
		display: none;
	}
	.translator2 {
		float: right;
		margin: 5px 15px 0 0;
	}
}

.announcement-head {
	font-weight: 400;
	font-size: 24px;
	padding-bottom: 20px;
}

.announcement-body {
	color: #ddd;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.4;
	text-align: justify;
}

.announcement-container {
	margin: 0 auto;
	background-color: #333;
}

.line-putih {
	background-color: #e5e5e5;
	padding-bottom: 1px;
}

/*SONG CSS: start*/

.judul {
	font-size: 18px;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
}

.judul_asli {
	font-size: 14px;
	font-family: sans-serif;
	text-align: center;
	color: #bbb;
	padding-bottom: 15px;
}

.lirik_no {
	padding-top: 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #888;
}

.bait-no {
	font-size: 18px;
	font-weight: bold;
	color: #888;
	float: left;
	margin-right: 5px;
}

.bait-text {
	padding-left: 5px;
	float: left;
}

.bait {
	font-size: 14px;
	color: #ddd;
	font-weight: 400;
	padding-top: 10px;
	margin-bottom: 10px;
}

.baris {
	padding-bottom: 5px;
}

.reff:before {
	content: 'Ref:';
}

.reff {
	padding-left: 20px;
}

.pengarang_lirik {
	float: left;
	font-size: 14px;
}

.pengarang_musik {
	float: right;
	font-size: 14px;
}

.tune {
	text-transform: uppercase;
	float: right;
}

.break {
	clear: both;
}

.birama, .nadaDasar {
	font-family: sans-serif;
	font-size: 14px;
}

.song-choose {
	padding: 10px 10px 3px 10px;
	border-bottom: 1px solid #888;
	list-style: none;
}
.song-link {
	color: #ddd;
}
.song-link>a:hover {
	color: #888;
}
.song-list {
	width: 100%;
	padding: 10px 0;
	background-color: #424242;
	border: none;
	vertical-align: middle;
	margin-bottom: 15px;
	box-shadow: 0 1px 2px #111;
	font-size: 14px;
}
.songbook-list {
	background-color: #424242;
}
.line-tipis {
	border-bottom: 1px dashed #424242;
	margin-bottom: 20px;
}

.song-before-footer {
	font-size: 14px;
	color: #888;
}

.footer-song {
	font-size: 12px;
	text-transform: uppercase;
	color: #888;
	border-top: 1px dashed #444;
	padding: 10px 0;
}

.song-audio-disclaimer {
	color: #888;
	font-size: 12px;
}

.tombol-go {
	float: right;
	width: 15%;
	background-color: #424242;
	border-radius: 2px;
	padding: 8px 10px;
	text-align: center;
	box-shadow: 0 2px 4px #202020;
}

.tombol-go:hover {
	opacity: 0.8;
}

.embed-diterima {
	background-color: #0099cc;
	padding: 10px;
	font-size: 14px;
	border-radius: 5px;
	color: #e5e5e5;
}

.embed-diterima:hover {
	opacity: 0.8;
}

.hasil-cari-header {
	font-size: 20px;
	font-weight: 100;
}

.hasil-cari {
	border-bottom: 1px dashed #444;
	padding: 10px 0;
}

.hasil-cari:hover {
	background-color: #2a2a2a;
}

.judul-lagu-hasil {
	font-weight: bold;
	color: #ddd;
}

.hasil-cari b {
	font-weight: bold;
	color: #03a9f4;
}

.content-song {
	font-size: 16px;
	color: #bbb;
	padding: 10px 0;
	border-bottom: 1px dashed #424242;
}

.content-song-small {
	font-size: 14px;
	color: #bbb;
	padding: 10px 0;
	border-bottom: 1px dashed #424242;
}

.content-song:hover {
	color: #0099cc;
}

.content-song-small:hover {
	color: #0099cc;
}

.buku-yang-tersedia-small {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 10px
}

.list-updated-song {
	display: inline-block;
	margin: 6px 8px 10px 0;
	background-color: #424242;
	white-space: nowrap;
	border-radius: 2px;
	padding: 8px;
	box-shadow: 0 2px 4px #212121;
}

.kolom-lagu {
	-webkit-columns: 200px 3; /* Chrome, Safari, Opera */
    -moz-columns: 200px 3; /* Firefox */
    columns: 200px 3;
    padding-left: 0;
}

.kolom-lagu-2 {
	-webkit-columns: 400px 2; /* Chrome, Safari, Opera */
    -moz-columns: 400px 2; /* Firefox */
    columns: 400px 2;
    padding-left: 0;
}

.judul-lagu-kolom {
	color: #ddd;
	padding: 10px 0;
	border-bottom: 1px dashed #424242;
	font-size: 14px;
	background-color: transparent;
}

.judul-lagu-kolom:hover {
	color: #0099cc;
}

.judul-ori {
	color: #bbb
}

.bagikan-song {
	font-size: 12px;
	color: #888;
	vertical-align: middle;
}

@media (min-width: 992px) {
	.float {
		float: right !important;
	}
}

.bodyin *[lang=en] {
  display: none !important;
}

.bodyin>.navbar>.container>.navbar-collapse>.translator>.indb {
	color: #03a9f4 !important;
}

.bodyen>.navbar>.container>.navbar-collapse>.translator>.engb {
	color: #03a9f4 !important;
}

.bodyin>.navbar>.container>.navbar-header>.translator2>.indb {
	color: #03a9f4 !important;
}

.bodyen>.navbar>.container>.navbar-header>.translator2>.engb {
	color: #03a9f4 !important;
}

.bodyen *[lang=in] {
  display: none !important;
}

.translator {
	float: right;
}

.translator-button {
	margin-top: 12px;
	font-size: 14px;
	color: #888;
	background: none;
	border: none;
}

.translator-button:hover {
	color: #03a9f4;
}


@media (min-width: 767px) {
	.translator2 {
		display: none;
	}
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	box-shadow: 0 2px 8px #1a1a1a;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.list-sabda {
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}

