@charset "utf-8";
/* CSS Document */

/* google fonts */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,300,700,700italic,400italic,300italic);
@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700);

body {
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size:15px;
	line-height: 1.4;
	
	position: relative;
	text-align: left;
	color: #B8BEE0;		/*celeste */
	color: #f3e2ca;		/* giallo */
	color: #FBF4EB;		/* giallo chiaro più leggero */

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#241e54+0,0d1010+80 */
	/* e invece ho usato un file png verticale per compatibilità con le altre immagini di sfondo */
	background-color: #0d1010; /* Old browsers */
	
	/* immagini di sfondo // più di una immagine // come per Telluride Film Festival */
	background-image: url("../images/EFF2016-back-01.png"), url("../images/EFF2016-back-02.png"), url("../images/EFF2016-back-gradient.png"), url("../images/EFF2016-back-06.png");
	background-repeat: no-repeat, no-repeat, repeat-x, repeat-x;
    background-position: right 22px, -170px -178px, top left, center bottom; /* calc(100% + 110px); */
    background-size: 800px auto, 550px auto, 18px 1024px, 1400px auto;	;	
}
@media (min-width:992px) and (max-width:1199px) {
	body {
		background-position: right 37px, -250px -140px, top left, center bottom; /* calc(100% + 110px); */
		background-size: 600px auto, 460px auto, 18px 1024px;	
	}
}
@media (min-width:768px) and (max-width:991px) {
	body {
		background-position: calc(100% + 170px) 54px, -200px -140px, top left, center bottom;
		background-size: 550px auto, 400px auto, 18px 1024px, 1400px auto;	
	}
}
@media (min-width:480px) and (max-width:767px) {
	body {
		background-position: calc(50% + 220px) 2px, -210px -145px, top left, center bottom;
		background-size: 400px auto, 355px auto, 18px 1024px, 1400px auto;
	}
}
@media (max-width:479px) {
	body {
		background-position: calc(50% + 245px) 0px, -210px -145px, top left, center bottom;
		background-size: 400px auto, 355px auto, 18px 1024px, 1400px auto;
	}
}




a:link, 
a:visited,
a:active {
	color: #e86eaa;	/* rosa */
	text-decoration:none;
}
a:hover {
	color: #f15e55;	/* rosso */
	text-decoration:none;
}
a.puntatore {
	cursor:pointer;
}
a.big_text {
	font-size:14px;
	line-height:24px;
}
h1 {
	color: #B8BEE0;
}
@media (max-width:767px) {
	h1 {
		margin-top:40px !important;
	}
}
h2 {
	font-family: 'Archivo Narrow', Arial;
	color: #B8BEE0;	 
	font-size: 36px;
	/* padding: 2px 0px; */
}
h2.small {
	font-size: 30px;
}
h2 small {
	color: #B8BEE0;	 
}
h3 {
	font-family: 'Archivo Narrow', Arial;
	color: #B8BEE0;	 
	font-size: 26px;
	font-weight: bold;
	padding: 5px 0px 8px 0px;
	/* line-height: 30px; */
}
h3 span {
	font-size:14px;
}	
h3.small {
	font-size:22px;
	font-weight: 400;
	line-height:24px;
	color:#B8BEE0;
	padding:0;
	margin-bottom:8px;
}
h4, .h4 {
	color: #B8BEE0;	 
	font-size: 20px;
	font-weight: 400;
	padding: 2px 0px;
	line-height:30px;
}
.h2:empty {
	 display:none;
 }
.center {
	text-align:center;
}
h1, h2, h3, h4 {
	margin:0px;
	margin-bottom:10px;
}
p {
	margin-bottom:10px;
}
.box {
	margin:10px 0 10px 0;
}
.box h2 {
	margin:6px 0 2px 0;
}
.box h3 {
	margin-bottom:0px;
}
.box h5 {
	margin-bottom:6px;
}

