


.m-nav-container,
.m-amenities-slider {
	display: none;
}
.mobile-show {
	display: none;
}

@media screen and (max-width: 1200px) {
	
	.map-button-content.active, 
	.map-button-content2.active, 
	.map-button-content3.active, 
	.map-button-content4.active, 
	.map-button-content5.active, 
	.map-button-content6.active {
		width: 70%;
	}
} 

@media screen and (max-width: 1024px) {
	
	/*TOP NAVIGATION*/
	
	.nav-container {
		display: none;
	}

	.m-nav-container {
		display: block;
	}


	.m-nav-container {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 999;
		transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94); 
	}

	.m-top-nav {
		width: 95%;
		margin: 0 auto;
		height: 35px;
		padding: 20px 0px;
		position: relative;
		background-color:rgba(255,0,0,0);
	}

	.m-top-nav h1 {
		font-family: 'Cookie', cursive;
		font-size: 2em;
		color: #fff;
		float: left;
		font-weight: 100;
	}

	.m-top-nav h1 span {
		font-family: 'Gothic A1', sans-serif;
	}

	.m-top-nav ul{
		width: 100%;
		display: block;
	}

	.m-top-nav ul li {
		padding: 10px 20px;
		line-height: 2em;
		width: 100%;
		text-align: left;
	}

	.m-top-nav ul li a{
		color: #4d4d4d;
		font-size: 16px;
	}

	.menu {
		float: right;
		color: #fff;
		font-size: 2em;
	}

	.m-nav-overlay{
	  /*Hides pop-up when there is no "active" class*/
	  display: none;
	  width:90%;
	  height: 100vh;
	  position: fixed;
	  top: 0;
	  left: 0;
	  background-color: #fff;
	  overflow-x: hidden;
	  z-index: 1;
	}
	.m-nav-overlay.active{
	  /*displays pop-up when "active" class is present*/
	  display: block;
	}

	.m-nav-content {
	  /*Hides pop-up content when there is no "active" class */
	 display: none;
	}

	.m-nav-content.active {
	  /*Shows pop-up content when "active" class is present */
	  display: block;
	  position: relative; 
	  top: 0;
	  width: 100%;
	  height: 100%;
	}

	.close {
		color: #fafafa;
		font-size: 32px;
		cursor: pointer;
		float: right;
		margin: 20px;
	}


		/*FOOTER SECTION*/

	.footer-nav ul li {
	    padding: 5px 8px;
	    border-right: solid 2px #d3d3d3;
	    font-size: 14px;
	}

	.footer-nav {
	    width: 100%;
	    padding-left: 50px;
	    float: right;
	    background-color: #fff;
	    box-sizing: border-box;
	}

	.footer-logo {
	    width: 100%;
	    float: left;
	    background-color: #fff;
	    box-sizing: border-box;
	    padding: 20px 0 0 60px;
	}

	.footer-logo p {
	    margin: 10px 0;
	    font-size: 20px;
	}

	/*FRAME 1 HOME SECTION*/

	.home-section {
	    width: 100%;
	    height: 63vh;
	    margin-top: 0px;
	    text-align: center;
	    color: #fff;
	}

	.home-content h4 {
		font-size: 1em;
		padding-bottom: 20px;
	}

	.home-section h1 {
	    font-family: 'Cookie', cursive;
	    font-size: 3em;
	    padding-bottom: 15px;
	}

	.home-section p {
	    font-size: 0.9em;
	    width: 440px;
	    margin: auto;
	    line-height: 1.8em;
	}

	.home-section a {
	    padding: 20px;
	    font-size: 0.8em;
	    display: inline-block;
	    width: auto;
	    height: auto;
	    margin-top: 20px;
	}


	/*FRAME 2 ABOUT US SECTION*/	
	
	.aboutus-section h3 {
	    color: #bcbcbc;
	    margin-bottom: 20px;
	    font-size: 0.9em;
	}

	.aboutus-section p {
	    font-size: 0.9em;
	    margin-bottom: 70px;
	    width: 375px;
	    line-height: 1.7em;
	}

	.h3 {
	    font-weight: bold;
	    font-size: 1em;
	}

	.map-button {
	    margin: 5px 0px;
	}

	.map-buttons-holder {
	    text-align: center;
	}

	.select-holder {
	    width: 90%;
	    margin: 0 auto;
	    padding: 30px 0px 10px;
	}

	/*FRAME 5 AMENITIES SECTION*/

	.amenities-section {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	}

	/*.amenities-section {
	    width: 90%;
	    margin: 0 auto;
	    position: relative;
	}

	.amenities-slider-holder h1 {
	    font-size: 1em;
	    font-weight: bold;
	    padding: 0 0 25px;
	}

	.room-section-text h1 {
	    padding: 40px 0px 0px 50px;
	    font-size: 2.8em;
	}

	.room-section-text h4 {
	    padding-left: 50px;
	    color: #000;
	    font-size: 1em;
	}*/

	/*FRAME 4 INCLUSION SECTION*/

	.inclusion {
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-color: #fafafa;
	    padding: 0px;
	    height: auto;
	}

	.inclusion-section {
	    width: 100%;
	    margin: 0 auto;
	    text-align: center;
	}

	.inclusion-section h1 {
		padding: 30px 0px;
		margin-bottom: 0px;
	}

	/*.inclusion-section-row1 {
		display: none;
	}

	.inclusion-section-row2 {
		display: none;
	}

	.mobile-inclusion-section {
		width: 70%;
		margin: 0 auto 60px;
	}*/


	.inclusion-section-col {
    	width: 46%;
    	float: left;
	}

	.mobile-show {
		display: block;
		width: 90%;
		margin: 0 auto;
	}

	.desktop-show {
		display: none;
	}

/*	.inclusion-section-col {
		float: left;
	}*/

	.slick-dots {
	  	display: flex;
	  	justify-content: center;
	  	margin: 0;
	  	padding: 1rem 0;
	  	list-style-type: none;
	}
	.slick-dots li {
	  	margin: 0 0.25rem;
	}

	.slick-dots li button {
    	display: block;
    	cursor: pointer;
      	width: 1rem;
	  	height: 1rem;
	  	padding: 0;
	  	border: 1px solid #444;
	  	border-radius: 100%;
	  	background-color: transparent;
	  	text-indent: -9999px;
	}


	.slick-dots li.slick-active button {
	  	background-color: #444;
	}

	/*FRAME 5 ROOM SECTION*/

	.room-section-prices h4 {
	    margin-top: 35px;
	    padding-left: 0px !important;
	    color: #000;
	}


	/*MODAL STYLING*/

/*	.map-button-content.active, 
	.map-button-content2.active, 
	.map-button-content3.active, 
	.map-button-content4.active, 
	.map-button-content5.active, 
	.map-button-content6.active {
	    display: block;
	    background-color: #fff;
	    position: relative;
	    top: 1%;
	    width: 40%;
	    height: auto;
	}*/

	.map-button-content ul,
	.map-button-content2 ul, 
	.map-button-content3 ul, 
	.map-button-content4 ul, 
	.map-button-content5 ul, 
	.map-button-content6 ul {
	    width: 100%;
	    margin: 0 auto;
	    display: block;
	    margin-top: 20px;
	    max-height: 350px;
	    overflow: scroll;
	    background-color: #fff;
	}

	.map-header-title {
	    text-align: center !important;
	    margin: 20px 70px;
	    font-size: 53px;
	    color: #2a794e;
	    font-family: 'Cookie', cursive;
	}

	.map-header-title {
	    text-align: center !important;
	    margin: 20px 70px;
	    font-size: 53px;
	    color: #2a794e;
	    font-family: 'Cookie', cursive;
	}
	.map-button-content ul li, 
	.map-button-content2 ul li, 
	.map-button-content3 ul li, 
	.map-button-content4 ul li, 
	.map-button-content5 ul li, 
	.map-button-content6 ul li {
	    width: 100%;
	    font-size: 20px;
	    text-align: center;
	    padding: 15px 0px;
	}



	/*MAP STYLING*/

	.map {
	    width: 100%;
	    margin: 0px 0px 30px;
	    height: 350px;
	}


	.map-buttons-holder {
	    width: 100%;
	    height: auto;
	    margin: 0px;
	}


}




