
@font-face {
    font-family: 'apercuweb';
    src: url("/fonts/apercu-light-pro.eot");
    src: url("/fonts/apercu-light-pro.eot?#iefix") format('embedded-opentype'),
         url("/fonts/apercu-light-pro.woff2") format('woff2'),
         url("/fonts/apercu-light-pro.woff") format('woff'),
         url("/fonts/apercu-light-pro.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

.uppercase
{
    text-transform: uppercase;
}

.mobile-only {
    display: none;
}

.wf-loading body {
    visibility: hidden;
}

body, html {
    font-family: apercuweb, Arial, sans-serif; font-style:normal;
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: 0.06em;
    font-size: 16px;
    background-color: black;
}


body.field_
{
    /*
        background: url(../images/bg1.jpg) no-repeat center left fixed; 
    -webkit-background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    */
    background: black;
}

.noborder
{
    border: 0;
}

#topdiv
{
	background: white;
	height: 72px; 
	margin: 0; 
	padding: 0;
}

.left100
{
    padding-left: 100px;
}

.right100
{
    padding-right: 100px;
}

.top50 {
    padding-top: 50px;
}

.bot50 {
    padding-bottom: 50px;
}

.bot100 {
    padding-bottom: 100px;
}

.page-center {
    overflow: hidden;
    clear: both;
    position: relative;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}

.section-center {
    position: static;
    width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.section-left {
    position: static;
    width: 660px;
}

#navigation-2 {
    background: none;
    display: none;
    position: fixed;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 999;
    color: white;
}

#navigation-2 a {
    color: white;
}

#navigation-mobile
{
    display: none;
    position: fixed;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
    z-index: 999;
    line-height: normal;   
}

#navigation {
    position: fixed;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 999;
}

#navigation-mobile-expanded
{    
    z-index: 100; 
    position: relative; 
    top: 55px;
    display: none; 
    clear: both;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: -10px;
}

#navigation-mobile-expanded ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
}

#navigation-mobile-expanded ul > li {
    padding-top: 5px;
    list-style-type: none;
    font-size: 24px;
}


#navigation ul,#navigation-2 ul {
    white-space: nowrap;
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#navigation ul > li, #navigation-2 ul > li {
    display: inline-block;
    margin-right: 20px;
    padding: 0;
}

.claim {
    visibility: hidden;
    position: absolute;
    right: 50px;
    top: 0px;
    margin: 0;
}

#claim-mobile
{
    font-size: 18px;
    position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
    color: white;
}

.page {
    width: 100%;
    margin: 0;
    clear: both;
}

.anchors {
    padding-right: 150px; 
    max-width: 950px;
}

.margin-on-right {
    position: relative;
    margin-right: 100px;
}

.margin-on-left {
    position: relative;
    margin-left: 100px;
}

.sidebar-left {
    position: relative;
    display: inline-block;
    float: left;
    width: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.black {
    background: black;
    color: white;

}

a:hover {
}

a {
    border-bottom: 1px solid;
    color: #000000;
    text-decoration: none;
    padding: 0px;
    margin-bottom: 0px;
}

.black a {
    color: #ffffff;
}

.white {
    background: white;
}

.orange {
    background: rgb(233, 210, 198);
}

.yellow {
    background: rgb(223, 210, 152);
}

.dgray {
    background: rgb(100, 100, 100);
}

.gray {
    background: rgb(216, 214, 207);
}

.lgray {
    background: rgb(243, 240, 226);
}

.llgray {
	background: rgb(245,245,245);
}

.nav-solid 
{
    background: rgb(216, 214, 207);
    color: black;
}

.nav-solid a {
    color: black;
}

.nav-transparent
{
    display: none;           
    color: white;

background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}

.nav-transparent a {
    color: white;
}

.navi_field_
{
    background: none;
    color: white;
}

.navi_field_ a
{
    color: white;
}

.abs-top-right {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 50px;
}

.abs-top-left {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 50px;
}

.abs-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 50px;
}

.abs-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-left: 50px;
}

.right-margin {
    margin-right: 100px;
}

.contact-col-right {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
    max-width: 450px;
}

.contact-col-left {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    max-width: 450px;
}

h1 {
    border: 0px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 48px;
    line-height: 60px;
    text-transform: uppercase;
}

h1.mobile {
    font-size: 28px;
}

h2 {
    font-weight: normal;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
}

h3 {
    font-weight: normal;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 28px;
}

p {
    margin-top: 1em;
    margin-bottom: 0;
}

p.links {
    margin-top: 0;
    margin-bottom: 100px;
}

#footer
{
    clear: both;
    background-color: black;
    background-attachment: fixed;
    background-repeat: no-repeat;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bookio-container
{
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

iframe
{
    border: 0;
    padding: 0;
    margin: 0;
}

ul.foodmenu-items
{
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

ul.foodmenu-items li 
{
    padding: 0;
}

.foodmenu-lunch
{
    background: rgb(240, 240, 235);
}

.foodmenu-weekend
{
    background: rgb(216, 214, 207);
}

.foodmenu-lunchx
{
    background: rgb(240, 240, 235);
}

.foodmenu-degu_lunch
{
    background: white;
}

.foodmenu-group_a, .foodmenu-group_b
{
	background: white;
}

.foodmenu-special
{
 background: #EDD5D8;
}

.foodmenu-dinner
{
 background: rgb(243, 240, 226);
}

.foodmenu-tasting
{
    background: rgb(223, 210, 152);
}

.foodmenu-wines
{
 background: rgb(233, 210, 198);
}

.tasting-table td
{
    padding-right: 10px;
}

.tasting-table
{
    padding-top: 1.3em;    
}

.wines-table td
{
    padding-top: 1px;
    padding-bottom: 1px;
}

@media (max-width: 768px)
{
    h1 {
        font-size: 28px;
    }

    body,html 
    {
        line-height: normal;
        letter-spacing: normal;
    }

    .page-center {
        padding-left: 20px;
        padding-right: 20px;
    }

    p.links 
    {
        margin-bottom: 1em;
    }

    .anchors
    {
        padding: 0;
        margin: 0;
    }

    .top50 {
        padding-top: 1em;
    }

    .bot50 {
        padding-bottom: 1em;
    }

    .bot100 {
        padding-bottom: 1em;
    }

    .left100
    {
        padding-left: 0px;
    }

    .right100
    {
        padding-right: 0px;
    }

    #topdiv
    {
        height: 62px;
    }

    .section-center
    {
        width: auto;
    }

    .section-left
    {
        margin-right: 0px !important;
        min-height: 0;
        width: auto;
    }

    .foodmenu-container
    {
        padding-top: 6px;
        padding-bottom: 5px;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        margin-top: -1px;
    }

    .tasting-table
    {
        padding-top: 0px;
    }

.wines-table td
{
    border-bottom: 1px solid black;
    padding-top: 2px;
    padding-bottom: 2px;
}

.wines-table tr:first-child td 
{
    border-top: 1px solid black;
}

}

@media (max-width: 1000px)
{  
    #about-lopatka-2
    {
        display: block;
    }

    .wide-desktop-only
    {
        display: none;
    }

    .no-wide-desktop-delete-padding
    {
        padding-left: 0 !important;
    }
}

@media (max-width: 1050px)
{
    .claim 
    {
        visibility: hidden;
    }
}

@media (max-height: 380px)
{
	#navigation-mobile-expanded ul > li {
	    padding-top: 5px;
	    list-style-type: none;
	    font-size: 22px;
		float: left;
		padding-right: 30px;
	}
}

#contact td 
{
    vertical-align: top;

}