.cookies-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    height: auto;
    padding: 2em 0;
    z-index: 9999999;
    color: white;
    text-align: center;
    font-size: .9em;
    font-family: 'Lato';
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 3em;
}

.ce-accept {
    border: 1px solid white;
    color: white;
    padding: 1em;
}

a.ce-accept:hover {
    text-decoration: underline;
    color: white !important;
}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

body{
    background-color: #f1f1f1;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    color: #58585a;
    height: 100%;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.2;
}

.nivo-controlNav {
    margin-top:-30px;
}

a.masserie {
  color: #58585a;
  text-decoration: none;
}
a.masserie:hover {
  color: #2e2e2e;
  text-decoration: none;
}

a.news {
  color: #58585a;
  text-decoration: none;
}
a.news:hover {
  color: #eeeeee;
  text-decoration: none;
}

h2  {
    font-family: 'Maven Pro';
    font-weight: 500;
    font-size: 21px;
    color: #ab823a;
}

#footer {
    background-color: #333333;
    height: 44px;
    text-align: center;
    color: #ffffff;
    bottom: 0;
}

#logo-absolute-top {
    z-index: 1500;
    top: -20px;
    left: 50px;
    position: absolute;
    border: 0px;
}

#logo-absolute-top-home {
    width: 1170px;
    position: relative;
    border: 0px;
    margin-left:30px;
    margin: 0 auto;
}

.news-home {
    width:315px;
    color: #ffffff;
    text-align: justify;
    line-height: 1.6;
    height: 160px;
}

.navbar-inner-home {
    position: absolute;
    background-color: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin-left: 578px;
    margin-top:10px;
    z-index: 9999;
}

.slider-shadow {
    -webkit-box-shadow: 0px 0px 3px 3px #999999;
    box-shadow: 0px 0px 3px 3px #999999;
    -moz-box-shadow: 0px 0px 3px 3px #999999;
}

.alpha_30 {
    -moz-opacity: 0.3;
    opacity: 0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=30);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter:alpha(opacity=30);
}

#socials-absolute-top {
    z-index: 1500;
    top: 0px;
    right: 44px;
    position: absolute;
    border: 0px;
}

#lang-absolute-top {
    background: url(../images/lang_but.png);
    width: 44px;
    height:51px;
    z-index: 1500;
    top: 0px;
    right: 0px;
    position: absolute;
    border: 0px;
}

.separator-1 {
    width:0px;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #fff;
    float: left;
    margin: 0 10px 0 10px;
}

.secondary {
   width: 0px;
   height: 230px;
}

#contenuto-left {
    float: left;
    width: 305px;
    text-align: justify;
    padding-right: 10px;
    line-height: 1.6;
}

#contenuto-right {
    float: left;
    width: 830px;
    text-align: justify;
}

.inner_right{
    width:830px;
    display: block;
}

.partial-right {
    overflow-y: hidden;
    position: relative;
    left: -20px;
    
}

.more {
    position: relative;
    bottom:0px;
    left:-32px;
    top:14px;
}

.separator-hor {
    width: 880px;
    height:1px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #fff;
    clear: both;
    /*margin: 1px 0px 10px -10px;*/
    margin: 30px 0px -33px -457px;
}

.content-container {
    margin-bottom: 90px;
    margin-top: 15px;
/*    overflow: hidden;
    position: fixed;
    left: 50%;
    margin-left: -630px;
    z-index: 2;
*/
    /*background-color: #000;*/
    /*border:1px solid pink;*/
}

.navbar-top-home {
    top: 0;
    height: 221px;
    background: url(../images/home_header_bg.png);
    background-repeat: repeat-x;
}

.home-block-1 {
    position: absolute;
    top: 221px;
    height: 201px;
    background: url(../images/home-bg-grigio.png);
    background-repeat: repeat-x;
    width: 100%;
    margin-top:0px;
}

.home-block-1-content {
    margin-top:-34px;
    /*border: 1px solid yellow;*/
    height: 165px;
    padding:10px;
}

.home-block-2 {
    position: absolute;
    top: 375px; /* 407 */
    /*height: 100%;*/
    background-color: #272727;
    background-repeat: repeat-x;
    width: 100%;
    /*margin-top: 0px;*/
}

.home-block-3 {
    background-color: #272727;
    background-repeat: repeat-x;
    width: 100%;
    position: absolute;
    top: 422px; /*440*/
}

.home-block-2-content {
    /*border: 1px solid red;*/
    height:155px;
    padding: 40px 0px;
}


.shadow {
    -moz-box-shadow: 3px -3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
/*DEV GIAN*/
/*HOME*/
#menu-home{
    float: left;
    width: 500px;
    height: auto;
    margin-top:25px;
}
#menu-home-left,#menu-home-right{
    float: left;
    height: auto;
}

