* {
	outline: none;
}
/*polets*/

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: 'PT Serif', serif;
}

#hover {
	height: 100px;
	width:100%;
	background-color: red;
	position: fixed;
	top: 0;
	left: 0;
	 z-index: 999999;

}

#hover2 {
	height: 100px;
	width:100%;
	background-color: red;
	position: fixed;
	bottom: 0;
	left: 0;
	 z-index: 999999;

}

.container {
	padding-top: 50px;
	background-color: #f3f3f3;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	opacity: 0;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}
.container-active {
	opacity: 1 !important
}
.container > .wall {
	width: 3000px;
	position: absolute;
	display: block;
	-webkit-transform: translate3d(0px, 0px, 0px) rotate3d(0px, 0px, 0px, 0deg) scale3d(1, 1, 1);
	padding-top: 50px;
}
.container > .wall > .item {
	position: relative;
	width: 300px;
	height: 300px;
	background-color: white;
	margin: 0px;
	padding: 0px;
	float: left;
	border: 7px solid #F2F2F2;
	transition: width 1s ease;
	-webkit-transition: width 1s ease;
}
.item-active {
	width: 600px !important;
}
/*fine polets*/

h1 {
	/**font-size: 20px;
	color: #999999;
	font-family: 'PT Serif', serif;
	font-weight: normal;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -135px;
	max-width: 780px;*/
	
    font-size: 20px;
    color: #999999;
    font-family: 'PT Serif', serif;
    font-weight: normal;
    text-align: center;
    padding: 0px 20% 0px 20%;
}

h2 {
	font-family: 'PT Serif', serif;
}
a, a:hover, a:focus {
	cursor: pointer;
	color: #333333;
	text-decoration: none;
}
p {
	font-size: 12px;
	line-height: 20px;
}
.page-content {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: auto;
}
.mdl-layout {
	position: fixed;
}
.mdl-layout__header {
	position: fixed;
	height: 50px;
	min-height: 50px;
	z-index: 999;
	background-color: white;
	color: #333333;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.05), 0 3px 1px -2px rgba(0,0,0,.05), 0 1px 5px 0 rgba(0,0,0,.05);
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-property: max-height, box-shadow;
	transition: all 1s ease;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-transition-property: max-height, box-shadow;
	-webkit-transition: all 1s ease;
}
.mdl-layout__header .mdl-layout__drawer-button {
	background: transparent;
	-webkit-transition: all 1s ease;
}
.mdl-layout__drawer, .mdl-layout__obfuscator {
	position: fixed !important;
}
.mdl-layout__header-row {
	height: 50px;
}
.mdl-layout__header .mdl-layout__drawer-button, .mdl-layout__header-row .mdl-navigation__link {
	color: #333;
	outline: none;
}
.about .mdl-layout__header .mdl-layout__drawer-button, .about .mdl-layout__header-row .mdl-navigation__link {
	color: white;
}
.home .homelink, .about .chilink, .contatto .contattilink {
	text-decoration: underline !important;
}
.about .filtri {
	display: none;
}
.mdl-layout__drawer-button {
	margin-top: 0;
}
.mdl-layout__obfuscator.is-visible {
	background-color: rgba(255,255,255,0.7);
	/*background-color: rgba(51,51,51,0.80);*/
	/*background: url(../images/about-sfondo.jpg) no-repeat center center;*/
	/**-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	visibility: visible;
	z-index: 999;
}
.mdl-layout__drawer {
	/*width: 240px;*/
	width: 500px;
	height: 100%;
	max-height: 100%;
	box-shadow: none;
	box-sizing: border-box;
	border-right: none;
	background: #333;
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
	transition-duration: .5s;
	color: white;
}
.footer-header {
	position: absolute;
	bottom: 20px;
	left: 40px;
	font-size: 12px;
	font-family: 'PT Mono', monospace;
}
.footer-header a {
	color: white;
	opacity: 0.7;
}
.footer-header a:hover, .footer-header a:focus {
	color: white;
	opacity: 1;
	text-decoration: none;
}
.canali img {
	width: 30px;
	height: 30px;
	margin-left: 10px;
}
.tel-mail img {
	width: 20px;
	height: 20px;
	margin-left: 40px;
}
.mdl-navigation__link.active > .selettore-neutro, .mdl-navigation__link.active > .selettore-food, .mdl-navigation__link.active > .selettore-iqos, .mdl-navigation__link.active > .selettore-corporate {
	width: 15px !important;
	height: 15px !important;
}
.selettore-neutro {
	width: 10px;
	height: 10px;
	background-color: #ccc;
}
.selettore-food {
	width: 10px;
	height: 10px;
	background-color: #ab1432;
}
.selettore-iqos {
	width: 10px;
	height: 10px;
	background-color: #33778e;
}
.selettore-corporate {
	width: 10px;
	height: 10px;
	background-color: #d88731;
}
.mdl-layout__drawer.is-visible {
	z-index: 9999;
}
.mdl-layout__header-row .mdl-navigation__link {
	padding: 0 10px;
}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
	color: white;
	font-size: 50px;
	font-weight: normal;
	padding-bottom: 30px;
	opacity: 0.8;
}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover {
	opacity: 1;
}
.mdl-layout__drawer span {
	color: #d88731;
	margin-top: 20px;
	font-family: 'PT Mono', monospace;
	font-weight: bold;
	font-size: 14px;
}
.mdl-navigation__link:hover, .mdl-navigation__link:focus {
	text-decoration: none;
}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover {
	background-color: transparent;
}
.mdl-layout__header-row span {
	margin-right: 10px;
	font-family: 'PT Mono', monospace;
	font-size: 12px;
}
.logo, .logo-bianco {
	position: absolute;
	left: 50%;
	margin-left: -13px;
	top: 10px;
}
.logo img, .logo-bianco img {
	width: 26px;
}

