
/*****************************************************************************/
/* retrobug variables                                                        */
/*****************************************************************************/
:root {
	--retro-red: #ff3036;
	--retro-darkred: #c02010;
	--retro-orange: #f55b1d;
	--retro-yellow: #ffc107;
	--retro-light: rgb(237, 241, 245);
/*	--retro-darkblue: #003366;*/
	--retro-darkblue: rgb(49,61,95);
	--retro-blue: #007185;
	--retro-dark: #262626;
	--retro-gray: #ccc;
	--retro-medium: #555;
	--retro-border: #ccc;
	--retro-white: #fff;
	--retro-dark-text:rgb(42, 52, 42);
	--sys-card-width: 260px;
	--sys-img-height: 200px;
	--sys-sticker-top: 184px;
	--sys-sticker-left: 194px;
	--sys-img-box-height: 216px;
	--sticky-top: 50px;

	--main-col-1-sort: 1;
	--main-col-2-sort: 2;
	--main-col-3-sort: 3;
	--main-col-1-width: 25%;
	--main-col-2-width: 50%;
	--main-col-3-width: 25%;
	--main-col-1-padding: 0 0 0 0;
	--main-col-2-padding: 0 8px 0 8px;
	--main-col-3-padding: 0 0 0 0;

	--width-main-card: 20%;
	--width-three-card: 33%;
	--width-book-card: 14.2857%;
	--width-book-main: 49%;
}

