html, body {
    font-family: 'Titillium Web', sans-serif;
}
@media (min-width: 1200px) {
    .container {
        width: 1280px;
    }
}
.script-container {
    display:none;
}
.top-container {
    margin-top: 2em;
}

.text-info {
    color: #31708f !important;
}
.text-primary {
    color: #337ab7 !important;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

a {
    color: #337ab7;
    text-decoration: none;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}
a:active, a:hover {
    outline: 0;
}
.dropdown-menu {
    padding: 0;
}
.nav-link {
    padding: 0 1rem;
}

header {
    height: 160px;
    width: 100%;
    background-color: #113F6E;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

header .container {
    height:100%;
}

.header_main {
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .header_main {
        flex-direction: column-reverse;
        justify-content: space-around;
    }
    .navbar-nav>li {
        float:left;
    }
}

.right-nav {
    background-color: #B20000;
    height: 30px;
}
.right-nav > div.container {
    height: 100%;
}

#menu-navigazione-top {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}
#menu-navigazione-top > li > a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    line-height: 30px;
}

.social {
    display: flex;
    justify-content: flex-end;
}
.social ul {
    margin-top: 1.5rem;
}
.social ul li a img {
    height: 25px;
}

.header_content {
    display: flex;
    align-items: center;
}

.logo > a > img {
    margin-top: -1rem;
}

.button_open {
    width: 50px;
    height: 60px;
    background-image: url(https://static.cittametropolitanaroma.it/themes/CittaMetropolitana_v.3/imgs/menu-icon.png);
    background-repeat: no-repeat;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 90px;
    border: none;
    padding: 0;
    float: left;
    margin-right: 50px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}
.button_open:hover {
    text-decoration: none;
    color: #fff;
}
.nav-link:focus, .nav-link:hover {
    opacity: 0.8;
    background-color:revert;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: #202374; /* or 203874 */
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    background-color: #202374;
}

#outerframeContainer { hyphens: none; }