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

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1158px) {
	body{ overflow-x:hidden;}
}

@media screen and (min-width:768px) and (max-width:980px) {
.pad-none-side{ padding:0 15px !important;}
.footer_about p {   padding-right: 0px; }
}

@media screen and (max-width:767px) {
header{ background-repeat:repeat-y; padding:10px 0;}	
.rescenter{ text-align:center;}
.donate-con{ padding:10px 0;}
.nann_click{ padding-top:0;}
.footer_about p {   padding-right: 0px; }
.pad-none-side{ padding:0 15px !important;}
.request_form .form-group{ margin-left:-15px !important;}
.request_form label{ padding:0 15px;}
.res-pad, .quote{ padding:15px; float:left; }
.quote{ width:100%;}
.col-sm-5.quote > p:first-child{ margin-left:0;}
.prayer{ padding:15px 0;}
.res-pad-div{ padding:15px 0; }
}


/* Mobile Landscape Size (devices and browsers) */
@media screen and (max-width:639px) {
.content li { width:100%; }
.faq-count{ padding: 5px 7px !important; width: 39px !important;}
.panel-title{ padding: 0px 0;}
.panel-title a{ font-size: 18px;}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media screen and (max-width:479px) {
.panel-title a{ font-size: 15px;}
}


