/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

b,
strong {
  font-weight: bolder; }

i,
em {
  font-style: italic; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  overflow: auto;
  -ms-overflow-style: scrollbar; }

svg:not(:root) {
  overflow: hidden; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 990px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 576px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }

  .col-xl-1 {
    width: 8.3333333333%; }

  .col-xl-2 {
    width: 16.6666666667%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-4 {
    width: 33.3333333333%; }

  .col-xl-5 {
    width: 41.6666666667%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-7 {
    width: 58.3333333333%; }

  .col-xl-8 {
    width: 66.6666666667%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-10 {
    width: 83.3333333333%; }

  .col-xl-11 {
    width: 91.6666666667%; }

  .col-xl-12 {
    width: 100%; }

  .col-xl-pull-0 {
    right: auto; }

  .col-xl-pull-1 {
    right: 8.3333333333%; }

  .col-xl-pull-2 {
    right: 16.6666666667%; }

  .col-xl-pull-3 {
    right: 25%; }

  .col-xl-pull-4 {
    right: 33.3333333333%; }

  .col-xl-pull-5 {
    right: 41.6666666667%; }

  .col-xl-pull-6 {
    right: 50%; }

  .col-xl-pull-7 {
    right: 58.3333333333%; }

  .col-xl-pull-8 {
    right: 66.6666666667%; }

  .col-xl-pull-9 {
    right: 75%; }

  .col-xl-pull-10 {
    right: 83.3333333333%; }

  .col-xl-pull-11 {
    right: 91.6666666667%; }

  .col-xl-pull-12 {
    right: 100%; }

  .col-xl-push-0 {
    left: auto; }

  .col-xl-push-1 {
    left: 8.3333333333%; }

  .col-xl-push-2 {
    left: 16.6666666667%; }

  .col-xl-push-3 {
    left: 25%; }

  .col-xl-push-4 {
    left: 33.3333333333%; }

  .col-xl-push-5 {
    left: 41.6666666667%; }

  .col-xl-push-6 {
    left: 50%; }

  .col-xl-push-7 {
    left: 58.3333333333%; }

  .col-xl-push-8 {
    left: 66.6666666667%; }

  .col-xl-push-9 {
    left: 75%; }

  .col-xl-push-10 {
    left: 83.3333333333%; }

  .col-xl-push-11 {
    left: 91.6666666667%; }

  .col-xl-push-12 {
    left: 100%; }

  .col-xl-offset-0 {
    margin-left: 0%; }

  .col-xl-offset-1 {
    margin-left: 8.3333333333%; }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%; }

  .col-xl-offset-3 {
    margin-left: 25%; }

  .col-xl-offset-4 {
    margin-left: 33.3333333333%; }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%; }

  .col-xl-offset-6 {
    margin-left: 50%; }

  .col-xl-offset-7 {
    margin-left: 58.3333333333%; }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%; }

  .col-xl-offset-9 {
    margin-left: 75%; }

  .col-xl-offset-10 {
    margin-left: 83.3333333333%; }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%; }

  .col-xl-offset-12 {
    margin-left: 100%; } }
html,
body {
  height: 100%; }

