@charset "UTF-8";
@font-face {
  font-family: 'EB Garamond';
  src: url(../fonts/EBGaramond12-Regular_gdi.eot);
  src: url(../fonts/EBGaramond12-Regular_gdi.eot?#iefix) format("embedded-opentype"), url(../fonts/EBGaramond12-Regular_gdi.woff) format("woff"), url(../fonts/EBGaramond12-Regular_gdi.ttf) format("truetype"), url(../fonts/EBGaramond12-Regular_gdi.svg#EBGaramond12-Regular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'EB Garamond SC';
  src: url(../fonts/EBGaramondSC12-Regular_gdi.eot);
  src: url(../fonts/EBGaramondSC12-Regular_gdi.eot?#iefix) format("embedded-opentype"), url(../fonts/EBGaramondSC12-Regular_gdi.woff) format("woff"), url(../fonts/EBGaramondSC12-Regular_gdi.ttf) format("truetype"), url(../fonts/EBGaramondSC12-Regular_gdi.svg#EBGaramondSC12-Regular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
html, body {
  min-height: 100%;
}
body {
  font-family: 'EB Garamond', serif;
  margin: 0;
  font-size: 1em;
  letter-spacing: -0.02em;
  color: #151515;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: 78%;
  background-position: top center;
}
/* Header */
header {
  height: auto;
  text-align: center;
}
.logo {
  display: block;
  margin: 20px auto;
}

.logo img {
  max-width: 100%;
  display: inline-block;
}

@media (min-width: 768px)  {
	.logo {
	  padding-right: 100px;
	  margin: 8px auto;
	  max-width: 150px;}
}
@media (min-width: 992px)  {
	.logo {
		padding-right: 100px;
		max-width: 180px;
	    margin: 8px auto;}
}
@media (min-width: 1200px) {
	.logo {
		padding-right: 80px;
	    max-width: none;
		margin: 9px auto; }
}
@media (min-width: 1600px) { 
	.logo {
		padding-right: 0;
		margin: 20px auto;}
}
.logo h1 {
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/logo_kummel_fondobianco.jpg) no-repeat 0 0;
  background-size: cover;
  font-family: initial;
}
a, .topnav span {
  color: #b76e4d;
  text-decoration: none;
}
.topnav span {
  cursor: pointer;
}
ul {
  list-style-type: none;
  padding: 0;
}
p.red {
  margin: 14px 0 0;
  color: #f00;
}
/*.gallery {
    text-align: center;
    padding: 10% 0 0;
} */
.thumbnail {
  min-height: 300px;
  display: inline-block;
  vertical-align: top;
  width: 22.5%;
  width: 31%;
  height: 100%;
  padding: 0 1%;
  border-right: solid 1px rgba(0, 0, 0, .2);
}
/*.thumbnail > div {
	border: 1px solid #ccc;
	padding: 0 20px 20px;
	text-align: center;
	min-height: 22.6em;
    background-color: rgba(255,255,255,.5);
}
.thumbnail > div > h1, .thumbnail > div > h2 {
	font-size: 1.6em;
	font-family: 'EB Garamond SC';
	border-spacing: 1em;
}
.thumbnail > div > h1, .thumbnail > div > h2 {
	font-weight: inherit;
	line-height: 1em;
}
.thumbnail > div > h2 {
	font-size: 1em;
	border-bottom: solid 1px #000;
	padding-bottom: 1em;
}
.thumbnail.double > div:first-child {
	margin-bottom: 27px;
}
.thumbnail.double > div {
	min-height: 9.5em;
}*/
.topnav {
  background-color: #fff;
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 96%;
  padding: 0 2%;
}
/*.topnav a, */ .topnav span {
  float: left;
  display: block;
  color: #151515;
  text-align: center;
  text-decoration: none;
  font-size: 1.3em;
  font-family: 'EB Garamond SC';
  line-height: 2em;
  padding-right: 2em;
}
/*.topnav a:hover,*/ .topnav span:hover, .dropdown-content_2 input:hover, .fgot:hover {
  color: #b76e4d;
}
.active {}
.topnav .icon {
  display: none;
}
.fgot {
  width: auto;
  cursor: pointer;
  display: block;
  background-color: transparent;
  color: #151515;
  padding: 0;
  font-size: 0.9em;
  text-align: left;
  border: none;
}
input {
  background-color: rgba(255, 255, 255, .5);
  width: 50%;
  border: 1px #cccccc solid;
  padding: 0.3em;
  margin: 0.4em 0;
  text-align: left;
  font-family: 'EB Garamond';
}
input[type="text"]::-webkit-input-placeholder {
  text-overflow: inherit;
  overflow-wrap: normal;
  -webkit-user-modify: read-write;
  overflow: hidden;
}
::-webkit-input-placeholder {
  -webkit-user-modify: read-write;
  -webkit-text-security: none;
  pointer-events: unset;
}
input[type="submit"], .reg {
  display: block;
  width: auto;
  text-align: left;
  text-decoration: none;
  border: 0;
  background: transparent;
  color: #b76e4d;
  font-family: 'EB Garamond SC';
  font-size: 20px;
  margin: 0;
  cursor: pointer;
  padding: 0.3em;
}
input[type="submit"]:hover {
  background-color: rgba(255, 255, 255, .7);
}
footer {
  position: relative;
  z-index: 10;
  clear: both;
  color: #888;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}
.copyright {
  margin: 0 2%;
  position: relative;
  border-top: solid 1px #666;
  padding: 1%;
}
.copyright a, .copyright a:hover {}
.topnav footer a {
  padding: 0;
  float: none;
  font-size: 12px;
  display: inline;
}
.topnav footer a:hover {
  background-color: transparent;
  color: #888;
}
/* DROPDOWN MENU */
#nav_main-navigation {
  position: absolute;
  right: 3%;
  bottom: 10px;
}
#nav_main-navigation ul {
  margin: 0 0px 0 0;
  padding: 6px 5px 6px 6px;
}
#nav_main-navigation ul li.dropdown {
  position: relative;
  display: inline-block;
  padding: 4px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 80px;
  border: solid 1px #000;
  z-index: 1000;
  bottom: 20px;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block !important;
}
.dropdown-content a:hover {
  color: #b76e4d;
}
.dropdown:hover .dropdown-content {
  display: block;
  color: #a4a4a4;
}
.dropdown:hover .dropbtn {
  color: #a4a4a4;
}
.dropbtn {
  padding: 5px 10px;
  text-decoration: none;
  cursor: text;
}
.dropdown a.dropbtn {
  cursor: pointer;
  color: #a4a4a4;
}
.dropdown a.dropbtn:hover {
  color: #b76e4d;
}
.dropdown-content_1, .dropdown-content_2, .dropdown-content_3 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  position: absolute;
  cursor: auto;
  width: 96%;
  height: auto;
  max-height: 0px;
  background-color: rgba(255, 255, 255, .7);
  bottom: 86px;
  left: 0;
  opacity: 0;
  z-index: 1;
  color: #151515;
  font-size: .7em;
  line-height: 1.3em;
  font-family: 'EB Garamond', serif;
  text-align: left;
  padding: 0 2%;
}
.dropdown-content_1 h1, .dropdown-content_2 h1, .dropdown-content_3 h1 {
  padding: 1% 4% 0 0;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.2em;
  font-family: 'EB Garamond SC';
}
.dropdown-content_3 h2 {
  font-size: 1.2em;
}
.dropdown-content_1 p, .dropdown-content_2 p, .dropdown-content_3 p {
  padding: 0 4% 0 0;
  font-size: 1em;
}
.dropdown-content_2 input {
  background-color: transparent;
  border: 0;
  width: auto;
  cursor: pointer;
  padding: 0;
}
/*.topnav a:hover .dropdown-content_1, .topnav a:hover .dropdown-content_2, .topnav a:hover .dropdown-content_3*/
.topnav span:hover .dropdown-content_1, .topnav span:hover .dropdown-content_2, .topnav span:hover .dropdown-content_3 {
  opacity: 1;
  max-height: 300px;
}
/*  APRI CHIUDI  */
.dropdown-content_1.apri {
  opacity: 1;
  max-height: 300px;
}
.dropdown-content_1.close {
  opacity: 0 !important;
  max-height: 0 !important;
}
input#chiudi {
  background-color: transparent;
  border: solid 1px #fff;
  color: #b76e4d;
  display: block;
  width: 70px;
  height: 30px;
  font-size: 14px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  float: right;
  text-align: center;
}
input#chiudi:hover {
  background-color: rgba(255, 255, 255, .7);
}
@media (max-width: 319px) {}
@media (min-width: 320px) and (max-width: 767px) {
  body {
    background-position: center 80px;
  }
  .copyright {
    padding: 10% 1% 0;
  }
  #nav_main-navigation {
    right: 0%;
    bottom: 36%;
  }
  #nav_main-navigation ul {
    padding: 0px 5px 0px 6px;
  }
  .dropdown-content {
    right: 1%;
  }
  /*      .topnav a:not(:first-child) {display: none;}*/
  .topnav span.icon {
    padding-right: .4em;
    float: right;
    display: block;
  }
  .copyright a:not(:first-child) {
    display: inline;
  }
  /* .topnav.responsive {position: absolute; }
  .topnav.responsive .icon {    position: absolute;    right: 0;    top: 0;  }
  .topnav.responsive a {    float: none;    display: block;    text-align: left;  }*/
  .copyright a:not(:first-child) {
    display: inline;
  }
  /*    .dropdown-content_3 { bottom: 194px; max-height: 230px; }*/
  /*.thumbnail:first-child { display: none; }*/
  .thumbnail {
    width: 100%;
    border: 0;
  }
  /*    .topnav a:hover .dropdown-content_2 { bottom: 194px; max-height: 120px; }
    .topnav a:hover .dropdown-content_1{ bottom: 194px; max-height: 210px; }
   .dropdown-content_3 p {    padding: 1% 2% 0 4%;
    font-size: 1em;
    position: absolute;
    background-color: rgba(255,255,255,.9);
    border-left: solid 20px rgba(0,0,0,.5);
    z-index: 1000;
    height: 256px;
    width: 94%;
    border-top: solid 1px #efefef;
    border-bottom: solid 2px #ccc;}*/
  .dropdown-content_1, .dropdown-content_2, .dropdown-content_3 {
    bottom: 0;
    position: relative;
    opacity: 1;
  }
  .thumbnail:first-child {
    display: none;
  }
  .topnav span {
    float: none;
    padding-right: 0;
  }
  input#chiudi {
    display: none;
  }
  .dropdown-content_1 h1, .dropdown-content_2 h1, .dropdown-content_3 h1 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .topnav span:hover .dropdown-content_1, .topnav span:hover .dropdown-content_2, .topnav span:hover .dropdown-content_3 {
    max-height: 400px;
  }
}
@media (min-width: 1920px) {
  /*    body { background-size: cover; }
    .gallery {    padding-top: 15% ;}*/
}
@media screen and (max-width: 600px) {}

#layer1 {
	display: block;
	position: fixed;
	left: 0;
	top:0;
	bottom:0;
	right:0;
	background-color: rgba(0,0,0,.5);
	margin: 0px;
	z-index: 100;
	text-align: center;
}
#message {
	display: block;
	position: absolute;
	left: 25%;
	right: 25%;
	top: 25%;
	background-color: #FFFFFF;
	padding: 20px;
	z-index: 1000;
	text-align: justify;
	border: 2px dotted #b76e4d;
}
#message h1 {
color:#b76e4d;
padding: 1% 4% 0 0;
font-weight: normal;
font-size: 1.6em;
line-height: 1.2em;
font-family: 'EB Garamond SC';}
message p {
color: #151515;
font-size: .7em;
line-height: 1.3em;
font-family: 'EB Garamond', serif;
text-align: left;}
#message .bottone {
	border: 0px;
background-color: #b76e4d;
color: #ffffff;
position: absolute;
right: 0px;
top: 0px;
width: 30px;
height: 30px;
margin-top: 0px;
margin-right: 0px;
font-weight: bold;
padding: 0;
cursor: pointer;
clear: both;
text-align: center;
}
/* fine pop up */