/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v27-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/open-sans-v27-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v27-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v27-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v27-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v27-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v27-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v27-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v27-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v27-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v27-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v27-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v27-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v27-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v27-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v27-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v27-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v27-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v27-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v27-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v27-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v27-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/*! CSS */
@font-face {
  font-family: graphik;
  src: url(Graphik-Bold.otf);
  font-weight: bold;
}
@font-face {
  font-family: graphik-light;
  src: url(Graphik-Regular.otf);
}
* {
	padding:0; 
	margin:0;
	font-family:graphik-light, Arial, Helvetica, sans-serif;
	font-weight:400;
	font-style:normal;
	line-height:normal;
}

html, body
{
	background-color:#000;
}

body
{
	position:relative;
	font-size:14px;
	color:#666;
}

a {text-decoration: none;}

.site
{
	position:relative;
	z-index:1;
	
	opacity: 0;
	 transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;

}


/* SITE LAYER
----------------------------------------------------------------------*/
.site .layer
{
    -ms-transform-origin: 0% 0%;		/* IE 9 */
    -webkit-transform-origin: 0% 0%;	/* Chrome, Safari, Opera */
    transform-origin: 0% 0%;			/* GLI ALTRI */
}

.site .layer.img > a > img
{
	display:block;
	width:100%;
	
}

.site .layer a[event]
{
	position:absolute;
	width:100%;
	left:0;
	top:0;
	z-index:99;
}

.site .layer a[event],
.site .layer audio[event]
{
	display:none;
}

.site .layer:hover a[event="over"]
{
	display:block;
}

.site .layer.spt > iframe
{
	width:100%;
	height:100%;
}

.site .layer.my_hover
{
	cursor:pointer;
}


/* BACKGROUND LAYER
----------------------------------------------------------------------*/
.backgrounds
{
	width:1000px;
    -ms-transform-origin: 0% 0%;		/* IE 9 */
    -webkit-transform-origin: 0% 0%;	/* Chrome, Safari, Opera */
    transform-origin: 0% 0%;			/* GLI ALTRI */
}

.backgrounds .lay_bgr
{
	position:relative;
}

.backgrounds .lay_bgr img
{
	display:block;
	width:100%;
	z-index:1;
}

.backgrounds .lay_bgr a
{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:2;
}




    .ad {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    cursor: pointer;
    }
    .bkg-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    }
    .chiusura {
   	background-image: url(../close.png);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    filter: invert(1);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    }
    .contenitore {
    width: 100%;
    position: absolute;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);
    text-align: center; 
    }
    .contenitore img {height: 80vh}
    @media screen and (max-width: 1024px){
    .contenitore img {height: auto; width: 80%;}
    }



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

/*MENU*/
.menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 64px;
    width: 100%;
    background-color: #111111;
    z-index: 100;
}
.logo {text-align: center;}
.logo img {
    max-width: 250px;
    padding: 25px 0;
}
.menu .voci {
    text-align: center;
    padding: 10px 0;
}
.menu .voci a{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.08em;
    margin: 10px;
    line-height: 0;
}

.menu a:hover {
    border-bottom: 1px solid;
}
.menu a.logo-menu:hover {
    border: none!important;
}
.menu .voci a img{ 
    height: 44px;
    vertical-align: middle;
    padding: 0 50px;
}
    .menu .voci {padding-left: 35px;}

.menu .logo {display: none;}
@media screen and (max-width: 1330px){
    .menu .voci a{
        font-size: 0.8rem;
    }
    .menu .voci {padding-left: 38px;}
}

@media screen and (max-width: 1200px){
    .menu .voci a{
        font-size: 0.6rem;
    }
    .menu .voci {
        padding-left: 20px;
    }

    #main-scrollbar{
    overflow: unset;
  }
  .menu {
    position: relative;
    height: 90px; 
  }
}


@media screen and (max-width: 1250px){ 
    /*.site {margin-top: 100px;}*/
    .menu {
        position: fixed;
        height: 120px;
    }
    .menu .logo {display: block;}
    .menu .logo img {
        height: 44px;
        vertical-align: middle;
        padding: 15px 20px;
        width: auto;
    }
    .menu .logo-menu {display: none!important;}
    .menu .voci a{
        font-size: 0.6rem;
    }
}

@media screen and (max-width: 650px){
    .menu {
        position: absolute;
        height: 70px;
        background-color: transparent;
    }
    .menu a:hover {border: none!important}
    .menu .voci{
       display: none;
    }
}

