/* Custom CSS
================================================== */
.logo img.headerlogo {
	width: 139px;
	height: 125px;
}
@media (max-width: 480px) {
	.logo {
		text-align:center;
		
	}
	.logo img.headerlogo {
	width: 139px;
	height: 125px;
	}
}
@media (max-width: 990px) {
	.logo {
		text-align:center;
	}
	.logo img.headerlogo {
	width: 139px;
	height: 125px;
	}
}
@media (max-width: 320px) {
	.logo {
		text-align:center;
		
	}
	.logo img.headerlogo {
	width: 139px;
	height: 125px;
	}
}

.logo img.headerlogo2 {
	width: 295px;
	height: 86px;
}
@media (max-width: 480px) {
	.logo {
		text-align:center;
		
	}
	.logo img.headerlogo2 {
		width: 125px;
		height: auto;
	}
}
@media (max-width: 990px) {
	.logo {
		text-align:center;
	}
	.logo img.headerlogo2 {
		width: 295px;
		height: auto;
	}
}
@media (max-width: 320px) {
	.logo {
		text-align:center;
		
	}
	.logo img.headerlogo2 {
		width: 100px;
		height: auto;
	}
}

#top-bar ul.unstyled li span.social-icon {
	font-size: 24px;
}

#top-bar ul.unstyled li span.social-icon i.fa-facebook {
	color: #3b5998;
}
#top-bar ul.unstyled li span.social-icon i.fa-twitter {
	color: #00aced;
}
#top-bar ul.unstyled li span.social-icon i.fa-youtube {
	color: #cc181e;
}

#top-bar ul.unstyled li span.social-icon i.fa-facebook:hover {
	color: #888888;
}
#top-bar ul.unstyled li span.social-icon i.fa-twitter:hover {
	color: #888888;
}
#top-bar ul.unstyled li span.social-icon i.fa-youtube:hover {
	color: #888888;
}

@media (max-width: 480px) {
	#top-bar ul.unstyled li span.social-icon {
		font-size: 18px;
	}
}
@media (max-width: 990px) {
	#top-bar ul.unstyled li span.social-icon {
		font-size: 18px;
	}
}
@media (max-width: 320px) {
	#top-bar ul.unstyled li span.social-icon {
		font-size: 18px;
	}
}


@media (max-width: 480px) {
	.spasi-5 {
		margin-top: 2px;
	}
}
@media (max-width: 990px) {
	.spasi-5 {
		margin-top: 2px;
	}
}
@media (max-width: 320px) {
	.spasi-5 {
		margin-top: 2px;
	}
}



.space-10 {
	margin-top: 10px;
}
.space-20 {
	margin-top: 20px;
}
.space-40 {
	margin-top: 40px;
}
.space-50 {
	margin-top: 50px;
}
.space-100 {
	margin-top: 100px;
}

.boxspace-10 {
	padding: 10px 0;
}

.imgbnr {
	margin-top:20px;
	float:right!important;
}


.banner-center {
	text-align:right;
	margin-top: 10px;
	margin-bottom: 10px;
}

.banner-center img.banner-topleft {
	height: 86px;
}

/* Extra Small Devices, Phones */ 

@media (max-width : 990px) {
	.imgbnr {
		margin:10px 0;
	  float: right;
	  position: relative;
	  left: -20%; /* or right 50% */
	  text-align: left;
	}

}

@media (max-width : 768px) {
	.imgbnr {
	  display: none;
	  margin:10px 0;
	  
	  position: relative;
	  
	  text-align: center;
	}
	.imgbnr img.topbanner {
		width: 130px;
	}	
	.banner-center {
		margin-bottom: 10px;
		text-align: center;
	}
	.banner-center img{
		height: 70px;
	}
	
}


.object-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
	text-align:center;
	width: 100%;
}
.object-center .post-thumb2 {
	width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	text-align:center;	
}

.iconbanner {
	margin: 10px 0;
}
.iconbanner a img {
	max-width: 120px;
}


/* Acordeon styles */
.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #00838F;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
  margin: 0;
}
.blue label {
  background: #2980b9;
}
.tab-content {
  max-height: 0;
  overflow: hidden;
  background: #d2dbe0;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  margin-bottom: 10px;
}
.blue .tab-content {
  background: #3498db;
}
.tab-content p {
  margin: 1em;
}

.tab-content a {
	color: #333;
}

.tab-content span {
	padding: 10px 10px;
	margin: 10px 
}

/* :checked */
input:checked ~ .tab-content {
  max-height: 100em;
}
/* Icon */
label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
input[type=checkbox] + label::after {
  content: "+";
}
input[type=radio] + label::after {
  content: "\25BC";
}
input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

h2.post-title {
	margin-top: 5px;
}


.thm-btn {
  background: #00838F;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-transform: ;
  font-weight: bold;
  padding: 12px 35px;
  border: 2px solid transparent;
  transition: all .3s ease;
}
.thm-btn:hover,
.thm-btn.inverse {
  background-color: #fff;
  border-color: #00838F;
  color: #00838F;
}
.thm-btn:active,
.thm-btn:focus {
  background-color: #fff;
  border-color: #00838F;
  color: #00838F;
}
.thm-btn.inverse:hover {
  background: #00838F;
  border-color: #00838F;
  color: #fff;
}
.btn-xs {
  font-size: 11px !important;
  padding: 8px 15px !important;
}

