
/*** DESKTOP ***/
@media (min-width:800px) {


/***************************************************/
/*** HEADER ELEMENTS ***/
/***************************************************/
header {
	position: fixed;
}

	.header-wrapper {
		min-width: 800px;
		max-width: 1100px;
		height: 60px;
	}

	nav {margin-right: 25px;}

/***************************************************/
/*** NAVIGATION ELEMENTS ***/
/***************************************************/


/*** NAV TOGGLE ***/

	#nav-toggle {
		display: none;
	}


	
	
	/*** NAV LAYER ***/
nav {}

nav ul {
	list-style:none;
	position:relative;
	float:right;
	margin-top: 15px;
	padding:0
}

nav ul li span>em {
	display:inline-block;
	padding: 0;
	border-top: 2px solid transparent;
	font-style: normal;
	font-size: 12px;
}

nav ul li:hover span>em,
nav ul li.active-page span>em {
	border-top: 2px solid #fff;
}

nav ul li a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:400;
	font-size:12px;
	line-height:30px;
	text-transform: uppercase;
	padding: 0 15px;
}


nav ul li.nav-btn-register a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:400;
	font-size:12px;
	line-height:28px;
	text-transform: uppercase;
	padding: 0 15px;
	border: 1px solid #fff;
	background: #546db4;
	margin-left: 15px;
}

nav ul li.nav-btn-register a:hover {
		color: #546db4;
		background: #fff;
		border: 1px solid #546db4;
}


nav ul li.nav-btn-register:hover span>em {
	border-top: 2px solid transparent;
}


nav>ul li {
	position:relative;
	color: #000;
	float:left;
	margin:0;
	padding:0;
}

nav ul li.current-menu-item {
	background:#ddd;
}



nav ul ul{
	display:none;
	position:absolute;
	top:100%;
	left:15px;
	background: rgba(255,255,255,0.85);
	margin: 0;
	padding:0;
}

nav ul ul li
{
	float:none;
	width:200px;
	border-top: 0;
}

nav ul ul li:nth-child(n+1) {
	border-bottom: 1px solid #231f20;
}

nav ul ul li:hover {
	background: #546db4;
	border-top: 0;
}


nav ul ul li.active-sub-page {
	background: #a9b6d9;
	border-top: 0;
}

nav ul ul a
{
	line-height: 120%;
	padding: 10px 15px;
	color: #231f20;
}
nav ul ul a:hover {
	color: #fff;
}


nav ul li:hover > ul
{
	display:block
}


