/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

/* Box Model */

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Containers */

.promo-right {
	min-width:350px;
	text-align: center;
	font-size: 18px; 
	padding:1em; 
}
@media screen and (max-width: 1680px) {

	.promo-right {
		display: none;
	}

}
.side-left {
	min-width: 0;
	border-radius:.5em;
	align-self: start;
}
@media (max-width: 480px) {
	.home-left {
		padding-left:0em;
		padding-right:0em;
		align-items: center;
	}
}
.home-left {
	width: 100%;
	border-radius:.5em; 
}
@media (max-width: 480px) {
	.home-left {
		padding-left:0em;
		padding-right:0em;
	}
}
.side-right {
	flex: 0 0 350px;
	border-radius:.5em;
	align-self: start;
}
.home-right {
	width: 100%;
	max-width: 500px;
	text-align: center;
	border-radius:.5em; 
}
.promo-left {
	width: 100%;
	max-width: 1000px;
	text-align: center;
	padding:.5em;
}
@media screen and (max-width: 1280px) {

	.promo-right {
		display: none;
	}

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

.container {
	width: 1400px;
}

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

	.container {
		width: 1200px;
	}

}

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

	.container {
		width: 960px;
	}

}

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

	.container {
		width: calc(100% - 3em) !important;
	}

}

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

	.container {
		width: 100% !important;
	}

}


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

.container-full {
	width: 1400px;
}


/* Grid */

.row {
	border-bottom: solid 1px transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.row > * {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.row:after, .row:before {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.row > * {
	padding: 40px 0 0 40px;
}

.row {
	margin: -40px 0 -1px -40px;
}

.\31 2u {
	width: 100%;
	clear: none;
	margin-left: 0;
}

.\38 u {
	width: 66.6666666667%;
	clear: none;
	margin-left: 0;
}

.\37 u {
	width: 60%;
	clear: none;
	margin-left: 0;
}

.\35 u {
	width: 40%;
	clear: none;
	margin-left: 0;
}

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

	.row > * {
		padding: 40px 0 0 40px;
	}

	.row {
		margin: -40px 0 -1px -40px;
	}

}

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

	.row > * {
		padding: 20px 0 0 20px;
	}

	.row {
		margin: -20px 0 -1px -20px;
	}

}

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

	.row > * {
		padding: 25px 0 0 25px;
	}

	.row {
		margin: -25px 0 -1px -25px;
	}

	.\31 2u\28medium\29 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

}

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

	.row > * {
		padding: 20px 0 0 20px;
	}

	.row {
		margin: -20px 0 -1px -20px;
	}

}

/* Basic */

@-ms-viewport {
	width: device-width;
}

body {
	font-family: sans-serif;
	font-size: 16px;
	color: #292929;
	line-height: 32px;
	background-image: linear-gradient(to right, #f7f7f7, #f1f1f1);
	/*background-image: linear-gradient(to right,#33001b, #d3366d); */ 
	/*background-image: linear-gradient(to right, #d3cce3, #e9e4f0); */
	position: relative;
}
body.bgimage::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
input, select, textarea {
	font-size: 18px;
	color: #222;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #e51b62;
}

h1, h2, h3, h4, h5, h6 {
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
	outline: 0;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 38px;
}

@media (max-width: 480px) {
	h1 {
		font-size: 28px;
		line-height: 38px;
	}
}
.h2b {
	font-size: 32px;
	font-weight: bold;
	line-height: 38px;
}

@media (max-width: 480px) {
	.h2b {
		font-size: 24px;
		line-height: 38px;
	}
}
.h2title {
	font-size: 36px;
	font-weight: normal;
}
@media (max-width: 1280px) {
	.h2title {
		font-size: 28px;
	}
}
@media (max-width: 735px) {
	.h2title {
		font-size: 28px;
	}
}
@media (max-width: 480px) {
	.h2title {
		font-size: 28px;
	}
}
.h2ntitle {
	font-size: 32px;
	font-weight: bold;
	line-height: 38px;
}
@media (max-width: 1280px) {
	.h2ntitle {
		font-size: 28px;
		margin-top:0em;
	}
}
@media (max-width: 735px) {
	.h2ntitle {
		font-size: 28px;
		margin-top:.7em;
	}
}
@media (max-width: 480px) {
	.h2ntitle {
		font-size: 28px;
		margin-top:.2em;
	}
}
.h2title4 {
	font-size: 32px;
	font-weight: bold;
	line-height: 38px;
	margin-top:4em;
}

@media (max-width: 480px) {
	.h2title4 {
		font-size: 28px;
		line-height: 32px;
	}
}
.h2title2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 38px;
	margin-top:2em;
}

@media (max-width: 735px) {
	.h2title2 {
		font-size: 28px;
	}
}
@media (max-width: 425px) {
	.h2title2 {
		font-size: 26px;
	}
}
.h2title3 {
	font-size: 32px;
	font-weight: bold;
	line-height: 38px;
	margin-top:3em;
}

@media (max-width: 480px) {
	.h2title3 {
		font-size: 28px;
		line-height: 32px;
	}
}
h2 {
	font-size: 26px;
	font-weight: bold;
}

@media (max-width: 736px) {
	h2 {
		font-size: 24px;
	}
}

h3 {
	font-size: 22px;
	font-weight:bold;
	margin: 0px 0 15px 0;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

hr {
	border: 0;
	border-top: solid 1px #dedede;
}
.subbar {
	color:#292929;
	font-size: 20px;
	margin-top:10px;
}
@media (max-width: 480px) {
	.subbar {
		font-size: 18px;
		line-height: 26px;
	}
}
.subtext {
	color:#292929;
	font-size: 20px;
	margin-top:10px;
}
@media (max-width: 480px) {
	.subtext {
		font-size: 18px;
		line-height: 26px;
	}
}
li.listgap {
	margin-bottom: 25px;
}
ol.decimal {
	margin-top:25px;
	list-style-type: decimal;
	padding-left: 2em;
	font-size: 20px;
}
ol.disc {
	margin-top:25px;
	list-style-type: disc;
	padding-left: 2em;
	font-size: 20px;
}
ul.content {
	margin-top:25px;
	list-style-type: disc;
	padding-left: 2em;
}
ul.disc {
	margin-top:25px;
	list-style-type: disc;
	padding-left: 2em;
}
ul.disc li {
	margin-bottom:15px;
}
ol.disc li {
	margin-bottom:25px;
}
ul.decimal li {
	margin-bottom:25px;
}
ol.decimal li {
	margin-bottom:25px;
}
.pink {
	color: #ff4486;
}

.row-err {
	all: unset;
	font: inherit;
	line-height: normal;
	display: block;
	margin: 1rem 0;
	padding: 0.8rem 1rem;
	color: #eee;
	background-color: #a11;
}

/* Section/Article */

footer {
	margin: 2.5em 0 0 0;
}

/* Forms */

form label {
	display: block;
	font-weight: 800;
	margin: 0 0 1em 0;
	font-size: 0.8em;
	color: #444;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
	-webkit-appearance: none;
	display: block;
	width: 100%;
	padding: 1em;
	background-color: #fafafa;
	border: 1px solid #caced1;
	border-radius: 0.25rem;
	color: #000;
	cursor: auto;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
	border-color: #ff4486;
}

form input[type="text"],
form input[type="email"],
form input[type="password"] {
	height: 50px;
	padding: 0 15px;
}

#banner.homepage input {
	height:75px;
}

form select {
  appearance: none;
  /*  safari  */
  -webkit-appearance: none;
  /*  other styles for aesthetics */
  width: 100%;
  padding: 1em;
  background-color: #fafafa;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
  font-size: 16px;
}

form textarea {
	min-height: 9em;
	padding: 1em;
}

form ::-moz-focus-inner {
	border: 0;
}

form ::placeholder {
	color: #aaa !important;
}

/* Tables */

table {
	width: 100%;
}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	background: #ff4486;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	outline: 0;
	border: 0;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;

}

