/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    /*font-size: 1em;*/
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 1.4;
    height: 100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    background-color: #7F7F7F;
    height: 100%;
}

a {
    color: #29ABE2;
    text-decoration: none;
}

.about_content {
    padding: 20px 30px 50px;
    font-family: Calibri, sans-serif;
}
.error-min {
    font-family: Calibri, sans-serif;
}

.col-md-5-min {
    height: 70px;
}
.about_content h3 {
    margin: 14px 0 0 0;
    color: #4F81BD;
    font-size: 14px;
}
.about_content p {
    margin:0 0 20px 0;
}
p, ul {
    margin: 0;
}

.main {
    background-attachment: scroll;
    background-clip: border-box;
    /*background-color: #FFFFFF;*/
    background-color: #000;
    background-image: url("../img/pogositebackgroundm.jpg");
    background-origin: padding-box;
    /*background-position: center center;*/
    background-position: center bottom;
    background-repeat: no-repeat;
    /*background-size: cover !important;*/
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    margin-left: auto;
    margin-right: auto;
    /*min-height: 630px;*/
    width: 960px;
    z-index: 1;
    min-height: 99.8%;
    padding-bottom: 115px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header_min{
    height: 100px;
}

.header_logo_min {
    padding-top: 15px;
    padding-left: 15px;
}
.main_min {
    background-image: url("../img/pogositebackgroundm.jpg");
    background-attachment: scroll;
    background-clip: border-box;
    /*background-color: #FFFFFF;*/
    background-color: #000;
    background-origin: padding-box;
    /*background-position: center center;*/
    background-position: center bottom;
    background-repeat: no-repeat;
    /*background-size: cover !important;*/
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    margin-left: auto;
    margin-right: auto;
    /*min-height: 630px;*/
    width: 960px;
    z-index: 1;
    min-height: 50%;
    padding-bottom: 115px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header {
    background-color: #22BF38;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    font-size: 16px;
    position: relative;
    /*height: 79px;*/
}
.logo {
    /*float: left;*/
    height: 100px;
}
.header nav {
    /*float: right;*/
    position: absolute;
    bottom: 0;
    right: 0;
}
.header nav ul {
    padding: 0;
    margin: 0;
}
.header nav ul li{
    display: inline-block;
    padding-right: 50px;
}
.header nav ul li a {
    text-transform: capitalize;
    font-weight: bold;
    color: #fff;
}
.content {

}
.content_center_stripe {
    margin: 41px 0 36px 0;
    min-height: 216px;
    position: relative;
}
.content_center_stripe .fonefoodsearch {
    position: absolute;
    top:0;
    left: 86px;
    z-index: 50;
}
.content_center_stripe .fonefoodsearch p {
    margin: 0;
}
.content_center_stripe .left_image, .content_center_stripe .right_image {
    /*float: left;*/
    position: absolute;
    top:37px;
    z-index: 5;
}
.content_center_stripe .left_image {
    width: 92px;
    height: 141px;
    /*margin-top: 37px;*/
    left: 0;
}
.content_center_stripe .fonefoodsearch {
    width: 738px;
    height: 218px;
    background: url("../img/fonefoodsearchsection.png") no-repeat;
}
.fonefoodsearch .fonefood_top {
    position: relative;
    height: 72px;
}
.fonefoodsearch .fonefood_top .fonefood_left_text, .fonefoodsearch .fonefood_top .fonefood_right_text {
    position: absolute;
    top: 26px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.fonefoodsearch .fonefood_top .fonefood_left_text {
    width: 432px;
    left: 4px;
}
.fonefoodsearch .fonefood_top .fonefood_right_text {
    width: 248px;
    right: 4px;
}
.fonefoodsearch .fonefood_bot {
    position: relative;
}
.fonefoodsearch .fonefood_bot .search_form_big {
    width: 435px;
    margin: 31px auto 16px;
    position: relative;
    border: solid 3px #89a4a7;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #bbe0e3;
    color: #7f7f7f;
    height: 53px;
    line-height: 53px;
}
.fonefoodsearch .fonefood_bot .search_form_big .fonefood_bot_text, .fonefoodsearch .fonefood_bot .search_form_big .fonefood_bot_subm,.fonefoodsearch .fonefood_bot .search_form_big .fonefood_search_again_text {
    position: absolute;
}
.fonefoodsearch .fonefood_bot .search_form_big .fonefood_bot_text {
    left: 4px;
    top:0;
    width: 267px;
    height: 51px;
    line-height: 53px;
    font-size: 17px;
    text-align: left;
    padding: 0 3px;
    border:none;
    outline: none;
    background: none;
    color: #7f7f7f;
}
.fonefoodsearch .fonefood_bot .search_form_big .fonefood_bot_subm {
    right: 0;
    top:-2px;
    height: 56px;
    line-height: 56px;
    width: 152px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: none;
    background-color: #00b050;
    color: #fff;
}
.fonefoodsearch .fonefood_bot p {
    font-size: 12px;
    font-style: italic;
    text-align: center;
}
.fonefoodsearch_small, .info_block_sm {
    float: left;
}
.top_blocks {
    /*width: 890px;
    margin: 14px auto 28px;*/
    margin: 14px 0 20px 1px;
}
.top_blocks .info_block_sm {
    background: url("../img/restaurantenrollmentsection4.png") no-repeat -3px -2px;
    height: 92px;
    margin-left: 120px;
    width: 243px;
    -moz-box-shadow: 0 0 17px #fff;
    -webkit-box-shadow: 0 0 17px #fff;
    box-shadow: 0 0 17px #fff;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}
.info_block_sm_top {
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    position: relative;
    text-align: center;
    font-weight: bold;
}
.info_block_sm_bot {
    font-size: 11px;
    padding: 5px 10px 0 24px;
    height: 67px;
    font-weight: bold;
}
.info_block_sm_bot div input {
    float: left !important;
    margin-right: 5px !important;
}
.info_block_sm_bot div label {
    float: left;

}
.info_block_sm_bot p, .info_block_sm_bot a, .info_block_sm_bot label,  .info_block_body p, .info_block_head p {
    margin: 0;
    color: #fff;
}
.locations {
    padding-bottom: 10px;
    padding-top: 5px;
    background-color: rgba(0, 78, 20, 0.882353);
    border: 1px solid rgb(159, 0, 62);
}

.locations_head, .order_details_head {
    width: 885px;
    margin:0 auto;
    height: 35px;
    /*line-height: 35px;*/
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.locations_head_map, .locations_head_rest, .locations_head_promo, .locations_head_deliv, .locations_head_dist, .order_details_menu, .order_details_cats, .order_details_items, .order_details_modif, .order_details_order {
    position: absolute;
    top: 4px;
}
.order_details_menu {
    left: 93px;
}
.order_details_cats {
    left: 243px;
}
.order_details_items {
    left: 413px;
}
.order_details_modif {
    left: 538px;
}
.order_details_order {
    left: 794px;
}
.locations_head_map {
    left:92px;
}
.locations_head_rest {
    left: 353px;
}
.locations_head_promo {
    /*left: 563px;*/
    left: 593px;
}
.locations_head_deliv {
    /*left:698px;*/
    left: 708px;
    line-height: 100%;
    top: 0;
}
.locations_head_dist {
    left: 793px;
}
.locations_inner {
    width: 891px;
    margin: 0 auto;
    height: 500px;
}
#locations_map {
    width: 259px;
    height: 243px;
    float: left;
}
.locations_list {
    width: 625px;
    float: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 500px;
    overflow: auto;
}
.locations_list table {
    width: 100%;
    /*padding: 10px 4px;*/
    padding: 0 12px 0 4px;
    border-collapse: collapse;
    /*border-collapse: separate;*/
    /*-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;*/
    /*background: #11b0e3;
    background: -webkit-linear-gradient(#0ad4b5, #006ecf);
    background: -o-linear-gradient(#0ad4b5, #006ecf);
    background: -moz-linear-gradient(#0ad4b5, #006ecf);
    background: linear-gradient(#0ad4b5, #006ecf);*/
    background: #fff;
}
.locations_list table tr:first-child .locations_logo {
   /* -moz-border-radius:30px 0 0 0;
    -webkit-border-radius:30px 0 0 0;
    border-radius:30px 0 0 0;*/
}
.locations_list table tr:first-child .locations_dist {
  /*  -moz-border-radius:0 30px 0 0;
    -webkit-border-radius:0 30px 0 0;
    border-radius:0 30px 0 0;*/
}
.locations_list table tr:last-child .locations_logo {
   /* -moz-border-radius: 0 0 0 30px;
    -webkit-border-radius: 0 0 0 30px;
    border-radius: 0 0 0 30px;*/
}
.locations_list table tr:last-child .locations_dist {
    /*-moz-border-radius: 0 0 30px 0;
    -moz-border-radius: 0 0 30px 0;
    -webkit-border-radius: 0 0 30px 0;
    border-radius: 0 0 30px 0;*/
}

.locations_list table tr:hover td {
    background: #a7c0de;
}
.locations_list table td {
    border-bottom: solid 2px #000;
    color: #fff;
    vertical-align: middle;
    padding: 12px 0;
}
.locations_list table td {
    color: #000;
}
.locations_list table td.locations_name {
    /*font-family: Calibri, Helvetica, sans-serif;*/
    font-size: 16px;
}
.locations_list table td.locations_name strong {
    color: #1f497d;
    font-size: 18px;
}
.locations_list table tr:last-child td {
    border-bottom: none;
}
.locations_logo {
    width: 129px;
    text-align: center;
}
.locations_name {
    width: 185px;
    text-align: left;
}
.locations_promo {
    width: 114px;
    text-align: center;
}
.locations_deliv {
    width: 96px;
    text-align: center;
}
.locations_dist {
    width: 83px;
    text-align: center;
}

.locations_list table td.locations_space_left {
    border:none;
    width: 4px;
}
.locations_list table td.locations_space_right {
    border:none;
    width: 12px;
}

/*.locations_list table tr:first-child .locations_space_left {
    -moz-border-radius:30px 0 0 0;
    -webkit-border-radius:30px 0 0 0;
    border-radius:30px 0 0 0;
}
.locations_list table tr:first-child .locations_space_right {
    -moz-border-radius:0 30px 0 0;
    -webkit-border-radius:0 30px 0 0;
    border-radius:0 30px 0 0;
}
.locations_list table tr:last-child .locations_space_left {
    -moz-border-radius: 0 0 0 30px;
    -webkit-border-radius: 0 0 0 30px;
    border-radius: 0 0 0 30px;
}
.locations_list table tr:last-child .locations_space_right {
    -moz-border-radius: 0 0 30px 0;
    -webkit-border-radius: 0 0 30px 0;
    border-radius: 0 0 30px 0;
}*/

.order_details_menu_block, .order_details_list {
    float: left;
}
.order_details_menu_block {
    width: 167px;
    margin: 0 0 0 10px;
    background: #fff;
}
.order_details_list {
    margin: 0 0 0 18px;
    width: 460px;
    text-align: center;
}
.order_details_list .blue_but {
    margin: 5px 0 0 0;
}
.order_details_list table {
    background: #0a9fe4;
    background: -webkit-linear-gradient(#0ed7ef, #0063c5);
    background: -o-linear-gradient(#0ed7ef, #0063c5);
    background: -moz-linear-gradient(#0ed7ef, #0063c5);
    background: linear-gradient(#0ed7ef, #0063c5);
    border-collapse: collapse;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 0 10px;
    width: 100%;
    text-align: left;
}
.order_details_list table td {
    border-right: solid 2px #fff;
    /*padding: 10px;*/
    padding: 10px 0 10px 10px;
    vertical-align: top;
}
.order_details_list table td:last-child {
    border:none;
}
.order_summary {
    /*float: right;*/
    /*width: 181px;*/
    text-align: center;
    width: 250px;
    color: #000;
    margin-left: 50px;
}

.no-m{
    margin-left: 0;
}
.order_summary .blue_but {
    margin: 5px 0 0 0;
}
.order_summary_inner {
    background: #fff;
    padding: 1px;
    text-align: left;
}
.order_summary_block {
    border: solid 3px #385d8a;
    padding: 0 7px 14px 7px;
    background: #fff;
    color: #000;
    min-height: 285px;
}
.order_summary_block h2 {
    font-size: 19px;
    margin: 0 0 35px 0;
}
.bottom_blocks {
    clear: both;
    padding:0 0 0 40px;
}
.bot_place_info {
    float: left;
    clear: both;
    min-width: 260px;
}
.select_time {
    float: left;
    margin: 5px 0 0 95px;
}
.width-90{
    width: 90%;
}
.bot_place_info img{
    float: left;
    margin-right: 10px;
}
.bot_place_info h3 {
    color: #385D8A;
    margin: 0;
}
.bot_place_info_text {
    color: #4d4d4d;
    overflow: hidden;
    font-size: 12px;
}

.select_time label {
    color: #4f81bd;
    /*font-size: 20px;*/
    font-weight: bold;
}
a.order_review {
    /*background-color: #578aca;*/
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 20px;
    text-align: center;
    float: right;
    display: block;
    margin: 10px 24px 0 30px;
    min-width: 186px;
    font-size: 18px;
}

.order_summary_m_t{
    margin-top: 5px;
}
a.order_clear{
    margin-right: 11px;
    margin-top: 0px;
}
/*
.order_categ {
    width: 143px;
    font-size: 10px;
}
.order_item {
    width: 143px;
    font-size: 10px;
}
.order_modif {
    width: 144px;
}
.order_categ_inner, .order_item_inner, .order_modif_inner {
    max-height: 520px;
    overflow: auto;
}
*/
.order_categ_inner, .order_item_inner, .order_modif_inner {
    color: #4d4d4d;
}
.order_modif_inner label{
    display: block;
    width: 100%;
    font-size: 13px;
    text-align: center;
    margin: 0 0 10px 0;
}
.order_modif_inner label input {
    margin: 0 0 0 5px;
    position: relative;
    top: 2px;
}
.block_title_button {
    background: #05bc57;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 5px 3px;
    display: inline-block;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);  #33f289; */
    box-shadow: 0 1px 0 #33f289 inset, 0 1px 2px #33f289;
}
.order_categ, .order_item, .order_options, .order_summary {
    float: left;
}
.order_categ {
    width: 300px;
    margin-left: 20px;
    margin-right: 10px;
}
.order_item {
    width: 300px;
    margin-right: 20px;
}
.block_title {
    color: #4f81bd;
    padding: 8px 0;
    font-weight: bold;
    text-align: center;
}
.order_summary .block_title {
    padding-top: 0;
}
.order_categ .block_inner, .order_item .block_inner, .order_options .block_inner {
    height: 280px;
}
.order_options {
    width: 194px;
}

.column_number {
    color: #fff;
    background: #00b050;
    border: solid 2px #385d8a;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0 8px;
}

.order_single_cat {
    background: #fff url("../img/arr_right.png") 98% center no-repeat;
    display: block;
    margin:0 0 5px 0;
    padding: 0 12px 0 0;
    min-height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #4d4d4d;
}

.order_single_cat:hover, .order_single_item:hover {
    background-color: #a7c0de;
}
.order_single_cat img {
    margin-right: 8px;
}
.order_single_item {
    background: #fff url("../img/arr_right.png") 98% center no-repeat;
    display: block;
    margin:0 0 5px 0;
    padding: 0 30px 0 3px;
    min-height: 40px;
    line-height: 40px;
    font-size: 13px;
}

.order_single_item .order_item_name {
    float: left;
    color: #4d4d4d;
}

.order_single_item .order_item_price {
    float: right;
    color: #4d4d4d;
}

.order_single_selected {
    background: #dddbdc url("../img/arr_right.png") 98% center no-repeat;
}

.order_generation, .order_total {
    width: 100%;
}
.order_generation {
    background: transparent;
    font-size: 10px;
    text-align: left;
    margin-top: 10px;
    color: #000000;
}
.order_generation td {
    vertical-align: top;
}
.order_generation a {
    color: #000;
}
.order_total {
    background: #000;
    color: #fff;
    font-size: 10px;
    margin-bottom: -5px;
    margin-top: 15px;
}
.order_total td {
    vertical-align: middle;
}
.order_price, .order_dish {
    font-size: 12px;
}
.order_generation .order_price {
    text-align: right;
}
.blue_but {
    background: #4f81bd;
    border: solid 2px #3a5f8d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    text-align: center;
    min-width: 160px;
    /*margin: 0 auto;*/
}
.td-25 {
    width: 25px;
}
.td-50 {
    width: 50px;
}
.order_filling {
    font-weight: bold;
    font-size: 11px;
}
.fonefoodsearch_small {
  /*  background: url("../img/fonefoodsearchsection2.png") no-repeat -3px -2px;*/
    position: relative;
    z-index: auto;
    width: 252px;
    height: 92px;
    -moz-box-shadow: 0 0 17px #fff;
    -webkit-box-shadow: 0 0 17px #fff;
    box-shadow: 0 0 17px #fff;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -o-border-radius: 16px;
    -khtml-border-radius: 16px;
}

.not_first_all{
    margin-left: 93px;
}
.not_first_bot {
    font-size: 11px;
    padding: 5px 10px 0 24px;
    height: 67px;
    font-weight: bold;
}
.search_small_top_text {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    margin-left: 15px;
    margin-top: 2px;
}
.fonefoodsearch_small_empty {
    width: 264px;
    height: 77px;
    margin-top: 6px;
}
.fonefoodsearch_small .fonefood_top {
    height: 23px;
    position: relative;
    background: #92d050;
    -moz-border-radius: 16px 16px 0 0;
    -webkit-border-radius: 16px 16px 0 0;
    border-radius: 16px 16px 0 0;
}

.search_img{
    height: 18px;
    margin-left: 200px;
    margin-top: 4px;
}
.search_logo {
    background: #92d050 url('../img/searchblocklogo.png');
    margin-left: 65%;
}

.fonefoodsearch_small .fonefood_top_no_img {
    height: 26px;
    position: relative;
    background: #92d050;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}

.fonefoodsearch_small .fonefood_top .fonefood_left_text, .fonefoodsearch_small .fonefood_top .fonefood_right_text {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 30px;
}
.fonefoodsearch_small .fonefood_top .fonefood_left_text {
    left: 5px;
    width: 150px;
    top: 3px;
}
.fonefoodsearch_small .fonefood_bot {
    height: 68px;
    padding-top: 1px;
    position: relative;
    background: #0a9fe4;
    background: -webkit-linear-gradient(#0ed7ef, #0063c5);
    background: -o-linear-gradient(#0ed7ef, #0063c5);
    background: -moz-linear-gradient(#0ed7ef, #0063c5);
    background: linear-gradient(#0ed7ef, #0063c5);
    -moz-border-radius:0 0 16px 16px;
    -webkit-border-radius:0 0 16px 16px;
    border-radius:0 0 16px 16px;
    box-sizing: content-box;
}
.fonefoodsearch_small .fonefood_bot .search_form_sm {
    background: none repeat scroll 0 0 #BBE0E3;
    border: 2px solid #89A4A7;
    border-radius: 5px;
    color: #7F7F7F;
    height: 18px;
    line-height: 18px;
    margin: 20px auto 10px;
    position: relative;
    width: 225px;
    box-sizing: content-box;
}
.mar_l_10{
    margin-left: 10px;
    width: 60%;
}
.fonefoodsearch_small .fonefood_bot .search_form_sm .fonefood_bot_text{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #7F7F7F;
    font-size: 11px;
    font-style: italic;
    height: 18px;
    left: 4px;
    line-height: 18px;
    outline: medium none;
    padding: 0 4px;
    text-align: left;
    top: 0;
    width: 87px;
    position: absolute;
}
.fonefoodsearch_small .fonefood_bot .search_form_sm .fonefood_search_again_text{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #7F7F7F;
    font-size: 11px;
    font-style: italic;
    height: 18px;
    left: 4px;
    line-height: 18px;
    outline: medium none;
    padding: 0 4px;
    text-align: left;
    top: 0;
    width: 170px;
    position: absolute;
}
.fonefoodsearch_small .fonefood_bot .search_form_sm .fonefood_bot_subm {
    background-color: #00B050;
    border: medium none;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: -2px;
    width: 55px;
    position: absolute;
}

.fonefood_bot_subm.search_again{
    top: -1px !important;
    height: 19px !important;
}

.info_block_sm {

}

.info_blocks, .top_blocks_star {
    float: left;
}
.top_blocks_star {
    margin: 25px 0 0 20px;
}

.content_center_stripe .right_image {
    width: 186px;
    height: 139px;
    /*margin-top: 37px;*/
    right: 0;
}
.info_block {
    width: 446px;
    height: 174px;
    margin-left: 19px;
    float: left;
    background: url('../img/restaurantenrollmentsection.png') no-repeat;
}
.info_block_picture {
    float: right;
    margin-left: 7px;
}
.info_block .info_block_top {
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}
.info_block .info_block_bot {
    padding: 18px 140px 0 25px;
    font-size: 18px;
}
.content_right_block {
    width: 350px;
    height: 97px;
    margin: 0 0 0 16px;
    float: left;
    padding: 46px 117px 0 0;
    background: url("../img/fonefoodmore.png") right center no-repeat;
}
.content_right_block a {
    font-weight: bold;
}
.content_right_block span {
    color: #22B573;
}

.footer {
    margin: 30px 0 40px 0;
    color: #000;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer_links {
    text-align: center;
    margin: 0 0 10px 0;
}
.footer_links li {
    display: inline-block;
}
.footer_links li a {
    color: #000;
    margin: 0 14px;
    text-transform: uppercase;
    font-size: 11px;
}
.footer_copyright {
    text-align: center;
    font-size: 11px;
}


/* location details and order */

.place_info_outer {
    background: #fff;
    border:solid 2px #385d8a;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    float: left;
    margin: 0 0 0 20px;
    padding: 10px;
}
.place_info_outer_min{
    margin-left: 300px;
}
.place_info_outer_min {
    background: #fff;
    border:solid 2px #385d8a;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    float: left;
    margin: 0 0 0 250px;
    padding: 10px;

}
.place_info {
    padding: 10px 5px;
    font-size: 12px;
    color: #000;
    width: 474px;
}
.place_info td {
    /*background: #fff;
    border:solid 2px #385d8a;*/
}
.place_pict {
    /*-moz-border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;*/
    width: 70px;
}
.place_pict img {
    max-width: 70px;
}
.place_name {
    width: 108px;
}
.place_promo {
    /*-moz-border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;*/
}
.place_info_picture {
    float: left;
    margin: 0 0 0 20px;
}
.place_name h3 {
    color: #385d8a;
    margin: 0;
}
.place_info .place_promo p {
    font-size: 13px;
    font-style: italic;
}
.order_details {
    background: #fff;
    padding: 10px 0 20px 0;
}
.order_details_inner {
    width: 893px;
    margin: 14px auto;
}

.info_blocks {
    margin-left: 30px;
}
.info_block_head {
    background: #960000;
    height: 23px;
    line-height: 23px;
    padding: 0 12px;
    font-size: 14px;
    -moz-border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0 0;
    font-weight: bold;
}
/*.info_block_head:first-child {
    -moz-border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0 0;
}
.info_block_head:last-child {
    -moz-border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0 0;
}*/
.info_block_body {
    background: #11b0e3;
    background: -webkit-linear-gradient(#0ad4b5, #006ecf);
    background: -o-linear-gradient(#0ad4b5, #006ecf);
    background: -moz-linear-gradient(#0ad4b5, #006ecf);
    background: linear-gradient(#0ad4b5, #006ecf);
    font-size: 11px;
    font-weight: bold;
    padding: 12px 10px 6px;
    border-radius: 30px;
    width: 222px;
    -moz-border-radius: 0 0 30px 30px;
    -webkit-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
    vertical-align: top;
}
/*.info_block_body:first-child {
    -moz-border-radius: 0 0 30px 30px;
    -webkit-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
}
.info_block_body:last-child {
    -moz-border-radius: 0 0 30px 30px;
    -webkit-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
}*/
.info_block_space {
    width: 30px;
}






/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.order_submit {
    background: #fff;
    padding: 0 0 20px 0;
}

.order_summary_printer, .order_address_info, .order_payment_info {
    float: left;
}

.order_summary_printer {
    background-image: url("../img/summaryprinter.png");
    background-repeat: no-repeat;
    background-position:center bottom;
    padding-right: 9px;
    width: 305px;
    overflow: visible;
}

.order_summary_print_block {
    border: solid 3px #385d8a;
    padding: 0 7px 6px 6px;
    background-color: #ffffff;
    color: #000;
    width: 183px;
    position: relative;
    bottom: 110px;
    left: 59px;
    margin-top: 120px;
    height: 330px;
}

.summary_pic_block {
    /*float: left;*/
    clear: both;
    min-width: 100px;
    padding-top: 4px;
}
.summary_pic_block img{
    float: left;
    margin-right: 3px;
    width: 40px;
}
.summary_pic_block h3 {
    color: #385D8A;
    margin: 0;
}
.summary_pic_block_text {
    color: #4d4d4d;
    overflow: hidden;
    font-size: 8pt;
}

.order_address_info {
    color: #000000;
    margin-left: 5px;
    margin-right: 5px;
}

.order_address_info h3 span {
    font-size: 75%;
    font-style: italic;
}

.order_address_info h3 {
    margin: 10px 5px 10px 5px;
    font-weight: bold;
    letter-spacing: 1px;
}

.span_label {
    font-weight: normal !important;
    width: 110px;
    display: inline-block;
    text-align: right;
}

.span_label_small {
    min-width: 30px;
    display: inline-block;
    text-align: right;
    font-weight: normal !important;
}

.red_star {
    color: #FF0000;
    font-size: 18px;
}

.error {
    color: #FF0000;
    display: block;
}

.order_address_info > .form_row, .payment_info_block > .form_row, #delivery_information > .form_row{
    margin: 15px 5px 5px 15px;
    text-align: right;
    font-weight: normal;
}

.form_row input, select {
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px 2px;
    border-color: #3990c9;
    border-width: 1px;
}

.input_long {
    width: 150px;
}

.input_medium {
    width: 120px;
}

.input_short {
    width: 50px;
}

.input_tiny {
    width: 30px;
}

.order_payment_info {
    color: #000000;
    padding: 0;
}
.order_payment_info h3 {
    font-weight: bold;
}

.payment_info_block h3 {
    text-align: center;
}

.login_btn {
    background-color: #578aca;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 40px;
}


.login_block {
    /*padding: 10px 10px 10px 10px;
    margin: 5px;*/
    font-size: 11px;
    text-align: right;
    vertical-align: middle;
}

.login_block input {
    color: #555;
    width: 80px;
}

.login_block a {
    margin: 2px;
}

.login_block_top {
    background-color: #22bf38;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0;
}

.order_submit_btn {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 0 0 15px;
    text-align: right;
    float: right;
    display: block;
    margin: 30px 24px 24px 30px;
    min-width: 186px;
    font-size: 18px;
}
.order_edit_btn{
    margin-right: 35px;
}

.order_sub_col {
    width: 32.6%;
}

.card_type {
    width: 150px;
}

.order_summary_scroll {
     width: 100%;
     float: right;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     max-height: 180px;
     overflow: auto;
     height: 180px;
     margin-bottom: 15px;
 }
.order_summary_scroll_min {
    width: 100%;
    float: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 145px;
    overflow: auto;
    height: 180px;
    margin-bottom: 5px;
}

.loading_bar_body {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url("../img/ajax_loader.gif") no-repeat scroll 50% 50% #34383e;
    opacity: 0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}

.hide_link{
    cursor: default; -o-link-source:none;
}

.square {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    float: left;
    color: #000;
    background: none;
    font-family: Helvetica, Arial, Sans-Serif;
    position: absolute;
    vertical-align: middle;
}

.square.activate {
    opacity: 0.5;
    background: #C3C3C3;
    z-index: 999;
}
.guest_info{
    text-align: center;
    margin-top: 16px;
}
.delivery_information_block {
    display: block;
}
.delivery_information_hidden {
    display: none;
}

.info_block a {
    color: white;
}

.row {
    padding:40px 40px 30px 20px;
}
.row:before, .ror:after {
    content:"";
    clear:both;
    display:block;
    height:0;
}
.row .col-2-3 {
    width:26%;
    float:left;
    margin-right:6%;
}

.row .col-2-3 p {
    font-size: 29px;
}

.row .col-1-3 {
    width:28%;
    float:left;
    margin-right:6%;
}
.row .col-1-3.last {
    margin-left:4%;
    margin-right:0;
}
.row p {
    font-size:22px;
    margin-bottom:40px;
}
.row p.fill-txt {
    font-size:30px;
    position: relative;
    text-align: center;
}
.row p.fill-txt:after {
    content:"";
    display: block;
    height:35px;
    width:39px;
    background:url('../img/arrow.png') no-repeat;
    position:absolute;
    right:-40px;
    top:6px;
}
.logo-meal-intxt {
    width:100%;
    display: block;
    margin:75px auto 0;
}

.delivery-order-form {
    width:100%;
}
.delivery-order-form div {
    margin-bottom:10px;
}
.delivery-order-form input {
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:3px solid #385d8a;
    padding:5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.delivery-order-form label {
    font-size:16px;
    line-height: 28px;
}
.delivery-order-form input.orderFormName {
    width:100%;
}
.delivery-order-form input.deliveryOrderSubmit, .location-enrollment-form input.deliveryOrderSubmit {
    background:#00b050;
    color:#fff;
    font-size:22px;
    display: block;
    margin-top:20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    outline:0;
}
.delivery-order-form input.deliveryOrderSubmit:active, .location-enrollment-form input.deliveryOrderSubmit:active {
    box-shadow: inset 0 3px 0 0 #000;
    padding:8px 5px 2px 5px
}

.location-enrollment-form input.deliveryOrderSubmit {
    margin-left: 185px;
    height: 35px;
    width: 180px;
}

.row .loc-col-2-3 {
    width:48%;
    float:left;
}

.radiobutton_option {
    margin-left: 180px;
}

.loc-col-2-3 input[type="text"], .loc-col-2-3 input[type="password"], .loc-col-2-3 input[type="checkbox"], .loc-col-2-3 textarea, .loc-select {
    width: 180px;
    border:2px solid #385d8a;
    padding:5px;
    margin-left: 5px;
}

.loc-col-2-3 textarea {
    height: 100px;
    margin-bottom: 10px;
}

.location-enrollment-form label {
    font-size:16px;
    line-height: 28px;
    font-weight: normal !important;
    width: 175px;
    display: inline-block;
    text-align: left;
}

