/*-------------------------------------- Import Files ---------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ---------- RESET ---------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

input {
  margin: 0;
  padding: 0; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 100%; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul,
ol,
li {
  list-style-type: none; }

input,
textarea {
  outline: none; }

strong {
  font-weight: bold; }

.fr {
  float: right; }

.fl {
  float: left; }

.cb {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.fr {
  float: right; }

.fl {
  float: left; }

.cb {
  clear: both; }

/***********************************************************************************/
/* CSS Variables */
/***********************************************************************************/
/***********************************************************************************/
/* Screen Sizes */
/***********************************************************************************/
/***********************************************************************************/
/* Mixins */
/***********************************************************************************/
/***********************************************************************************/
/* All Typeography */
/***********************************************************************************/
body {
  font-size: 1em;
  line-height: 1.25em;
  font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #1a3f1c; }

p {
  margin: 1em 0; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5em; }

h1 {
  font-size: 3.5em;
  font-family: 'Alex Brush', cursive;
  color: #1a3f1c;
  line-height: .25em;
  line-height: 1em;
  margin-top: 0; }

h2 {
  font-size: 1.5em;
  line-height: 1.25em;
  color: #b07e09;
  font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300; }

h3 {
  font-size: 1.25em;
  line-height: 1.5em;
  font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #b07e09; }

h4 {
  font-size: 1.125em;
  line-height: 1.375em;
  color: #7ca588;
  font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700; }

h5 {
  font-size: 1em;
  line-height: 1.25em;
  color: #b07e09;
  font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700; }

h6, h7, h8 {
  font-size: 1em;
  color: #b07e09; }

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.875em;
    line-height: 1em;
    margin-top: 0; }

  h2 {
    font-size: 1.375em; }

  h3 {
    font-size: 1.25em; }

  h4, h5, h6 {
    font-size: 1.125em; } }
@media screen and (max-width: 667px) {
  h1 {
    font-size: 2.875em; }

  h2 {
    font-size: 1.375em; }

  h3 {
    font-size: 1.25em; }

  h4, h5, h6 {
    font-size: 1.125em; } }
@media screen and (max-width: 568px) {
  h1 {
    font-size: 2.5em; }

  h2 {
    font-size: 1.375em; }

  h3 {
    font-size: 1.25em; }

  h4, h5, h6 {
    font-size: 1.125em; } }
@media screen and (max-width: 414px) {
  h1 {
    font-size: 2.875em;
    line-height: 1em;
    margin-top: 0; }

  h2 {
    font-size: 1.5em;
    line-height: 1em; }

  h3 {
    font-size: 1.25em; }

  h4, h5, h6 {
    font-size: 1.125em; } }
@media screen and (max-width: 375px) {
  h1 {
    font-size: 2.5em;
    line-height: 1em;
    margin-top: 0; }

  h2 {
    font-size: 1.375em;
    line-height: 1em; }

  h3 {
    font-size: 1.0625em; }

  h4, h5, h6 {
    font-size: 1em; } }
/***********************************************************************************/
/* Column Code */
/***********************************************************************************/
.span_12 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 100%; }
  .span_12:last-child {
    margin-right: 0; }

.span_11 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 91.48936%; }
  .span_11:last-child {
    margin-right: 0; }

.span_10 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 82.97872%; }
  .span_10:last-child {
    margin-right: 0; }

.span_9 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 74.46809%; }
  .span_9:last-child {
    margin-right: 0; }

.span_8 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 65.95745%; }
  .span_8:last-child {
    margin-right: 0; }

.span_7 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 57.44681%; }
  .span_7:last-child {
    margin-right: 0; }

.span_6 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 48.93617%; }
  .span_6:last-child {
    margin-right: 0; }

.span_5 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 40.42553%; }
  .span_5:last-child {
    margin-right: 0; }

.span_4 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 31.91489%; }
  .span_4:last-child {
    margin-right: 0; }

.span_3 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 23.40426%; }
  .span_3:last-child {
    margin-right: 0; }

.span_2 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 14.89362%; }
  .span_2:last-child {
    margin-right: 0; }

