/* /////////////////////////////
///////// Fonts ////////////
////////////////////////////*/
@import url("fonts.css");
/* -----------------------------------------
   Foundation Additions/Overrides
----------------------------------------- */
.column, .columns, .row .row, .large-block-grid-1, .large-block-grid-2, .large-block-grid-3, .large-block-grid-4, .large-block-grid-5, .large-block-grid-6, .large-block-grid-7, .large-block-grid-8, .large-block-grid-9, .large-block-grid-10, .large-block-grid-11, .large-block-grid-12, .small-block-grid-1, .small-block-grid-2, .small-block-grid-3, .small-block-grid-4, .small-block-grid-5, .small-block-grid-6, .small-block-grid-7, .small-block-grid-8, .small-block-grid-9, .small-block-grid-10, .small-block-grid-11, .small-block-grid-12, .large-block-grid-1 > li, .large-block-grid-2 > li, .large-block-grid-3 > li, .large-block-grid-4 > li, .large-block-grid-5 > li, .large-block-grid-6 > li, .large-block-grid-7 > li, .large-block-grid-8 > li, .large-block-grid-9 > li, .large-block-grid-10 > li, .large-block-grid-11 > li, .large-block-grid-12 > li, .small-block-grid-1 > li, .small-block-grid-2 > li, .small-block-grid-3 > li, .small-block-grid-4 > li, .small-block-grid-5 > li, .small-block-grid-6 > li, .small-block-grid-7 > li, .small-block-grid-8 > li, .small-block-grid-9 > li, .small-block-grid-10 > li, .small-block-grid-11 > li, .small-block-grid-12 > li {
  margin: 0;
  padding: 0;
}
/* -----------------------------------------
   General Styles
----------------------------------------- */
html, body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
  list-style-type: none;
}
a, li:hover: :before, :after {
  transition: all .25s ease-in-out 0;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-animation: .25s;
  animation: .25s;
}
textarea:focus, input:focus, button:focus, a:focus {
  outline: none !important;
}
/* -----------------------------------------
   Typography
------------------------------------------*/
body {
  font-family: Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}
