/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html, body {
	height: 100%;
}

/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	height: 100%;
}
body {
	font: 400 11px/1.4 'Ubuntu', sans-serif;;
	color: #4d4d4d;
	height: 100%;
	background-color: #FCED68;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #4d4d4d;
	text-decoration:none;
}
a:hover {
	color: #4d4d4d;
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
	color: #4d4d4d;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h2, h3 {
	font-size: 3.4rem;
	margin: 0 0 30px 0;
}

p {
	margin: 0 0 15px 0;
	font-size: 2rem;
	line-height: 1.8;
}

.en-hide-mobile {
	display: none;
}

.en-hide-desktop {
	display: block;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* header */
.header {

}
/* logo */
.en-logo-1 {
	position: absolute;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	top: 40px;
	z-index: 99;
}

.en-logo-2 {
	position: absolute;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	top: 20px;
	z-index: 99;
}

.en-logo-3 {
	display: block;
	width: 80px;
	margin: 60px auto;
}

.en-logo-4 {
	position: absolute;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	top: -60px;
	z-index: 9999;
}

.en-logo-7 {
	position: absolute;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	top: 0;
	z-index: 9999;
}


.en-logo-8 {
	position: absolute;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	top: 0;
	z-index: 9999;
}

.bg-1 {
	position: fixed;
	bottom: 0;
	left: -30%;
	max-width: 200%;
}

/* footer */
.footer {
	position: relative;
	height: 300px;
	background: #FCED68;
	text-align: center;
	padding-bottom: 70px;
}

.en-energetica-footer {
	float: left;
	height: 50px;
}

.en-agsm-footer {
	float: right;
	height: 60px;
}

p.en-credits {
	display: inline-block;
	color: #18417f;
	margin: 15px 0 0 0;
}

p.en-copyright {
	font-size: 1.6rem;
	font-style: italic;
	font-weight: 300;
	margin-top: 50px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
[class*="en-section-"] {
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

.en-energetica-header {
	position: relative;
	width: 500px;
	margin-top: 230px;
	margin-bottom: 60px;
}

.en-section-1-a {
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #FCED68;
	padding-left: 350px;
	padding-right: 350px;
}

.en-section-1-a p {
	font-size: 2.8rem;
	line-height: 1.9;
	font-style: italic;
}

.en-section-1-b,
.en-section-1-c {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #FCED68;
	padding-left: 350px;
	padding-right: 350px;
}

.en-section-1-b p,
.en-section-1-c p {
	display: table-cell;
	vertical-align: middle;
	font-size: 2.8rem;
	line-height: 1.9;
	font-style: italic;
}

.en-section-2 {
	position: relative;
	height: auto;
	background-color: #c9e9f6;
	padding-top: 60px;
	padding-bottom: 60px;
}

.en-video-bg {
	position: relative;
	width: 960px;
	height: 512px;
	padding: 30px 90px;
	background-image: url('img/video.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}

.en-video-container {
  position: relative;
  width: 100%;
	height: auto;
  padding-bottom: 56.25%;
	margin: 0 auto;
}

.en-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.en-section-3 {
	position: relative;
	height: 1200px;
	background-color: #c9e9f6;
	padding-top: 60px;
	padding-bottom: 60px;
}

.en-sprite-3-1 {
	display: block;
	width: 500px;
	margin: 0 auto;
}

.en-sprite-3-2 {
	position: absolute;
	left: 0;
	bottom: 250px;
	width: 500px;
	z-index: 2;
}

.en-sprite-3-3 {
	position: absolute;
	right: 0;
	bottom: 250px;
	width: 550px;
	z-index: 2;
}

.en-bubble {
	position: relative;
	width: 500px;
	margin: 80px auto 0 auto;
}

.en-bubble p {
  position: relative;
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
	border: 3px solid #CACACA;
}

.en-bubble img {
	position: absolute;
	height: 90px;
	bottom: -87px;
	right: 30px;
}

.en-section-3-credits-container {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 300px;
	z-index: 99;
}

p.en-section-3-credits {
	text-align: center;
	color: #18417F;
}

.en-logo-agsm {
	display: block;
	max-width: 250px;
	margin: 30px auto 0 auto;
}

.en-section-4 {
	position: relative;
	color: #fff;
	text-align: center;
	background: rgba(10,154,215,1);
	background: -moz-linear-gradient(top, rgba(10,154,215,1) 0%, rgba(0,74,130,1) 75%, rgba(0,74,130,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(10,154,215,1)), color-stop(75%, rgba(0,74,130,1)), color-stop(100%, rgba(0,74,130,1)));
	background: -webkit-linear-gradient(top, rgba(10,154,215,1) 0%, rgba(0,74,130,1) 75%, rgba(0,74,130,1) 100%);
	background: -o-linear-gradient(top, rgba(10,154,215,1) 0%, rgba(0,74,130,1) 75%, rgba(0,74,130,1) 100%);
	background: -ms-linear-gradient(top, rgba(10,154,215,1) 0%, rgba(0,74,130,1) 75%, rgba(0,74,130,1) 100%);
	background: linear-gradient(to bottom, rgba(10,154,215,1) 0%, rgba(0,74,130,1) 75%, rgba(0,74,130,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a9ad7', endColorstr='#004a82', GradientType=0 );
	padding-top: 0;
	padding-bottom: 200px;
}

.en-section-4 h2 {
	font-weight: 700;
	margin-bottom: 70px;
}

.en-section-4 h3 {
	font-weight: 700;
}

.en-section-4 p {
	margin-bottom: 40px;
	font-weight: 300;
	font-style: italic;
	line-height: 1.5;
}

.en-section-4 p > strong{
	font-size: 2.6rem;
}

.en-btn-yellow {
	display: block;
	border: none;
	height: 70px;
	max-width: 450px;
	background: #FFDB04;
	color: #004982;
	text-align: center;
	line-height: 68px;
	font-size: 2.8rem;
	font-weight: 500;
	margin: 0 auto;
}

.en-section-5 {
	position: relative;
	text-align: center;
	background-color: #fced68;
	padding-top: 70px;
	padding-bottom: 50px;
}

.en-section-5 h3 {
	font-weight: 700;
}

.en-section-5 p {
	margin-bottom: 40px;
	font-weight: 300;
	line-height: 1.5;
}

p.en-text-legend {
	display: inline-block;
	position: relative;
	line-height: 1.3;
	margin-bottom: 20px;
}

.en-square-calendar-1 {
	position: absolute;
	left: -40px;
	top: -14px;
	color: #59BFB3;
	font-size: 4rem;
	font-style: normal;
}

.en-square-calendar-2 {
	position: absolute;
	left: -40px;
	top: -14px;
	color: #CF9911;
	font-size: 4rem;
	font-style: normal;
}

.en-triangle-left {
	position: absolute;
	top: -70px;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 70px solid #fced68;
	border-right: 200px solid transparent; /* Override by script.js */
	z-index: 9998;
}

.en-triangle-right {
	position: absolute;
	top: -70px;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 70px solid #fced68;
	border-left: 200px solid transparent; /* Override by script.js */
	z-index: 9998;
}

.en-calendar {
	width: 100%;
	margin-bottom: 30px;
}

.en-btn-blue {
	border: none;
	height: 70px;
	width: 100%;
	background: #004982;
	color: #FFDB04;
	text-align: center;
	line-height: 68px;
	font-size: 2.8rem;
	font-weight: 500;
}

.en-section-6 {
	position: relative;
	text-align: center;
	background-color: #fced68;
	padding-top: 90px;
	padding-bottom: 300px;
}

.en-section-6 h2,
.en-section-6 p {
	position: relative;
}

.en-sprite-6-1 {
	position: absolute;
	height: 250px;
	left: -50px;
	bottom: 50%;
}

.en-sprite-6-2 {
	position: absolute;
	height: 300px;
	left: 0;
	bottom: -150px;
}

.en-sprite-6-3 {
	position: absolute;
	height: 400px;
	right: 50px;
	bottom: -100px;
}

.en-section-7 {
	position: relative;
	background-color: #0A9AD7;
	padding-top: 140px;
	padding-bottom: 90px;
}

.en-section-7 h3 {
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}

.en-section-8 {
	position: relative;
	background: rgba(10,154,215,1);
	background: -moz-linear-gradient(top, rgba(10,154,215,1) 0%, rgba(0,74,130,1) 75%, rgba(0,74,130,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(10,154,215,1)), color-stop(75%, rgba(0,74,130,1)), color-stop(100%, rgba(0,74,130,1)));
	background: -webkit-linear-gradient(top, rgba(10,154,215,1) 0%, rgba(0,74,130,1) 75%, rgba(0,74,130,1) 100%);
	background: -o-linear-gradient(top, rgba(10,154,215,1) 0%, rgba(0,74,130,1) 75%, rgba(0,74,130,1) 100%);
	background: -ms-linear-gradient(top, rgba(10,154,215,1) 0%, rgba(0,74,130,1) 75%, rgba(0,74,130,1) 100%);
	background: linear-gradient(to bottom, rgba(10,154,215,1) 0%, rgba(0,74,130,1) 75%, rgba(0,74,130,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a9ad7', endColorstr='#004a82', GradientType=0 );
	padding-top: 140px;
	padding-bottom: 250px;
}

.en-field-left {
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.en-field-right {
	float: right;
	width: 48%;
	margin-left: 2%;
	margin-bottom: 20px;
}

.en-field-full {
	width: 100%;
	margin-bottom: 20px;
}

.en-form-nome input,
.en-form-cognome input,
.en-form-email input,
.en-form-tel input,
.en-form-ist input,
.en-form-com input {
	width: 100%;
	height: 50px;
	font-size: 1.8rem;
	border: none;
	padding: 5px 10px;
}

.en-form-mess textarea {
	width: 100%;
	font-size: 1.8rem;
	border: none;
	padding: 5px 10px;
}

.en-form-invia {
	border: none;
	height: 50px;
	width: 100%;
	background: #FFDB04;
	color: #004982;
	text-align: center;
	line-height: 48px;
	font-size: 2rem;
	font-weight: 500;
	margin-top: 20px;
}

input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
}

.en-form-privacy span,
.en-form-privacy a {
	color: #fff;
	font-weight: 300;
}

/* CF7 */
div.wpcf7-response-output {
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	margin: 0;
  padding: 0;
	border: 0 solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	margin: 0;
  padding: 0;
	border: 0 solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	margin: 0;
  padding: 0;
	border: 0 solid #ff0000;
}

div.wpcf7-spam-blocked {
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	margin: 0;
  padding: 0;
	border: 0 solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	margin: 0;
  padding: 0;
	border: 0 solid #f7e700;
}

.en-clouds-blue {
	max-width: 200%;
	border-bottom: 10px solid #c9e9f6;
}

.en-clouds-yellow {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 200%;
	border-bottom: 10px solid #fced68;
}

.en-clouds-white {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 200%;
	border-bottom: 300px solid #fff;
}

.en-clouds-right {
	position: absolute;
	max-width: 200%;
	bottom: -2px;
	left: -30%;
	z-index: 2;
}

.en-clouds-left {
	position: absolute;
	max-width: 200%;
	bottom: 0;
	right: -30%;
}

#post-404 {
	text-align: center;
	padding: 200px 0;
}

/* LANDING ALUNNI */

.en-logo-1-al {
	position: absolute;
	left: 50%;
	width: 140px;
	margin-left: -70px;
	top: 40px;
	z-index: 99;
}

.en-energetica-header-al {
	position: relative;
	width: 400px;
	margin-top: 230px;
	margin-bottom: 40px;
}

.en-sprite-gast-al {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 400px;
	z-index: 2;
}

.en-sprite-lamp-al {
	position: absolute;
	right: 0;
	bottom: 50px;
	width: 400px;
	z-index: 2;
}

.en-title-al {
	color: #004982;
}

.en-title-author-al {
	font-size: 2.5rem;
	color: #004982;
	margin: 30px 0 15px 0;
}

.en-subtitle-author-al {
	margin-bottom: 30px;
}

.en-text-author-al {
	font-size: 1.8rem;
}

.en-img-autori-al {
	-webkit-box-shadow: 5px 5px 5px 0px rgba(171,171,171,1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(171,171,171,1);
	box-shadow: 5px 5px 5px 0px rgba(171,171,171,1);
	border: 15px solid #ffff;
}

.en-text-author-hide-1,
.en-text-author-hide-2,
.en-text-author-hide-3 {
	display: none;
}

.en-read-1,
.en-read-2,
.en-read-3 {
	font-size: 2.2rem;
	color: #004982;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

.en-text-cikale-al {
	margin: 60px 0 60px 0;
}

.en-section-al {
	height: 1800px;
}

.en-title-vign-al {
	color: #004982;
	margin: 60px 0;
}

.en-vign-al {
	position: relative;
	float: left;
	width: 18%;
	height: auto;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(171,171,171,1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(171,171,171,1);
	box-shadow: 5px 5px 5px 0px rgba(171,171,171,1);
	border: 10px solid #ffff;
	margin: 0 1% 15px 1%;
	cursor: pointer;
}

.en-vign-al-1 {
	background-image:url('img/alunni/vignette/1.jpg');
}

.en-vign-al-2 {
	background-image:url('img/alunni/vignette/2.jpg');
}

.en-vign-al-3 {
	background-image:url('img/alunni/vignette/3.jpg');
}

.en-vign-al-4 {
	background-image:url('img/alunni/vignette/4.jpg');
}

.en-vign-al-5 {
	background-image:url('img/alunni/vignette/5.jpg');
}

.en-vign-al-6 {
	background-image:url('img/alunni/vignette/6.jpg');
}

.en-vign-al-7 {
	background-image:url('img/alunni/vignette/7.jpg');
}

.en-vign-al-8 {
	background-image:url('img/alunni/vignette/8.jpg');
}

.en-vign-al-9 {
	background-image:url('img/alunni/vignette/9.jpg');
}

.en-vign-al-10 {
	background-image:url('img/alunni/vignette/10.jpg');
}

.en-vign-al-11 {
	background-image:url('img/alunni/vignette/11.jpg');
}

.en-vign-al-12 {
	background-image:url('img/alunni/vignette/12.jpg');
}

.en-vign-al-13 {
	background-image:url('img/alunni/vignette/13.jpg');
}

.en-vign-al-14 {
	background-image:url('img/alunni/vignette/14.jpg');
}

.en-vign-al-15 {
	background-image:url('img/alunni/vignette/15.jpg');
}

#swipebox-overlay {
  background: rgba(0,0,0,0.7);
}

.en-down-vign-al {
	font-size: 2.5rem;
	color: #004982;
	margin: 60px 0 0 0;
}

.en-bubble-d-al {
	display: block;
	width: 400px;
	margin: 60px auto 0 auto;
}

.en-bubble-r-al {
	display: block;
	width: 400px;
	margin: 30px auto 0 auto;
}

.en-bubble-gioca-al {
	display: block;
	width: 200px;
	margin: 90px auto 0 auto;
}

.en-gastone-d {
	position: absolute;
	left: 80px;
	top: 0;
	width: 270px;
}

.en-lampadina-r {
	position: absolute;
	right: 120px;
	bottom: 100px;
	width: 250px;
}

.en-bg-prefb {
	width: 100%;
	height: 175px;
	background: #004a82; /* Old browsers */
	background: -moz-linear-gradient(top, #004a82 0%, #0a9ad7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #004a82 0%,#0a9ad7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #004a82 0%,#0a9ad7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004a82', endColorstr='#0a9ad7',GradientType=0 ); /* IE6-9 */
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 1280px) {
	.en-section-1-a,
	.en-section-1-b,
	.en-section-1-c {
		padding-left: 150px;
		padding-right: 150px;
	}

	.en-sprite-3-1 {
		width: 400px;
	}

	.en-sprite-3-2 {
		bottom: 250px;
		width: 400px;
	}

	.en-sprite-3-3 {
		bottom: 250px;
		width: 450px;
	}

	.en-bubble {
		width: 400px;
	}

	.en-bubble p {
		font-size: 1.6rem;
	}

	/* Landing Alunni */
	.en-sprite-gast-al {
		left: -80px;
		bottom: -250px;
		width: 300px;
		z-index: 2;
	}

	.en-sprite-lamp-al {
		right: -60px;
		bottom: -250px;
		width: 300px;
		z-index: 2;
	}

	.en-gastone-d {
		position: absolute;
		left: 50px;
		top: 0;
		width: 150px;
	}

	.en-lampadina-r {
		position: absolute;
		right: 50px;
		bottom: 100px;
		width: 150px;
	}


}

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

	.en-video-bg {
		width: 700px;
		height: 373px;
		padding: 20px 60px;
	}

	.en-section-3 {
		height: 900px;
	}

	.en-sprite-3-1 {
		width: 300px;
	}

	.en-sprite-3-2 {
		bottom: 250px;
		width: 300px;
	}

	.en-sprite-3-3 {
		bottom: 250px;
		width: 350px;
	}

	.en-bubble {
		width: 400px;
		margin-top: 50px;
	}

	.en-bubble p {
		font-size: 1.4rem;
		padding: 15px;
	}

	.en-logo-3 {
	  display: block;
	  width: 80px;
	  margin: 60px auto 30px auto;
	}

	.en-logo-agsm {
		width: 150px;
		margin-top: 10px;
	}

	.en-btn-yellow {
		font-size: 2.2rem;
	}

	.en-btn-blue {
		font-size: 2.2rem;
	}

}

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

	.en-hide-desktop {
		display: none;
	}

	.en-hide-mobile {
		display: block;
	}

	.bg-1 {
		left: -40%;
		max-width: 300%;
	}

	.en-logo-1 {
		width: 100px;
		margin-left: -50px;
	}

	.en-logo-2 {
		top: 0;
		width: 100px;
		margin-left: -50px;
	}

	.en-logo-4 {
		width: 100px;
		margin-left: -50px;
	}

	.en-logo-7 {
		width: 100px;
		margin-left: -50px;
	}

	.en-logo-8 {
		width: 100px;
		margin-left: -50px;
	}

	.en-energetica-header {
		width: 300px;
		margin-top: 180px;
		margin-bottom: 30px;
	}

	.en-section-1-a,
	.en-section-1-b,
	.en-section-1-c {
		padding-left: 30px;
		padding-right: 30px;
	}

	.en-section-1-a p,
	.en-section-1-b p,
	.en-section-1-c p	{
		font-size: 2.2rem;
	}

	.en-video-bg {
		width: 500px;
		height: 267px;
		padding: 15px 45px;
	}

	.en-section-3 {
		height: 1000px;
	}

	.en-sprite-3-1 {
		width: 250px;
	}

	.en-sprite-3-2 {
		bottom: 280px;
		width: 250px;
		left: 0;
	}

	.en-sprite-3-3 {
		bottom: 280px;
		width: 300px;
		right: 0;
	}

	.en-bubble {
		width: 80%;
		margin-top: 50px;
	}

	.en-bubble img {
		height: 60px;
		bottom: -57px;
	}
	.en-bubble p {
		font-size: 1.4rem;
		padding: 15px;
	}

	.en-section-3-credits-container {
		bottom: 80px;
	}

	.en-logo-3 {
		width: 40px;
	  margin: 60px auto 30px auto;
	}

	.en-logo-agsm {
		width: 150px;
		margin-top: 10px;
	}

	.en-btn-yellow {
		display: block;
		width: 90%;
		font-size: 2rem;
		margin: 0 auto 30px auto;
	}

	.en-btn-blue {
		display: block;
		width: 90%;
		font-size: 2rem;
		margin: 0 auto 30px auto;
	}

	.en-btn-blue-hide {
		display: none;
	}

	.en-section-8 {
		padding-top: 140px;
		padding-bottom: 120px;
	}

	.en-field-left {
		width: 100%;
		margin-right: 0;
	}

	.en-field-right {
		width: 100%;
		margin-left: 0%;
	}

	.footer {
		height: auto;
		background: #FCED68;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.en-energetica-footer {
		float: none;
		display: block;
		margin: 0 auto;
	}

	.en-agsm-footer {
		float: none;
	}

	p.en-credits {
		display: block;
		margin: 20px 0;
	}

	p.en-copyright {
		margin-top: 60px;
	}

	/* Landing alunni */
	.en-logo-1-al {
		width: 100px;
		margin-left: -50px;
		top: 30px;
	}

	.en-energetica-header-al {
		width: 300px;
		margin-top: 180px;
		margin-bottom: 30px;
	}

	.en-sprite-gast-al {
		display: none;
	}

	.en-sprite-lamp-al {
		display: none;
	}

	.en-vign-al {
		float: left;
		width: 48%;
		margin: 0 1% 15px 1%;
	}

	.en-gastone-d {
		display: none;
	}

	.en-lampadina-r {
		display: none;
	}


}

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

	.en-section-1-a p,
	.en-section-1-b p,
	.en-section-1-c p	{
		font-size: 1.8rem;
		line-height: 1.4;
	}

	.en-video-bg {
		width: 300px;
		height: 160px;
		padding: 10px 30px;
	}

	.en-sprite-3-2 {
		bottom: 280px;
		width: 200px;
		left: -50px;
	}

	.en-sprite-3-3 {
		bottom: 280px;
		width: 250px;
		right: -50px;
	}

	.en-clouds-right {
		left: -50%;
	}

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
