body, select, #contenttop h1, #contenttop h2 {
  font-family: "Commissioner", serif;
}

.c-above-menu-cta a {
    font-size: 13px;
    font-weight: 700;
    background-color: #d9d9ea;
    color: #2f2250;
    padding: 3px 10px !important;
    border-radius: 50px;
    transition: 0.5s;
}

.c-above-menu-cta a:hover {
   background-color: #f47920;
   color: white !important;
}

#abovetopbanner .itemsgroup a.disabled.showgroup span, #mobile-header .itemsgroup a.disabled.showgroup {
    color: white;
} 
#abovetopbanner .itemsgroup a.disabled.showgroup span {
    color: black;
}

.c-abovetext {
font-size: 0.9em;
font-weight: 300;
line-height: 1em;
padding-top: 5px;
margin-bottom: 0px;
}

.c-belowsitetitle{
padding-top: 20px;
font-weight: 300;
font-size: 1.4em;
line-height: 2em;
margin-bottom: 10px;
}
.c-maintext{
font-weight: 300;
font-size: 1em;
line-height: 1.3em;
text-align: justify;
}
.c-maintitle{
padding-top: 20px;
font-weight: 300;
font-size: 1.6em;
line-height: 1.2em;
margin-bottom: 10px;
text-align: center;
color: #ff935f;
}
.c-topbannertext {
font-size: 1.1em;
line-height: 1.4em;
font-weight: 300;
color: #fff;
}
.c-bodytitle-1 {
font-size: 1.4em;
line-height: 1.5em;
font-weight: 300;
text-align: center;
color: #26517b;
}
.c-bodytext-1 {
font-size: 1.4em;
line-height: 2em;
font-weight: 300;
text-align: center;
color: #333;
}
.c-bodytext-2 {
font-size: 1.2em;
line-height: 1.5em;
font-weight: 300;
text-align: justify;
color: #333;
}
.c-bannertitle {
font-size: 1.8em;
line-height: 2em;
font-weight: 200;
text-align: center;
color: #fff;
}
.c-bannertext {
font-size: 1.2em;
line-height: 1.5em;
font-weight: 300;
text-align: center;
color: #fff;
}

.c-button{
display: inline-block;
text-decoration: none;
font-weight: 700;
font-size: 16px;
line-height: 1em;
text-align: center;
padding: 15px 25px;
color: #fff;
border-radius: 10px;
background-color: #010035;
border-radius: 50px;
   transition: 0.7s;
}

.c-button:hover {
background-color: #25247b
}

.c-marquee{
display: block;
position: relative;
width: 5400px;
height: 150px;
animation: scroll 12s ease-in-out infinite;
}

@keyframes scroll{
0% {left:10px;}
100% {left:-900px;}
}


.c-logos-space img {
margin-left: 25px;
margin-right: 25px;
margin-top: 25px;
margin-bottom: 25px;
}

.c-maindiv{
  overflow: hidden;
  white-space: nowrap;
}

.c-div1-panw {
  display: inline-block;
  animation: marquee 60s linear infinite;
}
.c-div2-panw {
  display: inline-block;
  animation: marquee2 60s linear infinite;
  animation-delay: 0s;
}


.c-div1 {
  display: inline-block;
  animation: marquee 50s linear infinite;
}
.c-div2 {
  display: inline-block;
  animation: marquee2 50s linear infinite;
  animation-delay: 0s;
}
.c-div3 {
  display: inline-block;
  animation: marquee3 60s linear infinite;
  animation-delay: 0s;
}

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

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




div.items div.detail div.horizontalitems div.itemcontent, div.horizontalitems div.itemcontent {
    border: 1px solid #8d8d97;
    border-radius: 20px;
    padding: 15px;
    overflow: hidden;
}

h3 a, div.items div.list h3 a, div.items h3 a {
color: #010035;
font-weight: 700;
}

div.price div.startprice span.value {
    text-decoration: auto;
    position: relative;
}

div.price div.startprice span.value::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    background-color: #f27821;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 1px;
}

