body {
margin: 0px;
font-family: Open Sans;
font-size: 12pt;
font-weight: 300;
background-color: #F5F5F5;
overflow-x: hidden;
}

div, td, table {
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

video {
background-color: #000000;
}

input, select, textarea {
font-family: Open Sans;
border: 0px;
padding: 5px;
font-size: 12pt;
}

a:link, a:visited {
color: inherit;
text-transform: none;
text-decoration: none;
}

.shadow {
-moz-box-shadow: 0px 0px 10px #333333;
-webkit-box-shadow: 0px 0px 10px #333333;
box-shadow: 0px 0px 10px #333333;
}

.noshadow {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

.menu_button {
position: fixed;
top: 20px;
right: 20px;
z-index: 21;
}

.menu_button_text {
display: inline-block; 
font-size: 18pt; 
vertical-align: middle; 
color: #8f4348; 
}

.menu {
display: table;
opacity: 0;
position: fixed;
right: 0px;
top: 0px;
height: 100vh;
text-align: left;
z-index: 20;
background-color: #efefef;
}

.menu_tr {
display: table-row;
}

.menu_td {
display: table-cell;
vertical-align: middle;
padding: 20px;
}

.menu a:link, .menu a:visited {
display: block;
font-size: 14pt;
margin-bottom: 10px;
padding-left: 10px;
font-weight: 400;
color: #666666;
}

.menu a:hover {
color: #8f4348;
border-left: 5px solid #8f4348;
margin-left: -5px;
}

.page_div {
position: relative;
width: 100%;
z-index: 6;
}

.page_title {
font-size: 30pt;
}

.page_tbl {
position: relative;
display: table;
margin: 0px;
border-spacing: 0px;
width: 100%;
min-height: 100vh;
font-size: 12pt;
table-layout: fixed;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.page_tbl_half, .page_percheletoile, .page_contatti, .page_img {
min-height: 50vh;
}

.page_tbl_third {
min-height: 35vh;
}

.page_tbl_2thirds {
min-height: 70vh;
}

.page_tbl_autoheight, .page_partners, .page_social, .page_sitemap {
min-height: 50px;
}

@-moz-document url-prefix() { 
	.nothing {}
	.page_tbl {
    height: 100vh;
	}
	.page_tbl_half, .page_percheletoile, .page_social, .page_contatti, .page_img {
	height: 50vh;
	}
	.page_tbl_third {
	height: 35vh;
	}
	.page_tbl_autoheight, .page_partners, .page_sitemap {
	height: auto;
	min-height: 50px;
	}
}

.limited_img {
position: relative; 
margin: -50vh auto 0 auto; 
width: 100%; 
height: 50vh; 
max-width: 1024px;
background-size: cover; 
background-position: center;
}

.limited_img_bg {
-webkit-filter: blur(20px); 
-moz-filter: blur(20px); 
-o-filter: blur(20px); 
overflow: hidden;
-ms-filter: blur(20px); 
filter: blur(20px); 
position: relative; 
margin-left: -10%; 
width: 120%; 
height: 50vh; 
background-size: cover; 
background-position: center;
opacity: 0.7;
}

.page_tbl_alt_bgcolor, .page_contatti, .page_percheletoile {
background-color: #d4d3d3;
}

.page_tbl_alt_bgcolor2, .page_partners {
background-color: #FFFFFF;
}

.page_tbl_tr {
display: table-row;
}

.page_tbl_td {
display: table-cell;
width: 100%;
height: 100%;
vertical-align: middle;
text-align: center;
padding: 20px 10px 20px 10px;
}

.page_tbl_cols {
display: table;
table-layout:fixed;
width: 100%;
border-spacing: 0px;
}

.page_tbl_cols_tr {
display: table-row;
}

.page_tbl_cols_text {
display: table-cell; 
width: 50%; 
padding: 30px;
vertical-align: top;
}

.page_tbl_cols_text .page_title {
color: #8f4348;
margin-bottom: 20px;
}

.page_tbl_cols_img {
position: relative;
display: table-cell;
width: 50%;
height: 45vh;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
border: 0px;
}

.page_lp .page_tbl_td {
padding: 30px;
}
	
.page_lp_first_td {
text-align: left;
}

.page_lp .page_title {
display: inline-block;
vertical-align: middle;
margin-left: 5px;
}

.page_lp .page_title span {
color: #8f4348;
}

.page_lp .page_title2 {
font-size: 16pt;
margin-top: -10px;
}

.page_lp .home_logo {
display: inline-block;
vertical-align: middle;
border-right: 1px solid #8f4348;
}

.page_lp_dates {
position: absolute;
bottom: 30px;
right: 30px;
}

.page_lp_dates_box {
-moz-box-shadow: 0px 0px 10px #333333;
-webkit-box-shadow: 0px 0px 10px #333333;
box-shadow: 0px 0px 10px #333333;
text-align: center;
}

.page_lp_dates_box:first-child div:first-child{
background-color: #666666; 
color: #FFFFFF; 
font-size: 12pt; 
padding: 10px;
}

.page_lp_dates_box:first-child div:nth-child(2) {
background-color: #F5F5F5; 
color: #666666; 
font-size: 22pt; 
padding: 10px;
}

.page_lp_dates_box:first-child span {
font-size: 10pt; 
color: #666666;
}

.page_lp_dates_box:nth-child(2) div:first-child{
background-color: #8f4348; 
color: #FFFFFF; 
font-size: 12pt; 
padding: 10px; 
margin-top: 15px;
}

.page_lp_dates_box:nth-child(2) div:nth-child(2) {
background-color: #F5F5F5; 
color: #8f4348; 
font-size: 22pt; 
padding: 10px;
}

.page_lp_dates_box:nth-child(2) span {
font-size: 10pt; 
color: #666666;
}

.page_storialp .page_title {
font-size: 80pt; 
color: #8f4348;
}

.page_storialp .page_title2 {
font-size: 38pt; 
margin-top: -20px;
}

.page_storialp .page_title3 {
display: inline-block; 
font-size: 20pt; 
margin-top: 0px; 
color: #8f4348; 
border-bottom: 1px solid #8f4348;
}

.page_storialp .page_title4 {
font-size: 38pt;
}

.page_contatti .page_title {
font-size: 20pt;
color: #8f4348;
font-weight: 400;
}

.page_sitemap .page_title {
font-size: 20pt;
color: #d4d3d3;
font-weight: 400;
}

.page_sitemap a:link, .page_sitemap a:visited{
display: inline-block; 
width: 250px;
font-size: 12pt;
text-align: center; 
margin: 10px; 
padding-left: 5px;
color: #777777;
font-weight: 400;
}

.page_partners .page_title {
font-size: 20pt;
font-weight: 400;
color: #d4d3d3;
}

.home_logo {
margin: 0px;
}

.page_home .home_logo {
}

.home_motto {
display: block;
font-family: handlee;
position: relative;
margin: -10px auto 0 auto;
padding: 5px;
font-size: 16pt;
color: #888888;
}

.home_menu {
position: relative;
display: inline-block;
padding: 0px;
font-size: 15.8pt;
color: #8f4348;
font-weight: 400;
margin: 10px;
z-index: 5;
margin-left: 5px;
margin-right: 5px;
}

.home_menu_loading {
position: absolute;
width: 0%;
height: 2px;
background-color: #8f4348;
bottom: 0px;
left: 0px;
z-index: 4;
}

.home_main_img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.home_main_img:hover {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
}

.home_slideshow {
position: relative; 
margin: 0 auto 0 auto; 
width: 100%; 
max-width: 943px; 
height: 530px; 
}

.home_slide {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-position: center; 
background-repeat: no-repeat;
background-size: cover;
}

.home_slide:not(:first-child) {

display: none;

}

.home_slide_box {
position: absolute; 
top: 80px; 
right: 0px; 
width: 350px; 
font-size: 14pt; 
color: #000000; 
padding: 20px; 
text-align: left; 
font-weight: 400;
z-index: 5;
}

.home_slide_box_bg {
position: absolute; 
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 5;
background-color: #d4d3d3;
}

.home_slide_text {
position: relative;
z-index: 6;
}

.home_slide_text a:link, .home_slide_text a:visited {
font-size: 12pt;
color: #8f4348;
font-weight: 700;
}

.home_slide_title {
font-size: 18pt;
font-weight: 700;
color: #8f4348;
}

.home_seals {
position: relative;
bottom: auto;
left: auto;
margin-top: 10px;
text-align: center;
}

.home_seals_text {
margin-bottom: 10px;
}

.video_close, .video_close3 {
position: absolute;
top: 20px;
right: 20px;
background-color: #8f4348;
color: #f5f5f5;
padding: 10px;
font-weight: bold;
display: none;
z-index: 10;
}

.partner {
display: inline-block;
margin: 20px;
}

.partner:hover {
}

.icon path {
fill: #d4d3d3;
}

.icon2 path {
fill: #8f4348;
}

.icon:hover path {
fill: #8f4348;
}

.circle_box {
vertical-align: top;
display: inline-block; 
width: 180px; 
margin: 10px;
}

.circle_box_bg {
display: inline-block;
background-color: #FFFFFF;
border-radius: 130px;
padding: 20px;
margin-bottom: 10px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
font-size: 30pt;
color: #d4d3d3;
min-height: 90px;
min-width: 90px;
}

.voce_alunno {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
cursor: pointer;
opacity: 0.5;
z-index: 7;
position: relative;
}

.voce_alunno_focus {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
opacity: 1;
z-index: 8;
}

.voce_alunno_text {
position: absolute;
bottom: 50vh;
left: -10px;
display: none;
width: 100%;
text-align: justify;
padding: 30px;
font-size: 14pt;
}

.voce_alunno_text .page_title {
font-size: 20pt;
background-color: #8f4348;
color: #FFFFFF;
padding: 10px;
margin-bottom: 20px;
margin-left: -30px;
padding-left: 50px;
}

.voce_alunno_quote {
position: absolute; 
top: 80px; 
left: 30px; 
font-size: 70pt; 
color: #777777; 
font-family: Times New Roman;
}

.voce_alunno_text span {
margin-left: 50px;
}

.box_container {
margin: 10px; 
margin-top: 40px;
}

.box {
position: relative; 
display: inline-block;
}

.box_content {
position: relative; 
cursor: pointer; 
width: 100%; 
height: 100%; 
z-index: 5; 
border: 15px solid #F5F5F5;
background-color: #999999;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.box_title {
position: relative; 
display: table; 
height: 100%; 
width: 100%;
}

.box_title_text {
display: table-cell; 
vertical-align: top;
}

.box_title_text_box {
position: relative; 
color: #F5F5F5; 
padding: 10px;
font-weight: bold;
}

.box_title_text_box_bg {
position: absolute; 
background-color: #8f4348; 
width: 100%; 
height: 100%; 
opacity: 1; 
top: 0px; 
left: 0px; 
z-index: 5;
}

.box_title_text_box_text {
position: relative; 
z-index: 6;
}

.askthem_profile {
cursor: pointer; 
display: inline-block; 
width: 130px; 
height: 130px;  
border: 5px solid #8f4348; 
margin: 10px; 
vertical-align: middle; 
border-radius: 80px; 
background-position: top; 
background-size: cover;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.askthem_profile_focus {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
}

.button {
background-color: #8f4348; 
padding: 10px; 
color: #FFFFFF; 
font-size: 16pt;
}

.home_news_button {
position: absolute; top: 20px; left: 20px; z-index: 8;
}

.pop_container {
position: absolute; 
right: 0px; 
top: -20px;
}

.pop {
display: inline-block;
margin-right: 20px;
width: 40px; 
height: 40px; 
border-radius: 40px; 
background-color: #F5F5F5;
border-top: 1px solid #888888;
}

.page_login input, .page_login select {
display: inline-block;
margin: 10px;
font-size: 14pt;
background-color: #F5F5F5;
border: 1px solid #888888;
padding: 10px;
font-weight: 300;
width: 300px;
}

.admin_nav {
padding: 10px;
text-align: right;
}

.admin_nav a:link, .admin_nav a:visited, .delete_news a:link, .delete_news a:visited {
background-color: #8f4348;
color: #F5F5F5;
padding: 10px;
font-weight: 400;
font-size: 12pt;
display: inline-block;
}

.page_tbl_cols_text a:link, .page_tbl_cols_text a:visited {
background-color: #777777;
color: #F5F5F5;
padding: 10px;
font-weight: 400;
font-size: 12pt;
display: inline-block;
float: right;
margin: 20px;
}

.news_nobg {
position: relative;
top: 50%;
width: 100%;
text-align: center;
margin-top: -15px;
}

.news_nobg span {
background-color: #777777;
color: #F5F5F5;
padding: 10px;
font-weight: 400;
font-size: 12pt;
display: inline-block;
}

.delete_news {
position: absolute; 
top: 20px;
left: 20px;
}

#partner_slide_div {
position: relative; 
white-space: nowrap; 
overflow: hidden;
}

.social_share {
position: absolute;
bottom: 20px;
left: 20px;
background-color: #EAEAEA;
padding: 5px;
border-radius: 20px;
text-align: center;
font-weight: 400;
font-size: 10pt;
}

.social_share a:link, .social_share a:visited {
margin: 5px;
background: none !important;
padding: 0px;
}

.playButton {
width: 100px;
height: 100px;
position: relative;
top: 50%;
margin-top: -50px;
cursor: pointer;
}

.openday {
position: relative;
display: block;
background-color: #8f4348;
color: #f3f3f3;
padding: 10px;
font-size: 16pt;
width: 100%;
max-width: 943px;
margin: auto;
}

/*  
colorcodes: 
#F5F5F5
#489321
#095432
#321568
#d4d3d3
*/

	/* MOBILE DEVICES */
	@media only screen and (max-device-width: 500px) {
	
		.playButton {
		display: none;
		}
	
		.page_home .home_logo {
		position: relative;
		display: block;
		margin: 0px;
		}
		
		.page_img {
		min-height: 30vh;
		}
		
		.home_slideshow {
		height: 400px;
		}
		
		.home_slide {
		width: 100%;
		height: 200px;
		}
		
		.home_slide_box {
		position: relative;
		top: auto;
		left: auto;
		margin-top: 200px;
		display: block;
		width: 100%;
		background-color: #d4d3d3;
		}
		
		.home_slide_text {
		height: 150px;
		font-size: 12pt;
		}
		
		.home_motto {
		display: none;
		}
		
		.home_menu {
		display: inline;
		line-height: 40px;
		}
		
		.home_menu:after {
		content:"\a";
		white-space: pre;
		}
		
		.menu a:link, .menu a:visited {
		font-size: 12pt;
		}
		
		.home_seals {
		position: relative;
		bottom: auto;
		left: auto;
		margin-top: 20px;
		}
		
		.menu_button_text {
		display: none;
		}
		
		.page_lp_first_td {
		text-align: center;
		}
		
		.page_lp:nth-child(2) {
		height: 30vh;
		}
		
		.page_lp .page_title {
		font-size: 30pt; 
		color: 8f4348;
		}
		
		.page_tbl_td:first-child  {
		text-align: center;
		}

		.page_lp .page_title2 {
		font-size: 16pt; 
		margin-top: 10px;
		}
		
		.page_lp .page_title3 {
		font-size: 14pt;
		}
		
		.page_lp .page_title4 {
		font-size: 18pt; 
		margin-top: -10px;
		}
		
		.page_lp_askthem {
		display: none;
		}
		
		.page_lp .home_logo {
		display: inline-block;
		vertical-align: middle;
		border-right: 0px solid #8f4348;
		}
		
		.page_lp_dates {
		position: relative;
		display: block;
		width: 100%;
		bottom: auto;
		right: auto;
		}
		
		.page_lp_dates_box {
		-moz-box-shadow: 0px 0px 0px #333333;
		-webkit-box-shadow: 0px 0px 0px #333333;
		box-shadow: 0px 0px 0px #333333;
		margin: 0px;
		width: 100%;
		text-align: center;
		}
		
		.page_lp_dates_box div {
		margin: 0px;
		}
		
		.page_lp_dates_box:nth-child(2) div:first-child {
		margin: 0px;
		}
		
		.box_container {
		overflow: hidden;
		}
		
		.page_tbl_cols {
		display: block;
		table-layout:auto;
		}

		.page_tbl_cols_tr {
		display: block;
		}

		.page_tbl_cols_text {
		display: block; 
		width: 100%; 
		padding: 30px;
		}

		.page_tbl_cols_text .page_title {
		display: block;
		text-align: center;
		font-size: 20pt;
		}

		.page_tbl_cols_img {
		display: block;
		width: 100%;
		height: 40vh;
		}
		
		.page_storialp .page_title {
		font-size: 30pt; 
		color: #8f4348;
		}

		.page_storialp .page_title2 {
		font-size: 16pt; 
		margin-top: -10px;
		}

		.page_storialp .page_title3 {
		display: inline-block; 
		font-size: 14pt; 
		margin-top: 0px; 
		color: #8f4348; 
		border-bottom: 1px solid #8f4348;
		}

		.page_storialp .page_title4 {
		font-size: 20pt;
		}
		
		.limited_img_bg {
		margin: 0px;
		width: 100%;
		}
		
		.home_news_button {
		display: none;
		}
	
	}
	
	/* LARGE MOBILE DEVICES */
	@media only screen and (max-device-width: 1024px) {
	
	.limited_img_bg {
		margin: 0px;
		width: 100%;
		}
	
	}
	
/* DRAG AND DROP UPLOAD */
.progressBar {
    width: 100%;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 5px; 
    overflow: hidden;
    display:inline-block;
    margin:0px 10px 5px 5px;
    vertical-align:top;
}
 
.progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #0ba1b5; border-radius: 3px; 
}
.statusbar
{
    /* border-top:1px solid #A9CCD1; */
    min-height:25px;
    width: 100%;
    padding:10px 10px 0px 10px;
    vertical-align:top;
}
.statusbar:nth-child(odd){
    background:#EBEFF0;
}
.filename
{
display:none;
vertical-align:top;
width:250px;
}
.filesize
{
display:none;
vertical-align:top;
color:#30693D;
width:100px;
margin-left:10px;
margin-right:5px;
}
.abort{
	display: none;
    background-color:#A8352F;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    color:#fff;
    font-family:arial;font-size:13px;font-weight:normal;
    padding:4px 15px;
    cursor:pointer;
    vertical-align:top
    }