/*For device: tablet, mobile*/
/*Min -> 320px -> 768px ->992px -> 1024px -> 1200 -> Max*/
	
@media only screen and (max-width: 900px) {
	#header-bar{ display:none; }
	#footer-content #text-2{
		max-width:100%;
		margin-right:auto;
		background: unset;
		padding-top: unset; 
		border-radius: unset; 
		box-shadow: unset;
	}
	#ft-cr-right, .cy-l{ text-align:center; }
	#footer:after{
		background: rgba(52, 168, 83, 0.84);
	}
	
	.transparent .header-main{ padding:0; }
	
	header:not(.transparent) .header-main{ background:#44a62f; }
	
	h1.kdfjdk{ font-size:25px; line-height:25px; }
	
	.col2-set .col-1, .col2-set .col-2{ width:100%; }
}


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

