/*
Theme Name: uwp
Author: Giacomo Lazzarin
Version: 1.0
Text Domain: uwp
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}




/*
*
*  Simple fluid media
*
*/
figure {
  position: relative;
}
img,
object,
embed,
video {
  max-width: 100%;
  height:auto;
  display: block;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
*
*	Zoomable baseline grid
*	type size presets
*
*/






/* STILI GENERICI */
html {
	height:100%;
}
body {
	height: 100%;
    font-family: 'museo-sans', sans-serif;
	font-size: 90%;
	line-height: 1.4em;
	color: #000;
	font-weight: 100;
	background: #fff;
}

a {
	text-decoration:none;
	color:#000;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
a:hover {
	color:#000;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}

.clear {
	clear: both !important;
}

strong, b {
	font-weight: 700;
}

#primary ol {
	list-style-type: decimal;
	padding-left: 20px;
	padding-bottom: 1em;
}
#primary ol li {
	margin: 1em 0;
}

iframe {
	max-width:100%;
}

.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 20px;
}
.aligncenter {
	margin: 0 auto 20px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	font-family: 'museo', serif;
}

h1 {
	font-size: 2em;
	text-align: center;
}
h2 {
	font-size: 1.8em;
}
h4 {
	font-weight: 100;
	font-size: 1.3em;
}

hr {
	margin: 50px auto;
	padding: 0;
	border: 0;
	height: 3px;
	clear: both;
	display: block;
	background: #ccc;
	width: 15%;
}


blockquote {
	font-style: italic;
	font-size: 0.9em;
	color: #333;
	position: relative;
	margin: 20px 0 20px 40px;
}
blockquote:before {
	content: '“';
	position: absolute;
	left: -35px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 60px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	top: 5px;
	font-stretch: normal;
	color: #ccc;
}
blockquote small {
	text-align: left;
}


.screen-reader-text {
	position: absolute;
	left: -99999px;
}

.noMargin {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.textJustify {
	text-align: justify;
}
.whiteSpace {
	display: block;
	clear: both;
	height: 50px;
}
.whiteSpace.smallSpace {
	height: 20px;
}
.whiteSpace.doubleSpace {
	height: 100px;
}
.contentWide {
	background: #eee;
}








/* STRUTTURA */
#page {
	width: 100%;
	margin: 0 auto 0;
	padding: 70px 0 0 0;
	position: relative;
}
.page-child #page {
	padding: 110px 0 0 0;
}

.contentInside {
	width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}
.contentInsidePadding {
	padding: 30px 0;
}
.contentInsideSmall {
	width: 700px;
}

.column1-4 {
	width: 21%;
	float: left;
	margin: 15px 2%;
}
.column2-4 {
	width: 46%;
	float: left;
	margin: 15px 2%;
}
.column3-4 {
	width: 71%;
	float: left;
	margin: 15px 2%;
}
.column4-4 {
	width: 96%;
	float: left;
	margin: 15px 2%;
}

.column1-3 {
	width: 29.3333%;
	float: left;
	margin: 15px 2%;
}
.column2-3 {
	width: 62.6666%;
	float: left;
	margin: 15px 2%;
}
.column3-3 {
	width: 96%;
	float: left;
	margin: 15px 2%;
}

.column1-3-2 {
	width: 12.6666%;
	float: left;
	margin: 15px 2%;
}









/* HEADER */
#masthead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: #0474ba url(assets/images/bg-hf.png) no-repeat center;
	background-size: cover;
	z-index: 99999;
}

#marchio {
	float: left;
	width: 50px;
	margin: 10px 0 0 40px;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
#marchio:hover {
	opacity: 0.6;
}




#searchIcon {
	float: left;
    display: block;
    width: 25px;
    line-height: 70px;
    color: #fff;
    font-size: 1.2em;
    margin: 0 0 0 25px;
	z-index: 999;
	position: relative;
	text-align: center;
}
#searchIcon:hover {
	color: #31506d;
}

#searchFormOpen {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	display: none;
}

#searchform {
	display: table-cell;
	vertical-align: middle;
	width: 100vw;
	height: 100vh;
	text-align: center;
}
#searchform button.search-submit {
	display: none;
}
#searchform input.search-field {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #fff;
	font-size: 3.5vh;
	line-height: 2em;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	width: 90%;
	max-width: 720px;
	text-align: center;
	font-weight: 100;
}





/* FOOTER */
#colophon {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #0474ba url(assets/images/bg-hf.png) no-repeat center;
	background-size: cover;
	z-index: 9999;
	color: #fff;
	font-size: 0.8em;
}
#colophon .leftFoot {
	margin: 0 0 0 40px;
	float: left;
}
#colophon .rightFoot {
	margin: 0 40px 0 0;
	float: right;
}
#colophon a {
	color: #fff;
}
#colophon a:hover {
	color: #000;
}

#page + .wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
	display: none !important;
}

#cookie-notice {
	bottom: 36px;
}

.wpml-ls-legacy-list-horizontal {
    border: 0;
    padding: 0;
}
.wpml-ls-legacy-list-horizontal li {
	text-transform: uppercase;
	margin: 0 0 0 10px !important;
	padding: 0 0 0 10px !important;
    border: 0;
	position: relative;
	line-height: 35px !important;
}
.wpml-ls-legacy-list-horizontal a {
    border: 0;
    padding: 0;
}
.wpml-ls-legacy-list-horizontal li:before {
	content: "|";
	position: absolute;
	left: 0;
	top: -10px;
}
.wpml-ls-legacy-list-horizontal li:first-child:before {
	display: none;
}

.footerLoghi {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.footerLoghi li {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	width: 120px;
	cursor: pointer;
}
.footerLoghi li a:hover {
	opacity: 0.5;
}
.footerLoghi li:after {
	content: "";
	width: 1px;
	height: 76px;
	position: absolute;
	top: 0;
	right: 0;
	background: #ccc;
}
.footerLoghi li:last-child:after {
	display: none;
}

#bottom {
	background: #4e5156;
	margin: 40px 0 35px;
	text-align: center;
	color: #fff;
	font-size: 0.95em;
	line-height: 1.2em;
}
#bottom h3 {
	font-family: 'museo-sans', sans-serif;
	font-weight: 600;
}
#bottom a {
	color: #fff;
}
#bottom a:hover {
	color: #0474ba;
}
.logofooter {
	width: 110px;
	margin: 15px auto 25px;
}
.menuFooter {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menuFooter li a {
	display: block;
	line-height: 1.4em;
	margin: 10px 0;
	position: relative;
	padding-bottom: 7px;
}
.menuFooter li a:after {
	position: absolute;
	content: "";
	width: 30px;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
	height: 1px;
	background: #ccc;
}


#mce-success-response {
	color: #0a0;
}









