* {
    /* margin: 0; */
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #f5f5f5;
}

body,
div,
p,
h1,
input {
    font-family: 'Open Sans', Arial, sans-serif;
}

a,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    transition: all 0.5s;
}

hr {
    clear: both;
    border: 0;
    background-color: transparent;
}

input {
    border: 1px solid #DDD;
    background-color: white;
    padding: 8px 12px;
    width: 100%;
    outline: none;
}

.hidden {
    display: none;
}

.light {
    font-size: 0.75em !important;
    color: #888;
}

.button {
    background-color: #96181B;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    text-align: center;
    width: 100%;
    border-radius: 3px;
    border: 0;
    padding: 12px;
}

h1,
h2 {
    font-weight: 200;
    line-height: 1em;
}

h1 {
    color: #961B1B;
    font-size: 6em;
}

h2 {
    color: #888888;
    font-size: 26px;
}

h3 {
    color: #96181B;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9em;
}

section {
    position: relative;
    /*z-index: 1;*/
}


/* section.hello {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, #f5f5f5 100%), url(../images/header.png) center center no-repeat #F5F5F5;
    background-size: cover;
    z-index: 1;
} */

#language {
    background: url(../images/language.png) no-repeat scroll 10px center;
    border-radius: 2px;
    color: #888;
    font-size: .8em;
    padding: 7px 0 8px 35px;
    position: absolute;
    right: 10px;
    z-index: 9999;
    top: 10px;
}

#language a,
#language span {
    padding-right: 15px;
}

#language a {
    color: #96181B;
    text-decoration: none;
}

#language a:hover {
    color: #000;
}

.order .container {
    margin: 0 auto;
    max-width: 820px;
    padding-bottom: 128px;
    position: relative;
    z-index: 1;
}

.logo-container {
    display: flex;
    /* padding-top: 5em; */
    margin: 0 auto;
    justify-content: center;
}

.logo-container img {
    width: 7em;
    margin-right: 9px;
}

.logo-container h1 {
    color: white;
}

.hello {
    background: url(../images/header.svg);
    background-color: #96181B;
    background-size: contain;
    background-attachment: fixed;
    margin-top: 4em;
    padding: 5%;
}

.hello p {
    text-align: justify;
}

.video form p {
    font-size: 0.9em;
}

form input,
.order form input {
    margin-top: 12px;
}

form .light,
.order form .light {
    text-align: center;
    margin-top: 8px;
}

.hello h2 {
    margin-top: 10px;
    color: white;
    width: 70%;
    margin: auto;
    padding: 1%;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    text-align: center;
}

.video .row {
    display: flex;
    width: 85%;
    margin: auto;
    padding: 3%;
    align-items: center;
    justify-content: center;
}

.video .column {
    margin: 10px;
    width: 35%
}

.shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 3px;
}

.feature img {
    max-width: 85%;
    /* border: 6px solid rgba(244, 67, 54, 0.2); */
}

.feature .column.text img {
    opacity: 0;
    margin-left: 64px;
}

.left-feature .column:not(.text) img {
    float: right;
}

.features {
    /* padding: 128px 0; */
}

.feature {
    margin: 0 auto;
    max-width: 1080px;
    padding: 100px 0;
}

.feature p {
    text-align: justify;
}

.feature .column {
    width: 60%;
    float: left;
    padding-left: 0px;
    padding-right: 48px;
}

.feature .column:last-child {
    padding-left: 48px;
    padding-right: 0px;
}

.feature .column.text {
    width: 40%;
}

.feature .column.text img {
    border: 0;
    max-width: 128px;
    padding-bottom: 48px;
}

#feature-3 .column:not(.text) {
    padding-top: 32px;
}

.order {
    padding: 50px 0 150px 0px;
    background: url(../images/header.svg);
    background-color: #96181B;
    background-size: contain;
    background-attachment: fixed;
    margin-top: 100px;
}

