@CHARSET "UTF-8";

html {
	background: #000 !important;
}

body {
	background: #000000 !important;
	overflow-x: hidden;
  	overflow-y: scroll;
}

p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 18px;
	margin: 20px !important; 
}

.social-link {
	cursor: pointer;
	opacity: 0.5;
}

#top-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    border-bottom: solid black 3px;
    background: linear-gradient(180deg, var(--color-bg-dark), var(--color-bg-light));
    background-image: radial-gradient(circle at 20% 10%, rgba(124,77,255,.25), transparent 50%),
                      radial-gradient(circle at 80% 80%, rgba(0,229,255,.2), transparent 45%);
    background-attachment: fixed;
}

#top-slider .logo-box {
	position: absolute;
	left: 0px;
	top: 5px;
	z-index: 990;
}

#top-slider .info-box {
	position: absolute;
	left: 0;
	margin-left: 2%;
	margin-right: 2%;
	bottom: 7%;
	background: rgba(0,49,110,0.9);
	max-width: 550px;
	padding: 10px;
	z-index: 1000;
  	animation: fadeIn ease 4s;
  	-webkit-animation: fadeIn ease 4s;
  	-moz-animation: fadeIn ease 4s;
  	-o-animation: fadeIn ease 4s;
  	-ms-animation: fadeIn ease 4s;
}

#top-slider .info-box h1{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 35px;
	font-weight: bold;
	line-height: 45px;
	margin: 0;
	color: white;	
	text-align: left;
}

@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

#top-slider .album-box h1{
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgb(0,49,110);
	width: 100%;
  	animation: fadeIn ease 4s;
  	-webkit-animation: fadeIn ease 4s;
  	-moz-animation: fadeIn ease 4s;
  	-o-animation: fadeIn ease 4s;
  	-ms-animation: fadeIn ease 4s;
	z-index: 999;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 55px;
	color: white;	
	text-align: center;
}

#top-slider .album-box img {
	min-width: 235%;
	min-height: 235%;
	width: auto;
	height: auto;
}

.header {
	width: 100%;
	height: 120px;
}

.header .logo {
    position: absolute;
    left: 0px;
    top: 5px;
    z-index: 990;
    width: 110px;
	height: 110px;
	transition: filter 0.3s ease;
}
.header .logo:hover {
	filter: saturate(1.5);
}

.header .social {
	margin-top: 38px;
}

.footer-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-top: 20px;
}

.footer .social {
	width: 350px;
	padding-top: 30px;
	padding-bottom: 20px;
}

.footer .social2 {
	width: 140px;
	padding-top: 30px;
	padding-bottom: 20px;
}

.footer .contact{
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 30px;
}

.page, .about {
	overflow-x: hidden; 
}

.portfolio-thumb {
	margin: 0 !important;
}

.portfolio-thumb .content {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: relative !important;
	overflow: hidden;
}

.portfolio-thumb .youtubelogo {
        display:block;
        position:absolute;
        z-index:9;
	top: 10px;
        right: 0px;
        width:10%;
	height:10%;
        background:url(/images/youtube.png) no-repeat;
	background-size:contain;
}

.portfolio-thumb .twitterxlogo {
        display:block;
        position:absolute;
        z-index:9;
	top: 10px;
        right: 0px;
        width:10%;
	height:10%;
        background:url(/images/twitterx.png) no-repeat;
	background-size:contain;
}

.portfolio-thumb .title {
	display: block;
	color: white;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 38px;
	line-height: 48px;
	text-transform: uppercase;
	margin: 15px 10px 10px 0;
}

.portfolio-thumb .description {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #999999;
	display: block;
	padding-right: 14px;
	margin: 15px 0 46px 0;
}

.portfolio-thumb .divider {
	width: 99%;
	height: 0px;
	border-bottom: 0px solid black;
}

.rsArrow :hover
{
	background-color: #000000;
	transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;    /* FF3.7+ */
	-o-transition: background-color 0.1s linear;      /* Opera 10.5 */
	-webkit-transition: background-color 0.1s linear; /* Saf3.2+, Chrome */
}

#frontpage .button.info-button {	
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	z-index: 9990;
	width: 66px; 
	height:66px;
	background: rgba(256,256,256,1) url("info-icon.png") no-repeat;
	background-position: -130px 0px;
}

#frontpage .button.info-button:HOVER {	
	background-position: 0px 0px;
}

#frontpage .button.up-button {	
	position: fixed;
	cursor: pointer;
	right: 0;
	top: 50%;
	margin-top: -33px;
	display: none;
	z-index: 9990;
	width: 66px; 
	height:66px;
	background: rgba(256,256,256,1) url("up-icon.png") no-repeat;
	background-position: -130px 0px;
}

#frontpage .button.up-button:HOVER {	
	background-position: 0px 0px;
}

#menu .project-info {
	position: relative;
	width: 90%;
	height: auto;
	margin: 5% auto;
	text-align: center;
}

#menu .project-info .about-title{
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: white;
	font-size: 40px;
	line-height: 43px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#menu .project-info p{
	color: #a9a9a9;
	text-align: left;
}

#menu .project-info .divider{
	margin: 30px auto;
	width: 60px;
	height: 1px;
	border-bottom: 1px solid white;
}

