/* Put your custom css here */
body {
	padding: 0!important;
	color: #232323;
	font-family: 'Lora', serif!important;
}
h3 {
	font-size: 1.3em;
}
/* ==================================================
   Font Styles
================================================== */
.open {
 font-family: 'Open Sans', sans-serif;
}
.lora {
font-family: 'Lora', serif;
}
.f400 {
font-weight: #paralaxSlice3.actualidad400;
}
.f600 {
font-weight: 600;
}
.f700 {
font-weight: 700;
}
.italic {
font-style: italic;
}
.cookie {
font-family: 'Cookie', cursive;
}
.lobster {
font-family: 'Lobster', cursive;
}
.upper {
	text-transform: uppercase;
}
.fs06 {
	font-size: 0.6em;
}
/* ==================================================
   Home Slider
================================================== */

#home-slider {
	position: relative;
	overflow: hidden;
	height: 100%;
}

#home-slider .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #26292E;
	opacity: 0.5;
	filter: alpha(opacity=70);
	z-index: 0;
}

#home-slider .slider-text {
	position: absolute;
	left: 50%;
	top: 35%;
	margin: -150px 0 0 -585px;
	width: 1170px;
	height: 250px;
	text-align: center;
	z-index: 2;
}

#home-slider #slidecaption {
	width: 100%;
	line-height: 250px;
	margin: 0;
	text-align: center;
	text-shadow: none;
}

#home-slider .slide-content {
	font-size: 60px;
	color: #FFFFFF;
	letter-spacing: -3px;
	text-transform: uppercase;
}

#home-slider .control-nav {
	position: absolute;
	width: 100%;
	background: #2F3238;
	height: 50px;
	bottom: 0;
	z-index: 2;
}

#home-slider #nextslide,
#home-slider #prevslide {
	background-image: none;
	background-color: #26292E;
	display: inline-block;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transition: background 0.1s linear 0s;
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextslide {
	margin-left: -3px;
}

#home-slider #nextsection {
	float:right;
}

#home-slider #nextslide:hover,
#home-slider #prevslide:hover {
	background-color:#e3ad47;
}

#home-slider #nextslide i,
#home-slider #prevslide i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextslide i {
	margin-left: -8px;
}

#home-slider #prevslide i {
	margin-left: -9px;
}

#home-slider ul#slide-list {
	top: 50%;
	padding: 0;
	margin:-6px 0 0 0;
}

#home-slider ul#slide-list li {
	margin-right: 12px;
}

#home-slider ul#slide-list li:last-child {
	margin-right: 0;
}

#home-slider ul#slide-list li a {
	background-color: #6E7074;
	background-image: none;
	width: 12px;
	height: 12px;

	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;

	-webkit-transition: background 0.1s linear 0s;
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider ul#slide-list li a:hover {
	background-color: #FFFFFF;
}

#home-slider ul#slide-list li.current-slide a,
#home-slider ul#slide-list li.current-slide a:hover {
	background-color:#e3ad47;
}

#home-slider #nextsection {
	background-color: #26292E;
	margin: 0;
	position: relative;
	float:right;
	width: 50px;
	height: 50px;

	-webkit-transition: background 0.1s linear 0s;
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextsection:hover {
	background-color:#e3ad47;
}

#home-slider #nextsection i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextsection i {
	margin-left: -7px;
}
/* ==================================================
   Header
================================================== */

header {
	width: 100%;
	z-index: 99;
}

header .sticky-nav {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1001;

	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

header .sticky-nav.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}

header #logo {
	color: #FFFFFF;
	float: left;
	padding:0;
	margin-left: 20px;
}
header #logo img {
  position: absolute;
  z-index: 1;
  width: 131px;
}
header #logo a {
	text-indent: -9999px;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transition: opacity 0.25s ease-in-out 0s;
	   -moz-transition: opacity 0.25s ease-in-out 0s;
		 -o-transition: opacity 0.25s ease-in-out 0s;
		    transition: opacity 0.25s ease-in-out 0s;
}

