@import "bootstrap.min.css";
@import url('https://fonts.googleapis.com/css?family=Gentium+Basic:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700');

body {
    background: #800; /*#873927;*/
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Gentium Basic', serif;
    color: #8C6F47;
}
.page-header {
    color: #BD302D;
    font-style: italic;
    margin: 0 0 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}
.page-header .label {
    background: #800;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    border-radius: 0;
}
.content {
    background: #FCFAED;
    margin-top: 50px;
    padding-top: 15px;
}
.centered-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.centered-image .label {
    display: block;
    position: absolute;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.5em;
    background: rgba(200, 0, 0, .75);
    border-radius: 0;
}
.featured, .search, .sidebar {
    background: #FDCF44;
}
.featured h4 {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.search {
    padding: 15px;
}
.search-title {
    margin-top: 0;
    font-style: italic;
}
.results {
    padding-top: 15px;
}
.listing-title {
    color: #BD302D;
    min-height: 60px;
}
.listing-title small {
    font-family: 'Open Sans', sans-serif;
    font-size: .7em;
}
.sidebar-title {
    color: #FFF;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}
.sidebar .well-small h4 {
    color: #222;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 1px;
}
.rates thead tr th {
    vertical-align: top;
    text-align: center;
}
.rates thead tr th small {
    font-weight: 600;
    font-size: .8em;
}
.top-nav li a {
    color: #FFF;
}
h4.subtitle {
    color: #BD302D;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}
.booked {
    color: #BD302D;
}
.calendar {
    width: 100%;
    border: 1px solid #DDD;
}
.calendar td, .calendar th {
    text-align: center;
}
.calendar th {
    color: #BD302D;
    letter-spacing: 1px;
    font-size: 1.2em;
    font-style: italic;
    line-height: 2em;
}
.calendar td {
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    line-height: 2em;
}
.calendar tr td:last-child {
    border-right: none;
}
.calendar tr:last-child td {
    border-bottom: none;
}
.calendar tr:nth-child(2) td {
    background: #DDD;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.rented {
    display: block;
    background: #BD302D;
    color: #FFF;
}
.rented_s {
    display: block;
    background: #047027;
    color: #FFF;
}
.rented_e {
    display: block;
    background: #701210;
    color: #FFF;
}
.copyright {
    line-height: 4em;
    vertical-align: middle;
    font-size: 16px;
    font-family: 'Gentium Basic', serif;
    font-style: italic;
    letter-spacing: .5px;
    color: #E1BFBF;
    margin: 0;
}
.footer {
    padding-top: 15px;
    padding-bottom: 15px;
}
.logo {
    padding: 0 !important;
}
.logo img {
    height: 40px;
}
#gallery {
    background: #FFF;
}
#rental-carousel {
    margin-bottom: 15px;
}
#rental-carousel .carousel-inner .item {
    text-align: center;
    height: 450px;
}
#rental-carousel .carousel-inner .item img {
    margin: auto;
    width: auto;
    height: 450px;
}

.g-recaptcha {
    transform:scale(0.8);
    transform-origin:0 0;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
  }
  
  .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;
  }
  
  @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-fade .carousel-inner > .item.next,
      .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
      .carousel-fade .carousel-inner > .item.prev,
      .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
      .carousel-fade .carousel-inner > .item.next.left,
      .carousel-fade .carousel-inner > .item.prev.right,
      .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
  }
  @media screen and (max-width: 767px) {
      .carousel-inner > .item > img {
          min-height: 385px;
          width: auto !important;
      }
  }

  a.flyer-link {
      position: relative;
  }

  a.flyer-link:after {
        content: '\f02f';
        display: block;
        font-family: 'FontAwesome';
        font-size: 64px;
        line-height: 260px;
        background: rgba(0,0,0,0.25);
        color: rgba(255,255,255,0.75);
        position: absolute;
        text-align: center;
        width: 100%;
        height: 100%;
        top: 0;
        left:0;
        z-index: 1000;
        opacity: 0;
        transition: .3s all ease-in-out;
    }

    a.flyer-link:hover:after {
        opacity: 1;
    }

  .form-search>.form-group {
      margin-bottom: 0;
  }