/*
Theme Name: Maker Faire Rome
Theme URI: https://menexa.eu
Author: Menexa Srl
Author URI: https://menexa.eu
Description: Theme developed by Menexa
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: menexa
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Menexa is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Accessibility
# Alignments
# Widgets
# Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Sezioni
# Menexa
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700,900,400italic,700italic);

.preloader {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background-image: url('images/preloader.png');
   background-repeat: no-repeat;
   background-color: rgba(189, 229, 246, 0.9);
   background-position: center;
   back
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin-right: 20px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.galleryid-3931 .gallery-caption{
	display: none;
	margin-bottom: 20px;
}
.gallery-item{
	margin-bottom: 20px;
	text-align: left;
}
/*----------------------------
SEZIONI
----------------------------*/
.intro {
  display: table;
  width: 100%;
	height: 100%;
  padding: 10px 0;
  color: #fff;
	background-color: #fff;
	background-position: right;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.sezione {
  display: table;
 	width: 100%;
  padding: 20px 0;
  text-align: left;
  color: #000;
	background-color: #ffffff;
	background-position: right;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sezione .intro-body {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.btn-container {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
}
.btn-container a{
	color: #fff;
}
.btn-container a:hover{
	opacity: 0.5;
}

/* @group Colori */
.nero{
	color: #000;
}
.bianco{
	color: #fff;
}
.grigio{
	color: #999;
}
.rosso{
	color: #dc0614;
}

.blu{
	color: #337ab7;
}

.bg-grey{
	background-color:#333;
	color: #fff;
}
.bg-grey h2{
	color: #fff;
}

.bg-rosso{
	background-color:#dc0614;
}

.ciano{
	color: #009bdd;
}


/* @end */
/*--------------------------------------------------------------
# Menexa
--------------------------------------------------------------*/
* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
}


h1{
	font-weight: 700;
	text-transform: uppercase;
	color: #dc0614;
	font-size: 40px;
}
h2{
	color: #009bdd;
	font-weight: 700;
	text-transform: uppercase;
}

h3{
	color: #0771b8;
	font-weight: 700;
}

.call-date{
	color: #009bdd;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
}

h2.widget-title{
	border-bottom: 2px solid #009bdd;
	color: #dc0614;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 24px;
}

ul li ul li{
	list-style: none;
}

a:hover{
	text-decoration: none;
}

.form-control{
	width: 100%!important;
}

/* @group Biglietti */

.bg-ciano{
	background-color: #009bdd;
	color: #fff;
}

.bg-ciano h2{
	color: #fff;
	margin: 0px;
}

.bg-celeste{
	min-height: 500px;
	max-width: 100%;
}

.bg-celeste h2, .box h2{
	color: #dc0614;
	margin: 0px;
}
.bg-celeste small{
	font-size: 14px;
}
.bg-celeste p{
		line-height: 20px!important;
}

.bg-red{
	background-color: #a6def6;
	color: #fff!important;
}

.bg-red h2{
	color: #dc0614;
	margin-top: 0px;
}

.box{
	padding: 15px;
	margin-bottom: 25px;
	background-color: #a6def6;
}

.box-red{
	min-height: 400px;
	max-width: 100%;
	padding: 15px;
}
.box-red-small{
	min-height: 200px;
	max-width: 100%;
	padding: 15px;
}

.box a{
	text-decoration: underline;
}

.box hr, .box-red hr, .box-red-small hr{
	border-top:1px solid #fff;
	margin-bottom: 5px;
	margin-top: 5px;
}

.btn-biglietti{
	background-color: #a6def6;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	text-decoration: none;
	margin-top: 10px;
}
.btn-biglietti-red{
	background-color: #dc0614;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none!important;
	margin-top: 10px;
}

.piccolo{
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
}

.icona-piccola{
	font-size: 80%;
}

/* @end */

.bg-curatori{
	background-image: url(img/fondo_curatori.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 165px;

}

.img-blog img{
	max-width: 100%;
	height: auto;
}

.bianco{
	color: #fff;
}

.btn-red{
	background-color:#dc0614;
	color: #fff;
}

.btn-red:hover{
	background-color:#0771b8;
	color: #fff;
}

.piede-widget{
	background-color: #eee;
	padding-top: 25px;
	padding-bottom: 15px;
}

.centrato-lg{
	text-align: center;
}

.logo-header{
	max-width: 200px;
	height: auto;
}

.widget-area img{
	max-width: 100%;
	height: auto;
}

.title-h3{
	border-bottom: 2px solid #009bdd;
	color: #dc0614;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.navbar-header{
	border-bottom: none!important;
}

.navbar-default{
	border: none;
}

.navbar{
	margin-bottom: 0px;
}

.navbar-nav{
	margin: 0px 0px 0px 10px;
}


.menu-superiore{
	min-height: 25px;
	background-color: #dc0614!important;
	padding-left: 0px;
}

.menu-superiore .navbar-nav{
	float: right;
}


.menu-superiore .navbar-nav>li>a{
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	background-color: #fff!important;
}

.navbar-nav>li#cerca a, .navbar-nav>li#lingua a{
	color: #009bdd!important;
	margin-top: 21px;
	margin-left: 10px;
}

.menu-edizione{
	margin-top: 20px;
	min-height: 45px!important;
	margin-bottom: 0px;
}

.menu-edizione .nav .navbar-nav{
	background-color: #009bdd;
	margin-top: 21px;
	margin-left: 10px;
	padding-right: 8px;
}

.menu-edizione .navbar-nav>li>a{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #fff!important;
	font-size: 22px;
	text-transform: uppercase;
	padding: 8px 4px 10px 8px;
}

.menu-edizione .navbar-collapse{
	padding-left: 0px;
}

.menu-edizione .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
	background-color: transparent!important;
	color: #004169!important;
}

.menu-edizione .dropdown-menu{
	background-color: #009bdd!important;
	border: none!important;
}

.menu-edizione .dropdown-menu>li>a{
	color: #fff!important;
	font-weight: 700;
	font-size: 16px;
}

.menu-edizione .dropdown-menu>li>a:hover{
	background-color: transparent!important;
	color: #004169!important;
}

.enlarge:hover{
	transform: scale(1.02);
	box-shadow: 4px 4px 16px rgba(0,0,0,.30);
	-webkit-box-shadow: 4px 4px 16px rgba(0,0,0,.30);
	border: none;
}

.enlarge, a, div, input{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/* @group Bootstap */
.tab-pane {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


/* @end */

/* @group Blog */


.list-photo{
	background-size: cover;
	background-position: top center;
	height: 150px;
}

.list-title h3{
	line-height: 20px!important;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.list-title a{
	color: #dc0614;
}

.list-text{
	overflow: hidden;
}

.list-title a:hover{
	text-decoration: none;
	color: #004169;
}

.list-data{
	font-size: 12px;
	font-weight: 700;
	color: #009bdd;
	margin-top: 10px;
	width: 50%;
	text-align: center;
	background-color: #fff;
	text-transform: uppercase;
}

.flash-news h5{
	font-size: 16px;
	border-bottom: 1px dotted #009bdd;
	padding-bottom: 5px;
}

.flash-news h5 a{
	color: #000;
	text-decoration: none;
}

.flash-news-sidebar h5{
	font-size: 14px;
	border-bottom: 1px dotted #009bdd;
	padding-bottom: 5px;
}

.data-post{
	font-size: 12px;
	font-weight: 700;
	color: #009bdd;
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #edf9ff;
	text-transform: uppercase;
	padding-left: 5px;
}

.data-post-blog{
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #009bdd;
	background-color: #edf9ff;
	text-transform: uppercase;
	padding-left: 5px;
}

.blog-title{
	margin-bottom: 40px;
}

li.categories{
	font-size: 25px;
	color: #333;
	text-transform: capitalize;
}

.categories ul{
	padding-left: 0px;
	margin-left: 0px;
}

li.categories, li.cat-item{
	display: inline-block;
	text-transform: uppercase;
}

li.cat-item{
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
}

.list-item-blog{
	height: auto;
	display: inline-table;
}

li.cat-item a{
	color: #009bdd;
}

.list-title-blog a{
	color: #dc0614;
	font-weight: 700;
}

.list-title-blog h3{
	margin-top: 0px;
	font-size: 20px;
}

li.cat-item-107 a{
	font-size: 30px;
	font-weight: 300;
}

li.cat-item-111 a{
	font-size: 25px;
	font-weight: 700;

}

li.cat-item-101 a{
	font-size: 22px;
	font-weight: 700;
}

li.cat-item-103 a{
	font-weight: 700;
	font-size: 16px;
}

li.cat-item-99 a{
	font-size: 18px;
	font-weight: 700;
}

li.cat-item-118 a{
	font-size: 22px;
}

li.cat-item-1013 a{
	font-weight: 700;
}

.single-post .img-copertina, .tag .img-copertina, .category .img-copertina, .hotel-template-default .img-copertina{
	display: none;
}
.archive .copertina{
	margin-bottom: 20px;
}

.archive .widget_recent_entries{
	display: none;
}



/* @end */

.sponsor{
	border-top: 2px solid #009bdd;
	margin-bottom: 100px!important;
}

.linea-colonna{
	border-right: 1px solid #ccc;
	min-height: 750px;
}

footer{
	min-height: 50px;
	padding-top: 10px;
}

/* @group spaziatura */

.spazio-superiore, .spazio_superiore{
	margin-top: 15px;
}

.spazio-inferiore, .spazio_inferiore{
	margin-bottom: 15px;
}

.no-spazio, .no_spazio{
	margin: 0px!important;
}

.navbar-default{
	border-radius: 0px;
	background-color: transparent;
}

.spazio-sinistro{
	margin-left: 25px;
}
.spazio-destro{
	margin-right: 25px;
}


/* @end */

.sez_slide, .sez_slide-en{
	padding: 0px;
}

.sez_newsletter, .sez_newsletter-2{
	background-color: #009bdd;
	margin-top: 20px;
}

.sez_sezione-banner-call, .sez_sezione-banner-call-2{
	margin-top: 20px;
}

.sez_post, .sez_post-en{
	background-color: #edf9ff;
	padding: 40px 15px 0px 15px;
	background: url(img/missile.png) right top no-repeat, url(img/spina.png) left top no-repeat,  #edf9ff;
	background-size: 12% , 10%;
}
.sezione img{
	max-width: 100%;
	height: auto;
}

.sez_video, .sez_video-en{
	border-bottom: 3px solid #009bdd;
	border-top: 3px solid #009bdd;
}

.slide {
	position: relative;
}
.copertina{
	background-size: 100%!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	max-width: 100%;
	height: 650px;
	transition: all .4s;
}

.img-copertina{
	width: 100%;
	height: auto;
}
.copertina-caption{
	position: absolute;
	bottom: 15%;
	left: 0;
	background-color: #dc0614;
	padding: 20px 20px 10px 20px;
}

.copertina-caption h2{
	font-weight: 700;
	font-size: 50px;
	margin-top: 0px;
	line-height: 40px;
	color:#fff;
}

.copertina-caption h3{
	font-weight: 400;
	font-size: 40px;
	margin-top: 0px;
	line-height: 30px;
	color:#fff;
}

.copertina-caption h4{
	text-align: right;
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
}

.robot-home{
	max-width: 300px;
	height: auto;
}

.timer-row{
	min-height: 90px;
	background-color: #fff;
	padding: 5px 10px 0px 5px;
}

#timer-container {
	position: absolute;
	bottom: 0;
	right: 250px;
	z-index: 6000;
	text-align: center;

}
#timer .tc {
	width: 25%;
	display: inline;
	float: left;
	font-weight: 700;
}
#timer .tc-2 {
	width: 25%;
	display: inline;
	float: left;
	padding-left: 15px;
	font-weight: 700;
}

#timer .tv {
	font-size: 28pt;
	line-height: 38pt;
	font-weight: 700;
	color: #dc0614;
}

