/* import font */
@import url('//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;900&display=swap');

/* root style */
*{
    font-family: 'n27regular', sans-serif;
    margin:0;
    padding:0;
}

body {
    margin: 0;
    padding: 0;
}

h5{
    font-family: 'rounabold', sans-serif;
}

.info h2{
    font-size:1.8rem;
}
h1,h2,h3,h4,h5,h6{
    margin:0!important;
}

.fa-facebook-square, .fa-linkedin-square, .fa-twitter-square{
    font-size:2.6rem!important;
    color:#111111;
}

.fa-facebook-square:hover, .fa-linkedin-square:hover, .fa-twitter-square:hover{
    font-size:2.6rem!important;
    color:#000;
}

.fa-facebook, .fa-linkedin, .fa-twitter, .fa-link{
    font-size:1rem!important;
    color:#111111;
}

.grid{
    width: 70%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 0;
    margin: 10px auto;
}

.grid .fa-facebook, .grid .fa-linkedin, .grid .fa-twitter, .grid .fa-instagram{
    color:#fff;
    font-size:1rem!important;
}

.fa-facebook:hover, .fa-linkedin:hover, .fa-twitter:hover, .fa-link:hover{
    font-size:1rem!important;
    color:#000;
}

/* header */
header {
    position: sticky;
    top: 0;
    background-color: #e5ecea;
    color: #000;
    padding: 10px 20px;
    transition: padding 0.3s;
    z-index: 999;
}

header.shrink{
    height:65px!important;
}

#header{
    margin:0 auto;
    text-align: center;
    padding:0px 0px 15px 0px;
    height:150px;
}

.logo{
    margin: 0 auto;
    display: flex;
    align-content: center;
    align-items: center;
    padding:15px;
}

.logo img {
    height: 120px;
    transition: height 0.3s;
}

header.shrink .logo img {
    height: 0px;
    opacity:0;
}

.logo1{
    display: flex;
    column-gap: 15px;
}

.logo1 img {
    height: 40px;
    transition: height 0.3s;
}

header.shrink .logo1 img {
    height: 0px;
    opacity:0;
}

.menu22{
    width: 100%;
    background: #000;
    height:40px;
    position:absolute;
    top:-130px;
    transition: top 0.3s;
    display: flex;
    align-content: center;
    align-items: center;
    padding-left:100px;
}

.menu22BlackBKG{
    display: flex;
    align-content: center;
    align-items: center;
    column-gap: 30px;
}
.menu22BlackBKG img{
    height:12px!important;
}

.menu22wHITEBKG{
    display: flex;
    align-content: center;
    align-items: center;
    column-gap: 30px;
}

.menu22wHITEBKG a, .menu22wHITEBKG a:hover{
    margin-bottom:-5px;
    text-decoration: none;
}
.menu22_1{
    width: 100%;
    background: #fff;
    height:25px;
    position:absolute;
    top:-65px;
    transition: top 0.3s;
    display: flex;
    align-content: center;
    align-items: center;
    padding-left:297px;
}

header.shrink .menu22{
    top:0px;
    background:#000;
}

header.shrink .menu22_1 {
    top: 40px;
    background: #FFF;
    padding-bottom: 3px;
}

header.shrink .button_container {
    top:11px;
}

header.shrink .button_container span {
    background:#fff;
    height:3px;
}

.menu22 img{
    height:20px;
}

/* header nav menu */
nav{
    width:fit-content;
    margin:0 auto;
}

.navbar-toggler{
    margin:0 auto;
}

/* .navbar-dark .navbar-toggler-icon {
    background-image: url("../img/burger-menu-svgrepo-com.svg")!important;
} */

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li {
    margin-right: 20px;
}

nav ul li a,nav ul li a:hover  {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-family: 'rounabold';
}

/* li.has-dropdown-two::before {content: '\25BA'; position:relative;right:0;margin-right:10px;}
li.has-dropdown-two.is-active::before {content: '\25BC'; position:relative;right:0;margin-right:10px;}

li.has-dropdown-three::before {content: '\25BA'; position:relative;right:0;margin-right:10px;}
li.has-dropdown-three.is-active2::before {content: '\25BC'; position:relative;right:0;margin-right:10px;} */

li.has-dropdown-two .caret-black {
    position: relative;
    bottom: 3px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    margin-left: 0px;
    transform: scaleY(1) rotate(45deg);
    -webkit-transform: scaleY(1) rotate(45deg);
    transition: all 0.2s ease;
}
li.has-dropdown-two.is-active .caret-black {
    position: relative;
    bottom: -4px;
    transform: scaleY(-1) rotate(45deg);
    -webkit-transform: scaleY(-1) rotate(45deg);
    transition: all 0.2s ease;
}

li.has-dropdown-three .caret-black2 {
    position: relative;
    bottom: 3px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    margin-left: 0px;
    transform: scaleY(1) rotate(45deg);
    -webkit-transform: scaleY(1) rotate(45deg);
    transition: all 0.2s ease;
}
li.has-dropdown-three.is-active2 .caret-black2 {
    position: relative;
    bottom: -4px;
    transform: scaleY(-1) rotate(45deg);
    -webkit-transform: scaleY(-1) rotate(45deg);
    transition: all 0.2s ease;
}

/* nav > ul li > a:after { margin-left: 5px; content: '\25BA'; }
nav > ul > li > a:after { margin-left: 5px; content: '\25BC'; }
nav > ul li > a:only-child:after { margin-left: 0; content: ''; } */

.nav-link {
    color: rgba(0,0,0,1)!important;
    font-family: 'rounabold'!important;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,1)!important;
    border-color: rgba(255,255,255,0)!important;
}

.tools-link{
    margin:0 auto;
}
/* end heaader and nav */

/* Full Menu New added */
.button_container {
  position: fixed;
  top: 65px;
  left: 2%;
  height: 30px;
  width: 30px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(8px) translateX(0) rotate(45deg);
  background: #000;
}
.button_container.active .middle {
  opacity: 0;
  background: #000;
}
.button_container.active .bottom {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #000;
}
.button_container span {
  background: #000;
  border: none;
  height: 5px;
  width: 100%;
  border-radius:25px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 8px;
}
.button_container span:nth-of-type(3) {
  top: 16px;
}



.overlay_full {
  position: fixed;
  background: rgba(241,226,3,0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay_full.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.allmenuelements {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    /* transform: translateY(-50%); */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow-y: hidden;
}

.navmenu{
    width:100%;
    position:relative;
    height: 100%;
    left:0;
    /* top:80px; */
    top: calc(30vh / 2);
}

.overlay-menu-full{
    float:left;
    padding-left:30px;
    top:50px;
    display: flex;
}
.overlay_full.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.overlay_full.open .contributediv{
    -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.overlay_full.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.overlay_full.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.overlay_full.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.overlay_full.open li:nth-of-type(5) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}
.overlay_full.open li:nth-of-type(6) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
}
.overlay_full.open li:nth-of-type(7) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
}
.overlay_full.open li:nth-of-type(8) {
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
}
.overlay_full.open li:nth-of-type(9) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
}
.overlay_full.open li:nth-of-type(10) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
}
.overlay_full.open li:nth-of-type(11) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
}
.overlay_full.open li:nth-of-type(12) {
    -webkit-animation-delay: 0.55s;
            animation-delay: 0.55s;
}
.overlay_full nav {
    position: absolute;
    height: 50vh;
    top: 100px;
    /* transform: translateY(-50%); */
    font-size: 24px;
    font-family: "Vollkorn", serif;
    font-weight: 400;
    text-align: left;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    padding-right: 30px;
}

.overlay_full nav.overlay-menu-full-2 {
    position: relative;
    height: auto;
    top: 0px;
    /* transform: translateY(-50%); */
    font-size: 24px;
    font-family: "Vollkorn", serif;
    font-weight: 400;
    text-align: left;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    padding-right: 30px;
}

.overlay-menu-full-2{
    float:left;
    top:50px;
    display: flex;
}
.overlay_full.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
    width:fit-content;
}



/* .overlay_full nav::-webkit-scrollbar {
    
} */

.overlay_full nav::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	background-color: #fff;
}

.overlay_full nav::-webkit-scrollbar
{
	width: 5px;
	background-color: #fff;
    position:relative;
}

.overlay_full nav::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #000;
}

.overlay_full ul::-webkit-scrollbar {
    display: none;
}

.overlay_full ul {
  list-style: none;
  padding: 0;
  /* margin: 0 auto; */
  display: inline-block;
  position: relative;
  height: 100%;
  width:fit-content;
  font-size:1.2rem;
  /* overflow-y: scroll; */
}
.overlay_full ul li {
  display: block;
  /* height: 25%; */
  /* height: calc(100% / 4);
  min-height: 50px; */
  position: relative;
  opacity: 0;
}
.overlay_full ul li a {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
  overflow: hidden;
}
.overlay_full ul li a:hover:after, .overlay_full ul li a:focus:after, .overlay_full ul li a:active:after {
  width:100%;
}
.overlay_full ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #000;
  transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* end of full menu */
/* filter sidenav desktop */
.sidenav2 {
    height:750px;
    width: auto;
    
    background-color: transparent;
    color:#000;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top:0px;
    white-space: wrap;
}

.sidenav2::-webkit-scrollbar {
    display: none;
}

.mySidenavInner2{
    height:100%;
    overflow-y: scroll;
}




.mySidenavInner2::-webkit-scrollbar{
    display: none;
}

.tags-filter2 {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    position: relative;
    bottom: 0;
    white-space: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
}

