@font-face {
    font-family: ArmyChooser;
    src: url(../font/ArmyChooser.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: ArmyChooser;
    src: url(../font/ArmyChooser.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.army-chooser-content {
    width: 500px;
    height: 940px;
    background: url(../img/army_bg.jpg) left top no-repeat;
    background-size: 100%;
    margin: 0 auto;
    position: relative;
}

.army-chooser-settings {
    display: block;
    position: absolute;
    top: 116px;
    left: 105px;
    right: 95px;
    bottom: 330px;
}

.army-chooser__setting {
    position: absolute;
    left: 17px;
    right: 65px;
}

    .army-chooser__setting.army-chooser-setting--1 {
        top: 21px;
    }

    .army-chooser__setting.army-chooser-setting--2 {
        top: 88px;
    }

    .army-chooser__setting.army-chooser-setting--3 {
        top: 156px;
    }

    .army-chooser__setting.army-chooser-setting--4 {
        top: 223px;
    }

    .army-chooser__setting.army-chooser-setting--5 {
        top: 288px;
    }

    .army-chooser__setting.army-chooser-setting--6 {
        top: 353px;
    }

    .army-chooser__setting.army-chooser-setting--7 {
        top: 421px;
    }

    .army-chooser__setting.army-chooser-setting--8 {
        top: 488px;
    }

    .army-chooser__setting .ngrs-runner,
    .army-chooser__setting .ngrs-join {
        background: transparent !important;
        box-shadow: none !important;
    }

.army-chooser-settings .ngrs-range-slider {
    margin-bottom: 40px;
}

    .army-chooser-settings .ngrs-range-slider:nth-child(2n+1) {
        margin-bottom: 40px;
    }

    .army-chooser-settings .ngrs-range-slider .ngrs-runner {
        height: 24px;
    }

    .army-chooser-settings .ngrs-range-slider:nth-child(2n+1) .ngrs-runner {
        height: 25px;
    }

    .army-chooser-settings .ngrs-range-slider .ngrs-runner {
        margin: 0;
        box-shadow: none;
        background: transparent !important;
    }

    .army-chooser-settings .ngrs-range-slider .ngrs-join {
        display: none;
    }

    .army-chooser-settings .ngrs-range-slider .ngrs-handle.ngrs-handle-max {
        width: 41px !important;
        height: 34px !important;
        border-radius: 0 !important;
        background: url(../img/right-arrow.png) center center no-repeat !important;
        background-size: 100% 100% !important;
        box-shadow: none !important;
        -webkit-transform: translateY(-50%) translateX(75%);
        transform: translateY(-50%) translateX(75%);
    }

    .army-chooser-settings .ngrs-range-slider .ngrs-handle.ngrs-handle-min {
        width: 41px !important;
        height: 34px !important;
        border-radius: 0 !important;
        background: url(../img/left-arrow.png) center center no-repeat !important;
        background-size: 100% 100% !important;
        box-shadow: none !important;
        -webkit-transform: translateY(-50%) translateX(-75%);
        transform: translateY(-50%) translateX(-75%);
    }

.army-chooser-armies {
    position: absolute;
    bottom: 55px;
    left: 65px;
    right: 65px;
    color: #fff;
    /*overflow: hidden;*/
    height: 215px;
    /*overflow-y: auto!important;*/
    /*font-family: ArmyChooser, sans-serif;*/
}

.army-chooser-preloader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

    .army-chooser-preloader img {
        width: 135px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.army-chooser-armies__army-picture {
    width: 50%;
    margin: 0 auto;
}

    .army-chooser-armies__army-picture img {
        display: block;
        margin: 0 auto;
    }

.army-chooser-armies__army-description {
    font-size: 11px;
    height: 74px;
    overflow: hidden;
    line-height: 14px;
    font-family: Tahoma, "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}

.army-chooser__army {
    text-align: center;
    margin: 10px 0;
}

.army-chooser-armies__army-name {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    height: 22px;
    color: #424242;
    border-bottom: 3px solid #fff;
}

    .army-chooser-armies__army-name:hover {
        text-decoration: none;
        color: #353535;
    }

.army-chooser-armies__army-more {
    text-align: center;
    margin-top: 15px;
}

    .army-chooser-armies__army-more a {
        text-transform: uppercase;
        color: #000;
        background: #fff url(../img/eye.png) 5px center no-repeat;
        padding: 2px 6px 2px 24px;
        background-size: 16px;
        font-size: 11px;
    }
/*.army-chooser__army:nth-child(2),
.army-chooser__army:nth-child(3) {
    position: relative;
}

    .army-chooser__army:nth-child(2)::before,
    .army-chooser__army:nth-child(3)::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 2px;
        height: 100%;
        background: #fff;
    }*/
.army-chooser-modal,
.army-chooser-modal .adv-modal-inner {
    background: #000;
}

    .army-chooser-modal .modal-inner::-webkit-scrollbar {
        display: none;
    }

    .army-chooser-modal .modal-inner::-webkit-scrollbar-thumb {
        background: #194161;
    }

.range-slider-wrap {
    position: relative;
}

.range-slider-minus {
    position: absolute;
    color: #fff;
    font-size: 45px;
    line-height: 0;
    left: -50px;
    top: 8px;
    cursor: pointer;
}

.range-slider-plus {
    position: absolute;
    color: #fff;
    font-size: 30px;
    line-height: 0;
    right: -80px;
    font-family: arial;
    top: 13px;
    cursor: pointer;
}

.get-nicer {
    height: 215px;
    overflow: auto;
    /*overflow-y: auto !important;*/
}

.nice-wrapper {
}

.nicescroll-rails {
    background: url('/Modules/ArmyChooser/Content/img/scroll.png') center center no-repeat;
    background-size: cover;
    width: 41px !important;
    height: 240px !important;
    margin-top: -13px !important;
    margin-left: 23px !important;
    opacity: 0;
}

.nicescroll-cursors {
    border: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}

.site-body-main .category-description {
    width: 100%;
}

.btn-selection, .btn-selection:hover {
    background: url(../img/btn-selection.png) no-repeat 100%;
    background-size: cover;
    padding-left: 3rem;
    color: #fff;
}

.btn-gathering, .btn-gathering:hover {
    background: url(../img/btn-gathering.png) no-repeat 100%;
    background-size: cover;
    padding-right: 3rem;
    color: #fff;
}