article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* 400 */
/* 300 */
/* 400 */
/* ========== UNIVERSAL ========== */
.cf {
  *zoom: 1; }
  .cf:before, .cf:after {
    content: '';
    display: table;
    line-height: 0; }
  .cf:after {
    clear: both; }

/* Force Scroll Bar */
html {
  overflow-y: scroll; }

/* Border-Box */
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

/* Highlights */
::selection {
  background: #D5D5D5;
  color: #000000;
  text-shadow: none; }

::-moz-selection {
  background: #D5D5D5;
  color: #000000;
  text-shadow: none; }

/* No Outline */
:focus,
:active {
  outline: none; }

.clear {
  clear: both; }

body {
  background: #ffffff;
  color: #494949;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px; }

.container {
  width: 1200px;
  height: inherit;
  margin: 0 auto; }

/* ========== POSITIONING ========== */
.hide {
  display: none; }

.fleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px; }

.fright {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px; }

.nomargin {
  margin: 0; }

/* ========== STYLING ========== */
.txt-c {
  text-align: center; }

.txt-r {
  text-align: right; }

.txt-l {
  text-align: left; }

.txt-j {
  text-align: justify; }

.txt-uc {
  text-transform: uppercase; }

.txt-ul {
  text-decoration: underline; }

.txt-lg {
  font-size: 125%; }

hr {
  background-color: #e1d9d2;
  color: #e1d9d2;
  border: 0 none;
  height: 1px;
  margin: 25px 0; }

hr.line {
  background: url(../images/line.png) no-repeat;
  border: 0 none;
  height: 36px;
  margin: 25px 0; }

/* ========== BASIC GRID ========== */
.grid {
  width: 100%;
  display: table; }
  .grid > div {
    width: 100%;
    display: table-cell;
    vertical-align: top; }
  .grid > div:first-child:nth-last-child(2),
  .grid > div:first-child:nth-last-child(2) ~ div {
    width: 50%; }
  .grid > div:first-child:nth-last-child(3),
  .grid > div:first-child:nth-last-child(3) ~ div {
    width: 33.33333%; }
  .grid > div:first-child:nth-last-child(4),
  .grid > div:first-child:nth-last-child(4) ~ div {
    width: 25%; }
  .grid > div:first-child:nth-last-child(5),
  .grid > div:first-child:nth-last-child(5) ~ div {
    width: 20%; }
  .grid > div:first-child:nth-last-child(6),
  .grid > div:first-child:nth-last-child(6) ~ div {
    width: 16.66667%; }
  .grid > div:first-child:nth-last-child(7),
  .grid > div:first-child:nth-last-child(7) ~ div {
    width: 14.28571%; }
  .grid > div:first-child:nth-last-child(8),
  .grid > div:first-child:nth-last-child(8) ~ div {
    width: 12.5%; }
  .grid > div:first-child:nth-last-child(9),
  .grid > div:first-child:nth-last-child(9) ~ div {
    width: 11.11111%; }
  .grid > div:first-child:nth-last-child(10),
  .grid > div:first-child:nth-last-child(10) ~ div {
    width: 10%; }

.grid.pad {
  margin: 25px 0; }
  .grid.pad div:first-child {
    padding-right: 50px; }
  .grid.pad div:last-child {
    padding-left: 50px; }

.grid.pad-lst {
  margin: 0; }
  .grid.pad-lst div:first-child {
    padding-right: 50px; }
  .grid.pad-lst div:last-child {
    padding-left: 50px; }

.padR {
  padding-right: 25px; }

.padL {
  padding-left: 25px; }

.grid .v-bottom {
  vertical-align: bottom; }

.grid .v-middle {
  vertical-align: middle; }

.col-1-1 {
  width: 100%; }

.col-1-2 {
  width: 50%; }

.col-1-3 {
  width: 33.333%; }

.col-2-3 {
  width: 66.666%; }

.col-1-4 {
  width: 25%; }

.col-2-4 {
  width: 50%; }

.col-3-4 {
  width: 75%; }

