/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    background: black url("img/WEB_book_of_death.jpg?ver=1.1") top center no-repeat;
color: #949494;
	}
div.main-content {
    width:1100px;
    margin:0 auto;
}
header {
    width:100%;
}
header .logo {
    background: url("img/machance-logo-new.png?ver=1.1") top center no-repeat;
    height:89px;
    width:319px;
    left:0;
    margin-top: 30px;
    cursor: pointer;
}
div.main-offer {
    width:100%;
    height: 540px;
}
div.main-offer .main-offer-img {
    height:335px;
    width:320px;
    background-size: 100% 100%;
    left:0;
    margin-top: 170px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-transition: background-image 1s ease-in-out;
    -moz-transition: background-image 1s ease-in-out;
    transition: background-image 1s ease-in-out;
}
div.three-steps {
    width: 100%;
    height:80px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.inner-steps {
    background-color: #e00000;
    color: #ffffff;
    height:100%;
    width: 28%;
    margin-left:5%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
div.inner-steps.step-one {
    margin-left:0;
}
div.step-big,div.inner-steps span,div.step-text {
    display: inline-block;
}
div.step-big {
    font-size: 66px;
    font-weight: bold;
    line-height: 80px;
    margin-left: 5px;
}
div.step-text {
    font-size: 18px;
    margin-left: 5px;
}
div.step-text span {
    font-size: 37px;
    font-weight: bold;
}
footer {
    width: 100%;
    margin: 60px 0 10px 0;
    text-align: center;
    font-family: 'Arial';
    font-size: 12px;
}

/*lang fixes */
.lp-lang-DE div.step-text {
    font-size: 15px;
}
.lp-lang-SE div.step-text span,.lp-lang-NO div.step-text span {
    font-size: 28px;
}
.lp-lang-ES div.step-text span {
    font-size: 33px;
}

.lp-lang-NO div.step-text {
    font-size: 15px!important;
}