﻿/* ============================================= */
/* Overdrive Season - Styles - Version 1.0       */
/*                                               */
/* Copyright 2026, XERO Webdesign                */
/* ============================================= */


/*---------------------------------------
    BODY              
-----------------------------------------*/
html, body {
	margin: 0;
	padding: 0;	
	font-size: 100%;
	font: inherit;	
	scroll-behavior: smooth;	
	background-color: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;			
	line-height: 1.00; /* 1 */
  	-webkit-text-size-adjust: 100%; /* 2 */
	color: rgba(252, 254, 253, 1.00);		
}
p {
    margin-block-start: 4px;
    margin-block-end: 4px;
    margin-inline-start: 8px;
    margin-inline-end: 8px;
}
h4 {
    margin-block-start: 4px;
    margin-block-end: 4px;
    margin-inline-start: 8px;
    margin-inline-end: 8px;
	color: #ffffff;
	text-shadow: 0 0 5px #e05002, 0 0 10px #e05002, 0 0 20px #e05002, 0 0 30px #e05002, 0 0 40px #e5ad71, 0 0 50px #e5ad71;	
	/*
	color: #fff;
	text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #519dc0 , 0 0 30px #519dc0 , 0 0 40px #519dc0 , 0 0 55px #519dc0 ;
	*/
}
.xclFontColorLight {
	color: rgba(240, 240,240,1.00);	
}
.xclFontColorMedium {
	color: rgba(205,205,205,1.00);	
}
.xclFontColorDark {
	color: rgba(153,153,153,1.00);
}
/*---------------------------------------
    END BODY              
-----------------------------------------*/


/*---------------------------------------
    GENERAL              
-----------------------------------------*/
.xclCenterHorizontal {
	display: flex;
	/* align-items: center; */
	justify-content: center;	
	text-align: center;
}
.xclTextUppercase {
	text-transform: uppercase;
}
.xclTextUnderline {
	text-decoration: underline;
}
.xclTextJustify {
	text-align: justify;
}
.xclCursorPointer {
	cursor: pointer;
}
/*---------------------------------------
    END GENERAL              
-----------------------------------------*/


/*---------------------------------------
    COLUMN GRID              
-----------------------------------------*/
.xclCol-1, .xclCol-1-1, .xclCol-1-2, .xclCol-1-3, .xclCol-2-3, .xclCol-1-4,
.xclCol-3-4, .xclCol-1-5, .xclCol-2-5, .xclCol-3-5, .xclCol-4-5, .xclCol-5-5,
.xclCol-1-6, .xclCol-5-6, .xclCol-1-8, .xclCol-3-8, .xclCol-5-8, .xclCol-7-8,
.xclCol-1-12, .xclCol-5-12, .xclCol-7-12 ,.xclCol-11-12, .xclCol-1-24 ,.xclCol-2-24,
.xclCol-3-24, .xclCol-4-24, .xclCol-5-24, .xclCol-6-24, .xclCol-7-24, .xclCol-8-24,
.xclCol-9-24, .xclCol-10-24, .xclCol-11-24, .xclCol-12-24, .xclCol-13-24, .xclCol-14-24,
.xclCol-15-24, .xclCol-16-24, .xclCol-17-24, .xclCol-18-24, .xclCol-19-24, .xclCol-20-24,
.xclCol-21-24, .xclCol-22-24, .xclCol-23-24, .xclCol-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}
.xclCol-1-24 { width: 4.1667%; }
.xclCol-1-12, .xclCol-2-24 { width: 8.3333%; }
.xclCol-1-8, .xclCol-3-24 { width: 12.5000%; }
.xclCol-1-6, .xclCol-4-24 { width: 16.6667%; }
.xclCol-1-5 { width: 20%; }
.xclCol-5-24 { width: 20.8333%; }
.xclCol-1-4, .xclCol-6-24 { width: 25%; }
.xclCol-7-24 { width: 29.1667%; }
.xclCol-1-3, .xclCol-8-24 { width: 33.3333%; }
.xclCol-3-8, .xclCol-9-24 { width: 37.5000%; }
.xclCol-2-5 { width: 39%; }
.xclCol-5-12, .xclCol-10-24 { width: 41.6667%; }
.xclCol-11-24 { width: 45.8333%; }
.xclCol-1-2, .xclCol-12-24 { width: 50%; }
.xclCol-13-24 { width: 54.1667%; }
.xclCol-7-12, .xclCol-14-24 { width: 58.3333%; }
.xclCol-3-5 { width: 50%; }
.xclCol-5-8, .xclCol-15-24 { width: 62.5000%; }
.xclCol-2-3, .xclCol-16-24 { width: 66.6666%; }
.xclCol-17-24 { width: 70.8333%; }
.xclCol-3-4, .xclCol-18-24 { width: 75%; }
.xclCol-19-24 { width: 79.1667%; }
.xclCol-4-5 { width: 80%; }
.xclCol-5-6, .xclCol-20-24 { width: 83.3333%; }
.xclCol-7-8, .xclCol-21-24 { width: 87.5000%; }
.xclCol-11-12, .xclCol-22-24 { width: 91.6667%; }
.xclCol-23-24 { width: 95.8333%; }
.xclCol-1, .xclCol-1-1, .xclCol-5-5, .xclCol-24-24 { width: 100%; }
/*---------------------------------------
    END COLUMN GRID              
-----------------------------------------*/


