html, body {
  height: 100%;
}

/* .floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}*/

a:focus {
  outline: 0px solid;
}

img {
  max-width: 100%;
  height: auto;
}
/*
.fix {
  overflow: hidden;
}*/

p {
  margin: 0 0 0;
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  margin: 0 0 15px;
  color: #444;
  font-weight: 500;
}

.h1 {
  font-size: 48px;
  line-height: 50px;
}

.h2 {
  font-size: 38px;
  line-height: 40px;
}

.h3 {
  font-size: 30px;
  line-height: 32px;
}

.h4 {
  font-size: 24px;
  line-height: 26px;
}

.h5 {
  font-size: 20px;
  line-height: 22px;
}

.h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #d53e3e;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0 none;
}

body {
  background: #fff none repeat scroll 0 0;
  color: #444;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}
/*
.clear {
  clear: both;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}*/