
/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,top-nav,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, top-nav, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical top-nav */
nav.horizontal ul li{	display: inline-block;}/* horizontal top-nav */
img{max-width:100%;}
/*end reset*/
body{
    /*font-family:'Gentium Basic', serif;
    font-family: 'Raleway', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background: #fff;
}
.wrap{
    margin:0 auto;
    width:80%;
}
/*---start-top-header----*/
.content
{
    /*background: url(../img/peverelli.jpg) no-repeat;*/
    /*background: url(../img/background.jpg) no-repeat;*/
    background: url(../img/bg.jpg) no-repeat;
    /*background-color: rgb(71,186,185);*/
    background-size: 100%;
    background-size:cover;
}
/*#logo{
	width: 200px;
	height: 60px;
	background: url(../img/logoReva3.svg) no-repeat;
	position: absolute;

	/*margin:2.2em 1.3em;
}*/

#logo{
    width: 23%;
    height: 80px;
    background: url(../img/logoReva3.svg) no-repeat;
    position: absolute;
    top:10px;

    /*margin:2.2em 1.3em;*/
}

/*****/
/* start header */

::selection { background: #b9e9b9; color: #555; }
::-moz-selection { background: #b9e9b9; color: #555; }
::-webkit-selection { background: #b9e9b9; color: #555; }

br { display: block; line-height: 2.2em; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
img { border: 0; max-width: 100%; }

h1, h2, h3, h4, h5, p{
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Montserrat', sans-serif;}


#w {
    max-width:70%;
    margin: 0 auto;
}

#content {
    margin: 0 0em;
    background: #fff;
}

strong{
    font-weight: 400;
}

.gris{
    color: rgba(61,61,59);
    font-size: 0.8em;
    letter-spacing: 2px;
    display: block;
    /*text-align: right;
    margin-right: 40px;*/

}

#pagebody {
    padding: 15px 25px;
}

/* navigation bar */
#topnav {
    display: block;
    width: 100%;
    position: relative;
}

#topnav h1 {
    float: left;
    padding: 2.2em 0em;
    display: none;
}


#topnav #navbtn {
    display: none;
    float: right;
    top: 0;
    width: 20px;
    padding: 2.5em 0em;
    background: url('../img/nav-icon.svg') center no-repeat;
    text-indent: -99999px;
    overflow: hidden;
}

#topnav nav {
    position: absolute;
    top: 0;
    right: -10px;
    padding: 2.2em 0em;
}

#topnav nav ul {
    list-style: none;
}
#topnav nav ul li {
    display: block;
    float: left;
    margin:0em 0.5em;
}

#topnav nav ul li a {
    display: block;
    font-size: 0.9em;
    color: #fff;
    padding: 0.7em 1em;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#topnav nav ul li a:hover {
    color:rgb(71,186,184);
    border:2px solid rgb(71,186,184);
}
#topnav nav ul li.active>a {
    color:rgb(255,255,255);
    border:2px solid rgb(71,186,184);
}
/* footer block */
#btmnav {
    display: block;
    padding: 5px 0;
    border-top: 1px solid #cfcfcf;
    font-size: 1.1em;
    font-weight: normal;
}

#btmnav .credits {
    color: #999;
    line-height: 1.45em;
}
#btmnav nav { padding: 9px 0; padding-bottom: 15px; }
#btmnav nav ul li { display: inline; }
#btmnav nav ul li a { font-weight: bold; }

.tit1{
    display: block;
    text-align: left;
    margin-left: 375px;
}

.tit2{
    display: block;
    text-align: right;
    margin-right: 300px;
}

.tit3{
    display: block;
    text-align: left;
    margin-left: 425px;
}

.tit4{
    color:rgba(255,255,255);
    display: block;
    margin-left: 200px;
    font-size: 1.1em;
    margin-top: 56px;
}

.textContact h5 {
    color:rgb(71,186,184);
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.contact p {
    font-size: 1.1em;
    color: rgb(61,61,59);
    line-height: 1.9em;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1.5em;
}


.sottoTit1{
    text-align: right;
    margin-right: 600px;
    font-size: 1.1em;
    display: block;
    margin-bottom: 30px;

}
.sottoTit2 {
    text-align: right;
    margin-right: 500px;
    font-size: 1.1em;
    display: block;
    margin-bottom: 30px;
}

.blog a{
    color: rgba(61,61,59);
}

.blog a:hover{
    color: rgba(71,186,184);
}

.blog h4 {
    text-align: center;

}

.blog h3{
    color: rgb(71,186,184);
    text-align:center;
    font-weight:600;
    margin-bottom: 0.3em;
    margin-top: 4em;
    font-size: 2.1em;
    letter-spacing: 0.1em;
}

}

#logoFooter{
    /*border:1px solid red;*/
    width:500px;
    margin: 50px auto 10px;
}

.personalizzare{
    width:85%;
    height: 1%;
    margin:auto;
    /*margin:40px auto;*/
    overflow: hidden;
}

.personalizzareFoto {
    width: 40%;
    margin: 45px auto;
    float:right;

}
.personalizzareText {
    width: 50%;
    margin: 150px auto;
    float:left;

}

.personalizzareText h3{
    color: rgb(71,186,184);
    text-align: center;
    font-weight: 600;
    font-size: 1.8em;
    letter-spacing: 0.2em;
    margin-bottom: 0.3em;
    margin-top: 2em;}

}

.personalizzareText h4{
    float:right;
    text-align: center;
    line-height: 1.9em;
    margin:auto;
}
.grande{
    font-size: 1.2em;
    font-weight: 400;
}

.personalizzare2{
    width:100%;
    height: 1%;
    /*margin:40px auto;*/
    margin: auto;
    overflow: hidden;
    background-color: rgba(70, 184, 185, 0.4);
}
.personalizzareFoto2 {
    width: 30%;
    float:left;
    margin-left: 100px;

}
.personalizzareText2 {
    width: 50%;
    margin: 150px 100px;
    float:right;

}

.personalizzare2 h4{
    float:right;
    text-align: center;
    line-height: 1.9em;
}

.personalizzareText2 h3 {
    color: rgb(71,186,184);
    text-align: center;
    font-weight: 600;
    margin-bottom: 0.3em;
    margin-top: 2em;
    font-size: 1.8em;
    letter-spacing: 0.2em;}


.personalizzareText2 h4{
    float:right;
    text-align: center;
    line-height: 1.9em;
    margin:auto;
}
#buttonContainer {
    width: 50%;
    margin:auto;

}
#buttonContainer a{
    color:rgb(255, 255, 255);

}
.button {
    background-color: rgb(71, 186, 184);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 40px;
}

.button2 {
    background-color: rgb(71, 186, 184);
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 40px;
    float:right;
}

.button2:hover {
    background-color: rgba(71, 186, 184, 0.4);
}
.button:hover {
    background-color: rgba(71, 186, 184, 0.4);
}


.wrap{
    width:80%;
}



#topnav nav{
    right: 296px;

}

#team{
    height: 400px; /*era 400*/
    margin-top: 3em;

}

#fotoFam{
    display: block;
    float: left;
    width: 300px;
    height: 300px;
    margin-top: 2.5em;
    margin-right: 1em;
}

