@CHARSET "ISO-8859-1";


body{ color:#FFF; font-size:12px;}

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#fff;
	text-shadow: 1px 1px 3px #333;
	font-family: Georgia, "Caecilia-RomanSC", Verdana, serif;	
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: helvetica;
	
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

/*
h1{
	font-size: 6em;	
}
p{
	font-size: 2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
*/

.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px; 
            border-radius: 10px; 
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}

#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;	
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}


/* Overwriting styles for control arrows for slides
	* --------------------------------------- */
	.controlArrow.prev {
		left: 50px;
	}
	.controlArrow.next{
		right: 50px;
	}


/* Fixed header and footer.
	* --------------------------------------- */
	#header, #footer{
		position:fixed;
		height: 20px;
		display:block;
		width: 100%;
		background-image:url(http://eventi.centrostudicampostrini.it/images/blacksquare.png); background-repeat:repeat;
		z-index:9;
		text-align:center;
		color: #f2f2f2;
		padding: 10px 0;
		font-size:16px;
	}
	
	#header{
		top:0px;
	}
	#footer{
		bottom:0px;
	}
	
	
	/* Centered texts in each section 
	* --------------------------------------- */
	
	.section{ z-index:1}
	.slide{ z-index:2;}
	
	.section, .slide{	

/*

    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-y: scroll;		
	*/
	
		text-align:center;
		  background:  no-repeat center center fixed; 
		  -webkit-background-size: cover !important;	
		  -moz-background-size: cover !important;	
		  -o-background-size: cover !important;	
		  background-size: cover !important;	

	}
	
	/* Bottom menu
	* --------------------------------------- */
	#infoMenu li a {
		color: #fff;
	}
	
	
/* stili fondazione */

img {
	border: 0;
}

/*
h1 {	
	font-size:50px; 
 	margin-top:50px; 
	font-weight      : bold;
	font-style       : normal;
}

h2 {
	font-size   : 40px; 
	font-weight : bold;
	line-height : 80px;
	font-size:2em;
	margin-bottom:15px;
}

h3 {
	font-size   : 24px;
	font-weight : bold;
	margin      : 1em 0;
}
*/


h1, h2, h3, h4, h5{ margin:0; padding:0; line-height:normal; text-shadow: 1px 1px 3px #333;
font-family      : Georgia, "Caecilia-RomanSC", Verdana, serif;
text-align:center;}

h1{ font-size:40px;}
h2{ font-size:26px; margin-bottom:20px;}
h3{ font-size:18px;}

