@media only screen and (max-width: 1000px){
		.header_bottom {
		background-color: #ffffff;
	}
				}
@media only screen and (min-width: 480px) and (max-width: 768px){
	
		}
@media only screen and (max-width: 768px){
	
	
	
	
	
	
	
	
	}
@media only screen and (max-width: 600px) {
			h1 {
			font-size: 40px; 			line-height: 40px; 		    		}
	
			h2 {
			font-size: 30px; 			line-height: 36px; 		    		}
	
	
	
	
	
	}
@media only screen and (max-width: 480px){

	
		
			.footer_top.footer_top_full {
			padding-left:10px;
		}
	}