
.sc-sbsi7l-0.hQDBEg, .sc-q8c6tt-3.hrQZPo {display: none;}

.container-1-headline, .container-1-subline, .container-1-date, .container-1-pitch, .container-1-location, .container-1-action, .container-2-headline, .container-2-subline, form {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox &lt; 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera &lt; 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox  12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera &lt; 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

section.section-block.section-jumbotron {
    display:  none;
}

section.section-block.section-slidesnav {
    display:  none;
}

section.section-block.section-static-enable {
    padding:  0px;
}

.container {
    padding:  0px;
    width:  100% !important;
}

#saga-header {
     display: none;
}

.site-footer {
    display: none;
}

body, .site {
    background: none;
}

.inner-banner {
    display: none;
}

div#primary {
    width: 100%;
    padding: 0px !important;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

form.wpcf7-form {
    text-align: center;
    direction: rtl;
}

span.ajax-loader {
    position: absolute;
    left: 50%;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
    width: 350px;
    margin: auto;
    margin-top: 20px;
    font-size: 26px;
    font-weight: 600;
    border-radius: 10px;
    background: #00000066;
}

@media (max-width: 980px) {
    .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
        position: relative;
        bottom: 50px;
        margin-top: 0px;
    }
}