header .sticky-nav.stuck #logo img {
	display: block;
	max-width: 125px;
}
header #logo a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);
}

nav#menu {
	  text-align: center;
	  padding: 7px 0;
}

nav#menu #menu-nav {
	margin: 0;
	padding: 0;
}

nav#menu #menu-nav li {
	list-style: none;
	display: inline-block;
	margin-left: 50px;
}

nav#menu #menu-nav li:first-child {
	margin-left: 0;
}

nav#menu #menu-nav li a {
	color: #FFFFFF;
	font-size: 26px;
	font-weight: 300;
	line-height: 60px;
	display: block;
}
nav#menu #menu-nav li i {
	color: #a88532;
	 font-size: 18px;
}
nav#menu #menu-nav li.current a,
nav#menu #menu-nav li a:hover {
	color: #e3ad47;
	text-decoration: none!important;
}
nav#menu i {
	 display: none!important;
}

/* ==================================================
   Mobile Navigation
================================================== */

#mobile-nav {
	display: none;
}

.menu-nav {
	background:url(../images/menu-mobile.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin: 22px 0 0 0;

	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);

	-webkit-transition: -webkit-transform 250ms ease-out 0s;
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}

.menu-nav.open {
	background-position: 0 -16px;

	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);

	-webkit-transition: -webkit-transform 250ms ease-out 0s;
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}

#navigation-mobile li {
	list-style: none;
	border-top: 1px solid #2F3238;
}

#navigation-mobile li a{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 20px 0;
}


.parpadea {  
	  animation-name: parpadeo;
	  animation-duration: 2s;
	  animation-timing-function: linear;
	  animation-iteration-count: infinite;

	  -webkit-animation-name:parpadeo;
	  -webkit-animation-duration: 2s;
	  -webkit-animation-timing-function: linear;
	  -webkit-animation-iteration-count: infinite;
	}
	@-moz-keyframes parpadeo{  
	  0% { opacity: 1.0; }
	  50% { opacity: 0.0; }
	  100% { opacity: 1.0; }
	}
	@-webkit-keyframes parpadeo {  
	  0% { opacity: 1.0; }
	  50% { opacity: 0.0; }
	   100% { opacity: 1.0; }
	}
	@keyframes parpadeo {  
	  0% { opacity: 1.0; }
	   50% { opacity: 0.0; }
	  100% { opacity: 1.0; }
	}