#timer .te {
	text-align: center;
	width: 100%;
	display: block;
	font-size: 18px;
	line-height: 10px;
	font-weight: 700;
	color: #009bdd;

}

.social a .fa{
	font-size: 20px!important;
	padding-top: 5px;
}

.site-info{
	font-weight: 700;
	padding: 10px;
}

/* @group Espositori */

h2.browse{
	color: #337ab7;
}

ul.categorie-lista, ul.categorie-lista-espositore {
	margin-left: 0px;
	padding-left: 0px;
}

ul.categorie-lista li{
	display: inline-block;
	margin-right: 6px;
}

ul.categorie-lista-espositore li{
	display: inline-block;
	margin-right: 6px;
}


ul.topics-lista{
	margin-left: 0px;
	padding-left: 0px;
}

ul.topics-lista li{
	display: inline-block;
	margin-right: 6px;
}

.list-exhibit{
padding: 20px 10px 10px 10px;
border-bottom: 1px solid #e7e7e7;
}

.list-title-exhibit h2{
	margin-top: 0px!important;
	margin-bottom: 0px!important;
	padding-top: 0px!important;
	font-size: 26px;
}

.list-autore-exhibit{
	color: #009bdd;
	font-weight: 400;
	font-size: 20px;
}

.list-description-exhibit{
	font-size: 16px;
}