nav li.sub-items span:after {
	font-family: 'arrrows-regular-webfont';
	color: #fff;
    content:"x";
	margin-left:5px;
	text-transform: lowercase;
    white-space: nowrap;	
}




	/***************************************************/
	/*** CONTENT PAGES ***/
	/***************************************************/
	
	#content-wrapper {
		min-width: 800px;
		width: 100%;
		height: auto;
		/*background-color: rgba(0,255,0,0.5);*/
	}

		.content-container {
			max-width: 800px;
			height: auto;
			margin: 0 auto;
			/*background-color: rgba(0,0,255,0.25);*/
			overflow: hidden;
		}	
	
		.content-container-full-wrapper{
			max-width: 100%;
			min-width: 800px;
			height: auto;
			margin: 0 auto;
			background-color: #808285;
			color: #fff;
			overflow: hidden;
		}

		.content-container-floorplans,
		.content-container-home {
			max-width: 1100px;
			height: auto;
			margin: 0 auto;
			/*background-color: rgba(0,0,255,0.25);*/
			overflow: hidden;
		}

		/*** HOME PAGE BOXED CONTENT ***/

		video#bgvid { 
			position: relative;
			top: 0;
			left: 0;
			min-width: 100%;
			min-height: 100%;
			width: auto;
			height: auto;
			z-index: -100;
			background: url(../img/home-video-bg.jpg) no-repeat;
			background-size: cover; 
		}

		.video-copy-block {
			position: absolute; 
			z-index: 500; 
			top: 155px; 
			left: 50%; 
			margin-left: -490px; 
			width: 260px; 
			height: 288px; 
			background: #fff;
			border: 0px solid #959595;
		}
		
		.video-copy-block span {
			display: block;
			width: 260px; 
			height: 288px; 
			background: url(../img/home-cta.jpg) center center no-repeat;
			background-size: contain;
		}
		
			.boxed-row-1 div,
			.boxed-row-2 div {
				width: 50%; 
				height: 175px;
				float: left;
			}

			.boxed-row-1 div:nth-child(1) {
				background: url(../img/home-btn-visit-bg.png) center center no-repeat;
				background-size: cover;
				text-align: center;
			}
			
				.boxed-row-1 div:nth-child(1) a span {
					display: block;
					margin: 0 auto;
					margin-top: 45px;
					width: 274px;
					height: 84px;
					background: url(../img/home-btn-visit.png) center center no-repeat;
					background-size: 274px 168px;
					background-position: 0 0;
				}

				.boxed-row-1 div:nth-child(1) a span:hover {
					background-position: 0 -84px;
				}


			.boxed-row-1 div:nth-child(2) {
				background: #fff;
			}
			
			.boxed-row-1 div:nth-child(2) span {
				display: block;
				margin: 30px 30px 0 30px;
			}
			
			.boxed-row-1 div:nth-child(2) img {
				width: 100%;
			}
				
			.boxed-row-1 div:nth-child(2) p {
				margin: 0 30px;
			}
			
			.boxed-row-2 div:nth-child(2) {
				background: url(../img/home-btn-video-bg.png) center center no-repeat;
				background-size: cover;
			}
				
				.boxed-row-2 div:nth-child(2) a span {
					display: block;
					margin: 0 auto;
					margin-top: 45px;
					width: 321px;
					height: 84px;
					background: url(../img/home-btn-watch.png) center center no-repeat;
					background-size: 321px 168px;
					background-position: 0 0;
				}
				
				.boxed-row-2 div:nth-child(2) a span:hover {
					background-position: 0 -84px;
				}
			
			.boxed-row-2 div:nth-child(1) {
				background: #fff;
			}
			
			.boxed-row-2 div:nth-child(1) span {
				display: block;
				margin: 48px 30px 0 30px;
			}
			
			.boxed-row-2 div:nth-child(1) img {
				width: 100%;
			}
				
			.boxed-row-2 div:nth-child(1) p {
				margin: 0 30px;
			}
		
				.boxed-row-2 div:nth-child(1) p span {
					margin: 10px 0 0 0;
					font-size: 1.5em;	
				}	
		
		
		
		
		
		
		.content-container-gallery {
			max-width: 1000px;
			height: auto;
			margin: 0 auto;
			/*background-color: rgba(0,0,255,0.25);*/
			overflow: hidden;
		}

 		.contact-cols img {width: 100%; margin: 0; padding: 0;}
		
		.contact-cols article:nth-child(1) {
			width: 50%; 
			float:left;
		}
 
		.contact-cols article:nth-child(2) {
			width: 50%; 
			float:left;
		}


		.contact-cols article p {
			margin: 0 25px 25px 0;
			line-height: 1.5em;
		}
	

		.regForm-col-half {
			width: 42%; 
			margin-right: 16%; 
			float: left;
		}

		.col-last {
			margin-right: 0 !important; 
		}





/***************************************************/
/*** FOOTER ELEMENTS ***/
/***************************************************/
footer {
	height: 140px;
}

.footer-wrapper {
	min-width: 800px;
	max-width: 1100px;
	height: 100%;
}


.footer-nav {
	float: left; 
	width: 600px;
	margin: 15px 0 0 25px; 
}

.footer-nav div {
	float: left; 
	width: 150px;
}

.footer-nav div span {
	display: block;
}

.footer-nav div span a{
	display: inline;
}


.footer-starfish {
	width: 660px;
}

}

@media (max-width: 1000px) {

nav ul li span>em {
	font-size: 10px;
}

nav ul li a {
	font-size:8px;
}

.video-copy-block {
	margin-left: -400px; 
}


}







@media (max-width: 1100px) {
		.content-container-floorplans,
		.content-container-gallery {
			margin: 0 25px;
		}
		
		.video-copy-block {
			position: absolute; 
			z-index: 500; 
			top: 155px; 
			left: 40px; 
			margin-left: 0; 
		}
		
}