input[type="button"].icon:before,
input[type="submit"].icon:before,
input[type="reset"].icon:before,
button.icon:before,
.button.icon:before {
	position: relative;
	margin-right: 0.5em;
	top: 0.05em;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
	background: #ff4486;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
	background: #20b0e5;
}

input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled,
button:disabled,
.button:disabled {
	background: #ccc;
}



input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
	background: #f1f1f1;
	background: rgba(0, 0, 0, 0.05);
	color: #444;
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
	background: #e8e8e8;
	background: rgba(0, 0, 0, 0.085);
}

input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
button.alt:active,
.button.alt:active {
	background: #e4e4e4;
	background: rgba(0, 0, 0, 0.15);
}

input[type="button"].big,
input[type="submit"].big,
input[type="reset"].big,
button.big,
.button.big {
	font-size: 38px;
	padding: 0.5em;
}

/* List */

ul.default {
	list-style: disc;
	padding-left: 1em;
}

ul.default li {
	padding-left: 0.5em;
}

ul.actions li {
	display: inline-block;
	padding: 0 0 0 0.25em;
	margin: 0 0 0 0.25em;
}

ul.actions li:first-child {
	margin-left: 0;
	padding-left: 0;
}

ul.menu li {
	display: inline-block;
	padding: 0 0 0 0.75em;
	margin: 0 0 0 0.75em;
}

ul.menu li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

ol.default {
	list-style: decimal;
	padding-left: 1.25em;
}

ol.default li {
	padding-left: 0.25em;
}

/* Box */

.box {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
	padding: 2em;
}
.box.content {
	border-top: 2px solid #ff4486;
	border-bottom: 2px solid #ff4486;
	border-radius: .5em;
	margin-top:25px;
}
@media (max-width: 1280px) {
	.box.content {
	margin-top: 3em;
	}
}
@media (max-width: 736px) {
	.box.content {
	margin-top: 0em;
	}
}
@media (max-width: 480px) {
	.box.content {
	margin-top: 0em;
	}
}
.box.homepage {
	margin-top: 4em;
	border-bottom:2px solid #aaa;
	border-radius: 1em;
}
@media (max-width: 1280px) {
	.box.homepage {
	margin-top: 3em;
	}
}
@media (max-width: 736px) {
	.box.homepage {
	margin-top: 0em;
	}
}
@media (max-width: 480px) {
	.box.homepage {
	margin-top: 0em;
	}
}
.box.feature {
	padding: 0;
}

.box.feature .inner {
	padding: 4em 2em 3em 2em;
}

.box.feature h2 {
	font-size: 1.35em;
}

.box.feature p {
	margin: 0;
}

.box.feature .image {
	position: relative;
	margin: 0;
}

.box.feature .image img {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

/* Icons */

.icon {
	position: relative;
	text-decoration: none;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.icon > .label {
	display: none;
}

/* Wrappers */

#page-wrapper {
	padding-top: 120px;
}

#page-wrapper::before {
	content: "";
	display: block;
}

#features-wrapper {
	padding: 3em 0 3em 0;
}

#main-wrapper {
	background: #fff;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
	padding: 5em 0 5em 0;
}

#footer-wrapper {
	padding: 4em 0 4em 0;
	background-color: #252525;
	margin-top: 8em;
}

/* Header */

#site-header {
	box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
	color: #000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

@media (max-width: 736px) {
	#site-header .container {
		padding: 0 1em;
	}
}

#site-header .mainbar {
	display: flex;
	height: 60px;
	background: white;
}

#site-header .mainbar .container {
	display: flex;
	gap: 1.5em;
}

#site-header .gapped-items {
	flex: auto;
	display: flex;
	min-width: 0;
	white-space: nowrap;
	position: relative;
}

#site-header .gapped-items > :nth-child(n+2)::before {
	content: "";
	display: inline-block;
	height: 2.2em;
	border-left: 1px solid #e0e0e0;
	margin: 0 1em;
	vertical-align: middle;
}

@media (max-width: 736px) {
	#site-header .mainbar.search-active #logo ~ :not(.gapped-items):not(#site-search),
	#site-header .mainbar.search-active #logo ~ .gapped-items > :not(#site-search) {
		display: none;
	}
}

#site-header .mainbar .gapped-items {
	align-items: center;
}

@media (max-width: 980px) {
	#site-header .mainbar .promo {
		display: none;
	}
}

@media (max-width: 480px) {
	#site-header .mainbar.search-active #logo {
		display: none;
	}
}

#site-header .secondbar {
	display: flex;
	height: 60px;
	background: white;
}

#site-header .secondbar .container {
	display: flex;
}

#site-header nav {
	flex: auto;
	display: flex;
	font-size: 1.1em;
}

#site-header nav > ul {
	flex: auto;
	display: flex;
	margin: 0;
	/* align-items: center; */
	justify-content: space-between;
	white-space: nowrap;
}

#site-header nav li {
	flex: 0;
}

#site-header nav .link {
	font-size: 16px;
	height: 100%;
}

#site-header nav .link a {
	display: flex;
	height: 100%;
	color: inherit;
	text-decoration: none;
	align-items: center;
}

#site-header nav .link.current a {
	font-weight: bold;
}

#site-header nav .link a:hover,
#site-header nav .link.current a,
#site-header nav .menu-dropdown > button:hover,
#site-header nav .menu-dropdown.menu-active > button {
	border-bottom: 5px solid #ff4486;
	box-sizing: border-box;
}

#site-header nav .menu-dropdown {
	margin: 0 0.5em 0 3em;
}

@media (min-width: 770px) {
	#site-header .menu-dropdown {
		display: none;
	}
}

@media (max-width: 770px) {
	#site-header .hidemed {
		display: none;
	}
}

@media (max-width: 600px) {
	#site-header .hidesmall {
		display: none;
	}
}

@media (max-width: 480px) {
	#site-header .hidetiny {
		display: none;
	}
}

/* Account */

#account a {
	color: inherit;
	text-decoration: none;
	font-size: 1.3em;
}

#account a:hover {
	color: #ff4486;
}

/* Site Search */

#site-search {
	flex: auto;
	display: flex;
	justify-content: flex-end;
	min-width: 0;
	color: #444;
	/* overflow: hidden; */
	white-space: nowrap;
	height: 40px;
	position: relative;
}

#site-search.search-active .cat,
#site-search.search-active input,
#site-search.search-active ul.ac,
#site-search.search-active button.search {
	border: 1px solid #e0e0e0;
}

#site-search form {
	display: contents;
}

#site-search .cat {
	display: flex;
	align-items: center;
	gap: 0.6em;
	padding: 0 0.5em 0 0.9em;
	border-radius: 8px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background: #fafafa;
	cursor: pointer;
}

#site-search .cat:hover {
	background: #eee;
}

#site-search .input-ac-holder {
	flex: auto;
	min-width: 0;
	display: flex;
	position: relative;
}

#site-search input {
	flex: auto;
	min-width: 0;
	border-left: none !important;
	border-right: none !important;
	padding: 0 0.5em;
	font-size: 16px;
	font-weight: normal;
}

#site-search input::placeholder {
	color: #888 !important;
	font-style: italic;
}

#site-search ul.ac {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	margin: 0;
	z-index: 1;
	background: white;
	font-family: sans-serif;
	font-size: inherit;
	border-top: none !important;
}

#site-search ul.ac:empty,
#site-search input:not(:focus):not(:hover) + ul.ac:not(:hover) {
	display: none;
}

#site-search ul.ac li {
	padding: 0 0.7em;
}

#site-search ul.ac li:hover {
	background: #e8e8e8;
}

#site-search button {
	all: unset;
	font: inherit;
	flex: none;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

#site-search.search-active button.search {
	background: #444;
	color: #eee;
	width: 2.8em;
	border-radius: 8px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: none;
}

#site-search.search-active button.search:hover {
	background: #555;
	color: white;
}

#site-search button.close {
	margin: 0 0.5em 0 1.2em;
}

#site-search:not(.search-active) button.close {
	display: none;
}

@media all and not (max-width: 736px) {
	#site-search button.close {
		display: none;
	}
}

#site-search button.close i {
	font-size: 1.5em;
}