@media screen and (max-width: 939px) {
	
	/*TOP NAVIGATION*/
	
	.nav-container {
		display: none;
	}

	.m-top-nav {
		width: 95%;
		margin: 0 auto;
		height: 60px;
		padding: 20px 0px;
		background-color:rgba(255,0,0,0);
	}

	.m-top-nav h1 {
		font-family: 'Cookie', cursive;
		font-size: 2em;
		color: #fff;
		float: left;
		font-weight: 100;
	}

	.m-top-nav h1 span {
		font-family: 'Gothic A1', sans-serif;
	}

	.m-top-nav ul{
		width: 100%;
		display: block;
	}

	.m-top-nav ul li {
		padding: 10px 20px;
		line-height: 2em;
		width: 100%;
		text-align: left;
	}

	.m-top-nav ul li a{
		color: #4d4d4d;
		font-size: 16px;
	}

	.menu {
		float: right;
		color: #fff;
		font-size: 2em;
	}

	.m-nav-overlay{
	  /*Hides pop-up when there is no "active" class*/
	  display: none;
	  width: 90%;
	  height:100vh;
	  position: fixed;
	  top: 0;
	  left: 0;
	  background-color: #fff;
	  overflow-x: hidden;
	  z-index: 1;
	}
	.m-nav-overlay.active{
	  /*displays pop-up when "active" class is present*/
	  display: block;
	}

	.m-nav-content {
	  /*Hides pop-up content when there is no "active" class */
	 display: none;
	}

	.m-nav-content.active {
	  /*Shows pop-up content when "active" class is present */
	  display: block;
	  position: relative; 
	  top: 0;
	  width: 100%;
	  height: 100%;
	}

	.close {
		color: #fafafa;
		font-size: 32px;
		cursor: pointer;
		float: right;
		margin: -10px;
	}


	/*FOOTER SECTION*/

	.footer-nav ul li {
	    padding: 5px 8px;
	    border-right: solid 2px #d3d3d3;
	    font-size: 14px;
	}

	.footer-nav {
	    width: 100%;
	    padding-left: 50px;
	    float: right;
	    background-color: #fff;
	    box-sizing: border-box;
	}

	.footer-logo {
	    width: 100%;
	    float: left;
	    background-color: #fff;
	    box-sizing: border-box;
	    padding: 20px 0 0 60px;
	}

	.footer-logo p {
	    margin: 10px 0;
	    font-size: 20px;
	}


	/*FRAME 2 ABOUT US SECTION*/

	.map-button {
	    margin: 5px 31px;
	}

	.map-buttons-holder {
	    text-align: center;
	}



	/*FRAME 5 AMENITIES SECTION*/

	.amenities-section {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	}

	/*.amenities-section {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	}

	.amenities-slider-holder h1 {
	    font-size: 20px;
	    font-weight: bold;
	    padding: 0 0 25px;
	    margin-left: 35px;
	}
	
	.amenities-slider-holder {
	    width: 100%;
	    margin: 0 auto;
	    padding: 80px 0;
	}

	.amenities-slider {
		display: none;
	}

	.m-amenities-slider {
		display: block;
		width: 80%;
	    margin: 0 auto;
	    position: relative;
	    height: 430px;
	    text-align: center;
	}

	.m-amenities-image {
		width: 48%;
		height: 430px;
		float: left;
		margin: 0px 5px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}*/


	/*FRAME 4 INCLUSION SECTION*/

	.inclusion {
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-color: #fafafa;
	    padding: 0px;
	    height: auto;
	}

	.inclusion-section {
	    width: 100%;
	    margin: 0 auto;
	    text-align: center;
	}

	.inclusion-section-col {
	    width: 46%;
	}

	/*FRAME 5 ROOM SECTION*/

	.room-section-prices h4 {
	    margin-top: 35px;
	    padding-left: 0px !important;
	    color: #000;
	}

	.room-section-text h1 {
	    padding: 15px 0px 0px 50px;
	}


		/*MODAL STYLING*/

/*	.map-button-content.active, 
	.map-button-content2.active, 
	.map-button-content3.active, 
	.map-button-content4.active, 
	.map-button-content5.active, 
	.map-button-content6.active {
	    display: block;
	    background-color: #fff;
	    position: relative;
	    top: 1%;
	    width: 40%;
	    height: auto;
	}*/

	.map-button-content ul,
	.map-button-content2 ul, 
	.map-button-content3 ul, 
	.map-button-content4 ul, 
	.map-button-content5 ul, 
	.map-button-content6 ul {
	    width: 100%;
	    margin: 0 auto;
	    display: block;
	    margin-top: 20px;
	    max-height: 350px;
	    overflow: scroll;
	    background-color: #fff;
	}

	.map-header-title {
	    text-align: center !important;
	    margin: 20px 70px;
	    font-size: 53px;
	    color: #2a794e;
	    font-family: 'Cookie', cursive;
	}

	.map-header-title {
	    text-align: center !important;
	    margin: 20px 70px;
	    font-size: 53px;
	    color: #2a794e;
	    font-family: 'Cookie', cursive;
	}
	.map-button-content ul li, 
	.map-button-content2 ul li, 
	.map-button-content3 ul li, 
	.map-button-content4 ul li, 
	.map-button-content5 ul li, 
	.map-button-content6 ul li {
	    width: 100%;
	    font-size: 20px;
	    text-align: center;
	    padding: 15px 0px;
	}

	.map {
	    width: 90%;
	    margin: 0px auto;
	    height: 350px;
	}

}


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

	/*TOP NAVIGATION*/
	
	.nav-container {
		display: none;
	}

	.m-top-nav {
		width: 95%;
		margin: 0 auto;
		height: 40px;
		padding: 20px 0px;
		background-color:rgba(255,0,0,0);
	}

	.m-top-nav h1 {
		font-family: 'Cookie', cursive;
		font-size: 2em;
		color: #fff;
		float: left;
		font-weight: 100;
	}

	.m-top-nav h1 span {
		font-family: 'Gothic A1', sans-serif;
	}

	.m-top-nav ul{
		width: 100%;
		display: block;
	}

	.m-top-nav ul li {
		padding: 10px 20px;
		line-height: 2em;
		width: 100%;
		text-align: left;
	}

	.m-top-nav ul li a{
		color: #4d4d4d;
		font-size: 16px;
	}

	.menu {
		float: right;
		color: #fff;
		font-size: 2em;
	}

	.m-nav-overlay{
	  /*Hides pop-up when there is no "active" class*/
	  display: none;
	  width:90%;
	  height:100vh;
	  position: fixed;
	  top: 0;
	  left: 0;
	  background-color: #fff;
	  overflow-x: hidden;
	  z-index: 1;
	}
	.m-nav-overlay.active{
	  /*displays pop-up when "active" class is present*/
	  display: block;
	}

	.m-nav-content {
	  /*Hides pop-up content when there is no "active" class */
	 display: none;
	}

	.m-nav-content.active {
	  /*Shows pop-up content when "active" class is present */
	  display: block;
	  position: relative; 
	  top: 0;
	  width: 100%;
	  height: 100%;
	}

	.close {
		color: #fafafa;
		font-size: 32px;
		cursor: pointer;
		float: right;
		margin: -10px;
	}


	/*FOOTER SECTION*/

	.footer-nav ul li {
	    padding: 5px 8px;
	    border-right: solid 2px #d3d3d3;
	    font-size: 14px;
	}

	.footer-nav {
	    width: 100%;
	    padding-left: 50px;
	    float: right;
	    background-color: #fff;
	    box-sizing: border-box;
	}

	.footer-logo {
	    width: 100%;
	    float: left;
	    background-color: #fff;
	    box-sizing: border-box;
	    padding: 20px 0 0 60px;
	}

	.footer-logo p {
	    margin: 10px 0;
	    font-size: 20px;
	}


	/*FRAME 2 ABOUT US SECTION*/

	.map-button {
	    margin: 5px 31px;
	}

	.map-buttons-holder {
	    text-align: center;
	}



	/*FRAME 5 AMENITIES SECTION*/

	.amenities-section {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	}

	/*.amenities-section {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	}

	.amenities-slider-holder h1 {
	    font-size: 20px;
	    font-weight: bold;
	    padding: 0 0 25px;
	    margin-left: 35px;
	}

	.amenities-slider-holder {
	    width: 100%;
	    margin: 0 auto;
	    padding: 80px 0;
	}

	.amenities-slider {
		display: none;
	}

	.m-amenities-slider {
		display: block;
		width: 80%;
	    margin: 0 auto;
	    position: relative;
	    height: 430px;
	    text-align: center;
	}

	.m-amenities-image {
		width: 48%;
		height: 430px;
		float: left;
		margin: 0px 5px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}*/

	/*FRAME 1 HOME SECTION*/

	.home-content h4 {
	    font-size: 20px;
	    padding: 100px 0px 20px;
	}




	/*FRAME 4 INCLUSION SECTION*/

	.inclusion {
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-color: #fafafa;
	    padding: 0px;
	    height: auto;
	}

	.inclusion-section {
	    width: 100%;
	    margin: 0 auto;
	    text-align: center;
	}


	/*FRAME 5 ROOM SECTION*/

	.room-section-prices h4 {
	    margin-top: 35px;
	    padding-left: 0px !important;
	    color: #000;
	}

	.room-section-text h1 {
	    padding: 15px 0px 0px 50px;
	}


		/*MODAL STYLING*/

/*	.map-button-content.active, 
	.map-button-content2.active, 
	.map-button-content3.active, 
	.map-button-content4.active, 
	.map-button-content5.active, 
	.map-button-content6.active {
	    display: block;
	    background-color: #fff;
	    position: relative;
	    top: 1%;
	    width: 40%;
	    height: auto;
	}*/

	.map-button-content ul,
	.map-button-content2 ul, 
	.map-button-content3 ul, 
	.map-button-content4 ul, 
	.map-button-content5 ul, 
	.map-button-content6 ul {
	    width: 100%;
	    margin: 0 auto;
	    display: block;
	    margin-top: 20px;
	    max-height: 350px;
	    overflow: scroll;
	    background-color: #fff;
	}

	.map-header-title {
	    text-align: center !important;
	    margin: 20px 70px;
	    font-size: 53px;
	    color: #2a794e;
	    font-family: 'Cookie', cursive;
	}

	.map-header-title {
	    text-align: center !important;
	    margin: 20px 70px;
	    font-size: 53px;
	    color: #2a794e;
	    font-family: 'Cookie', cursive;
	}
	.map-button-content ul li, 
	.map-button-content2 ul li, 
	.map-button-content3 ul li, 
	.map-button-content4 ul li, 
	.map-button-content5 ul li, 
	.map-button-content6 ul li {
	    width: 100%;
	    font-size: 20px;
	    text-align: center;
	    padding: 15px 0px;
	}

	.map {
	    width: 90%;
	    margin: 0px auto 30px;
	    height: 350px;
	}	

}


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

		/*TOP NAVIGATION*/
	
	.nav-container {
		display: none;
	}

	.m-top-nav {
		width: 95%;
		margin: 0 auto;
		height: 40px;
		padding: 20px 0px;
		background-color:rgba(255,0,0,0);
	}

	.m-top-nav h1 {
		font-family: 'Cookie', cursive;
		font-size: 2em;
		color: #fff;
		float: left;
		font-weight: 100;
	}

	.m-top-nav h1 span {
		font-family: 'Gothic A1', sans-serif;
	}

	.m-top-nav ul{
		width: 100%;
		display: block;
	}

	.m-top-nav ul li {
		padding: 10px 20px;
		line-height: 2em;
		width: 100%;
		text-align: left;
	}

	.m-top-nav ul li a{
		color: #4d4d4d;
		font-size: 16px;
	}

	.menu {
		float: right;
		color: #fff;
		font-size: 2em;
	}

	.m-nav-overlay{
	  /*Hides pop-up when there is no "active" class*/
	  display: none;
	  width: 90%;
	  height: 100vh;
	  position: fixed;
	  top: 0;
	  left: 0;
	  background-color: #fff;
	  overflow-x: hidden;
	  z-index: 1;
	}
	.m-nav-overlay.active{
	  /*displays pop-up when "active" class is present*/
	  display: block;
	}

	.m-nav-content {
	  /*Hides pop-up content when there is no "active" class */
	 display: none;
	}

	.m-nav-content.active {
	  /*Shows pop-up content when "active" class is present */
	  display: block;
	  position: relative; 
	  top: 0;
	  width: 100%;
	  height: 100%;
	}

	.close {
		color: #fafafa;
		font-size: 32px;
		cursor: pointer;
		float: right;
		margin: -10px;
	}


	/*FOOTER SECTION*/

	.footer-nav {
	    width: 100%;
	    padding-left: 0px; 
	    float: right;
	    background-color: #fff;
	    box-sizing: border-box;
	}

	.footer-logo {
	    width: 100%;
	    background-color: #fff;
	    box-sizing: border-box;
	    padding: 0px;
	    text-align: center;
	}

	.footer-logo p {
	    margin: 20px auto;
	    font-size: 1.3em;
	    width: 258px;
	}

	.footer-nav h3, .footer-button {
	    text-align: center;
	}

	.footer-nav p {
	    text-align: center;
	}

	.footer-button {
	    padding: 10px 20px;
	    width: 160px;
	    font-size: 1em;
	    margin: 20px auto;
	}

	.footer-nav nav {
	    height: auto;
	    width: 100%;
	    margin: 13px auto;
	    text-align: center;
	}

	.footer-nav ul li {
	    padding: 5px 0px;
	    border-right: none;
	    font-size: 14px;
	    width: 100%;
	}

	.footer-nav ul li a {
	    font-weight: bold;
	    cursor: pointer;
	    font-size: 1em;
	}

	/*FRAME 1 HOME SECTION*/

	.home-content h4 {
	    font-size: 20px;
	    padding: 100px 0px 20px;
	}

	.header-holder {
	    height: 103vh;
	}


	/*FRAME 2 ABOUT US SECTION*/

	.map-button {
	    margin: 5px 31px;
	}

	.map-buttons-holder {
	    text-align: center;
	}



	/*FRAME 5 AMENITIES SECTION*/

	.amenities-section {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	}

	.amenities-slider-holder {
		width: 90%;
	}

	#amenities_4 {
		left: 1px;
	}

	/*.amenities-section {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	}

	.amenities-slider-holder h1 {
	    font-size: 20px;
	    font-weight: bold;
	    padding: 0 0 25px;
	    margin-left: 35px;
	}

	.amenities-slider-holder {
	    width: 100%;
	    margin: 0 auto;
	    padding: 80px 0;
	}

	.amenities-slider {
		display: none;
	}

	.m-amenities-slider {
		display: block;
		width: 80%;
	    margin: 0 auto;
	    position: relative;
	    height: 430px;
	    text-align: center;
	}

	.m-amenities-image {
		width: 48%;
		height: 430px;
		float: left;
		margin: 0px 5px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}*/




	/*FRAME 4 INCLUSION SECTION*/

	.inclusion {
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-color: #fafafa;
	    padding: 0px;
	    height: auto;
	}

	.inclusion-section {
	    width: 100%;
	    margin: 0 auto;
	    text-align: center;
	}

	.inclusion-section-col {
    	width: 46%;
	}


	/*FRAME 5 ROOM SECTION*/

	.room-section-prices h4 {
	    margin-top: 35px;
	    padding-left: 0px !important;
	    color: #000;
	}

	.room-section-text h1 {
	    padding: 15px 0px 0px 50px;
	}

		/*MODAL STYLING*/

