
/* Table Of Content
==============================*/

/*
1.	Base styles 
       Header 
	   Scrollbar
	   Preloader css 
	   CSS3 ANIMATIONS  PRELOADER CIRCLE
	   Placeholder css
	   Horzontal settings  
	   
2.	Header Section
3.	Home  Section
4.	About Section
5.	Menu Section
8.	Pages SECTION
	   Gift Cards
	   Chef Bio SECTION
	   Locations
	   Private Dining
	   Catering
9.	Event Section
10. Reservation Section
11. Contact Section
12. Home page Special Menu SECTION
13. Video Section
14. media quiries


/* // Table Of Content
==============================*/

/*Base styles 
==============================*/

@font-face {
    font-family: 'loveloblack';
    src: url('../fonts/lovelo_black-webfont.eot');
    src: url('../fonts/lovelo_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lovelo_black-webfont.woff2') format('woff2'),
         url('../fonts/lovelo_black-webfont.woff') format('woff'),
         url('../fonts/lovelo_black-webfont.ttf') format('truetype'),
         url('../fonts/lovelo_black-webfont.svg#loveloblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	height:100%;
	margin:0;
	padding:0;
}

body {
	height:100%;
	width:100%;
	overflow:hidden;
	font-size:14px;
	font-weight:100;
	font-family: 'Open Sans', sans-serif;
	color:#5E7477;
	font-weight:normal;
	position:relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
}

#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:0;left:0;
	overflow: hidden;	
}

#mask {
	width:500%;
	height:100%;
}

.content {
	height:100%;
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:8;
	*margin-top:65px;
}

.content_inner{
	padding-top:130px;
	padding-left:64px;
	padding-bottom:30px;
	height:100%;
}

.content_inner_fullwidth { 
	padding-left:0px;
}

/* Default Page */
.content_overlay,
.content_overlay_one_fourth,
.content_overlay_three_fourth,
.content_overlay_fullwidth {
	width:50%;
	height:100%;
	right:0px;
	display:block;
	color:#ffffff;
	background: rgba(173,216,223,.95) url(../img/right-heart.png) no-repeat right center;
	position: absolute;
	z-index:0;
}
/* //  Default Page */

/* Three Fourth Page */
.content_overlay_one_fourth{
		width:43.5%;
}

/* //  Three Fourth Page */

/* Full Width Page */
.content_overlay_fullwidth {
		width:100%;
        z-index:-1;
}
/* //  Full Width Page */

/* Three Fourth Page */
.content_overlay_three_fourth{
		width:70%;
        z-index:-1;
}
/* //  Three Fourth Page */


.contentscroll {
	overflow: auto;
	height: 100%;
	margin-right: 5px;
}

.content_inner_fullwidth .contentscroll {
	margin:0;
}

.item {
	width:20%;
	height:100%;
	float:left;
	display:inline-block;
	overflow:hidden;
}

.fullBg {
	position: absolute;
	top: 0;
	overflow: hidden;
	min-height:100%;
	min-width:100%;
	z-index:-1;
}	

.panel { 
	margin:0; 
	border:none; 
	box-shadow: none;
	background:rgba(255,255,255,0);
}

.panel-heading {
	border-bottom:1px solid #89ADB3
}

.hide11 {
	opacity:0;
}

/*Base styles 
==============================*/

/* Typography
==============================*/
h1{
	font-size:34px; 
	color:#3E4E50;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:40px;
	font-family: 'lovelolinebold', sans-serif;
	margin-top:0;
	font-family: 'loveloblack';
}

h1 small {
	color:#3E4E50;
	font-size:55%;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	line-height: 36px;
	color: #3E4E50;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
	margin-top: 0px;
	font-family: 'loveloblack';
}

h2 small {
	display:block;
	line-height:22px;
	font-family:'Lora', serif;
	font-style:italic;
	letter-spacing:0;
	font-weight:600;
	font-size:55%;
}

h3 {
	font-size: 16px;
    color: #425254;
    margin-top: 0px;
    font-weight: 600;
	text-transform: capitalize;
	font-family: 'loveloblack';
}

h4 { 
    color: #425254;
    text-transform: capitalize;
	margin-top:0px;
	font-size: 16px;
    font-weight: 700;
	line-height:27px;
	margin-bottom: 10px;
	font-family:'Lora', serif;
	font-style:italic;
}