/* SOCIAL MENU */
.socialMenu {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
	line-height: 70px;
	font-size: 1.2em;
}
.socialMenu li {
	display: inline-block;
}
.socialMenu li a {
	color: #fff;
	display: block;
	font-size: 1.2em;
	width: 25px;
	text-align: center;
}
.socialMenu li a:hover {
	color: #000;
}







/* UWP MENU */
.uwpMenu {
	list-style: none;
	padding: 0;
	margin: 0;
	position: fixed;
	z-index: 9999999;
	top: 50%;
	margin-top: -50px;
	right: -90px;
}
.uwpMenu li {
	float: left;
	clear: both;
	position: relative;
}
.uwpMenu li a {
	width: 140px;
	height: 35px;
	line-height: 35px;
	text-align: left;
	background: #000;
	color: #fff;
	display: block;
}
.uwpMenu li a i {
	width: 50px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
}
.uwpMenu li a span {
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 700;
	padding-right: 10px;
	display: inline-block;
}

.uwpMenu li a.watch {
	background: #e63b00;
}
.uwpMenu li a.workshop {
	background: #bdbd00;
}
.uwpMenu li a.network {
	background: #ffaa00;
}
.uwpMenu li a.workshop i {
	font-size: 1.1em;
}
.uwpMenu li a.network i {
	font-size: 1.2em;
}

.uwpMenu li a:hover {
	margin-left: -90px;
}





/* MENU PRINCIPALE */
#navMenu {
	float: right;
	margin: 25px 40px 0 0;
	font-size: 0.9em;
}
.menuPrincipale {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.menuPrincipale li {
	float: left;
}
.menuPrincipale li a {
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin-left: 20px;
}
.menuPrincipale > li a:hover,
.menuPrincipale > li.current-menu-item a {
	color: #000;
}


.menuPrincipale li ul {
	display: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	left: 0;
	height: 40px;
	line-height: 40px;
	background: #000;
	top: 70px;
	text-align: center;
}
.menuPrincipale li ul li {
	float: none;
	display: inline-block;
}
.menuPrincipale li ul li a {
	position: relative;
	line-height: 40px;
	display: block;
}
.menuPrincipale li ul li a:hover {
	color: #fff;
}
.menuPrincipale li ul li a:hover:after,
.menuPrincipale li ul li.current-menu-item a:after {
	content: "\f0d8";
	font-family: 'FontAwesome';
	position: absolute;
	left: 50%;
	bottom: -7px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-left: -10px;
	text-align: center;
	color: #fff;
}

.menuPrincipale li a {
	position: relative;
}
.menuPrincipale li.menu-item-has-children > a:hover:after,
.menuPrincipale li.current-menu-ancestor > a:after {
	content: "\f0d7";
	font-family: 'FontAwesome';
	position: absolute;
	left: 50%;
	bottom: -20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-left: -10px;
	text-align: center;
	color: #000;
}
.menuPrincipale li.menu-item-has-children > a:hover,
.menuPrincipale li.current-menu-ancestor > a {
	color: #000;
}








/* HOME */
.sezioniHome {
	min-height: calc(100vh - 105px);
}

#section-home-main {
	background-size: cover;
	position: relative;
	background: transparent;
}
#videoBg {
	position: absolute;
	top: 50%; 
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;
	z-index: -1000; 
	overflow: hidden;
}
#logo {
	margin: 10vh auto 0;
	width: 300px;
}
#incipitHome {
	text-align: center;
	background: #0474ba;
	max-width: 340px;
	margin: 5vh auto 0;
	padding: 25px 15px 30px;
	color: #fff;
}
#incipitHome h1 {
	margin: 0 0 10px;
}
#incipitHome p {
	font-size: 1.45em;
	line-height: 1.2em;
	margin: 0;
}
#cityBeep {
	text-align: center;
	margin: 7vh auto 0;
}
#cityBeep:before {
	content: '”';
	font-family: Times, "Times New Roman", "serif";
	font-size: 120px;
	color: #ccc;
	position: absolute;
	left: -60px;
	top: 10px;
}
#cityBeep:after {
	content: '“';
	font-family: Times, "Times New Roman", "serif";
	font-size: 120px;
	color: #ccc;
	position: absolute;
	right: -60px;
	bottom: -50px;
}
#cityBeep h2 {
	margin: 0;
	display: inline-block;
	position: relative;
}
#cityBeep p {
	margin: 10px 0 0;
	text-transform: uppercase;
	font-family: 'museo', serif;
}


#scrollAdvice {
	position: fixed;
	bottom: 5px;
	left: 50%;
	width: 40px;
	height: 40px;
	display: block;
	margin-left: -20px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	z-index: 99999;
	font-size: 1.5em;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	-webkit-animation: arrow-anim 1.5s infinite;
	-moz-animation: arrow-anim 1.5s infinite;
	-o-animation: arrow-anim 1.5s infinite;
	animation: arrow-anim 1.5s infinite;
}
/* ANIMAZIONE FRECCIA IN GIU */
@-webkit-keyframes arrow-anim {
  0% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -ms-transform: translate(0, 30%);
    -webkit-transform: translate(0, 30%);
    -moz-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }

  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes arrow-anim {
  0% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -ms-transform: translate(0, 30%);
    -webkit-transform: translate(0, 30%);
    -moz-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }

  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-ms-keyframes arrow-anim {
  0% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -ms-transform: translate(0, 30%);
    -webkit-transform: translate(0, 30%);
    -moz-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }

  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes arrow-anim {
  0% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -ms-transform: translate(0, 30%);
    -webkit-transform: translate(0, 30%);
    -moz-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }

  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}




