html {
  /*position: relative;*/
  height: 100%;
}
body {
  /* Margin bottom by footer height */
  background: #fafafa;
  display: flex;
  flex-flow: column;
  /*margin-bottom: 300px;*/
}

.control-label.text-left {
  text-align: left;
}

.navbar-green {
  background-color: rgba(138,15,82,.85);
  border-color: transparent;
  border-radius: 0 !important;
}
  .navbar-green .navbar-brand {
    color: #fff;
  }
  .navbar-green .navbar-brand:hover,
  .navbar-green .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-green .navbar-text {
    color: #fff;
  }
  .navbar-green .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
  }
  .navbar-green .navbar-nav > li > a:hover,
  .navbar-green .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-green .navbar-nav > .active > a,
  .navbar-green .navbar-nav > .active > a:hover,
  .navbar-green .navbar-nav > .active > a:focus {
    color: #555;
    background-color: rgba(138,15,82,.9);
  }
  .navbar-green .navbar-nav > .disabled > a,
  .navbar-green .navbar-nav > .disabled > a:hover,
  .navbar-green .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-green .navbar-toggle {
    border-color: transparent;
  }
  .navbar-green .navbar-toggle:hover,
  .navbar-green .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-green .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-green .navbar-collapse {
    border-color: rgb(120,13,71);
  }

  .navbar-green .navbar-form {
    border-color: none;
  }
  .navbar-green .navbar-nav > .open > a,
  .navbar-green .navbar-nav > .open > a:hover,
  .navbar-green .navbar-nav > .open > a:focus {
    color: #555;
    background-color: transparent;
  }

.navbar-inner {
    position:relative;
}

  .navbar-brand img {
    position: relative;
    top: -40px;
    border: 10px solid rgba(255,255,255,.3);
  }


.top-right-navbar .input-group .form-control {
  background: transparent;
  color: #fff;
  border-color: #fff;
  border-radius: 0;
}
  .top-right-navbar .input-group .form-control::placeholder {
    color: #fff;
  }
  .top-right-navbar .input-group .form-control:focus {
    outline: 0;
    box-shadow: none;
  }

  .top-right-navbar .input-group .btn-default {
    background: #fff;
    border-color: #fff;
    border-radius: 0;
  }

.top-right-navbar .nav li a {
  color: #fff;
  font-size: 22px;
  padding: 13px 8px;
}
  .top-right-navbar .nav li a:hover,
  .top-right-navbar .nav li a:focus {
    background: transparent;
  }
  
  li.flag {
    position: relative;
    padding: 12px;
  }
    li.flag img {
      width: 40px;
      background-color: #fff;
      padding: 1px;
    }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  width: auto;
  margin-bottom: 20px;
  overflow: hidden;
}
.carousel .item {
  height: 620px;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
.carousel .carousel-caption {
  background-color: rgba(138,15,82,.3);
  padding: 5px;
  right: 0;
  left: 0;
  bottom: 0;
}
  .carousel-caption .title-caption {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 300;
  }

  .carousel-caption .btn-caption {
    background: transparent;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    color: rgb(138,15,82);
    font-size: 14px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .carousel-caption .btn-caption:hover {
    background: #fff;
    color: rgba(138,15,82,1);
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -ms-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
  }

.carousel-control {
  width: 1.5%;
  opacity: 1;
  background: transparent;
  text-shadow: none;
}
.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }

  .carousel-control.left, 
  .carousel-control.right {
    background: transparent;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    background: rgba(138,15,82,.65);
    width: 35px;
    /*height: 32px;*/
    font-weight: normal;
  }

.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.dropdown-menu {
  background-color: #AFD485;
  border: none;
}

.text-welocme {
    font-weight: 400;
    color: rgb(138,15,82);
    text-align: center;
    display: inline-block;
    padding-bottom: 7px;
    position: relative;
    margin:0 auto 20px;
}
.text-welocme:before{
    content: "";
    position: absolute;
    width: 90%;
    height: 1.5px;
    bottom: 0;
    left: 5%;
    background-image: linear-gradient(to right, rgba(138,15,82, 0), rgba(138,15,82, 1), rgba(138,15,82, 0));
}

.banner-top {
  background: url(../images/header-1.jpg) no-repeat center;
  background-size: cover;
  min-height: 180px;
  position: relative;
  /*background: #519657;*/
  /*background: -webkit-repeating-linear-gradient(-45deg, #519657, #519657 2px, #81c784 2px, #81c784 6px);*/
  /*background: repeating-linear-gradient(-45deg, #519657, #519657 2px, #81c784 2px, #81c784 6px);*/
  margin-bottom: 20px;
  border-bottom: 3px solid rgba(138,15,82,.85);
}
  .banner-top .banner-overlay {
    background: rgba(0,0,0,.15);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*z-index: 999;*/
  }
  .banner-top .banner-title {
    position: absolute;
    font-weight: 320;
    bottom: 2%;
    color: #fff;
    letter-spacing: .5px;
    text-shadow: 0 1px 0 #000000;
  }

.thumb-grid {
  text-decoration: none;
  position: relative;
  padding: 2px;
  display: block;
  margin-bottom: 20px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}
  .image-area {
    background-size: cover;
    height: 180px;
  }
    .image-area img {
      width: 100%;
      max-height: 100%;
    }
  .thumb-grid .title-area {
    color: #424242;
    padding: 0 5px 0 5px;
  }
  .overlay-text {
    opacity: 0;
    position: absolute;
    color: #fff;
    top: 30%;
    left:45%;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
  }

  .overlay-text i { 
    padding: 10px;
    font-weight: 100;
    font-size: 30px;
    background: rgba(0,0,0,.3);
    border-radius: 100%;
  }
  .thumb-grid:hover {
    text-decoration: none;
  }
  .thumb-grid:hover .image-area img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
  }

  .thumb-grid:hover .overlay-text {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }

.tour-area {
  background: #FFF none repeat scroll 0% 0%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  padding: 20px;
  margin-bottom: 20px;
}
  .tour-area .tour-area-title {
    margin-top: 0;
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 8px;
    padding-right: calc(100% - 90%);
    /*padding: 8px 50px 8px 10px;*/
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.45);
    width: max-content;
    /*width: calc(100% - 20%);*/
    font-weight: 300;
    background: -webkit-linear-gradient(right, rgba(138,15,82,0), rgba(138,15,82,.85)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, rgba(138,15,82,0), rgba(138,15,82,.85)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, rgba(138,15,82,0), rgba(138,15,82,.85)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, rgba(138,15,82,.0), rgba(138,15,82,.85)); /* Standard syntax (must be last) */
  }
  .tour-area .tour-header {
    background-size: cover;
    height: 600px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1.5px dashed rgba(0, 0, 0, .15);
  }

  .tour-area .tour-header img {
    width: 100%;
    max-height: 100%;
  }

.comment-area {
  border-top: 1.5px dashed rgba(0, 0, 0, .15);
  margin-top: 50px;
  background: #f5f5f5;
  padding: 10px;
}

.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover { border-width: 0;background: transparent; }
    .nav-tabs > li > a { 
        border: none;
        color: #666;
        font-weight: 300;
        font-size: 18px;
        letter-spacing: .5px;
    }
    .nav-tabs > li.active > a,
    .nav-tabs > li > a:hover { 
      border: none; 
      color: #96BE6A !important; 
      background: transparent; 
    }
    .nav-tabs > li > a::after { 
      content: ""; 
      background: #96BE6A; 
      height: 2px; 
      position: absolute; 
      width: 100%; 
      left: 0px; 
      bottom: -1px; 
      transition: all 250ms ease 0s; 
      transform: scale(0); 
    }
    .nav-tabs > li.active > a::after,
     .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 0;
}
.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }

.booking-btn {
  background-color: #FD9827;
  border-bottom: 0;
}
  .booking-btn a {
    color: #fff !important;
    outline: 0;
  }
  li.booking-btn > a:hover,
  li.booking-btn > a:focus {
    color: #fff !important;
    background-color: #FD9827;
  }
  li.booking-btn > a::after { 
    background-color: transparent;
  }

.detail-contact {
  list-style: none;
  margin:0;
  padding: 0;
  width: 100%;
}
  .detail-contact li {
    height: 30px;
    line-height: 30px;
    margin-bottom: 4px;
    background-color: #e0e0e0;
    cursor: pointer !important;
  }
  .detail-contact li a {
    color:#222;
  }
  .detail-contact li i {
    font-size: 30px;
    background-color: #aeaeae;
    width: 30px;
    text-align: center;
    float: left;
    color: #FFF;
    margin-right: 10px;
  }
  .detail-contact li span {
    background-color: #d3d3d3;
    text-align: center;
    /*padding: 0 5px;*/
    width: 80px;
    float: right;
    font-size: 80%;
    margin-left: 10px;
    color: #8d8d8d;
  }

.blog-item {
  border: 0;
  overflow: hidden;
  background: #FFF none repeat scroll 0% 0%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
}
  .blog-item a:hover,
  .blog-item a:focus {
    text-decoration: none;
  }
    .blog-item a:hover h4{
     color: rgb(138,15,82);
    }

    .blog-item a:hover img{
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      filter: gray;
    }

  .blog-item .panel-body {
    padding: 0;
  }

  .blog-item .panel-footer {
    background: #fff;
    border: 0;
  }
    .blog-item .panel-footer h4{
      color: #212121;
    }
    .blog-item .panel-footer small{
      color: #6d6d6d;
    }
.btn-share {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1.5px dashed rgba(0, 0, 0, .15);
}

.footer {
  margin-top: 100px;
  padding: 10px;
  /*border-top: 1px solid #eee;*/
  background-color: #fff;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.07);
} 
  .footer h4 {
    color: rgb(138,15,82);
  }

  .footer .navigation-menu {
    margin: 0;
    padding: 0;
    list-style: none;

  }
  .footer .navigation-menu li a {
    color: #6d6d6d;
  }
  .footer .frm-footer {
    margin-top: 10px;
    color: #6d6d6d;
  }
    .footer .frm-footer .form-group {
      margin-bottom: 5px;
    }
    .footer .frm-footer .form-control {
      border-radius: 0;
      border-color: rgba(138,15,82,.8);
      padding: 20px 10px;
    }
    .footer button {
      border-color: rgb(123,31,85);
      background-color: rgba(138,15,82,1);
    }
    .footer button:hover,
    .footer button:focus {
      background-color: rgb(169,12,97);
    }
  .footer .latest-news {
    list-style: none;
    margin: 0;
    padding: 0;
  }
    .footer .latest-news li {
      border-bottom: 1px dashed #eae8e8;
      padding: 5px 0;
    }
    .footer .latest-news li:last-child {
      border-bottom: none;
    }
    .footer .latest-news li a {
      color: #8e8e8e;
    }
      .footer .latest-news li a div {
        color: rgba(138,15,82,.8);
      }
    .footer .latest-news li a:hover{
      text-decoration: none;
    }
    .footer .latest-news li a:hover div{
      color: rgba(138,15,82,1);
    }

  .footer .copyright {
      color: #6d6d6d;
      text-align: center;
      padding-bottom: 1px;
      position: relative;
      margin:20px auto;
  }

  .footer .copyright:before{
      content: "";
      position: absolute;
      width: 100%;
      height: 1.45px;
      top: 0;
      left: 0;
      background-image: linear-gradient(to right, rgba(138,15,82, 0), rgba(138,15,82, .8), rgba(138,15,82, 0));
  }

.area-why-us {
  margin-top: 60px;
  margin-bottom: 40px;
}
  .area-why-us .item-why-us {
    border:1px solid rgba(0,0,0,.5);
    height: auto;
    display: block;
    margin-bottom: 20px;
  }
  .area-why-us .item-why-us .item-img {
    background-size: cover;
    height: 225px;
  }
  .area-why-us .item-why-us .item-img img {
    width: 100%;
    max-height: 100%;
  }
  .area-why-us .item-why-us .item-text {
    color: #424242;
    padding: 10px 15px 0 15px;
    height: 150px;
  }
    .area-why-us .item-why-us .item-text h4 {
      text-transform: uppercase;
      color: rgb(138,15,82);
    }
.wrap-popular {
  background: rgba(138,15,82,.85);
}
  .wrap-popular h3 {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.35);
    margin-bottom: 20px;
  }
  #popular-slider .item .text-slide {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 0;
    color: #fff;
  }
  #popular-slider .item .carousel-caption {
    background: transparent;
    padding: 50px;
  }

.list-item-search {
  background-color: transparent;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  border-bottom: 1px solid #F2F2F2;
  padding: 20px 15px;
}
  .list-item-search:first-child {
    border-radius: 0;
  }
  .list-item-search:last-child {
    border-radius: 0;
    border-bottom: transparent;
  }
  .list-item-search .list-group-item-text {
    color: #6d6d6d;
  }

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    background: rgba(226,25,135,.6);
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: rgba(226,25,135,.75);
}
#back-to-top.show {
    opacity: 1;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media(max-width:767px) {
  .navbar-wrapper .navbar {
    border-radius: 0;
  }
  .navbar-wrapper {
    position: fixed;
  }

  .navbar-brand {
    padding: 10px;
  }
  .navbar-brand img {
    height: 100%;
    width: auto;
    position: relative;
    top: 0;
    border: 0;
    -webkit-box-shadow:0 0 0 2.5px rgba(255,255,255,.80);
    box-shadow:0 0 0 2.5px rgba(255,255,255,.80);
  }

  #topSliders.carousel {
    margin-top: 50px;
  }
  #topSliders .carousel-caption {
    background-color: rgba(138,15,82,.5);
  }
  #topSliders .carousel-caption .title-caption {
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 0;
    font-weight: normal;
  }

 #topSliders .carousel-caption .btn-caption {
    background: transparent;
    border-radius: 0;
    border: 1px solid #fff;
    font-size: 8px;
    padding: 2px 8px;
  }

  .carousel .item {
    max-height: 230px;
  }

  .dropdown-menu {
    background-color: transparent;
    border: none;
  }

  .banner-top {
    margin-top: 50px;
    min-height: 60px;
  }

  .tour-area .tour-header {
    height: 100%;
  }
  .tour-area .tour-area-title { 
    width: auto;
  }

  p {
    word-break: break-word;
  }
  p img {
    width: 100% !important;
    height: auto !important;
  }

  .footer {
    margin-top: 50px;
  }

  #popular-slider .item .carousel-caption {
    padding: 4px;
  }

  .detail-contact li span {
    width: 60px;
    font-size: 60%;
  }
}

@media(min-width:768px){
}
@media(min-width:992px){}
@media(min-width:1200px){}