a{ color:#FFF;}
a:hover{ color:#CCC; }
.tornalist{ float:left; margin-left:20px; }



/* introduzione */
/* titoli */
.exhibitioncover{ margin:30px;}
.exhibitioncover img{ border:5px solid #fff; width:40%; }
.introtext{ padding:20px;  color:#FFF; display:inline-table; background-image:url(http://eventi.centrostudicampostrini.it/images/blacksquare.png); background-repeat:repeat; }



/* orari */
.oraritable table{ padding:5px; border:0px solid #fff;}
.oraritable table td, .oraritable table th{ padding:12px; text-align:center; background-image:url(http://eventi.centrostudicampostrini.it/images/blacksquare.png); background-repeat:repeat; min-width:90px; color:#FFF}
.oraritable table th{ color:#999; font-weight:bold}
.oraritable table td.alignr{ color:#999}

.oraritable table td.alignr, .oraritable table th.alignr{ text-align:right }

.oraritable table td{ border-top:1px solid #333; }



/* reponsive iframe per youtube / video */
.video-container-wrap{ width:70%; margin-left:auto; margin-right:auto;}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* homepage */

.logobox{ margin-top:50px; display:inline-block; text-align:center}
.logobox img{ border:0; width:420px}

.maincontainer{ width:800px; margin-left:auto; margin-right:auto; }
.maincontainer.centered{ text-align:center}

.exhibitionbox{ margin-top:40px;}
.exhibitionbox h2{ margin-bottom:10px; font-size:20px; }
.exhibitionbox h3{ margin-bottom:10px; font-size:16px; font-weight:normal}

.exhibitionbox .date{ margin-top:10px; font-size:12px;}

.exhibitionthumb img{ border:5px solid #fff; width:410px}

h3.past{ margin-top:50px; color:#999; background-color:#fff; padding:10px; display:inline-table; font-size:14px;  
-webkit-border-radius: 5px;
border-radius: 5px;
text-shadow: 0px 0px 0px #333;
}

/* end homepage */


/*  portraits  */


.portraitholder .foto{ display:inline-block; margin:0 14px;  }
.portraitholder .foto img{ border:5px solid #fff; width:276px; }

/* arrows */

/*
.controlArrow.next{ right:50px; border-width:38.5px 0 38.5px 34px}
.controlArrow.prev{ left:50px; border-width:38.5px 34px 38.5px 0}
.controlArrow{ margin-top:38px;}
*/

.controlArrow.next{ right:50px; border-width:30px 0 30px 26.5px}
.controlArrow.prev{ left:50px; border-width:30px 26.5px 30px 0}
.controlArrow{ margin-top:-10px;}

.slideholder{ }

/* gallery */
.slideholder{ width:800px; margin-left:auto; margin-right:auto}
.slideholder .foto{ width:800px}
.slideholder .foto img{ width:800px;}

.slick-dots{ bottom:-30px !important}

/* per responsive media */


/* iphone portrait */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 


/* homepage */
.logobox{ margin-top:20px; text-align:center}
.logobox img{ width:240px}
.maincontainer{ width:320px}
.exhibitionthumb img{ width:160px}

#fullPage-nav{ display:none}

/* oraritable */
.oraritable table td, .oraritable table th{ padding:6px; min-width:40px; font-size:11px}


/* portrait */
.portraitholder .foto img{ width:50px; margin:0 8px; }

/* arrows */
.controlArrow.next{ right:10px; border-width:19px 0 19px 16.8px}
.controlArrow.prev{ left:10px; border-width:19px 16.8px 19px 0}
.controlArrow{ margin-top:-19px;}

/* gallery */
.slideholder{ width:200px; }
.slideholder .foto{ width:200px}
.slideholder .foto img{ width:200px;}

 }


/* iphone landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 
/* homepage */
.logobox{ margin-top:20px; text-align:center}
.logobox img{ width:260px}
.maincontainer{ width:480px}
.exhibitionthumb img{ width:100px}

#fullPage-nav{ display:none}

/* oraritable */
.oraritable table td, .oraritable table th{ padding:4px 6px; min-width:40px; font-size:8px}

/* portrait */
.portraitholder .foto img{ width:45px; margin:0 8px; }

/* arrows */
.controlArrow.next{ right:10px; border-width:19px 0 19px 16.8px}
.controlArrow.prev{ left:10px; border-width:19px 16.8px 19px 0}
.controlArrow{ margin-top:-19px;}


/* gallery */
.slideholder{ width:300px; }
.slideholder .foto{ width:300px}
.slideholder .foto img{ width:300px;}

}


/* ipad portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
/* homepage */
.logobox{ margin-top:20px; text-align:center}
.logobox img{ width:320px}
.maincontainer{ width:768px}
.exhibitionthumb img{ width:240px}

/* portrait */
.portraitholder .foto img{ width:160px; margin:0 8px; }


/* gallery */
.slideholder{ width:400px; }
.slideholder .foto{ width:400px}
.slideholder .foto img{ width:400px;}

}


/* ipad landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
/* homepage */
.logobox{ margin-top:20px; text-align:center}
.logobox img{ width:320px}
.maincontainer{ width:1024px}
.exhibitionthumb img{ width:240px}


/* gallery */
.slideholder{ width:500px; }
.slideholder .foto{ width:500px}
.slideholder .foto img{ width:500px;}
}

/* desktop */
@media (min-width: 1024px){

}