﻿.county-reflection {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
}
.county {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.county span.first {
  padding-left: 5px;
  border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
}
.county span.last {
  border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
}

.county > span {
  display: inline-block;
  height: 48px;
  font-family: Arial;
  font-weight: bold;
  font-size: 60px;
  line-height: 72px;
  position: relative;
  overflow: hidden;
  padding-right: 5px;
}

.county-days-wrapper,
.county-hours-wrapper,
.county-minutes-wrapper,
.county-seconds-wrapper {
  overflow: hidden !important;
  position: relative !important;
  height: 72px !important;
  display: inline-block !important;
  padding-left: 5px;
}
.county > span > span {
  display: block;
}
.county-label-days,
.county-label-hours,
.county-label-minutes,
.county-label-seconds {
  font-size: 12px !important;
  line-height: 18px !important;
  height: 18px !important;
  text-align: center !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  padding-top: 12px;
  background-color: transparent !important;
}

.clear {
  clear: both;
}
/*color schemes*/
/*black*/
.county.black .county-days-wrapper,
.county.black .county-hours-wrapper,
.county.black .county-minutes-wrapper,
.county.black .county-seconds-wrapper {
  background: #080808;
  background: -moz-linear-gradient(top, #080808 0%, #080808 40%, #000000 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #080808),
    color-stop(40%, #080808),
    color-stop(100%, #000000)
  );
  background: -webkit-linear-gradient(
    top,
    #080808 0%,
    #080808 40%,
    #000000 100%
  );
  background: -o-linear-gradient(top, #080808 0%, #080808 40%, #000000 100%);
  background: -ms-linear-gradient(top, #080808 0%, #080808 40%, #000000 100%);
  background: linear-gradient(to bottom, #080808 0%, #080808 40%, #000000 100%);
  color: White;
  border-top: solid 1px #494949;
  border-bottom: solid 1px #242424;
}
.county.black .county-label-days,
.county.black .county-label-hours,
.county.black .county-label-minutes,
.county.black .county-label-seconds {
  color: #ffffff;
}
.county.black span.separator-left {
  border-left: solid 1px #2e2e2e;
}
.county.black span.separator-right {
  border-right: solid 1px #121212;
}

/*red*/
.county.red {
  background: #fff;
}
.county.red .county-days-wrapper,
.county.red .county-hours-wrapper,
.county.red .county-minutes-wrapper,
.county.red .county-seconds-wrapper {
  border-radius: 10px;
  color: #fff;
}
.county.red .county-label-days,
.county.red .county-label-hours,
.county.red .county-label-minutes,
.county.red .county-label-seconds {
  color: #626735;
}
.county.red span.separator-left {
}
.county.red span.separator-right {
  border-right: solid 1px #e0e0e0;
}

/*gray*/

.county.gray .county-days-wrapper,
.county.gray .county-hours-wrapper,
.county.gray .county-minutes-wrapper,
.county.gray .county-seconds-wrapper {
  color: Gray;
  background: #e0e0e0;
  background: -moz-linear-gradient(top, #e0e0e0 0%, #e0e0e0 40%, #fafafa 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #e0e0e0),
    color-stop(40%, #e0e0e0),
    color-stop(100%, #fafafa)
  );
  background: -webkit-linear-gradient(
    top,
    #e0e0e0 0%,
    #e0e0e0 40%,
    #fafafa 100%
  );
  background: -o-linear-gradient(top, #e0e0e0 0%, #e0e0e0 40%, #fafafa 100%);
  background: -ms-linear-gradient(top, #e0e0e0 0%, #e0e0e0 40%, #fafafa 100%);
  background: linear-gradient(to bottom, #e0e0e0 0%, #e0e0e0 40%, #fafafa 100%);
  border-top: solid 1px #fafafa;
  border-bottom: solid 1px #fafafa;
}
.county.gray .county-label-days,
.county.gray .county-label-hours,
.county.gray .county-label-minutes,
.county.gray .county-label-seconds {
  color: Gray;
}
.county.gray span.separator-left {
  border-left: solid 1px #fafafa;
}
.county.gray span.separator-right {
  border-right: solid 1px #fafafa;
}

/*blue*/

.county.blue .county-days-wrapper,
.county.blue .county-hours-wrapper,
.county.blue .county-minutes-wrapper,
.county.blue .county-seconds-wrapper {
  color: white;
  background: #248ab2;
  background: -moz-linear-gradient(top, #248ab2 0%, #248ab2 40%, #50bce6 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #248ab2),
    color-stop(40%, #248ab2),
    color-stop(100%, #50bce6)
  );
  background: -webkit-linear-gradient(
    top,
    #248ab2 0%,
    #248ab2 40%,
    #50bce6 100%
  );
  background: -o-linear-gradient(top, #248ab2 0%, #248ab2 40%, #50bce6 100%);
  background: -ms-linear-gradient(top, #248ab2 0%, #248ab2 40%, #50bce6 100%);
  background: linear-gradient(to bottom, #248ab2 0%, #248ab2 40%, #50bce6 100%);
  border-top: solid 1px #50bce6;
  border-bottom: solid 1px #50bce6;
}
.county.blue .county-label-days,
.county.blue .county-label-hours,
.county.blue .county-label-minutes,
.county.blue .county-label-seconds {
  color: #ffffff;
}
.county.blue span.separator-left {
  border-left: solid 1px #50bce6;
}
.county.blue span.separator-right {
  border-right: solid 1px #50bce6;
}

.county-hours {
  position: inherit !important;
}

.county-minutes-wrapper {
  width: auto !important;
}

#no-reflection {
  width: 100% !important;
  text-align: center;
  float: left;
}

.county-label-days {
  padding: 0px;
}

.county-label-hours {
  padding: 0px;
}

.county-label-minutes {
  padding: 0px;
}

.county-label-seconds {
  padding: 0px;
}

.county-days {
  margin-top: 0px;
  background-color: #626735;
  border-radius: 10px;
  padding: 0px 10px;
}

.county-hours {
  margin-top: 0px;
  background-color: #626735;
  border-radius: 10px;
  padding: 0px 10px;
}

.county-minutes {
  margin-top: 0px;
  background-color: #626735;
  border-radius: 10px;
  padding: 0px 10px;
}

.county-seconds {
  margin-top: 0px;
  background-color: #626735;
  border-radius: 10px;
  padding: 0px 10px;
}

.cd-frueh {
  font-size: 36px;
  text-align: center;
  color: #626735;
  width: 100%;
  float: left;
}

@media only screen and (max-width: 590px) {
  .county-days {
    font-size: 38px;
  }

  .county-hours {
    font-size: 38px;
  }

  .county-minutes {
    font-size: 38px;
  }

  .county-seconds {
    font-size: 38px;
  }

  .cd-frueh {
    font-size: 22px;
    text-align: center;
    color: #626735;
    width: 100%;
    float: left;
  }
}

@media only screen and (max-width: 725px) {
  .county-days {
    font-size: 20px;
  }

  .county-hours {
    font-size: 20px;
  }

  .county-minutes {
    font-size: 20px;
  }

  .county-seconds {
    font-size: 20px;
  }

  .county-days-wrapper,
  .county-hours-wrapper,
  .county-minutes-wrapper,
  .county-seconds-wrapper {
    height: 40px !important;
  }

  .county > span {
    line-height: 40px;
  }

  .county-label-days,
  .county-label-hours,
  .county-label-minutes,
  .county-label-seconds {
    font-weight: lighter !important;
    font-size: 10px !important;
  }
}

.county-days-wrapper span:nth-child(2) {
  display: none !important;
}

.county-hours-wrapper span:nth-child(2) {
  display: none !important;
}

.county-minutes-wrapper span:nth-child(2) {
  display: none !important;
}

.county-seconds-wrapper span:nth-child(2) {
  display: none !important;
}
