/
* ==========================================================================
   Countdown Timer
   ========================================================================== */

.row-fluid .countdown_box { width:100%; float:left; text-align:center;  margin:50px 0;}
.row-fluid .countdown_box ul { width:auto; float:none; display:inline-block; list-style:none; margin:0; padding:0;  }
.row-fluid .countdown_box ul li { width:auto; float:left; color:#f00f40;  font-size:18px; line-height:30px; font-weight:400; padding:0 5px; }
.row-fluid .countdown_box span {  font-size:60px; line-height:30px; font-weight:400; padding-right:10px; }

.countdown-timer .segment {
    display: inline-block;
    margin: 10px;
    vertical-align: middle;
 
}

.countdown-timer .number {
    display: block;
    color: ;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: -.03em;
    font-weight: ;

}

.white-content .countdown-timer .number {
    color: #ffffff;
}

/* Style 1
   ========================================================================== */

.countdown-style-1 .segment {
    margin: 0;
    text-align: center;
  font-weight: bold;
 }



.countdown-style-1 .sep {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    font-size: 2.5rem;
    line-height: 1.5;
    opacity: .5;
  
}

.countdown-timer {
   text-align: center;
}

.countdown-style-1 .sep:before {
    content: ":";
}

.countdown-timer .number {
    font-size: 3.75rem;
    line-height: 1;

}

.countdown-style-1 .label {
    font-size: 0.825rem;
    text-transform: uppercase;
    opacity: .7;

}

@media (max-width: px) {
    
    .countdown-style-1 .sep {
        padding: 0 8px;
        font-size: 1.875rem;
    }
    
    .countdown-style-1 .number {
        font-size: 2.5rem;
    }

    .countdown-style-1 .label {
        font-size: 0.5rem;
    }
}

@media (max-width: px) {

    .countdown-style-1 .sep {
        padding: 0 4px;
        font-size: 1.25rem;
    }
    
    .countdown-style-1 .number {
        font-size: 1.875rem;
    }

    .countdown-style-1 .label {
        font-size: 0.375rem;
    }
}

/* Style 2 - white
   ========================================================================== */

.countdown-style-2 .segment {
    margin: 0;
    color: #FFFFFF;
    text-align: center;
  font-weight: bold;
 }

.countdown-timer {
   text-align: center;
}

.countdown-style-2 .sep {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    font-size: 2.5rem;
    line-height: 1.5;
    opacity: .5;
    color: #FFFFFF;
}

.countdown-style-2 .sep:before {
    content: ":";
}

.countdown-timer .number {
    font-size: 3.75rem;
    line-height: 1;
 
}

.countdown-style-2 .label {
    font-size: 0.825rem;
    text-transform: uppercase;
    opacity: .7;
     color: #FFFFFF;
}

@media (max-width: px) {
    
    .countdown-style-2 .sep {
        padding: 0 8px;
        font-size: 1.875rem;
    }
    
    .countdown-style-2 .number {
        font-size: 2.5rem;
    }

    .countdown-style-2 .label {
        font-size: 0.5rem;
    }
}

@media (max-width: px) {

    .countdown-style-2 .sep {
        padding: 0 4px;
        font-size: 1.25rem;
    }
    
    .countdown-style-2 .number {
        font-size: 1.875rem;
    }

    .countdown-style-2 .label {
        font-size: 0.375rem;
    }
}

/* Style 3 - red
   ========================================================================== */

.countdown-style-3 .segment {
    margin: 0;
    color: #F00F40;
    text-align: center;
    font-weight: bold;
 }
.countdown-timer {
   text-align: center;
}

.countdown-style-3 .sep {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    font-size: 2.5rem;
    line-height: 1.5;
    opacity: .5;
    color: #F00F40;
}

.countdown-style-3 .sep:before {
    content: ":";
}

.countdown-timer .number {
    font-size: 3.75rem;
    line-height: 1;
    color: fff;
}

.countdown-style-3 .label {
    font-size: 0.825rem;
    text-transform: uppercase;
    opacity: .7;
  color: F00F40;
 }

@media (max-width: px) {
    
    .countdown-style-3 .sep {
        padding: 0 8px;
        font-size: 1.875rem;
    }
    
    .countdown-style-3 .number {
        font-size: 2.5rem;
    }

    .countdown-style-3 .label {
        font-size: 0.5rem;
    }
}

@media (max-width: px) {

    .countdown-style-3 .sep {
        padding: 0 4px;
        font-size: 1.25rem;
    }
    
    .countdown-style-3 .number {
        font-size: 1.875rem;
    }

    .countdown-style-3 .label {
        font-size: 0.375rem;
    }
}