.inputFilterDiv {
    display: flex;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    width:100%;
  }
  
  /* Hide the browser's default checkbox */
  .inputFilterDiv input[type=checkbox]{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 15px;
    width: 15px;
    z-index: 3;
  }

  .mapAds{
    width:100%;
    height:0;
    padding-bottom:25%;
    /* background: #000; */
    background-position: center center;
    background-size: cover;
    color:#fff;
    position: sticky;
    top: 65px;
    margin-top:0px;
    left:0;
    z-index: 5;
    margin-bottom: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .bg-image{
    transition: all 0.3s ease-in-out;
  }

  .full-frame:hover .bg-image{
    transform: scale(1.1);
  }
  

  .mapAds-small{
    margin-bottom:0;height: 0;padding-bottom: 100%; color:#000;text-align:left;align-content: start;/* flex-direction: column; */
    overflow: hidden;
  }

  .mapAds-small:hover h1{
    text-decoration: underline;
  }

  .mapAds-small:focus h1{
    text-decoration: underline;
  }
  
  .mapAds-small:hover span{
    text-decoration: underline;
  }

  .mapAds-small:focus span{
    text-decoration: underline;
  }
  
  .small-theme:hover{
    text-decoration: underline;
    color:#fff!important;
  }
  
  .small-theme:hover .small_theme h1{
      color:#fff;
      text-decoration:underline;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: relative;
    top: 0;
    right: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border:1px solid darkgray;
    overflow: hidden;
  }
  
  /* On mouse-over, add a grey background color */
  .inputFilterDiv:hover input[type=checkbox] ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .inputFilterDiv input[type=checkbox]:checked ~ .checkmark {
    background-color: lightgray;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .inputFilterDiv input[type=checkbox]:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .inputFilterDiv .checkmark:after {
    right: 0px;
    bottom: 1px;
    width: 9px;
    height: 20px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .inputFilterDiv:hover input[type=checkbox] ~ .sidelabel {
    color:#000;
  }
  .inputFilterDiv input[type=checkbox]:checked ~ .sidelabel{
    color:#000;
  }

/* .tags-filter2 input[type=checkbox]{
    float:right;
    width: 14px;
    height: 14px;
    background: #FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid darkgray;
    outline: none;
    position: relative;
    cursor: pointer;
}


.tags-filter2 input[type='checkbox']:checked:before{
    content:'\2713'; background:#000; width:100%; height:100%; top:0;
    left:0;
    display:flex; align-items:center; justify-content:center; color:white; font-weight:bold; }
.inputFilterDiv{
    display:flex; 
    color:#000;
    width:100%;
    vertical-align: middle;
    align-items: center;
    flex-direction:row-reverse;
    margin-bottom: 10px;
} */
.sidelabel {
    display: inline-flex;
    white-space: pre-wrap;
    vertical-align: middle;
    line-height: normal;
    width: calc(100% - 20px);
    font-size:0.9rem;
    align-content: center;
    align-items: center;
    margin-bottom:0;
    color: #535353 ;
    transition: color 0.2s ease-in-out;
}
/* end sidenav desktop */
/* Filter side nav */
.sidenav {
    height: 100%;
    width: 100vw;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: -100vw;
    background-color: #CCC;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: 0.5s;
    padding-top: 60px;
    scrollbar-width: none;
    padding:15px;
}

.sidenav::-webkit-scrollbar {
    display: none;
}
.mySidenavInner{
    padding:15px;
    width:100%;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: sticky;
    top: 0;
    right: 15px!important;
    font-size: 36px;
    z-index: 1999;
    text-align: right;
}
/* end filter side nave */
.sectionname {
    background-color: #FFF;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    padding: 5px 5px 10px 5px;
    position: sticky;
    width: fit-content;
    right: 10px;
    top: 5px;
    z-index: 2;
    margin: 0;
}

.theme .sectionname{
    padding: 20px 5px 5px 5px;
    margin-bottom:10px;
}

.theme{
    margin-bottom:10px;
    margin-top:-28px;
}

.newsbtn{
    position:sticky;
    bottom:0px;
    font-size: 1.8rem;
    background: #e5ecea;
    color:#000;
    text-align: right;
    padding-left:5px;
    padding-right:45px;
    padding-top:0px;
    margin-bottom: 15px;
    white-space: nowrap;
}

.cssanimation, .cssanimation span {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.cssanimation span { display: inline-block }

.leSnake span { animation: leSnake 1.5s ease-in-out; animation-iteration-count: infinite }
@keyframes leSnake {
    from, to { transform: translateY(0px) }
    50% { transform: translateY(10px) }
}

/*.newsbtn, .synmbtn{*/
/*    border-radius: 0!important;*/
/*    border: 1px solid #111111!important;*/
/*    background:darkgray;*/
/*    background: linear-gradient(to left, #fff 50%, darkgray 50%);*/
/*    background-size:200% 100%;*/
/*    background-position: right;*/
/*    color:#000!important;*/
/*    text-decoration: none;*/
/*    width:100%;*/
/*    height:40px;*/
/*    text-align: center;*/
/*    margin-top:0px;*/
/*    transition:all .2s ease-out;*/
/*}*/

.synmbtn{
    padding:10px;
}

/**/
.bouncing-text {
    position: relative;
    display: flex;
    font-size:1.8rem;
    margin-bottom: -30px;
    margin-top:-20px;
    text-transform: none;
    color:#fff;
}
.b1, .b2, .b3, .b4, .b5, .b6, .b7, .b8,.b9,.b10,.b11,.b12,.b13,.b14,.b15,.b16,.b17,.b18,.b19,.b20,.b21,.b22,.b23,.b24,.b25,.b26,.b27,.b28,.b29 {
    position: relative;
}
.b1 {
    animation: bounce 2s ease infinite;
    -webkit-animation: bounce 2s ease infinite;
  }
  
.b2 {
    animation: bounce 2s ease infinite .1s;
    -webkit-animation: bounce 2s ease infinite .1s;
}
.b3 {
    animation: bounce 2s ease infinite .15s;
    -webkit-animation: bounce 2s ease infinite .15s;
}
.b4 {
    animation: bounce 2s ease infinite .2s;
    -webkit-animation: bounce 2s ease infinite .2s;
}
.b5 {
    animation: bounce 2s ease infinite .25s;
    -webkit-animation: bounce 2s ease infinite .25s;
}
.b6 {
    animation: bounce 2s ease infinite .3s;
    -webkit-animation: bounce 2s ease infinite .3s;
}
.b7 {
    animation: bounce 2s ease infinite .35s;
    -webkit-animation: bounce 2s ease infinite .35s;
}
.b8 {
    animation: bounce 2s ease infinite .4s;
    -webkit-animation: bounce 2s ease infinite .4s;
}
.b9 {
    animation: bounce 2s ease infinite .45s;
    -webkit-animation: bounce 2s ease infinite .45s;
}
.b10 {
    animation: bounce 2s ease infinite .5s;
    -webkit-animation: bounce 2s ease infinite .5s;
}
.b11 {
    animation: bounce 2s ease infinite .55s;
    -webkit-animation: bounce 2s ease infinite .55s;
}
.b12 {
    animation: bounce 2s ease infinite .6s;
    -webkit-animation: bounce 2s ease infinite .6s;
}
.b13 {
    animation: bounce 2s ease infinite .65s;
    -webkit-animation: bounce 2s ease infinite .65s;
}
.b14 {
    animation: bounce 2s ease infinite .7s;
    -webkit-animation: bounce 2s ease infinite .7s;
}
.b15 {
    animation: bounce 2s ease infinite .75s;
    -webkit-animation: bounce 2s ease infinite .75s;
}
.b16 {
    animation: bounce 2s ease infinite .8s;
    -webkit-animation: bounce 2s ease infinite .8s;
}
.b17 {
    animation: bounce 2s ease infinite .85s;
    -webkit-animation: bounce 2s ease infinite .85s;
}
.b18 {
    animation: bounce 2s ease infinite .9s;
    -webkit-animation: bounce 2s ease infinite .9s;
}
.b19 {
    animation: bounce 2s ease infinite .95s;
    -webkit-animation: bounce 2s ease infinite .95s;
}
.b20 {
    animation: bounce 2s ease infinite 1s;
    -webkit-animation: bounce 2s ease infinite 1s;
}
.b21 {
    animation: bounce 2s ease infinite 1.05s;
    -webkit-animation: bounce 2s ease infinite 1.05s;
}
.b22 {
    animation: bounce 2s ease infinite 1.1s;
    -webkit-animation: bounce 2s ease infinite 1.1s;
}
.b23 {
    animation: bounce 2s ease infinite 1.15s;
    -webkit-animation: bounce 2s ease infinite 1.15s;
}
.b24 {
    animation: bounce 2s ease infinite 1.2s;
    -webkit-animation: bounce 2s ease infinite 1.2s;
}
.b25 {
    animation: bounce 2s ease infinite 1.25s;
    -webkit-animation: bounce 2s ease infinite 1.25s;
}
.b26 {
    animation: bounce 2s ease infinite 1.3s;
    -webkit-animation: bounce 2s ease infinite 1.3s;
}
.b27 {
    animation: bounce 2s ease infinite 1.35s;
    -webkit-animation: bounce 2s ease infinite 1.35s;
}
.b28 {
    animation: bounce 2s ease infinite 1.4s;
    -webkit-animation: bounce 2s ease infinite 1.4s;
}
.b29 {
    animation: bounce 2s ease infinite 1.45s;
    -webkit-animation: bounce 2s ease infinite 1.45s;
}

@keyframes bounce {
    0%   { transform: scale(1,1) translateY(0); }
    10%  { transform: scale(1.1,.9) translateY(0); }
    30%  { transform: scale(.9,1.1)   translateY(-15px);}
    50%  { transform: scale(1.05,.95) translateY(0); }
    58%  { transform: scale(1,1) translateY(0px); }
    65%  { transform: scale(1,1) translateY(0);}
    100% { transform: scale(1,1) translateY(0);}
}

@-webkit-keyframes bounce {
   0%   { transform: scale(1,1) translateY(0); }
    10%  { transform: scale(1.1,.9) translateY(0); }
    30%  { transform: scale(.9,1.1)   translateY(-15px);}
    50%  { transform: scale(1.05,.95) translateY(0); }
    58%  { transform: scale(1,1) translateY(0px);}
    65%  { transform: scale(1,1) translateY(0);}
    100% { transform: scale(1,1) translateY(0);} 
}


.bouncing-text:before, .bouncing-text:after {
content:"";
position: absolute;
background-color: rgba(0,0,0,0.4);
width: 50px;
height:5px;
border-radius:50%;
top:82px;
z-index:-1;
}





.bouncing-text:before {
left:0;
animation: scale 4s linear infinite;
-webkit-animation: scale 4s linear infinite;
}

@keyframes scale {
0% {transform: scaleX(1);}
25% {transform: scaleX(0.4);}
50% {transform: scaleX(1);}
75% {transform: scaleX(0.9);}
100% {transform: scaleX(1);}
}

@-webkit-keyframes scale {
0% {transform: scaleX(1);}
25% {transform: scaleX(0.4);}
50% {transform: scaleX(1);}
75% {transform: scaleX(0.9);}
100% {transform: scaleX(1);}
}

.bouncing-text:after {
left: 57px;
animation: scale 4s linear infinite .1s;
-webkit-animation: scale 4s linear infinite .1s;
}
/**/

.newsbtn:hover{
    text-decoration:underline;
}

.newsbtn:hover, .synmbtn:hover{
    background-position: left;
}

.applyFilterBtn{
    border-radius: 0!important;
    border: 1px solid #111111!important;
    background:darkgray;
    background: linear-gradient(to left, #fff 50%, darkgray 50%);
    background-size:200% 100%;
    background-position: right;
    color:#000!important;
    text-decoration: none;
    width:100%;
    height:40px;
    text-align: center;
    margin-top:0px;
    transition:all .2s ease-out;
}

.applyFilterBtn{
    padding:10px;
}

.applyFilterBtn:hover{
    background-position: left;
}
/* header inner search component */
.open_search {
    /* background-color: #000; */
    color: #fff;
    cursor: pointer;
    position: fixed;
    top: 5%;
    right: 2%;
}

.search_block {
    opacity: 0;
    text-align: center;
    height: 0;
    position: relative;
    /* top: 50%;
    left: 50%;
    margin-top: -41px;
    margin-left: -150px; */
    margin: 0 auto;
    visibility: hidden;
}

.search_block.visible {
    opacity: 1;
    height: auto;
    visibility: visible;
}

.search_block.visible .search_box {
    opacity: 1;
    top: 0;
    transform: scale(1);
}

.search_block .overlayer {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.searchdiv{
    width: 100%;
    position: relative;
    height: 100%;
    left: 0;
    /* top: 80px; */
    top: calc(30vh / 2);
    padding-left:30px;
}

.emptydiv {
    width: 80%;
    position: relative;
    height: 100%;
    left: 0;
    /* top: 80px; */
    top: calc(30vh / 2);
    padding-left: 30px;
    text-align: left;
}

.contributediv{
    position:relative;
    top:100px;
    height:50vh;
    overflow-y: scroll;
}

.usersprofile{
    position: fixed;
    top: 5%;
    right: 2%;
    height: 35px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
}

.profile {
    display: inline-block;
    border: none;
    cursor: pointer;
    background-image: url(../img/profile.svg);
    background-repeat: no-repeat;
    min-height: 25px;
    min-width: 25px;
    margin-right: 8px;
    filter: invert(1);
}

.search_box {
    background-color: transparent;
    display: inline-block;
    padding: 15px 0px;
    width:100%;
    position: relative;
    text-align: left;
    top: 0px;
    left:0;
    /* left: 50px; */
    z-index: 10;
    transition: opacity 0.25s ease;
}

.search_box .inner {
    border: 1px solid #000;
    padding-bottom:30px;
}

.search_box .search_input {
    flex-grow:2;
    border: 3px solid #fff;
    box-sizing: border-box;
    display: inline-block;
    height: 60px;
    line-height: 2;
    outline: medium none;
    padding: 10px 10px 10px 10px;
    transition: all 0.45s ease 0s;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.search_box #search_option {
    border: 0px solid #fff;
    /* box-sizing: border-box; */
    display: inline-block;
    height: 60px;
    line-height: 2;
    min-width: 300px;
    outline: medium none;
    padding: 10px 10px 10px 10px;
    width: 320px;
    
    border-radius: 0;
}

#contribute{
    border: 3px solid #fff;
    box-sizing: border-box;
    display: inline-block;
    height: 60px;
    line-height: 2;
    min-width: 250px;
    outline: medium none;
    padding: 10px 10px 10px 10px;
    width: 250px;
    transition: all 0.45s ease 0s;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    position:relative;
    left:0px;
    margin-bottom:20px;
    font-weight:700;
    font-size:1.2rem;
    text-transform: uppercase;
    text-align:center;
    text-decoration:none;
    color:#000;
    background-color: #fff;
}

#contribute:hover{
    border: 3px solid #000;
    text-align:center;
    text-decoration:none;
    color:#fff;
    background-color: #000;
    transition: all 0.3s;
}

.search_box .search_input.typing {
    border: 3px solid #000;
}

.search_box .search_icon {
    background-color: #fff;
    border: medium none;
    color: #111;
    font-size: 16px;
    right: 88px;
    line-height: 1;
    padding: 20px;
    
}

::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
    font-style: italic;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #999;
    font-style: italic;
}
/* end header inner search component */

/* main home component 2 */
.main-component-article{
    height:0; padding-top:600px;
}

.wrapper {
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(6, 15.9%);
    grid-template-rows: repeat(1,100%);
    justify-content: center;
    align-content: end;
}

.wrapper-two {
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 49.5%);
    grid-template-rows: repeat(1,100%);
    justify-content: center;
    align-content: end;
}

.wrapper-two-small-style {
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(5, 19.5%);
    grid-template-rows: repeat(1,100%);
    justify-content: center;
    align-content: end;
}

.wrapper-three {
    margin: 0 0 20px 0;
    width: 100%;
    height: 650px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(9, 10.35%);
    grid-template-rows: repeat(1,650px);
    justify-content: center;
    align-content: end;
}

.box {
    background-color: transparent;
    color: #000;
    border-radius: 0px;
    /* padding: 10px; */
}

.box-two {
    background-color: transparent;
    color: #000;
    border-radius: 0px;
    /* padding: 10px; */
}

.box-three {
    background-color: transparent;
    color: #000;
    border-radius: 0px;
    /* padding: 10px; */
}



.item1{
    grid-column: 1 / 4;
    grid-row: 1 / 1;
    height:780px;
    position:relative;
}

.item-two1{
    grid-column: 1 / 2;
    grid-row: 1 / 1;
    height:650px;
}

.item-three1{
    grid-column: 1 / 6;
    grid-row: 1 / 1;
}

.item-three2{
    grid-column: 6 / 10;
    grid-row: 1 / 1;
}

.comp-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.item2{
    grid-column: 4 / 6;
    grid-row: 1 / 1;
    height:700px;
    position:relative;
}

.item3{
    display:block;
}

.newslist{
    display:grid;
    grid-template-columns: repeat(1, 1fr);
    height:100%;
    overflow-y: scroll;
    position:relative;
}

.newslist::-webkit-scrollbar{
    display: none;
}



.item-two2{
    /* overflow-y:scroll; */
    height:auto;
    margin-top:20px;
}

.item-two2::-webkit-scrollbar {
    display: none;
}

.grid-scroll{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.grid-small-style{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

/* home component */
.first-section{
    height:auto;
}
.home-component{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top:30px;
    padding-bottom:60px;

}



.home-component2{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top:30px;
    padding-bottom:60px;

}

.home-component:nth-child(even) {background: #ffffff}
.home-component:nth-child(odd) {background: #e5ecea}

.home-component2:nth-child(odd) {background: #ffffff}
.home-component2:nth-child(even) {background: #e5ecea}
/* end home component */

/* inner sections */
.row-height {
    height: 600px!important;
    overflow-y: hidden;
    column-gap: 0!important;
}


.row-height-news {
    height: auto;
    width:100%;
    margin:0 auto!important;
    overflow: hidden;
    position:relative;
    display: block!important;
    /* left:0; */
}

#move_divs {
    height: auto;
    width:100%;
    margin:0 auto!important;
    overflow: scroll;
    position:relative;
    /* left:0; */
}

.row-height-funding {
    height: auto;
    overflow-y: hidden;
    position:relative;
}

.bg-image-news{
    width:100%;
    height:0;
    padding-top:100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-image{
    width:100%;
    height:0;
    padding-top:100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.bg-image-2{
    width:100%;
    height:0;
    padding-top:70%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
}

.info2-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
}

/* carousel slider */
.slider {
    display: flex;
}

.slick-track {
    will-change: transform;
}

.TransformX{
    /* transform:translate3d(-1516px, 0px, 0px)!important; */
    left:50px!important;
    transition: 0.3s ease-in-out;
    
}

.TransformX0{
    /* transform:translate3d(-1516px, 0px, 0px)!important; */
    left:-25px!important;
    transition: 0.3s ease-in-out;
    
}

.TransformX2{
    /* transform:translate3d(-1516px, 0px, 0px)!important; */
    left:-25px!important;
    transition: 0.3s ease-in-out;
    
}

.slick-list {
    overflow: hidden;
    will-change: transform;
}

.slick-slide {
    opacity: .4;
    padding: 0px;
    margin-right: 10px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease-in-out;
}

.slick-slide.slick-active{
    opacity: 1;
}

.slick-slide.slick-current{
    opacity:1;
}

.slick-slide img {
    height: 100vh;
    max-height: 80vh;
    width: 400px;
    margin: 0 auto;
    object-fit: cover;
}

.slider:hover a{
    text-decoration: none!important;
    --tw-shadow: inset 0 -0em 0 0 transtparent; 
    --tw-shadow-colored: inset 0 -0em 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.slider [type="button"].slick-prev {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius:50%;
    overflow: hidden;
    border: 0;
    text-indent: -9999px;
    /*background-color: lightgray;*/
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 1;
    transform: translateY(-50%);
    transition: all 0.25s ease;
}

.slider [type="button"].slick-next {
    position: absolute;
    top: 50%;
    left: calc(100% - 55px);
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius:50%;
    overflow: hidden;
    border: 0;
    text-indent: -9999px;
    /*background-color: lightgray;*/
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 1;
    transform: translateY(-50%);
    transition: all 0.25s ease;
}

.slider [type="button"].slick-disabled {
    opacity:0;
}

.slick-next {
    left: 82px;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjx0aXRsZT5jaGV2cm9uLXJpZ2h0PC90aXRsZT48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTUuNzA2IDExLjI5NGwtNi02Yy0wLjM4Ny0wLjM4Ny0xLjAyNS0wLjM4Ny0xLjQxMyAwcy0wLjM4NyAxLjAyNSAwIDEuNDEzbDUuMjk0IDUuMjk0LTUuMjk0IDUuMjk0Yy0wLjM4NyAwLjM4Ny0wLjM4NyAxLjAyNSAwIDEuNDEzIDAuMTk0IDAuMTk0IDAuNDUgMC4yOTQgMC43MDYgMC4yOTRzMC41MTMtMC4xIDAuNzA2LTAuMjk0bDYtNmMwLjM5NC0wLjM4NyAwLjM5NC0xLjAyNSAwLTEuNDEzeiI+PC9wYXRoPjwvc3ZnPg==);
    background-blend-mode: difference;
}

.slick-prev {
    left: 10px;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjx0aXRsZT5jaGV2cm9uLWxlZnQ8L3RpdGxlPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xMC40MTMgMTJsNS4yOTQtNS4yOTRjMC4zODctMC4zODcgMC4zODctMS4wMjUgMC0xLjQxM3MtMS4wMjUtMC4zODctMS40MTMgMGwtNiA2Yy0wLjM4NyAwLjM4Ny0wLjM4NyAxLjAyNSAwIDEuNDEzbDYgNmMwLjE5NCAwLjE5NCAwLjQ1IDAuMjk0IDAuNzA2IDAuMjk0czAuNTEzLTAuMSAwLjcwNi0wLjI5NGMwLjM4Ny0wLjM4NyAwLjM4Ny0xLjAyNSAwLTEuNDEzbC01LjI5NC01LjI5NHoiPjwvcGF0aD48L3N2Zz4=);
    background-blend-mode: difference;
}

.horizontal-news{
    display:flex;
}

.horizontal-news .bg-image-slide{
    width:180px;
    height:180px;
    margin-right:10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slick-dots{
    /*position: absolute;*/
    /*top: -45px;*/
    /*right: 0px;*/
    /*text-align: center; */
    /*z-index:200;*/
    position: relative;
    top: -10px;
    right: 0px;
    text-align: center;
    z-index: 200;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    content: '•';
    font-size: 42px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: 1;
    color: #fff;
}

li.slick-active button:before {
    content: '•';
    font-size: 42px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: 1;
    color: aquamarine;
}
/* end carousel slider */

.bg-banner{
    width:100%;
    height:auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.info-inside{
    position:relative;
    bottom: 0;
    left:0;
    right:15px;
    height:fit-content;
    z-index: 2;
    padding:15px;
    color:#fff!important;
    background: linear-gradient(360deg, black, transparent);
}

.info-inside-theme{
    position:relative;
    bottom: 0;
    left:0;
    right:0;
    z-index: 2;
    padding:15px 0;
    color:#000!important;
    /* background: linear-gradient(360deg, black, transparent); */
}

.info {
    margin-top: 0px;
    /* padding: 0 30px 0 0px; */
    padding: 5px 10px;
}

.info p{
    margin-top:0px;
}

.info2{
    z-index:2;width:100%;background:transparent; color:#000!important;
    margin-top:0px;
    /* padding: 0 30px 0 0px; */
    /*padding:15px;*/

}

.info2-2{
    height:fit-content;
    z-index:2;width:100%;background:transparent; color:#fff!important; position:absolute; bottom:10px;
    padding-left:10px;
    /* padding: 0 30px 0 0px; */
    /*padding:15px;*/

}

.info2-2 h1{
    line-height:2.3rem;
}

.info2 p{
    margin-top:0px;
}

.dflex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}

.white-b{
    background:#fff;
}

.green-b{
    background: #e5ecea;
}

.info-news{
    margin-top:0px;
    /*padding: 15px 30px 10px 10px;*/
    padding:5px 20px 5px 10px;
    background:#fff;
}

.home-news{
    line-height:16px!important;
    font-weight:500;
}

.info-news h5{
    font-size:16px;
}

.info-news p{
    text-align:left;
    font-size:14px;
}

.info p{
    text-align: left;
}

.col-height {
    position: relative;
    height: 100%;
    margin:0px 0px 0px 0px!important;
    padding:0!important;
}



.half-height {
    height: 300px;
    margin:0;
    padding:0;
    overflow-y: hidden;
}

.mhc:first-child{
    margin-bottom:10px;
}

.priority{
    column-gap: 15px;
}

.priority-col{
    max-width: calc((100% / 6) - 15px)!important;
}
.bg-halfimage{
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-halfimage-theme{
    width: 100%;
    height: 0;
    padding-top: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    justify-content: center;
    margin: 0px;
}

.grid-item {
    background-color: #f0f0f0;
    padding: 0px;
    text-align: left;
    overflow: hidden;
    height:700px;
}

.TwoDivsRightScroll{
    width:100%;
    display: flex;
    height:700px;
}


.TwoDivsRightScroll_left{
    width: 50%;
    position: sticky;
    top: 0;
    z-index: 1;
}

.TwoDivsRightScroll_right{
    width: 50%;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    margin-left:15px;
    
}

.TwoDivsRightScroll_right::-webkit-scrollbar {
    display: none;
}

.full-image-container {
    width: 100%;
    height: 80%; /* You can adjust the height as per your requirement */
    padding-top:80%;
    background-size: cover;
    background-position: center;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0px;
}

.list-grid {
    width: 100%;
    height: auto; /* You can adjust the height of each image */
    
}

.tooltipContainer{
    outline:none!important;
    border-radius:0;
}

.bg-img-grid{
    width: 100%;
    min-height: 50%;
    padding-top: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* end inner sections */

/* List style articles */
.filter-tool{
    display:flex;align-items:center; column-gap:30px;
}
.list-item {
    display: flex;
    flex-basis: 100%; /* Two items per row, change to 33.33% for three items per row, and so on */
    padding: 10px;
    box-sizing: border-box;
    width:90%;
    padding:0;
    margin:0;
    margin-top:30px;
}

.list-item3 {
    display: flex;
    flex-basis: 100%; /* Two items per row, change to 33.33% for three items per row, and so on */
    padding: 10px;
    box-sizing: border-box;
    width:100%;
    padding:0;
    margin:0;
    margin-top:30px;
}

.thumbnail {
    flex: 0 0 150px;
    margin-right: 10px;
    height:150px;
    width:150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.thumbnail img {
    max-width: 100%;
    height: auto;
}

.details {
    flex: 1;
    position:relative;
}

.details h5{
    font-size:1.2rem;
}

.details p{
    font-size: 1rem;
}

.list-item3 .details .tags{
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    position: relative;
    bottom: 0;
    white-space: nowrap;
    row-gap: 5px;
}

.tags{
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    position: relative;
    bottom: 0;
    white-space: nowrap;
    row-gap: 5px;
}

/*.tags-filter {*/
/*    display: inline-grid;*/
/*}*/

/* .tags-filter{
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    position: relative;
    bottom: 0;
    white-space: nowrap;
    row-gap: 5px;
    column-gap: 10px;
}

.tags-filter input[type=checkbox]{
    float:right;
    width: 12px;
    height: 12px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
}
.tags-filter input[type='checkbox']:checked:before{
    content:'\2713'; background:blue; width:100%; height:100%; top:0;
   left:0;
    display:flex; align-items:center; justify-content:center; color:white; font-weight:bold; } */

.tags .tag{
    color:#f0f0f0;
    background-color: #000;
    padding:3px;
    margin-right: 5px;
    font-size:12px;
}

.tag a{
    color:inherit;
    text-decoration: none;
}

.details .tags{
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    row-gap: 5px;
}

.details .tags a, .details .tags a:hover{
    color:#f0f0f0;
    background-color: #000;
    padding:3px;
    margin-right: 5px;
    font-size:12px;
}

.tag a, .tag a:hover{
    color:#fff;
}
/* end list style article */

/* pagination */
#paginationContainer{
    width:100%;
}

.pagination{
    margin: 20px auto;
    width: fit-content;
}

.pagination .current{
    padding: 4px 10px; 
    color: #000;
    /*color:#0d6efd;*/
    font-weight:900;
    font-size:15px;
    line-height: 25px;
    margin: 1px 0px 9px 6px;
    display: block;
    text-decoration: none;
    float: left;
    text-align: center;
    /*background-color: #FFF;*/
    /*border: 1px solid #0d6efd;*/
    background-color: transparent;
    /*border: 1px solid transparent;*/
    border: none;
}

.pagination .page-numbers{
    padding: 4px 10px; 
    /*color:#FFF;*/
    color: #000;
    margin: 1px 0px 9px 6px;
    display: block;
    text-decoration: none;
    float: left;
    text-align: center;
    /*background-color: #0d6efd;*/
    /*border: 1px solid #0d6efd;*/
    background-color: transparent;
    border: none;
}


/* owl carousel */
.owl-nav {
    /* top: calc(25% - 30px); */
    top: 0;
    left: -3%;
    width: 105.9%;
    height: 0;
    /* margin: 0 auto; */
    padding: 0 42px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    vertical-align: middle;
    z-index: 12!important;
    position: absolute;
}
.owl-prev{
    height: 332px;
    width: 50px;
    margin-left: -10px;
}

.owl-next{
    height: 332px;
    width: 50px;
    margin-right: -10px;
}
.owl-carousel .owl-stage-outer {
    z-index:11;
}

/* .owl-nav{
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    vertical-align: middle;
    z-index: 200!important;
    position: absolute;
} */

button{
    border:0;
    border-radius:0;
}

button.owl-prev, button.owl-next{
    background: rgba(255,255,255,0.4)!important;
    border:none!important;
    border-radius: 0!important;
    opacity:0;
    transition: all .3s ease;
}

button.owl-prev:active, button.owl-next:active{
    background: rgba(255,255,255,0.4)!important;
    border:none!important;
    border-radius: 0!important;
}

button.owl-prev:focus, button.owl-next:focus{
    background: rgba(255,255,255,0.4)!important;
    border:none!important;
    border-radius: 0!important;
}

button.owl-prev:hover, button.owl-next:hover{
    background: rgba(255,255,255,0.4)!important;
    border:none!important;
    border-radius: 0!important;
    opacity:1;
    transition: all .3s ease;
    outline: none;
}



.fa-angle-left, .fa-angle-right{
    font-size:60px!important;
    color:#000;
    padding: 0 5px;
}

.note-float-left{
    margin-right:15px;
}

.note-float-right{
    margin-left:15px;
}

.article{
    font-size:1.2rem;
}

.article span[style="font-size: 0.875rem;"] {
    font-size: inherit !important;
}

.article b {
    font-size: inherit !important;
}

.article a {
    font-size: inherit !important;
}

.article img{
    display: block;
    max-width:100%;
    clear: both;
}

.article p{
    font-size:1.2rem;
}

.article p b{
    font-size:1.2rem;
}

.article ul {
    font-size: 1.2rem;
    list-style:none;
}

.article h5{
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8rem;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}

.owl-carousel .owl-item.active{
    opacity:1;
    
}


.owl-carousel .owl-item{
    opacity:1;
    transition: all 0.3s;
    
}




.owl-carousel .owl-item.active .item {
  width: 100%; /* Make the active item wider */
}

.owl-carousel .owl-item.active + .owl-item .item,
.owl-carousel .owl-item .item + .owl-item.active .item {
  width: 90%; /* Show 10% width of previous and next items */
}

/* zoom in out */
/* Define a base style for links */
.zoom-link {
    display: inline-block;
    text-decoration: none;
    transition: transform 0.3s ease; /* Add a smooth transition for the transform property */
}

/* Define the hover animation */
.zoom-link:hover {
    transform: scale(1.1); /* Zoom in by 10% on hover */
}


/* opencall design */
.opencall{
    background:#FFA500!important;
    border:6px solid #FFA500;
    color:#fff!important;
}

.notopencall{
    background:#fff!important;
    border:0px solid #fff;
    color:#000!important;
}

.notopencall .info-news{
    padding-left:15px!important;
}

.opencall_tag{
    background: #FFA500;
    color:#fff;
    padding: 5px;
    position:absolute;
    top:5px;
    left:5px;
}

.open-call .info-news{
    padding-left:15px!important;
}

.grid-container2{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    justify-content: center;
    margin: 0px;
    padding:0;
}

.grid-item2{
    height:300px;
    /*width:215px!important;*/
    width:auto;
}

.synm-flex{
    display:flex;
    flex-direction: row;
    align-items: flex-end;
    align-content: flex-end;
    position:absolute;
    height:90%;
    width:100%;
}

.synm-info{
    width:70%;
    padding-left:5px;
}

/* .synm-tag{
    width: 30%;
    position: relative;
    bottom: 10px;
    margin-top: -30px;
    padding-left: 5px;
} */

.synm-tag {
    width: fit-content;
    position: absolute;
    background: aquamarine;
    top: 10px;
    padding: 3px 10px;
    border-radius: 5px;
    /* margin-top: -30px; */
    /* padding-left: 35px; */
    transition: all 0.3s ease-in-out;
}

.synm-tag span {
    opacity:1;
    transition: all 0.3s ease-in-out;
}

.funding1{
    width:100%; 
    height:0;
    padding-bottom:100%; 
    border-radius:50%;  
    background-size:100%; 
    background-position:center center; 
    position:relative;
    margin:0 auto;
    transition: all 0.3s ease-in-out;
}

.subtitle{
    opacity:0;
    transition: all 0.3s ease-in-out;
}

p.subtitle{
    line-height: 16px;
}

.grid-item2:hover .funding1{
    width:70%; 
    height:0;
    padding-bottom:70%; 
    border-radius:50%;  
    background-size: 200%;  
    background-position:center center; 
    margin:0 auto;
    transition: all 0.3s ease-in-out;
}

.grid-item2:hover .subtitle{
    opacity: 1;
}
.grid-item2:hover .synm-tag span{
    opacity:0;
    overflow:hidden;
    width:20px;
}
.grid-item2:hover .synm-tag{
    width: 20px;
    height: 20px;
    position: absolute;
    white-space:wrape;
    background: aquamarine;
    top: 10px;
    left:20px;
    border-radius: 50%;
    /* margin-top: -30px; */
    /* padding-left: 35px; */
}
.synm-info h5{
    font-size:16px;
}

.synm-tool{
    text-align: right;
    font-weight:bold;
    color:000;
    padding-right:0;
    padding-top:15px;    

}

.synm-tool-link{
    color:#000;
    white-space:nowrap;
    margin-right:5px;
    margin-top:-20px!important;
}

.minus10{
    margin-top:-10px;
}

.lessbottompad{
    padding-bottom:10px!important;
}

.marginless{
    background:none!important;
    color:#fff!important;
    /* margin-top: -16px;
    margin-bottom: 16px; */
}

span{
    font-size:12px;
    line-height: 12px;
}

/* footer */
/* footer area */
footer{
    background: rgb(33,37,41);
    position: relative;
}

.footer {
    padding: 24px 15px 14px 15px;
    transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    font-size: calc(0.875rem - 0.05rem);
    font-family: "Rubik", sans-serif;
    font-weight: 400; 
    margin:0;
    display:flex;
}

.footer1, .footer2{
    display: flex;
}



.footer3 img{
    width:100%;
    align-items: center;
}

.footer1 i{
    font-size:2rem;
}

.footer1 h1{
    font-size:24px;
    font-weight:300;
    margin-top:10px;
}

.footer1 h4{
    font-size:14px;
    font-weight:300;
    margin-top:10px;
}

.footer1 h2{
    font-size:20px;
    font-weight:700;
    margin-top:10px;
}

.footer1 .grid i{
    font-size: 1.3rem;
}

.footer2 h5{
    font-weight: 300;
}

.footer2 i, .footer2 span{
    font-size:1.8rem;
}

.footer2 p{
    line-height:1rem;
    font-weight: 300;
}

.footerdflex{
    display:flex !important;
    margin:0 auto !important;
    height: fit-content;
}

.footerdflex2{
    display:flex !important;
    margin:0 auto !important;
}

.footerlogo{
    margin:0px;
    width:70%;
    align-items: center;
    vertical-align: middle;
}

.footerlogo img{
    padding:0;
}

.footerlogo2{
    margin:45px;
    vertical-align: middle;
}

.flfirst{
    width:60%;
    display: flex;
}
.flsecond{
    width:25%;
}

.left{
    float:left;
}

.right{
    float:right;
}

.footerlogo2 img{
    height:80px;
    width: auto;
}

.eutext{
    color:white;
    font-size:9px; 
    font-weight:300;
    margin-top:10px;
    overflow: hidden;
    opacity: 0;
}

#filterFooter{
    display:none;
}

.filterTitle{
    margin-bottom:30px;
}

.pad-0{
    padding:0!important;
}

@media only screen and (max-width:768px){
    #header {
        margin: 0 auto;
        text-align: center;
        padding: 0px 0px 15px 0px;
        height: 80px;
    }
    
    .newslist .col-height{
        min-width: 40vw;
    }
    /* nav icon */
    .article{
        padding:15px!important;
    }
    
    .article ul {
        font-size: 1.2rem;
        list-style:none;
    }
    
    .navbar-dark .navbar-toggler-icon {
        background-image: url("../img/burger-menu-svgrepo-com.svg")!important;
        width:35px;
        height:35px;
    }

    .logo1{
        display:none;
    }
    .logo {
        margin: 0 auto;
        display: flex;
        width: 100%;
        align-items: center;
        padding: 0px;
        justify-content: flex-end;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: center;
        padding-top: 10px;
    }
    
    .logo img{
        height:60px!important;
    }
    #scrolledmenu{
        display:none!important;
        width:0;
        height:0;
    }
    
    header.shrink{
        height:95px!important;
    }
    
    header.shrink .button_container {
    top:30px;
    }
    /* #filterTitle{
        border:0;
    } */

    #filterFooter {
        width: 100px;
        height: 40px;
        position: fixed;
        right: 15px;
        bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index:100;
    }
    .center {
        width: 100px;
        height: 40px;
        position: absolute;
    }
    
    .filterbtn {
        width: 100px;
        height: 40px;
        cursor: pointer;
        background: #0055ff;
        border: 0px solid #91C9FF;
        outline: none;

        border-radius: 25px;
        transition: 1s ease-in-out;
    }
    
    svg {
        position: absolute;
        left: 0;
        top: 0;
        fill: none;
        stroke: #fff;
        stroke-dasharray: 150 480;
        stroke-dashoffset: 150;
        transition: 1s ease-in-out;
    }
    
    .filterbtn:hover {
        transition: 1s ease-in-out;
        background: #4F95DA;
    }
    
    .filterbtn:hover svg {
        stroke-dashoffset: -480;
    }
    
    .filterbtn span {
        color: white;
        font-size: 18px;
        font-weight: 100;
    }

    .inputFilterDiv2 {
        display: flex;
        position: relative;
        margin-bottom: 10px;
        cursor: pointer;
        font-size: 1rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        width: 100%;
      }
      
      /* Hide the browser's default checkbox */
      .inputFilterDiv2 input[type=checkbox]{
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 15px;
        width: 15px;
        z-index: 3;
      }

    .checkmark {
        position: relative;
        top: 0;
        right: 0;
        height: 15px;
        width: 15px;
        background-color: #eee;
        border:1px solid darkgray;
        overflow: hidden;
      }
      
      /* On mouse-over, add a grey background color */
      .inputFilterDiv2:hover input[type=checkbox] ~ .checkmark {
        background-color: #ccc;
      }
      
      /* When the checkbox is checked, add a blue background */
      .inputFilterDiv2 input[type=checkbox]:checked ~ .checkmark {
        background-color: lightgray;
      }
      
      /* Create the checkmark/indicator (hidden when not checked) */
      .checkmark:after {
        content: "";
        position: absolute;
        display: none;
      }
      
      /* Show the checkmark when checked */
      .inputFilterDiv2 input[type=checkbox]:checked ~ .checkmark:after {
        display: block;
      }
      
      /* Style the checkmark/indicator */
      .inputFilterDiv2 .checkmark:after {
        right: 0px;
        bottom: 1px;
        width: 9px;
        height: 20px;
        border: solid #000;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
      }
      .inputFilterDiv2:hover input[type=checkbox] ~ .sidelabel {
        color:#FFF;
      }
      .inputFilterDiv2 input[type=checkbox]:checked ~ .sidelabel{
        color:#FFF;
      }

    .mySidenavInner{
        height:calc(100vh - 100px);
        overflow-y: scroll;
    }
    
    .mySidenavInner::-webkit-scrollbar{
        display:none;
    }

    #sectorHasDropdown, #actionHasDropdown, #countriesHasDropdown, #themesHasDropdown{
        font-size:2rem;
        width:100%;
        margin-bottom:0;
    }

    #dropdownSector, #dropdownAction, #dropdownCountries, #dropdownThemes{
        display:none;
    }

    #dropdownSector.is-visible, #dropdownAction.is-visible, #dropdownCountries.is-visible, #dropdownThemes.is-visible{
        display:block;
        width:100%;
    }
    /* .caret{
        height: 0;
        width: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #FFF;
        border-top: 10px solid transparent;
        position: relative;
        top: 0px;
        float:right;
        transition: all 0.2s ease;
    }
    #sectorHasDropdown.is-active .caret, #actionHasDropdown.is-active .caret, 
    #countriesHasDropdown.is-active .caret, #themesHasDropdown.is-active .caret{
        top: 5px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        border-bottom: 10px solid transparent;
        transition: all 0.2s ease;
    }  */

    .caret{
        position: relative;
        bottom:3px;
        border: solid white;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 6px;
        margin-left:15px;
        transform:scaleY(1) rotate(45deg);
        -webkit-transform:scaleY(1) rotate(45deg);
        transition: all 0.2s ease;
    }
    #sectorHasDropdown.is-active .caret, #actionHasDropdown.is-active .caret, 
    #countriesHasDropdown.is-active .caret, #themesHasDropdown.is-active .caret{
        position: relative;
        bottom:-6px;
        transform: scaleY(-1) rotate(45deg);
        -webkit-transform: scaleY(-1) rotate(45deg);
        transition: all 0.2s ease;
    } 

    .labelDescription{
        color: darkgray;
        text-transform: uppercase;
        font-size: 0.9rem;
        margin-bottom: 19px;
        margin-top: 15px;
    }
    /* footer */
    .footer, .footer1, .footer2{

        display: block;

    }
    
    .dflex{
        display:block;
    }

    .footer3 img{
        width:100%;
    }

    .articledflex{
        display:grid !important; 
        grid-template-columns:repeat(1, 1fr) !important;
    }

    .footer1{
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .footerdflex{
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        align-content: center;
        justify-content: center;
        align-items: center;
        justify-items: center;
    }

    .footerdflex2{
        display:grid !important; grid-template-columns:repeat(1, 1fr) !important;     
    }
    
    /*.footerlogo{*/
    /*    width: auto;*/
    /*    margin:5%; */
    /*}*/
    .footerlogo {
        width: auto;
        margin: 0;
        padding: 0 15%;
    }
    
    .footerlogo img{
        width:100%;
        padding:0!important;
        margin:0!important;
    }

    .eutext{
        color:white;
        font-size:14px; 
        font-weight:300;
        margin-top:10px;
        opacity: 1!important;
        white-space: pre-line;
        float:left;
    }

    .footerlogo2{
        width: 100%;
        margin:20%; 
    }
    
    .footerlogo2 img{
        padding:0;
        height:fit-content;
    }

    .flfirst{
        width:100%;
    }

    .flsecond{
        width:80%;
    }
    /* end footer */

    .wrapper {
        display:block;
        width:100%;
        height:100%;
    }
    
    .item1{
        display: block;
        width:100%;
        height:fit-content;
        
    }
    .item2{
        display: block;
        width:100%;
        
    }

    .item3{
        display:block;
    }
    .newsbtn{
        display:none!important;
    }
    
    .newslist {
        display: flex;
        width: 100%;
        overflow-x: scroll;
        /* grid-template-columns: repeat(2, 1fr)!important; */
        grid-gap: 5px;
        padding-left: 10px;
        padding-right: 10px;
        flex-direction: row;
        /* align-content: flex-start; */
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 1px;
    }

    .bg-image-news {
        /*width: 50vw;*/
        width:auto;
        height: 0;
        padding-top: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .wrapper-two {
        display:block;
        width:100%;
        height:100%;
    }

    .wrapper-two-small-style {
        display:block;
        width:100%;
        height:100%;
    }

    .item-two1{
        display: block;
        width:100%;
        height:fit-content;
    }
    .item-two2{
        display: grid;
        /* overflow-y: scroll; */
        width:100%;
        height:auto;
        /* max-height:350px; */
        overflow-x:hidden;
    }
    
    .bouncing-text {
        font-size:1.6rem;
        color:#fff;
        padding:5px;
    }

    .wrapper-three{
        display:block;
        width:100%;
        height:100%;
        margin-bottom:-60px;
    }

    .item-three1{
        display: block;
        width:100%;
        height:fit-content;
    }
    .item-three2{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        width:100%;
        grid-gap:10px;
        padding-left:10px;
        padding-right:10px;
    }
    
    .grid-scroll{
        grid-template-columns: repeat(2,1fr);
    }

    .list-grid {
        width: 47vw;
        height: 50%; /* You can adjust the height of each image */
        
    }

    .first-section{
        height:auto;
    }

    .info2{
        z-index:2;width:100%;background:transparent; color:#000!important;
        margin-top:15px;
        /* padding: 0 30px 0 0px; */
        padding:15px;
    
    }
    
    .info2 p{
        margin-top:10px;
    }
    
    .info2-grid{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .info{
        margin-top: 5px;
        /* padding: 0 30px 0 0px; */
        padding: 5px;
    }
    
    .info p{
        margin-top:10px;
    }

    .mobilehide{
        display:none!important;
    }

    .half-height{
        height:auto;
    }

    .navbar-dark{
        display:none!important;
    }

    header.shrink .logo img {
        height: 60px;
        opacity:1;
    }

    

    header.shrink .button_container span {
        background:#000;
    }

    /* .owl-nav {
        top: calc(25% - 30px);
        top: 32%;
        width: 100vw;
        margin: 7;
        padding: 0 42px;
        display: flex;
        justify-content: space-between;
        align-content: center;
        vertical-align: middle;
        z-index: 200!important;
        position: absolute;
        left:0;
    } */

    .owl-nav {
        display:none;
    }

    .owl-prev {
        height: 332px;
        width: 26px;
        margin-left: -6px;
        opacity: 0.8;
    }

    .owl-next {
        height: 332px;
        width: 26px;
        margin-right: -6px;
        opacity: 0.8;
    }

    .owl-carousel .owl-stage-outer {
        z-index:11;
    }

    .info-inside-theme{
        padding-left:10px;
    }

    .filter-tool{
        display:block;
    }

    .list-item, .list-item3{
        display: block;
        width:100%;
    }

    .details{
        height:auto;
        position:relative;
        padding-top:10px;
    }

    .details .tags{
        display:flex;
        position:relative;
    }

    .thumbnail {
        flex: 0 0 150px;
        margin-right: 10px;
        height: 1;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding-bottom: 100%;
    }
    
    .home-component{
        padding-left:10px;
        padding-right:10px;
    }

    .main-component{
        padding-bottom:0px!important;
    }

    .grid-container2{
        width:100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        justify-content: center;
        margin: 0px;
        overflow-x:hidden;
    }

    .lessbottompad{
        height:480px;
    }

    .second-section .marginless{
        line-height:50px;
    }

    .grid-item2{
        width:auto!important;
        height:auto!important;
    }

    .grid-item2:hover .synm-tag {
        left:5px;
    }

    

    .synm-info{
        width:95%;
    }

    .synm-info h5{
        font-weight:400!important;
        font-family: 'n27regular', sans-serif;
        line-height: 14px;
        font-size:14px;
    }

    .my_div{
        width:40vw!important;
        height:fit-content;
        margin:2px;
    }

    .info-news h5{
        font-weight:400!important;
        font-family: 'n27regular', sans-serif;
        line-height: 14px!important;
        font-size:14px;
    }

    .info-news {
        height: 80px;
        max-height: 80px;
        padding: 10px 5px 5px 5px;
        overflow: hidden;
    }

    .nopadm{
        padding-left:0!important;
        padding-right:0!important;
    }

    .autom{
        margin:0 auto;
    }
    
    .padm{
        padding-left:10px;
        padding-right:10px;
    }
    
    .main-component-article{
        height:0; padding-top:100%;
    }
    
    /* .owl-item{
        max-width:75vw;
    } */
    .owl-stage-outer{
        width:100vw;
    }
    
    .allmenuelements {
        position: relative;
        width: 100%;
        height: 100%;
        margin-top: 100px;
        top: 0;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        overflow-y: scroll;
    }

    .overlay_full nav {
        position: relative;
        height: 100%;
        top: 0px;
        /* transform: translateY(-50%); */
        font-size: 24px;
        font-family: "Vollkorn", serif;
        font-weight: 400;
        text-align: left;
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100%;
        padding-right: 30px;
    }

    .searchdiv {
        width: 100%;
        position: relative;
        /* min-height: 125px; */
        /* margin-bottom: 100px; */
        left: 0;
        top: 0;
    }

    .contributediv {
        background-color: transparent;
        display: inline-block;
        opacity: 1;
        padding: 10px;
        position: relative;
        text-align: left;
        top: 20px;
        left: -10px;
        z-index: 10;
        overflow: visible;
        height: 900px;
        width: auto;
        padding-right: 50px;
    }

    .search_box {
        background-color: transparent;
        display: inline-block;
        opacity: 1;
        padding: 10px;
        position: relative;
        text-align: left;
        top: 0px;
        left: -10px;
        z-index: 10;
    }

    .emptydiv{
        width: 100%;
        position: relative;
        height: 400px;
        /* margin-bottom: 100px; */
        padding-left: 30px;
        top: 0!important;
        left:-10px;
    }

    .navmenu{
        top:0!important;
    }

    .search_box .search_input {
        min-width: 200px;
        width: 200px;
        left: 10px;
        top: 15px;
    }
    
    .search_box #search_option {
        min-width: 250px;
        width: 320px;
    }

    #archiveItems{
        display:grid;
        grid-template-columns: repeat(1,1fr)!important;
        grid-gap: 10px;
        margin-top:15px;
    }

    .overlay_full nav.overlay-menu-full-2 {
        margin-top:30px;
        top:0;
    }

    #contribute{
        left:0px;
    }

    .searchdivinner {
        position: relative;
        top: 0px!important;
        height: auto!important;
        overflow-y: visible;
    }

    .sidelabel{
        display: inline-flex;
        white-space: pre-wrap;
        vertical-align: middle;
        line-height: normal;
        width: calc(100% - 20px);
        font-size: 0.9rem;
        align-content: center;
        align-items: center;
        margin-bottom: 0;
        color: #FFF;
        transition: color 0.2s ease-in-out;
    }

    .theme .sectionname {
        margin-left: -10px;
        margin-top:2px;
    }

    .mapAds {
        width: 100%;
        height: 0;
        padding-bottom: 25%;
        background: #000;
        background-size:cover;
        color: #fff;
        position: relative;
        top: 0px;
        left: 0;
        z-index: 5;
        margin-bottom: 10px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    
    .gridfooter2{
        width:100%!important;
        display: grid;
        grid-template-columns: repeat(2, 1fr)!important;
        column-gap: 10px;
        justify-items: center;
        align-items:end;
    }
    
    .footerlogo2{
        width:100%;
        margin:0!important; 
    }
    
    .mobile-first{
        order:1!important;
    }

    .mobile-second{
        order: 2!important;
    }
}


/* scrolling news  */
#hold_divs {
    display: flex; 
    /* white-space: nowrap; */
    overflow:initial;
    /* overflow-y: hidden; */
    width:1140px;
    margin:0 auto;
    height:fit-content;
    /* max-height: 350px; */
    padding-bottom:50px;
    position: relative;
}

#hold_divs::-webkit-scrollbar{
    display: none;
}

.my_div{
    width:calc((1140px/5) - 4px)!important;
    height:fit-content;
    margin:2px;
}

#icon_right {
    right: 0;
    top:0; 
    cursor: pointer;  
    /* margin-top: -200px;  */
    position: absolute; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    align-content: center;
    align-items: center;
}
#icon_left {
    left: 0;
    top:0; 
    cursor: pointer;  
    /* margin-top: -200px;  */
    position: absolute; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    align-content: center;
    align-items: center;
}
/* .transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    padding:5px;
    
}
.my_div {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    cursor: pointer; 
} */


