﻿@font-face {
    font-family: 'AlexBrush-Regular';
    src: url('../fonts/AlexBrush-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Italianno-Regular';
    src: url('../fonts/Italianno-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Girassol';
    src: url('../fonts/Girassol-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'IndieFlower';
    src: url('../fonts/IndieFlower-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.ttf');
}

body {
    background-color: black;
    background-image: url('../Images/bg-1.jpg');
    margin: 0;
    padding: 0;
    font-family: 'Century Gothic';
    font-size: 14pt;
    color: #3c598b;
    overflow-y: scroll;
}

.p_main_menu {
    font-family: 'Raleway', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    margin: 10px;
}

    .p_main_menu * {
        box-sizing: border-box;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    .p_main_menu li {
        display: inline-block;
        list-style: outside none none;
        margin: 0 1.5em;
        overflow: hidden;
    }

    .p_main_menu a {
        padding: 0.3em 0;
        color: rgb(210, 205, 205);
        rgb(210 205 205) position: relative;
        display: inline-block;
        letter-spacing: 1px;
        margin: 0;
        text-decoration: none;
    }

        .p_main_menu a:before,
        .p_main_menu a:after {
            position: absolute;
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

        .p_main_menu a:before {
            bottom: 100%;
            display: block;
            height: 3px;
            width: 100%;
            content: "";
            background-color: #e67e22;
        }

        .p_main_menu a:after {
            padding: 0.3em 0;
            position: absolute;
            bottom: 100%;
            left: 0;
            content: attr(data-hover);
            color: white;
            white-space: nowrap;
        }

    .p_main_menu li:hover a,
    .p_main_menu .current a {
        transform: translateY(100%);
    }


#s_header {
    display:block;
    background-color: black;
    background-image: url('../Images/header_bg1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 100%;
    min-width:950px;
    margin:0;
}

#s_add_info {
    display: none;
    min-width:910px;
    background-color: rgba(255, 156, 0, 0.82);
    background-image: url('../Images/info_bg.jpg');
    background-size: cover;
    padding: 22px;
    box-shadow: 0px 0px 2px 1px black inset;
    color: #4a0404;
    font-weight: bold;
    font-family: Candara;
    font-style: italic;
    font-size: 18pt;
    text-align:center;
}

#s_main {
    /*background-image: url('../Images/bg_main-1.png');*/
    /*background-size: contain;*/
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 100px;
    /*margin-bottom: 70px;*/
    /*position:relative;*/
}

#s_main_container {
    display: block;
    position: relative;
    background: #fbfbee;
    background-image: url('../Images/bg_menu.jpg');
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    border: 1px solid silver;
    box-shadow: 5px 5px 15px 0px #1b1b1b;
}

#cookies_info {
    background-color: rgba(0, 0, 0, 0.85);
    font-size: 10pt;
    color: silver;
    padding: 10px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    text-align: center;
}

    #cookies_info button {
        margin-right: 20px;
        margin-left: 10px;
    }

#s_page_menu {
    /*background: rgba(68, 68, 68, 0.90);*/
    background-image: url('../Images/bg_top_menu-1.jpg');
    background-size: contain;
    /*margin-bottom: 20px;*/
    border-top: 1px solid dimgray;
    border-bottom: 1px solid dimgray;
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.6);
    min-width: 950px;
}

.page_container {
    margin: 20px 50px 30px 50px;
    text-align: left;
}

.page_title {
    text-align: center;
    font-size: 20pt;
    font-family: 'Girassol';
    color: brown;
    margin: 12px;
}

#no_menu_info{
    font-size: 16pt;
    color: #3c1d1d;
    padding: 20px;
    text-align:center;
    margin: 20px;
}

#menu_table {
    color: #9e4e46;
    width: 100%;
}

.menu_table_group_row {
    /*background-color: #e8e5e5;*/
    font-size: 26px;
    font-family: 'Girassol';
    color: #8f7664;
}

    .menu_table_group_row td {
        border-bottom: 4px double #efc0aa;
        padding-top: 10px;
        font-size: 14pt;
        vertical-align: bottom;
    }

        .menu_table_group_row td:first-child {
            font-size: 18pt;
            color: #726bab;
        }

.menu_table_group_row img {
    /*width: 48px;*/
    height: 40px;
    margin: 2px 10px 2px 10px;
    vertical-align: text-bottom;
}

.menu_table_header_row td {
    /*background-color: #d5d2d2;*/
    border-bottom: 1px solid #e8ded4;
    font-family: 'Girassol';
}

.menu_table_header_row_dish {    
    padding: 10px 5px 2px 15px;
    width: 710px;
}
.menu_table_header_row_portion, .menu_table_header_row_price {
    width: 110px;
    text-align: center;
}

