@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,800');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@font-face {
    font-family: "SackersGothicHeavyAT";
    src: url("../fonts/SackersGothicHeavyAT.eot?") format("eot"), url("../fonts/SackersGothicHeavyAT.woff") format("woff"), url("../fonts/SackersGothicHeavyAT.ttf") format("truetype");
}

@font-face {
    font-family: "Gotham Book";
    src:  url("../fonts/gothambook-webfont.woff") format("woff");
}

@font-face {
    font-family: "Gotham Medium";
    src:  url("../fonts/gotham-medium.woff") format("woff");
}

@font-face {
    font-family: "Gotham Light";
    src:  url("../fonts/gotham-light.woff") format("woff");
}

.bagnard-sans {
    font-family: barlow;
}

.times-new-roman {
    font-family: barlow, sans-serif;
}


@import url('https://fonts.googleapis.com/css?family=Courgette');

html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    background: #eee;
}
html {
    background: #fff;
    color: #222;
    font-size: 16px;
    line-height: 1.5em;
    font-family: barlow, sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    color: #434343;
    font-weight: 300;
    font-family: barlow,'Gotham Light',"Lora", georgia, serif;
    margin: 0;
    padding: 0;
    line-height: 1.1em;
    letter-spacing: .08em;
}
h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
}
h1 {
    font-size: 2em;
    padding: 20px 0;
}
h2 {
    font-size: 1.75em;
    padding: 20px 0;
}
h3 {
    font-size: 1.5em;
    padding: 20px 0;
    font-family: barlow,serif;
    font-weight: 400;
    text-transform: uppercase;
}
p {
    font-weight: 500;
    color: #333;
    font-size: 1.21rem;
    line-height: 1.54em;
    margin-top: 0;
    letter-spacing: .03em;
    font-family: barlow, sans-serif;
}
a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
a:hover {
    color: #ccc;
    text-decoration: none;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
body {
    overflow-x: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.section {
    padding: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.section.tall {
    padding-top: 80px;
    padding-bottom: 80px;
}
.flex {
    width: 100%;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    position: relative;
}
.padded {
    padding-top: 60px;
    padding-bottom: 60px;
}
.box-centered {
    margin-right: auto;
    margin-left: auto;
}
hr.clear {
    width: 100%;
    height: 30px;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0px auto;
}
hr.clear-pretty {
    width: 25%;
	max-width: 310px;
    height: 4px;
    border: none;
    padding: 0;
    margin: 30px auto 45px;
    background: #434343;
}
hr.clear-pretty.short {
    margin-top: 15px;
    margin-bottom: 15px;
}
hr.clear-pretty.dark {
    background: #333;
}
hr.menu-clear {
    width: 100%;
    clear: both;
    height: 1px;
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
}
hr.clear-none {
    border: none;
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    display: block;
    clear: both;
}
.text-center {
    text-align: center;
}
hr.test-clear {
    margin: 20px auto;
    height: 1px;
    background: #b1b1b1;
    display: block;
    width: 40%;
    clear: both;
    padding: 0;
    border: none;
}
hr.content-clear {
    width: 66.66%;
    border: none;
    padding: 0;
    margin: 60px auto;
    clear: both;
    height: 1px;
    background: #eee;
    float: right;
}
.image-heading {
    max-width: 640px;
    width: 100%;
    margin: 40px auto 30px;
    text-align: center;
    display: block;
}
.texture-bg {
    background: url(../img/wine-bg.png);
}
.full-width {
    width: 100%;
}
h2.section-title {
    font-weight: 400;
    color: #555;
    letter-spacing: .04em;
    line-height: 1.4em;
    padding-top: 0;
    padding-bottom: 30px;
}
h2.section-title.large {
    font-size: 3.2rem;
    font-weight: 600;
    text-transform: uppercase;
}
h2.section-title,
h1.section-title {
    color: #434343;
    text-align: center;
    font-size: 2.6rem;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1em;
    text-transform: uppercase;
    font-family: barlow, sans-serif;
}
h2.section-title:after {
    width: 45px;
    height: 45px;
    top: -20px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    content: '';
    background: url(../img/logo-icon.png) center center no-repeat;
    background-size: 100% auto;
    display: block;
    display: none;
}
h3.small-title {
    color: #333;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding-bottom: 10px;
}
h3.small-sub {
    font-style: italic;
    font-size: 1rem;
    font-family: 'Lora', serif;
    text-transform: none;
    color: #aaa;
}
p.note {
    font-style: italic;
    color: #b1b1b1;
    margin-top: 0;
}
.fancy span {
    display: inline-block;
    position: relative;
}
.fancy span:before, .fancy span:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #ffffff;
    top: 50%;
    width: 150px;
}
.fancy.small span:before, .fancy.small span:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #ffffff;
    top: 50%;
    width: 110px;
}
.fancy span:before {
    right: 100%;
    margin-right: 15px;
}
.fancy span:after {
    left: 100%;
    margin-left: 15px;
}
.featured-button {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 106;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .18);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .18);
}
#social-side {
    width: 40px;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 10000;
    padding: 0;
}
#social-side a {
    width: 30px;
    height: 30px;
    margin: 5px 0;
    display: block;
    float: left;
    padding-left: 15px;
}
#social-side a i {
    color: #fff;
    font-size: 1.8rem;
}
#social-side a img {
    width: 25px;
    height: 25px;
}
#header {
    position: fixed;
    top: 0;
    height: 100px;
    width: 100%;
    z-index: 1000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-box-shadow: inset 0 80px 15px 0 rgba(0,0,0,.5);
    box-shadow: inset 0 88px 15px 0 rgba(0,0,0,.5);

}
.home #header {
    z-index: 1000000;
}
#header.scrolling {
    background: rgba(255, 255, 255, .9);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1);
}

#top-text {
    background: transparent;
    top: 50px;
    right: 0px;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 300;
    font-size: 1rem;
    text-align: center;
    line-height: 50px;
    height: 50px;
    position: absolute;
    color: #fff;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    background: #0f2437;
    width: 230px;
    border-top: 1px solid #fff;
    text-transform: uppercase;
}

#top-text:hover {
    background: #ccc;
    color: #333;
} 

#main-nav {
    height: 100px;
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-right: 40px;
}

@media only screen 
  and (min-width: 720px) 
  and (max-width: 1300px) {

	#main-nav {
		max-width: 760px !important;
	}

	#main-nav a {
		font-size: .775rem !important;
	}	  
 }


