

/*MENU*/
div#logo-menu{
	width: 260px !important;
	height: 100px !important;
	position: fixed !important;
	display: inline-block !important;
	top: 0 !important;
	margin: auto !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 999 !important;
}

a#logo{
	width: 260px !important;
	height: 100px !important;
	position: fixed !important;
	display: inline-block !important;
	top: 0 !important;
	margin: auto !important;
	left: 0 !important;
	right: 0 !important;
	background: url(/img/menu/logo.png) center no-repeat;
	background-size: 230px !important;
	z-index: 999 !important;
}

a#open-close{
	width: 90px !important;
	height: 30px !important;
	position: fixed !important;
	top: 30px !important;
	left: 10px !important;
	cursor: pointer !important;
	z-index: 999 !important;
	text-align: left !important;
	transition: all 0.3s ease !important;
}

a#open-close p{
	color: #d0c8bf;
	font-family: bold;
	font-size: 10px;
	display: inline-block;
	line-height: 30px;
	letter-spacing: 5px;
	margin-top:0;
	margin-bottom:0;
	padding-left: 5px;
}

a#open-close #lineas{
	width: 15px;
	height: 15px;
	margin-top: 7.5px;
	display: inline-block;
	vertical-align: top;
	transition: all 0.3s ease; 
}
a#open-close:hover #lineas{
	width: 25px;
}
a#open-close .linea{
	width: 100%;
	height: 1px;
	margin-bottom: 6px;
	background: #d0c8bf;
}
a#open-close .linea-b{
	width: 50%;
	height: 1px;
	background: #d0c8bf;
	transition: all 0.5s ease-in; 
}
a#open-close:hover .linea-b{
	width: 100%;
}
.menu-activo{
	top: 0 !important;
	opacity: 1 !important;
}
nav{
	height: 100%;
	background: rgba(44,39,43,0.95);
	color: #FFF;
	position:fixed !important;
	left: 0;
	top:-100%;
	z-index: 998;
	text-align: left;
	border-bottom: 3px solid #2c272b;
	text-align: center;
	opacity:0;
	transition: all 0.5s ease-in-out; 
}

div#menu{
	height: 400px;
	width: 800px;
	position: absolute;
	transition: all 0.5s ease;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 40px;
}
div#menu .columna2{
	padding: 0 20px;
}
div#menu-izq{
	text-align: right;
}
div#menu-izq a.menu{
	font-size: 36px;
	letter-spacing: 18px;
	line-height: 80px;
	padding-right: 10px;
	margin-bottom: 0;
}
div#menu-der{
	text-align: left;
	border-left: 1px dashed #d0c8bf;
}
div#menu-der a.menu{
	font-size: 18px;
	letter-spacing: 9px;
	line-height: 60px;
	padding-left: 10px;
}
a.menu{
	font-family: bold;
	color: #fffbf6;
	transition: all 0.3s ease;
	cursor: pointer;
	margin: 0 5px;
	display: block;
	transition: all 0.3s ease;
}
a.menu:hover{
	background: #fffbf6;
	color:#2c272b;
	text-decoration: line-through;
}
a#reservas_menu{
	margin-top: 10px !important;
    margin-right: 35px !important;
}


/*Social*/
div#social{
	width: 200px !important;
	height: 80px !important;
	position: fixed !important;
	right: 20px !important;
	left: auto !important;
	top:15px !important;
	z-index: 999 !important;
}
a.social{
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	border: 1px solid #d0c8bf;
	margin:0;
	margin-top: 22.5px;
	margin-left: 10px;
	transition: all 0.3s ease;
	vertical-align: top;
}
a#fb{background: url(/img/menu/fb.png) center no-repeat;}
a#fb:hover{background:#fffbf6 url(/img/menu/fbh.png) center no-repeat;}
a#ig{background: url(/img/menu/ig.png) center no-repeat;}
a#ig:hover{background: #fffbf6 url(/img/menu/igh.png) center no-repeat;}

div#datos-fijo{
	position: fixed !important;
	display: inline-block !important;
	bottom: 20px !important;
	right: 20px !important;
	z-index: 999 !important;
	height: 30px !important;
	width: 420px !important;
	top: auto !important;
	left: auto !important;
	overflow: visible !important;
	text-align: right;
}
div#datos-fijo p{
	font-family: light !important;
	font-size: 14px !important;
	letter-spacing: 3px !important;
	line-height: 14px;
	color: #fffbf6;
}




/*Midnight*/
.midnightHeader.white a#logo{
	background: url(/img/menu/logo-b.png) center no-repeat !important;
	background-size: 200px !important;
}
.midnightHeader.white .linea{
	background: #606161 !important;
}
.midnightHeader.white .linea-b{
	background: #606161 !important;
}
.midnightHeader.white p{
	color: #606161 !important;
}
.midnightHeader.white a.social{
	border: 1px solid #606161 !important;
}
.midnightHeader.white a#fb{background: url(/img/menu/fbh.png) center no-repeat !important;}
.midnightHeader.white a#fb:hover{background:#606161 url(/img/menu/fb.png) center no-repeat !important;}
.midnightHeader.white a#ig{background: url(/img/menu/igh.png) center no-repeat !important;}
.midnightHeader.white a#ig:hover{background: #606161 url(/img/menu/ig.png) center no-repeat !important;}

/**********  ------ RESPONSIVE  ------ **********/

@media screen and (max-width: 1024px){
}

@media screen and (max-width: 800px){
div#menu{height: 300px;width: 280px;padding-top: 0;}
div#menu-izq{text-align: center;}
div#menu-izq a.menu{font-size: 24px;letter-spacing: 12px;line-height: 60px;	padding-right: 0;}
div#menu-der{text-align: center;border-left:none;border-top: 1px dashed #d0c8bf;}
div#menu-der a.menu{font-size: 12px;letter-spacing: 6px;line-height: 48px;padding-left: 0;}
div#social{display: none;}
a#open-close{top: 15px !important;}
}
@media screen and (max-width: 600px){
a#logo{width: 150px !important;height: 60px !important;background-size: 150px !important;}
.midnightHeader.white a#logo{background-size: 150px !important;}
div#datos-fijo{display: none !important;}
}
@media screen and (max-width: 480px){
a#logo{width: 100px !important;height: 60px !important;background-size: 100px !important;}
.midnightHeader.white a#logo{background-size: 100px !important;}
}
@media screen and (max-width: 320px){
}
