@charset "UTF-8";
/* CSS Document */

html,
body
{
     font-family: 'Roboto Condensed', sans-serif;
    height: 100%;
    margin: 0;
}





.lt-ie9 header
{
    background-position: top center;
}

header
{
   /* background: url("beach.jpg") no-repeat scroll center top / cover #FFFFFF;*/
    height: 100%;
    position: relative;
  
}


#testo {
	  background-color: #FF6347;
    display: block;
    height: auto;
    padding: 50px 0;
	}




#testo-header
{
     background-image: url("logo.png");
    background-position: center center;
    bottom: 10%;
    height: 281px;
    left: 50%;
    
    margin-left: -140px;
    position: absolute;
    text-indent: -9999px;
    width: 272px;
}




#freccia-header {
   background-color: #d9d9d3;
    bottom: 0;
    color: #4f694f;
    font-size: 20px;
    font-weight: 800;
    padding: 23px 0;
    position: absolute;
    text-transform: none;
    width: 100%;
}



#freccia-header #logo {
	   background-image: url("img/logo-floor.png");
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 48px;
    margin-left: 30px;
    width: 133px;
	}

#freccia-header p {
	  color: #556752;
    float: right;
    font-size: 20px !important;
    margin: 27px 0 0;
    padding: 0 30px;
    text-align: left;
    width: auto;
	}
 
#freccia-header a
{
  background: url("freccia.png") no-repeat scroll center 39px rgba(0, 0, 0, 0);
    color: #000000;
    display: block;

    font-size: 29px;
    font-weight: bold;
    height: 62px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 100px;
}



article{
	 color: #FFFFFF;

    font-size: 26px;
    height: auto;
    line-height: 25px;
  
    text-align: center;
	}
	
	
	

@media screen and (max-width:900px) {
	#freccia-header p {
    color: #556752;
    float: right;
    font-size: 20px !important;
    margin: 8px 0 0;
    padding: 0 30px;
    text-align: left;
    width: auto;
}


#supersized {
    display: block;
    height: 90%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -999;
}

		
}





