@font-face {
    font-family: 'newslabregular';
    src: url('fonts/newslab.woff2') format('woff2'),
         url('fonts/newslab.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mukta_malarlight';
    src: url('fonts/muktamalar-light.woff2') format('woff2'),
         url('fonts/muktamalar-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mukta_malarmedium';
    src: url('fonts/muktamalar-medium.woff2') format('woff2'),
         url('fonts/muktamalar-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mukta_malarregular';
    src: url('fonts/muktamalar-regular.woff2') format('woff2'),
         url('fonts/muktamalar-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.title_restaurant {
	font-family: 'newslabregular';
}
.text_restaurant {
	font-family: 'mukta_malarregular';
}
.info_restaurant {
	font-family: 'mukta_malarlight';
}

#back_sabor,
#menu_blur_back {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #e6e7e9;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	opacity: 0;
}

#sabor_home_back {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #e6e7e9;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#sabor_page {	
	position: relative;
    width: 100%;
    display: table;
    z-index: 11;
    min-height: 650px;
}
#content_sabor {
	display: table-cell;
	vertical-align: middle;
}
#content_sabor #home-car {
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
	position: relative;
	padding: 30px;
}
#content_sabor #home-car img {
	display: block;
	width: 100%;
}

#start_button {
	position: absolute;
	bottom: 25%;
	right: 0;
	left: 0;
	margin: auto;
}
#start_button span {
	/*font-family: 'goth_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
	font-size: 16px;
	line-height: 16px;
    color: #7f2627;
    border: 2px solid #997c24;
    display: table;
    padding: 7px 14px;
    margin: 0 auto;
    cursor: pointer;
}

#footer-container.saborf1 {
	position: relative;
	display: block;
    opacity: 0;
    width: 100%;
    color: #f9f9f9;
    bottom: 0;
    left: 0px;
    right: 0px;
    z-index: 10;
    margin: 0 auto;
    padding: 10px 0;
    background-color: #000;
    
    /*position: absolute;*/
    z-index: 20;
}
#footer-container.saborf1 #social_networks {
	bottom: 10px;
	right: 15px;
}
#footer-container.saborf1 .divider-footer {
	display: inline-block;
    padding-right: 14px;
    margin-right: 14px;
    border-right: 1px solid #555;
    vertical-align: middle;
}
#footer-container.saborf1 .divider-footer:last-child {
    padding-right: 0;
    margin-right: 0;
	border: 0;
}
#footer-container.saborf1 #social_networks img {
	height: 20px;
}
#footer-container.saborf1 #social_networks span {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
#footer-container.saborf1 .marginRfooter {
	margin-right: 10px;
}

#sabor-tank-menu {
    z-index: 100;
    position: absolute;
    top: 10px;
    right: 15px;
    left: 15px;
}
#sabor-logo {
	display: none;
	opacity: 0;
	float: left;
	height: 60px;
	width: 200px;
	position: relative;
}
#sabor-logo.show_it {
	display: block;
	opacity: 1;
}
#sabor-logo img {
	position: absolute;	
	height: 60px;
    top: 5px;
    left: 0px;
}
#sabor-menu,
#sabor-menu_mobile,
#show-sabor_menu {
	display: none;
	opacity: 0;
	float: right;
}
#show-sabor_menu.hiddenImportant {
	display: none !important;
	opacity: 0 !important;
}
#show-sabor_menu {
	cursor: pointer;
    padding: 0 10px;
}
#show-sabor_menu i {
	font-size: 30px;
	line-height: 30px;
	color: #7f2627;
}
#close-sabor_menu {
	display: inline-block;
	margin: 10px 10px 0 0;
	margin: 15px 30px 0 0;
	color: #fff;
	cursor: pointer;
	font-size: 25px;
	line-height: 25px;
}
#sabor-menu_mobile {
	position: fixed;
	z-index: 90;
    top: 55px;
    top: 0;
    overflow: scroll;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: rgba(0,0,0,0.9);
    text-align: right;
}
#pool-sabor_menu {
	position: relative;
    margin: 30px auto 0;
    top: 0;
    left: 0;
    width: 90%;
    height: 80%;
    align-items: center;
    justify-content: center;
    display: table;
}
#pool-sabor_menu .sabor-item {
	display: block;
	text-align: left;
}

