@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
/* line 5, ../../../.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../.rvm/gems/ruby-2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 41, ../scss/styles.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 47, ../scss/styles.scss */
body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #666;
  background-color: #d1d1c0;
}

/* line 56, ../scss/styles.scss */
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

/* line 61, ../scss/styles.scss */
a {
  text-decoration: none;
}

/* line 64, ../scss/styles.scss */
h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.4em;
  line-height: 125%;
  color: #444;
  margin-bottom: .7em;
}

/* line 71, ../scss/styles.scss */
h2 {
  font-size: 1.1em;
  line-height: 125%;
  margin-bottom: .5em;
}

/* line 77, ../scss/styles.scss */
h2.subhead {
  margin-top: -1.0em;
}

/* line 80, ../scss/styles.scss */
h3 {
  font-size: 1.0em;
  line-height: 125%;
  color: #444;
  margin-bottom: .5em;
}

/* line 86, ../scss/styles.scss */
h4 {
  font-size: 1.0em;
  line-height: 125%;
  margin-bottom: .5em;
}

/* line 91, ../scss/styles.scss */
h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.0em;
  line-height: 160%;
  color: #444;
  margin-bottom: .5em;
  border-bottom: 1px solid #d1d1c0;
}

/* line 99, ../scss/styles.scss */
p {
  font-size: .9em;
  margin-bottom: .8em;
  line-height: 130%;
}

/* line 105, ../scss/styles.scss */
.clearfix {
  *zoom: 1;
}

/* line 107, ../scss/styles.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 110, ../scss/styles.scss */
.clearfix:after {
  clear: both;
}

/*

.mainmenu {
	background-color: $menu-footer-background;
	margin: 0;
	padding: 0 15px 0 0;
	@include clearfix;
}

#menutrigger {
    @include breakpoint($beforebreak1) {
      display: block;
    }
    @include breakpoint($break1) {
      display: none;
    }
    @include breakpoint($break2) {
      display: none;
    }
    @include breakpoint($break3) {
      display: none;
    }
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu {
   @include breakpoint($beforebreak1) {
      display: none;
    }
    @include breakpoint($break1) {
      display: block;
    }
    @include breakpoint($break2) {
      display: block;
    }
    @include breakpoint($break3) {
      display: block;
    }
}


#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1;
  background-color: $menu-footer-background;
}
#cssmenu > ul > li {
    @include breakpoint($beforebreak1) {
      float: none;
    }
    @include breakpoint($break1) {
      float: left;
    }
    @include breakpoint($break2) {
      float: left;
    }
    @include breakpoint($break3) {
      float: left;
    }
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
	padding: 10px 15px 12px 15px;
  font-size: 0.9em;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #fcfefb;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #444444;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
  background: rgba(125, 125, 125, 0.04);
}
// #cssmenu > ul > li:after {
//   content: '';
//   position: absolute;
//   top: 18px;
//   right: 0;
//   display: block;
//   height: 20px;
//   width: 1px;
//   opacity: .15;
//   background: rgba(0, 0, 0, 0.7);
//   background: linear-gradient(to top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
//   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
//   background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
//   background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
//   background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
// }
#cssmenu.align-right > ul > li:after {
  right: auto;
  left: -1px;
}


#cssmenu ul li a:after {
  @include breakpoint($beforebreak1) {
    // do not show square dot!
  }
  @include breakpoint($break1) {
    content: "";
    display: block;
    position: absolute;
    right: -3px;
    top: 15px;
    height: 6px;
    width: 6px;
    background: #ffffff;
    opacity: .3;
  }
  @include breakpoint($break2) {
    content: "";
    display: block;
    position: absolute;
    right: -3px;
    top: 15px;
    height: 6px;
    width: 6px;
    background: #ffffff;
    opacity: .3;
  }
  @include breakpoint($break3) {
    content: "";
    display: block;
    position: absolute;
    right: -3px;
    top: 15px;
    height: 6px;
    width: 6px;
    background: #ffffff;
    opacity: .3;
  }
}


// #cssmenu > ul > li:before {
//   content: "";
//   display: block;
//   position: absolute;
//   left: 0;
//   bottom: 0;
//   height: 3px;
//   width: 0;
//   background: #333333;
//   -webkit-transition: width .25s;
//   -moz-transition: width .25s;
//   -ms-transition: width .25s;
//   -o-transition: width .25s;
//   transition: width .25s;
// }

// #cssmenu > ul > li:before {
//   content: '';
//   position: absolute;
//   top: 18px;
//   right: -1px;
//   display: block;
//   height: 20px;
//   width: 1px;
//   opacity: .35;
//   background: rgba(255, 255, 255, 0.8);
//   background: linear-gradient(to top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
//   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
//   background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
//   background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01), #ffffff, rgba(255, 255, 255, 0.01));
//   background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0));
// }
#cssmenu.align-right > ul > li:before {
  right: auto;
  left: 0px;
}
#cssmenu > ul > li:last-child:after,
#cssmenu > ul > li:last-child:before {
  display: none;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#cssmenu.small-screen > ul > li > a {
  padding: 10px 15px 12px 15px;;
}
#cssmenu.small-screen > ul > li:after,
#cssmenu.small-screen > ul > li:before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 10px 15px 12px 15px;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  color: #fcfefb;
}
#cssmenu.small-screen #menu-button.menu-opened {
  color: #444444;
}
#cssmenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 13px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #fcfefb;
  border-bottom: 2px solid #fcfefb;
  width: 18px;
  height: 3px;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 1px solid #444444;
  border-bottom: 2px solid #444444;
}
#cssmenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 23px;
  display: block;
  width: 18px;
  height: 2px;
  background: #fcfefb;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  background: #444444;
}


*/
/* line 423, ../scss/styles.scss */
.page-wrapper {
  max-width: 980px;
  margin: 0 auto;
  min-height: 100%;
  background-color: transparent;
}

