@charset "utf-8";
/* CSS Document */

.instagram-follow-button {
    position: absolute;
    left: 19px;
    top: 560px;
    display: block;
    max-width: 175px;
}

.instagram-follow-button img {
    max-width: 100%;
    height: auto;
    transition: filter 250ms ease;
}

.instagram-follow-button img:hover {
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.7));
}

.ftb-widget form {
    background-color: #a5b294 !important;
}

.tripadvisor-widget {
    position: absolute;
    left: 0;
    top: 570px;
    opacity: 0;
    animation: fadeIn 1s 1s forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.tripadvisor-widget > div {
    width: 214px !important;
}

.social-buttons {
    position: absolute;
    top: 520px;
    left: 0;
    width: 214px;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-evenly;
}

.social-buttons img {
    width: 100%;
    max-width: 2rem;
    height: auto;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
    text-align: left;
    background-color: #60713b;
    position: relative;
}

#header {
    height: 179px;
    padding: 0px;
    background-image: url(images/bgHeader3.png);
    background-repeat: no-repeat;
    position: relative;
    float: right;
    width: 746px;
}
#header h3 {
    text-indent: -9999px;
}
#header h1 {
    text-align: right;
    position: absolute;
    right: 15px;
    top: 75px;
    height: 70px;
    width: 550px;
    font-size: 28px;
}
#header h2 {
    background-image: url(images/white50.png);
    position: absolute;
    width: 743px;
    left: 0px;
    bottom: 0px;
    padding-bottom: 2px;
    padding-left: 3px;
}

#content {
    margin-left: 215px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #a5b294;
}
#content p {
    padding-bottom: 0.5em;
}
#content ul {
    margin-left: 25px;
}

#content #slideshow {
    height: 450px;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}
#content .rates {
    text-align: right;
    margin-right: auto;
    margin-left: auto;
}

.calendar {
    text-align: center;
}

#content #legend {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

#content #legend-available {
    color: #fff;
    background-color: #7e8f6f;
    padding: 5px;
    width: auto;
    margin-left: 0px;
    margin-bottom: 10px;
    border: 1px solid #fff;
}
#content #legend-booked {
    background-color: #444400;
    color: #fff;
    padding: 5px;
    width: auto;
    margin-left: 20px;
    margin-bottom: 10px;
    border: 1px solid #fff;
}

#googleMap {
    margin-right: auto;
    margin-left: auto;
    width: 640px;
}

#footer {
    font-size: 1rem;
    text-align: center;
    padding: 5px;
    background-color: #6c7b59;
    clear: both;
}
#wrapper div.fb-like,
#wrapper div.tweet {
    width: 100px;
}

.fb-like {
    position: absolute !important;
    top: 646px;
    left: 47px;
}

.tweet {
    position: absolute;
    top: 678px;
    left: 70px;
}

.find-facebook {
    position: absolute;
    top: 500px;
    left: 46px;
    width: 121px;
}

.find-facebook img {
    width: 100%;
}

.photo {
    border: 5px solid #fff;
}
body {
    background-color: #ecefe9;
}
#body-accomm-availability #wrapper #content-wrapper {
    float: left;
    width: 746px;
}

#sidebar {
    float: left;
}

#body-accomm-availability #content {
    margin: 0;
}

#ACalendar_1,
#ACalendar_2 {
    width: 650px;
    margin: 0 auto;
}

div.calendar h3 {
    clear: left;
}

#ACalendar_1 table.calendarNav {
    width: 620px !important;
}
