img, html, body, header, footer {
  border: 0;
  margin: 0;
  padding: 0;
}

@font-face {
    font-family: "Chawp";
    src: url("/css/chawp.eot");
    src: url("/css/chawp.eot#iefix") format("embedded-opentype"),
    url("/css/chawp.woff") format("woff"),
    url("/css/chawp.ttf") format("truetype"),
    url("/css/chawp.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IntroBlack';
    src: url('/css/intro-black-alt.eot');
    src: url('/css/intro-black-alt.eot?#iefix') format('embedded-opentype'),
    url('/css/intro-black-alt.woff') format('woff'),
    url('/css/intro-black-alt.ttf') format('truetype'),
    url('/css/intro-black-alt.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

* { font-family: 'Chawp', sans-serif, tahoma, arial; color: #fff; }

html {
  height: 100%;
}

body {
 background: #353535 url('/gfx/bg.jpg');
 margin: 0 !important;
}

a:active, a:focus {
    outline: 0;
}
a {
    cursor:pointer;
}

*::before, *::after {
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.relpos {
    position: relative;
}

.inline {
    display: inline-block;
}

.trans2 {
    transition: all 0.2s ease;
}

.trans4 {
    transition: all 0.4s ease;
}

.left {
    float: left;
}

.right {
    float: right;
}

.ctr {
    text-align: center;
}

.to_left {
    text-align: left;
}

.to_right, .rt {
    text-align: right;
}

.upp {
    text-transform: uppercase;
}

.invis {
    display: none;
}

.invis_op {
    visibility:hidden;
    opacity: 0;
}

.ten {
    height: 10px;
}

.twenty {
    height: 20px;
}

.fifty {
    height: 50px;
}

.sixty {
    height: 60px;
}

.looo, .soo {
    width: 1060px;
    margin: 0 auto 0 auto;
    position: relative;
    box-sizing: border-box;
}

.soo {
    width: 500px;
}

.nobr {
    white-space: nowrap;
}

.green {
    color: green;
}

.red {
    color: #ff0000;
}

.ovhid {
    overflow: hidden;
}

.fancybox-lock, .fancybox-overlay {
    overflow: visible !important;
}

#loading, .loading  {
  height: 100px;
  background: url('/gfx/loader.gif') no-repeat center;
  width: auto;
}

.frame {
    width: auto;
    height: auto;
    min-height: 10px;
    margin: 0 20px 20px 20px;
}

.frame_error, .frame_ok, .frame_attention {
    border: 1px solid #ff0207;
    background: rgba(0,0,0,0.1);
    padding: 10px;
    color: red;
    margin: 10px 0 10px 0;
    text-align: center;
}

.frame_ok {
    border: 1px solid green;
    background: rgba(0, 0, 0, 0.1);
    background-position: 13px center;
    color: green;
}

/* top */

header {
    height: auto;
    min-height: 100px;
}

#top {
    height: auto;
    min-height: 100px;
}

#top.fix {
    width: 100%;
    min-height: 30px;
    position: fixed;
    z-index: 9999;
    background: url('/gfx/bg.jpg');
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

#top.fix #togglePhone {
    top: -80px;
}

#top.fix #a_logo img {
    max-width: 250px;
}

#top.fix #menu {
    margin-top: 10px;
    min-height: 40px;
}

#top.fix #menu a {
    padding: 10px 20px 10px 20px;
}

#a_logo {
    float: left;
    padding: 0;
    position: relative;
    margin: 10px 10px 0 10px;
}

#phone_box {
    height: 80px;
    color: #fff;
    background: #ff0000;
    text-align: center;
    font-family: 'IntroBlack';
    font-size: 50pt;
    font-weight: bold;
}

#togglePhone {
    display: block;
    width: 60px;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('/gfx/icons_small.png') no-repeat -120px -20px;
}

#togglePhone:hover {
    background: url('/gfx/icons_small.png') no-repeat -120px -17px;
}

#menu {
    float: right;
    padding-right: 100px;
    height: auto;
    min-height: 50px;
    margin-top: 25px;

}

