/*
Charity home css file
*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,900,800,700,600,500);
body {
  color: #7b7b7b;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

a:hover, a:focus {
  text-decoration: none;
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
}

.o-hidden {
  overflow: hidden;
}


.navbar-default {
  background-color: #340D32;
  border: 0px;
  margin: 0px;
  position: relative;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}

.navbar-default .navbar-nav > li.active > a:after {
  content: "";
  width: 7px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  background: url(../images/v1-active.png) no-repeat;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-brand {
  padding: 20px 15px;
}

.top-search {
  width: 250px;
  padding: 10px 15px;
}

.clients {
  padding: 30px 0;
  margin: 0px;
}

.clients li {
  vertical-align: middle;
  padding: 10px 20px;
}

.news-list li img {
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  float: left;
  margin-right: 15px;
}

.news-list h5 {
  margin: 0px;
  font-weight: 700;
  margin-bottom: 5px;
}

.news-list p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 16px;
}

.news-list span {
  font-size: 12px;
  color: #333f55;
}

.news-list li {
  padding-bottom: 20px;
}

.footer-bottom {
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

.footer-bottom ul {
  margin: 0;
  padding: 0;
}

.footer-bottom ul li a {
  color: #999;
  font-size: 20px;
}

.footer-bottom ul li a:hover {
  color: #333f55;
}

.footer .col-md-3 {
  margin-bottom: 30px;
}

.footer small {
  line-height: 13px;
}

.footer form {
  position: relative;
  margin-bottom: 20px;
}

.footer form button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0px;
  background-color: #e8ca00;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  color: #000;
  font-size: 14px;
}

.footer .form-control {
  border-radius: 0px;
  height: 40px;
  box-shadow: none;
  border: 0px;
}

.banner {
  background: url(../images/charity/bg1.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 100px;
}
.banner h3, .banner h1, .banner p {
  color: #fff;
}
.banner h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
}

.buttons a {
  margin: 10px;
}

.btn {
  padding: 14px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  border-radius: 0px;
  border: 0px;
}

.btn-red {
  background: #ed1c24;
  color: #fff;
}
.btn-red:hover {
  background: #000;
  color: #fff;
}

.btn-green {
  background: #00a651;
  color: #fff;
}
.btn-green:hover {
  background: #000;
  color: #fff;
}

.event-coverage {
  padding: 90px 0;
}
.event-coverage h1 {
  font-weight: 800;
  font-size: 50px;
  margin-top: 0px;
  color: #000;
}

.media-box {
  padding: 30px 20px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}
.media-box:before {
  position: absolute;
  width: 2px;
  height: 100%;
  left: -1px;
  top: 0;
  content: "";
  /*box-shadow: 3px 0px 8px black;*/
}
.media-box:after {
  position: absolute;
  width: 2px;
  height: 100%;
  right: 0px;
  top: 0;
  content: "";
  /*box-shadow: -3px 3px 8px 0px black;*/
}
.media-box .media-left {
  padding-right: 20px;
}
.media-box .icon-round {
  width: 110px;
  height: 110px;
  padding-top: 23px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  display: block;
}
.media-box a {
  color: #fff;
  text-decoration: underline;
}
.media-box.green {
  background: #6ecdf7;
}
.media-box.red {
  background: #79d1d9;
}
.media-box.blue {
  background: #73cc99;
}
.media-box h4 {
  margin-top: 0px;
}

.red-text {
  color: #39a3cb;
}

.video-content {
  position: relative;
  overflow: hidden;
}
.video-content a {
  position: absolute;
  width: 64px;
  left: 50%;
  display: block;
  top: 50%;
  margin-top: -32px;
  margin-left: -32px;
}

.divider-img {
  margin-bottom: 30px;
}

.social-icons {
  margin-top: 20px;
}
.social-icons li {
  padding: 0 3px;
}
.social-icons li a {
  font-size: 30px;
}
.social-icons li a .fa-facebook-square {
  color: #3d4de7;
}
.social-icons li a .fa-twitter-square {
  color: #37a6c2;
}
.social-icons li a .fa-google-plus-square {
  color: #ff0000;
}
.social-icons li a .fa-linkedin-square {
  color: #37a6c2;
}

.about-us {
  padding: 90px 0;
  background: #ebebeb;
}
.about-us h1, .about-us h3 {
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
}
.about-us h3 {
  margin-bottom: 0px;
}
.about-us h1 {
  font-size: 50px;
  line-height: 60px;
  margin-top: 0px;
}
.about-us img {
  border: 20px solid #fff;
}