.title-name {
	font-size: 17px;
	font-weight: 500;
	text-align:center;
}

.content-box .thm-btn.inverse {
  border-color: #fff;
  background-color: transparent;
  padding: 7px 22px;
  color: #fff;
}

   
img.book-cover {
  width: 80px;
}  

table.table tbody tr td {
  vertical-align: middle;
}

.fontbold {
  font-weight: bold;
}

.featured-causes .causes-details h3 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 15px;  
  line-height: 20px;
}

.blog-page .single-blog-post{
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #F1F1F1;
}

table.table tbody tr td h5 {
  line-height: 20px;
}

.copybottom {
	margin: 10px 0;
	text-align:center;
	font-size: 14px;
}

.gsc-control-cse .gsc-table-result {
	font-family : inherit;
}

.gsc-control-cse .gsc-input-box {
	height : inherit;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button, input.gsc-search-button-v2 {
	box-sizing  : content-box;
	line-height : normal;
	margin-top  : 0px;
}

.entry-content {
	/*text-align: justify;*/
}

@-webkit-keyframes swinging{
    0%{-webkit-transform: rotate(10deg);}
    50%{-webkit-transform: rotate(-5deg)}
    100%{-webkit-transform: rotate(10deg);}
}
 
@keyframes swinging{
    0%{transform: rotate(10deg);}
    50%{transform: rotate(-5deg)}
    100%{transform: rotate(10deg);}
}
 
.swingimage{
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;
}

.running-bar{
	padding: 8px 0;
	color: #ffffff;
	background: #00A0B0;
}

.running-info {
    margin: auto;
    width: 90%;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 20px;
	font-weight: 600;
}
.running-text {
	margin: auto;
	color: #ffffff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.running-text a {
	color: #ebba16;
}

a.banner-link {
	background: #00838f;
	padding: 1px 5px;
	color: #ffffff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	border-radius: 4px;
	font-size: 12px;
}

@media (max-width: 640px) {
	.running-bar {
		display: none;
	}
}

.modal-body {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.modal-body img.img-popup {
	max-width: 560px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	border-radius: 5px;
}

@media (max-width: 640px) {
	.modal-body img.img-popup {
		max-width: 480px;
	}
}

@media (max-width: 540px) {
	.modal-body img.img-popup {
		max-width: 400px;
	}
}
	
@media (max-width: 480px) {
	.modal-body img.img-popup {
		max-width: 320px;
	}
}

@media (max-width: 400px) {
	.modal-body img.img-popup {
		max-width: 250px;
	}
}

@media (max-width: 320px) {
	.modal-body img.img-popup {
		max-width: 200px;
	}
}

h3.block-title {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 400;
}

.post-content .home-cat {
	margin-top: 10px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 600;
	color: #00838F;
	font-size: 11px;
	text-transform: uppercase;
}

.box-listnews {
    padding: 20px;
    border: 1px solid #f1f1f1;	
	background: #f7f7f7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
	margin-bottom: 20px;
}

ul.list-news {
  margin: 3px; 
  padding: 0 3px 0px 0px;
}
  
ul.list-news > li {
    display: block;
    border-bottom: 0px dotted #e9e9e9;
    position: relative; 
	padding-bottom: 1.4em;
	padding-left: 36px;	
}

ul.list-news > li:before {
	content: '';
	background-color: #00838F;
	position: absolute;
	bottom: 0px;
	top: 0px;
	left: 9px;
	width: 6px;	
}

ul.list-news > li:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 32 32' focusable='false'%3E%3Ccircle stroke='none' fill='%23c00' cx='16' cy='16' r='10'%3E%3C/circle%3E%3C/svg%3E");
	position: absolute;
	left: 0;
	top: 2px;
	height: 24px;
	width: 24px;
}

ul.list-news > li h2 {
    font-weight: 500;
    line-height: 22px;
    text-transform: initial;
    margin-top: 0px;
	margin-bottom: -4px;
    color: #333;
    font-size: 14px;
    font-weight: 400 !important; 
}

ul.list-news > li h2 a {
    color: #333;
}

ul.list-news > li h2 a:hover {
    opacity: 0.8; 
}

ul.list-news > li:last-child {
    border-bottom: none; 
}

ul.list-news > li span.post-date {
    color: #00A7B3;
	font-size: 13px;
}

h3.block-title span a {
	color: #fff;
}

h3.sidebar-title {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
}

h3.sidebar-title a{
	color: #333333;
}

.gap-border {
	margin-top: 20px;
	margin-bottom: 50px;
	border-top: 1px dotted #e9e9e9;
}

.banner-section {
    text-align: center;
	margin-bottom: 10px;
}

.banner-section a img {
	height: 52px;
	border: 1px solid #f1f1f1;
	padding: 5px 6px;
	background: #fff;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
}

.banner-section a img.homebanner {
	height: 40px;
	border: 0px solid #f1f1f1;
	padding: 0px 0px;
	background: #fff;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}

@media ( max-width: 768px) {
	.banner-section a img.homebanner {
		
		height: 40px;
		margin-bottom: 20px;
	}	
}

.p-tb5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.padding-bottom-2 {
	padding-bottom: 20px;
}

.post-list .post-content.block-archives {
	margin-bottom: 20px; 
	padding-bottom: 10px; 
	border-bottom: 1px solid #f7f7f9;
	min-height:100px;
}

.sticky-position {
	position: fixed;
	height: 100%;
	width: 300px;
	overflow-x: hidden;
}

.text-small-icon {
	font-size: 12px;
	font-weight: 400;
}

.block-orange {
	background: #FA9B39;
	padding: 0p;
}

.block-orange h3.sidebar-title {
	color: #fff;
	background: #FF7A09;
	padding: 10px 16px;
}

ul.news-category {
	margin: 0;
	line-height: 26px;
	padding: 0 16px 10px 16px;
}

ul.news-category li {
	margin: 0;
	border-bottom: 0px solid #FF7A09;
	margin-bottom: 10px;
}

ul.news-category li a {
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0;
	color: #fff;
}

.post-content h2.post-title-latest-news {
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	margin: 5px 0 0 0;
	padding: 0;
}

.post-content h2.post-title-latest-news a{
	color: #222;
}

h2.title-single-post {
	font-weight: 500;
	line-height: 22px;
	color: #444;
}

@media (max-width: 760px) {
	.post-title.title-medium{
		font-size: 20px;
		line-height: 26px;
	}
	
	ul.news-category {
		line-height: 23px;
	}	
}


/*============ box shadows ============ */
.box-shadow-1 {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}
.box-shadow-2 {
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.2);
	border-radius: 8px;
}
.box-shadow-3 {
	-webkit-box-shadow: 0px 12px 30px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 12px 30px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 12px 30px 0px rgba(0,0,0,0.7);
	background: rgba(0,0,0,0.5);
	border: 1px solid rgba(255,255,255,0.8);
	border-radius: 3px;
}
.box-shadow-4 {
	-webkit-box-shadow: 0px 0px 0px 7px rgba(243,243,243,1);
	-moz-box-shadow: 0px 0px 0px 7px rgba(243,243,243,1);
	box-shadow: 0px 0px 0px 7px rgba(243,243,243,1);
}
.box-shadow-5 {
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.25);
}
.box-shadow-6 {
	-webkit-box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.07);
	box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.07);
}
.box-shadow-7 {
	-webkit-box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.1);
}

