ins.adsbygoogle[data-ad-status='unfilled'] {
  display: none !important;
}
:root {
  --colbg: #ffffff;
  --coltheme: #000000;
  --col3: #db0000;
}
@font-face {
font-family: Font;
src: url('images/arialn.ttf');
}
@font-face {
font-family: Font2;
src: url('images/MagicRetro.ttf');
}
html, body {
  height: 100%;
}
body {
  background: var(--colbg) url('images/bg.gif');
  background-attachment: fixed;
  font-family: Font;
  margin: 0;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}
div {
  box-sizing: border-box;
}
body::-webkit-scrollbar {
  background: var(--coltheme);
}
body::-webkit-scrollbar-thumb {
  background: var(--col3);
}
p {
  margin: 0;
}
img {
  border: 0;
}
a {
  color: var(--col3);
  text-decoration: none;
}
a:hover {
  color: var(--col3);
  text-decoration: none;
  filter: contrast(130%);
}
h1, h2, h3, h4, h5, h6 {
  font-family: Font;
  font-size: 30px;
  color: #000;
  font-weight: normal;
  margin: 15px 0;
}
input, textarea {
  background: #fff;
  border-radius: 5px;
  color: #000;
  font-family: Font;
  font-size: 30px;
  padding: 10px;
  border: 2px solid #666;
}
.p12 {font-size: 12px;}
.p14 {font-size: 14px;}
.p16 {font-size: 16px;}
.p18 {font-size: 18px;}
.p20 {font-size: 20px;}
.p21 {font-size: 21px;}
.p22 {font-size: 22px;}
.p24 {font-size: 24px;}
.p25 {font-size: 25px;}
.p26 {font-size: 26px;}
.p30 {font-size: 30px;}
.p36 {font-size: 36px;}
.p40 {font-size: 40px;}
.p48 {font-size: 48px;}

.pred {
  color: var(--col3);
}
.pgrey {
  color: #333;
}
.pupper {
  text-transform: uppercase;
}
.pright {
  text-align: right !important;
  text-align-last: right !important;
}
.flor {
  float: right;
}

#top {
  width: 100%;
  height: 100px;
  background: var(--coltheme);
  font-size: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  padding: 0 20px;
}
#top a {
  text-transform: uppercase;
  color: var(--colbg);
}
#top a:hover {
  color: var(--col3);
}
.content {
  display: inline-block;
  max-width: 1000px;
  padding: 10px;
}
.content2 {
  display: inline-flex;
  max-width: 1100px;
  padding: 10px;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.dot {
  width: 12px; height: 12px;
  background: var(--col3);
  border-radius: 6px;
  margin: 1% 0;
}
#logo {
  display: inline-block;
  width: 648px; height: 135px;
  background: url('images/logo.png') no-repeat;
  margin: 30px 0;
  background-size: contain;
}
.fifo {
  margin: 30px 0;
  position: relative;
}
.fifo input {
  width: 100%;
  box-sizing: border-box;
}
.find {
  display: inline-block;
  width: 50px; height: 50px;
  background: url('images/find.png') no-repeat;
  position: absolute;
  top: 5px; right: 5px;
}
.tags {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.tags a {
  background: #fff;
  border-radius: 5px;
  color: #000;
  font-family: Font;
  font-size: 22px;
  padding: 6px 14px;
  margin: 4px 5px;
  border: 2px solid #666;
}
.tags a:hover {
  background: var(--col3);
  color: var(--colbg);
  border: 2px solid var(--colbg);
}

#bottom {
  width: 100%;
  height: 200px;
  background: var(--coltheme);
  color: var(--colbg);
  font-size: 24px;
  margin: 20px 0 0 0;
}
#botmen {
  font-size: 26px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 40px 0 30px 0;
  text-transform: uppercase;
}
#botmen a {
  margin: 0 40px;
  color: var(--colbg);
}

.news {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: top;
  margin: 20px 0;
}
.news a {
  width: 330px;
  display: block;
  text-align: left;
  text-align: justify;
  margin: 0 10px 15px 10px;
}
.news img {
  width: 330px; height: 185px;
}
.pti {
  color: var(--coltheme);
  margin: 5px 0;
}
.pages {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.pages a {
  background: #fff;
  border-radius: 5px;
  color: #000;
  font-family: Font;
  font-size: 24px;
  padding: 8px 16px;
  margin: 4px 5px;
  border: 2px solid #666;
}
.pages a:hover {
  background: var(--col3);
  color: var(--colbg);
  border: 2px solid var(--colbg);
}
.text {
  width: 100%;
  font-size: 20px;
  line-height: 130%;
  text-align: justify;
  text-align-last: center;
  box-sizing: border-box;
}
.text img {
  margin: 10px 0;
  width: 100%; height: auto;
}
.text2 {
  width: 100%;
  font-size: 20px;
  line-height: 130%;
  text-align: justify;
  text-align-last: left;
}
.hmac {
  font-weight: bold;
}


#button {
  background: var(--col3);
  border-radius: 5px;
  color: #fff;
  font-family: Font;
  font-size: 20px;
  padding: 8px 16px;
  margin: 4px 5px;
  border: 2px solid #fff;
}
#loadani {
  display: none;
  width: 40px; height: 40px;
  border-radius: 20px;
  border: 6px dotted var(--col3);
  animation:spin 4s linear infinite;
}
.nofound {
  font-size: 24px;
}
.bioim {
  width: 300px !important; height: auto;
  float: left;
  margin: 0 10px 3px 0 !important;
  border-radius: 5px;
}
.bioim_r {
  float: right !important;
  width: 250px !important; height: auto;
  margin: 0 0 3px 10px !important;
  border-radius: 5px;
}


@keyframes spin {
    100% {-webkit-transform: rotate(360deg); transform:rotate(360deg);}
}
@media (max-width:1000px) {
  .content {max-width: 700px;}
  .news {justify-content: center;}
  .news a {margin: 0 10px 15px 10px;}
}
@media (max-width:690px) {
  #top {font-size: 18px; height: 70px;}
  #logo {width: 390px; height: 81px;}
  #bottom {font-size: 20px !important;}
  #botmen {font-size: 20px !important; line-height: 160%;}
}
