/* * MAIN * */

/* 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;
    }
    img {
        width: 100%;
        height: auto;
    }


/* FONTS */
@font-face {
    font-family: 'Helvetica Neue LT Std th';
    src: url('fonts/HelveticaNeueLTStd-Th.eot');
    src: url('fonts/HelveticaNeueLTStd-Th.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLTStd-Th.woff') format('woff'),
        url('fonts/HelveticaNeueLTStd-Th.ttf') format('truetype'),
        url('fonts/HelveticaNeueLTStd-Th.svg#HelveticaNeueLTStd-Th') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std reg';
    src: url('fonts/HelveticaNeueLTStd-Roman.eot');
    src: url('fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLTStd-Roman.woff') format('woff'),
        url('fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype'),
        url('fonts/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* * * * */
body {
    font-family: 'Helvetica Neue LT Std th';
}
/* * * * */

.mainWrapper {
    position: fixed;
    width: 100%;
    height: 100%;
}

.bgWrap {
    background: url(../img/bg2.jpg) center bottom no-repeat;
    position: absolute;
    background-size: auto;
    top: -1%;
    left: -1%;
    width: 102%;
    height: 102%;
    z-index: 1;
}


.boxWrap {
    position: absolute;
    z-index: 5;
    color: white;
    text-align: center;
    width: 260px;
    height: 260px;
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -130px;
}

.boxsubWrap {
    background: rgba(0,0,0,0.8);
    width: 260px;
    height: 260px;
    border-radius: 20px;
    position: relative;
}

.textWrapBottom {
    position: absolute;
    bottom: 10px;
    width: 260px;
    font-weight: bolder;
    font-size: 18px;
}

.textWrap {
    padding: 10px;
    font-size: 14px;
}