/* line 5, ../../../../../Ruby22-x64/lib/ruby/gems/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, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

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

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

/* line 28, ../../../../../Ruby22-x64/lib/ruby/gems/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, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby22-x64/lib/ruby/gems/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, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby22-x64/lib/ruby/gems/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;
}

/**
 * Profound Grid
 * 
 * Built in Sass (SCSS) this responsive/adaptive grid supports both fixed and fluid layouts, 
 * relative and fixed gutters, as well as your choice of semantic markup or generic '.grid-x' classes.
 * 
 * The biggest difference to other grid systems is the use of negative margins for column
 * placements, avoiding the subpixel rounding issues that usually break/uglify fluid layouts
 * in some browsers.
 * 
 * Nested columns are supported too, without having to reset the grid on each level. 
 *
 * Credits/Inspiration:
 * -------------------
 * Semantic Grid: http://www.semantic.gs
 * Susy: http://susy.oddbird.net
 * Negative Grid: http://chrisplaneta.com/freebies/negativegrid-fluid-css-grid-by-chris-planeta/
 *
 * @author Profound Creative Studio
 * @url http://www.profoundgrid.com
 * @url http://www.weareprofound.com 
 */
/**
 * Clearfix
 */
/**
 * Legacy Clearfix
 */
/**
 * Establish the grid-containing element.
 */
/**
 * Align an element to the grid.
 */
/**
 * Apply to any column to make it the last one of the current row.
 */
/* line 29, ../sass/responsive.scss */
article div {
  height: 100%;
  text-align: center;
}

/* line 43, ../sass/responsive.scss */
article {
  width: 98%;
  margin: 0 1%;
  overflow: hidden;
  *zoom: 1;
}

/* line 49, ../sass/responsive.scss */
#properties div, #row2 div, #row3 div, #row4 div, #row5 div, #row6 div {
  float: left;
  margin-right: -100%;
  width: 100%;
}
/* line 189, ../sass/grid/_grid.scss */
#properties div:nth-child(1n+1), #row2 div:nth-child(1n+1), #row3 div:nth-child(1n+1), #row4 div:nth-child(1n+1), #row5 div:nth-child(1n+1), #row6 div:nth-child(1n+1) {
  margin-left: 0%;
  margin-bottom: 2%;
  clear: both;
  overflow: hidden;
  *zoom: 1;
}

