﻿/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: "Roboto Black";
  src: url("../fonts/roboto/roboto_black/Roboto-Black-webfont.eot");
  src: url("../fonts/roboto/roboto_black/Roboto-Black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_black/Roboto-Black-webfont.woff") format("woff"), url("../fonts/roboto/roboto_black/Roboto-Black-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_black/Roboto-Black-webfont.svg#Roboto Black") format("svg"); }
@font-face {
  font-family: "Roboto BlackItalic";
  src: url("../fonts/roboto/roboto_blackitalic/Roboto-BlackItalic-webfont.eot");
  src: url("../fonts/roboto/roboto_blackitalic/Roboto-BlackItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_blackitalic/Roboto-BlackItalic-webfont.woff") format("woff"), url("../fonts/roboto/roboto_blackitalic/Roboto-BlackItalic-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_blackitalic/Roboto-BlackItalic-webfont.svg#Roboto BlackItalic") format("svg"); }
@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/roboto/roboto_bold/Roboto-Bold-webfont.eot");
  src: url("../fonts/roboto/roboto_bold/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_bold/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/roboto/roboto_bold/Roboto-Bold-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_bold/Roboto-Bold-webfont.svg#Roboto Bold") format("svg"); }
@font-face {
  font-family: "RobotoCondensed Bold";
  src: url("../fonts/roboto/roboto_boldcondensed/RobotoCondensed-Bold-webfont.eot");
  src: url("../fonts/roboto/roboto_boldcondensed/RobotoCondensed-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_boldcondensed/RobotoCondensed-Bold-webfont.woff") format("woff"), url("../fonts/roboto/roboto_boldcondensed/RobotoCondensed-Bold-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_boldcondensed/RobotoCondensed-Bold-webfont.svg#RobotoCondensed Bold") format("svg"); }
@font-face {
  font-family: "RobotoCondensed BoldItalic";
  src: url("../fonts/roboto/roboto_boldcondenseditalic/RobotoCondensed-BoldItalic-webfont.eot");
  src: url("../fonts/roboto/roboto_boldcondenseditalic/RobotoCondensed-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_boldcondenseditalic/RobotoCondensed-BoldItalic-webfont.woff") format("woff"), url("../fonts/roboto/roboto_boldcondenseditalic/RobotoCondensed-BoldItalic-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_boldcondenseditalic/RobotoCondensed-BoldItalic-webfont.svg#RobotoCondensed BoldItalic") format("svg"); }
@font-face {
  font-family: "Roboto BoldItalic";
  src: url("../fonts/roboto/roboto_bolditalic/Roboto-BoldItalic-webfont.eot");
  src: url("../fonts/roboto/roboto_bolditalic/Roboto-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_bolditalic/Roboto-BoldItalic-webfont.woff") format("woff"), url("../fonts/roboto/roboto_bolditalic/Roboto-BoldItalic-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_bolditalic/Roboto-BoldItalic-webfont.svg#Roboto BoldItalic") format("svg"); }
@font-face {
  font-family: "RobotoCondensed Regular";
  src: url("../fonts/roboto/roboto_condensed/RobotoCondensed-Regular-webfont.eot");
  src: url("../fonts/roboto/roboto_condensed/RobotoCondensed-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_condensed/RobotoCondensed-Regular-webfont.woff") format("woff"), url("../fonts/roboto/roboto_condensed/RobotoCondensed-Regular-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_condensed/RobotoCondensed-Regular-webfont.svg#RobotoCondensed Regular") format("svg"); }
@font-face {
  font-family: "RobotoCondensed Italic";
  src: url("../fonts/roboto/roboto_condenseditalic/RobotoCondensed-Italic-webfont.eot");
  src: url("../fonts/roboto/roboto_condenseditalic/RobotoCondensed-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_condenseditalic/RobotoCondensed-Italic-webfont.woff") format("woff"), url("../fonts/roboto/roboto_condenseditalic/RobotoCondensed-Italic-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_condenseditalic/RobotoCondensed-Italic-webfont.svg#RobotoCondensed Italic") format("svg"); }
@font-face {
  font-family: "Roboto Italic";
  src: url("../fonts/roboto/roboto_italic/Roboto-Italic-webfont.eot");
  src: url("../fonts/roboto/roboto_italic/Roboto-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_italic/Roboto-Italic-webfont.woff") format("woff"), url("../fonts/roboto/roboto_italic/Roboto-Italic-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_italic/Roboto-Italic-webfont.svg#Roboto Italic") format("svg"); }
@font-face {
  font-family: "Roboto Light";
  src: url("../fonts/roboto/roboto_light/Roboto-Light-webfont.eot");
  src: url("../fonts/roboto/roboto_light/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_light/Roboto-Light-webfont.woff") format("woff"), url("../fonts/roboto/roboto_light/Roboto-Light-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_light/Roboto-Light-webfont.svg#Roboto Light") format("svg"); }
