@font-face {
    src: url(../Styles/font/CarterOne-Regular.ttf);
    font-family: Letsplaydarts;
}

body {
    font-family: Letsplaydarts, Arial !important;
    font-size: 0.9rem;
    background-color: #000000;
    color: #FFFFFF;
}

.wait {
    opacity: 0;
    -webkit-transition: opacity 600ms;
    transition: opacity 600ms;
}

    .wait:hover {
        opacity: 1;
    }

.h1, h1 {
    font-size: 1.75rem;
}

.h2, h2 {
    padding: 0.1px 0;
}

.h3, h3 {
    font-size: 1.75rem;
}

.menu {
    height: 35px;
}

.flag img {
    border: 0;
    vertical-align: unset;
}

/* MAINPAGE */

.canvas {
    background: linear-gradient(rgba(0, 0, 25, 1), rgba(0, 0, 5, 1), rgba(0, 0, 25, 1), rgba(0, 0, 5, 1));
}

.canvas2 {
    background-color: rgba(0, 0, 0, 0.7);
}

.text-success {
    color: rgb(40, 167, 69) !important;
}

.pop {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40vh;
    background: linear-gradient(180deg, rgba(0, 0, 15, 1), rgba(0, 0, 25, 1));
    padding-bottom: 100px;
}

