/*******************************************
***          YT Framework: css          ***
*******************************************/

/* Medium devices Desktops  
// ------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
	
}

/* Small devices Tablets	
// ------------------*/
@media (min-width: 768px) and (max-width: 979px) {
	
}

/* Extra small devices Phones
// ------------------*/
@media (max-width: 767px){
	
}

.contador {
    background: #4b8e2f;
    border: none !important;
}

.mvc_digitCounter {
    margin: 0 !important;
    padding-bottom: 1em !important;
}