/* ---------- FONTAWESOME ---------- */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}


/* ---------- GENERAL ---------- */
* {
  -moz-box-sizing: border-box;
   box-sizing: border-box;
}
*:before, *:after {
  -moz-box-sizing: border-box;
   box-sizing: border-box;
}


input {
  border: none;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  padding: 0;
  -webkit-appearance: none;
}



.slider-container {
  position: relative;
  float: left;
  width: 100%;
  line-height: 0;
  z-index: 0;
}










