    @media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}
     
	body {
		font-family: 'Open Sans', sans-serif;
		color:#000;
		text-align:center;
		margin: auto;
		font-weight: 100;
		overflow-x: hidden;
	}

strong { font-weight: 600;}
	
		a img { border:none; }
	 
	 
	#outer_container {
		height: 100%;
		width: 100%;
	}
	
	#content {
	  font-size:18px;
	  line-height: 30px;
	  padding:15px;
	}

	#content img{
	  max-width:100% !important;
	}

#content a {
	color:#643432;
	text-decoration:underline;
}
#content a:hover {
	color:#643432;
	text-decoration:none;
	
}

	
	
	
#fade{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
	padding: 0px;
	list-style-type:none;
	z-index: 1;
	}

	
#fade img{
	width:100% !important;
	}	
	
#fade li {
	width:100% !important;
}		

#fade_holder {
width: 100%;
height:auto;
float:left;
position:relative;
z-index: -1;
}		


	#imgholder img{

		width: 100%;

	}
	
	h1 {
	line-height:35px;	
	font-family: 'Montserrat', sans-serif;
		
	}

h2 {
	line-height:30px;
	font-family: 'Montserrat', sans-serif;
}





/* Float cancel and delete buttons and add an equal width */
.cancelbtn-confirm, .deletebtn-confirm {
  float: left;
  width: 10%;
	cursor: pointer;
	border: none;
	padding: 4px 14px;
	margin: 4px 0px;
	opacity: 0.9;
}

.cancelbtn-confirm:hover, .deletebtn-confirm:hover {
  opacity:1;
}

/* Add a color to the cancel button */
.cancelbtn-confirm {
  background-color: #f2f2f2;
  color: black;
	margin-left:45%;
}

/* Add a color to the delete button */
.deletebtn-confirm {
  background-color: #f2f2f2;
	margin-left:4%;
}

/* Add padding and center-align text to the container */
.container-confirm {
  padding: 0.1% 3% 1.1% 3%;
  text-align: center;
}

.container-confirm a { 
	font-weight: bold;
	color: #f2f2f2;
}

.container-confirm a:hover { 
	text-decoration: underline;
}

/* The Modal (background) */
.modal-confirm {
  /* display: none;  Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 8; /* Sit on top */
  left: 0;
  bottom: 0;
  width: 100%; /* Full width */
  /* height: 100%;  Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: none;
}

/* Modal Content/Box */
.modal-content-confirm {
	width: 100%;
	border-top: 2px solid white;
}

/* Style the horizontal ruler */
hr-confirm {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
 
/* The Modal Close Button (x) */
.close-confirm {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close-confirm:hover,
.close-confirm:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix-confirm::after {
  content: "";
  clear: both;
  display: table;
}


@media only screen and (max-width: 760px){
.cancelbtn-confirm, .deletebtn-confirm { width: 90%; }
.cancelbtn-confirm { margin-left:5%; }
.deletebtn-confirm { margin-left:5%; }
}

@media only screen and (min-width: 761px) and (max-width: 1365px) {
.cancelbtn-confirm, .deletebtn-confirm { width: 30%; }
.cancelbtn-confirm { margin-left:35%; }
.deletebtn-confirm { margin-left:4%; }
}


.hover-transition img:hover { opacity: 80%; transition: all 200ms ease; }
#floorplan-description2 img:hover { cursor: pointer; opacity: 80%; transition: all 200ms ease;}



	#logo {
		float: left;
		width: auto;
		height: 100px;
		margin-top: 10px;
		margin-left: 5%;
	}

	#logo img {
		float: left;
		width: auto;
		height: 100%;
	}


@media only screen and (max-width: 760px)  {
		#logo { display: none; }
	
	#mobile_logo {
    	float: left;
        height: 42px;
        width: auto;
        margin-top: -41px;
        position: relative;
        z-index: 1;
        margin-left: 15px;
	}
	#mobile_logo img { 
		float: left; 
		width: auto; 
		height: 100%; 
	}
}

@media only screen and (min-width: 761px) and (max-width: 1280px)  { 
	#logo { 
		height: 60px; 
		margin-top: 10px;
		margin-left: 20px;
		
	} }

