/*+++++++++++++++++++++
=====================================
 Template Name : Himu
 Author Name : Mostafizur Rahman
 Author URI : http://mostafiz.me/
 Template URI :http://mostafiz.me/demo/himu/
 Version : 1.1
===============================
+++++++++++++++++++*/





/*
====================================
------------------------------------
	1. Typography
	2. Header
	3. Main Slider
	4. About Us
	5. Service
	6. Our Team
	7. Portfolio
	8. Clients
	9. Our Blog
	10. Contact
	11. Footer
	12. Carousel Effect
	13. Isotope
	14. Portfolio Hover effect
-------------------------------------
=====================================
*/


/*====================
======Typography=====
======================*/
/* @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,400italic,400,300,600,700,900|Varela|Arapey:400,400italic); */

body {
	font: 15px/22px "Ubuntu","Open Sans",Trebuchet MS,Helvetica,Arial,sans-serif;
	position: relative;
	font-weight:400;
	background: #F6F6F6;
	color:#222
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 5px 6px;
}
a#usertable_previous, a#usertable_next {
    background: #ffd80c;
    margin-top: 10px;
    color: #000 !important;
    min-width: 100px;
    margin-left: 10px;
}
body  section{
	padding: 75px 0;
}
.container {
    position: relative;
}
.dropdown.menu-edit-admin {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 2;
}
div#tab-history .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fc7700;
    background-color: transparent;
    border-color: #fc7700 #fc7700 #f6f6f6;
    font-weight: bold;
}
div#tab-history .nav-tabs>li>a:hover {
    border-color: #999 #999 #f6f6f6;
    background: transparent;
    color: #555;
}
div#tab-history .nav-tabs {
    border-bottom: 1px solid #fc7700;
}
div#tab-history {
    margin-bottom: 20px;
}
form#login-form {
    background: #fff;
    padding: 30px 35px;
    text-align: left;
    text-transform: uppercase;
    position: fixed;
    top: 50%;
    max-width: 86%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    margin: 30px auto 0;
    border: 1px solid #ddd;
    width: 400px;
}
.autocomplete-suggestions {
    background: #fafafa;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-top: 0;
    overflow-y: scroll;
}
.autocomplete-suggestion:last-child {border:0}
.autocomplete-suggestion {
    padding: 3px 0;
    border-bottom: 1px dotted #ccc;
}
.jenis-bayar label {
    display: block;
}
/* .jenis-bayar .form-check:last-child { */
    /* width: 39.33%; */
/* } */
input[type="submit"] {
    background: #fc7700;
    border: 0;
    padding: 9px 22px;
    margin-right: 20px;
    color: #fff;
}
.back-button {
    padding: 10px 35px;
    border: 0;
    border-radius: 0;
    background: #ddd;
}
.jenis-bayar .form-check {
    width: 33.33%;
    float: left;
    /* background: #eee; */
	position:relative;
}
.jenis-bayar input[type="radio"] {
    visibility: hidden;
    width: 0;
    height: 0;
    /* display: none; */
    position: absolute;
}
#option_bank {
	display:none;
}
#option_bank input[type="radio"] {
    visibility: visible !important;
    width: auto;
    height: auto;
    position:unset !important;
}
.jenis-bayar .form-check label {
    text-align: center;
    margin: 0;
    padding: 12px 0px;
    border: 1px solid #ccc;
    border-right: 0;
    font-weight: normal;
}
.jenis-bayar .form-check input:checked + label {
    background: #4B9DEA;
    color: #fff;
    border-color: #4B9DEA;
}
span#donasi-qty-label {
    border: 1px solid #aaa;
    padding: 7px 10px;
    vertical-align: middle;
    margin: 0 2px;
    min-width: 60px;
    display: inline-block;
    text-align: center;
    font-size: 12pt;
}
.backto-display {
    position: absolute;
	border:0;
    top: 7px;
    right: 2px;
    background: transparent !important;
    font-size: 16pt;
    padding: 7px 17px !important;
    z-index: 9999;
    color: #222;
}
h1.title-one {
    margin-top: 0;
}
.donasi-qty-trigger:focus, .donasi-qty-trigger:hover {
    background: #afafaf;
    color: #fff;
    text-decoration: none;
}
.donasi-qty-trigger {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #e2e2e2;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 19pt;
    text-align: center;
    line-height: 38px;
}
span.numberic-format {
    margin-right: 6px;
}
span.harga-donasi {
    font-weight: bold;
    font-size: 14pt;
    vertical-align: middle;
    margin-left: 6px;
}
div#block-totaldonasi {
    margin-top: 20px;
    font-size: 14pt;
}
span#totaldonasi {
    font-weight: bold;
}
.jenis-bayar .form-check:nth-child(2) label {border-radius:10px 0 0 10px ;}
.jenis-bayar .form-check:nth-child(4) label {
    border-right: 1px solid #ccc;
	border-radius:0 10px 10px 0;
}
.jenis-bayar:after {
    content: "";
    display: block;
    clear: both;
}
#form-create-member table td{padding:3px 15px 3px 0}
#form-create-member table td:first-child{font-weight:bold}
#form-create-member .form-group{border-bottom:1px dotted #aaa;padding-bottom:20px}
#form-create-member  input[type="text"],#form-create-member input[type="tel"]{width:100%;margin-top:4px}
#login-form .btn-primary {
    background-color: #000000;
    border-color: #f6f6f6;
    border-radius: 0;
    padding: 10px 35px;
    text-transform: uppercase;
    font-weight: 800;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}
div#histori-donasi {
    text-align: left;
}
.container-wrapper {
    background: #fff;
    padding: 40px;
	position:relative;
}
a.logout-menu {
    text-transform: uppercase;
    color: #ff680c;
    position: absolute;
    top: -30px;
    right: 40px;
    font-size: 12pt;
}
a.edit-profile {
    color: #ff680c;
    position: absolute;
    top: -30px;
    right: 140px;
    border-right: 1px solid;
    padding-right: 21px;
}
a:hover {
	outline: none;
	text-decoration:none;
}

a:focus {
	outline:none;
	outline-offset: 0;
}

a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color:#000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Ubuntu",Helvetica,Arial,sans-serif;
}