#main-nav #center-logo {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    width: 240px;
    height: 100px;
    transform: translateX(-50%);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    background: url(../img/logo.png) center center no-repeat;
    background-size: 80% auto;
}
#header.scrolling #main-nav #center-logo {
    background: url(../img/logo-dark.png) center center no-repeat;
    background-size: 80% auto;
    opacity: 1;
    top: 0;

}
#main-nav a {
    line-height: 100px;
    display: block;
    font-size: .775rem;
    text-transform: uppercase;
    font-weight: 400;
    font-family: barlow,'oswald', sans-serif;
    color: #fff;
    padding-left: .75em;
    padding-right: .75em;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    text-shadow: 0 0 2px #fff;
    letter-spacing: .02em;
}
#header.scrolling #main-nav a {
    color: #434343;
    font-size: 1rem;
    font-weight: 600;
}
#main-nav a:hover {
    color: #ccc;
}


#find-us {
    -webkit-border-radius: 3px 3px;
    border-radius: 3px 3px;
    position: absolute;
    top: 18px;
    left: 40px;
    -webkit-transition: all 75ms ease-in-out;
    -moz-transition: all 75ms ease-in-out;
    -ms-transition: all 75ms ease-in-out;
    -o-transition: all 75ms ease-in-out;
    transition: all 75ms ease-in-out;
    font-size: .55rem;
    letter-spacing: .02em;
    background: #0f2437;
    color: #fefefe;
    font-family: "DINWebPro", serif;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .18);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .18);
    padding: .2em .5em;
    text-align: center;
    font-family: 'Gotham Book','oswald', 'Merriweather', sans-serif;
    text-transform: uppercase;
    width: 180px;

}
#find-us:hover {
    background: #ccc;
}

#pay-deposit {
    -webkit-border-radius: 3px 3px;
    border-radius: 3px 3px;
    position: absolute;
    top: 55px;
    left: 40px;
    -webkit-transition: all 75ms ease-in-out;
    -moz-transition: all 75ms ease-in-out;
    -ms-transition: all 75ms ease-in-out;
    -o-transition: all 75ms ease-in-out;
    transition: all 75ms ease-in-out;
    font-size: .55rem;
    letter-spacing: .02em;
    background: #0f2437;
    color: #fefefe;
    font-family: "DINWebPro", serif;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .18);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .18);
    padding: .2em .5em;
	text-align: center;
    font-family: 'Gotham Book','oswald', 'Merriweather', sans-serif;
    text-transform: uppercase;
	width: 180px;
}
#pay-deposit:hover {
    background: #ccc;
}
#top-phone {
    background: transparent;
    top: 0px;
    right: 0px;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 300;
    font-size: 1rem;
    text-align: center;
    width: 230px;
    line-height: 50px;
    height: 50x;
    position: absolute;
    color: #fff;
    font-family:'Gotham Book', 'oswald', 'Merriweather', sans-serif;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    background: #0f2437;
}
.scrolling #top-phone {
    background: #0f2437;
}
#top-phone:hover {
    background: #ddd;
    color: #282460;
    -webkit-box-shadow: -4px 0 3px 0 rgba(0, 0, 0, .18);
    box-shadow: -4px 0 3px 0 rgba(0, 0, 0, .18);
}
#hero {
    background: #000;
    min-width: 100%;
    position: relative;
    height: auto;
    transform: scale(1, 1);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url(../img/hero-bg.jpg);
    min-height: 60vh;
    min-width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

#hero #bgvid{
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

#hero .overlay {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
}
#hero-logo img#hero-logo {
    width: 66%;
}

#hero .flex-direction-nav {
    z-index: 100;
}
span#down-arrow {
    width: 30px;
    height: 35px;
    background: url(../img/down-arrow.png) center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 90px;
    left: 50%;
    z-index: 100000000;
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
span#down-arrow.active {
    opacity: 1;
}
span#down-arrow:hover {
    cursor: pointer;
}
#hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-30%);
    -webkit-transform: translateX(-50%) translateY(-30%);
    z-index: 10000000;
    text-align: center;
    width: 400px;
    height: 200px;
    opacity: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    width: 80%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}


#hero-content {
    top: 180px;
    background: rgba(255, 255, 255, .5);
    outline: 4px double #cccccc;
    outline-offset: -4px;
    width: 400px;
    height: 160px;
}

#hero-content.active {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
#hero-content img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
}

#hero ul.slides li { 
    position: relative;
}


#hero #gate-message,#hero #gate-message_clone {
    position: absolute;
    top: 74vh;
    left: 20px;
    width: 35%;
    max-width:530px;
    padding: 30px;
    background: #0f2437;
    outline: 3px double #fff;
    outline-offset: -8px;
    text-align: center;
    z-index: 1000000;
}

#hero #gate-message img,#hero #gate-message_clone img {
    width: 50%;
    margin: 0 auto;
    display: block;
}

#hero #gate-message .gate-text,#hero #gate-message_clone .gate-text {
    font-family: cambria, serif;
    color: #fff;
    font-style: italic;
    font-size: 2.6rem;
    line-height: 1.2em;
    text-align: center;
    display: block;
}

#home-intro {
    width: 100%;
    height: auto;
    background: #eee;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -20px;
}

#home-intro a.button,#fp-header a.button  {
    background: #0f2437;
    border-radius: 0px;
    font-family: barlow, sans-serif;
}
#home-intro span#home-intro-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 120px;
    background-image: url(../img/logo-dark.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#home-intro #home-content {
    background: #fff;
    padding: 60px;
    position: relative;
    top: 0px;
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,.18);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.18);
}
#home-intro #home-content.active {
    top: -30px;
    opacity: 1;
}

#home-content h1 {
    font-size: 2.4rem;
    padding-bottom: 10px;
    line-height: 1.2em;
    padding-top: 0;
    margin-bottom: 30px;
}
#home-content h3.small-sub {
    padding-top: 30px;
    padding-bottom: 30px;
}
#home-content p {
    font-size: 1.2rem;
    margin-right: auto;
    margin-left: auto;
}
#home-intro .button,#fp-header .button{
    background: #434343;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    margin: 30px auto;
    border-radius: 2px;
    box-shadow: 3px 6px 16px 0 rgba(115, 115, 115, .5);
    border: none;
    padding: 0;
    min-width: 240px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    font-family: barlow, sans-serif;
}
#home-intro .button:hover,#fp-header .button:hover  {
    background: #ccc;
}