/* line 431, ../scss/styles.scss */
header {
  margin: 0;
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 0;
}
@media (min-width: 1em) and (max-width: 30em) {
  /* line 431, ../scss/styles.scss */
  header {
    padding: 10px 15px 5px 15px;
  }
}
@media (min-width: 30.01em) and (max-width: 45em) {
  /* line 431, ../scss/styles.scss */
  header {
    padding: 12px 15px 7px 15px;
  }
}
@media (min-width: 45.01em) and (max-width: 60em) {
  /* line 431, ../scss/styles.scss */
  header {
    padding: 75px 15px 10px 15px;
  }
}
@media (min-width: 60.01em) {
  /* line 431, ../scss/styles.scss */
  header {
    padding: 75px 15px 10px 15px;
  }
}
/* line 503, ../scss/styles.scss */
header span {
  font-family: 'Aldrich', sans-serif;
  font-size: 180%;
  color: white;
}
/* line 509, ../scss/styles.scss */
header a {
  color: white;
}
/* line 512, ../scss/styles.scss */
header a:hover {
  color: #e5e5d4;
}

/* line 518, ../scss/styles.scss */
.container {
  padding: 10px 0 0 0;
  /*min-height: 100%;*/
  background: #e5e5d4;
  overflow: hidden;
  *zoom: 1;
}
/* line 531, ../scss/styles.scss */
.container .text-content {
  background-color: transparent;
}
@media (min-width: 1em) and (max-width: 30em) {
  /* line 531, ../scss/styles.scss */
  .container .text-content {
    -sgs-span-settings: ("span": 2, "location": 1, "grid": 2, "gutter": 1em, "style": "split", "start row": true, "end row": true, "fixed gutter": true, "split gutter": 1, "gutter property": "padding", "options": ((null: null)));
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding: 0px 15px 0px 15px;
  }
}
@media (min-width: 30.01em) and (max-width: 45em) {
  /* line 531, ../scss/styles.scss */
  .container .text-content {
    -sgs-span-settings: ("span": 2, "location": 1, "grid": 3, "gutter": 1em, "style": "split", "start row": true, "end row": false, "fixed gutter": true, "split gutter": 1, "gutter property": "padding", "options": ((null: null)));
    width: 66.66667%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding: 10px 15px 10px 15px;
  }
}
@media (min-width: 45.01em) and (max-width: 60em) {
  /* line 531, ../scss/styles.scss */
  .container .text-content {
    -sgs-span-settings: ("span": 3, "location": 1, "grid": 4, "gutter": 1em, "style": "split", "start row": true, "end row": false, "fixed gutter": true, "split gutter": 1, "gutter property": "padding", "options": ((null: null)));
    width: 75%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding: 10px 15px 10px 15px;
  }
}
@media (min-width: 60.01em) {
  /* line 531, ../scss/styles.scss */
  .container .text-content {
    -sgs-span-settings: ("span": 4, "location": 1, "grid": 5, "gutter": 1em, "style": "split", "start row": true, "end row": false, "fixed gutter": true, "split gutter": 1, "gutter property": "padding", "options": ((null: null)));
    width: 80%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding: 10px 15px 10px 15px;
  }
}
/* line 552, ../scss/styles.scss */
.container aside {
  background-color: transparent;
  text-align: right !important;
}
@media (min-width: 1em) and (max-width: 30em) {
  /* line 552, ../scss/styles.scss */
  .container aside {
    -sgs-span-settings: ("span": 2, "location": 1, "grid": 2, "gutter": 1em, "style": "split", "start row": true, "end row": true, "fixed gutter": true, "split gutter": 1, "gutter property": "padding", "options": ((null: null)));
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding: 10px 15px 10px 15px;
  }
}
@media (min-width: 30.01em) and (max-width: 45em) {
  /* line 552, ../scss/styles.scss */
  .container aside {
    -sgs-span-settings: ("span": 1, "location": 3, "grid": 3, "gutter": 1em, "style": "split", "start row": false, "end row": true, "fixed gutter": true, "split gutter": 1, "gutter property": "padding", "options": ((null: null)));
    width: 33.33333%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding: 10px 15px 10px 15px;
  }
}
@media (min-width: 45.01em) and (max-width: 60em) {
  /* line 552, ../scss/styles.scss */
  .container aside {
    -sgs-span-settings: ("span": 1, "location": 4, "grid": 4, "gutter": 1em, "style": "split", "start row": false, "end row": true, "fixed gutter": true, "split gutter": 1, "gutter property": "padding", "options": ((null: null)));
    width: 25%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding: 10px 15px 10px 15px;
  }
}
@media (min-width: 60.01em) {
  /* line 552, ../scss/styles.scss */
  .container aside {
    -sgs-span-settings: ("span": 1, "location": 5, "grid": 5, "gutter": 1em, "style": "split", "start row": false, "end row": true, "fixed gutter": true, "split gutter": 1, "gutter property": "padding", "options": ((null: null)));
    width: 20%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding: 10px 15px 10px 0px;
  }
}

