/* 
font-family:'DINNextW01-CondensedUlt';
font-family:'DINNextW01-CondensedLig';
font-family:'DINNextW01-CondensedReg';
font-family:'DINNextW01-CondensedMed';
font-family:'DINNextW01-CondensedBol';
font-family:'DINNextW01-CondensedHea';
font-family:'DINNextW01-CondensedBla';
font-family:'DIN Next W06 Ultra Light';
font-family:'DIN Next W06 Light';
font-family:'DIN Next W06 Regular';
font-family:'DIN Next W06 Medium';
font-family:'DIN Next W06 Bold';
font-family:'DIN Next W06 Heavy';
font-family:'DIN Next W06 Black';
font-family:'DINNextLTW01-UltraLight_706122';
font-family:'DIN Next W01 Light';
font-family:'DIN Next W01 Regular';
font-family:'DIN Next W01 Medium';
font-family:'DIN Next W01 Bold';
font-family:'DIN Next W01 Heavy';
font-family:'DIN Next W01 Black';
font-family:'DINNextRoundedLTW01-Lig';


*/
/* Mixins */
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 0.7; }
  50% {
    opacity: 1.0; }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0.7; } }
.box {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

/* Animation */
@-webkit-keyframes bobbingItem {
  0% {
    bottom: 0; }
  50% {
    bottom: 10px; }
  100% {
    bottom: 0; } }
@-moz-keyframes bobbingItem {
  0% {
    bottom: 0; }
  50% {
    bottom: 10px; }
  100% {
    bottom: 0; } }
@-o-keyframes bobbingItem {
  0% {
    bottom: 0; }
  50% {
    bottom: -10px; }
  100% {
    bottom: 0; } }
@keyframes bobbingItem {
  0% {
    bottom: 0; }
  50% {
    bottom: 10px; }
  100% {
    bottom: 0; } }
/* Standard CSS */
body {
  margin: 0;
  height: 100%;
  line-height: normal !important; }

a {
  text-decoration: none; }

ul, li {
  padding: 0;
  margin: 0;
  list-style: none; }

b {
  font-weight: normal !important; }

:focus {
  outline: none !important; }

h1, h2, h3, h4, h5 {
  color: #3c3c3b; }

h2 {
  font-family: DIN Next W06 Bold;
  letter-spacing: 9px; }

p {
  font-family: DIN Next W06 Light;
  font-size: 18px;
  color: #3c3c3b;
  line-height: 26px; }

header, section, footer, nav, div, ul, li, a, span, label {
  box-sizing: border-box;
  font-weight: normal; }

ol.dots {
  display: none; }

img {
  border: 0; }

* {
  font-weight: normal; }

html, body {
  margin: 0;
  font-weight: normal;
  height: 100%;
  width: 100%;
  font-family: DIN Next W06 Light; }

input[type="text"] {
  width: 100%;
  height: 75px;
  text-align: center;
  border: none;
  font-size: 21px;
  outline: none;
  border-radius: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: #106057;
  margin-top: 40px;
  font-family: DIN Next W06 Light;
  color: white; }

input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white; }

input[type="text"]::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: white; }

input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: white; }

input[type="text"]:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  color: white; }

textarea {
  color: white;
  font-family: DIN Next W06 Light;
  width: 100%;
  padding-top: 20px;
  margin-top: 40px;
  height: 310px;
  text-align: center;
  border: none;
  font-size: 21px;
  outline: none;
  border-radius: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: #106057;
  resize: none; }

h2.contact-success {
  position: absolute;
  top: 0;
  z-index: 9;
  background: #1e988a;
  width: 100%;
  margin: 0;
  padding: 14px;
  text-align: center;
  color: white; }

#about, #where-we-are, #what-we-do, #get-in-touch {
  position: absolute;
  bottom: 0; }

.wrapper {
  height: 100%; }