.set_price_header {
    font-family: 'Girassol';
    color: #725e4e;
    font-size: 14pt;
    position: absolute;
    right: 30px;
    bottom: 0;
}

.menu_table_group_comment {
    display: inline;
    font-family: 'Century Gothic';
    font-size: 14px;
    color: rgb(125, 137, 155);
    margin-left: 20px;
}

.menu_table_row {
    min-height: 40px;
}

.menu_table_row_nd {
    min-height: 40px;
    background-color: rgba(135, 103, 72, 0.06);
}

    .menu_table_row td, .menu_table_row_nd td {
        border-bottom: 1px solid #e8ded4;
        padding: 5px 10px 5px 25px;
    }

    .menu_table_row td:first-child {
        font-size: 14pt;
        vertical-align: bottom;
    }

    .menu_table_cell_dish {
        padding: 10px 5px 10px 25px;
        vertical-align: middle;
        width: 620px;
        display: inline-block;
        background-color: lightblue;
    }

.menu_table_cell_portion {
    text-align: center;
    font-size: 12pt;
    display: inline-block;
    background-color: yellow;
    width: 120px;
}

.menu_table_cell_price {
    text-align: right;
    font-size: 12pt;
    margin-right: 15px;
    display: inline-block;
    width: 120px;
    background-color: orange;
}

.menu_table_dish_details_cell{
    background-color: yellow;
    padding: 5px 20px 5px 20px;
}

.menu_table_dish_details_cell div {
    display: inline-block;
    vertical-align:middle;
}

.div-table{
    display:table;
    width:100%;
}

.div-row{
    display: table-row;
}

.div-cell{
    display:table-cell;
}

.div-cell-price {
    display: table-cell;
    width: 100px;
    text-align: right;
    font-size: 12pt;
    margin-right: 15px;
}

.allergens-list {
    display: block;
    font-size: 8pt;
    padding: 0px 15px 5px 25px;
    color: #88919a;
    font-family: 'Raleway';
}

.dish-details {
    display: none;
    /*background-image: url('../Images/bgdetails.jpg');
    background-size: cover;
    background-repeat: no-repeat;*/
}

.dish-details-preview-cell{
    display:table-cell;
    width: 180px;
}

.dish-details-preview-cell img{
    width:150px;
    height:150px;
    border: 1px solid #c2c2cc;
    margin: 5px 15px 5px 40px;
}

.dish-details-description-cell {
    display: table-cell;
    padding: 15px;
    font-size: 14pt;
    font-style: italic;
    text-align: left;
    vertical-align: top;
    color: #605f67;
    font-family: IndieFlower;
}

#menu_add_info {
    background: #e9eae2;
    border-top: 1px solid silver;
    padding: 15px;
}

#tbl_menu_add_info, .statute, .statute a:visited, .statute a:link {
    text-align: left;
    font-size: 16px;
    color: #344765;
    margin: 5px;
}

.statute, .statute a:visited, .statute a:link
{
    margin-top:20px;
    margin-left: 30px;
    display:block;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    font-size:10pt;
    font-weight:bold;
}

.statute a:hover{
    text-decoration:underline;
}

#tbl_menu_add_info td {
    display: table-cell;
    vertical-align: middle;
}

#tbl_menu_add_info img{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

#s_todays_specjal {
    background: rgb(128 136 142 / 25%);
    border-top: 1px solid #b1a8a8;
    border-bottom: 1px solid #b1a8a8;
    box-shadow: 0px 0px 10px 0px #73838d;
    margin: 10px 7px;
}

#tbl_todays_specjal {
    width: 100%;
    margin: 0;
    text-align: left;
    border: 1px solid #b1a3a3;
    font-family: 'Girassol';
    background-image: url('../Images/bg-1.jpg')
}
    #tbl_todays_specjal tr:first-child td {
        border-bottom: 4px double #856d6278;
        color: #725e4e;
        text-align: center;
        padding: 5px;
        /*background-image: url('../Images/wood-bar.png');*/
    }

#todays_special_dish {
    /*font-size: 28pt;*/
    font-size: 20pt;
    color: #445251;
    padding-left: 20px;
}


#todays_special_normal_price {
    text-decoration: line-through;
    font-size: 18pt;
    color: rgb(208, 21, 21);
    font-family: 'AlexBrush-Regular';
    display: none;
}

#todays_special_discounted_price {
    font-weight: bold;
    font-size: 26pt;
    color: #445251;
    font-family: 'Girassol';
    vertical-align: top;
    margin-top: -30px;
    margin-right: 20px;
}