#home-intro .desktop-block {
	display: block;
}

#home-intro .home-intro-paragraph a {
    color: #333;
    text-decoration: underline;
}

#home-promo {
    margin: 0;
    padding: 20px 30px 0px;
    position: relative;
}

#home-promo h2.section-title {
    margin-top: 60px;
}

#home-promo .promo-row {
    padding: 0;
    margin: 0 auto;
    clear: both;
    position: relative;
    max-width: 100%;
    background: #fff;
}

#home-promo .promo-wrap {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,.18);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.18);
}

#home-promo .promo-row .img-box {
    padding: 0;
    position: relative;
    margin: 0;
}
#home-promo .promo-row .img-box img {
    width: 100%;
}
#home-promo .promo-icon {
    width: 140px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
#home-promo .promo-row .text-box {
    padding: 0;
    position: relative;
    min-height: 100%;
    overflow: hidden;
}
#home-promo .inner-text-box {
    width: 100%;
    height: auto;
    padding: 30px 30px 30px 60px;
}
#home-promo .inner-text-box h3 {
    padding-bottom: 10px;
    font-size: 2rem;
    padding-top: 0%;
    font-family: barlow,Lora, georgia, serif;
    text-transform: Uppercase;
}
#home-promo .inner-text-box h2 {
    font-size: 2rem;
    line-height: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #434343;
    text-align: left;
    font-family: barlow,georgia, serif;
}
#home-promo p {
    padding-bottom: 40px;
}

#amenities #home-promo .promo-row {
    opacity: 1;
    transform: translateY(0);
} 

#amenities #home-promo .promo-row .logo-icon, 
#amenities #home-promo .promo-row h3, 
#amenities #home-promo .promo-row p, 
#amenities #home-promo .promo-row a.button, 
#amenities #home-promo .promo-row hr {
    transform: translateY(0);
    opacity: 1;
}

#home-promo .promo-row.active {
    opacity: 1;
    transform: translateY(0);
}

#home-promo .promo-wrap {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.1);
}

#home-promo .promo-wrap.home-page-stacked {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0);
}


#home-promo .promo-wrap.home-page-stacked.active {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.1);
} 

#home-promo {
    margin: 0;
    padding: 80px 30px 0px;
    position: relative;
}
#home-promo .promo-row {
    padding: 0;
    margin: 0 auto;
    clear: both;
    position: relative;
    max-width: 100%;
    background: #fff;
    transition: all 1200ms ease-in-out;
    opacity: 0;
    transform: translateY(20%);
}

#home-promo .promo-row .img-box {
    padding: 0;
    position: relative;
    margin: 0;
}
#home-promo .promo-row .img-box img {
    width: 100%;
}
#home-promo .promo-icon {
    width: 140px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
#home-promo .promo-row .text-box {
    padding: 0;
    position: relative;
    min-height: 100%;
    overflow: hidden;
}
#home-promo .inner-text-box {
    width: 100%;
    height: auto;
    padding: 80px 30px 30px 60px;
}

#home-promo .inner-text-box img.logo-icon {
    position: relative;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 100px;
    display: block;
    text-align: center;
    display: none !important;
}

#home-promo .inner-text-box a.button {
    font-size: .875rem;
    background: #0f2437;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    margin: 30px auto;
    box-shadow: 3px 6px 16px 0 rgba(115, 115, 115, .5);
    border: none;
    padding: 0;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    max-width: 210px;
    font-family: barlow, sans-serif;
}

#home-promo .inner-text-box a.button:hover {
    background: #ccc;
    box-shadow: 3px 6px 16px 0 rgba(115, 115, 115, .7);
}

/* Home Promo Row animation styles */

#home-promo .promo-row .logo-icon,
#home-promo .promo-row h3,
#home-promo .promo-row p,
#home-promo .promo-row a.button,
#home-promo .promo-row hr {
    opacity: 0;
    transform: translateY(30%);
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}


#home-promo .promo-row .logo-icon.active,
#home-promo .promo-row h3.active,
#home-promo .promo-row p.active,
#home-promo .promo-row a.button.active,
#home-promo .promo-row hr.active {
    opacity: 1;
    transform: translateY(0);
}



@media only screen and (min-width:720px){

    #home-promo.home-page-stacked .text-box {
        outline: 2px solid #eee;
        outline-offset: -10px;
    }

    #home-promo.home-page-stacked .text-box.right {
        position: absolute;
        right: 0;
    }

    #home-promo.home-page-stacked .text-box.left {
        position: absolute;
        left: 0;
    }
}

#home-promo .inner-text-box h3 {
    padding-bottom: 10px;
    font-size: 2rem;
    padding-top: 2%;
    font-family: barlow, georgia, serif;
    text-transform: capitalize;
}
#home-promo .inner-text-box h2 {
    font-size: 2rem;
    line-height: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #434343;
    text-align: left;
    font-family: barlow, georgia, serif;
}
#home-promo p {
    padding-bottom: 0px;
}

#home-promo .inner-text-box ul {
    padding-left: 0;
    list-style-position: outside;
	list-style-type: none;
    margin-top: 0;
}
#home-promo .inner-text-box ul li {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1rem;
    color: #333;
}

#home-promo.amenities-promo .inner-text-box ul li {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.2rem;
    color: #333;
    font-family: barlow, sans-serif;
}

#home-promo .button {
    width: 66%;
    margin-right: auto;
    margin-left: auto;
    font-family: barlow, sans-serif;
}
#home-promo .bottom-content {
    padding: 60px;
    padding-bottom: 0;
}
#home-location-box .article-read-more {
    float: none;
    width: 310px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 40px;
    line-height: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    display: block;
}

#rp-container {
	display: flex;
	justify-content: space-around;
	width: 66%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


