@font-face {
    font-family: OswaldMedium;
    src: url("../font/Oswald-Medium.ttf") format('truetype'),
    url("../font/Oswald-Medium.woff") format('truetype');

}
@font-face {
    font-family: OswaldLight;
    src: url("../font/Oswald-Light.ttf") format('truetype'),
    url("../font/Oswald-Light.woff") format('truetype');
}            
@font-face {
    font-family: OswaldRegular;
    src: url("../font/Oswald-Regular.ttf") format('truetype'),
    url("../font/Oswald-Regular.woff") format('truetype');
}
@font-face {
    font-family: RalewayRegular;
    src: url("../font/Raleway-Medium.ttf") format('truetype'),
    url("../font/Raleway-Medium.woff") format('truetype');
}
/* global */
html, body {
    overflow-x:hidden;
    background-color: #282828;
    margin: 0 auto;
    padding-left:5px;
    padding-right:5px;
}
a {
    color:white;
    text-decoration:none;
    -webkit-transform: all 0.5s;
    -moz-transform: all 0.5s;
    transform: all 0.5s;
}
.container {
    background-color:black;
    margin: 0 auto;
}
hr {
    border-top: 1px solid rgba(255,255,255,0.8);
}
.cf {
    clear: both !important;
    font-size: 0px !important;
}
a:hover {
    color: #FFF;
    text-decoration: underline;
}
/* header */
.header-logo {
    display: block;
    max-width: 300px;
    margin: auto;
}
.logoheader {
    margin: 0 auto;
    width:100%;
    max-width: 140px;
    display:block;
    padding-top:20px;
}
.headerimage {
    margin-top:15px;
    background-image: url("../images/header_01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 15vh 0;
}
.title_one {
    font-family: OswaldMedium;
    font-size: 5.5rem;
    text-align: center;
    line-height: 83px;
    margin-bottom: -0.4rem;
}
.title_two {
    font-family: OswaldMedium;
    font-size: 5rem;
    text-align:center;
    background-color:black;
    color:white;
    display:inline-block;
}
.headerarea {
    position: relative;
}
.headerarea .wpml-ls-slot-shortcode_actions {
    position: absolute;
    top: 2rem;
    right: 3rem;
}
.headerarea .wpml-ls-native {
    font-size: 0px;
    font-family: 'Georgia';
    font-style: italic;
}
.headerarea .wpml-ls-item-fr .wpml-ls-native:before, .headerarea .wpml-ls-item-en .wpml-ls-native:before {
    font-size: 18px;
}
.headerarea .wpml-ls-item-fr .wpml-ls-native:before {
    content: "FR";
}
.headerarea .wpml-ls-item-en .wpml-ls-native:before {
    content: "EN";
}
.tt_margintop {
    margin-top:-27px;
}
.title_section {
    text-align:center;
    font-style:italic;
    font-size:25px;
    font-family: Georgia;
}
form#gform_1 {
    border-bottom: 1px solid rgba(255,255,255,0.8);
}
.formarea {
    background-color:black;
    clear:both;
    width:100%;
    max-width:1440px;
    height:auto;
    display:inline-block;
}
.title_section_two {
    text-align:center;
    font-style:italic;
    font-size:1.2rem;

    font-family: Georgia;
    color:white;
}
.formarea .title_section_two {
    text-align: center;
    font-style: italic;
    font-family: Georgia;
    color: white;
    margin: 1.5rem auto;
    max-width: 600px;
}
.formarea .contact_block {
    margin-bottom: 30px;
}
.formarea .contact_block .title_section_two {
    margin: 0px;
}
.title_section_three {
    text-align: center;
    font-family: OswaldMedium;
    font-size: 3rem;
    color: white;
    display: block;
    margin: 0 auto;
    line-height: 3.5rem;
}

.fr-page .title_section_three {
    font-size: 2.2rem;
    line-height: 3rem;
}