h1, h2, h3 {
}
h4 {
}
p:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
p {
  color: #747478;
  font-family: 'Times New Roman', Times, serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
h1 {
  color: #747478;
  font-family: 'gotham_book', Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}
h2 {
  color: #F26531;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
input, textarea {
 font-family:;
 font-size:;
 line-height:;
}
/* -----------------------------------------
   misc 
----------------------------------------- */
.no-padding {
  padding: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.italic p, .italic li {
  font-style: italic;
}
.cursor a {
  cursor: pointer;
}

#fancybox-close {
  display: inline !important;
  visibility: visible !important;
}
/* -----------------------------------------
   Containers
----------------------------------------- */
.row-large {
  max-width: 81.25em; /* 1300px */
}
.row-small {
  max-width: 62.925em; /* 1010px */
  padding: 0 22px;
}
/* -----------------------------------------
   Content Area
----------------------------------------- */
.bg-light-gray {
  background-color: #747478;
}
.bg-dark-gray {
  background-color: #56565a;
}
.bg-blue {
  background-color: #cbeff1;
}
.bg-orange {
  background-color: #ff725d;
}
.bg-white {
  background-color: #fff;
}
.bg-dots {
  background-image: url(../images/bg/bg-dots.png);
  background-position: center !important;
  background-repeat: repeat-x;
}
body#features .bg-dots {
  background-image: url(../images/bg/bg-dots-features.png);
  background-position: center !important;
  background-repeat: repeat-x;
}
.bg-lines {
  background-image: url(../images/bg/bg-lines.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 355px;
}
.title ul {
  float: right;
}
.title li {
  float: right;
  list-style: none;
  list-style-image: none;
  margin: 0 0 0 7px;
}
.title, .title p, .title a, .title span {
  color: #fff;
  font-family: 'gotham_book', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}
.logo {
  margin-left: 20px;
}
.logo img {
  display: block;
  margin: 20px auto 0 auto;
}
/* off-canvas ---------------*/
.left-off-canvas-menu {
  background-color: #aaaaaa;
}
.left-off-canvas-menu a {
  color: #fff;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.left-off-canvas-menu a:hover, .left-off-canvas-menu ul li.active > a:hover, .left-off-canvas-menu ul li.active > a {
  color: #ff685d;
}
.left-off-canvas-menu ul {
  background-color: #747478;
  list-style: none;
  list-style-type: none;
}
.left-off-canvas-menu li {
  border-bottom: solid 1px #000;
  color: #fff;
  display: inline-block;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  padding-left: 20px;
  text-transform: uppercase;
  width: 100%;
}
.left-off-canvas-toggle {
  color: #dbe24b;
  display: inline-block;
  float: left;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-transform: uppercase;
}
.left-off-canvas-toggle:hover, .left-off-canvas-toggle:active, .left-off-canvas-toggle:focus {
  color: #fff;
}
.mapit {
  background-color: #ff685d;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.mapit a {
  color: #fff;
}
.mapit a:hover {
  color: #000;
}
/* nav ---------------*/
.header {
  overflow: hidden;
  padding: 10px 0 0 0;
}
nav ul {
float: right;
}
nav li {
  float: left;
  height: 100px;
  margin: 0 10px;
  padding-top: 20px;
  text-align: center;
}
nav li a {
  border-bottom: solid 2px transparent;
  color: #ff685d;
  display: inline-block;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
nav li a:hover, nav li.active a  {
  border-bottom: solid 2px #ff685d;
  color: #ff685d;
}
nav li span .bg-nav-01,
nav li span .bg-nav-02,
nav li span .bg-nav-03,
nav li span .bg-nav-04,
nav li span .bg-nav-05,
nav li span .bg-nav-06 {
  background-repeat: no-repeat;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  opacity: 0;
}
nav li:hover span .bg-nav-01,
nav li:hover span .bg-nav-02,
nav li:hover span .bg-nav-03,
nav li:hover span .bg-nav-04,
nav li:hover span .bg-nav-05,
nav li:hover span .bg-nav-06 {
  background-image: url(../images/bg/bg-nav.png);
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: inherit;
  height: 111px;
  position: absolute;
  top: -9px;
  opacity: 1;
  width: 110px;
  z-index: 1;
}
nav li:hover span .bg-nav-01{
  margin-left: -30px;
}
nav li:hover span .bg-nav-02{
  margin-left: -20px;
}
nav li:hover span .bg-nav-03{
  margin-left: -30px;
}
nav li:hover span .bg-nav-04{
  margin-left: -30px;
}
nav li:hover span .bg-nav-05{
  margin-left: -40px;
}
nav li:hover span .bg-nav-06{
  margin-left: -25px;
}
.active span .bg-nav-01,
.active span .bg-nav-02,
.active span .bg-nav-03,
.active span .bg-nav-04,
.active span .bg-nav-05 {
  background-image: url(../images/bg/bg-nav.png);
  background-position: top center;
  background-repeat: no-repeat;
  height: 111px;
  position: absolute;
  top: -9px;
  width: 110px;
  opacity: 1;
}
.active span .bg-nav-01 {
  margin-left: -29px;
}
.active span .bg-nav-02 {
  margin-left: -19.6px;
}
.active span .bg-nav-03 {
  margin-left: -29.5px;
}
.active span .bg-nav-04 {
  margin-left: -29.7px;
}
.active span .bg-nav-05 {
  margin-left: -39.5px;
}
nav li.active:hover span .bg-nav-01,
nav li.active:hover span .bg-nav-02,
nav li.active:hover span .bg-nav-03,
nav li.active:hover span .bg-nav-04,
nav li.active:hover span .bg-nav-05,
nav li.active:hover span .bg-nav-06 {
  transition: none;
  animation:  none;
}
.active:hover {
  background: transparent !important;
}
/* slideshow ---------------*/
.slideshow {
  margin: 0 auto;
}
.slideshow img {
  height: auto;
  width: 100%;
}
.slick-list p {
  color: #747478;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.slideshow-content {
  height: 335px;
  margin: 0 auto;
}
/* container ---------------*/
.container, .form-wrap {
  margin: 20px;
  overflow: hidden;
}
.container p, .container li {
  color: #747478;
  font-family: 'Times New Roman', Times, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.container h2 {
  margin: 0;
}
.container ul {
  display: block;
  margin: 0 auto;
}
.container li {
  display: inline-block;
  float: left;
  margin-top: 20px;
  text-align: justify;
}
/* -----------------------------------------
   SubNav
----------------------------------------- */
.subnav {
  padding: 20px;
}
.subnav h1 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: normal;
  padding: 0 0 20px 0;
  text-align: center;
}
.subnav li {
  padding: 0 10px;
}
.bg-subnav-container {
  background-image: url(../images/bg/bg-subnav-container.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
/* -----------------------------------------
   news
----------------------------------------- */
.news {
  clear: both;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 20px 20px 20px;
}
.news li {
  list-style: none;
  list-style-type: none;
}
.news-slide-one-content img {
  padding-top: 16px;
}
.news-slide-one p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding-top: 10px;
  text-align: justify;
}
.news-slide-one img {
  display: block;
  margin: 0 auto;
}
.news-slide-two-header {
  background-image: url(../images/icons/icon-news-slide-02.png);
  background-position: top center;
  background-repeat: no-repeat;
  border-bottom: dotted 1px #D6E03D;
  display: block;
  margin: 0 auto 20px auto;
  padding: 35px 0 20px 0;
  width: 100px;
}
.news-slide-two h4 {
  color: #D6E03D;
  font-family: 'Times New Roman', Times, serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  margin: 10px 0;
  text-align: center;
}
.news-slide-two h4:first-child {
  margin: 0;
}
.news-slide-two p {
  color: #EFFAFA;
  font-family: 'gotham_book', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 43px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.news-slide-two-image img {
  display: block;
  margin: 0 auto;
  margin-top: 117px;
}
.news-slide-two-container img {
  display: block;
  margin: 0 auto;
}
.news-cycle-next {
  background-color: #dbe24b;
  color: #56565a;
  cursor: pointer;
  display: table;
  font-family: 'gotham_bold', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  height: initial;
  margin: auto;
  padding: 10px 5px 5px 5px;
  text-align: center;
  text-transform: uppercase;
  transition: all .25s ease-in-out 0;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-animation: .25s;
  animation: .25s;
  width: 135px;
}
.news-cycle-next:hover {
  background-color: #fff;
}
.news-cycle-prev img {
  cursor: pointer;
  float: left;
  padding: 24px 14px 0 0;
}
.callout {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 20px;
}
.callout img {
  display: block;
  margin: 0 auto;
}
.callout h2 {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
}
/* -----------------------------------------
   cells
----------------------------------------- */
.cell {
  overflow: hidden;
  padding: 20px 0;
}
.cell-image img {
  display: block;
  margin: 0 auto 35px auto;
  max-height: 215px;
  width: 100%;
}
.cell-content p {
  font-size: 17px;
  line-height: 22px;
  text-align: justify;
  display: inline;
}
.cell-content b, .cell-content a {
  color: #ff685d;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  display: inline;
}
.cell-content a {
  border-bottom: solid 2px #ff685d;
}

/* -----------------------------------------
  footer
----------------------------------------- */
footer {
  padding: 20px;
}
footer a, footer a:hover, footer li {
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-size: 12px;
  line-height: normal;
}
footer li {
  float: left;
}
.btn-title-social {
  background-repeat: no-repeat;
  height: 20px;
  line-height: initial;
  margin: 2px 0 0 0;
  padding: 0;
  width: 31px;
}
.btn-title-social a, .btn-title-social a:link, .btn-title-social a:visited {
  cursor: pointer;
  display: block;
}
.btn-title-social img {
  border: 0;
}
.btn-title-social a:hover img {
  visibility: hidden;
}
.btn-facebook-hover, .btn-twitter-hover, .btn-pinterest-hover, .btn-googleplus-hover, .btn-yelp-hover, .btn-ebrochures-hover, .btn-email-hover {
  background-position: center;
  background-repeat: no-repeat;
}
.btn-facebook-hover {
  background-image: url(../images/icons/icon-facebook-hover.png);
}
.btn-twitter-hover {
  background-image: url(../images/icons/icon-twitter-hover.png);
}
.btn-pinterest-hover {
  background-image: url(../images/icons/icon-pinterest-hover.png);
}
.btn-googleplus-hover {
  background-image: url(../images/icons/icon-googleplus-hover.png);
}
.btn-yelp-hover {
  background-image: url(../images/icons/icon-yelp-hover.png);
}
.btn-ebrochures-hover {
  background-image: url(../images/icons/icon-ebrochures-hover.png);
}
.btn-email-hover {
  background-image: url(../images/icons/icon-email-hover.png);
}
.callout-social ul, .callout-address ul, .callout-legal ul {
  display: table;
  margin: 0 auto;
}
.callout-social li {
  display: inline-block;
  float: left;
  height: 31px;
  margin: 0 10px 20px 0;
  width: 31px;
}
.callout-address li {
  padding: 5px 0;
  width: 100%;
  text-align: center;
}
.callout-legal li {
  margin: 20px 10px 0 0;
  padding: 5px 0;
}
/*/////////////////////////////
///////// Features //////////
////////////////////////////*/
body#features h1 {
  color: #F26531;
  font-size: 20px;
  margin: 10px 50px;
  text-align: center;
}
body#features .bg-dots .row-small {
  max-width: 68.5em; /* 1096px */
}
.carousel-wrap-01 {
  padding: 20px 0;
}
.carousel-wrap-02 {
  padding-bottom: 20px;
}
.carousel-mobile img {
  display: block;
  margin: 0 auto;
  padding-bottom: 5px;
}
.slick-prev, .slick-prev:hover, .slick-prev:focus, .slick-next, .slick-next:hover, .slick-next:focus {
  background-position: center;
  background-repeat: no-repeat;
  height: 71px;
  margin: -50px -25px -50px -45px;
  opacity: 1;
  width: 36px;
}
.slick-slide p {
  padding-top: 2px;
  width: 90%;
}
.slick-next {
  background-image: url(../images/btns/btn-next.png) !important;
}
.slick-prev {
  background-image: url(../images/btns/btn-prev.png) !important;
}
.slick-dots {
  overflow: hidden;
}
.slick-dots li button:before, .slick-dots li.slick-active button:before {
  font-size: 35px;
  opacity: 1;
}
.slick-dots li button:before {
  color: #c3c3c3;
  transition: all .25s ease-in-out 0;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-animation: .25s;
  animation: .25s;
}
.slick-dots li:hover button:before {
  color: #ff725d !important;
}
.slick-dots li.slick-active button:before {
  color: #ff725d;
}
/*/////////////////////////////
///////// Floorplans //////////
////////////////////////////*/
.fp-slideshow {
  min-height: 525px;
  transition: all .25s ease-in-out 0;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-animation: .25s;
  animation: .25s;
}
.fp-slideshow ul {
  position: absolute;
  width: 100%;
}
.fp-slideshow li {
  width: 100% !important;
}
body#floorplans .resp-tab-content {
  background-color: transparent;
  padding: 0 !important;
}
body#floorplans .resp-tabs-container {
  margin-bottom: 0;
}
.tabs {
  padding: 50px 0 60px 0;
}
.fp-tabs {
  margin: 58px 0 78px 0;
}
body#floorplans .resp-tabs-list a {
  color: #747478;
  font-size: 28px;
  font-size: 18px;
  font-weight: 400;
}
body#floorplans .resp-tabs-list li {
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  padding: 0 5px 0 0;
}
body#floorplans .resp-tabs-list li:before {
  color: #747478;
  content: "|" !important;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 0 5px 0 0;
  vertical-align: top;
}
body#floorplans .resp-tabs-list li:first-child:before {
  display: none !important;
}
body#floorplans .resp-tabs-list li p {
  border-bottom: solid 2px transparent;
  color: #747478;
  display: inline-block;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  transition: all .25s ease-in-out 0;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-animation: .25s;
  animation: .25s;
}
body#floorplans .resp-tabs-list li p:hover {
  border-bottom: solid 2px #ff685d;
  color: #ff685d;
}
body#floorplans .resp-tab-active p {
  border-bottom: solid 2px #ff685d !important;
  color: #ff685d !important;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
}
body#floorplans .resp-tabs-container ul {
  margin-left: 0;
  text-indent: 0;
}
body#floorplans .resp-accordion p {
  border-bottom: solid transparent 2px;
  color: #747478;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-size: 26px;
  margin: 0 15px;
}
body#floorplans .resp-accordion p:hover {
  border-bottom: solid 2px #ff685d !important;
  color: #ff685d !important;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  transition: all .25s ease-in-out 0;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-animation: .25s;
  animation: .25s;
}
.floorplans #feature > .row .columns {
  padding: 0 0.9375rem;
}
.floorplans-table td {
}
table tr td {
  padding-left: 10px;
  padding-right: 10px;
}
.bed-and-bath {
  display: block !important;
  width: 100% !important;
}
.resp-tabs-list li:last-child {
  border-right: 0;
}
.resp-tabs-list li a {
  font-size: 14px;
  text-transform: uppercase;
}
.floorplans-content {
  display: block;
}
.floorplans-content p, .fpbedbath p, .fpdescription p {
  color: #747478;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}
.fpdescription p {
    margin: 0 auto 20px auto;
}
.floorplans-content h2 {
  color: #ff685d;
  font-family: 'gotham_book', Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 19px;
  text-align: left;
  text-transform: uppercase;
}
.fpbedbath, .fpdescription {
  margin-bottom: 20px;
}
.panel {
  background-color: transparent;
  border-bottom: solid #747478 2px;
  border-left: none;
  border-right: none;
  border-top: none;
  margin-bottom: 0;
}
.panel h1 {
  color: #ff685d;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.floor-image {
  padding: 20px 0;
}
.floorplans-image {
  min-height: 420px;
}
.floorplans-image, .img-container {
  position: relative;
}
.floorplans-image a {
  color: #ff685d;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
}
.floorplans-image a:hover {
  color: #747478;
}
.floorplans-image img, .img-container img {
  display: block;
  margin: 0 auto;
}
.btn-floorplans-slider {
  display: none;
}
.btn-floorplans-slider span {
  display: none;
}
.btn-next {
  background-image: url(../images/btns/btn-next.png);
  background-size: contain;
}
.btn-previous {
  background-image: url(../images/btns/btn-prev.png);
  background-size: contain;
}
.btn-slide-nav {
  background-position: center;
  background-repeat: no-repeat;
  margin: -350px 20px 0 20px;
  opacity: 1;
  width: 36px;
}
.btn-slide-nav:hover img {
  visibility: hidden;
}
#pager-nav {
  margin-top: 20px;
  max-width: 74.25em;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 500;
}
#pager {
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
#pager a {
  color: #c3c3c3 !important;
  font-size: 35px;
}
#pager a:hover, #pager .activeSlide {
  color: #ff725d !important;
}
.btn-leasenow {
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 31px;
  width: 183px;
}
.btn-leasenow img {
  display: block;
  margin: 0 auto;
}
/* /////////////////////////////
///////// Gallery /////////////
/////////////////////////////*/
.tabs {
  display: table;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
.tabs dd>a, .tabs .tab-title>a {
  background-color: transparent;
  border-bottom: solid 2px transparent;
  color: #747478;
  cursor: pointer;
  display: inline-block;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-size: 14px;
  font-weight: 400;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
dd:before {
  color: #747478;
  content: "|";
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-weight: 400;
  vertical-align: top;
}
dd:first-child:before {
  content: " ";
  padding-right: 0;
}
.tabs dd>a:hover, .tabs .tab-title>a:hover {
  background-color: transparent;
  border-bottom: solid 2px #ff685d;
  color: #ff685d;
  transition: all .25s ease-in-out 0;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-animation: .25s;
  animation: .25s;
}
.tabs dd.active a, .tabs .tab-title.active a {
  border-bottom: solid 2px #ff685d;
  color: #ff685d;
}
.gallery-wrap {
  margin: 0 auto 50px auto;
  display: table;
}
.gallery-wrap ul {
  margin: 0 auto;
}
.gallery-wrap li {
  display: table-cell;
  float: left;
  margin: 2px;
  max-width: 320px;
}
.gallery-wrap img {
  height: 170px;
  max-width: inherit;
  width: 320px;
}
.body-gallery [class*="block-grid-"] {
  margin: 0;
}
.body-gallery [class*="block-grid-"] > li {
  padding: 5px 0 0 5px;
}
.tabs-content {
  display: inline-table;
  float: right;
}
/* /////////////////////////////
///////// Location ////////////
////////////////////////////*/
.location-container {
  padding: 0;
}
.map-wrap {
  position: relative;
}
.map-container {
  padding: 57px 0 0 0;
}
#map {
  height: 355px;
  margin: 0;
  -webkit-transition: height .25s; /* Safari */
  transition: height .25s;
}
#map img {
  background: none !important;
  border: 0 !important;
  height: auto !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
}
.slide-container #map_static img {
  margin-bottom: -165px;
}
.slide-container #map_static {
  margin-bottom: 165px;
}
.poi-container {
  background-image: url(../images/btns/btn-hover-black.html);
}
body#location ul.resp-tabs-list {
  margin: 0 auto;
  padding: 20px 0 10px 0;
  text-align: center;
}
.resp-tabs-list li a {
  color: #fff;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.4px;
}
body#location .resp-tab-item {
  border-bottom: solid transparent 2px;
  display: inline;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  transition: all .25s ease-in-out 0;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-animation: .25s;
  animation: .25s;
  width: 30%;
}
body#location .resp-tab-item:before {
  color: #fff;
  content: "|" !important;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 5px;
  vertical-align: top;
}
body#location .resp-tab-item:first-child:before {
  display: none !important;
}
[class*="column"]+[class*="column"]:last-child {
  float: left;
}
.poi-list-left {
  margin-left: 75px;
}
.poi-list-right {
  margin-left: 75px;
}
body#location .resp-tab-item a:hover, body#location .resp-tab-active a {
  color: #747478 !important;
}
body#location .resp-tab-active {
  background-color: #dbe24b !important;
}
body#location .resp-tabs-list ul {
  margin: 0;
  padding: 0;
}
body#location .resp-tabs-list li:before {
}
h2.resp-accordion {
  border-bottom: solid transparent 2px;
  color: #7C8B96;
}
h2.resp-accordion:hover {
}
.resp-accordion a {
  color: #7C8B96;
  font-family: 'knockout27-junior-bantamwt', sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.location dd {
}
/*-- Markers --------------*/
.marker {
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  display: inline;
  font-size: 1px;
  margin-left: -45px;
  padding: 14px;
}
.markers a {
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-size: 15px;
  font-weight: 400;
}
.name {
  color: #fff;
  display: inline;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  margin-left: 15px;
  text-indent: -10px;
}
.number {
  display: none;
}
.poi {
  margin-bottom: 20px;
}
/*-- Google --------------*/
.gm-style-iw {
  overflow: visible !important;
  height: auto !important;
  width: auto !important;
  min-height: 80px;
  min-width: 200px;
}
.gmaps_info_window .name {
  color: #ff725d;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-style: normal;
  margin: 0;
}
.gmaps_info_window p {
  color: #000;
  font-family: 'Times New Roman', Times, serif;
  font-size: 12px;
  line-height: normal;
  text-align: left;
}
.gmaps_info_window h4 {
  color: #ff725d;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.gmaps_info_window a, .gmaps_info_window a:hover {
  color: #7C8B96;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.gmaps_info_window a, .gmaps_info_window a:hover {
  color: #7C8B96;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.gmaps_info_window a:before {
  color: #000;
  content: "|";
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 0 4px 0 0;
  vertical-align: top;
}
.gmaps_info_window a:first-child:before {
  display: none;
}
/* /////////////////////////////
///////// Lease ////////////
////////////////////////////*/
label {
  color: #D6E03D;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.label-text {
  margin-bottom: 4px;
  margin-top: 4px;
}
.main-contact li, .main-contact li:before {
  content: none;
  list-style: none;
}
.main-contact li {
  padding: 0;
  text-indent: 0;
}
.main-contact input[type="text"], .main-contact input[type="password"], .main-contact input[type="date"], .main-contact input[type="datetime"], .main-contact input[type="datetime-local"], .main-contact input[type="week"], .main-contact input[type="email"], .main-contact input[type="number"], .main-contact input[type="phone"], .main-contact input[type="search"], .main-contact input[type="tel"], .main-contact input[type="time"], .main-contact input[type="url"] .main-contact input[type="file"], .main-contact input[type="checkbox"], .main-contact input[type="radio"], .main-contact select, #contact_bedrooms, #contact_phone {
  background-color: #ffffff;
  color: #000;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 42px;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
  width: 100%;
}
.main-contact textarea {
  background-color: #ffffff;
  color: #000;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  max-height: 100px;
  resize: none;
}
.main-contact-textarea {
  padding: 0 !important;
}
.move-in-date select {
  background-color: #ffffff;
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 5px;
  width: 100%;
}
#contact_move_in_on_1i, #contact_move_in_on_2i, #contact_move_in_on_3i {
  background-color: #ffffff;
  color: #000;
  float: left;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  text-align: left;
  width: 31%;
}
#contact_move_in_on_2i {
  margin: 0 5px;
}
input[type="phone"] {
  padding: 8px;
}
select {
  color: #707d87;
  padding: 5px;
}
/* form styles -----------------*/
#submit_button {
  background-color: #dbe24b;
  color: #747478;
  display: block;
  font-family: 'gotham_bold', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 10px 40px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#submit_button:hover {
  background-color: #fff;
}
.thank_you_message {
  margin-bottom: 10px;
  padding: 1% 2%;
}
.form_body {
  width: 100% !important;
}
.form_body ul {
  margin-left: 0 !important;
}
body#contact iframe {
  display: none;
}
/* recaptcha -----------------*/
.page-discover_more iframe {
  display: none;
}
.page-discover_more iframe:first-child {
  display: inherit;
}
#recaptcha_custom {
  margin-bottom: -50px;
}
.form_recaptcha {
  margin-bottom: 3px !important;
  margin-top: 10px;
}
object, embed {
  height: 0;
}
#flash, #thank-you {
  color: #dbe24b;
  font-size: 13px;
  margin-top: 10px;
}
#flash ul, #thank-you ul {
  margin-top: 10px;
}
#flash li, #thank-you li {
  color: #fff;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.error {
  color: #fff;
  letter-spacing: 2px;
}
body#lease iframe {
  display: none;
}
/*/////////////////////////////
///////// Side Bar /////////////
////////////////////////////*/
.sidebar {
  margin-top: 12px;
}
.sidebar p, .sidebar a, .sidebar li {
  color: #D6E03D;
  font-family: 'Times New Roman', Times, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 18px;
}
.sidebar li {
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.callout-address, .callout-phone, .callout-email {
  padding: 0;
}
.callout-directions {
  padding: 0;
}
.callout-map {
  margin: 20px 0 0 0;
  padding: 0;
}
.callout-map a {
  color: #fff;
  font-family: 'gotham_book', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
  padding: 0;
}
.callout-map img {
  display: block;
  margin-top: 35px;
}
#submit_button, .btn-call a, .btn-apply a {
  display: inline-block;
}
.btn-call a, .btn-apply a {
  background-color: #dbe24b;
  color: #747478;
  display: table;
  font-family: 'gotham_bold', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.btn-apply a {
  margin-bottom: 20px;
}
.btn-call a:hover, .btn-apply a:hover {
  background-color: #fff;
}

/*/////////////////////////////
///////// screens /////////////
////////////////////////////*/
@media only screen and (min-width: 20em) { /* 320px */
.gallery-wrap {
  display: table;
  margin-bottom: 50px;
}
}

@media only screen and (min-width: 20.9375em) { /* 335px */
#contact_move_in_on_1i, #contact_move_in_on_2i, #contact_move_in_on_3i {
  width: 32%;
}
}

