/*  Import Less Mixins */
/* Color Schemes */
body {
  font-family: 'Lato', sans-serif;
}
#navbar {
  text-align: center;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 9999999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
  background: #ffffff;
  border: 1px solid #ffcb00;
  overflow: hidden;
}
.pb_40 {
  padding-bottom: 40px;
}
.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 200px;
  position: fixed;
  z-index: 999999;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #ffcb00;
}
.pace.pace-inactive {
  display: none;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  /* change if the mask should have another color then white */
  z-index: 999999;
  color: #ffffff;
  /* makes sure it stays on top */
}
#preloader-note {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/bg.png);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -160px 0 0 -100px;
  /* is width and height divided by two */
}
.btn.btn-dark.btn-theme-colored.bg-btn.mt-top10 {
  margin-top: 0;
}
.upper-list {
  background-color: #000000;
  color: #ffffff;
}
.upper-list .upper-strip ul {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  float: right;
  margin-right: 60px;
}
.upper-list .upper-strip ul li {
  display: inline;
  width: auto;
  float: left;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.upper-list .upper-strip ul li i {
  color: #ffcb00;
  font-size: 18px;
  padding-right: 10px;
}
.upper-list .upper-strip ul li a {
  color: #ffffff;
  text-decoration: none;
}
.upper-list .upper-strip ul li a:hover {
  color: #ffcb00;
}
.navbar-brand {
  margin-top: -30px;
  margin-left: 0!important;
  max-width: 180px;
}
.navbar-default {
  background-color: rgba(0, 0, 0, 0.82);
  border: 0;
  border-radius: 0;
}
.navbar-default.black {
  background-color: #000000;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #ffcb00;
  background-color: transparent;
}
.navbar-default .navbar-nav > li {
  padding: 5px 0px;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav > .active a {
  color: #ffcb00;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #ffcb00;
  background-color: transparent;
}
.navbar-brand {
  padding-top: 23px;
}
.navbar-default {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.navbar-default .navbar-toggle {
  border-radius: 0;
  margin-top: 12px;
  margin-right: 15px;
  margin-bottom: 12px;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #000000;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  text-transform: uppercase;
}
.donate {
  right: 55px;
  z-index: 1001 !important;
  width: 80px;
  height: 61px;
  text-align: center;
  position: fixed;
  display: block;
  text-decoration: none !important;
  cursor: pointer;
  top: 0;
  font-size: 11px;
  background: #ffcb00;
}
.donate span {
  display: inline;
  word-break: keep-all;
  line-height: 61px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #000000;
  padding-top: 7px;
  font-weight: 800;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 22px 17px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #000000;
  background-image: none;
  border: 0;
  border-radius: 4px;
  margin-top: -13px;
}
.navbar-default .navbar-toggle {
  border-radius: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: -18px;
}
.pad0 {
  padding-right: 0;
  padding-left: 0;
}
.carousel-inner > .item {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel-caption {
  padding-bottom: 100px;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffcb00;
  border: 1px solid #ffcb00;
}
.caption-animate .item.active .carousel-caption {
  -webkit-animation-duration: 2.1;
  animation-duration: 2.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: 0.8s;
}
.caption-animate .item .carousel-caption.fadeInUp {
  opacity: 0;
}
.text-theme-font {
  font-family: 'Rock Salt', cursive;
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 0;
  color: #000000;
  line-height: 34px;
}
.shadow {
  text-shadow: 0px 0px 7px #000000;
  color: #ffffff;
}
.btn-dark.btn-theme-colored {
  color: #000000;
  background-color: #ffcb00;
  border-color: #ffcb00;
  font-weight: 800;
  border-radius: 0;
  transition: 1.3s;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-dark.btn-theme-colored:hover {
  color: #ffcb00;
  background-color: #000000;
  border-color: #ffcb00;
}
.btn.btn-dark.btn-theme-colored.bg-btn {
  padding: 10px 30px;
  margin-top: 30px;
}
.mt-top {
  margin-top: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.col-mb {
  margin-bottom: 20px;
}
.font-yellow {
  color: #ffcb00;
}
.font-white {
  color: #ffffff;
}
.font-white a {
  color: #ffffff;
  text-decoration: none;
}
.wrapper-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.mother {
  overflow: hidden;
}
.grid {
  position: relative;
  margin-bottom: 30px;
}
.effect-bubba .img-filter {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.effect-bubba:hover .img-filter {
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  filter: none;
}
.effect-bubba figcaption {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 0.8s;
  padding-top: 22px;
}
.effect-bubba figcaption h1 {
  padding-top: 30px;
  font-size: 20px;
}
.effect-bubba figcaption a {
  text-decoration: none;
  color: #ffcb00;
  text-shadow: 1px 1px #000000;
}
.effect-bubba figcaption .btn-dark.btn-theme-colored.bg-btn {
  padding: 6px 23px;
  font-size: 12px;
  margin-top: 15px;
}
.parallax-window {
  min-height: 400px;
  background: rgba(0, 0, 0, 0.8);
}
.parallax-window .wrap-inner-text {
  padding: 60px 0;
}
.bgimage {
  background: url("../images/01.jpg");
  padding: 60px 0;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bgimage .curtain {
  background: rgba(0, 0, 0, 0.8);
}
.bg_03 {
  background: url("../images/bg03.jpg");
  padding: 60px 0;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_03 .curtain {
  background: rgba(0, 0, 0, 0.8);
}
.about-details {
  padding: 30px 0;
  padding-top: 50px;
}
.about-details p {
  font-size: 20px;
  text-align: center;
}
.bg-black {
  background-color: black;
}
.future-saver {
  padding: 40px;
}
.future-saver h2 {
  margin-bottom: 30px;
}
.future-saver p {
  font-size: 20px;
}
.btn-contribute {
  bottom: 0;
}
.btn-right-pad {
  margin-right: 25px;
}
.thumb {
  position: relative;
  background: url(../images/1.jpg);
  min-height: 500px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.thumb .causes-details {
  position: absolute;
  bottom: 0;
  padding: 50px;
}
.thumb .causes-details h3 {
  margin: 15px 0;
  font-size: 24px;
}
.curtain {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.connect-us {
  text-align: center;
  display: inline-block;
  max-width: 350px;
}
.connect-us h4 {
  font-size: 21px;
  margin: 20px 0;
  font-weight: 700;
}
.social_icon {
  width: 84px;
  height: 84px;
  display: inline-block;
  padding: 10px;
}
.social_container {
  padding-top: 20px;
}
.main_description {
  text-align: center;
}
.main_description h3 {
  margin-top: 0;
}
.subscribe_form #sub_email {
  width: 30%;
  padding: 12px 10px;
  border: 1px solid #bdbdbd;
  min-width: 250px;
  margin-bottom: 10px;
}
.subscribe_form #sub_but {
  padding: 12px 30px;
  text-transform: uppercase;
  margin-top: -3px;
  border: 1px solid #ffcb00;
}
.percentCount {
  float: right;
  margin-top: 10px;
  clear: both;
  font-weight: 100;
  font-family: Arial;
  position: absolute;
  right: -50px;
  top: -15px;
  color: white;
  font-size: 18px;
}
.progressbar {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 35px;
  position: relative;
  background-color: #EEEEEE;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.bg-yellow {
  background-color: #ffcb00;
}
.bg-yellow p {
  color: #000000;
  margin: 15px 0;
}
.bg-yellow p a {
  color: #505050;
  font-weight: 800;
  text-decoration: none;
}
.bg-yellow p a:hover {
  color: #000000;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
  color: #000;
  background-color: #ffcb00;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #fffbfb;
  text-transform: uppercase;
  text-align: center;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #ffcb00;
  background-color: transparent;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #000000;
  text-decoration: none;
  background-color: #dcdcda;
}
.wrapper-container.inner-header {
  background-image: url("../images/slider02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  padding-top: 130px;
}
.wrapper-container.inner-header h2 {
  color: #ffcb00;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ffffff;
  content: "/\00a0";
}
.curtain-white {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(53, 53, 53, 0.71);
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
.breadcrumb li {
  color: #ffcb00;
}
.breadcrumb li a {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumb .active {
  color: #c5c5c5;
}
.contact-details {
  padding-top: 50px;
}
.contact-details h4 {
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: 700;
  border-bottom: 1px dotted #ffcb00;
  padding-bottom: 10px;
}
.contact-details p span {
  font-weight: 800;
}
.contact-details a {
  text-decoration: none;
}
.contact-details a:hover {
  color: #000000;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin-bottom: 15px;
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  margin-bottom: 0;
  margin-top: 0;
  margin: auto;
}
.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.text-theme-font.team {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
  margin-top: 10px;
}
.ourteam h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}
.ourteam p {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 30px;
}
ul.list {
  list-style: outside none none;
  margin-top: 13px;
  padding-left: 0;
}
ul.list.list-border.angle-double-right {
  list-style: outside none none;
  margin-top: 13px;
  padding-left: 0;
  margin-left: 0px;
}
ul.list li {
  margin: 5px 0;
  padding-left: 20px;
  line-height: 21px;
  font-size: 15px;
  margin-bottom: 10px;
}
ul.list.angle-double-right li:before {
  content: "\f101";
  font-family: fontawesome;
  font-size: 15px;
}
ul.list li:before {
  border: none;
  color: #ffcb00;
  content: "\f111";
  display: inline-block;
  font-family: fontawesome;
  font-size: 9px;
  margin-right: 10px;
  padding: 0;
  margin-left: -20px;
}
ul.list li a {
  text-decoration: none;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  color: #000000;
}
.team-intro {
  min-height: 400px;
}
.team-intro .about-team {
  padding: 20px 0;
}
.team-intro .about-team p {
  color: #ffcb00;
  margin-bottom: 10px;
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.clientimg {
  margin: auto;
  display: block;
  padding: 5px;
  background-color: transparent;
  border: 2px solid #ffcb00;
}
.noslide {
  text-align: center;
}
.noslide h2 {
  font-weight: 600;
  line-height: 34px;
  color: white;
  font-size: 28px;
}
.fa-quoteLeft {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: super;
  color: #ffcb00;
}
.fa-quoteRight {
  font-size: 20px;
  margin-left: 10px;
  vertical-align: sub;
  color: #ffcb00;
}
.border-box {
  display: inline-block;
  position: relative;
}
.border-box:before {
  display: block;
  content: '';
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 3px solid rgba(255, 203, 0, 0.5);
  margin: 10px;
}
.subtitle {
  position: relative;
  padding-bottom: 10px;
}
.subtitle h1 {
  margin-bottom: 10px!important;
  margin-top: 0px!important;
}
.subtitle:after {
  position: absolute;
  width: 50px;
  height: 3px;
  content: "";
  background: #ffcb00;
}
.pt_20 {
  padding-top: 12px;
}
.subtitle_heading {
  padding-right: 30px;
  padding-left: 30px;
}
.vc_column_inner {
  -webkit-box-shadow: 0px 9px 44px -11px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 9px 44px -11px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 45px 30px 30px 30px;
}
.event-list-container {
  display: inline-block;
  padding-bottom: 10px;
  width: 100%;
  border: 0.5px solid #ececec;
  margin-bottom: 20px;
}
.event-list-container:hover {
  box-shadow: 0px 9px 44px -11px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}
.event-list-container:hover h3 a {
  color: #000000;
}
.event-list-container .img {
  position: relative;
}
.event-list-container img {
  width: 100%;
}
.event-list-container span {
  position: absolute;
  top: 3px;
  left: 6px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding-right: 10px;
  padding-left: 10px;
}
.event-list-container h3 a {
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  max-width: 100%;
  display: block;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 800;
}
.event-list-container .shrot-description.margin-bottom-15 p {
  height: 98px;
  overflow: hidden;
  margin-bottom: 10px;
}
.event-list-container .fleft {
  font-weight: 800;
  text-decoration: none;
}
.event-list-container .fleft:hover {
  color: #000000;
}
.events_title {
  padding-bottom: 30px;
}
.text-font-color {
  color: #675200;
}
.bgblack {
  background-color: black;
}
.text-theme-colored {
  color: #FBD433 !important;
}
.list-inline {
  color: #000000;
  margin-bottom: 0;
}
.list-inline li {
  display: block;
  font-weight: 800;
}
.causes-details {
  margin-bottom: 20px;
}
.event-list-container.fundraiser-list {
  display: inline-block;
  padding-bottom: 10px;
  width: 100%;
  border: 0.5px solid #ececec;
}
.event-list-container.fundraiser-list:hover {
  box-shadow: 0px 9px 44px -11px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}
.event-list-container.fundraiser-list:hover h3 {
  color: #675200;
  font-size: 20px;
}
.event-list-container.fundraiser-list h3 {
  color: #675200;
  font-size: 20px;
  margin-top: 0;
  font-weight: 800;
}
.event-list-container.fundraiser-list p {
  line-height: 25px;
  font-size: 16px;
  color: #000000;
}
.event-list-container.fundraiser-list .donate-details {
  padding-top: 10px;
}
.barfiller {
  width: 100%;
  height: 12px;
  background: #fcfcfc;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 20px;
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}
.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
  top: 0;
  left: 0;
}
.barfiller .tipWrap {
  display: none;
}
.barfiller .tip {
  margin-top: -13px;
  width: 37px;
  font-size: 11px;
  color: #ffcb00;
  left: 0px;
  position: absolute;
  z-index: 2;
  background: #0e0e0e;
  border-radius: 25px;
  height: 37px;
  /* padding: 7px; */
  border: 2px solid #ffcb00;
  padding: 7px 6px;
}
.wrapper-container.pb_20 {
  padding-bottom: 30px;
}
.widget.dark {
  color: #ffcb00;
  text-align: center;
}
.widget.dark img {
  margin: auto;
}
.widget.dark p {
  color: #ffffff;
}
.widget.dark p a {
  color: #ffffff;
  text-decoration: none;
}
.widget.dark p a:hover {
  color: #ffcb00;
}
.widget.dark li a {
  color: #ffffff;
}
.widget.dark li a:hover {
  color: #ffcb00;
}
.widget.dark li:hover {
  color: #ffcb00;
}
.pb-20 {
  padding: 40px 0;
}
.list-widget {
  list-style: none;
  padding-left: 0;
}
.list-widget li {
  margin-bottom: 10px;
}
.list-widget li a {
  text-decoration: none;
}
.social-icons {
  padding-left: 0px;
}
.social-icons li {
  text-decoration: none;
  display: inline-block;
  padding: 10px 4px 0 0;
}
.social-icons li a {
  display: block;
  font-size: 18px;
  height: 20px;
  line-height: 36px;
  width: 20px;
}
.social-icons li .fa {
  padding: 0 13px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-default > .panel-heading {
  color: #000000;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.tc-section .section-white {
  background-color: #ffffff;
  padding: 15px 0px;
}
ul {
  list-style-type: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
.footer {
  background-color: #000000 !important;
}
.sc_donate p {
  font-size: 15px;
}
.sc_donate p a {
  color: #6b6a6a;
  text-decoration: none;
}
.sc_donate p a:hover {
  color: #000000;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.categories .list.list-border.angle-double-right {
  margin: 0;
}
.categories .list.list-border.angle-double-right li {
  border-bottom: 1px dashed #d3d3d3;
  padding-bottom: 10px;
  margin-top: 10px;
}
.donate-text-color a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}
.img-fullwidth {
  width: 100%;
  margin-bottom: 10px;
}
.black-dotted {
  border-style: dashed;
  color: black;
  border: 1px dashed;
}
.causes.border-left {
  border-left: 1px solid #dcdcdc;
  padding: 15px !important;
  margin-top: 15px !important;
}
.btn-dark.btn-theme-colored.bg-btn.mt-top.details {
  padding: 6px 13px;
  font-size: 14px;
  margin-top: 25px;
}
.pr-0 {
  color: #525252;
  padding-top: 12px;
}
.mr-15 {
  margin-right: 15px !important;
}
.btn.btn-dark.btn-theme-colored.mt-top0 {
  margin-top: 0;
  margin-right: 5px;
}
.donors_list .btn.btn-dark.btn-theme-colored.bg-btn {
  width: 100%;
  font-size: 20px;
}
.ourteam .donorsdiv h4 {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  width: 100%;
  float: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #5d5d5d;
  color: #646464;
}
.ourteam .donorsdiv p {
  margin-bottom: 0;
}
.about_donation {
  padding-left: 19px;
}
.about_donation li {
  list-style: disc;
  padding: 6px 0;
  font-size: 16px;
}
.bggray {
  background-color: rgba(227, 227, 227, 0.58);
}
.mb_15 {
  margin-bottom: 15px!important;
}
.date-article {
  padding-bottom: 20px;
}
.testimonials {
  background: #fbfbfb;
  padding: 20px;
  border-bottom: 2px solid #ffcb00;
}
.testimonials .media-body {
  padding: 0 12px;
}
.testimonials .media-body .media-heading {
  font-weight: 600;
}
.testimonials .media-body p {
  line-height: 23px;
  font-size: 15px;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .navbar-brand {
    padding-top: 23px;
    max-width: 205px;
  }
  .effect-bubba .img-filter {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }
  .effect-bubba:hover .img-filter {
    -webkit-filter: none;
    /* Safari 6.0 - 9.0 */
    filter: none;
  }
  .effect-bubba figcaption {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: 0.8s;
    padding-top: 80px;
  }
  .effect-bubba figcaption h1 {
    padding-top: 15px;
    font-size: 35px;
  }
  .effect-bubba figcaption a {
    text-decoration: none;
  }
  .effect-bubba figcaption .btn-dark.btn-theme-colored.bg-btn {
    padding: 10px 60px;
    margin-top: 30px;
    font-size: 15px;
  }
  .text-theme-font {
    font-family: 'Rock Salt', cursive;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 36px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  #navbar {
    float: right;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:focus,
  .dropdown-menu > .active > a:hover {
    color: #000000;
    text-decoration: none;
    background-color: #ffcb00;
    outline: 0;
    color: #000000 !important;
  }
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover {
    color: #000000;
    text-decoration: none;
    background-color: #ffcb00;
  }
  .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0;
    padding: 0;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    text-transform: uppercase;
    color: #000000 !important;
    text-align: center;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #000000;
    text-decoration: none;
    background-color: #ffcb00;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
    text-transform: uppercase;
    text-align: center;
  }
  .navbar-brand {
    height: auto;
  }
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover {
    color: #000000;
    text-decoration: none;
    background-color: #ffcb00;
  }
  .navbar-brand {
    padding-top: 23px;
    max-width: 300px;
  }
  .donate {
    right: 32px;
    z-index: 1001 !important;
  }
  .anim-delay-10 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  .wow {
    visibility: hidden;
  }
  .donate {
    position: fixed;
    right: 1%;
    display: block;
    text-decoration: none !important;
    cursor: pointer;
    top: -150px;
    z-index: 1000;
    width: 50px;
    height: 110px;
    font-size: 11px;
    background: #ffcb00;
    color: #000000;
    font-weight: 800;
    transition: top ease-in 0.9s;
  }
  .donate.slideDonate {
    top: 0px;
  }
  .widget.dark {
    color: #ffcb00;
    text-align: center;
  }
  .widget.dark img {
    margin: 0;
  }
  .widget.dark .social-icons a:hover {
    color: #ffcb00;
  }
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  a {
    text-decoration: none;
  }
  .donate:before {
    content: "";
    display: block;
    background: #ffcb00;
    width: 40px;
    height: 30px;
    position: absolute;
    bottom: -14px;
    -webkit-transform: skewY(22deg);
    -ms-transform: skewY(22deg);
    transform: skewY(141deg);
    z-index: -1;
  }
  .donate span {
    color: #000000;
    width: 15px;
    padding: 11px 2px;
    word-break: break-all;
    display: block;
    line-height: 1.2;
    margin: auto;
    font-size: 14px;
    background: #ffcb00;
  }
  .donate:after {
    content: "";
    display: block;
    background: #ffcb00;
    width: 40px;
    height: 30px;
    position: absolute;
    bottom: -14px;
    -webkit-transform: skewY(-22deg);
    -ms-transform: skewY(-22deg);
    transform: skewY(218deg);
    right: 0;
    z-index: -1;
  }
  .lower-strip {
    margin-right: 70px;
  }
  .effect-bubba .img-filter {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }
  .effect-bubba:hover .img-filter {
    -webkit-filter: none;
    /* Safari 6.0 - 9.0 */
    filter: none;
  }
  .effect-bubba figcaption {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: 0.8s;
    padding-top: 100px;
  }
  .effect-bubba figcaption h1 {
    padding-top: 40px;
  }
  .effect-bubba figcaption a {
    text-decoration: none;
  }
  .effect-bubba figcaption .btn-dark.btn-theme-colored.bg-btn {
    padding: 10px 60px;
  }
  .col-mb {
    margin-bottom: 0;
  }
  .connect-us {
    text-align: center;
    display: inline-block;
    max-width: 600px;
  }
  .widget.dark {
    color: #ffcb00;
    text-align: left;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .navbar-brand {
    padding-top: 0;
    max-width: 300px;
  }
  .effect-bubba .img-filter {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }
  .effect-bubba:hover .img-filter {
    -webkit-filter: none;
    /* Safari 6.0 - 9.0 */
    filter: none;
  }
  .effect-bubba figcaption {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: 0.8s;
    padding-top: 100px;
  }
  .effect-bubba figcaption h1 {
    padding-top: 30px;
  }
  .effect-bubba figcaption a {
    text-decoration: none;
  }
  .effect-bubba figcaption .btn-dark.btn-theme-colored.bg-btn {
    padding: 10px 60px;
  }
}
/* Large Devices, Wide Screens */
