body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    background-color: #fff;
    color: #000000;
}

.address {
    color: #38589F;
    font-weight: bold;
    display: block;
    width: 84%;
    padding-left: 15%;
    padding-top: 10px;
}

    .address > div {
        display: inline-block;
    }
    
    .address .fa {
        color: #A3678E;
        margin-left: 20px;
    }
    
    .address a {
        color: #38589F;
    }

.logo {
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
    width: 15%;
    height: 260%;
    background-image: url(/img/logo-pearl.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    padding: 11% 0 5% 0;
    list-style: none;
    text-align: center;
    font-size: 12pt;
    font-style: italic;
}

    .logo li {
        margin-bottom: 10px;
        margin-left: -15px;
    }

    .logo a {
        text-decoration: none;
        color: #fff;
    }
    
    .logo a:hover {
        text-decoration: underline;
    }

.header {
    background-color: #80acd4;
    background-image: url(img/bg-pearl.png);
    background-size: 30%;
}

    .header .bigpicture {
        display: block;
        width: 100%;
        height: 22%;
        background-image: url(/files/pearl-bigpicture.jpg);
        background-position: center center;
        background-size: cover;
    }
    
    
    .cameraContent {
        background-size: contain;
        background-position: center center;
    }
    
    .header .bigpicture > div {
        width: 100%;
        height: 100%;
    }
    
    .header .welcome {
        color: #fff;
        text-align: center;
        font-size: 130%;
    }
    
    .header .nav, .footer .nav  {
        display: block;
        margin: 10px 0 0 0;
        padding: 0 0 0 15%;
        list-style: none;
        font-size: 12pt;
        font-style: italic;
        width: 84%;
        min-height: 40px;
    }
    
        .header .nav li, .footer .nav li {
            display: inline-block;
            margin: 10px 0 0 20px;
        }
        
        .header .nav a, .footer .nav a {
            color: #fff;
            text-decoration: none;
        }
        
        .header .nav a:hover, .footer .nav a:hover {
            text-decoration: underline;
        }
        
.content-title {
    display: block;
    line-height: 25pt;
    min-height: 10vw;
    text-align: center;
    font-size: 40pt;
    font-weight: 300;
    font-style: italic;
    margin-top: 4%;
    color: #d00;
}

    .content-title span {
        font-size: 14pt;
        color: #85B1D9;
        font-weight: 400;
    }

.content img, .content-container img {
    max-width: 100%;
}

.blue-line {
    display: block;
    width: 100%;
    height: 8px;
    background-color: #86B0D8;
}

.logo-pad {
   width: 80%;
   padding: 60px 0 40px 20%;
}

.service-block {
    display: inline-block;
    width: 30%;
    margin: 0 3% 3% 0;
    position: relative;
    height: 0;
    padding-bottom: 22%;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    color: #000;
}

    .service-block h3 {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px 0;
        background-color: rgba(255,255,255,.8);
        text-align: center;
        font-weight: 300;
        font-size: 12pt;
    }
    
    .service-block p {
        display: none;
        width: 90%;
        height: 600px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #7FA9CE;
        color: #fff;
        margin: 0;
        padding: 5%;
    }
    
    .service-block:hover p {
        display: block;
    }
    
    .service-block .clickable {
        position: relative;
        z-index: 10;
    }
    
.services-form-image {
    background-image: url(/files/services-form-image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.purple-bg {
    background-color: #A5678E;
}

.services-form h3 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20pt;
}

.services-form input[type='text'] {
    width: 100%;
}

.services-form input[type='submit'] {
    background: transparent;
    border: solid 1px #fff;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
}

.food-aside {
    background-color: #cd0021;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    display: block;
    width: 90%;
    padding: 5%;
    font-size: 11pt;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border:  none !important; 
    background:  transparent !important;
}

.bx-wrapper {
    margin-bottom: 10px !important;
}

.bxslider .slide {
    background-size: cover;
    background-position: center center;
    height: 0;
    padding-bottom: 60%;
}

#food-texts h3 {
    font-weight: 300;
    font-style: italic;
    font-size: 18pt;
    text-align: center;
}

#food-texts p {
    font-weight: 300;
    font-style: italic;
    font-size: 12pt;
    text-align: center;
}

.cafe-delivery {
    background-image: url(img/bg-delivery.jpg);
    background-size: cover;
    display: block;
    width: 100%;
    margin: 20px 0;
    color: #fff;
    font-style: italic;
    font-size: 14pt;
    position: relative;
    margin-bottom: 16%;
}

    .cafe-delivery h3 {
        font-weight: bold;
        font-size: 15pt;
    }
    
    .cafe-delivery .callme {
        display: block;
        position: absolute;
        left: -5%;
        width: 40%;
        top: 99px;
    }

