body {
    font-family: 'Roboto', sans-serif; 
 }
 .nav-holder .nav-footer ul.nav > li a {
   font-weight:500;
 }
 
img.header-logo {
    height: 65px;
    
}
.box-awesome-service.text-center {
    background-color: #ffffffc7;
    padding: 10px;
}
.hide {
            display: none;
        }

        


.filter-tour .filter-wrap .filter-box {
    margin-top: -50px;
    padding: 21px;
   
}

.user-profile, .upimg {
    max-width: 30px; 
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 30px;
}
ul {
   margin-block-start: 0em;
}
#top-bar .social-top a {
   color:#fff;
}

#footer .about-widget img.logo-footer {
    height: 85px;  
    margin-bottom: 1px;
    
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  min-width: 500px;
}

#header.home {
    top: 0;
    background: rgba(0, 0, 0, 0.0);
}
a.bookTickets.new-btn {
   border-radius: 3px;
    margin-top: -10px;
    padding: 9px 7px !important;
    font-size: 14px;
    letter-spacing: 2px;
    background :#f4b843 !important;
    border-color:#f4b843 !important;
    color:#fff !important;
}
a.bookTickets.new-btn:hover { 
   color:#fff !important;
}
a#loginButton {
  cursor: pointer;
}
.inner-banner {
   padding: 40px 0 45px 0;
   background-image: url(../website/images/bg-footer.jpg);
   background-position: top;
  }
  .inner-banner .box h2 { 
   padding-bottom: 50px;
  }
  .box-p {
   padding-bottom: 30px;
  }



  /* responsive */

  @media (max-width: 979px) {
    .nav-footer ul.nav {
        display: block;
    }
    .modal-dialog {
      min-width: 100%;
    }
    a.bookTickets.new-btn {
      margin-top: 0px;
    }
  }
