* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat';
	font-weight: 500;	
}
.zoekdinges a {
	color: #FFF;
}
.sm {
	display: none;
}
.hm {
	display: inline-block;
}
html, body {
	height: 100%;
}
body {
	background: rgb(51,51,51);
	background: radial-gradient(circle, rgba(51,51,51,1) 0%, rgba(0,0,0,1) 100%);
}
.artistdiv {
	width: 23%;
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
}
.artistdiv a {
	color: #FFF;
}
.album {
	display: inline-block;
	text-align: center;
	width: 180px;
	vertical-align: top;
	color: #FFF;
}
.photorow {
	white-space:nowrap;
	margin: 0;
	padding: 0;
}
.photorow div {
	display:inline-block;
	width: 10%;
	overflow: hidden;
	margin: -4px -2px;
}
.photorow div img {
	width: 100%;	
}
#photos {
	position: relative;
}
table#contact input[type="text"],.contactform input[type="text"]{
	width: 90%;
	font-family: 'Montserrat';
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #CCC;
	margin-bottom: 2px;
}
table#contact textarea,.contactform textarea {
	width: 90%;
	height: 100px;
	box-sizing: border-box;
	padding: 10px;
	font-family: 'Montserrat';
	border: 1px solid #CCC;
}
table#contact input[type="submit"],.contactform input[type="submit"]{
	background-color: #5EBEDE;
	border: none;
	padding: 10px 20px;
	font-family: 'Montserrat';
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
}
.contactform .middle {
	padding-top: 50px;
	text-align: center;
}
.contactform .middle h4 {
	text-shadow: 1px 1px 10px #333, 1px 1px 10px #333;
	text-transform: uppercase;
	line-height: 70px;
	font-size: 30px;
	color: #FFF;
}
.scrollit {
	overflow-x: scroll;
	width: 100vw;
}
.arrow {
	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 90%;
	width: 80px;
	height: 80px;
	background-color: rgba(0,0,0,.5);
	border-radius: 50%;
	z-index: 999;
	background-image: url('https://www.universalsoundprojects.nl/img/right.svg');
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: center center;
}
.arrow img {
	width: 50%;
}
.arrow.right {
	left: 2%;
	background-image: url('https://www.universalsoundprojects.nl/img/left.svg');
}
.album .titel {
	font-size: 12px;
}
.holder {
	width: 90%;
	margin: 0 auto;
}
div#head {
	margin-bottom: 10px;
}
#logo {
	color: #FFF;
	width: 500px;
	display: inline-block;
	vertical-align: top;
}
#logo div {
	display: inline-block;
	padding-left: 10px;
}
#logo img {
	width: 100px;
	display: inline-block;
	vertical-align: top;
}
#logo span:first-of-type {
	font-size: 100px;
	padding-top: 30px;
	line-height: 90px;
}
#logo span {
	font-size: 12px;
	vertical-align: top;
	font-family: 'Playfair Display';
	text-transform: uppercase;
	display: block;
	text-align: center;
}
#highlights,#videos {
	display: flex;
	flex-wrap: wrap;
}
#highlights > a,#videos > a.video-link {
	height: 180px;
	overflow: hidden;
	position: relative;
	font-family: 'Unbounded';
	background-position: center center;
	background-size: cover;
}
#highlights > a::before ,#videos a.video-link::before {
	content:'';
	height: 100%;
	position: absolute;
	width: 100%;
	background-image: url('/assets/img/grid.png');
	background-color: rgba(0, 0, 0, 0.3);
}
#highlights > a:hover div.vak1,#videos > a.video-link:hover div.vak1 {
	transform: rotate(5deg) translateX(-10px) translateY(110px);
}
#highlights > a:hover div.vak1::before, #videos > a.video-link:hover div.vak1::before {
	transform: translateX(0) translateY(0);
}
#highlights > a:hover div.vak2 {
	transform: rotate(5deg);
}
#highlights > a:hover div.vak2::before {
	transform: translateX(0) translateY(0);
}
#highlights > a:nth-child(1){
	width: calc(30% - 10px);
	margin: 0 10px 10px 0;
}
#highlights > a:nth-child(2){
	width: calc(25% - 10px);
	margin: 0 10px 10px 0;
}
#highlights > a:nth-child(3){
	width: 45%;
}
#videos > a.video-link:nth-child(1){
	width: calc(20% - 10px);
	margin-right: 10px;
}
#videos > a.video-link:nth-child(2){
	width: calc(55% - 10px);
	margin-right: 10px;
}
#videos > div#slider{
	width: 25%;
}
#highlights > a div.vak1,#videos > a div.vak1 {
	transform: rotate(5deg) translateX(-100px) translateY(220px);
	height: 100%;
	width: 120%;
	transition: .5s;
	background-color: rgba(255,255,255,.9);
	z-index: 0;
	position: absolute;
}
#highlights > a div.vak2 {
	background-color: rgba(255,255,255,.9);
	height: 150px;
	width: 150px;
	transition: .5s;
	transform: rotate(5deg) translateX(200px) translateY(-100px);
	right: -30px;
	top: -70px;
	position: absolute;
}
#highlights > a div.vak1::before,#videos > a div.vak1::before {
	background-color: rgb(83,181,77);
	transition-delay: 850ms;
	transform: translateX(-10px) translateY(30px);
	transition: 1s;
}
#highlights > a div.vak2::before {
	background-color: rgb(218,144,62);
	transition-delay: 850ms;
	transform: translateX(30px) translateY(-20px);
	transition: 1s;
}
#highlights > a div.vak1::before,#highlights > a div.vak2::before,#videos > a div.vak1::before {
	content: '';
	position: absolute;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 10px;
	left: 10px;
	z-index: -1;
}
#highlights > a div.titel,#videos > a div.titel {
	position: absolute;
	bottom: 15px;
	left: 20px;
	color: #FFF;
	line-height: 22px;
}
#highlights > a div.titel span,#videos > a div.titel span {
	display: block;
}
#highlights > a div.titel span:nth-of-type(1),#videos > a div.titel span:nth-of-type(1) {
	text-transform: uppercase;
	font-size: 16px;
}
#highlights > a div.titel span:nth-of-type(2) {
	font-size: 14px;
}
div.datum {
	position: absolute;
	color: #FFF;
	top: 0;
	right: 20px;
}
div.datum span {
	display: block;
	text-align: center;
	line-height: 24px;
}
div.datum span:nth-of-type(1) {
	font-size: 10px;
}
div.datum span:nth-of-type(2) {
	font-size: 30px;
}
div.datum span:nth-of-type(3) {
	font-size: 12px;
}
#nextup {
	font-family: 'Unbounded';
}
h2 {
	color: #FFF;
	font-size: 40px;
}
#nextup h2, h2.highlightsh2 {
	color: #FFF;
	font-size: 40px;
	margin: 10px 0;
}
#nextup .item {
	height: 155px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
	color: #FFF;
	overflow: hidden;
}
#nextup .item:hover div.underlay {
	transform: rotate(0);
}
#nextup .item div.datum {
	left: 0;
	top: 0;
	width: 155px;
	height: 155px;
	position: relative;
}
#nextup .item div.underlay {
	position: absolute;
	content: '';
	background-color: rgba(96,194,230,.8);
	transition: .5s;
	width: 155px;
	height: 155px;
	transform: rotate(90deg);
	transform-origin: top left;
	top: 0;
	left: 0;
	z-index: 0;
}
.button {
	background-color: #5EBEDE;
	padding: 10px 20px;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	border-radius: 10px;
}
.floatright {
	float: right;
}
#nextup .item div.datum span {
	line-height: 45px;
}
#nextup .item div.datum span:nth-of-type(1) {
	font-size: 14px;
	background-color: rgba(255,255,255,.5);
	display: block;
}
#nextup .item div.datum span:nth-of-type(2) {
	font-size: 45px;
	margin-top: 15px;
}
#nextup .item div.datum span:nth-of-type(3) {
	font-size: 18px;
	margin-top: 10px;
}
#nextup .item .image {
	height: 155px;
	text-decoration: none;
	background-size: cover;
	background-position: center center;
	position: relative;
	width: calc(40% - 10px);
	margin-right: 10px;
}
#nextup .item .titel {
	color: #FFF;
	text-decoration: none;
	width: 35%;
}
#nextup .item .titel span {
	display: block;
}
#nextup .item .titel span:nth-of-type(1) {
	font-size: 28px;
}
#nextup .item .titel span:nth-of-type(2) {
	font-size: 18px;
}
#nextup .teni {
	width: 25%;
	text-align: right;
	font-size: 20px;
}
#nextup .teni a {
	padding: 5px 10px;
	border-radius: 0 10px 0 10px;
	border: 3px solid #CCC;
	background-color: #FFF;
	color: #333;
	text-decoration: none;
}
footer div.holder {
	display: flex;
	flex-wrap: wrap;
}
footer .gbg {
	background-color: #5ebede;
	transform: rotate(1deg);
	transform-origin: top left;
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 130%;
}
footer {
	margin-top: 50px;
	color: #FFF;
	overflow: hidden;
	position: relative;
	height: 250px;
}
footer a {
	color: #FFF;
}
footer div {
	padding-top: 10px;
}
footer div.holder > div {
	width: 33%;
}
footer img {
	max-height: 200px;
}
ul#soc {
	display: flex;
	padding: 20px 0;
}
ul#soc li {
	list-style: none;
}
ul#soc li a {
	width: 30px;
	height: 30px;
	background-color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 17px;
	margin: 0 5px;
	display: block;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	border: 2px solid #fff;
	z-index: 1;
}
ul#soc li a .icon {
	position: relative;
	color: #000;
	transition: .5s;
	z-index: 3;
}
ul#soc li a:hover .icon {
	color: #fff;
	transform: rotateY(360deg);
}
ul#soc li a:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f00;
	transition: .5s;
	z-index: 2;
}
ul#soc li a:hover:before {
	top: 0;
}
ul#soc li:nth-child(1) a:before{
	background: #3b5999;
}
ul#soc li:nth-child(2) a:before{
	background: #833ab4;
	  background: linear-gradient(
		to right,
		#833ab4,#fd1d1d,#fcb045
	  );
}
ul#soc li:nth-child(3) a:before {
	background: #ff0050;
}
ul#soc li:nth-child(4) a:before {
	background: #dd4b39;
}
section#newsletter {
	background-image: url('https://www.universalsoundprojects.nl/img/headers/purple-fireworks-effect-1190298.jpg');
	background-size: cover;
	position: relative;
	background-position: center top -300px;
	height: 400px;
	color: #FFF;
}
section#newsletter .overlay {
	background-color: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
	position: absolute;
	padding-top: 60px;
	left: 0;
	top: 0;	
}
section#newsletter h1 {
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
}
section#newsletter h2 {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
}
section#newsletter p {
	width: 50%;
	font-size: 14px;
	font-weight: 500;
	margin: 20px auto;
}
section#newsletter input[type="text"] {
	width: 50%;
	margin: 0 auto;
	border: none;
	font-family: Montserrat;
	display: block;
	border-bottom: 1px solid white;
	background: transparent;
	padding: 5px 10px 5px 25px;;
	color: #FFF;
	background-image: url('https://www.universalsoundprojects.nl/img/mailwhite.svg');
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: left center;
}
section#newsletter input[type="text"]::placeholder {
	color: #FFF;	
}
section#newsletter input[type="submit"] {
	display: block;
	padding: 10px 20px;
	background-color: rgba(0,0,0,.5);
	font-family: Montserrat;
	color: #FFF;
	border: none;
	width: 150px;
	margin: 20px auto;
}
#zoeken {
	margin-top: 0;
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
#zoeken::before {
	content: '\f002';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 5px;
	color: #5EBEDE;
	font-size: 14px;
	position: absolute;
	top: 7px;
	left: 7px;
}
#zoeken input {
	width: 100%;
	padding: 5px 5px 5px 25px;
	margin-bottom: 5px;
	border-radius: 5px;
	font-family: 'Montserrat';
	background-color: #333;
	color: #FFF;
	border: 1px solid #AAA;
}