.formblock {
    max-width:720px;
    width:100%;
    margin:0 auto;
    height:auto;
}
.formblock hr {
    max-width: 655px;
}
.contact_b1 {
    max-width:360px;
    width:100%;
    display:block;
    margin: 0 auto;
    float:left;
    margin-top:30px;
}
.title_section_four {
    margin-top: -10px;
    font-size: 40px;
    color: white;
    text-align: center;
    font-family: OswaldMedium;
}
.personal_info_01, .personal_info_02 {
    font-family: Georgia;
    font-size:25px;
    color:white;
}
.personal_info_02 {
    font-size: 18px;
    font-family: RalewayRegular;
    font-style: italic;
}
.personal_info_03 {
    font-family: RalewayRegular;
    color:white;
    float:left;
    padding-right:20px;
    max-width: 240px;
    margin-bottom: 15px;
}
/* video section */
.video-container {
    padding: 0px;
    max-height: 178px;
    overflow: hidden;
    width: 100%;
    height: 189px;
    position: relative;
}
.video-container video {
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
}
.videoarea > .container {
    background: #FFF;
    padding: 2.5vh 4%;
}
.videoarea.grey > .container {
    background: #F9F9F9;
}
.videoarea > .container .title_section_two {
    margin-bottom: 0.5rem;
}
.videoarea > .container .title_section_three {
    margin-bottom: 2rem;
}
.videoarea .personal_info_01, .videoarea .personal_info_02, .videoarea .title_section_three, .videoarea .title_section_two {
    color: #000;
}
.videoarea img {
    width: 100%;
}
.videoarea .video-caption {
    font-family: Georgia;
    font-size: 1.2rem;
    font-style: italic;
    padding: 7px 0;
}
footer > .container > .row {
    color:white;
    border-top: 2px solid rgba(255,255,255,0.8);
    padding: 15px 0;
    background-color:black;

}
footer .col-md-2.logo {
    padding-left: 35px;
}
footer .col-md-2.social {
    padding-right: 35px;
}
footer .col-md-2.logo a {
    float: left;
}
footer .col-md-2.social a {
    float: right;
    margin-left: 18px;
}
.footertext {
    color: white;
    line-height: 50px;
    padding-right: 20px;
    font-size: 0.8rem;
    opacity:0.9;
}
.footertextcontainer {
    float:left;
}
.sociallogo {
    margin-top: 10px;
}
#myvideo {
    padding-left:100px;
}
.validation_message {
    color: white !important;
    left: 2px;
    font-size: 0.8rem;
    float: left;
    margin-top: 2px 0;
}
.OswaldFontMed {
    text-align: center;
    font-size: 6rem;
    font-family: OswaldMedium;
    color:black;

}
@media only screen and (max-width: 1449px) {
    .videoarea {
        margin:0;
        max-width:initial;
    }
}
@media only screen and (max-width: 1310px) {
    .video_text {
        margin-left:100px;
    }
}

@media only screen and (max-width: 992px) {
    /* head */
    .headerimage {
        padding: 8vh 0;
    }
    .title_one, .title_two {
        font-size: 2rem;
    }
    .title_section_three, .fr-page .title_section_three {
        font-size: 1.2rem;
        line-height: 1.9rem;
    }
    .title_section_four {
        font-size: 2.2rem;
        line-height: 3rem;
    }
    .videoarea > .container .title_section_two {
        display: block;
        margin-bottom: -0.5rem;
    }
    /* lang switcher */
    .headerarea .wpml-ls-slot-shortcode_actions {
        right: 1rem;
    }
    /* form */
    .formarea .title_section_two {
        font-size: 1rem;
        line-height: 1.5rem;   
    }
    .formarea .title_section_three, .formarea .title_section_two, .formarea .title_section_four {
        text-align: left;
    }
    .tt_margintop {
        margin-top: -0.4rem;
    }
    #field_1_2, #field_1_4, #field_1_9, #field_1_11 {
        margin-bottom: 0px;
    }
    /* contact */
    .contact_b1 {
        font-size: 1.1rem;
        line-height: 1.7rem;
    }
    /* footer */
    footer > .container > .row {
        text-align: center;
    }
    footer .col-md-2.logo {
        padding-left: 15px;
    }
    footer .col-md-2.logo a, footer .col-md-2.social a {
        float: none;
    }
    footer .menu a {
        display: block;
        margin-bottom: -20px;
    }
    footer .menu a span {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 350px) {
    .container {
        padding: 0px;
    }
    .videoarea .video-caption {
        text-align: center;
    }
    #gform_1 input[type="text"] {
        font-size: 16px;
    }
    .title_section_four {
        font-size: 1.9rem;
        line-height: 3rem;
    }
    .personal_info_01, .personal_info_02 {
        font-size: 1.3rem;
    }
    .personal_info_02, .contact_b1, .formarea .title_section_two {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
}