.span_1 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 6.38298%; }
  .span_1:last-child {
    margin-right: 0; }

.shift_1 {
  margin-left: 8.51064%; }

.shift_2 {
  margin-left: 17.02128%; }

.shift_3 {
  margin-left: 25.53191%; }

.shift_4 {
  margin-left: 34.04255%; }

.shift_5 {
  margin-left: 42.55319%; }

.shift_6 {
  margin-left: 51.06383%; }

.shift_7 {
  margin-left: 400%; }

.shift_8 {
  margin-left: 68.08511%; }

.shift_9 {
  margin-left: 76.59574%; }

.shift_10 {
  margin-left: 85.10638%; }

.shift_11 {
  margin-left: 93.61702%; }

.shift_12 {
  margin-left: 102.12766%; }

.omega, .last {
  margin-right: 0; }

/***********************************************************************************/
/* Mobile Columns */
/***********************************************************************************/
@media screen and (max-width: 568px) {
  *[class*='span'], *[class^=' span'] {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 100%;
    margin-right: 0; }
    *[class*='span']:last-child, *[class^=' span']:last-child {
      margin-right: 0; }

  *[class*='shift'], *[class^=' shift'] {
    margin-left: 0; } }
/***********************************************************************************/
/* CSS Flexslider HTML Items */
/***********************************************************************************/
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("flexslider/fonts/flexslider-icon.eot");
  src: url("flexslider/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("flexslider/fonts/flexslider-icon.woff") format("woff"), url("flexslider/fonts/flexslider-icon.ttf") format("truetype"), url("flexslider/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 0px;
  /*  Added to collapse directional nav  */ }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * CAPTIONS AND BUTTONS
 * ====================================================================================================================*/