.most-causes {
  padding: 90px 0;
}
.most-causes h1 {
  font-weight: 800;
  margin-top: 0px;
  color: #000;
  font-size: 50px;
  line-height: 55px;
}

.causes-box {
  background: #ebebeb;
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
  margin-top: 30px;
}
.causes-box .progress {
  height: 5px;
  box-shadow: none;
  background: #fff;
  margin-bottom: 0px;
}
.causes-box .progress .progress-bar {
  background: #00a651;
  box-shadow: none;
}
.causes-box h4 {
  color: #333;
  font-weight: 600;
  margin-top: 0px;
}
.causes-box .causes-desc {
  padding: 20px 15px;
}
.causes-box p {
  margin-bottom: 20px;
}
.causes-box h6 {
  margin-bottom: 25px;
  margin-top: 15px;
}
.causes-box h6 strong {
  color: #000;
}

.fun-facts {
  background: url(../images/charity/bg2.jpg) no-repeat center center;
  background-size: cover;
  padding: 90px 0;
  color: #fff;
}
.fun-facts h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 55px;
}
.fun-facts .col-md-3 {
  margin-top: 30px;
}
.fun-facts .col-md-3 h2 {
  margin-top: 20px;
}
.fun-facts .col-md-3 span {
  text-transform: capitalize;
  font-weight: 600;
}

.upcoming-events {
  padding: 90px 0;
}
.upcoming-events h1 {
  font-weight: 800;
  color: #000;
  font-size: 50px;
  line-height: 55px;
}

.event-box {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.event-box img {
  margin-bottom: 20px;
}
.event-box .e-date {
  background: #ff0000;
  color: #fff;
  display: inline-block;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  top: 0;
  font-weight: 400;
  box-shadow: -3px 2px 8px rgba(0, 0, 0, 0.7);
  right: 0px;
}
.event-box .e-date strong {
  font-size: 30px;
}
.event-box h3 {
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
}
.event-box h6 {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 20px;
}

.sponsors {
  padding: 90px 0;
  background-color: #ebebeb;
}
.sponsors h1 {
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
  font-size: 50px;
  line-height: 55px;
}
.sponsors .col-sm-3 {
  margin-top: 40px;
}
.sponsors .col-sm-3 img {
  display: block;
  margin: 0 auto;
  border: 1px dashed #00a651;
}

.volunteer {
  padding: 90px 0;
  background: #fff;
}
.volunteer h1 {
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
  font-size: 50px;
  line-height: 55px;
}

.volunteer-box {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}
.volunteer-box .vol-overlay {
  padding: 15px;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  background-color: rgba(0, 166, 81, 0.91);
}
.volunteer-box .vol-overlay ul {
  margin: 0;
  padding: 0;
}
.volunteer-box .vol-overlay ul li a {
  color: #fff;
  font-size: 20px;
}

.page-bread {
  padding: 40px 0;
  background: url(../images/charity/bread.jpg) no-repeat;
}
.page-bread h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
  margin: 0px;
}

.about-page {
  background: #fff;
}
.about-page .media-box {
  margin-top: 30px;
}
.about-page .media-box img {
  border: 0px;
}

.page-comes {
  font-weight: 500;
  color: #000;
  padding: 10px 0;
  text-transform: capitalize;
  background: #ebebeb;
}
.page-comes ul {
  margin: 0px;
}

.services {
  padding: 90px 0;
  padding-bottom: 0;
}
.services h1 {
  color: #000;
  font-weight: 800;
  font-size: 50px;
}

.service-box {
  padding: 30px 20px;
  text-align: center;
  background-color: #ebebeb;
  margin-top: 30px;
  transition: all 0.3s;
}
.service-box h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  color: #333;
}
.service-box img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.service-box a {
  display: inline-block;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: #ed1c24;
  border-radius: 3px;
}
.service-box a:hover {
  background-color: #00aeef;
}
.service-box:hover {
  background: #fff;
}
.ms-slide .ms-layer, .ms-fixed-layers .ms-layer {
    position: absolute;
    pointer-events: auto;
}

.text7 {
    color: #fff;
    font-size: 15px;
}
.full-wid {
    width: 100%;
    text-align: center;
}
.text6 {
    color: #fff;
    font-weight: 900;
    font-size: 60px;
}
.text6 {
    color: #fff;
    font-weight: 900;
    font-size: 60px;
}
.btn-blue {
    background-color: #ed1c24;
    color: #fff;
    border-radius: 0px;
}
.btn-yellow {
    background-color: #00a651;
    color: #333;
    border-radius: 0px;
}