@charset "UTF-8";
@import url('reset.css');
.imgborder {
  border: 1px solid #f6aF18;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media print {
  .item-page {
    padding: 40px;
  }
}
dt.message,
dt.error,
dt.notice,
dt.warning {
  background-color: #ffffe6;
  border: 1px solid #ccc;
  padding: 10px;
  color: #333;
  margin-bottom: 20px;
  font-size: 12pt;
  font-weight: bold;
}
dd.message ul {
  list-style: none;
  margin-top: 10px;
}
dd.message ul li {
  margin: 0;
  padding: 0;
}
.setWidth {
  width: 1200px;
  margin: auto;
  position: relative;
}
@media screen and ( max-width: 1400px ) {
  .setWidth {
    width: 90%;
    margin: auto 5%;
  }
}
body {
  margin: 0;
}
header {
  background-position: center;
  position: relative;
  z-index: 10;
  padding: 20px 0;
}
.border {
  box-shadow: 0 0 10px 5px #000;
  border-bottom: 1px solid #222;
  position: relative;
  width: 100%;
  z-index: 1;
}
#contact {
  right: 0;
  top: 40px;
  position: absolute;
  font-size: 18px;
  line-height: 25px;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact a[href^="tel"] {
  padding-left: 30px;
  background-image: url('../img/phone2.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
}
#contact a {
  display: block;
  margin-left: 15px;
  color: #fff;
}
#contact a:hover {
  color: #fff;
}
#contact a svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}
#logo a {
  background-image: url("../img/logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 200px;
  margin: auto;
  text-align: center;
  width: 300px;
}
nav.setWidth {
  margin: 20px auto;
  text-transform: uppercase;
  font-family: 'Libre Caslon Display', serif;
  display: table;
  z-index: 20;
}
nav > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
nav li {
  display: block;
  text-align: left;
  position: relative;
  padding: 0 10px;
}
@media screen and ( max-width: 1400px ) {
  nav li {
    padding: 0 14px;
  }
}
.item-110 {
  margin: 0 !important;
}
nav a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  width: 100%;
  border-bottom: 1px solid #888;
  padding-bottom: 3px;
}
nav a:hover,
nav .active a {
  color: #F6AF18;
  border-color: #F6AF18;
}
nav ul ul {
  background: none repeat scroll 0 0 #111;
  box-shadow: 0 0 10px 5px #000000;
  margin-top: 20px;
  padding: 5px 10px;
  position: absolute;
  width: 300px;
  z-index: 20;
  top: 20px;
  left: 0;
}
nav ul ul li {
  display: inline-block;
  margin: 10px 0;
  padding-left: 10px;
  width: 100%;
  text-align: left;
}
nav ul ul li a {
  font-size: 14px;
  border-bottom: 0;
}
nav ul ul li a:hover {
  color: #F6AF18 !important;
}
.sf-sub-indicator {
  display: none;
}
#bannerContainer {
  background: #000;
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
#banner {
  z-index: 10;
}
#bannerText {
  background: url("../img/80.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: auto;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  font-size: 15px;
  line-height: 20px;
}
@media screen and ( max-width: 680px ) {
  #bannerText {
    width: 90%;
    transform: translateX(-50%);
  }
}
#bannerImg {
  position: absolute;
  width: 100%;
  height: 100%;
}
#bannerImg div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#bannerImg .banner-4 {
  background-position: bottom;
}
#welcomeText {
  padding: 2.5% 0;
}
#main {
  background-color: #000;
  position: relative;
  width: 100%;
}
#article-container {
  padding: 10px 0 40px;
}
#fade {
  display: none;
}
#bottom {
  padding: 25px 0 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and ( max-width: 680px ) {
  #bottom {
    flex-direction: column;
  }
}
#findUs svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  margin-right: 20px;
}
footer {
  background: #000;
  width: 100%;
}
footer a {
  color: #9797A5;
  text-decoration: none;
}
#footerText {
  padding: 15px;
  text-align: right;
}
.formResponsive fieldset {
  width: 400px;
  margin: auto;
  margin-top: 40px;
}
.formResponsive h2 {
  display: none;
}
.formResponsive input[type="submit"],
.formResponsive input[type="button"],
.formResponsive input[type="submit"],
.formResponsive input[type="reset"],
.button {
  background-color: #000;
  background-image: none;
  color: #fff !important;
  border: 1px solid #fff;
  padding: 20px 90px;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.formResponsive .rsform-block-security-check img {
  float: left;
  margin-right: 5px;
}
.formResponsive input[type="submit"]:hover,
.formResponsive input[type="submit"]:active,
.formResponsive input.active[type="submit"],
.formResponsive input.disabled[type="submit"],
.formResponsive input[type="submit"][disabled],
.formResponsive input[type="button"],
.formResponsive input[type="reset"],
.button:hover {
  background-color: #000;
  color: #f6aF18;
}
.formResponsive .formHorizontal .formControlLabel {
  width: 120px;
}
.formResponsive .formHorizontal .formControls {
  margin-left: 140px;
}
.formResponsive .formHorizontal .rsform-block {
  margin-bottom: 5px;
}
.formResponsive .formHorizontal p.formDescription {
  margin-bottom: 0;
  margin-top: 3px;
}
.rsform-block-delivery {
  padding-bottom: 10px;
}
.two-thirds {
  float: left;
  width: 63%;
  margin-right: 3%;
}
.one-third {
  width: 33%;
  float: left;
}
.one-half {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.last {
  margin-right: 0;
}
.rightColumn {
  margin-top: 105px;
  width: 40%;
  float: right;
}
#packagemenu {
  margin: 0;
  display: table;
}
#packagemenu li {
  list-style: none;
  width: 49%;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: middle;
  text-align: center;
}
#packagemenu li img {
  max-width: 100%;
}
#jcemediabox-popup-container,
#jcemediabox-popup-info-bottom,
.jcemediabox-popup-corner-bc,
#jcemediabox-popup-caption,
.jcemediabox-popup-corner-tc {
  background-color: #000;
}
.jcemediabox-popup-corner-tr,
.jcemediabox-popup-corner-tl,
.jcemediabox-popup-corner-bl,
.jcemediabox-popup-corner-br,
#jcemediabox-popup-closelink {
  background: none;
}
span.contactdet {
  margin-right: 20px;
}
#products {
  margin-top: 50px;
  max-width: 100%;
}
#products td {
  border-bottom: #F6AF18 1px solid;
  padding-bottom: 20px;
  box-sizing: border-box;
  width: 50%;
}
#products td.left {
  padding-right: 25px;
}
#products td.right {
  padding-left: 25px;
}
#products td img {
  max-width: 100%;
  width: 100% !important;
  height: auto;
  margin: 0;
}
#giftvouchers fieldset {
  width: 100%;
}
#giftvouchers fieldset .rsform-block-gift,
#giftvouchers fieldset .rsform-block-complimentary {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
#giftvouchers fieldset .rsform-block-gift .rsformVerticalClear,
#giftvouchers fieldset .rsform-block-complimentary .rsformVerticalClear {
  border-bottom: 1px dotted #9797A5;
  padding-top: 10px;
  width: 48%;
  margin-right: 2%;
  float: left;
  min-height: 140px;
}
#giftvouchers fieldset .rsform-block-gift .rsformVerticalClear:last-of-type,
#giftvouchers fieldset .rsform-block-complimentary .rsformVerticalClear:last-of-type {
  min-height: 0;
  border: 0;
}
@media screen and ( max-width: 680px ) {
  #giftvouchers fieldset .rsform-block-gift .rsformVerticalClear,
  #giftvouchers fieldset .rsform-block-complimentary .rsformVerticalClear {
    min-height: 0;
  }
}
#giftvouchers fieldset .rsform-block-gift label,
#giftvouchers fieldset .rsform-block-complimentary label {
  float: none;
  cursor: pointer;
  font-size: 12px;
}
#giftvouchers fieldset .rsform-block-gift img,
#giftvouchers fieldset .rsform-block-complimentary img {
  background-color: #fff;
  width: 150px;
  height: auto;
  display: block;
  margin-top: 10px;
  cursor: pointer;
  border: 1px solid #f6aF18;
  border: 1px solid #F6AF18;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.rsform-block textarea,
