@font-face {
    font-family: "LinLibertine_Mah";
    src: url("oranienbaum.ttf")
    /* TTF file for CSS3 browsers */
}
::-webkit-scrollbar {
    display: none;
}

/* Begin of Spinner Lib */
.spinner {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 15vw auto;
}
.double-bounce1,
.double-bounce2 { 
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #FFF;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/* End of Spinning Lib*/

/* Begin of General Style */
body { 
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #373737;
}

h1,
h2,
h3,
h4,
i {
    color: rgba(181, 39, 39, 1);
}

a {
    text-decoration: none;
    outline: none;
}
/* End of General Style */

/* Begin of Navigation Menu */
.navigationBar {
    position: absolute;
    width: 100%;
    height: 10vw;
    line-height: 10vw;
    color: rgba(148, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle;
    background-color: rgba(181, 39, 39, 0.95);
    z-index: 800;
    transition: all 0.5s ease;
}
.navigationBar.hamburgerBar {
    height: 2.5em;
    line-height: 2.5em;
    font-size: 2em;
    color: whitesmoke;
    text-decoration: none;
    position: relative;
}
.navigationBar.hamburgerBar a,
.navigationBar.hamburgerBar i {
    text-decoration: none;
    color: whitesmoke;
    font-size: 1em;
}
.navigationBar.topBar {
    background-color: rgba(181, 39, 39, 1);
}
.navigationBar a {
    text-shadow: 1px 1px 1px rgba(148, 0, 0, 0.9);
}
.navigationBar .menuItem {
    outline: 0;
    color: whitesmoke;
    font-size: 1.3vw;
    text-decoration: none;
}

@media (max-width: 768px) {
   .navigationBar .menuItem {
    outline: 0;
    color: whitesmoke;
    font-size: 2.9vw;
    text-decoration: none;
}
}



.navigationBar .menuItem.selectedMenuItem {
    color: #F7E0A4
}
.navigationBar .leftMenu:hover:not(.selectedMenuItem),
.navigationBar .rightMenu:hover:not(.selectedMenuItem) {
    transition: all .2s ease;
    outline: 1px solid #CCC;
    outline-offset: -1.5vw;
    color: #F7E0A4;
}
.navigationBar .centerMenu {
    font-size: 2.5vw;
    margin: auto;
    outline: 1px solid #CCC;
    outline-offset: -1vw;
    z-index: 998;
}
.navigationBar.row {
    margin-left: 0;
    margin-right: 0;
}
.navigationBar .centerMenu img {
    width: 100%;
}
#mainnavbar.topBar {
    //top: 0;
    //position: fixed; 
    height: 8vw;
    line-height: 8vw;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .navigationBar .leftMenu:hover:not(.selectedMenuItem),
    .navigationBar .rightMenu:hover:not(.selectedMenuItem),
    .navigationBar .centerMenu{
        outline: none;
    }
}
/* End of Navigation Menu */

/* Begin of General Containter */
.mainContentContainer {
    z-index: -1;
    width: 100%;
    height: 50%;
}
.loadedContainer {
    text-align: center;
    margin-top: 9vw;
    padding-bottom: 2em;
    //background-color: rgb(215, 92, 92);
    font-size: 1.1em;
    background-color: rgb(255, 237, 213);
    max-height: 100%;
    transition: max-height 1s;
    max-width: 70em;
}
.loadedContainer.galleryContainer {
    background-color: rgba(0, 0, 0 ,0);
    width : 100%; 
    max-width: 120em;
}

i.circle {
    background-color: #545454;
    color: #ffffff;
    font-size: 1em;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    text-align: center;
    line-height: 2em;
    margin: 0.5em 0.1em;
    vertical-align: middle;
}
iframe {
    width: 80%;
}
.content-header {
    text-align: center;
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 1em;
}

.content-header.album-header{
    color : white; 
    font-size : 2.5em;
    text-align: left; 
    margin-left : 0.5em;
}
/* End of General Containter */

/* Begin of Slideshow */
.mainSlideShow {
    height: 80%;
    text-align: center;
}
.mainHotelImage {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 0% 5% 1% 5%;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}
.mainHotelImage:not(.activeImage) {
    visibility: hidden;
}
/* End of Slideshow */

/* Begin of Footer*/
footer.hotelInfoContainer {
    color: whitesmoke;
    font-size: max(1.2vw, 12px);
    margin-top: 5vh;
}
.logoText {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 1.2em;
}
.footer-center p {
    font-size: 1em;
}
.footer-left img {
    width: 10vw;
    max-width: 8em;
}
/* End of Footer */


/* Begin of Room */
.room-select {
    width: 50%;
    transition: all 2s ease;
}
.room-select a {
    text-decoration: none;
    color: black;
}
.room-select .selected {
    border-bottom: thin solid #000000;
}
.room-select a:not(.selected) h3 {
    opacity: 0.5;
}
.room-select a:not(.selected) h3:hover {
    opacity: 0.8;
}
.room-select .selected h3 {
    opacity: 1;
    font-weight: 500;
}
.room-select-image img {
    width: 80%;
}
.img-container img {
    width: 80%;
}
.room-select-image {
    padding-top: 1em;
    padding-bottom: 1em;
}
.top-buffer {
    padding-top: 1em;
}
.vertical-line {
    border-left: thin solid #000000;
}
/* End of Room */

/* Begin of Gallery */
.galleryContainer .photo-gallery {
    width: 100%;
    margin: auto;
}
.galleryContainer .photo-gallery img:hover {
    opacity: 0.8;
}
.firstcharacter {
    font-size: 2.5em;
    line-height: 1em;
    float: left;
    padding-right: 0.1em;
    font-weight: 600;
    color: rgba(194, 50, 50, 1);
}
.quote-text {
    font-size: 2.8em;
}
.image-card .text {
    background-color: rgba(36, 36, 36, 0.9);
    color: #fff;
    bottom: 0px;
    text-align: center;
    padding: 1em;
    width: 100%;
}
/* End of Gallery */

/* Begin of Contact Us */
.loadedContainer .table>thead>tr>th {
    border-bottom: 2px solid rgb(194, 50, 50);
}
.loadedContainer .table>tbody>tr>td {
    border-top: 1px solid rgba(194, 50, 50, 0.15);
}
/* End of Contact Us */

/* Begin of Loader */
#mainLoader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #373737;
    z-index: 999;
}
#mainLoader h1 {
    text-align: center;
    padding-top: 10vw;
    color: aliceblue;
}
#mainLoader .spinner {
    margin-top: 1em;
}
/* End of Loader */