.testo_small {
	font-size: 10px;
	line-height:14px;
	font-weight:bold;
}
p.serata {
	background-color: #e9ecf1;
	margin-top:25px;
	margin-bottom:8px;
	padding:2px;
}
.shadow {
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
em {
	font-weight:400;
	/* color:#F3E2CA; */
	/* color:#B8BEE0; */
}
strong {
	/* color:#B8BEE0;*/ 
}


/* CONTAINER ---- */

header {
	position:relative;
	margin:40px 0 0 0;
	width:100%;
	/* height:120px; */
	z-index:10000;
	padding:10px 0;
	/* background-color: #241e54; */
}
.header-data {
	position: absolute;
	width:100%;
	top:-40px;
	background-color: rgba(0, 0, 0, 0.4);
	padding:6px;
	min-height: 22px;
}
.header-data span {
	text-transform:uppercase;
}
.header-data span.text-left {
	display: inline;
	float:left;
}
.header-data span.text-right {
	display: inline;
	float:right;
}
@media (max-width:767px) {
	header {
		height:120px;
	}
}
@media (max-width:479px) {
	.header-data .container {
		padding-left:10px;
	}
	.header-data span.text-right {
		display:none;
	}
}
header .container {
	position:relative;
}
.main:first-child {
	padding-top:30px;
}
@media (max-width:767px)
{	
	.main {
		padding: 15px 0 30px 0;
	}
}
@media (min-width:992px)
{
	.main > .col-md-5 {
		padding-left:30px;
	}
}


.footer-info {
	padding:20px 0 200px 0; 
	min-height:263px;
    font-size: 0.85em;
    line-height: 2em;
}
.footer-info .container {
	border-top:1px solid #333;
	padding-top:50px;
}
.footer-info .container > .row > div {
	margin-bottom:30px;
}
.footer-info h4 {
	font-size:16px;
}
.footer-info ul {
	list-style-type: none;
    padding-left: 0;
}

footer {
	padding-top: 20px;
	padding-bottom: 0px;
    background-color: rgba(13, 16, 16, 0.8);
    margin-top: 200px;
}
@media (max-width:991px) {
	footer .row > div {
		text-align:center;
	} 
}
footer p {
	line-height:1em;
	font-size:0.8em;
	margin-bottom: 5px;
	text-transform: uppercase;
}
footer a {
	text-decoration:none;
}

.close {
	clear:both;
	height:5px;
}
.divide {
	border-top:1px solid #B8BEE0;
	margin-top:30px;
	margin-bottom:30px;
}
.spacer {
	height:30px;
	display:block;
}
.spacer-inline {
	display:inline-block;
	margin:0px 4px;
	/*
	padding:0 3px;
	height:6px;
	background-color:#EEE;
	background-color:#f3e2ca;
	*/
}
.spacer-inline:after {
	content: "-";
}

/* HEADER ---------------- */
#logo {
	width: 100%;
	max-width:460px; 
	margin-right:30px;
}
#date {
	margin-top:15px;
}
.presentazione-home {
	padding-top:20px;
	padding-bottom:20px;
}
.presentazione-home p {
	margin-bottom:14px;
	max-width:740px;
	text-align:center;
}

#top {
	position:absolute;
	top:0;
	right:0;
	width: 360px;
	height: 31px;
	display:inline-block;
	margin-top: 0px;
	text-align: right;
	z-index:2000;
	margin-right: 5px;
}
#top div {
	display: inline-block;
	margin-right:10px;
	border:0px solid #DDD;
}

/* navigation bar
----------------------------------- */
.navbar-default {
	border:0;
	border-radius: 0;
	margin-bottom:0px;
	-webkit-box-shadow: none;  
	box-shadow: none;
	background: transparent;
	border-color: transparent;
}
.navbar .navbar-brand {
    margin-bottom: 20px;
    height: auto;
    padding: 0;
    margin-top: -43px;
    z-index: 10000;
    position: relative;
}
@media (max-width:767px) {
	.navbar .navbar-brand {
		height:65px;
		max-width: 280px;
	}
	#logo {
		margin-right:0;	
	}	
	.navbar-header {
		height:140px;
	}
}
@media (max-width:379px) {
	.navbar-header {
		height:110px;
	}
}
@media (max-width:379px) {
	.navbar .navbar-brand {
		max-width: 200px;
	}
}
.navbar-nav {
	background-color: rgba(0, 0, 0, 0.5);
	width:100%;  
}
.navbar-toggle {
	margin-top:0;
}
@media (max-width:767px) {
	.navbar-nav {
		margin:0;
	}
}
.navbar-default .navbar-nav a {
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald',Arial,sans-serif;
	font-weight: 400;
}
.navbar-default .navbar-nav li > a,
.navbar-default .navbar-nav .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color:#f3e2ca;
	background: transparent;
	box-shadow: none;
	text-shadow: none;
	line-height: 25px;
}
.navbar-default .navbar-nav li > a:hover,
.navbar-default .navbar-nav li.active > a,
.navbar-default .navbar-nav li.active > a:hover, 
.navbar-default .navbar-nav .open .dropdown-menu > li.active > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color:#E15955;
	background: transparent;
	box-shadow: none;
	text-shadow: none;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
	color:#d5312c;
	background-color: transparent;
}
/*
#navbar_container {
	background-color: #d7d90c;
}
*/

