/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, ../sass/_reset.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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 16, ../sass/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 19, ../sass/_reset.scss */
body {
  line-height: 1;
}

/* line 22, ../sass/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 25, ../sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 29, ../sass/_reset.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none;
}

/* line 34, ../sass/_reset.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 38, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* VARS 
-------------------------------------------------------------- */
/* COLORS  */
/* DARK GREY  */
/* RED  */
@font-face {
  font-family: 'Code';
  src: url("code_light-webfont.eot");
  src: url("code_light-webfont.eot?#iefix") format("embedded-opentype"), url("code_light-webfont.woff") format("woff"), url("code_light-webfont.ttf") format("truetype"), url("code_light-webfont.svg#Code") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* MIX-INS 
-------------------------------------------------------------- */
/* EXTEND
-------------------------------------------------------------- */
/* line 72, ../sass/_base.scss */
.link_reverse {
  color: #333333;
}
/* line 75, ../sass/_base.scss */
.link_reverse:hover {
  color: #999999;
}

/* line 80, ../sass/_base.scss */
.inline_block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 87, ../sass/_base.scss */
.clearfix {
  zoom: 1;
}
/* line 89, ../sass/_base.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 95, ../sass/_base.scss */
.clearfix:after {
  clear: both;
}

/* EXTRAS
-------------------------------------------------------------- */
/* line 103, ../sass/_base.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 109, ../sass/_base.scss */
html, body {
  height: 100%;
}

/* line 112, ../sass/_base.scss */
#wrapper {
  min-height: 100%;
  margin-bottom: -50px;
}

/* line 116, ../sass/_base.scss */
#wrapper:after {
  content: "";
  display: block;
}

/* line 120, ../sass/_base.scss */
#footer, #wrapper:after {
  height: 50px;
}

/* COMMON 
-------------------------------------------------------------- */
/* line 10, ../sass/style.scss */
body {
  font-family: "Lato", sans-serif, sans-serif;
  font-weight: 300;
  background-color: #f1f1f1;
  color: #333333;
  font-size: 18px;
  font-weight: 300;
}

/* line 18, ../sass/style.scss */
a {
  cursor: pointer;
  transition: color 0.3s ease;
  color: #999999;
  text-decoration: none;
}
/* line 53, ../sass/_base.scss */
a:hover {
  color: #999999;
}
/* line 23, ../sass/style.scss */
a:hover {
  color: #333333;
}

/* line 27, ../sass/style.scss */
li a.active,
li.opened span.nolink {
  color: #333333;
}

/* line 29, ../sass/style.scss */
h1, h2, h3, h4 {
  font-weight: 300;
}

/* line 33, ../sass/style.scss */
.front h1 {
  display: none;
}

/* line 37, ../sass/style.scss */
h1 {
  text-align: center;
  font-size: 24px;
  color: #999999;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

/* line 46, ../sass/style.scss */
.pane-title {
  text-align: center;
  color: #999999;
  font-size: 24px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

/* line 54, ../sass/style.scss */
.page-media h1 {
  display: none;
}

/* line 58, ../sass/style.scss */
p {
  font-size: 18px;
  line-height: 22px;
}

/* line 65, ../sass/style.scss */
ul,
ul.menu,
ul.menu li {
  list-style: none;
  text-align: inherit;
  margin: 0;
  padding: 0;
}

/* HEADER
-------------------------------------------------------------- */
/* line 76, ../sass/style.scss */
#header {
  -webkit-box-shadow: 0px 0px 5px #333333;
  -moz-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
  background-color: #fff;
  margin-bottom: 40px;
}
/* line 81, ../sass/style.scss */
#header #header-image {
  text-align: center;
}
/* line 84, ../sass/style.scss */
#header #header-image img {
  max-width: 90%;
  height: auto;
}

/* line 91, ../sass/style.scss */
.info {
  max-width: 600px;
  margin: auto;
  text-align: justify;
}
/* line 95, ../sass/style.scss */
.info span {
  font-size: 30px;
  padding-top: 20px;
  display: block;
  text-align: center;
}

/* line 103, ../sass/style.scss */
#contact {
  text-align: center;
  padding-top: 40px;
}
/* line 107, ../sass/style.scss */
#contact a {
  font-size: 16px;
  text-transform: uppercase;
  margin: 20px 0 5px;
  display: block;
}