@media only screen and (min-width: 1281px) and (max-width: 1365px)  { #logo { height: 8vh; margin-top: 1vh; } }

@media only screen and (min-width: 1366px) and (max-width: 1919px)  { #logo { height: 8vh; margin-top: 1vh; } }


#nav_bar {
	background-color: #161616;
    float: left;
    width: 100%;
    height: 122px;
    position: relative;
    z-index: 2;
    opacity: .9;
	border-bottom: solid 6px #b1c98d;
}

@media only screen and (max-width: 760px)  { #nav_bar { display: none; } }

@media only screen and (min-width: 761px) and (max-width: 1280px)  { #nav_bar { height: 84px; } }

@media only screen and (min-width: 1281px) and (max-width: 1365px)  { #nav_bar { height: 10vh; } }

@media only screen and (min-width: 1366px) and (max-width: 1919px)  { #nav_bar { height: 10vh; } }



#nav_bar img { opacity: 100%; }
#nav_bar img:hover { opacity: 80%; transition: all 200ms ease; }

#quicklink_img img:hover { opacity: 60%; transition: all 200ms ease; }

#header_image {
	float: left;
	width: 100%;
	height: auto;	
	margin-top: -122px;
}


@media only screen and (max-width: 760px)  {

	#header_image { margin-top:-144px; }	
	#header_image img { width: 245% }
}


.flexdiv {
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
	float: left;
	margin-left: 5%;
}

@media only screen and (min-width: 761px) and (max-width: 1280px)  { .flexdiv { margin-left: 20px; } }

.flexdiv-icons {
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
	float: right;
	margin-right: 5%;
}

.flexdiv-icons img { width: 30px; height: auto; }

#nav_bar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

@media only screen and (min-width: 761px) and (max-width: 1365px)  {
	#nav_bar ul {
    	
	}
}

@media only screen and (min-width: 1366px) and (max-width: 1919px)  {
	#nav_bar ul {
	}
	
}



#nav_bar li a,#nav_bar .dropbtn {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;	
}

#nav_bar li a:hover,#nav_bar .dropdown:hover .dropbtn {
	background-color: #161616;
	opacity: 80%;
	transition: all 200ms ease;
}



#home_content {	
    float: left;
    width: 65%;
    height: auto;
	text-align: center;
	margin-left: 17%;
	margin-bottom: 50px;
	margin-top: 20px;
}


@media only screen and (max-width: 760px)  {
	#home_content { width: 96%; margin-left:2%; }
}	

@media only screen and (min-width: 761px) and (max-width: 1365px)  {
	#home_content {	width: 96%; margin-left:2%; }
}

@media only screen and (min-width: 1366px) and (max-width: 1919px)  {
	#home_content { width: 80%; margin-left:10%; }
}


#footer_col1 img {
	width: 100%;
	max-width: 235px;
	margin: 0px 0px 10px -30px;
}

@media only screen and (max-width: 760px)  { #footer_col1 img { width: 100%; margin: 0px; } }
@media only screen and (min-width: 761px) and (max-width: 1365px)  { #footer_col1 img { width: 95%; margin: 0px; } }
@media only screen and (min-width: 1366px) and (max-width: 1919px)  { #footer_col1 img { width: 100%; margin: 0px 0px 10px -30px; } }




.my-gallery img:hover { opacity: 80%; transition: all 200ms ease; }



#home_videotext {
}

#home_video { width: 32.3%; height: auto; margin-right: 1%; margin-top: 20px; float: left; }
#home_video img:hover { opacity: 80%; transition: all 200ms ease; }

@media only screen and (min-width: 1366px) and (max-width: 1919px)  {
	#home_videotext {  }
	#home_video {  }
}
	
@media only screen and (min-width: 761px) and (max-width: 1365px)  {
	#home_videotext {  }
	#home_video {  }
}

@media only screen and (max-width: 760px)  {
	#home_videotext {  }
	#home_video { width: 100%; margin-right: 0%; }
}

.homevid video { width: 100%; margin-top:inherit; }
@media only screen and (max-width: 760px)  { .homevid video { margin-top: 140px; } }

	



.contactform input[type=text] {
	width: 100%;
	max-width: 700px;
	height: 30px;
	border-color: #cbc9ca;
	font-optical-sizing: auto;
    color: #58595b;
    font-size: 20px;
    padding: 1px 10px;
    border-width: 1px;
	margin: 4px 0px 8px 0px;
	border-style: solid;
}

.contactform textarea {
	width: 100%;
	height: 120px;
	max-width:700px;
	border-color: #cbc9ca;
	font-optical-sizing: auto;
    color: #58595b;
    font-size: 20px;
    padding: 10px 10px;
    border-width: 1px;
	margin: 4px 0px 8px 0px;
	border-style: solid;
}



	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 760px)  {

	#header_overlays, #nav_bar {
	
	display:none !important;
	
	}
	h1 {
	line-height: 30px;
    font-size: 28px;
		}
	
	#container {
		margin: 0 auto;   
		text-align: left; 
		width: 100%;
	}	
	

	
	
	

	#middle_image img, #middle_links img, #amenity_img img, #find_apart_btn img{
	
	  width:100%;
		
	}	
	
	
	
	
	
	
	
	
	#header_overlay {
	display: none;
    float: left;
    width: 60%;
    height: auto;
    margin-top: -56.2%;
    position: relative;
    z-index: 1;
    opacity: .9;
		
	}
	
	#header_overlay img{
	
	width:100%;
		
	}

	 #sub_header_overlay img{
	
	width:100%;
	max-width:200px;
		
	}
	
	
	#sub_header_overlay {
	display: none;
    float: left;
    width: 100%;
    height: auto;
    margin-top: -26.9%;
    position: relative;
    z-index: 1;
    opacity: .9;
		
	}	
	
		#sub_content_container{
			
    float: left;
    width: 92%;
    height: auto;
	text-align:left;
	margin-left:4%;
	margin-bottom: 30px;
	margin-top: 20px;
	}	
    #sub_content_container ul{
		list-style: disc;
