/* HACK */
.container {
  max-width: 100%;
}

.img-responsive {
  width: 100%;
}

#content {
  margin-top: 60px;
}

@media ( max-width: 560px ){
  #content {
    margin-top: 160px;
  }
}

.recent-post img {
  padding-right: 10px;
  width: 100%;
  border-radius: 30px;
  float: none !important;
  margin-bottom: 10px;
}

.recent-price {
  font-size: 30px;
  padding: 10px 10px 12px;
  background: #72968f;
  margin-bottom: 10px;
  margin-top: 10px;
  color: white;
  border-radius: 20px;
  width: 70%;
}

.label-primary {
  background-color: rgb(228, 145, 15);
}
.btn-primary {
  color: rgb(255, 255, 255);
  background-color: rgb(228, 145, 15);
  border-color: rgb(228, 145, 15);
}
.slicknav_menu {
  background: #223245;
  padding: 5px;
}
.tour-schedule h3, .tour-schedule h1, .tour-schedule h2, .tour-schedule h1, .tour-schedule h4, .tour-schedule h5 {
  font-size: 2em;
  background: #3E441E;
  padding: 10px 20px;
  color: white;
  border-radius: 20px 20px 0 0;
  margin-bottom: 10px;
}
.display-3 {
  font-size: 2em;
  margin-bottom: 15px;
}
/* =-=-=-=-=-=-= Topbar Section =-=-=-=-=-=-= */
.top-bar {
  padding: 0;
  background-color: rgb(119, 123, 96);
  font-size: 15px;
  height: 27px;
  margin-bottom: 0px;
  line-height: 0;
}
.cta-wrapper ul li a i {
    display: inline-block;
    width: 24px;
    height: 28px;
    line-height: 24px;
    background: #E4910F;
    color: #282828;
    text-align: center;
    border-radius: 0;
    margin-right: 10px;
}
.cta-wrapper ul li a {
    display: inline-block;
    font-weight: 400;
    color: #FFFFFF;
}

.cta-wrapper ul li a:hover {
    color: #fff;
}

.social-wrapper ul li a {
    display: block;
    width: 24px;
    height: 28px;
    line-height: 26px;
    background: #E4910F;
    text-align: center;
    color: #282828;
    border-radius: 0;
}
.social-wrapper ul li a:hover {
    background: #000;
    color: #000;
}

.cta-wrapper [class*=" fa-"]::before, .social-wrapper [class*=" fa-"]::before {
  color: #fff;
}

@media screen and (max-width: 767px) {
    .cta-wrapper,
    .social-wrapper {
        text-align: center !important;
    }
    .social-wrapper {
        margin-top: 20px;
    }
}
@media ( max-width: 480px ){
  .top-bar {
    height: 117px;
      margin-bottom: 20px;
      background-color: rgba(0,0,0);
  }
  .social-wrapper {
      margin-top: 20px;
      width: 100%;
   }
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
@media ( max-width: 480px ){
  .cta-wrapper .list-inline {
    text-align: left;
    padding-left: 10px
  }
}

/* 04 - Navbar-Header, Navigation, Logo
/* ------------------------------------------ */


/* Normalize  Navbar-Header */
.navbar {
  margin-top: 0px;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}


/* Logo (change width here) */

.logo {
    max-width: 150px;
    height: auto;
    padding: 6px 0;
    height: 80px;
}


/* Navbar */

@media(min-width:768px) {
    .navbar {
        /*padding: 20px 0;*/
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
    }
}

.navbar-nav {
    margin-top: 12px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: initial;
    color: #777B60;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #777B60;
}

.navbar-default .navbar-nav > li > a {
    color: #7a7c82;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
}

@media (min-width: 768px) {
    .dropdown-menu > li > a {
        color: #7a7c82;
        background-color: initial;
    }
    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #777B60;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: #777B60;
    }
    .dropdown-menu li a {
        width: 100%;
        padding: 6px 15px;
        font-size: 14px;
        font-weight: 500;
    }
    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: block;
        margin-top: 0px
    }
}

.dropdown-header {
    font-weight: 600;
    padding: 6px 15px;
    font-size: 16px;
    color: #fff;
    background: #777;
}

.dropdown-menu {
  background: white;
  min-width: 290px;
}

.navbar-toggle {
  margin-right: 0;
}