#pos_filters {
	height:33px;
}
#pos_filters .animated{
  background: url('/imgs/arrow-representantes.png') no-repeat right center;
  animation: 1s;
  width: 49.3%;
  height: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-color: #f4b948;
  border-radius: 0px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0 25px;
  font-size: 16px;
}
#pos_filters select{
	padding: 5px;
	float: left;
	margin-right: 0;
}
select#pos_states {
    margin-right: 10px;
}

/* POS LIST ITEMS */
.pos_list-item{
  background: transparent;
  padding: 25px 35px;
  list-style: none;
  margin-bottom: 15px;
  border: 2px solid #e1e1e1;
}

/*.pos-marker {
  font-family: "points_of_saleregular" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/

/* .pos-marker{
  font-family: 'points_of_saleregular' !important;
} */
.pos-marker {
  width: 100%;
  display: inline-block;
  padding: 15px;
}
.pos-marker:before {
  content: "@";
  font-family: "points_of_saleregular" !important;
  font-size: 100px;
  vertical-align: baseline;  
  /* width: 81px; */
  /* height: 90px; */
  line-height: 65px;
}



.pos_list-item h4{
  margin-bottom: 0px;
  padding: 0px;
  line-height: 100%;
  text-align: left;
  color: #3f454e;
  font-family: 'Lato' , sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin-top: 0;
}
.pos_list-item table {
  font-size: 13px;
  margin: 0px !important;
  width: 100%;
  text-align: left;
}
.pos_list-item table td { border-bottom: none !important; text-align: left; padding: 6px; vertical-align: top; }
.pos_list-item table tbody tr td{
  vertical-align: top !important;
  background-color: transparent;
}
.pos_address{
    text-align: left;
  	color: #333b48;
    margin-bottom: 0px !important;
    line-height: 130%;
    font-size: 15px;
}
small.pos_contacts {
  text-align: left;
  display: block;
  font-size: 100%;
  color: #3f454e;
  font-size: 15px;
}
small.pos_contacts i{
  margin: 0px 2px 0px 7px;
}

/* LOADING */
.pos_loading {	  
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  float: left;  
  margin-top: 15px;
}

.pos_loading > a {
  font-weight: bolder;
  line-height: 100%;
  height: 100%;
  width: 6px;
  display: inline-block;
  color: #F4B948;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
  border-radius: 30%;
  font-size: 30px;
}
#pos_neighborhoods {
  display: none;
}
.pos_loading .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.pos_loading .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.pos_loading .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.pos_loading .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@media (max-width: 992px) {
  #pos_filters .animated{
    animation: 1s;
    width: 100%;
    height: 50px;
    font-size: 16px;
    margin-top: 20px;
  }
  select#pos_states {
    margin-right: 0px;
  }
  #pos_filters {
    height: 125px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
    #pos_filters .animated {
      width: 49%;
  }
}
@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.75) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.75);
    -webkit-transform: scaleY(0.75);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}