@charset "utf-8";

@font-face {
  font-family: manrope;
  src: url('fonts/Manrope-VariableFont_wght.ttf');
}

*:focus{
	outline:0 !important;
}

html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#ffffff;
	font-family: manrope,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif !important;
	font-weight:650;
	font-size:1rem;
	text-transform: uppercase;
	width:100%;
	letter-spacing: 0.065rem;
}

html{
	overflow: -moz-scrollbars-vertical;
	overflow: scroll;
}

body{
    /*background-color:#ffff00;*/
	width:100%;
	margin:0 auto;
}

a{
	outline: 0;
	text-decoration:none !important;
	color:#454545 !important;
	background-color: initial !important;
}

a:hover{
	color:#000;
}

img{
	outline: 0;
	border: none;
}

div{
	margin:0;
	padding:0;
	box-sizing: border-box;
}

/* ---------------------- */

#catthem{
	clear:both;
	margin:0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width:100%;
	padding:5px;
	color:#717171;
	/*border:1px dotted;*/
}

.catthem_div{
	margin-right:20px;
	padding-right:20px;
	/*width:15%;*/
	width:auto;
	height:40px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	font-size:0.85em;
	/*background-color:#FF0;*/
	border-right:2px solid #9e9e9e;
	text-align:center;
}

.catthem_div:first-child{
	border-right:2px dashed #9e9e9e;
	/*margin-right:45px;*/
}

.catthem_div:last-child{
	border-right:none;
}

.catthem_span{
	display: inline-block;
	width:20px;
	height:20px;
	/*background-color:#5f5f5f;*/
	margin:0;
	padding:0;
}

.catthem_div:last-child>.catthem_span{
	display: inline-block;
	width:30px;
	height:20px;
	/*background-color:#5f5f5f;*/
	margin:0;
	padding:0;
}


.fsort{
	width:90%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	font-size:0.8em;
	margin:0 auto;
	margin-top:30px;
	/*background-color:#ff0;*/
	color:#575757;
}

#searchres{
    text-transform: none;
    width:40%;
    margin:0 auto;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size:0.75em;
    text-align:center;
    margin-bottom:10px;
}

.highlightsearch{
    background-color:rgba(107,107,107,.30);
    border:1px solid #848383;
    border-radius:14px;
    padding:0px 5px;
}

.csm{
   font-size:0.75em; 
}

.openhidealld{
   width:75%;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-end;
   align-items: center;
   font-size:0.9em;
   margin-top:10px;
   margin-bottom:20px; 
}

.openhideallbtn{
   cursor:pointer;
}

.searchbtn{
   cursor:pointer;
}

.extendsearch{
    cursor:pointer;
}

#extendsearchres{
    width:53%;
	display: none;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	font-size:0.8em;
	margin:0 auto;
	padding:10px;
	/*background-color:#ff0;*/
	color:#575757;
}

#extendsearchres div{
    width:100%;
    text-align:left;
}

.extendsearchinp{
    display:block;
    width:100%;
    margin:0px;
    padding:0px;
}

.anagnHist{
    clear:both;
    margin:0 auto;
    text-transform: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width:75%;
    padding:5px;
    font-size:0.9em;
    color:#404040;
    /*border:1px dashed;*/
    letter-spacing: 0.055rem;
    margin-bottom:100px; 
}

.anagnHist p{
    text-align:left;
}

.anagnHist ul{
    text-align:left;
}

.anagnHist li{
    text-align:left;
    color:#848383;
    font-size:0.9em;
}

.allr{
    /*background-color:#ff0;*/
    transform: rotate(90deg);
}

.results{
	clear:both;
	margin:0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width:100%;
	padding:5px;
	font-size:0.9em;
	color:#404040;
	/*border:1px dashed;*/
	letter-spacing: 0.055rem;
	margin-bottom:100px;
}

.btnmoreless{
    cursor:pointer;
    text-align:right;
}

.resultsW{
	margin:0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width:80%;
	padding:5px;
	/*margin-bottom:10px;*/
	/*background-color:#0F0;*/
}

.resultsW:nth-child(odd){/*odd | even*/
    background-color:#ededed;
}