#menu .project-info .quote{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 25px;
	line-height: 40px;
	text-align: center;
	padding: 20px 0;
	color: #ffffff;
}

#frontpage .button.about-close-button {
	top: 0;
	right: 0;
	width: 66px;
	height: 66px;
	position: fixed;
	cursor: pointer;
	background: rgba(0,0,0,1) url("x-marker_bak.png") no-repeat center center;	
	background: rgba(255,255,255,1) url("x-marker.png") no-repeat;
	background-position: -130px 0px;	
	z-index: 9999;	
}

#frontpage .button.about-close-button:hover {
	background-position: 0px 0px;	
}

#frontpage .button {
	cursor: pointer;
	width: 66px;
	height: 66px;
	z-index: 900;
	position: absolute;
}

.project-page .button {
	cursor: pointer;
	width: 66px;
	height: 66px;
	z-index: 900;
	position: absolute;
}

.project-page .button:hover {
}

.project-page .button.close-button {
	top: 50%;
	margin-top: -176px;
	right: 0;
	background: rgba(255,255,255,1) url("x-marker.png") no-repeat;
	background-position: -130px 0px;	
}

.project-page .button.close-button:hover {
	background-position: 0px 0px;
}

.project-page .button.up-button {	
	position: fixed;
	cursor: pointer;
	right: 0;
	top: 50%;
	margin-top: -33px;
	display: none;
	z-index: 9990;
	width: 66px; 
	height:66px;
	background: rgba(256,256,256,1) url("up-icon.png") no-repeat;
	background-position: -130px 0px;
}

.project-page .button.up-button:HOVER {	
	background-position: 0px 0px;
}

.project-page .info {
	background: black;	
	z-index: 902;
	position: absolute;
	bottom: 0px;
	margin-left: 0;
}

.project-page .info .title {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 20px;
}

.album-page {
	position: relative;
	height: auto;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #a9a9a9;
	text-align: left;
	padding: 30px;
	border-radius: 16px;
	background: #1f1f1f;
	min-width: 320px;
	max-width: 900px;
	margin: 20px auto;
}

.neon {
	box-shadow: 0 0 25px rgba(0, 255, 255, 0.3);

}

.album-page .title {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: white;
	font-size: 32px;
	line-height: 38px;
	text-align: center;
}

.album-page .title2 {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: darkgoldenrod;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}

.album-page .updates {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: darkgoldenrod;
	font-size: 17px;
	line-height: 25px;
	text-align: center;
}

.album-page blockquote {
  	background: #00316e;
  	border-left: 15px solid yellowgreen;
  	margin: 1.5em 10px 0;
  	padding: 1em 20px;
  	quotes: "\201C""\201D""\2018""\2019";
}

.album-page blockquote:before {
  	color: #ccc;
  	content: "\201C";
  	font-size: 4em;
  	line-height: 0.1em;
  	margin-right: 0.25em;
  	vertical-align: -0.4em;
}

.album-page blockquote p {
  	display: inline;
	font-size: 18px;
	color: white;
}

.album-page .divider{
	margin: 30px auto;
	width: 60px;
	height: 1px;
	border-bottom: 1px solid white;
}

.album-page object, .album-page iframe {
	width: 100%;
}

.object-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.object-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.object-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer {
	width: 100%;
	overflow: hidden;
}


#tweet ul {
	margin-left: 10px; 
}
#tweet li {
	color:#cccccc; font-size: 16px; line-height: 25px; list-style-type:disc;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fb-icon, .twitter-icon, .linkedin-icon, .mail-icon, .rss-icon {
	margin-left: 15px;
	margin-right: 15px;
	float: left;
}

