@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Pathway+Gothic+One');

::-moz-selection  {
background: #df0026;
color: white;
}
::selection   {
background: #df0026;
color: white;
}

html, body    {  
	width: 100%;   
   	height: 100%;   
 	margin: 0;   
    padding: 0; 
	}

body {
	background-color: #fff;
    background-image: url('../images/bg-fiori-artificiali.jpg');
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto;
    color: #333;
	font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
	line-height: 28px;
	margin: 0;   
    padding: 0;
	text-align: center;
	}

#container{
	overflow: hidden;
}

a {
    color: #df0026;
	text-decoration: none;
	outline: none;
}

a:hover{
	color:#666;
	}

#clear{clear:both;}


#key{
	color:#fff; 
	position: absolute;
	font-size: 0.5em;
	line-height: 10px;
}

#corpo {
    display: block;
	margin: 0 auto;
	max-width: 800px;
	position: relative;
    padding: 10px;
    margin-top: 50px;
    background-color: rgba(255,255,255,0.75);
    border-radius: 30px;
}

#title {
    margin-top: 10px;
    margin-bottom: 30px;
}

#title img{
    width: 98%;
    max-width: 350px;
}

#text {
    font-size: 1em;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #222;
}

#email {
    margin-top: 2px;
    display: inline-block;
    padding: 10px;
}

#dati {
    font-size: 0.80em;
    margin-top: 20px;
    margin-bottom: 20px;
}

#catalogo{
    padding-bottom: 20px;
}

#catalogo a{
    background-color: #df0026;
    color: #fff;
    padding: 10px 14px;
    -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#catalogo a:hover{
    border-radius: 30px;
}


/* responsive rules */
@media screen and (min-width: 1900px) {


	
}

@media screen and (min-width: 1800px) and (max-width: 1899px) {


}

@media screen and (min-width: 1590px) and (max-width: 1799px) {
	

	
}

@media screen and (min-width: 1220px) and (max-width: 1589px) {




	
}

@media screen and (min-width: 1001px) and (max-width: 1219px) {
	


	
}


@media screen and (min-width: 851px) and (max-width: 1000px) {
    


	
}


@media screen and (min-width: 651px) and (max-width: 850px) {



}

@media screen and (min-width: 451px) and (max-width: 650px) {
	



}


@media screen and (min-width: 291px) and (max-width: 450px) {

    
    
	
}

@media screen and (max-width: 290px) {

    
	
	
}