.rate0{background-color:gray;}
.calendar {
    border: 1px solid #3d2916;
    padding: 10px;
    margin-bottom: 10px;
}
.calendar table {
    table-layout: fixed;
}
.calendar table td {
    padding: 0;
    border: 1px solid lightgray;
}
.calendar thead td {
    text-align: center;
    line-height: 1.5em;
}
.calendar tbody td {
    font-size: 0.8em;
    line-height: 1em;
}
.calendar tbody div div:first-child {
    text-align: left;
    font-weight: bold;
    padding: 2px;
    height: 33px;
}
.calendar tbody div div:last-child {
    text-align: right;
    font-style: italic;
    padding-right: 3px;
    padding-bottom: 1px;
}
.calendar td.selected {
    opacity: 0.5;
}

.calendar td div.arrive {
    background: linear-gradient(to right bottom, rgba(255,255,255,0.0) 50%, rgba(255,255,255,0.7) 50%);
}
.calendar td div.depart {
    background: linear-gradient(to right bottom, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.0) 50%);
}
.calendar td div.stay {
    background-color: rgba(255,255,255,0.7);
}

.calendar select {
    margin: 0;
    width: auto;
    padding: 3px;
    display: inline;
}
.calendar i {
    color: #d17200;
    font-size: 1.5em;
    cursor: pointer;
    font-weight: bold;
    margin: 0 10px;
}
@media only screen and (max-width: 767px) {
    .calendar table,
    #quickquote table {
        display: table;
    }
    
}

.cabin-rates {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 5px;
}
.cabin-rates span {
    flex-grow: 1;
    text-align: center;
    font-size: 0.8em;
    display: inline-block;
    margin: 0 1px;
}

.qqresults {
    padding-bottom: 1em;
}
.qqresults>p {
    margin-top: 0;
}
.qqresults input.success {
    font-weight: bold;
    width: 100%;
}
.qqresults h3 small {
    color: #1779ba;
}
.rateLegend div {
    display: inline-block;
    min-width: 110px;
}
.cabin-page .brbasl {
    color: #5d5d5d;
}
.gplus {
    padding-top: 2px;
}
.cabin-page #amenities h5 {
    padding-bottom: 0;
}
.cabin-page #amenities ul {
    list-style-type: none;
    padding-bottom: 0;
}
.cabin-page .cal {
    width: 100%;
    margin-top: 1em;
}
.cabin-page .cal th {
    line-height: 2.4em;
}
.cabin-page .cal thead th,
.cabin-page .cal thead td {
    text-align: center;
}
.cabin-page .cal tbody td {
    text-align: center;
    vertical-align: top;
    padding: 0;
    line-height: 3em;
}
.cabin-page .cal tbody td[data-date] {
    cursor: pointer;
}
.cabin-page .cal tbody td div {
    width: 100%;
    height: 100%;
}
.cabin-page .cal tbody td.arrive div {
    background: linear-gradient(to right bottom, rgba(255,255,255,0.0) 50%, rgba(255,255,255,0.7) 50%);
}
.cabin-page .cal tbody td.stay div {
    background-color: rgba(255,255,255,0.7);
}
.cabin-page .cal tbody td.depart div {
    background: linear-gradient(to right bottom, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.0) 50%);
}
.cabin-page .cal input {
    margin: 0;
    vertical-align: bottom;
}
.quickquoteloading {
    text-align: center;
}

#comments-body {
    height:7em;
}
.cabin-page .home-featured h1 {
    background-color: #9eafbb;
    color: white;
    margin-bottom: 0;
    padding-top: 0.5em;
    text-shadow: 2px 2px 8px black;
}
#reviews p {
    padding: 0rem 4rem;
}
#contact-form-block {
    background-image: url(/application/files/2114/8477/4974/CUSTOMER_REVIEWS.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 2em
}
.cabin-page .textured {
    padding: 1rem;
}
#map_canvas {
    width:100%;
    height: 30vw;
    min-height: 300px;
}
.alert {
    color: #cc4b37;
}
.text-white {
    color: white;
}
.pricing {
    color: #1ABC9C;
}
.sea-green {
    background-color: #17be9d;    
}
#goFullscreen {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    position: absolute;
    cursor: pointer;
    background-image: url(maximize.png);
    z-index: 1;
}
.fullscreen #goFullscreen {
    background-image: url(minimize.png);
}
.cabin-page .galleria-theme-classic {
    /*background: rgba(242, 205, 159, 0.5);*/
    background: rgba(0, 0, 0, 1);
}
.cabin-page .galleria-theme-classic .galleria-stage {
    top: 50px;
    bottom: 60px;
    left: 0px;
    right: 0px;
}
.cabin-page .galleria-counter {
    display: none!important;
}
.cabin-page .btn {
    background-color: #34495E;
    border: none;
}
.cabin-page .btn:hover {
    background-color: #286090;
}
.cabin-page select {
    font-weight: bold;
}
.cabin-page th.chgmobtn {
    cursor: pointer;
}
.cabin-page th.chgmobtn i {
    color: black;
}
.cabin-page th i {
    color: grey;
}
#ajax-cal {
    text-align: center;
}
.reviews {
    padding-bottom: 30px;
}
#photos-tab, #tour-tab, #floorplan-tab {
    padding: 0;
}
.photos img {
    display: none;
}
.photos {
    min-height:200px;
    background: #FFF url(ajax-loader.gif) no-repeat center;
    width: 100%;
}

.tabs-title > a, .tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
    color: #d17200;
}
.tabs-title > a:hover {
    color: #c18338;
}
 .qqresults {
    padding-bottom: 0;
}
.qqresults p {
    margin-bottom: 0;
}
.qqresults h2 {
    font-size: 1.3em;
}
#availability {
    text-align: center;
}
#availability select {
    height: initial;
    -webkit-appearance: menulist;
    -moz-appearance: menulist; 
    appearance: menulist; 
}
.monthButton {
    color: #d17200;
    font-weight: bold;
}
#description {
    overflow: auto;
}
#description .callout {
    margin-left: 1rem;
}
@media screen and (max-width: 39.9375em) {
    #description .callout {
        width: 100%;
    }
}
