/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

/* global box-sizing */
*,
*:after,
*:before {
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}

body {
    font-size: 1em;
    line-height: 1.4;
}
body.fixed_fallback{
    height: 100%;
    overflow: hidden; 
}
body.fixed_fallback .scroll_wrapper{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    -webkit-overflow-scrolling: touch;  
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.clear{
    clear: both;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
body {
    font: 18px/33px 'Quicksand', Helvetica, Helvetica Neue, Arial, sans-serif;
    font-weight: bold;
    color: #FFF;
}
h2 {
    margin: 2px 0 22px  0;
    font-weight: bold;
    font-size: 27px;
}
input[type="text"], input[type="email"], input[type="tel"] {
    background: none repeat scroll 0 0 #2A2A2A;
    border: 1px solid #FFFFFF;
    color: #fff;
    font-family: 'Quicksand';
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    border-radius: 0;
}
input.invalid{
    box-shadow: 0 0 5px #FF0000;
}
input[type="submit"], input[type="button"]{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    font-family: 'Quicksand';
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 27px;
    padding: 0 35px;
    border-radius: 0;
}
input[type="submit"]:hover, input[type="button"]:hover{
    background: #fff;
    color: #2a2a2a;
}
input[type="submit"].inactive, input[type="button"].inactive, .processing input[type="submit"]{
    cursor: default;
    opacity: 0.2;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="submit"]:focus, input[type="button"]:focus {
    outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #868686;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #868686;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #868686;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #868686;
}

a {
    text-decoration: none;
    color: #fff;
}

a:focus {
    border: none;
    outline: 0;
}
.wrapper {
    width: 100%;     
    margin: 0 auto;
}

header {
    position: fixed;
/*    bottom: 0px; */
    top: 0; 
    left: 0;   
    width: 100%;
    z-index: 1000;    
}
.header-wrapper {     
    position: absolute;
    width: 100%;
}
.header-bg {
    background: #FFF;
    height: 70px;
    transition: height .3s ease-in-out;
    -webkit-transition: height .3s ease-in-out; /* Safari */
}
.header-bg.open {
    height: 85px;
}
.header-bg.fully-open  {
    height: 123px;
}
.header-shadow {
    background: url("../img/shadow.png") repeat-x;
    height: 4px;
    margin-top: 0;
    width: 100%;
}
.menu_btn {
    display: none;
}
.logo {
    float: left;
    left: 42px;
    top: 10px;
    position: absolute;
    background: url("../img/logo_bg_small.png") no-repeat scroll 6px 57px rgba(0, 0, 0, 0);
}

.logo_name
{
    float: left;
    left: 114px;
    padding-left: 6px;
    top: 21px;
    position: absolute;
    background: url("../img/logo_bicadosapato.png") no-repeat 6px 6px transparent;
    width: 150px;
	height: 35px;
}

header nav a{
    color: #cecece;
    font-size: 16px;
    padding: 0 13px;
    font-family: 'Quicksand';
    text-transform: uppercase;
}
header nav a:hover{
    color: #000;
    
}
header nav li.active a{
    color: #000;
}
nav{
    text-align: center; 
}
header nav ul{
    line-height: 63px;
    margin: auto;
    padding: 0;
    width: 100%;
}
header nav ul.subnav{
    display: none;
}
header nav ul li{
    display: inline;
}
header nav ul li.separator{
    border-top: 2px solid #000000;
    height: 2px;
    margin-top: 16px;
    width: 50px;
}
header nav ul.language_menu{
    margin-right: 25px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
header nav ul.language_menu li{
    opacity: 0;
    float: right;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out; /* Safari */
}
header nav ul.language_menu li.active{
    opacity: 1;
}
header nav ul.language_menu:hover li{
    opacity: 1;
}   
header nav ul.language_menu a{
    font-family: 'Quicksand';
    padding-right: 0;
}

header .sub_menu{
    left: 20px;
    position: absolute;
    top: 120px;
}
header .sub_menu ul{
    list-style: none;
    padding: 0; 
    margin: 0; 
}
header .sub_menu ul li a{
    background: none repeat scroll 0 0 #FFFFFF;
    clear: left;
    color: #000000;
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    margin: 1px 0;
    padding: 0 15px;
    width: auto;
    
    -webkit-transition: background 0.3s,-webkit-transform 0.3s;  /* For Safari 3.1 to 6.0 */
    transition: background 0.3s, transform 0.3s;
}
header .sub_menu ul>li>ul{
    display: none;   
}
header .sub_menu ul>li.active>ul{
    display: inline;   
}
header .sub_menu ul>li>ul>li>a{
    background: #ace0ee;
} 
header .sub_menu ul li.active>a{
    background: #00aeef;
    color: #fff;
}  

/* Main Content */
section{
    overflow: hidden;
    position: absolute;
    top: 100%; 
}
section .section_background{
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
}
section img.background{
    width: 100%;
}
section .section_static .filter{
    background: url('../img/bg_filter.png') repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.3;
    top: 0;
}
section .section_static {
    top: 0;
    position: absolute;
}
#fake_scroll{

}

.main_content{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  
}
section#restaurant{ 
    top: 0;  
}
section#restaurant .section_static{
        
} 
section#restaurant_schedule{

}
section#restaurant_menu{

}
section#restaurant_chef{

}
.section_content {
    max-width: 530px;
    min-height: 100px;
    position: relative;
    padding: 0 10px;
    margin: 185px auto 185px;
    background: rgba(171, 223, 238, 0.8);
    color: #000;
    font-size: 15px;
}