.header:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 250px;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(50% 72.89% 90deg, #28331A 0%, transparent 100%);
  background: -webkit-linear-gradient(90deg, #28331A 0%, transparent 100%);
  background: -webkit-gradient(linear, 50% 72.89%, 50% -27.11%, color-stop(0, #28331A), color-stop(1, transparent));
  background: -o-linear-gradient(90deg, #28331A 0%, transparent 100%);
  background: -ms-linear-gradient(90deg, #28331A 0%, transparent 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#28331A', endColorstr='#000000' ,GradientType=0)";
  background: linear-gradient(0deg, #28331A 0%, transparent 100%);
  opacity: 0.8;
  filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity=70) progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#28331A' , GradientType=0); }

.header {
  height: 100%;
  min-height: 600px;
  background: url(/img/horse-1.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 33%;
  position: relative; }
  .header img.home-logo {
    width: 528px;
    height: 237px; }
  .header .navigation {
    height: 88px;
    width: 100%; }
    .header .navigation ul {
      display: table;
      margin: 0 auto;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
      .header .navigation ul li {
        font-family: DIN Next W06 Light;
        font-size: 23px;
        padding: 0px 18px 0px 18px;
        text-transform: uppercase;
        display: inline-block; }
        .header .navigation ul li a {
          color: white; }
  .header .home-logo {
    text-align: center;
    padding-top: 30px; }
  .header .points {
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 9; }
    .header .points ul {
      display: table;
      margin: 0 auto; }
      .header .points ul li {
        color: white;
        font-size: 30px;
        font-family: DIN Next W06 Ultra Light;
        display: inline-block;
        padding: 0px 15px 0px 15px;
        text-transform: uppercase;
        letter-spacing: 4px; }
      .header .points ul li.dot {
        font-size: 32px;
        color: white;
        min-width: 40px;
        text-align: center; }

.about {
  padding: 100px;
  width: 100%;
  background: url(/img/black-bg.png) no-repeat;
  background: url(/img/black-bg.svg) no-repeat;
  background-size: 87%;
  background-position: -100% 50%;
  background-color: #3c3c3b !important;
  position: relative; }
  .about .text-container {
    width: 100%;
    max-width: 870px;
    text-align: center;
    margin: 0 auto; }
    .about .text-container .strip {
      height: 2px;
      width: 500px;
      margin: 0 auto;
      background: white; }
    .about .text-container h3 {
      color: white;
      font-size: 35px; }
    .about .text-container h2 {
      font-size: 35px;
      color: #1e988a;
      text-transform: uppercase; }
    .about .text-container p {
      color: white;
      width: 100%;
      margin: 0 auto;
      margin-top: 15px; }

.ie9 .about {
  background-color: #3c3c3b;
  background: url(/img/black-bg.png) no-repeat; }

.location {
  height: 500px;
  width: 100%;
  position: relative; }
  .location #map_canvas {
    height: 500px; }
  .location .map-text {
    height: 310px;
    width: 425px;
    padding: 30px;
    background: #1e988a;
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 9; }
    .location .map-text .location-strip {
      width: 100%;
      height: 2px;
      background: white; }
    .location .map-text h2 {
      color: white;
      font-size: 35px;
      text-align: center;
      margin: 0 0 18px 0; }
    .location .map-text ul {
      text-align: center;
      margin-top: 20px; }
      .location .map-text ul li {
        font-size: 18px;
        margin-top: 7px;
        color: white; }
      .location .map-text ul li:first-child {
        font-family: DIN Next W06 Regular; }

.what-we-do {
  background: #f6f6f6;
  width: 100%;
  min-height: 300px;
  position: relative; }
  .what-we-do .what-we-do-strip {
    height: 2px;
    width: 80%;
    background: #1e988a;
    margin: 0 auto; }
  .what-we-do .lhs {
    width: 60%;
    display: inline-block;
    padding: 50px 100px 50px 100px;
    vertical-align: top; }
    .what-we-do .lhs .text-container {
      width: 100%;
      margin: 0 auto;
      text-align: center; }
      .what-we-do .lhs .text-container h2 {
        color: #1e988a;
        font-size: 35px;
        text-transform: uppercase; }
      .what-we-do .lhs .text-container h3 {
        font-size: 35px; }
      .what-we-do .lhs .text-container p {
        margin-top: 15px; }
  .what-we-do .rhs {
    width: 40%;
    display: block;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background: url(/img/horse-2.jpg) no-repeat;
    background-size: cover;
    background-position: 30% 50%; }

.three-sections {
  background: #aed1b3;
  width: 100%;
  padding: 70px 100px 70px 100px; }
  .three-sections .text-container {
    width: 100%;
    margin: 0 auto; }
    .three-sections .text-container div.section {
      display: inline-block;
      width: 33.33%;
      padding: 0px 30px 0px 30px;
      text-align: center;
      vertical-align: top; }
      .three-sections .text-container div.section h2 {
        font-family: DIN Next W06 Light;
        color: white;
        font-size: 35px;
        letter-spacing: normal; }

.testimonials {
  background: white;
  width: 100%;
  padding: 100px 50px 100px 50px;
  text-align: center;
  position: relative;
  min-height: 400px; }
  .testimonials .testimonial-slider {
    margin: 0 auto;
    width: 100% !important;
    max-width: 1080px !important;
    position: relative;
    overflow: auto; }
    .testimonials .testimonial-slider ul li {
      float: left;
      position: relative; }
      .testimonials .testimonial-slider ul li .top-testimonial {
        position: relative;
        font-family: DIN Next W06 Regular; }
      .testimonials .testimonial-slider ul li p.testimonial-name {
        font-family: DIN Next W06 Regular;
        margin-bottom: 70px; }
      .testimonials .testimonial-slider ul li img.top-left {
        position: absolute;
        left: 0;
        top: 0; }
      .testimonials .testimonial-slider ul li img.bottom-right {
        position: absolute;
        right: 0;
        bottom: 0; }
      .testimonials .testimonial-slider ul li h3 {
        font-family: DIN Next W06 Light;
        font-size: 45px;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0; }
        .testimonials .testimonial-slider ul li h3 b {
          font-family: DIN Next W06 Regular; }
  .testimonials .dots {
    padding: 0px;
    text-align: center;
    margin-top: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0px;
    margin: 0; }
    .testimonials .dots li {
      display: inline-block;
      margin: 0px 4px;
      cursor: pointer;
      width: 15px;
      height: 15px;
      color: transparent;
      background: #dadada;
      border-radius: 10px; }
    .testimonials .dots li.active {
      background: #1e988a;
      color: transparent; }

.contact {
  background: #1e988a;
  padding: 70px;
  width: 100%; }
  .contact .text-container {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .contact .text-container h2 {
      color: #106057;
      font-size: 35px; }
    .contact .text-container h3 {
      color: white;
      font-size: 36px; }
    .contact .text-container .error p {
      margin: 0;
      margin-top: 10px;
      color: white; }
    .contact .text-container .contact-strip {
      height: 2px;
      width: 80%;
      background: #106057;
      margin: 0 auto; }
    .contact .text-container input[type="submit"] {
      width: 315px;
      height: 75px;
      background: white;
      border: none;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      color: #1e988a;
      font-size: 21px;
      font-family: DIN Next W06 Regular;
      margin-top: 40px;
      letter-spacing: 3px; }

.lower-image {
  height: 330px;
  width: 100%;
  background: url(/img/horse-3.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
  padding: 70px 100px 70px 100px;
  position: relative; }
  .lower-image img.logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
  .lower-image .lower-shadow {
    position: absolute;
    left: 0;
    top: 0; }

.footer {
  width: 100%;
  padding: 0 100px 0 100px;
  height: 45px;
  background: white; }
  .footer p, .footer a {
    color: #3c3c3b;
    font-size: 12px; }
  .footer .left-foot {
    float: left;
    display: block; }
  .footer .right-foot {
    float: right;
    display: block; }

.media-detect {
  display: none; }

.responsive-nav.open {
  background: rgba(16, 96, 87, 0.8);
  position: fixed;
  height: 100%;
  z-index: 99;
  width: 100%;
  color: white; }

.responsive-nav {
  display: none;
  width: 100%;
  position: fixed;
  height: 100%;
  background: rgba(16, 96, 87, 0.8); }
  .responsive-nav ul.mobnav {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; }
    .responsive-nav ul.mobnav li {
      padding: 13px; }
      .responsive-nav ul.mobnav li a {
        color: white;
        font-size: 22px;
        margin-bottom: 10px; }
      .responsive-nav ul.mobnav li a:hover {
        cursor: pointer; }

.nav-icon {
  left: 19px;
  top: 12px;
  position: absolute;
  cursor: pointer;
  margin: 6px 20px 0 0;
  width: 35px;
  z-index: 9999;
  display: none; }

.nav-icon:after, .nav-icon:before, .nav-icon div {
  background-color: #FFFFFF;
  content: '';
  display: block;
  height: 3px;
  margin: 7px 0;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.nav-icon.open {
  position: fixed;
  z-index: 999; }

.nav-icon.open:before {
  transform: translateY(8px) rotate(135deg);
  -moz-transform: translateY(8px) rotate(135deg);
  -webkit-transform: translateY(8px) rotate(135deg); }

.nav-icon.open:after {
  transform: translateY(-12px) rotate(-135deg);
  -moz-transform: translateY(-12px) rotate(-135deg);
  -webkit-transform: translateY(-12px) rotate(-135deg); }

.nav-icon.open div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0); }

@media (max-width: 980px) {
  p {
    font-size: 16px;
    line-height: 22px; }

  .header .navigation ul li {
    font-size: 20px;
    padding: 0px 12px 0px 12px; }

  .header img.home-logo {
    width: 400px;
    height: 180px; }

  .header .points ul li {
    color: white;
    font-size: 20px;
    font-family: DIN Next W06 Ultra Light;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
    letter-spacing: 3px; }

  .header .points ul li.dot {
    font-size: 24px;
    color: white;
    text-align: center; }

  .about .text-container h3, .what-we-do .lhs .text-container h3, .contact .text-container h3 {
    font-size: 28px; }

  .about {
    padding: 50px; }

  .location .map-text h2, .what-we-do .lhs .text-container h2, .about .text-container h2, .contact .text-container h2 {
    font-size: 30px;
    letter-spacing: 8px;
    margin-top: 0px; }

  .what-we-do .lhs {
    width: 100%;
    padding: 50px 50px 50px 50px; }

  .what-we-do .rhs {
    width: 100%;
    height: 400px !important;
    position: relative;
    display: block;
    background: url(/img/horse-2.jpg) no-repeat;
    background-size: cover;
    background-position: 30% 50%; }

  .three-sections {
    padding: 50px; }

  .three-sections .text-container div.section h2 {
    font-family: DIN Next W06 Light;
    color: white;
    font-size: 23px;
    letter-spacing: normal; }

  .testimonials .testimonial-slider ul li h3 {
    font-family: DIN Next W06 Light;
    font-size: 30px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0; }

  .location {
    height: auto;
    width: 100%;
    position: relative; }
    .location #map_canvas {
      height: 250px; }
    .location .map-text {
      height: 270px;
      width: 100%;
      padding: 30px;
      background: #1e988a;
      position: relative;
      right: 0;
      bottom: 0;
      z-index: 9; }
      .location .map-text ul li {
        font-size: 16px;
        margin-top: 3px;
        color: white; } }
@media (max-width: 768px) {
  p {
    font-size: 15px;
    line-height: 22px; }

  .media-detect {
    display: block; }

  .location .map-text h2, .what-we-do .lhs .text-container h2, .about .text-container h2, .contact .text-container h2 {
    font-size: 25px;
    letter-spacing: 7px;
    margin-top: 0px; }

  .about .text-container h3, .what-we-do .lhs .text-container h3, .contact .text-container h3 {
    font-size: 21px; }

  .about, .what-we-do .lhs, .three-sections, .testimonials, .contact {
    padding: 50px 30px 50px 30px; }

  .header {
    min-height: 400px; }
    .header .points ul li {
      color: white;
      font-size: 20px;
      font-family: DIN Next W06 Ultra Light;
      display: inline-block;
      padding: 0px 0px 0px 0px;
      text-transform: uppercase;
      letter-spacing: 3px; }
    .header img.home-logo {
      width: 60%;
      height: 180px;
      padding-top: 0px; }

  .about {
    background-size: 200%;
    background-position: 50%; }
    .about .text-container .strip {
      width: 100%; }

  .footer {
    padding: 0 30px 0 30px;
    text-align: center; }
    .footer .left-foot {
      width: 100%; }
    .footer .right-foot {
      width: 100%; }

  .what-we-do .rhs {
    height: 300px !important;
    display: block; }

  .three-sections .text-container div.section {
    display: inline-block;
    width: 100%;
    padding: 20px 0px 20px 0px;
    text-align: center; }

  .testimonials {
    min-height: 200px; }
    .testimonials .testimonial-slider ul li h3 {
      font-family: DIN Next W06 Light;
      font-size: 18px;
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .testimonials .testimonial-slider ul li img.top-left, .testimonials .testimonial-slider ul li img.bottom-right {
      width: 20px;
      height: 15px; }
    .testimonials .testimonial-slider ul li p.testimonial-name {
      font-family: DIN Next W06 Regular;
      margin-bottom: 44px;
      font-size: 14px; }

  .contact .text-container .error p {
    margin: 0;
    margin-top: 0px;
    margin-bottom: 4px;
    color: white; }
  .contact .text-container input[type="text"].name {
    margin-top: 0px; }
  .contact .text-container input[type="text"] {
    width: 100%;
    height: 65px;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    color: white; }
  .contact .text-container textarea {
    width: 100%;
    height: 250px;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    color: white; }
  .contact .text-container input[type="submit"] {
    width: 100%;
    height: 65px;
    font-size: 18px;
    margin-top: 20px;
    letter-spacing: 2px; }

  .lower-image {
    background-position: 50% 30%; }
    .lower-image .lower-shadow {
      width: 60%;
      height: 100%; }

  .nav-icon {
    display: block; }

  .navigation {
    display: none; }

  .lower-image img.logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 66%; }

  .lower-image {
    padding: 0px; } }
@media (max-width: 580px) {
  .header {
    min-height: 400px; }
    .header .points ul li {
      width: 100%;
      text-align: center; } }
@media (max-width: 480px) {
  .header .points {
    position: absolute;
    bottom: 15px;
    width: 100%;
    z-index: 9; }
    .header .points ul li {
      color: white;
      font-size: 13px;
      display: inline-block;
      padding: 0px 0px 0px 0px;
      letter-spacing: 3px;
      width: 100%;
      text-align: center; } }

/*# sourceMappingURL=main.css.map */