#menu a {
    color: #fff;
    text-decoration: none;
    padding: 20px;
    font-size: 15pt;
}

#menu a.eco {
    color: #82c546;
}

#menu a:hover, #menu a.select {
    color: #ff0000;
}

/* mid */

#mid_spacer {
    height: 150px;
    width: 100%;
    position: relative;
}

#mid_right {
    position: relative;
    width: 50%;
    height: 118px;
    left: 50%;
    overflow: hidden;
}

#mid_right span {
    display: block;
    font-size: 20pt;
    color: rgba(255,255,255,0.6);
    text-align: center;
    float: left;
    margin: 13px 0 0 230px;
    line-height: 150%;
}

#mid_right::before {
    content: '';
    background: url("/gfx/flag_bg.png") repeat-x;
    position: absolute;
    height: 118px;
    width: 100%;
    top: 0;
    left: 500px;
}

#mid_right::after {
    content: '';
    background: url("/gfx/flag_main.png") no-repeat right;
    position: absolute;
    height: 118px;
    width: 350px;
    top: 0;
    left: 150px;
}

/* board */

#board_box {
    text-align: center;
}

#board {
    display: inline-block;
    width: 815px;
    height: 815px;
    border-radius: 50%;
    background: url('/gfx/bg_board.jpg') no-repeat center;
    box-shadow: 0 0 65px rgba(0,0,0,0.7);
    position: relative;
}

#plate {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -342px;
    margin-left: -342px;
    display: inline-block;
    width: 684px;
    height: 684px;
    border-radius: 50%;
    background: url('/gfx/plate.png') no-repeat center;
    box-shadow: 0 0 33px rgba(0,0,0,0.7);
    z-index: 20;
}

.a_food {
    display: block;
    position: absolute;
}

.food_smoked {
    width: 336px;
    height: 342px;
    background: url('/gfx/food_smoked.png') no-repeat center;
    top: -60px;
    left: 200px;
    z-index: 88;
}

.food_sea_01 {
    width: 416px;
    height: 339px;
    background: url('/gfx/food_sea_01.png') no-repeat center;
    top: 60px;
    left: -40px;
    z-index: 66;
}

.food_sea_02 {
    width: 347px;
    height: 333px;
    background: url('/gfx/food_sea_02.png') no-repeat center;
    top: 300px;
    left: -10px;
    z-index: 77;
}

.food_farm {
    width: 460px;
    height: 314px;
    background: url('/gfx/food_farm.png') no-repeat center;
    top: 190px;
    left: 300px;
    z-index: 44;
}

.food_meat {
    width: 472px;
    height: 274px;
    background: url('/gfx/food_meat.png') no-repeat center;
    top: 425px;
    left: 226px;
    z-index: 80;
}

.a_food:hover {
    background-size: 105%;
}

#cutlery_01, #cutlery_02 {
    width: 100px;
    height: 520px;
    position: absolute;
    top: 130px;
    left: 0;
    background: url('/gfx/add_gfx.png') no-repeat 0 0;
    z-index: 0;
}

#cutlery_02 {
    left: auto;
    right: 0;
    background: url('/gfx/add_gfx.png') no-repeat -100px 0;
}

#signpost_01, #signpost_02 {
    width: 277px;
    height: 400px;
    display: block;
    background: url('/gfx/add_gfx.png') no-repeat -200px 0;
    position: absolute;
    text-align: center;
}
#signpost_01 {
    top: -70px;
    left: 80px;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

#signpost_02 {
    top: -160px;
    left: 250px;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

#signpost_01 span, #signpost_02 span {
    display: inline-block;
    width: 200px;
    height: 50px;
    font-family: arial;
    font-size: 33pt;
    top: 60px;
    position: relative;
    font-weight: bold;
    margin: 0 auto 0 auto;
    text-align: center;
}

#signpost_01:hover {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

#signpost_02:hover {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.a_plate {
    display: block;
    position: absolute;
    padding: 10px 20px 10px 20px;
    background: rgba(0,0,0,0.4);
    width: 200px;
    text-align: right;
    z-index: 10;
}

