/*STARTER OPPURE USARE reset.css|normalize.css*/

body,html{height:100%; margin:0;padding:0;}
a{font:inherit; color:inherit;text-decoration:none;outline:0;}
a:focus{outline:0;}
a:hover{text-decoration:underline;outline:0;}
fieldset,img{ border:none;}
input,select,textarea,option,button{ outline:none;}
textarea{resize:none;}
table{border-spacing:0;border-collapse:collapse;}
p{margin:0;padding:0;}
.nav ul,li,ol{margin:0;padding:0;}
.nav ul,ol{list-style:none;}
ul
{
    list-style: disc inside none;
    padding-left: 0;
}


*::selection
{
    background: #e2001a;
    color: #fff;
    -webkit-text-shadow: none;
    text-shadow: none;
}

*::-moz-selection
{
    background: #e2001a;
    color: #fff;
    -webkit-text-shadow: none;
    text-shadow: none;
}

*::-webkit-selection
{
    background: #895398;
    color: #fff;
    -webkit-text-shadow: none;
    text-shadow: none;
}

/* CLEARFIX -------------------------------------------------- */
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.clearer{clear:both;}
.pull-left {float:left;}
.pull-right{float:right;}
hr.separator
{
    border:none;
    border-top:1px solid #cfc4ba;
    border-bottom:1px solid #ffffff;
}
hr.separator2
{
    border:none;
    border-top:1px solid #eaeae8;
    border-bottom:1px solid #fefefc;
}

/*FONTS*/
/*@font-face {
    font-family: 'DancingScriptOTRegular';
    src: url('/NR/FONTS/DancingScript-Regular-webfont.eot');
    src: url('/NR/FONTS/DancingScript-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/NR/FONTS/DancingScript-Regular-webfont.woff') format('woff'),
         url('/NR/FONTS/DancingScript-Regular-webfont.ttf') format('truetype'),
         url('/NR/FONTS/DancingScript-Regular-webfont.svg#DancingScriptOTRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/


.opensans
{
    font-family: 'Open Sans', sans-serif;
}

.dancing{
    /*font-family:'DancingScriptOTRegular', Arial, sans-serif;*/
    font-family: 'Dancing Script', cursive;
}

.marrone
{
    color:#5b534d;
}

.grigio
{
    color:#8b7f76;
}

.grigio2
{
    color:#7c8278;
}
.grigio3
{
    color:#c7c7c5;
}

.vert
{
    color:#788d2e;
}
.crema
{
    color:#eff0ec;
}
.rouge
{
    color:#ff0000
}
.noir
{
    color:black
}
.viola
{
    color:#895398;
}

.f9-italic{
    font-size:9px;
    font-weight:normal;
    font-style:italic;
}

.f14-bold{
    font-size:14px;
    font-weight:700;
}
.f13{
    font-size:13px;
    font-weight:normal;
}
.f13-bold{
    font-size:13px;
    font-weight:700;
}


.f13-bold-italic{
    font-size:13px;
    font-weight:700;
    font-style:italic;

}
.f13-semibold-italic
{
    font-size:13px;
    font-weight:600;
    font-style:italic;
}

.f13-italic{
    font-size:13px;
    font-weight:normal;
    font-style:italic;
}
.f23
{
    font-size:23px;
    font-weight:normal;
}
.f32
{
    font-size:32px;
    font-weight:normal;
}
.f16-bold-italic
{
    font-size:16px;
    font-weight:700;
    font-style:italic;
}
.f18
{
    font-size:18px;


}
.f12-semibold-italic
{
    font-size:12px;
    font-weight:600;
    font-style:italic;
}
.f11-italic
{
    font-size:11px;
    font-weight:normal;
    font-style:italic;
}
.f12
{
    font-size:12px;
    font-weight:normal;
}
.f12-italic
{
    font-size:12px;
    font-weight:normal;
    font-style:italic;
}
.f30
{
    font-size:30px;
    font-weight:normal;
}
.f20
{
    font-size:20px;
    font-weight:normal;
}

/*
    OPENSANS
    600 semibold italic
    700 bold
    700 bold italic
    400 regular
    400 italic
*/

/*LAYOUT*/
body
{
    /*background:#f7f7f5;*/
}
.nav li{float:left;padding:0px 10px;}
.nav li a{
    /*font-weight:600;
    font-style:italic;*/
    color:#b9b3af;
    -webkit-text-shadow:0px 1px #ffffff; 
    text-shadow:0px 1px #ffffff;
    text-transform:uppercase;
}
.nav li a.lang{
    font-weight:400;
    background:url('/NR/IMAGES/home/lang-arrow.png') no-repeat right 9px transparent;
    padding-right:10px;

}
.nav li:hover a.lang
{
    background:url('/NR/IMAGES/home/lang-arrow-s.png') no-repeat right 9px transparent;
}
.nav li:hover a
{
    color: #ff0000;
    text-decoration:none;
}
.nav li a.selected
{
    color: #ff0000;
    text-decoration:none;
}