.textFam{
    width: 100%;
    float: right;
    margin-bottom: 2.5em;
    margin-top: 2em;
}

.span_1_of_1 p{
    text-align: left;
}
.span_1_of_1 h3 {
    color: rgb(71,186,184);
    margin-bottom: 0.5em;
    font-size: 2.1em;
    line-height: 1.2em;
    font-weight: 600;
    margin-top: 0px;
    letter-spacing: 0.1em!important;
    text-align: center;
}

.vini h3{
    color: rgb(71,186,184);
    text-align:center;
    font-weight:600;
    /*margin-bottom: 0.3em;
    margin-top: 4em;*/
    margin-bottom:18px;
    font-size: 2.1em;
    letter-spacing: 0.1em;
}


.vini p{
    line-height: 1.9em;
    width: 90%;
    color: rgb(61,61,59);
}

.viniText p{
    margin: 1.2em auto;
    font-size: 1.1em;
    line-height: 1.9em;
    width: 85%;
    color: rgb(61,61,59);
}

.rossese{
    /*width:80%;*/
    width:100%;

    margin: 0.5em auto;
    text-align: center;
}

.rossese h4{
    color: rgb(207,0,61);
    font-size:1.8em;
    line-height: 1.2em;
    font-weight:700;
    margin-bottom:0.8em;
    margin-top: 2.65em;
    letter-spacing: -1px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.rossese p{
    text-align: left;
    margin-top: 42px;
    font-size: 1.2em;
}

.rossese img{
    /*width: 100px;*/
    width:100%;


}

.rossBott{
    width: 31%;
    margin: 24px auto;
    float: left;
}

.container {
    width: auto;
    margin-top:80px;
}

.slidesjs-previous,
.slidesjs-next,
.slidesjs-pagination {
    display: none;
}


.vigne{
    width: 100%;
    margin: 1.8em auto;
    text-align: center;
}
.vigne h3{
    color: rgb(165, 186,108);
    font-size: 2.17em;
    font-weight: 700;
    width: 90%;
    margin: auto;
}


.vigne p{
    margin: 2.5em auto;
    font-size: 1.2em;
    line-height: 1.9em;
    color: rgb(61,61,59);
    width: 90%;
}


.tecnica{
    width: 100%;
    height: 658px;
    margin:auto;
}


#fotoDolce{
    display: block;
    float: left;
    width: 320px;
    height: 320px;
    margin: 5em 8em;

}

.textContact{
    width: 50%;
    margin: 5em auto;
    display: inline-block;
}

.textContact h4 {
    color: rgb(71,186,184);
    font-size: 1.2em;
    font-weight:700;
    margin-bottom:0.8em;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.textContact h4 br {
    line-height: 1.6em;
}

.textContact p {
    color: rgb(61,61,59);
    text-align: center;
}

.textContact p br {
    line-height: 0.2em;
}


#mappa{
    width: 70%;
    margin: -3em auto 3em;
    text-align: center;
}

.wrap{
    width:85%;
}
#topnav nav ul li a,.footer-right ul li a {
    padding: 0.7em 0.85em;
}
.pricing-grid ul li a {
    padding: 1.1em 0em;
}
.span_1_of_1 p {
    width: 88%;
    text-align: left;
}
.contact p a{
    color:rgb(61,61,59);

}



/*  GRID OF One   =========================================== */
#team {
    background: #fff;
    padding:2em 0;
}
.col_1_of_1{
    display: block;
    text-align: center;
    width:100%;
    margin: 0.5em auto;
}
.span_1_of_1  h3{
    color: rgb(71,186,184);
    margin-bottom:0.5em;
    font-size:2.3em;
    line-height: 1.2em;
    font-weight:600;
    margin-top: 0px;
    letter-spacing: -1px;
    text-align: center;
}
.span_1_of_1  p{
    font-size:1.1em;
    padding:0.5em  0;
    color:rgb(61,61,59);
    line-height: 1.9em;
    text-align: center;
    width: 100%;
}
.pen{
    text-align: center;
}
/********/
div#ourstory {
    background:rgb(255,255,255);
    padding:2em 0;
}



#slides {
    display: none;
}


.verde{
    color:rgb(165, 186, 108);
}

.azzurro{
    color: rgb(41,181,179);
}

/* Center the slideshow */
.container {
    margin: 0 auto;
}

/*** move top **/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 17px;
    right: 39px;
    overflow: hidden;
    width:48px;
    height:48px;
    border: none;
    text-indent: 100%;
    background: url(../img/arrow_up.svg) no-repeat center;
}
#toTop:active, #toTop:focus {
    outline: none;
}
/*******************/
#contact {
    background:rgb(255,255,255);
    padding:1.5em 0;
}

.contact-form {
    padding: 2em 0 1em;
}
.contact h3{
    color:rgb(71,186,184);
    font-size:2.5em;
    padding: 1em 0em 0.3em 0em;
    text-align: center;
    font-weight: 600;
}
.contact  p{
    font-size: 1.1em;
    color: rgb(61,61,59);
    line-height: 1.9em;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1.5em;
}


.textContact h4 {
    color: rgb(71,186,184);
    font-size: 1.2em;
    font-weight:700;
    margin-bottom:0.8em;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;}


