@font-face {
    font-family: 'bebas_neuebold';
    src: url('../fonts/bebasneue_bold-webfont.eot');
    src: url('../fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'), url('../fonts/bebasneue_bold-webfont.woff') format('woff'), url('../fonts/bebasneue_bold-webfont.ttf') format('truetype'), url('../fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue_regular-webfont.eot');
    src: url('../fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_regular-webfont.woff2') format('woff2'), url('../fonts/bebasneue_regular-webfont.woff') format('woff'), url('../fonts/bebasneue_regular-webfont.ttf') format('truetype'), url('../fonts/bebasneue_regular-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html { margin-top: 0px !important; }
	* html body { margin-top: 0px !important; }

body{font-family:'PT Sans', sans-serif; font-size:13px; color:#6f6f6f; min-width:375px;}
a{color:#e22c3c;}
a:hover{color:#6f6f6f; text-decoration:none; outline:0;}
a:focus{text-decoration:none; outline:0;}

.page-welcome {
    background: url(../images/bg-market.jpg) bottom left no-repeat;
    background-attachment: fixed;
}
.landing-market {
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 6px solid #e22c3c;
    padding: 80px 0 0;
    max-width: 900px;
    margin: 0 auto;
}
h1 {
    color: #6f6f6f;
    font-family: "bebas_neuebold", Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 50px;
    margin: 0 0 40px 0;
}
.page-welcome h1 {
    margin: 0;
}
#icn-lallemand {
    fill: #e22c3c;
    width: 270px;
    height: auto;
    margin: 40px 0;
}
.page-welcome #icn-lallemand {
    margin-bottom: 80px;
}
.landing-market .btn {
    background: #555555!important;
    color: #fff!important;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    padding: 10px 15px;
    font-size: 15px;
    margin: 0 0 40px 0;
    min-width: 243px;
}
.landing-market .btn:hover {
    background: #e22c3c!important;
}
.terms-link {
    margin: 0 20px 20px 0;
}

@media only screen and (min-width:992px) {
    .landing-market .btn {
        margin-bottom: 80px;
    }
}