/* 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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, 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 */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}

:focus {
	outline: 0;
}

/* Class */

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: 'Ubuntu Condensed', sans-serif;
}


p {
	font: 18px/25px 'Ubuntu Condensed', sans-serif;
	color: #333333;
	margin-bottom: 2%;
}

ul {
	font: 18px/25px 'Ubuntu Condensed', sans-serif;
	color: #333333;
	margin-bottom: 2%;
}

ul li {
	list-style: inside circle;
}

h1 {
	font: 29px/29px 'Ubuntu Condensed', sans-serif;
	color: #009DE0;
	margin-bottom: 1%;
	margin-top: 1%;
}

h2 {
	font: 22px/20px 'Ubuntu Condensed', sans-serif;
	color: #333333;
	margin-bottom: 2%;
}

a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #006699;
	transition: color 0.2s ease 0s;
}

.first-mostra p, .first-mostra h2, .first-concorso p, .first-concorso h2, .second-concorso p, .second-concorso h2 {
	color: #FFFFFF;
}

.five-concorso p, .third-mostra p, .four-mostra p {
	color: #333333;
}

.five-concorso h2, .third-mostra h2, .four-mostra h2 {
	color: #333333;
}

#header {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	background: #EFEFEF;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 2%;
	border-bottom: 4px solid #E5E5E5;
}

#header ul {
	margin: 0;
	padding: 0;
}

#header ul li {
	display: inline;
	margin-left: 1.4%;
	margin-right: 1.4%;
}

#header ul li a {
	font-size: 22px;
	color: #009DE0;	
}

#header ul li a:hover {
	color: #0073A4;
}

.panel {
	width: 100%;
	height: auto;
	display: block;
}

.panel-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	padding: 2%;
}

.first {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	text-align: center;
	float: left;
}

.first-mostra {
	width: 100%;
	height: auto;
	background: #009DE0;
	float: left;
}

.intro-mostra {
	margin-top: 2%;
}

.five-concorso {
	width: 100%;
	height: auto;
	background: #FFFFFF;
}

.five-concorso .riferimenti {
	float: left;
	margin-bottom: 2%;
}

.five-concorso .maps {
	float: right;
	margin-bottom: 2%;
	border: 1px solid #CCC;
}

.third-mostra {
	width: 100%;
	height: auto;
	background: #EDE6CC;
	float: left;
}

.events {
	width: 100%;
	height: auto;
	background: #97B9FF;
	float: left;
}

.events .row {
	width: 100%;
	margin-bottom: 2%;
	padding-bottom: 2%;
	padding-top: 2%;
	border-bottom: 1px dotted #FFF;
	float: left;
}

.events .row p {
	padding-top: 1%;
}

.events .date {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background: #009DE0;
	text-align: center;
	vertical-align: middle;
	height: auto;
	width: 80px;
	float: left;
	padding: 10px 2px 5px 2px;
	margin-right: 20px;
	line-height: 20px;
}

.date:hover {
      transform: scale(1.2, 1.2);
}

.events .cover {
	float: right;
	width: 200px;
	height: 138px;
	background: #000000;
	margin-left: 20px;
	border: 2px solid #FFFFFF;
}

.events .cover img:hover {
	opacity: 0.8;
}

.four-mostra {
	width: 100%;
	height: auto;
	background: #FFCC00;
	float: left;
}

.four-mostra .panel-inner {
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-top: 0%;
}

.intro-pazienza {
	padding-top: 2%;
}

.pazienza-01 {
	float: right;
	max-width: 400px;
}

.five-mostra {
	width: 100%;
	height: auto;
	background: #EDE6CC;
	float: left;
	padding-bottom: 2%;
}

.six-mostra {
	width: 100%;
	height: auto;
	background: #ECECEC; 
	float: left;
	padding-bottom: 0%;
}

.six-mostra .panel-inner {
	background: url(../images-mostra/pazienza-02.png) no-repeat right top;
}

.seven-mostra {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	float: left;
	padding-bottom: 2%;
}

.lista-autori {
	float: left;
	clear: both;
}

ul.listauno {
	float: left;
	width: 48%;
	font: 16px/25px 'Ubuntu Condensed',sans-serif;
	color: #333333;
	margin-bottom: 2%;
	margin-right: 2%;
}

ul.listadue {
	float: left;
	width: 48%;
	font: 16px/25px 'Ubuntu Condensed',sans-serif;
	color: #333333;
	margin-bottom: 2%;
	margin-left: 2%;
}