/*******footer***/
.footer {
    background-color: rgb(255,255,255);
}
.footer-con{
    margin: 1em auto;

}
.footer-left{
    float:left;
    text-align: center;
    padding: 0.2em 0;
}
.footer-left p{
    color:#272727;
    font-size:1em;
    font-weight:600;
}
.footer-left p a{
    font-weight:600;
    color:#17A2B8;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.footer-left a:hover{
    text-decoration:underline;
}
.footer-right{
    float:right;
    text-align: center;
}
.footer-right ul{
    list-style:none;
}
.footer-right ul li {
    display: block;
    float:left;
    margin:0em 0.5em;
}
.footer-right ul li a {
    display: block;
    font-size:0.8em;
    color:#272727;
    padding: 0.7em 1em;
    font-weight:600;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.footer-right ul li a:hover{
    color:rgb(71,186,184);
}
/*end-footer**/
/***** Media Quries *****/

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

    #logoFooter{
        width: 60%;
        margin: 20px auto;
    }
    #fotoDolce {
    display: block;
    float: left;
    width: 350px;
    height: 280px;
    margin: 5em 14em;
}
}
@media only screen  and (max-width:1440px) {

.sottoTit3{
	margin-right: 500px;
}

    .contact h3 {
        color: rgb(71,186,184);
        font-size: 2.1em;
        padding: 1em 0em 0.3em 0em;
        text-align: center;
        font-weight: 600;
        letter-spacing: 0.1em;
    }


    .sottoTit2 {
        text-align: right;
        margin-right: 340px;
        font-size: 1.1em;
        display: block;
        margin-bottom: 30px;
    }
    .sottoTit1 {
        text-align: right;
        margin-right: 450px;
        font-size: 1.1em;
        display: block;
        margin-bottom: 30px;
    }


    .blog h4 {
        text-align: right;
    }

    #logoFooter{
        /*border:1px solid red;*/
        /*width:500px;*/
        width: 100%;
        max-width: 500px;
        margin: 50px auto 10px;
    }

    .personalizzare{
        width:85%;
        height: 1%;
        margin:auto;
        /*margin:40px auto;*/
        overflow: hidden;
    }

    .personalizzareFoto {
        width: 40%;
        margin: 45px auto;
        float:right;

    }
    .personalizzareText {
        width: 50%;
        margin: 80px auto;
        float:left;

    }

    .personalizzareText h4{
        float:right;
        text-align: center;
        line-height: 1.9em;
        margin:auto;
    }
    .grande{
        font-size: 1.2em;
        font-weight: 400;
    }

    .personalizzare2{
        width:100%;
        height: 1%;
        /*margin:40px auto;*/
        margin: auto;
        overflow: hidden;
        background-color: rgba(70, 184, 185, 0.4);
    }
    .personalizzareFoto2 {
        width: 33%;
        margin: auto, 0, auto, 20px;
        float:left;

    }
    .personalizzareText2 {
    width: 50%;
    /*margin: 150px 59px;*/
    margin: 25px;
    float: right;
    }

    .personalizzare2 h4{
        float:right;
        text-align: center;
        line-height: 1.9em;
    }

    .personalizzareText2 h3 {
        color: rgb(71,186,184);
        text-align: center;
        font-weight: 600;
        margin-bottom: 0.3em;
        margin-top: 2em;
        font-size: 1.8em;
        letter-spacing: 0.2em;}


    .personalizzareText2 h4{
        float:right;
        text-align: center;
        line-height: 1.9em;
        margin:auto;
    }
    #buttonContainer {
        width: 50%;
        margin:auto;

    }
    #buttonContainer a{
        color:rgb(255, 255, 255);

    }
    .button {
        background-color: rgb(71, 186, 184);
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        border-radius: 40px;
    }

    .button2 {
        background-color: rgb(71, 186, 184);
        border: none;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        border-radius: 40px;
        float:right;
    }

    .button2:hover {
        background-color: rgba(71, 186, 184, 0.4);
    }
    .button:hover {
        background-color: rgba(71, 186, 184, 0.4);
    }


    .wrap{
        width:80%;
    }

   

    #topnav nav{
        right: 296px;

    }

    #team{
        height: 400px; /*era 400*/
        margin-top: 3em;

    }

    #fotoFam{
        display: block;
        float: left;
        width: 300px;
        height: 300px;
        margin: 2em 2em;
    }

    .textFam{
        width: 100%;
        float: right;
        margin-bottom: 2.5em;
        margin-top: 2em;
    }


    .vini h3{
        color: rgb(71,186,184);
        text-align:center;
        font-weight:600;
        /*margin-bottom: 0.3em;
        margin-top: 4em;*/
        margin-bottom:18px;
        font-size: 2.3em;
    }


    .vini p{
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
    }

    .viniText p{
        margin: 1.2em auto;
        font-size: 1.1em;
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
    }

    .rossese{
        /*width:80%;*/
        width:100%;

        margin: 0.5em auto;
        text-align: center;
    }

    .rossese h4{
        color: rgb(207,0,61);
        font-size:1.8em;
        line-height: 1.2em;
        font-weight:700;
        margin-bottom:0.8em;
        margin-top: 2.65em;
        letter-spacing: -1px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }

    .rossese p{
        text-align: left;
        margin-top: 42px;
        font-size: 1.1em;
    }

    .rossese img{
        /*width: 100px;*/
        width:100%;


    }

    .rossBott{
        width: 31%;
        margin: 24px auto;
        float: left;
    }

    .container {
        width: auto;
        margin-top:80px;
    }

    .slidesjs-previous,
    .slidesjs-next,
    .slidesjs-pagination {
        display: none;
    }


    .vigne{
        width: 100%;
        margin: 1.8em auto;
        text-align: center;
    }
    .vigne h3{
        color: rgb(165, 186,108);
        font-size: 2.17em;
        font-weight: 700;
        width: 90%;
        margin: auto;
    }


    .vigne p{
        margin: 2.5em auto;
        font-size: 1.2em;
        line-height: 1.9em;
        color: rgb(61,61,59);
        width: 90%;
    }


    .tecnica{
        width: 100%;
        height: 658px;
        margin:auto;
    }


#fotoDolce {
    display: block;
    float: left;
    width: 350px;
    height: 280px;
    margin: 5em 7em;
}
    .textContact{
        width: 50%;
        margin: 5em auto;
        display: inline-block;
    }

    .textContact h4 {
        color: rgb(71,186,184);
        font-size: 1.2em;
        font-weight:700;
        margin-bottom:0.8em;
        letter-spacing: 1px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }

    .textContact h4 br {
        line-height: 1.6em;
    }

    .textContact p {
        color: rgb(61,61,59);
        text-align: center;
    }

    .textContact p br {
        line-height: 0.2em;
    }


    #mappa{
        width: 70%;
        margin: -3em auto 3em;
        text-align: center;
    }

    .wrap{
        width:85%;
    }
    #topnav nav ul li a,.footer-right ul li a {
        padding: 0.7em 0.85em;
    }
    .pricing-grid ul li a {
        padding: 1.1em 0em;
    }
    .span_1_of_1 p {
        width: 100%;
        text-align: left;
    }
    .contact p a{
        color:rgb(61,61,59);

    }
  
    
}


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

    #fotoDolce{ display: block;
    float: left;
    width: 350px;
    height: 280px;
    margin: 5em 6em;}


    .blog h4 {
        text-align: right;
    }


    #logo{
        /*top:150px;
        left:618px;*/

    }


    #team{
        height: 400px;
        margin-top: 3em;
    }

    #fotoFam{
        display: block;
        float: left;
        width: 300px;
        height: 300px;
        margin-top: 2.5em;
    }

    .textFam{
        width: 100%;
        float: right;
        margin-bottom: 2.5em;
        margin-top: 2em;
    }

    .vini h3{
        color: rgb(71,186,184);
        text-align:center;
        font-weight:600;
        /*margin-bottom: 0.3em;
        margin-top: 2em;*/
        margin-bottom:18px;
        font-size: 2.3em;
        letter-spacing: 0.2em;
    }

    .vini h4{
        text-align: center;
    }


    .vini p{
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
        margin: 1em auto;
    }

    .viniText p{
        margin: 1.2em auto;
        font-size: 1.2em;
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
    }

    .blog h3{
        color: rgb(71,186,184);
        text-align:center;
        font-weight:600;
        margin-bottom: 0.3em;
        margin-top: 4em;
        font-size: 1.8em;
        letter-spacing: 0.2em;
    }
    .blog h4{
        text-align: center;
    }

    .blog p{
        line-height: 1.9em;
        width: 100%;
        color: rgb(61,61,59);
    }

    .blogText p{
        margin: 1.2em auto;
        font-size: 1.2em;
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
    }

    .personalizzareText h4{
        float:right;
        text-align: center;
        line-height: 1.9em;
        margin:auto;
    }

    .personalizzareText2 h4{
        float:right;
        text-align: center;
        line-height: 1.9em;
        margin:auto;
    }

    .rossese{
        /*width:90%;*/
        width:100%;

        margin: 0.5em auto;
        text-align: center;
    }

    .rossese h4{
        color: rgb(207,0,61);
        font-size:1.8em;
        line-height: 1.2em;
        font-weight:700;
        margin-bottom:0.8em;
        margin-top: 3.65em;
        letter-spacing: -1px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }

    .rossese p{
        text-align: left;
        margin-top: 70px;
        font-size: 1.2em;
    }

    .rossese img{
        width:100%;

        /*width: 100px;*/

    }

    .rossBott{
        width: 31%;
        margin: 45px auto;
        float: left;
    }


    .container {
        width: auto;
        margin-top:80px;
    }

    .slidesjs-previous,
    .slidesjs-next,
    .slidesjs-pagination {
        display: none;
    }


    .vigne{
        width: 100%;
        margin: 1.8em auto;
        text-align: center;
    }
    .vigne h3{
        color: rgb(165, 186,108);
        font-size: 2.17em;
        font-weight: 700;
        width: 90%;
        margin: auto;
    }


    .vigne p{
        margin: 2.5em auto;
        font-size: 1.2em;
        line-height: 1.9em;
        color: rgb(61,61,59);
        width: 90%;
    }


    .tecnica{
        width: 100%;
        height: 658px;
        margin:auto;

    }

    .textContact{
        width: 50%;
        margin: 5em auto;
        display: inline-block;
    }

    .textContact h4 {
        color: rgb(71,186,184);
        font-size: 1.2em;
        font-weight:700;
        margin-bottom:0.8em;
        letter-spacing: 1px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;

    }

    .textContact h4 br {
        line-height: 1.6em;
    }

    .textContact p {
        color: rgb(61,61,59);
        text-align: center;

    }

    .textContact p br {
        line-height: 0.2em;
    }


    #mappa{
        width: 70%;
        margin: -3em auto 3em;
        text-align: center;
    }

    .wrap{
        width:85%;
    }
    #topnav nav ul li a,.footer-right ul li a {
        padding: 0.7em 0.85em;
    }
    .pricing-grid ul li a {
        padding: 1.1em 0em;
    }
    .span_1_of_1 p {
        width: 88%;
        text-align: left;
    }
    .contact p {

    }

}


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

	.blog h4 {
    text-align: center;
}
	.sottoTit3 {
    margin-right: -650px;
}

	  .sottoTit1 { 
	text-align: right;
    margin-right: 27%;
    font-size: 1em;
    display: block;
    margin-bottom: 30px;
}

	.sottoTit2 {
    text-align: right;
    /*margin-right: -16px;*/
    margin-right: 0%;
    font-size: 1em;
    display: block;
    margin-bottom: 30px;
}
	.tit4 {
    margin-left: 222px;
    font-size: 1em;
}
.tit1 {
    display: block;
    text-align: left;
    margin-left: 322px;
    font-size: 0.8em;
}

