/*
<link href="https://fonts.googleapis.com/css?family=Oswald:400,500,600|Titillium+Web:300,400,600,700" rel="stylesheet">
font-family: 'Oswald', sans-serif;
font-family: 'Titillium Web', sans-serif;
*/

html {
  scroll-behavior: smooth;
}
body{
	padding: 0;
	margin: 0;
	background-color: #dddddd;
	-webkit-font-smoothing: antialiased;
}
::selection {
  background: #ffffff; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffffff; /* Gecko Browsers */
}
a:link {
    text-decoration: none;
	color: #515151;
}
a:visited {
	color: #515151;
}
a:hover {
    text-decoration: none;
	color: #000;
}
a:active {
	color: #373737;
}
p {
  display: block;
  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: 0;
  margin-right: 0;
}
.section {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.logo {
	position: fixed;
	left: 10%;
	top: 20px;
	width: 11%;
	height: 7%;
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
.blackover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .60);
	opacity: 0;
	pointer-events: none;
}
.vertline {
	position: absolute;
	left: 30%;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #fff;
	opacity: 0.1;
	visibility: visible;
}
.indirizzo {
	position: absolute;
	left: 10%;
	bottom: 20px;
	width: auto;
	height: auto;
	font-family: 'Titillium Web', sans-serif;
	text-align: left;
	color: #fff;
	font-size: 0.7em;
	font-weight: 600;
}
.legals {
	position: absolute;
	right: 30px;
	bottom: 20px;
	width: auto;
	height: auto;
	font-family: 'Titillium Web', sans-serif;
	text-align: right;
	color: #fff;
	font-size: 0.7em;
	font-weight: 600;
}
.background__video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1;
	position: absolute;
    background-size: cover;
	overflow: hidden;
	/*mix-blend-mode: lighten;  */
}
.background__video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
ul{
	list-style-type:none;
}
.menucontdesktop {
	position: fixed;
	left: 0;
	top: 0;
	width: 8%;
	height: 100%;
	background-color: #dddddd;
}
.menucontdesktopshad {
	position: absolute;
	right: 0;
	top: 0;
	width: 8px;
	height: 100%;
	background-color: #cecece;
}

