/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/*FitnessFast*/
@-webkit-keyframes colors {
  0% {
    background-color: #de716c; }

  20% {
    background-color: #5687e1; }

  40% {
    background-color: #9c5bce; }

  60% {
    background-color: #81ba51; }

  80% {
    background-color: #cc8f5b; }

  100% {
    background-color: #de716c; } }

@keyframes colors {
  0% {
    background-color: #de716c; }

  25% {
    background-color: #5687e1; }

  50% {
    background-color: #9c5bce; }

  75% {
    background-color: #81ba51; }

  99% {
    background-color: #cc8f5b; }

  100% {
    background-color: #de716c; } }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none; }

body, html {
  width: 100%;
  height: 100%;
  font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: black; }

body {
  overflow-x: hidden; }

.splash {
  -webkit-animation-name: colors;
  -webkit-animation-duration: 30s;
  -webkit-animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-name: colors;
  animation-duration: 30s;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

::-moz-selection {
  background: rgba(0, 0, 0, 0.75);
  color: #c8c9ca; }

::selection {
  background: rgba(0, 0, 0, 0.75);
  color: #c8c9ca; }

.
.container {
  width: 100%;
  min-height: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: left 0.2s ease-out;
  -moz-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
  background: white;
  text-align: center; }

.container-splash {
  width: 100%;
  height: 100%;
  display: table; }

.hero-logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white; }

.hero-logo h1 {
  font-size: 65px;
  font-weight: 500;
  /*letter-spacing: -3px;*/
  text-align: center; }


h1 {
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  text-transform: capitalize; }

.hero-page h1 {
  padding: 0 24px;
  font-weight: 300;
  display: table-cell;
  vertical-align: middle;
  color: white;
  margin: 180px auto 0; }




h2 {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin:10px 0 30px 0;
  font-size: 14px; }

h2.heading {
  display: block;
  margin: 0 0 38px 0 !important;
  text-align: center; }

.icon {
  width: 72px;
  height: 72px;
  margin-bottom: 5px;
}