p {
	font-size:16px;
	font-weight:400;
	color:#637F84;
	z-index:9999999;
	line-height:26px;
	margin-bottom:30px;
	font-family: 'Lora', serif;
	font-style:italic;
}

.lead {
	font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    margin-top: -20px;
    margin-bottom: 40px;
    color: #5E7477;
}

a,
a:hover {
	text-decoration:none;
}

/* // Typography
==============================*/

/* Sub Typography
==============================*/
.bold {
    color: #5E7477;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
}

ul {
	list-style:none;
	padding:0;
}
/* // Sub Typography
==============================*/

/* Pattern
==============================*/
.pattern_bg {
    background: url(../img/patterns/06.png) rgba(0,0,0,.1);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 7;
    top: 0;
}
/* // Pattern
==============================*/

/* Images
==============================*/

.img-circle.thumbnail {
	border-radius:50%;
}

.thumbnail {
	display:inline-block;
	padding:0;
	border:none;
	position:relative;
}

.thumbnail:hover:before {
	background:rgba(135, 173, 179, .3);
}

.thumbnail:before {
	content:'';
	position:absolute;
	top:4%;
	left:4%;
	width:92%;
	height:92%;
	background: transparent;
	border:1px solid #fff;
	transition:.5s;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	display:inline-block;
	z-index:1;
}

.thumbnail.thumbnail-img-border,
.thumbnail.thumbnail-img-border.thumbnail:before {
	border-radius:50%;
}

.thumbnail.thumbnail-img-border {
	margin-top:-50%;
	width:82%;
	border:8px solid #E3EFF1;
}

.half-filed-box {
	background:url(../img/patterns/absurdidad.png) rgba(231, 243, 245,.98);
	padding:20px;
	margin-top:50%;
}

/*.big-thumbnail {
	padding:7px;
}*/

.thumbnail-type2 {
	padding: 5px;
	background: transparent;
	border: 1px solid #fff;
    opacity: .7;
    transition:.5s;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
}

.gift_border a:hover img {
    opacity: 1;
}
/* // Images
==============================*/

/* Buttons 
==============================*/
.btn-default {
	text-transform:uppercase;
	background:#F2FEFF;
	border:none;
    color: #5E7477;
	font-size:12px;
    padding: 12px 28px;
    font-weight: 600;
	transition:.5s;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
}

.btn-default.btn-default-reverse {
	background-color: #5E7477;
    color: #f1f1f1;
}

.btn-default.btn-default-reverse:hover {
	background:#F2FEFF;
	color: #5E7477;
}

.btn-default:hover,  
.btn-default.active,
.btn-default.active:hover {
    background-color: #5E7477;
    color: #f1f1f1;
    box-shadow: none;
}

.arrow:after {
    content: "\f178";
    font-family: 'FontAwesome';
    margin-left: 10px;
    vertical-align: middle;
}
/* // Buttons 
==============================*/

/* Typo Icons 
==============================*/

/* Ribbon */
.bb-year-end-ribbon,
.bb-year-end-ribbon:before,
.bb-year-end-ribbon:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bb-year-end-ribbon {
  background: #ff6567;
  position: relative;
  color: white;
  /*display: inline-block;*/
  padding: .3em 1em;
  text-align: center;
  text-transform: uppercase;
}
.bb-year-end-ribbon:before, .bb-year-end-ribbon:after {
  /*background: #d95658;*/
  background:#92B6BB;
  position: absolute;
  top: .5em;
  content: ' ';
  height: 0;
  border: 1.05em solid transparent;
  border-left: .9em solid white;
}
.bb-year-end-ribbon:before {
  left: -1.85em;
}
.bb-year-end-ribbon:after {
  right: -1.85em;
  transform: rotate(180deg);
}
/* Ribbon */

/* Boxed Line */
.date {
    position: relative;
    font-size: 12px;
    font-style: italic;
	color: #5E7477;
    font-weight: 600;
}
/* Boxed Line */

/* Seperator */
.accura-seperator {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.15), transparent);
    height: 1px;
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative;
}

.accura-seperator-withoutline {
	margin-bottom: 30px;
    margin-top: 30px;
}
/* Seperator */

