    body {
		margin: auto;
        max-width:1600px;
        background-image: url(img/bg-tile.jpg);
        background-repeat: repeat;
	}
	
	#bodycontainer {
		margin: 0;
        padding: 0;
	}
	
	main {
		background-color: #fff;
        position: relative;
	}



/* NAV START!*/

/* Add a black background color to the top navigation */

nav {
     z-index: 1;
    display: block;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px 0px #575555;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 20px 0px #575555;  /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 20px 0px #575555;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

    .nav2 {
        position: absolute;
            bottom: 9999px;
    }

.topnav {
    
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px 0px #575555;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 20px 0px #575555;  /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 20px 0px #575555;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}



/* Style the links inside the navigation bar */
.topnav a {
    float: right;
    display: block;
    color: #000;
    text-align: center;
    padding: 20px 16px;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

/* Add an active class to highlight the current page */
.active {
    background-color: #b13235;
    color: white;
    text-decoration: none;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
    float: right;
    overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
    border: none;
    outline: none;
    color: #000;
    padding: 20px 16px;
    background-color: inherit;
    margin: 0;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10000000;
}

/* Style the links inside the dropdown */
.dropdown-content a {
    float: none;
    color: #b13235;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #b13235;
    color: white;
    text-decoration: none;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
    text-decoration: none;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
    display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 900px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 900px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


.a-main-logo {
    width: 300px;
    display: block;
    background-color: red:
}

a.a-main-logo:link {
    float: left;
    display: block;
    padding: 15px 0 0 0;
    margin: 0 30px 0 15px;
    background-color: transparent;
    text-decoration: none;
}

a.a-main-logo:hover {
    float: left;
    display: block;
    padding: 15px 0 0 0;
    margin: 0 30px 0 15px;
    background-color: transparent;
    text-decoration: none;
}

/* NAV END!*/





/* FOOTER START!*/


footer {
    background-color: #f3f3f3;
    vertical-align: top;
    padding: 0 0 7% 0;
    border-top: 20px solid #fff;
}

.footer-divider {
    background-image: url(img/a-footer-pattern.jpg);
    background-repeat: repeat;
    height: 50px;
    width: 100%;
    margin: 0 0 0 0;
}

.footer-left-container {
    background: url(img/a-grey-bg.jpg);
    background-repeat: repeat;
    display: inline-block; *display: inline;
    width: 48%;
    height: 500px;
    position: relative;
}

.footer-right-container {
     background: url(img/a-home-header-bg.jpg)
    50% 0 no-repeat fixed;
    position: relative;
    display: table-cell;
    display: inline-block; *display: inline;
    width: 50%;
    height: 500px;
    position: relative;
    float: right;
}


.footer-left {
   display: block;
    width: 400px;
    height: 300px;
    position: absolute;
    top:20%; bottom:20%; left:21%; right: 20%;
    
}

.footer-left p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    margin: 20px 0 0 100px;
    color: #8c8282;
}

.main-footer-logo {
    width: 350px;
    display: block;
}

.footer-right {
   display: block;
    width: 300px;
    height: 200px;
    position: absolute;
    top:20%; bottom:20%; left:25%; right: 20%;
}

.footer-right h2{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 900;
    font-size: 40px;
    color: #fff;
    line-height: 100%;
}

.footer-right p{
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    margin: 10px 0 0 0;
    color: #fff;
    line-height: 170%;
}



	#mc_embed_signup {
        background: transparent; 
        clear:left; 
        font:14px Helvetica,Arial,sans-serif;
}


#mc-embedded-subscribe-form input{
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    padding: 10px;
    border: 2px solid #ccc;
    box-sizing: border-box;
    margin: 10px 0 0 0;
    width: 100%;
}

#mc-embedded-subscribe-form input[type=submit] {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    padding: 15px;
    border: 2px solid #767677;
    box-sizing: border-box;
    margin: 10px 0 0 0;
    background-color: #767677;
    color: #fff;
    width: 110px;
}

#mc-embedded-subscribe-form label{
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.main-footer-nav {
    margin: 3% auto;
    display: block;
    width: 70%;
    border-top: 1px solid #000;
    padding: 50px 0 0 0;
}

.main-footer-nav p {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 200%;
    text-align: center;
    color: #767677;
}

.main-footer-nav a{
    margin: 0 50px 0 0;
    text-decoration: none;
    color: #767677;
}

.main-footer-logo-2 {
    display: block;
    margin: auto;
    width: 300px;
}

/* FOOTER END!*/



/* NAV START !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

#primary_nav_wrap
{
	margin-top:0px
}

#primary_nav_wrap ul
{
	list-style:none;
	position:absolute;
    top: 21px;
    left: 340px;
	float:left;
	margin:0;
    background-color: #fff;
}

#primary_nav_wrap ul a
{   
	display:block;
	color:#333;
	text-decoration:none;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border-left: 3px solid #b13235;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

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

#primary_nav_wrap ul li:hover
{
	background:#ffffff;
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}


.logo1 {
    position: absolute;
        left: 30px;
        top: 0;
        z-index: 500;
	}

    .logo2 {
       visibility: hidden;
    width: 0px;
	}

.chinese-flag {
    height: 25px;
    position: absolute;
        right: 30px;
        top: 22px;
}



/* NAV END !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */



/* ICON Header START !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.icon-header {
    background-color: #252424;
    background-image: url(building-img/headers/icon-1.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
    width: 100%;
    }

.mobile-header {
    display: none;
    width: 0px;
}

.social-media {
    position: absolute;
        right: 30px;
        top: 22px;
}

#icon-intro {
    float: right;
    width: 40%;
    margin: 10% 27% 0% 0%;
    display: inline-block; *display: inline;
    }

#icon-intro h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 100;
    text-align: left;
    color: #fff;
    font-size: 60px;
    margin: 20px 0 0 0;
    }

	
	.icon-header-form-1 {
		background: #b13235;
		width: 350px;
        display: inline-block; *display: inline;
        margin: 10% 0 5% 5%;
	}
	
	.icon-header-form-1-body {
		padding: 20px;
	}
	
	.icon-header-form-1-header {
		padding: 40px 20px 25px 20px;
	}
	
	.icon-header-form-1-header {
		border-bottom: #eeeeee solid 1px;
        background-color: #fff;
	}
	
	.icon-header-form-1-header h1 {
		font-family: 'Raleway', sans-serif;
        font-weight: normal; 	
        font-style: normal;
		font-weight: 300;
		font-size: 1.5em;
		text-align: center;
		padding-bottom: 10px;
        color: #000;
	}
	
	.icon-header-form-1-header h2 {
		font-family: BrandonGrotesque-Regular; 	font-weight: normal; 	font-style: normal;
		font-weight: 300;
		line-height: 0;
		font-size: .8em;
		text-align: center;
		padding: 0 0 25px 0;
	}

.icon-header-form-1-header h2 a{
		color: #000;
	}

    .icon-header-form-1-header h3 {
		font-family: BrandonGrotesque-Regular; 	font-weight: normal; 	font-style: normal;
		font-weight: 300;
		line-height: 0;
		font-size: 1.1em;
		text-align: center;
		padding: 0 0 25px 0;
	}
	
	/* ICON header form END!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/








/* PARK WEST Header START !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.park-west-header {
    background-color: #252424;
    background-image: url(building-img/headers/park-west-1.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    width: 100%;
    }

#park-west-intro {
    float: left;
    width: 40%;
    margin: 10% 0% 0% 25%;
    display: inline-block; *display: inline;
    }

#park-west-intro h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 100;
    text-align: left;
    color: #fff;
    font-size: 60px;
    margin: 20px 0 0 0;
    }

	
	.park-west-header-form-1 {
		background: #b13235;
		width: 350px;
        display: inline-block; *display: inline;
        margin: 10% 0 5% 3%;
	}
	
	.park-west-header-form-1-body {
		padding: 20px;
	}
	
	.park-west-header-form-1-header {
		padding: 40px 20px 25px 20px;
	}
	
	.park-west-header-form-1-header {
		border-bottom: #eeeeee solid 1px;
        background-color: #fff;
	}
	
	.park-west-header-form-1-header h1 {
		font-family: 'Raleway', sans-serif;
        font-weight: normal; 	
        font-style: normal;
		font-weight: 300;
		font-size: 1.5em;
		text-align: center;
		padding-bottom: 10px;
        color: #000;
	}
	
	.park-west-header-form-1-header h2 {
		font-family: BrandonGrotesque-Regular; 	font-weight: normal; 	font-style: normal;
		font-weight: 300;
		line-height: 0;
		font-size: .8em;
		text-align: center;
		padding: 0 0 25px 0;
	}

.park-west-header-form-1-header h2 a{
		color: #000;
	}

    .park-west-header-form-1-header h3 {
		font-family: BrandonGrotesque-Regular; 	font-weight: normal; 	font-style: normal;
		font-weight: 300;
		line-height: 0;
		font-size: 1.1em;
		text-align: center;
		padding: 0 0 25px 0;
	}
	
	/* PARK WEST header form END!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/







/* THE MARK Header START !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.the-mark-header {
    background-color: #252424;
    background-image: url(building-img/headers/the-mark-1.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    width: 100%;
    }

#the-mark-intro {
    float: left;
    width: 40%;
    margin: 10% 0% 0% 25%;
    display: inline-block; *display: inline;
    }

#the-mark-intro h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 100;
    text-align: left;
    color: #fff;
    font-size: 60px;
    margin: 20px 0 0 0;
    }

	
	/* THE MARK header form END!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/






/* Aqua Header START !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.aqua-header {
    background-color: #252424;
    background-image: url(building-img/headers/aqua-1.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    width: 100%;
    }

#aqua-intro {
    float: left;
    width: 35%;
    margin: 13% 0% 0% 30%;
    display: inline-block; *display: inline;
    }

#aqua-intro h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 100;
    text-align: left;
    color: #fff;
    font-size: 50px;
    margin: 20px 0 0 0;
    }

	
	/* Aqua header form END!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/




/* AZURA Header START !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.azura-header {
    background-color: #252424;
    background-image: url(building-img/headers/azura-1.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    width: 100%;
    }

#azura-intro {
    float: left;
    width: 35%;
    margin: 10% 0% 0% 30%;
    display: inline-block; *display: inline;
    }

#azura-intro h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 100;
    text-align: left;
    color: #fff;
    font-size: 60px;
    margin: 20px 0 0 0;
    }
	
	/* AZURA header form END!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/




/* MADDOX Header START !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.maddox-header {
    background-color: #252424;
    background-image: url(building-img/headers/maddox-1.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    width: 100%;
    }

#maddox-intro {
    float: left;
    width: 35%;
    margin: 10% 0% 0% 30%;
    display: inline-block; *display: inline;
    }

#maddox-intro h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 100;
    text-align: left;
    color: #fff;
    font-size: 60px;
    margin: 20px 0 0 0;
    }
	
	/* MADDOX header form END!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/








	


/* Evaluation Start !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */



.evaluation-offer {
    padding: 5% 10%;
    background-color: #fff;
}

.evaluation-offer h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 100;
    text-align: left;
    color: #b03235;
    font-size: 40px;
    margin: 20px 0 0 0;
}

.evaluation-offer h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-align: left;
    color: #696767;
    font-size: 25px;
    line-height: 180%;
    margin: 10px 0 0 0;
    }

.evaluation-offer p {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-align: left;
    color: #696767;
    font-size: 16px;
    line-height: 200%;
    margin: 20px 0 0 0;
    }

.evaluation-offer a, .evaluation-offer a:link, .evaluation-offer a:visited, .evaluation-offer a:hover, .evaluation-offer a:active {
    text-decoration: underline;
    color: #696767;
    font-size: 25px;
    }



/* Evaluation END !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */


/* buyers/sellers Section Start !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */


.buyer-seller-section {
	margin:0;
    display: block;
    background-color: #fff;
    background-image: url(img/info-bg.jpg);
    background-size: cover;
    }

.buyer-seller-section hr {
	height:3px; 
    border:none; 
    color:#b13235; 
    background-color:#b13235; 
    width:10%; 
    text-align:center; 
    margin: 20px auto;
    }