/* line 578, ../scss/styles.scss */
div.feature {
  background-color: white;
  padding: 10px 15px 10px 15px;
}

/* line 586, ../scss/styles.scss */
.content {
  background: white;
  /*height: 100%;*/
  padding: 0 15px 15px 15px;
  overflow: hidden;
  *zoom: 1;
}

/* line 593, ../scss/styles.scss */
.gallery {
  overflow: hidden;
  *zoom: 1;
  line-height: 1px;
  margin: 15px 0 0 0;
}
/* line 598, ../scss/styles.scss */
.gallery img {
  width: 100%;
}
/* line 602, ../scss/styles.scss */
.gallery a {
  margin: 0;
  padding: 0;
}
/* line 607, ../scss/styles.scss */
.gallery .item {
  margin-bottom: 1em;
}
@media (min-width: 1em) and (max-width: 30em) {
  /* line 607, ../scss/styles.scss */
  .gallery .item {
    -sgs-span-settings: ("span": 1, "location": 1, "grid": 2, "gutter": 0.1, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": ((null: null)));
    width: 47.61905%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 4.7619%;
  }
  /* line 617, ../scss/styles.scss */
  .gallery .item:nth-child(2n + 2) {
    -sgs-span-settings: ("span": 1, "location": 2, "grid": 2, "gutter": 0.1, "style": "opposite", "start row": false, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": ((null: null)));
    width: 47.61905%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 30.01em) and (max-width: 45em) {
  /* line 607, ../scss/styles.scss */
  .gallery .item {
    -sgs-span-settings: ("span": 1, "location": 1, "grid": 3, "gutter": 0.1, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": ((null: null)));
    width: 31.25%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 3.125%;
  }
  /* line 630, ../scss/styles.scss */
  .gallery .item:nth-child(3n + 3) {
    -sgs-span-settings: ("span": 1, "location": 3, "grid": 3, "gutter": 0.1, "style": "opposite", "start row": false, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": ((null: null)));
    width: 31.25%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 45.01em) and (max-width: 60em) {
  /* line 607, ../scss/styles.scss */
  .gallery .item {
    -sgs-span-settings: ("span": 1, "location": 1, "grid": 4, "gutter": 0.1, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": ((null: null)));
    width: 23.25581%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 2.32558%;
  }
  /* line 643, ../scss/styles.scss */
  .gallery .item:nth-child(4n + 4) {
    -sgs-span-settings: ("span": 1, "location": 4, "grid": 4, "gutter": 0.1, "style": "opposite", "start row": false, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": ((null: null)));
    width: 23.25581%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 60.01em) {
  /* line 607, ../scss/styles.scss */
  .gallery .item {
    -sgs-span-settings: ("span": 1, "location": 1, "grid": 5, "gutter": 0.1, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": ((null: null)));
    width: 18.51852%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 1.85185%;
  }
  /* line 656, ../scss/styles.scss */
  .gallery .item:nth-child(5n + 5) {
    -sgs-span-settings: ("span": 1, "location": 5, "grid": 5, "gutter": 0.1, "style": "opposite", "start row": false, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": ((null: null)));
    width: 18.51852%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

/* line 671, ../scss/styles.scss */
.detail {
  clear: both;
  background-color: transparent;
  margin: 1px 0 0 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 678, ../scss/styles.scss */
.detail a, .detail ul li a {
  color: white;
}
/* line 681, ../scss/styles.scss */
.detail a:hover, .detail ul li a:hover {
  color: #333;
}
/* line 685, ../scss/styles.scss */
.detail .button {
  margin-right: 25px;
  margin-bottom: 25px;
}
@media (min-width: 1em) and (max-width: 30em) {
  /* line 671, ../scss/styles.scss */
  .detail {
    padding: 10px 0 0 0;
  }
}
@media (min-width: 30.01em) and (max-width: 45em) {
  /* line 671, ../scss/styles.scss */
  .detail {
    padding: 10px 15px 20px 0;
  }
}
@media (min-width: 45.01em) and (max-width: 60em) {
  /* line 671, ../scss/styles.scss */
  .detail {
    padding: 10px 15px 20px 0;
  }
}
@media (min-width: 60.01em) {
  /* line 671, ../scss/styles.scss */
  .detail {
    padding: 10px 15px 20px 0;
  }
}

/* line 705, ../scss/styles.scss */
.detail-left {
  margin-top: 5px;
}
@media (min-width: 1em) and (max-width: 30em) {
  /* line 705, ../scss/styles.scss */
  .detail-left {
    width: 100%;
    float: none;
  }
}
@media (min-width: 30.01em) and (max-width: 45em) {
  /* line 705, ../scss/styles.scss */
  .detail-left {
    float: left;
    width: 60%;
  }
}
@media (min-width: 45.01em) and (max-width: 60em) {
  /* line 705, ../scss/styles.scss */
  .detail-left {
    float: left;
    width: 65%;
  }
}
@media (min-width: 60.01em) {
  /* line 705, ../scss/styles.scss */
  .detail-left {
    float: left;
    width: 55%;
  }
}

/* line 726, ../scss/styles.scss */
.detail-left img {
  max-width: 100%;
}

/* line 730, ../scss/styles.scss */
.detail-left .sold-flash {
  position: absolute;
  z-index: 1000;
}

@media (min-width: 1em) and (max-width: 30em) {
  /* line 736, ../scss/styles.scss */
  .detail-description {
    padding: 0;
  }
}
@media (min-width: 30.01em) and (max-width: 45em) {
  /* line 736, ../scss/styles.scss */
  .detail-description {
    padding: 0 15px 20px 15px;
  }
}
@media (min-width: 45.01em) and (max-width: 60em) {
  /* line 736, ../scss/styles.scss */
  .detail-description {
    padding: 0 15px 20px 15px;
  }
}
@media (min-width: 60.01em) {
  /* line 736, ../scss/styles.scss */
  .detail-description {
    padding: 0 15px 20px 15px;
  }
}

@media (min-width: 1em) and (max-width: 30em) {
  /* line 753, ../scss/styles.scss */
  .detail-right {
    width: 100%;
    float: none;
  }
}
@media (min-width: 30.01em) and (max-width: 45em) {
  /* line 753, ../scss/styles.scss */
  .detail-right {
    float: left;
    width: 40%;
  }
}
@media (min-width: 45.01em) and (max-width: 60em) {
  /* line 753, ../scss/styles.scss */
  .detail-right {
    float: left;
    width: 35%;
  }
}
@media (min-width: 60.01em) {
  /* line 753, ../scss/styles.scss */
  .detail-right {
    float: left;
    width: 45%;
  }
}

/* line 772, ../scss/styles.scss */
.detail-right a {
  color: blue;
}

/* line 776, ../scss/styles.scss */
.sold {
  background-color: red;
  color: white;
  font-weight: bold;
  display: inline-block;
  padding: 0 5px 0 5px;
  margin: 10px 0 10px 0;
}

/* line 784, ../scss/styles.scss */
.reserved {
  background-color: red;
  color: white;
  font-weight: bold;
  display: inline-block;
  padding: 0 5px 0 5px;
  margin: 10px 0 10px 0;
}

/* line 795, ../scss/styles.scss */
a.button, input[type="submit"] {
  display: inline-block;
  color: white;
  font-style: normal;
  font-size: 1.1em;
  background-color: #a6a695;
  padding: 6px 15px 8px 15px;
  margin: 0 0 10px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (min-width: 1em) and (max-width: 30em) {
  /* line 795, ../scss/styles.scss */
  a.button, input[type="submit"] {
    font-size: 1.1em;
  }
}
@media (min-width: 30.01em) and (max-width: 45em) {
  /* line 795, ../scss/styles.scss */
  a.button, input[type="submit"] {
    font-size: 1.1em;
  }
}
@media (min-width: 45.01em) and (max-width: 60em) {
  /* line 795, ../scss/styles.scss */
  a.button, input[type="submit"] {
    font-size: 0.9em;
  }
}
@media (min-width: 60.01em) {
  /* line 795, ../scss/styles.scss */
  a.button, input[type="submit"] {
    font-size: 0.9em;
  }
}

/* line 821, ../scss/styles.scss */
a.button:hover, input[type="submit"]:hover {
  color: #333;
  background-color: #d1d1c0;
}

/* line 833, ../scss/styles.scss */
footer {
  clear: both;
  background-color: #a6a695;
  margin: 1px 0 0 0;
  padding: 10px 15px 20px 15px;
  font-size: .8em;
  line-height: 130%;
  color: #444;
  overflow: hidden;
  *zoom: 1;
}
/* line 843, ../scss/styles.scss */
footer a, footer ul li a {
  color: white;
}
/* line 846, ../scss/styles.scss */
footer a:hover, footer ul li a:hover {
  color: #333;
}
/* line 849, ../scss/styles.scss */
footer ul li.active a {
  color: #444;
}

@media (min-width: 1em) and (max-width: 30em) {
  /* line 853, ../scss/styles.scss */
  .footer-left {
    width: 100%;
  }
}
@media (min-width: 30.01em) and (max-width: 45em) {
  /* line 853, ../scss/styles.scss */
  .footer-left {
    float: left;
    width: 60%;
  }
}
@media (min-width: 45.01em) and (max-width: 60em) {
  /* line 853, ../scss/styles.scss */
  .footer-left {
    float: left;
    width: 50%;
  }
}
@media (min-width: 60.01em) {
  /* line 853, ../scss/styles.scss */
  .footer-left {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1em) and (max-width: 30em) {
  /* line 873, ../scss/styles.scss */
  .footer-right-a {
    width: 100%;
  }
}
@media (min-width: 30.01em) and (max-width: 45em) {
  /* line 873, ../scss/styles.scss */
  .footer-right-a {
    float: left;
    width: 20%;
  }
}
@media (min-width: 45.01em) and (max-width: 60em) {
  /* line 873, ../scss/styles.scss */
  .footer-right-a {
    float: left;
    width: 25%;
  }
}
@media (min-width: 60.01em) {
  /* line 873, ../scss/styles.scss */
  .footer-right-a {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1em) and (max-width: 30em) {
  /* line 891, ../scss/styles.scss */
  .footer-right-b {
    width: 100%;
  }
}
@media (min-width: 30.01em) and (max-width: 45em) {
  /* line 891, ../scss/styles.scss */
  .footer-right-b {
    float: left;
    width: 20%;
  }
}
@media (min-width: 45.01em) and (max-width: 60em) {
  /* line 891, ../scss/styles.scss */
  .footer-right-b {
    float: left;
    width: 25%;
  }
}
@media (min-width: 60.01em) {
  /* line 891, ../scss/styles.scss */
  .footer-right-b {
    float: left;
    width: 25%;
  }
}

/* line 913, ../scss/styles.scss */
.contact-form label {
  display: block;
  font-size: 85%;
  margin-bottom: 3px;
  overflow: hidden;
  *zoom: 1;
}

/* line 919, ../scss/styles.scss */
.contact-form input[type="text"], .contact-form textarea {
  width: 100%;
  padding: 3px;
  font-size: 85%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 1px #a6a695;
  margin-bottom: 10px;
}

/* line 929, ../scss/styles.scss */
.contact-form input[type="submit"]:focus, .contact-form input[type="submit"].focus {
  box-shadow: none;
  outline: none;
}

/* line 935, ../scss/styles.scss */
.contact-form input[type="text"].error, .contact-form textarea.error {
  margin-bottom: 0;
}

/* line 938, ../scss/styles.scss */
.error-text {
  display: block;
  width: 100%;
  padding: 2px 3px;
  font-size: 85%;
  color: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: red;
  margin-bottom: 10px;
}

/* FORM CONTAINER */
/* line 958, ../scss/styles.scss */
.form-container {
  padding: 10px 0 0 0;
  min-height: 100%;
  background: #e5e5d4;
  overflow: hidden;
  *zoom: 1;
}
/* line 971, ../scss/styles.scss */
.form-container .form-text-content {
  background-color: transparent;
}
@media (min-width: 1em) and (max-width: 30em) {
  /* line 971, ../scss/styles.scss */
  .form-container .form-text-content {
    -sgs-span-settings: ("span": 2, "location": 1, "grid": 2, "gutter": 1em, "style": "split", "start row": true, "end row": true, "fixed gutter": true, "split gutter": 1, "gutter property": "padding", "options": ((null: null)));
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding: 0px 15px 0px 15px;
    display: block;
    overflow: hidden;
    *zoom: 1;
  }
}
@media (min-width: 30.01em) and (max-width: 45em) {
  /* line 971, ../scss/styles.scss */
  .form-container .form-text-content {
    -sgs-span-settings: ("span": 1, "location": 1, "grid": 2, "gutter": 1em, "style": "split", "start row": true, "end row": false, "fixed gutter": true, "split gutter": 1, "gutter property": "padding", "options": ((null: null)));
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding: 10px 15px 10px 15px;
  }
}
@media (min-width: 45.01em) and (max-width: 60em) {
  /* line 971, ../scss/styles.scss */
  .form-container .form-text-content {
    -sgs-span-settings: ("span": 1, "location": 1, "grid": 2, "gutter": 1em, "style": "split", "start row": true, "end row": false, "fixed gutter": true, "split gutter": 1, "gutter property": "padding", "options": ((null: null)));
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding: 10px 15px 10px 15px;
  }
}
@media (min-width: 60.01em) {
  /* line 971, ../scss/styles.scss */
  .form-container .form-text-content {
    -sgs-span-settings: ("span": 1, "location": 1, "grid": 2, "gutter": 1em, "style": "split", "start row": true, "end row": false, "fixed gutter": true, "split gutter": 1, "gutter property": "padding", "options": ((null: null)));
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding: 10px 15px 10px 15px;
  }
}
/* line 994, ../scss/styles.scss */
.form-container aside {
  background-color: transparent;
}
@media (min-width: 1em) and (max-width: 30em) {
  /* line 994, ../scss/styles.scss */
  .form-container aside {
    -sgs-span-settings: ("span": 2, "location": 1, "grid": 2, "gutter": 1em, "style": "split", "start row": true, "end row": true, "fixed gutter": true, "split gutter": 1, "gutter property": "padding", "options": ((null: null)));
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding: 10px 15px 10px 15px;
    display: block;
    overflow: hidden;
    *zoom: 1;
  }
}
@media (min-width: 30.01em) and (max-width: 45em) {
  /* line 994, ../scss/styles.scss */
  .form-container aside {
    -sgs-span-settings: ("span": 1, "location": 2, "grid": 2, "gutter": 1em, "style": "split", "start row": false, "end row": true, "fixed gutter": true, "split gutter": 1, "gutter property": "padding", "options": ((null: null)));
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding: 10px 15px 10px 15px;
  }
}
@media (min-width: 45.01em) and (max-width: 60em) {
  /* line 994, ../scss/styles.scss */
  .form-container aside {
    -sgs-span-settings: ("span": 1, "location": 2, "grid": 2, "gutter": 1em, "style": "split", "start row": false, "end row": true, "fixed gutter": true, "split gutter": 1, "gutter property": "padding", "options": ((null: null)));
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding: 10px 15px 10px 15px;
  }
}
@media (min-width: 60.01em) {
  /* line 994, ../scss/styles.scss */
  .form-container aside {
    -sgs-span-settings: ("span": 1, "location": 2, "grid": 2, "gutter": 1em, "style": "split", "start row": false, "end row": true, "fixed gutter": true, "split gutter": 1, "gutter property": "padding", "options": ((null: null)));
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding: 10px 15px 10px 0px;
  }
}

/* line 1019, ../scss/styles.scss */
.confirmation-panel {
  background: #8cb4b4;
  color: white;
  padding: 14px 15px 16px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* END: FORM CONTAINER */