/* // Typo Icons 
==============================*/

/* Keyframe Animations
==============================*/
@-webkit-keyframes left-right {
	0% {
		-webkit-transform:translateX(0);
	}
	
	25% {
		-webkit-transform:translateX(12%);
	}
	
	
	75% {
		-webkit-transform:translateX(12%);
	}
	
	100% {
		-webkit-transform:translateX(0);
	}
	
}

@keyframes left-right {
	0% {
		transform:translateX(0);
	}
	
	25% {
		transform:translateX(12%);
	}
	
	
	75% {
		transform:translateX(12%);
	}
	
	100% {
		transform:translateX(0);
	}
	
}

@-webkit-keyframes right-left {
	0% {
		-webkit-transform:translateX(0);
	}
	
	25% {
		-webkit-transform:translateX(-12%);
	}
	
	
	75% {
		-webkit-transform:translateX(-12%);
	}
	
	100% {
		-webkit-transform:translateX(0);
	}
	
}

@keyframes right-left {
	0% {
		transform:translateX(0);
	}
	
	25% {
		transform:translateX(-12%);
	}
	
	
	75% {
		transform:translateX(-12%);
	}
	
	100% {
		transform:translateX(0);
	}
	
}

/* // Keyframe Animations
==============================*/

/* Preloader css 
==============================*/
#jpreOverlay{
    background: rgba(255,255,255,.97);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:999999;
}

#jSplash {
	background: rgba(255,255,255,1);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:999997;
}

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}
#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;	
}
#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -20px;
	z-index: 999998;
	font-size: 20px;
	color: #FFFFFF;	
	font-weight:500;
	-webkit-animation: pulse 1s infinite forwards;
	   -moz-animation: pulse 1s infinite forwards;
		-ms-animation: pulse 1s infinite forwards;
		 -o-animation: pulse 1s infinite forwards;
			animation: pulse 1s infinite forwards;
}

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -50px 0 0 -50px;
	width: 130px;
	height: 95px;
	background: url(../img/spmenu1.png) no-repeat;
	-webkit-animation: pulse 1s infinite forwards;
	   -moz-animation: pulse 1s infinite forwards;
		-ms-animation: pulse 1s infinite forwards;
			animation: pulse 1s infinite forwards;
			background-size: cover;
}
/* ==================================================
	
CSS3 ANIMATIONS  PRELOADER CIRCLE
================================================== */

@-webkit-keyframes circle {
	0% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
}
@-moz-keyframes circle {
	0% {-moz-transform: rotateY(0deg);
	}
	50% {-moz-transform: rotateY(180deg);
		-moz-animation-timing-function: ease-out;
	}
	100% {-moz-transform: rotateY(0deg);
		-moz-animation-timing-function: ease-in;
	}
}
@-ms-keyframes circle {
	0% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
	50% {-ms-transform: rotateY(180deg);
		-ms-animation-timing-function: ease-out;
	}
	100% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
}
@-o-keyframes circle {
	0% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
	50% {-o-transform: rotateY(180deg);
		-o-animation-timing-function: ease-out;
	}
	100% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
}
@keyframes circle {
	0% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
	50% {transform: rotateY(180deg);
		animation-timing-function: ease-out;
	}
	100% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
}

/* // Preloader css 
==============================*/

/* Subtle Effects
=================================================== */
.grid {
	position: relative;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	/*min-height: 100%;*/
	width: 100%;
	opacity: 1;
}

.grid figure figcaption,
.grid figure figcaption > a {
	padding:0;
}
 
.grid .thumbnail {
	padding:0;
	margin:0;
	border:none;
}

.grid.thumbnail figure img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.grid.thumbnail:hover img {
	opacity: 1;
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

/* // Subtle Effects
=================================================== */

/* Tiled Slider
=================================================== */
.tiled-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 7;
}
/* // Tiled Slider
=================================================== */

/* Countdown Timer
=================================================== */
.countdown_timer { 
	list-style:none; 
	margin:0; 
	padding:0; 
}

span.countdown_info { 
	color:#5E7477; 
	font-size:10px; 
	font-weight:400; 
	clear:both; 
}

.countdown_timer li { 
	display:inline-block;
	text-align:center;
}

.countdown_timer a {  
	color:#fff; 
	text-decoration:none; 
	font-weight:400;   
	text-align:center; 
	line-height:15px;  
}

