@import url('font/style.css');
@import url('animate.min.css');

@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=b441bba4-2812-40c2-9253-9cd114964b66");
@font-face{
    font-family:"Century Gothic";
    src:url("/stylesheets/fontkit/Fonts/bd45538f-4200-4946-b177-02de8337032d.eot?#iefix");
    src:url("/stylesheets/fontkit/Fonts/bd45538f-4200-4946-b177-02de8337032d.eot?#iefix") format("eot"),url("/stylesheets/fontkit/Fonts/700cfd4c-3384-4654-abe1-aa1a6e8058e4.woff2") format("woff2"),url("/stylesheets/fontkit/Fonts/9908cdad-7524-4206-819e-4f345a666324.woff") format("woff"),url("/stylesheets/fontkit/Fonts/b710c26a-f1ae-4fb8-a9fe-570fd829cbf1.ttf") format("truetype"),url("/stylesheets/fontkit/Fonts/c9e387df-c0d3-42e1-8de6-78c41f68594c.svg#c9e387df-c0d3-42e1-8de6-78c41f68594c") format("svg");
    font-weight:normal;
    font-style:normal;
}

body {
	color:#333333; 
    background-color:#000;
	font-family: 'Century Gothic', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size:18px; 
	margin: 0; 
	padding: 0; 
}
a, a:hover {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.herr {font-family: 'herr_von_muellerhoffregular'}
.dancingscript {font-family: 'dancing_scriptregular'}
h1, h2, h3, h4, h5, h6, .z-default-subpage-title, .playfair {
    font-family: 'Century Gothic'; font-weight:normal;
}
section {
	overflow: hidden;
}
#header a, .main-menu ul, .main-menu li, #footer a, #footer ul, #footer li {
	display: inline-block;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 47px 0 0 0;
    *background: rgb(0,0,0);
    /*
background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 61%, rgba(0,0,0,0) 100%);
*/
}
#header .menu {
    margin: 25px 0 0 0;
}
#footer {
    background-color: #161616;
}
.foo-sec1 {
    border-bottom: 1px solid #636363;
    font-family: 'Century Gothic';
}
.foo-sec1 .social a {
    margin: 0 20px 0 0;
}
.foo-box {
    float: left;
    width: 33.33%;
}
.foo-box.box2 .text {
	background-image: url(../images/address.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.wow {
  visibility: hidden;
}
.foo-box.box2 .text.phone {
	background-image: url(../images/call.png);
}
.foo-sec1 ul.menu li {
    display: inline-block;
    width: 49%;
    padding: 0 0 15px 0;
}
.foo-sec1 ul.menu li a {
    color: #e0a945;
    text-transform: uppercase;
}

.foo-sec1 ul.menu li a:hover {
    color: #fff;
}
.foo-sec2 {font-family: 'Century Gothic';}
.foo-sec2 a:hover {
    color: #e0a945;
}
.bighead {
    font-size: 160px;
    margin: -10px 0 -80px -16px;
    color: #2c2b2b;
}
.head {text-transform: uppercase;}
.text p {font-family: 'Century Gothic';}
.h-sec1 .text p {color:#cdcfd4;}

.schedule {
	background-image: url(../images/contact-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
	padding: 170px 0;
    background-size: cover;    
    background-color: #161616;
}
.schedule .head {
    line-height: 56px;
    color: #fff;
}
.schedule a.btn {
    color: #212121;
    background-color: #fafafa;
    padding: 16px 35px;
    display: inline-block;
    margin-top: 28px;
    float: right;
    padding: 20px 35px;
}
.schedule a.btn:hover {
    background-color: #e7a731;
}
.z-default-subpage-header {
    background-image: url(../images/page-banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    float: left;
    width: 100%;
}
.z-default-subpage-title {
    margin: 142px 0 90px 0;
    color: #ffffff;
    font-size: 66px;
    padding: 65px 0;
}
.main-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    -moz-transition: ease .3s opacity .01s,ease .01s visibility .3s;
    -o-transition: ease .3s opacity .01s,ease .01s visibility .3s;
    -webkit-transition: ease .3s opacity,ease .01s visibility;
    -webkit-transition-delay: .01s,.3s;
    transition: ease .3s opacity .01s,ease .01s visibility .3s;
}
.nav-active .main-nav {
    opacity: 1;
    visibility: visible;
    transition: ease .3s opacity,ease .01s visibility;
}
.menu-click {
    position: fixed;
    width: auto;
    height: auto;
    top: 55px;
    right: 55px;
    background-color: #fafafa;
    z-index: 9999;
    padding: 30px;
}
.menu-click .bar {
    position: relative;
    display: block;
    height: 3px;
    width: 25px;
    margin: 4px auto;
    background-color: #212121;
    transform-origin: 50% 50%;
    transition: ease .3s all,ease .2s opacity;
}
.nav-active .menu-click .bar:nth-child(1) {
    top: 8px;
    transform: rotate(-45deg);
    transition: ease .3s all;
}
.nav-active .menu-click .bar:nth-child(2) {
    opacity: 0;
    transition: ease .2s opacity;
}
.nav-active .menu-click .bar:nth-child(3) {
    top: -6px;
    transform: rotate(45deg);
    transition: ease .3s all;
}
.main-nav a {
    color: #fff;
    margin: 8px 0;
    display: inline-block;
}
.main-nav a:hover {
    color: #ecba5f;
}
img.img-hover, img.img-hover:hover {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*img.img-hover:hover {
  animation: pulse 1s;
  animation-iteration-count: 1;
}*/
div#slideshowHomeDiv1 .z-container {
    position: relative;
}
.slide-text {
    position: absolute;
    top: 265px;
    left: 100px;
    color: #fff;
    font-style:normal;
    font-family: 'Century Gothic';
    font-size: 45px;
}
.slide-text a {
    color: #212121;
    background-color: #fafafa;
    padding: 16px 35px;
    font-size: 14px;
    width: auto;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Century Gothic';
}
.slide-text a:hover {
    background-color: #e7a731;
}
.rss-summary-modern .rss-summary-thumbnail a {
    overflow: hidden;
}
.rss-summary-modern .rss-summary-thumbnail a:hover {
    box-shadow: 0 0 10px #545454;
}
.rss-summary-modern .rss-summary-thumbnail a img, .rss-summary-modern .rss-summary-thumbnail a:hover img {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.rss-summary-modern .rss-summary-thumbnail a:hover img {
    transform: scale(1.2);
}
a.rss-summary-title, a.rss-summary-readmore {
    color: #e7a731;
}
a.rss-summary-title:hover, a.rss-summary-readmore:hover {
    color: #333333;
}
.rss-summary-modern .rss-summary-ds-2 .rss-summary-box {
    border: none;
}

#backgroundVideoTablet, #backgroundVideoMobile{display:none;}
#backgroundVideoTablet,#backgroundVideoMobile,#backgroundVideoDesktop{background-color:#000;}
.backgroundVideoContainer {

}
.backgroundVideoContainer video {
    max-width: 100%;
    width: 100%;
}

.backgroundOverlayContainer {
    width: 100%;
    float: left;
    position: absolute;
    bottom:0px;
    z-index: 200;
    background-color: rgba( 0, 0, 0, 0.1 );
}
.backgroundOverlayContainer.backgroundOverlayDesktop {
    padding: 160px 0;
}
.backgroundOverlayContainer.backgroundOverlayTablet {
    padding: 160px 0;
}
.backgroundOverlayContainer.backgroundOverlayMobile {
    padding: 40px 0;
}
.backgroundOverlayText {
    display: inline-block;
    float: left;
    color: #FFFFFF;
}
.backgroundOverlayText.backgroundOverlayTablet {
}
.backgroundOverlayText .backgroundOverlayHeading1 {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    line-height: 1em;
}
.backgroundOverlayText .backgroundOverlayHeading2 {
    margin: 0;
    padding: 0;
    line-height: 1em;
}

.backgroundOverlayText.backgroundOverlayMobile .backgroundOverlayHeading1 {
    font-size: 24px;
}
.backgroundOverlayText.backgroundOverlayMobile .backgroundOverlayHeading2 {
    font-size: 18px;
}

.backgroundOverlayContainer.backgroundOverlayTablet, .backgroundOverlayContainer.backgroundOverlayMobile {
    text-align: center;
}
.backgroundOverlayText.backgroundOverlayTablet, .backgroundOverlayText.backgroundOverlayMobile {
    float: none;
}
.backgroundOverlayButton .z-button.backgroundPlayVideo {
    margin-top: 20px;
    background-color: #143D8D;
    color: #FFFFFF;
}

a:link, a:visited{
    color:#e7a731;
}
.main-menu-container{ width:1013px; float:right;}
.main-menu a:link,.main-menu a:visited{ padding:10px; padding-left:15px; padding-right:15px; float:left; display:block; color:#FFF; font-size:24px;}
.main-menu a:hover{ color:rgb(255, 167, 1);}
.z-default-subpage-title-full{ 
background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 61%, rgba(0,0,0,0) 100%);}
.homepageheaderfade{ 
background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 61%, rgba(0,0,0,0) 100%);
}
.sn-292{ width:100%; max-width:1900px; background-position:top center;  padding-bottom:65px; margin-bottom:-65px;  float:left; background-image:url(/images/shell/move_in_ready2_02.jpg); background-repeat:no-repeat;}
.sn-293{font-size:60px; line-height:72px; width:100%; float:left; padding-top:130px; text-align:center; color:#ececec;}
.sn-294{font-size:24px; line-height:36px; width:100%; float:left; padding-top:0px; padding-bottom:30px; text-align:center; color:#ef8b18;}
.sn-295{ width:960px; color:#4c4c4c; margin:0 auto;}
.sn-296{text-align:center;  margin-bottom:20px; width:930px; padding:15px; color:#000; float:left; background-image:url(/images/shell/overlay-bright.png); }
.sn-297{width:100%; float:left; margin-bottom:10px;}
.sn-298{display:block; width:200px;overflow:hidden; height:123px; float:left;background-repeat:no-repeat;}
.sn-299{width:165px; background-color:#313131; color:#ef8b18; font-size:20px; line-height:23px; padding:20px; height:83px; overflow:hidden; float:left;}
.sn-300{color:#959595;font-size:15px; line-height:18px;}
.sn-301{width:515px; padding:20px; height:83px; overflow:hidden;  background-image:url(/images/shell/overlay-bright.png);  float:left;}
.sn-302{width:350px; float:left;}
.sn-303{width:100%; float:left; margin-bottom:15px; font-size:18px; line-height:18px;}
.sn-304{width:100%; float:left; margin-bottom:15px; font-size:14px; font-family:OpenSans;}
.sn-305{width:140px; float:left;}
.sn-306{width:100%; float:left; margin-bottom:15px; font-size:18px; line-height:18px;}
.sn-307{width:100%; float:left; margin-bottom:15px; font-size:14px; font-family:OpenSans;}

.sn-252{width:100%; text-align:center; float:left;}
.sn-253{width:940px; margin:0 auto;}
.sn-254{color:#464646; font-size:48px; line-height:60px;padding-top:80px;width:100%; float:left;  padding-bottom:20px;}
.sn-255{font-size:30px; line-height:36px; color:#464646; width:100%; float:left; padding-bottom:40px;}
.sn-256{width:100%; float:left;}
.sn-257{width:110px; height:68px;}
.sn-258{display:block; float:left; width:110px; height:68px; overflow:hidden;}

.communitymoveintable{border-spacing:0px; width:100%;  float:left; font-size:18px;color:#FFF; padding-bottom:50px; line-height:21px;}
.communitymoveintable th{padding:10px; padding-top:15px; padding-bottom:15px; text-align:left; line-height:16px; font-size:16px; background-color:#31302f; color:#FFF;}
.communitymoveintable td{border-top:10px solid #ececec; padding:10px; text-align:left;background-color:#d7d7d7; color:#000;}

.communitymoveintable a:link, .communitymoveintable a:visited{ color:#000;}
.z-default-subpage-subcontent{
    background-color:#000; color:#FFF;
}
  
.sectiontitle {
    position:relative;
        font-family: 'Century Gothic';
    z-index:3;
    margin-top:-220px;
    text-align:center;
    width:100%; float:left;
    color: #ffffff;
    font-size: 66px;
}
.main-menu > li{     position:relative;}
.main-menu li .mainsubmenu{    
    display:block !important;
    position:absolute; top:50px; left:0px;
    background-color:rgba(0,0,0,.6);
    width:280px;
    padding-top:20px;
    max-height:1px;
    opacity:0;
    overflow:hidden;
    text-align:left;
    transition:all .4s ease-in;
}

.main-menu li .mainsubmenu li{width:100%; float:left;}
.main-menu li .mainsubmenu a:link, .main-menu li .mainsubmenu a:visited{    
    font-size:16px !important; display:block !important; float:left; width:100%;
    padding-top:0px;
}
.main-menu li:hover .mainsubmenu{ 
    display:block !important;
    opacity:1;
    max-height:300px;
}
 

.logo{padding-left:20px;}

.defaulttopbar{width:100%; position:fixed; z-index:1000; float:left; padding:10px; padding-right:40px; padding-left:40px; color:#FFF; background-color:rgba(0,0,0,.8); letter-spacing:2px; text-align:right;}

.sh-9{ margin-top:-47px;}
.defaultcontainer3{width:100%; float:left; padding-top:30px;}
.show-at-1800{ display:none;}
.hide-at-1800{ display:block;}

.default-subpage-fade{background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 61%, rgba(0,0,0,0) 100%);}

#zInquiryFormTRCompany, #zInquiryFormTRAddress, #zInquiryFormTRCity, #zInquiryFormTRState, #zInquiryFormTRCountry, #zInquiryFormTRZip {
    display: none !important;
}

.zinquiry-form-table th {
    white-space: nowrap;
}

@media screen and (max-width: 1800px) {
    .hide-at-1800{ display:none;}
    .show-at-1800{ display:block;}
}
@media screen and (max-width: 1362px) {
    .sectiontitle {
        margin-top:-140px;
        font-size:50px;
    }
    .z-default-subpage-title {
        margin: 113px 0 70px 0;
    }

    .logo{padding-left:20px; width:130px;}
    .slide-text{ top:182px; font-size:36px;}
    .main-menu{ margin-left:0px !important;}
    .main-menu-container{width:950px;  float:right;}
    .main-menu a:link, .main-menu a:visited{padding:8px !important; font-size:18px; }

	.bighead {
        font-size: 106px;
        margin: -10px 0 -61px -16px;
    }
	.schedule {
	    padding: 60px 0;
	}
    .sn-292{   padding-bottom:65px;   }
    .sn-293{  padding-top:130px;  }
    .sn-294{  padding-top:0px; padding-bottom:30px;  }
    .sn-295{ width:100%;  }
    .sn-296{ width:90%; padding:5%;  }
    .sn-297{border-bottom:2px solid #999;}
    .sn-298{ width:200px;  }
    .sn-299{width:200px;   padding:5%;padding-bottom:0px; padding-top:10px;  background:none; color:#000;height:auto;}
    .sn-301{width:200px; padding:5%; padding-top:10px; padding-bottom:10px; background:none; height:auto; }
    .sn-299 .orangelink:link, .sn-299 .orangelink:visited{color:#000;}
    .sn-302{width:350px; }
    .sn-305{width:140px; }
}
@media screen and (max-width: 992px) {
    .sectiontitle {
        margin-top:-75px;
        font-size:36px;
    }
 
    .z-mobile-header {
        display: none;
    }
    .defaulttopbar{ text-align:center;}
	.menu-click {
	    top: 60px;
	    right: 50px;
        padding:15px;
	}
	.foo-sec1 {
	    padding: 50px 15px;
	}
	.foo-sec2 {
	    padding: 20px 15px;
	}
	.bighead {
	    font-size: 140px;
	    margin: -10px 0 -85px 0;
	}
	.schedule a.btn {
	    padding: 20px;
	}
    .z-default-subpage-header {
        margin-top: 0;
    }
	.z-default-subpage-title {	
	    font-size: 52px;
	    padding: 0;
	}
	.foo-box {
	    width: 100%;
	}
	.foo-box.box2 {
	    padding: 30px 0;
	}
	.foo-sec1 ul.menu li {
	    padding: 0 0 5px 0;
	}
    .slide-text {
        top: 115px;
        left: 35px;
        font-size: 36px;
    }
    .logo{padding-left:10px; margin-top:-10px; width:70px;}
}
@media screen and (max-width: 767px) { 
    
    .sh-9{ margin-top:-120px;}
    .defaultcontainer3{padding-top:30px;}
    #header { background:none;}
    .menu-click{ padding:20px;}
	#header { 
	    position: relative; 
	}
	.menu-click {
	    top: 60px;
	    right: 20px;
        padding:10px;
	}
	.schedule a.btn {
	    float: left;
	}
	.z-default-subpage-title {
	    margin: 80px 0;
	}	
    .slide-text {
        top: 105px;
        font-size: 24px;
    }
    .p-title.z-t-50 {
        font-size: 40px;
    }
}
@media screen and (max-width: 479px) {
    .sh-9{ margin-top:0px;}
    .defaulttopbar{ background:none;}
	#header .logo {
	    max-width: 70px;
        margin-top:-62px;
    }
	.menu-click {
	    top: 15px;
	    right: 15px;
	    padding: 5px;
	}
	.bighead {	
	    font-size: 90px;
	    /* margin: -10px 0 -60px 0; */
        margin: 0;
	}
	.schedule a.btn {
	    padding: 16px;
	    margin-top: 15px;
	}
	.foo-box.box2 .text, .foo-box.box2 .text.phone {
	    padding-left: 0;
	    background-image: none;
	}
	.foo-sec1 .social a {
	    max-width: 40px;
	    margin: 0 8px 0 0;
	}
	.z-default-subpage-title {
	    margin: 50px 0;
	    font-size: 34px;
	}
    .slide-text {
        top: 192px;
        font-size: 24px;
        left: 20px;
    }
    .slide-text a {
        padding: 5px 10px;
        margin: 5px 0 0 0;
        font-size: 16px;
    }
    .slide-text a img {
        display: none;
    }
    .p-title.z-t-50 {
        font-size: 34px;
    }
}