.pd-0 {
    padding: 0 0 !important;
}

@media only screen and (max-width: 991px) {
    .canvas__open {
        right: 10% !important;
        top: 50px !important;
    }

    .mbl_socialicons {
        position: relative !important;
        right: 0 !important;
    }

    .mbl-displaynone {
        display: none !important;
    }

    .mbl-bg {
        background: #000 !important;
    }

    .display-none {
        display: unset !important;
    }

}

@media only screen and (max-width: 767px) {
    .offcanvas-menu-wrapper {
        padding: 20px 20px 30px 30px;
    }
}

.header__top__widget__text a {
    color: #fff;
}

.offcanvas__widget__text a {
    color: #fff;
}

.color-100303 {
    color: #100303;
}

.color-white {
    color: #fff !important;
}

.color-e02529 {
    color: #e02529 !important;
}

.color-black {
    color: #000 !important;
}

.color-purple {
    color: purple !important;
}

.statistics__player__tab .nav-link.active {
    color: #e02529 !important;
}

.statistics__player__tab .nav-link:after {
    background: #e02529 !important;
}

.player__item__text h4 {
    color: #100303 !important;
}

.player__item__text span {
    color: #100303 !important;
}

.heading1 {
    font-size: 22px !important;
    font-weight: 600 !important;
}

.fs-21 {
    font-size: 21px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}


/* top arrow */

#scrollToTop {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    box-shadow: 0 0 14px -5px rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    font-family: "Arial";
    align-items: center;
    justify-content: center;
    margin-bottom: -12rem;
    transition: margin-bottom 0.2s;
    background: #e02529;
    color: #fff;
}

#scrollToTop.active {
    margin-bottom: 0;
}

#scrollToTop:hover {
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotate {
    to {
        transform: rotate(2520deg);
    }
}


/* //top arrow */


.font-bold {
    font-weight: bold !important;
}

.author {
    font-size: 20px;
    color: #111111;
    line-height: 35px;
    font-family: "Oswald", sans-serif;
    margin-bottom: 0;
}

.height-40 {
    height: 40px !important;
    width: auto !important;
}

.view-more {
    color: #000 !important;
    border: 1px solid #e02529 !important;
    background: none !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}


.latest-videos .section-title:after {
    content: unset !important;
}

.header__logo:after {
    background: #000 !important;
}

.header__options {
    background: #e02529;
}

.header__top {
    background: #000;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-1 {
    margin-bottom: 1px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-10 {
    margin: 10px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.contact .contact__widget__item p {
    margin: 0 !important;
}

.contact__widget__item form .radio {
    height: unset !important;
    width: unset !important;
}

.mr-20 {
    margin-right: 20px;
}

.mr-15 {
    margin-right: 15px;
}

.ht-165 {
    height: 165px !important;
}

.header__logo:after {
    background: #000 !important;
}

.header__options {
    background: #e02529;
}

.header__top {
    background: #000;
}

.social-icons {
    position: relative;
    right: -130px;
}


.blog__details__text p {
    color: #fff;
}

.header__menu ul li a:hover {
    color: #000 !important;
}

.header__menu ul li:hover a {
    color: #fff !important;
}

.header__menu ul li .dropdown {
    background: #000 !important;
}

.about-bg {
    background-image: url("../img/aboutpic.jpg");
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.mr-0 {
    margin-right: 0 !important;
}

/* Floating Icon */


.fl-fl {
    background: #3c5a96;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 190px;
    position: fixed;
    right: -150px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.fa {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
}

.fl-fl:hover {
    right: 0;
}

.fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important;
}

.float-fb {
    top: 160px;
}

.float-ig {
    top: 215px;
}

.float-yt {
    top: 270px;
}

.bg-ig {
    background: #e4405f !important;
}

.bg-yt {
    background: #df1c31 !important;
}


/* //Floating Icon */

/* Horizontal Tabs */

:root {
    --m1-tabs-bg: #e1e1e1;
    --m1-tab-text: #888;
    --m1-tab-bg: #f7f7f7;
    --m1-tab-hover-text: #75C3D8;
    --m1-tab-hover-bg: #fff;
    --m1-tab-active-text: #fff;
    --m1-tab-active-bg: #75C3D8;
}

section {
    padding-top: 20px;
    padding-bottom: 20px;
}

h1 {
    font-size: 1.8em;
    text-align: center;
    text-transform: uppercase;
}

.tab-content .tab-pane {
    margin: 0;
    padding: 0.2em 0;
    color: rgba(40, 44, 42, 0.05);
    font-weight: 900;
    font-size: 4em;
    line-height: 1;
    text-align: center;
}

#model_1 .nav-tabs {
    text-align: center;
    border: 4px solid transparent;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    border: 0;
}

#model_1 .nav .nav-item {
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#model_1 .nav .nav-link {
    margin: 0 2px;
    background: #000;
    color: var(--m1-tab-active-text);
    transition: background-color 0.2s, color 0.2s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
    border: 0;
    border-radius: 0;
    outline: none;
}

#model_1 .nav .nav-link:hover {
    background: #000;
    color: var(--m1-tab-active-text);
}