.countdown_timer a:hover { 
	text-decoration:none; 
}

/* Countdown Timer Boxed */
.countdown-timer-boxed.countdown_timer li { 
	margin:10px;
	text-align:center;
}

.countdown-timer-boxed.countdown_timer li a {
    display: inline-block;
    width:100px;
	height:100px;
	line-height:100px;
    background: rgba(188,223,228,0.95);
    border-radius: 5px;
	color:#fff;
	font-size:48px;
	font-weight:700;
}

.countdown-timer-boxed .countdown_info {
    /*color: #627994;*/
	margin-top:10px;
	font-size:18px;
	font-weight:600;
}

/* Boxed Small */
.countdown-timer-boxed.countdown_timer.boxed-small li a {
	width:60px;
	height:60px;
	line-height:60px;
	font-size:28px;
}

.countdown-timer-boxed.countdown_timer.boxed-small li {
	margin:3px;
}

.countdown-timer-boxed.boxed-small .countdown_info {
	font-size:12px;
}
/* Boxed Small */

/* // Countdown Timer Boxed */

/* Countdown Timer Simple */
.countdown_timer.countdown-simple { 
	text-align:left; 
	font-family:'Open Sans', sans-serif;
}

.countdown_timer.countdown-simple li { 
	margin-right:10px; 
	color: #5E7477; 
	font-size:inherit;
}

.countdown_timer.countdown-simple li a {
	color: #fff; 
	font-size:20px; 
	line-height:30px;
}

.countdown_timer.countdown-simple li a span { 
	font-family: 'Open Sans', sans-serif; 
	color:#5E7477; 
	font-weight:400; 
	margin-right:5px;
}
/* // Countdown Timer Simple */

/* Countdown Timer
=================================================== */

/* Timeline  SECTION
=================================================== */

.timeline ul::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 6px;
  left:50%;
  margin-left:-3px;
    background: rgb(80,80,80);
    background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
    background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
    background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
    background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
    background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
    z-index: 0;
    -ms-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.timeline ul {
  position: relative;
  list-style:none;
}

.timeline .whole {
	width:45%;
	position:relative;
	text-align:right;
}

.timeline li h4 {
	padding:10px 25px;
	background:#F1F1F1;
	margin:0;
	border-radius:5px;
	box-shadow:-1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
	float:right;
	position:relative;
	margin-bottom:20px;
	display: inline-block;
	font-weight:600;
}

.timeline li:nth-child(even) h4 {
	float:left;
}

.timeline li:first-child {
	padding-top: 6em;
}

.timeline li:last-child {
	padding-bottom: 3em;
	margin-bottom: 0;
}

.timeline li {
	clear:both;
}

.timeline li:nth-child(even) .whole {
  float: right;
  text-align:left;
}

.timeline-loc {
  content: '';
  font-size: 24px;
  color: #333;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height:30px;
  text-align:center;
  border: 3px solid #87ADB3;
  border-radius: 50%;
  position: absolute;
  left:50%;
  margin-left: -15px;
}

.timeline .whole::after {
    content: '';
    position: absolute;
    border-left: 10px solid #f1f1f1;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left:100%;
	top:5px;
}

li:nth-child(even) .whole::after {
	border-right: 10px solid #f1f1f1;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: transparent;
    right: 100%;
    left: inherit;
}

.timeline p {
	clear:both;
}