/*****************************************************************************/
/* MAIN Site css                                                             */
/*****************************************************************************/
}
html {
	margin: 0px;
	width: 100%;
	height: 100%;
}
body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	max-width: 1280px;
	color: var(--retro-dark-text);
	text-align: justify;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
	background-color:var(--retro-white);
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 100%;
	font-style: normal;
	font-optical-sizing: auto;
}
main {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: var(--retro-white)!important;
}
*, ::after, ::before {
    box-sizing: border-box;
}
/*****************************************************************************/
/* Bootstrap Override                                                        */
/*****************************************************************************/
.row>* {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.row {
    display: flex;
    flex-wrap: wrap;
	margin: 0;
}
/* For desktop: */
.col-1 {
	width: 8.3333%;
}
.col-2 {
	width: 16.6666%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.3333%;
}
.col-5 {
	width: 41.6666%;
}
.col-6 {
	width: 50%;
}
.col-8 {
	width: 66.6666%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.3333%;
}
.col-11 {
	width: 91.6666%;
}
.col-main-side {
	width: 100%;
}


/* For desktop: */
.rcol-3 {
	width: 25% !important;
}
.rcol-4 {
	width: 33.33% !important;
}
.rcol-6 {
	width: 50% !important;
}
.rcol-8 {
	width: 66.66% !important;
}
.rcol-9 {
	width: 75% !important;
}

/*****************************************************************************/
/* Padding styles                                                            */
/*****************************************************************************/
.p-0 {
	padding: 0!important;
}
.p-1 {
    padding: .25rem!important;
}
.p-2 {
	padding: .5rem!important;
}
.p-3 {
    padding: 1rem!important;
}
.p-4 {
    padding: 1.5rem!important;
}
.m-0 {
	margin: 0!important;
}
.m-3 {
    margin: 1rem!important;
}

/* Left padding */
.pl-0>* {
	padding-left: 0px!important;
}
.pl-1 {
	padding-left: 1px!important;
}
.pl-2 {
	padding-left: 2px!important;
}
.pl-3 {
	padding-left: 3px!important;
}
.pl-4 {
	padding-left: 4px!important;
}
.pl-8 {
	padding-left: 8px!important;
}
.pl-16 {
	padding-left: 16px!important;
}

/* Right Padding */
.pr-0 {
	padding-right: 0!important;
}
.pr-1 {
	padding-right: 1px!important;
}
.pr-2 {
	padding-right: 2px!important;
}
.pr-3 {
	padding-right: 3px!important;
}
.pr-4 {
	padding-right: 4px!important;
}
.pr-8 {
	padding-right: 8px!important;
}
.pr-16 {
	padding-right: 16px!important;
}

/* Top Padding */
.pt-0 {
	padding-top: 0px!important;
}
.pt-1 {
	padding-top: 1px!important;
}
.pt-2 {
	padding-top: 2px!important;
}
.pt-3 {
	padding-top: 3px!important;
}
.pt-4 {
	padding-top: 6px!important;
}
.pt-8 {
	padding-top: 8px!important;
}
.pt-16 {
	padding-top: 16px!important;
}
.pt-xl {
	padding-top: 32px!important;
}

/* Bottom Padding */
.pb-0 {
	padding-bottom: 0px!important;
}
.pb-1 {
	padding-bottom: 1px!important;
}
.pb-2 {
	padding-bottom: 2px!important;
}
.pb-3 {
	padding-bottom: 3px!important;
}
.pb-4 {
	padding-bottom: 4px!important;
}
.pb-8 {
	padding-bottom: 8px!important;
}
.pb-16 {
	padding-bottom: 16px!important;
}

/* Left Margin */
.ml-0 {
	margin-left: 0!important;
}
.ml-4 {
	margin-left: 4px!important;
}
.ml-6 {
	margin-left: 6px!important;
}
.ml-8 {
	margin-left: 8px!important;
}
.ml-16 {
	margin-left: 16px!important;
}
.ml-24 {
	margin-left: 24px!important;
}

/* Right Margin */
.mr-0 {
	margin-right: 0!important;
}
.mr-1 {
	margin-right: 1px!important;
}
.mr-2 {
	margin-right: 2px!important;
}
.mr-3 {
	margin-right: 3px!important;
}
.mr-4 {
	margin-right: 4px!important;
}
.mr-6 {
	margin-right: 6px!important;
}
.mr-8 {
	margin-right: 8px!important;
}
.mr-16 {
	margin-right: 16px!important;
}
.mr-24 {
	margin-right: 24px!important;
}
.mr-right-responsive {
	margin-right: 0px!important;
}

/* Top margin */
.mt-auto {
    margin-top: auto!important;
}
.mt-0 {
    margin-top: 0!important;
}
.mt-1 {
	margin-top: 1px!important;
}
.mt-2 {
	margin-top: 2px!important;
}
.mt-3 {
	margin-top: 3px!important;
}
.mt-4 {
	margin-top: 4px!important;
}
.mt-8 {
	margin-top: 8px!important;
}

/* Bottom Margin */
.mb-1 {
    margin-bottom: .25rem!important;
}
.mb-2 {
	margin-bottom: .4rem!important;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}

/* max-height */
.mh-160 {
	max-height: 160px;
	overflow: hidden;
}
.mh-120 {
	max-height: 120px;
	overflow: hidden;
}
.mh-140 {
	max-height: 140px;
	overflow: hidden;
}


/* Justify & Flex */
.justify-content-between {
    justify-content: space-between!important;
}
.justify-center {
	justify-content: center;
}
.jalign-center {
	align-self: center;
}
.d-flex {
    display: flex!important;
}
img, svg {
    vertical-align: middle;
}

/*****************************************************************************/
/* Width, height and position                                                */
/*****************************************************************************/
.image-container {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;    /* Centers vertically */
    height: 100%;           /* Ensure the container has a height */
}
.amazon-system img:first-child {
	/*max-width: 98%!important;*/
	max-height: 200px!important;
}
.h-100 {
	height: 100%!important;
}
.w-100 {
	width: 100%!important;
}
.w-90 {
	width: 86%!important;
	max-width: 160px;
}
.w-95 {
	width: 98%!important;
}
.w-80 {
	width: 80%!important;
}
.w-50 {
	width: 50%!important;
}
.w-25 {
	width: 25%!important;
}
.no-height {
	height: unset! important;
}
.position-relative {
	position: relative;
}
.position-absolute-right {
	position: absolute;
	right: 0px;
}
.position-absolute-right-4 {
	position: absolute;
	right: 4px;
}

.position-absolute-left-top {
	position: absolute;
	left: 8px;
	top: 8px;
}

/*****************************************************************************/
/* Text styles                                                               */
/*****************************************************************************/
.background-yellow {
	background-color: var(--retro-yellow)!important;
}
.background-light {
	background-color: var(--retro-light)!important;
}
.background-darkblue {
	background-color: var(--retro-darkblue)!important;
}
.background-red {
	background-color: var(--retro-red)!important;
}
.background-darkred {
	background-color: var(--retro-darkred)!important;
}
.background-white {
	background-color: white!important;
}
.background-dark {
	background-color: var(--retro-dark)!important;
}
.background-50 {
	background-color: rgba(0, 0, 0, 0.5) !important;
	border-radius: 3px;
}
.font-title {
	font-family:Orbitron!important;
	font-display: swap;
}
.font-body {
	font-family: 'Roboto'!important;
	font-display: swap;
}
.font-menu {
	font-family: Oswald, sans-serif;
	font-display: swap;
}
.text-red {
	color:var(--retro-red)!important;
}
.text-green {
	color:green!important;
}
.text-darkred {
	color:var(--retro-darkred)!important;
}
.text-black {
	color: black!important;
}
.text-orange {
	color: var(--retro-orange)!important;
}
.text-darkblue {
	color: var(--retro-darkblue)!important;
}
.text-gray {
	color:var(--retro-dark)!important;
}
.text-blue {
	color: var(--retro-blue)!important;
}
.text-yellow {
	color: var(--retro-yellow)!important;
}
.text-white {
	color: white !important;
}
.text-lightgray {
	color: #898989;
}
.text-medium {
	color: var(--retro-medium)!important;
}
.text-dark {
    color: #212529!important;
}
.text-no-overflow {
	text-overflow: ellipsis;
	overflow: hidden; 
	white-space: nowrap;
}
.line-height-m {
	line-height: 1.55;
}
.line-height-l {
	line-height: 1.8;
}
.line-height-s {
	line-height: 1.475;
}
.line-height-xs {
	line-height: 1.3;
}
.line-height-xxs {
	line-height: 1.1;
}
.font-xxs {
	font-size: .4375rem;
}
.font-xs {
	font-size: .5rem;
}
.font-s {
	font-size: 0.6875rem;
}
.font-sm {
	font-size: 0.75rem;
}
.font-m {
	font-size: 0.8125rem;
}
.font-l {
	font-size: 0.875rem;
}
.font-2l {
	font-size: 0.975rem;
}
.font-xl {
	font-size: 1.1rem;
}
.font-xxl {
	font-size: 1.25rem;
}
.font-2xl {
	font-size: 1.5rem;
}
.font-3xl {
	font-size: 1.75rem;
}
.font-4xl {
	font-size: 2.25rem;
}
.font-2xl{
	font-size:1.5rem;
}
.no-decoration {
	text-decoration: none!important;
}
.font-i {
	font-style: italic;
}
.font-b {
	font-weight:bold;
}
.font-w3 {
	font-weight: 300;
}
.font-w4 {
	font-weight: 400;
}
.font-w6 {
	font-weight: 600;
}
.font-w7 {
	font-weight: 700;
}
.align-center {
	text-align:center;
}
.align-left {
	text-align:left!important;
}
.align-right {
	text-align: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clearfix {
	content: "";
	display: table;
	clear: both;
}

.indent {
	padding-left: 18px;
}
.valign-text-bottom {
	vertical-align: text-bottom;
}
.content-bottom {
	position: absolute;
	bottom: 0;	
}
.parent-relative {
	position: relative;
}
.no-border {
	border: none!important;
}
.first-letter:first-letter {
	font-weight: 600;
	font-size: 96px;
	color: white;
	background-color: var(--retro-red);
	border-radius: 2px;
	padding: 6px 3px;
	margin-right: 6px;
	float: left;	
	line-height: .85;
	font-family:Orbitron;
	font-display: swap;
}

/*****************************************************************************/
/* bootstrap alternatives                                                    */
/*****************************************************************************/
.text-end {
    text-align: right!important;
}
.p-0 {
    padding: 0!important;
}
.m-0 {
    margin: 0!important;
}
.ps-2 {
    padding-left: .5em!important;
}
.pb-0 {
    padding-bottom: 0!important;
}
.pt-0 {
    padding-top: 0!important;
}
.mb-0 {
    margin-bottom: 0!important;
}
.mt-0 {
    margin-top: 0!important;
}
.text-center {
	text-align: center;
}
.p-2 {
    padding: .5rem!important;
}

/*****************************************************************************/
/* html tag overrides                                                        */
/*****************************************************************************/
p {
	margin-bottom:0.75rem;
	margin-top: 2px;
	color: var(--retro-dark-text);
}
cite {
	color: var(--retro-medium);
	font-size: 12px;
	font-weight: 400;
}
span {	
	/*display: inline-block;*/
}
.light-gray:hover {
	font-weight:600;
	font-style: italic;
	color: var(--retro-red)!important;
	background-color: rgb(244,244,244);
}
.no-hover:hover {
	text-decoration:none;
}
.background-highlight:hover {
	text-decoration:none;
	background-color: var(--retro-light);
}
.background-highlight:hover .title-highlight {
	color: var(--retro-red)!important;
}
ol {
	list-style:none;
	counter-reset:li;
	padding-left: 40px;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;	
	margin-top: 2px!important;
}
ol li{
	position: relative;
	line-height: 24px;
	font-weight:400;
	font-size: 15px;
}
ol li:before {
	content: counter(li);
	top: 1px;
	margin-left:-36px;
	border-radius:16px; 
	counter-increment:li; 
	background: var(--retro-red); 
	color:white;
	position:absolute; 
	width:30px; border:1px solid var(--retro-red);
	height:20px; 
	text-align: center; 
	font-size:16px;
	line-height: 19px;  
	font-weight:500;
}
h1 {
	font-size: 1.45rem;
	font-weight: 600;
	margin-bottom: 4px!important;
	margin-top: 20px!important;
	color: black;
}
h2 {
	color: black;
	font-weight: 600;
	font-size: 1.0rem;
	font-style: italic;
	margin-bottom: 4px!important;
	margin-top: 16px!important;
}

/*****************************************************************************/
/* hover text styling                                                        */
/*****************************************************************************/
.hovertext-left:before {
	right: 16px!important;
}
.hovertext-right:before {
	left: 16px!important;
}
.hovertext {
	position: relative;
	top:0px;
}
.hovertext:before {
	content: attr(data-hover);
	visibility: hidden;
	opacity: 0;
	width: max-content;
	background-color: var(--retro-dark);
	color: white;
	text-align: center;
	border-radius: 3px;
	padding: 8px;
	transition: opacity .25s ease-in-out;
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 36px;
}
.hovertext:hover:before {
	opacity: .9;
	visibility: visible;
}

/*****************************************************************************/
/* main content types                                                        */
/*****************************************************************************/
.main-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0;
	align-items: stretch;
}
.main-content-spaced {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0;
	justify-content: space-between;
}
.main-card {
	flex-direction: column;
	align-content:left;
	text-align:left;
	position: relative;
	width: var(--width-main-card);
}
.main-card-inner {
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 12px;
	height: 100%;
	width: 100%;
}
.main-card-border {
	background-color: white;
	border: 1px solid #ddd;
	box-shadow: 0 3px 8px rgba(0,0,0,.1)!important;
	border-radius: 4px;
	height:100%;
	overflow: hidden;
}
.main-card-title {
	padding: 2px 4px 3px 6px;
	line-height: 26px;
	white-space: nowrap;
	overflow: hidden;
}
.main-card-img-box {
	width:100%;
	height:var(--sys-img-box-height);
	display:block;
	overflow: hidden;
}
.main-card-img-box img {
	height:var(--sys-img-height);
	border-style: none;
	margin-top:6px;
	margin-left:6px;
	vertical-align: bottom;
}
.three-card {
	flex-direction: column;
	align-content:left;
	text-align:left;
	position: relative;
	width: var(--width-three-card);
}
.three-card-inner {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 24px;
	height: 100%;
	width: 100%;
}
.main-col-1 {
	order: var(--main-col-1-sort);
	padding: var(--main-col-1-padding);
	width: var(--main-col-1-width);
}
.main-col-2 {
	order: var(--main-col-2-sort);
	padding: var(--main-col-2-padding);
	width: var(--main-col-2-width);
}
.main-col-3 {
	order: var(--main-col-3-sort);
	padding: var(--main-col-3-padding);
	width: var(--main-col-3-width);
}
.padding-left {
	padding-left: 8px;
}
.padding-right {
	padding-right: 6px;
}
/*****************************************************************************/
/* Media Queries                                                             */
/*****************************************************************************/
@media screen and (max-width: 3656px) {
	:root {
		--main-col-1-padding: 0 0 0 0;
		--main-col-2-padding: 0 8px 0 8px;
		--main-col-3-padding: 0 0 0 0;
		--base-font-size: 15px;
		--width-main-card: 20%;
		--width-book-card: 14.2857%;
		--width-three-card: 33.3333% !important;		
	}
	.col-main-side {
		width: 100%;
	}
}

@media only screen and (max-width: 1280px) {
	:root {
		--width-main-card: 25%;
		--width-book-card: 16.6666%;
	}
}

@media screen and (max-width: 1024px) {
	:root {
		--main-col-1-padding: 0 8px 0 0;
		--main-col-2-padding: 0 8px 0 8px;
		--main-col-3-padding: 0 0 0 8px;
		--base-font-size: 14px;
	}
}

@media only screen and (max-width: 980px) {
	:root {
		--main-col-1-width: 100%;
		--main-col-2-width: 100%;
		--main-col-3-width: 100%;
		--main-col-1-padding: 0 8px 0 8px;
		--main-col-2-padding: 0 8px 0 8px;
		--main-col-3-padding: 0 8px 0 8px;
		--sticky-top: 40px;
		--main-col-1-sort: 2;
		--main-col-2-sort: 1;
		--main-col-3-sort: 3;
		--width-main-card: 33.3333% !important;
		--width-three-card: 33.3333% !important;
		--width-book-card: 20%;
		--width-book-main: 20%;
	}
	.event-box { 
		width: 50%!important;
	}
	.mr-right-responsive {
		margin-right: 8px!important;
	}
	.col-main-side {
		width: 50%;
	}
}

@media only screen and (max-width: 800px) {
	:root {
		--width-main-card: 50% !important;
		--width-three-card: 50% !important;		
		--width-book-card: 25%;
		--width-book-main: 25%;
	}
	.order-2 {
		display: block !important;
	}
	.order-1 {
		display: flex;
	}
	[class*="rcol-"] {
		width: 100% !important;
	}
	.padding-left {
		padding-left: 0px!important;
	}
	.padding-right {
		padding-right: 0px!important;
	}
	.ps-2 {
    	padding-left: 0px!important;
	}
}

@media screen and (max-width: 600px) {
	:root {
		--width-three-card: 100% !important;	
	}
	.col-main-side {
		width: 100%;
	}
}

@media screen and (max-width: 520px) {
	:root {
		--width-book-card: 33.3333%;	
		--width-book-main: 33.3333%;
	}
	.event-box { 
		width: 100% !important;
	}
	[class*="rcol-"] {
	  width: 100% !important;
	}

}


/*****************************************************************************/
/* Podcast Styles                                                            */
/*****************************************************************************/
.btn-podcast {
	border-radius: 36px !important;
	background-color: #fff;
	border: 1px solid var(--retro-border) !important;
	color: var(--retro-blue);
}
.btn-podcast:hover {
	background-color: var(--retro-blue);
	color: #fff;
}
.podcast-img {
	width: 100%;
	margin-bottom:6px;
}
.podcast-divider {
	border-top: 1px solid var(--retro-gray);
	padding-top: 2px;
	margin-top: 6px;
}
.podcast-title {
	padding-top: 6px;
	padding-bottom: 4px;
}
.podcast-bottom {
	padding-bottom: 0px;
}
.podcast-description {
	width: 37%;
}
.podcast-feed {
	width: 63%;
}
.podcast-border {
	border: 1px solid var(--retro-gray);
}
.episode-marker {
    background-color: var(--retro-red);
    right: 0px;
    top: 0px;	
	border-radius: 50rem!important;
	position: absolute!important;
	display: inline-block;
    padding: .35em .65rem;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
	font-weight: 700;
	right: 0px;
	top: 0px;
}
.btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
	cursor: pointer;
    padding: .25rem .8rem;
	border-radius: .25rem;
	margin: 3px;
	border: 1px solid transparent;
	font-family: inherit;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
}
.btn-main {
	color: #fff;
	background-color: var(--retro-red);
	border-color: var(--retro-red);
}
.btn-main:hover {
    color: var(--retro-darkred)!important;
    background-color: #fff!important;
    border-color: var(--retro-border);
}
.btn-yellow {
	background-color: var(--retro-yellow)!important;
	border-color: var(--retro-yellow)!important;
	color: black;
	margin-right: 8px;
}
.btn-yellow:hover {
    background-color: #fff!important;
	border-color: #fff!important;
}


