#abovetopbanner {
    overflow: hidden;
}
body.useradmin #abovetopbanner {
    overflow: visible;
}
.firstpagenews {
    max-width: 1280px;
    margin: 0 auto;
}
#contenttop h1, #rightytop h1, #rightyl h1 {
text-align: center;
font-weight: 200;
font-size: 2em;
line-height: 2em;
margin-bottom: 20px;
}
.contactform p, .contactform div.submit {
   text-align: center;
}
.c-textabovetopmenu{
font-weight: 300;
font-size: 0.9em;
line-height: 1em;
}
.c-titlos1{
display: block;
font-weight: 300;
font-size: 1.6em;
lin-height: 1.6em;
text-align: center;
margin-bottom: 7px;
}
.c-titlosmetrics{
display: inline;
text-align: center;
margin-bottom: 5px;
font-weight: 400;
font-size: 1.6em;
line-height: 1em;
color: #0062a8;
}
.c-text3{
text-align: justify;
font-weight: 300;
font-size: 1.2em;
line-height: 1.4em;
}
.c-text4{
text-align: center;
font-weight: 300;
font-size: 1em;
line-height: 1.4em;
}
.c-text5{
text-align: center;
margin-top: 5px;
font-weight: 300;
font-size: 1.2em;
line-height: 1.4em;
}
.c-imageshome{
background-position: 50% 50%;
background-size: cover;
min-height: 400px;
}
.c-imagesstaff{
background-position: 50% 50%;
background-size: cover;
min-height: 600px;
}
.c-skia{
min-height: 400px;
width: 100%;
background-color: rgba(0, 0, 0, 0.4);
}
.c-skia:hover{
min-height: 400px;
width: 100%;
background-color: rgba(0, 0, 0, 0.2);
}
.c-skia2{
min-height: 600px;
width: 100%;
background-color: rgba(0, 0, 0, 0.6);
}
.c-skia2:hover{
min-height: 600px;
width: 100%;
background-color: rgba(0, 0, 0, 0.4);
}
.c-titloscenter{
text-decoration: none;
color: #ffffff;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-weight: 300;
font-size: 1.6em;
line-height: 1.4em;
color: #ffffff;
width: 300px;
}



/* NEW MARQUEE */

.c-maindiv{
padding-top: 20px;
    padding-bottom: 20px;
  overflow: hidden;
    display: flex;
    flex-direction: row;
}

.c-maindiv img {
    width: 110px;
    height: auto;
    max-width: none;
    object-fit: contain;
}

@media (max-width: 990px) {
.c-carousel-pos {
    width: 100%;
    top: 65%;
}
.c-maindiv img {
    width: 100vw;
}
}

/* PARTNERS */

.c-div1 {
  display: inline-block;
  display: flex;
    flex-direction: row;
  animation: marquee 50s linear infinite;

justify-content: flex-start;
}
.c-div2 {
  display: inline-block;
  display: flex;
    flex-direction: row;
  animation: marquee 50s linear infinite;
  animation-delay: 0s;

justify-content: flex-start;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}



/* ============ */

.cont{
    width: 100%;
    overflow: hidden;
}

.scorri{
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#belowcontent ul.tithome, #belowtopmenu ul.tithome{
    animation-name: marquee;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    flex-shrink: 0;
}

#belowcontent ul.tithome li, #belowtopmenu ul.tithome li{
    width: fit-content;
    display: inline-block;
    list-style: none;
    padding-right: 30px;
    font-size: 40px;
}

#belowcontent ul.tithome li img, #belowtopmenu ul.tithome li img {
margin-left: 10px;
margin-right: 10px;
    height: 80px;
    width: auto;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* END NEW MARQUEE */

.c-bgfilter {
    mix-blend-mode: darken;
}