/*****************************************

		CUSTOM CSS

******************************************/



.bkg-image {
  background-color:#404040;
  padding: 0 10px;
}

@media screen and (min-width: 768px)
{

.blocktext-contatti
{ 
 min-height: 200px; 
 display: flex;
 align-items: center;
 justify-content: center;
  flex-flow: row wrap;
  margin:30px 0;
}
  }


@media screen and (max-width: 767px)
{
  .blocktext-contatti
{ 
 min-height: 200px; 
 display: flex;
 align-items: center;
 justify-content: center;
  flex-flow: column;
  margin:30px 0;
}
  }


/* Posizione barra translate */
.module-translate {
    position: absolute;
    top: 10px;
    right: 14px;
    z-index: 99;
    vertical-align: middle;
}
/* Posizione barra translate - FINE */


h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
  line-height:1.3;    
}


.website-header.no-image {
 
    box-shadow: 0 4px 9px rgb(0 0 0 / 0%);
 
}

.h2-vini
{
  border-bottom: 1px solid#fff; 
  margin: 130px 0 40px 0;
}

.website-header {
    border-bottom: 0px solid rgba(255,255,255,0.5);
    border-top: 0px solid rgba(255,255,255,0.5);
}


.website-header, .empty-space-for-header {
    height: 0px;
}

.website-header {
    position: relative;
  top:-5px;  
  padding: 0px 0;
  	box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
 	background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%);
    height: 140px;
  transition:0.5s
}


.drop-down li ul, .website-header.isStuck {
 /* background-color: rgb(0 0 0 / 100%);
  height: 130px; */
  background: linear-gradient(180deg, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
    height: 140px;
    top: 0px !important;
  }


/* CLASSI */

.opc-image {
    transition:0.5s;
}

.opc-image:hover {
  opacity:0.6;
}

/* Menu Principale */

.menu-top {
  color:#fff;
}

.menu-top a {
  padding-top:55px;
   color: #fff;
   line-height: 1.2em;
   font-size: 85%;
   text-decoration: none !important;
}

.menu-top a:hover {
  color: #a6192e;
  text-decoration: none !important;
  transition: 1s;
}

.active-menu {
  padding-top:55px;
   color: #a6192e;
  font-weight:600;
   line-height: 1.2em;
   font-size: 85%;
}

.space {  
   padding: 0px 0 0px 0;
}

/*Menu nel footer */

.menufooter {
  color:#fff;
}

.menufooter a {
  color: #cccccc;
  text-decoration: none;
}

.menufooter a:hover {
  color: #a6192e;
  transition: color 0.4s linear 0.1s;
}

.menufooter p {
  margin:5px;
}


/*Impostare margini all'85%  */
.margin80 {
  width:85%;
  margin:auto !important;
  padding-top:30px;
}

/*Impostare sfondo grigio   */
.grigio80 {
  background-color: #333333;
  padding:50px 0;
}

/*Impostare immagine sfondo area NEWS in Homepage   */
.bckcarr {
      background-color:#000;
  background-image: url("https://pcfotoweb.it/rossog2/images/home/vigne_pan.jpg");
    background-position:center center/cover;
  background-repeat: no-repeat;
  background-position: bottom;
  

}

/*
.topnav {
  color:#fff;
  
}

.topnav a {
  color: white;
  text-decoration: none;

}

.topnav a:hover {
  color: #a6192e;
   transition: color 0.4s linear 0.1s;
}

.topnav a.active {
   color: #a6192e;
}
*/

.img-bloks-phone {
  min-height: 400px;
  background-position: 50% 50%;
  margin: 5px 0;
} 

.txt-bloks-phone {
  width: 60%; 
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; 
  /*background-color: #000; 
  padding: 20px;*/
}






/*effect-underline*/
.effect-underline {
  width: 270px;
  padding: 20px 20px;
  background-color: #85754E; 
  margin-left: auto; 
  margin-right: auto; 
  max-width: 500px; 
  margin: 15px 0; 
  cursor: pointer;
  border:none;
    color: #fff;
  /*font-size: 2em;*/
  font-weight: 200;
  text-decoration: none;
  display: inline-block;
  position: relative;
  /*font-family: 'Dosis', sans-serif;*/
}



.effect-underline:after {
	content: '';
  position: absolute;
  left: 15%;
  display: inline-block;
  height: 1em;
  width: 70%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-transform: scale(0.2,1.5);
	transform: scale(0.2,1.5);
}

.effect-underline:hover:after {
  opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}



/* Bottone Personalizzato */

.button1 {
  position: relative;
  padding: 0.6em 0.8em;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  /*font-size: 18px;*/
  font-weight:200;
  margin: 0;
}
.button1.type1 {
  color: #fff;
}
.button1.type1.type1::after, .button1.type1.type1::before {
  content: "";
  display: block;
  position: absolute;
  width: 10%;
  height: 25%;
  border: 1px solid;
  transition: all 1s ease;
  border-radius: 0px;
}
.button1.type1.type1::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.button1.type1.type1::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #fff;
  border-left-color: #fff;
}
.button1.type1.type1:hover:after, .button1.type1.type1:hover:before {
  width: 50%;
  height: 50%;
}