/*	.map-button-content.active, 
	.map-button-content2.active, 
	.map-button-content3.active, 
	.map-button-content4.active, 
	.map-button-content5.active, 
	.map-button-content6.active {
	    display: block;
	    background-color: #fff;
	    position: relative;
	    top: 1%;
	    width: 40%;
	    height: auto;
	}*/

	.map-button-content ul,
	.map-button-content2 ul, 
	.map-button-content3 ul, 
	.map-button-content4 ul, 
	.map-button-content5 ul, 
	.map-button-content6 ul {
	    width: 100%;
	    margin: 0 auto;
	    display: block;
	    margin-top: 20px;
	    max-height: 350px;
	    overflow: scroll;
	    background-color: #fff;
	}

	.map-header-title {
	    text-align: center !important;
	    margin: 20px 70px;
	    font-size: 53px;
	    color: #2a794e;
	    font-family: 'Cookie', cursive;
	}

	.map-header-title {
	    text-align: center !important;
	    margin: 20px 70px;
	    font-size: 53px;
	    color: #2a794e;
	    font-family: 'Cookie', cursive;
	}
	.map-button-content ul li, 
	.map-button-content2 ul li, 
	.map-button-content3 ul li, 
	.map-button-content4 ul li, 
	.map-button-content5 ul li, 
	.map-button-content6 ul li {
	    width: 100%;
	    font-size: 20px;
	    text-align: center;
	    padding: 15px 0px;
	}

	.map {
	    width: 90%;
	    margin: 0px auto 30px;
	    height: 350px;
	}

}



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

			/*TOP NAVIGATION*/
	
	.nav-container {
		display: none;
	}

	.m-top-nav {
		width: 95%;
		margin: 0 auto;
		height: 40px;
		padding: 20px 0px;
		background-color:rgba(255,0,0,0);
	}

	.m-top-nav h1 {
		font-family: 'Cookie', cursive;
		font-size: 2em;
		color: #fff;
		float: left;
		font-weight: 100;
	}

	.m-top-nav h1 span {
		font-family: 'Gothic A1', sans-serif;
	}

	.m-top-nav ul{
		width: 100%;
		display: block;
	}

	.m-top-nav ul li {
		padding: 10px 20px;
		line-height: 2em;
		width: 100%;
		text-align: left;
	}

	.m-top-nav ul li a{
		color: #4d4d4d;
		font-size: 16px;
	}

	.menu {
		float: right;
		color: #fff;
		font-size: 2em;
	}

	.m-nav-overlay{
	  /*Hides pop-up when there is no "active" class*/
	  display: none;
	  width: 90%;
	  height:100vh;
	  position: fixed;
	  top: 0;
	  left: 0;
	  background-color: #fff;
	  overflow-x: hidden;
	  z-index: 1;
	}
	.m-nav-overlay.active{
	  /*displays pop-up when "active" class is present*/
	  display: block;
	}

	.m-nav-content {
	  /*Hides pop-up content when there is no "active" class */
	 display: none;
	}

	.m-nav-content.active {
	  /*Shows pop-up content when "active" class is present */
	  display: block;
	  position: relative; 
	  top: 0;
	  width: 100%;
	  height: 100%;
	}

	.close {
		color: #fafafa;
		font-size: 32px;
		cursor: pointer;
		float: right;
		margin: 10px;
	}


	/*FOOTER SECTION*/

	.footer-nav {
	    width: 100%;
	    padding-left: 0px; 
	    float: right;
	    background-color: #fff;
	    box-sizing: border-box;
	}

	.footer-logo {
	    width: 100%;
	    background-color: #fff;
	    box-sizing: border-box;
	    padding: 0px;
	    text-align: center;
	}

	.footer-logo p {
	    margin: 20px auto;
	    font-size: 1.3em;
	    width: 258px;
	}

	.footer-nav h3, .footer-button {
	    text-align: center;
	}

	.footer-nav p {
	    text-align: center;
	}

	.footer-button {
	    padding: 10px 20px;
	    width: 160px;
	    font-size: 1em;
	    margin: 20px auto;
	}

	.footer-nav nav {
	    height: auto;
	    width: 100%;
	    margin: 13px auto;
	    text-align: center;
	}

	.footer-nav ul li {
	    padding: 5px 0px;
	    border-right: none;
	    font-size: 14px;
	    width: 100%;
	}

	.footer-nav ul li a {
	    font-weight: bold;
	    cursor: pointer;
	    font-size: 1em;
	}

	/*FRAME 1 HOME SECTION*/

	.home-content h4 {
	    font-size: 20px;
	    padding: 0px;
	}


	/*FRAME 2 ABOUT US SECTION*/

	.map-button {
	    margin: 5px 10px;
	}

	.map-buttons-holder {
	    text-align: center;
	}



	/*FRAME 5 AMENITIES SECTION*/

	.amenities-section {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	}

	/*.amenities-section {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	}

	.amenities-slider-holder h1 {
	    font-size: 20px;
	    font-weight: bold;
	    padding: 0 0 25px;
	    margin-left: 35px;
	}

	.amenities-slider-holder {
	    width: 100%;
	    margin: 0 auto;
	    padding: 80px 0;
	}

	.amenities-slider {
		display: none;
	}

	.m-amenities-slider {
		display: block;
		width: 80%;
	    margin: 0 auto;
	    position: relative;
	    height: 430px;
	    text-align: center;
	}

	.m-amenities-image {
		width: 48%;
		height: 430px;
		float: left;
		margin: 0px 5px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}*/




	/*FRAME 4 INCLUSION SECTION*/

	.inclusion {
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-color: #fafafa;
	    padding: 0px;
	    height: auto;
	}

	.inclusion-section {
	    width: 100%;
	    margin: 0 auto;
	    text-align: center;
	}

	/*.inclusion-section-col {
    	width: 46%;
	}

	.mobile-show {
		display: block;
		width: 100%;
	}*/




	/*FRAME 5 ROOM SECTION*/

	.room-section-prices h4 {
	    margin-top: 35px;
	    padding-left: 0px !important;
	    color: #000;
	}

	.room-section-text h1 {
	    padding: 15px 0px 0px 50px;
	}

	.contact-section {
	    width: 80%;
	    margin: 0 auto;
	    height: auto;
	    padding: 20px;
	}

		/*MODAL STYLING*/

/*	.map-button-content.active, 
	.map-button-content2.active, 
	.map-button-content3.active, 
	.map-button-content4.active, 
	.map-button-content5.active, 
	.map-button-content6.active {
	    display: block;
	    background-color: #fff;
	    position: relative;
	    top: 1%;
	    width: 40%;
	    height: auto;
	}*/

	.map-button-content ul,
	.map-button-content2 ul, 
	.map-button-content3 ul, 
	.map-button-content4 ul, 
	.map-button-content5 ul, 
	.map-button-content6 ul {
	    width: 100%;
	    margin: 0 auto;
	    display: block;
	    margin-top: 20px;
	    max-height: 350px;
	    overflow: scroll;
	    background-color: #fff;
	}

	.map-header-title {
	    text-align: center !important;
	    margin: 20px 70px;
	    font-size: 53px;
	    color: #2a794e;
	    font-family: 'Cookie', cursive;
	}

	.map-header-title {
	    text-align: center !important;
	    margin: 20px 70px;
	    font-size: 53px;
	    color: #2a794e;
	    font-family: 'Cookie', cursive;
	}
	.map-button-content ul li, 
	.map-button-content2 ul li, 
	.map-button-content3 ul li, 
	.map-button-content4 ul li, 
	.map-button-content5 ul li, 
	.map-button-content6 ul li {
	    width: 100%;
	    font-size: 18px;
	    text-align: center;
	    padding: 15px 0px;
	}


	.map {
	    width: 90%;
	    margin: 0px auto 30px;
	    height: 350px;
	}

}


