#navigation9 .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  border: 2px solid;
  border-color: #ddd;
  background-color: #62b151;
}
a {
  color: #62b151;
}
a:hover,
a:focus {
  color: #35b31a;
  text-decoration: underline;
}
#header12 {
  background-image: url('/data/_uploaded/image/icmuggs/header9-2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px 0;
  position: relative;
  color: #fff;
  text-transform: uppercase;
}
#header12::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #040405, #0c0e0c);
  opacity: .8;
}
#header12 h3 {
  font-weight: 700;
  width: 80%;
  margin: 3% auto 0;
  text-align: center;
  font-size: 46px;
  text-transform: uppercase;
  letter-spacing: 8px;
}
#header12 p {
  font-weight: 300;
  width: 100%;
  text-align: center;
  margin: 20px auto 60px auto;
  font-size: 16px;
}
#content43 {
  background-image: url('/data/_uploaded/image/icmuggs/irish-content9.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  padding: 60px 0;
  position: absolute;
}
.hr-register {
  text-align: center;
  color: #48ed25;
  position: relative;
  margin: 40px 0px 20px 0px;
}
.hr-register span::before {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: #48ed25;
  position: absolute;
  top: 12px;
}
.hr-register span::after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: #48ed25;
  position: absolute;
  top: 12px;
  right: 0;
}
.col-offset {
  margin: 0 0 2% 26%;
}
.col-offset-pizza {
  margin: 0 0 2% 22%;
}
@media all and (min-width: 0px) and (max-width: 450px) {
  #header12 h3 {
    margin: 0 auto;
  }
  .col-offset,
  .col-offset-pizza {
    margin: 0 0 2% 10%;
  }
}
@media all and (min-width: 0px) and (max-width: 605px) {
  .btn-default-green {
    margin: 1% 0;
  }
}
