
@import '../css/font-awesome.min.css';
@import 'https://fonts.googleapis.com/css?family=Poppins:400,600,700|Lato:400,700|Lobster';
/*				Table Of Contents
==========================================================
	
	x.x - Generals
	1.0 - Header
	2.0 - Slider
	3.0 - U
	rgent Cause
	4.0 - Causes
	5.0 - Volunteer
	6.0 - Events
	7.0 - Forms
	8.0 - Quick Donation
	9.0 - Services
	10.0 - Fun Facts
	11.0 - Blog
	12.0 - Contact
	13.0 - Widgets
	14.0 - About
	15.0 - Footer
	x.x - Less - Special Clasess

==========================================================
*/
/*===============================================================
x.x - Generals
===============================================================*/
body {
  background: #fcfcfc;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
  position: relative;
}
body.modal-open {
  padding: 0 !important;
}
a,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
input,
select,
textarea,
blockquote {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none !important;
  border: none;
  outline: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/* Typography */
/* Fonts */
h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}
h2 {
  font-size: 24px;
  line-height: 24px;
}
h3 {
  font-size: 18px;
  line-height: 18px;
}
h4 {
  font-size: 16px;
  line-height: 16px;
}
h5 {
  font-size: 14px;
  line-height: 14px;
}
h6 {
  font-size: 12px;
  line-height: 12px;
}
p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Lato', sans-serif;
  color: #404040;
}
/*=========== Buttons ==========*/
.btn-normal,
.btn-special {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
}
.btn-normal span,
.btn-special span,
.btn-normal i,
.btn-special i {
  position: relative;
}
.btn-normal span,
.btn-special span {
  z-index: 10;
}
.btn-normal i,
.btn-special i {
  z-index: 1;
}
.btn-normal {
  color: #ffffff;
  font-size: 14px;
  background: #333333;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-normal i {
  padding-right: 15px;
}
.btn-normal:hover,
.btn-normal:focus {
  color: #ffffff;
  background: #009900;
}
.btn-special {
  padding: 0 15px 0 50px;
  background: #ffffff;
  color: #333333;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.btn-special i {
  width: 40px;
  height: 40px;
  background: #333333;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
  text-align: left;
  padding-left: 13px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-special.color {
  background: #009900;
  color: #ffffff;
}
.btn-special.color i {
  color: #333333;
  background: #ffffff;
}
.btn-special.color:hover,
.btn-special.color:focus {
  color: #009900;
}
.btn-special:hover,
.btn-special:focus {
  color: #ffffff;
}
.btn-special:hover i,
.btn-special:focus i {
  width: 100%;
}
/*=========== UI ==========*/
/* Section Name */
.section-name {
  text-align: center;
}
.section-name .inside {
  display: inline-block;
}
.section-name h5,
.section-name .name {
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
}
.section-name h5 {
  color: #4d4d4d;
}
.section-name .name {
  color: #333333;
  position: relative;
  padding-left: 20px;
}
.section-name .name::before {
  position: absolute;
  content: '';
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  background: #009900;
}
/* Mini section name */
.section-name-mini {
  position: relative;
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
  padding-left: 15px;
}
.section-name-mini::before {
  position: absolute;
  content: '';
  left: 0;
  top: 2px;
  width: 11px;
  height: 11px;
  background: #009900;
}
.section-name-mini.white {
  color: #ffffff;
}
.section-name-mini.white::before {
  background: #ffffff;
}
.title {
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
}
/* Lead Paragraph */
.lead {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: 600;
}
/* Filter */
#filter {
  text-align: center;
}
#filter li {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  background: #333333;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#filter li:hover,
#filter li.selected,
#filter li:focus {
  background: #009900;
}
@media screen and (max-width: 768px) {
  #filter li {
    margin-bottom: 3px;
  }
}
/* Pagination */
.pagination.pt-40 {
  padding-top: 40px;
}
.pagination.text-center {
  text-align: center;
}
.pagination li {
  display: inline-block;
  padding: 0 2px;
  padding-bottom: 5px;
}
.pagination li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #333333;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagination li a.active,
.pagination li a:hover,
.pagination li a:focus {
  background: #009900;
}
/* Progress Bars */
.progress-bar-wrapper {
  width: 100%;
  height: 100%;
}
.progress-bar-wrapper.big .progress-bar-outer .progress-bar-inner {
  height: 35px;
}
.progress-bar-wrapper.big .progress-bar-outer .progress-bar-inner .empty-bar {
  height: 35px;
}
.progress-bar-wrapper.big .progress-bar-outer .progress-bar-inner .full-bar {
  height: 35px;
  line-height: 35px;
}
.progress-bar-wrapper.transparent .progress-bar-outer .progress-bar-inner .empty-bar {
  background: #ffffff;
  opacity: .6;
}
.progress-bar-wrapper .progress-bar-outer {
  position: relative;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner {
  position: relative;
  width: 100%;
  height: auto;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .empty-bar {
  position: relative;
  width: 100%;
  height: 28px;
  background: #cccccc;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar {
  display: block;
  width: 100%;
  position: absolute;
  height: 28px;
  left: 0;
  top: 0;
  line-height: 28px;
  background: #009900;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-10 {
  width: 10%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-20 {
  width: 20%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-30 {
  width: 30%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-40 {
  width: 40%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-50 {
  width: 50%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-60 {
  width: 60%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-70 {
  width: 70%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-80 {
  width: 80%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-90 {
  width: 90%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .full-bar.p-100 {
  width: 100%;
}
.progress-bar-wrapper .progress-bar-outer .progress-bar-inner .procent {
  position: absolute;
  right: 0;
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  padding-right: 15px;
  opacity: .9;
}
/* Accordion */
.accordion {
  background: #ffffff;
  margin-top: 25px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.accordion .accordion-toggle a {
  position: relative;
  display: block;
  line-height: 45;
  padding: 15px 15px 15px 45px;
  text-transform: uppercase;
  color: #333333;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}
.accordion .accordion-toggle a::before {
  font-family: "FontAwesome";
  content: '\f065';
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 14px;
  color: #cccccc;
}
.accordion .accordion-body {
  border-top: 1px solid #f2f2f2;
  padding: 25px ;
  -moz-transition: height .1s linear;
  -webkit-transition: height .1s linear;
  -ms-transition: height .1s linear;
  transition: height .1s linear;
}
.accordion .accordion-body p {
  margin-bottom: 0 !important;
}
/* Page Header */
.page-header {
  padding: 70px 0 0 0;
}
.page-header .page-name {
  position: relative;
  text-transform: uppercase;
  color: #333333;
  padding-left: 31px;
}
.page-header .page-name::before {
  position: absolute;
  content: '';
  top: 2px;
  left: 0;
  width: 21px;
  height: 21px;
  background: #009900;
}
/* Nivo Lightbox */
.nivo-lightbox-overlay {
  background: rgba(0, 0, 0, 0.91);
  z-index: 9999999;
  display: block;
}
.nivo-lightbox-overlay img,
.nivo-lightbox-overlay iframe {
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px #000000;
  -moz-box-shadow: 0px 0px 15px 0px #000000;
  box-shadow: 0px 0px 15px 0px #000000;
}
.nivo-lightbox-overlay .nivo-lightbox-nav {
  top: 25%;
}
.nivo-lightbox-overlay .nivo-lightbox-prev,
.nivo-lightbox-overlay .nivo-lightbox-next {
  height: 50%;
  width: 10%;
}
.nivo-lightbox-overlay .nivo-lightbox-prev {
  padding-left: 20px;
  background: url(../img/lightbox-arrow-left.png) center center no-repeat;
}
.nivo-lightbox-overlay .nivo-lightbox-next {
  padding-right: 20px;
  background: url(../img/lightbox-arrow-right.png) center center no-repeat;
}
.nivo-lightbox-overlay .nivo-lightbox-close {
  background: url(../img/lightbox-close.png) center center no-repeat;
  width: 65px;
  height: 65px;
}
.nivo-lightbox-overlay .nivo-lightbox-prev,
.nivo-lightbox-overlay .nivo-lightbox-next,
.nivo-lightbox-overlay .nivo-lightbox-close {
  opacity: .6;
  font-size: 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nivo-lightbox-overlay .nivo-lightbox-prev:hover,
.nivo-lightbox-overlay .nivo-lightbox-next:hover,
.nivo-lightbox-overlay .nivo-lightbox-close:hover {
  opacity: 1;
}
/* Photos Overlay */
.has-overlay {
  overflow: hidden;
}
.has-overlay .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  color: #009900;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.has-overlay .overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  font-size: 18px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
.has-overlay:hover .overlay,
.has-overlay:focus .overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.has-overlay:hover .overlay i,
.has-overlay:focus .overlay i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
/* Block of text */
.text-block h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
  margin-bottom: 20px;
}
.text-block ul li {
  padding-bottom: 15px;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #333333;
}
.text-block ul li::before {
  font-family: 'FontAwesome';
  content: '\f00c';
  position: absolute;
  left: 0;
  top: 0;
  color: #009900;
}
@media screen and (max-width: 991px) {
  .text-block {
    width: 100%;
    padding: 0 !important;
  }
}
/* Special Classes */
#site-content {
  margin-top: 70px;
}
#site-content.home {
  margin-top: -70px;
}
@media screen and (max-width: 767px) {
  #site-content.home {
    margin-top: 50px;
  }
}
.modal-backdrop.in {
  background: rgba(0, 0, 0, 0.91);
  opacity: 1;
}
.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-page {
  padding-top: 70px;
  padding-bottom: 100px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-40 {
  padding-bottom: 40px;
}
.no-margin {
  margin: 0 !important;
}
.relative-pos {
  position: relative;
}
.nivo-activator {
  display: block;
}
.text-left {
  text-align: left !important;
}
.color {
  color: #009900;
}
.overlay-section {
  position: relative;
  display: block;
  width: 100%;
  background: rgba(26, 26, 26, 0.5);
}
.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
/*===============================================================
1.0 - Header
===============================================================*/
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
#site-header #search-header {
  position: absolute;
  top: 80px;
  left: 100%;
  width: auto;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: left 0.15s ease;
  -moz-transition: left 0.15s ease;
  -ms-transition: left 0.15s ease;
  -o-transition: left 0.15s ease;
  transition: left 0.15s ease;
}
#site-header #search-header .field {
  height: auto;
}
#site-header #search-header .field input {
  height: 40px;
  width: 250px;
  padding: 0 15px;
}
#site-header #search-header .field button {
  position: absolute;
  right: 0;
  height: 40px;
  padding: 0 15px;
  top: 0;
  background: #009900;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
}
#site-header #search-header.open {
  left: 50%;
  margin-left: -140px;
}
#site-header.scroll .nav-wrapper .site-branding {
  top: 3px;
}
#site-header.scroll .nav-wrapper #site-navigation {
  padding-top: 11px;
}
#site-header.scroll .nav-wrapper #site-navigation ul li {
  padding-bottom: 9px;
}
#site-header.scroll .nav-wrapper #site-navigation ul li .sub-menu {
  top: 39px;
}
#site-header.scroll .nav-wrapper #search-toggle,
#site-header.scroll .nav-wrapper #nav-toggle {
  top: 10px;
}
#site-header.full-width {
  background: #009900;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
}
#site-header.full-width .nav-wrapper {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#site-header .nav-wrapper {
  position: relative;
  background: #009900;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
}
#site-header .nav-wrapper .site-branding {
  position: relative;
  top: 13px;
}
#site-header .nav-wrapper .site-branding a {
  color: #ffffff;
  font-family: 'Lobster';
  font-size: 30px;
}
#site-header .nav-wrapper #site-navigation {
  padding-top: 21px;
}
#site-header .nav-wrapper #site-navigation ul {
  float: right;
  padding-right: 25px;
}
#site-header .nav-wrapper #site-navigation ul li {
  display: inline-block;
  padding: 0 10px;
  padding-bottom: 19px;
  position: relative;
}
#site-header .nav-wrapper #site-navigation ul li a {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 6px;
}
#site-header .nav-wrapper #site-navigation ul li a::before {
  position: absolute;
  content: '';
  display: block;
  top: 9px;
  bottom: 0;
  left: -7px;
  width: 10px;
  height: 0px;
  background: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#site-header .nav-wrapper #site-navigation ul li a:hover::before,