@media screen and (max-width:721px) {
    #specials-wrapper {
        width: 98%;
        bottom: 50%;
        right: 50%;
        transform: translateX(50%) translateY(50%);
    }
	
	#rp-container {
		display: block;
	}
}
#specials-wrapper.golf p {
    color: #fff;
    font-size: .875rem;
    width: 100%;
}
#specials-wrapper.golf .button {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 180px;
    width: 100%;
    font-family: barlow, sans-serif;
}
#specials-wrapper.active {
    opacity: 1;
    z-index: 100000000;
    max-height: 10000px;
}
#specials-wrapper #close-special {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 10000;
    color: #fff;
}
#specials-wrapper #close-special:hover {
    cursor: pointer;
}
#specials-wrapper h2 {
    font-size: 1.8rem;
    color: #CA8849;
    padding-top: 0px;
    padding-bottom: 20px;
    line-height: 1.1em;
}
#specials-wrapper h3 {
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: .875em;
    color: #fff;
}
#specials-wrapper img {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}
#specials-wrapper .button {
    width: 45%;
    font-size: .675rem;
    margin-left: 5px;
    margin-right: 5px;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-family: barlow, sans-serif;
}
#specials-wrapper p {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}
#bottom-callout {
    text-align: center;
    background: url(../img/callout-background.jpg);
    z-index: 100;
    position: relative;
    transform: scale(1, 1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}
#bottom-callout img {
    margin-bottom: 30px;
}
#bottom-callout .callout-heading {
    width: 500px;
    margin: 0 auto 15px;
    display: block;
    text-align: center;
}
#bottom-callout .callout-sub-title {
    color: #fff;
    font-weight: 700;
    font-family: "open sans", arial, sans-serif;
    text-align: center;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#bottom-callout a.callout-button {
    font-family: "oswald", arial, sans-serif;
    color: #fff;
    border: 3px solid #fff;
    background: transparent;
    text-transform: uppercase;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 240px;
    font-size: 1.2rem;
    padding: 8px 15px;
    letter-spacing: .04em;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-family: barlow, sans-serif;
}
#bottom-callout a.callout-button:hover {
    border-color: #B17A38;
    color: #B17A38;
}
.page-hero {
    width: 100%;
    position: relative;
    height: 70vh;
    padding-top: 10vh;
    transform: scale(1, 1);
    background-image: url(../img/about-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
}
.page-hero h2.hero-title {
    font-weight: 300;
    top: 50%;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 7.5rem;
    text-shadow: 1px 1px 8px #333;
    transform: translateY(-20%);
}
.page-hero h2 span.heading-border {
    width: 30%;
    position: absolute;
    height: 3px;
    background: #fff;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
}
.page-hero video {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}
#menu-container {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    background: #eee;
    transform: scale(1, 1);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#menu-container h2 {
    text-align: center;
    font-size: 4rem;
    padding-bottom: 0;
    color: #fff;
}
#menu-container h3 {
    color: #fff;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}
#filter-sort {
    width: 100%;
    padding-top: 10px;
    padding-left: 10%;
    padding-right: 10%;
    display: inline-block;
    text-align: center;
}
#filter-sort span {
    background: #333;
    color: #fff;
    padding: 8px 20px;
    border: 1px solid #333;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Gotham Book', oswald, georgia, serif;
    margin: 0;
    width: 15%;
    display: inline-block;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    font-size: .875rem;
}
#filter-sort span:hover, #filter-sort span.active {
    background: #701313;
    color: #fff;
    cursor: pointer;
}
.menu-items-container {
    width: 90%;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    position: relative;
    transform: translateY(20%);
    max-height: 0;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0;
}
.menu-items-container.active {
    transform: translateY(0);
    opacity: 1;
    max-height: 1000000px;
    padding-top: 30px;
}
.menu-items-container img {
    width: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, .7);
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, .7);
    margin-bottom: 30px;
}
#menu-items-container h3.menu-title {
    font-weight: 600;
    font-family: oswald, arial, sans-serif;
    line-height: 1em;
    font-size: 4rem;
    padding-bottom: 60px;
    padding-top: 60px;
    letter-spacing: .2rem;
    text-align: center;
    margin-bottom: 30px;
}
#menu-items-container {
    padding-top: 40px;
}
#menu-items-container ul {
    list-style-type: none;
    margin: 0;
    position: relative;
    outline: 4px double #ccc;
    margin-bottom: 60px;
    padding: 30px 30px 0 30px;
    background: url(../img/menu-bg.png) center center no-repeat;
    min-height: 60vh;
}
#menu-items-container ul li {
    width: 33%;
    padding-right: 40px;
    float: left;
    position: relative;
    padding-bottom: 40px;
    min-height: 170px;
}
#menu-items-container #craft-beer ul li {
    min-height: 120px;
}
#menu-items-container ul li h3 {
    font-size: 1.4rem;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 10px;
}
#menu-items-container ul li p {
    font-size: .875rem;
}
#menu-items-container span.price {
    position: absolute;
    right: 50px;
    top: 0;
}

.floor-plan .price {
    display: block;
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
}

#menu-items-container .menu-divider {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
    background: #333;
    height: 5px;
    z-index: 99;
}
#menu-items-container .menu-divider span.icon-block {
    position: absolute;
    z-index: 100000;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 90px;
    height: 90px;
    background: #fff;
}
#menu-items-container .menu-divider span.icon-block img {
    width: 100%;
}
h2.happy-hour-call {
    font-size: 4rem;
    line-height: 1em;
    padding-bottom: 5px;
    color: #333;
}
h3.happy-hour-call {
    font-size: 2rem;
    text-align: center;
    color: #666;
}
h2.cigar-call {
    padding-top: 30px;
    font-size: 2.5rem;
    line-height: 1em;
    padding-bottom: 5px;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
h3.happy-hour-title {
    width: 66%;
    display: block;
    margin: 0 auto 15px;
    font-size: 1.5rem;
}
h2.happy-hour-special {
    margin-bottom: 30px;
}
.pop-plan h2 {
    color: #fff;
}
.pop-plan h3 {
    color: #fff;
    padding-bottom: 15px;
}
#about-hero {
    width: 100%;
    position: relative;
    height: 80vh;
    padding-top: 10vh;
    transform: scale(1, 1);
    background-image: url(../img/about-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
}
#info-content {
    padding-top: 20px;
}
#info-content .flex {
    max-width: 910px;
    margin-right: auto;
    margin-left: auto;
}
#info-content h2 {
    font-size: 2rem;
    font-family: barlow, sans-serif;
    font-style: italic;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 1.3em;
    letter-spacing: 1px;
    color: #333;
    text-transform: inherit;
}
#info-content p {
    max-width: 600px;
    margin: 20px auto;
    text-align: justify;
    font-family: "open sans", arial, sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
}
#info-content img.one-half {
    width: 45%;
}
#info-content .one-half.text-box {
    padding-left: 40px;
}
#info-content .one-half.text-box.left {
    padding-right: 20px;
}
#info-content .one-half.text-box.right {
    padding-left: 20px;
}
#info-content .quote {
    font-size: 1.8rem;
    font-style: italic;
    color: #ccc;
    line-height: 1.2em;
    text-align: center;
    font-family: "playfair display", serif;
    margin-top: 30px;
}
#info-content .about-bio {
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}
#info-content p.catering-contact {
    font-size: .875rem;
}
#bottom-callout.quotes-roll {
    height: 50vh;
    position: relative;
}
#bottom-callout.quotes-roll p {
    font-style: italic;
    font-size: 1.6rem;
    color: #fff;
    font-family: "Crimson Text", serif;
    margin-bottom: 10px;
}
#photo-gallery {
    padding: 0;
    margin: 0 auto;
    position: relative;
    background: #000;
}
#photo-gallery a.g-lightbox {
    width: 25%;
    float: left;
    margin: 0 auto;
    float: left;
    padding-top: 25%;
    position: relative;
    overflow: hidden;
}
#photo-gallery a.g-lightbox img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: .6;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
#photo-gallery a.g-lightbox:hover img {
    opacity: 1;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