ul.listauno li, ul.listadue li {
	border-bottom: 1px dotted #CCC;
	padding-left: 1%;
	list-style: none;
}

ul.listauno li:hover, ul.listadue li:hover {
	background: #F7F7F7;
}

.first-concorso {
	width: 100%;
	height: auto;
	background: #3399CC;
	float: left;
}

.second-concorso {
	width: 100%;
	height: auto;
	background: #43B9D4;
	float: left;
}

.four-concorso {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	border-bottom: 5px solid #EFEFEF;
}

.six-concorso {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	float: left;
	border-top: 5px solid #EFEFEF;
}

.third-concorso {
	width: 100%;
	max-height: 300px;
	background: #ECECEC;
	float: left;
}

.multimedia {
    background: #EDE6CC;
    float: left;
    width: 100%;
}

.multimedia-row {
	width: 100%;
	float: left;
	margin-bottom: 2%;
	border-bottom: 1px dotted #FFFFFF;
	padding-bottom: 2%;
}

.multimedia .intro-video {
	float: right;
	width: 50%;
}

.multimedia .intro-video p {
	font-size: 13px;
}

.intro {
	margin-top: 2%;
}

.footer {
    background: #ECECEF;
    height: 100px;
    width: 100%;
	margin-top: 4%;
	float: left;
}

.logo {
	max-width: 800px;
	margin-top: 2%;
}

.logo-v {
	max-width: 412px;
	float: right;
	margin-left: 2%;
	position: relative;
	bottom: -30px;
}

.logo-small {
	max-width: 165px;
	float: left;
	margin-right: 5px;
}

.loghi-sponsor {
	max-width: 960px;
	margin-top: 2%;
}

img {
	width: 100%;
}

.img-wide {
	border: 4px solid #FFF;
	margin-bottom: 2%;
	max-width: 98%;
}

.six-concorso h2 {
	color: #43B9D4;
}

.six-concorso p {
	color: #666666;
}

.credits-01 {
	float: left;
	width: 50%;
}

.credits-02 {
	float: right;
	width: 50%;
	text-align: right;
}

ol.reg-01 {
	width: 30%;
	float: left;
	margin-right: 5%;
}

ol.reg-02 {
	width: 30%;
	float: left;
	margin-right: 5%;
}

ol.reg-03 {
	width: 30%;
	float: left;
}

ol li {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px 0px 5%;
	padding: 0px;
	list-style: none inside;
	line-height: 22px;
}

.num {
	background: #FFFFFF;
	color: #333333;
	padding: 2px 8px;
	display: block;
	float: left;
	margin-right: 3%;
	margin-top: 5px;
	border: 3px solid #2EACC7;
}

.num:hover {
	opacity: 0.8;
}

.img-01 {
	max-width: 400px;
	float: left;
	margin-right: 2%;
	position: relative;
	bottom: -40px;
}

#credits {
	float: right;
	margin-top: 5px;
}

.paypal-button {
	text-align: center;
	color: #FFFFFF;
	margin-top: 2%;
}

.paypal-button h3 {
	font: bold 18px 'Ubuntu Condensed', sans-serif;
	color: #FFFFFF;	
	margin-bottom: 1%;
}

#social-footer {
	float: left;
}

.download-pdf {
	background: url(../images/download-pdf.png) no-repeat right top;
	height: 40px;
	width: 226px;
	display: block;
	font: 22px/22px 'Ubuntu Condensed', sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-right: 15px;
	padding-top: 18px;
	float: left;
	margin-bottom: 10%;
	margin-left: 15%;
}

.download-pdf:hover {
	background: url(../images/download-pdf.png) no-repeat right -58px;
	height: 40px;
	width: 226px;
	display: block;
	font: 22px/22px 'Ubuntu Condensed', sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-right: 15px;
	padding-top: 18px;	
}

#credits a {
	background: url(../images/credits.png) no-repeat left top;
	height: 15px;
	width: 64px;
	text-indent: -9999px;
	float: right;
	margin-left: 5px;
}

/***********************************************************************************************/
/* Button */
/***********************************************************************************************/
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	font-size: 12px;
	padding: 1em;
	display: none;
	color: #FFF;
	background: url(../images/top-icon.png) no-repeat center center;
	height: 45px;
	width: 45px;
}

.go-top:hover {
	background: url(../images/top-icon.png) no-repeat center center;
}