.buyer-seller-section h1 {
    position: absolute;
        top: 0px;
        left: 50%;
    font-family: 'Raleway', sans-serif;
        font-weight: 400;
        text-align: center;
        color: #b13235;
        font-size: 40px;
        transform: translate(-50%, -50%);
    }

.buyer-seller-section h2 {
    font-family: 'Raleway', sans-serif;
        font-weight: 400;
        text-align: center;
        color: #000;
        font-size: 20px;
        line-height: 150%;
    }

.buyer-seller-section h3 {
    font-family: 'Raleway', sans-serif;
        font-weight: 400;
        text-align: center;
        color: #b13235;
        font-size: 22px;
        line-height: 150%;
    margin: 10% 0 0 0;
    text-decoration: underline;
    }


.buyer-seller-section p {
    font-family: 'Raleway', sans-serif;
        font-weight: 400;
        text-align: center;
        color: #484646;
        font-size: 18px;
        line-height: 150%;
    }

.info-title {
    background-color: #fff;
    position: relative;
    padding: 8% 7% 7% 7%;
    margin: 0 0 10% 0;
}

.buyer-seller-left {
    width: 49%;
    display: inline-block; *display: inline;
	position: relative;
	font-size: 1rem;
    padding:5% 10%;
    vertical-align: top;
    border-right: 9px solid #fff;
    }

.buyer-seller-right {
    width: 50%;
    display: inline-block; *display: inline;
	position: relative;
	padding:5% 10%;
    vertical-align: top;
    }

.meeting-button {
    display: block;
    margin: 50px auto 0 auto;
}


/* buyers/sellers Section END !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */



.spacer {
    height: 40px;
    background-image: url(building-img/bg-tile.jpg);
    background-repeat: repeat;
}




/* main copy Section START !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.secondary-info-section {
    background-color: #262624;
    padding: 5% 10%;
    position: relative;
}

.dog-icon {
    position: absolute;
        top: -380px;
        right: 0px;
}

.secondary-info-section p{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 180%;
    margin: 20px 0 0 0;
    width: 50%
}

.secondary-info-section h3{
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    text-align: left;
    color: #fff;
    font-size: 40px;
    line-height: 150%;
}

.secondary-info-section hr {
    width: 50%;
    margin: 40px 0 50px 0;
}

.vip-container {
    background-color: #b13235;
    position: absolute;
        top: 15%;
        right: 0;
    width: 30%;
    padding: 40px
}

.vip-internal-container {
    position: relative;
    background-color: #fff;
    padding: 50px;
    -webkit-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.53);
    box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.53);
}

.building-map {
    width: 50%;
    margin: 0 0 40px 0;
}

.vip-container h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    text-align: left;
    color: #b13235;
    font-size: 40px;
    line-height: 150%;
    padding: 0 0 8px 0;  
    border-style: none;
    border-bottom: 3px solid #b13235;
}

.vip-container p {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-align: left;
    color: #484646;
    font-size: 18px;
    line-height: 180%;
    margin: 20px 0 0 0;
    width: 100%;
}

.vip-button {
       position: absolute;
            bottom: -40px;
            left: 50%;
        transform: translate(-50%, -50%);
    }

/* main copy Section END !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */





/* features Section Start !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.features {
    margin: 10% 0 10% 0;
    position: relative;
}

.features-box {
        background-color: #dddddf;
        width: 20%;
        min-width: 218px;
        display: block;
        padding: 0 0 0 10%;
    }

.features-box h1 {
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        text-align: left;
        color: #484646;
        font-size: 20px;
        line-height: 150%;
        padding: 10px 0 8px 0;
        border-style: none;
        border-bottom: 0px;
    }

.features p{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: left;
    color: #484646;
    font-size: 16px;
    line-height: 150%;
    margin: 15px 0 0 10%;
    width: 40%
}


/* features Section END !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */




/* More Info Section Start !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
#more-info {
	display: none;
    padding: 3% 10% 5% 10%;
}

#more-info h1 {
    font-family: 'Raleway', sans-serif;
        font-weight: 400;
        text-align: left;
        color: #b13235;
        font-size: 16px;
        line-height: 150%;
        margin: 20px 0 0 0;
    }

#more-info p {
    font-family: 'Raleway', sans-serif;
        font-weight: 400;
        text-align: left;
        color: #484646;
        font-size: 12px;
        line-height: 150%;
    }
/* More Info Section Start !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */



/* Contact START!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.contact {
    background-color: #dddddf;
    padding: 5% 10%;
}

.contact img {
    margin: auto;
    display: block;
    text-align: center;
}

.contact hr {
    border-top: 1px solid #8c8b8b;
    margin: 20px 0 25px 0;
}

.contact h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #484646;
    font-size: 14px;
    line-height: 150%;
    margin: 3% 0 0 0;
}

.contact p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #484646;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
}

.contact a {
    color: #484646;
    text-decoration: none;
}
/* Contact END!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/












/* register Model Window START!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
	.register-btn-close {
		color: #aaaaaa;
		font-family: 'Raleway', sans-serif;
        font-weight: normal; 	
        font-style: normal;
		position: absolute;
		right: 44%;
		bottom: 425px;
	}
	
	.register-btn-close:hover {
		color: #919191;
	}
	
	.register-modal:before {
		content: "";
		display: none;
		background: rgba(0, 0, 0, 0.6);
		background-image: url(img/bg-tile-t.png);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 5000;
	}
	
	.register-modal:target:before {
		display: block;
	}
	
	.register-modal:target .register-modal-dialog {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		top: 5%;
	}
	
	.register-modal-dialog {
		background: #b13235;
		margin-left: -140px;
		position: fixed;
		left: 50%;
		top: -100%;
		z-index: 10000;
		width: 280px;
		-webkit-transform: translate(0, -500%);
		-ms-transform: translate(0, -500%);
		transform: translate(0, -500%);
		-webkit-transition: -webkit-transform 0.3s ease-out;
		-moz-transition: -moz-transform 0.3s ease-out;
		-o-transition: -o-transform 0.3s ease-out;
		transition: transform 0.3s ease-out;
	}
	
	.register-modal-body {
		padding: 20px;
	}
	
	.register-modal-header,
	.register-modal-footer {
		padding: 40px 20px 25px 20px;
	}
	
	.register-modal-header {
		border-bottom: #eeeeee solid 1px;
        background-color: #fff;
	}
	
	.register-modal-header h1 {
		font-family: 'Raleway', sans-serif;
        font-weight: normal; 	
        font-style: normal;
		font-weight: 300;
		font-size: 1.5em;
		text-align: center;
		padding-bottom: 10px;
        color: #000;
	}
	
	.register-modal-header h2 {
		font-family: BrandonGrotesque-Regular; 	font-weight: normal; 	font-style: normal;
		font-weight: 300;
		line-height: 0;
		font-size: .8em;
		text-align: center;
		padding: 0 0 25px 0;
	}

.register-modal-header h2 a{
		color: #000;
	}

    .register-modal-header h3 {
		font-family: BrandonGrotesque-Regular; 	font-weight: normal; 	font-style: normal;
		font-weight: 300;
		line-height: 0;
		font-size: 1.1em;
		text-align: center;
		padding: 0 0 25px 0;
	}
	
	.register-modal-footer {
		border-top: #eeeeee solid 1px;
		text-align: right;
	}
	
	#close {
		display: none;
	}
	/* register Model Window END!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/






/* insider Model Window START!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
	.insider-btn-close {
		color: #aaaaaa;
		font-family: 'Raleway', sans-serif;
        font-weight: normal; 	
        font-style: normal;
		position: absolute;
		right: 44%;
		bottom: 340px;
	}
	
	.insider-btn-close:hover {
		color: #919191;
	}
	
	.insider-modal:before {
		content: "";
		display: none;
		background: rgba(0, 0, 0, 0.6);
		background-image: url(img/bg-tile-t.png);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 5000;
	}
	
	.insider-modal:target:before {
		display: block;
	}
	
	.insider-modal:target .insider-modal-dialog {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		top: 5%;
	}
	
	.insider-modal-dialog {
		background: #b13235;
		margin-left: -140px;
		position: fixed;
		left: 50%;
		top: -100%;
		z-index: 10000;
		width: 280px;
		-webkit-transform: translate(0, -500%);
		-ms-transform: translate(0, -500%);
		transform: translate(0, -500%);
		-webkit-transition: -webkit-transform 0.3s ease-out;
		-moz-transition: -moz-transform 0.3s ease-out;
		-o-transition: -o-transform 0.3s ease-out;
		transition: transform 0.3s ease-out;
	}
	
	.insider-modal-body {
		padding: 20px;
	}
	
	.insider-modal-header,
	.insider-modal-footer {
		padding: 40px 20px 25px 20px;
	}
	
	.insider-modal-header {
		border-bottom: #eeeeee solid 1px;
        background-color: #fff;
	}
	
	.insider-modal-header h1 {
		font-family: 'Raleway', sans-serif;
        font-weight: normal; 	
        font-style: normal;
		font-weight: 300;
		font-size: 1.5em;
		text-align: center;
		padding-bottom: 10px;
        color: #000;
	}
	
	.insider-modal-header h2 {
		font-family: BrandonGrotesque-Regular; 	font-weight: normal; 	font-style: normal;
		font-weight: 300;
		line-height: 0;
		font-size: .8em;
		text-align: center;
		padding: 0 0 25px 0;
	}

.insider-modal-header h2 a{
		color: #000;
	}

    .insider-modal-header h3 {
		font-family: BrandonGrotesque-Regular; 	font-weight: normal; 	font-style: normal;
		font-weight: 300;
		line-height: 0;
		font-size: 1.1em;
		text-align: center;
		padding: 0 0 25px 0;
	}
	
	.insider-modal-footer {
		border-top: #eeeeee solid 1px;
		text-align: right;
	}
	
	#close {
		display: none;
	}
	/* indsider Model Window END!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/








/* slideshow Model Window START!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
	.slideshow-btn-close {
		color: #aaaaaa;
		font-family: 'Raleway', sans-serif;
        font-weight: normal; 	
        font-style: normal;
		position: absolute;
		right: 48.5%;
		bottom: 18px;
	}
	
	.slideshow-btn-close:hover {
		color: #919191;
	}
	
	.slideshow-modal:before {
		content: "";
		display: none;
		background: rgba(0, 0, 0, 0.6);
		background-image: url(img/bg-tile-t.png);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 5000;
	}
	
	.slideshow-modal:target:before {
		display: block;
	}
	
	.slideshow-modal:target .slideshow-modal-dialog {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		top: 5%;
	}
	
	.slideshow-modal-dialog {
		background: #fff;
		margin-left: -603px;
		position: fixed;
		left: 50%;
		top: -100%;
		z-index: 5000;
		width: 1206px;
		-webkit-transform: translate(0, -500%);
		-ms-transform: translate(0, -500%);
		transform: translate(0, -500%);
		-webkit-transition: -webkit-transform 0.3s ease-out;
		-moz-transition: -moz-transform 0.3s ease-out;
		-o-transition: -o-transform 0.3s ease-out;
		transition: transform 0.3s ease-out;
	}
	
	.slideshow-modal-body {
		padding: 0px;
	}
	
	.slideshow-modal-header,
	.slideshow-modal-footer {
		padding: 40px 20px 25px 20px;
	}
	
	.slideshow-modal-header {
		border-bottom: #eeeeee solid 1px;
        background-color: #fff;
	}
	
	.slideshow-modal-header h1 {
		font-family: 'Raleway', sans-serif;
        font-weight: normal; 	
        font-style: normal;
		font-weight: 300;
		font-size: 1.5em;
		text-align: center;
		padding-bottom: 10px;
        color: #000;
	}
	
	.slideshow-modal-header h2 {
		font-family: BrandonGrotesque-Regular; 	font-weight: normal; 	font-style: normal;
		font-weight: 300;
		line-height: 0;
		font-size: .8em;
		text-align: center;
		padding: 0 0 25px 0;
	}

.slideshow-modal-header h2 a{
		color: #000;
	}

    .slideshow-modal-header h3 {
		font-family: BrandonGrotesque-Regular; 	font-weight: normal; 	font-style: normal;
		font-weight: 300;
		line-height: 0;
		font-size: 1.1em;
		text-align: center;
		padding: 0 0 25px 0;
	}
	
	.slideshow-modal-footer {
		border-top: #eeeeee solid 1px;
		text-align: right;
	}
	
	#close {
		display: none;
	}
	/* slideshow Model Window END!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/








/* slideshow START!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

/* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
    .jssorb05 {
        position: absolute;
    }
    .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
        position: absolute;
        /* size of bullet elment */
        width: 16px;
        height: 16px;
        background: url('img/b05.png') no-repeat;
        overflow: hidden;
        cursor: pointer;
    }
    .jssorb05 div { background-position: -7px -7px; }
    .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
    .jssorb05 .av { background-position: -67px -7px; }
    .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

    /* jssor slider arrow navigator skin 22 css */
    /*
    .jssora22l                  (normal)
    .jssora22r                  (normal)
    .jssora22l:hover            (normal mouseover)
    .jssora22r:hover            (normal mouseover)
    .jssora22l.jssora22ldn      (mousedown)
    .jssora22r.jssora22rdn      (mousedown)
    */
    .jssora22l, .jssora22r {
        display: block;
        position: absolute;
        /* size of arrow element */
        width: 40px;
        height: 58px;
        cursor: pointer;
        background: url('img/a22.png') center center no-repeat;
        overflow: hidden;
    }
    .jssora22l { background-position: -10px -31px; }
    .jssora22r { background-position: -70px -31px; }
    .jssora22l:hover { background-position: -130px -31px; }
    .jssora22r:hover { background-position: -190px -31px; }
    .jssora22l.jssora22ldn { background-position: -250px -31px; }
    .jssora22r.jssora22rdn { background-position: -310px -31px; }
	/* slideshow END!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

























.tear-sheet-body {
    background-image: url(img/bg-tile.jpg);
    background-repeat: repeat;
}

.tear-sheet-main {
    background-image: url(feature-listings/img/header-bg5.jpg);
    background-repeat: no-repeat;
    background-position: top;
    margin: 0 0 5% 0;
}

.tear-sheet-main h1{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-align: center;
    color: #b13235;
    font-size: 60px;
    margin: 0 0 250px 0;
    padding: 0;
    line-height: 100%;
}

.tear-sheet-main h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #b13235;
    font-size: 25px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 125%;
}

.tear-sheet-main h3{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    text-align: center;
    color: #767677;
    font-size: 20px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 100%;
}

.tear-sheet-main-logo {
    display: block;
    margin: 0 0 0 30px;
    padding: 0 0 0 0;
    width: 300px;
}

.tear-sheet-main-content {
    width: 90%;
    display: block;
    position: relative;
    margin: 8% auto 0 auto;
    background-color: #fff;
    padding: 20px 20px 50px 20px;
}


.header-left {
    width: 55%;
    float: left;
}

.header-right {
    width: 45%;
    float: right;
}

.header-right h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #b13235;
    font-size: 25px;
    margin: 0% 0 0px 0;
    padding: 0;
    line-height: 125%;
}

.header-right h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-align: left;
    color: #5b5b5d;
    font-size: 15px;
    margin: 0 0 0 0;
    padding: 0 10px 0 10%;
    line-height: 140%;
}

.header-right p {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-align: left;
    color: #5b5b5d;
    font-size: 15px;
    margin: 0 0 10px 0;
    padding: 0 10% 0 10%;
    line-height: 140%;
}

.header-right-left {
    display: inline-block; *display: inline;
    width: 50%;
    padding: 0 0 0 10%;
    vertical-align: top;
}

.header-right-right {
    display: inline-block; *display: inline;
    width: 49%;
    padding: 0 0 0 0;
    vertical-align: top;
    
}



.tear-sheet-video-container {
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.tear-sheet-video {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tear-sheet-features {
    background-color: #ececec;
    clear: both;
    border-top: 23px solid #fff;
    padding: 18px 0 18px 0;
}

.tear-sheet-features-left {
    width: 50%;
    display: inline-block; *display: inline;
    vertical-align: top;
    
}

.tear-sheet-features-left h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #b13235;
    font-size: 25px;
    margin: 10% 0 5px 0;
    padding: 0;
    line-height: 125%;
}

.tear-sheet-features-left p {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-align: left;
    color: #5b5b5d;
    font-size: 18px;
    margin: 0 0 10px 0;
    padding: 0 10% 0 10%;
    line-height: 140%;
}

.tear-sheet-features-right {
    width: 49%;
    display: inline-block; *display: inline;
    vertical-align: middle;
}

.tear-sheet-gallery {
    width: 49%;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.doll-house {
    width: 90%;
    display: block;
    margin: 5% auto 0 auto;
    
}

.tear-sheet-download {
    display: block;
    margin: 2% auto 0 auto;
}















.stats-body {
    background-image: url(img/bg-tile.jpg);
    background-repeat: repeat;
}

.stats-main {
    background-image: url(feature-listings/img/header-bg5.jpg);
    background-repeat: no-repeat;
    background-position: top;
    margin: 0 0 5% 0;
}

.stats-main h1{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-align: center;
    color: #b13235;
    font-size: 60px;
    margin: 0 0 0 0;
    padding: 0;
    line-height: 100%;
}

.stats-main h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #b13235;
    font-size: 25px;
    margin: 0 0 290px 0;
    padding: 0;
    line-height: 125%;
}

.stats-main h3{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    text-align: center;
    color: #767677;
    font-size: 20px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 100%;
}

.stats-main-logo {
    display: block;
    margin: 0 0 0 30px;
    padding: 0 0 0 0;
    width: 300px;
}

.stats-main-content {
    width: 90%;
    max-width: 1040px;
    display: block;
    position: relative;
    margin: 8% auto 0 auto;
    background-color: #fff;
    padding: 20px 20px 50px 20px;
}

.stats-main-content h1{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-align: center;
    color: #b13235;
    font-size: 35px;
    margin: 50px 0 0 0;
    padding: 0;
    line-height: 100%;
}

.stats-main-content h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-align: center;
    color: #b13235;
    font-size: 20px;
    margin: 30px 0 0 0;
    padding: 0;
    line-height: 100%;
}

.stats-main-content p{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-align: center;
    color: #000;
    font-size: 19px;
    margin: 2% 0 0 0;
    padding: 0;
    line-height: 100%;
}

.stats-video-container {
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}

.stats-video {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.stats-graph {
    width: 100%;
    display: block;
    margin: auto;
}

.stats-header-form-1 {
		background: #b13235;
		width: 100%px;
    margin: auto;
	}
	
	.stats-header-form-1-body {
		padding: 20px;
	}
	
	.stats-header-form-1-header {
		padding: 40px 20px 25px 20px;
	}
	
	.stats-header-form-1-header {
		border-bottom: #eeeeee solid 1px;
        background-color: #fff;
	}
	
	.stats-header-form-1-header h1 {
		font-family: 'Raleway', sans-serif;
        font-weight: normal; 	
        font-style: normal;
		font-weight: 300;
		font-size: 1.5em;
		text-align: center;
		padding-bottom: 10px;
        color: #000;
	}
	
	.stats-header-form-1-header h2 {
		font-family: BrandonGrotesque-Regular; 	font-weight: normal; 	font-style: normal;
		font-weight: 300;
		line-height: 0;
		font-size: .8em;
		text-align: center;
		padding: 0 0 25px 0;
	}

.stats-header-form-1-header h2 a{
		color: #000;
	}

    .stats-header-form-1-header h3 {
		font-family: BrandonGrotesque-Regular; 	font-weight: normal; 	font-style: normal;
		font-weight: 300;
		line-height: 0;
		font-size: 1.1em;
		text-align: center;
		padding: 0 0 25px 0;
	}









	
	






@media (max-width: 1599px) {

}










@media (max-width: 1400px) {
   #icon-intro {
    width: 30%;
    margin: 10% 33% 0% 0%;
    }
    
     #icon-intro h1{
    font-size: 55px;
    }
}








@media (max-width: 1350px) {
    .slideshow-modal-dialog {
		margin-left: -500px;
		width: 1000px;
	}
    
        .register-block {
        position: absolute;
            bottom: 35%;
        width: 35%;
        padding: 5% ;
        margin: 0 0 0 10%;
        background-color: #fff;
    }
    
    .tear-sheet-features-left p {
    font-size: 15px;
    }
    
    .vip-container {
        background-color: #b13235;
        position: absolute;
            top: 15%;
            right: 0;
        width: 40%;
        padding: 40px
    }
    
        #park-west-intro {
    float: left;
    width: 30%;
    margin: 10% 0% 0% 33%;
    display: inline-block; *display: inline;
    }
    
    #park-west-intro h1 {
   font-size: 50px;
    }
    
     #the-mark-intro {
    float: left;
    width: 30%;
    margin: 10% 0% 0% 33%;
    display: inline-block; *display: inline;
    }
    
    #the-mark-intro h1 {
   font-size: 50px;
    }
    
      #aqua-intro {
    float: left;
    width: 26%;
    margin: 13% 0% 0% 35%;
    display: inline-block; *display: inline;
    }
    
    #aqua-intro h1 {
   font-size: 45px;
    }
    
     #azura-intro {
    float: left;
    width: 30%;
    margin: 10% 0% 0% 33%;
    display: inline-block; *display: inline;
    }
    
    #azura-intro h1 {
   font-size: 50px;
    }
    
     #maddox-intro {
    float: left;
    width: 30%;
    margin: 10% 0% 0% 33%;
    display: inline-block; *display: inline;
    }
    
    #maddox-intro h1 {
   font-size: 50px;
    }
}
    
    
    
    
    
    
@media (max-width: 1200px) {
    
   
    
    #icon-intro {
    width: 25%;
    margin: 10% 35% 0% 0%;
    }
    
     #icon-intro h1{
    font-size: 45px;
    }
    
    
        .header-right-left {
    display: inline-block; *display: inline;
    width: 45%;
    padding: 0 0 0 5%;
}


        .header-right-right {
    display: inline-block; *display: inline;
    width: 50%;
    padding: 0 0 0 10%;
    
    }

 #park-west-intro {
    float: left;
    width: 25%;
    margin: 8% 0% 0% 30%;
    display: inline-block; *display: inline;
    }
    
    #park-west-intro h1 {
   font-size: 35px;
    }
    
    #the-mark-intro {
    float: left;
    width: 25%;
    margin: 8% 0% 0% 30%;
    display: inline-block; *display: inline;
    }
    
    #the-mark-intro h1 {
   font-size: 35px;
    }
    
    #aqua-intro {
    float: left;
    width: 22%;
    margin: 13% 0% 0% 36%;
    display: inline-block; *display: inline;
    }
    
    #aqua-intro h1 {
   font-size: 30px;
    }
    
    #azura-intro {
    float: left;
    width: 25%;
    margin: 10% 2% 0% 35%;
    display: inline-block; *display: inline;
    }
    
    #azura-intro h1 {
   font-size: 35px;
    }
    
    #maddox-intro {
    float: left;
    width: 25%;
    margin: 10% 2% 0% 35%;
    display: inline-block; *display: inline;
    }
    
    #maddox-intro h1 {
   font-size: 35px;
    }
}
    
    
    
@media (max-width: 1150px) {
    .tear-sheet-features-left p {
        font-size: 14px;
    }
    
     .footer-left-container {
    background: url(img/a-grey-bg.jpg);
    background-repeat: repeat;
    display: inline-block; *display: inline;
    width: 48%;
    height: 400px;
    position: relative;
}

.footer-right-container {
     background: url(img/a-home-header-bg.jpg)
    50% 0 no-repeat fixed;
    position: relative;
    display: table-cell;
    display: inline-block; *display: inline;
    width: 50%;
    height: 400px;
    position: relative;
    float: right;
}
    
    
      .footer-left {
   display: block;
    width: 400px;
    height: 300px;
    position: absolute;
    top:20%; bottom:20%; left:20%; right: 20%;
    
}

.footer-left p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    margin: 20px 0 0 72px;
    color: #8c8282;
}

.main-footer-logo {
    width: 250px;
    display: block;
}

.footer-right {
   display: block;
    width: 60%;
    height: inherit;
    position: absolute;
    top:20%; bottom:20%; left:20%; right: 20%;
}

.footer-right h2{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 900;
    font-size: 30px;
    color: #fff;
    line-height: 100%;
}
    
}

    
    
@media (max-width: 1050px) {
    #icon-intro {
    width: 20%;
    margin: 10% 37% 0% 0%;
    }
    
     #icon-intro h1{
    font-size: 40px;
    }
    
    .slideshow-modal-dialog {
		margin-left: -355px;
		width: 760px;
	}
    
     #aqua-intro {
    float: left;
    width: 20%;
    margin: 13% 0% 0% 38%;
    display: inline-block; *display: inline;
    }
    
    #aqua-intro h1 {
   font-size: 28px;
    }
    
    #azura-intro {
    float: left;
    width: 20%;
    margin: 10% 0% 0% 38%;
    display: inline-block; *display: inline;
    }
    
    #azura-intro h1 {
   font-size: 33px;
    }
    
    #maddox-intro {
    float: left;
    width: 20%;
    margin: 10% 0% 0% 38%;
    display: inline-block; *display: inline;
    }
    
    #maddox-intro h1 {
   font-size: 33px;
    }
    
}
    
    
    
    
@media (max-width: 1000px) {
   .map-container {
        width: 500px; 
   }
    
    .building-image1 {
        visibility: hidden;
        display: none;
}
.building-image2 {
    visibility: visible;
    display: block;
}
    
}



@media (max-width: 800px) {
 .footer-left-container {
    background: url(img/a-grey-bg.jpg);
    background-repeat: repeat;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    padding: 50px 0 50px 0;
}

.footer-right-container {
     background: url(img/a-home-header-bg.jpg)
    50% 0 no-repeat fixed;
    position: relative;
    display: table-cell;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    float: none;
    padding: 100px 0 100px 0;
}
    
    
      .footer-left {
   display: block;
    width: 100%;
    height: auto;
    position: relative;
    top:0%; bottom:0%; left:0%; right: 0%;
    
}

.footer-left p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    margin: 20px 0 0 0px;
    color: #8c8282;
    text-align: center;
}

.main-footer-logo {
    width: 250px;
    display: block;
    margin: auto;
}

.footer-right {
   display: block;
    width: 60%;
    height: inherit;
    position: relative;
    top:20%; bottom:20%; left:20%; right: 20%;
}

.footer-right h2{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 900;
    font-size: 30px;
    color: #fff;
    line-height: 100%;
}
    


}


@media (max-width: 950px) {
    
    .mobile-header {
        display: block;
        width: 100%;
        margin: -40px 0 0 0;
        padding: 0;
    }
    
    #icon-intro {
    float: none;
    width: 100%;
    padding: 0 10%;
    margin: 10% 37% 0% 0%;
    display: block;
    }
    
     #icon-intro h1{
    font-size: 65px;
    }
    
    .icon-header-form-1 {
		background: #b13235;
		width: 350px;
        display: block;
        margin: 10% auto 10% auto;
	}
    
    .icon-header {
        background-image: url(building-img/bg-tile.jpg);
        background-repeat: repeat;
        background-position: center;
        position: relative;
        width: 100%;
        }
    
    
    #park-west-intro {
    float: none;
    width: 100%;
    padding: 0 10%;
    margin: 10% 37% 0% 0%;
    display: block;
    }
    
     #park-west-intro h1{
    font-size: 65px;
    }
    
    .park-west-header-form-1 {
		background: #b13235;
		width: 350px;
        display: block;
        margin: 10% auto 10% auto;
	}
    
    .park-west-header {
        background-image: url(building-img/bg-tile.jpg);
        background-repeat: repeat;
        background-position: center;
        position: relative;
        width: 100%;
        }
    
    
    #the-mark-intro {
    float: none;
    width: 100%;
    padding: 0 10%;
    margin: 10% 37% 0% 0%;
    display: block;
    }
    
     #the-mark-intro h1{
    font-size: 65px;
    }
    
    .the-mark-header-form-1 {
		background: #b13235;
		width: 350px;
        display: block;
        margin: 10% auto 10% auto;
	}
    
    .the-mark-header {
        background-image: url(building-img/bg-tile.jpg);
        background-repeat: repeat;
        background-position: center;
        position: relative;
        width: 100%;
        }

        .secondary-info-section p{
        width: 100%
        }
    
    #aqua-intro {
    float: none;
    width: 100%;
    padding: 0 10%;
    margin: 10% 37% 0% 0%;
    display: block;
    }
    
     #aqua-intro h1{
    font-size: 40px;
    }
    
    .aqua-header {
        background-image: url(building-img/bg-tile.jpg);
        background-repeat: repeat;
        background-position: center;
        position: relative;
        width: 100%;
        }

        .secondary-info-section p{
        width: 100%
        }
    
    
    #azura-intro {
    float: none;
    width: 100%;
    padding: 0 10%;
    margin: 10% 37% 0% 0%;
    display: block;
    }
    
     #azura-intro h1{
    font-size: 65px;
    }
    
    .azura-header-form-1 {
		background: #b13235;
		width: 350px;
        display: block;
        margin: 10% auto 10% auto;
	}
    
    .azura-header {
        background-image: url(building-img/bg-tile.jpg);
        background-repeat: repeat;
        background-position: center;
        position: relative;
        width: 100%;
        }
    
    
    #maddox-intro {
    float: none;
    width: 100%;
    padding: 0 10%;
    margin: 10% 37% 0% 0%;
    display: block;
    }
    
     #maddox-intro h1{
    font-size: 65px;
    }
    
    .maddox-header-form-1 {
		background: #b13235;
		width: 350px;
        display: block;
        margin: 10% auto 10% auto;
	}
    
    .maddox-header {
        background-image: url(building-img/bg-tile.jpg);
        background-repeat: repeat;
        background-position: center;
        position: relative;
        width: 100%;
        }
    
    
    

    .secondary-info-section hr {
        width: 80%;
        margin: 40px auto 50px auto;
    }
    
    .building-map {
        width: 70%;
        display: block;
        margin: 0 auto 20px auto;
    }
    
    .more-info {
        display: block;
        margin: auto;
    }

    .vip-container {
        background-color: #b13235;
        position: relative;
        width: 100%;
        padding: 40px;
        margin: 6% 0 0 0;
    }
    
    
}
    
    
@media (max-width: 900px) {
    
  
    
    .dog-icon {
    position: absolute;
        top: -380px;
        right: -150px;
}
    
    .slideshow-modal-dialog {
		margin-left: -300px;
		width: 600px;
	}
    
	.arrowleft {
		height: 90px;
		width: 35px;
	}
	
	.arrowright {
		height: 90px;
		width: 35px;
	}
    
    .tear-sheet-features-left {
    width: 100%;
    display: block;
    margin: 0 0 5% 0;
    
}

.tear-sheet-features-right {
    width: 100%;
    display: block;
    padding: 0 13px 1px 20px;
}

.tear-sheet-gallery {
    width: 49%;
    margin: 0;
    padding: 0;
    font-size: 0;
}
    
    .header-left {
    width: 100%;
    float: none;
}

.header-right {
    width: 100%;
    float: none;
}
    
.header-right-left {
    display: inline-block; *display: inline;
    width: 50%;
    padding: 0 0 0 25%;
}

.header-right-right {
    display: inline-block; *display: inline;
    width: 49%;
    padding: 0 0 0 5%;
    
}
    
}
    
    
@media (max-width: 700px) {
    
    
    
    
    
        .dog-icon {
            display: none;
            width: 0px;
        }
    
    .vip-container h3 {
    font-size: 20px;
}
    
        .vip-container p {
    font-size: 15px;
}
    
    .slideshow-modal-dialog {
		margin-left: -270px;
		width: 540px;
	}
    
    .main-info-container {
        padding: 10%;
        }

    .main-info-left {
        width: 100%;
        display: block;
        float: none;
        }

    .main-info-container {
        width: 100%;
        overflow:visible;
        margin: 0;
        padding: 10%;
        }

    .main-info-pack {
        width: 40%;
        display: inline-block; *display: inline;
        vertical-align: middle;
        margin: 20px 5% 0 0; 
        text-align: left;
        vertical-align: top;
    }

    /* IE6 IE7 FIX !!!!!!!!!!!!!!!!!!!!!!*/
    .main-info-pack {
        *display: inline;
        *margin: 20px 40px 0 0; 
    }

    .main-info-right {
        background-color: #fff;
        width: 100%;
        display: inline-block; *display: inline;
        position: relative;
        padding-bottom: 0px;
        font-size: 0;
        border-left: 2px solid #fff;
        }

        .image-box-pack {
            float: right;
            width: 50%;
        }

        .image-box-info {
            position: relative;
        }

        .secondary-info-section {
        padding: 20% 10% 0 10%;
        position: relative;
    }
    
    .buyer-seller-section {
	margin:0;
    display: block;
    background-color: #fff;
    background-image: url(img/info-bg.jpg);
    background-size: cover;
    }

