@import url('https://fonts.googleapis.com/css2?family=BenchNine:wght@300;400;700&family=Lora:wght@400&family=Open+Sans:wght@300;400;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:wght@400;700&display=swap');





body {
    margin: 0px;
    background: rgb(221,202,179);
}



.ui-datepicker {
  font-size: 12px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}


.bodytext {
    position: relative;
    text-align:left;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #888;
    line-height: 24px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bodytext a:link,
.bodytext a:hover,
.bodytext a:visited,
.bodytext a:active
{
  color: #444;
  text-decoration: none;
}




.bodytext_selectable {
  position: relative;
  text-align:left;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #888;
  line-height: 24px;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}




.contents_columns {
    display: block;
    position: relative;
    width: 95%;
    padding: 0px;
    padding-left: 5%;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #444;
    line-height: 19px;
    column-count: 3; 
    column-gap: 20px;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (min-width: 801px) {
  .contents_columns { 
    column-count: 3;
  }
}
@media screen and (min-width: 476px) and (max-width: 800px) {
  .contents_columns { 
    column-count: 2;
  }
}
@media screen and (max-width: 475px) {
  .contents_columns { 
    column-count: 1;
  }
}







#header_logo {
  cursor: pointer; 
  border: 0px; 
  position: absolute; 
  left: 20px; 
  top: 10%; 
  height: 80%; 
  width: auto;
}

#book_now_btn {
  margin-top: 5px; 
  font-size: 22px; 
  line-height: 22px; 
  border: 1px solid rgb(180,153,128);
}

#gallery_close_icon {
  cursor: pointer; 
  border: 0px; 
  position: absolute; 
  top: 15px; 
  right: 15px; 
  width: 50px; 
  height: auto;
}

#faqs_header1 {
  display: inline-block; 
  position: relative; 
  background: rgb(221,202,179); 
  padding: 0px; 
  padding-left: 10px; 
  padding-right: 10px;
}

#faqs_header2 {
  display: none; 
  position: relative; 
  background: rgb(221,202,179); 
  padding: 0px; 
  padding-left: 10px; 
  padding-right: 10px;
}

@media screen and (min-width: 701px) {
  #header_logo { 
    top: 10%; 
    height: 80%;
  }
  #book_now_btn { 
    margin-top: 5px;
    font-size: 22px; 
    line-height: 22px; 
  }
  #gallery_close_icon {
    width: 50px;
  }
  #faqs_header1 {
    display: inline-block;
  }
  #faqs_header2 {
    display: none;
  }
}
@media screen and (min-width: 451px) and (max-width: 700px) {
  #header_logo {  
    top: 15%; 
    height: 70%;
  }
  #book_now_btn { 
    margin-top: 6px;
    font-size: 17px; 
    line-height: 17px; 
  }
  #gallery_close_icon {
    width: 40px;
  }
  #faqs_header1 {
    display: inline-block;
  }
  #faqs_header2 {
    display: none;
  }
}
@media screen and (min-width: 351px) and (max-width: 450px) {
  #header_logo {  
    top: 20%; 
    height: 60%;
  }
  #book_now_btn { 
    margin-top: 8px;
    font-size: 17px; 
    line-height: 17px; 
  }
  #gallery_close_icon {
    width: 30px;
  }
  #faqs_header1 {
    display: none;
  }
  #faqs_header2 {
    display: inline-block;
  }
}
@media screen and (max-width: 350px) {
  #header_logo {  
    top: 25%; 
    height: 50%;
  }
  #book_now_btn { 
    margin-top: 10px;
    font-size: 16px; 
    line-height: 16px; 
  }
  #gallery_close_icon {
    width: 30px;
  }
  #faqs_header1 {
    display: none;
  }
  #faqs_header2 {
    display: inline-block;
  }
}




.links_container {
  display: block;
  position: absolute;
  right: 20px;
  top: 40%;
  color: rgb(221,202,179);
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  text-align: right;
}

