@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  overflow-x: hidden;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent; }

html, html a, body {
  -webkit-font-smoothing: antialiased; }

/* CSS Document */
::selection {
  background: #7d0f34;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #7d0f34;
  color: #fff;
  text-shadow: none; }

input {
  behavior: url(PIE.htc); }

textarea {
  behavior: url(PIE.htc); }

input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

/*
	box-shadow:2px 0px 0px #000000;
	-webkit-box-shadow:2px 0px 0px #000000;
    -moz-box-shadow:2px 0px 0px #000000;
	behavior:url(PIE.htc);
	position:relative;
	
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
	
	border-radius:0 0 2px 2px;
	-webkit-border-radius:0 0 2px 2px;
    -moz-border-radius:0 0 2px 2px;
	
	behavior:url(PIE.htc);
	position:relative;
	
	
	
	font-family: 'moon';

 	font-family: 'Khula', sans-serif;
	font-size:14px;
	font-weight:600;
	color:#343433;
	line-height:100%;
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  font-family: 'Cambria';
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400; }

b, strong {
  font-family: 'Cambria';
  font-weight: 700; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

button {
  cursor: pointer;
  border: none; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: " "; }

blockquote, q {
  quotes: "" ""; }

body {
  font-family: 'Cambria';
  background: #ffecdb;
  font-size: 100%;
  color: #000;
  line-height: 100%;
  font-style: normal;
  font-weight: normal; }

input[type=checkbox] {
  vertical-align: top; }

input[type=radio] {
  height: auto;
  vertical-align: top; }

input[type=number] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type=number] {
  -moz-appearance: textfield; }

table {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

img {
  border: 0 none;
  max-width: 100%; }

a {
  color: #7d0f34;
  font-family: 'Cambria';
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  line-height: 140%;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }
  a:focus, a:hover {
    color: #000;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6, p {
  float: left;
  width: 100%;
  font-family: 'Cambria';
  line-height: 120%;
  font-weight: 400; }

h1 {
  font-size: 56px;
  color: #660033;
  text-transform: uppercase;
  letter-spacing: 5px; }

h2 {
  font-size: 36px;
  text-transform: uppercase;
  color: #7D0F33;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 5px;
  line-height: 160%;
  font-weight: 700; }

h3 {
  font-size: 16px;
  color: #F0E9E1;
  text-transform: uppercase;
  line-height: 130%;
  letter-spacing: 1px;
  font-weight: 600; }

h4 {
  font-size: 26px;
  color: #FDEB93;
  text-transform: uppercase; }

h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: #352100;
  letter-spacing: 3.5px;
  padding-top: 20px; }

h6 {
  font-size: 18px;
  text-transform: uppercase;
  color: #7D0F33;
  font-weight: 700;
  line-height: 160%; }

p {
  font-family: 'Cambria';
  font-size: 18px;
  color: #333333;
  line-height: 160%;
  padding-top: 20px; }

.btn-main {
  display: inline-block;
  width: 210px;
  height: 54px;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: 'Cambria';
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 54px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  z-index: 9;
  background: #7d0f34;
  margin-top: 15px;
  border: 1px solid transparent; }
  .btn-main:focus {
    outline: none !important; }
  .btn-main:hover, .btn-main:focus {
    background: transparent;
    border: 1px solid #7d0f34;
    color: #7d0f34; }

.form-control {
  background-image: none;
  background: transparent;
  float: left;
  width: 100%;
  padding: 0 25px;
  border: 1px solid #660033;
  font-family: 'Cambria';
  font-size: 16px;
  color: #660033;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  position: relative;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  height: 62px; }
  .form-control:focus {
    color: #660033; }

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7f1337;
  opacity: 1;
  /* Firefox */
  text-transform: uppercase; }

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7f1337;
  text-transform: uppercase; }

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7f1337;
  text-transform: uppercase; }

