body {
  padding: 0;
  margin: 0;
  font-family: "Arial", sans-serif;
  background-color: #6c6c6c;
}

.header {
  background-color: white;
}
.header .m {
  background-image: url("../img/frill_2.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 120px;
}
.header a.logo {
  display: block;
  float: left;
  width: 180px;
  height: 120px;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.header span.strapline {
  display: block;
  height: 120px;
  line-height: 140px;
  float: left;
  font-family: "Dancing Script", cursive;
  font-size: 25px;
}
.header .social {
  float: right;
  margin: 50px 0 0 0;
}

.nav {
  background-color: #6c6c6c;
  height: 60px;
}
.nav a {
  text-decoration: none;
}
.nav .menu-main-container {
  display: block;
}
.nav .menu-main-container > ul {
  display: block;
  text-align: center;
  font-size: 0;
}
.nav .menu-main-container > ul > li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav .menu-main-container > ul > li:hover {
  background-color: #212121;
}
.nav .menu-main-container > ul > li > a {
  display: block;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  color: white;
  text-transform: uppercase;
}

.content {
  background-color: white;
  background-image: url("../img/motif_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.content .c2a {
  margin: 40px 0 0 0;
  padding: 40px 0;
}
.content .c2a .call_us {
  display: block;
  font-size: 35px;
  font-family: "Dancing Script", cursive;
}
.content .c2a .call_us a {
  text-decoration: none;
  color: #93af0d;
}
.content .c2a .social {
  float: right;
}

.footer .footer_nav {
  background-color: #ababab;
  padding: 30px 0;
}
.footer .footer_nav .menu-footer-container {
  padding-top: 10px;
}
.footer .footer_nav .menu-footer-container a {
  font-size: 12px;
  color: white;
  text-decoration: none;
}
.footer .footer_nav .accreditations {
  background-image: url("../img/accreditations.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 90px;
}
.footer .final {
  padding: 15px 0;
  background-color: #6c6c6c;
}
.footer .final p, .footer .final p a {
  font-size: 12px;
  color: #ccc;
}
.footer .final .last p {
  text-align: right;
}

.internal_banner {
  height: 200px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}

.spacer {
  height: 20px;
}

.banner {
  background-color: #93af0d;
  height: 400px;
  width: 100%;
}
.banner .bx-controls.bx-has-pager .bx-pager {
  bottom: 20px;
}
.banner .banner_bx, .banner .banner_item {
  height: 400px;
  width: 100%;
}
.banner .banner_item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner .banner_item .banner_content {
  width: 380px;
  height: 240px;
  background-color: white;
  margin-top: 70px;
  position: relative;
  background-image: url("../img/frill_1.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.banner .banner_item .banner_content .padd {
  padding: 30px;
}
.banner .banner_item .banner_content .padd h3 {
  font-family: "Dancing Script", cursive;
  font-size: 40px;
  text-decoration: none;
  color: #555;
}
.banner .banner_item .banner_content .padd h3 a {
  text-decoration: none;
  color: #555;
}
.banner .banner_item .banner_content .btn {
  position: absolute;
  bottom: 0;
  background-color: #93af0d;
  display: block;
  text-align: center;
  padding: 15px 52px;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: white;
  right: 0;
}

.sub_menu {
  margin-bottom: 30px;
  background-image: url("../img/sub_menu.png");
  background-repeat: repeat-x;
  background-position: top;
  min-height: 300px;
}
.sub_menu h6 {
  display: block;
  padding: 20px;
  color: white;
  font-size: 15px;
  background-color: #93af0d;
  margin: 0;
}
.sub_menu ul, .sub_menu li, .sub_menu a {
  display: block;
  padding: 0;
  margin: 0;
}
.sub_menu a {
  font-size: 12px;
  color: #444;
  text-decoration: none;
  padding: 10px 20px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #f1f1f1;
}
.sub_menu a:hover {
  color: #93af0d;
}

.breadcrumbs {
  margin-top: -10px;
  padding: 0 0 20px 0;
  font-size: 11px;
  color: #999;
}
.breadcrumbs a {
  color: #999;
}
.breadcrumbs a:hover {
  color: #93af0d;
}
.breadcrumbs i.fa {
  padding: 0 5px;
}

h1 {
  font-size: 45px;
  font-family: "Dancing Script", cursive;
  padding: 0 0 20px 0;
  color: #212121;
}

.c ul {
  padding: 5px 0 20px 0;
  margin: 0 20px;
}
.c ul li {
  padding: 4px 0px;
  list-style: circle;
}
.c p, .c li {
  font-size: 13px;
  color: #666;
  padding: 0 0 15px 0;
}
.c h2 {
  color: #212121;
  padding: 5px 0 15px 0;
  font-size: 23px;
}
.c h3 {
  font-weight: normal;
  font-size: 21px;
  color: #93af0d;
  padding: 5px 0 15px 0;
}
.c .divide {
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
  border-top: 1px solid #eee;
}

.wpcf7-form {
  padding: 30px;
  background-color: #eee;
  display: block;
}
.wpcf7-form p {
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 0 30px 0;
}
.wpcf7-form textarea {
  height: 150px;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea,
.wpcf7-form select {
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 13px;
  font-family: "Arial", sans-serif;
  width: 550px;
  padding: 8px;
}
.wpcf7-form input[type=submit] {
  background-color: #93af0d;
  font-family: "Dancing Script", cursive;
  color: white;
  padding: 10px 20px;
  border: #93af0d;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}

.social {
  position: relative;
  width: 170px;
  height: 55px;
}
.social .title {
  display: block;
  position: absolute;
  font-family: "Dancing Script", cursive;
  font-size: 17px;
  top: 26px;
}
.social .arrow {
  display: block;
  position: absolute;
  width: 32px;
  height: 17px;
  background-image: url("../img/arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  left: 50px;
}
.social .icons {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90px;
  height: 35px;
}
.social .icons a {
  display: block;
  float: left;
  height: 35px;
  width: 35px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.social .icons a.facebook {
  background-image: url("../img/icon_facebook.png");
}
.social .icons a.twitter {
  background-image: url("../img/icon_twitter.png");
}