#model_1 .nav .nav-link.active,
#model_1 .nav .nav-link.active:hover {
    background-color: #e02529;
    color: #fff
}

#model_1 .nav i {
    display: inline-block;
    margin: 0 0.4em 0 0;
    vertical-align: middle;
    text-transform: none;
    font-size: 1.3em;
    line-height: 1;
    speak: none;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* //Horizontal Tabs */

.mr-110 {
    margin-right: 210px !important;
}


.ht-712 {
    height: 712px;
}

.font-fam {
    font-family: ui-sans-serif;
}

.fs-21 {
    font-size: 21px;
}

.fs-17 {
    font-size: 17px;
}

.fs-15 {
    font-size: 15px;
}

.wd-unset {
    width: unset !important;
}

.ht-unset {
    height: unset !important;
}

.mr-60 {
    margin-right: 60px;
}

.radio-label-vertical-wrapper {
    padding-bottom: 13px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.radio-label-vertical-wrapper:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 30px;
    background: #efefef;
    position: absolute;
    bottom: 0;
}

.radio-label-vertical-wrapper label:not(.radio-label-vertical) {
    display: block;
    width: 100%;
}

.radio-label-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    text-align: center;
}

.radio-label-vertical input {
    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: -6px;
    display: block;
    cursor: pointer;
}

.wd-10 form .radio_btn {
    width: 10px !important;
    height: 10px !important;
}

.mbl-display {
    display: none !important;
}


@media only screen and (max-width: 991px) {
    .mbl-dspyblock {
        display: block !important;
    }

    .dsktp-display {
        display: none !important;
    }

    .mbl_mr-20 {
        margin-right: 20px !important;
    }

    .mbl_mr-12 {
        margin-right: 12px !important;
    }

    .mbl_mr-45 {
        margin-right: 45px !important;
    }

    .mr-10 {
        margin-right: 10px !important;
    }

    .mbl_l_pos {
        width: 36% !important;
    }

    .linehgt-20 {
        line-height: 20px;
    }

    .mbl_pl-60 {
        padding-left: 60px;
    }

    .carousel-caption {
        bottom: 0 !important;
    }

    .carousel-caption h3 {
        font-size: 13px;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        opacity: 1 !important;
    }

    .carousel-item img {
        height: 250px !important;
    }

    .carousel-indicators {
        display: none !important;
    }

    .btm-30 {
        display: flex !important;
    }

    .mbl_pt20 {
        padding-top: 20px;
    }
}

.form-row label {
    font-size: 15px;
}

.bt-0 {
    border-top: 0 !important;
}

.bb-0 {
    border-bottom: 0 !important;
}

/*winners list*/

.table tbody th {
    background: #000;
    color: #fff;
    clip-path: polygon(100% 0, 94% 100%, 0 100%, 0 0);
    padding-right: 35px !important;
}

.pl-30 {
    padding-left: 30px;
}


.table {
    color: #fff;
    border-collapse: separate;
    border-spacing: 0 1em;
}

.table td {
    background: #fff;
    color: #000;
    padding-left: 33px;
    padding-right: 20px;
}

.td-clippath {
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
}

/*//winners list*/

/*carousel*/

.carousel-inner img {
    /* width: 100%; */
    height: 100%;
}