#sabor-menu .sabor-item {
	display: inline-block;
	margin-right: 10px;
	/*padding-right: 10px;
	border-right: 2px solid #997c24;*/
}
#sabor-menu .sabor-item:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}
#sabor-menu .sabor-link,
#pool-sabor_menu a {
	/*font-family: 'goth_medium', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
	font-size: 12px;
	line-height: 12px;
    color: #7f2627;
    text-decoration: none;
    display: block;
    padding: 4px 8px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
#sabor-menu .sabor-link:hover {
	text-decoration: none;
	color: #7f2627;
	border-bottom: 1px solid #7f2627;
}
#sabor-menu .sabor-link.active {
	border-bottom: 1px solid #7f2627 !important;
}
#sabor-menu .sabor-link.search-bar {
	border-bottom: 0px solid #7f2627;
}
#sabor-menu .search-bar i {
	font-size: 16px;
	line-height: 16px;
}

#pool-sabor_menu a {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	padding: 10px;
	background-color: transparent;
}
#pool-sabor_menu a:hover {
	background-color: #7f2627;
}
#pool-sabor_menu a.active {
	background-color: #7f2627 !important;
}

#sabor-search-bar {
    height: 50px;
    width: 100%;
    z-index: 100;
    position: absolute;
    top: 80px;
}
.sabor-search {
	font-size: 12px;
	line-height: 12px;
	/*font-family: 'goth_medium', Helvetica, Arial, "Lucida Grande", sans-serif;*/
	color: #7f2627;
	text-align: center;
	text-transform: uppercase;
	padding: 6px 0;
}
.sabor-search .search-block {
	display: inline-block;
	vertical-align: top;
	
	overflow: hidden;
	height: 36px;
}
.sabor-search .search-block input {
	outline: none;
	background: transparent;
	padding: 9px 10px;
	margin: 0;
	margin-left: 0px;
	width: 400px;
	border: 1px solid #7f2627;
	text-transform: uppercase;
}
.sabor-search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #7f2627;
	opacity: 0.6;
}
.sabor-search ::-moz-placeholder { /* Firefox 19+ */
	color: #7f2627;
	opacity: 0.6;
}
.sabor-search :-ms-input-placeholder { /* IE 10+ */
	color: #7f2627;
	opacity: 0.6;
}
.sabor-search :-moz-placeholder { /* Firefox 18- */
	color: #7f2627;
	opacity: 0.6;
}
.sabor-search .sabor-search-btn {
	display: block;
	padding: 9px 10px;
	margin: 0;
	border: 1px solid #7f2627;
	opacity: 0.7;
}
.sabor-search .sabor-search-btn.valid {
	opacity: 1;
	cursor: pointer;
}
.sabor-search .sabor-search-cls {
	display: block;
	padding: 8px 10px;
	margin: 0;
	cursor: pointer;
}
.sabor-search .sabor-search-cls i {
	font-size: 20px;
	line-height: 20px;
}

#mobile-search-bar {
	margin-top: 20px;
	width: 90%;
}
#mobile-search-bar .search-block {
	width: 90%;
	margin-bottom: 20px;
}
#mobile-search-bar .search-block input {
	width: 90%;
}
#mobile-search-bar .sabor-search-btn {
	display: inline-block;
}

.ui-widget-content {
	border: 1px solid #7f2627 !important;
	background: #fff !important;
	color: #7f2627 !important;
	font-family: 'newslabregular', Helvetica, Arial, "Lucida Grande", sans-serif !important;
}
.ui-menu .ui-menu-item {
	
}
.ui-menu .ui-menu-item:hover,
.ui-menu .ui-menu-item.ui-state-focus {
	border: 1px solid #7f2627 !important;
	background: #7f2627 !important;
}
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}
* html .ui-autocomplete {
	height: 200px;
}

.hidden-div {
	opacity: 0;
	display: none;
}

#restaurantes_sabor {
	/**/
	margin: 120px auto 50px;
}

.left-border {
	border-left: 2px solid #997c24;
}
.full-border {
	border: 2px solid #997c24;
}

.wine {
	color: #7f2627;
}
.wine_bg {
	background-color: #7f2627;
}
.peach_bg {
	background-color: #fff6ee;
}
.white_bg {
	background-color: #fff;
}

.block-shadow {
	box-shadow: 0 6px 8px #ccc;
}

