* {
    box-sizing: border-box;
}

html{
	font-family:verdana;
	}
html a{
    text-decoration: none;
}

a.block{
	color:#fff;
	text-decoration:none;
}

#hibar{
	width:100%;
	height:2em;
	background-color: #00031d;
	font-family:'Arial', sans-serif;
	font-size: 0.876em;
	color: #fff;
	}
#burpsmall{
	float:left;
	border-right:solid ;
	width:7%;
	height:2em;
	}
#burpsmall img{
	height: 100%;
	}

#hinav{
	background-color: #00031d;
	float:left;
	color:#fff;
	font-family:'Arial', sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	height:2em;
	}


#hinav ul{
	list-style-type: none;
	text-align: center;
    padding: 0;
    background-color: #00031d;
    width: 100%;
}
#hinav ul li {display: inline-block;}
#hinav ul li a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: .0em 1em;
    text-decoration: none;
    transition: 0.3s;
}
#hinav ul li a:hover {background-color: #555;}

#sitename{
	float:left;
	width: 20%;
	height:4em;
	margin: 2px;
	padding: 2px;
	overflow: visible;
	}
#sitename img{
	height: 40px;
}	

#showVideo{
	width:80%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.search{
	float:left;
	margin: 2px;
	padding: 2px;
	}
div.search input[type="submit"]{
 background-color: #000;
 color: #fff;
 border-radius: 10px;
 height: 3em;
 width: 7em;
 border-style: solid;
}

div.search input[type="submit"]:hover {
 background-color: #900;
}
div.search input[type="text"]{
	background-color: 	#4682b4;
	color: 	#c0c0c0;
	border-radius: 10px;
	height: 2.7em;
	width: 20em;
	border-style: solid;
}

#cleficon.search {
	width: 10%;
	height: 3em;
	text-align:right;
}

#cleficon.search img{
	height: 2em;
}

#fbicon.search {
	width: 10%;
	height: 3em;
	text-align:right;
}

#fbicon.search img{
	height: 2em;
}

#contacticon.search {
	width: 10%;
	height: 3em;
	text-align:right;
}

#contacticon.search img{
	height: 2em;
}
ul.topnav {
	list-style-type: none;
    margin: 0;
	text-align: center;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    top: 0;
    left: auto;
    width: 100%;
}

/* Float the list items side by side 
ul.topnav li {float: left;}*/
ul.topnav li {
	display: inline-block;
	margin: 0;
	padding: 0;
	}
/* Style the links inside the list items */
ul.topnav li a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: .5em .6em;
    text-decoration: none;
    transition: 0.3s;
    font-size: 0.8em;
	font-family:verdana;
	margin: 0;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #555;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}


#container{
	display:block;
	max-width: 900px;
	padding: 15px;
	position: static;
	margin-left:auto;
	margin-right:auto;
	margin-top:  80px; 
	margin-bottom: 0px;
	box-shadow: 1px 1px 2px #c0c0c0,
				-1px -1px 2px #c0c0c0,
				1px -1px 2px #c0c0c0,
				-1px 1px 2px #c0c0c0;
}
#main-content{
	margin-top:5px;
	width: 100%;
}

.main{
	font-family:verdana;
	font-size:1em;
	float:left;	
	}

aside{
	height: 300px;
	width: 25%;
	margin:1px;
	padding: 5px;
	float:left;
	}
div.sponsor1{
	background-image: url('../img/aldamerini nud.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height:86%;
	text-align:center;
	border:solid;
	border-width:thin;
}	
		
div.sponsor2{
	height:41%;
	margin: 1px;
	padding: 1px;
	font-size:0.7em;
	text-align:center;
	border:solid;
	border-width:thin;
	}
	
#main-content section{
	width:100%;
	height: 100%;
	padding: 0 0 0 0;
    overflow: auto;
}
#main-content section.sect1{
	margin:50px auto 0 auto;
}
#main-content section.sect2{
	margin:0px auto 0 auto;
}

#main-content section a{
	text-decoration: none;
	color:#fff;
}

#main-content article{
	width: 30%;
	float: left;
	text-align:center;
	padding:1px 0 0 0;
	margin:1%;
	border:solid black;
	overflow:hidden;
}

#art1{
  background-image: url(../img/concerto10.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  background-position:center;
  height:185px;
  width:150px;
}
#art2{
  background-image: url(../img/copertina.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  background-position:center;
  height:185px;
  width:150px;
}

#last{
  background-image: url(../img/about.png);
  background-size:cover;
  background-repeat: no-repeat;
  background-position:center;
  height:185px;
  width:150px;
}
#principale{
	width: 70%;
	float:left;
	}
#principale img{
	width:70%;
	
  }
#laterale{
	text-align:center;
	width: 25%;
	float:left;
	padding: 10px;
	font-size:0.876em;
}
#laterale a{
	color:#000;
}

.evidenziato { 
background-color:yellow; 
color:'#008080';
}

div .brani{
  width: 15%;
  height:90px;
  float: left;
  text-align:center;
  padding:1px;
  margin:.5%;
  background-size:cover;
  background-repeat: no-repeat;  
  font-size:0.8em;
}
div .brani h2{
	text-align:center;
}

#brano1{
  background-image: url(../img/relitto.jpg);
}
#brano2{
  background-image: url(../img/latinoamerica.jpg);
}
#brano3{
  background-image: url(../img/lacca.jpg);
}
#brano4{
  background-image:  url(../img/earth.gif);
}
#brano5{
  background-image:  url(../img/reparto.jpg);
  }
#brano6{
  background-image:  url(../img/dragon.jpg);
  }
#brano7{
  background-image:  url(../img/diosole.jpg);
  }
#brano8{
  background-image:  url(../img/hokusai_ghost.jpg);
  }
#brano9{
  background-image:  url(../img/dati.jpg);
  }

footer{
	width: 100%;
	background-color: #00031d;
	font-size:0.8em;
	color:#fff;
	text-align:center;
	margin:0px auto 0 auto;
}

footer div{
	padding: 3em;
}

/*====================	MEDIA QUERIES	=====================*/
@media only screen and (max-width:1180px) {
.menuresponsive {
   display:none;
  }   

.search{
	display:none;
  }

ul.topnav li:not(:first-child) {display: none;}
ul.topnav li.icon {
    float: right;
    display: inline-block;
	}
 
ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  ul.topnav.responsive li {
    float: none;
    display: block;
  }
  
ul.topnav li a {
  float: none;
  display: block;
  text-align: left;
  font-size:1.25em;
  }
}

@media only screen and (max-width:1000px) {


#laterale{
	display:none;
}

aside{
	display:none;
} 

a.block{
	display:block;
}

#principale{
	width:100%;
}

#immersive-slider{
	width:100%;
}

label{
	font-size:1em;
}
select{
	font-size:1em;
}
option{
	font-size:1em;
}
}

@media only screen and (max-width:600px) {
 #main-content article{
	float:none;
	width:90%;
	margin-left:5%;
	height:20em;
	font-size:1.2em;
}

#thumbnail-slider{
	display:none;
}

div.brani{
	width:90%;
	margin-left:5%;
	font-size:1.2em;
	height:10em;
}
	
#immersive_slider .slide .image  {
	display:none;
}

#immersive_slider .slide .content {
	width:100%;
}

#showVideo{
	width:100%;
}

}
/*===================================================================*/