@media only screen and (min-width: 40.063em) { /* 641px */
h1 {
  font-size: 35px;
}
h2 {
  font-size: 28px;
}
.row-small {
  padding: 0;
}
.left-off-canvas-toggle {
  margin: 0 20px;
}
.title {
  padding: 0 20px;
}
.title p {
  padding: 0;
  text-align: right;
}
.login a{
  color: #fff;
  transition: all .25s ease-in-out 0;
  -moz-transition-duration: .25s;
  -o-transition-duration: .25s;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-animation: .25s;
  animation: .25s;
}
.login a:hover{
  color: #D6E03D;
}
.logo img {
  margin: 0 0 0 2px;
}
.container {
  padding: 0 30px 20px 30px;
}
.subnav {
  padding: 0 30px;
}
.subnav h1 {
  letter-spacing: 15px;
  line-height: 72px;
  padding: 25px;
  text-align: left;
}
.bg-subnav-container {
  background-size: inherit;
  padding: 80px 0;
}
.news {
  padding: 40px 20px 38px 20px;
  min-height: 525px;
}
.news-style-two p {
  padding: 0 24%;
}
.news-cycle-prev img {
  float: right;
}
.callout {
  padding: 15px 20px 20px 20px;
}
.callout h2 {
  text-align: left;
}
.callout img {
  float: right;
  margin: 0;
}
.news-slide-one-content {
  padding-left: 33px;
}
.cursor a {
  cursor: default;
}
footer {
  padding: 30px 20px;
}
.cell-left {
  padding: 52px 25px 52px 51px;
}
.cell-right {
  padding: 52px 51px 52px 25px;
}
body#features h1 {
  font-size: 35px;
  margin: 20px 0 28px 0;
  text-align: left;
}
body#features .bg-dots .row-small {
  padding: 0 40px;
}
.slick-list p {
  font-size: 16px;
  margin-left: 15px;
}
.carousel-wrap-01 {
  padding: 93px 0 40px 0;
}
.carousel-wrap-02 {
  padding-bottom: 85px;
}
.gallery-wrap li {
  margin: 0px;
}
.floorplans-content p, .fpbedbath p, .fpdescription p {
  text-align: left;
}
.floorplans-content h2 {
  padding-top: 33%;
}
.btn-slide-nav img {
  height: 41px;
}
.slick-dots li {
  margin: 0;
}
.tabs {
  padding: 50px 0 31px 0;
}
.tabs dd>a, .tabs .tab-title>a {
  font-size: 18px;
  margin: 0 14px 0 9px;
}
body#location .resp-tab-item a:hover, body#location .resp-tab-active a {
  border-bottom: solid #dbe24b 2px;
  color: #dbe24b !important;
}
body#location .resp-tab-active {
  background-color: transparent !important;
}
[class*="column"]+[class*="column"]:last-child {
  float: right;
}
.poi-list-left {
  margin-left: 125px;
}
.poi-list-right {
  margin-right: 50px;
}
.form_recaptcha {
  float: left;
}
.callout-map {
  margin: 40px 0;
}
.callout-map a {
  font-size: 25px;
}
.callout-address li {
  line-height: 30px;
  padding: 0 2px;
  width: inherit;
}
.callout-address li:before {
  color: #fff;
  content: "|" !important;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 0 4px 0 0;
  vertical-align: inherit;
}
.callout-address li:first-child:before {
  display: none;
}
}