/* Desktop / Ipad /Iphone / Mobile  */
@media (max-width: 990px) {
.timeline li {
	margin-bottom:30px;
	padding:1em 0;
}

.timeline .whole,
.timeline li:nth-child(even) .whole {
	width:auto;
	text-align:center;
}

.timeline li h4,
li:nth-child(even) h4 {
	float:none!important;
	text-align: center;
}

.timeline p {
    background-color: #F5F5F5;
    padding: 15px;
    border-radius: 5px;
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.timeline .whole::after,
li:nth-child(even) .whole::after {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #F1F1F1;
    border-top: transparent;
    left: 50%;
    margin-left: -10px;
    top: -10px;
}

.timeline-loc {
    margin-top: -50px;
}
}
/* Desktop / Ipad /Iphone / Mobile  */

/* // Timeline  SECTION
=================================================== */

/* Couple Bride & Groom SECTION
=================================================== */

/* Couple */
.couple-title {
	font-size:26px;
}

.couple-heart {
	position:relative;
	display:table;
	margin:100% auto 0;
}

.left-heart,
.right-heart {
	font-size:80px;
	color:#87ADB3;
	-webkit-animation: left-right 5s infinite; /* Chrome, Safari, Opera */ 
    animation: left-right 5s infinite;
}

.right-heart {
	position:absolute;
	left:0;
	-webkit-animation: right-left 5s infinite; /* Chrome, Safari, Opera */ 
    animation: right-left 5s infinite;
}
/* // Couple */

/* // Couple Bride & Groom SECTION
=================================================== */

/* Wedding SECTION
=================================================== */
.color-mild {
	font-size:14px;
	color: #425254;
}

.icon-mild {
	font-size:24px;
	color: #87ADB3;
	margin-right:3px;
}

#map_canvas, 
#map_canvas1, 
#map_canvas2 {
    z-index: 0;
}

/* // Wedding SECTION
=================================================== */

/* Gallery SECTION
=================================================== */

.gallery .content_inner {
	padding-top:0;
}

.gal-top {
	position: absolute;
	top: 0;
	width: 100%;
	margin-top: 120px;
	z-index: 888;
}

/* // Gallery SECTION
=================================================== */

/* Reservation SECTION
=================================================== */

.border-box {
    border: 1px solid #fff;
    padding: 3px;
    border-radius: 5px;
	width:70%;
	position:relative;
    margin-bottom: 20px;
}

#reservation_form input[type="text"], 
#reservation_form textarea,
.select {
	width:100%;
	height: 48px;
	line-height: 45px;
	padding-left: 10px;
	font-size:16px;
	color:#747474;
	background-color:rgba(255,255,255,0.45);
	border: transparent;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;	
	outline:0;
	display:block;
}

#reservation_form textarea {
	height:145px;
}

.reserve_form input:focus, 
.reserve_form textarea:focus { 
	border:0;
    outline: 0;
  	/* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(243,42,42,0.8);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(243,42,42,0.8);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(243,42,42,0.8); 
}

#reservation_form label.error{ 
	color: #ff0000;
	font-size:11px;
	font-weight:500;
	margin:0;
	font-family: 'Raleway', sans-serif;
	position:absolute;
	bottom:-18px;
}

#reservation_form label.valid { 
	color:#33a532;
}

::-webkit-input-placeholder {
	color: #999;
}

::-ms-input-placeholder {
	color: #999;
}

.wrapper-dropdown-1 {
    position: relative; 
    width: 50%;
    padding: 10px;
    margin: 0;
	background:rgba(255,255,255,0.45);
    color: #747474;
    outline: none;
    cursor: pointer;
    font-weight:normal;
}

/* Select Option */
.wrapper-dropdown-1:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #fff;    
}

.wrapper-dropdown-1 .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    list-style: none;
    font-weight: normal; 
    opacity: 0;
    pointer-events: none;
	z-index:99999;
}

.wrapper-dropdown-1 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #9e9e9e;
    padding: 10px 20px;
}

.wrapper-dropdown-1 .dropdown li:hover a {
    background: #e4e4e4;
}

.wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-1.active:after {
    border-color: #9bc7de transparent;
    border-width: 6px 6px 0 6px ;
    margin-top: -3px;
}
/* // Select Option */

/* // Reservation SECTION
=================================================== */

/* Home page Special Menu SECTION
=================================================== */
.spcontainer {
padding: 0;
margin: 0;
height: 110px;
width: 420px;
display: block;
position:absolute;
z-index:9999;
bottom: 0;
right: 0;
overflow: hidden;
}

*[class*="spmenu-tags"] {
	opacity:0;
}

*[class*="spmenu-tags"]:hover {
	transform:none!important;
	-webkit-transform:none!important;
	-moz-transform:none!important;
	-ms-transform:none!important;
}

