/*
=====================================================================

   TOC:
   a. General Styles
   b. Intro Section
   c. About Section
   d. Location Section
   e. Footer

===================================================================== */

/* ------------------------------------------------------------------ */
/* a. General Styles
/* ------------------------------------------------------------------ */

body {
  background: #ffffff;
}

/* ------------------------------------------------------------------ */
/* b. Intro Styles
/* ------------------------------------------------------------------ */

#intro {
  position: relative;
  min-height: 500px;
  width: 100%;
  padding-top: auto;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

/* Header 
/* ------------------------------------------------------------------ */
header {
  height: auto;
  width: 100%;
  position: relative;
}
header #logo {
  text-align: center;
  padding: 60px 0;
  width: 100%;
}

/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap,
#nav-wrap ul,
#nav-wrap li,
#nav-wrap a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

/* nav-wrap */
#nav-wrap {
  font: 11px "montserrat-bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  z-index: 9999;

  position: absolute;
  top: 12px;
  right: 30px;
}

/* hide toggle button */
#nav-wrap > a {
  display: none;
}
#nav-wrap > a {
  text-align: left;
  border: none;
  height: 54px;
  line-height: 54px;
  float: right;

  font: 0/0 a;
  text-shadow: none;
  color: transparent;

  position: absolute;
  top: 0px;
  right: 36px;
}
#nav-wrap > a:before {
  font-family: "FontAwesome";
  content: "\f0c9";
  color: #353535;
  margin: 0;
  font-size: 25px;
  line-height: 54px;
  text-align: left;
  display: block;
  float: right;
}

/* hide menu panel */
#nav-wrap ul#nav {
  padding: 24px 36px 36px 36px;
  height: auto;
  width: auto;
  clear: both;
  display: none;
  background: #353535;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;

  position: relative;
  top: 54px;
  right: 30px;
}

/* display toggle buttons */
.no-js #nav-wrap:not(:target) > a:first-of-type,
.no-js #nav-wrap:target > a:last-of-type {
  display: block;
}
.js #nav-wrap a {
  display: block;
}

/* display menu panels - no JS*/
.no-js #nav-wrap:target > ul#nav {
  display: block;
}

ul#nav li {
  display: block;
  height: auto;
  text-align: left;
  border-bottom: 1px solid #fff;
  border-bottom-style: dotted;
}

ul#nav li a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  margin: 12px 0;
  line-height: 16px; /* reset line-height from 54px */
  border: none;
  color: #fff;

  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

ul#nav li a:hover {
  color: #ff1111;
}
ul#nav li a:active {
  background-color: transparent !important;
}
ul#nav li.current a {
  color: #353535;
}

/* Main 
------------------------------------------------------------------ */
#main {
  margin: 0 auto;
  text-align: center;
}
#main h1 {
  font: 42px/1.2em "montserrat-bold", sans-serif;
  color: #000;
  margin-bottom: 18px;
  padding: 0 10%;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
#main p {
  font: 16px/33px "montserrat-regular", sans-serif;
  color: #000;
  margin-bottom: 18px;
  padding: 0 18%;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
}
#main h5 {
  font: 13px/24px "montserrat-bold", sans-serif;
  color: #ff1313;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
}

/* counter */
#main #counter {
  width: 75%;
  color: #353535;
  text-align: center;
  margin: 18px auto 0;
}
#main #counter span {
  font: 70px/1em "montserrat-bold", serif;
  display: block;
  padding: 12px 0 30px;
  min-width: 25%;
  float: left;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  border-left: 1px dotted rgba(255, 255, 255, 0.2);
}
#main #counter span:first-child {
  border-left: none;
}
#main #counter span em {
  font: 11px/18px "montserrat-regular", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 12px;
  display: block;
  color: #bcbcbc;
  color: #353535;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
}

/* mailchimp form */
#main #mc_embed_signup {
  clear: both;
  margin: 48px auto 18px;
  width: 50%;
}
#main #mc_embed_signup:before,
#main #mc_embed_signup:after {
  content: " ";
  display: table;
}
#main #mc_embed_signup:after {
  clear: both;
}

#main #mc_embed_signup input {
  display: inline-block;
  float: left;
}
#main #mc_embed_signup input[type="email"] {
  font-size: 15px;
  height: 54px;
  line-height: 30px;
  padding: 12px 15px;
  border-radius: 3px 0 0 3px;
  color: #131313;
  background: #b9b9b9;
  width: 70%;
}
#main #mc_embed_signup input[type="submit"] {
  font-size: 15px;
  line-height: 30px;
  height: 54px;
  padding: 12px 30px;
  margin: 0 0 18px 0;
  border-radius: 0 3px 3px 0;
  background: #ff1111;
  background: #353535;
  width: 30%;
}
#main #mc_embed_signup input[type="submit"]:hover {
  background: #ff1111;
}