.slides .flex-caption-one {
  font-size: 3.125em;
  line-height: 1.25em;
  font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  margin: 235px 0 0 45px;
  -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

.slides .flex-caption-two {
  font-size: 3.125em;
  line-height: 1.25em;
  font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  margin: 235px 45px 0 0;
  -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

.slides .flex-caption-three {
  font-size: 3.125em;
  line-height: 1.25em;
  font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  margin: 235px 140px 0 0;
  -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

.slides .flex-caption-four {
  width: 50%;
  font-size: 1.875em;
  line-height: 1.25em;
  font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 0 0 0;
  -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

/* ====================================================================================================================
 * HOME THEME
 * ====================================================================================================================*/
.flexslider {
  min-height: 100%;
  /*  Added for testing  */
  margin: 0 auto;
  padding: 0;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  position: relative;
  /*top: -24px;  /*  Added to position slide image at top of container  */
  /*height: 350px;  /*  Added to position slide image at top of container  */ }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  /*  Changed for positioning  */
  height: 50px;
  /*  Changed for positioning  */
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  /*  Changed for positioning  */
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 35px;
  /*  changed from 40px  */
  height: 50px;
  /*  Added for positioning  */
  position: relative;
  /*  Added for positioning  */
  top: 10px;
  /*  Added for positioning  */
  padding: 8px 0;
  /*  Added for positioning  */
  display: inline-block;
  content: '\f001';
  color: #FFF;
  /*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/ }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: 0px; }

.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a .flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
  border: solid thin green; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.9); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE  GO TO _small-screen.scss
 * ====================================================================================================================*/
/* ====================================================================================================================*/
/* $ipad-portrait: 768px; */
@media screen and (max-width: 768px) {
  .slides .flex-caption-one {
    font-size: 2.1875em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    margin: 205px 0 0 45px;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

  .slides .flex-caption-two {
    font-size: 2.1875em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    margin: 205px 100px 0 0;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

  .slides .flex-caption-three {
    font-size: 2.1875em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    margin: 205px 100px 0 0;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

  .slides .flex-caption-four {
    width: 60%;
    font-size: 1.875em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0 0 0;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); } }
/* ====================================================================================================================*/
/* $iphone6-landscape: 667px; */
@media screen and (max-width: 667px) {
  .slides .flex-caption-one {
    font-size: 1.875em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    margin: 180px 0 0 45px;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

  .slides .flex-caption-two {
    font-size: 1.875em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    margin: 180px 45px 0 0;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

  .slides .flex-caption-three {
    font-size: 1.875em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    margin: 180px 100px 0 0;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

  .slides .flex-caption-four {
    width: 60%;
    font-size: 1.875em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0 0 0;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); } }
/* ====================================================================================================================*/
/* $iphone5-landscape: 568px; */
@media screen and (max-width: 568px) {
  .slides .flex-caption-one {
    font-size: 1.875em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    margin: 150px 0 0 45px;
    -webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9); }

  .slides .flex-caption-two {
    font-size: 1.875em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    margin: 150px 45px 0 0;
    -webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9); }

  .slides .flex-caption-three {
    font-size: 1.875em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    margin: 150px 100px 0 0;
    -webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9); }

  .slides .flex-caption-four {
    width: 60%;
    font-size: 1.25em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0 0 0;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); } }
/* ====================================================================================================================*/
/* $iphone-landscape: 480px; */
/* ====================================================================================================================*/
/* $iphone6-plus-portrait: 414px; */
@media screen and (max-width: 414px) {
  .slides .flex-caption-one {
    font-size: 2em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    text-align: center;
    color: #FFF;
    width: 414px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 235px 0 0 0;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

  .slides .flex-caption-two {
    font-size: 2em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    text-align: center;
    color: #FFF;
    width: 414px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 235px 0 0 0;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

  .slides .flex-caption-three {
    font-size: 2em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    text-align: center;
    color: #FFF;
    width: 414px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 235px 0 0 0;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

  .slides .flex-caption-four {
    width: 100%;
    font-size: 1.875em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0 0 0;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); } }
/* ====================================================================================================================*/
/* $iphone6-portrait: 375px; */
@media screen and (max-width: 375px) {
  .slides .flex-caption-one {
    font-size: 1.75em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    text-align: center;
    color: #FFF;
    width: 375px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 215px 0 0 0;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

  .slides .flex-caption-two {
    font-size: 1.75em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    text-align: center;
    color: #FFF;
    width: 375px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 215px 0 0 0;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

  .slides .flex-caption-three {
    font-size: 1.75em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    text-align: center;
    color: #FFF;
    width: 375px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 215px 0 0 0;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

  .slides .flex-caption-four {
    width: 100%;
    font-size: 1.75em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0 0 0;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); } }
/* ====================================================================================================================*/
/* $iphone-portrait: 320px; */
@media screen and (max-width: 320px) {
  .slides .flex-caption-one {
    font-size: 1.5em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    text-align: center;
    color: #FFF;
    width: 320px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 180px 0 0 0;
    -webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9); }

  .slides .flex-caption-two {
    font-size: 1.5em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    text-align: center;
    color: #FFF;
    width: 320px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 180px 0 0 0;
    -webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9); }

  .slides .flex-caption-three {
    font-size: 1.5em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    text-align: center;
    color: #FFF;
    width: 320px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 180px 0 0 0;
    -webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9); }

  .slides .flex-caption-four {
    width: 100%;
    font-size: 1.5em;
    line-height: 1.25em;
    font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0 0 0;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); } }
/***********************************************************************************/
/* MailChimp */
/***********************************************************************************/
/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  padding: 10px 0;
  margin-top: 20px;
  clear: both;
  border-top: solid 4px #cab367; }

#mc_embed_signup h2 {
  font-size: 1.25em;
  color: #597d68;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
  padding: 0; }

#mc_embed_signup input {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 100%;
  background: white;
  display: block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: black;
  padding: .75em;
  font-size: 14px;
  margin: 0 0 .75em .25em;
  border: 1px solid #7ca588;
  -webkit-box-shadow: 0px 2px 7px 2px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 2px 7px 2px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 2px 7px 2px rgba(50, 50, 50, 0.2); }
  #mc_embed_signup input:last-child {
    margin-right: 0; }
  #mc_embed_signup input:focus {
    border-color: #1a3f1c;
    color: black; }

#mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox; }

#mc_embed_signup input[type=radio] {
  -webkit-appearance: radio; }

