#search-close {
    color: #fff;
    height: 40px !important;
    width: 40px !important;
    min-height: 40px !important;
    min-width: 40px !important;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#search-close {
    background: url('/img/sidenav-close.png') no-repeat;
    background-position: center center;
    display: block;
    float: right;
}

#search-close:hover {
    opacity: 0.7;
}

/* ********************************* */
#cnt-search {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    background-color: rgba(17, 21, 35, 0.95);
    overflow-x: hidden;
    transition: 0.1s;
    box-sizing: border-box;
    font-size: 16px !important;
}

#cnt-search #cnt-search-content {
    padding: 1rem 0 1rem 0;
    width: 100%;
    margin: 0 auto;
    postion: relative;
}

#cnt-search:after,
#cnt-search-content:after {
    content: "";
    display: table;
    clear: both;
}

#cnt-search form {
    display: block;
    width: 460px;
    max-width: 100%;
    margin: 0 auto;
}

#cnt-search #search-submit-btn {
    margin: 1rem 0 2rem 0;
    text-align: center;
}

#cnt-search form input {
    background: #121523;
    color: #fff;
    border: 1px solid #ddd;
}

#cnt-search #search-result {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
}

#cnt-search #search-result .search-results-title {
    font-size: 1.25rem;
    font-weight: bold;
}

#cnt-search #search-result ol {
    list-style: decimal;
    margin-left: 25px;
}

#cnt-search #search-result a {
    color: #fff;
    text-decoration: none;
}

#cnt-search #search-result a:hover {
    text-decoration: underline;
}

/* ********************************* */