body,
html {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif; }

hr {
  max-width: 60px;
  border-width: 2px;
  border-color: #f59331; }

hr.light {
  border-color: #fff; }

a {
  color: #d3a37c;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  a:hover {
    color: #d3a37c; }

/*h1,
h2,
h3,
h4,
h5,
h6 {
  @include sans-serif-font;
}*/
.bg-primary {
  background-color: #d3a37c !important; }

.bg-dark {
  background-color: #212529 !important; }

.bg-grey {
  background-color: #f6f6f6 !important; }

.text-faded {
  color: rgba(255, 255, 255, 0.7); }
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.sticky-navbar {
  background-color: #060201 !important;
}
.sticky-navbar .navbar-nav > li.nav-item > a.nav-link {
  text-shadow: none !important;
}
.col-btn {
  width: 55%;
  margin: 0 auto;
  background-color: #f59331;
  padding: 10px;
  margin-top: 20px;
  border-radius: 20px;
  letter-spacing: 1px;
}
.btn-inquiry {
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 0.7rem;
  position: relative;
  top: -2px;
}
.btn-inquiry:hover {
  text-decoration: none;
  color: #fff;
}
.btn-more {
  width: 13%;
  text-align: center;
}
.btn-more a {
  color: #ffffff !important;
}

.col-btn a:hover {
  color: #ffffff;
  text-decoration: none;
}
.col-btn a:focus {
  outline: none;
}

#contact_form .control-group {
  margin-bottom: 10px;
}
#contact_form select {
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 16px;
}
#contact_form input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 16px;
}
#contact_form textarea {
  width: 100%;
  border: 1px solid #ccc;
}
.modal-header h3 {
  margin: 0;
  line-height: 22px;
  font-family: 'Open Sans',Helvetica,Arial,sans-serif;
  text-align: center;
  font-size: 18px;
}

section {
  padding: 5rem 0; }

#contact {
  padding: 5rem 0; }

.section-heading {
  margin-top: 0;
  letter-spacing: 1px;
  font-size: 20px;
  font-family: sans-serif; }

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none; }

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none; }

img::selection {
  color: #fff;
  background: transparent; }

img::-moz-selection {
  color: #fff;
  background: transparent; }

img.brand {
  max-width: 70%; }

footer {
  padding: 20px;
  background: #060201;
  color: #ffffff;
  font-size: 12px; }

