:root {
    --header-menu: #8a0000;
    --primary: #e80000;
    --primary-end: rgb(119, 9, 9);
    --countdown-text: #ffffff;
    --countdown-text-shadow: #000000;
    --countdown-text-detail: #000000;
    --countdown-text-detail-shadow: #444444;
    --bg: url(../../images/srsa-br.jpg);
}

#google_translate_element {
    position: absolute;
    top: 10;
    z-index: 99999;
    right: 39px;
}
#google_translate_element span{
    display: none;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: black;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-family: "Roboto",Arial,sans-serif;
  min-width: 960px;
  font-weight: 400;
  
}
li{
    list-style-type: none;
}
a{
    text-decoration: none;
    color: inherit;
      font-weight: 400;
    
}
h2{
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
      font-weight: 400;
}
h3{
    font-size: 30px;
    margin-bottom: 15px;
       margin-top: 15px;
      font-weight: 400;
}
span{
    font-weight: 400;
}

.sponsor-us{
    width: 200px;
   /* height: 45px;*/
    background-color: red;
    z-index: 999;
    position: fixed;
    right: 0px;
    bottom: 42px;
    text-align: center;
    padding-top: 10px;
    background-image: linear-gradient(to right, red , #790909);
    border-radius: 10px;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}
.toogle{
    position: absolute;
    /* transform: rotate(90deg); */
    margin-left: 10px;
    color: white !important;
    background: linear-gradient(to right, red , #790909);
    width: 20px;
    border-radius: 5px;
    text-align: center;
}

/* MAIN HEADER: */

.main-header {
    height: 120px;
    background: url(../images/bg-main-header.png) top center repeat;
    background-color: #000;
    position: relative;
    z-index: 1;
}
.main-header:before {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: -moz-linear-gradient(top, rgba(24,24,24,0) 0%, #000000d4 100%);
    background: -webkit-linear-gradient(top, rgba(24,24,24,0) 0%, #000000d4 100%);
    background: linear-gradient(to bottom, rgba(24,24,24,0) 0%, #000000d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00181818', endColorstr='#181818',GradientType=0 );
}
.header-regions {
    left: 0px;
    /*width: 940px;*/ /* original code, uncomment if remove below fixes*/
    height: 100%;
    margin-left: 50px;
    position: absolute;

    /* fix for double line of champs */
    /*width: 88%;
    display: inline-block;*/

    /* fix for 1 line of champs but resizing */
    width: 82%;
    display: flex;
}
.header-regions a{
    width: 170px;
    height: 120px;
    display: block;
    float: left;
    padding-right: 10px;
}
.region-logo{
    max-width: 100%;
    margin-top: 15px;

    /* fix for double line of champs */
    /*opacity:0.99;*/
}
.region{
    max-width: 100%;
    margin-top: 23px;
    border-color: #9c9898;
    border-left-style: dashed;
    border-left-width: thin;
    padding-left: 5px;
}

.opacity{
    opacity:0.3;
}

.region-active{
    opacity:1;

    /* fix for double line of champs */
    /*opacity:0.99;*/
}
.opacity:hover{
    opacity:1;

    /* fix for double line of champs */
    /*opacity:0.99;*/
}
.header-social{
    padding: 0;
    margin: 0;
    width: 200px;
    height: 30px;
    right: 0;
    position: absolute;
    bottom: 30px;
}
.header-social li{
    width: 37px;
    height: 30px;
    float: left;
}
.header-social a{
    background: url(../images/icons.svg);
    background-size: 600px 60px;
    content: '';
    height: 30px;
    position: absolute;
    top: 0;
    width: 30px;
    background-position: -150px 30px;
    opacity: .6;
    left: 45px;
}
.header-social a:hover{
    opacity: 1;
}
.header-social .special{
    width: 43px;
}
.header-social .twitter{
    background-position: -120px 30px;
    left: 40px;
}
.header-social .instagram{
    background-position: -180px 30px;
    left: 80px;
}
.header-social .youtube{
    background-position: -210px 30px;
    left: 120px;
    width: 40px;
}

/* serie NAV MENU & NAV MENU: */
.serie-header-menu {
    background-color: #8a0000d1;
    width: 100%;
    height: 50px;
    position: relative;
    box-shadow: 0 0 4px black;
    z-index: 1;
}

.header-menu {
    background-color: #3a3838;
    width: 100%;
    height: 0px;
    position: relative;
    box-shadow: 0 0 8px black;
    z-index: 2;
}

.header-menu ul, .serie-header-menu ul{
    float: left;
    margin: auto;
    margin-top: 17px;
    margin-right: 20px;
}
.serie-header-menu ul{
    float: right;
}
.header-menu li, .serie-header-menu li{
    float: left;
    margin-right: 30px;
    color: #9c9898;
}
.header-menu li:hover, .serie-header-menu li:hover{
    color: #ffffff;
}
.header-menu .active, .serie-header-menu .active{
    color: #ffffff !important;
}
.live-menu:hover {
    background-image: linear-gradient(to right, rgb(209, 14, 14) , #6b1212);
    color: #ffffff !important;
}
.live-menu{
    background-image: linear-gradient(to right, #f90f0f , #a80c0c);
    width: 115px;
    height: 40px;
    top: -12px;
    position: relative;
    color: #b6b2b2 !important;
    border-radius: 12px;
    text-align: center;
    border-style: ridge;
}
.live-menu:hover {
    background-image: linear-gradient(to right, rgb(209, 14, 14) , #6b1212);
    color: #ffffff !important;
}
.live-menu a{
    position: absolute;
    width: 110px;
    height: 40px;
    left: 2;
    padding-top: 2px;
}
.mobile-regions{
    visibility: hidden;
    position: absolute;
    margin-left: 65px !important;
    width: 160px !important;
}
.mobile-regions li{
    margin-right: 15px !important;
}

.serie-mobile{
    float: left;
    left: 210px;
    position: absolute;
    display: none;
}

.serie-join-mobile{
    margin-top: 151px !important;
}

.serie-calendar-mobile{
    margin-top: 201px !important;
}

.serie-results-mobile{
    margin-top: 251px !important;
}

.serie-competitors-mobile{
    margin-top: 301px !important;
}

.serie-rules-mobile{
    margin-top: 351px !important;
}

.serie-sponsors-mobile{
    margin-top: 401px !important;
}

.serie-contact-mobile{
    margin-top: 451px !important;
}

.serie-live-mobile{
    margin-top: 501px !important;
}

.mobile-menu {
    visibility: hidden;
    padding-top: 4px;
       margin-left: 10px;
    width: 35px;
}
.mobile-menu-button {
    width: 35px;
    height: 5px;
    background-color: #ffffff;
    margin: 6px 0;
}

.w3-dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.w3-dropdown-hover:hover .w3-dropdown-content {
    display: block;
}
.w3-dropdown-content{
    background-color: #3a3838 ;
    color: #9c9898 ;
    cursor: auto;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
}
.w3-dropdown-content a:hover{
    color: #ffffff !important; 
}
.w3-show {
    display: block !important;
}



/* FOOTER */
.footer{

}
.partners{
    background-color: #969696;
    padding-bottom: 1px;
}
.teams{
    background-color: #f2f2f2;
    height: 300px;
}
.bottom{
    background-color: black;
    height: 110px;
    position: relative;
}
.footer h3{
    margin-top: 0;
    padding-top: 20px;
    text-align: center;
    color: black;		
}
.footer .list{
    position: relative;
    padding: 0;
    margin: auto;
    display: table;
    margin-top: 30px;
    margin-bottom: 30px;
    color: black;
}
.footer .competitors{
    height: 190px;
}
.footer .list li{
    float: left;
    position: relative;
    margin: 10px;
}
.footer .competitors li{
    height: 170px;
}
.footer .list a{
    position: relative;
    display: grid
;
}
.footer .list img{
    height: 60px;
    margin: 0 auto;
    float: left;
}
.footer .list span{
    width: 100%;
    text-align: center;
    font-size: 12px;
    float: left;
    margin-top: 10px;
}
.footer .bottom .footer-logo-hf{
    background: url(../images/hfsimracing-logo.jpg);
    background-repeat: no-repeat;
    background-size: 150px;
    width: 150px;
    height: 50px;
    display: block;
    float: left;
    background-position-y: center;
    margin-left: 10px;
    top: 33px;
    position: relative;
}
.footer .bottom .footer-logo-azr{
    background: url(../images/iRMX.png);
    background-size: 150px;
    background-repeat: no-repeat;
    width: 150px;
    height: 50px;
    display: block;
    float: left;
    background-position-y: center;
    padding-right: 15px;
    border-color: #9c9898;
    border-right-style: dashed;
    border-right-width: thin;
    top: 33px;
    position: relative;
    margin-left: 30px;
}
.footer .bottom span{
    color: #ccc;
    font-size: 14px;
    bottom: 15px;
    right: 20px;
    position: absolute;
}

/*.home-info form*/ input, /*.home-info form*/ textarea{
    width: 49%;
    border-style: solid;
    border-width: thin;
    border-color: rgb(197, 197, 197);
    height: 40px;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 16;
    background-color: #f9f9f9;
}

/*.home-info */.button{
    color: white;
    background-image: linear-gradient(to right, red , #790909);
    margin: 0 auto;
    display: block;
    cursor: pointer;
    border-radius: 5px;
}

.loader-container{
    color: #ce0000;
    width: 110px;
    height: 110px;
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 5;
}

.a-link{
    color: #e0081d;
    margin-top: 20px;
}

.loader {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    width: 110px;
    height: 110px;
    background-image: url(../images/redloader.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110px;
  }

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
    
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* For mobile phones: */
@media only screen and (max-width:1120px) {

    #google_translate_element {
        right: 0;
        top: 0;
        width: 100%;
        background-color: white;
        /*border-bottom-left-radius: 15px;*/
        border-bottom-right-radius: 15px;
    }

    body {
        width: 100%;
        min-width: 100%;
        background-color: white;
    }

    .sponsor-us {
        width: 170px;
        bottom: 37px;
    }

    /* MAIN HEADER: */

    .header-regions {
        width: 100%;
        margin:0;
    }
    .header-regions a{
        width: 45%;
        margin-left: 4%;
        padding: 0;
        max-width: 150px;
    }
    .header-regions a .region-logo{
        margin-top: 27px;
    }
    .header-regions a .region{
        margin-top: 33px;
        padding-left: 20px;
    }
    .opacity {
        display: none !important;
    }

    /* NAV MENU: */

    .serie-header-menu {
        display: none;
    }

    .header-menu {
        height: 50px;
        z-index: 4;
    }

    #navbar {
        visibility: hidden;
        position: fixed;
        z-index: 99999999;
        width: 100%;
        height: 100%;
        background-color: black;
        top: -100%;
        margin: 0;
    }
    #navbar li{
        float: unset;
        margin-top: 31px
    }
    #navbar .first{
        margin-top: 100;
    }

    .w3-dropdown-content{
        background-color: #000 !important;
        opacity: 0.85;
    }

    .serie-mobile{
        display: none;
    }

    .mobile-menu {
        visibility: visible;
    }
    .mobile-regions {
        visibility: visible;
        padding-left: 0;
    }

    .header-social{
        bottom: -34px;
        width: 140px;
        height: 18px;
    }

    .header-social li{
        width: 22px;
        height: 18px;
        margin-right: 10px;
    }
    .header-social a{
        background-size: 360px 36px;
        height: 18px;
        width: 18px;
        background-position: -90px 18px;
        opacity: .6;
    }
    .header-social .special{
        width: 26px;
    }
    .header-social .twitter{
        background-position: -72px 18px;
        left: 34px;
    }
    .header-social .instagram{
        background-position: -108px 18px;
        left: 68px;
    }
    .header-social .youtube{
        background-position: -126px 18px;
        left: 102px;
        width: 24px;
    }


    

    /*FOOTER*/
    .teams{
        height: 500px;
    }
    .footer .list{
        margin-top: 10px;
    }
    .footer .competitors{
        height: 140px;
    }
    .footer .competitors li{
        height: 120px;
    }
    .footer .list span{
        font-size: 9px;
    }
    .footer .bottom .footer-logo-hf{
        top:20px;
    }
    .footer .bottom .footer-logo-azr{
        margin-left: 10px;
        top:20px;
    }
    .footer .bottom span{
        bottom: 10px;
    }
    
    
}


/* COR TL */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.cor-tl{
    -webkit-clip-path: url(#cor-tl);
    clip-path: url(#cor-tl);
}
.cor-br{
    -webkit-clip-path: url(#cor-br);
    clip-path: url(#cor-br);
}



/* PAYPAL */
#donate-button > img{
    width: 140px;
    margin-top: -5;
}