﻿@font-face {
    font-family: 'nexa_bookregular';
    src: url('/Content/fonts/NexaBook.eot');
    src: url('/Content/fonts/NexaBook.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/NexaBook.woff2') format('woff2'), url('/Content/fonts/NexaBook.woff') format('woff'), url('/Content/fonts/NexaBook.ttf') format('truetype'), url('/Content/fonts/NexaBook.svg#nexa_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_lightregular';
    src: url('/Content/fonts/NexaLight.eot');
    src: url('/Content/fonts/NexaLight.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/NexaLight.woff2') format('woff2'), url('/Content/fonts/NexaLight.woff') format('woff'), url('/Content/fonts/NexaLight.ttf') format('truetype'), url('/Content/fonts/NexaLight.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_heavyregular';
    src: url('/Content/fonts/NexaHeavy.eot');
    src: url('/Content/fonts/NexaHeavy.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/NexaHeavy.woff2') format('woff2'), url('/Content/fonts/NexaHeavy.woff') format('woff'), url('/Content/fonts/NexaHeavy.ttf') format('truetype'), url('/Content/fonts/NexaHeavy.svg#nexa_heavyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'harabarahanditalic';
    src: url('/Content/fonts/HarabaraHand.eot');
    src: url('/Content/fonts/HarabaraHand.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/HarabaraHand.woff2') format('woff2'), url('/Content/fonts/HarabaraHand.woff') format('woff'), url('/Content/fonts/HarabaraHand.ttf') format('truetype'), url('/Content/fonts/HarabaraHand.svg#harabarahanditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'nexa_lightregular';
    font-size: 18px;
    color: #231811;
    background-color: #ffffff;
    overflow-x: hidden;
}

.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #eeeeee;
}

.loading-hide {
    opacity: 0 !important;
    visibility: hidden !important;
}

.loading img {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

#width-detector-992 {
    display: none !important;
    width: 0px;
}

@media (min-width: 992px) {
    #width-detector-992 {
        width: 992px;
    }
}

div.cover {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

    div.cover > img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-width: 50%;
        min-height: 50%;
    }

.first-container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    background-color: rgba(12, 12, 12, 0.5);
    opacity: 0.3;
}

.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:active,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:visited,
.navbar-inverse .navbar-toggle:focus {
    border: none;
    background-color: transparent;
}

.navbar-collapse {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-toggle .icon-bar {
    width: 34px;
    height: 3px;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px;
    }

h1 {
    font-size: 33px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'nexa_bookregular';
}

h2 {
    font-size: 33px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0;
    font-family: 'nexa_bookregular';
    color: #0c0c0c;
    margin-bottom: 0;
}

a,
a:active,
a:focus,
a:visited,
a:hover {
    outline: none !important;
    text-decoration: none;
    color: #b01117;
    font-weight: bold;
}

a,
.site-link {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .site-link,
    .site-link:active,
    .site-link:focus,
    .site-link:visited,
    .site-link[disabled] {
        padding: 10px 40px !important;
        background-color: #e21324 !important;
        color: #ffffff !important;
        text-transform: uppercase !important;
        font-size: 14px !important;
        border-radius: 0 !important;
        border: 0 !important;
        outline: none !important;
        text-decoration: none !important;
    }

.backgroundcolor-ffffff {
    background-color: #ffffff;
}

.backgroundcolor-eeeeee {
    background-color: #eeeeee;
}

.backgroundcolor-0c0c0c {
    background-color: #0c0c0c;
}

.color-b01117 {
    color: #b01117;
}

.color-ffffff {
    color: #ffffff;
}

.color-0c0c0c {
    color: #0c0c0c;
}

.form-group {
    margin-bottom: 24px;
}

    .form-group.form-group-other {
        margin-bottom: 0;
    }

    .form-group.form-group-info {
        margin-top: 24px;
    }

#ReservationForm_Date[readonly],
#ReservationForm_Date[disabled] {
    cursor: pointer !important;
    background-color: #ffffff !important;
    opacity: 1 !important;
    color: #0c0c0c !important;
    -webkit-text-fill-color: #0c0c0c !important;
}

#ReservationForm_Time {
    cursor: pointer !important;
}

.form-control-reservation {
    border-radius: 0;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    height: 44px;
    font-size: 16px;
    color: #0c0c0c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form-control-reservation:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 2px solid #ffffff;
    }

.form-control-contact {
    text-align: left;
    border-radius: 0;
    background-color: #eeeeee;
    border: 2px solid #eeeeee;
    text-transform: uppercase;
    height: 44px;
    font-size: 16px;
    color: #0c0c0c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form-control-contact:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 2px solid #eeeeee;
    }

.checkbox-reservation {
    margin: 0;
}

    .checkbox-reservation label {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 16px;
        -webkit-user-select: none;
        user-select: none;
        padding-left: 30px;
    }

    .checkbox-reservation input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-top: 0;
        margin-left: -30px;
    }

