.category-box .category-box-item .top {
    display: flex;
    /*display: block;*/
    color: #cccccc;
    align-items: center;
    font-size: 45px;
    min-height: 90px;
    justify-content: center;
}

.category-box .category-box-item .bottom {
    color: #000;
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    display: block;
}

.category-box .category-box-item {
    display: block;
    min-height: 130px;
    border: 1px solid #ccc;
}

.category-box .category-box-item:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: rgba(204, 204, 204, 0.66);
    color: #ffffff;
}

.category-box .category-box-item:hover .top {
    color: #ffffff;
}

.navbar {
    padding: 10px 0;
    background-color: #4C6069;
}

.navbar .navbar-brand {
    /*border-top: 2px solid green;*/
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    color: #333;
}

.navbar .nav-item .nav-link,
.navbar .nav-item .dropdown-toggle{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    color: #B4D0DC;
    border: none;
    background: none;
    margin-left: 20px;
    margin-right: 20px;
}

.navbar .nav-item .nav-link:hover {
    color: green;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex;
}

#index #news .card .card-header,
#index #news .card .card-footer {
    border: none;
    background-color: #ffffff;
}

#index #news .card .card-body {
    max-height: 150px;
    min-height: 150px;
    overflow-y: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
}

#index .post .post-image {
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    position: relative;
    min-height: 200px;
    width: 100%;
    overflow: hidden;
}

#index .post .post-bottom-title {
    position: absolute;
    /*bottom: -100px;*/
    bottom: 0;
    min-height: 30px;
    width: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    transition-delay: .1s;
}

#index .post .post-bottom-title {
    font-size: 20px;
    display: block;
}

#index .post .post-bottom-title .date {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    display: block;
}

#index .post .post-top-title {
    position: absolute;
    color: #ffffff;
    font-size: 24px;
    /*top: 20px;*/
    left: 0;
    transition: .2s;
    transition-delay: .1s;
    display: block;
    width: 100%;
    top: -100px;
}

/*.post .post-image:hover .post-bottom-title {*/
/*bottom: 0;*/
/*}*/

#index .post .post-image:hover .post-bottom-title .date {
    color: #ffffff;
}

#index a.card {
    transition: .2s;
}

.adverts a.card:hover {
    text-decoration: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    /*transform: scale(1.05);*/
    transform: translateY(-2px);
}

#index .carousel .carousel-inner {
    min-height: 245px;
    padding-top: 10px;
}

.adverts .card .card-body {
    padding: 10px 15px;
}
.adverts .card .card-body .card-title {
    font-size: 16px;
    font-weight: 500;
    color: #515151;
}

.adverts .card:hover .card-body .card-title {
    color: #888888;
}

.card-body .price {
    color: green;
    font-size: 20px;
    font-weight: 500;
}

.arrow-circle {
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    background-color: #2a14db;
    border: 1px solid #2a14db;
    padding: 7px 12px;
    color: #fff;
}

.arrow-circle:hover {
    background-color: #ffffff;
    color: #2a14db;
}

.nav-link.active {
    background-color: #333333;
    color: #ffffff !important;
}

#search-type .list-inline .list-inline-item {
    font-weight: 500;
    margin-right: 12px;
}

#search-type .list-inline .list-inline-item:not(:last-child) a {
    color: #333333;
}

#search-type #search-box {
    background-color: #f18f10;
    padding: 20px;
    border-radius: 8px;
    color: #ffffff;
}

#search-type #search-box .btn.btn-outline-white {
    border: 1px solid #fff;
    color: #ffffff;
}

#search-type #search-box .btn.btn-outline-white:hover {
    background-color: #ffffff;
    color: #f18f10;
}

#search-type #search-box{
    font-size: 14px;
    display: flex;
    align-items: center;
}

#search-type #search-box .list-inline{
    margin-bottom: 0;
}

