/* ----- NEW Search Box -------- */
/* BEGIN food_bg */
.food_bg_short {
	width: 100%;
	height: 220px;
	background: url("/static/v4/images/s_welcome/images/bg_h2.jpg") center center no-repeat;
	background-size: cover;
}
.food_bg {
    height: 347px;
    position: relative;
    background: black;
    z-index: 1;
}
.food_bg_box {
    width: 100%;
    height: 347px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50%;
}
.food_bg_box ul {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.food_photo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 999;
    overflow: hidden;
}
.food_bg_box .current {
    opacity: 1;
    pointer-events: auto;
    z-index: 1000;
}
.food_photo img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*.side_shadows {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("/static/v4/images/s_welcome/left_shadow.png") left repeat-y, url("/static/v4/images/s_welcome/right_shadow.png") right repeat-y;
    z-index: 2;
}*/
.fxSoftScale .navOutNext {
    -webkit-animation: scaleUp 2s forwards ease-in-out;
    animation: scaleUp 2s forwards ease-in-out;
}
.fxSoftScale .navInNext {
    -webkit-animation: scaleDownUp 2s forwards ease-in-out;
    animation: scaleDownUp 2s forwards ease-in-out;
}
@-webkit-keyframes scaleUp {
    to {
        -webkit-transform: scale(1.05);
        opacity: 0;
    }
}
@keyframes scaleUp {
    to {
        transform: scale(1.05);
        opacity: 0;
    }
}
@-webkit-keyframes scaleDownUp {
    from {
        opacity: 0.5;
        -webkit-transform: scale(1);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@keyframes scaleDownUp {
    from {
        opacity: 0.5;
        transform: scale(1);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* END food_bg */
/* START cuisines_bg */
.cuisines_bg {
    width: 100%;
    height: 200px;
    background: url("/static/v4/images/s_welcome/pattern_cuisine.jpg");
    border-bottom: 1px solid #d3d1d2;
}
/* END cuisines_bg */
.food_bg_short_search {
	margin: -167px 0 93px;
}
.search_form {
    width: 930px;
    height: 347px;
    margin: auto;
    padding-bottom: 15px;
    border-spacing: 0;
}
.search_form td {
    padding: 0;
}
.search_form h2 {
    margin: 15px 0;
    color: white;
    font-size: 36px;
    text-align: center;
    text-shadow: 0 0 15px black, 0 0 25px black, 0 0 35px black;
}
.search_container {
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}
td.address_container, td.search_type_container {
	padding-right: 15px;
}
.address_field, .search_type_field, #user_keyword {
    position: relative;
    background: white;
    border-radius: 4px;
}
.search_container select, .search_container input {
    margin: 0;
    position: relative;
    color: #1d1d1d;
    font-size: 18px;
    border: 1px solid black;
    border-radius: 4px;
}
.search_container select:focus, .search_container input:focus {
    border: 1px solid #ffc000;
    box-shadow: 0 0 1px #ffc000;
}
.search_container select {
    padding: 10px;
    background: transparent;
    z-index: 2;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
}
.search_container select::-ms-expand {
    display: none;
}
.search_container input {
	padding: 11px;
}
.address_container #address {
    width: 371px;
    padding: 11px 11px 11px 37px;
    float: none;
    background: white url("/static/v4/images/search_bar/icon_search.png") 11px 13px no-repeat;
}
#address_client {
	width: 360px;
}
#user_keyword {
	width: 298px;
}
#address_id {
    width: 421px;
}
.search_type_container select {
    width: 210px;
}
.search_container .select_arrow {
    width: 38px;
    background: white url("/static/v4/images/s_welcome/arrow_down_grey.png") center center no-repeat;
    border-radius: 0 4px 4px 0;
}
.submit_button_container {
	position: relative;
}
.submit_button_container button {
    width: 238px;
    margin: 0;
    padding: 10px 4px 9px 15px;
    cursor: pointer;
    color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #C00712;
    font-size: 20px;
    font-weight: bold;
    display: inline;
    text-shadow: 0 -1px rgba(0,0,0,0.75);
    background: #c60814; /* Old browsers */
    background: -moz-linear-gradient(top,  #c60814 0%, #ac060e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c60814), color-stop(100%,#ac060e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c60814 0%,#ac060e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c60814 0%,#ac060e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c60814 0%,#ac060e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c60814 0%,#ac060e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60814', endColorstr='#ac060e',GradientType=0 ); /* IE6-9 */
}
.submit_button_container button:active {
    background: #ac060e; /* Old browsers */
    background: -moz-linear-gradient(top,  #ac060e 0%, #c60814 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ac060e), color-stop(100%,#c60814)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ac060e 0%,#c60814 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ac060e 0%,#c60814 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ac060e 0%,#c60814 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ac060e 0%,#c60814 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac060e', endColorstr='#c60814',GradientType=0 ); /* IE6-9 */
}
.submit_button_container .arrow_right {
    width: 7px;
    height: 13px;
    margin: 4px 8px 0 0;
    float: right;
    background: url("/static/v4/images/search_bar/arrow_right_white.png") no-repeat;
}
.submit_footer {
    position: absolute;
    top: 69px;
    left: 48px;
    color: white;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-shadow: 0 2px 6px black, 0 2px 6px black;
}
.back_to_last_rest, .back_to_last_rest a {
    color: white;
}
.back_to_last_rest {
    height: 16px;
    font-size: 13px;
    text-align: left;
    text-shadow: 0 2px 6px black, 0 2px 6px black;
}
.back_to_last_rest a {
    font-weight: bold;
    text-decoration: underline;
}
/* logged in */
.loggedin #address_id {
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
}
#my_usual-content {
    padding: 15px 0px;
    position: relative;
}
#my_usual-container {
    height: 160px;
    padding: 5px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