.checkbox-contact {
    margin: 0;
}

    .checkbox-contact label {
        color: #0c0c0c;
        text-transform: uppercase;
        font-size: 16px;
        -webkit-user-select: none;
        user-select: none;
        padding-left: 30px;
    }

    .checkbox-contact input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-top: 0;
        margin-left: -30px;
    }

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.round-button-container {
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: 50%;
}

    .round-button-container:before {
        content: "";
        display: block;
        padding-top: 100%;
        border-radius: 50%;
    }

.round-button-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 50%;
}

.round-button-content {
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgb(12, 12, 12);
    background-color: rgba(12, 12, 12, 0.7);
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .round-button-content div {
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        font-size: 23px;
        font-family: 'nexa_bookregular';
    }

        .round-button-content div p {
            margin: 0 0 10px;
        }

.round-button1 {
    margin: 0 20px 0 60px;
}

.round-button2 {
    margin: 0 40px;
}

.round-button3 {
    margin: 0 60px 0 20px;
}

.round-button1-other {
    margin: 0 30px 0 50px;
}

.round-button2-other {
    margin: 0 50px 0 30px;
}

#gallery-food,
#gallery-rampila {
    overflow: hidden;
}

.gallery-image-portrait,
.gallery-image-landscape {
    position: relative;
    display: block;
    text-decoration: none;
}

    .gallery-image-portrait:before {
        content: "";
        display: block;
        padding-top: 150%;
    }

    .gallery-image-landscape:before {
        content: "";
        display: block;
        padding-top: 71.75%;
    }

.gallery-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.gallery-image1 a {
    margin: 0 2% 6% 6%;
}

.gallery-image2 a {
    margin: 0 4% 6% 4%;
}

.gallery-image3 a {
    margin: 0 6% 6% 2%;
}

.gallery-image-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(12, 12, 12);
    background-color: rgba(12, 12, 12, 0.7);
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gallery-image-text {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    font-family: 'nexa_bookregular';
    padding: 0 15px 15px 15px;
}

.gallery-image-enlarge {
    text-align: center;
}

    .gallery-image-enlarge img {
        display: inline;
        width: 40px;
    }

.page-anchor {
    position: relative;
    top: -80px;
}

.page-anchor-gallery {
    position: relative;
    top: -112px;
}

.opactiy-07 {
    opacity: 0.7;
}

.padding-0 {
    padding: 0;
}

.padding-60 {
    padding: 60px;
}

.padding-side-0 {
    padding-left: 0;
    padding-right: 0;
}

.padding-side-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.padding-side-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-top-bottom-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.logo-button {
    display: block;
    position: absolute;
    top: 23px;
    left: 15px;
}

    .logo-button img {
        display: block;
    }

.alert-success {
    background-color: transparent;
    color: #ffffff;
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
}

    .alert-success.alert-success-other {
        color: #0c0c0c;
    }

.error,
.error:focus {
    border: 2px solid #b01117;
}

