
.blockROTD {
    width:100%;
    padding-bottom: 10px;
    font-weight:700;
    font-size:24px;
}

#mobileROTD {
    display:none;
}


.blockROTDHeader {
    font-size: 18px;
    font-family: Titillium Web,sans-serif;
    font-weight: 600;
    color: #06c;
    cursor:pointer;
}

.raceOftheDayArrow {
    fill: #06c;
    width: 30px;
    height: 30px;
    margin-left: -8px;
    margin-top: -3px;
}

.currentROTD {
    background: #f4f6fa;
    position:relative;
    margin-top:20px;
    padding-top:20px;
    padding-bottom:10px;
}

.upcomingROTD {
    display:none;
}

.upcomingROTDBox {
    border-bottom: 1px solid #ccc;
    padding:12px 0;
}

.rotdTextRed {
    position: absolute;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    font-family: Titillium Web,sans-serif;
    font-weight: 700;
    text-align: center;
    left: 50%;
    height: 24px;
    background: #ec1c24;
    border-radius: 14px;
    box-shadow: 0 4px 6px -3px #ec1c24;
    width: auto;
    top: -11px;
    padding: 0 10px;
    white-space: nowrap;
    transform: translate(-50%);
    text-transform: uppercase;
}

.ppROTDBox {
    width: 28px;
    height: 28px;
    padding-top:2px;
    font-weight: 600;
    line-height: 13px;
    border: solid 1px #95989a;
    background-color: #ffffff;
    font-size: 10px;
    text-align: center;
    display: inline-block;
}

.rotdTodayLeft {
    float:left;
    margin-left:10px;
}

.rotdlineLeft {
    float:left;
    width:40px;
}

.rotdlineCenter {
    float:left;
    font-size: 13px;
    line-height: 16px;
    font-weight:400;
}

.rotdlineRight {
    float:right;
}

.rotdVideoArea {
    margin-bottom:10px;
}

.rotdTextArea {
    margin-top:10px;
    margin-bottom:15px;
}

.rotdTextLine {
    font-size:14px;
    line-height:21px;
    font-weight:600;
}

.rotdGetPP {
    background: #fff;
    color: #0066cc;
    border: 1px solid #0066cc;
    border-radius: 4px;
    font-size: 14px;
    font-weight:400;
    height:32px;
    line-height:32px;
    text-align:center;
    width:130px;
    float:left;
    margin-left:10px;
    cursor:pointer;
}

.rotdGetPP:hover {
    background: #0066cc;
    color: #fff;
}

.rotdGetPPSmall {
    width:105px;
}

.rotdBetNow {
    background: #669933;
    color: #fff;
    border: 1px solid #66aa33;
    border-radius: 4px;
    font-size: 14px;
    font-weight:400;
    height:32px;
    line-height:32px;
    text-align:center;
    width:130px;
    float:right;
    margin-right:10px;
    cursor: pointer;
}

.rotdThisRace {
    text-align:right;
    color: #ec1c24;
    font-size:14px;
    font-weight:600;
    margin-bottom:5px;
    margin-right:5px;
    display:none;
}

.rotdCalendarText {
    position:absolute;
    top:2px;
    left:0;
    padding: 0 5px;
    text-align:center;
    color: #0066cc;
    font-size:9px;
    line-height:10px;
    font-weight:600;
    z-index:99;
    display:none;
}

.upcomingROTDHeader {
    font-size: 15px;
    line-height: 1.44;
    color: #000;
    font-family: Titillium Web,sans-serif;
    font-weight: 700;
    margin-top:10px;
}

.purchaseDisable {
    opacity: 0.5;
    pointer-events: none;
}

#purchaseOverlayWrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99998;
    position: fixed;
    display: none;
}

#purchaseOverlay {
    border-radius:10px;
    top: 50px;
    width: 940px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto 72px;
    padding-bottom: 24px;
    z-index: 99999;
    display: none;
}

#purchaseOverlayTitle {
    font-size: 21px;
    line-height: 32px;
    color: #000000;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    text-align: center;
    margin-top:10px;
    margin-bottom: 24px;
}

#purchaseOverlayClose {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    text-align: center;
    color:#000;
    cursor: pointer;
    font-family: "Titillium Web", Arial, Helvetica, sans-serif;
    background: none;
}

.mainWrap {
    display: flex;
    padding:20px;
}

.leftWrap {
    flex:50%;
    padding-right: 24px;
}

.rightWrap {
    flex:50%;
    padding-left: 24px;
}

.featureWrap {
    padding: 24px;
    background: #f4f6fa;
}

#featureWrapHeader {
    font-size: 28px;
    line-height: 34px;
    color: #19345e;
    font-weight: 400;
    font-family: 'Alfa Slab One', sans-serif;
    margin-bottom: 8px;
}

#featureWrapSubHeader {
    font-size: 21px;
    line-height: 32px;
    color: #000000;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    margin-bottom: 18px;
}

#featureWrapRunLines {

}

.modalCheckmark {
    float:left;
    margin-right:10px;
    margin-bottom:16px;
}