@font-face {
  font-family: "RobotoCondensed Light";
  src: url("../fonts/roboto/roboto_lightcondensed/RobotoCondensed-Light-webfont.eot");
  src: url("../fonts/roboto/roboto_lightcondensed/RobotoCondensed-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_lightcondensed/RobotoCondensed-Light-webfont.woff") format("woff"), url("../fonts/roboto/roboto_lightcondensed/RobotoCondensed-Light-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_lightcondensed/RobotoCondensed-Light-webfont.svg#RobotoCondensed Light") format("svg"); }
@font-face {
  font-family: "RobotoCondensed LightItalic";
  src: url("../fonts/roboto/roboto_lightcondenseditalic/RobotoCondensed-LightItalic-webfont.eot");
  src: url("../fonts/roboto/roboto_lightcondenseditalic/RobotoCondensed-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_lightcondenseditalic/RobotoCondensed-LightItalic-webfont.woff") format("woff"), url("../fonts/roboto/roboto_lightcondenseditalic/RobotoCondensed-LightItalic-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_lightcondenseditalic/RobotoCondensed-LightItalic-webfont.svg#RobotoCondensed LightItalic") format("svg"); }
@font-face {
  font-family: "Roboto LightItalic";
  src: url("../fonts/roboto/roboto_lightitalic/Roboto-LightItalic-webfont.eot");
  src: url("../fonts/roboto/roboto_lightitalic/Roboto-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_lightitalic/Roboto-LightItalic-webfont.woff") format("woff"), url("../fonts/roboto/roboto_lightitalic/Roboto-LightItalic-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_lightitalic/Roboto-LightItalic-webfont.svg#Roboto LightItalic") format("svg"); }
@font-face {
  font-family: "Roboto Medium";
  src: url("../fonts/roboto/roboto_medium/Roboto-Medium-webfont.eot");
  src: url("../fonts/roboto/roboto_medium/Roboto-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_medium/Roboto-Medium-webfont.woff") format("woff"), url("../fonts/roboto/roboto_medium/Roboto-Medium-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_medium/Roboto-Medium-webfont.svg#Roboto Medium") format("svg"); }
@font-face {
  font-family: "Roboto MediumItalic";
  src: url("../fonts/roboto/roboto_mediumitalic/Roboto-MediumItalic-webfont.eot");
  src: url("../fonts/roboto/roboto_mediumitalic/Roboto-MediumItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_mediumitalic/Roboto-MediumItalic-webfont.woff") format("woff"), url("../fonts/roboto/roboto_mediumitalic/Roboto-MediumItalic-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_mediumitalic/Roboto-MediumItalic-webfont.svg#Roboto MediumItalic") format("svg"); }
@font-face {
  font-family: "Roboto Regular";
  src: url("../fonts/roboto/roboto_regular/Roboto-Regular-webfont.eot");
  src: url("../fonts/roboto/roboto_regular/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_regular/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/roboto/roboto_regular/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_regular/Roboto-Regular-webfont.svg#Roboto Regular") format("svg"); }
@font-face {
  font-family: "Roboto Thin";
  src: url("../fonts/roboto/roboto_thin/Roboto-Thin-webfont.eot");
  src: url("../fonts/roboto/roboto_thin/Roboto-Thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_thin/Roboto-Thin-webfont.woff") format("woff"), url("../fonts/roboto/roboto_thin/Roboto-Thin-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_thin/Roboto-Thin-webfont.svg#Roboto Thin") format("svg"); }
@font-face {
  font-family: "Roboto ThinItalic";
  src: url("../fonts/roboto/roboto_thinitalic/Roboto-ThinItalic-webfont.eot");
  src: url("../fonts/roboto/roboto_thinitalic/Roboto-ThinItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto_thinitalic/Roboto-ThinItalic-webfont.woff") format("woff"), url("../fonts/roboto/roboto_thinitalic/Roboto-ThinItalic-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto_thinitalic/Roboto-ThinItalic-webfont.svg#Roboto ThinItalic") format("svg"); }
p, ul, ol, pre, table, blockquote {
  margin-top: 1.71428571em;
  margin-bottom: 1.71428571em; }

body {
  font-size: 100%; }
  @media only screen and (min-width: 30em) {
    body {
      font-size: 110%; } }
  @media only screen and (min-width: 42.5em) {
    body {
      font-size: 120%; } }
  @media only screen and (min-width: 64em) {
    body {
      font-size: 130%; } }
  @media only screen and (min-width: 70em) {
    body {
      font-size: 140%; } }

.heading {
  text-align: center;
  padding: 0.5em;
  margin: 0 auto; }
  .heading__h1 {
    font-size: 2.9em;
    line-height: 0.8em;
    margin-top: 0.3em;
    margin-bottom: 0.4em; }
  .heading__h2 {
    font-size: 2.05em;
    line-height: 0.8em;
    margin-top: 0.3em;
    margin-bottom: 0.4em; }
  .heading__h3 {
    font-size: 1.379em;
    line-height: 1.03em;
    margin-top: 0.25em;
    margin-bottom: 0.30em; }
  .heading__h4 {
    font-size: 1.10em;
    line-height: 1.058823529em;
    margin-top: .4em;
    margin-bottom: .5em; }
  .heading--left {
    text-align: left; }
  .heading--right {
    text-align: right; }

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  background: #e3e3e3; }