/* HOME V2 */
#sliderBackground {
	width: 100%;
	height: calc(100vh - 105px);
	margin: 0px 0 0;
	position: relative;
	z-index: 0;
	border: 0;
	float: left;
}
#sliderBackground .flex-control-nav.flex-control-paging {
	display: none;
}
#sliderBackground ul.slides,
#sliderBackground ul.slides li {
	width: 100%;
	height: 100%;
}
#sliderBackground ul.slides li {
	background-size: cover !important;
	background-position: center center !important;
}
#sliderBackground .flex-direction-nav a {
	top: calc(50% - 60px) !important;
	height: 150px;
	background: rgba(0,0,0,0.7);
}
#sliderBackground .flex-direction-nav .flex-next {
	right: 0;
}
#sliderBackground .flex-direction-nav .flex-prev {
	left: 0;
}
#sliderBackground .flex-direction-nav a.flex-next:before {
	content: "\f105" !important; 
	font-family: 'fontAwesome';
}
#sliderBackground .flex-direction-nav a.flex-prev:before {
	content: "\f104" !important; 
	font-family: 'fontAwesome';
}
#sliderBackground .flex-direction-nav a.flex-next:before,
#sliderBackground .flex-direction-nav a.flex-prev:before {
	width: 40px;
	height: 150px;
	text-align: center;
	line-height: 150px;
	color: #fff;
}

.page-template-home-v2 .uwpMenu {
	display: none;
}

.boxSlider {
	position: absolute;
	right: 128px;
	bottom: 50px;
	width: calc(100% - 256px);
	max-width: 350px;
}
.boxSliderIns {
	background: #0474ba;
	padding: 20px;
	color: #fff;
}
.boxSliderIns h2 {
	margin: 0 0 10px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.boxSliderIns .textSlider {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.boxSliderIns h2,
.boxSliderIns .textSlider,
.boxSliderIns a {
	color: #fff;
}
.boxSliderIns a:hover,
.boxSliderIns a:hover h2,
.boxSliderIns a:hover .textSlider {
	color: #000;
}
.boxSlider .continua {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	float: right;
	margin: 5px 0 0;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
}
#section-home-network {
	position: relative;
}
#section-home-network .titoloUwp {
	background: #fa0;
}
#section-home-network #joinN {
	position: absolute;
}
#section-home-getinvolved .progettoBox {
	background: #fff;
	min-height: 390px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	position: relative;
}
#section-home-getinvolved .progettoBox .readmore {
	position: absolute;
	width: 100%;
	bottom: 10px;
	margin: 0;
	text-align: center;
}




/* SINGLE V2 */
.column1-3.sidebar {
	background: #f1f1f1;
	padding: 0 2% 15px;
	box-sizing: border-box;
}
.wpp-list {
	padding: 0;
}
.wpp-list .wpp-thumbnail {
	margin: 0 15px 0 0;
}
.wpp-list .title {
	width: calc(100% - 85px) !important;
	font-weight: 700;
	line-height: 1.2em !important;
	font-size: 0.85em !important;
	display: block;
	float: left;
	margin: 0 0 1rem 0 !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	border: 0 !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	clear: both;
	display: block;
	float: none !important;
	margin-bottom: 1rem !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail > img {
	margin: 0 15px 0 0;
	width: 70px;
	height: 70px;
	float: left;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	width: calc(100% - 85px) !important;
	font-weight: 700;
	font-size: 0.85em !important;
	line-height: 1.2em !important;
	max-height: none !important;
	overflow: auto !important;
	margin: 0 0 1rem 0 !important;
}



#cityBeep {
	border: 0;
	background: transparent;
}
#cityBeep .flex-direction-nav {
	display: none !important;
}

#cityBeep .flex-control-nav.flex-control-paging {
	padding: 0 !important;
	margin: 0 !important;
}
#cityBeep .flex-control-nav.flex-control-paging li {
	margin: 10px 4px !important;
}





