 
/*  ============================================================================
    # Media Queries
    ========================================================================= */

@media only screen and (min-width: 960px) and (max-width: 1279px) {



}

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


}

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

    
    
}

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

  
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    
}

@media only screen and (max-width: 479px) {
	.footer li{
	padding:0px 0% 0px 0px !important;
	width:100% !important;
	margin: 10px 0px !important;
	}
.cameraContents .camera_caption2 h1 {
font-size: 150% !important;
line-height:90% !important;
	}
	.imppointswrap li{
	min-height: 350px !important;
	}
	.cameraContents .camera_caption2 span {
font-size:80% !important;
	}
	.innerabtlhs {
 width:100% !important;
	}
	.innerabtrhs {
 width:100% !important;
		padding: 20px 0px 10px 0px !important;
	}
}
