/* GLOBAL FONTS */

html {
    font-size: calc(1em + 1vw)
}

a, h2, h3, .field-content {
    font-family: 'Roboto', sans-serif;
}

/* NAVBAR */

#social-icons {
    float: right;
}

#social-menu .soc_links a {
    width: 23px;
    height: 20px;
    display: block;
    margin: 15px 10px;
}

#social-menu .soc_links a#tg {
    background: url("img/telegram.png") no-repeat scroll 0 0 transparent;
}

#social-menu .soc_links a#fb {
    background: url("img/facebook.png") no-repeat scroll 0 0 transparent;
}

#social-menu .soc_links a#tw {
    background: url("img/twitter.png") no-repeat scroll 0 0 transparent;
}

#social-menu .soc_links a#youtube {
    background: url("img/youtube.png") no-repeat scroll 0 0 transparent;
}

#social-menu .soc_links a#inst {
    background: url("img/instagram.png") no-repeat scroll 0 0 transparent;
}

@media only screen and (max-width: 767px) {
    .soc_links {
        display: inline-block !important;
    }
    #social-icons {
        position: relative;
        left: 5px;
    }
    #footer-copyright {
        position: relative;
        left: 5px;
    }
    #mp-about {
        position: relative;
        left: 0px;
        padding-bottom: 10px;
    }
}

body {
    padding-top: 70px;
}

.navbar-btn {
    margin-right: 25px;
}

.navbar-nav li a {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-decoration: underline;
}

#search-dropdown a {
    text-decoration: none;
}

.unpublish-counter {
    color: #DC143C;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    left: 95%;
    position: absolute;
}

#userdropdown .dropdown-toggle {
    color: #006eb4;
}

.page-taxonomy .breadcrumb, .page-news .breadcrumb {
    display: none;
}

/* override default style for navbar */

#navbar {
    background-image: none;
    filter: none;
    background-repeat: none;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (max-width: 745px) {
    #logo {
        margin-left: 5px;
    }
}

/* NEWS LIST */

.views-field-urgent, .views-field-bold-label {
    display: none;
}

.views-field-urgent~.views-field-title a {
    font-weight: bold;
    color: #ff7070 !important;
}

.views-field-bold-label~.views-field-title a {
    font-weight: bold;
}

@media only screen and (max-width: 990px) {
    .region-sidebar-first {
        display: none;
    }
}

#block-views-startpage-block-news-list-block h2 {
    text-decoration: underline;
}

.region-content {
    position: relative;
}

#block-views-startpage-block-news-list-block .block-title {
    font-size: 25px;
    font-weight: bold;
}

.startpage-news-list h3 {
    font-size: 18px;
    font-weight: bold;
}

.startpage-news-list a {
    color: #006eb4;
}

.startpage-news-list .views-row {
    padding-bottom: 5px;
}

#block-views-startpage-block-news-list-block .views-row {
    position: relative;
    font-size: 16px;
}

.views-field-field-postdate, .views-field-field-postdate .field-content {
    display: inline;
}

/* FOOTER */

#mp-about, #footer-copyright {
    display: inline-block;
}

#footer-copyright {
    color: #babdbe;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    float: left;
}

#block-menu-menu-footer-menu h2 {
    display: none;
}

#mp-about {
    position: relative;
    left: 20%;
    padding-bottom: 10px;
}

#mp-about a {
    font-family: 'Scada', sans-serif;
    font-size: 16px;
    text-decoration: underline;
    color: #777;
}

/* MISC */

.ajax-progress {
    margin-left: 5px;
}