body {
  font-family: "maquette", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #565a5c; }

.card-footer {
  box-shadow: none;
  border-top: 1px solid #dce0e0; }

@media (min-width: 768px) {
  #search-sidebar {
    position: fixed;
    left: 0;
    bottom: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #f7f7f7;
    top: 66px;
    width: 60%; }
  #search-map {
    position: fixed;
    right: 0;
    bottom: 0;
    left: auto;
    background: indianred;
    top: 66px;
    width: 40%; } }

#search-sidebar {
  padding-top: .9375rem; }

#map {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%; }

#experience-map {
  height: 350px; }

#main-nav {
  padding: 0; }
  #main-nav a {
    color: #565a5c;
    font-weight: bold; }
  #main-nav .nav-item {
    line-height: 50px; }
  #main-nav .nav-item:hover {
    background-color: #f5f5f5; }
  #main-nav .nav-item.search:hover {
    background-color: inherit; }
  #main-nav .pull-left .nav-item {
    margin: 0;
    border-right: 1px solid #dce0e0; }
  #main-nav .pull-left .nav-item.logo {
    padding: 0 20px; }
  #main-nav .pull-left .nav-item.search {
    border-right: none; }
  #main-nav .pull-left form i {
    padding-left: 15px;
    color: rgba(85, 89, 92, 0.5); }
  #main-nav .pull-left form input {
    border-radius: 0;
    border: none;
    padding: 20px 0 20px 20px;
    background-color: white;
    width: 360px; }
  #main-nav .pull-left form button {
    border-radius: 0;
    padding: 20px;
    border: none; }
  #main-nav .pull-left form .input-group {
    width: inherit; }
  #main-nav .pull-right .nav-item {
    margin: 0;
    border-left: 1px solid #dce0e0;
    padding: 0 20px; }

/*======================================================================
|
|   Drop Down
|
=======================================================================*/
.dropdown-menu {
  right: 0;
  border-radius: 0;
  left: inherit;
  border: none;
  padding: 0;
  margin: 1px 0 0 0; }
  .dropdown-menu .dropdown-item {
    padding: 20px;
    border: 1px solid #dce0e0;
    margin-top: -1px; }

.dropdown:hover .dropdown-menu {
  display: block; }

.modal .modal-content {
  border: 0; }

#loginModal {
  z-index: 1060; }

form .form-control,
form .input-group-addon {
  border: 2px solid #dce0e0;
  font-weight: bold; }

form .form-control:focus {
  border-color: #40c381;
  outline: 0; }

form button[type=submit] {
  border: 2px solid transparent;
  font-weight: bold; }

.dropzone {
  border: 2px dashed #3FC380;
  border-radius: 5px;
  background: white; }

.dz-details {
  display: none; }

.dz-image > img {
  display: block;
  max-width: 100%;
  height: auto; }

.booking .times {
  text-align: center; }
  .booking .times .head {
    font-size: 80%; }
  .booking .times hr {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem; }
  .booking .times .time {
    font-size: 140%;
    font-weight: bold;
    line-height: 0.9; }
  .booking .times .date {
    font-size: 220%;
    font-weight: bold;
    line-height: 0.9; }
  .booking .times .year {
    line-height: 1.8;
    font-size: 80%;
    font-weight: bold; }
  .booking .times .day {
    line-height: 0.8;
    font-size: 80%; }

.booking .left {
  width: 48%;
  float: left; }

.booking .right {
  width: 48%;
  float: right; }

.availability .s1 {
  font-size: 100%;
  font-weight: bold; }

.availability .s2 {
  font-size: 160%;
  font-weight: bold; }

.availability .italic {
  font-style: italic; }

.list-menu {
  margin-bottom: .75rem; }
  .list-menu .list-group-item {
    border-radius: 0 !important; }
  .list-menu .list-group-item-heading {
    font-weight: bold;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd; }
  .list-menu .list-group-item-action {
    border-top: 0;
    border-bottom: 0;
    color: #40c381; }
  .list-menu .list-group-item-action:hover, .list-menu .active {
    color: white;
    background-color: #40c381 !important;
    border-color: #ddd; }
  .list-menu .list-group-item-action:nth-child(even) {
    background-color: #f6f7f8; }
  .list-menu .list-group-item-action:last-child {
    border-bottom: 1px solid #ddd; }

.breadcrumb {
  background-color: whitesmoke;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #dce0e0; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #818a91;
    content: ">"; }
  .breadcrumb .breadcrumb-item.active {
    color: #7f8c8d; }

.label-experience {
  display: block;
  margin-top: 5px; }
  .label-experience .label-danger:hover {
    background-color: #c9302c; }

.image-upload .img-upload {
  cursor: pointer; }

.image-upload input {
  display: none; }

.outer-box {
  display: block;
  position: relative;
  cursor: pointer; }
  .outer-box img {
    height: auto; }
  .outer-box .inner-box {
    cursor: pointer;
    background: #40c381;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    transition: opacity .5s; }
    .outer-box .inner-box p {
      color: #fff;
      line-height: 250px;
      text-align: center; }
  .outer-box .inner-box-show {
    opacity: .9; }
  .outer-box:hover {
    cursor: pointer; }
    .outer-box:hover .inner-box {
      cursor: pointer;
      opacity: .9;
      transition: opacity .5s; }

.trix-editor {
  border: 2px solid #dce0e0;
  background-color: white; }

/*# sourceMappingURL=app.css.map */
