/*!
 * Start Bootstrap - Grayscale v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/#006633rockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */
body {
  font-family: 'Roboto', 'Heiti SC', 'Heiti TC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: white; }

html {
  width: 100%;
  height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #c49a6c;
  font-weight: 600;
  margin: 0 0 35px;
  letter-spacing: 1px; 
  text-transform: normal; }
.navbar-brand {
    font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #c49a6c;
    font-weight: 600;
    margin: 0 0 0 0;
    letter-spacing: 1px; 
    text-transform: normal; }
  
p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 25px; }
  @media (min-width: 768px) {
    p {
      font-size: 16px;
      line-height: 1.6;
      margin: 0 0 35px; } }

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #c49a6c; }
  a:focus, a:hover {
    text-decoration: none;
    color: #a0713d; }
.card{
  border: none;
}
.card-header{border-bottom: none;}

.btn-social {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  line-height: 2rem; }

  .floating-label-form-group {
    position: relative;
    border-bottom: 1px solid #c49a6c; }
    .floating-label-form-group input,
    .floating-label-form-group textarea {
      font-size: 1.5em;
      position: relative;
      z-index: 1;
      padding-right: 0;
      padding-left: 0;
      resize: none;
      border: none;
      border-radius: 0;
      background: none;
      box-shadow: none !important; }
    .floating-label-form-group label {
      font-size: 0.85em;
      line-height: 1.764705882em;
      position: relative;
      z-index: 0;
      top: 2em;
      display: block;
      margin: 0;
      -webkit-transition: top 0.3s ease, opacity 0.3s ease;
      -moz-transition: top 0.3s ease, opacity 0.3s ease;
      -ms-transition: top 0.3s ease, opacity 0.3s ease;
      transition: top 0.3s ease, opacity 0.3s ease;
      vertical-align: middle;
      vertical-align: baseline;
      opacity: 0; }
    .floating-label-form-group:not(:first-child) {
      padding-left: 14px;
      border-left: 1px solid #c49a6c; }
  
  .floating-label-form-group-with-value label {
    top: 0;
    opacity: 1; }
  
  .floating-label-form-group-with-focus label {
    color: #006633; }
  
  form .row:first-child .floating-label-form-group {
    border-top: 1px solid #c49a6c; }
  
/*
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/
*/

/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
  display: none;
}
#facebook iframe frameborder{
  border: none;
}
/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
  border: none;
}
/**/
/* ## lang-wrap */
/**/

.lang-wrap{
  text-transform: normal;
  float: right;
}
.lang-wrap > * {
  display: inline-block;
}
.lang-wrap .currency{
  position: relative;
}
.lang-wrap .currency:before, 
.lang-wrap .lang-bar:before{
  content: '\f1ab';
  font-family: FontAwesome;
  font-size: 16px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  color: #ffffff
}
#mainNav .lang-wrap .cur-change {
  padding: 0;
  margin-left: 0;
  color: #c49a6c;
  border: 0;
  padding-right: 15px;
}
.lang-wrap .lang-bar ul{
  text-transform: normal;
  font-size: 13px;
  list-style: none;
  margin: 0;
}
.lang-wrap  > span{
  margin: 0 15px;
  color: #c49a6c;
}
.lang-bar{
  position: relative;
}
.lang-bar ul ul {
  position: absolute;
  z-index: 1;
  bottom: calc(100% - 1px);
  left: -999999px;
  opacity: 0;
  margin:  0 0 0 30px;
  display: table;
  padding: 10px;
  font-size: 13px;
  -webkit-transition: opacity 0.3s ease, left 0.3s step-end;
  -moz-transition: opacity 0.3s ease, left 0.3s step-end;
  -ms-transition: opacity 0.3s ease, left 0.3s step-end;
  transition: opacity 0.3s ease, left 0.3s step-end;
}
.lang-bar>div>ul {
  position: relative;
  z-index: 1;
}
.lang-bar ul li a {
  position: relative;
  white-space: nowrap;
  color: #c49a6c;
  padding-right: 15px;
}
#mainNav .lang-bar ul ul {
  top: 100%;
  margin-top: 10px;
  text-transform: normal;
  bottom: auto;
}
.lang-bar li .icflag {
  vertical-align: baseline;
}
.lang-bar ul:hover ul {
  left: -10px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, left 0.3s step-start;
  -moz-transition: opacity 0.3s ease, left 0.3s step-start;
  -ms-transition: opacity 0.3s ease, left 0.3s step-start;
  transition: opacity 0.3s ease, left 0.3s step-start;
}
.lang-bar ul ul:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#mainNav .lang-bar ul ul:before {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #c49a6c;
}
#mainNav .lang-bar ul li ul li{
  line-height: 1.5;
  border-bottom: 1px solid #caa47b;
}
#mainNav {
  font-family: 'Athiti', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 0px;
  text-transform: normal;
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  background-color: #006633; }
  #mainNav .navbar-toggler {
    font-size: 13px;
    padding: 10px;
    color: white;
    border: 1px solid white; }
  #mainNav .navbar-brand {
    text-transform: uppercase;
    font-weight: 700; }
  #mainNav a {
    color: white; }
  #mainNav .navbar-nav .nav-item {
    text-transform: uppercase;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
    #mainNav .navbar-nav .nav-item:hover {
      color: fade(white, 80%);
      outline: none;
      background-color: transparent; }
    #mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
      outline: none;
      background-color: transparent; }
  @media (min-width: 992px) {
    #mainNav {
      padding-top: 10px;
      padding-bottom: 10px;
      -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      letter-spacing: 1px;
      border-bottom: none;
      background: transparent; }
      #mainNav.navbar-shrink {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 0px solid rgba(255, 255, 255, 0.3);
        opacity: 0.65;
        background: #000000; }
      #mainNav .nav-link.active {
        outline: none;
        color: #c49a6c; }
        #mainNav .nav-link.active:hover {
          color: #c49a6c; } }

