/* UTILITIES */
a{
	text-decoration: none !important;
}
.no-padding {
	padding: 0 !important;
	margin: 0 !important;
	;
}

.btn-primary,
.btn-primary:focus {
	background-color: #bc2b3a;
	border: 1px solid #bc2b3a;
	color: #FFF;
}

.btn-primary:hover {
	background-color: #fff;
	border: 1px solid #bc2b3a;
	color: #bc2b3a;
}

.btn-default,
.btn-default:focus {
	background-color: #454545;
	border: 1px solid #454545;
	color: #FFF;
}

.btn-default:hover {
	background-color: #333;
	border: 1px solid #333;
	color: #FFF;
}

.btn-primary-outline,
.btn-primary-outline:focus {
	background-color: transparent;
	border: 1px solid #bc2b3a;
	color: white;
}

.btn-primary-outline:hover {
	background-color: #bc2b3a;
	color: #FFF;
}

.btn-default-outline,
.btn-default-outline:focus {
	background-color: transparent;
	border: 1px solid #454545;
	color: #454545;
}

.btn-default-outline:hover {
	background-color: #454545;
	color: #FFF;
}

.text-white {
	color: #FFF !important;
}
.btn-a{
	color: #bc2b3a;
}
.btn-a:hover{
	color: #454545;
}

form .form-control {
	border: 1px solid #CCC;
	border-radius: 0;
	outline: none;
}

form .form-control:focus {
	/*outline-color: #7AB465;*/
	box-shadow: 0 0 5px #7AB465;
	border: 1px solid #7AB465;
	outline: none;
}

.icon-circle {
	width: 30px;
	height: 30px;
	border-radius: 40px;
	font-size: 16px;
	text-align: center;
	padding: 5px 0;
	display: inline-block;
	position: relative;
	top: -5px;
}

.icon-circle i.fa {
	font-weight: 900;
	vertical-align: "midlle";
}

.icon-circle-black {
	background-color: #454545;
	color: #fff;
}

.icon-circle-white {
	background-color: #fff;
	color: #454545;
}

.icon-circle-white:hover {
	background-color: #7AB465;
	color: #FFF;
}

hr.divider {
	border: 1px solid #7AB465;
}

hr.divider-#f1f1f1 {
	border: 1px solid #454545;
}

.btn-circle{
	font-size: 24px;
	border-radius: 50px;
	color: #bc2b3a;
}

/* PAGINATION */

.pagination {
	padding:0;
}

.pagination>li>a,
.pagination>li>span {
	border-radius: 50% !important;
	margin: 0 5px;
	background-color: #333333;
	border: 1px solid #333333;
	color: white;
}
.pagination a,
.pagination strong{
	padding: 7px 10px; 
	border-radius: 50px;
	margin: 0 2px;
}

.pagination a{
	z-index: 3;
	color: #fff;
	background-color: #bc2b3a;
	border-color: #bc2b3a;
}
.pagination a:hover{
	color: #bc2b3a;
	background-color: #ccc;
}
.pagination strong{
	background-color: #ccc;
	color: #444;
}