img.about-logo {
    display: block;
    margin: 0 auto 20px;
}
a.link-out {
    color: #B17A38;
    font-weight: 600;
    font-size: 1rem;
}
#contact-map, #gallery .sort-item, #gallery .sort-item img, #gallery .sort-item.active {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
#gallery .sort-item img {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
    text-align: center;
    opacity: 1;
}
#contact-container h2 {
    font-size: 2.75rem;
    line-height: 1em;
    padding-bottom: 20px
    
}
#contact-container h3 {
    color: #fff;
    padding-top: 0;
    padding-bottom: 20px
}
#contact-container .contact-wrap h2 {
    padding-top: 0;
    padding-bottom: 70px;
    text-align: center;
    color: #fff;
}

#contact-container .contact-call {
    width: 100%;
    display: block;
    margin-top: 20px;
}

#contact-container .contact-call a {
    display: block;
}

#contact-map {
    width: 100%;
    height: 60vh
}
#contact-container .text-box, #resident-portal {
    padding: 40px;
}
#contact-container h1 {
    padding-bottom: 5px;
    font-size: 2rem;
    text-transform: uppercase;
}
#contact-container p.hours {
    font-weight: 600;
    padding-left: 30px;
    font-size: 1.1rem;
    font-family: oswald, arial, sans-serif;
}
#contact-container .contact-wrap {
    min-height: 450px;
    overflow: hidden
}
.contact-form {
    padding-bottom: 30px
}
#specials-wrapper, .contact-form h3 {
    text-align: center;
    padding-bottom: 30px
}
.contact-form input, .contact-form select {
    font-family: "DINWebPro", serif;
    border: 0;
    color: #999;
    font-size: 1rem;
    font-weight: 500;
    padding: 15px;
    outline: 0;
    margin: 0 auto 20px;
    width: 100%
}
.contact-form .select-title {
    padding-bottom: 5px;
    text-transform: uppercase;
    text-align: left !important;
    font-weight: 600;
}
.contact-form select option {
    padding-top: 5px;
    padding-bottom: 5px
}
.contact-form .submit-button {
    width: 40%;
    margin: 10px auto 0;
    display: block;
    text-align: center;
    background: #0f2437;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 0px;
    font-family: barlow, sans-serif;    
}
.contact-form, .contact-form .submit-button:hover {
    background: #ddd
}
.contact-form input#cont-move-date {
    padding: 11px 15px;
    height: 46px
}
.contact-form .one-half, .contact-form input.half-width {
    width: 48%
}
.contact-form span.one-half {
    color: #f5f5f5
}
.contact-form #form-messages {
    padding-bottom: 10px;
    text-align: center;
    font-size: .875em;
    width: 100%
}
a.contact-email {
    font-size: 1.4rem
}

#contact-form-outer-container {
    background-image: url(../img/contact-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ref-title {
    display: block;
    font-family: DINWebProCondBold, arial, sans-serif;
    color: #777!important;
    text-align: left
}

#resident-portal {
	margin-top: 100px;
}


#rp-container {
	display: flex;
	justify-content: space-around;
	width: 66%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 60px;
}


#resident-portal .service img {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block
}
.policy-wrap {
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
    margin-right: auto;
    margin-left: auto
}
.bubble-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    opacity: .7;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #384144;
    z-index: 999999;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}
.bubble-icon.hidden {
    z-index: -1;
    transform: translateY(-110%);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    opacity: 0
}
.bubble-icon i {
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0 auto;
    display: block;
    font-size: 30px;
    line-height: 50px
}
#location {
    background: #eee;   
    width: 100%;
    padding: 20px 0 60px 0;
    text-align: center;
}

#location-box {
    background: #fff;
    padding: 40px 0 20px 0;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .18);
}


#location-box h2 {
    padding-bottom: 0;
}
#location h2.section-title {
    padding-bottom: 15px;
}

