@charset "UTF-8";

body {
    padding-top: 0;
    margin-top: 0;

}

.container {
    max-width: 970px;
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    border-radius: 10px;
    padding-bottom: 55px;
    margin-bottom: 0;
}

#logo {
    width: 250px;
    margin-bottom: 20px

}

#arrow {
    position: absolute;
    left: 50px;
    width: 60px;
    top: 360px;
}

.under-construction {
    position: absolute;

    -webkit-transform: translate(100px) rotate(-25deg);
    -webkit-transform-origin: 60% 100%;

    -o-transform:translate(100px) rotate(-25deg);
    -o-transform-origin:60% 100%;

    transform: translate(100px) rotate(-25deg);
    transform-origin: 60% 100%;

    top: 110px;
    left: -40px;
}

.under-construction h3 {
    margin: 0;
}

.center-me {
    text-align: center;
}

.header .title.first {
    font-style: italic;
}

.header {
    font-size: 22px;
}

.en {
    color: #616161;
}

.main-pic {
    width: 700px;
    margin-top: 15px;
    margin-bottom: 35px;
}

img.shadow {
    box-shadow: 5px 5px 20px black;
    border-radius: 5px
}

.marketing {
    text-align: justify;
}

.row.marketing a.more.en {
    color: #428bca;
}

hr{
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #0C67EF 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #0C67EF 100%);
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #0C67EF 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #0C67EF));
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #0C67EF 100%);
    background-image: linear-gradient(to top, #FFFFFF 0%, #0C67EF 100%);

    height: 1px;
}

.perks {
    margin-bottom: 30px;
}
.perks .pt ul {
    list-style: none;
    text-align: right;
}

.perks .en ul {
    text-align: left;
    list-style: none;
    padding: 0;
    margin:0;
}

.perks .en ul li {
    text-indent: -.7em;
}

.perks .en ul li:before {
    content: "• ";
    color: black;
    margin-right: 10px;
}

.lower .rating {
    font-weight: bold;
    font-size: 18px;
}

.lower h3, .lower h5 {
   font-weight: bold;
}

.lower {
    text-align: center;
}

.lower ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lower .reservations {
    margin-top: 15px;
}

.lower .space {
    margin-top: 5px;
}

.lower .reservations {
    font-size: 20px;
}
