html, body {
	background-color: #ac660b;
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	display: flex;
	flex-direction: column;
	height: 100%;
}
body, p, li {
	font-family: "Raleway", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 0;
	padding-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
a {
	color: #ac660b;
	text-decoration: none;
}
main {
	background-color: white;
	flex-grow: 1;
	flex-basis: auto;
	padding-top: 20px;
}
.main-wrapper {
	margin: 0px auto;
	padding-top: 20px;
	max-width: 1140px;
}
.main-search-bar {
	margin: 0 auto;
	max-width: 800px;
}
.main-logo {
	max-width: 800px;
}
.bg-orange {
	background-color: #ac660b;
}
.navbar-logo {
	height: 30px;
}
.navbar .nav-item {
	white-space: nowrap;
}
.nav-link, .nav-link.active {
	color: #ffffff;
}
.dropdown-lang {
	min-width: 3rem !important;
}
.twocol-md {
	column-count: 2;
	column-gap: 20px;
}
.owl-prev, .owl-next {
		width: 22px;
		height: 25px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		display: block !important;
		border:0px solid black;
}
.owl-prev { 
	left: 0px; 
	color: #212529;
}
.owl-next { 
	right: 0px; 
	color: #212529;
}
.owl-prev:hover {
	color: #000 !important;
}
.owl-next:hover {
	color: #000 !important;
}
.owl-prev i, .owl-next i {
	transform : scale(2,5);
}
.owl-prev i:hover, .owl-next i:hover {
	transform : scale(2,5); 
}
footer {
	flex-shrink: 0;
}
.footer-wrapper {
	margin: 20px auto 0;
	max-width: 1140px;
}
.wave-border-top {
	height:20px;
	background-image: url('/img/wave-border-top.svg');
	background-repeat: repeat-x;
}
.wave-border-bottom {
	height:20px;
	background-image: url('/img/wave-border-bottom.svg');
	background-repeat: repeat-x;
}
.footer-mark {
	height: 200px;
}
.card-risultati .card-title {
	height: 3rem;
}
.excerpt-myth {
	height: 72px;
	overflow: hidden;
}
.side-nav a, .browse-link {
	color: #212529;
	text-decoration: none;
}
.side-nav a:hover, .browse-link:hover {
	color: #ac660b;
	text-decoration: none;
}
.side-nav a.active {
	font-weight: 600;
}
.myth-search {
	width: 600px;
}
name, placeName {
	color: #ac660b;
}
.ext-link:hover {
	background-color: #000 !important;
}
.int-link:hover {
	background-color: #925609 !important;
}
.prev-next-container {
	max-width:40%;
}

.autocomplete {
  position: relative;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  background-color: #fff; 
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-radius: 5px;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: #ac660b !important; 
  color: #ffffff; 
}
@media only screen and (max-width: 1180px) {
  main {
    padding: 0 20px; 
  }
}

@media only screen and (max-width: 768px) {
	.twocol-md {
		column-count: 1;
		column-gap: 0px;
	}
}