body
{
overflow-x: hidden !important;	
}
 
._transition
{
   -webkit-transition: all 2s, opacity 2.5s, ease 2s;
    -o-transition: all 2s, opacity 2.5s,  ease 2s;
    transition: all 2s, opacity 2.5s,  ease 2s; 	
} 

._notransition
{ 	
}

  ._fade_appear
{  
	width: 0 !important;
	height: 0 !important;
	opacity: 0.01 !important;	
}
 
 
 ._fade_right
{  
	margin-right: -3% !important;
	opacity: 0.01 !important;	
}
 
 
._fade_left
{  
	margin-left: -3% !important;
	opacity: 0.01 !important;	
}
 
 
  
._fade_top
{     
	margin-top: -3% !important; 
	opacity: 0.01 !important;	
}

  
._fade_bottom
{    
    
	margin-top: 3% !important; 
	opacity: 0.01 !important;	
}

  
._fade_bottom_left
{    
    
	margin-top: 20px !important; 
	margin-left: -20px !important;
	opacity: 0.01 !important;	
} 
  
._fade_all
{     
	opacity: 0.01 !important;	
}

._hidden
{
opacity: 0.01 !important;
}