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

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

@font-face {
	font-family: 'rekop';
	src: url('js/font/rekop.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html, body {
	margin: 0;
	padding: 0;
	font: normal normal normal 14pt/normal 'Montserrat', sans-serif;
	width: 100%;
	min-height: 100%;
	display: block;
	scroll-behavior: smooth;
	position: static;
}

@font-face {
	font-family: 'fontello';
	src: url('js/font/fontello.eot?68819271');
	src: url('js/font/fontello.eot?68819271#iefix') format('embedded-opentype'), url('js/font/fontello.woff?68819271') format('woff'), url('js/font/fontello.ttf?68819271') format('truetype'), url('js/font/fontello.svg?68819271#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

.soci {font-family: 'fontello', sans-serif;}

p {
	line-height: 1.5em;
	margin: 4px 0;
}

h1, h2, h3, h4, h5 {
	font-weight: 900;
	text-transform: uppercase;
	line-height: normal;
}

h1, h3 {
	font-family: "madcap", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 5.5vw;
	letter-spacing: .05em;
}

h2 {font-size: 2.3em;line-height: 1em;margin-bottom: 10px;}
h3 {font-size: 1.7em;}
h4 {font-size: 1.2em;line-height: 1.4em;margin: 20px 0 10px 0;border-bottom: 1px solid #ddd;}
h5 {font-size: 1em;}

a {
	text-decoration: none;
	color: #5551a2;
	transition: all 0.75s ease-in-out;
}

a:hover {
	color: #d82f3e;
	transition: all 0.75s ease-in-out;
}

contain {
	width: 100%;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

/*************************************** COLORS ***************************************/

.gold {color: #cdb347;}
.orange {color: #5551a2;}
.blue {color: #41658a;}
.green {color: #59c7d0;}
.red {color: #d82f3e;}
.dgray {color: #cac9cb;}
.lgray {color: #e5e5e7;}
.black {color: #000;}
.white {color: #fff;}
.bg_gold {background-color: #cdb347;}
.bg_orange {background-color: #5551a2;}
.bg_blue {background-color: #41658a;}
.bg_green {background-color: #59c7d0;}
.bg_red {background-color: #d82f3e;}
.bg_dgray {background-color: #cac9cb;}
.bg_lgray {background-color: #e5e5e7;}
.bg_black {background-color: #000;}
.bg_white {background-color: #fff;}

.fb:hover {color: #3b5998;transition: all 0.75s ease-in-out;}
.yt:hover, .mp:hover {color: #cd332d;transition: all 0.75s ease-in-out;}
.ig:hover {color: #6dc993;transition: all 0.75s ease-in-out;}
.tw:hover {color: #007bb6;transition: all 0.75s ease-in-out;}
.ms:hover {color: #0084ff;transition: all 0.75s ease-in-out;}
.em:hover {color: #990000;transition: all 0.75s ease-in-out;}
.ph:hover {color: #629632;transition: all 0.75s ease-in-out;}

.fb, .ms, .ig, .yt, .tw, .em, .ph, .mp {
	color: #d94f05;
	transition: all 0.75s ease-in-out;
}

.fbx {color: #3b5998;transition: all 0.75s ease-in-out;}
.ytx, .mpx {color: #cd332d;transition: all 0.75s ease-in-out;}
.igx {color: #6dc993;transition: all 0.75s ease-in-out;}
.twx {color: #007bb6;transition: all 0.75s ease-in-out;}
.msx {color: #0084ff;transition: all 0.75s ease-in-out;}
.emx {color: #990000;transition: all 0.75s ease-in-out;}
.phx {color: #629632;transition: all 0.75s ease-in-out;}

/*************************************** SORTY ***************************************/

#sorty {
	display: table;
	border: 1px solid #ddd;
	border-collapse: collapse;
	font-size: 0.8em;
	table-layout: auto;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#sorty thead tr {
	background-color: transparent;
}

#sorty thead tr th {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
}

#sorty thead tr th:hover {
	cursor: pointer;
}

#sorty tbody tr td:nth-child(odd) {
	background-color: #eee;
}

#sorty tr {
	margin: 0;
	border-bottom: 1px solid #ddd;
}

#sorty tbody tr td, #sorty thead tr th {
	padding: 5px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	border-right: 1px solid #ddd;
	word-wrap: break-word;
	text-align: center;
	vertical-align: middle;
}

#sorty tbody tr td:nth-child(2), #sorty tbody tr td:nth-child(3) {text-align: left;}

#sorty tbody tr td:last-child, #sorty thead tr th:last-child {border-right: none;}

/* .tablesorter-default{width:100%;font:12px/18px Arial,Sans-serif;color:#333;background-color:#fff;border-spacing:0;margin:10px 0 15px;text-align:left}.tablesorter-default th,.tablesorter-default thead td{font-weight:700;color:#000;background-color:#fff;border-collapse:collapse;border-bottom:#ccc 2px solid;padding:0}.tablesorter-default tfoot td,.tablesorter-default tfoot th{border:0}.tablesorter-default .header,.tablesorter-default .tablesorter-header{background-image:url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);background-position:center right;background-repeat:no-repeat;cursor:pointer;white-space:normal;padding:4px 20px 4px 4px}.tablesorter-default thead .headerSortUp,.tablesorter-default thead .tablesorter-headerAsc,.tablesorter-default thead .tablesorter-headerSortUp{background-image:url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);border-bottom:#000 2px solid}.tablesorter-default thead .headerSortDown,.tablesorter-default thead .tablesorter-headerDesc,.tablesorter-default thead .tablesorter-headerSortDown{background-image:url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);border-bottom:#000 2px solid}.tablesorter-default thead .sorter-false{background-image:none;cursor:default;padding:4px}.tablesorter-default tfoot .tablesorter-headerAsc,.tablesorter-default tfoot .tablesorter-headerDesc,.tablesorter-default tfoot .tablesorter-headerSortDown,.tablesorter-default tfoot .tablesorter-headerSortUp{border-top:#000 2px solid}.tablesorter-default td{background-color:#fff;border-bottom:#ccc 1px solid;padding:4px;vertical-align:top}.tablesorter-default tbody>tr.even:hover>td,.tablesorter-default tbody>tr.hover>td,.tablesorter-default tbody>tr.odd:hover>td,.tablesorter-default tbody>tr:hover>td{background-color:#fff;color:#000}.tablesorter-default .tablesorter-processing{background-position:center center!important;background-repeat:no-repeat!important;background-image:url(data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=)!important}.tablesorter-default tr.odd>td{background-color:#dfdfdf}.tablesorter-default tr.even>td{background-color:#efefef}.tablesorter-default tr.odd td.primary{background-color:#bfbfbf}.tablesorter-default td.primary,.tablesorter-default tr.even td.primary{background-color:#d9d9d9}.tablesorter-default tr.odd td.secondary{background-color:#d9d9d9}.tablesorter-default td.secondary,.tablesorter-default tr.even td.secondary{background-color:#e6e6e6}.tablesorter-default tr.odd td.tertiary{background-color:#e6e6e6}.tablesorter-default td.tertiary,.tablesorter-default tr.even td.tertiary{background-color:#f2f2f2}.tablesorter-default>caption{background-color:#fff}.tablesorter-default .tablesorter-filter-row{background-color:#eee}.tablesorter-default .tablesorter-filter-row td{background-color:#eee;border-bottom:#ccc 1px solid;line-height:normal;text-align:center;-webkit-transition:line-height .1s ease;-moz-transition:line-height .1s ease;-o-transition:line-height .1s ease;transition:line-height .1s ease}.tablesorter-default .tablesorter-filter-row .disabled{opacity:.5;cursor:not-allowed}.tablesorter-default .tablesorter-filter-row.hideme td{padding:2px;margin:0;line-height:0;cursor:pointer}.tablesorter-default .tablesorter-filter-row.hideme *{height:1px;min-height:0;border:0;padding:0;margin:0;opacity:0}.tablesorter-default input.tablesorter-filter,.tablesorter-default select.tablesorter-filter{width:95%;height:auto;margin:4px auto;padding:4px;background-color:#fff;border:1px solid #bbb;color:#333;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:height .1s ease;-moz-transition:height .1s ease;-o-transition:height .1s ease;transition:height .1s ease}.tablesorter .filtered{display:none}.tablesorter .tablesorter-errorRow td{text-align:center;cursor:pointer;background-color:#e6bf99} */

/*************************************** MISC ***************************************/

.bordme {border: 1px solid #777;}
.boldme, strong {font-weight: 900;}
.semboldme {font-weight: 400;}
.capme {text-transform: uppercase;}
.centerme {text-align: center;margin: 0 auto;}
.centerme img {width: 700px;}
.cuwideme {max-width: 422px;}
.tarme {text-align: right;font-size: 1.4em;font-weight: 900;display: block;}
.rtme {text-align: right;}
.padme {padding: 10px;}
.margbme {margin-bottom: 20px;}
.padtme {padding-top: 100px;}
.padbme {padding-bottom: 100px;}
.inblkme img {display: inline-block;}
.clikr {cursor: pointer;font-size: 0.7em;}
.txindme, #math p {text-indent: 1.4em;}
.noindme {text-indent: 0;}
.bfnme {font-size: 3em;}
.grecaptcha-badge {display: none;}
.smltxtme {font-size: 0.7em;}

.norme {
	margin: 10px 0 10px 2em;
	list-style: disc;
	line-height: 1.7em;
}

.invi {
	position: relative;
	display: block;
}

.invi .vidme {
	background: transparent url(images/play.webp) no-repeat scroll bottom left;
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	transition: all 0.75s ease-in-out;
	z-index: 109;
}

.invi .vidme:hover {
	opacity: 1;
	backdrop-filter: blur(4px);
	transition: all 0.75s ease-in-out;
}

hr {
	margin: 20px 0;
	border: none;
	border-top: 1px solid #ddd;
}

/***************************************************************** NEWZ *****************************************************************/

#newz {
	width: 100%;
	margin-top: 20px;
	column-count: 3;
	column-gap: 1em;
}

@media (max-width:952px) {
#newz {
	column-count: 2;
	column-gap: 1em;
}
}

@media (max-width:576px) {
#newz {
	column-count: 1;
	column-gap: 1em;
}
}

.inn {
	border: 1px solid rgba(102,102,102,0.75);
    background-color: rgba(255,255,255,0.85);
	border-radius: .5rem .5rem 0 0;
	margin-bottom: 20px;
	break-inside: avoid;
	position: relative;
}

.inn .dte {
	font-family: "madcap", sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: .05em;
	padding: 4px 10px;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(221,221,221,0.75) 100%);
	border-radius: .5rem .5rem 0 0;
}

.inn .dat {padding: 0;}

.inn .dat .gmi {
	padding: 0;
}

.inn .dat .gmi img {
	width: 100%;
	position: relative;
	vertical-align: middle;
}

.inn .dat .msg {
	padding: 10px;
	border-top: 1px solid rgba(102,102,102,0.75);
}

.inn .dat .msg p {text-indent: 0;}

/*************************************** OTHER ***************************************/

/* #newz {
	width: 100%;
	column-count: 2;
	column-gap: 20px;
}

@media (max-width:576px) {
#newz {
	column-count: 1;
	column-gap: 20px;
}
} */

.ulineme {
	border-bottom: 1px solid green;
	display: block;
}

/*************************************** FORM ***************************************/

.xform {
	width: 100%;
	max-width: 700px;
	padding: 8px 8px 59px 8px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 100;
}

.xform .input, .xform .textarea {
	display: block;
	font: normal normal 400 12pt/normal 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	width: 100%;
	outline: none;
	padding: 8px;
	margin-bottom: 8px;
	border: 1px solid #ccc;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.xform .textarea {
	height: 150px;
	outline: none;
}

.xform .button {
	background-color: #ddd;
	border: none;
	outline: none;
	color: #000;
	width: 100%;
	margin: 4px auto;
	font-weight: 900;
	padding: 8px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
	transition: all 0.5s ease-in-out;
}

.xform .input:focus, .xform .textarea:focus, .xform .button:focus {
	outline: 1px solid #ddd;
	transition: all 0.5s ease-in-out;
}

.xform .button:hover {
	background-color: #ccc;
	transition: all 0.5s ease-in-out;
}

.grecaptcha-badge { 
	display:none !important; 
}