.slider-btn {
	background-color:#000000;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #000000;
	box-shadow: inset 0 0 0 2px #000000;
	text-transform: uppercase;
	width: 190px;
	text-align: center;
	height: 55px;
	line-height:55px;
	padding: 0;
	font-size: 18px;
	font-weight:800;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slider-btn:hover {
	background-color:#43484E;
	-webkit-box-shadow: inset 0 0 0 2px #43484E;
	box-shadow: inset 0 0 0 2px #43484E;
	color:#fff
}
input[type="checkbox"],input[type="radio"] {
    margin: 0;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    position: relative;
    top: -1px;
    margin-right: 3px;
}
div#donasi_minimal_info {
    width: 100%;
    margin-bottom: 10px;
}
.floating-donasi-tombol {
    padding: 21px 20px !important;
    width: 100% !important;
    margin-left: 0 !important;
    background: #ddd;
	margin-bottom:15px !important; 
    border-radius: 5px;
	text-align:left !important;
}
span.satuan_produk:before {
    content: "/";
    font-size: 21px;
    position: relative;
    top: -2px;
    margin-right: 7px;
}
.embed-slide .owl-next {
    background: hsl(28, 100%, 49%) none repeat scroll 0 0;
    border-radius: 50%;
    color: hsl(0, 0%, 100%);
    font-size: 0;
    height: 50px;
    right: 10px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top:-35px;
    width: 50px;
}
.embed-slide .owl-next::before {
    content: ">";
    display: block;
    font-size: 31pt;
    position: relative;
}
.embed-slide .owl-prev {
    background: hsl(28, 100%, 49%) none repeat scroll 0 0;
    border-radius: 50%;
    color: hsl(0, 0%, 100%);
    font-size: 0;
    height: 50px;
    left: 10px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top:-35px;
    width: 50px;
}
.embed-slide .owl-prev::before {
    content: "<";
    display: block;
    font-size: 31pt;
    position: relative;
}
.satuan_produk {
    display: inline-block !important;
    font-size: 24px;
    padding-top: 5px;
    text-align: center;
}
.nominal_donasi_produk {
    display: inline-block !important;
    padding-bottom: 0 !important;
    text-align: left;
    border-bottom: 0px !important;
    width: auto !important;
    margin-right: 7px !important;
}
#btn-donasi-sekarang {
    padding: 0 !important;
    text-align: center;
    float: right !important;
}
.generik > .row > .col-sm-4{overflow:hidden;}
.input-amount {
    display: inline-block;
    position: relative;
    margin-right: 5px;
}


.parallax-section{
	min-height: 300px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


.preloader{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: table;
	background: #fff;
	z-index: 9999;
}

.preloder-wrap{
	display: table-cell;
	vertical-align: middle;
}

.preloder-inner {
	width: 200px;
	height: 100px;
	margin: 0 auto;
}

.ball {
	width: 10px;
	height: 10px;
	margin: 10px auto;
	border-radius: 50px;
}
  
.ball:nth-child(1) {
	background: #ff005d;
	-webkit-animation: right 1s infinite ease-in-out;
	-moz-animation: right 1s infinite ease-in-out;
	animation: right 1s infinite ease-in-out;    
}

.ball:nth-child(2) {
	background: #35ff99;
	-webkit-animation: left 1.1s infinite ease-in-out;
	-moz-animation: left 1.1s infinite ease-in-out;
	animation: left 1.1s infinite ease-in-out;
}

.ball:nth-child(3) {
	background: #008597;
	-webkit-animation: right 1.05s infinite ease-in-out;
	-moz-animation: right 1.05s infinite ease-in-out;
	animation: right 1.05s infinite ease-in-out;
}

.ball:nth-child(4) {
	background: #ffcc00;
	-webkit-animation: left 1.15s infinite ease-in-out;
	-moz-animation: left 1.15s infinite ease-in-out;
	animation: left 1.15s infinite ease-in-out;
 }

.ball:nth-child(5) {
	background: #2d3443;  
	-webkit-animation: right 1.1s infinite ease-in-out;
	-moz-animation: right 1.1s infinite ease-in-out;
	animation: right 1.1s infinite ease-in-out;
}

.ball:nth-child(6) {
	background: #ff7c35;  
	-webkit-animation: left 1.05s infinite ease-in-out;
	-moz-animation: left 1.05s infinite ease-in-out;
	animation: left 1.05s infinite ease-in-out;
}

.ball:nth-child(7) {
	background: #4d407c;  
	-webkit-animation: right 1s infinite ease-in-out;
	-moz-animation: right 1s infinite ease-in-out;
	animation: right 1s infinite ease-in-out;
}
table.table.table-striped.table-default h4:last-child {
    margin: 0 !important;
}
iframe {
    max-width: 100%;
}

@-webkit-keyframes right {
	0%   { -webkit-transform: translate(-15px);   }
	50%  { -webkit-transform: translate(15px);    }
	100% { -webkit-transform: translate(-15px);   }
}

@-webkit-keyframes left {
	0%   { -webkit-transform: translate(15px);    }
	50%  { -webkit-transform: translate(-15px);   }
	100% { -webkit-transform: translate(15px);    }
}

@-moz-keyframes right {
	0%   { -moz-transform: translate(-15px);   }
	50%  { -moz-transform: translate(15px);    }
	100% { -moz-transform: translate(-15px);   }
}

@-moz-keyframes left {
	0%   { -moz-transform: translate(15px);    }
	50%  { -moz-transform: translate(-15px);   }
	100% { -moz-transform: translate(15px);    }
}

@keyframes right {
	0%   { transform: translate(-15px);  }
	50%  { transform: translate(15px);   }
	100% { transform: translate(-15px);  }
}

@keyframes left {
	0%   { transform: translate(15px);   }
	50%  { transform: translate(-15px);  }
	100% { transform: translate(15px);   }
}


.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}

/*====================
======Header CSS=====
======================*/

#navigation .navbar {
    border-radius: 0;
    border-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
    /* padding-bottom: 8px; */
    padding-bottom: 0px;
    background: hsla(57, 100%, 50%,0.952941) !important;
}

#navigation .navbar-toggle{
  margin-top: 9px;
  background-color: #333;
}
form#donasi-form {
    text-align: left;
}
form#donasi-form h3 {
    margin-top: 7px;
    margin-bottom: 20px;
    display: block;
}
.form-group.list-donasi-atas-nama {
    margin-bottom: 4px;
}
.input-target--grand, .input-target--cicil {
    padding: 0.75em 1.5em !important;
    background: #FFD0A2;
    text-align: center;
    font-size: 12pt !important;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #f3a6a6;
    margin-bottom: 0.5em;
}
.form-group.list-donasi-atas-nama p {
    margin: 0;
}
#navigation .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}

