@charset "utf-8";
/* CSS Document */

@import url('fonts/fonts.css');

header{
	background:url(../img/header-bg.jpg) top center no-repeat;
	min-height:118px;
	box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	padding: 10px 0 0;
}

body{
	font-family: 'OpenSans-Regular';
	background: url(../img/footer_bg.jpg) bottom center no-repeat;
	/*background-image: url(../img/footer_bg.jpg); /* fallback 
	background-image: url(../img/footer_bg.jpg), -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#fff));
	background-image: url(../img/footer_bg.jpg), -webkit-linear-gradient(top, #e9e9e9, #fff); 
	background-image: url(../img/footer_bg.jpg),    -moz-linear-gradient(top, #e9e9e9, #fff);
	background-image: url(../img/footer_bg.jpg),      -o-linear-gradient(top, #e9e9e9, #fff); 
	background-image: url(../img/footer_bg.jpg),         linear-gradient(to bottom, #e9e9e9, #fff); 
	background-position:bottom center;
	background-repeat:no-repeat;*/
}

.donate{
	border: 0 none;
        color: #fff;
        font-family: "MyriadPro-BoldCond";
        font-size: 28px;
        line-height: 40px;
        margin: 8px 0;
        padding: 5px 40px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e00218+0,ad3901+100 */
	background: #e00218; /* Old browsers */
	background: -moz-linear-gradient(top,  #e00218 0%, #ad3901 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e00218), color-stop(100%,#ad3901)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e00218 0%,#ad3901 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e00218 0%,#ad3901 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e00218 0%,#ad3901 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e00218 0%,#ad3901 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00218', endColorstr='#ad3901',GradientType=0 ); /* IE6-9 */
}

.donate:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ad3901+0,e00218+100 */
	background: #ad3901; /* Old browsers */
	background: -moz-linear-gradient(top,  #ad3901 0%, #e00218 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ad3901), color-stop(100%,#e00218)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ad3901 0%,#e00218 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ad3901 0%,#e00218 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ad3901 0%,#e00218 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ad3901 0%,#e00218 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad3901', endColorstr='#e00218',GradientType=0 ); /* IE6-9 */
}

.slider{
	padding:20px 0;
}

.effect
{
  position: relative;
}

.effect:before, .effect:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 12px 10px #777;
  transform: rotate(-3deg);
}

