:root(
    --vardax-red:#EF3E33;
    --vardax-blue:#0075BF;
    --vardax-yellow:#F5C613;
)

body, html {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto Condensed',Tahoma,Arial,Verdana,'Trebuchet MS',GRHelvetica;
    font-weight: normal;
    color: #888;
    font-size: 14px;
}

a {
    color:#0264ba;
}

body {
    background: #e5e7e9;
}

article {
    clear: both;
    display: block;
}

.container {

}
#skopje-btn{
    text-align: -webkit-right;
    margin-top: 7px;
}
#skopje-btn a{
    width: 250px;
    display: block;
    text-align: center;
    background: #0264BA;
    color: white!important;
    padding: 10px;
    /* position: relative;
    right: -400px; */

}
#skopje-btn.btn-en a,
html[lang='mk'] #skopje-btn a{
    width: 150px;
}


#logo-mk a{
    font-size: 18px;
    text-decoration: none;
}
.background-mk{
    background-color: white;
}

.header_container {
    padding:32px 0px 28px 0px;
}

#logo img {
    max-width: 100%;
}

#top_detail {
    text-align: right;
    padding-top:17px;
}

#top_detail a {
    padding: 0 5px;
}

.banner_container {
    background-color: #0264BA;
    height:250px;
    overflow: visible;
}

/* .banner_bg {
    position: relative;
    height: 276px;
} */

.banner_text {
    position: absolute;
    background: rgba(255,255,255,0.8);
    padding:15px 20px;
    top: 40%;
    right: 18px;
    text-align: right;
    width: 60%;
}

.banner_text {
    color: #0264ba;
    font-size: 18px;
    text-align: center;
}

.banner_text h3 {
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 3px;
    color: #0264ba;
    font-size: 24px;
    text-align: right;
}

.main_component {
    margin-top: 88px;
}

h3 {
    font-size: 26px;
    padding: 10px 35px;
    border-bottom: solid 3px #0264ba;
    color: #333;
    display: table;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
}

hr.blue {
    border-color: #98bad9;
    margin: 25px 0px;
}

div {
    font-weight: normal;
    color: black;
    font-size: 14px;
}

.date {
    font-size: 12px;
    margin: -10px 0 5px;
}

ul.download {
    display: grid;
    grid-template-columns: auto 100px 100px 100px;
    width: 100%;
    gap:10px;
    margin-bottom:20px;
}

ul.download.right {
    float: right;
}
ul.download li:first-child{
    list-style: none;
}

ul.download li:not(:first-child) {
    list-style-type: none;
    margin: 0px;
    flex: 0 1 100%;
    background: url(../images/download.png) no-repeat;
    background-position: 0px 50%;
    padding-left:30px;
    line-height: 14px;
    padding: 5px 0px 5px 30px;
    margin-bottom: 5px;

}

ul.download li a {
    font-size: 14px;
    line-height: 14px;
    color: #0264ba;
}

.subfooter_container {
    background: #0264ba;
    padding:20px 0px 14px 0px;
    margin-top: 30px;
}

#subfooterleft {
    padding-top: 54px;
    color: #fff;
    font-size: 14px;
    line-height: 17px;

}

#subfooterleft a {
    color:#fff;
}

#subfooterleft a.ligh_blue {
    color:#00e4ff;
}

#subfooterright {
    text-align: right;
    font-size: 14px;
    color: #00e4ff;
    line-height: 17px;
}

#subfooterright  h2 {
    margin-top: 0px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

h4 {
    color: #0264ba;
    font-size: 18px;
    padding: 16px 0;
    margin: 0;
    font-weight: normal;
}

@media (max-width:560px) {
    .banner_text {
        width: 93%;
    }

    #logo, #top_detail {
        width: 100%;
        float: none;
    }

    #logo img, #top_detail img {
        display: block;
        margin: 0px auto;
    }

    #subfooterleft {
        padding-top: 0px;
        color: #fff;
        font-size: 14px;
        line-height: 17px;
        padding-bottom: 20px;
        text-align: center;
    }
}


table, th, td {
    border: 1px solid black;
	text-align: center;
}

.staticPage table {
	margin: 10px 0;
}

.staticPage td, .staticPage th {
    padding: 5px !important;
}

.text-center{
    text-align:center;
}


.relevant-publications li:nth-child(2){
    background: none!important;
}