.is-compact .mdl-layout__title span {
    display: none;
}

.stile-testata {
    position: relative;
    background-image: url(images/header-bg.jpg);
}

.stile-testata .mdl-layout__header-row {
    padding: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mdl-layout__title {
    font-size: 14px;
    text-align: center;
    font-weight: 300;
}

.stile-logo-row {
    min-height: 200px;
}

.is-compact .stile-logo-row {
    min-height: auto;
    background-size: 50px;
}

.stile-logo {
    background-size: cover;
    background: url(images/logoByteliberi.svg) no-repeat;
    height: 150px;
    width: 150px;
    margin: auto auto 10px;
}

.is-compact .stile-logo {
    height: 50px;
    width: 50px;
    margin-top: 7px;
}

.stile-navigation-row {
    background-color: rgba(0, 0, 0, 0.08);
    text-transform: uppercase;
    height: 45px;
}

.stile-navigation-row  .mdl-navigation {
    text-align: center;
    max-width: 900px;
    width: 100%;
}

.stile-navigation-row .mdl-navigation__link {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 42px;
}

.stile-header .mdl-layout__drawer-button {
#background-color: rgba(197, 197, 197, 0.44);
    background-color: rgb(158, 158, 158);
}

.stile-navigation-row .is-active {
    position: relative;
    font-weight: bold;
}

.stile-navigation-row .is-active:after {
    content: "";
    width: 70%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    background-color: rgb(255,64,129);
    left: 15%;
}

.mdl-navigation__link.laterale-attivo {
    background-color: #9e9e9e;
}

.stile-card .mdl-card__title {
    padding-bottom: 0;
}

.stile-blog-card-compact .mdl-card__title {
    padding-bottom: 0;
}

.stile-blog-card-bg > .mdl-card__actions {
    height: 52px;
    padding: 16px;
    background: rgba(0, 0, 0, 0.2);
}

img.article-image {
    width: 100%;
    height: auto;
}

.stile-max-width {
    max-width: 900px;
    margin: auto;
}

.stile-autore-width {
    max-width: 350px;
    margin: auto;
}

.stile-contatti-width {
    max-width: 400px;
    margin: auto;
}

.stile-copy {
    max-width: 700px;
}

.no-padding {
    padding: 0;
}

.no-left-padding{
    padding-left: 0;
}

.no-bottom-padding {
    padding-bottom: 0;
}

.padding-top {
    padding: 10px 0 0;
}

.no-padding {
    padding: 0;
}

.no-left-padding{
    padding-left: 0;
}

.no-bottom-padding {
    padding-bottom: 0;
}

.padding-top {
    padding: 10px 0 0;
}

.stile-share-btn {
    position: relative;
    float: right;
    top: -4px;
}

.demo-card-event > .mdl-card__actions {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.stile-logo-row {
    min-height: 200px;
}

.mdl-layout__drawer-button.mdl-layout--small-screen-only {
    background-color: #cfcfcf;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
    color: #000000;
}
