html { 
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
font-smoothing: antialiased; 
}

@media only screen {



    .cleaner {
        clear: both;
    }


    /**************************************************************** Nahoru dolu ********************************************************************/
    
    a.btmTop {
        position: absolute;
        right: 10px;
        display: block;
        height: 60px;
        width: 60px;
        z-index: 3000;
    }
    
    a.btmTop span {
        display: none;
    }
    
    a.btmTop {
        bottom: 100px;
        background: url('../images/st.png') left bottom no-repeat;
    }


    /**************************************************************** N A V I G A C E *******************************************************************/
    
    #hmbm {
        display: none;
    }
    
 }
    
    
    
    

/**************************************************************** max-width: 1370px *******************************************************************/

@media only screen and (max-width: 1369px) {


    #hmbm {
        display: block;
        width: 47px;
        height: 36px;
        position: absolute;
        right: 20px;
        top: 16px;
        z-index: 2000;
        background: transparent url('hammenu.png') left top no-repeat;
        cursor: pointer;
    }

    #hmbm.opn {
        background-image: url('hammenux.png');
    }

}
  
    
    
/**************************************************************** max-width: 1024px *******************************************************************/	
	
@media only screen and (max-width: 1024px) {
	
	#hmbm {
		right: 10px;
        background: transparent url('hammenu-black.png') left top no-repeat;
    }
	}

	
/**************************************************************** max-width: 600px *******************************************************************/

@media only screen and (max-width: 599px) {	
	

}
	

/**************************************************************** max-width: 360px *******************************************************************/

@media only screen and (max-width: 480px) {
	
	
    
}