#my_usual, #mu_left, #mu_right {
    position: absolute;
}
#my_usual {
    height: 162px;
    margin: 0;
    padding: 0;
    display: none;
    list-style-type: none;
    top: 5px;
    left: 0;
    z-index: 1;
}
#my_usual table {
    border-spacing: 0;
}
#my_usual td {
    padding: 0;
}
.my_usual-title {
    margin: 0 12px;
    padding: 72px 0;
    float: left;
    color: #1d1d1d;
    font-size: 14px;
    font-weight: bold;
}
#mu_left, #mu_right {
    top: 75px;
    cursor: pointer;
    z-index: 2;
}
#mu_left {
    left: 0;
    opacity: 0;
}
#mu_right {
    right: 0;
    opacity: 0;
}
.my_usual-rest {
    margin: 0 12px;
    float: left;
    box-shadow: 0px 0px 5px rgba(4, 4, 4, 0.3);
}
.my_usual-rest a {
    height: 140px;
    padding: 20px 30px 0;
    display: block;
    background: white;
}
.my_usual-rest_logo {
    width: 100px;
    height: 100px;
}
.my_usual-rest_logo img {
    width: 100px;
}
.my_usual-rest_name {
    max-width: 100px;
    padding: 12px 0 !important;
    color: #1d1d1d;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.my_usual-rest_info-container {
    width: 100%;
    padding: 9px 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
}
.my_usual-rest_info-container > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 3;
}
.my_usual-rest_info {
    width: auto;
    margin: auto;
    padding: 15px;
    position: relative;
    text-align: left;
    background: #fffbf2;
    border: 1px solid #cdc7b8;
    border-radius: 10px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.31);
    transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    z-index: 4;
}
.my_usual-rest_info.scaled {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
.rest_info-logo, .my_usual-rest_close {
    vertical-align: top;
}
.rest_info-logo {
    width: 100px;
    height: 100px;
    background: white;
    border: 1px solid #b0afaf;
    vertical-align: middle;
}
.rest_info-logo img {
    width: 100px;
}
.rest_info-details {
    padding-left: 10px;
    vertical-align: top;
}
.rest_info-name {
    color: #1d1d1d;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}
.my_usual-rest_close {
    width: 11px;
    padding: 0 5px 0 10px;
    text-align: right;
}
.my_usual-rest_close img {
    cursor: pointer;
}
.rest_info-rating {
    padding: 5px 0;
}
.yelp-big {
    padding: 4px 0 5px 136px;
    background-size: 126px 24px;
}
.info_txt {
    color: #5e5e5e;
    font-size: 13px;
}
.info_txt b {
    color: black;
}
.rest_info-cuisines {
    max-width: 250px;
    padding-bottom: 5px;
}
.rest_info-btns {
    padding-top: 10px;
}
.rest_info-btns > a {
    padding: 8px 54px;
    display: inline-block;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.28);
    background: #2cacce; /* Old browsers */
    background: -moz-linear-gradient(top,  #2cacce 0%, #1e85b7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2cacce), color-stop(100%,#1e85b7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2cacce 0%,#1e85b7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2cacce 0%,#1e85b7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2cacce 0%,#1e85b7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2cacce 0%,#1e85b7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cacce', endColorstr='#1e85b7',GradientType=0 ); /* IE6-9 */
    border: 1px solid #0e97cd;
    border-radius: 2px;
}
.rest_info-btns > a:active {
    background: #1e85b7; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e85b7 0%, #2cacce 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e85b7), color-stop(100%,#2cacce)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e85b7 0%,#2cacce 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e85b7 0%,#2cacce 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e85b7 0%,#2cacce 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e85b7 0%,#2cacce 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e85b7', endColorstr='#2cacce',GradientType=0 ); /* IE6-9 */
}
.rest_info-btns > a:first-of-type {
    margin-right: 2px;
}

/* ----- Start Search Box -------- */
#search_box {
    background: url(/static/v4/images/search_bg_middle.jpg) repeat-y;
    height: 100%;
    padding-top: 18px;
    padding-right: 18px;
    padding-bottom: 16px;
    padding-left: 18px;
}
#search_box.loggedin {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 35px;
}