/* ==================================================
   Others
================================================== */
.color3{
  color: #a88532!important;
}
hr {
  border-top: 1px solid #a88532;
}
hr.restaurantLines:after, hr.tagLines:after, hr.thumbLines:after, hr.spoonLines:after {
  background: transparent!important;
  color: #a88532;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 2em;
  padding: 0 0.25em;
  position: relative;
  top: -0.4em;
  width: 52px;
}
hr.restaurantLines:after {
	background-color: #fff!important;
  content: url(../svg/sacacorcho.svg);
}
/*hr.restaurantLines:after {
	background-color: #fff!important;
  content: "\f0f5";
}*/
hr.tagLines:after {
  content: "\f02b";
}
hr.thumbLines:after {
	background-color: #fff!important;
  content: "\f08d";
}
hr.spoonLines:after {
  background-color: #fff!important;
  content: "\f1b1";
}
.aio-icon-title {
	font-size: 1.5em;
	margin: 0;
}
.aio-icon-header {
    padding: 15px 0 8px;
}
body .aio-icon-box.top-icon .aio-icon-img {
position: relative;
overflow: hidden;
max-height: 340px;
}
/*body .aio-icon-box.top-icon .aio-icon-img:hover img {
transform: scale(1.1) rotate(2deg) translateZ(0);
-webkit-transform: scale(1.1) rotate(2deg) translateZ(0);
}*/
body .aio-icon-box.top-icon .aio-icon-img:hover img {
transform: scale(1.03);
-webkit-transform: scale(1.03);
}
body .aio-icon-box.top-icon .aio-icon-img img {
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.aio-icon-img .img-icon {
width: 1em;
max-width: 100% !important;
border-radius: 0 !important;
box-shadow: none !important;
display: block;
font-size: inherit;
}
.aio-icon-component .aio-icon, .aio-icon-component .img-icon {
-webkit-transition: -webkit-transform 200ms linear;
-moz-transition: -moz-transform 200ms linear;
-o-transition: -o-transform 200ms linear;
transition: transform 200ms linear;
}
body .aio-icon-box.top-icon .aio-icon-img:after {
  content: "";
  border: 1px solid rgba(255,255,255,0.5);
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  position: absolute;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: inherit;
	 line-height: 1.5em;
}
.float-left {
	float: left;
}
.float-right {
	float: left;
	margin-left:-15px;
}
.ViridianaButtonContainer {
	text-align: center;
	  display: table;
  margin: 15px 0 47px;
}

.ViridianaButton {
   background: #a88532 ;
   padding: 5px;
   border: none;
   display: inline-flex;

}
.ViridianaButton:hover {
	background: #333333;
}
.ViridianaButton a {
color: #fff;
  padding: 14px 43px;
  border: solid 1px #fff;
  display: block;
  font-size: 1.2em;
  /*width: 231px;*/
  width: auto;
}
.ViridianaButton a:hover {
text-decoration: none;
}
.lineLeft {
	  display: table-cell;
	  width: 50%;
	  vertical-align: middle;
	  padding-right: 1.938em;
}
.lineRight {
	  display: table-cell;
	  width: 50%;
	  vertical-align: middle;
	  padding-left: 1.938em;
}
.ViridianaButtonContainer.white hr {
	border-color: #fff!important;
}
.CalendarioContainer {
	text-align: center;
	  display: table;
}
.talkingContainer {
	text-align: center;
	  display: table;
}
.CateringButtonContainer .ViridianaButton {
	background: #333;
}
.CateringButtonContainer {
	text-align: center;
	width: 100%;
}
.CateringButtonContainer .ViridianaButton a {
	background: #333333;
	width: auto;
}
.CateringButtonContainer .ViridianaButton a:hover {
	background: #a88532;
}
.infBgWhite {
background: url(../svg/infBgWhite.svg);
  background-repeat: repeat-x;
  background-position: center top;
  display: block;
  height: 7px;
  position: relative;
  z-index: 9;
}
.Bgcolor5 {
	background-color: #ebe4d5;
}
.restPattern {
	background-image: url(../images/sectionCarta.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}
#novedades {
	margin-top: -7px;
}
#paralaxSlice1 {
  background-image: url('../images/parallax-1.jpg');
    margin-top: -7px;
}
#paralaxSlice2 {
	background-image: url(../images/sectionAbrahambg2.jpg);
	   margin-top: -7px;
}
.CalendarioContainer hr {
	border-color: #fff;
}
.CalendarioContainer i {
  font-size: 27px;
  line-height: 39px;
 }
 .talkingContainer i {
  font-size: 27px;
  line-height: 39px;
 }
 .paralaxText h1 {
 	margin-bottom: 0;
 }
 .infBgColor5 {
  background: url(../svg/infBgColor5.svg);
  background-repeat: repeat-x;
  background-position: center top;
  display: block;
  height: 7px;
  position: relative;
  z-index: 9;
}
.p70 {
padding: 70px;
}
.pb10 {
	padding-bottom: 1em;
}
.pb50 {
	padding-bottom: 5em;
}
.pb90 {
	padding-bottom: 9em;
}
.textcolor2 h3, .textcolor2 p {
	color: #232323!important;
}
.textcolor2 i {
	color: #a88532!important;
}
.textcolor2 p {
	padding-bottom: 1em;
}
.rotateBg {
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
}
.actualidadBg {
background-color: rgba(0,0,0,0.5);
position: absolute;
top: 0;
right: 15px;
padding-top: 40px;
bottom: 0;
}
.actualidadBg h3, .actualidadBg p {
	color: #fff!important;
}
.actualidadBg p {
	padding-top: 1em;
}
.actualidadBg h3 {
  font-size: 24px;
}
.actualidadBg h4 {
font-size: 14px;
}
.actualidadBg .ViridianaButtonContainer {
	margin: 0;
}
.color4 {
	color: #e3ad47!important;
}
hr.color4 {
	border-color: #e3ad47!important;
}
.mb20 {
	margin-bottom: 2em;
}
.paralaxText .testimonialCarousel blockquote {
font-family: 'Lobster', cursive;
  font-size: 1.8em;
  margin-top: 2em;
  line-height: 1.5em;
}
.paralaxText .testimonialCarousel blockquote small {
font-family: 'Open Sans', sans-serif!important;
}
.horarios h5 {
  font-size: 16px;
  margin: 0;
  display: block;
  position: relative;
}
.horarios h5:after {
border-bottom: 1px dotted #ddd;
display: none;
  /*display: inline-block;*/
  content: "";
  width: 100%;
  position: absolute;
  margin-left: 8px;
  height: 20px;
}
.horarios p {
  line-height: 1.48em;
}
.info h1 {
line-height: 1em;
}
.clock {
  padding-right: 10px;
}
.clock i {
color: #a88532!important;
}
.pt50 {
  padding-top: 5em!important;
}
.pt32 {
  padding-top: 3.2em!important;
}
.horarios i {
  color: #a88532!important;
}
.pt10 {
  padding-top: 1em!important;
}
.pt20 {
  padding-top: 2em!important;
}
.pb20 {
	padding-bottom: 2em;
}
.pb10 {
	padding-bottom: 1em;
}
footer {
  padding: 0;
}
#footerRights {
  margin-top: 0;
  text-align: left;
  background-color: transparent;
    font-size: inherit;
}
.Bgcolor4 {
background-color: #232323!important;
}
footer p {
	margin: 0;
}
ul.socialNetwork li a i {
	font-size: 1.4em;
	padding: 0 0 0 20px;
	color: #777;
}
ul.socialNetwork li a i:hover {
	  color: #e3ad47!important;
}