.cardContainer {
    position: relative;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .cardContainer .card {
        position: relative;
        width: 440px;
        height: 135px;
        background: linear-gradient(180deg, rgba(0, 0, 15, 1), rgba(0, 0, 25, 1));
        margin: 20px;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
        /*box-shadow: 0px 0px 10px rgba(255, 193, 7, 0.2), 0px 0px 30px rgba(255, 193, 7, 0.2), 0px 0px 60px rgba(255, 193, 7, 0.2);*/
        transition: 0.5s;
    }

        .cardContainer .card .circle h3 {
            color: rgba(0, 0, 25, 1);
            font-size: 3rem;
            /* padding: 30px 0;*/
            text-align: center;
            text-shadow: .1vw 0vw .25vw #00cc00, .2vw 0vw .20vw #00cc00, .1vw 0vw 15vw #00cc00, .2vw 0vw 20vw #00cc00
        }

        .cardContainer .card .content {
            text-align: center;
            margin: 0 auto;
        }

            .cardContainer .card .content p {
                color: #666;
                text-align: center;
            }

.card-body {
    margin: auto 0;
}

    .card-body h1, .card-body h2 {
        font-size: 2.4rem;
        margin-bottom: 20px;
        letter-spacing: 10px;
        color: rgb(40, 167, 69);
    }

    .card-body p {
        padding: 0 25px;
    }

.feat {
    margin-bottom: 50px;
}

.featCont {
    width: 100%;
    text-align: justify;
    margin: 0 auto;
}

    .featCont .card {
        width: 90%;
        margin: 0 auto;
        border: none !important;
        color: #fff;
        transition: 0.9s
    }

        .featCont .card:hover {
            padding: 0 15px;
            background-color: rgba(0, 0, 0, 0.5) !important;
            box-shadow: 20px 20px 25px rgba(102, 102, 102, 0.4), -20px -20px 25px rgba(102, 102, 102, 0.4);
            width: 90%;
            transition: 0.9s
        }

.card {
    background-color: rgba(0, 0, 0, 0.35) !important;
    padding: 10px;
}

    .card img {
        margin: 20px 0;
    }

/* END OF MAINPAGE */

.table td, .table th {
    padding: .50rem !important;
    vertical-align: middle !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/*.card {
    margin: 0 10px 0 10px;
    box-shadow: 0px 0px 10px rgba(255, 193, 7, 0.4), 0px 0px 20px rgba(255, 193, 7, 0.4), 0px 0px 40px rgba(255, 193, 7, 0.4);
}*/

p {
    font-family: Letsplaydarts;
    font-size: 1.2rem;
}

a {
    color: #28A745;
}

    a:hover {
        color: #FF0000;
    }

    a:focus {
        outline: none;
    }

    a::-moz-focus-inner {
        border: 0;
    }

.p-6, .pb-6, .py-6 {
    padding-bottom: 3rem !important;
}

.col-12 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/*.text-success {
    text-shadow: 1px 1px #FFFFFF;
}*/

.text-light {
    color: #FFFFFF !important;
}

a.text-light:active, a.text-light:hover, a.text-light:focus {
    color: #FF0000 !important;
    text-decoration: none;
}

.text-dark {
    color: #FFFFFF !important;
}

a.text-dark:active, a.text-dark:hover, a.text-dark:focus {
    color: #28A745 !important;
    text-decoration: none;
}

.calendar {
    background-image: url('../images/calendar_icon.png');
    vertical-align: middle;
    margin-bottom: 3px;
}

/*hide recaptcha*/
.grecaptcha-badge {
    visibility: hidden;
}

.navbar-nav {
    font-size: 1.0rem;
}

.navbar-brand {
    margin-right: .25rem;
    padding-top: 2px !important;
}

.navbar-toggler {
    padding: .25rem .25rem;
}

.title {
    background-color: rgba(0, 0, 0, 0.5);
}

.mainIndex .logo {
    width: 98%;
    max-width: 820px;
}

.mainGames {
    background-image: url(../Images/arena2ff.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.mainPlay {
    background-image: url(../Images/arena2ff.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .mainPlay input[type="image"]:focus {
        border-color: none !important;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    .mainPlay input[type="text"]:disabled {
        /*background: #0A1100;
        font-size: 30px !important;
        font-weight: bold !important;
        text-align: center !important;
        border: 1px solid #C8C8C8 !important;*/
        font-family: Letsplaydarts, Arial !important;
        font-size: 1.5rem;
        color: #FFFFFF;
        -webkit-text-fill-color: #FFFFFF; /* required on iOS */
        -webkit-opacity: 1; /* required on iOS */
        opacity: 1; /* required on iOS */
        padding: 0px;
        text-align: center !important;
        border: 0 !important;
        background: transparent;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-sizing: unset;
        -webkit-box-sizing: unset;
        -moz-box-sizing: unset;
    }

    .mainPlay textarea, textarea:disabled {
        width: 130px;
        height: 140px;
        background: #0A1100 !important;
        font-size: 30px !important;
        font-weight: bold !important;
        text-align: center !important;
        border: 1px solid #C8C8C8 !important;
        overflow: hidden;
        resize: none;
    }

    .mainPlay .gamecontrol {
        /*filter: grayscale(1);*/
        opacity: 0.85;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /* IE8 patch */
        filter: alpha(opacity=85); /* IE5-7 patch */
        -moz-opacity: 0.85;
        width: 40px;
    }

        .mainPlay .gamecontrol:hover {
            transition: 1.2s !important;
            box-shadow: 0px 0px 20px rgba(255, 193, 7, 0.9), 0px 0px 20px rgba(255, 193, 7, 0.9), 0px 0px 20px rgba(255, 193, 7, 0.9);
        }

footer {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

.more {
    height: 200px;
    overflow: hidden;
}

#parallax {
    background-image: url(../Images/11.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}

    #parallax div {
        background-color: rgba(0, 0, 0, 0.7);
        padding: 95px 0;
    }

/*#parallax h1 {
        text-shadow: .1vw 0vw .25vw #00cc00, .2vw 0vw .20vw #00cc00, .1vw 0vw 15vw #00cc00, .2vw 0vw 20vw #00cc00;
    }*/

.list-group-item {
    padding: .10rem 1.00rem !important;
}

.red {
    color: #FF0000 !important;
}

.red_bg {
    background-color: #FF0000 !important;
}

.green {
    color: #28A745 !important;
}

.green_bg {
    background-color: #28A745 !important;
}

.yellow {
    color: rgb(255, 193, 7) !important;
}

.yellow_bg {
    background-color: rgb(255, 193, 7) !important;
}

.blue_bg {
    background-color: #1877f2 !important;
}

.cookieinfo {
    position: fixed;
    left: 0px;
    right: 0px;
    height: auto;
    min-height: 21px;
    border-top: .15rem solid #FF0000;
    background: rgba(30, 30, 30, 0.95);
    color: rgb(255, 255, 255);
    line-height: 21px;
    padding: 8px 18px;
    text-align: left;
    bottom: 0px;
    z-index: 10001;
}

    .cookieinfo .cookieinfo-close {
        float: right;
        display: block;
        padding: 5px 12px;
        /*min-width: 80px;*/
        margin-left: 5px;
        border-radius: 5px;
        cursor: pointer;
        color: rgb(0, 0, 0);
        background: rgb(241, 214, 0);
        text-align: center;
    }

        .cookieinfo .cookieinfo-close:hover {
            text-decoration: none;
        }

    .cookieinfo span {
        display: block;
        padding: 5px 0 5px 0;
    }

.webAppManifestInfo {
    position: fixed;
    left: 0px;
    right: 0px;
    height: auto;
    min-height: 21px;
    border-top: .15rem solid #FF0000;
    background: rgba(30, 30, 30, 0.95);
    color: rgb(255, 255, 255);
    line-height: 21px;
    padding: 8px 18px;
    text-align: left;
    bottom: 0px;
    z-index: 10000;
}

    .webAppManifestInfo .webAppManifestInfo-close {
        float: right;
        display: block;
        padding: 5px 12px;
        /*min-width: 80px;*/
        margin-left: 5px;
        border-radius: 5px;
        cursor: pointer;
        color: rgb(0, 0, 0);
        background: rgb(241, 214, 0);
        text-align: center;
    }

        .webAppManifestInfo .webAppManifestInfo-close:hover {
            text-decoration: none;
        }

    .webAppManifestInfo span {
        display: block;
        padding: 5px 0 5px 0;
    }

.unsupportedBrowser {
    position: fixed;
    left: 0px;
    right: 0px;
    height: auto;
    min-height: 21px;
    border-top: .15rem solid #FF0000;
    background: rgba(30, 30, 30, 0.95);
    color: rgb(255, 255, 255);
    line-height: 21px;
    padding: 8px 18px;
    text-align: left;
    bottom: 0px;
    z-index: 10000;
}

    .unsupportedBrowser span {
        display: block;
        padding: 5px 0 5px 0;
    }

.news {
    margin-top: 20px;
    padding: .175rem .60rem;
    color: #FF0000;
    border-color: #FF0000;
    animation: shake 4s ease infinite;
    transform-origin: 50% 50%;
    backface-visibility: hidden;
    perspective: 1000px;
    outline: none;
}

    .news:hover, .news:focus {
        transition: 1.0s !important;
        font-weight: bold;
        background-color: #FF0000;
        color: #000000;
        text-decoration: none;
        border-color: #FF0000;
        box-shadow: 0px 0px 30px rgba(255, 0, 0, 0.9), 0px 0px 60px rgba(255, 0, 0, 0.9), 0px 0px 80px rgba(255, 0, 0, 0.9);
    }

@keyframes shake {
    0% {
        transform: translate(0,0)
    }

    1.78571% {
        transform: translate(5px,0)
    }

    3.57143% {
        transform: translate(0,0)
    }

    5.35714% {
        transform: translate(5px,0)
    }

    7.14286% {
        transform: translate(0,0)
    }

    8.92857% {
        transform: translate(5px,0)
    }

    10.71429% {
        transform: translate(0,0)
    }

    100% {
        transform: translate(0,0)
    }
}

.play {
    padding: 10px 14px 10px 14px !important;
    font-size: large;
    border-radius: 10px !important;
    letter-spacing: 2px;
    overflow: hidden;
    text-transform: uppercase;
    transition: 1.0s !important;
    color: #ffc107;
    background-color: rgba(255, 193, 7, 0.15);
    box-shadow: 0px 0px 10px rgba(255, 193, 7, 0.4), 0px 0px 40px rgba(255, 193, 7, 0.4), 0px 0px 80px rgba(255, 193, 7, 0.4);
    font-weight: bold;
}

    .play:hover {
        transition: 1.0s !important;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
        box-shadow: 0px 0px 30px rgba(255, 193, 7, 0.9), 0px 0px 60px rgba(255, 193, 7, 0.9), 0px 0px 80px rgba(255, 193, 7, 0.9);
    }

.clear {
    padding: 10px 14px 10px 14px !important;
    font-size: large;
    border-radius: 10px !important;
    letter-spacing: 2px;
    overflow: hidden;
    text-transform: uppercase;
    transition: 1.0s !important;
    background-color: rgba(255, 193, 7, 0.15);
    box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.4), 0px 0px 40px rgba(255, 0, 0, 0.4), 0px 0px 80px rgba(255, 0, 0 0.4);
}

    .clear:hover {
        transition: 1.0s !important;
        font-weight: bold;
        box-shadow: 0px 0px 30px rgba(255, 0, 0, 0.9), 0px 0px 40px rgba(255, 0, 0, 0.9), 0px 0px 60px rgba(255, 0, 0, 0.9);
    }

.score_active {
    /*color: rgb(255, 0, 0) !important;*/
    color: rgb(255, 193, 7) !important;
}

.startGame {
    width: 130px;
    height: 40px;
    animation: flash_border linear 2s infinite;
    -webkit-animation: flash_border linear 2s infinite;
}

.playerName {
    font-family: Letsplaydarts, Arial !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-color: #28A745 !important;
}

.playerNo {
    background: transparent !important;
    border-color: #28A745 !important;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important; /* required on iOS */
}

    .playerNo:hover, .playerNo:focus {
        background-image: linear-gradient(to bottom right, #28A745, #55D749) !important;
        /*box-shadow: 0px 0px 15px rgba(0, 204, 0, 0.9), 0px 0px 20px rgba(0, 204, 0, 0.9), 0px 0px 25px rgba(0, 204, 0, 0.9);*/
    }

    .playerNo span {
        display: inline-block;
        font-size: 20px;
        width: 20px;
    }

.friend {
    background: transparent !important;
    border-color: #28A745 !important;
    color: #FFFFFF !important;
}

    .friend:hover {
        background-image: linear-gradient(to bottom right, #28A745, #55D749) !important;
    }

.yourself {
    background: transparent !important;
    border-color: rgb(255, 193, 7) !important;
    color: #FFFFFF !important;
}

.friend_selected {
    background-image: linear-gradient(to bottom right, #28A745, #55D749) !important;
}

.friendsfooter {
    font-weight: bold;
}

    .friendsfooter td {
        padding: 0px 1px 0px 1px;
        border-left: solid 1px #000000;
        border-right: solid 1px #000000;
    }

        .friendsfooter td span {
            padding: 0px 5px 0px 5px;
            text-decoration: none;
            background-color: rgb(255, 193, 7);
        }

        .friendsfooter td a {
            padding: 0px 5px 0px 5px;
            text-decoration: none;
        }

            .friendsfooter td a:hover {
                color: #FFFFFF;
                background-color: #000000;
            }

.gameon {
    padding: 6px 10px 6px 10px !important;
    font-size: 22px !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .gameon:focus, .gameon:hover {
        outline: none;
        text-shadow: 0;
        box-shadow: 0px 0px 10px rgba(255, 193, 7, 0.9), 0px 0px 10px rgba(255, 193, 7, 0.9), 0px 0px 10px rgba(255, 193, 7, 0.9);
    }

.nextplayer_row {
    height: 80px;
}

.nextplayer {
    /*height: 50px;*/
    filter: grayscale(0) drop-shadow(2px 2px 5px #28A745) drop-shadow(-2px -2px 5px #28A745);
    transition: all 0.5s;
    animation: flash linear 2s infinite;
    -webkit-animation: flash linear 2s infinite;
}

    .nextplayer:disabled {
        filter: grayscale(1) blur(2px);
        animation: none;
        -webkit-animation: none;
        cursor: default;
    }

    .nextplayer:active {
        outline: none;
        text-shadow: 0;
        box-shadow: 1px 1px 2px #000000;
        -webkit-box-shadow: 1px 1px 2px #000000;
        -moz-box-shadow: 1px 1px 2px #000000;
    }

    .nextplayer:focus, .nextplayer:hover {
        outline: none;
        text-shadow: 0;
        box-shadow: 0px 0px 10px #28A745, 0px 0px 10px #28A745, 0px 0px 10px #28A745;
    }

    .nextplayer::-moz-focus-inner {
        border: 0;
    }

.undothrow {
    /*height: 50px;*/
    filter: grayscale(0);
    transition: all 0.5s;
    cursor: pointer;
}

    .undothrow:disabled {
        filter: grayscale(1);
        cursor: default;
    }

    .undothrow:active {
        outline: none;
    }

    .undothrow:focus, .undothrow:hover {
        outline: none;
        text-shadow: 0;
        box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.9), 0px 0px 10px rgba(255, 0, 0, 0.9), 0px 0px 10px rgba(255, 0, 0, 0.9);
    }

    .undothrow::-moz-focus-inner {
        border: 0;
    }

.undothrowondouble {
    margin-bottom: 12px;
    max-height: 55px;
}

.score_activeRow {
    color: rgb(255, 193, 7) !important;
    border-top: 2px solid #3A4148;
    border-bottom: 2px solid #3A4148;
    border-left: 2px solid #FF0000;
    border-right: 2px solid #FF0000;
    /*filter: drop-shadow(2px 2px 5px #FF0000) drop-shadow(-2px -2px 5px #FF0000);*/
    /*box-shadow: 0px 0px 2px 2px #FF0000;
    -webkit-box-shadow: 0px 0px 2px 2px #FF0000;
    -moz-box-shadow: 0px 0px 2px 2px #FF0000;*/
    animation: flash_scoreboard linear 5s infinite;
    -webkit-animation: flash_scoreboard linear 5s infinite;
}

.score_activeRow_onlyborder {
    color: rgb(255, 193, 7) !important;
    border-top: 2px solid #3A4148;
    border-bottom: 2px solid #3A4148;
    border-left: 2px solid #FF0000;
    border-right: 2px solid #FF0000;
    box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.9), 0px 0px 10px rgba(255, 0, 0, 0.9), 0px 0px 10px rgba(255, 0, 0, 0.9);
}

.score_activeRow_noborder {
    color: rgba(255, 193, 7, 0.8) !important;
    /*filter: drop-shadow(2px 2px 5px #FF0000) drop-shadow(-2px -2px 5px #FF0000);*/
    /*box-shadow: 0px 0px 2px 2px #FF0000;
    -webkit-box-shadow: 0px 0px 2px 2px #FF0000;
    -moz-box-shadow: 0px 0px 2px 2px #FF0000;*/
    animation: flash_scoreboard linear 5s infinite;
    -webkit-animation: flash_scoreboard linear 5s infinite;
}

.score_activeRow_mobile {
    background-color: rgba(255, 193, 7, 0.8) !important;
    border-top: 2px solid rgb(255, 193, 7);
    border-bottom: 2px solid rgb(255, 193, 7);
    border-left: 2px solid #FF0000;
    border-right: 2px solid #FF0000;
}

.score_inactiveRow_mobile {
    background-color: #393939;
}

.badge-activeRow {
    font-size: 1.1rem;
}

.scoretable_mobile {
    border: 1px solid #FFFFFF;
    border-radius: .25rem;
    /* 576px alatt ne csússzon egymás alá a panel */
    -ms-flex-preferred-size: 0 !important;
    flex-basis: 0 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    max-width: 100% !important;
}

/*.scoretable_mobile table td {
        border: 1px solid #fff;
    }*/

.gamepanel {
    padding: 0px 20px 0px 20px !important;
}

.mobile_score {
    padding-top: 1px;
}

    .mobile_score .btn-main {
        font-size: 1.3rem !important;
        padding-top: 1px;
    }

.scoretable {
    /*border-collapse: unset !important;*/
    font-size: 1.5rem !important;
    line-height: 0.8 !important;
    text-align: center;
    width: 90%;
}

    .scoretable .score_checkout {
        font-family: Calibri !important;
        font-size: 1.9rem !important;
        font-weight: bold;
        color: #FF0000 !important;
    }

    .scoretable .score_last_throws {
        /*background-color: rgb(255, 193, 7) !important;*/
        /*color: #FF0000;*/
        font-size: 0.9rem !important;
        padding: .10rem !important;
        line-height: 0.9;
        width: 55px;
    }

    .scoretable .last_throws {
        font-size: 0.9rem !important;
    }

    .scoretable .avg {
        font-size: 85% !important;
    }

    .scoretable input {
        font-size: 1.2rem !important;
    }

    .scoretable td, .scoretable th {
        font-weight: 100;
        padding: .30rem !important;
        height: 45px;
    }

    /*.scoretable .score {
        border-left: 1px solid #3b3b3b;
    }*/

    .scoretable .score input {
        font-size: 2.2rem !important;
        font-weight: 800;
        letter-spacing: 3px;
    }

    .scoretable .setleg input {
        font-size: 1.4rem !important;
        font-weight: 800;
    }

    .scoretable .active {
        box-shadow: 0px 0px 10px rgba(255, 193, 7, 0.9), 0px 0px 15px rgba(255, 193, 7, 0.9), 0px 0px 10px rgba(255, 193, 7, 0.9);
    }

.scoretable2 {
    font-size: 1.4rem !important;
    text-align: center;
    width: 90%;
}

.scoretable_cricket {
}

    .scoretable_cricket .cricketThrows {
        width: 40px;
        filter: saturate(1.8);
    }

    .scoretable_cricket .cricketThrows2 {
        width: 40px;
        filter: saturate(0.7);
    }

.scoretable_info {
    font-size: 1.0rem !important;
    text-align: center;
    width: 90%;
    opacity: 0.55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)"; /* IE8 patch */
    filter: alpha(opacity=55); /* IE5-7 patch */
    -moz-opacity: 0.55;
}

@-webkit-keyframes badthrow {
    from, to {
        background-color: none;
    }

    50% {
        background-color: #BD3035;
        box-shadow: 0px 0px 20px rgba(255, 0, 0, 0.9), 0px 0px 30px rgba(255, 0, 0, 0.9), 0px 0px 10px rgba(255, 0, 0, 0.9);
    }
}

@keyframes badthrow {
    from, to {
        background-color: none;
    }

    50% {
        background-color: #BD3035;
        box-shadow: 0px 0px 20px rgba(255, 0, 0, 0.9), 0px 0px 30px rgba(255, 0, 0, 0.9), 0px 0px 10px rgba(255, 0, 0, 0.9);
    }
}

.badthrow {
    background-color: none;
    -webkit-animation: badthrow linear 1.2s 1 forwards;
    animation: badthrow linear 1.2s 1 forwards;
}

input[type="submit"], .button {
    cursor: pointer;
    font-size: 14px;
    line-height: 8px;
    font-weight: 600;
    padding: 10px 8px 10px 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom right, #28A745, #55D749);
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

    input[type="submit"]:focus, .button:focus {
        color: #FFFFFF;
        text-decoration: none;
        outline: none;
        text-shadow: 0 1px #5F5F5F, 0 1px #5F5F5F, 0 1px #5F5F5F, 0 1px #5F5F5F;
        box-shadow: 1px 1px 2px #000000;
        -webkit-box-shadow: 1px 1px 2px #000000;
        -moz-box-shadow: 1px 1px 2px #000000;
    }

    input[type="submit"]::-moz-focus-inner, .button::-moz-focus-inner {
        border: 0;
    }

    input[type="submit"]:hover, .button:hover {
        color: #FFFFFF;
        text-decoration: none;
        box-shadow: 1px 1px 2px #000000;
        -webkit-box-shadow: 1px 1px 2px #000000;
        -moz-box-shadow: 1px 1px 2px #000000;
    }

    input[type="submit"]:disabled, .button:disabled {
        font-style: italic;
        background-image: linear-gradient(to bottom right, #989898, #C8C8C8);
        cursor: default;
    }

        input[type="submit"]:disabled:hover, .button:disabled:hover {
            box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
        }

input[type="text"], input[type="password"], input[type="email"], select, textarea {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    vertical-align: middle;
    padding: 4px 4px 4px 4px;
    margin: 0;
    background: #ECEAE9;
    border-radius: 5px;
    border: 2px solid #000000;
    outline: none;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input[type="checkbox"], input[type="radio"] {
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

input:focus, select:focus, textarea:focus {
    border-color: #55D749;
    box-shadow: 1px 1px 2px #55D749;
    -webkit-box-shadow: 1px 1px 2px #55D749;
    -moz-box-shadow: 1px 1px 2px #55D749;
}

input[type="text"]:disabled, input[type="password"]:disabled, input[type="email"]:disabled, select:disabled, textarea:disabled {
    color: #000000;
    -webkit-text-fill-color: #000000; /* required on iOS */
    -webkit-opacity: 1; /* required on iOS */
    opacity: 1; /* required on iOS */
    background: #C8C8C8;
}

/*[disabled] {
    background-color: #F5F5F5;
}*/

input[readOnly], textarea[readOnly] {
    background: #C8C8C8;
}

input[type="text"]:read-only, input[type="text"]:-moz-read-only, input[type="email"]:read-only, input[type="email"]:-moz-read-only, textarea:read-only, textarea:-moz-read-only {
    background: #C8C8C8;
}

/*input[type="radio"]
{
    -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #f1f1f1;
     height: 15px;
     width: 15px;
     border: 1px solid #000000;
     border-radius: 50px;
     cursor: pointer;     
}
input[type="radio"]:checked::before
{
     position: absolute;
     font: 9px/1 'Open Sans', sans-serif;
     top: 1px;
     left: 3px;
     content: '\02143';
     transform: rotate(40deg);
}*/

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(113, 147, 61, 0.50) !important;
    font-style: italic;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(113, 147, 61, 0.50) !important;
    font-style: italic;
}

:-moz-placeholder { /* Firefox 4-18 */
    color: rgba(113, 147, 61, 0.70) !important;
    font-style: italic;
}

::-moz-placeholder { /* Firefox 19+ */
    color: rgba(113, 147, 61, 0.70) !important;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(113, 147, 61, 0.50) !important;
    font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(113, 147, 61, 0.50) !important;
    font-style: italic;
}

.uploadedImage {
    padding-top: 5px;
    height: 200px;
    max-height: 200px;
    max-width: 100%;
}

.GameSelect {
    overflow: hidden;
}

    .GameSelect:hover, .GameSelect:focus {
        box-shadow: 0px 0px 5px 5px #00A000;
        -webkit-box-shadow: 0px 0px 5px 5px #00A000;
        -moz-box-shadow: 0px 0px 5px 5px #00A000;
    }

    .GameSelect input[type="text"] {
        font-family: Letsplaydarts, Arial !important;
        font-size: 17px;
        color: #000000;
        padding: 1px;
    }

.PlayerSelect {
    margin: 10px;
    padding: 20px;
    width: 900px;
    height: 200px;
    box-shadow: 0px 0px 5px 5px #E23B2D;
    -webkit-box-shadow: 0px 0px 5px 5px #E23B2D;
    -moz-box-shadow: 0px 0px 5px 5px #E23B2D;
}

    .PlayerSelect:hover, .PlayerSelect:focus {
        box-shadow: 0px 0px 5px 5px #00A000;
        -webkit-box-shadow: 0px 0px 5px 5px #00A000;
        -moz-box-shadow: 0px 0px 5px 5px #00A000;
    }

/*FLASH*/
.flashhit {
    animation: flash_border linear 2s infinite;
    -webkit-animation: flash_border linear 2s infinite;
}

@-webkit-keyframes flash_border {
    0% {
        opacity: 1;
        border: 2px solid transparent;
        /*color: #989898;*/
    }

    50% {
        opacity: .8;
        border: 2px solid #000000;
        /*color: #000000;*/
        /*background-image: linear-gradient(to bottom right, #55D749, #28A745);*/
    }

    100% {
        opacity: 1;
        border: 2px solid transparent;
        /*color: #989898;*/
    }
}

@keyframes flash_border {
    0% {
        opacity: 1;
        border: 2px solid transparent;
        /*color: #989898;*/
    }

    50% {
        opacity: .8;
        border: 2px solid #000000;
        /*color: #000000;*/
        /*background-image: linear-gradient(to bottom right, #55D749, #28A745);*/
    }

    100% {
        opacity: 1;
        border: 2px solid transparent;
        /*color: #989898;*/
    }
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
        /*border: 2px solid transparent;*/
    }

    50% {
        opacity: .8;
        /*border: 2px solid #28A745;*/
    }

    100% {
        opacity: 1;
        /*border: 2px solid transparent;*/
    }
}

@keyframes flash {
    0% {
        opacity: 1;
        /*border: 2px solid transparent;*/
    }

    50% {
        opacity: .8;
        /*border: 2px solid #28A745;*/
    }

    100% {
        opacity: 1;
        /*border: 2px solid transparent;*/
    }
}

@-webkit-keyframes flash_playgame {
    0% {
        background: rgba(40, 167, 69, 0.4);
        box-shadow: 0px 0px 5px 5px #00A000;
        -webkit-box-shadow: 0px 0px 5px 5px #00A000;
        -moz-box-shadow: 0px 0px 5px 5px #00A000;
    }

    50% {
        background: rgba(40, 167, 69, 0.1);
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    100% {
        background: rgba(40, 167, 69, 0.4);
        box-shadow: 0px 0px 5px 5px #00A000;
        -webkit-box-shadow: 0px 0px 5px 5px #00A000;
        -moz-box-shadow: 0px 0px 5px 5px #00A000;
    }
}

@keyframes flash_playgame {
    0% {
        background: rgba(40, 167, 69, 0.4);
        box-shadow: 0px 0px 5px 5px #00A000;
        -webkit-box-shadow: 0px 0px 5px 5px #00A000;
        -moz-box-shadow: 0px 0px 5px 5px #00A000;
    }

    50% {
        background: rgba(40, 167, 69, 0.1);
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    100% {
        background: rgba(40, 167, 69, 0.4);
        box-shadow: 0px 0px 5px 5px #00A000;
        -webkit-box-shadow: 0px 0px 5px 5px #00A000;
        -moz-box-shadow: 0px 0px 5px 5px #00A000;
    }
}

@-webkit-keyframes flash_scoreboard {
    0% {
        background: rgba(255, 0, 0, 0.35);
    }

    50% {
        background: rgba(255, 0, 0, 0.15);
    }

    100% {
        background: rgba(255, 0, 0, 0.35);
    }
}

@keyframes flash_scoreboard {
    0% {
        background: rgba(255, 0, 0, 0.35);
    }

    50% {
        background: rgba(255, 0, 0, 0.15);
    }

    100% {
        background: rgba(255, 0, 0, 0.35);
    }
}
/*FLASH*/

/*MOBILE DARTBOARD*/
.mobiledart {
    padding: 5px 0 0 0;
    width: 100%;
}

.container.bg-black {
    width: 500px !important;
    height: 650px !important;
}

.btn-group {
    width: 100% !important;
    height: 50px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.btn.btn-secondary {
    width: 20% !important;
    height: 50px !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #000;
    color: #FFF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
    border: solid 1px #FFF;
}

.btn.btn-number:hover {
    background-color: #5e5e5e;
    color: rgb(255, 193, 7);
}

.btn.btn-main:hover {
    background-color: #5e5e5e;
    color: #000000;
}

.btn.btn-main.actived {
    color: rgb(255, 193, 7) !important;
    text-shadow: 2px 2px 2px #000000;
    background-color: #22893a;
    border: 1px solid rgb(255, 193, 7) !important;
    animation: flash_border linear 2s infinite;
    -webkit-animation: flash_border linear 2s infinite;
}
/*MOBILE DARTBOARD*/
/*FULLSCREEN*/
:-webkit-full-screen header {
    display: none;
}

:-moz-full-screen header {
    display: none;
}

:-ms-fullscreen header {
    display: none;
}

:fullscreen header {
    display: none;
}

:-webkit-full-screen footer {
    display: none;
}

:-moz-full-screen footer {
    display: none;
}

:-ms-fullscreen footer {
    display: none;
}

:fullscreen footer {
    display: none;
}
/*FULLSCREEN*/

/*MODALPOPUP*/
.modal {
    z-index: 10000 !important;
}

.modal-content {
    border: 1px solid silver !important;
    padding: 2px;
}

/*.modal-header {
    border-bottom: 1px solid #28A745;
}

.modal-footer {
    border-top: 1px solid #28A745;
}*/

.modal-dialog {
    /*min-height: calc(80vh - 2rem) !important;*/
    /*max-height: 320px;*/
    padding-top: 3.8rem;
    padding-bottom: 1.5rem;
}

@media (max-height: 760px) {
    .modal-dialog {
        padding-bottom: 0;
    }
}

@media (min-width: 600px) {
    .modal-dialog {
        max-width: 650px;
    }
}

@media (max-width: 392px) {
    .modal-dialog h2 {
        font-size: 1.3rem;
    }

    .modal-body {
        padding: 0.1rem;
    }
}

#divHidePage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 0;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background: #000000;
}

.divHidePage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 0;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background: #000000;
}

#divHideFrame {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 0;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background: #000000;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 patch */
    filter: alpha(opacity=70); /* IE5-7 patch */
    -moz-opacity: 0.7;
}

.divHideFrame {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 0;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background: #000000;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 patch */
    filter: alpha(opacity=70); /* IE5-7 patch */
    -moz-opacity: 0.7;
}
/*END OF MODALPOPUP*/

/*GRID*/
.GridViewHeader {
    background-color: #28a745;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    border: solid 1px #000000;
}

    .GridViewHeader td {
        padding-left: 2px;
        padding-right: 2px;
    }

.GridViewItem {
    border: solid 1px #000000;
}

.GridViewFooter {
    background-color: #28a745;
    font-weight: bold;
    color: #FFFFFF;
}

    .GridViewFooter td {
        padding: 0px 1px 0px 1px;
        border-left: solid 1px #000000;
        border-right: solid 1px #000000;
    }

        .GridViewFooter td span {
            padding: 0px 5px 0px 5px;
            text-decoration: none;
            background-color: rgb(255, 193, 7);
        }

        .GridViewFooter td a {
            padding: 0px 5px 0px 5px;
            text-decoration: none;
        }

            .GridViewFooter td a:hover {
                background-color: #FFFFFF;
            }

.GridViewRow {
    background-color: #FFFFFF;
    color: #000000;
    cursor: pointer;
}

.GridViewRowWithoutHover {
    background-color: #FFFFFF;
    color: #000000;
}

.GridViewRowAlternating {
    background-color: #ECEAE9;
    color: #000000;
    cursor: pointer;
}

.GridViewRowAlternatingWithoutHover {
    background-color: #ECEAE9;
    color: #000000;
}

    .GridViewRow td, .GridViewRowWithoutHover td, .GridViewRowAlternating td, .GridViewRowAlternatingWithoutHover td {
        padding-left: 2px;
        padding-right: 2px;
    }

.GridViewRow:hover, .GridViewRowAlternating:hover {
    background-color: rgb(255, 193, 7) !important;
    cursor: pointer;
}
/*END OF GRID*/

/*SCROLL*/
/* Firefox & IE */
* {
    /*scrollbar-width: thin;*/
    scrollbar-color: #000000 #383838;
    scrollbar-track-color: #383838;
    scrollbar-face-color: #000000;
    scrollbar-arrow-color: #28A745;
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-track {
    background: #383838;
}

::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 4px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #28A745;
    }
/*END OF SCROLL*/

.ShowOnMobile {
    display: none;
}

.DontShowOnMobile {
    /*display: unset;*/
}

/*MOBILE FRIENDLY*/
@media only screen and (max-width: 1420px) {
    .gameon {
        font-size: 18px !important;
        height: auto;
    }

    .nextplayer_row {
        height: 75px;
    }

    .nextplayer {
        height: 60px;
    }

    .undothrow {
        height: 60px;
    }

    .mobile_score .btn-main {
        font-size: 1.2rem !important;
    }

    .scoretable {
        font-size: 1.1rem !important;
    }

        .scoretable .checkout_header {
            font-size: 90% !important;
        }

        .scoretable .score_checkout {
            font-size: 1.5rem !important;
        }

        .scoretable .score_last_throws {
            font-size: 90% !important;
        }

        .scoretable .last_throws {
            font-size: 95% !important;
        }

        .scoretable input {
            font-size: 95% !important;
        }

        .scoretable td, .scoretable th {
            padding: .10rem !important;
        }

        .scoretable .score input {
            font-size: 1.6rem !important;
        }

        .scoretable .setleg input {
            font-size: 1.5rem !important;
        }

    .scoretable2 {
        font-size: 1.1rem !important;
    }

    .scoretable_info {
        font-size: 1.1rem !important;
    }

    .scoreForm {
        font-size: 1.1rem !important;
    }

    .scoreForm3 {
        font-size: 1.1rem !important;
    }

    .scoreForm4 {
        font-size: 1.1rem !important;
    }

    .throws {
        font-size: 1.5rem !important;
    }

    /*GRID*/
    .GridViewHeader {
        font-size: 0.8rem;
    }

    .GridViewItem {
        font-size: 0.8rem;
    }

    .GridViewFooter {
        font-size: 0.8rem;
    }

    .GridViewRow {
        font-size: 0.8rem;
    }

    .GridViewRowWithoutHover {
        font-size: 0.8rem;
    }

    .GridViewRowAlternating {
        font-size: 0.8rem;
    }

    .GridViewRowAlternatingWithoutHover {
        font-size: 0.8rem;
    }
    /*END OF GRID*/
}

@media (max-width: 1000px) {
    .ShowOnMobile {
        display: block;
    }

    .badge-activeRow {
        font-size: 0.9rem;
    }

    /*.GameWon {
        display: none;
    }*/
}

@media (max-width: 768px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .h1, h1 {
        font-size: 1.2rem;
    }

    .h3, h3 {
        font-size: 1.2rem;
    }

    .game {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .container {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .p-6, .pb-6, .py-6 {
        padding-bottom: 1rem !important;
        padding-top: 3rem !important;
    }

    .col-12 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .featCont .card:hover {
        background-color: rgba(0, 0, 0, 0.35) !important;
        padding: 10px;
        box-shadow: none;
        width: 90%;
    }

    .featCont .col-md-4 {
        display: none;
    }

    .card-body {
        padding: 0.25rem;
    }

        .card-body h1, .card-body h2 {
            font-size: 1.8rem;
        }

        .card-body p {
            padding: 0;
        }

    /*.startGame {
        position: fixed;
        left: 50%;
        margin-left: -65px;
        bottom: 2px;
    }*/

    .mainPlay .gamecontrol {
        width: 30px;
    }

    .gameon {
        font-size: 14px !important;
        height: auto;
    }

    .nextplayer_row {
        height: 55px;
    }

    .nextplayer {
        height: 40px;
    }

    .undothrow {
        height: 40px;
    }

    .gamepanel {
        padding: 0px 0px 0px 0px !important;
    }

    .mobile_score .btn-main {
        font-size: 1.0rem !important;
    }

    .scoretable {
        /*font-size: 80% !important;*/
        width: 100%;
    }

        .scoretable .checkout_header {
            font-size: 70% !important;
        }

        .scoretable .score_checkout {
            font-size: 100% !important;
        }

        .scoretable .score_last_throws {
            font-size: 85% !important;
        }

        .scoretable .last_throws {
            font-size: 85% !important;
        }

        .scoretable input {
            font-size: 90% !important;
        }

        .scoretable td, .scoretable th {
            padding: .10rem !important;
            height: 40px;
        }

    /*.scoretable .score input {
        font-size: 1.3rem !important;
    }*/

    /*.scoretable .setleg input {
        font-size: 90% !important;
    }*/

    .scoretable2 {
        /*font-size: 90% !important;*/
        width: 100%;
    }

    .scoretable_info {
        font-size: 90% !important;
        width: 100%;
    }

    .scoretable_mobile .scoretable td, .scoretable th {
        padding: .10rem !important;
        height: 20px;
    }

    .scoreForm td, .scoreForm3 td, .scoreForm4 td {
        padding: 2px 4px 2px 4px !important;
    }

    .throws {
        font-size: 90% !important;
    }

    /*GRID*/
    .GridViewHeader {
        font-size: 0.8rem;
    }

    .GridViewItem {
        font-size: 0.8rem;
    }

    .GridViewFooter {
        font-size: 0.8rem;
    }

    .GridViewRow {
        font-size: 0.8rem;
    }

    .GridViewRowWithoutHover {
        font-size: 0.8rem;
    }

    .GridViewRowAlternating {
        font-size: 0.8rem;
    }

    .GridViewRowAlternatingWithoutHover {
        font-size: 0.8rem;
    }
    /*END OF GRID*/
}

@media (max-width: 545px) {
    .modal-header {
        padding: 0.6rem 0.6rem;
    }
}

@media (max-width: 392px) {
    .modal-header {
        padding: 0.2rem 0.2rem;
    }

    #parallax div {
        padding: 70px 0 25px 0;
    }
}

@media (max-width: 345px) {
    .navbar-brand img {
        height: 30px;
    }

    .menu {
        height: 22px;
    }

    .scorePopup {
        display: none;
    }
}
/*END OF MOBILE FRIENDLY*/

/*MOBILE STANDALONE*/
@media all and (display-mode: standalone) {
}
/*END OF MOBILE STANDALONE*/

/* ANIMATE.CSS */
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes fadeIn70 {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.7;
    }
}

@keyframes fadeIn70 {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.7;
    }
}

.fadeIn70 {
    -webkit-animation-name: fadeIn70;
    animation-name: fadeIn70;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.delay-1s {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .animated.delay-2s {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .animated.delay-3s {
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }

    .animated.delay-4s {
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
    }

    .animated.delay-5s {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
    }

    .animated.fast {
        -webkit-animation-duration: 800ms;
        animation-duration: 800ms;
    }

    .animated.faster {
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
    }

    .animated.slow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.slower {
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
    }

@media (print), (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}