body {
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #c0c0c0;
  background-color: #1f2127; }

h1 {
  display: inline-block;
  padding: 7.5px 15px;
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #1f2127;
  background-color: #90ea01; }
  @media (max-width: 767px) {
    h1 {
      font-size: 1.9rem; } }
  @media (min-width: 768px) {
    h1 {
      font-size: 2.2rem; } }

h2 {
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 1.9em;
  font-weight: 400;
  line-height: 1.3;
  color: #fff; }

h3 {
  margin-bottom: 7.5px;
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  color: #e0e0e0; }

p {
  margin-bottom: 22.5px;
  line-height: 1.8; }

main {
  padding-top: 80px;
  background: url("../img/bg.jpg"); }

article {
  margin: 90px 0; }
  article ul {
    margin: 0 0 22.5px 1rem;
    line-height: 1.8;
    list-style-type: square; }
  article ol {
    margin: 0 0 22.5px 1rem;
    line-height: 1.8;
    list-style-type: decimal; }

hr {
  margin: 30px 0;
  border-color: rgba(192, 192, 192, 0.3); }

a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #fff;
    text-decoration: underline; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 35px;
  height: 7px;
  margin: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff \9;
  background-color: rgba(255, 255, 255, 0.3); }

.carousel-indicators .active {
  background-color: #ffffff; }

@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 20px; } }
html.mobile-nav-open,
html.mobile-nav-open body {
  overflow: hidden; }

.header-main {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 80px;
  background-color: #1f2127; }
  .header-main .container {
    position: relative; }
  .header-main__logo {
    position: absolute;
    height: auto;
    transition: all 0.15s ease-in-out; }
    @media (max-width: 767px) {
      .header-main__logo {
        width: 110px;
        margin-top: 15px; }
        .mobile-nav-open .header-main__logo, .scrolled .header-main__logo {
          width: 60px;
          margin-top: 12px; } }
    @media (min-width: 768px) {
      .header-main__logo {
        width: 120px;
        margin-top: 15px; }
        .scrolled .header-main__logo {
          width: 60px;
          margin-top: 12px; } }
    @media (min-width: 992px) {
      .header-main__logo {
        width: 140px;
        margin-top: 15px; } }
    @media (min-width: 1200px) {
      .header-main__logo {
        width: 180px;
        margin-top: 15px; } }
  .header-main__city {
    position: absolute;
    border-radius: 6px;
    background-color: #1f2127;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.15s ease-in-out; }
    @media (max-width: 767px) {
      .header-main__city {
        top: 110px;
        left: 35px;
        padding: 4px 8px;
        font-size: 1rem; }
        .mobile-nav-open .header-main__city, .scrolled .header-main__city {
          top: 25px;
          left: 77px; } }
    @media (min-width: 768px) {
      .header-main__city {
        top: 120px;
        left: 32px;
        padding: 5px 10px;
        font-size: 1.25rem; }
        .scrolled .header-main__city {
          top: 23px;
          left: 76px;
          font-size: 1rem; } }
    @media (min-width: 992px) {
      .header-main__city {
        top: 135px;
        left: 42px;
        padding: 5px 10px;
        font-size: 1.25rem; }
        .scrolled .header-main__city {
          top: 22px;
          left: 76px;
          font-size: 1.125rem; } }
    @media (min-width: 1200px) {
      .header-main__city {
        top: 170px;
        left: 61px;
        padding: 5px 10px;
        font-size: 1.25rem; } }

@media (max-width: 767px) {
  .nav-main {
    position: fixed;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    padding-bottom: 15px;
    overflow: hidden;
    overflow-y: auto;
    background: #181a1e;
    border-top: 1px solid #444;
    text-align: center;
    transition: none;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
    .mobile-nav-open .nav-main {
      transform: translateX(0%);
      transition: transform 0.15s ease-in-out;
      -webkit-transform: translateX(0%);
      transform: translateX(0%); } }
@media (min-width: 768px) {
  .nav-main {
    float: right; } }
@media (max-width: 767px) {
  .nav-main__list {
    margin: 15px 0; } }
@media (min-width: 768px) {
  .nav-main__list {
    float: left; } }
@media (min-width: 768px) {
  .nav-main__list > .menu-item {
    display: inline-block; } }
.nav-main__list > .menu-item.menu-item-has-children {
  position: relative; }
.nav-main__list > .menu-item a {
  display: block;
  color: #c0c0c0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out; }
  .nav-main__list > .menu-item a:focus, .nav-main__list > .menu-item a:hover {
    color: #90ea01;
    text-decoration: none; }
  @media (max-width: 767px) {
    .nav-main__list > .menu-item a {
      padding: 5px 0;
      font-size: 1.25rem; } }
  @media (min-width: 768px) {
    .nav-main__list > .menu-item a {
      padding: 28px 8px;
      font-size: 1rem; } }
  @media (min-width: 992px) {
    .nav-main__list > .menu-item a {
      padding: 27px 15px 26px;
      font-size: 1.125rem; } }
@media (max-width: 767px) {
  .no-js .nav-main__list > .menu-item:hover .sub-menu, .nav-main__list > .menu-item.open .sub-menu {
    display: block; } }
@media (min-width: 768px) {
  .no-js .nav-main__list > .menu-item:hover .sub-menu, .no-touch .nav-main__list > .menu-item:hover .sub-menu, .touch .nav-main__list > .menu-item.open .sub-menu {
    width: auto;
    height: auto;
    opacity: 1;
    transition: opacity 0.15s ease-in-out; } }
@media (max-width: 767px) {
  .nav-main__list > .menu-item .sub-menu {
    display: none;
    padding-bottom: 15px;
    font-size: 1.25rem; } }
@media (min-width: 768px) {
  .nav-main__list > .menu-item .sub-menu {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    padding: 5px 0;
    background: #2a2d35;
    opacity: 0; } }
.nav-main__list > .menu-item .sub-menu a {
  padding: 5px 15px;
  font-weight: 300;
  text-transform: none;
  white-space: nowrap; }
@media (max-width: 767px) {
  .nav-main__booking {
    font-size: 1.25rem; } }
@media (min-width: 768px) {
  .nav-main__booking {
    float: left;
    margin: 20px 50px 0 8px; } }
@media (min-width: 992px) {
  .nav-main__booking {
    margin: 19px 65px 0 15px; } }
.nav-main__flag {
  width: 35px;
  height: auto;
  border-radius: 50%;
  opacity: .8;
  transition: opacity 0.15s ease-in-out; }
  .nav-main__flag:hover {
    opacity: 1; }
  @media (max-width: 767px) {
    .nav-main__flag {
      display: block;
      margin: 15px auto 0; } }
  @media (min-width: 768px) {
    .nav-main__flag {
      position: absolute;
      float: right;
      top: 23px;
      right: 15px; } }
  @media (min-width: 992px) {
    .nav-main__flag {
      margin-left: 30px; } }

@media (max-width: 767px) {
  .carousel-home {
    height: 400px; } }
@media (min-width: 768px) {
  .carousel-home {
    height: 450px; } }
@media (min-width: 992px) {
  .carousel-home {
    height: 500px; } }
@media (min-width: 1200px) {
  .carousel-home {
    height: 550px; } }
.carousel-home .carousel-inner {
  height: 100%; }
  .carousel-home .carousel-inner .container {
    position: relative;
    height: 100%; }
.carousel-home .item {
  height: 100%;
  background-size: cover;
  background-position: center; }
  .carousel-home .item::before {
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25); }
  .carousel-home .item.active .carousel-home__logo {
    opacity: 1; }
.carousel-home__logo {
  position: absolute;
  right: 15px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.15s ease-in-out; }
  @media (max-width: 767px) {
    .carousel-home__logo {
      bottom: 45px;
      width: 290px; } }
  @media (min-width: 768px) {
    .carousel-home__logo {
      bottom: 60px;
      width: 300px; } }
  @media (min-width: 992px) {
    .carousel-home__logo {
      width: 330px; } }
  @media (min-width: 1200px) {
    .carousel-home__logo {
      width: 360px; } }
  .carousel-home__logo img {
    width: 100%;
    height: auto; }

.hero {
  position: relative;
  background-color: #363943;
  background-size: cover;
  background-position: center; }
  .hero::before {
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15); }
  @media (max-width: 767px) {
    .hero {
      height: 250px; } }
  @media (min-width: 768px) {
    .hero {
      height: 300px; } }
  @media (min-width: 992px) {
    .hero {
      height: 350px; } }
  @media (min-width: 1200px) {
    .hero {
      height: 400px; } }
  .hero .container {
    position: relative;
    height: 100%; }
  .hero__logo {
    position: absolute;
    right: 15px;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.55); }
    @media (max-width: 767px) {
      .hero__logo {
        bottom: 45px;
        width: 290px; } }
    @media (min-width: 768px) {
      .hero__logo {
        bottom: 60px;
        width: 300px; } }
    @media (min-width: 992px) {
      .hero__logo {
        width: 330px; } }
    @media (min-width: 1200px) {
      .hero__logo {
        width: 360px; } }
    .hero__logo img {
      width: 100%;
      height: auto; }

.intro {
  padding: 90px 0;
  background-color: #181a1e;
  color: #f2f2f2;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  line-height: 1.7;
  text-align: center; }
  @media (max-width: 767px) {
    .intro {
      font-size: 1.5rem; } }
  @media (min-width: 768px) {
    .intro {
      font-size: 1.8rem; } }

.info {
  padding: 60px 0;
  background-color: #1f2127; }
  .info__aside {
    text-align: center; }
    .info__aside h2 {
      color: #90ea01; }
      .info__aside h2::after {
        display: block;
        width: 50px;
        height: 1px;
        margin: 15px auto 0;
        background-color: #fff;
        content: ""; }

.map {
  width: 100%; }
  @media (max-width: 767px) {
    .map {
      height: 350px; } }
  @media (min-width: 768px) {
    .map {
      height: 450px; } }

.footer-main {
  padding: 60px 0;
  background-color: #1f2127; }
  @media (min-width: 576px) and (max-width: 767px) {
    .footer-main__col-3 {
      clear: both; } }
  @media (max-width: 575px) {
    .footer-main__col-2 {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    .footer-main__col-3, .footer-main__col-4 {
      margin-top: 15px; } }
  .footer-main h3 {
    margin: 0 0 0.5rem;
    color: #c0c0c0;
    font-family: "Oswald", sans-serif;
    font-size: 1.25rem;
    font-weight: 400; }

.nav-footer__list {
  padding: 0;
  list-style: none; }
  .nav-footer__list a {
    color: #747474;
    font-size: 0.9375rem; }
    .nav-footer__list a:hover {
      color: #c0c0c0;
      text-decoration: none; }

.social-media {
  overflow: auto;
  margin-top: 30px; }
  .social-media__link {
    display: inline-block; }
  .social-media__link + .social-media__link {
    margin-left: 10px; }
  .social-media__icon {
    width: 28px;
    height: auto;
    fill: #747474;
    transition: fill 0.15s ease-in-out; }
    .social-media__icon:hover {
      fill: #c0c0c0; }

.footer-copyright {
  padding: 30px 0;
  border-top: 1px solid #393939;
  background-color: #141519;
  color: #676767;
  font-size: 0.875rem; }
  .footer-copyright a {
    color: #8d8d8d; }
    .footer-copyright a:hover {
      color: #c0c0c0;
      text-decoration: none; }
  @media (min-width: 768px) {
    .footer-copyright__col--right {
      text-align: right; } }

@media (max-width: 767px) {
  .hinnat {
    padding: 45px 0; } }
@media (min-width: 768px) {
  .hinnat {
    padding: 90px 0; } }

.aside-hinnat,
.aside-avoimet-pelit {
  padding: 30px;
  background-color: rgba(31, 33, 39, 0.7);
  color: #c0c0c0;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.6); }
  @media (max-width: 767px) {
    .aside-hinnat,
    .aside-avoimet-pelit {
      margin: 15px 0; } }
  .aside-hinnat h2,
  .aside-avoimet-pelit h2 {
    padding: 12px 30px;
    margin: -30px -30px 30px -30px;
    background-color: #ea2b01;
    font-size: 1.7rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }
  .aside-hinnat h3,
  .aside-avoimet-pelit h3 {
    margin: 0;
    text-transform: uppercase; }
  .aside-hinnat__info,
  .aside-avoimet-pelit__info {
    font-size: 0.875rem; }

@media (min-width: 768px) {
  .nav-toggle {
    display: none; } }
@media (max-width: 767px) {
  .nav-toggle {
    float: right;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    background-color: transparent;
    border: 0;
    margin: 24px 0 0;
    overflow: visible; }
    .nav-toggle:active, .nav-toggle:focus {
      outline: none; }
    .nav-toggle.active .nav-toggle__inner {
      transform: translate3d(0, 7px, 0) rotate(45deg); }
      .nav-toggle.active .nav-toggle__inner::before {
        transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        opacity: 0; }
      .nav-toggle.active .nav-toggle__inner::after {
        transform: translate3d(0, -14px, 0) rotate(-90deg); }
    .nav-toggle__box {
      width: 24px;
      height: 14px;
      display: inline-block;
      position: relative; }
    .nav-toggle__inner {
      display: block;
      top: 50%;
      margin-top: -2px; }
      .nav-toggle__inner, .nav-toggle__inner::before, .nav-toggle__inner::after {
        width: 24px;
        height: 2px;
        background-color: #fff;
        border-radius: 1px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.2s;
        transition-timing-function: ease; }
      .nav-toggle__inner::before, .nav-toggle__inner::after {
        content: "";
        display: block; }
      .nav-toggle__inner::before {
        top: 7px;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.2s; }
      .nav-toggle__inner::after {
        top: 14px; } }

.btn {
  display: inline-block;
  padding: 8px 12px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  @media (min-width: 768px) {
    .btn {
      font-size: 1rem; } }
  @media (min-width: 992px) {
    .btn {
      font-size: 1.125rem; } }
  .btn-primary {
    background-color: #b71351;
    color: #fff; }
    .btn-primary:focus, .btn-primary:hover {
      background-color: #971043;
      color: #fff; }

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