body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 30px;
  line-height: 30px;
  text-align: right;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button.readhome {
  margin-top: 27px;
  padding: 10px 23px 12px;
  border-radius: 2px;
  background-color: #ca4211;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family:'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  font-style: italic;
}
.button.readhome:hover {
  border-radius: 23px;
  background-color: #f25922;
}
.button.booknowbtn {
  margin-bottom: 30px;
  padding: 6px 17px;
  background-color: #998316;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family:'Gentium Book Basic', sans-serif;
  font-size: 19px;
  text-transform: uppercase;
}
.button.booknowbtn:hover {
  background-color: #6e5d09;
}
.bgslider {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.slidenav {
  position: absolute;
  bottom: 52px;
  z-index: 3;
}
.bgslide1 {
  background-image: url('http://m1.sdimgs.com/sd_static/a/174065/slider1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.bgslide2 {
  background-image: url('http://m1.sdimgs.com/sd_static/a/174065/slider2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.topsection {
  position: absolute;
  z-index: 4;
  width: 100%;
  border-top: 5px solid #151515;
  background-color: rgba(30, 20, 1, 0.6);
}
.bigcontainer {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.mainnav {
  background-color: transparent;
}
.navcon {
  width: 100%;
  max-width: 1000px;
}
.navlinks {
  margin-right: 5px;
  padding: 5px 12px;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  font-family:'Gentium Book Basic', sans-serif;
  color: white;
  font-size: 17px;
  text-align: center;
}
.navlinks:hover {
  background-color: #998316;
}
.navlinks.w--current {
  background-color: #998316;
  color: white;
}
.navmenu {
  padding-top: 15px;
  padding-bottom: 15px;
  float: right;
}
.homecontent {
  position: relative;
  top: 0px;
  z-index: 2;
  overflow-x: auto;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  text-align: center;
}
.hometag1 {
  margin-bottom: 6px;
  font-family:'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: white;
  font-size: 36px;
  line-height: 38px;
  font-style: italic;
  text-shadow: black 1px 1px 6px;
}
.hometag2 {
  font-family:'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: white;
  font-size: 24px;
  font-style: italic;
  text-shadow: black 1px 1px 6px;
}
.footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #b8a001;
}
.footer.pages {
  position: static;
  margin-top: 21px;
}
.copyright {
  font-family:'Alegreya Sans', sans-serif;
  color: #f4f4f4;
  font-size: 15px;
  text-align: center;
}
.logo {
  margin-top: 69px;
}
.contentcontainer {
  display: block;
  width: 100%;
  height: auto;
  max-width: 960px;
  margin: 120px auto 130px;
  padding: 29px 27px 27px;
  border-radius: 6px;
  background-color: rgba(30, 20, 1, 0.70);
}
.pagetitle {
  display: block;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid #ffe53b;
  font-family:'Gentium Book Basic', sans-serif;
  color: #ffe53b;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
}
.aboutimgf {
  margin-bottom: 21px;
}
.textstyle {
  color: #e3e3e3;
  font-size: 13px;
}
.textstyle.contact {
  color: white;
  text-align: left;
}
.embed {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 27px;
  margin-bottom: 20px;
}
.contact-form {
  color: #f7f7f7;
  text-align: left;
}
.shopname {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #ffe53b;
  font-size: 19px;
  line-height: 25px;
}
.contactusyellow {
  color: #ffe53b;
}
.label {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.submit {
  padding: 7px 17px;
  background-color: #ca4211;
  font-size: 13px;
}
.textarea {
  min-height: 100px;
}
.footpage {
  margin-top: 27px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ca4211;
}
.clear {
  display: none;
  clear: both;
}
.logodiv {
  margin-top: -5px;
  margin-bottom: -32px;
  float: left;
}
.taglineh1 {
  margin-top: 118px;
  padding-right: 5%;
  font-family:'Great Vibes', cursive;
  color: white;
  font-size: 56px;
  line-height: 65px;
  font-weight: 400;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.70) 0px 0px 6px;
}
.taglineh1.slider2 {
  color: #906513;
  text-shadow: none;
}
.taglinecontainer {
  position: relative;
  z-index: 9999;
  display: block;
  width: 90%;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}
.taglineh3 {
  margin-top: 0px;
  font-family:'Gentium Book Basic', sans-serif;
  color: white;
  font-size: 28px;
  font-weight: 400;
  text-shadow: rgba(0, 0, 0, 0.70) 0px 0px 5px;
}
.taglineh3.slide2 {
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.74) 1px 1px 6px;
}
.bgslide3 {
  background-image: url('http://m1.sdimgs.com/sd_static/a/174065/slider3_rev1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.bgslide4 {
  background-image: url('http://m1.sdimgs.com/sd_static/a/174065/slider4_rev1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.bgslide5 {
  background-image: url('http://m1.sdimgs.com/sd_static/a/174065/slider5.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.aboutusbanner {
  height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 60px;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(255, 255, 255, 0.49);
  background-image: url('http://m1.sdimgs.com/sd_static/a/174065/aboutusbanner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.aboutusbanner.contactbanner {
  background-image: url('http://m1.sdimgs.com/sd_static/a/174065/contactusbanner.jpg');
  background-position: 50% -5%;
}
.aboutusbanner.testimonialbanner {
  background-image: url('http://m1.sdimgs.com/sd_static/a/174065/slider3_rev1.jpg');
  background-position: 50% 36%;
}
.aboutush2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 30px;
  font-family:'Great Vibes', cursive;
  color: white;
  font-size: 50px;
  line-height: 65px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  text-shadow: rgba(0, 0, 0, 0.90) 0px 0px 6px;
}
.aboutusp {
  margin-bottom: 25px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  text-align: left;
}
.telephone {
  color: #e3e3e3;
  text-decoration: none;
}
.email {
  color: #e3e3e3;
  text-decoration: none;
}
.contactusbold {
  color: #ffe53b;
  text-transform: uppercase;
}
.contactusform {
  margin-left: 10px;
}
.contactusrow {
  margin-top: 30px;
}
.productscontainer {
  margin-top: 30px;
}
.productscol {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  color: white;
  text-align: justify;
}
.productscol.fullwidth {
  width: 100%;
  text-align: justify;
}
.lightboxthumbnail {
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.lightboxthumbnail:hover {
  opacity: 0.7;
}
.lightboxthumbnail.services {
  height: auto;
}
.lightboxthumbnail.machine {
  height: auto;
}
.lightboxplugin {
  height: 263px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(255, 255, 255, 0.70);
  background-color: black;
}
.lightboxplugin.services {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  max-height: 300px;
}
.lightboxplugin.fullwidth {
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.lightboxplugin.machine {
  overflow-x: hidden;
  overflow-y: hidden;
}
.smallercaption {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}
.promoheader {
  margin-bottom: 20px;
  font-family:'Gentium Book Basic', sans-serif;
  color: white;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}
.gallerytitle {
  margin-top: 8px;
  font-family:'Gentium Book Basic', sans-serif;
  color: white;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
.productsdiv {
  clear: both;
  text-align: center;
}
.promoform {
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: right;
}
.bookingform {
  margin-bottom: 30px;
}
.testimonialsdiv {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 3px solid #ffe53b;
}
.testimonialscontentdiv {
  padding: 15px 20px 30px;
  text-align: left;
}
.testimonialsp {
  margin-bottom: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
  font-size: 14px;
  line-height: 27px;
}
.testimonialsauthor {
  margin-top: 20px;
  font-family:'Gentium Book Basic', sans-serif;
  color: white;
  font-size: 20px;
  line-height: 25px;
  font-style: italic;
  text-align: right;
  text-transform: uppercase;
}
.servicesimg {
  margin-bottom: 30px;
}
.copytext {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
}
.facebook {
  display: inline-block;
  margin-right: 3%;
  padding: 6px 10px;
  float: right;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.18);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #f4f4f4;
  text-decoration: none;
}
.facebook:hover {
  background-color: rgba(0, 0, 0, 0.29);
}
.fbicon {
  margin-right: 7px;
  float: left;
}
.fbtext {
  float: left;
}
.fbtext:hover {
  text-decoration: underline;
}
.subpgslider {
  height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(255, 255, 255, 0.49);
}
.abtslider01 {
  background-image: url('http://m1.sdimgs.com/sd_static/a/174065/aboutusbanner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.subpgslider_txt {
  position: absolute;
  left: 46px;
  z-index: 2;
  margin-top: 60px;
}
.subpgbg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: url('http://m1.sdimgs.com/sd_static/a/174065/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.abtslider02 {
  background-image: url('http://m1.sdimgs.com/sd_static/a/174065/aboutusbanner02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.abtslider03 {
  background-image: url('http://m1.sdimgs.com/sd_static/a/174065/aboutusbanner03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.abtslider04 {
  background-image: url('http://m1.sdimgs.com/sd_static/a/174065/aboutusbanner04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.abtslider05 {
  background-image: url('http://m1.sdimgs.com/sd_static/a/174065/aboutusbanner05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.price {
  margin-bottom: 20px;
  color: white;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}
.promo_title {
  margin-top: 0px;
  color: white;
  font-size: 24px;
  line-height: 26px;
  text-align: left;
}
.promo_col {
  width: 100%;
  margin-bottom: 20px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: left;
}
.subpgbg2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: url('http://m1.sdimgs.com/sd_static/a/174065/bg2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.subpgbg3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: url('http://m1.sdimgs.com/sd_static/a/174065/bg3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.subpgbg4 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: url('http://m1.sdimgs.com/sd_static/a/174065/bg4.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .navlinks {
    width: auto;
    margin-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navlinks:hover {
    background-color: #836f0e;
  }
  .navlinks.w--current {
    width: auto;
    background-color: #836f0e;
  }
  .navmenu {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #a18708;
  }
  .homecontent {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow-x: auto;
    overflow-y: auto;
  }
  .footer {
    margin-top: 39px;
  }
  .menubtn {
    color: white;
  }
  .menubtn.w--open {
    background-color: #a18708;
  }
  .contentcontainer {
    width: 95%;
  }
  .logodiv {
    padding-left: 10px;
  }
  .taglineh1 {
    margin-top: 120px;
  }
  .aboutush2 {
    font-size: 45px;
    line-height: 60px;
  }
  .lightboxthumbnail.services {
    margin-top: -25%;
  }
  .lightboxthumbnail.services.body {
    margin-top: -48%;
  }
  .smallercaption {
    font-size: 13px;
  }
  .promoheader {
    font-size: 30px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .bgslide2 {
    background-position: 85% 0px;
  }
  .footer {
    z-index: 2;
    margin-top: 25px;
  }
  .pagetitle {
    font-size: 35px;
    line-height: 43px;
  }
  .textstyle.contact {
    text-align: center;
  }
  .cols {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .bgslide3 {
    background-position: 38% 0px;
  }
  .bgslide5 {
    background-position: 0px 100%;
  }
  .aboutusbanner {
    height: 250px;
  }
  .aboutusbanner.contactbanner {
    background-position: 23% 50%;
  }
  .aboutush2 {
    padding-left: 20px;
    font-size: 35px;
    line-height: 50px;
  }
  .aboutusp {
    font-size: 14px;
  }
  .productscol {
    display: block;
    width: 100%;
  }
  .lightboxthumbnail.services {
    margin-top: -57%;
  }
  .lightboxthumbnail.services.body {
    margin-top: -76%;
  }
  .lightboxplugin.fullwidth {
    width: 100%;
  }
  .gallerytitle {
    font-size: 20px;
    line-height: 28px;
  }
  .promoform {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .button.booknowbtn {
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
  }
  .bgslider {
    position: fixed;
  }
  .bgslide2 {
    background-position: 94% 0px;
  }
  .contentcontainer {
    width: 96%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .pagetitle {
    font-size: 30px;
    line-height: 38px;
  }
  .taglineh1 {
    margin-top: 150px;
    margin-bottom: 0px;
    padding-right: 0%;
    font-size: 28px;
    line-height: 35px;
  }
  .taglinecontainer {
    width: 95%;
  }
  .taglineh3 {
    padding-right: 0px;
    font-size: 18px;
    text-align: center;
  }
  .bgslide3 {
    background-position: -88px 0px;
  }
  .bgslide4 {
    background-position: 58% 100%;
  }
  .bgslide5 {
    background-position: 13% 85%;
  }
  .aboutusbanner {
    height: 200px;
    background-position: 100% 50%;
  }
  .aboutusbanner.contactbanner {
    background-position: -22px 50%;
  }
  .aboutush2 {
    padding-left: 0px;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
  }
  .aboutusp {
    font-size: 13px;
    line-height: 25px;
  }
  .productscol {
    display: block;
    width: 100%;
  }
  .lightboxthumbnail.services.body {
    margin-top: -63%;
  }
  .lightboxplugin.services {
    max-height: 200px;
  }
  .lightboxplugin.fullwidth {
    height: 200px;
  }
  .promoheader {
    margin-top: 40px;
    font-size: 25px;
    line-height: 23px;
  }
}