.menu_icon_container {
  display: none;
  position: absolute; 
  right: 20px; 
  top: 30%; 
  height: 40%;
}

@media screen and (min-width: 911px) {
  .links_container { 
    display: block;
  }
  .menu_icon_container { 
    display: none;
  }
}
@media screen and (max-width: 910px) {
  .links_container {  
    display: none;
  }
  .menu_icon_container { 
    display: block; 
  }
}




.formtext {
  position: relative;
  text-align:left;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #444;
  line-height: 16px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}




.bodytext_subtitle {
  position: relative;
    text-align:left;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: normal;
    color: #000;
    line-height: 32px;
    margin-bottom: 6px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.red_bold_subtitle {
  position: relative;
    text-align:center;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #d6372c;
    line-height: 28px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


@media screen and (min-width: 501px) {
  .bodytext { 
    font-size: 16px;
    line-height: 24px;
  }
  .bodytext_subtitle {
    font-size: 26px;
    line-height: 32px;
  }
  .red_bold_subtitle {
    font-size: 26px;
    line-height: 28px;
  }
}
@media screen and (max-width: 500px) {
  .bodytext { 
      font-size: 14px;
      line-height: 18px;
  }
  .bodytext_subtitle {
      font-size: 22px;
      line-height: 30px;
  }
  .red_bold_subtitle {
    font-size: 19px;
    line-height: 21px;
  }
}




.bodytitle {
  position: relative;
  text-align:left;
  font-family: 'Poppins', sans-serif;
  font-size: 64px;
  font-weight: normal;
  color: #444;
  line-height: 72px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bodybullets {
  position: relative;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #444;
  line-height: 24px;
  box-sizing: border-box;
  padding-right: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 1001px) {
  .bodytitle { 
      font-size: 64px;
      line-height: 72px;
  }
  .bodybullets {
      font-size: 20px;
      line-height: 22px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 801px) {
  .bodytitle { 
    font-size: 48px;
    line-height: 53px;
  }
  .bodybullets {
      font-size: 18px;
      line-height: 20px;
  }
}
@media screen and (max-width: 800px) and (min-width: 401px) {
  .bodytitle { 
    font-size: 36px;
    line-height: 40px;
  }
  .bodybullets {
      font-size: 17px;
      line-height: 19px;
  }
}
@media screen and (max-width: 400px) {
  .bodytitle { 
      font-size: 30px;
      line-height: 33px;
  }
  .bodybullets {
      font-size: 15px;
      line-height: 17px;
  }
}



#main_nav_bar {
  display: block; 
  position: fixed; 
  top: 0px; 
  left: 0vw; 
  right: 0vw; 
  background: #a00; 
  height: 60px; 
  z-index: 99999;
}

#slides_container {
  display: block; 
  position: relative; 
  left: 0vw; 
  right: 0vw; 
  padding: 0px; 
  box-sizing: border-box; 
  margin-top: 60px;
  background: #000;
}

#slides_spacer {
  content: url(pics/spacer_50pct.png);
  border: 0px; 
  width: 100%; 
  height: auto;
}

.masthead_menu {
  display: block;
  position: absolute;
  text-align: right;
  right: 25px;
  top: 30%;
  box-sizing: border-box;
  padding: 0px;
}

.strap_line {
  border: 0px; 
  position: absolute; 
  bottom: 18%; 
  left: 10%; 
  width: 35%; 
  height: auto;
}

.shop_now_button_container {
  display: block;
  position: absolute;
  bottom: calc(18% - 56px);
  left: 10%;
  width: 35%;
  text-align: center;
}

.shop_now_button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 8px 12px 8px 12px;
  border-radius: 2px;
  background: #fff;
  color: #444;
  font-family: 'Poppins', sans-serif;
  font-size: 20px; 
  line-height: 20px;
  font-weight: bold;
  transition: 0.3s;
  margin: 0px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shop_now_button:hover {
  background: #666 !important;
  color: #fff;
}

@media screen and (min-width: 701px) {
  #slides_spacer {
    content: url(pics/spacer_50pct.png);
  }
  #main_nav_bar {
    height: 60px;
  }
  #slides_container {
    margin-top: 60px;
  }
  .masthead_menu {
    top: 30%;
  }
  .strap_line {
    bottom: 18%; 
    left: 10%; 
    width: 35%;
  }
  .shop_now_button_container {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  #slides_spacer {
    content: url(pics/spacer_60pct.png);
  }
  #main_nav_bar {
    height: 44px;
  }
  #slides_container {
    margin-top: 44px;
  }
  .masthead_menu {
    top: 22%;
  }
  .strap_line {
    bottom: 21%; 
    left: 5%; 
    width: 45%;
  }
  .shop_now_button_container {
    display: none;
  }
}



