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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

/*
a {
  color: $link-color;
  text-decoration: none;

  &:hover,
  &:focus {
    color: $link-hover-color;
    text-decoration: $link-hover-decoration;
  }

  &:focus {
    @include tab-focus;
  }
}
*/
figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.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: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1210px;
  }
}

.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-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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%;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Black';
  src: url("../fonts/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Black.otf") format("opentype"), url("../fonts/ProximaNova-Black.woff") format("woff"), url("../fonts/ProximaNova-Black.ttf") format("truetype"), url("../fonts/ProximaNova-Black.svg#ProximaNova-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Extrabld';
  src: url("../fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Extrabld.otf") format("opentype"), url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.ttf") format("truetype"), url("../fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.otf") format("opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.m-buttons:before, .m-buttons:after {
  content: " ";
  display: table;
}
.m-buttons:after {
  clear: both;
}

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

.m-buttons__col {
  margin-top: 30px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .m-buttons__col {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .m-buttons__col {
    margin-top: 0;
  }
}

.buttons:before, .buttons:after {
  content: " ";
  display: table;
}
.buttons:after {
  clear: both;
}

@media screen and (max-width: 768px) {
  .buttons--gallery-fp {
    text-align: center;
  }
}

.buttons__item {
  display: inline-block;
  padding: 12px 14px;
  padding: 1.2rem 1.4rem;
  margin-right: 10px;
  margin-right: 1rem;
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "ProximaNova-Extrabld";
  border-radius: 8px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  .buttons__item {
    margin-top: 20px;
    margin-top: 2rem;
    margin-right: 0;
  }
}
.buttons__item:last-child {
  margin-right: 0;
}
.buttons__item:hover {
  text-decoration: none;
}

.buttons__item--grow {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.buttons__item--grow:hover {
  transform: scale(1.1);
}

.buttons__item--smaller-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .buttons__item--smaller-text {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.buttons__item--full {
  width: 100%;
  text-align: center;
  height: 55px;
}

.buttons__small {
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.buttons__small svg {
  position: relative;
  top: 2px;
  margin-right: 6px;
}

.buttons--green {
  color: #fff;
  background: #81c814;
}
.buttons--green:hover {
  background: #376016;
}

.buttons--orange {
  color: #fff;
  background: #e15929;
}
.buttons--orange:hover {
  background: #376016;
}

.buttons--blue {
  color: #fff;
  background: #0ec7a7;
}
.buttons--blue:hover {
  background: #0ec7a7;
}

.buttons--red {
  color: #fff;
  background: #fa375a;
}
.buttons--red:hover {
  background: #fa375a;
}

.buttons--yellow {
  color: #fff;
  background: #fdcc03;
}
.buttons--yellow:hover {
  background: #fdcc03;
}

.buttons--top {
  margin-top: 20px;
  margin-top: 2rem;
}

.buttons--extratop {
  margin-top: 50px;
  margin-top: 5rem;
}

.c-gallery:before, .c-gallery:after {
  content: " ";
  display: table;
}
.c-gallery:after {
  clear: both;
}

.c-gallery__title {
  padding: 50px 0 30px 0;
  padding: 5rem 0 3rem 0;
}

.c-gallery__row {
  margin-left: -15px;
  margin-right: -15px;
}
.c-gallery__row:before, .c-gallery__row:after {
  content: " ";
  display: table;
}
.c-gallery__row:after {
  clear: both;
}
.c-gallery__row:before, .c-gallery__row:after {
  content: " ";
  display: table;
}
.c-gallery__row:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .c-gallery__row {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}

.c-gallery__col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .c-gallery__col {
    float: left;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .c-gallery__col {
    padding: 0;
    text-align: center;
  }
}

.c-gallery--col-2 .c-gallery__col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .c-gallery--col-2 .c-gallery__col {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .c-gallery--col-2 .c-gallery__col {
    padding: 0;
  }
}

.c-gallery__item {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.c-gallery__item:after {
  opacity: 0;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 12px;
  background-color: rgba(225, 87, 41, 0.4);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.c-gallery__item:hover:after {
  opacity: 1;
}

.c-gallery__img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.c-gallery__name {
  font-size: 20px;
  color: #1a1a19;
  font-family: "ProximaNova-Regular", sans-serif;
}

.c-gallery__name a {
  color: #1a1a19;
  text-decoration: none;
}
.c-gallery__name a:hover {
  text-decoration: underline;
}

.c-backnav {
  color: #1a1a19;
  font-family: "ProximaNova-Extrabld";
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-backnav {
    text-align: center;
  }
}
.c-backnav a {
  color: #1a1a19;
}

.c-divider {
  width: 100%;
  margin-top: -150px;
  margin-bottom: -100px;
}
.c-divider:before, .c-divider:after {
  content: " ";
  display: table;
}
.c-divider:after {
  clear: both;
}
@media screen and (max-width: 1200px) {
  .c-divider {
    margin-top: -100px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-divider {
    display: none;
  }
}

.c-divider--strom-pravy {
  float: left;
}
@media screen and (min-width: 1860px) {
  .c-divider--strom-pravy {
    float: right;
  }
}

.c-slider img {
  width: 100%;
  height: auto;
}

.c-slider__item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.album {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.album__img {
  max-width: 100%;
  height: auto;
}

.album__title {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 15px;
}

html,
body {
  position: relative;
  height: 100%;
  font-size: 10px;
  font-family: "ProximaNova-Regular", sans-serif;
  min-width: 320px;
  background: #e2f3fd;
}

input {
  width: 100%;
}
input:active, input:focus, input:hover {
  outline: none;
}

textarea {
  width: 100%;
  resize: none;
}
textarea:active, textarea:focus, textarea:hover {
  outline: none;
}

a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  text-decoration: underline;
}

h1,
h2 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  font-family: "ProximaNova-Black";
}
@media screen and (max-width: 768px) {
  h1,
  h2 {
    font-size: 40px;
    font-size: 4rem;
  }
}
h1.green,
h2.green {
  color: #81c814;
}
h1.yellow,
h2.yellow {
  color: #fdcc03;
}
h1.orange,
h2.orange {
  color: #e15929;
}
h1.red,
h2.red {
  color: #fa375a;
}
h1.blue,
h2.blue {
  color: #0ec7a7;
}
h1 span,
h2 span {
  display: block;
  color: #1a1a19;
  font-size: 35px;
  font-size: 3.5rem;
  font-family: "ProximaNova-Extrabld";
}
@media screen and (max-width: 768px) {
  h1 span,
  h2 span {
    font-size: 20px;
    font-size: 2rem;
  }
}

h3 {
  padding-bottom: 0;
  line-height: 1.1;
}
h3.green {
  color: #81c814;
}
h3.yellow {
  color: #fdcc03;
}
h3.orange {
  color: #e15929;
}
h3.red {
  color: #fa375a;
}
h3.blue {
  color: #0ec7a7;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
}

p + p {
  margin-top: 1em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 24px;
}

strong {
  font-weight: bold;
}

.container {
  max-width: 900px;
}

.container--right {
  padding-right: 260px;
}
@media screen and (max-width: 992px) {
  .container--right {
    padding-right: 15px;
  }
}

.container--extra-right {
  padding-right: 360px;
}
@media screen and (max-width: 992px) {
  .container--extra-right {
    padding-right: 15px;
  }
}

i {
  border: solid #e15929;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.slicknav_menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .slicknav_menu {
    display: block;
  }
}

.layout {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 9em 0 9em 0;
  background-size: 1024px 181px;
  min-height: 640px;
}
@media screen and (max-width: 1200px) {
  .layout {
    background-size: 853px 151px;
  }
}
@media screen and (max-width: 992px) {
  .layout {
    background-size: 682px 120px;
    min-height: 0;
  }
}
@media screen and (max-width: 768px) {
  .layout {
    background-size: 512px 90.5px;
  }
}

.layout__body {
  padding: 50px 0 30px 0;
  padding: 5rem 0 3rem 0;
}

.layout__content {
  padding-top: 10px;
  padding-top: 1rem;
}
.layout__content:before, .layout__content:after {
  content: " ";
  display: table;
}
.layout__content:after {
  clear: both;
}

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

.layout__col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .layout__col {
    float: left;
    width: 50%;
  }
}

.layout__col--text {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .layout__col--text {
    float: left;
    width: 58.3333333333%;
  }
}

.layout__col--large-text {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .layout__col--large-text {
    float: left;
    width: 66.6666666667%;
  }
}

.layout__col--gallery {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .layout__col--gallery {
    float: left;
    width: 41.6666666667%;
  }
}

.layout__col--buttons {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .layout__col--buttons {
    float: left;
    width: 41.6666666667%;
  }
}

.layout__img {
  position: absolute;
  bottom: -100px;
  right: 20px;
  max-width: 600px;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .layout__img {
    width: 360px;
    bottom: -80px;
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .layout__img {
    display: none;
  }
}

.layout__line {
  padding-top: 10px;
  padding-top: 1rem;
  margin-top: 10px;
  margin-top: 1rem;
  border-top: 1px solid #d6d8d8;
}

.content h3 {
  padding: 5px 0 0 0;
  padding: 0.5rem 0 0 0;
  font-size: 35px;
  font-size: 3.5rem;
  font-family: "ProximaNova-Black";
  text-transform: uppercase;
}
.content h4 {
  padding: 5px 0 0 0;
  padding: 0.5rem 0 0 0;
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "ProximaNova-Black";
  text-transform: uppercase;
}
.content p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
.content strong {
  font-family: "ProximaNova-Extrabld";
}
.content ul, .content ol {
  padding-left: 20px;
  padding-left: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: "ProximaNova-Extrabld";
}
.content ul li, .content ol li {
  padding: 4px 0;
  padding: 0.4rem 0;
}
.content img {
  max-width: 100%;
  height: auto;
}
.content img.imgtop {
  margin-top: 16px;
  margin-top: 1.6rem;
}
.content table {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  border-collapse: collapse;
}
.content table th, .content table td {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 0;
}
.content table th:last-child, .content table td:last-child {
  text-align: right;
}

.header {
  position: relative;
  padding: 1.4em 0 1.5em 0;
  background: #fdcc03;
  text-align: center;
}
.header:before, .header:after {
  content: " ";
  display: table;
}
.header:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .header {
    text-align: left;
  }
}
.header .container {
  max-width: none;
}

.header__logo {
  float: left;
}
@media screen and (max-width: 992px) {
  .header__logo {
    float: none;
  }
}
@media screen and (max-width: 540px) {
  .header__logo img {
    max-width: 200px;
    height: auto;
  }
}

.header__menu {
  display: inline-block;
  float: right;
}
@media screen and (max-width: 992px) {
  .header__menu {
    float: none;
    margin-top: 20px;
    margin-top: 2rem;
  }
  .header__menu:before, .header__menu:after {
    content: " ";
    display: table;
  }
  .header__menu:after {
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .header__menu {
    display: none;
  }
}

.nav {
  display: inline-block;
  float: left;
}
.nav ul {
  float: left;
  list-style-type: none;
}
.nav ul li {
  float: left;
  padding: 0 10px;
  padding: 0 1rem;
  padding-top: 2px;
  padding-top: 0.2rem;
}
.nav ul li:first-child {
  padding-left: 0;
}
.nav ul li:last-child {
  padding-right: 0;
}
.nav ul li a {
  float: left;
  display: inline-block;
  padding: 14px 20px;
  padding: 1.4rem 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav ul li a:hover {
  text-decoration: none;
}
.nav ul li.current-menu-item a, .nav ul li a:hover {
  -ms-transform: rotate(-9deg);
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.nav--pink a {
  background-color: #e0556f;
}

.nav--blue a {
  background-color: #0ec7a7;
}

.nav--orange a {
  background-color: #e15929;
}

.nav--green a {
  background-color: #81c814;
}

.nav--purple a {
  background-color: #a32bc2;
}

.nav--red a {
  background-color: #fa375a;
}

.footer {
  background: url("../images/grass.png") repeat-x;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer {
    background: url("../images/grass@2x.png") repeat-x;
    background-size: 981px 113px;
  }
}

.footer-top {
  margin-top: -70px;
}

.footer__inner {
  padding-top: 110px;
}

.footer__container {
  background: #81c814;
  height: 120px;
}

.fp-gallery {
  display: block;
  width: 100%;
  margin-top: 50px;
  padding: 0 0 260px 0;
  background: url("../images/kluk-na-strome.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}
.fp-gallery:before, .fp-gallery:after {
  content: " ";
  display: table;
}
.fp-gallery:after {
  clear: both;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fp-gallery {
    background-image: url("../images/kluk-na-strome@2x.jpg");
  }
}
@media screen and (max-width: 768px) {
  .fp-gallery {
    padding-bottom: 60px;
    background-image: none;
  }
}

.fp-galllery__images {
  margin-top: 40px;
  margin-top: 4rem;
}

.fp-gallery__container {
  padding-left: 40%;
}
@media screen and (max-width: 768px) {
  .fp-gallery__container {
    padding-left: 0;
    margin-top: 80px;
    margin-top: 8rem;
  }
}

.fp-news {
  margin-bottom: -60px;
}
@media screen and (max-width: 992px) {
  .fp-news {
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 768px) {
  .fp-news {
    margin-top: 0;
  }
}
.fp-news .container {
  padding-bottom: 100px;
  min-height: 750px;
  background-image: url("../images/babicka.png");
  background-repeat: no-repeat;
  background-size: 479px 750px;
  background-position: right bottom;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fp-news .container {
    background-image: url("../images/babicka@2x.png");
  }
}
@media screen and (max-width: 992px) {
  .fp-news .container {
    min-height: 0;
    padding-bottom: 340px;
    background-size: 192px 300px;
    background-position: center bottom;
  }
}

.fp-news__container {
  padding-right: 60%;
}
@media screen and (max-width: 992px) {
  .fp-news__container {
    padding-right: 0;
  }
}

.fp-news__title {
  color: #e15929;
}

.fp-news__items {
  margin-top: 20px;
  margin-top: 2rem;
}

.posts {
  z-index: 10;
  width: 100%;
  padding: 9em 0 9em 0;
  background-size: 1024px 181px;
}
@media screen and (max-width: 1360px) {
  .posts {
    background-size: 560px 99px;
  }
}
@media screen and (max-width: 992px) {
  .posts {
    top: 160px;
  }
}
@media screen and (max-width: 768px) {
  .posts {
    padding: 140px 0 0 0;
    position: static;
  }
}
@media screen and (max-width: 560px) {
  .posts {
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .posts .container {
    width: 100%;
  }
}

.posts__item {
  width: 50%;
  float: left;
  margin-top: 55px;
}
.posts__item:nth-child(even) {
  float: right;
  padding-left: 5%;
}
.posts__item:nth-child(odd) {
  float: left;
  padding-right: 5%;
}

.posts__pagination {
  display: block;
  width: 100%;
  margin-top: 60px;
  margin-top: 6rem;
  text-align: center;
}
.posts__pagination:before, .posts__pagination:after {
  content: " ";
  display: table;
}
.posts__pagination:after {
  clear: both;
}
.posts__pagination .wp-pagenavi {
  display: inline-block;
}
.posts__pagination .wp-pagenavi span, .posts__pagination .wp-pagenavi a {
  display: inline-block;
  padding: 2px 6px;
  padding: 0.2rem 0.6rem;
  margin: 0 2px;
  margin: 0 0.2rem;
  background: #e15929;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "ProximaNova-Regular", sans-serif;
  text-align: center;
}
.posts__pagination .wp-pagenavi span.current, .posts__pagination .wp-pagenavi a.current {
  background: transparent;
  color: #1a1a19;
  font-family: "ProximaNova-Black";
}

.post {
  margin-top: 20px;
  margin-top: 2rem;
}
.post:first-child {
  margin-top: 0;
}

.post__header {
  display: flex;
  align-items: center;
}
.post__header:before, .post__header:after {
  content: " ";
  display: table;
}
.post__header:after {
  clear: both;
}

.post__date {
  float: left;
  display: inline-block;
  padding: 2px 6px;
  padding: 0.2rem 0.6rem;
  background: #e15929;
  border-radius: 6px;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-family: "ProximaNova-Regular", sans-serif;
  text-align: center;
}

.post__title {
  float: left;
  padding-left: 20px;
  padding-left: 2rem;
  color: #1a1a19;
  font-size: 20px;
  font-size: 2rem;
  font-family: "ProximaNova-Extrabld";
  line-height: 1;
  border-left: 4px solid #e15929;
}

.post__content {
  padding-top: 13px;
  padding-top: 1.3rem;
}

.page-contact {
  margin-top: 80px;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .page-contact {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-contact .container {
    width: 100%;
  }
}

.page-contact__container {
  width: 100%;
  padding-left: 30%;
}
@media screen and (max-width: 768px) {
  .page-contact__container {
    padding-left: 0;
  }
}

.page-contact__map {
  width: 100%;
  height: 320px;
  margin-top: 30px;
  margin-top: 3rem;
  background: #cdcdcd;
}

.page-contact__img {
  position: absolute;
  bottom: -100px;
}
.page-contact__img img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-contact__img {
    display: none;
  }
}

.detail {
  margin-top: 40px;
  margin-top: 4rem;
}
.detail:before, .detail:after {
  content: " ";
  display: table;
}
.detail:after {
  clear: both;
}

.detail__date {
  display: inline-block;
  margin-right: 12px;
  padding: 6px 6px 2px 6px;
  border-radius: 6px;
  background: #e15929;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-family: "ProximaNova-Regular", sans-serif;
}

.classes {
  padding-top: 40px;
  padding-top: 4rem;
}
.classes:before, .classes:after {
  content: " ";
  display: table;
}
.classes:after {
  clear: both;
}

.classes__items {
  margin-top: 60px;
  margin-top: 6rem;
}

.classes__item {
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid #d6d8d8;
  padding-bottom: 35px;
  padding-bottom: 3.5rem;
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
}
.classes__item:before, .classes__item:after {
  content: " ";
  display: table;
}
.classes__item:after {
  clear: both;
}
.classes__item:before, .classes__item:after {
  content: " ";
  display: table;
}
.classes__item:after {
  clear: both;
}
.classes__item:last-child {
  border-bottom: 0;
}

.classes__img {
  text-align: center;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .classes__img {
    float: left;
    width: 16.6666666667%;
  }
}

.classes__img img {
  max-width: 100%;
  height: auto;
}

.classes__content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .classes__content {
    float: left;
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .classes__content {
    margin-top: 20px;
    margin-top: 2rem;
  }
}

.classes__gallery {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .classes__gallery {
    float: left;
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .classes__gallery {
    padding-top: 30px;
    padding-top: 3rem;
    padding-left: 20%;
    padding-right: 20%;
  }
}
@media screen and (max-width: 540px) {
  .classes__gallery {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.classes__name {
  font-size: 20px;
  font-size: 2rem;
  font-family: "ProximaNova-Extrabld";
}

.learning-program {
  padding-top: 90px;
  padding-top: 9rem;
}

.learning-program__title {
  color: #81c814;
}

.learning-program__content {
  padding-top: 50px;
  padding-top: 5rem;
}

.personal {
  width: 100%;
  padding-top: 60px;
  padding-top: 6rem;
}

.personal__row {
  padding-top: 30px;
  padding-top: 3rem;
  margin-left: -15px;
  margin-right: -15px;
}
.personal__row:before, .personal__row:after {
  content: " ";
  display: table;
}
.personal__row:after {
  clear: both;
}
.personal__row:before, .personal__row:after {
  content: " ";
  display: table;
}
.personal__row:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .personal__row {
    padding-top: 0;
  }
}

.personal__row--separator {
  padding-top: 60px;
  padding-top: 6rem;
  margin-top: 60px;
  margin-top: 6rem;
  border-top: 1px solid #c1bfb9;
}

.personal__item {
  margin-top: 30px;
  margin-top: 3rem;
  text-align: center;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .personal__item {
    float: left;
    width: 25%;
  }
}

.personal__img {
  display: block;
  text-align: center;
}
.personal__img img {
  display: inline-block;
  width: 98px;
  height: 98px;
  background: #c1bfb9;
  border-radius: 50%;
}

.personal__name {
  margin-top: 12px;
  margin-top: 1.2rem;
  text-align: center;
  font-family: "ProximaNova-Extrabld";
  font-size: 20px;
  font-size: 2rem;
}

.personal__desc {
  margin-top: 6px;
  margin-top: 0.6rem;
  font-size: 16px;
  font-size: 1.6rem;
}

.rozcestnik {
  position: relative;
  padding-top: 30px;
  text-align: center;
}
.rozcestnik img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .rozcestnik img {
    display: none;
  }
}

.rozcestnik__buttons {
  display: inline-block;
  position: absolute;
  top: 20%;
  left: 25%;
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .rozcestnik__buttons {
    position: static;
    padding: 0 30px;
  }
}

.nav-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
  width: 50px;
  height: 36px;
  margin: 5px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .nav-icon {
    display: inline-block;
  }
}
@media screen and (max-width: 540px) {
  .nav-icon {
    top: 12px;
  }
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #d3531a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 0;
}

.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
  top: 13px;
}

.nav-icon span:nth-child(4) {
  top: 26px;
}

.nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.slicknav_nav li a {
  background: transparent !important;
}

.slicknav_menu {
  background: #81c814;
}