.effect:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.content h1 {
  font-size: 35px;
  background: -webkit-linear-gradient(#e00119, #b43204);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color:#b43204;
  font-family: 'MyriadPro-BoldCond';
  margin-top:0;
}

.request_form h1 {
  font-size: 35px;
  text-align:center;
  background: -webkit-linear-gradient(#e00119, #b43204);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color:#b43204;
  font-family: 'MyriadPro-BoldCond';
  text-transform:uppercase;
  margin-bottom:0;
}

.request_form{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	font-family: 'RobotoCondensed-Regular';
	color:#616161;
	border:1px solid #ccc;
	padding: 0 10px;
}

.pad-none-side{
	padding:0 !important;
}

.request_form p {
    font-size: 16px;
}

.request_form label {
    padding-right: 0;
	padding-left:0;
    text-align: left !important;
}

.request_form .form-group {
    margin-left: 0 !important;
}

.request_form .form-group1 {
    margin-left: -15px !important;
}

.theme-button{
	font-family: 'MyriadPro-BoldCond';
	font-size:28px;
	color:#fff;
        padding: 5px 40px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e00218+0,ad3901+100 */
	background: #e00218; /* Old browsers */
	background: -moz-linear-gradient(top,  #e00218 0%, #ad3901 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e00218), color-stop(100%,#ad3901)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e00218 0%,#ad3901 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e00218 0%,#ad3901 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e00218 0%,#ad3901 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e00218 0%,#ad3901 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00218', endColorstr='#ad3901',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ccc;
	text-shadow: 0 0 2px #000;
	-webkit-text-shadow: 0 0 2px #000;
}

.theme-button:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ad3901+0,e00218+100 */
	background: #ad3901; /* Old browsers */
	background: -moz-linear-gradient(top,  #ad3901 0%, #e00218 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ad3901), color-stop(100%,#e00218)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ad3901 0%,#e00218 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ad3901 0%,#e00218 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ad3901 0%,#e00218 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ad3901 0%,#e00218 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad3901', endColorstr='#e00218',GradientType=0 ); /* IE6-9 */

}

.request_form input[type="checkbox"]{
	display:none;
}

.request_form  input[type="checkbox"] + label {
    background:url(../img/uncheck.png) left center no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    letter-spacing: -0.6px;
    margin-left: 1px;
    padding: 0 0 0 17px;
}


.request_form  input[type="checkbox"]:checked + label {
    background:url(../img/check.png) left center no-repeat !important;
}
#successModal.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#successModal .modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    width: 80%;
    max-width: 400px;
	font-size: 20px;
    font-weight: 600;
}
#successModal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
}

.supports{
	text-align:center;
	padding-top:20px;
}


.home_content img {
    width: 100%;
}

.home_content .theme-button {
       position: relative;
    top: -28px;
    border: none;
    font-family: auto;
    font-size: 34px;
    padding: 0px;
    background: #a57c52;
}

footer{
	padding-top:75px;
}

.quote{
	font-family: 'Androgyne_TB';
	font-size:17px;
	text-align:center;
}

.quote span {
    font-size: 14px;
}

.nann_click {
    padding-top: 45px;
    text-align: center;
}

.col-sm-5.quote > p:first-child {
    margin-left: 60px;
}

.footer_border{
	background:url(../img/footer_border.jpg) top center repeat-x;
	min-height:21px;
}

.nann_quote{
	padding:30px 0;
}

.main_footer, .rambo_footer{
	background:rgba(0,0,0,.8)
}

.rambo_footer{
	padding:20px 0;
	color: #fff;
	font-family: 'MyriadPro-Regular';
}

.rambo_footer img{
	left: 3px;
    position: relative;
    top: -4px;
}

.main_footer h3{
	font-family: 'RobotoCondensed-Regular';
	background: -webkit-linear-gradient(#ffff00, #d3c702);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight:bold;
	color:#d3c702;
}

.main_footer p {
    color: #fff;
}

.read_more{
	font-family: 'OpenSans-bold';
	text-decoration:underline;
}

.footer_about p {
    padding-right: 64px;
}

.our_links a{
	line-height:26px;
}

.content li {
    float: left;
    padding: 8px 0 0;
    width: 50%;
	font-family: 'OpenSans-bold';
}

.content ul {
    float: left;
    width: 100%;
	padding-left:15px;
}

h4, .contact h4{
	font-size:15px !important;
	margin-bottom:15px !important;
	font-family: 'OpenSans-bold' !important;
	text-transform:uppercase;
	margin-top:0 !important;
	
}

.contact {
    padding-top: 20px;
}

.faq-count {
    padding: 10px 30px !important;
	margin-right: 10px;
	color:#fff !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e00218+0,ad3901+100 */
	background: #e00218; /* Old browsers */
	background: -moz-linear-gradient(top,  #e00218 0%, #ad3901 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e00218), color-stop(100%,#ad3901)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e00218 0%,#ad3901 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e00218 0%,#ad3901 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e00218 0%,#ad3901 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e00218 0%,#ad3901 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00218', endColorstr='#ad3901',GradientType=0 ); /* IE6-9 */
	position: relative;
        top: -10px;
	width: 65px;
	text-align: center;
	float: left;
}

.volunteer {
    background: #c3c3c3 none repeat scroll 0 0;
    float: left;
    width: 100%;
}

.padd-none{
	padding:0 !important;
}

.volunteer h4 {
    margin-top: 15px !important;
}

.vol-img img {
    width: 100%;
}

.volunteer label{
	font-family: 'RobotoCondensed-Regular';
}

.error {
    color: red !important;
}

.prayer{
    min-height:590px;
}

.contact-footer{
color:#fff;
}
.iframe_contact > div {
    float: right;
    margin-right: 15px;
}
.contact-footer a {
    color: #6070ad;
}
.content p , .content ul{
    margin: 0 0 20px;
}
.content a {
    color: #ca190e;
	text-decoration: underline;
}
.content ul.service-list {
    list-style: none;
    padding: 0;
}
.content ul.service-list li {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.content ul.service-list li img {
    width: 50px;
    margin-right: 20px;
}
.content .program-requirement {
    background: #f5f5f5;
    margin: 10px 0;
    padding: 20px;
    border-left: 4px solid #b43204;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .home_content .res-pad {
        width: 100%;
    }
	.home_content .theme-button {
    top: 0px;
	}
	.request_form {
    width: 100% !important;
}
}