/* HERO */
.headtitle{
	width: 100%;
	height: auto;
	background: linear-gradient(0deg,rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url('../images/bg-header.jpg');
	background-size: cover;
}
.caption{
	height: auto;
	padding: 60px 0 70px 0;
}
.caption h2{
	font-size: 300%;
	line-height: 1.5;
}
.caption h4{
	/*font-size: 100%;*/
}
.caption p{
	font-size: 15px !important;
	line-height: 1.8;
}

/* HEADER */
header {
	background-color: #454544;
	color: #eee;
	padding: 10px 0;
}
header.transparent{
	background-color: transparent;
}

header .header-call {}
header .header-search .form-group {
	margin: 0;
}
header .header-search input {
	border: 1px solid #7AB465;
}
header .header-member {
	position: relative;
	top: 2px;
}
header .icon-circle {
	position: relative;
	top: 0;
	margin-right: 5px;
}
.lang{
	color: #444;
}
header a{
	color: #eee;
	margin: 0 5px;
	text-decoration: none;
}
header a:hover{
	color: #bc2b3a;
}
header span{
	padding: 0 5px;
}

/* NAVBAR */
.navbar {
	background-color:#fff;
	margin: 0;
	border: none;
	border-radius: 0;
	padding: 10px 0;
}
.navbar.transparent{
	background-color:transparent;
	padding: 10px 0 20px 0;
}

.navbar .navbar-nav li a {
	color: #454545;
	font-size: 15px;
}
.navbar.transparent .navbar-nav li a {
	color: #eee;
	font-size: 15px;
}

.navbar .navbar-nav li.active a,
.navbar .navbar-nav li.active a:hover,
.navbar .navbar-nav li a:hover {
	background-color: transparent;
	color: #bd293b;
}
/*.navbar .navbar-nav .open a,*/

.navbar .navbar-nav .open a:focus,
.navbar .navbar-nav .open a:hover {
	background-color: #629b4d;
	color: #FFF;
}

.navbar .dropdown-menu {
	background-color: #DDD;
	min-width: 200px;
	padding: 10px 0;
}

.navbar .dropdown-menu li a {
	color: #454545;
	padding: 5px 20px
}

.navbar .navbar-brand {
	color: #FFF;
	font-size: 22px;
}

.navbar .navbar-brand img {
	position: relative;
	top: -15px;
	height: 50px;
}

.nav-justified>li>a {
    margin-bottom: 0;
} 

/* TABLIST */

.nav-pills-list>li.active a,
.nav-pills-list>li.active a:hover,
.nav-pills-list>li a:hover {
	background-color: transparent;
	color: #7AB465;
}

.nav-pills-list>li>a, 
.nav-pills>li>a:hover {
    color: white;
	background-color: #7AB465 ;
}

/* EFEK TAB */
.imageTab {
  display: block;
  height: 100%;
  width: 100%;
}

.overlayTab {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: #bc2b3a;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}
.overlayTab2 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	background-color: #bc2b3a;
	overflow: hidden;
	width: 0;
	height: 100%;
	transition: .5s ease;
  }

.containerTab:hover .overlayTab {
  width: 100%;
  left: 0;
}
.containerTab:hover .overlayTab2 {
	width: 100%;
	left: 0;
  }

.textTab {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.overlay-tab1 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000;
    opacity: .7;
}

/* TAB */
.nav-tabs-home li{
	width: 50%;
	/*background: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../images/bg-header.jpg');*/
	background-size: cover;
	border: none;
	border-right: 1px solid #fff;
	/*height: 250px;*/
}
.nav-tabs-home li.hiv{
	background: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../images/3.jpg');
}
.nav-tabs-home li.tb{
	background: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../images/2.jpg');
}
.nav-tabs-home li.document{
	background: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../images/4.jpg');
}
.nav-tabs-home li:last-child{
	/*width: 50%;*/
	border-right: none;
}
.nav-tabs-home li:hover{
	background-color: red;
}
.nav-tabs-home>li.active>a, .nav-tabs-home>li.active>a:focus, .nav-tabs-home>li.active>a:hover{
	/*background: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../images/bg-header.jpg');*/
	background-color: transparent;
	border: none;
	/*color: #bc2b3a;*/
	color: #eee;
	font-weight: bold;
}
.nav-tabs-home li a{
	/*position: absolute;*/
	/*bottom: 0;*/
	color: #eee;
	font-size: 36px;
	border: none;
	/*display: block;*/
	padding: 220px 15px 15px 15px;
	font-weight: bold;
}
.nav-tabs-home li a:hover{
	background-color: transparent;
	border: none;
	color: #bc2b3a;
}

.tab-content-home{
	background: #eee;
	padding: 30px;
	text-align: center
}
.tab-content-home ol{
	display: inline-block;
}
.tab-content-home ol li{
	float: left;
	padding-right: 30px;
	font-size: 16px;
}
.tab-content-home ol li a:hover{
	color: #bc2b3a;
}

/* SECTION */

section {
	padding: 20px 0 40px 0;
}

h2.section-title {
	color: #454545;
	padding: 10px;
	position: relative;
}
.section-title hr{
    margin: 10px 47%;
    border: 1.2px solid #bd293b;
    background-color: #bd293b;
}
.section-title hr.left{
    margin: 10px 90% 10px 0;
    border: 1.2px solid #bd293b;
    background-color: #bd293b;
}
h3.section-title-footer {
	color: #eee;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #999;
}
section.section-black {
	background-color: #333333;
}
section.section-artikel {
	background-color: #EDEDED;
}

section.section-tentang {
	background-color: #EDEDED;
}

section.section-testimember {
	background-color: #00582D;
}


section .section-testimember-icon {
	position: relative;
	top: 15px;
	font-size: 72px;
	color: #FFF;
}


section.section-testimember-divider {}

section.section-testimonial {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://placeimg.com/1200/480/tech');
	background-size: cover;
	background-position: center center;
}

section.section-testimember p {
	font-size: 16px;
	line-height: 1.5;
}

section .section-contact-items {
	margin-bottom: 15px;
}

section .section-contact-items h4 span {
	font-weight: normal;
}

section .section-contact-items i.fa {
	margin-right: 5px;
}

section .section-contact-icon {
	position: relative;
	top: -15px;
	font-size: 100px;
	color: #00582D;
}
.section-tablist{
	margin-top: 2%;
	margin-bottom: 1.5%;
}
.section-news .section-title hr{
	margin-right:70%;
}
.section-article{
	background-color: #f2f2f2;
}
.post-slide-img{
	max-height: 180px;
	overflow: hidden;
}
/*
.section-tab{
	background-color: #eee;
}
.section-tab-item{
	padding: 25px;
	background: #666;
}
.section-tab-item h5{
	color: #fff;
	font-weight: bold;
}
.section-tab h4{
	text-align: center;
	font-weight: bold;
	padding: 15px;
	background: #bd293b;
	color: #fff;
}
.section-tab ol{
	/*margin: 0 10%;
}
.section-tab ol.has-sub li{
	border: none;
	font-weight: bold;
}
.section-tab ol.sub{
	margin-left: 40px;
}
.section-tab ol li,
.section-tab ol.sub li{
	border-bottom: 1px dashed #999;
	padding: 10px 0;
	font-weight: normal;
}
.section-tab ol li:last-child{
	border: none;
}
.section-tab ol li a{
	color: #eee;
}
.section-tab ol li a:hover{
	color: #bd293b;
}*/

/* MATERI */
.bg-materi {
	background-color: #f1f1f1;
}

/*.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: black;
    cursor: default;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-bottom-color: transparent;
}

.nav-tabs>li>a {
    color : black;
}*/

.section-materi {
	background-color: #f1f1f1;
	padding : 30px;
	margin-left: 30px;

}

.btn-materi{
	background-color: #f1f1f1;
    border: none;
    color: white;
	font-size: 16px;
	cursor: pointer;
}


.btn-materi:hover {
	color: #c12a3c;
}


.glyphicon.glyphicon-volume-up{
    font-size: 75px;
}
.glyphicon.glyphicon-book{
    font-size: 75px;
}

.fa.fa-sticky-note{
    font-size: 75px;
}

.glyphicon.glyphicon-film{
    font-size: 75px;
}

/* PAGE HEADER */

.page-header {
	margin: 0;
	padding: 20px 0 25px 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://placeimg.com/1200/480/nature');
	background-size: cover;
	/*min-height: 480px;*/
}

.page-header-title {
	text-align: center;
	color: #FFF;
}

.page-header-1 {
	margin: 0;
	padding: 20px 0 25px 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),  url('../images/bg-header.jpg');
	background-size: cover;
	/*min-height: 480px;*/
}