/*________________________________CARTA*/

body.carta {
	background: #f1efee;
}
.prueba {
	background: #000;
	height: 80px;
}

.linea {
  border-right: solid 1px #333;
  width: 42px;
}
.iconHome {
   background: #333;
  color: #f1efee;
  font-size: 33px;
  width: 56px;
  height: 56px;
  line-height: 54px;
  border-radius: 28px;
  text-align: center;
  margin-left: 14px;
}
.iconHome:hover {
	background: transparent;
	border: solid 1px #333;
	color: #333;
}
.iconBack {
  background: #333;
  color: #f1efee;
  font-size: 33px;
  width: 56px;
  height: 56px;
  line-height: 54px;
  border-radius: 28px;
  text-align: center;
  margin-left: 14px;
  padding: 3px 5px 3px 0;
  float: left;
}
.iconBack:hover {
	background: transparent;
	border: solid 1px #333;
	color: #333;
}
.Carta .logo {
	max-width: 170px;
}
.box {
	background: #fff;
}
.box.header {
	margin: 0 0 30px;
	padding: 20px;
}
.box.header h1 {
	font-size: 3.5em;
}
.box.header hr {
  width: 50%;
  margin: 0 auto 15px;
}
.description {
	margin: 0;
	padding: 40px;
}
.description:hover {
	color: #fff;
}
.NoPaddingLeft {
	padding-left: 0;
}
.NoPaddingRight {
	padding-right: 0;
}
.NoPadding {
	padding-left: 0;
	padding-right: 0;
}
.white {
	color: #fff;
}
.bgWhite {
	background: #fff;
}