.info-title {
    background-color: #fff;
    position: relative;
    padding: 10%;
    margin: 0 0 15% 0;
}

.buyer-seller-left {
    width: 100%;
    display: block;
	position: relative;
	font-size: 1rem;
    padding:20% 10% 20% 10%;
    border-bottom: 9px solid #fff;
    border-left: 0px solid #fff;
    }

.buyer-seller-right {
    width: 100%;
    display: block;
	   padding:20% 10% 20% 10%;
    vertical-align: top;
    }
    
    #icon-intro h1 {
        font-size: 50px;
    }


}





@media (max-width: 600px) {
     .logo1 {
        display: none;
        height: 0px;
	}
    
     .logo2 {
       visibility: visible;
        width: 50px;
         position: absolute;
            left: 30px;
            top: 40px;
            z-index: 500;
	}
    
    #primary_nav_wrap ul {
    top: 55px;
    left: 100px;
}
    .chinese-flag {
    height: 25px;
    position: absolute;
        right: 20px;
        top: 58px;
}
    
    .slideshow-modal-dialog {
		margin-left: -240px;
		width: 480px;
	}
    
    .arrowleft {
		height: 60px;
		width: 20px;
	}
	
	.arrowright {
		height: 60px;
		width: 20px;
	}
    
    .header-right-left {
    display: block;
    width: 100%;
    padding: 0 0 0 0;
}