#navigation .navbar-nav.navbar-right {
	margin-top:28px
}

#navigation .navbar-nav.navbar-right li a {
	color: #43484E;
	text-align:left;
	font-family: "Ubuntu",Helvetica,Arial,sans-serif;
	font-size: 16px;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 6px 15px;
}

#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover,
#navigation .navbar-inverse .navbar-nav>.open>a, #navigation .navbar-inverse .navbar-nav>.open>a:hover,#navigation .navbar-inverse .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: #000000;
}


/*======================
====Main Slider CSS=====
=======================*/
.home-pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(../images/home-pattern.png);
	background-repeat:repeat;
	opacity:0.2;
}

#home{
  padding: 0;
  overflow: hidden;
  position:relative
}
.info-tutup-donasi {
    font-weight: bold;
    color: #000;
    font-size: 13pt;
    text-align: center;
}

#main-carousel .carousel-inner .item {
	background-size:cover;
	height:305px;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

#main-carousel .carousel-indicators { 
	bottom:15px
}

#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

.carousel-indicators .active{
	background-color: #fff !important;
	
}

.slider-content {
	height: 100%;
}

#main-carousel .carousel-caption {
	display: table;
	height: 100%;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
}

#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}

#main-carousel .carousel-inner h2 {
	color: #f6f6f6;
	display: inline-block;
	font-family: "Ubuntu",Helvetica,Arial,sans-serif;
	font-size: 55px;
	font-weight: 800;
	margin-bottom: 40px;
	text-shadow: none;
	text-transform: uppercase;
}

#main-carousel .carousel-inner h2 span{
  color:#7ab700;
}

#main-carousel .carousel-inner p {
	color: #f6f6f6;
	font-family: "Ubuntu",Helvetica,Arial,sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 59px;
	margin-top: 0;
	text-shadow:none;
}

#main-carousel .carousel-left{
	left:-50px;
}

#main-carousel .carousel-right{
	right:-50px;
}

#main-carousel:hover .carousel-left{
	left:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel:hover .carousel-right{
	right:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 12;
	font-size: 60px;
	color: rgba(255, 255, 255, 0.52);
	top: 50%;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.table-default h4:first-child {    margin-top: 0;}
.carousel-right {
  right:65px
}

.carousel-left {
  left:65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #F6F6F6;
}



/*=======================
====== About Us CSS =====
=========================*/


#about-us,#generik {
	background:#F6F6F6;
	overflow: hidden;
	padding: 100px 0;
}

#about-us h2,#generik h2 {
	margin-bottom:35px
}h2.bhikku-name {    font-weight: 600;}.single-service blockquote, .blog-content {    /*text-align: justify;*/}
h4, .h4 {
    font-weight: 300;
    font-size: 12pt;
    line-height: 1.5;
} 
.title-one {
    color: #fc7700;
    display: block;
    font-size:30px;
    font-weight: bold;
    padding-bottom: 0;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
}

/* .title-one:after { */
	/* color: #000000; */
	/* content: "||"; */
	/* position: absolute; */
	/* right: -40px; */
	/* top: -2px; */
/* } */

#gedung-bangunan {text-align:center}
section#bikkhu-list .services {margin-top:0}
section#bikkhu-list .services > * {
    width: 100%;
    float: left;
    clear: both;
}
section#bikkhu-list .single-service {
    background: transparent;
    padding: 0;
}
section#bikkhu-list h2.bhikku-name {
    font-weight: 600;
    font-size: 16pt;
    color: #000 !important;
}
section#bikkhu-list .single-service:hover {
    background: transparent;
}
section#bikkhu-list .bhikku-position {
    font-size: 17.5px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 500;
}
section#bikkhu-list .single-service blockquote  {
	border-bottom:4px solid #ddd;
	border-left:0;
}
section#bikkhu-list .single-service blockquote h4 {
    margin-top: 0;
}
section#bikkhu-list .our-service .single-service img.img-responsive {
    float: left;
    width: 230px;
    padding-right: 30px;
    background: #f6f6f6;
}
#blog-home .single-blog {
    padding: 0;
    background: transparent;
	box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-webkit-box-shadow:none;
}
#blog-home .single-blog h2 {
    padding-bottom: 15px;
    margin-bottom: 0;
    color: #000000;
}
#blog-home .single-blog .content-thumbnail-blog > h2 {
    min-height: 52px;
    margin-bottom: 0;
    padding-bottom: 0;
}
#blog-home  .single-blog ul.post-meta{display:none}
#blog-home  .single-blog:hover.single-blog .btn-primary{background:transparent;color:#000000;text-decoration:underline}
#blog-home  .single-blog .btn-primary:hover{background:transparent;color:#000000;text-decoration:underline}
#blog-home  .single-blog .btn-primary{color:#000000}
#blog-home .single-blog .btn-primary:before {
    content: ">>";
    color: #000000;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
#blog-home .single-blog .image-thumbnail-blog {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 60%;
    margin-bottom: 20px;
}
#blog-home .single-blog .image-thumbnail-blog img {
    margin: 0;
    position: absolute;
    width: 100%;
    top: 0;
    height: auto;
}
#blog-home  .single-blog .btn-primary{
	padding:0;
	border:0;
}
#blog-home  .single-blog .content-thumbnail-blog{
	border-left: 3px solid #000000;
    padding-left: 15px;
}
#gedung-bangunan figure.image{border:0}
#gedung-bangunan figure.image figcaption {
    background: #000000;
    color: #fff;
    width: auto;
    bottom: auto;
    left: 0;
    transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    top: 20px;
}
section#gedung-bangunan .image img {
    margin: 0;
}
.title-one:before {
    content: "";
    left: 0;
    position: absolute;
    bottom: 5px;
    background: #fc7700;
    width: 20px;
    height: 20px;
}


#about-us h4, #generik h4 {
	color: #2a2a2a;
	margin-bottom: 20px;
	margin-top: -5px;
	line-height:1.8;
	/* text-transform: capitalize; */
}

#about-us p, #generik p {
	font-weight:300;
	font-size:15px
}

.about-us .col-sm-6 {
	margin-top:50px
}