.resultsW:nth-child(even){/*odd | even*/
    background-color:#dddddd;
}

.resultsT{
	margin:0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	width:100%;
	padding:5px;
	text-align:left;
	/*background-color:#FF0;*/
}

.resultsTL{
	margin-right:10px;
	width:90%;
}

.resultsD{
	margin:0 auto;
	display: none;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: start;
	align-items: start;
	width:100%;
	padding:5px;
	/*background-color:#FF0;*/
	/*border:1px dashed;*/
	border-top:none;
	font-size:0.9em;
	color:#5f5f5f;
	text-align:left;
}

.resultsDL{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	width:50%;
	padding:5px;
	/*background-color:blue;*/
	text-align:left;
	padding-left:10px;
}

.resultsDR{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	width:50%;
	padding:5px;
	/*background-color:green;*/
	text-align:left;
	padding-left:10px;
}

.bimg{
    cursor:pointer;
}

/* gallery */

.gallery {
	display: flex;
	gap: 10px;
}

.thumb {
	width: 120px;
	height: 80px;
	object-fit: cover;
	cursor: pointer;
	border-radius: 4px;
}

.lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.85);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.lightbox-img {
	max-width: 70%;
	max-height: 70%;
	border-radius: 6px;
}

.close {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 40px;
	color: white;
	cursor: pointer;
}

.arrow {
	position: absolute;
	top: 40%;
	font-size: 50px;
	color: white;
	cursor: pointer;
	user-select: none;
}

.left { 
	left: 40px; 
}

.right { 
	right: 40px; 
}

/* gallery */

/*
.myaudiop {
  width: 470px;
  padding: 35px 20px;
  margin: auto;
  background-color: white;
  border: 1px solid black;

  .player-controls {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #radioIcon {
    width: 30px;
    height: 30px;
    background: url('https://img.icons8.com/ios/50/000000/microphone.png') no-repeat center;
    background-size: contain;
  }

  .playAudio {
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    width: 30px;
    height: 30px;
    background: url('https://img.icons8.com/play') no-repeat center;
    background-size: contain;

    &.pause {
      background: url('https://img.icons8.com/pause') no-repeat center;
      background-size: contain;
    }
  }

  p {
    margin: 0 0 0 5px;
    line-height: 1;
    display: inline-flex;

    small {
      font-size: 10px;
    }
  }

  .seekObjContainer {
    position: relative;
    width: 300px;
    margin: 0 5px;
    height: 5px;

    .seekObj {
      position:relative;
      width: 100%;
      height: 100%;
      background-color: #e3e3e3;
      border: 1px solid black;

      .percentage {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        background-color: coral;
      }
    }
  }
}

.auddur{
   font-size: 10px; 
}
*/

.myaudiop{
    width:360px;
    background:transparent;
    border:1px solid #848383;
    border-radius:14px;
    padding:20px;
    border-opacity:0.9;
}

.player-controls{
    display:flex;
    align-items:center;
    gap:15px;
}

.playAudio{
    width:40px;
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid rgba(132,131,131,.75);
    border-radius:50%;
    background:rgba(255,255,255,.08);
    transition:.25s;
    cursor:pointer;

}	
.playAudio:hover {
    background:rgba(255,255,255,.15);
    transform:scale(1.15);
}

.playAudio i{
    font-size:30px;
    color:#848383;
    pointer-events:none;
}
	
#radioIcon{
    width:12px;
    text-align:center;
    color:#848383;
}

.playing-track{
    animation:pulse 4s infinite;
}

@keyframes pulse{
    0%   {opacity:.55;}
    50%  {opacity:1;}
    100% {opacity:.55;}
}

.seekObjContainer{
    flex:1;
}

.seekObj{
    width:100%;
    height:6px;
    background:rgba(132,131,131,.25);
    border-radius:20px;
    overflow:hidden;
    cursor:pointer;
}

.percentage{
    width:0;
    height:100%;
    background:#848383;
}

p{
    margin:0;
    min-width:90px;
    font-size:13px;
    text-align:right;
    color:#848383;
}

.currentTime{
    color:#848383;
}

.auddur{
    color:#848383;
}