/*
  @media (max-width: 979px) {
        .header-fixed .website-header {
  background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 95%);
    height: 0px;
          /*display:none; 
}
      }
*/



/* Immagine e testo su due colonne con riga sopra */

.testobox {
         
      	  margin: 60px 0 0 0;
  		  line-height:1.8;
          
        }


.rigabox {
  transition: all 5s ease;
          width:80%;
          height:2px;
      margin-top: 80px;
          float:right;
          background-color: #fff;
  	 	  position: relative;
   		  z-index: 1;
        }



.rigabox-left {
  transition: all 5s ease;
          width:80%;
          height:2px;
      margin-top: 80px;
          float:left;
          background-color: #fff;
  	 	  position: relative;
   		  z-index: 1;
        }

.box {
          top:-40px;
          position: relative;
   		  z-index: 0;
        }

@media screen and (min-width: 768px)
{
.blocktext
{ 
 min-height: 350px; 
 display: flex;
 align-items: center;
 justify-content: center;
  flex-wrap:wrap;
  font-size:130%;
      font-weight: 200;
}
}
@media screen and (max-width: 767px)
{
.blocktext-reverse
{ 
 min-height: 350px; 
 display: flex;
 align-items: center;
 justify-content: center;
  flex-wrap:wrap;
  /*font-size:130%;*/
      font-weight: 200;
  flex-direction:column-reverse;
}
}


.blocktext-mob
{ 
 min-height: 350px; 
 display: flex;
 align-items: center;
 justify-content: center;
  flex-wrap:wrap;
  font-weight: 200;
}


/* Colonne Flessibili 1/3 per pagina VIGNETI */
@media screen and (min-width: 768px)
{
.contenitore {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 200px;
}

.dim-uno {
 /* display: block;*/
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 200px;
  align-self: center;
  order: 0;
  line-height: 1.8;
}

.dim-due {
  /* display: block; */
  flex-grow: 2;
  flex-shrink: 1;
  flex-basis: 400px;
  align-self: center;
  order: 0;
  margin-left:20px;
    line-height: 1.8;
}
}

@media screen and (max-width: 767px)
{
  .contenitore-reverse {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 200px;
}    
    .dim-due {
 margin-bottom:60px;
       line-height: 1.8;

}
  }

/* Colonne Flessibili 1/3 per pagina VIGNETI - FINE */




.sfondo-vini {
background: linear-gradient(to bottom, #404040 0, #404040 100%) no-repeat;
    background-size: calc(100% - 100px) calc(100% - 0px);
    background-position: left;
    /* padding: 80px; */
    /* width: 20vw; */
    min-height: 20vw;
    /* min-width: 20vw; */
    /*min-height: 300px;*/
}


.sfondo-vini1 {
background-image: url("https://pcfotoweb.it/rossog2/images/vini/bck_vini.jpg");
    background-size: cover;
    background-position: left;
  padding-right:25px;
    /* padding: 80px; */
    /* width: 20vw; */
    /* height: 20vw; */
    min-width: 200px;
    /*min-height: 300px;*/
  border:2px solid #fff;
}


/** Posizionamento blocchi pagina PROJECT  **/

.bckimg
{ 
  background-size:cover;
  min-height:600px;
  background-position:50% 50%;
}

.bcktext
{ 
  background-image: url("https://pcfotoweb.it/rossog2/images/vini/bck_vini.jpg");
 min-height: 600px; 
 display: flex;
 align-items: center;
 justify-content: center;
}

.bcktext1
{ 
 min-height: 300px; 
 display: flex;
 align-items: center;
 justify-content: center;
}



.textright
{ 
  /*background-color: rgb(255 255 255 / 70%);*/
  padding: 20px; 
  /*box-shadow: 0px 0px 25px 1px rgb(153 153 153 / 22%);*/
  margin: 0 8% 0 -150px;
}

.textleft
{ 
      background-color: rgb(255 255 255 / 70%);
  padding: 20px; 
  box-shadow: 0px 0px 25px 1px rgb(153 153 153 / 22%);
  margin: 0 -150px 0 8%;
  z-index: 1;
}


/* ROLLOVER IMAGE PAGINA VINI */

.image-wrapper {
  position: relative !important;
}

.image-top {
  position: relative !important;
  top: 0 !important;
  right: 0 !important;

}


.image-hover {
  position: absolute !important;
  top: -28.5% !important;
  right: 0px !important;
   opacity: 0;
   transform: translate3d(0px, 0, 0);
  transition: 0.5s all ease-in-out;
}


.image-hover:hover {
    opacity: 1 !important;
  transform: translate3d(0, 0, 0);
  
}




/* Colonne Flessibili 1/3 per pagina VINI */
@media screen and (min-width: 768px)
{
.contenitore-vini {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 200px;
}

.dim-uno-vini {
 /* display: block;*/
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: center;
  order: 0;
  
  width:200px;
}

.dim-due-vini {
  /* display: block; */
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: center;
  order: 0;
  margin-right: 5%;
  
  width:300px;
}
}

@media screen and (max-width: 767px)
{
.contenitore-vini-column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  /*min-height: 200px;*/
}

.dim-uno-vini-column {
 /* display: block;*/
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: center;
  order: 0;
  
  /*width:200px;*/
}

.dim-due-vini-column {
  /* display: block; */
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: center;
  order: 0;
  /*margin-left:20px;*/
  padding:10px 30px 50px 30px;
  /*width:300px;*/
}
}