.diffpercent {
   font-weight: 700;
   color: #f27821;
}

.firstpageitems {
max-width: 1440px;
    padding-left: 0px;
    padding-right: 0px;
}

#abovecontent h1, #contenttop h1, #contentbottom h1, #rightytop h1, #rightyl h1, #abovecontent h2, #contenttop h2, #contentbottom h2, #rightytop h2, #rightyl h2 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    border: 0px;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

#abovecontent h1::after, #contenttop h1::after, #contentbottom h1::after, #rightytop h1::after, #rightyl h1::after, #abovecontent h2::after, #contenttop h2::after, #contentbottom h2::after, #rightytop h2::after, #rightyl h2::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
   height: 2px;
   width: 100px;
   display: block;
    background-color: #f47920;
}

.pagetitle {
   margin-top: 100px;
}

.c-mobile-abovebanner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    align-items: center;
}

.c-mobile-abovebanner-boxy {

}

.c-mobile-abovebanner-boxy .c-above-menu-cta a {
    font-size: 12px;
}

@media (max-width: 990px) {
#abovetopbanner .htmlbox {
    float: none;
}

.c-abovetext a span {
    aspect-ratio: 1 / 1;
    background-color: white;
    padding: 6px 4px 5px 7px;
    border-radius: 50%;
    border: 1px solid #75758d;
}
}


.c-belowsitetitle {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    border: 0px;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
}

.c-belowsitetitle::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0%;
   transform: translateX(0%);
   height: 2px;
   width: 100px;
   display: block;
    background-color: #f47920;
}.c-newlogo {
    background-image: url('/cache/files/8307ead104beb11231d25230ae0afcc017015d8b.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
    margin-left: calc(5% + 20px) !important;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/8307ead104beb11231d25230ae0afcc017015d8b.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 150px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: #26247b;
    background-image: url('/cache/files/8307ead104beb11231d25230ae0afcc017015d8b.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 70%;
    padding-left: 8vh;
    padding-right: 8vh;
}

@media (min-width: 980px) {
    #belowtopmenu {
        min-height: 0px;
    }
}#contenttop .prodmenu.imagemenu {

}

.prodmenu.imagemenu ul li {
    border-radius: 20px;
    padding: 10px;
    background-color: white;
    position: relative;
    display: inline-block;
    padding: 0;
    margin-bottom: 20px;
    margin-right: 20px;
    width: calc(25% - 20px);
}

.imagemenu.imagemenu ul li a {
    background-color: white !important;
    border-radius: 20px !important;
    padding: 15px !important;
}

.prodmenu.imagemenu ul li > * {
   position: relative;
   z-index: 2;
    background-color: white;
}

.prodmenu.imagemenu ul li.inactive a:hover {
    color: #26517b;
    background-color: white;
    font-weight: bold;
}

.prodmenu.imagemenu ul li::before {
    content: '';
    background-image: linear-gradient(145deg, #25247b, transparent);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    display: block;
    left: -2px;
    top: -2px;
    position: absolute;
    z-index: 0;
    border-radius: 20px;
}

.prodmenu.imagemenu ul li::after {
    content: '';
    background-image: linear-gradient(145deg, #25247b, transparent);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    display: block;
    left: -2px;
    top: -2px;
    position: absolute;
    z-index: 0;
    border-radius: 20px;
    opacity: 0;
   transition: 0.5s;
}

.imagemenu.imagemenu ul li img.pagethumb {
    aspect-ratio: 1 / 1;
    height: auto;
    width: 100%;
    object-fit: contain;
}

.prodmenu.imagemenu ul li a {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #25247b !important;
    background-image: none !important;
   transition: 0.5s;
}

.prodmenu.imagemenu ul li:hover a {
    color: #f47920 !important;
}

.prodmenu.imagemenu ul li:hover::after {
    content: '';
    background-image: linear-gradient(145deg, white, #f47920);
    opacity: 1;
}


@media (min-width: 800px) {
    #lefty {
       padding-top: 100px;
    }
}