/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */
@media only screen and (min-width: 1400px) {
	.why-mustquito::before { right: 43%;}
}
/*
 * Tablet
 */
@media only screen and (max-width: 1024px) {
	.why-mustquito::before, .why-mustquito::after{ display: none;}
	.navbar-nav > li{ margin: 0;}
}

@media only screen and (max-width: 768px) {

}

/*
 * Mobile
 */
@media only screen and (max-width: 767px) {
	.follow-download{ display: none;}
	.follow-title h2{ font-size: 20px; }
	.main-banner .item{height: 184px;}
	.socialCircle-container {width: 320px; height: 320px;}
	.socialCircle-center {width: 150px;height:150px;}
	.inner-banner{ padding:30px 20px;}
	.inner-banner h1{font-size: 26px; line-height: 36px;}
	.links{ margin-bottom: 30px;}
	.navbar-collapse{padding:0 15px;}
	.navbar-default .navbar-nav a { border: none; padding: 10px 20px 10px !important;}
	.footer-logo{display: block; margin: 0 auto 20px; max-width: 200px;}
	footer{ padding-top: 20px;}
	.footer-bottom, .footer-bottom .text-right{ text-align: center;}
	.footer-bottom p{ margin: 5px 0; display: inline-block;}
	.download h2 a{ margin: 20px 0 0;}
	h1{ font-size: 22px; margin-bottom: 20px;}
	.heading{ width: 100%;}
	.heading p{ font-size: 16px; line-height: 20px;}
	.navbar-default{ margin: 5px 0;}
	.volunteer-btn{ margin-top: 5px;}
	.navbar-default{ border-radius: 4px;}
	.navbar-default .navbar-toggle { border:none; background-color: rgba(0,0,0,0.6);}

	.plastic-logo{float: none; margin-bottom: 20px;}
	.plastic-logo img{margin: 0 auto; display: table;}
	.plastic-content{border-left: none; padding-left: 0;}
	.prevention-content{background: #fff; padding: 20px 10px 30px;}
	.prevention-content h1{text-align: center;}
	.pollution-content{display: block;} 
	.pollution-content h2{font-size: 20px; text-align: center;}
	.pollution-icon{margin: 0 auto 15px; display: block; float: none;}
	.pollution-row{margin-bottom: 5px;}
	.recycle h2{margin-bottom: 0;}
	.heading h1{line-height: 30px;}
	.solution-slider{margin-top: 50px;}
	.solution .head h2{font-size: 18px;}
	.solution .head h2 span{margin-right: 15px;}
	.section{padding: 30px 0;}
	.pb70{padding-bottom:40px;}
}
