﻿/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Play:400,700');

/* Normalize */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

dfdfdf
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Common Style */
*:focus {
    outline: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text] {
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    -webkit-appearance: textarea;
    -moz-appearance: textarea;
    appearance: textarea;
}

body {
    position: relative;
    font-family: 'Play', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    text-shadow: none;
    color: #000;
    background-color: #e5e5e5;
    background-image: none
}

a {
    text-decoration: none;
}

b, strong {
    font-weight: bold;
}

body.content-pages {
    background-color: #fff;
}

.container {
    width: 100%;
    max-width: 1688px;
    margin-left: auto;
    margin-right: auto;
}

.container-md {
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

button {
    font-family: 'Play',Arial,Helvetica,sans-serif;
    font-weight: 700;
}

    button[disabled] {
        opacity: 0.35;
        pointer-events: none;
    }

p {
    margin-bottom: 5px;
}

.hidden {
    display: none !important;
}

.readonly, .inactive {
    pointer-events: none
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

/* Helping classes */
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.no-padding-y {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-margin-y {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-top: 0 !important;
}

.pt-1 {
    padding-top: 5px;
}

.pt-2 {
    padding-top: 10px;
}

.pt-3 {
    padding-top: 1.2em;
}

.pt-4 {
    padding-top: 2em;
}

.pt-5 {
    padding-top: 3em;
}

.pb-1 {
    padding-bottom: 5px;
}

.pb-2 {
    padding-bottom: 10px;
}

.pb-3 {
    padding-bottom: 1.2em;
}

.pb-4 {
    padding-bottom: 2em;
}

.pb-5 {
    padding-bottom: 3em;
}

.pl-1 {
    padding-left: 5px;
}

.pl-2 {
    padding-left: 10px;
}

.pl-3 {
    padding-left: 1.2em;
}

.pl-4 {
    padding-left: 2em;
}

.pl-5 {
    padding-left: 3em;
}

.pr-1 {
    padding-right: 5px;
}

.pr-2 {
    padding-right: 10px;
}

.pr-3 {
    padding-right: 1.2em;
}

.pr-4 {
    padding-right: 2em;
}

.pr-5 {
    padding-right: 3em;
}

.pv-1 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pv-2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pv-3 {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}

.pv-4 {
    padding-top: 2em;
    padding-bottom: 2em;
}

.pv-5 {
    padding-top: 3em;
    padding-bottom: 3em;
}

.ph-1 {
    padding-left: 5px;
    padding-right: 5px;
}

.ph-2 {
    padding-left: 10px;
    padding-right: 10px;
}

.ph-3 {
    padding-left: 1.2em;
    padding-right: 1.2em;
}

.ph-4 {
    padding-left: 2em;
    padding-right: 2em;
}

.ph-5 {
    padding-left: 3em;
    padding-right: 3em;
}

.mt-1 {
    margin-top: 5px;
}

.mt-2 {
    margin-top: 10px;
}

.mt-3 {
    margin-top: 1.2em;
}

.mt-4 {
    margin-top: 2em;
}

.mt-5 {
    margin-top: 3em;
}

.mb-1 {
    margin-bottom: 5px;
}

.mb-2 {
    margin-bottom: 10px;
}

.mb-3 {
    margin-bottom: 1.2em;
}

.mb-4 {
    margin-bottom: 2em;
}

.mb-5 {
    margin-bottom: 3em;
}

.ml-1 {
    margin-left: 5px;
}

.ml-2 {
    margin-left: 10px;
}

.ml-3 {
    margin-left: 1.2em;
}

.ml-4 {
    margin-left: 2em;
}

.ml-5 {
    margin-left: 3em;
}

.mr-1 {
    margin-right: 5px;
}

.mr-2 {
    margin-right: 10px;
}

.mr-3 {
    margin-right: 1.2em;
}

.mr-4 {
    margin-right: 2em;
}

.mr-5 {
    margin-right: 3em;
}

.mv-1 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mv-2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mv-3 {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

.mv-4 {
    margin-top: 2em;
    margin-bottom: 2em;
}

.mv-5 {
    margin-top: 3em;
    margin-bottom: 3em;
}

.mh-1 {
    margin-left: 5px;
    margin-right: 5px;
}

.mh-2 {
    margin-left: 10px;
    margin-right: 10px;
}

.mh-3 {
    margin-left: 1.2em;
    margin-right: 1.2em;
}

.mh-4 {
    margin-left: 2em;
    margin-right: 2em;
}

.mh-5 {
    margin-left: 3em;
    margin-right: 3em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

/* Buttons an Links */
.link-btn.disabled {
    opacity: 0.35;
    pointer-events: none;
}

/* Accordion */
.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
}

/* Tabs */
.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

/*VISIBILITY INSTEAD OF DISPLAY*/
/*.tab-content > .tab-pane {
    visibility: hidden;
}

.tab-content > .active {
    visibility: visible
}*/


.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

/* Tooltips */
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 0.92307692em;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

.tooltip-inner {
    max-width: 370px;
    padding: 0px 12px;
    color: #fff;
    text-align: center;
    background-color: #282b33;
    border-radius: 4px;
}

.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

/* Common Custom Dropdowns */
.chosen-container-single .chosen-single {
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    color: #000;
    padding-top: 12px;
    padding-bottom: 13px;
    padding-right: 32px;
    height: auto;
    border: 1px solid transparent;
    line-height: 1.2;
    box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background: #fff;
    box-shadow: none;
    border: 1px solid transparent;
    max-height: 420px;
}

.chosen-container .chosen-drop {
    border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.chosen-container .chosen-results {
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

    .chosen-container .chosen-results li:first-child {
        border-top: 1px solid #ccc;
    }

    .chosen-container .chosen-results li {
        padding: 14px;
        border-bottom: 1px solid #ccc;
        color: #000;
    }

        .chosen-container .chosen-results li:last-child {
            border-bottom: 0 none;
        }

        .chosen-container .chosen-results li.result-selected,
        .chosen-container .chosen-results li.highlighted {
            background: #fff;
            color: #000;
        }

        .chosen-container .chosen-results li:hover,
        .chosen-container .chosen-results li:focus {
            color: #000;
            background: #ccc;
        }

.chosen-container-single .chosen-single div b {
    background-image: none;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    vertical-align: middle;
    -webkit-transform: rotate(-135deg) translateY(100%);
    transform: rotate(-135deg) translateY(100%)
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    -webkit-transform: rotate(-315deg) translateY(-50%) translateX(50%);
    -moz-transform: rotate(-315deg) translateY(-50%) translateX(50%);
    margin-top: -2px;
}

.chosen-container-single .chosen-single div b:before,
.chosen-container-single .chosen-single div b:after {
    position: absolute;
    background-color: #000;
    display: block;
    content: "";
}

.chosen-container-single .chosen-single div b:before {
    width: 100%;
    height: 2px;
    border-radius: 0 5px 5px 0;
}

.chosen-container-single .chosen-single div b:after {
    width: 2px;
    height: 100%;
    border-radius: 0 0 5px 5px;
}


/* Common Carousel */
/* .carousel.slick-slider{ margin-bottom: 20px; } */
.carousel .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 1;
    width: 34px;
    height: 34px;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    border: 0 none;
}

#tor-carousel .carousel .slick-arrow {
    background-color: #494d5a;
}

.carousel .slick-arrow.slick-disabled {
    opacity: 0.5;
}

.carousel .slick-prev {
    left: 0;
    border-radius: 0 50% 50% 0;
}

.carousel .slick-next {
    right: 0;
    border-radius: 50% 0 0 50%;
}

    .carousel .slick-prev .prev-icon,
    .carousel .slick-next .next-icon {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 9px;
        height: 9px;
    }

.carousel .slick-prev .prev-icon {
    -webkit-transform: rotate(-45deg) translate(-50%,-50%);
    transform: rotate(-45deg) translate(-50%,-50%);
    transform-origin: 0 0;
}

.carousel .slick-next .next-icon {
    -webkit-transform: rotate(135deg) translate(-50%,-50%);
    transform: rotate(135deg) translate(-50%,-50%);
    transform-origin: 0 0;
}

    .carousel .slick-prev .prev-icon:after, .carousel .slick-prev .prev-icon:before,
    .carousel .slick-next .next-icon:after, .carousel .slick-next .next-icon:before {
        position: absolute;
        background-color: #999;
    }

.carousel .slick-prev .prev-icon:after {
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    border-radius: 0 0 0 0;
}

.carousel .slick-prev .prev-icon:before {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 0 0 0 0;
}

.carousel .slick-next .next-icon:after {
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    border-radius: 0 0 0 0;
}

.carousel .slick-next .next-icon:before {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 0 0 0 0;
}

.carousel .slick-dots {
    position: absolute;
    bottom: -20px;
    right: 0;
}

    .carousel .slick-dots:after {
        content: "";
        display: table;
        clear: both;
    }

    .carousel .slick-dots li {
        float: left;
    }

        .carousel .slick-dots li button {
            text-indent: -9999px;
            display: block;
            height: 4px;
            background-color: #ccc;
            margin: 0 5px;
            width: 24px;
            cursor: pointer;
            border: 0 none;
            border-radius: 2px;
        }

        .carousel .slick-dots li.slick-active button {
            background-color: #64b000;
        }

/* Common Tabs */
.tab-switch-responsive-block {
}

.tab-switch-wrap {
    background-color: #f9f9f9;
}

.tab-switch-btns {
    display: table;
    table-layout: fixed;
}

    .tab-switch-btns:after {
        content: "";
        display: table;
        clear: both;
    }

    .tab-switch-btns > li {
        display: table-cell;
        height: 50px;
        vertical-align: middle;
    }

        .tab-switch-btns > li > a {
            display: flex;
            background-color: #f9f9f9;
            color: #969696;
            padding: 0 16px;
            height: 100%;
            align-items: center;
            border-bottom: 3px solid #f9f9f9;
        }

        .tab-switch-btns > li.ui-tabs-active > a {
            border-bottom: 3px solid #64b000;
            color: #000;
        }

        .tab-switch-btns > li.ui-state-hover > a,
        .tab-switch-btns > li:hover > a {
            color: #000;
        }

.tablist {
    display: table;
    table-layout: fixed;
}

    .tablist:after {
        content: "";
        display: table;
        clear: both;
    }

    .tablist > li {
        display: table-cell;
        height: 51px;
        vertical-align: middle;
    }

        .tablist > li > a {
            font-size: 1.07692308em;
            display: flex;
            color: #969696;
            padding: 0 16px;
            height: 100%;
            align-items: center;
            border-bottom: 3px solid transparent;
            text-align: center;
            justify-content: center;
        }

        .tablist > li.active > a {
            border-bottom: 3px solid #64b000;
            color: #000;
        }

/* White Tabs */
.white-tab .tablist > li {
    height: auto;
    min-width: 135px;
}

    .white-tab .tablist > li > a {
        padding: 18px 0;
        border-bottom: 0 none;
        background-color: #f9f9f9;
        margin-right: 4px;
        border-radius: 3px 3px 0 0;
        font-size: .923em;
        line-height: 1;
    }

        .white-tab .tablist > li > a:hover,
        .white-tab .tablist > li > a:focus,
        .white-tab .tablist > li.active > a {
            background-color: #fff;
            color: #000;
        }

.white-tab > .tab-content {
    background-color: #fff;
}

.panel-right .tablist > li:not(.active):hover > a {
    color: #64b000;
}

.panel-right .tablist {
    width: 100%;
}

    .panel-right .tablist > li > a {
        border-bottom: 3px solid #494d5a;
    }

    .panel-right .tablist > li.active > a {
        border-bottom: 3px solid #64b000;
        color: #fff;
    }

    .panel-right .tablist.tablist-three-tabs > li > a,
    .panel-right .tab-content .tablist > li > a {
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 2px;
        border-bottom: 1px solid #494d5a;
        font-size: 1.167em;
    }

    .panel-right .tablist.tablist-three-tabs > li.active > a,
    .panel-right .tab-content .tablist > li.active > a {
        border-bottom: 3px solid #64b000;
        padding-bottom: 0;
    }

    .panel-right .tablist.tablist-two-tabs > li {
        width: 50%;
    }

    .panel-right .tablist.tablist-three-tabs > li {
        width: 33.333%;
        height: 49px;
    }



    .panel-right .tablist > li > a {
        color: #fff;
    }

/* Breadycrumbs */
.breadcrumbs {
    color: #fff;
    background-color: #333743;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-right: 20px;
}

    .breadcrumbs .breadcrumbs-inner {
        padding: 14px 0 14px 20px;
        white-space: nowrap;
        display: table-cell;
    }

    .breadcrumbs .breadcrumbs-item a {
        color: #999;
        font-weight: 400;
        text-decoration: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .breadcrumbs .breadcrumbs-item .divider {
        display: inline-block;
        vertical-align: middle;
        margin-right: 9px;
        height: 9px;
        width: 9px;
        background-image: url(../images/arrow-right.svg);
        background-size: contain;
        -webkit-filter: invert(100%);
        -moz-filter: invert(100%);
        filter: invert(100%);
    }

    .breadcrumbs .breadcrumbs-item .active {
        color: #64b000;
    }

    .breadcrumbs .breadcrumbs-back-wrapper {
        display: table-cell;
        width: 50px;
        height: 100%;
        padding: 0;
        text-align: center;
        vertical-align: middle;
    }

    .breadcrumbs .breadcrumb-back {
        position: relative;
        height: 100%;
        width: 100%;
        min-height: 50px;
        display: block;
    }

        .breadcrumbs .breadcrumb-back .icon {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

/* Secondary Breadycrumbs - Used on Terms and Condition page */
.secondory-breadcrumb-wrap {
    background-color: #f3f3f3;
    padding: 20px 0;
}

.secondory-breadcrumb {
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    margin: 0;
    background-color: #f5f5f5;
    margin: 8px 5px;
    border: 1px solid #e1e1e1;
    white-space: nowrap;
    background-color: #fff;
}

    .secondory-breadcrumb .link span {
        position: relative;
        z-index: 1;
    }

    .secondory-breadcrumb .link {
        text-decoration: none;
        color: #454954;
        font-weight: bold;
        background-color: #f3f3f3;
        position: relative;
        text-align: center;
        float: left;
        font-size: 12px;
        text-transform: capitalize;
        padding: 5px 5px 5px 20px;
    }

        .secondory-breadcrumb .link:first-child {
            color: #272a31;
            background-color: #e1e1e1;
        }

        .secondory-breadcrumb .link:last-child {
            color: #a5afae;
            background-color: #fff;
        }

        .secondory-breadcrumb .link:before {
            content: "";
            position: absolute;
            top: 3px;
            right: -14px;
            width: 27px;
            height: 27px;
            -webkit-transform: rotate(45deg) translateY(-50%);
            -moz-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
            z-index: 1;
            background: #f4f4f4;
            border-top: 1px solid #e1e1e1;
            border-right: 1px solid #e1e1e1;
            border-radius: 0 5px 0 50px;
            transform-origin: 0 0;
        }

        .secondory-breadcrumb .link:last-child:before {
            display: none;
        }

        .secondory-breadcrumb .link:first-child:before {
            background-color: #e1e1e1;
        }

        .secondory-breadcrumb .link:last-child:before {
            background-color: #fff;
        }

/* Header */
.navigation-center {
    text-align: center;
}

.page-header-top {
    background-color: #343743;
}

.page-header-bottom {
    background-color: #272a31;
}

.main-navigation {
    display: inline-block;
}

    .main-navigation > li {
        display: inline-block;
    }

        .main-navigation > li > a {
            display: block;
            text-decoration: none;
            font-size: 16px;
            color: #fff;
            padding: 30px 16px 31px;
            position: relative;
        }

            .main-navigation > li > a:hover,
            .main-navigation > li > a:focus {
                color: #64b000;
            }

            .main-navigation > li > a.selected {
                color: #64b000;
                border-bottom: 4px solid #64b000;
            }

            .main-navigation > li > a.new-feature-icon:before {
                content: "New";
                display: block;
                background-color: red;
                font-size: 11px;
                font-weight: 600;
                border-radius: 3px;
                color: #fff;
                position: absolute;
                padding: 5px 10px;
                text-transform: uppercase;
                top: 0;
                transform: translateX(-50%);
                left: 50%;
            }

.page-header-element {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.page-header-top .navigation-center {
    position: relative;
    padding-left: 200px;
    padding-right: 200px;
}

.page-header-top .page-header-left {
    left: 0;
}

.page-header-top .page-header-right {
    right: 0;
}

.page-header-top .page-header-left,
.page-header-top .page-header-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.page-header-top .login-button {
    border: 3px solid #6b6f79;
    display: inline-block;
    font-size: 14px;
    padding: 8px 22px;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    text-shadow: none;
    border-radius: 24px;
    background-color: transparent;
    margin-right: 5px;
}

    .page-header-top .login-button:hover,
    .page-header-top .login-button:focus {
        color: #000;
        background-color: #999;
        border-color: #999;
    }

.page-header-top .join-button {
    border: 3px solid #64b000;
    display: inline-block;
    font-size: 14px;
    padding: 8px 22px;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    text-shadow: none;
    border-radius: 24px;
    background-color: #64b000;
}

    .page-header-top .join-button:hover,
    .page-header-top .join-button:focus {
        border-color: #508c00;
        background-color: #508c00;
    }

.page-header-bottom .page-header-left {
    float: left;
}

.page-header-bottom .page-header-right {
    float: right;
}

.page-header-bottom .page-header-links {
    padding: 0;
    margin: 0;
}

    .page-header-bottom .page-header-links li {
        display: inline-block;
        vertical-align: middle;
    }

        .page-header-bottom .page-header-links li a {
            color: #fff;
            padding: 20px 10px;
            display: block;
            font-size: 14px;
        }

        .page-header-bottom .page-header-links li:first-child a {
            padding-left: 0;
        }

        .page-header-bottom .page-header-links li:last-child a {
            padding-right: 0;
        }

.page-header-bottom .header-right-item {
    font-size: 12px;
    float: left;
    color: #fff;
    position: relative;
}

    .page-header-bottom .header-right-item .header-current-date-text {
        padding: 21px 0 21px 14px;
    }

    .page-header-bottom .header-right-item:last-child {
        padding-right: 0;
    }

    .page-header-bottom .header-right-item:before {
        content: "";
        height: 14px;
        width: 1px;
        position: absolute;
        left: 0;
        background-color: #fff;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }

    .page-header-bottom .header-right-item:first-child:before {
        display: none;
    }

.header-dropdown-wrap {
    position: relative;
}

    .header-dropdown-wrap .header-dropdown-placeholder {
        color: #fff;
        padding-left: 8px;
    }

    .header-dropdown-wrap .header-dropdown-item {
        padding: 21px 25px 21px 16px;
        cursor: pointer;
    }

    .header-dropdown-wrap .header-dropdown-text {
        color: #6b6f79;
    }

    .header-dropdown-wrap:hover .header-dropdown-item .header-dropdown-text {
        color: #fff;
    }

    .header-dropdown-wrap .header-dropdown-inner {
        position: absolute;
        display: none;
        position: absolute;
        top: 100%;
        min-width: 100%;
        max-height: 360px;
        white-space: nowrap;
        z-index: 1;
        overflow: auto;
        border-radius: 0 0 6px 6px;
        z-index: 4;
    }

    .header-dropdown-wrap .header-dropdown-btn {
        display: block;
        padding: 13px 16px;
        text-decoration: none;
        cursor: pointer;
        color: #fff;
        background-color: #282a32;
    }

        .header-dropdown-wrap .header-dropdown-btn.btn-selected {
            color: #64b000;
        }

        .header-dropdown-wrap .header-dropdown-btn:hover,
        .header-dropdown-wrap .header-dropdown-btn:focus {
            background-color: #363a45;
        }

    .header-dropdown-wrap:hover .header-dropdown-inner {
        display: block;
    }

    .header-dropdown-wrap .header-dropdown-arrow {
        position: relative;
        width: 6px;
        height: 6px;
        top: -2px;
        left: 9px;
        display: inline-block;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

    .header-dropdown-wrap:hover .header-dropdown-item .header-dropdown-arrow {
        top: 0;
        -webkit-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    .header-dropdown-wrap .header-dropdown-arrow:before, .header-dropdown-wrap .header-dropdown-arrow:after {
        position: absolute;
        background-color: #fff;
        display: block;
        content: "";
        border-radius: 0;
    }

    .header-dropdown-wrap .header-dropdown-arrow:before {
        width: 100%;
        height: 1px;
    }

    .header-dropdown-wrap .header-dropdown-arrow:after {
        width: 1px;
        height: 100%;
    }

/* Content */

/* Panels */
.page-content {
    margin: 10px auto;
}

.panel-left {
    float: left;
    width: 280px;
    color: #fff;
    background-color: #343743;
}

.panel-right {
    float: right;
    width: 320px;
    background-color: #343743;
    color: #fff;
}

.panel-center {
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.panel-center-inner {
}

.panel-block {
    border-bottom: 1px solid #9daab3;
    padding: 9px 0 16px;
}

    .panel-block .panel-block-title {
        position: relative;
        padding: 10px 12px 10px 29px;
        font-weight: 400;
        color: #fff;
    }

        .panel-block .panel-block-title:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 14px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 20px;
            width: 3px;
            border-radius: 2px;
            background-color: #64b000;
        }

.panel-right .pinned {
    background-color: #343743;
    z-index: 2;
}

.bet-search-form {
    position: relative;
    padding: 0 0 0 34px;
}

    .bet-search-form .bet-search-field {
        font-family: 'Play', sans-serif;
        font-size: 12px;
        color: #fff;
        background-color: transparent;
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding: 10px;
        border: 0;
    }

        .bet-search-form .bet-search-field:focus,
        .bet-search-form .bet-search-field:hover {
            box-shadow: none;
            outline: 0;
        }

    .bet-search-form .search-icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 44px;
        height: 100%;
        background-image: url(../images/search.svg);
        background-size: auto 16px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .bet-search-form .bet-search-field::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
    }

    .bet-search-form .bet-search-field::-moz-placeholder {
        color: #fff;
        opacity: 1;
    }

    .bet-search-form .bet-search-field:-ms-input-placeholder {
        color: #fff;
        opacity: 1;
    }

    .bet-search-form .bet-search-field:-moz-placeholder {
        color: #fff;
        opacity: 1;
    }

.top-coupons-list {
    padding: 0 12px;
}

    .top-coupons-list .coupons-list-item {
        position: relative;
        display: block;
        margin: 4px 0;
        padding: 0 10px 2px;
        height: 46px;
        font-size: 12px;
        font-weight: 400;
        text-decoration: none;
        border-radius: 3px;
        color: #64b000;
        background-color: #343743;
    }

        .top-coupons-list .coupons-list-item:first-child {
            margin-top: 11px;
        }

        .top-coupons-list .coupons-list-item:hover,
        .top-coupons-list .coupons-list-item:focus {
            background-color: rgba(255,255,255,.1);
        }

        .top-coupons-list .coupons-list-item .img-wrap {
            float: left;
            display: flex;
            align-items: center;
            margin-right: 10px;
            width: 36px;
            height: 100%;
        }

            .top-coupons-list .coupons-list-item .img-wrap img {
                display: block;
                width: 100%;
                height: auto;
            }

        .top-coupons-list .coupons-list-item .item-details {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            pointer-events: none;
        }

.coupons-list-item .item-sport {
    margin-bottom: 1px;
    color: #fff;
}

.all-sports-links .link-item {
    display: block;
    padding: 8px 5px 8px 16px;
    background-color: #343743;
    text-decoration: none;
    color: #fff
}

    .all-sports-links .link-item:hover,
    .all-sports-links .link-item:focus {
        background-color: rgba(255,255,255,.1);
    }

    .all-sports-links .link-item.selected {
        color: #64b000;
    }

.all-sports-links .sub-level-1 .link-item {
    padding-left: 32px;
    text-indent: 24px;
    position: relative;
}

    .all-sports-links .sub-level-1 .link-item .link-item-arrow-wrap {
        position: absolute;
        left: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 10px;
        width: 10px;
    }

.link-item-arrow-wrap .link-item-arrow {
    height: 8px;
    width: 8px;
    position: relative;
    display: inline-block;
    top: -1px;
    right: 3px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    transform-origin: 0 0;
}

    .link-item-arrow-wrap .link-item-arrow:after,
    .link-item-arrow-wrap .link-item-arrow:before {
        content: "";
        display: block;
        background-color: #fff;
        position: absolute;
    }

    .link-item-arrow-wrap .link-item-arrow:after {
        height: 2px;
        width: 100%;
    }

    .link-item-arrow-wrap .link-item-arrow:before {
        width: 2px;
        height: 100%;
    }

.all-sports-links .sub-level-2 .link-item {
    padding-left: 45px;
    text-indent: 25px;
}

.all-sports-links .sub-level-1 .link-item.selected {
    color: #fff;
}

    .all-sports-links .sub-level-1 .link-item.selected .link-item-arrow {
        top: 2px;
        right: 5px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.all-sports-links .sub-level-2 .link-item.selected {
    color: #64b000;
}

/* Center content */
.home-carousel-wrapper {
    padding: 14px;
    background-color: #f9f9f9;
}

.home-carousel .slick-list {
    margin-left: -7px;
    margin-right: -7px;
}

    .home-carousel .slick-list:after,
    .home-carousel .slick-list:before {
        content: "";
        display: block;
        width: 7px;
        top: 0;
        z-index: 1;
        background-color: #f9f9f9;
        height: 100%;
        position: absolute;
    }

    .home-carousel .slick-list:before {
        left: 0;
    }

    .home-carousel .slick-list:after {
        right: 0;
    }

.home-carousel .carousel-item-inner {
    height: 246px;
    margin-right: 7px;
    margin-left: 7px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    display: flex;
}

    .home-carousel .carousel-item-inner img {
        max-width: 100%;
    }

.carousel-item .item-event {
    flex-direction: column;
}

.carousel-item .item-event-image {
    height: 117px;
    cursor: grab;
}

.carousel-item .item-event-link {
    display: block;
    height: 100%;
    overflow: hidden;
}

.carousel-item .item-event .item-event-bottom {
    flex: 1 1 0%;
    cursor: -webkit-grab;
    cursor: grab;
}

.carousel-item .item-event-bottom .event-footer {
    display: flex;
    position: absolute;
    zoom: 1;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 10px;
}

.item-event-bottom .event-footer .event-item-action {
    flex: 1 1 0%;
    padding: 3px;
}

.item-event-bottom .event-header {
    padding: 13px 14px 0;
    line-height: 1.4;
}

.item-event-bottom .event-heading {
    position: relative;
    margin: 0;
    font-size: 1em;
    font-weight: 400;
}

.item-event-bottom .event-name,
.item-event-bottom .event-name-text {
    display: block;
}

.item-event-bottom .event-timestamp {
    float: right;
    margin-left: 6px;
    text-align: right;
    color: #969696;
}

    .item-event-bottom .event-timestamp > span {
        display: block;
    }

.bet-button {
    color: #000;
    text-shadow: none;
    border-width: 0;
    border-radius: 4px;
    box-shadow: none;
    background-color: #ebebeb;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 2px 5px;
    display: block;
    line-height: 2.5em;
    text-align: center;
    min-height: 42px;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

@media (hover: hover) {
    .bet-button:hover, .bet-button:focus {
        background-color: #dbdbdb;
    }
}



.odds-arrow-up,
.odds-arrow-down {
    position: absolute;
    opacity: 1;
    z-index: 0;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.odds-arrow-up {
    top: 3px;
    left: 3px;
    border-width: 10px 10px 0 0;
    border-style: solid;
    border-color: #64b000 transparent transparent transparent;
    transform: translate(0);
}

.odds-arrow-down {
    bottom: 3px;
    right: 3px;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #f20000 transparent;
}

.bet-button.bet-button-selected {
    background-color: #64b000;
    color: #fff;
}

.bet-description, .bet-odds {
    display: block;
    margin: 0 auto;
}

.bet-description {
    font-size: .923em;
    font-weight: 400;
}

.bet-button.bet-button-selected:hover,
.bet-button.bet-button-selected:focus {
    background-color: #589c00;
}

.home-carousel {
    margin-bottom: 20px;
    white-space: nowrap;
}

    .home-carousel > .carousel-item {
        display: inline-block;
        margin-right: 10px;
    }

        .home-carousel > .carousel-item:last-child {
            margin-right: 0;
        }

        .home-carousel > .carousel-item .carousel-item-inner {
            width: 294px;
            display: inline-block;
            margin: 0;
        }

    .home-carousel .bet-button-wrap {
        float: none;
    }

    .home-carousel .bet-button .bet-description {
        flex: 1 1 auto;
        width: 1px;
        padding-right: 5px;
        font-size: 1em;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.event-item-action .bet-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    min-height: 38px;
    height: 38px;
    border-radius: 3px;
    text-shadow: none;
    padding: 0 12px;
    min-height: 38px;
}

    .event-item-action .bet-button .bet-description {
        max-width: 90%;
    }

    .event-item-action .bet-button .bet-odds-number {
        font-size: 1.05em;
        font-weight: 700;
    }

.activeBet {
    background-color: #64b000 !important;
    color: white;
}

/* Live Tab */
.carousel-wrap {
    margin: 0 0px;
}

.sports-carousel.carousel {
    margin-bottom: 0;
}

.sports-carousel > .sports-item .sports-item-details {
    padding: 0 24px;
}

.sports-carousel .slick-arrow.slick-disabled {
    display: none !important;
}

.sports-carousel .sports-item {
    text-align: center;
    position: relative;
}

    .sports-carousel .sports-item:after {
        content: '';
        opacity: 0;
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        border-bottom: 4px solid #343743;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        width: 0
    }

#tor-carousel {
    background: #343743;
}

    #tor-carousel .sports-carousel .sports-item:after {
        border-bottom: 4px solid #494d5a;
    }

.sports-carousel .sports-item.active:after {
    opacity: 1;
}

.sports-carousel .sports-item .sports-item-inner {
    display: block;
    padding: 12px 0 10px;
    border-radius: 1px solid transparent;
}

.sports-carousel .sports-item .sports-item-icon {
    margin-bottom: 7px;
}

.sports-carousel .sports-item .sports-item-icon,
.sports-carousel .sports-item .sports-item-details {
    opacity: .555;
    -webkit-transition: opacity ease 400ms;
    -moz-transition: opacity ease 400ms;
    transition: opacity ease 400ms;
}

.sports-carousel .sports-item.active .sports-item-icon,
.sports-carousel .sports-item:hover .sports-item-icon,
.sports-carousel .sports-item.active .sports-item-details,
.sports-carousel .sports-item:hover .sports-item-details {
    opacity: 1;
}

.sports-carousel .sports-item .sports-item-details {
    font-size: .923em;
    color: #000;
    position: relative;
    border-right: 1px solid #ccc;
}

#tor-carousel .sports-carousel .sports-item .sports-item-details {
    border-right: 1px solid #fff;
}

.sports-carousel .sports-item .item-count {
    font-weight: 700;
}

.sports-item .icon {
    color: #0c0c0c;
    font-size: 23px;
}

.sports-carousel .slick-track {
    min-width: 100%;
}

    .sports-carousel .slick-track .sports-item {
        min-width: 91px;
    }

.sports-carousel {
    max-height: 93px;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

    .sports-carousel > .sports-item {
        display: inline-block;
    }

#tor-carousel .sports-item {
    background: #343743;
}

#tor-carousel .sports-carousel .sports-item .sports-item-details {
    color: #ffffff;
}

/* Sport Icons */
.icon {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.i-12 {
    height: 12px;
    width: 12px;
}

.i-14 {
    height: 14px;
    width: 14px;
}

.i-16 {
    height: 16px;
    width: 16px;
}

.i-24 {
    height: 24px;
    width: 24px;
}

.i-24-16 {
    width: 24px;
    height: 16px;
}

.i-28 {
    height: 28px;
    width: 28px;
}

.i-32 {
    height: 32px;
    width: 32px;
}

.icon.i-24-16 {
    background-size: cover;
}

.i-12 {
    height: 12px;
    width: 12px;
}

.i-sports-all {
    background-image: url(../images/sports/allsports.png);
}

.i-sports-football {
    background-image: url(../images/sports/football.png);
}

.i-sports-tennis {
    background-image: url(../images/sports/tennis.png);
}

.i-sports-basketball {
    background-image: url(../images/sports/basketball.png);
}

.i-sports-hockey {
    background-image: url(../images/sports/hockey.png);
}

.i-fast-market {
    background-image: url(../images/fm.png);
}

.i-o-betslip-clear {
    background-image: url(../images/clear.svg);
}

.i-betslip-plus {
    background-image: url(../images/plus.svg);
}

.i-betslip-minus {
    background-image: url(../images/minus.svg);
}

.i-info {
    background-image: url(../images/info.svg);
}

.i-market-statistics {
    background-image: url(../images/market-statistics-white.svg);
}

.i-fav {
    background-image: url(../images/favorite-white.svg);
}

.i-up-down {
    background-image: url(../images/up_down.svg);
}

.i-arrow-back {
    background-image: url(../images/arrow-back.svg);
}

.i-betslip {
    background-image: url(../images/slip.svg);
    background-size: contain;
}

.i-close {
    background-image: url(../images/close.svg);
}

.event-icons-icon {
    border-radius: 3px;
}


.main-event-title {
    padding: 11px 36px 11px 27px;
    margin-bottom: 2px;
    display: block;
    margin-bottom: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.07692308em;
    line-height: 1.2;
    border-radius: 2px;
    color: #fff;
    position: relative;
    background-color: #343743;
}

    .main-event-title:before {
        content: "";
        display: block;
        background-color: #64b000;
        left: 12px;
        top: 10px;
        bottom: 10px;
        position: absolute;
        border-radius: 3px;
        width: 3px;
    }

.league-heading {
    border-radius: 0px;
    padding: 8px 12px;
    background-color: #494d5a;
    white-space: nowrap;
    margin-bottom: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    display: block;
    color: #fff;
    font-size: .92307692em;
    line-height: 1.16666667em;
}

.main-event-title.has-filter {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    height: 38px;
}

    .main-event-title.has-filter.collapsed .filter-shorting {
        display: none;
    }

.filter-shorting .chosen-container-single .chosen-single {
    background-color: transparent;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.filter-shorting .chosen-container .chosen-drop {
    min-width: 180px;
    right: 0;
    margin-top: 0;
}

.filter-shorting .chosen-container .chosen-results li {
    font-size: 12px;
    padding: 14px 14px 13px 14px;
    line-height: 1;
}

.filter-shorting .chosen-container-single .chosen-single div b:before,
.filter-shorting .chosen-container-single .chosen-single div b:after {
    background-color: #fff;
}

.main-event-title .event-left-details {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 38px;
}

    .main-event-title .event-left-details span {
        padding-right: 4px;
    }

        .main-event-title .event-left-details span.event-month,
        .main-event-title .event-left-details span.event-date {
            color: #999;
        }

.main-event-title .filter-shorting {
    float: right;
    height: 100%;
    line-height: 35px;
    max-width: 50%;
    position: relative;
}

    .main-event-title .filter-shorting .chosen-container + .filter-mobile-label {
        display: none;
    }

    .main-event-title .filter-shorting select.chosen-select {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0;
        z-index: 1;
    }

.filter-mobile-label {
    padding-right: 40px;
    position: relative;
    display: block;
}

    .filter-mobile-label .arrow-custom-down {
        position: absolute;
        right: 20px;
        width: 8px;
        height: 8px;
        top: 50%;
        -webkit-transform: rotate(-135deg) translateY(100%);
        -moz-transform: rotate(-135deg) translateY(100%);
        transform: rotate(-135deg) translateY(100%);
        overflow: hidden;
    }

        .filter-mobile-label .arrow-custom-down:after,
        .filter-mobile-label .arrow-custom-down:before {
            content: "";
            display: block;
            background-color: #fff;
        }

        .filter-mobile-label .arrow-custom-down:after {
            border-radius: 0 0 5px 5px;
            width: 2px;
            height: 100%;
        }

        .filter-mobile-label .arrow-custom-down:before {
            border-radius: 0 5px 5px 0;
            width: 100%;
            height: 2px;
        }

.league-heading.heading-multiview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 50px;
    height: 30px;
}

.heading-multiview .league-heading-detail {
    flex: 1 1 auto;
}

.heading-multiview.collapsed .multiview-wrap {
    display: none;
}

.multiview-wrap {
    white-space: nowrap;
    font-size: 0;
    line-height: 1;
}

    .multiview-wrap .multiview-bet-wrap {
        position: relative;
        display: inline-block;
        padding-left: 4px;
        padding-right: 4px;
        vertical-align: middle;
        border-right: 1px solid transparent;
    }

        .multiview-wrap .multiview-bet-wrap:first-child {
            padding-left: 0;
        }

        .multiview-wrap .multiview-bet-wrap:last-child {
            padding-right: 0;
            border-right: 0 none;
        }

        .multiview-wrap .multiview-bet-wrap:after {
            content: "";
            display: inline-block;
            position: absolute;
            top: 4px;
            right: -1px;
            bottom: 4px;
            width: 1px;
            background-color: #6b6f79;
        }

        .multiview-wrap .multiview-bet-wrap:last-child:after {
            display: none;
        }

    .multiview-wrap .multiview-market-name {
        font-size: 12px;
        margin-right: 4px;
        text-align: center;
        display: inline-block;
        width: 40px;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .multiview-wrap .multiview-market-name:last-child {
            margin-right: 0;
        }

.multiview-event.event-wrapper {
    margin: 2px 0;
    padding: 7px 0;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    position: relative;
    border: 1px solid #fff;
}
/* .multiview-event.event-wrapper .event-details-wrap .event-details{ display: flex; align-items: center; } */
.multiview-wrap .multiview-bet-wrap .bet-button {
    display: inline-block;
    width: 40px;
    height: 42px;
    font-weight: normal;
    margin-right: 4px;
    vertical-align: middle;
}

    .multiview-wrap .multiview-bet-wrap .bet-button:last-child {
        margin-right: 0;
    }

.event-wrapper .multiview-wrap .multiview-bet-wrap:after {
    top: 2px;
    bottom: 2px;
    background-color: #ebebeb;
}

.multiview-wrap .bet-button .bet-btn-odd {
    font-size: 12px;
}

.multiview-event .event-all-bets .event-all-bets-inner {
    color: #969696;
    font-weight: normal;
}

    .multiview-event .event-all-bets .event-all-bets-inner:hover {
        color: #000;
    }

.multiview-event .event-all-bets .event-all-bets-number:before {
    display: none;
}

.event-details {
    position: relative;
    padding: 0 8px 0 0;
    font-weight: 400;
    color: #000;
}

.events-for-league .event-wrapper {
    margin: 2px 0;
    padding: 7px 0;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    position: relative;
    border: 1px solid #fff;
}

.events-for-league .event-wrapper-inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    min-height: 42px;
}

.events-for-league .event-wrapper .event-details-wrap {
    display: table-cell;
    vertical-align: middle;
    height: 42px;
}

.event-wrapper.event-two-rows .event-details-wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .event-wrapper.event-two-rows .event-details-wrap .event-details {
        display: table-cell;
    }

    .event-wrapper.event-two-rows .event-details-wrap .event-icons-container:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 38px;
        width: 1px;
        background-color: #ccc;
    }

.event-wrapper.event-two-rows .event-odds {
    display: block;
    width: 100%;
}

.event-misc .bet-button .bet-description {
    width: 68%;
}

.event-misc .bet-button .bet-odds {
    width: 30%;
}

.event-misc .bet-buttons-row:last-child {
    margin-bottom: 0;
}

.events-for-league .event-wrapper .event-details {
    display: block;
    height: auto;
    padding-right: 12px;
    overflow: visible;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.event-details .event-details-time-sport-icon .icon {
    display: block;
    margin: 0 auto;
}

.event-details .event-details-time-sport-icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 1px;
    width: 77px;
    text-align: center;
}

    .event-details .event-details-time-sport-icon:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 38px;
        border-right: 1px solid #ccc;
    }

    .event-details .event-details-time-sport-icon .event-details-game-time {
        font-size: .846em;
        line-height: 1.231em;
        white-space: normal;
        font-family: Tahoma,Arial,sans-serif;
        color: #000;
    }

.event-details-game-time > span:not(:empty) {
    display: inline-block;
    margin-top: 3px;
}

    .event-details-game-time > span:not(:empty) + span:not(:empty) {
        margin-left: 3px;
    }

.event-details .event-icons-row {
    line-height: 1;
}

.event-details .event-icons-icon {
    opacity: 1;
}

.event-details .icon.event-icons-icon {
    opacity: .4;
}

.event-details .event-icons-icon.event-icons-icon-empty {
    background-color: rgba(0,0,0,0.03);
    opacity: 1;
}

.event-details .event-icons-row + .event-icons-row {
    margin-top: 6px;
}

.event-details .event-details-inner {
    margin-right: 52px;
    margin-left: 77px;
    overflow: hidden;
    padding-left: 15px;
}

.event-details .event-details-row {
    line-height: 2.3077em;
    overflow: hidden;
    position: relative;
}

.event-details .event-details-side-right {
    float: right;
}

    .event-details .event-details-side-right > * {
        margin-left: 3px;
        display: inline-block;
    }

.event-details .event-details-side-left {
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-details .event-details-league-header {
    font-weight: 300;
    line-height: 1.6;
    color: #969696;
    font-size: .83333333em;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
}

.event-details .event-details-score {
    font-weight: 700;
    color: #64b000;
    font-family: Tahoma,Arial,sans-serif;
}

.event-details .event-details-game-time,
.event-details .event-details-game-date {
    color: #969696;
}

.event-wrapper .event-odds {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.event-all-bets {
    width: 54px;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: center;
}

.event-wrapper-inner .event-all-bets {
    font-weight: 700;
    font-size: .923em;
    color: #969696;
}

.event-all-bets .event-all-bets-inner {
    color: #000;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.event-all-bets .event-all-bets-number:before {
    content: "+";
}

.event-all-bets-number-arrow {
    position: relative;
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    margin-bottom: 2px;
}

.arrow-custom-right {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.event-all-bets-number-arrow:before, .event-all-bets-number-arrow:after {
    display: block;
    content: "";
    position: absolute;
    background-color: #969696;
    border-radius: 0 0 0 0;
}

.event-all-bets-number-arrow:before {
    width: 100%;
    height: 1px;
}

.event-all-bets-number-arrow:after {
    width: 1px;
    height: 100%;
}

.bet-buttons-row:after,
.event-wrapper .event-odds:after {
    content: "";
    display: table;
    clear: both;
}

.bet-buttons-row:only-of-type, .bet-buttons-row:only-child {
    height: 100%;
    overflow: hidden;
}

.bet-button-wrap {
    float: left;
    height: 100%;
}

    .bet-button-wrap.phantom .bet-button {
        pointer-events: none;
        opacity: .5;
    }

.counted:nth-last-child(2):first-child,
.counted:nth-last-child(2):first-child ~ .counted,
.counted:nth-last-of-type(2):first-of-type,
.counted:nth-last-of-type(2):first-of-type ~ .counted {
    width: 50%;
}

.counted:nth-last-child(3):first-child,
.counted:nth-last-child(3):first-child ~ .counted,
.counted:nth-last-of-type(3):first-of-type,
.counted:nth-last-of-type(3):first-of-type ~ .counted {
    width: 33.33333%;
}

.counted:nth-last-child(1):first-child,
.counted:nth-last-child(1):first-child ~ .counted,
.counted:nth-last-of-type(1):first-of-type,
.counted:nth-last-of-type(1):first-of-type ~ .counted {
    width: 100%;
}

.bet-button-wrap:not(:last-child), .bet-button-wrap:not(:last-of-type) {
    padding-right: 4px;
}

.event-wrapper .bet-odds {
    padding: 1px 0;
}

.bet-odds .bet-odds-number {
    font-size: 1.05em;
}

.scoreboard .scoreboard-table {
    width: 100%;
    table-layout: fixed;
    text-align: right;
    border: 0
}

    .scoreboard .scoreboard-table tr {
        line-height: 1.231em
    }

    .scoreboard .scoreboard-table td, .scoreboard .scoreboard-table th {
        padding: 0;
    }

    .scoreboard .scoreboard-table th {
        background-color: #444;
        border-bottom: 1px solid transparent;
    }

    .scoreboard .scoreboard-table td {
        background-color: transparent;
        width: 1.2em;
    }

    .scoreboard .scoreboard-table .scoreboard-item-team {
        position: relative;
        text-align: left;
        width: auto;
    }

    .scoreboard .scoreboard-table .scoreboard-item-team-name {
        max-width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .scoreboard .scoreboard-table .scoreboard-live-stream-holder {
        position: relative;
        width: 100%;
        height: 1.1875em;
    }

.scoreboard .icon-possession {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 10px;
    background-color: #999;
    left: 0;
    width: 4px;
    height: 8px;
}

.scoreboard .score-team-0 .scoreboard-row-team-0 .icon-possession,
.scoreboard .score-team-1 .scoreboard-row-team-1 .icon-possession {
    background-color: #64b000
}

.scoreboard-table td.scoreboard-item-total {
    width: 1.875em;
    color: #64b000;
    font-weight: 700;
}

.scoreboard-table .scoreboard-item-team-name {
    padding-left: 12px;
}

.scoreboard-table td.scoreboard-item-total {
    font-weight: 700;
}

.scoreboard-table td.scoreboard-item-set,
.scoreboard-table td.scoreboard-item-total {
    font-family: Tahoma,Arial,sans-serif;
}

.bet-buttons-column {
    float: left;
}

    .bet-buttons-column:not(:last-child), .bet-buttons-column:not(:last-of-type) {
        padding-right: 4px;
    }

.event-american-odds .bet-buttons-row {
    height: auto;
}

.money-line-amOdds .bet-button-wrap.counted,
.money-line-amOdds .bet-button-wrap.counted ~ .counted {
    width: 100%;
    padding-right: 0;
}

    .money-line-amOdds .bet-button-wrap.counted:not(:last-child),
    .money-line-amOdds .bet-button-wrap.counted ~ .counted:not(:last-child),
    .money-line-amOdds .bet-button-wrap.counted:not(:last-of-type),
    .money-line-amOdds .bet-button-wrap.counted ~ .counted:not(:last-of-type) {
        padding-bottom: 2px;
    }

.money-line-amOdds .bet-button {
    min-height: 24px;
}

.event-wrapper .money-line-amOdds .bet-button {
    white-space: nowrap;
}

.events-container,
.events-container-highlights {
    padding: 10px 0;
}

.upcoming-event .filter-wrap {
    margin: 10px 0;
}

    .upcoming-event .filter-wrap .filter-col-inner {
        position: relative;
    }

    .upcoming-event .filter-wrap .chosen-container + .filter-mobile-label {
        display: none;
    }

    .upcoming-event .filter-wrap .filter-mobile-label {
        display: block;
        padding: 19px 30px 19px 12px;
        background-color: #fff;
        border: 0 solid #fff;
    }

        .upcoming-event .filter-wrap .filter-mobile-label .arrow-custom-down:after,
        .upcoming-event .filter-wrap .filter-mobile-label .arrow-custom-down:before {
            background-color: #000;
            opacity: 0.5;
        }

    .upcoming-event .filter-wrap select.chosen-select {
        width: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .upcoming-event .filter-wrap .filter-col {
        float: left;
        width: 50%;
        padding: 0 4px;
    }

.show-all-live-games {
    text-align: center;
    margin: 20px auto 35px;
}

    .show-all-live-games .show-all-btn {
        display: inline-block;
        text-transform: capitalize;
        cursor: pointer;
        background-color: #64b000;
        color: #fff;
        border-radius: 4px;
        padding: 14px 30px;
        text-decoration: none;
        line-height: 1.2;
    }

        .show-all-live-games .show-all-btn:hover {
            background-color: #589c00;
        }

.event-odds-titles {
    color: #999;
}

.event-market-odds-title {
    display: block;
    margin-bottom: 2px;
    padding: 6px 0;
    font-size: .857em;
    line-height: 1.25;
    text-align: center;
    color: #000;
    background-color: #e5e5e5;
    border-color: #f9f9f9;
    border-radius: 2px;
    border-style: solid;
}

/* Right Panel elements */
.betting-slip .message {
    margin: 0;
    padding: 24px;
    font-size: .923em;
}

.betting-slip, .quick-bets {
    border-bottom: 1px solid #9daab3;
}

.betSlip-bets-item .betSlip-row-wrapper,
.bets-options-wrap .betSlip-row-wrapper {
    border-top: 1px solid #494d5a;
}

.betSlip-bets-item .betSlip-row-wrapper {
    padding: 12px 12px 2px;
    min-height: 58px;
    position: relative;
}

.betSlip-bets-item:first-child .betSlip-row-wrapper,
.bets-options-wrap:first-child .betSlip-row-wrapper {
    border-top: 0 none;
}

.betSlip_row_remove {
    position: absolute;
    display: block;
    top: 18px;
    right: 12px;
    z-index: 2;
    opacity: 0.5;
}

    .betSlip_row_remove:focus,
    .betSlip_row_remove:hover {
        opacity: 1;
    }

.betSlip-head-row {
    margin-bottom: 15px;
    font-size: 1.077em;
    position: relative;
}

.betStatus {
    line-height: 22px;
}

.betSlip-checkbox .checkbox {
    display: none;
    position: relative;
    left: -9999px;
    opacity: 0;
}

.betSlip-checkbox label {
    height: 22px;
    width: 22px;
    cursor: pointer;
    overflow: hidden;
}

    .betSlip-checkbox label:hover .i-checkmark {
        background-color: #d8d8d8;
    }

.betSlip-checkbox .i-checkmark {
    height: 22px;
    width: 22px;
    border: 2px solid #fff;
    border-radius: 3px;
}

.betSlip-checkbox .checkbox:checked + .i-checkmark {
    background-color: #d8d8d8;
    border-color: #d8d8d8;
    background-image: url(../images/check-mark.svg);
    background-size: 14px 14px;
}

.betSlip-checkbox--multiSelection {
    position: absolute;
    top: 0;
    left: 0;
}

.betSlip-row-content {
    margin-bottom: 10px;
}

.betSlip-row-wrapper .overlay,
.betSlip-row-wrapper .overlayContainer {
    z-index: 2;
    font-size: 1.538em;
    background-color: rgba(52,55,67,0.8);
}

.overlay, .overlayContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .overlay > *, .overlayContainer > * {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin: 0 auto;
        text-align: center;
    }

.betSlip-row-wrapper .overlay .negative,
.betSlip-row-wrapper .overlayContainer .negative {
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.923em;
    color: #fff !important;
    background-color: #f20000;
    min-width: 160px;
    line-height: 1.1;
}

.betSlip-head-row.betSlip-has-checkbox {
    padding-left: 34px;
}

.betSlip-bet-coef {
    margin-left: -2px;
    line-height: 1.2;
}

    .betSlip-bet-coef strong,
    .betSlip-bet-coef label,
    .betSlip-bet-coef span:not(.pickLinePosition) {
        display: inline-block;
        padding: 3px 2px;
    }

.betSlip-message-warning:after,
.purchase-list-status .betSlip-row-wrapper:after,
.same__event .betSlip-bet-coef strong,
.popup_panel_content .account-empty-message {
    color: #fff;
}

.same__event .betSlip-bet-coef strong {
    background-color: #f20000;
}

.blinkBetslip .betSlip-bets-item .updated,
.blinkBetslip .bets-options .updated {
    background-color: #64b000;
    color: #fff;
}

.betSlip-bet-coef strong,
.betting-slip .betSlipMultiPick__item {
    color: #64b000;
}

.betSlip-row-desc {
    font-size: .923em;
    line-height: 1.2;
}

    .betSlip-row-desc .teams_desc,
    .betSlip-row-desc .event_desc,
    .betSlip-row-desc .qa_outright_desc,
    .betSlip-row-desc .min-max_bet {
        margin-bottom: 4px;
    }

        .betSlip-row-desc .teams_desc > span,
        .betSlip-row-desc .teams_desc > strong {
            margin-right: 4px;
        }

    .betSlip-row-desc strong {
        font-weight: 400px;
    }

    .betSlip-row-desc .event_desc,
    .betSlip-row-desc .betSlip_row_desc div:last-child {
        color: #bdbdbd;
    }

.betSlip-row-stake {
    margin-top: 12px;
}

.betSlip-stake {
    position: relative;
}

.stakeboxActions {
    position: relative;
}

.betSlip-stake .betSlip-stake-return {
    position: absolute;
    top: 3px;
    right: 0;
    text-align: right;
}

.stakeboxActions input.stakebox {
    display: block;
    width: 40%;
    margin: 0 auto;
    padding: 0;
    height: 38px;
    font-size: 1.231em;
    line-height: 38px;
    text-align: center;
    border-radius: 0;
    color: #000;
    text-shadow: none;
    box-shadow: none;
    border: 1px solid #f9f9f9;
    background-color: #f9f9f9
}

.betting-slip .stakeboxActions {
    width: 120px;
    margin-bottom: 12px;
    border-radius: 4px;
}

    .betting-slip .stakeboxActions input.stakebox {
        border: 1ps solid #fff;
        width: 60px;
        height: 44px;
        line-height: 44px;
        line-height: initial !important;
        background-color: #fff;
        color: #000;
        font-size: 1.077em;
        font-weight: 400;
        text-shadow: none;
        box-shadow: none
    }

.stakeboxActions .stakeboxActionsBtn {
    position: absolute;
    top: 0;
    width: 30%;
    box-sizing: border-box;
    height: 100%;
    padding: 6px 0;
    border-style: solid;
    border: 1px solid transparent;
    box-shadow: none;
    background-color: #74cc00;
    -webkit-tap-highlight-color: transparent;
}

    .stakeboxActions .stakeboxActionsBtn .icon {
        display: block;
        margin: 0 auto;
    }

.betting-slip .stakeboxActions .stakeboxActionsBtn {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 30px;
    box-shadow: none;
    background-color: #494d5a;
}

.stakeboxActions .stakeboxActionsBtn.stakeboxActionsPlus {
    right: 0;
    border-radius: 0 4px 4px 0;
}

.stakeboxActions .stakeboxActionsBtn.stakeboxActionsMinus {
    left: 0;
    border-radius: 4px 0 0 4px;
}

.betting-slip .stakeboxActions .stakeboxActionsBtn:hover {
    border-color: #6b6f79;
    background-color: #6b6f79;
}

.betting-slip .stakeboxActions .stakeboxActionsBtn.inactive {
    background-color: #ebebeb
}

.stakeboxActions .inactive .i-betslip-minus {
    background-image: url(../images/minus-inactive.svg);
}

.stakeboxActions .inactive .i-betslip-plus {
    background-image: url(../images/plus-inactive.svg);
}

.betSlip-stake .betSlip-stake-return-head {
    display: block;
    margin-bottom: 1px;
    font-size: 1.077em;
}

.betSlip-stake .betSlip-stake-return-value {
    display: block;
    color: #64b000;
    font-size: 1.231em;
    font-weight: 700;
}

.betSlip-buy-points .stakeBuyPoints {
    margin: 12px 0;
}

.betting-slip .heading,
.betting-slip .ukSlipHeading {
    padding: 13px 12px;
    background-color: #494d5a;
    color: #fff;
    font-size: 1.077em;
}

.betSlip-title-count {
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 1.077em;
}

    .betSlip-title-count .betSlip-bets-count-sep {
        padding-left: 1px;
        padding-right: 1px;
    }

.bets-options-wrap .betSlip-bets-item:last-child {
    border-bottom: 1px solid #494d5a;
}

.betting-slip .betSlip-bets-item:last-child {
    border-bottom: 1px solid #494d5a;
}

.betSlip-select-filter .chosen-container + .filter-mobile-label,
.chosen-container + .filter-mobile-label {
    display: none;
}

.betSlip-select-filter {
    position: relative;
}

    .betSlip-select-filter select.chosen-select {
        width: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .betSlip-select-filter .filter-mobile-label {
        background: #fff;
        border-radius: 2px;
        font-size: 14px;
        color: #000;
        padding: 12px 32px 13px 12px;
        height: auto;
        border: 1px solid transparent;
        line-height: 1.2;
        box-shadow: none;
        position: relative;
    }

        .betSlip-select-filter .filter-mobile-label .arrow-custom-down:after,
        .betSlip-select-filter .filter-mobile-label .arrow-custom-down:before {
            background-color: #000;
        }

.betSlip-loader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
}

    .betSlip-loader .loader {
        margin: 0;
    }

.betSlip-message {
    position: relative;
    padding: 14px 12px;
    background-color: #0e0e0e;
}

    .betSlip-message.error {
        border-color: #f20000;
    }

.betSlip-message-warning {
    background-color: #f20000;
    text-align: left;
}

    .betSlip-message-warning:after {
        display: block
    }

    .betSlip-message-warning p {
        line-height: 16px
    }

.betSlip-message-warning, .purchase-list-status .betSlip-row-wrapper {
    padding-right: 42px;
}

    .betSlip-message-warning:after, .purchase-list-status .betSlip-row-wrapper:after {
        content: '!';
        position: absolute;
        top: 50%;
        right: 12px;
        margin-top: -9px;
        border: 2px solid #fff;
        border-radius: 100%;
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-weight: 700;
        font-size: .923em;
        text-align: center;
    }

.betSlip-summary {
    position: relative;
    padding-top: 10px;
}

.betSlip-summary-table {
    width: 100%;
}

    .betSlip-summary-table th,
    .betSlip-summary-table td {
        padding: 3px 10px;
    }

    .betSlip-summary-table th {
        font-size: 1.077em;
    }

    .betSlip-summary-table td {
        font-size: .923em;
    }

.betSlip-summary-return {
    font-size: 1.384em;
    font-weight: 700;
}

    .betSlip-summary-return th, .betSlip-summary-return td {
        padding-top: 9px;
        font-weight: 700;
    }

    .betSlip-summary-return .summaryMoney {
        color: #64b000;
    }

.betSlip-btn-holder {
    margin: 11px auto;
    padding: 0 12px;
    font-size: 1.077em;
    text-align: center;
}

.betSlip-btn {
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    display: block;
    color: #fff;
    width: 100%;
    background-color: #64b000;
    line-height: 40px;
    cursor: pointer;
    border-radius: 2px;
    border: 0 none;
    text-shadow: none;
    font-weight: 400;
}

    .betSlip-btn:hover,
    .betSlip-btn:focus {
        background-color: #589c00;
    }

.betSlip-btn-holder.clearAllBtn {
    padding-top: 0;
    margin-top: 01;
}

    .betSlip-btn-holder.clearAllBtn a {
        color: #999;
        line-height: 38px;
        text-decoration: none;
        width: 100%;
        display: block;
        text-align: center;
    }

        .betSlip-btn-holder.clearAllBtn a:hover,
        .betSlip-btn-holder.clearAllBtn a:focus {
            color: #fff;
        }

.bets-options-group {
    padding-top: 6px;
}

    .bets-options-group .radio-label {
        display: block;
        margin-bottom: 15px;
        padding: 3px 0 3px 33px;
        position: relative;
    }

        .bets-options-group .radio-label .i-controls-radio-mark {
            height: 20px;
            width: 20px;
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            border: 2px solid #ebebeb;
            border-radius: 20px;
        }

            .bets-options-group .radio-label .i-controls-radio-mark:after {
                content: "";
                height: 8px;
                width: 8px;
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%,-50%);
                -moz-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                border-radius: 10px;
            }

        .bets-options-group .radio-label .bets-option {
            position: absolute;
            left: 0;
            right: 0;
            height: 0;
            width: 0;
            overflow: hidden;
            opacity: 0;
            display: none;
        }

            .bets-options-group .radio-label .bets-option:checked + .i-controls-radio-mark {
                border: 2px solid #aeaeae;
            }

                .bets-options-group .radio-label .bets-option:checked + .i-controls-radio-mark:after {
                    background-color: #aeaeae;
                }

.bets-options-name {
    font-size: 1.077em;
}

/* Golden Goal */
.golden-goal-head {
    text-align: center;
    padding: 10px 0;
}

    .golden-goal-head > div {
        padding: 3px 0;
    }

    .golden-goal-head small {
        font-size: 12px;
    }

    .golden-goal-head b {
        font-weight: bold;
    }

    .golden-goal-head .jackpot-title {
        font-weight: bold;
        font-size: 20px;
        color: #5AB100;
        line-height: 1.2;
    }

.golden-goal.panel-block {
    padding-bottom: 35px;
}

.golden-goal .toolbar {
    position: relative;
    height: 40px;
}

    .golden-goal .toolbar .wrapper-options {
        width: 60%;
        left: 8px;
        position: absolute;
        top: 0;
    }

    .golden-goal .toolbar .wrapper-stake {
        width: 30%;
        right: 8px;
        position: absolute;
        top: 4px;
        font-size: 15px;
        line-height: 34px;
        text-align: right;
        font-weight: 600;
    }

    .golden-goal .toolbar .amount {
        color: #5ab100;
    }

    .golden-goal .toolbar .default,
    .golden-goal .toolbar .random,
    .golden-goal .toolbar .reset {
        height: 40px;
        width: 40px;
        background-size: 40px;
        position: absolute;
        top: 0;
        display: block;
        background-repeat: no-repeat;
    }

    .golden-goal .toolbar .default {
        background-image: url(../images/nb_icon_new_widget.png);
        left: 0;
    }

    .golden-goal .toolbar .random {
        background-image: url(../images/random_new_widget.png);
        left: 50%;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }

    .golden-goal .toolbar .reset {
        background-image: url(../images/clear_new_widget.png);
        right: 0;
    }

.golden-goal-foot .submit-btn-wrap {
    padding: 4px 8px;
}

    .golden-goal-foot .submit-btn-wrap .submit-btn {
        width: 100%;
        font-size: 13px;
        background-color: #5ab100;
        border: 0 none;
        text-transform: uppercase;
        height: 40px;
        line-height: 30px;
        color: #fff;
        font-weight: 700;
        cursor: pointer;
        padding: 0 6px;
        border-radius: 0;
        -webkit-appearance: none;
        appearance: none;
        text-align: center;
    }

.golden-goal-foot .all-grid-btn-wrap {
    padding: 0 8px;
}

    .golden-goal-foot .all-grid-btn-wrap > a {
        display: block;
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        background-color: #a2a2a2;
        color: #000;
        font-weight: bold;
        text-align: center;
    }

.button-list {
    font-size: 14px;
}

    .button-list li {
        height: 43px;
    }

        .button-list li:after {
            content: "";
            display: table;
            clear: both;
        }

    .button-list button {
        float: left;
        font-size: 14px;
        cursor: pointer;
        font-weight: 700;
        height: 40px;
        line-height: 18px;
        margin: 0 2px;
        width: calc(40% - 4px);
        background: #E2E2E2;
        border: 0 none;
        border-radius: 0;
        color: #464955;
        font-weight: 500;
        padding: 0;
    }

        .button-list button.active {
            background: #5AB100;
            color: #fff;
        }

        .button-list button.btn-small {
            width: calc(20% - 4px);
        }

.panel-right .panel-block-title {
    margin-bottom: 2px;
}

/* Top Winners */
.top-winners-head {
    position: relative;
    padding: 16px 25px;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
}

    .top-winners-head .arrow {
        height: 12px;
        width: 12px;
        position: absolute;
        display: block;
        left: 50%;
        top: 50%;
        transform-origin: 0 0;
    }

        .top-winners-head .arrow:after,
        .top-winners-head .arrow:before {
            content: "";
            position: absolute;
            background-color: #fdfdfd;
            display: block;
            border-radius: 0;
        }

        .top-winners-head .arrow:after {
            height: 100%;
            width: 2px;
        }

        .top-winners-head .arrow:before {
            width: 100%;
            height: 2px;
        }

    .top-winners-head .prev-btn .arrow {
        -webkit-transform: rotate(-45deg) translate(-50%, -50%);
        transform: rotate(-45deg) translate(-50%, -50%);
    }

    .top-winners-head .next-btn .arrow {
        -webkit-transform: rotate(135deg) translate(-50%, -50%);
        transform: rotate(135deg) translate(-50%, -50%);
    }

    .top-winners-head .prev-btn,
    .top-winners-head .next-btn {
        display: block;
        height: 20px;
        width: 20px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }

    .top-winners-head .prev-btn {
        left: 8px;
    }

    .top-winners-head .next-btn {
        right: 8px;
    }

.top-winners .info-toggle-icon {
    cursor: pointer;
    float: right;
    height: 14px;
    width: 14px;
    background-image: url(../images/info-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.ranking-table-wrap table {
    border: 0;
    border-spacing: 0;
    width: 100%;
    border-collapse: separate;
    color: #303441;
}

    .ranking-table-wrap table tr.even td {
        color: #303441;
        background-color: #e6e6e6;
    }

    .ranking-table-wrap table tr.odd td {
        color: #fff;
        background-color: #333743;
    }

    .ranking-table-wrap table tr.odd .info-toggle-icon {
        -webkit-filter: contrast(0%) brightness(600%);
        filter: contrast(0%) brightness(600%);
    }

    .ranking-table-wrap table tr td.green {
        color: #5ab000;
        font-weight: bold;
    }

    .ranking-table-wrap table td {
        padding: 20px 8px;
        white-space: nowrap;
        overflow: hidden;
        font-size: 13px;
    }

        .ranking-table-wrap table td:nth-child(1) {
            width: 15%;
        }

        .ranking-table-wrap table td:nth-child(2) {
            width: 34%;
        }

        .ranking-table-wrap table td:nth-child(3) {
            width: 17%;
        }

    .ranking-table-wrap table tr.details-row td {
        padding: 15px;
    }

.ranking-table-wrap .details-row .details-row-inner {
    font-size: 11px;
    padding-top: 4px;
}

.ranking-table-wrap .details-row-inner > div {
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 2px;
}

.ranking-table-wrap .details-row .details-title {
    font-weight: bold;
}

.ranking-table-wrap .details-row .details-cell-title {
    font-weight: bold;
}

.ranking-table-wrap .details-row .details-cell {
    width: 50%;
    float: left;
}

.ranking-table-wrap table tr.odd.details-row td .details-row-inner {
    background-color: #e6e6e6;
    color: #303441;
}

.ranking-table-wrap table tr.even.details-row td .details-row-inner {
    background-color: #333743;
    color: #fff;
}

.ranking-table-wrap table tr.details-row {
    display: none;
}

    .ranking-table-wrap table tr.details-row.active {
        display: table-row;
    }

.panel-block.top-winners {
    border-bottom: 0 none;
}

.full-rating-wrap {
    margin: 15px;
}

    .full-rating-wrap .full-rating-button {
        width: 100%;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        background-color: #a2a2a2;
        color: #303441;
        line-height: 1.3;
        padding: 12px;
        display: block;
    }

.top-winners .loader {
    background-color: rgba(240,240,240,0.6);
    overflow: hidden;
    z-index: 3;
}

.top-winners .tab-pane {
    position: relative;
}

.top-winners .loader .loading {
    height: 60px;
    width: 60px;
    margin: 0 auto;
    top: 20px;
    background-size: 100%;
    background-image: url("../images/loading.png");
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    margin-left: -35px;
}

.loader.animate .loading {
    -webkit-animation-name: loading_rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-name: loading_rotate;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes loading_rotate {
    0% {
        transform: scale(1) rotate(0deg);
    }

    12.5% {
        transform: scale(0.99) rotate(90deg);
    }

    25% {
        transform: scale(0.975) rotate(180deg);
    }

    37.5% {
        transform: scale(0.95) rotate(270deg);
    }

    50% {
        transform: scale(0.915) rotate(360deg);
    }

    62.5% {
        transform: scale(0.95) rotate(450deg);
    }

    75% {
        transform: scale(0.975) rotate(540deg);
    }

    87.5% {
        transform: scale(0.99) rotate(630deg);
    }

    100% {
        transform: scale(1) rotate(720deg);
    }
}

@-webkit-keyframes loading_rotate {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
    }

    12.5% {
        -webkit-transform: scale(0.99) rotate(90deg);
    }

    25% {
        -webkit-transform: scale(0.975) rotate(180deg);
    }

    37.5% {
        -webkit-transform: scale(0.95) rotate(270deg);
    }

    50% {
        -webkit-transform: scale(0.915) rotate(360deg);
    }

    62.5% {
        -webkit-transform: scale(0.95) rotate(450deg);
    }

    75% {
        -webkit-transform: scale(0.975) rotate(540deg);
    }

    87.5% {
        -webkit-transform: scale(0.99) rotate(630deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(720deg);
    }
}


/* Region Tabs */
.region-tabs .tablist {
    padding-left: 10px;
}

.region-tabs .tab-content .tablist {
    padding-left: 0;
}

.region-tabs .tablist > li > a {
    border-bottom-width: 4px;
}

.region-tabs .race-inner {
    padding: 0 0px;
}

.region-tabs .next-race-title {
    font-size: 1.077em;
    padding-top: 15px;
}

.next-race-slider-loader {
    background-color: #fff;
}

.next-race-slider-wrap {
    margin-left: -3px;
    margin-right: -3px;
    overflow: hidden;
}

.next-race-slider {
    white-space: nowrap;
}

    .next-race-slider > .race-item {
        display: inline-block;
        width: 290px;
    }

    .next-race-slider.carousel .slick-prev,
    .next-race-slider.carousel .slick-next {
        width: 46px;
        height: 45px;
        opacity: 1;
        -webkit-transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        transition: all ease 300ms;
    }

        .next-race-slider:not(:hover) .slick-prev,
        .next-race-slider.carousel .slick-prev.slick-disabled {
            opacity: 0;
            -webkit-transform: translate(-100%,-50%);
            -moz-transform: translate(-100%,-50%);
            transform: translate(-100%,-50%);
        }

        .next-race-slider:not(:hover) .slick-next,
        .next-race-slider.carousel .slick-next.slick-disabled {
            opacity: 0;
            -webkit-transform: translate(100%,-50%);
            -moz-transform: translate(100%,-50%);
            transform: translate(100%,-50%);
        }

        .next-race-slider.carousel .slick-next .next-icon:after,
        .next-race-slider.carousel .slick-prev .prev-icon:after {
            width: 1px;
        }

        .next-race-slider.carousel .slick-prev .prev-icon:before,
        .next-race-slider.carousel .slick-next .next-icon:before {
            height: 1px;
        }

    .next-race-slider .race-item {
        padding-left: 3px;
        padding-right: 3px;
    }

    .next-race-slider .race-item-title {
        background-color: #343743;
        position: relative;
        padding: 12px;
        color: #fff;
        border-radius: 3px 3px 0 0;
    }

        .next-race-slider .race-item-title .race-name {
            margin-left: 14px;
            font-size: .923em;
            line-height: 1.333em;
        }

        .next-race-slider .race-item-title:before {
            content: "";
            display: block;
            position: absolute;
            left: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 3px;
            height: 20px;
            background-color: #64b000;
        }

    .next-race-slider .race-item .race-item-rows {
        min-height: 159px;
        /*background-color: #fff;*/
    }

    .next-race-slider .race-item .race-item-row {
        display: table;
        width: 100%;
        padding: 8px;
        border-bottom: 1px solid #e5e5e5;
    }

.race-item .race-item-loader {
    padding: 68px 0 67px;
    background-color: #fff;
}

.race-item .race-item-row > div {
    display: table-cell;
    vertical-align: middle;
}

.race-item .race-item-row .race-image-wrap {
    padding: 0 12px 0 8px;
    width: 44px;
}

.race-item .race-item-row .race-icon {
    display: block;
    height: 17px;
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

.race-item .race-item-row .race-detail {
    max-width: 140px;
}

.race-item .race-item-row .race-detail--top,
.race-item .race-item-row .race-detail--bottom {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.race-item .race-item-row .race-detail--top {
    color: #000;
}

.race-item .race-item-row .race-detail--bottom {
    color: #999;
}

.race-item .race-item-row .race-item--odd {
    text-align: right;
}

.race-item .race-item--odd .bet-button {
    max-width: 100%;
    width: 110px;
    display: inline-block;
    font-size: .923em;
    min-height: 36px;
}

.race-item .race-item-viewall {
    display: block;
    padding: 14px 0;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 0 0 3px 3px;
    cursor: pointer;
    text-decoration: none;
    color: #969696;
    font-size: 0.923em;
}

    .race-item .race-item-viewall:hover,
    .race-item .race-item-viewall:focus {
        background-color: #ccc;
        color: #000;
    }



.current-races .current-races--row {
    border-bottom: 1px solid #e5e5e5;

}



    .current-races .current-races--row:after {
        content: "";
        clear: both;
        display: table;
    }

    .current-races .current-races--row .current-races-place {
        width: 17%;
        min-width: 200px;
        float: left;
        padding: 16px 0 16px 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 1.077em;

    }

        .current-races .current-races--row .current-races-place .current-races-league {
            max-width: 115px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
        }

    .current-races .current-races--row .current-races-events-wrapper {
        overflow: hidden;
    }

.current-races .current-races-events {
    margin: 8px 10px 0;
}

    .current-races .current-races-events .current-races-event {
        color: #000;
        width: 95px;
        display: inline-block;
        font-size: .923em;
        padding: 10px 3px;
        margin-right: -2px;
        margin-bottom: 4px;
        text-align: center;
    }

        .current-races .current-races-events .current-races-event:hover {
            background-color: #d2d2d2;
        }

    .current-races .current-races-events .cls {
        background-color: #e5e5e5;
    }

        .current-races .current-races-events .cls:hover {
            background-color: #d2d2d2;
        }



    .current-races .current-races-events .last {
        border-radius: 0 20px 20px 0;
    }

    .current-races .current-races-events .first {
        border-radius: 20px 0px 0px 20px;
    }

.current-races .current-races-event.current-races-event--result, .current-races .greenTint {
    background-color: #359e02 !important;
    color: #fff !important;
}

    .current-races .current-races-event.current-races-event--result:hover, .current-races .greenTint:hover {
        background-color: #297b02 !important;
    }

.current-races .current-races-event.current-races-event--raceoff, .current-races .redTint {
    background-color: #f20000 !important;
    color: #fff !important;
}

    .current-races .current-races-event.current-races-event--raceoff:hover, .current-races .redTint:hover {
        background-color: #ce0000 !important;
    }

.current-races .current-races-event .current-races-status {
    display: inline-block;
    padding: 0 10px 0 8px;
}

@media screen and (min-width: 769px ) {

    .current-races {
        display: table;
        border-collapse: collapse;
    }

        .current-races .current-races--row {
            display: table-row;
        }

            .current-races .current-races--row .current-races-place {
                float: none;
                display: table-cell;
                overflow: hidden;
                vertical-align: middle;
            }
}


.future-races-events .future-races-events--row {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding-left: 20px;
}

.future-races-events .future-races-event {
    display: block;
    position: relative;
}

    .future-races-events .future-races-event .future-races-event-league {
        display: inline-block;
        width: 85%;
        padding: 8px 0;
        color: #000;
    }

.future-races-events .future-races-event-league span {
    display: block;
    line-height: 1.25;
}

.future-races-events .future-races-event .future-races-event-arrow {
    height: 10px;
    width: 10px;
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg) translate(-50%, -50%);
    transform: rotate(135deg) translate(-50%, -50%);
}

    .future-races-events .future-races-event .future-races-event-arrow:after,
    .future-races-events .future-races-event .future-races-event-arrow:before {
        content: "";
        position: absolute;
        background-color: #999999;
        display: block;
        border-radius: 0;
    }

    .future-races-events .future-races-event .future-races-event-arrow:after {
        height: 100%;
        width: 1px;
    }

    .future-races-events .future-races-event .future-races-event-arrow:before {
        width: 100%;
        height: 1px;
    }

/* Event Outrights */
.event-outright .bet-button-row:after {
    content: "";
    display: table;
    clear: both;
}

.event-outright .bet-button-row {
    margin-bottom: 2px;
}

.event-outright .bet-button {
    background-color: #fff;
    min-height: 34px;
}

    .event-outright .bet-button:hover,
    .event-outright .bet-button:focus {
        background-color: #dbdbdb;
        border-color: #dbdbdb;
    }

    .event-outright .bet-button.bet-button-selected {
        background-color: #64b000;
    }

        .event-outright .bet-button.bet-button-selected:hover {
            background-color: #589c00;
        }

    .event-outright .bet-button .bet-description {
        width: 68%;
        text-align: left;
        display: inline-block;
        vertical-align: middle;
    }

    .event-outright .bet-button .bet-odds {
        width: 30%;
        text-align: right;
        display: inline-block;
        vertical-align: middle;
    }

/* Horse Racing Inner Page */
.racing-card {
    padding: 10px;
}

    .racing-card .racing-card--header {
        background-color: #fff;
    }

        .racing-card .racing-card--header .card-header-text {
            padding: 16px 20px;
            line-height: 1.3;
            display: block;
            font-size: 1.07692308em;
            border-bottom: 1px solid #e6e6e6;
        }

    .racing-card .racing-card--picker {
        background-color: #fff;
        border-radius: 0 0 3px 3px;
    }

.racing-card--dropdown {
    position: relative;
}

    .racing-card--dropdown .chosen-container + .filter-mobile-label {
        display: none;
    }

    .racing-card--dropdown .filter-mobile-label {
        line-height: 1.7;
        padding: 12px 32px 12px 15px;
        background-color: #f9f9f9;
        width: 100%;
        display: block;
        font-size: 14px;
    }

        .racing-card--dropdown .filter-mobile-label .arrow-custom-down:after,
        .racing-card--dropdown .filter-mobile-label .arrow-custom-down:before {
            background-color: #999;
        }

    .racing-card--dropdown select.chosen-select {
        width: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .racing-card--dropdown .chosen-single {
        background-color: #f9f9f9;
        line-height: 1.7;
        padding-left: 15px;
    }

    .racing-card--dropdown .chosen-container .chosen-results li {
        border-bottom: 1px solid #ebebeb;
        line-height: 1.6;
    }

        .racing-card--dropdown .chosen-container-active.chosen-with-drop .chosen-single,
        .racing-card--dropdown .chosen-container .chosen-results li.result-selected,
        .racing-card--dropdown .chosen-container .chosen-results li.highlighted,
        .racing-card--dropdown .chosen-container .chosen-drop {
            background-color: #f9f9f9;
        }

        .racing-card--dropdown .chosen-container .chosen-results li:hover,
        .racing-card--dropdown .chosen-container .chosen-results li:focus {
            background-color: #ebebeb;
        }

.racing-card .racing-card--picker .racing-card--event-box {
    padding: 10px 0;
    overflow: hidden;
}

.racing-card--event-box .event-time-btn {
    border: 0 none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    display: inline-block;
    border-radius: 20px;
    width: 65px;
    line-height: 24px;
    height: 24px;
    padding: 0 2px;
    text-align: center;
    font-size: 13px;
    margin: 3px 5px 3px 0;
    cursor: pointer;
    font-weight: normal;
}

    .racing-card--event-box .event-time-btn:hover,
    .racing-card--event-box .event-time-btn:focus,
    .racing-card--event-box .event-time-btn.button-selected,
    .racing-card--event-box .event-time-btn.button-selected:hover,
    .racing-card--event-box .active {
        background-color: #333743 !important;
        color: #fff;
    }

.closed-event {
    background-color: #e2e2e2 !important;
}


.racing-card .racing-card--subheader {
    padding: 12px 0;
    color: #969696;
}

    .racing-card .racing-card--subheader .card-header-text {
        padding-left: 4px;
    }

.raceing-tabs-wrap {
    padding: 0 10px 10px;
}

.raceing-table {
    width: 100%;
}

    .raceing-table .shorting-table-head th {
        height: 52px;
        padding: 10px;
        vertical-align: middle;
        text-align: left;
        white-space: nowrap;
        border-bottom: 1px solid #e5e5e5;
        font-size: 13px;
        background-color: #fff;
        color: #969696;
    }

        .raceing-table .shorting-table-head th a {
            color: #969696;
            float: left;
            margin-right: 4px;
        }

        .raceing-table .shorting-table-head th > a {
            vertical-align: middle;
            text-decoration: none;
        }

        .raceing-table .shorting-table-head th .short-icon {
            height: 12px;
            width: 8px;
            background-image: url(../images/sprite-arrows-solid.svg);
            display: inline-block;
            vertical-align: middle;
            background-repeat: no-repeat;
            background-size: 8px 36px;
            background-position: center 0;
        }

        .raceing-table .shorting-table-head th.short-up a,
        .raceing-table .shorting-table-head th.short-down a,
        .raceing-table .shorting-table-head th a:hover {
            color: #000;
        }

        .raceing-table .shorting-table-head th.short-up .short-icon {
            background-position: center -12px;
        }

        .raceing-table .shorting-table-head th.short-down .short-icon {
            background-position: center -24px;
        }

        .raceing-table .shorting-table-head th.racing-tableColumn-prevOdds_title a {
            float: none;
            cursor: default;
            color: #000;
        }

        .raceing-table .shorting-table-head th.racing-tableColumn-odds {
            text-align: center;
        }

            .raceing-table .shorting-table-head th.racing-tableColumn-odds a {
                float: none;
            }

    .raceing-table td {
        border-bottom: 1px solid #e5e5e5;
        padding-left: 10px;
        height: 52px;
        text-align: left;
        vertical-align: middle;
    }

        .raceing-table td .bet-button {
            font-size: 12px;
            min-height: 0;
            height: 36px;
            padding-bottom: 10px;
        }

        .raceing-table td.racing-tableColumn-odds {
            padding: 7px 10px;
        }

.race-table-row:hover {
    background: #f5f5f5;
}

.no-left-border {
    border-left: 0 none !important;
}

.raceing-table td .horseRacing-horseWeight,
.raceing-table td .horseRacing-horseAge {
    display: inline-block;
}

.raceing-table td .horseRacing-jockey-line {
    color: #969696;
}

.raceing-table.odds-table td:not(:first-child) {
    text-align: center;
}

.raceing-table .raceing-col-label {
    position: relative;
    display: inline-block;
    padding: 0;
}

    .raceing-table .raceing-col-label .horseRacing-checkbox {
        opacity: 0;
        z-index: -1;
        height: 0;
        width: 0;
        position: absolute;
    }

    .raceing-table .raceing-col-label .raceing-col-check {
        display: block;
        border-radius: 3px;
        width: 22px;
        height: 22px;
        background-color: #ccc;
    }

    .raceing-table .raceing-col-label .horseRacing-checkbox:checked + .raceing-col-check {
        background-image: url("../images/check-sharp.svg");
        background-color: #64b000;
        background-position: center;
        background-size: 11px 10px;
        background-repeat: no-repeat;
    }

    .raceing-table .raceing-col-label .horseRacing-checkbox:hover + .raceing-col-check {
        background-color: #dbdbdb;
    }

    .raceing-table .raceing-col-label .horseRacing-checkbox:disabled + .raceing-col-check {
        opacity: 0.3;
    }

.raceing-table.odds-table th {
    text-align: left;
}

.raceing-table .second-level-head th {
    width: 60px;
    padding: 0;
    text-align: center;
}

.raceing-table-wrap .raceing-table-bottom-actions {
    text-align: right;
}

    .raceing-table-wrap .raceing-table-bottom-actions .link-btn {
        padding: 0 30px;
        color: #000;
        line-height: 52px;
        height: 52px;
        display: inline-block;
        font-size: 12px;
    }

    .raceing-table-wrap .raceing-table-bottom-actions .reset-link {
        padding: 0 30px;
        color: #000;
    }

    .raceing-table-wrap .raceing-table-bottom-actions .add-link {
        background-color: #64b000;
        color: #fff;
    }

        .raceing-table-wrap .raceing-table-bottom-actions .add-link:hover {
            background-color: #589c00;
        }

.raceing-table-wrap td.border-right {
    border-right: 1px solid #e5e5e5;
}

.raceing-table-wrap tr.disabled {
    opacity: 0.45;
    pointer-events: none;
    text-decoration: line-through !important;
}

/* Event League */
.event-view-scoreboard-image {
    margin: 10px 10px 0;
    height: 120px;
    min-height: 172px;
    background-image: url(../images/soccer.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 4px;
}

    .event-view-scoreboard-image .prematch-sc-parts {
        position: absolute;
        color: #fff;
        margin: 0 auto;
    }

    .event-view-scoreboard-image .prematch-sc-parts-back {
        background-color: #333743;
        height: 60px;
        border-radius: 5px;
    }

    .event-view-scoreboard-image .prematch-sc-team-name {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .event-view-scoreboard-image .prematch-sc-parts-front {
        height: 88px;
        border-radius: 8px;
        background-color: #3a3f49;
    }

    .event-view-scoreboard-image .prematch-sc-team-left:before,
    .event-view-scoreboard-image .prematch-sc-team-right:after {
        content: "";
        display: block;
        background-color: #64b000;
        width: 3px;
        height: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
    }

    .event-view-scoreboard-image .prematch-sc-team-left:before {
        left: 18px;
    }

    .event-view-scoreboard-image .prematch-sc-team-right:after {
        right: 18px;
        background-color: #fff;
    }

    .event-view-scoreboard-image .prematch-sc-parts-front .prematch-sc-starting {
        font-size: 1.07692308em;
        margin-bottom: 3px;
    }

    .event-view-scoreboard-image .prematch-sc-parts-front .prematch-sc-league {
        font-size: .923em;
    }

    .event-view-scoreboard-image .prematch-sc-parts-front .prematch-sc-parts-front-inner {
        text-align: center;
        width: 95%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.market-group-links {
    overflow: auto;
}

    .market-group-links .market-group-links-inner {
        display: table;
        border-collapse: collapse;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .market-group-links .market-item {
        display: table-cell;
        padding: 18px 0;
        font-size: 11px;
        position: relative;
    }

        .market-group-links .market-item:after {
            content: "";
            display: block;
            opacity: 0;
            border-bottom: 4px solid #343743;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            width: 0;
            position: absolute;
            left: 50%;
            bottom: 0;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .market-group-links .market-item.active:after {
            opacity: 1;
        }

        .market-group-links .market-item a {
            display: block;
            font-size: 1.15em;
            padding: 0 24px;
            border-left: 1px solid #ccc;
            text-align: center;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            text-decoration: none;
            color: #969696;
        }

        .market-group-links .market-item:first-child a {
            border-left: 0 none;
        }

        .market-group-links .market-item a:hover,
        .market-group-links .market-item.active a {
            color: #000;
        }

.event-views .event-buttons-wrap {
    position: relative;
}

.event-views .bet-buttons-column:not(:last-child),
.event-views .bet-buttons-column:not(:last-of-type),
.event-views .bet-button-wrap:not(:last-child),
.event-views .bet-button-wrap:not(:last-of-type) {
    padding-right: 2px;
}

.event-views .event-container {
    background-color: #fff;
    padding: 2px;
    position: relative;
}

    .event-views .event-container:nth-child(n+1) {
        padding-top: 0;
    }

.event-container .event-branch-title {
    display: block;
    color: #fff;
    background-color: #494d5a;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    padding: 7px 0 7px 12px;
    border-radius: 3px;
    font-size: 0.923em;
    position: relative;
    display: flex;
    align-items: center;
}

    .event-container .event-branch-title.has-tooltip-icon {
        padding-left: 32px;
    }

    .event-container .event-branch-title .icon-wrap {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 8px 8px 8px 12px;
    }

    .event-container .event-branch-title .event-name-text {
        flex: 1 1 auto;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        line-height: 18px;
    }

.event-container .event-view-icons-container .event-view-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .event-container .event-view-icons-container .event-view-icon:after {
        content: "";
        position: absolute;
        height: 12px;
        top: 0;
        width: 1px;
        right: -1px;
        background-color: #6b6f79;
    }

    .event-container .event-view-icons-container .event-view-icon:last-child:after {
        display: none;
    }

    .event-container .event-view-icons-container .event-view-icon .icon {
        opacity: 0.4;
        margin: 0 12px 0 10px;
        display: block;
    }

        .event-container .event-view-icons-container .event-view-icon .icon.i-market-statistics:hover {
            background-image: url(../images/market-statistics-green.svg);
            opacity: 1;
        }

        .event-container .event-view-icons-container .event-view-icon .icon.i-fav:hover {
            background-image: url(../images/favorite-green.svg);
            opacity: 1;
        }

.event-views .bet-buttons-row {
    margin-top: 2px;
}

.event-views .bet-button {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
}

.event-views .bet-description {
    font-size: 12px;
}

    .event-views .bet-description b {
        font-weight: bold;
        margin-left: 2px;
    }

.event-views .bet-type-group-title {
    text-align: center;
    padding: 10px 12px;
    font-size: .923em;
    line-height: 1.16;
    background-color: #ebebeb;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.event-views .bet-buttons-occasion .bet-button-wrap {
    min-height: 34px;
}

.event-views .bet-buttons-occasion .bet-type-group-title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    width: 33.3333%;
    background-color: transparent;
    text-align: left;
}

.event-views .bet-buttons-occasion .bet-type-group-title-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 2px;
    bottom: 0;
    padding: 10px 12px;
    background-color: #ebebeb;
    overflow: hidden;
    text-overflow: hidden;
    white-space: nowrap;
    border-radius: 2px;
}

/* Sidebar Batting Tabs*/
.events-container-live {
    background-color: #e5e5e5;
    padding: 0 0 6px;
}

    .events-container-live .batting-tabs {
        padding: 0 7px;
        display: flex;
        text-align: center;
        color: #fff;
        background-color: #343743;
    }

        .events-container-live .batting-tabs li {
            flex: 1 1 auto;
            margin: 0 2px;
            align-items: center;
            justify-content: center;
        }

            .events-container-live .batting-tabs li a {
                position: relative;
                margin: 0 2px;
                padding: 19px 0;
                font-size: .923em;
                color: #999;
                display: block;
            }

                .events-container-live .batting-tabs li a .tab-counter {
                    display: block;
                    margin-bottom: 7px;
                    line-height: 1;
                    font-size: 1.846em;
                }

                .events-container-live .batting-tabs li a:after {
                    content: "";
                    display: block;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 3px;
                    background-color: transparent;
                }

                .events-container-live .batting-tabs li a:hover,
                .events-container-live .batting-tabs li.active a {
                    color: #fff;
                }

                    .events-container-live .batting-tabs li.active a:after {
                        background-color: #64b000;
                    }

    .events-container-live .main-event-title {
        margin-top: 3px;
    }

    .events-container-live .event-wrapper {
        margin: 2px 0;
        border-radius: 3px;
        border: 1px solid #fff;
        background-color: #fff;
    }

        .events-container-live .event-wrapper .event-odds {
            width: 100%;
            display: block;
        }

        .events-container-live .event-wrapper.odds-hidden .event-odds {
            display: none;
        }

        .events-container-live .event-wrapper .event-details-wrap {
            color: #000;
            padding: 9px 12px;
            font-size: 13px;
            display: block;
        }

    .events-container-live .event-details-wrap .event-details-side-left {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .events-container-live .event-details-wrap .event-details-side-right {
        float: right;
        margin-left: 6px;
        text-align: right;
    }

    .events-container-live .event-details-wrap .event-details-score {
        font-weight: 700;
        color: #64b000;
        font-family: Tahoma, Arial,sans-serif;
    }

    .events-container-live .event-details-wrap .event-details-game-time {
        color: #969696;
    }

    .events-container-live .scoreboard-table td {
        width: 1.2em;
    }

    .events-container-live .scoreboard-row {
        padding-left: 10px;
        position: relative;
    }

    .events-container-live .bet-button-wrap {
        padding: 1px;
    }

    .events-container-live .odds-toggle-button-wrap {
        padding-bottom: 7px;
        position: relative;
    }

        .events-container-live .odds-toggle-button-wrap .odds-toggle-button {
            position: absolute;
            top: 10px;
            right: 0;
            z-index: 1;
            width: 32px;
            height: 38px;
            background-color: transparent;
            cursor: pointer;
            opacity: 0.6;
            text-align: center;
            line-height: 38px;
        }

            .events-container-live .odds-toggle-button-wrap .odds-toggle-button:hover {
                opacity: 1;
            }

    .events-container-live .view-live-btn-wrap {
        padding: 9px 0;
        text-align: center;
    }

    .events-container-live .view-live-btn {
        padding: 12px 22px;
        text-align: center;
        text-decoration: none;
        border-radius: 4px;
        background-color: #64b000;
        font-size: .923em;
        display: block;
        color: #fff;
    }


/* Page Header */
.page-header {
    padding: 25px 0 50px;
    text-align: center;
    background-color: #272a31;
}

    .page-header .page-title {
        font-weight: 700;
        font-size: 50px;
        color: #f3f3f3;
    }

.page-content-title {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-top-actions .btn {
    padding: 2px 15px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    border-radius: 30px;
}

.page-top-actions .btn-white {
    color: #a0b1bb;
    background-color: #fff;
    border: 2px solid #a0b1bb;
    transition: all ease 300ms;
}

    .page-top-actions .btn-white:active,
    .page-top-actions .btn-white:focus,
    .page-top-actions .btn-white:hover {
        color: #a0b1bb;
        background-color: #fff;
        border: 2px solid #707b84;
    }

.page-top-actions .btn-red {
    color: #fff;
    background-color: #d94327;
    border: 2px solid #d94327;
}

    .page-top-actions .btn-red:active,
    .page-top-actions .btn-red:focus,
    .page-top-actions .btn-red:hover {
        color: #fff;
        background-color: #d94327;
        border: 2px solid #d94327;
    }

/* Inner page content */
.terms-content {
    font-size: 14px;
    line-height: 1.42;
    word-break: break-word;
}

    .terms-content a {
        color: #337ab7;
    }

    .terms-content table {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
        border: 1px solid grey;
    }

        .terms-content table td {
            border-bottom: 1px solid #f3f3f3;
            color: #697174;
            padding: 10px 5px;
            border-left: 1px solid grey;
        }

        .terms-content table tr:last-child td {
            border-bottom: 1px solid grey;
        }


/* Loading animation */
.loader {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 24px;
    height: 24px;
    color: #64b000
}

.loader-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.loader-container {
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite;
}

.loader-fill {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both;
}

.loader-circle {
    border-radius: 50%
}

.loader-gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
}

    .loader-gap-patch .loader-circle {
        width: 1000%;
    }

.loader-clipper {
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

    .loader-clipper.left {
        float: left;
    }

    .loader-clipper.right {
        float: right;
    }

    .loader-clipper .loader-circle {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 200%;
        border-width: 2px;
        border-style: solid;
        border-color: #64b000 #64b000 transparent
    }

.left.loader-clipper .loader-circle {
    left: 0;
    border-right-color: transparent;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg);
    -webkit-animation: left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
    animation: left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
}

.right.loader-clipper .loader-circle {
    left: -100%;
    border-left-color: transparent;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg);
    -webkit-animation: right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
    animation: right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
}

@keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@keyframes right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

.loader-2 {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 22px;
    width: 22px;
    -webkit-animation: loader-2-1 3s linear infinite;
    -moz-animation: loader-2-1 3s linear infinite;
    animation: loader-2-1 3s linear infinite;
}

@-webkit-keyframes loader-2-1 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
    }
}

@keyframes loader-2-1 {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.loader-2 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 22px;
    width: 22px;
    clip: rect(16px,22px,22px,0);
    -webkit-animation: loader-2-2 1.5s cubic-bezier(.77,0,.175,1) infinite;
    -moz-animation: loader-2-2 1.5s cubic-bezier(.77,0,.175,1) infinite;
    animation: loader-2-2 1.5s cubic-bezier(.77,0,.175,1) infinite;
}

@-webkit-keyframes loader-2-2 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
    }
}

@keyframes loader-2-2 {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.loader-2 span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 22px;
    width: 22px;
    border: 3px solid transparent;
    border-top: 3px solid #7b7c81;
    border-radius: 50%;
    -webkit-animation: loader-2-3 1.5s cubic-bezier(.77,0,.175,1) infinite;
    -moz-animation: loader-2-3 1.5s cubic-bezier(.77,0,.175,1) infinite;
    animation: loader-2-3 1.5s cubic-bezier(.77,0,.175,1) infinite;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@-webkit-keyframes loader-2-3 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
    }
}

@keyframes loader-2-3 {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.loader-2 span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 22px;
    width: 22px;
    border: 3px solid rgba(122, 123, 127, 0.5);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Site Loader */
body.loading {
    /*overflow: hidden;*/
}

.site-loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    background-color: #333743;
}

    .site-loader .site-loader-inner {
        max-width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .site-loader .loader-logo {
        max-width: 100%;
    }

    .site-loader .loader {
        height: 48px;
        width: 48px;
        margin-top: 50px;
    }

/* Mobile Menu Style */
.mobile-nav {
    width: 250px;
    position: fixed;
    left: -250px;
    top: 53px;
    right: auto;
    z-index: 9999;
    border-right: 1px solid #9DAAB3;
}

    .mobile-nav .mm-navbar {
        display: none;
    }

    .mobile-nav .mm-panel_has-navbar {
        padding-top: 0;
    }

    .mobile-nav .mm-panel:not(.mm-hidden) {
        background-color: #333743;
    }

    .mobile-nav .mm-listitem:after {
        display: none;
    }

    .mobile-nav .mm-btn:after,
    .mobile-nav .mm-btn:before {
        border-color: #fff;
        border-width: 4px;
        height: 12px;
        width: 12px;
    }

    .mobile-nav .mm-listitem__text {
        color: #fff !important;
    }

        .mobile-nav .mm-listitem__text.has-select {
            padding-top: 0;
            padding-right: 20px;
        }

    .mobile-nav select {
        width: 100%;
        padding: 10px 10px 10px 20px;
        border: 0 none;
        border-radius: 0;
        background: #484C58;
        color: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

body.open-betslip,
body.open-menu {
    overflow: hidden;
}

.menu-overlay {
    position: fixed;
    left: 0;
    top: 53px;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0,0,0,0.7);
}


.mobile-nav .icon {
    background-image: url(../images/mobile-navigation-icons.png);
    width: 34px;
    height: 34px;
    vertical-align: middle;
    background-size: 306px 306px;
    margin-right: 4px;
}


.mobile-nav .icon.header_menu {
    background-position: 0% 12.5%;
}

.mobile-nav .icon.header_livebetting {
    background-position: 0% 25%;
}

.mobile-nav .icon.header_register {
    background-position: 0% 37.5%;
}

.mobile-nav .icon.header_login {
    background-position: 0% 50%;
}

.mobile-nav .icon.header_mybets {
    background-position: 0% 62.5%;
}

.mobile-nav .icon.header_account {
    background-position: 0% 75%;
}

.mobile-nav .icon.header_logout, .icon.account_logout {
    background-position: 0% 87.5%;
}

.mobile-nav .icon.sportsbook {
    background-position: 12.5% 0%;
}

.mobile-nav .icon.virtualsports {
    background-position: 12.5% 12.5%;
}

.mobile-nav .icon.cashier {
    background-position: 12.5% 25%;
}

.mobile-nav .icon.casino {
    background-position: 12.5% 37.5%;
}

.mobile-nav .icon.app {
    background-position: 12.5% 50%;
}

.mobile-nav .icon.goldengoal {
    background-position: 12.5% 62.5%;
}

.mobile-nav .icon.promotions {
    background-position: 12.5% 75%;
}

.mobile-nav .icon.extras, .icon.bonusconditions {
    background-position: 12.5% 87.5%;
}

.mobile-nav .icon.settings {
    background-position: 25% 0%;
}

.mobile-nav .icon.information {
    background-position: 25% 12.5%;
}

.mobile-nav .icon.support {
    background-position: 25% 25%;
}

.mobile-nav .icon.register {
    background-position: 25% 37.5%;
}

.mobile-nav .icon.login {
    background-position: 25% 50%;
}

.mobile-nav .icon.logout {
    background-position: 25% 62.5%;
}

.mobile-nav .icon.back {
    background-position: 25% 75%;
}

.mobile-nav .icon.forward {
    background-position: 25% 87.5%;
}

.mobile-nav .icon.liveschedule {
    background-position: 37.5% 0%;
}

.mobile-nav .icon.vip {
    background-position: 37.5% 12.5%;
}

.mobile-nav .icon.cashout {
    background-position: 37.5% 25%;
}

.mobile-nav .icon.comboboost {
    background-position: 37.5% 37.5%;
}

.mobile-nav .icon.results {
    background-position: 37.5% 50%;
}

.mobile-nav .icon.topwinners {
    background-position: 37.5% 62.5%;
}

.mobile-nav .icon.language {
    background-position: 37.5% 75%;
}

.mobile-nav .icon.oddsstyle {
    background-position: 37.5% 87.5%;
}

.mobile-nav .icon.timezone {
    background-position: 50% 0%;
}


.mobile-nav .icon.termsconditions {
    background-position: 50% 12.5%;
}

.mobile-nav .icon.sportsrules {
    background-position: 50% 25%;
}

.mobile-nav .icon.aboutus {
    background-position: 50% 37.5%;
}

.mobile-nav .icon.faq {
    background-position: 50% 50%;
}

.mobile-nav .icon.account_bettinghistory {
    background-position: 50% 62.5%;
}

.mobile-nav .icon.account_transactionhistory {
    background-position: 50% 75%;
}

.mobile-nav .icon.account_bonushistory {
    background-position: 50% 87.5%;
}

.mobile-nav .icon.account_freebets {
    background-position: 62.5% 0%;
}

.mobile-nav .icon.account_promotions {
    background-position: 62.5% 12.5%;
}

.mobile-nav .icon.loto {
    background-position: 62.5% 25%;
}

.mobile-nav .icon.goldenouro {
    background-position: 62.5% 37.5%;
}

.mobile-nav .icon.netbettv {
    background-position: 62.5% 50%;
}

.mobile-nav .icon.pronobet {
    background-position: 62.5% 62.5%;
}

.mobile-nav .icon.add2bet {
    background-position: 62.5% 75%;
}

.mobile-nav .icon.rokyc {
    background-position: 62.5% 87.5%;
}

.mobile-nav .icon.home {
    background-position: 75% 0%;
}

.mobile-nav .icon.search {
    background-position: 75% 12.5%;
}

.mobile-nav .icon.snapbet {
    background-position: 75% 25%;
}

.mobile-nav .icon.betmaker {
    background-position: 75% 37.5%;
}

.mobile-nav .icon.poker {
    background-position: 75% 50%;
}

.mobile-nav .icon.all_sports {
    background-position: 75% 62.5%;
}

.mobile-nav .icon.livechat {
    background-position: 75% 75%;
}

.mobile-nav .icon.extras_options {
    background-position: 75% 87.5%;
}

.mobile-nav .icon.livebetting {
    background-position: 87.5% 0%;
}

.mobile-nav .icon.button_search {
    background-position: 87.5% 12.5%;
}

.mobile-nav .icon.button_settings {
    background-position: 87.5% 25%;
}

.mobile-nav .icon.close {
    background-position: 87.5% 37.5%;
}

.mobile-nav .icon.back_thin {
    background-position: 87.5% 50%;
}

.mobile-nav .icon.forward_thin {
    background-position: 87.5% 62.5%;
}

.mobile-nav .icon.loading {
    background-position: 87.5% 75%;
}

.mobile-nav .icon.favourite {
    background-position: 87.5% 87.5%;
}

/* Mobile Bet Slip */
.mobile-bet-trigger-wrappr {
    position: fixed;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    transform: translate(-50%,0);
    bottom: 0;
    margin: 0 auto;
    pointer-events: none;
}

.mobile-bet-trigger {
    width: 54px;
    height: 54px;
    border-radius: 50px;
    margin: 0 auto 20px;
    text-align: center;
    border: 2px solid #fff;
    background-color: #64b000;
    display: block;
    position: relative;
    pointer-events: auto;
}

    .mobile-bet-trigger .icon {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -14px;
        margin-left: -14px;
    }

    .mobile-bet-trigger .notification {
        position: absolute;
        height: 24px;
        width: 24px;
        left: -7px;
        top: -7px;
        line-height: 24px;
        color: #fff;
        border-color: #343743;
        background-color: #343743;
        border-radius: 25px;
        text-align: center;
        z-index: 1;
    }



/* Footer */
.footer {
    background-color: #22252d;
    color: gray;
    font-size: 11px;
}

.footer-section-3,
.footer-section-4 {
    background-color: #2f333f;
}

.footer-section {
    text-align: center;
    padding-top: 20px;
}

.cookiePara {
    padding: 10px 0;
}

.footer-links {
    padding: 20px 0;
}

    .footer-links a {
        color: gray;
        padding: 0 10px;
        border-right: 1px solid gray;
        text-decoration: none;
        display: inline-block;
    }

        .footer-links a:last-child {
            border-right: 0 none;
        }

.footer a:hover,
.footer a:focus {
    color: #fff;
    text-decoration: underline;
}

.footer-game-btn-wrap {
    margin-bottom: 30px;
}

.footer-game-btn {
    width: 100%;
    display: inline-block;
    max-width: 400px;
    padding: 10px;
    border: 2px solid gray;
    color: lightgray;
    background-color: #22252d;
    border-radius: 4px;
    font-weight: 700;
    font-size: 1.0769em;
}

.footer-long-text-wrap {
    margin: 0 auto;
    max-width: 900px;
    max-height: 250px;
    border-bottom: 1px solid grey;
    overflow-y: auto;
    overflow-x: hidden;
}

    .footer-long-text-wrap .footer-tab-check,
    .footer-long-text-wrap .long-text-toggle {
        display: none;
    }

.footer-long-text-inner {
    padding-bottom: 20px;
}

.footer .mini-heading {
    font-weight: bold;
    font-size: 13px;
}

.footer-long-text-inner p {
    padding-top: 10px;
    line-height: 24px;
}

.footer .payment-logos {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 20px;
}

    .footer .payment-logos a {
        display: inline-block;
        margin: 3px 6px 9px;
        vertical-align: middle;
    }

.footer-payment-method {
    background-image: url(../images/footer-payment-methods.png);
    background-repeat: no-repeat;
}

.footer-payment-method-7 {
    background-position: -2px -104px;
    width: 15px;
    height: 20px;
}

.footer-payment-method-22 {
    width: 41px;
    height: 14px;
    background-position: 0 -371px;
}

    .footer-payment-method-22:hover {
        background-position: -41px -371px;
    }

.footer-payment-method-10 {
    width: 39px;
    height: 23px;
    background-position: 0 -162px;
}

    .footer-payment-method-10:hover {
        background-position: -39px -162px;
    }

.footer-payment-method-12 {
    width: 41px;
    height: 19px;
    background-position: 0 -185px;
}

    .footer-payment-method-12:hover {
        background-position: -41px -185px;
    }

.footer-payment-method-13 {
    width: 55px;
    height: 13px;
    background-position: 0 -204px;
}

    .footer-payment-method-13:hover {
        background-position: -55px -204px;
    }

.footer-payment-method-8 {
    width: 31px;
    height: 20px;
    background-position: 0 -125px;
}

    .footer-payment-method-8:hover {
        background-position: -31px -125px;
    }

.footer-payment-method-15 {
    width: 82px;
    height: 15px;
    background-position: 0 -237px;
}

    .footer-payment-method-15:hover {
        background-position: -82px -237px;
    }

.footer-payment-method-17 {
    width: 32px;
    height: 17px;
    background-position: 0 -277px;
}

.footer-payment-method-6 {
    width: 31px;
    height: 24px;
    background-position: 0 -80px;
}

    .footer-payment-method-6:hover {
        background-position: -31px -80px;
    }

.footer-payment-method-18 {
    width: 66px;
    height: 20px;
    background-position: 0 -294px;
}

    .footer-payment-method-18:hover {
        background-position: -66px -294px;
    }

.footer-payment-method-23 {
    width: 80px;
    height: 21px;
    background-position: 0 -385px;
}

    .footer-payment-method-23:hover {
        background-position: -80px -385px;
    }

.footer-payment-method-16 {
    width: 63px;
    height: 25px;
    background-position: 0 -252px;
}

    .footer-payment-method-16:hover {
        background-position: -63px -252px;
    }

.footer-payment-method-24 {
    width: 87px;
    height: 24px;
    background-position: 0 -406px;
}

    .footer-payment-method-24:hover {
        background-position: -87px -406px;
    }

.footer-payment-method-20 {
    width: 60px;
    height: 19px;
    background-position: 0 -338px;
}

    .footer-payment-method-20:hover {
        background-position: -60px -338px;
    }

.footer-payment-method-9 {
    width: 69px;
    height: 17px;
    background-position: 0 -145px;
}

    .footer-payment-method-9:hover {
        background-position: -69px -145px;
    }

.footer-payment-method-1 {
    width: 63px;
    height: 17px;
    background-position: 0 -7px;
}

    .footer-payment-method-1:hover {
        background-position: -63px -7px;
    }

.footer-payment-method-14 {
    width: 81px;
    height: 20px;
    background-position: 0 -217px;
}

    .footer-payment-method-14:hover {
        background-position: -81px -217px;
    }

.footer-payment-method-25 {
    width: 60px;
    height: 19px;
    background-position: 0 -430px;
}

    .footer-payment-method-25:hover {
        background-position: -60px -430px;
    }

.footer-payment-method-17:hover {
    background-position: -32px -277px;
}

.footer-responsible-gaming {
    background-image: url(../images/footer-responsible-gaming.png);
    background-repeat: no-repeat;
}

.footer-responsible-gaming-1 {
    width: 57px;
    height: 17px;
    background-position: 0 -7px;
}

    .footer-responsible-gaming-1:hover {
        background-position: -57px -7px;
    }

.footer-responsible-gaming-2 {
    width: 98px;
    height: 12px;
    background-position: 0 -24px;
}

    .footer-responsible-gaming-2:hover {
        background-position: -98px -24px;
    }

.footer-responsible-gaming-3 {
    width: 95px;
    height: 14px;
    background-position: 0 -36px;
}

    .footer-responsible-gaming-3:hover {
        background-position: -95px -36px;
    }

.footer-responsible-gaming-4 {
    width: 125px;
    height: 33px;
    background-position: 0 -50px;
}

    .footer-responsible-gaming-4:hover {
        background-position: -125px -50px;
    }

.footer-responsible-gaming-5 {
    width: 28px;
    height: 30px;
    background-position: 0 -83px;
}

    .footer-responsible-gaming-5:hover {
        background-position: -28px -83px;
    }

.footer-responsible-gaming-6 {
    width: 48px;
    height: 21px;
    background-position: 0 -113px;
}

    .footer-responsible-gaming-6:hover {
        background-position: -48px -113px;
    }

.footer-responsible-gaming-7 {
    width: 89px;
    height: 23px;
    background-position: 0 -134px;
}

    .footer-responsible-gaming-7:hover {
        background-position: -89px -134px;
    }

.footer-responsible-gaming-8 {
    width: 85px;
    height: 20px;
    background-position: 0 -157px;
}

    .footer-responsible-gaming-8:hover {
        background-position: -85px -157px;
    }

.footer-responsible-gaming-9 {
    width: 90px;
    height: 139px;
    background-position: 0 -177px;
}

    .footer-responsible-gaming-9:hover {
        background-position: -90px -177px;
    }

.footer-responsible-gaming-10 {
    width: 82px;
    height: 82px;
    background-position: 0 -316px;
}

    .footer-responsible-gaming-10:hover {
        background-position: -82px -316px;
    }

.footer-responsible-gaming-11 {
    width: 125px;
    height: 72px;
    background-position: 0 -398px;
}

    .footer-responsible-gaming-11:hover {
        background-position: -125px -398px;
    }

.footer-responsible-gaming-12 {
    width: 95px;
    height: 95px;
    background-position: 0 -470px;
}

    .footer-responsible-gaming-12:hover {
        background-position: -95px -470px;
    }

.footer-responsible-gaming-13 {
    width: 90px;
    height: 139px;
    background-position: 0 -565px;
}

    .footer-responsible-gaming-13:hover {
        background-position: -90px -565px;
    }

.footer-responsible-gaming-14 {
    width: 96px;
    height: 70px;
    background-position: 0 -704px;
}

    .footer-responsible-gaming-14:hover {
        background-position: -96px -704px;
    }

.footer-responsible-gaming-15 {
    width: 104px;
    height: 20px;
    background-position: 0 -774px;
}

    .footer-responsible-gaming-15:hover {
        background-position: -104px -774px;
    }

.footer-responsible-gaming-21 {
    width: 150px;
    height: 130px;
    background-position: 0 -794px;
}

    .footer-responsible-gaming-21:hover {
        background-position: -150px -794px;
    }

.footer-sponsors {
    padding-top: 30px;
    padding-bottom: 50px;
    max-width: 350px;
    margin: 0 auto;
}

    .footer-sponsors a {
        display: inline-block;
        margin: 3px 6px 9px;
        vertical-align: bottom;
    }

    .footer-sponsors .footer-sponsor {
        background-image: url(../images/sponsors.png);
    }

.footer-sponsor-1 {
    width: 62px;
    height: 83px;
    background-position: 0 -7px;
}

    .footer-sponsor-1:hover {
        background-position: -62px -7px;
    }

.footer-sponsor-2 {
    width: 85px;
    height: 85px;
    background-position: 0 -90px;
}

    .footer-sponsor-2:hover {
        background-position: -85px -90px;
    }

.footer-sponsor-3 {
    width: 59px;
    height: 74px;
    background-position: 0 -175px;
}

    .footer-sponsor-3:hover {
        background-position: -59px -175px;
    }

.footer-social-icons {
    padding-top: 10px;
    margin: 0 auto;
    max-width: 350px;
}

    .footer-social-icons a {
        display: inline-block;
        margin: 3px 6px 9px;
        vertical-align: bottom;
    }

.footer-social-1 {
    background-image: url(../images/facebook-grey.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 35px;
    height: 35px;
}

.footer-social-2 {
    background-image: url(../images/twitter-grey.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 35px;
    height: 31px;
}

.footer-social-3 {
    background-image: url(../images/instagram-grey.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 35px;
    height: 35px;
}

.footer-section-3 {
    line-height: 1.2;
}

.footer-section-4 {
    padding-bottom: 20px;
}


/* modal start */
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}


.modalbox {
    z-index: 99999 !important;
}


.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.it-modal .modal-content {
    border-radius: 0;
}

.it-modal .modal-header {
    height: 50px;
    background-color: #333;
    border-bottom: 0 none;
    padding: 0 0px 0 15px;
}

    .it-modal .modal-header h2 {
        font-family: 'Open Sans', Sans-Serif, Arial;
        font-weight: 400;
        font-size: 20px;
        font-size: 16px;
        text-transform: uppercase;
        color: #ddd;
        margin: 0;
        line-height: 50px;
        float: left;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .it-modal .modal-header .close {
        border-radius: 0;
        text-shadow: none;
        opacity: 1;
        height: 50px;
        width: 50px;
        line-height: 48px;
        text-align: center;
        font-size: 16px;
        color: #ddd;
        border-left: 1px solid #222;
        margin: 0;
        text-decoration: none;
        outline: 0;
        background-color: transparent;
        -webkit-transition: background-color 100ms ease-in;
        -moz-transition: background-color 100ms ease-in;
        -ms-transition: background-color 100ms ease-in;
        -o-transition: background-color 100ms ease-in;
        transition: background-color 100ms ease-in;
    }

        .it-modal .modal-header .close:hover {
            text-decoration: none;
            outline: 0;
            background-color: #3f3f3f;
            color: #fff;
        }

        .it-modal .modal-header .close.red {
            border-left: 1px solid transparent;
            background-color: #8b6aae;
            float: right;
        }

            .it-modal .modal-header .close.red:hover {
                background-color: #c63434;
            }



/* popup-custom start */
.popup-custom.modal {
    background-color: rgba(0,0,0,0.75);
    padding-top: 85px;
}

.login_popup .modal-dialog {
    background-color: #fefefe;
    max-width: 412px;
    border-radius: 4px;
}

.login_popup .modal-body {
    background-color: #ebebeb;
    padding: 10px;
    position: relative;
    border-radius: 4px;
}

.popup-custom .modal-content {
    border-radius: 4px;
}

.login_popup .close {
    position: absolute;
    right: 0;
    top: -73px;
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    opacity: 1;
    line-height: 30px;
    background-color: #363a45;
    border: 0;
    padding: 0;
}

    .login_popup .close:hover {
        background-color: #3e424f;
        color: #fff;
        cursor: pointer;
    }

/* login_popup start */
.login_popup label {
    display: block;
    text-indent: 8px;
}

    .login_popup label:after {
        content: "*";
        display: inline-block;
        text-indent: 0;
        color: #f20000;
    }

.login_popup .from-field-login {
    width: 100%;
    padding: 8px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
}

.login_popup .form-group {
    margin-bottom: 10px;
}

.login_popup .d-flex {
    display: flex;
}

    .login_popup .d-flex .left {
        width: 50%;
    }

        .login_popup .d-flex .left a {
            color: #000;
            text-decoration: underline;
        }

            .login_popup .d-flex .left a:hover {
                color: #fff;
            }

    .login_popup .d-flex .right {
        text-align: right;
        width: 50%;
    }

        .login_popup .d-flex .right label:after {
            content: none;
        }

        .login_popup .d-flex .right label {
            display: inline-flex;
        }

    .login_popup .d-flex .button {
        border: 0;
        display: inline-block;
        font-size: 14px;
        padding: 12px 30px;
        cursor: pointer;
        color: #fff;
        font-weight: 400;
        text-shadow: none;
        border-radius: 4px;
        background-color: #64b000;
        font-weight: 700;
        width: 158px;
        text-align: center;
    }

    .login_popup .d-flex a.button {
        background-color: #0e0e0e;
        color: #fff;
        text-decoration: none;
    }

.register_tab-row {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

[class^="column-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.column-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.column-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.column-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}

.column-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.column-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}

.column-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.column-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.column-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* placeholder login */
.login_popup .from-field-login::-webkit-input-placeholder {
    color: #ababab;
}

.login_popup .from-field-login::-moz-placeholder {
    color: #ababab;
}

.login_popup .from-field-login:-ms-input-placeholder {
    color: #ababab;
}

.login_popup .from-field-login:-moz-placeholder {
    color: #ababab;
}

/* placeholder register */
.register_popup .from-field::-webkit-input-placeholder {
    color: #8a9295;
}

.register_popup .from-field::-moz-placeholder {
    color: #8a9295;
}

.register_popup .from-field:-ms-input-placeholder {
    color: #8a9295;
}

.register_popup .from-field:-moz-placeholder {
    color: #8a9295;
}


/* register popup start */
.register_popup.popup-custom .modal-dialog {
    background-color: #fff;
    max-width: 575px;
    border-radius: 20px;
}

.register_tab_option img {
    width: 40px;
    opacity: 0.7;
    filter: alpha(opacity=30);
}

.register_tab_option span {
    display: block;
    color: #c8c9cd;
    font-weight: 700;
    font-size: 11px;
}

    .register_tab_option span.icon-wrap {
        display: inline-block;
        position: relative;
    }

.register_tab_option.completed img,
.register_tab_option.active img {
    opacity: 1;
    filter: alpha(opacity=1);
}

.register_tab_option.completed span.icon-wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    height: 17px;
    width: 17px;
    right: -12px;
    background-image: url(../images/active-arrow.png);
    background-repeat: no-repeat;
    background-size: 17px 17px;
}

.register_tab_option.active span {
    color: #7b7c81;
}

.register_tab-row a {
    position: relative;
    display: block;
}

.register_popup .modal-content {
    /*border-radius: 20px*/
}

.register_popup .modal-body {
    padding: 30px 30px 30px;
}

.register_form {
    padding-left: 5px;
    padding-right: 5px;
    display: none;
}

    .register_form.active {
        display: block;
    }

    .register_form .form-group {
        margin-bottom: 15px;
        position: relative;
    }

        .register_form .form-group .loader-2 {
            position: absolute;
            top: 12px;
            right: 15px;
        }

    .register_form .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .register_form [class^="column-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

.register_popup .register_form .from-field {
    width: 100%;
    padding: 0px 15px;
    background-color: #fff;
    height: 45px;
    color: #7b7c81;
    border-radius: 30px;
    font-weight: 700;
    border: 2px solid #ececec;
    -webkit-transition: border-color .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color .15s ease-in-out;
    font-size: 14px;
}

.register_popup .register_form select.from-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.register_popup .register_form .from-field:hover {
    border: 2px solid #707b84;
}

.register_popup .register_form h1 {
    text-align: center;
    font-size: 16px;
    color: #7b7c81;
    font-weight: 700;
    margin-bottom: 15px;
}

.register_popup hr {
    margin: 15px 0px 18px;
    background: #f4f4f4;
    height: 1px;
    border: 0;
}

.register_popup .register_form button {
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 30px;
    cursor: pointer;
    color: #fff;
    text-shadow: none;
    background-color: #64b000;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 100%;
    border: 2px solid #6c6f78;
    background: #333743;
    border-radius: 30px;
    text-transform: uppercase;
}

    .register_popup .register_form button:disabled {
        opacity: 0.3;
        pointer-events: none;
    }

    .register_popup .register_form button span {
        margin-left: 5px;
        font-size: 16px;
    }

.register_form .links span {
    display: block;
    margin-bottom: 5px;
}

.register_form .links {
    text-align: center;
    margin-top: 15px;
}

    .register_form .links span a {
        margin-left: 4px;
        color: #d94327;
    }

.register_popup button.close {
    position: absolute;
    bottom: -16px;
    right: 0;
    background: none;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}

.register_popup .radio-inline {
    display: inline;
}

    .register_popup .radio-inline span {
        margin-right: 10px;
        display: inline-flex;
    }

.register_popup label.title-field {
    color: #7b7c81;
    font-weight: 700;
    font-size: 14px;
}

.register_popup span.alert_mess_number {
    margin-bottom: 20px;
    clear: initial;
    float: left;
    text-align: center;
    font-style: italic;
    color: #333;
    font-size: 14px;
}

.register_popup .bonus_option hr {
    margin: 7px auto 15px;
    background: #eaeef1;
    height: 1px;
    border: 0;
    width: 70%;
}

.register_popup .bonus_option {
    text-align: center;
    color: #7b7c81;
    padding: 10px 5px 5px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #eaeef1;
    margin-bottom: 20px;
}

    .register_popup .bonus_option .form-group {
        margin-bottom: 0px;
    }

    .register_popup .bonus_option span {
        font-weight: 700;
        font-size: 12px;
    }

    .register_popup .bonus_option p {
        font-size: 12px;
    }

.register_form .bonus_option .from-field {
    font-size: 10px;
}

.register_popup .conform-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #7b7c81;
}

    .register_popup .conform-check input {
        position: absolute;
        cursor: pointer;
        left: 0;
        top: 0;
    }

    .register_popup .conform-check a {
        text-decoration: underline;
        color: #7b7c81;
    }

/* validation start */
.error span.error-message {
    background: #ff4141;
    color: #fff;
    font-size: 11px;
    padding: 5px;
    display: block;
    width: 90%;
    margin: 0 auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
}

.error .from-field {
    border-color: #ff4141 !important;
}


@media screen and (min-width: 768px ) {
    .betting-slip .stakeboxActions {
        width: 120px;
    }

        .betting-slip .stakeboxActions input.stakebox {
            width: 60px;
            height: 40px;
            line-height: 40px;
        }

        .betting-slip .stakeboxActions .stakeboxActionsBtn {
            padding-top: 13px;
            padding-bottom: 13px;
            width: 30px;
        }

    .betSlip-checkbox--multiSelection {
        top: 2px;
    }

    .betSlip-summary-return {
        font-size: 1.231em;
    }

    .racing-card .racing-card--header {
        border-radius: 3px 3px 0 0;
    }

        .racing-card .racing-card--header .racing-card--picker {
            background-color: #fff;
            border-radius: 0 0 3px 3px;
        }

    .page-top-actions {
        float: right;
    }
}

@media screen and (min-width: 1025px ) {
    .hidden-desktop {
        display: none !important;
    }

    .hide-desktop {
        display: none !important;
    }

    .main-event-title {
        border-radius: 3px;
    }

    .event-misc .bet-buttons-row {
        margin-bottom: 4px;
    }

    .event-wrapper.event-two-rows .event-odds.event-misc {
        padding: 0 4px;
        margin-top: 4px;
    }

    .event-misc .bet-button .bet-description {
        text-align: left;
        display: inline-block;
        vertical-align: middle;
    }

    .event-misc .bet-button .bet-odds {
        text-align: right;
        display: inline-block;
        vertical-align: middle;
    }

    .event-views .event-view-column {
        width: 50%;
        float: left;
    }

    .event-views .event-view-column-left {
        padding-right: 4px;
    }

    .event-views .event-view-column-right {
        padding-left: 4px;
    }

    .event-views {
        padding: 0 0 80px;
    }

        .event-views .bet-description {
            text-align: left;
            width: 70%;
        }

        .event-views .bet-odds {
            text-align: right;
            width: 30%;
        }

    .bet-description {
        max-width: 90%;
    }

    .event-views .bet-button {
        display: flex;
        align-items: center;
        min-height: 34px;
    }

    .event-view-scoreboard-image .prematch-sc-parts {
        width: 90%;
        top: 50%;
        max-width: 720px;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        color: #fff;
        margin: 0 auto;
    }

    .event-view-scoreboard-image .prematch-sc-parts-front {
        width: 252px;
    }

    .event-view-scoreboard-image .prematch-sc-teams.prematch-sc-team-vs {
        display: none;
    }

    .event-view-scoreboard-image .prematch-sc-teams {
        display: block;
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
        max-height: 100%;
        font-size: 1.07692308em;
        line-height: 1.2;
    }

    .event-view-scoreboard-image .prematch-sc-team-left {
        left: 0;
    }

    .event-view-scoreboard-image .prematch-sc-team-right {
        right: 0;
        text-align: right;
    }

    .event-view-scoreboard-image .prematch-sc-team-name {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        font-size: .92307692em;
        max-width: 95%;
    }

    .event-view-scoreboard-image .prematch-sc-team-left .prematch-sc-team-name {
        left: 33px;
    }

    .event-view-scoreboard-image .prematch-sc-team-right .prematch-sc-team-name {
        right: 33px;
    }

    .next-race-slider .race-item .race-item-row {
        table-layout: fixed;
    }

    .race-item .race-item-row .race-detail {
        max-width: 160px;
    }

    .racing-card .racing-card--picker .racing-card--dropdown {
        width: 185px;
        float: left;
    }

    .show-more-events {
        display: none;
    }

    .event-details .event-icons-container {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

        .event-details .event-icons-container:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 38px;
            width: 1px;
            background-color: #ccc;
        }

    .event-details .event-icons-container-inner {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .money-line-amOdds .bet-description, .money-line-amOdds .bet-odds {
        display: inline-block;
        width: 49%;
        line-height: normal;
    }

    .money-line-amOdds .bet-description {
        padding-right: 3px;
        text-align: right;
    }

    .money-line-amOdds .bet-odds {
        text-align: left;
    }

    .event-wrapper .money-line-amOdds .bet-odds {
        padding: 0;
    }

    .multiview-event.event-wrapper .event-wrapper-inner {
        display: flex;
        align-items: center;
    }

    .multiview-event.event-wrapper .event-details-wrap {
        flex: 1;
    }

    .multiview-event.event-wrapper .event-details {
        display: block;
        height: auto;
        padding-right: 12px;
        overflow: visible;
        position: relative;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .multiview-event .event-all-bets {
        width: 50px;
    }
}

@media screen and (min-width: 1320px ) {
    .breadcrumbs .breadcrumbs-back-wrapper,
    .mobile-header,
    .betslip-close,
    .mobile-bet-trigger-wrappr,
    .mobile-quick-nav,
    .home-carousel .slick-arrow {
        display: none !important;
    }

    .home-carousel:hover .slick-arrow {
        display: block !important;
    }

    .panel-right .pinned {
        position: relative;
    }
}

@media screen and (max-width: 1700px ) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-header-top .page-header-left {
        left: 15px;
    }

    .page-header-top .page-header-right {
        right: 15px;
    }
}

@media screen and (max-width: 1320px ) {
    .site-wrapper {
        padding-top: 53px;
    }

    .panel-right .pinned {
        position: static;
    }

    .panel-right .panel-block {
        display;
        none;
    }

    .panel-right {
        min-height: 0 !important;
        position: fixed;
        right: -320px;
        top: 53px;
        bottom: 0;
        z-index: 9990;
        overflow-x: auto;
    }

        .panel-right .panel-block {
            display: none;
        }

    .panel-left {
        display: none;
    }

    .panel-center {
        padding-left: 0;
        padding-right: 0;
    }

    .panel-center {
        min-height: 0 !important;
    }

    .header {
        display: none;
    }

    .mobile-header {
        position: fixed;
        z-index: 99999;
        left: 0;
        top: 0;
        width: 100%;
    }

        .mobile-header .mobile-header-inner {
            padding: 4px 25px 6px;
            display: flex;
            justify-content: space-between;
            position: relative;
            background-color: #333743;
            color: #fff;
            box-shadow: 0 1px 0 #9DAAB3;
            align-items: center;
        }

        .mobile-header .mobile-header-link {
            color: #fff;
            text-align: center;
            font-size: 8pt;
            line-height: 7pt;
        }

            .mobile-header .mobile-header-link .icon {
                display: inline-block;
                height: 34px;
                width: 34px;
                margin: 0 auto;
                background-size: 306px 306px;
                background-repeat: no-repeat;
                background-image: url(../images/mobile-navigation-icons.png);
            }

                .mobile-header .mobile-header-link .icon.menu-icon {
                    background-position: 0% 12.5%;
                }

                .mobile-header .mobile-header-link .icon.live-betting-icon {
                    background-position: 0% 25%;
                }

                .mobile-header .mobile-header-link .icon.register-icon {
                    background-position: 0% 37.5%;
                }

                .mobile-header .mobile-header-link .icon.login-icon {
                    background-position: 0% 50%;
                }

            .mobile-header .mobile-header-link .header-menu-text {
                display: block;
            }

        .mobile-header .mobile-logo {
            padding: 0 0;
            position: absolute;
            top: 5px;
            left: 96px;
            margin-left: -20px;
        }

            .mobile-header .mobile-logo img {
                max-height: 40px;
                display: block
            }

    .betslip-close {
        position: absolute;
        top: 0;
        padding: 15px;
        right: 0;
        opacity: 0.4;
    }

    .bonusTxt {
        color: #0a7f0a;
    }



    .mobile-quick-nav {
        /*overflow-y: auto;*/
    }

        .mobile-quick-nav .mobile-quick-nav-inner {
            white-space: nowrap;
        }

        .mobile-quick-nav .quick-nav-item {
            display: inline-block;
            text-align: center;
        }

            .mobile-quick-nav .quick-nav-item a {
                display: block;
                padding: 15px 0;
            }

            .mobile-quick-nav .quick-nav-item .sports-icon {
                /*margin-bottom: 7px;*/
            }

            .mobile-quick-nav .quick-nav-item .quick-nav-text {
                display: block;
                margin: 0 15px;
                overflow: hidden;
                /*text-overflow: ellipsis;*/
                white-space: nowrap;
                padding: 0 6px;
                font-size: .923em;
                color: rgba(0,0,0,0.54);
            }

    .page-header {
        padding: 30px 0;
    }

        .page-header .page-title {
            font-size: 36px;
        }
}

.simpleHist table.table.table-bordered.bg-grey {
    width: 100%;
}

    .simpleHist table.table.table-bordered.bg-grey td {
        background-color: #343743;
        border: 1px solid #494d5a;
        padding: 2px 0px 2px 0px;
        font-size: 11px;
    }

@media only screen and (max-width: 1200px) {
    .popup-custom.modal {
        padding-top: 120px;
    }
}

@media screen and (max-width: 1024px ) {


    .bet-buttons-column {
        width: 100% !important;
    }

        .bet-buttons-column .bet-button-wrap {
            width: 50% !important;
            padding-right: 1px !important;
            padding-left: 1px !important;
        }

    .way3 .bet-button-wrap {
        max-width: 33.333% !important;
        padding-right: 1px !important;
        padding-left: 1px !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .home-carousel {
        overflow-x: auto;
        margin-bottom: 0;
    }

        .home-carousel > .carousel-item .carousel-item-inner {
            width: 294px;
            height: 190px;
            display: inline-block;
            margin: 0;
        }

    .home-tabs > .tab-switch-wrap > .tablist {
        width: 100%;
    }

        .home-tabs > .tab-switch-wrap > .tablist > li {
            width: 25%;
        }

    .sports-carousel > .sports-item .sports-item-icon {
        display: none;
    }

    .carousel-item .item-event-image {
        height: 80px;
    }

    .page-content {
        margin: 0 auto;
    }

        .page-content .container {
            padding-left: 0;
            padding-right: 0;
        }

    .events-container, .events-container-highlights {
        padding: 0;
    }

    .upcoming-event .filter-wrap {
        margin: 1px 0;
    }

        .upcoming-event .filter-wrap .filter-col {
            padding: 0;
        }

    .upcoming-event .filter-col:first-child .filter-col-inner {
        margin-right: 1px;
    }

    .footer-game-btn-wrap {
        display: none;
    }

    .footer-long-text-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-event-title.has-filter {
        height: 48px;
    }

    .main-event-title .event-left-details {
        line-height: 48px;
    }

    .main-event-title {
        padding: 16px 36px 16px 27px;
    }

    .event-outright .bet-button-row {
        margin-bottom: 0;
    }
        /* .counted:nth-last-child(2):first-child, .counted:nth-last-child(2):first-child ~ .counted, .counted:nth-last-of-type(2):first-of-type, .counted:nth-last-of-type(2):first-of-type ~ .counted{ width: 100%; } */
        .event-outright .bet-button-row .bet-button-wrap {
            float: none;
            padding-right: 0;
            margin-bottom: 1px;
        }

    .event-outright .bet-button {
        padding-left: 12px;
        padding-right: 12px;
        min-height: 44px;
    }

    .main-event-content {
        margin: 3px;
    }

    .bet-button {
        border-radius: 2px;
    }

    .event-details .event-icons-container,
    .event-wrapper-inner .event-all-bets,
    .event-details .event-details-time-sport-icon {
        display: none;
    }

    .event-details .event-details-row .event-all-bets,
    .event-details .event-details-row .event-icons-container {
        display: inline-block;
    }

    .event-details .event-details-row .event-icons-container {
        position: relative;
    }

    .event-details .event-icons-row-empty,
    .event-details .event-icons-icon-empty {
        display: none;
    }

    .event-details .event-details-row .event-details-game-time {
        float: right;
    }

    .event-details .event-icons-row {
        display: inline-block;
        padding-left: 6px;
    }

    .events-for-league .event-wrapper .event-details {
        padding-right: 0;
    }

    .event-details .event-details-inner {
        margin-left: 0;
        margin-right: 0;
        padding: 10px 10px 12px;
    }

    .show-more-events {
        text-align: center;
        text-transform: capitalize;
    }

        .show-more-events .show-more-events-btn {
            font-weight: 400;
            text-decoration: none;
            display: inline-block;
            padding: 14px 32px 16px;
            color: #000;
        }

    .show-events-btn-less .show-more-arrow {
        margin-left: 10px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 4px;
        position: relative;
    }

    .show-events-btn-less .show-more-events-arrow {
        position: relative;
        width: 6px;
        height: 6px;
        -webkit-transform: rotate(45deg) translateY(50%);
        -moz-transform: rotate(45deg) translateY(50%);
        transform: rotate(45deg) translateY(50%);
        display: block;
    }

        .show-events-btn-less .show-more-events-arrow.upper-double-arrow {
            z-index: 1;
            margin-bottom: -2px;
        }

        .show-events-btn-less .show-more-events-arrow:after,
        .show-events-btn-less .show-more-events-arrow:before {
            position: absolute;
            background-color: #000;
            display: block;
            content: "";
            border-radius: 0;
        }

        .show-events-btn-less .show-more-events-arrow:after {
            width: 1px;
            height: 100%;
        }

        .show-events-btn-less .show-more-events-arrow:before {
            height: 1px;
            width: 100%;
        }

    .event-all-bets {
        width: auto;
        display: inline-block;
    }

        .event-all-bets .event-all-bets-inner {
            color: #969696;
        }

    .event-details .event-details-row.event-details-row-last {
        padding-top: 5px;
    }

    .events-for-league .event-wrapper {
        padding: 0;
        font-size: 1.0769em;
    }

    .bet-button-wrap:not(:last-child),
    .bet-button-wrap:not(:last-child),
    .bet-button-wrap:not(:last-of-type),
    .bet-button-wrap:not(:last-of-type) {
        padding-right: 1px;
    }

    .event-misc .bet-buttons-row {
        margin-bottom: 1px;
    }

    .event-outright .counted:nth-last-child(2):first-child,
    .event-outright .counted:nth-last-child(2):first-child ~ .counted,
    .event-outright .counted:nth-last-of-type(2):first-of-type,
    .event-outright .counted:nth-last-of-type(2):first-of-type ~ .counted {
        width: 100%;
    }

    .main-event-title .filter-shorting {
        line-height: 48px;
    }

    .event-container .event-branch-title {
        border-radius: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 13px;
        font-size: 1.077em;
        line-height: 18px;
        height: 48px;
    }

    .event-container .event-view-icons-container .event-view-icon .icon {
        height: 16px;
        width: 16px;
    }

    .event-container .event-view-icons-container .event-view-icon:first-child .icon {
        opacity: 1;
    }

    .event-views .bet-button {
        min-height: 56px;
        line-height: 1.5em;
    }

    .event-container .event-branch-title .icon-wrap {
        padding: 6px 10px 8px 10px;
    }

        .event-container .event-branch-title .icon-wrap .icon {
            height: 16px;
            width: 16px;
        }

    .event-views .bet-type-group-title {
        padding: 12px;
    }

    .event-view-scoreboard-image {
        margin: 0;
        border-radius: 0;
        min-height: 142px;
    }

        .event-view-scoreboard-image .prematch-resp-sc-container {
            width: 92%;
            top: 16px;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            transform: translateX(-50%);
            margin: 0 auto;
        }

        .event-view-scoreboard-image .prematch-sc-parts-front {
            width: 100%;
            left: 0;
            top: 0;
            height: 60px;
            border-radius: 5px 5px 0 0;
            justify-content: justify-content;
            align-items: center;
        }

        .event-view-scoreboard-image .prematch-sc-parts-back {
            top: 60px;
            border-radius: 0 0 5px 5px;
            height: 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .event-view-scoreboard-image .prematch-sc-parts {
            width: 100%;
        }

        .event-view-scoreboard-image .prematch-sc-team-left:before {
            left: 0;
        }

        .event-view-scoreboard-image .prematch-sc-team-right:after {
            right: 0;
        }

        .event-view-scoreboard-image .prematch-sc-team-left .prematch-sc-team-name {
            padding-left: 17px;
        }

        .event-view-scoreboard-image .prematch-sc-team-right .prematch-sc-team-name {
            padding-right: 17px;
            text-align: right;
        }

        .event-view-scoreboard-image .prematch-sc-team-name {
            font-size: 13px;
        }

        .event-view-scoreboard-image .prematch-sc-teams:not(.prematch-sc-team-vs) {
            width: 100%;
            flex-grow: 0;
            flex-shrink: 1;
            overflow: hidden;
        }

        .event-view-scoreboard-image .prematch-sc-teams.prematch-sc-team-vs {
            flex-grow: 0;
            flex-shrink: 1;
            padding: 0 5px;
        }

    .your-bet-switch .your-bet-filter {
        padding: 0 14px;
        background-color: #494d5a;
        position: relative;
    }

    .your-bet-switch .switch-left-text {
        padding: 18px 0;
        color: #fff;
        width: 100%;
        font-size: 1.07692308em;
        display: block;
    }

    .your-bet-filter .switch {
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 14px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .your-bet-filter .switch .switch-label {
            width: 3em;
            background-color: #72798e;
            display: block;
            position: relative;
            height: 1.33333333em;
            line-height: 2.16666667em;
            border-radius: 1.16666667em;
            box-shadow: none;
            transition: all ease-out 100ms;
            overflow: visible;
            color: #cdd1d6;
        }

    .switch .switch-roll {
        position: absolute;
        pointer-events: none;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transform: translate3d(0,-50%,0);
        -moz-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0);
        transition: all .25s ease-out;
    }

        .switch .switch-roll .switch-knob {
            float: left;
            border-radius: 50%;
            width: 1.66666667em;
            height: 1.66666667em;
            transition: all .1s ease-out;
            box-shadow: 0 0 6px 1px rgba(0,0,0,.2);
            background: #fff;
        }

    .your-bet-filter .switch-check {
        position: absolute;
        height: 0;
        width: 0;
        opacity: 0;
    }

        .your-bet-filter .switch-check:checked + .switch-label {
            background-color: #64b000;
        }

            .your-bet-filter .switch-check:checked + .switch-label .switch-roll {
                -webkit-transform: translate3d(1.33em,-50%,0);
                -moz-transform: translate3d(1.33em,-50%,0);
                transform: translate3d(1.33em,-50%,0);
            }

    .go-to-top {
        position: fixed;
        padding: 16px 0;
        bottom: 10%;
        display: block;
        z-index: 1;
        height: 54px;
        width: 54px;
        background-color: #64b000;
        color: #fff;
        text-align: center;
        -webkit-transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        transition: all ease 300ms;
        perspective: 1px;
        border-radius: 7px 0 0 7px;
        right: 0;
        -webkit-transform: translate(130%,0);
        -moz-transform: translate(130%,0);
        transform: translate(130%,0);
    }

        .go-to-top .top-arrow {
            height: 8px;
            width: 8px;
            position: relative;
            transform: rotate(45deg);
            display: block;
            margin: 0 auto;
        }

            .go-to-top .top-arrow:after,
            .go-to-top .top-arrow:before {
                content: "";
                display: block;
                background-color: #fff;
                position: absolute;
            }

            .go-to-top .top-arrow:after {
                width: 100%;
                height: 1px;
            }

            .go-to-top .top-arrow:before {
                width: 1px;
                height: 100%;
            }

        .go-to-top.active {
            -webkit-transform: translate(0,0);
            -moz-transform: translate(0,0);
            transform: translate(0,0);
        }

    .next-race-slider {
        overflow-y: auto;
    }

    .race-item .race-item--odd .bet-button {
        width: 82px;
    }

    .racing-card--subheader {
        text-align: center;
    }

        .racing-card--subheader .card-header-event-name {
            padding-bottom: 10px;
            font-weight: bold;
            color: #000;
        }

    .raceing-table td.has-btn {
        padding-right: 10px;
    }



    .racing-card .racing-card--picker .racing-card--event-box {
        white-space: nowrap;
        overflow-x: auto;
        padding: 10px;
    }

    .league-heading {
        border-radius: 0;
    }
    /* .white-tab .tablist > li{ min-width: 0; } */
    .race-event-tabs .white-tab .tablist {
    }

    .events-for-league .event-american-odds .event-details-wrap,
    .multiview-event .event-details-wrap,
    .event-american-odds .event-details-wrap {
        width: 100%;
        display: block;
        height: auto;
    }

    .multiview-event .event-odds,
    .event-american-odds .event-odds {
        width: 100%;
        display: block;
        padding-bottom: 2px;
        height: auto;
    }

    .money-line-amOdds .bet-button {
        min-height: 42px;
    }

    .event-details .event-details-row {
        line-height: 1.729em;
    }

    .event-details .event-details-game-time,
    .event-details .event-details-game-date {
        font-size: .8667em;
    }

    .event-american-odds .bet-buttons-column:not(:last-child),
    .event-american-odds .bet-buttons-column:not(:last-of-type) {
        padding-right: 0px;
    }

    .event-american-odds .bet-buttons-column:first-child {
        padding-left: 0px;
    }

    .event-american-odds .bet-buttons-column:last-child {
        padding-right: 0px;
    }

    .heading-multiview .multiview-wrap,
    .multiview-event .multiview-wrap {
        display: none;
    }

    .multiview-event.event-wrapper .event-details {
        display: block;
        padding-right: 0;
    }

    .multiview-event.event-wrapper {
        padding: 0;
    }

    .multiview-event .event-all-bets .event-all-bets-inner {
        font-weight: bold;
    }

    .footer-long-text-wrap {
        max-height: none;
        border-bottom: 0;
    }

        .footer-long-text-wrap .footer-long-text-inner {
            display: none;
            padding-top: 15px;
        }

        .footer-long-text-wrap .footer-tab-check:checked ~ .footer-long-text-inner {
            display: block;
        }

        .footer-long-text-wrap .long-text-toggle {
            width: 30%;
            position: relative;
            padding-top: 10px;
            font-size: 11px;
            display: block;
            text-align: center;
            margin: 0 auto;
        }

        .footer-long-text-wrap .footer-tab-check:checked ~ .long-text-toggle:after {
            content: "\25B2";
            display: inline-block;
            margin-left: 20px;
        }

        .footer-long-text-wrap .long-text-toggle:after {
            content: "\25BC";
            display: inline-block;
            margin-left: 20px;
        }
}

@media screen and (max-width: 768px) {
    .region-tabs .tablist {
        padding-left: 0;
        width: 100%;
    }

        .region-tabs .tablist li {
            width: 50%;
        }

    .region-tabs .next-race-title {
        display: none;
    }

    .region-tabs .tablist {
        width: 100%;
    }

    .region-tabs.white-tab .tablist > li {
        width: 33.33333333%;
        min-width: 0;
    }

        .region-tabs.white-tab .tablist > li:last-child > a {
            margin-right: 0;
        }

    .current-races .current-races--row {
        border-bottom: 10px solid #e5e5e5;
    }

        .current-races .current-races--row .current-races-place {
            width: 100%;
            float: none;
            border-bottom: 1px solid #e5e5e5;
        }

        .current-races .current-races--row .current-races-events-wrapper {
            overflow-x: auto;
        }

    .current-races .current-races-events {
        white-space: nowrap;
        margin: 10px;
    }

        .current-races .current-races-events .current-races-event {
            margin-bottom: 0;
        }

    .raceing-table-wrap .raceing-table-bottom-actions {
        display: flex;
    }

        .raceing-table-wrap .raceing-table-bottom-actions .link-btn {
            width: 50%;
            text-align: center;
        }

    .footer .payment-top-logos {
        white-space: nowrap;
        overflow-x: auto;
        padding: 10px;
    }

    .secondory-breadcrumb {
        margin: 0;
    }
}

.menuburger {
    width: 34px;
    height: 34px;
    padding: 2px;
}

@media screen and (max-width: 767px ) {
    .site-wrapper {
        padding-top: 51px;
    }

    .mobile-header .mobile-header-inner {
        padding: 3px 5px 5px;
    }

    .mobile-header .mobile-logo {
        padding: 0;
        position: absolute;
        top: 5px;
        left: 76px;
        margin-left: -20px;
    }

    .breadcrumbs .breadcrumbs-inner {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .raceing-tabs-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .menu-overlay,
    .panel-right,
    .mobile-nav {
        top: 51px;
    }

    .footer-long-text-inner p {
        line-height: 1.3;
    }

    .register_popup .modal-body {
        padding-left: 8px;
        padding-right: 8px;
    }

    .secondory-breadcrumb {
        display: block;
    }

        .secondory-breadcrumb .link {
            background-color: transparent !important;
            padding: 5px 20px;
        }

            .secondory-breadcrumb .link:before {
                display: none;
            }

            .secondory-breadcrumb .link:last-child:after {
                display: none;
            }

            .secondory-breadcrumb .link:after {
                content: "";
                height: 8px;
                width: 8px;
                position: absolute;
                right: 0;
                top: 50%;
                border-right: 1px solid #000;
                border-bottom: 1px solid #000;
                -webkit-transform: rotate(-45deg) translate(0,-50%);
                -moz-transform: rotate(-45deg) translate(0,-50%);
                transform: rotate(-45deg) translate(0,-50%);
                opacity: 0.5;
                transform-origin: 50% 0;
            }
}

@media screen and (max-width: 575px) {
    .home-tabs > .tab-switch-wrap {
        overflow-x: auto;
    }

        .home-tabs > .tab-switch-wrap > .tablist {
            width: auto;
            table-layout: auto;
        }

            .home-tabs > .tab-switch-wrap > .tablist > li {
                width: auto;
                white-space: nowrap;
            }

    .row {
        flex-direction: column;
    }

    .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .column-xs-6 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .register_popup .modal-body {
        padding: 30px 15px 7px;
    }

    .login_popup .d-flex .button {
        width: auto;
    }

    .site-loader .loader {
        height: 36px;
        width: 36px;
    }

    .site-loader .site-loader-inner {
        width: 100%;
    }

    .event-details .event-details-row .event-details-game-time {
        float: none;
        display: block;
    }
}


.logo.logo-brand-en {
    background-image: url(../../Content/Images/logo.png?v=1);
    background-size: contain;
    max-width: 210px;
    width: 263px;
    height: 70px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-decoration: none;
    outline: 0;
    position: absolute;
    top: -32px;
}


.policyPage h3 {
    font-weight: bold;
    font-size: 16px;
}

.policyPage h4 {
    font-weight: bold;
}

a.cl-ttl.cl-s.whtLink {
    color: white !important;
}

span.header-dropdown-text.whtLink {
    color: white !important;
}

/*Racing*/
.greyLock {
    color: #838383;
}

.redTint .greyLock, .greenTint .greyLock {
    color: #fff !important;
}

.weather {
    height: 20px;
    top: -2px;
}

.race-runner-icon {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}


/*FORM*/

.form-type-value {
    text-align: center;
}

.runner-form-row {
    text-align: left;
    color: white;
    background-color: #343743;
}

.race-table tbody .runner-form-row.expanded .race-runner-form {
    height: 100%;
    padding-bottom: 10px;
}

.race-runner-form .race-runner-form-inner {
    display: block;
}

.race-runner-form .race-runner-form-header {
    display: block;
    padding: 5px 0 5px 5px;
    border-bottom: 2px solid #f9f9f9;
}

.race-runner-form .race-runner-form-body {
    width: 100%;
    float: left;
    padding-right: 10px;
}

.race-runner-form .race-runner-form-row {
    flex-wrap: wrap;
    display: flex;
    clear: both;
}

.race-runner-form p .label {
    color: black !important
}

.race-runner-form .race-runner-form-row .race-runner-form-item {
    width: 25%;
}

.formLabel {
    display: inline;
    padding: .2em .6em .3em;
    font-weight: bold;
    line-height: 1;
    color: #a1a1a1 !important;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.formhr {
    margin: 0px;
    border-top: 1px solid #575757;
}

.race-runner-form-row:nth-child(odd) {
    /*background: #272a31;*/
}

.comment-row.first .runner-details {
    width: 25%;
    float: left;
    padding: 10px 0;
}

    .comment-row.first .runner-details.trainer {
        width: 40%;
        /*text-align: left;*/
    }

    .comment-row.first .runner-details.age-sex {
        width: 20%;
        /*text-align: left;*/
    }

.comment-row.first .runner-details {
    width: 40%;
    float: left;
    padding: 10px 0;
}

@media(max-width:500px) {
    .comment-row.first .runner-details {
        width: 25%;
        float: left;
        padding: 10px 0;
    }

    .comment-row.first .runner-details {
        width: 40% !important;
        float: left;
        padding: 10px 0;
    }

        .comment-row.first .runner-details.trainer {
            width: 60% !important;
            /*text-align: left;*/
        }

        .comment-row.first .runner-details.age-sex {
            display: none;
            /*text-align: left;*/
        }
}

.form-bak {
    text-align: center !important;
    padding: 0px !important;
}


.mobiHide {
}

@media(max-width:1024px) {

    .mobiHide {
        display: none !important;
    }


    .mobifont {
        font-size: 10px;
    }

    .event-details-left {
        width: 50%;
        float: left;
    }

        .event-details-left .event-details-team-name {
            float: left;
            position: relative;
            top: 6px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 100%;
            font-size: 12px;
        }

        .event-details-left .teamsilk {
            float: left;
            top: 0px;
            margin-right: 8px;
        }

    .event-details-right {
        width: 50%;
        float: right;
    }

        .event-details-right .event-details-team-name {
            float: right;
            position: relative;
            top: 6px;
            text-overflow: ellipsis;
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 12px;
            text-align: right;
        }

        .event-details-right .teamsilk {
            float: right;
            top: 0px;
            margin-left: 8px;
        }
}

.fullHide {
}

@media(min-width:1025px) {

    .way3Hlf {
        height: 56px;
    }

        .way3Hlf .bet-button {
            line-height: 4em !important;
        }

    .fullHide {
        display: none !important;
    }
}

.bold {
    font-weight: bold;
}

.validationMessage {
    color: #f73737;
}

.checkbox .validationMessage {
    display: block;
}

.raceImg {
    width: 36px;
}

.raceheaderbar {
    /*width: 420px;*/
    /*margin: auto*/
}

    .raceheaderbar .quick-nav-item {
        width: 25%;
    }


.reportingtable td {
    /*border: 1px solid #808080;
    background: #ded9d9;*/
}

.reportingtable thead td {
    font-weight: bold;
    font-size: 14px;
}

.green_btn {
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    display: block;
    color: #fff;
    width: 180px;
    background-color: #64b000;
    line-height: 28px !important;
    cursor: pointer;
    border-radius: 2px;
    border: 0 none;
    text-shadow: none;
    font-weight: 400;
}

.red_btn {
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    display: block;
    color: #fff;
    width: 180px;
    background-color: #b00012;
    line-height: 28px !important;
    cursor: pointer;
    border-radius: 2px;
    border: 0 none;
    text-shadow: none;
    font-weight: 400;
}

    .green_btn:hover,
    .red_btn:hover {
        opacity: 0.8;
    }

.headerbtn {
    border: 1px solid #494d5a;
    padding: 10px;
    width: 72px;
}

.vcenter-wrap {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

    .vcenter-wrap .vcenter {
        display: table-cell;
        vertical-align: middle;
    }

.event-live-info .vcenter-wrap {
    height: 42px;
}

.address, .form-control {
    width: 320px;
    -webkit-appearance: square-button;
}

@media(max-width: 600px) {
    .hidden-sm {
        display: none;
    }

    #Deposit {
        text-align: center;
    }

        #Deposit img, #Deposit a {
            margin: auto;
        }
}

.raceing-table td .bet-button {
    min-width: 46px;
}

@media(min-width: 600px) {
    .raceing-table td .bet-button {
        min-width: 102px;
    }
}

.teamsilk {
    max-width: 48px;
    height: 32px;
    position: relative;
    top: 10px;
}

.suspendBar {
    color: white;
    font-weight: bold;
    background: #ac0808;
    height: 20px;
    width: 100%;
    text-align: center;
}

.videoBar {
    color: white;
    font-weight: bold;
    background: #343743;
    height: 50px !important;
    width: 100% !important;
    vertical-align: middle;
    line-height: 50px;
    cursor: pointer;
}

.vidBarRow {
    width: 100%;
    text-align: center;
}

.vidBarRow {
    width: 100%;
    text-align: center;
}

.videoBar a {
    color: white;
    font-weight: bold;
}

.vidFrame {
    width: 100%;
}

.race-result-icon {
    position: relative;
    text-align: center;
    left: 18px;
}

.race-pos {
    position: absolute;
    top: 31%;
    left: -5%;
    transform: translate(-50%, -50%);
    color: #333333;
    font-size: 28px;
    font-weight: bold;
}

.addBslipOpt td {
    display: table-cell
}

.formTable {
    width: 100%;
}

    .formTable td {
        background: none;
        width: auto;
        border: none !important;
    }

    .formTable tr {
        border: none;
    }

.formTableLabel {
    font-weight: bold;
    color: #a1a1a1 !important;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
}

.formRaceName {
    max-width: 180px;
    text-overflow: ellipsis;
}



.runner-form-icon:before {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    margin-top: 14px;
    padding-right: 2px;
    transition: all 0.5s;
    color: #aeaeae;
    font-size: 18px;
}

.runner-form-icon.openform:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*Font*/
.mobisb {
    font-size: 24px;
    background: none;
    margin-left: 3px;
    margin-right: 1px !important;
}

.icon-2x {
    font-size: 2em;
}

.icon-3x {
    font-size: 3em;
}

.icon-4x {
    font-size: 4em;
}

.sb-icon:before,
[class^="sb-icon-"]:before,
[class*=" sb-icon-"]:before {
    font-family: "sportsbook";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

.sb-icon-handball:before,
.sb-icon-14:before {
    font-family: 'ico';
    content: '\e916';
}

.sb-icon-other-sports:before,
.sb-icon-18:before {
    content: '';
}

.sb-icon-snooker:before,
.sb-icon-23:before {
    font-family: 'ico';
    content: '\e92c';
}

.sb-icon-basketball:before,
.sb-icon-5:before {
    font-family: 'ico';
    content: '\e917';
}

.sb-icon-us-elections:before,
.sb-icon-us-elections:before {
    content: '';
}

.sb-icon-american-football:before,
.sb-icon-1:before {
    font-family: 'ico';
    content: '\e902';
}

.sb-icon-baseball:before,
.sb-icon-4:before {
    font-family: 'ico';
    content: '\e922';
}

.sb-icon-15:before {
    font-family: 'ico';
    content: '\e923';
}

.sb-icon-24:before {
    font-family: 'ico';
    content: '\e923';
}

.sb-icon-boxing:before,
.sb-icon-6:before {
    font-family: 'ico';
    content: '\e90c';
}

.sb-icon-cricket:before,
.sb-icon-8:before {
    content: '';
}

.sb-icon-badminton:before,
.sb-icon-31:before {
    font-family: 'ico';
    content: '\e91c';
}

.sb-icon-entertainment:before,
.sb-icon-9:before {
    font-family: 'ico';
    content: '\e903';
}

.sb-icon-golf:before,
.sb-icon-13:before {
    font-family: 'ico';
    content: '\e919';
}

.sb-icon-ice-hockey:before,
.sb-icon-16:before {
    font-family: 'ico';
    content: '\e91e';
}

.sb-icon-motor-sports:before,
.sb-icon-11:before {
    font-family: 'ico';
    content: '\e924';
}

.sb-icon-201:before {
    font-family: 'ico';
    content: '\e901';
}

.sb-icon-202:before {
    font-family: 'ico';
    content: '\e901';
}

.sb-icon-curling:before,
.sb-icon-33:before {
    font-family: 'ico';
    content: '\e907';
}

.sb-icon-volleyball:before,
.sb-icon-28:before {
    content: '';
}

.sb-icon-table-tennis:before,
.sb-icon-20:before,
.sb-icon-27:before {
    content: '';
}

.sb-icon-109:before,
.sb-icon-110:before,
.sb-icon-111:before,
.sb-icon-121:before,
.sb-icon-140:before {
    font-family: 'ico';
    content: '\e92e';
}

/*.sb-icon-horse-racing:before,
.sb-icon-15:before {
    font-family: 'ico';
    content: '\e908';
}*/

.sb-icon-cycling:before,
.sb-icon-10:before {
    font-family: 'ico';
    content: '\e920';
}

.sb-icon-casino-special:before,
.sb-icon-29:before,
.sb-icon-7:before {
    font-family: 'ico';
    content: '\e90c';
}

.sb-icon-19:before {
    font-family: 'ico';
    content: '\e90e';
}

.sb-icon-athletics:before,
.sb-icon-61:before,
.sb-icon-3:before {
    font-family: 'ico';
    content: '\e907';
}

/*.sb-icon-weather-betting:before,
.sb-icon-29:before {
    content: ''
}*/

.sb-icon-alpine-skiing:before,
.sb-icon-37:before {
    font-family: 'ico';
    content: '\e910';
}

.sb-icon-tennis:before,
.sb-icon-26:before {
    content: '';
}

.sb-icon-tennis-ladies:before,
.sb-icon-25:before {
    content: '';
}

.sb-icon-stock-market:before,
.sb-icon-30:before {
    content: '';
}

.sb-icon-12:before {
    font-family: 'ico';
    content: '\e92c';
}

.sb-icon-998:before {
    font-family: 'ico';
    content: '\e912';
}


.sb-icon-us-soccer:before,
.sb-icon-2:before {
    font-family: 'ico';
    content: '\e928';
}

.sb-icon-rugby:before,
.sb-icon-21:before {
    font-family: 'ico';
    content: '\e904';
}

.sb-icon-117:before {
    font-family: 'ico';
    content: '\e921';
}

.sb-icon-politics:before
/*.sb-icon-20:before*/ {
    content: '';
}

.sb-icon-32:before {
    font-family: 'ico';
    content: '\e910';
}

.sb-icon-non-sporting:before,
.sb-icon-17:before {
    font-family: 'ico';
    content: '\e92a';
}

.sb-icon-34:before {
    font-family: 'ico';
    content: '\e92c';
}

.sb-icon-ski-jumping:before,
.sb-icon-38:before {
    content: '';
}

.sb-icon-winter-sports:before,
.sb-icon-22:before {
    font-family: 'ico';
    content: '\e90b';
}

.sb-icon-badminton:before {
    content: '';
}

.sb-icon-olympic-torch:before,
.sb-icon-t22:before {
    content: '';
}

.sb-icon-trophy:before {
    /*content: '';*/
    content: '\e848';
}

.sb-icon-calendar:before {
    /*content: '';*/
    content: '\e82B';
}

.sb-icon-remove:before {
    content: '';
}

.futuresRacingIcon {
    background-position: 37.5% 0%;
    background-image: url(../images/mobile-navigation-icons.png);
    height: 34px !important;
    vertical-align: middle;
    background-size: 306px 306px;
    margin-top: 4px;
}

.ntjRacingIcon {
    background-position: 50% 0%;
    background-image: url(../images/mobile-navigation-icons.png);
    height: 34px !important;
    vertical-align: middle;
    background-size: 306px 306px;
    margin-top: 4px;
}
.ntjRacingIcontb {
    background-position: 50% 0%;
    background-image: url(../images/mobile-navigation-icons.png);
    height: 34px !important;
    background-size: 306px 306px;
    margin: auto;
    filter: drop-shadow(2px 6px 6px #111322);
}

@font-face {
    font-family: 'ico';
    src: url('/content/fonts/icomoon.eot');
    src: url('/content/icomoon.eot?r8jjw5#iefix') format('embedded-opentype'), url('/content/fonts/icomoon.ttf?r8jjw5') format('truetype'), url('/content/fonts/icomoon.woff?r8jjw5') format('woff'), url('/content/fonts/icomoon.svg?r8jjw5#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sportsbook';
    src: url('/content/fonts/sportsbook.eot');
    src: url('/content/sportsbook.eot?r8jjw5#iefix') format('embedded-opentype'), url('/content/fonts/sportsbook.ttf?r8jjw5') format('truetype'), url('/content/fonts/sportsbook.woff?r8jjw5') format('woff'), url('/content/fonts/sportsbook.svg?r8jjw5#sportsbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Font*/
@media (max-width: 1199px) {
    .righthand-ad-slots {
        display: none !important;
    }
}

@media(max-width:359px) {
    .miniOdds {
        display: none;
    }
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.8);
    }

    100% {
        box-shadow: 0 0 0 8px rgba(255, 0, 0, 0);
    }
}

.raceing-tabs-wrap .tablist {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

    .raceing-tabs-wrap .tablist > li {
        flex: 1 0 33.33333333%;
    }

        .raceing-tabs-wrap .tablist > li > a {
            margin-right: 0;
            font-size: 14px;
            border-radius: 0;
            border-bottom: 4px solid transparent;
            background-color: #fff;
        }

        .raceing-tabs-wrap .tablist > li.active > a {
            margin-right: 0;
            font-size: 14px;
            border-radius: 0;
            border-bottom: 4px solid #64b000;
        }

.boost-btn {
    position: relative;
    overflow: hidden;
    background-color: #ca0000 !important;
    width: 85px;
    height: 22px;
    float: right;
    line-height: 0px;
    font-weight: bold;
}

.boost-btn-pulse {
    animation: shadow-pulse 1.5s infinite;
}

    .boost-btn-pulse:hover {
        background-color: #d83200 !important;
    }


#bonusOdds {
    float: right;
}

.boost-hidden {
    text-align: center;
    width: 100%;
    position: absolute;
    left: -85px;
}

.boost-default-pos {
    left: 0px;
    position: absolute;
    transition: 1s;
}

.boost-trn .boost-default-pos {
    left: 85px;
    position: absolute;
    transition: 1s;
}

.btn-center {
    display: block;
    margin: auto;
    width: 85px;
}

.hidden {
    display: none;
}

.quaddieRaces li a {
    display: block;
    position: relative;
}

.race-selections {
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: none;
    font-size: 12px;
    height: 21px;
    line-height: 18px;
    position: absolute;
    right: 4px;
    top: 6px;
    width: 20px;
}


.event-odds .bigBtn {
    width: 100% !important;
    max-width: 100% !important;
}

    .event-odds .bigBtn a {
        padding: 14px 0;
        display: block;
        text-align: center;
        background-color: #f9f9f9;
        border-radius: 0 0 3px 3px;
        cursor: pointer;
        text-decoration: none;
        color: #969696;
        font-size: 0.923em;
    }

    .event-odds .bigBtn:hover a, .event-odds .bigBtn:focus a {
        background-color: #ccc;
        color: #000;
    }

.futIcon {
    float: left;
    height: 18px;
    /*filter: invert(0.6);*/
    padding-right: 5px;
}

.futInfo {
    width: 125px;
}

.futMeeting:hover td, .ntjnav:hover td {
    background-color: #e3e3e3 !important;
    cursor: pointer;
}

.futTable table td {
    border-bottom: 1px solid #9daab3;
}

.flag {
    position: relative;
    margin-right: 6px;
    width: 24px;
    top: 3px;
}

.flagbnr {
    position: relative;
    margin-right: 6px;
    width: 24px;
    top: -3px;
    float: right;
}

.flagrace {
    position: relative;
    margin-right: 6px;
    width: 24px;
    top: -4px;
    float: left;
}

.ntjnav .icon {
    background-image: url(../images/mobile-navigation-icons.png);
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-size: 1000% 1000%;
    margin-right: 4px;
    position: relative;
    top: -2px;
}

    .ntjnav .icon.ntj {
        background-position: 50% 0%;
    }

.ntjdatetime {
    width: 70px;
}

.item-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#qrcode, #qrcodemini {
    border: 1px solid white;
}

    #qrcode img, #qrcodemini img {
        filter: none;
    }


.betTypeHead {
    text-align: center !important;
    font-weight: bold;
}

.betTypeBox {
    width: 100%;
    margin-top: 16px;
}

    .betTypeBox .race-oddsUpdate {
        width: 50%;
    }

    .betTypeBox .left {
        padding-left: 0px !important;
        padding-right: 10px;
    }

    .betTypeBox .right {
        padding-left: 10px;
    }

    .betTypeBox .betTypeLabel {
        text-align: center;
        font-weight: bold;
    }

    .fLeft{
        float: left;
    }

.fRight {
    float: right;
}

@media (min-width: 767px) {
    .betTypeBox {
        width: 48%;
    }
}


.cam-meet {
    float: right;

    line-height: 30px !important;
    margin-right: 5px;
}

.thinwrap{
    padding:0px;
}

.leftfloat {
    float: left;
}

.rightfloat {
    float: right;
}


.bannerMini .race-table-row {
    height: 90px;
}

.bannerMini .raceHeadHeight {
    height: 70px;
}

.raceing-table .miniToggle td {
    padding-left: 6px;
    padding-right: 6px;
}

.bannerMini .race-item {
    width: calc(100% - 6px);
}

.bannerMini .next-race-slider .race-item {
    margin: 3px;
}

    .bannerMini .next-race-slider .race-item .race-item-row {
        width: calc(50% - 16px);
        margin: 8px;
    }

    .bannerMini .next-race-slider .race-item .race-item-rows {
        min-height: 0px;
        background-color: inherit;
    }

.bannerMini .race-item .race-item--odd .bet-button {
    top: 3px;
    right: 3px;
    margin-bottom: 1px;
}

.bannerMini .runner-icon {
    margin-left: 3px;
}

.miniToggle {
    display: contents;
}

.miniRace {
    padding: 0px;
    /*    width: 100%;*/
    display: table-cell;
}

td.blockPropagation {
    padding-left: 8px;
    padding-right: 8px;
}

.reportingtable td.runner-form-icon {
    width: 21px;
}

.miniRace {
    height: 119px !important;
}

@media(max-width: 650px) {
    .bannerMini .next-race-slider .race-item .race-item-row {
        width: calc(100%);
        margin: 0px;
    }

    .miniRace {
        height: 186px !important;
    }
}