.menu-home-ul{
    list-style: none;
    text-align: center;
    margin:0!important;
}
#foto-home{
    position: absolute;
    width:670px;
    height: 472px;
    left:350px;
    top:-150px;
    background-color: #000;
}
.clearer{
    clear: both;
}
#socials-lateral-home{
  width: 30px;
padding-right: 5px;
height: 186px;
background-color: #E6E6E6;
position: absolute;
top: 221px;
right: 0;
z-index: 999;
border-right: 1px solid #272727;
}
#socials-lateral-home ul{
    padding: 0;
    margin:0;
    list-style: none;
    }
#socials-lateral-home li{
    padding: 20px 5px 20px 5px;
}
/*AZIENDA*/
.read-more{
     width: 21px;
    height: 21px;
    background: url(http://www.marramiero.it/resources/images/more.png);
    margin-top: 210px;
    margin-left: -10px;
    position: absolute;
    cursor:pointer;
}
.estrema_destra{
    float: left;
    width:380px;
    height:169px;
    margin-top:40px;
    background-color: #000;
}


.primo{
    width:420px;
    overflow-y: hidden;
    float: left;
    line-height: 1.6;
}
.secondo{
    width:380px;
    float: left;
    margin-top: 31px;
}
.secondo img{
    float: left;
}
.secondo ul{
    float: left;
    margin-left:3px;
    margin-bottom:30px;
}
.secondo li{
    width:55px;
    height: 55px;
    padding:1px;
    list-style: none;
}
.secondo li img{
   float:none;
}
.li_primo{
    padding-top:0!important;
}
.li_ultimo{
    padding-bottom:0!important;
}
/*CANTINA*/
.vini{
    margin:0 auto;
    width:380px;
    list-style: none;
    float: left;
}
.vini li{
    display: inline;
    /*padding:0 9px 0 8px;*/
}
.etichetta_vini{
    display: block;
    color: white;
    position: absolute;
    text-align: left;
    margin-left: 20px;
    margin-top: 120px;
    background: url(../images/striscetta.png) no-repeat;
}
.divisore{
   width: 380px;
    height: 11px;
    margin: 25px auto;
    position: absolute;
    margin-top: 128px;
}
/*DETTAGLIO*/
#contenuto-left-dettaglio {
    float: left;
    width: 310px;
    text-align: justify;
    line-height: 1.6;
    padding-right: 8px;
}
#contenuto-left-due-dettaglio {
    float: left;
    width: 180px;
    margin-top:40px;
}
#contenuto-left-due-dettaglio span {
    text-align: center;
    display: block;
    font-weight: bold;
    line-height: 1.5em;
}
#contenuto-left-due-dettaglio .blocco{
    padding:10px 0 10px 0;
}
#contenuto-left-due-dettaglio ul {
    width:180px;
    margin:130px auto;
}

#contenuto-left-due-dettaglio li {
    list-style: none;
    padding:1px 0 11px 15px;
    text-transform: uppercase;
}
#contenuto-left-due-dettaglio li img {
   float: right;
}
#contenuto-right-uno{
    width:282px;
    height: auto;
    float: left;
}
#contenuto-right-due{
    width:290px;
    height: auto;
    float: left;
}
#contenuto-right-due ul{
    height: 125px;
    margin-left:-10px;
}
#contenuto-right-due li{
   /*padding:0 13px 0 13px;*/
}
.vini-dettaglio{
    height: 185px;
}
.news{
    list-style: none;
    margin:0!important;
}
.news li{
    margin:15px 0 15px 0;
}
.full{
    width:769px;
    overflow-y: hidden;
    float: left;
}
.testo_news{
    padding-top:10px;
}
.riconoscimenti{
    list-style: none;
    margin:0!important;
}
.riconoscimenti li{
    width:auto;
    height: auto;
}
.riconoscimenti-image{
    width:128px;
    height: 242px;
    float: left;
    margin-right:40px;
    margin-left:15px;
}
#riconoscimenti-contenuto-right {
    float: left;
    width: 560px;
    text-align: justify;
}

.riconoscimenti-div {
    padding-left: 10px;
    display: none; 
    width:980px; 
    height: 500px; 
    position: absolute; 
    top:0px; 
    background: rgb(230, 230, 230); 
    left: 50%; 
    margin-left: -400px; 
    border: 1px solid #d3d3d3;
    overflow-y: scroll;
}

.blocco-ultimo{
    width:1180px;
    margin:0 auto;
}
.blocco-singolo{
    width:253px;
    height:135px;
    float: left;
    border:1px solid #5e5e5e;
    margin-right:53px;
}
.blocco-singolo-ultimo{
    margin-right: 0;
}