@media screen and (max-width: 759px) {
	
				/*TOP NAVIGATION*/
	
	.nav-container {
		display: none;
	}


	.m-top-nav h1 {
		font-family: 'Cookie', cursive;
		font-size: 2em;
		color: #fff;
		float: left;
		font-weight: 100;
	}

	.m-top-nav h1 span {
		font-family: 'Gothic A1', sans-serif;
	}

	.m-top-nav ul{
		width: 100%;
		display: block;
	}

	.m-top-nav ul li {
		padding: 10px 20px;
		line-height: 2em;
		width: 100%;
		text-align: left;
	}

	.m-top-nav ul li a{
		color: #4d4d4d;
		font-size: 16px;
	}

	.menu {
		float: right;
		color: #fff;
		font-size: 2em;
	}

	.m-nav-overlay{
	  /*Hides pop-up when there is no "active" class*/
	  display: none;
	  width:90%;
	  height:100vh;
	  position: fixed;
	  top: 0;
	  left: 0;
	  background-color: #fff;
	  overflow-x: hidden;
	  z-index: 1;
	}
	.m-nav-overlay.active{
	  /*displays pop-up when "active" class is present*/
	  display: block;
	}

	.m-nav-content {
	  /*Hides pop-up content when there is no "active" class */
	 display: none;
	}

	.m-nav-content.active {
	  /*Shows pop-up content when "active" class is present */
	  display: block;
	  position: relative; 
	  top: 0;
	  width: 100%;
	  height: 100%;
	}

	.close {
		color: #fafafa;
		font-size: 32px;
		cursor: pointer;
		float: right;
		margin: 20px;
	}



	/*FOOTER SECTION*/

	.footer-nav {
	    width: 100%;
	    padding-left: 0px; 
	    float: right;
	    background-color: #fff;
	    box-sizing: border-box;
	}

	.footer-logo {
	    width: 100%;
	    background-color: #fff;
	    box-sizing: border-box;
	    padding: 0px;
	    text-align: center;
	}

	.footer-logo p {
	    margin: 20px auto;
	    font-size: 1.3em;
	    width: 258px;
	}

	.footer-nav h3, .footer-button {
	    text-align: center;
	}

	.footer-nav p {
	    text-align: center;
	}

	.footer-button {
	    padding: 10px 20px;
	    width: 160px;
	    font-size: 1em;
	    margin: 20px auto;
	}

	.footer-nav nav {
	    height: auto;
	    width: 100%;
	    margin: 13px auto;
	    text-align: center;
	}

	.footer-nav ul li {
	    padding: 5px 0px;
	    border-right: none;
	    font-size: 14px;
	    width: 100%;
	}

	.footer-nav ul li a {
	    font-weight: bold;
	    cursor: pointer;
	    font-size: 1em;
	}
	/*FRAME 1 HOME SECTION*/

	.home-content h4 {
	    font-size: 20px;
	    padding: 0px;
	}

	.home-section a {
	    padding: 20px;
	    font-size: 16px;
	    display: inline-block;
	    width: auto;
	    height: auto;
	    margin-top: 20px;
	}

	.header-holder {
	    height: 75vh;
	}

	.frame1-border {
	    margin: 0 0 -20px;
	}


	/*FRAME 2 ABOUT US SECTION*/

	.map-button {
	    margin: 5px 10px;
	}

	.map-buttons-holder {
	    text-align: center;
	}



	/*FRAME 5 AMENITIES SECTION*/

	.amenities-section {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	}

	/*.amenities-section {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	}

	.amenities-slider-holder h1 {
	    font-size: 20px;
	    font-weight: bold;
	    padding: 0 0 25px;
	    margin-left: 35px;
	}

	.amenities-slider-holder {
	    width: 100%;
	    margin: 0 auto;
	    padding: 80px 0;
	}

	.amenities-slider {
		display: none;
	}

	.m-amenities-slider {
		display: block;
		width: 80%;
	    margin: 0 auto;
	    position: relative;
	    height: 430px;
	    text-align: center;
	}

	.m-amenities-image {
		width: 48%;
		height: 430px;
		float: left;
		margin: 0px 5px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}*/




	/*FRAME 4 INCLUSION SECTION*/

	.inclusion {
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-color: #fafafa;
	    padding: 0px;
	    height: auto;
	}

	.inclusion-section {
	    width: 100%;
	    margin: 0 auto;
	    text-align: center;
	}

	.inclusion-section-col {
    	width: 46%;
	}


	/*FRAME 5 ROOM SECTION*/

	.room-section-prices h4 {
	    margin-top: 35px;
	    padding-left: 0px !important;
	    color: #000;
	}

	.room-section-text h1 {
	    padding: 15px 0px 0px 50px;
	}


	.small-text {
	    width: 249px;
	    margin: 30px auto;
	}

	/*FRAME 6 CONTACT SECTION*/

	.contact-section {
	    width: 80%;
	    margin: 0 auto;
	    height: auto;
	    padding: 20px;
	}


		/*MODAL STYLING*/

/*	.map-button-content.active, 
	.map-button-content2.active, 
	.map-button-content3.active, 
	.map-button-content4.active, 
	.map-button-content5.active, 
	.map-button-content6.active {
	    display: block;
	    background-color: #fff;
	    position: relative;
	    top: 1%;
	    width: 40%;
	    height: auto;
	}*/

	.map-button-content ul,
	.map-button-content2 ul, 
	.map-button-content3 ul, 
	.map-button-content4 ul, 
	.map-button-content5 ul, 
	.map-button-content6 ul {
	    width: 100%;
	    margin: 0 auto;
	    display: block;
	    margin-top: 20px;
	    max-height: 350px;
	    overflow: scroll;
	    background-color: #fff;
	}

	.map-header-title {
	    text-align: center !important;
	    margin: 20px 70px;
	    font-size: 53px;
	    color: #2a794e;
	    font-family: 'Cookie', cursive;
	}

	.map-header-title {
	    text-align: center !important;
	    margin: 20px 70px;
	    font-size: 53px;
	    color: #2a794e;
	    font-family: 'Cookie', cursive;
	}
	.map-button-content ul li, 
	.map-button-content2 ul li, 
	.map-button-content3 ul li, 
	.map-button-content4 ul li, 
	.map-button-content5 ul li, 
	.map-button-content6 ul li {
	    width: 100%;
	    font-size: 18px;
	    text-align: center;
	    padding: 15px 0px;
	}

	.map {
	    width: 90%;
	    margin: 0px auto 30px;
	    height: 350px;
	}

}





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

					/*TOP NAVIGATION*/
	
	.nav-container {
		display: none;
	}

	.m-top-nav h1 {
		font-family: 'Cookie', cursive;
		font-size: 2em;
		color: #fff;
		float: left;
		font-weight: 100;
	}

	.m-top-nav h1 span {
		font-family: 'Gothic A1', sans-serif;
	}

	.m-top-nav ul{
		width: 100%;
		display: block;
	}

	.m-top-nav ul li {
		padding: 10px 20px;
		line-height: 2em;
		width: 100%;
		text-align: left;
	}

	.m-top-nav ul li a{
		color: #4d4d4d;
		font-size: 16px;
	}

	.menu {
		float: right;
		color: #fff;
		font-size: 2em;
	}

	.m-nav-overlay{
	  /*Hides pop-up when there is no "active" class*/
	  display: none;
	  width: 90%;
	  height: 100vh;
	  position: fixed;
	  top: 0;
	  left: 0;
	  background-color: #fff;
	  overflow-x: hidden;
	  z-index: 1;
	}
	.m-nav-overlay.active{
	  /*displays pop-up when "active" class is present*/
	  display: block;
	}

	.m-nav-content {
	  /*Hides pop-up content when there is no "active" class */
	 display: none;
	}

	.m-nav-content.active {
	  /*Shows pop-up content when "active" class is present */
	  display: block;
	  position: relative; 
	  top: 0;
	  width: 100%;
	  height: 100%;
	}

	.close {
		color: #fafafa;
		font-size: 32px;
		cursor: pointer;
		float: right;
		margin: -13px;
	}


	/*FOOTER SECTION*/

	.footer-nav {
	    width: 100%;
	    padding-left: 0px; 
	    float: right;
	    background-color: #fff;
	    box-sizing: border-box;
	}

	.footer-logo {
	    width: 100%;
	    background-color: #fff;
	    box-sizing: border-box;
	    padding: 0px;
	    text-align: center;
	}

	.footer-logo p {
	    margin: 20px auto;
	    font-size: 1.3em;
	    width: 258px;
	}

	.footer-nav h3, .footer-button {
	    text-align: center;
	}

	.footer-nav p {
	    text-align: center;
	}

	.footer-button {
	    padding: 10px 20px;
	    width: 160px;
	    font-size: 1em;
	    margin: 20px auto;
	}

	.footer-nav nav {
	    height: auto;
	    width: 100%;
	    margin: 13px auto;
	    text-align: center;
	}

	.footer-nav ul li {
	    padding: 5px 0px;
	    border-right: none;
	    font-size: 14px;
	    width: 100%;
	}

	.footer-nav ul li a {
	    font-weight: bold;
	    cursor: pointer;
	    font-size: 1em;
	}

	/*FRAME 1 HOME SECTION*/

	.home-section a {
	    padding: 20px;
	    font-size: 14px;
	    display: inline-block;
	    width: auto;
	    height: auto;
	    margin-top: 20px;
	}

	/*FRAME 2 ABOUT US SECTION*/

	.map-button {
	    margin: 5px 10px;
	}

	.map-buttons-holder {
	    text-align: center;
	}

	.aboutus-section p {
	    font-size: 20px;
	    margin-bottom: 70px;
	    width: 500px;
	    line-height: 1.5;
	}



	/*FRAME 5 AMENITIES SECTION*/

	.amenities-section {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	}

/*	.amenities-section {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	}

	.amenities-slider-holder h1 {
	    font-size: 20px;
	    font-weight: bold;
	    padding: 0 0 25px;
	    margin-left: 35px;
	}

	.amenities-slider-holder {
	    width: 100%;
	    margin: 0 auto;
	    padding: 80px 0;
	}

	.amenities-slider {
		display: none;
	}

	.m-amenities-slider {
		display: block;
		width: 80%;
	    margin: 0 auto;
	    position: relative;
	    height: 430px;
	    text-align: center;
	}

	.m-amenities-image {
		width: 48%;
		height: 300px;
		float: left;
		margin: 0px 5px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}*/



	/*FRAME 4 INCLUSION SECTION*/

	.inclusion {
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-color: #fafafa;
	    padding: 0px;
	    margin-bottom: -20px;
	    height: auto;
	}

	.inclusion-section {
	    width: 100%;
	    margin: 0 auto;
	    text-align: center;
	}

	.inclusion-section-col {
    	width: 46%;
	}


	/*FRAME 5 ROOM SECTION*/

	.room-section-text {
	    width: 100%;
	    margin-top: 100px;
	    float: left;
	    height: 543px;
	    position: relative;
	    background-color: #fff;
	}

	.room-section-image {
	    width: 100%;
	    float: left;
	    position: relative;
	    margin: 0;
	}

	.room-section-prices h4 {
	    margin-top: 35px;
	    padding-left: 0px !important;
	    color: #000;
	}

	.room-section-text h1 {
	    padding: 15px 0px 0px 50px;
	}

	.arrow-next {
	    position: absolute;
	    right: 2%;
	    top: 44%;
	    color: #fff;
	    font-size: 50px;
	    cursor: pointer;
	    z-index: 1;
	}

	.arrow-prev {
	    position: absolute;
	    left: 2%;
	    top: 44%;
	    font-size: 50px;
	    color: #fff;
	    cursor: pointer;
	    z-index: 1;
	}

	.room-section-text h1 {
	    padding: 10px 0px 0px 50px;
	}

	.room-section-text h4 {
	    padding-left: 50px;
	    color: #000;
	    font-size: 20px;
	}

	.room-section-text p {
	    padding-left: 50px;
	    font-size: 20px;
	    color: #000;
	}

	.room-section-prices h4 {
	    margin-top: 25px;
	    padding-left: 0px !important;
	    color: #000;
	}



	/*FRAME 6 CONTACT SECTION*/

	.contact-section {
	    width: 80%;
	    margin: 0 auto;
	    height: auto;
	    padding: 20px;
	}

	#email {
	    width: 100%;
	    float: left;
	}

	#room {
	    width: 100%;
	    float: left;
	}

	#mobile {
	    width: 100%;
	    float: left;
	}

	#leaseperiod {
	    width: 100%;
	    float: left;
	}

	.room-img {
		height: 300px;
	}



		/*MODAL STYLING*/