.form-control:focus {
  background: transparent;
  box-shadow: none;
  border-color: #000; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

.img-wrap, .text-wrap, .section, ul {
  float: left;
  width: 100%; }

.container {
  padding: 0;
  max-width: 1170px; }

.main-raw {
  float: left;
  width: 100%;
  padding: 100px 0;
  position: relative; }

.home #header.affix {
  background: #fff; }

.header-main {
  position: relative; }

.logo {
  float: left;
  width: 100%; }
  .logo a {
    width: 100%;
    float: left; }

.header-right {
  float: right;
  width: auto;
  padding-top: 30px; }

.home .nav-main ul li a {
  color: #fff; }

.nav-main {
  width: auto; }
  .nav-main ul {
    float: none;
    display: inline-block;
    vertical-align: middle; }
  .nav-main li {
    float: left;
    width: auto;
    padding: 0 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .nav-main li.current-menu-item a {
      color: #0E4378; }
    .nav-main li a {
      float: left;
      width: auto;
      font-family: 'proximanova-regular';
      font-size: 16px;
      color: #1C2516;
      font-weight: 700;
      line-height: 120%;
      text-transform: uppercase;
      -webkit-transition: all 0.25s ease 0;
      transition: all 0.25s ease 0; }
      .nav-main li a:hover {
        color: #0E4378; }
    .nav-main li:last-child {
      padding-right: 0px;
      border-right: 0px solid rgba(255, 255, 255, 0.1); }

.home .nav-main li {
  border-right: 1px solid rgba(255, 255, 255, 0.1); }
  .home .nav-main li:last-child {
    border-right: 0px solid rgba(255, 255, 255, 0.1); }

.home #header.affix .nav-main ul li {
  border-right: 1px solid rgba(14, 67, 120, 0.1); }
  .home #header.affix .nav-main ul li:last-child {
    border-right: 0px solid rgba(14, 67, 120, 0.1); }

/*-----------------res-nav-Start-------------------*/
.res_navigation {
  display: none;
  width: 72px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 8px; }

.nav-toggle {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 999999;
  padding: 5px 30px 13px 0;
  cursor: pointer; }

.nav-toggle:focus {
  outline: none; }

.nav-toggle.active .top {
  -webkit-transform: translateY(12px) translateX(0) rotate(45deg);
  -ms-transform: translateY(12px) translateX(0) rotate(45deg);
  transform: translateY(12px) translateX(0) rotate(45deg);
  background: #000000; }

.nav-toggle.active .middle {
  opacity: 0;
  background: #000000; }

.nav-toggle.active .bottom {
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: #000000; }

.nav-toggle span {
  background: #000000;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-transition: all .55s ease;
  transition: all .35s ease;
  cursor: pointer; }

.nav-toggle span:nth-of-type(2) {
  top: 7px; }

.nav-toggle span:nth-of-type(3) {
  top: 16px; }

/*-----------------res-nav-end-------------------*/
.fadeInDown, .fadeInLeft, .fadeInRight, .fadeInUp, .wow, .zoomIn {
  visibility: hidden; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999; }

#status {
  width: 270px;
  height: 212px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/logo-zbz.jpg);
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%); }

.hero {
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  min-height: 900px;
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
  float: left;
  width: 100%; }
  .hero:before {
    position: absolute;
    background: rgba(250, 230, 215, 0);
    background: -moz-linear-gradient(top, rgba(250, 236, 219, 0) 0%, #faecdb 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250, 236, 219, 0)), color-stop(100%, #faecdb));
    background: -webkit-linear-gradient(top, rgba(250, 236, 219, 0) 0%, #faecdb 100%);
    background: -o-linear-gradient(top, rgba(250, 236, 219, 0) 0%, #faecdb 100%);
    background: -ms-linear-gradient(top, rgba(250, 236, 219, 0) 0%, #faecdb 100%);
    background: linear-gradient(to bottom, rgba(250, 236, 219, 0) 0%, #faecdb 100%);
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    content: "";
    z-index: 9; }
  .hero .text-wrap {
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 0; }

.contact {
  position: relative;
  padding-bottom: 250px; }
  .contact .contact-wrap {
    text-align: center; }
    .contact .contact-wrap .contact-form {
      float: none;
      display: inline-block;
      width: 76%;
      margin: 0 auto;
      padding-top: 50px; }
      .contact .contact-wrap .contact-form .form-group {
        float: left;
        width: 100%;
        margin-bottom: 50px; }
        .contact .contact-wrap .contact-form .form-group.form-half {
          width: 50%; }
        .contact .contact-wrap .contact-form .form-group:nth-child(3) {
          padding-right: 50px; }
        .contact .contact-wrap .contact-form .form-group:nth-child(4) {
          padding-left: 50px; }
        .contact .contact-wrap .contact-form .form-group .form-control.dropdown {
          -webkit-appearance: none;
          -moz-appearance: none;
          text-transform: uppercase; }
  .contact .tri-sep {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 29px 0 29px;
    border-color: #7d0f34 transparent transparent transparent; }

.title {
  position: relative;
  float: left;
  padding-bottom: 20px;
  width: 100%; }
  .title:before {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    background: url(../images/separator.png) no-repeat;
    height: 5px;
    width: 47px;
    background-size: 100%;
    margin: 0 auto; }

.about-us {
  position: relative;
  overflow: hidden;
  padding: 250px 0 100px 0; }
  .about-us::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    width: 90%;
    background: url(../images/about-top.png) no-repeat center top;
    height: 550px;
    right: 0;
    margin: 0 auto;
    z-index: -9;
    background-size: contain; }
  .about-us .text-wrap p {
    padding-top: 30px; }

.collection-main {
  padding: 200px 0 100px 0;
  position: relative; }
  .collection-main .collection-slider {
    position: relative;
    padding: 60px 0;
    margin-top: 60px; }
    .collection-main .collection-slider .carousel {
      float: none;
      display: inline-block; }
      .collection-main .collection-slider .carousel .carousel-inner {
        -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.6); }
      .collection-main .collection-slider .carousel .carousel-control-next {
        right: -30px; }
      .collection-main .collection-slider .carousel .carousel-control-prev {
        left: -30px; }
      .collection-main .collection-slider .carousel .carousel-control-next, .collection-main .collection-slider .carousel .carousel-control-prev {
        width: 5%; }
        .collection-main .collection-slider .carousel .carousel-control-next .carousel-control-prev-icon, .collection-main .collection-slider .carousel .carousel-control-next .carousel-control-next-icon, .collection-main .collection-slider .carousel .carousel-control-prev .carousel-control-prev-icon, .collection-main .collection-slider .carousel .carousel-control-prev .carousel-control-next-icon {
          width: 78px;
          height: 22px;
          background-size: 100%;
          background-image: url(../images/arrow-slider.png); }
        .collection-main .collection-slider .carousel .carousel-control-next .carousel-control-prev-icon, .collection-main .collection-slider .carousel .carousel-control-prev .carousel-control-prev-icon {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
    .collection-main .collection-slider:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      background: url(../images/slider-sep.png) no-repeat;
      content: "";
      width: 100%;
      height: 39px;
      background-size: contain; }
    .collection-main .collection-slider:after {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      background: url(../images/slider-sep.png) no-repeat;
      content: "";
      width: 100%;
      height: 39px;
      background-size: contain;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

.message p {
  color: #7d0f34;
  font-size: 18px; }

.privacy-main {
  padding: 60px 0; }
  .privacy-main .title {
    margin-bottom: 20px; }
    .privacy-main .title h1 {
      font-weight: 600; }
    .privacy-main .title span.statement {
      text-transform: uppercase;
      font-size: 20px;
      color: #333333;
      letter-spacing: 2px; }
  .privacy-main p, .privacy-main h2, .privacy-main h3 {
    text-align: left; }
  .privacy-main h2 {
    line-height: 140%;
    font-size: 28px;
    letter-spacing: 0px;
    padding-top: 40px; }
  .privacy-main p {
    padding-top: 20px; }
  .privacy-main h3 {
    color: #370113;
    padding-top: 30px; }
  .privacy-main ul {
    padding-left: 20px; }
    .privacy-main ul li {
      text-align: left;
      list-style-type: disc;
      list-style-position: outside;
      font-family: "Cambria";
      font-size: 18px;
      color: #333333;
      line-height: 180%;
      padding-top: 5px; }

.btn-main.book-btn {
  width: 260px;
  text-align: center;
  margin-top: 30px; }

/*---------------inner page start---------------*/
/*----------------inner page end---------------*/
.footer {
  float: left;
  width: 100%; }
  .footer .footer-main {
    padding-bottom: 45px; }
    .footer .footer-main .left-con {
      position: relative; }
      .footer .footer-main .left-con::before {
        position: absolute;
        top: 40%;
        right: 0;
        height: 65px;
        width: 1px;
        content: "";
        background: #370113; }
    .footer .footer-main .footer-inner {
      float: none;
      display: inline-block;
      width: 100%; }
      .footer .footer-main .footer-inner i {
        width: auto;
        height: auto;
        float: none;
        display: inline-block; }
      .footer .footer-main .footer-inner h6 {
        float: none;
        display: block;
        width: auto; }
      .footer .footer-main .footer-inner a {
        font-size: 14px;
        float: none;
        display: inline-block;
        width: 100%;
        color: #333; }
        .footer .footer-main .footer-inner a:hover {
          color: #7d0f34; }
      .footer .footer-main .footer-inner ul {
        width: auto;
        float: none;
        display: inline-block;
        margin-top: 20px; }
        .footer .footer-main .footer-inner ul li {
          font-family: 'MyriadPro';
          font-weight: 700;
          font-size: 14px;
          color: #7D0F33;
          line-height: 160%;
          width: 100%;
          padding: 5px 0px; }
          .footer .footer-main .footer-inner ul li a {
            font-family: 'MyriadPro';
            font-weight: 700;
            font-size: 14px;
            width: auto;
            color: #7D0F33;
            -webkit-transition: all 0.25s ease 0s;
            transition: all 0.25s ease 0s; }
            .footer .footer-main .footer-inner ul li a:hover {
              color: #000; }
          .footer .footer-main .footer-inner ul li.phone a {
            background: url(../images/ic-phone.png) no-repeat center left;
            padding-left: 20px; }
          .footer .footer-main .footer-inner ul li.time {
            background: url(../images/ic-clock.png) no-repeat top 8px left;
            padding-left: 20px; }
  .footer .footer-bottom {
    padding: 20px 0;
    background: #370113; }
    .footer .footer-bottom .privacy {
      float: left;
      width: 100%; }
      .footer .footer-bottom .privacy a {
        color: #fff;
        text-transform: uppercase;
        font-family: 'MyriadPro';
        letter-spacing: 4px; }
    .footer .footer-bottom .social-icons {
      float: right;
      width: 100%; }
      .footer .footer-bottom .social-icons ul li {
        float: none;
        display: inline-block;
        padding: 0 25px; }
        .footer .footer-bottom .social-icons ul li a {
          width: 100%;
          float: left; }

@media only screen and (min-width: 1300px) and (max-width: 5000px) {
  .container {
    max-width: 1280px; }

  p {
    font-size: 20px; }

  .collection-main .collection-slider .carousel .carousel-control-next {
    right: -45px; }
  .collection-main .collection-slider .carousel .carousel-control-prev {
    left: -45px; }

  .contact .contact-wrap .contact-form {
    width: 70%; } }
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .container {
    width: 98%;
    padding: 0 15px; }

  h1 {
    font-size: 44px; }

  .logo a img {
    width: 220px; }

  .hero {
    height: 74vh;
    min-height: 900px;
    margin-bottom: 60px; }

  .contact {
    padding-bottom: 180px; }
    .contact .contact-wrap .contact-form {
      width: 70%; }
      .contact .contact-wrap .contact-form .form-group {
        margin-bottom: 40px; }
        .contact .contact-wrap .contact-form .form-group:nth-child(3) {
          padding-right: 25px; }
        .contact .contact-wrap .contact-form .form-group:nth-child(4) {
          padding-left: 25px; }

  .about-us {
    padding: 200px 0 100px 0; }
    .about-us .text-wrap {
      padding: 0 6%; }
      .about-us .text-wrap p br {
        display: none; }

  .collection-main {
    padding: 120px 0 80px 0; }
    .collection-main .collection-slider {
      padding: 40px 0;
      margin-top: 40px; }
      .collection-main .collection-slider .carousel {
        width: 90%; }
        .collection-main .collection-slider .carousel .carousel-control-prev {
          left: -25px; }
        .collection-main .collection-slider .carousel .carousel-control-next {
          right: -25px; }
      .collection-main .collection-slider::before, .collection-main .collection-slider::after {
        width: 90%; }

  .footer .footer-main .footer-inner {
    padding: 0 8%; }
    .footer .footer-main .footer-inner ul {
      margin-top: 10px; }
    .footer .footer-main .footer-inner a br {
      display: none; }
  .footer .footer-bottom .social-icons ul li {
    padding: 0 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1120px) {
  .container {
    width: 98%;
    padding: 0 15px; }

  h1 {
    font-size: 38px; }

  h2 {
    font-size: 34px; }

  p {
    font-size: 18px; }

  .form-control {
    height: 58px; }

  .logo a img {
    width: 200px; }

  .hero {
    height: 60vh;
    min-height: 760px;
    margin-bottom: 60px; }

  .contact {
    padding-bottom: 160px;
    padding-top: 80px; }
    .contact .contact-wrap .contact-form {
      width: 80%; }
      .contact .contact-wrap .contact-form .form-group {
        margin-bottom: 35px; }
        .contact .contact-wrap .contact-form .form-group:nth-child(3) {
          padding-right: 15px; }
        .contact .contact-wrap .contact-form .form-group:nth-child(4) {
          padding-left: 15px; }

  .about-us {
    padding: 150px 0 100px 0; }
    .about-us .text-wrap {
      padding: 0 6%; }
      .about-us .text-wrap p br {
        display: none; }

  .collection-main {
    padding: 100px 0 80px 0; }
    .collection-main .collection-slider {
      padding: 40px 0;
      margin-top: 40px; }
      .collection-main .collection-slider .carousel {
        width: 90%; }
        .collection-main .collection-slider .carousel .carousel-control-prev {
          left: -25px; }
        .collection-main .collection-slider .carousel .carousel-control-next {
          right: -25px; }
      .collection-main .collection-slider::before, .collection-main .collection-slider::after {
        width: 90%; }

  .footer .footer-main .footer-inner {
    padding: 0 8%; }
    .footer .footer-main .footer-inner ul {
      margin-top: 10px; }
    .footer .footer-main .footer-inner a br {
      display: none; }
  .footer .footer-bottom .social-icons ul li {
    padding: 0 15px; }
    .footer .footer-bottom .social-icons ul li a.fb img {
      width: 14px; }
    .footer .footer-bottom .social-icons ul li a.insta img {
      width: 28px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 98%;
    padding: 0 15px; }

  h1 {
    font-size: 32px; }

  h2 {
    font-size: 34px; }

  p {
    font-size: 18px; }

  .form-control {
    height: 58px; }

  .logo a img {
    width: 180px; }

  .hero {
    height: 66vh;
    min-height: 840px;
    margin-bottom: 20px; }
    .hero .text-wrap {
      bottom: 20px; }

  .contact {
    padding-bottom: 120px;
    padding-top: 80px; }
    .contact .contact-wrap .contact-form {
      padding-top: 30px;
      width: 80%; }
      .contact .contact-wrap .contact-form .form-group {
        margin-bottom: 25px; }
        .contact .contact-wrap .contact-form .form-group:nth-child(3) {
          padding-right: 15px; }
        .contact .contact-wrap .contact-form .form-group:nth-child(4) {
          padding-left: 15px; }
    .contact .tri-sep {
      border-width: 15px 20px 0 20px;
      bottom: -5px; }

  .about-us {
    padding: 150px 0 80px 0; }
    .about-us .text-wrap {
      padding: 0 3%; }
      .about-us .text-wrap p br {
        display: none; }

  .collection-main {
    padding: 60px 0 80px 0; }
    .collection-main .collection-slider {
      padding: 40px 0;
      margin-top: 40px; }
      .collection-main .collection-slider .carousel {
        width: 90%; }
        .collection-main .collection-slider .carousel .carousel-control-prev {
          left: -20px; }
        .collection-main .collection-slider .carousel .carousel-control-next {
          right: -20px; }
      .collection-main .collection-slider::before, .collection-main .collection-slider::after {
        width: 90%; }

  .footer .footer-main .footer-inner {
    padding: 0 3%; }
    .footer .footer-main .footer-inner ul {
      margin-top: 10px; }
    .footer .footer-main .footer-inner a br {
      display: none; }
  .footer .footer-bottom .social-icons ul li {
    padding: 0 15px; }
    .footer .footer-bottom .social-icons ul li a.fb img {
      width: 14px; }
    .footer .footer-bottom .social-icons ul li a.insta img {
      width: 28px; }

  .privacy-main .title {
    margin-bottom: 0; }
    .privacy-main .title span.statement {
      font-size: 18px; }
  .privacy-main h2 {
    font-size: 22px;
    padding-top: 30px; }
  .privacy-main p {
    padding-top: 10px;
    font-size: 16px; }
  .privacy-main ul li {
    font-size: 16px; } }
@media (max-width: 767px) {
  h1 {
    font-size: 28px; }

  h2 {
    font-size: 30px; }

  p {
    font-size: 18px; }

  .form-control {
    height: 54px; }

  .logo a img {
    width: 160px; }

  .hero {
    height: 74vh;
    min-height: 900px;
    margin-bottom: 20px; }
    .hero .text-wrap {
      bottom: 20px; }

  .contact {
    padding-bottom: 120px;
    padding-top: 80px; }
    .contact .contact-wrap .contact-form {
      padding-top: 30px;
      width: 90%; }
      .contact .contact-wrap .contact-form .form-group {
        margin-bottom: 25px; }
        .contact .contact-wrap .contact-form .form-group:nth-child(3) {
          padding-right: 10px; }
        .contact .contact-wrap .contact-form .form-group:nth-child(4) {
          padding-left: 10px; }
    .contact .tri-sep {
      border-width: 15px 20px 0 20px;
      bottom: -5px; }

  .about-us {
    padding: 100px 0 80px 0; }
    .about-us .text-wrap {
      padding: 0; }
      .about-us .text-wrap p {
        padding-top: 20px; }
        .about-us .text-wrap p br {
          display: none; }

  .collection-main {
    padding: 60px 0 80px 0; }
    .collection-main .collection-slider {
      padding: 20px 0;
      margin-top: 40px; }
      .collection-main .collection-slider .carousel {
        width: 90%; }
        .collection-main .collection-slider .carousel .carousel-control-prev {
          left: -10px; }
        .collection-main .collection-slider .carousel .carousel-control-next {
          right: -10px; }
      .collection-main .collection-slider::before, .collection-main .collection-slider::after {
        width: 90%; }

  .footer .footer-main {
    padding-bottom: 25px; }
    .footer .footer-main .left-con {
      margin: 30px 0; }
    .footer .footer-main .footer-inner {
      padding: 0 3%; }
      .footer .footer-main .footer-inner ul {
        margin-top: 10px; }
        .footer .footer-main .footer-inner ul li {
          padding: 2px 0; }
          .footer .footer-main .footer-inner ul li.time {
            background: url(../images/ic-clock.png) no-repeat top 5px left; }
      .footer .footer-main .footer-inner a {
        padding-top: 10px; }
        .footer .footer-main .footer-inner a br {
          display: none; }
  .footer .footer-bottom .privacy {
    text-align: center; }
  .footer .footer-bottom .social-icons {
    text-align: center;
    padding-top: 15px; }
    .footer .footer-bottom .social-icons ul li {
      padding: 0 10px; }
      .footer .footer-bottom .social-icons ul li a.fb img {
        width: 12px; }
      .footer .footer-bottom .social-icons ul li a.insta img {
        width: 24px; }

  .privacy-main .title {
    margin-bottom: 0; }
    .privacy-main .title h1 {
      font-size: 32px; }
    .privacy-main .title span.statement {
      font-size: 18px; }
  .privacy-main h2 {
    font-size: 20px;
    padding-top: 30px; }
  .privacy-main p {
    padding-top: 10px; }
  .privacy-main ul li {
    font-size: 16px; } }
@media only screen and (max-device-width: 480px) {
  html {
    -webkit-text-size-adjust: none; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 20px; } }
@media (max-width: 479px) {
  .container {
    width: 100%;
    padding: 0 15px; }

  .logo a img {
    width: 140px; }

  .hero {
    height: 100vh;
    min-height: 600px; }

  p {
    font-size: 16px; }

  h2 {
    font-size: 24px;
    letter-spacing: 3px; }

  .form-control {
    padding: 0 10px; }

  .contact {
    padding-bottom: 100px; }
    .contact .contact-wrap .contact-form {
      padding-top: 20px;
      width: 100%; }
      .contact .contact-wrap .contact-form .form-group {
        margin-bottom: 20px; }
        .contact .contact-wrap .contact-form .form-group:nth-child(3) {
          padding-right: 5px; }
        .contact .contact-wrap .contact-form .form-group:nth-child(4) {
          padding-left: 5px; }
    .contact .tri-sep {
      border-width: 12px 15px 0 15px;
      bottom: -3px; }

  .collection-main {
    padding: 40px 0 60px 0; }
    .collection-main .collection-slider {
      padding: 10px 0; }

  .footer .footer-main .left-con {
    margin: 20px 0; }

  .btn-main.book-btn {
    width: 230px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 20px; } }
@media (max-width: 320px) {
  .hero {
    height: 100vh;
    min-height: 560px; } }
@media (min-height: 800px) {
  .hero {
    min-height: 800px; } }
@font-face {
  font-family: 'MyriadPro';
  src: url("fonts/MyriadPro-Bold.eot");
  src: local("☺"), url("fonts/MyriadPro-Bold.woff") format("woff"), url("fonts/MyriadPro-Bold.ttf") format("truetype"), url("fonts/MyriadPro-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'MyriadPro';
  src: url("fonts/MyriadPro-Regular.eot");
  src: local("☺"), url("fonts/MyriadPro-Regular.woff") format("woff"), url("fonts/MyriadPro-Regular.ttf") format("truetype"), url("fonts/MyriadPro-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Cambria';
  src: url("fonts/cambria-bold.eot");
  src: local("☺"), url("fonts/cambria-bold.woff") format("woff"), url("fonts/cambria-bold.ttf") format("truetype"), url("fonts/cambria-bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Cambria';
  src: url("fonts/cambria.eot");
  src: local("☺"), url("fonts/cambria.woff") format("woff"), url("fonts/cambria.ttf") format("truetype"), url("fonts/cambria.svg") format("svg");
  font-weight: 400;
  font-style: normal; }
/* font-family: 'made saonara';*/
/*font-family: 'Yeseva One', cursive;*/
/*font-family: 'Montserrat', sans-serif;*/

/*# sourceMappingURL=style.css.map */
