@charset "utf-8";
/* CSS Document */
		
		.homesb_image_fld{position:relative; display:block; padding-top:66.66%; }
		.homesb_image{position:absolute; top:0px; left:0px; width:100%;  }
		
		.subpage_fld{overflow:hidden;}
		
		
		.subpage_fld .subpage_title_fld{
							bottom: 0%;
							 transition: bottom .4s;
							/*animation: anim_gore 1s ease-in-out forwards;*/
							
		}
		.subpage_fld:hover .subpage_title_fld{  
							bottom: -100%;
							/*animation: anim_dole 1s ease-in-out forwards;*/
							
      						/*animation-delay: 10ms;*/
		}
		
		.subpage_fld .subpage_description_fld{
							bottom:100%;
							 transition: bottom .4s;
		}
		
		.subpage_fld:hover .subpage_description_fld{
							bottom:0%;
		}
		
		@keyframes anim_dole{
			from{ transform: translateY(0px); }
			to{ transform: translateY(300px);}
		}
		
		@keyframes anim_gore{
			from{ transform: translateY(300px); }
			to{ transform: translateY(0px);}
		}
		
		@media only screen and (max-width:980px){
			
			
		}
		
		
		@media only screen and (max-width:750px){
			
			.homesb_image_fld{position:relative; display:inline-block; width:100%; height:auto; padding-top:100%; }
			
			
		}
		
		@media only screen and (max-width:490px){
			
		}