.title-rest {
	/*font-family: 'goth_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
    padding: 15px 0;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    text-transform: uppercase;
}
.title-rest .vline {
	display: inline-block;
	width: 1px;
	height: 16px;
	margin: 0 5px -2px;
}
.title-rest .rest-type {
	font-size: 11px;
    line-height: 11px;
    /*font-family: 'goth_medium', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
    opacity: 0.8;
}
.title-rest .line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 2px;
	background-color: #997c24
}
.info-rest {
	padding: 10px 15px;
	color: #7f2627;
	position: relative;
}
.info-rest p {
	margin: 0;
}
.info-rest .icon-info {
	width: 10px;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
    line-height: 18px;
}
.info-rest .text-info {
	width: calc(100% - 25px);
	display: inline-block;
	vertical-align: top;
	color: #7f2627;
	font-family: 'goth_light', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin-left: 10px;
}
.info-rest .addre-rest {
	margin-bottom: 10px;
	height: 50px;
	max-height: 50px;
	overflow: hidden;
}
.info-rest .phone-rest {
	height: 20px;
}

.cover-rest {
	height: 250px;
	/*height: 350px;*/
	background-color: #ececec;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.cover-rest .last-rest {
	position: absolute;
	width: 100%;
	bottom: -40px;
	left: 0;
	right: 0;
	text-align: center;
}
.cover-rest .menu-rest {
	/*margin-bottom: 10px;*/
}
.cover-rest .btn-rest {
	font-family: 'goth_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    /*border: 2px solid #997c24;
    display: table;
    padding: 5px 10px;*/
    margin: 0 auto;
    cursor: pointer;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
}
/*.cover-rest .btn-rest:hover {
    border: 2px solid #fff;
}
.cover-rest .btn-rest.active {
    border: 2px solid #fff !important;
}*/
.cover-rest .show_each_menu img {
    display: block;
    margin: 0 auto;
}
.rss-rest {
	height: 20px;
}
.rss-rest a {
    color: #d5d5d5;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    margin: 0 8px;
    /*text-shadow: 1px 1px 1px #000;*/
	opacity: 1;
}
.rss-rest a:hover {
	color: #888;
	text-decoration: none;
	opacity: 1;
}

.each-rest {
	max-height: 470px;
	/**/
	margin-bottom: 50px;
}

#restaurante_menu {    
	height: 454px;
	max-width: 1200px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 90%;
}
#restaurante_menu #content_menu {
	margin: 0 auto;
}

.block-rest {
}
.block-rest .title-rest {
	font-size: 18px;
	line-height: 18px;
	padding: 0;
	margin-bottom: 10px;
}
.block-rest .addre-rest {
	height: 35px;
    max-height: 35px;
}
.block-rest .text-info {
	font-size: 12px;
    line-height: 14px;
}
.border-half-right {
	border-right: 1px solid #997c24;
}
.border-half-left {
	border-left: 1px solid #997c24;
}
.table-rest {	
	display: table;
    width: 100%;
    max-height: 100px;
    overflow: hidden;
    padding: 0;
}
.rss-absolute {
    position: absolute;
    bottom: 20px;
    right: 0px;
}
.rss-absolute a {
    color: #7f2627;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    margin: 0 8px;
    opacity: 0.7;
}
.rss-absolute a:hover {
	color: #7f2627;
	text-decoration: none;
	opacity: 1;
}

.bottom-rest {
	padding: 40px 0 20px;
}
.bottom-rest .text-rest {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 16px;
}

.content-logo {
	margin: 0;
	padding: 0;
	width: auto;
}
.content-logo .logo-rest {
	height: 100px;
    width: 100px;
    background-size: cover;
    background-position: center center;
    border: 2px solid #997c24;
    border-bottom: 0px;
    background-color: #fff;
}

.text-menu-rest {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
	height: calc(100% - 72px);
	background-color: #fff;
	text-align: center;
}
.text-menu-rest .title-menu {
	margin: 10px 0 15px;
}
.text-menu-rest .title-menu span {
	font-family: 'goth_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	display: table;
	margin: 0 auto;
	border: 2px solid #7f2627;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 12px;
	color: #7f2627;
}
.text-menu-rest .list-menu {
	font-family: 'goth_light', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    width: 90%;
    margin: 0 auto;
	font-size: 13px;
	line-height: 15px;
	color: #7f2627;
}
.text-menu-rest .list-menu .rest-bold {
	font-family: 'goth_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.text-menu-rest .list-menu .rest-divider {
	font-family: 'goth_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
}
.text-menu-rest .list-menu .rest-divider:last-child {
	display: none;
	opacity: 0;
}