.icon_container {
  display: inline-block; 
  position: relative; 
  flex-grow: 0;
  width: 33.3%; 
  max-width: 270px; 
  margin: 20px; 
  text-align: center;
}

@media screen and (min-width: 501px) {
  .icon_container {
    flex-grow: 0;
    width: 33.3%; 
    max-width: 270px;
  }
}
@media screen and (max-width: 500px) {
  .icon_container {
    flex-grow: 1;
    width: 100%; 
    max-width: 100%;
  }
}




.soap_container {
  display: inline-block; 
  position: relative; 
  flex-grow: 0;
  width: calc(50% - 60px); 
  max-width: 700px; 
  margin: 30px; 
  text-align: center;

}

@media screen and (min-width: 901px) {
  .soap_container {
    flex-grow: 0;
    width: calc(50% - 60px); 
    max-width: 700px; 
  }
}
@media screen and (max-width: 900px) {
  .soap_container {
    flex-grow: 1;
    width: 100%; 
    max-width: 100%; 
  }
}


.soap_info_img {
  display: inline-block; 
  position: relative; 
  width: calc(40% - 20px); 
  margin: 10px;
  padding: 0px;
  align-self: flex-start;
}

.soap_info_text {
  display: inline-block; 
  position: relative; 
  flex-grow: 0; 
  width: calc(60% - 20px); 
  margin: 10px;
  padding: 0px;
}

@media screen and (min-width: 501px) {
  .soap_info_img {
    width: calc(40% - 20px); 
    margin: 10px; 
  }
  .soap_info_text {
    flex-grow: 0; 
    width: calc(60% - 20px); 
    margin: 10px; 
  }
}
@media screen and (max-width: 500px) {
  .soap_info_img {
    width: calc(100% - 20px); 
    max-width: 100%; 
  }
  .soap_info_text {
    flex-grow: 1;
    width: calc(100% - 20px); 
    max-width: 100%;
  }
}






.bodytext_copyright {
  flex-grow: 0;
  min-width: 200px;
  display: inline-block;
  position: relative;
  text-align:left;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #444;
  line-height: 13px;
  margin-bottom: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}




.bodytext_footer_links {
  flex-grow: 1;
  min-width: 200px;
  display: inline-block;
  position: relative;
  text-align: right;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #444;
  line-height: 18px;
  box-sizing: border-box;
  padding: 0px;
  padding-right: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.main_body_section {
  display: block; 
  position: relative; 
  left: 0vw; 
  right: 0vw; 
  box-sizing: border-box; 
  padding: 15px;
  padding-top: 0px; 
  text-align: center;
  min-height: calc(100vh - 166px);
}


@media screen and (min-width: 421px) {
  .bodytext_footer_links { 
      text-align: right;
  }
  .main_body_section {
      min-height: calc(100vh - 166px);
  }
}
@media screen and (max-width: 420px) {
  .bodytext_footer_links { 
      text-align: left;
  }
  .main_body_section {
      min-height: calc(100vh - 202px);
  }
}




.main_body_inner {
  display: inline-block;
  position: relative;
  padding: 0px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1500px;
  text-align: center;
}



.footer_box {
  display: flex; 
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  position: relative; 
  min-height: 70px;
  left: 0vw; 
  right: 0vw; 
  background: rgb(180,153,128); 
  padding: 10px; 
  text-align: left; 
  box-sizing: border-box;
}







#index_title {
  display: inline-block; 
  position: relative; 
  width: 50%; 
  min-width: 250px;
  order: 1;
  text-align: left;
  margin-top: 10px;
}