.about-us h3 {
	font-size: 20px;
	margin-bottom: 18px;
	text-transform: uppercase;
}
ul.menu-login > li > a,ul.menu-login  button {
    color: #fff;
	border:0;
	border-radius:0;
	text-transform:uppercase;
    background: #000000;
    padding: 7px 13px;
}
ul.menu-login {
    list-style: none;
	text-align:left;
    position: absolute;
    top: 0;
    right: 15px;
}
.about-us .tab-content {
	background:#FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 25px;
}

.about-us .nav-tabs li a {
	border-top:2px solid #f6f6f6;
	color:#000000
}

.about-us .nav-tabs li.active a, 
.about-us .nav-tabs li.active a:hover, 
.about-us .nav-tabs li.active a:focus {
	border-radius: 0;
	border-top: 2px solid #000000;
	color: #333333;
}

.about-us .tab-content 
.pull-left.media-object {
	background-color: #F6F6F6;
	margin-right: 20px;
	padding: 5px;
}

.skillbar {
	position:relative;
	display:block;
	margin-bottom:18px;
	box-shadow:1px 1px 0 0 #333333;
	width:100%;
	background:#43484E;
	height:35px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
	width:25%;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	background-color:#000000;
}

.skillbar-title span {
	float: none;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	text-align: left;
	display:block;
	background-color:#000000;
	padding:0 15px;
	height:35px;
	line-height:35px;
}


.skillbar-bar {
	height:35px;
	width:0px;
	background-color:#000000;
	box-shadow:0 1px 0 0 #333333;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#ffffff;
}




/*====================
======Service CSS=====
======================*/

#services {
  background-image: url("../images/services/service-bg.jpg");
  color:#fff;
  text-align:center;
  background-color:	#0A0A13;
}

.services {
	display:block;
	overflow:hidden;
	margin-top:50px
}

#services h2{
  color: #fff;
  border-color: #fff;
  margin-bottom:35px
}

.single-service {
	background-color: rgba(0, 0, 0, 0.39);
	padding:25px;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.single-service p {
	text-align:justify;
}

.single-service i {
	text-align:center;
	font-size:80px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	height: 150px;
	line-height: 150px;
	width: 150px;
	color:#43484E;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.single-service:hover {
	background-color: #000000;
}

.single-service:hover i {
	color:#000000;
	-moz-transform: scale(1.1) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}


/*=====================
======Our Team CSS=====
=======================*/

#team-carousel {
	position:relative
}

#our-team {
	background-color:#f6f6f6;
	color:#43484E;
}

#our-team h2 {
	color:#43484E;
	margin-bottom:35px;
}

#our-team .team-members {
	padding:0;
	margin-top:55px;
	display:block;
	overflow:hidden
}

.single-member {
	height:430px;
	background-color:#43484E;
	border: 1px solid #43484E;
	color: #f6f6f6;
	padding: 25px;
	text-align:center;
	overflow:hidden;
}

.single-member img {
	width:100%
}

.single-member h4, 
.single-member h5 {
	text-align:center
}

#our-team .socials i {
	background-color:#fff;
	border-radius: 50%;
	color: #43484E;
	display: inline-block;
	font-size:16px;
	height: 30px;
	line-height:28px;
	margin-right: 5px;
	text-align: center;
	width: 30px;
	border-width:1px;
	border-color:#43484E;
	border-style: solid;
	opacity:.5;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;  
}

#our-team .socials a i:hover {
	opacity:1;
	color:#fff;
	border:0
}

#our-team .socials a .fa-facebook:hover {
	background: #3B5997;	
}

#our-team .socials a .fa-twitter:hover {
  background:#29C5F6
}

#our-team .socials a .fa-pinterest:hover {
  background:#C61118
}

#our-team .socials a .fa-dribbble:hover {
  background:#FF5C93
}

#our-team .socials a .fa-linkedin:hover {
  background:#006DC0
}

#our-team .socials a .fa-google-plus:hover {
  background:#D13D2F
}

#our-team .socials a .fa-flickr:hover {
  background:#7A797B
}

.member-left, .member-right {
	position:absolute;
	top:-43px;
	color:#43484E
}


.member-left {
	left:49%;
}

.member-right {
	left:51%
}


/*======================
======Portfolio CSS=====
========================*/

#portfolio {
  padding-top:70px;
  padding-bottom: 100px;
  background:#F6F6F6
}

#portfolio p, 
#portfolio h2 {
	margin-bottom:30px;
}

#portfolio 
.portfolio-filter {
  margin-bottom:40px;
  margin-top:10px;
}

#portfolio 
.portfolio-filter li {
  display: inline-block;
}

#portfolio 
.portfolio-filter li a:hover, 
#portfolio 
.portfolio-filter li a:focus,
#portfolio 
.portfolio-filter li a:active , 
#portfolio 
.portfolio-filter li .active{
	border: 1px solid #000000;
	color: #686868;
	box-shadow: none;
	-webkit-box-shadow: none;
	opacity: 1;
}

#portfolio 
.portfolio-filter li a {
	color: #686868;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	background: rgba(67, 72, 78, 0);
	opacity: .8;
	border: 1px solid rgba(252, 119, 0, 0);
	border-radius: inherit;
}

.portfolio-items > div{
  padding:0;
}

.portfolio-items img{
  width:100%;
}

.view {  
  cursor: default;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width:100%;
}

.efffect h4 {  
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s linear 0s;
}

.efffect h3 {
	opacity: 0;
	transform: scale(0);
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

.efffect img {
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);  
	transition: all 0.7s ease-in-out 0s;
	-moz-transition: all 0.7s ease-in-out 0s;
	-webkit-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
}

.view img {
	display: block;
	position: relative;
}

.efffect .mask {
	background-color: #F6F6F6;
    border:4px solid #333333;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	opacity: 0
}

.view .mask, .view .content {
	height:100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width:100%;
}

.mask h3 {
	color: #43484E;
	font-family: cabin;
	font-size: 22px;
	font-weight: 700;
	margin-top: 30px;
	text-transform: uppercase;
	transition: height 500ms ease 0s;
}

.mask h4 {
	color:#000;
	font-family: "Ubuntu",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 200;
	padding: 0 35px 5px;
}

.mask i {
	border: 2px solid #333;
	border-radius: 50%;
	color: #333;
	font-size: 17px;
	margin-left: 8px;
	padding: 8px;
}