/*	.map-button-content.active, 
	.map-button-content2.active, 
	.map-button-content3.active, 
	.map-button-content4.active, 
	.map-button-content5.active, 
	.map-button-content6.active {
	    display: block;
	    background-color: #fff;
	    position: relative;
	    top: 1%;
	    width: 40%;
	    height: auto;
	}*/

	.map-button-content ul,
	.map-button-content2 ul, 
	.map-button-content3 ul, 
	.map-button-content4 ul, 
	.map-button-content5 ul, 
	.map-button-content6 ul {
	    width: 100%;
	    margin: 0 auto;
	    display: block;
	    margin-top: 20px;
	    max-height: 350px;
	    overflow: scroll;
	    background-color: #fff;
	}

	.map-header-title {
	    text-align: center !important;
	    margin: 20px 70px;
	    font-size: 53px;
	    color: #2a794e;
	    font-family: 'Cookie', cursive;
	}

	.map-header-title {
	    text-align: center !important;
	    margin: 20px 70px;
	    font-size: 53px;
	    color: #2a794e;
	    font-family: 'Cookie', cursive;
	}
	.map-button-content ul li, 
	.map-button-content2 ul li, 
	.map-button-content3 ul li, 
	.map-button-content4 ul li, 
	.map-button-content5 ul li, 
	.map-button-content6 ul li {
	    width: 100%;
	    font-size: 18px;
	    text-align: center;
	    padding: 15px 0px;
	}

	.aboutus-section h1 {
	    font-size: 2.3em;
	    margin-bottom: 10px;
	}


	.map {
	    width: 90%;
	    margin: 0px auto 30px;
	    height: 350px;
	}

}


@media (min-width: 550px) and (max-width: 624px) {

	/*TOP NAVIGATION*/
	
	.nav-container {
		display: none;
	}

	.m-top-nav h1 {
		font-family: 'Cookie', cursive;
		font-size: 2em;
		color: #fff;
		float: left;
		font-weight: 100;
	}

	.m-top-nav h1 span {
		font-family: 'Gothic A1', sans-serif;
	}

	.m-top-nav ul{
		width: 100%;
		display: block;
	}

	.m-top-nav ul li {
		padding: 10px 20px;
		line-height: 2em;
		width: 100%;
		text-align: left;
	}

	.m-top-nav ul li a{
		color: #4d4d4d;
		font-size: 16px;
	}

	.menu {
		float: right;
		color: #fff;
		font-size: 2em;
	}

	.m-nav-overlay{
	  /*Hides pop-up when there is no "active" class*/
	  display: none;
	  width:90%;
	  height:100%;
	  position: fixed;
	  top: 0;
	  left: 0;
	  background-color: #fff;
	  overflow-x: hidden;
	  z-index: 1;
	}
	.m-nav-overlay.active{
	  /*displays pop-up when "active" class is present*/
	  display: block;
	}

	.m-nav-content {
	  /*Hides pop-up content when there is no "active" class */
	 display: none;
	}

	.m-nav-content.active {
	  /*Shows pop-up content when "active" class is present */
	  display: block;
	  position: relative; 
	  top: 0;
	  width: 100%;
	  height: 100%;
	}

	.close {
		color: #fafafa;
		font-size: 32px;
		cursor: pointer;
		float: right;
		margin: -13px;
	}


	/*FOOTER SECTION*/

	.footer-nav {
	    width: 100%;
	    padding-left: 0px; 
	    float: right;
	    background-color: #fff;
	    box-sizing: border-box;
	}

	.footer-logo {
	    width: 100%;
	    background-color: #fff;
	    box-sizing: border-box;
	    padding: 0px;
	    text-align: center;
	}

	.footer-logo p {
	    margin: 20px auto;
	    font-size: 1.3em;
	    width: 258px;
	}

	.footer-nav h3, .footer-button {
	    text-align: center;
	}

	.footer-nav p {
	    text-align: center;
	}

	.footer-button {
	    padding: 10px 20px;
	    width: 160px;
	    font-size: 1em;
	    margin: 20px auto;
	}

	.footer-nav nav {
	    height: auto;
	    width: 100%;
	    margin: 13px auto;
	    text-align: center;
	}

	.footer-nav ul li {
	    padding: 5px 0px;
	    border-right: none;
	    font-size: 14px;
	    width: 100%;
	}

	.footer-nav ul li a {
	    font-weight: bold;
	    cursor: pointer;
	    font-size: 1em;
	}

	/*FRAME 1 HOME SECTION*/
	

	.home-section a {
	    padding: 20px;
	    font-size: 14px;
	    display: inline-block;
	    width: auto;
	    height: auto;
	    margin-top: 20px;
	}

	.home-section p {
	    font-size: 18px;
	    width: 400px;
	    margin: auto;
	    line-height: 1.8em;
	}


	/*FRAME 2 ABOUT US SECTION*/



	.aboutus-section {
	    width: 80%;
	    margin: auto;
	    padding: 65px 0;
	    height: auto;
	}

	.map-button {
	    width: 175px;
	    height: 175px;
	    background-color: #fff;
	    color: #2a794e;
	    margin: 5px 10px;
	    padding: 5px;
	    border-radius: 8px;
	    text-align: center;
	    cursor: pointer;
	    position: relative;
	    border: solid 1px #e3e3e3;
	}


	.map-button {
	    margin: 5px 10px;
	}

	.map-buttons-holder {
	    text-align: center;
	}

	.aboutus-section p {
	    font-size: 18px;
	    margin-bottom: 70px;
	    width: 450px;
	    line-height: 1.5;
	}



	/*FRAME 5 AMENITIES SECTION*/

	.amenities-section {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	}

	/*.amenities-section {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	}

	.amenities-slider-holder h1 {
	    font-size: 20px;
	    font-weight: bold;
	    padding: 0 0 25px;
	    margin-left: 35px;
	}

	.amenities-slider-holder {
	    width: 100%;
	    margin: 0 auto;
	    padding: 80px 0;
	}

	.amenities-slider {
		display: none;
	}

	.m-amenities-slider {
		display: block;
		width: 80%;
	    margin: 0 auto;
	    position: relative;
	    height: 430px;
	    text-align: center;
	}

	.m-amenities-image {
		width: 100%;
		height: 300px;
		float: left;
		margin: 0px 5px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	#amenities1 {
		display: none;
	}*/





	/*FRAME 4 INCLUSION SECTION*/

	.inclusion {
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-color: #fafafa;
	    padding: 0px;
	    height: auto;
	}

	.inclusion-section {
	    width: 100%;
	    margin: 0 auto;
	    text-align: center;
	}

	.inclusion-section-col {
    	width: 46%;
	}


	/*FRAME 5 ROOM SECTION*/

	.room-section-text {
	    width: 100%;
	    margin-top: 100px;
	    float: left;
	    height: 543px;
	    position: relative;
	    background-color: #fff;
	}

	.room-section-image {
	    width: 100%;
	    float: left;
	    position: relative;
	    margin: 0;
	}

	.room-section-prices h4 {
	    margin-top: 35px;
	    padding-left: 0px !important;
	    color: #000;
	}

	.room-section-text h1 {
	    padding: 15px 0px 0px 50px;
	}

	.arrow-next {
	    position: absolute;
	    right: 2%;
	    top: 44%;
	    color: #fff;
	    font-size: 50px;
	    cursor: pointer;
	    z-index: 1;
	}

	.arrow-prev {
	    position: absolute;
	    left: 2%;
	    top: 44%;
	    font-size: 50px;
	    color: #fff;
	    cursor: pointer;
	    z-index: 1;
	}

	.room-section-text h1 {
	    padding: 10px 0px 0px 50px;
	}

	.room-section-text h4 {
	    padding-left: 50px;
	    color: #000;
	    font-size: 20px;
	}

	.room-section-text p {
	    padding-left: 50px;
	    font-size: 20px;
	    color: #000;
	}

	.room-section-prices h4 {
	    margin-top: 25px;
	    padding-left: 0px !important;
	    color: #000;
	}

	.room-img {
		height: 300px;
	}




	/*FRAME 6 CONTACT SECTION*/

	.contact-section {
	    width: 80%;
	    margin: 0 auto;
	    height: auto;
	    padding: 20px;
	}

	#email {
	    width: 100%;
	    float: left;
	}

	#room {
	    width: 100%;
	    float: left;
	}

	#mobilenumber {
	    width: 100%;
	    float: left;
	}

	#leaseperiod {
	    width: 100%;
	    float: left;
	}

			/*MODAL STYLING*/

	.map-button-content.active, 
	.map-button-content2.active, 
	.map-button-content3.active, 
	.map-button-content4.active, 
	.map-button-content5.active, 
	.map-button-content6.active {
	    display: block;
	    background-color: #fff;
	    position: relative;
	    top: 1%;
	    width: 60%;
	    height: auto;
	}

	.map-button-content ul,
	.map-button-content2 ul, 
	.map-button-content3 ul, 
	.map-button-content4 ul, 
	.map-button-content5 ul, 
	.map-button-content6 ul {
	    width: 100%;
	    margin: 0 auto;
	    display: block;
	    margin-top: 20px;
	    max-height: 350px;
	    overflow: scroll;
	    background-color: #fff;
	}

	.map-header-title {
	    text-align: center !important;
	    margin: 20px 70px;
	    font-size: 53px;
	    color: #2a794e;
	    font-family: 'Cookie', cursive;
	}

	.map-header-title {
	    text-align: center !important;
	    margin: 20px 70px;
	    font-size: 53px;
	    color: #2a794e;
	    font-family: 'Cookie', cursive;
	}
	.map-button-content ul li, 
	.map-button-content2 ul li, 
	.map-button-content3 ul li, 
	.map-button-content4 ul li, 
	.map-button-content5 ul li, 
	.map-button-content6 ul li {
	    width: 100%;
	    font-size: 18px;
	    text-align: center;
	    padding: 15px 0px;
	}

	.aboutus-section h1 {
	    font-size: 2.3em;
	    margin-bottom: 10px;
	}

	.map {
	    width: 90%;
	    margin: 0px auto 20px;
	    height: 350px;
	}

}

/*@media screen and (max-width: 411px;) {

	.frame1-border {
	    margin: 0 0 -30px;
	}
}*/



/*iphone 6 7 and 8*/

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
	.header-holder {
	    height: 120vh;
	}

}



/*iphone 6+ 7+ and 8+*/
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	.header-holder {
	    height: 100vh;
	}
	
	.small-text {
	    width: 290px;
	    margin: 30px auto;
	}
}


/*iphone x*/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	.header-holder {
	    height: 100vh;
	}

}

/*iphone 5*/
/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	.header-holder {
		height: 125vh;
	}
}