.fb-icon:hover { background: #3b5998; }
.twitter-icon:hover { background: #4099ff; }
.linkedin-icon:hover { background: #014cb7; }
.mail-icon:hover { background: #009900; }
.rss-icon:hover { background: #ff6600; }

.fb-icon:hover, .twitter-icon:hover, .linkedin-icon:hover, .mail-icon:hover, .rss-icon:hover {
     -webkit-transition: background-color 300ms linear;
     -moz-transition: background-color 300ms linear;
     -o-transition: background-color 300ms linear;
     -ms-transition: background-color 300ms linear;
     transition: background-color 300ms linear;
}

/* Bootstrap customize */

.container-fluid {
	margin-left: auto;
  	margin-right: auto;
}

.container-fluid-mobile {
  	margin-left: auto;
  	margin-right: auto;
  	max-width: 600px;
}

.header .container-fluid {
  	margin-left: auto;
  	margin-right: auto;
  	max-width: 1280px !important;
}
#suggestionForm {
	margin: 20px 0 0 !important; 
	background: #222;
	padding: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	text-align: center;
}
#suggestionForm input[type="text"] {
	padding: 10px;
	border-radius: 8px;
	border: none;
	width: 250px;
	margin-right: 10px;
	color: white;
	background: #555;
}
#suggestionForm button {
	padding: 10px 20px;
	border-radius: 8px;
	border: none;
	background: #4CAF50;
	color: white;
	cursor: pointer;
}
.copyright { 
	padding: 10px; font-size: 13px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #ffffff; letter-spacing: 3px; text-align: center; background: #000;
}

.subtitle {
    padding: 10px; font-size: 15px; line-height: 22px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 3px; text-align: center;
    color: #6b7280;
    transition: color 0.3s ease;
    background: linear-gradient(to right, #8b5cf6, #d948ec, #ef4444); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitle a {
    text-decoration: none;
}

.subtitle a:hover {
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: #FFA000;
}

.logo-box img{
        width: 110px;
	height: 110px;
	transition: filter 0.3s ease;
}
.logo-box img:hover {
	filter: saturate(1.5);
}

.searchrow {
        display: inline-flex;
        padding-top:20px;
        padding-bottom:20px;
	width: 75%;
	margin-left: 15vw;
}


.tiktok { 
	padding: 15px; font-size: 22px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: white; text-align: center; background: white; 
	background-image: repeating-linear-gradient(to right, #ed1c0d 0%, #ed7300 12%, #ffbf0f 24%, #87c70f 36%, #00c9bf 48%, #3d8cde 62%, #663382 74%, #ffa3b5 85%, #ff3363 100%);
  	background-size: 100% 100%;
  	background-repeat:no-repeat;
}

.tiktok_title { 
	font-size: 20px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #333; text-align: center; margin-left: 20%; margin-right: 20%; margin-top: 30px;
}

.selectyear {
	padding: 5px 120px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #ffffff; font-size: 16px; line-height: 22px; text-align: center; min-height: 50px;
	text-decoration: none;
	position: relative;
    	top: 50%;
    	transform: translateY(-50%);
	transition: text-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
}
.selectyear a {
	/*border: solid 1px #999;
	line-height: 20px;
	background: rgba(90,90,90,0.2); */
	padding: 0 5px;
	border-radius: 6px;
	color: #eee;
	margin: 2px 1px;
	font-size: 14px;
	white-space: nowrap;
	border: solid 1px #666;
}
.selectyear a:hover, .selectedyear, .newsletter-item a:hover, td a:hover, h1 a:hover, p a:hover, .album-page a:hover{
    color: #fff !important; 
    text-shadow: 0 0 2px #00ffff, 0 0 20px #00ffff, 0 0 30px #00ffff;
}
/*.album-page p a {
	font-size: 12px;
	vertical-align: super; 
} */
.album-page h1 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 15px !important;
	text-align: center;
}

.album-page h2 {
	font-size: 22px;
	line-height: 28px;
	/*margin-bottom: 15px !important; */
}

.album-page h3 {
	font-size: 20px;
	line-height: 25px;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	text-align: center;

}

.album-page h4 {
	font-size: 15px;
	margin-bottom: 10px !important;
	text-align: center;
	background: linear-gradient(to right, #8b5cf6, #d948ec, #ef4444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}

.album-page p {
	font-size:16px;
	line-height:23px;
}

.album-page ul {
	margin: 0 20px;
}

.album-page ul li {
	font-size:17px;
	line-height:22px;
}

.totalalbums {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: white;
	font-size: 16px;
	letter-spacing: 5px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#ytvideo {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#ytvideo iframe,
#ytvideo object,  
#ytvideo embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width:1200px) {
	.row-fluid .span6 {
		width: 50% !important;
	}
}

/* Mobile */

@media (max-width: 600px) {
	body {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.header {
		height: 150px;
	}
	
	[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
		float: left !important;
		width: 100% !important;
	}
	
	/*
	.row-fluid .span6 {
	    width: 50% !important;
	}
	*/
	  
	.portfolio {
	 	padding-left: 0;
	 	padding-right: 0;
	}
	 
	.footer {
		margin-top:0;
	}

	.footer .contact {
	 	padding-left: 6%;
	 	margin-top: 0;
	 	background-color: black;
	 	padding-top: 40px;
	 	padding-bottom: 25px;
	}
	 
	.header .logo {
		width: 90px;
		height: 90px;
	}

	#menu {
		width: 100% !important;
	}

	#menu .project-info .quote{
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-style: italic;
		font-size: 20px;
		line-height: 25px;
		text-align: center;
		padding: 20px 0;
		color: #ffffff;
	}

	.portfolio-thumb .title {
		display: block;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: white;
		font-size: 30px;
		line-height: 35px;
		margin: 15px 0 10px 0;
	}

	.album-page .title2 {
		display: block;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: darkgoldenrod;
		font-size: 20px;
		line-height: 24px;
	}

	.album-page .updates {
		display: block;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: darkgoldenrod;
		font-size: 14px;
		line-height: 18px;
		margin: 15px 0 10px 0;
		text-align: center;
	}

	.portfolio-thumb .description {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 18px;
		line-height: 22px;
		color: #999999;
		display: block;
		padding-right: 14px;
		margin: 15px 0 46px 0;
	}

	.totalalbums {
		display: block;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: white;
		font-size: 14px;
		letter-spacing: 5px;
		text-align: center;
		margin-bottom: 20px;
	}

	.selectyear { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #FFA000; font-size: 15px; line-height: 17px; text-align: center; margin-top: 5px; padding: 0px 60px; position: relative; top: 50%; transform: translateY(-50%);}
	.selectyear a {
		padding: 0px 5px;
		font-size: 12px;
	}
	.largertext {font-size: 20px !important; line-height: 25px !important;}
	#searchForm { width: 60vw !important; }
	 
	.container-fluid {
  		margin-left: auto;
  		margin-right: auto;
  		max-width: 600px;
	}

	.footer .social {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.footer .social2 {
		padding-top: 100px;
		padding-bottom: 10px;
	}
	 
	#top-slider .info-box2 {
        	top: 5px;
        	padding: 10px;
	}

	#top-slider .info-box2 h1{
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	 	font-size: 14px !important; 
		line-height: 18px;
	}

	#top-slider .info-box {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold;
		padding: 5px;
	 }

	#top-slider .album-box h1{
		position: absolute;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 24px;
		font-weight: bold;
		line-height: 40px;
		color: white;	
		text-transform: uppercase;
		text-align: center;
		z-index: 999;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #000;
		width: 100%;
	}
	 
	 #top-slider .info-box h1 {
	 	font-size: 18px !important;
	 	line-height: 25px;
	 }

	 #top-slider .info-box h2 {
	 	font-size: 11px;
	 	line-height: 14px;
	 }

	.hovereffect h2 {
		font-size: 13px !important;
	}
	
	.project-info {
		position: relative;
		top: 50px !important;
		width: 100% !important;
		min-height: none !important;
		margin: auto auto !important;
		text-align: center !important;
	}
		
	.project-info p, .project-info .about-title, .project-info .service{
		padding: 0 20px !important;
	}
	
	.project-page-with-map {
		width: 100% !important;
	}

	.project-page .info {
		width: 100%;
		position: relative;
		bottom: 0;
		margin-left: 0;
	}
	
	.project-page .info .title {
		margin-top: 7px;
		margin-left: 10px;
		margin-bottom: 7px;
	}
	
	.project-page .info .description {
		margin-bottom: 7px;
		margin-left: 10px;
	}
	
	.copyright { padding: 10px; font-size: 12px; }
	.subtitle { padding: 10px; font-size: 14px; }

	[class*=" imghvr-"] figcaption, [class^=imghvr-] figcaption {
                padding: 10px !important;
        }

        [class*=" imghvr-"] figcaption, [class^=imghvr-] figcaption p {
                font-size:9px !important;
                line-height: 9px !important;
        }

	pre code {
		font-size:15px !important;
	}

	ul li {
		line-height: 20px !important;
		margin-left: 20px;
	}
	ol li {
		line-height: 20px !important;
		margin-left: 20px;
	}

	.footer .social {
		width: 250px;
	}

	.footer .social2 {
		width: 140px;
	}

	.footer-image {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 60%;
	}
	.fb-icon, .twitter-icon, .linkedin-icon, .mail-icon, .rss-icon {
		margin-left: 5px;
		margin-right: 5px;
	}
	
	#all-work {
		padding-top: 0px;
	}
	
	#top-slider .logo-box {
		position: absolute;
		left: 0px !important;
		top: 0px !important;
		z-index: 990;
	}

	.logo-box {
		margin-top: 10px;
	}

	.logo-box img {
		width:80px !important;
		height:80px !important;
	}

	.searchrow {
        display: inline-flex;
        padding-top:10px;
        padding-bottom:0px;
	width: 75%;
	margin-left: 12vw;
	}

	.album-page blockquote {
		margin: 0;
		border-left: 10px solid yellowgreen;
		padding: 2%;
		margin-bottom: 5px;
		margin-top: 20px;
	}

	.album-page {
        	position: relative;
        	height: auto;
		margin-top: 2%;
		margin-bottom: 10px;
		margin-left: 2%;
		margin-right: 2%;
		padding: 3%;
        	text-align: center;
        	font-size: 15px;
        	line-height: 22px;
        	color: #a9a9a9;
        	text-align: left;
	}

	.album-page .title {
        	font-size: 25px !important;
		line-height: 30px !important;
	}

	.album-page blockquote p {
        	font-size: 14px;
	}

	#spidochetube_player {
    		width: 100% !important;
	}

	#spidochetube_list {
    		width: 100% !important; 
	}

	#spidochetube_list li span {
		font-size: 15px !important;
    		line-height: 20px !important; 
	}

	#spidochetube_list li:first-child {
		margin-top: -40% !important;
	}

	.tiktok { 
		font-size: 18px;
	}

	#map {
                width: 100% !important;
                height: 50vw !important;
        }

	#map-loader {
		display: none !important;
        }

	.album-page h1 {
	font-size: 25px !important;
	line-height: 30px !important;
	margin-bottom: 5px !important;
	text-align: center;
	}

	.album-page h2 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 5px !important;
	text-align: center;
	}

	.album-page h3 {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px !important;
	text-align: center;
	}

	.album-page h4 {
	font-size: 12px;
	margin-bottom: 5px !important;
	text-align: center;

	}

	.album-page p {
	font-size:15px;
	line-height:22px;
	}

	.album-page ul {
	margin: 10px;
	}

	.album-page ul li {
	font-size:15px;
	line-height:22px;
	}

	.news-page .title {
        top: -15px !important;
	height: 35px !important;
	font-size: 12px !important;
	}
}