.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 200px 0;
  text-align: center;
  color: white;
  background: url("../img/intro-bg.jpg") no-repeat center center scroll;
  background-color: #006633;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .masthead .intro-body {
    background: url("../img/intro-body.png") no-repeat bottom center scroll;
    display: table-cell;
    vertical-align: bottom; }
    .masthead .intro-body .brand-heading {
      font-size: 50px; }
    .masthead .intro-body .intro-text {
      font-size: 18px; }
  @media (min-width: 768px) {
    .masthead {
      height: 100%;
      padding: 0; }
      .masthead .intro-body {
        background: url("../img/intro-body.png") no-repeat bottom center scroll;
        display: table-cell;
        vertical-align: bottom; }
      .masthead .intro-body .brand-heading {
      font-weight: 600;
        font-size: 72px; }
      .masthead .intro-body .intro-text {
        font-size: 18px; } }
        .masthead-contact {
          display: table;
          width: 100%;
          height: auto;
          padding: 200px 0;
          text-align: center;
          color: white;
          background: url("../img/masthead-contact-bg.jpg") no-repeat center center scroll;
          background-color: #006633;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover; }
@media (min-width: 320px) {
  .masthead {
    height: 100%;
    padding: 0; }
  .masthead .intro-body {
    background: url("../img/intro-body.png") no-repeat bottom center scroll;
    display: table-cell;
    vertical-align: bottom; }
}       
.masthead-contact .intro-body {
            background: url("../img/intro-body.png") no-repeat bottom center scroll;
            display: table-cell;
            vertical-align: bottom; }
            .masthead-contact .intro-body .brand-heading {
              font-size: 50px; }
            .masthead-contact .intro-body .intro-text {
              font-size: 18px; }
          @media (min-width: 768px) {
            .masthead-contact {
              height: 100%;
              padding: 0; }
              .masthead-contact .intro-body .brand-heading {
              font-weight: 600;
                font-size: 72px; }
              .masthead-contact .intro-body .intro-text {
                font-size: 18px; } }
.masthead-thai-massage {
          display: table;
          width: 100%;
          height: auto;
          padding: 200px 0;
          text-align: center;
          color: white;
          background: url("../img/masthead-thai-massage-bg.jpg") no-repeat center center scroll;
          background-color: #006633;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover; }
          .masthead-thai-massage .intro-body {
            background: url("../img/intro-body.png") no-repeat bottom center scroll;
            display: table-cell;
            vertical-align: bottom; }
            .masthead-thai-massage .intro-body .brand-heading {
              font-size: 50px; }
            .masthead-thai-massage .intro-body .intro-text {
              font-size: 18px; }
          @media (min-width: 768px) {
            .masthead-thai-massage {
              height: 100%;
              padding: 0; }
              .masthead-thai-massage .intro-body .brand-heading {
              font-weight: 600;
                font-size: 72px; }
              .masthead-thai-massage .intro-body .intro-text {
                font-size: 18px; } }
.masthead-package {
                  display: table;
                  width: 100%;
                  height: auto;
                  padding: 200px 0;
                  text-align: center;
                  color: white;
                  background: url("../img/masthead-package-bg.jpg") no-repeat center center scroll;
                  background-color: #006633;
                  -webkit-background-size: cover;
                  -moz-background-size: cover;
                  -o-background-size: cover;
                  background-size: cover; }
                  .masthead-package .intro-body {
                    background: url("../img/intro-body.png") no-repeat bottom center scroll;
                    display: table-cell;
                    vertical-align: bottom; }
                    .masthead-package .intro-body .brand-heading {
                      font-size: 50px; }
                    .masthead-package .intro-body .intro-text {
                      font-size: 18px; }
                  @media (min-width: 768px) {
                    .masthead-package {
                      height: 100%;
                      padding: 0; }
                      .masthead-package .intro-body .brand-heading {
                      font-weight: 600;
                        font-size: 72px; }
                      .masthead-package .intro-body .intro-text {
                        font-size: 18px; } } 
.masthead-promotion {
                          display: table;
                          width: 100%;
                          height: auto;
                          padding: 200px 0;
                          text-align: center;
                          color: white;
                          background: url("../img/masthead-promotion-bg.jpg") no-repeat center center scroll;
                          background-color: #006633;
                          -webkit-background-size: cover;
                          -moz-background-size: cover;
                          -o-background-size: cover;
                          background-size: cover; }
                          .masthead-promotion .intro-body {
                            background: url("../img/intro-body.png") no-repeat bottom center scroll;
                            display: table-cell;
                            vertical-align: bottom; }
                            .masthead-promotion .intro-body .brand-heading {
                              font-size: 50px; }
                            .masthead-promotion .intro-body .intro-text {
                              font-size: 18px; }
                          @media (min-width: 768px) {
                            .masthead-promotion {
                              height: 100%;
                              padding: 0; }
                              .masthead-promotion .intro-body .brand-heading {
                              font-weight: 600;
                                font-size: 72px; }
                              .masthead-promotion .intro-body .intro-text {
                                font-size: 18px; } } 
.masthead-beauty-salon {
                  display: table;
                  width: 100%;
                  height: auto;
                  padding: 200px 0;
                  text-align: center;
                  color: white;
                  background: url("../img/masthead-beauty-salon-bg.jpg") no-repeat center center scroll;
                  background-color: #006633;
                  -webkit-background-size: cover;
                  -moz-background-size: cover;
                  -o-background-size: cover;
                  background-size: cover; }
                  .masthead-beauty-salon .intro-body {
                    background: url("../img/intro-body.png") no-repeat bottom center scroll;
                    display: table-cell;
                    vertical-align: bottom; }
                    .masthead-beauty-salon .intro-body .brand-heading {
                      font-size: 50px; }
                    .masthead-beauty-salon .intro-body .intro-text {
                      font-size: 18px; }
                  @media (min-width: 768px) {
                    .masthead-beauty-salon {
                      height: 100%;
                      padding: 0; }
                      .masthead-beauty-salon .intro-body .brand-heading {
                      font-weight: 600;
                        font-size: 72px; }
                      .masthead-beauty-salon .intro-body .intro-text {
                        font-size: 18px; } } 
.masthead-nail-studio {
                  display: table;
                  width: 100%;
                  height: auto;
                  padding: 200px 0;
                  text-align: center;
                  color: white;
                  background: url("../img/masthead-nail-studio-bg.jpg") no-repeat center center scroll;
                  background-color: #006633;
                  -webkit-background-size: cover;
                  -moz-background-size: cover;
                  -o-background-size: cover;
                  background-size: cover; }
                  .masthead-nail-studio .intro-body {
                    background: url("../img/intro-body.png") no-repeat bottom center scroll;
                    display: table-cell;
                    vertical-align: bottom; }
                    .masthead-nail-studio .intro-body .brand-heading {
                      font-size: 50px; }
                    .masthead-nail-studio .intro-body .intro-text {
                      font-size: 18px; }
                  @media (min-width: 768px) {
                    .masthead-nail-studio {
                      height: 100%;
                      padding: 0; }
                      .masthead-nail-studio .intro-body .brand-heading {
                      font-weight: 600;
                        font-size: 72px; }
                      .masthead-nail-studio .intro-body .intro-text {
                        font-size: 18px; } }
.masthead-waxing {
                          display: table;
                          width: 100%;
                          height: auto;
                          padding: 200px 0;
                          text-align: center;
                          color: white;
                          background: url("../img/masthead-waxing-bg.jpg") no-repeat center center scroll;
                          background-color: #006633;
                          -webkit-background-size: cover;
                          -moz-background-size: cover;
                          -o-background-size: cover;
                          background-size: cover; }
                          .masthead-waxing .intro-body {
                            background: url("../img/intro-body.png") no-repeat bottom center scroll;
                            display: table-cell;
                            vertical-align: bottom; }
                            .masthead-waxing .intro-body .brand-heading {
                              font-size: 50px; }
                            .masthead-waxing .intro-body .intro-text {
                              font-size: 18px; }
                          @media (min-width: 768px) {
                            .masthead-waxing {
                              height: 100%;
                              padding: 0; }
                              .masthead-waxing .intro-body .brand-heading {
                              font-weight: 600;
                                font-size: 72px; }
                              .masthead-waxing .intro-body .intro-text {
                                font-size: 18px; } }
.masthead-body-scrub {
                  display: table;
                  width: 100%;
                  height: auto;
                  padding: 200px 0;
                  text-align: center;
                  color: white;
                  background: url("../img/masthead-body-scrub-bg.jpg") no-repeat center center scroll;
                  background-color: #006633;
                  -webkit-background-size: cover;
                  -moz-background-size: cover;
                  -o-background-size: cover;
                  background-size: cover; }
                  .masthead-body-scrub .intro-body {
                    background: url("../img/intro-body.png") no-repeat bottom center scroll;
                    display: table-cell;
                    vertical-align: bottom; }
                    .masthead-body-scrub .intro-body .brand-heading {
                      font-size: 50px; }
                    .masthead-body-scrub .intro-body .intro-text {
                      font-size: 18px; }
                  @media (min-width: 768px) {
                    .masthead-body-scrub {
                      height: 100%;
                      padding: 0; }
                      .masthead-body-scrub .intro-body .brand-heading {
                      font-weight: 600;
                        font-size: 72px; }
                      .masthead-body-scrub .intro-body .intro-text {
                        font-size: 18px; } }
.masthead-herbal-massage {
                  display: table;
                  width: 100%;
                  height: auto;
                  padding: 200px 0;
                  text-align: center;
                  color: white;
                  background: url("../img/masthead-herbal-massage-bg.jpg") no-repeat bottom center scroll;
                  background-color: #006633;
                  -webkit-background-size: cover;
                  -moz-background-size: cover;
                  -o-background-size: cover;
                  background-size: cover; }
                  .masthead-herbal-massage .intro-body {
                    background: url("../img/intro-body.png") no-repeat bottom center scroll;
                    display: table-cell;
                    vertical-align: bottom; }
                    .masthead-herbal-massage .intro-body .brand-heading {
                      font-size: 50px; }
                    .masthead-herbal-massage .intro-body .intro-text {
                      font-size: 18px; }
                  @media (min-width: 768px) {
                    .masthead-herbal-massage {
                      height: 100%;
                      padding: 0; }
                      .masthead-herbal-massage .intro-body .brand-heading {
                      font-weight: 600;
                        font-size: 72px; }
                      .masthead-herbal-massage .intro-body .intro-text {
                        font-size: 18px; } }
.masthead-oil-massage {
                          display: table;
                          width: 100%;
                          height: auto;
                          padding: 200px 0;
                          text-align: center;
                          color: white;
                          background: url("../img/masthead-oil-massage-bg.jpg") no-repeat bottom center scroll;
                          background-color: #006633;
                          -webkit-background-size: cover;
                          -moz-background-size: cover;
                          -o-background-size: cover;
                          background-size: cover; }
                          .masthead-oil-massage .intro-body {
                            background: url("../img/intro-body.png") no-repeat bottom center scroll;
                            display: table-cell;
                            vertical-align: bottom; }
                            .masthead-oil-massage .intro-body .brand-heading {
                              font-size: 50px; }
                            .masthead-oil-massage .intro-body .intro-text {
                              font-size: 18px; }
                          @media (min-width: 768px) {
                            .masthead-oil-massage {
                              height: 100%;
                              padding: 0; }
                              .masthead-oil-massage .intro-body .brand-heading {
                              font-weight: 600;
                                font-size: 72px; }
                              .masthead-oil-massage .intro-body .intro-text {
                                font-size: 18px; } }
.masthead-hair {
                  display: table;
                  width: 100%;
                  height: auto;
                  padding: 200px 0;
                  text-align: center;
                  color: white;
                  background: url("../img/masthead-hair-bg.jpg") no-repeat center center scroll;
                  background-color: #006633;
                  -webkit-background-size: cover;
                  -moz-background-size: cover;
                  -o-background-size: cover;
                  background-size: cover; }
                  .masthead-hair .intro-body {
                    background: url("../img/intro-body.png") no-repeat bottom center scroll;
                    display: table-cell;
                    vertical-align: bottom; }
                    .masthead-hair .intro-body .brand-heading {
                      font-size: 50px; }
                    .masthead-hair .intro-body .intro-text {
                      font-size: 18px; }
                  @media (min-width: 768px) {
                    .masthead-hair {
                      height: 100%;
                      padding: 0;
                     }
                      .masthead-hair .intro-body .brand-heading {
                      font-weight: 600;
                        font-size: 72px;
                        bottom: 0 }
                      .masthead-hair .intro-body .intro-text {
                        font-size: 18px; } }
                        .masthead-foot-massage {
                          display: table;
                          width: 100%;
                          height: auto;
                          padding: 200px 0;
                          text-align: center;
                          color: white;
                          background: url("../img/masthead-foot-massage-bg.jpg") no-repeat bottom center scroll;
                          background-color: #006633;
                          -webkit-background-size: cover;
                          -moz-background-size: cover;
                          -o-background-size: cover;
                          background-size: cover; }
                          .masthead-foot-massage .intro-body {
                            display: table-cell;
                            vertical-align: bottom; }
                            .masthead-foot-massage .intro-body .brand-heading {
                              font-size: 50px; }
                            .masthead-foot-massage .intro-body .intro-text {
                              font-size: 18px; }
                          @media (min-width: 768px) {
                            .masthead-foot-massage {
                              height: 100%;
                              padding: 0; }
                              .masthead-foot-massage .intro-body .brand-heading {
                              font-weight: 600;
                                font-size: 72px; }
                              .masthead-foot-massage .intro-body .intro-text {
                                font-size: 18px; } }              
.portfolio-item {
          display: block;
          position: relative;
          overflow: hidden;
          max-width: 530px;
          margin: auto auto 1rem; }
          .portfolio-item .caption {
            display: flex;
            height: 100%;
            width: 100%;
            background-color: rgba(33, 37, 41, 0.2);
            position: absolute;
            top: 0;
            bottom: 0;
            z-index: 1; }
            .portfolio-item .caption .caption-content {
              color: #fff;
              margin: auto 2rem 2rem; }
              .portfolio-item .caption .caption-content h2 {
                font-size: 0.8rem;
                text-transform: uppercase; }
              .portfolio-item .caption .caption-content p {
                font-weight: 300;
                font-size: 1.2rem; }
          @media (min-width: 992px) {
            .portfolio-item {
              max-width: none;
              margin: 0; }
              .portfolio-item .caption {
                -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
                -webkit-clip-path: inset(0px);
                clip-path: inset(0px); }
                .portfolio-item .caption .caption-content {
                  transition: opacity 0.25s;
                  margin-left: 5rem;
                  margin-right: 5rem;
                  margin-bottom: 5rem; }
              .portfolio-item img {
                -webkit-transition: -webkit-clip-path 0.25s ease-out;
                -webkit-clip-path: inset(-1px);
                clip-path: inset(-1px); }
              .portfolio-item:hover img {
                -webkit-clip-path: inset(2rem);
                clip-path: inset(2rem); }
              .portfolio-item:hover .caption {
                background-color: #006633;
                -webkit-clip-path: inset(2rem);
                clip-path: inset(2rem); } }
                .service-item {
                  display: block;
                  position: relative;
                  overflow: hidden;
                  max-width: 530px;
                  margin: auto auto 1rem; }
                  .service-item .caption {
                    display: flex;
                    height: 100%;
                    width: 100%;
                    background-color: rgba(33, 37, 41, 0.2);
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    z-index: 1; }
                    .service-item .caption .caption-content {
                      color: #fff;
                      margin: auto 2rem 2rem; }
                      .service-item .caption .caption-content h2 {
                        font-size: 0.8rem;
                        text-transform: uppercase; }
                      .service-item .caption .caption-content p {
                        font-weight: 300;
                        font-size: 1.2rem; }
                  @media (min-width: 992px) {
                    .service-item {
                      background-color: #c49a6c;
                      max-width: none;
                      margin: 0; }
                      .service-item .caption {
                        -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
                        -webkit-clip-path: inset(0px);
                        clip-path: inset(0px); }
                        .service-item .caption .caption-content {
                          transition: opacity 0.25s;
                          margin-left: 5rem;
                          margin-right: 5rem;
                          margin-bottom: 5rem; }
                      .service-item img {
                        background-color: #c49a6c;
                        -webkit-transition: -webkit-clip-path 0.25s ease-out;
                        -webkit-clip-path: inset(-1px);
                        clip-path: inset(-1px); }
                      .service-item:hover img {
                        background-color: #c49a6c;
                        -webkit-clip-path: inset(2rem);
                        clip-path: inset(2rem); }
                      .service-item:hover .caption {
                        background-color: #006633;
                        opacity: 0.75;
                        -webkit-clip-path: inset(2rem);
                        clip-path: inset(2rem); } }
#recommend {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: white;
  background: #006633;
  background: -webkit-linear-gradient(to bottom, #006633, #f7f8f9);
  background:linear-gradient(to bottom, #006633, #f7f8f9); 
  background-color: #006633;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }              
.recommend-item {
                          display: block;
                          position: relative;
                          overflow: hidden;
                          max-width: 530px;
                          margin: auto auto 1rem; }
                          .recommend-item .caption {
                            display: flex;
                            height: 100%;
                            width: 100%;
                            background-color: rgba(33, 37, 41, 0.2);
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            z-index: 1; }
                            .recommend-item .caption .caption-content {
                              color: #fff;
                              margin: auto 2rem 2rem; }
                              .recommend-item .caption .caption-content h2 {
                                font-size: 0.8rem;
                                text-transform: uppercase; }
                              .recommend-item .caption .caption-content p {
                                font-weight: 300;
                                font-size: 1.2rem; }
                          @media (min-width: 992px) {
                            .recommend-item {
                              background-color: #c49a6c;
                              max-width: none;
                              margin: 0; }
                              .recommend-item .caption {
                                -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
                                -webkit-clip-path: inset(0px);
                                clip-path: inset(0px); }
                                .recommend-item .caption .caption-content {
                                  transition: opacity 0.25s;
                                  margin-left: 1.5rem;
                                  margin-right: 1.5rem;
                                  margin-bottom: 1.5rem; }
                              .recommend-item img {
                                background-color: #c49a6c;
                                -webkit-transition: -webkit-clip-path 0.25s ease-out;
                                -webkit-clip-path: inset(-1px);
                                clip-path: inset(-1px); }
                              .recommend-item:hover img {
                                background-color: #c49a6c;
                                -webkit-clip-path: inset(0.5rem);
                                clip-path: inset(0.5rem); }
                              .recommend-item:hover .caption {
                                background-color: #006633;
                                opacity: 0.75;
                                -webkit-clip-path: inset(0.5rem);
                                clip-path: inset(0.5rem); } }

.showcase .showcase-text {
  padding: 3rem; }                               
.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover; }                              
@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem; } 
}
.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem; }
  .testimonials .testimonial-item {
    max-width: 18rem; }
    .testimonials .testimonial-item img {
      max-width: 12rem;
      box-shadow: 0px 5px 5px 0px #adb5bd; }
                                  
.callout {
  width: 100%;
  padding: 1rem 0;}
.callout h2 {
  font-size: 3.5rem;
  font-weight: 700;
  display: block; }

  .team-member {
    margin-bottom: 50px;
    text-align: center; }
    .team-member img {
      width: 200px;
      height: 200px;
      border: 2px solid #c49a6c; }
    .team-member h6 {
      margin-top: 25px;
      margin-bottom: 0;
      text-transform: none; }
    .team-member p {
      margin-top: 0; }
                                                                  
.btn-circle {
  font-size: 21px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  background: transparent; }
  .btn-circle:focus, .btn-circle:hover {
    color: white;
    outline: none;
    background: rgba(255, 255, 255, 0.1); }

.content-section {
  padding-top: 150px;
  padding-bottom: 150px; }

.download-section {
  color: white;
  background: url("../img/downloads-bg.jpg") no-repeat center center scroll;
  background-color: #006633;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#map {
  width: 100%;
  height: 300px; }

@media (min-width: 992px) {
  .content-section {
    padding-top: 200px;
    padding-bottom: 200px; }
  #map {
    height: 350px; } }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
.box-shadow:hover { box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);}

.btn {
  font-family: 'Athiti', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0; }

.btn-default {
  color: #c49a6c;
  border-radius: 5px;
  border: 1px solid #c49a6c;
  background-color: transparent; }
  .btn-default:focus, .btn-default:hover {
    color: #006633;
    border: 1px solid #c49a6c;
    outline: none;
    background-color: #c49a6c; }

ul.banner-social-buttons {
  margin-top: 0; }
  @media (max-width: 1199px) {
    ul.banner-social-buttons {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    ul.banner-social-buttons li {
      display: block;
      margin-bottom: 20px;
      padding: 0; }
      ul.banner-social-buttons li:last-child {
        margin-bottom: 0; } }

        .btn-primary {
          background-color: #c49a6c;
          border-color: #c4996c; }
          .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
            background-color: #c48e52;
            border-color: #c4996c; }
        
        .btn-secondary {
          background-color: #006633;
          border-color: #005511; }
          .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
            background-color: #006633;
            border-color: #005511; }

footer {
  padding: 50px 0; }
  footer p {
    font-size: 14px;
    margin: 0; }

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none; }

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); }
