* {
   min-height: 0.01px;
}

.navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 600;
}
#logo{
    pointer-events: none;
    display: inline-block;
    padding-top: 0.5rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.png-logo{
    width: 200px;
    height: 41px;
    background-image: url('/resources/images/logo.png');
}

ul.meta-post {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.bottom-article {
    overflow: hidden;
    border-top: 1px solid #F8F9FA;
    border-bottom: 1px solid #F8F9FA;
    padding: 10px 0 10px 0;
    margin-top: 20px;
}	
ul.meta-post li, ul.meta-post li a {
    color: #999;
    font-size: 12px;
    font-weight: 600;
}
ul.meta-post li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
        padding-right: 0px;
    list-style: none;
    border-right: 1px dotted #F8F9FA;
    padding-right: 10px;
}
/* Container needed to position the overlay. Adjust the width as needed */
.image-overlay-container {
    position: relative;
    width: auto;
}

/* The overlay effect (full height and width) - lays on top of the container and over the image */
.image-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    /*  top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;*/
    opacity: 0.1;
    transition: .3s ease;
}

/* The overlay effect (full height and width) - lays on top of the container and over the image */
.image-overlay.image-overlay-full {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
}

/* When you mouse over the container, fade in the overlay icon*/
.image-overlay-container:hover .image-overlay {
    opacity: 1;
}

/* The icon inside the overlay is positioned in the middle vertically and horizontally */
.stock-icon {  
    font-size: 20px;
    position: absolute;
    top: 10%;
    left: 10%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.image-overlay i.in
{
    color: green;
}
.image-overlay i.out
{
    color: red;
}

.list-group-item > .badge {
    float: right;
}
.card 
{
    background: rgba(255, 255, 255, 0.2);
    border: none;
}
.bg-white-transparent {
    background: rgba(255, 255, 255, 0.2);
}

    @media(max-width:767px) {
        .adv-news-container {
            margin-bottom: 0!important;

        }
        .adv-news-cell {
            transform: scale(0.69);
            background-size: contain;
            margin-bottom: 0!important;
        }
        .adv-col1 {
            transform: scale(0.69);
            background-size: contain;
            margin-bottom: 0!important;
        }
        .adv-col2 {
            transform: scale(1);
            background-size: contain;
            margin-bottom: 0!important;

        }
        .adv-col3 {
            transform: scale(1);
            background-size: contain;
            margin-bottom: 0!important;
        }
    }