/* Specific spacing */

.space_10 {
  height: 10px;
  width: 100%;
}
.space_20 {
  height: 20px;
  width: 100%;
}
.space_30 {
  height: 30px;
  width: 100%;
}
.space_40 {
  height: 40px;
  width: 100%;
}
.space_50 {
  height: 50px;
  width: 100%;
}
.space_60 {
  height: 60px;
  width: 100%;
}

.space_100 {
  height: 100px;
  width: 100%;
}

#header {
	height: 83px !important;
}

#header .logo img {
	max-height: 83px !important;
}