.featureWrapRunText {
    float:left;
    width:85%;
    font-size: 17px;
    line-height: 23px;
    color: #000000;
    font-family: "Titillium Web", sans-serif;
    margin-bottom:16px;
}

#purchaseButtonLogin {
    display: block;
    margin: 24px 0;
    border-radius: 4px;
    box-shadow: 0 4px 4px -3px rgba(236, 28, 36, 0.5);
    border: 1px solid #ec1c24;
    background-color: #ec1c24;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    cursor: pointer;
    margin-top: 0;
    padding: 14px 25px;
    text-align:center;
}

#purchaseButtonLogin:hover {
    box-shadow: 0 4px 8px -2px rgba(206, 32, 41, 0.7);
    border: solid 1px #ce2029;
    background-color: #ce2029;
    color: #ffffff;
}

.orSection {
    position: relative;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 22px;
}

.orSection span {
    position: absolute;
    z-index: 1;
    background: #ffffff;
    width: 30px;
    padding: 0 6px;
    top: -10px;
    margin-left: -15px;
    left: 50%;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
}

#purchaseButtonRegister {
    font-size: 15px;
    line-height: 20px;
    color: #0066cc;
    font-family: "Titillium Web", sans-serif;
    cursor:pointer;
    text-align:center;
    margin-bottom: 5px;
}

.productTitle {
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    margin-bottom:5px;
}

.chooseSubscriptionBox {
    border: 1px solid #cccccc;
    position: relative;
    border-radius: 4px;
    padding: 8px 12px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.chooseSubscriptionBox:hover {
    border: 1px solid #0066cc;
}

.chooseSubscriptionLeft {
    flex:70%;
    padding-right: 5px;
}

.chooseSubscriptionRight {
    flex:30%;
    padding-left: 5px;
}

.chooseSubscriptionTitle {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    margin-right: 10px;
}

.chooseSubscriptionText {
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    float:left;
}

.chooseSubscriptionAmount {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    font-weight:700;
    padding-right:5px;
    float:left;
}

.chooseSubscriptionButton {
    width: 92px;
    margin: 0;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    color: #0066cc;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    border: 1px solid #0066cc;
    border-radius: 4px;
    box-shadow: 0 4px 4px -3px rgba(0, 102, 204, 0.5);
    background-color: #ffffff;
    padding: 7px 10px;
    cursor:pointer;
}

.chooseSubscriptionButton:hover {
    background: #0066cc;
    border: 1px solid #0066cc;
    box-shadow: 0 4px 8px -2px #0066cc;
    color: #ffffff;
}

@media only screen and (max-width: 1024px) {

    #purchaseOverlay {
        width: 95%;
    }

    #purchaseOverlayTitle {
        font-size: 18px;
    }

    #purchaseOverlayClose {
        position: absolute;
        right: 5px;
        top: 5px;
    }

    .featureWrap {
        width:95%;
        padding: 10px;
    }

    .mainWrap {
        flex-wrap:  wrap-reverse;
        margin: 0 auto;
        padding:10px;
    }

    .leftWrap {
        flex:90%;
        justify-content: center;
        max-width: 350px;
        padding-right: 0;
    }

    .rightWrap {
        flex:90%;
        justify-content: center;
        max-width: 420px;
        padding-left: 0;
    }

    #purchaseButtonRegister {
        margin-bottom: 15px;
    }

    .chooseSubscriptionBox {
        width:100%;
    }

}

@media only screen and (max-width: 979px) {

    #mobileROTD {
        display:block;
    }
    .rotdThisRace {
        position:absolute;
        top:40px;
        left:15px;
    }
    .currentROTD {
        margin-top: 10px;
    }

    .blockROTD {
        font-size: 24px;
        width: 90%;
        margin: 0 auto;
    }

    .rotdGetPP {
        width: 110px;
    }

    .rotdTextRed {
        font-size: 12px;
    }

    .rotdBetNow {
        width: 110px;
    }

    #more-arrow {
        cursor:pointer;
        margin-right: 15px;
    }

    #moreRight {
        float:right;
        cursor:pointer;
    }

    #moreRightText {
        color: #0066cc;
        font-size:15px;
        font-weight:400;
        display: inline-block
    }

    .upcomingROTDBox {
        border-bottom: 1px solid #ccc;
        padding: 12px 10px;
    }

    .rotdTextArea {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .upcomingROTDHeader {
        padding: 0 10px;
    }

    .upcomingROTD {
        display:none;
    }

    .rotdVideoArea {
        padding-top: 10px;
        width: 360px;
        margin: 0 auto;
    }

    .rotdBetNow {
        float: left;
        margin-left: 10px;
    }

    .rotdCalendarText {
        left: 10px;
        width: 50px;
    }
}

@media (max-width: 767px) {
    .rotdCalendarText {
        left: 32%;
    }
}

@media (max-width: 576px) {
    .rotdCalendarText {
        position: absolute;
        left: 26%;
    }

}

@media (max-width: 480px) {
    .rotdCalendarText {
        top: 2px;
        left: 6px;
    }

}