.food-aside a {
    color: #fff;
    text-decoration: none;
}
.food-aside a:hover {
    text-decoration: underline;
}

.vodograi-wrapper {
    width: 100%;
    display: block;
    background-image: url(img/bg-vodograi.png);
    background-size: 92px;
    padding: 55px 0;
}

.cafe-menu {
    font-size: 11pt;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .cafe-menu > li {
        padding: 0;
        margin-bottom: 15px;
    }
    
        .cafe-menu > li > strong {
            font-size: 10pt;
        }
        
    .cafe-menu ul {
        font-size: 10pt;
        list-style: none;
        margin: 10px;
        padding: 0;
        font-weight: 400;
        font-style: normal;
    }
    
.menu-content table {
    width: 100%;
    border: 0;
    font-style: italic;
    margin-bottom: 20px;
    background-color: rgba(255,255,255,.7);
}

    .menu-content table tr:nth-child(odd) {
        background-color: rgba(177, 177, 177, 0.44);
    }
    
    .menu-content table td {
        vertical-align: top;
        text-align: center;
        padding: 5px;
    }
    
    .menu-content table td:first-child {
        text-align: left;
    }
    
    .menu-content table td:last-child {
        font-weight: bold;
    }

.bg-down {
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}
        
.footer {
    background-color: #80acd4;
    background-image: url(img/bg-pearl.png);
    color: #fff;
    font-weight: bold;
    position: relative;
    font-size: 10pt;
    padding-top: 15px;
}


    .footer a {
        color: #fff;
    }
    
    .footer a.current {
        color: #F63645;
    }

    .footer .feedback-form {
        color: #fff;
        text-align: right;
    }
    
    
    .footer .feedback-form h3 {
        text-align: left;
        margin: 0;
        font-size: 12pt;
        color: #fff;
    }
    
    .footer .nav {
        padding: 0 !important
    }
    
    .footer .feedback-form input, .feedback-form textarea {
        background-color: #A5678E;
        border: none;
        padding: 8px;
        outline: solid 3px #fff;
    }
    .footer .feedback-form input::placeholder, .feedback-form textarea::placeholder {
        color: #fff;
    }
    
    .footer .contacts {
        font-size: 11pt;
        font-weight: bold;
    }
    
.z10 {
    z-index: 10;
}

a.framed {
    outline: solid 1px #fff;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 92%;
    margin: 0 4%;
    text-align: center;
    font-size: 12pt;
    font-style: italic;

    padding: 14px 0;
    
}

.underlined {
    border-bottom: solid 1px #fff;
}

.pearl-room-block {
    display: block;
    float: left;
    width: 29%;
    margin: 0 2% 2% 2%;
    text-align: center;
}

.pearl-room-block h2 {
    text-transform: uppercase;
    font-weight: 400;
}

.pearl-room-block h3 {
    font-size: 11pt;
    font-weight: 300;
    display: block;
    width: 100%;
    height: 20%;
}

a.pearl-button {
    background-color: #7FA9CE;
    color: #fff;
    display:block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

.pearl-room-block .services {
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    list-style: none;
    transition: height .5s;
    overflow: hidden;
    background-color: rgba(255,255,255,.6);
    margin: 0;
}

.pearl-room-block:hover .services {
    height: 40px;
}

.pearl-room-block .services li {
    display: inline-block;
    margin: 5px;
}

.pearl-room-block .services li img {
    height: 25px;
}

.room-big-image {
    padding-bottom: 40% !important;
}

.room-small-image {
    display: block;
    float: left;
    width: 18%;
    margin: 1%;
    padding-bottom: 12%;
}

.room-price-table table {
    border: 0;
    width: 100%;
    outline: solid 1px #eee;
}

.room-price-table table tr:nth-child(odd) {
    background-color: #eaeaea;
}

.room-price-table table td {
    padding: 5px;
}

.room-price-table table td:nth-child(2)  {
    font-size: 14pt;
    color: #3B70A0;
}

.room-includes ul {
    display: block;
    float: left;
    width: 23%;
    margin: 1%;
    text-align: left;
    list-style-image: url(img/list.png);
    padding: 0;
}

.order-form:nth-child(4) {
    display: none;
}

.pearl-button.order-switch {
    display: block;
    float: left;
    width: 42%;
    margin: 4%;
}


.outlined {
    outline: solid 4px #13BCC3;
}

.outlined:hover {
    outline: solid 4px #FFB700 !important;
}

.gallery .media-wrapper {
    
    width: 20%;
    margin: 2%;
    outline: solid 4px #13BCC3;
    display: inline-block !important;
    padding-bottom: 15.9%
}

.flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.flex .item-1-3 {
    width: 30%;
    margin: 1.5%;
}

.handwritten {
    font-family: 'Marck Script', cursive;
    font-weight: 400;

}