*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}ul[role='list'],ol[role='list']{list-style:none}body{min-height:100vh;line-height:1.5;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6,button,input,label{line-height:1.1}h1,h2,h3,h4,h5,h6{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;}img,picture,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}}ul{list-style: none;}a{text-decoration: none;}

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

:root {
	--gradit: linear-gradient(to bottom, rgba(153,0,0,1) 0%, rgba(255,0,0,1) 100%);
}

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

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

body {
    font: normal normal 400 17px/normal 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #fff;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	min-height: 100vh;
}

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

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

p {
	text-indent: 20px;
	line-height: 160%;
}

h1, h2, h3, h4 {
	font-weight: 800;
	line-height: normal;
}

h1 {font-size: clamp(2rem, 5vw, 4rem);}
h2 {font-size: clamp(1.75rem, 4vw, 3rem);}
h3 {font-size: clamp(1.5rem, 3vw, 2.5rem);}
h4 {font-size: clamp(1.25rem, 2.5vw, 2rem);}

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

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

.clikr {cursor: pointer;}
.blkme {display: block;}
.boldme, strong {font-weight: 900;}
.capme {text-transform: capitalize;}
.centerme {text-align: center;margin: 0 auto;}
.rightme {text-align: right;}
.vps {cursor: pointer;}
.ulnme {border-bottom: 1px solid #ccc;}
.smltxme {font-size: 0.8em;}

.shadme {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	transition: all 0.5s ease-in-out;
}
.shadme:hover {
	box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 2px, rgba(0, 0, 0, 0.12) 0px 1px 1px;
	transition: all 0.5s ease-in-out;
}

.norme {
	margin: 10px 10px 10px 20px;
	list-style: disc;
	list-style-position: inside;
}

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

/*************************************** COLORZ ***************************************/

.fb {color: #3b5998;}
.ig {color: #c32aa3;}
.li {color: #0077b5;}
.yt {color: #ff0000;}
.sc {color: #fffc00;}
.wa {color: #25d366;}
.rd {color: #ff4500;}
.tw {color: #55acee;}
.gl {color: #4285f4;}

.bg_white {background-color: rgba(255,255,255,0.75);backdrop-filter: blur(4px);}
.bg_black {background-color: rgba(0, 0, 0, 0.75);backdrop-filter: blur(4px);}

.bg1 {background-image: url("images/bgz/b1.webp");}
.bg2 {background-image: url("images/bgz/b2.webp");}
.bg3 {background-image: url("images/bgz/b3.webp");}
.bg4 {background-image: url("images/bgz/b4.webp");}
.bg5 {background-image: url("images/bgz/b5.webp");}
.bg6 {background-image: url("images/bgz/b6.webp");}
.bg7 {background-image: url("images/bgz/b7.webp");}
.bg8 {background-image: url("images/bgz/b8.webp");}

/*************************************** GRID ***************************************/

.gridit {
	padding: 2rem;
	width: 100%;
	margin: 0 auto;
}

.gridit ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 1rem;
}

.gridit ul li {
	border: 1px solid #000;
	position: relative;
}

.gridit ul li figure {
	max-height: 300px;
	overflow: hidden;
	position: relative;
}

.gridit ul li figure img {
	width: 100%;
}

.gridit ul li figure figcaption {
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,.8);
	width: 100%;
}

.gridit ul li figure figcaption h3 {
	color: white;
	padding: .75rem;
	font-size: 1.25rem;
}

.gridit ul li p {
	font-size: 1rem;
	line-height: 1.5;
	padding: 1rem .75rem;
	color: #666666;
}

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

.xform {
	/* width: 382px; */
	max-width: 100%;
	/* height: calc(100% - 40px); */
	padding: 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%;
	padding: 8px;
	margin-bottom: 8px;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.5);
	transition: box-shadow 500ms;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.xform .input:first-child {
}

.xform .textarea {
	height: 150px;
}

.xform .button {
	background: var(--gradit);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	border: none;
	color: #fff;
	/* border-radius: 21px; */
	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 {
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.xform .button:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px, rgba(0, 0, 0, 0.12) 0px 1px 1px;
	transition: all 0.5s ease-in-out;
}

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

/*************************************** TABLE ***************************************/

.tbl {
	min-width: 100%;
	margin: 10px auto;
	line-height: normal;
	border-collapse: collapse;	
	background-color: rgba(0,0,0,0.85);
	backdrop-filter: blur(5px);
}

.tbl tr:nth-child(even) {
	background-color: rgba(94, 94, 94, 0.5);
	backdrop-filter: blur(5px);
}

.tbl tr td {
	padding: 5px 10px;
	border: 1px solid #000;
	text-align: center;
	vertical-align: middle;
}

.tbl tr td:nth-child(1) {font-weight: 900;}

.tbl tr td img {height: 100px;width: 100px;}

.tbl tr td a {color: #990000;}

.tbf {display: none;}

#tsap {cursor: pointer;}	

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

#newz {
	width: 100%;
	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;
}
}

#galz {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

#galz .glr {
	margin: 7px 10px;
	position: relative;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

#galz .glr img {
	max-width: 350px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
}

#galz .glr h3 {
	display: block;
	width: 100%;
	padding: 10px;
	padding: .75rem;
	text-align: center;
	font-weight: 900;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 1.25rem;
	position: absolute;
	bottom: 0;
	left: 0;
}

.ixc {
	width: 450px;
	max-width: 100%;
	margin: 0 auto;
}

/* #galz .pic {
	margin-bottom: 20px;
	break-inside: avoid;
}

#galz .pic img {
	display: block;
	width: 100%;
	transition: all 0.5s ease-in-out;
}

#galz .pic img:hover {
	transform: scale(1.1);
	transition: all 0.5s ease-in-out;
} */

/*************************************** MORE ***************************************/