p, strong, input, select, option {
  font-family: "HelveticaNeue";
  font-size: 12px; }

span {
  font-size: inherit; }

a {
  color: #666666; }
  a:hover, a:focus {
    text-decoration: none;
    color: #01944b; }

.button-default {
  background: none;
  border-radius: 15px;
  border: #666666 solid 2px;
  padding: 7px 10px;
  color: #666666;
  font-family: "HelveticaNeue";
  cursor: pointer;
  display: inline-block;
  transition: all 0.2s;
  outline: none; }
  .button-default:hover {
    background: #666666;
    color: white; }

.no-padding-right {
  padding-right: 0px; }

.no-padding-left {
  padding-left: 0px; }

.no-padding {
  padding: 0px; }

.section_custom-float {
  float: right; }



.no-border {
  border: none; }

ul.clear-default {
  list-style: none;
  padding: 0; }

.container {
  overflow: hidden; }

.fadein {
  opacity: 0; }
