

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html {
    font-family: "Open sans";
}

body {
    line-height:1;
}

img{
    max-width: 100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #fff;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.wrapper {
    text-align: center;
    max-width: 780px;
    width: 90%;
    margin: 10% auto 0;
}

.content {
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    display: block;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}

.content h1 {
    display: none;
    color: #fff;
    font-family: "Open sans condensed", arial;
    letter-spacing: 2px;
    word-spacing: 6px;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
}

.content h3 {
    color: #fff;
    font-family: "Open sans condensed", arial;
    word-spacing: 2px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 50px 0;
}

.content p {
    display: none;
    color: #fff;
    font-family: "Open sans", arial;
    font-size: 16px;
    line-height: 28px;
}

.content p.description{
    margin-top: 20px;
}

.content .launch-date{
    display: none;
    max-width: 401px;
    margin: 60px auto 0 auto;
    position: relative;
}

.content .launch-date:before,
.content .launch-date:after{
    content: "";
    display: block;
    width: 160px;
    height: 1px;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    top: 50%;
}

.content .launch-date:before{
    left: -35%;
}
.content .launch-date:after{
    right: -35%;
}

.back_img{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    z-index: -9999;
    background: #50cda7 url('https://www.minecraft-france.fr/wp-content/uploads/2015/11/YpIsvC2.jpg') no-repeat;
    background-position: center 0;
    overflow: hidden;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.gradient_back_img{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    z-index: -9999;
    background: #50cda7 url('https://www.minecraft-france.fr/wp-content/uploads/2015/11/YpIsvC2.jpg') no-repeat;
    background-position: center 0;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.bg_gradient{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    z-index: -888;
    background: #50cda7;
    background: -webkit-linear-gradient(rgba(185, 85, 218, .65) 5%,rgba(81, 179, 160, .65) 95%);
    background:    -moz-linear-gradient(rgba(185, 85, 218, .65) 5%, rgba(81, 179, 160, .65) 95%);
    background:     -ms-linear-gradient(rgba(185, 85, 218, .65) 5%,rgba(81, 179, 160, .65) 95%);
    background:      -o-linear-gradient(rgba(185, 85, 218, .65) 5%,rgba(81, 179, 160, .65) 95%);
    background:         linear-gradient(rgba(36, 198, 218, .65) 5%,rgba(81, 74, 160, .65) 95%);
}

.counter-holder {
    display: block;
}

.counter {
    margin-top: 40px;
    opacity: 0;
}

.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

.time_circles > div {
    position: absolute;
    text-align: center;
}


.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato-Regular', Arial;
    color: #fff;
    font-weight: normal!important;
}

.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Lato-Bold', Arial;
    margin: 0.25em 0 0.5em 0;
    font-weight: bold;
    color: #fff;
    font-size: 40px;
}

p.design {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 1%;
    margin-bottom: 1%;
    opacity: .6;
    font-size: 14px;
    color: #e1e1e1;
    display: none;
}

a.designs {
    text-transform: none;
    text-decoration: underline;
    color: #fff;
}