background-color: #fff;
text-align: left;
float: left;
padding: 5px;
margin: 5px 0px 5px 15px;
width: 100%;
height: auto;
overflow: visible;
		
	}
	#sub_content_container li {
	float: none;
		
	}
	
	
	
	#content_container {
	float:left;
	margin-left:2%;
	width:96%;
	height:auto;
		
		
	}		
	
	

	#middle_links {
	display: none;
    float: left;
    width: 100%;
    height: auto;
	margin-top: -5px;
		
	}
	
	

	#quicklinks {
	
	float: left;
    width: 98%;
    height: auto;
    text-align: center;
    margin-left: 1%;
    margin-top: 0%;
		
	}
	
	#middle_image {
	display: none;
    float: left;
    width: 100%;
    height: auto;
		
	}		
	#find_apart_btn {
	
    float: left;
    width: 100%;
    height: auto;
	text-align:center;

	}
	
	#find_apart_btn img{
	
    max-width:500px;

	}	
	

	#amenity_container {
		
	float:left;
	width:100% !important;
	height:auto;
	text-align:center;
	margin-top: 7%;
	}
	
	#home_content #amenity_container {
		
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	}	
	
	
	
		#quicklink_container_1{
	float:left;
	width:50%;
	height:auto;
	text-align:center;	
			
	}
		
	#quicklink_container_2{
	float:left;
	width:50%;
	height:auto;
	text-align:center;	
			
	}
	
		
	#quicklink_container_3{
	float:left;
	width:50%;
	height:auto;
	text-align:center;	
			
	}
	#quicklink_container_4{
	float:left;
	width:50%;
	height:auto;
	text-align:center;	
			
	}
	 #quicklink_img img{
	
	  height: 85px;
	
		
	}	
	
	#amenity_img{
	height:auto;
	width:30%;
	margin-left: 35%;
		
	}
	
	#amenity_txt{
	float:left;
	height:auto;
	width:100%;
	
		
	}	
	#amenity_txt p{
	font-size:17px;
	margin: 0px;
	}
	
	#amenity_txt span{

    font-size: 24px;
    line-height: 70px;
		
	}		
	
	
	 #amenity_img img{
	
	  width:100%;
	  max-width:100px;
		
	}
	
	
	 #quicklink_img img{
	
	  width:100%;
	  height: auto;
		
	}	
	
	

	#footer_bar1{
	float:left;
	height:10px;
	width:100%;
	background-color:#b1c98d;
	margin-top:30px;
		
	}
	
	#footer_bar2{
	float:left;
	height:10px;
	width:100%;
	background-color:#B4BFBB;
	
	}
	
	#footer_container{
	float:left;
	height:auto;
	width:100%;
	background-color:#1E1E1E;
	color:#fff;
	line-height:28px;
	min-height:375px;
	
	
		
	}	
	
	#footer_col1{
	float:left;
	height:auto;
	width:90%;
	font-size:14px;
	margin-top:20px;
	margin-left:5%;
	text-align:center;
	margin-bottom:20px;
		
	}

	#footer_col1 a, #footer_col2 a{
	font-size:16px;
	color:#FFF;
	text-decoration: none;
		
	}
	#footer_col1 a:hover, #footer_col2 a:hover{
	font-size:16px;
	color:#FFF;
	text-decoration: underline;
		
	}
	

	#footer_col2{
	float:left;
	height:auto;
	width:98%;
	font-size:14px;
	text-align:center;
	margin-left:1%;
	margin-bottom:20px;		
	}		
		#sub_floorplan_container{
			
    float: left;
    width: 94%;
    height: auto;
	text-align:center;
	margin-left:4%;
	margin-bottom: 30px;
	margin-top: 20px;
	}
	#floorplan-container{
		width:100%;
		height: auto;
		float: left;
		margin-top: 2%;
	}
	#floorplan-title{
		width: 100%;
		height: auto;
		float: left;
		text-align: left;
	}
	#floorplan-spacer{
		width:100%;
		border-right: none; 
    	height: 30%; 
		margin-left: 0%;
		margin-right: 2%;
		float: left;
		text-align: center;
		margin-top: 2%;
	}
	#floorplan-spacer-none{
		display: none;
		width:100%;
		border-right: none; 
    	height: 30px; 
		margin-left: 0%;
		margin-right: 2%;
		float: left;
		text-align: center;
	}
	#floorplan-apartment{
		width: 100%;
		height: auto;
		float: left;
		margin-left: 0%;
		margin-top: 6%;
	}
	#floorplan-image{
		width: 30%;
		height: auto;
		float: left;
	}
	#floorplan-image img{
		width: 100%;
		height: auto;
		float: left;
	}
	
	#floorplan-image2{
		width: 40%;
		height: auto;
		float: left;
		margin-top: 30px;
	}
	#floorplan-image2 img{
		width: 100%;
		height: auto;
		float: left;
	}
	
	#floorplan-description{
		width: 60%;
		height: auto;
		float: left;
		text-align: left;
		margin-left: 5%;
	}
	#floorplan-description h3{
		margin: 0px;
		font-size: 18px;
	}
	#floorplan-description p{
		margin: 0px;
		font-size: 14px;
		line-height: 22px;
	}
	
	#floorplan-description2{
		width: 55%;
		height: auto;
		float: left;
		text-align: left;
		margin-left: 5%;
	}
	#floorplan-description2 h3{
		margin: 0px;
		font-size: 18px;
	}
	#floorplan-description2 p{
		margin: 0px;
		font-size: 14px;
		line-height: 22px;
	}
	
	
	
	#nav_bar_mobile {
		background-color: #292929;
        width: 100%;
        height: 50px;
        opacity: 1;
        border-bottom: solid 4px #b1c98d;
        position: relative;
        z-index: 2;
	}
	
	
	.hidden>div {
	display:none;
}