/*menu*/
.menu-item.has-dropdown-two{
    /*margin-top:30px;*/
    cursor: pointer;
    font-weight:700;
}

.has-dropdown-two > .menu-link {
    display: block;
}
  
.has-dropdown-two.is-active > .nav-dropdown-two {
    display: block;
}
  
.nav-dropdown-two {
    display: none;
    opacity:0;
    position: relative;
}

.nav-dropdown-two.menu{
    display:none;
    opacity:0
}

.nav-dropdown-two.menu.is-visible{
    display: block;
    opacity: 1;
    height: fit-content;
    margin-left: 30px;
    margin-top:10px;
    /* flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start; */
}


/* secondlevel dorpdown */
.menu-item.has-dropdown-three{
    margin-top:5px;
    cursor: pointer;
    font-weight:400;
}

.has-dropdown-three > .menu-link {
    display: block;
}
  
.has-dropdown-three.is-active2 > .nav-dropdown-three {
    display: block;
}
  
.nav-dropdown-three {
    display: none;
    position: relative;
}

.nav-dropdown-three.menu{
    display:none;
}

.nav-dropdown-three.menu.is-visible2{
    display: block;
    height: fit-content;
    margin-left:30px;
    margin-top:10px;
    /* flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start; */
}

#archiveItems{
    display:grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
    margin-top:15px;
}