.tit2 {
    display: block;
    text-align: right;
    margin-right: 201px;
    font-size: 0.8em;
}

.tit3 {
    display: block;
    text-align: left;
    margin-left: 334px;
    font-size: 0.8em;
}

    #logo{
    top: 2px;
}
    }

    #topnav nav{
        right: 0px;
    }

    #team{
        height: 400px;/*era 400*/
        margin-top: 10px;
    }

    #fotoFam{
        display: block;
        float: left;
        width: 250px;
        height: 220px;
        margin-top: 3em;
        margin-right: 2em;
        margin-bottom: 3em;
    }

    .textFam{
        width: 100%;
        float: right;
        margin-bottom: 2.5em;
    }

    .vini h3{
        color: rgb(71,186,184);
        text-align:center;
        font-weight:600;
        /*margin-bottom: 0.3em;
        margin-top: 2em;*/
        margin-bottom:18px;
    }


    .vini p{
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
    }

    .blogText p{
        margin: 0.8em auto;
        font-size: 1em;
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
    }/*questo `e il testo introdutt. di vini*/


    .blog h3{
        color: rgb(71,186,184);
        text-align:center;
        font-weight:600;
        margin-bottom: 0.3em;
        margin-top: 2em;/*era 2em*/
    }


    .blog p{
        line-height: 1.9em;
        width: 100%;
        color: rgb(61,61,59);
    }

    .blogText p{
        margin: 0.8em auto;
        font-size: 1em;
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
    }/*questo `e prodotto */

    .rossese{
        /*width:85%;*/
        width:100%;

        margin: 0.5em auto;
        text-align: center;
    }

    .rossese h4{
        color: rgb(207,0,61);
        font-size:1.55em;
        line-height: 1.2em;
        font-weight:700;
        margin-bottom:0.8em;
        margin-top: 3.65em;
        letter-spacing: -1px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }

    .rossese p{
        text-align: left;
        margin-top: 70px;
    }

    .rossese img{
        width: 100%;
        /*margin: auto;
        width: 100px;
        float: left;*/
    }

    .rossBott{
        width: 40%;
        margin: 45px auto;
        float: left;
    }

    .container {
        width: auto;
        margin-top:80px;
    }

    .slidesjs-previous,
    .slidesjs-next,
    .slidesjs-pagination {
        display: none;
    }


    .vigne{
        width: 100%;
        margin: 1.8em auto;
        text-align: center;
    }
    .vigne h3{
        color: rgb(165, 186,108);
        font-size: 1.6em;
        font-weight: 700;
        width: 90%;
        margin: auto;
    }


    .vigne p{
        margin: 2.5em auto;
        font-size: 1em;
        line-height: 1.9em;
        color: rgb(61,61,59);
        width: 90%;
    }


    .tecnica{
        width: 100%;
        height: 611px;
        margin:3em auto;

    }

    .tecnicaText{
        margin: auto;
    }

    .tecnicaText p{
        color: rgb(255,255,255);
        font-size: 1.1em;
        width: 35%;
        text-align: left;
        margin: 6em;
        float: left;
        line-height: 1.4;
    }


    #fotoDolce{
        display: block;
        float: left;
        width: 350px;
        height: 280px;
        margin: 5em 6em;

    }

    .textContact{
        width: 50%;
        margin: 5em auto;
        display: inline-block;
    }

    .textContact h4 {
        color: rgb(71,186,184);
        font-size: 1.2em;
        font-weight:700;
        margin-bottom:0.8em;
        letter-spacing: 1px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;

    }

    .textContact h4 br {
        line-height: 1.6em;
    }

    .textContact p {
        color: rgb(61,61,59);
        text-align: center;

    }

    .textContact p br {
        line-height: 0.2em;
    }


    #mappa{
        width: 70%;
        margin: -3em auto 3em;
        text-align: center;
    }


    .wrap{
        width:85%;
    }
    .span_1_of_1 h3,.vini h3,.contact h3 {
        font-size: 1.8em;
        letter-spacing: 0.1em;

    }
    .vini h3 {
        /*margin-bottom:0.3em;
        margin-top: 2em;*/
        margin-bottom:18px;	}


    .span_1_of_1 p {
        width:100%;
        margin: 40px auto;
        font-size: 1em;
        text-align: left;
    }
    div#ourstory {
        padding: 1.3em 0;
    }
    .vini p {
        font-size: 1em;
        margin-top: 3em;
    }
    form input[type="submit"] {
        padding: 0.6em 6.4em;
    }
    #contact {
        padding: 1em 0;
    }
    .contact p {
        font-size: 1em;
    }

}



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


   

    .tit4{
        color:black;
        display: block;
        margin-left: 244px;
        font-size: 0.9em;
        margin-top: 3px;
    }

    .gris{
        color: rgba(61,61,59);
        font-size: 0.7em;
        letter-spacing: 1px;
        display: block;
        /*text-align: right;
        margin-right: 40px;*/

    }

    .sottoTit2 {
    text-align: right;
    margin-right: -10px;
    font-size: 0.9em;
    display: block;
    margin-bottom: 30px;
}
.sottoTit1 {
    text-align: right;
    margin-right: 50px;
    font-size: 0.9em;
    display: block;
    margin-bottom: 30px;
}