.hover-shadow-1 {
	transition: all 0.3s ease;
}
.hover-shadow-1.active,
.hover-shadow-1:hover {
	-webkit-box-shadow: 0px 10px 10px 7px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 10px 10px 7px rgba(0,0,0,0.05);
	box-shadow: 0px 10px 10px 7px rgba(0,0,0,0.05);
}

.hover-shadow-2 {
	transition: all 0.2s ease;
}
.hover-shadow-2.active,
.hover-shadow-2:hover {
	-webkit-box-shadow: 0px 10px 10px 7px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 10px 7px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 20px 7px rgba(0,0,0,0.1);
	transform: scale(1.02);
}

.hover-shadow-3 {
	float: left;
	width: 93%;
	padding: 25px 0px 18px 25px;
	border-radius: 4px;
	transition: all 0.2s ease;
}
.hover-shadow-3.active,
.hover-shadow-3:hover {
	padding: 25px 0px 18px 25px;
	background: #fff;
	-webkit-box-shadow: 0px 10px 10px 7px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 10px 7px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 20px 7px rgba(0,0,0,0.5);
}
.hover-shadow-3.active p,
.hover-shadow-3.active h5,
.hover-shadow-3:hover p,
.hover-shadow-3:hover h5 {
	color: #272727;
}
.hover-shadow-3.active i,
.hover-shadow-3:hover i {
	color: #385968;
}
.hover-shadow-3.active .border-all-opacity6,
.hover-shadow-3:hover .border-all-opacity6 {
	border: 2px solid #385968;
}

.sec-padding, .sec-padding-2 {
	padding: 40px 60px;
}

.sec-padding-3 {
	padding: 20px 40px;
}

.sec-margin-2 {
	margin: 20px 20px;
}

.min-height-200 {
	min-height: 200px;
	margin-bottom: 20px;
}

.title-single-2 {
	font-size: 17px;
	font-weight: 500;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.title-single-2 a{
	color: #444444;
}

@media (max-width: 760px) {
	.sec-padding {
		padding: 15px 20px 15px 8px;
	}
	
	.sec-padding-2 {
		padding: 20px 25px;
	}	
	
	.title-single-2 {
		font-size: 14px;
		font-weight: 500;
	}	
}

img.rounded-corner {
	border-radius: 12px;
}

.border-radius-6 {
	border-radius: 6px;
}

.mymarquee {
    white-space: nowrap;
    -webkit-animation: rightThenLeft 4s linear;
}

.opacity-dark {
	background: rgba(0,0,0,0.5);
}

.padding-all-2 {
	padding: 5px 10px;
}