/* 
@import "common/_variables";
@import "components/_comments";
@import "components/_grid";
@import "components/_wp-classes";*/
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Regular-webfont.eot');
  src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_condensedregular';
  src: url('../fonts/RobotoCondensed-Regular-webfont.eot');
  src: url('../fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Regular-webfont.woff') format('woff'), url('../fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'), url('../fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
body {
  background: #fff;
  font: normal 1rem/1 OpenSans;
  margin: 0;
  padding: 0;
}
.container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
@media (min-width: 800px) {
  .container {
    width: 800px;
  }
}
@media (min-width: 1000px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}
h1 {
  color: #193144;
  font: normal 3rem/1.5 roboto_condensedregular;
  letter-spacing: 0.1rem;
  text-align: center;
}
form label {
  text-transform: uppercase;
}
.btn {
  background: #698aba;
  border: 1px #587cb2 solid;
  color: #fff;
  display: table;
  font: bold 1.2rem/1.5 roboto_condensedregular;
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
.btn:hover {
  background: #7a98c2;
}
.btn.inline {
  display: inline-block;
  margin: 1rem 0.5rem;
}
.btn.big {
  font-size: 1.5rem;
  padding: 0.8rem 1.5rem;
}
.btn.primary {
  background: #ed5f5b;
  border: 1px #ea4944 solid;
}
.btn.primary:hover {
  background: #f07572;
}
.hero .cycloneslider {
  border-bottom: 1px #aaa solid;
  height: 550px !important;
  margin: 0 auto !important;
  width: 100% !important;
}
.hero .cycloneslider .cycloneslider-slides {
  height: 100% !important;
}
.hero .cycloneslider .cycloneslider-slides .cycloneslider-slide {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  box-shadow: 5px 5px 80px 0 rgba(0, 0, 0, 0.75) inset;
  padding-top: 200px;
}
.hero .cycloneslider .cycloneslider-slides .cycloneslider-slide .slide-content-wrapper {
  background: rgba(16, 37, 50, 0.5);
  margin: 0 auto;
  padding: 1rem;
  width: 50rem;
}
.hero .cycloneslider .cycloneslider-slides .cycloneslider-slide .slide-content-wrapper h1 {
  color: #fff;
  font: bold 3rem/1.2 roboto_condensedregular;
  margin: 1rem 0;
  text-transform: uppercase;
}
body > header {
  width: 100%;
}
body > header #top_bar {
  background: #102532;
  display: block;
  height: 90px;
  margin: 0;
  padding: 0;
  width: 100%;
}
body > header #top_bar #social_media {
  display: none;
}
body > header #top_bar #logo {
  border: 0 none;
  height: 90px;
  margin: 0 0 0 10px;
}
body > header #top_bar #utility_menu {
  float: right;
}
body > header #top_bar #utility_menu ul {
  margin: 0;
  padding: 0;
}
body > header #top_bar #utility_menu ul li {
  display: inline-block;
  height: 24px;
  margin-top: -4px;
  padding: 0;
}
body > header #top_bar #utility_menu ul li a {
  display: none;
}
body > header #top_bar #utility_menu ul li.phone a {
  color: #fff;
  display: block;
  font: normal 1.1rem/30px roboto_condensedregular;
  left: 0;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 100%;
  z-index: 1;
}
body > header #top_bar #utility_menu ul li.phone a span {
  color: #fff;
  display: block;
  font: normal 0.8rem/1 roboto_condensedregular;
  text-align: center;
}
body > header #top_bar #top_menu_icon {
  color: #fff;
  display: block;
  font-size: 2.5rem;
  position: absolute;
  right: 10px;
  top: 20px;
}
body > header #top_menu {
  display: none;
}
@media (min-width: 800px) {
  body > header {
    position: fixed;
    top: 0;
    z-index: 10000;
  }
  body > header #top_bar {
    height: 30px;
  }
  body > header #top_bar #social_media {
    display: block;
    float: left;
  }
  body > header #top_bar #social_media ul {
    height: 24px;
    margin: 0;
    padding: 3px 0 0 0.6rem;
  }
  body > header #top_bar #social_media ul li {
    display: inline-block;
    list-style-type: none;
  }
  body > header #top_bar #social_media ul li a {
    color: #889299;
    display: block;
    font-size: 1.2rem;
    height: 20px;
    padding: 2px 0;
    text-decoration: none;
    width: 20px;
  }
  body > header #top_bar #social_media ul li a span {
    display: block;
    text-indent: -10000px;
  }
  body > header #top_bar #social_media ul li a:hover {
    color: #fff;
  }
  body > header #top_bar #logo {
    height: 110px;
  }
  body > header #top_bar #utility_menu ul li a {
    border-right: 1px #666 solid;
    color: #eee;
    display: inline-block;
    font: normal 0.9rem/24px "OpenSans";
    height: 24px;
    margin: 2px 0 0;
    padding: 0 0.5rem;
    text-decoration: none;
    text-transform: uppercase;
  }
  body > header #top_bar #utility_menu ul li a:hover {
    color: #fff;
  }
  body > header #top_bar #utility_menu ul li.phone a {
    border-right: 0 none;
    color: #fdd13a;
    display: inline-block;
    position: static;
    text-align: left;
    top: 0;
  }
  body > header #top_bar #utility_menu ul li.phone a span {
    display: none;
  }
  body > header #top_bar #utility_menu ul li.phone a:hover {
    color: ffe54f;
  }
  body > header #top_bar #top_menu_icon {
    display: none;
  }
  body > header #top_menu {
    background: #152d3d;
    box-shadow: 0 8px 9px -6px rgba(0, 0, 0, 0.3);
    display: block;
    height: 60px;
    margin: 0;
    padding: 0;
    width: 100%;
    opacity: 0.9;
  }
  body > header #top_menu a {
    color: #fff;
    display: block;
    font: normal 0.8rem/60px roboto_condensedregular;
    margin: 0;
    padding: 0 0.6rem;
    text-decoration: none;
    text-transform: uppercase;
  }
  body > header #top_menu a:hover {
    background: #aaa;
    color: #102532;
  }
  body > header #top_menu #left_menu,
  body > header #top_menu #right_menu {
    display: table;
    margin: 0;
    padding: 0;
  }
  body > header #top_menu #left_menu li,
  body > header #top_menu #right_menu li {
    display: table-cell;
  }
  body > header #top_menu #left_menu li a,
  body > header #top_menu #right_menu li a {
    color: #fff;
    display: block;
    font: normal 1rem/60px roboto_condensedregular;
    margin: 0 0.6rem;
    padding: 0 0.6rem;
    text-decoration: none;
    text-transform: uppercase;
  }
  body > header #top_menu #left_menu li a:hover,
  body > header #top_menu #right_menu li a:hover {
    background: #aaa;
    color: #102532;
  }
  body > header #top_menu #left_menu li:first-child a,
  body > header #top_menu #right_menu li:first-child a {
    margin-left: 0;
  }
  body > header #top_menu #left_menu li:last-child a,
  body > header #top_menu #right_menu li:last-child a {
    margin-right: 0;
  }
  body > header #top_menu #left_menu {
    float: left;
  }
  body > header #top_menu #right_menu {
    float: right;
  }
}
@media (min-width: 1000px) {
  body > header #top_menu a {
    font: normal 0.9rem/60px roboto_condensedregular;
  }
}
@media (min-width: 1200px) {
  body > header #top_bar #logo {
    border: 1px #40525d solid;
    height: 140px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    text-indent: -10000px;
    top: 0;
    z-index: 2;
  }
}
body > footer {
  background: #112735;
  margin: 0;
}
body > footer > .container > section h1 {
  color: #fff;
  font: normal 1.2rem/1.2 roboto_condensedregular;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 800px) {
  body > footer > .container:before,
  body > footer > .container:after {
    content: " ";
    display: table;
  }
  body > footer > .container:after {
    clear: both;
  }
  body > footer > .container > section {
    display: block;
    float: left;
    margin: 0 0.5%;
    padding: 1rem;
    width: 33%;
  }
  body > footer > .container > section:first-child,
  body > footer > .container > section:last-child {
    margin: 0 0;
  }
  body > footer > .container > section .atf-object.atf-static-tweets .atf-tweet-wrapper {
    border-top: 1px #aaa solid;
    font: normal 0.9rem/1.2 OpenSans;
    margin: 0;
    padding: 15px 0;
  }
  body > footer > .container > section .atf-object.atf-static-tweets .atf-tweet-wrapper .atf-user-card {
    color: #e0e0e0;
    font-weight: bold;
  }
  body > footer > .container > section .atf-object.atf-static-tweets .atf-tweet-wrapper .atf-user-card a {
    color: #9f9f9f;
    font-weight: normal;
    text-decoration: none;
  }
  body > footer > .container > section .atf-object.atf-static-tweets .atf-tweet-wrapper .atf-user-card a:hover {
    text-decoration: underline;
  }
  body > footer > .container > section .atf-object.atf-static-tweets .atf-tweet-wrapper .atf-tweet-time {
    color: #9f9f9f;
    margin-top: 5px;
  }
  body > footer > .container > section .atf-object.atf-static-tweets .atf-tweet-wrapper .atf-tweet-text {
    color: #e0e0e0;
    font-size: 0.8rem;
  }
  body > footer > .container > section .atf-object.atf-static-tweets .atf-tweet-wrapper .atf-tweet-text a {
    color: #93d2fa;
    text-decoration: none;
  }
  body > footer > .container > section .atf-object.atf-static-tweets .atf-tweet-wrapper .atf-tweet-text a:hover {
    color: #7bc8f9;
    text-decoration: underline;
  }
  body > footer > .container > section .atf-object.atf-static-tweets .atf-tweet-wrapper .atf-tweet-actions {
    color: #e0e0e0;
  }
  body > footer > .container > section .atf-object.atf-static-tweets .atf-tweet-wrapper .atf-tweet-actions .fa {
    color: #e0e0e0;
  }
  body > footer > .container > section .atf-object.atf-static-tweets .atf-tweet-wrapper .atf-tweet-actions .fa:hover {
    color: #d3d3d3;
  }
  body > footer > .container > section .atf-object.atf-static-tweets .atf-tweet-wrapper .atf-tweet-actions:hover {
    color: #d3d3d3;
  }
  body > footer > .container > section .atf-object.atf-static-tweets .atf-tweet-wrapper:first-child {
    border-top: none;
  }
  body > footer > .container > section form label {
    color: #fff;
  }
}
body.home main > section .action-items {
  display: table;
  list-style-type: none;
  margin: 1rem 0;
  padding: 0;
  width: 100%;
}
body.home main > section .action-items li {
  display: table-cell;
  text-align: center;
}
body.home main > section .action-items li a {
  background-size: 300px 300px;
  border: 2px #193144 solid;
  border-radius: 50%;
  display: inline-block;
  height: 300px;
  margin: 0;
  position: relative;
  width: 300px;
}
body.home main > section .action-items li a.floorplans {
  background-image: url('../images/floorplans_lg.jpg');
  box-shadow: 0px 300px rgba(180, 100, 100, 0.3) inset;
}
body.home main > section .action-items li a.amenities {
  background-image: url('../images/amenities_lg.jpg');
  box-shadow: 0px 300px rgba(100, 180, 100, 0.3) inset;
}
body.home main > section .action-items li a.gallery {
  background-image: url('../images/galleries_lg.jpg');
  box-shadow: 0px 300px rgba(100, 100, 180, 0.3) inset;
}
body.home main > section .action-items li a span {
  background: #193144;
  color: #fff;
  display: block;
  font: bold 1.3rem/1.2 roboto_condensedregular;
  letter-spacing: 0.1rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 1rem;
  width: 100%;
}
body.home main > section .action-items li a:hover {
  box-shadow: none;
}
body.home main > section .action-items li a:hover span {
  background: #193155;
}
body.home main > section .action-items li:first-child {
  text-align: left;
}
body.home main > section .action-items li:last-child {
  text-align: right;
}
#promo {
  background: url('../images/promo_lg.jpg') no-repeat top center;
  background-size: cover;
  box-shadow: 5px 5px 80px 0 rgba(0, 0, 0, 0.75) inset;
  height: 500px;
  padding: 1rem 0;
  width: 100%;
}
#promo h1 {
  color: #fff;
  font: normal 4.5rem/1.2 roboto_condensedregular;
  margin: 1rem 0;
  text-transform: uppercase;
  transform: scale(1, 1.2);
}
#promo .promo-content-wrapper {
  background: rgba(16, 37, 50, 0.5);
  display: table;
  margin: 200px auto 0;
  padding: 1rem;
  text-align: center;
}
body {
  margin: 12px !important;
}