@media (min-width: 450px) and (max-width: 549px) {

		/*TOP NAVIGATION*/
	
	.nav-container {
		display: none;
	}

	.m-top-nav h1 {
		font-family: 'Cookie', cursive;
		font-size: 2em;
		color: #fff;
		float: left;
		font-weight: 100;
	}

	.m-top-nav h1 span {
		font-family: 'Gothic A1', sans-serif;
	}

	.m-top-nav ul{
		width: 100%;
		display: block;
	}

	.m-top-nav ul li {
		padding: 10px 20px;
		line-height: 2em;
		width: 100%;
		text-align: left;
	}

	.m-top-nav ul li a{
		color: #4d4d4d;
		font-size: 16px;
	}

	.menu {
		float: right;
		color: #fff;
		font-size: 2em;
	}

	.m-nav-overlay{
	  /*Hides pop-up when there is no "active" class*/
	  display: none;
	  width: 90%;
	  height:100vh;
	  position: fixed;
	  top: 0;
	  left: 0;
	  background-color: #fff;
	  overflow-x: hidden;
	  z-index: 1;
	}
	.m-nav-overlay.active{
	  /*displays pop-up when "active" class is present*/
	  display: block;
	}

	.m-nav-content {
	  /*Hides pop-up content when there is no "active" class */
	 display: none;
	}

	.m-nav-content.active {
	  /*Shows pop-up content when "active" class is present */
	  display: block;
	  position: relative; 
	  top: 0;
	  width: 100%;
	  height: 100%;
	}

	.close {
		color: #fafafa;
		font-size: 32px;
		cursor: pointer;
		float: right;
		margin: -15px;
	}


	/*FOOTER SECTION*/

	.footer-nav {
	    width: 100%;
	    padding-left: 0px; 
	    float: right;
	    background-color: #fff;
	    box-sizing: border-box;
	}

	.footer-logo {
	    width: 100%;
	    background-color: #fff;
	    box-sizing: border-box;
	    padding: 0px;
	    text-align: center;
	}

	.footer-logo p {
	    margin: 20px auto;
	    font-size: 1.3em;
	    width: 258px;
	}

	.footer-nav h3, .footer-button {
	    text-align: center;
	}

	.footer-nav p {
	    text-align: center;
	}

	.footer-button {
	    padding: 10px 20px;
	    width: 160px;
	    font-size: 1em;
	    margin: 20px auto;
	}

	.footer-nav nav {
	    height: auto;
	    width: 100%;
	    margin: 13px auto;
	    text-align: center;
	}

	.footer-nav ul li {
	    padding: 5px 0px;
	    border-right: none;
	    font-size: 14px;
	    width: 100%;
	}

	.footer-nav ul li a {
	    font-weight: bold;
	    cursor: pointer;
	    font-size: 1em;
	}

	/*FRAME 1 HOME SECTION*/

	.home-section p {
	    font-size: 18px;
	    width: 400px;
	    margin: auto;
	    line-height: 1.8em;
	}

	.home-section a {
	    padding: 20px;
	    font-size: 14px;
	    display: inline-block;
	    width: auto;
	    height: auto;
	    margin-top: 20px;
	}

	.frame1-border {
		margin: 0px 0px -40px;
	}


	/*FRAME 2 ABOUT US SECTION*/

	.aboutus-section h3 {
	    color: #bcbcbc;
	    margin-bottom: 15px;
	    margin-left: 20px;
	    text-align: center;
	    font-size: 18px;
	}

	.aboutus-section h1 {
	    font-size: 2.3em;
	    margin-bottom: 10px;
	    text-align: center;
	}

	.aboutus-section p {
	    font-size: 18px;
	    margin: 15px auto 30px auto;
	    width: 400px;
	    line-height: 1.5;
	    text-align: center;
	}

	.aboutus-section {
	    width: 100%;
	    margin: auto;
	    padding: 45px 0;
	    height: auto;
	}

	.aboutus-section h4 {
	    text-align: center;
	    font-size: 18px;
	    margin: 45px 0px;
	}

	.map-button {
	    width: 175px;
	    height: 175px;
	    background-color: #fff;
	    color: #2a794e;
	    margin: 5px 10px;
	    padding: 5px;
	    border-radius: 8px;
	    text-align: center;
	    cursor: pointer;
	    position: relative;
	    border: solid 1px #e3e3e3;
	}


	.map-button {
	    margin: 5px 10px;
	}

	.map-buttons-holder {
	    text-align: center;
	    margin: 0px; 
	}







	/*FRAME 5 AMENITIES SECTION*/

	.amenities-section {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	}
	
	/*.amenities-section {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	}

	.amenities-slider-holder h1 {
	    font-size: 18px;
	    font-weight: bold;
	    padding: 25px 0px;
	    margin: 0px;
	    text-align: center;
	}

	.amenities-slider-holder {
	    width: 100%;
	    margin: 0 auto;
	    padding: 80px 0;
	}

	.amenities-slider {
		display: none;
	}

	.m-amenities-slider {
		display: block;
		width: 80%;
	    margin: 0 auto;
	    position: relative;
	    height: 430px;
	    text-align: center;
	}

	.m-amenities-image {
		width: 100%;
		height: 350px;
		float: left;
		margin: 0px 5px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	#amenities1 {
		display: none;
	}*/

	.amenities-slider__col1-row {
		height: 170px;
	}

	.amenities-slider__item-col2 {
		height: 170px;
	}

	.amenities-slider__col1-row-img-100 {
		height: 344px;
	}





	/*FRAME 4 INCLUSION SECTION*/

	/*.inclusion {
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-color: #fafafa;
	    padding: 50px 0;
	    height: 1000px;
	}*/

	.mobile-inclusion-section {
	    width: 80%;
	    margin: 0 auto 60px;
	}

	.inclusion-section {
	    width: 100%;
	    margin: 0 auto;
	    text-align: center;
	}

	.inclusion-section-col {
	    width: 46%;
	}
/*
	.inclusion-section-row1 {
	    width: 100%;
	    margin-bottom: 0px;
	}*/


	/*FRAME 5 ROOM SECTION*/


	.room-section-text {
	    width: 100%;
	    margin-top: 100px;
	    float: left;
	    height: 500px;
	    position: relative;
	    background-color: #fff;
	}

	.room-section-image {
	    width: 100%;
	    float: left;
	    position: relative;
	    margin: 0;
	}

	.room-section-prices h4 {
	    margin-top: 35px;
	    padding-left: 0px !important;
	    color: #000;
	}

	.room-section-text h1 {
	    padding: 0px;
	    text-align: center;
	    font-size: 48px;
	    margin: 20px 0px;
	}

	.arrow-next {
	    position: absolute;
	    right: 2%;
	    top: 44%;
	    color: #fff;
	    font-size: 50px;
	    cursor: pointer;
	    z-index: 1;
	}

	.arrow-prev {
	    position: absolute;
	    left: 2%;
	    top: 44%;
	    font-size: 50px;
	    color: #fff;
	    cursor: pointer;
	    z-index: 1;
	}


	.room-section-text h4 {
	    padding: 0px;
	    color: #000;
	    font-size: 18px;
	    text-align: center;
	}

	.room-section-text p {
	    padding: 0px;
	    font-size: 18px;
	    color: #000;
	    text-align: center;
	}

	.room-img {
		height: 300px;
	}





	/*FRAME 6 CONTACT SECTION*/

	.contact-section {
	    width: 100%;
	    margin: 0 auto;
	    height: auto;
	    padding: 0px;
	}

	.contact-title {
	    width: 100%;
	    text-align: center;
	    padding: 70px 0px 30px 0px;
	}

	.contact-title h4 {
		font-size: 18px;
	}

	.header-design {
	    color: #2a794e;
	    font-family: 'Cookie', cursive;
	    font-size: 48px;
	}

	.contact-title p {
	    font-size: 18px;
	}

	.small-button {
	    width: 215px;
	    height: 60px;
	    border-radius: 8px;
	    color: #fff !important;
	    font-size: 15px;
	    font-weight: bold;
	    border: none;
	    text-align: center;
	    background-color: #2a794e !important;
	}

	#email {
	    width: 100%;
	    float: left;
	}

	#room {
	    width: 100%;
	    float: left;
	}

	#mobile {
	    width: 100%;
	    float: left;
	}

	#leaseperiod {
	    width: 100%;
	    float: left;
	}

				/*MODAL STYLING*/

	.map-button-content.active, 
	.map-button-content2.active, 
	.map-button-content3.active, 
	.map-button-content4.active, 
	.map-button-content5.active, 
	.map-button-content6.active {
	    display: block;
	    background-color: #fff;
	    position: relative;
	    top: 1%;
	    width: 60%;
	    height: auto;
	}

	.map-button-content ul,
	.map-button-content2 ul, 
	.map-button-content3 ul, 
	.map-button-content4 ul, 
	.map-button-content5 ul, 
	.map-button-content6 ul {
	    width: 100%;
	    margin: 0 auto;
	    display: block;
	    margin-top: 20px;
	    max-height: 350px;
	    overflow: scroll;
	    background-color: #fff;
	}

	.map-button-overlay, 
	.map-button-overlay2, 
	.map-button-overlay3, 
	.map-button-overlay4, 
	.map-button-overlay5, 
	.map-button-overlay6 {
	    display: none;
	    width: 100%;
	    height: 100%;
	    background-color: rgb(0,0,0);
	    background-color: rgba(0,0,0,0.7);
	    padding: 10px 0px;
	    top: 0%;
	    left: 0%;
	    position: fixed;
	    overflow-x: hidden;
	    z-index: 9999;
	}

	.map-header-title {
	    text-align: center !important;
	    margin: 20px 70px;
	    font-size: 53px;
	    color: #2a794e;
	    font-family: 'Cookie', cursive;
	}

	.map-header-title {
	    text-align: center !important;
	    margin: 20px 70px;
	    font-size: 53px;
	    color: #2a794e;
	    font-family: 'Cookie', cursive;
	}
	.map-button-content ul li, 
	.map-button-content2 ul li, 
	.map-button-content3 ul li, 
	.map-button-content4 ul li, 
	.map-button-content5 ul li, 
	.map-button-content6 ul li {
	    width: 100%;
	    font-size: 18px;
	    text-align: center;
	    padding: 15px 0px;
	}

	.aboutus-section h1 {
	    font-size: 2.3em;
	    margin-bottom: 10px;
	}

	.map {
	    width: 90%;
	    margin: 0px auto 20px;
	    height: 350px;
	}	

}


