:root {
  --bkcolor: #121212;
  --bkcolorbtn1: #c5c5c5;
  --bkcolorbtn1s: #85858580;
  --bkcolorcatbodyitem1: #454545;
  --bkcolorcatbodyitem1s: #85858580;
  --bkcolorbtn1s-rgb: 150, 150, 150;
  --colorcatbodyline: #ffffff;
  --color-paper-foto: #eeeeee;
  --color-paper-table: #aaaaaa;
  --color-link-n: #424242;
  --color-link-v: #121212;
  --color-link-a: #ffffff;
  --borders-style: inset;
}
.shadow0 {
  box-shadow: 0 0.5rem 0.3rem rgba(0, 0, 0, 0.6)
}
.shadow1, .shadow2, .shadow3,.shadow4,.shadow5,.shadow6,.shadow7,.shadow8{
  position:relative;
}
.shadow1,.shadow2,.shadow3,.shadow4,.shadow5,.shadow6,.shadow7,.shadow8{
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
/*****************************************************************dashed border
****************************************************************/
.shadow1 h3, .shadow2 h3, .shadow3 h3, .shadow4 h3, .shadow5 h3, .shadow6 h3, .shadow7 h3, .shadow8 h3{
  width:87%;
  height:100px;
  margin-left:6%;
  border:2px dashed #F7EEEE;
  border-radius:5px;
}
/****************************************************************
*styling shadows
****************************************************************/
.shadow1:before, .shadow1:after{
  position:absolute;
  content:"";
  bottom:12px;left:15px;top:80%;
  width:45%;
  background:#9B7468;
  z-index:-1;
  -webkit-box-shadow: 0 20px 15px #9B7468;
  -moz-box-shadow: 0 20px 15px #9B7468;
  box-shadow: 0 20px 15px #9B7468;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.shadow1:after{
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  transform: rotate(6deg);
  right: 15px;left: auto;
}
.shadow2:before{
  position:absolute;
  content:"";
  width:80%;
  top:140px;bottom:15px;left:30px;
  background-color:#9F8641;
  z-index:-1;
  -webkit-box-shadow:0 23px 17px 0 #9F8641;
  -moz-box-shadow:0 23px 17px 0 #9F8641;
  box-shadow: 0 23px 17px 0 #9F8641;
  -webkit-transform:rotate(-4deg);
  -moz-transform:rotate(-4deg);
  transform:rotate(-4deg);
}
.shadow3:before, .shadow3:after{
  content:"";
  position:absolute;
  bottom:0;top:2px;left:15px;right:15px;
  z-index:-1;
  border-radius:100px/30px;
 -webkit-box-shadow:0 0 30px 2px #479F41;
  -moz-box-shadow:0 0 30px 2px #479F41;
  box-shadow: 0 0 30px 2px #479F41;
}
.shadow4:before, .shadow4:after{
  position:absolute;
  content:"";
  top:14px;bottom:14px;left:0;right:0;
  box-shadow:0 0 25px 3px #548E7F;
  border-radius:100px/10px;
  z-index:-1;
}
.shadow5:before, .shadow5:after{
  position:absolute;
  content:"";
  box-shadow:0 10px 25px 20px #518C96;
  top:40px;left:10px;bottom:50px;
  width:15%;
  z-index:-1;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.shadow5:after{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;left: auto;
}
.shadow6:before, .shadow6:after{
  position:absolute;
  content:"";
  top:100px;bottom:5px;left:30px;right:30px;
  z-index:-1;
  box-shadow:0 0 40px 13px #486685;
  border-radius:100px/20px; 
}
.shadow7:before, .shadow7:after{
  position:absolute;
  content:"1";
  top:25px;left:20px;bottom:150px;
  width:80%;
  z-index:-1;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.shadow7:before{
  box-shadow:10px -10px 30px 15px #984D8E;
}
.shadow7:after{
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  transform: rotate(7deg);
  bottom: 25px;top: auto;
  box-shadow:10px 10px 30px 15px #984D8E;
}
.shadow8{
  box-shadow:
 -6px -6px 8px -4px rgba(250,254,118,0.75),
  6px -6px 8px -4px rgba(254,159,50,0.75),
  6px 6px 8px -4px rgba(255,255,0,0.75),
  6px 6px 8px -4px rgba(0,0,255,2.75);
}


@font-face {
    font-family: 'MyFontHandWrite';
    src: url('GreatVibes-Regular.ttf');
}

.cbody {
  background-color: var(--bkcolor);
  margin: 1rem 0rem 1rem 0rem;
  font-family: CCWebFont;
}


.catheadblock {
  display: flex;
  align-items: center;
  justify-content: center;
  #padding: .7rem 0px;
  padding: 0px 0px;
}
.catheaditem {
  background-color: var(--bkcolorbtn1);
  display: inline-block;
  padding: 0 0.5rem;
  margin: 0 0.5rem;
  box-shadow: 0.2rem 0.2rem 0.3rem 0.2rem var(--bkcolorbtn1s);
  font-size: large;
  //border-color: var(--colorcatbodyline);
  //border-style: var(--borders-style);
  //border-width: thin;
}

.catheaditem A:link {color: var(--color-link-n);}
.catheaditem A:visited {color: var(--color-link-v);}
.catheaditem A:hover {color: var(--color-link-a);}
.catheaditem A:active {color: var(--color-link-a);}

.catbodyblock {
  display: grid;
  grid-gap: 1rem 1rem;
  grid-template-columns: repeat(auto-fit, minmax(90vmin, 1fr));
  grid-template-rows: repeat(auto, auto);
  overflow: hidden;
  //gap: 0.2rem;
  grid-gap: 2rem 1rem;
  padding: 0px;
  width: 100%;
  //display: flex;
  //align-items: center;
  //justify-content: center;
  //padding: .7rem 0px;
}
.catbodyitem {
  background-color: var(--bkcolorcatbodyitem1);
  border-radius: 1rem 1rem 1rem 0rem;
  border-color: var(--colorcatbodyline);
  border-style: var(--borders-style);
  border-width: thin;
  //padding: 0.5rem;
  //background-color: var(--bkcolorcatbodyitem1);
  //display: inline-block;
  padding: 0.5rem 0.5rem;
  margin: 1rem 0.5rem;
  box-shadow: 0.5rem 0.5rem 0.4rem 0px var(--bkcolorcatbodyitem1s);
  font-size: large;
}

.paper {
  #background: #fff;
  box-shadow:
    0 -1px 1px rgba(0,0,0,0.15),
    0 -10px 0 -5px #eee,
    0 -10px 1px -4px rgba(0,0,0,0.15),
    0 -20px 0 -10px #eee,
    0 -20px 1px -9px rgba(0,0,0,0.15);
  #padding: 30px 0px 0px 0px;
  margin-top: 0.8rem;
  margin-bottom: 0.4rem;
  #background-color: light-dark;
  #background-color: light-dark;
  background-color: RGB( 250, 250, 250 );
  position: relative;
}
.paper-mini {
  height: 7rem;
}
.histblock {
  position: relative;
  overflow: hidden;
  display: none;
}
.histblockhead {
  background-color: var(--color-paper-foto);
  margin: 0.5rem 0.3rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.histblockmin {
  height: 7rem;
}
.histcover {
  height: 5rem;
  #background-image: linear-gradient(transparent 0px, rgba(255,255,255,0.9) 52px, #fff 80px);
  background-image: linear-gradient(transparent 0px, rgba(255,255,255,0.9) 3.5rem, #fff 5rem);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.histcoverbtn {
  position: absolute;
  left: 0;
  bottom: 0;
  border-color: gray;
  border-radius: 0.5rem;
  border-style: solid;
  padding: 0.2rem 0.5rem;
  cursor: default;
}



.mainheadblock {
  #height: 10rem;
  width: fit-content;
  margin: 0px auto;
  display: block;
  position: relative;
  max-width: 90vw;
  max-height: 20rem;
}
.mainheadlogo {
  #height: 100%;
  #display: inline-block;
  max-width: 90vw;
  max-height: 20rem;
  box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 2rem, rgba(255, 255, 255, 0.8) 0px 0px 0.5rem;
  #box-shadow: rgba(255, 255, 255, 0.6) 0.5rem 0.5rem 2.0rem;
  border-radius: 0.3rem;
}
.mainheadtext {
  height: auto;
  position: absolute;
  #background-color: #121212;
  #width: max-content;
  word-break: break-word;
  text-wrap: wrap;
}
.headdesc {
  background-color: var(--color-paper-foto);
  margin: 0.5rem 0.3rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.headdescshort {
  background-color: var(--color-paper-foto);
}

.newsblock {
  display: grid;
  //grid-gap: 0 0.5rem;
  grid-template-columns: repeat(2, 1fr);
  //grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  //grid-template-columns: repeat(auto-fit, minmax(min(100%/2, max(8rem, 100%/7)), 1fr));
  grid-template-rows: repeat(auto, auto);
  overflow: hidden;
  padding: 0.7rem 0.1rem 0.7rem 0.1rem;
}
.newsblockh {
  display: grid;
  //grid-gap: 0 0.5rem;
  grid-template-columns: repeat(6, 1fr);
  //grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  //grid-template-columns: repeat(auto-fit, minmax(min(100%/2, max(8rem, 100%/7)), 1fr));
  grid-template-rows: repeat(auto, auto);
  overflow: hidden;
  padding: 0.7rem 0.1rem 0.7rem 0.1rem;
}
.newsblockv {
  display: grid;
  //grid-gap: 0 0.5rem;
  grid-template-columns: repeat(2, 1fr);
  //grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  //grid-template-columns: repeat(auto-fit, minmax(min(100%/2, max(8rem, 100%/7)), 1fr));
  grid-template-rows: repeat(auto, auto);
  overflow: hidden;
  padding: 0.7rem 0.1rem 0.7rem 0.1rem;
}




.newscontainer {
  width: 100%;
  //height: 100vh;
  //height: calc( 100vh - 2rem );
  background-color: gray;
  margin: 0.25rem 0.2rem 0.25rem 0.2rem;
  border-radius: 1rem 0px 1rem 1rem;
  position: relative;
  float: left;
}
.newsheadblock {
  padding: 0px 0.5rem;
  margin: 0px 0.5rem;
  #box-shadow: 0.2rem 0.2rem 0.3rem 0.2rem var(--bkcolorbtn1s);
  font-size: large;
  color: var(--color-link-n);
}
.newsheader {
  word-break: break-word;
  //font-size: larger;
  //margin: 0rem 1rem 0rem 1rem;
  padding: 0rem 0.1rem 0rem 0.1rem;
  text-align: center;
  border-style: none none dotted none;
  border-bottom-color: darkgray;
  border-block-end-width: 0.15rem;
  //background-image: url('/img/logo2.png');
  //background-repeat: no-repeat;
  //background-size: 1.5rem;
  //background-position-x: 0.2rem;
  //background-position-y: 50%;
  min-height: 2rem;
  white-space: nowrap;
  overflow: hidden;
  font-size: smaller;
}
.newsimgblock{
  //width: 100%;
  //height: 100%;
  //display: flex;
  //align-items: center;
  //justify-content: center;
  //background-color: gray;  
  //position: relative;
  min-width: 100%;
  //min-height: 75vh;
  //min-height: calc( 100vh - 4rem );
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: var(--color-paper-table);
  position: relative;
}
.newsimgblockr{
  transform: rotate(90deg) scale(65%);
}
.newsimgblockrhv{
  //rotate: 90deg;
  //scale: 1.25;
}
.newsimg {
  //max-width: 100%;
  //max-height: 100%;
  //width: 100%;
  //height: 100%;
  width: 95%;
  height: auto;
  object-fit: contain;
  margin: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  pointer-events: none;
  border-color: var(--color-paper-foto);
  border-width: 0.3rem;
  border-style: solid;
}
.newsimgLR {
  position: absolute;
  z-index: 1;
  #height: 100%;
  #top: 45%;
  height: 30%;
  top: 35%;
  width: 4rem;
}
.newsimg-testtop {
max-width: 100%;
max-height: 100%;
margin: auto;
display: block;
position: absolute;
top: 0;
left: 0;
pointer-events: none;
right: 0;
}
.newsimgh{
  width: 1px;
  height: 1px;
  max-width: 1px;
  max-height: 1px;
  margin: 0px;
  display: none;
}
.newsimghp{
  //max-width: 25%;
  //max-height: 25%;
  //margin: 0px;
  //position: absolute;
  //display: block;
  //bottom: 0;
  //left: 0;
  //border-style: inset;
  //border-radius: 1rem;
  max-width: 100%;
  max-height: 100%;
  margin: 0px;
  position: absolute;
  display: block;
  bottom: 50%;
  left: 0px;
  border-style: inset;
  border-radius: 1rem;
}
.newsimghn{
  //max-width: 25%;
  //max-height: 25%;
  //margin: 0px;
  //position: absolute;
  //display: block;
  //bottom: 0;
  //right: 0;
  //border-style: inset;
  //border-radius: 1rem;
  max-width: 100%;
  max-height: 100%;
  margin: 0px;
  position: absolute;
  display: block;
  bottom: 50%;
  right: 0px;
  border-style: inset;
  border-radius: 1rem;
}
.newsbtnhp{
  //width: 10%;
  //height: 30%;
  max-width: 10%;
  max-height: 100%;
  margin: 0px;
  position: absolute;
  display: block;
  //bottom: 50%;
  width: 10%;
  height: 100%;
  background-color: gray;
  left: 0;
  opacity: 70%;
  //border-style: inset;
  //border-radius: 1rem;
}
.newsbtnhn{
  //width: 10%;
  //height: 10%;
  max-width: 10%;
  max-height: 100%;
  margin: 0px;
  position: absolute;
  display: block;
  //bottom: 50%;
  width: 10%;
  height: 100%;
  background-color: gray;
  right: 0;
  opacity: 70%;
  //border-style: inset;
  //border-radius: 1rem;
}
.newsbtnhd{
  //width: 10%;
  //height: 10%;
  max-width: 2rem;
  max-height: 2rem;
  margin: 0px;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  opacity: 70%;
  //border-style: inset;
  //border-radius: 1rem;
}
.newsbtnhm{
  //width: 10%;
  //height: 10%;
  max-width: 2rem;
  max-height: 2rem;
  margin: 0px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  opacity: 70%;
  //border-style: inset;
  //border-radius: 1rem;
}
.newsrecpopup {
  position: absolute;
  left: 0.5rem;
  top: 1rem;
}
.newseditorbtn {
  display: inline-block;
  position: absolute;
  right: 0.6rem;
  font-size: smaller;
  top: -0.7rem;
  background-color: RGBA(140,140,140,0.7);
  padding: 0.2rem;
  border-radius: 0.5rem;
}
.newstimeblk {
  font-size: smaller;
  position: absolute;
  right: 0;
  top: -0.3rem;
}
.newsvoteblk{
  //width: 10%;
  //height: 10%;
  //max-width: 10rem;
  max-height: 1rem;
  margin: 0px;
  position: absolute;
  display: block;
  background-color: RGBA(255,255,255,0.5);
  border-radius: 0px 0px 0.5rem 0.5rem;
  //border-style: inset;
  //border-radius: 1rem;
  //padding: 0px 1rem 0.5rem 1rem;
  //padding: 0px 0.5rem 0.5rem 0.5rem;
  //font-size: 1.5rem;
  cursor: pointer;
  font-weight: bold;
  padding: 0px 0px 0.5rem;
  font-size: 1rem;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.newsftcblk{
  //width: 10%;
  //height: 10%;
  max-width: 10rem;
  max-height: 1rem;
  margin: 0px;
  position: absolute;
  display: block;
  background-color: RGBA(255,255,255,0.5);
  border-radius: 0.5rem 0.5rem 0px 0px;
  //left: 50%;
  //border-style: inset;
  //border-radius: 1rem;
  //padding: 0px 1rem 0.5rem 1rem;
  padding: 0px 0.5rem 0.5rem 0.5rem;
  font-size: 1rem;
  cursor: default;
  color: black;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.newsshort{
  word-break: break-word;
  text-align: justify;
  background-color: gray;
  //margin: 0.5rem 0.2rem 0.5rem 0.2rem;
  //margin: 0.5rem 1rem 0.5rem 1rem;
  padding: 0.1rem 2rem 0.5rem 0.5rem;
  border-style: dotted none none none;
  border-top-color: darkgray;
  border-block-start-width: 0.15rem;
  background-image: url('/img/logo2.png');
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: 100% 0.5rem;
  min-height: 1rem;
}
.newsdesc{
  word-break: break-word;
  text-align: justify;
  background-color: gray;
  margin: 0.5rem 0.2rem 0.5rem 0.2rem;
  //margin: 0.5rem 1rem 0.5rem 1rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  //border-style: dotted none none none;
  //border-top-color: darkgray;
  //border-block-start-width: 0.15rem;
  display: none;
}

.limitw {
  width: 100%;
}
.limith {
  height: 50vh;
}














.visual-hide {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.footerblk {
    width: calc( 100% - 4rem );
    border-radius: 1rem;
    background-color: RGB(240,240,240);
    margin: 1rem;
    padding: 1rem;
}
.footera {
    border-bottom-style: dotted;
}
.footerb {
}

.pfblock {
  display: flex;
  //grid-gap: 1rem 1rem;
  //grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  //grid-template-rows: repeat(auto, auto);
  overflow: hidden;
  gap: 0.2rem;
  padding: 0.2rem 0 1rem 0;
  justify-content: space-between;
}
.pfitemimg {
  max-width: 100%;
  max-height: 30vh;
  border-radius: 1rem 1rem 1rem 0rem;
  overflow: hidden;
  cursor: pointer;
}
.prblock {
  display: grid;
  grid-gap: 1rem 1rem;
  grid-template-columns: repeat(auto-fit, minmax(90vmin, 1fr));
  grid-template-rows: repeat(auto, auto);
  overflow: hidden;
  //gap: 0.2rem;
  grid-gap: 2rem 1rem;
  padding: 0px;
  width: 100%;
}
.pritem {
  background-color: RGB(240, 240, 240);
  border-radius: 1rem 1rem 1rem 0rem;
  padding: 0.5rem;
}
.pritemtxt {
  margin: 0.5rem;
}
.pritemimgblock {
  //float: left;
  //display: block;
  //display: inline-grid;
  display: grid;
  //grid-gap: 1rem 1rem;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  width: 100%;
}
.pritemimg {
  max-width: 100%;
  min-width: 100%;
  //float: center;
  //margin: 0.5rem 0.5rem 0.5rem 0;
  margin: 0px 5rem 0px 0px;
  border-radius: 3rem 3rem 3rem 0rem;
  overflow: hidden;
  cursor: pointer;
}
.pritemhead {
  padding: 0rem 1rem 0.5rem;
  font-size: xx-large;
  text-align: center;
  border-bottom: black;
  border-bottom-style: dotted;
  margin: 0 1rem 0.5rem 0.5rem;
  position: relative;
}
.pritem a:link {
  color: darkblue;
  background-color: transparent;
  text-decoration: overline;
}

.pritem a:visited {
  color: darkgreen;
  background-color: transparent;
  text-decoration: none;
}
.prjeditorbtn {
  float: left;
  font-size: smaller;
  margin: -1rem 0 0 -1.5rem;
  position: absolute;
  left: 1rem;
  top: 0rem;
}