.mask i:hover{
	background-color:#000000;
	color:#fff;  
}



/*====================
======Clients CSS=====
======================*/

#clients{
	background-image: url("../images/clients/client-bg.jpg");
	background-color:#0A0A13;
}

#clients h2 {
	margin-bottom:30px;
	color:#f6f6f6
}

#clients p {
	color:#fff
}

#clients-carousel  {
	margin-top:45px;
	text-align:center;
}

#clients-carousel 
.carousel-inner {
	display:inline-block;
	width:60%
}

.carousel-inner blockquote {
  border-left: 0 none;
  margin:15px;
  padding:0;
  text-align: left;
}

.carousel-inner blockquote p {
	font-size:17px;
	
}

#clients-carousel 
.carousel-inner img {
	border-right:5px solid#eee;
	padding-right:10px
}

#clients-carousel 
.carousel-indicators {
	top: 100%;
	left: 50%;
	margin: 0 0 0 -50px;
	position: absolute;
	width: 100px;
}

#clients-carousel .item {
	background:#43484E
}

#clients-carousel 
.carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

#clients-carousel 
.carousel-indicators {
  margin-top: 20px;
}

.clients{
  text-align: center;
}

.clients h2 {
	color: #FFFFFF;
	font-family: "Ubuntu",Helvetica,Arial,sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	text-transform: uppercase;
	margin-top: 0;
}
.blog-category ul {
    padding: 0;
    list-style: none;
}
.blog-category ul li a:before{
	content:">>";
	position:relative;
	font-family: "Ubuntu",Helvetica,Arial,sans-serif;
	margin-right:5px;
}
.list-thumbnail-latest ul li{clear:both;}
.list-thumbnail-latest ul li:after {
    content: "";
    display: block;
    position: relative;
    clear: both;
}
.list-thumbnail-latest .title-blog-sidebar {
    font-size: 11px;
    font-weight: 400;
    margin: 0 0 6px;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 140px;
    float: left;
}
.list-thumbnail-latest ul li {
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    padding: 15px 0;
}
.list-thumbnail-latest ul {
    padding: 0;
    list-style: none;
}
.list-thumbnail-latest a.thumbnail-image {
    width: 105px;
    display: block;
    float: left;
	margin-right:10px;
    background: #e5e5e5;
    padding: 3px;
}
.list-thumbnail-latest .title-blog-sidebar > *{margin-top:0}
.blog-category h3,.list-thumbnail-latest h3{
    margin-top: 0;
	text-transform:uppercase;
    font-weight: 300;
    font-size: 21px;
    letter-spacing: -1px;
}
.blog-category {
    margin-bottom: 70px;
}
.blog-category ul li a{
	padding:8px 5px 8px 0;
}
.blog-category ul li {
    border-bottom: 1px solid #e2e2e2;
    padding: 8px 4px 8px 0;
    color: #91979d;
}
.clients p {
	color: #FFFFFF;
	font-family: "Ubuntu",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.clients p span{
	color:#000000;
}



/*=====================
======Our Blog CSS=====
======================*/

#blog {
	padding-bottom:75px;
	padding-top:75px
}

.blog-heading {
    margin-bottom: 35px;
    margin-top: -20px;
    font-weight: bold;
    padding-left: 38px;
}

.single-blog {
    margin-bottom: 30px;
    padding: 0 25px 10px;
    border-left: 3px solid #fc7700;
}

.single-blog:hover {
    background-color: transparent;
    /* color: #fff; */
}

.single-blog:hover.single-blog h2 {
	/* color:#fff */
}

.single-blog:hover.single-blog .btn-primary {
	background-color:#000000;
	color:#fff;
	border-color:#fff;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.single-blog img {
    width: calc(100% + 53px);
    margin-bottom: 0px;
    margin: 0 -28px 0px;
    border-bottom: 20px solid #f6f6f6;
}

.single-blog h2 {
    margin: 0;
    margin-bottom: 15px;
    color: #fc7700;
	font-size:24px;
}


.single-blog ul {
	padding:0;
	overflow:hidden;
}

.single-blog ul li {
	border-right: 2px solid #999999;
	float: left;
	line-height: 10px;
	list-style: none;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 12px;
	color:#999;
}

.single-blog ul li:last-child {
	border:none;
}

.blog-content {
	margin-bottom: 20px;
	margin-top: 0;
}
.contact-address .row > div > h3 {
    margin-top: 0;
    color: #000000;
    position: relative;
}
.contact-address .row > div > h3:before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    bottom: 5px;
    width: 13px;
    height: 13px;
    background: #000000;
    margin-right: 10px;
}
.single-blog .btn-primary {
	text-transform: uppercase;
	border: 1px solid #000000;
	color: #686868;
	background-color: rgba(255, 255, 255, 0);
	border-color: #000000;
}

.single-blog:hover.single-blog .btn-primary:hover{
	background-color:#000000;
	color:#fff;
}

#blog-detail .modal-body {
	padding:30px;
}

#blog-detail .modal-body img {
	width:100%
}

#blog-detail .close {
	margin-right: -15px;
    margin-top: -25px;
}



/*====================
======Contact CSS=====
======================*/

#contact {
	overflow:hidden;
	display:none;
	background-color: black;
	position:relative;
	padding:25px 0 10px;
	/* padding-bottom:85px; */
	/* border-top:2px solid #ddd */
}

#contact .contact-heading {
	padding-bottom:35px;
	position: relative;
	z-index: 10;
}

.contact-details {	
	/* padding-top:75px; */
}

.pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(../images/pattern.png);
	background-repeat:repeat;
	opacity:0.2;
}


.contact-address {
    /* background-color: #fff; */
    height: auto;
    padding-top: 0;
    color: #fff;
}
.contact-address .social-icons a em:before {
    display: block;
}
.contact-address .social-icons a i,.contact-address .social-icons a em {
	border-radius:0;
	height:30px;
	line-height:30px;
	width:30px;
	border-width:0;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	margin-right:10px
}
.contact-address .social-icons i:hover {
	transform: scale(.9);
}

.social-icons a {
	color: #A2A2A2;
	font-size: 20px;
	border: 1px solid #A2A2A2;
	border-radius: 50%;
	text-align: center;
	padding: 6px;
	width: 44px;
	height: 44px;
	display: inline-block;
	margin: 2px;
}


