:root {
  --contentBackground: rgba(82, 82, 82, 0.5); 
  --header-height: 15vmax;
  --main-top: 15vmax;
  --wait-top: 15vmax;
  --header-mess-top: -2vmax;
  --header-mess_anim-top: 12vmax;
  --window-height: 50000px;
  --boxshadow-color-inv: #ababab;
  --boxshadow-color:  #000;
  --boxshadow-color-heavy-inv: #fff;
  --boxshadow-color-heavy: #000;  
  --border-color: rgba(0, 0, 0, 0.35);
  --border-color-inv: rgba(200, 200, 200, 0.35);
	scrollbar-color: #696969 #ffffff12;
	scrollbar-width: thin;	
}

html, body {
	overflow:hidden;
    padding: 0;
    margin: 0;
	position: relative; 
	height: 100%;
}

::-webkit-scrollbar {
    width: 18px;
	background-color: #ffffff12;
}

::-webkit-scrollbar-thumb {
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    background-color: #696969;
    border-radius: 10px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
::-webkit-scrollbar-corner {
    background-color: transparent;
}

body{
	background: #212121;
	font-family: 'Lato';
	font-style: normal;
	text-transform: uppercase;
	font-size: 0.85em;
	-webkit-font-smoothing: antialiased;
	touch-action: pan-x pan-y;
}


.iso {	
	visibility: hidden;
}

.font{
	font-family: 'Lato';
	font-style: normal;
    color: rgb(160, 160, 160);
    font-weight: 900;
    font-size: 1em;	
}

.fontBook{
	font-style: normal;
    color: black;
    font-size: 1em;	
	text-transform: none;
	font-weight: 100;
}

.fontWhite {
	color: #fff;
	letter-spacing: 1vmin;
	text-align: center;
	position: relative;
	width: 100%;
	margin: 0;
}

.fontDefault {
	text-align: center;
	position: relative;
	width: 100%;
	margin: 0;
}

.font_i{
	font-family: 'Lato';
	font-style: italic;
}

.font_shadow{
	text-shadow: 0 0 0 transparent, 0 0 10px rgb(0, 0, 0), 0 0 20px rgba(0,0,0,.5), 0 0 40px rgba(0,0,0,1), 0 0 100px rgba(0,0,0,1), 0 0 200px rgb(53, 53, 53), 0 0 300px rgb(255, 255, 255);
}

.popupWW {
	display: none;
	position: absolute;
	width: 90%;
	height: 90%;
	z-index: 200000000000000000000;
}

.iframeWW {
	
}

.init{
	display:none;
}

.invert {
	filter:invert(1);
}

.invert-txt {
	filter:invert(1);
	color: #4c5050;
}
	
.invert-img-shadow {
	box-shadow: 0px 0px 1vw var(--boxshadow-color-inv) !important;
}

.welcomeImg{
	position: absolute;
	margin: 0px auto;
	text-align: center;
	z-index: -9;
	top: 0px;
	left: 1vw;
    right: 1vw;
	height: 100vh;
	opacity: 0.3;
}

.background{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGUlEQVQIW2NkgABjID7LCGX4AOktIA5cBgAxnwM33b9N+wAAAABJRU5ErkJggg==), linear-gradient(#212121 10%,#444444 30%,#3C3C3C 70%,#212121 90%);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: -99;
	overflow:hidden;		
	margin: 0 auto;
	height: 100%;
	vertical-align: middle;
}

.background_smoke{
    position: relative;
    top: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.smoke{
	position: absolute;
    top: 0px;
	left: 0px;
    height: 100% !important;
    width: 100% !important;
    z-index: 1;
}

.smoke-lightning{
	-webkit-filter: brightness(6);
}

.header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    background: #0000008c;	
	box-shadow: 0px 0px 12px var(--boxshadow-color-heavy);
    font-family: "Lato";
    font-style: normal;
    color: white;
    font-weight: 400;
	height: 15vmax;
	text-align: center;
	transition:height 1s;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);	
}

.header_other{
	
}

.header_name{
	position: absolute;
    top: 0.5rem;
    margin-left: 2rem;
    transform: translateZ(0);
    font-weight: 900;
    height: 3rem;
    line-height: 3rem;	
	letter-spacing: 0.1vmax;	
}

.header_name i {
    top: -1px;
    position: relative;	
}

.header_theme {
	position: absolute;
    z-index: 20;
    top: 1em;
}

.header_ruler {
    height: 0.35rem;
    width: 100%;
    background: rgb(90, 90, 90) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGUlEQVQIW2NkgABjID7LCGX4AOktIA5cBgAxnwM33b9N+wAAAABJRU5ErkJggg==);
    background-attachment: fixed;
    -moz-box-shadow: 0px 1vh 2vh var(--boxshadow-color-heavy);
    -webkit-box-shadow: 0px 1vh 2vh var(--boxshadow-color-heavy);
    box-shadow: 0px 0.4vh 1.2vh var(--boxshadow-color-heavy);
    z-index: 5;
}


.header_logo{
	position:relative;
	top: -2vmax;
}

.header_logo_art{
	line-height: 15vmax;
	font-weight:900;
	font-size:10vw;
	color:#464545;
}

.header_logo_by{
	font-weight:100;
	font-size:3vw;
	color:#b3afaf;
	position:relative;
	top:-2vmax;
}

.header_logo_kds{
	font-weight:400;
	font-size:5vw;
	color:#b3afaf;
	position:relative;
	top:-1.5vmax;
}

.header_quote{
	font-weight:400;
	font-size:1.25vw;
	color:#696969;
	position:absolute;
	right:1vmax;
	bottom:1vmax;
}

.header_img {
    position: absolute;
    bottom: 1.5vmax;
    opacity: 1;
    margin-left: 1.25vmax;
	transform: translateZ(0);
	font-size: 1.5vmax;
	line-height: 1.5vmax;
	color: #696969;	
}

.header_title{
	position: absolute;
	left: 1.5vmax;
	bottom: 1.5vmax;
	font-weight: 400;
	font-size: 1.5vmax;
	line-height: 1.5vmax;
	color: #696969;	
	overflow: hidden;
	box-sizing: border-box;	
	transform: translateZ(0);
}