ul.tag-lista{
	padding-left: 0px;
	margin-left: 0px;
}

.tag-lista li{
	display: inline;
	font-size: 15px;
	color: #dc0614;
	font-weight: 400;
}
.tag-lista li a{
	color: #dc0614;
}

.list-photo-exhibit{
	max-width: 100%;
	max-height: 200px;
}

.list-photo-exhibit img{
	max-width: 100%;
	max-height: 200px;
}

.list-zone-exhibit{
	font-size: 15px;
}

.exhibit-image, .exhibit-autore-foto{
	width: 100%;
	float:  left;
}

.exhibit-image img {
	max-width: 100%;
	height: auto;
}

.exhibit-autore h3{
	text-transform: uppercase;
	color: #dc0614;
	font-weight: 300;
	font-size: 24px;
	margin-top: 0px;
}

.exhibit-autore-foto img{
	width: 100%;
	height: auto;
}

.exhibit-autore-bio{
	font-size: 16px;
	font-style: italic;
}

.exhibit-description{
	float: left;
}

.exhibit-top{
	padding-top: 30px;
	font-size: 22px;
}

.exhibit-top h1{
	margin-bottom: 0px;
	margin-top: 0px;
}

.exhibit-top h3{
	margin-bottom: 20px;
}

/* @end */

