.hero.is-demo {
    background: #fff url("../images/bg.jpg") center no-repeat !important;
    background-size: cover;
    position: relative;
}

.hero.is-demo:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: #000;
    opacity: 0.4;
}

.hero.is-fullheight.is-not-full .hero-body {
    padding-bottom: 3rem;
}

.hero-body h1 {
    font-size: 2.5em;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.hero-body h2 {
    font-size: 1.25em;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    padding: 20px 0px 50px 0px;
}

.flexibleImageLine {
    display:flex;
    align-items: center;
    justify-content: center;
}
.flexibleImageLine>* {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 250px;
    margin: 0px;
    font-size: 0px;
}
.hoverBtn,
.flexibleImageLine>a {
    position: relative;
    display: block;
    font-size: 0px;
}
.hoverBtn:before,
.flexibleImageLine>a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #000;
    opacity: 0;
    transition: 300ms;
}

.hoverBtn:hover:before,
.flexibleImageLine>a:hover:before {
    opacity: 0.2;
}

.account-tabs {
    margin-top: 0rem;
}

.tabs ul {
    justify-content: center;
}

.bg-white {
    background: #fff !important;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.bgContact {
    background: #fff url("../images/bg-contact.jpg") center no-repeat !important;
    position: relative;
    background-size: cover !important;
}

.bgContact:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #000;
    opacity: 0.3;
}

.bgContact .title.is-3 {
    color: #fff;
}

.contactInfo h5.title-h5 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.greenMessage {
    background: #c5e1a5;
    padding: 10px;
    text-align: center;
    font-style: italic;
    color: #689f38;
    border: 1px solid #689f38;
    border-radius: 5px;
    font-size: 0.9em;
}

@media (max-width: 767px) {
    .hero-body h1 {
        font-size: 2rem !important
    }
    .hero-body h2 {
        font-size: 1rem !important
    }
    .hero .navbar .navbar-brand img {
        max-height: 50px !important;
        height: 50px;
    }
}

#messaggioForm {
    text-align: center;
}

.button.feather-button.is-bold {
    font-size: 1rem;
}