.holderDiv{
    width:100%;height:100%;overflow:hidden;display:block;position:relative;
}

.list-item-block{
    position:relative;
    display:block;
    width:100%;
    height:0;
    padding-bottom:100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: transform .3s ease-in-out;
}

.holderDiv:hover .list-item-block{
    transform: scale(1.2);
}

.overlay {
    background: rgb(0,0,0,0);
    width: 100%;
    position: absolute;
    padding: 5px;
    bottom: 0;
    z-index: 3;
}

.tags-block {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    position: relative;
    white-space: pre-wrap;
    row-gap: 5px;
}

span.tags-block-details{
    color: #f0f0f0;
    background-color: #000;
    padding: 3px;
    margin-right: 5px;
    font-size: 12px;
}

.second-line span{
    background-color: #0055ff;
    padding: 0px 5px;
    -webkit-box-shadow: 1px 0px 0px #0055ff, -1px 0px 0px #0055ff;
    box-shadow: 1px 0px 0px #0055ff, -1px 0px 0px #0055ff;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    box-decoration-break: clone;
    color:#fff;
    font-size:18px;
    font-weight:700;
    line-height: 10px;
}

.second-line h5{
    color:#fff;
}

#searchForm{
    display:flex;
    flex-direction:row;
    width:80%;
}