.tooltips {
	width: 300px;
	height: 170px;
    	overflow: hidden;
}

.tooltips h3 {
	position: absolute;
	top: 0;
	width: 100%;
	color: black;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
        white-space:nowrap;
	overflow: hidden;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: white;
  	background-image: repeating-linear-gradient(to right,
  	#ed1c0d 0px, #ed1c0d 50px,
  	#ed7300 50px, #ed7300 100px,
  	#ffbf0f 100px, #ffbf0f 150px,
  	#87c70f 150px, #87c70f 200px,
  	#00c9bf 200px, #00c9bf 250px,
  	#3d8cde 250px, #3d8cde 300px);
  	background-size: 100% 20%;
  	background-repeat:no-repeat;
}

.tooltips2 {
	width: 150px;
	height: 150px;
	border:thin 2px #fff;
	background-color:white;
	padding:5px;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  	background-image: repeating-linear-gradient(to right,
  	#ed1c0d 0px, #ed1c0d 20px,
  	#ed7300 20px, #ed7300 40px,
  	#ffbf0f 40px, #ffbf0f 60px,
  	#87c70f 60px, #87c70f 80px,
  	#00c9bf 80px, #00c9bf 100px,
  	#3d8cde 100px, #3d8cde 120px);
  	background-size: 100% 100%;
  	background-repeat:no-repeat;
}

.gm-style div {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
max-width: none;
}

img[src*="mapcnt3.png"] {
max-width: 0px;
}

.item { width: 25%; }
.item.featured { width: 50%; }

.load-bar {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 9px;
  background-color: #fdba2c;
}
.bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.bar:nth-child(1) {
  background-color: #ed1c0d;
  animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
  background-color: #ffbf0f;
  animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
  background-color: #3d8cde;
  animation: loading 3s linear 2s infinite;
}
@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
}

#searchForm fieldset {
        padding: 10px;
        background: rgba(0,0,0,.2);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}

