@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);




/***************** FONT ICON *****************/
@font-face {
  font-family: "Material Design Icons";
  src: url("https://help.gestionale1.it/ztube/fonts/materialdesignicons-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.fontIcon {
	font-family: 'Material Design Icons';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 150%;
}


html
{
	font-family: 'Open Sans', sans-serif !important;
}

body
{
	line-height: 1.5em;
	text-rendering: optimizeLegibility;
}

h1
{
	font-size: 2.75em;
	line-height: 1em;
}

h1
{
	font-size: 2.3125em;
}

h3
{
	font-size: 1.6785em;
}

h3.SubCenter
{
	text-align: center;
}

div
{
	margin: 0;
	padding: 0;
}

.centered-text
{
	text-align: center;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

.whiteheader
{
	color: #ffffff;
	/*font-weight: normal;*/
	font-weight: 700;
}

.whiteheader-thin
{
	color: #ffffff;
	font-weight: 300;
}

.content-label,
.content-label-yellow {
    font-weight: 300;    
    font-size: 1.4em;
}

.content-label {
	color: #fff;
}

.content-label-yellow {
	color: #fbba00;
}


.yellowheader
{
	color: #fbba00;
	/*font-weight: normal;*/
	font-weight: 700;
	padding-top: 60px;
}

.row.nav-search
{
	display: none;
}

.main-section > .row.outer-row
{
	max-width: 100%;
	padding: 0;
}


.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover
{
	background-color: rgba(0,0,0,0);
	box-shadow: 0 4px 4px rgba(0,0,0,0.4);
}

.button
{
	cursor: pointer;
	background-color: transparent;
	width: 200px;
	height: 35px;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: background-color 300ms ease-out;
	border-style: solid;
	border-width: 0;
	margin: 0 0 100px;
	padding: 1rem 2rem 1.0625rem 2rem;
	font-size: 1.2rem;
	
	background: currentColor;
}

.button.black
{
	border: solid 2px black;
	color: black;
}

.button.black:hover
{
	background-color: #ccc;
}

button:hover,
button:focus,
.button:hover,
.button:focus
{
	color: #fff;
}

.button a
{
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

button.round,
.button.round
{
	border-radius: 25px;
	box-shadow: none;
	padding-top: 2px;
	padding-bottom: 6px;
}

.button.round.multi-line
{
	line-height: 20px;
}

.button.round.single-line
{
	line-height: 40px;
}


.mt-0
{
	margin-top: 0 !important;
}

.mt-1
{
	margin-top: 1.5rem !important;
}

.mt-2
{
	margin-top: 2.5rem !important;
}

.mt-3
{
	margin-top: 3.5rem !important;
}

.mb-0
{
	margin-bottom: 0 !important;
}

.mb-1
{
	margin-bottom: 1.5rem !important;
}

.mb-2
{
	margin-bottom: 2.5rem !important;
}

.mb-3
{
	margin-bottom: 3.5rem !important;
}

.ml-0
{
	margin-left: 0 !important;
}

.ml-1
{
	margin-left: 1.5rem !important;
}

.ml-2
{
	margin-left: 2.5rem !important;
}

.ml-3
{
	margin-left: 3.5rem !important;
}

.mr-0
{
	margin-right: 0 !important;
}

.mr-1
{
	margin-right: 1.5rem !important;
}

.mr-2
{
	margin-right: 2.5rem !important;
}

.mr-3
{
	margin-right: 3.5rem !important;
}

.mx-0
{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.mx-1
{
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}

.mx-2
{
	margin-left: 2.5rem !important;
	margin-right: 2.5rem !important;
}

.mx-3
{
	margin-left: 3.5rem !important;
	margin-right: 3.5rem !important;
}

.my-0
{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-1
{
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-2
{
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important;
}

.my-3
{
	margin-top: 3.5rem !important;
	margin-bottom: 3.5rem !important;
}

.strong
{
	font-weight: 600;
}

.extra-strong
{
	font-weight: 700;
}

h1.title
{
	margin-left: 15px;
	width: 140px;
}

.row.expanded
{
	max-width: none;
}

.no-gutter
{
	margin-right: 0;
	margin-left: 0;
}

.no-margin
{
	margin: 0;
}

.full-width
{
	width: 100% !important;
}

.line-height-small
{
	line-height: 1em;
}

.disclaimer
{
	text-align: center;
	font-size: .8em;
	line-height: 1em;
	margin: 5px auto;
	color: rgba(255,255,255,.4);
}

.bg1
{
	background-image: url('../img_mktg1/img-g1-logo-1.jpg');
	height: 100%;
	background-size: cover;
}

.bg2
{
	height: 100%;
	background-size: cover;
	background-image: url('../img_mktg1/bg-search.jpg');
}

.cover
{
	background-size: cover;
}

a.logo span.maintitle,
.title-area .title span,
.tab-bar .title span
{
	font-size: 1.6rem;
	position: absolute;
	padding-left: 3em;
	font-weight: 300;
	top: 50%;
	color: #fbba00;
	transform: translateY(-50%);
	text-align: left;
}


/*duplicati in g1monothemestyle.css*/
.alert-box
{
	font-size: 22px;
	overflow: hidden;
}


@media screen and (max-width: 1440px) 
{

	.alert-box
	{	
		font-size: 18px;
	}

}

@media screen and (max-width: 1024px) 
{

	.alert-box
	{	
		font-size: 14px;
	}

	/*
	.alert-body {
		padding-top: 0;
		padding-bottom: 0;
	}

	.alert-head {
		padding-top: 0;
		padding-bottom: 0;
		vertical-align: middle;
	}
	*/

}


.alert-box a
{
	color: #FFF;
	text-decoration: none;
}


.alertQS {
	position: fixed;
	display: inline-flex;
	color:  #FFFFFF;
	background-color: #084F8C;
	bottom: .5em;
	z-index: 1;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	border-radius: 5px;

}

.alert-head {
	z-index: 100;
	background-color: #F2A71B;
	font-weight: bold;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: .5em;
	padding-bottom: .5em;
	display: inline-block;
}

.alert-body {
	display: block;
	z-index: 10;
	display: inline-block;
	padding-top: .5em;
	padding-bottom: .5em;
	text-align: center;

	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-moz-animation: ad-alert 10s linear infinite;
	-webkit-animation: ad-alert 10s linear infinite;
	animation: ad-alert 10s linear infinite;
}

@keyframes ad-alert {
	from {
	  -moz-transform: translateX(100%);
	  -webkit-transform: translateX(100%);
	  transform: translateX(100%);
	}
	to {
	  -moz-transform: translateX(-100%);
	  -webkit-transform: translateX(-100%);
	  transform: translateX(-100%);
	}

}

.alert-body a {
	color: #FFFFFF !important;
}

/*
#close-button {
	float: right;
}
*/

/*fine duplicati */

span.highlight:hover {
    color: #FFF;
}

.yellow
{
	background-color: #fbba00;
}

button.yellow:hover,
button.yellow:focus,
.button.yellow:hover,
.button.yellow:focus
{
	background-color: rgba(251, 186, 0, 0.75);
}

a.button.yellow
{
	color: #333333;
	/*background: #fbba00;
	text-decoration: none;*/
}


video
{
	width: 100%;
	max-width: 100%;

	height: auto;
	mc-float: center;
	clear: none;
}

@media only screen and (min-width: 50.5em)
{
	.top-bar-section ul:first-child
	{
		margin-top: 35px;
	}
}

li.title.back a
{
	color: #fbba00 !important;
	margin-left: 15px;
}

li.title.back a:before
{
	border: inset 6px;
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-color: transparent rgb(251, 186, 0) transparent transparent;
	border-left-style: solid;
	margin-left: -20px;
	margin-top: 7px;
	position: absolute;
}

.custom-overlay-style-1:before
{
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 50px);
	left: 50%;
	z-index: -1;
	-webkit-box-shadow: 0px 0px 900px 300px rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 900px 300px rgba(255, 255, 255, 0.8);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (max-width: 40.0625em)
{
	.custom-overlay-style-1:before
	{
		-webkit-box-shadow: 0px 0px 900px 200px rgba(255, 255, 255, 0.8);
		box-shadow: 0px 0px 900px 200px rgba(255, 255, 255, 0.8);
	}

	.custom-overlay-style-4:before
	{
		-webkit-box-shadow: 0px 0px 900px 200px rgba(0, 0, 0, 0.6);
		box-shadow: 0px 0px 900px 200px rgba(0, 0, 0, 0.6);
	}
}

.custom-overlay-style-2:before
{
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 50px);
	left: 50%;
	z-index: -1;
	-webkit-box-shadow: 0px 100px 900px 150px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 100px 900px 150px rgba(0, 0, 0, 0.8);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.orbit-caption.custom-overlay-style-2,
.orbit-caption.custom-overlay-style-3,
.orbit-caption.custom-overlay-style-4
{
	background-color: transparent !important;
}

.custom-overlay-style-3:before
{
	content: '';
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 0;
	-webkit-box-shadow: 0px 0px 900px 400px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 900px 400px rgba(0, 0, 0, 0.5);
}

.custom-overlay-style-3
{
	position: relative;
}

.custom-overlay-style-4:before
{
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 50px);
	left: 50%;
	z-index: -1;
	-webkit-box-shadow: 0px 100px 900px 250px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 100px 900px 250px rgba(0, 0, 0, 0.5);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.custom-overlay-style-2,
.custom-overlay-style-4
{
	z-index: 1;
	position: relative;
}

.scroll-to-top
{
	background: #707070;
	border-radius: 50%;
	bottom: 7px;
	right: 18px;
	position: fixed;
	width: 50px;
	height: 50px;
	opacity: 0.4;

	transition: opacity .8s ease-in-out;
}

#contentBody > .responsive-header
{
	background-color: transparent;
}

#content-section
{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #e6e6e6;
	margin-top: -50px;
}

#content-section h3
{
	font-weight: normal;
}

.right-section div.button-group,
.left-section div.button-group
{
	margin-top: 20px;
}

#content-section .left-section
{
	padding-right: 20px;
}

#content-section .right-section
{
	padding-left: 20px;
}

.left-section .left-content,
.right-section .right-content
{
	height: 270px;
}

#content-section .right-section .table-images:first-of-type
{
	margin-bottom: 20px;
}

#content-section.mc-blurb p
{
	margin-top: 0;
	margin-bottom: 5px;
}

#content-section.mc-blurb .mc-bullets
{
	margin-top: 10px;
	padding-left: 30px;
	padding-right: 10px;
}

#content-section.mc-blurb .mc-bullets > li
{
	color: #5a5a5a;
	list-style-image: url('../Images/Bullet1.png');
	font-size: 14px;
	margin-top: 8px;
	line-height: 1.6em;
}


div.topichero
{
	padding-top: 120px;
	padding-bottom: 80px;
	height: auto;
	background: url('../img_mktg1/bg-search-new.jpg') center center no-repeat;
	background: linear-gradient(to bottom, rgba(0,0,0,.6), rgba(255,0,0,0) 50%), url('../img_mktg1/bg-search-new.jpg') center center no-repeat;
	background-size: cover;
}

.title-text
{
	padding-bottom: 80px;
}

div.topichero h1
{
	font-size: 3.6em;
	margin-top: 1.11em;
	margin-bottom: 0.5em;
	line-height: 100%;
}

div.topichero h3
{
	font-size: 1.8em;
	margin-bottom: 20px;
	line-height: 100%;
}

.search,
.search-bar
{
	margin: 0 auto;
}


.mc-wrapper .mc-caption
{
	background: none;
}

iframe
{
	width: 560px;
	height: 315px;
}


MadCap|searchBarProxy
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
	width: 50%;
}

MadCap|topicToolbarProxy
{
	float: none;
}

p.TOC2
{
	margin-left: 20px;
	display: none;
}

MadCap|menuProxy.menu1
{
	mc-toc-depth: 1;
	mc-context-sensitive: True;
}

MadCap|menuProxy.menu2
{
	mc-toc-depth: 1;
	mc-context-sensitive: True;
}

html.HomePage
{
	mc-master-page: url('../MasterPages/G1Home.flmsp');
	mc-community-features: disabled;
}

/* Medium Layout */

@media only screen and (max-width: 64.063em)
{
	#content-section .right-section,
	#content-section .left-section
	{
		padding: 0;
	}

	.left-section div.button-group > div
	{
		margin-bottom: 20px;
	}


}

/* Small Layout */

@media screen and (max-width: 40em)
{
	MadCap|searchBarProxy.homeSearchBar
	{
		width: 100%;
	}

	div.topichero h1
	{
		font-size: 2em;
	}

	div.topichero h3
	{
		font-size: 1.2em;
	}

	#content-section
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.button
	{
		clear: both;
	}

}


.footer-nav
{
	max-width: 75rem;
	margin-right: auto;
	margin-left: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	background-color: #333333;
	padding: 2rem;
	width: 100%;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-copyright
{
	color: #cbcbcb;
	font-size: .7rem;
	padding-top: 1rem;
}

.footer-nav-left,
.footer-nav-right
{
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-right: .625rem;
	padding-left: .625rem;
	color: #fefefe;
}

.footer-nav-center
{
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	padding-right: .625rem;
	padding-left: .625rem;
	min-width: initial;
}

.footer-nav-menu
{
	list-style: none;
	margin-bottom: 0;
	text-align: center;
}

.footer-nav-menu-icons
{
	list-style: none;
	margin-bottom: 0;
	text-align: center;
}

.footer-nav-menu-item
{
	display: inline-block;
	margin-right: 2.5rem;
	font-size: .8rem;
	text-transform: uppercase;
	padding: 0.4rem 0;
}

.footer-nav-menu-item a
{
	color: #fefefe;
	transition: color 0.3s ease;
}

@media screen and (min-width: 29.45em) and (max-width: 40em)
{
	.footer-nav-menu
	{
		text-align: left;
	}
}

@media screen and (max-width: 75.125em) and (min-width: 40em)
{
	.footer-nav-left
	{
		-ms-flex-order: 3;
		order: 3;
		display: -ms-flexbox;
		display: flex;
		margin-left: 1rem;
	}

	.footer-nav-center
	{
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer-nav-right
	{
		-ms-flex-order: 2;
		order: 2;
		display: -ms-flexbox;
		display: flex;
		margin-right: 1rem;
		justify-content: center;
	}
}

@media print, screen and (min-width: 43.75em)
{
	.footer-nav-left,
	.footer-nav-right
	{
		padding-right: .9375rem;
		padding-left: .9375rem;
	}

	.footer-nav-center
	{
		padding-right: .9375rem;
		padding-left: .9375rem;
	}
}


@media screen and (max-width: 43.75em)
{
	.hero-full-screen
	{
		background-position: 0px !important;
	}
}


@media screen and (max-width: 40em)
{
	#toTop
	{
		display: none;
	}
}



[class^="hero-full-screen"]
{
	/* height: 70vh; */
	height: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 80px;
}

@media screen and (max-width: 43.75em)
{
	[class^="hero-full-screen"]
	{
		height: auto;
	}

	[class^="hero-full-screen"] .custom-overlay-style-3:before
	{
		display: none;
	}
}

.hero-full-screen
{
/*
	background: url('../img_mktg1/bg-search-G1-video.jpg') center center no-repeat;
	background: linear-gradient(to bottom, rgba(0,0,0,.8), rgba(255,0,0,0) 80%), url('../img_mktg1/bg-search-G1-video.jpg') center center no-repeat;
*/
	background-color: #333333;	
	background-size: cover;
}

.hero-full-screen-1
{
	background: url('../img_mktg1/img-g1-4.jpg') center center no-repeat;
	background: linear-gradient(to bottom, rgba(0,0,0,.6), rgba(255,0,0,0) 50%), url('../img_mktg1/img-g1-4.jpg') center center no-repeat;
	background-size: cover;
}

.hero-full-screen-2
{
	background: url('../img_mktg1/img-g1-logo-1.jpg') center center no-repeat;
	background: linear-gradient(to top, rgba(0,0,0,.6), rgba(255,0,0,0) 70%), url('../img_mktg1/img-g1-logo-1.jpg') center center no-repeat;
	background-size: cover;
}

.hero-full-screen-3
{
	/*img-g1-NOLOGO-1.jpg*/
	background: url('../img_mktg1/bg-search-G1-manuali.jpg') center center no-repeat;
	background: linear-gradient(to bottom right, rgba(0,0,0,.5), rgba(255,0,0,0) 60%), url('../img_mktg1/bg-search-G1-manuali.jpg') center center no-repeat;
	background-size: cover;
}

[class^="hero-full-screen"] .middle-content-section
{
	text-align: center;
	color: #fefefe;
}

[class^="hero-full-screen"] .top-content-section
{
	text-align: center;
	width: 100%;
}

[class^="hero-full-screen"] .bottom-content-section
{
	position: relative;
}

.topichero svg,
[class^="hero-full-screen"] .bottom-content-section svg
{
	height: 2.75rem;
	width: 2.75rem;
	fill: #fbba00;
}

.bottom-content-section svg
{
	height: 3.75rem;
	width: 3.75rem;
}

.hero-full-screen-2 .middle-content-section
{
	/*margin-top: 250px;*/
	margin-top: 60px;
	transform: translateY(-50%);
	z-index: 0;
}

@media screen and (max-width: 40em)
{
	.hero-full-screen-2 .middle-content-section
	{
		margin-top: 90px;
	}

	/*solo quando hero2 è primo figlio del contentbody*/

	#contentBody > div.hero-full-screen-2:first-child
	{
		height: 95vh;
	}
}

[class^="hero-full-screen"] .top-bar,
[class^="hero-full-screen-"] .top-bar .menu
{
	background: transparent;
}

[class^="hero-full-screen"] .top-bar .menu-text
{
	color: #fefefe;
}

[class^="hero-full-screen"] .top-bar .menu li
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

[class^="hero-full-screen"] .top-bar .menu a
{
	color: #fefefe;
	font-weight: bold;
}

/*solo quando hero2 è primo figlio del contentbody*/

#contentBody > div.hero-full-screen-2:first-child
{
	height: 90vh;
	/*height: 48em !important;*/
}

div.hero-full-screen-2 > div.mt-2:first-child
{

	margin-top: 40vh !important;
}

.video-section 
{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
}

.video-section iframe
{
	height: auto;
	width: auto;
}

.doc-section
{
	width: 100%;
	padding-top: 20px;
    padding-bottom: 40px;
}

.doc-section a 
{
	text-decoration: none;
}


ul.social-icons
{
	margin: 0;
	padding: 0;
	width: auto;
}

ul.social-icons li
{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-repeat: no-repeat;
	background-position: 0 100px;
	display: inline-block;
	margin: -1px 1px 5px 0;
	padding: 0;
	border-radius: 100%;
	overflow: visible;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	background-image: url('../img_mktg1/social-sprites.png');
}

ul.social-icons li a
{
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
}

ul.social-icons li a i[class^="icon-"]
{
	color: #444;
	font-style: 16px;
	position: relative;
	top: 3px;
}

ul.social-icons li[class] a
{
	text-indent: -9999px;
}

ul.social-icons li:active,
ul.social-icons li a:active
{
	border-radius: 100%;
}

ul.social-icons li.digg
{
	background-position: 0 0;
}

ul.social-icons li.digg:hover
{
	background-position: 0 -30px;
}

ul.social-icons li.dribbble
{
	background-position: 0 -60px;
}

ul.social-icons li.dribbble:hover
{
	background-position: 0 -90px;
}

ul.social-icons li.facebook
{
	background-position: 0 -120px;
}

ul.social-icons li.facebook:hover
{
	background-position: 0 -150px;
}

ul.social-icons li.flickr
{
	background-position: 0 -180px;
}

ul.social-icons li.flickr:hover
{
	background-position: 0 -210px;
}

ul.social-icons li.forrst
{
	background-position: 0 -240px;
}

ul.social-icons li.forrst:hover
{
	background-position: 0 -270px;
}

ul.social-icons li.googleplus
{
	background-position: 0 -300px;
}

ul.social-icons li.googleplus:hover
{
	background-position: 0 -330px;
}

ul.social-icons li.html5
{
	background-position: 0 -360px;
}

ul.social-icons li.html5:hover
{
	background-position: 0 -390px;
}

ul.social-icons li.icloud
{
	background-position: 0 -420px;
}

ul.social-icons li.icloud:hover
{
	background-position: 0 -450px;
}

ul.social-icons li.lastfm
{
	background-position: 0 -480px;
}

ul.social-icons li.lastfm:hover
{
	background-position: 0 -510px;
}

ul.social-icons li.linkedin
{
	background-position: 0 -540px;
}

ul.social-icons li.linkedin:hover
{
	background-position: 0 -570px;
}

ul.social-icons li.myspace
{
	background-position: 0 -600px;
}

ul.social-icons li.myspace:hover
{
	background-position: 0 -630px;
}

ul.social-icons li.paypal
{
	background-position: 0 -660px;
}

ul.social-icons li.paypal:hover
{
	background-position: 0 -690px;
}

ul.social-icons li.picasa
{
	background-position: 0 -720px;
}

ul.social-icons li.picasa:hover
{
	background-position: 0 -750px;
}

ul.social-icons li.pinterest
{
	background-position: 0 -780px;
}

ul.social-icons li.pinterest:hover
{
	background-position: 0 -810px;
}

ul.social-icons li.reddit
{
	background-position: 0 -840px;
}

ul.social-icons li.reddit:hover
{
	background-position: 0 -870px;
}

ul.social-icons li.rss
{
	background-position: 0 -900px;
}

ul.social-icons li.rss:hover
{
	background-position: 0 -930px;
}

ul.social-icons li.skype
{
	background-position: 0 -960px;
}

ul.social-icons li.skype:hover
{
	background-position: 0 -990px;
}

ul.social-icons li.stumbleupon
{
	background-position: 0 -1020px;
}

ul.social-icons li.stumbleupon:hover
{
	background-position: 0 -1050px;
}

ul.social-icons li.tumblr
{
	background-position: 0 -1080px;
}

ul.social-icons li.tumblr:hover
{
	background-position: 0 -1110px;
}

ul.social-icons li.twitter
{
	background-position: 0 -1140px;
}

ul.social-icons li.twitter:hover
{
	background-position: 0 -1170px;
}

ul.social-icons li.vimeo
{
	background-position: 0 -1200px;
}

ul.social-icons li.vimeo:hover
{
	background-position: 0 -1230px;
}

ul.social-icons li.wordpress
{
	background-position: 0 -1260px;
}

ul.social-icons li.wordpress:hover
{
	background-position: 0 -1290px;
}

ul.social-icons li.yahoo
{
	background-position: 0 -1320px;
}

ul.social-icons li.yahoo:hover
{
	background-position: 0 -1350px;
}

ul.social-icons li.youtube
{
	background-position: 0 -1380px;
}

ul.social-icons li.youtube:hover
{
	background-position: 0 -1410px;
}

ul.social-icons li.github
{
	background-position: 0 -1440px;
}

ul.social-icons li.github:hover
{
	background-position: 0 -1470px;
}

ul.social-icons li.behance
{
	background-position: 0 -1500px;
}

ul.social-icons li.behance:hover
{
	background-position: 0 -1530px;
}

ul.social-icons li.yelp
{
	background-position: 0 -1560px;
}

ul.social-icons li.yelp:hover
{
	background-position: 0 -1590px;
}

ul.social-icons li.mail
{
	background-position: 0 -1620px;
}

ul.social-icons li.mail:hover
{
	background-position: 0 -1650px;
}

ul.social-icons li.instagram
{
	background-position: 0 -1680px;
}

ul.social-icons li.instagram:hover
{
	background-position: 0 -1710px;
}

ul.social-icons li.foursquare
{
	background-position: 0 -1740px;
}

ul.social-icons li.foursquare:hover
{
	background-position: 0 -1770px;
}

ul.social-icons li.zerply
{
	background-position: 0 -1800px;
}

ul.social-icons li.zerply:hover
{
	background-position: 0 -1830px;
}

ul.social-icons li.vk
{
	background-position: 0 -1860px;
}

ul.social-icons li.vk:hover
{
	background-position: 0 -1890px;
}



@media screen and (min-width: 50.5em)
{
	h2
	{
		font-size: 2.3125em;
	}

	h3
	{
		font-size: 1.6875em;
	}

}



@media screen and (max-width: 40em)
{
	a.logo span.maintitle,
	.title-area .title span,
	.tab-bar .title span
	{
		font-size: 1.4rem;
		padding-left: 3.5em;
	}

	div.topichero 
	{
		padding-bottom: 50px;
	}

	.hero-full-screen
	{
		/*rgba(51,51,51,1) -> #333333*/
		background: linear-gradient(to bottom, rgba(0,0,0,.6), rgba(51,51,51,1) 100%);
	}
	
	.hero-full-screen-3, .hero-full-screen-1
	{
		background: linear-gradient(to top, rgba(0,0,0,.6), rgba(51,51,51,1) 100%);
	}

	div.hero-full-screen-2 > div.mt-2:first-child
	{
		margin-top: 2vh !important;
	}

	/*solo quando hero2 è primo figlio del contentbody*/

	#contentBody > div.hero-full-screen-2:first-child
	{
		height: 75vh;
	}

	h3
	{
		font-size: 1.4em;
	}

	.top-content-section .whiteheader
	{
		padding-top: 2em;
	}

	.mt-3-s
	{
		margin-top: 1.5rem !important;
	}

	iframe
	{
		width: 80%;
		height: auto;
	}


}

.video-cont > a {
    text-decoration: none;
}

.video-cover {
	height: 150px;
	width: 300px;
}

.video-cont:hover:after {
    font-family: 'Material Design Icons';
    font-size: 120px;
    opacity: 0.5;
    color: #333333;
    content: "\F40D";
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