.sfondo-vini2 {
    display: flex;
    background: linear-gradient(to bottom, #404040 0, #404040 100%) no-repeat;
    background-size: calc(100% - 100px) calc(100% - 0px);
    background-position: left;
    /* padding: 80px; */
    width: 35vw;
    min-height: 40vw;
    /* min-width: 20vw; */
    /* min-height: 300px; */
    align-content: center;
    justify-content: center;
    align-items: center;
}

/* ROLLOVER IMAGE PAGINA VINI  */
.image-wrapper1 {
  position: relative !important;
      display: flex;
    justify-content: flex-end;
}

.image-top1 {
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  float:right;
}


.image-hover1 {
  position: absolute !important;
  top: -28.5% !important;
  right: 0px !important;
   opacity: 0;
   transform: translate3d(0px, 0, 0);
  transition: 0.5s all ease-in-out;
}


.image-hover1:hover {
    opacity: 1 !important;
  transform: translate3d(0, 0, 0);
  
}





/* Colonne Flessibili 1/3 per pagina VINI */
@media screen and (min-width: 768px)
{
.contenitore-vini1 {
  background-image: url("https://pcfotoweb.it/rossog2/images/vini/bck_vini.jpg");
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 200px;
}

.dim-uno-vini1 {
 /* display: block;*/
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: center;
  order: 0;
  
  width:200px
}

.dim-due-vini1 {
  /* display: block; */
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: center;
  order: 0;
  margin-left:20px;
  
  width:300px
}
}


/* Prova 7 */
@media screen and (min-width: 768px)
{
.sfondo-vini4 {
    display: flex;
    background: linear-gradient(to bottom, #404040 0, #404040 100%) no-repeat;
    background-size: calc(100% - 20%) calc(100% - 0px);
    background-position: right;
    width: 100vw;
    align-content: center;
    justify-content: center;
    align-items: center;
  	padding:50px;
}
}

@media screen and (max-width: 767px)
{
.sfondo-vini4-column {
    display: flex;
    background: linear-gradient(to bottom, #404040 0, #404040 100%) no-repeat;
    background-size: calc(100% - 0%) calc(100% - 20%);
    background-position: bottom;
    align-content: center;
    justify-content: center;
    align-items: center;
  	padding:0px;
	flex-direction: column;
}
}

/* ROLLOVER IMAGE PROVA 9 */
@media screen and (min-width: 768px)
{
.image-wrapper3 {
    position: relative !important;
    display: flex;
    justify-content: flex-start;
  	width:90%;
}

.image-top3 {
  position: relative !important;
  top: 0 !important;
  right: 50px !important;
  float:right;

}


.image-hover3 {
  position: absolute !important;
  top: -12.5% !important;
  left: -50px !important;
  float:left;
   opacity: 0;
   transform: translate3d(0px, 0, 0);
  transition: 0.5s all ease-in-out;
}


.image-hover3:hover {
    opacity: 1 !important;
  transform: translate3d(0, 0, 0);
  
}

}

@media screen and (max-width: 767px)
{
.image-wrapper3-column {
    position: relative !important;
    display: flex;
    justify-content: center;
}

.image-top3-column {
  position: relative !important;
  top: 0 !important;
  right: 0px !important;
  width:80%;

}


.image-hover3-column {
 display:none
}


.image-hover3-column:hover {
    opacity: 1 !important;
  transform: translate3d(0, 0, 0);
  
}

}


/* Prova 8 */
.sfondo-vini3 {
    display: flex;
    background: linear-gradient(to bottom, #404040 0, #404040 100%) no-repeat;
    background-size: calc(100% - 20%) calc(100% - 0px);
    background-position: left;
    /* padding: 80px; */
    width: 100vw;
    min-height: 40vw;
    /* min-width: 20vw; */
    /* min-height: 300px; */
    align-content: center;
    justify-content: center;
    align-items: center;
  padding:50px;
}

/* ROLLOVER IMAGE PAGINA VINI */
.image-wrapper2 {
  position: relative !important;
      display: flex;
    justify-content: flex-end;
}

.image-top2 {
  position: relative !important;
  top: 0 !important;
  right: -50px !important;
  float:right;

}


.image-hover2 {
  position: absolute !important;
  top: -28.5% !important;
  right: -50px !important;
   opacity: 0;
   transform: translate3d(0px, 0, 0);
  transition: 0.5s all ease-in-out;
}


.image-hover2:hover {
    opacity: 1 !important;
  transform: translate3d(0, 0, 0);
  
}








/* Prova 9 */
@media screen and (min-width: 768px)
{
.sfondo-vini5 {
    display: flex;
    background-image: url("https://pcfotoweb.it/rossog2/images/vini/bck_vini.jpg");
    background-size: cover;
    background-position: 30% 50%;
    width: 100vw;
    align-content: center;
    justify-content: center;
    align-items: center;
  	padding:50px;
	}
}


@media screen and (max-width: 767px)
{
.sfondo-vini5-column {
   display: flex;
    background-image: url("https://pcfotoweb.it/rossog2/images/vini/bck_vini_mob.jpg");
    background-size: cover;
    background-position: 50% 50%;
    align-content: center;
    justify-content: center;
    align-items: center;
	flex-direction: column; 
  	padding:0px;
	}
}


/* ROLLOVER IMAGE PAGINA VINI */
.image-wrapper2 {
  position: relative !important;
      display: flex;
    justify-content: flex-end;
}

.image-top2 {
  position: relative !important;
  top: 0 !important;
  right: -50px !important;
  float:right;
}


.image-hover2 {
  position: absolute !important;
  top: -28.5% !important;
  right: -50px !important;
   opacity: 0;
   transform: translate3d(0px, 0, 0);
  transition: 0.5s all ease-in-out;
}


.image-hover2:hover {
    opacity: 1 !important;
  transform: translate3d(0, 0, 0);
  
} 

/* ROLLOVER IMAGE PAGINA VINI - PROVA 11*/
.image-wrapper4 {
  position: relative !important;
      display: flex;
    justify-content: flex-end;
}

.image-top4 {
  position: relative !important;
  top: 0 !important;
  right: -50px !important;
  float:right;
 /* opacity: 1 !important;
  transition: opacity 1s ease-out; */
}


.image-hover4 {
  position: absolute !important;
  top: 0% !important;
  right: -50px !important;
   opacity: 0;
   transform: translate3d(0px, 0, 0);
  transition: 0.5s all ease-in-out;
}


.image-hover4:hover {
    opacity: 1 !important;
  transform: translate3d(0, 0, 0);
  
}


/* ROLLOVER IMAGE PROVA 10 */
.image-wrapper5 {
    position: relative !important;
    display: flex;
    justify-content: flex-start;
}

.image-top5 {
  position: relative !important;
  top: 0 !important;
  right: 50px !important;
  float:right;

}


.image-hover5 {
  position: absolute !important;
  top: 0% !important;
  left: -50px !important;
  float:left;
   opacity: 0;
   transform: translate3d(0px, 0, 0);
  transition: 0.5s all ease-in-out;
}


.image-hover5:hover {
    opacity: 1 !important;
  transform: translate3d(0, 0, 0);
  
}




/** Personalizzazione pagina cookie-policy **/
div.gdpr-component-view {
    background: #363636;
}

div.gdpr-component-view ul.cc-cookie-category-list li, #main div.gdpr-component-view ul.cc-cookie-category-list li {
    background-color: #636363;
}

fieldset.cc-cookie-list-title legend {
    color: #959595;
   
}


#content {
    position:absolute; left: 0; right: 0; bottom: 0; top: 0px;
}

.responsive-iframe {
    width: 100%;
    height: 70vh;
    border: 0;
}

div.cc-cookie-category-title-acceptdate, span.cc-cookie-title-acceptdate {
    color: #c5c5c5;

}

@media screen and (max-width: 767px)
{
  #content {
    position:absolute; left: 0; right: 0; bottom: 0; top: 0px;
}

.responsive-iframe {
    width: 100%;
    height: 35vh;
    border: 0;
  }
}