.section_content_2 {
}

.section_content_p {
    max-width: 530px;
    min-height: 100px;
    position: relative;
    padding: 0 10px;      
    margin: 185px auto 185px;
    background: rgba(255, 255, 255, 0.9)
    color: #000;
    font-size: 15px;
    
    background: none;
    max-width: 740px;
    padding: 40px 40px 40px 10px;
    border-left:none;
    border-right:none;
}

.section_overlay{
}

.section_content h1{
    font-weight: 500;
    font-family: 'Lora', serif;
    font-size: 32px;
	color: #fff;
	padding-bottom: 10px;
}

.section_content h2{
    font-weight: 500;
    font-family: 'Lora', serif;
    font-size: 24px;
	color: #fff;
}

.section_content h3{
    font-weight: 500;
    font-family: 'Lora', serif;
    font-size: 15px;
    line-height: 24px;
	color: #fff;
}

.section_content p{
    line-height: 24px;
    margin: 24px 0;/* 5px 0; */
    font-weight: 400;
    font-family: 'Lora', serif;
    font-size: 15px;
    color: #161616;
}

.section_content a {
    text-decoration: underline;
    color: #000;
}

.section_content a:hover {
    text-decoration: underline;
    color: #fff;
}

.section_content_2 a {
    text-decoration: none;
    color: #000;
}

.section_content-inner
{
	min-height: 50px;
	color: #000;
	padding: 20px 30px;
	
	padding-bottom: 10px;
	
	border-left:3px solid white;
	border-right:3px solid white;	
}

.inputfield_label
{
	color: #2a2a2a;
	line-height: 20px;
}


/* PRIVATE EVENTS */

#privevent_name, #privevent_type {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #2a2a2a;
    color: #000;
    font-family: 'Quicksand';
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    border-radius: 0;
}

.private_events_form
{
	color: #000;
	padding: 20px 30px;
	
    font-family: 'Lora', serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #161616;
}

.form_textarea
{
	width: 300px;
	height:75px;
	border: 1px solid #2a2a2a;
	width: 100%;
}

.private_events_form .input_3col .checkbox{
    font-family: 'Lora', serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #161616;
    margin-right: 13px;
}