@media (max-width: 767px) {	
	#branding {
		max-width: 200px;
		height: 42px;
	}
	#navbar_container {
		position:absolute;
		top:0px;
		width:100%;
		z-index: 10000;
	}
	.navbar-default {
		background: transparent;
		border-color: transparent;
	}
	.navbar-nav {
		background-color: #231E52;
		border-bottom:1px solid #999;
	}
	.navbar-nav > li > a {
		/* padding-left:25px; */
	}
	.navbar-nav > li > ul {
		/* padding-left:25px; */
	}
	.navbar-collapse {
		max-height: 1040px;
		margin-right: -15px !important;
		margin-left: -15px !important;
		padding:0;
		font-size: 1.3em;
	}
	.dropdown-menu {
		font-size: 1em;
	}
}

@media (min-width: 768px) {	
	.navbar-nav li {
		padding: 0px 0.8em;
	}
	.navbar-nav > li > a {
		padding: 14px 8px;
	}	
	.navbar-default .navbar-nav a {
		font-size: 16px;		
	}
	.navbar-collapse {
		padding:0;
	}
}
@media (min-width: 992px) {	
	.navbar-nav li {
		padding: 0px 1.4em;
	}
	.navbar-default .navbar-nav a {
		font-size: 20px;		
	}	
}
@media (min-width: 1200px) {	
	.navbar-nav li {
		padding: 0px 1.9em;
	}	
	.navbar-nav > li > a {
		padding: 14px 13px;
	}	
}
/* -------------------------------- */


#credits_link {
	position:absolute;
	left:885px;
	top:-26px;
	width:60px;
	text-transform:uppercase;
	font-weight:bold;
}
#credits_link a {
	padding:4px;
	text-decoration:none;
	color:#0A345A;
}
#credits_link a:hover {
	background:url(../images/opacity_black_40.png) repeat;
	color:#FFF;
}




/* CONTENT --------------------- */
#content_main {
	margin-bottom:60px;
}



/* MENU' SPALLA SINISTRA */
#content_nav p {
	font-weight:700;
	border-bottom: 1px solid #B8BEE0;
	margin: 0 0 4px 0;
	padding-left: 6px;
}
#content_nav h2 {
	margin-bottom:30px;
}
#content_nav ul {
	padding:0px;
	margin-bottom:20px;
}
#content_nav ul li {
	font-family:'Oswald',Arial,Sans;
	font-size:17px;
	text-transform:uppercase;
	list-style-type:none;
	list-style-position:inside;
	margin:0 0 6px 0;
	padding:2px 0 2px 6px;
	color:#DDD;
}
#content_nav ul li a {
	text-decoration:none;
	display:inline-table;
	width:90%;
}
#content_nav ul li.on {
	color:#4d3c35; 
	background-color:#B8BEE0;
}
#content_nav ul li:hover {
	background-color:#F3E2CA;
}
#content_nav ul li.on a {
	color:#4c2777;
	/* font-weight:700; */
}
#content_nav .menu-separator {
	display:block; 
	height:0px; 
	margin:0 0 5px 0; 
	padding:0 0 0; 
	border-bottom:1px solid #B8BEE0;
}
/* --- */



/* MENU' LISTA NEWS 
#news_list {
	position:relative;
}
#content_nav #news_list {
	margin-left:0px;
}
#content #news_list {
	margin-left:0px;
}
#news_list li {
	margin-bottom:6px;
	padding:0 0 6px 0;
	display:block;
	float:left;
	width:95%;
}
#news_list ul li.on {
	background-color: #e9ecf1;
	color:#333;
}
#news_list li h3 {
	margin:0px 0px 0px 70px;
	text-align:left;
	font-size:11px;
	color:#333;
}
#news_list li p {
	margin:0px 0px 0px 160px;
	text-align:left;
}
#news_list li.home {
	width:528px;
	margin-left:10px;	
	background-color: #fff28c;
}
#news_list li.home h3 {
	font-size:16px;
}
#news_list li.home p {
	font-size:14px;
}
#news_list li.full p {
	margin:0px 0px 0px 0px;
}
#news_list li p.foto {
	margin:5px 0px;
	float:left;
}
#news_list li p a {

}
#content_main #news_list li p.foto {
	margin:5px 10px 5px 0px;
}
#news_list li a {
	position:relative;
}
#content_nav #news_list li a {
	text-decoration:underline;
	clear:both;
	width:100%;
	margin-bottom:4px;
}
#news_list li a span {
	min-height: 60px;
	display:block;
	position:absolute;
	left:-70px;
	top:0px;
}
/* --- */




/* MENU' LISTA PRESS */
.press-list .row {
	margin-top:25px;
	margin-bottom:25px;
	padding-bottom:30px;
}
.press-list h2 {
	margin-bottom:20px;
}
.press-list h3 {

}
.press-list .home h4 {
	font-size: 24px;
}
.press-list .abstract {
	/* font-size:20px; */
}
.press-list img {
	margin-top:5px;
	margin:auto;
}
.press-list .home a.img-main {
	display:inline-block;
	text-align: center;
	width:100%;
}
.press-list .home a.img-main img {
	margin-bottom:15px;
	display: inline-block;
}
/* --- */