/* ========== GALLERY ========== */
.gallry {
  display: table;
  margin: auto; }
  .gallry img {
    margin: 10px;
    border: 3px solid #332a23; }
    .gallry img:hover {
      border: 1px solid #2c7838; }

/* ========== CONTENT ========== */
a.beige-button {
  background: #fbf4d9;
  border: 1px solid #d9ce9e;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 9px;
  display: inline-block;
  color: #332a23;
  font: 18px "Lora", serif;
  text-decoration: none; }
  a.beige-button:hover {
    background: #9bc267; }
  a.beige-button i {
    color: #1c5825; }

/* ========== Simple Nav CSS ========== */
.nav {
  background: #9bc267;
  height: 59px; }
  .nav .top {
    margin: 0;
    padding: 0; }
    .nav .top li {
      list-style: none;
      position: relative;
      white-space: nowrap;
      float: left;
      zoom: 1;
      color: #332a23;
      font-family: "Lora", serif;
      font-size: 18px;
      font-weight: 400; }
      .nav .top li.active, .nav .top li:hover {
        background: #724b2d;
        color: #ffffff; }
      .nav .top li ul {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0;
        padding: 0;
        display: none;
        position: absolute;
        box-shadow: 0px 10px 13px -9px #000;
        background: #9bc267;
        min-width: 200px;
        z-index: 200; }
        .nav .top li ul li {
          margin: 0px;
          position: relative;
          list-style: none;
          width: 100%; }
        .nav .top li ul a {
          background-image: none;
          background: none;
          color: #332a23;
          font-weight: 400;
          line-height: 20px;
          height: auto;
          padding: 7px 10px;
          text-align: left; }
          .nav .top li ul a:hover {
            color: #ffffff; }
    .nav .top a {
      text-decoration: none;
      display: block;
      padding: 0 16px;
      line-height: 59px;
      box-sizing: border-box;
      color: inherit; }

/* ========== HEADER ========== */
.header {
  width: 1200px;
  margin: 0 auto 30px;
  clear: both; }
  .header .nav-shop {
    float: right;
    display: block;
    height: 40px;
    background: #FBF4D9;
    padding: 0 5px;
    margin-bottom: 28px; }
    .header .nav-shop .shop {
      margin: 0;
      padding: 0; }
      .header .nav-shop .shop li {
        list-style: none;
        position: relative;
        white-space: nowrap;
        float: left;
        zoom: 1;
        color: #494949;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        line-height: 40px;
        font-weight: 400;
        text-transform: uppercase; }
        .header .nav-shop .shop li.active, .header .nav-shop .shop li:hover {
          color: #2c7838; }
      .header .nav-shop .shop a {
        text-decoration: none;
        display: block;
        padding: 0 15px;
        box-sizing: border-box;
        color: inherit; }
        .header .nav-shop .shop a .fa {
          margin-right: 9px; }
  .header p.view-cat {
    color: #332a23;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0; }
  .header a.beige-button {
    margin: 5px; }
  .header a.socal-icon {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: #eef4e7;
    color: #724b2d;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 25px;
    -webkit-border-radius: 42px;
    border-radius: 42px; }
    .header a.socal-icon:hover {
      background: #724b2d;
      color: #eef4e7; }
  .header p.info {
    color: #332a23;
    font-size: 20px;
    margin: 0; }
    .header p.info span {
      margin-left: 40px; }
    .header p.info i.fa-phone {
      margin-right: 8px;
      color: #332a23; }
    .header p.info i.fa-envelope-o {
      color: #2c7838;
      margin-right: 8px; }
    .header p.info a {
      color: #2c7838;
      text-decoration: underline; }
      .header p.info a:hover {
        color: #332a23; }

/* ========== BANNER ========== */
section.banner {
  background: url(../images/banner-bg.jpg) repeat-x;
  height: 440px;
  clear: both;
  margin-bottom: 23px; }
  section.banner img {
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    section.banner .cycle-slideshow .cycle-overlay {
        display: inline-block;
        position: absolute;
        z-index: 600;
        right: 0;
        bottom: 33px;
        background: rgba(255, 254, 244, 0.75);
        padding: 25px; }
      section.banner .cycle-slideshow .cycle-overlay h2 {
        color: #332a23;
        font: 30px "Lora", serif;
        font-weight: 400;
        margin: 0; }
      section.banner .cycle-slideshow .cycle-overlay p {
        color: #332a23;
        font-size: 18px;
        line-height: 36px;
        margin: 0; }

.brown-border {
  background: #332a23;
  height: 10px;
  width: 100%;
  margin-bottom: 40px; }

/* ========== FOOTER ========== */
.footer {
  background: url(../images/footer.jpg) repeat-x;
  min-height: 255px; }
  .footer .nav-bottom {
    height: 90px; }
    .footer .nav-bottom .bottom {
      float: right;
      margin: 35px 0 0;
      padding: 0; }
      .footer .nav-bottom .bottom li {
        list-style: none;
        position: relative;
        white-space: nowrap;
        float: left;
        zoom: 1;
        color: #332a23;
        font-family: "Lora", serif;
        font-size: 16px;
        line-height: 56px; }
        .footer .nav-bottom .bottom li.active, .footer .nav-bottom .bottom li:hover {
          color: #FBF4D9; }
        .footer .nav-bottom .bottom li:last-child a {
          padding-right: 0; }
      .footer .nav-bottom .bottom a {
        text-decoration: none;
        display: block;
        padding: 0 15px;
        box-sizing: border-box;
        font-weight: 400;
        color: inherit; }
  .footer .grid.foot {
    margin: 28px auto 58px; }
    .footer .grid.foot .foot-1 {
      width: 180px !important; }
    .footer .grid.foot .foot-2 {
      width: 355px !important; }
    .footer .grid.foot .foot-4 {
      width: 330px !important; }
    .footer .grid.foot .foot-5 {
      width: 210px !important; }
    .footer .grid.foot .foot-6 {
      width: 90px !important; }
    .footer .grid.foot h3 {
      color: #332a23;
      font: 24px "Lato", sans-serif;
      font-weight: 300;
      text-transform: uppercase;
      text-align: center;
      margin: 0; }
    .footer .grid.foot p {
      color: #494949;
      font-size: 15px;
      line-height: 24px;
      margin: 0; }
      .footer .grid.foot p span {
        color: #332a23;
        text-transform: uppercase; }
      .footer .grid.foot p i {
        color: #332a23;
        font-size: 14px; }
      .footer .grid.foot p a {
        color: #1d4c24;
        text-decoration: underline; }
        .footer .grid.foot p a:hover {
          color: #494949; }
  .footer .bg-brown {
    background: #332a23;
    height: 52px; }
    .footer .bg-brown p.rcom {
      float: left;
      color: #e1d9d2;
      font: 12px/18px "Open Sans", sans-serif; }
      .footer .bg-brown p.rcom span {
        color: #726051;
        margin-left: 15px; }
        .footer .bg-brown p.rcom span a {
          color: inherit;
          text-decoration: none; }
    .footer .bg-brown p.social-icons {
      float: right;
      color: #d6d6d6;
      font: 14px/18px "Open Sans", sans-serif;
      text-transform: uppercase; }
      .footer .bg-brown p.social-icons i {
        color: #d6d6d6;
        margin-left: 18px;
        font-size: 18px; }
        .footer .bg-brown p.social-icons i:hover {
          color: #9bc267; }

.scorecard {
  display: none; }

/* ========== BOXES ========== */
.grid.boxes {
  clear: both;
  margin: 23px 0; }
  .grid.boxes div {
    width: 380px !important;
    border: 1px solid #e1d9d2;
    text-align: center;
    padding: 25px 30px; }
    .grid.boxes div.spacer {
      width: 30px !important;
      border: none;
      padding: 0; }
    .grid.boxes div h2 {
      color: #2c7838;
      font-size: 30px;
      line-height: 1;
      font-weight: 400;
      display: block;
      margin: 0;
      padding-bottom: 10px;
      border-bottom: 1px solid #e1d9d2; }
    .grid.boxes div p {
      margin-bottom: 0; }
      .grid.boxes div p i {
        color: #2c7838; }
      .grid.boxes div p a.readmore {
        color: #2c7838;
        font-weight: 700;
        text-decoration: underline; }
        .grid.boxes div p a.readmore:hover {
          color: #494949; }

/* ========== SIDEBAr ========== */
aside.sidebar {
  width: 250px;
  float: right; }
  aside.sidebar .h1 {
    color: #332a23;
    font-family: "Lato", sans-serif;
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0px; }
  aside.sidebar .green-box {
    background: #eef4e7;
    padding: 20px; }
    aside.sidebar .green-box #search-box {
      width: 100%;
      height: 29px;
      background: #ffffff;
      margin: 0 0 10px;
      padding: 0px;
      border: 1px solid #b6aca3; }
    aside.sidebar .green-box #search-box .search-field {
      width: 179px;
      height: 26px;
      border: none;
      margin: 0px;
      float: right; }
    aside.sidebar .green-box #search-box .btn-search {
      background: url(../images/find.png) no-repeat;
      width: 13px;
      height: 13px;
      padding: 0;
      margin: 8px;
      border: none; }
    aside.sidebar .green-box ul#cats {
      margin: 0;
      padding: 0; }
    aside.sidebar .green-box ul#cats li {
      list-style: none;
      padding: 5px 0px; }
    aside.sidebar .green-box ul#cats li a {
      display: block;
      color: #332a23;
      font: 18px/36px "Lato", sans-serif;
      font-weight: 300;
      text-decoration: none;
      border-bottom: 1px solid #d0dfc0; }
    aside.sidebar .green-box ul#cats li a:hover {
      color: #2c7838; }
    aside.sidebar .green-box ::-webkit-input-placeholder {
      text-transform: uppercase;
      color: #332a23; }
    aside.sidebar .green-box ::-moz-placeholder {
      text-transform: uppercase;
      color: #332a23; }
    aside.sidebar .green-box :-ms-input-placeholder {
      text-transform: uppercase;
      color: #332a23; }
    aside.sidebar .green-box :-moz-placeholder {
      text-transform: uppercase;
      color: #332a23; }

#myContactForm {
  display: block;
  margin: 0;
  /* ========== PLACEHOLDER ========== */ }
  #myContactForm .form-group {
    margin-bottom: 10px; }
    #myContactForm .form-group label {
      display: inline-block;
      width: 100%; }
    #myContactForm .form-group .form-control {
      display: block;
      width: 100%;
      height: 34px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
    #myContactForm .form-group textarea {
      overflow: auto;
      vertical-align: top;
      height: 100px !important; }
    #myContactForm .form-group .g-recaptcha {
      margin: auto;
      width: 305px; }
    #myContactForm .form-group .btn {
      display: inline-block;
      padding: 6px 12px;
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.42857143;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 4px; }
    #myContactForm .form-group .btn-primary {
      color: #ffffff;
      background-color: #332a23;
      border-color: #332a23; }
      #myContactForm .form-group .btn-primary:hover, #myContactForm .form-group .btn-primary:focus, #myContactForm .form-group .btn-primary:active, #myContactForm .form-group .btn-primary.active {
        color: #ffffff;
        background-color: #2c7838;
        border-color: #2c7838; }
    #myContactForm .form-group .btn-default {
      color: #ffffff;
      background-color: #2c7838;
      border-color: #2c7838; }
      #myContactForm .form-group .btn-default:hover, #myContactForm .form-group .btn-default:focus, #myContactForm .form-group .btn-default:active, #myContactForm .form-group .btn-default.active {
        color: #ffffff;
        background-color: #332a23;
        border-color: #332a23; }
    #myContactForm .form-group .btn-primary.disabled, #myContactForm .form-group .btn-primary[disabled], #myContactForm .form-group fieldset[disabled] .btn-primary, #myContactForm .form-group .btn-primary.disabled:hover, #myContactForm .form-group .btn-primary[disabled]:hover, #myContactForm .form-group fieldset[disabled] .btn-primary:hover, #myContactForm .form-group .btn-primary.disabled:focus, #myContactForm .form-group .btn-primary[disabled]:focus, #myContactForm .form-group fieldset[disabled] .btn-primary:focus, #myContactForm .form-group .btn-primary.disabled:active, #myContactForm .form-group .btn-primary[disabled]:active, #myContactForm .form-group fieldset[disabled] .btn-primary:active, #myContactForm .form-group .btn-primary.disabled.active, #myContactForm .form-group .btn-primary[disabled].active, #myContactForm .form-group fieldset[disabled] .btn-primary.active {
      background-color: #ccc;
      border-color: #ccc; }
    #myContactForm .form-group .btn.disabled, #myContactForm .form-group .btn[disabled], #myContactForm .form-group fieldset[disabled] .btn {
      pointer-events: none;
      cursor: not-allowed;
      filter: alpha(opacity=65);
      -webkit-box-shadow: none;
      box-shadow: none;
      opacity: .65; }
  #myContactForm .formError {
    position: absolute !important;
    padding-bottom: 13px !important;
    display: block !important;
    z-index: 5000 !important;
    cursor: pointer !important; }
  #myContactForm #debugMode {
    background: #000;
    position: fixed;
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    overflow: scroll;
    opacity: 0.8;
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    z-index: 100000; }
  #myContactForm .ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none; }
  #myContactForm .formError .formErrorContent {
    width: 100%;
    background: #2c7838;
    color: #fff;
    width: 170px;
    font-family: tahoma;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; }
  #myContactForm .greenPopup .formErrorContent {
    background: #33be40; }
  #myContactForm .blackPopup .formErrorContent {
    background: #393939;
    color: #FFF; }
  #myContactForm .formError .formErrorArrow {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 15px;
    height: 17px;
    z-index: 5001; }
  #myContactForm .formError .formErrorArrowBottom {
    top: 0;
    margin: -6px; }
  #myContactForm .formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: 0px 2px 3px #444;
    -moz-box-shadow: 0px 2px 3px #ccc;
    -webkit-box-shadow: 0px 2px 3px #ccc;
    font-size: 0px;
    height: 1px;
    background: #2c7838;
    margin: 0 auto;
    line-height: 0px;
    font-size: 0px;
    display: block; }
  #myContactForm .formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }
  #myContactForm .greenPopup .formErrorArrow div {
    background: #33be40; }
  #myContactForm .blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF; }
  #myContactForm .formError .formErrorArrow .line10 {
    width: 15px;
    border: none; }
  #myContactForm .formError .formErrorArrow .line9 {
    width: 13px;
    border: none; }
  #myContactForm .formError .formErrorArrow .line8 {
    width: 11px; }
  #myContactForm .formError .formErrorArrow .line7 {
    width: 9px; }
  #myContactForm .formError .formErrorArrow .line6 {
    width: 7px; }
  #myContactForm .formError .formErrorArrow .line5 {
    width: 5px; }
  #myContactForm .formError .formErrorArrow .line4 {
    width: 3px; }
  #myContactForm .formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0px solid #ddd; }
  #myContactForm .formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd; }
  #myContactForm .formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd; }
  #myContactForm ::-webkit-input-placeholder {
    color: #999999; }
  #myContactForm ::-moz-placeholder {
    color: #999999; }
  #myContactForm :-ms-input-placeholder {
    color: #999999; }
  #myContactForm :-moz-placeholder {
    color: #999999; }