@media (max-width: 900px) {
/***************************************************/
/*** HEADER ELEMENTS ***/
/***************************************************/
header {
	position: absolute;
}



/***************************************************/
/*** FOOTER ELEMENTS ***/
/***************************************************/
footer .footer-nav {
	display: none;
}


.footer-starfish {
	width: 580px;
	margin: 30px 0 0 25px;
}

.footer-starfish span {
	float: none !important;
}

.footer-starfish p {
	float: none !important;
	margin-top: 10px;
}


/***************************************************/
/*** NAVIGATION ELEMENTS ***/
/***************************************************/
	/*** NAV TOGGLE ***/

	#nav-toggle {
		display: block;
		float: right;
		margin: 12px 25px 0 0; 
		width: 36px; 
		height: 36px;
		cursor: pointer;
	}

	#nav-toggle-on,
	#nav-toggle-off {
		width: 36px; 
		height: 36px;
	}
	
	#nav-toggle-off {
		display: none;
		text-align: center;
	}
	
	#nav-toggle-off:hover span			{color: #b6d6d6;}	
	
	
	#nav-toggle-on span 				{display: block; width: 36px; height: 3px; background-color: #fff;}	
	#nav-toggle-on:hover span			{background-color: #b6d6d6;}	
	#nav-toggle-on span:nth-child(1)  	{margin: 7px 0 0 0;}
	#nav-toggle-on span:nth-child(2)  	{margin: 5px 0 5px 0;}
	#nav-toggle-on span:nth-child(3)  	{margin: 0 0 7px 0;}


	#nav-toggle-off span {
		font-family: 'InterstateLight', sans-serif;
		font-size: 2.75em;
		line-height: 100%;
		color: #fff;
	}

	
	/*** NAV LAYER ***/
nav { display: none;}	


nav ul {
	list-style: none;
	position: absolute;
	float: none;
	top: 60px;
	left: 0;
	margin-top: 0;
	padding:0;
	width: 100%;
}

nav ul li span>em {
	display: block;
	padding: 0;
	border-top: none;
	font-style: normal;
	font-size: 11px;
}

nav ul li:hover span>em {
	border-top: none;
}

nav ul li a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:400;
	font-size:11px;
	line-height: 1em;
	text-transform: uppercase;
	padding: 15px 0;
	background-color: #231f20;
}

nav ul li a:hover {
	color: #fff;
	background: #546db4;
}

nav ul li.nav-btn-register a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	font-size: 11px;
	line-height: 2em;
	text-transform: uppercase;
	padding: 20px 0 !important;
	border: 0 !important;
	background: #546db4;
	margin: 0;
}

nav ul li.nav-btn-register a:hover {
		color: #546db4;
		background: #fff;
		border: 0 !important;
}

nav ul li.nav-btn-register:hover span>em {
	border-top: 0 !important;
}


nav>ul li {
	position: relative;
	color: #000;
	float: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

nav ul li.current-menu-item {
	background:#ddd;
}



nav ul ul{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	background:#fff;
	margin: 0;
	padding:0;
}

nav ul ul li
{
	float: none;
	width: 100%;
	border-top: 0;
}

nav ul ul li:nth-child(n+1) {
	border-bottom: 1px solid #231f20;
}

nav ul ul li:hover
{
	background: #546db4;
	border-top: 0;
}


nav ul ul a
{
	line-height: 120%;
	padding: 10px 15px;
	color: #231f20;
	background-color: #959595;
}
nav ul ul a:hover {
	color: #fff;
	background: #546db4;
}


nav ul li:hover > ul
{
	display:block;
}


nav li.sub-items span:after {
	display: none;
}

.mobile-divider {
	border-bottom: 1px solid #959595;
}

.video-copy-block {
			position: absolute; 
			z-index: 500; 
			top: 155px; 
			left: 40px; 
			margin-left: 0;  
}



}
