/* @group Eventi */

.list-event-image{
	width: 100%;
	float:  left;
}

.list-event-image img, .event-image img{
	max-width: 100%;
	height: auto;
}

h2.list-event-title{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 25px;
}

h3.list-event-orari{
	margin-top: 0px;
	font-weight: 300;
	color: #dc0614;
}


.list-event-data{
		font-weight: 700;
		color: #dc0614;
		margin-bottom: 0px;
	}

	.event-autore-bio{
		font-style: italic;
		font-size: 16px;
	}

.list-event-room{
	font-weight: 700;
	border: 2px solid #009bdd;
	color:#dc0614;
	text-transform: uppercase;
	text-align: center;
	font-size: 85%;
	padding: 3px 6px;
	line-height: 100%;
	float: left;
}

	.list-event{
		padding: 15px;
		background-color: #fff;
	}

	h2.titolo-giorno{
		background-color: #d2f1fe;
		color: #009bdd;
		padding: 10px;
		/* font-size: 40px; */
		text-align: center;
		font-weight: 700;
	}
.list-event-description {

}

.event-timetable {
	font-size: 85%;
	line-height: 100%;
}

ul.event-social{
	list-style-type:none;
	margin: 0;
	padding-left: 0;
}

.nav-tabs>li>a{
	font-weight: 700;
	color: #009bdd;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	color:#dc0614;
	font-weight: 700;
}
/* @end */

/* @group Speaker */

.foto-speaker{
	height: 250px;
	width: 250px;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-top: 15px;
}

