@charset "utf-8";
/* CSS Document */


body {
	background: #000;
	font-family: "acumin-pro-extra-condensed", sans-serif;
	font-size: 1.6em;
}




/* HEADER
----------------------------------------------------------------------------------------------------------  
------------------------------------------------------------------------------------------------------- */


.page-header-area {
	background: #151515;
	border-bottom: 1px solid #f7ab2e;
}

	.page-header {
		padding: 20px;
		}


		/* LOGO DEQUINOX */


		.logo-dequinox {
			text-align: left;
			width: 220px
		}

			.page-header .logo-dequinox img {
				max-width: 220px;
			}


		/* NAVIGATION */

			
			.page-header .nav-header ul {
				padding: 0;
				margin: 0;
				list-style: none;
				float: right;
			}

				.page-header .nav-header ul li {
					float: left;
					padding: 0;
					margin: 0 0 0 20px;
					font-size: 30px;
				}

					.page-header .nav-header ul li a {
						display: block;
						text-decoration: none;
						text-transform: uppercase;
						color: #c5c5c5;
						font-weight: 400;
						-webkit-transition: all 0.15s ease-out;
						-moz-transition: all 0.15s ease-out;
						-o-transition: all 0.15s ease-out;
						-ms-transition: all 0.15s ease-out;
						transition: all 0.15s ease-out;
					}


						.page-header .nav-header ul li a:hover {
							color: #f7ab2e;
						}

.select {
	color: #f7ab2e;
	font-weight: 400;
}





/* NAVI MOBILE */

.navbar-background {
	display: none;
	height: 60px;
	background-color: #151515;
}

.page-navi-area {
	z-index: 99999;
	display: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

	.navi-flex {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		background: #151515;
		position: relative;
	}

		.flex-dequinox-mobile {
			width: 100%;
			padding: 10px 0;
		}

			.logo-dequinox-mobile {
				width: 200px;
			}

		.navi-btn {
			padding: 10px 20px;
			background: #f7ab2e;
			color: #151515;
			-webkit-transition: all 0.15s ease-out;
			-moz-transition: all 0.15s ease-out;
			-o-transition: all 0.15s ease-out;
			-ms-transition: all 0.15s ease-out;
			transition: all 0.15s ease-out;
		}

			.navi-btn:hover {
				background: #e5e5e5;
				color: #282828;
				cursor: pointer;
			}




	/* */


		.navi-menu {
			position: absolute;
			top: 60px;
			right: 0;
			background: rgba(21,21,21,0.9);
			padding: 20px;
			display: none;
			text-align: right;
		}


			.navi-menu ul {
				padding: 0;
				margin: 0;
				list-style: none;
			}

				.navi-menu ul li {
					display: inline-block;
					padding: 0;
					margin: 0;
				}

					.navi-menu ul li a {
						display: block;
						text-decoration: none;
						text-transform: uppercase;
						color: #fff;
						-webkit-transition: all 0.15s ease-out;
						-moz-transition: all 0.15s ease-out;
						-o-transition: all 0.15s ease-out;
						-ms-transition: all 0.15s ease-out;
						transition: all 0.15s ease-out;
					}

						.navi-menu ul li a:hover {
							color: #f7ab2e;
						}




/* TEASER
----------------------------------------------------------------------------------------------------------  
------------------------------------------------------------------------------------------------------- */

.page-teaser-area {
	background: url(../img/teaser_artists.jpg) center no-repeat;
	background-size: cover;
	height: 540px;
}






/* ARTISTS
----------------------------------------------------------------------------------------------------------  
------------------------------------------------------------------------------------------------------- */

.page-artists-area {
	background: #151515;
}

	.page-artists {
		padding: 40px 20px 20px 20px;
		text-align: center;
	}

.intro-box {
	background: #252525;
    color: #fff;
    padding: 20px;
    text-align: center;
	margin-bottom: 20px;
}
	

	/* NEU */

.artists-flex-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start
}

.artist-box {
	height: auto;
	filter: grayscale(100%);
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.ml-10 {
	margin-left: 10px;
	margin-right: 0 !important;
}

	.artist-box:hover {
		filter: grayscale(0%);
		cursor: pointer;
	}

.artist-box:hover .artist-name {
			display: none;
		}


.artist-name {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0);
	color: #e5e5e5;
	display: block;
	font-size: 50px;
	font-weight: 600;
	text-shadow: 0px 0px 20px rgba(0,0,0,1)
	}

	.artist-name span {
		color: #f7ab2e;
		font-weight: 200;
		text-shadow: 0px 0px 20px rgba(0,0,0,1)
	}



	/* POP UP */


.popup-artist {
	box-shadow: 0 0 20px 10px rgba(0,0,0,0.2);
	margin-top: 50px;
	margin-bottom: 50px;
	height: 100%;
	max-height: calc(100% - 100px);
}

.popup-content {
	padding: 60px;
	background: #252525;
	text-align: left;
	font-weight: 500;
	height: auto;
	max-height: 100%;
	overflow-y: scroll;
}