.navbar-inverse {
    margin-bottom: 0;
    border-radius: 0;
    background-color: white;
    border: none;
    min-height: initial;
    font-size: 14px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(173,173,173,1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(173,173,173,1);
    box-shadow: 0px 1px 2px 0px rgba(173,173,173,1);
}

    .navbar-inverse .navbar-nav > li > a {
        color: #231811;
        text-transform: uppercase;
        font-family: 'nexa_bookregular';
    }

.menu-reservations,
.menu-reservations:active,
.menu-reservations:focus,
.menu-reservations:visited {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    color: #231811;
    text-transform: uppercase;
    font-family: 'nexa_bookregular';
    padding: 8px 8px;
    border: 2px solid #e21324;
    text-decoration: none;
}

.container-menu-size {
    height: 80px;
}

.main-container {
    /*height: 100%;*/
    position: relative;
    z-index: 2;
}

.first-container {
    height: 100%;
    width: 100%;
    /*position: fixed;*/
    /*z-index: 1;*/
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .first-container .row,
    .first-container .col-xs-12 {
        height: 100%;
    }

    .first-container .vertical-align {
        margin-top: 40px;
    }

.first-img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.first-text {
    margin-top: 50px;
}

.heading-container {
    text-align: center;
}

.heading-content {
    display: inline-block;
}

.heading-text {
    margin-bottom: 5px;
    text-align: center;
    font-size: 46px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'nexa_bookregular';
    letter-spacing: 2px;
}

.heading-image {
    height: 45px;
    width: 94%;
    margin: 0 auto;
    background-image: url(/Content/images/main-seperator.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.first-arrow {
    position: absolute;
    bottom: 15px;
    width: 100%;
    margin: 0 -15px;
    text-align: center;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -ms-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-50%);
    }
}

@-moz-keyframes bounce {
    0%, 100% {
        -moz-transform: translateY(0);
    }

    50% {
        -moz-transform: translateY(-50%);
    }
}

@-ms-keyframes bounce {
    0%, 100% {
        -ms-transform: translateY(0);
    }

    50% {
        -ms-transform: translateY(-50%);
    }
}

@-o-keyframes bounce {
    0%, 100% {
        -o-transform: translateY(0);
    }

    50% {
        -o-transform: translateY(-50%);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-50%);
    }
}

.second-container {
    height: 100%;
    background-image: url(/Content/images/home/2408.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .second-container .row,
    .second-container .col-xs-12 {
        height: 100%;
    }

.second-content {
    position: absolute;
    bottom: 60px;
    left: 60px;
}

.second-title {
    font-family: 'nexa_bookregular';
    color: white;
    font-size: 52px;
    text-transform: initial;
    letter-spacing: initial;
    margin-bottom: 6px;
    background: #b01117;
    padding: 13px;
}

.second-description {
    color: #ffffff;
    margin-bottom: 60px;
}

.third-container .row {
    height: 100%;
    background-color: #ffffff;
}

.third-column1 {
    padding: 60px 30px 60px 60px;
}

.third-column2 {
    padding: 60px 60px 60px 30px;
}

.third-img {
    display: block;
    width: 100%;
}

.third-link {
    margin-top: 20px;
}

.fourth-container .row {
    height: 100%;
    background-color: #eeeeee;
}

.fourth-column1 {
    padding: 60px;
}

.fourth-column2 {
    padding: 0;
}

.fourth-img {
    display: block;
    width: 100%;
}

.fourth-link {
    margin-top: 20px;
}

.fifth-container .row {
    height: 100%;
    background-color: #eeeeee;
}

.fifth-column1,
.fifth-column1-other div {
    height: 100%;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fifth-column1-other {
    padding: 0 0 0 30px;
}

.fifth-column2 {
    padding: 60px;
}

.fifth-column2-other {
    padding: 60px 30px 60px 60px;
    ;
}

.sixth-container .row {
    height: 100%;
    background-color: #ffffff;
}

.sixth-column1 {
    padding: 60px;
}

.sixth-column2 {
    padding: 60px 60px 60px 0;
}

.sixth-column2-other {
    padding: 60px 0 60px 60px;
}

.sixth-img {
    display: block;
    width: 100%;
}

.reservation-container {
    background-image: url(/Content/images/home/home-reservation.jpg);
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.reservation-text {
    margin-bottom: 30px;
}

.fullpage-section-container {
    position: relative;
    overflow: hidden;
}

    .fullpage-section-container,
    .fullpage-section-container .row,
    .fullpage-section-container .col-xs-12 {
        height: 100%;
    }

        .fullpage-section-container .vertical-align {
            text-align: center;
        }

        .fullpage-section-container p {
            text-transform: uppercase;
        }

.fullpage-section-column {
    padding: 60px 60px 60px 90px;
}

    .fullpage-section-column p {
        padding-left: 60px;
        padding-right: 60px;
    }

.page-section {
    background-color: #ffffff;
}

    .page-section p {
        margin: 0;
    }

.page-section-title {
    padding-top: 60px;
    padding-bottom: 30px;
}

.page-section-title-other {
    padding-top: 0;
    padding-bottom: 30px;
}

.page-image {
    height: 450px;
    position: relative;
    overflow: hidden;
}

.contact-box1 {
    padding: 0 60px 0 0;
}

.contact-box2 {
    padding: 0 60px 0 0;
}

.social-link {
    margin: 0 8px;
}

.map {
    height: 500px;
}

.footer-row1 {
    background-color: #231811;
    line-height: 40px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 20px 0;
}

    .footer-row1 a,
    .footer-row1 a:active,
    .footer-row1 a:focus,
    .footer-row1 a:visited {
        line-height: 40px;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 14px;
        text-decoration: none;
    }

    .footer-row1 .split {
        margin: 0 15px;
    }

.footer-links {
    float: left;
}

.footer-social {
    float: right;
}

    .footer-social a {
        margin: 0 0 0 12px;
    }

.footer-row1 a img {
    height: 40px;
}

.footer-row2 {
    background-color: white;
    line-height: 20px;
    color: black;
    text-transform: uppercase;
    font-size: 12px;
    padding: 15px 0;
}

    .footer-row2 a,
    .footer-row2 a:active,
    .footer-row2 a:focus,
    .footer-row2 a:visited {
        line-height: 20px;
        color: black;
        text-transform: uppercase;
        font-size: 12px;
        text-decoration: none;
    }

.footer-copy {
    float: left;
}

.footer-tog {
    float: right;
}


.no-touch .site-link:hover {
    background-color: #231811 !important;
}

.no-touch .round-button-container:hover .round-button-content {
    height: 90%;
    width: 90%;
}

.no-touch .menu-reservations:hover {
    color: #ffffff;
    background: #e21324;
    text-decoration: none;
}

.no-touch .footer-row1 a:hover {
    color: #b01117;
    text-decoration: none;
}

.no-touch .footer-row2 a:hover {
    color: #0c0c0c;
    text-decoration: none;
}

.no-touch .gallery-image-portrait:hover .gallery-image-overlay {
    opacity: 1;
}

.no-touch .gallery-image-landscape:hover .gallery-image-overlay {
    opacity: 1;
}

.no-touch .navbar-nav > li > a:hover:after {
    width: 100%;
    left: 0;
}


@media (min-width: 991px) {

    .navbar-nav {
        float: none;
        text-align: center;
        padding: 30px 0;
    }

        .navbar-nav > li {
            float: none;
            display: inline;
        }

            .navbar-nav > li > a {
                display: inline-block;
                padding: 0;
                margin: 0 20px;
            }

                .navbar-nav > li > a:after {
                    position: absolute;
                    content: "";
                    height: 3px;
                    width: 0;
                    bottom: -5px;
                    left: 50%;
                    background-color: #e21324;
                    -webkit-transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
                    -moz-transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
                    -ms-transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
                    -o-transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
                    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
                }
}

@media (max-width: 1259px) {

    .navbar-inverse .navbar-nav > li > a {
        margin: 0 12px;
    }
}

@media (min-width: 1010px) and (max-width: 1086px) {

    .navbar-inverse .navbar-nav > li > a {
        margin: 0 0 0 10px;
    }
}

@media (min-width: 768px) and (max-width: 1009px) {

    .navbar-inverse .navbar-nav > li > a {
        font-size: 12px;
        margin: 0 0 0 10px;
    }

    .menu-reservations {
        top: 26px;
        font-size: 12px;
        padding: 4px 5px 3px 5px;
    }
}

/*@media (min-width: 768px) and (max-width: 876px) {

    .navbar-inverse .navbar-nav > li > a {
        font-size: 11px;
    }

    .navbar-nav {
        text-align: left;
        padding: 30px 0 30px 50px;
    }
}*/

.logo-button-1 {
    display: block;
}

.logo-button-2 {
    display: none !important;
}

@media (max-width: 991px) {

    .logo-button-1 {
        display: none !important;
    }

    .logo-button-2 {
        display: block !important;
    }

    .page-anchor {
        top: -55px;
    }

    .page-anchor-gallery {
        top: -65px;
    }

    .block-when-small {
        display: block;
    }

    .third-column1 {
        padding: 30px 15px;
    }

    .third-column2 {
        padding: 0 15px 30px 15px;
    }

    .fourth-column1 {
        padding: 30px 15px;
    }

    .fourth-column2 {
        padding: 0;
    }

    .fifth-column1 {
        height: 450px;
    }

    .reservation-container {
        padding: 30px 15px 15px 15px;
    }

    .reservation-img {
        margin: 0 auto 30px auto;
    }

    .footer-row1 {
        text-align: center;
    }

        .footer-row1 a {
            display: block;
        }

        .footer-row1 .split {
            display: none;
        }

    .footer-links {
        float: none;
    }

    .footer-social {
        float: none;
    }

        .footer-social a {
            display: initial;
        }

    .footer-row2 {
        text-align: center;
    }

    .heading-text {
        font-size: 31px;
    }

    .page-section-title {
        padding: 30px 15px;
    }

    .padding-60 {
        padding: 30px 15px;
    }

    .padding-side-60 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .padding-top-bottom-60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .padding-top-60 {
        padding-top: 30px;
    }

    .padding-bottom-60 {
        padding-bottom: 30px;
    }

    .fifth-column2 {
        padding: 30px 15px;
    }

    .sixth-column1 {
        padding: 30px 15px;
    }

    .sixth-column2 {
        padding: 0 15px 30px 15px;
    }

    .sixth-column2-other {
        padding: 30px 15px 0 15px;
    }

    .fifth-column1-other {
        padding: 0;
    }

    .fullpage-section-column {
        padding: 30px 15px;
    }

        .fullpage-section-column p {
            padding-left: 15px;
            padding-right: 15px;
        }

    .exhibition,
    .exhibition h2 {
        color: #ffffff;
    }

    .round-button1,
    .round-button2,
    .round-button3,
    .round-button1-other,
    .round-button2-other {
        margin: 0;
    }

    .round-button-padding1 {
        padding: 0 15px 15px 15px;
    }

    .round-button-padding2 {
        padding: 15px 15px 15px 15px;
    }

    .round-button-padding3 {
        padding: 15px 15px 0 15px;
    }

    .contact-box1 {
        padding: 15px 15px 0 15px;
    }

    .contact-box2 {
        padding: 0 15px 15px 15px;
        font-size: 15px;
    }

    .reservation-container {
        padding: 30px 15px;
    }
}

@media (max-width: 990px) {

    .container-menu-size {
        height: 55px;
    }

    h1,
    .first-text,
    .reservation-text {
        font-size: 25px;
    }

    .menu-reservations {
        right: auto !important;
        left: 65px !important;
        top: 14px !important;
        padding: 5px 5px !important;
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .logo-button {
        top: 10px;
    }

        .logo-button img {
            width: 34px;
            height: 34px;
        }

    .second-container,
    .second-container .row,
    .second-container .col-xs-12 {
        height: initial;
    }

    .second-container {
        padding: 30px 15px;
    }

    .second-title {
        font-size: 30px;
        display: inline-block;
    }

    .second-description {
        margin-bottom: 30px;
    }

    .second-content {
        position: initial;
        bottom: initial;
        left: initial;
    }

    .footer-copy {
        float: none;
        line-height: 25px;
    }

    .footer-tog {
        float: none;
        line-height: 25px;
    }

        .footer-tog a {
            display: block;
            line-height: 25px;
        }

    .footer-social a {
        margin: 0 0 0 5px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .first-text {
        margin-top: 20px;
    }
}