#site-search:not(.search-active) > :not(form):not(button),
#site-search:not(.search-active) > form > :not(button) {
	display: none;
}

/* Logo */

#logo {
	display: inline-block;
	flex: none;
	align-self: center;
	height: 40px;
}

#logo a {
	display: block;
	text-decoration: none;
	vertical-align: middle;
	height: 100%;
}

#logo img {
	display: block;
	height: 100%;
	width: auto;
}

/* Logo Footer */

#logo_footer {
	display: inline-block;
	flex: none;
	align-self: center;
	height: 40px;
	vertical-align: middle;
}

#logo_footer a {
	display: block;
	text-decoration: none;
	vertical-align: middle;
	height: 100%;
}

#logo_footer img {
	display: block;
	height: 100%;
	width: auto;
}

/* Banner */

#newbanner {
	position: relative;
	padding: 1em;
	margin-top: 4em;
}

@media screen and (max-width: 736px) {
	#newbanner {
		padding: 0.8em;
		margin: 0;
	}
}

#banner {
	position: relative;
}

#banner:not(.homepage) #sidebar section:first-of-type {
	margin-bottom: calc(5em + 2em);
}

#banner h1 {
	font-size: 48px;
}

@media (max-width: 1280px) {
	#banner h1 {
		font-size: 38px;
	}
}
@media (max-width: 736px) {
	#banner h1 {
		font-size: 38px;
	}
}

@media (max-width: 480px) {
	#banner h1 {
		font-size: 28px;
	}
}

@media (max-width: 380px) {
	#banner h1 {
		font-size: 26px;
	}
}

@media (max-width: 320px) {
	#banner h1 {
		font-size: 22px;
	}
}
#banner p {
	font-size: 38px;
	line-height: 1.2em;
}

@media (max-width: 1280px) {
	#banner p {
		font-size: 30px;
	}
}
@media (max-width: 736px) {
	#banner p {
		font-size: 28px;
	}
}
@media (max-width: 480px) {
	#banner p {
		font-size: 22px;
	}
}
@media (max-width: 380px) {
	#banner p {
		font-size: 22px;
	}
}
@media (max-width: 320px) {
	#banner p {
		font-size: 18px;
	}
}
#banner .button {
	width: 100%;
}
#banner button {
	font-family: inherit;
	text-align: inherit;
	line-height: inherit;
}

@media screen and (max-width: 980px) {
	#banner button.big {
		text-align: center;
	}
}

#banner .button.alt {
	margin-bottom: 0;
}
#newbanner .button {
	width: 100%;
	margin-bottom: 0.5em;
}

#newbanner button {
	font-family: inherit;
	line-height: inherit;
}

@media screen and (max-width: 980px) {
	#newbanner button.big {
		text-align: center;
	}
}

#newbanner .button.icon:before {
	position: absolute;
	right: 0.15em;
	top: 50%;
	margin-top: -0.5em;
}

#newbanner .button.alt {
	margin-bottom: 0;
}

#banner ul {
	margin: 0 0 0 2em;
}

.searchrow {
	text-align: right;
}

.searchrow input[type=text] {
	display: inline-block;
	width: auto;
	margin: 0;
	margin-right: 0.5em;
}

.searchrow button {
	margin-bottom: 0.5em;
}

#search {
	border-color: #bbb;
}

div.search-holder {
	position: relative;
}

div.search-holder #autocomplete-box {
	position: absolute;
	top: 100%;
	min-width: 100%;
	z-index: 1000;
}

div.search-holder:not(:hover) input[name=q]:not(:focus) + #autocomplete-box {
	display: none;
}

#autocomplete-box,
#sidebar #autocomplete-box,
#banner #autocomplete-box {
	position: absolute;
	z-index: 1;
	margin: 2px 0 0;
	border: 1px solid #bbb;
	border-radius: 8px;
	background-color: white;
	overflow: auto;
}

#sidebar #autocomplete-box li::before {
	content: none;
}

#autocomplete-box li a {
	display: block;
	padding: 0 0.5em;
	font-size: 1em;
	line-height: 2em;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	text-align: left;
}

#autocomplete-box li a:hover {
	background-color: #81D4FA;
}


#sidebar {
	/* margin-left: 2em; */
}

.row .\34u:first-of-type #sidebar {
	margin-left: 0;
}

@media screen and (max-width: 980px) {
	#sidebar {
		margin: 0;
	}
}

#sidebar p {
	font-size: inherit;
	margin: 0 0 2em 0;
}

#sidebar ul {
	margin: 0 0 2em 0;
}

#sidebar li::before {
	content: '\f059';
	font-family: 'FontAwesome';
	margin-right: 0.4em;
	color: #4467ff;
	font-size: 1.5em;
	vertical-align: middle;
}

#sidebar li a {
	text-decoration: none;
	font-weight: 600;
}

#sidebar form button .small {
	display: none;
}

@media screen and (max-width: 1280px) {
	#sidebar form button .small {
		display: inline;
	}

	#sidebar form button .large {
		display: none;
	}
}

ul.dllerror,
ul.dllinfo {
	margin-top: 3em;
	font-size: 14px;
	color: #888;
}

@media screen and (max-width: 736px) {
	ul.dllerror,
	ul.dllinfo {
		margin: 1.5em 0.5em;
	}
}

ul.dllerror p,
ul.dllinfo p {
	text-transform: uppercase;
	font-size: 13px;
	color: #777;
	margin-bottom: 0.8em;
}

ul.dllerror li,
ul.dllinfo li {
	font-size: 1em;
	margin: 0 0 1em;
	background-color: #fafafa;
	border-radius: 1em;
	padding: 1em 1em;
	font-style: italic;
	line-height: 1.5em;
	color: #444;
	white-space: nowrap;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

ul.dllerror li::before,
ul.dllinfo li::before {
	font-family: FontAwesome;
	font-style: normal;
	font-size: 4em;
	display: inline-block;
	margin: 0.4em 0.2em 0.4em 0.2em;
	margin-left: 0;
	vertical-align: middle;
}

ul.dllerror li::before {
	content: "\f057";
	color: red;
}

ul.dllinfo li::before {
	content: "\f059";
	color: #ff4486;
}

ul.dllerror li span,
ul.dllinfo li span {
	display: inline-block;
	max-width: calc(100% - 4.6em);
	line-height: 1.5em;
	vertical-align: middle;
	white-space: normal;
	font-size: 16px;
}
.design-white.with-sb .whitepage {
	position: relative;
}

.design-white.with-sb .whitepage::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 50%;
	bottom: 0;
}

.design-white.with-sb .whitepage > .container {
	position: relative;
}

.design-white.with-sb .whitepage .twocols > .col.col1 {
	padding-bottom: 4em;
}

.design-white.with-sb .whitepage::before,
.design-white.with-sb .whitepage .twocols > .col.col1 {
	background: #fefefe;
	margin-top: 1em;
}

.design-white.with-sb .rightblock {
	background-color: #f4f4f4;
	padding: 1em;
	border-radius: 1em;
	margin-top: 1em;
}
@media (max-width: 480px) {
	.design-white.with-sb .rightblock {
		background-color: #f4f4f4;
		padding: 0em;
		border-radius: 1em;
		margin-top: 2em;
	}
}
body.details .rightblock.request {
	overflow: auto;
	position: relative;
}

body.details .rightblock.request > p {
	font-size: 2.5em;
	color: black;
}

@media screen and (max-width: 736px) {
	body.details .rightblock.request > p {
		line-height: 1em;
		font-size: 2em;
	}
}

body.details .request p .count {
	font-weight: 600;
}

body.details .rightblock.request button {
	display: inline-block;
}

@media screen and (max-width: 980px) {
	body.details .request button {
		margin-top: 1em;
		text-align: center;
		font-size: 11pt !important;
	}
}

.details-req form {
	display: flex;
	gap: 1em;
	margin-bottom: 1em;
	flex-wrap: wrap;
}

.details-req form input[type=text] {
	width: auto;
	flex: auto;
}

.details-req form input[type=submit] {
	flex: none;
}

@media (max-width: 600px) {
	body.details .request table.request-list td:nth-of-type(3) {
		display: none;
	}
}