.chef-block {
    height: 72px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #7f2627;
    border-top: 2px solid #997c24;
    text-align: left;
}
.chef-block .chef-image {
	height: 70px;
	width: 90px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
}
.chef-block .chef-name {
	height: 70px;
	width: calc(100% - 100px);
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.chef-block .chef-name .chef-inner {
	color: #fff;
	font-family: 'goth_light', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 14px;
	position: absolute;
	width: 90%;
	height: 14px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}
.chef-block .chef-name .chef-inner .chef-bold {
	font-family: 'goth_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.top-back {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	z-index: 20;
}
.top-back .back-rest {
	display: block;
	cursor: pointer;
}
.top-back .back-rest i {
	font-size: 20px;
	line-height: 20px;
	color: #7f2627;
}

#directorio {
	margin: 0 auto;
}

.case-list {
	text-align: center;
	margin: 0 auto 20px;
}
.case-list .each-list {
	font-family: 'goth_medium', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 22px;
	line-height: 24px;
	color: #7f2627;
	cursor: pointer;
	text-transform: uppercase;
    margin: 0 4px;
    display: inline-block;
    vertical-align: bottom;
    border: 2px solid transparent;
    padding: 2px;
}
.case-list .each-list:hover {
	font-family: 'goth_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 24px;
	border: 2px solid #997c24;
}
.case-list .each-list.active {
	font-family: 'goth_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
	font-size: 24px !important;
	border: 2px solid #997c24 !important;
}

#letter-list {
	position: absolute;
	top: 12%;
	left: 0;
	right: 0;
	z-index: 20;
	margin: 0 auto;
}

#directorio .section-hidden {
	display: none;
	opacity: 0;
}

#arrows-nav.neverShow {
	opacity: 0 !important;
}
#letter-list.neverShow {
	display: none !important;
	opacity: 0 !important;
}

#arrows-nav {
	position: fixed;
	z-index: 10;
	top: 0;
	right: 15px;
	bottom: 0;
	height: 100%;
	width: 43px;
	pointer-events: none;
}
#arrows-nav #arrows-inner {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 100px;
	padding: 0 5px;
	opacity: 0.7;
}
#arrows-nav .arrow {
	display: block;
	color: #997c24;
	text-align: center;
	cursor: pointer;
	pointer-events: all;
	text-shadow: 1px 1px 4px #fff;
}
#arrows-nav .arrow i {
	font-size: 60px;
	line-height: 50px;
}
#arrows-nav .arrow.off {
	pointer-events: none;
	opacity: 0;
}

.nano-inner {
	padding: 15px 0 20px;
}
.text-menu-rest.nano > .nano-pane {
	width: 6px;
	background: transparent;
}
.text-menu-rest.nano > .nano-pane > .nano-slider {
	background: #7f2627;
}

.hidden_1 {
	opacity: 0 !important;
}
.section {
	width: 100%;
}

#mexicogp_back_link {
	text-align: center;
	margin: 20px 0 -40px;
}
#mexicogp_back_link a {
	/*font-family: 'goth_bold',"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;*/
    font-size: 16px;
    line-height: 16px;
    color: #7f2627;
    text-decoration: none;
    padding: 0 10px 2px;
    border-bottom: 1px solid;
}

/* V2018 */

.rest_header_info{
	position: relative;
	width: 100%;
	background-color: #fff6ef;
	padding: 5px;
}
.rest_header_info .back-rest{
	color: #802524;
	margin-bottom: 20px;
	cursor: pointer;
}

.rest_header_info .back-rest img{
	height: 12px;
}
.rest_header_info_block{
	display: inline-block;
	vertical-align: middle;
    padding: 40px 0;
	
	min-height: 180px;
	
}

.rest_header_title{
	width: 70%;
	padding-left: 20px;
}
.rest_header_logo{
	width: 29%;
	background-color: white;
}

.rest_info_submenu{
	position: relative;
}

.rest_submenu_item{
	display: inline-block;
	width: 49%;
}

.rest_menu_container{
	position: relative;
	padding: 40px;
	background-color: #fff6ef;
	box-shadow: -6px 0 20px rgba(0,0,0,0.2);
}

.rest_menu_container .rest-bold{
	font-family: 'goth_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.bx-wrapper .bx-viewport{
	-moz-box-shadow: 0 0 0px rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0px rgba(0,0,0,0);
    box-shadow: 0 0 0px rgba(0,0,0,0);
    border: 0px solid rgba(0,0,0,0);
    left: -5px;
    background: transparent;
}
.bx-wrapper .bx-controls-direction a{
	top:111%;
}

.bx-wrapper .bx-next {
    background: url("../images/saborf1/controls_saborf1.png") no-repeat -43px -32px;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url("../images/saborf1/controls_saborf1.png") no-repeat 0 -32px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #802524;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ab7474;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom: -35px;
}

