/* line 210, mixins.scss */
nav ul, .images {
  display: block;
}
/* line 213, mixins.scss */
nav ul:after, .images:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
}

/*
@mixin clearfix {
	display: block;

    &:after {
    	clear: both;
    	content: '';
    	display: block;
    	visibility: hidden;
    	height: 0;
    }
}
*/
/*
http://compass-style.org/index/mixins/
*/
/*
mixiny:
border-bottom-left-radius($radius)
border-bottom-radius($radius)
border-bottom-right-radius($radius)
border-left-radius($radius)
border-radius($radius, $vertical-radius)
border-right-radius($radius)
border-top-left-radius($radius)
border-top-radius($radius)
border-top-right-radius($radius)
*/
/* line 5, ../../../../../../var/lib/gems/2.1.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 25, ../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 29, ../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 33, ../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 37, ../../../../../../var/lib/gems/2.1.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 41, ../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 138, ../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 45, ../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 154, ../../../../../../var/lib/gems/2.1.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 40, base_styles.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 none;
}

/* line 44, base_styles.scss */
body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 30, mixins.scss */
nav li {
  float: left;
  list-style-type: none;
}
/* line 34, mixins.scss */
nav li a {
  display: inline-block;
}

/* line 53, base_styles.scss */
img {
  max-width: 100%;
}

/* line 56, base_styles.scss */
a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
/* line 7, ../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_unstyled-link.scss */
a:active, a:focus {
  outline: none;
}

/* line 61, base_styles.scss */
em {
  font-style: oblique;
}

/* line 64, base_styles.scss */
u {
  text-decoration: underline;
}

/* line 67, base_styles.scss */
del {
  text-decoration: line-through;
}

/* line 70, base_styles.scss */
sup,
sub {
  font-size: smaller;
  line-height: normal;
}

/* line 75, base_styles.scss */
sup {
  vertical-align: super;
}

/* line 78, base_styles.scss */
sub {
  vertical-align: sub;
}

/* line 81, base_styles.scss */
button {
  cursor: pointer;
}

/* line 84, base_styles.scss */
input,
textarea {
  outline: 0 none;
}

/* line 88, base_styles.scss */
textarea {
  resize: none;
}

/* line 91, base_styles.scss */
div.grid_info {
  background-color: #000;
  bottom: 0;
  color: #fff;
  display: block;
  padding: 15px;
  position: fixed;
  right: 0;
  z-index: 99999;
}

/* line 4, screen.scss */
body {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #000;
  font-size: 112.5%;
  line-height: 133.33333%;
}

/* line 10, screen.scss */
strong {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
}

/* line 13, screen.scss */
section {
  margin: 0 auto;
  max-width: 900px;
  padding-top: 100px;
  text-align: center;
  width: 95%;
}

/* line 20, screen.scss */
h1 {
  font-size: 166.66667%;
  line-height: 120%;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}

/* line 25, screen.scss */
.images {
  margin-top: 50px;
}
/* line 29, screen.scss */
.images img {
  display: block;
  float: left;
  width: 49%;
}
/* line 34, screen.scss */
.images img:nth-child(even) {
  float: right;
}

@media only screen and (max-width: 600px) {
  /* line 40, screen.scss */
  body {
    font-size: 100%;
    line-height: 137.5%;
  }

  /* line 44, screen.scss */
  section {
    padding-top: 50px;
  }

  /* line 47, screen.scss */
  .images {
    text-align: center;
  }
  /* line 50, screen.scss */
  .images img {
    display: inline-block;
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  /* line 56, screen.scss */
  .images img:nth-child(even) {
    float: none;
  }
}
