@import url('http://fonts.googleapis.com/css?family=Oswald:400,300,700');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300');
@import url('http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700');
@import url('http://fonts.googleapis.com/css?family=Raleway:400,300');
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300');
@import url('http://fonts.googleapis.com/css?family=PT+Sans:400,300');
@import url('http://fonts.googleapis.com/css?family=Droid+Serif:400,300');

#reset .font {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
#reset .background {
  background: transparent;
}
#reset .border {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
#reset .spacing {
  letter-spacing: inherit;
}
#reset .underline {
  text-decoration: none;
}
#reset .color {
  color: inherit;
}
#reset .box-shadow {
  box-shadow: none;
}
#reset .all {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  letter-spacing: inherit;
  text-decoration: none;
  color: inherit;
  box-shadow: none;
}
.font-icon-galaticos {
  font-family: "galaticos" !important;
  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;
  text-indent: 0;
  float: left;
  width: 100%;
}

#less-content-separator {
  content: "separator";
}