/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

button:focus {outline:0;}
input:focus {outline:0;}

sup{
	font-size:14px;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset css */

html, body {
	 height: 100%;
	 font-family: 'Lato', sans-serif;
	 font-size:14px;
	 font-weight: 400;
	 
}


a{
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

.riservato-scuole{
    display: inline-block;
    margin-left: 10px;
    font-size: 19px;
    color: #e75627;
    font-weight: bold;
	font-family: 'Lato', sans-serif;
}

.logo-home-left{
	display:inline-block;
	text-align:center;
}

.logo-home-left img{
	width:85% !important;
	float:none !important;
	display: inline-block !important;
}

.container-banner-contatti{
	display:inline-block;
	margin:100px 0px;
}

.container-banner-contatti div a{
	color:#08080A;
	text-decoration:none;
}

.container-banner-contatti div a:hover{
	color:#e75627;
}

.container-banner-contatti hr{
	border: 1px solid #e75627;
}

.container-banner-contatti div{
	text-align:left;
	font-size: 20px;
    font-weight: bold;
	line-height: 23px;
}

.container-banner-contatti .social-ico{
	width:40px;
	margin-top:30px;
	margin-bottom:30px;
	margin-right:10px;
}

.intro-home{
	float:left;
	width:100%;
	background-image:url(/public/assets/images/astronomia-images/sfondo1.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	text-align:center;
	color:#FFF;
	padding-bottom:71px;
	border-bottom:20px solid #e75627;
	min-height:550px;
	height: calc(100% - 270px);
	position:relative;
}


.intro-home-homepage{
	float:left;
	width:100%;
	background-image:url(/public/assets/images/astronomia-images/sfondo1.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	text-align:center;
	color:#FFF;
	padding-bottom:71px;
	border-bottom:20px solid #e75627;
	min-height:200px;
	position:relative;
}


.home-banners h1{
    font-size: 24px;
    color: #3f3f3f;
    margin: 60px 0px;
    font-weight: 400;
	line-height: 26px;
}

.home-banners h1 strong{
	font-weight:800;
}

.home-banners h2{
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 70px;
    color: #e75627;
}

.home-banners  img{
	display:inline-block;
	display: inline-block;
    width: calc(50% - 45px);
    margin: 18px;

	background-color: #e75627;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid #e75627;
}

.inner-content{
	display:inline-block;
	width:1200px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


.inner-content-home{
	display:inline-block;
	width:1200px;
}

.menu{
	float:right;
	text-align:right;
	margin:20px 0px 20px 0px;
}

.menu a{
	display: inline-block;
    margin: 0px 0px 0px 0px;
    font-size: 17px;
    color: #08080A;
    padding: 3px 20px 3px 20px;
    text-decoration: none;
    font-weight: 600;
}

.menu a:hover{
	color:#e75627;
}

.menu a.selected{
	background-color:#FFF;
	background-color:#e75627;
	color:#FFF;
}



.left-home{
	float:left;
	width: 520px;
	padding-top:20px;
	text-align:left;
	
}

.left-home img{
	float:left;
	width:100%;
	height:auto;
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	
}

.left-home h1{
	float:left;
	width:100%;
	height:auto;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	background-color:#e75627;
	
	font-size: 21px;
    font-weight: 300;
    text-align: center;
    padding: 8px 0px;
}

.left-home .container-banner{
	float:left;
	width:100%;
	height:auto;
	background-color:#e75627;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border:2px solid #e75627;
}


.right-home{
	float:right;
    width: calc(100% - 570px);
}

.right-home h1{
	display:inline-block;
	width:100%;
	margin-top:45px;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 77px;
    font-weight: 600;
}

.right-home h2{
	display:inline-block;
	width:100%;
	margin-top:30px;
	font-size: 30px;
	line-height:24px;
}

.right-home h3{
	display:inline-block;
	width:100%;
	margin-top:47px;
	font-size: 40px;
	color:#e75627;
	font-weight: 600;
}

.right-home h4{
	display:inline-block;
	width:100%;
	margin-top:10px;
	margin-bottom:30px;
	font-size: 23px;
	color:#e75627;
	font-weight: 600;
}


.right-home h5{
	display:inline-block;
	width: calc(100% - 80px);
	font-size: 22px;
    line-height: 33px;
	margin-bottom:30px;
}

.right-home .info-home div{
	display:inline-block;
	margin:45px 10px 0px 10px;
}

.right-home .info-home div .mdi{
    font-size: 20px;
    vertical-align: top;
    color: #e75627;
    margin-right: 5px;
}

.right-home .info-home div a{
	color:#FFF;
	font-size: 16px;
	text-decoration:none;
}

.right-home .info-home div a:hover{
	color: #e75627;
	
}

.right-home p{
    display: inline-block;
    width: calc(100% - 106px);
    font-size: 21px;
    margin: 0px 53px;
    line-height: 31px;
}

.intro-home-homepage .condividi{
	left:auto;
	right: 30px;
    top: 145px;
    zoom: 1.2;
}

.timer {
	display: inline-block;
	font-size: 14px;
	color: #FFF;
	width: 90%;
	margin-bottom: 40px;
}

.timer h4 {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	text-align: center;
	margin: 0px 0px;
	width: 100%;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 20px;
	color:#FFF;
}

.timer span {
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	text-align: center;
	margin: 0px 0px;
	background-color: #000;
	border: 1px solid #e75627;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: calc(33% - 22px);
	-webkit-box-shadow: 0px 0px 18px -1px #000;
	box-shadow: 0px 0px 18px -1px #000;
	padding: 13px 0px;
}

.timer .separator-timer {
	display: inline-block;
	width: 25px;
	font-size: 29px;
	font-weight: bold;
	text-align: center;
}

.timer span div {
	font-family: 'Roboto Mono', monospace;
	font-size: 39px;
	text-align: center;
	font-weight: 300;
}

.timer span label {
	font-family: 'Roboto Mono', monospace;
	color: #e75627;
	font-weight: 400;
	letter-spacing: 2px;
	display: inline-block;
	margin-top: 8px;
	text-transform: uppercase;
	font-size: 17px;
}


.footer{
	display:inline-block;
	width:100%;
	text-align:center;
}

.footer-loghi{
	display:inline-block;
	width:1200px;
    margin-top: 45px;
}

.footer-loghi img{
	padding: 0px 7px;
    height: 89px;
}

.footer-loghi .left{
	display: inline-block;
    margin-right: 0px;

}

.footer-loghi .right{
	display:inline-block;
	
}

.footer h5{
	text-align: left;
    font-weight: bold;
    color: #000;
    font-size: 12px;
	font-family: 'Libre Franklin', sans-serif;
	padding-left:10px;
}

.inner-header-home{
	display:inline-block;
	width:100%;
	margin-top:60px;
	margin-bottom:30px;
}

.inner-header-home .menu a{
	color:#FFF;
}

.inner-header-home .menu a:hover{
	color:#e75627;
}

.inner-header-home .menu a.selected{
	color:#e75627;
	background-color:#FFF;
}


.inner-header{
	display:inline-block;
	width:1360px;
}

.inner-header .main-logo{
	float:left;	
	margin: 20px 0px 0px 0px;
} 

.current-events {
	background-color: #FFF;
	padding:40px 0px;
	text-align:center;
}

.current-events h1.title-event{
	font-size:50px;
	color: #e75627;
	font-weight: 300;
	margin-top:10px;
	padding-bottom:33px;
	margin-bottom:33px;
	border-bottom:1px solid #e75627;
	font-family: 'Lato', sans-serif; 
}

.inner-default{
	display:inline-block;
	width:1360px;
}

.current-events{
	color:#08080A;
	font-family: 'Libre Franklin', sans-serif;
	margin-bottom:40px;
}

.event{
	color:#08080A;
	font-family: 'Libre Franklin', sans-serif;
	border-bottom:1px solid #e75627;
	margin-bottom:40px;
}

.event:last-child{
	border-bottom:0px solid #e75627;
	margin-bottom:0px;
}

.event h2{
	display:inline-block;
	width:100%;
	color: #e75627;
	font-size:30px;
	font-weight:700;
	margin-bottom:46px;

}

.event h1{
	display:inline-block;
	width:100%;
	color: #FFF;
	font-size:37px;
	font-weight:700;
	margin-bottom:0px;

}

.event p{
    display: inline-block;
    width: 100%;
    color: #FFF;
	font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}

.event h3{
	display:inline-block;
	width:100%;
	color: #e75627;
	font-size:24px;
	font-weight:600;
	margin-bottom:30px;

}

.event h4{
	display:inline-block;
	width:100%;
	color: #FFF;
	font-size:20px;
	font-weight:600;
	margin-bottom:0px;
	line-height: 26px;
	
}

.event h4 span{
    color: #FFF;
    background-color: #e75627;
    font-size: 22px;
    font-weight: 700;
    padding: 0px 5px;
    margin-right: 10px;
}

.event .scarica-locandina{
	float:right;
	color:#FFF;
	text-decoration: none;
}

.event .scarica-locandina:hover{
	float:right;
	color: #e75627;
}

.event .scarica-locandina img{
	vertical-align: middle;
	margin-right:5px;
}

a.btn-event{
	display:inline-block;
	font-size:20px;
	color: #e75627;
	text-transform:uppercase;
	padding:10px 20px;
	background-color:#FFF;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-bottom:40px;
}

a.btn-event:hover{
	background-color:#e75627;
	color: #fff;
}

a.btn-event2{
	display: inline-block;
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #e75627;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 10px 17px;
}

a.btn-event2:hover{
	background-color:#fff;
	color: #e75627;
}

a.btn-event3{
	display: inline-block;
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 0px;
    background-color: #e75627;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    min-width: 180px;
    margin: 0px 17px;
}

a.btn-event3:hover{
	background-color:#08080A;
	color: #FFF;
}

.event-description, 
.event-relator{
	display:inline-block;
	width:100%;
	position:relative;
}

.current-events .inner-default{
	position:relative;
}

.condividi{
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #e75627;
    font-size: 15px;
    position: fixed;
    left: 30px;
	top: 110px;
	width:13px;
	font-weight: 600;
	min-height: 200px;
}

 .condividi div{
	float:left;
	width:13px;
	margin-bottom:10px;
}

 .condividi a{
	float:left;
	margin-bottom:8px;
	width:13px;
	text-align:center;
	font-size:20px;
	color: #e75627;
}

.condividi a:hover{
	color: #FFF;
}


/*.page-conferenze .condividi a:hover{
	color: #08080A;
}*/

.left-img{
	float:left;
	width:290px;
	margin-bottom:40px;
}

.right-description{
	float:right;
	text-align:left;
	width:calc(100% - 330px);
}


.left-img img{
	float:left;
	width:100%;
	height:auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.current-events.upcoming .completo{
	display:inline-block;
	font-size:20px;
	color: #FFF;
	text-transform:uppercase;
	padding:10px 20px;
	background-color:#08080A;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-bottom:25px;
}


.current-events.upcoming .completo:hover{
	background-color:#08080A;
	color: #fff;
}


.current-events.intro h1.title-event{
	font-size:50px;
	color: #e75627;
	font-weight: 300;
	margin-top:65px;
	padding-bottom:33px;
	margin-bottom:33px;
	border-bottom:1px solid #e75627;
	font-family: 'Lato', sans-serif; 
}


.current-events.intro{
    color:#FFF;
    background-color:#08080A;
	font-family: 'Libre Franklin', sans-serif;
	margin-bottom:0px;
}


.current-events.upcoming{
	border-bottom:0px;
	margin-bottom: 0px;
}

.current-events.upcoming .event h1{
	color: #08080A;
}

.current-events.upcoming .event p{
    color: #08080A;
}

.current-events.upcoming .event h4{
	color: #08080A;
} 

.current-events.upcoming  .event .scarica-locandina{
	float:right;
	color:#08080A;
	text-decoration: none;
}

.current-events.upcoming  .event .scarica-locandina:hover{
	float:right;
	color: #e75627;
}

.current-events.upcoming  .event-description .condividi a:hover{
	color: #08080A;
}


.current-events.upcoming a.btn-event {
    color: #FFF;
    background-color: #e75627;
}

.current-events.upcoming a.btn-event:hover {
    color: #FFF;
    background-color: #08080A;
}



.current-events.passati .event h1{
	color: #08080A;
}

.current-events.passati .event p{
    color: #08080A;
}

.current-events.passati .event h4{
	color: #08080A;
} 

.current-events.passati  .event .scarica-locandina{
	float:right;
	color:#08080A;
	text-decoration: none;
}

.current-events.passati  .event .scarica-locandina:hover{
	float:right;
	color: #e75627;
}

.current-events.passati  .event-description .condividi a:hover{
	color: #08080A;
}

.current-events.passati{
	background-color: #EBEBEB;
	padding:40px 0px 120px 0px;
	text-align:center;
	margin-bottom:0px;
}

.current-events.passati a.btn-event:hover {
    color: #FFF;
    background-color: #08080A;
}

.current-events.passati a.btn-live img{
	display:inline-block;
	vertical-align: middle;
	margin-right:10px;
}

.current-events.passati a.btn-live{
	color:#6B7376;
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	text-decoration:none;
	font-weight: 600; 
	display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.current-events.passati a.btn-live:hover{
	color:#08080A;
}

.current-events.passati h1.title-event{
	color:#08080A;
	border-bottom:1px solid #08080A;
}

.current-events.passati .event h2{
	color:#08080A;
}

.footer-pages-internal{
	padding:50px 0px;
	background-color:#FFF;
}

.footer2{
	display:inline-block;
	width:100%;
	background-color:#08080A;
	text-align:center;
	padding:60px 0px;
}

.social-box{
	display:inline-block;
	width:100%;
	margin:40px 0px 80px 0px;
}

.social-box a{
	display:inline-block;
	margin:0px 10px;
	color: #e75627;
	font-size:25px;
}

.social-box a:hover{
	color: #FFF;
}

.menu-footer{
	display:inline-block;
	max-width:850px;
	border-bottom:1px solid #e75627;
	text-align:center;
	padding:0px 30px;
	margin-bottom:30px;
}

.menu-footer a{
	display:inline-block;
	padding:17px 20px;
	text-decoration:none;
	color: #e75627;
	font-size:18px;
}

.text-footer{
	display:inline-block;
	max-width:850px;
    text-align:center;
	font-size:18px;
	color:#FFF;
	margin-bottom:30px;
}

.menu-mobile{
	display:none;
}

.menu{
	display:block;
}

.fixed-header{
	position: fixed !important;
	top: 0px !important;
	left: 0px !important;
	margin: 0px !important;
	width: 100% !important;
	padding: 0px !important;
	background-color: #FFF !important;
	z-index: 10 !important;
	border-bottom: 3px solid #000 !important;
}


.container-contatti{
	float: left;
	width: 100%;
	background-image: url(/public/assets/images/astronomia-images/sfondo1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	text-align: center;
	color: #FFF;
	padding-bottom: 71px;
	border-bottom: 20px solid #e75627;
	min-height: 250px;
	position:relative;
}
.container-contatti .container-text-contatti{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.container-contatti .container-text-contatti h1 {
	font-size: 77px;
	font-family: 'Libre Franklin', sans-serif;
    display: inline-block;
    max-width: 600px;
	line-height: 25px;
	font-weight: 600;
	width: 100%;
}


.container-contatti .container-text-contatti h2 {
    font-size: 23px;
    display: inline-block;
    max-width: 600px;
	line-height: 25px;
	margin-top:20px;
	width: 100%;
}

.container-prenotazione{
	float:left;
	width: 100%;
	margin-top:-60px;
	padding-bottom: 100px;
    background-color: #F1F1F1;
}

.inner-prenotazione{
	box-shadow: 0 -0.3125rem 0 0 #f5623a, 0 0.125rem 1.875rem 0 rgb(0 0 0 / 6%);
    display:inline-block;
    position: relative;
    border-top: 3px solid #e75627;
    max-width: 800px;
    background-color: #FFF;
	min-height: 300px;
	margin:0px 30px;
	padding:40px 40px;
}

.inner-prenotazione h1{
	display:inline-block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e75627;
    line-height: 0.1em;
    margin: 40px 0 40px 0;
}

.inner-prenotazione h1 span { 
    background: #fff;
    padding: 0 10px;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
}

.form-group{
	float:left;
	margin:15px;
	text-align:left;
	min-height: 115px;
}

.form-group.col-50{
	width:calc(50% - 30px);
}

.form-group.col-100{
	width:calc(100% - 30px);
}

.form-group.col-33{
	width:calc(33% - 30px);
}

.form-group label{
	font-size: 18px;
}

.form-group input,
.form-group select,
.form-group textarea{
	background-color: #f3f5f8;
	border:0px;
	font-size:16px;
	padding: 13px;
    width: calc(100% - 26px);
	display:inline-block;
	margin:10px 0 10px 0;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-family: 'Libre Franklin', sans-serif;

}

.form-group input[type='radio'],
.form-group input[type='checkbox']{
	display:inline-block;
	width:auto;
	zoom: 1.6;
    margin-right: 6px;
    vertical-align: middle;
}

.privacy-form div{
	display:inline-block;
	width: 100%;
}

.privacy-form div span{
	display: inline-block;
    width: calc(100% - 35px);
    vertical-align: middle;
}

.btn-submit{
	display: inline-block;
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #e75627;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
	margin-bottom: 40px;
	margin-top:40px;
	border:0px;
	cursor:pointer;
}

.btn-submit:hover{
	color: #FFF;
    background-color: #08080A;
}

.form-group small{
	color: #898888;
	font-size: 12px;
}

.form-title{
	margin-top:80px !important;
}


h2.title-plenaria{
	font-size: 59px !important;
    font-family: 'Libre Franklin', sans-serif;
    display: inline-block;
    max-width: 600px;
    line-height: 52px;
    font-weight: 600;
    width: 100%;
}

.container-form-meeting{
	display:inline-block;
	width: 100%;
	text-align:center;
}

.container-form-meeting .form-group{
	display:inline-block !important;
	float:none !important;
	text-align:center !important;
}

.plenaria-page{
	float: left;
    width: 100%;
    background-image: url(/public/assets/images/astronomia-images/sfondo1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #FFF;
    padding-bottom: 71px;
    border-bottom: 20px solid #e75627;
    height: calc(100% - 20px);
	position: relative;
	background-color:#050505;
}

.plenaria-page .inner-header{
	margin-top:40px;
}

.plenaria-page .menu a{
	color:#FFF;
}
.plenaria-page .menu a:hover{
	color:#e75627;
}

.plenaria-page .fixed-header .menu a{
	color:#08080A !important;
}

.plenaria-page .fixed-header .menu a.selected{
	color:#FFF !important;
}

.plenaria-page .fixed-header .menu a.selected:hover{
color:#08080A !important;
}

.plenaria-page .fixed-logo{
	display:none !important;
}

.plenaria-page .fixed-header .fixed-logo{
	display:block !important;
}

.plenaria-page .fixed-header .nofixed-logo {
	display:none !important;
}



.plenaria-page .fixed-header .menu a:hover{
	color:#e75627 !important;
}

.plenaria-page h2{
	color: #e75627;
    font-size: 36px;
	font-weight: 300;
	margin-bottom:20px;
}

.logo-plenaria{
	position:absolute;
	left:50px;
	top:-40px;
}

.container-conferenza{
    min-height: 500px;
    display: inline-block;
	width: 100%;
	height:calc(100vh - 150px);
	/*border:1px solid blue;*/
	position:relative;
}

.container-iframe{
	position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
}

.videoiframe{
	width:calc(800px - 0px);
	background-color:#000;
}


.plenaria-attesa-body{
	background-image:url(/public/assets/images/astronomia-images/plenaria-attesa.jpg);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center center;
	background-color:#1C1D3B;
}


#back-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
	z-index:10;
}

#back-top a {
	width: 44px;
	display: block;
	text-align: center;
	font: 12px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover {
	color: #293aa0;
}


/* arrow icon (span tag) */

#back-top div {
	width: 44px;
	height: 44px;
	display: block;
	margin-bottom: 7px;
	/* rounded corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5;
	border-radius: 5;
	/* background color transition */
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	background-color:#08080A;
	
}

#back-top a:hover div {
	background-color: #E75627;
}

#back-top a div .mdi {
font-size: 26px;
line-height: 45px;
color: #FFF;
}

.text-intro-list{
	color: #08080A;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px !important;
    line-height: 26px;
    margin-top: 60px !important;
}

.intro-home-homepage .fixed-header{
	background-color: #08080A !important;
}




@media only screen and (max-width: 1400px) {
	
	.logo-plenaria{
		display:none;
	}	


	.plenaria-page .inner-header {
		margin-top: 0px;
	}

	.inner-header .main-logo{
		visibility:visible !important;
	}

	
	.inner-header{
		display:inline-block;
		width:calc(100% - 0px);
		margin:0px 0px;
		position:relative;
	}


	.inner-default{
		display:inline-block;
		width:calc(100% - 60px);
		margin:0px 30px;
		
	}

	.inner-default.inner-eventi{
	display: inline-block;
    width: calc(100% - 90px);
    margin: 0px 30px 0px 60px;
	}

	.condividi{
		left: 22px;
	}

	.main-logo-header{
	    width: 312px;
		margin-top: 0px;
		margin-left:30px;
	}

	.menu{
		margin-right:30px;
	}

	.current-events.passati a.btn-live span {
		display: inline-block;
		width: calc(100% - 65px);
	}

	.left-img {
		float: left;
		width: 290px;
		margin-bottom: 40px;
		margin-left: 0px;
	}



	.event-description .condividi {
		left: -8px;
	}
	

	.event-relator .left-img {
		margin-left: 0px !important;
	}

}

.intro-home-homepage .no-fixed-header .main-logo{
	display:none;
}

@media only screen and (min-width: 1031px) {
	.menu{
		display:block !important;
	}

	.inner-menu-top {
		max-width:1360px;
	}

	.intro-home-homepage .fixed-header .main-logo{
		float: left;
		margin: 20px 0px 0px 0px;
		}

}



@media only screen and (max-width: 1030px) {
	.inner-header-home .menu a {
		color: #08080A;
	}
	
	.inner-header-home .menu a.selected {
		color: #FFF;
		background-color: #e75627;
	}
	
	.intro-home-homepage .condividi{
		top:85px;
	}
	
	.menu-mobile{
		display: block;
		position: absolute;
		right: 25px;
		top: 17px;
		font-size: 32px;
		font-weight: 800;
		cursor:pointer;
	}
	.menu{
		display:none;
		position: absolute;
		top: 69px;
		background-color: #FFF;
		padding: 20px;
		width: calc(100% - 40px);
		margin: 0px;
		left: 0px;
			z-index:100;
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.28);
		-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.28);
		box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.28);
	}
	
	.event h1 {
		font-size:37px;
	}

	.event h3 {
		width: 50%;
		font-size: 25px;
	}
	
	.event .scarica-locandina{
		margin-top: 5px;
	}

	.main-logo-header{
		margin-left: 0px;
	}

	.menu a {
		display: inline-block;
		margin: 0px 0px 0px 0px;
		font-size: 17px;
		color: #08080A;
		padding: 19px 0px;
		text-decoration: none;
		font-weight: 400;
		width: 100%;
		text-align: center;
	}

	.inner-header .main-logo {
		float: none;
		display: inline-block;
		margin: 20px 0px 20px 0px;
	}

	.intro-home-homepage .main-logo {
		float: none;
		display: inline-block;
		visibility:visible !important;
		margin: 20px 0px 20px 0px;
	}

	.plenaria-page .menu a{
		color:#08080A !important;
	}
	.plenaria-page .menu a:hover{
		color:#e75627 !important;
	}

	
}

.second-block{
	display:none;
}

@media only screen and (max-width: 950px) {
	.left-home{
		display:none;
	}

	.right-home {
		float: right;
		width: calc(100% - 20px) !important;
		padding-right: 20px !important;
	}
	.condividi{
		right:20px !important;
	}

	a.btn-event2{
		width:80% !important;
		margin-bottom:20px;
	}

	.second-block{
		display:block;
		width: calc(100% - 20px) !important;
		padding-right: 20px !important;
		text-align:center !important;
	}

	.second-block .container-banner{
		float:none;
		display:inline-block;
		width:80%;
	}

	.second-block h1{
		font-size: 17px;
	}

	.right-home h5 {
		font-size: 19px;
		line-height: 29px;
		width: calc(100% - 0px);
	}

}

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



	.home-banners  img{
		display:inline-block;
		display: inline-block;
		width: calc(90% - 0px);
		margin:17px 0px;
	}



	.plenaria-page .inner-header{
		margin-top:0px;
	}

	.container-iframe{
		
		width: calc(100% - 60px);
		transform: translate(-50%, -56%);
	}

	.container-conferenza{
		min-height:400px;
	}

	.plenaria-page h2{
		font-size:20px;
	}
	
	.videoiframe{
		width:calc(100% - 0px);
		background-color:#000;
	}

	.inner-header{
		display:inline-block;
		width:calc(100% - 0px);
		margin:0px 0px;
	}
	.form-group.col-50{
		width:calc(100% - 30px);
	}
	
	.form-group.col-100{
		width:calc(100% - 30px);
	}
	
	.form-group.col-33{
		width:calc(100% - 30px);
	}
	
	.form-group label{
		font-size: 18px;
	}

	.inner-prenotazione {


		margin: 0px 0px;
		padding: 40px 20px;
	}

	.container-prenotazione {
		margin-top: -16px;
	}

	.container-contatti .container-text-contatti h1 {
		font-size: 40px;
	}

	.inner-default{
		display:inline-block;
		width:calc(100% - 60px);
		margin:0px 30px;
	}

	.main-logo-header{
		width: 240px;
		margin-top: 7px;
	}

	.left-img {
		float: left;
		width: 100%;
		margin-bottom: 40px;
	}

	.right-description {
		float: right;
		text-align: left;
		width: calc(100% - 0px);
	}

	.current-events.passati a.btn-live img{
		vertical-align:top;
	}
	.current-events.passati a.btn-live span {
		display: inline-block;
		width: calc(100% - 65px);
	}

} 


















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

	.intro-home {
		min-height: 616px;
    	height: auto;
	}

	.footer-loghi .left {
		display: inline-block;
		margin-right: 0px;
	}

	.inner-content{
		display:inline-block;
		width:calc(95% - 0px);
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.inner-content-home{
		display:inline-block;
		width:calc(100% - 60px);
		margin:0px 30px;
	}
	
	.footer-loghi{
		display:inline-block;
		width:calc(100% - 0px);
		margin-top: 25px;
		margin-bottom:25px;
	}

	.footer-loghi img {
		padding: 0px 9px;
		height: 102px;
	}

	.footer h5{
		text-align: center;
		padding-bottom: 10px;
		padding-left:0px;
	}

	.left-home{
		float:left;
		width: 44%;
		padding-top:50px;
		text-align:left;
	}
	
	.left-home img{
		width:100%;
		height:auto;

	}
	
	.right-home{
		float: right;
		width: calc(53% - 30px);
		padding-right: 30px;
	}

	.inner-header-home {
		display: inline-block;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 30px;
	}

	

	.footer-pages-internal {
		padding: 20px 0px 0px 0px;
	}
	
}

@media only screen and (max-width: 700px) {
	.footer h5{
		text-align: center;
		padding-bottom: 10px;
		padding-left:0px;
	}

	.footer-pages-internal {
		padding: 20px 0px 0px 0px;
	}

	.left-home{
		float:left;
		width: 100%;
		padding-top:50px;
		text-align:center;
	}
	
	.intro-home {
		min-height: auto;
		height: auto;
		padding-bottom: 30px;
	}


	.right-home{
		float:right;
		width: calc(100% - 0px);
		padding-left:0px;
	}

	.footer-loghi .right {
		display: inline-block;
		margin-top: 0px;
		padding-top: 30px;
		border-top: 1px solid #dadada;
	}

	.footer-loghi img {
		padding: 0px 9px;
		height: 87px;
	}

	.inner-content{
		display:inline-block;
		width:calc(100% - 0px);
		position: static;
		left: 0%;
		top: 0%;
		transform:none;
	}

	.right-home h1{
		margin-top:30px;
		font-size: 60px;
	}
	
	.right-home h2{
		margin-top:30px;
		font-size: 20px;
	}
	
	.right-home h3{
		margin-top:47px;
		font-size: 28px;
	
	}
	
	.right-home h4{
		margin-top:10px;
		margin-bottom:35px;
		font-size: 18px;
	}
	
	.timer {
		font-size: 14px;
		margin-bottom: 40px;
	}
	

}
.info-home a{
color: #FFF;
font-size: 16px;
text-decoration: none;
}
.info-home a:hover {
    color: #e75627;
}