.header-right-right {
    display: block;
    width: 100%;
    padding: 0 0 0 0;
    
}
    
    .header-right h5 {
    text-align: center;
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
}

.header-right p {
    text-align: center;
    color: #5b5b5d;
    font-size: 15px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
    
    .tear-sheet-gallery {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
}
}






@media (max-width: 500px) {
    
    .slideshow-modal-dialog {
		margin-left: -190px;
		width: 380px;
	}
    
    #intro h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 100;
    text-align: left;
    color: #fff;
    font-size: 35px;
    margin: 25% 0 0 0;
    }
    
   

.register-button {
        background-color: #b13235;
        width: 100px;
        display: block;
        margin: 0;
    }

.register-button h1 {
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        text-align: left;
        color: #fff;
        font-size: 14px;
        line-height: 150%;
        padding: 10px 0 8px 13px;
        border-style: none;
        border-bottom: 0px;
    }

.social-media {
    width: 35px;
    height: 25px;
    position: absolute;
        right: 18px;
        top: 16px;
    }
    
    .header-form-1 {
		background: #b13235;
		width: 300px;
        display: block;
        margin: 5% auto 0 auto;
	}
    
     .vip-container h3 {
    font-size: 15px;
         text-align: center;
         font-weight: 500
}
    
        .vip-container p {
    font-size: 13px;
}
}






@media (max-width: 400px) {
    
    .slideshow-modal-dialog {
		margin-left: -150px;
		width: 300px;
	}
}