.private_events_form input[type="text"]
{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #2a2a2a;
    color: #000;
    font-family: 'Quicksand';
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    border-radius: 0;
}

.input_3col
{
	float: left;
	padding-right: 20px;
}

.input_3col input[type="text"]
{
	width: 95px;
}

.input_3col .checkbox{
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: bold;
    color: #2a2a2a;
    margin-right: 13px;
}
.input_3col .checkbox_btn{
    width: 11px;
    height: 11px;
    display: inline-block;
    border: 1px solid #2a2a2a;  
}
.input_3col .checkbox_btn.checked{
    background: #2a2a2a;
}


.private_events_form input[type="submit"] {
    background: #2a2a2a;
    border: 3px solid #2a2a2a;
    color: #fff;
    font-family: 'Quicksand';
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 27px;
    padding: 0 35px;
    border-radius: 0;
}
.private_events_form input[type="submit"]:hover {
    background: #fff;
    color: #2a2a2a;
}
.private_events_form input[type="submit"].inactive {
    cursor: default;
    opacity: 0.2;
}


/* GALLERY */

.gallery_press_list_item
{
	width: 200px;
	float: left;
	margin-left: 30px;
	overflow: hidden;
	padding-bottom: 40px;
}

.gallery_press_list_item .item_title
{
	margin-top:10px;
    text-align: left;
    line-height: 20px;
}

.gallery_press_list_item .item_date
{
    font-size: 12px;
    text-align: left; 
    text-transform: uppercase;
    line-height: 19px;
    color: #6e6e6e;
}

.gallery_press_list .gallery_press_list_item .item_title a{
    color: #2a2a2a;
}

.gallery_press_list_item .item_title a:hover{
    color: #000;
	text-decoration: underline;
}

.gallery_press_list_item .item_title li.active a{
    color: #000;
}


.gallery_photo_list_item
{
	width: 200px;
	float: left;
	margin-left: 30px;
	overflow: hidden;
	padding-bottom: 40px;
}

.gallery_photo_list_item .inner
{
	display: inline-block;
	position: relative;
	right: -50%;
}

.gallery_photo_list_item .inner img 
{
	position: relative;
	left: -50%;
}

.gallery_photo_list_hidden
{
	display: none;
}


.text_intro
{
	margin-left: 30px;
}




/*----- CONTACTS -----*/

.contacts_partner_list
{
	background: rgba(255, 255, 255, 0.7);
	padding: 20px 20px;
}

.contacts_partner_item
{
	width: 118px;
	height: 118px;
	float: left;
	overflow: hidden;
	margin: 0 20px;
}


/*----- HOME -----*/

.words_container
{
	height: 100%;
}

.home_random_word
{
	color: #fff;
	height: 42px;
	line-height: 42px;
	margin: 1px 0;
	padding: 15px 15px;
	width: auto;
    position: absolute;

	font-family: 'Quicksand';
	font-size: 30px;
	text-transform: uppercase;
	
	white-space: nowrap;
	overflow: hidden;
}




.menus-box-list
{
	
}

.menus-box
{
	max-width: 530px;
	min-height: 50px;
	padding: 10px;      
	margin: 0px auto 50px;
	background: rgba(171, 223, 238, 0.8);
	font-size: 15px;
	text-align: center;
}

.menus-box-inner
{
	min-height: 50px;
	border:5px solid white;
	line-height: 50px;
	color: #000;
}

.menus-box-inner a
{
	color: #fff;
	text-decoration: none;
}

.menus-box-inner a:active, a:hover
{
	color: #000;
}





.horario_r
{
	display: block;
	float: right;
	margin-left: 10px;
	text-align: right;
	margin-right: 60px;
}





