@media only screen
and (max-width : 1100px) {
body {
	font-size: 14px;
}
.spacer {
    height: 20px;
}
.mobile {
	display: none;
}
.responsive {
	margin-bottom: 40px;
}
.header1, .header2 {
	margin-bottom: 60px;
}
.header1 {
	background-size: auto 120px;
	height: 120px;
}
.header1 .wingding {
	bottom: -60px;
	width: 120px;
}
.header2 .wingding {
	bottom: -60px;
	width: 120px;
}
.socials {
	display: none;
}
.frame {
	padding: 20px;
	margin-bottom: 20px;
}
.logospacer {
	margin-top: 60px;
	margin-bottom: 60px;
	background-size: auto 160px;
	height: 160px;
}
.partners {
	padding: 60px 20px;
	font-size: 14px;
}
.partners img {
	height: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}
.footer {
	font-size: 14px;
	padding-top: 60px;
	padding-right: 20px;
	padding-left: 20px;
}
.footer .logo img {
	width: 40px;
	margin-right: 40px;
}
.footer .legal {
	margin-top: 60px;
	font-size: 10px;
}
.footer .legal i {
	margin-right: 20px;
	margin-left: 20px;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.inputfile + label {
	height: 32px;
	padding: 0 20px;
	font-size: 12px;
	margin-bottom: 20px;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
	height: 32px;
}
/*--------------------------------------MENU------------------------*/
.menu {
	font-size: 14px;
}
.menu .wrapper {                  
	bottom: -50px;
}
.menu .wrapper a {
	padding: 2px 20px;
}
/*--------------------------------------LINEUP------------------------*/
.artist4 {
	height: 250px;
	width: 100%;
}
.artist3 {
	height: 200px;
	width: 100%;
}
.artist2 {
	height: 200px;
	width: 100%;
}
/*--------------------------------------PRACTICAL------------------------*/
.practical .artist2 {
	height: 300px;
	margin-top: 40px;
	margin-bottom: 180px;
}
.item {
	font-size: 18px;
}
.item i {
	font-size: 26px;
}
}