/* ========== Popup Email thank you message ========== */
#overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999; }
  #overlay #thankyoumessage {
    margin: 0 auto;
    margin-top: 300px;
    width: 600px;
    background-color: #000000;
    border-radius: 8px;
    border: 5px solid #fff;
    z-index: 999;
    text-align: center;
    box-shadow: 0px 0px 5px #000; }
    #overlay #thankyoumessage h2 {
      font-size: 30px;
      color: #fff;
      margin-bottom: 0px;
      text-transform: uppercase; }
    #overlay #thankyoumessage a {
      font: 11px tahoma, arial;
      color: #ccc;
      cursor: pointer; }

/* ========== MAIN ========== */
main {
  display: block;
  width: 890px;
  float: left; }
  main h1, main .h1 {
    color: #332a23;
    font-family: "Lato", sans-serif;
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0px; }
  main h2 {
    color: #2c7838;
    font-family: "Lora", serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 400; }
  main h3 {
    color: #332a23;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 300; }
  main a {
    color: #2c7838;
    text-decoration: underline; }
    main a:hover {
      color: #494949; }
  main ul {
    list-style: none; }
    main ul li:before {
      content: '\f101';
      margin: 0 10px 0 -20px;
      font-family: 'FontAwesome'; }

/*# sourceMappingURL=main.css.map */

.imgborder {padding:3px; border:2px solid #332a23;}

.sale {
    color: #9bc267 !important;
    font-weight: bold;
    font-size: large;
}







.spanishtext {
    
    font-weight: bold;
     
    
    font-size: 13px
}