/*--------------------------------------------------------------
Mobile & Smartphone media queries
--------------------------------------------------------------*/
@media only screen and (min-width: 240px) and (max-width: 768px) {

p {
	font: 14px/25px 'Ubuntu Condensed', sans-serif;
	color: #333333;
	margin-bottom: 2%;
}

ul {
	font: 14px/25px 'Ubuntu Condensed', sans-serif;
	color: #333333;
	margin-bottom: 2%;
}

ul li {
	list-style: inside circle;
}

h1 {
	font: 22px/29px 'Ubuntu Condensed', sans-serif;
	color: #009DE0;
	margin-bottom: 1%;
	margin-top: 1%;
}

h2 {
	font: 18px/20px 'Ubuntu Condensed', sans-serif;
	color: #333333;
	margin-bottom: 2%;
}


#header ul {
	margin: 0;
	padding: 0;
}

#header ul li {
	display: block;
	margin-left: 2%;
	margin-right: 2%;
	border-bottom: 1px solid #CCC;
}

#header ul li a {
	font-size: 20px;
	color: #009DE0;	
}

.logo-v {
	float: none;
	margin-left: 0%;
	position: inherit;
	bottom: 0px;
}

.lista-autori {
    clear: both;
    float: left;
	width: 100%;
}

ul.listauno {
	float: left;
	width: 100%;
	font: 14px/25px 'Ubuntu Condensed',sans-serif;
	color: #333333;
	margin-bottom: 2%;
	margin-right: 0%;
}

ul.listadue {
	float: left;
	width: 100%;
	font: 14px/25px 'Ubuntu Condensed',sans-serif;
	color: #333333;
	margin-bottom: 2%;
	margin-left: 0%;
}

ul.listauno li, ul.listadue li {
	padding: 0;
}

.pazienza-01 {
	float: left;
	width: 100%;
	background: #FFF;
	max-width: 100%;
	margin-bottom: 2%;
	margin-top: 2%;
}

.five-concorso .maps {
	display: none;
}

.intro {
	margin-top: 8%;
	float: left;
	width: 100%;
}

.img-01 {
    bottom: 0;
    float: left;
    margin-right: 0;
    position: inherit;
	margin-bottom: 2%;
}

ol.reg-01 {
	width: 100%;
	float: left;
	margin-right: 0%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 1%;
	margin-bottom: 4%;
}

ol.reg-02 {
	width: 100%;
	float: left;
	margin-right: 0%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 1%;
	margin-bottom: 4%;
}

ol.reg-03 {
	width: 100%;
	float: left;
	border-bottom: 1px solid #FFF;
	padding-bottom: 1%;
	margin-bottom: 4%;
}

#social-footer {
	display: none;
}

.credits-01 {
	float: left;
	width: 100%;
	margin-bottom: 2%;
}

.credits-02 {
	float: left;
	width: 100%;
	text-align: inherit;
}

.logo-small {
	display: none;
}

.paypal-button {
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 2%;
}

h1 {
	font: 22px/29px 'Ubuntu Condensed', sans-serif;
	color: #EC2B27;
	margin-bottom: 1%;
	margin-top: 1%;
}

.download-pdf {
	background: url(../images/download-pdf.png) no-repeat right top;
	height: 40px;
	width: 226px;
	display: block;
	font: 16px/22px 'Ubuntu Condensed', sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-right: 15px;
	padding-top: 18px;
	float: left;
	margin-bottom: 10%;
	margin-left: 15%;
}

.download-pdf:hover {
	background: url(../images/download-pdf.png) no-repeat right -58px;
	height: 40px;
	width: 226px;
	display: block;
	font: 16px/22px 'Ubuntu Condensed', sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-right: 15px;
	padding-top: 18px;	
}

.events .row {
	width: 100%;
	margin-bottom: 2%;
	padding-bottom: 2%;
	padding-top: 2%;
	border-bottom: 1px dotted #FFF;
	float: left;
}

.events .row p {
	padding-top: 1%;
}

.events .date {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background: #009DE0;
	text-align: center;
	vertical-align: middle;
	height: auto;
	width: 80px;
	float: left;
	padding: 10px 2px 5px 2px;
	margin-right: 20px;
	line-height: 20px;
}

.date:hover {
      transform: scale(1.2, 1.2);
}

.events .cover {
	display: none;
}

.go-top {
	display: none;
	position: inherit;
}

.multimedia {
	display: none;
}

.limultimedia {
	display: none!Important;
}

}