.contenuto-box {
	width: 50%;
	height: 50%;
	margin: 25%;
	background-repeat: no-repeat !important;
	position: center center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.contenuto-box-active {
	width: 100%;
	height: 100%;
	margin: 0;
	background-repeat: no-repeat !important;
	position: center center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.linea-food {
	position: absolute;
	width: 20px;
	height: 70%;
	background-color: #ab1432;
	opacity: 0.8;
	top: 15%;
	left: 60%;
	z-index: 4;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.linea-corporate {
	position: absolute;
	width: 30px;
	height: 70%;
	background-color: #d88731;
	opacity: 0.8;
	top: 15%;
	left: 30%;
	z-index: 4;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.linea-iqos {
	position: absolute;
	height: 30px;
	width: 60%;
	background-color: #33778e;
	opacity: 0.8;
	top: 60%;
	left: 5%;
	z-index: 4;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.linea-food-active, .linea-corporate-active, .linea-iqos-active {
	position: absolute;
	width: 300px !important;
	height: 286px !important;
	left: 286px !important;
	opacity: 1 !important;
	top: 0 !important;
	/* right: 55px; */
	z-index: 4;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	z-index: 9;
}
.item:nth-child(10n+0) > .linea-iqos-active, .item:nth-child(10n+0) > .linea-food-active, .item:nth-child(10n+0) > .linea-corporate-active {
	position: absolute;
	width: 300px !important;
	height: 286px !important;
	left: -300px !important;
	opacity: 1 !important;
	top: 0 !important;
	/* right: 55px; */
	z-index: 4;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	z-index: 9;
}
.linea-food-active, .linea-corporate-active, .linea-iqos-active {
	background-color: #333;
}
.itemHover:hover .linea-food, .itemHover:hover .linea-iqos, .itemHover:hover .linea-corporate {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	top: 0;
	right: 0;
	z-index: 4;
}
.itemHover:hover .linea-food {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #333;
	opacity: 0.8;
	top: 0;
	left: 0;
	z-index: 5;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.itemHover:hover .linea-iqos {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #333;
	opacity: 0.8;
	top: 0;
	left: 0;
	z-index: 5;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.itemHover:hover .linea-corporate {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: 0.8;
	top: 0;
	left: 0;
	z-index: 5;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.itemHover:hover .contenuto-box {
	width: 100%;
	height: 100%;
	margin: 0;
	background-repeat: no-repeat !important;
	position: center center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.commenti {
	opacity: 0;
	visibility: hidden;
}
.commenti-active {
	width: 200%;
	position: absolute;
	z-index: 10;
	top: 0;
	padding: 20px 20px 10px 105%;
	color: white;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	opacity: 1 !important;
	visibility: visible;
}
.item:nth-child(10n+0) > .commenti-active {
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: -300px;
	padding: 20px 20px 10px 20px;
	color: white;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	opacity: 1 !important;
	visibility: visible;
}
.testo {
	width: 200%;
	opacity: 0;
	top: 0;
	padding-left: 110%;
	font-size: 12px;
	text-align: center;
	visibility: hidden;
	padding-right: 5%;
}
.item:nth-child(10n+0) > .testo {
	position: absolute;
	width: 100%;
	opacity: 0;
	top: 0;
	left: -300px;
	padding-left: 0%;
	font-size: 12px;
	text-align: center;
	visibility: hidden;
	padding-right: 5%;
}
.testo-active {
	width: 200%;
	position: absolute;
	text-align: center;
	padding-left: 110%;
	font-size: 12px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: white;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	opacity: 1 !important;
	z-index: 10;
	visibility: visible;
}
.item:nth-child(10n+0) > .testo-active {
	width: 100%;
	position: absolute;
	text-align: center;
	padding-left: 5%;
	/* padding-right: 5%; */
	font-size: 12px;
	top: 50%;
	left: -300px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: white;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	opacity: 1 !important;
	z-index: 10;
	visibility: visible;
}
.testo-active span {
	color: #999999;
}
.social {
	width: 100%;
	position: absolute;
	z-index: 3;
	bottom: 0;
	padding: 20px 20px 10px 20px;
	color: #B3B3B3;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.social-active {
	width: 100%;
	margin-left: 100%;
	position: absolute;
	z-index: 5;
	bottom: 0;
	padding: 20px 20px 10px 20px;
	color: white;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	z-index: 10;
}
.item:nth-child(10n+0) > .social-active {
	width: 100%;
	margin-left: 0;
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: -300px;
	padding: 20px 20px 10px 20px;
	color: white;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	z-index: 10;
}
.itemHover:hover .social {
	color: white;
	z-index: 5;
}
.categoria {
	line-height: 30px;
}
[class^="icon-"], [class*=" icon-"] {
	font-weight: bolder;
	font-size: 18px;
}
.item .scopri, .item .scopri:focus {
	position: absolute;
	top: 50%;
	right: 20px;
	background-color: transparent;
	border: none;
	color: white;
	opacity: 0;
	visibility: hidden;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	z-index: 5;
	font-size: 16px;
	font-family: 'PT Mono', monospace;
	outline: none;
	border: none;
}
.item .scopri span {
	font-size: 14px;
	margin-left: 10px;
}
.item i {
	margin-right: 5px;
	vertical-align: sub;
}
.itemHover:hover .scopri {
	opacity: 1;
	visibility: visible;
}
.titolo-about {
	position: relative;
	height: 100%;
	opacity: 0;
}
.bianco {
	color: white;
}
.giallo {
	color: #d88731;
}
/*.about {
	height: 7000px;
}*/

section {
	position: relative;
	height: 100%;
	width: 100%;
}

.centro {
	display: flex;
 align-items:center;
justify-content:center; 
}

.sfondo {
	/*position: absolute;*/
	background: url(../images/about-sfondo.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.sfondo2 {
	/*position: absolute;*/
	background-color: white;
	width: 100%;
	height: 100%;
}

/*.where-img {
	position: absolute;
    background: url(../images/about1.jpg) no-repeat center center;
    width: 40%;
    height: 300px;
    right: 15%;
	top: 100px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.10);
}

.where-title{
	position:absolute;
	display:block;
	overflow:hidden;
	font-size: 50px;
	color: #333333;
}*/

.main-about {
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}
.main-about-active {
	opacity: 1 !important;
}
.about .mdl-layout__header {
	height: 50px;
	min-height: 50px;
	z-index: 3;
	background-color: transparent;
	color: white;
	box-shadow: none;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-property: max-height, box-shadow;
	transition: all 1s ease;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	-webkit-transition-property: max-height, box-shadow;
	-webkit-transition: all 1s ease;
}
.mdl-layout__drawer .mdl-navigation {
	padding-top: 100px;
}
.img1, .img2 {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 40%;
	height: 300px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.10);
}
.img1 {
	background: url(../images/about1.jpg) no-repeat center center;
	/*top: 150px;*/
	right: 27%;
}
.img2 {
	background: url(../images/about2.jpg) no-repeat center center;
	right: 27%;/*top: 750px;*/
}
.title1, .title2 {
	position: absolute;
	display: block;
	overflow: hidden;
	font-size: 50px;
	color: #333333;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;/*border-bottom:2px solid #d88731; */
}
.title1 {
	/*top: 170px;*/
	left: 20%;
}
.title1 span, .title2 span {
	font-size: 24px;
	color: #ccc;
	font-style: italic;
}
.title2 {
	/*top: 765px;*/
	right: 20%;
	text-align: right;
}
.title3 {
	font-size: 50px;
	color: #333333;
	line-height: 40px;
}
.linea-about {
	width: 100px;
	height: 2px;
	background-color: #d88731;
	margin-top: 20px;
}
.linea-about2 {
	height: 2px;
	background-color: #d88731;
	margin-left: 40%;
	width: 200px;
	margin-top: 30px;
	margin-bottom: 30px;
}
/*background layer clouds */
.txt1, .txt1b, .txt2, .txt2b {
	position: absolute;
	display: block;
	width: 35%;
	background-color: white;
	overflow: hidden;
	padding: 20px;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.10);
	font-size: 12px;
	color: #333333;
	font-family: 'PT Mono', monospace;
}
.txt1, .txt2b {
	/*top: 250px;*/
	left: 20%;
}
.txt2, .txt1b {
	/*top: 850px;*/
	right: 20%;
}
.gruppo, .gruppo2 {
	margin-left: 15%;
	margin-right: 15%;
	opacity: 0;
	transition: opacity 2s ease;
	-webkit-transition: opacity 2s ease;
}
.gruppo-active, .gruppo2-active {
	opacity: 1 !important;
	transition: opacity 2s ease;
	-webkit-transition: opacity 2s ease;
}
.conclusione {
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 150px;
}

.conclusione img {
	width: 100%;
    margin-bottom: 150px;
}

.gruppo-img {
	width: 100%;
	height: 200px;
	margin-top: 40px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.evento-img {
	background: url(../images/gruppo-network.jpg) no-repeat center center;
}
.network-img {
	background: url(../images/gruppo-events.jpg) no-repeat center center;
}
.food-img {
	background: url(../images/gruppo-food.jpg) no-repeat center center;
}
.gruppo-title {
	font-size: 30px;
	margin-bottom: 0;
}
.gruppo-riga-giallo {
	width: 50px;
	height: 2px;
	background-color: #d88731;
}
.gruppo-riga-azzurro {
	width: 50px;
	height: 2px;
	background-color: #33778e;
}
.gruppo-riga-rosso {
	width: 50px;
	height: 2px;
	background-color: #ab1432;
}
.gruppo-txt, .gruppo-txt2 {
	margin-top: 20px;
	font-family: 'PT Mono', monospace;
	font-size: 12px;
	color: #1A1A1A;
}
#conclusione, #conclusione2 {
	opacity: 0;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}
/*.about-conclusione i, .about-conclusione2 i {
	position: absolute;
	right: 0;
	left: 30%;
}*/
.conclusione-active, .conclusione2-active {
	opacity: 1 !important;
}
#conclusione2 {
	margin-top: 30px;
}
/**.about-conclusione span {
	color: #333333;
	font-weight: bold;
}*/
.row-contatti {
	padding-top: 150px;
	margin-left: 15%;
	margin-right: 15%;
}
.contatti {
	font-size: 12px;
	color: #333333;
	margin-top: 50px;
	line-height: 20px;
}
#conclusione {
	margin-top: 200px;
}
.contatti span {
	font-size: 15px;
	margin-right: 5px;
}
iframe {
	box-shadow: 10px 10px 10px rgba(0,0,0,0.10);
}
.contact {
	opacity: 0;
	transition: opacity 1s ease;
}
.contact-active {
	opacity: 1 !important;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}
.canali {
	display: inline-block;
	margin-bottom: 10px;
}
.loading, .loading2, .loading-short {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999999;
	opacity: 1;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}

.loading, .loading-short {
	background-color: black !important;
}

.loading2 {
	background-color: white !important;
	opacity: 0;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}

.loading2 span {
	font-size: 16px;
}

.loading2 img {
	width: 100px;
	display: inline-block;
}

.icona-loading {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.icona-loading span {
	font-size: 14px;
}

.loading-image, .loading-image-short {
	background: url(../images/about-sfondo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.loading.active, .loading-short.active {
	opacity: 0;
}
.logo-loading, .logo-loading-short {
	opacity: 0;
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
	width: 400px;
	position: absolute;
	top: 50%;
	margin-top: -113px;
	left: 50%;
	margin-left: -250px;
}

#about .logo-loading {
	position: relative;
	margin: 0;
	top: 0;
	left: 0;
}

.logo-loading2 {
	opacity: 0;
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
	width: 400px;
	position: absolute;
	top: 50%;
	margin-top: -113px;
	left: 50%;
	margin-left: -338px;
}

.logo-loading-mobile {
	opacity: 0;
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
	width: 400px;
	position: absolute;
	top: 50%;
	margin-top: -250px;
	left: 50%;
	margin-left: -200px;
}
.logo-loading.entrata, .logo-loading-short.entrata, .logo-loading2.entrata, .logo-loading-mobile.entrata, .loading h2.entrata, .loading2 h1.entrata, .btn-ef.entrata, .titolo-about.entrata, .normativa-cookies.entrata {
	opacity: 1;
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
}
.loading2.entrata2 {
	opacity: 0.93;
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
}
.loading2 h1 {
	opacity: 0;
}
.loading h2 {
	color: white;
	text-align: center;
	font-size: 20px;
	/**position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	max-width: 625px;
	margin-left: -312px;*/
	opacity: 0;
	transition: 1s opacity ease;
	-webkit-transition: 1s opacity ease;
}
.loading h2 span {
	font-size: 12px;
}

.btn-ef {
    outline: none !important;
    opacity: 0;
    cursor: pointer;
    font-size: 16px;
}
.btn-ef:hover, .btn-ef:focus {
	outline: none !important;
	box-shadow: none;
}
.chiudi {
	cursor: pointer;
}
.no-landscape {
	visibility: hidden;
	opacity: 0;
}
.loghi-canali {
	width: auto !important;
	height: 20px !important;
}
.logo-events {
	padding-right: 27px;
	padding-left: 25px;
}
.logo-food {
	padding-right: 12px;
	padding-left: 25px;
}
.logo-network {
	padding-left: 25px;
	padding-right: 10px;
}
.discover, .discover:active, .discover:focus {
	border: none;
	background-color: transparent;
	margin-top: 20px;
	float: right;
	outline: none;
	font-family: 'PT Mono', monospace;
}
.modal-dialog {
	width: 100%;
	height: 100%;
	margin: 0;
}
.modal-content {
	height: 100%;
	border-radius: 0;
	background-color: rgba(51,51,51,0.9);
	display: flex;
	align-items: center;
}
.modal-body {
	margin-left: 15%;
	margin-right: 15%;
	color: white;
}
.close, .close:hover, .close:active, .close:focus {
	font-size: 40px;
	color: white;
	opacity: 1;
	position: fixed;
	top: 30px;
	right: 30px;
	font-family: 'PT Mono', monospace;
	font-weight: normal;
}
.txt-modal {
	margin-top: 30px;
	font-family: 'PT Mono', monospace;
}
.modal a, .modal a:hover, .modal a:focus {
	color: white;
	vertical-align: bottom;
}
.margin-top-0 {
	margin-top: 0 !important;
}

.margin-top-150 {
	margin-top: 150px !important;
}

.txt-modal img {
	width: 20px;
	height: 20px;
	margin-top: 10px;
}

#gruppo {
	height: auto;
}

/*solo tablet landscape*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
.container, .contact .page-content {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}
.mdl-layout {
	position: relative;
}
.container > .wall {
	width: 100% !important;
	margin-left: calc(50% - 510px);
}
.container > .wall > .item {
	width: 340px;
	height: 340px;
}
.linea-food-active, .linea-corporate-active, .linea-iqos-active, .item:nth-child(10n+0) > .linea-iqos-active, .item:nth-child(10n+0) > .linea-food-active, .item:nth-child(10n+0) > .linea-corporate-active {
	width: 326px !important;
	height: 326px !important;
	left: 0 !important;
}
.testo-active {
	width: 100%;
	padding-left: 5%;
}
.item:nth-child(10n+0) > .testo, .item:nth-child(10n+0) > .testo-active {
	left: 0px;
}
.social-active {
	margin-left: 0;
}
.item:nth-child(10n+0) > .social-active {
	left: 0;
}
.commenti {
	width: 100%;
	left: 0;
}
.commenti-active {
	width: 100%;
	padding: 20px 20px 10px 20px;
	left: 0;
}
.item:nth-child(10n+0) > .commenti-active {
	left: 0;
}
.testo {
	padding-left: 5%;
	padding-right: 5%;
	width: 100%;
}
.item-active {
	width: 340px !important;
	height: 340px !important;
}
}

/* solo tablet portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
.container, .contact .page-content {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}
.mdl-layout {
	position: relative;
}
.container > .wall {
	width: 100% !important;
	margin-left: calc(50% - 340px);
}
.testo-active {
	width: 100%;
	padding-left: 5%;
}
.item:nth-child(10n+0) > .testo, .item:nth-child(10n+0) > .testo-active {
	left: 0px;
}
.social-active {
	margin-left: 0;
}
.item:nth-child(10n+0) > .social-active {
	left: 0;
}
.commenti {
	width: 100%;
	left: 0;
}
.commenti-active {
	width: 100%;
	padding: 20px 20px 10px 20px;
	left: 0;
}
.item:nth-child(10n+0) > .commenti-active {
	left: 0;
}

.mdl-layout__drawer {
	width: auto;
}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
	font-size: 50px;
	padding-right: 150px;
	padding-bottom: 20px;
}
.mdl-layout__drawer .mdl-navigation {
	padding-top: 100px;
}
.mdl-layout__drawer>.mdl-layout__title, .mdl-layout__drawer>.mdl-layout-title {
	line-height: 150px;
}
.mdl-layout__header-row {
	padding: 0 10px 0 50px;
}
.mdl-layout__header-row .mdl-navigation__link {
	padding: 0 8px;
}
.footer-header {
	left: 16px;
}
.canali img {
	margin-left: 10px;
}
.tel-mail img {
	margin-left: 18px;
}
.container > .wall > .item, .container > .wall > .item:nth-child(10n+0) {
	width: 340px;
	height: 340px;
}
.linea-food-active, .linea-corporate-active, .linea-iqos-active, .item:nth-child(10n+0) > .linea-iqos-active, .item:nth-child(10n+0) > .linea-food-active, .item:nth-child(10n+0) > .linea-corporate-active {
	width: 326px !important;
	height: 326px !important;
	left: 0 !important;
}
.testo-active {
	width: 100%;
	padding-left: 5%;
}
.social-active {
	margin-left: 0;
}
.commenti-active {
	width: 100%;
	padding: 20px 20px 10px 20px;
}
.testo {
	padding-left: 5%;
	padding-right: 5%;
}

	h1 {
		
    padding: 0px 10% 0px 10%;
	}
	
/**.home h1 {
	font-size: 24px;
	margin-left: -160px;
	margin-top: -150px;
	max-width: 300px;
}*/
.btn-ef {
	top: 80%;
}
/*h1 {
	font-size: 24px;
	margin-left: -300px;
	margin-top: -240px;
	max-width: 600px;
}*/
.img1, .img2 {
	width: 50%;
	height: 200px;
	margin-top: 80px;
}
.img2 {
	margin-top: 90px;
}
.img1, .title2, .txt2 {
	right: 5%;
}
.img2, .title1, .txt1, .txt2, .txt1b {
	left: 5%;
}
.txt1, .txt2, .txt1b, .txt2b {
	width: 80%;
}

/**.about-conclusione {
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 50px;
}*/
.gruppo, .conclusione, .gruppo2 {
	margin-left: 5%;
	margin-right: 5%;
}
.gruppo-txt, .gruppo-txt2 {
	padding-bottom: 50px;
}
.row-contatti {
	padding-top: 100px;
	margin-left: 5%;
	margin-right: 5%;
}
.contatti {
	margin-top: 30px;
}
iframe {
	margin-top: 50px;
	margin-bottom: 50px;
}
.item-active {
	width: 340px !important;
	height: 340px !important;
}
.testo {
	width: 100%;
}
.modal-body {
    margin-left: 5%;
    margin-right: 5%;
}	
	
}

/*solo mobile portrait*/

@media only screen and (max-device-width: 480px) and (orientation: portrait) {
.container, .contact .page-content {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}
.mdl-layout {
	position: relative;
}
.container > .wall {
	width: 100% !important;
}
.container > .wall > .item {
	width: 340px;
	height: 340px;
	margin-left: calc(50% - 170px);
}
.testo-active {
	width: 100%;
	padding-left: 5%;
}
.item:nth-child(10n+0) > .testo, .item:nth-child(10n+0) > .testo-active {
	left: 0px;
}
.social-active {
	margin-left: 0;
}
.item:nth-child(10n+0) > .social-active {
	left: 0;
}
.commenti {
	width: 100%;
	left: 0;
}
.commenti-active {
	width: 100%;
	padding: 20px 20px 10px 20px;
	left: 0;
}
.item:nth-child(10n+0) > .commenti-active {
	left: 0;
}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) {
.no-landscape {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: white;
	background-image: url(../images/landscape.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 232px 146px;
	z-index: 99999999;
	visibility: visible;
	opacity: 1;
}
.loading, .loading2 {
	display: none;
}
}

@media only screen and (max-width: 479px) and (min-width: 321px) {
p {
	font-size: 11px;
	line-height: 18px;
	margin: 0;
}
#txt3 {
	height: auto !important;
}
.network-img, .food-img {
	margin-top: 0;
}
/**.logo, .logo-bianco {
	left: 0;
	margin-left: 60px;
}*/
.mdl-layout__drawer {
	width: auto;
}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
	font-size: 45px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.mdl-layout__drawer .mdl-navigation {
	padding-top: 40px;
}
.mdl-layout__drawer>.mdl-layout__title, .mdl-layout__drawer>.mdl-layout-title {
	line-height: 50px;
}
.mdl-layout__header-row {
	padding: 0 10px 0 50px;
}
.mdl-layout__header-row .mdl-navigation__link {
	padding: 0 8px;
}
.footer-header {
	left: 16px;
}
.canali img {
	margin-left: 0px;
}
.tel-mail img {
	margin-left: 18px;
}
.container > .wall > .item {
	width: 340px;
	height: 340px;
}
.linea-food-active, .linea-corporate-active, .linea-iqos-active, .item:nth-child(10n+0) > .linea-iqos-active, .item:nth-child(10n+0) > .linea-food-active, .item:nth-child(10n+0) > .linea-corporate-active {
	width: 326px !important;
	height: 326px !important;
	left: 0 !important;
}
.testo-active, .item:nth-child(10n+0) .testo-active {
	width: 100%;
	padding-left: 5%;
}
.social-active, .item:nth-child(10n+0) .social-active {
	margin-left: 0;
}
.commenti-active, .item:nth-child(10n+0) .commenti-active {
	width: 100%;
	padding: 20px 20px 10px 20px;
}
.testo {
	padding-left: 5%;
	padding-right: 5%;
}
/**.home h1 {
	font-size: 24px;
	margin-left: -150px;
	margin-top: -200px;
	max-width: 300px;
}*/
.loading h2 {
	padding-left: 10%;
	padding-right: 10%;
}
.btn-ef {
	top: 80%;
}
h1 {
	font-size: 14px;
    padding: 10%;
}
.img1, .img2 {
	width: 50%;
	height: 150px;
	margin-top: 100px;
}
.img2 {
	margin-top: 200px;
}
.title2, .txt2, .txt2b {
	margin-top: 100px;
}
.img1, .title2, .txt2 {
	right: 5%;
}
.img2, .title1, .txt1 {
	left: 5%;
}
.txt1, .txt2, .txt1b, .txt2b {
	width: 80%;
}

/**.about-conclusione, .about-conclusione2 {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 50px;
	opacity: 1;
	margin-right: 15%;
}*/
.conclusione {
	margin-top: 60px;
}
#conclusione2 {
	margin-bottom: 50px;
}
.gruppo, .conclusione, .gruppo2 {
	margin-left: 5%;
	margin-right: 8%;
}
.gruppo {
	margin-top: 200px;
}
.gruppo-txt, .gruppo-txt2 {
	padding-bottom: 50px;
}
.row-contatti {
	padding-top: 100px;
	margin-left: 5%;
	margin-right: 5%;
}
.contatti {
	margin-top: 30px;
}
iframe {
	margin-top: 50px;
	margin-bottom: 50px;
}
.item-active {
	width: 340px !important;
	height: 340px !important;
}
.testo {
	width: 100%;
}
/**.about-conclusione i, .about-conclusione2 i {
	padding-bottom: 50px;
	left: 15%;
}*/
.modal-content {
	height: auto;
}
.modal-body > .row {
	margin-top: 50px;
}
}


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

	.logo, .logo-bianco {
		left: 35%;
	}
	
p {
	font-size: 11px;
	line-height: 18px;
	margin: 0;
}
#txt3 {
	height: auto !important;
}
.network-img, .food-img {
	margin-top: 80px;
}
/**.logo, .logo-bianco {
	left: 0;
	margin-left: 60px;
}*/
.mdl-layout__drawer {
	width: auto;
}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
	font-size: 45px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.mdl-layout__drawer .mdl-navigation {
	padding-top: 40px;
}
.mdl-layout__drawer>.mdl-layout__title, .mdl-layout__drawer>.mdl-layout-title {
	line-height: 20px;
}
.mdl-layout__header-row {
	padding: 0 10px 0 50px;
}
.mdl-layout__header-row .mdl-navigation__link {
	padding: 0 8px;
}
.footer-header {
	left: 16px;
}
.canali img {
	margin-left: 0px;
}
.tel-mail img {
	margin-left: 18px;
}
.container > .wall > .item {
	width: 340px;
	height: 340px;
}
.linea-food-active, .linea-corporate-active, .linea-iqos-active, .item:nth-child(10n+0) > .linea-iqos-active, .item:nth-child(10n+0) > .linea-food-active, .item:nth-child(10n+0) > .linea-corporate-active {
	width: 326px !important;
	height: 326px !important;
	left: 0 !important;
}
.testo-active, .item:nth-child(10n+0) .testo-active {
	width: 100%;
	padding-left: 5%;
}
.social-active, .item:nth-child(10n+0) .social-active {
	margin-left: 0;
}
.commenti-active, .item:nth-child(10n+0) .commenti-active {
	width: 100%;
	padding: 20px 20px 10px 20px;
}
.testo {
	padding-left: 5%;
	padding-right: 5%;
}
.home h1 {
	font-size: 24px;
	margin-left: -150px;
	margin-top: -200px;
	max-width: 300px;
}
.loading h2 {
	font-size: 24px;
	margin-left: -150px;
	margin-top: -160px;
	max-width: 300px;
}
.btn-ef {
	top: 80%;
}
/**h1 {
	font-size: 14px;
	margin-left: -150px;
	margin-top: -150px;
	max-width: 300px;
}*/
.img1, .img2 {
	width: 50%;
	height: 150px;
	margin-top: 50px;
}
.img2 {
	margin-top: 200px;
}
.title2, .txt2, .txt2b {
	margin-top: 150px;
}
.img1, .title2, .txt2 {
	right: 5%;
}
.img2, .title1, .txt1 {
	left: 5%;
}
.txt1, .txt2, .txt1b, .txt2b {
	width: 80%;
}

/**.about-conclusione, .about-conclusione2 {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 50px;
	opacity: 1;
	margin-right: 15%;
}*/
.conclusione {
	margin-top: 60px;
}
#conclusione2 {
	margin-bottom: 50px;
}
.gruppo, .conclusione, .gruppo2 {
	margin-left: 5%;
	margin-right: 8%;
}
.gruppo {
	margin-top: 250px;
}
.gruppo-txt, .gruppo-txt2 {
	padding-bottom: 50px;
}
.row-contatti {
	padding-top: 100px;
	margin-left: 5%;
	margin-right: 5%;
}
.contatti {
	margin-top: 30px;
}
iframe {
	margin-top: 50px;
	margin-bottom: 50px;
}
.item-active {
	width: 340px !important;
	height: 340px !important;
}
.testo {
	width: 100%;
}
/**.about-conclusione i, .about-conclusione2 i {
	padding-bottom: 50px;
	left: 15%;
}*/
.modal-content {
	height: auto;
}
.modal-body > .row {
	margin-top: 50px;
}

	.title1, .title2 {
		font-size: 35px;
	}
	
	.title1 span, .title2 span {
		font-size: 20px;
	}
	
}