div.input {
        width: 90%;
	width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        height: 20px;
        padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
        float: left;
        border: 0;
        background: #888;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
}

div.input.focus {
        outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}


input#searchalbums {
    width:100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    border:0;
    background:transparent;
    color:#333;
}

input#searchalbums:focus {
    outline:none
}

input#searchSubmit {
    display:none;
}

.menu-toggle {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: fixed;
    right: 28px;
    top: 28px;
    z-index: 9000;
    display: block;
    float: right;
    background: #333;
}

.menu-toggle, .menu-toggle:after, .menu-toggle:before {
    transition: all .13s ease-in-out 0s;
    -webkit-transition: all .13s ease-in-out 0s;
    -moz-transition: .13s all 0s ease-in-out;
    -o-transition: .13s all 0s ease-in-out;
}

.menu-toggle:after, .menu-toggle:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 2px;
    position: absolute;
    left: 12px;
    top: 0;
    box-shadow: 0 12px #fff, 0 12px #fff, 0 19px #fff, 0 19px #fff, 0 19px #fff, 0 26px #fff, 0 26px #fff;
}

.menu-toggle:hover {
    background: #111;
}

.menu-toggle:hover:after, .menu-toggle:hover:before {
    width: 12px;
    height: 1px;
    left: 14px;
    box-shadow: 0 19px #87c70f, 0 10px #ed1c0d, 0 28px #663382, 0 13px #ed7300, 0 25px #3d8cde, 0 16px #ffbf0f, 0 22px #00c9bf;
}

body.nights .menu-toggle:after,
body.nights .menu-toggle:before {
	width: 20px;
	transform: rotate(45deg) translate(12px, -4px);
	-webkit-transform: rotate(45deg) translate(12px, -4px);
	-moz-transform: rotate(45deg) translate(12px, -4px);
	-o-transform: rotate(45deg) translate(12px, -4px);
	box-shadow: 0 19px #fff, 0 19px #fff, 0 19px #fff, 0 19px #fff, 0 19px #fff, 0 19px #fff, 0 19px #fff;
}

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
	body.nights .menu-toggle:after,
	body.nights .menu-toggle:before {
		height: 2.3px;
	}
}

body.nights .menu-toggle:before {
	transform: rotate(-45deg) translate(-15px, -7px);
	-webkit-transform: rotate(-45deg) translate(-15px, -7px);
	-moz-transform: rotate(-45deg) translate(-15px, -7px);
	-o-transform: rotate(-45deg) translate(-15px, -7px);
}

body.nights .menu-toggle:hover:after,
body.nights .menu-toggle:hover:before {
	width: 20px;
	height: 1px;
	left: 12px;
	box-shadow: 0 19px #fff, 0 19px #fff, 0 19px #fff, 0 19px #fff, 0 19px #fff, 0 19px #fff, 0 19px #fff;
}

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
	body.nights .menu-toggle:hover:after,
	body.nights .menu-toggle:hover:before {
		height: 1.24999995px
	}
}

#menu {
    position: fixed;
    height: 100%;
    width: 40%;
    z-index: 9999;
    background: rgba(34,34,34,1);
    opacity: 0;
    overflow-y: hidden;
    z-index: 0;	
    right: -110%;
    top: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all .7s;
    -webkit-transition: all .7s;
    -moz-transition: .7s all;
    -o-transition: .7s all;
}

