@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
  font-family: 'DINPro-Medium';
  src: url('../fonts/DINPro-Medium.eot');
  src: url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINPro-Medium.woff2') format('woff2'),
    url('../fonts/DINPro-Medium.woff') format('woff'),
    url('../fonts/DINPro-Medium.ttf') format('truetype'),
    url('../fonts/DINPro-Medium.svg#DINPro-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'DINPro-Bold';
  src: url('../fonts/DINPro-Bold.eot');
  src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINPro-Bold.woff2') format('woff2'),
    url('../fonts/DINPro-Bold.woff') format('woff'),
    url('../fonts/DINPro-Bold.ttf') format('truetype'),
    url('../fonts/DINPro-Bold.svg#DINPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/MyriadPro-Regular/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/MyriadPro-Regular/MyriadPro-Regular.otf')  format('opentype'),
       url('../fonts/MyriadPro-Regular/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular/MyriadPro-Regular.ttf')  format('truetype'), url('../fonts/MyriadPro-Regular/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
	font-weight: normal;
	margin: 0;
	padding: 0;
/*	font-family: Arial;*/
}

.dvLoading {
  background:url(../images/gif.gif) no-repeat #fff;
  background-position: center center;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  display: block;
}

.dvLoading.hide {
  display: none;
}

body{
  font-family: 'DINPro-Bold';
}
img {
    max-width: 100%;
    height: auto;
}
a:focus, button:focus{
  outline: none;
}
.clear {
	clear: both;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(0,0,0,0.6);
}

.logo {
  float: left;
  padding: 17px 0 15px 0;
}

.header nav {
  float: right;
}

.header nav ul {
  margin: 45px 0 0 0;
}

.header nav ul li {
  margin: 0;
  padding: 0 10px 0 10px;
  border-right: 1px solid #fff; 
  float: left;
  list-style: none;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  font-family: 'DINPro-Medium';
}

.header nav ul li:last-child {
  border-right: 0;
  padding-right: 0; 
}

.header nav ul li a,
.header nav ul li a:link {
  color: #fff;
  font-family: 'DINPro-Medium';
  text-decoration: none;
} 

.header nav ul li a:hover {
  color: #f29315;
  text-decoration: none;
} 

.main-banner {
  position: relative;
}

.main-banner > img {
  width: 100%;
} 

.fixed-social-icons {
  position: fixed;
  top: 350px;
  left: 0;
  z-index: 999;
  width: 60px;
}


.fixed-social-icons a,
.fixed-social-icons a:link {
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  background: #ff8000;
  float: left;
  margin: 0 0 2px 0;
  font-size: 36px;
}

.fixed-social-icons a:hover {
  color: #fff;
  background: #4d4d4d;
}

.main-banner h1 {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  color: #fff;
  margin: 0;
  font-family: 'DINPro-Bold';
  font-size: 50px;
  line-height: 60px;
}

.footer-bottom-contents {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer-buttons{
  background-color: rgba(0,0,0,0.50);
  padding: 5px 0;
}
.footer-buttons a{
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  width: 186px;
  text-align: center;
  padding: 4px;
  border:1px solid #fff;
}
.footer-buttons a img{
  margin-top: -8px;
}
.app-download {
  position: relative;
  padding: 0;
}

.app-download > img  {
  width: 100%;
}

.footer {
  background: #222;
  padding: 25px 0;
}
.bottom-arrow-title{
  background-color: #ff8000;
  text-align: center;
  padding: 10px 0;
  position: relative;
}
.bottom-arrow-title h2{
font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.bottom-arrow-title img{
    position: absolute;
    bottom: -22px;
    top: auto;
    left: 50%;
    margin-left: -19px;
}
.get-involved-blocks{
  padding-top: 60px;
}
.get-involved-block {
    margin: 45px 0;
}
.get-involved .start-button{
  font-size: 16px;
}
.involved-contents h4{
  font-size: 20px;
  color: #ff7f00;
  margin: 0;
}
.involved-contents p{
  font-family: Arial;
  font-size: 16px;
  color: #666666;
  margin-bottom: 22px;
  margin-top: 5px;
}
.start-button{
  padding: 10px 20px;
  background: #ff8000;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
      width: 200px;
    display: block;
    text-align: center;
    max-width: 100%;
  text-transform: uppercase;
}

.start-button:hover,.start-button:focus{
  text-decoration: none;
  color: #fff;
  background:#4d4d4d;
}
.giving-planer{
  width: 315px;
  margin: 50px auto;
  background-color: #4d4d4d;
 border-radius: 20px; 
 position: relative;
 padding: 16px 20px;
}
.giving-planer a{
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
}
.giving-planer img{
  position: absolute;
  left: 115px;
  top:-15px;
}
.app-mobile-detail{
  font-size: 35px;
  color: #fff;
  padding-top: 58px;
  line-height: 42px;
}
.app-mobile-detail img{
  display: block;
  margin: 10px 0;
}
.app-mobile-detail img.google-play-btn{
  margin-bottom: 7px;
}
.app-mobile-detail p{
  margin-top: 38px;
}
.app-mobile-detail img.app-store-btn{
  margin-top: 40px;
}
.app-mobile-detail a.take-tour,
.app-mobile-detail a.take-tour:link {
  border: 1px solid rgba(129, 130, 130, 0.87);
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 16px 26px;
  text-decoration: none;
  background: #000;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.app-mobile-detail a.take-tour:hover {
  background: #ff8000;
  border: 1px solid #ff8000;
}

.featured-tabs{
  padding: 25px 0;
}
.featured-img-icon{
      background: #ff8000;
    width: 21%;
    text-align: center;
    padding: 15px 0;
    height: 57px;
}
.featured-img-txt{
  width: 79%;
  background-color: rgba(255,255,255,0.60);
  height: 57px;
}
.featured-img-txt p{
  margin: 0;
  margin-top: 0;
  font-family: Arial;
  font-size: 11px;
}
.featured-img-txt p.percent{
  font-size: 15px;
}
.featured-img {
    position: relative;
}
.featured-img-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.learn-more-btn,
.learn-more-btn:link{
  background-color: #444444;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 15px;
  text-decoration: none;
}

.learn-more-btn:hover{
  background-color: #ff8000;
  color: #fff;
  text-decoration: none;
}

.featured-img-bottom .learn-more-btn{
  width:43%;
  text-align: center;
}
.learn-more-btn:hover{
  color: #fff;
}
.featured-img-bottom ul{
  width: 57%;
  padding: 12px;
  background-color: #eeeeee;
  margin: 0;
}
.featured-tab-block {
    margin: 25px 0;
}
.footer , .footer a{
  color: #fff;
  font-family: Arial; 
}
.footer-rights ul li{
  border-left: 1px solid #fff;
  line-height: 1;
}
.footer-rights ul li:first-child{
  border:none;
}
.footer-menu ul{
  margin: 0;
}
.footer-rights{
  padding-bottom: 30px;
}
.footer-menu ul li{
  list-style: none;
}
.footer-menu h6{
  font-size: 14px;
  margin-bottom: 25px;
}
.footer-menu {
    width: 14%;
    float: left;
}
.footer-social-media .fa-inverse {
    color: #000;
}
.footer-social-media li{
  margin-bottom: 10px;
}
.featured-btns{
  padding: 50px 0 0 0;
}
.featured-btns a{
  text-align: left !important;
  width: 155px;
}
.featured-btns a .fa{
  float: right;
  margin-top: 2px;
}
.explore-icons{
  padding-top: 60px;
}
.explore-icons ul li a{
  width: 85px;
  height: 85px;
  background-color: #ff8000;
  display: block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 80px;
  position: relative;
}
.explore-icons ul{
  text-align: center;
  position: relative;
}

.explore-icons ul li a:hover{
  background-color: #dddddd;
  /*background-image: url(../images/explore/icon/drop-arrow.png);*/
}
.explore-icons ul li a img.hover,.explore-icons ul li a:hover img.unhover{
  display: none;
}
.icon-txt{
  opacity: 0;
  transition: 0.5s all ease;
  position: absolute;
  font-family: Arial;
  padding-top: 20px;
  left: 0;
  right: 0;
}

.explore-icons ul li:hover > .icon-txt{
  opacity: 1;
}
.explore-icons ul li a img.arrow-hover{
  position: absolute;
  left: 41%;
  right: auto;
  bottom: -14px;
}
.explore-icons ul li a:hover img.hover,.explore-icons ul li a:hover img.arrow-hover{
  display: inline-block;
}
.navbar-fixed-top {
    position: fixed !important;
}
.help-ghana {
    position: relative;
}
.help-ghana-txt {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.help-ghana-txt h3{
  font-size: 40px;
  color: #fff;
}
.help-ghana-txt .start-button{
  margin: 35px auto 0 auto;
}
/*shop-main-block*/
.shop-main-block{
  padding: 20px 0 50px 0;
}
.shop-main-block ul li a{
  color: #777777;
  font-size: 17px;
  text-decoration: none;
}
.shop-main-block ul li{
  padding: 0 10px;
}
.shop-main-block ul li:first-child{
  padding-left: 0;
}
.shop-main-block ul li a:hover, .shop-main-block ul li a:focus{
  color: #e9932a;
}
.shop-item{
  padding-top: 15px;
  padding-bottom: 15px;
}
.shop-item img{
  width: 100%;
}
.item-detail{
  font-size: 15px;
}
.item-detail .item-name{
  color: #444444;
}
.item-detail .item-rate{
  color: #ff7f00;
}
.bg-grey{
  background-color: #eeeeee;
}
.partners-block {
  padding: 65px 0;
}

.partners-block ul.list-inline {
  margin: 0;
}

.partners-block li{
  padding: 0 15px;
}
/*amabassador*/
.amabassador .giving-planer img {
    left: -12px;
    top: -25px;
}
.amabassador .giving-planer{
  margin: 85px auto;
}
.amabassador .giving-planer a{
 font-family: Arial; 
 text-transform: none;
}
.twitt-slider{
  background-image: url(../images/twit-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.carousel-control{
  opacity: 1;
  background-image: none !important;
  filter: none !important;
    width: 35px;
  background-color: #ff8000;
  top: 50%;
  height: 35px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}
.carousel-control.right{
  right: 0;
}
.carousel-control.left{
  left: 0;
}

.carousel-caption{
  top:50%;
  bottom: auto;
  text-shadow: none;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}
.carousel-caption p,.myinput-placeholder{
    font-family: Arial;
    font-size: 16px;
    position: absolute;
    left: 15px;
    z-index: 1;
    top: 12px;
    color: #999999;
}
.carousel-caption textarea.form-control {
    resize: none;
    height: 45px;
}
.carousel-caption p span{
  color: #fd9600;
}
.carousel-caption p .fa{
  font-size: 22px;
  color: #fd9600;
}
.form-control,.input-group-addon{
  border-radius: 0;
}
.carousel-caption a.input-group-addon{
  background-color: #ff8000;
  color: #fff;
  border-color: #ff8000;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    height: 30px;
    margin-top: -10px;
    font-size: 19px;
    text-shadow: none;
}
.form-control::-moz-placeholder {
  color: #444444;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #444444;
}
.form-control::-webkit-input-placeholder {
  color: #444444;
}
.footer-subscribe {
  font-family: Arial;
  font-size: 12px;
  width: 27%;
}
.footer-subscribe .input-group-addon{
  background-color: #ff9700;
  color: #fff;
  border-color: #ff9700;
  font-weight: bold;
}
.modal{
  font-family: 'DINPro-Bold';
  font-size: 16px;
  letter-spacing: 1px;
}
.modal .input-group {
    width: 80%;
    margin: 0 auto 15px;
}
.modal h6{
  font-size: 16px;
}
.modal-content{
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  padding: 15px;
}
.modal-body{
  padding: 15px 0 0;
}
.upload-block{
    background: #999999;
    padding: 40px;
}
.upload-block p{
    font-size: 20px;
    font-family: 'DINPro-Medium';
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
}
.modal-header{
  background: #fff;
  color: #fda019;
}
.modal-header .close {
    width: 25px;
    height: 25px;
    border: 1px solid #fda019;
    border-radius: 50%;
    line-height: 0;
    text-align: center;
    opacity: 1
}
.modal-header .close span{
  margin-top: -2px !important;
    display: block;
    margin-left: 2px;
    color: #fda019
}
.fundraiser-detail{
  background-color: #fff;
  padding: 15px 0;
}
.amount{
 border-bottom: 1px solid #fda019;
 padding-bottom: 10px;
}
.modal .start-button{
  margin: auto;
  border: none;
}
.diplaynone{
  display: none;
}
.map img, .help-ghana img{
  width: 100%;
}

.help-ghana {
  background:url(../images/help-ghana.jpg) 50% 0 no-repeat fixed;
  background-position: center center;
  background-size: cover;
  height: calc(100vh - 20vh);
}

.help-together {
  background:url(../images/together-banner.jpg) 50% 0 no-repeat fixed;
  background-size: cover;
  background-position: center center;
  height: calc(100vh - 20vh);
}

.help-ghana > img {
  visibility: hidden;
}

.bottom-arrow-title img{
  max-width: 100%;
  width:auto;
}

.header .collapse {
  display: block;
}


.app-download-left {
  position: absolute;
  top: 70px;
  left: 0;
}
.start-button-div>.dropdown-menu{
  left:15px;
  /*background: #800100;*/
  border-radius: 0;
  max-width: auto;
}
.start-button-div>.dropdown-menu li a{
  color: #ff8000;
  text-transform: uppercase;
  font-size: 16px;
  display: inline;
}
.start-button-div>.dropdown-menu li{
  padding: 5px;
}
.start-button-div>.dropdown-menu li:hover{
  background-color: #ff8000;
}
.start-button-div>.dropdown-menu li:hover>a{
  color:#fff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  background-color: transparent;
  background-image: none;
}
.start-button.dropdown-toggle{
  background: #800100;
  color: #ff8000;
}
.donate-title{
  padding-bottom: 30px;
}
.donate-title h1,.donate-title h2{
  font-family: 'DINPro-Bold';
  color: #ff7f00;
  font-size: 24px;
  margin: 15px 0 40px;
  text-transform: uppercase;
}
.challenge3 .donate-title h1{
  margin-bottom: 30px;
}
.donate-title p{
  font-size: 16px;
  color: #777777;
  font-family: Arial;
  font-weight: bold;
}
.start-button.orange-bodr-btn,.orange-bodr-btn{
  color: #ff7f00;
  border: 1px solid #ff7f00;
  background-color: transparent;
  width: 156px;
  padding: 9px 8px 9px 16px;
  font-size: 14px;
}
.start-button.orange-bodr-btn .fa,.orange-bodr-btn .fa{
  float: right;
  margin-top: 2px;
}
.donate-drop{
  float: left;
  margin-right: 15px;
}
.donate-drop>.dropdown-menu{
  left: 0;
  background: #fff;
}
.donate-drop .start-button-div>.dropdown-menu li:hover{
    background-color: #800100;
}
.donate-inner .featured-img-bottom ul{
  width: 100%;
  text-align: center;
}
.donate-inner .featured-img-bottom ul li{
  padding: 0 15px;
}
.donate-inner .featured-btns{
  padding: 0;
}
.donate-inner{
  padding: 50px 0;
}
.featured-img-txt a{
  font-family: 'DINPro-Bold';
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-top: 19px;
  display: block;
}
.donate-inner .featured-tabs{
  padding: 0;
}
.donate-single{
  text-align: center;
}
.donate-single .featured-tab-block{
  float: none;
  display: inline-block;
}
.donate-single .donate-title {
    padding-bottom: 0px;
}
.donate-single .featured-img-txt{
  width: 100%
}
.donate-single .featured-img-txt h3{
font-size: 16px;
color: #1f1f1f;
font-family: arial;
font-weight: bold;
}
.i-want{
  text-align: left;
  max-width: 605px;
  margin: auto;
  margin-right: 0;
}
.i-want h3{
  font-family: Arial;
  color: #1f1f1f;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.want-input-block{
  display: inline-block;
  font-family: Arial;
  vertical-align: middle;
  width: 70%;
}
.i-want .aed, .want-dropdown{
  margin-left: 10px;
  float: left;
  width: 53%;
}
.want-dropdown{
  width: 39%;
  position: relative;
}
.aed p{
  text-align: left;
  color: #999999;
  font-size: 12px;
  font-style: italic;
  margin-top: 7px;
}
.i-want .form-control{
  background-image:none;
  border-radius: 0;
  box-shadow: none;
  border-color: #aaaaaa;
}
.want-dropdown .btn-default,.want-dropdown .btn-default:focus{
  background-color: transparent !important;
  border-color: #aaaaaa;
  background-image:none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.want-dropdown .btn-default{
  padding: 0 0 0 19px;
  padding: 10px;
  width: 100%;
  text-align: left;
  border-color: #ff8000;
}
.want-dropdown .btn-default .glyphicon{
  padding: 9px 5px;
  margin-top: 5px;
  color: #ff8000;
  margin-left: 19px;
  position: absolute;
  right: 5px;
}
.i-want .form-control:focus{
  outline: none;
  border-color: #aaaaaa; 
  box-shadow: none;
}
.txt-area textarea{
  resize: none;
  width: 100%;
  /*margin: auto;*/
}
.check-box{
  width: 100%;
  text-align: left;
  margin: auto;
  margin-top: 15px !important;
  padding: 0 15px;
  /*max-width: 440px;
  margin: auto;*/
}
/**/
/* CSS used here will be applied after bootstrap.css */
/* custom checkboxes */
.custom-checkbox{
  font-family: arial;
font-weight: normal;
font-size: 16px;
color: #1f1f1f;
}
.custom-checkbox label{
  font-weight: normal;
}
  .custom-checkbox > [type="checkbox"],
  .custom-checkbox > label{
    margin-bottom:0px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .custom-checkbox > [type="checkbox"]:not(:checked),
  .custom-checkbox > [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
  }
  .custom-checkbox > [type="checkbox"]:not(:checked) + label,
  .custom-checkbox > [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
  }
  .custom-checkbox > [type="checkbox"]:not(:checked) + label:before,
  .custom-checkbox > [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0; 
    top: 50%;
    margin-top:-12px;
    width: 23px; 
    height: 23px;
    border: 1px solid #9c9c9c;
    background: #ffffff;
    border-radius: 0;
  }
  .custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
  .custom-checkbox > [type="checkbox"]:checked + label:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f00c';
    position: absolute;
    top: 50%;
    margin-top:-8px;
    left: 4px;
    color: #ff8000;
    transition: all .2s;
  }
  
  .custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
  }
  .custom-checkbox > [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
  }
  
  .custom-checkbox > [type="checkbox"][data-indeterminate] + label:after,
  .custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
    content: '\f068';
    left: 6px;
    opacity: 1;
    transform: scale(1);
  }
  
  .custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before,
  .custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
      box-shadow: none;
      background-color: #eeeeee;
    border-color: #eeeeee;
    cursor: not-allowed;
    opacity: 1;
    color: #dadada;
  }
  .custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
    color: #dadada; cursor: not-allowed;
  }
  .custom-checkbox > [type="checkbox"]:disabled + label {
    color: #aaa; cursor: not-allowed;
  }
  .custom-checkbox > [type="checkbox"]:checked:focus + label:before,
  .custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px solid #ff8000;
  }
  .custom-checkbox > label:hover:before {
      border: 1px solid #9c9c9c !important;
  }
  .custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:hover:before,
  .custom-checkbox > [type="checkbox"]:disabled:checked + label:hover:before{
    border: 1px solid #E4E4E4 !important;
  }
.check-out, .check-out a{
  color: #777777;
  font-size: 14px;
  text-decoration: none;
}
.check-out{
  margin-top: 20px;
}
.check-out .fa{
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 10px;
  float: none !important;
  margin-top: 0 !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ff8000;
  line-height: 30px;
  text-align: center;
}
.check-out .start-button{
  margin: auto;
  color: #fff;
  margin-top: 35px;
}
/*****/
.fundraiser-overlay{
  font-family: Arial;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(68, 68, 68, 0.60);
  color: #fff;
  padding: 30px 15px 15px 15px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  opacity: 0;
  font-size: 12px;
}
.home-featured-tabs .featured-tab-block:hover .featured-img-block{
  opacity: 0;
}
.featured-tab-block:hover .fundraiser-overlay{
  opacity: 1;
}
.progres{
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 7px;
}
.progres-inner{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ff8000;
  width: 80%;
}
.fundraiser-overlay h4{
  font-size: 18px;
  margin: 15px 0 5px 0;
  text-transform: uppercase;
}
.fundraiser-overlay h6{
  font-size: 12px;
  margin: 5px 0;
  text-transform: uppercase;
}
.raised{
  font-family: 'MyriadPro-Regular';
  font-weight: bold;
  margin-top: 45px;
  font-size: 12px;
}
.raised p{
  margin: 0;
}
.raised h5{
  margin: 0 0 10px 0;
  font-size: 15px;
}
.small-banner{
  border-bottom: 4px solid #ff8000;
}
.small-banner h1{
  text-shadow: -2px 2px 0px #000;
}
.donate-inner .footer-subscribe{
  width: 50%;
  margin: auto;
  margin-bottom: 50px;
}
.donate-inner .footer-subscribe .form-control{
  height: 45px;
  padding-left: 45px;
}
.donate-inner .footer-subscribe .input-group{
  width: 100%;
}
.donate-inner .footer-subscribe a{
  width: auto;
  text-align: center !important;
  padding: 0;
}
.donate-inner .footer-subscribe .input-group .fa{
  position: absolute;
  top: 14px;
  left: 15px;
  z-index: 98;
  font-size: 16px;
}
.challenge .donate-title {
    padding-bottom: 20px;
}
.advanced-search{
  font-family: 'Montserrat', sans-serif; 
  font-size: 16px;
  font-weight: bold;
  color: #ff8000;
  text-decoration: none;
  float: right;
  margin-top: 5px;
  margin-bottom: 50px;
}
.advanced-search:hover,.advanced-search:focus{
 color: #ff8000; 
 text-decoration: none;
}
.donate-inner .footer-subscribe p {
    font-size: 16px;
    color: #777777;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.challenge .start-button-div .fa{
  float: right;
}
.challenge .donate-drop>.dropdown-menu{
  background: #800100;
}
.challenge-filter{
  margin-bottom: 20px;
}
.challenge-list li img.icon-hide{
  display: none;
}
.challenge-list li{
  padding: 0 20px;
  border-right: 2px solid #e4e4e4;
}
.challenge-list li:last-child{
  border:none;
}
.challenge-list li:hover img,.challenge-list li.li-focus img{
  display: none;
}
.challenge-list li:hover img.icon-hide,.challenge-list li.li-focus img.icon-hide{
  display: inline;
}
.challenge-list li a:hover,.challenge-list li a:focus{
  text-decoration: none;
}
.challenge-list li span{
  font-family: Arial;
  font-weight: bold;
  display: block;
  margin: auto;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #888888;
  margin-top: 35px;
}
.challenge-list li:hover span,.challenge-list li.li-focus span{
  color: #ff8000;
}
.invite-friend{
  padding-top: 30px;
}
.info-white{
  background: #b22d00;
}
.two-icons .featured-img-txt {
    width: 58%;
    padding: 0 9px;
}
.next-btn{
  margin: 0;
}
.next-btn .start-button{
  margin: auto;
  text-align: center !important;
  display: inline-block;
  margin-right: 15px;
  width: 200px;
}
.next-btn .back-btn{
  width: 110px !important;
  background-color: #ffb973;
  opacity: 0.89
}
.next-btn .back-btn:hover{
  background-color: #4d4d4d
}
.aed .input-group-addon,.fundraiser3 .input-group-addon {
  background-color: #ff8000;
  color: #fff;
  border-color: #aaaaaa;
  font-weight: bold;
  letter-spacing: 5px;
  padding: 6px 20px
}
.aed .form-control{
  border-left: 0;
  height: 42px;
}
.txt-area{
  margin-top: 25px !important;
  max-width: 450px;
  width: 100%;
  margin: auto;
  margin-left: 0;
  padding: 0 15px;
}
.donate-single .form-control::-moz-placeholder {
  font-family: Arial;
  font-size: 16px;
  font-style: italic;
  color: #999999;
}
.donate-single .form-control:-ms-input-placeholder {
  font-family: Arial;
  font-size: 16px;
  font-style: italic;
  color: #999999;
}
.donate-single .form-control::-webkit-input-placeholder {
  font-family: Arial;
  font-size: 16px;
  font-style: italic;
  color: #999999;
}
.donate-single .form-control::-ms-input-placeholder {
  font-family: Arial;
  font-size: 16px;
  font-style: italic;
  color: #999999;
}
.donate-single .form-control::input-placeholder {
  font-family: Arial;
  font-size: 16px;
  font-style: italic;
  color: #999999;
}
.donate-single .featured-img{
  margin-bottom: 15px;
  width: 174px;
  margin: auto;
}
.donate-single .featured-img-icon{
  width: 30%;
}
.donate-single .featured-tab-block{
  margin: 0 0 15px 0;
}
.invite-form{
  width: 100%;
  max-width: 470px;
  margin: auto;
  padding: 0 15px;
}
.invite-form .input-group{
  width: 100%;
  margin: 13px 0;
}
.invite-form .input-group .form-control{
  height: 44px;
  border-color: #cccccc;
}
.invite-form textarea{
  resize: none;
  height: 175px !important;
  min-height: auto;
}
.myinput{
  background-color: transparent;
}
.custom-place{
  background-color: #fff;
}
.invite-form .myinput-placeholder{
  font-family: Arial;
  font-weight: normal;
  font-size: 16px;
  color: #777777;
}
.invite-form .myinput-placeholder span{
  color: #ff7f00;
}
.invite-form .form-control::-moz-placeholder {
  font-family: Arial;
  font-weight: normal;
  font-size: 16px;
  color: #777777;
}
.invite-form .form-control:-ms-input-placeholder {
 font-family: Arial;
  font-weight: normal;
  font-size: 16px;
  color: #777777;
}
.invite-form .form-control::-webkit-input-placeholder {
  font-family: Arial;
  font-weight: normal;
  font-size: 16px;
  color: #777777;
}
.invite-form .form-control::-ms-input-placeholder {
  font-family: Arial;
  font-weight: normal;
  font-size: 16px;
  color: #777777;
}
.invite-form .form-control::input-placeholder {
  font-family: Arial;
  font-weight: normal;
  font-size: 16px;
  color: #777777;
}
.invite-form .form-control:focus{
  outline: none;
  box-shadow: none;
}
.challenge3 .next-btn{
  text-align: left;
  width: 100%;
  max-width: 470px;
  margin: auto;
  padding: 0 15px;
}
.next-btn .check-out, .next-btn .check-out a{
  margin-top: 0;
}
.challenge3 .donate-title{
  padding-bottom: 0;
}
.challenge3 .next-btn .check-out{
  padding: 4px 0 14px 0;
}
.fundraiser-block .challenge-list li{
  border:none;
  width: 44%;
  margin: 0 20px;
}
.fundraiser-block .challenge-list li p{
  text-align: center;
  font-size: 14px;
  color: #999999;
  font-family: Arial;
  font-weight: normal;
}
.fundraiser-block .challenge-list li:hover p,.fundraiser-block .challenge-list li.li-focus p{
  color: #111111
}
.fundraiser-block .challenge-list li span{
  font-family: 'DINPro-Bold';
  font-size: 29px;
  color: #c3c3c3
}
.fundraiser-block .challenge-list li:hover span, .fundraiser-block .challenge-list li.li-focus span{
  color: #ff8000;
}
.fundraiser3 .want-dropdown{
  width: 100%;
  margin-left: 0;
}
.fundraiser3 .want-dropdown .dropdown-menu{
  width: 100%;
  min-width: 100%;
}
.aed-add .myinput-placeholder{
  left: 90px;
}
.map h4{
 font-family: Arial;
 font-size: 16px;
 text-align: center;
 color: #1f1f1f;
 margin: 0;
 margin: 10px 0 5px; 
}
.fundraiser3 .want-dropdown{
  font-family: Arial;
 font-size: 16px;
 color: #555555;
}
.fundraiser3 .invite-form .myinput-placeholder{
  font-family: Arial;
  font-size: 16px;
  color: #535353;
}
.fundraiser3 .invite-form .myinput-placeholder span{
  color: #999999;
  font-style: italic;
}
.input-img{
  position: absolute;
  top: 4px;
  right: 7px;
  z-index: -9;
}
.dates-block .input-group{
  width: 40.5%;
  float:left;
}
.dates-block .date-and{
  width: 19%;
  text-align: center;
  vertical-align: middle;
}
.dates-block .date-and p{
 font-family: Arial;
 font-size: 12px;
 margin-top: 15px; 
}
.dates-block .form-control{
  font-family: Arial;
  font-size: 16px;
  color: #555555;
}
.web-ad .input-group-addon{
  letter-spacing: 0;
  padding: 0 5px;
}
.web-ad .myinput-placeholder {
    left: 137px;
}
.fund-idea{
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #ff8c00;
}
.fund-idea:hover,.fund-idea:focus{
  color: #ff8c00;
  text-decoration: none;
}
.fundraiser5 .donate-title p{
  text-align: center;
  color: #1f1f1f;
  font-family: Arial;
  font-weight: normal;
  font-size: 16px;

}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  height: 92px;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.upload-btn-wrapper .start-button{
  width: 160px;
  margin: auto;
  margin-top: 47px;
  font-size: 14px;
}
.file-block{
  border:1px solid #dddddd;
}
.file-img{
  text-align: center;
  background-color: #dbdbdb;
}
.file-limit{
  margin-top: 15px;
}
.fundraiser5 .file-limit p{
 font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #444444; 
}
.file-img img{
  max-width: 100%;
  width: auto !important;
  object-fit: cover;
  object-position: center;
}
.donate-drop img {
    margin-top: 3px;
}
.i-want-bottom{
  text-align: left;
  max-width: 640px;
  margin: auto;
  margin-right: 0;
}
.challenge2 .donate-title {
    padding-bottom: 40px;
}
.single-next.next-btn .start-button {
 margin-right: 0; 
}
.owl-carousel.owl-drag .owl-item{
  border-right: 2px solid #e4e4e4;
}
.owl-carousel.owl-drag .owl-item:last-child{
  border-right: none;
}
.owl-carousel.owl-drag .owl-item li{
  padding-left: 0;
}
.owl-nav , .owl-dots{
  display: none;
}

.fundraising-ideas {
  background: #eeeeee;
}

.fundraising-ideas .container {
  padding-top: 80px;
  padding-bottom: 70px;
}

.fundraising-images {
  position: relative;
}

.fundraising-images h4 {
  position: absolute;
  bottom: 12px;
  right: 15px;
  color: #fff;
  font-size: 21px;
  margin: 0;
  font-family: 'DINPro-Bold';
  text-transform: uppercase;
}