.social-icons a:hover {
  color: #000000;
  border: 1px solid #000000;
}

.contact-address .social-icons, 
.contact-address address {
	z-index:2;
	position:relative
}

.contact-address  p.contact_title{
	font-weight:800;
	font-size:24px
}

.contact-address  p span {
	/*color:#000000;*/
	
}

#contact-form-section {	
	padding:35px;
	background-color: #FFF; 
	height:390px;
}
#contact-form-section .btn-primary {
	background-color:#000000;
	border-color:#f6f6f6;
	border-radius:0;
	padding:10px 35px;
	text-transform:uppercase;
	font-weight:800;
	transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

#contact-form-section .btn-primary:hover {
	background-color:#43484E
}

#contact-form input, 
#contact-form textarea, 
#contact-form .btn-primary  {
	position:relative;
	z-index:2;
}

#contact-form .name-field, 
#contact-form .mail-field  {
	width:49%;
}

#contact-form .name-field {
	margin-right:2%;	
	float:left
}

#contact-form .mail-field {
	
}

#contact-form-section .form-control {
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}

#contact-form-section textarea {
	resize:none
}

#contact-form-section .form-control:focus {
	border-color: #000000;
	outline: 0;
	-webkit-box-shadow:none;
	box-shadow:none;
}


/*====================
======Footer CSS=====
======================*/

#footer {
	background-color:#f6f6f6;
	padding:25px 0;
	color:#43484E;
	font-size:16px;
	position:relative;
	margin-top:1px;
}

#footer p {
	margin: 0
}

#footer a {
	color:#000000
}


/*============================
======Carousel Effect CSS=====
==============================*/


.carousel.scale .carousel-inner > .item.left > div:nth-child(1),
.carousel.scale .carousel-inner > .item.right > div:nth-child(1) {
  -webkit-animation: fadeOutDown 300ms linear 0ms both;
  animation: fadeOutDown 300ms linear 0ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(1),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(1) {
  -webkit-animation: fadeInDown 300ms linear 75ms both;
  animation: fadeInDown 300ms linear 75ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(2),
.carousel.scale .carousel-inner > .item.right > div:nth-child(2) {
  -webkit-animation: fadeOutDown 300ms linear 75ms both;
  animation: fadeOutDown 300ms linear 75ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(2),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(2) {
  -webkit-animation: fadeInDown 300ms linear 150ms both;
  animation: fadeInDown 300ms linear 150ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(3),
.carousel.scale .carousel-inner > .item.right > div:nth-child(3) {
  -webkit-animation: fadeOutDown 300ms linear 150ms both;
  animation: fadeOutDown 300ms linear 150ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(3),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(3) {
  -webkit-animation: fadeInDown 300ms linear 225ms both;
  animation: fadeInDown 300ms linear 225ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(4),
.carousel.scale .carousel-inner > .item.right > div:nth-child(4) {
  -webkit-animation: fadeOutDown 300ms linear 225ms both;
  animation: fadeOutDown 300ms linear 225ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(4),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(4) {
  -webkit-animation: fadeInDown 300ms linear 300ms both;
  animation: fadeInDown 300ms linear 300ms both;
}


/*==================================
====== Isotope Recommended CSS=====
====================================*/

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */




/*==================================
====== Portfolio Hover effect=======
====================================*/


.efffect img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.efffect .mask {
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   cursor: zoom-in;
}
.efffect h4 {   
   background: transparent;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect h3 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   font-size:22px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.mask a i {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform:rotate(-180deg);
   -moz-transform:rotate(-180deg);
   -o-transform:rotate(-180deg);
   -ms-transform:rotate(-180deg);
   transform:rotate(-180deg);
   -webkit-transition:all 0.5s linear 0.7s;
   -moz-transition: all 0.5s linear 0.7s;
   -o-transition:all 0.5s linear 0.7s;
   -ms-transition:all 0.5s linear 0.7s;
   transition:all 0.5s linear 0.7s;
}
.efffect:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.efffect:hover h4,.efffect:hover h3,.efffect:hover a i {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.btn-success {
    background-color: #000000;
    border-color: #000000;
}

/*DONASI*/


#donasi-section {	
	padding:35px;
	background-color: #FFF; 
	height:auto;
}
#donasi-section .btn-primary {
	background-color:#000000;
	border-color:#f6f6f6;
	border-radius:0;
	padding:10px 35px;
	text-transform:uppercase;
	font-weight:800;
	transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

#donasi-section .btn-primary:hover {
	background-color:#43484E
}

#donasi-form input, 
#donasi-form textarea, 
#donasi-form .btn-primary  {
	position:relative;
	z-index:2;
}

#donasi-form .name-field, 
#donasi-form .mail-field  {
	width:49%;
}

#donasi-form .name-field {
	margin-right:2%;	
	float:left
}

#donasi-form .mail-field {
	
}

#donasi-section .form-control {
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}

#donasi-section textarea {
	resize:none
}

#donasi-section .form-control:focus {
	border-color: #000000;
	outline: 0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.page-login-form.box.login {
    padding: 53px 70px 30px;
    margin-bottom: 40px;
    margin-top: 0;
	background-color: white;
}
/* .page-login-form input#username { */
    /* border: 1px solid #f0f0f0; */
    /* outline: 0; */
    /* min-height: 46px; */
    /* width: 435px; */
	/* max-width:100%; */
/* } */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #3b393e;
    border-color: #3b393e;
}
.form-control{border-radius:0;}
/* .page-login-form  input#password { */
    /* border: 1px solid #f0f0f0; */
	/* max-width:100%; */
    /* outline: 0; */
    /* min-height: 46px; */
    /* width: 435px; */
/* } */
button.btn-login,button.btn-back {
    box-shadow: 0 2px #f8f4f2;
    
    margin-left: 10px;
    display: inline-block;
    width: auto;
    padding: 8px 20px;
    margin-top: 3px;
}


.form-links {
    list-style: none;
    padding: 0;
    margin: 0px;
	text-align: center;
}


