body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px;
    background-image: url('../images/background.jpg');
    background-color: #ecc894;
    color: #3e3e3e;
    background-repeat: no-repeat;
    /*background-attachment:fixed;*/
    background-position: 49% 0%;
}

a {
    color: #3e3e3e;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.hidden {
    display: none;
}

.center {
    text-align: center;
    margin: auto;
}

.m_left_align {
    float: left;
}

.m_right_align {
    float: right;
}

.vmiddle {
    vertical-align: middle;
}

.clear {
    clear: both;
    font-size: 0;
}

.bold {
    font-weight: bold;
}

.tcenter {
    text-align: center;
}

.tright {
    text-align: right;
}

.tleft {
    text-align: left;
}

.vtop {
    vertical-align: top;
}

.vbottom {
    vertical-align: bottom;
}

.red {
    color: #ff0000;
}

.error {
    color: #ff0000;
}

p {
    padding-bottom: 20px;
}

h2 {
    color: #a20d22;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

h4 {
    color: #a20d22;
    font-weight: bold;
}

h3 {
    color: #a20d22;
    font-weight: bold;
    font-size: 15px;
}

.button,
.submit {
    background-image: url('../images/btn-bgr.png');
    background-repeat: no-repeat;
    padding-top: 12px;
    text-align: center;
    width: 118px;
    height: 26px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
}

.button a,
.submit a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.button a:hover,
,
.submit a:hover {
    text-decoration: none;
}

.button_big {
    background-image: url('../images/btn-big-bgr.png');
    width: 262px;
    padding-top: 20px;
    height: 36px;
}

.page {
    width: 996px;
    text-align: left;
    margin: auto;
    background-color: #ffffff;
}

.margins {
    margin: 0px 19px 0px 19px;
}

.page .header {
    width: 996px;
    height: 198px;
    background-image: url('../images/header.jpg');
    background-repeat: no-repeat;
    padding-bottom: 19px;
}

.page .subscribe_promo {
    background-image: url('../images/header-discount.jpg');
}

.page .header .logolink {
    padding-top: 55px;
    padding-left: 100px;
    width: 170px;
    height: 62px;
    text-align: right;
    float: left;
}

.page .header .right {
    padding: 25px 10px 0px 0px;
    height: 117px;
    width: 680px;
    float: right;
}

.page .header .right .header_text {
    color: white;
    float: left;
    font-size: 16px;
    padding-top: 19px;
    text-align: center;
    width: 428px;
}

.page .header .right .header_text a {
    color: white;
    text-decoration: none;
}

.page .header .right .header_text a:hover {
    text-decoration: none;
}

.header_extras {
    float: right;
    width: 250px;
}

.page .header .selected_location {
    text-align: right;
    float: right;
    color: #ffffff;
}

.page .header .selected_location {}

.page .header .selected_location a {
    color: #ffffff;
    text-decoration: none;
}

.page .header .selected_location a:hover {
    text-decoration: none;
}

#wifi {
    position: absolute;
    left: 776px;
    top: 15px;
    z-index: 30;
}


/*  ---- Location Selector ---- */

.location_selector {
    background-image: url('../images/location-select-bgr.gif');
    background-repeat: repeat-x;
    background-color: #dddddd;
    position: relative;
    /*     width: 976px; */
    width: 1010px;
    margin: auto;
    padding: 50px 20px 20px 20px;
    border: 1px solid #811212;
}

.location_selector .title {
    position: absolute;
    top: -15px;
    left: 30px;
    background-image: url('../images/location-title-bgr.png');
    background-repeat: no-repeat;
    padding-top: 15px;
    text-align: center;
    width: 240px;
    height: 31px;
    color: #ffffff;
    font-weight: bold;
}

.location_selector .item {
    position: relative;
    padding: 2px;
    margin: 10px 0 0 0;
    text-align: center;
    width: 140px;
    background-image: url('../images/location-bgr.png');
    background-repeat: no-repeat;
    font-weight: bold;
    float: left;
    cursor: pointer;
    cursor: hand;
}

.location_selector .item img {
    margin-bottom: 25px;
}

.location_selector .item_delimiter {
    width: 20px;
    height: 1px;
    float: left;
}

.location_selector .city_delimiter {
    width: 20px;
    height: 115px;
    margin: 10px 0 0 0;
    border-left: 1px solid #000000;
    float: left;
}

.location_selector .city_text {
    line-height: 30px;
    float: left;
}

.location_selector .remember {
    padding-right: 20px;
    text-align: right;
}


/*  ---- Choose Location ---- */