/* pagina contenuti news / press */
.press-post .abstract {
	/* font-size:1.2em; */
	margin-top:10px;
	margin-bottom:30px;
}
.immagini-wrapper {
	margin-bottom:30px;
}
.immagini-wrapper:empty {
	display:none;
}
.immagini-wrapper a:not(:first-child) {
	margin-top:5px;
	margin-right:5px;
	width: 180px;
	height:120px;
	overflow: hidden;
	display:inline-block;
}
.allegati-wrapper {
	margin-bottom:30px;
}
.allegati-wrapper:empty {
	display:none;
}

/* download */
.download.documents {
	width:100%;
	min-height:50px;
	padding:6px;
	margin-bottom:10px;
    background-color: rgba(255, 254, 232, 0.1);
}
.download.documents a {
	position:relative;
	text-decoration:none;
	display:block;
	min-height:50px;
	padding-left:60px;
	padding-right:10px;
	padding-top:24px;
}



.read-more {
	background-color: rgba(255, 254, 232, 0.1);
	display:inline-block;
	padding:6px !important;
	font-size:0.8em !important;
	margin-top:10px;
}
.read-more a {
	text-decoration: none !important;
}

/*
.download.documents a:hover {
	color:#F40004;
}
.download.documents:hover {
	background:#FFF url("../images/download_bg_hover.png") repeat-x 0 bottom;
}
*/
.download.documents a span {
	position:absolute;
	top:0px;
	left:0px;
	width:48px;
	height:48px;
}
.download.documents a span.pdf { background:transparent url("../images/icon/48/pdf.png") no-repeat 0 0; }
.download.documents a span.doc,
.download.documents a span.docx,
.download.documents a span.odt,
.download.documents a span.odt { background:transparent url("../images/icon/48/doc.png") no-repeat 0 0; }
.download.documents a span.odp,
.download.documents a span.ppt  { background:transparent url("../images/icon/48/ppt.png") no-repeat 0 0; }
.download.documents a span.txt  { background:transparent url("../images/icon/48/txt.png") no-repeat 0 0; }
.download.documents a span.ods,
.download.documents a span.xls,
.download.documents a span.xlsx  { background:transparent url("../images/icon/48/xls.png") no-repeat 0 0; }
.download.documents a span.rar   { background:transparent url("../images/icon/48/rar.png") no-repeat 0 0; }
.download.documents a span.zip   { background:transparent url("../images/icon/48/zip.png") no-repeat 0 0; }








/* MENU' LISTA DEFAULT */
ul.default {
	padding-bottom: 10px;
	list-style-position: outside;
	list-style-image: url(../images/freccia.png);
	padding-left: 18px;
}
.default li {
	font-size: 1.2em;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-bottom:4px;
}
.default li a {
	padding-right: 15px;
	line-height: 15px;
	text-decoration:none;
}
.default li a:hover {
	text-decoration:underline;
}
.default li.current {
	background-color:#e9ecf1;
	text-decoration: none;
}


/* --- */





#content {
	float: right;
	margin:0px 0px 5px 5px;
	padding:0 0 0 10px;
	border-left:1px solid #B8BEE0;
}
#content div.box {
	margin:0px;
	padding:0px;
}
#content div.main {
	width:65%;
	float:left;
}
#content div.main h3 {
	font-size:12px;
	margin-bottom:0px;
	padding-bottom:0px;
}
#content blockquote {
	padding-left:20px;
}
#content div.sub {
	width:32%;
	float:right;
	margin-top:0px;
}
#content div.sub img {
	width:100%;
	margin-top:10px;
}
#content em {
	border-bottom:1px dashed #739eff;
	font-weight:bold;
}



/* --- pagine location --- */
.location_text {
	width:100%; 
	margin-bottom:15px;
}
.location_text h2 {
	font-size:1em;
	font-weight:400;
	margin-bottom:15px;
}
.location_text h2,
.location_text h2 strong {
	font-size:38px;	
	font-weight:400;
}
.location_text p {
	margin-bottom:15px;
}
.location_text label {
	display:inline-block;
	width:50px;
}
.location_foto {
	width:100%; 
}
.location_foto img {
	float:left;
	width:32.5%;
	margin-right:4px;
	margin-bottom:5px;
}
.gmap_wrapper {
	width:100%;
	height:650px;
	clear: both;
}
/* --- --- */



/* pagina location vini giardini castelli (dal 2015)
.location_castelli {
	margin-top:50px;
	margin-bottom:20px;
}
.location_castelli h3 {
	font-size:22px;
	font-weight:300;
	line-height:26px;
	text-transform: uppercase;
	font-family:'Oswald', Arial, Sans;
}
.location_castelli h3 strong {
	font-weight:400;
}
.location_castelli h3 span {
	font-size:18px;
}

/* --- --- */



