@charset "utf-8";
/* CSS Document */
*, *:focus, *:hover {
  outline: none !important;
}
.btn:focus{
  box-shadow: none;
}
html, body {
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  background: #ffffff;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  font-weight: normal;
  color: #242424;
  line-height: 29px;
  overflow-x: hiddne;
}
.blockArea{
  width: 100%;
  float: left;
}
label{
  font-size: 17px;
  color: #FFF;
  font-weight: 400;
  margin-right: 15px;
}
h1 {
  font-size: 57px;
  font-weight: bold;
  text-transform: uppercase;
}
h2 {
  font-size: 55px;
  font-weight: bold;
  text-transform: uppercase;
}
h2.small {
  font-size: 50px;
  font-weight: bold;
}
h3 {
  font-size: 48px;
}
h4 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

/* Paragraph */
p {
  font-size: 16px;
  line-height: 29px;
  color: #242424;
}
b {
  font-weight: bold;
}
.blockArea {
  width: 100%;
  position: relative;
}
img{
	line-height: 1;
	display: block;
	max-width: 100%;
}
#name-error, #email-error {
	color: red;
	/* position: absolute; */
	margin-top: -33px;
	font-size: 13px;
}
