
@font-face {

    font-family: 'Brannboll Fet'
    src: url('fonts/BrannbollFet.ttf');


}

@font-face{
    font-family: 'Brannboll Smal'
    src: url('fonts/BrannbollSmal.ttf');

}


@font-face{
    font-family: 'Brush Script MT';

}



img
{
   max-width:100%;
}

.gap
{
    height: 10px;
}

.no-left
{
    padding-left: 0px;
}

.no-right
{
    padding-right: 0px;
}

.head_background
{
    background: #1B1B1B;
}

.top-bar
{
    background: #1B1B1B;
}

.top-bar-section
{
    background: #1B1B1B;
}

.top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button)
{

    background: #1B1B1B;
    line-height: 2.3rem;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button)
{
    background: none repeat scroll 0 0 #1B1B1B;
    color: #ffffff !important;

}

.top-bar-section .dropdown li label
{
    background: none repeat scroll 0 0 #1B1B1B;
    color: #FFFFFF;
    font-weight: bold;

}

.top-bar-section li a:not(.button):hover
{
    background:#C6A658 !important;
}

.top-bar-section li a:not(.button)
{
    background: #1B1B1B !important;
}

.top-bar-section ul li.active > a
{
    background: #C6A658 !important;
}

.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"]
{
    border-right: none;
}

.top-bar-section .divider, .top-bar-section [role="separator"]
{
    border-top: solid 1px #FFFFFF;
}

@media only screen and (max-width: 64.063em) {

    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"]
    {
        border-right: none;
    }

    .top-bar-section .divider, .top-bar-section [role="separator"]
    {
        border-top: solid 1px #FFFFFF;
    }

}

.top-bar-section ul li > a
{
    color:#ffffff;
    font-size:1.0rem;
}


.body_background
{
    background: url("../img/body_background.png") center;
    background-repeat: no-repeat;
    background-attachment:fixed;
}

.max-width
{
    max-width: 55em;
}

.max-width-menu
{
    max-width: 50em;
}

.content_color
{
    color:#ffffff;
}

.footer_background
{
    background: #191917;
}

.border_bottom
{
    border-bottom: solid 1px #C6A658;
}

.company
{
    font-size: 10px;
}


select.dropdown
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea
{
    background-color:#C6A658 ;
    height: 2.0rem;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 0.875rem;

    border: none;
}

#book_table
{
    height: 1.6rem;
}

.button, input, optgroup, select, textarea
{
    background-color:#C6A658 ;
    padding-top: 0px;
    padding-bottom: 0px;
    border-color:#C6A658 ;
}

.para_red
{
    color: red;
    font-size: 12px;
}

.button.tiny, .button.tiny
{
    font-size: .95rem;
    background:rgb(198,141,26);
}

.menu_background
{
    background: url("../img/menu_background.png");

}

.carte
{
    font-size: 20px;
}

.top-bar-section .has-dropdown > a:after
{
    display: none;

}

.button.tiny, .button.tiny
{
    font-size: 0.8rem;
    font-weight: bold;
    height: 34px;
}

.red
{
    color: red;
}
.xdsoft_datetimepicker .xdsoft_calendar table
{
    border: none;
}

.xdsoft_datetimepicker .xdsoft_label
{
    color: #ffffff;

}

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button
{
    color: rgb(211,145,34);
}



#booking_people
{
    width: 60%;
}




.online_booking
{
    font-family: 'Brannboll Fet';
    font-size: 40px;
    color: rgb(204,204,204);
}




.reservations
{
    font-family: 'Brannboll Smal';
    font-size: 20px;
    color: rgb(204,204,204);
    font-weight: bold;
}




.booking_number
{
    font-family: Brush Script MT;
    font-size: 30px;
    color: rgb(204,204,204);
}

.table tr th, table tr td
{
    background-color: rgb(27,27,27);
}