.carousel-caption h3 {
    background-color: #000;
    opacity: 0.5;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.carousel-caption {
    padding-bottom: 0;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
}

.carousel {
    background: gray;
}


/*//carousel*/

.pr-15 {
    padding-right: 15px !important;
}

.reg-mail:hover {
    color: #e02529;
}

/*home slider*/

.home-slider {
    width: 100%;
    height: 100%;
    left: 0 !important;
}

.home-slider .label {
    text-align: center;
    margin-left: 30px;
    margin-top: 20px;
    color: #fff;
    font-size: 15px !important;
}

.home-slider h4 {
    color: #fff;
}

.cd__item h3 {
    font-size: 19px !important;
}

@media only screen and (max-width: 767px) {
    .hero__countdown .cd__item {
        width: 25% !important;
    }

    .pl-65 {
        padding-left: 0 !important;
    }
}

.hero__countdown .cd__item h3 {
    min-width: unset !important;
}

.hero__countdown .cd__item p {
    font-size: 12px !important;
}

/*//home slider*/

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.line-ht {
    line-height: 1.6;
}

/*.loader{
	 position: fixed; 
	background: url('../img/preloader.gif') no-repeat center !important;
	z-index: 999;
    -webkit-animation: unset !important;
    width: 100%;
    height: 500px;
    top: 15% !important;
    left: unset !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}*/

.pl-65 {
    padding-left: 65px;
}

.gallery1-btnpd {
    padding: 10px 20px 12px !important;
}

.nice-select {
    width: 100% !important;
    border-radius: 0 !important;
    height: 46px !important;
}

.nice-select.open .list {
    width: 100% !important;
}

.carousel-caption h3 {
    background-color: none !important;
}

.mbl_hero_countdown .cd__item {
    margin-bottom: 0 !important;
}

.mbl_hero_countdown .cd__item p {
    margin-bottom: 0 !important;
}

.mbl-pdbtn {
    padding: 5px 10px 5px !important;
}

.mbl_radio .display-unset {
    display: unset !important;
}

.past-table {
    border-collapse: collapse;
}

.podium-finishers {
    display: inline-table;
}


/* past events */

.badge{
    padding: 10px;
    display:block;
    text-align: left;
    margin: 5px;
    font-size: 14px;
}

.cross-card .box-5 .text-bg-town {
    transition: background-color 0.3s ease;
    /* background-color: #000; */
    color: #c16536;
    border: 2px solid #c16536;
    /* Transizione graduale */
}

.cross-card .box-5 .bg-evento {
    color: #c16536;
    border: 2px solid #c16536;
    /* Purple */
}

.cross-card .box-5 .top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.cross-card .box-5 .top-right .bi-bookmark-heart-fill {
    color: var(--icon-col-1);
}

.cross-card .box-5 .card-header {
    background: var(--bg-col-3);
    border-bottom: 0;
}

.cross-card .box-5 .attached {
    font-weight: 300;
    font-size: 1rem;
}

.cross-card .box-5 .card-title {
    line-height: 35px;
}

.cross-card .box-5 .card-title .day {
    font-weight: 600;
    font-size: 3.5rem;
    color: #e02529;
    padding-top: 2px;
    margin-right: 5px;
}

.cross-card .box-5 .card-title .cal-y {
    display: grid;
    line-height: 21px;
}

.cross-card .box-5 .card-title .cal-y .month {
    font-size: 1.5rem;
    color: var(--tx-color-2);
    font-weight: 300;
}

.cross-card .box-5 .card-title .cal-y .year {
    font-size: 1.2rem;
    color: var(--tx-color-2);
    font-weight: 700;
    padding-top: 1px;
}

.cross-card .box-5 .card-footer {
    background: var(--bg-col-3);
    font-weight: 700;
}

.cross-card .box-5 .card-footer .text-bg-time {
    color: #a5a5a5 !important;
    background-color: #eee;
}

.cross-card .box-5 .card-footer .fa-map-marker-alt {
    color: var(--tx-color-2);
    font-size: 20px !important;
}

.cross-card .box-5 .card-footer .fa-map-marker-alt.grow {
    transition: all 0.2s ease-in-out;
}

.cross-card .box-5 .card-footer .fa-map-marker-alt.grow:hover {
    transform: scale(1.5);
}

/* //past events */

.pd-10{
    padding: 10px;
}