#body {
    margin: 5px;
}

.jumbotron {
    background-color: #f1ebeb;
    color: rgb(12, 10, 10);
    padding: 100px 25px;
    /* font-family: Montserrat, sans-serif; */
}

.dashboard {
    padding-bottom: 120px;
}

.logo-small {
    color: #070707;
    font-size: 50px;
}

.logo {
    color: #070707;
    font-size: 200px;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
    color: #070707;
}

.carousel-indicators li {
    border-color: #070707;
}

.carousel-indicators li.active {
    background-color: #070707;
}

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}

.panel {
    border: 1px solid #070707;
    border-radius: 0 !important;
    transition: box-shadow 0.5s;
}

.panel:hover {
    box-shadow: 5px 0px 40px rgba(0, 0, 0, .2);
}

.panel-footer .btn:hover {
    border: 1px solid #070707;
    background-color: #fff !important;
    color: #070707;
}

.panel-heading {
    color: #fff !important;
    background-color: #070707 !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: white !important;
}

.panel-footer h3 {
    font-size: 32px;
}

.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}

.panel-footer .btn {
    margin: 15px 0;
    background-color: #383636;
    color: #fff;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #070707;
}

.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 760px) {}

@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
}

@media (min-width: 480px) {
    .sidebar-button {
        display: none;
        visibility: hidden;
    }
    #filters {
        display: block;
    }
}

tbody tr:hover {
    background-color: rgb(234, 238, 247);
}

.gray {
    color: gray;
}

.orange {
    color: orange;
}


/* Category list on top css */

.navbar {
    min-height: 20px;
    background-color: rgb(132, 139, 235)
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.category-navbar>li {
    padding-left: 20px;
    padding-right: 15px;
    font-size: 13px;
    background-color: rgb(132, 139, 235)
}

.category-navbar>li {
    display: inline;
}

.category-navbar>li>div>a {
    color: #1031ec;
    font-size: 13px;
}

div.scrollmenu {
    overflow: hidden;
    white-space: nowrap;
    margin: 20px;
}

div.scrollmenu a {
    display: inline-block;
    color: rgb(17, 15, 15);
    text-align: center;
    padding: 14px;
    text-decoration: none;
    font-size: 14px;
}

div.scrollmenu a:hover {
    background-color: #777;
}


/* .card {
    width: 400px;
    border: none;
    border-radius: 10px;
    background-color: #fff
}

.stats {
    background: #f2f5f8 !important;
    color: #000 !important
}

.articles {
    font-size: 15px;
    color: #a1aab9
}

.number1 {
    font-weight: 500
}

.followers {
    font-size: 15px;
    color: #a1aab9
}

.number2 {
    font-weight: 500
}

.rating {
    font-size: 15px;
    color: #a1aab9
}

.number3 {
    font-weight: 500
} */

.card {
    background-color: #fbfdfc;
    border-radius: 20px
}

.heading {
    font-weight: 700
}

.hour {
    margin-top: 1px;
    color: green;
    font-size: 12px
}

.ratings i {
    color: #388E3C
}

.btn {
    border-radius: 15px !important
}

.line-color {
    color: green;
    height: 3px
}

#cityCollapse {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.citylist {
    text-decoration: none;
    color: inherit;
}

.citylist a {
    text-decoration: none;
}

.hideModelCloseButton {
    display: none
}

@media only screen and (max-width: 600px) {
    /*Tablets [601px -> 1200px]*/
    .card_btn .btn {
        font-size: 8px !important;
        /* width: */
    }
}

.scrollmenu>a {
    background-color: unset !important;
    color: unset !important;
}