.a_plate span {
    display: inline-block;
    font-family: 'IntroBlack';
    font-size: 16pt;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

#a_smoked {
    width: 300px;
    top: 90px;
    left: 470px;
}

.a_plate:hover span, #a_sea:hover span, #a_farm:hover span, #a_meat:hover span, #a_smoked:hover span, .a_plate span.select {
    color: #ff0000;
}

#a_smoked:hover ~ #plate a.food_smoked  { background-size: 105%; }
#a_sea:hover ~ #plate a.food_sea_01  { background-size: 105%; }
#a_sea:hover ~ #plate a.food_sea_02  { background-size: 105%; }
#a_farm:hover ~ #plate a.food_farm  { background-size: 105%; }
#a_meat:hover ~ #plate a.food_meat  { background-size: 105%; }

#a_sea {
    text-align: left;
    width: 300px;
    top: 490px;
    left: -100px;
}

#a_farm {
    width: 300px;
    top: 350px;
    left: 590px;
}

#a_meat {
    width: 300px;
    top: 650px;
    left: 430px;
}

span.rwd_desc {
    display: none;
}

/* mid hrefs */

#con {
    position: relative;
    height: auto;
    display: block;
}

.a_bottom {
    display: block;
    text-decoration: none;
    font-size: 20pt;
    line-height: 100px;
    margin-top: -50px;
}

#a_fb {
    float: left;
    color: rgba(0,146,237,0.5);
}

#a_fb:hover {
    color: rgba(0,146,237,0.7);
}

#a_contact {
    float: right;
    color: rgba(255,255,255,0.5);
}

#a_contact:hover {
    color: rgba(255,255,255,0.7);
}

#sprite_fb {
    display: block;
    float: right;
    width: 100px;
    height: 100px;
    background: url('/gfx/icons_small.png') no-repeat 0 0;
}

#sprite_contact {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    background: url('/gfx/icons_small.png') no-repeat -200px 0;
    margin-right: 20px;
}

/* footer */

footer {
    width: 100%;
    height: auto;
    min-height: 130px;
    background: url("/gfx/bg_line.png") no-repeat center top;
}

#bottom {
    margin-top: 10px;
    border-top: 1px dashed #656565;
    position: relative;
}

footer p {
    color: #6c6c6c;
    text-transform: uppercase;
    font-size: 11pt;
}

p.footer_left {
    float: left;
    line-height: 150%;
    font-size: 10pt;
}

#migland {
    float: right;
    margin: 15px 0 0 0;
}

/* content */

#content {
    height: auto;
    min-height: 300px;
    margin: 20px 0 30px 0;
}

#menu_bottom {
    width: 100%;
    height: auto;
    min-height: 30px;
    text-align: center;
    margin: 20px 0 20px 0;
    display: block;
    position: relative;
}

#menu_bottom a {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    color: #c0c0c0;
}

#menu_bottom a.eco {
    color: #82c546;
}

#menu_bottom a:hover {
    color: #fff;
}

.a_add {
    font-size: 9pt;
    width: 100px;
    display: inline-block;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 5px 10px 5px 10px;
    margin: 5px 5px 5px 15px;
    color: #82c546;
}

.a_add:hover {
    color: #fff;
    background: rgba(130,200,70, 0.5);
    border: 1px solid #82c546;
}

/* cols */

.col {
    float: left;
    box-sizing: border-box;
}

.wid-3-5 {
    width: 60%;
}

.wid-1-5 {
    width: 20%;
}

.wid-2-5 {
    width: 40%;
}

.wid-2-3 {
    width: 67%
}

.wid-1-3 {
    width: 33%;
}

.wid-1-2 {
    width: 50%;
}

.wid-150 {
    width: 150px;
}

.wid-850 {
    width: 850px;
}

.relpos {
    position: relative;
}

.pdd_01 {
    padding: 40px;
    box-sizing: border-box;
}

/* inputs */

