
html {
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a,
body {
    color: #fff
}

body {
    background: #111;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    min-width: 320px;
    position: relative
}

body,
button,
form,
input,
textarea {
    margin: 0;
    padding: 0
}

.footer a:hover,
a {
    text-decoration: none
}

.autoComplete_wrapper>ul,
.header {
    box-shadow: 0 0 3px 0#242424;
    left: 0;
    right: 0
}

.header {
    background: #242424 url("https://ukdevilz.com/static/img/bg.f853b95dab3a.png");
    min-height: 42px;
    overflow: visible;
    position: fixed;
    top: 0;
    z-index: 17
}

.header:before {
    background-color: rgba(0, 0, 0, .07);
    content: "";
    height: 42px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.logo a {
    display: block;
    text-transform: uppercase
}

.logo a:first-letter {
    color: red !important;
    font-weight: 700
}

.h_btn {
    color: #fff;
    font-size: 20px;
    line-height: 42px;
    padding: 0 11px
}



.s_form {
    margin: 0;
    position: relative
}

.s_btn,
.s_text {
    font-size: 14px;
    outline: 0
}

.s_text {
    background: #131313;
    border: 1px solid #303030;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    line-height: 14px;
    padding: 6px 13% 6px 8px;
    width: 100%
}            

.s_btn {
    background: 0 0;
    background-color: #343434;
    border: 0;
    color: hsla(0, 0%, 100%, .3);
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 12%
}

.s_btn:hover {
    color: hsla(0, 0%, 100%, .5)
}

.container {
    margin: 0 auto;
    max-width: 800px;
    position: relative
}

.main {
    padding-top: 42px
}            

.autoComplete_wrapper>ul>li,
.autoComplete_wrapper>ul>p {
    border-radius: 4px;
    font-size: 14px;
    overflow: hidden;
    padding: 8px 6px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.autoComplete_wrapper>ul>li:hover {
    cursor: pointer
}

.autoComplete_wrapper>ul {
    background-color: #242424;
    border-radius: 4px;
    margin: 3px 0 0;
    max-height: 226px;
    outline: 0;
    overflow-y: auto;
    padding: 3px;
    position: absolute;
    top: 100%;
    z-index: 1000
}

.autoComplete_wrapper>ul>p {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0
}

.autoComplete_wrapper>ul>li mark,
.autoComplete_wrapper>ul>p mark {
    background-color: initial;
    color: #fff;
    font-weight: 700
}

.autoComplete_wrapper>ul>li:hover,
.autoComplete_wrapper>ul>li[aria-selected=true] {
    background-color: rgba(52, 52, 52, .5)
}



.navbar {
    display: flex;
    flex-direction: row;
    height: 42px;
    justify-content: space-between;
    position: relative
}

.icon {
    fill: currentColor;
    height: 1em;
    position: relative;
    top: .125em;
    width: 1em
}

@media (min-width:1200px) {
    .container {
        padding: 0 !important;
        width: 95vw
    }
}

.main,
body,
html {
    height: 100%
}

.main {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 300px;
    padding: 0;
    position: relative;
}

._search {
    max-width: 800px;
    opacity: .9;
    width: 90%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 16;
}

._search .s_btn,
._search .s_text {
    font-size: 18px;
    line-height: 18px
}

._search .s_text {
    border-radius: 0;
    border-width: 3px;
    padding: 8px 13% 8px 12px
}

._search .s_btn {
    border-width: 3px;
    min-width: 43px
}

._search .autoComplete_wrapper>ul>li {
    font-size: 16px;
    padding: 10px 12px
}

._search,
.footer {
    z-index: 2
}

canvas {
    display: block;
}

#particles-js {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.suggestions {
    padding: 10px;
    background-color: #383838;
    margin-top: 10px;
}

.suggestions a {
    background: #1a1a1a;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    margin: 2px 0;
    padding: 3px 5px;
}