button:focus {
    outline: 0px!important;
}

.searchdivinner {
    position:relative;
    top:100px;
    height:50vh;
    overflow-y: scroll;
}
.overlay_full .searchdivinner::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	background-color: #fff;
}

.overlay_full .searchdivinner::-webkit-scrollbar
{
	width: 5px;
	background-color: #fff;
    position:relative;
}

.overlay_full .searchdivinner::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #000;
}


.overlay_full .contributediv::-webkit-scrollbar
{
	display:none;
}

.dropdown-content {
    display: none;
    position: absolute;
    right:10px;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.usersprofile:hover .dropdown-content {
    display: block;
}

.usersprofile:hover .dropbtn {
    background-color: #3e8e41;
}

#map { 
    /*height: calc(100vh - 110px); */
    height: 500px;
    width: 100%;
    filter:saturate(200%);
}

#circle{
    display: flex;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    top: calc(50% - 75px);
    left: 0;
    /*background:#0055ff;    */
    align-content: center;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.showbig{
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.showsmall{
    transform: scale(0.8);
    transition: all 0.3s ease-in-out;
}

.showflag{
    background-image: url(https://creativesunite.eu/images/logos/ukraineflag.svg);
    background-position: center;
    background-size:cover;
    
}

.removeflag{
    background:#ffca2c;
}

.removeflag2{
    background:#0055ff;
}

#texteu1{
    color:#fff;
    opacity:1;
    transition: all 0.3s ease-in-out;
}

#circle2{
    display: flex;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    top: calc(50% - 75px);
    left: 5px;
    align-content: center;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

#texteu2{
    color:#fff;
    opacity:1;
    transition: opacity 0.3s ease-in-out;
}