.choose_location {
    /*     
    background: #dddddd url('../images/choose-bgr.gif') repeat-x; 
    border:1px solid #981c1c;
    */
    position: relative;
    margin: auto;
    padding: 0 20px 13px 20px;
}

.choose_location .items {
    border-top: 1px solid #981c1c;
    border-bottom: 1px solid #981c1c;
    padding: 0 0 10px 0;
}

.choose_location .item {
    position: relative;
    padding: 0;
    margin: 10px 0 0 0;
    text-align: center;
    width: 121px;
    font-weight: bold;
    font-size: 11px;
    float: left;
}

.choose_location .item a.location_bgn {
    width: 110px;
    height: 15px;
    line-height: 15px;
    color: #111111;
    font-size: 10px;
    border: 1px solid #d8aeae;
    display: block;
    background: url('../images/btn-bgr.gif') repeat-x;
    text-decoration: none;
    margin: 0 auto 7px auto;
}

.choose_location .item a.location_bgn: hover {
    text-decoration: none;
}

.choose_location .item img {
    margin: 0 0 5px 0;
}

.choose_location .item_delimiter {
    width: 5px;
    height: 1px;
    float: left;
}

.choose_location .city_delimiter {
    width: 5px;
    height: 20px;
    margin: 10px 0 0 0;
    border-left: 1px solid #981c1c;
    float: left;
}

.choose_location .city_text {
    line-height: 30px;
    float: left;
}

.menu_type_selector {
    width: 280px;
}

.menu_type_selector .item {
    padding: 2px 6px 2px 6px;
    width: auto;
    background: none;
}


/*  ---- Slideshow Lightbox ---- */

.slideshow_lightbox {
    background: #ffffff;
    position: relative;
    width: 657px;
    margin: auto;
    padding: 25px 10px 10px 10px;
    border: 1px solid #811212;
}

.slideshow_lightbox .close {
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
    cursor: hand;
}

.slideshow_lightbox .slide_content {
    position: relative;
    margin: 0 0 0 30px;
    width: 600px;
    height: 430px;
    padding: 0;
}

.slideshow_lightbox .slide_content img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.slideshow_lightbox .slide_content .title-content {
    position: absolute;
    bottom: 5px;
    left: 0px;
    width: 600px;
    text-align: center;
}

.slideshow_lightbox .slide_content img.prev,
.slideshow_lightbox .slide_content img.next {
    z-index: 500;
    position: absolute;
    top: 175px;
    left: -37px;
    cursor: pointer;
    cursor: hand;
}

.slideshow_lightbox .slide_content img.next {
    left: 603px;
}


/*  ---- Page Nacigation ---- */

.page .header .navigation {
    background-image: url('../images/nav-bgr.png');
    background-repeat: no-repeat;
    height: 53px;
    margin-left: 4px;
    padding-left: 30px;
    margin-top: 8px;
}

