@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400|Rosario|Vidaloka');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Alex+Brush&display=fallback');
body {
	color:#000; 
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size:18px; 
	margin: 0; 
	padding: 0; 
	line-height: 1.3;
}
a, a:hover a img, a:hover img {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .montserrat {
	font-family: 'Montserrat';
}
h1{ 
    font-family: 'Montserrat', sans-serif; 
    font-weight:normal;
    color:#000;
    font-size: 40px;
}

.z-default-subpage-left-panel{ background:none; border-right:2px solid #CCC; padding-right:20px;}

.z-default-subpage-left-panel-menu a, .z-default-subpage-left-panel-menu a:link, .z-default-subpage-left-panel-menu a:visited{ background-color:#666; color:#FFF; padding:20px; font-size:19px;}
.z-default-subpage-left-panel-menu a:hover{ background-color:#23624d; color:#FFF;}
.z-default-subpage-left-panel-menu .active a, .z-default-subpage-left-panel-menu .active a:link, .z-default-subpage-left-panel-menu .active a:visited, .z-default-subpage-left-panel-menu .active a:hover{background-color:#23624d; color:#FFF;}
.alex-brush{
    font-family:"Alex Brush", serif;
}
/*
#header a, #header li, #footer a, #footer li {
	display: inline-block;
}*/
.main-menu a{ 
    display:inline-block;
}

#header {
    position: absolute;
    background-color:rgba(0,0,0,.5);
}
.main-menu ul, .main-menu ul li {
    display: inline-block;
}
header .logo{
    margin-top: 62px;
}
footer .logo{
    margin-top: -30px;
}
.logo {
    width: 406px;
}
.header-nav{
    font-size: 21px;
    margin-left:146px;
}


.top-phone-link{
    color: #FFF;
    margin: 17px 20px 17px 0px;
    line-height:1;
    border-radius: 0;
    font-weight: 500;
    text-transform: uppercase;
}
.top-phone-link a{
    color: #FFF;
}
.visit-button{
    background-color:#215746;
    color:#FFF;
    line-height:1;
    padding: 17px 34px 25px 34px;
    margin-right: 26px;
    margin-left: 171px;
}

.social-button{
    margin: 11px 2px;
    height: 41px;
    width: 41px;
}
#footer .social-button{
    display:inline-block;
    vertical-align:middle;
}
.header-nav ul, .footer-nav ul{
    padding:0px;
    color:white;
    list-style:none;
}
.header-nav ul a, .footer-quicklinks a{
    color: white;
    font-size: 18px;
    font-weight: 500;
    padding:13px 12px;
    margin: 37px 0px 0px 0px;
    border-color: #d9ac0e;
    border-bottom: solid 2px transparent;
    display:inline-block;
}
.footer-nav{
    margin-top: 30px;
}
.footer-quicklinks a{
    margin: 0 5px;
    font-size: 18px;
}

.footer-quicklinks{
    padding-bottom:40px;
    text-align:center;
}
.footer-contact{
    width: 100%;
    font-size: 21px;
    padding-top:48px;
    padding-bottom:30px;
}

.header-nav ul a:hover, .footer-quicklinks a:hover{
    border-bottom: 2px solid #d9ac0e;
    box-sizing:border-box;
    display:inline-block;
}
.header-nav li, .footer-nav li{
    float:left;
}
.footer-copyright{
    width:100%;
    text-align:center;
    font-size: 17px;
    padding-bottom: 43px;
}
.footer-copyright span{
    white-space: nowrap;
    padding:0px 10px;
}

#bg-video-container{
    height:860px;
    background-color: #000;
    overflow: hidden;
    position:relative;
}

#bg-video-overlay{
    color: white;
    text-align:center;
    font-size:40px; 
    margin:0px auto;
    width:100%;
    white-space: nowrap;
    position:absolute;
    bottom:12.3%;
}
#bg-video-overlay-script{
    line-height:112px;
    font-size:110px;
    white-space: nowrap;
}
#bg-video-button{
    background-color: #d9ac0e;
    color: #000;

    font-size:21px;
    padding: 24px 120px;
    width:auto;
    margin:auto;
    margin-top: 28px;
    display:inline-block;
}
#bg-video-fade{
    background-image: url(../images/home/background-fade.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    display: block;
    top:0;
    left:0;
    position:absolute;
}
#bg-video-player{
    min-width: 1550px;
    width:100%;
    position:absolute;
    margin: auto;
    top: -9999px;
    bottom: -9999px;
    left:-9999px;
    right:-9999px;
}
.transition-half-s{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a.ask-btn {
    color: #333333;
    margin: 25px 10px 15px 0px;
    background-color: #fff;
    padding: 10px 45px;
    position: relative;
    border-radius: 0;
    text-transform: uppercase; 
}
.ask-btn:before, .ask-btn:after {
    border-color: transparent;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 24px;
    position: absolute;
    width: 24px;
}
.ask-btn:before {
    border-color: #fff;
    border-left-width: 2px;
    border-top-width: 2px;
    left: -5px;
    top: -5px;
}
.ask-btn:after {
    border-bottom-width: 2px;
    border-color: #fff;
    border-right-width: 2px;
    bottom: -5px;
    right: -5px;
}
.ask-btn:hover:before, .ask-btn:hover:before, .ask-btn:hover:after, .ask-btn:hover:after {
    height: 100%;
    width: 100%;
}
.main-menu ul{
    padding: 0px 0 0 0;
}
.main-menu ul li {
	position: relative;
}
.main-menu ul li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    padding: 15px 10px;
    margin: 0 0 0 5px;
}