/*****************************************************************************/
/* Backgrounds																 */
/*****************************************************************************/
.podcast-background {
	background-image: url("/resource/img/ui/banner_podcast.webp");
	background-repeat: no-repeat;
	background-size:cover;
	height: 200px;
}
.system-background {
	height: 200px;
	background-image: url("/resource/img/ui/banner_computer.webp");
	background-repeat: no-repeat;
	background-size:cover;
}
.books-background {
	height: 200px;
	background-image: url("/resource/img/ui/banner_books.webp");
	background-repeat: no-repeat;
	background-size:cover;
}
.header-spacer {
	height: 64px;
}
.text-shadow-white {
	text-shadow: 2px 2px 24px white;
}
.text-shadow-black {
	text-shadow: 2px 2px 24px black;
}/*****************************************************************************/
/* Text expansion with a more button                                         */
/*****************************************************************************/
.textExpansionBox input {
	opacity: 0;
	position: absolute;
	pointer-events: none;
}
.textExpansionBox span {
	display: -webkit-inline-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.textExpansionBox input:focus ~ label {
	outline: -webkit-focus-ring-color auto 5px;
}
.textExpansionBox input:checked + span {
	-webkit-line-clamp: unset;
	overflow: visible;
}
.textExpansionBox label {
	border-radius: 4px;
	position: absolute;
	right: 15;
}
  
/*****************************************************************************/
/* Book List Styles                                                          */
/*****************************************************************************/
.booklist-img {
	width: 88px;
	float: right;
	height: 120px;
	padding: 0;
	margin: 3px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}
.book-box {
	flex-direction: column;
	align-content:left;
	text-align:left;
	overflow: hidden;
	position: relative;
}
.book-box-main {
	width: var(--width-book-main);
}
.book-box-general {
	width: var(--width-book-card);
}
.book-box-inner {
    padding-left: 3px;
    padding-right: 3px;
	padding-bottom: 6px;
	padding-top:0px;
}
.book-box p {
	margin-bottom: 0.5rrem;
}
.book-box-img-box {
/*	height: 220px;*/
    border: 1px solid #ddd;
	margin-bottom: 8px;
	position: relative;
	display: block;
}
.book-box-img-box img:first-child {
	width:100%;
	/*width:144px;*/
	border: none;
}
.book-box-img-box:hover {
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	-webkit-transform: translateY(-5px) scale(1.1);
	-moz-transform: translateY(-5px) scale(1.1);
	-o-transform: translateY(-5px) scale(1.1);
	transform: translateY(-5px) scale(1.1);	
}

/*****************************************************************************/
/* News Styles                                                               */
/*****************************************************************************/
.article-img {
	width: 188px;
	border: none;
	margin-top: 0px;
	margin-bottom:4px;
	margin-left: 8px;	
	float:none;
	display: inline-block;
}
/*****************************************************************************/
/* Top info content                                                          */
/*****************************************************************************/
div.section-title {
	margin-top:16px;
	margin-bottom:8px;
	padding-top:8px;
}
div.section-title-inner {
	border-bottom:2px solid var(--retro-red);
	
}

/*****************************************************************************
 * Footer content                                                          
 *****************************************************************************/
div.footer {
	margin-top:8px;
	margin-bottom:16px;
	padding-right: 16px;
	padding-left: 16px;
	padding-top:8px;
	padding-bottom:24px;
	border-top:1px solid var(--retro-gray);
}

/*****************************************************************************/
/* sticker for system date                                                   */
/*****************************************************************************/
aside.sticker {
	margin: 10px;
	font-family: 'Orbitron', sans-serif;
	font-display: swap;
	font-size: 16px;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	color: white;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: var(--sys-sticker-top);
	right:0px;
	border-radius: 100%;
	background: -webkit-linear-gradient(135deg, transparent 14px, var(--retro-darkred) 16px, var(--retro-red) 40%);
	text-align: center;
	padding-top: 12px;
	overflow: hidden;
}
aside.sticker:after {
	content: " ";
	display: block;
	border-radius: 100%;
	background: -webkit-linear-gradient(135deg, transparent 55px, #000 50px,#666 50px, #fff 85%);
	box-shadow: -1px -1px 8px 1px rgba(0, 0, 0, 0.2);
	width: 50px;
	height: 50px;
	margin-left: 28px;
	margin-top: -3px;
}

/******************************************************************************/
/* Event and Calendar Styles                                                  */
/******************************************************************************/
.calendar-tile {
	width: 60px;
    height: 100%;
	background-color: var(--retro-red);
	text-align: center;
	color: var(--retro-dark);
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 0px 6px 6px 0px;
	position: absolute;
	top: 0px;
	right: 0px;
  }
.calendar-tile .month {
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: bold;
 }
.calendar-tile .day {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 2px;
    margin-top: 2px;
    color: var(--retro-white);
}
.calendar-tile .year {
	font-size: 16px;
	margin-bottom:4px;
}
.calendar-tile .duration {
	color: var(--retro-yellow);
	font-size: 14px;
	font-style: italic;
}
.event-box {
	width: 100%;
}
.event-box-wide {
	width: 100%;
}
.event-box-padding {
	margin-bottom: 8px!important;
	padding-right: 56px;	
}
.event-box-inner {
	border-color: var(--retro-border) !important;
	border: solid 1px;
	width: 100%;
	font-family: halyard-display, sans-serif;
}
.event-image {
	height: 96px;
}
.event-image img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 96%;
	max-height: 86px;
}
.event-detail-img {
	max-height: 180px;
	max-width: 100%;
}

/*****************************************************************************/
/* Navigator bar                                                             */
/*****************************************************************************/
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}	
.sticky-top-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    z-index: 1010;
}	
.search-bar {
	padding-right:16px;
	height: 40px;
}
.collapse:not(.show) {
    display: none;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rrem;
    padding-bottom: .5rrem;
}
.navbar details > summary {
    list-style-type: none;
	font-weight: 700;
	padding-right: 16px;
    font-size: 24px!important;
    color: #fff;
	background-color:transparent;
	border: none;
}
.navbar details > summary img {
	vertical-align: middle;
}