.wpb_wrapper.bgWhite:hover {
	background: #333;
	color: #fff;
}
.bgWhite:hover p {
	color: #fff;
}
.bgDark {
	background: #333;
}
.bgGrey {
	background: #e9e8e8;
}
.plus {
  float: right;
  margin-top: 18px;
  margin-right: -14px;
}
.plus:hover {
 text-decoration: none;
 font-style: italic;
 font-weight: 600!important;
 color: #555;
 -webkit-transition: -webkit-transform 2000ms linear;
-moz-transition: -moz-transform 2000ms linear;
-o-transition: -o-transform 2000ms linear;
transition: transform 2000ms linear;
}
.Carta .vc_column_container {
	margin-bottom: 30px;
}
.modal-title {
	text-transform: uppercase;
}
.modal-content p {
	margin-bottom:34px;
}
.finalCarta {
  bottom: 0;
  right: 0;
  position: fixed;
  width: 160px;
}
.lineaHorizontal {
border-top: solid 1px #333;
  height: 1px;
  width: 59px;
  float: left;
  display: inline;
  margin-top: 27px;
}
#navigation-mobile {
  display: none;
  text-align: center;
  width: 100%;
  background: #26292E;
  border-bottom: 1px solid #2F3238;
  position: relative;
  float: left;
  z-index: 9999;
}
#navigation-mobile li {
  list-style: none;
  border-top: 1px solid #2F3238;
}
#navigation-mobile li a {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 20px 0;
  color: #EBE4D5;
}
#navigation-mobile li a:hover {
	color: #e3ad47!important;
	text-decoration: none;
}
.fixed-top {
	position: fixed;
	top: 0;
	background: #26292E;
	 height: 85px;
}
#paralaxSlice3.actualidad {
	/*margin-top: 60px;*/
}
#paralaxSlice3 {
  background-image: url(../images/parallax-3-2.jpg);
}
#paralaxSlice4 {
  background-image: url(../images/sectionResturantebg2.jpg);
  margin-top: -7px;
}
#paralaxSlice5 {
  background-image: url(../images/sectionReservasbg.jpg);
  margin-top: -7px;
}
#paralaxSlice5 .paralaxText i {
	color: #555;
}
header.fixed-top .sticky-nav.stuck {
  position: inherit;
}
.actualidad h1 {
	font-size: 4em;
}
.marco {
	border: 1px solid rgba(255,255,255,0.5);
	padding: 31px;
}
.description.platos {
	padding: 11px!important;
}
.bgReservas {
	background-image: url(../images/sectionReservas2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#maps iframe {
	position: relative;
	z-index: -1;
	margin-top: -7px;
}
.bgContacto {
	background-image: url(../images/sectionContacto2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.about-carousel .item {
  margin-left: 15px;
  margin-right: 15px;
}
.about-carousel .item .caption {
  padding: 15px;
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-carousel .item .caption h3 {
  margin: 0;
  color: inherit;
}
.about-carousel .item .caption hr {
  margin: 5px auto;
  max-width: 50px;
  border-color: inherit;
}
.about-carousel .item .caption p {
  margin: 0;
}
.text-shadow {
	text-shadow: 2px 2px 8px #000;
}
.aio-icon-header a {
	  color: #a88532!important;
}
.aio-icon-header a:hover {
	text-decoration: none!important;
	color: #555!important;
}
.btn_reservas {
	  background: url(../images/bt_reserva.png) no-repeat left center;
  padding: 5px 55px;
  color: #F1EFEE!important;
  font-size: 27px;
  border-left: solid 1px #333;
  margin-left: 41px;
}
.btn_reservas:hover {
  background: url(../images/bt_reserva-hover.png) no-repeat left center;
  color: #333!important;
  text-decoration: none!important;
}
.content_info {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bg_video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height:100%;
}
.opacy_bg_03 {
  background: rgba(0,0,0,0.6);
}
.opacy_bg_03 {
  bottom: 0px;
  left: 0;
  color: #dedede !important;
  width: 100%;
  position: relative;
  height: auto;
  z-index: 2;
}
.borders {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.paddings {
  padding: 225px 0;
}
.lh7 {
	line-height: 0.7;
}
.pd107 {
	  padding: 107px 0;
}
.input-group-addon {
  padding: 13px 14px 14px;
  float: right;
  width: auto;
  margin-top: -44px;
  z-index: 99999;
  position: relative;
}
.form-group {
  margin-bottom: 15px!important;
}
.text-left {
  text-align: left!important;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
   border-radius: 4px;
}
label.checkbox {
	font-size: 13px;
	line-height: 15px;
}
input[type=radio], input[type=checkbox] {
  margin: 13px 0 0;
}
h3.cookie {
	line-height: 20px;
}
hr.lineLines:after {
  color: #777;
}
address strong {
	font-weight: 700;
}
.description span {
  font-size: 27px;
}
.description span:hover {
  color: #fff;
}
.vc_column_container {
	margin-bottom: 30px;
}
.btn_pdf {
border: solid 1px #333;
  border-radius: 15px;
  width: 160px;
  padding: 5px 8px 3px 18px;
  display: block;
  float: left;
  font-size: 22px;
    margin-top: -40px;
    margin-left: 71px;
}

.inicial{
	display:none!important;
}

.media{
	display:none!important;
}

.btn_pdf_ingles{
	width:190px;
}

.btn_reservas_ingles{
	background:url(../images/bt_reserva_ingles.png) no-repeat left center;
}

.btn_reservas_ingles:hover{
	background:url(../images/bt_reserva-hover_ingles.png) no-repeat left center;	
}

.cartaIngles{
	margin-left:25%;
}

.lineaIngles{
	display:none;
}

.btn_pdf:hover {
background: #333;
color: #fff;
}
.btn_pdf i {
	font-size: 15px;
}
.btn_reservas_ingles_grande{
	width:190px;
	background:#333;
	border:solid 1px #333;
	border-radius:15px;
	padding:5px 5px 3px 5px;
	display:block;
	float:left;
	font-size:24px;
	color:#fff;
	margin-left:70px;
	margin-top:-35px;
	margin-bottom:30px;
}

.btn_reservas_ingles_grande:hover{
	background: #fff;
	color: #333;
}

.btn_pdf_ingles_grande{
	width:190px;
}

.linea_media {
  display: inline;
  background: url(../images/punto.jpg) repeat-x left 17px;
  padding: 20px 0;
  width: 31px;
  height: auto;
  float: left;
  margin-left: 41px;
}
.bgColor5 {
	background: #a88532!important;
}
.borderBox {
	 border: 1px solid #ccc;
}
.bgDarkTransp {
	background: rgba(0,0,0,0.3);
}
.error {
  border-color: red;
  background-color: rgba(255,0,0,0.2);
  color: #fff;
}
.alert.alert-success {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 28px;
}
.alert.alert-success p {
	color: #333;
}
.alert.alert-danger {
	background-color: rgba(255,0,0,0.2);
  	color: red;
}
.Op2 {
	background: #F1EFEE;
    margin-top: 84px;
    padding-top: 30px;
}
.moreLink {
	cursor: crosshair;
}

.ui-datepicker {
    width: auto!important;
}

.datepicker td span {
	display: block!important;
	padding: .2em!important;
	text-align: right!important;
	text-decoration: none!important;
	width: auto!important;
	height: auto!important;
	line-height: inherit!important;
	float: inherit!important;
	margin: inherit!important;
}

/*estilos sombrero*/
   #main{
            margin-top: 100px;
    }
    @media screen and (max-width: 1024px) {
    #main {
    margin: 191px auto 0 auto;
    width: 75%;
}
}
    @media screen and (max-width: 600px) {
    #main{
        margin: 392px auto 0 auto;
        width: 100%;
    }
    #home-slider .slider-text {
	top: 40%;
}
    }
    @media screen and (max-width: 376px) {
    #home-slider {
    height: 704px;
}
}

