html {
    margin: 0;
    padding: 0;
    touch-action: manipulation;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #fff;
    background-color: #FFF;
    overflow-x:hidden;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:focus,
a:visited,
a:hover {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #F7882F;
}

a {
    -o-transition: color .1s ease-out, border .1s ease-out, background-color .1s ease-out;
    -moz-transition: color .1s ease-out, border .1s ease-out, background-color .1s ease-out;
    -webkit-transition: color .1s ease-out, border .1s ease-out, background-color .1s ease-out;
    transition: color .1s ease-out, border .1s ease-out, background-color .1s ease-out;
}

::selection {
    color: #fff;
    background: #4a4a4a;
}

::-moz-selection {
    color: #fff;
    background: #4a4a4a;
}

.g-recaptcha {
    display: inline-block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

section {
    position: relative;
    /*min-height: 100vh;*/
    padding-bottom: 40px !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

section.center-vertical,
section.center-horizontal {
    display: table;
}

section.center-vertical > *,
section.center-horizontal > * {
    position: relative;
    display: table-cell;
}

section.center-vertical > * {
    vertical-align: middle;
}

section.center-horizontal > * {
    text-align: center;
}

nav {
    color: #fff;
    background-color: #37823C;
    font-size: 18px; /*box-shadow:0px 4px 4px #BBB;*/
}

nav .topbar {
    min-height: 6px;
    margin: 10px;
}

header {
    background-color: #fff;
}

header .image-block {
    padding-right: 24px
}

header .text-block {
    padding-left: 20px;
    padding-right: 20px;
}

header .banner {
    width: 100%;
    height: auto;
    max-width: 500px;
}

header span {
    display: inline-block;;
}

header span.body {
    font-size: 20px;
    line-height: 1.3;
}

@media (max-width: 992px) {
    header span.body,
    header span.snippet {
        text-align: center;
    }

    header .image-block {
        padding-right: 15px;
    }

    header .text-block {
        border-left: none;
        padding-left: 15px;
        text-align: center;
    }
}

header span.snippet {
    display: block;
    font-size: 18px;
    padding-top: 4vh;
}

header span.snippet a {
    padding: 0 1vw;
}

header span.snippet a:first-child {
    padding-left: 0;
}

header span.snippet a:last-child {
    padding-right: 0;
}

header span.snippet a:hover {
    color: #37823C;
}

footer {
    font-size: 9px;
    text-align: left;
    margin-top: 5vh;
    padding: 0 10px;
    color: #bbbbbb;
}

footer a {
    color: #bbbbbb !important;
}

footer a:hover {
    color: #F7882F !important;
}

footer span.privacy {
    font-size: 14px;
    color: #999;
}

.navbar-nav > li > a {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.mobile-button {
    text-align: center !important;
}

.welcome-text-block {
    padding: 10px 0 10px 0;
}

.btn-continue {
    /*background: #88bc43 !important;*/
    background: #FFF !important;
    color: #000 !important;
    border-radius: 0px !important;
}

.text-danger {
    color: #FFF !important;
}

hr.reservation-title-line {
    margin-top: 3px !important;
    margin-bottom: 6px !important;
}

h3.reservation-title {
    margin-bottom: 5px !important;
    font-size: 24px !important;
    color: #FFF !important;
}

.btn_nav{
    border-radius: 0 0 5px 5px;
    padding: 15px 5px;
    margin: 0;
    background-color:transparent !important;
    color: #000 !important;
}

.btn_nav_left{
    border-radius: 0 0 0 5px !important;
    padding: 5px 10px 5px 20px;
    margin: 0;
}
.btn_nav_center{
    padding: 5px 10px;
    margin: 0;
}
.btn_nav_right{
    border-radius: 0 0 5px 0 !important;
    padding: 5px 20px 5px 10px;
    margin: 0;
}

@media only screen and (max-width: 900px) {
    .btn_nav_left {
        padding: 5px 8px 5px 8px;
    }
    .btn_nav_right {
        padding: 5px 8px 5px 8px;
    }
}