/*.main-menu ul li.golf a {
    background-color: #297557;
}*/
.main-menu ul li a:hover {
    color: #7b9282;
}
.main-menu ul.sub-menu {
    display: none;
    position: absolute;
    top: 43px;
    left: 0;
    padding: 0;
    float: left;
    background-color: #214738;
    z-index: 999;
    width: 210px;
    text-transform: none;
}
.main-menu ul ul li {
    width: 100%;
    margin: 0;
}
.main-menu ul li:hover ul a {
    padding: 10px 15px;
    background: none;
    margin: 5px 0;
}
.main-menu ul li:hover ul a:hover {
    color: #68d8ac;
}
.main-menu ul li:hover > ul {
    display: block;
}
#footer {
	background-color: #000;
	padding: 37px 0 10px 0;
	letter-spacing: 1px
	font-weight: 300;
    font-size: 11px;
}
.footer-model-homes-button{
    display:inline-block;
    padding: 17px 40px;
    background-color:#1e5342;
}
.main-bg {
    background-image: url(../images/sos.png);
    background-position: 50% -58.5px;
}
.page-banner {
    background-image: url(../images/page-banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 300px;
}
.right-panel {
    border-left: 2px solid #eee;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 395px;
}
.right-panel.contact {
    max-width: 605px;
}
.right-panel .bg-head, .con-form-main .bg-head {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    margin-bottom: 20px;
    background: #314c39;
    padding: 10px;
    margin-left: -25px;
    color: #fff;
}
.right-panel .hours {
    font-size: 16px;
    font-family: 'Rosario', serif;
}
.right-panel .row {
    border-bottom: 1px solid #ddd;
    padding: 6px;
}
.right-panel .row:first-child {
    border-top: 1px solid #ddd;
}
.right-panel .hours .day, .right-panel .hours .hour {
    display: inline-block;
    vertical-align: top;
}
.right-panel .hours .day {
    font-weight: 600;
    width: 150px;
}
.right-panel a.link {
    color: #333;
}
.right-panel a.link:hover {
    color: #000;
}
.page-title {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 13px;
    font-weight: 400;
    border-bottom: 2px solid #ccc;
    font-size: 56px;
    color: #214738;
}
.page-title2 {
	text-transform: uppercase;
    color: #214738 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200 !important;
    letter-spacing: 4px;
    font-size: 28px;
}
.head-bg {
    background: #314c39;
    padding: 10px;
    color: #fff;    
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 28px;
}
img.shadow {
    box-shadow: 4px 4px 8px #808080;
}
a.greenr-btn {
    display: inline-block;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 1px;
    background: #214738;
    color: #fff;
    padding: 10px 40px;
}
a.greenr-btn:hover {
    background: #0c1b15;
}
.z-mobile-header {
    background-color: rgba(0,0,0,0);
}
.z-default-subpage-subpage{padding-top:40px;}
 
.sectionHeaderMain {
    padding-top: 600px;
    padding-bottom: 0px;
    background-size: cover;
    margin-top: -681px;
    margin-bottom:0px;
    background-position:top center;
    position:relative; z-index:1;
}

.sectionHeaderMainFade {
    height:696px; width:100%; float:left;
    background-image:url(/images/header-fade.png); background-size:cover;
    position:relative; z-index:2; margin-top:-701px;
}
.z-default-subpage-subcontent{ padding-top:0px;background:none;}  
.z-default-subpage-body-full{background-image:url(/images/cbg2.jpg); background-repeat:no-repeat; background-position:top center;} 
@media screen and (max-width: 1362px) {
    #bg-video-container{
        height: 665px;
    }
    #bg-video-overlay{
        font-size:31px;
    }
    #bg-video-overlay-script{
        line-height:86px;
        font-size:85px;
    }
    #bg-video-player{
        min-width: 1250px;
    }
    #bg-video-button{
        font-size:17px;
        padding: 18px 92px;
        margin-top: 21px;
    }
	.logo {
	    max-width: 300px;
	}

    .header-nav{
        font-size:16px;
        margin-left:40px;
    }


    .header-nav ul a{
        font-size: 17px;
        padding: 10px 9px;
        margin: 22px 0px 0px 0px;
    }
    .z-default-subpage-left-panel-menu a, .z-default-subpage-left-panel-menu a:link, .z-default-subpage-left-panel-menu a:visited{ font-size:16px;}

	.main-menu ul li a {
	    padding: 15px 5px;
	    margin: 0;
	}
	.main-menu ul {
	    padding: 5px 0 0 0;
	}
    .footer-quicklinks a{
        margin: 0 0;
        font-size:17px;
    }

    .footer-contact{
        font-size: 16px; padding-top:0px;
    }
	#header a.ask-btn {
	    margin: 25px 10px 10px 0px;
	}
    .sectionHeaderMain {
        padding-top: 449px;
    margin-top: -519px;
    }

    .sectionHeaderMainFade{ height:483px; margin-top:-483px;}

}
@media screen and (max-width: 992px) {
    body{font-size:16px;}
    .z-default-subpage-left-panel{ border-right:none; padding-right:0px;}
    .sectionHeaderMain {
        padding-top: 300px; margin-top:-365px;
    }
    #bg-video-container{
        height: 514px;
    }
    #bg-video-overlay{
        font-size:24px;
    }
    #bg-video-overlay-script{
        line-height:66px;
        font-size:65px;
    }
    #bg-video-button{
        font-size:13px;
        padding: 13px 71px;
        margin-top: 16px;
    }
    #bg-video-player{
        min-width: 966px;
    }
	.main-menu, #header .logo {
	    display: none;
	}
    .header-nav{
        font-size:16px;
        margin-left:0px;
        text-align:center;
        width:100%;
        background-color:#2a5141;
        top:0px;
        position: fixed;
        z-index:4;
    }
    .footer-nav{ float:left; width:100%;} 
    #footer .logo{ margin:0 auto; float:none; padding-bottom:40px;}
    .footer-quicklinks{ width:100%;  float:left;}

    .footer-quicklinks a{
        padding-top:3px;
        font-size:16px;
    }
    .h-right {
        background-color: #2a5141;
    }
    .z-mobile-header-fixed, .z-mobile-header .z-mobile-menu {
        background-color: #234638 !important;
    }
	.z-float-right, .z-float-right .text {
	    width: 100%;
	    text-align: center !important;
	}
	#header a.ask-btn {
	    margin: 25px 10px;
	}
	.left-panel, .right-panel {
	    height: auto !important;
	}
    .z-default-subpage-header{margin-top:0px !important;}

    .h-slide{background-size:992px auto; }
}
@media screen and (max-width: 767px) {
    .footer-contact{
        padding-top:20px;
        padding-bottom:20px;
    }
    .footer-contact span{
        display:inline-block;
        width:100%;
    }
    .footer-model-homes-button{
        margin-top:10px;
        margin-bottom:0px;
    }
    .footer-quicklinks a{
        display:inline-block;
        font-size:14px;
    }
    #footer .logo{
        max-width: 200px; 
    }
    #bg-video-container{
        height: 397px;
    }
    #bg-video-overlay{
        font-size:18px;
    }
    #bg-video-overlay-script{
        line-height:51px;
        font-size:50px;
    }
    #bg-video-button{
        font-size:10px;
        padding: 10px 54px;
        margin-top: 12px;
    }
    #bg-video-player{
        min-width: 746px;
    }
    .h-slide .slide-text .text1{ font-size:30px; letter-spacing:5px;}

    .top-phone-link{
        margin:0px;
        padding-bottom:0px;
    }
	.page-title {
	    font-size: 34px;
	}
	.page-title2, .head-bg {
	    font-size: 22px;
	}
	.right-panel .bg-head, .con-form-main .bg-head, .z-t-22 {
		font-size: 20px;
	}
	.page-title, .page-title2, .head-bg {
	    letter-spacing: 2px;
	}
	.page-banner {
	    height: 220px;
	}
}
@media screen and (max-width: 479px) {
    .quick-links .box > img{width:100%;}
    #bg-video-container{
        height: 248px;
    }
    #bg-video-overlay{
        font-size:11px;
    }
    #bg-video-overlay-script{
        line-height:31px;
        font-size:31px;
    }
    #bg-video-button{
        font-size:10px;
        padding: 6px 33px;
        margin-top: 7px;
    }
    #bg-video-player{
        min-width: 466px;
    }
	#header a.ask-btn {
	    font-size: 13px;
	    letter-spacing: 2px;
	}
    #footer .logo{
        max-width:125px;
    }
    .footer-quicklinks a{
        padding:5px 5px 8px 5px;
        border-width:1px;
        font-size: 10px;
    }
    .footer-quicklinks a:hover{
        border-width:1px;
    }
    .footer-model-homes-button{
        display:inline-block;
        padding: 10px 20px;
        width:90%;
        background-color:#1e5342;
    }
	.page-title, .page-title2, .head-bg {
	    letter-spacing: 1px;
	}
	.left-panel {
	    padding-right: 4%;
	}
	.right-panel .hours .day {
	    width: 115px;
	}
	.com-links .box {
	    padding: 0;
	}
	.page-banner {
	    height: 150px;
	}
}