﻿@charset "UTF-8"; 

/*  ****************************************** TABLET ********************************************** */


@media screen and (min-width: 450px) {
	
@font-face {
   font-family: 'block-berthold-regular';
   src: url(../font/block-berthold-regular.eot);
   src: local('../font/block-berthold-regular'), url('../font/block-berthold-regular.ttf') format('truetype');

}
@font-face {
   font-family: 'Ubuntu-L';
   src: url(../font/Ubuntu-L.eot);
   src: local('../font/Ubuntu-L'), url('../font/Ubuntu-L.ttf') format('truetype');
   }
	
/*  --------------- header --------------- */

header { 

    width: 100%;  

 } 
 
 header .social{
display:none;
} 
 

/*  --------------- fine header --------------- */
 
 
body,td,th {
	font-family: Calibri, sans-serif;
    font-size: 115%;
}	
	
body {
	background: #ffffff;
}


h1{
font-family: Ubuntu-L, Calibri, sans-serif;
 	color: #026634;
	font-weight: lighter;
clear: both;
}

h2 {
font-family: Ubuntu-L, Calibri, sans-serif;
	color: #026634;
		font-weight: lighter;


}

p {
	color: #4f4b42;
}

li{
   color: #4f4b42;
}

#container {
	width:550px;
	margin: auto;

}

.MobileHead {
display:none;
}

.ImmHead{
width: 100%;
display:none;
padding-top: 5px;
}

.TabletHead{

width: 100%;
display:block;
}


.ImmPar {
	
padding-top: 5px;
width: 300px;
height: 208px;
float: left;
margin-right: 20px;
	
}



.sez2{
clear: both;
}

.sez3{
clear: both;
}
	

    
/*  --------------- footer --------------- */

footer{
text-align: center;
}

    
/*  --------------- fine footer --------------- */






} 


/*  ****************************************** fine TABLET ********************************************** */