#location h3 {
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 30px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
#location h3 {
    color: #333;
    font-size: 1.2rem;
}
#location h3 a {
    color: #eee;
    position: relative;
    display: block;
}
#location h3 a:before {
    background: url(../img/map-pin-icon.png) center center no-repeat;
    background-size: 100% auto;
    content: "";
    width: 17px;
    height: 17px;
    margin: 0 6px 0 0;
    position: absolute;
    left: -30px;
    top: 3px;
}
#location iframe {
    width: 100%;
    margin: 0 auto;
}
.location-text img {
    max-width: 240px !important;
}
.location h2 {
    padding-bottom: 8px;
    text-align: center;
}
.location .block-report {
    padding-bottom: 5px;
    text-align: center;
}
#neighborhood .location {
    position: relative;
    max-width: 280px;
    width: 100%;
}
#neighborhood .location img {
    width: 100%;
    height: auto;
}
#neighborhood .location .text-box {
    padding: 20px 0 20px 20px
}
#neighborhood .location .text-box h2 {
    margin: 0 auto;
    padding: 10px 0;
    color: #444;
    font-size: 1.8rem;
    text-align: center;
}
#neighborhood .location .text-box h4.block-report {
    color: #444;
    padding-bottom: 10px;
    font-size: 1rem
}
#neighborhood .location .text-box a {
    color: #444
}
#about {
    width: 100%;
    padding: 30px 0 60px 0;
    background-image: url(../img/about-bg.jpg);
    transform: scale(1, 1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    text-align: center;
}
#about h2 {
    text-align: center;
    font-size: 4rem;
    padding-bottom: 0;
    color: #fff;
}
#about h3 {
    color: #fff;
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px;
}
#about .pofile {
    position: relative;
}
#about .profile img {
    width: 100%;
    margin-bottom: 30px;
}
#about .profile h3 {
    padding-bottom: 0;
}
#about .profile h4 {
    color: #fff;
}
#contact-section {
    background: #f7f7f7;
    padding-bottom: 20px;
}
#contact-hero {
    width: 100%;
    position: relative;
    transform: scale(1, 1);
    background-image: url(../img/contact-bg.jpg);
    background-size: cover;
    height: 50vh;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
}
#contact-section {
    padding-top: 20px;
}
#contact-section .one-third {
    position: relative;
    text-align: center;
    padding: 40px 20px;
}
#contact-section .one-third img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
#contact-section .two-thirds {
    padding: 40px;
}
#google-map {
    width: 100%;
    height: 450px;
}
#overview h4 {
    font-size: 2rem;
    line-height: 1.4em;
}
#overview ul.industries {
    text-align: left;
}
#overview ul.industries li {
    font-size: 1.3rem;
    color: #999;
    line-height: 2em;
    text-align: left;
    font-weight: 600;
    padding-left: 10px;
}
#overview h3 {
    margin-top: 30px;
    font-weight: 600;
    color: #E97A1A;
    font-size: 2.5rem;
    text-transform: uppercase;
}

footer#footer {
    background: #111;
    height: 35px;
}

#footer p {
    color: #fff;
    font-size: .675rem;
    line-height: 35px;
}

#footer a {
    color: #fff;
    text-decoration: underline;
}
#main-container.floor-plans {
    padding-top: 170px;
    background: #eee;
}
#floor-plans-container #filter-sort {
    text-align: center
}
#floor-plans-container #filter-sort span, #gallery-container #filter-sort span {
    background: #434343;
    display: inline-block;
    text-align: center;
    padding: 5px 15px;
    margin-left: .25em;
    margin-right: .25em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
    border: none;
    font-family: barlow, sans-serif
}
#floor-plans-container #filter-sort span:hover {
    background: #ccc;
    color: #333;
    cursor: pointer;
    border: none;
}
#floor-plans-container #filter-sort span.active {
    background: #0f2437;
    color: #fff;
    border: none;
}
#floor-plans-container #floor-plans {
    padding-top: 40px
}
#floor-plans .one-third.floor-plan, #floor-plans .sort-item, #floor-plans .sort-item.active, #floor-plans-container #filter-sort span.active {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
#floor-plans .one-third.floor-plan {
    background: #384144;
    width: 31%;
    text-align: center;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 2%;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .18);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .18)
}
#floor-plans-container {
    margin-bottom: 60px;
}

#floor-plans .one-third.floor-plan:hover {
    background: #0f2437;
    cursor: pointer
}
#floor-plans .sort-item, #floor-plans .sort-item.active {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
#floor-plans .sort-item {
    overflow: hidden;
    position: relative;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}
#floor-plans .sort-item h2 {
    color: #fefefe;
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 1em
}
#floor-plans .sort-item h3 {
    color: #fefefe
}
#floor-plans .sort-item img {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
    text-align: center
}
#single-callout-button, .pop-plan .fp-info a {
    display: block;
    max-width: 310px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-family: barlow, sans-serif;
}
#single-callout-button {
    width: 50%;
    font-family: barlow, sans-serif;
}
.pop-plan {
    display: none;
    background: #0f2437;
}
.pop-plan .fp-info {
    color: #fff;
    padding: 10% 40px 20px;
    width: 28%;
}

.pop-plan img {
    width: 70%;
    float: left;
}

.pop-plan .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 1rem;
}

.pop-plan .fp-info h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
    font-size: 3rem;
    margin-bottom: 30px;
    line-height: 1.2em
}
#floor-plans .sort-item h3, .pop-plan .fp-info h3 {
    padding-top: 0;
    padding-bottom: 15px;
	font-size: 1rem;
}
.pop-plan .fp-info h5 {
    text-align: center;
    padding-bottom: 15px
}
.pop-plan .fp-info .price-note {
    font-family: "DINWebPro", serf;
    text-align: center;
    font-size: .675rem;
    color: #eee;
    padding-bottom: 30px;
    display: none
}
.pop-plan .fp-info a {
    border: 2px solid #fff;
    font-weight: 600;
    letter-spacing: .1em;
    font-size: .775rem;
    text-transform: uppercase;
    padding: 15px 20px;
    color: #fff
}
.pop-plan .floor-plan-wrap {
    width: 70%;
    position: relative;
    background: #fff;
    float: left
}
.floor-plan-wrap img {
    width: 75%;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}
