.fc table {
    margin-bottom: 0;
}
.fc-row .fc-content-skeleton td {
    box-shadow: none !important;
}
#new-slider ul {
    list-style: none;
    margin: 0 0 0 0;
}
.flexslider {
    margin: 0 0 20px !important;
}

#new-slider li {
    margin-bottom: 0 !important;
}

a.flex-next, a.flex-prev {
    line-height: 1;
}

.property-amenities {
    border-bottom: 3px solid #efefef;
    margin: 10px 0 0;
    clear:both;

    display:flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
}

.property-amenities>span {
    border-right: 1px solid #efefef;
    display: inline-block;
    float: none;
    text-align: center;
    text-transform: uppercase;
    vertical-align:middle;
    font-size: 14px;
    padding: 8px 0 5px;
    flex-grow: 1;
}
.property-amenities>span.small-span {
}

@media screen and (max-width:1268px) {
    .property-amenities>span.small-span {
        display: none;
    }
}
@media screen and (max-width:768px) {
    .property-amenities {
        flex-direction: column;
    }
}

div#night-req-div,div#rate-div,div#unit-specials-div,div#add-rate-div {
    display: block;
    margin-top: 12px;
}


#night-req-div h3,#unit-specials-div h3,#add-rate-div h3,#rate-div h3 {
    text-align: center;
    font-weight: bold;
}

#add-rate-div,#rate-div {
    color: black;
}

.fc-past {
    background: #d2d2d2;
}

#unit-desc p {
    font-size: 115%;
    line-height: 1.7;
}

#unit-amenities-list li {
    list-style: none;
    display: inline-block;
    width: 24%;
    padding: .5%;
    vertical-align: middle;
}

@media screen and (max-width:800px) {
    #unit-amenities-list li {
    width: 49%;
}
}

/*Styles for Home Page Search*/
.content .home-search ul {
    list-style: none;
    text-align: center;
}
.content .home-search li {
    display: inline-block;
    text-align: left;
}
.content .home-search label {
    font-size: 1.25rem;
    line-height: 1rem;
}
.content .home-search input {
    display: block;
    z-index: 1000;
    position: relative;
}

a.adv-srch-link {
    color: #5b2c09;
    padding: 2px 22px;
    display: block;
    text-align: right;
    font-size: 12px;
    text-decoration: underline;
}

@media screen and (max-width: 620px) {
#top-search-btn {
    display:none;
}
}

/*Search Page*/
.cabin-list-container {
    text-align: left;
    margin-bottom: 10px;
    background: #eaeaea00;
    position:relative;
}

span.search-info {
    text-align: center;
    display: block;
    width: 100%;
    margin: 10px 0;
    font-size: 18px;
}

.search-med, .search-lrg, .search-sml {

display: block;
float:left;

}

.search-sml {
    width:17%;
}
.search-med {
    width:30%;
    line-height:0;
    position: relative;
}
.search-lrg {
    width:50%
}


.search-lrg h3 {
    font-weight: bold;
    line-height: 1;
    padding-left: 10px;
    margin-bottom: 10px !important;
    font-size: 20px;
}

p.search-desc {
    padding: 0 10px;
}

h3.search-quote-h3 {
    margin: 5px 0px;
}
span.bed-bath-search {
    position: absolute;
	left:0;
    line-height: 1.2;
    text-align: right;
    width: 98%;
    padding: 4px 1%;
    bottom: 0;
    color: white;
    background: #00000085;
}
hr.search-hr {
    margin-bottom: 3px;
    width: 95%;
}

span.per-night {
    display: block;
    font-size: 18px;
    margin: 12px;
}

span.price-quote {
    font-weight: bold;
    font-size: 20px;
    display: block;
}
a.book-now-search {
    display: block;
    border: 1px solid black;
    border-radius: 3px;
    padding: 14px 0px;
    background: #584216;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 10px !important;
}
a#top-search-btn {
    position: absolute;
    z-index: 100000;
    top: 7px;
    left: 7px;
    padding: 3px 22px;
    border-radius: 4px;
    background: #5a6822;
    box-shadow: 1px 1px 3px #0000004f;
    color: white;
}

