body, html {
    height: 100%;
    font-family: Arial;
    /*letter-spacing: 1px;*/
}

::placeholder { /* Chrome, Firefox, Opera, Safbtn-sbmtari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

@font-face {
    font-family: 'itcavantgardestdbold';
    src: url('../fonts/itcavantgardestdbold.eot');
    src: local('☺'), url('../fonts/itcavantgardestdbold.woff') format('woff'), url('../fonts/itcavantgardestdbold.ttf') format('truetype'), url('../fonts/itcavantgardestdbold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'itcavantgardestdbk';
    src: url('../fonts/itcavantgardestdbk.eot');
    src: local('☺'), url('../fonts/itcavantgardestdbk.woff') format('woff'), url('../fonts/itcavantgardestdbk.ttf') format('truetype'), url('../fonts/itcavantgardestdbk.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.m-t-50 {
    margin-top: 50px;
}

.no-pad {
    padding: 0px;
}

.pad-que {
    padding: 20px 40px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-20 {
    margin-top: 20px;
}

.line-red {
    background-color: #da001a;
    padding: 0.5rem;
}

#inner-masthead {
    position: relative;
}

    #inner-masthead .copy {
        position: absolute;
        bottom: 110px;
        z-index: 99;
    }

    #inner-masthead .m-t-15 {
        margin-top: -15px;
        margin-right: 10px;
    }

    #inner-masthead .copy h1 {
        font-family: 'itcavantgardestdbold';
        color: #da001a;
        font-size: 3rem;
        font-weight: 100;
    }

    #inner-masthead button {
        color: #fff;
        background-color: #da001a;
        border-color: #da001a;
        cursor: pointer;
        border-radius: .45rem;
        padding: .4rem 2rem;
    }

.btn-red {
    color: #fff;
    background: rgb(209,39,39);
    background: linear-gradient(180deg, rgba(209,39,39,1) 0%, rgba(105,20,20,1) 100%);
    cursor: pointer;
    border-radius: .45rem;
    padding: .75rem 2rem;
    text-shadow: none;
    font-family: 'itcavantgardestdbold';
    text-transform: uppercase;
}

.bg-red {
    background: rgba(255,255,255,0.3);
    backdrop-filter: saturate(180%) blur(10px);
    color: #fff;
    padding: 1rem 4rem;
    border-radius: .8rem;
}

    .bg-red button {
        color: #fff;
        text-shadow: none;
    }

        .bg-red button:hover {
            color: #fff;
            text-shadow: 2px 2px #ea9ea2;
        }

    .bg-red .btn-sbmt {
        color: #fff;
        background: rgb(209,39,39);
        background: linear-gradient(180deg, rgba(209,39,39,1) 0%, rgba(105,20,20,1) 100%);
        cursor: pointer;
        border-radius: .45rem;
        padding: .75rem 2rem;
        text-shadow: none;
        font-family: 'itcavantgardestdbold';
        text-transform: uppercase;
    }

        .bg-red .btn-sbmt:hover {
            color: #fff;
            background-color: #da001a;
            text-decoration: none;
            text-shadow: none;
        }

    .bg-red .modal-header {
        border: none;
    }

    .bg-red label {
        font-family: 'itcavantgardestdbold';
        font-size: 1rem;
        color: #ffffff;
    }

    .bg-red .form-control {
        border-color: #A0A0A0 !important;
        color: #A0A0A0 !important;
        border-radius: .45rem !important;
        background-color: #F4F4F4 !important;
        position: relative;
        opacity: 1;
    }

    .bg-red input {
        /*   height: calc(2.5em + 1rem + 10px);
        background-color: #da001a;*/
        border-color: #da001a;
        color: #A0A0A0;
        border-radius: .8rem;
    }

    .bg-red .form-check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
        color: #A0A0A0;
    }

    .bg-red .form-check .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #da001a;
    }
    /* On mouse-over, add a grey background color */
    .bg-red .form-check :hover input ~ .checkmark {
        background-color: #ea9ea2;
        color: #fff;
    }
    /* When the checkbox is checked, add a blue background */
    .bg-red .form-check input:checked ~ .checkmark {
        background-color: #ea9ea2;
    }

    .bg-red .form-check input:focus {
        color: #fff;
        background-color: #ea9ea2;
        border-color: #ea9ea2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
    }
    /* Create the checkmark/indicator (hidden when not checked) */
    .bg-red .form-check .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
    /* Show the checkmark when checked */
    .bg-red .form-check input:checked ~ .checkmark:after {
        display: block;
    }
    /* Style the checkmark/indicator */
    .bg-red .form-check .checkmark:after {
        left: 8px;
        top: 0px;
        width: 9px;
        height: 18px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .bg-red .modal-footer {
        border: none;
    }

.container {
    display: block;
    position: relative;
    margin-bottom: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* Hide the browser's default radio button */
    .container input[type=radio] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 5px;
    left: -20px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    cursor: pointer;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #d9000d;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

#myCarousel {
    width: 100%;
    padding: 50px 0;
}

    #myCarousel h1 {
        color: #d9000d;
        font-weight: 900;
    }

    #myCarousel .wid-30 {
        width: 30%;
    }

    #myCarousel .carousel-item .mask {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-attachment: fixed;
    }

    #myCarousel .carousel-item .mask {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-attachment: fixed;
    }

    #myCarousel h4 {
        font-size: 1.5rem;
        margin-bottom: 15px;
        color: #d9000d;
        line-height: 100%;
        letter-spacing: 0.5px;
        font-weight: 600;
    }

    #myCarousel p {
        font-size: 18px;
        margin-bottom: 15px;
        color: #707070;
    }

    #myCarousel .carousel-item a {
        background: #F47735;
        font-size: 14px;
        color: #FFF;
        padding: 13px 32px;
        display: inline-block;
        cursor: pointer;
    }

        #myCarousel .carousel-item a:hover {
            background: #394fa2;
            text-decoration: none;
        }

    #myCarousel .carousel-item h4 {
        -webkit-animation-name: slideInRight;
        animation-name: slideInRight;
    }

    #myCarousel .carousel-item h6 {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

    #myCarousel .carousel-item p {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

    #myCarousel .carousel-item a {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

    #myCarousel .carousel-item .mask img {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        display: block;
        height: auto;
        max-width: 100%;
    }

    #myCarousel h4, #myCarousel h6, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img {
        -webkit-animation-duration: 1s;
        animation-duration: 1.2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    #myCarousel .container {
        max-width: 1430px;
    }

    #myCarousel .carousel-item {
        height: 100%;
        min-height: 550px;
    }