/* .circle:hover{
    animation: grow 0.3s ease-in forwards;
}

.circle:hover #texteu{
    opacity:1;
}

@keyframes grow {
    0% {
      transform: scale(0.5);
    }
    100% {
      transform: scale(1);
    }
} */

#chartDiv{
    width:500px;
    height:300px
}

/* animation */
.slidedown{
    -webkit-animation: slide-down 0.2s cubic-bezier(0.65, 0, 0.35, 1) both;
    animation: slide-down 0.2s cubic-bezier(0.65, 0, 0.35, 1) both;
}

.slideup{
    -webkit-animation: slide-up 0.75s cubic-bezier(0.65, 0, 0.35, 1) both;
    animation: slide-up 0.75s cubic-bezier(0.65, 0, 0.35, 1) both;
}

#logo1, #logo2, #logo3, #logo4,#set1, #logo5, #logo6, #logo7, #logo8, #set2, #logo10, #logo11, #logo12{
    opacity:0;
}
  
@-webkit-keyframes slide-up {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
}


@keyframes slide-up {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
}

@-webkit-keyframes slide-down {
    0% {
      transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
}
  
@keyframes slide-down {
    0% {
      transform: translateY(-50px);
      opacity:0;
    }
    100% {
      transform: translateY(0);
      opacity:1;
    }
}


@media (min-width:768px) and (max-width:991.98px){
    #header {
        margin: 0 auto;
        text-align: center;
        padding: 0px 0px 15px 0px;
        height: 80px;
    }
    
    .newslist .col-height{
        min-width: 40vw;
    }
    /* nav icon */
    .article{
        padding:15px!important;
    }
    
    .article ul {
        font-size: 1.2rem;
        list-style:none;
    }
    
    .navbar-dark .navbar-toggler-icon {
        background-image: url("../img/burger-menu-svgrepo-com.svg")!important;
        width:35px;
        height:35px;
    }

    .logo1{
        display:none;
    }
    .logo {
        margin: 0 auto;
        display: flex;
        width: 100%;
        align-items: center;
        padding: 0px;
        justify-content: flex-end;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: center;
        padding-top: 10px;
    }
    
    .logo img{
        height:60px!important;
    }
    #scrolledmenu{
        display:none!important;
        width:0;
        height:0;
    }
    
    header.shrink{
        height:95px!important;
    }
    
    header.shrink .button_container {
    top:30px;
    }
    /* #filterTitle{
        border:0;
    } */

    #filterFooter {
        width: 100px;
        height: 40px;
        position: fixed;
        right: 15px;
        bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index:100;
    }
    .center {
        width: 100px;
        height: 40px;
        position: absolute;
    }
    
    .filterbtn {
        width: 100px;
        height: 40px;
        cursor: pointer;
        background: #0055ff;
        border: 0px solid #91C9FF;
        outline: none;

        border-radius: 25px;
        transition: 1s ease-in-out;
    }
    
    svg {
        position: absolute;
        left: 0;
        top: 0;
        fill: none;
        stroke: #fff;
        stroke-dasharray: 150 480;
        stroke-dashoffset: 150;
        transition: 1s ease-in-out;
    }
    
    .filterbtn:hover {
        transition: 1s ease-in-out;
        background: #4F95DA;
    }
    
    .filterbtn:hover svg {
        stroke-dashoffset: -480;
    }
    
    .filterbtn span {
        color: white;
        font-size: 18px;
        font-weight: 100;
    }

    .inputFilterDiv2 {
        display: flex;
        position: relative;
        margin-bottom: 10px;
        cursor: pointer;
        font-size: 1rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        width: 100%;
      }
      
      /* Hide the browser's default checkbox */
      .inputFilterDiv2 input[type=checkbox]{
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 15px;
        width: 15px;
        z-index: 3;
      }

    .checkmark {
        position: relative;
        top: 0;
        right: 0;
        height: 15px;
        width: 15px;
        background-color: #eee;
        border:1px solid darkgray;
        overflow: hidden;
      }
      
      /* On mouse-over, add a grey background color */
      .inputFilterDiv2:hover input[type=checkbox] ~ .checkmark {
        background-color: #ccc;
      }
      
      /* When the checkbox is checked, add a blue background */
      .inputFilterDiv2 input[type=checkbox]:checked ~ .checkmark {
        background-color: lightgray;
      }
      
      /* Create the checkmark/indicator (hidden when not checked) */
      .checkmark:after {
        content: "";
        position: absolute;
        display: none;
      }
      
      /* Show the checkmark when checked */
      .inputFilterDiv2 input[type=checkbox]:checked ~ .checkmark:after {
        display: block;
      }
      
      /* Style the checkmark/indicator */
      .inputFilterDiv2 .checkmark:after {
        right: 0px;
        bottom: 1px;
        width: 9px;
        height: 20px;
        border: solid #000;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
      }
      .inputFilterDiv2:hover input[type=checkbox] ~ .sidelabel {
        color:#FFF;
      }
      .inputFilterDiv2 input[type=checkbox]:checked ~ .sidelabel{
        color:#FFF;
      }

    .mySidenavInner{
        height:calc(100vh - 100px);
        overflow-y: scroll;
    }
    
    .mySidenavInner::-webkit-scrollbar{
        display:none;
    }

    #sectorHasDropdown, #actionHasDropdown, #countriesHasDropdown, #themesHasDropdown{
        font-size:2rem;
        width:100%;
        margin-bottom:0;
    }

    #dropdownSector, #dropdownAction, #dropdownCountries, #dropdownThemes{
        display:none;
    }

    #dropdownSector.is-visible, #dropdownAction.is-visible, #dropdownCountries.is-visible, #dropdownThemes.is-visible{
        display:block;
        width:100%;
    }
    /* .caret{
        height: 0;
        width: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #FFF;
        border-top: 10px solid transparent;
        position: relative;
        top: 0px;
        float:right;
        transition: all 0.2s ease;
    }
    #sectorHasDropdown.is-active .caret, #actionHasDropdown.is-active .caret, 
    #countriesHasDropdown.is-active .caret, #themesHasDropdown.is-active .caret{
        top: 5px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        border-bottom: 10px solid transparent;
        transition: all 0.2s ease;
    }  */

    .caret{
        position: relative;
        bottom:3px;
        border: solid white;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 6px;
        margin-left:15px;
        transform:scaleY(1) rotate(45deg);
        -webkit-transform:scaleY(1) rotate(45deg);
        transition: all 0.2s ease;
    }
    #sectorHasDropdown.is-active .caret, #actionHasDropdown.is-active .caret, 
    #countriesHasDropdown.is-active .caret, #themesHasDropdown.is-active .caret{
        position: relative;
        bottom:-6px;
        transform: scaleY(-1) rotate(45deg);
        -webkit-transform: scaleY(-1) rotate(45deg);
        transition: all 0.2s ease;
    } 

    .labelDescription{
        color: darkgray;
        text-transform: uppercase;
        font-size: 0.9rem;
        margin-bottom: 19px;
        margin-top: 15px;
    }
    /* footer */
    .footer, .footer1, .footer2{

        display: block;

    }
    
    .dflex{
        display:block;
    }

    .footer1{
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer3 img{
        width:100%;
    }

    .articledflex{
        display:grid !important; 
        grid-template-columns:repeat(1, 1fr) !important;
    }
    
    .footerdflex{
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        align-content: center;
        justify-content: center;
        align-items: center;
        justify-items: center;
    }

    .footerdflex2{
        display:grid !important; grid-template-columns:repeat(1, 1fr) !important;     
    }
    
    /*.footerlogo{*/
    /*    width: auto;*/
    /*    margin:5%; */
    /*}*/
    .footerlogo {
        width: auto;
        margin: 0;
        padding: 0 15%;
    }
    
    .footerlogo img{
        width:100%;
        padding:0!important;
        margin:0!important;
    }

    .eutext{
        color:white;
        font-size:14px; 
        font-weight:300;
        margin-top:10px;
        opacity: 1!important;
        white-space: pre-line;
        float:left;
    }

    .footerlogo2{
        width: 100%;
        margin:20%; 
    }
    
    .footerlogo2 img{
        padding:0;
        height:fit-content;
    }

    .flfirst{
        width:100%;
    }

    .flsecond{
        width:80%;
    }
    /* end footer */

    .wrapper {
        display:block;
        width:100%;
        height:100%;
    }
    
    .item1{
        display: block;
        width:100%;
        height:fit-content;
        
    }
    .item2{
        display: block;
        width:100%;
        height:fit-content;
    }

    .button_container{
        top:35px;
    }

    .item3{
        display:block;
    }
    .newsbtn{
        display:none!important;
    }
    
    .newslist {
        display: flex;
        width: 100%;
        overflow-x: scroll;
        /* grid-template-columns: repeat(2, 1fr)!important; */
        grid-gap: 5px;
        padding-left: 10px;
        padding-right: 10px;
        flex-direction: row;
        /* align-content: flex-start; */
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 1px;
    }

    .bg-image-news {
        /*width: 50vw;*/
        width:auto;
        height: 0;
        padding-top: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .wrapper-two {
        display:block;
        width:100%;
        height:100%;
    }

    .wrapper-two-small-style {
        display:block;
        width:100%;
        height:100%;
    }

    .item-two1{
        display: block;
        width:100%;
        height:fit-content;
    }
    .item-two2{
        display: grid;
        /* overflow-y: scroll; */
        width:100%;
        height:auto;
        /* max-height:350px; */
        overflow-x:hidden;
    }
    
    .bouncing-text {
        font-size:1.6rem;
        color:#fff;
        padding:5px;
    }

    .wrapper-three{
        display:block;
        width:100%;
        height:100%;
        margin-bottom:-60px;
    }

    .item-three1{
        display: block;
        width:100%;
        height:fit-content;
    }
    .item-three2{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        width:100%;
        grid-gap:10px;
        padding-left:10px;
        padding-right:10px;
    }
    
    .grid-scroll{
        grid-template-columns: repeat(2,1fr);
    }

    .list-grid {
        width: 47vw;
        height: 50%; /* You can adjust the height of each image */
        
    }

    .first-section{
        height:auto;
    }

    .info2{
        z-index:2;width:100%;background:transparent; color:#000!important;
        margin-top:15px;
        /* padding: 0 30px 0 0px; */
        padding:15px;
    
    }
    
    .info2 p{
        margin-top:10px;
    }

    .info{
        margin-top: 5px;
        /* padding: 0 30px 0 0px; */
        padding: 5px;
    }
    
    .info p{
        margin-top:10px;
    }

    .mobilehide{
        display:none;
    }

    .half-height{
        height:auto;
    }

    .navbar-dark{
        display:none!important;
    }

    header.shrink .logo img {
        height: 60px;
        opacity:1;
    }

    

    header.shrink .button_container span {
        background:#000;
    }

    /* .owl-nav {
        top: calc(25% - 30px);
        top: 32%;
        width: 100vw;
        margin: 7;
        padding: 0 42px;
        display: flex;
        justify-content: space-between;
        align-content: center;
        vertical-align: middle;
        z-index: 200!important;
        position: absolute;
        left:0;
    } */

    .owl-nav {
        display:none;
    }

    .owl-prev {
        height: 332px;
        width: 26px;
        margin-left: -6px;
        opacity: 0.8;
    }

    .owl-next {
        height: 332px;
        width: 26px;
        margin-right: -6px;
        opacity: 0.8;
    }

    .owl-carousel .owl-stage-outer {
        z-index:11;
    }

    .info-inside-theme{
        padding-left:10px;
    }

    .filter-tool{
        display:block;
    }

    .list-item, .list-item3{
        display: block;
        width:100%;
    }

    .details{
        height:auto;
        position:relative;
        padding-top:10px;
    }

    .details .tags{
        display:flex;
        position:relative;
    }

    .thumbnail {
        flex: 0 0 150px;
        margin-right: 10px;
        height: 1;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding-bottom: 100%;
    }
    
    .home-component{
        padding-left:10px;
        padding-right:10px;
    }

    .main-component{
        padding-bottom:0px!important;
    }

    .grid-container2{
        width:100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        justify-content: center;
        margin: 0px;
        overflow-x:hidden;
    }

    .lessbottompad{
        height:680px;
    }

    .second-section .marginless{
        line-height:50px;
    }

    .grid-item2{
        width:auto!important;
        height:auto!important;
    }

    .grid-item2:hover .synm-tag {
        left:5px;
    }

    

    .synm-info{
        width:95%;
    }

    .synm-info h5{
        font-weight:400!important;
        font-family: 'n27regular', sans-serif;
        line-height: 14px;
        font-size:14px;
    }

    .my_div{
        width:40vw!important;
        height:fit-content;
        margin:2px;
    }

    .info-news h5{
        font-weight:400!important;
        font-family: 'n27regular', sans-serif;
        line-height: 14px!important;
        font-size:14px;
    }

    .info-news {
        height: 80px;
        max-height: 80px;
        padding: 10px 5px 5px 5px;
        overflow: hidden;
    }

    .nopadm{
        padding-left:0!important;
        padding-right:0!important;
    }

    .autom{
        margin:0 auto;
    }
    
    .padm{
        padding-left:10px;
        padding-right:10px;
    }
    
    .main-component-article{
        height:0; padding-top:100%;
    }
    
    /* .owl-item{
        max-width:75vw;
    } */
    .owl-stage-outer{
        width:100vw;
    }
    
    .allmenuelements {
        position: relative;
        width: 100%;
        height: 100%;
        margin-top: 100px;
        top: 0;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        overflow-y: scroll;
    }

    .overlay_full nav {
        position: relative;
        height: 100%;
        top: 0px;
        /* transform: translateY(-50%); */
        font-size: 24px;
        font-family: "Vollkorn", serif;
        font-weight: 400;
        text-align: left;
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100%;
        padding-right: 30px;
    }

    .searchdiv {
        width: 100%;
        position: relative;
        /* min-height: 125px; */
        /* margin-bottom: 100px; */
        left: 0;
        top: 0;
    }

    .contributediv {
        background-color: transparent;
        display: inline-block;
        opacity: 1;
        padding: 10px;
        position: relative;
        text-align: left;
        top: 20px;
        left: -10px;
        z-index: 10;
        overflow: visible;
        height: 900px;
        width: auto;
        padding-right: 50px;
    }

    .search_box {
        background-color: transparent;
        display: inline-block;
        opacity: 1;
        padding: 10px;
        position: relative;
        text-align: left;
        top: 0px;
        left: -10px;
        z-index: 10;
    }

    .emptydiv{
        width: 100%;
        position: relative;
        height: 400px;
        /* margin-bottom: 100px; */
        padding-left: 30px;
        top: 0!important;
        left:-10px;
    }

    .navmenu{
        top:0!important;
    }

    .search_box .search_input {
        min-width: 200px;
        width: 200px;
        left: 10px;
        top: 15px;
    }
    
    .search_box #search_option {
        min-width: 250px;
        width: 320px;
    }

    #archiveItems{
        display:grid;
        grid-template-columns: repeat(1,1fr)!important;
        grid-gap: 10px;
        margin-top:15px;
    }

    .overlay_full nav.overlay-menu-full-2 {
        margin-top:30px;
        top:0;
    }

    #contribute{
        left:0px;
    }

    .searchdivinner {
        position: relative;
        top: 0px!important;
        height: auto!important;
        overflow-y: visible;
    }

    .sidelabel{
        display: inline-flex;
        white-space: pre-wrap;
        vertical-align: middle;
        line-height: normal;
        width: calc(100% - 20px);
        font-size: 0.9rem;
        align-content: center;
        align-items: center;
        margin-bottom: 0;
        color: #FFF;
        transition: color 0.2s ease-in-out;
    }

    .theme .sectionname {
        margin-left: -10px;
        margin-top:2px;
    }

    .mapAds {
        width: 100%;
        height: 0;
        padding-bottom: 25%;
        background: #000;
        background-size:cover;
        color: #fff;
        position: relative;
        top: 0px;
        left: 0;
        z-index: 5;
        margin-bottom: 10px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    
    .mobilehide{
        display:none!important;
    }

    .mobile-first{
        order:1!important;
    }

    .mobile-second{
        order: 2!important;
    }
    
}