/* RESERVES CALENDAR */
.month_control {
    position: relative;
}
.month_control a{
    background: url("../img/calendar_sprites_small.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 19px;
    width: 20px;
}
.month_control a.disabled{
    opacity: 0.15;
    cursor: default;
}
.month_control a.previous_month{
    background-position: -5px 4px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.month_control a.next_month{
    background-position: -27px 4px;
    position: absolute;
    right: 0;
    top: 0;
}
.month_control .month_name{ 
    font-size: 14px;
    text-align: center; 
    text-transform: uppercase;
    line-height: 19px;
}
.days_header {                
    font-size: 13px;
}
.month_days {
    margin-left: -4%;
    margin-top: 4px;
    width: 107%;
}
.day_col{
    width: 14.2857%;
    float: left;
    text-align: center;
    line-height: 28px; 
}
.week {
    
}
.day {
    color: #fff;            
    display: inline-block;
    line-height: 28px;
    height: 28px;
    width: 28px;  
    font-size: 13px;  
    font-weight: normal;
    cursor: pointer;
    margin: 0px 0;
}
.day_col.disabled .day{
    opacity: 0.15;
    cursor: default;
    
}
.day_col.unavailable .day{
    opacity: 0.25;
    cursor: default;
    
}
.day_col.today .day{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #2A2A2A;
}
.day_col.selected .day{
    border: 1px solid #FFFFFF;
}
#day_chooser{
    padding: 0 20px;
   /* display: none; */
}
#reservation_info{
    display: none; 
    position: relative;
}
#reserve_success{
    display: none; 
}
#location_chooser.value_chooser .current{
    width: 124px; 
}
#location_chooser.value_chooser .options{
    text-align: left;
    padding-left: 5px;
}
label{                                  
    float: left;
    font-size: 14px;
    line-height: 16px;
    width: 112px;
}
.input_row label{

}
.input_row .selected_date{
    width: 76%;
    background: #FFF;
    float: left;
    color: #00447d;
    text-align: center;
    line-height: 44px;
    height: 44px;
    border-radius: 22px;                
    cursor: pointer;
    font-size: 20px;
    text-transform: uppercase;
}
.value_chooser{
    font-size: 14px;
    font-weight: bold;
    float: left;
    color: #fff;
    position: relative;
    font-family: 'Montserrat';
}  
.value_chooser .current{
    line-height: 16px;
    height: 16px;
    width: 24px;
    text-align: left;
    cursor: pointer; 
}
.value_chooser.yes_no_chooser .current{
    width: 80px;
}
.value_chooser .options{
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    height: 44px;
    left: 0;
    line-height: 22px;
    padding: 0 0px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100;
}
.value_chooser .options a{
    font-size: 14px;
    line-height: 16px;
    color: #2A2A2A;
}
.value_chooser .options a.selected{
    color: #B2B2B2;
}
.time_sep {
    float: left;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: bold;
    line-height: 13px;
    padding: 0 9px 0 0;
}
.right_field{
    float: right;
    width: 80px;
    margin-left: 32px;
}
.right_field_wrapper{
    float: right;
}
.input_row{
    clear: both;
    height: 19px;
    margin-bottom: 8px;
}
.input_row.full_width_field{
    height: auto;
    margin-bottom: 12px;
}
.input_row.last{
    margin-bottom: 0px;
}
.input_row.full_width_field input{
    width: 100%;
}