.rsform-block input[type="text"] {
  width: 48%;
}
@font-face {
  font-family: 'Libre Caslon Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Libre Caslon Display Regular'), local('LibreCaslonDisplay-Regular'), url(https://fonts.gstatic.com/s/librecaslondisplay/v2/TuGOUUFxWphYQ6YI6q9Xp61FQzxDRKmzr2lR.ttf) format('truetype');
}
body {
  background-color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #9797A5;
  font-size: 12px;
  line-height: 130%;
}
p,
td {
  color: #ccc;
}
table td {
  padding: 5px;
  vertical-align: middle;
}
#main {
  font-size: 13px;
  line-height: 140%;
}
h1 {
  font-family: 'Libre Caslon Display', serif;
  font-size: 30px;
  line-height: 150%;
  color: #F6AF18;
}
h2 {
  font-family: 'Libre Caslon Display', serif;
  font-size: 17px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 120%;
  color: #fff;
  margin: 20px 0;
}
h3 {
  font-family: 'Libre Caslon Display', serif;
  font-size: 23px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
h4 {
  color: #B02A2F;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Libre Caslon Display', serif;
  line-height: 1.5;
  margin-bottom: 10px;
}
.page-header {
  text-align: center;
}
.page-header h2,
.title {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 20px 0 10px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
}
em,
i {
  font-style: italic;
}
b,
strong {
  font-weight: bold;
}
a {
  color: #F6AF18;
  text-decoration: none;
  outline: none;
}
img a {
  outline: none;
}
a:hover {
  color: #B02A2F;
}
p {
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0;
}
#left {
  width: 50%;
  margin-right: 5%;
  float: left;
}
#right {
  width: 45%;
  float: left;
}
#main .article-2 {
  text-transform: capitalize;
}
#main ul {
  list-style: disc;
  list-style-position: outside;
  margin-left: 30px;
}
.article-4 #left {
  height: 300px;
  width: 47%;
  margin-right: 5%;
  border: 1px solid #F6AF18;
  overflow: hidden;
}
.article-4 #right {
  height: 300px;
  background: url("../img/front.jpg");
  background-position: -25px 0;
  width: 47%;
  border: 1px solid #F6AF18;
  overflow: hidden;
}
#main .border {
  border: 1px solid #F6AF18;
}
.testimonial {
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #FFFFFF;
  float: left;
  margin: 0 0 50px 20px;
  min-height: 160px;
  padding: 20px 30px;
  position: relative;
  text-align: left;
  width: 40%;
}
.testimonial img {
  width: 20px;
  height: auto;
}
.testimonial img[alt="quote-left"] {
  transform: translate(-15px, -15px);
}
.testimonial img[alt="quote-right"] {
  transform: translate(15px, 15px);
}
.testimonial .name {
  font-style: italic;
  font-weight: bold;
  margin-top: 10px;
  padding-top: 10px;
  text-align: right;
}
.quote {
  font-size: 30px;
  font-family: times new roman;
}
blockquote {
  margin: 1em 0;
}
.package {
  background: url("../img/frame.png") no-repeat scroll top center rgba(0, 0, 0, 0);
  height: 353px;
  padding: 50px 70px 90px;
  text-align: center;
  width: 290px;
  margin-bottom: 30px;
}
.package h2 {
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}
.frame1 {
  background: url("../img/frame1.png") no-repeat scroll top center rgba(0, 0, 0, 0);
  text-align: center;
}
.frame5 {
  background: url("../img/frame5.png") no-repeat scroll top center rgba(0, 0, 0, 0);
  text-align: center;
  padding: 200px 45px 40px;
}
.imgborder {
  border: 1px solid #F6AF18;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.accordion h3 {
  font-size: 20px;
  cursor: pointer;
  border-bottom: 1px dotted #333;
  margin-top: 20px;
  padding-bottom: 20px;
}
.accordion h3:hover {
  color: #F6AF18;
}
.accordion strong {
  color: #F6AF18;
  font-family: 'Libre Caslon Display', serif;
  font-size: 15px;
}
body[class$='-page'] #main::before {
  background-size: cover;
  background-position: center;
  display: block;
  content: '';
  width: 100%;
  height: 50vh;
}
body.the-concept-page #main::before {
  background-image: url('../img/banner/_1.jpg');
}
body.packages-page #main::before {
  background-image: url('../img/banner/_3.jpg');
}
body.organic-grooming-products-page #main::before {
  background-image: url('../img/banner/_2.jpg');
}
body.testimonials-page #main::before {
  background-image: url('../img/banner/_1.jpg');
}
body.loyalty-mates-rates-cards-page #main::before {
  background-image: url('../img/banner/_4.jpg');
  background-position: center 90%;
}
body.weddings-page #main::before {
  background-image: url('../img/banner/6.jpg');
  background-position: center 40%;
}
body.functions-page #main::before {
  background-image: url('../img/banner/5.jpg');
  background-position: center 70%;
}
body.packages-page #main::before {
  background-image: url('../img/banner/_3.jpg');
  background-position: center 30%;
}
body.gift-certificates-page #main::before {
  background-image: url('../img/banner/_1.jpg');
}
body.contact-page #main::before {
  background-image: url('../img/banner/_4.jpg');
  background-position: center 80%;
}
@media screen and ( max-width: 1400px ) {
  body[class$='-page'] #main::before {
    height: 25vh;
  }
}
@media screen and ( max-width: 1400px ) {
  .article-4 #left,
  .article-4 #right {
    width: 450px;
  }
  .article-4 #left img,
  .article-4 #right img {
    box-sizing: border-box;
  }
  .article-4 .contactContainer {
    margin: auto;
    position: relative;
    overflow: hidden;
    width: 975px;
  }
  .article-4 .contactContainer #left {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .article-4 #left,
  .article-4 #right {
    width: 350px;
  }
  .article-4 .contactContainer {
    width: 800px;
  }
}
/* Mmenu */
.mmenu {
  background: #000;
}
.mmenu li a {
  color: #fff;
}
.mmenu li.active a {
  color: #F6AF18;
}
@media screen and ( max-width: 980px ) {
  nav li {
    padding: 0 14px 14px;
  }
  nav.setWidth {
    margin: 40px auto 26px;
  }
  #bottom div {
    height: auto;
  }
  #copyright,
  #seeUs,
  #findUs {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0;
    text-align: center;
  }
  .item-page {
    overflow: hidden;
  }
  section .testimonial {
    width: 85%;
    box-sizing: border-box;
  }
  #main ul#packagemenu {
    margin-left: 0;
  }
  #packagemenu li {
    width: 100%;
  }
  #functionimage {
    width: 100%;
    height: auto !important;
    margin-bottom: 30px;
  }
  span.contactdet {
    display: block;
    margin-bottom: 10px;
  }
  .article-4 #left,
  .article-4 #right {
    width: 350px;
    float: none;
    margin: 0 0 30px;
  }
  .article-4 .contactContainer {
    width: 355px;
  }
}
@media screen and ( max-width: 680px ) {
  #headerContainer {
    padding-top: 50px;
  }
  .one-half,
  .rightColumn {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .rightColumn {
    margin-top: 20px;
  }
  a#mmenu {
    display: block !important;
    z-index: 99;
  }
  header {
    height: 245px;
  }
  #contact {
    right: 0;
    top: 20px;
    text-align: center;
    width: 100%;
    background-image: none;
  }
  #logo a {
    width: 100%;
    max-width: 200px;
    padding: 25px 0 25px;
  }
  nav.setWidth {
    display: none;
  }
  #bannerText {
    padding: 20px;
    top: 20px;
    font-size: 0.9em;
  }
  #bannerText h3 {
    font-size: 14px;
  }
  #copyright,
  #seeUs,
  #findUs {
    margin-top: 20px;
    width: 100%;
    float: none;
    text-align: center;
  }
  #copyright img,
  #seeUs img,
  #findUs img {
    margin: 0 10px;
  }
  #copyright {
    margin-top: 0;
  }
  #bottom div h2 {
    margin: 10px 0;
  }
  #bottom div p {
    margin: 0;
  }
  .item-page img {
    float: none !important;
    margin-bottom: 30px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .item-page img.rightImage {
    margin-left: 0 !important;
    width: 100%;
    height: auto !important;
  }
  #right.accessories {
    display: none;
  }
  #footerText {
    padding: 10px 0;
  }
  #packagemenu img {
    margin-bottom: 10px;
  }
  /* Gift Vouchers */
  .article-7 #giftBox {
    margin-right: 0 !important;
  }
  /* Contact */
  span.contactdet img {
    margin: 0;
  }
  .article-4 #left,
  .article-4 #right {
    width: 280px;
    float: none;
    margin: 0 0 30px;
    height: 186px;
  }
  .article-4 .contactContainer {
    width: 285px;
  }
  #products {
    margin-top: 30px;
    width: 100%;
  }
  #products td {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    border: 0;
  }
  #products td.left,
  #products td.right {
    padding: 0;
  }
  #products td img {
    max-width: 100%;
    height: auto;
  }
  #giftvouchers fieldset {
    width: 100%;
  }
  #giftvouchers fieldset .rsform-block-gift {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
  #giftvouchers fieldset .rsform-block-gift .rsformVerticalClear {
    border-bottom: 1px dotted #9797A5;
    padding-top: 10px;
    width: 100%;
    margin: 0;
    float: left;
  }
  #giftvouchers fieldset .rsform-block-gift .rsformVerticalClear:first-of-type {
    padding: 0;
  }
  #giftvouchers fieldset .rsform-block-gift .rsformVerticalClear img {
    margin-bottom: 0;
  }
  #giftvouchers fieldset .rsform-block textarea,
  #giftvouchers fieldset .rsform-block input[type="text"] {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  /* Gift vouchers */
  .formResponsive .formHorizontal .formControlLabel {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .formResponsive .formHorizontal .formControls {
    margin-left: 0 !important;
    box-sizing: border-box;
  }
  .formResponsive .formHorizontal .formControls input[type="text"],
  .formResponsive .formHorizontal .formControls textarea {
    width: 65% !important;
  }
  .formResponsive .rsform-block-security-check img {
    margin-bottom: 10px;
    display: block;
  }
  .formResponsive .rsform-block-security-check input {
    float: none !important;
  }
  .formResponsive .rsform-block-security-check a {
    display: block;
  }
}
