@import url("//hello.myfonts.net/count/30cdcb");


@font-face {font-family: 'FFMetaWebProNormal';src: url('../../../Fonts/30CDCB_0_0.eot');src: url('../../../Fonts/30CDCB_0_0.eot?#iefix') format('embedded-opentype'),url('../../../Fonts/30CDCB_0_0.woff2') format('woff2'),url('../../../Fonts/30CDCB_0_0.woff') format('woff'),url('../../../Fonts/30CDCB_0_0.ttf') format('truetype'),url('../../../Fonts/30CDCB_0_0.svg#wf') format('svg');}


@font-face {font-family: 'FFMeta';font-weight: bold;font-style: normal;src: url('../../../Fonts/30CDCB_1_0.eot');src: url('../../../Fonts/30CDCB_1_0.eot?#iefix') format('embedded-opentype'),url('../../../Fonts/30CDCB_1_0.woff2') format('woff2'),url('../../../Fonts/30CDCB_1_0.woff') format('woff'),url('../../../Fonts/30CDCB_1_0.ttf') format('truetype'),url('../../../Fonts/30CDCB_1_0.svg#wf') format('svg');}


@font-face {font-family: 'FFMeta';font-weight: normal;font-style: normal;src: url('../../../Fonts/30CDCB_2_0.eot');src: url('../../../Fonts/30CDCB_2_0.eot?#iefix') format('embedded-opentype'),url('../../../Fonts/30CDCB_2_0.woff2') format('woff2'),url('../../../Fonts/30CDCB_2_0.woff') format('woff'),url('../../../Fonts/30CDCB_2_0.ttf') format('truetype'),url('../../../Fonts/30CDCB_2_0.svg#wf') format('svg');}





*, ::after, ::before {
    box-sizing: border-box;
}

html, body{
    overflow: hidden;
}

body {
    font-size: 14px;
    color: #000;
    margin: 0;
    font-family: "FFMeta", "Trebuchet MS", "Sans-Serif";

    min-height: 400px;
    display: flex;
    align-items: center;
}

.owx-main-content{
    width: 100%;
}



/***** end modals *****/

/*owx*/
.parsley-errors-list {
    display: none;
}
.parsley-error {
    outline: 1px solid #ff0000 !important;
}
.parsley-error,
.parsley-error a {
    color: #ff0000;
}

a, a:visited {
        text-decoration: none;
        color: #666;
        border-bottom: 1.5px solid #000;
        padding-bottom: 2px;
}

.parsley-error {
    border: 1px solid #ff0000 !important;
}

 .parsley-error a {
    color: #ff0000 !important;
}

.parsley-error-checkbox {
     color: #ff0000 !important;
}
/*End owx*/

h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 15px;
    color: #000;
    line-height: 1.2;
}

h3 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin: 0 0 35px;
    line-height: 1.2;
}

body form.form {
    color: #000;
    font-size: 14px;
    font-family: "FFMeta", "Trebuchet MS", "Sans-Serif";
    margin: 0;
    padding: 15px;
}

form.form input[type="text"],
form.form input[type="email"],
form.form input[type="password"],
form.form textarea,
form.form select {
    width: 100%!important;
    border: none;
    background: #f6f6f6;
    padding: 18px 35px;
    font-weight: normal;
    color: #000;
    outline: 0 none!important;
    line-height: 24px;
    font-size: 18px;
    font-family: "FFMeta", "Trebuchet MS", "Sans-Serif";
}

form.form select {
   /* font-weight: bold!important; */
    padding-left: 30px;
}

body form.form textarea.standard {
    resize: none;
    height: 320px;
    padding: 25px 35px;
    display: block;
}

form.form p.form-field {
    margin: 0;
    padding: 0;
}

.form-wrapper {
    margin: 0 -15px;
}

.form-item {
    width: 100%;
    margin: 0 0 30px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

form.form p.form-field label {
    display: none;
}

form.form p span.description {
    margin: 5px 0 0!important;
    color: #666;
}

form.form p.agb span.description,
form.form p.nl span.description
{
    margin-top: 0 !important;
    width: calc(100% - 50px);
}

form.form .form-actions {
    width: 100%;
    padding-top: 35px;
}

form.form .form-actions p.submit {
    margin: 0;
    padding-top: 30px;
}

form.form .form-actions p.submit input {
    display: block;
    text-decoration: none!important;
    color: #FFF!important;
    background: #000;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 15px;
    text-align: center;
    margin: 0;
    border: none;
    cursor: pointer;
    width: 100%;
    line-height: 24px;
    padding: 13px 10px;
    outline: 0 none;
    text-shadow: none;
    font-family: "FFMeta", "Trebuchet MS", "Sans-Serif";
    font-size: 16px;
}

/*
form.form .form-actions p.submit input:hover {
    background-color: #00b04c;
}
*/
form.form p.form-field.pd-checkbox > label {
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    float: none;
    width: auto;
    margin: 0;
    margin-bottom: 1em;
    font-weight: bold;
    padding: 0;
    text-align: left;
}

form.form p.form-field.pd-checkbox span.value {
    display: inline-block;
    margin: 0;
    width: 40px;
    height: 32px;
    vertical-align: top;
    overflow: hidden;
}

form.form p.form-field.pd-checkbox span.value input {
    display: none;
}

form.form p.form-field.pd-checkbox span.value label {
    display: block;
    position: relative;
    padding-left: 55px;
    cursor: pointer;
    margin: 0;
    color: #9c9c9c;
    font-weight: bold;
    width: 100%;
}

form.form p.form-field.pd-checkbox span.value label:before {
    content: '';
    width: 32px;
    height: 32px;
    background: #d8d8d8;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

form.form p.form-field.pd-checkbox span.value input:checked + label:before {
    background: #000;
    border: 8px solid #d8d8d8;
}



form.form p.form-field.agb,
form.form p.form-field.nl
{
    margin-top: 4em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin:40px 0;
}

form.form p.form-field.agb .field-label,
form.form p.form-field.nl .field-label
{
    flex: 0 0 100%;
}

form.form .form-actions p.submit{
    margin: 0;
    padding: 0;
    margin-top: 4em;
}

select:invalid{
    color: #666 !important;
}
option {
  color: black;
}



@media screen and (max-width: 991px) {
    .form-item {
        width: 100%;
    }

    form.form .form-actions {
        width: 100%;
        padding-top: 0;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    body form.form {
        padding: 0;
    }

    .form-item,
    .form-actions {
        padding: 0;
    }

    form.form .form-actions {
        padding: 0;
    }

    .form-item {
        margin-bottom: 15px;
    }

    .form-wrapper {
        margin: 0;
    }

    h2 {
        font-size: 24p;
    }

    h3 {
        font-size: 18px;
    }

    form.form input[type="text"],
    form.form input[type="email"],
    form.form input[type="password"],
    form.form textarea,
    form.form select {
        font-size: 16px;
        padding: 10px 18px;
    }

    body form.form textarea.standard {
        height: 160px;
        padding: 15px;
    }
}