input, select, textarea {
    border: 0;
    background: rgba(0,0,0,0);
    border: 0;
    padding: 6px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    color: #c0c0c0;
}

.table_form .in_field {
    background: rgba(0,0,0,0.1);
    padding: 5px;
    font-size: 14pt;
}

input.error, textarea.error {
    border: 1px solid red;
}

label.error {
    font-size: 9pt;
    color: #ff0000;
    font-family: arial;
    margin: 0;
}

input[type=button], input[type=submit] {
    color: #ff0000;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 20pt;
    border: 1px solid rgba(255,0,0,0.4);
    display: inline-block;
    width: auto;
    background: rgba(0,0,0,0.1);
}

input[type=button]:hover, input[type=submit]:hover {
    background: #ff0000;
    color: #fff;
}

input.in_list {
    border: 0;
    font-size: 20pt;
    padding: 2px;
    width: 60px;
    text-align: center;
}

textarea {
    resize: none;
    height: auto;
    min-height: 175px;
}

input:focus, textarea:focus {
    color: #fff;
    outline: 0;
}

::-webkit-input-placeholder {
    color: #4a4a4a;
    font-style: italic;
}

:-moz-placeholder {
    color: #4a4a4a;
    font-style: italic;
}

::-moz-placeholder {
    color: #4a4a4a;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #4a4a4a;
    font-style: italic;
}


/* table */

table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0 10px 0;
    box-sizing: border-box;
}

.table_prices td, .table_form td {
    padding: 10px 10px 15px 10px;
    font-size: 15pt;
}

.table_form th {
    text-align: right;
}

td.loading {
    background: url('/gfx/loader_02.gif') no-repeat center center;
}

span.td_desc {
    font-family: arial;
    color: #c0c0c0;
    font-size: 9pt;
    font-style: italic;
}

.table_prices small {
    font-size: 10pt;
}

.table_prices th {
    padding: 10px;
    color: #ff0000;
    font-size: 15pt;
}

.table_prices tr {
    background: url('/gfx/bg_line.png') no-repeat center bottom;
    background-size: 100%;
}

.td_mark {
    color: orange;
}

/* txt */

.just {
    text-align: justify;
}

#content h1 {
    font-size: 25pt;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    color: #c0c0c0;
    display: block;
}

#content h2 {
    font-size: 17pt;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    color: #c0c0c0;
    display: block;
}

#content h1.eco {
    color: #82c546;
}

#content p {
    line-height: 190%;
    text-align: justify;
}

#content p a {
    text-decoration: none;
    color: #c0c0c0;
}

#content p a:hover {
    text-decoration: none;
    color: #ff0000;
}


#content ul {
    list-style-type: circle;
    line-height: 180%;
}

.p_info {
    padding: 0;
    margin: 3px;
    font-family: arial;
    font-size: 9pt;
    text-align: center;
    color: #808080;
}

.pdd {
    padding: 10px 40px 10px 40px;
    box-sizing: border-box;
}

#toggleMenu {
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    background: url('/gfx/ico_menu.png') no-repeat center;
    display: none;
}

/* rwd */