#nav-lang{position:absolute;top:10px;right:10px;}
#nav-lang ul,li,ol{margin:0;padding:0;}
#nav-lang ul,ol{list-style:none;}
#nav-lang li{float:left;padding-right:3px;}
#nav-lang li a,#nav-lang li{
    color:#b6b6b3;
    font-size:10px;
    font-weight:600;
    -webkit-text-shadow:0px 1px #ffffff ;
    text-shadow:0px 1px #ffffff;
    text-decoration:none;
}
#nav-lang li a:hover{
    color:#788d2e;
}



#menu{position:absolute;bottom:10px;right:0px;}
#menu li a{font-size:14px;}
#submenu li{padding:0px 5px;}
#submenu li a{font-size:14px;}

.nav-sub ul,li,ol{margin:0;padding:0;}
.nav-sub ul,ol{list-style:none;}
.nav-sub{background:#c7b9ce;padding:10px 20px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;}
.nav-sub li{float:left;padding:0px 10px;}
.nav-sub a{
    font-weight:600;
    font-style:italic;
    color:#f3f4f0;


}

.nav-sub li:hover a
{
    color: #788d2e;
    text-decoration:none;
}
.nav-sub li a.selected
{
    color: #788d2e;
    text-decoration:none;
}

.inner
{
    margin:auto;
    width:1000px;
    position:relative;
}

.banda{overflow:hidden;position:relative;min-width:1000px;}
.banda-noresize{overflow:hidden;position:relative;min-width:1000px;}
.sfumatura
{
    height:3px;width:100%;background:url('/NR/IMAGES/sfumatura.png') repeat-x top center transparent;
}
.titel
{
    font-size:56px;
    font-weight:normal;
    /*    -webkit-text-shadow:0px 2px #ffffff; 
        text-shadow:0px 1px #ffffff;*/
    text-transform:lowercase;
}
.titelb
{
    font-size:40px;
    font-weight:normal;

}

.titel-sottosezione
{
    font-size:28px;
    font-weight:normal;
}
.titel-inverse
{
    font-size:56px;
    font-weight:normal;
    -webkit-text-shadow:0px 2px rgba(0,0,0,0.72); 
    text-shadow:0px 2px rgba(0,0,0,0.72);
    //text-transform:lowercase;
}

.titel-sottosezione-inverse
{
    font-size:32px;
    font-weight:normal;
    -webkit-text-shadow:0px 2px rgba(0,0,0,0.72); 
    text-shadow:0px 2px rgba(0,0,0,0.72);
}

.testo
{
    font-size:13px;
    font-weight:normal;
    text-align:justify;
    line-height:17px;
}

.testo-footer
{
    color:#b6b6b3;
    font-size:10px;
    font-weight:600;
    -webkit-text-shadow:0px 1px #ffffff; 
    text-shadow:0px 1px #ffffff;
}

#header{
    position:absolute;
    top:0px;
    left:0px;
    height:84px;
    width:100%;
    min-width: 1000px;
    background:url(../images/header.png) repeat-x top center;
    z-index:10;
}

.p10
{
    padding:0px 10px;
}

/*NAV LEFT*/
#nav-left
{
    border: 1px solid rgba(128,128,128,0.7);
    border-radius: 15px;
    background: gray;
    position: fixed;
    left: 30px;
    width: 30px;
    z-index: 101;
    display: block;
    top: 50%;
    margin-left:0;
    -moz-transition: margin-left 0.8s ease-out;
    -o-transition: margin-left 0.8s ease-out;
    -webkit-transition: margin-left 0.8s ease-out;
    transition: margin-left 0.8s ease-out;
}

#nav-left .item
{
    position:relative;
    height:30px;
    width:30px;
    background:url('/NR/IMAGES/leftNav_btn_circle_deactive.png') no-repeat center center transparent;
    cursor:pointer;
}
#nav-left .item:hover,#nav-left .item.selected
{
    background:url('/NR/IMAGES/leftNav_btn_circle_active.png') no-repeat center center transparent;
}
#nav-left .item .title
{
    display:none;
    position:absolute;
    left:45px;
    line-height:30px;
    white-space: nowrap;
    border:1px solid black;
    background-color:rgba(0,0,0,0.7);
    color:white;border-radius:15px;
    padding:0px 20px;
}
#nav-left .item .title .left
{
}
#nav-left .item:hover .title
{
    display:block;
}
#nav-left.unactive
{
    margin-left:-100px;
}
@media (max-width: 980px)
{
    #nav-left
    {
        /*display:none;*/
        margin-left:-100px;
    }
}


.divisore-top{background:url(../images/divisore.png) no-repeat top center;width:100%;height:7px;position:absolute;left:0px;top:0px;z-index:10;}
.divisore-bottom{background:url(../images/divisore-reverse.png) no-repeat top center;width:100%;height:7px;position:absolute;left:0px;bottom:0px;z-index:10;}
/*HOMEPAGE*/