.order .container {
    width: 100%
    /*max-width: 520px;*/
}

.order img {
    max-width: 100%;
    padding-right: 32px;
    margin-top: 20px;
}

.order .container .row .column {
    float: left;
    width: 22%;
}

.order .container .row .column:last-child {
    width: 60%;
}

.order p {
    color: white;
}

.order p.light {
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.order .button {
    background: white;
    color: #96181B;
}

.order p.light {
    color: rgba(255, 255, 255, 0.7);
}


/* FOOTER */

.footer {
    padding: 84px 0 32px 0;
    text-align: center;
    font-size: 0.875em;
    position: relative;
    z-index: 2;
}

.footer a {
    color: #96181B;
}

.footer a img {
    opacity: 0.1;
    width: 76px;
    transition: all 0.5s;
    margin-bottom: 1em;
}

.footer a:hover img {
    opacity: 0.2;
}

.overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
}

.modal {
    position: absolute;
    background: white;
    padding: 24px;
    z-index: 2;
    max-width: 720px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 32px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    display: none;
}

.modal .slogan {
    font-size: 1em;
    margin-top: 0;
    color: #000;
}

.modal textarea {
    height: 10em;
    margin-top: 0px;
    width: 98%;
    border: 1px solid #DDD;
    padding: 14px;
    outline: none;
    font-family: "Open Sans", sans-serif;
}

.modal p {
    margin-bottom: 1em;
}

.modal a {
    display: block;
    text-align: center;
    border-radius: 3px;
    background: #F44336;
    text-transform: uppercase;
    color: white;
    font-size: 0.875em;
    padding: 10px;
    text-decoration: none;
    margin-top: 1em;
}

.modal a:hover {
    background: #96181B;
}

.modal input {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
}

.modal form input[type=submit] {
    width: auto;
    position: absolute;
    right: 30px;
    background: #96181B;
    border-radius: 3px;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    padding: 10px 12px;
    margin-top: -50px;
    cursor: pointer;
}

.modal form input[type=submit]:hover {
    background-color: #96181B;
}

.modal h1,
.modal h2 {
    font-size: 22px;
    color: #6D6E70;
    text-align: left;
    margin: 0;
    font-weight: 600;
    margin-bottom: 0.5em;
}

#modal_response {
    display: none;
}

.parsley-errors-list {
    display: none;
}

.parsley-error {
    border: 1px solid rgba(255, 0, 0, 0.5);
}


/* VIDEO */

.color_back {
    background: radial-gradient(circle, rgba(246, 246, 246, 1) 14%, rgba(222, 222, 222, 0.5186449579831933) 63%)
}

#video {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    display: none;
}

#video .video_container {
    width: 854px;
    height: 480px;
    margin: 10% auto 0 auto;
    position: relative;
    border: 5px solid #444;
}

#video #player,
#video iframe,
#video video {
    width: 100% !important;
    height: 100% !important;
}

#video a {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    background: url(../images/menu_button_close.png) center center no-repeat;
    opacity: 0.7;
}

#video a:hover {
    opacity: 1;
}

#sheet_video_overlay {
    background-color: rgba(0, 0, 0, 0.1);
    width: 720px;
    height: 420px;
    position: relative;
    opacity: 0;
    z-index: 4;
    margin-left: 24px;
    position: absolute;
}

.video_cont {
    position: relative;
    width: 90%;
}

.video_cont>img {
    width: 100%;
    border: 3px solid #c4c4c4;
}

