/*Home Ticker*/
#TickerWpr { 
    padding-top: 10px;
    padding-bottom: 11px;
    background-color: #e9e9e9;
}
#TickerWpr .countdownTitle {
	font: 600 17px 'Open Sans', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding-top: 7px;
}
#TickerWpr #CountdownCt, #MobileCountdownCt { 
	overflow: hidden;   
}
#TickerWpr .countdown-section {
    border-right: 1px solid #ddd;
}
#TickerWpr .countdown-section:first-of-type {

}
#TickerWpr .countdown-section:nth-of-type(2){

}
#TickerWpr .countdown-section:last-of-type {
    border-right: none;
}
#TickerWpr .countdown-amount { 
    color: #f05423;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
	display: block;
    padding-bottom: 0;
}
#TickerWpr .countdown-period { 
	color: #555;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-top: -5px;
}
@media (max-width: 1245px) {
    #TickerWpr .countdown-amount { 
        font-size: 35px;
    }
}
@media (max-width: 991px) {
    .rotator-container {
        margin-top: 0;
    }
}