@media screen and (min-width: 720px) {
  /* line 65, ../sass/responsive.scss */
  article {
    width: 98%;
    margin: 0 1%;
    overflow: hidden;
    *zoom: 1;
  }

  /* line 71, ../sass/responsive.scss */
  #properties div {
    float: left;
    margin-right: -100%;
    width: 49%;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #properties div:nth-child(2n+1) {
    margin-left: 0%;
    margin-bottom: 2%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #properties div:nth-child(2n+2) {
    margin-left: 51%;
    margin-bottom: 2%;
    clear: none;
  }

  /* line 75, ../sass/responsive.scss */
  #row2 div {
    float: left;
    margin-right: -100%;
    width: 15%;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row2 div:nth-child(6n+1) {
    margin-left: 0%;
    margin-bottom: 2%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row2 div:nth-child(6n+2) {
    margin-left: 17%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row2 div:nth-child(6n+3) {
    margin-left: 34%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row2 div:nth-child(6n+4) {
    margin-left: 51%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row2 div:nth-child(6n+5) {
    margin-left: 68%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row2 div:nth-child(6n+6) {
    margin-left: 85%;
    margin-bottom: 2%;
    clear: none;
  }

  /* line 79, ../sass/responsive.scss */
  #row3 div {
    float: left;
    margin-right: -100%;
    width: 32%;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row3 div:nth-child(3n+1) {
    margin-left: 0%;
    margin-bottom: 2%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row3 div:nth-child(3n+2) {
    margin-left: 34%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row3 div:nth-child(3n+3) {
    margin-left: 68%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 81, ../sass/responsive.scss */
  #row3 div.last {
    float: left;
    margin-right: -100%;
    width: 100%;
  }

  /* line 84, ../sass/responsive.scss */
  #row4 div {
    float: left;
    margin-right: -100%;
    width: 32%;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row4 div:nth-child(3n+1) {
    margin-left: 0%;
    margin-bottom: 2%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row4 div:nth-child(3n+2) {
    margin-left: 34%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row4 div:nth-child(3n+3) {
    margin-left: 68%;
    margin-bottom: 2%;
    clear: none;
  }

  /* line 88, ../sass/responsive.scss */
  #row5 div {
    float: left;
    margin-right: -100%;
    width: 49%;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row5 div:nth-child(2n+1) {
    margin-left: 0%;
    margin-bottom: 2%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row5 div:nth-child(2n+2) {
    margin-left: 51%;
    margin-bottom: 2%;
    clear: none;
  }

  /* line 92, ../sass/responsive.scss */
  #row6 div {
    float: left;
    margin-right: -100%;
    width: 100%;
  }
}
@media all and (min-width: 960px) {
  /* line 108, ../sass/responsive.scss */
  article {
    width: 98%;
    margin: 0 1%;
    overflow: hidden;
    *zoom: 1;
  }

  /* line 114, ../sass/responsive.scss */
  #properties div {
    float: left;
    margin-right: -100%;
    width: 49%;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #properties div:nth-child(2n+1) {
    margin-left: 0%;
    margin-bottom: 2%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #properties div:nth-child(2n+2) {
    margin-left: 51%;
    margin-bottom: 2%;
    clear: none;
  }

  /* line 118, ../sass/responsive.scss */
  #row2 div {
    float: left;
    margin-right: -100%;
    width: 15%;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row2 div:nth-child(6n+1) {
    margin-left: 0%;
    margin-bottom: 2%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row2 div:nth-child(6n+2) {
    margin-left: 17%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row2 div:nth-child(6n+3) {
    margin-left: 34%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row2 div:nth-child(6n+4) {
    margin-left: 51%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row2 div:nth-child(6n+5) {
    margin-left: 68%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row2 div:nth-child(6n+6) {
    margin-left: 85%;
    margin-bottom: 2%;
    clear: none;
  }

  /* line 122, ../sass/responsive.scss */
  #row3 div {
    float: left;
    margin-right: -100%;
    width: 23.5%;
  }
  /* line 123, ../sass/responsive.scss */
  #row3 div.last {
    float: left;
    margin-right: -100%;
    width: 23.5%;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row3 div:nth-child(4n+1) {
    margin-left: 0%;
    margin-bottom: 2%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row3 div:nth-child(4n+2) {
    margin-left: 25.5%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row3 div:nth-child(4n+3) {
    margin-left: 51%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row3 div:nth-child(4n+4) {
    margin-left: 76.5%;
    margin-bottom: 2%;
    clear: none;
  }

  /* line 127, ../sass/responsive.scss */
  #row4 div {
    float: left;
    margin-right: -100%;
    width: 32%;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row4 div:nth-child(3n+1) {
    margin-left: 0%;
    margin-bottom: 2%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row4 div:nth-child(3n+2) {
    margin-left: 34%;
    margin-bottom: 2%;
    clear: none;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row4 div:nth-child(3n+3) {
    margin-left: 68%;
    margin-bottom: 2%;
    clear: none;
  }

  /* line 131, ../sass/responsive.scss */
  #row5 div {
    float: left;
    margin-right: -100%;
    width: 49%;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row5 div:nth-child(2n+1) {
    margin-left: 0%;
    margin-bottom: 2%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 189, ../sass/grid/_grid.scss */
  #row5 div:nth-child(2n+2) {
    margin-left: 51%;
    margin-bottom: 2%;
    clear: none;
  }

  /* line 135, ../sass/responsive.scss */
  #row6 div {
    float: left;
    margin-right: -100%;
    width: 100%;
  }
}