@media (max-width:768px){
	.actualidad .actualidadBg{
		height:100%;
	}

	.cookie{
		margin-top:30px;
	}
}







.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: rgba(255, 255, 255, 0.9)!important;
    color: #333;
}


.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #e3ad47!important;
    color: #222222;
    font-weight: bold;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px!important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px!important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px!important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px!important;
}


.datepicker td, .datepicker th {
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
}

.datepicker td span {
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: rgba(255, 255, 255, 1)!important;
    font-weight: 600!important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #e3ad47!important;
    color: #FFF!important;
}

.ui-datepicker td span, .ui-datepicker td a {
	text-align: center!important;
	padding: 0.5em!important;
}

.ui-datepicker th {
    font-style: italic!important;
}

.ui-state-hover {
	border: 1px solid #e3ad47!important;
}

.ui-datepicker .ui-datepicker-header {
    padding: .3em 0!important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 7px!important;
}

.ui-datepicker .ui-datepicker-title select {
	padding: 5px!important;
}

/** NOTICIA FLOTANTE **/
.noticiaFlotante{
	position:fixed;
	top:70px;
	right:0px;
	width:200px;
	z-index:997;
}

.noticiaFlotante p{
	font-size:18px;
	color:#fff;
	line-height:18px;
	padding:10px;
	padding-top:5px;
	text-align: center;
	font-family: 'Lora', serif;
	font-style:italic;
	background:rgba(0,0,0,0.8);
	box-shadow: 1px 3px 5px #000000;
	-webkit-box-shadow:1px 3px 5px #000000;
	-moz-box-shadow: 1px 3px 5px #000000;
	-o-box-shadow: 1px 3px 5px #000000;
	cursor:pointer;
}

