.none {display: block !important;}
@media only screen and (max-width:1024px){
.none {display: none !important;}}

.onn {display: none !important;}
@media only screen and (min-width:1024px){
.onn {display: block !important;}}

.hiddee {display: none; }

ul li {
    line-height: 26px !important;
}

.pistas {
    width: 52px;
    border-radius: 100%;
    height: 50px;
	margin-bottom: 6px;
}

.nav>li>a {
    padding: 5px 6px !important;
}

@media (min-width: 992px) {
.modal-lg {
    width: 1050px !important;
}}

.nav-tabs-center {
    display: inline-table !important;
}

.modal-header .close {
    margin-top: -34px !important;
}

.close {
    font-size: 45px !important;
}