.nav-bg-sip {
	background: #aa5521;
}

.sip-hero {
	padding: 25px 0px;
	background-image: url('http://turinter.com/image/catalog/eventos/pina/hero-bg.jpg');
	background-size: cover;
}

#countdown {
    margin: 0px auto;
    width: 330px;
    display: flex;
    justify-content: center;
    alignment-baseline: center;
}

#countdown .c-item-wrap {
    background: rgba(170,85,33,.8);
    text-align: center;
    border: solid 1px rgba(0,0,0,.1);
    border-radius: 0px;
    margin: 0px 1px;
    box-shadow: 0px 3px 1px rgba(0,0,0,.5);
    width: 90px;
    padding: 10px 0px;
    flex: 1;
}

#countdown .c-item-wrap .c-item {
    font-size: 25px;
    font-weight: bold;
    color: rgba(255,255,255,1);
}

#countdown .c-item-wrap .c-item-desc {
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    color: black;
}