@media only screen and (max-width: 1000px){
		.header_bottom {
		background-color: #ffffff;
	}
						.content .container .container_inner.default_template_holder,
		.content .container .container_inner.page_container_inner {
			padding-top:80px !important; /*important because of the inline style on page*/
		}
	}
@media only screen and (min-width: 480px) and (max-width: 768px){
	
		}
@media only screen and (max-width: 768px){
			h1, h1 a {
								    letter-spacing: 0px; 		}
	
			h2, h2 a {
			font-size: 32px; 			line-height: 40px; 		    letter-spacing: 0px; 		}
	
			h3, h3 a {
			font-size: 25px; 			line-height: 20px; 		    letter-spacing: 0px; 		}
	
			h4, h4 a {
			font-size: 20px; 			line-height: 32px; 		    letter-spacing: 0px; 		}
	
			h5, h5 a {
			font-size: 15px; 			line-height: 15px; 		    letter-spacing: 0px; 		}
	
			h6, h6 a {
			font-size: 20px; 			line-height: 15px; 		    letter-spacing: 0px; 		}
	
			body,
		p {
			font-size: 11px; 			line-height: 20px; 		    letter-spacing: 0px; 		}
	
	
	}
@media only screen and (max-width: 600px) {
	
			h2, h2 a {
			font-size: 28px; 			line-height: 33px; 		    letter-spacing: 2.5px; 		}
	
			h3, h3 a {
			font-size: 20px; 			line-height: 31px; 		    letter-spacing: 0px; 		}
	
			h4, h4 a {
			font-size: 18px; 			line-height: 25px; 		    letter-spacing: 0px; 		}
	
			h5, h5 a {
			font-size: 12px; 			line-height: 15px; 		    letter-spacing: 0px; 		}
	
			h6, h6 a {
			font-size: 10px; 			line-height: 10px; 		    letter-spacing: 0px; 		}
	
			body,
		p {
			font-size: 9px; 			line-height: 18px; 		    letter-spacing: 0px; 		}
	}
@media only screen and (max-width: 480px){

	
				.footer_bottom {
			line-height: 26px;
		}
	
	}