.sottoTit3 {
    text-align: right;
    margin-right: 298px;
    font-size: 0.9em;
    display: block;
    margin-bottom: 30px;
}

    .personalizzareFoto2{
        width: 40%;
        margin-left: 0px;
    }

    .personalizzareText2 {
    width: 50%;
    margin: 20px 9px;
    float: right;
}

 

    .blog h4 {
        text-align: center;
        
        }

    #logo{
        /*top:120px;
        left: 440px;*/
    }

    #team{
        height: 370px;
        margin-top:1.30em;
    }

    #fotoFam{
        display: block;
        float: left;
        width: 270px;
        height: 270px;
        margin-top: 4.9em;
    }

    .textFam{
        width: 100%;
        float: right;
        margin-bottom: 2.5em;
    }

    .vini{
        width:100%;
        margin:auto;
    }

    .vini h3{
        color: rgb(71,186,184);
        text-align:center;
        font-weight:600;
        margin-bottom: 0.3em;
        margin-top: 1.25em;
    }

    .vini h4{
        text-align: right;
        margin-right: 247px;
    }


    .vini p{
        margin: 0.8em auto;
        font-size: 1em;
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
    }

    .viniText p{
        margin: 2em auto;
        font-size: 1em;
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
    }
    /*questo `e il testo introdutt. di vini*/

    .blog{
        width:100%;
        margin:auto;
    }

    .blog h3{
        color: rgb(71,186,184);
        text-align:center;
        font-weight:600;
        margin-bottom: 0.3em;
        margin-top: 1.25em;
    }


    .blog p{
        margin: 0.8em auto;
        font-size: 1em;
        line-height: 1.9em;
        width: 100%;
        color: rgb(61,61,59);
    }

    .blogText p{
        margin: 0.8em auto;
        font-size: 1em;
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
    }


    .rossese{
        width:100%;
        /*width:90%;*/
        margin: 0.5em auto;
        text-align: center;
    }

    .rossese h4{
        color: rgb(207,0,61);
        font-size:1.3em;
        line-height: 1.2em;
        font-weight:700;
        margin-bottom:0.8em;
        margin-top: 3.65em;
        letter-spacing: -1px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }

    .rossese p{
        text-align: left;
        margin-top: 60px;
    }

    .rossese img{
        width: 100%;
    }

    .rossBott{
        width: 30%;
        margin: 45px auto;
        float: left;
    }


    .container {
        width: auto;
        margin-top:60px;
    }

    .slidesjs-previous,
    .slidesjs-next,
    .slidesjs-pagination {
        display: none;
    }

    .vigne{
        width: 100%;
        margin: 1.8em auto;
        text-align: center;
    }
    .vigne h3{
        color: rgb(165, 186,108);
        font-size: 1.7em;
        font-weight: 700;
        width: 90%;
        margin: auto;
    }

    .vigne p{
        margin: 2.5em auto;
        font-size: 1em;
        line-height: 1.9em;
        color: rgb(61,61,59);
        width: 90%;
    }


    .tecnica{
        width: 100%;
        height: 440px;
        margin:auto;

    }

    .tecnicaText{
        margin: auto;
    }

    .tecnicaText p{
        color: rgb(255,255,255);
        font-size: 1em;
        width: 43%;
        text-align: left;
        margin: 4em;
        float: left;
        line-height: 1.4;
    }



    #fotoDolce{
        display: block;
        float: left;
        width: 300px;
        /*height: 240px;*/
        height: auto;
        margin: 5em 5em;

    }

    .textContact{
        width: 45%;
        margin: 5em auto;
        display: inline-block;
    }

    .textContact h4 {
        color: rgb(71,186,184);
        font-size: 1.2em;
        font-weight:700;
        margin-bottom:0.8em;
        letter-spacing: -1px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;

    }

    .textContact h4 br {
        line-height: 1.6em;
    }

    .textContact p {
        color: rgb(61,61,59);
        text-align: center;
    }



    .textContact p br {
        line-height: 0.2em;
    }


    #mappa{
        width: 70%;
        margin: -5em auto 1.9em;
        text-align: center;
    }

    .wrap{
        width:87%;
    }
    #topnav h1 {
        padding: 1.9em 0em;
    }
    #topnav nav{
        right: 121px;
    }

    #topnav nav ul li a, .footer-right ul li a {
        padding: 0.65em 0.7em;
    }
    .span_1_of_1 h3 {
        font-size: 1.7em;
    }
    .span_1_of_1 p {
        width:95%;
        text-align: left;
        font-size: 1em;
        margin:0px auto;
    }
    .vini h3 {
        font-size: 1.7em;
        margin-bottom:0.5em;
        margin-top: 1.5em;
    }
    .pricing-plans p {
        margin: 0 auto;
        width: 57%;
    }
    #contact {
        padding:0.5em 0;
    }
    .contact p {
        font-size: 1em;
    }
    .contact h3 {
        font-size: 1.7em;
        margin-top: 1.25em;
    }
}

/* Marian */
/* responsive styles */
@media screen and (max-width: 800px) {

    h2 { font-size: 2.2em; }
    p { font-size: 1.45em; line-height: 1.55em; }
    #topnav h1 {
        padding: 1.4em 0em;
    }
    #topnav #navbtn {
        padding:0.5em 0em;
    }
    #topnav { height: auto; }
    #topnav nav {
        display: none;
        position: static;
        width: 100%;
        padding:0;
        top: auto;
        right: auto;
    }
    #topnav nav ul li { float: none; margin: 0;  background: #f0f0f0;}
    #topnav nav ul li a {
        display: block;
        width: 100%;
        line-height:1.9em;
        border: 0;
        border-radius:0px;
        padding: 9px 9px;
        color:#303030;
        border-bottom: 1px solid rgba(90, 85, 73, 0.17);
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        background: none;
    }
    #topnav nav ul li a.sel {
        color: #6f8767;
        background: #cbdcc5;
    }

    #topnav #navbtn {
        display: block;
        padding:0.5em 0;
    }
}
/*---End-top-header----*/
/* Fin Marian */

@media only screen  and  (max-width:768px) {
	.blog h4 {
    text-align: center;
    font-size: 15px;
}

	.gris {
    font-size: 0.9em;
}


#buttonContainer {
    width: 60%;
    margin: auto;
}
	

	.span_1_of_1 p {
    font-size: 0.9em;
    width: 100%;
    text-align: left;
}

	.span_1_of_1 h3 {
		font-size: 1.9em;
	}

