#suscribete .suscribete {
    padding-bottom: 12%;
}
#footer{
    margin-top: -155px;
}
@media(max-width: 1199px){
    #footer{
        margin-top: -155px;
    }
}
@media(max-width: 1191px){
    #footer{
        margin-top: -125px;
    }
}
@media(max-width: 991px){
    #footer{
        margin-top: -100px;
    }
}
@media(max-width: 665px){
    #footer{
        margin-top: -50px;
    }
}
@media(max-width: 400px){
    #footer{
        margin-top: -15px;
    }
}
#invi{
    border-top-color: #fff;
    border-right-color: #fff;
}
.padding-tb{
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
.btn-black{
	background: rgba(0, 0, 0, 0) url("../../img/bg-nav.png") repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    padding: 4px 19px;
    cursor: pointer;
    display: inline-block;
}
.p-desc{
    margin-top: 30px;
}
.lista{
    display: none;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    vertical-align: middle;
}
.modal-header{
    border-bottom: none;
}
.modal-filtro{
    background-image: url("../../img/bg-modal.jpg");
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.morelink {
    color: #c52d2f!important;
}
@media (max-width: 991px) {
    .sliderv{
        display: none;
    }

}
@media (min-width: 767px){
    .tp-leftarrow.default {
        height: 76px;
        width: 76px;

    }
    .tp-rightarrow.default {
        height: 76px;
        width: 76px;

    }
}
.table-bordered{
  text-align: center;
  border-color: white;
  border-spacing: 6px 0px;
  border-collapse: separate;
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    /*border: 1px solid rgba(188, 6, 18, 0.28)!important;*/
    border-top: 0!important;
    padding: 10px 30px!important;
}
.table-bordered th{
  border: 0!important;
  background: #DF0209!important;
  color: white;
  text-align: center;
}
.tab td{
  cursor: pointer;
  border:none;
}
.tab td a{
  display: block;
  width: 100%;
  padding: 20px;
}
.tab td:hover{
  background: #efefef;
  transition: .25s all ease-in-out;
}
.tab td:hover img{
  -webkit-filter: grayscale(1);
  transition: .25s all ease-in-out;
}