.wrapper {
  width: 100%;
  max-width: 62.500em;
  margin: 0 auto;
  padding: 1.5em 0; }

.container {
  display: flex; }

.header {
  background: url(images/dotted.png) repeat #000000;
  display: flex;
  justify-content: space-around;
  padding-top: .5em; }
  .header__logo {
    max-width: 200px; }
    .header__logo img {
      width: 100%;
      max-width: 100%; }
  .header__name {
    margin-top: 1.5em;
    color: #d7d7d7; }

.social {
  margin: 0;
  list-style: none;
  text-align: center;
  padding: .3em 0; }
  .social__link {
    text-decoration: none;
    display: inline-block;
    font-size: 30px; }
    .social__link .fa-facebook {
      color: #3b5998; }
    .social__link .fa-twitter {
      color: #00aced; }
    .social__link .fa-youtube {
      color: #bb0000; }

.tabs {
  width: 100%;
  margin: 0; }
  .tabs__input {
    position: absolute;
    left: -10000px; }
  .tabs__content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    background: url(images/dotted.png) repeat #000000; }
  .tabs__title {
    flex-basis: auto;
    background-color: #a21309;
    cursor: pointer;
    padding: .3em 1em; }
    .tabs__title:hover {
      background-color: #F44336; }
  .tabs__panel {
    display: none;
    width: 100%;
    flex-basis: auto;
    background-color: #f8f8f8;
    border-top: 10px solid #a21309; }

#one:checked ~ .tabs__content #one-label,
#two:checked ~ .tabs__content #two-label,
#three:checked ~ .tabs__content #three-label,
#four:checked ~ .tabs__content #four-label {
  background-color: #EF5350;
  cursor: default; }

#one:checked ~ .tabs__content #one-panel,
#two:checked ~ .tabs__content #two-panel,
#three:checked ~ .tabs__content #three-panel,
#four:checked ~ .tabs__content #four-panel {
  display: block; }

.services {
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap; }
  .services__item {
    width: 100%;
    padding: .6em;
    display: flex;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
    .services__item:nth-child(even) .event__box {
      background-color: #FFFFFF; }
  .services__box {
    padding: 6px;
    background: #f8f8f8;
    overflow: hidden;
    width: 100%;
    margin: 0; }
    .services__box img {
      width: 100%;
      height: auto; }
  .services__caption {
    margin: 0;
    width: 100%; }
    .services__caption h3 {
      margin: 0;
      margin-bottom: 6px;
      font: 16px "Roboto Regular";
      text-transform: uppercase;
      color: rgba(0, 0, 0, 0.8);
      font-weight: bold; }
    .services__caption p {
      margin: 0;
      font: 14px "Roboto Light";
      text-align: justify; }
    .services__caption time {
      font-size: 12px;
      padding: 6px; }
  @media only screen and (min-width: 42.5em) {
    .services__item {
      width: 33.333%; } }

.slideshow {
  position: relative;
  display: block;
  overflow: hidden; }

.slideshow figure {
  position: absolute;
  margin: 0;
  opacity: 0;
  transition: 1s; }

.slideshow figure img {
  display: block;
  width: 100%; }

.slideshow figcaption {
  position: absolute;
  font-family: sans-serif;
  font-size: inherit;
  bottom: 0;
  left: 0;
  padding: 0.5em;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  width: 100%; }

.slideshow figcaption a {
  color: #f55; }

.slideshow figure.show {
  opacity: 1;
  position: static;
  transition: 1s; }

.slideshow .next, .slideshow .prev {
  color: #fff;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  top: 0;
  width: calc(95% / 2);
  height: 100%;
  z-index: 1;
  margin: 0;
  opacity: 0;
  user-select: none;
  text-align: center;
  transition: all 0.5s ease; }

.slideshow .next:hover, .slideshow .prev:hover {
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s ease; }

.slideshow .next {
  right: 0; }

.slideshow .prev {
  left: 0; }

@media (min-width: 320px) {
  .slideshow {
    max-width: 100%;
    height: auto;
    margin: 0px auto; }

  .slideshow .next, .slideshow .prev {
    height: auto; } }
@media only screen and (min-width: 64em) {
  .slideshow {
    width: 100%;
    height: 490px; } }
.slideshow #img-pattern {
  position: absolute;
  opacity: .85;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.slideshow .slogan {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.8);
  z-index: 5;
  text-align: center; }

.slogan__button {
  text-align: center;
  padding: .4em; }
  .slogan__button a {
    padding: .3em 1em;
    border: none;
    background-color: #42A5F5;
    text-decoration: none;
    color: #FFFFFF; }
    .slogan__button a:hover {
      background-color: #2196F3; }

/*# sourceMappingURL=style.css.map */