.visible>div {
	display:block;
}
	
	
	h3{
		font-size: 20px;
		color: #643432;
		font-weight: normal;
	}
	
	#video_container_mobile{ margin-bottom:30px;}
	
		
}


	
	
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (min-width: 761px) and (max-width: 1365px)  {

	#cssmenu, #video_container, #video_container_mobile {
	
	display:none !important;
	
	}
	

	#container {
		margin: 0 auto;   
		text-align: left; 
		width: 100%;
	}	
	
	
	
		
	
	
	#header_image {
	
	  float:left;
	  width:100%;
	  height:auto;	
		
	}

	#header_image img, #middle_image img, #middle_links img, #amenity_img img{
	
	  width:100%;
		
	}	
	
	
	#header_overlay {
		display: none;
    float: left;
    width: 100%;
    height: auto;
    margin-top: -55.4%;
    position: relative;
    z-index: 1;
    opacity: .9;
		
	}
	
	#header_overlay img, #sub_header_overlay img{
	
    max-width:500px;
		
	}	
	
	
	#sub_header_overlay {
	display: none;	
    float: left;
    width: 100%;
    height: auto;
    margin-top: -26.3%;
    position: relative;
    z-index: 1;
    opacity: .9;
		
	}		
	
		#sub_content_container{
			
    float: left;
    width: 75%;
    height: auto;
	text-align: left;
	margin-left: 12.5%;
	margin-bottom: 30px;
	margin-top: 20px;
	}	
    
	#sub_content_container ul{
		list-style: disc;
background-color: #fff;
text-align: left;
float: left;
padding: 5px;
margin: 5px 0px 5px 60px;
width: 100%;
height: auto;
overflow: visible;
		
	}
	#sub_content_container li {
	float: none;
		
	}
	#content_container {
	float:left;
	margin-left:2%;
	width:96%;
	height:auto;
		
		
	}	
	

	#middle_links {
	
    float: left;
    width: 100%;
    height: auto;
	margin-top: -5px;
		
	}


	#quicklinks {
	
    float: left;
    width: 80%;
    height: auto;
	text-align:center;
	margin-left:10%;
	margin-top: -9%;
		
	}
	
		#quicklink_container_1{
	float:left;
	width:25%;
	height:auto;
	text-align:center;	
			
	}
		
	#quicklink_container_2{
	float:left;
	width:25%;
	height:auto;
	text-align:center;	
			
	}
	
		
	#quicklink_container_3{
	float:left;
	width:25%;
	height:auto;
	text-align:center;	
			
	}
	#quicklink_container_4{
	float:left;
	width:25%;
	height:auto;
	text-align:center;	
			
	}

	
	#middle_image {
	
    float: left;
    width: 100%;
    height: auto;
		
	}		
	#find_apart_btn {
	
    float: left;
    width: 87%;
    height: auto;
    margin-top: -13%;
    position: relative;
    z-index: 1;
    margin-left: 9%;
		
	}
	
	#find_apart_btn  img{
	
    max-width:400px;
		
	}	
	

	#amenity_container {
		
	float:left;
	width:33%;
	height:auto;
	text-align:center;
	margin-top: 4%;
	}
	
	#amenity_img{
	height:auto;
	width:30%;
	margin-left: 35%;
		
	}
	#quicklink_img{
	float:left;
	height:auto;
	width:100%;
	}
	
	#amenity_txt{
	float:left;
	height:auto;
	width:100%;
	
		
	}
	#amenity_txt p { 
	font-size:15px;
		margin: 0px;
	}
	
	#amenity_txt span{

    font-size: 20px;
    line-height: 70px;
		
	}		
	
	
	 #amenity_img img{
	
	  width:100%;
	  max-width:100px;
		
	}
	
	
	 #quicklink_img img{
	
	  width:100%;
	  max-width:300px;
		
	}	
	
	

	#footer_bar1{
	float:left;
	height:10px;
	width:100%;
	background-color:#b1c98d;
	margin-top:30px;
		
	}
	
	#footer_bar2{
	float:left;
	height:10px;
	width:100%;
	background-color:#B4BFBB;
	}
	
	#footer_container{
	float:left;
	height:auto;
	width:100%;
	background-color:#1E1E1E;
	color:#fff;
	line-height:23px;
	min-height:375px;
		
	}	
	
	#footer_col1{
	float:left;
	height:auto;
	width:40%;
	font-size:15px;
	text-align:left;
	margin-top:80px;
	margin-left:5%;
		
	}

	#footer_col1 a, #footer_col2 a{
	font-size:15px;
	color:#FFF;
	text-decoration: none;		
	}
	
		#footer_col1 a:hover, #footer_col2 a:hover{
	font-size:15px;
	color:#FFF;
	text-decoration: underline;		
	}
	
	

	#footer_col2{
	float:left;
	height:auto;
	width:17%;
	font-size:14px;
	text-align:left;
	margin-left:6%;
	margin-top:110px;
		
	}		
	
	


