body,header,td,th {
font-family: Courier new, Courier, monospace;
font-size: 10px;
color: #000000;
margin: 0;
padding: 0;
}
a:link {
color: #333333;
text-decoration: underline;
}
a:visited {
text-decoration: underline;
color: #333333;
}
a:hover {
text-decoration: none;
color: #339900;
}
a:active {
text-decoration: underline;
color: #339900;
}
body {
background-color: #FFFFFF;
}
header{
    background-color: #ffffff;
    width: 100%;
    position: absolute;
    top: 90px;
    z-index: 2;
}

#nav {
    /* /position: absolute;
    //left: 20px;
    //top: 100px;
    //width: 80%; */
    background-color: #ffffff;
    /* float: left;
    margin: 17.5px 5px; */
	width: 1200px;
	margin: 0 auto;
}
#nav ul {
    margin: 0;
    padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}
#nav ul li {
    display: inline-block;
    font-size: 16px;
    padding: 1.25em;
	text-align: center;
}

#nav ul li a {
	display: block;
}
#logo {
    /* width: 50%; */
    float: left;
	padding: 1.25em;
}
div#wrapper{
    width: 90%;
    height: 697px;
    margin: 0 auto;
    background: url(../img/backgroundok2.jpg) no-repeat center top;
    z-index: -2;
}
div#inner-wrapper {
    width: 700px;
    height: 65%;
    margin: 0 auto;
    /* position: absolute;
    bottom: 0; 
    left: 20%; */
    position: relative;
    top: 155px;
    bottom: 40%;
    /*left: 20%;*/
    /* margin-top: -100px;
    margin-left: -100px; */
    background-color: #ffffff;
    /* clear: both; */
}

#inner-wrapper.big-wrapper {
    height: 88%;
}

#galleria-text{
    text-align: justify;
    padding-top: 20px;
    padding-left: 100px;
    padding-right: 100px;
}
ul#artisti-list{
    padding: 0;
    list-style-type: none;
    margin-bottom: 50px;
}
ul#artisti-list li{
    padding: 10px;
}
ul#artisti-presenti-list{
    width: 60%;
    padding: 0;
    list-style-type: none;
    margin: 10px auto;
}
ul#artisti-presenti-list li{
    padding-right: 10px;
    margin-bottom: 10px;
    border-right: 1px solid #333333;
    display: inline-block;
}
ul#artisti-presenti-list li:last-child{
    padding-right: 10px;
    margin-bottom: 10px;
    border-right: 0px solid #333333;
    display: inline-block;
}
.style5 {
    font-size: 16px;
}
.style6 {
    font-size: 14px;
    /* font-weight: bold; */
    text-align: center;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    max-height: 87%;
    overflow: auto;
}

#slider {
    width: 100%;
    height: 70%;
}

#slider .mySlides {
    width: auto;
    height: 85%;
    margin: 15px auto;
}

#mostre-text {
    font-weight: bold;
    max-height: none;
}

#eventi-text, #fiere-text {
    overflow: visible;
    max-height: none;
}

.gallery {
    width: 50%;
    height: auto;
}

.row > .column {
  padding: 0 8px;
}

.row {
    
    display: -webkit-flex;
    display: flex;
    width: 50%;
    margin: 20px auto 100px auto;
}

.column > img {
    width: 70%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  margin: auto;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 3;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides2 {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
  /*width: 25%;*/
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