/* social links */
#main .social {
  clear: both;
  font-size: 30px;
  margin: 12px 0 24px;
  padding: 0;
}
#main .social li {
  display: inline-block;
  margin: 0 12px;
  padding: 0;
}
#main .social li a {
  color: #353535;
}
#main .social li a:hover {
  color: #ff1111;
}

/* ------------------------------------------------------------------ */
/* c. About Section
/* ------------------------------------------------------------------ */

#about {
  background: #353535;
  color: #fff;
  padding-top: 96px;
  padding-bottom: 72px;
  overflow: hidden;
}
#about a,
#about a:visited {
  color: #ff1111;
}
#about a:hover,
#about a:focus {
  color: #fff;
}

.section-header,
.section-content {
  max-width: 880px;
}
#about .section-header {
  text-align: center;
  margin-bottom: 12px;
}
#about .section-header .icon-wrap {
  font-size: 60px;
  margin-bottom: 18px;
  color: #ff1111;
}
#about .section-header h1 {
  font: 30px/36px "montserrat-bold", sans-serif;
  color: #fff;
  margin-bottom: 12px;
  padding: 0 15%;
}
#about .section-header p {
  color: #fff;
  padding: 0 3%;
}
#about h3 {
  font: 15px/24px "montserrat-bold", sans-serif;
  color: #ff1111;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 12px;
}

/* Call To Action 
------------------------------------------------------------------ */
#call-to-action {
  padding-top: 30px;
  text-align: center;
}
#call-to-action .section-ads {
  max-width: 880px;
  padding-top: 36px;
  border-top: 1px dotted #4b8f57;
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
}
#call-to-action h2 {
  font: 30px/36px "montserrat-bold", sans-serif;
  color: #ebeeee;
  letter-spacing: -0.5px;
  margin-bottom: 18px;
  padding: 0 15%;
}
#call-to-action h2 a {
  color: #fff !important;
}
#call-to-action p {
  color: #fff;
  padding: 0 8%;
}
#call-to-action span {
  font-family: "merriweather-regular", serif;
  color: #0c3012;
}
#call-to-action .action a.button {
  width: 350px;
  margin: 0 auto;
}
#call-to-action .button {
  background: #165622;
  color: #fff !important;
}
#call-to-action .button:hover,
#call-to-action .button:active {
  background: #ffffff;
  color: #0d0d0d !important;
}

/* ------------------------------------------------------------------ */
/* d. Location Section
/* ------------------------------------------------------------------ */

#location .contacts {
  background: #1f1f1f;
  padding-top: 48px;
  padding-bottom: 18px;
}
#location .contact-details {
  max-width: 900px;
  text-align: center;
}
#location .contacts .row .columns {
  width: 33.33333%;
}
#location .contacts .row .end {
  float: left;
}
#location .contacts h3 {
  font: 14px/24px "montserrat-bold", sans-serif;
  color: #ff1111;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}
#location .contacts p {
  line-height: 30px;
  font-family: "montserrat-regular", sans-serif;
  font-size: 14px;
  color: #fff;
}
#location .contacts h3 i {
  margin-right: 8px;
}

/* map */
#map {
  display: block;
  height: 486px;
  width: 100%;
  background-color: #f6f4ef;
}
#map img {
  max-width: inherit !important;
}
#map .map-error {
  text-align: center;
  padding-top: 48px;
  color: #c0b491;
  font-size: 14px;
}
#map .fa {
  font-size: 60px;
  color: #1f1f1f;
}
.error {
  color: red;
  font: 12px "montserrat-regular", sans-serif;
}

.alert {
  font: 12px "montserrat-regular", sans-serif;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 0.25rem;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* ------------------------------------------------------------------ */
/* e. Footer
/* ------------------------------------------------------------------ */

footer {
  font: 14px/24px "montserrat-regular", sans-serif;
  background: #0f0f0f;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #303030;
}
footer a,
footer a:visited {
  color: #525252;
}
footer a:hover,
footer a:focus {
  color: #fff;
}

/* copyright */
footer .copyright {
  margin: 0;
  padding: 0;
  text-align: center;
}
footer .copyright li {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 24px;
}
.ie footer .copyright li {
  display: inline;
}
footer .copyright li:before {
  content: "\2022";
  padding-left: 6px;
  padding-right: 10px;
  color: #1b6728;
}
footer .copyright li:first-child:before {
  display: none;
}

/* Go To Top Button */
#go-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-align: center;
  display: none;
}
#go-top a {
  text-decoration: none;
  border: 0 none;
  display: block;
  width: 48px;
  height: 48px;
  background-color: #303030;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  color: #fff;
  font-size: 16px;
  line-height: 48px;
  border-radius: 3px;
}
#go-top a:hover {
  background: #ff1111;
}