.fancybox-close {
    width: 25px;
    height: 25px;
    background: url(../img/close-button.png) center center no-repeat;
    position: absolute;
    top: 30px;
    right: 45px;
    z-index: 1000000
}
@media only screen and (max-width:722px) {
    .pop-plan .floor-plan-wrap, .pop-plan .fp-info, .pop-plan img {
        width: 100%
    }
    .pop-plan .fp-info h2 {
        font-size: 2rem
    }
    .pop-plan .fp-info h3 {
        padding-bottom: 20px
    }
}
.pop-plan .fp-tour-request {
    margin-top: 20px
}
.pop-plan .contact-box-fp {
    width: 70%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    background: #ddd
}
.pop-plan .contact-box-fp.active {
    opacity: 1;
    z-index: 10000000
}
.left {
    float: left;
}
.right {
    float: right;
}
.one-fourth {
    width: 25%;
}
.three-fourths {
    width: 75%;
}
.one-third {
    width: 33.333%;
}
.two-thirds {
    width: 66.66%;
}
.one-half {
    width: 50%;
}
.one-fifth {
    width: 20%;
}
.two-fifths {
    width: 40%;
}
.three-fifths {
    width: 60%;
}
.four-fifths {
    width: 80%;
}
.button {
    font-family: barlow, sans-serif;
    min-width: 80px;
    max-width: 180px;
    padding: .8em 1.35em;
    margin-right: 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    letter-spacing: .04em;
    background-color: transparent;
    font-size: 12px;
    font-weight: 400;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    text-transform: uppercase;
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-align: center;
}
.button:hover {
    color: #fff;
    background: #ffffff;
}
.button.grey-button {
    color: #656565;
    background-color: #d9d9d9;
}
.inline-block {
    display: inline-block;
}
.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.box-centered {
    margin-right: auto;
    margin-left: auto;
}
.sans-padded {
    padding-top: 0;
    padding-bottom: 0;
}
#contact-form input, #contact-form textarea {
    padding: 5px 8px;
    border-radius: 3px;
    border: 1px solid #eee;
    margin: 0 auto 15px;
}
#contact-form input.one-half {
    width: 49%;
}
#contact-form input.one-half.left {
    margin-right: .5%;
}
#contact-form input.one-half.right {
    margin-left: .5%;
}
#contact-form input.full-width {
    width: 100%;
}
#contact-form textarea {
    width: 100%;
    height: 140px;
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) translateX(-50%);
    }
    40% {
        transform: translateY(-30px) translateX(-50%);
    }
    60% {
        transform: translateY(-15px) translateX(-50%);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) translateX(-50%);
    }
    40% {
        transform: translateY(-30px) translateX(-50%);
    }
    60% {
        transform: translateY(-15px) translateX(-50%);
    }
}
.bounce {
    -webkit-animation: bounce 5s infinite;
    animation: bounce 2s infinite;
}
.breath {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
@keyframes breath {
    0% {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    50% {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}
.breath {
    -webkit-animation: bounce 5s infinite;
    animation: bounce 2s infinite;
}
.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

/* Mobile Stylesheets Move Me Please 
-------------------------------------*/

.desktop{
	display:block !important;
}
.desktop-inline{
	display:inline-block !important;
}
.mobile{
	display:none !important;
}



@media only screen and (max-width:900px){
	.desktop{
		display:none !important;
	}

	.desktop-inline{
		display:none !imporant;
	}
}


/* Hero Flex
=========================================*/

#hero{
    width: 100%;
    max-height: 100vh;
    position: relative;
}

#hero .flex-direction-nav {
    top: 50%;
    width: 100%;
    height: 0;
}

#hero .flex-direction-nav .flex-prev {
    border: none;
    outline: none;
    background: transparent;
    position: absolute;
    color: #fff;
}

#hero .flex-direction-nav .flex-prev:before,
#hero .flex-direction-nav .flex-next:before {
    color: #fff;
    font-weight: 300;
}

#hero .flex-direction-nav .flex-next {
    border: none;
    outline: none;
    background: transparent;
    position: absolute;
    color: #fff;
}

#hero ul.slides li {
    text-align: center;
}

#hero ul.slides .hero-content {
    position: absolute;
    top:40vh;
    width: 100%;
    text-align: center;
    opacity: 0;
}

#hero ul.slides .hero-content {
    opacity: 1;
}

#hero ul.slides li h2 {
    text-align: center;
    font-size: 5rem;
    font-weight: 300;
    width: 100%;
    text-shadow: 0 2px 5px #333333;
    color: #fff;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(25%);
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}


#hero ul.slides li h2.active {
    opacity: 1;
    transform: translateY(0%);
}

#hero ul.slides li .button{
    opacity: 0;
    transform: translateY(25%);
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

#hero ul.slides li .button:hover {
    color: #333;
}

#hero ul.slides li .button.active {
    opacity: 1;
    transform: translateY(0%);
}


#hero ul.slides li .hero-content.active h2 {
    opacity: 1;
    transform: translateY(0%);
}

#hero ul.slides li h2:after {
    width: 60px;
    height: 60px;
    top: -60px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    content: '';
    background-size: 100% auto;
    display: block;
}


/* Home Slider
=========================================*/


.wide-slider {
    position: relative;
    background: transparent;
    margin-bottom: 40px;
}

    .wide-slider ul li img {
        width: 96%;
        opacity: .9;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

        .wide-slider ul li.flex-active-slide img {
            opacity: 1;
        }

        .wide-slider .flex-viewport {
            overflow: visible !important;
        }


/* Fly Boxes
=========================================*/

#home-fly-boxes {
    background: transparent;
    padding-top: 80px;
    padding-bottom: 80px
}

    #home-fly-boxes .fly-box {
        position: relative;
        display: block;
        float: left;
        border: 20px solid transparent;
        -webkit-transition: all 900ms ease-in-out;
        -moz-transition: all 900ms ease-in-out;
        -ms-transition: all 900ms ease-in-out;
        -o-transition: all 900ms ease-in-out;
        transition: all 900ms ease-in-out;
    }

    #home-fly-boxes .fly-box:hover {
        cursor: pointer;
    }

    #home-fly-boxes .fly-box img {
        width: 100%;
    }

    #home-fly-boxes .fly-box .fly-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        #home-fly-boxes .fly-box:hover .fly-overlay {
            background: rgba(0, 0, 0, .4);

        }

        #home-fly-boxes .fly-box .fly-overlay h2 {
            opacity: 0;
            color: #fff;
            width: 66%;
            border-top: 2px solid #fff;
            border-bottom: 2px solid #fff;
            padding-top: 50px;
            padding-bottom: 50px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            -ms-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

        #home-fly-boxes .fly-box:hover .fly-overlay h2 {
            padding-top: 15px;
            padding-bottom: 15px;
            opacity: 1;
        }

    #flybox-1 {
        transform: translateX(-25%);
        opacity: 0;
    }

    #home-fly-boxes.active #flybox-1 {
        transform: translateX(0%);
        opacity: 1;
    }

    #flybox-2 {
        transform: translateY(25%);
        opacity: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    #home-fly-boxes.active #flybox-2{
        opacity: 1;
        transform: translateY(0);
    }

    #flybox-3 {
        transform: translateX(25%);
        opacity: 0;
    }

    #home-fly-boxes.active #flybox-3{
        transform: translateY(0%);
        opacity: 1;
    }

    #quality-quote-section {
        padding-top: 8vh;
        padding-bottom: 8vh;
    }

    #quality-quote-section h2 {
        font-size: 2.4rem;
        font-weight: 500;
    }

/* Fat Footer
=========================================*/

#contact-container.foot-contact {
    width: 100%;
    height: auto;
    background: url(../img/footer-bg.jpg);
    background-size: 100% auto;
    background-position: center center;
    position: relative;
    padding-top: 20px;
    padding-bottom: 60px;
    border-top: 5px solid #fff;
}