#laptop_lady {
  display: inline-block; 
  position: relative; 
  text-align: center;
  top: -14px;
  width: 50%; 
  min-width: 250px;
  order: 2;
}

@media screen and (min-width: 581px) {
  #index_title { 
      width: 50%;
      order: 1;
      text-align: left;
      margin-top: 10px;
  }
  #laptop_lady {
      width: 50%;
      order: 2;
  }
}
@media screen and (max-width: 580px) {
  #index_title { 
      width: 100%;
      order: 2;
      text-align: center;
      margin-top: 0px;
  }
  #laptop_lady {
      width: 100%;
      order: 1;
  }
}


#laptop_man1 {
  display: block;
  position: relative;
  border: 0px; 
  width: 35%; 
  min-width: 200px;
  height: auto; 
  float: right; 
  margin-left: 4px; 
  margin-bottom: 3px;
}

#laptop_man2 {
  display: block;
  position: relative;
  border: 0px; 
  width: 100%; 
  height: auto; 
}

@media screen and (min-width: 481px) {
  #laptop_man1 { 
    display: block;
  }
  #laptop_man2 { 
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #laptop_man1 { 
    display: none;
  }
  #laptop_man2 { 
    display: block;
  }
}



.scalable_flex_pic {
  display: inline-block;
  position: relative;
  width: 60%;
  padding: 10px;
  box-sizing: border-box;
}

.scalable_flex_text_container {
  display: inline-block;
  position: relative;
  width: 40%;
  padding: 0px;
  box-sizing: border-box;
}

@media screen and (min-width: 581px) {
  .scalable_flex_pic { 
      width: 60%;
  }
  .scalable_flex_text_container {
      width: 40%;
  }
}
@media screen and (max-width: 580px) {
  .scalable_flex_pic { 
      width: 100%;
  }
  .scalable_flex_text_container {
      width: 100%;
  }
}



.nav_box {
  display: none;
  position: absolute;
  right: 0px; 
  top: calc(100% + 3px);
  background: #fff;
  border: 1px solid #666;
  box-sizing: border-box;
  padding: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  z-index: 999999;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.nav_link {
  display: block;
  position: relative;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #666;
  line-height: 16px;
  padding: 6px;
  padding-left: 10px;
  padding-right: 16px;
  box-sizing: border-box;
  transition: 0.3s;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav_link:hover {
  color: #000;
}






.link_text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




.textfield_grey {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #222;
    padding: 3px 2px 3px 2px;
    font-family: 'Open Sans', sans-serif;
    color: #222;
    background-color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    outline: none;
    box-sizing: border-box;
    margin-top: 2px;
    /* -webkit-text-fill-color: #222;
    -moz-text-fill-color: #222;
    -o-text-fill-color: #222;
    -khtml-text-fill-color: #222; */
}

.textfield_grey:active,
.textfield_grey:hover,
.textfield_grey:focus {
    box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -moz-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -o-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -khtml-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
}



input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -moz-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -o-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -khtml-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    transition: background-color 5000s ease-in-out 0s;
}




.custom_button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 8px 12px 8px 12px;
    border-radius: 4px;
    background: #000;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px; 
    line-height: 16px;
    font-weight: normal;
    transition: 0.3s;
    margin: 0px;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom_button:hover {
    background: #666 !important;
    color: #fff;
}




.custom_button_disabled {
  display: inline-block;
  position: relative;
  cursor: default;
  text-align: center;
  padding: 8px 12px 8px 12px;
  border-radius: 2px;
  background: #888;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px; 
  line-height: 16px;
  font-weight: normal;
  transition: 0.3s;
  margin: 0px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}








.micro_button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 5px 8px 5px 8px;
  border-radius: 2px;
  background: #000;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px; 
  line-height: 14px;
  font-weight: normal;
  transition: 0.3s;
  margin: 0px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.micro_button:hover {
  background: #666 !important;
  color: #fff;
}


.micro_button_disabled {
  display: inline-block;
  position: relative;
  cursor: default;
  text-align: center;
  padding: 5px 8px 5px 8px;
  border-radius: 2px;
  background: #888;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px; 
  line-height: 14px;
  font-weight: normal;
  transition: 0.3s;
  margin: 0px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}







  .dialog_container {
    display: flex; 
    position: absolute; 
    width: 90%; 
    top: 0px; 
    min-height: 95vh; 
    padding: 0px;
    padding-top: 20px;
    left: -20000px; 
    justify-content: center; 
    align-items: center; 
    align-content: center; 
    text-align: center; 
    z-index: 9999991;
  }


  .dialog_base {
      display: block;
      position: relative;
      font-family: 'Poppins', sans-serif;
      color: #222;
      font-size: 12px;
      line-height: 13px;
      text-align: left;
      width: 100%;
      padding: 16px 26px 20px 26px;
      box-sizing: border-box;
      background: #fff;
      border-radius: 4px;
      box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.7);
      min-height: 100px;
  }