#myCarousel {
    position: relative;
    z-index: 1;
}

.carousel-control-next, .carousel-control-prev {
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 56%;
    bottom: auto;
    transform: translateY(-50%);
    color: #d9000d !important;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        opacity: 1
    }

.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
    opacity: 0
}

.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
    .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
/* TIMER */
#progressBar {
    width: 100%;
    margin: 10px auto;
    height: 22px;
    background-color: #d9000d;
}

    #progressBar div {
        height: 100%;
        text-align: right;
        padding: 0 10px;
        line-height: 25px; /* same as #progressBar height if we want text middle aligned */
        width: 0;
        background-color: #ea9ea2;
        box-sizing: border-box;
        font-size: 12px;
    }
/* TIMER */
@media only screen and (max-width: 767px) {
    .card-offer .btn-sbmt {
        font-size: 0.85rem !important;
    }

    .btn-red {
        font-size: 0.85rem !important;
    }

    #tooltiptext-2 {
        top: 65% !important;
        left: 15%;
    }

    #tooltiptext-3 {
        top: 75% !important;
    }
    /*.logo {
    display: block !important;
    text-align: center;
    width: 50%;
  }*/
    .container input {
        opacity: 1;
        position: relative;
    }

    #inner-masthead .copy {
        position: relative;
        color: #da001a;
        margin-top: 40px;
        bottom: 0px;
    }

        #inner-masthead .copy h1 {
            font-size: 2.2rem;
            line-height: 1;
        }

        #inner-masthead .copy p {
            color: #a6adb5;
            padding-bottom: 0px;
            margin-bottom: 0px;
        }

    #myCarousel .wid-30 {
        width: 50%;
    }

    .pad-que {
        padding: 20px 20px;
    }

    #myCarousel .carousel-inner {
        overflow: visible;
    }

    #myCarousel {
        padding: 0px;
    }
}




.bg-bike {
    background: url('../images/bg-bike.png') no-repeat center center;
    background-size: cover;
    background-color: #f4f4f4;
}

#main {
    background: rgba(255,255,255,0.9);
    margin-top: 60px;
}

    #main a.link-hdr {
        font-weight: 600;
        font-size: 1rem;
    }

#infoModal {
    display: flex;
    /*height:100vh;*/
    width: 100vw;
}

    #infoModal .btn {
        border: 0px !important;
        background-color: #F4F4F4 !important;
        /* color: #000000 !important;*/
        padding: 12px 20px;
    }

        #infoModal .btn h4 {
            text-transform: capitalize !important;
        }

    #infoModal .bg-blur {
        /*backdrop-filter:blur(2px);*/
        /*filter: blur(10px);*/
    }

    #infoModal .btn-card:hover .btn {
        background: rgb(253,206,41);
        background: linear-gradient(180deg, rgba(253,206,41,1) 0%, rgba(243,152,6,1) 100%);
    }

.btn-card {
    background-color: #F4F4F4 !important;
    color: #333 !important;
    display: flex !important;
    border: #A0A0A0 !important;
    flex-direction: column !important;
    padding: 1rem !important;
    border: 1px solid #A0A0A0 !important;
    justify-content: start !important;
    text-transform: capitalize !important;
}

    .btn-card:hover {
        background: rgb(253,206,41);
        background: linear-gradient(180deg, rgba(253,206,41,1) 0%, rgba(243,152,6,1) 100%);
        transform: rotate(-2deg);
        transition: transform 0.9s ease;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    }

        .btn-card:hover img {
            transform: rotate(10deg);
            transition: transform 0.9s ease;
        }

    .btn-card h4 {
        font-weight: bold;
    }

    .btn-card p {
        line-height: 1.2;
    }