.file-list {
	display: grid;
	grid-template-columns: 1fr minmax(auto, 45%) auto auto;
	row-gap: 1em;
	margin-top: 1em;
	margin-bottom: 2em;
	border-radius:10px;
	line-height: normal;
	min-height: 200px;
	align-content: start;

}

@media (max-width: 1680px) {
	.file-list {
	}
}

@media (max-width: 1280px) and (min-width: 981px), (max-width: 736px) {
	.file-list {
		grid-template-columns: 1fr auto;
		grid-auto-flow: dense;
		gap: 0;
	}
}

.file-list > header {
	display: contents;
}

@media (max-width: 1280px) and (min-width: 981px), (max-width: 736px) {
	.file-list > header :first-child {
		grid-column: 1 / -1;
	}

	.file-list > header :nth-child(n+2) {
		display: none;
	}
}

.file-list :first-child {
	grid-column: 1 / -1;
}

.file-list .files {
	display: contents;
}

.file-list .filerow {
	display: contents;
}

.file-list > button.load-more {
	grid-column: 1 / -1;
	height: 2.5em;
}

body.details .info dl {
	line-height: 1.6em;
	margin-bottom: 1em;
	font-size: 1em;
}

@media screen and (max-width: 736px) {
	body.details .info dl {
		font-size: 0.9em;
	}
}

body.details .info dl:last-of-type {
	margin-bottom: 2em;
}

body.details .info dl dt {
	display: inline-block;
	font-size:16px;
	width: 20%;
	text-align: right;
	margin-right: 0.5em;
	margin-bottom: 10px;
}

body.details .info dl dt::after {
	content: ":";
}

body.details .info dl dt:empty::after {
	content: "\00a0";
}

body.details .info dl dd {
	font-size:16px;
	display: inline-block;
	width: calc(100% - 25% - 0.5em - 0.3em);
}

body.details .info dl dd strong {
	color: #ff4486;
}

body.details .dl-button button {
	padding: 1em;
	width: 100%;
	font-weight: 600;
	font-size: 1.7em;
	background-image: linear-gradient(to bottom, #ff669c 25%, #ff4486);
	box-shadow: 0px 5px 5px 0px #bbb;
}

body.details .dl-button button:disabled {
	cursor: default;
}

body.details .dl-button button:hover:not(:disabled) {
	filter: brightness(1.1);
}

body.details .dl-button button:disabled {
	background-image: linear-gradient(to bottom, #b0b0b0 25%, #9c9c9c);
}

.poster {
	display: inline-block;
	max-width: 18em;
	position: relative;
}

.poster.gray {
	opacity: 0.6;
}

.poster .year {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.3em 0.6em;
	line-height: normal;
	background-color: rgba(0, 0, 0, 0.5);
	font-weight: 600;
	color: white;
}

.poster img {
	display: block;
	width: 100%;
	max-width: 100%;
	min-height: 2em;
	max-height: 30em;
	background-color: #fff;
}

.poster img:not([src]) {
	width: 300px;
	height: 443px;
}

.poster img + i {
	position: absolute;
	top: calc(50% - 0.5em);
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 20em;
	color: #eaeaea;
}

.poster .title {
	display: block;
	padding: 0 0.5em;
	color: #aaa;
	font-size: 0.9em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-image: linear-gradient(#333, #222);
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 1px 0 0 rgba(140, 140, 140, 0.2);
}

.poster:hover .title {
	color: #eee;
}

#details {
	margin-top: 2em;
}

#details .top {
	box-shadow: none;
	position: relative;
}

#details header {
	margin: 0 0 1.5em;
	color: black;
}

#details .top header p {
	font-size: 1em;
}

#details dl {
	font-size: 10.4pt;
	line-height: 2em;
	color: black;
}

#details dl dt {
	float: left;
	width: 25%;
	text-align: right;
	margin-right: 0.5em;
}

#details dl dt::after {
	content: ":";
}

#details dl dt:empty::after {
	content: "\00a0";
}

#details dl dd {
	display: inline-block;
	width: 70%;
}

#details .download,
#details .open-comments {
	display: inline-block;
	margin-top: 2em;
	margin-right: 1em;
	max-width: 300px;
	width: calc(50% - 1.2em);
}

@media screen and (max-width: 400px) {
	#details .download,
	#details .open-comments {
		display: block;
		width: auto;
	}
}

#details .download a,
#details .open-comments a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	padding: 0.2em 0;
	background-color: #65A93A;
	border: 2px solid #65A93A;
	border-radius:10px;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
}

#details .download.disabled a {
	cursor: default;
	background-color: #bbb;
	border: 2px solid #bbb;
	color: #f7f7f7;
}

#details .open-comments a {
	background-color: #3B71AB;
	border: 2px solid #3B71AB;
}

#details .open-comments:not(.disabled) a:hover {
	background-color: #4189d6;
}

#details .download:not(.disabled) a:hover {
	background-color: #7FC752;
}

#details .open-comments a .count {
	color: #aaa;
	font-size: 0.9em;
}

tr.download-row {
	border-top: 0.5em solid white;
}
tr.download-row a:hover {
	font-weight:600;
}

tr.download-row + tr.download-row {
	border-top: 2px solid white;
}

tr.download-row td {
	padding: 0;
	line-height: normal;
}

tr.download-row td:nth-of-type(1) {
	font-size: 1.4em;
	width: 1.3em;
}

tr.download-row td:nth-of-type(2) {
	max-width: 9em;
}

tr.download-row td:nth-of-type(3) > a {
	line-height: normal;
}

tr.download-row td:nth-of-type(2),
tr.download-row td:nth-of-type(3) {
	background-color: #fbfbfb;
	padding: 0.5em;
}

tr.download-row:hover td:nth-of-type(2),
tr.download-row:hover td:nth-of-type(3) {
	background-color: #fbfbfb;
}

.pop-titles-holder {
	margin: 5em auto 0;
	text-align: center;
}

@media (max-width: 736px) {
	.pop-titles-holder {
		padding: 0 15px;
	}
}


/* Movies page */


ul.results {
	margin: 0;
	padding: 1.5em 0 1.25em;
}

ul.results a {
	text-decoration: none;
}

.filerow {
	color: #333;
	background: #fff;
	border: 1px solid #eee;
}

.filerow:hover {
	background: #fafafa;
	border-color: #e1e1e1;
}

.filerow > * {
	min-width: 0;
	min-height: 100px;
	padding: 1em 0;
	background: inherit;
	border-top: inherit;
	border-bottom: inherit;
	position: relative;
}

.filerow > :first-child {
	padding-left: 1em;
	border-left: inherit;
	grid-column: 1;
}

.filerow > :last-child {
	text-align: end;
	padding-right: 1em;
	border-right: inherit;
}

.filerow > ::before {
	content: "";
	position: absolute;
	top: -1px;
	bottom: -1px;
	right: 100%;
	width: 1em;
	background: inherit;
	border-top: inherit;
	border-bottom: inherit;
}

@media (max-width: 1680px) {
	.filerow > ::before {
		width: 1.5em;
	}
}

.filerow > :first-child::before {
	display: none;
}

@media (max-width: 1280px) and (min-width: 981px), (max-width: 736px) {
	.filerow > ::before {
		display: none;
	}
}

.filerow .file > * {
	max-width: 15rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.4rem;
}

.filerow .file .title {
	font-weight: bold;
	font-size: 20px;
}

.filerow .file > :not(.title) {
	font-style: italic;
}

.filerow .comment {
	font-size: 14px;
}
.filerow .hash {
	font-size: 14px;
}
.filerow .size {
	font-size: 15px;
	min-width:70px;
}

@media (max-width: 1280px) and (min-width: 981px), (max-width: 736px) {
	.filerow .file,
	.filerow .size {
		margin-top: 1em;
	}

	.filerow .size {
		padding: 1em;
	}
}

.filerow .download {
	display: flex;
	align-items: flex-start;
	gap: 5px;
}

.filerow .download .arch {
	display: block;
	flex: none;
	width: 34px;
	height: 34px;
}