.play_video {
    /* background-color: #80808042; */
    position: absolute;
    background-image: url(../images/play_button.png);
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.play_video:hover {
    background-image: url(../images/play_button_hover.png);
}


/*end VIDEO*/

@media (max-width: 1400px) {
    section .background {
        background-size: 130%;
        top: -60px;
    }
    .logo-container {
        padding-top: 0px;
    }
    .video .column {
        width: 45%
    }
}

@media (max-width: 1200px) {
    .feature {
        max-width: 80%;
        padding: 80px 0;
    }
    .feature .column.text,
    .feature .column {
        padding-right: 0;
        width: 50%;
    }
    .feature .column.text img {
        max-width: 96px;
        padding-bottom: 32px;
    }
    .feature img {
        max-width: 100%;
    }
    .video .column {
        width: 50%
    }
}

@media (max-width: 980px) {
    h1 {
        font-size: 3em;
    }
    .container {
        max-width: 680px;
    }
    .logo-container img {
        width: 3em;
    }
    .feature .column.text,
    .feature .column {
        width: 100%;
        float: none;
    }
    .feature .column.text {
        max-width: 480px;
        margin-bottom: 4em;
        margin-left: auto;
        margin-right: auto;
    }
    .feature .column {
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .feature .column:last-child {
        padding: 0;
    }
    .feature.right-feature .column.text {
        margin-bottom: 0;
        margin-top: 4em;
    }
    #feature-2 {
        padding-bottom: 0px;
    }
    .feature .column.text img {
        max-width: 200px;
    }
    .modal {
        min-width: 80%;
    }
    .features {
        padding: 0px
    }
    .hello .container {
        padding: 0;
    }
    .feature .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .feature.right-feature .column.text {
        margin-bottom: 4em;
        margin-top: 0;
        order: -1;
    }
    .video .row {
        flex-direction: column;
    }
    .hello h2 {
        width: 90%;
    }
    .video .column {
        width: 90%;
        text-align: center;
    }
    .video_cont {
        margin: auto;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 46px;
    }
    h2 {
        font-size: 20px;
    }
    section .background {
        background-size: 200%;
        top: -80px;
    }
    /* .logo-container img {
        height: 80px;
    } */
    .container {
        max-width: 80%;
    }
    .hello .row .column:first-child p {
        font-size: 1em;
        padding-right: 48px;
    }
    .hello .row .column:last-child {
        padding-left: 0px;
    }
    .hello .row .column {
        width: 100%;
        float: none;
    }
    .order {
        padding: 92px 0 128px 0;
    }
    .order .container {
        width: 80%;
        max-width: 450px;
    }
}

@media (max-width: 600px) {
    p {
        font-size: 0.875em;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 20px;
    }
    .logo-container {
        /* padding-top: 64px; */
        text-align: center;
    }
    .logo-container img {
        float: none;
    }
    .hello .row .column:first-child {
        margin-bottom: 2em;
    }
    .hello .row .column:first-child p {
        padding-right: 0;
    }
    .feature {
        padding: 64px 0;
    }
    .feature .column.text {
        margin-bottom: 0;
        margin-top: 0;
    }
    #feature-2 {
        padding-top: 0px;
    }
    .modal {
        min-width: 90%;
    }
    .modal form input[type=submit] {
        position: static;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 0;
    }
    .modal h2 {
        font-size: 20px;
    }
    footer {
        padding: 64px 0;
    }
    .hello h2 {
        width: 90%;
        font-size: 1em;
    }
}

@media (max-width: 450px) {
    p {
        font-size: 0.8em;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 16px;
    }
    .logo-container {
        /* padding-top: 96px; */
    }
    .logo-container img {
        height: 80px;
        margin-right: 16px;
    }
    .hello .row {
        margin-top: 32px;
    }
    section .background {
        background-size: 320%;
        top: -60px;
        opacity: 0.2;
        background-position: top right;
    }
    .order .column:first-child {
        display: none;
    }
    .order .container .row .column:last-child {
        width: 100%;
        float: none;
    }
    .order .container {
        max-width: none;
        padding-bottom: 0;
    }
    .modal {
        top: 5px;
        left: 5px;
        right: 5px;
        transform: none;
        padding: 24px;
    }
    .modal input,
    .modal textarea {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .g-recaptcha {
        transform: scale(0.865);
        transform-origin: left;
    }
}