/*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, menu, nav, output, ruby, section,
summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0;}

/* HTML5 display-role reset for older browsers */
/* endzeit_____ */
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {display: block;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
img{max-width: 100%; height: auto;}
a{text-decoration: underline;}
a:hover{cursor: pointer;}
/* michael-k90 */
*::-webkit-input-placeholder {color: #a9a9a9; opacity: 1;}
*:-moz-placeholder {color: #a9a9a9; opacity: 1;}
*::-moz-placeholder {color: #a9a9a9; opacity: 1;}
*:-ms-input-placeholder {color: #a9a9a9; opacity: 1;}
*{margin: 0; padding: 0;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
button,input,a{outline: none;}
/* endzeit_____ */
.hidden{display: none;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.clearfix:after{content: '';display: block;clear: both;}
.clear{clear: both;height: 0px;}

html{
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
}
h1,h2,h3,h4,h5,h6,b,strong{font-family: "Open Sans", sans-serif; font-weight: 700;}

body{
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px auto;
    font-family: "Open Sans", 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #222;
    background: #fff;
}
section{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.wrap{
    width: 960px;
    padding: 40px 40px 50px;
    margin: 0 auto;
}
.button-m{
    position: relative;
    display: block;
    width: 300px;
    height: 70px;
    margin: 0 auto;
    border: 0;
    text-decoration: none;
    cursor: pointer; 
    top: 0;
    line-height: 68px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.7px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #222;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
    background: #f3b218;
    border-bottom: 3px solid #c18c0d;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
}
.button-m:hover{
    background: #dfa316;
}
.m1-form input{
    display: block;
    outline: 0;
    border: 0;
    width: 300px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    background: rgba(255,255,255,0.9);
    text-indent: 15px;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.m1-form input:focus{
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.title{
    text-align: center;
    text-transform: uppercase;
}
h2.title{
    margin: 0 0 40px 0;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 400;
}
h2.title small{
    margin: 0 0 0 1px;
    font-size: 0.75em;
    font-weight: 800;
}
.countbox{
    position: relative;
    width: 234px;
    margin: 0 auto;
    padding: 10px 0 50px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
}
.countbox .countbox-num{
    position: relative;
    float: left; 
}
.countbox .countbox-space{
    float: left; 
    width: 15px; 
    height: 46px;
    color: rgba(255,255,255,0.7);
    line-height: 44px;
}
.countbox .countbox-space:before{content: '\003A'; font-weight: 700;}
.countbox-hours1,.countbox-mins1,.countbox-secs1,.countbox-hours2,.countbox-mins2,.countbox-secs2{
    float: left; 
    width: 30px;
    height: 45px;
    margin: 0 2px;
    font-size: 26px;
    font-weight: 700;
    line-height: 44px; 
    text-align: center;
    color: #fff;
    background: #4c4c4c;
    border-bottom: 2px solid #292929;
    z-index: 1;
}
.countbox-hours-text,.countbox-mins-text,.countbox-secs-text{
    position: absolute;
    width: 68px; 
    height: 18px;
    left: 0;
    margin-top: 55px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}