.loader4 {
  margin: 0px auto;
  position: relative;
  -webkit-animation: load4 1.9s infinite linear;
  animation: load4 1.9s infinite linear;
  z-index: 99999999;
}
@-webkit-keyframes load4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}





  .loader {
    display: inline-block;
    color: #d6372c;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  }
  @-webkit-keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @-webkit-keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }






.select-wrapper{
  float: left;
  border-bottom: 1px solid #222;            
  background: url(pics/dropdown.png) no-repeat right center;
  font-family: 'Open Sans', sans-serif;
  font-size: 14.4px;
  line-height: 14.4px;
  color: #000;
  cursor: pointer;
}
.select-wrapper, .select-wrapper select{
  width: 100%;
  height: 26px;
  line-height: 26px;
  color: #000;
}
.select-wrapper .holder{
  display: block;
  margin: 0 35px 0 5px;
  white-space: nowrap;            
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 999;
  color: #000;
}
.select-wrapper select{
  margin: 0;
  position: absolute;
  z-index: 2;            
  cursor: pointer;
  outline: none;
  opacity: 0;
  color: #000;
}
  



















/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 21px;
  top: 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #222;
  background-color: none;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #222;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 4px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 5px;
  top: 0px;
  left: 3px;
  border-radius: 0;
  opacity: 1;
  background-color: none;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}






.checkbox_small {
  display: inline-block; 
  position: relative;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ccc;
  width: 14px;
  height: 14px;
  cursor: pointer;
}









.cart_focus {
  -webkit-animation-name: cart_focus; /* Chrome, Safari, Opera */
  animation-name: cart_focus;
  -webkit-animation-duration: 0.8s; /* Chrome, Safari, Opera */
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform-origin: top right;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  font-family: 'Open Sans', sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes cart_focus {
  0% {transform: scale(7.0); opacity: 0.3; filter: alpha(opacity=30); }
  100% {transform: scale(1.0); opacity: 1.0; filter: alpha(opacity=100); }
}

@keyframes cart_focus {
  0% {transform: scale(7.0); opacity: 0.3; filter: alpha(opacity=30); }
  100% {transform: scale(1.0); opacity: 1.0; filter: alpha(opacity=100); }
}









.terms_subtitle {
  display: block;
  position: relative;
  text-align: left;
  font-size: 22px; 
  font-weight: bold;
  line-height: 24px;
}




.terms_container {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 1000px;
  font-family: 'Open Sans', sans-serif;
  color: #444;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  text-align: left;
  text-align: justify;
  column-count: 2; 
  column-gap: 20px;
  column-rule: 1px solid #efefef;
  box-sizing: border-box;
  padding: 15px;
}

@media screen and (min-width: 651px) {
  .terms_container { 
  column-count: 2;
  font-size: 14px;
  line-height: 16px;
  }
}
@media screen and (min-width: 401px) and (max-width: 650px) {
  .terms_container { 
  column-count: 1;
  font-size: 13px;
  line-height: 15px;
  }
}
@media screen and (max-width: 400px) {
  .terms_container { 
  column-count: 1;
  font-size: 11px;
  line-height: 13px;
  }
}





.client_tile {
  display: inline-block;
  position: relative;
  width: 220px;
  height: 70px;
  background: #ccc;
  border: 1px solid #fff;
  border-radius: 6px;
  margin: 8px;
  padding: 0px;
  box-sizing: border-box;
  text-align:left;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #444;
  line-height: 19px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}





#packaged_soaps {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0px;
  width: calc(50% - 10px);
  height: auto;
  border: 0px;
  margin: 5px;
}

