﻿body{color:white}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track-piece {
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: #999999;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}
.box-top{
    width:100%;
    position:fixed;
    top:0px;
    z-index:9999;
}

.navbar-bg {
    background-color: #15171e;
    border-bottom: 2px solid #7a1811;
}
.search-box {
    width: 380px;
}


.menu-box {
    background-color: #15171e;
}

    .menu-box ul {
        justify-content: center !important;
        display: flex;
        list-style: none;
        margin: 0px;
        padding: 0px;
        margin: 0 auto
    }

        .menu-box ul li {
            display: flex;
            display: list-item;
            text-align: -webkit-match-parent;
            margin: 0px;
            padding: 0px;
            margin-right: 30px;
        }

.search-text {
    background-color: #373737;
    border: 1px solid #464646;
    border-radius: 0px;
    color: #6d6d6d;
    width: 300px;
}

    .search-text:focus {
        color: #6d6d6d;
        background-color: #fff;
        border-color: #eaeaea;
        outline: 0;
    }

.search-btn {
    border: 1px solid #464646;
    border-radius: 0px;
    min-width: 100px;
    color: white
}

    .search-btn:hover {
        color: #909090
    }
     
.content-app {
    margin-top: 50px;
}


.button {
    background-color: #204b69;
    border: 2px solid #163449;
    padding: 8px;
    color: white;
    line-height: 18.5px;
    font-size: 15px;
}

.button-pay {
    background-color: #e4841c;
}

.content {
    margin-top: 118px;
}

.content-app {
    margin-top: 50px;
}

.nav-a-block {
    padding: 7px;
    color: white;
    font-size: 18px;
    line-height: 43px;
    border-bottom: 3px solid #bf0808
}

.nav-a {
    padding: 7px;
    color: white;
    font-size: 18px;
    line-height: 43px;
    text-decoration: none;
}

    .nav-a-block:hover,
    .nav-a:hover {
        padding: 7px;
        color: #808080;
        font-size: 18px;
        line-height: 43px;
        text-decoration: none;
    }




.mapbox {
    padding: 10px;
}
    .mapbox .top {
        position: absolute;
        width: 58px;
        height: 28px;
        background-color: #ff0000;
        margin: 10px;
        text-align: center;
        border-radius: 5px;
        z-index:999;
    }
a {
    color: white;
    text-decoration:none;
}

.mapbox .map-container {
    width: 100%; 
    padding: 5px;
    border: 1px solid #0c1f2c;
    background-color: #163449
}

.mapbox p {
    color: white;
    margin-top: 15px;
    margin-bottom: 0px;
}

.mapbox .button-box {
    padding: 15px;
}

.mapbox button {
    width: 160px;
}
.img-container {
/*    max-width: 620px;
    max-height: 280px;*/
    position: relative
}
.imginfo {
    width: 100%;
    height: 100px;
    bottom: 0px;
    position: absolute;
    color: white;
    background-color: #204b69d6;
    padding: 10px;
    display: none
}

.imgbox {
    max-width: 620px;
    max-height: 280px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat
}

.tag-box {
    background-color: #36950b;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
}