.spmenu1
{ 
top:15px;
left:15px;
-ms-transform: rotate(30deg); /* IE 9 */
-webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
transform: rotate(30deg);
z-index:144;
}
.spmenu1:hover
{ 
top:15px;
left:15px;
-ms-transform: rotate(0deg); /* IE 9 */
-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
transform: rotate(0deg);
}
.spmenu2
{ 
top:15px;
left:120px;
-ms-transform: rotate(330deg); /* IE 9 */
-webkit-transform: rotate(330deg); /* Chrome, Safari, Opera */
transform: rotate(330deg);
z-index:145;
}
.spmenu2:hover
{ 
top:15px;
left:120px;
-ms-transform: rotate(360deg); /* IE 9 */
-webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
transform: rotate(360deg);
}
.spmenu3
{ 
top:15px;
left:210px;
-ms-transform: rotate(0deg); /* IE 9 */
-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
transform: rotate(0deg);
z-index:144;
}
.spmenu3:hover
{ 
top:15px;
left:210px;
-ms-transform: rotate(0deg); /* IE 9 */
-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
transform: rotate(0deg);
}
.spmenu4
{ 
top:15px;
left:290px;
-ms-transform: rotate(330deg); /* IE 9 */
-webkit-transform: rotate(330deg); /* Chrome, Safari, Opera */
transform: rotate(330deg);
z-index:143;
}

.spmenu4:hover
{ 
top:15px;
left:290px;
-ms-transform: rotate(360deg); /* IE 9 */
-webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
transform: rotate(360deg);
}

.spmenu5
{ 
top:15px;
left:375px;
-ms-transform: rotate(30deg); /* IE 9 */
-webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
transform: rotate(30deg);
z-index:143;
}

.spmenu5:hover
{ 
top:15px;
left:375px;
-ms-transform: rotate(0deg); /* IE 9 */
-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
transform: rotate(0deg);
}


.spmenu {
background:url(../img/spmenu1.png) no-repeat;
width:120px; 
height:88px; 
background-size:100%; 
border:none; 
box-shadow:none;
display:block;
color:#fff;
position: absolute;
text-align: center;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-ms-transition:0.6s;
-moz-transition:0.6s;
-webkit-transition:0.6s;
transition:0.6s;
outline:none;
}

.spmenu:hover{
height:94px;
width:130px;
-ms-transition:0.6s;
-moz-transition:0.6s;
-webkit-transition:0.6s;
transition:0.6s;
z-index: 155;
text-decoration:none;
}

.sptext {
    font-size: 12px;
    text-transform: uppercase;
    color: #f4f4f4;
    font-weight: 400;
    vertical-align: middle;
    letter-spacing: 1px;
	line-height:14px;
}

.sptext span {
	font-size: 10px;
	display:block;
}

.spmenu i {
    text-align: center;
    font-size: 20px;
    color: #640d0f;
    position: relative;
	display:block;
    padding-left: 5px;
    padding-right: 5px;
}

#specialmenu [class*="spmenu-tags"] a i {
	padding-top:20%;
}

/* Modal */
.modal-body{
	padding:0;
	background:#fff;
}

.modal-content {
	box-shadow:none;
	border:none;
	background:transparent;
}

button.close,
button.close:hover {
    background: #a71619;
	color:#fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
	right:-15px;
	top:-15px;
    opacity: 1;
}

.lightbox2 .modal-dialog {
    width: 760px;
    background: transparent;
    border: none;
}

/* // Modal */

/*//  Special Menu SECTION
=================================================== */

/* Footer SECTION
=================================================== */
.footer { 
	position:fixed; 
	bottom:0; 
	left:0; 
	z-index:999;
}

.copyright {
	padding:5px 10px; 
	font-size:10px; 
	color:#fff; 
	text-shadow: 1px 0px 1px rgba(0,0,0,0.4); 
	letter-spacing:2px;
	text-transform:uppercase;
	background: rgba(173, 215, 222,0.3);
}
/* // Footer SECTION
=================================================== */

/* Space Align */
.marbot0 {
	margin-bottom: 0px;
}

.marbot10 {
	margin-bottom: 10px;
}

.marbot30 {
	margin-bottom: 30px;
}

.marbot60 {
	margin-bottom: 60px;
}

.pad-left-right20 {
	padding-left: 20%;
    padding-right: 20%;
}
/* // Space Align */

/* Scroll */
.nicescroll-rails {
	background:rgba(255,255,255,.3)!important;
}

@media (min-width: 1024px) {

  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }


}

