body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.heroslider {
  height: 200px;
}
.footer-text {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}
.advert-img {
  width: 120px;
  margin-top: 8px;
  margin-left: 8px;
  float: right;
}
.banner {
  height: 120px;
}
.w-menu-item {
  /*
  display: inline-block;
  */
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: transparent;
  color: white;
}
.w-menu-item:hover {
  background-color: white;
  color: black;
}
.w-nav-menu {
  height: auto;
  float: none;
  background-color: black;
}
.header-image {
  width: auto;
}
.w-menu {
  float: none;
}
.w-menu-item-dd {
  color: white;
  vertical-align:top;
}
.w-menu-item-dd-toggle {
  padding-top: 7px;
  padding-bottom: 7px;
  color: white;
}
.w-menu-item-dd-toggle:hover {
  background-color: white;
  color: black;
}
.w-menu-dd-item {
  background-color: black;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
.w-menu-dd-item:hover {
  background-color: white;
  color: black;
}
.w-nav {
  background: none;
}
.w-nav-link {
	padding:7px 72px;
}
.w-dropdown-toggle {
	padding:7px 45px 7px 32px;
}
.w-icon-dropdown-toggle {
	padding:0px;
	margin:10px 27px 0px 0px;
}
.w-dropdown-btn {
	padding:7px 20px 7px 40px;
}
@media (max-width: 991px) {
  .w-nav-menu {
    height: auto;
    background-color: black;
  }
  .w-menu-compact {
    background-color: black;
  }
  .w-menu {
    background-color: black;
  }
  .w-hamburger {
    color: white;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {
  .w-hamburger:active {
    background-color: transparent;
  }
}