.filerow .download .button {
	flex: none;
	font-size: 16px;
	padding: 0.5em !important;
	font-weight: bold;
}

@media (max-width: 1680px) and (min-width: 1281px), (max-width: 980px) and (min-width: 737px) {
	.filerow .download {
		flex-direction: column;
		align-items: center;
		gap: 8px;
	}

	.filerow .download .arch {
		order: 1;
	}
}

@media (max-width: 1280px) and (min-width: 981px), (max-width: 736px) {
	.filerow .download {
		padding: 1em;
		grid-column: 1 / -1;
		align-items: center;
	}

	.filerow .download .button {
		flex: auto;
		text-align: center;
		font-size: 1.25em !important;
		padding: 0.65em 0 !important;
	}
}

.filerow dl.version {
	font-size: inherit;
}

@media (max-width: 1280px) and (min-width: 981px), (max-width: 736px) {
	.filerow dl.version {
		grid-column: 1 / -1;
		padding: 1em;
	}
}

.filerow dl.version dt {
	margin-right: 0.4em;
}

.filerow dl.version dt:not(.hash) {
	float: left;
}

@media (min-width: 1681px) {
	.filerow dl.version dt {
		float: left;
	}
}

.filerow dl.version dt::after {
	content: ":";
}

.filerow dl.version dd {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.3em;
}

.filerow dl.version dd.hash {
	min-width: 41ex;
}

@media (max-width: 480px) {
	.filerow dl.version dd.hash {
			/*
			white-space: normal;
			word-break: break-all;
			*/
		min-width: auto;
	}
}

.filerow dl.version dt:nth-of-type(n+2),
.filerow dl.version dd:nth-of-type(n+2) {
	color: #696969;
}

.filerow dl.version dt.comment,
.filerow dl.version dd.comment{
	padding-top: 0.3em;
}


.fileinfo {
	margin-bottom: 1em;
	border-radius: .5em;
	display: flex;
	background-color: white;
	color: #333;
	text-decoration: none;
	height:90px;
	border: 1px solid #eee;
}

.fileinfo:hover {
	background-color: #fff8fc;
	border: 1px solid #ff4486;
}

.files a:first-of-type .fileinfo {
	box-shadow: -7px 0 0 -1px #ff4486;
}

.fileinfo > i {
	font-size: 24px;
	margin: .5em .5em 0em .5em;
	color: #222;
}

.fileinfo .center {
	margin: 0.5em;
	flex: 1 1 auto;
	overflow: hidden;
}

.fileinfo .center > div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fileinfo .center .title {
	font-size: 22px;
	font-weight: 600;
	color: #ff4486;
}
@media (max-width: 480px) {
	.fileinfo .center .title {
		font-size: 18px;
	}
}

.fileinfo .center .subtitle {
	font-size: 16px;
	line-height: 1.5em;
	color: #888;
}
@media (max-width: 480px) {
	.fileinfo .center .subtitle {
		font-size: 14px;
	}
}
.fileinfo .right {
	margin: 1.5em 1.5em 0 0;
	font-size: 0.9em;
	text-align: right;
	line-height: normal;
	flex: 0 5 auto;
	overflow: hidden;
}

.fileinfo .right > div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #888;
}


/* Download */

#download {
	text-align: center;
}

#download header {
	margin-bottom: 1em;
	font-size: 0.8em;
}

#captcha-form {
	display: inline-block;
	text-align: right;
}

#captcha-form input[type=submit] {
	font-size: 1em;
	padding: 0.2em 0.5em;
	line-height: normal;
	font-weight: 600;
}

#respdiv img {
	vertical-align: middle;
}

#respdiv img + a {
	font-weight: 600;
	margin-left: 0.5em;
	color: #57A52D;
}

#captchadiv,
#captchadiv * {
	line-height: normal;
}

#captchadiv img {
	display: block;
	box-shadow: 0 0 0 1px #ccc;
	margin-bottom: 5px;
}

@media (max-width: 980px) {
	#captchadiv .captcha {
		box-sizing: border-box;
		width: 100%;
		margin-bottom: 5px;
	}
}
@media (min-width: 981px) {
	#captchadiv .captcha {
		box-sizing: border-box;
		width: calc(260px - 80px);
	}

	#captchadiv input[type=submit] {
		box-sizing: border-box;
		width: 80px;
	}
}

#captcha-error {
	color: #c000ca;
}

#comments {
	max-width: 600px;
}

#comments div.open,
#comments div.load {
	padding: 0.4em 0;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size:1.2em;
	text-align: center;
	color: #0087B9;
	font-weight: 600;
	cursor: pointer;
}

#comments div.open .count {
	color: #ff4486;
	font-weight: 600;
	margin-right: 0.5em;
}

#comments div.add h3 {
	margin: 0 0 0.4em;
	font-size: 1.5em;
	font-weight: 600;
	color: black;
}

#comments div.add input {
	margin-bottom: 1em;
	line-height: 2.25em;
}

#comments div.add textarea {
	margin-bottom: 1em;
	min-height: auto;
	height: 6em;
	line-height: 1em;
	padding: 0.7em 1em;
}

#comments div.add .captcha {
	display: inline-block;
	margin-right: 1em;
}

#comments div.add .captcha img {
	vertical-align: middle;
	margin-right: 1em;
}

#comments div.add .captcha input {
	display: inline-block;
	width: 10em;
}

#comments div.add button {
	font-weight: 600;
	line-height: 2em;
	width: auto;
	padding: 0.2em 1em !important;
	font-size: 1em !important;
	margin-bottom: 1em;
}

#comments .comments:empty + div.load {
	display: none;
}

#comments div.load {
	margin-top: 1.5em;
}

.comments > p.nocomments {
	padding: 1rem 0 0;
	border-top: 1px solid #f0f0f0;
}

.comments article {
	margin: 0 0 1em;
	padding: 1rem 0 0;
	border-top: 1px solid #f0f0f0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.comments article > * {
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.comments article .left i {
	font-size: 3em;
	margin: 1rem;
	margin-top: 0.5rem;
	margin-right: 1.5rem;
	color: #ddd;
}

.comments article .left img {
	width: 62px;
	height: 62px;
	margin: 0.3rem;
	margin-top: 0.5rem;
	margin-right: 0.9rem;
}

.comments article header {
	margin: 0;
}

.comments article header h4 {
	font-size: 0.9em;
	font-weight: inherit;
	display: inline;
}

.comments article header time {
	margin-left: 1em;
	font-size: 0.8em;
	color: #aaa;
}

.comments article p,
#banner .comments article p {
	margin: 0 0 1em;
	color: black;
}

/* Request */

body.request-dll .request-form {
	margin-bottom: 4em;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}

body.request-dll .request-form input,
body.request-dll .request-form .ac-holder {
	width: auto;
	flex: 1;
}

body.request-dll .request-form .ac-holder input {
	width: 100%;
	min-width: 200px;
}

body.request-dll .request-form button {
	flex: none;
	min-height: 50px;
	padding-left: 1em;
	padding-right: 1em;
}

table.request-list,
table.search-results {
	white-space: nowrap;
	background-color: #fafafa;
}

table.request-list td,
table.search-results td {
	vertical-align: middle;
}

table.request-list td:nth-of-type(2),
table.search-results td:nth-of-type(2) {
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 0.5em;
}

table.request-list td:nth-of-type(2) i,
table.search-results td:nth-of-type(2) i {
	margin-right: 0.2em;
}

table.request-list td:nth-of-type(2) i.fa-download,
table.search-results td:nth-of-type(2) i.fa-download {
	color: #8bde7f;
}

@media screen and (max-width: 980px) {
	table.request-list td,
	table.search-results td {
		font-size: 0.9em;
	}

	table.request-list td:nth-of-type(4),
	table.search-results td:nth-of-type(4) {
		text-align: right;
		padding-right: 0.5em;
	}

	table.request-list td:nth-of-type(3),
	table.search-results td:nth-of-type(3),
	table.search-results td:nth-of-type(5) {
		display: none;
	}
}

/* dll upload */

#dllupload form {
	margin-bottom: 1em;
	text-align: left;
}