#center_search {
    width: 515px;
    margin-left: auto;
    margin-right: auto;
}
.loggedin #center_search {
    float: left;
    width: 515px;
    margin: 18px 0px 14px 0px;
}

#search_box_heading {
    width: 515px;
    padding: 0px;
    background: url(/static/v4/images/radio_button_bg_top.jpg) bottom no-repeat;
    margin: 0px;
    float: left;
}
#search_box_heading h2 {
    font-size: 20px;
    font-weight: 200;
    color: #000000;
    padding-left: 43px;
    padding-bottom: 13px;
    margin: 0px;
}
#search_box_heading_seo {
    width: 515px;
    padding: 0px;
    background: url(/static/v4/images/radio_button_bg_top.jpg) bottom no-repeat;
    margin: 0px;
    float: left;
    text-align: center;
}
#search_box_heading_seo h2 {
    font-size: 18px;
    font-weight: 200;
    color: #993300;
    padding-bottom: 14px;
    margin: 0px;
}
#radio_img {
    float: left;
    border: 0px;
    width: 118px;
    height: 39px;
}
#radio_buttons {
    float: left;
    border: 0px;
    padding-top: 7px;
    background: url(/static/v4/images/radio_button_bg_bottom_right.jpg) no-repeat;
    height: 32px;
    width: 397px;
}
.radio_buttons_itens {
    float: left;
    margin: 0px 35px;
    font-size: 15px;
    color: #333333;
    width: 84px;
    height: 31px;
}
#text_label {
    width: 103px;
    height: 36px;
    float: left;
    border: 0px;
    text-align: right;
    padding: 10px 15px 0 0;
    margin-top: 12px;
    font-size: 18px;
    font-weight: bold;
    color: #790000;
}
#text_label2 {
    width: 103px;
    height: 36px;
    float: left;
    border: 0px;
    text-align: right;
    padding: 10px 15px 0 0;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #790000;
}
#text_input {
    width: 397px;
    height: 46px;
    float: left;
    border: 0px;
    margin-top: 12px;
}
#text_input2 {
    width: 397px;
    height: 46px;
    float: left;
    border: 0px;
    margin-top: 10px;
}
.search_label {
    font-size: 1.1em;
    font-weight: bold;
    color: #993300;
    margin-right: 1.0em;
}
#address {
    font-size: 20px;
    color: #666666;
    border: none;
    background: url(/static/v4/images/new/address_fieldN.png) no-repeat;
    padding: 7px 8px 6px 8px;
    width: 356px;
    float: left;
    outline: none;
}
#zip {
    font-size: 20px;
    color: #666666;
    border: none;
    background: url(/static/v4/images/new/zip_bg_smallN.png) no-repeat;
    padding: 7px 8px 6px 8px;
    width: 120px;
    float: left;
    outline: none;
}
#search_now {
    float: left;
    border: none;
    width: 222px;
    height: 35px;
    margin-left: 10px;
    margin-top: 1px;
}
#free_text {
    font-size: 15px;
    color: #666;
    margin-right: 70px;
    font-style: italic;
}
#to_use_text {
    font-size: 16px;
    color: #000000;
}
#search_box_footer {
    float: left;
    width: 515px;
    text-align: right;
    margin-bottom: 10px;
}