@media (min-width: 380px) and (max-width: 449px) {

			/*TOP NAVIGATION*/
	
	.nav-container {
		display: none;
	}

	.m-top-nav h1 {
		font-family: 'Cookie', cursive;
		font-size: 2em;
		color: #fff;
		float: left;
		font-weight: 100;
	}

	.m-top-nav h1 span {
		font-family: 'Gothic A1', sans-serif;
	}

	.m-top-nav ul{
		width: 100%;
		display: block;
	}

	.m-top-nav ul li {
		padding: 10px 20px;
		line-height: 2em;
		width: 100%;
		text-align: left;
	}

	.m-top-nav ul li a{
		color: #4d4d4d;
		font-size: 16px;
	}

	.menu {
		float: right;
		color: #fff;
		font-size: 2em;
	}

	.m-nav-overlay{
	  /*Hides pop-up when there is no "active" class*/
	  display: none;
	  width:90%;
	  height:100vh;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
	  top: 0;
	  left: 0;
	  background-color: #fff;
	  overflow-x: hidden;
	  z-index: 1;
	}
	.m-nav-overlay.active{
	  /*displays pop-up when "active" class is present*/
	  display: block;
	}

	.m-nav-content {
	  /*Hides pop-up content when there is no "active" class */
	 display: none;
	}

	.m-nav-content.active {
	  /*Shows pop-up content when "active" class is present */
	  display: block;
	  position: relative; 
	  top: 0;
	  width: 100%;
	  height: 100%;
	}

	.close {
		color: #fafafa;
		font-size: 32px;
		cursor: pointer;
		float: right;
		margin: -33px;
	}

	.popup-content1.active {
		padding-top: 40px;
	}




	/*FOOTER SECTION*/

	.footer-nav {
	    width: 100%;
	    padding-left: 0px; 
	    float: right;
	    background-color: #fff;
	    box-sizing: border-box;
	}

	.footer-logo {
	    width: 100%;
	    background-color: #fff;
	    box-sizing: border-box;
	    padding: 0px;
	    text-align: center;
	}

	.footer-logo p {
	    margin: 20px auto;
	    font-size: 1.3em;
	    width: 258px;
	}

	.footer-nav h3, .footer-button {
	    text-align: center;
	}

	.footer-nav p {
	    text-align: center;
	}

	.footer-button {
	    padding: 10px 20px;
	    width: 160px;
	    font-size: 1em;
	    margin: 20px auto;
	}

	.footer-nav nav {
	    height: auto;
	    width: 100%;
	    margin: 13px auto;
	    text-align: center;
	}

	.footer-nav ul li {
	    padding: 5px 0px;
	    border-right: none;
	    font-size: 14px;
	    width: 100%;
	}

	.footer-nav ul li a {
	    font-weight: bold;
	    cursor: pointer;
	    font-size: 1em;
	}


	.small-button {
	    width: 220px;
	    height: 60px;
	    border-radius: 8px;
	    color: #fff !important;
	    font-size: 20px;
	    font-weight: bold;
	    border: none;
	    text-align: center;
	    background-color: #2a794e !important;
	}

	/*FRAME 1 HOME SECTION*/

	.home-section p {
	    font-size: 15px;
	    width: 310px;
	    margin: auto;
	    line-height: 1.8em;
	}

	.home-section a {
	    padding: 20px;
	    font-size: 11px;
	    display: inline-block;
	    width: auto;
	    height: auto;
	    margin-top: 20px;
	}

	.home-section h1 {
	    font-size: 2.5em;
	}

	.header-holder {
		height: 80vh;
	}

	.frame1-border {
	    margin: 0 0 -30px;
	}


	/*FRAME 2 ABOUT US SECTION*/
	
	.aboutus-section h3 {
	    color: #bcbcbc;
	    margin-bottom: 15px;
	    margin-left: 20px;
	    text-align: center;
	    font-size: 18px;
	}


	.aboutus-section p {
	    font-size: 16px;
	    margin: 15px auto 30px auto;
	    width: 300px;
	    line-height: 1.5;
	    text-align: center;
	}

	.aboutus-section {
	    width: 100%;
	    margin: auto;
	    padding: 45px 0;
	    height: auto;
	}

	.aboutus-section h4 {
	    text-align: center;
	    font-size: 18px;
	    margin: 45px 0px;
	}

	.aboutus-section h1 {
	    font-size: 2.3em;
	    margin-bottom: 10px;
	    text-align: center;
	}

	.map-button {
	    width: 135px;
	    height: 135px;
	    background-color: #fff;
	    color: #2a794e;
	    margin: 5px 10px;
	    padding: 5px;
	    border-radius: 8px;
	    text-align: center;
	    cursor: pointer;
	    position: relative;
	    border: solid 1px #e3e3e3;
	}


	.map-button {
	    margin: 5px 10px;
	}

	.map-buttons-holder {
	    text-align: center;
	}

	


	/*FRAME 5 AMENITIES SECTION*/

	.amenities-section {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	}

	/*.amenities-section {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	}

	.amenities-slider-holder h1 {
	    font-size: 18px;
	    font-weight: bold;
	    padding: 25px 0px;
	    margin: 0;
	    text-align: center;
	}

	.amenities-slider-holder {
	    width: 100%;
	    margin: 0 auto;
	    padding: 80px 0;
	}

	.amenities-slider {
		display: none;
	}

	.m-amenities-slider {
		display: block;
		width: 80%;
	    margin: 0 auto;
	    position: relative;
	    height: 430px;
	    text-align: center;
	}

	.m-amenities-image {
		width: 100%;
		height: 350px;
		float: left;
		margin: 0px 5px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	#amenities1 {
		display: none;
	}*/

	.amenities-slider__col1-row {
		height: 150px;
	}

	.amenities-slider__item-col2 {
		height: 150px;
	}

	.amenities-slider__col1-row-img-100 {
		height: 305px;
	}





	/*FRAME 4 INCLUSION SECTION*/

	/*.inclusion {
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-color: #fafafa;
	    padding: 50px 0;
	    height: 1000px;
	}*/

	.mobile-inclusion-section {
	    width: 100%;
	    margin: 0 auto 60px;
	}


	.inclusion-section {
	    width: 100%;
	    margin: 0 auto;
	    text-align: center;
	}

	.inclusion-section-col {
	    width: 46%;
	}

	.inclusion-section-row1 {
	    width: 100%;
	    margin: 0;
	}


	/*FRAME 5 ROOM SECTION*/

	.room-section-text {
	    width: 100%;
	    margin-top: 80px;
	    float: left;
	    height: 500px;
	    position: relative;
	    background-color: #fff;
	}

	.room-section-image {
	    width: 100%;
	    float: left;
	    position: relative;
	    margin: 0;
	}

	.room-section-prices h4 {
	    margin-top: 35px;
	    padding-left: 0px !important;
	    color: #000;
	}

	.room-section-text h1 {
	    padding: 0px;
	    font-size: 48px;
	    text-align: center;
	    margin: 20px 0px;
	}

	.arrow-next {
	    position: absolute;
	    right: 2%;
	    top: 40%;
	    color: #fff;
	    font-size: 50px;
	    cursor: pointer;
	    z-index: 1;
	}

	.arrow-prev {
	    position: absolute;
	    left: 2%;
	    top: 40%;
	    font-size: 50px;
	    color: #fff;
	    cursor: pointer;
	    z-index: 1;
	}


	.room-section-text h4 {
	    padding: 0px;
	    color: #000;
	    font-size: 16px;
	    text-align: center;
	}

	.room-section-text p {
	    padding: 0px;
	    font-size: 16px;
	    color: #000;
	    text-align: center;
	}

	.small-text {
	    width: 291px;
	    margin: 30px auto;
	}

	.room-img {
		height: 300px;
	}





	/*FRAME 6 CONTACT SECTION*/

	.contact-section {
	    width: 100%;
	    margin: 0 auto;
	    height: auto;
	    padding: 0px;
	}

	.contact-title {
	    width: 100%;
	    text-align: center;
	    padding: 70px 0px 50px 0px;
	}

	.contact-title h4 {
		font-size: 18px;
	}

	.contact-title p {
	    font-size: 18px;
	}

	.small-button {
	    width: 215px;
	    height: 60px;
	    border-radius: 8px;
	    color: #fff !important;
	    font-size: 15px;
	    font-weight: bold;
	    border: none;
	    text-align: center;
	    background-color: #2a794e !important;
	}

	.header-design {
	    color: #2a794e;
	    font-family: 'Cookie', cursive;
	    font-size: 48px;
	}

	#email {
	    width: 100%;
	    float: left;
	}

	#room {
	    width: 100%;
	    float: left;
	}

	#mobile {
	    width: 100%;
	    float: left;
	}

	#leaseperiod {
	    width: 100%;
	    float: left;
	}

	/*MODAL STYLING*/

	.map-button-content.active, 
	.map-button-content2.active, 
	.map-button-content3.active, 
	.map-button-content4.active, 
	.map-button-content5.active, 
	.map-button-content6.active {
	    display: block;
	    background-color: #fff;
	    position: relative;
	    top: 1%;
	    width: 60%;
	    height: auto;
	}

	.map-button-content ul,
	.map-button-content2 ul, 
	.map-button-content3 ul, 
	.map-button-content4 ul, 
	.map-button-content5 ul, 
	.map-button-content6 ul {
	    width: 100%;
	    margin: 0 auto;
	    display: block;
	    margin-top: 20px;
	    max-height: 350px;
	    overflow: scroll;
	    background-color: #fff;
	}

	.map-button-overlay, 
	.map-button-overlay2, 
	.map-button-overlay3, 
	.map-button-overlay4, 
	.map-button-overlay5, 
	.map-button-overlay6 {
	    display: none;
	    width: 100%;
	    height: 100%;
	    background-color: rgb(0,0,0);
	    background-color: rgba(0,0,0,0.7);
	    padding: 10px 0px;
	    top: 0%;
	    left: 0%;
	    position: fixed;
	    overflow-x: hidden;
	    z-index: 9999;
	}

	.map-header-title {
	    text-align: center !important;
	    margin: 20px auto;
	    font-size: 2.1em;
	    color: #2a794e;
	    font-family: 'Cookie', cursive;
	}

	.map-button-content ul li, 
	.map-button-content2 ul li, 
	.map-button-content3 ul li, 
	.map-button-content4 ul li, 
	.map-button-content5 ul li, 
	.map-button-content6 ul li {
	    width: 100%;
	    font-size: 18px;
	    text-align: center;
	    padding: 15px 0px;
	}

	.aboutus-section h1 {
	    font-size: 2.3em;
	    margin-bottom: 10px;
	}

	.map {
	    width: 90%;
	    margin: 0px auto 20px;
	    height: 350px;
	}	

}

/*@media screen and (max-width: 403px) {
	.mobile-inclusion-section {
	    width: 90%;
	    margin: 0 auto 60px;
	}

	.inclusion-section-col {
	    width: 165px;
	}
}

@media screen and (max-width: 392px) {
	.mobile-inclusion-section {
	    width: 90%;
	    margin: 0 auto 60px;
	}

	.inclusion-section-col {
	    width: 160px;
	}	
}

@media screen and (max-width: 381px) {
	.mobile-inclusion-section {
	    width: 90%;
	    margin: 0 auto 60px;
	}

	.inclusion-section-col {
	    width: 155px;
	}
}

@media screen and (max-width: 370px) {
	.mobile-inclusion-section {
	    width: 90%;
	    margin: 0 auto 60px;
	}

	.inclusion-section-col {
	    width: 150px;
	}
}

@media screen and (max-width: 358px) {
	.mobile-inclusion-section {
	    width: 90%;
	    margin: 0 auto 60px;
	}

	.inclusion-section-col {
	    width: 145px;
	}
}*/

/*Iphone X Vertical*/
/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
	
	.header-holder {
		height: 80vh;
		margin-bottom: -20px;
	}
}

