/* CSS Document */
html {
  height: 100%;
  overflow-y: scroll; }

html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 62.5%; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

section, header, article, footer, aside, nav, img {
  display: block; }

a {
  text-decoration: none;
  cursor: pointer; }

a img {
  border: 0; }

img {
  max-width: 100%;
  /* Width is defined by surrounding element */
  margin: 0 auto; }

.sitewidth {
  position: relative;
  width: 96%;
  max-width: 1000px;
  min-width: 320px;
  margin: 0 auto; }

.fullwidth {
  clear: both;
  position: relative;
  width: 100%; }

.caps {
  text-transform: capitalize; }

nobr {
  /* Still not a standard tag */
  white-space: nowrap; }

.toupper {
  text-transform: uppercase; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.whitebg {
  background: white; }

/** Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ **/
.cf {
  zoom: 1; }

.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.clear {
  clear: both; }

.clearright {
  clear: right; }

.clearleft {
  clear: left; }

.fulljustify {
  text-align: justify;
  padding: 100px 0; }

.fulljustify:after {
  content: "";
  display: inline-block;
  width: 100%; }

sup, sub {
  vertical-align: 0;
  position: relative; }

sup {
  bottom: 0.5ex; }

sub {
  font-size: 50%;
  top: 0.5ex; }

/** Responsive iframe **/
iframe {
  max-width: 100%; }

.iframe {
  /* Wrapper div */
  position: relative;
  height: 0;
  overflow: hidden; }

.iframe.gallery {
  padding-bottom: 90%;
  /* default for juicebox */ }

.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mobile {
  display: block; }

.desktop {
  display: none; }

@media all and (min-width: 640px) {
  .left {
    float: left; }

  .right {
    float: right; }

  /** tables **/
  .table {
    display: table;
    width: 100%;
    position: relative;
    table-layout: fixed; }

  .cell {
    display: table-cell;
    vertical-align: top; }

  .mobile {
    display: none; }

  .desktop {
    display: block; }

  .iframe.gallery {
    padding-bottom: 80%;
    /* default for juicebox */ } }
/** Rollover image effect **/
.rollover {
  display: block;
  position: relative; }

.rollover img {
  display: block; }

.rollover a {
  margin: 0 !important;
  padding: 0 !important; }

.rollover .out {
  position: relative;
  top: 0;
  left: 0; }

.rollover .over {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */ }

.rollover a:hover .over {
  opacity: 1;
  filter: alpha(opacity=100); }

/** Collection of useful mixings **/
/**------------------------------**/
/** (Not used in current scss. Active mixings are in "_variables.scss") **/
/** 
Dynamic call for media querries.
Enables flattening of mediaquerries for IE < 9 
**/
/*
a {
  color: gray;
  @include transition(color .3s ease);
  &:hover {
    color: black;
  }
}
*/
/*
.right-grey {
	@include bg-gradient(to bottom left, white, $light, grba(0, 0, 0, 0.5));
} 
==
.right-grey {
	background-color: white;
    background-image: 	linear-gradient(to bottom left, white, $light, grba(0 0 0 0.5));  // for dif. browsers
}
*/
/* ----------------------------
/* Animation
*/
/*
Use:
--------

@include keyframes(slide-down) {
  0% { opacity: 1; }
  90% { opacity: 0; }
}

.element {
  width: 100px;
  height: 100px;
  background: black;
  @include animation('slide-down 5s 3');
}
*/
/** PreventGoogle maps from zooming on scroll **/
/*
.overlay {
  @include overlay(height);
}
*/
/*
Collections:
------------
(commenting out gives error)
*/
.signature .floorplan {
  border-top: 1px #b77c58 solid;
  padding: 0;
  margin: 2% 0; }

.classic .floorplan {
  border-top: 1px #6e8780 solid;
  padding: 0;
  margin: 2% 0; }

/* CSS Document */
body {
  background: url("../images/bg-kalexia-mobile.jpg") right center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: "Advent Pro", sans-serif;
  font-size: 12px;
  font-size: 3vw;
  color: #000;
  margin: 0 auto;
  padding: 0; }

/* Breakpoint */
@media screen and (min-width: 640px) {
  body {
    font-size: 14px;
    font-size: 2vw; } }
/* Middlepoint */
@media screen and (min-width: 820px) {
  body {
    font-size: 15px;
    font-size: 1.5vw; } }
/* Sitewidth */
@media screen and (min-width: 1000px) {
  body {
    background: url("../images/bg-kalexia.jpg") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-size: 18px;
    font-size: 1.8rem; } }
.register #middle_name, .register #fax_number {
  display: none; }