#menu.visible {
    opacity: 1;
    right: 0;
    z-index: 5000;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transition: all .4s .1s;
    -webkit-transition: all .4s .1s;
    -moz-transition: .4s all .1s;
    -o-transition: .4s all .1s;
}

.rainbowbar {
	position: relative;
	width: 100%;
	height: 8px;
	overflow: hidden;
	background: linear-gradient(
		90deg,
		red,
		orange,
		yellow,
		lime,
		cyan,
		blue,
		violet,
		red
	  );
	background-size: 200% 100%;
	animation: rainbowBar 20s linear infinite;
}
@keyframes rainbowBar {
	0%   { background-position: 0% 0%; }
	100% { background-position: -200% 0%; }
  }

.container-fluid {
  	padding-right: 0px !important;
  	padding-left: 0px !important;
}

.row-fluid.no-gutters {
  	margin-right: 0;
  	margin-left: 0;
}
.row-fluid.no-gutters > [class^="span"],
.row-fluid.no-gutters > [class*=" span"] {
  	padding: 5px;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.25s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: blur(3px) grayscale(100%);
  -webkit-filter: blur(3px) grayscale(100%);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-align: center;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: white;
  white-space:nowrap;
  overflow: hidden;
  /*border-left: 1px solid royalblue;
  border-right: 1px solid royalblue; */
  background-color: rgba(0,49,110,0.9);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h3 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: black;
  text-transform: uppercase;
}

.hovereffect a.info {
  color: white;
}

.hovereffect:hover h2 {
  color: #ffffff;
  background: #0d0d0d;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(
    90deg,
    #8b0000,
    #cc5500,
    #666600,
    #336633,
    #006666,
    #003366,
    #4b0082,
    #8b0000
  );
  background-size: 200% 100%;
  animation: rainbowBar 10s linear infinite;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#searchForm {
  margin: 0 10vw;
  width: 80vw;
}

.onerow {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.onerow img {
   max-width: 48%; /* Ensure images don't exceed their original size */
   height: auto; /* Maintain the aspect ratio of the images */
   margin: 1%;
}

.onerow .imghvr-flip-horiz, .onerow .imghvr-blur, .onerow .imghvr-fade {
   max-width: 48% !important; /* Ensure images don't exceed their original size */
}

.imghvr-flip-horiz, .imghvr-blur, .imghvr-fade {
   background-color: #1f1f1f !important;
}

.onerow figure img {
   max-width: 98%; /* Ensure images don't exceed their original size */
   height: auto; /* Maintain the aspect ratio of the images */
   margin: 1%;
}

.gemini-logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}

.oneimage {
   display: block;
   justify-content: space-between;
   align-items: center;
}

.oneimage img {
   max-width: 100%; /* Ensure images don't exceed their original size */
   height: auto; /* Maintain the aspect ratio of the images */
   margin: 0;
}

@media (max-width: 480px){

    #spidochetube_list li{
        margin-left:5px;
        margin-right:5px;
    }

    #spidochetube_list li img {
        width: 100%;
    }

    #spidochetube_list li span {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 4px;
        font-size: 12px;
        line-height: 15px;
    }
}

pre {
	margin: 0 !important;
	background-color: #333333 !important;
	border-radius: 12px !important;
}

pre code {
	background-color: #e0e0e0;
	border-radius: 10px;
	color: #a9a9a9 !important;
	font-family: Consolas,monospace;
	margin-bottom: 10px;
	overflow: auto;
	padding: 10px;
	font-size: 16px;
}

ul li {
	list-style-type: disc;
	line-height: 28px;
	margin-left: 50px;
	margin-bottom: 10px;
}

ol li {
	list-style-type: decimal;
	line-height: 28px;
	margin-left: 50px;
	margin-bottom: 10px;
}

li {
	display: list-item;
	margin-left: 1em;
}

pre {
        position: relative;
        margin: 5px 0 ;
        padding: 1.75rem 0 1.75rem 1rem;
	padding-right: 80px !important;
}       
        
pre button {
        position: absolute;
        top: 5px;
        right: 5px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        background: #ccc;
        border-radius: 10px;
        font-family: Consolas, monospace;
}   

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.img-responsive { animation: fadeIn 1s; }

.tiktok-embed {
	border: 0 !important;
}

.recent {
        top:5px !important;
}

.recent h2 {
        font-size: 12px;
        line-height: 28px;
}

[class*=" imghvr-"] figcaption, [class^=imghvr-] figcaption p {
        font-size:13px;
	line-height:16px;
	margin: 0 5px !important;
}

.maptt {
        background: rgba(0, 0, 0, 0.8);
        position: absolute;
        opacity: 0;
        transition: opacity 0.2s ease-in-out;
        pointer-events: none;
        z-index: 1000;
        width: 300px;
        height: 150px;
        overflow: hidden;
}
.maptt.visible {
  opacity: 1;
}