.flex-container {
    width: 100%;
    display: flex;
    margin: 0 auto;
}

.flex-item {
    flex: 1 !important;
    display: flex;
    text-align: center;
    margin: 5px 10px;
}

.redeemed {
    background: rgb(253,206,41);
    background: linear-gradient(180deg, rgba(253,206,41,1) 0%, rgba(243,152,6,1) 100%);
}

    .redeemed .btn-sbmt {
        background: rgb(201,200,200) !important;
        background: linear-gradient(180deg, rgba(201,200,200,1) 0%, rgba(128,128,128,1) 100%) !important;
    }

.card-offer {
    background-color: #F4F4F4;
    padding: 1rem;
    border-radius: 0.5rem;
    margin: 0.5rem;
    flex: 1;
    position: relative;
}

    .card-offer::before {
        content: '';
        position: absolute;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        top: 50%;
        left: 0%;
        transform: translate(-50%, -50%);
        background: #fff;
    }

    .card-offer::after {
        content: '';
        position: absolute;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        top: 50%;
        left: 100%;
        transform: translate(-50%, -50%);
        background: #fff;
    }

    .card-offer .hdr-offer {
        border-radius: 0.5rem;
    }

    .card-offer h1 {
        font-weight: 900;
        font-size: 1.75rem;
        font-family: 'tstar-medium' !important;
    }

    .card-offer img {
        /*max-width:75px;*/
    }

    .card-offer h1 span {
        font-weight: 500;
        font-size: 1.25rem;
    }

    .card-offer .btn-sbmt {
        color: #fff;
        background: rgb(209,39,39);
        background: linear-gradient(180deg, rgba(209,39,39,1) 0%, rgba(105,20,20,1) 100%);
        border-color: #fff;
        cursor: pointer;
        border-radius: .45rem;
        padding: .5rem;
        text-shadow: none;
        font-weight: 800;
        text-transform: uppercase;
        float: right;
    }

        .card-offer .btn-sbmt:hover {
            color: #fff;
            background: rgb(209,39,39);
            background: linear-gradient(180deg, rgba(105,20,20,1) 0%, rgba(209,39,39,1) 100%);
            text-decoration: underline;
            text-shadow: none;
        }

.text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    transition: max-height 0.3s ease-in-out;
    line-height: 1.2;
}


.toggle {
    display: none;
}


    .toggle:checked ~ .text {
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: visible;
    }


.truncated {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.5s ease;
    line-height: 1.25;
    margin-top: 1rem;
    min-height: 40px;
    color: #000000;
    font-family: 'tstar-medium';
    margin-bottom: 1rem;
    font-size: 1.15rem;
}

.expanded {
    -webkit-line-clamp: unset;
}

.text-wrapper {
    margin-bottom: 20px;
}

.read-more-btn {
    background: none;
    border: 0;
    color: #0089DF;
    font-style: italic;
    text-decoration: underline;
}


.toggle:checked ~ .see-more::before {
    content: "read less";
}

.toggle:not(:checked) ~ .see-more::before {
    content: "read more";
}

.btn-close-pop {
    position: absolute;
    top: -5%;
    right: -5%;
    background-color: #fff;
    border-radius: 50%;
    padding: 1%;
    font-size: 0.5rem;
    color: #000;
}

.floating-button-div {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

    .floating-button-div a, button {
        cursor: default !important;
    }

.bg-pop {
    background: #E6E6E6;
    border-radius: 2%;
}

@media only screen and (max-width: 767px) {
    .flex-item {
        flex: auto;
    }

    .floating-button-div a, button {
        cursor: pointer !important;
    }
}



.fb {
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 20px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.sweet-alert[data-has-cancel-button="false"] button {
    background: linear-gradient(180deg, rgba(209,39,39,1) 0%, rgba(105,20,20,1) 100%) !important;
    cursor: pointer !important;
}

@media only screen and (min-width: 767px) and (max-width:1024px) {
    #tooltiptext-1 {
        top: 26% !important;
    }

    #tooltiptext-2 {
        top: 45% !important;
    }

    #tooltiptext-3 {
        top: 65% !important;
    }
}

.logindv {
    margin-bottom: 0rem !important;
}

.underline {
    text-decoration: underline !important;
    color: blue !important;
}
/*
.navbar-nav > .d-lg-block > .top-bar-main {
    visibility: hidden !important;
}*/

.top-bar-main {
    visibility: hidden !important;
}

.ui-datepicker {
    border: 1px solid gray !important;
}
.ui-datepicker-calendar tbody tr {
    background: #eeeeee !important;
}
