* {
    margin: 0;
    padding: 0;
}
.hf-fb-share{display:none!important;}
ul, li { list-style: none; margin: 0; padding: 0; }

.red {
    color: #f00;
}

.green {
    color: #69bf28;
}
p.blue {
    background-color: #0073a4;
    width: 70%;
    color: #fff;
    padding-top: 4px;
    padding-left: 10px;
    padding-bottom: 4px;
    margin-top: 5px;
    font-family: arial;
    font-size: 9pt;
}


.hf-quick-search input[type="submit"]{
    padding-top: 5px;
	padding-bottom: 5px;
		padding-left: 5px;
				padding-right: 5px;
    border-radius: 4px;
    cursor: pointer;
    background: #0073a4;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
	border-color: transparent;
}


.hf-project-section {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    
   
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.hf-project-section a {
    text-decoration: none;
    color: #000;
}

.hf-project-section a:hover {
    color: #0073A4;
}

.hf-project-section *,
.hf-project-section *:before,
.hf-project-section *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.hf-quick-search {
    width: 100%;
    float: left;
    border: solid 1px #eaeaea;
}

.hf-quick-search h1 {
    margin: 0;
    padding: 10px;
    float: left;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    background: #eaeaea;
    position: relative;
}

.hf-quick-search h1:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #eaeaea;
    border-width: 10px;
    margin-top: -10px;
}

.hf-quick-search ul {
    text-align: center;
    margin-left: 140px;
}

.hf-quick-search ul li {
       width: 32%;
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    position: relative;
}
.hf-quick-search ul li.gobutton {
       width: 5%;
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    position: relative;
}

.hf-quick-search ul li select {
    width: 100%;
    border-radius: 0;
    border: solid 2px #337ab7;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 3px 5px;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
}

.hf-quick-search ul li:after {
    right: 20px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #337ab7;
    border-width: 10px;
    margin-top: -5px;
}

.hf-quick-search ul li.gobutton:after {
    right: 20px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: transparent;
    border-width: 10px;
    margin-top: -5px;
}

#hf-project-list {
    margin-left: -15px;
    margin-right: -15px;
}

.hf-project {
    width: 33.33%;
    float: left;
    padding: 15px;
}

.hf-project-in {
    border: solid 1px #e1e1e1;
    width: 100%;
    float: left;
}

.hf-project .hf-project-img {
    padding: 6px;
    background: #f6f6f6;
}

.hf-project .hf-project-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.hf-project .hf-textbox {
    transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
    overflow: hidden;
    padding: 5px;
    height: 130px;
    bottom: 0;
    background: #fff;
    position: relative;
    margin-top: 0;
}

.hf-project:hover .hf-textbox {
    transition: all linear 200ms;
    -webkit-transition: all linear 200ms;
    margin-top: -150px;
    height: 280px;
}

.hf-project h3 {
  
    font-weight: normal;
    font-size: 15px;
    padding: 5px 0;
    margin: 0;
    height: 50px;
    overflow: hidden;
}

.hf-progress-sec {
    width: 100%;
    float: left;
    padding: 5px 0;
    border-bottom: solid 1px #d9d9d9;
}

.hf-progress-sec .hf-progress-bar {
    background: #b9b7b8;
    position: relative;
    height: 15px;
    margin-bottom: 5px;
}

.hf-progress-sec .hf-progress-bar span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(../images/progress-img.jpg) 0 center repeat-x;
}

.hf-progress-sec p {
    width: 50%;
    float: left;
}

.hf-progress-sec p:last-child {
    text-align: right;
}

.hf-progress-sec p span.funded {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.hf-project .hf-textbox > p {
    padding: 5px 0;
    clear: both;
}

.hf-button {
    padding: 5px;
    text-align: center;
}

.hf-button .hf-btn {
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    background: #0073a4;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.hf-button .hf-btn:hover {
    background: #00598a;
    color: #fff;
}

.hf-project-detail {}

.hf-project-detail .hf-heading {}

.hf-project-detail .hf-heading h1 {
    margin: 0;
    font-size: 30px;
    color: #337ab7;
    font-weight: normal;
}

.hf-project-top {
    width: 100%;
    float: left;
    border: solid 1px #d4d4d4;
    margin: 20px 0;
    background: #f2f2f2;
}

.hf-project-detail .hf-project-left {
    width: 35%;
    float: left;
    padding: 10px;
    background: #fff;
}

.hf-project-detail .hf-project-left ul {
    width: 100%;
    float: left;
}

.hf-project-detail .hf-project-left ul li {
    list-style: none;
    width: 100%;
    float: left;
    border-bottom: solid 1px #d4d4d4;
    padding: 5px 0;
    font-size: 16px;
}

.hf-project-detail .hf-project-left ul li span {
    float: right;
    font-weight: bold;
}

.hf-project-detail .hf-project-left p {
    padding: 10px 0;
    clear: both;
}

.hf-project-detail .donate-feild {}

.hf-project-detail .donate-feild p {
    padding: 0;
    font-weight: bold;
}

.hf-project-detail .donate-input-feild {
    margin-right: 120px;
    border: solid 2px #000;
    font-size: 20px;
    font-weight: bold;
    border-right: none;
    position: relative;
    font-weight: bold;
}


.hf-project-detail .donate-input-feild > span {
    position: absolute;
    left: 5px;
    top: 5px;
}

.hf-project-detail .donate-input-feild .input {
    padding: 2px 5px 5px 22px;
    border: none;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    width: 100%;
}


.hf-project-detail .donate-input-feild .input-btn {
    position: absolute;
    right: -120px;
    top: -2px;
    padding: 5px;
    background: #ff0000;
    border: solid 2px #ff0000;
    box-shadow: inset 0 0 0 2px #fff;
    width: 120px;
    display: block;
    cursor: pointer;
    height: 54px;
    font-size: 20px;
    color: #fff;
}
.donate-input-feild input {
    border-color: transparent;
    padding-bottom: 14px;
    padding-left: 17px;
    font-size: 10pt;
    height: 50px;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: bold;
    width: 120px;
}
.hf-project-section *, .hf-project-section *:before, .hf-project-section *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* overflow: hidden; */
    box-sizing: border-box;
}




