@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
/* line 5, ../../../../.rbenv/versions/2.1.4/lib/ruby/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 22, ../../../../.rbenv/versions/2.1.4/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../.rbenv/versions/2.1.4/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../.rbenv/versions/2.1.4/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

/* line 116, ../../../../.rbenv/versions/2.1.4/lib/ruby/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 19, ../sass/style.scss */
.logo {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  font-size: 32px;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #3A3335;
  z-index: 999;
}

/* line 32, ../sass/style.scss */
html, body {
  height: 100%;
  width: 100%;
}

/* line 37, ../sass/style.scss */
body {
  font-family: "Open Sans Condensed", sans-serif;
  color: #3A3335;
  font-size: 14px;
  line-height: 1.428571429;
}

/* line 44, ../sass/style.scss */
.container {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 53, ../sass/style.scss */
.container header {
  height: 64px;
  line-height: 64px;
  text-align: center;
}
/* line 59, ../sass/style.scss */
.container .slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
}
/* line 68, ../sass/style.scss */
.container .slideshow .slideshow-elem {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}
/* line 74, ../sass/style.scss */
.container .slideshow .slideshow-elem .slideshow-elem-image {
  position: absolute;
  margin: 0 auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
}
/* line 81, ../sass/style.scss */
.container .slideshow .slideshow-elem .slideshow-elem-image.image-dummy {
  width: 100%;
  height: 100%;
  background-color: red;
}
/* line 88, ../sass/style.scss */
.container .slideshow .slideshow-elem .slideshow-elem-infobar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  background-color: rgba(255, 254, 254, 0.85);
  color: #3A3335;
  white-space: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 101, ../sass/style.scss */
.container .slideshow .slideshow-elem .slideshow-elem-infobar table {
  margin: 0px;
  width: 384px;
  float: left;
  color: #3A3335;
}
/* line 107, ../sass/style.scss */
.container .slideshow .slideshow-elem .slideshow-elem-infobar table th {
  vertical-align: top;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 117, ../sass/style.scss */
.container .slideshow .slideshow-elem .slideshow-elem-infobar .slideshow-elem-description {
  margin: 0px;
  margin-left: 400px;
}
/* line 125, ../sass/style.scss */
.container .control-btn {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  bottom: 0px;
  margin: 0 auto;
  margin-top: -24px;
  text-align: center;
  color: #3A3335;
  font-size: 48px;
  cursor: pointer;
  z-index: 999;
}
/* line 139, ../sass/style.scss */
.container .control-btn i {
  line-height: 48px;
}
/* line 144, ../sass/style.scss */
.container #control-left {
  left: 0px;
}
/* line 148, ../sass/style.scss */
.container #control-right {
  right: 0px;
}