#site-header .nav-wrapper #site-navigation ul li a:focus::before {
  height: 10px;
}
#site-header .nav-wrapper #site-navigation ul li.active a::before {
  height: 10px;
}
#site-header .nav-wrapper #site-navigation ul li .sub-menu {
  display: none;
  position: absolute;
  width: 200px;
  left: -50%;
  top: 49px;
  padding: 0;
  background: #ff263a;
}
#site-header .nav-wrapper #site-navigation ul li .sub-menu li {
  padding: 0;
  display: block;
}
#site-header .nav-wrapper #site-navigation ul li .sub-menu li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#site-header .nav-wrapper #site-navigation ul li .sub-menu li a::before {
  display: none;
}
#site-header .nav-wrapper #site-navigation ul li .sub-menu li a:hover,
#site-header .nav-wrapper #site-navigation ul li .sub-menu li a:focus {
  padding-left: 15px;
}
#site-header .nav-wrapper #site-navigation ul li:hover .sub-menu {
  display: block;
}
#site-header .nav-wrapper #search-toggle,
#site-header .nav-wrapper #nav-toggle {
  position: absolute;
  top: 20px;
  right: 9px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
#site-header .nav-wrapper #search-toggle.toggled::before,
#site-header .nav-wrapper #nav-toggle.toggled::before {
  content: '\f00d';
}
#site-header .nav-wrapper #nav-toggle {
  right: 50px;
  display: none;
}
@media screen and (max-width: 1020px) {
  #site-header .nav-wrapper {
    padding: 4px 15px;
  }
  #site-header .nav-wrapper .site-branding {
    top: 0px !important;
  }
  #site-header .nav-wrapper #site-navigation {
    position: absolute;
    padding: 0;
    top: 45px;
    right: 0;
    width: 240px;
    background: #ff172c;
    display: none;
  }
  #site-header .nav-wrapper #site-navigation.open {
    display: block;
  }
  #site-header .nav-wrapper #site-navigation ul {
    float: none;
    padding: 0;
  }
  #site-header .nav-wrapper #site-navigation ul li {
    display: block;
    padding: 0;
    margin: 0;
  }
  #site-header .nav-wrapper #site-navigation ul li a {
    padding: 10px 15px 10px 27px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #site-header .nav-wrapper #site-navigation ul li a::before {
    left: 15px;
    top: 14px;
  }
  #site-header .nav-wrapper #site-navigation ul li .sub-menu {
    position: static;
    width: 240px;
  }
  #site-header .nav-wrapper #site-navigation ul li .sub-menu li a {
    padding-left: 35px;
  }
  #site-header .nav-wrapper #site-navigation ul li .sub-menu li a:hover,
  #site-header .nav-wrapper #site-navigation ul li .sub-menu li a:focus {
    padding-left: 40px;
  }
  #site-header .nav-wrapper #search-toggle,
  #site-header .nav-wrapper #nav-toggle {
    display: block;
    top: 12px !important;
  }
}
/*===============================================================
2.0 - Slider
===============================================================*/
#main-slider .big-caption {
  font-size: 35px !important;
  line-height: 44px;
  padding-left: 42px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  position: relative;
}
#main-slider .big-caption::before {
  position: absolute;
  content: '';
  width: 33px;
  height: 33px;
  background: #009900;
  left: 0;
  top: 3px;
}
#main-slider .small-caption {
  font-size: 22px ;
  line-height: 24px ;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}