.s_gallery{
    margin: 20px 10px 20px 10px;
}

.s_gallery div {
    display: inline-block;
}

.s_gallery img {    
    width: 180px;
    height: 180px;
    margin: 5px;
    border: 1px solid black;
    box-shadow: 3px 3px 10px 0px black;
}

#contact_google_map {
    border: 1px solid silver;
    border: 6px solid #bebecf;
    overflow: hidden;
    position: relative;
    height: 0;
    display: none;
}

#gmapsiframe {
    width: 850px;
    height: 100%;
}

.article {
    text-align: left;
    font-size: 12pt;
    margin-top: 15px;
}

.article strong {
    font-size: 18pt;
}

.todo{
    color: rgba(255, 0, 0, 0.51);
}

#contact_form {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12pt;
    text-align: left;
}

#contact_form form{
    margin: 20px;
}

.editor-label label{
    margin-top: 15px;
    display: block;
}

#contact_form_title {
    color: silver;
    margin-left: 20px;
    font-size: 11pt;
}

#contact_form input[type=text], #contact_form input[type=email], #contact_form input[type=tel] {
    border: 1px solid silver;
    margin-top: 4px;
    margin-bottom: 0px;
    min-width: 250px;
    padding:5px;
}

#contact_form textarea {
    width: 600px;
    min-height: 120px;
    border: 1px solid silver;
    margin-top: 4px;
    margin-bottom: 0px;
}

#contact_form input[type=submit] {
    width: 600px;
    height: 40px;
    text-align: center;
    margin-top:20px;
}

#face-slider {
    position: fixed; 
    right: -312px; 
    top: 360px; 
    z-index: 50; 
}

    #face-slider #tab {
        cursor: pointer; 
        height: 110px; 
        width: 35px; 
        float: left; 
        background: url('../Images/facebook-slider.png') no-repeat center center; 
    }

#face-code {
    padding: 5px; 
    border: solid #0170cf 3px; 
    background: #fff; 
    float: left; 
    width: 296px; 
    height: 160px; 
    -moz-border-radius: 0 0 0 8px; 
    -webkit-border-radius: 0 0 0 8px; 
    border-radius: 0 0 0 8px; 
}

.cell-hover:hover{
    color: #3c598b;
    /*box-shadow: 0px 0px 3px 0px inset #b3bead;*/
}

#social_media {
    margin-top: 60px;
    border-top: 3px double #c4ccd9;
    padding-top: 5px;
    text-align: center;
}

#social_media a{
    text-decoration: none;
    opacity: 0.8;
    transition: 0.5s;
}
#social_media a:hover{
    opacity: 1;
}

#social_media img {
    width: 48px;
    height: 48px;
    margin: 10px;
}

.field-validation-error{
    font-size: 10pt;
    color:red;
    display:block;
    margin-top:0;
    margin-bottom:20px;
    padding-left:20px;
    background-image: url('../Images/ArrowTop16.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.page_tooltip {
    display: block;
    padding: 15px;
    margin: 10px;
    border: 2px solid #d54017;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.84);
    color: yellow;
    text-align: center;
}

#ristorioOnline{
    z-index:150;
    position: fixed;
}

#ristorioOnlineButton {
    border-top: 1px solid #c38808 !important;
    opacity: 0.98;
    background-image: url('../Images/bg_top_menu-1.jpg');
    background-size: contain;
    color: #eadd95 !important;
    padding: 15px 20px !important;
}

#ristorioOnlineButton div {
    margin-bottom: 0px !important;
}

#ristorioOnline span{
    font-size: 7pt !important;
    height: 10px;
}

#s_main_ornl{
    position: absolute;
    z-index: -100;
    margin-top: -25px;
}

#s_main_ornr {
    position: absolute;
    right:0;
    z-index: -100;
    margin-top: -25px;
}

#ornl, #ornr {
    display: block;
    position: absolute;
    z-index: -100;
    margin-top: -25px;
    background-image: url('../images/ornl.png');
    background-repeat: no-repeat;
    width: 200px;
    height: 198px;
}

#ornr {
    background-image: url('../images/ornr.png');
    background-position: right;
    right: 0;
}

#img_ornL, #img_ornR {
    position: absolute;
}
#img_ornR{
    right:0px;
}

#tbl_orn {
    z-index: -100;
    min-width: 950px;
    width: 100%;
    margin-top: -25px;
    position: absolute;
}

#imgChristmasOffer {
    width: 900px;
    box-shadow: 0px 0px 5px 4px #b1adad;
    margin-top: 15px;
    margin-bottom: 5px;
}

.a-tel {
    text-decoration: none;
    color: inherit;
}