@media only screen and (min-width: 42.5625em) { /* 661px */
.gallery-wrap li {
  margin: 5px;
}
}

@media only screen and (min-width: 55em ) { /* 880px */
.floorplans-content h2 {
  font-size: 40px;
}
.subnav h1 {
  letter-spacing: 22px;
  padding: 70px 15px 0 45px;
}
.poi-list-left {
  margin-left: 210px;
}
.poi-list-right {
  margin-right: 75px;
}
.btn-slide-nav {
  margin: -400px 20px 0 20px;
}
#contact_move_in_on_1i, #contact_move_in_on_2i, #contact_move_in_on_3i {
  font-size: 18px;
}
}

@media only screen and (min-width: 62.5em ) { /* 1000px */
.container {
  padding: 30px;
}
.container h2 {
  margin: 0 0 15px 0;
}

.call-out {
  padding: 5px 0;
}
.call-out h2 {
  text-align: right;
}
.container li {
  margin: 0 auto;
  padding: 20px 40px 20px 15px;
  width: 50%;
}
.container li:first-child {
  padding: 20px 15px 20px 40px;
}
.bg-subnav-container {
  padding: 90px 0 80px 0;
}
.slick-list p {
  margin-left: 0px;
}
.floorplans-container {
  margin: 0 100px;
}
.btn-slide-nav img {
  height: 71px;
}
.poi-list-left {
  margin-left: 180px;
}
.poi-list-right {
  margin-right: 150px;
}
body#location .resp-tabs-list li a {
  font-size: 18px;
}
.form-wrap {
  padding: 45px 70px 25px 70px;
}
}