.page .header .navigation .item {
    margin-top: 4px;
    padding: 16px 17px 14px 17px;
    float: left;
    cursor: pointer;
    cursor: hand;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.page .header .navigation .item_hover {
    background-color: #570101;
}

.page .header .navigation .item a {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.sub_nav_holder {
    position: relative;
    width: 1px;
    height: 1px;
    z-index: 3000;
}

.page .header .sub_navigation {
    position: absolute;
    padding: 0 15px 5px 15px;
    top: -5px;
    z-index: 3000;
    display: none;
    cursor: pointer;
    cursor: hand;
    border: 1px solid #9e2222;
    border-top: none;
    background-color: #570101;
}

.page .header .sub_navigation .city_text {
    color: white;
    font-size: 11px;
    line-height: 30px;
    float: left;
}

.page .header .sub_navigation .item {
    padding: 15px 0 10px 0;
    text-align: center;
    width: 119px;
    float: left;
}

.page .header .sub_navigation .item_delimiter {
    width: 15px;
    height: 1px;
    float: left;
}

.page .header .sub_navigation .city_delimiter {
    width: 15px;
    height: 109px;
    margin: 15px 0 0 0;
    border-left: 1px solid #ffffff;
    float: left;
}

.page .header .sub_navigation .textitem {
    padding: 7px 0px 5px 7px;
    width: 120px;
    clear: both;
    text-align: left;
}

.page .header .sub_navigation .item img {
    margin-bottom: 5px;
}

.page .header .sub_navigation .item_hover {}

.page .header .sub_navigation .item a,
.page .header .sub_navigation .item_hover a {
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.page .header .sub_navigation .item a:hover,
.page .header .sub_navigation .item_hover a:hover {
    text-decoration: none;
}


/*  ---- Wall Image ---- */

.page .content .wall_image_holder {
    position: relative;
    width: 958px;
    height: 310px;
    padding-bottom: 19px;
}

.page .content .wall_image_holder img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.page .content .wall_image_holder img.prev,
.page .content .wall_image_holder img.next {
    z-index: 500;
    position: absolute;
    top: 125px;
    left: 14px;
    cursor: pointer;
}

.page .content .wall_image_holder img.next {
    left: 900px;
}

.page .content .hp_text {
    width: 936px;
    padding: 0 30px 30px 30px;
    background: #efefef;
}


/*  ---- Accents ---- */

.page .content .accents {
    width: 966px;
    padding-left: 30px;
    height: 309px;
    padding-top: 105px;
    background-image: url('../images/accents-bgr-new.jpg');
    background-repeat: no-repeat;
}

.page .content .accents .item {
    width: 300px;
    padding: 0 10px;
    float: left;
}

.page .content .accents .item > a {
    display: block;
}

.page .content .accents .item img {
    margin: 15px 0;
}

.page .content .accents .item .text {
    padding: 0px 45px 10px 5px;
    height: 45px;
    line-height: 15px;
    overflow: hidden;
}


/*  ---- Page Content ---- */

.page .pagecontent {
    border: 1px solid #dedede;
    padding: 1px;
}

.page .pagecontent .text {
    position: relative;
    background-image: url("../images/content-bgr.gif");
    background-repeat: repeat-x;
    background-color: #eee1cb;
    padding: 60px 50px 10px 50px;
    line-height: 19px;
    font-size: 13px;
}

.pagetitle {
    position: absolute;
    top: -15px;
    left: 318px;
    font-size: 14px;
    background-image: url('../images/title-bgr.png');
    background-repeat: no-repeat;
    padding-top: 14px;
    text-align: center;
    width: 343px;
    height: 30px;
    color: #ffffff;
    font-weight: bold;
}

.page .pagecontent .contact_text {
    float: left;
    width: 450px;
}

.page .pagecontent .contact_text .name {
    color: #4b0b02;
    font-weight: bold;
}

.page .pagecontent .contact_text a {
    font-size: 10px;
    text-decoration: underline;
}

.page .pagecontent .contact_text a:hover {
    text-decoration: none;
}

.page .pagecontent .contact_form {
    float: left;
    width: 350px;
}

.page .pagecontent .register_form {
    float: left;
    width: 380px;
    margin-left: 30px;
}

.page .pagecontent .loyalty_balance {
    float: right;
    width: 350px;
    margin-right: 30px;
}


/*

#loyalty-title {
    background: none repeat scroll 0 0 #C05D51;
    font-weight: bold;
    font-size: 20px;
    color: #F6EFE3;
    text-align: center;
    padding: 10px;
}

label {
    font-weight: bold;
    font-size: 13px;
}



#checkPointsContainer {
    margin-top: 10px;
    text-align:right;
}

#dataContainer {
    background-color: #F4F4F4;
    border: 1px solid #DDDDDD;
    padding: 10px;
    text-align: center;
}

#dataContainer label {
    margin-right: 15px;
    font-size: 14px;
    font-weight: bold;
}

#loyaltyPointsContainer {
    margin-top: 10px;
}

#points {
    font-weight: bold;
}

#loyaltyId {
    width: 230px;
}
*/

.page .pagecontent .section_title {
    font-size: 14px;
    background-image: url('../images/title-bgr.png');
    background-repeat: no-repeat;
    padding-top: 14px;
    text-align: center;
    width: 343px;
    height: 30px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 auto;
}

.page .pagecontent .delivery_text {
    float: left;
    width: 330px;
    padding-right: 30px;
}

.page .pagecontent .delivery_map {
    float: left;
    width: 450px;
}


/*  ---- Offers ---- */

.page .pagecontent .offeritem {
    position: relative;
    background-image: url("../images/offer-bgr.jpg");
    background-repeat: no-repeat;
    width: 539px;
    margin-left: 80px;
    /*     height: 243px */
    padding: 100px 30px 40px 30px;
}

.page .pagecontent .offeritem .get_offer {
    position: absolute;
    width: 216px;
    height: 61px;
    top: 160px;
    left: 579px;
}

.page .pagecontent .offeritem .firsttext {
    padding-bottom: 7px;
    font-weight: bold;
    font-size: 19px;
    width: 340px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    color: #bc2831;
    font-style: italic;
}

.page .pagecontent .offeritem .secondtext {
    height: 80px;
    width: 320px;
}

.page .pagecontent .offeritem .expdate {
    font-weight: bold;
}

.page .pagecontent .eventitem {
    padding: 20px 0px 20px 0px;
    background-image: url('../images/delimiter.png');
    background-repeat: no-repeat;
    background-position: 60px 0%;
}

.page .pagecontent .eventitem .eventtitle {
    color: #BC2831;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.page .pagecontent .eventitem .eventtext {}


/*  ---- Page Footer ---- */

.page_offers {
    width: 958px;
    height: 244px;
    background-image: url('../images/footer-offers-bgr.jpg');
    background-repeat: no-repeat;
    /*     background-position: 5px; */
}

.page_offers .delimiter {
    width: 2px;
    height: 124px;
    float: left;
    margin: 55px 0px 0px 0px;
    background-image: url('../images/footer-offers-delimiter.gif');
    background-repeat: no-repeat;
}

.page_offers .item {
    width: 270px;
    padding: 20px 20px 10px 25px;
    float: left;
}

.page_offers .item .title {
    background-image: url('../images/offers-title-bgr.png');
    background-repeat: no-repeat;
    width: 238;
    margin: auto;
    padding-top: 14px;
    text-align: center;
    width: 238px;
    height: 30px;
    color: #ffffff;
    font-weight: bold;
}

.page_offers .item .text {
    padding-top: 10px;
    height: 75px;
    overflow: hidden;
}


/*  ---- Page Footer ---- */

.page_footer {
    width: 958px;
    height: 243px;
    background-image: url('../images/footer-bgr.gif');
    background-repeat: no-repeat;
}

.page_footer .item {
    width: 315px;
    height: 200px;
    padding: 20px 0px 10px 0px;
    float: left;
}

.page_footer .delimiter {
    width: 2px;
    height: 200px;
    float: left;
    margin: 25px 0px 0px 0px;
    background-image: url('../images/footer-delimiter.gif');
    background-repeat: no-repeat;
}

.page_footer .item .text {
    padding: 0px 10px 0px 45px;
    color: #ffffff;
}


/*  ---- Footer ---- */

#footer {
    padding: 20px 50px 20px 50px;
}

#copyright {
    color: #000000;
    font-size: 11px;
    float: left;
}

#webdesign {
    color: #5c4040;
    font-size: 11px;
    float: right;
}

#webdesign a {
    text-decoration: none;
}


