@import 'partials/header.css';
@import 'partials/nav.css';
@import 'partials/footer.css';

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    overflow-x: hidden !important;
}

.cover {
    background-color: rgba(255, 255, 255, 0.445);
    position: absolute;
    width: 100%;
    height: 545px;
}
table tr{
	height: unset !important;
}	

table {
    width: 100% !important;
}

.bg-image {
    height: 545px;
    width: 100%;
    background-size: cover;
    position: absolute;
    z-index: -99999;
}

.logo {
    width: 100%;
}

.detail-date {
    background-color: #03082b;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    height: 20px;
}

.page-navigation ,.page-navigation a{
    font-size: 14px;
    color: #a62321;
    font-weight: 500;
}


.pagination-l nav {
    background: transparent;
}

.sitemap li a {
    color: #85100e;
}



#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("../../img/status.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

@media only screen and (max-width: 576px) {
    .news-list img {
        height: 200px;
        object-fit: cover;
    }
    .bg-image {
        height: 300px;
    }
    .shared ul {
        float: left;
    }
    .shared ul li {
        margin-left: 0;
        margin-right: 10px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .news-list img {
        height: 220px;
        object-fit: cover;
    }
    .bg-image {
        height: 400px;
    }
    .news-list {
        background-color: #fff;
        border: 1px solid #eee;
        box-shadow: 0 2px 10px 0 rgba(32, 33, 36, 0.05);
    }
    .shared ul {
        float: left;
    }
    .shared ul li {
        margin-left: 0;
        margin-right: 10px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .news-list img {
        height: 225px;
        object-fit: cover;
    }
    .news-list {
        background-color: #fff;
        border: 1px solid #eee;
        box-shadow: 0 2px 10px 0 rgba(32, 33, 36, 0.05);
    }
    .bg-image {
        height: 538px;
    }
    .shared ul {
        float: left;
    }
    .shared ul li {
        margin-left: 0;
        margin-right: 10px;
    }
}