.rest_submenu_item{
	color: #802524;
}
.rest_header_info .title-rest{
	font-size: 44px;
	line-height: 46px;
	color: #802524;
	font-family: 'newslabregular';
}
.rest-divider{
	display: none;
}

.rest_info_container{
	margin-top: 40px;
}

.rest_info_container .rest-time{
	margin-bottom: 5px;
}
.rest_submenu_item_btn{
	cursor: pointer;
	border-bottom: 1px solid;
}
.rest_submenu_item h2{
	position: relative;
	z-index: 1;
}

#rest_menu_num_slider_container{
	position: absolute;
	left: 0;
	top: -20px;
	z-index: 0;
	width: 100px;
	height: 100px;
}
#rest_menu_slider{
	margin-bottom: 20px;
}

.rest_menu_number {
	width: 100px;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	position: absolute;
	opacity: 0;
	transition: 0.4s;
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.rest_menu_number.active {
	opacity: 1;
}
#rest_menu_number_1{ background-image: url("../images/saborf1/Num_01_Menu.png") }
#rest_menu_number_2{ background-image: url("../images/saborf1/Num_02_Menu.png") }
#rest_menu_number_3{ background-image: url("../images/saborf1/Num_03_Menu.png") }
#rest_menu_number_4{ background-image: url("../images/saborf1/Num_04_Menu.png") }

.cover-rest{
	height: 290px;
}

.restaurant-address {
	position: relative;
	margin: 0 0 10px;
}
.restaurant-address .icon-info {
    position: absolute;
    top: 0;
    left: 0;
}
.restaurant-address .text-info {
	padding: 0 0 0 20px;
	color: black;
}


@media (max-width:1200px) {
	.title-rest {
		font-size: 14px;
		line-height: 14px;
	}
}
@media (max-width:992px) {
	#sabor-logo img {
		height: 50px;
	}
	
	#restaurante_menu {
	    height: auto;
	    max-width: 1200px;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    margin: auto;
	    padding: 0;
	    width: 90%;
	}
	.rest_header_title{
		padding-left: 10px;
		width: 68%;
	}
	
}
@media (max-width:840px) {
	#sabor-menu .sabor-item {
	    padding-right: 6px;
	    margin-right: 6px;
	}
}
@media (max-width:767px) {
	#sabor-logo {
		height: 50px;
		width: 145px;
	}
	#sabor-logo img {
		height: 40px;
	}
	
	#start_button {
		bottom: 20%;	
	}
	
	.each-rest {
		float: none;
		width: 90%;
		margin: 0 auto;
		/**/
		margin-bottom: 50px;
	}
	
	.content-logo .logo-rest {
		border-bottom: 2px solid #997c24;
	}
	.table-rest {
		max-height: 100%;
	}
	.rss-absolute {
		bottom: inherit;
		top: 80px;
		right: inherit;
		left: 110px;
	}
	.content-info {
		width: 100%;
		padding: 10px;
		border-left: 2px solid #997c24;
	}
	.block-rest .addre-rest,
	.info-rest .phone-rest {
		height: auto;
		max-height: 100%;
	}
	
	#restaurante_menu {
		position: relative;
		margin: 80px auto 50px;
		height: auto !important;
	}
	#restaurante_menu .cover-rest {
		padding: 0;
		border: 0;
		height: 250px
	}
	#restaurante_menu .text-menu-rest {
		position: relative;
	}
	#restaurante_menu .chef-block {
		position: relative;
		border-bottom: 2px solid #997c24;
	}
	
	#sabor-menu.sabor-lite_menu {
		display: none !important;
		opacity: 0 !important;
	}
	
	#restaurantes_sabor {
		margin: 80px auto 40px;
	}
	
	#sabor_page {
		margin-top: 0 !important;
	}
	#sabor-search-bar {
		display: none !important;
		opacity: 0 !important;
	}
	#restaurante_menu{
		top: 0;
	}
	.rest_header_info_block {
	    display: block;
	    padding: 10px 10px;
	    min-height: auto;
	}
	.rest_header_logo {
	    width: 25%;
	    background-color: transparent;
	    position: absolute;
	    right: 0;
	    top: 0;
	}
	.rest_header_info .title-rest {
	    font-size: 30px;
	}
	.rest_header_title{
		width: 100%;
	}
	.rest_header_info .back-rest {
	    margin-bottom: 10px;
	}
}


