body {
  height: auto;
}
#mobile-header {
  display: none;
}


/** Mobile Header **/
#mobile-header, #mobile-menu {
  color: white;
  font-size: 1.5em;
  text-transform: uppercase;
  background-color: white;
  box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
  font-weight: normal;
}

#mobile-menu a {
	color: #1b2754;
}

#mobile-menu li {
	padding: 0px;
	display: table;
  box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
  font-size: 16px;
  margin: 0 auto 10px auto;
	font-weight: 600;
	min-width: 200px;
	text-align: center;
}

#mobile-menu li.active {
  background: #1b2754;
}

#mobile-menu li.active a {
	color: white;
}

#mobile-logo {
	width: 140px;
	height: 40px;
	/*background-image: url(cc_Black-Left-200w.png);*/
	/*background-image: url(static-banner/discoverywall_dark.png);*/

	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	transition: .25s;
}

.wrapper {
	transition: .5s;
}

html.mm-opening .wrapper {
	opacity: 0.5;
}

a.burger {
  float: none;
  height: 40px;
  width: 40px;
  margin: 0;
  position: absolute;
  z-index: 999999;
background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D .cls-2 %7B fill: none; stroke: %231b2754; stroke-miterlimit: 10; stroke-width: 3px; %7D %3C/style%3E%3C/defs%3E%3Cline class='cls-2' x1='7.86' y1='13.4' x2='42.14' y2='13.4'/%3E%3Cline class='cls-2' x1='7.86' y1='24.78' x2='42.14' y2='24.78'/%3E%3Cline class='cls-2' x1='7.86' y1='36.16' x2='42.14' y2='36.16'/%3E%3C/svg%3E%0A");
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  position: fixed;
  left: 10px;
  top: 10px;
  display: none;
  box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
}
#mobile-header a.home-link {
  color: white;
  display: inline-block;
  margin: 8px auto;
}
#mobile-menu li.el-paso-museum-link {
  color: #dfcfb5;
}
#mobile-menu li.el-paso-museum-first {
  margin-top: 40px;
}

/** Modal Columns **/
#guestbook-form-popup .col, #flag .col {
  float: left;
  width: 48%;
  width: calc(50% - 10px);
  margin-right: 10px;

}
#guestbook-form-popup .col-right, #flag .col-right {
  margin-left: 10px;
  margin-right: 0;
}

#mobile-header {
	background-color: #cfd0c6;
	padding: 10px;
}

#mobile-header .header-wrapper {
	display: none;
}



.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after {
	border-color: #cfd0c6;
	border: none;
	margin: 0 0 0 10px;
}

.mm-list > li > a, .mm-list > li > span {
	color: #cfd0c6;
	padding: 10px;
}

@media (max-width: 1024px) {
	#disc-logo {
		display: none;
	}
	a.burger	{
		display: block;
	}

	.main-content {
		padding: 10px;
		overflow: hidden;
	}


  /** Nav **/
  #inner-header {
    display: none;
  }
  #mobile-header {
    display: none;
  }
  #mobile-header .header-wrapper {
    width: 100%;
    position: absolute;
    text-align: center;
  }
  #header {
    position: fixed;
		left: 0;
		right: 0;
    z-index: 9999;
    color: #fff;
    margin-bottom: 0;
    background: transparent;
  }
  .mm-page {
    padding-top: 0px;
  }

  body.unfolded .mm-page {
    padding-top: 0px;
  }

	h2.block-title {
		font-size: 16px;
	}

	h3.slide-title {
		font-size: 16px;
	}

	#about-page,
	#about-faq {
		width: calc(100% - 30px);
		float: none;
		margin-bottom: 10px;
	}

	#upload-form-wrapper {
		width: calc(100% - 30px);
		float: none;

	}

	#about.upload {
		float: none;
		width: calc(100% - 30px);
	}


	#collection-image-wrapper img,
	#collection-image-wrapper video {
		/*width:calc(100% - 30px);
		height: auto;*/

		height: auto;
		width: auto;
		max-height: 400px;
		max-width: 100vw;
	}

	#collection-image-wrapper-header {
		display: block;
	}
	.redundant-title {
		display: none;
	}

	#interactive-header-wrapper {
		margin: 0 0 20px 0 !important;
	}

	#highlights-counter {
	  top: -45px;
	}

}