.foto-speaker-interna{
	height: 250px;
	width: 250px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 15px;
}

h3.nome{
	font-size: 20px;
	margin-top: 5px;
	text-transform: uppercase;
}

h3.nome, h1.nome-speaker{
	margin-bottom: 0px;
}

h2.carica-speaker{
	margin-top: 0px;
	margin-bottom: 15px;
}

.box-nome{
	margin-top: -80px;
	position: absolute;
	background-color: rgba(255, 255, 255, .75);
	padding: 5px 10px 5px 10px;
	bottom: 0px;
	width: 250px;
}

.single-speaker .copertina{
	display: none;
}

p.carica{
	font-size: 16px;
	line-height: 18px;
	width: 220px;
	color: #333;
}

.box-relatore{
}
h4.nome-relatore{
	height: 60px;
}
.copertina-relatore{
	width: auto;
	height: 250px;
	text-align: center;
	overflow: hidden;
	background-position: top center!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;

}

.foto-speaker-opening img{
	width: 100%;
	height: auto;
}
.full-iframe {
    display: block;
    background: #fff;
    border: none;
    height: calc(100vh - 176px);
    width: 100vw;
}


/* @end */

@media (min-width: 1024px) and (max-width: 1200px){

	.menu-edizione .navbar-nav>li>a{
		font-size: 18px;
	}

	.logo-header{
		max-width: 180px;
		height: auto;
	}


}



/* @end */
@media screen and (max-width: 1024px){

.navbar-nav{
	margin: 0px 0px 0px 0px;
}
.menu-edizione .navbar-nav>li>a{
	font-size: 18px;
}

.spazio-superiore-mobile{
	margin-top: 15px;
}

.spazio-inferiore-mobile{
	margin-bottom: 15px;
}

.no-spazio-mobile{
	margin: 0px!important;
}

.cerca-mobile, .lingua-mobile{
	float: right;
	margin-top: 30px;
	margin-right: 20px;
}

.lingua-mobile{
		margin-left: 40px;

}
.sez_post, .sez_post-en{
	background:#edf9ff;
}
.list-data{
	width: 100%;
}

}

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


.centrato-mobile-sm{
	text-align: center;
}
.menu-edizione .navbar-nav>li>a{
	font-size: 18px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.logo-header{
	max-width: 160px;
	height: auto;
}
.linea-mobile{
	border-top: 1px solid #ccc;
	padding-top: 25px;
	margin-top: 25px;
}
}

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

		.navbar-nav{
		margin-left: 0px;
	}

	.navbar-default .navbar-brand{
		color: #fff!important;
		font-weight: 700;
	}

	.navbar-default .navbar-toggle{
		border: none;
	}


	.menu-edizione .navbar-nav>li>a{
		font-size: 18px!important;
		padding-right: 2px!important;
		padding-top: 10px;
		padding-left: 10px;
	}

	.menu-edizione .navbar-collapse, .menu-superiore .navbar-collapse{
		padding-bottom: 20px;
	}


	.menu-superiore .navbar-nav{
		float: left;
		margin-top: 5px;
	}

	.menu-edizione .navbar-toggle{
		background-color: #009bdd;
		margin-top: 20px;
	}

	.navbar-nav>li#cerca a, .navbar-nav>li#lingua a{
		float: none;
	}

	.copertina-caption{
		position: absolute;
		top: 5%;
		right: 50%;
		background-color: #dc0614;
		padding: 20px 20px 10px 20px;
		height: 125px;
	}

	#timer-container {
		position: absolute;
		bottom: 0;
		z-index: 2000;
		text-align: center;
	}

	.robot-home{
		width: 250px;
		height: auto;
	}
	.copertina-caption h2{
		font-weight: 700;
		font-size: 30px;
		margin-top: 0px;
		line-height: 20px;
		color:#fff;
	}

	.copertina-caption h3{
		font-weight: 400;
		font-size: 40px;
		margin-top: 0px;
		line-height: 30px;
		color:#fff;
	}

	.copertina-caption h4{
		text-align: right;
		font-size: 20px;
		text-transform: uppercase;
		color: #fff;
	}

	.footer-widget{
		text-align: center;
	}

	.social{
		margin-top: 10px;
		margin-left: 15px;
	}

	.navbar-default .navbar-toggle .icon-bar{
		background-color: #fff;
	}

	.navbar-toggle{
		margin-right: 0px;
	}

	.centrato-mobile{
		text-align: center;
	}

	h1{
		font-size: 30px;
	}
	h2{
		font-size: 24px;
	}

	h3{
		font-size: 18px;
	}

	.bronze-2017, .silver-2017, .gold-2017, .fan-2017, .technical-2017{
		border-right: none;
		border-top: 1px solid #ccc;
		padding-top: 15px;
		min-height: 150px;
		margin-bottom: 20px;
	}
	.list-photo-exhibit{
		margin-bottom: 25px;
	}
	ul.categorie-lista li{
		display: inline-table;
		float: left;
    font-weight: 700;
    border: 2px solid #009bdd;
    color:#dc0614;
    text-transform: uppercase;
    text-align: center;
    font-size: 85%;
    padding: 3px 6px;
    line-height: 100%;
	}

	ul.categorie-lista-espositore li{
		margin-top: 15px;
	}

	.exhibit-top, .exhibit-top h1{
		text-align: left;
	}

	.titolo-espositore{
		margin-top: 25px;
	}