#nav_bar li {
  float: left;
}

#nav_bar li a, #nav_bar .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 8px;
  text-decoration: none;
}

#nav_bar li a:hover, #nav_bar .dropdown:hover .dropbtn {
  background-color: #161616;
}

#nav_bar li.dropdown {
  display: inline-block;
}

#nav_bar .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
}

#nav_bar .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

#nav_bar .dropdown-content a:hover {background-color: #f1f1f1;}

#nav_bar .dropdown:hover .dropdown-content {
  display: block;
}	
	

	
	h1{
		font-size: 35px;
		color: #000;
		font-weight: normal;
	}
	
	h2{
		font-size: 26px;
		color: #643432;
		font-weight: normal;
	}
	#suites-container{
		width: 100%;
		float: left;
		margin-left: 0;
		margin-top: 3%;
		text-align: center;
	}	

	
	#suite-col1{
		width: 30%;
		float: left;
		height: auto;
		text-align: left;
		margin-right: 2%;
	}
	#suite-col1 p { 
 		font-size: 18px;
		text-align: left;
		color: #000;
		margin-left: 0px;
		background-color: none;
		padding: 0px;
		
	}
	#suite-col2{
		width: 25%;
		float: left;
		height: auto;
	}
	#suite-col3{
		width: 30%;
		float: left;
		height: auto;
	}		
		
	#sub_floorplan_container{
			
    float: left;
    width: 90%;
    height: auto;
	text-align:center;
	margin-left:4%;
	margin-bottom: 30px;
	margin-top: 20px;
	}
	#floorplan-container{
		width:100%;
		height: auto;
		float: left;
		margin-top: 2%;
	}
	#floorplan-title{
		width: 100%;
		height: auto;
		float: left;
		text-align: left;
	}
	#floorplan-spacer{
		width:100%;
		border-right: none; 
    	height: 115px; 
		margin-left: 0%;
		margin-right: 2%;
		float: left;
		text-align: center;
	}
	#floorplan-spacer-none{
		width:100%;
		border-right: none; 
    	height: 30px; 
		margin-left: 0%;
		margin-right: 2%;
		float: left;
		text-align: center;
	}
	#floorplan-apartment{
		width: 50%;
		height: auto;
		float: left;
		margin-left: 0%;
	}
	#floorplan-image{
		width: 30%;
		height: auto;
		float: left;
	}
	#floorplan-image img{
		width: 100%;
		height: auto;
		float: left;
	}
	
	#floorplan-image2{
		width: 40%;
		height: auto;
		float: left;
	}
	#floorplan-image2 img{
		width: 100%;
		height: auto;
		float: left;
	}
	
	#floorplan-description{
		width: 60%;
		height: auto;
		float: left;
		text-align: left;
		margin-left: 5%;
	}
	#floorplan-description h3{
		margin: 0px;
		font-size: 18px;
	}
	#floorplan-description p{
		margin: 0px;
		font-size: 14px;
		line-height: 22px;
	}
	
	#floorplan-description2{
		width: 45%;
		height: auto;
		float: left;
		text-align: left;
		margin-left: 5%;
	}
	#floorplan-description2 h3{
		margin: 0px;
		font-size: 18px;
	}
	#floorplan-description2 p{
		margin: 0px;
		font-size: 14px;
		line-height: 22px;
	}
	
	#nav_bar_mobile {
	display: none;
		}
	
	
			.hidden>div {
	display:none;
}

.visible>div {
	display:block;
}
	.text_container{
		margin-left: 2%;
		margin-right: 2%;
	}
	
	h3{
		font-size: 22px;
		color: #643432;
		font-weight: normal;
	}
	
	
	#video_container_mid {
  float: left;
  /*-- width: 80%; --*/
  height: auto;
  /*-- margin-top: 40px; --*/
  /*-- margin-right: 10%; --*/
  /*-- text-align: justify; --*/
  margin-bottom:30px;
}

	
	
		
}




/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (min-width: 1366px) and (max-width: 1919px)  {


	#cssmenu, #video_container_mid, #video_container_mobile{
	
	display:none !important;
	
	}

	#container {
		margin: 0 auto;   
		text-align: left; 
		width: 100%;
	}	
	
	

	
	#header_image {
	
	  float:left;
	  width:100%;
	  height:auto;	
		
	}

	#header_image img, #middle_image img, #middle_links img, #amenity_img img{
	
	  width:100%;
		
	}	
	
	

	#header_overlay {
	display: none;
    float: left;
    width: 100%;
    height: auto;
    margin-top: -55.2%;
    position: relative;
    z-index: 1;
    opacity: .9;
		
	}
	
	#header_overlay img{
	
    max-width: 800px;
		
	}	
	
	
	#sub_header_overlay {
	display: none;
    float: left;
    width: 100%;
    height: auto;
    margin-top: -26.3%;
    position: relative;
    z-index: 1;
    opacity: .9;
		
	}


	#sub_header_overlay img{
	
    max-width:800px;
		
	}
	
	
		#sub_content_container{
			
    float: left;
    width: 65%;
    height: auto;
	text-align:left;
	margin-left:17%;
	margin-bottom: 30px;
	margin-top: 20px;
	}	
    
	#sub_content_container ul{
		list-style: disc;