.sezioneUwpShortcut {
	height: calc(100vh - 105px);
	width: 33.33333%;
	background: #ff0;
	float: left;
	display: table;
	text-align: center;
	position: relative;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.sezioneUwpShortcut .contenuto {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20%;
	font-size: 1.1em;
	color: #fff;
}
.sezioneUwpShortcut .contenuto img {
	margin: 0 auto;
	width: 35px;
}
.sezioneUwpShortcut .contenuto h1 {
	position: relative;
}
.sezioneUwpShortcut .contenuto h1:after {
	width: 30px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	bottom: -10px;
	height: 1px;
	background: #fff;
	content: "";
}
.sezioneUwpShortcut#watch {
	background: #e63b00;
}
.sezioneUwpShortcut#workshop {
	background: #bdbd00;
}
.sezioneUwpShortcut#network {
	background: #ffaa00;
}
.sezioneUwpShortcut:hover .contenuto {
	vertical-align: top;
}
.sezioneUwpShortcut:hover .contenuto .inciptiSec {
	display: none;
}
.sezioneUwpShortcut:hover .contenuto h1:after {
	display: none;
}
.sezioneUwpShortcut:hover .contenuto h1 {
	margin-bottom: 0;
}
.sezioneUwpShortcut .anticipazioni {
	position: absolute;
	display: table-cell;
	vertical-align: middle;
	margin: 120px 10% 0;
	color: #fff;
	width: 80%;
	top: 0;
	left: 0;
	opacity: 0;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.1em;
	height: calc(100vh - 270px);
	overflow-y: auto;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.sezioneUwpShortcut:hover .anticipazioni {
	opacity: 1;
	transition:all 1.5s;
	-moz-transition:all 1.5s; /* Firefox 4 */
	-webkit-transition:all 1.5s; /* Safari and Chrome */
	-o-transition:all 1.5s; /* Opera */
}
.sezioneUwpShortcut .anticipazioni article {
	padding: 20px 8%;
	margin-bottom: 1px;
	background: rgba(256,256,256,0.7);
}

.sezioneUwpShortcut article .date {
	font-weight: 700;
	font-size: 0.85em;
	color: #333;
}
.sezioneUwpShortcut article h2 {
	font-family: 'museo-sans', sans-serif;
	line-height: 1em;
	font-size: 1.6em;
	font-weight: 500;
	margin: 7px 0;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.sezioneUwpShortcut#watch article:hover h2 {
	color: #e63b00;
}
.sezioneUwpShortcut#workshop article:hover h2 {
	color: #bdbd00;
}
.sezioneUwpShortcut#network article:hover h2 {
	color: #ffaa00;
}
.sezioneUwpShortcut .leggitutto {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 15px;
	left: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.8em;
	color: #fff;
	opacity: 0;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.sezioneUwpShortcut .leggitutto a {
	color: #fff;
}
.sezioneUwpShortcut .leggitutto a:hover {
	color: #000;
}
.sezioneUwpShortcut .leggitutto i {
	font-size: 1.3em;
}
.sezioneUwpShortcut:hover .leggitutto {
	opacity: 1;
	transition:all 1.5s;
	-moz-transition:all 1.5s; /* Firefox 4 */
	-webkit-transition:all 1.5s; /* Safari and Chrome */
	-o-transition:all 1.5s; /* Opera */
}
.sezioneUwpShortcut .network i {
	font-size: 2.5em;
	color: #ffaa00;
	margin-bottom: -5px;
	display: block;
}
.sezioneUwpShortcut .network {
	text-align: center;
}


.progettoBox {
	background: #eee;
	text-align: center;
}
.progettoBox img {
	margin: 10px auto 10px;
	width: 150px;
	max-width: 90%;
}
.progettoBox p {
	padding: 0 20px;
	font-size: 0.95em;
	line-height: 1.2em;
}
.progettoBox .readmore {
	text-align: right;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin: 20px 20px 20px 0;
	font-size: 0.85em;
}
.progettoBox .readmore:hover {
	color: #0474ba;
}


.evidenza h2 {
	text-align: center;
}
.evidenza h2 a {
	color: #0474ba;
}
.evidenza .leggitutto {
	text-align: right;
	display: block;
	margin-bottom: 10px;
	clear: both;
	font-weight: 700;
	text-transform: uppercase;
	color: #0474ba;
}
.evidenza a:hover {
	color: #000 !important;
}
.evidenza .flex-control-nav.flex-control-paging {
	padding: 0 !important;
	margin: 0 !important;
}
.evidenza .flex-control-nav.flex-control-paging li {
	margin: 10px 4px !important;
}

.evidenza .flex-direction-nav a {
}
.evidenza .flex-direction-nav a.flex-next {
	right: -50px !important;
}
.evidenza .flex-direction-nav a.flex-prev {
	left: -50px !important;
}
.evidenza .flex-direction-nav a:before {
	font-family: 'FontAwesome' !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.evidenza .flex-direction-nav a.flex-next:before {
	content: '\f105';
}
.evidenza .flex-direction-nav a.flex-prev:before {
	content: '\f104';
}







/* PAGE */
#pageLogo {
	margin: 20px auto 0;
	max-width: 200px;
}

.contentBiggerText {
	font-size: 1.2em;
	line-height: 1.3em;
}

.contentBiggerText a {
	color: #0474ba;
}
.contentBiggerText a:hover {
	color: #000;
}

.pageTitle {
	font-size: 2.4em;
	line-height: 1.1em;
}








/* TEMPLATE UWP */
.titoloUwp {
	background: url(assets/images/bg-top.png) no-repeat center;
	background-size: cover;
	padding: 10px 0 15px;
	margin-bottom: 20px;
}
.logoUwp2 {
	display: inline-block;
	max-width: 45px;
	vertical-align: middle;
	margin-left: 20px;
}
.titoloUwp h1 {
	display: inline-block;
	margin: 0 0 0 10px;
	line-height: 45px;
	font-size: 2.5em;
	color: #fff;
	font-weight: 600;
	vertical-align: middle;
}
.titoloUwp h2 {
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	margin: 0 0 10px 0;
	vertical-align: middle;
}
.titoloUwp h3 {
	color: #fff;
	font-size: 1em;
	font-weight: 100;
	margin: 0 0 0;
	vertical-align: middle;
}
.displayTable {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	min-height: 80px;
}
.titoloUwp .column1-3 {
	position: relative;
}
.titoloUwp .column1-3:after {
	content: "";
	right: -20px;
	top: 50%;
	margin-top: -40px;
	width: 1px;
	height: 85px;
	background: #fff;
	position: absolute;
}


.articleBox {
	border-bottom: 1px solid #ccc;
}
.articleBox .date {
	font-weight: 600;
	font-size: 0.9em;
	color: #666;
	line-height: 1em;
}
.articleBox img {
	min-width: 100%;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.articleBox h2 {
	line-height: 1.1em;
	font-weight: 600;
	margin: 20px 0;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}

.articleBox .continua {
	float: right;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.8em;
}
.articleBox .continua i {
	font-size: 1.2em;
}
.articleBox:hover .continua {
	color: #000;
}
.articleBox:hover img {
	opacity: 0.5; 
}




/* PAGE NAVIGATION */
.wp-pagenavi {
	text-align: center;
	margin: 50px 0 0;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #eee;
    padding: 3px 5px;
    margin: 2px;
    min-width: 15px;
    display: inline-block;
}
.wp-pagenavi .pages {
	background: #eee;
	color: #999;
}
.wp-pagenavi .current {
	background: #0474ba;
	color: #fff;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #0474ba;
}





/* NETWORK */
.wpgmp_map_container {
	margin-top: -20px;
}
.fc-main {
	width: 200px;
	text-align: center;
}
.fc-main i.fa-map-marker {
	font-size: 2.5em;
	color: #ffaa00;
	margin-bottom: -5px;
	display: block;
}
.fc-item-title {
	text-align: center !important;
	text-transform: none !important;
	font-size: 1.5em !important;
}
.fc-item-excerpt {
	font-size: 0.95em;
	line-height: 1.2em;
	margin-top: 15px;
	margin-bottom: 5px;
}
.fc-btn {
	background: #ffaa00;
	display: block;
	padding: 5px 0;
	border-radius: 0;
	margin: 10px 0 0;
	text-transform: uppercase;
	font-size: 0.95em !important;
}

#joinN {
	position: fixed;
	left: 50%;
	bottom: 50px;
	background: #ffaa00;
	width: 180px;
	height: auto;
	line-height: 1em;
	text-transform: uppercase;
	margin-left: -120px;
	z-index: 9;
	text-align: center;
	padding: 10px 30px;
	color: #fff;
	font-weight: 700;
	font-size: 1.2em;
}
#joinN i {
    position: absolute;
	right: 8px;
	font-size: 2em;
	line-height: 30px;
	top: 50%;
	margin-top: -17px;
}
#joinN:hover {
	background: #333;
}

@media only screen and (min-width : 1024px) and (max-width : 1824px) {
	.wpgmp_tabs_container {
		max-width: 20% !important;
	}
}
.wpgmp_tabs_container .wpgmp_tabs.clearfix {
	display: none !important;
}
.wpgmp_tabs_container .wpgmp_tab_item .wpgmp_cat_title span.arrow {
    width: auto !important;
    margin-top: 3px !important;
    margin-right: 0 !important;
}
.wpgmp_toggle_main_container {
	padding: 0 1em !important;
}
.wpgmp_toggle_container {
	display: none !important;
}
.wpgmp_toggle_main_container {
    width: calc(100% - 2em) !important;
}