.linea-mobile{
	border-top: 1px solid #ccc;
}
.linea-colonna{
	border: none;
}
#timer-container img{
	max-width: 300px;
	height: auto;
	bottom: 0;
}
.navbar-header{
	float: none!important;
	text-align: center;
}
.logo-header{
	max-width: 200px!important;
}
.fan img{
	width: 90px;
	height: auto;
}
.gold img{
	width: 140px;
	height: auto;
}
.silver img{
	width: 130px;
	height: auto;
}
.bronze img{
	width: 90px;
	height: auto;
	margin-bottom: 10px;
}
.patrocini img{
	width: 100px;
	height: auto;
}
.main img{
	width: 100px;
	height: auto;
}
.thanks img{
	width: 90px;
	height: auto;
}

}

@media screen and (max-width: 480px){
	#timer-container {
		position: absolute;
		bottom: 0;
		margin: auto;
		z-index: 6000;
		text-align: center;
		left: 25%;
}
.robot-home{
	display: none;
}
	#timer-container img{
		max-width: 200px;
		height: auto;
	}

	.linea-mobile{
		border-top: 1px solid #ccc;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.logo-header{
		max-width: 150px;
		height: auto;
		text-align: left;
		margin: 0px;
	}
	.list-title{
		height: auto;
		margin-top: 0px;
	}

	.list{
		margin-top: 0px;
	}

	.list-item{
		margin-bottom: 40px;
		height: auto;
	}

	.lingua-mobile{
		margin-left: 0px;
	}

	.navbar-nav{
		margin-left: 0px;
	}
	.list-text{
		display: none;
	}
	.list-title{
		height: auto;
		margin-top: 0px;
	}
	ul.categorie-lista li{
		display: inline-block;
	}
	.timer-row{
	width: 250px;
}
.copertina-caption{
	position: absolute;
	background-color: #dc0614;
	padding: 20px 20px 0px 20px;
	height: 100px;
	width: 100%;
}
.copertina{
	background-size: 100%!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	max-width: 100%;
	height: 250px;}


}

/* @group Animazioni */
.blink {
  -webkit-animation: blink .75s linear infinite;
  -moz-animation: blink .75s linear infinite;
  -ms-animation: blink .75s linear infinite;
  -o-animation: blink .75s linear infinite;
  animation: blink .75s linear infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  50.01% {
    opacity: 0;
  }

  100% {
    opacity: 0.25;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  50.01% {
    opacity: 0;
  }

  100% {
    opacity: 0.25;
  }
}

@-ms-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  50.01% {
    opacity: 0;
  }

  100% {
    opacity: 0.25;
  }
}