.navbar details > summary::-webkit-details-marker {
    display: none;
}

.navbar details > summary::before {
    content: '☰';
}

.navbar details[open] > summary::before {
    color: var(--retro-darkred);
}

.navbar details {
    padding-left: 0.5rrem;
}

.navbar details[open] > summary {
    margin-bottom: 0.5rrem;
}
.navlink {
    align-content: center;
    display: inline-flex;
	flex-wrap: wrap;
	padding-left: 12px!important;
}
.navlink a {
    font-size: 16px!important;
    font-weight: 600!important;
    color: #fff;
	text-decoration:none;
}
.navlink a:hover {
	color: var(--retro-yellow);
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-nav {
    display: flex;
    padding-left: 0;
    list-style: none;
	margin-top: 0;
	flex-direction: column;
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}	
	.navbar-expand-lg .navbar-collapse {
    	display: flex!important;
    	flex-basis: auto;
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
	.mb-lg-0 {
		margin-bottom: 0!important;
	}
}


.form-label {
    margin-bottom: .5rrem;
}

label {
    display: inline-block;
}
.form-control {
    display: block;
    width: 100%;
    padding: .3rem .75rem;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.2;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge {
    display: inline-block;
    padding: 0 .65rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

/*****************************************************************************/
/* Border Options                                                            */
/*****************************************************************************/
.border-light {
	border: 1px solid var(--retro-gray);
}
.border-light-top {
	border-top: 1px solid var(--retro-gray);
}
.border-light-bottom {
	border-bottom: 1px solid var(--retro-gray);
}
.border-rad-4 {
	border-radius: 4px;
}
.border-rad-16 {
	border-radius: 16px !important;
}
.border-rad-8 {
	border-radius: 8px !important;
}
.border-rad-8-top {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.border-rad-8-bottom {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

/*****************************************************************************/
/* Navigator bar                                                             */
/*****************************************************************************/
.like {
	background-color:var(--retro-darkblue);
	font-weight: 900;
	color: white;
	display: block;
	width: 90px;
	height: 31px;
	border-radius: 4px;
	text-align: center;
	font-size: 20px;
	padding-top:2px;
}
.search-box {
	width: 80%;
	max-width: 600px;
    margin: 1px 0 1px 1px;
    padding: 0;
    max-height: none;
    outline: none;
    box-sizing: border-box;
    height: 32px;
    vertical-align: top;
	background: url(/retrobug/resource/img/ui/ui_search.png);
	background-position-y: 5px;
	background-position-x: 8px;
	background-size: 24px;
	background-repeat: no-repeat;
	text-align: left;
}
.search-input {
    background-color: transparent;	
	overflow: hidden;
	-webkit-appearance: none;
    height: 32px;
	appearance: none;
	resize: none;
	font-family: 'Roboto';
  	font-weight: 300;
	border: none;
	width: 80%;
	border: 0;
	outline: none;
}
.search-submit {
	background-color: transparent;
    width: 24px;
    height: 24px;
    text-indent: -99rem;
    border-width: 0;
    border-style: solid;
    margin: 5px 5px 5px 5px;
    position: relative;
    left: 2px;
	cursor:pointer;
}