background-color: #fff;
text-align: left;
float: left;
padding: 5px;
margin: 5px 0px 5px 60px;
width: 100%;
height: auto;
overflow: visible;
		
	}
	#sub_content_container li {
	float: none;
		
	}

	#middle_links {
	
    float: left;
    width: 100%;
    height: auto;
	margin-top: -4px;
		
	}

	
	#content_container {
	float:left;
	margin-left:10%;
	width:80%;
	height:auto;
		
		
	}	
	
	

	#quicklinks {
	
    float: left;
    width: 80%;
    height: auto;
	text-align:center;
	margin-left:10%;
	margin-top: -9%;
		
	}
	
		#quicklink_container_1{
	float:left;
	width:25%;
	height:auto;
	text-align:center;	
			
	}
		
	#quicklink_container_2{
	float:left;
	width:25%;
	height:auto;
	text-align:center;	
			
	}
	
		
	#quicklink_container_3{
	float:left;
	width:25%;
	height:auto;
	text-align:center;	
			
	}
	#quicklink_container_4{
	float:left;
	width:25%;
	height:auto;
	text-align:center;	
			
	}

	
	#middle_image {
	
    float: left;
    width: 100%;
    height: auto;
		
	}		
	#find_apart_btn {
	
    float: left;
    width: 87%;
    height: auto;
    margin-top: -11%;
    position: relative;
    z-index: 1;
    margin-left: 13%;
		
	}
	


	#amenity_container {
		
	float:left;
	width:33%;
	height:auto;
	text-align:center;
		margin-top:40px;
		
	}
	
	#amenity_img {
	float:left;
	height:auto;
	width:100%;
	margin-top: 1%;
		
	}
	#quicklink_img{
		float:left;
	height:auto;
	width:95%;
	margin-top: 1%;
		
	}
	
	#amenity_txt{
	float:left;
	height:auto;
	width:100%;
	font-size:22px;
		
	}	
	
	#amenity_txt span{

    font-size: 30px;
    line-height: 70px;
		
	}		
	
	
	 #amenity_img img{
	
	  width:100%;
	  max-width:100px;
		
	}
	
	
	 #quicklink_img img{
	
	  width:100%;
	  height: auto;
		
	}	
	
	

	#footer_bar1{
	float:left;
	height:10px;
	width:100%;
	background-color:#b1c98d;
	margin-top:30px;
		
	}
	
	#footer_bar2{
	float:left;
	height:10px;
	width:100%;
	background-color:#B4BFBB;
	}
	
	#footer_container{
	float:left;
	height:auto;
	width:100%;
	background-color:#1E1E1E;
	color:#fff;
	line-height:28px;
	min-height:375px;
		
	}	
	
	#footer_col1{
	float:left;
	height:auto;
	width:40%;
	font-size:16px;
	text-align:left;
	margin-top:80px;
	margin-left:10%;
		
	}

	#footer_col1 a, #footer_col2 a{
	font-size:16px;
	color:#FFF;
	text-decoration: none;
		
	}
		#footer_col1 a:hover, #footer_col2 a:hover{
	font-size:16px;
	color:#FFF;
	text-decoration: underline;		
	}
	

	#footer_col2{
	float:left;
	height:auto;
	width:20%;
	font-size:16px;
	text-align:left;
	margin-left:2%;
	margin-top:110px;
		
	}		
	
	


#nav_bar li {
  float: left;
}

#nav_bar li a, #nav_bar .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#nav_bar li a:hover, #nav_bar .dropdown:hover .dropbtn {
  background-color: #161616;
}

#nav_bar li.dropdown {
  display: inline-block;
}

#nav_bar .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
}

#nav_bar .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

#nav_bar .dropdown-content a:hover {background-color: #f1f1f1;}

#nav_bar .dropdown:hover .dropdown-content {
  display: block;
}	
	
	h1{
		font-size: 35px;
		color: #000;
		font-weight: normal;
	}
	
	h2{
		font-size: 26px;
		color: #643432;
		font-weight: normal;
	}
	#suites-container{
		width: 100%;
		float: left;
		margin-left: 0;
		margin-top: 3%;
		text-align: center;
	}	

	
	#suite-col1{
		width: 30%;
		float: left;
		height: auto;
		text-align: left;
		margin-right: 2%;
	}
	#suite-col1 p { 
 		font-size: 18px;
		text-align: left;
		color: #000;
		margin-left: 0px;
		background-color: none;
		padding: 0px;
		
	}
	#suite-col2{
		width: 25%;
		float: left;
		height: auto;
	}
	#suite-col3{
		width: 30%;
		float: left;
		height: auto;
	}		
	
		#sub_floorplan_container{
			
    float: left;
    width: 90%;
    height: auto;
	text-align:center;
	margin-left:4%;
	margin-bottom: 30px;
	margin-top: 20px;
	}
	#floorplan-container{
		width:100%;
		height: auto;
		float: left;
		margin-top: 5%;
	}
	#floorplan-title{
		width: 20%;
		height: auto;
		float: left;
		text-align: left;
	}
	#floorplan-spacer{
		width:20%;
		border-right: 2px solid #808285; 
    	height: 115px; 
		margin-left: 6%;
		margin-right: 2%;
		float: left;
		text-align: left;
	}
	#floorplan-spacer-none{
		width:20%;
		border-right: none; 
    	height: 115px; 
		margin-left: 6%;
		margin-right: 2%;
		float: left;
		text-align: left;
	}
	#floorplan-apartment{
		width: 31%;
		height: auto;
		float: left;
		margin-left: 4%;
	}
	#floorplan-image{
		width: 31%;
		height: auto;
		float: left;
	}
	#floorplan-image img{
		width: 100%;
		height: auto;
		float: left;
	}
	
	#floorplan-image2{
		width: 38%;
		height: auto;
		float: left;
	}
	#floorplan-image2 img{
		width: 100%;
		height: auto;
		float: left;
	}
	
	#floorplan-description{
		width: 62%;
		height: auto;
		float: left;
		text-align: left;
		margin-left: 5%;
	}
	
	#floorplan-description h3{
		margin: 0px;
		font-size: 20px;
	}
	#floorplan-description p{
		margin: 0px;
		font-size: 16px;
		line-height: 24px;
	}
	
	#floorplan-description2{
		width: 55%;
		height: auto;
		float: left;
		text-align: left;
		margin-left: 5%;
	}
	
	#floorplan-description2 h3{
		margin: 0px;
		font-size: 20px;
	}
	#floorplan-description2 p{
		margin: 0px;
		font-size: 16px;
		line-height: 24px;
	}

	#nav_bar_mobile {
	display: none;
		}
	
	
		.hidden>div {
	display:none;
}