#packaged_soaps_desc {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0px;
  width: calc(50% - 10px);
  margin: 5px;
  margin-top: 0px;
  text-align: left;
  color: #222;
}

@media screen and (min-width: 551px) {
  #packaged_soaps { 
    width: calc(50% - 10px);
    margin: 5px;
  }
  #packaged_soaps_desc {
    width: calc(50% - 10px);
    margin: 5px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 550px) {
  #packaged_soaps { 
    width: 100%;
    margin: 0px;
  }
  #packaged_soaps_desc {
    width: 100%;
    margin: 0px;
    margin-top: 10px;
  }
}




#signup_email_input {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 300px;
  padding: 0px;
  margin: 0px;
  margin-top: 8px;
}

#signup_email_button {
  position: relative;
  top: 4px;
  padding: 7px 11px 7px 11px;
  margin-left: 2px;
  margin-right: 2px;
}

#signup_email_input2 {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 300px;
  padding: 0px;
  margin: 0px;
  margin-top: 8px;
}

#signup_email_button2 {
  position: relative;
  top: 4px;
  padding: 7px 11px 7px 11px;
  margin-left: 2px;
  margin-right: 2px;
}

@media screen and (min-width: 461px) {
  #signup_email_input { 
    margin-bottom: 0px;
  }
  #signup_email_button {
    width: auto;
  }
  #signup_email_input2 { 
    margin-bottom: 0px;
  }
  #signup_email_button2 {
    width: auto;
  }
}
@media screen and (max-width: 460px) {
  #signup_email_input { 
    margin-bottom: 7px;
  }
  #signup_email_button {
    width: 100%;
    max-width: 300px;
  }
  #signup_email_input2 { 
    margin-bottom: 7px;
  }
  #signup_email_button2 {
    width: 100%;
    max-width: 300px;
  }
}




.user_review {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
  padding: 20px;
  padding-top: 0px;
  box-sizing: border-box;
}


.review_stars {
  display: inline-block; 
  position: relative; 
  font-size: 56px; 
  line-height: 56px; 
  color: #DDDD0C;
  text-align: center; 
  box-sizing: border-box; 
  padding: 0px; 
  margin: 0px;
}

@media screen and (min-width: 401px) {
  .review_stars { 
    font-size: 56px; 
    line-height: 56px;
  }
}
@media screen and (max-width: 400px) {
  .review_stars { 
    font-size: 38px; 
    line-height: 38px;
  }
}






.sign_up_box {
  display: inline-block; 
  position: relative; 
  width: 100%; 
  max-width: 420px; 
  text-align: center; 
  box-sizing: border-box; 
  padding: 10px; 
  margin-top: 20px; 
  margin-bottom: 30px; 
  border: 1px solid #efefef; 
  background: #fff; 
  box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
  -webkit-animation: signup1 3.9s infinite linear;
  animation: signup1 3.9s infinite linear;
}

@-webkit-keyframes signup1 {
  0% {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    border: 1px solid #efefef;
  }
  50% {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
  }
  100% {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    border: 1px solid #efefef;
  }
}
@keyframes signup1 {
  0% {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    border: 1px solid #efefef;
  }
  50% {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
  }
  100% {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    border: 1px solid #efefef;
  }
}






