
 #res_logo_img{display:none;}
 
/*NOT ON TOP PAGE*/ 
 #h1_img{width:40%;height:auto;
 padding-top:24px;
 padding-right:10px;border:0px solid green;
	max-width:550px;
}
 

@media screen and (max-width: 725px){
	#text_on_img{width:70px;font-size:14px;
}
	
	#the_page_top{border:0px solid #fff;z-index:11111111111111111;
	position:relative;
	top:0px;
	display:block;
	height:120px;
	width:100%;
}
	
	#res_logo_img{display:block;z-index:-1;border:0px solid red;
	position:absolute;
	top:50px;
	right:10px;
	height:16%;
	max-height:300px;
	min-height:100px;
	min-width:150px;
	max-width:300px;
	width:70%;
	background: url('../data_folder_kw/res_logo.jpg');
     background-repeat: no-repeat;
    background-size: 100% 60%;
	
	}
	.res_logo_ani{
		width:100%;
		height:auto;
		display:none;
	}


	 #logo_container_background{display:none;}
	#logo_container{display:none;}
	#com{display:none;}
	#h1_img{
	text-align:center;
	width:200px;
	height:45px;
	padding-top:0px;
	margin-top:40px;
	padding-left:18px;border:0px solid blue;
	max-width:550px;
	font-size:20px;
	}

 
}