#reserve_form input[type=submit]{
    margin-left: 31px;
    margin-top: 201px;
}
.overlay_chooser {
    background: #00447d;
    opacity: 0.95;
    position: absolute;
    bottom: 0;
    height: 55%;
    width: 100%;
    display: none;
}
.overlay_chooser.persons_chooser{
    height: 70%; 
}
.checkboxes_radio{
    line-height: 16px;
}
.checkboxes_radio .checkbox{
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-right: 13px;
}
.checkboxes_radio .checkbox_btn{
    width: 11px;
    height: 11px;
    display: inline-block;
    border: 1px solid #fff;  
}
.checkboxes_radio .checkbox_btn.checked{
    background: #fff;
}
/* FOOTER */
footer {
    background-color: #2A2A2A;
    border: 0 none;
    bottom: 0;
    height: 70px;
    position: fixed;
    z-index: 1001;
    /*
    -webkit-transition: height 0.3s,-webkit-transform 0.3s;  
    transition: height 0.3s, transform 0.3s;   */
}
footer .cover{
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
    background: #2a2a2a;
}
footer .goto_top{
    font-weight: bold;
    font-size: 27px;
    background: url("../img/up_arrow.png") no-repeat 0 center;
    padding-left: 32px;
    float: right;
    margin-right: 50px;
    color: #FFF;
    line-height: 30px;
    margin-top: 25px;
}
footer a.btn_reservas{
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    left: 30px;
    line-height: 16px;
    padding: 8px 34px;
    position: absolute;
    top: 16px; 
}
footer a.btn_reservas:hover,
footer a.btn_reservas.active{
    background: #fff;
    color: #2a2a2a; 
}

footer a:hover
{
	color: #ace0ee;
}

.fixed_footer{
    bottom: 14px;
    font-size: 13px;
    left: 240px;
    line-height: 21px;
    position: absolute;
} 
.fixed_footer .contact_phone{
    float: left;
}
.fixed_footer .contact_address{
    float: left;
    margin-left: 58px;
}
.fixed_footer .contact_map{
    float: left;
    margin-left: 65px; 
}
footer .social{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 70px; 
    overflow: hidden;
}
footer .social a{
    border-left: 1px solid #2E2E2E;
    box-shadow: -1px 0 1px #262626;
    float: right;
    height: 70px;
    width: 70px;
    background: url('../img/social.png') no-repeat -1px center transparent; 
}
#facebook_link{
}
#twitter_link{
    background-position: -72px center; 
}
#instagram_link{
    background-position: -142px center; 
}
.reserves{
    margin-top: 80px;
    padding-bottom: 70px;
    overflow: hidden;
    display: none;
}
.reserves_block{
    border-right: 1px solid #2E2E2E;
    box-shadow: 1px 0 1px #262626;
    float: left;
    height: 270px; 
    padding-left: 31px;
    padding-right: 31px;
    width: 371px;
    position: relative;
}
.reserves_block .overlay{
     background: none repeat scroll 0 0 #2A2A2A;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
} 
.reserves_block.inactive .overlay,
.processing .reserves_block .overlay{
    display: block;
}

.btn_close{
    width: 36px;
    height: 36px;
    position: absolute;
    top: 16px;
    color: #fff;
    right: 26px;
    text-align: center;
    line-height: 30px;
    border: 3px solid #FFFFFF;
    font-size: 16px;
}
a.btn_close:hover,
a.btn_close.active{
    background: #fff;
    color: #2a2a2a; 
}


.pdf_download img{
   
    width: 100%;
}
.timetable {
    font-size: 27px;
    line-height: 41px;
    position: absolute;
    top: 33%;
    width: 100%;
}
.timetable td {
    
}
.timetable_holder{
    position: relative;
}
.timetable_holder img{
    width: 100%;
}

/* dialog overlay */
.dialog_overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 10000;
    display: none;
}
.overlay_bg{
    background: #000;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dialog{
    background-color: #2A2A2A;
    width: 300px; 
    height: 200px;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    line-height: 23px;
}
.dialog .message{
    height: 139px;
    padding: 20px 15px;
}
.dialog_ok{
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    padding: 8px 34px;
}
.dialog_ok:hover {
    background: #fff;
    color: #2a2a2a; 
}





/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 930px) {
    #reserve_form input[type=submit]{
        margin: 0 0 0 31px;
    }
    .reserve_info {
        height: 238px;
    }
}
@media only screen and (max-width: 1047px) {
    footer .contact_map{
        display: none;
    }
}
@media only screen and (max-width: 1200px) {
    .section_content {
        left: 60px;
    }
}
@media only screen and (max-width: 800px) {
    .section_content {
        left: 0;
    }
}
@media only screen and (max-width: 850px) {
    footer .contact_map{
        display: none;
    }
}
@media only screen and (max-width: 915px) {
    footer .contact_address{
        display: none;
    }
} 
@media only screen and (max-width: 565px) {
    footer .social {
        display: none;
    }
}