#contact-container.foot-contact #contact-content {
    padding: 60px;
    position: relative;
}

#contact-container.foot-contact h2 {
    color: #fff;
}

#contact-container.foot-contact h2:after {
    width: 40px;
    height: 40px;
    top: -20px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    content: '';
    background: url(../img/logo-icon-white.png) center center no-repeat;
    background-size: 100% auto;
    display: block;
}

#contact-container.foot-contact h3 {
    color: #fff;
}

#contact-container.foot-contact p {
    color: #fff;
}

#contact-container.foot-contact #foot-map-container {
    width: 75%;
    padding-top: 75%;
    border-radius: 50% 50%;
    overflow: hidden;
    border: 3px solid #fff;
    position: relative;
    margin: 0 auto 30px;
}

    #contact-container.foot-contact #foot-map-container iframe {
        height: 600px;
        width: 600px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    #contact-container #map-block {
        padding-right: 60px;
    }
    #contact-container.foot-contact a.foot-directions {
        display: block;
        text-align: center;
        width: 100%;
        color: #fff;
        font-family: "Gotham Light",oswald, arial, sans-serif;
        text-transform: uppercase;
    }

    #contact-container.foot-contact #foot-tour-request {

    }

    #contact-container.foot-contact #foot-tour-request input {
        border: none;
        color: #fff;
        line-height: 30px;
        background: transparent;
        border-bottom: 1px solid #fff;
        margin-bottom: 1%;
    }

    #contact-container.foot-contact #foot-tour-request input.one-half {
        width: 48%;
        margin-right: 2%;
    }

    #contact-container.foot-contact ::placeholder {
        color: #fff;
        opacity: 1;
    }

    #contact-container.foot-contact #foot-tour-request #form-submit {
        width: 25%;
        float: left;
        border-radius: 15px;
        background: #3A7757;
        color: #fff;
        font-weight: 600;
        font-family: 'Marcellus', 'Merriweather', sans-serif;
        border-bottom: none;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

    #contact-container.foot-contact #foot-tour-request #form-submit:hover {
        background: #fefefe;
        color: #3A7757;
    }

    #contact-container.foot-contact h3.by {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    
#contact-container.foot-contact .foot-logo {
    width: 100%;
    max-width: 100px;
    position: absolute;
    bottom: -50px;
    left: 20px;
}

#contact-container .social-block {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#contact-container .social-block a {
    color: #fff;
    font-size: 1.4rem;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    float: left;
}

#contact-container .foot-info-box {
    text-align: right;
    padding-right: 30px;
    float: right;
}

#contact-container .foot-info-box a {
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #fff;
    margin-right: 4px;
    text-align: center;
}

#contact-container .foot-info-box a.fair-housing:before {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: inherit;
    width: 30px;
    height: 30px;
    content: url(../img/fair-housing-foot.png);
}


footer#footer {
    background: #111;
    height: 35px;
}

#footer p {
    color: #fff;
    font-size: .675rem;
    line-height: 35px;
}

#footer a {
    color: #fff;
    text-decoration: underline;
}


.footer-links {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}

.footer-links a {
    color: #fff;
    text-transform: uppercase;
    padding-left: .5em;
    padding-right: .5em;
    font-size: .675rem;
    letter-spacing: .02em;
    font-weight: 600;
}

.foot-hours {
    padding-left: 60px;
}

#contact-container.foot-contact p, #contact-container.foot-contact a {
    color: #fff;
}

#footer-tour-button {
	background: #1f5f5a;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    margin: 30px auto;
	box-shadow: 3px 6px 16px 0 rgba(115, 115, 115, .5);
    border: none;
    padding: 0;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
	float: left;
    font-family: barlow, sans-serif;
}

#contact-container.foot-contact a.foot-directions {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    font-family: barlow, oswald, arial, sans-serif;
    font-size: 1.5rem;
}

#contact-container .foot-info-box {
    text-align: right;
    padding-right: 30px;
    float: right;
    position: absolute;
    bottom: -40px;
    right: 0;
}


#footer-tour-button:hover {
	background: #ccc;
}

/* Floor Plans
==================================*/

.white-container {
    background: #fff;
    padding: 60px;
    position: relative;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    margin-bottom: 60px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,.18);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.18);
}

#fp-features ul {
    grid-column-gap: 10px;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 10px;
    padding-left: 0;
}


/* Gallery
==================================*/

#gallery-container #filter-sort, #walkscore, .bubble-icon i {
    text-align: center
}
#gallery .one-third.gallery:hover, #gallery-container #filter-sort span:hover, #specials-wrapper #close-special:hover {
    cursor: pointer
}
#gallery .one-third.gallery, #gallery-container #filter-sort span.active {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
#gallery-container #filter-sort span.active {
    background: #0f2437;
    color: #fff
}
#gallery, #gallery-container #floor-plans, .contact-form {
    padding-top: 40px
}
#gallery .one-third.gallery {
    background: #000;
    width: 31%;
    text-align: center;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 2%;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .18);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .18)
}
#gallery .sort-item.active {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
#gallery .sort-item {
    overflow: hidden;
    position: relative;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}


/* Amenities
==================================*/

body#amenities {

}

    body#amenities #home-promo {
        padding-top: 0;
        margin-bottom: 60px;
    }

    body#amenities #home-promo .inner-text-box {
        padding: 15px 30px 15px 60px;
    }

    body#amenities #wide-slider {
        margin-bottom: 60px;
    }

    .feature-box p {
        padding-bottom: 40px;
        text-align: center;

    }

    .feature-box ul {
        grid-column-gap: 10px;
        display: grid;
        grid-template-columns: 33% 33% 33%;
        grid-gap: 10px;
        padding-left: 2%;
        padding-right: 2%;
    }

    #amenities .select-units {
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-100%);
        font-style: italic;
        color: #aaa;
    }



#contact-container #contact-form-outer-container {
    background-image: url(../img/contact-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 20vh;
    padding-bottom: 30vh;
}

.contact-form .submit-button {
    width: 40%;
    margin: 10px auto 0;
    display: block;
    text-align: center;
    background: #464866;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 35px;
    font-family: 'oswald', 'Merriweather', sans-serif;
    height: 50px;
    line-height: 50px;
    min-width: 310px;
    margin-right: auto;
    margin-left: auto;
    float: none !important;
}