@import url("common.css");
@import url("top.css");
@import url("menu.css");
@import url("intro.css");
@import url("bottone.css");
@import url("footer.css");

.headerLine{
    background: url('../images/background/sfondo_kuo.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.intro h3{
    font-size:40px;
}
.intro p{
    margin-top: 60px;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight:300;
}

@media(min-width:768px){
    .intro h3{
	font-size:60px;
    }
}


.intro p{
    line-height: 24px; margin-top:30px; margin-bottom:30px;     overflow: hidden;
}
@media(min-width:992px){
    .intro p.more{
        margin-top: 0;
        line-height: 25px;
    } 
}

@media(min-width:1230px){
    .intro p.more{
        line-height: 30px;
    } 
}
    

.title{
    color: #0b5a9f;
    font-size: 50px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}
@media(min-width:768px){
    .title{
        margin-bottom: 30px;
        margin-top: 50px;
    }
}

.stemmi{
    margin-top: 15px;
}
@media(min-width:768px){
    .stemmi{
        margin-top: 0;
        position: absolute;
        right: 0;
        top: -50px;
    }
}
@media(min-width:1230px){
    .stemmi{
        right: 50px;
    } 
}
.testo_due{
    margin-top: 20px;
    clear: both;
    overflow: hidden;
}

.testo_tre{
    margin-top: 40px;
    clear: both;
    overflow: hidden;
}

.testo_quattro {
    margin-top: 40px;
    clear: both;
    overflow: hidden;
}

.testo_quattro .foto_ricetta{
    padding-left: 0;
}

.testo_quattro .box_scatola{
    padding: 0;
}

.testo_quattro .claim_kuo{
    color:#0b5a9f;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 45px;
}

.testo_quattro .box_testo{
    padding: 0;
}

@media(min-width:768px){
    .testo_quattro .box_testo{
        padding: 0 30px;
    }
}