.register table {
  width: 98%;
  max-width: 620px;
  margin: 1% auto; }
  .register table a {
    color: #c3a14a; }
.register th, .register td {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  text-align: right;
  vertical-align: top;
  padding: 5px;
  color: #000; }
  .register th.left, .register td.left {
    text-align: left; }
  .register th.disclaimer, .register td.disclaimer {
    font-size: 80%;
    line-height: 140%;
    text-align: justify; }
  .register th.leftalign, .register td.leftalign {
    text-align: left; }
.register th strong, .register td strong {
  color: #c3a14a;
  font-weight: 700; }
.register th {
  width: 30%; }
.register input[type=text],
.register textarea,
.register select {
  width: 100%;
  padding: 2px 5px;
  background: #dde0e4;
  border: #dde 2px solid; }
.register input[type=submit] {
  color: #fff;
  background: #c3a14a;
  padding: 5px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  border: none;
  cursor: pointer; }
  .register input[type=submit]:hover {
    background: #c3a14a;
    color: white; }

@media screen and (min-width: 640px) {
  .register th, .register td {
    font-size: 90%; }
    .register th.disclaimer, .register td.disclaimer {
      font-size: 70%; } }
/** Bootstrap-Flexnav compilation **/
.nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  cursor: pointer; }

.nav li ul {
  width: 100%;
  list-style: none; }

.nav li ul li {
  position: relative;
  overflow: hidden; }

.collapse {
  display: none;
  visibility: hidden; }

.collapse.in {
  display: block;
  visibility: visible; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  clear: both;
  font-weight: normal;
  white-space: nowrap; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.in {
  overflow-y: auto; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0; }

@media screen and (min-width: 320px) and (max-width: 639px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }
@media screen and (min-width: 640px) {
  .nav {
    margin: 0;
    padding: 0; }
    .nav li > ul {
      position: absolute;
      top: auto;
      left: 0;
      width: auto;
      min-width: 100%; }
    .nav li ul.open {
      display: block;
      opacity: 1;
      visibility: visible;
      z-index: 1; }
    .nav li ul.open li {
      overflow: visible; }
    .nav li ul.open ul.open {
      margin-left: 100%;
      top: 0; }

  .collapse {
    display: block;
    visibility: visible; }

  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important; }

  .navbar-collapse.in {
    overflow-y: visible; }

  .navbar-nav > li {
    float: left; }

  .dropdown:hover .dropdown-menu {
    display: block; } }
/** Custom **/
.bootnav {
  font-size: 100%;
  clear: both;
  border: none;
  /* li.interest:hover,
  li.interest.active { 
  	background: $copper;
  } */ }
  .bootnav li {
    overflow: hidden;
    border-bottom: rgba(255, 255, 255, 0.2) 1px solid; }
    .bootnav li a {
      position: relative;
      display: block;
      padding: 2px 50px;
      font-size: 140%;
      z-index: 2;
      overflow: hidden;
      color: white;
      text-decoration: none;
      line-height: 140%; }
    .bootnav li:last-child {
      border-bottom: none; }
  .bootnav li:hover a,
  .bootnav li.active a {
    color: #c3a14a;
    background: transparent; }
  .bootnav li.interest:hover a,
  .bootnav li.interest.active a {
    color: white; }

.menu-button {
  clear: right;
  position: relative;
  display: block;
  padding: 8px 20px;
  margin: 0 5%;
  text-align: right;
  color: #c3a14a;
  font-size: 160%;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap; }

.menu-button.collapsed {
  color: white; }

.menu-button:hover {
  color: #c3a14a; }

.dropdown::after {
  position: absolute;
  content: "+";
  color: #000;
  font-size: 210%;
  font-weight: 700;
  top: 0;
  right: 40px;
  cursor: pointer;
  z-index: 1; }

.dropdown.open::after {
  content: "\2013"; }

@media screen and (min-width: 1px) and (max-width: 639px) {
  .navbar-nav .open .dropdown-menu {
    background-color: white;
    padding: 0; } }
/* breakpoint */
@media screen and (min-width: 640px) {
  .bootnav {
    position: relative;
    z-index: 999;
    overflow: visible;
    display: table;
    width: 100%;
    margin: 0;
    padding: 0; }
    .bootnav li {
      overflow: visible;
      position: relative;
      float: none;
      display: table-cell;
      vertical-align: middle;
      margin: 0;
      padding: 8px 0;
      border-bottom: none; }
      .bootnav li a {
        color: white;
        padding: 10px;
        padding: 0.8vw 0.5vw;
        text-align: center;
        font-size: 90%;
        border-left: white 1px solid; }
      .bootnav li:first-child a {
        border-left: none; }
    .bootnav li:hover a,
    .bootnav li.active a {
      color: #c3a14a; }
    .bootnav li > ul {
      border: none;
      padding: 0;
      background: none;
      min-width: 100%;
      padding: 0;
      margin: 0; }

  .menu-button {
    display: none; }

  .dropdown-menu {
    padding: 0;
    margin: 0; }

  .menu-button::after {
    position: absolute;
    content: ""; }

  .menu-button.collapsed::after {
    content: ""; }

  .dropdown::after {
    content: ""; }

  .dropdown.open::after {
    content: ""; } }
/* Middlepoint */
@media screen and (min-width: 820px) {
  .bootnav li a {
    font-size: 110%; } }
/* Sitewidth */
@media screen and (min-width: 1000px) {
  .bootnav li {
    padding: 10px 0; } }
/* Maxiwidth */
@media screen and (min-width: 1350px) {
  .bootnav li a {
    font-size: 1.8rem;
    padding: 10px 0; } }
header {
  position: relative; }
  header .logo {
    position: relative;
    padding: 6% 0; }
    header .logo a {
      display: block;
      float: left;
      width: 30%;
      max-width: 305px;
      margin: 0 5% 0 0; }
    header .logo .slogan {
      float: right;
      width: 65%; }
  header nav {
    background: black; }
  header .interest {
    /*		float: right;
    		font-weight: 600;
    		color: white;
    		background: $project;
    		line-height: 100%;
    		strong {
    			font-size: 120%;
    			font-weight: 600;
    		}
    		&.vip {
    			font-size: 140%;
    		}
    		a, span {
    			display: inline-block;
    			border: 10px white solid;
    			padding: 2px 10px;
    			border-bottom: none;
    			text-align: center;
    			color: white;
    		}
    		a:hover {
    			color: white;
    			background: $copper;
    		}
    		strong {
    			display: block;
    			padding: 2% 0;
    		}
    */ }

/* Breakpoint */
/* Sitewidth */
footer {
  background: black;
  color: white;
  border-top: silver 1px solid;
  margin: 0 0 5% 0; }
  footer .logo {
    width: 40%;
    float: left;
    max-width: 125px;
    margin: 1vw; }
  footer .copy {
    clear: both;
    padding: 2%;
    font-size: 80%; }
  footer a {
    color: white; }
  footer .call {
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    padding: 2%; }
    footer .call h2 {
      font-size: 160%;
      font-weight: 600;
      letter-spacing: 1.5px;
      margin: 0; }
    footer .call h3 {
      font-size: 110%;
      margin: 0; }

.iframe.map {
  padding-bottom: 40%; }

.overlay {
  background: transparent;
  position: relative;
  z-index: 1999;
  width: 100%;
  height: 200px;
  /* your iframe height */
  top: 200px;
  /* your iframe height */
  margin-top: -200px;
  /* your iframe height */ }

/* Breakpoint */
@media screen and (min-width: 640px) {
  footer .copy {
    clear: none;
    width: 70%;
    padding: 2% 2% 2% 0; }

  .iframe.map {
    padding-bottom: 30%; } }
/* Sitewidth */
@media screen and (min-width: 1000px) {
  .iframe.map {
    padding-bottom: 20%; } }
/** Home **/
.slider-wrapper {
  position: relative;
  overflow: hidden;
  padding: 10vh 0 0 0;
  background: url("../images/slider/slider-logo.png") no-repeat;
  background-position: 5vw 10vh;
  background-size: 90%;
  background-attachment: fixed; }
  .slider-wrapper .slider {
    position: relative;
    width: 100%;
    height: 90vh;
    max-width: 160vh;
    /* Limit slider size */
    margin: 0 auto;
    overflow: visible; }

.home h1 {
  margin: 0; }
.home aside img {
  display: inline-block;
  width: 50%; }
.home .big strong {
  vertical-align: 0;
  position: relative;
  bottom: -0.3ex;
  font-weight: inherit;
  font-size: 180%; }
.home .callout {
  position: relative;
  color: #000;
  display: block;
  border: 1px black solid;
  margin: 2% 0; }
  .home .callout h2 {
    position: relative;
    color: white;
    font-size: 320%;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 100%;
    padding: 1%;
    margin: 0;
    width: 60%;
    background: black; }
    .home .callout h2 img {
      float: right;
      margin: 1% -50% 1% 0;
      width: 90%;
      border: 2px white solid; }
  .home .callout article {
    padding: 2%; }
  .home .callout .more {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    background: #c3a14a;
    color: white;
    padding: 0.2% 2%; }

/* Breakpoint */
@media screen and (min-width: 640px) {
  .home aside {
    float: left;
    width: 36%;
    margin: 1% 1% 2% 0; }
    .home aside img {
      width: 100%; }
  .home article {
    float: right;
    width: 63%; }
  .home .callout h2 {
    float: left;
    width: 35%;
    background: black; }
    .home .callout h2 img {
      float: right;
      margin: 0 -50% 0 0;
      width: 85%;
      border: 2px white solid; }
  .home .callout article {
    width: 48%;
    padding: 0; }
    .home .callout article p {
      line-height: 120%;
      margin: 1% 0 0 0; }

  .showdown {
    position: relative;
    margin: -5% 0 0 0;
    z-index: 900; }
    .showdown img {
      width: 10%;
      max-width: 140px; } }
/* Sitewidth */
@media screen and (min-width: 820px) {
  .home .callout article p {
    line-height: 160%; } }
/* Sitewidth */
/* Maxiwidth */
@media screen and (min-width: 1350px) {
  .slider-wrapper .slider {
    width: 1350px;
    background-attachment: local; }
  .slider-wrapper .showdown {
    margin: -70px 0 0 0; } }
/** Pages **/
article {
  overflow: auto; }

p {
  line-height: 160%;
  font-family: "Source Sans Pro", sans-serif; }

li {
  line-height: 140%;
  font-family: "Source Sans Pro", sans-serif; }

aside {
  margin: 2% 0; }

h1 {
  font-size: 240%;
  font-weight: 400;
  margin: 0 0 2% 0;
  line-height: 110%; }
  h1 strong {
    font-weight: 600;
    color: #c3a14a;
    font-size: 120%;
    line-height: 120%; }

h2 {
  font-weight: 400;
  letter-spacing: 1px; }

h3 {
  font-size: 160%;
  font-weight: 400;
  margin: 2% 0;
  letter-spacing: 1px; }

a {
  color: #000; }
  a:hover {
    color: #c3a14a; }

.gold {
  color: #c3a14a; }

.whitebg {
  margin: 0;
  padding: 10px; }

.disclaimer {
  font-size: 75%;
  font-weight: 400;
  line-height: 140%;
  text-align: center; }

.pdf {
  color: white;
  background: #c3a14a;
  padding: 1% 5%;
  font-size: 140%; }
  .pdf:hover {
    background: #6c4316; }

.floorplan .pdf {
  padding: 0.5% 2%;
  font-size: 120%; }

/* page */
.location aside.soar img {
  display: inline-block;
  width: 49%;
  margin: 0 2% 0 0; }
  .location aside.soar img:last-child {
    margin: 0; }

.schools aside {
  text-align: center;
  position: relative; }
  .schools aside img {
    max-width: 49%;
    display: inline-block;
    margin: 0 2% 2% 0; }
    .schools aside img:last-child {
      margin: 0 0 2% 0; }

.siteplan .margin {
  margin: 0 0 5% 15%;
  line-height: 140%; }

.team article p {
  line-height: 140%; }
.team .cell p {
  line-height: 140%; }
.team h2 {
  color: white;
  background: #c3a14a;
  text-align: center;
  padding: 1%;
  font-size: 180%;
  font-weight: 500; }
.team h3 {
  margin: 0;
  font-weight: 500; }
.team h4 {
  color: #595655;
  font-size: 130%;
  font-weight: 400;
  margin: 0; }
.team .cell {
  padding: 0 2%; }

.register p {
  line-height: 140%;
  font-size: 90%; }
.register input[type=submit]:hover {
  background: #6c4316; }

/* Breakpoint */
@media screen and (min-width: 640px) {
  aside {
    float: left;
    margin: 2% 2% 2% 0; }

  .homes article {
    margin: 2% 0 2% 35%; }

  .design aside {
    width: 30%; }

  .backyard aside {
    width: 50%; }

  .siteplan .margin {
    margin: 0 0 5% 35%; }

  .location aside.soar {
    margin: 0 1% 2% 0;
    width: 35.4%; }
    .location aside.soar img {
      display: block;
      width: 100%; }
  .location aside.map {
    float: right;
    width: 42.5%;
    margin: 0 0 2% 1%; }

  .schools aside {
    width: 38%; }
    .schools aside img {
      max-width: 100%; }
  .schools article {
    float: left;
    width: 60%; }

  .register aside {
    float: right;
    width: 38%;
    margin: 0 0 2% 1%; }
  .register article {
    float: left;
    width: 60%; } }
/* Sitewidth */
@media screen and (min-width: 1000px) {
  h1 {
    letter-spacing: 1px; } }
/** Features **/
/* page */
.features .slides {
  position: relative; }
.features .rslides_nav {
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 50%;
  left: 0;
  z-index: 99;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../../library/responsiveslides/rslider-nav.gif") no-repeat left top;
  margin-top: -45px; }
.features .rslides_nav:active {
  opacity: 1.0; }
.features .rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 0; }
.features .tabs .links {
  list-style: none;
  margin: 1% 5% 0 0;
  padding: 0;
  float: left;
  width: 32%;
  border-top: 1px black solid; }
  .features .tabs .links li {
    border-bottom: 1px black solid; }
    .features .tabs .links li a {
      display: block;
      padding: 1% 0; }
    .features .tabs .links li.ui-tabs-active a {
      color: #c3a14a; }
.features .tabs div {
  overflow: auto;
  margin: 0 0 4% 0; }
  .features .tabs div ul {
    margin: 1% 0;
    padding: 0 0 0 4%; }
  .features .tabs div h3 {
    margin: 0; }

.things {
  border: 1px black solid;
  margin: 2% 0; }
  .things .cell {
    padding: 1%; }
  .things .black {
    background: black;
    color: white; }
    .things .black h3 {
      color: #c3a14a;
      font-size: 120%;
      font-weight: 600; }
  .things .white {
    font-size: 90%; }
    .things .white p {
      margin: 0; }
    .things .white ol {
      margin: 2% 0 0 0;
      padding: 0 0 0 4%; }

.artistry .cell {
  padding: 2% 0; }
  .artistry .cell a {
    display: block;
    width: 25%;
    float: left;
    margin: 1% 3% 0 0; }
  .artistry .cell article {
    overflow: auto;
    padding: 0 0 1% 0; }
    .artistry .cell article h3 {
      margin: 0 0 2% 0; }
    .artistry .cell article p {
      margin: 0;
      line-height: 120%; }

/* Breakpoint */
@media screen and (min-width: 640px) {
  .things .black {
    width: 35%; }

  .artistry .table {
    margin: 0 -1%;
    width: 102%; }
  .artistry .cell {
    padding: 0 1%; }
    .artistry .cell a {
      width: 100%;
      margin: 0;
      float: none; } }
/* Sitewidth */
/** Floorplans **/
.towns {
  list-style: none;
  margin: 0;
  padding: 0; }
  .towns li {
    position: relative;
    margin: 0;
    padding: 1%;
    float: left;
    width: 50%; }
    .towns li a {
      display: block;
      background: #6c4316;
      color: white;
      padding: 2%;
      text-align: center; }
      .towns li a:hover {
        background: black; }
    .towns li h3 {
      text-transform: uppercase;
      margin: 0;
      font-size: 160%;
      line-height: 110%; }
      .towns li h3 strong {
        font-weight: 700; }
    .towns li p {
      margin: 2% 0;
      font-size: 90%;
      line-height: 110%; }

.unithead {
  text-align: center;
  position: relative;
  padding: 1% 0;
  margin: 1% 0;
  border-top: 1px black solid;
  border-bottom: 1px black solid; }
  .unithead h1 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0; }
  .unithead p {
    margin: 1% 0 2% 0;
    line-height: 120%; }
  .unithead .title {
    padding: 0 1%; }
  .unithead .rendering {
    padding: 1% 0; }

.plans {
  list-style: none;
  margin: 0;
  padding: 0; }
  .plans li {
    position: relative;
    padding: 1%;
    float: left;
    width: 100%; }

/* Breakpoint */
@media screen and (min-width: 640px) {
  .towns li {
    width: 33%; }

  .unithead .rendering {
    float: left;
    width: 50%;
    padding: 0 1%; }

  .plans li {
    width: 50%; } }
/* Sitewidth */
@media screen and (min-width: 1000px) {
  .towns li {
    width: 25%; }

  .unithead .title {
    width: 30%;
    float: left; }
  .unithead p {
    margin: 0; }
  .unithead .rendering {
    width: 35%; }

  .plans li {
    width: 33%; } }
/*
	to include parent directory:
	sass -I ../../_scss --watch ../_scss:../css
*/

/*# sourceMappingURL=style.css.map */
