@media only screen and (max-width: 1000px){
				}
@media only screen and (min-width: 480px) and (max-width: 768px){
	
		}
@media only screen and (max-width: 768px){
			h1, h1 a {
			font-size: 30px; 			line-height: 40px; 		    letter-spacing: 0px; 		}
	
			h2, h2 a {
			font-size: 26px; 			line-height: 36px; 		    letter-spacing: 0px; 		}
	
			h3, h3 a {
			font-size: 24px; 			line-height: 34px; 		    letter-spacing: 0px; 		}
	
			h4, h4 a {
			font-size: 22px; 			line-height: 32px; 		    letter-spacing: 0px; 		}
	
			h5, h5 a {
			font-size: 18px; 			line-height: 28px; 		    letter-spacing: 0px; 		}
	
			h6, h6 a {
			font-size: 16px; 			line-height: 26px; 		    letter-spacing: 0px; 		}
	
			body,
		p {
			font-size: 16px; 			line-height: 25px; 		    letter-spacing: 0px; 		}
	
	
	
	
			.title.title_size_small h1 {
			font-size: 24px; 			line-height: 32px; 		}
	
			.title.title_size_medium h1 {
			font-size: 32px; 			line-height: 48px; 		}
	
			.title.title_size_large h1 {
			font-size: 30px!important; 			line-height: 40px!important; 		}
	
}
@media only screen and (max-width: 600px) {
			h1, h1 a {
			font-size: 30px; 			line-height: 40px; 		    letter-spacing: 0px; 		}
	
			h2, h2 a {
			font-size: 26px; 			line-height: 36px; 		    letter-spacing: 0px; 		}
	
			h3, h3 a {
			font-size: 24px; 			line-height: 34px; 		    letter-spacing: 0px; 		}
	
			h4, h4 a {
			font-size: 22px; 			line-height: 32px; 		    letter-spacing: 0px; 		}
	
			h5, h5 a {
			font-size: 18px; 			line-height: 28px; 		    letter-spacing: 0px; 		}
	
			h6, h6 a {
			font-size: 16px; 			line-height: 26px; 		    letter-spacing: 0px; 		}
	
			body,
		p {
			font-size: 18px; 			line-height: 26px; 		    letter-spacing: 0px; 		}
	
	
			.title.title_size_small h1 {
			font-size: 18px; 			line-height: 24px; 		}
	
			.title.title_size_medium h1 {
			font-size: 24px; 			line-height: 32px; 		}
	
			.title.title_size_large h1 {
			font-size: 24px!important; 			line-height: 34px!important; 		}
	}
@media only screen and (max-width: 480px){

	
				.footer_bottom {
			line-height: 20px;
		}
	
			.footer_top.footer_top_full {
			padding-right:10px;
		}
			.footer_top.footer_top_full {
			padding-left:10px;
		}
	}