::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
    border: 0px;
    border-radius: 50px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
    border: 0px;
    border-radius: 50px;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

html,
body {
    font-family: 'Ubuntu', sans-serif;
}

body {
    background-color: #EEE;
}

.booking {
    background-color: #724D30;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    color: #FFF;
}

a,
a:hover,
a:focus {
    color: #b2b2b2;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
#commentform a,
#system-login a {
    color: #724D30;
    font-weight: normal;
}

h3.deactive,
.thumbnail .caption h5 {
    color: #FFFFFF;
    margin: 5px 0;
    line-height: 32px;
}

textarea {
    max-width: 100%;
    resize: none;
}

.navbar {
    margin: 0;
}

.navbar-default {
    background-color: #724D30;
    border: none;
    border-radius: 0;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #FFF;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    margin-top: 40px;
    margin-bottom: 40px;
}

.navbar-default .navbar-toggle span {
    color: #FFF;
}

.navbar-brand {
    padding: 0;
}

.logo,
.footer_logo {
    max-height: 120px;
}

.footer_logo {
    height: 75px;
    margin: 22.5px 0;
}

.centerize {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50%;
    width: 100%;
}

.page-header small {
    color: rgba(255, 255, 255, 0.5);
    vertical-align: 2px;
}

label {
    font-weight: normal;
}

.alert-fixed {
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.alert-info {
    background-color: #4b3524;
    border-color: #4b3524;
    color: #FFFFFF;
    margin: 12px 0 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.alert-info h4 {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
}

.alert-info h4 i {
    margin-right: 4px;
    font-size: 21px;
}

.alert-welcome {
    background-color: transparent;
    border-color: #724D30;
    margin: 20px 0 0 !important;
}

.close {
    text-shadow: none;
    opacity: inherit;
}

.close:hover,
.close:focus {
    opacity: 0.8;
    color: inherit;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.07);
}

th {
    font-weight: normal;
}

tbody tr th {
    font-weight: normal;
}

.alert {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .pull-right-md {
        float: right;
    }
}

@media (max-width: 992px) {

    .table-responsive>tbody tr th,
    .table-responsive>thead>tr>th {
        display: block;
    }

    .table-striped>tr:nth-child(2n),
    thead {
        background-color: #E5E5E5;
    }

    .table-striped>tr {
        border: 1px solid #555;
    }

    ::-webkit-input-placeholder {
        font-size: 9px;
        line-height: 34px;

    }

    ::-moz-placeholder {
        font-size: 9px;
        line-height: 34px;
    }

    :-ms-input-placeholder {
        font-size: 9px;
        line-height: 34px;
    }

    ::placeholder {
        font-size: 9px;
        line-height: 34px;
    }
}

.settings tbody tr th {
    vertical-align: middle;
    padding: 8px 15px;
}

.panel {
    margin: 20px 0 0 0;
}

.log-reg {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.log-reg li {
    float: left;
    width: 50%;
    outline: none;
}

.log-reg li a {
    display: block;
    margin: 0;
    line-height: 42px;
    position: relative;
}

.log-reg li.ui-state-active a:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
}

footer .navbar .navbar-brand {
    padding: 0;
}

.avatar-area {
    position: relative;
    width: 160px;
}

.avatar-area figure {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.46);
    border-radius: 50%;
    display: none;
}

.avatar-area:hover figure {
    display: block;
}

.avatar-area figure i {
    font-size: 38px;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 150px;
}

.avatar-input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 9999;
}

input[name=name] {
    text-transform: capitalize;
}

input[name=name]::placeholder {
    text-transform: initial;
}

textarea:first-letter {
    text-transform: uppercase;
}

.page-header {
    margin: 30px 0 20px;
    border-bottom: 1px solid #724D30;
}

.btn-facebook,
.btn-facebook:hover,
.btn-facebook:focus {
    background-color: #3b5998;
    color: #FFF;
}

.picker__input {
    background-color: #FFF !important;
}

.modal-header {
    color: #333333;
}

[aria-label*=":30"] {
    background-color: #969696 !important;
}

.booking .thumbnail {
    padding: 12px;
    margin-bottom: 0;
    box-sizing: border-box;
}

.booking .thumbnail img {
    width: 100%;
    min-height: 210px;
    object-fit: cover;
    border-radius: 4px;
}

.booking .thumbnail .caption {
    padding: 0;
}

.bg-transparent {
    background-color: transparent;
}

.booking .radio label {
    width: 100%;
    padding-left: 0;
}

.booking .radio input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin-left: 0;
}

.booking [type=radio]+img {
    cursor: pointer;
}

.booking [type=radio]:checked+.thumbnail {
    background-color: rgba(255, 255, 255, 0.26);
}

.booking [type=radio]:checked+.thumbnail .caption .btn-check {
    background-color: rgba(255, 255, 255, 0.1);
}

.booking .checked {
    display: none;
}

.booking [type=radio]:checked+.thumbnail .caption .btn-check .check {
    display: none;
}

.booking [type=radio]:checked+.thumbnail .caption .btn-check .checked {
    display: block;
}

.btn-transparent {
    background-color: transparent;
    border: 2px solid #ddd;
    color: #FFFFFF;
}

.btn-transparent:focus,
.btn-transparent:active:focus,
.btn-transparent.active:focus,
.btn-transparent.focus,
.btn-transparent:active.focus,
.btn-transparent.active.focus,
.btn-transparent:hover {
    color: #FFFFFF;
}