﻿.specialBox{
  border: 2px solid #3594BD;
  padding: 15px 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-bottom: 15px;
  text-align: center;
}

.specialBox .specialTitle{
  font-size: 20px;
  color: #3594BD;
  margin-bottom: 10px;
}

.specialBox .specialMore
{ margin-top: 10px;
  
}
.specialBox .specialMore a{
  font-size: 14px;
  color: #3594BD;
  border-bottom: 1px dotted #3594BD;
}

.specialBox .specialMore a:hover{
  border-bottom: none;
  text-decoration: none;
}
.county > span
{
    display: inline-block;
    height: 48px;
    font-family: inherit;
    font-weight: bold;
    font-size: 24px;
    line-height: 45px;
    position: relative;
    overflow: hidden;
    padding-right: 12px;
}

.county-days-wrapper, .county-hours-wrapper, .county-minutes-wrapper, .county-seconds-wrapper
{
    overflow: hidden !important;
    position: relative !important;
    height: 45px !important;
    display: inline-block !important;
    padding-left: 12px;
}
.county > span > span
{
    display: block;
}
.county-label-days, .county-label-hours, .county-label-minutes, .county-label-seconds
{
    color: #333;
    font-size: 12px !important;
    line-height: 16px !important;
    height: 16px !important;
    text-align: center !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    background-color: transparent !important;
    width:58px;
}
.county.gray .county-days-wrapper, .county.gray .county-hours-wrapper, .county.gray .county-minutes-wrapper, .county.gray .county-seconds-wrapper
{
    color: #333;
    background: rgba(0,0,0,.05);
    border: solid 1px #ddd;
    margin:2px;
    width:28px;
    border-radius: 4px ;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}
.county.gray span.separator-left
{
    border-left: solid 1px #ddd;
    width: 28px;
}



/* RESPONSIVE: For mobile devices which have less 600px */
@media (max-width:600px){
  .date-timer {
    display: none;
  }
  .special-display {
    display:block;
  }
  .mobile {
    display:none;
  }
}


.timerRecord .county > span
{
    display: inline-block;
    height: 96px;
    font-family: inherit;
    font-weight: bold;
    font-size: 48px;
    line-height: 90px;
    position: relative;
    overflow: hidden;
    padding-right: 12px;
}

.timerRecord .county-days-wrapper, .timerRecord .county-hours-wrapper, .timerRecord .county-minutes-wrapper, .timerRecord .county-seconds-wrapper
{
    overflow: hidden !important;
    position: relative !important;
    height: 90px !important;
    display: inline-block !important;
    padding-left: 12px;
}

.timerRecord .county.gray span.separator-left
{
    border-left: solid 1px #ddd;
    width: 56px;
}

.timerRecord .county.gray .county-days-wrapper, .timerRecord .county.gray .county-hours-wrapper, .timerRecord .county.gray .county-minutes-wrapper, .timerRecord .county.gray .county-seconds-wrapper
{
    color: #333;
    background: rgba(0,0,0,.05);
    border: solid 1px #ddd;
    margin:2px;
    width:56px;
    border-radius: 4px ;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}

.timerRecord .county-label-days, .timerRecord .county-label-hours, .timerRecord .county-label-minutes, .timerRecord .county-label-seconds
{
    color: #333;
    font-size: 22px !important;
    line-height: 26px !important;
    height: 26px !important;
    text-align: center !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    background-color: transparent !important;
    width:85px;
}


.timerRecord {
    border: none;
}

.timerRecord .timer_title {
    font-size:24px;
}


.blackfriday {
    background:url(/image/bf.jpg) 0 0 repeat;
}


.blackfriday .timer_title {
    color:#00aae7;

}

.blackfriday .date-out {
    margin-top:20px;

}


.blackfriday .county.gray .county-days-wrapper, .blackfriday .county.gray .county-hours-wrapper, .blackfriday  .county.gray .county-minutes-wrapper, .blackfriday .county.gray .county-seconds-wrapper {
    color: #ffffff !important;
    background: #0d0d0d;
}

.blackfriday .county-label-days, .blackfriday .county-label-hours, .blackfriday .county-label-minutes, .blackfriday .county-label-seconds {
    color: #ffffff !important;
}


@media(max-width:600px) {
    .timerRecord .county > span {
        font-size: 18px;
    }

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

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

    .timerRecord .county.gray span.separator-left {
        width: 28px;
    }

    .timerRecord .county.gray .county-days-wrapper, .timerRecord .county.gray .county-hours-wrapper, .timerRecord .county.gray .county-minutes-wrapper, .timerRecord .county.gray .county-seconds-wrapper {
        width: 28px;
    }

    .timerRecord .county-label-days, .timerRecord .county-label-hours, .timerRecord .county-label-minutes, .timerRecord .county-label-seconds
    {
        width:58px;
        font-size: 16px !important;
    }


}