@media (max-width: 768px) {

	#interactive-header {
		/*display: none;*/
		height: 300px;
	}

	#static-banner {
		display: none;
	}

}

@media (max-width: 640px) {
	#collection-image-wrapper.album {
		height: 255px;
	}

	#media-info p.description {
	  max-width: 100%;
	}
	#albums #albums-holder .album:nth-child(3n) {
		margin-right: 10px;
	}
	.highlights-slide img,
	#collection-image-wrapper.album .album-medium img,
	.video-wrapper video {
	  max-height: 180px;
	  height: auto;
	  max-width: calc(100vw - 60px);
	  width: auto;
	}
	#highlights {
		height: 260px;
	}

	#highlights-slideshow,
	#album-slider-outer {
		height: 180px;
	}

	#ccc-logo {
		width: 140px;
		height: 50px;
		background-size: 140px auto;
		background-repeat: no-repeat;
		float: right;

	}

	#ccl-logo {
		width: 100px;
		height: 50px;
		background-size: 100px auto;
		background-repeat: no-repeat;
	}

	#fs-logo {
	  width: 75px;
	  height: 75px;
	  background-size: 75px 75px;
	  margin: 0;
	}

}

@media (max-width: 500px) {
	#highlights-prev,
	#highlights-next,
	.album-previous,
	.album-next {
		visibility: hidden;
		width: 0px;
	}

	#highlights-slideshow {
		left: 0;
	}

	.text-and-submit.tag-search {
		margin: 20px 0 0 0;
		height: 60px;
	}

	.tag-browsing-label {
		float: none;
	}

	.text-and-submit.tag-search input.form-submit {
		margin: 10px 0 0 0;
		float: none;
	}

	.page-intro {
	  width: calc(100% - 20px);

	}

	.form-select {
		height: auto;
		margin: 0;
	}
	/*
	.styled-select-new {
		width: 200px;
		height: 30px;
	}

	.styled-select-new select {
		background: white;
		border: 1px solid #1b2754;
		padding: 5px;
		-webkit-appearance: none;

	}

	#search-result-header .styled-select-new select {
		border-bottom: none;
		border-radius: 2px 2px 0 0;
		margin-bottom: -1px;
	}

*/

	.hide-mobile {
		display: none;
	}

	#favourite-wall-items-holder .wall-item {
		width: calc(50% - 20px);
	}

	.page-intro {
	  margin: 0 auto 40px auto;
	}

	.page-intro.foldable {
		margin-bottom: 40px;
		height: 200px;
		overflow: hidden;
		position: relative;
	}

	.page-intro.foldable:before {
		position: absolute;
		content: "";
		height: 75px;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
	}

	.page-intro.foldable:after {
		position: absolute;
		content: "Read more";
		text-transform: uppercase;
		font-size: 14px;
		text-align: center;
		height: 40px;
		font-weight: 600;
		color: #1b2754;
		cursor: pointer;
		width: 100px;
	  left: 0;
	  right: 0;
	  bottom: 0px;
		background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.97 25.23'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23000; stroke-linecap: square; stroke-miterlimit: 10; stroke-width: 5px; %7D %3C/style%3E%3C/defs%3E%3Cline class='cls-1' x1='20.98' y1='20.98' x2='4.24' y2='4.24'/%3E%3Cline class='cls-1' x1='20.98' y1='20.98' x2='37.72' y2='4.24'/%3E%3C/svg%3E%0A");
		background-size: 20px 20px;
		background-repeat: no-repeat;
		background-position: bottom center;
		margin: auto;
	}


	#account-login {
		margin-bottom: 20px;
	}



}

.mm-menu {
	width: 250px;
	min-width: 140px;
	max-width: 440px;
	right: 0;
	left: auto;
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate(calc(-100% + calc(100% - 250px)), 0);
    -moz-transform: translate(calc(-100% + calc(100% - 250px)), 0);
    -ms-transform: translate(calc(-100% + calc(100% - 250px)), 0);
    -o-transform: translate(calc(-100% + calc(100% - 250px)), 0);
    transform: translate(calc(-100% + calc(100% - 250px)), 0);
}