/* --------------------------------------
=========================================
RESPONSIVE FIXES
=========================================
-----------------------------------------*/


@media (max-width: 991px) {

	.pull-right, 
	.pull-left {
		float: none !important;
		margin: auto;
	}

	.text-left,
	.text-right {

		text-align: center;
	}

	.side-screenshot {
		margin-bottom: 40px;
	}

	header .home-screenshot {
		margin-top: 0;
	}

	.button-container .btn {
		margin: 10px;
	}

	.feature-list-1 {
		margin-top: 0;
	}

	.feature-list-1 li .icon-container {
		float: left !important;
	}

	.feature-list-1 li p {
		text-align: left !important;
	}
	.feature-list-2 li .icon-container {
		margin-right: 0;
		margin: auto;
		margin-bottom: 10px;
	}

	header .vertical-registration-form {
		margin-top: 10px;

	}

	.intro-section {
		margin-bottom: 50px;
		margin-top: 0;
	}
	.mobile-only{
		display: none;
	}




}


@media (min-width: 768px) and (max-width: 991px) { 

	html {
		font-size: 90%;
	}

	.sticky-navigation .navbar-header {
		width: 100%;
		position: relative;
		text-align: center;
		margin-top: 10px;
	}
	.sticky-navigation .navbar-header a {
		float: none !important;
	}

	.feature-list-1 {
		float: left;
		font-size: 16px;
		line-height: 25px;
	}
	.feature-list-1 li p {
		font-size: 16px;
		line-height: 25px;
	}

	.charitydoanteLink{
		margin-top: 25px;
	}

}


@media(max-width:767px) {

	html {
		font-size: 80%;
	}

	header,
	.cta-section {
		background-attachment: scroll !important;
	}

	.navigation-header {
		padding-top: 25px;
		padding-bottom: 10px;
	}

	.navbar-inverse .navbar-collapse {
		border-color: #ececec;
	}

	.intro {
		text-align: center !important;
	}
	
	.button-container {
		margin-top: 10px;
		margin-bottom: 70px;
		padding: 10px;
	}
	
	.intro-section .sub-heading {
		font-size: 15px;
		line-height: 25px;
	}

	.section1,
	.section2,
	.section3,
	.section4,
	.section5,
	.section6,
	.section7 {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.feature-list-1 {
		width: 80%;
		margin: auto;
	}

	.feature-list-1 li p {
		font-size: 16px;
		line-height: 25px;
	}

	.navbar-toggle {
		background: #727272;
	}

	.nav>li {
		text-align: left;
		border-bottom: 1px solid #ececec;
	}

	.vertical-registration-form {
		max-width: 80%;
	}

	.subscription-form .input-box {
		margin: auto;
		width: 80%;
		margin-bottom: 10px;
		margin-top: 25px;
	}

	.btn-social{
		margin: 10px 0px;
	}
}


@media(max-width:480px) {

	html {
		font-size: 100%;
	}

	.feature-list-1 {
		display: none;
	}

	body {
		font-size: 13px;
		line-height: 21px;
	}
	
	.button-container {
		margin-bottom: 40px;
	}

	.feature-list-1 {
		width: 80%;
	}

	.vertical-registration-form {
		max-width: 100%;
	}

	h4 {
		font-size: 18px;
		line-height: 28px;
	}

	h5 {
		font-size: 16px;
		line-height: 24px;
	}

	h6 {
		font-size: 14px;
		line-height: 22px;
	}

	.standard-button,
	.secondary-button,
	.secondary-button-white {
		font-size: 13px;
		min-width: 100px;
		padding: 11px 20px 11px 20px;
	}
	.navbar-inverse .navbar-form{
		border: 0 !important;
		border-color: #fff !important;
	}
	.none-mobile{
		display: none !important;
	}
	#home{
		margin-top: 50px !important;
	}
	#home .intro{
		margin-top: 20px !important;
	}
	.section1{
		padding: 38px 10px !important;
	}
	.project .content h3{
		font-size: 1.1rem;
		margin-bottom: 10px;
	}
	.project .content .name{
		margin-top: 20px;
	}
	.infoArea span {
		width: 50%;
		float: left !important;
	}
	.infoArea span:last-child {
		width: 100%;
		font-weight: bold;
		text-align: center;
	}
	.project{
		min-height: 560px !important;
	}
	.collection {
		min-height: 200px !important;
		height:auto !important
	}

	.collection-charity {
		min-height: 200px !important;
		height:auto !important
	}

	.mobile-only{
		display: block !important;
	}
	.project_updates, .commentArea{
		width: 100% !important;
	}
	.gtbArea .innerbg p a{
		font-size: 18px;
	}
	.projectfunds h5{
		font-size: 30px;
	}

	.charitydetails{
		margin-top: 15px;
	}

	.charity_show_stats{
		font-size: 13px;
	}

	.charitydoanteLink{
		padding-top: 0 !important;
	}

	.charityfunders .funderarea h5, .charityfunders .funderarea .funderamount{
		float: none !important;
	}
}

}
@media(max-width:320px) {
	.navbar-inverse .navbar-form{
		border: 0 !important;
		border-color: #fff !important;
	}
	.none-mobile{
		display: none !important;
	}



}