#mc_embed_signup .button, #mc_embed_signup body input[type="submit"], body #mc_embed_signup input[type="submit"] {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 100%;
  border: 0 none;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  font-weight: normal;
  margin: 1em 0;
  padding: .5em 1.5em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #FFF;
  background: #1a3f1c;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  clear: both; }
  #mc_embed_signup .button:last-child, #mc_embed_signup body input[type="submit"]:last-child, body #mc_embed_signup input[type="submit"]:last-child {
    margin-right: 0; }
  #mc_embed_signup .button:hover, #mc_embed_signup body input[type="submit"]:hover, body #mc_embed_signup input[type="submit"]:hover {
    color: #FFF;
    background: #b07e09;
    text-decoration: none;
    cursor: pointer; }

#mc_embed_signup .small-meta {
  font-size: 11px; }

#mc_embed_signup .nowrap {
  white-space: nowrap; }

#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 3%;
  min-height: 50px; }

#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%; }

* html #mc_embed_signup .size1of2 {
  margin-right: 2%;
  /* Fix for IE6 double margins. */ }

#mc_embed_signup .mc-field-group label {
  display: block;
  margin: 0 .25em 3px .25em; }

#mc_embed_signup .mc-field-group input {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%; }

#mc_embed_signup .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px; }

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us {
  padding: 5px 0; }

#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px 0; }

#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input {
  width: 40px; }

#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
  width: 30px; }

#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label {
  display: none; }

#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%; }

#mc_embed_signup .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px; }

#mc_embed_signup .clear {
  clear: both; }

#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none; }

#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0; }

#mc_embed_signup .mc-field-group.input-group label {
  display: inline; }

#mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none; }

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em .5em 0em .5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both; }

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em .5em .5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%; }

#mc_embed_signup #mce-error-response {
  display: none; }

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none; }

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: .5em 0; }

#mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
  margin: 1em 0 1em 5%; }

#mc_embed_signup #num-subscribers {
  font-size: 1.1em; }

#mc_embed_signup #num-subscribers span {
  padding: .5em;
  border: 1px solid #ccc;
  margin-right: .5em;
  font-weight: bold; }

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41; }

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41; }

/***********************************************************************************/
/* No Scroll - Disable Google Maps Mouse Scroll Wheel */
/***********************************************************************************/
.scrolloff {
  pointer-events: none; }

/*-------------------------------------- Global Styles ---------------------------------------*/
.mobile_only {
  display: none; }

.small_portrait_only {
  display: none; }

.navContain {
  display: none; }

strong {
  font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700; }

em {
  font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 300; }

strong em {
  font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 700; }

hr {
  height: 1px;
  width: 100%;
  display: block;
  margin: 1.5em 0;
  padding: 0;
  border: none;
  background: #cab367; }

.content {
  padding-top: 1em;
  padding-bottom: 1em; }

a {
  color: black;
  text-decoration: underline; }

a:hover {
  color: black;
  text-decoration: none; }

a img {
  border: none; }

a {
  outline: none; }

.img_100 {
  width: 100%; }

.img_btn {
  margin: 1.5em auto;
  text-align: center;
  width: 100%; }
  .img_btn:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    /* For IE8 and earlier */ }

.side_padding {
  padding-right: 1em;
  padding-left: 1em; }

.white_fill {
  background: white; }

.google-maps {
  position: relative;
  height: 404px !important;
  overflow: hidden;
  border-top: solid 4px #1a3f1c; }

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 404px !important; }