/* SINGLE */
h1.singleTitle {
	line-height: 1em;
	font-weight: 600;
	margin: 0 0;
	text-align: left;
	font-size: 2.2em;
	color: #000;
}
.single .titoloUwp h1 a {
	color: #fff;
}
.singleData strong {
	text-transform: uppercase;
	color: #999;
	font-size: 0.9em;
}
.singleCat {
	font-weight: 600;
	text-transform: uppercase;
}
.singleCat a:hover {
	color: #ccc;
}
.single-post .size-evidenza.wp-post-image,
.single-eventi .size-evidenza.wp-post-image  {
	margin: 0 auto;
}

.captionEvi {
	text-align: center;
	font-style: italic;
	margin: 2px 0;
	font-size: 0.9em;
}

.single .autore {
	text-align: center;
	font-weight: 900;
	font-size: 0.9em;
	display: block;
	font-style: italic;
}

.single .collaborazioneBox {
    display: block;
    background: #fff;
    padding: 20px 0;
    border: 1px solid #0474ba;
    border-right: 0;
    border-left: 0;
    margin: 40px 0 0;
    text-align: center;
    text-transform: uppercase;
    color: #0474ba;
    font-weight: 700;
    font-size: 0.85em;
}
.single .collaborazioneBox a {
	display: block;
	position: relative;
	text-align: center;
}
.single .collaborazioneBox a img {
	margin: 10px auto 0;
	max-width: 200px;
}
.single .collaborazioneBox a:hover {
	opacity: 0.6;
}





figure {
	width: 100% !important;
	margin: 0 !important;
}
figcaption {
	font-style: italic;
	font-size: 0.8em;
	margin: 5px 0 20px;
	color: #888;
}
/* GALLERY */
.gallery {
	text-align: center;
}
.gallery .gallery-item {
	display: inline-block !important;
	padding: 0px 3px 0 3px !important;
	margin: 0 !important;
	width: auto !important;
}
.fancybox-container {
	z-index: 99999 !important;
}
.gallery figcaption {
	display: none !important;
}








/* JOIN */
#tabs {
	margin-top: 40px;
}
#tabs ul.ui-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tabs ul.ui-tabs-nav li a {
	display: block;
	background: #ffaa00;
	padding: 20px 50px 20px 20px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
	letter-spacing: -0.05em;
}
#tabs ul.ui-tabs-nav li.ui-state-active a {
	background: #eee;
	color: #ffaa00;
	padding-bottom: 40px;
}
.ui-tabs-panel {
	background: #eee;
	padding: 40px 0;
}
.ui-tabs-panel a {
	color: #ffaa00;
}

#tabs ul.ui-tabs-nav li a:after {
	position: absolute;
	content: "\f107";
	right: 10px;
	top: 20px;
	font-family: 'FontAwesome';
	font-size: 2em;
	font-weight: 100;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}
#tabs ul.ui-tabs-nav li.ui-state-active a:after {
	content: "\f106";
}








/* EVENTI */
.eventBox h2 {
	line-height: 1em;
	margin: 0 0 10px;
	text-align: center;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.eventBox .more {
	text-align: center;
	text-transform: uppercase;
	color: #666 !important;
	font-size: 0.9em;
	font-weight: 600;
	margin-top: 5px;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.contentEvent {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.eventBox ul {
	list-style: none;
	padding: 20px 30px;
	margin: 0;
	font-size: 1.2em;
}
.eventBox ul li {
	position: relative;
	padding: 5px 0 5px 40px;
	line-height: 1.1em;
}
.eventBox ul li i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #0474ba;
	position: absolute;
	left: 0;
	font-size: 1.2em;
	top: 0;
}
.eventBox:hover .more,
.eventBox:hover h2 {
	color: #0474ba !important;
}
.eventBox:hover .contentEvent {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}


.singleData i {
	color: #0474ba;
	font-size: 1.2em;
}
.single-eventi .singleData {
	font-size: 1.3em;
}







/* AUTORE */
.single-autore .contentBiggerText p {
	margin-top: 0;
}
.numArt {
	font-weight: 900;
	color: #999;
	display: block;
	clear: both;
	margin: 30px 0 60px;
}
.numArt .num {
	font-size: 2em;
	color: #0474ba;
	font-weight: 100;
	margin-right: 5px;
}
.numArt span {
	float: left;
}









/* PARTNERS */
.partners {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.partners li {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	width: 200px;
}
.partners li a:hover {
	opacity: 0.5;
}
.partners li:after {
	content: "";
	width: 1px;
	height: 112px;
	position: absolute;
	top: 0;
	right: 0;
	background: #ccc;
}
.partners li:last-child:after {
	display: none;
}
.partners.secondaryPartners li {
	width: 150px;
	margin: 10px 0;
}
.partners.secondaryPartners li:after {
	height: 84px;
}








/* PRESS */
.pressBox {
	background: #eee;
}
.pressBox .pressBox01,
.pressBox .pressBox02,
.pressBox .pressBox03 {
	float: left;
}
.pressBox .pressBox01,
.pressBox .pressBox03 {
	width: calc(25% - 2px);
}
.pressBox .pressBox02 {
	width: 50%;
	border: 2px solid #fff;
	border-top: 0;
	border-bottom: 0;
}
.pressBox .contentPressBox {
	padding: 30px;
}
.titleEvento2 {
	display: block;
}
.pressBox h3 {
	margin: 0;
}
.contentPressBox h2 {
	margin: 0 0 0.5em;
	line-height: 1em;
}
.contentPressBox h2 a {
	color: #0474ba;
}

.pressBox .more {
	text-align: right;
	padding-top: 40px;
}
.pressBox .more p {
	margin: 10px 0 0;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 0.85em;
}
.pressBox .more p:first-child a {
	color: #0474ba;
}







/* GET INVOLVED */
.readMore {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.9em;
}








/* FORM CONTATTI*/
.wpcf7-form {
	margin-top: 30px;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=number],
.wpcf7-form input[type=file],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
	width: calc(100% - 42px);
	display:block;
	padding:0 20px;
	border: 0;
	border:1px solid #ccc;
	margin:3px 0 15px;
	font-family: 'museo-sans', sans-serif;
	font-size:1em;
	background:#fff;
	line-height: 40px;
	height: 40px;
	color: #333;
	font-weight: 400;
}
.wpcf7-form textarea {
	height: 130px;
}
.wpcf7-form input[type=submit] {
	border: 0;
    text-transform: uppercase;
    background: #ffaa00;
    color: #fff;
    float: right;
    margin-top: 10px;
    cursor: pointer;
    line-height: 40px;
	min-width: 100px;
	padding: 0 20px;
	width: auto;
	clear: both;
}
.wpcf7-form input[type=submit]:hover,
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=number]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form textarea:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color:#ccc;
	color: #3a3c39;
	background: #fff;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.wpcf7-form input[type=submit]:hover {
	background:#000;
	color:#fff;
}
#privacy {
	font-size:0.8em;
	line-height:1.2em;
	float:left;
	margin: 30px 0 0 0;
	width: 60%;
}
#privacy span {
	display:block;
	float:left;
	margin:0 5px 20px 0;
}
#privacy a {
	color: #ffaa00;
}
#submit {
	float: right;
}
.ajax-loader {
	float:right;
	margin: 22px 6px 0 0px !important;
}
.wpcf7-form-response-output {
	display:block;
	clear:both;
}
div.wpcf7-form-validation-errors {
	clear:both;
}
.wpcf7-response-output {
	clear: both;
}
.wpcf7-form-not-valid-tip {
	margin-top:-15px;
}


