@import url(http://fonts.googleapis.com/css?family=Poiret+One|Open+Sans+Condensed:300|Raleway);
@import url(//fonts.googleapis.com/css?family=Lato:300);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300);
@import url("price.css");
.errors{color:#F00;}
.Raleway {
  font-family: 'Raleway', sans-serif;
}
.Lato {font-family:"Lato", sans-serif;}
    /* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */
.background-fixed {
  background-attachment: fixed;
}

body { padding-bottom: 40px; color: #5a5a5a; background:rgba(237, 237, 237, 0.36);}
h6 {
   font: 200 35px/60px "Lato", sans-serif;
    color: #2c2627;
    text-transform: capitalize;
    letter-spacing: -0.02em;
}
h6 span {color:#805a09;}
.color-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    opacity: 0.6;
    background-color: #000;
}
.border1{border: 1px solid #000;}
.topnav .logo_top{  width: 100%;
  margin: 0;
  padding: 0;
  display: block;}
.logo_top img{        position: absolute;
    margin-left: 0;
    margin-right: 0;
    left: 16%;
    z-index: 15;
    width: 35%;   
	top: 7px;}

.address{text-align: right;float: right;}
.top-wrapper {height:41px;}

/* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */
.navbar-wrapper { position: relative; top: 0;left: 0;right: 0; z-index: 10;}
.main-wraper { position:relative;z-index: 11;left: 0; right: 0; height:80px;}
.navarea{padding-top: 20px;}
.navbar { background: none; min-height: 50px!important; margin-bottom:0px !important;}
.navbar-inverse { border-color:rgba(0, 0, 0, 0.0)!important;}
.navbar-wrapper .navbar .container { width: auto;}
.navbar-inverse .navbar-nav>li>a { text-transform:capitalize; color: #000!important;}
.navbar-inverse .navbar-nav>li>a:hover{ color: #ffa!important;}
.navbar-inverse .navbar-nav> .active>a,
.navbar-inverse .navbar-nav> .active>a:hover,
.navbar-inverse .navbar-nav> .active>a:focus {
color:#AF7700;border: 1px solid #AF7700;
}
.slider-wraper{width: 100%;background:none;}
    /* Special class on .container surrounding .navbar, used for positioning it into place. */
.slider-free{    width: 100%;
    min-height: 381px;
    background-position: top center;
    background-size: 100% 151%;
    background-repeat: no-repeat;
}   


    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {
      border: 0;
      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
              box-shadow: 0 2px 10px rgba(0,0,0,.25);
    }
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
background-color:transparent!important;border: 1px solid #AF7700;
}
    /* Downsize the brand/project name a bit */
    .navbar .brand {
      padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
      font-size: 16px;
      font-weight: bold;
      text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    }

    /* Navbar links: increase padding for taller navbar */
    .navbar .nav > li > a {
      padding: 8px 6px;
    }
  .nav {
    padding-left: 14%;
  }
    /* Offset the responsive button for proper vertical alignment */
    .navbar .btn-navbar {
      margin-top: 10px;
    }
.contact-phone {
  height: 40px;
  font-size: 16px;
  color: #FFE;
  padding-top: 10px;
}
.contact-phone a{ color: #FFE;}
.B_crumbBox { padding-top: 10px;}


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

    /* Carousel base class */

.carousel-inner .active.left { left: -25%; }
.carousel-inner .next        { left:  25%; }
.carousel-inner .prev		 { left: -25%; }
.carousel-control 			 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}

.box {
  cursor: pointer;
  height: 300px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.box img {
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.box .overbox {
  background-color: rgba(0, 0, 0, 0.57);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  width: 100%;
  height: 275px;
  padding: 130px 20px;
}

.box:hover .overbox { opacity: 1; }
.box .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.box .title {
  font-size:30px;
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}

.box:hover .title,
.box:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.box .tagline {
  font-size: 0.8em;
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
}

.box:hover .tagline,
.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}






    /* MARKETING CONTENT
    -------------------------------------------------- */
.main-marketing{ width: 100%;}
    /* Center align the text within the three columns below the carousel */
    .marketing {
      display: block;
      margin-top: 2%;
       height: auto;
      width: 100%;
      padding-bottom: 17px;
    }
   .marketing h3{font-size: 17px;  text-transform: uppercase;}
    /* Featurettes
    ------------------------- */

    .featurette-divider {
      margin: 80px 0; /* Space out the Bootstrap <hr> more */
    }
    .featurette {
      padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
      height:500px;
    }
    

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
      margin-right: 40px;
    }
    .featurette-image.pull-right {
      margin-left: 40px;
    }
    .featurette-image {
       margin-top: 0px;
    }

    /* Thin out the marketing headings */
    .featurette-heading {
     
      font-weight: 100;
      line-height: 1;
      letter-spacing: -1px;
      margin-top: 0;
    }

.aboutus{
	background-color:#fff;
	border-top:1px solid #CCC;
	border-bottom:1px solid #ccc;
	padding:40px;
	margin-top: 1px;
}

.whatwedo {
	border-bottom:1px solid #ccc;
	padding:40px;
	margin-top: 1px;
	
}
.price {
	border-bottom:1px solid #ccc;
	padding:40px;
	margin-top: 1px;
	}
.ourclient {
	background-color:#fff;
	text-align:center;
	}
/*TESTOMONIAL */
blockquote{
background:url(../images/quote.png)no-repeat top left ;
width: 100%;
border: none!important;
font-size: 12px;
}
blockquote div img{width: 12%;}
/*list ourservice image */
.view {
    width: 100%;
    height:auto;
    float: left;
    border: 2px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}
.view .mask, .view .content {
    width: 100%;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 8px 0 0 0
}
.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 7px 7px;
    text-align: justify;
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #7A560E;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view a.info:hover {
    box-shadow: 0 0 5px #000
}
.view-first img { 
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background-color:rgba(137, 135, 131, 0.7);
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p { 
    transform: translateY(100px);
    opacity: 0;
  transition: all 0.2s linear;
}
.view-first a.info{
    opacity: 0;
  transition: all 0.2s ease-in-out;
}

.view-first:hover img { 
  transform: scale(1.1);
} 
.view-first:hover .mask { 
  opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}


.maincontent{display: block; height: auto;
      width: 100%;color:#000;}
.maintext { padding: 10px;}
.contactus {padding:10px;border-bottom:1px solid #ccc; margin-top:10px;}
.maintext.heading1 {
  text-align: justify;
  margin-bottom: 5px;
}
.maintext.heading1 h2 {
  font: 300 40px/60px "Lato", sans-serif;
  color: #2c2627;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.partner { float:left; padding:10px; width:100%;text-align: center;}
.partner a {display:inline-block; margin:17px;}

.service {
    margin-bottom: 2%;
    padding: 17px;
    height: 205px;
    position: relative;
    z-index: 15;
    margin-top: -238px;
    background-color: rgba(0, 0, 0, 0.63);
    color: #DBDBDB;
}
.service .btn {border: 1px solid #AF7700!important;color:#AF7700;}
.Homepackages{  margin-bottom: 2%;
  border: 1px solid #efefef;
  padding:17px; min-height: 389px;}
.pricing {
  margin: 0 0 40px 0;
  font-weight: 800;
}
.pricing ul{
  list-style: none!important;
}
.pricing li {
  border-bottom: 1px solid #efefef;
  text-align: left;
}
.dollars:before { content:'$'; }
.pricing li span {
  display: inline-block;
  float: right;
  font-weight: normal;
  padding: 0 0 0 10px;
}

.rightpromotion {padding:10px;border-left:2px solid #2a1e19; margin-top:10px;}
footer {
  border-radius: 4px;
  padding-bottom: 45px;
  margin: 0px auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 4px;
  background:rgba(181, 180, 178, 0.24);
  z-index: 1;
  position: relative;
  padding-top: 30px;
}
footer h3 {
  font-size: 14px;
  color: #4d4d4d;
  margin: 0 0 5px;
  padding-bottom: 5px;
  font-weight: 700;
}
.sosmed,.top-wrapper ul.sosmed{
    float: right;
    list-style: none;
    padding: 2px 0px 0px 0px;
  }

ul.sosmed span.social,.top-wrapper ul.sosmed span.social{
    border-radius: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0px;
    background-color: #3C3A3A;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
  }
ul.sosmed span,.top-wrapper ul.sosmed span{
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0px 5px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
ul.sosmed li,.top-wrapper ul.sosmed li{
    margin-bottom: 0;
    float: left;
  }
ul.sosmed li span#skype{  background-image: url('../images/skype.png'); }
ul.sosmed li span#facebook{ background-image: url('../images/facebook.png'); }
ul.sosmed li span#twitter{  background-image: url('../images/twitter.png'); }
ul.sosmed li span#google{  background-image: url('../images/google-plus.png'); }
ul.sosmed li span#instagram{  background-image: url('../images/instagram.png'); }
ul.sosmed li span#tripadvisor{  background-image: url('../images/tripadvisor.png'); }
ul.sosmed li span#flikr{  background-image: url('../images/flikr.png'); }
ul.sosmed li:hover span#skype{ background-color: #404040; }
ul.sosmed li:hover span#facebook{ background-color: #3B5998; }
ul.sosmed li:hover span#twitter{ background-color: #00aced; }
ul.sosmed li:hover span#google{ background-color: #dd4b39; }
ul.sosmed li:hover span#instagram{ background-color:#375777; }
ul.sosmed li:hover span#flikr{ background-color:#ff0085; }
ul.sosmed li:hover span#tripadvisor{ background-color:#5b8d48; }
  footer ul.quicklink {list-style: none;margin-bottom: 48px;  padding: 0;}  
  footer ul.quicklink li{list-style: none; float: left;padding-right: 5px;}
  footer ul.quicklink a{ color:#5a5a5a; }
  footer .text-uppercase{color:#525753;}  
  footer .borderRight ul {  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  padding: 0;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #ab5494;
  letter-spacing: 0px;list-style-image: url(../images/list.png);}
.payment img{ width: 37%;}
.copyright { height:auto;background:rgba(0, 0, 0, 0.97);padding-top: 13px;color:#fff;text-align: center;}
.galleryAcc img {width: 31%;
  height: 149px;
  margin: 5px;}
.gallery img {width: 18%; height: 174px; margin:5px;}
.gallery a:hover img { box-shadow: 1px 0 8px 3px #CCCCCC;}
.borderRight {}
.moto{background-color: #545151;}
.moto h2{font: 300 40px/60px "Lato", sans-serif;
  color: #eee;
  text-transform: uppercase;
  letter-spacing: -0.02em;}
.bookingform{   padding: 30px 10px;
  border: 1px solid #eee;
  background-color: #eee;}
.package{ border: 1px solid #eee; padding: 10px;  min-height: 335px;
}
.package h3 {
    background: rgb(174, 119, 0) none repeat scroll 0% 0%;
    padding: 10px;
    color: rgb(255, 255, 255);
}
.package ul{ list-style: none; text-align:left;}
.package .rate { font: 300 32px/8px "Lato",sans-serif; color: #AE7700;  padding:22px 0; border:1px solid #AE7700;}
#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    right: 10px;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px;
    right: 10px;
}
    /* RESPONSIVE CSS
    -------------------------------------------------- */

    @media (max-width: 979px) {

      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
      .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
      }

      .carousel .item {
        height: 500px;
      }
      .carousel img {
        width: auto;
        height: 500px;
      }

      .featurette {
        height: auto;
        padding: 0;
      }
      .featurette-image.pull-left,
      .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
      }
      .maintext.heading1 {
  text-align: justify;
  margin-bottom: 5px;
}
.maintext.heading1 h2 {
  font: 300 40px/60px "Lato", sans-serif;
  color: #2c2627;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
    }


    @media (max-width: 767px) {
      .nav {
  padding-left: 2%;
}
     .main-wraper {background: rgba(23, 121, 39, 0.5); position: relative;
  left: 0;
  right: 0;}
      .top-wrapper { background-color: rgba(46, 43, 47, 0.9);  min-height: 41px;}

      .navbar-wrapper { position: absolute; top: 0; left: 0;right: 0; z-index: 10; margin-top: 10px;
         margin-bottom: -90px;}
      .navbar { background-color:rgba(3, 23, 13, 0.7); min-height: 30px!important;
                margin-bottom: 0px !important;}
      .navbar .nav > li > a {   padding-top: 10px;padding-bottom: 10px;line-height: 20px;
        }
      .navbar-inverse .navbar-toggle { border-color:none!important;}
       /* Navbar positioning foo */
       .topnav .logo_top{ width:100%; background-color:rgba(0, 0, 0, 0.51); height: 30px;
               margin: 0; padding: 0;

  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none;
}
       .logo_top img {  position: absolute;
  margin: 0 auto;
  top: 0;
  width: 24%;
  left: 35%;
  z-index: 9991;}
       .address address{color:#CBC6C1;}
 
      .carousel {
        margin-left: -20px;
        margin-right: -20px;
      }
      .carousel-control {

        padding-top: 26px;
      }
      .carousel .container {

      }
      .carousel .item {
        height: 234px;
      }
      .carousel img {
        height: 234px;
      }
      .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
      }
      .carousel-caption h1 {
        font-size: 30px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 18px;
      }

      .featurette-heading {
        font-size: 30px;
      }
      .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
      }

      .view {
          width: 100%;
          height: auto;
          float: left;
          border: 1px solid #fff;
          overflow: hidden;
          position: relative;
          text-align: center;
          box-shadow: 1px 1px 2px #e6e6e6;
          cursor: default;
          margin-bottom: 5px;
}
      .view .mask, .view .content {
      width: 100%;
      height:180px;
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0
}
.maintext {
  padding: 5px 20px;
}
.maintext.heading1 {
  text-align: justify;
  margin-bottom: 5px;
}
.maintext.heading1 h2 {
  font: 200 30px/30px "Lato", sans-serif;
  color: #2c2627;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.featurette-image.pull-left, .featurette-image.pull-right {
  display: block;
  float: none;
  max-width: 40%;
  margin: 5px 20px;
}
.featurette-heading {
  font-size: 21px;
}

.payment img {
    width: 37%;
  display: block;
  position: relative;
  float: right;  padding-bottom: 10px;
}
footer ul.quicklink { list-style: none;margin-bottom: 33px;}
footer .text-uppercase {
  color: #7A757B;
  margin-top: 10px;
}
.gallery img {
  width: 18%;
  height: 114px;
  margin: 5px;
  -webkit-filter: grayscale(0%);
}
.contact-phone {
  background: #18C33B;
  height: 40px;
  font-size: 16px;
  color: #FFE;
  padding-top: 10px;
}
h6 {
  font: 200 40px/40px "Lato", sans-serif;
  color: #2c2627;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  text-align: center;
}
.moto h2{font: 200 40px/40px "Lato", sans-serif;
  color: #eee;
  text-transform: uppercase;
  letter-spacing: -0.02em;}

.service {
  margin-bottom: 2%;
  border: 1px solid #efefef;
  padding:17px; min-height: 350px;
}
.service a{color:#AF7700;}
.package {
  border: 1px solid #eee;
  padding: 10px;
  min-height: 260px;
  }
}