.visible>div {
	display:block;
}
	.text_container{
		margin-left: 2%;
		margin-right: 2%;
	}
	
	h3{
		font-size: 22px;
		color: #643432;
		font-weight: normal;
	}
	
	
	
	#video_container {
  float: left;
  /*-- width: 80%; --*/
  height: auto;
  /*-- margin-top: 40px; --*/
  /*-- margin-right: 10%; --*/
  /*-- text-align: justify; --*/
  margin-bottom:30px;
}

	
	
	
	
}
	
	
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (min-width: 1920px)   {		
	

	#cssmenu, #video_container_mid, #video_container_mobile {
	
	display:none !important;
	
	}
	
	#container {
		margin: 0 auto;   
		text-align: left; 
		width: 1920px;
	}
	
	
	
	

	#header_image img, #middle_image img, #middle_links img, #amenity_img img{
	
	  width:100%;
		
	}	
	
	
	#header_overlay {
	display: none;
    float: left;
    width: 100%;
    height: auto;
    margin-top: -51.1%;
    position: relative;
    z-index: 1;
  
		
	}
	
	#header_overlay img{
	
    max-width: 800px;
		
	}	
	
	
	#sub_header_overlay {
	display: none;
    float: left;
    width: 100%;
    height: auto;
    margin-top: -22.2%;
    position: relative;
    z-index: 1;
   
		
	}	
	#sub_header_overlay img {
	
	width: 42%;
		
		
	}
	
	
	
	#sub_content_container{
			
    float: left;
    width: 65%;
    height: auto;
	text-align:left;
	margin-left:17%;
	margin-bottom: 30px;
	margin-top: 20px;
	}	
    
	#sub_content_container ul{
		list-style: disc;
background-color: #fff;
text-align: left;
float: left;
padding: 5px;
margin: 5px 0px 5px 60px;
width: 100%;
height: auto;
overflow: visible;
		
	}
	#sub_content_container li {
	float: none;
		
	}
	
	#content_container {
	float:left;
	margin-left:10%;
	width:80%;
	height:auto;
		
		
	}
	

	#middle_links {
	
    float: left;
    width: 100%;
    height: auto;
	margin-top: -5px;
		
	}

	
	#home_amenity {
	
    float: left;
    width: 65%;
    height: auto;
	text-align:center;
	margin-left:17%;
	margin-bottom: 40px;
	margin-top: 50px;
		
	}
	


	#quicklinks {
	
    float: left;
    width: 80%;
    height: auto;
	text-align:center;
	margin-left:17%;
	margin-top: -8%;
		
	}
	
	#middle_image {
	
    float: left;
    width: 100%;
    height: auto;
		
	}		
	#find_apart_btn {
	
    float: left;
    width: 87%;
    height: auto;
    margin-top: -11%;
    position: relative;
    z-index: 1;
    margin-left: 13%;
		
	}

	#amenity_container {
		
	float:left;
	width:33%;
	height:auto;
	text-align:center;
	}
	
	#amenity_img, #quicklink_img{
	float:left;
	height:auto;
	width:100%;
		
	}
	
	#amenity_txt{
	float:left;
	height:auto;
	width:100%;
		
	}	
	#amenity_txt p{
			font-size:22px;
	font-weight: 100;
	}
	
	#amenity_txt span{

    font-size: 30px;
    line-height: 70px;
		font-weight: 500 !important;
		
	}		
	
	
	 #amenity_img img{
	
	  width:100%;
	  max-width:100px;
		
	}
	
	#quicklink_container_1{
	float:left;
	width:20%;
	height:auto;
	text-align:center;	
			
	}
		
	#quicklink_container_2{
	float:left;
	width:20%;
	height:auto;
	text-align:center;	
			
	}
	
		
	#quicklink_container_3{
	float:left;
	width:20%;
	height:auto;
	text-align:center;	
			
	}
	#quicklink_container_4{
	float:left;
	width:20%;
	height:auto;
	text-align:center;	
			
	}
	 #quicklink_img img{
	
	  height: 85px;
		
	}	
	
	

	#footer_bar1{
	float:left;
	height:10px;
	width:100%;
	background-color:#b1c98d;
	margin-top:30px;
		
	}
	
	#footer_bar2{
	float:left;
	height:10px;
	width:100%;
	background-color:#B4BFBB;
		
	}
	
	#footer_container{
	float:left;
	height:auto;
	width:100%;
	background-color:#1E1E1E;
	color:#fff;
	line-height:28px;
	min-height:375px;
		
	}	
	
	#footer_col1{
	float:left;
	height:auto;
	width:40%;
	font-size:16px;
	text-align:left;
	margin-top:80px;
	margin-left:10%;
		
	}

	#footer_col1 a, #footer_col2 a{
	font-size:16px;
	color:#FFF;
		text-decoration: none;
		
	}
		#footer_col1 a:hover, #footer_col2 a:hover{
	font-size:16px;
	color:#FFF;
	text-decoration: underline;		
	}
	
	

	#footer_col2{
	float:left;
	height:auto;
	width:20%;
	font-size:16px;
	text-align:left;
	margin-left:2%;
	margin-top:110px;
		
	}