.maptt2 {
        background: rgba(0, 0, 0, 0.8);
        position: absolute;
        opacity: 0;
        transition: opacity 0.2s ease-in-out;
        pointer-events: none;
        z-index: 1000;
        width: 160px;
        height: 160px;
        overflow: hidden;
}
.maptt2.visible {
  opacity: 1;
}

.project-page-with-map  {
	width: 70vw;
}

#map-loader {
  position: fixed;
  top: 0;
  right: 0;
  width: 30vw;
  height: 100%;
  background-color: #111; 
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top: 4px solid #ed1c0d; 
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.summary {
	color: white;
	padding:10px 10px 20px 10px;
	height: 130px;
	overflow: hidden;
	display: inline-block;
	line-height: 17px;
}

.image-wrapper {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
}

.image-wrapper .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 1;
}

.image-wrapper img {
  display: block;
  width: 100%;
  opacity: 0;
}

.image-wrapper img.loaded {
  opacity: 1;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Newsletter styles */
.newsletter-grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
}

.newsletter-item {
    background: rgba(43, 43, 43, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 20px;
    width: 100%;
    max-width: 450px;
    max-height: 170px;
    /*box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    transition: all 0.4s ease;*/
    overflow: hidden;
    position: relative;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s ease forwards;
    color: #e0e0e0;
    z-index: 0;
}
.newsletter-thumb {
    background: rgba(43, 43, 43, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    width: 100%;
    max-width: 450px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s ease forwards;
    color: #e0e0e0;
}
.gallery-thumb {
    background: rgba(43, 43, 43, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    width: 100%;
    max-width: 450px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s ease forwards;
    color: #e0e0e0;
}
.album-page h1 {
	font-size: 30px;
	line-height: 40px;
	margin: 20px 0 10px !important;
	text-align: center;
	color: #eeeeee;
}

.album-page h3 {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 10px !important;
	text-align: center;

}

.album-page h4 {
	font-size: 15px;
	margin-bottom: 10px !important;
	text-align: center;

}

.album-page p {
	font-size:17px;
	line-height:25px;
	margin: 20px 0;
}
.album-page table {
	font-size:14px;
	line-height:20px;
}
.newsletter-item.expanded {
    max-width: 50vw;
    max-height: 70vh;
    overflow-y: auto;
    z-index: 10;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
    font-size: 1rem;
}

.newsletter-item h2 {
    font-size: 1.2em;
    margin: 0 0 12px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.newsletter-item h2 a {
    color: #00bcd4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.newsletter-item h2 a:hover {
    color: #fff; 
    text-shadow: 0 0 5px #00ffff, 0 0 10px #00ffff, 0 0 15px #00ffff; 
}

.newsletter-item p {
    font-size: 1em;
    color: #ccc;
    line-height: 1.3;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    margin: 0 !important;
    /*transition: max-height 0.4s ease, opacity 0.4s ease;*/
}

.newsletter-item p:first-of-type {
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 150px;
    transition: none;
}

.newsletter-item.expanded h2 {
    font-size: 1.2em;
    line-height: 1.3;
    margin: 10px !important;
}

.newsletter-item.expanded p {
    opacity: 1;
    visibility: visible;
    max-height: 3000px;
    display: block;
    font-size: 1.0rem;
    line-height: 1.2;
    margin: 10px !important;
}

.newsletter-item p + p {
    margin-top: 12px;
}

.newsletter-item.expanded::-webkit-scrollbar {
    width: 8px;
}
.newsletter-item.expanded::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.newsletter-item:hover {
	transform: translateY(-8px) scale(1.02);
	box-shadow: 0 0 25px rgba(0, 255, 255, 0.3);
	border: linear-gradient(90deg, #ff0080, #7928ca, #00ffe7);
}

.news-page::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 2px;
	border-radius: inherit;
	background: linear-gradient(90deg, #ff0080, #7928ca, #00ffe7);
	background-size: 300% 300%;
	opacity: 0;
	transition: opacity 0.4s ease;
	animation: neonBorder 6s linear infinite;
	-webkit-mask:
	  linear-gradient(#fff 0 0) content-box,
	  linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
	z-index: 1;
	pointer-events: none;
}

.news-page:hover::before,  .newsletter-item:hover::before {
	opacity: 1;
}

.positive-sentiment {
	background: radial-gradient(circle at top left, #003a66, #001a2d);
}
.negative-sentiment {
	background: radial-gradient(circle at top left, #3d0000, #120000);
}
.neutral-sentiment {
	background: radial-gradient(circle at top left, #333344, #14141a);
}

.newsletter-item.expanded {
    transform: translate(-50%, -50%) scale(1.05);
    position: fixed;
    top: 25%;
    left: 25%;
    z-index: 1000;
}

.sentiment-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.sentiment-box {
	position: relative;
	background: #1e1e3c; 
	color: #fff;
	padding: 5px 20px;
	border-radius: 28px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
	z-index: 0;
	/*backdrop-filter: blur(12px) saturate(150%);
	box-shadow: inset 0 0 12px rgba(139, 92, 246, 0.3);
	transition: transform 0.3s ease, box-shadow 0.3s ease;*/
  }
  
  .sentiment-box::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 28px;
	padding: 2px;
	background: linear-gradient(
		90deg,
		#ff0040,
		#ff4500,
		#ffa500,
		#ffff00,
		#adff2f,
		#00ff7f,
		#00ffff,
		#0080ff,
		#4169e1,
		#8a2be2,
		#da70d6,
		#ff69b4,
		#ff0040
	);
	background-size: 400% 100%;
	-webkit-mask: 
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
	z-index: 0;
	animation: smoothFlow 20s ease-in-out infinite;
}

@keyframes smoothFlow {
	0% {
   background-position: 0% 50%;
	}
	25% {
   background-position: 100% 0%;
	}
	50% {
   background-position: 100% 100%;
	}
	75% {
   background-position: 0% 100%;
	}
	100% {
   background-position: 0% 50%;
	}
}

body.popup-open::before {
    content: '';
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    z-index: 999;
}

.news-page {
	position: relative;
	height: auto;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	color: #ccc;
	text-align: left;
	padding: 45px 10px;
	border-radius: 16px;
	min-width: 320px;
	max-width: 900px;
	height: 600px;
	overflow: hidden;
	z-index: 0;
}
/*
.positive-sentiment:hover {
    background: linear-gradient(180deg, #005891, #005891);
    transition: background 0.3s ease;
}
.negative-sentiment:hover {
    background: linear-gradient(180deg, #770303, #770303);
    transition: background 0.3s ease;
}
.neutral-sentiment:hover {
    background: linear-gradient(180deg, #485058, #485058);
    transition: background 0.3s ease;
}
*/
ul.fancy-list {
	background: white; 
	padding: 1.5rem 2rem;
	border: dashed 4px #1f1f1f;
	border-radius: 1rem;
	list-style: none !important; 
	color: #1f1f1f;
	line-height: 1.6;
}

ul.fancy-list li {
	position: relative;
	margin: 1rem 0;
	padding-left: 1.5rem; 
	transition: all 0.2s ease-in-out;
	list-style-type: none !important;
}

ul.fancy-list li::before {
	content: "◆"; 
	position: absolute;
	left: 0;
	top: 0.2rem;
	font-size: 0.9rem;
	color: #08c;
}

ul.fancy-list li:hover {
	color: #08c;
	transform: translateX(5px);
}

.news-page .title {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #ed7300;
    color: white;
    padding: 0px 30px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    width: 100%;
    height: 40px;
    text-align: center;
}
.news-page .neontitle {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #0d0d0d;
    color: #00ffff; 
    padding: 0px 30px;
    font-size: 1rem;
    letter-spacing: 3px;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 48px;
    text-transform: uppercase;
    margin: 15px 10px 10px 0;
    text-shadow: 0 0 1px #00ffff, 0 0 10px #00ffff;
    box-shadow: 0 0 5px #00ffff, 0 0 15px #00ffff;
    /*animation: neon-pulse 5s ease-in-out infinite alternate; */
    z-index: 0;
}

@keyframes neon-pulse {
    from {
        text-shadow: 0 0 1px #00ffff, 0 0 10px #00ffff;
        box-shadow: 0 0 5px #00ffff, 0 0 15px #00ffff;
    }
    to {
        text-shadow: 0 0 3px #00ffff, 0 0 20px #00ffff, 0 0 30px #00ffff;
        box-shadow: 0 0 10px #00ffff, 0 0 20px #00ffff, 0 0 30px #00ffff;
    }
}

.news-page p {
	font-size:15px;
	line-height:18px;
}

.news-page ul {
	margin: 20px;
}

.news-page ul li {
	font-size:15px;
	line-height:18px;
	margin-left: 5px;
}

.news-page h1 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 20px !important;
	text-align: center;
	color: #e4a30b;
	color: white;
}

.news-page h2 {
	font-size: 18px;
	line-height: 22px;
	/*margin-bottom: 10px !important; */
}

.news-page h3 {
	font-size: 18px;
	line-height: 22px;
	/*margin-bottom: 10px !important; */
}

.news-page h4 {
	display: none;
	/*margin-bottom: 10px !important; */
}

#fileDropdown {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 500px;
}

@media (max-width: 600px) {
    #fileDropdown {
	width: 90%;
    } 
    .album-page p {
        font-size:15px;
        line-height:20px;
    }
    .newsletter-item.expanded {
        max-width: 85vw;
        max-height: 75vh;
		top: 10%;
		left: 2%;
    }
    .newsletter-item.expanded h2 {
        font-size: 1.2em;
        line-height: 1.4;
    }
    .newsletter-item.expanded p {
        font-size: 0.95rem;
        line-height: 1.4;
    }
    .gemini-logo {
	width: 30px;
    }
    .sentiment-box {
        width: 350px;
   }
}

.emoji-reactions { margin-top:0; text-align: center; z-index:50; }
.emoji-btn { font-size:18px; margin:10px 0; padding: 0; cursor:pointer; background:none; border:none; position:relative; }
.emoji-btn span { font-size:14px; margin:0 5px 0 0; }
.emoji-fly {
  position:absolute;
  animation: fly 1s ease-out forwards;
  font-size:24px;
}
@keyframes fly {
  0%   { transform: translateY(0) scale(1.0); opacity:1; }
  100% { transform: translateY(-80px) scale(2.0); opacity:0; }
}