/*** MOBILE ***/
@media (max-width: 800px) {


/***************************************************/
/*** MASTHEAD ***/
/***************************************************/

#content-masthead {width:100%; margin: 0 auto; margin-top: 60px;}



	/***************************************************/
	/*** CONTENT PAGES ***/
	/***************************************************/
	
	#content-wrapper {
		width: 100%;
		height: auto;
		/*background-color: rgba(0,255,0,0.5);*/
	}

		.content-container {
			height: auto;
			margin: 0 25px;
			/*background-color: rgba(0,0,255,0.25);*/
			overflow: hidden;
		}	
	
		.content-container-full-wrapper {
			height: auto;
			margin: 0;
			background-color: #808285;
			color: #fff;
			overflow: hidden;
		}

		.content-container-floorplans {
			max-width: 1100px;
			height: auto;
			margin: 0 25px;
			/*background-color: rgba(0,0,255,0.25);*/
			overflow: hidden;
		}

		.content-container-home {
			max-width: 100%;
			height: auto !important;
			margin: 0 auto;
			/*background-color: rgba(0,0,255,0.25);*/
			overflow: hidden;
		}

		/*** HOME PAGE BOXED CONTENT ***/
		video#bgvid { 
			position: relative;
			top: 0;
			left: 0;
			min-width: 100%;
			min-height: 100%;
			width: auto;
			height: auto;
			z-index: -100;
			background: url(../img/home-video-bg.jpg) no-repeat;
			background-size: cover; 
		}

		.video-copy-block {
			position: absolute; 
			z-index: 500; 
			top: 100px; 
			left: 30px; 
			margin-left: 0; 
			width: 130px; 
			height: 144px; 
			background: #fff;
		}
		
		.video-copy-block span {
			display: block;
			width: 130px; 
			height: 144px; 
			background: url(../img/home-cta.jpg) center center no-repeat;
			background-size: contain;
		}
		
			.boxed-row-1 div,
			.boxed-row-2 div {
				width: 100%; 
				height: auto;
				float: none;
			}

			.boxed-row-1 div:nth-child(1) {
				background: url(../img/home-btn-visit-bg.png) center center no-repeat;
				background-size: cover;
				padding: 45px 0 44px 0;
			}
			
				.boxed-row-1 div:nth-child(1) a span {
					display: block;
					margin: 0 auto;
					width: 274px;
					height: 84px;
					background: url(../img/home-btn-visit.png) center center no-repeat;
					background-size: 274px 168px;
					background-position: 0 0;
				}

				.boxed-row-1 div:nth-child(1) a span:hover {
					background-position: 0 -84px;
				}


			.boxed-row-1 div:nth-child(2) {
				background: #fff;
				padding: 30px 0;
			}
			
			.boxed-row-1 div:nth-child(2) span {
				display: block;
				margin: 0 30px 0 30px;
			}
			
			.boxed-row-1 div:nth-child(2) img {
				width: 100%;
				height: auto !important;
			}
				
			.boxed-row-1 div:nth-child(2) p {
				margin: 0 30px;
			}
			
			.boxed-row-2 div:nth-child(2) {
				background: url(../img/home-btn-video-bg.png) center center no-repeat;
				background-size: cover;
				padding: 45px 0 44px 0;
			}
				
				.boxed-row-2 div:nth-child(2) a span {
					display: block;
					margin: 0 auto;
					width: 321px;
					height: 84px;
					background: url(../img/home-btn-watch.png) center center no-repeat;
					background-size: 321px 168px;
					background-position: 0 0;
				}
				
				.boxed-row-2 div:nth-child(2) a span:hover {
					background-position: 0 -84px;
				}
			
			.boxed-row-2 div:nth-child(1) {
				background: #fff;
				padding: 25px 0;
				border-top: 1px solid #231f20;
			}
			
			.boxed-row-2 div:nth-child(1) span {
				display: block;
				margin: 0 30px 0 30px;
			}
				
				.boxed-row-2 div:nth-child(1) p span {
					margin: 10px 0 0 0;
					font-size: 1.5em;	
				}	
				
			.boxed-row-2 div:nth-child(1) img {
				width: 100%;
				height: auto !important;
			}
				
			.boxed-row-2 div:nth-child(1) p {
				margin: 0 30px;

			}	






		.content-container-gallery {
			max-width: 1000px;
			height: auto;
			margin: 0 25px;
			/*background-color: rgba(0,0,255,0.25);*/
			overflow: hidden;
		}

		.contact-cols img {width: 100%; margin: 0; padding: 0;}

		.contact-cols article {
			width: 100%; 
		}

		.contact-cols article p {
			margin: 0 0 25px 0;
		}
		
		
		.regForm-col-half {
			width: 100%; 
			margin-right: 0; 
			float: none;
		}

		.col-last {
			margin-right: 0; 
		}
		
		
		
	/***************************************************/
	/*** ACCORDION PAGES ***/
	/***************************************************/
	
	#roy-accordion {
		margin-left: 25px;
		margin-right: 25px;
	}




/***************************************************/
/*** FOOTER ELEMENTS ***/
/***************************************************/

footer {
	height: auto;
}

	.footer-wrapper {
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}	



	.footer-social {
		display: block;
		width: 100%;
		float: none;
		padding: 20px 0 20px 0;
		text-align: center;
	} 




.footer-social div {
	display: none;
}



.footer-starfish {
	float: none;
	width: 100%; 
	margin: 0;
	background-color: #666;
	border-top: 1px solid #ccc;
}

.footer-starfish a span {
	display: block;
	float: none;
	width: 65px;
	height: 27px;
	margin: 10px auto 5px;
	background: url('../img/logo-starfish.png') center center no-repeat;
	background-size: contain;	
}

.footer-starfish p {
	display: block;
	float: none;
	width: 90%;
	font-size: 11px;
	margin: 0 auto !important;
	padding: 5px 0 15px 0;
	text-align: center;
}

.fa {
  padding:5px 10px;
}



}





@media (max-width: 479px) {

	#header-button {
		display:none;
	}


/*** ABOUT US ***/

 .media-article img {
	 display: none;
 }



	
}