@media only screen and (max-width: 915px) {
    footer .contact_map{
        display: block;
    }
} 

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
}

@media only screen and (max-width: 700px) {
    footer .contact_map{
        display: none;
    }
} 


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
}




/* MOBILE ONLY */
@media only screen and (max-width: 380px) 
{
    footer .fixed_footer{
        font-size: 11px;
        line-height: 15px;
        bottom: 7px;
        left: 215px;
    }
    section .section_static{
        position: relative;
    }
    .section_content{
        margin: -20px 0 0;
        padding: 20px 18px;
        padding-bottom: 0;
    }
    .main_content {
        margin-top: 44px;
        margin-bottom: 45px;
        position: relative;
        height: auto;
    }
    section{
        position: relative;
        width: 100%;
    }
    footer a.btn_reservas {
        left:20px;
        font-size: 13px;
        padding: 5px 28px;
        top: 7px;
    } 
    footer .cover {
        height: 45px;
    }
    footer {
        height: 45px;
    }
    .reserves {
        padding-bottom: 45px;
    }
    .btn_close{
        background: #fff;
        width: 32px;
        height: 32px;
        border-radius: 18px;
        position: absolute;
        top: 5px;
        color: #000;
        right: 18px;
        text-align: center;
        line-height: 31px;
    }
    .reserves_block{
        padding-left: 17px;
        padding-right: 17px;
        width: 335px;
    }
    #reserve_form input[type=submit] {
        margin: 0 0 0 17px;
    }
	
	.menus-box-list
	{
		padding-top: 30px;
	}

	.menus-box
	{
		margin: 0px auto 30px;
	}
	
	.horario_r
	{
		margin: 0px;
		margin-left: 10px;
	}
	
	.section_content_p 
	{
		max-width: 320px;
		min-height: 50px;
		padding: 0 10px;
		padding: 0 40px 40px 10px;
		margin: 0;
	}
	
	.contacts_partner_list
	{
		padding: 0 auto;
	}
	
	.contacts_partner_item
	{
		width: 118px;
		height: 118px;
		float: none;
		overflow: hidden;
		margin: 0 20px;
	}
	
	textarea { resize:horizontal; }
}

/* MENU MEDIA QUERIES */
@media only screen and (max-width: 800px) {
    .logo {
        left: 25px;
    }
    .sub_menu{
        display: none;
    }
    .logo {
        left: 15px;
        bottom: -24px;
        top: inherit;
        height: 65px;
        background: url("../img/logo_bg_mobile.png") no-repeat -1px 37px transparent;
        background-size: 51px auto;
    }
    .logo img{
        width: 51px;
    }
    
    .logo_name
	{
	    float: left;
	    left: 70px;
    	padding-left: 6px;
    	top: 252px;
	    position: absolute;
		background: url("../img/logo_bicadosapato.svg") no-repeat 6px 6px transparent;
		width: 140px;
		height: 30px;
	}
	
    .header-bg{
        background: #FFF;
        height: auto;
        padding-bottom: 45px; 
    }
    header {
        top: -245px;
    }
    header nav ul li {
        float: none;
        display: block;
        text-align: left;
    }
    header nav>ul>li {
        border-bottom: 1px solid #f2f2f2;
    }
    header nav ul li a{  
        font-size: 20px;
        display: block;
    }
    header nav ul{
        padding: 0 0 0 0px;
        float: none;
        line-height: 40px;
    }
    .menu_btn {
        display: block;
        width: 54px;
        height: 45px;
        position: absolute;
        right: 0;
        bottom: 4px;
        background: url("../img/menu_btn_mobile.png") no-repeat 14px 12px; 
    }
    header nav ul.language_menu {
        float: none;
        position: relative;
    }
    header nav ul.language_menu li{
        opacity: 1;
    }
    #spaces_menu > a{
        font-size: 15px;
        line-height: 23px;
        padding-top: 10px;
        cursor: default;
    }
    #spaces_menu > a:hover{
        color: #ace0ee;
    }
    header nav ul.subnav{
        position: inherit;
        line-height: 40px;
        height: auto;
        display: none;
    }   
    
    header nav ul>li:hover>ul.subnav{
        display: block;  
    }   
    
    header nav ul.subnav li a{
        color: #CECECE;
        font-size: 17px;
    } 
    header nav ul.language_menu li{
        border: none;
        float: left;
    }
    header nav ul.language_menu li a{         
    }
}
   



