/* MOBILE */
@media screen and (max-width: 767px) {

    #header{
	    background:#ffffff url(../img/back.jpg) repeat-x top center;
	    background-size:1px 90px;
	    line-height:0;
	    position:fixed;
	    top:0;
	    left:0;
	    width:100%;
	    z-index:1000;
    }
    
    #mobile-padding
    {
        width:100%;
        height:110px;
    }
    
    #menu li{
	    display:block;
	    padding:7px 25px 0px 25px;
	    height:40px;
    }  
    
    h1{
	    font-family: 'Raleway', sans-serif;
	    margin-top:0px;
	    margin-bottom:17px;
	    padding-bottom:15px;
	    font-size:24px;
	    font-weight:400;
	    color:#232488;
	    border-bottom:2px solid #c4c2bb;
	    text-align:center;
    }      
  
}

/* DESKTOP  E TABLET*/
@media screen and (min-width: 767px) {

    #header{
	    background:#ffffff url(../img/back.jpg) repeat-x top center;
	    line-height:0;
    }
    
    #menu li{
	    display:inline-block;
	    padding:7px 25px 0px 25px;
	    height:40px;
    } 
    
    h1{
	    font-family: 'Raleway', sans-serif;
	    margin-top:10px;
	    margin-bottom:35px;
	    padding-bottom:30px;
	    font-size:32px;
	    font-weight:400;
	    color:#232488;
	    border-bottom:2px solid #c4c2bb;
	    text-align:center;
    }       

}