@media screen and (max-width:500px) {
    .allr{
        /*background-color:#ff0;*/
        transform: rotate(0deg);
    }
    
    #catthem{
	    flex-direction: column;
	    justify-content: flex-start;
	    align-items: flex-start;
	    /*background-color:#ff0;*/
	    width:100%;
    }
    
    .catthem_div{
    	margin-right:20px;
    	padding-right:20px;
    	/*width:15%;*/
    	width:100%;
    	height:40px;
    	display: flex;
    	flex-direction: row;
    	flex-wrap: nowrap;
    	justify-content: flex-start;
    	align-items: center;
    	font-size:0.85em;
    	/*background-color:#F00;*/
    	border-right:none;
    	text-align:left;
    }

    .catthem_div:last-child{
    	border-right:none;
    }

    .catthem_span{
    	display: inline-block;
    	width:20px;
    	height:20px;
    	/*background-color:#5f5f5f;*/
    	margin:0;
    	padding:0;
    }

    .catthem_div:last-child>.catthem_span{
    	display: inline-block;
    	width:20px;
    	height:20px;
    	/*background-color:#5f5f5f;*/
    	margin:0;
    	padding:0;
    }
    
    .fsort{
    	width:100%;
    	display: flex;
    	flex-direction: column;
    	flex-wrap: nowrap;
    	justify-content: center;
    	align-items: center;
    	font-size:0.8em;
    	margin-top:10px;
    	margin-bottom:5px;
    	/*background-color:#ff0;*/
    	color:#575757;
    }
    
    .csm{
       font-size:0.65em; 
       display:none;
    }
    
    .results{
        width:100%;
    }
    
    .resultsT{
    	font-size:0.65em;
    }
    
    .resultsT div{
	    margin-right:15px;
	    width:25%;
    }
    
    .resTitlos{
        text-align:left;
        padding-left:25px;
    }
    
    .resultsD{
        flex-direction: column;
        justify-content: flex-start;
    	align-items: flex-start;
    	font-size:0.65em;
    	text-align:left;
    	width:100%;
    	margin-bottom:5px;
    }

    .resultsD div{
        width:100%;
    	margin:0px;
    	padding:0px;
    }

    .resultsDL{
    	display: flex;
    	flex-direction: column;
    	flex-wrap: nowrap;
    	justify-content: flex-start;
    	align-items: flex-start;
    	width:31%;
    	padding:0px;
    	/*background-color:#FF0;*/
    	text-align:left;
    	height:70px;
    	overflow:hidden;
    	padding-left:0px;
    }
    
    .resultsDC{
		width:25%;
    }

    .resultsDR{
    	display: flex;
    	flex-direction: column;
    	flex-wrap: nowrap;
    	justify-content: flex-start;
    	align-items: flex-start;
    	width:15%;
    	padding:5px;
    	text-align:left;
    }
    
    .myaudiop{
        width:90%;
        border:none;
    }
}