@media (max-width: 1023px) {
/* Base styles 
==============================*/
.content_overlay,
.content_overlay_one_fourth {
    width: 100%;
}

.content_inner {
	padding-top: 110px;
	padding-left:0;
}

.gal-top {
	margin-top: 110px;
}

.empty {
	display:none;
}
/* // Base styles 
==============================*/
}

/* Desktop / Ipad /Iphone / Mobile  */
@media (max-width: 990px) {

.resbot50 {
	margin-bottom:50px;
}

.pad-left-right20 {
	padding-left: inherit;
    padding-right: inherit;
}

}

@media (max-width: 990px) and (max-height: 768px) {
.left-heart, .right-heart {
	font-size:50px;
}
}
/* Desktop / Ipad /Iphone / Mobile  */

@media (max-width: 767px) and (max-height: 480px) and (orientation : landscape) {
/* Special Menu */
.spcontainer {
	height:80px;
}

.spmenu-tags {
    margin-left: -25px;
}

.spmenu {
	width: 85px;
    height: 65px;
}

.spmenu:hover {
	width: 95px;
    height: 70px;
}

.sptext {
	display:none;
}

.spmenu1,
.spmenu1:hover {
	left:170px;
}

.spmenu2,
.spmenu2:hover{
	left:230px;
}

.spmenu3,
.spmenu3:hover {
	left:280px;
}

.spmenu4,
.spmenu4:hover {
	left:340px;
}

.spmenu5,
.spmenu5:hover {
	left:400px;
}
/* // Special Menu */
}

/* Iphone / Mobile  */
@media (max-width: 767px) {

/* Typography */
h1 {
	font-size:26px;
}

h2 {
	font-size:22px;
}
/* // Typography */

/* Modal */
.modal-dialog {
	width:inherit!important;
}
/* // Modal */

.thumbnail.thumbnail-img-border {
	width:inherit;
}

.couple-heart {
	display:none;
}

/* Reservation */
.border-box {
	width:100%;
}
/* Reservation */

/* Hack Code For Firefox 
================================ */
@-moz-document url-prefix() { 
  .img-responsive {
     width:100%;
  }
}
/* // Hack Code For Firefox 
================================ */

}
/* Iphone / Mobile  */

/* Iphone / Mobile  */
@media (max-width: 480px) {

.hideonmobile {
	display:none;
}

.countdown-timer-boxed.countdown_timer li a {
    display: inline-block;
    width:60px;
	height:60px;
	line-height:60px;
	font-size:24px;
}

.countdown-timer-boxed .countdown_info {
	font-size:14px;
}

/* Special Menu */
.spcontainer {
	height:80px;
}

.spmenu-tags {
    margin-left: -25px;
}

.spmenu {
	width: 85px;
    height: 65px;
}

.spmenu:hover {
	width: 95px;
    height: 70px;
}

.sptext {
	display:none;
}

.spmenu1,
.spmenu1:hover {
	left:170px;
}

.spmenu2,
.spmenu2:hover{
	left:230px;
}

.spmenu3,
.spmenu3:hover {
	left:280px;
}

.spmenu4,
.spmenu4:hover {
	left:340px;
}

.spmenu5,
.spmenu5:hover {
	left:400px;
}
/* // Special Menu */

}
/* Iphone / Mobile  */


@media only screen and (max-height: 414px) {

/* Special Menu */
.spcontainer {
	height:80px;
}

.spmenu-tags {
    margin-left: -25px;
}

.spmenu {
	width: 85px;
    height: 65px;
}

.spmenu:hover {
	width: 95px;
    height: 70px;
}

.sptext {
	display:none;
}

.spmenu1,
.spmenu1:hover {
	left:170px;
}

.spmenu2,
.spmenu2:hover{
	left:230px;
}

.spmenu3,
.spmenu3:hover {
	left:280px;
}

.spmenu4,
.spmenu4:hover {
	left:340px;
}

.spmenu5,
.spmenu5:hover {
	left:400px;
}
/* // Special Menu */


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Estilos para pantallas menores a 768px */
@media (max-width: 768px) {
  /* Ajusta los contenedores y la navegación */
  .contenedor {
    width: 100%;
    padding: 0 10px;
  }
  .navegacion {
    flex-direction: column;
  }
  /* Otras reglas responsivas necesarias */
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}


}
