@media screen and (max-width:1200px){
	.feature-content{width:55%;}
}
@media screen and (max-width:991px){
	.feature-content{width:80%;}
	.features-slider{height:100%}
	body > section.supporters-intro{
	padding-bottom:0px !important;
	}
}
@media screen and (max-width:680px){
	.feature-content{width:60%;}
}

@media screen and (max-width:465px){
	
	.feature-content{width:100%;text-align:center;margin-top:20px;}
	.feature-icon{display:block;margin:0 auto;}
	blockquote p{width:60%;}
	.features-slider {padding: 11% 50px 10% 50px;}
}






@media only screen and (max-width: 600px) {
   /* For extra small devices */
}

@media only screen and (min-width: 600px) {
  /* For portrait tablets and large phones */
	.footer-content{
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
  /* For landscape tablets */

	.footer-copy{
		text-align:left;	
	}	
} 

@media only screen and (max-width: 767px) {
  /* For mobile phones */
  .social {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 30px;
	}
	h1 {
		font-size:40px;
	}
	h2{
		font-size:22px;
	}
	.feature-wrap p{
		height:auto;
	}
	.navbar-inverse .navbar-nav > li > a.donate{
		margin:10px 0 0 0 ;
	}
	.navbar {
		height:auto;
	}	
	.criteria-students{
	top: 0px;
	padding-bottom: 10px;
	}
  
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  /* For large devices (laptops, desktops) */
  .features-intro, .features-img, .features-slider{
	  height:680px;
	  margin-bottom:35px;
  }
  .features .col-md-3 {
    width: 50%;
  }
  header .container {
    width: 920px;
  }
  .features-bg{
	  height:680px;
  } 
  
  .categories_post{
    width: 437px;
    margin: auto;
  }
  
  .features-slider-supporters {
    height:580px !important;
	margin-bottom:0px !important;
  }
  
  .banner-text {
    top: 30%;
  }
  
  .inner-bg {
    padding: 250px 0 170px 0;
  }
  
  body > section.supporters-intro{
	padding-bottom:0px !important;
  }
 
}