.fascia-top{background:url(../images/bg-top.jpg) no-repeat top center; height: 50%;-moz-background-size: 100% auto; -o-background-size: 100% auto; -webkit-background-size: 100% auto;background-size: 100% auto; overflow: hidden;}
.fascia-middle{background:url(../images/bg-middle.png) repeat-x top center transparent;height:702px;width:100%;position:absolute;left:0px;top:50%;margin-top:-240px;overflow: hidden;}
.fascia-bottom{background:url(../images/bg-bottom.jpg) no-repeat bottom center;height:50%;-moz-background-size:100% auto; -o-background-size:100% auto; -webkit-background-size:100% auto; background-size:100% auto;overflow: hidden;}

.home-box{width:122px;height:84px;padding-top:60px;cursor:pointer;z-index:20;}

/*PRODOTTO*/
.img-castello{position:absolute;right:20%;bottom:0px; width:100%;height:100%;background:url(../images/caminov.jpg) no-repeat right bottom;-moz-background-size:auto 100% ; -o-background-size:auto 100% ; -webkit-background-size:auto 100% ; background-size:auto 100% ;}

@media (max-width: 1024px)
{
    .img-castello{position:absolute;right:0%;}
}


.img-private{position:absolute;left:56%;bottom:0px; width:50%;height:100%;background:url(../images/client.png) no-repeat left bottom;-moz-background-size:auto 100% ; -o-background-size:auto 100% ; -webkit-background-size:auto 100% ; background-size:auto 100% ;}
.img-donna{position:absolute;left:50%;bottom:0px; width:50%;height:100%;background:url(../images/cucina-bg.jpg) no-repeat left top #cfdcdf;-moz-background-size:auto 100% ; -o-background-size:auto 100% ; -webkit-background-size:auto 100% ; background-size:auto 100% ;}

#consorzio{background: url(../images/bg.jpg) no-repeat top center #dce1d7;-moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover;background-size: cover;}
#cucina{/*background:url('/NR/IMAGES/prodotto/cucina-bg.jpg') no-repeat right bottom;-moz-background-size:auto 100%; -o-background-size:auto 100%; -webkit-background-size:auto 100%; background-size:auto 100%;*/}
#consorzio1a{background-color:#FFF;-moz-background-size:cover; -o-background-size:cover; -webkit-background-size:cover; background-size:cover;}
#acheter{background:url(../images/bg.jpg) no-repeat top center #dce1d7;-moz-background-size:cover; -o-background-size:cover; -webkit-background-size:cover; background-size:cover;}
#paniera{background:url(../images/bgpanier.jpg) no-repeat top center #dce1d7;-moz-background-size:cover; -o-background-size:cover; -webkit-background-size:cover; background-size:cover;}
#coord{background:url(../images/bg.jpg) no-repeat top center #dce1d7;-moz-background-size:cover; -o-background-size:cover; -webkit-background-size:cover; background-size:cover;}
#panierbac{background:#f7f7f5 no-repeat top center #dce1d7;-moz-background-size:cover; -o-background-size:cover; -webkit-background-size:cover; background-size:cover;}
.acheter-box{-webkit-box-shadow:4px 4px 13px rgba(0,0,0,0.75); box-shadow:4px 4px 13px rgba(0,0,0,0.75);background:#f7f7f5;}
.panierbac-box{-webkit-box-shadow:4px 4px 13px rgba(0,0,0,0.75); box-shadow:4px 4px 13px rgba(0,0,0,0.75);background:#eff0ec;}

.confezione{margin:auto;width:189px;height:79px;padding:5px 20px;}
/*ricettario*/
.ricetta
{
    padding-top:30px;
}
.ricetteSlider .foto{
    /*padding:6px;background:white;box-shadow:0 0 4px rgba(0,0,0,0.45);*/text-align:center;margin:auto;width:315px;height:189px;margin-top:4px;
}
.ricetteSlider .foto img{
    width:100%;
}
.ricetta .fonte
{
    text-align:right;word-wrap:break-word;
}
.bullet-container
{
    padding-top:4px;
}
.bullet-container .bullet 
{
    width:6px;
    height:6px;
    margin:2px;
    border-radius:3px;
    background-color:#d8d8d6;
    float:left;

}
.bullet-container .bullet-active
{
    width:6px;
    height:6px;
    margin:2px;
    border-radius:3px;
    background-color:#895398;
    float:left;
}

/*CONTATTI*/
#contact{background:#f7f7f5;-moz-background-size:cover; -o-background-size:cover; -webkit-background-size:cover; background-size:cover;}
.input_text{font-size:13px;font-family:'Open Sans',Arial;color:#9b9b9b;font-style:italic;line-height:18px;border:none;background:white;-webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.64); box-shadow:inset 0px 1px 3px rgba(0,0,0,0.64);border-radius:5px;padding:5px 10px;margin-left:5px;}
.input_textarea{resize:none;font-size:13px;font-family:'Open Sans',Arial;color:#9b9b9b;font-style:italic;line-height:18px;border:none;background:white;-webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.64); box-shadow:inset 0px 1px 3px rgba(0,0,0,0.64);border-radius:5px;padding:5px 10px;}
.afresh{
    color: #ff0000;
    font: inherit;
    outline: 0 none;
    text-decoration: none;

}
.afresh a:hover{text-decoration: none;}
.backPanier{
    background-color:rgba(139, 127, 118, 0.1);

}