#nav_bar li {
  float: left;
}



#nav_bar li.dropdown {
  display: inline-block;
}

#nav_bar .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
}

#nav_bar .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

#nav_bar .dropdown-content a:hover {background-color: #f1f1f1;}

#nav_bar .dropdown:hover .dropdown-content {
  display: block;
}	
	
	h1{
		font-size: 35px;
		color: #000;
		font-weight: normal;
	}
	
	h2{
		font-size: 26px;
		color: #643432;
		font-weight: normal;
	}
	h3{
		font-size: 22px;
		color: #643432;
		font-weight: normal;
	}
	#suites-container{
		width: 100%;
		float: left;
		margin-left: 0;
		margin-top: 3%;
		text-align: center;
	}	

	
	#suite-col1{
		width: 30%;
		float: left;
		height: auto;
		text-align: left;
		margin-right: 2%;
	}
	#suite-col1 p { 
 		font-size: 18px;
		text-align: left;
		color: #000;
		margin-left: 0px;
		background-color: none;
		padding: 0px;
		
	}
	#suite-col2{
		width: 25%;
		float: left;
		height: auto;
	}
	#suite-col3{
		width: 30%;
		float: left;
		height: auto;
	}

	#resources-container{
		width: 100%;
		float: left;
		margin-top: 3%;
		margin-bottom: 4%;
		text-align: left;
	}	
	.hidden>div {
	display:none;
}

.visible>div {
	display:block;
}
	.text_container{
		margin-left: 2%;
		margin-right: 2%;
	}
	#sub_floorplan_container{
			
    float: left;
    width: 90%;
    height: auto;
	text-align:center;
	margin-left:6%;
	margin-bottom: 30px;
	margin-top: 20px;
	}
	#floorplan-container{
		width:100%;
		height: auto;
		float: left;
		margin-top: 5%;
	}
	#floorplan-title{
		width: 20%;
		height: auto;
		float: left;
		text-align: left;
	}
	#floorplan-spacer{
		width: 15%;
  		border-right: 2px solid #808285;
    	height: 115px;
    	margin-left: 9%;
    	margin-right: 3%;
    	float: left;
    	text-align: left;

}
	
	#floorplan-spacer-none{
		width: 15%;
  		border-right: none;
    	height: 115px;
    	margin-left: 9%;
    	margin-right: 3%;
    	float: left;
    	text-align: left;
	}
	#floorplan-apartment{
		width: 25%;
		height: auto;
		float: left;
		margin-left: 3%;
	}
	#floorplan-image{
		width: 31%;
		height: auto;
		float: left;
	}
	#floorplan-image img{
		width: 100%;
		height: auto;
		float: left;
	}
	
	#floorplan-image2{
		width: 38%;
		height: auto;
		float: left;
	}
	#floorplan-image2 img{
		width: 100%;
		height: auto;
		float: left;
	}
	
	#floorplan-description{
		width: 62%;
		height: auto;
		float: left;
		text-align: left;
		margin-left: 5%;
	}
	#floorplan-description h3{
		margin: 0px;
	}
	#floorplan-description p{
		margin: 0px;
		font-size: 16px;
		line-height: 24px;
	}
	
	#floorplan-description2{
		width: 55%;
		height: auto;
		float: left;
		text-align: left;
		margin-left: 5%;
	}
	#floorplan-description2 h3{
		margin: 0px;
	}
	#floorplan-description2 p{
		margin: 0px;
		font-size: 16px;
		line-height: 24px;
	}
	
	#gallery-container{
		width: 100%;
		height: auto;
	}

	#nav_bar_mobile {
	display: none;
		}
	
	
#video_container {
  float: left;
  /*-- width: 80%; --*/
  height: auto;
  /*-- margin-top: 40px; --*/
  /*-- margin-right: 10%; --*/
  /*-- text-align: justify; --*/
  margin-bottom:30px;
}


	
	
	
}