.noticiaFlotant p:hover{
	text-decoration:underline;
}

.noticiaFlotante img{
	box-shadow: 1px 3px 5px #000000;
	-webkit-box-shadow:1px 3px 5px #000000;
	-moz-box-shadow: 1px 3px 5px #000000;
	-o-box-shadow: 1px 3px 5px #000000;
	cursor:pointer;
}

.noticiaNormal{
	color:white;
	font-weight:bold;
	margin:0px;
	padding:0px;
	font-size:24px;
}

.noticiaNormal p{
	padding:20px;
	padding-top:30px;
	font-family: 'Lora', serif;
	text-align:center;
}

.noticiaNormal img{
	display:block;
	border-bottom:3px solid #fff;
}

.modal-content{
	background-color:rgba(0,0,0,0.8);
	padding-bottom:0px;
}

.modal-header{
	padding:10px 20px;
	border:none;
	min-height:50px;
}

.close{
	color:#fff!important;
	opacity:1;
}

.closeSymbol{
	color:#fff!important;
	font-size:36px;
}
.carta_nav {
    border-bottom: solid 1px #ddd;
}
.carta_nav ul {
    list-style: none;
    padding: 0;
}
.carta_nav ul li {
    display: inline-block;
    padding-left: 1px;
}
.carta_nav ul li a {
    display: block;
    background: #000;
}
.carta_nav ul li a img {
    max-width: 27px;
}
.carta_nav ul li a:hover img {
    opacity: 0.9;
}
.equis {
    padding-top:30px;
}
.equis img {
    max-width: 30px;
}
.menu_sup {
    background: transparent!important;
    padding: 19px 20px 0;
    font-size: 18px;
    line-height: 19px;
}
.textarea {
    height: 100px;
}