#dllupload form > div {
	display: inline-block;
	position: relative;
}

#dllupload form > div:nth-of-type(2) {
	width: calc((100% - 10em) / 3);
	margin-right: 1em;
}

#dllupload form .label {
	font-size: 0.9em;
	white-space: nowrap;
}

#dllupload form .label span:first-of-type {
	font-weight: 600;
}

#dllupload form .label span:first-of-type::after {
	content: ":";
}

#dllupload form input[type=submit] {
	font-weight: 600;
}

#dllupload table {
	white-space: nowrap;
}

#dllupload table td:nth-of-type(2) {
	max-width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 980px) {
	#dllupload form > div {
		display: block;
		margin-bottom: 1em;
	}

	#dllupload form > div:not(:last-of-type) {
		width: 100%;
		margin-right: 0;
	}

	#dllupload form > div:last-of-type {
		margin-top: 2em;
	}

	#dllupload table td {
		font-size: 0.9em;
	}

	#dllupload table td:nth-of-type(3),
	#dllupload table td:nth-of-type(4) {
		display: none;
	}
}

/* Upload */

#upload ul,
#banner #upload ul {
	margin: 0 0 3em;
}

#upload ul li {
	display: block;
	background-color: #e81010;
	color: black;
	padding: 0.3em 1em;
}

#upload form {
	margin: 1em 0em 1em;
	max-width: 30em;
}

#upload form div {
	position: relative;
	display: inline-block;
	width: calc(100% - 7em);
	margin-right: 1em;
}

#upload form div input[type=file] {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	opacity: 0;
}

#upload form button {
	font-weight: 600;
	padding: 0.3em 1em;
}

@media screen and (max-width: 980px) {
	#upload form div {
		display: block;
		width: auto;
		margin: 0 0 1em;
	}

	#upload form button {
		text-align: center;
	}
}

/* Footer */

#footer {
	margin-top: 0;
}

#footer .groups {
	display: flex;
	justify-content: space-between;
	gap: 8em;
	line-height: normal;
}

@media (max-width: 1280px) {
	#footer .groups {
		gap: 4em;
	}
}

@media (max-width: 980px) {
	#footer .groups {
		justify-content: space-around;
		margin-bottom: 6em;
	}
}

@media (max-width: 680px) {
	#footer .groups {
		flex-direction: column;
		justify-content: flex-start;
		gap: 2.5em;
	}
}

#footer .titlegroup {
	font-size: 15px;
	min-width: 0;
}

#footer .titlegroup > div:first-child {
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
}

#footer .titlegroup ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 2em;
}

#footer .titlegroup ul:first-child {
	margin-top: 2.1em;
}
#footer .titlegroup li {
	color: #ccc;
	line-height: 1.8em;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 800px) {
	#footer .titlegroup li {
		line-height: 2em;
		font-size: 16px;
	}
}
#footer .titlegroup li a {
	color: #aaa;
}

#footer .titlegroup li a:hover {
	text-decoration: underline;
	color:#ccc;
}

#footer .titlegroup > p {
	font-size: inherit;
	margin: 0;
	max-width: 20em;
	line-height: 2.2em;
	color: #ccc;
}

@media (max-width: 800px) {
	#footer .titlegroup > p {
		max-width: 13em;
	}
}

@media (min-width: 681px) and (max-width: 980px) {
	#footer .groups .titlegroup:nth-child(n+4) {
		display: none;
	}
}

#footer ul {
	font-size: inherit;
}

#footer a {
	color: #aaa;
	text-decoration: none;
}

#footer a:hover {
	color: #bdbdbd;
	text-decoration: underline;
}

#footer .h {
	color: rgba(255,255,255,0.8);
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 0.3em 0;
}

#footer .google-auto-placed {
	margin-bottom: 3em;
}

#google_translate_element a {
	color: inherit;
}

#copyright {
	color: #aaa;
	padding: 4em 0 0 0;
	text-align: center;
}

#copyright a {
	color: inherit;
}

/* XLarge */

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

	/* Basic */

	input, select, textarea {
		font-size: 16px;
	}

}

/* Large */

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

	/* Basic */

	input, select, textarea {
		font-size: 16px;
	}

}

/* Medium */

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

	/* Basic */

	html, body {
		overflow-x: hidden;
	}

	input, select, textarea {
		font-size: 16px;
	}

	/* Image */

	.image.left {
		width: 25%;
		margin-bottom: 2em !important;
	}

	/* List */

	ul.menu li {
		display: block;
		border: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	ul.actions li {
		display: block;
		padding: 0;
		margin: 1em 0 0 0;
	}

	ul.actions li:first-child {
		margin-top: 0;
	}

	/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		width: 100%;
		text-align: center;
		font-size: 1.35em;
		padding: 0.5em 0 !important;
	}

	input[type="button"].icon,
	input[type="submit"].icon,
	input[type="reset"].icon,
	button.icon,
	.button.icon {
		padding-right: 0.75em !important;
	}

	input[type="button"].icon:before,
	input[type="submit"].icon:before,
	input[type="reset"].icon:before,
	button.icon:before,
	.button.icon:before {
		margin-right: 0.5em;
		top: 0.05em;
	}

	/* Wrappers */

	#header-wrapper {
		padding: 3em 0 1em 0;
		text-align: center;
	}

	#footer-wrapper {
		padding: 6em 0 4em 0;
	}

	/* Header */

	#header {
		margin: 0 auto;
	}

	/* Logo */

	#logo span {
		display: block;
		margin: 0;
	}

	/* Nav */

	#nav {
		display: none;
	}

	/* Banner */

	#banner {
		padding: 2em 2em;
		/* text-align: center; */
	}

	@media (max-width: 480px) {
		#banner {
			padding: 1em 1em;
		}
	}
	#banner ul {
		margin: 2em 0 0 0;
	}

	#banner .button.icon:before {
		position: relative;
		right: auto;
		top: auto;
	}

	/* Content */

	#content {
		border-bottom: solid 1px #e8e8e8;
		padding-bottom: 4em;
		margin-bottom: 0 !important;
	}

	#content > :last-child {
		margin-bottom: 0 !important;
	}

	#sidebar > :last-child {
		margin-bottom: 0 !important;
	}

	/* Footer */

	#copyright {
		padding: 0;
	}

	/* Off-Canvas Navigation */

	#page-wrapper {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		padding-bottom: 1px;
	}
}

/* Small */

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

	/* Basic */

	body, input, select, textarea {
		line-height: 2em;
	}

	h2, h3, h4, h5, h6 {
		font-size: 22px;
	}

	/* Image */

	.image.left {
		width: 25%;
		margin-bottom: 2em !important;
	}

	/* List */

	ul.menu li {
		display: block;
		border: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	ul.actions li {
		display: block;
		padding: 0;
		margin: 1em 0 0 0;
	}

	ul.actions li:first-child {
		margin-top: 0;
	}

	/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		width: 100%;
		text-align: center;
		font-size: 1.25em !important;
		padding: 0.65em 0 !important;
	}

	input[type="button"].icon,
	input[type="submit"].icon,
	input[type="reset"].icon,
	button.icon,
	.button.icon {
		padding-right: 0.75em !important;
	}

	input[type="button"].icon:before,
	input[type="submit"].icon:before,
	input[type="reset"].icon:before,
	button.icon:before,
	.button.icon:before {
		margin-right: 0.5em;
		top: 0.05em;
	}

	/* Box */

	.box {
		padding: 15px 15px 15px 15px;
		margin: 0;
	}

	.box.feature {
		margin: 20px 0 0 0 !important;
		padding: 0;
	}

	.box.feature .inner {
		padding: 30px 15px 30px 15px;
	}

	.box.feature p {
		margin: 0;
	}

	.box.feature .image {
		position: relative;
		margin: 0;
	}

	.box.feature .image img {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	/* Wrappers */

	#header-wrapper {
		padding: 3em 0 1.5em 0;
	}

	#banner-wrapper {
		padding: 2em 15px 0 15px;
	}

	#features-wrapper {
		padding: 0 15px 40px 15px;
	}

	#main-wrapper, #footer-wrapper {
		padding: 40px 30px 40px 30px;
	}

	/* Logo */

	#logo h1 {
		font-size: 2.75em;
		padding: 0.2em 0.275em;
	}

	#logo span {
		line-height: 3em;
	}

	/* Content */

	#content {
		padding-bottom: 3em;
	}

	/* Footer */

	#footer section {
		border-bottom: solid 1px #ccc;
		padding-bottom: 3em;
		margin-bottom: 1em !important;
	}

	#copyright {
		/* text-align: left; */
	}

}
/* Style the list */
#banner ul.tab {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	line-height: 2.25em;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
	display: inline-block;
	color: #444;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 17px;
	cursor: pointer;
}