/* --- pagine per impaginazione grossi eventi|concerti --- 
#content_main #content {
	width:690px;
	min-height:600px;
	float:right;
	margin:0px 0px 5px 5px;
	padding:0 0 0 10px;
	border-left:1px solid #F3E2CA;
}
#content_main #content div.box {
	margin:0px 0px 0px 0px;
	padding:0px;
}

*/ 



/* --- blocchi di eventi speciali --- */
.evento_speciale {
	position:relative;
	margin-bottom:24px;
}
.evento_speciale figure {
	position:relative;
}
.evento_speciale figure img {
	width:100%;
}
.evento_speciale h3 {
	position:absolute;
	color:#FFF;
	font-size:14px;
	line-height:18px;
	background:transparent url(../images/opacity_black_60.png) 0 0 repeat;
	padding:3px 5px;
	z-index:100;
}
.evento_speciale h3 span {
	font-size:13px;
	font-weight:normal;
}	
#content_nav .evento_speciale h3 {
	bottom:0px;
	width:100%;
	height:42px;
}
#content .evento_speciale h3 {
	top:103px;
	width:210px;
	height:36px;
}
.evento_speciale p {
	padding:0px;
	margin:0px;
}
.evento_speciale a p {
	text-transform:uppercase;
	font-weight:bold;
}
.evento_speciale img {
	margin-bottom:6px;
}

/* --- */



/* --- larghezze pagine iscrizione --- */
#content.subscribe {
	width: 730px;
}
#content.subscribe h4 {
	text-transform:uppercase;
	background-color:#e9ecf1;
	margin-top:30px;
}

/* regole per home page */
/* -------------------- */

.content_home_special {
	margin:0px 0px 15px 0px;
	padding:10px 15px 15px 15px;
	border:1px solid #dbdee7;
	background:#edeff5 url(../images/content_home_special_bg.png) 0 bottom repeat-x;
}
.content_home_special h4 {
	font-size:18px;
	font-weight:normal;
}
.content_home_special h5 {
	padding-bottom:7px;
}
.content_home_special p {
	margin:0px;
}
.content_home_special .giorno {
	font-size:13px;
	text-transform:uppercase;
	padding:0px;
	background-color:transparent;
}
/*
.content_home_special .pioggia {
	padding:4px 0;
	font-size:11px;
	color:#009900;
	font-weight:bold;
}
*/
/* --- */




#show {	/* non cambiare questo selettore altrimenti slideshow non funziona */
	display:block;
	position:absolute;
	left:293px;
	top:16px;
	padding:2px;
	border:1px solid #FFF;
	background-color:#333;
}
p.fb_text {
	font-size:11px;
	color:#FFF;
	margin-bottom:0px;
	line-height:14px;
	font-weight:bold;
}
.cornice {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align:right;
	float:right;
}







.container-partner-footer {
	margin-top:30px;
	padding:20px 0;
	background-color: #0D1010;
}
.container-partner-footer .container {
	border-top:1px solid #333;
	padding-top:30px;
}

.partners_group div {
	background:#FFF;
	text-align:center;
	padding:10px;
}
.partners_group h2 {
	padding:0 3px 0 3px;
	font-size:32px;
	font-weight:normal;
	border-bottom:1px solid #B8BEE0;
	margin:60px 0px 15px 0px;
	text-transform:uppercase;
	letter-spacing: 3px;
	text-align:center;
}
.partners_group:first-of-type h2 {
	margin-top:5px;
}