.header_mess {
	top: var(--header-mess-top);
	bottom: initial;
	line-height: 1.5vmax;
    margin-left: 1.5vmax;
}

.header_mess_icon {
	min-width: 2vmax;
}

.header_ui {
	position: absolute;
    right: 0px;
    line-height: 1.25vmax;
    font-size: 1.25vmax;
    color: #696969;
    cursor: pointer;
    top: 0.75em;
	z-index: 100;
}

.header_ui i{
	width: 3vw;	
}

.UIBubbles, .UITheme, .UIClouds {
	display:none;
}

.main{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 15vmax;
	bottom: 0px;
	padding-left: 1vw;
	padding-right: 1vw;
	z-index: 1;
	/*background: var(--contentBackground);*/
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}

.errorImg{
	visibility: hidden;
	display: none !important;
}

.wait{
    position: fixed;
    top: var(--wait-top);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    opacity: 1;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGUlEQVQIW2NkgABjID7LCGX4AOktIA5cBgAxnwM33b9N+wAAAABJRU5ErkJggg==) center center / cover fixed, #1e1e1e8c;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.wait_cont{	
	display:table;
	width:100%;
	height:100%;
	opacity:1;
}

.wait_text{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 5vw;
}

.wait_icon{
	font-size: 2em;
    color: #696969;
}

.wait_please, .wait_quote, .wait_longer{
	font-weight: 400;
    font-size: 1em;
    color: #696969;	
}

.wait_please {
	font-size: 1.5em;	
}

.wait_timer, .wait_please {
	opacity: 0;
}

.notify{
	position: absolute;
    top: var(--wait-top);
    left: -100%;
    right: 0px;
    opacity: 0;
    height: 3vmax;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    box-sizing: content-box;
    max-width: 100%;
    background: #000000cc;
    z-index: 10;
    transform: translateZ(0);
    line-height: 3vmax;
    color: white;	
	font-family: "Lato";
    font-style: normal;
    font-weight: 400;
	font-size: 1.5vmax;
}

.notify_img{
    position: absolute;
    opacity: 1;
	transform: translateZ(0);
	margin-left: 1rem;
}

.notify_mess{
	position: absolute;
	width: 100%;
	transition: transform 500ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
	overflow: hidden;
	box-sizing: border-box;
	text-align: left;
    margin-left: 2vmax;
	left: 1rem;
	transform: translateZ(0);
}

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

.iso-img{
	visibility: hidden;
	display: block; 
	width: 230px; 
	height:230px;
	box-shadow: 0px 1px 10px var(--boxshadow-color);	
}

.iso-border{
	border: 20px solid rgba(1,1,1,0);
    border-top-color: #2d2c2d;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;	
}

.content {
	position:relative;
	text-align:center;
	margin: 0px auto 0px auto;
	margin-top:5vmax;
	margin-bottom:5vmax;
	padding-left:20px;
	padding-top:20px;
	top:0px;
	background: rgba(82, 82, 82, 0.5);
	box-shadow: 0px 0px 2vw var(--boxshadow-color);
	visibility: hidden;
	display: none;
}

.content a{
	display: inline-block;
	margin-bottom:20px;
	margin-right:20px;
	text-align: center;
	text-decoration: none;
    position:relative;
	z-index:0;		
}

.contentNewsHeader {
	text-align: center;
    color: rgb(160, 160, 160);
    font-weight: 400;
}


.contentNewsFilter {
	text-align: center;
    color: rgb(160, 160, 160);
    font-weight: 400;
}

.imageGallery {
	height: 300px;
    background-position: center center;
    background-size: cover;
    box-shadow: 0px 0px 1vw var(--boxshadow-color);
    max-width: 240px;
    margin: auto;
	cursor: pointer;
}

.contentGalleryHeader {
	text-align: center;
    color: rgb(160, 160, 160);
    font-weight: 400;
}

.filterBack{
	display:none;
	position: absolute;
    left: 0px;
    right: 0px;
    background: #0000008c;
    top: -200px;
    z-index: -1;
    height: 200px;
    box-shadow: 0px 0px 2vw var(--boxshadow-color);	
}

