body {
    background: #EAEAEA;
}

#wrapper-top {
    height: 150px;
}

#wrapper-top-small {
    height: 0px;
}

#wrapper-outer {
/*    margin-top: 14%;*/
}



#wrapper-inner {
    box-shadow: 0px 0px 4px #333;
    background: #FFF;
    width: 75%;
    max-width: 450px;
    min-width: 300px;
    border: none;
    padding: 0px 30px 30px 30px;
}

.uk-form>:last-child {
    margin-top: 25px;
}

.title {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    font-weight: bold;
}


@media (min-width: 960px)
{
    .uk-form-horizontal .uk-form-label {
        width: 110px;
    }

    .uk-form-horizontal .uk-form-controls {
        margin-left: 125px;
    }
}

.uk-form input.uk-form-width-large {
    border: 1px solid #ccc;
}


#background-planner {
    position: fixed;
    display: block;
    bottom: 20px;
    left: 20px;
    width: 70px;
    height: 60px;
    background: url(/inc/template/reepark/images/zooplanner.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

@media (max-width: 767px) {
    #background-planner {
        display: none;
    }
}