/* service */

.filter-wraper {

  position: relative;

  margin: 0 auto;

}

#filters li.filt-serv {

  font-size: 10.3pt;

  color: #333333;

  letter-spacing: normal;

  text-transform: uppercase;

  cursor: pointer;

  display: inline-block;

  list-style: none;

  -webkit-transition: all .3s ease-in-out;

  -moz-transition: all .3s ease-in-out;

  transition: all .3s ease-in-out;

}

#filters li.space {

  font-size: 11pt;

  display: inline-block;

  margin: 0 10px 0 10px;

  color: #f4841e;

}

#filters li.filt-serv:hover {

  color: #f4841e;

  -webkit-transition: all .3s ease-in-out;

  -moz-transition: all .3s ease-in-out;

  transition: all .3s ease-in-out;

}

#filters li.selected {

  color: #f4841e;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.2s ease;

}
/* service end */


