@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.section1 .logo img{
		width: 100%;
	}
	.section1 input{
		float: none;
        width: 100%;
	}
	.section3 .bann img{
		margin: 10px 0px;
	}
	.section5{
		text-align: center;
	}
	.section5 img {
        float: none;
    }
    .newsticker-jcarousellite ul li{
    	width: 100% !important;
    }
}

/* Media Queries for iPhone Landscap CSS */
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.newsticker-jcarousellite ul li{
    	width: 100% !important;
    }
    .newsticker-jcarousellite .info{
    	width: 230px !important;
    }


	

}
/* Media Queries for iPad Portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.section1 input{
		margin-top: 3px;
	}
	.section1 span{
		top: 7px;
	}
	.section4 h2{
		font-size: 22px;
	}
	.section3 .bann img{
		height: 260px;
	}
	.section4 .col-md-3{
		padding: 0px;
	}
	#upcoming_news h2{
		font-size: 15px;
	}
	#newsticker-demo h2 {
       font-size: 14px
    }
	.upcomingnews {
	    width: 100%;
	    height: 200px !important;
    }
    .newstickernews {
	    width: 100%;
	    height: 196px !important;
    }
    .newsticker-jcarousellite .info {
	    float: right;
	    width: 128px;
    }
    .newsticker-jcarousellite .thumbnail {
    	width: 45px;
    }


}
/*Media Queries for Normal */

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
	.section3 .bann img{
		height: 276px;
	}
	.upcomingnews {
	    width: 100%;
	    height: 200px !important;
    }
    .newstickernews {
	    width: 100%;
	    height: 212px !important;
    }
}