div.info_giurato {
	margin-top: 20px;
	margin-bottom: 20px;
	min-height:200px;
	position:relative;
	display: inline-block;
}
div.info_giurato img {
	width: 160px;
	display:inline;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
div.info_giurato h3 {
	font-size: 34px;
	font-weight:400;
	margin-bottom:20px;
	padding:6px 14px 6px 14px;
	color:#FFF;
	background-color: rgba(207, 98, 159, 0.4);
	line-height:36px;
	margin-top: -10px;
}
div.info_giurato h3 span {
	max-width:130px;
	font-size: inherit;
	display:block;
}
@media (max-width: 480px) {	
	div.info_giurato img {
		clear:both;
		width:100%;
		margin-left:0;
	}
}
div.info_giurato em {
	font-weight:bold;
}

h3.premio,
h3.menzione {
	text-transform: uppercase;
	font-size: 30px;
	line-height:30px;
	margin-bottom:15px;
	padding:4px 8px 4px 8px;
	display:inline-block;
	color: #16152a;
	background-color: #B8BEE0;
}
h3.menzione {
	background-color: #f3e2ca;
}
div.info_vincitore {
	padding:6px 6px 35px 0;
	margin-bottom:20px;
}
div.info_vincitore h4 {
	font-size:22px;
	font-weight:normal;
	line-height:24px;
	font-family: 'Oswald',Arial,Sans;
}
div.info_vincitore p.info_regia {
	margin-bottom:15px;
}
div.info_vincitore em {
	font-weight:bold;
}
div.info_vincitore .content_home1 {
	width:230px;
	float:left;
	margin:0px 10px 15px 0px;
	padding:0px 0px;
	border-top:1px solid #B8BEE0;
}
div.info_vincitore .content_home2 {
	width:420px;
	float:left;
	margin:0px 10px 0px 0px;
	padding:0px 0px;
	border-top:1px solid #B8BEE0;
}
div.info_vincitore .lettera_regista {
	font-style:italic;
}
div.info_vincitore .video_ringraziamento {
	border:1px solid #CCC;
	margin-top:15px;
	padding:12px; 
	padding-left:52px;
	background: #EDEDED url('/festival2014/images/logo_youtube_36.png') 4px center no-repeat;
}



h2.home_intro {
	padding:0 3px 0 3px;
	font-size:11px;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	text-transform:uppercase;
	letter-spacing: 3px;
	text-align:center;
}



/* pagina ospitalità */
div.ospitalita_text {
	margin-top:30px;
	margin-bottom:30px;
}
div.ospitalita_foto img {
	padding:0 10px 10px 0;
	padding-top:0px;
	max-width:270px;
	float:left;
}
.sconto_speciale {
	color:#F00;
	padding:5px;
	background:#FF9;
	border:1px solid #FC0;
	display:inline-block;
}
ul.elenco_strutture {
	padding-left: 0;
}
ul.elenco_strutture li {
	margin-bottom:20px;
	list-style: none;
}
ul.elenco_strutture li .name {
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	font-weight:normal;
	font-size:16px;
	padding-bottom:3px;
	border-bottom:1px solid #B8BEE0;
	margin-bottom:3px;
	margin-left:132px;
}
ul.elenco_strutture li p {
	margin:0px;
	padding:0px;
}
ul.elenco_strutture li img {
	float:left;
	max-width:120px;
	margin-top:2px;
	margin-right:10px;
	padding:2px;
	border:1px solid #DDD;
}
ul.elenco_strutture li .text, 
ul.elenco_strutture li .phone, 
ul.elenco_strutture li .link {
	display:block;
}


/* pagina credits */
#credits {
	margin-left:5px;
}
#credits h2 {
	margin-bottom:0px;
}
#credits h3 {
	font-family:'Oswald',Arial,Sans;
	padding:0 3px 0 0px;
	font-size:14px;
	font-weight:normal;
	border-bottom:1px solid #B8BEE0;
	margin:18px 0px 0px 0px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing: 2px;
}


/* altro */
.nascosto {
	display:none;
}
/*
.pioggia {
	display:inline-block;
	font-size:12px;
	color:#999;
	margin:8px 0 0 0;
	line-height:17px;
}
.pioggia strong {
	font-weight:normal;
}
*/

#fb_foto img {
	width:166px;
	height:110px;
	margin-right:6px;
	margin-bottom:6px;
}

/* pagina retropsettive */
.box_logo {
	width:140px;
	text-align:left;
	float:left;
	margin:5px 10px 0px 0;
}
.box_logo img {
	width:140px;
	margin-bottom:5px;
}




/* --- */
.thumb {
	margin-bottom:10px;
}
/* --- */