.wpcf7-form .left {
	width:48%;
	float:left;
	margin-top:0;
}
.wpcf7-form .right {
	width:48%;
	float:right;
	margin-top:0;
}
.wpcf7-form-form p {
	margin-top:0;
	margin-bottom: 0 !important;
}

.wpcf7-form .center {
	width: 100%;
	margin: 3px auto 15px;
	display: block;
	float: none;
}
.wpcf7-form .left,
.wpcf7-form .right,
.wpcf7-form .center {
	position: relative;
}


.wpcf7-form .center#privacy {
	font-size: 0.8em;
	margin: 0;
}

.wpcf7-form input[type=file] {
	width: 48%;
	display: inline;
	padding: 0;
	border: 0;
	margin: 10px 20px 0 0;
}


#bottom .wpcf7-form {
	margin-top: 0;
}
#bottom .wpcf7-form input[type=text],
#bottom .wpcf7-form input[type=email] {
	background: #66696d;
	border: 0;
	width: calc(100% - 40px);
	color: #fff;
	margin: 0 !important;
}
#bottom .wpcf7-form p {
	margin: 0 0 5px;
}
#bottom #privacy {
	width: 100%;
	text-align: left;
	font-size: 0.75em;
	margin-top: 5px;
}
#bottom #privacy a {
	color: #ccc;
}
#bottom #privacy span span {
	margin: 0 !important;
}
#bottom .wpcf7-form input[type="submit"] {
	margin: 0 auto;
    margin: 15px auto 0;
    float: none;
    background: none;
    padding: 0;
    line-height: 1.2em;
}
#bottom .wpcf7-form input[type="submit"]:hover,
#bottom #privacy a:hover {
	color: #0474ba;
}


.citybeepform #privacy {
	width: 98%;
	margin-top: 5px;
}






/* NEWSLETTER */
.mailster-form {
	max-width: 350px;
	margin: 0 auto;
}
.mailster-form input[type=text],
.mailster-form input[type=email],
.mailster-form input[type=submit] {
    width: 100%;
    display: block;
    padding: 0 20px;
    border: 0;
    border: 1px solid #ccc;
    margin: 3px 0 15px;
    font-family: 'museo-sans', sans-serif;
    font-size: 1em;
    background: #fff;
    line-height: 40px;
    height: 40px;
    color: #333;
    font-weight: 400;
}
.mailster-_gdpr-wrapper {
	font-size: 0.8em;
	margin-top: 10px;
}
.mailster-form input[type=submit] {
	border: 0;
    text-transform: uppercase;
    background: #0474ba;
    color: #fff;
    float: right;
    margin-top: 10px;
    cursor: pointer;
    line-height: 40px;
	min-width: 100px;
	padding: 0 20px;
	width: auto;
	clear: both;
}
.mailster-form input[type=text]:focus,
.mailster-form input[type=email]:focus,
.mailster-form input[type=submit]:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color:#ccc;
	color: #3a3c39;
	background: #fff;
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.mailster-form input[type=submit]:hover {
	background:#000;
	color:#fff;
}

#bottom .mailster-lists-wrapper label {
	display: none;
}




#bottom .wpcf7-form {
	margin-top: 0;
}
#bottom .mailster-form input[type=text],
#bottom .mailster-form input[type=email] {
	background: #66696d;
	border: 0;
	color: #fff;
	margin: 0 !important;
}
#bottom .mailster-form p {
	margin: 0 0 5px;
}
#bottom .mailster-_gdpr-wrapper {
	width: 100%;
	text-align: left;
	font-size: 0.75em;
	margin-top: 5px;
}
#bottom .mailster-_gdpr-wrapper a {
	color: #ccc;
}
#bottom .mailster-_gdpr-wrapper span span {
	margin: 0 !important;
}
#bottom .mailster-form input[type="submit"] {
	margin: 0 auto !important;
    float: none;
    background: none;
    padding: 0;
    line-height: 1.2em;
}
#bottom .mailster-form input[type="submit"]:hover,
#bottom .mailster-_gdpr-wrapper a:hover {
	color: #0474ba;
}







#cbmenu .cbitem {
	margin-bottom: 2px;
}
#cbmenu .cbitem .cbitemTitle {
	cursor: pointer;
	background: #eee;
	padding: 5px 10px;
	color: #0474ba;
	position: relative;
}
#cbmenu .cbitem .cbitemTitle:hover {
	background: #ccc;
	color: #000;
}
#cbmenu .cbitem .cbitemTitle.active {
	background: #0474ba;
	color: #fff;
}
#cbmenu .cbitem .cbitemTitle:after {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 5px;
	color: #999;
}
#cbmenu .cbitem .cbitemTitle.active:after {
	content: "\f106";
	color: #fff;
}
#cbmenu .cbitem .cbitemContent {
	display: none;
	font-size: 0.8em;
	background: #eee;
	padding: 5px 10px;
	line-height: 1.2em;
}








/* SLIDER ARTICOLI */
#sliderArticoli .flex-control-nav.flex-control-paging {
	padding: 0 !important;
	margin: 0 !important;
}
#sliderArticoli .flex-control-nav.flex-control-paging li {
	margin: 10px 4px !important;
}