.popup-artist .close {
	position: absolute;
	top: 20px;
	right: 40px;
	font-size: 40px;
	font-weight: bold;
	text-decoration: none !important;
	color: #151515;
	background: #f7ab2e;
	border-radius: 100%;
	padding: 1px 25px 12px 25px;
	
}

	.popup-artist .close:hover {
	  background: #e5e5e5;
		color: #f7ab2e;
	}


.overlay {
  	position: fixed;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 100;
}

	.overlay:target {
	  visibility: visible;
	  opacity: 1;
	}




	.artist-header {
		text-align: center;
	}

		.logo-brainstorm img {
			max-width: 300px;
		}

		.logo-dceptor img {
			max-width: 400px;
		}


		.logo-evolution img {
			max-width: 300px;
		}

		.logo-hickz img {
			max-width: 300px;
		}

		.logo-hysta img {
			max-width: 300px;
		}

		.logo-namara img {
			max-width: 320px;
		}

		.logo-neverlution img {
			max-width: 240px;
		}

		.logo-newstyler img {
			max-width: 260px;
		}

		.logo-nitrile img {
			max-width: 318px;
		}

		.logo-psykophonic img {
			max-width: 260px;
		}

		.logo-retribute img {
			max-width: 300px;
		}

		.logo-xtreme img {
			max-width: 260px;
		}

		.logo-theexecutor img {
			max-width: 320px;
		}

		.logo-tyfon img {
			max-width: 260px;
		}

		.logo-refuzz img {
			max-width: 340px;
		}


		.artist-smo ul {
			list-type: none;
			margin: 20px 0;
			padding: 0;
			text-align: center;
		}
		
		
			.artist-smo ul li {
				display: inline-block;
				margin: 0 5px;
			}
		
		
				.artist-smo ul li a {
					display: block;
					height: 30px;
					width: 30px;
					background-size: 100%;	
				}




	.artist-img {
		max-width: 400px;
		margin-top: 5px;
		float: left;
		margin: 0 20px 5px 0;
		filter: grayscale(0%);
	}



	.artist-text {
		font-weight: 200;
		font-family: "acumin-pro-condensed", sans-serif;
		font-size: 75%;
		min-height: 400px;
	}

	.artist-text p {
		margin: 10px 0;
		padding: 0;
	}

	.artist-text span{
		color: #f7ab2e;
	}

		.artist-text img {
			max-width: 200px;
		}

		.artist-text h2 {
			font-weight: 600;
			text-transform: uppercase;
			padding-top: 0;
			color: #f7ab2e;
			margin-bottom: 0;
		}

		.artist-text h3 {
			font-weight: 400;
			text-transform: uppercase;
			padding-top: 20px;
		}

		/* .artist-text h3:first-of-type {
					padding-top: 0;
				} */
	

.btn {
	padding: 40px 0 0 0;
	margin-top: -10px;
}

	.btn a {
		border: 1px solid #f7ab2e;
		text-align: center;
		color: #f7ab2e;
		padding: 10px 40px;
		font-weight: 500;
		text-decoration: none;
	}

		.btn a:hover {
		border: 1px solid #f7ab2e;
		background: #f7ab2e;
		color: #252525;
			-webkit-transition: all 0.15s ease-out;
			-moz-transition: all 0.15s ease-out;
			-o-transition: all 0.15s ease-out;
			-ms-transition: all 0.15s ease-out;
			transition: all 0.15s ease-out;
	}
	


/* FOOTER
----------------------------------------------------------------------------------------------------------  
------------------------------------------------------------------------------------------------------- */

.page-footer-area {
	background: url("../../img/bg_footer.jpg") center;
}

	.page-footer {
		padding: 20px;
		font-size: 18px;
		color: #f7ab2e;
		text-align: center;
	}

		.page-footer .footer-links a {
			color: #fff;
			text-decoration: none;
			-webkit-transition: all 0.15s ease-out;
			-moz-transition: all 0.15s ease-out;
			-o-transition: all 0.15s ease-out;
			-ms-transition: all 0.15s ease-out;
			transition: all 0.15s ease-out;
		}

			.page-footer .footer-links a:hover {
				color: #f7ab2e;
			}

		.margin-left {
			margin-left: 20px;
		}


	/* -- */
	
	
	.footer-links {
		font-weight: 300;
		width: 33.3333333333333333%;
		text-align: right;
	}
	
	.footer-copyright {
		width: 33.3333333333333333%;
		text-align: left;
	}
	
	
	/* -- */
	
	
	.smo-links {
		width: 33.3333333333333333%;
	}
	
		.smo-links ul {
			list-type: none;
			margin:0;
			padding: 0;
			text-align: center;
		}
		
		
			.smo-links ul li {
				display: inline-block;
				margin: 0 5px;
			}
		
		
				.smo-links ul li a {
					display: block;
					height: 30px;
					width: 30px;
					background-size: 100%;	
				}

				.smo-links ul li a:hover {
					fill: #f7ab2e !important;
				}

	.sm-icon {
		background-size: 30px;
		fill: #ffffff !important;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		-o-transition: all 0.25s ease-out;
		-ms-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}	
		
	.sm-icon:hover {
			fill: #f7ab2e !important;
			cursor: pointer;
		}