@media (min-width: 320px) and (max-width: 379px) {

				/*TOP NAVIGATION*/
	
	.nav-container {
		display: none;
	}

	.m-top-nav h1 {
		font-family: 'Cookie', cursive;
		font-size: 2em;
		color: #fff;
		float: left;
		font-weight: 100;
	}

	.m-top-nav h1 span {
		font-family: 'Gothic A1', sans-serif;
	}

	.m-top-nav ul{
		width: 100%;
		display: block;
	}

	.m-top-nav ul li {
		padding: 10px 20px;
		line-height: 2em;
		width: 100%;
		text-align: left;
	}

	.m-top-nav ul li a{
		color: #4d4d4d;
		font-size: 16px;
	}

	.menu {
		float: right;
		color: #fff;
		font-size: 2em;
	}

	.m-nav-overlay{
	  /*Hides pop-up when there is no "active" class*/
	  display: none;
	  width:90%;
	  height:100vh;
	  position: fixed;
	  top: 0;
	  left: 0;
	  background-color: #fff;
	  overflow-x: hidden;
	  z-index: 1;
	}
	.m-nav-overlay.active{
	  /*displays pop-up when "active" class is present*/
	  display: block;
	}

	.m-nav-content {
	  /*Hides pop-up content when there is no "active" class */
	 display: none;
	}

	.m-nav-content.active {
	  /*Shows pop-up content when "active" class is present */
	  display: block;
	  position: relative; 
	  top: 0;
	  width: 100%;
	  height: 100%;
	}

	/*.close {
		color: #fafafa;
		font-size: 32px;
		cursor: pointer;
		float: right;
		margin: 20px;
	}
*/

	/*FOOTER SECTION*/

	.footer-nav {
	    width: 100%;
	    padding-left: 0px; 
	    float: right;
	    background-color: #fff;
	    box-sizing: border-box;
	}

	.footer-logo {
	    width: 100%;
	    background-color: #fff;
	    box-sizing: border-box;
	    padding: 0px;
	    text-align: center;
	}

	.footer-logo p {
	    margin: 20px auto;
	    font-size: 1.3em;
	    width: 258px;
	}

	.footer-nav h3, .footer-button {
	    text-align: center;
	}

	.footer-nav p {
	    text-align: center;
	}

	.footer-button {
	    padding: 10px 20px;
	    width: 160px;
	    font-size: 1em;
	    margin: 20px auto;
	}

	.footer-nav nav {
	    height: auto;
	    width: 100%;
	    margin: 13px auto;
	    text-align: center;
	}

	.footer-nav ul li {
	    padding: 5px 0px;
	    border-right: none;
	    font-size: 14px;
	    width: 100%;
	}

	.footer-nav ul li a {
	    font-weight: bold;
	    cursor: pointer;
	    font-size: 1em;
	}

	/*FRAME 1 HOME SECTION*/

	.home-section p {
	    font-size: 16px;
	    width: 290px;
	    margin: auto;
	    line-height: 1.8em;
	    text-align: center;
	}

	.home-section a {
	    padding: 20px;
	    font-size: 12px;
	    display: inline-block;
	    width: auto;
	    height: auto;
	    margin-top: 20px;
	}

	.header-holder {
		margin-bottom: -30px;
	}


	/*FRAME 2 ABOUT US SECTION*/


	
	.aboutus-section {
	    width: 100%;
	    margin: auto;
	    padding: 35px 0;
	    height: auto;
	}

	.aboutus-section h1 {
		text-align: center;
	}

	#aboutus {
		margin-top: 0px;
	}

	.map-button {
	    width: 125px;
	    height: 135px;
	    background-color: #fff;
	    color: #2a794e;
	    margin: 5px 10px;
	    padding: 5px;
	    border-radius: 8px;
	    text-align: center;
	    cursor: pointer;
	    position: relative;
	    border: solid 1px #e3e3e3;
	}



	.map-buttons-holder {
	    text-align: center;
	}

	.aboutus-section p {
	    font-size: 15px;
	    width: 290px;
	    line-height: 1.5;
	    margin: 50px auto;
	    text-align: center;
	}

	.aboutus-section h3 {
	    color: #bcbcbc;
	    margin: 15px 0px;
	    text-align: center;
	    font-size: 18px;
	}

	.aboutus-section h4 {
	    margin: 0px;
	    text-align: center;
	    font-size: 18px;
	}



	/*FRAME 5 AMENITIES SECTION*/

	.amenities-section {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	}


	/*.amenities-section {
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	}

	.amenities-slider-holder h1 {
	    font-size: 18px;
	    font-weight: bold;
	    padding: 0 0 25px;
	    text-align: center;
	}

	.amenities-slider-holder {
	    width: 100%;
	    margin: 0 auto;
	    padding: 50px 0;
	}

	.amenities-slider {
		display: none;
	}

	.m-amenities-slider {
		display: block;
		width: 80%;
	    margin: 0 auto;
	    position: relative;
	    height: 430px;
	    text-align: center;
	}

	.m-amenities-image {
		width: 100%;
		height: 350px;
		float: left;
		margin: 0px 5px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	#amenities1 {
		display: none;
	}*/

	.amenities-slider__col1-row {
		height: 150px;
	}

	.amenities-slider__item-col2 {
		height: 150px;
	}

	.amenities-slider__col1-row-img-100 {
		height: 305px;
	}





	/*FRAME 4 INCLUSION SECTION*/

	/*.inclusion {
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-color: #fafafa;
	    padding: 50px 0;
	    height: 820px;
	}*/


	.mobile-inclusion-section {
	    width: 100%;
	    margin: 0 auto 60px;
	}

	.inclusion-section {
	    width: 100%;
	    margin: 0 auto;
	    text-align: center;
	}

	.inclusion-section-col {
	    width: 45%;
	    /*height: 130px;*/
	}

	.inclusion-section-col object {
	    height: 35px;
	    margin: auto;
	    width: auto;
	    padding-top: 20px;
	}

	.inclusion-section-col h4 {
	    font-size: 0.8em;
	    font-weight: bold;
	    margin-top: -62px;
	    box-sizing: border-box;
	    padding: 0 20px;
	    color: #333 !important;
	}

	.inclusion-section-row1 {
	    width: 100%;
	    margin: 0px;
	}


	/*FRAME 5 ROOM SECTION*/

	.room-section-text {
	    width: 100%;
	    margin-top: 50px;
	    float: left;
	    height: 500px;
	    position: relative;
	    background-color: #fff;
	}

	.room-section-image {
	    width: 100%;
	    float: left;
	    position: relative;
	    margin: 0;
	}

	.room-section-prices h4 {
	    margin-top: 35px;
	    padding-left: 0px !important;
	    color: #000;
	}

	
	.arrow-next {
	    position: absolute;
	    right: 2%;
	    top: 44%;
	    color: #fff;
	    font-size: 50px;
	    cursor: pointer;
	    z-index: 1;
	}

	.arrow-prev {
	    position: absolute;
	    left: 2%;
	    top: 44%;
	    font-size: 50px;
	    color: #fff;
	    cursor: pointer;
	    z-index: 1;
	}

	.room-section-text h1 {
	    padding: 0px;
	    text-align: center;
	    font-size: 48px;
	    margin: 10px 0px;
	}

	.room-section-text h4 {
	    padding: 0px;
	    color: #000;
	    font-size: 17px;
	    text-align: center;
	}

	.room-section-text p {
	    padding: 0px;
	    font-size: 17px;
	    color: #000;
	    text-align: center;
	    margin: 10px 0px;
	}

	.room-section-prices h4 {
	    margin-top: 25px;
	    padding-left: 0px !important;
	    color: #000;
	}

	.small-text {
	    width: 290px;
	    margin: 30px auto;
	}

	.room-img {
		height: 300px;
	}




	/*FRAME 6 CONTACT SECTION*/

	.contact-section {
	    width: 100%;
	    margin: 0 auto;
	    height: auto;
	    padding: 0px;
	}

	.contact-title {
	    width: 100%;
	    text-align: center;
	    padding: 70px 0px 50px;
	}

	.contact-title h4 {
		font-size: 18px;
	}

	#email {
	    width: 100%;
	    float: left;
	}

	#room {
	    width: 100%;
	    float: left;
	}

	#mobile {
	    width: 100%;
	    float: left;
	}

	#leaseperiod {
	    width: 100%;
	    float: left;
	}

	.small-button {
	    width: 180px;
	    height: 50px;
	    border-radius: 8px;
	    color: #fff !important;
	    font-size: 14px;
	    font-weight: bold;
	    border: none;
	    text-align: center;
	    background-color: #2a794e !important;
	}

	.header-design {
	    color: #2a794e;
	    font-family: 'Cookie', cursive;
	    font-size: 48px;
	}

	.contact-title p {
	    font-size: 18px;
	}



		/*MODAL STYLING*/

	.map-button-content.active, 
	.map-button-content2.active, 
	.map-button-content3.active, 
	.map-button-content4.active, 
	.map-button-content5.active, 
	.map-button-content6.active {
	    display: block;
	    background-color: #fff;
	    position: relative;
	    top: 1%;
	    width: 60%;
	    height: auto;
	}

	.map-button-content ul,
	.map-button-content2 ul, 
	.map-button-content3 ul, 
	.map-button-content4 ul, 
	.map-button-content5 ul, 
	.map-button-content6 ul {
	    width: 100%;
	    margin: 0 auto;
	    display: block;
	    margin-top: 20px;
	    max-height: 350px;
	    overflow: scroll;
	    background-color: #fff;
	}

	.map-button-overlay, 
	.map-button-overlay2, 
	.map-button-overlay3, 
	.map-button-overlay4, 
	.map-button-overlay5, 
	.map-button-overlay6 {
	    display: none;
	    width: 100%;
	    height: 100%;
	    background-color: rgb(0,0,0);
	    background-color: rgba(0,0,0,0.7);
	    padding: 10px 0px;
	    top: 0%;
	    left: 0%;
	    position: fixed;
	    overflow-x: hidden;
	    z-index: 9999;
	}

	.map-header-title {
	    text-align: center !important;
	    margin: 15px auto;
	    font-size: 1.8em !important;
	    color: #2a794e;
	    font-family: 'Cookie', cursive;
	    width: 120px;
	}

	.map-button-content ul li, 
	.map-button-content2 ul li, 
	.map-button-content3 ul li, 
	.map-button-content4 ul li, 
	.map-button-content5 ul li, 
	.map-button-content6 ul li {
	    width: 100%;
	    font-size: 16px;
	    text-align: center;
	    padding: 15px 0px;
	}

	.close {
	    color: #fafafa;
	    font-size: 28px;
	    cursor: pointer;
	    float: right;
	    margin: 2px;
	}


	.map {
	    width: 90%;
	    margin: 0px auto 20px;
	    height: 350px;
	}

	.room-img {
		height: 
	}


}




/**
 * Tablet Size
 */

/* Landscape */
@media 
  (max-device-width: 1280px) 
  and (orientation: landscape) { 
	
}