.filter-img, .filter-img-no {
	width: 4vmax;
    height: 4vmax;
    line-height: 4vmax !important;
    cursor: pointer;
    border-radius: 1rem;
    font-size: 2.5vmax;
    margin: 4px;	
    background: #707070;
    background-image: linear-gradient(to bottom, #545050, #323333);	
	box-shadow: 0px 0px 15px var(--boxshadow-color);
    color: #d2d2d2;
	position:relative;
}

.filter-img-font {
	font-size: 2.25vmax;
}

.filter-img-sel {
	background: #cccccc !important;
	background-image: linear-gradient(to bottom, #dcdcdc, #bbbbbb) !important;
    box-shadow: 0px 0px 15px var(--boxshadow-color-inv) !important;
    color: #525151 !important;	
}

.contentNewsCont {
	position:relative;
	text-align:center;
	box-shadow: 0px 0px 6px var(--boxshadow-color);	
	margin: 0px auto 0px auto;
	margin-top: 1.2vmax;
	margin-bottom: 2vw;
	background: var(--contentBackground);
	visibility: hidden;
	display: none;	
}

.contentContact, .contentStore, .contentGallery, .contentNews, .contentArtist,.contentHome,.contentArtbooks,.contentBriefles,.contentBlog  {
	position: relative;
    text-align: center;
    box-shadow: 0px 0px 2vw var(--boxshadow-color);
	display: flex;
    justify-content:space-between;
    flex-direction:column;
	min-height: 100%;
    padding-right: 2vw;
    padding-left: 2vw;
	height: auto;
}

.contactSocial {
	position: relative;
	top: 20px;
}

.contactSocial a {
    color: rgb(160, 160, 160);
    font-weight: 900;
    font-size: .5em;
    padding: 6px;
}

.welcome,.store,.contact,.error,.artist,.home,.gallery,.news,.artbooks,.briefles,.blog {
	position: relative;
    padding: 10vw;
	padding-bottom: 2vw;
    text-align: center;
}

.home, .blog, .store {
	padding-left: 2vw;
	padding-right: 2vw;
}

.contentNews {
	position: relative;
    padding-top: 10vw;	
	padding-right: 4vw;
    padding-left: 4vw;	
}

.artistFont {
	font-size:1.2em;
}

.homeFont {
	font-size: 3vh;
}

.homeSub, .storeSub, .gallerySub, .contactSub, .artbooksSub, .brieflesSub, .artistSub, .newsSub, .blogSub, .commentSub {
	position: relative;
	font-size: 1.25em;
}

.homeNews, .homeWork, .homeArtbooks, .homeBriefles, .homeBlog, .homeRandom, .storeNFT, .galleryCont, .singleDescrCont {
	display: flex;
	justify-content: center;
	width: fit-content;
	margin: auto;
	flex-wrap: wrap;
	gap: 4vmax;
	padding-top: 1vw;
}

.controlBlog, .controlNews, .controlImage, .controlBook, .controlBriefle {
	position: relative;
    display: flex;
	justify-content: space-around;	
    line-height: 3em;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    font-size: .76em;
}

.imageCont .controlImage {

}

.linkNews i {
	font-size: 1.5em;
}

.shareNews {

}

.openBlog, .shareBlog, .openNews, .linkNews, .shareNews, .openImage, .shareImage, .openBook, .shareBook, .openBriefle, .shareBriefle {
	cursor: pointer;	
}

.openNewsDisabled, .openBlogDisabled, .openImageDisabled, .openBookDisabled, .openBriefleDisabled, .shareNewsDisabled, .shareBlogDisabled, .shareImageDisabled, .shareBookDisabled, .shareBriefleDisabled {
	color: #b3afaf;	
}

.controlItem  {
	width: fit-content;
    margin: auto;
	font-weight: 900;
}

.newsCont {
	display: flex;
    justify-content: center;
    align-items: center;
}

.newsCont .newsItem {
	box-shadow: 0px 0px 6px var(--boxshadow-color);
    background: var(--contentBackground);
	text-transform: uppercase;
	max-width: 780px;
	width: 90%;	
}

.newsCont .carousel img {
	width: calc( 100% - 4vw );
}

.newsCont .controlNews {

}

.blogCont, .newsCont {
	margin-bottom: 20vh;		
	margin-top: 20vh;		
}

.blog-single, .blog-item {
    font-weight: 400;
	box-shadow: 0px 0px 6px var(--boxshadow-color);
    background: var(--contentBackground);
	text-transform: none;
    width: 90%;
	position: relative;
}

.blog-single .blog-title {
    background-color: rgba(0, 0, 0, 0.25);
    padding: 2vw;
    padding-bottom: 0;	
	border-bottom: 1px solid var(--border-color);
}

.blog-item {
	max-width: 400px;
}

.blog-single {
	margin: auto;	
	max-width: 780px;
}

.blog-preview {
    height: 365px;
    overflow: hidden;
    position: relative;
}

.blog-preview-content {
	position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    overflow: hidden;
    padding: 2vw;	
	-webkit-mask-image: -webkit-gradient(linear, left 60%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}

.blog-preview-after {
	position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    line-height: 2em;
    font-weight: 400;
    color: #ffffff;
    font-size: .76em;
    text-transform: uppercase;	
}

.blog-item figure, .blog-single figure {
	margin: 0;
	text-align: center;
}

.blog-title {
	position: relative;
	text-align: center;
}

.blog-item .blog-title {
	text-decoration: none;
	text-transform: uppercase;
    color: #ffffff;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.25);
	display: inline-block;
	width: 100%;
	height: 7em;
}

.blog-title .newsSocial {
	color: #ffffff;
}

.blog-title h4 {
	text-transform: uppercase;		
}

.blog-item .blog-content {

}

.blog-single .blog-content {
	padding: 2vw;
}

.blog-content span {
	text-transform: uppercase;
    font-size: 1em;	
}

.blog-content small {
    text-align: center;
    display: block;	
}

.blog-content h1:first-child {
	display:none;
}

.blog-item .blog-content img:first-child, .blog-single .blog-content img:first-child {
	position:relative;
	width: calc( 100% + 4vw );
	left: -2vw;
	padding-top: 1vw;
}

.blog-item .blog-content .blogger img:first-child {
	max-width:320px;
	width: unset;
	left: unset;
	padding-top: unset;	
}

.blog-single .blog-content .blogger img:first-child {
	width: unset;
	left: unset;
	padding-top: unset;		
}

.blog-content iframe:first-child:not(.spotify_audio_player) {
	position:relative;
	width: calc( 100% + 4vw );
	left: -2vw;
	padding-top: 1vw;
    max-height: 304px;
    height: 50vw;
}

.blog-content .spotify_audio_player {
	height: 80px;
	width: 100%;
}

.blog-content p,li {
	text-align: left;
}

.galleryCont .item, .homeRandom .item {
	min-width: 240px;
}

.homeArtbooks, .homeBriefles {
	min-height: 500px;
}

.homeNews .item, .storeNFT .item {
	box-shadow: 0px 0px 6px var(--boxshadow-color);
    background: var(--contentBackground);
}

.homeNews .newsTitle {
	white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc( 100% - 2vw);
    margin-left: 1vw !important;
    margin-right: 1vw !important;
}

.homeArtbooks .item, .homeBriefles .item {
	max-width: 305px;
}

.homeArtbooks img, .homeBriefles img {
	box-shadow: 0px 0px 6px var(--boxshadow-color);
	cursor: pointer;
}

.bookTemplate, .imageTemplate, .modalTemplate, .blogTemplate, .newsTemplate {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 12;
    opacity: 1;
	display: none;
}

.bookTemplate, .imageTemplate, .modalTemplate, .blogTemplate, .newsTemplate  {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGUlEQVQIW2NkgABjID7LCGX4AOktIA5cBgAxnwM33b9N+wAAAABJRU5ErkJggg==) center center / cover fixed, #1c1c1c;
}

.modalTemplate:target {
	display: block;
	opacity: 1;
	pointer-events: auto;
	z-index: 99999;
}

.imageTemplate, .modalTemplate, .blogTemplate, .newsTemplate {
	overflow-y: auto;		
	overflow-x: hidden;	
}

@media (min-width: 60em) {
	.modalTemplate .modal {
		height: 75%;
		margin: 5% auto;
		max-height: 57em;
		max-width: 66em;
		width: 85%;
	}
}

.modalTemplate .modal > iframe, .modalTemplate .modal > div {
	border: none;
	width: 100%;
}

.modal-sync {
	display: flex;
    flex-direction: row;
    align-items: start;
	justify-content: center;
    flex-wrap: wrap;
}

.modal-sync-item {
    align-self: center;	
	text-align: center;
}

.modal-sync-item-cloud {
    align-self: center;	
	text-align: center;
	font-weight: 400;
	font-size: 0.8em;
	padding: 1em;
}

.bookClose, .imageClose, .modalClose, .blogClose, .newsClose, .briefleClose {
	position: absolute;
    width: 2em;
    height: 2em;
    font-size: 2.5em;
    color: white;
    background: grey;
    line-height: 2em;
    text-align: center;
    right: 0em;
    top: 0em;
	z-index: 51;
	cursor: pointer;
}

.briefleClose {
	right: -2vw;	
}

.bookZoomU {
    position: absolute;
    width: 1.25em;
    height: 1.25em;
    font-size: 1.5em;
    color: white;
    background: grey;
    border-radius: 1.25em;
    line-height: 1.25em;
    text-align: center;
    left: 2em;
    top: 1em;
    z-index: 51;
    cursor: pointer;
    border: 2px solid white;
}

.bookZoomD {
	position: absolute;
    width: 1.25em;
    height: 1.25em;
    font-size: 1.5em;
    color: white;
    background: grey;
    border-radius: 1.5em;
    line-height: 1.25em;
    text-align: center;
    left: 3.25em;
    top: 1em;
    z-index: 51;
    cursor: pointer;
    border: 2px solid white;
}

.bookZoomC {
	position: absolute;
    width: 1.25em;
    height: 1.25em;
    font-size: 1.5em;
    color: white;
    background: grey;
    border-radius: 1.5em;
    line-height: 1.25em;
    text-align: center;
    left: 2em;
    top: 4.5em;
    z-index: 51;
    cursor: pointer;
    border: 2px solid white;
	text-transform: initial;
}

.bookZoomR {
	position: absolute;
    width: 1.25em;
    height: 1.25em;
    font-size: 1.5em;
    color: white;
    background: grey;
    border-radius: 1.5em;
    line-height: 1.25em;
    text-align: center;
    left: 3.4em;
    top: 4.5em;
    z-index: 51;
    cursor: pointer;
    border: 2px solid white;
	text-transform: initial;
}

.bookZoomF {
	position: absolute;
    width: 1.25em;
    height: 1.25em;
    font-size: 1.5em;
    color: white;
    background: grey;
    border-radius: 1.5em;
    line-height: 1.25em;
    text-align: center;
	left: 1em;
    top: 3.5em;
    z-index: 51;
    cursor: pointer;
    border: 2px solid white;
	text-transform: initial;
}

.bookZoomL {
	position: absolute;
    width: 1.25em;
    height: 1.25em;
    font-size: 1.5em;
    color: white;
    background: grey;
    border-radius: 1.5em;
    line-height: 1.25em;
    text-align: center;
	left: 4.4em;
    top: 3.5em;
    z-index: 51;
    cursor: pointer;
    border: 2px solid white;
	text-transform: initial;
}

.bookDescr, .imageDescr, .syncDescr, .blogDescr, .newsDescr {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0.5em;
    font-size: 0.85em;
}

.bookDescr {
	top: 10em;    
    text-align: center;	
}

.imageDescr, .syncDescr, .blogDescr, .newsDescr {
	top: 1.5em;
	padding-right: 7em;
    text-align: right;
}

.singleDescrCont div {
	padding: 50px;
}

.singleHead {
	margin-top: 20vh;	
}

.homeWork {
    background: rgb(82 82 82 / 50%);
	height: auto;
}

.homeWorkImg {
	height: 300px;
    padding: 2vw;
}

.homeWorkTxt {
    padding: 2vw;
}

.homeGallery, .imageWip {
	position: relative;
	margin: auto;
	width: 75%;
	display: grid;
	grid-gap: 2px;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(6, 1fr);
	grid-auto-flow: dense;
	filter: grayscale(100%);
}
.homeGallery:before, .imageWip:before {
	content: "";
	height: 0;
	width: 100%;
	padding-bottom: 100%;
	grid-column: 1/1;
	grid-row: 1/1;
}

.homeGalleryCont, .imageWipCont {
	margin: 0;
	width: 100%;
	height: 100%;
	display: flex;
	text-align: initial;
}

.imageWipCont {

}

.imageSingleCont {
	position: relative;
    width: 75%;
    margin: 2vw;
    margin: 0 auto;
	max-width: 680px;
}

.imageCommentsCont {
	position: relative;
    width: 90%;
    margin: 0 auto;
}


.imageSingle {
	width: 100%;
	box-shadow: 0px 0px 1vw var(--boxshadow-color);
}

.imageWip {
	grid-template-columns: repeat(3, 1fr);
    width: 90%;
    max-width: 780px;
}

.gallery-item {
	position: relative;
	animation: flash 4s ease infinite alternate;
}

@keyframes flash {
  to {
    filter: brightness(1.5) contrast(0.85) opacity(0.75);
  }
}

.gallery-item:first-child {
	grid-column: 1/1;
	grid-row: 1/1;
}

.gallery-item:nth-child(3n) {
	grid-row: span 2;
}

.gallery-item:nth-child(4n), .gallery-item:nth-child(7n) {
	grid-column: span 1;
	grid-row: span 1;
}

.gallery-item:nth-child(5n) {
	grid-column: span 2;
}

.gallery-item:hover .gallery-image {
	transform: scale(0.95);
}

.gallery-item:nth-child(1) {
	animation-delay: 0s;
}

.gallery-item:nth-child(2) {
	animation-delay: 0.5333333333s;
}

.gallery-item:nth-child(3) {
	animation-delay: 1.0666666667s;
}

.gallery-item:nth-child(4) {
	animation-delay: 1.6s;
}

.gallery-item:nth-child(5) {
	animation-delay: 2.1333333333s;
}

.gallery-item:nth-child(2) {
	animation-delay: 0.4s;
}

.gallery-item:nth-child(4) {
	animation-delay: 0.9333333333s;
}

.gallery-item:nth-child(6) {
	animation-delay: 1.4666666667s;
}

.gallery-item:nth-child(8) {
	animation-delay: 2s;
}

.gallery-item:nth-child(10) {
	animation-delay: 2.5333333333s;
}

.gallery-item:nth-child(3) {
	animation-delay: 0.8s;
}

.gallery-item:nth-child(6) {
	animation-delay: 1.3333333333s;
}

.gallery-item:nth-child(9) {
	animation-delay: 1.8666666667s;
}

.gallery-item:nth-child(12) {
	animation-delay: 2.4s;
}

.gallery-item:nth-child(15) {
	animation-delay: 2.9333333333s;
}

.gallery-item:nth-child(4) {
	animation-delay: 1.2s;
}

.gallery-item:nth-child(8) {
	animation-delay: 1.7333333333s;
}

.gallery-item:nth-child(12) {
	animation-delay: 2.2666666667s;
}

.gallery-item:nth-child(16) {
	animation-delay: 2.8s;
}

.gallery-item:nth-child(20) {
	animation-delay: 3.3333333333s;
}

.gallery-item:nth-child(5) {
	animation-delay: 1.6s;
}

.gallery-item:nth-child(10) {
	animation-delay: 2.1333333333s;
}

.gallery-item:nth-child(15) {
	animation-delay: 2.6666666667s;
}

.gallery-item:nth-child(20) {
	animation-delay: 3.2s;
}

.gallery-item:nth-child(25) {
	animation-delay: 3.7333333333s;
}

.imageWip-item {
	position: relative;
	animation: flash 4s ease infinite alternate;
}

.imageWip-item:first-child {
	grid-column: 1/1;
	grid-row: 1/1;
}

.imageWip-item:nth-child(4n), .imageWip-item-item:nth-child(7n) {
	grid-column: span 1;
	grid-row: span 1;
}

.imageWip-item:nth-child(5n) {
	grid-column: span 2;
}

.imageWip-item:hover .gallery-image {
	transform: scale(0.95);
}

.imageWip-item:nth-child(1) {
	animation-delay: 0s;
}

.imageWip-item:nth-child(2) {
	animation-delay: 0.5333333333s;
}

.imageWip-item:nth-child(3) {
	animation-delay: 1.0666666667s;
}

.imageWip-item:nth-child(4) {
	animation-delay: 1.6s;
}

.imageWip-item:nth-child(5) {
	animation-delay: 2.1333333333s;
}

.imageWip-item:nth-child(2) {
	animation-delay: 0.4s;
}

.imageWip-item:nth-child(4) {
	animation-delay: 0.9333333333s;
}

.imageWip-item:nth-child(6) {
	animation-delay: 1.4666666667s;
}

.imageWip-item:nth-child(8) {
	animation-delay: 2s;
}

.imageWip-item:nth-child(10) {
	animation-delay: 2.5333333333s;
}

.imageWip-item:nth-child(3) {
	animation-delay: 0.8s;
}

.imageWip-item:nth-child(6) {
	animation-delay: 1.3333333333s;
}

.imageWip-item:nth-child(9) {
	animation-delay: 1.8666666667s;
}

.imageWip-item:nth-child(12) {
	animation-delay: 2.4s;
}

.imageWip-item:nth-child(15) {
	animation-delay: 2.9333333333s;
}

.imageWip-item:nth-child(4) {
	animation-delay: 1.2s;
}

.imageWip-item:nth-child(8) {
	animation-delay: 1.7333333333s;
}

.imageWip-item:nth-child(12) {
	animation-delay: 2.2666666667s;
}

.imageWip-item:nth-child(16) {
	animation-delay: 2.8s;
}

.imageWip-item:nth-child(20) {
	animation-delay: 3.3333333333s;
}

.imageWip-item:nth-child(5) {
	animation-delay: 1.6s;
}

.imageWip-item:nth-child(10) {
	animation-delay: 2.1333333333s;
}

.imageWip-item:nth-child(15) {
	animation-delay: 2.6666666667s;
}

.imageWip-item:nth-child(20) {
	animation-delay: 3.2s;
}

.imageWip-item:nth-child(25) {
	animation-delay: 3.7333333333s;
}

.gallery-image {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	position: absolute;
	cursor: pointer;
	box-shadow: 0px 0px 6px var(--boxshadow-color);
}

.image-generic {
    margin: auto;
    display: block;
	width: 90%;
    max-width: 800px;
}

.cont-generic{
    display: grid;
    place-items: center;
    height: 100%;	
}

.cont-generic-extra{
	height: 100%;
}

.newsItem{
	display: inline-block;
	text-align: center;
	text-decoration: none;
    position:relative;		
	width:20vw;
	min-width:345px;
	max-width:500px;
}

.news-head-img{
	padding-left: 0.25em;
    padding-top: 0.25em;
    padding-right: 0.25em;
}

.newsItem a:link, .submitComment:link, .link:link {text-decoration:none;color: #ffffff;}
.newsItem a:visited, .submitComment:visited, .link:visited {text-decoration:none;color: #ffffff;}
.newsItem a:hover, .submitComment:hover, .link:hover {text-decoration:none;color: #ffffff;} 
.newsItem a:active, .submitComment:active, .link:active {text-decoration:none;color: #ffffff;}

.imageLI{
	margin-bottom:5px;
}

.imageLI-div{
	background-size: cover;
    background-repeat: no-repeat;
	border-radius:20px;
	min-width:100px;
	min-height:100px;
	max-width:120px;
	max-height:120px;
	margin-left:2.5px;
	margin-right:2.5px;
}

.imageUL{
	list-style: none;
	font-size: 0px;	
    margin-top: 10px;	
    display: flex;
    justify-content: center;		
	display: -webkit-flex;
    -webkit-justify-content: center;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.newsTitle{
	padding-top:0;
	margin:0px auto;
	font-size: 1.0em;
	color: #b3afaf;
	text-transform: initial;	
	margin-left: 1vw;
	margin-right: 1vw;	
	margin-bottom: 0;
	word-wrap: break-word;
}

.newsName{
	font-weight: 900;
	white-space: break-spaces;
}

.newsDescription{
	font-weight: 400;
	white-space: break-spaces;
}

.newsMessage{
	font-weight: 400;
	white-space: break-spaces;
}

.newsImage, .newsImageVideoVI, .newsImageVideoYT{
	position: relative;
	visibility: hidden;
	box-shadow: 0px 0px 1vw var(--boxshadow-color);
	width: auto;
	margin-bottom:1.5vw;
    width: 16vw;
    min-width: calc( 345px - 4vw );
    max-width: 430px;	
	margin-top:1.5vw;
}

.newsImageVideoVI {
	margin: auto;
	margin-bottom: 1.5vw;
	margin-top: 1.5vw;
}

.newsCont .newsImage, .newsCont .newsImageVideoVI, .newsCont .newsImageVideoYT {
	max-width: unset;
	width: calc(100% - 4vw);
}

.newsVideoRemove, .newsImageVideoYT {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;	
}

.newsImageVideoYT {
	left: 50%;
    transform: translate(-50%, 0);	
}

.newsImageVideoYTCont {
	width: 100%;
	padding-bottom: 56.25%;
    top: 0px;
}

.newsImageVideoYT {
	margin-top: unset;
	margin-bottom: unset;	
}

.newsImage2 {
    visibility: hidden;
    box-shadow: 0px 0px 1vw var(--boxshadow-color);
    width: auto;
    margin-bottom: 1.5vw;
}

.newsImageMax{
	max-width:75%;
}

.newsVideo{
	margin-top:1.5vw;
	margin-bottom:1.5vw;
}

.newsVideoShadow{
	box-shadow: 0px 0px 1vw var(--boxshadow-color);
}

.newsPosted{
    margin: 0px auto;
    font-size: 1em;
    color: #b3afaf;
    text-transform: initial;
    text-align: center;
    position: relative;
    font-weight: 400;	
}

.newsSocial{
    top: 10px;
    position: absolute;
}

.newsDate{
	margin: 0px auto;
    font-size: 1em;
    color: #b3afaf;
    text-transform: initial;
    text-align: center;
    position: relative;
    font-weight: 400;	
}

.newsType{
	display: inline-block;
	width: 100%;
	text-align: left;
    background-color: rgba(0, 0, 0, 0.25);
	position:relative;
	font-weight: 900;
	color: #ffffff;	
	height: 7em;
	border-bottom: 1px solid var(--border-color);
}

.newsItemEnd{
	border-bottom:1px solid var(--border-color);
}

.contentNewsLine{
	height: 100%;
	width: 1px;
	background: var(--border-color);
	position: absolute;
	left:50%;
}

.newsType img{
	width:8%;
	padding-left:7.5px;
	padding-top:5px;
}

.newsType-l{
	border-top-left-radius:25px;
}

.newsType-r{
	border-top-right-radius:25px;
}

.newsLikes, .blogLikes{
	position:absolute;
	top: 9px;
    right: 9px;
}

.storeNFT .newsLikes{
	margin: 0px auto;
    font-size: 1.05em;
    color: #b3afaf;
    text-transform: initial;
    text-align: center;
    position: absolute;
	top: initial;
    bottom: -22px;
    left: 0px;
    right: 0px;
}

.storeNFT .newsType {
	height: 120px;
}

.storeNFT .newsSocial {
	top: 8px;
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
}

.storeLogo {
	position: relative;
    left: 7.5px;
    padding-right: 7.5px !important;
    padding-top: 5px !important;
	padding-left: inherit !important;
    border-radius: 80px;
    width: 40px !important;
    height: 40px;
}

.storeListed, .storeExpire, .storeDate, .storePosted {
	margin: 0px auto;
	font-size: 1em;
	color: #b3afaf;
	text-transform: initial;	
	text-align: center;
	position: absolute;
    left: 0px;
    right: 0px;
	font-weight: 400;		
}

.storeDate{
    bottom: 27px;
}

.storePosted{
    bottom: 0px;
}

.storeExpire{
    bottom: 18px;
}

.newsLikes img{
	width:auto;
}

.newsLikes span{
	position: relative;
	top: 1px;
	font-size: 1em;
}

.newsHashTag{
	font-size: 0.9em;
    color: #929292;
}

.newsUrl{
	font-size: 0.9em;
}

a.newsUrl:hover, a.newsUrl:active, a.newsUrl:link, a.newsUrl:visited {
    color: #929292;
	text-decoration:underline;
}

.commmentCont {
	text-align: center;
	margin: 1em;
}

.messageComment {
	font-size: 0.8em;
}

.inputComment, .inputComments {
	position: relative;
    margin: 0 auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.singleComment {
    display: inline-block;
    text-align: left;
    position: relative;
    font-weight: 900;
    color: #ffffff;
}

.singleCommentTxt {
	font-weight: 400;
	margin-left: 0.5em;
    margin-top: 0.5em;
	text-transform: none;
	display: flex;
    gap: 0.5em;	
}

.singleCommentTxt img {
	max-width: 6em;
}

.groupComment {
    position: relative;
    padding: 2em;
	width: 75%;
}

.fieldComment {
	font-family: inherit;
	width: 100%;
	border: 0;
	border-bottom: 2px solid #9b9b9b;
	outline: 0;
	font-size: 1.3rem;
	color: #fff;
	padding: 7px 0;
	background: transparent;
	transition: border-color 0.2s;
}
.fieldComment::placeholder {
	color: transparent;
}
.fieldComment:placeholder-shown ~ .labelComment {
	font-size: 1.3rem;
	cursor: text;
	top: 20px;
}

.labelComment {
	position: absolute;
	top: 0;
	display: block;
	transition: 0.2s;
	font-size: 1rem;
	color: #9b9b9b;
}

.fieldComment:focus {
	padding-bottom: 6px;
	font-weight: 700;
	border-width: 3px;
	border-image: linear-gradient(to right, #11998e, #38ef7d);
	border-image-slice: 1;
}
.fieldComment:focus ~ .labelComment {
	position: absolute;
	top: 0;
	display: block;
	transition: 0.2s;
	font-size: 1rem;
	color: #11998e;
	font-weight: 700;
}

/* reset input */
.fieldComment:required, .fieldComment:invalid {
	box-shadow: none;
}

.submitComment {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: 0px;
	color: rgb(160, 160, 160);
	text-decoration: none;
	font-size: 1.5em;
	display: inline-block;
	font-family: 'Lato';
	text-transform: uppercase;
	padding: 0.5em 2em;
	border: 2px solid rgb(160, 160, 160);
	transition: 0.02s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.submitComment::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	background: rgb(160, 160, 160);
	transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
	z-index: -1;
}

.submitComment::after {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f075";
	display: inline-block;
	position: absolute;
	top: calc(100% - 1.5em);
	left: calc(100% - 3em);
	right: 3em;
	bottom: 0;
	opacity: 0;
	transition: right 0.3s cubic-bezier(0.1, 0, 0.1, 1);
}

.submitComment:hover {
	padding: 0.5em 3.5em 0.5em 0.5em;
}

.submitComment:hover::before {
	left: calc(100% - 3em);
	right: 0;
	transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.submitComment:hover::after {
	right: 0;
	transition: right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), opacity 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
	opacity: 1;
}

.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
    cursor: pointer;
}
.ytp-large-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    z-index: 63;
}
.ytp-button:focus, .ytp-button {
    outline: 0;
}
.ytp-button {
    border: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    cursor: default;
    line-height: inherit;
}

.video-responsive {
	padding-bottom: 56.25%;
    position: relative;
    height: 0;
    overflow-y: visible;
}

.video-responsive iframe {
	left: 0;
    top: 0;
    position: absolute;
    max-height: 137px;
}

.search {
	background-color: #242628;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    width: 3rem;
    height: 3rem;
    line-height: 3rem !important;
    cursor: pointer;
    border-radius: 1rem;
    font-size: 2em;
    margin: 4px;
    background: #707070;
    background-image: linear-gradient(to bottom, #545050, #323333);
    box-shadow: 0px 0px 15px var(--boxshadow-color);
 /*   text-shadow: 0px 0px 8px black;*/
    color: #d2d2d2;
}

.search:before {
	content: '';
	display: block;
	height: 100%;
	position: relative;
	transition: all 0.5s ease;
}

.search.open {
	width: 300px;
}
.search.open:before {
	height: 60px;
	margin: 20px 0 20px 30px;
	position: absolute;
}

.search-box {
	width: calc( 304px - 4rem );
    height: 50%;
    box-shadow: inset 0px 2px 8px var(--boxshadow-color);
    border: none;
    background: #0000001a;
    color: #d2d2d2;
    padding: 20px 0.5em 20px .5em;
    font-size: 1em;
    border-radius: 12px;
    position: relative;
    left: -1.5rem;
}
.search-box:focus {
  outline: none;
}

.search-button {
	width: 3rem;
    height: 3rem;
    display: block;
    position: absolute;
    top: 0px;
	right: 0px;		
    cursor: pointer;
}

.search-icon {
	width: 0.6em;
    height: 0.6em;
    border-radius: 40px;
    border: 2.5px solid #d2d2d2;
    display: block;
    position: relative;
    margin-left: 8px;
    transition: all 0.5s ease;
    top: 6px;
    box-shadow: 0px 0px 4px #19191999, inset 0px 0px 6px var(--boxshadow-color);
}
.search-icon:before {
	content: '';
    width: 2.5px;
    height: 10px;
    position: absolute;
    right: -4px;
    top: 14px;
    display: block;
    background-color: #d2d2d2;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
	box-shadow: 0px 0px 15px var(--boxshadow-color);
}
.search-icon:after {
	content: '';
    width: 2.5px;
    height: 10px;
    position: absolute;
    right: -10px;
    top: 20px;
    display: block;
    background-color: #d2d2d2;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
	box-shadow: 0px 0px 15px var(--boxshadow-color);
}

.filter-img-sel .search-icon {
    border: 3px solid #525151 !important;	
}

.filter-img-sel .search-icon:before {
    background-color: #525151 !important;	
}

.filter-img-sel .search-icon:after {
	background-color: #525151 !important;	
}

.open .search-icon {
	margin: 0;
	width: 1.1em;
    height: 1.1em;
	border-radius: 60px;
}
.open .search-icon:before {
    transform: rotate(52deg);
    right: 10px;
    top: 10px;
    height: 18px;
}
.open .search-icon:after {
    transform: rotate(-230deg);
	right: 10px;
    top: 1px;
    height: 18px;
}

.cloudColor {
	height: 36px;
	border-radius: 2em;
	margin: auto;
	width: 7em;
}

.cloudSelection {
	height: 36px;
	border-radius: 2em;
	margin: auto;
	width: 10em;	
	text-align: center;	
}

.cloudSelectionLoad {
	border-radius: 2em;
	margin: auto;	
    position: relative;
    z-index: 0;
    height: 3.5vmax;
    left: -3.5vmax;
    top: -0.35vmax;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 20vmax;
    text-align: center;
}

.cloudInput {
	height: 30px;
	border-radius: 2em;
	margin: auto;
	width: 7em;	
	text-align: center;
}

.onoffswitch {
    position: relative; width: 60px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
	margin: auto;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 2rem; padding: 0; line-height: 2rem;
    border: 2px solid #515050; border-radius: 2rem;
    background-color: #000000;
    transition: background-color 0.1s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 2rem;; margin: 0px;
    background: #d2d2d2;
    position: absolute; top: 0; bottom: 0;
    right: 24px;
    border: 2px solid #515050; border-radius: 2rem;;
    transition: all 0.1s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
	background-color: #524e4e;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
	border-color: #515050;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px; 
}
/* ---------------------------------------------------------------------------------------- */
@media (min-width: 1025px) {
	.menu {
		font-size: 1.25vw;		
	}
}

.menu {
	font-weight: 900;
	font-size: 1.5vw;
	color: #b3afaf;
	padding-top: 0px;
}
.menu ul {
	transition: max-height 0.25s linear;
	margin: 0;
	padding: 0;
	text-align: center;
}
.menu li {
	transition: visibility .25s linear;
	display: inline-block;
	border: 2px solid rgb(90, 90, 90);
	border-top-style: none;
	padding: .45em 1.1em;
	margin: 0 .3em;
	-moz-box-shadow: 0px 0px 2vw var(--boxshadow-color);
	-webkit-box-shadow: 0px 0px 2vw var(--boxshadow-color);	
	box-shadow: 0px 0px 2vw var(--boxshadow-color);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}
.menu a:link {text-decoration:none;color: #b3afaf;}
.menu a:visited {text-decoration:none;color: #b3afaf;}
.menu a:hover {text-decoration:none;color: #b3afaf;} 
.menu a:active {text-decoration:none;color: #b3afaf;}

.artist a:link {text-decoration:none;color: #b3afaf;}
.artist a:visited {text-decoration:none;color: #b3afaf;}
.artist a:hover {text-decoration:none;color: #b3afaf;} 
.artist a:active {text-decoration:none;color: #b3afaf;}

.link-back{
	background: rgba(81, 81, 81, 0.9) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGUlEQVQIW2NkgABjID7LCGX4AOktIA5cBgAxnwM33b9N+wAAAABJRU5ErkJggg==);
	background-attachment: fixed;
}

.link-normal{
	background: rgba(0, 0, 0, 0.6) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGUlEQVQIW2NkgABjID7LCGX4AOktIA5cBgAxnwM33b9N+wAAAABJRU5ErkJggg==);
	background-attachment: fixed;
}
/* ---------------------------------------------------------------------------------------- */
@media (max-width: 1024px) {
	.main {
		top: 0px;		
		padding-left: initial;
		padding-right: initial;
	}
	.main .font {
		margin-top: 4vmax;
	}
	.wait {

	}
	.header {
		height: auto !important;			
		z-index: 12;
	}
	.header_mess{
		left: 6.5vmax;
		color: #b3afaf;
		z-index: 101;
	}
	.header_ui {
		right: 2.5vmax;
		line-height: 2.5vmax;
		font-size: 2.5vmax;
		top: 3.5vmax;
	}
	.header_ui i {
		width: 4vmax;
	}	
	.header_menu {
		top:0px;
		z-index: 102;
	}	
	.header_ruler {
		display:none;
	}
	.header_logo {
		display:none;
	}	
	.header_quote {
		display:none;
	}	
	.header_namme {
		display:none;
	}
	.UIFull {
		display:none;
	}
	.menu ul {
		max-height: 100%;
	}
	.menu li {
		display:none;
		border: none;
		background: rgba(37, 37, 37, 0.95);
		border-radius:0px;
		box-shadow: 0px 0px 0px var(--boxshadow-color);
		font-size: 3em;
		border-bottom:solid 1px rgba(37, 37, 37, 0.95);
		margin: 0;
		text-align: left;
		padding-left: 60px;	
	}
	.menu .navbar-handle {
		display: block;
	}
	#navbar-checkbox:checked + .menu ul {
		max-height: var(--window-height);
		overflow: hidden;
		overflow-y: scroll;		
	}
	#navbar-checkbox:checked + .menu li {
		display:block;
	}
	#navbar-checkbox:checked + .menu .navbar-handle,
	#navbar-checkbox:checked + .menu .navbar-handle:after,
	#navbar-checkbox:checked + .menu .navbar-handle:before {
		border-color: #aaa;
	}
	#navbar-checkbox:checked + .menu ul a:last-child li {
		position: relative;
		font-size: 3em;
		height: var(--window-height);
	}
	.link-back{
		color: #383838;
	}
	.link-normal{
		color:inherit;
	}
	.groupComment {
		width: 90%;
	}
}
.navbar-checkbox {
	display: none;
}
.navbar-handle {
	display: none;
	cursor: pointer;
	position: relative;
	font-size: 45px;
	padding: .5em 0;
	height: 0;
	width: 1.66666667em;
	border-top: 0.13333333em solid;
}
.navbar-handle:before,.navbar-handle:after {
	position: absolute;
	left: 0;
	right: 0;
	content: ' ';
	border-top: 0.13333333em solid;
}
.navbar-handle:before {
	top: 0.37777778em;
}
.navbar-handle:after {
	top: 0.88888889em;
}
.menu {
	position: absolute;
	top: 0;
	left: 0px;
    right: 0px;
	bottom: 0px;
}
.menu .navbar-handle {
	position: absolute;
	font-size: 18px;
	top: .5em;
    left: 1em;
	z-index: 10;
}
.header_menu{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}

.carousel {
	margin-bottom: 1.5vw;
}

.carousel img {
	visibility: hidden;
	display: none;
	box-shadow: 0px 0px 1vw var(--boxshadow-color);
	width: auto;
	margin-bottom:1.5vw;
    width: 16vw;
    min-width: calc( 345px - 4vw );
    max-width: 430px;	
	margin-top:1.5vw;
}

.carousel-cell {
	width: 100%; /* full width */
	display: flex;
	align-items: center;
	justify-content: center;
}

.carousel-cell:first-child img:first-child {
	display: block;
}

button, input {
	touch-action: manipulation;
}

.flickity-page-dots { 
	bottom: 2.5vmax;
}

.flickity-page-dots .dot {
    background: #c7c7c7;
	box-shadow: 0px 0px 4px var(--boxshadow-color);
}

.flickity-viewport {
	transition: height 0.2s;
}

#cookie-bar-button {
	background-color: #222222 !important;
}

#cookie-bar {
	opacity: 0.9 !important;
}

#cookie-bar p {
	font-family: 'Lato' !important;
	font-weight: 400 !important;
}

.customLogo {
	left: 50%;
	transform: translateX(-50%);
    font-size: 1.2em;
    font-weight: normal;	
}

.lightning{
	filter: brightness(5);
	color:white;
}

.cursor {
	cursor: pointer;
}