@media only screen and (min-width: 64.0625em ) { /* 1025px */
.callout-legal li {
  margin: 0 8px 0 0;
}
.callout h2 {
  text-align: right;
}
}

@media only screen and (min-width: 65.625em ) { /* 1050px */
.floorplans-content h2 {
  font-size: 48px;
}
.btn-slide-nav {
  margin: -350px -15px 0 53px;
}
.poi-list-left {
  margin-left: 225px;
}
.poi-list-right {
  margin-right: 180px;
}
.btn-call a, .btn-apply a {
  display: initial;
  width: inherit;
}
#submit_button {
  width: auto;
 padding: 10px 68px;
}
.callout-social {
  margin-left: 45px;
}
.callout-social li {
  margin: 0 10px 0 0;
}
.callout-legal {
  margin-left: 15px;
}
.callout-legal li:first-child {
  margin: 0 10px 0 20px;
}
}

@media only screen and (min-width: 67em ) { /* 1072px */
.gallery-wrap li {
  margin: 13px 15px;
}
}

/*/////////////////////////////
///////// PLUGINS /////////////
////////////////////////////*/

/* location */
#horizontal-tab {
  margin-bottom: 70px !important;
}
ul.resp-tabs-list {
  margin: 0;
  padding: 0;
  text-align: center;
}
.resp-tabs-list li:before {
  content: none !important;
}
body#area .resp-tabs-list li {
  padding: 5px 18px;
}
.resp-tabs-container {
  clear: left;
  margin-bottom: 20px;
}
.resp-tab-content {
  display: none;
  padding: 30px 0 15px 0;
}
h2.resp-accordion {
  clear: both;
  cursor: pointer;
  display: none;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0;
  padding: 10px 15px;
}
h2.resp-tab-active {
  padding: 10px 15px !important;
}
body#floor-plans .resp-tab-content {
  background-color: transparent;
  padding: 10px 0 32px 0;
}
/* Vertical tabs */
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
.resp-vtabs .resp-tabs-list li {
  cursor: pointer;
  display: block;
  float: none;
  margin: 0;
  padding: 15px 15px !important;
}
.resp-vtabs .resp-tabs-container {
  border-radius: 4px;
  clear: none;
  float: left;
  min-height: 250px;
  padding: 0;
  width: 68%;
}
.resp-vtabs .resp-tab-content {
  border: none;
}
.resp-vtabs li.resp-tab-active {
  border-right: none;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  position: relative;
  z-index: 1;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.resp-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  color: #fff !important;
  float: right;
  height: 0;
  margin-top: 3px;
  width: 0;
}
/* Accordion styles */
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
}
.resp-jfit {
  margin: 0;
  width: 100%;
}
.resp-tab-content-active {
  display: block;
}
#intro-cont h1 {
  margin-bottom: 33px;
  margin-top: -20px;
}

