body{
	background: #f1f6fa;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #585959;
}
h1 {
   text-align: center;
   font-weight: 700;
   color: #34495E;
}
.home{
	-moz-box-shadow: 0 -5px 4px 0 rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 -5px 4px 0 rgba(0, 0, 0, 0.7);
	box-shadow: 0 -5px 4px 0 rgba(0, 0, 0, 0.7);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#bababa')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#bababa');
}
.intro-mesg{
	text-align: center;
	max-width: 87%;
	margin: 40px auto;
}
.intro-mesg span{
	font-weight: 700;
}
.MR15{
	margin-right: 15px;
}
.MB15{
	margin-bottom: 15px;
}
.btn{
	font-weight: 700;
}
.footer {
    background: none repeat scroll 0 0 #34495E;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -10px;
}
ul.foot-link{
	text-align: center;
}
ul.foot-link span{
	color: #fff;
}
ul.foot-link li:first-child{
	border-left: 0;
}
ul.foot-link li {
    border-left: 1px solid #FFFFFF;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin: 15px 0;
    padding: 0 0 0 4px;
}
ul.foot-link li a{
	color: #e5eaef;
}
ul.foot-link li a:hover{
	color: #fff;
	text-decoration: none;
}
.donate{
	margin-bottom: 60px;
}
h2{
	color: #34495e;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.form-inline {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C5D0D9;
    border-radius: 8px;
    margin-bottom: 40px;
    padding: 15px 0 0;
}
.form-inline .form-group {
    margin-bottom: 15px;
}
.method {
    background: none repeat scroll 0 0 #F1F6FA;
    line-height: 34px;
	margin-bottom: 15px;
}
.form-footer {
    background: url("../images/seperator.png") no-repeat scroll left top #EEF4F8;
    border-radius: 0 0 8px 8px;
    margin: 0 -15px;
    padding: 25px 15px;
}
.no-marg{
	margin-bottom: 0!important;
}
.form-inline select.form-control {
    width: 100%;
}
.thumbnail > img, .thumbnail a > img {
    max-width: 98%;
}
::-webkit-input-placeholder { color:#999; }
::-moz-placeholder { color:#999; } /* FF 19+ */
:-moz-placeholder { color:#999; } /* FF 18- */
:-ms-input-placeholder { color:#999; }
.placeholder { color:#999; } /* for the polyfill */
h1{
	text-align: center;
	font-weight: 700;
}
.cards .col-sm-3{
	float: left;
	padding-right: 0;
}
.event-form {
	border: 1px solid #34495e;
	margin-bottom: 20px;
}
.event-form .heading_bar {
    background: none repeat scroll 0 0 #E6EBEF;
    margin-bottom: 7px;
    padding: 0 15px 4px;
}
.heading_bar label {
	font-weight: 700;
	color: #34495e;
}
.brdR{
	border-right: 1px solid #d5dade;
}
.event-form .checkbox {
    margin-bottom: 5px;
}
.event-form .checkbox label {
    color: #34495e;
}
.hasDatepicker {
position: relative;
}
.ui-datepicker-trigger {
position: absolute;
right: 22px;
top: 7px;
}
.input-group-addon {
position: absolute;
padding: 9px 16px
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
@media (max-width: 767px) {
.form-inline select.form-control, .input-group {
    margin-bottom: 15px;
}
.col-xs-offset-1 {
    margin-left: 0;
}
.footer {
    margin-left: 0;
    margin-right: 0;
}
ul.foot-link {
    margin: 0;
    padding: 0;
    text-align: left;
}
.radio,
.checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.radio-inline, .checkbox-inline {
    padding-left: 0;
}
.radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-top: 11px;
}
.thumbnail > img, .thumbnail a > img {
    max-width: 99%;
}
.thumbnail {
    max-width: 70px;
}
  .input-group {
    width: 100%;
}
#amount {
    width: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  .input-group {
    width: 100%;
}
#amount {
    width: 100%;
}
}
.cards .col-sm-3 {
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
   background-color: #FFFFFF;
}
