/* wrapHighlight */
.wrapHighlight {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

/* listCont */
.wrapHighlight .listCont {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
}

.wrapHighlight .listCont li {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
}

.wrapHighlight .listCont li .cont {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.wrapHighlight .listCont li.active {
    display: block;
    z-index: 10;
}

.wrapHighlight .listCont li.active .cont {
    width: 0%;
    left: 0;
    border-right: 1px solid #ccc;
    box-shadow: 2px 0 4px #000000;
    -moz-box-shadow: 2px 0 4px #000000;
    -webkit-box-shadow: 2px 0 4px #000000;
    -o-box-shadow: 2px 0 4px #000000;
    -ms-box-shadow: 2px 0 4px #000000;
}


/* thumbHoverCont */
.thumbHoverCont {
    
    display: none;
    padding-bottom: 4px;
    position: absolute;
    bottom: 50px;
    left: 0;
    overflow: hidden;
    z-index: 20;
}


/* responsiveLp */
.responsiveLp img {
    width: 100%;
	border-radius: 16px;
}

/* pieLp */
.pieLp {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 900;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}


.timer  {
    background: white;
    position: relative;
    width: 1em;
    height: 1em;
    float:  left;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    box-shadow: 0px 1px 1px #000 inset;
    -moz-box-shadow: 0px 1px 1px #000 inset;
    -webkit-box-shadow: 0px 1px 1px #000 inset;
    -o-box-shadow: 0px 1px 1px #000 inset;
    -ms-box-shadow: 0px 1px 1px #000 inset;
}

.timer > .percent  {
    position:  absolute;
    top:  1.05em;
    left:  0;
    width:  3.33em;
    font-size:  0.3em;
    text-align: center;
    display: none;
}

.timer > #slice  {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(0px, 1em, 1em, 0.5em);
}

.timer > #slice.gt50  {
    clip: rect(auto,  auto,  auto,  auto);
}

.timer > #slice > .pie  {
    background: #089943;/* Muda a cor da bg giratoria */
    border:  0.1em solid #1A2F41;/* Muda a cor da borda giratoria */
    position: absolute;
    width: 0.8em;
    /* 1 - (2 * border width) */
    height: 0.8em;
    /* 1 - (2 * border width) */
    clip: rect(0em, 0.5em, 1em, 0em);
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}

.timer > #slice > .pie.fill  {
    -moz-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.timer.fill > .percent  {
    display:  none;
}

.timer.fill > #slice > .pie  {
    border:  transparent;
    background-color:  #444349;
    width: 1em;
    height: 1em; 
}

