* {
	box-sizing: border-box;
}

#filters-list{
  max-width: 960px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content:space-between;
  -webkit-justify-content: space-between; /* Safari 6.1+ */
  margin: auto;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.field {
  position: relative;
  width: 16.40%;
  overflow: hidden;
  border: 1px solid #E8E8E8;
  border-radius: 0px;
}
.genre{
    width: 16.40%;
}
.field:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: -2;
}
.field:after {
  content: "▾";
  positioN: absolute;
  display: block;
  font-size: 20px;
  top: 50%;
  right: 15px;
  margin-top: -0.5em;
  line-height: 1;
  z-index: -1;
  color: #E8E8E8;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}
.field:hover:after {
  color: #545454;
}
.field select {
  width: calc(100% + 20px);
  border: none;
  background-color: transparent;
  font: inherit;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 65px;
  color: #B5B5B5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.field select::-ms-expand {
  display: none;

}
.field select:focus {
  outline: none;
  background: #5C869C;
  border-radius: 0;
  color: #FFFFFF;
}
.genre{
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media ( max-width: 680px ) {
  .field,
  .genre {
    width: 33.3%;
  }
}




#vote-numbers{
  max-width: 960px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content:space-between;
  margin: auto;
  flex-wrap: wrap;

}

#search-list{

    width: 49%;
}



#maps-vote{

  text-align: center;
    width: 48%;
}



@media ( max-width: 680px ) {
#search-list, #maps-vote{
    width: 100%;
  }
}




.search{
  width: 100%;
  border: 1px solid #E8E8E8;
  padding: 0.5rem 2rem;
  background: url("../img/search.svg") 98% no-repeat;
  background-size: 30px 30px;
  color: #B5B5B5;
}

.button-genre{
  text-indent: -99999px;
  background: #FFFFFF;
  border: 1px #e2e2e2 solid;
  width: 50%;
}
.male{
  background: url("../img/men.png") no-repeat center;
  background-size:26px;
  cursor: pointer;
}
.male:hover{
  background: url("../img/men-hover.png") #e2e2e2  no-repeat center;
  background-size:26px;
}
.female{
  background: url("../img/women.png") no-repeat center;
  background-size:20px;
  cursor: pointer;
}
.female:hover{
  background: url("../img/women-hover.png") #e2e2e2  no-repeat center;
    background-size:20px;
}


.list-occupation{
  text-transform: uppercase;
  color: #858585;
  font-size: 12px;
}


/* List*/

.list {
  margin:0;
}


.list > li:nth-child(2n+1) {
  background: #F5F6F5;
}

.list > li {
  display:block;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding: 15px 15px 2px 15px;
  justify-content:space-between;
  -webkit-justify-content: space-between; /* Safari 6.1+ */
  margin-top: 10px;
}
.avatar{
  width: 20%;

  text-align: center;
}
.avatar img {
  width: 90px;
  padding: 0;
  border-left: 8px solid #EEEEEE;
}
.eleito img{
  border-left: 8px solid #5C869C;
}
.descriptions{
  width: 40%;
  line-height: 2rem;
  padding-top: 0.8rem;
}
.list-fake-name{
  color: #000000;
  font-weight:900;
  text-transform: uppercase;
  font-size: 14px;
}
.list-name{
  text-transform: uppercase;
  font-size: 11px;
}

.list-party{
  text-align: center;
  vertical-align: middle;
  line-height: 75px;
  color: #A0A0A0;
  font-size: 14px;
  text-align: center;
  width: 8%;
}
.list-vote{
  text-align: center;
  vertical-align: middle;
  line-height: 14px;
  color: #A0A0A0;
  font-size: 15px;
  padding-top: 24px;
}
.list-vote::before{
  content: "votos";
  text-transform: uppercase;
  display: block;
  font-size: 11px;
}
.pagination {

  margin-top: 12px;
}

.pagination li {
  display:inline
}

.pagination li a{
  text-decoration:none;
  font-size: 15px;
  color:#000;
  float:left;
  padding:8px 16px;

}
.pagination li a:hover{
  background-color:#e2e2e2
}

.pagination-active,
.pagination-active:hover{color:#fff!important;background-color:#5c869c!important}

/* Relateds*/

.related {
  margin: auto;
  margin-top: 2rem;
  padding: 3rem;
  max-width: 115.2rem;
  border-top: 1px solid #CCCCCC;

}
.related-container {
  display: flex;
  flex-flow: wrap;
  margin: 0 auto;
  width: 100%;
}
.related-container article a:link {
  text-decoration: none;
}
.related h2 {
  margin: 0 1.2rem 1.3rem;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.7rem;
  transition: all 0.2s;
}
.related article {
  padding: 0 1.2rem;
  width: 100%;
}


.related img {
  border: 1px solid #ddd;
  width: 100%;
  height: auto;
}

.related h3 {
  margin: 0.8rem 0;
  font-family: Flama, sans-serif;
  font-size:1.7rem;
  text-transform: uppercase;
  line-height: 1.1;
  color:#5C869C;
}
<script src="http://listjs.com/no-cdn/list.pagination.js">
@media ( min-width: 480px ) {
  .related article {
    width: 50%;
  }
}

@media ( min-width: 600px ) {
  .related article {
    width: 25%;
  }
}


#map-sp{
  width: 100%;
  margin: auto;
}