.sottoTit1{
	text-align: right;
	margin-right: 135px;
	font-size: 0.8em;
}
	.sottoTit2{
    text-align: right;
    margin-right: -144px;
    font-size: 0.8em;
    display: block;
    margin-bottom: 30px;
	}

	.sottoTit3 {
    margin-right: -650px;
    font-size: 0.8em;
}


	

.da-slide br p{
	line-height: 20px;
	display: block;
}

 /*.tit1{
        display: block;
        text-align: left;
        margin-left: 316px;
    }
    .tit2{
        display: block;
        text-align: right;
        margin-right: 227px;
    }

    .tit3{
        display: block;
        text-align: left;
        margin-left: 318px;
    }

    .tit4{
        color:rgba(255,255,255);
        display: block;
        margin-left: 36%;
        font-size: 1.2em;
        margin-top: -4px;
    }*/

    .blog{
        width: 100%;
        margin:auto;
    }

    .personalizzare{
        width:96%;
        height: 1%;
        margin:auto;
        /*margin:40px auto;*/
        overflow: hidden;
    }

    .personalizzareFoto {
    width: 40%;
    margin: 96px auto;
    float: right;
}

.personalizzare2 {
    width: 100%;
    height: 1%;
    /* margin: 40px auto; */
    margin: auto;
    overflow: hidden;
    background-color: rgba(70, 184, 185, 0.4);
}

.personalizzareFoto2 {
    width: 44%;
    margin-left: 10px;
    float: left;}

    .personalizzareText2 {
    width: 50%;
    margin: 9px;
    float: right;}

 
    #fotoFam{
        display: block;
        float: left;
        width: 200px;
        height: 200px;
        margin-top: 2em;
    }

    .textFam{
        width: 100%;
        float: right;
        margin-bottom: 1em;
    }


    .vini h3{
        color: rgb(71,186,184);
        text-align:center;
        font-weight:600;
        margin-bottom: 0.3em;
        margin-top: 1.25em;
    }

    .vini h4{
        text-align:center;
        font-size: 15px;
    }

    .vini p{
        margin: 0.8em auto;
        font-size: 1em;
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
    }

    .viniText p{
        margin: 2.4em auto;
        font-size: 1em;
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
    }/*questo `e il testo introdutt. di vini*/

    .rossese{
        /*width:90%;*/
        width:100%;

        margin: 0.5em auto;
        text-align: center;
    }

    .rossese h4{
        color: rgb(207,0,61);
        font-size:1.2em;
        line-height: 1.2em;
        font-weight:700;
        margin-bottom:0.8em;
        margin-top: 3.65em;
        letter-spacing: -1px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }

    .rossese p{
        text-align: left;
        margin-top: 60px;
    }

    .rossese img{
        width: 100%;
        /*margin: auto;
        float: left;*/
    }

    .rossBott{
        width: 30%;
        margin: 45px auto;
        float: left;
    }


    .container {
        width: auto;
    }

    .slidesjs-previous,
    .slidesjs-next,
    .slidesjs-pagination {
        display: none;
    }

    .vigne{
        width: 100%;
        margin: 1.8em auto;
        text-align: center;
    }
    .vigne h3{
        color: rgb(165, 186,108);
        font-size: 1.5em;
    }


    .vigne p{
        margin: 0.8em auto;
        font-size: 1em;
        line-height: 1.9em;
        color: rgb(61,61,59);
    }

    .tecnica{
        width: 100%;
        height: 420px;
        margin:2em auto;

    }

    .tecnicaText{
        margin: auto;
    }

    .tecnicaText p{
        color: rgb(255,255,255);
        font-size: 1.12em;
        width: 69%;
        text-align: left;
        margin: 1em;
        float: left;
    }


    #fotoDolce{
        display: block;
        float: left;
        width: 240px;
        height: 240px;
        margin: 4.5em 3em;

    }

    .textContact{
        width: 50%;
        margin: 3em auto;
        display: inline-block;
    }

    .textContact h4 {
        color: rgb(71,186,184);
        font-size: 0.9em;
        font-weight:700;
        margin-bottom:0.8em;
        letter-spacing: 1px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;

    }

    .textContact h4 br {
        line-height: 1.6em;
    }

    .textContact p {
        color: rgb(61,61,59);
        text-align: center;
    }



    .textContact p br {
        line-height: 0.2em;
    }


    #mappa{
        width: 70%;
        margin: 0em auto 1.9em;
        text-align: center;
    }

    .wrap{
        width:90%;
    }
    #topnav h1 {
        padding: 0em 0em;
    }
    #topnav #navbtn {
        padding: 1em 0;
    }
    #topnav nav ul li a, .footer-right ul li a {
        padding: 0.3em 0.4em;
    }
    .span_1_of_1 h3,.vini h3, .contact h3 {
        font-size: 1.5em;
    }
    .span_1_of_1 p {
        width: 100%;
        margin: 0.5em auto;
        font-size: 1em;
        text-align: left;
    }


    #team {
        padding:1em 0;
        margin-top:30px;
    }

    #contact {
        padding: 0.2em 0;
    }
    .contact p {
        font-size: 1.1em;
    }

    .con input[type="text"], .con textarea {
        width: 49%;
        margin: 1% 23%;
        padding: 9px 13px;
    }
    .con form textarea {
        padding: 0.65em;
        width: 49%;
    }
    form input[type="submit"] {
        padding: 0.6em 6.45em;
        margin-right: 0px;
    }

    /*Politica di cookies*/
    .politicaCookies, .corpoCookies{
        width: 90%;
        margin:auto;
    }

    .politicaCookies h1{
        font-size: 1.2em;
        text-align: center;
        color: rgb(61,61,59);
        font-weight: 700;
        margin-top: 30px;
    }

    .politicaCookies p{
        font-size: 1em;
        color: rgb(61,61,59);
    }


    .corpoCookies h2, h3{
        font-size: 1.1em;
        color: rgb(61,61,59);
        font-weight: 700;
    }

    .corpoCookies p{
        font-size: 1em;
        color: rgb(61,61,59);
    }

}
@media only screen and (max-width:640px) {

    .contact p{
        font-size: 1.1em;
    }

    .button2{
        margin-right: 50px;
        margin-top: 30px;

    }


    .personalizzare {
        width: 100%;
        height: 1%;
        /* margin: 40px auto; */
        margin: auto;
        overflow: hidden;
    }

    .personalizzareFoto {
        width: 100%;
        margin: 15px auto;
        float: right;
    }

    .personalizzareText{

        width: 100%;
        margin: 10px auto;
        float: left;

    }

    /*.personalizzareText h4{
    margin-right: 20px;

    }*/


    .personalizzare2 {
        width: 100%;
        height: 1%;
        /* margin: 40px auto; */
        margin: auto;
        overflow: hidden;
    }

    .personalizzareFoto2 {
        width: 100%;
        margin: 15px auto;
        float: right;
    }

    .personalizzareText2{

        width: 100%;
        margin: 10px auto;
        float: left;

    }

    /*#logo{
        /*top:1px;
        left: 17px;
    }*/

    /*#fotoFam{
        display: none;
    }**/

    .textFam{
        width:100%;
        text-align: center;
        /*float: none;*/
    }
    .vini{
        width: 100%;
        margin: auto;
    }

    .vini h3{
        color: rgb(71,186,184);
        text-align:center;
        font-weight:600;
        margin-bottom: 0.3em;
        margin-top: 1.25em;
    }



    .vini p{
        margin: 0.8em auto;
        font-size: 1.1em;
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
    }

    .viniText p{
        margin: 2em auto;
        font-size: 1.1em;
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
    }/*questo `e il testo introdutt. di vini*/

    .blog{
        width: 100%
    }

    .blog h3{
        color: rgb(71,186,184);
        text-align:center;
        font-weight:600;
        margin-bottom: 0.3em;
        margin-top: 1.25em;
    }

    .blog h4{
        /*margin-right: 36px;
        margin-right: 10px;*/
    }


    .blog p{
        margin: 0.8em auto;
        font-size: 1.1em;
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
    }

    .blogText p{
        margin: 0.8em auto;
        font-size: 1.1em;
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
    }

    .rossese{
        width:100%;
        margin: 0.5em auto;
        text-align: center;
    }

    .rossese h4{
        color: rgb(207,0,61);
        font-size:1.55em;
        line-height: 1.2em;
        font-weight:700;
        margin-bottom:0.8em;
        margin-top: 3.65em;
        letter-spacing: -1px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }

    .rossese p{
        text-align: center;
    }

    .rossese img{
        width:100%;

        /*width: 80px;*/
        margin: auto;
        float: none;
    }

    .rossBott{
        width: 100%;
        margin: 30px auto;
    }



    .container {
        /*width: auto;*/
        width:100%;
    }

    .slidesjs-previous,
    .slidesjs-next,
    .slidesjs-pagination {
        display: none;
    }

    .vigne{
        width: 100%;
        margin: 1.8em auto;
        text-align: center;
    }
    .vigne h3{
        color: rgb(165, 186,108);
        font-size: 1.55em;
    }


    .vigne p{
        margin: 0.8em auto;
        font-size: 1.1em;
        line-height: 1.9em;
        color: rgb(61,61,59);
    }


    .tecnica{
        width: 100%;
        margin: auto;

    }


    #fotoDolce{
        /*display: none;*/
        width: 350px;
        height: auto;
        margin: 3.5em;
    }

    .textContact{
        width: 100%;
        margin: 1.5em auto;
    }

    .textContact h4 {
        color: rgb(71,186,184);
        font-size: 0.9em;
        font-weight:700;
        margin-bottom:0.8em;
        letter-spacing: 1px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;

    }

    .textContact h4 br {
        line-height: 1.6em;
    }

    .textContact p {
        color: rgb(61,61,59);
        font-size: 1.1em;
        text-align: center;

    }



    .textContact p br {
        line-height: 0.2em;
    }


    #mappa{
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .wrap{
        width:90%;
    }
    .span_1_of_1 h3,.vini h3 {
        font-size: 1.55em;
    }
    .span_1_of_1 p {
        font-size: 1.1em;
        width: 100%;
        text-align: left;
    }

    .contact h3 {
        font-size: 1.55em;
    }

    .footer-left {
        float: none;
        margin: 0 auto;
        text-align: center;
        margin-top: 0.5em;
    }
    .footer-right {
        float: none;
        /*width: 67%;*/
        width:100%;
        margin: 0 auto;
        text-align: center;
        padding: 0.4em 3px;
        margin-right: 50px;
    }
    /*Politica di cookies*/
    .politicaCookies, .corpoCookies{
        width: 90%;
        margin:auto;
    }

    .politicaCookies h1{
        font-size: 1.1em;
        text-align: center;
        color: rgb(61,61,59);
        font-weight: 700;
        margin-top: 30px;
    }

    .politicaCookies p{
        font-size: 0.8725em;
        color: rgb(61,61,59);
    }


    .corpoCookies h2, h3{
        font-size: 1em;
        color: rgb(61,61,59);
        font-weight: 700;
    }

    .corpoCookies p{
        font-size: 0.8725em;
        color: rgb(61,61,59);
    }
}





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

    #buttonContainer {
    width: 50%;
    margin: auto;
}

