@media only screen and (max-device-width: 480px) {

/* MENU TOGGLE *//* MENU TOGGLE *//* MENU TOGGLE *//* MENU TOGGLE *//* MENU TOGGLE */
/* by Geoffrey Crofte taken from https://codepen.io/CreativeJuiz/pen/oCBxz */
/* Important styles */

p, li, .aequote {
	margin-bottom:50px;
}

#aetoggle {
	display: block;
	position: fixed;
	z-index: 300;
	left: 0px;
	top: 0px;
	display: block;
	width: 2.5em;
	height: 2.5em;
	padding: 7% 0% 3% 3%;
}


#aetogglebg {
	display: block;
	position: fixed;
	z-index: 250;
	left: 0px;
	top: 0px;
	width: 3em;
	height: 2em;
	padding: 3% 1% 3% 3%;
	background-color: rgba(200,0,50,0.3);
	}

#aetoggle div:after,
#aetoggle div:before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5em;
  box-shadow:0.25em;
}

#aetoggle div:after{
  top: 0.5em;
}

#aetoggle div {
	position: relative;
	display: block;
}

#aetoggle div,
#aetoggle div:after,
#aetoggle div:before {
  width: 100%;
  height: 0.3em;
  background-color: #FFFFFF;
/* or #e0cfc5; to pick up the color of h2s */
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 0.1em;
}

/* on activation */

#aetoggle.on div {
  background-color: transparent;
}
#aetoggle.on div:before {
  transform: rotate(45deg) translate(0.05em, 0.2em);
	border-radius: 0em;
	height:0.3em;
	width:90%;
	background-color:#ffffff;
}
#aetoggle.on div:after {
  transform: rotate(-45deg) translate(0.35em, -0.65em);
    border-radius: 0em;
    height:0.1em;
    background-color:#ffffff;
}
/* original before 5/5, after 7/-8 */
#aetoggle.on + #aemenu {
  opacity: 1;
  visibility: visible;
}

#aemenulogo {
width: 80%;
margin:auto;
}

/* FIXTURES *//* FIXTURES *//* FIXTURES *//* FIXTURES *//* FIXTURES *//* FIXTURES */

#aemenu {
	padding-top:5%;
	width: 55%;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s;
	z-index:299;
}

#aemenu:after {
  display: block;
}


.aesubmenu {
    left: 100%;
    top: -30px;
    width: 75%;
}

body {
	background-color: #000000;
	font-weight: 200;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	font-size: 50px;
}

#aecontent {
	padding-left: 5%;
	padding-right: 2%;
	font-size:1em;
}

/* SIDEBAR *//* SIDEBAR *//* SIDEBAR *//* SIDEBAR *//* SIDEBAR */

#aesidebar {
	padding: 2%;
	top: 0px;
	right: 0px;
	position: static;
	width: 100%;
	height: inherit;
}

#aebackgroundimage {
	z-index: 1;
	width: 100%;
	position: static;
	height: auto;
	padding-top:2em;
}

#aesidebar hr, #aecopyright hr {
	display: block;
	margin: 3em;
}

.aedonatebutton {
	margin-top:30px;
	margin-bottom:30px;
	padding: 30px 50px;
	font-size: 48px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	background-color: #4c73af;
	border: none;
	border-radius: 30px;
	box-shadow: 0 18px #999;
}

/* COPYRIGHT *//* COPYRIGHT *//* COPYRIGHT *//* COPYRIGHT *//* COPYRIGHT */

#aecopyright {
	margin-top: 500px;
	padding: 2%;
	position: static;
	width: 100%;
	height: inherit;
}

.aemobilehide {
	display:none;
}

.aemobileshow {
	display:inherit;
}

/* BANNER *//* BANNER *//* BANNER *//* BANNER *//* BANNER *//* BANNER */

