
* {
    margin: 0;
    padding: 0;
    font-size: 1em;
    color: #292929;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/Public/web/fonts/glyphicons-halflings-regular.eot');
    src: url('/Public/web/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/Public/web/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/Public/web/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/Public/web/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.container {
    margin: 0;
    padding: 0;
    width: 100vw;
    /*height: 100vh;*/
    /*overflow-y: scroll;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

#head {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 55px;
    text-align: center;
}

#head img {
    height: 35px;
    margin-top: 10px;
}

#main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.banners {
    width: 100%;
    height: 70px;
    text-align: center;
    background: #000;
    padding-top: 15px;
}

.banners span {
    color: #FFF;
    display: block;
}

.bannersimg {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.bannersimg img {
    width: 100%;
    max-height: 150px;
}

.search {
    background: #000;
    padding-bottom: 10px;
}

.search_body {
    padding-top: 10px;
}

.search_body select option {
    color: #FFF;
}

/*SELECT style*/
.form-control-res {
    border: 0;
    background: #292929;
    color: #FFF;
    box-shadow: none;
}

.searchform {
    padding-top: 10px;
}

.searchlist {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    min-height: 100px;
    /*flex: 1;*/
    /*overflow-y: scroll;*/
}
.searchlistbodyout{
    width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
}
.blackimg{
    width: 30%;
    margin-left: 5%;
}
.searchlistbody {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
    background: rgb(243, 245, 246);
    padding-bottom: 10px;
}

.searchlistbody a {
    margin-top: 10px;
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.listimg {
    width: 22%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.listimg img {
    width: 80%;
    /*height: 70px;*/
    border-radius: 10px;
    display: inline-block;
    object-fit: cover;
}

.listtext {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
}

.listbody {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    align-self: stretch;
}

.listrow {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: .1rem;
}

.dlbody {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    padding: 0 10px;
}

.star {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
}

.dlbody span img {
    width: 10%;
    margin-left: .1rem;
}

.dlbody2 {

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
    padding: 0 10px
}

.ftext {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #000;
    text-align: center;
    padding: 10px 0;
}

.ftext span {
    color: #FFF;
    display: block;
}

.ftext a {
    color: #FFF;
    display: block;
}


#footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.ft{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.ft img{
    width: 100%;
}