/*---------------------------------------
    TOP MENU
-----------------------------------------*/
nav {
	position: fixed;	
	padding: 5px 20px;
 	width: calc(100% - 40px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #000000;
	z-index: 1000;
}
nav .xclNavLogo {
	display: flex;
	align-items: center;
}
nav .xclNavLogo img {
	height: 80px;
	width: 200px;
	margin-right: 10px;
}
nav .xclNavLogo h1 {
	font-size: 1.1rem;
	background: -webkit-linear-gradient(left, #b927fc 0%, #2c64fc 100%);
	background: -o-linear-gradient(left, #b927fc 0%, #2c64fc 100%);
	background: linear-gradient(to right, #b927fc 0%, #2c64fc 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
nav ul {
	list-style: none;
	display: flex;
}
nav ul li {
	margin-left: 1.5rem;
}
nav ul li a {
	text-decoration: none;
	color: #ffffff;
	text-shadow: 2px 2px 2px #808080;
	/* text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff, 0 0 40px #7dc7e9, 0 0 50px #7dc7e9;	*/
	font-size: 95%;
	font-weight: 400;
	padding: 4px 8px;
	border-radius: 5px;
	white-space: nowrap;
}
nav ul li a:hover {
	color: #ffffff;
	text-shadow: 0 0 5px #75bedf, 0 0 10px #75bedf, 0 0 15px #75bedf, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
}
.xclHamburger {
	display: none;
	cursor: pointer; 
}
.xclHamburger .line {
	width: 25px;
	height: 1px;
	background-color: #ffffff;
	display: block;
	margin: 7px auto;
	transition: all 0.3s ease-in-out;
}
.xclHamburger-active {
	transition: all 0.3s ease-in-out;
	transition-delay: 0.6s;
	transform: rotate(45deg);
}
.xclHamburger-active .line:nth-child(2) {
	width: 0px;
}
.xclHamburger-active .line:nth-child(1),
.xclHamburger-active .line:nth-child(3) {
	transition-delay: 0.3s;
}
.xclHamburger-active .line:nth-child(1) {
	transform: translateY(12px);
}
.xclHamburger-active .line:nth-child(3) {
	transform: translateY(-5px) rotate(90deg);
}
.xclMenubar {
	position: fixed;	
	top: 0;
	left: -240px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 260px;
	height: 100vh;
	background-color: #000000;
	transition: all 0.5s ease-in;
	z-index: 1001;
}
.xclMenubar .xclNavLogo {
	display: flex;
	align-items: center;
}
.xclMenubar .xclNavLogo img {
	height: 80px;
	width: 200px;
	margin-right: 10px;
}
.active {
	left: 0;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.xclMenubar ul {
	padding: 0;
	list-style: none;
}
.xclMenubar ul li {
	margin-bottom: 32px;
}
.xclMenubar ul li a {
	text-decoration: none;
	color: #ffffff;
	text-shadow: 2px 2px 2px #808080;
	font-size: 95%;
	font-weight: 400;
	padding: 5px 10px;
	border-radius: 5px;
}
.xclMenubar ul li a:hover {
	color: #ffffff;
	text-shadow: 0 0 5px #75bedf, 0 0 10px #75bedf, 0 0 15px #75bedf, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
}
@media screen and (max-width: 890px) {
	.xclHamburger {
		display: block;
	}
	nav ul {
		display: none;
	}
}
/*---------------------------------------
    END TOP MENU
-----------------------------------------*/


/*---------------------------------------
    SECTION              
-----------------------------------------*/
.xclSectionContainer {
	display: none;
	position: relative;
	top: 100px;
	width: 100%;	
	height: auto;	
	padding-bottom: 80px;
}	
.xclSectionTitle {
    padding: 4px 0;
	margin: 4px 0;
}
.xclSectionText {
	width: 80%;
    padding: 0 0;
	margin: 16px 0;
}
/*---------------------------------------
    END SECTION              
-----------------------------------------*/


/*---------------------------------------
    CONTAINER              
-----------------------------------------*/
.xclContainer {
	position: relative;	
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
	flex-flow: row wrap;
    -ms-flex-line-pack: start;
	align-content: flex-start;
}
/*---------------------------------------
    END CONTAINER              
-----------------------------------------*/


/*---------------------------------------
    HOME
-----------------------------------------*/
.xclLogoSize {
	width: 70%;
	height: 100hv;
}
.xclHomeVideoContainer {
	display: block;
}	
.xclFullVideo {
	position: relative;
	width: 80%;
	height: 100hv;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 100;
}
/*---------------------------------------
    END HOME
-----------------------------------------*/


/*---------------------------------------
    IMAGES
-----------------------------------------*/
.xclImageContainer {
	text-align: center;
	justify-content: center;	
	overflow: hidden;
}
.xclImageContainer div {
	float: left;
	padding: 0;
	margin: 2.250rem 1.125rem;
}
.xclImageOverlay {
	position: absolute;
	bottom: 0;
	width: 260px;
	transition: 1s ease;
	opacity: 0;
	font-size: 16px;
	padding: 10px;
	margin: 10px !important;
	text-align: center;
	color: #000000;
	text-shadow: 2px 2px 5px #ffffff, 5px 5px 25px #ffffff, 0 0 30px #ffffff, 0 0 35px #ffffff, 0 0 40px #ffffff;		
}
@media screen and (min-width: 1390px) {
	.xclImageContainer {
		width: 1390px;
	}
}
	/*---------------------------------------
		BAND
	-----------------------------------------*/
	.xclImage_Band {
		float: left;
		overflow: hidden;
		position: relative;
		top: 0;		
		width: 280px;
		height: 380px;
		border-style: solid;
		border-width: 1px;
		border-radius: 5px;
		opacity: 0.3;
		filter: alpha(opacity=30);
		transition: 1s;
		transform: perspective(1000px) rotateY(30deg);	
	}
	.xclImage_Band:hover {
  		opacity: 1;
    	filter: alpha(opacity=100);
		transform: perspective(1000px) rotateY(0deg) translateX(20px);
	}
	.xclImage_Band:hover .xclImageOverlay {
		width: 260px;		
		opacity: 1;
	}
	.xclImage_Band01 {
		width: 280px;
		height: 380px;		
		transition: 1s;		
		background-image: url("../xero_img/band.png");
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	.xclImage_Band_Image {
		width: 280px;
		height: 380px;		
		transition: 1s;		
	}
	.xclImage_Band02 {
		width: 280px;
		height: 380px;		
		transition: 1s;				
		background-image: url("../xero_img/band.png");
		background-repeat: no-repeat;
		background-position: -280px 0;
	}
	.xclImage_Band03 {
		width: 280px;
		height: 380px;		
		transition: 1s;		
		background-image: url("../xero_img/band.png");
		background-repeat: no-repeat;
		background-position: -560px 0;
	}
	.xclImage_Band04 {
		width: 280px;
		height: 380px;		
		transition: 1s;				
		background-image: url("../xero_img/band.png");
		background-repeat: no-repeat;
		background-position: -840px 0;
	}	
	.xclImage_Band05 {
		width: 280px;
		height: 380px;		
		transition: 1s;				
		background-image: url("../xero_img/band.png");
		background-repeat: no-repeat;
		background-position: -1120px 0;
	}
	.xclImage_Band06 {
		width: 280px;
		height: 380px;		
		transition: 1s;				
		background-image: url("../xero_img/band.png");
		background-repeat: no-repeat;
		background-position: -1400px 0;
	}
	.xclImage_Band01:hover{
  		transform: translateX(-16px) translateY(-60px) scale(0.8);
	}
	.xclImage_Band02:hover{
  		transform: translateX(-16px) translateY(-60px) scale(0.8);
	}	
	.xclImage_Band03:hover{
  		transform: translateX(-16px) translateY(-60px) scale(0.8);
	}	
	.xclImage_Band04:hover{
  		transform: translateX(-16px) translateY(-60px) scale(0.8);
	}	
	.xclImage_Band05:hover{
  		transform: translateX(-16px) translateY(-60px) scale(0.8);
	}	
	.xclImage_Band06:hover{
  		transform: translateX(-16px) translateY(-60px) scale(0.8);
	}
	/*---------------------------------------
		END BAND
	-----------------------------------------*/
/*---------------------------------------
    END IMAGES
-----------------------------------------*/


/*---------------------------------------
    NEWS
-----------------------------------------*/
.xclNewsContainer {
	position: relative;
	top: 0;
	width: 100%;
	height: auto;	
	text-align: center;
	justify-content: center;	
	margin-top: 20px;	
}
@media screen and (min-width: 1390px) {
	.xclNewsContainer {
		width: 1390px;
	}
}
.xclNewsItemContainer {
  	display: flex;
	margin: 10px 10px;
  	justify-content: center;
  	align-items: center;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;	
}
.xclNewsProfileContainer {
	width: 280px;
	height: 380px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
	transition: 1s all ease; 
}
.xclNewsProfileContainer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: url("../xero_img/news20260209.png") no-repeat center center/cover;*/
	opacity: 0.5;  
	transition: all .5s ease-in;
}
.xclNewsProfileContainer:hover:before {
	opacity: 0;
	transition: all .5s ease;
}
.xclNewsImage001::before {
	background: url("../xero_img/news20260105.png") no-repeat center center/cover;
}
.xclNewsImage002::before {
	background: url("../xero_img/news20260209.png") no-repeat center center/cover;
}
.xclNewsProfileWrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
.xclNewsProfileWrapper::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #5183c0 0%, #081a30 100%);
	transform: skew(30deg) translateX(125%);
	opacity: 0.9;
	transition: all 0.6s ease;
}
.xclNewsProfileWrapper::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #081a30 0%, #5183c0 100%);
	transform: skew(30deg) translateX(-125%);
	opacity: 0.9;
	transition: all 0.6s ease;
}
.xclNewsProfileContainer:hover .xclNewsProfileWrapper::after{
	transform: skew(30deg) translateX(125%);
	background: linear-gradient(to right, #5183c0 0%, #081a30 100%);
}
.xclNewsProfileContainer:hover .xclNewsProfileWrapper::before{
	transform: skew(30deg) translateX(-125%);
	background: linear-gradient(to right, #5183c0 0%, #081a30 100%);
}
.xclNewsProfileCard {
	width: 280px;
	height: 380px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	text-align: center;
	position: relative;
	opacity: 0;
	transition: all 0.3s ease;
}
.xclNewsProfileContainer:hover .xclNewsProfileCard {
	opacity: 1;
	transition: all 0.6s ease;
	transition-delay: 0.2s;
}
.xclNewsProfileCard .fav-icon {
	color: #ec0e0e;
	position: absolute;
	top: 5px;
	left: 10px;
	font-size: 21px;
	cursor: pointer;
} 
.xclNewsProfileCard img {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
	margin: 1rem 0;
	border: 2px solid transparent;
	background-image: linear-gradient(white, white), linear-gradient(to right, green, gold);
	background-origin: border-box;
	background-clip: content-box, border-box;
	border: 2px solid #1999;
	position: relative;
}
.xclNewsProfileCard h2 {
	line-height: 1.0;
	color: #f0f0f0;
}
.xclNewsProfileCard h4 {
	line-height: 1.0;
	color: #f0f0f0;
}
.xclNewsProfileCard p {
	line-height: 1.0;
	color: #f0f0f0;
	margin: 10px 0;
}
.xclNewsProfileCard a {
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	padding: 8px 20px;
	margin-top: 1rem;
	background: #2371ae;
	border-radius: 50px;
	background: linear-gradient(to right, #5183c0 0%, #081a30 100%);
}
/*---------------------------------------
    END NEWS
-----------------------------------------*/


/*---------------------------------------
    MEDIA
-----------------------------------------*/
.xclMediaContainer {
	position: relative;
	top: 0;
	width: 100%;
	height: auto;	
	text-align: center;
	justify-content: center;	
	margin-top: 20px;	
}
@media screen and (min-width: 1390px) {
	.xclMediaContainer {
		width: 1390px;
	}
}
.xclMediaItemContainer {
  	display: flex;
	margin: 10px 10px;
  	justify-content: center;
  	align-items: center;
}
.xclMediaCardWrapper {
	width: 330px;
	height: 450px;
	position: relative;
	background: #000000;
}
.xclMediaCard {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 280px;
	height: 400px;
	transform: translate(-50%, -50%);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.6);
	cursor: pointer;
	transition: 0.5s; 
}
.xclMediaCardImage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #000;
	transition: .5s;
	cursor: default;
}  
.xclMediaCardImage:hover img {
	opacity: 0.4;
	transition: .5s;
}
.xclMediaCard:hover .xclMediaCardImage {
	transform: translateY(-100px) scale(0.8);
	transition: all .9s;
}
.xclMediaDetails {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;	
	width: 100%;
	height: 120px;
	z-index: 1;
	padding: 10px;
	background: #051325;
}
.xclMediaDetails h2 {
    margin: 30px 0;
    padding: 0;
    text-align: center;
	color: #000000;
	text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff, 0 0 40px #7dc7e9, 0 0 50px #7dc7e9;	
}    
.xclMediaFoto {
	position: absolute;
	bottom: -120px;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 120px;
	z-index: 3;
	padding: 10px;
	transition: .4s;
	background: #051325;
}
.xclMediaCard:hover .profile-img--two {
	transform: rotateY(180deg);
}
.xclMediaCard:hover .xclMediaFoto {
	bottom: 0;
	left: 0;
	transition-delay: 0.5s;
	opacity: 1;
}
.xclMediaVideo {
	position: absolute;
	bottom: -120px;
	left: 0;
	opacity: 0;
	background: #fff;
	width: 100%;
	height: 120px;
	z-index: 3;
	padding: 10px;
	transition: .4s;
	background: #051325;
}
.xclMediaCard:hover .profile-img--three {
	transform: rotateY(180deg);
}
.xclMediaCard:hover .xclMediaVideo {
	bottom: 0;
	left: 0;
	transition-delay: 0.5s;
	opacity: 1;
}
/*---------------------------------------
    END MEDIA
-----------------------------------------*/


/*---------------------------------------
    PHOTO GALLERY
-----------------------------------------*/
/* Gallery grid layout */
.xclGalleryContainer {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 15px;
	width: 100%;
	max-width: 1200px;
	margin-right: 20px;
}
.xclGalleryContainer img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	cursor: pointer;
	transition: transform 0.3s ease;
}
.xclGalleryContainer img:hover {
	transform: scale(1.05);
}
/* Lightbox styling */
.xclLightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
.xclLightbox img {
	max-width: 80%;
	max-height: 80%;
	border-radius: 10px;
}
.xclLightbox .xclLightboxPrev, .xclLightbox .xclLightboxNext {
	height: 50px;
	width: 50px;
	position: absolute;
	transform: translateY(-50%);
	font-size: 2.5rem;
	background-color: transparent;
	color: #ffffff;
	padding: 10px;
	border: none;
	cursor: pointer;
	border-radius: 50%;
	z-index: 1001;
}
.xclLightbox .xclLightboxPrev {
	left: 20px;
}
.xclLightbox .xclLightboxNext {
	right: 20px;
}
.xclLightbox .xclLightboxClose {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 2rem;
	color: #ffffff;
	background: none;
	cursor: pointer;
	border: none;
	z-index: 1001;
}
/*---------------------------------------
    END PHOTO GALLERY
-----------------------------------------*/


/*---------------------------------------
    DISCOGRAPHY
-----------------------------------------*/
.xclDiscographyContainer {
	display: block;
	position: relative;
	top: 80px;
	width: 100%;
	height: auto;
}
.xclDiscContainer {
	position: relative;
	width: 560px;
	height: 320px;
	margin-top: 20px;
}
.xclDiscCoverContainer {
	position: absolute;
	width: 320px;
	height: 320px;
	float: left;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;	
}
.xclDiscCoverSize {
	width: 320px;
	height: 320px;
}
.xclDiscInfoContainer {
	position: absolute;
	width: 240px;
	height: 320px;
	left: 320px;
}
.xclDiscList {
	list-style-type: none;
	text-align: right;	
	justify-content: right;	
	padding: 0 10px;
	margon: 0;
}
.xclDiscListItemText {
	font-family: 'Oswald', sans-serif;	
	font-size: 14px;
	font-weight: 200%;
	text-transform: capitalize;	
	color: #ffffff;
}
.xclDiscCDContainer {
	position: absolute;
	width: 320px;
	height: auto;
	float: left;
	left: 0;
	transform: translateX(0px) rotate(-90deg);
	animation-name: animate;
	animation-timing-function: linear;	
	animation-duration: 5s;
	animation-iteration-count: infinite;	
}
.xclDiscCDSize {
	width: 320px;
	height: 320px;
}
@keyframes animate {
	from { transform : translateX(0px) rotate(-90deg) }
	50%  { transform : translateX(240px) rotate(45deg) }
	to   { transform : translateX(0px) rotate(-90deg) }
}

@media screen and (max-width: 768px) {
	.xclDiscContainer {
		position: relative;
		width: 280px;
		height: 160px;
		margin-top: 20px;
	}
	.xclDiscCoverContainer {
		width: 160px;
		height: 160px;
		float: left;
	}
	.xclDiscCoverSize {
		width: 160px;
		height: 160px;
	}
	.xclDiscInfoContainer {
		position: absolute;
		width: 120px;
		height: 320px;
		left: 160px;
	}
	.xclDiscList {
		list-style-type: none;
		text-align: right;	
		justify-content: right;	
		padding: 0 10px;
		margon: 0;
	}
	.xclDiscListItemText {
		font-family: 'Oswald', sans-serif;	
		font-size: 10px;
		font-weight: 200%;
		text-transform: capitalize;	
	}	
	.xclDiscCDContainer {
		width: 160px;
		height: auto;
		transform: translateX(0px) rotate(-90deg);
		animation-name: animateSmall;
		animation-timing-function: linear;	
		animation-duration: 5s;
		animation-iteration-count: infinite;	
	}
	.xclDiscCDSize {
		width: 160px;
		height: 160px;
	}	
}
@keyframes animateSmall {
	from { transform : translateX(0px) rotate(-90deg) }
	50%  { transform : translateX(120px) rotate(45deg) }
	to   { transform : translateX(0px) rotate(-90deg) }
}
/*---------------------------------------
    END DISCOGRAPHY
-----------------------------------------*/


/*---------------------------------------
    AUDIO
-----------------------------------------*/
.xclMediaAudioContainer {
	display: block;
	position: relative;
	margin-top: 80px;
	top: 0;
	left: 10%;;
	width: 80%;
	height: auto;
}
.xclAudioAutostop { }
.xclAudioContainer {
	overflow: hidden;
	padding: 5px 0;
	margin: 0;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;		
	width: auto;
}
.xclAudioContainer div {
	float: left;
	padding: 0 10px;
	margin: 0 10px;
}
/*---------------------------------------
    END AUDIO
-----------------------------------------*/



	/*--------------------------------------- NEWS*!
.container {
  position: relative;
  width: 1280px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.container .cards {
  position: relative;
  width: 280px;
  height: 380px;
background: #2A7B9B;
background: linear-gradient(180deg,rgba(42, 123, 155, 1) 0%, rgba(47, 103, 125, 1) 0%, rgba(6, 34, 48, 1) 100%);
	margin: 10px;
	border: none;
  border-radius: 20px;
  overflow: hidden;
}
.container .cards .imgBx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: 200;
  transform-origin: top;
}
.container .cards:hover .imgBx {
  transform: translateY(30px) scale(0.5);
}

.container .cards .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 30px;
  transform: translateY(100%);
  transition: 0.5s;
}
.container .cards:hover .content {
  transform: translateY(0);
}
.container .cards .content .details h2 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
}
.container .cards .content .details h2 span {
  font-size: 0.8em;
  font-weight: 400;
  color: #03a9f4;
}
.social_icons {
  position: relative;
  display: flex;
  margin-top: 5px;
}
.social_icons li {
  list-style: none;
  margin: 4px;
}
.social_icons li a {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.5em;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.social_icons li a:hover {
  transform: rotate(360deg);
  background: #03a9f4;
}
	/*--------------------------------------- NEWS*!





/*---------------------------------------
    FADE ANIMATIONS
-----------------------------------------*/
.xclFadeIn {
	-webkit-animation: animationFadeIn ease 2000ms;
	animation-name: animationFadeIn ease 2000ms;
}  
@keyframes animationFadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
/*--------------------------------------- */
.xclFadeInUp {
	-webkit-animation: animationFadeInUp ease 2000ms;
	animation-name: animationFadeInUp ease 2000ms;
}
@keyframes animationFadeInUp {
	0% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
	100% { opacity: 1; -webkit-transform: none; transform: none; }
}
/*--------------------------------------- */
.xclFadeInDown {
	-webkit-animation: animationFadeInDown ease 2000ms;
	animation-name: animationFadeInDown ease 2000ms;
}
@keyframes animationFadeInDown {
	0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
	100% { opacity: 1; -webkit-transform: none; transform: none; }
}
/*--------------------------------------- */
.xclFadeInLeft {
	-webkit-animation: animationFadeInLeft ease 2000ms;
	animation-name: animationFadeInLeft ease 2000ms;
}
@keyframes animationFadeInLeft {
	0% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
	100% { opacity: 1; -webkit-transform: none; transform: none; }
}
/*--------------------------------------- */
.xclFadeInRight {
	-webkit-animation: animationFadeInRight ease 2000ms;
	animation-name: animationFadeInRigh ease 2000ms;
}
@keyframes animationFadeInRight {
	0% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
	100% { opacity: 1; -webkit-transform: none; transform: none; }
}
/*--------------------------------------- */
.xclFadeOut {
	-webkit-animation: animationFadeOut ease 2000ms;
	animation-name: animationFadeOut ease 2000ms;
}  
@keyframes animationFadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}
/*---------------------------------------
    END FADE ANIMATIONS
-----------------------------------------*/


/*---------------------------------------
    BOUNCE ANIMATIONS
-----------------------------------------*/
.xclBounceIn {
	-webkit-animation: animationBounceIn ease 2000ms;
	animation-name: animationBounceIn ase 2000ms;
	-webkit-animation-duration: 2000ms;
	animation-duration: 2000ms;
}
@keyframes animationBounceIn {
  0%, 20%, 40%, 60%, 80%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); }
  0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
  20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); }
  40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); }
  60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); }
  80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); }
  100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}
