.main-header .header-lower
{
	background: #FFF;
	padding: 5px 0px;
}

.main-header.header-fixed .header-lower
{
	background: #FFF;
}

.main-header .main-menu .navbar-collapse > ul > li
{
	margin-left: 23px;
}

.main-header .main-menu .navbar-collapse > ul > li > a
{
	color: #009901;
}

#about-cause
{
	list-style: lower-roman !important;
	padding-left: 25px; 
}

.things>.content {
    position: absolute;
    left: 265px;
    top: -60px;
    z-index: 99
}

.things>.content>.fa-arrow-down {
    font-size: 50px;
    color: #BC2C1E;
    animation: jump-up-down .5s linear alternate infinite
}

.donate-now-btn
{
    position:fixed;
    width: 165px;
    top: 150px;
    right: 0px;
    background-color: #BC2C1E;
    color: #FFF;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    padding: 10px 0px;
    font-weight: bold;
    font-size: 16px;
    z-index: 99999;
    bottom: unset;
    animation: zoanimate 2s infinite;
		-webkit-animation: zoanimate 2s infinite;
		-moz-animation: zoanimate 2s infinite;
		-o-animation: zoanimate 2s infinite
}

.donate-now-btn:hover, .donate-now-btn:active, .donate-now-btn:focus 
{
    background-color: #BC2C1E;
    color: #FFF;
}

.donation-form .form-group-inner.radio {
	border: none;
}
.donation-form .form-group-inner input[type="radio"] {
	display: inline-block;
    margin: 0;
    position: static;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 10px;
}

.help-us .text-column h3
{
	margin-top: 25px;
}

.four-column .column .lower-part
{
	min-height: 188px;
}

.sponsors-section li img
{
	height: 165px;
}

@media only screen and (max-width: 479px)
{
	#side-navigation .toggle-nav 
	{
    	left: -60px;
	}
}

@media only screen and (max-width: 479px)
{
	#side-navigation .toggle-nav 
    {
    	top: 110px;
    }
}

@media (max-width: 767px) 
{
    .donate-now-btn
    {
    	bottom: 200px;
    	top: unset;
    }

    .things .content 
	{
		position: absolute;
		left: 130px;
		top: -60px;
		z-index: 99
	}

}

@media (max-width: 992px)
{	

}


@-webkit-keyframes zoanimate 
{
	0%, 20%, 40%, 60%, 80%, 100% {-webkit-transform: scale(1.0);} 
	10% {-webkit-transform: scale(1.1);}
	30% {-webkit-transform: scale(1.1);}
	50% {-webkit-transform: scale(1.1);}
	70% {-webkit-transform: scale(1.1);}
	90% {-webkit-transform: scale(1.1);}
}

@-moz-keyframes zoanimate 
{
	0%, 20%, 40%, 60%, 80%, 100% {-moz-transform: scale(1.0);} 
	10% {-moz-transform: scale(1.1);}
	30% {-moz-transform: scale(1.1);}
	50% {-moz-transform: scale(1.1);}
	70% {-moz-transform: scale(1.1);}
	90% {-moz-transform: scale(1.1);}
}

@-o-keyframes zoanimate 
{
	0%, 20%, 40%, 60%, 80%, 100% {-o-transform: scale(1.0);} 
	10% {-o-transform: scale(1.1);}
	30% {-o-transform: scale(1.1);}
	50% {-o-transform: scale(1.1);}
	70% {-o-transform: scale(1.1);}
	90% {-o-transform: scale(1.1);}
}
@keyframes zoanimate 
{
	0%, 20%, 40%, 60%, 80%, 100% {transform: scale(1.0);} 
	10% {transform: scale(1.1);}
	30% {transform: scale(1.1);}
	50% {transform: scale(1.1);}
	70% {transform: scale(1.1);}
	90% {transform: scale(1.1);}
}