@charset "UTF-8";
/*--------- ABSTRACTS ---------*/
/*--------- BASE ---------*/
@-webkit-keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem); }
  80% {
    -webkit-transform: translate(1rem);
            transform: translate(1rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); } }
@keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem); }
  80% {
    -webkit-transform: translate(1rem);
            transform: translate(1rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); } }

@-webkit-keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem); }
  80% {
    -webkit-transform: translate(-1rem);
            transform: translate(-1rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem); }
  80% {
    -webkit-transform: translate(-1rem);
            transform: translate(-1rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); } }

@-webkit-keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem); }
  80% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); } }

@keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem); }
  80% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); } }

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

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  /*    ?font-family: "Lato", sans-serif;
        font-weight: 400;
        font-size: $default-font-size;
        line-height: 1.7;
        color: $color-grey-dark;*/ }

.paragraph {
  font-size: 1.6rem; }
  .paragraph:not(:last-child) {
    margin-bottom: 3rem; }

.heading {
  overflow: hidden; }

.header__h2 {
  font-family: "Georgia", "Times", "Times New Roman", serif;
  font-size: 65px;
  margin-bottom: 50px;
  color: #39445D;
  font-weight: 400; }
  @media (max-width: 768px) {
    .header__h2 {
      font-size: 40px; } }
  .header__h2--line {
    position: relative; }
    .header__h2--line:after {
      background: #BABEC6;
      width: 100%;
      height: 1px;
      position: absolute;
      content: '';
      top: 50%;
      margin-left: 70px; }
      @media (max-width: 768px) {
        .header__h2--line:after {
          margin-left: 30px; } }
  .header__h2--line-dark {
    position: relative; }
    .header__h2--line-dark:after {
      background: #39445D;
      width: 100%;
      height: 1px;
      position: absolute;
      content: '';
      top: 50%;
      margin-left: 70px; }
      @media (max-width: 768px) {
        .header__h2--line-dark:after {
          margin-left: 30px; } }
  .header__h2--line-left {
    position: relative; }
    .header__h2--line-left:before {
      background-color: #BABEC6;
      width: 50px;
      height: 1px;
      position: absolute;
      content: '';
      top: 50%;
      left: -24.5%;
      width: 21.5%; }
  .header__h2--white {
    color: #ffffff; }
  .header__h2--small {
    font-size: 36px;
    text-transform: uppercase; }
  .header__h2--bottom-small {
    margin-bottom: 10px; }

.header__h3 {
  font-family: "Georgia", "Times", "Times New Roman", serif;
  font-size: 40px;
  line-height: 51px;
  color: #171C2B;
  margin-bottom: 25px; }

h3 {
  font-family: "Georgia", "Times", "Times New Roman", serif;
  font-weight: 400; }

h5 {
  font-family: "Georgia", "Times", "Times New Roman", serif;
  font-weight: 400;
  font-size: 25px; }

p {
  font-family: "Lato", sans-serif;
  font-weight: 400; }

.u-bold {
  font-weight: bold; }
  .u-bold:before {
    font-weight: bold !important; }

.u-white {
  color: #ffffff; }

.u-gray {
  color: #9C9C9C; }

.u-italic {
  font-style: italic; }

.u-gold {
  background-color: #a98c46; }

.u-yellow {
  background-color: #CD8200; }

.u-blue {
  background-color: #2160B6; }

.u-green {
  background-color: #099544; }

/*--------- GRID ---------*/
/*! 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.nice-select.open,
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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
          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; }

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

.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.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

/*------------------------
          LAYOUT
------------------------*/
/*--------- GENERAL ---------*/
body {
  background: #fafafa; }

input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0; }

.nopadding {
  padding: 0 !important; }

.header {
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.7));
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 100; }
  @media (max-width: 992px) {
    .header {
      height: 50px; } }
  .header__beam {
    padding-top: 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 50px; }
    .header__beam:before, .header__beam:after {
      content: " ";
      display: table; }
    .header__beam:after {
      clear: both; }
    @media (max-width: 992px) {
      .header__beam {
        position: absolute;
        width: 100%;
        left: 0; } }
  .header__menu-rwd {
    display: none; }
    @media (max-width: 992px) {
      .header__menu-rwd {
        cursor: pointer;
        display: block;
        position: absolute;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 13px;
        left: 15px;
        top: 12px; } }
  .header__menu {
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-transform: uppercase; }
    @media (max-width: 400px) {
      .header__menu {
        display: none; } }
  .header__icon-menu {
    font-size: 22px;
    margin-right: 10px;
    background-color: #ffffff; }
  .header__logo {
    float: left;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 157px;
    height: 44px; }
    @media (max-width: 992px) {
      .header__logo {
        float: none;
        width: 126px;
        height: 35px;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%);
                transform: translate(-50%);
        top: 8px; } }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: right; }
    @media (max-width: 992px) {
      .header__nav {
        float: none;
        text-align: center;
        background-color: #39445D;
        margin-top: 35px; } }
    @media (max-width: 992px) {
      .header__nav ul {
        width: 100%;
        display: none;
        position: absolute;
        background: inherit;
        top: -233px;
        z-index: -1; } }
    .header__nav ul li {
      display: inline-block; }
      .header__nav ul li:last-child {
        margin-right: 50px; }
        @media (max-width: 1199px) {
          .header__nav ul li:last-child {
            margin-right: 10px; } }
        @media (max-width: 992px) {
          .header__nav ul li:last-child {
            margin-right: 0; } }
      @media (max-width: 992px) {
        .header__nav ul li {
          display: block;
          border-bottom: 1px solid #505b74; }
          .header__nav ul li:last-child {
            border-bottom: none; } }
      .header__nav ul li a {
        font-family: "Lato", sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        color: #ffffff;
        text-decoration: none;
        padding: 31px 12px; }
        .header__nav ul li a:hover {
          background-color: #ffffff;
          color: #171C2B;
          border-top: 1px solid #ffffff;
          padding: 32px 12px; }
          @media (max-width: 992px) {
            .header__nav ul li a:hover {
              padding: 10px;
              background-color: transparent;
              border-top: 0;
              color: #ffffff; } }
        @media (max-width: 992px) {
          .header__nav ul li a {
            margin-left: 0;
            padding: 10px;
            display: block; }
            .header__nav ul li a:hover {
              background: #B62156; } }
  .header__socials {
    right: 63px;
    top: 24px;
    margin-right: 20px; }
    @media (max-width: 992px) {
      .header__socials {
        display: none; } }
    @media (max-width: 1199px) {
      .header__socials {
        margin-right: 5px; } }
  .header__icon {
    width: 31px;
    height: 31px;
    display: inline-block;
    border: 1px solid;
    color: #ffffff;
    border-radius: 50%;
    position: relative; }
    .header__icon:hover {
      color: #B62156; }
    .header__icon i {
      font-size: 15px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      position: absolute; }
  .header__search {
    background-color: #ffffff;
    width: 35px;
    height: 50px;
    position: relative;
    cursor: pointer;
    color: #171C2B; }
    .header__search i {
      position: absolute;
      top: 15px;
      left: 4px;
      font-size: 20px; }
    .header__search:hover {
      color: #B62156; }
    @media (max-width: 992px) {
      .header__search {
        position: absolute;
        top: 0;
        right: 0; } }
  .header.fake {
    background-color: #171C2B;
    height: 60px; }
    .header.fake .header__beam {
      padding-top: 5px; }
      @media (max-width: 992px) {
        .header.fake .header__beam {
          padding-top: 15px; } }
    @media (max-width: 992px) {
      .header.fake {
        background-color: #171C2B;
        height: 50px; } }
    @media (min-width: 993px) {
      .header.fake .header__nav ul li a {
        padding: 22px 12px; }
        .header.fake .header__nav ul li a:hover {
          padding: 22px 12px; } }
  .header .block {
    display: block !important; }

@media (max-width: 768px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.footer__upper-wrapper {
  background-color: #F0F0F0;
  padding: 30px 0 20px 0; }
  @media (max-width: 768px) {
    .footer__upper-wrapper {
      padding: 20px 0 10px 0; } }

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .footer__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; } }

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 70px; }
  @media (max-width: 992px) {
    .footer__links {
      margin-right: 45px; } }
  @media (max-width: 768px) {
    .footer__links {
      margin-right: 0; } }
  .footer__links:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .footer__links--bip {
      display: none; } }

.footer a {
  text-decoration: none;
  color: #B5B4B4;
  font-size: 13px;
  margin: 0 10px 20px; }
  .footer a:hover {
    text-decoration: underline; }

.footer__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right; }
  @media (max-width: 1199px) {
    .footer__media {
      float: none;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 10px 0; } }

.footer__media-title {
  font-size: 13px;
  color: #B5B4B4; }

.footer__social {
  margin-left: 23px; }
  @media (max-width: 768px) {
    .footer__social {
      margin-left: 10px; } }

.footer__icon {
  width: 31px;
  height: 31px;
  display: inline-block;
  border: 1px solid;
  border-radius: 50%;
  position: relative; }

.footer__social-link {
  color: #B5B4B4; }
  .footer__social-link:hover {
    color: #39445D; }
  @media (max-width: 768px) {
    .footer__social-link:last-child {
      margin-right: 0; } }
  @media (max-width: 768px) {
    .footer__social-link {
      margin-right: 8px; } }

.footer i {
  font-size: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute; }

.footer__bottom-wrapper {
  background-color: #ffffff;
  padding: 20px 0 20px; }

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .footer__logo {
      display: none; } }

.footer svg {
  width: 70px;
  height: 30px;
  margin-bottom: 15px; }

.footer__copyright {
  font-size: 12px;
  color: #06051d;
  text-transform: uppercase;
  text-align: center; }

/*--------- COMPONENTS ---------*/
.btn__arrow {
  width: 47px;
  height: 50px;
  background-color: #39445D; }
  .btn__arrow--white {
    background-color: #ffffff; }

.btn__i {
  position: relative;
  top: 15px;
  left: 12px; }

.button-default, .text a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #B62156;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.25px;
  font-weight: 600;
  padding: 14px 26px;
  margin-bottom: 40px;
  border: 1px solid #B62156;
  color: #ffffff !important; }
  .button-default span, .text a span {
    text-transform: none; }
  .button-default:hover, .text a:hover {
    background-color: #39445D;
    border: 1px solid #39445D;
    text-decoration: none !important; }
  .button-default--dark {
    background-color: #39445D;
    border: 1px solid #39445D; }
    .button-default--dark:hover {
      background-color: #B62156;
      border: 1px solid #B62156; }
  .button-default--no-margin {
    margin: 0; }
  .button-default--center {
    margin: 0 auto; }
  @media (max-width: 370px) {
    .button-default, .text a {
      text-align: center;
      line-height: 20px; } }

.news__card-vote {
  position: absolute;
  background-color: #DE9700;
  bottom: 0;
  left: 35px;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.25px;
  padding: 15px 25px;
  font-weight: 600;
  text-decoration: none;
  z-index: 99; }
  .news__card-vote:hover {
    background-color: #e89e00; }
  @media (max-width: 1200px) and (min-width: 992px) {
    .news__card-vote {
      position: relative;
      background: #DE9700;
      bottom: 0;
      left: 0;
      color: #ffffff;
      font-size: 16px;
      letter-spacing: 0.25px;
      padding: 7px 0px;
      font-weight: 600;
      text-decoration: none;
      width: 100%;
      display: block;
      text-align: center; } }
  @media (max-width: 768px) and (min-width: 320px) {
    .news__card-vote {
      position: relative;
      background: #DE9700;
      bottom: 0;
      left: 0;
      color: #ffffff;
      font-size: 16px;
      letter-spacing: 0.25px;
      padding: 7px 0px;
      font-weight: 600;
      text-decoration: none;
      width: 100%;
      display: block;
      text-align: center; } }

.spinner {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #414866;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.pages__header {
  width: 100%;
  color: #ffffff;
  margin-top: 62px; }
  @media (max-width: 992px) {
    .pages__header {
      margin-top: 32px; } }
  .pages__header-bg {
    position: relative;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 140px 0 80px 0;
    margin-top: -60px;
    background-color: #505b74; }
    .pages__header-bg--small-height {
      padding: 100px 0 30px; }
  .pages__header-title {
    margin-bottom: 0;
    font-family: "Playfair Display", serif;
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px; }
    @media (max-width: 768px) {
      .pages__header-title {
        font-size: 35px; } }
  .pages__header-subtitle {
    font-family: "Georgia", "Times", "Times New Roman", serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 28px; }
    @media (max-width: 768px) {
      .pages__header-subtitle {
        font-size: 20px;
        margin: 0 20px; } }

.pages__search {
  width: 295px;
  text-align: center;
  padding: 10px 0 50px;
  margin: 25px auto; }

.socials {
  font-family: "Lato", sans-serif; }
  .socials__container {
    background: #F0F0F0;
    margin-bottom: 55px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .socials__container--transparent {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      background: transparent;
      padding: 20px 0; }
    .socials__container--article {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 1200px) {
        .socials__container--article {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          background: transparent;
          padding: 20px 0; } }
    @media (max-width: 750px) {
      .socials__container {
        -webkit-box-align: left;
            -ms-flex-align: left;
                align-items: left;
        margin-bottom: 40px;
        padding: 15px 5px; } }
  .socials__share {
    font-size: 15px;
    color: #06051d;
    font-weight: 400;
    margin: 0 30px 0 0;
    float: left; }
    @media (max-width: 750px) {
      .socials__share {
        margin: 10px 15px 0 5px;
        float: none; } }
  .socials__media {
    background: red;
    padding: 8px 0;
    width: 95px;
    border-radius: 3px;
    margin-right: 8px;
    text-align: center;
    color: #ffffff;
    cursor: pointer; }
    .socials__media--facebook {
      background-color: #3880d3; }
      .socials__media--facebook:hover {
        background-color: #4c92e3; }
    .socials__media--twitter {
      background-color: #3dc1ec; }
      .socials__media--twitter:hover {
        background-color: #50d0f9; }
    .socials__media--google {
      background-color: #d0011b; }
      .socials__media--google:hover {
        background-color: #ec1631; }
    .socials__media--gmail {
      background-color: #6c6c6c; }
      .socials__media--gmail:hover {
        background-color: #b9b9b9; }
  .socials i {
    font-size: 20px; }
  .socials__social-send {
    color: #ffffff; }

.pager ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px; }

.pager__pagination {
  width: 41px;
  height: 41px;
  background-color: #dbdbdb;
  border-radius: 3px;
  margin-right: 5px;
  padding: 11px;
  text-align: center;
  position: relative; }
  .pager__pagination--active {
    background-color: #39445D; }
  .pager__pagination--inactive {
    pointer-events: none; }
  .pager__pagination:hover {
    background-color: #39445D;
    cursor: pointer; }

.pager a {
  text-decoration: none;
  color: #ffffff;
  width: 41px;
  height: 41px;
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  padding-top: 12px; }

.menu-buttons {
  font-family: "Lato", sans-serif;
  background: #ffffff; }
  .menu-buttons__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 600px) {
      .menu-buttons__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .menu-buttons__btn {
    text-decoration: none;
    padding: 16px 25px 16px 50px;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #f1f1f1;
    color: #9C9C9C;
    letter-spacing: 0.25px;
    font-weight: 600;
    position: relative;
    margin-right: 20px; }
    @media (max-width: 600px) {
      .menu-buttons__btn {
        margin-right: 0;
        margin-bottom: 15px; }
        .menu-buttons__btn:last-child {
          margin-bottom: 0; } }
    .menu-buttons__btn.btn-active {
      background-color: #B62156;
      color: #ffffff; }
    .menu-buttons__btn:last-child {
      margin-right: 0; }
    .menu-buttons__btn:hover {
      background: #39445D;
      color: #ffffff; }
  .menu-buttons i {
    font-size: 25px;
    margin-right: 5px;
    position: absolute;
    top: 6px;
    left: 8px; }

#tpst-container {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important; }

.wideoPage__container {
  position: relative; }

.wideoPage__video {
  position: relative;
  width: 100%;
  background-color: black;
  height: 0;
  padding-top: 56.25%; }
  .wideoPage__video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .wideoPage__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

.icon-play-vid {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 150px;
  cursor: pointer;
  z-index: 1;
  color: #ffffff; }

#cboxLoadedContent {
  padding: 40px 0 10px;
  overflow: hidden; }
  @media (max-width: 992px) {
    #cboxLoadedContent {
      padding: 40px 15px 10px; } }

#cboxClose {
  background: none;
  text-indent: 0;
  font-size: 24px;
  right: 15px;
  top: 15px;
  width: auto;
  height: auto; }
  @media (max-width: 992px) {
    #cboxClose {
      right: 20px; } }

.iteatr-popup {
  text-align: center; }
  @media (max-width: 992px) {
    .iteatr-popup__title {
      font-size: 24px;
      line-height: 30px;
      width: 90%;
      margin: 10px auto; } }
  .iteatr-popup__title--success {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .iteatr-popup__captcha-box input {
    border: 1px solid #e6e6e6;
    height: 65px;
    vertical-align: top;
    margin-left: 20px;
    font-size: 24px;
    max-width: 200px; }
    @media (max-width: 650px) {
      .iteatr-popup__captcha-box input {
        margin: 0 auto;
        display: block; } }
  .iteatr-popup__vote-btn {
    background-color: #DE9700;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.25px;
    padding: 20px 0;
    font-weight: 600;
    text-decoration: none;
    z-index: 100;
    display: block;
    width: 110px;
    margin: 25px auto 30px;
    cursor: pointer; }
    .iteatr-popup__vote-btn:hover {
      background-color: #e89e00; }

/*-----------PAGES-----------*/
.repertoire {
  padding-bottom: 60px;
  overflow-x: hidden; }
  .repertoire__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .repertoire__item-wraper {
    width: calc(50% - 30px);
    margin-bottom: 56px; }
    @media (max-width: 992px) {
      .repertoire__item-wraper {
        width: calc(100% - 30px); } }
  .repertoire__item {
    padding: 25px 10px 110px 25px;
    background-color: #f5f1e8;
    position: relative;
    width: calc(100% - 30px);
    height: 100%; }
    @media (max-width: 550px) {
      .repertoire__item {
        width: calc(100% - 10px);
        padding: 25px 10px 70px 15px; } }
  .repertoire__title {
    width: 55%;
    float: left; }
  .repertoire__number {
    font-family: "Georgia", "Times", "Times New Roman", serif;
    color: #000000;
    font-size: 105px;
    float: left;
    margin-top: -30px;
    margin-right: 10px; }
    @media (max-width: 550px) {
      .repertoire__number {
        font-size: 70px; } }
  .repertoire__date {
    font-family: "Georgia", "Times", "Times New Roman", serif;
    color: #B62156;
    font-size: 22px;
    float: left;
    text-transform: uppercase;
    margin-top: 5px; }
    .repertoire__date span {
      display: block; }
    @media (max-width: 550px) {
      .repertoire__date {
        font-size: 20px; } }
  .repertoire__info {
    font-family: "Georgia", "Times", "Times New Roman", serif;
    color: #171C2B;
    font-size: 30px;
    line-height: 34px;
    width: 100%;
    margin-top: 20px;
    min-height: 100px; }
    @media (max-width: 550px) {
      .repertoire__info {
        font-size: 25px; } }
    @media (max-width: 410px) {
      .repertoire__info {
        display: none; } }
  .repertoire__photo {
    position: absolute;
    top: 25px;
    right: -30px; }
    @media (max-width: 550px) {
      .repertoire__photo {
        width: 40%;
        right: -10px;
        top: 15px; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .repertoire__photo {
        right: -70px; } }
    .repertoire__photo img {
      width: 100%; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .repertoire__photo img {
          width: 80%; } }
  .repertoire__signature {
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 0.25px;
    margin-bottom: 40px;
    text-align: right;
    color: #9C9C9C;
    max-width: 390px;
    position: absolute;
    right: 0;
    /*        @media(max-width: 992px) {
            right: 130px;
        }*/ }
    @media (max-width: 1199px) {
      .repertoire__signature {
        right: 107px;
        max-width: 200px; } }
    @media (max-width: 992px) {
      .repertoire__signature {
        max-width: 100%;
        right: 0; } }
  .repertoire__desc {
    font-family: "Lato", sans-serif;
    color: #171C2B;
    font-size: 16px;
    margin-top: 20px;
    width: 90%;
    font-weight: 400;
    line-height: 26px; }
  .repertoire__more {
    width: 182px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    display: block; }
    .repertoire__more-text {
      font-family: "Lato", sans-serif;
      font-weight: 700;
      color: #39445D;
      display: block;
      float: left;
      padding-top: 12px; }
    .repertoire__more-icon {
      display: block;
      width: 50px;
      height: 50px;
      background-color: #39445D;
      float: right; }
      .repertoire__more-icon:before {
        position: relative;
        top: 15px;
        left: -13px;
        color: #bcc0c8; }
  .repertoire__enter {
    padding-top: 45px;
    position: relative; }
    .repertoire__enter-title {
      width: 70%; }
    .repertoire__enter-number {
      float: left;
      font-family: "Georgia", "Times", "Times New Roman", serif;
      color: #171C2B;
      font-size: 105px;
      margin-top: -40px;
      margin-right: 25px; }
    .repertoire__enter-date {
      float: left;
      text-transform: uppercase;
      font-size: 25px;
      color: #B62156;
      font-family: "Georgia", "Times", "Times New Roman", serif; }
      .repertoire__enter-date span {
        display: block; }
    .repertoire__enter-desc {
      margin-top: 20px;
      padding: 35px 190px 60px 45px;
      background-color: #f5f1e8;
      width: 70%;
      font-family: "Lato", sans-serif;
      font-size: 16px;
      color: #171C2B;
      line-height: 28px;
      font-weight: 400; }
      .repertoire__enter-desc h5 {
        font-family: "Georgia", "Times", "Times New Roman", serif;
        font-size: 35px;
        padding-bottom: 30px;
        line-height: 45px;
        font-weight: 400; }
      @media (max-width: 992px) {
        .repertoire__enter-desc {
          width: 100%;
          padding: 35px 25px 35px 25px;
          margin-bottom: 30px; } }
    .repertoire__enter-photo {
      position: absolute;
      right: -20px;
      top: 50px;
      /*            @media(max-width: 992px) {
                right: -150px;
            }*/ }
      @media (max-width: 1199px) {
        .repertoire__enter-photo {
          right: -80px; } }
      @media (max-width: 992px) {
        .repertoire__enter-photo {
          position: static;
          width: 100%;
          text-align: center;
          right: 0; } }
      @media (max-width: 1199px) {
        .repertoire__enter-photo img {
          width: 80%; } }
      @media (max-width: 992px) {
        .repertoire__enter-photo img {
          width: 100%; } }
    .repertoire__enter-info {
      padding: 40px 0 110px 0;
      letter-spacing: 0.25px;
      line-height: 35px;
      font-family: "Lato", sans-serif; }
    .repertoire__enter-list {
      font-family: "Lato", sans-serif;
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 15px; }
      .repertoire__enter-list span {
        font-weight: 400;
        margin-left: 5px; }
  .repertoire__title-mobile {
    display: none; }
    @media (max-width: 410px) {
      .repertoire__title-mobile {
        display: block;
        margin-top: 30px;
        font-family: "Georgia", "Times", "Times New Roman", serif;
        font-size: 20px; } }
  .repertoire__spectacle {
    padding: 50px 0 0 0; }

.contact__bg {
  padding-bottom: 150px; }
  @media (max-width: 768px) {
    .contact__bg {
      padding-bottom: 100px; } }

.contact__city {
  display: none; }
  .contact__city.active {
    display: block; }
  .contact__city.main {
    display: block; }

.contact__title {
  font-family: "Georgia", "Times", "Times New Roman", serif;
  color: #171C2B;
  font-size: 25px;
  padding: 42px 0; }

.contact__list {
  position: relative; }

.contact__data {
  font-family: "Georgia", "Times", "Times New Roman", serif;
  width: 100%;
  padding: 34px 39px;
  margin-top: 5px;
  color: #282828;
  font-size: 16px;
  line-height: 26px;
  background-color: #ffffff; }
  .contact__data-omi {
    font-family: "Georgia", "Times", "Times New Roman", serif;
    width: 100%;
    padding: 34px 39px;
    margin-top: 5px;
    color: #282828;
    font-size: 16px;
    line-height: 26px;
    background-color: #ffffff; }
    .contact__data-omi.show {
      display: block; }

.contact__back {
  border: 0;
  background: none;
  outline: 0;
  float: right;
  margin-top: 12px;
  color: #B5B4B4;
  font-size: 14px;
  padding-right: 5px; }
  @media (max-width: 1199px) {
    .contact__back {
      margin: 30px; } }
  .contact__back i {
    top: 0px;
    left: 5px; }
  .contact__back:hover {
    color: #000000; }

.contact__map #map {
  width: 100%;
  height: 508px; }

@media (max-width: 1199px) {
  .contact__map {
    margin-top: 40px; } }

.contact__address {
  font-family: "Lato", sans-serif; }
  .contact__address a {
    color: #000000;
    text-decoration: none; }
    .contact__address a:hover {
      text-decoration: underline; }

.contact__person {
  font-family: "Lato", sans-serif; }

.contact .select-contact {
  font-family: "Georgia", "Times", "Times New Roman", serif;
  color: #171C2B;
  font-size: 30px;
  font-weight: 400;
  height: 70px;
  line-height: 70px;
  text-transform: none;
  width: 100%;
  border: 0; }

.contact .select-contact .current {
  font-size: 18px;
  color: #484848;
  padding-left: 20px; }

.contact .select-contact .option {
  font-size: 18px;
  width: 50%;
  float: left; }
  @media (max-width: 768px) {
    .contact .select-contact .option {
      font-size: 14px; } }

.contact .select-contact:hover, .contact .select-contact:active, .contact .select-contact.nice-select.open, .contact .select-contact.open, .contact .select-contact:focus {
  border: 0; }

/*-----------MODULES-----------*/
.about {
  padding: 65px 0 50px 0;
  color: #ffffff;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover; }
  .about__header {
    margin-bottom: 31px; }
  .about h4 {
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    letter-spacing: 0.25px;
    line-height: 32px;
    margin-bottom: 28px; }
    @media (max-width: 768px) {
      .about h4 {
        font-size: 20px; } }
  .about p {
    font-size: 18px;
    letter-spacing: 0.25px;
    line-height: 28px;
    margin-bottom: 28px; }
  .about__button {
    color: #ffffff;
    display: table;
    margin-bottom: 50px; }
  .about__text {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    display: table-cell;
    vertical-align: middle; }
  .about__arrow {
    float: right;
    margin-left: 31px; }
  .about__img {
    width: 61%;
    height: auto;
    margin: 0 auto;
    display: block; }
    @media (max-width: 1200px) {
      .about__img {
        width: 40%; } }
    @media (max-width: 480px) {
      .about__img {
        width: 90%; } }

.banner__preloader {
  height: 90vh;
  width: 100%;
  background-color: #080c1c;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }

.banner__number {
  font-family: "Georgia", "Times", "Times New Roman", serif;
  font-size: 105px;
  color: #39445d;
  float: left;
  width: 40%;
  text-align: center;
  margin-top: -30px; }
  @media (max-width: 768px) {
    .banner__number {
      width: 50%;
      text-align: right;
      padding-right: 30px; } }
  @media (max-width: 480px) {
    .banner__number {
      padding-right: 10px;
      font-size: 70px;
      width: 40%; } }

.banner__desc {
  font-family: "Georgia", "Times", "Times New Roman", serif;
  float: left;
  width: 60%; }
  @media (max-width: 768px) {
    .banner__desc {
      width: 50%; } }
  @media (max-width: 480px) {
    .banner__desc {
      width: 60%; } }

.banner__text {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #39445d;
  width: 200px;
  display: block;
  line-height: 18px;
  padding: 10px 0; }
  @media (max-width: 480px) {
    .banner__text {
      position: relative;
      right: 32.5px;
      width: 150px; } }

.banner__date {
  font-size: 25px;
  color: #b62156;
  text-transform: uppercase; }
  @media (max-width: 480px) {
    .banner__date {
      margin-bottom: 10px; } }

.banner__arrow {
  display: block;
  margin-top: 1px;
  font-family: "Lato", sans-serif;
  font-size: 14px; }
  @media (max-width: 480px) {
    .banner__arrow {
      position: relative;
      right: 32.5px; } }
  .banner__arrow a {
    color: #bababa;
    text-decoration: none; }
    .banner__arrow a:hover {
      text-decoration: underline; }

.banner .item__slogan {
  margin-top: 10.4vw;
  width: auto !important; }
  @media (max-width: 768px) {
    .banner .item__slogan {
      width: 250px !important;
      padding: 170px 0;
      margin: 0; } }

#sync1 .item {
  color: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 90vh;
  display: block; }

#sync2 {
  width: 910px;
  margin: 0 auto;
  margin-top: -103px;
  z-index: 10;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.4); }
  #sync2 .item {
    position: relative;
    padding: 30px 60px 25px;
    color: #FFF;
    cursor: pointer;
    background-color: #ffffff; }
    #sync2 .item:before, #sync2 .item:after {
      content: " ";
      display: table; }
    #sync2 .item:after {
      clear: both; }
    @media (max-width: 992px) {
      #sync2 .item {
        padding: 30px 60px 0px 40px; } }
    @media (max-width: 768px) {
      #sync2 .item {
        padding: 30px 40px 0px; } }
    @media (max-width: 992px) {
      #sync2 .item:nth-child(odd) {
        padding: 30px 60px 0px 20px; } }
    @media (max-width: 768px) {
      #sync2 .item:nth-child(odd) {
        padding: 30px 40px 0px; } }
    #sync2 .item h1 {
      font-size: 18px; }
  #sync2 .owl-item {
    position: relative;
    right: 2px;
    border-bottom: 4px solid #bababa;
    height: 190px; }
    @media (max-width: 992px) {
      #sync2 .owl-item {
        right: 3px; } }
    @media (max-width: 768px) {
      #sync2 .owl-item {
        height: auto;
        padding-bottom: 36px;
        border: none; } }
    #sync2 .owl-item.current {
      border-color: #B62156; }
    #sync2 .owl-item.active:after {
      content: "";
      position: absolute;
      left: 1px;
      top: 85px;
      -webkit-transform: translateY(-42.5px);
              transform: translateY(-42.5px);
      width: 1px;
      height: 85px;
      background-color: #39445d;
      opacity: 0.5;
      z-index: 1; }
      @media (max-width: 768px) {
        #sync2 .owl-item.active:after {
          display: none; } }
  #sync2 .owl-stage-outer {
    background-color: #ffffff; }
  @media (max-width: 992px) {
    #sync2 {
      width: 90%; } }

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */ }
  .owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .owl-theme .owl-nav [class*='owl-'].disabled:hover {
      background-color: #D6D6D6; }

#sync2.owl-theme {
  position: relative; }
  #sync2.owl-theme .owl-next, #sync2.owl-theme .owl-prev {
    width: 18px;
    height: 18px;
    margin-top: -10px;
    position: absolute;
    top: 50%; }
    #sync2.owl-theme .owl-next.disabled, #sync2.owl-theme .owl-prev.disabled {
      display: none; }
  #sync2.owl-theme .owl-prev {
    left: 20px; }
    @media (max-width: 992px) {
      #sync2.owl-theme .owl-prev {
        left: 10px; } }
  #sync2.owl-theme .owl-next {
    right: 20px; }
    @media (max-width: 992px) {
      #sync2.owl-theme .owl-next {
        right: 10px; } }

.box-shadow {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 3px; }

/*
#sync2 {

}

#sync2 .owl-item {

}

#sync2 .owl-stage-outer {
    
}*/
.icon-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.news {
  font-family: "Lato", sans-serif;
  padding: 130px 0 80px 0;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover; }
  .news--other-padding {
    padding: 40px 0 80px 0; }
  .news--other-margin {
    margin-top: -80px; }
  .news__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .news__card {
    padding-bottom: 56px;
    margin: 0 auto;
    background-color: #ffffff;
    max-height: 548px;
    overflow: hidden; }
    .news__card.bannerBox {
      background-color: transparent; }
  .news__small {
    position: relative;
    background-color: #fff;
    width: calc(25% - 30px);
    float: none;
    padding: 0;
    margin-bottom: 56px; }
    @media (max-width: 992px) {
      .news__small {
        width: calc(50% - 30px); } }
    @media (max-width: 485px) {
      .news__small {
        width: calc(100% - 30px); }
        .news__small:first-child {
          margin-right: 15px; } }
  .news__bigger {
    position: relative;
    background-color: #fff;
    width: calc(33% - 30px);
    float: none;
    padding: 0;
    margin-bottom: 56px; }
    @media (max-width: 992px) {
      .news__bigger {
        width: calc(50% - 30px); } }
    @media (max-width: 485px) {
      .news__bigger {
        width: calc(100% - 30px); } }
  .news__card-image {
    position: relative;
    margin-bottom: -4px; }
    .news__card-image--banner {
      text-align: center; }
  .news__card-img {
    width: 100%;
    height: auto; }
  .news__card-tag {
    top: 12px;
    right: 12px;
    height: 45px;
    width: 45px;
    background-color: #B62156;
    position: absolute; }
  .news__card-ticket {
    font-size: 11px;
    color: #ffffff;
    letter-spacing: 0.25px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 6px;
    position: absolute;
    left: 15px;
    bottom: 20px; }
  .news__card-desc {
    background-color: #ffffff; }
    .news__card-desc--without-border {
      border: none; }
  .news__card-title {
    font-size: 25px;
    padding: 15px 20px 0 0;
    color: #171C2B;
    margin-bottom: 15px;
    margin-left: 25px;
    max-height: 100px;
    overflow: hidden;
    line-height: 28px; }
    .news__card-title--longer {
      height: 130px; }
    .news__card-title--vote {
      height: auto;
      max-height: initial; }
  .news__card-text {
    font-size: 16px;
    color: #39445D;
    margin-bottom: 20px;
    margin-left: 25px;
    line-height: 22px;
    letter-spacing: 0.25px;
    padding-right: 28px;
    overflow: hidden; }
    @media (max-width: 1580px) {
      .news__card-text {
        line-height: 23px; } }
  .news__card-button {
    width: 100%;
    display: table;
    font-size: 16px;
    color: #39445D;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #ffffff; }
    .news__card-button:hover {
      text-decoration: underline; }
  .news__card-more {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    letter-spacing: 0.25px;
    font-weight: 600; }
    @media (max-width: 1200px) {
      .news__card-more {
        width: 70%; } }
    @media (max-width: 992px) {
      .news__card-more {
        width: 75%; } }
    @media (max-width: 480px) {
      .news__card-more {
        width: 80%; } }
  .news__card-arrow {
    float: right; }
  .news__i {
    font-size: 25px;
    position: absolute;
    top: 50%;
    vertical-align: middle;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .news h5 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 50px;
    color: #171C2B;
    line-height: 40px; }
  .news__card-link {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid; }
  .news__voting-btn {
    padding: 15px 10px;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    color: #171C2B;
    font-weight: 800;
    background-color: #fdb82c;
    text-align: center;
    bottom: 29px;
    left: 50%;
    position: absolute;
    width: calc(100% - 20px);
    -webkit-transform: translate(-50%);
            transform: translate(-50%); }
    .news__voting-btn:hover {
      background-color: #ffffff; }

.text {
  font-family: "Lato", sans-serif; }
  @media (max-width: 992px) {
    .text__container--right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .text__height {
    height: 45px; }
  .text__title {
    color: #B62156;
    font-size: 40px;
    margin-bottom: 30px; }
    .text__title--dark {
      color: #39445D; }
    @media (max-width: 768px) {
      .text__title {
        font-size: 35px; } }
  .text__big {
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.25px;
    color: #39445D;
    margin-bottom: 35px; }
  .text p {
    color: #39445D;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.25px;
    margin-bottom: 40px;
    padding-right: 25px; }
  .text a {
    margin-top: 40px;
    color: #171C2B;
    text-decoration: none; }
    .text a:hover {
      text-decoration: underline; }
  .text__signature {
    right: 0;
    bottom: -90px;
    position: absolute;
    font-size: 12px;
    letter-spacing: 0.25px;
    line-height: 27px;
    color: #9C9C9C;
    float: right;
    margin-bottom: 40px; }
    .text__signature--left {
      float: left;
      left: 0; }
  .text__empty {
    height: 50px; }
    @media (max-width: 992px) {
      .text__empty {
        display: none; } }
  .text__image {
    float: right;
    position: relative; }
    .text__image:before {
      content: '';
      position: absolute;
      top: -25px;
      right: 45px;
      border: 1px solid #9C9C9C;
      width: 100%;
      height: 100%; }
      @media (max-width: 992px) {
        .text__image:before {
          left: -20px;
          width: 100%; } }
    @media (max-width: 992px) {
      .text__image {
        float: left;
        margin: 0px 0px 70px 20px; } }
    .text__image--left {
      float: left;
      margin: 0px 0px 70px 25px; }
      @media (max-width: 992px) {
        .text__image--left {
          margin-top: 35px; } }
  .text__img {
    position: relative;
    float: right;
    width: 100%;
    height: auto; }

.references:last-of-type {
  margin-bottom: 80px; }

.references__wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.references__box {
  background-color: #ffffff;
  border: 1px solid #F0F0F0;
  padding: 42px 45px;
  margin-bottom: 20px; }
  @media (max-width: 500px) {
    .references__box {
      padding: 20px 10px; } }

.references__desc {
  color: #39445D;
  letter-spacing: 0.5px;
  line-height: 25px;
  font-style: italic;
  /*        @media(min-width: 768px) {
            min-height: 630px;
        }
        
        @media(min-width: 992px) {
            min-height: 450px;
        }
        
        @media(min-width: 1200px) {
            min-height: 350px;
        }*/ }

.references p {
  margin-bottom: 20px; }

.references__signature {
  color: #39445D;
  letter-spacing: 0.25px;
  line-height: 28px;
  font-weight: 600; }

.article {
  font-family: "Lato", sans-serif;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px; }
  .article__ticket {
    margin: 0 27px 30px 0;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.25px;
    padding: 11px 25px; }
  .article__big {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 35px;
    color: #171C2B;
    line-height: 28px; }
  .article__desc a {
    color: inherit;
    text-decoration: none;
    color: #39445D; }
    .article__desc a:hover {
      text-decoration: underline; }
  .article__desc--video {
    padding: 0; }
  .article__video-desc {
    font-size: 16px;
    color: #171C2B;
    line-height: 1.6; }
  .article__paragraph {
    font-size: 16px;
    color: #39445D;
    margin-bottom: 20px;
    line-height: 28px;
    letter-spacing: 0.25px;
    margin-top: 20px; }
  .article__title {
    font-weight: 600; }
  .article__list-pdf {
    background-color: #F9F3E5;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0 0 25px;
    margin: 70px 0 10px; }
    @media (max-width: 1199px) {
      .article__list-pdf {
        margin: 0 0 10px; } }
    .article__list-pdf ul {
      width: 50%; }
  .article__link {
    text-decoration: none;
    color: inherit; }
  .article__pdf {
    display: inline-block;
    font-size: 12px;
    color: #171C2B;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    line-height: 18px; }
    .article__pdf:before {
      content: url(../images/pdf.png);
      padding-right: 10px; }
  .article__icon {
    color: #e40000;
    margin-right: 10px;
    font-size: 15px; }
  .article__video {
    width: 100%;
    height: 430px; }
    .article__video--big {
      width: 100%;
      height: 630px; }
  .article__signature {
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 0.25px;
    margin-bottom: 40px;
    text-align: right;
    color: #9C9C9C; }

.cookie {
  font-family: "Lato", sans-serif;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 115px; }
  .cookie p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.25px;
    color: #000000;
    margin-bottom: 40px; }
  .cookie h5 {
    margin-bottom: 25px; }
  .cookie__title {
    font-weight: 600; }

.search {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100vh;
  background-position: center;
  background-size: cover;
  opacity: 0.96;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .search.open {
    opacity: 1;
    width: calc(100% - 70px);
    height: calc(100% - 60px);
    top: 35px;
    left: 30px;
    outline: 1px solid transparent; }
    @media (max-width: 450px) {
      .search.open {
        width: calc(100% - 10px);
        height: calc(100% - 20px);
        top: 10px;
        left: 5px; } }
  .search.none {
    opacity: 0;
    pointer-events: none; }
  .search__background {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 111;
    top: 0;
    position: fixed;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .search__background.none {
      opacity: 0;
      pointer-events: none; }
    .search__background.open {
      pointer-events: initial;
      opacity: 1; }
  .search__container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 73vw; }
  .search__height {
    height: 100%; }
  .search__close {
    margin-top: 20px;
    margin-right: 20px;
    position: absolute;
    right: 0;
    font-size: 30px;
    cursor: pointer; }
  .search__input {
    font-family: firstFamily;
    font-size: 6vw;
    line-height: 1;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    padding: 20px 0;
    color: #ffffff;
    border-bottom: 2px solid;
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background: transparent;
    border-radius: 0;
    width: 100%; }
    @media (max-width: 600px) {
      .search__input {
        padding: 10px 0; } }
    .search__input:focus {
      outline: 0; }
    .search__input:after {
      position: absolute;
      top: 0;
      left: 0;
      content: 'x';
      font-size: 50px;
      color: #fff; }
  .search__btn {
    position: absolute;
    top: 35%;
    right: 0;
    color: #39445D;
    background-color: transparent;
    border: 0;
    -webkit-transform: translateY(-35%);
            transform: translateY(-35%); }
    @media (max-width: 600px) {
      .search__btn {
        top: 15%;
        -webkit-transform: translateY(-15%);
                transform: translateY(-15%); } }
    .search__btn:focus {
      outline: 0; }
    .search__btn:hover {
      color: #ffffff; }
    .search__btn i {
      font-size: 4vw; }
      @media (max-width: 450px) {
        .search__btn i {
          font-size: 5vw; } }
  .search__text {
    color: #505b74;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-top: 20px; }
  .search__logo {
    text-align: center;
    vertical-align: text-bottom;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

::-webkit-input-placeholder {
  color: #3C456C; }

::-ms-input-placeholder {
  color: #3C456C; }

::placeholder {
  color: #3C456C; }

.gallery {
  padding: 40px 0; }
  .gallery__header {
    margin-bottom: 40px; }
  .gallery__number {
    font-family: "Lato", sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #171C2B; }
  .gallery__close {
    width: 39px;
    height: 39px;
    background-color: black;
    display: block;
    float: right;
    position: relative; }
    .gallery__close i {
      font-size: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .gallery__container {
    position: relative; }
  .gallery__name {
    font-family: "Georgia", "Times", "Times New Roman", serif;
    font-size: 40px;
    color: #171C2B;
    max-width: 1192px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 25px; }
  .gallery__content {
    max-width: 1192px;
    margin: 0 auto; }
    .gallery__content img {
      width: 100%; }
  .gallery__miniatures {
    max-width: 1192px;
    margin: 26px auto 0; }
    .gallery__miniatures a {
      width: calc(100% * (1/6) - 4px);
      float: left;
      margin-right: 4.8px; }
      .gallery__miniatures a img {
        width: 100%; }
    .gallery__miniatures a:nth-child(7n-1) {
      margin-right: 0; }
  .gallery-carousel .owl-prev {
    height: 50px;
    width: 26px;
    position: absolute;
    top: 50%;
    left: -15px;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0); }
    .gallery-carousel .owl-prev i {
      font-size: 38px; }
    @media (max-width: 860px) {
      .gallery-carousel .owl-prev {
        left: 45px; }
        .gallery-carousel .owl-prev i {
          font-size: 28px; } }
  .gallery-carousel .owl-next {
    height: 50px;
    width: 26px;
    position: absolute;
    top: 50%;
    right: -85px;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0); }
    .gallery-carousel .owl-next i {
      font-size: 38px; }
    @media (max-width: 860px) {
      .gallery-carousel .owl-next {
        right: -45px; }
        .gallery-carousel .owl-next i {
          font-size: 28px; } }
  @media (max-width: 860px) {
    .gallery-carousel {
      text-shadow: 0px 0px 10px black;
      color: #fff; } }

.map {
  padding: 50px 0 15px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 992px) {
    .map {
      background-position: left; } }
  .map p {
    font-size: 18px;
    letter-spacing: 0.25px;
    margin-bottom: 40px; }
  .map__height {
    height: 40px; }
    @media (max-width: 768px) {
      .map__height {
        height: 0; } }

.login {
  font-family: "Lato", sans-serif;
  padding: 130px 0 80px 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 225px); }
  .login__container {
    width: 600px;
    margin: 0 auto; }
    @media (max-width: 620px) {
      .login__container {
        width: 300px; } }
  .login__form {
    background-color: #ffffff;
    padding: 30px 70px;
    -webkit-box-shadow: 1px 1px 15px 1px #dbdbdb;
            box-shadow: 1px 1px 15px 1px #dbdbdb; }
    @media (max-width: 620px) {
      .login__form {
        padding: 30px 30px; } }
  .login__title {
    font-size: 40px;
    font-family: thirdFamily;
    margin-bottom: 30px;
    text-align: center;
    margin-bottom: 25px; }
  .login__field input {
    border: 1px solid #dbdbdb;
    height: 40px;
    margin-left: 20px;
    margin-bottom: 13px;
    padding-left: 10px; }
    @media (max-width: 620px) {
      .login__field input {
        margin-left: 0; } }
    .login__field input:focus {
      border: 1px solid #39445D;
      outline: none; }
  .login__field:first-child {
    margin-left: 44px; }
    @media (max-width: 620px) {
      .login__field:first-child {
        margin-left: 0; } }
  .login__field:nth-child(2) {
    margin-left: 50px; }
    @media (max-width: 620px) {
      .login__field:nth-child(2) {
        margin-left: 0; } }
  .login__field .login__error INPUT {
    border: 1px solid #cc0000; }
  .login__error__info {
    display: none;
    margin: 5px 0 20px;
    color: #cc0000;
    font-weight: bold;
    text-align: center;
    font-size: 13px; }
  .login__btn {
    margin-top: 13px;
    margin-left: 167px; }
    @media (max-width: 620px) {
      .login__btn {
        margin-left: 0; } }
  .login span {
    letter-spacing: 0.25px; }
    @media (max-width: 620px) {
      .login span {
        display: block;
        margin-bottom: 10px; } }

.results {
  font-family: "Lato", sans-serif;
  padding: 130px 0 80px 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 225px); }
  .results h2 {
    font-size: 40px;
    font-family: "Georgia", "Times", "Times New Roman", serif;
    font-weight: 200;
    margin-bottom: 25px;
    color: #171C2B; }
    @media (max-width: 768px) {
      .results h2 {
        font-size: 30px; } }
  .results__result {
    background-color: #ffffff;
    height: 69px;
    margin-bottom: 60px;
    -webkit-box-shadow: 1px 1px 15px 1px #dbdbdb;
            box-shadow: 1px 1px 15px 1px #dbdbdb; }
    @media (max-width: 768px) {
      .results__result {
        height: 108px; } }
    @media (max-width: 345px) {
      .results__result {
        height: 127px; } }
  .results__phrase {
    float: left;
    padding: 25px 20px; }
    @media (max-width: 768px) {
      .results__phrase {
        float: none;
        padding: 25px 20px 0 20px; } }
  .results__quantity {
    float: right;
    padding: 25px 20px; }
    @media (max-width: 768px) {
      .results__quantity {
        float: none;
        padding: 20px 20px 25px 20px; } }
  .results__found-result {
    margin-bottom: 40px; }
  .results__title {
    font-family: "Georgia", "Times", "Times New Roman", serif;
    font-size: 25px;
    color: #171C2B;
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 34px; }
    @media (max-width: 768px) {
      .results__title {
        font-size: 20px; } }
    .results__title:hover {
      color: #39445D;
      text-decoration: underline; }
  .results__desc {
    letter-spacing: 0.25px;
    line-height: 28px;
    overflow: hidden; }

.error {
  font-family: "Lato", sans-serif;
  padding: 160px 0 80px 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 225px);
  margin-bottom: 80px; }
  @media (max-width: 768px) {
    .error {
      margin-bottom: 40px;
      padding: 80px 0 40px 0; } }
  .error__container {
    text-align: center; }
  .error img {
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      .error img {
        width: 90%; } }
  .error h3 {
    font-size: 65px;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .error h3 {
        font-size: 40px; } }
  .error p {
    margin-bottom: 45px;
    line-height: 28px; }
  .error span {
    white-space: nowrap; }

/*--------- ASSETS ---------*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 3px 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: 0; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.header__menu-rwd:focus {
  outline: none; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 29px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg); }

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg); }

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg); }

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg); }

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s; }

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
          transform: translate3d(0, -20px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
          transform: translate3d(0, 10px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s; }

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
          transform: translate3d(0, -20px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent; }

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
          transform: translate3d(80px, 80px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
          transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent; }

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
          transform: translate3d(80px, -80px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
          transform: translate3d(-80px, -80px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s; }

.hamburger--slider .hamburger-inner::after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s; }

.hamburger--slider-r .hamburger-inner::after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
          transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
          transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear; }

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity; }

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear; }

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity; }

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1; }
  .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden; }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none; }
    .owl-carousel .owl-item img {
      display: block;
      width: 100%; }
  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0;
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }
  .owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@font-face {
  font-family: 'fontello';
  src: url("../../resources/css/font/fontello.eot?91629402");
  src: url("../../resources/css/font/fontello.eot?91629402#iefix") format("embedded-opentype"), url("../../resources/css/font/fontello.woff2?91629402") format("woff2"), url("../../resources/css/font/fontello.woff?91629402") format("woff"), url("../../resources/css/font/fontello.ttf?91629402") format("truetype"), url("../../resources/css/font/fontello.svg?91629402#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?82274753#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-cancel:before {
  content: '\E800'; }

/* '' */
.icon-next:before {
  content: '\E801'; }

/* '' */
.icon-if_youtube-play_1608384:before {
  content: '\E802'; }

/* '' */
.icon-if_bt_camera_905563:before {
  content: '\E803'; }

/* '' */
.icon-icon:before {
  content: '\E804'; }

/* '' */
.icon-if_icon-111-search_314478:before {
  content: '\E808'; }

/* '' */
.icon-if_arrow_forward_1063879:before {
  content: '\E80A'; }

/* '' */
.icon-video-camera:before {
  content: '\E818'; }

/* '' */
.icon-camera:before {
  content: '\E81A'; }

/* '' */
.icon-facebook:before {
  content: '\E81B'; }

/* '' */
.icon-icon-1:before {
  content: '\E81D'; }

/* '' */
.icon-instagram:before {
  content: '\E81E'; }

/* '' */
.icon-magnifier-tool:before {
  content: '\E81F'; }

/* '' */
.icon-theater:before {
  content: '\E822'; }

/* '' */
.icon-theater-or-cinema:before {
  content: '\E823'; }

/* '' */
.icon-twitter-1:before {
  content: '\F099'; }

/* '' */
.icon-gplus:before {
  content: '\F0D5'; }

/* '' */
.icon-mail-alt:before {
  content: '\F0E0'; }

/* '' */
.icon-facebook-squared:before {
  content: '\F308'; }

/* '' */
.icon-play-circled2:before {
  content: '\E805'; }

/* '' */
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border: solid 1px #ebebeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 295px;
  text-transform: uppercase;
  font-weight: 600; }
  .nice-select:hover {
    border-color: #6a6a6a; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #555555; }
  .nice-select:after {
    border-bottom: 2px solid #555555;
    border-right: 2px solid #555555;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #7c7c7c;
    color: #555555;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #888888; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 30px;
    line-height: 28px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 28px;
      min-height: 28px; }
  .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.11);
            box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.11);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: calc(100%); }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #eeeeee; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #555555;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }
