/*************************
*******Typography******
**************************/
/* Global Styles */

body {
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}
h1, .h1 {
    font-size: 70px;
}
h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

h3 {
  font-size: 25px;  font-weight: 700;
}
p {
    font-size: 18px;

}
.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
  font-weight: 300;
  color: #fff;
}

.btn {
  border: 0;
    border-radius: 2px;
}

.btn.btn-primary:hover {
  background-color: #ffbd2b;
}
.form-control:focus{
    border-color: #ffbd2b ;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 189, 43, 0.6);
}
a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

section {
    padding: 20px 0 30px;
}

.heading {
    overflow: hidden;
    padding-bottom: 20px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}
/*******mega menu*****/
.mega-dropdown {
    position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
  color: rgba(255, 255, 255, 0.5);
    padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none; color: rgba(255, 255, 255, 1);
}
.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #febb02;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

.carousel-control {
    width: 30px;
    height: 30px;
    top: -35px;

}
.left.carousel-control {
    right: 30px;
    left: inherit;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd;
}

/*************************
********Home CSS**********
**************************/
#home-slider {
  overflow: hidden;
  position: relative;
}

#home-slider .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

#home-slider .caption h1 {
  color: #fff;
  font-size: 60px;

  margin-bottom: 30px;
}

.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid #ffbd2b;
  border-radius: 4px;
  margin-top: 40px; background: #ffbd2b;
}

.caption .btn-start:hover {
  color: #fff
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2037px;
}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.1);
}
.navbar-brand {
    padding: 5px 0 0;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 48px;
  border-radius: 50%;
  border:1px solid #fff;  
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-control {
  left: -51px
} 

.right-control {
  right: -51px;
}

.left-control:hover, 
.right-control:hover {
  color: #fff;
}

#home-slider:hover .left-control {
  left:30px
} 

#home-slider:hover .right-control {
  right:30px
}

#home-slider .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 24px;
  line-height: 24px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}

.navbar.navbar-default {
  border: 0;
  border-radius: 0;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
}
.mega-dropdown a{
  color: red;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {

  color: #febb02;
}

.navbar-brand h1 {
  margin-top: 5px;
}

.navbar-default .navbar-toggle {
  border: 0;
  background-color: rgba(0,0,0,.2);
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(0,0,0,.5);
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: 0;
}

/*************************
********Service CSS*******
**************************/

 
 
/*************************
********About CSS*******
**************************/
#about-us {
  background-image: url(../images/about-bg.jpg);
  padding: 60px 0;
}

#about-us h2 {
  margin-top: 0;
  color: #fff;
}

#about-us .lead {
  font-size: 16px;
  margin-bottom: 10px;
}

#about-us h1 {
  margin-bottom: 30px;
}

.progress{
  height: 20px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 25px;
}

.progress-bar{
  box-shadow: none;
  -webkit-box-shadow: none;
  text-align: right;
  padding-right: 12px;
  font-size: 12px;
  font-weight: 600;
}


.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 2s ease-in-out;
  transition:  width 2s ease-in-out;
}

/*************************
********portfolio CSS*****
**************************/

#portfolio .container-fluid, 
#portfolio .container-fluid .col-sm-4  {
  overflow: hidden;
  padding: 0;
}

#portfolio .folio-item {
  position: relative;
}

#portfolio .overlay {
  background-color: #000;
  color: #fff; 
  left: 0;
  right:0;
  bottom:-100%;
  height: 0;
  position: absolute;
  text-align: center;
  opacity:0;  
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
  display: table;
  height: 100%;
  width: 100%;
}

.overlay .overlay-text {
  display: table-cell;
  vertical-align: middle;
}

.overlay .folio-info {
  opacity: 0;
  margin-bottom: 75px;
  margin-top: -75px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.overlay .folio-info h3 {
  margin-top: 0;
  color: #fff;
}

.folio-overview a {
  font-size: 18px;
  color: #333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-top: 20px;
  margin-right: 5px;
}

.folio-overview a:hover {
  color: #fff;
}

.folio-overview .folio-expand {
  margin-top: -500px;
  margin-left: -500px;
}

.folio-image, .folio-overview .folio-expand {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#portfolio .folio-item:hover .folio-image {
  -webkit-transform: scale(1.5) rotate(-15deg);
  transform: scale(1.5) rotate(-15deg);
}

.folio-image img {
  width: 100%;
}

#portfolio .folio-item:hover .overlay {
  opacity: 0.8;
  bottom: 0;
  height: 100%;
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
  margin-top: 0;
  margin-left:0;
}

#portfolio .folio-item:hover .overlay .folio-info {
  opacity: 1;  
  margin-bottom:0;
  margin-top:0;
}


#single-portfolio {
  padding: 90px 0;
  background: #f5f5f5;
  position: relative;
}

#single-portfolio img {
  width: 100%;
  margin-bottom: 10px;
}

#single-portfolio .close-folio-item {
  position: absolute;
  top: 30px;
  font-size: 34px;
  width: 34px;
  height: 34px;
  left: 50%;
  color: #999;
  margin-left: -17px;
}

/*************************
*********Team CSS*********
**************************/
#team {
  padding-top: 0;
}

.team-member {
  margin-bottom: 30px;
}

.social-icons {
  margin-top:30px;
  text-align: center;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social-icons ul li {
  float: left;
  margin-right: 8px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color:#fff;
  background-color: #d9d9d9;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  opacity: 0.8;
}

.social-icons ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.team-member {
  text-align: center;
  color: #333;
  font-size: 14px;
}

.team-member:hover .social-icons ul li a.facebook {
  background-color: #3b5999;
}
.team-member:hover .social-icons ul li a.twitter {
  background-color: #2ac6f7;
}
.team-member:hover .social-icons ul li a.dribbble {
  background-color: #ff5b92;
}
.team-member:hover .social-icons ul li a.linkedin {
  background-color: #036dc0;
}
.team-member:hover .social-icons ul li a.rss {
  background-color: #ff6b00;
}

#team .img-responsive {
  width: 100%;
}

.member-info h3 {
  margin-top: 35px;
}

.member-info h4 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #999;
}


/*************************
*******Features CSS*******
**************************/
#features {
  text-align: center;
  background-image: url(../images/features-bg.jpg);
}

#features i {
  font-size: 48px;
}

#features h3 {
  margin-top: 15px;
  font-size: 30px;
  margin-bottom: 7px;
  color: #fff;
}

#features .slider-overlay {
  opacity: 0.8;
}


/*************************
*****Pricing Table CSS****
**************************/
.pricing-table {
  text-align: center;
}

.single-table {
  padding: 30px 20px 20px;
  border:1px solid #f2f2f2;
  margin-bottom: 30px;
}

.single-table h3 {
  margin-top: 0;
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.price {
    font-size: 20px;   color: #f16f30;
    line-height: 36px;
}

.price span {
  font-size: 14px;   color: #f16f30;
  line-height: 14px;
}

.single-table ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.single-table ul li {
  line-height: 30px;
}

.single-table.featured {  
  color: #fff;
}

.single-table.featured h3 { 
  color: #fff;
}

.single-table.featured .btn.btn-primary {
  background-color: #fff;
}

/*************************
********Twitter CSS*******
**************************/
#twitter {
  background-image: url(../images/twitter-bg.jpg);
  padding-bottom: 70px;
}
.loginWrapper {
    background-image: url(../images/loginbg.jpg); background-size: cover;
}
#twitter > div {
  text-align: center;
  position: relative;
}

#twitter-carousel {
  position: relative;
  z-index: 15
}

.twitter-icon {
  position: relative;
  z-index: 15;
  color: #fff;
}

.twitter-icon .fa-twitter {
  font-size: 24px;
  height: 64px;
  width: 64px;
  line-height: 65px;
  border-radius: 50%; 
  position: relative;
}

.twitter-icon .fa-twitter:after {
  position: absolute;
  content: "";
  border-width: 8px;
  border-style: solid;
  left: 24px;
  bottom: -14px;
}

#twitter-carousel .item {
  padding: 0 55px;
}

#twitter-carousel .item a {
  color: #fff;
}

.twitter-icon h4 {
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #fff;
}

#twitter-carousel .carousel-indicators {
  bottom: -40px;
}

 
/*************************
**********Contact CSS*****
**************************/

#contact {
  padding-bottom: 0;
}

#contact-us {
  background-image:url(../images/contact-bg.jpg);
  padding-bottom: 90px; 
}

#contact-us .heading {
  padding-top: 95px;
}

.form-control {
    background-color: transparent;
    border-color: #dcdcdc;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
}

textarea.form-control {
    background: #ffffff none repeat scroll 0 0;
    min-height: 90px;
    resize: none;
}

.form-group {
  margin-bottom: 10px;
}

.contact-info {
  padding-left:70px;
  font-weight: 300;
}

ul.address {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info ul li {
  margin-bottom: 8px;
}

.contact-info ul li a {
  color: #fff;
}

#footer {
  color:#fff;
}

.footer-top {
  position: relative;
  padding:30px 0 0 0;
}

#footer .footer-bottom {
  background-color: #fff;
  padding: 0px 0 10px;
}

#footer .footer-bottom a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 5px;
}

#footer .social-icons {
  margin-top: 15px;
}

#footer .social-icons ul {
  list-style: none;
  padding: 0; float: left;
  margin: 0;
}

#footer .social-icons ul li a {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
  line-height: 33px;
}

#footer .social-icons ul li a:hover {
  color: #fff
}

#footer .social-icons ul li a.envelope:hover {
  background-color: #CECB26;
}

#footer .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}
#footer .social-icons ul li a.youtube:hover {
  background-color: #de0404;
}
#footer .social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}
#footer .social-icons ul li a.dribbble:hover {
  background-color: #ff5b92;
}
#footer .social-icons ul li a.linkedin:hover {
  background-color: #036dc0;
}
#footer .social-icons ul li a.tumblr:hover {
  background-color: #ff6b00;
}

section#services {
      padding-top: 30px;
}

.partners-section img {
    opacity: 0.5; width: 100%;
}
.partners-section img:hover {
    opacity: 1;
}
.partners-section > li {
    display: inline-block;
    text-align: center;
    width: 18%;
}
.partners-section {
    list-style: outside none none;
    padding: 0;
}
.white-txt h1 {
    color: rgb(255, 255, 255);
}
.bg-img-inner{ background: url("../images/slider/backinner.JPG") !important;
    background-size: cover !important;}


.packageDesc {
    background: #ffffff none repeat scroll 0 0;
    padding: 5px;
}

.item {
   box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}


#populardestination {
    background: rgb(247, 247, 247) none repeat scroll 0 0;
}




/******/
.navbar-default{
    background: rgba(255, 255, 255, 0.2);
}
#home-slider .caption{
    display: none;
}
#home-slider:hover .right-control, #home-slider:hover .left-control{
    display: none;
}


/***search bar**/
.searchBarContainer {
    width: 100%;

    position: absolute;
    bottom: 35%;
    left: 0%;
    z-index: 1;
    text-align: center;
}
.input-group.add-on {
    width: 70%;
    text-align: center;
    display: inline-block;
}
#srch-term {
    width: 80%; background:  rgba(255, 255, 255, 0.8);
    display: inline-block;
}
.searchBarContainer .input-group-btn {
    width: 20% !important;
    overflow: hidden;
    color: #ffffff;
}
.searchBarContainer .btn.btn-default {
    width: 100%;
    height: 50px; background: #670e19 !important;  color: #ffffff;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.searchBarContainer .btn.btn-default:hover, .searchBarContainer .btn.btn-default:focus {
   background: #febb02 !important; color: #ffffff;
}
.searchText h1 {
    font-size: 35px;
    font-weight: bold; text-shadow: 1px 1px #000000;
    color: #fff;
}
.searchText h3 {
    font-size: 25px;
    text-shadow: 1px 1px #000000;
    color: #fff;  font-weight: bold;
}

.explorePackage {
    margin: 0 0 20px;
    min-height: 228px;
    overflow: hidden;
    padding: 8% 0 0;
    width: 100%; position: relative;
}
.explorePackage h3, .explorePackage p{
  color: #ffffff; text-shadow: 1px 1px #000000;
}

.explorePackage a{
  position: absolute;
  width: 100%;
  height: 100%; top: 0;
  left: 0;
}

.footer-bottom {
    color: #717171;
}
.rating-box .fa {
    color: #f19c4f;
}
.rating-box .fa {
    color: #f19c4f;
    float: right;
}
.rating-box > span {
    color: #848484;
    display: block;
    float: right;
    font-size: 12px;
    font-style: italic;
}
.rating-box {
    overflow: hidden;
    padding: 10px 0 0;
}

.packageName > a {
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
}
.owl-item {
    margin-bottom: 12px;
    margin-top: 12px;
}

.owl-prev {
    left: -70px;
    position: absolute;
    top: 35%;
}
.owl-next {
    right: -70px;
    position: absolute;
    top: 35%;
}
.owl-theme .owl-nav [class*="owl-"] {
    background: transparent none repeat scroll 0 0;
    border: 2px dotted;
    border-radius: 39px;
    color: #868686;
    width: 37px;
}

.owl-theme .owl-nav [class*="owl-"]:hover{
  background: transparent;  border: 2px dotted #670e19;  color: #670e19;
}

.moreBtn {
    border: 2px solid #670e19;
    border-radius: 50px;
    display: inline-block;
    float: right;
    margin: 30px 0 0;
    padding: 6px 13px;
    color: #670e19;
}
.moreBtn:hover {
    border: 2px solid #febb02;
    color: #febb02;
}
.usercontent.text-center > img {
    border-radius: 51px;
    display: inline-block;
    height: 60px;
    margin: 15px 0 0;
    padding: 0;
    width: 60px;
}
#twitter h3 {
    padding: 0 0 20px;
}

.usercontent.text-center > p {
    color: #febb02;
    padding: 5px 0 0;
}
#footer {
    background: #fff;
    padding: 30px 0 0;
}
.footerWidget ul {
    list-style: outside none none;
    padding: 0;
    color: #333;
    font-weight: 500;
}
.footerWidget h5 {
    color: #fab802;
    font-size: 15px;
}
.footerWidget ul li a{
     color: #f9c023;
}
.footerWidget ul li a:hover{
     color: #f9c023;
}


.mega-dropdown-menu {
  background: #303740 none repeat scroll 0 0;
    color: #fff;
}

.mega-dropdown .dropdown-toggle:hover, .mega-dropdown .dropdown-toggle:focus  {
   background: #303740 !important;
    color: #fff !important;
}

.signin > a {
    background: #670e19;
    border-radius: 4px;
    margin: 20px 40px 0 0;
    padding: 8px 15px !important;
}


.signin > a:hover, .signin > a:focus  {
    background: #febb02 !important; color: #ffffff !important;
 
}
.reviewBox {
    display: block;
    overflow: hidden;
    width: 100%;
}
.ratingContent {
    display: block;
    float: right;
    width: 100%;
}
.reviewBox > span {
    color: #6d6d6d;
    float: right;
    font-size: 12px;
    letter-spacing: 0;
}
.copyWriteContent.text-center {
    background: #1e252e none repeat scroll 0 0;
    padding: 10px 0 1px;
    margin: 20px 0 0;
}

.navbar.navbar-default.navbar-fixed-top.stickyHeader {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.mega-dropdown .dropdown-toggle {
    margin: 0 0 0 40px;
}

.stickyHeader .mega-dropdown .dropdown-toggle{
  color: #febb02;  padding-bottom: 20px !important;
    padding-top: 20px !important;
}

 .stickyHeader h1 img {
    height: 41px;
}
.stickyHeader .signin > a {
    margin: 12px 40px 0 0;
}

.packageListing img {
    width: 100%;
}
.item.packageListing {
    margin: 0 0 25px 0;
}
.inner-Banner {
    padding: 80px 0 40px 0;
}
.packageDetailImg img {
    width: 100%;
    max-height: 600px;
}
.detailPg {
    padding: 70px 0 0 0;
}
.innerpg .navbar-default {
    background: #ffffff; box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}
.innerpg a.dropdown-toggle {
    color: #fab802 !important;
}

.innerpg .navbar-default .navbar-nav>li>a {
 
    padding-top: 20px;
    padding-bottom: 20px;
}

.innerpg  h1 img {
    height: 41px;
}

.innerpg .signin > a {
    margin: 12px 40px 0 0;
}
.breadcrumb {
    padding: 8px 0px; background-color: transparent;
    margin-bottom: 10px;     font-size: 13px;
}

.breadcrumb-item > a {
    font-size: 13px;
}
.packagename > h1 {
    font-size: 30px; font-weight: bold;
}
 

.innerpg #populardestination {
    background: #ffffff;
}
.packagename, .tourDetails, .bookingBar{
    border-bottom: 1px solid #e3e3e3;
}
.packagename span, .tourDetails span {
    font-size: 18px;
    font-weight: bold;
}

 
    .tourDetails > span {
    display: block;
    padding: 20px 0 10px;
}
   .tourDetails ul {
   list-style: none; padding: 0; font-size: 18px;
}


   .tourDetails .rating-box .fa {
    float: none;
}
   .tourDetails  .reviewBox > span {
    float: none;
}
.tourDetails {
    padding: 5px 0 20px;
}
.packagename {
    padding: 0 0 15px;
}
.priceBox .price  {
    color: #000000;
}
.priceBox .price h2 {
    color: #f16f30; float: left;
}
.priceBox {
    display: inline-block;
    float: left;
    overflow: hidden;
}
.bookingBox {
    display: inline-block;
    float: right;
    margin: 10px 0 0;
}

.btn-primary {
    background-color: #670e19;
    border-bottom-color: #670e19;
    border-left-color: #670e19;
    border-radius: 6px !important;
    border-top-color: #670e19;
    color: #fff;
    padding: 10px 15px;
}
.priceBox .price h2 {
    color: #f16f30;
    float: left;
    font-size: 20px;
}
.price h2 span {
    font-size: 35px;
}

.bookingBar {
    overflow: hidden;
    padding: 20px 0 0 0;
}
.tourSummary {
    padding: 20px 0 0;
}

.destinationWrapper {
     
    padding: 0 0 0 15px;
}
.destinationWrapper:hover {
    
  
}
.nav-tabs > li > a{
  color: #686868;
}
.tabMenuNav li.active > a , .tabMenuNav li.active > a:hover {
   border-color: #ffffff;
  border-bottom: 2px solid #670e19 !important; background-color: transparent !important;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus{
  background-color: transparent;  
}
.tabMenuNav {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    margin: 35px 0 19px 0;
    padding: 10px;
}
.tabMenuNav .tab-pane {
    padding: 15px 0 0;
}
.enquiryWrap {
    margin: 33px 0 0;   box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.enquiryHead > img {
    width: 100%;
}
.enquiryBody {
    padding: 10px;
}

.enquiryBody  .form-control {
    border-bottom: 1px solid #b2b2b2;    height: 40px;
}

.enquiryBody .form-control:focus{
  
  box-shadow: none;
  border-bottom: 2px solid #670e19; 

}

.enquiryBody .form-group:hover label, .enquiryBody .form-group:hover focus{
  color: #670e19;
}


.loginBg {
  background: url(../images/loginbg.png) no-repeat fixed center center;
  background-size: cover; }

.loginBg .panel-heading.text-center {
  background: transparent;
  border: none; }

.panel-title {
  font-size: 25px;
  margin: 15px 0 0 0; }

.login-panel {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
    margin-top: 35%;
    padding: 40px 10px 0;
}
  p.signUp {
    font-size: 14px;
    padding: 10px 0 0;
}
p.signUp a{
  font-weight: bold; color:  #670e19;


}
p.signUp a:hover{
 color: #ffbd2b;


}
.tab-content p {
    font-size: 14px;
}
.packageItem {
    position: relative; transition: all 0.25s ease 0s;
}

.overlayBox {
    background: #670e19 none repeat scroll 0 0;
    bottom: 0;
   height: 105px; padding: 15px 0 0 0;
    position: absolute;
    width: 100%; transition: all 0.25s ease 0s;
    opacity: 0;
}
.packageItem:hover .overlayBox { 
    opacity: 1;
}
.overlayBox > ul {
    list-style: outside none none;
    margin: 26px 0 0;
    padding: 0;
}
.overlayBox li {
    display: inline-block;
    float: left;
    text-align: center;
    width: 50%;
}
.overlayBox a {
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 13px;
    padding: 7px 12px;
}
 .overlayBox a:hover {
    border: 2px solid #ffbd2b;
    color: #ffbd2b;
}
 .well .rating-box .fa {
    float: left;
}

.well .rating-box {
    padding: 0 0 10px;
}
.userReview > p {
    font-size: 14px;
}
.well.well-sm.userRatingBox {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    margin-top: 35px;
}
.userRatingBox .rating-box {
    border-bottom: 1px solid #e9e9e9;
    margin: 0 0 10px;
}
.enquiryBody {
    padding: 10px;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.bookingBar ul {
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.bookingBar ul li {
    width: 50%;
    float: left;
    overflow: hidden;
}
.perPax {
    font-size: 20px;
    padding: 10px 0 0 0;
}

.bookingBar ul  .priceBox {
    overflow: hidden;
    display: block; width: 100%;
}
.popupWrapper {
    background: #ffffff;
    padding: 90px 0 90px 0;
    position: relative;   box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    font-size: 14px;
    margin: 30% 0 0 0;
}
.popupWrapper p{
 
    font-size: 14px;
}
.msgHead {
 
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 85px;
    padding: 34px 0 0 0;
    position: absolute;
    top: -48px;
    left: 40%;
}
.popupWrapper a {
    border: 1px solid #C2C2C2;
    color: #737373;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    margin: 24px 0 0 0;
    display: inline-block;
}

.sucessMsg {
   background: url("../images/sucess.png");
}
.errorMsg {
   background: url("../images/eror.png");
}

.sucessMsg .msgHead {
    background: #40d872;
}
.sucessMsg h3 {
  color:  #40d872;
}

 
.errorMsg .msgHead {
    background: #e6674f;
}
.errorMsg h3 {
  color:  #e6674f;
}

.owl-carousel .owl-item img {
 
    height: 180px !important;
}
.packageName {
    height: 47px;
}
.modal .login-panel {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
    margin-top: 5% !important;
    padding: 40px 10px 0;
    width: 400px;
    margin: 0 auto;
}

.basicNav a {
    color: #670e19 !important;
}