/* ARTICLE */

.article-list {
	background: rgba(190, 190, 190, 0.5);
	padding: 20px;
}

@media only screen and (min-width: 720px) {
	.article-list .article-divider {
	width: 5px;
	min-height: 230px;
	margin: 30% auto;
	background-color: #7AB465;
	}
}

.article-detail {
	background-color: #454545;
	width: 1110px;
	min-height: 120px;
	margin: auto;
	margin-top: 2.5%;
}

.article-recommend {
	background: #454545;
	min-height: 120px;
	margin-top: 1%;
}

.article-book {
	background-color: #454545;
	width: 300px;
	margin: 2%;
}

.article-book-title {
	margin-bottom: 2%;
	padding: 20px;
}

.article-galerry-bg {
	background: #454545;
	height: auto;
}

.article-overflow {
	background-color: white;
	width: auto;
	height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.article-overflow-profile {
	background-color: white;
	width: auto;
	height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.positioner-list {
	width: 50%;
	height: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent;
  }
  
  .icon-list {
	position: absolute;
	border: 4px solid white;
	background: url('https://placeimg.com/1200/480/tech');
  }

.post-title:hover{
	color: #bc2b3a;
}
.post-title a:hover{
	color: #bc2b3a;
}
.post-image{
	width: 100%;
	max-height: 175px;
	overflow: hidden;
}

.post-image-container{
	max-height: 200px;
	overflow: hidden;
}

/* GRID VIEW */

.grid-container {
	display: grid;
	height: 400px;
	align-content: center;
	grid-template-columns: auto auto auto;
	grid-gap: 10px;
	background-color: #2196F3;
	padding: 10px;
}

.grid-container>div {
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding: 20px 0;
	font-size: 30px;
}

/* TANYA JAWAB */

.tanyajawab {
	background-color: white;
	width: auto;
	min-height: 1220px;
}

.tanyajawab-content {
	background-color: #f5f5f5;
	width: auto;
	min-height: 120px;
	margin: auto;
	margin-top: 3%;
}

.accordion-body {
	color: red;
	font-size: 18px;
	padding: 0px;
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: none;
}

.panel-default>.panel-heading {
	background-color: #30774f;
}

.panel-heading .accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family: 'Glyphicons Halflings';
	/* essential for enabling glyphicon */
	content: "\e114";
	/* adjust as needed, taken from bootstrap.css */
	float: right;
	/* adjust as needed */
	color: white;
	/* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\e080";
	/* adjust as needed, taken from bootstrap.css */
}

/* MODAL */

#flashModal .modal-body button {
	position: relative;
	top: -10px;
	background-color: #999;
	padding: 3px 7px 5px 7px;
	border-radius: 30px;
}