@-o-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  50.01% {
    opacity: 0;
  }

  100% {
    opacity: 0.25;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  50.01% {
    opacity: 0;
  }

  100% {
    opacity: 0.25;
  }
}

.animate{
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}

.credits {
	font-size: 10px;
	color: #fff;
	font-weight: 700;
}
.credits img{
	width: 80px;
	height: auto;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
	background-color: #009bdd;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	background-color: #c4e8f7;
}

.page-numbers{
	font-size: 20px;
	padding: 5px 10px 5px 10px;
	background-color: #edf9ff;
	margin-top: 20px;
	font-weight: 400;

}
.current, .page-numbers:hover{
	background-color: #009bdd;
	color: #fff;
}

.hotel-content{
	min-height: 90px;
}

.hotel-nome{
	font-size: 21px;
	line-height: 24px;
	color: #dc0614;
	font-weight: 600;
}

.hotel{
	margin-top: 15px;
	line-height: 20px;
	font-size: 18px;
}
.hotel a{
	color: #009bdd;
	font-weight: 700;
}

.foto{
	overflow: hidden;
	background-size: cover;
	background-position: top center;
	margin: 0 auto;
}

.info_content a{
	text-decoration: underline;
}

#map {
	height: 400px;
}

ul.slidersponsor{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

ul.slidersponsor li{
	margin-bottom: 15px;
}

.gallery-icon{
}
.gallery-icon img{
	width: 100%;
	height: auto;
		padding-right: 10px;

}

.lae-label{
	text-align: center!important;
	margin: 0 auto!important;
	max-width: 100%!important;
}
table.cf7-db-table{
	width: 100%!important;
	font-size: 14px!important;

}
table.cf7-db-table td{
		font-size: 14px!important;

}
.entry-content div{
	margin-bottom: 0px!important;
}
.yasr-total-average-container{
	display: none!important;
}

/*.content-area img{
	width: 100%!important;
	height: auto!important;
}*/

.single-event .img-copertina {
	display: none;
}
.single-event .entry-header {
	text-align: center;
}
.immagine-evento {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.page-id-23296 .sponsor, .page-id-17164 .sponsor, .page-id-313004 .sponsor, .page-id-17179 .sponsor, .page-id-101312 .sponsor, .page-id-10105 .sponsor, .page-id-34707 .sponsor, .page-id-34711 .sponsor, .page-id-266 .sponsor, .page-id-196 .sponsor, .page-id-196 .sponsor, .page-id-192 .sponsor, .page-id-194 .sponsor, .page-id-10132 .sponsor, .page-id-10105 .sponsor, .page-id-31304 .sponsor, .page-id-171719 .sponsor {
	display: none;
}
.home .copertina-caption {
	display: none!important;
}

/*Stili 2020*/

#mega-menu-wrap-menu-principale #mega-menu-menu-principale {background-color: #009bdd!important;text-align: center!important;

}
#mega-menu-wrap-menu-principale .mega-menu-toggle {background-color: #009bdd!important;
}

#mega-menu-wrap-menu-principale #mega-menu-menu-principale > li.mega-menu-item > a.mega-menu-link{font-weight: 400;text-transform: uppercase;font-size: 25px!important;font-family: 'Oswald', sans-serif;
}
@media only screen and (max-width: 600px){

#mega-menu-wrap-menu-principale #mega-menu-menu-principale > li.mega-menu-item > a.mega-menu-link{font-weight: 400;text-transform: uppercase;font-size: 25px!important;font-family: 'Oswald', sans-serif;
}
}
.partner-header-Main{
	min-height:900px!important;
	border-color: #DD0000!important;
	background-color: #DD0000!important;;
}
.partner-header-Gold{
	min-height:900px!important;
	border-color: #FFD700!important;
	background-color: #FFD700!important;;
}
.partner-header-Silver{
	min-height:600px!important;
	border-color: #C0C0C0!important;
	background-color: #C0C0C0!important;;
}
.partner-header-Bronze{
	min-height:300px!important;
	border-color: #cd7f32!important;
	background-color: #cd7f32!important;;
}
.partner-header-Fan{
	min-height:200px!important;
}