@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Stardos+Stencil");
.white {
  color: white; }
  .white * {
    color: white; }

.grey {
  color: #d6d8d9; }
  .grey * {
    color: #d6d8d9; }

.grey_bg {
  background: #d6d8d9; }

.white_bg {
  background: white; }

.dark_blue_bg {
  background: #263038; }
  .dark_blue_bg * {
    color: white; }

.dark_blue {
  color: #263038; }
  .dark_blue * {
    color: #263038; }

.darkest_bg {
  background: #171e24; }

.side_padding {
  padding-left: 15px;
  padding-right: 15px; }

.top_container_padding {
  padding-top: 80px; }

.bottom_container_padding {
  padding-bottom: 80px; }

.top_bottom_container_padding, .container .container_content {
  padding-top: 80px;
  padding-bottom: 80px; }

.half_top_container_padding {
  padding-top: 60px; }

.half_bottom_container_padding, .map_category {
  padding-bottom: 60px; }

.half_top_bottom_container_padding {
  padding-top: 60px;
  padding-bottom: 60px; }

.container {
  position: relative;
  max-width: 1440px !important; }

.internal_container, .specification_list, .floorplan_content, .developments, .downloads_container {
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto; }

.no_container_padding {
  padding-right: 0px;
  padding-left: 0px; }

.clear {
  clear: both; }

.full_width_image {
  width: 100%; }

.centered_image {
  display: block;
  margin: auto; }

.gallery .bx-wrapper, .plain_slider .bx-wrapper {
  border: none;
  box-shadow: none;
  background: inherit;
  margin-bottom: 0px; }

.bxslider li {
  position: relative; }

.relative {
  position: relative; }

.no_bottom_margin {
  margin-bottom: 0px; }

.stardos, .white_navbar {
  font-family: 'Stardos Stencil', cursive; }

.pt_bold {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700; }

strong, .bold, .emphasised_para {
  font-weight: 700; }

.uppercase {
  text-transform: uppercase; }

.light, li.large_text {
  font-weight: 300; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 20px; }

h1 {
  font-size: 266.666%;
  line-height: 104%; }

.large_heading {
  font-size: 260%; }

h2, .large_text {
  font-size: 233.333%;
  line-height: 125%; }

h3, .med_text, li.large_text {
  font-size: 200%;
  line-height: 125%; }

h4 {
  font-size: 166.6666%;
  line-height: 125%; }

h5, .small_heading, .specification_list ul li, .floorplan_content ul li {
  font-size: 133.33%;
  line-height: 125%; }

.small_text {
  font-size: 66.6666%;
  line-height: 125%; }

p {
  margin-bottom: 20px; }
  p:last-child {
    margin-bottom: 0px; }

.text_center {
  text-align: center; }

.white_text {
  color: white; }
  .white_text * {
    color: white; }

a {
  transition: color 0.2s ease;
  color: #263038; }
  a:hover {
    text-decoration: none;
    color: #9fb0be; }

a.underlined_link {
  text-decoration: underline; }

ul {
  padding: 0;
  margin: 0; }

.arrow_list {
  padding: 0;
  margin: 0; }
  .arrow_list div {
    overflow: hidden; }
  .arrow_list li {
    margin-bottom: 40px;
    margin-top: 9px; }
    .arrow_list li img {
      position: relative;
      margin-right: 10px;
      float: left; }

.small_list li {
  margin-bottom: 20px;
  margin-top: 2px; }
  .small_list li div {
    overflow: hidden; }
  .small_list li img {
    position: relative;
    top: -2px;
    margin-right: 10px;
    float: left; }

li.large_text {
  line-height: 34px; }
  li.large_text img:first-child {
    margin-bottom: 20px; }
  li.large_text img:last-child {
    margin-top: 20px; }

li:last-child {
  margin-bottom: 0px; }

li {
  list-style-type: none; }

.one-word-per-line {
  word-spacing: 10000px; }

.white_navbar {
  background: white;
  padding: 25px 30px;
  position: fixed;
  width: 100%;
  z-index: 11;
  top: 0; }
  .white_navbar a {
    letter-spacing: 2px; }

.mobile_open {
  position: fixed;
  right: 30px;
  top: 28px;
  z-index: 11;
  cursor: pointer; }

.navigation_bar {
  color: white;
  z-index: 12;
  transition: transform 0.4s ease-in-out;
  position: fixed;
  top: 0px;
  left: 100%;
  width: 100%;
  max-width: 500px;
  height: 100%; }
  .navigation_bar:before {
    content: '';
    display: block;
    background: #263038;
    position: absolute;
    width: 100%;
    max-width: 500px;
    height: 100%;
    opacity: 0.8; }
  .navigation_bar * {
    color: white; }
  .navigation_bar .mobile_close {
    position: absolute;
    top: 27px;
    right: 30px;
    z-index: 10;
    cursor: pointer;
    height: 19px; }
  .navigation_bar .main_nav {
    width: 100%;
    max-width: 1000px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
    padding: 40px; }
    .navigation_bar .main_nav li a {
      display: block;
      padding: 5px 0;
      font-size: 230%;
      border-bottom: 1px solid white; }
      .navigation_bar .main_nav li a:hover {
        color: white; }
    .navigation_bar .main_nav li:hover:before {
      opacity: 0; }
    .navigation_bar .main_nav .active_nav:before {
      opacity: 0; }

.navigation_bar.animated_nav {
  transform: translate(-100%); }

.under_nav_content {
  margin-top: 75px; }

body {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  background: #263038;
  font-size: 18px; }

.full_html_height {
  height: 100%;
  overflow: hidden; }
  .full_html_height body, .full_html_height .under_nav_content {
    height: 100%; }

.top_left_heading {
  position: absolute;
  top: 0px;
  left: 0px; }
  .top_left_heading h1 {
    text-align: center; }

.top_left_heading h1, .bottom_right_heading h1, .bottom_left_heading h1 {
  position: relative;
  padding: 50px 50px 50px; }

.bottom_right_heading {
  position: absolute;
  bottom: 0px;
  right: 0px; }

.bottom_left_heading {
  position: absolute;
  bottom: 0px;
  left: 0px; }

.blue_opacity {
  color: white; }
  .blue_opacity:before {
    content: '';
    display: block;
    background: #263038;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    opacity: 0.8; }

.top_triangle:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0px;
  width: 100%;
  height: 65px; }

.dark_blue_bg.top_triangle:after {
  background: linear-gradient(-7deg, #263038 48%, transparent 10%); }

.bottom_triangle:after {
  content: '';
  display: block;
  background: #263038;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 65px;
  z-index: 1; }

.blue_opacity.bottom_triangle:after, .dark_blue_bg.bottom_triangle:after {
  background: linear-gradient(-186deg, #1d252e 40%, transparent 10%); }

.blue_opacity.bottom_triangle:after {
  opacity: 0.8; }

.subhead, .narrow_heading {
  position: relative;
  width: 100%;
  padding-bottom: 0px;
  text-align: center;
  padding: 30px 30px 10px;
  max-width: 300px; }

.narrow_heading_width, .narrow_heading {
  max-width: 470px; }

.narrow_heading {
  max-width: 300px; }

.map_overlay_heading {
  position: absolute;
  top: 0px;
  z-index: 10; }

.home_captions {
  max-width: 800px;
  width: 100%;
  line-height: 420%; }
  .home_captions:before {
    background: #1d252e !important; }
  .home_captions:after {
    height: 220px;
    background: linear-gradient(-190deg, #1d252e 40%, transparent 10%) !important; }

.caption {
  left: 50px;
  color: white;
  width: 100%;
  padding: 30px;
  position: relative;
  z-index: 1; }

.slide_label {
  position: absolute;
  top: 245px;
  font-size: 170%;
  padding: 30px 50px;
  text-align: right;
  left: 80px;
  z-index: 2;
  width: 100%;
  max-width: 385px; }
  .slide_label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.7; }
  .slide_label:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 40px;
    z-index: 1;
    opacity: 0.7; }
  .slide_label span {
    position: relative;
    color: white;
    display: block; }

.responsive_slide_label {
  display: none; }

.full_screen_slider {
  height: 100%; }

.slide_background, .slide_background_content {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #999; }
  .slide_background .slide_content, .slide_background_content .slide_content {
    position: fixed;
    width: 100%; }

.activeSlide, .hiddenSlide {
  opacity: 0;
  transition: opacity 1s ease-in-out, height 1s ease-in-out; }

.hiddenSlide {
  height: 0%; }

.activeSlide {
  opacity: 1;
  z-index: 1; }

.home_gms {
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: white; }
  .home_gms span {
    font-size: 70%; }
  .home_gms img {
    height: 53px; }

.hero_image {
  position: relative; }
  .hero_image .overlay_content {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
    max-width: 640px;
    z-index: 10; }
    .hero_image .overlay_content .overlay_text {
      color: white;
      position: relative;
      z-index: 11;
      padding: 50px 50px 10px; }
  .hero_image .bottom_triangle:after {
    height: 80px; }

.gallery_thumb_container {
  position: relative; }
  .gallery_thumb_container .slide_caption:before {
    background: #22282d;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 7.5px;
    right: 7.5px;
    bottom: 15px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out; }
  .gallery_thumb_container .slide_caption .slide_caption_content {
    position: absolute;
    color: white;
    padding: 30px;
    top: 50%;
    text-align: center;
    left: 7.5px;
    right: 7.5px;
    transform: translate(0, -50%);
    opacity: 0;
    transition: opacity 0.2s ease-in-out; }
    .gallery_thumb_container .slide_caption .slide_caption_content h1 {
      font-size: 103%;
      margin-bottom: 20px; }
  .gallery_thumb_container:hover .slide_caption:before {
    opacity: 0.9; }
  .gallery_thumb_container:hover .slide_caption_content {
    opacity: 1; }

.clickable_thumb {
  margin-bottom: 15px;
  cursor: pointer; }

.building_gallery .col-sm-6, .building_gallery .col-sm-12 {
  padding-right: 7.5px;
  padding-left: 7.5px; }
  .building_gallery .col-sm-6 .row, .building_gallery .col-sm-12 .row {
    margin-right: -7.5px;
    margin-left: -7.5px; }

.specification_list, .floorplan_content {
  margin-top: 60px; }
  .specification_list ul li, .floorplan_content ul li {
    padding: 20px 0 10px; }

.location_map, .transport_map {
  height: 600px; }

.map_categories, .local_occupiers {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto; }

.show_all_map_cats {
  font-size: 50%;
  cursor: pointer; }

.categories-6 {
  max-width: 960px; }
  .categories-6 .map_category {
    width: calc(10.4% + 30px); }

.categories-5 {
  max-width: 960px; }
  .categories-5 .map_category {
    width: calc(13.7% + 30px); }

.categories-4 {
  max-width: 880px; }
  .categories-4 .map_category {
    width: calc(18.1% + 30px); }

.categories-3 {
  max-width: 760px; }
  .categories-3 .map_category {
    width: calc(25.4% + 30px); }

.categories-2 {
  max-width: 460px; }
  .categories-2 .map_category {
    width: calc(36.9% + 30px); }

.categories-1 {
  max-width: 220px; }
  .categories-1 .map_category {
    width: calc(70.9% + 30px); }

.map_category {
  position: relative;
  float: left;
  margin-left: 15px;
  margin-right: 15px; }
  .map_category .icon_hover {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out; }
  .map_category h5 {
    margin-top: 20px;
    transition: font-weight 0.3s ease;
    line-height: 120%;
    margin-bottom: 0px; }
  .map_category:hover {
    cursor: pointer; }
    .map_category:hover h5 {
      font-weight: 700; }

.occupier_image {
  display: inline-block;
  margin: 0px 25px;
  max-width: 100%; }

.location_bottom {
  position: relative; }
  .location_bottom:before {
    content: '';
    display: block;
    background: linear-gradient(-183deg, #263038 40%, transparent 10%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 144px; }

.transport_top, .about_top {
  position: relative; }

.transport_heading, .about_heading {
  max-width: 400px; }

.transport_subheading, .about_subheading {
  text-align: right;
  max-width: 475px; }

.travel_map {
  margin-top: 40px;
  margin-bottom: 40px;
  display: block; }

.lg-outer .lg-thumb-item img, .lg-object.lg-image {
  background-color: #9c9a9a; }

.map_infowindow {
  color: #263038 !important; }

.about_content_container {
  max-width: 640px; }
  .about_content_container h1 {
    padding-left: 0px !important; }
  .about_content_container * {
    color: white; }
  .about_content_container .about_content {
    position: relative;
    padding: 0 50px 50px; }
  .about_content_container:after {
    height: 104px; }

.developments_header, .downloads_header {
  max-width: 400px;
  position: absolute;
  left: 0px; }

.developments {
  margin-top: 230px;
  margin-bottom: 120px; }

.development_box, .download_box {
  text-transform: uppercase;
  margin-bottom: 60px; }
  .development_box img, .download_box img {
    display: block;
    margin-bottom: 20px; }
  .development_box h1, .download_box h1 {
    font-size: 100%;
    margin-bottom: 3px;
    font-weight: 700; }
  .development_box a, .download_box a {
    color: #908f8f;
    font-weight: 700; }

.downloads_header {
  top: 80px; }

.downloads_container {
  margin-top: 310px; }

.active_project_container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .active_project_container .active_project_background {
    display: block;
    background: black;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    cursor: pointer; }
  .active_project_container .active_project {
    background: white;
    position: relative;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    padding: 90px 40px 40px; }
    .active_project_container .active_project .close_active {
      padding: 5px;
      cursor: pointer;
      position: absolute;
      top: 35px;
      display: block;
      text-align: center;
      color: #969696;
      right: 35px;
      transition: color 0.2s ease; }
      .active_project_container .active_project .close_active:hover {
        color: black; }
    .active_project_container .active_project img {
      max-width: 300px;
      display: block;
      margin: 0px 0 40px; }
    .active_project_container .active_project .development_website {
      margin-top: 20px; }

.white {
  color: white; }
  .white * {
    color: white; }

.grey {
  color: #d6d8d9; }
  .grey * {
    color: #d6d8d9; }

.grey_bg {
  background: #d6d8d9; }

.white_bg {
  background: white; }

.dark_blue_bg {
  background: #263038; }
  .dark_blue_bg * {
    color: white; }

.dark_blue {
  color: #263038; }
  .dark_blue * {
    color: #263038; }

.darkest_bg {
  background: #171e24; }

.contact_agent_image {
  max-width: 100%;
  height: 100px;
  margin-bottom: 30px; }

.contact_wrapper:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #263038;
  position: absolute;
  opacity: 0.7;
  top: 0;
  left: 15px;
  right: 15px; }

.edward_biglogo_contact {
  max-width: 270px; }

.contact_content {
  padding: 0 50px 50px 50px;
  font-size: 90%; }
  .contact_content .contact_detail {
    margin-bottom: 30px; }
    .contact_content .contact_detail p {
      margin-bottom: 0; }
    .contact_content .contact_detail a {
      color: white; }
      .contact_content .contact_detail a:hover {
        color: #263038 !important; }
    .contact_content .contact_detail:last-child {
      margin-bottom: 0px; }
  .contact_content .jason_container {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid white; }

.contact_container {
  max-width: 700px;
  z-index: 1;
  color: white; }
  .contact_container .contact_internal {
    position: relative;
    color: white;
    z-index: 1; }

.contact_container.top_triangle:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 93px;
  opacity: 0.7; }

.misrep_text {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid white;
  font-size: 50%;
  color: white; }
  .misrep_text a {
    color: white; }

.footer {
  padding-bottom: 30px;
  color: white; }
  .footer * {
    color: white; }
  .footer .footer_content {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px; }
    .footer .footer_content .edward_biglogo {
      max-width: 100px;
      display: block;
      float: left;
      height: 53px;
      margin-right: 20px; }
    .footer .footer_content .GMSLogo {
      display: block;
      float: right; }
      .footer .footer_content .GMSLogo span {
        font-size: 70%; }
      .footer .footer_content .GMSLogo img {
        height: 53px; }
    .footer .footer_content .footer_contact {
      display: inline-block;
      margin-right: 20px;
      font-size: 66.666%; }
      .footer .footer_content .footer_contact p {
        margin-bottom: 0px; }
        .footer .footer_content .footer_contact p:last-child {
          margin-bottom: 0px; }
    .footer .footer_content .footer_terms {
      text-align: right;
      color: #9fb0be; }
      .footer .footer_content .footer_terms a {
        color: #9fb0be;
        font-size: 77.777%; }
        .footer .footer_content .footer_terms a:hover {
          color: #4f6475; }

.full_html_height .footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  max-width: 100% !important; }
  .full_html_height .footer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #263038;
    opacity: 0.8; }
  .full_html_height .footer .footer_content {
    margin-left: auto;
    margin-right: auto; }

.contact_page .footer {
  display: none; }

.white {
  color: white; }
  .white * {
    color: white; }

.grey {
  color: #d6d8d9; }
  .grey * {
    color: #d6d8d9; }

.grey_bg {
  background: #d6d8d9; }

.white_bg {
  background: white; }

.dark_blue_bg {
  background: #263038; }
  .dark_blue_bg * {
    color: white; }

.dark_blue {
  color: #263038; }
  .dark_blue * {
    color: #263038; }

.darkest_bg {
  background: #171e24; }

.mobile_show, .ipad_portrait_show {
  display: none !important; }

@media (min-width: 992px) {
  .container {
    width: 100%; } }

.ipad_landscape {
  display: none !important; }

@media (max-width: 1100px) {
  .ipad_landscape_hide {
    display: none !important; }
  .ipad_landscape {
    display: block !important; }
  .about_content_container:after {
    display: none; }
  body {
    font-size: 16px; }
  .under_nav_content {
    margin-top: 72px; }
  .large_heading {
    font-size: 300%;
    line-height: 100%; }
  .home_captions {
    max-width: 500px;
    line-height: 120%; }
  .home_captions:after {
    height: 170px !important; }
  .caption {
    left: 0px; }
  .slide_label {
    top: 222px;
    font-size: 30px;
    padding: 30px;
    left: 30px;
    max-width: 250px; }
  .mobile_show {
    display: block !important; }
  .floorplan_list {
    margin-bottom: 90px; }
  .floorplans .floorplan_container {
    position: relative;
    height: 450px;
    width: 80%;
    margin: auto; }
  .specification_list ul li, .floorplan_content ul li {
    padding: 10px 0 5px; }
  .location_map, .transport_map {
    height: 500px; }
  .categories-6 {
    max-width: 960px; }
    .categories-6 .map_category {
      width: 13.50%; }
  .footer {
    padding-bottom: 20px; }
    .footer .footer_content {
      margin-top: 20px; } }

@media (max-width: 1023px) {
  body {
    font-size: 14px; }
  .under_nav_content {
    margin-top: 70px; }
  .container {
    width: 100%;
    max-width: 768px !important;
    padding-left: 0px;
    padding-right: 0px; }
  .floorplans .floorplan_container {
    height: 380px; }
  .categories-6 .map_category {
    width: 12.6%; }
  .occupier_image {
    margin-bottom: 30px; }
  .top_triangle:after {
    height: 40px; }
  .about_content {
    padding: 0 30px 30px !important; }
  .developments {
    margin-top: 175px;
    margin-bottom: 80px; }
  .contact_container:after {
    height: 95px; }
  .categories-3 .map_category, .categories-5 .map_category, .categories-6 .map_category {
    width: calc(25.0% + 30px); }
  .categories-4 .map_category {
    width: calc(16.7% + 30px); }
  .transport_subheading:after, .about_subheading:after {
    height: 63px; } }

@media (max-width: 780px) {
  .about_content_container {
    position: relative;
    max-width: 780px; }
    .about_content_container h1 {
      padding-top: 30px;
      padding-bottom: 30px; }
  .developments {
    margin-top: 125px; }
  .development_box {
    width: 50%; }
  .developments_header, .downloads_header {
    background: white;
    max-width: 780px; }
    .developments_header h3, .downloads_header h3 {
      color: #263038; }
    .developments_header:after, .downloads_header:after {
      display: none; }
  .downloads_header {
    width: 100%;
    top: 0px;
    padding: 20px 20px 20px; }
  .downloads_container {
    margin-top: 110px; }
  .download_box {
    width: 33.33333%; } }

.contact_mobile {
  display: none; }

@media (max-width: 767px) {
  .agent_row {
    margin-bottom: 30px; }
  .contact_non_mobile {
    display: none; }
  .contact_mobile {
    display: block; }
  .contact_mobile.contact_container {
    overflow: auto;
    height: 100%; }
  .large_heading {
    font-size: 180%;
    line-height: 100%; }
  .home_captions:after {
    height: 90px !important; }
  .slide_label {
    display: none; }
  .footer .footer_content .GMSLogo {
    margin-top: 5px; }
    .footer .footer_content .GMSLogo span {
      display: none; }
  .footer .footer_content .edward_biglogo {
    margin-top: 5px;
    float: left; }
  /*remove all triangles*/
  .bottom_triangle:after, .slide_label:after, .top_triangle:after, .top_triangle:after {
    display: none; }
  .responsive_slide_label {
    display: block;
    font-size: 14px;
    left: 0;
    position: fixed;
    padding: 10px;
    text-align: center;
    bottom: 12%;
    width: 100%;
    color: white; }
  .subhead, .narrow_heading, .narrow_heading {
    padding: 20px 20px 20px; }
  .map_overlay_heading {
    max-width: 800px;
    position: relative; }
  .floorplans {
    padding-bottom: 60px; }
  .specification_list, .floorplan_content {
    margin-top: 40px; }
  .categories-6, .categories-5, .categories-4, .categories-3, .categories-2 {
    max-width: 960px; }
    .categories-6 .map_category, .categories-5 .map_category, .categories-4 .map_category, .categories-3 .map_category, .categories-2 .map_category {
      width: calc(40.7% + 30px); }
      .categories-6 .map_category:nth-child(2n+1), .categories-5 .map_category:nth-child(2n+1), .categories-4 .map_category:nth-child(2n+1), .categories-3 .map_category:nth-child(2n+1), .categories-2 .map_category:nth-child(2n+1) {
        clear: both; }
      .categories-6 .map_category h5, .categories-5 .map_category h5, .categories-4 .map_category h5, .categories-3 .map_category h5, .categories-2 .map_category h5 {
        font-size: 100%; }
  .hero_image .overlay_content .overlay_text {
    padding: 30px 30px 30px; }
  .edward_biglogo_contact, .GMSLogo_contact {
    max-width: 100px; }
  .contact_container {
    width: 100%; }
    .contact_container h1 {
      padding: 30px; }
  .contact_content {
    padding: 0 30px 30px 30px; }
  .contact_detail {
    margin-bottom: 10px !important; } }

.mobile_show {
  display: none !important; }

@media (max-width: 700px) {
  .categories-6 .map_category, .categories-5 .map_category, .categories-4 .map_category, .categories-3 .map_category, .categories-2 .map_category {
    width: calc(39% + 30px); }
  .download_box {
    width: 50%; }
  .responsive_slide_label {
    bottom: 96px; } }

@media (max-width: 600px) {
  .top_container_padding {
    padding-top: 50px; }
  .bottom_container_padding {
    padding-bottom: 50px; }
  .top_bottom_container_padding, .container .container_content {
    padding-top: 50px;
    padding-bottom: 50px; }
  .half_top_container_padding {
    padding-top: 40px; }
  .half_bottom_container_padding, .map_category {
    padding-bottom: 40px; }
  .half_top_bottom_container_padding {
    padding-top: 40px;
    padding-bottom: 40px; }
  .mobile_hide {
    display: none; }
  .mobile_show {
    display: block !important; }
  h1 {
    font-size: 180%; }
  h2, .large_text {
    font-size: 150%; }
  h3, .med_text, li.large_text {
    font-size: 140%; }
  h4 {
    font-size: 130%; }
  h5, .small_heading, .specification_list ul li, .floorplan_content ul li {
    font-size: 120%; }
  .small_text {
    font-size: 80%; }
  .hero_image .overlay_content {
    position: relative;
    top: 0px; }
  .hero_image .overlay_content:before {
    opacity: 1; }
  .floorplans .floorplan_container {
    height: 310px; }
  .categories-6 .map_category, .categories-5 .map_category, .categories-4 .map_category, .categories-3 .map_category, .categories-2 .map_category {
    width: calc(37% + 30px); }
  .transport_heading {
    max-width: 800px;
    width: 100%; }
    .transport_heading h1 {
      word-spacing: inherit;
      padding: 30px; }
  .transport_subheading {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 800px; }
  .top_left_heading h1, .bottom_right_heading h1, .bottom_left_heading h1 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px; } }

@media (max-width: 575px) {
  .floorplans .floorplan_container {
    height: 230px; }
  .categories-6 .map_category, .categories-5 .map_category, .categories-4 .map_category, .categories-3 .map_category, .categories-2 .map_category {
    width: calc(32% + 30px); }
  .white_navbar {
    padding: 15px 30px; }
  .under_nav_content {
    margin-top: 50px; }
  .mobile_open, .navigation_bar .mobile_close {
    top: 16px; }
  .main_nav li a {
    font-size: 150%; }
  .occupier_image:last-child {
    margin-bottom: 0px !important; }
  .developments {
    margin-top: 75px;
    margin-bottom: 0px; }
  .development_box {
    width: 100%;
    padding: 0px;
    margin-bottom: 30px; }
  .download_box {
    width: 100%; }
  .responsive_slide_label {
    bottom: 136px; } }

@media (max-width: 370px) {
  .categories-6 .map_category, .categories-5 .map_category, .categories-4 .map_category, .categories-3 .map_category, .categories-2 .map_category {
    width: calc(29% + 30px); }
  .responsive_slide_label {
    bottom: 180px; } }

/*# sourceMappingURL=main.css.map */