/* template */
body,html {
  height: 100%;
  scroll-behavior: smooth;
}

/* hidden spacer before sections for proper offset */
section:before {
    height: 56px;
    content: "";
    display:block;
}

/* helpers */
.vh-50 {
    min-height: 50vh;
}
.vh-75 {
    min-height: 75vh;
}
.vh-100 {
    min-height: 100vh;
}

.mt-10 {
    margin-top: 5rem !important;
}

.mt-15 {
    margin-top: 7rem !important;
}

.mb-10 {
    margin-bottom: 5rem !important;
}

.fs-18 {
    font-size: 18px;
}

a:focus {
    outline: none;
}

header {
    height: 100vh;
    min-height: 500px;
    background-image: url('../images/mkte-header.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.navbar-brand {
    padding: 0;
}

.navbar a,
.nav-link {
    color: yellow !important;
}

.dropdown-menu,
.dropdown-item:hover {
    background: black;
}

.video-cover {
    position: relative;
}

.newspaper-cover {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.image-hover-icon {
    background-color: rgb(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.310, 0.100, 0.570, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.310, 0.100, 0.570, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.310, 0.100, 0.570, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.310, 0.100, 0.570, 1.000);
    transition: all 0.2s cubic-bezier(0.310,0.100,0.570,1.000);
}

.image-hover-icon > i {
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 2;
    color: #fff;
}

.image-hover-icon:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.toc_container {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    margin-bottom: 1em;
    padding: 20px;
    width: 100%;
}

.toc_title {
    font-weight: 700;
    text-align: left;
    font-size: 110%;
}

.toc_container li,
.toc_container ul,
.toc_container ul li {
    list-style: outside none none !important;
    padding: 0;
}

.mainpage-current {
    margin-top: 30px;
}

.mainpage-current .row {
    position: relative;
    margin-bottom: 30px;
}

.mainpage-current h5 {
    width: 100%;
}

.mainpage-current h6 {
    width: 100%;
    margin-bottom: 15px;
}

.mainpage-current .current-image {
    padding-left: 0;
    padding-right: 0;
}

.mainpage-current .current-title {

}

.mainpage-current .current-date,
.mainpage-current .current-download {
    font-size: 14px;
}

.hr {
    border-bottom: 5px solid #ff304f;
    padding-bottom: 30px;
}

.hr:last-child {
    border-bottom: none;
}

.nav-search-line {
    display: none;
    top: 72px;
    right: 0;
    left: 0;
    z-index: 1030;
    padding: 15px;
}

.modal-header,
.modal-footer {
    padding: 0.1rem 1rem;
}

.modal-header h4 {
    font-size: 1.2rem;
}

.modal-footer {
    font-size: 0.7rem;
}

.modal-dialog {
    margin: 0;
}

@media (min-width: 576px) {
    /*.modal-dialog {
        margin: 0.5rem;
    }*/
}
