
.accomodations svg {
    height: 1rem;
    display: inline-block;
    width: 1.5rem;
}
.accomodations .amenity {
    margin-bottom: 10px;
}
.accomodations picture img {
    width: 100%;
    max-width: 800px;
}
.accomodations .title {
    color: #374963;
    font-size: 1.4rem;
    margin-bottom: 0;
}
.accomodations hr {
    max-width: 450px;
    margin-top: 0.5rem;
}

.descriptions a button {
    font-family: bilo, sans-serif;
    border: 2px solid #374963;
    background-color: transparent;
    text-transform: uppercase;
    padding: 12px 15px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    background-color: #374963;
    color: white;
}
.descriptions a button:hover {
    background-color: transparent;
    color: #374963;
}
.accomodations .img {
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem 0px 5rem 0;
}
.descriptions{
    text-align: center;
}
.descriptions h2, .accomodations h2 {
    font-family: adobe-text-pro, serif;
    text-align: center;
    text-transform: capitalize;
    margin-top: 4rem;
}
.descriptions h2 span, .accomodations h2 span{
    font-family: bilo, sans-serif;
    font-weight: bold;
}
.descriptions hr {
    width: 100%;
    max-width: 500px;
}
p, h2 {
    color: #374963;
    font-family: bilo, sans-serif;
}
.qqresults {
    padding-bottom: 1em;
}
.qqresults>p {
    margin-top: 0;
}
.qqresults td {
    text-align: right;
}
.qqresults label {
    padding-right: 0.5em;
}
.qqresults .special {
    color: red;
}
.cabin-page .amenities li {
    float: left;
    width: 280px;
}
.cabin-page .cal th, .cabin-page .cal td {
    color: black;
}
.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;
}
.cabin-page .cal tbody td label {
    padding: 4px 0;
    margin: 0;
    line-height: 1.2em;
    width: 100%;
}
.cabin-page .cal tbody td[data-date] {
    cursor: pointer;
}
.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;
}
#goFullscreen {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    position: absolute;
    cursor: pointer;
    background-image: url(../maximize.png);
}
.fullscreen #goFullscreen {
    background-image: url(../minimize.png);
}
.cabin-page .galleria-theme-classic {
    background: #A1B1BC;
}
.cabin-page .galleria-theme-classic .galleria-stage {
    top: 50px;
    bottom: 60px;
    left: 0px;
    right: 0px;
}
.photos {
    min-height:200px;
    background: #FFF url(/packages/brightside/blocks/single_cabin/ajax-loader.gif) no-repeat center;
    width: 100%;
}