/* 

*/
@media only screen and (min-device-width: 480px) and (max-device-width: 1024px) and (orientation: portrait){
  /* For portrait layouts only */

    .logo {
        left: 25px;
    }
    .sub_menu{
        display: none;
    }
    .logo {
        left: 15px;
        bottom: -24px;
        top: inherit;
        height: 65px;
        background: url("../img/logo_bg_mobile.png") no-repeat -1px 37px transparent;
        background-size: 51px auto;
    }
    .logo img{
        width: 51px;
    }
    
    .logo_name
	{
	    float: left;
	    left: 70px;
    	padding-left: 6px;
    	top: 252px;
	    position: absolute;
		background: url("../img/logo_bicadosapato.svg") no-repeat 6px 6px transparent;
		width: 140px;
		height: 30px;
	}
	
    .header-bg{
        background: #FFF;
        height: auto;
        padding-bottom: 45px; 
    }
    header {
        top: -245px;
    }
    header nav ul li {
        float: none;
        display: block;
        text-align: left;
    }
    header nav>ul>li {
        border-bottom: 1px solid #f2f2f2;
    }
    header nav ul li a{  
        font-size: 20px;
        display: block;
    }
    header nav ul{
        padding: 0 0 0 0px;
        float: none;
        line-height: 40px;
    }
    .menu_btn {
        display: block;
        width: 54px;
        height: 45px;
        position: absolute;
        right: 0;
        bottom: 4px;
        background: url("../img/menu_btn_mobile.png") no-repeat 14px 12px; 
    }
    header nav ul.language_menu {
        float: none;
        position: relative;
    }
    header nav ul.language_menu li{
        opacity: 1;
    }
    #spaces_menu > a{
        font-size: 15px;
        line-height: 23px;
        padding-top: 10px;
        cursor: default;
    }
    #spaces_menu > a:hover{
        color: #ace0ee;
    }
    header nav ul.subnav{
        position: inherit;
        line-height: 40px;
        height: auto;
        display: none;
    }   
    
    header nav ul>li:hover>ul.subnav{
        display: block;  
    }   
    
    header nav ul.subnav li a{
        color: #CECECE;
        font-size: 17px;
    } 
    header nav ul.language_menu li{
        border: none;
        float: left;
    }
    header nav ul.language_menu li a{         
    }
    
    
    section .section_static{
        position: relative;
    }
    .section_content{
        margin: -20px 0 0;
        padding: 20px 18px;
        max-width: 100%;
        padding-bottom: 0;
    }
    .main_content {
        margin-top: 44px;
        margin-bottom: 45px;
        position: relative;
        height: auto;
    }
    section{
        position: relative;
        width: 100%;
    }

	.menus-box-list
	{
		padding-top: 50px;
	}

.menus-box
{
	max-width: 530px;
	min-height: 50px;
	padding: 10px;      
	margin: 0px auto 50px;
	background: rgba(171, 223, 238, 0.8);
	font-size: 15px;
	text-align: center;
}

.menus-box-inner
{
	min-height: 50px;
	border:5px solid white;
	line-height: 50px;
	color: #000;
}
}







/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@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;
    }
}