@charset "utf-8";
.menu-button {
  display: none; }
  @media (max-width: 767px) {
  .menu-button {
    display: block;
    background-color: rgba(34, 34, 34, 0.7);
    position: absolute;
    width: 100%;
    z-index: 1000;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 15px;
    transition: 0.3s;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } }

@media (max-width: 767px) {
    .scroll .menu-button {
      position: fixed;
      top: 34px; } }

.main-menu {
  background-color: rgba(34, 34, 34, 0.7);
  position: absolute;
  width: 100%;
  z-index: 999; }
  @media (max-width: 767px) {
  .main-menu {
    height: 0;
    overflow: hidden;
    margin-top: 50px;
    transition: 0.3s;
    background-color: rgba(51, 51, 51, 0.95); } }
  .main-menu ul {
    padding: 0;
    max-width: 1180px;
    margin: 0 auto;
    list-style: none; }
  .main-menu li {
    display: inline-block;
    transition: 0.3s;
    height: 55px; }
    @media (max-width: 767px) {
  .main-menu li {
    width: 100%; } }
    .main-menu li.active, .main-menu li:hover {
      background-color: rgba(34, 34, 34, 0.67); }
      .main-menu li.active a, .main-menu li:hover a {
        color: #fff; }
  .main-menu a {
    display: block;
    padding: 0 30px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 15px;
    transition: 0.3s;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media (max-width: 1179px) {
  .main-menu a {
    padding: 0 17px;
    font-size: 12px;
    letter-spacing: 1px; } }

.scroll .main-menu {
  position: fixed;
  top: 34px; }

.menu-spacer {
  width: 100%;
  height: 55px; }
  @media (max-width: 767px) {
  .menu-spacer {
    height: 50px; } }

.open-menu {
  overflow: hidden; }
  .open-menu .main-menu {
    height: 100%; }
  .open-menu .menu-button {
    background-color: rgba(51, 51, 51, 0.95); }

.contact-details {
  width: 100%;
  float: left;
  background: rgba(34, 34, 34, 0.9);
  position: fixed;
  z-index: 999; }
  @media (max-width: 625px) {
  .contact-details p:nth-child(2) {
    display: none; } }
  .contact-details .custom {
    max-width: 1180px;
    margin: 0 auto; }
  .contact-details p {
    margin: 0;
    padding: 5px 5%;
    display: inline-block;
    color: #fff; }
    .contact-details p a {
      text-decoration: none;
      color: inherit; }

.logo {
  padding-top: 50px;
  background: rgba(255, 255, 255, .5);
  text-align: center; }
  .logo p {
    margin: 0; }
    @media (max-width: 767px) {
    .logo p img {
      max-height: 20vh; } }

.masthead .inner {
  max-width: 1000px;
  margin: 7vh auto -1vh; }
  @media (max-width: 768px) {
    .masthead .inner {
      margin: 0 auto; } }
  .masthead .inner .flexslider {
    background: none; }
    .masthead .inner .flexslider .flex-viewport {
      overflow: visible !important; }
  .masthead .inner li:nth-child(odd) {
    transform: rotate(-1deg); }
    .masthead .inner li:nth-child(even) {
      transform: rotate(1deg); }
    @media (max-width: 768px) {
    .masthead .inner li {
      transform: none !important; } }
  .masthead .inner img {
    border: solid 20px rgba(255, 255, 255, 1);
    width: 96% !important;
    margin-left: 2%; }
    @media (max-width: 768px) {
    .masthead .inner img {
      margin-left: 0;
      width: 100% !important;
      border-width: 0 0 20px;
      border-color: rgba(51, 51, 51, 0.8); } }