/* Change background color of links on hover */
ul.tab li a:hover {background-color: #faffca;}

/* Create an active/current tablink class */
ul.tab li a:focus, .active:not(.opener) {background-color: #f0e3ff; font-weight:600;}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 0.5em 0.8em;
	border: 1px solid #ddd;
	border-top: none;
	min-height: 3.5em;
}

.footerad .adbox,
body.detatils .detad .adbox {
	border: none;
	background: transparent;
}

body.details .detad {
	text-align: center;
	overflow: hidden;
	position: relative;
}

.sidead {
	float: right;
	text-align: center;
	margin-left: 2em;
}

.sidead, 
.sidead ins {
	width: 320px;
	overflow: hidden;
}

.sidead > div {

}

@media (max-width: 980px) {
	.sidead,
	.sidead ins {
		width: 160px;
	}
}

@media (max-width: 680px) {
	.sidead {
		display: none;
	}
}

.footerad {text-align: center;}


.twocols {
	display: flex;
}

@media (max-width: 736px) {
	.twocols {
		column-gap: 1em;
	}
}

.twocols > .col {
	flex: 1 1 0%;
	padding-right:4em;
	min-width: 0;
	overflow: hidden;
}

.twocols > .col.col1 {
	padding-left: 0;
}

.twocols > .col.sidecol {
	flex: 0 0 auto;
	width: 320px;
	box-sizing: content-box;
	padding-right: 0;
	box-shadow: -5px 0 8px -5px rgb(200 200 200 / 50%);
}

.col.sidecol .sidead {
	float: none;
	margin: 0 !important;
}

#page-wrapper > .whitepage {
	background-color: white;
	padding: 2em 0 6em;
}

.design-white.with-sb #page-wrapper > .whitepage {
	padding: 0;
}

#page-wrapper > .whitepage ~ #footer-wrapper {
	margin-top: 0;
}

.pagebar {

}

.pagebar .container {
	display: flex;
	margin: 15px 0px;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	align-items: center;
	gap: 2em;
}

.homecol .containerhome {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2em;
}

@media (max-width: 1000px) {
	.homecol .containerhome {
		flex-wrap: wrap;
	}
}
.pagebar .container-full {
	padding: 25px 0px;
	justify-content: space-between;
	align-items: center;
}
body.search .rightblock {
	overflow: hidden;
}

body.search .rightblock ul.results {
	padding: 0;
}

body.search .rightblock ul.results > :first-child .filerow {
	margin-top: 0;
}

.menu-dropdown {
}

.menu-dropdown > button {
	all: unset;
	padding: 0 !important;
	cursor: pointer;
	width: 40px;
	text-align: center;
}
@media (max-width: 740px) {
	.menu-dropdown > button {
		width: 10px;
	}
}
.menu-dropdown > button i {
	font-size: 26px;
	vertical-align: middle;
}

.menu-dropdown ul.dropdown {
	all: unset;
	font: inherit;
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 12em;
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
	background: white;
	border: 1px solid #e0e0e0;
	box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
}

@media (hover: hover) {
	.menu-dropdown:not(:hover) ul.dropdown {
		display: none;
	}
}

@media (hover: none) {
	.menu-dropdown:not(.menu-active) ul.dropdown {
		display: none;
	}
}

.menu-dropdown ul.dropdown li {
	all: unset;
	font: inherit;
	flex: 1 !important;
}

.menu-dropdown ul.dropdown li a {
	all: unset;
	font: inherit;
	display: block !important;
	cursor: pointer;
	padding: 0 0.7em;
	line-height: 2.5;
}

.menu-dropdown ul.dropdown li a:hover {
	background: #eee;
	border-bottom: none !important;
}
@media (max-width: 980px) {
	.design-white.with-sb .sidecol,
	.design-white.with-sb .sidead,
	.design-white.with-sb .sidead ins {
		display: none;
	}

	.design-white.with-sb .whitepage .twocols > .col.col1 {
		padding:1em;
	}
}
.fa-recycle {
	cursor: pointer;
	color: #2B8DDD;
	font-size: 0.5em;
}

.sb-linklist-hdr {
	margin-top: 1em;
	font-size: 16px;
	margin-bottom: 1em;
}

ul.sb-linklist {
	list-style: none;
	margin: 0;
	margin-bottom:3em;
	padding: 0;
	display: grid;
	font-size: 16px;
	grid-auto-rows: 2.5em;
	gap: 0.3em;
}

ul.sb-linklist li {
	display: contents;
}