.col-price h3 {
  font-size: 17px;
  font-family: sans-serif;
  color: #222222;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}
.col-price img {
  width: 100%;
}
.col-price h5 {
  font-size: 15px;
  font-style: italic;
  margin-bottom: 5px;
  color: #8c8c8c;
}
.navbar-custome {
  width: 100%;
}
.col-price p {
  font-size: 12px;
  color: #222222;
  font-family: sans-serif;
  max-width: 67%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.col-price .desc-package p {
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #8c8c8c;
  font-style: italic;
  font-family: inherit;
}
.col-price .price p:nth-child(2) {
  font-size: 25px;
  color: #c60000;
}
.col-price .price p.line {
  text-decoration: line-through;
}
.col-price .price span {
  color: #222222;
  font-family: sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 17px;
}
.special-over {
  position: absolute;
  left: 57%;
  bottom: 35%;
}
.special-over img{
  width: 70%;
}

.package .heading-package p{
  max-width: 50%;
  margin: 0 auto;
  font-family: sans-serif;
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 60px;
}
.package .border-custome {
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.package ul {
  padding-left: 0px;
  padding: 0px 15px;
}
.package .service-box h3{
  font-size: 18px;
  text-transform: uppercase;
  color: #222222;
  font-family: sans-serif;
  margin-bottom: 30px;
  text-align: left !important;
}
.package .service-box ul li{
  font-size: 13px;
  color: #222222;
  font-family: sans-serif;
  margin-bottom: 5px;
}
.package .service-box ul li.noBullet {
  list-style: none;
  font-weight: 600;
  margin-top: 20px;
}
.package .service-box ul li.normal{
  text-transform: capitalize;
  font-size: 10px;
}
.package .heading-package {
  margin-bottom: 50px;
}
.package .attention p {
  color: #222222;
  font-size: 11px;
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
}

@media (min-width: 1200px) {
  #about {
      max-width: 1000px;
      margin: 0 auto;
  }
}
#about h2.section-heading em{
  font-size: 10px;
  position: relative;
  top: -8px;
}
#about h2.section-heading {
  line-height: 35px;
}
#about .service-box h2 {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 32px;
  font-family: sans-serif;
}
#about .service-box p {
  color: #222222;
  font-style: italic;
  font-family: inherit;
  font-size: 14px;
  line-height: 25px;
}
#about .service-box img {
  width: 100%;
  margin: 0 auto;
}
#about .service-box.text-align {
  text-align: center;
}
.line {
  background: #f59331;
  height: 2px;
  width: 60px;
}
.tagline {
  margin: 0 auto;
  margin-top: 140px;
}
.tagline em{
  font-size: 13px;
  position: relative;
  top: -25px;
}
.tagline h2{
  text-shadow: 0px 4px 5px #222222;
  font-size: 3rem;
  font-family: sans-serif;
}
.tagline h2.price-tagline {
  font-size: 2.5rem;
  font-family: sans-serif;
}
.tagline h3{
  font-size: 23px;
  font-family: serif;
  font-style: italic;
  text-shadow: 0px 4px 5px #222222;
}
.tagline hr {
  border-color: #ffffff;
}
.tagline p {
  font-size: 21px !important;
  position: relative;
  font-style: italic;
  font-family: serif;
  margin-bottom: 0px;
  text-shadow: 0px 4px 5px #222222;
}
.tagline .btn-book{
  margin-top: 3em;
}
.btn-primary {
  width: 25%;
  margin: 0 auto;
  background-color: #c60000;
  padding: 6px;
  margin-top: 20px;
  border-radius: 20px;
}
.tagline .btn-book a.book{
  background: #f59331;
  font-family: sans-serif;
  padding: 13px 35px;
  color: #ffffff;
  font-size: 0.7rem;
  text-transform: uppercase;
  border-radius: 50px;
}
.btn-book-popup {
  width: 40%;
  margin: 0 auto;
  background-color: #f59331;
  padding: 10px;
  border-radius: 20px;
  color: #fff;
  font-size: 0.7rem;
}
#contact_form textarea {
  padding-left: 9px;
}
.video video {
  margin: 0 auto;
  width: 600px;
  height: 410px;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0.3); }
  #mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #d3a37c;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #d3a37c; }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: .8rem;
    text-transform: uppercase; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
      color: #d3a37c; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
      color: #d3a37c !important;
      background-color: transparent; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
        background-color: transparent; }
  @media (min-width: 992px) {
    #mainNav {
      border-color: transparent;
      background-color: transparent;
      background-color: rgba(0, 0, 0, 0.3); }
      #mainNav .navbar-brand {
        color: rgba(255, 255, 255, 0.7); }
        #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
          color: #fff; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link {
        padding: 0.5rem 1rem; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        color: rgba(255, 255, 255, 0.7); }
        #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
          color: #ffffff; }
      #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33, 37, 41, 0.1);
        background-color: #fff; }
        #mainNav.navbar-shrink .navbar-brand {
          color: #d3a37c; }
          #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
            color: #d3a37c; }
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
          color: #212529; }
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
            color: #d3a37c; } }

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/main-image.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.masthead hr {
    margin-top: 50px;
    margin-bottom: 40px; }
  header.masthead h1 {
    font-size: 2rem; }
  header.masthead p {
    font-weight: 300; }
  @media (min-width: 768px) {
    header.masthead p {
      font-size: 1.15rem; } }
  @media (min-width: 992px) {
    header.masthead {
      height: 100vh;
      min-height: 650px;
      padding-top: 0;
      padding-bottom: 0; }
      header.masthead h1 {
        font-size: 3rem; } }
  @media (min-width: 1200px) {
    header.masthead h1 {
      font-size: 4rem; } }

.service-box p {
  font-size: 1rem; }

.service-box em {
  font-size: 10px;
  position: relative;
  top: -5px; }


