@charset "UTF-8";
/* CSS Document */
/* ===================================================================================================================== */
/* ================================================= **** MODbg **** ================================================== */
/* ===================================================================================================================== */

.ModulContent{
	position: relative;
	z-index: 4;
	margin-left:auto;
	margin-right: auto;
	height: 100%;
	width: 100%;
	
	
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.ModulBgVideo{
	
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left:auto;
	margin-right: auto;
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	
}
.ModulBgImage{
	
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left:auto;
	margin-right: auto;
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	
}


blockquote ul{
	margin: 0;
	padding: 0;
	padding-left: 1.5625vw;
}


blockquote ul li{
	margin: 0;
	padding: 0;
	padding-left: 1.5625vw;
	padding-bottom: 1.5625vw;
}
blockquote ul li:last-child{
	padding-bottom: 0vw;
}


blockquote ol{
	margin: 0;
	padding: 0;
	padding-left: 1.5625vw;
}


blockquote ol li{
	margin: 0;
	padding: 0;
	padding-left: 1.5625vw;
	padding-bottom: 1.5625vw;
}

blockquote ol li:last-child{
	padding-bottom: 0vw;
}


blockquote a:hover{
	text-decoration: underline;
}



.sticky-content{
	display: block !important;
	height: auto;
	z-index: 1;
	max-width: 100%;
	top:6.25vw;
	position: sticky;
	position: -webkit-sticky;
	
}

.sticky-image {
	display: block !important;
	height: auto;
	z-index: 10;
	max-width: 100%;
	top:0!important;
	position: sticky;
	position: -webkit-sticky;
	
}

.sticky-artist {
	display: block !important;
	height: auto;
	z-index: 10;
	max-width: 100%;
	top: 9.125vw;
	position: sticky;
	position: -webkit-sticky;
	
}

.sticky-menu {
	display: block !important;
	height: auto;
	z-index: 10;
	max-width: 100%;
	top: 4.6875vw;
	position: sticky;
	position: -webkit-sticky;
	
	
	-webkit-transition: all 0.75s ease-in-out;
	-moz-transition: all 0.75s ease-in-out;
	-ms-transition: all 0.75s ease-in-out;
	-o-transition: all 0.75s ease-in-out;
	transition: all 0.75s ease-in-out;
}

 

body.down .sticky-menu{
	top: 0;
	
}

body.down.active .sticky-menu{
	/*top: 4.6875vw;*/
	top:3.125vw;
}

.BoxRadius{
	border-radius: 5px;
	overflow: hidden;
}
/* ===================================================================================================================== */
/* ================================================= **** TABLET **** ================================================== */
/* ===================================================================================================================== */

@media screen and (max-width:956px) {

.sticky-menu {
	top: 9.375vw;
}
body.down .sticky-menu{
	top: 0;
	
}
body.down.active .sticky-menu{
	top: 9.375vw;
}	
}
/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */
@media screen and (max-width:  720px) {

	


blockquote ul{
	padding-left: 3.125vw;
}


blockquote ul li{
	padding-left: 3.125vw;
}
.sticky-content{
	display: block !important;
	height: auto;
	max-width: 100%;
	top:0px;
	position: relative;
    
	
}
	
	
.sticky-menu {
	top:15.625vw;
}
body.down.active .sticky-menu{
	top: 15.625vw;
}		
/* ===================================================================================================================== */
/* ===================================================================================================================== */
}
/* ===================================================================================================================== */
/* ===================================================================================================================== */