@media screen and (min-width:501px) and (max-width:576px) {
    .allr{
        /*background-color:#ff0;*/
        transform: rotate(0deg);
    }
    
    #catthem{
	    flex-direction: column;
	    justify-content: flex-start;
	    align-items: flex-start;
	    /*background-color:#ff0;*/
	    width:100%;
    }
    
    .catthem_div{
    	margin-right:20px;
    	padding-right:20px;
    	/*width:15%;*/
    	width:100%;
    	height:40px;
    	display: flex;
    	flex-direction: row;
    	flex-wrap: nowrap;
    	justify-content: flex-start;
    	align-items: center;
    	font-size:0.85em;
    	/*background-color:#F00;*/
    	border-right:none;
    	text-align:left;
    }

    .catthem_div:last-child{
    	border-right:none;
    }

    .catthem_span{
    	display: inline-block;
    	width:20px;
    	height:20px;
    	/*background-color:#5f5f5f;*/
    	margin:0;
    	padding:0;
    }

    .catthem_div:last-child>.catthem_span{
    	display: inline-block;
    	width:20px;
    	height:20px;
    	/*background-color:#5f5f5f;*/
    	margin:0;
    	padding:0;
    }
    
    .fsort{
    	width:100%;
    	display: flex;
    	flex-direction: column;
    	flex-wrap: nowrap;
    	justify-content: center;
    	align-items: center;
    	font-size:0.8em;
    	margin-top:10px;
    	margin-bottom:5px;
    	/*background-color:#ff0;*/
    	color:#575757;
    }
    
    .csm{
       font-size:0.65em; 
       display:none;
    }
    
    .results{
        width:100%;
    }
    
    .resultsT{
    	font-size:0.75em;
    }
    
    .resultsT div{
	    margin-right:5px;
	    width:30%;
    }
    
    .resultsD{
    	font-size:0.75em;
    	text-align:left;
    }

    .resultsD div{
    	margin-right:0px;
    }

    .resultsDL{
    	display: flex;
    	flex-direction: column;
    	flex-wrap: nowrap;
    	justify-content: flex-start;
    	align-items: flex-start;
    	width:31%;
    	padding:0px;
    	/*background-color:#FF0;*/
    	text-align:left;
    	height:140px;
    	overflow:hidden;
    	padding-left:0px;
    }

    .resultsDR{
    	display: flex;
    	flex-direction: column;
    	flex-wrap: nowrap;
    	justify-content: flex-start;
    	align-items: flex-start;
    	width:20%;
    	padding:5px;
    	text-align:left;
    }
    
    .myaudiop{
        width:100%;
        border:none;
    }
}

@media screen and (min-width:577px) and (max-width:624px) {
    
    .allr{
        /*background-color:#ff0;*/
        transform: rotate(0deg);
    }
    
    #catthem{
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    /*background-color:#ff0;*/
	    width:100%;
    }
    
    .catthem_div{
    	margin-right:20px;
    	padding-right:20px;
    	/*width:15%;*/
    	width:100%;
    	height:40px;
    	display: flex;
    	flex-direction: row;
    	flex-wrap: nowrap;
    	justify-content: center;
    	align-items: center;
    	font-size:0.85em;
    	/*background-color:#F00;*/
    	border-right:none;
    	text-align:left;
    }

    .catthem_div:last-child{
    	border-right:none;
    }

    .catthem_span{
    	display: inline-block;
    	width:20px;
    	height:20px;
    	/*background-color:#5f5f5f;*/
    	margin:0;
    	padding:0;
    }

    .catthem_div:last-child>.catthem_span{
    	display: inline-block;
    	width:20px;
    	height:20px;
    	/*background-color:#5f5f5f;*/
    	margin:0;
    	padding:0;
    }
    
    .fsort{
    	width:100%;
    	display: flex;
    	flex-direction: row;
    	flex-wrap: nowrap;
    	justify-content: center;
    	align-items: center;
    	font-size:0.8em;
    	margin-top:10px;
    	margin-bottom:5px;
    	/*background-color:#ff0;*/
    	color:#575757;
    }
    
    .resultsD{
    	font-size:0.75em;
    	text-align:left;
    }

    .resultsD div{
    	margin-right:0px;
    }

    .resultsDL{
    	display: flex;
    	flex-direction: column;
    	flex-wrap: nowrap;
    	justify-content: flex-start;
    	align-items: flex-start;
    	width:31%;
    	padding:0px;
    	/*background-color:#FF0;*/
    	text-align:left;
    	height:140px;
    	overflow:hidden;
    	padding-left:0px;
    }

    .resultsDR{
    	display: flex;
    	flex-direction: column;
    	flex-wrap: nowrap;
    	justify-content: flex-start;
    	align-items: flex-start;
    	width:20%;
    	padding:5px;
    	text-align:left;
    }
    
    .myaudiop{
        width:100%;
        border:none;
    }
    
}