.aebanner {
	width: 100%;
	height: 13em;
	margin: auto;
	background-size: 80% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.aebanner h1 {
	position: relative;
	top:2em;
	text-align: center;
	line-height: 80%;
}

.aequote {
	width: 80%;
	padding-bottom: 20px;
}

/* STORIES */
.aestorylist {
	columns: 1;
}

.aestorylist li {
	line-height:150%;
	list-style: square;
}

/* GALLERY *//* GALLERY *//* GALLERY *//* GALLERY *//* GALLERY *//* GALLERY */

/* album photos *//* album photos *//* album photos *//* album photos */

.aegalbum {
	padding:0.5em 10% 0.5em 10%;
	line-height:120%;
	display:inline-block;
	width:80%;
	vertical-align:top;
	z-index:-1;
}

.aegalbum img {
	height:8.5em;
	margin:auto;
	transition: 0.3s
}

.aegalbum img:hover, .aegalbumcover:hover {
	box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19)
}

/* album cover *//* album cover *//* album cover *//* album cover */

.aegalbumcover {
	width: 8.5em;
    height: 8.5em;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin:auto;
    z-index:-1;
}

.aegalbum p {
	text-align:center;
	padding-top:5px;
}

/* videos *//* videos *//* videos *//* videos *//* videos *//* videos */

.aegvideo {
	padding:0.5em 5% 0.5em 5%;
	width:78%;
}

.aegvideo div {
	width: 100%;
	margin: 0em;
}

/* The Modal (background) */
.aegmodal {

}

/* Modal Content */
.aegmodalin {
	width: 100%;
	max-width: 100%;
}

.aegslides img {
	padding:10%;
	max-width:80%;
	height:auto;
}

/* The Close Button */
.aegclose {
	font-size: 2.5em;
}

/* Next & previous buttons */
.aegprev,
.aegnext {
	font-size: 1.5em;
}

/* Position the "next button" to the right */
.aegnext {
	right: 0%;
}

.aegprev {
	left: 0%;
}

/* Number text (1/3 etc) */
.aegnumber {
	font-size: 1em;
	padding: 0.5em;
	width:100%;
	text-align:center;
}

/* Tabs jQuery from https://codepen.io/cssjockey/pen/jGzuK */

ul.aetablinks {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width:100%;
}

ul.aetablinks li {
	background: #333333;
	color: #888888;
	display: inline-block;
	padding: 0.5em 0.8em;
	margin: 0em;
	cursor: pointer;
	transition: color 0.5s ease;
	-moz-border-radius: 0px 5px 0px 0px;
	-webkit-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;
	-khtml-border-radius: 0px 5px 0px 0px;
	width: auto;
	border-width: 0px 0px 2px 0px;
	border-color: #FFFFFF;
	border-style: solid;
}


.aetab {
	display: none;
	background: #000000;
	padding: 15px;
}

.aetab.aetabactive {
	display: inherit;
}

/* DONATE BUTTONS */

.aedonate {
	width:20%;
	margin:auto;
}

.aedonateimage {
	width: 100%;
	margin:auto;
}

/* TICKETS PAGE */

.aevenueimage {
	display:none;
}

.aevenuetext {
	padding-left: 0%!important;
	padding-right: 0%!important!;
	width: 100%!important;
}

.aevenuetext b {
	display:block;
	width:auto;
}


.aevenuetext h3, .aevenuetext h4 {
	font-size: 1.2em;
	font-weight:600;
}

.aevenuetext h3 + h3, .aevenuetext h4 + h4 {
	font-size: 1.4em;
	font-weight:400;
	text-decoration:underline;
}

/* DONATE WIDGET */

.aedonatebutton {
	margin-bottom:50px;
}

/* NEWSFLASH */

.aenewsflash, .aenewsflash + div {
	font-size: 80%;
}

.aemnewsflash {
	background-color:#f2d2a7;
	width:100%;
	height:45%;
}

/* AMSTERDAM TICKETS */
.aeshowbox {
	width:100%;
	float:none!important;
}

.aeshowcolumn {
	width:100%;
	float:none!important;
}

.aeshowcolumn + .aeshowcolumn {
	display:none;
}

.aeshowbookmobile {
	display:block;
}

.accordion {
	background-color: rgba(200,0,50,0.7);
    color: #FFFFFF;
    cursor: pointer;
    padding: 30px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 2em;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #333333; 
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.aeticketbuttona, .aeticketbuttonb {
	font-size: 1em;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:30px;
}

/* TESTS ONLY *//* TESTS ONLY *//* TESTS ONLY *//* TESTS ONLY *//* TESTS ONLY */

/* leave this bracket !!! */
}