#sliderArticoli .flex-direction-nav a {
}
#sliderArticoli .flex-direction-nav a.flex-next {
	right: -50px !important;
}
#sliderArticoli .flex-direction-nav a.flex-prev {
	left: -50px !important;
}
#sliderArticoli .flex-direction-nav a:before {
	font-family: 'FontAwesome' !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
#sliderArticoli .flex-direction-nav a.flex-next:before {
	content: '\f105';
}
#sliderArticoli .flex-direction-nav a.flex-prev:before {
	content: '\f104';
}








/* PATHWAYS */
.pathwaysTitle img {
	width: 110px;
	float: left;
	margin-right: 30px;
}
.pathwaysTitle h1 {
	text-align: left;
}
.pathwaysTitle .anno {
	font-weight: 700;
}
.pistePTF h2 {
	text-align: center;
	color: #0474ba;
}
.biggerText {
	font-size: 1.1em;
	line-height: 1.4em;
}
.biggerText ul li {
	margin-bottom: 0.4em;
}
.titoloActBox {
	text-align: center;
}
.titoloAct {
	display: inline-block;
	margin-top: -60px;
	width: 400px;
}
.eventsContent article h2 {
	color: #000;
}

.menutabsPTF {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menutabsPTF li {
	position: relative;
}
.menutabsPTF img {
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.menutabsPTF li .aperta {
	opacity: 0;
	position: absolute;
	top: 0;
}
.menutabsPTF li i {
	opacity: 0;
	text-align: center;
	width: 100%;
	font-size: 2em;
	line-height: 0;
}
.menutabsPTF li.ui-state-active .aperta {
	opacity: 1;
}
.menutabsPTF li.ui-state-active i {
	opacity: 1;
}
.menutabsPTF li h3 {
	padding: 10px 0;
	margin: 0;
	text-align: center;
	color: #000;
	font-size: 1.6em;
}
.tabsPTFBox {
	background: #fff;
	padding: 0 !important;
}
.tabsPTFBoxIns {
	padding: 50px;
}

.page-template-pathways .addtoany_shortcode {
	text-align: center;
	
}
.page-template-pathways .addtoany_shortcode svg path {
	fill: #000;
}
.page-template-pathways .addtoany_shortcode a > span {
	width: 50px !important;
	height: 50px !important;
	line-height: 50px !important;
}



.listaPTFPagGen {
	padding: 0;
	margin: 0;
	list-style: none;
}
.listaPTFPagGen li {
	float: left;
	width: 20%;
	text-align: center;
}
.listaPTFPagGen li .boxImg {
	padding: 10px 0;
}
.listaPTFPagGen li .boxImg .anno {
	text-align: center;
	display: block;
	font-weight: 700;
	color: #fff;
	margin: 5px auto 0;
}
.listaPTFPagGen li .boxImg img {
	width: 80%;
	margin: 0 auto;
}
.listaPTFPagGen li .titolo {
	display: table;
	height: 130px;
	position: relative;
}
.listaPTFPagGen li h4 {
	font-size: 1em;
	margin: 1px 0 0;
	padding: 10px 10px 30px;
	background: rgba(256,256,256,0.8);
	display: table-cell;
	vertical-align: middle;
}
.listaPTFPagGen li .titolo i {
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	left: 50%;
	margin-left: -15px;
	background: #000;
	border-radius: 15px;
	text-align: center;
	color: #fff;
	bottom: -15px;
}







/* SANDWICH MENU TOGGLE */
#menu-toggle-wrapper {
	width: 40px;
	height: 70px;
	position: relative;
	background: none;
	float: right;
	margin-right: 30px;
	z-index: 999999;
	display: none;
}
#menu-toggle {
	position: absolute;
	top: 47%;
	left: 50%;
	font-size: 35px;
	display: block;
	margin-left: -15px;
	width: 30px;
	height: 2px;
	background: #fff;
}
#menu-toggle:after,
#menu-toggle:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	left: 0;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}
#menu-toggle:before {
	top: -10px;
}
#menu-toggle:after {
	bottom: -10px;
}
.active #menu-toggle {
	background: 0 0;
}
.active #menu-toggle:after,
.active #menu-toggle:hover:after {
	background: #fff;
	-webkit-transform: rotate(-45deg) translate(5px,-9px);
	-moz-transform: rotate(-45deg) translate(5px,-9px);
	-ms-transform: rotate(-45deg) translate(5px,-9px);
	-o-transform: rotate(-45deg) translate(5px,-9px);
	transform: rotate(-45deg) translate(5px,-9px);
}
.active #menu-toggle:before,
.active #menu-toggle:hover:before {
	background: #fff;
	-webkit-transform: rotate(45deg) translate(5px,9px);
	-moz-transform: rotate(45deg) translate(5px,9px);
	-ms-transform: rotate(45deg) translate(5px,9px);
	-o-transform: rotate(45deg) translate(5px,9px);
	transform: rotate(45deg) translate(5px,9px);
}
#menu-toggle,
#menu-toggle:after,
#menu-toggle:before {
	-webkit-transition: all .3s cubic-bezier(0.585,-.6,.43,1.65);
	-moz-transition: all .3s cubic-bezier(0.585,-.6,.43,1.65);
	-ms-transition: all .3s cubic-bezier(0.585,-.6,.43,1.65);
	-o-transition: all .3s cubic-bezier(0.585,-.6,.43,1.65);
	transition: all .3s cubic-bezier(0.585,-.6,.43,1.65);
}

#menu-toggle-wrapper:hover #menu-toggle,
#menu-toggle-wrapper:hover #menu-toggle:after,
#menu-toggle-wrapper:hover #menu-toggle:before {
	background: #fff;
}
.active #menu-toggle {
	background:  0 0 !important;
	left: 53%;
}
#menu-toggle-wrapper:hover #menu-toggle:before {
	top: -8px;
}
#menu-toggle-wrapper:hover #menu-toggle:after {
	bottom: -8px;
}
#menu-toggle-wrapper.active:hover #menu-toggle:after {
	bottom: -10px;
}
#menu-toggle-wrapper.active:hover #menu-toggle:before {
	top: -10px;
}
#menu-toggle-wrapper.active {
	background: transparent;
}





.subPagesList {
	padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    text-transform: uppercase;
}
.subPagesList li a {
	margin: 20px 0;
	display: block;
}


.button {
    background: #0474ba url('assets/images/bg-hf.png') no-repeat center;
    display: inline-block;
    padding: 11px 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
	border-radius: 50px;
}
.button:hover {
    box-shadow: 5px 5px 5px #ccc;
	color: #fff;
}