@media screen and (min-width:625px) and (max-width:820px) {
    
    .allr{
        /*background-color:#ff0;*/
        transform: rotate(0deg);
    }
    
    #catthem{
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    /*background-color:#ff0;*/
	    width:100%;
    }
    
    .catthem_div{
    	margin-right:20px;
    	padding-right:20px;
    	/*width:15%;*/
    	width:100%;
    	height:40px;
    	display: flex;
    	flex-direction: row;
    	flex-wrap: nowrap;
    	justify-content: center;
    	align-items: center;
    	font-size:0.85em;
    	/*background-color:#F00;*/
    	border-right:none;
    	text-align:left;
    }

    .catthem_div:last-child{
    	border-right:none;
    }

    .catthem_span{
    	display: inline-block;
    	width:20px;
    	height:20px;
    	/*background-color:#5f5f5f;*/
    	margin:0;
    	padding:0;
    }

    .catthem_div:last-child>.catthem_span{
    	display: inline-block;
    	width:20px;
    	height:20px;
    	/*background-color:#5f5f5f;*/
    	margin:0;
    	padding:0;
    }
    
    .fsort{
    	width:100%;
    	display: flex;
    	flex-direction: row;
    	flex-wrap: nowrap;
    	justify-content: center;
    	align-items: center;
    	font-size:0.8em;
    	margin-top:10px;
    	margin-bottom:5px;
    	/*background-color:#ff0;*/
    	color:#575757;
    }
    
    .resultsD{
    	font-size:0.7em;
    	text-align:left;
    }

    .resultsD div{
    	margin-right:0px;
    }

    .resultsDL{
    	display: flex;
    	flex-direction: column;
    	flex-wrap: nowrap;
    	justify-content: flex-start;
    	align-items: flex-start;
    	width:31%;
    	padding:0px;
    	/*background-color:#FF0;*/
    	text-align:left;
    	height:140px;
    	overflow:hidden;
    	padding-left:0px;
    	padding-right:15px;
    }
    
    .resultsDC{;
    	padding:0px;
    	padding-right:15px;
    }

    .resultsDR{
    	display: flex;
    	flex-direction: column;
    	flex-wrap: nowrap;
    	justify-content: flex-start;
    	align-items: flex-start;
    	width:20%;
    	padding:0px;
    	text-align:left;
    }
    
    .myaudiop{
        width:100%;
        border:none;
    }
    
}

@media screen and (min-width:821px) and (max-width:1076px) {
    
    .allr{
        /*background-color:#ff0;*/
        transform: rotate(0deg);
    }
    
    #catthem{
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    /*background-color:#ff0;*/
	    width:100%;
    }
    
    .catthem_div{
    	margin-right:20px;
    	padding-right:20px;
    	/*width:15%;*/
    	width:100%;
    	height:40px;
    	display: flex;
    	flex-direction: row;
    	flex-wrap: nowrap;
    	justify-content: center;
    	align-items: center;
    	font-size:0.85em;
    	/*background-color:#F00;*/
    	border-right:none;
    	text-align:left;
    }

    .catthem_div:last-child{
    	border-right:none;
    }

    .catthem_span{
    	display: inline-block;
    	width:20px;
    	height:20px;
    	/*background-color:#5f5f5f;*/
    	margin:0;
    	padding:0;
    }

    .catthem_div:last-child>.catthem_span{
    	display: inline-block;
    	width:20px;
    	height:20px;
    	/*background-color:#5f5f5f;*/
    	margin:0;
    	padding:0;
    }
    
    .fsort{
    	width:100%;
    	display: flex;
    	flex-direction: row;
    	flex-wrap: nowrap;
    	justify-content: center;
    	align-items: center;
    	font-size:0.8em;
    	margin-top:10px;
    	margin-bottom:5px;
    	/*background-color:#ff0;*/
    	color:#575757;
    }
    
    .resultsD{
    	font-size:0.75em;
    	text-align:left;
    }

    .resultsD div{
    	margin-right:0px;
    }

    .resultsDL{
    	display: flex;
    	flex-direction: column;
    	flex-wrap: nowrap;
    	justify-content: flex-start;
    	align-items: flex-start;
    	width:31%;
    	padding:0px;
    	/*background-color:#FF0;*/
    	text-align:left;
    	height:140px;
    	overflow:hidden;
    	padding-left:0px;
    }

    .resultsDR{
    	display: flex;
    	flex-direction: column;
    	flex-wrap: nowrap;
    	justify-content: flex-start;
    	align-items: flex-start;
    	width:34%;
    	padding:5px;
    	text-align:left;
    }
    
    .myaudiop{
        width:100%;
        border:1px solid #848383;
    }
    
}