/*-----------------------------------------------------------------------------------*/
/*	PAGINATION
/*-----------------------------------------------------------------------------------*/
.pagination {
    display: block
}
.pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    list-style: none;
    padding: 0;
    margin: 0;

}
.pagination ul > li {
    display: inline-block;
    margin-bottom: 2px;
}
.pagination ul > li > a,
.pagination ul > li > span {
	text-decoration:none;
    float: none;
    border: none;
    color: #1EAD91;
    
    background: none;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 5px;
    font-weight: 700;
    font-size: 14px;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
    */ 
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background: #1EAD91;
    color: #fff;
}
.pagination ul > li:first-child > a,
.pagination ul > li:last-child > a {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #1EAD91;
}
.pagination ul > li:first-child > a:hover,
.pagination ul > li:last-child > a:hover {
   color: #fff;
}
#generik {
  min-height: 584px !important;
}
.contact-address .row > div {
    padding-left: 40px;
}
@media (max-width:767px){
.navbar-header {
    display: flex;
    flex-direction: row-reverse;
}
.dropdown.menu-edit-admin{
    top: -85px !important;
    z-index: 99999;
    right: 11px !important;
}
a.logout-menu {
    text-transform: uppercase;
    color: #ff680c;
    position: relative;
    top: -17px;
    right: -10px;
    font-size: 12pt;
    float: right;
}
#histori-donasi .container-wrapper {
    padding: 40px 25px;
}
a#usertable_previous, a#usertable_next {
    background: #ffd80c;
    margin-top: 10px;
    color: #000 !important;
    min-width: auto;
    margin-left: 5px;
    margin-right: 5px;
}
form#login-form {background: #fff;padding: 20px 28px 21px;}
#navigation .navbar-nav.navbar-right .dropdown-menu li a {
    padding-left: 30px;
    font-size: 11pt;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #777777;
}
.navbar-collapse {
    position: absolute;
    width: 100%;
    top: 100%;
    background: #fff30c;
}
section#bikkhu-list .single-service blockquote{padding-left:0;padding-right:0}
section#bikkhu-list h2.bhikku-name,section#bikkhu-list .bhikku-position {
    text-align: center;
}
section#bikkhu-list .our-service .single-service img.img-responsive{
	padding:0;
	float:none;
	margin:0 auto
}
.table-default,.table-default tbody,.table-default tr,.table-default td{
	display:block;
	width:100% !important;
}
.mobile-hidden{display:none !important}
.table-default img{max-width:100%;height:auto}
.navbar-brand img {
    height: auto;
    max-width: 85%;
	display:block;
}
.navbar-brand {
    max-width: 100%;
    padding: 10px 25px 10px 15px;
    margin: 0;
}
}
@media (min-width:768px) and (max-width:991px){
.navbar-header a{float:none}
#navigation .navbar-nav.navbar-right{margin:0;display:inline-block;float:none !important}
.collapse.navbar-collapse{text-align:center}
}
@media (min-width:992px) and (max-width:1199px){
.navbar-brand img {
  height: 50px;
}
#navigation .navbar{padding:0}
}

.col-md-6.rekening-info td {
  text-align: left;
}

.bhikku-name {
  color: hsl(60, 100%, 62%) !important;
  font-size: 13pt;
  margin-bottom:0 !important;
}
.bhikku-position {    font-size: 10pt;    font-weight: 300;    margin-top: 5px;}
.navbar{
margin-bottom:0px !important;
}
.our-service .single-service img.img-responsive {
    width: 70%;
    margin: 0 auto;
}
.navbar-inverse{

}
.navbar-fixed-top, .navbar-fixed-bottom{
position:relative;
}
#blog ul {
  padding: 0;
}
#generik img{
max-width:100%;
height:auto;
}
figure.image {
    display: inline-block;
    border: 1px solid gray;	position:relative;
    margin: 0 2px 0 1px;
    background: #f5f2f0;
}
section:nth-child(even) {    background: #F6F6F6;}
figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image img {
    margin: 8px;
}
figure.image figcaption > * {    margin: 0;    font-weight: normal !important;}
figure.image figcaption {    margin: 6px 8px 6px 8px;    text-align: center;    position: absolute;    /* width: auto; */    width: 100%;    bottom: 0;    background: #fff30c;    color: #000;    left: 50%;    margin: 0 auto;    padding: 6px 16px;    text-transform: uppercase;    transform: translateX(-50%);    -o-transform: translateX(-50%);    -webkit-transform: translateX(-50%);    -moz-transform: translateX(-50%);    -ms-transform: translateX(-50%);}figure.image figcaption h4 {    margin: 0;    font-weight: normal;}

#timeline {
margin: 0;
display:flex;
position:relative;
overflow:hidden;
}
#timeline:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4px;
  background-color: #222;
}
#timeline  .timeline-entries {
  width: calc(100% - 80px);
  max-width: 100%;
  margin: auto;
  position: relative;
  left: -5px;
}
#timeline  .timeline-entries .timeline-entry:first-child {padding-top:0}#timeline  .timeline-entries .timeline-entry {
  width: calc(50% - 40px);
  float: left;
  padding: 20px;
  clear: both;
  text-align: right;
}
#timeline .timeline-entries .timeline-entry:not(:first-child) {
  margin-top: -60px;
}
#timeline .timeline-entries .timeline-entry .timeline-title {
  font-size: 32px;
  margin-bottom: 12px;
  position: relative;
  
}
#timeline .timeline-entries .timeline-entry .timeline-title:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 4px solid #222;
  background-color: yellow;
  border-radius: 100%;
  top: 0;
  /* -webkit-transform: translateY(-50%); */
          /* transform: translateY(-50%); */
  right: -73px;
  z-index: 1000;
}
#timeline .timeline-entries .timeline-entry .timeline-title.big:before {
  width: 32px;
  height: 32px;
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}
#timeline .timeline-entries .timeline-entry .#timeline {
  color: #aaa;
}
#timeline .timeline-entries .timeline-entry .#timeline p {
  line-height: 1.4em;
}
#timeline .timeline-entries .timeline-entry:nth-child(2n) {
  text-align: left;
  float: right;
}
#timeline .timeline-entries .timeline-entry:nth-child(2n) .timeline-title:before {
  left: -63px;
}