@media only screen and (max-width: 640px) {
ul.resp-tabs-list {
  display: none;
}
h2.resp-accordion {
  display: block;
}
.resp-accordion a {
  display: table;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.resp-vtabs .resp-tabs-container {
  border: none;
  clear: none;
  float: none;
  min-height: initial;
  width: 100%;
}
.resp-accordion-closed {
  display: none !important;
}
#right-bar .medium-block-grid-2 {
  padding-left: 20px;
}
#right-bar .medium-block-grid-2 li {
  padding: 6px 8px;
}
.callout-social {
  margin-right: 15px;
}
}

@media only screen and (max-width: 320px) {
.orbit-container, .slide-container {
  max-height: 150px;
  position: relative;
}
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 640px) {
ul.resp-tabs-list {
  display: none;
}
h2.resp-accordion {
  background-color: #fff;
  color: #747478;
  display: block;
}
.resp-accordion a {
  display: table;
  font-family: 'alternate_goth_3d', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.resp-vtabs .resp-tabs-container {
  border: none;
  clear: none;
  float: none;
  min-height: initial;
  width: 100%;
}
.resp-accordion-closed {
  display: none !important;
}
#right-bar .medium-block-grid-2 {
  padding-left: 20px;
}
#right-bar .medium-block-grid-2 li {
  padding: 6px 8px;
}

body.gallery .container li, .container li a {
  min-width: inherit;
}
.fpdescription p {
  width: 75%;
}
}