.grid_spanner {
    display: block; 
    position: relative; 
    text-align: center;
    min-height: 60px;
    grid-column-start: 1; 
    grid-column-end: 12;
}




.video_grid {
    display: grid; 
    position: relative; 
    box-sizing: border-box; 
    width: 100%; 
    padding: 20px;
    margin: 0px;
    column-gap: 20px; 
    row-gap: 20px; 
    grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%; 
    grid-template-rows: auto;
}



@media screen and (min-width: 1801px) {
    .video_grid { 
        grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%; 
        grid-template-rows: auto;
        width: calc(100% - 100px);  
    }
    .grid_spanner {
        grid-column-start: 1; 
        grid-column-end: 7;
    }
}
@media screen and (max-width: 1800px) and (min-width: 1501px) {
    .video_grid { 
        grid-template-columns: 20% 20% 20% 20% 20%; 
        grid-template-rows: auto;
        width: calc(100% - 80px);  
    }
    .grid_spanner { 
        grid-column-start: 1; 
        grid-column-end: 6;
    }
}
@media screen and (max-width: 1500px) and (min-width: 1201px) {
    .video_grid { 
        grid-template-columns: 25% 25% 25% 25%; 
        grid-template-rows: auto;
        width: calc(100% - 60px);  
    }
    .grid_spanner { 
        grid-column-start: 1; 
        grid-column-end: 5;
    }
}
@media screen and (max-width: 1200px) and (min-width: 901px) {
    .video_grid { 
        grid-template-columns: 33.3% 33.3% 33.3%; 
        grid-template-rows: auto;
        width: calc(100% - 40px);  
    }
    .grid_spanner { 
        grid-column-start: 1; 
        grid-column-end: 4;
    }
}
@media screen and (max-width: 900px) and (min-width: 501px) {
    .video_grid { 
        grid-template-columns: 50% 50%; 
        grid-template-rows: auto;
        width: calc(100% - 20px);  
    }
    .grid_spanner { 
        grid-column-start: 1; 
        grid-column-end: 3;
    }
}
@media screen and (max-width: 500px) {
    .video_grid { 
        grid-template-columns: 100%; 
        grid-template-rows: auto; 
        width: 100%; 
    }
    .grid_spanner {
        grid-column-start: 1; 
        grid-column-end: 2;
    }
}




.video_card_container {
    display: block; 
    position: relative; 
}


.video_card_title {
    display: block;
    position: relative;
    text-align:left;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #ccc;
}


.video_card_desc {
    display: block;
    position: relative;
    text-align: left;
    font-family: 'Lora', serif;
    font-size: 13px;
    font-weight: normal;
    color: #888;
    line-height: 15px;
    margin-bottom: 3px;
    overflow: hidden;
}

.video_info {
    display: block;
    position: relative;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 12px;
    margin-top: 7px;
    margin-bottom: 16px;
    color: #666;
}

.video_card_desc a:link,
.video_card_desc a:hover,
.video_card_desc a:visited,
.video_card_desc a:active
{
    color: #333;
    text-decoration: none;
    word-break: break-all;
}



.videos_section_title {
    display: inline-block; 
    position: relative; 
    margin: 0px; 
    padding: 0px; 
    width: 100%; 
    font-family: 'Lora', serif; 
    font-size: 48px; 
    line-height: 54px; 
    color: #fff;
}

@media screen and (min-width: 531px) {
    .videos_section_title {
        font-size: 48px; 
        line-height: 54px;
    }
}
@media screen and (max-width: 530px) {
    .videos_section_title {
        font-size: 32px; 
        line-height: 36px;
    }
}






.cal_circle {
  display: inline-block; 
  position: absolute; 
  top: 0px; 
  left: calc(50% - 15px); 
  width: 30px; 
  height: 30px; 
  border-radius: 50%;
  color: #222;
  cursor: pointer; 
  background: none;
}

