html {
  position: relative;
  min-height: 100%;
  padding-bottom:35px;
}
body {
  margin-bottom: 35px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100% !important;
  height: 40px;
  z-index: 110;
}
/*
.dropright {
  position: relative;
}

.dropright .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
*/
/*body{background-color: #190E2E;}*/
/**.cookie{
	width: 420px;
    height: 72px;
    background-color: #fff;
    position: fixed;
    bottom: 88px;
    border-radius: 10px;
	left: 5%;
	padding: 10px 20px;
	z-index: 1500;
}

.cookie .txt{
	float: left;
    width: 65%;
}
.txt p{
	color:#1D2D35;
}

.cookie .accept {
    background-color: #40CC79;
    color: #fff !important;
    border-radius: 32px;
    padding: 3px 23px;
    /* align-self: center; 
    font-size: 19px;
    margin-top: 2.5%;	
    margin-left: 3%;

}
.cookie .accept:hover {
	background-color: #30b867;
}
*/

.cookies-eu-banner {
  background: #444;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 100;
}

.cookies-eu-banner button {
  text-decoration: none;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
  background: #fff;
  color: #222;
}

.hidden {
  display: none;
}

@keyframes pulse {
	
	0% {
		font-size: 0.75em;
		transform: scale(1);
	}
	
	
	100% {
		font-size: 1.25em;
		transform: scale(1);
	}
}

#single-foto-header {
	margin: 0px;
	border:0px;
	padding: 0px;
}

.list-group-item-without-border {
  position:relative;
  display:block;
  padding:.5rem 1rem;
  color:#212529;
  background-color:#fff
  
}

.navbar .megamenu {
  padding: 1rem;
  
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu {
    position: static !important ;
    
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 53%;
    /* align-self: last baseline; */
    -ms-grid-row-align: end;
  }

}

/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px) {

  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: -10px;
	background: white;
  }
}

