body {
  font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
.menu a,
.slogan,
.copy {
  font-family: Arial, Helvetica, sans-serif;
}

#header {
  background: #fff url("../images/header.png") repeat-x;
}

.cycle-slideshow #slide1 {
  background: url("../images/slide1.jpg") no-repeat center center;
  background-size: cover;
}

.cycle-slideshow #slide2 {
  background: url("../images/slide2.jpg") no-repeat center center;
  background-size: cover;
}

.cycle-slideshow #slide3 {
  background: url("../images/slide3.jpg") no-repeat center center;
  background-size: cover;
}

.cycle-slideshow #inner1,
.cycle-slideshow #blog {
  background: url("../images/inner-wrap.jpg") no-repeat center center;
  background-size: cover;
}

.cycle-slideshow #inner2 {
  background: url("../images/inner-wrap2.jpg") no-repeat bottom center;
  background-size: cover;
}

.cycle-slideshow #inner3 {
  background: url("../images/inner-wrap3.jpg") no-repeat bottom center;
  background-size: cover;
}

.cycle-slideshow #inner4 {
  background: url("../images/inner-wrap4.jpg") no-repeat bottom center;
  background-size: cover;
}

ul.arrow li {
  background: none;
  padding-left: 0;
}

ul.arrow li:before {
  content: ">";
  color: #a52069;
  margin-right: 8px;
}

.fa {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: 1;
}

.fa-chevron-circle-left:before {
  content: "<";
  font-size: 42px;
  font-weight: bold;
}

.fa-chevron-circle-right:before {
  content: ">";
  font-size: 42px;
  font-weight: bold;
}

.fa-circle:before {
  content: "\2022";
}

.fa-map-marker:before,
.fa-phone:before,
.fa-envelope-o:before,
.fa-mobile:before {
  content: "";
}

.cycle-slideshow > div {
  position: absolute;
  inset: 0;
  display: none;
}

.cycle-slideshow > div:first-child,
.cycle-slideshow > div.is-active {
  display: block;
}

.cycle-slideshow.is-initialized > div:first-child:not(.is-active) {
  display: none;
}

.tab-content {
  display: none;
}

.tab-content:first-of-type,
.tab-content.is-active {
  display: block;
}

.static-mobile-menu {
  display: none;
}

.static-mobile-menu .slicknav_btn {
  margin: 5px 5px 6px;
  padding: 7px 10px;
  border: 0;
  border-radius: 4px;
  background: #000;
  cursor: pointer;
}

.static-mobile-menu .slicknav_icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px 0;
  background: #fff;
}

.static-mobile-menu .slicknav_nav {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.static-mobile-menu .slicknav_nav li {
  list-style: none;
}

.static-mobile-menu .slicknav_nav a {
  display: block;
  margin: 2px 5px;
  padding: 8px 10px;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .static-mobile-menu {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: #000;
    padding: 5px;
  }
}