ul.sb-linklist li > * {
	display: flex;
	background: #f8f8f8;
	color: #555;
	border-radius: 5px;
	align-items: center;
	padding: 0 1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.sb-linklist li > a {
	text-decoration: none;
}

ul.sb-linklist li > a:hover {
	font-weight: bold;
	color: #ff4486;
}

ul.sb-linklist li i {
	flex: none;
	margin-right: 0.75em;
}
.divreg {
	font-size: 20px;
	margin-top:10px;
}
@media (max-width: 480px) {
	.divreg {
		font-size: 18px;
		line-height: 28px;
	}
}
.divsub {
	font-size: 20px;
	color:#888;
}
@media (max-width: 480px) {
	.divsub {
		font-size: 16px;
		line-height: 28px;
	}
}
.div14note {
	font-size: 14px;
	margin-bottom:.5em;
	margin-top:2em;
	padding-top:1em;
	line-height:1.5em;
	border-top: 1px solid #ddd;
	font-style: italic;
	color:#888;
}
.divnote {
	font-size: 16px;
	padding:1em;
	line-height:1.5em;
	background-color:#fafafa;
	font-style: italic;
	color:#555;
}
@media (max-width: 480px) {
	.divnote {
		line-height:2em;
		margin: 0em;
	}
}
.divnote2 {
	font-size: 16px;
	padding:.5em;
	line-height:1.5em;
	background-color:#fafafa;
	font-style: italic;
	color:#444;
}
@media (max-width: 480px) {
	.divnote2 {
		line-height:2em;
		margin: 0em;
	}
}
.divnoteD {
	font-size: 16px;
	padding:.5em;
	line-height:1.5em;
	background-color:#fafafa;
	font-style: italic;
	color:#888;
}
@media (max-width: 480px) {
	.divnoteD {
		line-height:2em;
		margin: 0em;
	}
}
.div14reg {
	font-size: 14px;
	line-height:24px;
}
.div15reg {
	font-size: 15px;
	line-height:24px;
}
.div16reg {
	font-size: 16px;
	line-height:24px;
}
.div18reg {
	font-size: 18px;
}
.div20reg {
	font-size: 20px;
}
.div32reg {
	font-size: 32px;
	margin-top:15px;
	line-height:1.2em;
}
@media (max-width: 480px) {
	.div32reg {
		font-size: 22px;
		margin-top:0px;
	}
}
.divpreview {
	font-size: 18px;
}
@media (max-width: 480px) {
	.divpreview {
		font-size: 16px;
	}
}
.dll-preview {
	margin-top: 1em;
	background-color: #fff;
	border-radius: 10px;
	line-height: normal;
	align-content: start;
}

.dll-preview > ins {
	justify-self: center;
	width: 350px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

@media (max-width: 800px), (min-width: 980px) and (max-width: 1280px) {
	.dll-preview {
		grid-template-columns: 1fr;
	}

	.dll-preview > ins {
		width: 100%;
	}
}

@media (max-width: 390px) {
	.dll-preview > ins {
		display: none !important;
	}
}

.dll-preview .details:first-child {
	grid-column: 1 / -1;
}

@media (max-width: 800px), (min-width: 980px) and (max-width: 1280px) {
	.dll-preview .details {
		order: -1;
	}
}

.dll-preview .download {
	height: 3em;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.request-astk {
	margin-bottom: 10px; 
	line-height:1.3em; 
	font-size:16px;
	padding:10px;
}
@media (max-width: 480px) {
	.request-astk {
		margin-bottom: 10px; 
		line-height:1.3em; 
		font-size:15px;
		padding:10px;
	}
}



.file-feed {
	background-color: #fff;
	padding: 10px;
	min-height:190px;
	margin-top:15px;
	margin-bottom:15px;
}

.file-feed-content {
	overflow: hidden;
}

.file-feed-thumbnail {
	width: 30px;
	height: 30px;
	float: left;
	margin: 5px 15px 10px 0;
	background-image: url(/img/dll_icon.png);
	background-size: cover;
	border-radius: 5px;
}

.file-feed-thumbnail-na {
	width: 30px;
	height: 30px;
	float: left;
	margin: 5px 15px 10px 0;
	background-image: url(/img/dll_icon.png);
	background-size: cover;
	border-radius: 5px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .2;
}
.file-feed h1 {
	font-size: 26px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 5px;
}

.file-feed a {
	color: #000;
	text-decoration: none;
}
.file-feed a:hover {
	color: #ff4486;
}

.file-feed p {
	font-size: 18px;
	color: #4a4a4a;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}

.file-feed-attribution {
	font-size: 15px;
	color:#999;
	display: inline-block;
	float: right;
	text-align: right;
	line-height:1.7em;
	padding:5px;
}

.file-feed-attribution-left {
	font-size: 15px;
	color:#666;
	display: inline-block;
	float: left;
	text-align: left;
	line-height:1.7em;
	padding:5px;
}
.file-feed-attribution a {
	color: #888;
	font-size: 14px;
	display: inline-block;
	text-align: right;
	cursor: pointer;
}
.file-feed-attribution a:hover {
	color: #ff4486;
}
button.reqp {
	background-color: #fff;
	color:#000; 
	font-size:15px;
	text-align: right;
}
button.reqp:hover {
	background-color: #fff;
	color:#ff4486; 
	font-size:15px;
	text-align: right;
}
.fa-thumbs-up {
	color:#ff4486; 
	font-size:16px; 
}
.sensitive {
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	outline: 0;
	border: 0;
	cursor: pointer;
	font-size: 15px;
	padding:5px 10px 5px 10px;
}
.contentc {
	border-radius: 10px;
	font-size: 20px;
	background-color:#f7f7f7;
	margin-bottom:70px;
	margin-top:15px;
	padding:.5em;
	color:#444;
}
.contentc img {
	max-width:100%;
	height: auto;
	border-radius: 1em;
	opacity: 0.6;
}
.contentc .cdesc {
	padding:.5em;
	background-color:#fff;
	border-radius:10px;
	margin-top:1em;
	border:1px solid #eee;
}
ol.sb-menu li
{
	margin-bottom: 0px;
	line-height: 2.5em;
}
ol.sb-menu
{
	margin-top:10px;
	padding-top:10px;
	padding-bottom: 15px;
	font-size: 16px;
	color: #ff4486;
}
ol.sb-menu a
{
	font-size: 16px;
	color:#222;
	text-decoration: none;
}
ol.sb-menu a:hover
{
	font-weight:bold;
	color: #ff4486;
}
.ahover a
{
	text-decoration: none;
}
.ahover a:hover
{
	color: #ff4486;
}
.ucolumn {
	float: left;
	width: 50%;
	padding-left:40px;
}
.urow:after {
	content: "";
	display: table;
	clear: both;
}
#registerForm input,
#registerForm .captcha {
	margin-bottom: 1em;
}
#loginForm input,
#loginForm .captcha {
	margin-bottom: 1em;
}
.request-list tr:hover:not(:first-of-type) {
	background-color: #fafafa;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap:2em;
}

.flex-container > div {
  font-size: 16px;
  width: 275px;
}
.flex-container2 {
  display: flex;
  flex-wrap: nowrap;
  margin-top:2em;
}

.flex-container2 > div {
  margin-right: 20px;
  font-size: 16px;
  text-align: center;
  width: 175px;
  flex-wrap: nowrap;
  padding:5px;
}
.hidesmall {

}
@media (max-width: 900px) {
	.hidesmall {
		display: none !important;
	}
}
.hidexsmall {

}
@media (max-width: 740px) {
	.hidexsmall {
		display: none !important;
	}
}

.hidelarge {

}
@media (max-width: 1280px) {
	.hidelarge {
		display: none !important;
	}
}
.hidexlarge {

}
@media (max-width: 1440px) {
	.hidexlarge {
		display: none !important;
	}
}
.pink-button {
  background-color: #EA4C89;
  border-radius: 5px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width:100%;
}

.pink-button:hover,
.pink-button:focus {
  background-color: #F082AC;

}
@media (max-width: 480px) {
	.pink-button {
		font-size: 20px;
	}
}
.pink-smbutton {
  background-color: #ff4486;
  border-radius: 5px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 5px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.pink-smbutton:hover,
.pink-smbutton:focus {
  background-color: #F082AC;
}
.custom-select {
  min-width: 250px;
  position: relative;
}

select {
  appearance: none;
  /*  safari  */
  -webkit-appearance: none;
  /*  other styles for aesthetics */
  width: 100%;
  font-size: 1.15rem;
  padding: 0.675em 6em 0.675em 1em;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
}

.custom-select::before,
.custom-select::after {
  --size: 0.3rem;
  content: "";
  position: absolute;
  right: 1rem;
  pointer-events: none;
}

.custom-select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

.custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
}
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 10px 25px 20px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: bold;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

input:focus-visible + label {
  outline: 2px solid rgba(0,102,204,1);
  border-radius: 3px;
}

.tabset > label:hover {
	background-color: #f7f7f7;
}

.tabset > input:focus + label,
.tabset > input:checked + label {
  font-weight: bold;
  color: #ff4486;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #ff4486;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}
.tabset {
	margin-top: 2em;
  max-width: 65em;
}
.itembox {
	padding-left:2em;
	padding-right:8em; 
	margin-bottom:3em; 
	margin-top:3em;
}
@media (max-width: 1680px) {
	.itembox {
	padding-left:2em;
	padding-right:2em; 
	}
}
@media (max-width: 480px) {
	.itembox {
	padding-left:.5em;
	padding-right:.5em; 
	}
}
.itembox2 {
	padding-left:4em;
	padding-right:8em; 
}
@media (max-width: 1680px) {
	.itembox2 {
	padding-left:2em;
	padding-right:2em; 
	}
}
@media (max-width: 480px) {
	.itembox2 {
	padding-left:.5em;
	padding-right:.5em; 
	}
}
.barspinner {
   position: relative;
   width: 25px;
   height: 25px;
   animation: spinner-x0t3la 3s infinite linear;
}

.barspinner::before {
   content: '';
   display: block;
   height: 25px;
   width: 10px;
   animation: spinner-x0t3la 0.5s infinite;
   background: #474bff;
   position: absolute;
   left: 50%;
   margin-left: -5.6px;
}

@keyframes spinner-x0t3la {
   to {
      transform: rotate(360deg);
   }
}
.linkbox {
	font-size: 18px;
	padding:15px;
	background-color:#fff;
	color:#444;
	border:1px solid #ccc;
	margin-bottom:1em;
}
.inlinkbox {
	margin-bottom:.5em;
}
.smallfont {
	font-size:18px;
}
@media (max-width: 480px) {
	.smallfont {
	font-size:14px;
	}
}

.hcolumn {
	float: left;
	width: 33.33%;
	padding: 1em;
}

.hrow {
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	align-content: center;
}

.hrow:after {
	content: "";
	display: table;
	clear: both;
}

@media screen and (max-width: 600px) {
	.hcolumn {
	  width: 100%;
	}
}