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;
}

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;
}

*::-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;
}

.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;
}

section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.countbox {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 10px 0 20px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
}

.countbox .countbox-num {
    position: relative;
    float: left;
}

.countbox .countbox-space {
    float: left;
    width: 25px;
    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: 33px;
    height: 44px;
    margin: 0 2px;
    font-size: 26px;
    font-weight: 700;
    line-height: 44px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    background: #ffbf00;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #ffbf00, #ffaf00);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #ffbf00, #ffaf00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    z-index: 1;
}

.countbox-hours-text,
.countbox-mins-text,
.countbox-secs-text {
    position: absolute;
    width: 75px;
    height: 18px;
    color: #222;
    left: 0;
    margin-top: 50px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