#donasi-section {
    padding: 35px 20px;
    background-color: #FFF;
    height: auto;
    margin-left: 0;
    margin-right: 0;
}
div#donasi-section.jenis-donasi {
    padding: 0;
    background: transparent;
    margin: 0 -10px;
} 
div#donasi-section.kode-member {
    padding: 25px 20px 18px;
}
div#donasi-section.jenis-donasi .form-check:last-child {border:0}
#blog {
    padding-bottom: 15px;
    padding-top: 40px;
}
div#donasi-section.jenis-donasi .form-check {
    /* display: flex; */
    /* align-items: flex-start; */
    /* margin-bottom: 7px; */
    /* border-bottom: 1px dotted #ddd; */
    /* padding-bottom: 7px; */
	width: 49%;
    float: left;
    text-align: center;
    margin-bottom: 8px;
}
div#donasi-section.jenis-donasi .form-check label:hover {
    background: #eee;
}
div#donasi-section.jenis-donasi .form-check input[type="radio"] {
    margin-top: 1px;
    width: 20px;
    height: 20px;
    display: block;
    padding: 0;
    margin-right: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

div#donasi-section.jenis-donasi .form-check img {
    width: auto !important;
    height: 110px;
}
div#donasi-section.jenis-donasi .form-group:after {
    content: "";
    display: block;
    clear: both;
    position: relative;
}
div#donasi-section.jenis-donasi .form-check span {
    display: none;
}

div#donasi-section.jenis-donasi .form-check label {
    margin: 0;
	position:relative;
    width: 100%;
    padding: 10px 6px;
    line-height: 1.4;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.form-check.disabled {
    background: transparent !important;
}
@media(min-width:768px){
div#donasi-section.jenis-donasi .form-check {
    width: 16%;
    margin-right: 2%;
    margin-bottom: 2%;
}
#navigation .navbar-nav.navbar-right > li:last-child{display:none}
#donasi-form #form_biodata_atas_nama .name-field, #donasi-form #form_biodata_atas_nama .mail-field {
    width: 32%;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}
#navigation .navbar-nav.navbar-right li{margin-bottom:7px}
.navbar-header {
  float: none;
  text-align: center;
  width: 100%;
  position:relative;
}
.navbar-header a {
    float: none;
	display:block;
}
#navigation .navbar{padding-bottom:0px}
.navbar-nav>li{display:inline-block;float:none !important}
#navigation .navbar-nav.navbar-right {
    margin: 0;
    display: block;
    float: none !important;
    text-align: center;
}
#timeline .timeline-entries .timeline-entry:nth-child(2n) .timeline-title.big:before {
  -webkit-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
}
}
@media(max-width:767px){

/* table#usertable thead { */
    /* display: none; */
/* } */
/* table#usertable, table#usertable tbody, table#usertable tr, table#usertable td { */
    /* display: block; */
    /* width: 100%; */
    /* box-sizing: border-box; */
/* } */
/* table#usertable tr { */
    /* border: 1px solid #ddd; */
    /* border-top: 0; */
    /* margin-bottom: 17px; */
    /* border-bottom: 2px solid #ddd; */
    /* box-shadow: 0 2px 3px hsla(0,0%,4%,.1), 0 0 0 1px hsla(0,0%,4%,.1); */
    /* background: #fff; */
/* } */
/* table#usertable tr td:first-child { */
    /* border: 0; */
/* } */
#usertable_filter label {
    display: block;
}
div#usertable_filter input {
    width: 100%;
    display: block;
    margin: 0;
}
div#usertable_filter {
    padding-top: 0px;
    margin-bottom: 20px;
}
div#usertable_length {
    position: relative;
    top: 0;
    left: 0;
}
table.dataTable {
    width: 100% !important;
}
/* table#usertable tr td:before { */
    /* content: attr(data-label); */
    /* float: left; */
    /* font-weight: bold; */
/* } */
#donasi-form #form_biodata_atas_nama .name-field, #donasi-form #form_biodata_atas_nama .mail-field {
    width: 100% !important;
	margin:0;
	float:none;
}
#donasi-section .form-control {
    width: 100%;
    float: none;
}
#navigation .navbar-nav.navbar-right > li:last-child > a, #navigation .navbar-nav.navbar-right > li:last-child button {
    background: #000000;
    color: #fff;
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px 15px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
}
ul.menu-login{display:none !important}
	#timeline::before{left:30px}
	#timeline .timeline-entries .timeline-entry {
    float: right;
    width: 100%;
    text-align:left;
}
#timeline .timeline-entries .timeline-entry .timeline-title::before,#timeline .timeline-entries .timeline-entry:nth-child(2n) .timeline-title::before{left:-33px;right:auto}
#timeline .timeline-entries .timeline-entry .timeline-title.big::before{left:-48px}
#timeline .timeline-entries .timeline-entry:not(:first-child) {
    margin-top: -10px;
}
.page-login-form.box.login {
    padding: 40px 20px 30px;
    margin-bottom: 40px;
    margin-top: 0;
    background-color: white;
    margin-left: -15px;
    margin-right: -15px;
}
#donasi {
    padding: 30px 0 !important;
}
#about-us, #generik {
    background: #F6F6F6;
    overflow: hidden;
    padding: 30px 0;
}
figure.image img{margin:0;padding:8px}
figure.image{margin-right:0 !important;margin-bottom:10px}
}
table.table-default td {
    vertical-align: top;
}
div#donasi-section > .form-group{margin:0}
div#donasi-section > .form-group:last-child {
    display: none;
}
div#donasi-section.jenis-donasi .form-check input[type="radio"]:disabled + label {
    background: #eee !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
table#usertablex td {
    padding: 7px 10px;
    /* font-weight: bold; */
}
a.dropdown-item {
    display: block;
    padding: 6px 20px;
    min-width: 200px;
}
.menu-edit .dropdown-menu,.menu-edit-admin .dropdown-menu {
    right: 0;
    left: auto;
    border-radius: 0;
    padding: 10px 0;
    min-width: 220px;
}
a.dropdown-item:hover {
    color: #fc7700;
}
.menu-edit button#dropdownMenuButton,.menu-edit-admin button#dropdownMenuButton {
    font-size: 12pt;
    background: #fc7700;
    color: #fff;
}
.dropdown.menu-edit {
    position: absolute;
    right: 0;
    top: -49px;
}
@media(max-width:767px){
a.logout-menu {
    position: relative;
    top: -25px;
    right: 0;
}
a.edit-profile {
    position: relative;
    top: -25px;
    border: 0;
    right: auto;
}
	table.table-default td {width:100%}
}
.navbar-inverse{
	background-color:black !important;
}

.text-wrap {
    width: 250px !important;
    white-space: normal !important;
}
.col-sm-4:nth-child(3n+1) {
    clear: both;
}