.bg-img {
  background-image: url("../img/bg-img.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 520px; }

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto; }
  .portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(211, 163, 124, 0.9);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      text-align: center; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        padding: 0 15px;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px; }
  .portfolio-box:hover .portfolio-box-caption {
    opacity: 1; }
  .portfolio-box:focus {
    outline: none; }
  @media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 16px; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 22px; } }


.video-desktop {
  display: block;
  margin: 0 auto; }
.video-desktop iframe{
  width:854px; 
  height:480px; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  img {
    width: 100%; }

  .btn-more {
    width: 40%;
  }
  #mainNav {
    background-color: #000000;
  }
  .navbar-light .navbar-toggler {
    border-color: #fff;
  }
  .navbar-light .navbar-toggler i{
    color: #fff;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
  }
  .video-desktop iframe{
    width:100%; 
    height:300px; }

  .container a.navbar-brand {
    width: 60%; }

  .margin-custom {
    margin-top: 0px !important; }

  .package .heading-package p {
    max-width: 90%; } 

  .package ul {
    margin-bottom: 35px; }

  .video video {
      width: 100%;}

  section {
    padding: 3rem 0; }

  .col-price .price img {
    width: 15%;
  }

  .tagline h3 img {
    width: 13%;
  }
  .special-over {
    bottom: 36%;
  }
  .special-over img {
    width: 40%;
  }
  img.brand {
    max-width: 75%; }
  .navbar-custome {
    position: relative;}
  
  .col-price p {
    max-width: 75%; }

  header.masthead {
    padding-top: 2rem;
  }

  .tagline {
    margin-top: 30px;
  }

  .tagline em {
    top: -18px; }

  .tagline h2 {
    font-size: 2.1rem; } 
  
  .tagline h3:nth-child(2) {
    font-size: 17px; }}
@media only screen and (min-width: 1920px) and (max-width: 1930px) {
  .special-over {
    left: 59%;
    bottom: 36%;
  }
  .special-over img {
    width: 100%;
  }
  .tagline h2{
    text-shadow: 0px 4px 5px #222222;
    font-size: 2.5rem;
    letter-spacing: 3px;
    font-family: sans-serif;
  }
}
@media only screen and (min-width: 360px) and (max-width: 370px) {
  .special-over {
    bottom: 49%;
    position: inherit;
  }
  header.masthead hr {
    display: none;
  }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 375px) and (max-width: 383px) {
  .special-over {
    bottom: 51%;
  } 
  .special-over img {
    width: 40%;
  }
}
@media only screen and (min-width: 414px) and (max-width: 420px) {
  .special-over {
    bottom: 55%;
  } 
  .special-over img {
    width: 40%;
  }
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */ }
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */ }
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */ }
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */ }
/**********
iPad 3
**********/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */ }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */ }
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */ }
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */ }
/* iPhone 4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */ }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */ }
/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */ }
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */ }
/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */ }
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */ }
/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */ }
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */ }
/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */ }
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */ }
/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */ }
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */ }
/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */ }
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */ }
.text-primary {
  color: #d3a37c !important; }

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }

.btn-xl {
  padding: 1rem 2rem; }

.btn-primary {
  background-color: #f59331;
  border-color: #f59331; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #cd9669 !important; }
  .btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important; }

/*# sourceMappingURL=style.css.map */

#minilogin .btn  {
  background-color: #ff99a1;
  border: 0px;
  border-bottom: 2px solid #ed7580;
  padding: 8px 14px;
  margin-top: 0px;
  color: #FFFFFF !important;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  cursor: pointer; }
  #minilogin .btn:hover {
    background-color: #ffe5e7;
    color: #fa7d87 !important; }
  #minilogin .btn  i {
    font-size: 12px;
    margin-right: 5px; }
  #minilogin .btn .large {
    padding: 12px 35px;
    text-align: center; }
  #minilogin .btn .small {
    padding: 5px 10px;
    text-align: center; }
  #minilogin .btn .full {
    width: 100%; }
  #minilogin .btn .default {
    border: 1px solid #ff99a1;
    background-color: #ffffff;
    color: #ff99a1 !important; }
    #minilogin .btn .default:hover {
      background-color: #ff99a1;
      border: 1px solid #ffffff;
      color: #ffffff !important; }