/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Custom styles
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
.content {
  background-color: #fafafa;
  overflow: auto;
}
.content-center {
  background-color: #fff;
  margin: 35px auto;
  padding: 0 55px;
  width: 100%;
  max-width: 1200px;
}
.top-bar {
  background-color: #efefef;
  left: 0;
  font-size: 0.8em;
  color: #6f6f6f;
  right: 0;
  *zoom: 1;
  padding: 5px 15px;
}
.top-bar:before,
.top-bar:after {
  content: " ";
  display: table;
}
.top-bar:after {
  clear: both;
}
.top-bar .left {
  float: left;
}
.top-bar .right {
  float: right;
}
nav.mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  z-index: 999;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  -ms-transition: 400ms;
  transition: 400ms;
}
nav.mobile.open {
  left: 0%;
}
nav.mobile .close {
  font-size: 1.5em;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #6f6f6f;
  padding: 20px;
}
nav.mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  font-size: 1.6em;
}
nav.mobile ul li {
  margin: 15px 0;
}
nav.mobile ul li a {
  text-decoration: none;
  color: #6f6f6f;
  padding: 5px 0;
  display: block;
}
header {
  border-bottom: 1px solid #efefef;
  position: relative;
  margin-bottom: 20px;
  *zoom: 1;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header .logo {
  float: left;
  width: 230px;
  margin: 20px 0;
}
header .logo img {
  width: 100%;
}
header nav {
  float: right;
  margin: 70px 0 60px 0;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 300;
}
header nav a {
  display: inline-block;
  color: #6f6f6f;
  margin: 0 25px;
  text-decoration: none;
}
header nav a:hover {
  color: #6f6f6f;
  text-decoration: underline;
}
header nav a.active {
  text-decoration: underline;
}
header .menu-btn {
  position: absolute;
  left: 15px;
  font-size: 1.5em;
  top: 50%;
  margin-top: -20px;
  color: #6f6f6f;
  display: none;
}
.owl-carousel {
  margin: 20px 0;
}
.owl-carousel .slide {
  position: relative;
}
.owl-carousel .slide .content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
  color: #fff;
  text-transform: uppercase;
  padding: 0 30px;
}
.owl-carousel .slide .content.right .block {
  float: right;
  text-align: right;
}
.owl-carousel .slide .content .block {
  display: table;
  height: 100%;
  width: 60%;
}
.owl-carousel .slide .content .block .middle {
  display: table-cell;
  vertical-align: middle;
}
.owl-carousel .slide .content h1 {
  margin: 0;
  font-size: 2.5em;
  line-height: 1.2em;
}
.owl-carousel .slide .content p {
  margin: 10px 0;
  font-size: 1.1em;
  font-weight: 100;
}
.btn {
  background-color: #a56aa0;
  color: #fff;
  padding: 10px 20px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  font-size: 0.8em;
  text-shadow: none;
  border: 0;
}
.btn:hover {
  background-color: #895385;
}
.subtitle {
  margin: 10px auto;
  text-align: center;
  font-weight: 100;
  color: #6f6f6f;
  text-transform: uppercase;
  font-size: 1.5em;
}
.featured {
  margin-left: -2%;
  width: 102%;
  margin-bottom: 20px;
  *zoom: 1;
}
.featured:before,
.featured:after {
  content: " ";
  display: table;
}
.featured:after {
  clear: both;
}
.featured .block {
  cursor: pointer;
  width: 48%;
  height: 180px;
  float: left;
  margin-left: 2%;
  background: #efefef;
  background-image: url(../img/gel.jpg);
  background-repeat: no-repeat;
  background-position: right;
  padding: 30px;
  color: #6f6f6f;
  position: relative;
}
.featured .block:hover .overlay {
  background-color: rgba(255, 255, 255, 0.6);
}
.featured .block:hover h2 {
  margin-left: 20px;
}
.featured .block:hover span {
  margin-left: 40px;
}
.featured .block.last {
  background-image: url(../img/fitfeatured.jpg);
}
.featured .block .overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  -ms-transition: 400ms;
  transition: 400ms;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured .block h2 {
  font-weight: 100;
  margin: 20px 0;
  text-transform: uppercase;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  -ms-transition: 400ms;
  transition: 400ms;
  position: relative;
  z-index: 1;
}
.featured .block span {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  -ms-transition: 400ms;
  transition: 400ms;
  font-size: 0.9em;
  text-decoration: underline;
}
.single-feature {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  -ms-transition: 400ms;
  transition: 400ms;
  background-image: url(../img/officialForeverLivingLogo.png);
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: right 6% top 35%;
  position: relative;
  width: 100%;
  background-color: #848741;
  margin-bottom: 20px;
  padding: 30px;
  cursor: pointer;
  color: #fff;
}
.single-feature:hover {
  background-color: #676e1a;
}
.single-feature:hover h2 {
  margin-left: 20px;
}
.single-feature:hover span {
  margin-left: 40px;
}
.single-feature a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.single-feature h2 {
  margin: 0;
  font-weight: 400;
  width: 60%;
  margin-bottom: 15px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  -ms-transition: 400ms;
  transition: 400ms;
}
.single-feature span {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  -ms-transition: 400ms;
  transition: 400ms;
  text-decoration: underline;
}
.intros {
  margin-left: -2%;
  width: 102%;
  margin-bottom: 15px;
  *zoom: 1;
}
.intros:before,
.intros:after {
  content: " ";
  display: table;
}
.intros:after {
  clear: both;
}
.intros .block {
  width: 48%;
  float: left;
  margin-left: 2%;
  position: relative;
  padding: 30px;
  text-align: center;
  color: #6f6f6f;
}
.intros .block h2 {
  font-weight: 100;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #000;
}
.intros .block p {
  font-weight: 100;
  color: #6f6f6f;
  font-size: 0.9em;
}
.intros .block a {
  font-weight: bold;
  font-size: 0.9em;
  color: #6f6f6f;
  text-decoration: none;
}
.intros .block.last:before {
  content: '';
  position: absolute;
  left: -2%;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #efefef;
}
footer {
  border-top: 1px solid #efefef;
  padding: 40px 0;
  color: #6f6f6f;
  font-size: 0.9em;
  *zoom: 1;
}
footer:before,
footer:after {
  content: " ";
  display: table;
}
footer:after {
  clear: both;
}
footer .left {
  float: left;
}
footer .left p {
  margin: 0;
}
footer .left a {
  color: #6f6f6f;
  font-weight: bold;
  text-decoration: none;
}
footer .right {
  float: right;
}
footer .right .icon {
  display: inline-block;
  width: 45px;
  margin: 0 10px;
}
footer .right .icon img {
  width: 100%;
}
.page-title {
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 15px;
}
.page-title.about {
  background-image: url('../img/about.jpg');
}
.page-title h1 {
  color: #6f6f6f;
  font-size: 2em;
  text-transform: uppercase;
  margin: 0;
  padding: 50px 20px;
  color: #fff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
}
section {
  color: #6f6f6f;
}
section h2 {
  font-weight: 100;
  font-size: 1.2em;
}
section .btn {
  background-color: #a56aa0;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
}
.contacts {
  width: 102%;
  margin-left: -2%;
  margin-bottom: 15px;
  *zoom: 1;
}
.contacts:before,
.contacts:after {
  content: " ";
  display: table;
}
.contacts:after {
  clear: both;
}
.contacts .contact {
  background-color: #efefef;
  color: #6f6f6f;
  float: left;
  margin-left: 2%;
  width: 31.3333%;
  padding: 10px;
  text-align: center;
}
.contacts .contact .fa {
  font-size: 2em;
}
.contacts .contact span {
  display: block;
  margin-top: 10px;
}
.contacts .contact span a {
  color: #6f6f6f;
  font-weight: bold;
  text-decoration: none;
}
.contact-form {
  width: 102%;
  margin-left: -2%;
  margin-top: 15px;
  *zoom: 1;
}
.contact-form:before,
.contact-form:after {
  content: " ";
  display: table;
}
.contact-form:after {
  clear: both;
}
.contact-form .col {
  width: 48%;
  float: left;
  margin-left: 2%;
}
.contact-form .col input {
  width: 100%;
  border: 1px solid #efefef;
  color: #6f6f6f;
  padding: 8px 10px;
  margin-bottom: 20px;
  height: 40px;
}
.contact-form .col textarea {
  height: 160px;
  width: 100%;
  border: 1px solid #efefef;
  color: #6f6f6f;
  padding: 8px 10px;
}
.btn-container {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.message {
  background-color: #93BD82;
  padding: 15px 20px;
  margin-bottom: 15px;
  color: #fff;
}
.message.danger {
  background-color: #D66C6C;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width: 1000px) {
  .content-center {
    margin: 0 auto;
    padding: 0 10px;
  }
}
@media screen and (max-width: 900px) {
  header {
    text-align: center;
  }
  header .logo {
    float: none;
    display: inline-block;
    width: 200px;
  }
  header nav {
    display: none;
  }
  header .menu-btn {
    display: block;
  }
  .featured,
  .intros {
    width: 100%;
    margin: 0;
  }
  .featured .block,
  .intros .block {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .featured .block {
    text-align: center;
  }
  .featured .block .overlay {
    background-color: rgba(255, 255, 255, 0.9);
  }
  footer .left {
    margin-bottom: 15px;
  }
  footer .left,
  footer .right {
    float: none;
    text-align: center;
    width: 100%;
  }
  .owl-carousel .slide .content {
    width: 100%;
  }
  .owl-carousel .slide .content .block {
    width: 100%;
  }
  .owl-carousel .slide .content h1 {
    font-size: 1.5em;
  }
  .contacts {
    width: 100%;
    margin-left: 0;
  }
  .contacts .contact {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .contact-form {
    width: 100%;
    margin-left: 0;
  }
  .contact-form .col {
    float: none;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  header .logo {
    width: 150px;
  }
  .owl-carousel {
    height: 200px;
  }
  .owl-carousel .slide {
    height: 200px;
  }
  .owl-carousel .slide img {
    height: 200px;
    width: auto;
  }
  .owl-carousel .slide .content {
    width: 100%;
  }
  .owl-carousel .slide .content .block {
    width: 100%;
  }
  .owl-carousel .slide .content h1 {
    font-size: 1.5em;
  }
  .owl-carousel .slide .content p {
    display: none;
  }
  .single-feature {
    text-align: center;
    background-image: none;
  }
  .single-feature h2 {
    width: 100%;
    text-align: center;
  }
  .single-feature span {
    text-align: center;
  }
}
/* ==========================================================================
   Keyframes
   ========================================================================== */
/*# sourceMappingURL=main.css.map */