ul.contact_details {
    right: 130px;
    position: absolute;
    top: 0px;
}

span.tiny-guy {
    display: block;
    float: left;
    margin: 0;
    font-size: 11px;
    color: white;
    padding: 0;
}

@media screen and (max-width:768px) {

.search-med, .search-lrg, .search-sml {

    float: none;
    width:100%;
    margin-bottom:25px;
}

a#top-search-btn {position: relative;float: none;clear: both;display: block;top: unset;left: unset;width: 109px;margin: 0 auto;}

ul.contact_details {
    right: unset;
    position: unset;
    top: unset;
}
}

/*Specials Page*/
.special-box {
    padding: 60px;
    background: rgba(147,169,191,0.13) !important;
    margin-bottom: 20px;
    color: black;
    border: 1px solid #1e73be;
}

.special-box h3 {
    color: black;
    font-weight: 500;
    text-align: center;
    font-family: "Lobster", Arial, Tahoma, sans-serif;
}

.special-box hr {
    background: #ffffffb8;
}

.special-box p {
    font-size: 22px;
    margin: 0 0 10px 0;
    color: black;
    font-family: "Lobster", Arial, Tahoma, sans-serif;
    text-align: center;
}

img.special-image {
    float: left;
    margin: 0 20px 0 0px;
}

.home-featured {
    display: block;
    width: 31%;
    padding: .5% .5% 0 .5%;
    float: left;
    position: relative;
    margin: .5%;
    transform: matrix(1,0,0,1,0,0);
    transition: transform 0.5s ease 0s;
    /* border: 1px solid #d4d4d4; */
    background: white;
    box-shadow: 0px 0px 8px #0000006b;
}
.home-featured:hover {
    z-index: 20;
    transform: matrix(1.1,0,0,1.1,0,0);
}
span.featured-overlay {
    display: block;
    position: relative;
    background: transparent;
    float: left;
    width: 65%;
}

.featured-overlay h4 {
    padding: 5px 0;
    color: black;
    font-weight: bold;
}

a.featured-link {
    display: block;
    line-height: 0;
}
.home-img-cont {
    position: relative;
}
a.home-vm {
    display: block;
    float: right;
    background: #673000;
    height: 100%;
    width: 34%;
    text-align: center;
    margin: 4px 0;
    color: white;
    border-radius: 2px;
}
span.tiny-feat-span {
    display: block;
    width: 98%;
    text-align: right;
    font-weight: bold;
    font-size: 95%;
    line-height: 20px;
    position: absolute;
    bottom: 0px;
    background: #0000009e;
    color: white;
    padding: 0 1%;
}
span.really-tiny-span {
    width: 100%;
    text-align: center;
    line-height: 17px;
    display: block;
}

.really-tiny-span a {
    font-size: 11px;
    line-height: 0;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
}
.widgets_wrapper {
    padding: 25px 0 0 0 !important;
}

.clr-orng {
    background: rgb(128, 62, 11) !important;
}

.reserve input[type="text"], .reserve select {
    margin-bottom: 0;
    width: auto;
    display: inline;
}
table.reserve td:first-child {
    text-align: right;
}
table.reserve td:last-child {
    text-align: left;
}

@media screen and (max-width:768px) {
    .home-featured {
    width: 99%;
    padding: .5% .5% 0 .5%;
    margin: 6px .5%;
}
}

.availability-calendars {
    display: flex;
    flex-wrap: nowrap;
    align-items: start;
    justify-content: space-evenly;
    font-size: 0.6rem;
}

.availability-calendars table {
    margin: 8px !important;
    border: none !important;
}

.availability-calendars tr td {
    border: none !important;
}

.availability-calendars tbody tr td {
    padding: 1px;
}