* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none; }

html {
  height: 100%; }

body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  position: relative; }
  body.nav-active {
    overflow: hidden; }
    body.nav-active .wrapper {
      height: 100%; }

ul, li, a, ol, h1, h2, h3, h4, h5, h6, p, label {
  margin-bottom: 0px; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    color: inherit;
    text-decoration: none; }

button:focus {
  outline: none; }

/*::-webkit-input-placeholder {
	color:#7C8380;
	opacity: 1;
	font-size:14px;
	letter-spacing: .54px;
}
::-moz-placeholder {
	color:#7C8380;
	opacity: 1;
	font-size:14px;
	letter-spacing: .54px;
}
:-ms-input-placeholder { 
	color:#7C8380;
	font-size:14px;
	letter-spacing: .54px;
	opacity: 1;
}
:-moz-placeholder { 
	color:#7C8380;
	opacity: 1;
	font-size:14px;
	letter-spacing: .54px;
}*/
/* width */