@media only screen and (max-width: 1070px) {
    .looo {
        width: 100%;
    }
    header {
        margin-bottom: 40px;
    }
    #a_logo {
        float: none;
    }
    #top {
        text-align: center;
    }
    #menu {
        float: none;
        padding: 0;
    }
    #togglePhone {
        right: 20px;
    }
    #signpost_01, #signpost_02 {
        -webkit-transform: none;
        transform: none;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        top: -230px;
    }
    #signpost_01:hover, #signpost_02:hover {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    #signpost_01 {
        left: 20px;
    }
    #signpost_02 {
        left: 250px;
    }

    #mid_right span {
        font-size: 16pt;
        margin: 23px 0 0 190px;
    }
    #mid_right::before {
        left: 470px;
    }

    #mid_right::after {
        left: 120px;
    }
    #board, #plate {
        background: none;
        box-shadow: none;
        height: auto;
        border-radius: 0;
        display: block;
        position: relative;
        top: auto;
        margin: 0;
        left: auto;
        width: 100%;
    }
    #plate {
        padding: 30px;
        box-sizing: border-box;
    }
    #board {
        padding-top: 20px;
    }
    #board_box {
        position: relative;
        height: auto;
    }
    .a_plate {
        display: none;
    }

    .a_food {
        position: relative;
        left: auto;
        top: auto;
        display: block;
    }

    .rwd_plate {
        display: inline-block;
        position: relative;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        background: url('/gfx/plate.png') no-repeat center;
        background-size: 100%;
        box-shadow: 0 0 22px rgba(0,0,0,0.7);
        z-index: 20;
        margin: 30px 30px 90px 30px;
    }
    #cutlery_01, #cutlery_02 {
        display: none;
    }
    #signs {
        width: 100%;
        height: 200px;
        text-align: left;
        background: url('/gfx/bg_line.png') no-repeat center bottom;
        overflow: hidden;
        position: absolute;
        top: -200px;
    }
    #signpost_01, #signpost_02 {
        position: relative;
        left: auto;
        top: auto;
        display: inline-block;
        height: 219px;
        text-align: center;
    }
    span.rwd_desc {
        display: block;
        position: absolute;
        left: 50%;
        bottom: -80px;
        height: 40px;
        width: 200px;
        margin-left: -100px;
        font-family: 'introblack';
        padding: 20px;
        box-sizing: border-box;
    }
    .food_farm {
        left: -50px;
        top: 15px;
    }
    .food_meat {
        top: 40px;
        left: -50px;
    }
    .food_sea_01 {
        left: -20px;
    }
    .food_smoked span.rwd_desc {
        left: 55%
    }
    .a_food:hover span.rwd_desc {
        color: #ff0000;
    }
}

@media only screen and (max-width: 1000px) {
    #a_fb {
        margin-left: 30px;
    }
    #a_contact {
        margin-right: 30px;
    }
    footer {
        padding: 0 20px 0 20px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 800px) {
    #mid_right::after, #mid_right::before,  #mid_right span br {
        display: none;
    }
    #mid_right {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        display: block;
        height: auto;
        text-align: center;
    }
    #mid_spacer {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        display: block;
        height: auto;
    }
    #mid_right span {
        display: inline-block;
        float: none;
        position: relative;
        left: auto;
        top: auto;
        text-align: center;
        margin: 0;
        font-size: 9pt;
    }
    #signs {
        position: relative;
        top: 0;
        text-align: center;
    }

}

@media only screen and (max-width: 650px) {
    #togglePhone {
        display: none;
    }
    #a_fb, #a_contact {
        float: none;
        display: inline-block;
        margin-bottom: 30px;
    }
    #con {
        text-align: center;
    }


    /* table debts rwd */

    .table_prices, .table_prices th, .table_prices td, .table_prices tr, .table_prices tbody {
        display: inline-block;
    }

    .table_form td, .table_form th {
        display: block;
    }

    .table_form th {
        text-align: left;
    }

    .table_prices th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table_prices tr {
        width: 100%;
    }

    .table_prices td {
        border: none;
        position: relative;
        padding-left: 50%;
        text-align: left;
        width: 50%;
        padding-right: 10px;
    }

    .table_prices td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
    }
    td:before { content: attr(data-label); }
}

@media only screen and (max-width: 550px) {
    #signs {
        display: none;
    }
    #menu a {
        font-size: 11pt;
        padding: 10px;
        display: block;
    }
    #board {
        transform: scale(0.9);
        top: -150px;
        margin-bottom: -250px;
    }
    #a_logo {
        margin: 5px;
        display: block;
    }
    #a_logo img {
        max-width: 70%;
        float: left;
    }
    #toggleMenu {
        float: right;
        display: block;
        margin: 5px 10px 0 0 ;
    }
    #menu {
        clear: both;
        display: none;
    }
    #top, header {
        min-height: 50px;
    }
}

@media only screen and (max-width: 450px) {
    #board {
        transform: scale(0.75);
        top: -340px;
        margin-bottom: -620px;
        left: -50px;
    }

}