
* {
    padding: 0;
    margin: 0;
}

ul, li {
    list-style: none;
    margin: 0;
}

.margin-top-xs {
    margin-top: 20px;
}

.radius-xs {
    border-radius: 5px;
}

.navbar {
    border: 0;
}

.navbar-self {
    background-color: #2f264b;
    border-bottom: 1px solid #443c5d;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-brand {
    padding: 5px;
}

.navbar-brand img {
    width: 90px;
}

.navbar-form {
    position: relative;
    color: white;
}

.navbar-form .form-control {
    background-color: #443c5d;
    border: 0;
    color: white;
    width: 340px;
}

.navbar-form .form-group .form-search {
    background: transparent;
    border: 0;
}

.navbar-form .form-search {
    position: absolute;
    margin-top: 8px;
    margin-left: -30px;
    outline: none;
}

.navbar-type {
    background-color: #2f264b;
}

.navbar-type-li {
    margin-top: 20px;
    margin-bottom: 10px;
}

.navbar-type-li li {
    margin-bottom: 10px;
}

.navbar-type-li li a {
    background-color: #443c5d;
    border-radius: 5px;
    padding: 8px 18.5px;
    color: white;
    font-size: 12px;
    text-decoration: none;
    min-width: 73px;
    display: block;
    text-align: center;
}

.navbar-type-li li a:hover {
    background-color: #554D6E;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner-bg {
    position: absolute;
    background-color: #2f264b;
    width: 200%;
    overflow: hidden;
    height: 600px;
    border-radius: 50%;
    z-index: -1;
    top: -350px;
    margin-left: -50%;
}

.dropbox {

}

.dropbox .cover {
    height:0;
    padding-bottom: 135%;
    overflow: hidden;
}

.dropbox h5 {
    margin: 10px 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.dropbox label {
    font-weight: normal !important;
    color: #888;
}


@media screen and (max-width: 768px) {
    .navbar-brand {
        width: 90px;
    }

    .navbar-self {
        border-bottom: 0;
    }

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

    .navbar-brand {
        float: inherit;
    }

    .navbar-form .form-search {
        position: absolute;
        margin-top: 19px;
        outline: none;
        right: 30px;
    }

    .banner-bg {
        top: -490px;
    }

    .no-gutter {
        margin-right: 0;
    }

    .row.no-gutter > [class*='col-'] {
        padding-right: 0;
    }
}

.m-fields p {
    color: #999999;
}

.m-fields p span {
    color:#222;
}

.sub-title {
    border-bottom: 2px solid #6eef12;
}

.split-line {
    color: #CCC;
    margin:0 10px;
}

footer {
    height: 40px;
    line-height: 40px;
    background: #F8F8F8;
    color: #888888;
}