/*-------------------------------------- Structure ---------------------------------------*/
body {
  background: #1a3f1c; }

.body_wrapper {
  background: #7ca588;
  background: url("../images/bg-pattern.jpg") top center repeat; }

.inside-960 {
  width: 960px;
  margin: 0 auto;
  zoom: 1;
  position: relative; }
  .inside-960:before, .inside-960:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .inside-960:after {
    clear: both; }

article ul {
  margin: 1em 0 1em 1.5em; }
  article ul li {
    list-style: disc;
    padding: .25em .25em 1em .25em; }
    article ul li ul {
      margin-left: 0; }
      article ul li ul li {
        list-style: none; }
        article ul li ul li:before {
          content: "-";
          margin-right: .25em; }

/*-------------------------------------- Header ---------------------------------------*/
header.masthead {
  padding: 0;
  position: relative;
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 4px solid #1a3f1c;
  border-top: 4px solid #1a3f1c;
  background: #FFF;
  zoom: 1; }
  header.masthead:last-child {
    margin-right: 0; }
  header.masthead:before, header.masthead:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  header.masthead:after {
    clear: both; }
  header.masthead .inside-960 {
    background: white;
    padding: 0 10px; }
  header.masthead .logo {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 40.42553%;
    margin-right: 0;
    margin-top: 5px; }
    header.masthead .logo:last-child {
      margin-right: 0; }
    header.masthead .logo a {
      display: block;
      width: 300px;
      height: 115px;
      margin-bottom: 15px;
      background: url("../images/logo-healing_destiny_massage.jpg") 0 0 no-repeat;
      text-indent: -999em; }
      header.masthead .logo a:hover {
        background-position: 0 -115px; }
  header.masthead .mainNav {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 57.44681%;
    margin-right: 0;
    margin-top: 97px; }
    header.masthead .mainNav:last-child {
      margin-right: 0; }
    header.masthead .mainNav ul, header.masthead .mainNav .menu {
      position: relative; }
      header.masthead .mainNav ul li, header.masthead .mainNav .menu li {
        position: relative;
        display: inline-block;
        padding-bottom: 1.0em;
        background: #FFF; }
        header.masthead .mainNav ul li a, header.masthead .mainNav .menu li a {
          display: inline-block;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
          font-family: "jaf-domus-titling-web", Verdana, Arial, Helvetica, sans-serif;
          color: #597d68;
          text-decoration: none;
          font-size: 1em;
          margin-right: 1em; }
          header.masthead .mainNav ul li a:hover, header.masthead .mainNav .menu li a:hover {
            color: #cab367; }
        header.masthead .mainNav ul li a.hover_nav, header.masthead .mainNav .menu li a.hover_nav {
          color: #cab367; }
        header.masthead .mainNav ul li ul, header.masthead .mainNav .menu li ul {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          width: 220px;
          padding-top: 4px;
          z-index: 9999; }
          header.masthead .mainNav ul li ul li, header.masthead .mainNav .menu li ul li {
            padding: 0;
            margin: 0; }
            header.masthead .mainNav ul li ul li a, header.masthead .mainNav ul li ul li a.hover_nav, header.masthead .mainNav .menu li ul li a, header.masthead .mainNav .menu li ul li a.hover_nav {
              background: #1a3f1c;
              display: block;
              margin: 0;
              padding: .5em 0 .5em 1em;
              color: #FFF;
              width: 220px;
              -webkit-transition: all 0.2s ease;
              -moz-transition: all 0.2s ease;
              -o-transition: all 0.2s ease;
              transition: all 0.2s ease;
              font-family: "jaf-domus-titling-web", Verdana, Arial, Helvetica, sans-serif;
              font-size: 0.875em;
              border-bottom: 1px solid #597d68; }
              header.masthead .mainNav ul li ul li a:hover, header.masthead .mainNav ul li ul li a.hover_nav:hover, header.masthead .mainNav .menu li ul li a:hover, header.masthead .mainNav .menu li ul li a.hover_nav:hover {
                color: #cab367;
                background: #597d68;
                border-color: #597d68; }
      header.masthead .mainNav ul li.current_page_item > a, header.masthead .mainNav ul li.current_page_parent > a, header.masthead .mainNav ul li.current-page-ancestor > a, header.masthead .mainNav .menu li.current_page_item > a, header.masthead .mainNav .menu li.current_page_parent > a, header.masthead .mainNav .menu li.current-page-ancestor > a {
        color: #b07e09;
        border: solid thin blue; }
      header.masthead .mainNav ul li.current_page_item ul li a, header.masthead .mainNav ul li.current_page_parent ul li a, header.masthead .mainNav ul li.current-page-ancestor ul li a, header.masthead .mainNav .menu li.current_page_item ul li a, header.masthead .mainNav .menu li.current_page_parent ul li a, header.masthead .mainNav .menu li.current-page-ancestor ul li a {
        color: #FFF;
        border: solid thin red; }

/*-------------------------------------- Body Content ---------------------------------------*/
.default_page {
  margin: 0;
  zoom: 1;
  width: 960px;
  margin: 0 auto;
  background: #FFF;
  clear: both; }
  .default_page:before, .default_page:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .default_page:after {
    clear: both; }

.container {
  zoom: 1;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
  clear: both; }
  .container:before, .container:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .container:after {
    clear: both; }

.feature {
  height: 350px; }

.feature-box {
  background-color: rgba(0, 0, 0, 0.75);
  margin: 50px 0;
  padding: 20px 40px; }

/*-------------------------------------- Footer ---------------------------------------*/
footer {
  clear: left;
  background: #1a3f1c;
  padding: 1.5em 0; }
  footer .container {
    background-color: #1a3f1c; }
  footer .footer_line_1 {
    zoom: 1; }
    footer .footer_line_1:before, footer .footer_line_1:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    footer .footer_line_1:after {
      clear: both; }
  footer .copyright {
    clear: both;
    margin: 1em 0;
    font-size: 0.6875em;
    color: #597d68;
    text-align: center; }
    footer .copyright a {
      color: #597d68;
      text-decoration: none;
      -webkit-transition: color 0.2s ease;
      -moz-transition: color 0.2s ease;
      -o-transition: color 0.2s ease;
      transition: color 0.2s ease; }
      footer .copyright a:hover {
        color: #cab367; }

/*-------------------------------------- Imports ---------------------------------------*/
/***********************************************************************************/
/* CSS Buttons */
/***********************************************************************************/
body .button, body input[type="submit"] {
  font-size: 18px;
  display: inline-block;
  padding: .5em 1.5em;
  /*border: 2px solid #FFF;*/
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  text-decoration: none;
  font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  min-width: 200px;
  text-align: center; }
body .button1 {
  color: #FFF;
  background: #1a3f1c;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  body .button1:hover {
    color: #FFF;
    background: #b07e09;
    text-decoration: none;
    cursor: pointer; }
body .button2 {
  color: #FFF;
  background: #b07e09;
  border: solid 2px #FFF;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  body .button2:hover {
    color: #FFF;
    background: #1a3f1c;
    text-decoration: none;
    cursor: pointer; }
body .button_container {
  margin-top: 1em; }
body .lg_button {
  display: inline-block;
  font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.125em;
  width: 100%;
  background: #597d68;
  color: #FFF;
  padding: .75em 0;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  body .lg_button:hover {
    color: white;
    background: #7ca588; }
body input[type="submit"] {
  color: #FFF;
  background: #1a3f1c;
  border: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  body input[type="submit"]:hover {
    color: #FFF;
    background: #b07e09;
    text-decoration: none;
    cursor: pointer; }
@media screen and (max-width: 768px) {
  body .lg_button {
    font-size: 1.125em;
    padding: .75em 0; } }

/***********************************************************************************/
/* Form Fields, Inputs, Textareas */
/***********************************************************************************/
/*-------------------------------------- Form Elements ---------------------------------------*/
/* Main Pages */
.contact {
  padding: 0 1em;
  /* Placeholder Text Color */ }
  .contact input[type="text"], .contact textarea, .contact input[type="email"], .contact input[type="tel"], .contact input[type="password"], .contact select {
    background: white;
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: black;
    width: 100%;
    padding: .75em;
    font-size: 14px;
    margin: 0 0 .75em 0;
    border: 1px solid #7ca588;
    -webkit-box-shadow: 0px 2px 7px 2px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 2px 7px 2px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 2px 7px 2px rgba(50, 50, 50, 0.2); }
    .contact input[type="text"]:focus, .contact textarea:focus, .contact input[type="email"]:focus, .contact input[type="tel"]:focus, .contact input[type="password"]:focus, .contact select:focus {
      border-color: #1a3f1c;
      color: black; }
  .contact textarea {
    width: 100%; }
  .contact select {
    height: 2em; }
  .contact ::-webkit-input-placeholder {
    color: #7ca588; }
  .contact :-moz-placeholder {
    /* Firefox 18- */
    color: #b07e09; }
  .contact ::-moz-placeholder {
    /* Firefox 19+ */
    color: #b07e09; }
  .contact :-ms-input-placeholder {
    color: #b07e09; }
  .contact .error {
    color: #b07e09;
    font-size: 16px; }

/*-------------------------------------- Small Screens Import ---------------------------------------*/
@media screen and (max-width: 960px) {
  /***********************************************************************************/
  /* Desktop Min View */
  /***********************************************************************************/
  img, object, video, embed {
    max-width: 100%;
    height: auto !important; }

  .body_wrapper {
    zoom: 1;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto; }
    .body_wrapper:before, .body_wrapper:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .body_wrapper:after {
      clear: both; }

  .inside-960 {
    width: 100%;
    margin: 0 auto;
    zoom: 1;
    position: relative; }
    .inside-960:before, .inside-960:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .inside-960:after {
      clear: both; }

  .default_page {
    margin: 0;
    width: 100%;
    clear: both; }

  header.masthead {
    width: 100%;
    margin-right: 0; }
    header.masthead .mainNav ul li a {
      margin-right: .3em; }

  .container {
    padding: 0 10px; }

  /***********************************************************************************/
  /* iPad Portrait */
  /***********************************************************************************/
  /***********************************************************************************/
  /* iPhone 6 Plus Landscape */
  /***********************************************************************************/
  /***********************************************************************************/
  /* iPhone 6 Landscape */
  /***********************************************************************************/
  /***********************************************************************************/
  /* iPhone 5 Landscape */
  /***********************************************************************************/
  /***********************************************************************************/
  /* iPhone 6 Plus Portrait */
  /***********************************************************************************/
  /***********************************************************************************/
  /* iPhone 6 Portrait */
  /***********************************************************************************/
  /***********************************************************************************/
  /* iPhone 4 and 5 Portrait */
  /***********************************************************************************/ }
@media screen and (max-width: 960px) and (max-width: 940px) {
  .body_wrapper, .container {
    zoom: 1;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto; }
    .body_wrapper:before, .body_wrapper:after, .container:before, .container:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .body_wrapper:after, .container:after {
      clear: both; } }
@media screen and (max-width: 960px) and (max-width: 768px) {
  .mobile_only {
    display: block; }

  .big_screen_only {
    display: none; }

  .small_portrait_only {
    display: none; }

  .landscape {
    display: block; }

  header.masthead .logo a {
    background: url("../images/logo-healing_destiny_massage.jpg") 0 0 no-repeat;
    width: 300px;
    height: 115px; }
    header.masthead .logo a:hover {
      background-position: 0 -115px; }
  header.masthead .mainNav {
    display: none; }
  header.masthead .navTrigger {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -999em;
    position: absolute;
    bottom: 15px;
    right: 20px;
    background: url("../images/btn-nav-trigger.png") 0 0 no-repeat; }

  .navContain {
    position: absolute;
    width: 100%;
    z-index: 999; }

  .mobileNav ul li a {
    color: white;
    font-family: "jaf-domus-titling-web", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.125em;
    text-align: center;
    background: #1a3f1c;
    display: block;
    width: 100%;
    padding: .65em 0;
    border-top: 1px solid #597d68;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .mobileNav ul li a:hover {
      background: #597d68;
      color: black; }
  .mobileNav ul li ul li a {
    background: #597d68;
    color: #cab367;
    border-top: 1px solid #1a3f1c; }

  body .navContain {
    top: 139px; }

  body.customize-support .navContain {
    top: 181px; }

  .feature {
    height: 280px; }

  .feature-box {
    background-color: rgba(0, 0, 0, 0.75);
    height: 280px;
    margin: 0;
    padding: 40px; } }
@media screen and (max-width: 960px) and (max-width: 736px) {
  .small_portrait_only {
    display: none; }

  .landscape {
    display: block; }

  .feature {
    height: 270px; }

  .feature-box {
    background-color: rgba(0, 0, 0, 0.75);
    height: 268px;
    margin: 0;
    padding: 20px; } }
@media screen and (max-width: 960px) and (max-width: 667px) {
  .landscape {
    display: block; }

  .sidebar_border {
    border: none;
    margin-right: 0; }

  article.single-post {
    padding-left: 0;
    padding-right: 0; }

  aside.sidebar {
    border-top: 1px solid #cab367;
    margin-top: 1em;
    padding: 2em 0;
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 100%;
    clear: left;
    margin-right: 0;
    margin-top: -1em; }
    aside.sidebar:last-child {
      margin-right: 0; }

  .feature {
    height: 244px; }

  .feature-box {
    background-color: rgba(0, 0, 0, 0.75);
    height: 242px;
    margin: 0;
    padding: 20px; } }
@media screen and (max-width: 960px) and (max-width: 568px) {
  .landscape {
    display: block; }

  .feature {
    height: 207px; }

  .feature-box {
    background-color: rgba(0, 0, 0, 0.75);
    height: 205px;
    margin: 0;
    padding: 20px; }

  span.line_break {
    display: block; }

  nav.utilityNav {
    display: none; }

  .lg_button {
    padding: .65em 0; }

  footer.footer div {
    text-align: center;
    margin: .4em 0; }
  footer.footer .fr {
    float: none; } }
@media screen and (max-width: 960px) and (max-width: 414px) {
  .big_screen_only {
    display: none; }

  .mobile_only {
    display: none; }

  .small_portrait_only {
    display: block; }

  .landscape {
    display: none; }

  .side_padding {
    padding-right: .5em;
    padding-left: .5em; }

  header.masthead .logo a {
    background: url("../images/logo-healing_destiny_massage.jpg") 0 0 no-repeat;
    width: 300px;
    height: 115px; }
    header.masthead .logo a:hover {
      background-position: 0 -115px; }
  header.masthead .mainNav {
    display: none; }
  header.masthead .navTrigger {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -999em;
    position: absolute;
    bottom: 13px;
    right: 20px;
    background: url("../images/btn-nav-trigger.png") 0 0 no-repeat; }

  .feature {
    height: 300px; }

  .feature-box {
    height: 300px;
    margin: 0;
    padding: 35px 10px;
    background: #597d68; } }
@media screen and (max-width: 960px) and (max-width: 375px) {
  .big_screen_only {
    display: none; }

  .mobile_only {
    display: none; }

  .small_portrait_only {
    display: block; }

  .landscape {
    display: none; }

  .side_padding {
    padding-right: .25em;
    padding-left: .25em; }

  header.masthead {
    border-bottom: 0; }
    header.masthead .logo {
      width: 100%;
      margin: 0;
      text-align: center; }
      header.masthead .logo a {
        text-align: center;
        margin: 0 auto;
        width: 300px;
        height: 115px;
        background: url("../images/logo-healing_destiny_massage.jpg") 0 0 no-repeat; }
        header.masthead .logo a:hover {
          background-position: 0 -115px; }
    header.masthead .inside-960 {
      width: 100%;
      margin: 0;
      padding: 0; }

  div.navTriggers {
    position: relative;
    clear: both;
    width: 100%;
    padding: .25em 0;
    background: #1a3f1c;
    height: 40px; }
    div.navTriggers .navTrigger {
      position: absolute;
      right: 10px;
      top: 0; }

  body .navContain {
    top: 159px; }

  body.customize-support .navContain {
    top: 236px; }

  .feature {
    height: 275px; }

  .feature-box {
    height: 275px;
    margin: 0;
    padding: 30px 10px;
    background: #597d68; } }
@media screen and (max-width: 960px) and (max-width: 320px) {
  .landscape {
    display: none; }

  .side_padding {
    padding-right: 0em;
    padding-left: 0em; }

  header.masthead .logo a {
    background: url("../images/logo-healing_destiny_massage.jpg") 0 0 no-repeat;
    width: 300px;
    height: 115px; }
    header.masthead .logo a:hover {
      background-position: 0 -115px; }

  body .navContain {
    top: 159px; }

  body.customize-support .navContain {
    top: 217px; }

  .feature {
    height: 232px; }

  .feature-box {
    height: 232px;
    margin: 0;
    padding: 30px 10px;
    background: #597d68; } }