/*--------------------------------------- */
.xclBounceInUp {
	-webkit-animation: animationBounceInUp ease 2000ms;
	animation-name: animationBounceInUp ease 2000ms;
}
@keyframes animationBounceInUp {
  0%, 60%, 75%, 90%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); }
  0% { opacity: 0; -webkit-transform: translate3d(0, 3000px, 0); transform: translate3d(0, 3000px, 0); }
  60% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); }
  75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); }
  90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); }
  100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
/*--------------------------------------- */
.xclBounceInDown {
	-webkit-animation: animationBounceInDown ease 2000ms;
	animation-name: animationBounceInDown ease 2000ms;
}
@keyframes animationBounceInDown {
	0%, 60%, 75%, 90%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); }
	0% { opacity: 0; -webkit-transform: translate3d(0, -3000px, 0); transform: translate3d(0, -3000px, 0); }
	60% { opacity: 1; -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0); }
	75% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); }
	90% { -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); }
	100% { -webkit-transform: none; transform: none; }
}
/*--------------------------------------- */
.xclBounceInLeft {
	-webkit-animation: animationBounceInLeft ease 2000ms;
	animation-name: animationBounceInLeft ease 2000ms;
}
@keyframes animationBounceInLeft {
  0%, 60%, 75%, 90%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); }
  0% { opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0); transform: translate3d(-3000px, 0, 0); }
  60% { opacity: 1; -webkit-transform: translate3d(25px, 0, 0); transform: translate3d(25px, 0, 0); }
  75% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); }
  90% { -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); }
  100% { -webkit-transform: none; transform: none; }
}
/*--------------------------------------- */
.xclBounceInRight {
	-webkit-animation: animationBounceInRight  ease 2000ms;
	animation-name: animationBounceInRight  ease 2000ms;
}
@keyframes animationBounceInRight {
  0%, 60%, 75%, 90%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); }
  0% { opacity: 0; -webkit-transform: translate3d(3000px, 0, 0); transform: translate3d(3000px, 0, 0); }
  60% { opacity: 1; -webkit-transform: translate3d(-25px, 0, 0);  transform: translate3d(-25px, 0, 0); }
  75% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); }
  90% { -webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0); }
  100% {-webkit-transform: none; transform: none; }
}
/*---------------------------------------
   END BOUNCE ANIMATIONS
-----------------------------------------*/









