html, body
{
    font-family: 'Roboto', 'Helvetica', sans-serif;
    background: none;
    caret-color: #999;
}

.bg
{
    position: fixed;
    left: 0;
    right: 0;

    display: block;

    background-image: url("../img/1544221406270.jpg");
    background-position: center;

    width: 110%;
    height: 110%;
    margin-top: -10px;
    margin-left: -15px;

    filter: blur(10px);
}

.uk-search-default .uk-search-input
{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.uk-search-default
{
    width: 100%;
}
.uk-search-input
{
    text-align: center;
    color: #999;
}

.center-text
{
    text-align: center;
}

.blur 
{
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.pad-top
{
    padding-top: 3px;
}