/*
 * This file will hold styles that are loaded using the same media query as the wide grid.
 */
h2 {
  font-size: 45px; }

        .page-land-for-sale #zone-content .grid-12 .view-header form,
        .page-house-and-land #zone-content .grid-12 .view-header form {
          width: 1180px; }

      #zone-menu-wrapper .nice-menu-main-menu li a {
        font-size: 21px; }

/*
 * ******************************************
 */
/*
 * ************** House Page ****************
 */
/*
 * ******************************************
 */
    .node-type-house .node-house .group-right {
      width: 18%; }
    .node-type-house .node-house .group-left {
      width: 82%; }

/*
 * ****************************************
 */
/*
 * ************** Land Lot ****************
 */
/*
 * ****************************************
 */
    .node-type-land .node-land .group-left {
      width: 45%; }
    .node-type-land .node-land .group-right {
      width: 53%; }
      .node-type-land .webform-client-form .form-item input {
        margin-bottom: 12px; }
      .node-type-land .webform-client-form .form-item.webform-component-markup {
        margin-bottom: 12px; }
    .node-type-land .webform-client-form .form-actions {
      margin-top: 12px; }

/*
 * ****************************************
 */
/*
 * ************** Masterplan **************
 */
/*
 * ****************************************
 */
#mapholder {
  padding-bottom: 730px; }

/*
 * ****************************************
 */
/*
 * ************** Super Wide **************
 */
/*
 * ****************************************
 */
@media all and (min-width: 1500px) {
  #zone-preface .region-preface-first .view-home-slider .flexslider li div {
          overflow: hidden; }

        .view-home-slider .flexslider .slides img {
          width: 100%;
          min-width: 100%;
          height: auto; } }

