@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

h1, h2, h3 {
    font-weight: bold;
}

body {
    font-family: 'Roboto Condensed';
    color: rgb(16, 57, 94);
}

input, select, select option {
    font-family: 'Roboto Condensed';
    font-weight: 300;
    /*color: rgb(180,180,180) !important;*/
}

::placeholder { /* Most modern browsers support this now. */
    color: rgb(180, 180, 180) !important;
    font-weight: 300 !important;
}

a.underline {
    color: rgb(238, 14, 45);
    text-decoration: underline;
}

a.underline-hover {
    color: rgb(238, 14, 45);
    text-decoration: none;
}

a.underline-hover:hover {
    text-decoration: underline;
}

a.underline.inverse {
    color: white;
}

.my-text-muted {
    color: rgb(128, 128, 128);
}

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

.my-text-left {
    text-align: left;
}

@media (min-width: 768px) {
    .my-text-center.move-right {
        text-align: right;
    }

    .my-text-center.move-left {
        text-align: left;
    }

    .my-text-left.move-center {
        text-align: center;
    }
}

.btn:hover {
    color: white;
    text-decoration: underline;
}

.section-title-main {
    font-size: 3em;
    line-height: 3rem;
}

.section-title .inner-title {
    font-weight: 300;
}

.section-title-main .inner-title {
    font-weight: 300;
}

.section-title {
    line-height: 1.2em;
    font-size: 34px;
}

.section-title .brand-premio {
    font-size: 42px;
}

.section-subtitle {
    font-size: 24px;
}

.subtitle-line-height {
    line-height: 1.8rem;
}

.section-content-main {
    font-size: 20px;
    margin: 2em 0;
}

.section-content {
    font-size: 16px;
}

.premio-qty {
    font-size: 34px;
}

section {
    padding: 4rem 0;
}

@media (min-width: 0px) {
    .pb-sm-6 {
        padding-bottom: 5rem !important;
    }

    .pt-sm-6 {
        padding-top: 5rem !important;
    }

}

.party-button {
    display: block;
    white-space: inherit;
    color: white;
    background-color: rgb(238, 14, 45);
    font-weight: bold;
    padding: 1rem 2rem;
    min-width: 17rem;
}

@media screen and (min-width: 768px) {
    .party-button {
        display: inline-block;
    }
}

.party-button.dark {
    background-color: rgb(16, 57, 94);
    color: white;
}

.party-button.inverse {
    background-color: transparent;
    color: rgb(16, 57, 94);
    border-color: rgb(16, 57, 94);
}

#cookie-bar {
    background: rgb(0, 39, 85);
}

#cookie-bar .cb-enable {
    background: white;
    color: rgb(16, 57, 94);
}

#cookie-bar .cb-enable:hover {
    background: white;
}

/*
 * HEADER
 */

.dev-header {
    background: red;
    color: white;
}

@media screen and (min-width: 768px) {
    .navbar-logo {
        position: absolute;
        left: 50px;
        z-index: 10;
    }
}

.content-wrapper {
    position: relative;
}

.cornice {
    position: absolute;
    width: 100%;
    height: 65px;
    background: url('../images/tenda_768px.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    .cornice {
        position: absolute;
        height: 44px;
        width: 100%;
        background: url('../images/pattern_tenda.png');
        background-repeat: repeat-x;
    }
}

/*
 * FOOTER
 */

#footer {
    color: #fff;
    background: rgb(16, 57, 94);
}

#footer a {
    color: #fff;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0 -7.5px;
}

#footer ul > li {
    display: inline-block;
    margin: 0 7.5px;
    font-size: 22px;
}

@media only screen and (min-width: 768px) {
    #footer .social-icons {
        float: right;
    }
}

.made-htt {
    padding-top: 1rem;
    font-size: .8em;
}

/*
 * HOME
 */

.concorso-hero {
    background-color: rgb(201, 229, 223);
    padding: 0;
}

.concorso-hero-text {
    padding: 5em 0;
}

@media screen and (min-width: 1200px)  {
    .concorso-hero .container-fluid {
        width: 1140px;
        max-width: 100%;
    }
}



.concorso-hero .concorso-hero-background {
}

.concorso-hero .concorso-hero-background .container-fluid {
    padding: 0;
}

.concorso-hero .party-button {
    /*width: 3rem;*/
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .concorso-hero .concorso-hero-background {
        background: url('../images/header-nuovalinea-2.jpg');
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .concorso-hero .concorso-hero-background .container-fluid {
        padding-right: 15px;
        padding-left: 15px;

    }
}

.concorso-fine {
    padding: 15rem 0;
}

.concorso-fine .section-title {
    font-size: 46px;
}

.concorso-come-partecipare {
    /*background-color: rgb(16,57,94);*/
    /*color: white;*/
}

.come-partecipare-item {
    padding-top: 4rem;
}

.come-partecipare-item img {
    max-width: 190px;
}

.come-partecipare-item:first-child {
    padding-top: 0;
}

@media screen and (min-width: 768px) {
    .come-partecipare-item {
        padding-top: 0;
    }
}

.concorso-trova-negozi .section-title {
    font-weight: 300;
}

.concorso-trova-negozi {
    padding: 2rem 0;
    background-color: rgb(201, 229, 223);
}

.concorso-trova-negozi h3 {
    color: rgb(16, 57, 94);
}

.concorso-premi {

}

.concorso-premi .section-title {
    margin-bottom: 2em;
}

.concorso-premi h3 {
    color: rgb(16, 57, 94);
}

.concorso-ambientata {
}

.concorso-partecipa {
    background: url('../images/banner-footer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 9em 0;
}

.concorso-partecipa .section-content-main {
    margin: 1em 0;
}

.concorso-partecipa .section-title {
    font-weight: 300;
}

.concorso-form .form-control-serial {
    font-size: 2rem;
}

.concorso-submit {
    background-color: rgb(201, 229, 223);
}

.concorso-submit .section-subtitle.light {
    font-weight: 300;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .concorso-form #form_recaptcha {
        transform: scale(.77);
        transform-origin: 0 0;
    }
}

.concorso-form, .concorso-submit {
    padding: 0;
}

.concorso-form-error-container {
    border: 5px rgb(238, 14, 45) solid;
}

.concorso-form-error {
    font-family: "Roboto Condensed";
    font-weight: bold;
    font-size: 20px;
    color: rgb(238, 14, 45);
}

.concorso-form-error-button {
    float: right;
    margin-right: 1rem;
    cursor: pointer;
}

.concorso-form input::placeholder {
    color: rgb(203, 203, 203);
}

.concorso-form .concorso-form-background, .concorso-submit .concorso-submit-background {
    padding: 4rem 0;
    background-repeat: no-repeat;
    background-position-y: initial;
    background-position-x: center;
    background-size: inherit;
}

.concorso-form .concorso-form-background .container-background {
    background-color: rgb(201, 229, 223);
    padding: 4.5em 0;
}

/*
 * FOOTER
 */

.footer-wrapper .footer-policy {
    padding: 2em 0 0;
}

.footer-wrapper .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.start-row {
    position: relative;
}

.star-block {
    padding: 1rem 0;
}

.star-block:before, .star-block:after {
    content: "";
    width: 40%;
    position: absolute;
    top: 50%;
    border-top: 2px solid rgb(203, 203, 203);
}

.star-block.inverse:before, .star-block.inverse:after {
    border-top: 2px solid rgb(38, 77, 109);
}

.star-block:before {
    left: 0;

}

.star-block:after {
    right: 0;
}