#flashModal .modal-body img {
	width: 100%;
}

#registerModal .modal-header,
#loginModal .modal-header, 
#testiModal .modal-header{
	background-color: #7AB465;
	border-radius: 6px 6px 0 0;
	color: #FFF;
}

#registerModal .modal-body,
#loginModal .modal-body,
#testiModal .modal-body{
	padding: 30px 50px;
}

.modal-title i {
	font-size: 24px;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.modal-body p {
	color: #454545;
}

.modal-body form {
	margin: 20px 0;
}

/* QUOTE CAROUSEL */

#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px;
}

/* Control buttons  */

#quote-carousel .carousel-control {
	background: none;
	color: rgba(255, 255, 255, 0.5);
	font-size: 2em;
	text-shadow: none;
	margin-top: 30px;
	font-weight: thin;
}

/* Previous button  */

#quote-carousel .carousel-control.left {
	left: -100px;
}

/* Next button  */

#quote-carousel .carousel-control.right {
	right: -100px !important;
}

.item blockquote {
	border-left: none;
	margin: 0;
	text-align: center;
}

.item blockquote p {
	font-size: 16px;
	color: #EEE;
	font-style: italic;
	line-height: 1.5;
}

.item blockquote b {
	color: #EEE;
}

.item blockquote span {
	font-size: 90%;
	color: #EEE;
}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
	#quote-carousel {
		margin-bottom: 0;
		padding: 0 40px 30px 40px;
	}
}
/* MITRA */
.img-mitra{
	width: 100%; height: 100%; 
}

/* DONASI */
.donasi{
	padding:30px; 
}
.donasitext{
	padding:30px; 
	padding-top:5px;
}


/* LAPORAN */
.img-laporan{
	width: 10%; height: 10%; 
}

/* BANK */
.img-BANK{
	width: 50%; height: 50%; 
}


/* FOOTER */

footer {
	padding: 20px 0 15px 0;
	background-color: #333333;
	color: #999;
}
.
#page-wrap {
	max-width: 500px;
	margin: 1rem auto;
	padding: 1rem;
}

.img-footer img{
	width: 60%; height: 35%; 
}
footer ul li a{
	color: #999;
	padding: 10px 0;
}
footer ul li a:hover{
	color: #bd293b;
}
.footer-bottom{
	padding: 15px 0;
	background-color: #333;
}

/* MODALIMAGES */
/* The Modal (background) */
 /* Style the Image Used to Trigger the Modal */
 .myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal-img {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content-img {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content-img, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close-img {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close-img:hover,
.close-img:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    #doughnut-chart {
		width: 90px;
		height: 90px;
    }
}

.archive-widget ul li a:hover{
	color: #bc2b3a;
}

.post.post-thumb{
    height: 370px;
    overflow: hidden;
}

.polling li{
	margin-bottom: 15px;
}

/* Section Donation */
.section-donation{
	margin-top: 30px;
	padding: 30px 0;
	background-color: #f2f2f2;
}
.card{
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.card-body{
	padding: 20px 30px;
}