/*HOEMPAGE*/
.ondahome {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/ondahome.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.quoteshome {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	font-size: 0.7em;
	font-weight: 600;
	line-height: 4em;
	padding-top: 6%;
	
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	
	font-family: 'Titillium Web', sans-serif;
}
.numerohome {
	font-family: 'Oswald', sans-serif;
	font-size: 20em;
}
.misurahome {
	font-family: 'Oswald', sans-serif;
	font-size: 13em;
	color: #3fa650;
}
.quotehome {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 4em;
	color: #fff;
}
.fontehome {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 1.4em;
	color: #a2a2a2;
}

/*SECTION GENERAL*/
.sectiongrad {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40%;
	height: 100%;
	/*background-color: #000000;*/
	background-image: -webkit-gradient(linear, left center, right center, from(rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 1.00)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
	background-image: linear-gradient(left, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#000000', EndColorStr='#000000');
	
}
.sectiontitle {
	position: absolute;
	left: 2%;
	top: 50%;
	width: 60%;
	height: auto;
	
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	
	font-family: 'Titillium Web', sans-serif;
	color: #fff;
	text-align: left;
	font-size: 9em;
	font-weight: 700;
	line-height: 0.8em;
	
	text-shadow: 4px 4px 0px rgba(0,0,0,0.05);
}
.targetsub {
	position: absolute;
	left: 2%;
	top: 50%;
	width: 25%;
	height: auto;

	
	font-family: 'Titillium Web', sans-serif;
	color: #43a453;
	text-align: left;
	font-size: 3em;
	font-weight: 700;
	line-height: 0.8em;
	
	text-shadow: 4px 4px 0px rgba(0,0,0,0.15);
}
.quotesection {
	position: absolute;
	right: 5%;
	top: 50%;
	width: 100%;
	height: auto;
	text-align: right;
	color: #fff;
	font-weight: 600;
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	
	font-family: 'Titillium Web', sans-serif;
}
.selequote {
	position: relative;
	right: -5px;
	width: 4%;
	height: 2px;
	float: right;
	margin-top: 20px;
	margin-right: 5px;
	background-color: #fff;
	opacity: 0.5;
}
/*////////////////////////////////*GAMING*/
.numerogaming {
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	line-height: 1em;
	height: auto;
}
.misuragaming {
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #447fba;
	height: auto;
}
.quotegaming {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #fff;
	height: auto;
}
.gamingimg {
	position: absolute;
	right: -5%;
	top: 0%;
	width: 72%;
	height: 100%;
	
	background-image: url(images/gaming.jpg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}


/*SALUTE*/
.numerosalute {
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	line-height: 1em;
	height: auto;
}
.misurasalute {
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #43a453;
	height: auto;
}
.quotesalute {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #fff;
	height: auto;
}
.saluteimg_big {
	position: absolute;
	right: 10%;
	top: 0%;
	width: 65%;
	height: 100%;
	
	background-image: url(images/saluteimg_big.jpg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.saluteimg_small {
	position: absolute;
	left: 16%;
	top: 4%;
	width: 31%;
	height: 100%;
	
	background-image: url(images/saluteimg_small.jpg);
	background-position: 0% 6%;
	background-size: contain;
	background-repeat: no-repeat;
}

/*////////////////////////////////*BUSINESS*/
.numerobusiness {
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	line-height: 1em;
	height: auto;
}
.misurabusiness {
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #4787d9;
	height: auto;
}
.quotebusiness {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #fff;
	height: auto;
}
.businessimg_big {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 60%;
	height: 100%;
	
	background-image: url(images/businessimg_big.jpg);
	background-position: 0% 60%;
	background-size: contain;
	background-repeat: no-repeat;
}
.businessimg_small {
	position: absolute;
	left: 65%;
	top: 4%;
	width: 31%;
	height: 100%;
	
	background-image: url(images/businessimg_small.jpg);
	background-position: 0% 10%;
	background-size: contain;
	background-repeat: no-repeat;
}

/*YOUNG*/
.numeroyoung {
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	line-height: 1em;
	height: auto;
}
.misurayoung {
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #fdda46;
	height: auto;
}
.quoteyoung {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #fff;
	height: auto;
}
.youngimg {
	position: absolute;
	right: 10%;
	top: 0%;
	width: 72%;
	height: 100%;
	
	background-image: url(images/young.jpg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

/*APP*/
.appgrad {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70%;
	height: 100%;
	background-image: url(images/appgrad.png);
	background-position: center left;
	background-size: contain;
	background-repeat: repeat-y;
}
.sottotitoloapp {
	position: absolute;
	left: 1%;
	width: 60%;
	height: auto;
	top: 55%;
	
	font-family: 'Titillium Web', sans-serif;
	color: #fff;
	text-align: left;
	font-size: 3em;
	font-weight: 500;
	line-height: 1em;
	
	text-shadow: 4px 4px 0px rgba(0,0,0,0.05);
}
.numeroapp {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1em;
	line-height: 1em;
	height: auto;
	font-weight: 500;
}
.misuraapp {
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #fff;
	height: auto;
}
.quoteapp {
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #fff;
	height: auto;
}
.appimg1 {
	position: absolute;
	left: 35%;
	top: 0%;
	width: 15%;
	height: 100%;
	
	background-image: url(images/app1.png);
	background-position: 0% 8%;
	background-size: contain;
	background-repeat: no-repeat;
}
.appimg2 {
	position: absolute;
	left: 45%;
	top: 0%;
	width: 16%;
	height: 100%;
	
	background-image: url(images/app2.png);
	background-position: 0% 96%;
	background-size: contain;
	background-repeat: no-repeat;
}
.appimg3 {
	position: absolute;
	left: 56%;
	top: 0%;
	width: 10%;
	height: 100%;
	
	background-image: url(images/app3.png);
	background-position: 0% 10%;
	background-size: contain;
	background-repeat: no-repeat;
}

/*CREATORS*/
.numerocreators {
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	line-height: 1em;
	height: auto;
}
.misuracreators {
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #fb0266;
	height: auto;
}
.quotecreators {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #fff;
	height: auto;
}
.creatorsimg1 {
	position: absolute;
	right: 24%;
	top: 0%;
	width: 30%;
	height: 100%;
	
	background-image: url(images/creators1.jpg);
	background-position: 0% 20%;
	background-size: contain;
	background-repeat: no-repeat;
}
.creatorsimg2 {
	position: absolute;
	right: 46%;
	top: 0%;
	width: 22%;
	height: 100%;
	
	background-image: url(images/creators2.jpg);
	background-position: 0% 86%;
	background-size: contain;
	background-repeat: no-repeat;
}

/*PUBLISHER*/
.contentpublisher {
	position: relative;
	margin: 0 auto;
	/*left: 50%;
	top: 20%;*/
	margin-top: 10%;
	width: 66%;
	height: auto;
	
	/*-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);*/
	color: #2b2b2b;
}
#publishertitle {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 10em;
	color: #3fa650;
	height: auto;
}
#publisherintro {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 1.8em;
	color: #2b2b2b;
	height: auto;
}
.publishersubtitle {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 3em;
	line-height: 1.2em;
	color: #2b2b2b;
	height: auto;
}
.publishersubtext {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 1.8em;
	color: #2b2b2b;
	height: auto;
}

.publishersubtext .img {
	column-count: 1;
}
#publishertext1 {
	column-count: 2;
}
#publishertext3 {
	column-count: 2;
}
#publishertext5 {
	column-count: 2;
}





.nextsection {
	position: absolute;
	left: 2%;
	bottom: 60px;
	width: 20%;
	height: 8%;
	cursor: pointer;
}
.arrowdw {
	position: absolute;
	left: 0;
	top: 0;
	width: 20%;
	height: 100%;
	background-image: url(images/arrowdw.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.nexttitle {
	position: absolute;
	left: 25%;
	top: 50%;
	width: 68%;
	height: 100%;
	
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 1em;
	color: #fff;
	height: auto;
	
	text-transform: uppercase;
	
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}


@media only screen and (max-width: 1200px) {
	.sectiontitle {
		position: absolute;
		left: 5%;
		top: 50%;
		width: 90%;
		height: auto;
		margin-top: -25%;
		
		-ms-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		
		font-family: 'Titillium Web', sans-serif;
		color: #fff;
		text-align: left;
		font-size: 9em;
		font-weight: 700;
		line-height: 0.9em;
		
		text-shadow: 4px 4px 0px rgba(0,0,0,0.05);
	}
	.targetsub {
		position: absolute;
		left: 5%;
		top: 20%;
		width: 80%;
		height: auto;
		
		font-family: 'Titillium Web', sans-serif;
		color: #43a453;
		text-align: left;
		font-size: 3em;
		font-weight: 700;
		line-height: 0.8em;
		
		text-shadow: 4px 4px 0px rgba(0,0,0,0.15);
	}
	
	.targetsub {
		visibility: hidden;
	}
	
	.vertline {
		position: absolute;
		left: 30%;
		top: 0;
		width: 2px;
		height: 100%;
		background-color: #fff;
		opacity: 0.1;
		visibility: hidden;
	}
	.sectiongrad {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 90%;
	
		/*background-color: #000000;*/
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 1.00)));
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		background-image: linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 1.00));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000');
		
	}
	
	.quoteshome {
		position: absolute;
		left: 0%;
		top: 50%;
		width: 100%;
		height: auto;
		text-align: left;
		color: #fff;
		font-size: 0.7em;
		font-weight: 600;
		line-height: 3em;
		padding-top: 6%;

		font-family: 'Titillium Web', sans-serif;
		
		margin-left: -4%;
	}
	.numerohome {
		font-family: 'Oswald', sans-serif;
		font-size: 10em;
	}
	.misurahome {
		font-family: 'Oswald', sans-serif;
		font-size: 6em;
		color: #3fa650;
	}
	.quotehome {
		font-family: 'Titillium Web', sans-serif;
		font-weight: 400;
		font-size: 2.5em;
		color: #fff;
	}
	.menucontdesktop {
		position: fixed;
		left: 0;
		top: 0;
		width: 0%;
		height: 100%;
		background-color: #dddddd;
	}
	.logo {
		position: absolute;
		left: 5%;
		top: 20px;
		width: 100%;
		height: 10%;
		background-position: left top;
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	.indirizzo {
		position: absolute;
		left: 5%;
		bottom: 20px;
		width: auto;
		height: auto;
		font-family: 'Titillium Web', sans-serif;
		text-align: left;
		color: #fff;
		font-size: 0.7em;
		font-weight: 600;
	}
	.legals {
		position: absolute;
		right: 30px;
		bottom: 20px;
		width: 100%;
		height: auto;
		font-family: 'Titillium Web', sans-serif;
		text-align: center;
		color: #fff;
		font-size: 0.7em;
		font-weight: 600;
		visibility: hidden;
	}
	.contentpublisher {
		position: relative;
		margin: 0 auto;
		/*left: 50%;
		top: 20%;*/
		margin-top: 10%;
		width: 90%;
		height: auto;
		
		/*-ms-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);*/
		color: #2b2b2b;
	}
	#publishertitle {
		font-family: 'Titillium Web', sans-serif;
		font-weight: 700;
		font-size: 6em;
		color: #3fa650;
		height: auto;
	}
	#publishertext1 {
		column-count: 1;
	}
	#publishertext3 {
		column-count: 1;
	}
	#publishertext5 {
		column-count: 1;
	}
	.nextsection {
		position: absolute;
		left: 2%;
		bottom: 60px;
		width: 20%;
		height: 8%;
		cursor: pointer;
		visibility: hidden;
	}
	
	
	
	/*GAMING*/
	.quotesection {
		position: absolute;
		left: 5%;
		top: 75%;
		width: 90%;
		height: auto;
		text-align: left;
		color: #fff;
		font-weight: 600;
		-ms-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		
		font-family: 'Titillium Web', sans-serif;
	}
	.selequote {
		position: relative;
		left: 0;
		width: 33%;
		height: 2px;
		float: left;
		margin-top: 20px;
		margin-right: 0px;
		margin-left: 0px;
		background-color: #fff;
		opacity: 0.5;
		visibility: hidden;
	}
	.gamingimg {
		position: absolute;
		right: -5%;
		top: 0%;
		width: 110%;
		height: 100%;
		margin-top: 40%;
		
		background-image: url(images/gaming.jpg);
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	/*SALUTE*/
	.saluteimg_big {
		position: absolute;
		right: -5%;
		top: 0%;
		width: 110%;
		height: 100%;
		margin-top: 40%;
		
		background-image: url(images/saluteimg_big.jpg);
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.saluteimg_small {
		position: absolute;
		left: 16%;
		top: 4%;
		width: 31%;
		height: 100%;
		
		background-image: url(images/saluteimg_small.jpg);
		background-position: 0% 6%;
		background-size: contain;
		background-repeat: no-repeat;
		visibility: hidden;
	}
	
	/*BUSINESS*/
	.businessimg_big {
		position: absolute;
		right: -5%;
		top: 0%;
		width: 110%;
		height: 100%;
		margin-top: 40%;
		
		background-image: url(images/businessimg_big.jpg);
		background-position: 0% 60%;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.businessimg_small {
		position: absolute;
		left: 65%;
		top: 4%;
		width: 31%;
		height: 100%;
		
		background-image: url(images/businessimg_small.jpg);
		background-position: 0% 10%;
		background-size: contain;
		background-repeat: no-repeat;
		
		visibility: hidden;
	}
	
	/*YOUNG*/
	.youngimg {
		position: absolute;
		right: -5%;
		top: 0%;
		width: 110%;
		height: 100%;
		margin-top: 40%;
		
		background-image: url(images/young.jpg);
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	/*APP*/
	.appgrad {
		position: absolute;
		left: -45%;
		bottom: 0;
		width: 150%;
		height: 100%;
		background-image: url(images/appgrad.png);
		background-position: center left;
		background-size: contain;
		background-repeat: repeat-y;
	}
	.sottotitoloapp {
		position: absolute;
		left: 0%;
		width: 90%;
		height: auto;
		top: 55%;
		
		font-family: 'Titillium Web', sans-serif;
		color: #fff;
		text-align: left;
		font-size: 3em;
		font-weight: 500;
		line-height: 1em;
		
		text-shadow: 4px 4px 0px rgba(0,0,0,0.05);
	}
	.appimg1 {
		position: absolute;
		left: 5%;
		top: 0%;
		width: 50%;
		height: 100%;
		
		background-image: url(images/app1.png);
		background-position: 0% 8%;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.appimg2 {
		position: absolute;
		left: 45%;
		top: 0%;
		width: 50%;
		height: 100%;
		margin-top: 20%;
		
		background-image: url(images/app2.png);
		background-position: 0% 96%;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.appimg3 {
		position: absolute;
		left: 65%;
		top: 0%;
		width: 30%;
		height: 100%;
		margin-top: 20%;
		
		background-image: url(images/app3.png);
		background-position: 0% 10%;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	/*CREATORS*/
	.creatorsimg1 {
		position: absolute;
		right: -5%;
		top: 0%;
		width: 110%;
		height: 100%;
		margin-top: 70%;
		
		background-image: url(images/creators1.jpg);
		background-position: 0% 20%;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.creatorsimg2 {
		position: absolute;
		right: 46%;
		top: 0%;
		width: 22%;
		height: 100%;
		
		background-image: url(images/creators2.jpg);
		background-position: 0% 86%;
		background-size: contain;
		background-repeat: no-repeat;
		
		visibility: hidden;
	}
}



























