/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, input, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  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; }

i {
  font-style: normal; }

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

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

.countdown-wrapper {
  /*
  background-image:linear-gradient(transparent 10%, rgba(0,0,0,0.6)),
  linear-gradient(rgba(74,74,74,0.3), rgba(74,74,74,0.3)),
  url('../_images/history-hall-digital-concept.jpg');
  */
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  position: relative; }
  .countdown-wrapper {
    font-size: 16px; }
  .countdown-wrapper.small {
    font-size: 14px; }
  .countdown-wrapper.medium {
    font-size: 21px; }
  .countdown-wrapper.large {
    font-size: 32px; }
  .countdown-wrapper:hover .countdown-mask {
    background: rgba(0, 0, 0, 0.5); }

.countdown-thumbnail {
  display: none; }

.countdown-mask {
  background: transparent;
  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -ms-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  transition: background 250ms ease;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 50; }

.countdown-mask:after {
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(transparent 10%, rgba(0, 0, 0, 0.6)), linear-gradient(rgba(74, 74, 74, 0.3), rgba(74, 74, 74, 0.3));
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50; }

.countdown-body {
  display: table;
  margin: 0 auto;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100; }

.countdown-main {
  padding: 0 20px; }

.countdown-title-main {
  color: #fff;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: "futura-pt", Arial;
  margin-bottom: 1.66666667em; }

.countdown-title-sub {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75em;
  margin-bottom: 3.33333333em;
  font-family: "Helvetica Neue", Arial;
  font-weight: bold;
  text-align: center;
  display: block; }

#counter {
  color: #fff;
  text-align: center;
  display: table;
  margin: 0 auto;
  font-size: 4.5em;
  line-height: 1;
  text-transform: uppercase;
  font-family: "bebas-neue", Arial;
  text-decoration: none; }

.countdown-count {
  float: left;
  display: block;
  color: #fff;
  text-align: right;
  margin-right: 0.55555556em; }
  .countdown-count:last-child {
    margin: 0; }

.countdown-count-label {
  display: block;
  font-family: Arial;
  font-size: 0.16666667em;
  margin-top: 0.83333333em;
  color: #fff; }

.child-row .countdown-body {
  position: static;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding: 0 0 20px 20px;
  position: absolute;
  margin: 0;
  top: auto;
  bottom: 0;
  left: 0; }
.child-row #counter {
  margin: 0;
  font-size: 1rem;
  color: #fff; }
.child-row .countdown-main {
  padding: 0 80px 0 0; }
.child-row .countdown-title-main {
  text-align: left;
  font-size: 1.3125rem;
  margin-bottom: 5px; }
.child-row .countdown-title-sub {
  margin: 0;
  text-align: left;
  position: absolute;
  bottom: 100%;
  left: 20px;
  margin-bottom: 15px;
  font-family: "futura-pt", Arial; }
.child-row .countdown-count {
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  margin: 0; }
.child-row .countdown-count:not(:last-child):after {
  content: ',\00a0'; }
.child-row .countdown-count-label {
  font-size: 1em;
  color: #fff;
  clear: none;
  display: inline-block;
  margin: 0; }
.child-row .countdown-count-label:before {
  content: "\00a0";
  display: inline-block; }

@media screen and (max-width: 1280px) {
  .countdown-count {
    margin-right: 25px; } }
@media screen and (max-width: 1152px) {
  #counter {
    font-size: 48px; }

  .countdown-title-main, .countdown-title-sub {
    margin-bottom: 20px; } }
@media screen and (max-width: 900px) {
  .countdown-wrapper {
    height: 240px; }

  .child-row #counter {
    color: #4a4a4a; }
  .child-row .countdown-wrapper {
    height: auto;
    background: #fff !important;
    padding: 10px 40px 10px 10px;
    border: 1px solid #e5e5e5; }
  .child-row .countdown-wrapper:after {
    display: block;
    clear: both;
    content: ''; }
  .child-row .countdown-count, .child-row .countdown-count-label {
    color: #4a4a4a; }
  .child-row .countdown-title-main, .child-row .countdown-title-sub {
    color: #4a4a4a;
    font-size: 0.75rem;
    display: inline-block; }
  .child-row .countdown-title-main {
    margin-bottom: 0; }
  .child-row .countdown-main {
    padding: 0; }
  .child-row .countdown-mask {
    display: none; }
  .child-row .countdown-body {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden; }
  .child-row .countdown-title-sub {
    position: static;
    margin-bottom: 5px; }
  .child-row .countdown-count {
    font-size: 0.625rem; }
  .child-row .countdown-thumbnail {
    display: block;
    height: 50px;
    width: auto;
    float: left;
    margin-right: 10px; } }