.hf-project-detail .hf-project-right {
    width: 65%;
    height: 393px;
    float: right;
    text-align: center;
    overflow: hidden;
}

.hf-project-detail .hf-project-right img {
    max-height: 100%;
}

.hf-project-content {
    width: 100%;
    float: left;
}

.hf-project-content img {
    float: left;
    margin: 0 15px 15px 0;
}

.hf-project-content h2 {
    margin: 0;
    font-size: 22px;
    color: #337ab7;
    font-weight: normal;
}

.hf-project-content p {}

.hf-project-content p span {
    color: #337ab7;
}

.hf-project-detail .hf-progress-sec {}

.hf-project-detail .hf-progress-sec .hf-progress-bar {
    height: 24px;
}

.hf-project-detail .hf-progress-sec p {
    padding: 10px 0;
}

.hf-bottom-donate-section {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9;
}

.hf-bottom-donate-section .donate-feild {
    width: 40%;
    display: inline-block;
    padding: 10px;
}

.hf-bottom-donate-section .hf-fb-share {
    display: inline-block;
}

.hf-bottom-donate-section .hf-fb-share a {
    color: #337ab7;
    font-style: italic;
}

.hf-bottom-donate-section .hf-fb-share .fa {
    width: 30px;
    height: 30px;
    border: solid 2px #337ab7;
    text-align: center;
    line-height: 26px;
    font-size: 20px;
}

.hf-focused-ministry {
    padding: 20px 0;
    width: 100%;
    float: left;
}

.hf-focused-ministry h1 {
    margin: 0;
    color: #337ab7;
    font-size: 31px;
    font-weight: normal;
    margin-bottom: 20px;
}

.hf-focused-ministry .img {
    float: left;
    margin: 0 15px 35px 0;
    border: solid 2px #d9d9d9;
    font-size: 0px;
}

.hf-focused-ministry p {
    margin-bottom: 15px;
}

.hf-focused-ministry p.name {
    font-size: 16px;
}

.hf-project-detail .hf-button {
    padding: 30px 0;
    width: 100%;
    float: left;
}

.hf-project-detail .hf-button .hf-btn {
    border: solid 2px #0073a4;
    box-shadow: inset 0 0 0 2px #fff;
    border-radius: 0;
    font-size: 26px;
    font-weight: 200;
    text-transform: none;
}


/*
    Responsive style
*/

@media (min-width:768px) and (max-width:991px) {
    .hf-quick-search ul li:after {
        border-width: 6px;
        margin-top: -3px;
    }
    .hf-quick-search ul li select {
        font-size: 12px;
    }
    .hf-project {
        width: 50%;
    }
    .hf-project h3 {
        font-size: 14px;
    }
}

@media (max-width:991px) {
  
    .hf-project-detail .hf-heading h1 {
        font-size: 20px;
    }
}
@media (max-width:767px) {
    
}
@media (max-width:666px) {
    .hf-project {
        width: 50%;
    }
}
@media (max-width:567px) {
    .hf-quick-search h1:after {
        display: none;
    }
    .hf-quick-search h1 {
        width: 100%;
    }
    .hf-quick-search ul {
        margin: 0;
    }
    .hf-quick-search ul li {
        width: 100%;
    }
    .hf-project {
        width: 100%;
    }
    .hf-bottom-donate-section .donate-feild {
        width: 60%;
    }
    .hf-project-content img {
        float: none;
    }
    .hf-focused-ministry .img {
        float: none;
        text-align: center;
    }
    .hf-project-detail .hf-button .hf-btn {
        font-size: 20px;
    }
}