.eigaland_bg {
    margin:0 0 40px 0;
    background-color: #111;
    padding:10px;
}

.eigaland_select {
    margin:5px 10px 5px 0;
    color: white;
    background: #666 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    display: block;
    background-clip: padding-box;
    border: 1px solid #111;
    display: inline-block;
;
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    padding: 0 1.5rem 0 0.75rem;
    line-height: 2;
    vertical-align: middle;

    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.eigaland_btn {
    padding: 0 2rem;
    line-height: 2;
    vertical-align: middle;
    background-color: #d31e34;

    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    display: inline-block;

    background-clip: padding-box;

    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    
}

.eigaland_span {
    color: #fff;
    font-weight: 100;
}

@media (max-width: 991px) {
    .eigaland_powerby_desktop {
        display: none;
    }

    .eigaland_powerby_mobile {
        display: inline;
        font-size: 12px;
        color: #fff;
    }

    .eigaland_gps {
        font-size: 18px;
    }

    .eigaland_btn {
        margin-top: .5rem;
    }

    #space_ticket #eigalandArea{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #space_ticket #eigalandArea .col{
        width: 48%;
    }
    #space_ticket #space_button{
        margin-bottom: 5px;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .eigaland_powerby_desktop {
        display: inline;
        margin-left: 5px;
        font-size: 12px;
        color: #fff;
    }

    .eigaland_powerby_mobile {
        display: none;
    }

    #space_ticket .row{
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }

    #space_ticket .col-lg-8{
        flex:1;
    }

    #space_ticket_content{
        justify-content: space-between;
    }
    #space_ticket_content .col{
        width: 265px;
        padding-right:15px;
    }

    .eigaland_select{
        width: 100%;
    }
    #space_ticket #space_button{
        margin-bottom: 5px;
        width: 250px;
    }
    .eigaland_btn {
        margin-top: 0px;
        width: 100%;
    }
}