footer .footersmall{
    margin-bottom:50px;
    color: aquamarine;
}

footer .footersmall a, footer .footersmall a:hover{
    margin-bottom:50px;
    color: aquamarine;
}



footer .footerdescription{
    color:#fff;
    text-decoration: none;
    font-size:1rem;
    font-weight:300!important;
    padding: 0;
    margin: 0;
    line-height: 1rem;
}

footer .footerdescription:hover{
    color:#fff;
    text-decoration: none;
    font-size:1rem;
    font-weight:300!important;
    padding: 0;
    margin: 0;
    line-height: 1rem;
}

footer .footerlinks{
    color:#fff;
    text-decoration: none;
    font-size:1.8rem;
    padding: 0;
    margin: 0;
    line-height: 1.8rem;
}

footer .footerlinks:hover{
    color:#fff;
    text-decoration: none;
    font-size:1.8rem;
    padding: 0;
    margin: 0;
    line-height: 1.8rem;
}

.gridfooter{
    width:70%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    margin-left:-30px;
}

.gridfooter2{
    width:50%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 10px;
    justify-items: center;
}



.pos_cc{
    background-position: center!important;
}

.pos_tl{
    background-position: top left!important;
}

.pos_tr{
    background-position: top right!important;
}

.pos_bl{
    background-position: bottom left!important;
}

.pos_br{
    background-position: bottom right!important;
}