.px-0{ padding-left: 0px !important; padding-right: 0px !important; }
.pl-0{ padding-left: 0px !important; }
.main {
  max-width: 1000px;
  margin: auto;
}



.row {
  margin: 10px -16px;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none; /* Hide all elements by default */
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content-one {
  background-color: white;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}
.button-filter{ border-radius: 0px !important; background-color: #008dde !important; }

.button-filter {
    background: #008dde!important;
    border: 1px solid #bc3f17;
    border-color: rgba(0,0,0,.15) rgba(0,0,0,0) rgba(0,0,0,0);
    -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,0), 0 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: inset 0 0px 0 rgba(255,255,255,0),0 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0 0px 0 rgba(255,255,255,0), 0 0px 0px rgba(0,0,0,0);
    color: #fff!important;
    text-shadow: none;
    text-shadow: 0 1px 0 #000;
    text-shadow: 0 1px 0 rgba(0,0,0,0);
    font-weight: 700!important;
    font-family: myriad-pro-n4,myriad-pro,Myriad Pro,Arial,Helvetica,sans-serif!important;
    padding: 8px 16px;
}
.button-filter:focus, .button-filter:hover, .button-filter-active {
    background: #74adce!important;
    border: 1px solid #bc3f17;
    border-color: rgba(0,0,0,.15) rgba(0,0,0,0) rgba(0,0,0,0);
    -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,0), 0 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: inset 0 0px 0 rgba(255,255,255,0),0 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0 0px 0 rgba(255,255,255,0), 0 0px 0px rgba(0,0,0,0);
    color: #fff!important;
    text-shadow: none;
    text-shadow: 0 1px 0 #000;
    text-shadow: 0 1px 0 rgba(0,0,0,0);
    font-weight: 700!important;
    font-family: myriad-pro-n4,myriad-pro,Myriad Pro,Arial,Helvetica,sans-serif!important;
    padding: 8px 16px;
}