#search_formate2 {
    background-image: url(/static/v4/images/search_bg_bottom_filters_50.jpg);
    height: 90px;
}
/* ------- End Search Box --------- */

/* ------ Beginig Search Box Small -------- */

.sbox1 {
    width: 980px;
    padding-top: 8px;
    background: #fff url(/static/v4/images/search_bg.jpg) no-repeat top left;
}

#span_black {
    font-size: 11px;
    color: #000000;
    margin: 0px;
    padding-left: 10px;
}
.span_red {
    font-size: 18px; /*14px;*/
    font-weight: bold;
    color: #000000; /*#993300;*/
    margin: 0px;
}
.span_black_big {
    font-size: 18px;
    color: #000000;
    margin: 0px;
    font-weight: bold;
}
.span_red_small {
    font-size: 12px;
    color: #993300;
    margin: 0px;
}
.sbox2 {
    background: transparent url(/static/v4/images/search_bg_bottom_filters_50.jpg) no-repeat bottom left;
    padding: 30px 10px 10px 20px;
    height: 50px;
}

.sbox2 input {
    border: medium none;
    color: #666666;
    font-size: 18px;
    outline: medium none;
}
.sbox3 {
    background: transparent url(/static/v4/images/search_bg_bottom_filters_3.jpg) no-repeat bottom left;
    padding: 10px;
    height: 100px;
}
.sbox3_center {
    float: left;
    padding: 11px 170px 0;
    width: 620px;
}
.sbox3_left {
    float: left;
    width: 475px;
    padding: 11px 0px 0px 25px;
}
.sbox3_right {
    float: left;
    width: 410px;
    padding: 11px 25px 0px 25px;
}
.search_address_div {
    float: left;
    margin: 6px 0 0 814px;
    font-size: 12px;
}

.sbox1 h2 {
    color: #000000;
    font-size: 21px;
    font-weight: 200;
    margin: 0;
    padding: 15px 0 0 120px;
}
.address_box {
    width: 560px;
    float: left;
}
.address_box input#address {
    padding: 8px 8px 8px 95px;
    width: 450px;
    background: url(/static/v4/images/address_field_formate2.jpg) no-repeat scroll 0 0 transparent;
    float: left;
}
.zip_box {
    width: 380px;
    float: left;
}
.zip_box input#zip {
    float: left;
    background: url(/static/v4/images/zip_bg_formate2.jpg) no-repeat scroll 0 0 transparent;
    padding: 8px 8px 8px 50px;
    width: 87px;
}
/* ------- End Search Box Small ------- */

.warning_search_box {
    color: #c80202;
    font-size: 10px;
    position: absolute;
    top: 65px;
    left: 14px;
}
#back_rest {
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
    width: 100%;
    float: left;
}
#back_rest a {
    color: #999999;
    text-decoration: underline;
    float: none;
}

/* ------ Promo * ------ */

#promoContainer {
    background: url(/static/v4/images/new/enjoy_bg.png);
    width: 414px;
    height: 278px;
    float: right;
    margin-right: 8px;
    position: relative;
}
.promoTxtBig {
    position: absolute;
    font-size: 25px;
    color: #5c5a57;
    font-weight: bold;
}
.promoTxtRed {
    color: #e02224;
    font-weight: bold;
}
.promoTxtMid {
    position: absolute;
    font-size: 14px;
    color: #5c5a57;
}
.promoTxtSmall {
    position: absolute;
    font-size: 11px;
    color: #0088ba;
}

.txt1Position {
    top: 34px;
    right: 34px;
    font-size: 20px !important;
}
.txt2Position {
    top: 90px;
    left: 76px;
}
.txt3Position {
    top: 109px;
    right: 40px;
}
.txt4Position {
    top: 141px;
    left: 76px;
}
.txt5Position {
    top: 250px;
    right: 17px;
    cursor: pointer;
}
#showFinePrint {
    text-align: justify !important;
    font-size: 12px;
    color: #333;
    margin: 10px;
}