.cal_circle:hover {
  background: #DEFBDE;
}



.cal_circle_clicked {
  display: inline-block; 
  position: absolute; 
  top: 0px; 
  left: calc(50% - 15px); 
  width: 30px; 
  height: 30px; 
  border-radius: 50%;
  color: #222;
  cursor: pointer; 
  background: #74E074;
}



.cal_circle_booked {
  display: inline-block; 
  position: absolute; 
  top: 0px; 
  left: calc(50% - 15px); 
  width: 30px; 
  height: 30px; 
  border-radius: 50%;
  color: #fff;
  cursor: pointer; 
  background: rgb(180,153,128);
}



#payments_block {
  display: inline-block; 
  position: relative; 
  width: 100%; 
  max-width: 700px; 
  box-sizing: border-box; 
  padding: 0px; 
  margin: 0px; 
  font-size: 15px; 
  line-height: 17px;
}

@media screen and (min-width: 531px) {
  #payments_block {
    font-size: 15px; 
    line-height: 17px;
  }
}
@media screen and (max-width: 530px) {
  #payments_block {
    font-size: 13px; 
    line-height: 15px;
  }
}




#confirm_booking_table {
  display: inline-block; 
  position: relative; 
  width: 100%; 
  max-width: 800px; 
  padding: 15px; 
  margin: 0px; 
  box-sizing: border-box;
  text-align:left;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #888;
}

@media screen and (min-width: 531px) {
  #confirm_booking_table {
    font-size: 16px; 
    line-height: 24px;
  }
}
@media screen and (max-width: 530px) {
  #confirm_booking_table {
    font-size: 13px; 
    line-height: 17px;
  }
}




.hotel_info_block {
  display: inline-block;
  position: relative;
  text-align: center;
  width: calc(100% - 20px);
  padding: 0px;
  margin: 10px;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  color: #222;
}
  


.gallery_button {
  display: inline-block; 
  position: relative; 
  padding: 8px; 
  background-color: #ccc; 
  color: #444; 
  border: 1px solid #444; 
  cursor: pointer; 
  margin-left: -1px;
}








.pricing_form_container {
  display: inline-block; 
  position: relative; 
  width: 560px; 
  height: 740px; 
  max-width: initial;
  padding: 0px; 
  overflow: hidden; 
  order: 1;
}

.tour_form_container {
  display: inline-block; 
  position: relative; 
  width: 560px; 
  height: 800px; 
  max-width: initial;
  padding: 0px; 
  overflow: hidden; 
}

.brochure_cover_container {
  display: inline-block;
  position: relative;
  height: 587px;
  width: initial;
  padding: 0px;
  order: 2;
}

#cover_pic {
  height: 100%;
  width: auto;
}

@media screen and (min-width: 1103px) {
  .pricing_form_container { 
      width: 560px;
      order: 1;
  }
  .tour_form_container {
    width: 560px; 
    height: 640px;
  }
  .brochure_cover_container {
      height: 587px;
      width: initial;
      order: 2;
  }
  #cover_pic {
    height: 100%;
    width: auto;
  }
}
@media screen and (min-width: 634px) and (max-width: 1102px) {
  .pricing_form_container { 
      width: 100%;
      max-width: 560px;
      order: 2;
  }
  .tour_form_container {
    width: 560px; 
    height: 640px;
  }
  .brochure_cover_container {
      height: initial;
      width: 100%;
      max-width: 500px;
      margin-bottom: 15px;
      order: 1;
  }
  #cover_pic {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 635px) {
  .pricing_form_container { 
      width: 100%;
      max-width: 560px;
      order: 2;
  }
  .tour_form_container {
    width: 100%; 
    height: 1000px;
  }
  .brochure_cover_container {
      height: initial;
      width: 100%;
      max-width: 500px;
      margin-bottom: 15px;
      order: 1;
  }
  #cover_pic {
    width: 100%;
    height: auto;
  }
}