/*  ---- Page Forms ---- */

form {
    display: inline
}

#form input.error,
#form select.error,
#form textarea.error {
    border: 1px solid #f40005;
}

table.form_table {
    margin-top: 10px;
}

table.form_table tr td {
    font-family: Arial;
    font-size: 12px;
    padding: 5px;
    _padding: 4px;
}

table.form_table tr td label {
    font-weight: bold;
}

table.form_table tr td.disclamer {
    text-align: center;
    font-size: 10px;
}

table.form_table tr td input,
table.form_table tr td select,
table.form_table tr td textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 2px 0 2px 3px;
    background: #ffffff;
    border: 1px solid #3e3e3e;
    color: #3e3e3e;
    width: 200px;
}

#form input.btn,
input.btn {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #300;
    background-color: #300;
    color: #ffffff;
}

#form input.imgsubmit {
    width: auto;
    border: none;
    background: none;
    padding: 0px;
}

#form input.checkbox {
    width: auto;
    border: none;
    background: none;
    padding: 0px;
}

#adress_info {
    font-size: 14px;
}

#map {
    float: right;
    padding-left: 20px;
}

.social_network_box {
    float: left;
    width: 70px;
}

.social_network_box a {
    color: #ffffff;
    text-decoration: none;
}

.social_network_box a:hover {
    text-decoration: none;
}

.social_network_box a.soc_link {
    padding: 0px;
    cursor: pointer;
    cursor: hand;
    float: left;
}

.social_network_box a.soc_link:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.sn_link_css {
    background: url('../images/social-networks-icons.png') no-repeat left;
    overflow: hidden;
    display: block;
    background-position: 0 0;
    height: 32px;
    width: 32px;
    line-height: 32px!important;
}

.facebook {
    background-position: 0 -224px;
}

.tweeter {
    background-position: 0 -640px;
}

table.menu_table {
    width: 560px;
}

table.menu_table tr.name td {
    color: #A20D22;
    padding-top: 10px;
    font-weight: bold;
    vertical-align: top;
    text-align: center;
}

table.menu_table tr.no_top_padding td {
    padding-top: 0px;
}

table.menu_table tr.name td.tleft {
    text-align: left;
}

table.menu_table tr.sizes td {
    text-align: center;
}

.menu_images {
    float: right;
    position: relative;
    width: 270px;
    height: 279px;
}

.menu_images img {
    position: absolute;
    top: 0px;
    left: 0px;
}

a.anch {
    text-decoration: none;
}