#main-slider .btn-special {
  padding: 0 15px 0 50px;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #main-slider .small-caption {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  #main-slider .big-caption {
    font-size: 34px;
    padding: 0;
  }
  #main-slider .big-caption::before {
    display: none;
  }
  #main-slider .small-caption {
    margin-top: -5px;
    font-size: 16px ;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  #main-slider .big-caption,
  #main-slider .small-caption,
  #main-slider .btn-special {
    margin-left: -25px;
  }
  #main-slider .big-caption {
    font-size: 28px;
  }
  #main-slider .small-caption {
    font-size: 14px;
    margin-top: 15px;
  }
  #main-slider .btn-special {
    margin-top: 45px;
  }
}
@media screen and (max-width: 650px) {
  #main-slider .big-caption {
    font-size: 18px;
  }
  #main-slider .small-caption {
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
  }
}
/*===============================================================
3.0 - Urgent Cause
===============================================================*/
.urgent-cause-home-wrapper {
  position: relative;
  z-index: 899;
  margin-top: -130px;
}
.urgent-cause-home-wrapper .urgent-cause-wrapper {
  background: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.urgent-cause-home-wrapper img {
  margin: 25px 0 30px;
}
.urgent-cause-home-wrapper h2 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
}
.urgent-cause-home-wrapper p {
  margin-bottom: 35px;
}
.urgent-cause-home-wrapper footer .founds {
  padding: 0;
}
.urgent-cause-home-wrapper footer .progress-bar-wrapper {
  width: 80%;
  float: left;
  margin-top: 12px;
}
.urgent-cause-home-wrapper footer .btn-normal {
  float: right;
}
@media screen and (max-width: 991px) {
  .urgent-cause-home-wrapper footer .progress-bar-wrapper {
    width: 78%;
  }
}
@media screen and (max-width: 768px) {
  .urgent-cause-home-wrapper footer .progress-bar-wrapper {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .urgent-cause-home-wrapper footer .btn-normal {
    float: none;
  }
}
@media screen and (max-width: 991px) {
  .urgent-cause-home-wrapper {
    margin-top: -90px;
  }
}
@media screen and (max-width: 768px) {
  .urgent-cause-home-wrapper {
    margin-top: 0;
    padding-top: 75px;
  }
}
/*===============================================================
4.0 - Causes
===============================================================*/
.founds {
  padding: 15px 0 15px;
}
.founds h5,
.founds h4 {
  display: inline-block;
  padding-right: 8px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #999999;
}
.founds h5 span,
.founds h4 span {
  color: #009900;
}
.cause.grid {
  padding: 10px 10px 30px 10px;
  background: #ffffff;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cause.grid .founds {
  padding: 35px 0 25px;
}
.cause.grid .progress-bar-wrapper {
  margin-top: -28px;
  margin-bottom: 0;
}
.cause.grid .progress-bar-wrapper .progress-bar-inner .empty-bar {
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 991px) {
  .cause.list .img-wrapper {
    margin-bottom: 30px;
  }
}
.cause.list,
.cause.list-big {
  margin-bottom: 70px;
}
.cause.list-big .founds {
  padding: 0 0 20px;
}
.cause.list-big .progress-bar-wrapper {
  margin-top: -35px;
  margin-bottom: 0;
}
.cause.list-big p {
  margin-top: 20px;
}
.cause.list-big .title {
  font-size: 20px;
}
.cause .img-wrapper {
  overflow: hidden;
  position: relative;
}
.cause .img-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cause .progress-bar-wrapper {
  margin-bottom: 25px;
}
.cause .title {
  text-transform: uppercase;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cause .title a {
  color: inherit;
}
.cause .title:hover,
.cause .title:focus {
  color: #009900;
}
.cause .btn-normal {
  margin-top: 25px;
}
.cause:hover.grid,
.cause:focus.grid {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.cause:hover .img-wrapper .overlay,
.cause:focus .img-wrapper .overlay {
  box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
}
.cause.single .title {
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 15px;
}
.cause.single p {
  margin-bottom: 30px;
}
.cause.single #cause-slider .tp-tabs {
  padding-left: 10px !important;
}
.cause.single .founding {
  padding: 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.cause.single .founding .founds {
  padding: 0;
  padding-bottom: 5px;
}
.cause.single .founding .progress-bar-wrapper {
  width: 85%;
  float: left;
  margin-bottom: 0;
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  .cause.single .founding .progress-bar-wrapper {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .cause.single .founding .progress-bar-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cause.single .founding button {
  float: right;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .cause.single .founding button {
    float: none;
  }
}
#cause-donation-modal {
  padding: 5% 0;
}
@media screen and (min-width: 991px) {
  #cause-donation-modal .container {
    width: 1000px;
  }
}
#cause-donation-modal .modal-dialog {
  background: none;
}
#cause-donation-modal .title {
  background: #009900;
  text-transform: uppercase;
  color: #ffffff;
  padding: 25px 30px;
}
#cause-donation-modal .donation-form-wrapper .nav {
  background: #ffffff;
  display: block;
  width: 100%;
  padding: 0 30px;
  background: #e6e6e6;
}
#cause-donation-modal .donation-form-wrapper .nav li {
  display: block;
  float: left;
}
#cause-donation-modal .donation-form-wrapper .nav li a {
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  color: #333333;
  font-weight: 700;
  border-right: 1px solid #cccccc;
  padding: 20px 30px;
}
#cause-donation-modal .donation-form-wrapper .nav li a:hover,
#cause-donation-modal .donation-form-wrapper .nav li a:focus {
  color: #009900;
  background: #f2f2f2;
}
#cause-donation-modal .donation-form-wrapper .nav li a i {
  margin-right: 5px;
}
#cause-donation-modal .donation-form-wrapper .nav li.active a {
  color: #009900;
  background: #f2f2f2;
}
#cause-donation-modal .donation-form-wrapper .tab-content {
  background: #ffffff;
}
.similar-causes {
  padding-top: 10px;
}
.similar-causes .widget-title {
  margin: 0 !important;
}
.similar-causes .similar-cause {
  margin-top: 30px;
}
.similar-causes .similar-cause .title {
  margin-top: 15px;
  text-transform: uppercase;
  color: #333333;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.similar-causes .similar-cause .title:hover,
.similar-causes .similar-cause .title:focus {
  color: #009900;
}
.similar-causes .similar-cause .title a {
  color: inherit;
}
.similar-causes .similar-cause .btn-normal {
  margin-top: 20px;
}
/*===============================================================
5.0 - Volunteer
===============================================================*/
.volunteers-wrapper {
  background: url(/assets/photos/sorting001.jpg) center center fixed no-repeat;
  background-size: cover;
  text-align: center;
}
.volunteers-wrapper h2 {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  padding-left: 28px;
  margin-left: 28px;
}
.volunteers-wrapper h2::before {
  position: absolute;
  content: '';
  display: block;
  top: 2px;
  left: 0;
  width: 21px;
  height: 21px;
  background: #009900;
}
.volunteers-wrapper p {
  width: 55%;
  margin: 30px auto 35px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .volunteers-wrapper p {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .volunteers-wrapper h2 {
    padding: 0;
    margin: 0;
  }
  .volunteers-wrapper h2::before {
    display: none;
  }
  .volunteers-wrapper p {
    width: 100%;
  }
}
/*===============================================================
6.0 - Events
===============================================================*/
/* Events Home Wrapper */
.event-grid {
  margin-top: 30px;
}
.event-grid .img-wrapper {
  position: relative;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
.event-grid .date {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 50%;
  height: 45px;
  padding: 0 20px;
  background: #009900;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
.event-grid .title {
  text-transform: uppercase;
  color: #333333;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 24px;
}
.event-grid .title:hover,
.event-grid .title:focus {
  color: #009900;
}
.event-grid .title a {
  color: inherit;
}
.event-grid .meta {
  margin: 10px 0;
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.event-grid .meta i {
  margin-right: 10px;
  color: #009900;
}
.event-grid .btn-normal {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .event-grid .img-wrapper {
    float: none;
    padding-bottom: 25px;
    margin: 0;
  }
  .event-grid .date {
    width: 140px;
  }
}
.event-single .title {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.event-single p {
  margin-bottom: 30px;
}
.event-single .img-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.event-single .event-meta {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  width: auto;
  background: #009900;
  color: #ffffff;
  padding: 30px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
}
.event-single .event-meta h4 {
  line-height: 33px;
}
.event-single .event-meta span {
  margin-left: 5px;
}
@media screen and (max-width: 991px) {
  .event-single .event-meta {
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  .event-single .text-block {
    margin-top: 30px;
  }
}
/*===============================================================
7.0 - Forms
===============================================================*/
.home-form-wrapper {
  background: #009900;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
  padding: 60px 40px;
}
.home-form-wrapper .home-form .field {
  margin-top: 35px;
}
.home-form-wrapper .home-form .field h5 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.home-form-wrapper .home-form .field input,
.home-form-wrapper .home-form .field select,
.home-form-wrapper .home-form .field textarea {
  width: 100%;
  height: 45px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  padding: 0 15px;
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
.home-form-wrapper .home-form .field input:hover,
.home-form-wrapper .home-form .field select:hover,
.home-form-wrapper .home-form .field textarea:hover {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.6);
}
.home-form-wrapper .home-form .field input:focus,
.home-form-wrapper .home-form .field select:focus,
.home-form-wrapper .home-form .field textarea:focus {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}
.home-form-wrapper .home-form .field textarea {
  padding-top: 10px;
  height: 100px;
}
.general-form {
  background: #f2f2f2;
  padding: 30px;
}
.general-form .field-group.left {
  padding-left: 0;
}
.general-form .field-group.right {
  padding-right: 0;
}
.general-form .field {
  margin-bottom: 30px;
}
.general-form .field:last-child {
  margin-bottom: 0;
}
.general-form .field h5 {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #333333;
}
.general-form .field h5 span {
  color: #009900;
}
.general-form .field.donation-special input[type="radio"] {
  display: none;
}
.general-form .field.donation-special label {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 5px;
  background: #333333;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 5px;
}
.general-form .field.donation-special input:checked + label {
  background: #009900;
}
.general-form .field input[type="text"],
.general-form .field input[type="number"],
.general-form .field textarea,
.general-form .field select {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.general-form .field input[type="text"]:hover,
.general-form .field input[type="number"]:hover,
.general-form .field textarea:hover,
.general-form .field select:hover {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.general-form .field input[type="text"]:focus,
.general-form .field input[type="number"]:focus,
.general-form .field textarea:focus,
.general-form .field select:focus {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}
.general-form .field textarea {
  padding-top: 10px;
  height: 120px;
}
/*===============================================================
8.0 - Quick Donation
===============================================================*/
.quick-donation-wrapper {
  background: url(http://placehold.it/1920x1200) center center fixed no-repeat;
  background-size: cover;
}
/*===============================================================
9.0 - Services
===============================================================*/
.service-style-one {
  padding: 10px 10px 30px 10px;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.service-style-one .img-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.service-style-one .img-wrapper .icon {
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -35px;
  background: #009900;
  color: #ffffff;
  font-size: 24px;
  line-height: 83px;
  width: 70px;
  height: 75px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
  -webkit-transition: top 0.08s ease-in-out;
  -moz-transition: top 0.08s ease-in-out;
  -ms-transition: top 0.08s ease-in-out;
  -o-transition: top 0.08s ease-in-out;
  transition: top 0.08s ease-in-out;
}
.service-style-one .title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.service-style-one:hover .img-wrapper .icon,
.service-style-one:focus .img-wrapper .icon {
  top: 0;
}
@media screen and (max-width: 991px) {
  .service-style-one {
    margin-bottom: 30px;
  }
}
.service-style-two {
  text-align: center;
}
.service-style-two .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: #009900;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  line-height: 70px;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
}
.service-style-two .icon i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.service-style-two .title,
.service-style-two p {
  color: #ffffff !important;
}
.service-style-two .title {
  text-transform: uppercase;
  font-weight: 700;
  padding: 30px 0 25px;
}
.service-style-two:hover .icon i,
.service-style-two:focus .icon i {
  -webkit-animation: pulse 0.8s ease infinite;
  -moz-animation: pulse 0.8s ease infinite;
  -o-animation: pulse 0.8s ease infinite;
  animation: pulse 0.8s ease infinite;
}
@media screen and (max-width: 991px) {
  .service-style-two {
    margin-top: 45px;
  }
  .service-style-two p {
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .service-style-two p {
    width: 100%;
  }
}
.services-wrapper-parallax {
  background: url(http://placehold.it/1920x1200) center top fixed no-repeat;
  background-size: cover;
}
.services-wrapper-parallax .section {
  padding-top: 60px;
}
/*===============================================================
10.0 - Fun Facts
===============================================================*/
.fun-facts-wrapper {
  background: url(http://placehold.it/1920x1200) center center fixed no-repeat;
  background-size: cover;
  text-align: center;
}
.fun-facts-wrapper .container {
  padding: 40px 15px 80px;
}
.fun-facts-wrapper .counter-wrapper {
  margin-top: 40px;
}
.fun-facts-wrapper .counter {
  position: relative;
  font-size: 28px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 700;
}
.fun-facts-wrapper .title {
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  line-height: 40px;
  font-size: 20px;
}
/*===============================================================
11.0 - Blog
===============================================================*/
/* Blog Post */
.blog-post.grid {
  padding: 10px 10px 30px 10px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .blog-post.grid .meta {
    padding: 10px 0 10px 90px;
    height: auto;
    line-height: 20px;
  }
}
.blog-post.list {
  margin-bottom: 60px;
}
.blog-post.list:last-child {
  margin-bottom: 0;
}
.blog-post.list .meta {
  margin-bottom: 40px;
}
.blog-post.list p {
  margin-bottom: 20px;
}
.blog-post.single-post {
  margin-bottom: 0;
}
.blog-post.single-post .title {
  font-size: 20px;
  line-height: 20px;
}
.blog-post .meta {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  padding-left: 90px;
  line-height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  background: #009900;
}
.blog-post .meta.big {
  padding-left: 110px;
  height: 45px;
  line-height: 45px;
}
.blog-post .meta.big .auth-img {
  top: -22px;
}
.blog-post .meta .auth-img {
  position: absolute;
  top: -12px;
  left: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blog-post .meta span {
  padding-right: 10px;
}
.blog-post .meta span i {
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .blog-post .meta {
    height: auto;
    line-height: 25px;
    padding-left: 25px ;
  }
  .blog-post .meta img {
    display: none;
  }
  .blog-post .meta span {
    display: block;
  }
}
.blog-post .title {
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #333333;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.blog-post .title:hover,
.blog-post .title:focus {
  color: #009900;
}
.blog-post .title a {
  color: inherit;
}
.blog-post p {
  margin-bottom: 15px;
}
.blog-post blockquote {
  position: relative;
  background: #f2f2f2;
  border-left: 2px solid #009900;
  padding: 40px 85px;
  margin-bottom: 20px;
}
.blog-post blockquote i {
  position: absolute;
  left: 40px;
  top: 45px;
  color: #009900;
  font-size: 24px;
}
.blog-post blockquote p {
  font-style: italic;
  color: #4d4d4d;
}
.blog-post blockquote h5 {
  text-transform: uppercase;
  color: #333333;
}
.blog-post .post-gallery {
  margin-bottom: 15px;
}
.blog-post .post-gallery .gallery-item {
  display: block;
  width: 49%;
  float: left;
  margin-right: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .blog-post .post-gallery .gallery-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.blog-post .post-footer {
  padding-top: 30px;
}
.blog-post .post-footer .tags-widget h5 {
  display: inline-block;
  text-transform: uppercase;
  padding-right: 5px;
  color: #333333;
}
.blog-post .post-footer .tags-widget .tags-list {
  display: inline-block;
}
.blog-post .post-footer .tags-widget .tags-list li a {
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  padding: 0 10px;
}
.blog-post .post-footer .post-pagination {
  margin-top: 45px;
  border-top: 1px solid #ebebeb;
  padding: 25px 0 0;
}
.blog-post .post-footer .post-pagination a {
  display: inline-block;
  height: 35px;
  padding: 0 10px;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  background: #333333;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.blog-post .post-footer .post-pagination a i {
  margin-right: 8px;
}
.blog-post .post-footer .post-pagination a.left {
  float: left;
}
.blog-post .post-footer .post-pagination a.right {
  float: right;
}
.blog-post .post-footer .post-pagination a:hover,
.blog-post .post-footer .post-pagination a:focus {
  background: #009900;
}
@media screen and (max-width: 768px) {
  .blog-post .post-footer .post-pagination a {
    height: auto;
    float: none !important;
    margin-bottom: 15px;
  }
}
/* Author Info */
.author-info {
  display: block;
  position: relative;
  margin-top: 60px;
  background: #f2f2f2;
  padding: 20px 20px 20px 160px;
}
.author-info #author-img {
  padding-right: 45px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.author-info #post-author-details .author-name {
  float: left;
}
.author-info #post-author-details .authors-social {
  float: right;
}
.author-info #post-author-details .authors-social .social-networks li {
  display: inline-block;
  margin-left: 6px;
}
.author-info #post-author-details .authors-social .social-networks li a {
  color: #333333;
  padding: 3px 5px;
  font-size: 16px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.author-info #post-author-details .authors-social .social-networks li a:hover,
.author-info #post-author-details .authors-social .social-networks li a:focus {
  color: #009900;
}
.author-info .authors-bio {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .author-info #post-author-details .author-name {
    float: none;
  }
  .author-info #post-author-details .authors-social {
    float: none;
    margin-left: -10px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 550px) {
  .author-info {
    padding-left: 20px;
    padding-top: 160px;
  }
}
/* Comments */
.comments,
.comment-form {
  padding-top: 60px;
}
.comments .title,
.comment-form .title {
  position: relative;
  text-transform: uppercase;
  color: #333333;
  padding-left: 15px;
}
.comments .title::before,
.comment-form .title::before {
  position: absolute;
  content: '';
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  background: #009900;
}
.comments .comments-list .comment {
  padding-top: 30px;
}
.comments .comments-list .comment .comment-body {
  position: relative;
  background: #fafafa;
  padding: 20px 20px 20px 140px;
}
.comments .comments-list .comment .comment-body .comment-author {
  float: left;
  text-transform: uppercase;
}
.comments .comments-list .comment .comment-body .comment-author img {
  position: absolute;
  left: 20px;
  top: 20px;
}
.comments .comments-list .comment .comment-body .comment-metadata {
  display: inline-block;
  margin-left: 50px;
  position: relative;
  text-transform: uppercase;
  color: #999999;
  font-family: 'Lato', sans-serif;
}
.comments .comments-list .comment .comment-body .comment-metadata::before {
  position: absolute;
  left: -35px;
  top: 50%;
  margin-top: -1px;
  display: block;
  width: 20px;
  height: 1px;
  content: '';
  background: #009900;
}
.comments .comments-list .comment .comment-body p {
  padding-top: 10px;
}
.comments .comments-list .comment .comment-body a {
  display: inline-block;
  margin-top: 10px;
}
.comments .comments-list .comment .children .comment {
  margin-left: 20px;
  padding: 20px;
}
.comments .comments-list .comment .children .comment .comment-body {
  background: #f2f2f2;
}
@media screen and (max-width: 550px) {
  .comments .comments-list .comment .comment-body {
    padding-top: 140px;
    padding-left: 20px;
  }
}
.comment-form .general-form {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .sidebar {
    padding-top: 80px;
  }
}
/*===============================================================
12.0 - Contact
===============================================================*/
.contact-wrapper {
  background: url(/assets/photos/sorting002.jpg) center center fixed no-repeat;
  background-size: cover;
}
.contact-page-wrapper .general-form {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .contact-info-wrapper {
    margin-bottom: 40px;
  }
}
.contact-info {
  text-align: center;
  padding: 22px 0;
}
.contact-info:last-child {
  border-bottom: 0;
}
.contact-info i {
  font-size: 22px;
  line-height: 22px;
  color: #009900;
}
.contact-info .title {
  margin: 20px 0;
}
.contact-info span {
  display: block;
  font-size: 14px;
  line-height: 26px;
  margin-top: 15px;
  color: #666666;
  width: 50%;
  margin: 0 auto 0;
}
/*===============================================================
13.0 - Widgets
===============================================================*/
/* Predifined Widget Option*/
.widget {
  margin-top: 60px;
}
.widget .widget-title {
  position: relative;
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
  padding-left: 18px;
  margin-bottom: 40px;
}
.widget .widget-title.white {
  color: #ffffff;
}
.widget .widget-title::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background: #009900;
}
/* About Widget */
.about-widget p {
  color: #cccccc;
  margin-bottom: 18px;
}
/* Quick links widget */
.quick-links-widget .links-set {
  display: block;
  float: left;
  width: 50%;
}
.quick-links-widget .links-set:first-child {
  padding-right: 10px;
}
.quick-links-widget .links-set:last-child {
  padding-left: 10px;
}
.quick-links-widget a {
  position: relative;
  display: block;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #cccccc;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.quick-links-widget a::after {
  position: absolute;
  top: 10px;
  left: 0;
  font-family: 'FontAwesome';
  content: '\f105';
  display: inline-block;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  -ms-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}
.quick-links-widget a:hover,
.quick-links-widget a:focus {
  color: #009900;
  padding-left: 25px;
}
.quick-links-widget a:hover::after,
.quick-links-widget a:focus::after {
  content: '\f101';
  left: 10px;
}
/* Newsletter Widget */
.newsletter-widget {
  padding-bottom: 55px;
}
.newsletter-widget p {
  color: #cccccc;
  margin-bottom: 30px;
}
.newsletter-widget #mc_embed_signup .mc-field-group {
  display: block;
  position: relative;
}
.newsletter-widget #mc_embed_signup .mc-field-group input#mce-EMAIL {
  display: block;
  float: left;
  width: 65%;
  height: 50px;
  font-family: 'Lato', sans-serif;
  color: #333333;
  border: none;
  padding: 0 10px;
}
.newsletter-widget #mc_embed_signup .mc-field-group input#mce-EMAIL::-webkit-input-placeholder {
  color: #cccccc;
}
.newsletter-widget #mc_embed_signup .mc-field-group input#mce-EMAIL :-moz-placeholder {
  color: #cccccc;
}
.newsletter-widget #mc_embed_signup .mc-field-group input#mce-EMAIL ::-moz-placeholder {
  color: #cccccc;
}
.newsletter-widget #mc_embed_signup .mc-field-group input#mce-EMAIL :-ms-input-placeholder {
  color: #cccccc;
}
.newsletter-widget #mc_embed_signup .mc-field-group .button-wrap {
  display: block;
  float: left;
  width: 35%;
  height: 50px;
}
.newsletter-widget #mc_embed_signup .mc-field-group .button-wrap button {
  display: block;
  width: 100%;
  height: 100%;
  background: #009900;
  font-size: 16px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.newsletter-widget #mc_embed_signup div.mce_inline_error {
  font-weight: bold;
  position: absolute;
  top: 70px;
  left: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  display: inline-block;
  color: #ffffff;
  margin-top: 5px;
  background: rgba(26, 26, 26, 0.9);
}
/* Instagram Widget */
.insta-widget #footer-insta li {
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  width: 117px;
  height: 70px;
}
/* Twitter Widget */
.twitter-widget #twitter-feed li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
}
.twitter-widget #twitter-feed li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.twitter-widget #twitter-feed li i {
  position: absolute;
  left: 0;
  top: 6px;
  width: 25px;
  height: 25px;
  text-align: center;
  background: #009900;
  color: #ffffff;
  line-height: 25px;
}
.twitter-widget #twitter-feed li .tweet {
  color: #cccccc;
  margin-bottom: 10px;
}
.twitter-widget #twitter-feed li .tweet a {
  color: #009900;
}
.twitter-widget #twitter-feed li .timePosted a {
  color: #999999;
}
/* Search Widget */
.search-widget form .field {
  width: 100%;
}
.search-widget form .field input {
  width: 100%;
  height: 45px;
  padding-right: 50px;
  padding-left: 15px;
  background: #f2f2f2;
  color: #333333;
}
.search-widget form .field button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #009900;
  color: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
}
/* Categories */
.categories-widget .cat-list li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.categories-widget .cat-list li a:hover,
.categories-widget .cat-list li a:focus {
  color: #009900;
  padding-left: 15px;
}
.categories-widget .cat-list li a span {
  float: right;
}
/* Tags */
.tags-list li {
  display: inline-block;
  margin-bottom: 4px;
}
.tags-list li a {
  display: block;
  height: 40px;
  padding: 0 10px;
  background: #333333;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tags-list li a:hover,
.tags-list li a:focus {
  background: #009900;
}
/* Recent Posts */
.recent-posts-widget .recent-post {
  position: relative;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.recent-posts-widget .recent-post img {
  float: left;
  margin-right: 15px;
}
.recent-posts-widget .recent-post .title {
  margin-top: -5px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.recent-posts-widget .recent-post .title:hover,
.recent-posts-widget .recent-post .title:focus {
  color: #009900;
}
.recent-posts-widget .recent-post .title a {
  color: inherit;
}
.recent-posts-widget .recent-post .date {
  color: #333333;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
.recent-posts-widget .recent-post .date i {
  color: #009900;
  margin-right: 5px;
}
/* Social Networks */
.social-widget .social-networks li {
  display: inline-block;
}
.social-widget .social-networks li a {
  display: block;
  height: 35px;
  width: 35px;
  background: #333333;
  color: #ffffff;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social-widget .social-networks li a:hover,
.social-widget .social-networks li a:focus {
  background: #009900;
}
@media screen and (max-width: 1200px) {
  .social-widget .social-networks li {
    margin-bottom: 5px;
  }
}
/* Top Donors */
.top-donors-widget .donor {
  position: relative;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  padding-left: 90px;
}
.top-donors-widget img {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
}
.top-donors-widget .amount {
  text-transform: uppercase;
  color: #009900;
  margin-bottom: 10px;
  font-weight: 700;
}
.top-donors-widget .donor-name,
.top-donors-widget .time {
  text-transform: uppercase;
}
.top-donors-widget .time {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #808080;
  margin-top: 8px;
}
.top-donors-widget p {
  margin-top: 10px;
}
/* Recent Donors */
.recent-donors-widget .recent-donors-list .recent-donor {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.recent-donors-widget .recent-donors-list .recent-donor:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.recent-donors-widget .recent-donors-list .recent-donor img {
  float: left;
  margin-right: 15px;
}
.recent-donors-widget .recent-donors-list .recent-donor .name,
.recent-donors-widget .recent-donors-list .recent-donor .amount {
  display: inline-block;
}
.recent-donors-widget .recent-donors-list .recent-donor .name {
  text-transform: uppercase;
  color: #009900;
  font-weight: 700;
}
.recent-donors-widget .recent-donors-list .recent-donor .for {
  padding-top: 10px;
  font-weight: 400;
  color: #000;
  font-family: 'Lato', sans-serif;
}
.recent-donors-widget .recent-donors-list .recent-donor .for span {
  margin-right: 8px;
  color: #999999;
}
.recent-donors-widget .recent-donors-list .recent-donor .amount {
  font-weight: 700;
  float: right;
  color: #009900;
}
/*===============================================================
14.0 - About
===============================================================*/
/* General About Page */
.about-page-wrapper .info-wrapper .title,
.about-page-wrapper .team-wrapper .title {
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 20px;
}
.about-page-wrapper .info-wrapper img.img-about,
.about-page-wrapper .team-wrapper img.img-about {
  margin-bottom: 30px;
}
.about-page-wrapper .info-wrapper p,
.about-page-wrapper .team-wrapper p {
  margin-bottom: 30px;
}
/* Team */
.team-member .img-wrapper {
  position: relative;
  overflow: hidden;
}
.team-member .img-wrapper .function {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  background: #009900;
  padding: 15px ;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
}
.team-member .name {
  margin: 20px 0 20px;
  text-transform: uppercase;
  color: #333333;
}
.team-member .social-networks {
  margin-left: -10px;
  margin-bottom: 15px;
}
.team-member .social-networks li {
  display: inline-block;
}
.team-member .social-networks li a {
  padding: 0 10px;
  color: #333333;
  font-size: 14px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.team-member .social-networks li a:hover,
.team-member .social-networks li a:focus {
  color: #009900;
}
.team-member p {
  margin: 0;
}
/*===============================================================
15.0 - Footer
===============================================================*/
#colophon {
  background: #111112;
}
#colophon .footer-section {
  padding: 80px 15px ;
}
#colophon .footer-bar {
  background: #0c0c0d;
  padding: 10px 0;
  text-align: left;
}
#colophon .footer-bar p {
  color: #cccccc;
}
#colophon .footer-bar a {
  color: #009900;
}
/*===============================================================
x.x - Less - Special Clasess
===============================================================*/
/* Animations */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.social-networks li a[href*="facebook."]:before {
  content: '\f09a';
}
.social-networks li a[href*="twitter."]:before {
  content: '\f099';
}
.social-networks li a[href*="soundcloud."]:before {
  content: '\f1be';
}
.social-networks li a[href*="instagram."]:before {
  content: '\f16d';
}
.social-networks li a[href*="twitch."]:before {
  content: '\f1e8';
}
.social-networks li a[href*="youtube."]:before {
  content: '\f16a';
}
.social-networks li a[href*="vimeo."]:before {
  content: '\f27d';
}
.social-networks li a[href*="odnoklassniki."]:before {
  content: '\f263';
}
.social-networks li a[href*="pinterest."]:before {
  content: '\f0d2';
}
.social-networks li a[href*="linkedin."]:before {
  content: '\f0e1';
}
.social-networks li a[href*="behance."]:before {
  content: '\f1b4';
}
.social-networks li a[href*="amazon."]:before {
  content: '\f270';
}
.social-networks li a[href*="apple."]:before {
  content: '\f179';
}
.social-networks li a[href*="google."]:before {
  content: '\f1a0';
}
.social-networks li a[href*="spotify."]:before {
  content: '\f1bc';
}
.social-networks li a[href*="tumblr."]:before {
  content: '\f173';
}

.caption_background {
	background: #333333;
	border: 0px solid #333333;
	opacity: 0.95 !important;
	width: auto !important;
	padding: 10px;
}

.error{
	color:#fff;
}