/* Begin of General Component */
.kpn-btn {
    color: #ffffff;
    font-size: 1.2em;
    background: #d43939;
    padding: 0.5em;
    margin: 1.5em;
    text-decoration: none;
}
.kpn-btn:hover {
    background: #f76863;
    text-decoration: none;
    color: #ffffff;
}
.kpn-btn:visited {
    text-decoration: none;
}
.kpn-btn:focus {
    color: #ffffff;
    text-decoration: none;
}
/* End of General Component */

/* Begin of SlideBar */
.sb-site-main {
    background-color: #373737;
}
.sb-slidebar.kpnslide a {
    font-size: 1.5em;
    color: rgba(221, 63, 63, 1);
    display: block;
}
.sb-slidebar.kpnslide a:hover {
    text-decoration: none;
}
.sb-slidebar.kpnslide {
    margin-top: 4em;
    padding-top: 1em;
    padding-left: 1em;
}
.sb-slidebar.kpnslide .row {
    padding-left: 1em;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    transition: all 0.1s ease;
}
.sb-slidebar.kpnslide .row.selected {
    background-color: #373737;
    color: whitesmoke;
}
.sb-slidebar.kpnslide .row.selected a {
    color: whitesmoke;
}
.sb-slidebar.kpnslide .row:hover {
    background-color: #373737;
}
.sb-slidebar.kpnslide .row:has(.selectedMenuItem) {
    background-color: #373737;
}
/* Begin of SlideBar */

/* Begin of Portrait phones and smaller */
@media (max-width: 480px) {
    content-header {
        font-size: 1.3em;
    }
    .room-select {
        width: 100%;
    }
    .room-select h3 {
        font-size: 1.3em;
    }
    .navigationBar.hamburgerBar a,
    .navigationBar.hamburgerBar i {
        font-size: 6vw;
    }
    .navigationBar.hamburgerBar.row div {
        padding-left: 0;
        padding-right: 0;
    }
    .kpn-btn {
        font-size: 1em;
    }
    .hidden-xxs {
        display: none;    
    }
}

@media (max-width: 768px) {
    .footer-distributed .footer-right{
        margin-left: 3vw;
    }
}

.mobile-intro {
    color: whitesmoke;
    padding: 1em 1em;
}
/* End of Portrait phones and smaller */

/* Begin of Booking Panel */
#bookingPanel label{
    color : antiquewhite; 
}

#reservationBar {
    margin-left : 0;    
}
/* End of Booking Panel */

/* Begin of Calendar */
.ui-widget {
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1 !important;
    z-index : 980 !important; 
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1 !important;
}

.ui-widget-header{
    border : 0; 
    background : none;
    background-color: rgb(118, 118, 118);
    color: black;
}
/* End of Calendar */