a.anch:hover {
    text-decoration: none;
}

.menu_anch {
    float: left;
    width: 114px;
    height: 121px;
    padding: 0px 5px 30px 0px;
}

.catering table.menu_table {
    /*width: 830px;*/
    width: 100%;
}

table.menu_table tr td {
    font-size: 13px;
}

table.menu_table tr.desc td {
    padding-right: 300px;
}

.desc {
    width: 300px;
}

a.subscribe {
    display: block;
    float: right;
    color: #ffffff;
    margin: 20px 0 0 0;
    width: 240px;
    text-decoration: none;
}

a.subscribe:hover {
    text-decoration: none;
}

a.subscribe .promo_text {
    float: left;
    width: 140px;
    padding: 8px 0 0 0;
    font-size: 10px;
}

a.subscribe .big_text {
    font-size: 11px;
    font-weight: bold;
}

a.subscribe .img {
    float: left;
    width: 96px;
    padding: 8px 0 0 4px;
}

.footer_subscribe {
    width: 280px;
}

.order_online {
    float: right;
    padding: 25px 25px 0 0;
}

a.print_menu {
    display: block;
    width: 120px;
    height: 22px;
    line-height: 22px;
    background: #a31f1d;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    margin: 0 0 20px 0;
    float: right;
}

.location_item {
    margin: 0 0 20px 0;
}

.location_item .title {
    font-weight: bold;
    color: #A20D22;
}

.location_item .address {}

.location_item .distance {}

.location_item .link a {}

#search_form input.btn {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #DDDDDD;
    background-color: #DDDDDD;
    color: #A20D22;
    line-height: 18px;
    font-weight: bold;
}

#search_form input {
    border: none;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.search_page_form {
    margin-bottom: 15px;
}

.search_page_form input.btn {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #3E3E3E;
    background-color: #DDDDDD;
    color: #3E3E3E;
    line-height: 18px;
    font-weight: bold;
}

.search_page_form input {
    border: 1px solid #3E3E3E;
    color: #3E3E3E;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.slideholder {
    position: relative;
    width: 792px;
    height: 175px;
    padding: 30px 31px 0 31px;
    background: url('../images/slideshow-bgr.png') no-repeat 50% 0;
}

.slide-next,
.slide-prev {
    position: absolute;
    top: 75px;
    width: 15px;
    height: 37px;
    cursor: pointer;
    cursor: hand;
}

.slide-next {
    right: 0;
    background: url('../images/slide-next.gif') no-repeat;
}

.slide-prev {
    left: 0;
    background: url('../images/slide-prev.gif') no-repeat;
}

.slideholder .item {
    width: 178px;
    height: 119px;
    margin: 0 10px;
}

.slideholder .ditem {
    float: left;
    text-align: center;
    font-size: 10px;
    color: #474747;
}

.slideholder .click-to-enlarge {
    position: absolute;
    text-align: center;
    font-size: 11px;
    color: #474747;
    bottom: 18px;
    left: 0;
    right: 0;
}

.pager-holder {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    z-index: 6;
    text-align: center;
}

.pager-holder a {
    display: inline-block;
    width: 5px;
    height: 6px;
    border-radius: 6px;
    border: 2px solid #b39b90;
    margin: 2px;
    background: #b39b90;
}

.pager-holder a.selected {
    border-color: #b39b90;
    background: #ffffff;
}

.pager-holder span {
    display: none;
}

.description {
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 0;
    font-weight: bold;
}

.description-category {
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    padding-bottom: 6px;
    font-weight: bold;
}


/* Main image */

.main-image {
    margin: auto;
    background-image: url(/images/main-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 957px;
    height: 223px;
}

.main-image-height {
    height: 223px !important;
}

.image-content {
    width: 58%;
    height: 223px;
    float: right;
    display: block;
}

.image-content img {
    position: relative !important;
    top: 15px !important;
    left: 95px !important;
}

.image-bottom {
    margin-top: 54px;
}

.image-text {
    width: 64%;
    float: left;
    margin-right: 15px;
    font-size: 12px;
    line-height: 14px;
    font-family: Arial;
    color: #2b2b2b;
}

.image-text span {
    font-size: 14px;
    font-weight: bold;
    color: #a62230;
    text-transform: uppercase;
}

.image-button {
    width: 32%;
    float: left;
}

.image-button button {
    width: 176px;
    height: 36px;
    font-size: 14px;
    font-weight: bold;
    background: #3a6649;
    color: #ffffff;
    text-transform: uppercase;
    border: 0;
    margin-top: 6px;
    cursor: pointer;
}

.check-inp {
    display: none !important;
}