/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5/10/2018, 04:37:33 PM
    Author     : uriel
*/

footer ul
{
  margin:0;
  padding:0 0 0 ;
}
footer ul li,.taber

{
 color:#fff;
  list-style:none;
  margin-bottom:10px;
  font-size:16px
}
@media (max-width:1024px)
{
.taber
{
padding-bottom:10px;
cursor:auto;
}
.taber.collapsed:after {
    content: "+";
    float: right;
    font-size: 22px;
    margin-right: 10px;
}
.taber:after {
    content: "-";
    float: right;
    font-size: 22px;
    margin-right: 10px;
}
.taber {
cursor: pointer;    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.panel-collapse{
padding-left: 15px;
    padding-right: 15px;
}
footer >.container
{
padding-left: 0;
    padding-right: 0px;
}
}
@media(min-width:1024px){
    .collapse{
        display: block;
    }
}
@media(max-width:1024px){
    .collapse ul li a{
        font-size: 13px;
    }
}
@media(max-width:954px){
    .collapse ul li a{
        font-size: 12px;
    }
}
@media(max-width:756px){
    .collapse ul li a{
        font-size: 11px;
    }
}
@media(max-width:756px){
    .collapse ul li a{
        font-size: 18px;
    }
}