/* box singole serate per home page e pagine riassuntiva programma 2014 */
.box_serata {
	/* padding-top: 46px; */
	padding-bottom: 46px;
	margin-bottom: 35px;
	position: relative;
}
.box_serata:last-of-type {
	margin-bottom:0;
}
.box_serata figure {
	width:100%;
	height:120px;
	background-size: cover;
	background-position: center;	
}
.box_serata h3 {
	margin-bottom:0 !important;
}
.box_serata h5 {
	font-family: 'Oswald',Arial,sans;
	font-size:1.35em;
	font-weight:400;
	padding:10px 0 4px 0;
	text-transform:uppercase;
	/* background-color: #f3e2ca; */
	/* position: absolute; */
	/* top: 0px; */
}
.box_serata h6 {
	margin-top:11px;
	margin-bottom:6px;
	line-height:1.3em;
	font-size:14px;
}
.box_serata p {
	padding-bottom:4px;
}
.box_serata span.ore {
	display:block;
	font-size:12px;
	padding:0px;
	font-weight: normal;
	border-bottom: 1px solid #B8BEE0;
	margin:6px 0 2px 0;	
} 
.box_serata .indirizzo {
	display:none;
}
.box_serata a {
	text-decoration:none;
}
@media (max-width:767px) {
	.box_serata figure {
		height:210px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.box_serata figure {
		height:280px;
	}
}
@media (min-width:992px) {
	.col-md-3 .box_serata figure {
		height:120px;
	}
	.col-md-4 .box_serata figure {
		height:150px;
	}
	.col-md-6 .box_serata figure {
		height:230px;
	}
	.col-md-12 > .box_serata figure {
		height:400px;
	}
}
.box_serata figure a {
	width:100%;
	height:100%;
	display:inline-block;
}
.box_serata a span.fascia {
	font-size:0.6em;
}
/* --- */





/* box singole serate per home page e pagine riassuntiva programma 2014 */
.box_evento {
	margin-bottom: 35px;
	position: relative;
}
.box_evento:last-of-type {
	margin-bottom:0;
}
.box_evento figure {
	width:100%;
	height:130px;
	background-size: cover;
	background-position: center;	
}
.box_evento h3 {
	/* border-top: 3px solid #B8BEE0; */
	margin-bottom:0 !important;
	padding:4px 0px 8px 0px;
	font-size:24px;
	line-height: 30px;
}
.box_evento h5 {
	font-family: 'Oswald',Arial,sans;
	font-size:1.35em;
	font-weight:400;
	padding:8px 8px 4px 4px;
	text-transform:uppercase;
	/* background-color: #B8BEE0; */
	position: absolute;
	top: 0px;	
}
.box_evento h6 {
	/* font-family: 'Oswald',Arial,sans; */
	font-family: 'Archivo Narrow', Arial;
	font-weight:300;
	color:#FFF;
	/* background-color: #B8BEE0; */
	padding:0px;
	/* padding-bottom:0px; */
	margin-top:0px;
	margin-bottom:6px;
	line-height:1.3em;
	font-size:18px;
	text-transform: uppercase;
}
.box_evento p {
	padding-bottom:4px;
}
.box_evento span.ore {
	display:block;
	font-size:12px;
	padding:0px;
	font-weight: normal;
	border-bottom: 1px solid #B8BEE0;
	margin:6px 0 2px 0;	
} 
.box_evento .indirizzo {
	display:none;
}
.box_evento a {
	text-decoration:none;
}
@media (max-width:767px) {
	.box_evento figure {
		height:210px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.box_evento figure {
		height:280px;
	}
}
@media (min-width:992px) {
	.col-md-3 .box_evento figure {
		height:130px;
	}
	.col-md-4 .box_evento figure {
		height:200px;
	}
	.col-md-6 .box_evento figure {
		height:240px;
	}
	.col-md-12 > .box_evento figure {
		height:400px;
	}
}
.box_evento figure a {
	width:100%;
	height:100%;
	display:inline-block;
}
.box_evento a span.fascia {
	font-size:0.6em;
}
/* --- */



.presentazione_sezioni p {
	margin-bottom:10px;
}
.presentazione_sezioni figure {
	margin-top:40px;
	width:100%;
	height:120px;
	background-size: cover;
	background-position: center;		
}
.presentazione_sezioni figure a {
	display:block;
	height:100%;
}


/* special box in home page per locandina e pdf */
#box-stampa-home {
	text-align:center;
}
#box-stampa-home h2,
#box-stampa-home div {
	display:none;
}

.poster img {
	margin-bottom:15px;
}




/* pagina paesaggi */
#foto-paesaggi {
	display: inline-block;
	margin: 20px 0 40px 0;
}
#foto-paesaggi .big {
	float:left;
}







/* css 2015
---------------------------------------------- */

.home-banner-wrapper {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color: #d7d90c;	
}
/*
@media (max-width:450px) {
    .home-banner-wrapper {
    background: url("../images/home-bg@450w.jpg") no-repeat top center;
}
}@media (min-width:451px) and (max-width:850px) {
    .home-banner-wrapper {
    background: url("../images/home-bg@850w.jpg") no-repeat top center;
}
}@media (min-width:851px) and (max-width:1440px) {
    .home-banner-wrapper {
    background: url("../images/home-bg.jpg") no-repeat top center;
}
}@media (min-width:1441px) and (max-width:2160px) {
    .home-banner-wrapper {
    background: #d7d90c url("../images/slide-home/eff-2015-slide-01.jpg") no-repeat top center;
}
}@media (min-width:2161px) {
    .home-banner-wrapper {
    background: url("../images/slide-home/eff-2015-slide-01.jpg") no-repeat top center;
}
}
*/
.home-banner-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
}
.home-banner-wrapper h1 {
    color: #fff;
    font-size: 83px;
    line-height: 70px;
    font-family: 'baskerville-semibold', sans-serif;
    text-shadow: 0 1px 1px rgba(199, 199, 199, .75);
}
.home-banner-wrapper p {
    color: #fff;
    font-size: 34px;
    font-family: 'proximanova-bold', sans-serif;
    margin-top: 20px;
    margin-bottom: 40px;
}




