@charset "UTF-8";
html {
    font-size: 10px;
}
.menu-main {
	display: table-cell;
	vertical-align: middle;
	width: 26%;
	padding-top: 5px;
	background-color: #fff;
}

.menu-main__list {
	background: #fff;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	display: none;
	position: absolute;
	max-height: calc(100vh - 64px);
	overflow: auto;
	margin: 0;
	padding: 0;
	top: 64px;
	left: 0;
	right: 0;
	z-index: 3;
}

.menu-main__item {
	border-bottom: 1px solid #d5d5d5;
	text-align: center;
	text-transform: uppercase;
	list-style: none;
}

.menu-main__link {
	color: #1c1b1b;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
	line-height: 70px;
}

.menu-main__link span.icon-link {
	font-size: 23px;
	font-size: 2.3rem;
	margin-right: 15px;
}

.menu-main__link span.icon-link:before {
	display: none;
}

.menu-main__link span.i-arrow-light {
	font-size: 12px;
	font-size: 1.2rem;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.menu-main__link span.i-wedding {
	display: inline-block;
	width: 22px;
	height: 22px;
}

.menu-main__link span.i-wedding:after {
	display: none;
}

.menu-main__link span.i-wedding img {
	width: 100%;
}

.menu-main__link span.i-golf {
	display: inline-block;
	width: 15px;
	height: 22px;
}

.menu-main__link span.i-golf:after {
	display: none;
}

.menu-main__link span.i-golf img {
	width: 100%;
}

.menu-main__link span.i-dinning:after {
	font-size: 18px;
	font-size: 1.8rem;
}

.menu-main__link span.i-logo-mobile:before {
	font-size: 26px;
	font-size: 2.6rem;
	margin-right: 15px;
}

.menu-main__link:hover,
.menu-main__link:focus,
.menu-main__link:active {
	text-decoration: none;
}

.dropdown__overlay {
	background: rgba(0, 0, 0, 0.6);
	width: 100vw;
	height: 100vh;
	top: 0;
	position: fixed;
	z-index: 2;
	display: none;
}

.dropdown__container {
	display: none;
	left: 0;
	max-width: 1440px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 64px;
	width: 100vw;
	z-index: 3;
}
.dropdown__container.active {
	display: block!important;
}

.dropdown__container.active .menu__grid {
	/*display: block!important;*/
}

.dropdown__backbtn {
	font-size: 14px;
	font-size: 1.4rem;
	background: #fff;
	color: #1c1b1b;
	display: block;
	line-height: 65px;
	text-align: center;
	width: 100%;
}

.dropdown__backbtn:before {
	color: #979797;
	margin-right: 15px;
}

.dropdown__backbtn:hover {
	text-decoration: none;
}

.menu__grid {
	list-style: none;
	margin: 0;
	overflow: auto;
	padding: 0;
	width: 100%;
}

.menu__grid li {
	display: block;
	float: left;
	font-size: 0;
	overflow: hidden;
	position: relative;
	width: 50%;
}

.menu__grid.destinations li {
	height: calc(100vh / 8);
	min-height: 160px;
}

.menu__grid.resorts li {
	height: calc(100vh / 6);
	min-height: 180px;
}

.menu__grid.about {
	background: transparent;
}

.menu__grid.about .grid__inner {
	height: 90%;
}

.menu__grid.about .grid {
	display: block;
	width: 100%;
}

.menu__grid.about .col-4-grid .grid__slot {
	max-height: 250px;
	float: left;
}

.menu__grid.about .col-4-grid .grid__caption {
	pointer-events: all;
}

.menu__grid.about .grid__title {
	text-transform: capitalize;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	font-style: normal;
	font-family: "MillerBanner", serif;
	height: 80px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.menu__grid__link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 3;
}

.menu__grid__link:hover {
	text-decoration: none;
}

.menu__grid__link span {
	color: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 20px;
	height: 100%;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: normal;
	font-style: normal;
	font-family: "MillerBanner SemiboldItalic", serif;
	line-height: 24px;
	text-transform: capitalize;
}

.menu__grid__link span img {
	width: 100%;
	max-width: 160px;
	margin: 0 auto;
}

.menu__grid__link .grid__resortname {
	display: none;
}

.menu__grid__image {
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0;
	position: relative;
}

.menu__grid__image img {
	height: calc(100vh/2);
	width: auto;
	position: absolute;
	top: 0;
	left: -20%;
}

.menu_child__container {
	display: none;
}

.menu-main__burguer {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 12px;
	cursor: pointer;
}

.menu-main__burguer .menu-burguer {
	position: absolute;
	top: -4px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 2px;
	margin: auto;
	color: #fff;
	text-align: left;
	font-size: 1px;
	font-size: 0;
	-moz-transition: background 0s 0.1s;
	-o-transition: background 0s 0.1s;
	-webkit-transition: background 0s;
	-webkit-transition-delay: 0.1s;
	transition: background 0s 0.1s;
	background-color: #5e5e5e;
}

.menu-main__burguer .menu-burguer:before,
.menu-main__burguer .menu-burguer:after {
	content: '';
	position: absolute;
	width: inherit;
	height: inherit;
	-moz-transition-delay: 0.1s, 0s;
	-o-transition-delay: 0.1s, 0s;
	-webkit-transition-delay: 0.1s, 0s;
	transition-delay: 0.1s, 0s;
	-moz-transition-duration: 0.1s, 0.1s;
	-o-transition-duration: 0.1s, 0.1s;
	-webkit-transition-duration: 0.1s, 0.1s;
	transition-duration: 0.1s, 0.1s;
	background-color: #5e5e5e;
}

.menu-main__burguer .menu-burguer:before {
	left: 0;
	top: -6px;
	-moz-transition-property: top, -moz-transform;
	-o-transition-property: top, -o-transform;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}

.menu-main__burguer .menu-burguer:after {
	left: 0;
	bottom: -6px;
	-moz-transition-property: bottom, -moz-transform;
	-o-transition-property: bottom, -o-transform;
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
}

.menu-main__burguer.active .menu-burguer {
	background: #fff;
	top: -8px;
}

.menu-main__burguer.active .menu-burguer:before {
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-webkit-transform: rotate(45deg);
	/* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 3px;
}

.menu-main__burguer.active .menu-burguer:after {
	-ms-transform: rotate(-45deg);
	/* IE 9 */
	-webkit-transform: rotate(-45deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	bottom: -3px;
}

.menu-burguer__txt {
	position: relative;
	left: 26px;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	font-style: normal;
	font-family: "Gotham", sans-serif;
	color: #5e5e5e;
	text-transform: uppercase;
}

.band-contact {
	display: table-cell;
	vertical-align: middle;
	width: 42%;
	background-color: #c29c75;
	text-align: center;
}

.band-contact__label {
	display: inline-block;
	margin: 0;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
	color: #fff;
	line-height: 1;
}

.band-contact__link {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #fff;
}

.band-contact__link a {
	color: #fff;
}

.band-contact__info {
	display: block;
	padding-bottom: 5px;
	margin: 0;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	font-style: normal;
	font-family: "MillerBanner", serif;
	color: #fff;
}

.band-contact__info:hover,
.band-contact__info:focus {
	color: #fff;
}

.band-drop {
	position: relative;
	display: table-cell;
	width: 12%;
	vertical-align: top;
	text-align: center;
	height: 64px;
}

.band-drop__info {
	display: block;
	background-color: #f7f7f7;
	padding: 7px 0;
}

.band-drop__lang {
	display: block;
	padding: 7px 5px 6px;
	height: 28px;
	color: #555555;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
	background-color: #e3e3e3;
	position: relative;
	z-index: 4;
}

.band-drop__lang:hover {
	text-decoration: none;
}

.band-drop__lang+.band-drop__lang {
	background: #f3f3f1;
	height: 29px;
	position: absolute;
	left: 0;
	width: 100%;
	display: none;
}

.band-drop__lang+.band-drop__lang p:after {
	display: none;
}

.band-drop__item {
	margin: 0;
}

.band-drop__item:after {
	font-size: 6px;
	font-size: 0.6rem;
	padding-left: 3px;
}

.brand-main {
	display: table-cell;
	vertical-align: middle;
	width: 18.4%;
	background-color: #252525;
}

.brand-main__picture {
	display: block;
	width: 100%;
	max-width: 30px;
	padding: 12px 0;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.brand-main {
		width: 26%;
	}

	.menu-main {
		width: 42%;
	}

	.band-contact {
		width: 24%;
	}

	.band-drop {
		width: 6%;
	}

	.brand-main__picture {
		max-width: 140px;
	}

	.band-contact__box {
		width: 100%;
	}

	.band-contact__info {
		padding-bottom: 0;
		font-size: 20px;
		font-size: 2rem;
	}

	.band-contact__label {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.menu-main__list {
		display: none;
		text-align: center;
		width: 100%;
	}

	.menu-main__list.active {
		display: table !important;
	}

	.menu-main__link {
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 64px;
		padding: 10px;
	}

	.menu-main__link span.icon-link {
		display: none;
	}

	.menu-main__link span.i-arrow-light {
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.menu-main__link:hover,
	.menu-main__link.active {
		background: #f3f3f1;
	}

	.menu__grid.resorts li {
		width: calc(100% / 3);
		min-height: 160px;
	}

	.menu__grid.resorts li .menu__grid__image img {
		height: auto;
		left: 0;
		width: 120%;
	}

	.menu__grid.destinations li {
		width: calc(100% / 4);
		min-height: 160px;
	}

	.menu__grid.about li {
		width: 25%;
	}

	.menu__grid__image img {
		height: 120%;
		left: 0;
		width: auto;
	}
}

@media only screen and (min-width: 992px) {
	.site-header {
		background: -moz-linear-gradient(left, #252525 0%, #252525 50%, #f7f7f7 50%, #f7f7f7 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, #252525), color-stop(50%, #252525), color-stop(50%, #f7f7f7), color-stop(100%, #f7f7f7));
		background: -webkit-linear-gradient(left, #252525 0%, #252525 50%, #f7f7f7 50%, #f7f7f7 100%);
		background: -o-linear-gradient(left, #252525 0%, #252525 50%, #f7f7f7 50%, #f7f7f7 100%);
		background: -ms-linear-gradient(left, #252525 0%, #252525 50%, #f7f7f7 50%, #f7f7f7 100%);
		background: linear-gradient(to right, #252525 0%, #252525 50%, #f7f7f7 50%, #f7f7f7 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#252525', endColorstr='#f7f7f7', GradientType=1);
	}

	.menu-main__burguer {
		display: none;
	}

	.brand-main {
		width: 15%;
	}

	.menu-main {
		width: 63%;
		border-bottom: 1px solid #c2c2c2;
	}

	.band-contact {
		width: 17%;
	}

	.band-drop {
		width: 4%;
	}

	.brand-main__picture {
		max-width: 135px;
	}

	.menu-main__list {
		border-bottom: 0;
		display: table !important;
		width: 100%;
		padding: 0;
		position: inherit;
		border-top: 0;
	}

	.menu-main__item {
		border-left: 1px solid #f3f3f1;
		display: table-cell;
		text-align: center;
		border-bottom: 0;
		padding: 0 5px;
		min-width: 65px;
	}

	.menu-main__item {
		display: table-cell;
		text-align: center;
		border-bottom: 0;
		border-left: 0;
		padding: 0;
	}

	html:lang(es-ES) .menu-main__link {
		padding: 8px 2px;
	}

	.menu-main__link {
		display: inline-block;
		font-size: 10px;
		font-size: 1rem;
		font-weight: 500;
		font-style: normal;
		font-family: "Gotham", sans-serif;
		text-transform: uppercase;
		color: #787878;
		line-height: inherit;
		padding: 8px 5px;
	}

	.menu-main__link span.i-arrow-light {
		margin-right: 5px;
	}

	.dropdown__backbtn {
		display: none;
	}

	.menu__grid:not(.about) {
		background: #fff;
		height: 402px;
		margin-top: 0;
		padding: 20px 0;
		overflow: hidden;
	}

	.menu__grid:not(.about) li {
		display: block;
		float: none;
		clear: both;
		overflow: visible;
		width: 100%;
		height: 45px;
		width: 100%;
		min-height: inherit;
	}

	.menu__grid li {
		height: 50px;
		width: 100%;
		min-height: inherit;
	}

	.menu__grid li:nth-child(2) .menu_child__box {
		top: -65px;
	}

	.menu__grid li:nth-child(3) .menu_child__box {
		top: -110px;
	}

	.menu__grid li:nth-child(4) .menu_child__box {
		top: -155px;
	}

	.menu__grid li:nth-child(5) .menu_child__box {
		top: -200px;
	}

	.menu__grid li:nth-child(6) .menu_child__box {
		top: -245px;
	}

	.menu__grid li:nth-child(7) .menu_child__box {
		top: -290px;
	}

	.menu__grid li:nth-child(8) .menu_child__box {
		top: -335px;
	}

	.menu__grid__link {
		text-align: left;
		padding-left: 44px;
		width: 262px;
	}

	.menu__grid__link span {
		font-size: 20px;
		font-size: 2rem;
		font-weight: 600;
		font-style: normal;
		font-family: "MillerBanner", serif;
		color: #555555;
		text-transform: capitalize;
	}

	.menu__grid__link:after {
		content: "\e901";
		color: #c2c2c2;
		font-family: 'ico-vidanta';
		font-size: 10px;
		font-size: 1rem;
		display: block;
		height: 10px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 40px;
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.menu__grid__link:hover,
	.menu__grid__link.active {
		text-decoration: none;
	}

	.menu__grid__link:hover span,
	.menu__grid__link.active span {
		color: #62c8dc;
		text-decoration: none;
	}

	.menu__grid__link .grid__resortname {
		display: flex;
	}

	.menu__grid__link .grid__resortname+span {
		display: none;
	}

	.menu__grid__image {
		display: none;
	}

	.menu_child__box {
		width: calc(100% - 262px);
		height: 422px;
		position: absolute;
		left: 262px;
		top: -20px;
		z-index: 3;
		pointer-events: none;
	}

	.menu_child__container {
		display: none;
		position: absolute;
		top: 0;
		width: 100%;
		pointer-events: all;
		z-index: 3;
	}

	.menu_child__container .grid {
		display: block;
		overflow: hidden;
		margin: 0 -1px;
	}

	.menu_child__container .grid .grid__slot {
		display: block;
		float: left;
	}

	.menu_child__container .grid__caption:before {
		opacity: 0.80;
	}

	.menu_child__back {
		color: #979797;
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: normal;
		font-style: normal;
		font-family: "Gotham Book", sans-serif;
		padding-left: 15px;
		position: absolute;
		top: 25px;
		left: 60px;
		z-index: 5;
		text-transform: capitalize;
	}

	.menu_child__back:hover {
		color: #fff;
		text-decoration: none;
	}

	.menu_child__back:hover:before {
		color: #fff;
	}

	.menu_child__back:before {
		content: "\e901";
		color: #979797;
		font-family: 'ico-vidanta';
		font-size: 10px;
		font-size: 1rem;
		display: block;
		height: 10px;
		position: absolute;
		top: -3px;
		bottom: 0;
		margin: auto;
		left: 0;
	}

	.menu_child__list {
		background: rgba(0, 0, 0, 0.5);
		height: 402px;
		left: 0px;
		padding: 60px 20px 35px 50px;
		position: absolute;
		text-align: left;
		width: 216px;
		z-index: 4;
	}

	.menu_child__list li {
		font-size: 23px;
		font-size: 2.3rem;
	}

	.menu_child__list .menu_child__link {
		color: #fff;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: normal;
		font-style: italic;
		font-family: "MillerBanner", serif;
	}

	.menu_child__list .menu_child__link a {
		padding: 5px 10px;
		display: inline-block;
		text-transform: capitalize;
	}

	.menu_child__list .menu_child__link a:hover,
	.menu_child__list .menu_child__link a.active {
		border: 1px solid #c29c75;
		text-decoration: none;
	}

	.menu_child__link a {
		color: #fff;
	}


	.menu_child__map .map-area {
		width: 630px;
		height: 402px;
		right: 40px;
		position: absolute;
	}

	.menu_child__map .map-area a {
		position: absolute;
		text-decoration: none;
	}

	.menu_child__map .map-area a:before {
		background: #C29C75;
		border-radius: 100%;
		content: "";
		display: block;
		width: 10px;
		height: 10px;
	}

	.menu_child__map .map-area a span {
		opacity: 0;
		color: #151515;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: normal;
		font-style: normal;
		font-family: "MillerBanner LightItalic", serif;
		padding: 2px;
		position: absolute;
		top: -20px;
		width: 110px;
		left: -47px;
		text-align: center;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		text-transform: capitalize;
	}

	.menu_child__map .map-area a span:before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		opacity: 0;
		position: absolute;
		border-left: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-top: 10px solid black;
		border-right: 8px solid transparent;
		top: 97%;
		left: 0;
		right: 0;
		margin: auto;
		-webkit-transition: all .6s ease-in-out;
		-moz-transition: all .6s ease-in-out;
		-o-transition: all .6s ease-in-out;
		transition: all .6s ease-in-out;
	}

	.menu_child__map .map-area a:hover span {
		background: #151515;
		color: #fff;
		top: -35px;
		opacity: 1;
	}

	.menu_child__map .map-area a:hover span:before {
		opacity: 1;
	}

	.menu_child__map .map-area a.puertoPenasco span {
		top: 20px;
	}

	.menu_child__map .map-area a.puertoPenasco span:before {
		border-left: 9px solid transparent;
		border-bottom: 9px solid black;
		border-top: 9px solid transparent;
		border-right: 9px solid transparent;
		top: -18px;
	}

	.menu_child__map .map-area a.puertoVallarta span {
		left: -110px;
		top: -4px;
	}

	.menu_child__map .map-area a.puertoVallarta span:before {
		border-left: 7px solid black;
		border-bottom: 8px solid transparent;
		border-top: 8px solid transparent;
		border-right: 7px solid transparent;
		top: 19%;
		left: auto;
		right: -14px;
	}

	.opening {
		display: none;
		position: absolute;
		top: 0;
		height: 402px;
		width: 100%;
	}

	.opening.show {
		display: block;
	}

	.opening .grid__slot {
		margin: 0;
		padding: 0;
	}

	.opening_grid {
		display: none;
		position: absolute;
		top: 0;
		height: 402px;
		width: calc(100% - 216px);
		left: 216px;
	}

	.opening_grid.show {
		display: block;
	}

	.opening_grid .grid__slot {
		margin: 0;
		padding: 0;
	}

	.opening__bg {
		width: 100%;
		overflow: hidden;
		position: absolute;
	}

	.opening__bg img {
		height: 100%;
	}

	.opening__content {
		color: #fff;
		position: absolute;
		height: 100%;
		width: calc(92% - 216px);
		left: 246px;
		text-align: center;
		display: block;
		justify-content: center;
		flex-direction: column;
		max-height: 120px;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.opening__content.dark-text {
		color: #1c1b1b;
	}

	.opening__header {
		margin-bottom: 20px;
	}

	.opening__header:after {
		content: '';
		display: block;
		height: 3px;
		width: 34px;
		margin: 0 auto;
		background-color: #c29c75;
		width: 62px;
	}

	.opening__title {
		font-size: 36px;
		font-size: 3.6rem;
		font-weight: 600;
		font-style: normal;
		font-family: "MillerBanner", serif;
		text-transform: uppercase;
		letter-spacing: 3.6px;
	}

	.opening__lead {
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		font-style: normal;
		font-family: "Gotham Book", sans-serif;
		line-height: 25px;
		text-transform: none;
	}

	.opening__link {
		max-width: 200px;
		margin: 0 auto;
	}

	.col-6-grid .grid__slot,
	.col-1-4-grid .grid__slot,
	.col-2-grid .grid__slot,
	.col-3-grid .grid__slot,
	.col-4-grid .grid__slot,
	.col-1-grid .grid__slot {
		max-height: 235px;
		height: 235px;
	}

	.col-6-grid .grid__slot:hover .grid__inner,
	.col-1-4-grid .grid__slot:hover .grid__inner,
	.col-2-grid .grid__slot:hover .grid__inner,
	.col-3-grid .grid__slot:hover .grid__inner,
	.col-4-grid .grid__slot:hover .grid__inner,
	.col-1-grid .grid__slot:hover .grid__inner {
		padding-top: 70px;
		top: 0;
		bottom: 0;
		margin: auto;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.col-6-grid .grid__slot:hover .grid__title,
	.col-1-4-grid .grid__slot:hover .grid__title,
	.col-2-grid .grid__slot:hover .grid__title,
	.col-3-grid .grid__slot:hover .grid__title,
	.col-4-grid .grid__slot:hover .grid__title,
	.col-1-grid .grid__slot:hover .grid__title {
		bottom: 25%;
	}

	.col-6-grid .grid__slot .grid__caption,
	.col-1-4-grid .grid__slot .grid__caption,
	.col-2-grid .grid__slot .grid__caption,
	.col-3-grid .grid__slot .grid__caption,
	.col-4-grid .grid__slot .grid__caption,
	.col-1-grid .grid__slot .grid__caption {
		padding-top: 55px;
	}

	.col-6-grid .grid__slot .grid__inner,
	.col-1-4-grid .grid__slot .grid__inner,
	.col-2-grid .grid__slot .grid__inner,
	.col-3-grid .grid__slot .grid__inner,
	.col-4-grid .grid__slot .grid__inner,
	.col-1-grid .grid__slot .grid__inner {
		position: absolute;
		width: 90%;
		bottom: 0;
		top: auto;
		left: 0;
		right: 0;
		height: 85%;
	}

	.col-6-grid .grid__slot .grid__title,
	.col-1-4-grid .grid__slot .grid__title,
	.col-2-grid .grid__slot .grid__title,
	.col-3-grid .grid__slot .grid__title,
	.col-4-grid .grid__slot .grid__title,
	.col-1-grid .grid__slot .grid__title {
		width: 100%;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
	}

	.col-6-grid .grid__slot .grid__title img,
	.col-1-4-grid .grid__slot .grid__title img,
	.col-2-grid .grid__slot .grid__title img,
	.col-3-grid .grid__slot .grid__title img,
	.col-4-grid .grid__slot .grid__title img,
	.col-1-grid .grid__slot .grid__title img {
		width: 100%;
		max-width: 170px;
	}

	.col-6-grid .grid__slot .grid__photo,
	.col-1-4-grid .grid__slot .grid__photo,
	.col-2-grid .grid__slot .grid__photo,
	.col-3-grid .grid__slot .grid__photo,
	.col-4-grid .grid__slot .grid__photo,
	.col-1-grid .grid__slot .grid__photo {
		height: 135%;
		width: auto;
		margin-left: -20%;
	}

	.col-1-4-grid .single-col {
		padding: 0;
		float: left;
	}

	.col-1-4-grid .single-col .grid__slot {
		height: 470px;
		max-height: 470px;
		width: 100%;
		margin: 0;
	}

	.col-1-4-grid .single-col .grid__slot .grid__title {
		padding-top: 30%;
	}

	.col-1-4-grid .four-items-col {
		padding: 0;
		float: left;
	}

	.col-1-4-grid .four-items-col .grid__slot {
		/*height: 201px;*/
	}

	.col-1-4-grid .four-items-col .grid__photo {
		width: auto;
		height: 122%;
	}

	.col-2-grid .grid__slot {
		max-height: 470px;
		height: 470px;
	}

	.col-2-grid .grid__slot .grid__title {
		padding-top: 30%;
	}

	.col-3-grid .grid__slot,
	.col-4-grid .grid__slot,
	.col-1-grid .grid__slot {
		max-height: 470px;
		height: 470px;
	}

	.col-3-grid .grid__slot .grid__title,
	.col-4-grid .grid__slot .grid__title,
	.col-1-grid .grid__slot .grid__title {
		padding-top: 50%;
	}

	.col-4-grid .grid__slot {
		max-height: 402px;
		height: 402px;
	}

	.col-4-grid .grid__slot .grid__title {
		padding-top: 60%;
	}

	.col-1-grid .grid__slot .grid__photo {
		width: 123%;
	}

	.col-1-grid .grid__slot .grid__title img {
		padding-top: 20%;
		max-width: 170px;
		margin: 0 auto;
	}

	.col-1-grid .grid__slot:hover .grid__title {
		bottom: 45%;
	}

	.resorts .hidden-logo .single-col .grid__slot .grid__photo {
		width: auto;
		height: 120%;
	}

	.hidden-logo .grid__slot {
		height: 470px;
		max-height: 470px;
		margin: 0;
		padding: 0;
	}

	.hidden-logo .grid__slot .grid__photo {
		height: 120% !important;
		width: auto !important;
		margin-left: -10% !important;
	}

	.hidden-logo .grid__slot .grid__inner {
		height: 90%;
	}

	.hidden-logo .grid__slot .grid__title {
		bottom: 40%;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
	}

	.hidden-logo .grid__slot .grid__title img {
		display: block;
		opacity: 0;
		max-width: 170px;
		min-width: 150px;
		margin: 30px auto;
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}

	.hidden-logo .grid__slot:hover .grid__inner {
		top: 0%;
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}

	.hidden-logo .grid__slot:hover .grid__title {
		bottom: 25%;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.hidden-logo .grid__slot:hover .grid__title img {
		opacity: 1;
	}

	.hidden-logo .grid__slot:hover .grid__caption {
		padding-top: 40px;
	}

	.hidden-logo .grid__slot:hover .grid__brandname {
		font-size: 34px;
		font-size: 3.4rem;
		font-weight: normal;
		font-style: normal;
		font-family: "MillerBanner", serif;
	}

	.hidden-logo .grid__slot .grid__caption {
		padding-top: 40px;
	}

	.hidden-logo .grid__slot .grid__brandname {
		font-size: 34px;
		font-size: 3.4rem;
		font-weight: normal;
		font-style: normal;
		font-family: "MillerBanner", serif;
		text-transform: capitalize;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.col-6-grid .hidden-logo .grid__slot {
		height: 202px;
		max-height: 202px;
	}

	.col-6-grid .hidden-logo .grid__slot .grid__title img {
		max-width: 180px;
		margin: 15px auto;
	}

	.col-6-grid .hidden-logo .grid__slot .grid__brandname {
		font-size: 20px;
		font-size: 2rem;
	}

	.col-2-grid .hidden-logo .grid__slot .grid__inner {
		height: 85%;
	}

	.resorts .col-2-grid .hidden-logo .grid__slot .grid__photo {
		width: 160% !important;
		margin-left: -20% !important;
	}

	.col-1-4-grid .hidden-logo .four-items-col .grid__slot .grid__title img {
		max-height: 120px;
		margin: 15px auto;
		margin-bottom: 10px;
	}

	.col-1-4-grid .hidden-logo .four-items-col .grid__slot .grid__brandname {
		font-size: 20px;
		font-size: 2rem;
	}

	.six_grid__container {
		position: absolute;
		height: 402px;
		width: calc(100% - 216px);
		left: 216px;
		margin: 0;
		padding: 0;
		display: none;
		top: 0;
	}

	.six_grid__container li {
		width: calc(100% / 3);
		float: left;
		height: 201px;
		clear: none;
	}

	.six_grid__link {
		display: block;
		position: absolute;
		height: 100%;
		width: 100%;
	}

	.six_grid__link span {
		width: 68%;
		margin: auto;
		height: 90px;
		display: block;
		position: absolute;
		bottom: 30px;
		left: 0;
		right: 0;
		-webkit-transition: all .35s ease-in-out;
		-moz-transition: all .35s ease-in-out;
		-o-transition: all .35s ease-in-out;
		transition: all .35s ease-in-out;
	}

	.six_grid__link span img {
		width: 100%;
		position: absolute;
		bottom: 0;
	}

	.six_grid__link:before {
		position: absolute;
		top: 15px;
		right: 15px;
		bottom: 15px;
		left: 15px;
		border: 1px solid #fff;
		content: '';
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	.six_grid__link:hover:before {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.six_grid__link:hover span {
		bottom: 25%;
	}

	.six_grid__link:hover span img {
		top: 0;
		margin: auto;
	}

	.six_grid__image img {
		height: 100%;
	}

	.opening_textgrid {
		background: #EFEEE9;
		pointer-events: all;
		width: 100%;
		height: 100%;
	}

	.opening_textgrid .opening__content {
		width: 100%;
		left: 0;
		text-align: left;
		padding: 40px 50px;
		position: inherit;
		height: auto;
		max-width: 880px;
	}

	.opening_textgrid .opening__header {
		margin-bottom: 10px;
	}

	.opening_textgrid .opening__header:after {
		display: none;
	}

	.opening_textgrid .opening__title {
		font-size: 36px;
		font-size: 3.6rem;
		font-weight: 300;
		font-style: italic;
		font-family: "MillerBanner LightItalic", serif;
		text-transform: capitalize;
		letter-spacing: normal;
	}

	.opening_textgrid .opening__lead {
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 600;
		font-style: normal;
		font-family: "MillerBanner", serif;
		margin-bottom: 0;
		text-transform: none;
	}

	.small-6__grid {
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	.small-6__grid .grid_tag .grid__slot .grid__inner {
		height: 80%;
	}

	.small-6__grid .grid_tag .grid__slot .grid__inner .grid__title {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.small-6__grid .grid_tag .grid__slot .grid__inner .grid__title img {
		width: 100%;
		max-width: 170px;
	}

	.small-6__grid .grid_tag .grid__slot:hover .grid__inner {
		top: 45%;
	}

	.menu__grid.about {
		margin-top: 0;
		overflow: hidden;
	}

	.menu__grid.about .col-4-grid .grid__slot {
		min-height: 402px;
	}

	.menu__grid.about .col-4-grid .grid__slot .grid__photo {
		width: 122%;
		height: auto;
		margin-left: -10%;
	}

	.menu__grid.about .col-4-grid .grid__slot .grid__title {
		font-size: 32px;
		font-size: 3.2rem;
		padding-top: 0;
	}
}

@media only screen and (min-width: 1100px) {
	.band-contact__info {
		font-size: 23px;
		font-size: 2.3rem;
	}
}

@media only screen and (min-width: 1200px) {
	.menu-main__link {
		font-size: 12px;
		font-size: 1.2rem;
	}


	.opening__bg img {
		width: 100%;
		height: auto;
	}

	.six_grid__image img {
		height: auto;
		width: 100%;
	}

	.header__content {
		border-bottom: 0;
	}

	.col-6-grid .grid__slot .grid__photo,
	.col-2-grid .grid__slot .grid__photo,
	.col-3-grid .grid__slot .grid__photo {
		width: 149%;
		height: auto;
		margin-left: -12%;
	}

	.resorts .col-6-grid .grid__slot .grid__photo {
		width: 115%;
		margin-top: -5%;
		margin-left: -10%;
	}

	.resorts .col-2-grid .grid__slot .grid__photo,
	.resorts .col-3-grid .grid__slot .grid__photo {
		width: 130%;
		margin-left: -10%;
	}

	.col-1-4-grid .grid__slot .grid__photo {
		width: 100%;
		height: 120%;
		margin-left: 0;
	}

	.col-1-grid .grid__slot .grid__photo {
		width: auto;
		height: 120%;
		margin-left: 0;
	}

	.col-4-grid .grid__slot .grid__photo,
	.col-3-grid .grid__slot .grid__photo {
		width: auto;
		height: 403px;
		margin-left: -20%;
	}
}

@media only screen and (max-width: 1369px) {
	.menu-main__link {
		font-size: 10px;
		font-size: 1rem;
	}
}

@media only screen and (max-width: 1060px) {
	.menu-main__link {
		font-size: 9px;
		font-size: .9rem;
	}
}

@media only screen and (max-width: 1126px) {
	.menu-main__link {
		font-size: 8px;
		font-size: .8rem;
	}
}

@media (min-width: 475px) and (max-width: 767px) {
	.menu__grid li {
		min-height: 150px;
	}

	.menu__grid.destinations .menu__grid__image img {
		height: 100%;
		width: auto;
		top: 0;
		left: 0;
	}

	.menu__grid.resorts .menu__grid__image img {
		height: auto;
		width: 120%;
		top: 0;
		left: 0;
	}
}

@media (max-width: 767px) {
	.menu-main__list {
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}

	.menu__grid.odd li:first-of-type {
		width: 100%;
	}

	.menu__grid.odd li:first-of-type .menu__grid__image img {
		left: -5%;
		width: 120%;
		height: auto;
		top: 0;
	}
}

@media (max-width: 991px) {
	.dropdown__container.active {
		position: fixed;
	}
}

.band-drop__popover {
	position: absolute;
	top: 40px;
	right: 1px;
	z-index: 9;
	width: 216px;
	padding: 13px 7px 14px 17px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
	text-align: left;
	color: #494949;
	background-color: #fff;
	opacity: 0;
	pointer-events: none;
	display: none;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.band-drop__popover.js-popoverActive {
	pointer-events: all;
	opacity: 1;
	display: block;
}

.band-drop__info {
	cursor: pointer;
}

.drop-popover__txt {
	position: relative;
	margin: 0;
}

.drop-popover__txt:after {
	content: '';
	position: absolute;
	top: -22px;
	right: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 9px 7.5px;
	border-color: transparent transparent #ffffff transparent;
}

.drop-popover__strong {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	font-style: normal;
	font-family: "Gotham", sans-serif;
}

.drop-popover__link {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	font-style: normal;
	font-family: "Gotham", sans-serif;
	color: #2c8085;
}

@media only screen and (max-width: 991px) {

	.top-fixed.scrollMenuBar .site-header,
	.top-fixed.scrollMenuBar .v-breadcrumb {
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		/*     transform: translateY(-100%);  */
		transform: none;
	}
}

@media only screen and (max-width: 979px) {
	.map .inner .map-area a.riveraMaya {
		top: 69% !important;
		left: 75% !important;
	}

}

@media only screen and (max-width: 1199px) {
	.menu_child__map .map-area a.acapulco {
		top: 89%;
		left: 36%;
	}

	.menu_child__map .map-area a.puertoPenasco {
		top: 19%;
		left: 3%;
	}

	.menu_child__map .map-area a.losCabos {
		top: 61%;
		left: 11%;
	}

	.menu_child__map .map-area a.eastCape {
		top: 58%;
		left: 12%;
	}

	.menu_child__map .map-area a.nuevaVallarta {
		top: 70%;
		left: 22%;
	}

	.menu_child__map .map-area a.riveraMaya {
		top: 73%;
		left: 67%;
	}

	.menu_child__map .map-area a.puertoVallarta {
		top: 73%;
		left: 21%;
	}
}

@media only screen and (min-width: 1200px) {
	.menu_child__map .map-area a.acapulco {
		top: 99%;
		left: 21%;
	}

	.menu_child__map .map-area a.puertoPenasco {
		top: 17%;
		left: -20%;
	}

	.menu_child__map .map-area a.losCabos {
		top: 66%;
		left: -10%;
	}

	.menu_child__map .map-area a.eastCape {
		top: 63%;
		left: -9%;
	}

	.menu_child__map .map-area a.nuevaVallarta {
		top: 76%;
		left: 3%;
	}

	.menu_child__map .map-area a.riveraMaya {
		top: 80%;
		left: 58%;
	}

	.menu_child__map .map-area a.mazatlan {
		top: 39%;
		left: 23%;
	}

	.menu_child__map .map-area a.puertoVallarta {
		top: 79%;
		left: 2%;
	}
}

@media only screen and (max-width: 385px) {
	.top-fixed {
		padding-top: 121px;
	}

	.top-fixed_general {
		padding-top: 61px;
	}
}

@media only screen and (min-width: 992px) {
	.top-fixed {
		padding-top: 64px;
	}
}

@media only screen and (max-width: 991px) {
	.menu-main__link {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

/* GQ styles */
.site-header .portlet {
	position: static;
}

/* Login styles */
.signed-in .site-header {
	position: relative;
}

.menu__grid.about .grid__slot {
	float: left;
}

.menu__grid__link .grid__resortname {
	display: flex;
}

.menu__grid.resorts .menu__grid__link .grid__resortname {
	display: none;
}

.menu-main {
	width: 1%;
	height: 64px;
}

.menu-main__link:hover {
	color: #0c4e5a;
}

.small-6__grid .grid .grid__slot {
	max-height: 230px;
	flex-basis: 0;
}

@media only screen and (min-width: 992px) {

	.menu__grid.about .col-1-grid .grid__slot .grid__title,
	.menu__grid.about .col-2-grid .grid__slot .grid__title,
	.menu__grid.about .col-3-grid .grid__slot .grid__title,
	.menu__grid.about .col-4-grid .grid__slot .grid__title,
	.menu__grid.about .col-5-grid .grid__slot .grid__title {
		font-size: 32px;
		font-size: 3.2rem;
		padding-top: 0;
	}

	.menu__grid.resorts .menu__grid__link .grid__resortname {
		display: block;
	}

	.menu__grid:not(.about) {
		height: 470px;
	}

	.menu_child__list {
		height: 470px;
	}

	.opening {
		height: 470px;
	}

	.opening_grid {
		height: 470px;
	}

	.menu_child__container .grid .grid__slot {
		min-height: 235px;
	}

	.menu_child__box {
		height: 470px;
	}

	.resorts .col-6-grid .grid__slot .grid__photo {
		margin-left: -10%;
		padding: 0;
		/*min-height: 470px;*/
	}
}

.col_custom_5 {
	min-height: 402px;
}

.w-20 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20% !important;
	flex: 0 0 20% !important;
	max-width: 20%;
}

.col_custom_5>img.grid__photo.js-overOpen {
	height: 100%;
}

.menu_child__map {
	background-size: cover;
	width: 100%;
	height: 100%;
	pointer-events: all;
}


@media only screen and (min-width: 1200px) {
	.menu_child__map {
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-position: right;
		background-size: cover;
		height: 470px;
		width: 100%;
	}

	.menu_child__map .map-area {
		width: 600px;
	}
}

@media only screen and (min-width: 768px) {
	.map .inner {
		background-size: 495px auto;
		min-height: 325px;
	}
}


@media only screen and (min-width: 992px) {
	.menu_child__container .grid .grid__slot {
		min-height: auto;
	}

	.col-1-4-grid .single-col .grid__slot {
		height: 470px;
		max-height: 470px;
	}

	.col-1-4-grid .four-items-col .grid__slot {
		height: 235px;
	}


	.menu_child__container .grid .grid__slot {
		min-height: 235px;
	}

	.col-1-4-grid .single-col .grid__slot {
		height: 470px;
		max-height: 470px;
	}

	.col-1-4-grid .four-items-col .grid__slot {
		height: 235px;
	}

}

figure.grid__slot.col-12 {
	min-height: 470px !important;
}

figure.grid__slot.col-6.col-md-6 {
	min-height: 470px;
}

figure.grid__slot.col-6.col-md-6.col-grid-5 {
	min-height: 235px;
}

a.language-entry-long-text {
	margin-top: 6px;
}

a.language-entry-long-text {
	font-size: 1.2rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
	text-align: left;
	color: #494949 !important;
	text-transform: capitalize !important;
}