.gris{
	font-size: 0.9em;
}
	.button2 {
    margin-right: 38px;
    margin-top: 30px;
    margin-bottom: 30px;
}

	.blog h3{
		font-size: 1.35em;
	}
	.blog h4 {
    margin-right: auto;
}

	.sottoTit1 {
    text-align: right;
    margin-right: 20px;
    font-size: 0.8em;
}

.sottoTit3 {
    margin-right: -118px;
    font-size: 0.8em;

}

	.tit4{
		font-size: 1.2em;
	}

    .personalizzare {
        /*width: 100%;*/
        width: calc(100% - 2px); /* Marian */
        height: 1%;
        /* margin: 40px auto; */
        margin: auto;
        overflow: hidden;
         }

    #logo{
        top:-1px;
        left: auto!important; /* Marian */	
        width: 180px;
    }

    #team{
        /*height:320px;*/
        height: auto; /* Marian */
    }

    #fotoFam{
        display: none;
    }

    .textFam{
        width:100%;
        float: none;
    }


    .vini{
        width: 100%;
        margin: auto;
    }

    .vini h3{
        color: rgb(71,186,184);
        text-align:center;
        font-weight:600;
        margin-bottom: 0.3em;
        margin-top: 1.25em;
    }


    .vini p{
        margin: 0.8em auto;
        font-size: 1em;
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
    }

    .viniText p{
        margin: 0.8em auto;
        font-size: 1em;
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
    }/*questo `e il testo introdutt. di vini*/

    .blog{
        width: 100%;
        margin: auto;
    }

    .blog h3{
        color: rgb(71,186,184);
        text-align:center;
        font-weight:600;
        margin-bottom: 0.3em;
        margin-top: 1.25em;
    }


    .blog  p{
        margin: 0.8em auto;
        font-size: 0.8725em;
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
    }

    .blogText p{
        margin: 0.8em auto;
        font-size: 0.8725em;
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
    }


    .rossese{
        width:100%;
        margin: 0.5em auto;
        text-align: center;
    }

    .rossese h4{
        color: rgb(207,0,61);
        font-size:1em;
        line-height: 1.2em;
        font-weight:700;
        margin-bottom:0.8em;
        margin-top: 3.65em;
        letter-spacing: -1px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;}

    .rossese p{
        text-align: left;
    }

    .rossese img{
        width: 100%;
        margin: auto;
        float: none;

    }

    .rossBott{
        width: 100%;
    }


    .container {
        width: auto
    }


    .slidesjs-pagination,
    .slidesjs-previous,
    .slidesjs-next {
        display: none;
    }

    .vigne{
        width: 100%;
        margin: 1.8em auto;
        text-align: center;
    }
    .vigne h3{
        color: rgb(165, 186,108);
        font-size: 1.1em;
    }


    .vigne p{
        margin: 0.8em auto;
        font-size: 0.8725em;
        line-height: 1.9em;
        color: rgb(61,61,59);
    }

    .tecnica{
        width: 100%;
        height:250px;
        margin: auto;

    }


    #fotoDolce{
    width: 80%;
    margin: 27px;    
}

    .textContact{
        width: 100%;
        margin: 1.5em auto;
    }

    .textContact h4 {
        color: rgb(71,186,184);
        font-size: 0.9em;
        font-weight:700;
        margin-bottom:0.8em;
        letter-spacing: 1px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }

    .textContact h4 br {
        line-height: 1.6em;
    }

    .textContact p {
        color: rgb(61,61,59);
        font-size: 0.8725em;
        text-align: center;
    }



    .textContact p br {
        line-height: 0.2em;
    }


    #mappa{
        width: 100%;
        margin: auto;
    }

    .wrap{
        width:90%;
    }
    #topnav #navbtn {
        padding: 1.2em 0;
    }
    #topnav nav ul li a, .footer-right ul li a {
        padding: 0.2em 0.4em;
    }
    .span_1_of_1 h3,.vini h3 {
        font-size: 1.35em;
    }

    .span_1_of_1 p{
        text-align: left;
        font-size: 1em
    }

    .contact h3 {
        font-size:1.35em;
    }


    .footer-left {
        text-align:center;
        margin-top: 0.5em;
    }
    .footer-right {
        width: 90%;
        text-align: center;
    }

    /*Politica di cookies*/
    .politicaCookies, .corpoCookies{
        width: 90%;
        margin:auto;
    }

    .politicaCookies h1{
        font-size: 1.1em;
        text-align: center;
        color: rgb(61,61,59);
        font-weight: 700;
    }

    .politicaCookies p{
        font-size: 0.8725em;
        color: rgb(61,61,59);
    }


    .corpoCookies h2, h3{
        font-size: 1em;
        color: rgb(61,61,59);
        font-weight: 700;
    }

    .corpoCookies p{
        font-size: 0.8725em;
        color: rgb(61,61,59);
    }

}
@media only screen and (max-width:320px) {

	.button {
		font-size: 10px;
	}
	.button2{
		font-size: 10px;
		margin-right: 12px;
	}
	.container {
    width: auto;
    margin-top: 50px;
}

    .personalizzare {
        width: 100%;
        height: 1%;
        /* margin: 40px auto; */
        margin: auto;
        overflow: hidden;
        background-color: rgba(70, 184, 185, 0.4);
    }


    .personalizzare2 {
        width: 100%;
        height: 1%;
        /* margin: 40px auto; */
        margin: auto;
        overflow: hidden;
        background-color: rgba(70, 184, 185, 0.4);
    }


    .personalizzareFoto2 {
        width:82%;
        /*width: 40%;*/
        margin: 25px;
        float: left;
    }

    .personalizzareText2{
        width:100%;
        margin: 20px 20px;
        float: right;

    }

    .personalizzareText2 h3{
        font-size:1.3em;
    }

    .personalizzareText2 h4{
        font-size: 15px;

    }

    #logo{
        top:1px;
        left: 17px;
    }

    #fotoFam{
        display: none;
    }

    .textFam{
        width: 100%;
        float: none;
    }

    .vini{
        width: 100%;
        margin:auto;
    }

    .vini h3{
        color: rgb(71,186,184);
        text-align:center;
        font-weight:600;
        margin-bottom: 0.3em;
        margin-top: 1.25em;
    }

    .vini h4{
        text-align: center;
    }


    .vini p{
        margin: 0.8em auto;
        font-size: 0.8725em;
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
    }

    .viniText p{
        margin: 0.8em auto;
        font-size: 0.8725em;
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
    }/*questo `e il testo introdutt. di vini*/

    .rossese{
        width:100%;
        margin: 0.5em auto;
        text-align: center;
    }

    .rossese h4{
        color: rgb(207,0,61);
        font-size:1em;
        line-height: 1.2em;
        font-weight:700;
        margin-bottom:0.8em;
        margin-top: 3.65em;
        letter-spacing: -1px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }

    .rossese p{
        text-align: center;
    }

    .rossese img{
        width: 100%;
        margin: auto;
        float: none;

    }

    .rossBott{
        width: 100%;
    }

    .container{
        width: auto;
    }

    .slidesjs-pagination,
    .slidesjs-previous,
    .slidesjs-next {
        display: none;
    }

    .blog{
        width: 100%;
        margin:50px auto 10px;
    }

    .blog h3{
        color: rgb(71,186,184);
        text-align:center;
        font-weight:600;
        margin-bottom: 0.3em;
        margin-top: 1.25em;
    }



    .blog p{
        margin: 0.8em auto;
        font-size: 0.8725em;
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);
    }

    .blogText p{
        margin: 0.8em auto;
        font-size: 0.8725em;
        line-height: 1.9em;
        width: 90%;
        color: rgb(61,61,59);}


    .vigne{
        width: 100%;
        margin: 1.8em auto;
        text-align: center;
    }
    .vigne h3{
        color: rgb(165, 186,108);
        font-size: 1.1em;
    }


    .vigne p{
        margin: 0.8em auto;
        font-size: 0.8725em;
        line-height: 1.9em;
        color: rgb(61,61,59);
    }


    .tecnica{
        width: 100%;
        height:278px;
        margin: auto;
    }



    #fotoDolce{
    width: 80%;
    margin:27px;
    }

    .textContact{
        width: 100%;
        margin: 1.5em auto;
    }

    .textContact h4 {
        color: rgb(71,186,184);
        font-size: 0.9em;
        font-weight:700;
        margin-bottom:0.8em;
        letter-spacing: 1px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }

    .textContact h4 br {
        line-height: 1.6em;
    }

    .textContact p {
        color: rgb(61,61,59);
        font-size: 0.8725em;
        text-align: center;
    }



    .textContact p br {
        line-height: 0.2em;
    }

    #mappa{
        width: 100%;
        margin: auto;
    }

    .wrap{
        width:90%;
    }
    #topnav #navbtn {
        padding: 1.2em 0;
    }
    #topnav nav ul li a{
        padding: 0.1em 0.6em;
    }
    .span_1_of_1 h3,.vini h3 {
        font-size: 1.1em;
    }
    .span_1_of_1 p {
        width: 100%;
        font-size:0.8725em;
        margin: 0 auto;
        text-align: center;
    }

    #team {
        padding: 0.5em 0;
    }

    .contact h3 {
        font-size: 1.35em;
    }


    .footer-right {
        width: 100%;
    }
    .footer-right ul li  {
        margin:0em  0em;
    }
    .footer-right ul li a{
        padding: 0.1em 4px;
    }

    /*Politica di cookies*/
    .politicaCookies{
        width: 90%;
    }

    .politicaCookies h1{
        font-size: 1.1em;
        text-align: center;
        color: rgb(61,61,59);
        font-weight: 700;
    }

    .politicaCookies p{
        font-size: 0.8725em;
        color: rgb(61,61,59);
    }

    .corpoCookies h2{
        font-size: 1em;
        color: rgb(61,61,59);
        font-weight: 700;
    }

    .corpoCookies p{
        font-size: 0.8725em;
        color: rgb(61,61,59);
    }





}
/*****end- Media Quries *****/