/* elementi 2016 */
.col-wrapper {
	margin-bottom: 50px;	
}
.col-wrapper h3 {
	padding: 6px 14px;
	background-color: rgba(207, 98, 159, 0.4);
	text-transform: uppercase;
}
.col-wrapper h3 a {
	color: #B8BEE0;
}
.col-wrapper h3.light {
	font-weight:400;
}
.col-wrapper .row {
	margin-top:15px;
	margin-bottom:15px;
}
.col-wrapper .row h4 {
	margin-bottom:5px;
}
.col-wrapper .row p {
	padding:10px 0 0 0;
}
.col-wrapper.col-info-box h3 {
	margin-bottom: 0;
}
.box-link {
	background-color: rgba(255, 254, 232, 0.1);
	padding:15px;
}
.col-wrapper .col-video-box {
	max-height: 350px;
	overflow-y: scroll;
    overflow-x: hidden;
    /* background-color: #231E52; */
    background-color: #1B193A;
    padding: 15px;
	margin-top:-10px;
}
.col-wrapper .col-video-box .row:first-of-type {
	margin-top:0;
}
.col-wrapper .col-video-box .divide {
	border-top: 1px solid rgba(184, 190, 224, 0.5);
    margin-top: 15px;
    margin-bottom: 15px;
}

.col-info {
	padding:30px; 
	/* background-color:#B8BEE0; */
}
img.img-border {
	border: 1px solid #B8BEE0;
}


/* pagine eventi speciali 2015 */
.eventi-speciali {
	
}
.eventi-speciali .row {
	margin-bottom:25px;
}
.eventi-speciali h2 {
	margin-bottom:40px;
}
.eventi-speciali h2:empty {
	display: none;
}
.eventi-speciali img {
}
.eventi-speciali img.right {
	float:right;
	margin-bottom:10px;
	margin-left:20px;
	margin-top:6px;
	width:250px;
}
.eventi-speciali img.left {
	float:left;
	margin-bottom:10px;
	margin-right:20px;
	margin-top:6px;
	width:250px;
}


.eventi-speciali .special-wrapper {
	background:#EEE;
	border:1px solid #FEF;
	padding:30px;
}
.eventi-speciali .special-wrapper h3 {
}
.eventi-speciali .special-wrapper h4 {
	margin-bottom:30px;
	text-transform: uppercase;
}
.eventi-speciali .special-wrapper p {
	font-size:20px;
}
.eventi-speciali .special-wrapper div {
	width:90%;
	margin:auto;
	/* background-color: #B8BEE0; */
	/* border-top: 3px solid #B8BEE0; */
	padding:10px;
	text-align:center;
	color: #FFF;
}
.eventi-speciali .special-wrapper div h4 {
	color:#FFF;
	margin: 10px 0;
}
.eventi-speciali .special-wrapper div a {
	color:#FFF !important;
	text-decoration: none;
}
	
	
/* form newsletter 2015 */
.newsletter_box input,
.newsletter_box textarea {
	max-width:280px;
	margin-bottom:16px;
}
.newsletter_box .unsubscribe_text {
	font-size:0.8em;
	margin-top:40px;
}




/* people in pagine notte venda */
.row-people {
	margin-top:30px;
}
.row-people .col-md-4 {
	margin-bottom:20px !important;
}
.row-people .col-md-4 .col-xs-6 {
	padding-right:0px;
}


/* pagina fotogallery */
.tab-content>.active {
	display: inline-block;
}
div.thumbnails.fotogallery {
	float:left;
	margin: 0px 12px 12px 0;
	text-align:center;
}
div.thumbnails.fotogallery a {
	text-align:center;
	position:relative;
	line-height:0px;
	width:125px;
	height:125px;	
	display: block;
    background-size: cover;
    background-position: center;	
	border:4px solid #F3E2CA;		
	overflow:hidden;
}
div.thumbnails.fotogallery a:hover {
	border:4px solid #E15955;		
}
div.thumbnails.fotogallery a span {
	position:absolute;
	right:4px;
	bottom:0px;
	width:32px;
	height:32px;
}
div.thumbnails.fotogallery img {
	padding:0px;
	margin:0px;
}
/* --- */








/* blueimp-gallery fix video full screen 
.blueimp-gallery > .slides {
	max-width:100%;
}
.blueimp-gallery > .slides > .slide {
	width:80%;
	padding:10%;
}
*/



/* regole per debug 
table tr td,
table tr th {
	border:1px solid #ccc;
}
/* regole per debug
div {
	border:1px solid #ffba00;
}
div div {
	border:1px solid #e80303;
}
div div div {
	border:1px solid #b200df;
}
/* --- */