@media screen and (max-width: 900px){
  .menu .voci a {
      color: #fff;
      font-family: 'Open Sans', sans-serif;
      font-family: "graphik";
      font-style: normal;
      font-weight: bold;
      font-size: 10px!important;
      line-height: 23px;
      letter-spacing: 0.08em;
      margin: 10px;
      margin-right: 20px!important;
      line-height: 1;
      padding: 5px 0;
  }
  .menu .logo-toilet img {
    margin-right: 0px!important;
  }
}

#iubenda-cs-banner {
    bottom: 0px !important;
    margin-bottom: 2px;
    right: 0px !important;
    margin-right: 2px;
    position: fixed !important;
    width: auto;
    z-index: 99999998 !important;
    background-color: rgba(0,0,0,0.25);
    box-sizing: border-box;
}
#iubenda-cs-banner .iubenda-cs-content .iubenda-cs-rationale {
    position: relative;
    text-align: right;
}
#iubenda-cs-banner .iubenda-cs-content .iubenda-cs-rationale .iubenda-cs-close-btn {
    position: absolute;
    top: 0;
    margin-top: 6px;
    right: 0;
    margin-right: 8px;
    display: block;
    width: auto;
    color: white;
    text-decoration: none;
    background: none;
    border: 0;
}
#iubenda-cs-banner .iubenda-cs-content .iubenda-cs-rationale div.iubenda-banner-content {
    padding: 25px 30px 20px 30px;
    font-family: 'Scada',sans-serif;
}
#iubenda-cs-banner .iubenda-cs-content .iubenda-cs-rationale div.iubenda-banner-content p {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
}
#iubenda-cs-banner .iubenda-cs-content .iubenda-cs-rationale div.iubenda-banner-content p a {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
}

.footer {
    z-index: 10000;
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 3px 0;
    background: transparent;
    margin: -30px 0;
    color: #fff;
    font-size: 10px;
}
.footer a {color: #fff;}
@media screen and (max-width: 560px){
    .footer {
    margin: -10vh 0;
    font-size: 4vh;
    }
}


.newspaper .content {
        position: relative;
    height: 100%;
    display: inline-block;
    clear: both;
}



/***************landing***********/
.landing {
    min-height: calc(100vh - 215px);
    padding-top: 170px;
}
.landing .box1{
    width: calc(100% - 50px);
    max-width: 1250px;
    margin: auto;
    margin-bottom: 70px;
}
.landing .box{
    max-width: 1050px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 70px;
}

.col50 {
    float: left;
    width: 48%;
    text-align: center;
}
.col50 img {
    padding-right: 30px;
    

}
.landing img {
    max-width: 100%;
}
.landing h1, .landing h2{
        text-align: left;
      font-family: graphik;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 8px !important;
    text-transform: uppercase;
    color: #111111;
    font-weight: 800;
}
.landing p {
            text-align: left;
      font-family: graphik-light;
    font-size: 19px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111111;
}
.button{
    display: block;
    font-family: graphik;
    color: #fbefe4;
    background-color: #E63312;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: #fbefe4;
    padding: 8px 12px;
    font-size: 20px;
    font-style: normal;
    line-height: 20px;
    font-weight: 800;
    width: max-content;
    cursor: pointer;
    margin: 10px 0;
    font-size: 17px;
    line-height: 18px;
}

@media screen and (max-width: 768px){
    .col50 {
    float: none;
    width: 100%;
    }
    .landing .info {
        padding: 20px;
    }
}


.product-striscia-container {
    margin-bottom: 70px;
     width: 200%;
     height: 72px;
     position: relative;
     left: -50%;
}
 .product-striscia-container div.string {
     position: absolute;
     left: 0;
     width: 100%;
     height: 63px;
     overflow: hidden;
     z-index: 0;
     height: 36px;
}
 .product-striscia-container div.string.stringred {
     background-color: #E63312;
}
 .product-striscia-container div.string.stringblack {
     background-color: #13110C;
     top: 36px;
}
 .product-striscia-container div.string.stringblack span {
     color: #FDE5BB !important;
}
 .product-striscia-container div.string div.striscia-wrapper {
     width: 100000px;
     overflow: hidden;
     position: relative;
     left: 0;
     top: 0;
     transform: translateX(0px);
}
 .product-striscia-container div.string div.striscia-wrapper div.wrap {
     float: left;
     overflow: hidden;
}
 .product-striscia-container div.string div.striscia-wrapper div.wrap.wrap2 {
     margin-left: 10px;
}
 .product-striscia-container div.string div.striscia-wrapper div.wrap span {
     font-family: graphik;
     color: #FDE5BB;
     font-size: 28px;
     line-height: 36px;
     font-style: normal;
     font-weight: 800;
     text-align: left;
     text-transform: uppercase;
     margin-right: 0px;
}
 .product-striscia-container.mob div.string div.striscia-wrapper div.wrap span {
     top: 0px;
     position: relative;
     line-height: 63px !important;
}