.bottone {
	display: inline-block;
    margin: 0 auto;
    background: #82bac0;
    color: #fff !important;
    font-size: 1.4em;
    font-weight: 700;
    padding: 20px 50px;
    font-family: 'Museo Sans',sans-serif;
}
.bottone:hover {
	background: #000;
}







.grecaptcha-badge {
	display: none !important;
}




.mobile {
	display: none !important;
}













@media only screen and (-webkit-min-device-pixel-ratio:0) { 
}
/**
 * Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}




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

}

@media screen and (max-width: 1200px) {
	
	.contentInside {
		width: 96%;
		padding: 0 2%;
		margin: 0 !important;
		display: block;
		clear: both;
		float: none;
	}

}

@media screen and (max-width: 950px) {
	
}

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

	#menu-toggle-wrapper {
		display: block;
	}
	#navMenu {
		display: none;
		position: fixed;
		z-index: 9999;
		background: rgba(0,0,0,0.7);
		background-size: cover;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		text-align: center;
		margin: 0;
	}
	.menuPrincipale {
		margin: 0 auto;
		padding: 0;
		text-align: center;
		list-style: none;
		font-size: 5vh;
		width: 100%;
		font-weight: 300;
		text-transform: uppercase;
	}
	.menuPrincipale li {
		position: relative;
		float: none;
	}
	.menuPrincipale li a {
		color: #fff;
		display: block;
		line-height: 2em;
		margin-left: 0;
	}
	.menuPrincipale li a:hover {
		color: #31506d;
	}
	.menuPrincipale li:after {
		content: "";
		position: absolute;
		border: 0;
		left: 50%;
		margin-left: -2.5%;
		width: 5%;
		height: 1px;
		background: #fff;
	}
	.menuPrincipale li ul {
		left: auto;
		top: auto;
		height: auto;
		position: relative;
		background: none;
	}
	.menuPrincipale li ul li {
		display: block;
		font-size: 0.8em;
	}
	.menuPrincipale li ul li a:hover:after,
	.menuPrincipale li ul li.current-menu-item a:after,
	.menuPrincipale li.menu-item-has-children > a:hover:after,
	.menuPrincipale li.current-menu-ancestor > a:after {
		display: none;
	}
	.page-child #page {
		padding: 70px 0 0 0;
	}
	
	#marchio {
    	margin: 10px 0 0 30px;
	}
	
	.uwpMenu {
		display: none;
	}
	
	#cityBeep {
		width: 70%;
		font-size: 0.8em;
	}
	#cityBeep:before {
		font-size: 80px;
		left: -30px;
	}
	#cityBeep:after {
		font-size: 80px;
		right: -30px
	}
	
	.sezioneUwpShortcut {
		width: 100%;
		display: block;
		height: auto;
	}
	.sezioneUwpShortcut .contenuto {
		vertical-align: top;
		display: block
	}
	.sezioneUwpShortcut .contenuto .inciptiSec,
	.sezioneUwpShortcut .contenuto h1:after {
		display: none;
	}
	.sezioneUwpShortcut .contenuto h1 {
		margin-bottom: 0;
	}
	.sezioneUwpShortcut .anticipazioni {
		position: relative;
		display: block;
		margin: 20px auto;
		width: 80%;
		top: auto;
		left: auto;
		opacity: 1;
		height: auto;
		overflow-y: auto;
		transition:all 0.5s;
		-moz-transition:all 0.5s; /* Firefox 4 */
		-webkit-transition:all 0.5s; /* Safari and Chrome */
		-o-transition:all 0.5s; /* Opera */
	}
	.sezioneUwpShortcut .leggitutto {
		display: block;
		position: relative;
		margin: 20px auto;
		clear: both;
		bottom: auto;
		opacity: 1;
	}
	
	
	#section-home-main {
		background: url('assets/images/bg-home.jpg') no-repeat center center;
		background-size: cover;
	}
	
	
	.pressBox .pressBox01,
	.pressBox .pressBox02,
	.pressBox .pressBox03 {
		float: none;
		clear: both;
		display: block;
		width: 100%;
		margin: 0;
		border: 1px solid #fff;
		border-right: 0;
		border-left: 0;
	}

}

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

	.column1-4,
	.column2-4,
	.column3-4,
	.column4-4,
	.column1-3,
	.column2-3,
	.column3-3 {
		clear:both;
		width:96%;
		margin:15px 2%;
	}
	
	.column1-3-2 {
		display: none;
	}
	
	.desktop {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	.imgSlide.mobile {
		display: block !important;
	}
	
	.pageTitle {
		margin: 0;
	}
	
	.displayTable {
		display: block;
		text-align: center;
		height: auto;
		min-height: auto;
	}
	.logoUwp2 {
		margin-left: 0;
	}
	.titoloUwp .column1-3:after {
		display: none;
	}
	
	#colophon .leftFoot,
	#colophon .rightFoot {
		display: block;
		clear: both;
		width: 100%;
		padding: 0;
		line-height: 20px !important;
		text-align: center;
		margin: 0;
	}
	#colophon .rightFoot .wpml-ls-legacy-list-horizontal .wpml-ls-item:first-child {
		margin-left: 0 !important;
		padding-left: 0 !important;
	}
	#colophon {
		height: auto;
		padding: 5px 0px;
	}
	
	
	.articleBox h2 {
		margin: 10px 0;
	}
	.articleBox .continua {
		margin-top: 10px;
	}
	.articleBox {
		padding-top: 20px;
	}
	.articleBox img {
		margin-bottom: -15px;
	}
	
	
	.partners li:after {
		display: none;
	}
	
	#privacy {
		width: 90%;
	}
	.wpcf7-form input[type="file"] {
		width: 98%;
	}
	
	
	h1.singleTitle {
		text-align: center;
	}
	
	
	.evidenza .flex-direction-nav a {
		display: none !important;
	}
	
	.titoloAct {
		max-width: 80%;
	}
	.menutabsPTF li {
		width: 24% !important;
		float: left !important;
		clear: none !important;
		margin: 0 0.5%;
		font-size: 0.5em;
	}
	.listaPTFPagGen li {
		width: 32%;
		margin: 0 0;
	}
	.listaPTFPagGen li .titolo {
		display: none;
	}
	.pathwaysTitle h1 {
		font-size: 1.5em;
	}
	
	.boxSlider {
		right: 10%;
		bottom: 20px;
		width: 80%;
		max-width: inherit;
	}
	
}

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

	
	

}

@media print {
}


